]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
e7bc6a999781e17c8806c5f3bb5b11d0d352f76f
[lyx.git] / lib / doc / Math.lyx
1 #LyX 1.6.4svn 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 1.6.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 Typesetting isotopes and chemical symbols is described 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://www.lyx.org/trac/ticket/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, because the box content will otherwise be treated as mathemati
12506 cal text.
12507  When 
12508 \series bold
12509
12510 \backslash
12511 boxed
12512 \series default
12513  is used, a new formula is automatically created inside the frame.
12514 \end_layout
12515
12516 \begin_layout Standard
12517 The command 
12518 \series bold
12519
12520 \backslash
12521 fbox
12522 \series default
12523  is not suitable to frame displayed formulas because the formula will always
12524  be set in the size of the text.
12525  
12526 \series bold
12527
12528 \backslash
12529 boxed
12530 \series default
12531  is in contrary not suitable to frame inline formulas, because the formula
12532  will always be set in the size of a displayed formula.
12533 \end_layout
12534
12535 \begin_layout Standard
12536 As extension to 
12537 \series bold
12538
12539 \backslash
12540 fbox
12541 \series default
12542  there is the command 
12543 \series bold
12544
12545 \backslash
12546 framebox
12547 \series default
12548
12549 \begin_inset Index
12550 status collapsed
12551
12552 \begin_layout Plain Layout
12553 Commands ! F ! 
12554 \backslash
12555 framebox
12556 \end_layout
12557
12558 \end_inset
12559
12560  where additionally the frame width and the alignment can be specified.
12561  
12562 \series bold
12563
12564 \backslash
12565 framebox
12566 \series default
12567  is used in the following scheme:
12568 \end_layout
12569
12570 \begin_layout Standard
12571
12572 \series bold
12573
12574 \backslash
12575 framebox[frame width][position]{box content}
12576 \end_layout
12577
12578 \begin_layout Standard
12579 The position can either be 
12580 \emph on
12581 l
12582 \emph default
12583  or 
12584 \emph on
12585 r
12586 \emph default
12587 .
12588  
12589 \emph on
12590 l
12591 \emph default
12592  left aligns, 
12593 \emph on
12594 r
12595 \emph default
12596  right aligns the formula in the box.
12597  When no position is given, the formula will be centered.
12598 \begin_inset Newline newline
12599 \end_inset
12600
12601 Is no width given, also no position can be given.
12602  In this case the frame width is adjusted to the box content like for 
12603 \series bold
12604
12605 \backslash
12606 fbox
12607 \series default
12608 .
12609 \end_layout
12610
12611 \begin_layout Standard
12612 When the command 
12613 \series bold
12614
12615 \backslash
12616 framebox
12617 \series default
12618  is inserted, a box appears containing three blue boxes.
12619  The first two boxes are surrounded by brackets and denote the two optional
12620  arguments.
12621  The third box is for formula parts like for 
12622 \series bold
12623
12624 \backslash
12625 fbox
12626 \series default
12627 .
12628 \end_layout
12629
12630 \begin_layout Standard
12631 \align center
12632 \begin_inset Tabular
12633 <lyxtabular version="3" rows="5" columns="2">
12634 <features>
12635 <column alignment="center" valignment="top" width="0">
12636 <column alignment="center" valignment="top" width="0">
12637 <row>
12638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642 Command
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12648 \begin_inset Text
12649
12650 \begin_layout Plain Layout
12651 Result
12652 \begin_inset Note Note
12653 status collapsed
12654
12655 \begin_layout Plain Layout
12656
12657 \series bold
12658
12659 \backslash
12660 raisebox
12661 \series default
12662  is only used as spacer.
12663 \end_layout
12664
12665 \end_inset
12666
12667
12668 \end_layout
12669
12670 \end_inset
12671 </cell>
12672 </row>
12673 <row>
12674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12675 \begin_inset Text
12676
12677 \begin_layout Plain Layout
12678
12679 \backslash
12680 fbox
12681 \begin_inset ERT
12682 status collapsed
12683
12684 \begin_layout Plain Layout
12685
12686
12687 \backslash
12688 spce 
12689 \end_layout
12690
12691 \end_inset
12692
12693
12694 \family sans
12695 Ctrl+M
12696 \family default
12697  
12698 \backslash
12699 int
12700 \begin_inset ERT
12701 status collapsed
12702
12703 \begin_layout Plain Layout
12704
12705
12706 \backslash
12707 spce 
12708 \end_layout
12709
12710 \end_inset
12711
12712 A=B
12713 \end_layout
12714
12715 \end_inset
12716 </cell>
12717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12718 \begin_inset Text
12719
12720 \begin_layout Plain Layout
12721 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12722 \end_inset
12723
12724
12725 \end_layout
12726
12727 \end_inset
12728 </cell>
12729 </row>
12730 <row>
12731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12732 \begin_inset Text
12733
12734 \begin_layout Plain Layout
12735
12736 \backslash
12737 boxed
12738 \begin_inset ERT
12739 status collapsed
12740
12741 \begin_layout Plain Layout
12742
12743
12744 \backslash
12745 spce 
12746 \end_layout
12747
12748 \end_inset
12749
12750
12751 \backslash
12752 int
12753 \begin_inset ERT
12754 status collapsed
12755
12756 \begin_layout Plain Layout
12757
12758
12759 \backslash
12760 spce 
12761 \end_layout
12762
12763 \end_inset
12764
12765 A=B
12766 \end_layout
12767
12768 \end_inset
12769 </cell>
12770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12771 \begin_inset Text
12772
12773 \begin_layout Plain Layout
12774 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12775 \end_inset
12776
12777
12778 \end_layout
12779
12780 \end_inset
12781 </cell>
12782 </row>
12783 <row>
12784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12785 \begin_inset Text
12786
12787 \begin_layout Plain Layout
12788 A+
12789 \backslash
12790 fbox
12791 \begin_inset ERT
12792 status collapsed
12793
12794 \begin_layout Plain Layout
12795
12796
12797 \backslash
12798 spce 
12799 \end_layout
12800
12801 \end_inset
12802
12803 B
12804 \end_layout
12805
12806 \end_inset
12807 </cell>
12808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12809 \begin_inset Text
12810
12811 \begin_layout Plain Layout
12812 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12813 \end_inset
12814
12815
12816 \end_layout
12817
12818 \end_inset
12819 </cell>
12820 </row>
12821 <row>
12822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12823 \begin_inset Text
12824
12825 \begin_layout Plain Layout
12826
12827 \backslash
12828 framebox
12829 \begin_inset ERT
12830 status collapsed
12831
12832 \begin_layout Plain Layout
12833
12834
12835 \backslash
12836 spce 
12837 \end_layout
12838
12839 \end_inset
12840
12841 20mm
12842 \begin_inset Formula $\to$
12843 \end_inset
12844
12845
12846 \begin_inset Formula $\to$
12847 \end_inset
12848
12849
12850 \family sans
12851 Ctrl+M
12852 \family default
12853  
12854 \backslash
12855 frac
12856 \begin_inset ERT
12857 status collapsed
12858
12859 \begin_layout Plain Layout
12860
12861
12862 \backslash
12863 spce 
12864 \end_layout
12865
12866 \end_inset
12867
12868 A
12869 \begin_inset Formula $\downarrow$
12870 \end_inset
12871
12872 B
12873 \end_layout
12874
12875 \end_inset
12876 </cell>
12877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12878 \begin_inset Text
12879
12880 \begin_layout Plain Layout
12881 \begin_inset Formula $\raisebox{6mm}{}$
12882 \end_inset
12883
12884
12885 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12886 \end_inset
12887
12888
12889 \begin_inset Formula $\raisebox{-4mm}{}$
12890 \end_inset
12891
12892
12893 \end_layout
12894
12895 \end_inset
12896 </cell>
12897 </row>
12898 </lyxtabular>
12899
12900 \end_inset
12901
12902
12903 \end_layout
12904
12905 \begin_layout Standard
12906 The frame thickness can also be adjusted.
12907  To do this the following commands have to be inserted in TeX-mode before
12908  the formula
12909 \end_layout
12910
12911 \begin_layout Standard
12912
12913 \series bold
12914
12915 \backslash
12916 fboxrule
12917 \series default
12918  
12919 \series bold
12920
12921 \begin_inset Quotes eld
12922 \end_inset
12923
12924 thickness
12925 \begin_inset Quotes erd
12926 \end_inset
12927
12928
12929 \series default
12930  
12931 \series bold
12932
12933 \backslash
12934 fboxsep
12935 \series default
12936  
12937 \series bold
12938
12939 \begin_inset Quotes eld
12940 \end_inset
12941
12942 distance
12943 \begin_inset Quotes erd
12944 \end_inset
12945
12946
12947 \end_layout
12948
12949 \begin_layout Standard
12950 \begin_inset Quotes eld
12951 \end_inset
12952
12953 distance
12954 \begin_inset Quotes erd
12955 \end_inset
12956
12957  specifies the minimal distance between the frame and the first character
12958  in the box.
12959  An example for this is the following framed formula:
12960 \begin_inset ERT
12961 status collapsed
12962
12963 \begin_layout Plain Layout
12964
12965
12966 \backslash
12967 fboxrule 2mm 
12968 \backslash
12969 fboxsep 3mm
12970 \end_layout
12971
12972 \end_inset
12973
12974
12975 \begin_inset Formula \[
12976 \boxed{A+B=C}\]
12977
12978 \end_inset
12979
12980 Before this formula the commands
12981 \end_layout
12982
12983 \begin_layout Standard
12984
12985 \series bold
12986
12987 \backslash
12988 fboxrule
12989 \series default
12990  
12991 \series bold
12992 2mm
12993 \series default
12994  
12995 \series bold
12996
12997 \backslash
12998 fboxsep
12999 \series default
13000  
13001 \series bold
13002 3mm
13003 \end_layout
13004
13005 \begin_layout Standard
13006 were inserted in TeX-mode.
13007  The given values are used for all following boxes.
13008 \end_layout
13009
13010 \begin_layout Standard
13011 To return to the standard frame size, the command
13012 \end_layout
13013
13014 \begin_layout Standard
13015
13016 \series bold
13017
13018 \backslash
13019 fboxrule
13020 \series default
13021  
13022 \series bold
13023 0.4pt
13024 \series default
13025  
13026 \series bold
13027
13028 \backslash
13029 fboxsep
13030 \series default
13031  
13032 \series bold
13033 3pt
13034 \series default
13035
13036 \begin_inset ERT
13037 status collapsed
13038
13039 \begin_layout Plain Layout
13040
13041
13042 \backslash
13043 fboxrule 0.4pt 
13044 \backslash
13045 fboxsep 3pt
13046 \end_layout
13047
13048 \end_inset
13049
13050
13051 \end_layout
13052
13053 \begin_layout Standard
13054 is inserted in TeX-mode before the next formula.
13055 \end_layout
13056
13057 \begin_layout Subsection
13058 Boxes without Frame
13059 \begin_inset CommandInset label
13060 LatexCommand label
13061 name "sub:Boxes-without-Frame"
13062
13063 \end_inset
13064
13065
13066 \begin_inset Index
13067 status collapsed
13068
13069 \begin_layout Plain Layout
13070 Boxes ! without frame
13071 \end_layout
13072
13073 \end_inset
13074
13075
13076 \end_layout
13077
13078 \begin_layout Standard
13079 For boxes without a frame there are the following box commands: 
13080 \series bold
13081
13082 \backslash
13083 mbox
13084 \series default
13085
13086 \begin_inset Index
13087 status collapsed
13088
13089 \begin_layout Plain Layout
13090 Commands ! M ! 
13091 \backslash
13092 mbox
13093 \end_layout
13094
13095 \end_inset
13096
13097
13098 \series bold
13099
13100 \backslash
13101 makebox
13102 \series default
13103
13104 \begin_inset Index
13105 status collapsed
13106
13107 \begin_layout Plain Layout
13108 Commands ! M ! 
13109 \backslash
13110 makebox
13111 \end_layout
13112
13113 \end_inset
13114
13115 , and 
13116 \series bold
13117
13118 \backslash
13119 raisebox
13120 \series default
13121
13122 \begin_inset Index
13123 status collapsed
13124
13125 \begin_layout Plain Layout
13126 Commands ! R ! 
13127 \backslash
13128 raisebox
13129 \end_layout
13130
13131 \end_inset
13132
13133
13134 \end_layout
13135
13136 \begin_layout Standard
13137 With 
13138 \series bold
13139
13140 \backslash
13141 raisebox
13142 \series default
13143  a box can be super- or subscripted.
13144  But in contrary to normal super- and subscripting, the characters in the
13145  box keep their font size.
13146  
13147 \series bold
13148
13149 \backslash
13150 raisebox
13151 \series default
13152  is used in the following scheme:
13153 \end_layout
13154
13155 \begin_layout Standard
13156
13157 \series bold
13158
13159 \backslash
13160 raisebox{height}{box content}
13161 \end_layout
13162
13163 \begin_layout Standard
13164 When the box should contain a formula, an extra formula is needed like for
13165  
13166 \series bold
13167
13168 \backslash
13169 fbox
13170 \series default
13171 .
13172  
13173 \series medium
13174
13175 \begin_inset Note Greyedout
13176 status open
13177
13178 \begin_layout Plain Layout
13179
13180 \series bold
13181 Note:
13182 \series default
13183  For 
13184 \series bold
13185
13186 \backslash
13187 raisebox
13188 \series default
13189  this extra formula is created by pressing 
13190 \family sans
13191 Ctrl+M
13192 \family default
13193  twice instead of once because LyX doesn't yet support 
13194 \series bold
13195
13196 \backslash
13197 raisebox
13198 \series default
13199  directly.
13200 \end_layout
13201
13202 \end_inset
13203
13204
13205 \end_layout
13206
13207 \begin_layout Standard
13208 \align center
13209 \begin_inset Tabular
13210 <lyxtabular version="3" rows="4" columns="2">
13211 <features>
13212 <column alignment="center" valignment="top" width="0">
13213 <column alignment="center" valignment="top" width="0">
13214 <row>
13215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13216 \begin_inset Text
13217
13218 \begin_layout Plain Layout
13219 Command
13220 \end_layout
13221
13222 \end_inset
13223 </cell>
13224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13225 \begin_inset Text
13226
13227 \begin_layout Plain Layout
13228 Result
13229 \end_layout
13230
13231 \end_inset
13232 </cell>
13233 </row>
13234 <row>
13235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13236 \begin_inset Text
13237
13238 \begin_layout Plain Layout
13239 H
13240 \backslash
13241 raisebox{2mm
13242 \begin_inset Formula $\to$
13243 \end_inset
13244
13245
13246 \backslash
13247 {al
13248 \begin_inset Formula $\to$
13249 \end_inset
13250
13251  lo
13252 \end_layout
13253
13254 \end_inset
13255 </cell>
13256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13257 \begin_inset Text
13258
13259 \begin_layout Plain Layout
13260 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13261 \end_inset
13262
13263
13264 \end_layout
13265
13266 \end_inset
13267 </cell>
13268 </row>
13269 <row>
13270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13271 \begin_inset Text
13272
13273 \begin_layout Plain Layout
13274 H
13275 \backslash
13276 raisebox{-2mm
13277 \begin_inset Formula $\to$
13278 \end_inset
13279
13280
13281 \backslash
13282 {al
13283 \begin_inset Formula $\to$
13284 \end_inset
13285
13286 lo
13287 \end_layout
13288
13289 \end_inset
13290 </cell>
13291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13292 \begin_inset Text
13293
13294 \begin_layout Plain Layout
13295 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13296 \end_inset
13297
13298
13299 \end_layout
13300
13301 \end_inset
13302 </cell>
13303 </row>
13304 <row>
13305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Plain Layout
13309 A=
13310 \backslash
13311 raisebox{-2mm
13312 \begin_inset Formula $\to$
13313 \end_inset
13314
13315
13316 \backslash
13317 {
13318 \family sans
13319 Ctrl+M
13320 \family default
13321  
13322 \family sans
13323 Ctrl+M
13324 \family default
13325  
13326 \backslash
13327 sqrt
13328 \begin_inset ERT
13329 status collapsed
13330
13331 \begin_layout Plain Layout
13332
13333
13334 \backslash
13335 spce 
13336 \end_layout
13337
13338 \end_inset
13339
13340
13341 \end_layout
13342
13343 \end_inset
13344 </cell>
13345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13346 \begin_inset Text
13347
13348 \begin_layout Plain Layout
13349 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13350 \end_inset
13351
13352
13353 \end_layout
13354
13355 \end_inset
13356 </cell>
13357 </row>
13358 </lyxtabular>
13359
13360 \end_inset
13361
13362
13363 \end_layout
13364
13365 \begin_layout Standard
13366 The command 
13367 \series bold
13368
13369 \backslash
13370 mbox
13371 \series default
13372  is equivalent to 
13373 \series bold
13374
13375 \backslash
13376 fbox
13377 \series default
13378  and 
13379 \series bold
13380
13381 \backslash
13382 makebox
13383 \series default
13384  is equivalent to 
13385 \series bold
13386
13387 \backslash
13388 framebox
13389 \series default
13390 , with the difference that there is no frame.
13391 \end_layout
13392
13393 \begin_layout Subsection
13394 Colored Boxes
13395 \begin_inset CommandInset label
13396 LatexCommand label
13397 name "sub:Colored-Boxes"
13398
13399 \end_inset
13400
13401
13402 \begin_inset Index
13403 status collapsed
13404
13405 \begin_layout Plain Layout
13406 Boxes ! colored
13407 \end_layout
13408
13409 \end_inset
13410
13411
13412 \end_layout
13413
13414 \begin_layout Standard
13415 To be able to use all commands explained in this section, the LaTeX-package
13416  
13417 \series bold
13418 color
13419 \series default
13420
13421 \begin_inset Foot
13422 status collapsed
13423
13424 \begin_layout Plain Layout
13425 The LaTeX-package 
13426 \series bold
13427 color
13428 \series default
13429  is part of every LaTeX standard installation.
13430 \end_layout
13431
13432 \end_inset
13433
13434
13435 \begin_inset Index
13436 status collapsed
13437
13438 \begin_layout Plain Layout
13439 Packages ! color
13440 \end_layout
13441
13442 \end_inset
13443
13444  has to be loaded in the LaTeX-preamble with the line
13445 \begin_inset Foot
13446 status collapsed
13447
13448 \begin_layout Plain Layout
13449 When text is colored somewhere in the document with a predefined color,
13450  LyX loads the LaTeX-package 
13451 \series bold
13452 color
13453 \series default
13454  automatically.
13455  Thus it is possible that the package is loaded twice, but this doesn't
13456  arise problems.
13457 \end_layout
13458
13459 \end_inset
13460
13461
13462 \begin_inset Note Note
13463 status collapsed
13464
13465 \begin_layout Plain Layout
13466 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13467 amble.
13468 \end_layout
13469
13470 \end_inset
13471
13472
13473 \end_layout
13474
13475 \begin_layout Standard
13476
13477 \series bold
13478
13479 \backslash
13480 usepackage{color}
13481 \end_layout
13482
13483 \begin_layout Standard
13484 \begin_inset VSpace medskip
13485 \end_inset
13486
13487 To color boxes, the command 
13488 \series bold
13489
13490 \backslash
13491 colorbox
13492 \series default
13493
13494 \begin_inset Index
13495 status collapsed
13496
13497 \begin_layout Plain Layout
13498 Commands ! C ! 
13499 \backslash
13500 colorbox
13501 \end_layout
13502
13503 \end_inset
13504
13505  is used in the following scheme:
13506 \end_layout
13507
13508 \begin_layout Standard
13509
13510 \series bold
13511
13512 \backslash
13513 colorbox{color}{box content}
13514 \end_layout
13515
13516 \begin_layout Standard
13517 The box content can also be a box and a 
13518 \series bold
13519
13520 \backslash
13521 colorbox
13522 \series default
13523  can also be part of another box (see the 2nd and 3rd example).
13524  When the box should contain a formula, an extra formula has to be created,
13525  the same way as for 
13526 \series bold
13527
13528 \backslash
13529 raisebox
13530 \series default
13531 .
13532 \begin_inset Foot
13533 status collapsed
13534
13535 \begin_layout Plain Layout
13536 This also applies for the command 
13537 \series bold
13538
13539 \backslash
13540 fcolorbox
13541 \series default
13542 .
13543 \end_layout
13544
13545 \end_inset
13546
13547
13548 \end_layout
13549
13550 \begin_layout Standard
13551 One of the following predefined colors can be chosen:
13552 \end_layout
13553
13554 \begin_layout Standard
13555
13556 \series bold
13557 black
13558 \series default
13559
13560 \series bold
13561 blue
13562 \series default
13563
13564 \series bold
13565 cyan
13566 \series default
13567
13568 \series bold
13569 green
13570 \series default
13571
13572 \series bold
13573 magenta
13574 \series default
13575
13576 \series bold
13577 red
13578 \series default
13579
13580 \series bold
13581 white
13582 \series default
13583 , and 
13584 \series bold
13585 yellow
13586 \end_layout
13587
13588 \begin_layout Standard
13589 \align center
13590 \begin_inset Tabular
13591 <lyxtabular version="3" rows="4" columns="2">
13592 <features>
13593 <column alignment="center" valignment="top" width="0">
13594 <column alignment="center" valignment="top" width="0">
13595 <row>
13596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13597 \begin_inset Text
13598
13599 \begin_layout Plain Layout
13600 Command
13601 \end_layout
13602
13603 \end_inset
13604 </cell>
13605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13606 \begin_inset Text
13607
13608 \begin_layout Plain Layout
13609 Result
13610 \begin_inset Note Note
13611 status collapsed
13612
13613 \begin_layout Plain Layout
13614
13615 \series bold
13616
13617 \backslash
13618 raisebox
13619 \series default
13620  is only used as spacer.
13621 \end_layout
13622
13623 \end_inset
13624
13625
13626 \end_layout
13627
13628 \end_inset
13629 </cell>
13630 </row>
13631 <row>
13632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13633 \begin_inset Text
13634
13635 \begin_layout Plain Layout
13636
13637 \backslash
13638 colorbox{yellow
13639 \begin_inset Formula $\to$
13640 \end_inset
13641
13642
13643 \backslash
13644 {A=B
13645 \end_layout
13646
13647 \end_inset
13648 </cell>
13649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13650 \begin_inset Text
13651
13652 \begin_layout Plain Layout
13653 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13654 \end_inset
13655
13656
13657 \end_layout
13658
13659 \end_inset
13660 </cell>
13661 </row>
13662 <row>
13663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13664 \begin_inset Text
13665
13666 \begin_layout Plain Layout
13667
13668 \backslash
13669 colorbox{green
13670 \begin_inset Formula $\to$
13671 \end_inset
13672
13673
13674 \backslash
13675 {
13676 \backslash
13677 fbox
13678 \begin_inset ERT
13679 status collapsed
13680
13681 \begin_layout Plain Layout
13682
13683
13684 \backslash
13685 spce 
13686 \end_layout
13687
13688 \end_inset
13689
13690 A=B
13691 \end_layout
13692
13693 \end_inset
13694 </cell>
13695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13696 \begin_inset Text
13697
13698 \begin_layout Plain Layout
13699 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13700 \end_inset
13701
13702
13703 \end_layout
13704
13705 \end_inset
13706 </cell>
13707 </row>
13708 <row>
13709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13710 \begin_inset Text
13711
13712 \begin_layout Plain Layout
13713
13714 \backslash
13715 fbox
13716 \begin_inset ERT
13717 status collapsed
13718
13719 \begin_layout Plain Layout
13720
13721
13722 \backslash
13723 spce 
13724 \end_layout
13725
13726 \end_inset
13727
13728
13729 \backslash
13730 colorbox{green
13731 \begin_inset Formula $\to$
13732 \end_inset
13733
13734
13735 \backslash
13736 {
13737 \family sans
13738 Ctrl+M
13739 \family default
13740  
13741 \family sans
13742 Ctrl+M
13743 \family default
13744  
13745 \backslash
13746 int
13747 \begin_inset ERT
13748 status collapsed
13749
13750 \begin_layout Plain Layout
13751
13752
13753 \backslash
13754 spce 
13755 \end_layout
13756
13757 \end_inset
13758
13759 C=D
13760 \end_layout
13761
13762 \end_inset
13763 </cell>
13764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13765 \begin_inset Text
13766
13767 \begin_layout Plain Layout
13768 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13769 \end_inset
13770
13771
13772 \end_layout
13773
13774 \end_inset
13775 </cell>
13776 </row>
13777 </lyxtabular>
13778
13779 \end_inset
13780
13781
13782 \end_layout
13783
13784 \begin_layout Standard
13785
13786 \series bold
13787
13788 \backslash
13789 colorbox
13790 \series default
13791  only colors the box but not the characters in the box.
13792  To color all characters, the whole formula is highlighted and the wanted
13793  color is chosen in the 
13794 \family sans
13795 Text
13796 \begin_inset space ~
13797 \end_inset
13798
13799 Style
13800 \family default
13801  dialog.
13802  The dialog can be called with the toolbar button 
13803 \begin_inset Graphics
13804         filename ../images/dialog-show_character.png
13805         scale 85
13806
13807 \end_inset
13808
13809  or the menu 
13810 \family sans
13811 Edit\SpecialChar \menuseparator
13812 Text
13813 \begin_inset space ~
13814 \end_inset
13815
13816 Style\SpecialChar \menuseparator
13817 Customized
13818 \family default
13819 .
13820  The formula number has then the same color as the formula.
13821  When the formula number should get another color than the formula characters,
13822  the color must be changed within the formula.
13823 \end_layout
13824
13825 \begin_layout Standard
13826 An example:
13827 \end_layout
13828
13829 \begin_layout Standard
13830
13831 \color red
13832 \begin_inset Formula \begin{equation}
13833 \int A=B\label{eq:red}\end{equation}
13834
13835 \end_inset
13836
13837
13838 \color green
13839
13840 \begin_inset Formula \begin{equation}
13841 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13842
13843 \end_inset
13844
13845
13846 \end_layout
13847
13848 \begin_layout Standard
13849 Formula 
13850 \begin_inset CommandInset ref
13851 LatexCommand eqref
13852 reference "eq:red"
13853
13854 \end_inset
13855
13856  is completely colored red.
13857 \begin_inset Newline newline
13858 \end_inset
13859
13860 Formula 
13861 \begin_inset CommandInset ref
13862 LatexCommand eqref
13863 reference "eq:redgreen"
13864
13865 \end_inset
13866
13867  was first completely colored green to set the color for the formula number.
13868  Subsequently the formula characters were colored red.
13869 \end_layout
13870
13871 \begin_layout Standard
13872 \begin_inset VSpace bigskip
13873 \end_inset
13874
13875 To color the frame different than the rest of the box, the command 
13876 \series bold
13877
13878 \backslash
13879 fcolorbox
13880 \series default
13881
13882 \begin_inset Index
13883 status collapsed
13884
13885 \begin_layout Plain Layout
13886 Commands ! F ! 
13887 \backslash
13888 fcolorbox
13889 \end_layout
13890
13891 \end_inset
13892
13893  is used in the following scheme:
13894 \end_layout
13895
13896 \begin_layout Standard
13897
13898 \series bold
13899
13900 \backslash
13901 fcolorbox{frame color}{color}{box content}
13902 \end_layout
13903
13904 \begin_layout Standard
13905 So 
13906 \series bold
13907
13908 \backslash
13909 fcolorbox
13910 \series default
13911  is an extension of the command 
13912 \series bold
13913
13914 \backslash
13915 colorbox
13916 \series default
13917 .
13918  The frame width is set, like for 
13919 \series bold
13920
13921 \backslash
13922 framebox
13923 \series default
13924 , with 
13925 \series bold
13926
13927 \backslash
13928 fboxrule
13929 \series default
13930  and 
13931 \series bold
13932
13933 \backslash
13934 fboxsep
13935 \series default
13936 .
13937  An example:
13938 \begin_inset ERT
13939 status collapsed
13940
13941 \begin_layout Plain Layout
13942
13943
13944 \backslash
13945 fboxrule 1mm 
13946 \backslash
13947 fboxsep 1mm
13948 \end_layout
13949
13950 \end_inset
13951
13952
13953 \begin_inset Formula \[
13954 \fcolorbox{cyan}{magenta}{A=B}\]
13955
13956 \end_inset
13957
13958
13959 \begin_inset ERT
13960 status collapsed
13961
13962 \begin_layout Plain Layout
13963
13964
13965 \backslash
13966 fboxrule 0.4pt 
13967 \backslash
13968 fboxsep 3pt
13969 \end_layout
13970
13971 \end_inset
13972
13973
13974 \end_layout
13975
13976 \begin_layout Standard
13977 This formula was created with the command
13978 \begin_inset Newline newline
13979 \end_inset
13980
13981
13982 \series bold
13983
13984 \backslash
13985 fcolorbox{cyan
13986 \begin_inset Formula $\to$
13987 \end_inset
13988
13989
13990 \backslash
13991 {magenta
13992 \begin_inset Formula $\to$
13993 \end_inset
13994
13995
13996 \backslash
13997 {A=B
13998 \series default
13999 .
14000 \end_layout
14001
14002 \begin_layout Standard
14003 \begin_inset VSpace bigskip
14004 \end_inset
14005
14006 To use other colors than the predefined ones, they have to be defined first.
14007 \end_layout
14008
14009 \begin_layout Standard
14010 One can for example define the color 
14011 \begin_inset Quotes eld
14012 \end_inset
14013
14014
14015 \series bold
14016 darkgreen
14017 \series default
14018
14019 \begin_inset Quotes erd
14020 \end_inset
14021
14022  with the LaTeX-preamble line:
14023 \end_layout
14024
14025 \begin_layout Standard
14026
14027 \series bold
14028
14029 \backslash
14030 definecolor{darkgreen}{cmyk}{0.5,
14031 \series default
14032  
14033 \series bold
14034 0,
14035 \series default
14036  
14037 \series bold
14038 1,
14039 \series default
14040  
14041 \series bold
14042 0.5}
14043 \series default
14044
14045 \begin_inset Index
14046 status collapsed
14047
14048 \begin_layout Plain Layout
14049 Commands ! D ! 
14050 \backslash
14051 definecolor
14052 \end_layout
14053
14054 \end_inset
14055
14056
14057 \end_layout
14058
14059 \begin_layout Standard
14060
14061 \series bold
14062 cmyk
14063 \series default
14064  is the color space that denotes the colors 
14065 \series bold
14066 cyan
14067 \series default
14068
14069 \series bold
14070 magenta
14071 \series default
14072
14073 \series bold
14074 yellow
14075 \series default
14076 , and 
14077 \series bold
14078 black
14079 \series default
14080 .
14081  The four comma separated numbers are the portion factor for the corresponding
14082  colors of the color space.
14083  The factors can be in the range of 0
14084 \begin_inset space \thinspace{}
14085 \end_inset
14086
14087 -
14088 \begin_inset space \thinspace{}
14089 \end_inset
14090
14091 1.
14092  Instead of 
14093 \series bold
14094 cmyk
14095 \series default
14096  also the color space 
14097 \series bold
14098 rgb
14099 \series default
14100  can be used for definitions.
14101  
14102 \series bold
14103 rgb
14104 \series default
14105  denotes 
14106 \series bold
14107 red
14108 \series default
14109
14110 \series bold
14111 green
14112 \series default
14113 , and 
14114 \series bold
14115 blue
14116 \series default
14117 , so that there are in this case three portion factors for the corresponding
14118  colors.
14119  Furthermore there is the color space 
14120 \series bold
14121 gray
14122 \series default
14123  with one portion factor for the gray value.
14124 \end_layout
14125
14126 \begin_layout Standard
14127 As example a framed box with the new defined color 
14128 \series bold
14129 darkgreen
14130 \series default
14131  where the characters have been colored 
14132 \series bold
14133 yellow
14134 \series default
14135 :
14136 \begin_inset Formula \begin{equation}
14137 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14138
14139 \end_inset
14140
14141
14142 \end_layout
14143
14144 \begin_layout Standard
14145 Self-defined colors can also be used for text with the help of the command
14146  
14147 \series bold
14148
14149 \backslash
14150 textcolor
14151 \series default
14152 :
14153 \begin_inset Index
14154 status collapsed
14155
14156 \begin_layout Plain Layout
14157 Text ! colored
14158 \end_layout
14159
14160 \end_inset
14161
14162
14163 \end_layout
14164
14165 \begin_layout Standard
14166 \begin_inset ERT
14167 status collapsed
14168
14169 \begin_layout Plain Layout
14170
14171
14172 \backslash
14173 textcolor{darkgreen}{
14174 \end_layout
14175
14176 \end_inset
14177
14178 This sentence is 
14179 \begin_inset Quotes eld
14180 \end_inset
14181
14182 darkgreen
14183 \begin_inset Quotes erd
14184 \end_inset
14185
14186 .
14187 \begin_inset ERT
14188 status collapsed
14189
14190 \begin_layout Plain Layout
14191
14192 }
14193 \end_layout
14194
14195 \end_inset
14196
14197
14198 \end_layout
14199
14200 \begin_layout Standard
14201
14202 \series bold
14203
14204 \backslash
14205 textcolor
14206 \series default
14207
14208 \begin_inset Index
14209 status collapsed
14210
14211 \begin_layout Plain Layout
14212 Commands ! T ! 
14213 \backslash
14214 textcolor
14215 \end_layout
14216
14217 \end_inset
14218
14219  is used in the scheme 
14220 \series bold
14221
14222 \backslash
14223 textcolor{color}{characters to color}
14224 \series default
14225 .
14226 \end_layout
14227
14228 \begin_layout Subsection
14229 Paragraph Boxes
14230 \begin_inset CommandInset label
14231 LatexCommand label
14232 name "sub:Paragraph-Boxes"
14233
14234 \end_inset
14235
14236
14237 \begin_inset Index
14238 status collapsed
14239
14240 \begin_layout Plain Layout
14241 Boxes ! as paragraph
14242 \end_layout
14243
14244 \end_inset
14245
14246
14247 \end_layout
14248
14249 \begin_layout Standard
14250 A box that can contain several lines and paragraphs, a so called paragraph
14251  box (parbox), can be created with the menu 
14252 \family sans
14253 Insert\SpecialChar \menuseparator
14254 Box
14255 \family default
14256  or the toolbar button 
14257 \begin_inset Graphics
14258         filename ../images/box-insert.png
14259         scale 85
14260
14261 \end_inset
14262
14263 .
14264 \end_layout
14265
14266 \begin_layout Standard
14267 The following example shows a framed parbox in a line:
14268 \end_layout
14269
14270 \begin_layout Standard
14271 \begin_inset VSpace medskip
14272 \end_inset
14273
14274 This is a line 
14275 \begin_inset Box Boxed
14276 position "c"
14277 hor_pos "c"
14278 has_inner_box 1
14279 inner_pos "t"
14280 use_parbox 1
14281 width "5cm"
14282 special "none"
14283 height "1in"
14284 height_special "totalheight"
14285 status open
14286
14287 \begin_layout Plain Layout
14288 This is a paragraph box.
14289  It is exactly 5
14290 \begin_inset space \thinspace{}
14291 \end_inset
14292
14293 cm long and can also contain formulas: 
14294 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14295 \end_inset
14296
14297
14298 \end_layout
14299
14300 \end_inset
14301
14302  with a parbox.
14303 \end_layout
14304
14305 \begin_layout Standard
14306 \begin_inset VSpace medskip
14307 \end_inset
14308
14309
14310 \end_layout
14311
14312 \begin_layout Standard
14313 Such a box is created by right-clicking on the gray box inset.
14314  A dialog pops up showing the box properties.
14315  In our case set: 
14316 \emph on
14317 Decoration
14318 \emph default
14319 : Recangular box, 
14320 \emph on
14321 Inner Box
14322 \emph default
14323 : Parbox, 
14324 \emph on
14325 Width
14326 \emph default
14327 : 5
14328 \begin_inset space \thinspace{}
14329 \end_inset
14330
14331 cm, 
14332 \emph on
14333 Vertical Box Alignment
14334 \emph default
14335 : Middle
14336 \end_layout
14337
14338 \begin_layout Standard
14339 \begin_inset VSpace medskip
14340 \end_inset
14341
14342 In LaTeX a parbox is created with the command 
14343 \series bold
14344
14345 \backslash
14346 parbox
14347 \series default
14348
14349 \begin_inset Index
14350 status collapsed
14351
14352 \begin_layout Plain Layout
14353 Commands ! P ! 
14354 \backslash
14355 parbox
14356 \end_layout
14357
14358 \end_inset
14359
14360  that has the following scheme:
14361 \end_layout
14362
14363 \begin_layout Standard
14364
14365 \series bold
14366
14367 \backslash
14368 parbox[position]{width}{box content}
14369 \end_layout
14370
14371 \begin_layout Standard
14372 The positions 
14373 \emph on
14374 b
14375 \emph default
14376  and 
14377 \emph on
14378 t
14379 \emph default
14380  are possible.
14381  
14382 \emph on
14383 b
14384 \emph default
14385  for bottom means that the box is aligned within the surrounding text with
14386  its last line.
14387  With 
14388 \emph on
14389 t
14390 \emph default
14391  for top this is done with the first line.
14392  When no position is given, the box will be vertically centered, see section
14393  
14394 \emph on
14395 Boxes
14396 \emph default
14397  of the 
14398 \emph on
14399 Embedded
14400 \begin_inset space ~
14401 \end_inset
14402
14403 Objects
14404 \emph default
14405  manual for examples.
14406 \end_layout
14407
14408 \begin_layout Standard
14409 \begin_inset VSpace bigskip
14410 \end_inset
14411
14412 To frame formulas completely, including the formula number, the formula
14413  must be set into a parbox.
14414  To do this, the command 
14415 \series bold
14416
14417 \backslash
14418 fbox{
14419 \backslash
14420 parbox{
14421 \backslash
14422 linewidth-2
14423 \backslash
14424 fboxsep-2
14425 \backslash
14426 fboxrule}{
14427 \series default
14428  is inserted in TeX-mode before the formula.
14429  
14430 \series bold
14431
14432 \backslash
14433 linewidth
14434 \begin_inset Index
14435 status collapsed
14436
14437 \begin_layout Plain Layout
14438 Commands ! L ! 
14439 \backslash
14440 linewidth
14441 \end_layout
14442
14443 \end_inset
14444
14445
14446 \series default
14447  is hereby the line width set for the document.
14448  Because the frame is outside the parbox, 2
14449 \begin_inset space \thinspace{}
14450 \end_inset
14451
14452 times the frame separation and the frame thickness must be subtracted from
14453  the line width.
14454  As this is not automatically done by LyX due to a bug
14455 \begin_inset Foot
14456 status collapsed
14457
14458 \begin_layout Plain Layout
14459 \begin_inset CommandInset href
14460 LatexCommand href
14461 name "LyX-bug #4483"
14462 target "http://www.lyx.org/trac/ticket/4483"
14463
14464 \end_inset
14465
14466
14467 \end_layout
14468
14469 \end_inset
14470
14471 , TeX-mode has to be used.
14472  To be able to multiply and subtract in arguments, the LaTeX-package 
14473 \series bold
14474 calc
14475 \series default
14476
14477 \begin_inset Foot
14478 status collapsed
14479
14480 \begin_layout Plain Layout
14481
14482 \series bold
14483 calc
14484 \series default
14485  is part of every LaTeX standard installation.
14486 \end_layout
14487
14488 \end_inset
14489
14490
14491 \begin_inset Index
14492 status collapsed
14493
14494 \begin_layout Plain Layout
14495 Packages ! calc
14496 \end_layout
14497
14498 \end_inset
14499
14500  must be loaded in the LaTeX-preamble with the line
14501 \end_layout
14502
14503 \begin_layout Standard
14504
14505 \series bold
14506
14507 \backslash
14508 usepackage{calc}
14509 \end_layout
14510
14511 \begin_layout Standard
14512 Behind the formula both boxes are closed by entering 
14513 \series bold
14514 }}
14515 \series default
14516  in TeX-mode.
14517  Here is an example:
14518 \begin_inset ERT
14519 status collapsed
14520
14521 \begin_layout Plain Layout
14522
14523
14524 \backslash
14525 fboxsep 5mm 
14526 \backslash
14527 fboxrule 5mm
14528 \end_layout
14529
14530 \end_inset
14531
14532
14533 \end_layout
14534
14535 \begin_layout Standard
14536 \begin_inset ERT
14537 status collapsed
14538
14539 \begin_layout Plain Layout
14540
14541
14542 \backslash
14543 fbox{
14544 \backslash
14545 parbox{
14546 \backslash
14547 linewidth-2
14548 \backslash
14549 fboxsep-2
14550 \backslash
14551 fboxrule}{
14552 \end_layout
14553
14554 \end_inset
14555
14556
14557 \begin_inset Formula \begin{equation}
14558 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14559
14560 \end_inset
14561
14562
14563 \begin_inset ERT
14564 status collapsed
14565
14566 \begin_layout Plain Layout
14567
14568 }}
14569 \end_layout
14570
14571 \end_inset
14572
14573
14574 \begin_inset ERT
14575 status collapsed
14576
14577 \begin_layout Plain Layout
14578
14579
14580 \backslash
14581 fboxrule 0.4pt 
14582 \backslash
14583 fboxsep 3pt
14584 \end_layout
14585
14586 \end_inset
14587
14588
14589 \end_layout
14590
14591 \begin_layout Standard
14592 \begin_inset VSpace medskip
14593 \end_inset
14594
14595 As a parbox is used as argument of 
14596 \series bold
14597
14598 \backslash
14599 fbox
14600 \series default
14601 , there is in this case no difference between 
14602 \series bold
14603
14604 \backslash
14605 fbox
14606 \series default
14607  and 
14608 \series bold
14609
14610 \backslash
14611 boxed
14612 \series default
14613 .
14614 \end_layout
14615
14616 \begin_layout Standard
14617 \begin_inset VSpace bigskip
14618 \end_inset
14619
14620 Paragraph boxes are very useful to comment formulas directly.
14621  To do this, 
14622 \series bold
14623
14624 \backslash
14625 parbox
14626 \series default
14627  is used in combination with the command 
14628 \series bold
14629
14630 \backslash
14631 tag
14632 \series default
14633 .
14634  (more about 
14635 \series bold
14636
14637 \backslash
14638 tag
14639 \series default
14640  see 
14641 \begin_inset CommandInset ref
14642 LatexCommand ref
14643 reference "sub:User-defined-Numbering"
14644
14645 \end_inset
14646
14647 )
14648 \end_layout
14649
14650 \begin_layout Standard
14651 An example of a formula commented with 
14652 \series bold
14653
14654 \backslash
14655 parbox
14656 \series default
14657 :
14658 \end_layout
14659
14660 \begin_layout Standard
14661 \begin_inset ERT
14662 status collapsed
14663
14664 \begin_layout Plain Layout
14665
14666
14667 \backslash
14668 [5x-7b=3b
14669 \backslash
14670 tag*{
14671 \backslash
14672 parbox{5cm}{
14673 \end_layout
14674
14675 \end_inset
14676
14677 This is a description.
14678  It is distinctly separated from the formula and multiline.
14679 \begin_inset ERT
14680 status collapsed
14681
14682 \begin_layout Plain Layout
14683
14684 }}
14685 \backslash
14686 ]
14687 \end_layout
14688
14689 \end_inset
14690
14691
14692 \end_layout
14693
14694 \begin_layout Standard
14695 Such a formula must be inserted completely in TeX-mode because LyX does
14696  not yet support the command 
14697 \series bold
14698
14699 \backslash
14700 parbox
14701 \series default
14702  in formulas.
14703  The formula is created with the following command sequence:
14704 \end_layout
14705
14706 \begin_layout Standard
14707 The command 
14708 \series bold
14709
14710 \backslash
14711 [5x-7b=3b
14712 \backslash
14713 tag*
14714 \backslash
14715 {
14716 \backslash
14717 parbox{5cm}{
14718 \series default
14719  is inserted in TeX-mode.
14720 \begin_inset Foot
14721 status collapsed
14722
14723 \begin_layout Plain Layout
14724 When the formula style 
14725 \series bold
14726 Indented
14727 \series default
14728  is used, 
14729 \series bold
14730
14731 \backslash
14732 tag*
14733 \backslash
14734 {
14735 \series default
14736  can also be replaced by 
14737 \series bold
14738
14739 \backslash
14740 hfill
14741 \series default
14742 .
14743  (formula styles see 
14744 \begin_inset CommandInset ref
14745 LatexCommand ref
14746 reference "sec:Formula-Styles"
14747
14748 \end_inset
14749
14750 )
14751 \end_layout
14752
14753 \end_inset
14754
14755  Then the description follows as normal text, and finally 
14756 \series bold
14757 }}
14758 \backslash
14759 ]
14760 \series default
14761  is inserted in TeX-mode.
14762  The commands 
14763 \series bold
14764
14765 \backslash
14766 [
14767 \series default
14768  and 
14769 \series bold
14770
14771 \backslash
14772 ]
14773 \series default
14774  hereby create a displayed formula.
14775 \end_layout
14776
14777 \begin_layout Standard
14778 The advantages of 
14779 \series bold
14780
14781 \backslash
14782 parbox
14783 \series default
14784  can be seen in this example that was 
14785 \begin_inset Quotes eld
14786 \end_inset
14787
14788 commented
14789 \begin_inset Quotes erd
14790 \end_inset
14791
14792  using the mathematical textmode:
14793 \begin_inset Formula \[
14794 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14795
14796 \end_inset
14797
14798
14799 \end_layout
14800
14801 \begin_layout Section
14802 Operators
14803 \begin_inset Index
14804 status collapsed
14805
14806 \begin_layout Plain Layout
14807 Operators
14808 \end_layout
14809
14810 \end_inset
14811
14812
14813 \end_layout
14814
14815 \begin_layout Subsection
14816 Big Operators
14817 \begin_inset CommandInset label
14818 LatexCommand label
14819 name "sub:Big-Operators"
14820
14821 \end_inset
14822
14823
14824 \begin_inset Index
14825 status collapsed
14826
14827 \begin_layout Plain Layout
14828 Operators ! big
14829 \end_layout
14830
14831 \end_inset
14832
14833
14834 \begin_inset Index
14835 status collapsed
14836
14837 \begin_layout Plain Layout
14838 Sums
14839 \end_layout
14840
14841 \end_inset
14842
14843
14844 \begin_inset Index
14845 status collapsed
14846
14847 \begin_layout Plain Layout
14848 Integrals
14849 \end_layout
14850
14851 \end_inset
14852
14853
14854 \end_layout
14855
14856 \begin_layout Standard
14857 To be able to use all integral operators listed here, the option 
14858 \family sans
14859 Use esint package automatically
14860 \family default
14861  must be set in the document settings under 
14862 \family sans
14863 Math
14864 \begin_inset space ~
14865 \end_inset
14866
14867 Options
14868 \family default
14869 .
14870 \end_layout
14871
14872 \begin_layout Standard
14873 \begin_inset space \hfill{}
14874 \end_inset
14875
14876
14877 \begin_inset Tabular
14878 <lyxtabular version="3" rows="11" columns="2">
14879 <features>
14880 <column alignment="center" valignment="top" width="0pt">
14881 <column alignment="center" valignment="top" width="0pt">
14882 <row>
14883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14884 \begin_inset Text
14885
14886 \begin_layout Plain Layout
14887 Command
14888 \end_layout
14889
14890 \end_inset
14891 </cell>
14892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14893 \begin_inset Text
14894
14895 \begin_layout Plain Layout
14896 Result
14897 \end_layout
14898
14899 \end_inset
14900 </cell>
14901 </row>
14902 <row>
14903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14904 \begin_inset Text
14905
14906 \begin_layout Plain Layout
14907
14908 \backslash
14909 int
14910 \begin_inset Index
14911 status collapsed
14912
14913 \begin_layout Plain Layout
14914 Commands ! I ! 
14915 \backslash
14916 int
14917 \end_layout
14918
14919 \end_inset
14920
14921
14922 \end_layout
14923
14924 \end_inset
14925 </cell>
14926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14927 \begin_inset Text
14928
14929 \begin_layout Plain Layout
14930 \begin_inset Formula $\int$
14931 \end_inset
14932
14933
14934 \end_layout
14935
14936 \end_inset
14937 </cell>
14938 </row>
14939 <row>
14940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14941 \begin_inset Text
14942
14943 \begin_layout Plain Layout
14944
14945 \backslash
14946 oint
14947 \end_layout
14948
14949 \end_inset
14950 </cell>
14951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14952 \begin_inset Text
14953
14954 \begin_layout Plain Layout
14955 \begin_inset Formula $\oint$
14956 \end_inset
14957
14958
14959 \end_layout
14960
14961 \end_inset
14962 </cell>
14963 </row>
14964 <row>
14965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14966 \begin_inset Text
14967
14968 \begin_layout Plain Layout
14969
14970 \backslash
14971 ointctrclockwise
14972 \end_layout
14973
14974 \end_inset
14975 </cell>
14976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14977 \begin_inset Text
14978
14979 \begin_layout Plain Layout
14980 \begin_inset Formula $\ointctrclockwise$
14981 \end_inset
14982
14983
14984 \end_layout
14985
14986 \end_inset
14987 </cell>
14988 </row>
14989 <row>
14990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14991 \begin_inset Text
14992
14993 \begin_layout Plain Layout
14994
14995 \backslash
14996 ointclockwise
14997 \end_layout
14998
14999 \end_inset
15000 </cell>
15001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Plain Layout
15005 \begin_inset Formula $\ointclockwise$
15006 \end_inset
15007
15008
15009 \end_layout
15010
15011 \end_inset
15012 </cell>
15013 </row>
15014 <row>
15015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15016 \begin_inset Text
15017
15018 \begin_layout Plain Layout
15019
15020 \backslash
15021 sqint
15022 \end_layout
15023
15024 \end_inset
15025 </cell>
15026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030 \begin_inset Formula $\sqint$
15031 \end_inset
15032
15033
15034 \end_layout
15035
15036 \end_inset
15037 </cell>
15038 </row>
15039 <row>
15040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15041 \begin_inset Text
15042
15043 \begin_layout Plain Layout
15044
15045 \backslash
15046 fint
15047 \end_layout
15048
15049 \end_inset
15050 </cell>
15051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15052 \begin_inset Text
15053
15054 \begin_layout Plain Layout
15055  
15056 \begin_inset Formula $\fint$
15057 \end_inset
15058
15059
15060 \end_layout
15061
15062 \end_inset
15063 </cell>
15064 </row>
15065 <row>
15066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15067 \begin_inset Text
15068
15069 \begin_layout Plain Layout
15070
15071 \backslash
15072 landupint
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Plain Layout
15081  
15082 \begin_inset Formula $\landupint$
15083 \end_inset
15084
15085
15086 \end_layout
15087
15088 \end_inset
15089 </cell>
15090 </row>
15091 <row>
15092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15093 \begin_inset Text
15094
15095 \begin_layout Plain Layout
15096
15097 \backslash
15098 landdownint
15099 \end_layout
15100
15101 \end_inset
15102 </cell>
15103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107  
15108 \begin_inset Formula $\landdownint$
15109 \end_inset
15110
15111
15112 \end_layout
15113
15114 \end_inset
15115 </cell>
15116 </row>
15117 <row>
15118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122
15123 \backslash
15124 bigcap
15125 \end_layout
15126
15127 \end_inset
15128 </cell>
15129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133 \begin_inset Formula $\bigcap$
15134 \end_inset
15135
15136
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 </row>
15142 <row>
15143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15144 \begin_inset Text
15145
15146 \begin_layout Plain Layout
15147
15148 \backslash
15149 bigcup
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158 \begin_inset Formula $\bigcup$
15159 \end_inset
15160
15161
15162 \end_layout
15163
15164 \end_inset
15165 </cell>
15166 </row>
15167 </lyxtabular>
15168
15169 \end_inset
15170
15171
15172 \begin_inset space \hfill{}
15173 \end_inset
15174
15175
15176 \begin_inset Tabular
15177 <lyxtabular version="3" rows="11" columns="2">
15178 <features>
15179 <column alignment="center" valignment="top" width="0pt">
15180 <column alignment="center" valignment="top" width="0pt">
15181 <row>
15182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15183 \begin_inset Text
15184
15185 \begin_layout Plain Layout
15186 Command
15187 \end_layout
15188
15189 \end_inset
15190 </cell>
15191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15192 \begin_inset Text
15193
15194 \begin_layout Plain Layout
15195 Result
15196 \end_layout
15197
15198 \end_inset
15199 </cell>
15200 </row>
15201 <row>
15202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15203 \begin_inset Text
15204
15205 \begin_layout Plain Layout
15206
15207 \backslash
15208 sum
15209 \begin_inset Index
15210 status collapsed
15211
15212 \begin_layout Plain Layout
15213 Commands ! S ! 
15214 \backslash
15215 sum
15216 \end_layout
15217
15218 \end_inset
15219
15220
15221 \end_layout
15222
15223 \end_inset
15224 </cell>
15225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15226 \begin_inset Text
15227
15228 \begin_layout Plain Layout
15229 \begin_inset Formula $\sum$
15230 \end_inset
15231
15232
15233 \end_layout
15234
15235 \end_inset
15236 </cell>
15237 </row>
15238 <row>
15239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15240 \begin_inset Text
15241
15242 \begin_layout Plain Layout
15243
15244 \backslash
15245 prod
15246 \begin_inset Index
15247 status collapsed
15248
15249 \begin_layout Plain Layout
15250 Commands ! P ! 
15251 \backslash
15252 prod
15253 \end_layout
15254
15255 \end_inset
15256
15257
15258 \end_layout
15259
15260 \end_inset
15261 </cell>
15262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15263 \begin_inset Text
15264
15265 \begin_layout Plain Layout
15266 \begin_inset Formula $\prod$
15267 \end_inset
15268
15269
15270 \end_layout
15271
15272 \end_inset
15273 </cell>
15274 </row>
15275 <row>
15276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Plain Layout
15280
15281 \backslash
15282 coprod
15283 \end_layout
15284
15285 \end_inset
15286 </cell>
15287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15288 \begin_inset Text
15289
15290 \begin_layout Plain Layout
15291 \begin_inset Formula $\coprod$
15292 \end_inset
15293
15294
15295 \end_layout
15296
15297 \end_inset
15298 </cell>
15299 </row>
15300 <row>
15301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15302 \begin_inset Text
15303
15304 \begin_layout Plain Layout
15305
15306 \backslash
15307 bigodot
15308 \end_layout
15309
15310 \end_inset
15311 </cell>
15312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15313 \begin_inset Text
15314
15315 \begin_layout Plain Layout
15316 \begin_inset Formula $\bigodot$
15317 \end_inset
15318
15319
15320 \end_layout
15321
15322 \end_inset
15323 </cell>
15324 </row>
15325 <row>
15326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15327 \begin_inset Text
15328
15329 \begin_layout Plain Layout
15330
15331 \backslash
15332 bigotimes
15333 \end_layout
15334
15335 \end_inset
15336 </cell>
15337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15338 \begin_inset Text
15339
15340 \begin_layout Plain Layout
15341 \begin_inset Formula $\bigotimes$
15342 \end_inset
15343
15344
15345 \end_layout
15346
15347 \end_inset
15348 </cell>
15349 </row>
15350 <row>
15351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15352 \begin_inset Text
15353
15354 \begin_layout Plain Layout
15355
15356 \backslash
15357 bigoplus
15358 \end_layout
15359
15360 \end_inset
15361 </cell>
15362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15363 \begin_inset Text
15364
15365 \begin_layout Plain Layout
15366 \begin_inset Formula $\bigoplus$
15367 \end_inset
15368
15369
15370 \end_layout
15371
15372 \end_inset
15373 </cell>
15374 </row>
15375 <row>
15376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15377 \begin_inset Text
15378
15379 \begin_layout Plain Layout
15380
15381 \backslash
15382 bigwedge
15383 \end_layout
15384
15385 \end_inset
15386 </cell>
15387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15388 \begin_inset Text
15389
15390 \begin_layout Plain Layout
15391 \begin_inset Formula $\bigwedge$
15392 \end_inset
15393
15394
15395 \end_layout
15396
15397 \end_inset
15398 </cell>
15399 </row>
15400 <row>
15401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15402 \begin_inset Text
15403
15404 \begin_layout Plain Layout
15405
15406 \backslash
15407 bigvee
15408 \end_layout
15409
15410 \end_inset
15411 </cell>
15412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15413 \begin_inset Text
15414
15415 \begin_layout Plain Layout
15416 \begin_inset Formula $\bigvee$
15417 \end_inset
15418
15419
15420 \end_layout
15421
15422 \end_inset
15423 </cell>
15424 </row>
15425 <row>
15426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15427 \begin_inset Text
15428
15429 \begin_layout Plain Layout
15430
15431 \backslash
15432 bigsqcup
15433 \end_layout
15434
15435 \end_inset
15436 </cell>
15437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15438 \begin_inset Text
15439
15440 \begin_layout Plain Layout
15441 \begin_inset Formula $\bigsqcup$
15442 \end_inset
15443
15444
15445 \end_layout
15446
15447 \end_inset
15448 </cell>
15449 </row>
15450 <row>
15451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15452 \begin_inset Text
15453
15454 \begin_layout Plain Layout
15455
15456 \backslash
15457 biguplus
15458 \end_layout
15459
15460 \end_inset
15461 </cell>
15462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15463 \begin_inset Text
15464
15465 \begin_layout Plain Layout
15466 \begin_inset Formula $\biguplus$
15467 \end_inset
15468
15469
15470 \end_layout
15471
15472 \end_inset
15473 </cell>
15474 </row>
15475 </lyxtabular>
15476
15477 \end_inset
15478
15479
15480 \begin_inset space \hfill{}
15481 \end_inset
15482
15483
15484 \end_layout
15485
15486 \begin_layout Standard
15487 All big operators can also be inserted via the math toolbar button 
15488 \begin_inset Graphics
15489         filename ../images/math/intop.png
15490         scale 85
15491
15492 \end_inset
15493
15494 .
15495 \end_layout
15496
15497 \begin_layout Standard
15498 The operators are called big because they are bigger than the sometimes
15499  equal looking binary operators.
15500  All big operators can have limits as described in the next subsection.
15501 \end_layout
15502
15503 \begin_layout Standard
15504 For all integral operators there is a second version available, ending on
15505  
15506 \series bold
15507 op
15508 \series default
15509
15510 \series bold
15511
15512 \backslash
15513 intop
15514 \series default
15515
15516 \series bold
15517
15518 \backslash
15519 ointop
15520 \series default
15521  etc..
15522  These operators are different from 
15523 \series bold
15524
15525 \backslash
15526 int
15527 \series default
15528  etc.
15529 \begin_inset space \space{}
15530 \end_inset
15531
15532 in the style the operator limits are displayed, see 
15533 \begin_inset CommandInset ref
15534 LatexCommand ref
15535 reference "sub:Operator-Limits"
15536
15537 \end_inset
15538
15539 .
15540  
15541 \end_layout
15542
15543 \begin_layout Subsubsection*
15544 Advice for Integrals
15545 \end_layout
15546
15547 \begin_layout Standard
15548 The letter 
15549 \emph on
15550 d
15551 \emph default
15552  in an integral is an operator, that therefore has to be set upright.
15553  This is done by highlighting the 
15554 \emph on
15555 d
15556 \emph default
15557  and using the keyboard shortcut 
15558 \begin_inset Info
15559 type  "shortcut"
15560 arg   "font-roman"
15561 \end_inset
15562
15563
15564 \begin_inset Foot
15565 status collapsed
15566
15567 \begin_layout Plain Layout
15568 Font styles
15569 \series bold
15570  
15571 \series default
15572 see 
15573 \begin_inset CommandInset ref
15574 LatexCommand ref
15575 reference "sub:Font-Styles"
15576
15577 \end_inset
15578
15579
15580 \end_layout
15581
15582 \end_inset
15583
15584 .
15585  Finally the smallest space is inserted before the 
15586 \emph on
15587 d
15588 \emph default
15589 , as this is usual for operators.
15590  An example:
15591 \end_layout
15592
15593 \begin_layout Standard
15594 incorrect: 
15595 \begin_inset Formula $\int A(x)dx$
15596 \end_inset
15597
15598
15599 \begin_inset Newline newline
15600 \end_inset
15601
15602
15603 \begin_inset ERT
15604 status collapsed
15605
15606 \begin_layout Plain Layout
15607
15608
15609 \backslash
15610 hphantom{in}
15611 \end_layout
15612
15613 \end_inset
15614
15615 correct: 
15616 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15617 \end_inset
15618
15619
15620 \end_layout
15621
15622 \begin_layout Standard
15623 For multiple integrals there are the following commands:
15624 \begin_inset VSpace medskip
15625 \end_inset
15626
15627
15628 \end_layout
15629
15630 \begin_layout Standard
15631 \begin_inset space \hfill{}
15632 \end_inset
15633
15634
15635 \begin_inset Tabular
15636 <lyxtabular version="3" rows="4" columns="2">
15637 <features>
15638 <column alignment="center" valignment="top" width="0">
15639 <column alignment="center" valignment="top" width="0">
15640 <row>
15641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15642 \begin_inset Text
15643
15644 \begin_layout Plain Layout
15645 Command
15646 \end_layout
15647
15648 \end_inset
15649 </cell>
15650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15651 \begin_inset Text
15652
15653 \begin_layout Plain Layout
15654 Result
15655 \begin_inset Note Note
15656 status collapsed
15657
15658 \begin_layout Plain Layout
15659
15660 \series bold
15661
15662 \backslash
15663 raisebox
15664 \series default
15665  is only used as spacer.
15666 \end_layout
15667
15668 \end_inset
15669
15670
15671 \end_layout
15672
15673 \end_inset
15674 </cell>
15675 </row>
15676 <row>
15677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Plain Layout
15681
15682 \backslash
15683 iint
15684 \end_layout
15685
15686 \end_inset
15687 </cell>
15688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15689 \begin_inset Text
15690
15691 \begin_layout Plain Layout
15692 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15693 \end_inset
15694
15695
15696 \end_layout
15697
15698 \end_inset
15699 </cell>
15700 </row>
15701 <row>
15702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15703 \begin_inset Text
15704
15705 \begin_layout Plain Layout
15706
15707 \backslash
15708 oiint
15709 \end_layout
15710
15711 \end_inset
15712 </cell>
15713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15714 \begin_inset Text
15715
15716 \begin_layout Plain Layout
15717 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15718 \end_inset
15719
15720
15721 \end_layout
15722
15723 \end_inset
15724 </cell>
15725 </row>
15726 <row>
15727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15728 \begin_inset Text
15729
15730 \begin_layout Plain Layout
15731
15732 \backslash
15733 sqiint
15734 \end_layout
15735
15736 \end_inset
15737 </cell>
15738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15739 \begin_inset Text
15740
15741 \begin_layout Plain Layout
15742 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15743 \end_inset
15744
15745
15746 \end_layout
15747
15748 \end_inset
15749 </cell>
15750 </row>
15751 </lyxtabular>
15752
15753 \end_inset
15754
15755
15756 \begin_inset space \hfill{}
15757 \end_inset
15758
15759
15760 \begin_inset Tabular
15761 <lyxtabular version="3" rows="4" columns="2">
15762 <features>
15763 <column alignment="center" valignment="top" width="0">
15764 <column alignment="center" valignment="top" width="0">
15765 <row>
15766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15767 \begin_inset Text
15768
15769 \begin_layout Plain Layout
15770 Command
15771 \end_layout
15772
15773 \end_inset
15774 </cell>
15775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15776 \begin_inset Text
15777
15778 \begin_layout Plain Layout
15779 Result
15780 \end_layout
15781
15782 \end_inset
15783 </cell>
15784 </row>
15785 <row>
15786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15787 \begin_inset Text
15788
15789 \begin_layout Plain Layout
15790
15791 \backslash
15792 iiint
15793 \end_layout
15794
15795 \end_inset
15796 </cell>
15797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15798 \begin_inset Text
15799
15800 \begin_layout Plain Layout
15801 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15802 \end_inset
15803
15804
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 </row>
15810 <row>
15811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15812 \begin_inset Text
15813
15814 \begin_layout Plain Layout
15815
15816 \backslash
15817 iiiint
15818 \end_layout
15819
15820 \end_inset
15821 </cell>
15822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15823 \begin_inset Text
15824
15825 \begin_layout Plain Layout
15826 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15827 \end_inset
15828
15829
15830 \end_layout
15831
15832 \end_inset
15833 </cell>
15834 </row>
15835 <row>
15836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Plain Layout
15840
15841 \backslash
15842 dotsint
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15848 \begin_inset Text
15849
15850 \begin_layout Plain Layout
15851 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15852 \end_inset
15853
15854
15855 \end_layout
15856
15857 \end_inset
15858 </cell>
15859 </row>
15860 </lyxtabular>
15861
15862 \end_inset
15863
15864
15865 \begin_inset space \hfill{}
15866 \end_inset
15867
15868
15869 \end_layout
15870
15871 \begin_layout Subsection
15872 Operator Limits
15873 \begin_inset CommandInset label
15874 LatexCommand label
15875 name "sub:Operator-Limits"
15876
15877 \end_inset
15878
15879
15880 \begin_inset Index
15881 status collapsed
15882
15883 \begin_layout Plain Layout
15884 Operators ! Limits
15885 \end_layout
15886
15887 \end_inset
15888
15889
15890 \end_layout
15891
15892 \begin_layout Standard
15893 Limits are created by super- and subscripts:
15894 \end_layout
15895
15896 \begin_layout Standard
15897 \align center
15898 \begin_inset Tabular
15899 <lyxtabular version="3" rows="2" columns="2">
15900 <features>
15901 <column alignment="center" valignment="top" width="0pt">
15902 <column alignment="center" valignment="top" width="0pt">
15903 <row>
15904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Plain Layout
15908 Command
15909 \end_layout
15910
15911 \end_inset
15912 </cell>
15913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15914 \begin_inset Text
15915
15916 \begin_layout Plain Layout
15917 Result
15918 \begin_inset Note Note
15919 status collapsed
15920
15921 \begin_layout Plain Layout
15922
15923 \series bold
15924
15925 \backslash
15926 raisebox
15927 \series default
15928  is only used as spacer.
15929 \end_layout
15930
15931 \end_inset
15932
15933
15934 \end_layout
15935
15936 \end_inset
15937 </cell>
15938 </row>
15939 <row>
15940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Plain Layout
15944
15945 \backslash
15946 prod^
15947 \backslash
15948 infty
15949 \begin_inset ERT
15950 status collapsed
15951
15952 \begin_layout Plain Layout
15953
15954
15955 \backslash
15956 spce 
15957 \end_layout
15958
15959 \end_inset
15960
15961
15962 \begin_inset Formula $\to$
15963 \end_inset
15964
15965 _0
15966 \begin_inset Formula $\to$
15967 \end_inset
15968
15969 A(x)
15970 \end_layout
15971
15972 \end_inset
15973 </cell>
15974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15975 \begin_inset Text
15976
15977 \begin_layout Plain Layout
15978 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15979 \end_inset
15980
15981
15982 \end_layout
15983
15984 \end_inset
15985 </cell>
15986 </row>
15987 </lyxtabular>
15988
15989 \end_inset
15990
15991
15992 \end_layout
15993
15994 \begin_layout Standard
15995 Limits of inline formulas are set right beside the operator.
15996  Limits in displayed formulas are set above or below the operator, except
15997  for integral limits.
15998 \end_layout
15999
16000 \begin_layout Standard
16001 To force that the limits are set beside the operator, the cursor is set
16002  directly behind the operator and the limits type is changed with the menu
16003  
16004 \family sans
16005 Edit\SpecialChar \menuseparator
16006 Math\SpecialChar \menuseparator
16007 Change Limits Type
16008 \family default
16009  to 
16010 \family sans
16011 \series bold
16012 Inline
16013 \family default
16014 \series default
16015  (shortcut 
16016 \begin_inset Info
16017 type  "shortcut"
16018 arg   "math-limits"
16019 \end_inset
16020
16021 ).
16022  An example:
16023 \end_layout
16024
16025 \begin_layout Standard
16026 The default limits type is this:
16027 \begin_inset Formula \[
16028 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16029
16030 \end_inset
16031
16032 This is how it looks when the limits type was changed to 
16033 \family sans
16034 \series bold
16035 Inline
16036 \family default
16037 \series default
16038 :
16039 \begin_inset Formula \[
16040 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16041
16042 \end_inset
16043
16044 For integrals, except those ending with 
16045 \series bold
16046 op
16047 \series default
16048  like 
16049 \series bold
16050
16051 \backslash
16052 intop
16053 \series default
16054
16055 \series bold
16056
16057 \backslash
16058 ointop
16059 \series default
16060  etc., the limits are by default set beside the operator.
16061  But for multiple integrals the limits are often set below the operator.
16062  In the following example the limits type was therefore set to 
16063 \series bold
16064 Display
16065 \series default
16066  and so set below the integrals:
16067 \begin_inset Formula \begin{equation}
16068 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
16069
16070 \end_inset
16071
16072
16073 \end_layout
16074
16075 \begin_layout Standard
16076 \begin_inset VSpace medskip
16077 \end_inset
16078
16079 To specify conditions for limits, the commands 
16080 \series bold
16081
16082 \backslash
16083 subarray
16084 \series default
16085
16086 \begin_inset Index
16087 status collapsed
16088
16089 \begin_layout Plain Layout
16090 Commands ! S ! 
16091 \backslash
16092 subarray
16093 \end_layout
16094
16095 \end_inset
16096
16097  and 
16098 \series bold
16099
16100 \backslash
16101 substack
16102 \series default
16103
16104 \begin_inset Index
16105 status collapsed
16106
16107 \begin_layout Plain Layout
16108 Commands ! S ! 
16109 \backslash
16110 substack
16111 \end_layout
16112
16113 \end_inset
16114
16115  are used.
16116  To create for example this expression 
16117 \begin_inset Formula \begin{equation}
16118 \sum_{\begin{subarray}{c}
16119 0<k<1000\\
16120 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16121
16122 \end_inset
16123
16124
16125 \end_layout
16126
16127 \begin_layout Standard
16128 the following has to be done:
16129 \begin_inset Newline newline
16130 \end_inset
16131
16132 First the command 
16133 \series bold
16134
16135 \backslash
16136 sum
16137 \series default
16138 ^
16139 \series bold
16140 n
16141 \begin_inset ERT
16142 status collapsed
16143
16144 \begin_layout Plain Layout
16145
16146
16147 \backslash
16148 spce 
16149 \end_layout
16150
16151 \end_inset
16152
16153 _
16154 \series default
16155  is typed in.
16156  One is now in a blue box under the summation operator and insert there
16157  the command 
16158 \series bold
16159
16160 \backslash
16161 subarray
16162 \begin_inset ERT
16163 status collapsed
16164
16165 \begin_layout Plain Layout
16166
16167
16168 \backslash
16169 spce 
16170 \end_layout
16171
16172 \end_inset
16173
16174
16175 \series default
16176 .
16177  The blue box is now within a purple box and now several lines can be written
16178  among each other.
16179  A new line is created by inserting a line break (
16180 \begin_inset Info
16181 type  "shortcut"
16182 arg   "newline-insert newline"
16183 \end_inset
16184
16185 ).
16186  When now
16187 \begin_inset Newline newline
16188 \end_inset
16189
16190
16191 \series bold
16192 0<k<1000 Ctrl+Return
16193 \begin_inset Newline newline
16194 \end_inset
16195
16196
16197 \series default
16198 is typed in, a new box appears below for the new line.
16199 \end_layout
16200
16201 \begin_layout Standard
16202 The alignment of the lines can be changed to left aligned with the 
16203 \family sans
16204 table
16205 \family default
16206  
16207 \family sans
16208 toolbar
16209 \family default
16210  or the menu 
16211 \family sans
16212 Edit\SpecialChar \menuseparator
16213 Rows &Columns
16214 \family default
16215 .
16216  To get right alignment, 
16217 \series bold
16218
16219 \backslash
16220 hfill
16221 \begin_inset ERT
16222 status collapsed
16223
16224 \begin_layout Plain Layout
16225
16226
16227 \backslash
16228 spce 
16229 \end_layout
16230
16231 \end_inset
16232
16233
16234 \series default
16235  is inserted at the beginning of the line.
16236 \end_layout
16237
16238 \begin_layout Standard
16239 The command 
16240 \series bold
16241
16242 \backslash
16243 substack
16244 \series default
16245  is equivalent to 
16246 \series bold
16247
16248 \backslash
16249 subarray
16250 \series default
16251  with the difference that the lines are always centered.
16252 \end_layout
16253
16254 \begin_layout Standard
16255 \begin_inset VSpace bigskip
16256 \end_inset
16257
16258 Like in formula 
16259 \begin_inset CommandInset ref
16260 LatexCommand eqref
16261 reference "eq:substack"
16262
16263 \end_inset
16264
16265  there can be too much space beside an operator, because the characters
16266  following the operator are set beside the limits.
16267 \end_layout
16268
16269 \begin_layout Standard
16270 To avoid this, the following macro can be used in the LaTeX-preamble:
16271 \end_layout
16272
16273 \begin_layout Standard
16274
16275 \series bold
16276
16277 \backslash
16278 def
16279 \backslash
16280 clap#1{
16281 \backslash
16282 hbox to 0pt{
16283 \backslash
16284 hss #1
16285 \backslash
16286 hss}}
16287 \begin_inset Newline newline
16288 \end_inset
16289
16290
16291 \backslash
16292 def
16293 \backslash
16294 mathclap {
16295 \backslash
16296 mathpalette 
16297 \backslash
16298 mathclapinternal}
16299 \begin_inset Newline newline
16300 \end_inset
16301
16302
16303 \backslash
16304 def
16305 \backslash
16306 mathclapinternal #1#2{
16307 \backslash
16308 clap{$
16309 \backslash
16310 mathsurround =0pt #1{#2}$}}
16311 \end_layout
16312
16313 \begin_layout Standard
16314 This defines the command 
16315 \series bold
16316
16317 \backslash
16318 mathclap
16319 \series default
16320
16321 \begin_inset Index
16322 status collapsed
16323
16324 \begin_layout Plain Layout
16325 Commands ! M ! 
16326 \backslash
16327 mathclap
16328 \end_layout
16329
16330 \end_inset
16331
16332  that sets the width of the limit to 0
16333 \begin_inset space \thinspace{}
16334 \end_inset
16335
16336 pt.
16337  The command scheme is
16338 \end_layout
16339
16340 \begin_layout Standard
16341
16342 \series bold
16343
16344 \backslash
16345 mathclap{limit}
16346 \end_layout
16347
16348 \begin_layout Standard
16349 where the limit can consist of several conditions.
16350 \end_layout
16351
16352 \begin_layout Standard
16353 Applied on formula 
16354 \begin_inset CommandInset ref
16355 LatexCommand eqref
16356 reference "eq:substack"
16357
16358 \end_inset
16359
16360 , one uses the command
16361 \end_layout
16362
16363 \begin_layout Standard
16364
16365 \series bold
16366
16367 \backslash
16368 sum_
16369 \backslash
16370 mathclap{
16371 \backslash
16372 substack
16373 \begin_inset ERT
16374 status collapsed
16375
16376 \begin_layout Plain Layout
16377
16378
16379 \backslash
16380 spce 
16381 \end_layout
16382
16383 \end_inset
16384
16385 0<k<1000 Ctrl+Return
16386 \end_layout
16387
16388 \begin_layout Standard
16389 to create the lower limit.
16390  The summand is now directly behind the summation operator:
16391 \begin_inset Formula \[
16392 \sum_{\mathclap{\substack{0<k<1000\\
16393 \\k\,\in\,\mathbb{N}}
16394 }}^{n}k^{-2}\]
16395
16396 \end_inset
16397
16398
16399 \end_layout
16400
16401 \begin_layout Standard
16402 \begin_inset VSpace bigskip
16403 \end_inset
16404
16405 How to use one limit for several operators is described in 
16406 \begin_inset CommandInset ref
16407 LatexCommand ref
16408 reference "sub:Self-defined-Operators"
16409
16410 \end_inset
16411
16412 .
16413 \end_layout
16414
16415 \begin_layout Subsection
16416 Binary Operators
16417 \begin_inset CommandInset label
16418 LatexCommand label
16419 name "sub:Binary-Operators"
16420
16421 \end_inset
16422
16423
16424 \begin_inset Index
16425 status collapsed
16426
16427 \begin_layout Plain Layout
16428 Operators ! binary
16429 \end_layout
16430
16431 \end_inset
16432
16433
16434 \end_layout
16435
16436 \begin_layout Standard
16437 Binary operators are surrounded by space when there is a character before
16438  and behind them.
16439 \begin_inset VSpace medskip
16440 \end_inset
16441
16442
16443 \end_layout
16444
16445 \begin_layout Standard
16446 \begin_inset space \hfill{}
16447 \end_inset
16448
16449
16450 \begin_inset Tabular
16451 <lyxtabular version="3" rows="13" columns="2">
16452 <features>
16453 <column alignment="center" valignment="top" width="0pt">
16454 <column alignment="center" valignment="top" width="0pt">
16455 <row>
16456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16457 \begin_inset Text
16458
16459 \begin_layout Plain Layout
16460 Command
16461 \begin_inset Note Note
16462 status collapsed
16463
16464 \begin_layout Plain Layout
16465
16466 \series bold
16467
16468 \backslash
16469 raisebox
16470 \series default
16471  is only used as spacer.
16472 \end_layout
16473
16474 \end_inset
16475
16476
16477 \end_layout
16478
16479 \end_inset
16480 </cell>
16481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485 Result
16486 \end_layout
16487
16488 \end_inset
16489 </cell>
16490 </row>
16491 <row>
16492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16493 \begin_inset Text
16494
16495 \begin_layout Plain Layout
16496 +
16497 \end_layout
16498
16499 \end_inset
16500 </cell>
16501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16502 \begin_inset Text
16503
16504 \begin_layout Plain Layout
16505 \begin_inset Formula $+$
16506 \end_inset
16507
16508
16509 \end_layout
16510
16511 \end_inset
16512 </cell>
16513 </row>
16514 <row>
16515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16516 \begin_inset Text
16517
16518 \begin_layout Plain Layout
16519 -
16520 \end_layout
16521
16522 \end_inset
16523 </cell>
16524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16525 \begin_inset Text
16526
16527 \begin_layout Plain Layout
16528 \begin_inset Formula $-$
16529 \end_inset
16530
16531
16532 \end_layout
16533
16534 \end_inset
16535 </cell>
16536 </row>
16537 <row>
16538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16539 \begin_inset Text
16540
16541 \begin_layout Plain Layout
16542
16543 \backslash
16544 pm
16545 \end_layout
16546
16547 \end_inset
16548 </cell>
16549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16550 \begin_inset Text
16551
16552 \begin_layout Plain Layout
16553 \begin_inset Formula $\pm$
16554 \end_inset
16555
16556
16557 \end_layout
16558
16559 \end_inset
16560 </cell>
16561 </row>
16562 <row>
16563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16564 \begin_inset Text
16565
16566 \begin_layout Plain Layout
16567
16568 \backslash
16569 mp
16570 \end_layout
16571
16572 \end_inset
16573 </cell>
16574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16575 \begin_inset Text
16576
16577 \begin_layout Plain Layout
16578 \begin_inset Formula $\mp$
16579 \end_inset
16580
16581
16582 \end_layout
16583
16584 \end_inset
16585 </cell>
16586 </row>
16587 <row>
16588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16589 \begin_inset Text
16590
16591 \begin_layout Plain Layout
16592
16593 \backslash
16594 cdot
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16600 \begin_inset Text
16601
16602 \begin_layout Plain Layout
16603 \begin_inset Formula $\cdot$
16604 \end_inset
16605
16606
16607 \end_layout
16608
16609 \end_inset
16610 </cell>
16611 </row>
16612 <row>
16613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16614 \begin_inset Text
16615
16616 \begin_layout Plain Layout
16617
16618 \backslash
16619 times
16620 \end_layout
16621
16622 \end_inset
16623 </cell>
16624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16625 \begin_inset Text
16626
16627 \begin_layout Plain Layout
16628 \begin_inset Formula $\times$
16629 \end_inset
16630
16631
16632 \end_layout
16633
16634 \end_inset
16635 </cell>
16636 </row>
16637 <row>
16638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16639 \begin_inset Text
16640
16641 \begin_layout Plain Layout
16642
16643 \backslash
16644 div
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16650 \begin_inset Text
16651
16652 \begin_layout Plain Layout
16653 \begin_inset Formula $\div$
16654 \end_inset
16655
16656
16657 \end_layout
16658
16659 \end_inset
16660 </cell>
16661 </row>
16662 <row>
16663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16664 \begin_inset Text
16665
16666 \begin_layout Plain Layout
16667 \begin_inset ERT
16668 status collapsed
16669
16670 \begin_layout Plain Layout
16671
16672
16673 \backslash
16674 raisebox{-1.2mm}{
16675 \end_layout
16676
16677 \end_inset
16678
16679 *
16680 \begin_inset ERT
16681 status collapsed
16682
16683 \begin_layout Plain Layout
16684
16685 }
16686 \end_layout
16687
16688 \end_inset
16689
16690
16691 \end_layout
16692
16693 \end_inset
16694 </cell>
16695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16696 \begin_inset Text
16697
16698 \begin_layout Plain Layout
16699 \begin_inset Formula $*$
16700 \end_inset
16701
16702
16703 \end_layout
16704
16705 \end_inset
16706 </cell>
16707 </row>
16708 <row>
16709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16710 \begin_inset Text
16711
16712 \begin_layout Plain Layout
16713
16714 \backslash
16715 star
16716 \end_layout
16717
16718 \end_inset
16719 </cell>
16720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16721 \begin_inset Text
16722
16723 \begin_layout Plain Layout
16724 \begin_inset Formula $\star$
16725 \end_inset
16726
16727
16728 \end_layout
16729
16730 \end_inset
16731 </cell>
16732 </row>
16733 <row>
16734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16735 \begin_inset Text
16736
16737 \begin_layout Plain Layout
16738
16739 \backslash
16740 circ
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749 \begin_inset Formula $\circ$
16750 \end_inset
16751
16752
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 </row>
16758 <row>
16759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16760 \begin_inset Text
16761
16762 \begin_layout Plain Layout
16763
16764 \backslash
16765 diamond
16766 \end_layout
16767
16768 \end_inset
16769 </cell>
16770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16771 \begin_inset Text
16772
16773 \begin_layout Plain Layout
16774 \begin_inset Formula $\diamond$
16775 \end_inset
16776
16777
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 </row>
16783 <row>
16784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16785 \begin_inset Text
16786
16787 \begin_layout Plain Layout
16788
16789 \backslash
16790 bullet
16791 \end_layout
16792
16793 \end_inset
16794 </cell>
16795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16796 \begin_inset Text
16797
16798 \begin_layout Plain Layout
16799 \begin_inset Formula $\bullet$
16800 \end_inset
16801
16802
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 </row>
16808 </lyxtabular>
16809
16810 \end_inset
16811
16812
16813 \begin_inset space \hfill{}
16814 \end_inset
16815
16816
16817 \begin_inset Tabular
16818 <lyxtabular version="3" rows="13" columns="2">
16819 <features>
16820 <column alignment="center" valignment="top" width="0pt">
16821 <column alignment="center" valignment="top" width="0pt">
16822 <row>
16823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Plain Layout
16827 Command
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836 Result
16837 \end_layout
16838
16839 \end_inset
16840 </cell>
16841 </row>
16842 <row>
16843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847
16848 \backslash
16849 nabla
16850 \end_layout
16851
16852 \end_inset
16853 </cell>
16854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858 \begin_inset Formula $\nabla$
16859 \end_inset
16860
16861
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 </row>
16867 <row>
16868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872
16873 \backslash
16874 bigtriangledown
16875 \end_layout
16876
16877 \end_inset
16878 </cell>
16879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16880 \begin_inset Text
16881
16882 \begin_layout Plain Layout
16883 \begin_inset Formula $\bigtriangledown$
16884 \end_inset
16885
16886
16887 \end_layout
16888
16889 \end_inset
16890 </cell>
16891 </row>
16892 <row>
16893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16894 \begin_inset Text
16895
16896 \begin_layout Plain Layout
16897
16898 \backslash
16899 bigtriangleup
16900 \end_layout
16901
16902 \end_inset
16903 </cell>
16904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16905 \begin_inset Text
16906
16907 \begin_layout Plain Layout
16908 \begin_inset Formula $\bigtriangleup$
16909 \end_inset
16910
16911
16912 \end_layout
16913
16914 \end_inset
16915 </cell>
16916 </row>
16917 <row>
16918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922
16923 \backslash
16924 Box
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16930 \begin_inset Text
16931
16932 \begin_layout Plain Layout
16933 \begin_inset Formula $\Box$
16934 \end_inset
16935
16936
16937 \end_layout
16938
16939 \end_inset
16940 </cell>
16941 </row>
16942 <row>
16943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947
16948 \backslash
16949 cap 
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16955 \begin_inset Text
16956
16957 \begin_layout Plain Layout
16958 \begin_inset Formula $\cap$
16959 \end_inset
16960
16961
16962 \end_layout
16963
16964 \end_inset
16965 </cell>
16966 </row>
16967 <row>
16968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972
16973 \backslash
16974 cup
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16980 \begin_inset Text
16981
16982 \begin_layout Plain Layout
16983 \begin_inset Formula $\cup$
16984 \end_inset
16985
16986
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 </row>
16992 <row>
16993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Plain Layout
16997
16998 \backslash
16999 dagger
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008 \begin_inset Formula $\dagger$
17009 \end_inset
17010
17011
17012 \end_layout
17013
17014 \end_inset
17015 </cell>
17016 </row>
17017 <row>
17018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17019 \begin_inset Text
17020
17021 \begin_layout Plain Layout
17022
17023 \backslash
17024 ddagger
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17030 \begin_inset Text
17031
17032 \begin_layout Plain Layout
17033 \begin_inset Formula $\ddagger$
17034 \end_inset
17035
17036
17037 \end_layout
17038
17039 \end_inset
17040 </cell>
17041 </row>
17042 <row>
17043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17044 \begin_inset Text
17045
17046 \begin_layout Plain Layout
17047
17048 \backslash
17049 wr
17050 \end_layout
17051
17052 \end_inset
17053 </cell>
17054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17055 \begin_inset Text
17056
17057 \begin_layout Plain Layout
17058 \begin_inset Formula $\wr$
17059 \end_inset
17060
17061
17062 \end_layout
17063
17064 \end_inset
17065 </cell>
17066 </row>
17067 <row>
17068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17069 \begin_inset Text
17070
17071 \begin_layout Plain Layout
17072
17073 \backslash
17074 bigcirc
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17080 \begin_inset Text
17081
17082 \begin_layout Plain Layout
17083 \begin_inset Formula $\bigcirc$
17084 \end_inset
17085
17086
17087 \end_layout
17088
17089 \end_inset
17090 </cell>
17091 </row>
17092 <row>
17093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17094 \begin_inset Text
17095
17096 \begin_layout Plain Layout
17097
17098 \backslash
17099 wedge
17100 \end_layout
17101
17102 \end_inset
17103 </cell>
17104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17105 \begin_inset Text
17106
17107 \begin_layout Plain Layout
17108 \begin_inset Formula $\wedge$
17109 \end_inset
17110
17111
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 </row>
17117 <row>
17118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17119 \begin_inset Text
17120
17121 \begin_layout Plain Layout
17122
17123 \backslash
17124 vee
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Plain Layout
17133 \begin_inset Formula $\vee$
17134 \end_inset
17135
17136
17137 \end_layout
17138
17139 \end_inset
17140 </cell>
17141 </row>
17142 </lyxtabular>
17143
17144 \end_inset
17145
17146
17147 \begin_inset space \hfill{}
17148 \end_inset
17149
17150
17151 \begin_inset Tabular
17152 <lyxtabular version="3" rows="13" columns="2">
17153 <features>
17154 <column alignment="center" valignment="top" width="0pt">
17155 <column alignment="center" valignment="top" width="0pt">
17156 <row>
17157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17158 \begin_inset Text
17159
17160 \begin_layout Plain Layout
17161 Command
17162 \end_layout
17163
17164 \end_inset
17165 </cell>
17166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170 Result
17171 \end_layout
17172
17173 \end_inset
17174 </cell>
17175 </row>
17176 <row>
17177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17178 \begin_inset Text
17179
17180 \begin_layout Plain Layout
17181
17182 \backslash
17183 oplus
17184 \end_layout
17185
17186 \end_inset
17187 </cell>
17188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17189 \begin_inset Text
17190
17191 \begin_layout Plain Layout
17192 \begin_inset Formula $\oplus$
17193 \end_inset
17194
17195
17196 \end_layout
17197
17198 \end_inset
17199 </cell>
17200 </row>
17201 <row>
17202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206
17207 \backslash
17208 ominus
17209 \end_layout
17210
17211 \end_inset
17212 </cell>
17213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17214 \begin_inset Text
17215
17216 \begin_layout Plain Layout
17217 \begin_inset Formula $\ominus$
17218 \end_inset
17219
17220
17221 \end_layout
17222
17223 \end_inset
17224 </cell>
17225 </row>
17226 <row>
17227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231
17232 \backslash
17233 otimes
17234 \end_layout
17235
17236 \end_inset
17237 </cell>
17238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17239 \begin_inset Text
17240
17241 \begin_layout Plain Layout
17242 \begin_inset Formula $\otimes$
17243 \end_inset
17244
17245
17246 \end_layout
17247
17248 \end_inset
17249 </cell>
17250 </row>
17251 <row>
17252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17253 \begin_inset Text
17254
17255 \begin_layout Plain Layout
17256
17257 \backslash
17258 oslash
17259 \end_layout
17260
17261 \end_inset
17262 </cell>
17263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17264 \begin_inset Text
17265
17266 \begin_layout Plain Layout
17267 \begin_inset Formula $\oslash$
17268 \end_inset
17269
17270
17271 \end_layout
17272
17273 \end_inset
17274 </cell>
17275 </row>
17276 <row>
17277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17278 \begin_inset Text
17279
17280 \begin_layout Plain Layout
17281
17282 \backslash
17283 odot
17284 \end_layout
17285
17286 \end_inset
17287 </cell>
17288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17289 \begin_inset Text
17290
17291 \begin_layout Plain Layout
17292 \begin_inset Formula $\odot$
17293 \end_inset
17294
17295
17296 \end_layout
17297
17298 \end_inset
17299 </cell>
17300 </row>
17301 <row>
17302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17303 \begin_inset Text
17304
17305 \begin_layout Plain Layout
17306
17307 \backslash
17308 amalg
17309 \end_layout
17310
17311 \end_inset
17312 </cell>
17313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17314 \begin_inset Text
17315
17316 \begin_layout Plain Layout
17317 \begin_inset Formula $\amalg$
17318 \end_inset
17319
17320
17321 \end_layout
17322
17323 \end_inset
17324 </cell>
17325 </row>
17326 <row>
17327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17328 \begin_inset Text
17329
17330 \begin_layout Plain Layout
17331
17332 \backslash
17333 uplus
17334 \end_layout
17335
17336 \end_inset
17337 </cell>
17338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17339 \begin_inset Text
17340
17341 \begin_layout Plain Layout
17342 \begin_inset Formula $\uplus$
17343 \end_inset
17344
17345
17346 \end_layout
17347
17348 \end_inset
17349 </cell>
17350 </row>
17351 <row>
17352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17353 \begin_inset Text
17354
17355 \begin_layout Plain Layout
17356
17357 \backslash
17358 setminus
17359 \end_layout
17360
17361 \end_inset
17362 </cell>
17363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17364 \begin_inset Text
17365
17366 \begin_layout Plain Layout
17367 \begin_inset Formula $\setminus$
17368 \end_inset
17369
17370
17371 \end_layout
17372
17373 \end_inset
17374 </cell>
17375 </row>
17376 <row>
17377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17378 \begin_inset Text
17379
17380 \begin_layout Plain Layout
17381
17382 \backslash
17383 sqcap
17384 \end_layout
17385
17386 \end_inset
17387 </cell>
17388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17389 \begin_inset Text
17390
17391 \begin_layout Plain Layout
17392 \begin_inset Formula $\sqcap$
17393 \end_inset
17394
17395
17396 \end_layout
17397
17398 \end_inset
17399 </cell>
17400 </row>
17401 <row>
17402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17403 \begin_inset Text
17404
17405 \begin_layout Plain Layout
17406
17407 \backslash
17408 sqcup
17409 \end_layout
17410
17411 \end_inset
17412 </cell>
17413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17414 \begin_inset Text
17415
17416 \begin_layout Plain Layout
17417 \begin_inset Formula $\sqcup$
17418 \end_inset
17419
17420
17421 \end_layout
17422
17423 \end_inset
17424 </cell>
17425 </row>
17426 <row>
17427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17428 \begin_inset Text
17429
17430 \begin_layout Plain Layout
17431
17432 \backslash
17433 triangleleft
17434 \end_layout
17435
17436 \end_inset
17437 </cell>
17438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17439 \begin_inset Text
17440
17441 \begin_layout Plain Layout
17442 \begin_inset Formula $\triangleleft$
17443 \end_inset
17444
17445
17446 \end_layout
17447
17448 \end_inset
17449 </cell>
17450 </row>
17451 <row>
17452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456
17457 \backslash
17458 triangleright
17459 \end_layout
17460
17461 \end_inset
17462 </cell>
17463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17464 \begin_inset Text
17465
17466 \begin_layout Plain Layout
17467 \begin_inset Formula $\triangleright$
17468 \end_inset
17469
17470
17471 \end_layout
17472
17473 \end_inset
17474 </cell>
17475 </row>
17476 </lyxtabular>
17477
17478 \end_inset
17479
17480
17481 \begin_inset space \hfill{}
17482 \end_inset
17483
17484
17485 \end_layout
17486
17487 \begin_layout Standard
17488 All binary operators can also be inserted via the math toolbar button 
17489 \begin_inset Graphics
17490         filename ../images/math/pm.png
17491         scale 85
17492
17493 \end_inset
17494
17495 .
17496 \end_layout
17497
17498 \begin_layout Standard
17499 To typeset the Laplace operator also 
17500 \series bold
17501
17502 \backslash
17503 Delta
17504 \series default
17505  or 
17506 \series bold
17507
17508 \backslash
17509 nabla
17510 \series default
17511 ^
17512 \series bold
17513 2
17514 \series default
17515  (
17516 \begin_inset Formula $\nabla^{2}$
17517 \end_inset
17518
17519 ) can be used instead of 
17520 \series bold
17521
17522 \backslash
17523 bigtriangleup
17524 \series default
17525  .
17526 \end_layout
17527
17528 \begin_layout Standard
17529 The character 
17530 \family sans
17531 Menu Separator
17532 \family default
17533  from the menu 
17534 \family sans
17535 Insert\SpecialChar \menuseparator
17536 Special Character
17537 \family default
17538  is the operator 
17539 \series bold
17540
17541 \backslash
17542 triangleright
17543 \series default
17544 .
17545 \end_layout
17546
17547 \begin_layout Subsection
17548 Self-defined Operators
17549 \begin_inset CommandInset label
17550 LatexCommand label
17551 name "sub:Self-defined-Operators"
17552
17553 \end_inset
17554
17555
17556 \begin_inset Index
17557 status collapsed
17558
17559 \begin_layout Plain Layout
17560 Operators ! self-defined
17561 \end_layout
17562
17563 \end_inset
17564
17565
17566 \end_layout
17567
17568 \begin_layout Standard
17569 With the help of the command 
17570 \series bold
17571
17572 \backslash
17573 DeclareMathOperator
17574 \series default
17575
17576 \begin_inset Index
17577 status collapsed
17578
17579 \begin_layout Plain Layout
17580 Commands ! D ! 
17581 \backslash
17582 dbinom@
17583 \backslash
17584 DeclareMathOperator
17585 \end_layout
17586
17587 \end_inset
17588
17589  custom operators can be defined in the LaTeX-preamble.
17590  Its command scheme is:
17591 \end_layout
17592
17593 \begin_layout Standard
17594
17595 \series bold
17596
17597 \backslash
17598 DeclareMathOperator{new command}{display}
17599 \end_layout
17600
17601 \begin_layout Standard
17602 Display can be characters or symbols that define how the operator looks
17603  in the output.
17604  To define a big operator a * is set behind the command.
17605  All self-defined big operators can have limits as described in 
17606 \begin_inset CommandInset ref
17607 LatexCommand ref
17608 reference "sub:Operator-Limits"
17609
17610 \end_inset
17611
17612 .
17613 \end_layout
17614
17615 \begin_layout Standard
17616 For example the LaTeX-preamble line
17617 \end_layout
17618
17619 \begin_layout Standard
17620
17621 \series bold
17622
17623 \backslash
17624 DeclareMathOperator*{
17625 \backslash
17626 Lozenge}{
17627 \backslash
17628 blacklozenge}
17629 \end_layout
17630
17631 \begin_layout Standard
17632 defines the command 
17633 \series bold
17634
17635 \backslash
17636 Lozenge
17637 \series default
17638 , that inserts a big operator consisting of the lozenge symbol from 
17639 \begin_inset CommandInset ref
17640 LatexCommand ref
17641 reference "sub:Miscellaneous-Symbols"
17642
17643 \end_inset
17644
17645 :
17646 \begin_inset Formula \[
17647 \Lozenge_{n=1}^{\infty}\]
17648
17649 \end_inset
17650
17651 The command for this formula is: 
17652 \series bold
17653
17654 \backslash
17655 Lozenge
17656 \series default
17657 ^
17658 \series bold
17659
17660 \backslash
17661 infty
17662 \begin_inset Formula $\to$
17663 \end_inset
17664
17665 _n=1
17666 \end_layout
17667
17668 \begin_layout Standard
17669 \begin_inset VSpace bigskip
17670 \end_inset
17671
17672 When self-defined operators are not used several times in the document,
17673  they can also be defined with the commands 
17674 \series bold
17675
17676 \backslash
17677 mathop
17678 \series default
17679
17680 \begin_inset Index
17681 status collapsed
17682
17683 \begin_layout Plain Layout
17684 Commands ! M ! 
17685 \backslash
17686 mathop
17687 \end_layout
17688
17689 \end_inset
17690
17691  and 
17692 \series bold
17693
17694 \backslash
17695 mathbin
17696 \series default
17697
17698 \begin_inset Index
17699 status collapsed
17700
17701 \begin_layout Plain Layout
17702 Commands ! M ! 
17703 \backslash
17704 mathbin
17705 \end_layout
17706
17707 \end_inset
17708
17709 , which have the following scheme:
17710 \end_layout
17711
17712 \begin_layout Standard
17713
17714 \series bold
17715
17716 \backslash
17717 mathop{display}
17718 \series default
17719  and 
17720 \series bold
17721
17722 \backslash
17723 mathbin{display}
17724 \end_layout
17725
17726 \begin_layout Standard
17727
17728 \series bold
17729
17730 \backslash
17731 mathop
17732 \series default
17733  defines big operators, 
17734 \series bold
17735
17736 \backslash
17737 mathbin
17738 \series default
17739  binary operators.
17740 \end_layout
17741
17742 \begin_layout Standard
17743
17744 \series bold
17745
17746 \backslash
17747 mathop
17748 \series default
17749  can e.
17750 \begin_inset space \thinspace{}
17751 \end_inset
17752
17753 g.
17754 \begin_inset space \space{}
17755 \end_inset
17756
17757 be used to use one limit for several operators:
17758 \end_layout
17759
17760 \begin_layout Standard
17761 \begin_inset Formula \[
17762 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17763
17764 \end_inset
17765
17766
17767 \end_layout
17768
17769 \begin_layout Standard
17770 The command for the formula above is:
17771 \begin_inset Newline newline
17772 \end_inset
17773
17774
17775 \series bold
17776
17777 \backslash
17778 mathop{
17779 \backslash
17780 sum
17781 \backslash
17782 negmedspace
17783 \backslash
17784 sum
17785 \series default
17786
17787 \begin_inset ERT
17788 status collapsed
17789
17790 \begin_layout Plain Layout
17791
17792
17793 \backslash
17794 spce 
17795 \end_layout
17796
17797 \end_inset
17798
17799
17800 \series bold
17801
17802 \begin_inset Formula $\to$
17803 \end_inset
17804
17805 ^N
17806 \series default
17807
17808 \begin_inset ERT
17809 status collapsed
17810
17811 \begin_layout Plain Layout
17812
17813
17814 \backslash
17815 spce 
17816 \end_layout
17817
17818 \end_inset
17819
17820
17821 \series bold
17822 _i,j=1
17823 \end_layout
17824
17825 \begin_layout Section
17826 Fonts
17827 \begin_inset Index
17828 status collapsed
17829
17830 \begin_layout Plain Layout
17831 Fonts
17832 \end_layout
17833
17834 \end_inset
17835
17836
17837 \end_layout
17838
17839 \begin_layout Subsection
17840 Font Styles
17841 \begin_inset CommandInset label
17842 LatexCommand label
17843 name "sub:Font-Styles"
17844
17845 \end_inset
17846
17847
17848 \begin_inset Index
17849 status collapsed
17850
17851 \begin_layout Plain Layout
17852 Font ! style
17853 \end_layout
17854
17855 \end_inset
17856
17857
17858 \end_layout
17859
17860 \begin_layout Standard
17861 Latin letters in formulas can be set in one of the following font styles:
17862 \begin_inset VSpace -2mm
17863 \end_inset
17864
17865
17866 \end_layout
17867
17868 \begin_layout Standard
17869 \align center
17870 \begin_inset Tabular
17871 <lyxtabular version="3" rows="6" columns="3">
17872 <features>
17873 <column alignment="center" valignment="top" width="0">
17874 <column alignment="center" valignment="top" width="0">
17875 <column alignment="center" valignment="top" width="0">
17876 <row>
17877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17878 \begin_inset Text
17879
17880 \begin_layout Plain Layout
17881 Command
17882 \end_layout
17883
17884 \end_inset
17885 </cell>
17886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17887 \begin_inset Text
17888
17889 \begin_layout Plain Layout
17890 Result
17891 \end_layout
17892
17893 \end_inset
17894 </cell>
17895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17896 \begin_inset Text
17897
17898 \begin_layout Plain Layout
17899 shortcut
17900 \end_layout
17901
17902 \end_inset
17903 </cell>
17904 </row>
17905 <row>
17906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17907 \begin_inset Text
17908
17909 \begin_layout Plain Layout
17910
17911 \backslash
17912 mathbb
17913 \series bold
17914
17915 \begin_inset ERT
17916 status collapsed
17917
17918 \begin_layout Plain Layout
17919
17920
17921 \backslash
17922 spce 
17923 \end_layout
17924
17925 \end_inset
17926
17927
17928 \series default
17929 ABC
17930 \end_layout
17931
17932 \end_inset
17933 </cell>
17934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17935 \begin_inset Text
17936
17937 \begin_layout Plain Layout
17938 \begin_inset Formula $\mathbb{ABC}$
17939 \end_inset
17940
17941
17942 \end_layout
17943
17944 \end_inset
17945 </cell>
17946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17947 \begin_inset Text
17948
17949 \begin_layout Plain Layout
17950 \begin_inset Info
17951 type  "shortcut"
17952 arg   "font-noun"
17953 \end_inset
17954
17955
17956 \end_layout
17957
17958 \end_inset
17959 </cell>
17960 </row>
17961 <row>
17962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17963 \begin_inset Text
17964
17965 \begin_layout Plain Layout
17966
17967 \backslash
17968 mathbf
17969 \series bold
17970
17971 \begin_inset ERT
17972 status collapsed
17973
17974 \begin_layout Plain Layout
17975
17976
17977 \backslash
17978 spce 
17979 \end_layout
17980
17981 \end_inset
17982
17983
17984 \series default
17985 AbC
17986 \end_layout
17987
17988 \end_inset
17989 </cell>
17990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17991 \begin_inset Text
17992
17993 \begin_layout Plain Layout
17994 \begin_inset Formula $\mathbf{AbC}$
17995 \end_inset
17996
17997
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18003 \begin_inset Text
18004
18005 \begin_layout Plain Layout
18006 \begin_inset Info
18007 type  "shortcut"
18008 arg   "font-bold"
18009 \end_inset
18010
18011
18012 \end_layout
18013
18014 \end_inset
18015 </cell>
18016 </row>
18017 <row>
18018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18019 \begin_inset Text
18020
18021 \begin_layout Plain Layout
18022
18023 \backslash
18024 boldsymbol
18025 \series bold
18026
18027 \begin_inset ERT
18028 status collapsed
18029
18030 \begin_layout Plain Layout
18031
18032
18033 \backslash
18034 spce 
18035 \end_layout
18036
18037 \end_inset
18038
18039
18040 \series default
18041 AbC
18042 \end_layout
18043
18044 \end_inset
18045 </cell>
18046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18047 \begin_inset Text
18048
18049 \begin_layout Plain Layout
18050 \begin_inset Formula $\boldsymbol{AbC}$
18051 \end_inset
18052
18053
18054 \end_layout
18055
18056 \end_inset
18057 </cell>
18058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18059 \begin_inset Text
18060
18061 \begin_layout Plain Layout
18062 \begin_inset Info
18063 type  "shortcuts"
18064 arg   "font-boldsymbol"
18065 \end_inset
18066
18067
18068 \end_layout
18069
18070 \end_inset
18071 </cell>
18072 </row>
18073 <row>
18074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18075 \begin_inset Text
18076
18077 \begin_layout Plain Layout
18078
18079 \backslash
18080 mathcal
18081 \series bold
18082
18083 \begin_inset ERT
18084 status collapsed
18085
18086 \begin_layout Plain Layout
18087
18088
18089 \backslash
18090 spce 
18091 \end_layout
18092
18093 \end_inset
18094
18095
18096 \series default
18097 ABC
18098 \end_layout
18099
18100 \end_inset
18101 </cell>
18102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18103 \begin_inset Text
18104
18105 \begin_layout Plain Layout
18106 \begin_inset Formula $\mathcal{ABC}$
18107 \end_inset
18108
18109
18110 \end_layout
18111
18112 \end_inset
18113 </cell>
18114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18115 \begin_inset Text
18116
18117 \begin_layout Plain Layout
18118 \begin_inset Info
18119 type  "shortcut"
18120 arg   "font-emph"
18121 \end_inset
18122
18123
18124 \end_layout
18125
18126 \end_inset
18127 </cell>
18128 </row>
18129 <row>
18130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18131 \begin_inset Text
18132
18133 \begin_layout Plain Layout
18134
18135 \backslash
18136 mathfrak
18137 \series bold
18138
18139 \begin_inset ERT
18140 status collapsed
18141
18142 \begin_layout Plain Layout
18143
18144
18145 \backslash
18146 spce 
18147 \end_layout
18148
18149 \end_inset
18150
18151
18152 \series default
18153 AbC
18154 \end_layout
18155
18156 \end_inset
18157 </cell>
18158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18159 \begin_inset Text
18160
18161 \begin_layout Plain Layout
18162 \begin_inset Formula $\mathfrak{AbC}$
18163 \end_inset
18164
18165
18166 \end_layout
18167
18168 \end_inset
18169 </cell>
18170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18171 \begin_inset Text
18172
18173 \begin_layout Plain Layout
18174 -
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 </row>
18180 </lyxtabular>
18181
18182 \end_inset
18183
18184
18185 \end_layout
18186
18187 \begin_layout Standard
18188 \align center
18189 \begin_inset Tabular
18190 <lyxtabular version="3" rows="5" columns="3">
18191 <features>
18192 <column alignment="center" valignment="top" width="0">
18193 <column alignment="center" valignment="top" width="0">
18194 <column alignment="center" valignment="top" width="0">
18195 <row>
18196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18197 \begin_inset Text
18198
18199 \begin_layout Plain Layout
18200 Command
18201 \end_layout
18202
18203 \end_inset
18204 </cell>
18205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18206 \begin_inset Text
18207
18208 \begin_layout Plain Layout
18209 Result
18210 \end_layout
18211
18212 \end_inset
18213 </cell>
18214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18215 \begin_inset Text
18216
18217 \begin_layout Plain Layout
18218 shortcut
18219 \end_layout
18220
18221 \end_inset
18222 </cell>
18223 </row>
18224 <row>
18225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18226 \begin_inset Text
18227
18228 \begin_layout Plain Layout
18229
18230 \backslash
18231 mathit
18232 \series bold
18233
18234 \begin_inset ERT
18235 status collapsed
18236
18237 \begin_layout Plain Layout
18238
18239
18240 \backslash
18241 spce 
18242 \end_layout
18243
18244 \end_inset
18245
18246
18247 \series default
18248 AbC
18249 \end_layout
18250
18251 \end_inset
18252 </cell>
18253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18254 \begin_inset Text
18255
18256 \begin_layout Plain Layout
18257 \begin_inset Formula $\mathit{AbC}$
18258 \end_inset
18259
18260
18261 \end_layout
18262
18263 \end_inset
18264 </cell>
18265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18266 \begin_inset Text
18267
18268 \begin_layout Plain Layout
18269 -
18270 \end_layout
18271
18272 \end_inset
18273 </cell>
18274 </row>
18275 <row>
18276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18277 \begin_inset Text
18278
18279 \begin_layout Plain Layout
18280
18281 \backslash
18282 mathrm
18283 \series bold
18284
18285 \begin_inset ERT
18286 status collapsed
18287
18288 \begin_layout Plain Layout
18289
18290
18291 \backslash
18292 spce 
18293 \end_layout
18294
18295 \end_inset
18296
18297
18298 \series default
18299 AbC
18300 \end_layout
18301
18302 \end_inset
18303 </cell>
18304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18305 \begin_inset Text
18306
18307 \begin_layout Plain Layout
18308 \begin_inset Formula $\mathrm{AbC}$
18309 \end_inset
18310
18311
18312 \end_layout
18313
18314 \end_inset
18315 </cell>
18316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18317 \begin_inset Text
18318
18319 \begin_layout Plain Layout
18320 \begin_inset Info
18321 type  "shortcut"
18322 arg   "font-roman"
18323 \end_inset
18324
18325
18326 \end_layout
18327
18328 \end_inset
18329 </cell>
18330 </row>
18331 <row>
18332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18333 \begin_inset Text
18334
18335 \begin_layout Plain Layout
18336
18337 \backslash
18338 mathsf
18339 \series bold
18340
18341 \begin_inset ERT
18342 status collapsed
18343
18344 \begin_layout Plain Layout
18345
18346
18347 \backslash
18348 spce 
18349 \end_layout
18350
18351 \end_inset
18352
18353
18354 \series default
18355 AbC
18356 \end_layout
18357
18358 \end_inset
18359 </cell>
18360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18361 \begin_inset Text
18362
18363 \begin_layout Plain Layout
18364 \begin_inset Formula $\mathsf{AbC}$
18365 \end_inset
18366
18367
18368 \end_layout
18369
18370 \end_inset
18371 </cell>
18372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18373 \begin_inset Text
18374
18375 \begin_layout Plain Layout
18376 \begin_inset Info
18377 type  "shortcut"
18378 arg   "font-sans"
18379 \end_inset
18380
18381
18382 \end_layout
18383
18384 \end_inset
18385 </cell>
18386 </row>
18387 <row>
18388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18389 \begin_inset Text
18390
18391 \begin_layout Plain Layout
18392
18393 \backslash
18394 mathtt
18395 \series bold
18396
18397 \begin_inset ERT
18398 status collapsed
18399
18400 \begin_layout Plain Layout
18401
18402
18403 \backslash
18404 spce 
18405 \end_layout
18406
18407 \end_inset
18408
18409
18410 \series default
18411 AbC
18412 \end_layout
18413
18414 \end_inset
18415 </cell>
18416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18417 \begin_inset Text
18418
18419 \begin_layout Plain Layout
18420 \begin_inset Formula $\mathtt{AbC}$
18421 \end_inset
18422
18423
18424 \end_layout
18425
18426 \end_inset
18427 </cell>
18428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18429 \begin_inset Text
18430
18431 \begin_layout Plain Layout
18432 \begin_inset Info
18433 type  "shortcut"
18434 arg   "font-typewriter"
18435 \end_inset
18436
18437
18438 \end_layout
18439
18440 \end_inset
18441 </cell>
18442 </row>
18443 </lyxtabular>
18444
18445 \end_inset
18446
18447
18448 \end_layout
18449
18450 \begin_layout Standard
18451 \begin_inset Note Greyedout
18452 status open
18453
18454 \begin_layout Plain Layout
18455
18456 \series bold
18457 Note:
18458 \series default
18459  The styles 
18460 \series bold
18461
18462 \backslash
18463 mathbb
18464 \series default
18465  and 
18466 \series bold
18467
18468 \backslash
18469 mathcal
18470 \series default
18471  can only be used for big letters.
18472 \end_layout
18473
18474 \end_inset
18475
18476
18477 \end_layout
18478
18479 \begin_layout Standard
18480 Predefined is the style 
18481 \series bold
18482
18483 \backslash
18484 mathnormal
18485 \series default
18486 .
18487 \end_layout
18488
18489 \begin_layout Standard
18490 The style commands work also for letters in mathematical constructs:
18491 \begin_inset Formula \[
18492 \mathfrak{A=\frac{b}{C}}\]
18493
18494 \end_inset
18495
18496
18497 \end_layout
18498
18499 \begin_layout Standard
18500 Characters in mathematical text don't appear in a math font style but in
18501  the text font style 
18502 \series bold
18503
18504 \backslash
18505 textrm
18506 \series default
18507 .
18508  That their style can't be set correctly via the text style dialog is a
18509  bug in LyX.
18510 \begin_inset Foot
18511 status collapsed
18512
18513 \begin_layout Plain Layout
18514 \begin_inset CommandInset href
18515 LatexCommand href
18516 name "LyX-bug #4629"
18517 target "http://www.lyx.org/trac/ticket/4629"
18518
18519 \end_inset
18520
18521
18522 \end_layout
18523
18524 \end_inset
18525
18526
18527 \end_layout
18528
18529 \begin_layout Standard
18530 Instead of the style commands the dialog 
18531 \family sans
18532 Edit\SpecialChar \menuseparator
18533 Math\SpecialChar \menuseparator
18534 Text Style
18535 \family default
18536  or the toolbar button 
18537 \begin_inset Graphics
18538         filename ../images/math/font.png
18539         scale 85
18540
18541 \end_inset
18542
18543  can be used.
18544 \end_layout
18545
18546 \begin_layout Subsection
18547 Bold Formulas
18548 \begin_inset CommandInset label
18549 LatexCommand label
18550 name "sub:Bold-Formulas"
18551
18552 \end_inset
18553
18554
18555 \begin_inset Index
18556 status collapsed
18557
18558 \begin_layout Plain Layout
18559 Formula ! bold
18560 \end_layout
18561
18562 \end_inset
18563
18564
18565 \end_layout
18566
18567 \begin_layout Standard
18568 To make a complete formula bold, the command 
18569 \series bold
18570
18571 \backslash
18572 mathbf
18573 \series default
18574  from the previous subsection cannot be used, because it doesn't work for
18575  small Greek letters.
18576  Furthermore it prints Latin letters always upright, like in the following
18577  equation:
18578 \end_layout
18579
18580 \begin_layout Standard
18581 \begin_inset Formula \[
18582 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
18583
18584 \end_inset
18585
18586
18587 \end_layout
18588
18589 \begin_layout Standard
18590 To display the formula correctly, the command 
18591 \series bold
18592
18593 \backslash
18594 boldsymbol
18595 \series default
18596  is used:
18597 \begin_inset Formula \[
18598 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
18599
18600 \end_inset
18601
18602 It is also possible to set the formula in a 
18603 \series bold
18604 boldmath environment
18605 \series default
18606 .
18607  This environment is created by inserting the command 
18608 \series bold
18609
18610 \backslash
18611 boldmath
18612 \begin_inset Index
18613 status collapsed
18614
18615 \begin_layout Plain Layout
18616 Commands ! B ! 
18617 \backslash
18618 boldmath
18619 \end_layout
18620
18621 \end_inset
18622
18623
18624 \series default
18625  in TeX-mode.
18626  To end the environment, the command 
18627 \series bold
18628
18629 \backslash
18630 unboldmath
18631 \begin_inset Index
18632 status collapsed
18633
18634 \begin_layout Plain Layout
18635 Commands ! U ! 
18636 \backslash
18637 unboldmath
18638 \end_layout
18639
18640 \end_inset
18641
18642
18643 \series default
18644  is inserted in TeX-mode.
18645 \begin_inset ERT
18646 status collapsed
18647
18648 \begin_layout Plain Layout
18649
18650
18651 \backslash
18652 boldmath 
18653 \end_layout
18654
18655 \end_inset
18656
18657
18658 \begin_inset Formula \[
18659 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18660
18661 \end_inset
18662
18663
18664 \begin_inset ERT
18665 status collapsed
18666
18667 \begin_layout Plain Layout
18668
18669
18670 \backslash
18671 unboldmath 
18672 \end_layout
18673
18674 \end_inset
18675
18676
18677 \end_layout
18678
18679 \begin_layout Subsection
18680 Colored Formulas
18681 \begin_inset Index
18682 status collapsed
18683
18684 \begin_layout Plain Layout
18685 Formula ! colored
18686 \end_layout
18687
18688 \end_inset
18689
18690
18691 \end_layout
18692
18693 \begin_layout Standard
18694 Formulas can be colored like normal text: Highlight a formula or a formula
18695  part and use the 
18696 \family sans
18697 Text Style
18698 \family default
18699  dialog.
18700  Here is a formula in magenta:
18701 \begin_inset Formula \[
18702 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18703
18704 \end_inset
18705
18706
18707 \end_layout
18708
18709 \begin_layout Standard
18710 You can also define your own colors as described in 
18711 \begin_inset CommandInset ref
18712 LatexCommand ref
18713 reference "sub:Colored-Boxes"
18714
18715 \end_inset
18716
18717 .
18718  They can be used with the TeX code command 
18719 \series bold
18720
18721 \backslash
18722 textcolor
18723 \series default
18724
18725 \begin_inset Index
18726 status collapsed
18727
18728 \begin_layout Plain Layout
18729 Commands ! T ! 
18730 \backslash
18731 textcolor
18732 \end_layout
18733
18734 \end_inset
18735
18736  in the scheme
18737 \end_layout
18738
18739 \begin_layout Standard
18740
18741 \series bold
18742
18743 \backslash
18744 textcolor{color}{characters or formula}
18745 \end_layout
18746
18747 \begin_layout Standard
18748 The following example was colored completely dark green and partly red:
18749 \end_layout
18750
18751 \begin_layout Standard
18752 \begin_inset ERT
18753 status collapsed
18754
18755 \begin_layout Plain Layout
18756
18757
18758 \backslash
18759 textcolor{darkgreen}{
18760 \end_layout
18761
18762 \end_inset
18763
18764
18765 \begin_inset Formula \[
18766 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18767
18768 \end_inset
18769
18770
18771 \begin_inset ERT
18772 status collapsed
18773
18774 \begin_layout Plain Layout
18775
18776 }
18777 \end_layout
18778
18779 \end_inset
18780
18781
18782 \end_layout
18783
18784 \begin_layout Standard
18785 Due to a bug in LyX only complete formulas can be colored with self-defined
18786  colors.
18787 \begin_inset Foot
18788 status collapsed
18789
18790 \begin_layout Plain Layout
18791 \begin_inset CommandInset href
18792 LatexCommand href
18793 name "LyX-bug #5269"
18794 target "http://www.lyx.org/trac/ticket/5269"
18795
18796 \end_inset
18797
18798
18799 \end_layout
18800
18801 \end_inset
18802
18803
18804 \end_layout
18805
18806 \begin_layout Subsection
18807 Font Sizes
18808 \begin_inset CommandInset label
18809 LatexCommand label
18810 name "sub:Font-Sizes"
18811
18812 \end_inset
18813
18814
18815 \begin_inset Index
18816 status collapsed
18817
18818 \begin_layout Plain Layout
18819 Font ! size
18820 \end_layout
18821
18822 \end_inset
18823
18824
18825 \end_layout
18826
18827 \begin_layout Standard
18828 For characters in formulas there are, analog to characters in text, the
18829  following size commands:
18830 \end_layout
18831
18832 \begin_layout Standard
18833
18834 \series bold
18835
18836 \backslash
18837 Huge
18838 \series default
18839
18840 \series bold
18841
18842 \backslash
18843 huge
18844 \series default
18845
18846 \series bold
18847
18848 \backslash
18849 LARGE
18850 \series default
18851
18852 \series bold
18853
18854 \backslash
18855 Large
18856 \series default
18857
18858 \series bold
18859
18860 \backslash
18861 large
18862 \series default
18863
18864 \series bold
18865
18866 \backslash
18867 normalsize
18868 \series default
18869
18870 \series bold
18871
18872 \backslash
18873 small
18874 \series default
18875 ,
18876 \begin_inset Newline newline
18877 \end_inset
18878
18879
18880 \series bold
18881
18882 \backslash
18883 footnotesize
18884 \series default
18885
18886 \series bold
18887
18888 \backslash
18889 scriptsize
18890 \series default
18891 , and 
18892 \series bold
18893
18894 \backslash
18895 tiny
18896 \end_layout
18897
18898 \begin_layout Standard
18899 The size produced by the commands depends on the document font size, that
18900  corresponds with the command 
18901 \series bold
18902
18903 \backslash
18904 normalsize
18905 \series default
18906 .
18907  The other commands produce smaller or larger sizes than 
18908 \series bold
18909
18910 \backslash
18911 normalsize
18912 \series default
18913 .
18914  The font size can however not exceed a certain value.
18915  Is for example the document font size 12
18916 \begin_inset space \thinspace{}
18917 \end_inset
18918
18919 pt, the command 
18920 \series bold
18921
18922 \backslash
18923 Huge
18924 \series default
18925  switches to the same size as 
18926 \series bold
18927
18928 \backslash
18929 huge
18930 \series default
18931 .
18932  
18933 \end_layout
18934
18935 \begin_layout Standard
18936 A size command is inserted in TeX-mode before the formula and sets the size
18937  for all following formula and text characters.
18938  To switch back to the initial size, the command 
18939 \series bold
18940
18941 \backslash
18942 normalsize
18943 \series default
18944  is inserted behind the formula in TeX-mode.
18945 \end_layout
18946
18947 \begin_layout Standard
18948 Within a formula the size can only be changed for symbols or letters in
18949  mathematical text.
18950  To do this, the size command is inserted in mathematical text.
18951  All following characters until the end of the mathematical text or until
18952  another size command will have the selected size.
18953  Two examples:
18954 \begin_inset VSpace -2mm
18955 \end_inset
18956
18957
18958 \end_layout
18959
18960 \begin_layout Standard
18961 \begin_inset ERT
18962 status collapsed
18963
18964 \begin_layout Plain Layout
18965
18966
18967 \backslash
18968 huge 
18969 \end_layout
18970
18971 \end_inset
18972
18973
18974 \begin_inset Formula \[
18975 A=\frac{B}{c}\cdot\maltese\]
18976
18977 \end_inset
18978
18979
18980 \begin_inset Formula \[
18981 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18982
18983 \end_inset
18984
18985
18986 \begin_inset ERT
18987 status collapsed
18988
18989 \begin_layout Plain Layout
18990
18991
18992 \backslash
18993 normalsize 
18994 \end_layout
18995
18996 \end_inset
18997
18998
18999 \end_layout
19000
19001 \begin_layout Standard
19002 \begin_inset VSpace medskip
19003 \end_inset
19004
19005 Before both formulas the command 
19006 \series bold
19007
19008 \backslash
19009 huge
19010 \series default
19011  was inserted.
19012  The command for the second formula is:
19013 \begin_inset Newline newline
19014 \end_inset
19015
19016
19017 \series bold
19018
19019 \backslash
19020 maltese
19021 \begin_inset ERT
19022 status collapsed
19023
19024 \begin_layout Plain Layout
19025
19026
19027 \backslash
19028 spce 
19029 \end_layout
19030
19031 \end_inset
19032
19033 A Alt+M M 
19034 \backslash
19035 Large
19036 \begin_inset ERT
19037 status collapsed
19038
19039 \begin_layout Plain Layout
19040
19041
19042 \backslash
19043 spce 
19044 \end_layout
19045
19046 \end_inset
19047
19048
19049 \backslash
19050 maltese
19051 \begin_inset ERT
19052 status collapsed
19053
19054 \begin_layout Plain Layout
19055
19056
19057 \backslash
19058 spce 
19059 \end_layout
19060
19061 \end_inset
19062
19063
19064 \backslash
19065 textit
19066 \begin_inset ERT
19067 status collapsed
19068
19069 \begin_layout Plain Layout
19070
19071
19072 \backslash
19073 spce 
19074 \end_layout
19075
19076 \end_inset
19077
19078 A
19079 \begin_inset Formula $\to$
19080 \end_inset
19081
19082
19083 \begin_inset Formula $\to$
19084 \end_inset
19085
19086
19087 \begin_inset Newline newline
19088 \end_inset
19089
19090
19091 \begin_inset space \hspace*{}
19092 \length 1cm
19093 \end_inset
19094
19095 Alt+M
19096 \series default
19097  
19098 \series bold
19099
19100 \backslash
19101 tiny
19102 \begin_inset ERT
19103 status collapsed
19104
19105 \begin_layout Plain Layout
19106
19107
19108 \backslash
19109 spce 
19110 \end_layout
19111
19112 \end_inset
19113
19114
19115 \backslash
19116 maltese
19117 \begin_inset ERT
19118 status collapsed
19119
19120 \begin_layout Plain Layout
19121
19122
19123 \backslash
19124 spce 
19125 \end_layout
19126
19127 \end_inset
19128
19129
19130 \backslash
19131 textit
19132 \begin_inset ERT
19133 status collapsed
19134
19135 \begin_layout Plain Layout
19136
19137
19138 \backslash
19139 spce 
19140 \end_layout
19141
19142 \end_inset
19143
19144 A
19145 \end_layout
19146
19147 \begin_layout Standard
19148 If a symbol cannot be displayed in different sizes, it will always be displayed
19149  in the default size.
19150 \end_layout
19151
19152 \begin_layout Section
19153 Greek Letters
19154 \begin_inset Index
19155 status collapsed
19156
19157 \begin_layout Plain Layout
19158 Greek letters
19159 \end_layout
19160
19161 \end_inset
19162
19163
19164 \end_layout
19165
19166 \begin_layout Standard
19167 All Greek letters can also be inserted via the toolbar button 
19168 \begin_inset Graphics
19169         filename ../images/math/alpha.png
19170         scale 85
19171
19172 \end_inset
19173
19174 .
19175 \end_layout
19176
19177 \begin_layout Subsection
19178 Small Letters
19179 \begin_inset Index
19180 status collapsed
19181
19182 \begin_layout Plain Layout
19183 Greek letters ! small
19184 \end_layout
19185
19186 \end_inset
19187
19188
19189 \end_layout
19190
19191 \begin_layout Standard
19192 \begin_inset space \hfill{}
19193 \end_inset
19194
19195
19196 \begin_inset Tabular
19197 <lyxtabular version="3" rows="11" columns="2">
19198 <features>
19199 <column alignment="center" valignment="top" width="0pt">
19200 <column alignment="center" valignment="top" width="0pt">
19201 <row>
19202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19203 \begin_inset Text
19204
19205 \begin_layout Plain Layout
19206 Command
19207 \end_layout
19208
19209 \end_inset
19210 </cell>
19211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19212 \begin_inset Text
19213
19214 \begin_layout Plain Layout
19215 Result
19216 \end_layout
19217
19218 \end_inset
19219 </cell>
19220 </row>
19221 <row>
19222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19223 \begin_inset Text
19224
19225 \begin_layout Plain Layout
19226
19227 \backslash
19228 alpha
19229 \end_layout
19230
19231 \end_inset
19232 </cell>
19233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19234 \begin_inset Text
19235
19236 \begin_layout Plain Layout
19237 \begin_inset Formula $\alpha$
19238 \end_inset
19239
19240
19241 \end_layout
19242
19243 \end_inset
19244 </cell>
19245 </row>
19246 <row>
19247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19248 \begin_inset Text
19249
19250 \begin_layout Plain Layout
19251
19252 \backslash
19253 beta
19254 \end_layout
19255
19256 \end_inset
19257 </cell>
19258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19259 \begin_inset Text
19260
19261 \begin_layout Plain Layout
19262 \begin_inset Formula $\beta$
19263 \end_inset
19264
19265
19266 \end_layout
19267
19268 \end_inset
19269 </cell>
19270 </row>
19271 <row>
19272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19273 \begin_inset Text
19274
19275 \begin_layout Plain Layout
19276
19277 \backslash
19278 gamma
19279 \end_layout
19280
19281 \end_inset
19282 </cell>
19283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19284 \begin_inset Text
19285
19286 \begin_layout Plain Layout
19287 \begin_inset Formula $\gamma$
19288 \end_inset
19289
19290
19291 \end_layout
19292
19293 \end_inset
19294 </cell>
19295 </row>
19296 <row>
19297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19298 \begin_inset Text
19299
19300 \begin_layout Plain Layout
19301
19302 \backslash
19303 delta
19304 \end_layout
19305
19306 \end_inset
19307 </cell>
19308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19309 \begin_inset Text
19310
19311 \begin_layout Plain Layout
19312 \begin_inset Formula $\delta$
19313 \end_inset
19314
19315
19316 \end_layout
19317
19318 \end_inset
19319 </cell>
19320 </row>
19321 <row>
19322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19323 \begin_inset Text
19324
19325 \begin_layout Plain Layout
19326
19327 \backslash
19328 epsilon
19329 \end_layout
19330
19331 \end_inset
19332 </cell>
19333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19334 \begin_inset Text
19335
19336 \begin_layout Plain Layout
19337 \begin_inset Formula $\epsilon$
19338 \end_inset
19339
19340
19341 \end_layout
19342
19343 \end_inset
19344 </cell>
19345 </row>
19346 <row>
19347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19348 \begin_inset Text
19349
19350 \begin_layout Plain Layout
19351
19352 \backslash
19353 varepsilon
19354 \end_layout
19355
19356 \end_inset
19357 </cell>
19358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19359 \begin_inset Text
19360
19361 \begin_layout Plain Layout
19362 \begin_inset Formula $\varepsilon$
19363 \end_inset
19364
19365
19366 \end_layout
19367
19368 \end_inset
19369 </cell>
19370 </row>
19371 <row>
19372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19373 \begin_inset Text
19374
19375 \begin_layout Plain Layout
19376
19377 \backslash
19378 zeta
19379 \end_layout
19380
19381 \end_inset
19382 </cell>
19383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19384 \begin_inset Text
19385
19386 \begin_layout Plain Layout
19387 \begin_inset Formula $\zeta$
19388 \end_inset
19389
19390
19391 \end_layout
19392
19393 \end_inset
19394 </cell>
19395 </row>
19396 <row>
19397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19398 \begin_inset Text
19399
19400 \begin_layout Plain Layout
19401
19402 \backslash
19403 eta
19404 \end_layout
19405
19406 \end_inset
19407 </cell>
19408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19409 \begin_inset Text
19410
19411 \begin_layout Plain Layout
19412 \begin_inset Formula $\eta$
19413 \end_inset
19414
19415
19416 \end_layout
19417
19418 \end_inset
19419 </cell>
19420 </row>
19421 <row>
19422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19423 \begin_inset Text
19424
19425 \begin_layout Plain Layout
19426
19427 \backslash
19428 theta
19429 \end_layout
19430
19431 \end_inset
19432 </cell>
19433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19434 \begin_inset Text
19435
19436 \begin_layout Plain Layout
19437 \begin_inset Formula $\theta$
19438 \end_inset
19439
19440
19441 \end_layout
19442
19443 \end_inset
19444 </cell>
19445 </row>
19446 <row>
19447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19448 \begin_inset Text
19449
19450 \begin_layout Plain Layout
19451
19452 \backslash
19453 vartheta
19454 \end_layout
19455
19456 \end_inset
19457 </cell>
19458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19459 \begin_inset Text
19460
19461 \begin_layout Plain Layout
19462 \begin_inset Formula $\vartheta$
19463 \end_inset
19464
19465
19466 \end_layout
19467
19468 \end_inset
19469 </cell>
19470 </row>
19471 </lyxtabular>
19472
19473 \end_inset
19474
19475
19476 \begin_inset space \hfill{}
19477 \end_inset
19478
19479
19480 \begin_inset Tabular
19481 <lyxtabular version="3" rows="12" columns="2">
19482 <features>
19483 <column alignment="center" valignment="top" width="0pt">
19484 <column alignment="center" valignment="top" width="0pt">
19485 <row>
19486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19487 \begin_inset Text
19488
19489 \begin_layout Plain Layout
19490 Command
19491 \end_layout
19492
19493 \end_inset
19494 </cell>
19495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19496 \begin_inset Text
19497
19498 \begin_layout Plain Layout
19499 Result
19500 \end_layout
19501
19502 \end_inset
19503 </cell>
19504 </row>
19505 <row>
19506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19507 \begin_inset Text
19508
19509 \begin_layout Plain Layout
19510
19511 \backslash
19512 iota
19513 \end_layout
19514
19515 \end_inset
19516 </cell>
19517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19518 \begin_inset Text
19519
19520 \begin_layout Plain Layout
19521 \begin_inset Formula $\iota$
19522 \end_inset
19523
19524
19525 \end_layout
19526
19527 \end_inset
19528 </cell>
19529 </row>
19530 <row>
19531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19532 \begin_inset Text
19533
19534 \begin_layout Plain Layout
19535
19536 \backslash
19537 kappa
19538 \end_layout
19539
19540 \end_inset
19541 </cell>
19542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19543 \begin_inset Text
19544
19545 \begin_layout Plain Layout
19546 \begin_inset Formula $\kappa$
19547 \end_inset
19548
19549
19550 \end_layout
19551
19552 \end_inset
19553 </cell>
19554 </row>
19555 <row>
19556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19557 \begin_inset Text
19558
19559 \begin_layout Plain Layout
19560
19561 \backslash
19562 varkappa
19563 \end_layout
19564
19565 \end_inset
19566 </cell>
19567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19568 \begin_inset Text
19569
19570 \begin_layout Plain Layout
19571 \begin_inset Formula $\varkappa$
19572 \end_inset
19573
19574
19575 \end_layout
19576
19577 \end_inset
19578 </cell>
19579 </row>
19580 <row>
19581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19582 \begin_inset Text
19583
19584 \begin_layout Plain Layout
19585
19586 \backslash
19587 lambda
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19593 \begin_inset Text
19594
19595 \begin_layout Plain Layout
19596 \begin_inset Formula $\lambda$
19597 \end_inset
19598
19599
19600 \end_layout
19601
19602 \end_inset
19603 </cell>
19604 </row>
19605 <row>
19606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19607 \begin_inset Text
19608
19609 \begin_layout Plain Layout
19610
19611 \backslash
19612 mu
19613 \end_layout
19614
19615 \end_inset
19616 </cell>
19617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19618 \begin_inset Text
19619
19620 \begin_layout Plain Layout
19621 \begin_inset Formula $\mu$
19622 \end_inset
19623
19624
19625 \end_layout
19626
19627 \end_inset
19628 </cell>
19629 </row>
19630 <row>
19631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19632 \begin_inset Text
19633
19634 \begin_layout Plain Layout
19635
19636 \backslash
19637 nu
19638 \end_layout
19639
19640 \end_inset
19641 </cell>
19642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19643 \begin_inset Text
19644
19645 \begin_layout Plain Layout
19646 \begin_inset Formula $\nu$
19647 \end_inset
19648
19649
19650 \end_layout
19651
19652 \end_inset
19653 </cell>
19654 </row>
19655 <row>
19656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19657 \begin_inset Text
19658
19659 \begin_layout Plain Layout
19660
19661 \backslash
19662 xi
19663 \end_layout
19664
19665 \end_inset
19666 </cell>
19667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19668 \begin_inset Text
19669
19670 \begin_layout Plain Layout
19671 \begin_inset Formula $\xi$
19672 \end_inset
19673
19674
19675 \end_layout
19676
19677 \end_inset
19678 </cell>
19679 </row>
19680 <row>
19681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19682 \begin_inset Text
19683
19684 \begin_layout Plain Layout
19685 o
19686 \end_layout
19687
19688 \end_inset
19689 </cell>
19690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19691 \begin_inset Text
19692
19693 \begin_layout Plain Layout
19694 \begin_inset Formula $o$
19695 \end_inset
19696
19697
19698 \end_layout
19699
19700 \end_inset
19701 </cell>
19702 </row>
19703 <row>
19704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19705 \begin_inset Text
19706
19707 \begin_layout Plain Layout
19708
19709 \backslash
19710 pi
19711 \end_layout
19712
19713 \end_inset
19714 </cell>
19715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19716 \begin_inset Text
19717
19718 \begin_layout Plain Layout
19719 \begin_inset Formula $\pi$
19720 \end_inset
19721
19722
19723 \end_layout
19724
19725 \end_inset
19726 </cell>
19727 </row>
19728 <row>
19729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19730 \begin_inset Text
19731
19732 \begin_layout Plain Layout
19733
19734 \backslash
19735 varpi
19736 \end_layout
19737
19738 \end_inset
19739 </cell>
19740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19741 \begin_inset Text
19742
19743 \begin_layout Plain Layout
19744 \begin_inset Formula $\varpi$
19745 \end_inset
19746
19747
19748 \end_layout
19749
19750 \end_inset
19751 </cell>
19752 </row>
19753 <row>
19754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19755 \begin_inset Text
19756
19757 \begin_layout Plain Layout
19758
19759 \backslash
19760 rho
19761 \end_layout
19762
19763 \end_inset
19764 </cell>
19765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19766 \begin_inset Text
19767
19768 \begin_layout Plain Layout
19769 \begin_inset Formula $\rho$
19770 \end_inset
19771
19772
19773 \end_layout
19774
19775 \end_inset
19776 </cell>
19777 </row>
19778 </lyxtabular>
19779
19780 \end_inset
19781
19782
19783 \begin_inset space \hfill{}
19784 \end_inset
19785
19786
19787 \begin_inset Tabular
19788 <lyxtabular version="3" rows="11" columns="2">
19789 <features>
19790 <column alignment="center" valignment="top" width="0pt">
19791 <column alignment="center" valignment="top" width="0pt">
19792 <row>
19793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19794 \begin_inset Text
19795
19796 \begin_layout Plain Layout
19797 Command
19798 \end_layout
19799
19800 \end_inset
19801 </cell>
19802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19803 \begin_inset Text
19804
19805 \begin_layout Plain Layout
19806 Result
19807 \end_layout
19808
19809 \end_inset
19810 </cell>
19811 </row>
19812 <row>
19813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19814 \begin_inset Text
19815
19816 \begin_layout Plain Layout
19817
19818 \backslash
19819 varrho
19820 \end_layout
19821
19822 \end_inset
19823 </cell>
19824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19825 \begin_inset Text
19826
19827 \begin_layout Plain Layout
19828 \begin_inset Formula $\varrho$
19829 \end_inset
19830
19831
19832 \end_layout
19833
19834 \end_inset
19835 </cell>
19836 </row>
19837 <row>
19838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19839 \begin_inset Text
19840
19841 \begin_layout Plain Layout
19842
19843 \backslash
19844 sigma
19845 \end_layout
19846
19847 \end_inset
19848 </cell>
19849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19850 \begin_inset Text
19851
19852 \begin_layout Plain Layout
19853 \begin_inset Formula $\sigma$
19854 \end_inset
19855
19856
19857 \end_layout
19858
19859 \end_inset
19860 </cell>
19861 </row>
19862 <row>
19863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19864 \begin_inset Text
19865
19866 \begin_layout Plain Layout
19867
19868 \backslash
19869 varsigma
19870 \end_layout
19871
19872 \end_inset
19873 </cell>
19874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19875 \begin_inset Text
19876
19877 \begin_layout Plain Layout
19878 \begin_inset Formula $\varsigma$
19879 \end_inset
19880
19881
19882 \end_layout
19883
19884 \end_inset
19885 </cell>
19886 </row>
19887 <row>
19888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19889 \begin_inset Text
19890
19891 \begin_layout Plain Layout
19892
19893 \backslash
19894 tau
19895 \end_layout
19896
19897 \end_inset
19898 </cell>
19899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19900 \begin_inset Text
19901
19902 \begin_layout Plain Layout
19903 \begin_inset Formula $\tau$
19904 \end_inset
19905
19906
19907 \end_layout
19908
19909 \end_inset
19910 </cell>
19911 </row>
19912 <row>
19913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19914 \begin_inset Text
19915
19916 \begin_layout Plain Layout
19917
19918 \backslash
19919 upsilon
19920 \end_layout
19921
19922 \end_inset
19923 </cell>
19924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19925 \begin_inset Text
19926
19927 \begin_layout Plain Layout
19928 \begin_inset Formula $\upsilon$
19929 \end_inset
19930
19931
19932 \end_layout
19933
19934 \end_inset
19935 </cell>
19936 </row>
19937 <row>
19938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19939 \begin_inset Text
19940
19941 \begin_layout Plain Layout
19942
19943 \backslash
19944 phi
19945 \end_layout
19946
19947 \end_inset
19948 </cell>
19949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19950 \begin_inset Text
19951
19952 \begin_layout Plain Layout
19953 \begin_inset Formula $\phi$
19954 \end_inset
19955
19956
19957 \end_layout
19958
19959 \end_inset
19960 </cell>
19961 </row>
19962 <row>
19963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19964 \begin_inset Text
19965
19966 \begin_layout Plain Layout
19967
19968 \backslash
19969 varphi
19970 \end_layout
19971
19972 \end_inset
19973 </cell>
19974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19975 \begin_inset Text
19976
19977 \begin_layout Plain Layout
19978 \begin_inset Formula $\varphi$
19979 \end_inset
19980
19981
19982 \end_layout
19983
19984 \end_inset
19985 </cell>
19986 </row>
19987 <row>
19988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19989 \begin_inset Text
19990
19991 \begin_layout Plain Layout
19992
19993 \backslash
19994 chi
19995 \end_layout
19996
19997 \end_inset
19998 </cell>
19999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20000 \begin_inset Text
20001
20002 \begin_layout Plain Layout
20003 \begin_inset Formula $\chi$
20004 \end_inset
20005
20006
20007 \end_layout
20008
20009 \end_inset
20010 </cell>
20011 </row>
20012 <row>
20013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20014 \begin_inset Text
20015
20016 \begin_layout Plain Layout
20017
20018 \backslash
20019 psi
20020 \end_layout
20021
20022 \end_inset
20023 </cell>
20024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20025 \begin_inset Text
20026
20027 \begin_layout Plain Layout
20028 \begin_inset Formula $\psi$
20029 \end_inset
20030
20031
20032 \end_layout
20033
20034 \end_inset
20035 </cell>
20036 </row>
20037 <row>
20038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20039 \begin_inset Text
20040
20041 \begin_layout Plain Layout
20042
20043 \backslash
20044 omega
20045 \end_layout
20046
20047 \end_inset
20048 </cell>
20049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20050 \begin_inset Text
20051
20052 \begin_layout Plain Layout
20053 \begin_inset Formula $\omega$
20054 \end_inset
20055
20056
20057 \end_layout
20058
20059 \end_inset
20060 </cell>
20061 </row>
20062 </lyxtabular>
20063
20064 \end_inset
20065
20066
20067 \begin_inset space \hfill{}
20068 \end_inset
20069
20070
20071 \end_layout
20072
20073 \begin_layout Standard
20074 \begin_inset VSpace medskip
20075 \end_inset
20076
20077
20078 \end_layout
20079
20080 \begin_layout Standard
20081 How to create upright Greek letters is explained in 
20082 \begin_inset CommandInset ref
20083 LatexCommand ref
20084 reference "sub:Upright-small-Greek"
20085
20086 \end_inset
20087
20088 .
20089 \end_layout
20090
20091 \begin_layout Subsection
20092 Big Letters
20093 \begin_inset Index
20094 status collapsed
20095
20096 \begin_layout Plain Layout
20097 Greek letters ! big
20098 \end_layout
20099
20100 \end_inset
20101
20102
20103 \end_layout
20104
20105 \begin_layout Standard
20106 \begin_inset space \hfill{}
20107 \end_inset
20108
20109
20110 \begin_inset Tabular
20111 <lyxtabular version="3" rows="7" columns="2">
20112 <features>
20113 <column alignment="center" valignment="top" width="0pt">
20114 <column alignment="center" valignment="top" width="0pt">
20115 <row>
20116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20117 \begin_inset Text
20118
20119 \begin_layout Plain Layout
20120 Command
20121 \end_layout
20122
20123 \end_inset
20124 </cell>
20125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20126 \begin_inset Text
20127
20128 \begin_layout Plain Layout
20129 Result
20130 \end_layout
20131
20132 \end_inset
20133 </cell>
20134 </row>
20135 <row>
20136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20137 \begin_inset Text
20138
20139 \begin_layout Plain Layout
20140
20141 \backslash
20142 Gamma
20143 \end_layout
20144
20145 \end_inset
20146 </cell>
20147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20148 \begin_inset Text
20149
20150 \begin_layout Plain Layout
20151 \begin_inset Formula $\Gamma$
20152 \end_inset
20153
20154
20155 \end_layout
20156
20157 \end_inset
20158 </cell>
20159 </row>
20160 <row>
20161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20162 \begin_inset Text
20163
20164 \begin_layout Plain Layout
20165
20166 \backslash
20167 Delta
20168 \end_layout
20169
20170 \end_inset
20171 </cell>
20172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20173 \begin_inset Text
20174
20175 \begin_layout Plain Layout
20176 \begin_inset Formula $\Delta$
20177 \end_inset
20178
20179
20180 \end_layout
20181
20182 \end_inset
20183 </cell>
20184 </row>
20185 <row>
20186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20187 \begin_inset Text
20188
20189 \begin_layout Plain Layout
20190
20191 \backslash
20192 Theta
20193 \end_layout
20194
20195 \end_inset
20196 </cell>
20197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20198 \begin_inset Text
20199
20200 \begin_layout Plain Layout
20201 \begin_inset Formula $\Theta$
20202 \end_inset
20203
20204
20205 \end_layout
20206
20207 \end_inset
20208 </cell>
20209 </row>
20210 <row>
20211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20212 \begin_inset Text
20213
20214 \begin_layout Plain Layout
20215
20216 \backslash
20217 Lambda
20218 \end_layout
20219
20220 \end_inset
20221 </cell>
20222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20223 \begin_inset Text
20224
20225 \begin_layout Plain Layout
20226 \begin_inset Formula $\Lambda$
20227 \end_inset
20228
20229
20230 \end_layout
20231
20232 \end_inset
20233 </cell>
20234 </row>
20235 <row>
20236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20237 \begin_inset Text
20238
20239 \begin_layout Plain Layout
20240
20241 \backslash
20242 Xi
20243 \end_layout
20244
20245 \end_inset
20246 </cell>
20247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20248 \begin_inset Text
20249
20250 \begin_layout Plain Layout
20251 \begin_inset Formula $\Xi$
20252 \end_inset
20253
20254
20255 \end_layout
20256
20257 \end_inset
20258 </cell>
20259 </row>
20260 <row>
20261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20262 \begin_inset Text
20263
20264 \begin_layout Plain Layout
20265
20266 \backslash
20267 Pi
20268 \end_layout
20269
20270 \end_inset
20271 </cell>
20272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20273 \begin_inset Text
20274
20275 \begin_layout Plain Layout
20276 \begin_inset Formula $\Pi$
20277 \end_inset
20278
20279
20280 \end_layout
20281
20282 \end_inset
20283 </cell>
20284 </row>
20285 </lyxtabular>
20286
20287 \end_inset
20288
20289
20290 \begin_inset space \hfill{}
20291 \end_inset
20292
20293
20294 \begin_inset Tabular
20295 <lyxtabular version="3" rows="6" columns="2">
20296 <features>
20297 <column alignment="center" valignment="top" width="0pt">
20298 <column alignment="center" valignment="top" width="0pt">
20299 <row>
20300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20301 \begin_inset Text
20302
20303 \begin_layout Plain Layout
20304 Command
20305 \end_layout
20306
20307 \end_inset
20308 </cell>
20309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20310 \begin_inset Text
20311
20312 \begin_layout Plain Layout
20313 Result
20314 \end_layout
20315
20316 \end_inset
20317 </cell>
20318 </row>
20319 <row>
20320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20321 \begin_inset Text
20322
20323 \begin_layout Plain Layout
20324
20325 \backslash
20326 Sigma
20327 \end_layout
20328
20329 \end_inset
20330 </cell>
20331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20332 \begin_inset Text
20333
20334 \begin_layout Plain Layout
20335 \begin_inset Formula $\Sigma$
20336 \end_inset
20337
20338
20339 \end_layout
20340
20341 \end_inset
20342 </cell>
20343 </row>
20344 <row>
20345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20346 \begin_inset Text
20347
20348 \begin_layout Plain Layout
20349
20350 \backslash
20351 Upsilon
20352 \end_layout
20353
20354 \end_inset
20355 </cell>
20356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20357 \begin_inset Text
20358
20359 \begin_layout Plain Layout
20360 \begin_inset Formula $\Upsilon$
20361 \end_inset
20362
20363
20364 \end_layout
20365
20366 \end_inset
20367 </cell>
20368 </row>
20369 <row>
20370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20371 \begin_inset Text
20372
20373 \begin_layout Plain Layout
20374
20375 \backslash
20376 Phi
20377 \end_layout
20378
20379 \end_inset
20380 </cell>
20381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20382 \begin_inset Text
20383
20384 \begin_layout Plain Layout
20385 \begin_inset Formula $\Phi$
20386 \end_inset
20387
20388
20389 \end_layout
20390
20391 \end_inset
20392 </cell>
20393 </row>
20394 <row>
20395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20396 \begin_inset Text
20397
20398 \begin_layout Plain Layout
20399
20400 \backslash
20401 Psi
20402 \end_layout
20403
20404 \end_inset
20405 </cell>
20406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20407 \begin_inset Text
20408
20409 \begin_layout Plain Layout
20410 \begin_inset Formula $\Psi$
20411 \end_inset
20412
20413
20414 \end_layout
20415
20416 \end_inset
20417 </cell>
20418 </row>
20419 <row>
20420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20421 \begin_inset Text
20422
20423 \begin_layout Plain Layout
20424
20425 \backslash
20426 Omega
20427 \end_layout
20428
20429 \end_inset
20430 </cell>
20431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20432 \begin_inset Text
20433
20434 \begin_layout Plain Layout
20435 \begin_inset Formula $\Omega$
20436 \end_inset
20437
20438
20439 \end_layout
20440
20441 \end_inset
20442 </cell>
20443 </row>
20444 </lyxtabular>
20445
20446 \end_inset
20447
20448
20449 \begin_inset space \hfill{}
20450 \end_inset
20451
20452
20453 \end_layout
20454
20455 \begin_layout Standard
20456 \begin_inset VSpace medskip
20457 \end_inset
20458
20459 That the big Greek letters appear upright is caused by a design bug when
20460  TeX was developed.
20461  To get correct italic big letters, begin every command with 
20462 \series bold
20463 var
20464 \series default
20465 .
20466  For example the command 
20467 \series bold
20468
20469 \backslash
20470 varGamma
20471 \series default
20472  produces: 
20473 \begin_inset Formula $\varGamma$
20474 \end_inset
20475
20476
20477 \end_layout
20478
20479 \begin_layout Subsection
20480 Bold Letters
20481 \begin_inset Index
20482 status collapsed
20483
20484 \begin_layout Plain Layout
20485 Greek letters ! bold
20486 \end_layout
20487
20488 \end_inset
20489
20490
20491 \end_layout
20492
20493 \begin_layout Standard
20494 Greek letters cannot be set with different font styles like Latin letters.
20495  They can only be made bold with the command 
20496 \series bold
20497
20498 \backslash
20499 boldsymbol
20500 \series default
20501
20502 \begin_inset Index
20503 status collapsed
20504
20505 \begin_layout Plain Layout
20506 Commands ! B ! 
20507 \backslash
20508 boldsymbol
20509 \end_layout
20510
20511 \end_inset
20512
20513 .
20514 \end_layout
20515
20516 \begin_layout Standard
20517 \align center
20518 \begin_inset Tabular
20519 <lyxtabular version="3" rows="3" columns="2">
20520 <features>
20521 <column alignment="center" valignment="top" width="0">
20522 <column alignment="center" valignment="top" width="0">
20523 <row>
20524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528 Command
20529 \end_layout
20530
20531 \end_inset
20532 </cell>
20533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20534 \begin_inset Text
20535
20536 \begin_layout Plain Layout
20537 Result
20538 \end_layout
20539
20540 \end_inset
20541 </cell>
20542 </row>
20543 <row>
20544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20545 \begin_inset Text
20546
20547 \begin_layout Plain Layout
20548
20549 \backslash
20550 Upsilon
20551 \backslash
20552 boldsymbol
20553 \backslash
20554 Upsilon
20555 \end_layout
20556
20557 \end_inset
20558 </cell>
20559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20560 \begin_inset Text
20561
20562 \begin_layout Plain Layout
20563 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20564 \end_inset
20565
20566
20567 \end_layout
20568
20569 \end_inset
20570 </cell>
20571 </row>
20572 <row>
20573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20574 \begin_inset Text
20575
20576 \begin_layout Plain Layout
20577
20578 \backslash
20579 theta
20580 \backslash
20581 boldsymbol
20582 \backslash
20583 theta
20584 \end_layout
20585
20586 \end_inset
20587 </cell>
20588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20589 \begin_inset Text
20590
20591 \begin_layout Plain Layout
20592 \begin_inset Formula $\theta\boldsymbol{\theta}$
20593 \end_inset
20594
20595
20596 \end_layout
20597
20598 \end_inset
20599 </cell>
20600 </row>
20601 </lyxtabular>
20602
20603 \end_inset
20604
20605
20606 \end_layout
20607
20608 \begin_layout Section
20609 Symbols
20610 \begin_inset ERT
20611 status collapsed
20612
20613 \begin_layout Plain Layout
20614
20615
20616 \backslash
20617 texorpdfstring{
20618 \end_layout
20619
20620 \end_inset
20621
20622
20623 \begin_inset Foot
20624 status collapsed
20625
20626 \begin_layout Plain Layout
20627 A list with all symbols of most of the LaTeX-packages can be found in 
20628 \begin_inset CommandInset citation
20629 LatexCommand cite
20630 key "Symbole"
20631
20632 \end_inset
20633
20634 .
20635 \end_layout
20636
20637 \end_inset
20638
20639
20640 \begin_inset ERT
20641 status collapsed
20642
20643 \begin_layout Plain Layout
20644
20645 }{}
20646 \end_layout
20647
20648 \end_inset
20649
20650
20651 \begin_inset Note Note
20652 status collapsed
20653
20654 \begin_layout Plain Layout
20655
20656 \backslash
20657 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20658 \end_layout
20659
20660 \begin_layout Plain Layout
20661 More about 
20662 \backslash
20663 texorpdfstring is in section 
20664 \begin_inset CommandInset ref
20665 LatexCommand ref
20666 reference "sub:Formulas-in-Section"
20667
20668 \end_inset
20669
20670 .
20671 \end_layout
20672
20673 \end_inset
20674
20675
20676 \begin_inset Index
20677 status collapsed
20678
20679 \begin_layout Plain Layout
20680 Symbols
20681 \end_layout
20682
20683 \end_inset
20684
20685
20686 \end_layout
20687
20688 \begin_layout Standard
20689 Many of the symbols listed in this section can also be inserted via the
20690  toolbar buttons 
20691 \begin_inset Graphics
20692         filename ../images/math/nabla.png
20693         scale 85
20694
20695 \end_inset
20696
20697  and 
20698 \begin_inset Graphics
20699         filename ../images/math/digamma.png
20700         scale 85
20701
20702 \end_inset
20703
20704 .
20705 \end_layout
20706
20707 \begin_layout Subsection
20708 Mathematical Symbols
20709 \begin_inset CommandInset label
20710 LatexCommand label
20711 name "sub:Mathematical-Symbols"
20712
20713 \end_inset
20714
20715
20716 \begin_inset Index
20717 status collapsed
20718
20719 \begin_layout Plain Layout
20720 Symbols ! mathematical
20721 \end_layout
20722
20723 \end_inset
20724
20725
20726 \end_layout
20727
20728 \begin_layout Standard
20729 \begin_inset space \hfill{}
20730 \end_inset
20731
20732
20733 \begin_inset Tabular
20734 <lyxtabular version="3" rows="10" columns="2">
20735 <features>
20736 <column alignment="center" valignment="top" width="0pt">
20737 <column alignment="center" valignment="top" width="0pt">
20738 <row>
20739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20740 \begin_inset Text
20741
20742 \begin_layout Plain Layout
20743 Command
20744 \end_layout
20745
20746 \end_inset
20747 </cell>
20748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20749 \begin_inset Text
20750
20751 \begin_layout Plain Layout
20752 Result
20753 \end_layout
20754
20755 \end_inset
20756 </cell>
20757 </row>
20758 <row>
20759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20760 \begin_inset Text
20761
20762 \begin_layout Plain Layout
20763
20764 \backslash
20765 neg
20766 \end_layout
20767
20768 \end_inset
20769 </cell>
20770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20771 \begin_inset Text
20772
20773 \begin_layout Plain Layout
20774 \begin_inset Formula $\neg$
20775 \end_inset
20776
20777
20778 \end_layout
20779
20780 \end_inset
20781 </cell>
20782 </row>
20783 <row>
20784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20785 \begin_inset Text
20786
20787 \begin_layout Plain Layout
20788
20789 \backslash
20790 Im
20791 \end_layout
20792
20793 \end_inset
20794 </cell>
20795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20796 \begin_inset Text
20797
20798 \begin_layout Plain Layout
20799 \begin_inset Formula $\Im$
20800 \end_inset
20801
20802
20803 \end_layout
20804
20805 \end_inset
20806 </cell>
20807 </row>
20808 <row>
20809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20810 \begin_inset Text
20811
20812 \begin_layout Plain Layout
20813
20814 \backslash
20815 Re
20816 \end_layout
20817
20818 \end_inset
20819 </cell>
20820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20821 \begin_inset Text
20822
20823 \begin_layout Plain Layout
20824 \begin_inset Formula $\Re$
20825 \end_inset
20826
20827
20828 \end_layout
20829
20830 \end_inset
20831 </cell>
20832 </row>
20833 <row>
20834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20835 \begin_inset Text
20836
20837 \begin_layout Plain Layout
20838
20839 \backslash
20840 aleph
20841 \end_layout
20842
20843 \end_inset
20844 </cell>
20845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20846 \begin_inset Text
20847
20848 \begin_layout Plain Layout
20849 \begin_inset Formula $\aleph$
20850 \end_inset
20851
20852
20853 \end_layout
20854
20855 \end_inset
20856 </cell>
20857 </row>
20858 <row>
20859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20860 \begin_inset Text
20861
20862 \begin_layout Plain Layout
20863
20864 \backslash
20865 partial
20866 \end_layout
20867
20868 \end_inset
20869 </cell>
20870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20871 \begin_inset Text
20872
20873 \begin_layout Plain Layout
20874 \begin_inset Formula $\partial$
20875 \end_inset
20876
20877
20878 \end_layout
20879
20880 \end_inset
20881 </cell>
20882 </row>
20883 <row>
20884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20885 \begin_inset Text
20886
20887 \begin_layout Plain Layout
20888
20889 \backslash
20890 infty
20891 \end_layout
20892
20893 \end_inset
20894 </cell>
20895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20896 \begin_inset Text
20897
20898 \begin_layout Plain Layout
20899 \begin_inset Formula $\infty$
20900 \end_inset
20901
20902
20903 \end_layout
20904
20905 \end_inset
20906 </cell>
20907 </row>
20908 <row>
20909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20910 \begin_inset Text
20911
20912 \begin_layout Plain Layout
20913
20914 \backslash
20915 wp
20916 \end_layout
20917
20918 \end_inset
20919 </cell>
20920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20921 \begin_inset Text
20922
20923 \begin_layout Plain Layout
20924 \begin_inset Formula $\wp$
20925 \end_inset
20926
20927
20928 \end_layout
20929
20930 \end_inset
20931 </cell>
20932 </row>
20933 <row>
20934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20935 \begin_inset Text
20936
20937 \begin_layout Plain Layout
20938
20939 \backslash
20940 imath
20941 \end_layout
20942
20943 \end_inset
20944 </cell>
20945 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20946 \begin_inset Text
20947
20948 \begin_layout Plain Layout
20949 \begin_inset Formula $\imath$
20950 \end_inset
20951
20952
20953 \end_layout
20954
20955 \end_inset
20956 </cell>
20957 </row>
20958 <row>
20959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20960 \begin_inset Text
20961
20962 \begin_layout Plain Layout
20963
20964 \backslash
20965 jmath
20966 \end_layout
20967
20968 \end_inset
20969 </cell>
20970 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20971 \begin_inset Text
20972
20973 \begin_layout Plain Layout
20974 \begin_inset Formula $\jmath$
20975 \end_inset
20976
20977
20978 \end_layout
20979
20980 \end_inset
20981 </cell>
20982 </row>
20983 </lyxtabular>
20984
20985 \end_inset
20986
20987
20988 \begin_inset space \hfill{}
20989 \end_inset
20990
20991
20992 \begin_inset Tabular
20993 <lyxtabular version="3" rows="10" columns="2">
20994 <features>
20995 <column alignment="center" valignment="top" width="0pt">
20996 <column alignment="center" valignment="top" width="0pt">
20997 <row>
20998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20999 \begin_inset Text
21000
21001 \begin_layout Plain Layout
21002 Command
21003 \end_layout
21004
21005 \end_inset
21006 </cell>
21007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21008 \begin_inset Text
21009
21010 \begin_layout Plain Layout
21011 Result
21012 \begin_inset Note Note
21013 status collapsed
21014
21015 \begin_layout Plain Layout
21016
21017 \series bold
21018
21019 \backslash
21020 raisebox
21021 \series default
21022  is only used as spacer.
21023 \end_layout
21024
21025 \end_inset
21026
21027
21028 \end_layout
21029
21030 \end_inset
21031 </cell>
21032 </row>
21033 <row>
21034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21035 \begin_inset Text
21036
21037 \begin_layout Plain Layout
21038
21039 \backslash
21040 forall
21041 \end_layout
21042
21043 \end_inset
21044 </cell>
21045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21046 \begin_inset Text
21047
21048 \begin_layout Plain Layout
21049 \begin_inset Formula $\forall$
21050 \end_inset
21051
21052
21053 \end_layout
21054
21055 \end_inset
21056 </cell>
21057 </row>
21058 <row>
21059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21060 \begin_inset Text
21061
21062 \begin_layout Plain Layout
21063
21064 \backslash
21065 exists
21066 \end_layout
21067
21068 \end_inset
21069 </cell>
21070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21071 \begin_inset Text
21072
21073 \begin_layout Plain Layout
21074 \begin_inset Formula $\exists$
21075 \end_inset
21076
21077
21078 \end_layout
21079
21080 \end_inset
21081 </cell>
21082 </row>
21083 <row>
21084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21085 \begin_inset Text
21086
21087 \begin_layout Plain Layout
21088
21089 \backslash
21090 nexists
21091 \end_layout
21092
21093 \end_inset
21094 </cell>
21095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21096 \begin_inset Text
21097
21098 \begin_layout Plain Layout
21099 \begin_inset Formula $\nexists$
21100 \end_inset
21101
21102
21103 \end_layout
21104
21105 \end_inset
21106 </cell>
21107 </row>
21108 <row>
21109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21110 \begin_inset Text
21111
21112 \begin_layout Plain Layout
21113
21114 \backslash
21115 emptyset
21116 \end_layout
21117
21118 \end_inset
21119 </cell>
21120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21121 \begin_inset Text
21122
21123 \begin_layout Plain Layout
21124 \begin_inset Formula $\emptyset$
21125 \end_inset
21126
21127
21128 \end_layout
21129
21130 \end_inset
21131 </cell>
21132 </row>
21133 <row>
21134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21135 \begin_inset Text
21136
21137 \begin_layout Plain Layout
21138
21139 \backslash
21140 varnothing
21141 \end_layout
21142
21143 \end_inset
21144 </cell>
21145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21146 \begin_inset Text
21147
21148 \begin_layout Plain Layout
21149 \begin_inset Formula $\varnothing$
21150 \end_inset
21151
21152
21153 \end_layout
21154
21155 \end_inset
21156 </cell>
21157 </row>
21158 <row>
21159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21160 \begin_inset Text
21161
21162 \begin_layout Plain Layout
21163
21164 \backslash
21165 dag
21166 \end_layout
21167
21168 \end_inset
21169 </cell>
21170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21171 \begin_inset Text
21172
21173 \begin_layout Plain Layout
21174 \begin_inset Formula $\dag$
21175 \end_inset
21176
21177
21178 \end_layout
21179
21180 \end_inset
21181 </cell>
21182 </row>
21183 <row>
21184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21185 \begin_inset Text
21186
21187 \begin_layout Plain Layout
21188
21189 \backslash
21190 ddag
21191 \end_layout
21192
21193 \end_inset
21194 </cell>
21195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21196 \begin_inset Text
21197
21198 \begin_layout Plain Layout
21199 \begin_inset Formula $\ddag$
21200 \end_inset
21201
21202
21203 \end_layout
21204
21205 \end_inset
21206 </cell>
21207 </row>
21208 <row>
21209 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213
21214 \backslash
21215 complement
21216 \end_layout
21217
21218 \end_inset
21219 </cell>
21220 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21221 \begin_inset Text
21222
21223 \begin_layout Plain Layout
21224 \begin_inset ERT
21225 status collapsed
21226
21227 \begin_layout Plain Layout
21228
21229
21230 \backslash
21231 raisebox{-0.8mm}{
21232 \end_layout
21233
21234 \end_inset
21235
21236
21237 \begin_inset Formula $\complement$
21238 \end_inset
21239
21240
21241 \begin_inset ERT
21242 status collapsed
21243
21244 \begin_layout Plain Layout
21245
21246 }
21247 \end_layout
21248
21249 \end_inset
21250
21251
21252 \end_layout
21253
21254 \end_inset
21255 </cell>
21256 </row>
21257 <row>
21258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262
21263 \backslash
21264 Bbbk
21265 \end_layout
21266
21267 \end_inset
21268 </cell>
21269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21270 \begin_inset Text
21271
21272 \begin_layout Plain Layout
21273 \begin_inset Formula $\Bbbk$
21274 \end_inset
21275
21276
21277 \end_layout
21278
21279 \end_inset
21280 </cell>
21281 </row>
21282 </lyxtabular>
21283
21284 \end_inset
21285
21286
21287 \begin_inset space \hfill{}
21288 \end_inset
21289
21290
21291 \begin_inset Tabular
21292 <lyxtabular version="3" rows="10" columns="2">
21293 <features>
21294 <column alignment="center" valignment="top" width="0pt">
21295 <column alignment="center" valignment="top" width="0pt">
21296 <row>
21297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21298 \begin_inset Text
21299
21300 \begin_layout Plain Layout
21301 Command
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21307 \begin_inset Text
21308
21309 \begin_layout Plain Layout
21310 Result
21311 \end_layout
21312
21313 \end_inset
21314 </cell>
21315 </row>
21316 <row>
21317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21318 \begin_inset Text
21319
21320 \begin_layout Plain Layout
21321
21322 \backslash
21323 prime
21324 \end_layout
21325
21326 \end_inset
21327 </cell>
21328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332 \begin_inset Formula $\prime$
21333 \end_inset
21334
21335
21336 \end_layout
21337
21338 \end_inset
21339 </cell>
21340 </row>
21341 <row>
21342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21343 \begin_inset Text
21344
21345 \begin_layout Plain Layout
21346
21347 \backslash
21348 backprime
21349 \end_layout
21350
21351 \end_inset
21352 </cell>
21353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21354 \begin_inset Text
21355
21356 \begin_layout Plain Layout
21357 \begin_inset Formula $\backprime$
21358 \end_inset
21359
21360
21361 \end_layout
21362
21363 \end_inset
21364 </cell>
21365 </row>
21366 <row>
21367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21368 \begin_inset Text
21369
21370 \begin_layout Plain Layout
21371
21372 \backslash
21373 mho
21374 \end_layout
21375
21376 \end_inset
21377 </cell>
21378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21379 \begin_inset Text
21380
21381 \begin_layout Plain Layout
21382 \begin_inset Formula $\mho$
21383 \end_inset
21384
21385
21386 \end_layout
21387
21388 \end_inset
21389 </cell>
21390 </row>
21391 <row>
21392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21393 \begin_inset Text
21394
21395 \begin_layout Plain Layout
21396
21397 \backslash
21398 triangle
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21404 \begin_inset Text
21405
21406 \begin_layout Plain Layout
21407 \begin_inset Formula $\triangle$
21408 \end_inset
21409
21410
21411 \end_layout
21412
21413 \end_inset
21414 </cell>
21415 </row>
21416 <row>
21417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21418 \begin_inset Text
21419
21420 \begin_layout Plain Layout
21421
21422 \backslash
21423 angle
21424 \end_layout
21425
21426 \end_inset
21427 </cell>
21428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21429 \begin_inset Text
21430
21431 \begin_layout Plain Layout
21432 \begin_inset Formula $\angle$
21433 \end_inset
21434
21435
21436 \end_layout
21437
21438 \end_inset
21439 </cell>
21440 </row>
21441 <row>
21442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21443 \begin_inset Text
21444
21445 \begin_layout Plain Layout
21446
21447 \backslash
21448 measuredangle
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21454 \begin_inset Text
21455
21456 \begin_layout Plain Layout
21457 \begin_inset Formula $\measuredangle$
21458 \end_inset
21459
21460
21461 \end_layout
21462
21463 \end_inset
21464 </cell>
21465 </row>
21466 <row>
21467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21468 \begin_inset Text
21469
21470 \begin_layout Plain Layout
21471
21472 \backslash
21473 sphericalangle
21474 \end_layout
21475
21476 \end_inset
21477 </cell>
21478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21479 \begin_inset Text
21480
21481 \begin_layout Plain Layout
21482 \begin_inset Formula $\sphericalangle$
21483 \end_inset
21484
21485
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 </row>
21491 <row>
21492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21493 \begin_inset Text
21494
21495 \begin_layout Plain Layout
21496
21497 \backslash
21498 top
21499 \end_layout
21500
21501 \end_inset
21502 </cell>
21503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21504 \begin_inset Text
21505
21506 \begin_layout Plain Layout
21507 \begin_inset Formula $\top$
21508 \end_inset
21509
21510
21511 \end_layout
21512
21513 \end_inset
21514 </cell>
21515 </row>
21516 <row>
21517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21518 \begin_inset Text
21519
21520 \begin_layout Plain Layout
21521
21522 \backslash
21523 bot
21524 \end_layout
21525
21526 \end_inset
21527 </cell>
21528 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21529 \begin_inset Text
21530
21531 \begin_layout Plain Layout
21532 \begin_inset Formula $\bot$
21533 \end_inset
21534
21535
21536 \end_layout
21537
21538 \end_inset
21539 </cell>
21540 </row>
21541 </lyxtabular>
21542
21543 \end_inset
21544
21545
21546 \begin_inset space \hfill{}
21547 \end_inset
21548
21549
21550 \end_layout
21551
21552 \begin_layout Subsection
21553 Miscellaneous Symbols
21554 \begin_inset CommandInset label
21555 LatexCommand label
21556 name "sub:Miscellaneous-Symbols"
21557
21558 \end_inset
21559
21560
21561 \begin_inset Index
21562 status collapsed
21563
21564 \begin_layout Plain Layout
21565 Symbols ! miscellaneous
21566 \end_layout
21567
21568 \end_inset
21569
21570
21571 \end_layout
21572
21573 \begin_layout Standard
21574 \noindent
21575 \align center
21576 \begin_inset Tabular
21577 <lyxtabular version="3" rows="10" columns="2">
21578 <features>
21579 <column alignment="center" valignment="top" width="0pt">
21580 <column alignment="center" valignment="top" width="0pt">
21581 <row>
21582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21583 \begin_inset Text
21584
21585 \begin_layout Plain Layout
21586 Command
21587 \end_layout
21588
21589 \end_inset
21590 </cell>
21591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21592 \begin_inset Text
21593
21594 \begin_layout Plain Layout
21595 Result
21596 \end_layout
21597
21598 \end_inset
21599 </cell>
21600 </row>
21601 <row>
21602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21603 \begin_inset Text
21604
21605 \begin_layout Plain Layout
21606
21607 \backslash
21608 flat
21609 \end_layout
21610
21611 \end_inset
21612 </cell>
21613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21614 \begin_inset Text
21615
21616 \begin_layout Plain Layout
21617 \begin_inset Formula $\flat$
21618 \end_inset
21619
21620
21621 \end_layout
21622
21623 \end_inset
21624 </cell>
21625 </row>
21626 <row>
21627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21628 \begin_inset Text
21629
21630 \begin_layout Plain Layout
21631
21632 \backslash
21633 natural
21634 \end_layout
21635
21636 \end_inset
21637 </cell>
21638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21639 \begin_inset Text
21640
21641 \begin_layout Plain Layout
21642 \begin_inset Formula $\natural$
21643 \end_inset
21644
21645
21646 \end_layout
21647
21648 \end_inset
21649 </cell>
21650 </row>
21651 <row>
21652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21653 \begin_inset Text
21654
21655 \begin_layout Plain Layout
21656
21657 \backslash
21658 sharp
21659 \end_layout
21660
21661 \end_inset
21662 </cell>
21663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21664 \begin_inset Text
21665
21666 \begin_layout Plain Layout
21667 \begin_inset Formula $\sharp$
21668 \end_inset
21669
21670
21671 \end_layout
21672
21673 \end_inset
21674 </cell>
21675 </row>
21676 <row>
21677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21678 \begin_inset Text
21679
21680 \begin_layout Plain Layout
21681
21682 \backslash
21683 surd
21684 \end_layout
21685
21686 \end_inset
21687 </cell>
21688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21689 \begin_inset Text
21690
21691 \begin_layout Plain Layout
21692 \begin_inset Formula $\surd$
21693 \end_inset
21694
21695
21696 \end_layout
21697
21698 \end_inset
21699 </cell>
21700 </row>
21701 <row>
21702 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21703 \begin_inset Text
21704
21705 \begin_layout Plain Layout
21706
21707 \backslash
21708 checkmark
21709 \end_layout
21710
21711 \end_inset
21712 </cell>
21713 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21714 \begin_inset Text
21715
21716 \begin_layout Plain Layout
21717 \begin_inset Formula $\checkmark$
21718 \end_inset
21719
21720
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 </row>
21726 <row>
21727 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21728 \begin_inset Text
21729
21730 \begin_layout Plain Layout
21731
21732 \backslash
21733 yen
21734 \end_layout
21735
21736 \end_inset
21737 </cell>
21738 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21739 \begin_inset Text
21740
21741 \begin_layout Plain Layout
21742 \begin_inset Formula $\yen$
21743 \end_inset
21744
21745
21746 \end_layout
21747
21748 \end_inset
21749 </cell>
21750 </row>
21751 <row>
21752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21753 \begin_inset Text
21754
21755 \begin_layout Plain Layout
21756
21757 \backslash
21758 pounds
21759 \end_layout
21760
21761 \end_inset
21762 </cell>
21763 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21764 \begin_inset Text
21765
21766 \begin_layout Plain Layout
21767 \begin_inset Formula $\pounds$
21768 \end_inset
21769
21770
21771 \end_layout
21772
21773 \end_inset
21774 </cell>
21775 </row>
21776 <row>
21777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21778 \begin_inset Text
21779
21780 \begin_layout Plain Layout
21781 $
21782 \end_layout
21783
21784 \end_inset
21785 </cell>
21786 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790 \begin_inset Formula $\$$
21791 \end_inset
21792
21793
21794 \end_layout
21795
21796 \end_inset
21797 </cell>
21798 </row>
21799 <row>
21800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21801 \begin_inset Text
21802
21803 \begin_layout Plain Layout
21804 §
21805 \end_layout
21806
21807 \end_inset
21808 </cell>
21809 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21810 \begin_inset Text
21811
21812 \begin_layout Plain Layout
21813 \begin_inset Formula $§$
21814 \end_inset
21815
21816
21817 \end_layout
21818
21819 \end_inset
21820 </cell>
21821 </row>
21822 </lyxtabular>
21823
21824 \end_inset
21825
21826
21827 \begin_inset Tabular
21828 <lyxtabular version="3" rows="10" columns="2">
21829 <features>
21830 <column alignment="center" valignment="top" width="0">
21831 <column alignment="center" valignment="top" width="0">
21832 <row>
21833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21834 \begin_inset Text
21835
21836 \begin_layout Plain Layout
21837 Command
21838 \end_layout
21839
21840 \end_inset
21841 </cell>
21842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21843 \begin_inset Text
21844
21845 \begin_layout Plain Layout
21846 Result
21847 \end_layout
21848
21849 \end_inset
21850 </cell>
21851 </row>
21852 <row>
21853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21854 \begin_inset Text
21855
21856 \begin_layout Plain Layout
21857
21858 \backslash
21859 hbar
21860 \end_layout
21861
21862 \end_inset
21863 </cell>
21864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21865 \begin_inset Text
21866
21867 \begin_layout Plain Layout
21868 \begin_inset Formula $\hbar$
21869 \end_inset
21870
21871
21872 \end_layout
21873
21874 \end_inset
21875 </cell>
21876 </row>
21877 <row>
21878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21879 \begin_inset Text
21880
21881 \begin_layout Plain Layout
21882
21883 \backslash
21884 hslash
21885 \end_layout
21886
21887 \end_inset
21888 </cell>
21889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21890 \begin_inset Text
21891
21892 \begin_layout Plain Layout
21893 \begin_inset Formula $\hslash$
21894 \end_inset
21895
21896
21897 \end_layout
21898
21899 \end_inset
21900 </cell>
21901 </row>
21902 <row>
21903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21904 \begin_inset Text
21905
21906 \begin_layout Plain Layout
21907
21908 \backslash
21909 clubsuit
21910 \end_layout
21911
21912 \end_inset
21913 </cell>
21914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21915 \begin_inset Text
21916
21917 \begin_layout Plain Layout
21918 \begin_inset Formula $\clubsuit$
21919 \end_inset
21920
21921
21922 \end_layout
21923
21924 \end_inset
21925 </cell>
21926 </row>
21927 <row>
21928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21929 \begin_inset Text
21930
21931 \begin_layout Plain Layout
21932
21933 \backslash
21934 spadesuit
21935 \end_layout
21936
21937 \end_inset
21938 </cell>
21939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21940 \begin_inset Text
21941
21942 \begin_layout Plain Layout
21943 \begin_inset Formula $\spadesuit$
21944 \end_inset
21945
21946
21947 \end_layout
21948
21949 \end_inset
21950 </cell>
21951 </row>
21952 <row>
21953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21954 \begin_inset Text
21955
21956 \begin_layout Plain Layout
21957
21958 \backslash
21959 bigstar
21960 \end_layout
21961
21962 \end_inset
21963 </cell>
21964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21965 \begin_inset Text
21966
21967 \begin_layout Plain Layout
21968 \begin_inset Formula $\bigstar$
21969 \end_inset
21970
21971
21972 \end_layout
21973
21974 \end_inset
21975 </cell>
21976 </row>
21977 <row>
21978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21979 \begin_inset Text
21980
21981 \begin_layout Plain Layout
21982
21983 \backslash
21984 blacklozenge
21985 \end_layout
21986
21987 \end_inset
21988 </cell>
21989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21990 \begin_inset Text
21991
21992 \begin_layout Plain Layout
21993 \begin_inset Formula $\blacklozenge$
21994 \end_inset
21995
21996
21997 \end_layout
21998
21999 \end_inset
22000 </cell>
22001 </row>
22002 <row>
22003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22004 \begin_inset Text
22005
22006 \begin_layout Plain Layout
22007
22008 \backslash
22009 blacktriangle
22010 \end_layout
22011
22012 \end_inset
22013 </cell>
22014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22015 \begin_inset Text
22016
22017 \begin_layout Plain Layout
22018 \begin_inset Formula $\blacktriangle$
22019 \end_inset
22020
22021
22022 \end_layout
22023
22024 \end_inset
22025 </cell>
22026 </row>
22027 <row>
22028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22029 \begin_inset Text
22030
22031 \begin_layout Plain Layout
22032
22033 \backslash
22034 blacktiangledown
22035 \end_layout
22036
22037 \end_inset
22038 </cell>
22039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22040 \begin_inset Text
22041
22042 \begin_layout Plain Layout
22043 \begin_inset Formula $\blacktriangledown$
22044 \end_inset
22045
22046
22047 \end_layout
22048
22049 \end_inset
22050 </cell>
22051 </row>
22052 <row>
22053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22054 \begin_inset Text
22055
22056 \begin_layout Plain Layout
22057
22058 \backslash
22059 bullet
22060 \end_layout
22061
22062 \end_inset
22063 </cell>
22064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22065 \begin_inset Text
22066
22067 \begin_layout Plain Layout
22068 \begin_inset Formula $\bullet$
22069 \end_inset
22070
22071
22072 \end_layout
22073
22074 \end_inset
22075 </cell>
22076 </row>
22077 </lyxtabular>
22078
22079 \end_inset
22080
22081
22082 \begin_inset Tabular
22083 <lyxtabular version="3" rows="10" columns="2">
22084 <features>
22085 <column alignment="center" valignment="top" width="0pt">
22086 <column alignment="center" valignment="top" width="0pt">
22087 <row>
22088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22089 \begin_inset Text
22090
22091 \begin_layout Plain Layout
22092 Command
22093 \end_layout
22094
22095 \end_inset
22096 </cell>
22097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22098 \begin_inset Text
22099
22100 \begin_layout Plain Layout
22101 Result
22102 \end_layout
22103
22104 \end_inset
22105 </cell>
22106 </row>
22107 <row>
22108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22109 \begin_inset Text
22110
22111 \begin_layout Plain Layout
22112
22113 \backslash
22114 diamondsuit
22115 \end_layout
22116
22117 \end_inset
22118 </cell>
22119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22120 \begin_inset Text
22121
22122 \begin_layout Plain Layout
22123 \begin_inset Formula $\diamondsuit$
22124 \end_inset
22125
22126
22127 \end_layout
22128
22129 \end_inset
22130 </cell>
22131 </row>
22132 <row>
22133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22134 \begin_inset Text
22135
22136 \begin_layout Plain Layout
22137
22138 \backslash
22139 Diamond
22140 \end_layout
22141
22142 \end_inset
22143 </cell>
22144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22145 \begin_inset Text
22146
22147 \begin_layout Plain Layout
22148 \begin_inset Formula $\Diamond$
22149 \end_inset
22150
22151
22152 \end_layout
22153
22154 \end_inset
22155 </cell>
22156 </row>
22157 <row>
22158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22159 \begin_inset Text
22160
22161 \begin_layout Plain Layout
22162
22163 \backslash
22164 heartsuit
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173 \begin_inset Formula $\heartsuit$
22174 \end_inset
22175
22176
22177 \end_layout
22178
22179 \end_inset
22180 </cell>
22181 </row>
22182 <row>
22183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22184 \begin_inset Text
22185
22186 \begin_layout Plain Layout
22187
22188 \backslash
22189 P
22190 \end_layout
22191
22192 \end_inset
22193 </cell>
22194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22195 \begin_inset Text
22196
22197 \begin_layout Plain Layout
22198 \begin_inset Formula $\P$
22199 \end_inset
22200
22201
22202 \end_layout
22203
22204 \end_inset
22205 </cell>
22206 </row>
22207 <row>
22208 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22209 \begin_inset Text
22210
22211 \begin_layout Plain Layout
22212
22213 \backslash
22214 copyright
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22220 \begin_inset Text
22221
22222 \begin_layout Plain Layout
22223 \begin_inset Formula $\copyright$
22224 \end_inset
22225
22226
22227 \end_layout
22228
22229 \end_inset
22230 </cell>
22231 </row>
22232 <row>
22233 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22234 \begin_inset Text
22235
22236 \begin_layout Plain Layout
22237
22238 \backslash
22239 circledR
22240 \end_layout
22241
22242 \end_inset
22243 </cell>
22244 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22245 \begin_inset Text
22246
22247 \begin_layout Plain Layout
22248 \begin_inset Formula $\circledR$
22249 \end_inset
22250
22251
22252 \end_layout
22253
22254 \end_inset
22255 </cell>
22256 </row>
22257 <row>
22258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22259 \begin_inset Text
22260
22261 \begin_layout Plain Layout
22262
22263 \backslash
22264 maltese
22265 \end_layout
22266
22267 \end_inset
22268 </cell>
22269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22270 \begin_inset Text
22271
22272 \begin_layout Plain Layout
22273 \begin_inset Formula $\maltese$
22274 \end_inset
22275
22276
22277 \end_layout
22278
22279 \end_inset
22280 </cell>
22281 </row>
22282 <row>
22283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22284 \begin_inset Text
22285
22286 \begin_layout Plain Layout
22287
22288 \backslash
22289 diagup
22290 \end_layout
22291
22292 \end_inset
22293 </cell>
22294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22295 \begin_inset Text
22296
22297 \begin_layout Plain Layout
22298 \begin_inset Formula $\diagup$
22299 \end_inset
22300
22301
22302 \end_layout
22303
22304 \end_inset
22305 </cell>
22306 </row>
22307 <row>
22308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22309 \begin_inset Text
22310
22311 \begin_layout Plain Layout
22312
22313 \backslash
22314 diagdown
22315 \end_layout
22316
22317 \end_inset
22318 </cell>
22319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22320 \begin_inset Text
22321
22322 \begin_layout Plain Layout
22323 \begin_inset Formula $\diagdown$
22324 \end_inset
22325
22326
22327 \end_layout
22328
22329 \end_inset
22330 </cell>
22331 </row>
22332 </lyxtabular>
22333
22334 \end_inset
22335
22336
22337 \end_layout
22338
22339 \begin_layout Standard
22340 \begin_inset VSpace medskip
22341 \end_inset
22342
22343 More symbols are listed in 
22344 \begin_inset CommandInset ref
22345 LatexCommand ref
22346 reference "sub:Miscellaneous-special-Characters"
22347
22348 \end_inset
22349
22350 .
22351 \end_layout
22352
22353 \begin_layout Standard
22354 Some symbols can be displayed in different sizes, see 
22355 \begin_inset CommandInset ref
22356 LatexCommand ref
22357 reference "sub:Font-Sizes"
22358
22359 \end_inset
22360
22361 .
22362 \end_layout
22363
22364 \begin_layout Subsection
22365 The Euro-Symbol €
22366 \begin_inset Index
22367 status collapsed
22368
22369 \begin_layout Plain Layout
22370 Symbols ! Euro-symbol
22371 \end_layout
22372
22373 \end_inset
22374
22375
22376 \begin_inset Index
22377 status collapsed
22378
22379 \begin_layout Plain Layout
22380
22381 \backslash
22382 @
22383 \begin_inset ERT
22384 status collapsed
22385
22386 \begin_layout Plain Layout
22387
22388
22389 \backslash
22390 officialeuro
22391 \end_layout
22392
22393 \end_inset
22394
22395
22396 \end_layout
22397
22398 \end_inset
22399
22400
22401 \end_layout
22402
22403 \begin_layout Standard
22404 To use the Euro symbol in formulas, the LaTeX-package 
22405 \series bold
22406 eurosym
22407 \series default
22408
22409 \begin_inset Index
22410 status collapsed
22411
22412 \begin_layout Plain Layout
22413 Packages ! eurosym
22414 \end_layout
22415
22416 \end_inset
22417
22418  must be installed and loaded with the LaTeX-preamble line
22419 \end_layout
22420
22421 \begin_layout Standard
22422
22423 \series bold
22424
22425 \backslash
22426 usepackage[gennarrow]{eurosym}
22427 \end_layout
22428
22429 \begin_layout Standard
22430 The Euro symbol can now be inserted with the command 
22431 \series bold
22432
22433 \backslash
22434 euro
22435 \series default
22436
22437 \begin_inset Index
22438 status collapsed
22439
22440 \begin_layout Plain Layout
22441 Commands ! E ! 
22442 \backslash
22443 euro
22444 \end_layout
22445
22446 \end_inset
22447
22448 .
22449 \end_layout
22450
22451 \begin_layout Standard
22452 The Euro symbol can directly be inserted with the € key in mathematical
22453  text, without having 
22454 \series bold
22455 eurosym
22456 \series default
22457  installed.
22458  When 
22459 \series bold
22460 eurosym
22461 \series default
22462  is installed, 
22463 \series bold
22464
22465 \backslash
22466 euro
22467 \series default
22468  can also be inserted in TeX-mode.
22469  The official currency symbol can then be inserted with the command 
22470 \series bold
22471
22472 \backslash
22473 officialeuro
22474 \series default
22475
22476 \begin_inset Index
22477 status collapsed
22478
22479 \begin_layout Plain Layout
22480 Commands ! O ! 
22481 \backslash
22482 officialeuro
22483 \end_layout
22484
22485 \end_inset
22486
22487 , that is only available in TeX-mode.
22488 \end_layout
22489
22490 \begin_layout Standard
22491 \begin_inset ERT
22492 status collapsed
22493
22494 \begin_layout Plain Layout
22495
22496
22497 \backslash
22498 ifeurosym 
22499 \end_layout
22500
22501 \end_inset
22502
22503
22504 \begin_inset Note Note
22505 status open
22506
22507 \begin_layout Plain Layout
22508 The following table will only be displayed when the LaTeX-package 
22509 \series bold
22510 eurosym
22511 \series default
22512  is installed.
22513 \end_layout
22514
22515 \end_inset
22516
22517
22518 \end_layout
22519
22520 \begin_layout Standard
22521 An overview about the different Euro symbols:
22522 \end_layout
22523
22524 \begin_layout Standard
22525 \align center
22526 \begin_inset Tabular
22527 <lyxtabular version="3" rows="4" columns="3">
22528 <features>
22529 <column alignment="center" valignment="top" width="0pt">
22530 <column alignment="center" valignment="top" width="0pt">
22531 <column alignment="center" valignment="top" width="0pt">
22532 <row>
22533 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22534 \begin_inset Text
22535
22536 \begin_layout Plain Layout
22537
22538 \end_layout
22539
22540 \end_inset
22541 </cell>
22542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22543 \begin_inset Text
22544
22545 \begin_layout Plain Layout
22546 Command 
22547 \end_layout
22548
22549 \end_inset
22550 </cell>
22551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22552 \begin_inset Text
22553
22554 \begin_layout Plain Layout
22555 Result
22556 \end_layout
22557
22558 \end_inset
22559 </cell>
22560 </row>
22561 <row>
22562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566 formula
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22572 \begin_inset Text
22573
22574 \begin_layout Plain Layout
22575
22576 \backslash
22577 euro
22578 \end_layout
22579
22580 \end_inset
22581 </cell>
22582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22583 \begin_inset Text
22584
22585 \begin_layout Plain Layout
22586 \begin_inset Formula $\euro$
22587 \end_inset
22588
22589
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 </row>
22595 <row>
22596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22597 \begin_inset Text
22598
22599 \begin_layout Plain Layout
22600 mathematical text
22601 \end_layout
22602
22603 \end_inset
22604 </cell>
22605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22606 \begin_inset Text
22607
22608 \begin_layout Plain Layout
22609
22610 \end_layout
22611
22612 \end_inset
22613 </cell>
22614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22615 \begin_inset Text
22616
22617 \begin_layout Plain Layout
22618 \begin_inset Formula $\mbox{€}$
22619 \end_inset
22620
22621
22622 \end_layout
22623
22624 \end_inset
22625 </cell>
22626 </row>
22627 <row>
22628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632 TeX-mode
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641
22642 \backslash
22643 officialeuro
22644 \end_layout
22645
22646 \end_inset
22647 </cell>
22648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22649 \begin_inset Text
22650
22651 \begin_layout Plain Layout
22652 \begin_inset ERT
22653 status collapsed
22654
22655 \begin_layout Plain Layout
22656
22657
22658 \backslash
22659 officialeuro
22660 \end_layout
22661
22662 \end_inset
22663
22664
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 </row>
22670 </lyxtabular>
22671
22672 \end_inset
22673
22674
22675 \end_layout
22676
22677 \begin_layout Standard
22678 \begin_inset ERT
22679 status collapsed
22680
22681 \begin_layout Plain Layout
22682
22683
22684 \backslash
22685 else 
22686 \end_layout
22687
22688 \end_inset
22689
22690
22691 \begin_inset Note Note
22692 status open
22693
22694 \begin_layout Plain Layout
22695 The following will be displayed when the LaTeX-package 
22696 \series bold
22697 eurosym
22698 \series default
22699  is not installed:
22700 \end_layout
22701
22702 \end_inset
22703
22704
22705 \end_layout
22706
22707 \begin_layout Standard
22708 You need to install the LaTeX-package 
22709 \series bold
22710 eurosym
22711 \series default
22712  to see the rest of this subsection in the output.
22713 \end_layout
22714
22715 \begin_layout Standard
22716 \begin_inset ERT
22717 status collapsed
22718
22719 \begin_layout Plain Layout
22720
22721
22722 \backslash
22723 fi 
22724 \end_layout
22725
22726 \end_inset
22727
22728
22729 \end_layout
22730
22731 \begin_layout Standard
22732 \begin_inset Newpage newpage
22733 \end_inset
22734
22735
22736 \end_layout
22737
22738 \begin_layout Section
22739 Relations
22740 \begin_inset CommandInset label
22741 LatexCommand label
22742 name "sec:Relations"
22743
22744 \end_inset
22745
22746
22747 \begin_inset Index
22748 status collapsed
22749
22750 \begin_layout Plain Layout
22751 Relations
22752 \end_layout
22753
22754 \end_inset
22755
22756
22757 \begin_inset Index
22758 status collapsed
22759
22760 \begin_layout Plain Layout
22761 Comparisons|see
22762 \begin_inset ERT
22763 status collapsed
22764
22765 \begin_layout Plain Layout
22766
22767 {
22768 \end_layout
22769
22770 \end_inset
22771
22772 Relations
22773 \begin_inset ERT
22774 status collapsed
22775
22776 \begin_layout Plain Layout
22777
22778 }
22779 \end_layout
22780
22781 \end_inset
22782
22783
22784 \end_layout
22785
22786 \end_inset
22787
22788
22789 \end_layout
22790
22791 \begin_layout Standard
22792 All relations can also be inserted via the toolbar button 
22793 \begin_inset Graphics
22794         filename ../images/math/leq.png
22795         scale 85
22796
22797 \end_inset
22798
22799 .
22800 \end_layout
22801
22802 \begin_layout Standard
22803 \begin_inset space \hfill{}
22804 \end_inset
22805
22806
22807 \begin_inset Tabular
22808 <lyxtabular version="3" rows="17" columns="2">
22809 <features>
22810 <column alignment="center" valignment="top" width="0pt">
22811 <column alignment="center" valignment="top" width="0pt">
22812 <row>
22813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22814 \begin_inset Text
22815
22816 \begin_layout Plain Layout
22817 Command
22818 \end_layout
22819
22820 \end_inset
22821 </cell>
22822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22823 \begin_inset Text
22824
22825 \begin_layout Plain Layout
22826 Result
22827 \end_layout
22828
22829 \end_inset
22830 </cell>
22831 </row>
22832 <row>
22833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22834 \begin_inset Text
22835
22836 \begin_layout Plain Layout
22837 <
22838 \end_layout
22839
22840 \end_inset
22841 </cell>
22842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22843 \begin_inset Text
22844
22845 \begin_layout Plain Layout
22846 \begin_inset Formula $<$
22847 \end_inset
22848
22849
22850 \end_layout
22851
22852 \end_inset
22853 </cell>
22854 </row>
22855 <row>
22856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22857 \begin_inset Text
22858
22859 \begin_layout Plain Layout
22860
22861 \backslash
22862 le
22863 \end_layout
22864
22865 \end_inset
22866 </cell>
22867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22868 \begin_inset Text
22869
22870 \begin_layout Plain Layout
22871 \begin_inset Formula $\le$
22872 \end_inset
22873
22874
22875 \end_layout
22876
22877 \end_inset
22878 </cell>
22879 </row>
22880 <row>
22881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22882 \begin_inset Text
22883
22884 \begin_layout Plain Layout
22885
22886 \backslash
22887 ll
22888 \end_layout
22889
22890 \end_inset
22891 </cell>
22892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22893 \begin_inset Text
22894
22895 \begin_layout Plain Layout
22896 \begin_inset Formula $\ll$
22897 \end_inset
22898
22899
22900 \end_layout
22901
22902 \end_inset
22903 </cell>
22904 </row>
22905 <row>
22906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22907 \begin_inset Text
22908
22909 \begin_layout Plain Layout
22910
22911 \backslash
22912 prec
22913 \end_layout
22914
22915 \end_inset
22916 </cell>
22917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22918 \begin_inset Text
22919
22920 \begin_layout Plain Layout
22921 \begin_inset Formula $\prec$
22922 \end_inset
22923
22924
22925 \end_layout
22926
22927 \end_inset
22928 </cell>
22929 </row>
22930 <row>
22931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22932 \begin_inset Text
22933
22934 \begin_layout Plain Layout
22935
22936 \backslash
22937 preceq
22938 \end_layout
22939
22940 \end_inset
22941 </cell>
22942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22943 \begin_inset Text
22944
22945 \begin_layout Plain Layout
22946 \begin_inset Formula $\preceq$
22947 \end_inset
22948
22949
22950 \end_layout
22951
22952 \end_inset
22953 </cell>
22954 </row>
22955 <row>
22956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22957 \begin_inset Text
22958
22959 \begin_layout Plain Layout
22960
22961 \backslash
22962 subset
22963 \end_layout
22964
22965 \end_inset
22966 </cell>
22967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22968 \begin_inset Text
22969
22970 \begin_layout Plain Layout
22971 \begin_inset Formula $\subset$
22972 \end_inset
22973
22974
22975 \end_layout
22976
22977 \end_inset
22978 </cell>
22979 </row>
22980 <row>
22981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22982 \begin_inset Text
22983
22984 \begin_layout Plain Layout
22985
22986 \backslash
22987 subseteq
22988 \end_layout
22989
22990 \end_inset
22991 </cell>
22992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22993 \begin_inset Text
22994
22995 \begin_layout Plain Layout
22996 \begin_inset Formula $\subseteq$
22997 \end_inset
22998
22999
23000 \end_layout
23001
23002 \end_inset
23003 </cell>
23004 </row>
23005 <row>
23006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23007 \begin_inset Text
23008
23009 \begin_layout Plain Layout
23010
23011 \backslash
23012 sqsubseteq
23013 \end_layout
23014
23015 \end_inset
23016 </cell>
23017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23018 \begin_inset Text
23019
23020 \begin_layout Plain Layout
23021 \begin_inset Formula $\sqsubseteq$
23022 \end_inset
23023
23024
23025 \end_layout
23026
23027 \end_inset
23028 </cell>
23029 </row>
23030 <row>
23031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23032 \begin_inset Text
23033
23034 \begin_layout Plain Layout
23035
23036 \backslash
23037 in
23038 \end_layout
23039
23040 \end_inset
23041 </cell>
23042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046 \begin_inset Formula $\in$
23047 \end_inset
23048
23049
23050 \end_layout
23051
23052 \end_inset
23053 </cell>
23054 </row>
23055 <row>
23056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23057 \begin_inset Text
23058
23059 \begin_layout Plain Layout
23060
23061 \backslash
23062 vdash
23063 \end_layout
23064
23065 \end_inset
23066 </cell>
23067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23068 \begin_inset Text
23069
23070 \begin_layout Plain Layout
23071 \begin_inset Formula $\vdash$
23072 \end_inset
23073
23074
23075 \end_layout
23076
23077 \end_inset
23078 </cell>
23079 </row>
23080 <row>
23081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23082 \begin_inset Text
23083
23084 \begin_layout Plain Layout
23085
23086 \backslash
23087 smile
23088 \end_layout
23089
23090 \end_inset
23091 </cell>
23092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23093 \begin_inset Text
23094
23095 \begin_layout Plain Layout
23096 \begin_inset Formula $\smile$
23097 \end_inset
23098
23099
23100 \end_layout
23101
23102 \end_inset
23103 </cell>
23104 </row>
23105 <row>
23106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23107 \begin_inset Text
23108
23109 \begin_layout Plain Layout
23110
23111 \backslash
23112 lhd
23113 \end_layout
23114
23115 \end_inset
23116 </cell>
23117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23118 \begin_inset Text
23119
23120 \begin_layout Plain Layout
23121 \begin_inset Formula $\lhd$
23122 \end_inset
23123
23124
23125 \end_layout
23126
23127 \end_inset
23128 </cell>
23129 </row>
23130 <row>
23131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23132 \begin_inset Text
23133
23134 \begin_layout Plain Layout
23135
23136 \backslash
23137 unlhd
23138 \end_layout
23139
23140 \end_inset
23141 </cell>
23142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146 \begin_inset Formula $\unlhd$
23147 \end_inset
23148
23149
23150 \end_layout
23151
23152 \end_inset
23153 </cell>
23154 </row>
23155 <row>
23156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23157 \begin_inset Text
23158
23159 \begin_layout Plain Layout
23160
23161 \backslash
23162 gtrless
23163 \end_layout
23164
23165 \end_inset
23166 </cell>
23167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171 \begin_inset Formula $\gtrless$
23172 \end_inset
23173
23174
23175 \end_layout
23176
23177 \end_inset
23178 </cell>
23179 </row>
23180 <row>
23181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23182 \begin_inset Text
23183
23184 \begin_layout Plain Layout
23185
23186 \backslash
23187 mid
23188 \end_layout
23189
23190 \end_inset
23191 </cell>
23192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23193 \begin_inset Text
23194
23195 \begin_layout Plain Layout
23196 \begin_inset Formula $\mid$
23197 \end_inset
23198
23199
23200 \end_layout
23201
23202 \end_inset
23203 </cell>
23204 </row>
23205 <row>
23206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23207 \begin_inset Text
23208
23209 \begin_layout Plain Layout
23210
23211 \backslash
23212 nmid
23213 \end_layout
23214
23215 \end_inset
23216 </cell>
23217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23218 \begin_inset Text
23219
23220 \begin_layout Plain Layout
23221 \begin_inset Formula $\nmid$
23222 \end_inset
23223
23224
23225 \end_layout
23226
23227 \end_inset
23228 </cell>
23229 </row>
23230 </lyxtabular>
23231
23232 \end_inset
23233
23234
23235 \begin_inset space \hfill{}
23236 \end_inset
23237
23238
23239 \begin_inset Tabular
23240 <lyxtabular version="3" rows="17" columns="2">
23241 <features>
23242 <column alignment="center" valignment="top" width="0pt">
23243 <column alignment="center" valignment="top" width="0pt">
23244 <row>
23245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23246 \begin_inset Text
23247
23248 \begin_layout Plain Layout
23249 Command
23250 \end_layout
23251
23252 \end_inset
23253 </cell>
23254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23255 \begin_inset Text
23256
23257 \begin_layout Plain Layout
23258 Result
23259 \end_layout
23260
23261 \end_inset
23262 </cell>
23263 </row>
23264 <row>
23265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23266 \begin_inset Text
23267
23268 \begin_layout Plain Layout
23269 =
23270 \end_layout
23271
23272 \end_inset
23273 </cell>
23274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23275 \begin_inset Text
23276
23277 \begin_layout Plain Layout
23278 \begin_inset Formula $=$
23279 \end_inset
23280
23281
23282 \end_layout
23283
23284 \end_inset
23285 </cell>
23286 </row>
23287 <row>
23288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23289 \begin_inset Text
23290
23291 \begin_layout Plain Layout
23292
23293 \backslash
23294 not=
23295 \end_layout
23296
23297 \end_inset
23298 </cell>
23299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23300 \begin_inset Text
23301
23302 \begin_layout Plain Layout
23303 \begin_inset Formula $\not=$
23304 \end_inset
23305
23306
23307 \end_layout
23308
23309 \end_inset
23310 </cell>
23311 </row>
23312 <row>
23313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23314 \begin_inset Text
23315
23316 \begin_layout Plain Layout
23317
23318 \backslash
23319 equiv
23320 \end_layout
23321
23322 \end_inset
23323 </cell>
23324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23325 \begin_inset Text
23326
23327 \begin_layout Plain Layout
23328 \begin_inset Formula $\equiv$
23329 \end_inset
23330
23331
23332 \end_layout
23333
23334 \end_inset
23335 </cell>
23336 </row>
23337 <row>
23338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23339 \begin_inset Text
23340
23341 \begin_layout Plain Layout
23342
23343 \backslash
23344 sim
23345 \end_layout
23346
23347 \end_inset
23348 </cell>
23349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23350 \begin_inset Text
23351
23352 \begin_layout Plain Layout
23353 \begin_inset Formula $\sim$
23354 \end_inset
23355
23356
23357 \end_layout
23358
23359 \end_inset
23360 </cell>
23361 </row>
23362 <row>
23363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23364 \begin_inset Text
23365
23366 \begin_layout Plain Layout
23367
23368 \backslash
23369 simeq
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378 \begin_inset Formula $\simeq$
23379 \end_inset
23380
23381
23382 \end_layout
23383
23384 \end_inset
23385 </cell>
23386 </row>
23387 <row>
23388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23389 \begin_inset Text
23390
23391 \begin_layout Plain Layout
23392
23393 \backslash
23394 approx
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403 \begin_inset Formula $\approx$
23404 \end_inset
23405
23406
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 </row>
23412 <row>
23413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417
23418 \backslash
23419 cong
23420 \end_layout
23421
23422 \end_inset
23423 </cell>
23424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23425 \begin_inset Text
23426
23427 \begin_layout Plain Layout
23428 \begin_inset Formula $\cong$
23429 \end_inset
23430
23431
23432 \end_layout
23433
23434 \end_inset
23435 </cell>
23436 </row>
23437 <row>
23438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23439 \begin_inset Text
23440
23441 \begin_layout Plain Layout
23442
23443 \backslash
23444 bowtie
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453 \begin_inset Formula $\bowtie$
23454 \end_inset
23455
23456
23457 \end_layout
23458
23459 \end_inset
23460 </cell>
23461 </row>
23462 <row>
23463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23464 \begin_inset Text
23465
23466 \begin_layout Plain Layout
23467
23468 \backslash
23469 notin
23470 \end_layout
23471
23472 \end_inset
23473 </cell>
23474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23475 \begin_inset Text
23476
23477 \begin_layout Plain Layout
23478 \begin_inset Formula $\notin$
23479 \end_inset
23480
23481
23482 \end_layout
23483
23484 \end_inset
23485 </cell>
23486 </row>
23487 <row>
23488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492
23493 \backslash
23494 perp
23495 \end_layout
23496
23497 \end_inset
23498 </cell>
23499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503 \begin_inset Formula $\perp$
23504 \end_inset
23505
23506
23507 \end_layout
23508
23509 \end_inset
23510 </cell>
23511 </row>
23512 <row>
23513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517
23518 \backslash
23519 propto
23520 \end_layout
23521
23522 \end_inset
23523 </cell>
23524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23525 \begin_inset Text
23526
23527 \begin_layout Plain Layout
23528 \begin_inset Formula $\propto$
23529 \end_inset
23530
23531
23532 \end_layout
23533
23534 \end_inset
23535 </cell>
23536 </row>
23537 <row>
23538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23539 \begin_inset Text
23540
23541 \begin_layout Plain Layout
23542
23543 \backslash
23544 asymp
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553 \begin_inset Formula $\asymp$
23554 \end_inset
23555
23556
23557 \end_layout
23558
23559 \end_inset
23560 </cell>
23561 </row>
23562 <row>
23563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23564 \begin_inset Text
23565
23566 \begin_layout Plain Layout
23567
23568 \backslash
23569 doteq
23570 \end_layout
23571
23572 \end_inset
23573 </cell>
23574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578 \begin_inset Formula $\doteq$
23579 \end_inset
23580
23581
23582 \end_layout
23583
23584 \end_inset
23585 </cell>
23586 </row>
23587 <row>
23588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23589 \begin_inset Text
23590
23591 \begin_layout Plain Layout
23592
23593 \backslash
23594 circeq
23595 \end_layout
23596
23597 \end_inset
23598 </cell>
23599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603 \begin_inset Formula $\circeq$
23604 \end_inset
23605
23606
23607 \end_layout
23608
23609 \end_inset
23610 </cell>
23611 </row>
23612 <row>
23613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23614 \begin_inset Text
23615
23616 \begin_layout Plain Layout
23617
23618 \backslash
23619 models
23620 \end_layout
23621
23622 \end_inset
23623 </cell>
23624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23625 \begin_inset Text
23626
23627 \begin_layout Plain Layout
23628 \begin_inset Formula $\models$
23629 \end_inset
23630
23631
23632 \end_layout
23633
23634 \end_inset
23635 </cell>
23636 </row>
23637 <row>
23638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23639 \begin_inset Text
23640
23641 \begin_layout Plain Layout
23642
23643 \backslash
23644 widehat=
23645 \end_layout
23646
23647 \end_inset
23648 </cell>
23649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23650 \begin_inset Text
23651
23652 \begin_layout Plain Layout
23653 \begin_inset Formula $\widehat{=}$
23654 \end_inset
23655
23656
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 </row>
23662 </lyxtabular>
23663
23664 \end_inset
23665
23666
23667 \begin_inset space \hfill{}
23668 \end_inset
23669
23670
23671 \begin_inset Tabular
23672 <lyxtabular version="3" rows="17" columns="2">
23673 <features>
23674 <column alignment="center" valignment="top" width="0pt">
23675 <column alignment="center" valignment="top" width="0pt">
23676 <row>
23677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23678 \begin_inset Text
23679
23680 \begin_layout Plain Layout
23681 Command
23682 \end_layout
23683
23684 \end_inset
23685 </cell>
23686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23687 \begin_inset Text
23688
23689 \begin_layout Plain Layout
23690 Result
23691 \end_layout
23692
23693 \end_inset
23694 </cell>
23695 </row>
23696 <row>
23697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23698 \begin_inset Text
23699
23700 \begin_layout Plain Layout
23701 >
23702 \end_layout
23703
23704 \end_inset
23705 </cell>
23706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23707 \begin_inset Text
23708
23709 \begin_layout Plain Layout
23710 \begin_inset Formula $>$
23711 \end_inset
23712
23713
23714 \end_layout
23715
23716 \end_inset
23717 </cell>
23718 </row>
23719 <row>
23720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23721 \begin_inset Text
23722
23723 \begin_layout Plain Layout
23724
23725 \backslash
23726 ge
23727 \end_layout
23728
23729 \end_inset
23730 </cell>
23731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23732 \begin_inset Text
23733
23734 \begin_layout Plain Layout
23735 \begin_inset Formula $\ge$
23736 \end_inset
23737
23738
23739 \end_layout
23740
23741 \end_inset
23742 </cell>
23743 </row>
23744 <row>
23745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23746 \begin_inset Text
23747
23748 \begin_layout Plain Layout
23749
23750 \backslash
23751 gg
23752 \end_layout
23753
23754 \end_inset
23755 </cell>
23756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23757 \begin_inset Text
23758
23759 \begin_layout Plain Layout
23760 \begin_inset Formula $\gg$
23761 \end_inset
23762
23763
23764 \end_layout
23765
23766 \end_inset
23767 </cell>
23768 </row>
23769 <row>
23770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23771 \begin_inset Text
23772
23773 \begin_layout Plain Layout
23774
23775 \backslash
23776 succ
23777 \end_layout
23778
23779 \end_inset
23780 </cell>
23781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23782 \begin_inset Text
23783
23784 \begin_layout Plain Layout
23785 \begin_inset Formula $\succ$
23786 \end_inset
23787
23788
23789 \end_layout
23790
23791 \end_inset
23792 </cell>
23793 </row>
23794 <row>
23795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23796 \begin_inset Text
23797
23798 \begin_layout Plain Layout
23799
23800 \backslash
23801 succeq
23802 \end_layout
23803
23804 \end_inset
23805 </cell>
23806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23807 \begin_inset Text
23808
23809 \begin_layout Plain Layout
23810 \begin_inset Formula $\succeq$
23811 \end_inset
23812
23813
23814 \end_layout
23815
23816 \end_inset
23817 </cell>
23818 </row>
23819 <row>
23820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23821 \begin_inset Text
23822
23823 \begin_layout Plain Layout
23824
23825 \backslash
23826 supset
23827 \end_layout
23828
23829 \end_inset
23830 </cell>
23831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23832 \begin_inset Text
23833
23834 \begin_layout Plain Layout
23835 \begin_inset Formula $\supset$
23836 \end_inset
23837
23838
23839 \end_layout
23840
23841 \end_inset
23842 </cell>
23843 </row>
23844 <row>
23845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23846 \begin_inset Text
23847
23848 \begin_layout Plain Layout
23849
23850 \backslash
23851 supseteq
23852 \end_layout
23853
23854 \end_inset
23855 </cell>
23856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23857 \begin_inset Text
23858
23859 \begin_layout Plain Layout
23860 \begin_inset Formula $\supseteq$
23861 \end_inset
23862
23863
23864 \end_layout
23865
23866 \end_inset
23867 </cell>
23868 </row>
23869 <row>
23870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23871 \begin_inset Text
23872
23873 \begin_layout Plain Layout
23874
23875 \backslash
23876 sqsupseteq
23877 \end_layout
23878
23879 \end_inset
23880 </cell>
23881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23882 \begin_inset Text
23883
23884 \begin_layout Plain Layout
23885 \begin_inset Formula $\sqsupseteq$
23886 \end_inset
23887
23888
23889 \end_layout
23890
23891 \end_inset
23892 </cell>
23893 </row>
23894 <row>
23895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23896 \begin_inset Text
23897
23898 \begin_layout Plain Layout
23899
23900 \backslash
23901 ni
23902 \end_layout
23903
23904 \end_inset
23905 </cell>
23906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23907 \begin_inset Text
23908
23909 \begin_layout Plain Layout
23910 \begin_inset Formula $\ni$
23911 \end_inset
23912
23913
23914 \end_layout
23915
23916 \end_inset
23917 </cell>
23918 </row>
23919 <row>
23920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23921 \begin_inset Text
23922
23923 \begin_layout Plain Layout
23924
23925 \backslash
23926 dashv
23927 \end_layout
23928
23929 \end_inset
23930 </cell>
23931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23932 \begin_inset Text
23933
23934 \begin_layout Plain Layout
23935 \begin_inset Formula $\dashv$
23936 \end_inset
23937
23938
23939 \end_layout
23940
23941 \end_inset
23942 </cell>
23943 </row>
23944 <row>
23945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23946 \begin_inset Text
23947
23948 \begin_layout Plain Layout
23949
23950 \backslash
23951 frown
23952 \end_layout
23953
23954 \end_inset
23955 </cell>
23956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23957 \begin_inset Text
23958
23959 \begin_layout Plain Layout
23960 \begin_inset Formula $\frown$
23961 \end_inset
23962
23963
23964 \end_layout
23965
23966 \end_inset
23967 </cell>
23968 </row>
23969 <row>
23970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23971 \begin_inset Text
23972
23973 \begin_layout Plain Layout
23974
23975 \backslash
23976 rhd
23977 \end_layout
23978
23979 \end_inset
23980 </cell>
23981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23982 \begin_inset Text
23983
23984 \begin_layout Plain Layout
23985 \begin_inset Formula $\rhd$
23986 \end_inset
23987
23988
23989 \end_layout
23990
23991 \end_inset
23992 </cell>
23993 </row>
23994 <row>
23995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23996 \begin_inset Text
23997
23998 \begin_layout Plain Layout
23999
24000 \backslash
24001 unrhd
24002 \end_layout
24003
24004 \end_inset
24005 </cell>
24006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24007 \begin_inset Text
24008
24009 \begin_layout Plain Layout
24010 \begin_inset Formula $\unrhd$
24011 \end_inset
24012
24013
24014 \end_layout
24015
24016 \end_inset
24017 </cell>
24018 </row>
24019 <row>
24020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24021 \begin_inset Text
24022
24023 \begin_layout Plain Layout
24024
24025 \backslash
24026 lessgtr
24027 \end_layout
24028
24029 \end_inset
24030 </cell>
24031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24032 \begin_inset Text
24033
24034 \begin_layout Plain Layout
24035 \begin_inset Formula $\lessgtr$
24036 \end_inset
24037
24038
24039 \end_layout
24040
24041 \end_inset
24042 </cell>
24043 </row>
24044 <row>
24045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24046 \begin_inset Text
24047
24048 \begin_layout Plain Layout
24049
24050 \backslash
24051 parallel
24052 \end_layout
24053
24054 \end_inset
24055 </cell>
24056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24057 \begin_inset Text
24058
24059 \begin_layout Plain Layout
24060 \begin_inset Formula $\parallel$
24061 \end_inset
24062
24063
24064 \end_layout
24065
24066 \end_inset
24067 </cell>
24068 </row>
24069 <row>
24070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24071 \begin_inset Text
24072
24073 \begin_layout Plain Layout
24074
24075 \backslash
24076 nparallel
24077 \end_layout
24078
24079 \end_inset
24080 </cell>
24081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24082 \begin_inset Text
24083
24084 \begin_layout Plain Layout
24085 \begin_inset Formula $\nparallel$
24086 \end_inset
24087
24088
24089 \end_layout
24090
24091 \end_inset
24092 </cell>
24093 </row>
24094 </lyxtabular>
24095
24096 \end_inset
24097
24098
24099 \begin_inset space \hfill{}
24100 \end_inset
24101
24102
24103 \end_layout
24104
24105 \begin_layout Standard
24106 \begin_inset VSpace medskip
24107 \end_inset
24108
24109 The characters 
24110 \series bold
24111
24112 \backslash
24113 lhd
24114 \series default
24115  and 
24116 \series bold
24117
24118 \backslash
24119 rhd
24120 \series default
24121  are bigger than the equal looking operators 
24122 \series bold
24123
24124 \backslash
24125 triangleleft
24126 \series default
24127  and 
24128 \series bold
24129
24130 \backslash
24131 triangleright
24132 \series default
24133 , respectively.
24134 \end_layout
24135
24136 \begin_layout Standard
24137 Relations are, in contrary to symbols, always surrounded by space.
24138 \end_layout
24139
24140 \begin_layout Standard
24141 Relations with labels can be created with the command 
24142 \series bold
24143
24144 \backslash
24145 stackrel
24146 \series default
24147
24148 \begin_inset Index
24149 status collapsed
24150
24151 \begin_layout Plain Layout
24152 Commands ! S ! 
24153 \backslash
24154 stackrel
24155 \end_layout
24156
24157 \end_inset
24158
24159 :
24160 \end_layout
24161
24162 \begin_layout Standard
24163 \align center
24164 \begin_inset Tabular
24165 <lyxtabular version="3" rows="2" columns="2">
24166 <features>
24167 <column alignment="center" valignment="top" width="0">
24168 <column alignment="center" valignment="top" width="0">
24169 <row>
24170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24171 \begin_inset Text
24172
24173 \begin_layout Plain Layout
24174 Command
24175 \end_layout
24176
24177 \end_inset
24178 </cell>
24179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24180 \begin_inset Text
24181
24182 \begin_layout Plain Layout
24183 Result
24184 \begin_inset Note Note
24185 status collapsed
24186
24187 \begin_layout Plain Layout
24188
24189 \series bold
24190
24191 \backslash
24192 raisebox
24193 \series default
24194  is only used as spacer.
24195 \end_layout
24196
24197 \end_inset
24198
24199
24200 \end_layout
24201
24202 \end_inset
24203 </cell>
24204 </row>
24205 <row>
24206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24207 \begin_inset Text
24208
24209 \begin_layout Plain Layout
24210 A(r)
24211 \backslash
24212 stackrel
24213 \begin_inset ERT
24214 status collapsed
24215
24216 \begin_layout Plain Layout
24217
24218
24219 \backslash
24220 spce 
24221 \end_layout
24222
24223 \end_inset
24224
24225 r
24226 \backslash
24227 to
24228 \backslash
24229 infty
24230 \begin_inset ERT
24231 status collapsed
24232
24233 \begin_layout Plain Layout
24234
24235
24236 \backslash
24237 spce 
24238 \end_layout
24239
24240 \end_inset
24241
24242
24243 \begin_inset Formula $\downarrow$
24244 \end_inset
24245
24246
24247 \backslash
24248 approx
24249 \begin_inset ERT
24250 status collapsed
24251
24252 \begin_layout Plain Layout
24253
24254
24255 \backslash
24256 spce 
24257 \end_layout
24258
24259 \end_inset
24260
24261
24262 \begin_inset ERT
24263 status collapsed
24264
24265 \begin_layout Plain Layout
24266
24267
24268 \backslash
24269 spce 
24270 \end_layout
24271
24272 \end_inset
24273
24274 B
24275 \end_layout
24276
24277 \end_inset
24278 </cell>
24279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24280 \begin_inset Text
24281
24282 \begin_layout Plain Layout
24283 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24284 \end_inset
24285
24286
24287 \end_layout
24288
24289 \end_inset
24290 </cell>
24291 </row>
24292 </lyxtabular>
24293
24294 \end_inset
24295
24296
24297 \end_layout
24298
24299 \begin_layout Section
24300 Functions
24301 \end_layout
24302
24303 \begin_layout Subsection
24304 Predefined Functions
24305 \begin_inset CommandInset label
24306 LatexCommand label
24307 name "sub:Predefined-Functions"
24308
24309 \end_inset
24310
24311
24312 \begin_inset Index
24313 status collapsed
24314
24315 \begin_layout Plain Layout
24316 Functions ! predefined
24317 \end_layout
24318
24319 \end_inset
24320
24321
24322 \end_layout
24323
24324 \begin_layout Standard
24325 In general, variables are set 
24326 \emph on
24327 italic
24328 \emph default
24329  in mathematical expressions, but not function names, because 
24330 \begin_inset Formula $sin$
24331 \end_inset
24332
24333  could be misunderstood as 
24334 \begin_inset Formula $s\cdot i\cdot n$
24335 \end_inset
24336
24337 .
24338  Therefore there are predefined functions, that are additionally a bit separated
24339  from prefactors.
24340  They are inserted as commands starting with a backslash before their name.
24341 \end_layout
24342
24343 \begin_layout Standard
24344 \align center
24345 \begin_inset Tabular
24346 <lyxtabular version="3" rows="2" columns="4">
24347 <features>
24348 <column alignment="center" valignment="top" width="0pt">
24349 <column alignment="center" valignment="top" width="0pt">
24350 <column alignment="center" valignment="top" width="0pt">
24351 <column alignment="center" valignment="top" width="0pt">
24352 <row>
24353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24354 \begin_inset Text
24355
24356 \begin_layout Plain Layout
24357 Command
24358 \end_layout
24359
24360 \end_inset
24361 </cell>
24362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24363 \begin_inset Text
24364
24365 \begin_layout Plain Layout
24366 Result
24367 \end_layout
24368
24369 \end_inset
24370 </cell>
24371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24372 \begin_inset Text
24373
24374 \begin_layout Plain Layout
24375 Command
24376 \end_layout
24377
24378 \end_inset
24379 </cell>
24380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24381 \begin_inset Text
24382
24383 \begin_layout Plain Layout
24384 Result
24385 \end_layout
24386
24387 \end_inset
24388 </cell>
24389 </row>
24390 <row>
24391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24392 \begin_inset Text
24393
24394 \begin_layout Plain Layout
24395 Asin(x)+B
24396 \end_layout
24397
24398 \end_inset
24399 </cell>
24400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24401 \begin_inset Text
24402
24403 \begin_layout Plain Layout
24404 \begin_inset Formula $Asin(x)+B$
24405 \end_inset
24406
24407
24408 \end_layout
24409
24410 \end_inset
24411 </cell>
24412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24413 \begin_inset Text
24414
24415 \begin_layout Plain Layout
24416 A
24417 \backslash
24418 sin(x)+B
24419 \end_layout
24420
24421 \end_inset
24422 </cell>
24423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24424 \begin_inset Text
24425
24426 \begin_layout Plain Layout
24427 \begin_inset Formula $A\sin(x)+B$
24428 \end_inset
24429
24430
24431 \end_layout
24432
24433 \end_inset
24434 </cell>
24435 </row>
24436 </lyxtabular>
24437
24438 \end_inset
24439
24440
24441 \end_layout
24442
24443 \begin_layout Standard
24444 The following functions are predefined:
24445 \end_layout
24446
24447 \begin_layout Standard
24448 \begin_inset VSpace -2mm
24449 \end_inset
24450
24451
24452 \end_layout
24453
24454 \begin_layout Standard
24455 \align center
24456 \begin_inset Tabular
24457 <lyxtabular version="3" rows="9" columns="4">
24458 <features>
24459 <column alignment="center" valignment="top" width="0pt">
24460 <column alignment="center" valignment="top" width="0pt">
24461 <column alignment="center" valignment="top" width="0pt">
24462 <column alignment="center" valignment="top" width="0pt">
24463 <row>
24464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24465 \begin_inset Text
24466
24467 \begin_layout Plain Layout
24468 Command
24469 \end_layout
24470
24471 \end_inset
24472 </cell>
24473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24474 \begin_inset Text
24475
24476 \begin_layout Plain Layout
24477 Command
24478 \end_layout
24479
24480 \end_inset
24481 </cell>
24482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24483 \begin_inset Text
24484
24485 \begin_layout Plain Layout
24486 Command
24487 \end_layout
24488
24489 \end_inset
24490 </cell>
24491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24492 \begin_inset Text
24493
24494 \begin_layout Plain Layout
24495 Command
24496 \end_layout
24497
24498 \end_inset
24499 </cell>
24500 </row>
24501 <row>
24502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24503 \begin_inset Text
24504
24505 \begin_layout Plain Layout
24506
24507 \backslash
24508 sin
24509 \end_layout
24510
24511 \end_inset
24512 </cell>
24513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24514 \begin_inset Text
24515
24516 \begin_layout Plain Layout
24517
24518 \backslash
24519 sinh
24520 \end_layout
24521
24522 \end_inset
24523 </cell>
24524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24525 \begin_inset Text
24526
24527 \begin_layout Plain Layout
24528
24529 \backslash
24530 arcsin
24531 \end_layout
24532
24533 \end_inset
24534 </cell>
24535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24536 \begin_inset Text
24537
24538 \begin_layout Plain Layout
24539
24540 \backslash
24541 sup
24542 \end_layout
24543
24544 \end_inset
24545 </cell>
24546 </row>
24547 <row>
24548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24549 \begin_inset Text
24550
24551 \begin_layout Plain Layout
24552
24553 \backslash
24554 cos
24555 \end_layout
24556
24557 \end_inset
24558 </cell>
24559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24560 \begin_inset Text
24561
24562 \begin_layout Plain Layout
24563
24564 \backslash
24565 cosh
24566 \end_layout
24567
24568 \end_inset
24569 </cell>
24570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24571 \begin_inset Text
24572
24573 \begin_layout Plain Layout
24574
24575 \backslash
24576 arccos
24577 \end_layout
24578
24579 \end_inset
24580 </cell>
24581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24582 \begin_inset Text
24583
24584 \begin_layout Plain Layout
24585
24586 \backslash
24587 inf
24588 \end_layout
24589
24590 \end_inset
24591 </cell>
24592 </row>
24593 <row>
24594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24595 \begin_inset Text
24596
24597 \begin_layout Plain Layout
24598
24599 \backslash
24600 tan
24601 \end_layout
24602
24603 \end_inset
24604 </cell>
24605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24606 \begin_inset Text
24607
24608 \begin_layout Plain Layout
24609
24610 \backslash
24611 tanh
24612 \end_layout
24613
24614 \end_inset
24615 </cell>
24616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24617 \begin_inset Text
24618
24619 \begin_layout Plain Layout
24620
24621 \backslash
24622 arctan
24623 \end_layout
24624
24625 \end_inset
24626 </cell>
24627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24628 \begin_inset Text
24629
24630 \begin_layout Plain Layout
24631
24632 \backslash
24633 lim
24634 \end_layout
24635
24636 \end_inset
24637 </cell>
24638 </row>
24639 <row>
24640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24641 \begin_inset Text
24642
24643 \begin_layout Plain Layout
24644
24645 \backslash
24646 cot
24647 \end_layout
24648
24649 \end_inset
24650 </cell>
24651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24652 \begin_inset Text
24653
24654 \begin_layout Plain Layout
24655
24656 \backslash
24657 coth
24658 \end_layout
24659
24660 \end_inset
24661 </cell>
24662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24663 \begin_inset Text
24664
24665 \begin_layout Plain Layout
24666
24667 \backslash
24668 arg
24669 \end_layout
24670
24671 \end_inset
24672 </cell>
24673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24674 \begin_inset Text
24675
24676 \begin_layout Plain Layout
24677
24678 \backslash
24679 liminf
24680 \end_layout
24681
24682 \end_inset
24683 </cell>
24684 </row>
24685 <row>
24686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24687 \begin_inset Text
24688
24689 \begin_layout Plain Layout
24690
24691 \backslash
24692 sec
24693 \end_layout
24694
24695 \end_inset
24696 </cell>
24697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24698 \begin_inset Text
24699
24700 \begin_layout Plain Layout
24701
24702 \backslash
24703 min
24704 \end_layout
24705
24706 \end_inset
24707 </cell>
24708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24709 \begin_inset Text
24710
24711 \begin_layout Plain Layout
24712
24713 \backslash
24714 deg
24715 \end_layout
24716
24717 \end_inset
24718 </cell>
24719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24720 \begin_inset Text
24721
24722 \begin_layout Plain Layout
24723
24724 \backslash
24725 limsup
24726 \end_layout
24727
24728 \end_inset
24729 </cell>
24730 </row>
24731 <row>
24732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24733 \begin_inset Text
24734
24735 \begin_layout Plain Layout
24736
24737 \backslash
24738 csc
24739 \end_layout
24740
24741 \end_inset
24742 </cell>
24743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24744 \begin_inset Text
24745
24746 \begin_layout Plain Layout
24747
24748 \backslash
24749 max
24750 \end_layout
24751
24752 \end_inset
24753 </cell>
24754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24755 \begin_inset Text
24756
24757 \begin_layout Plain Layout
24758
24759 \backslash
24760 det
24761 \end_layout
24762
24763 \end_inset
24764 </cell>
24765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24766 \begin_inset Text
24767
24768 \begin_layout Plain Layout
24769
24770 \backslash
24771 Pr
24772 \end_layout
24773
24774 \end_inset
24775 </cell>
24776 </row>
24777 <row>
24778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24779 \begin_inset Text
24780
24781 \begin_layout Plain Layout
24782
24783 \backslash
24784 ln
24785 \end_layout
24786
24787 \end_inset
24788 </cell>
24789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24790 \begin_inset Text
24791
24792 \begin_layout Plain Layout
24793
24794 \backslash
24795 exp
24796 \end_layout
24797
24798 \end_inset
24799 </cell>
24800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24801 \begin_inset Text
24802
24803 \begin_layout Plain Layout
24804
24805 \backslash
24806 dim
24807 \end_layout
24808
24809 \end_inset
24810 </cell>
24811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24812 \begin_inset Text
24813
24814 \begin_layout Plain Layout
24815
24816 \backslash
24817 hom
24818 \end_layout
24819
24820 \end_inset
24821 </cell>
24822 </row>
24823 <row>
24824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24825 \begin_inset Text
24826
24827 \begin_layout Plain Layout
24828
24829 \backslash
24830 lg
24831 \end_layout
24832
24833 \end_inset
24834 </cell>
24835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24836 \begin_inset Text
24837
24838 \begin_layout Plain Layout
24839
24840 \backslash
24841 log
24842 \end_layout
24843
24844 \end_inset
24845 </cell>
24846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24847 \begin_inset Text
24848
24849 \begin_layout Plain Layout
24850
24851 \backslash
24852 ker
24853 \end_layout
24854
24855 \end_inset
24856 </cell>
24857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24858 \begin_inset Text
24859
24860 \begin_layout Plain Layout
24861
24862 \backslash
24863 gcd
24864 \end_layout
24865
24866 \end_inset
24867 </cell>
24868 </row>
24869 </lyxtabular>
24870
24871 \end_inset
24872
24873
24874 \end_layout
24875
24876 \begin_layout Standard
24877 They can also be inserted with the math toolbar button 
24878 \begin_inset Graphics
24879         filename ../images/math/functions.png
24880         scale 85
24881
24882 \end_inset
24883
24884 .
24885 \end_layout
24886
24887 \begin_layout Subsection
24888 Self-defined Functions
24889 \begin_inset Index
24890 status collapsed
24891
24892 \begin_layout Plain Layout
24893 Functions ! self-defined
24894 \end_layout
24895
24896 \end_inset
24897
24898
24899 \end_layout
24900
24901 \begin_layout Standard
24902 To use a function that is not predefined, like for example the sign function
24903  sgn(x), there are two possibilities:
24904 \end_layout
24905
24906 \begin_layout Itemize
24907 Define the function by inserting the following line to the LaTeX-preamble
24908 \begin_inset Foot
24909 status collapsed
24910
24911 \begin_layout Plain Layout
24912 For more about 
24913 \series bold
24914
24915 \backslash
24916 DeclareMathOperator
24917 \series default
24918  see 
24919 \begin_inset CommandInset ref
24920 LatexCommand ref
24921 reference "sub:Self-defined-Operators"
24922
24923 \end_inset
24924
24925 .
24926 \end_layout
24927
24928 \end_inset
24929
24930
24931 \begin_inset Newline newline
24932 \end_inset
24933
24934
24935 \begin_inset VSpace -3mm
24936 \end_inset
24937
24938
24939 \begin_inset Newline newline
24940 \end_inset
24941
24942
24943 \series bold
24944
24945 \backslash
24946 DeclareMathOperator{
24947 \backslash
24948 sgn}{sgn}
24949 \series default
24950
24951 \begin_inset Index
24952 status collapsed
24953
24954 \begin_layout Plain Layout
24955 Commands ! D ! 
24956 \backslash
24957 dbinom@
24958 \backslash
24959 DeclareMathOperator
24960 \end_layout
24961
24962 \end_inset
24963
24964
24965 \begin_inset Newline newline
24966 \end_inset
24967
24968
24969 \begin_inset VSpace -2mm
24970 \end_inset
24971
24972
24973 \begin_inset Newline newline
24974 \end_inset
24975
24976 Now the new defined function can be called with the command 
24977 \series bold
24978
24979 \backslash
24980 sgn
24981 \series default
24982 .
24983 \end_layout
24984
24985 \begin_layout Itemize
24986 Write the the formula as usual, mark the formula name, in our example the
24987  letters 
24988 \emph on
24989 sgn
24990 \emph default
24991 , and change it to mathematical text.
24992  At last a space is inserted between prefactor and function.
24993 \end_layout
24994
24995 \begin_layout Standard
24996 The result is the same with both methods as with a predefined function
24997 \begin_inset Foot
24998 status collapsed
24999
25000 \begin_layout Plain Layout
25001 In LyX self-defined functions are displayed red, predefined ones black.
25002 \end_layout
25003
25004 \end_inset
25005
25006 :
25007 \end_layout
25008
25009 \begin_layout Standard
25010 \align center
25011 \begin_inset Tabular
25012 <lyxtabular version="3" rows="3" columns="2">
25013 <features>
25014 <column alignment="center" valignment="top" width="0pt">
25015 <column alignment="center" valignment="top" width="0pt">
25016 <row>
25017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25018 \begin_inset Text
25019
25020 \begin_layout Plain Layout
25021 Command
25022 \end_layout
25023
25024 \end_inset
25025 </cell>
25026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25027 \begin_inset Text
25028
25029 \begin_layout Plain Layout
25030 Result
25031 \end_layout
25032
25033 \end_inset
25034 </cell>
25035 </row>
25036 <row>
25037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25038 \begin_inset Text
25039
25040 \begin_layout Plain Layout
25041 A
25042 \backslash
25043 sgn(x)+B
25044 \end_layout
25045
25046 \end_inset
25047 </cell>
25048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25049 \begin_inset Text
25050
25051 \begin_layout Plain Layout
25052 \begin_inset Formula $A\sgn(x)+B$
25053 \end_inset
25054
25055
25056 \end_layout
25057
25058 \end_inset
25059 </cell>
25060 </row>
25061 <row>
25062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25063 \begin_inset Text
25064
25065 \begin_layout Plain Layout
25066 A
25067 \backslash
25068 ,
25069 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25070 \end_inset
25071
25072 (x)+B
25073 \end_layout
25074
25075 \end_inset
25076 </cell>
25077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25078 \begin_inset Text
25079
25080 \begin_layout Plain Layout
25081 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25082 \end_inset
25083
25084
25085 \end_layout
25086
25087 \end_inset
25088 </cell>
25089 </row>
25090 </lyxtabular>
25091
25092 \end_inset
25093
25094
25095 \end_layout
25096
25097 \begin_layout Standard
25098 The first method is more suitable when the self-defined function should
25099  be used several times.
25100 \end_layout
25101
25102 \begin_layout Subsection
25103 Limits
25104 \begin_inset Index
25105 status collapsed
25106
25107 \begin_layout Plain Layout
25108 Limits
25109 \end_layout
25110
25111 \end_inset
25112
25113
25114 \end_layout
25115
25116 \begin_layout Standard
25117 For limits there are defined besides 
25118 \series bold
25119
25120 \backslash
25121 lim
25122 \series default
25123
25124 \begin_inset Index
25125 status collapsed
25126
25127 \begin_layout Plain Layout
25128 Commands ! L ! 
25129 \backslash
25130 lim
25131 \end_layout
25132
25133 \end_inset
25134
25135
25136 \series bold
25137
25138 \backslash
25139 liminf
25140 \series default
25141  and 
25142 \series bold
25143
25144 \backslash
25145 limsup
25146 \series default
25147  furthermore the following functions:
25148 \end_layout
25149
25150 \begin_layout Standard
25151 \align center
25152 \begin_inset Tabular
25153 <lyxtabular version="3" rows="5" columns="2">
25154 <features>
25155 <column alignment="center" valignment="top" width="0">
25156 <column alignment="center" valignment="top" width="0">
25157 <row>
25158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25159 \begin_inset Text
25160
25161 \begin_layout Plain Layout
25162 Command
25163 \end_layout
25164
25165 \end_inset
25166 </cell>
25167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25168 \begin_inset Text
25169
25170 \begin_layout Plain Layout
25171 Result
25172 \begin_inset Note Note
25173 status collapsed
25174
25175 \begin_layout Plain Layout
25176
25177 \series bold
25178
25179 \backslash
25180 raisebox
25181 \series default
25182  is only used as spacer.
25183 \end_layout
25184
25185 \end_inset
25186
25187
25188 \end_layout
25189
25190 \end_inset
25191 </cell>
25192 </row>
25193 <row>
25194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25195 \begin_inset Text
25196
25197 \begin_layout Plain Layout
25198
25199 \backslash
25200 varliminf
25201 \end_layout
25202
25203 \end_inset
25204 </cell>
25205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25206 \begin_inset Text
25207
25208 \begin_layout Plain Layout
25209 \begin_inset Formula $\varliminf$
25210 \end_inset
25211
25212
25213 \end_layout
25214
25215 \end_inset
25216 </cell>
25217 </row>
25218 <row>
25219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25220 \begin_inset Text
25221
25222 \begin_layout Plain Layout
25223
25224 \backslash
25225 varlimsup
25226 \end_layout
25227
25228 \end_inset
25229 </cell>
25230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25231 \begin_inset Text
25232
25233 \begin_layout Plain Layout
25234 \begin_inset Formula $\varlimsup$
25235 \end_inset
25236
25237
25238 \end_layout
25239
25240 \end_inset
25241 </cell>
25242 </row>
25243 <row>
25244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25245 \begin_inset Text
25246
25247 \begin_layout Plain Layout
25248
25249 \backslash
25250 varprojlim
25251 \end_layout
25252
25253 \end_inset
25254 </cell>
25255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25256 \begin_inset Text
25257
25258 \begin_layout Plain Layout
25259 \begin_inset Formula $\varprojlim$
25260 \end_inset
25261
25262
25263 \end_layout
25264
25265 \end_inset
25266 </cell>
25267 </row>
25268 <row>
25269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25270 \begin_inset Text
25271
25272 \begin_layout Plain Layout
25273
25274 \backslash
25275 varinjlim
25276 \end_layout
25277
25278 \end_inset
25279 </cell>
25280 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25281 \begin_inset Text
25282
25283 \begin_layout Plain Layout
25284 \begin_inset Formula $\varinjlim$
25285 \end_inset
25286
25287
25288 \begin_inset Formula $\raisebox{-2.5mm}{}$
25289 \end_inset
25290
25291
25292 \end_layout
25293
25294 \end_inset
25295 </cell>
25296 </row>
25297 </lyxtabular>
25298
25299 \end_inset
25300
25301
25302 \end_layout
25303
25304 \begin_layout Standard
25305 \begin_inset VSpace medskip
25306 \end_inset
25307
25308 The limit is created by inserting a subscript.
25309  It is set right beside the function in an inline formula:
25310 \end_layout
25311
25312 \begin_layout Standard
25313 \align center
25314 \begin_inset Tabular
25315 <lyxtabular version="3" rows="2" columns="2">
25316 <features>
25317 <column alignment="center" valignment="top" width="0pt">
25318 <column alignment="center" valignment="top" width="0pt">
25319 <row>
25320 <cell alignment="center" valignment="top" usebox="none">
25321 \begin_inset Text
25322
25323 \begin_layout Plain Layout
25324 Command
25325 \end_layout
25326
25327 \end_inset
25328 </cell>
25329 <cell alignment="center" valignment="top" usebox="none">
25330 \begin_inset Text
25331
25332 \begin_layout Plain Layout
25333 \begin_inset space \hspace{}
25334 \length 1cm
25335 \end_inset
25336
25337 Result
25338 \begin_inset Note Note
25339 status collapsed
25340
25341 \begin_layout Plain Layout
25342 The space and
25343 \series bold
25344  
25345 \backslash
25346 raisebox
25347 \series default
25348  are used here as spacer.
25349 \end_layout
25350
25351 \end_inset
25352
25353
25354 \end_layout
25355
25356 \end_inset
25357 </cell>
25358 </row>
25359 <row>
25360 <cell alignment="center" valignment="top" usebox="none">
25361 \begin_inset Text
25362
25363 \begin_layout Plain Layout
25364
25365 \backslash
25366 lim_x
25367 \backslash
25368 to
25369 \begin_inset ERT
25370 status collapsed
25371
25372 \begin_layout Plain Layout
25373
25374
25375 \backslash
25376 spce 
25377 \end_layout
25378
25379 \end_inset
25380
25381 A
25382 \begin_inset ERT
25383 status collapsed
25384
25385 \begin_layout Plain Layout
25386
25387
25388 \backslash
25389 spce 
25390 \end_layout
25391
25392 \end_inset
25393
25394 x=B
25395 \end_layout
25396
25397 \end_inset
25398 </cell>
25399 <cell alignment="center" valignment="top" usebox="none">
25400 \begin_inset Text
25401
25402 \begin_layout Plain Layout
25403 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25404 \end_inset
25405
25406
25407 \end_layout
25408
25409 \end_inset
25410 </cell>
25411 </row>
25412 </lyxtabular>
25413
25414 \end_inset
25415
25416
25417 \end_layout
25418
25419 \begin_layout Standard
25420 In a displayed formula the limit is set below the formula, as usual:
25421 \begin_inset Formula \[
25422 \lim_{x\to A}x=B\]
25423
25424 \end_inset
25425
25426
25427 \end_layout
25428
25429 \begin_layout Subsection
25430 Modulo-Functions
25431 \begin_inset Index
25432 status collapsed
25433
25434 \begin_layout Plain Layout
25435 Functions ! modulo-
25436 \end_layout
25437
25438 \end_inset
25439
25440
25441 \end_layout
25442
25443 \begin_layout Standard
25444 The modulo-function is special, because it exists in four variants.
25445 \end_layout
25446
25447 \begin_layout Standard
25448 The variants in a displayed formula:
25449 \begin_inset Formula \begin{align*}
25450 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25451 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25452 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25453 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25454 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25455
25456 \end_inset
25457
25458
25459 \end_layout
25460
25461 \begin_layout Standard
25462 In an inline formula less space is set before the function names for all
25463  variants.
25464 \end_layout
25465
25466 \begin_layout Standard
25467 \begin_inset Newpage newpage
25468 \end_inset
25469
25470
25471 \end_layout
25472
25473 \begin_layout Section
25474 Special Characters
25475 \begin_inset Index
25476 status collapsed
25477
25478 \begin_layout Plain Layout
25479 Special characters
25480 \end_layout
25481
25482 \end_inset
25483
25484
25485 \end_layout
25486
25487 \begin_layout Subsection
25488 Special Characters in Mathematical Text
25489 \end_layout
25490
25491 \begin_layout Standard
25492 The following commands can only be used in mathematical text or in TeX-mode:
25493 \end_layout
25494
25495 \begin_layout Standard
25496 \begin_inset space \hfill{}
25497 \end_inset
25498
25499
25500 \begin_inset Tabular
25501 <lyxtabular version="3" rows="8" columns="2">
25502 <features>
25503 <column alignment="block" valignment="top" width="0">
25504 <column alignment="block" valignment="top" width="0">
25505 <row>
25506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25507 \begin_inset Text
25508
25509 \begin_layout Plain Layout
25510 Command
25511 \end_layout
25512
25513 \end_inset
25514 </cell>
25515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25516 \begin_inset Text
25517
25518 \begin_layout Plain Layout
25519 Result
25520 \end_layout
25521
25522 \end_inset
25523 </cell>
25524 </row>
25525 <row>
25526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25527 \begin_inset Text
25528
25529 \begin_layout Plain Layout
25530
25531 \backslash
25532 oe
25533 \end_layout
25534
25535 \end_inset
25536 </cell>
25537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25538 \begin_inset Text
25539
25540 \begin_layout Plain Layout
25541 \begin_inset Formula $\textrm{œ}$
25542 \end_inset
25543
25544
25545 \end_layout
25546
25547 \end_inset
25548 </cell>
25549 </row>
25550 <row>
25551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25552 \begin_inset Text
25553
25554 \begin_layout Plain Layout
25555
25556 \backslash
25557 OE
25558 \end_layout
25559
25560 \end_inset
25561 </cell>
25562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25563 \begin_inset Text
25564
25565 \begin_layout Plain Layout
25566 \begin_inset Formula $\textrm{Œ}$
25567 \end_inset
25568
25569
25570 \end_layout
25571
25572 \end_inset
25573 </cell>
25574 </row>
25575 <row>
25576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25577 \begin_inset Text
25578
25579 \begin_layout Plain Layout
25580
25581 \backslash
25582 ae
25583 \end_layout
25584
25585 \end_inset
25586 </cell>
25587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25588 \begin_inset Text
25589
25590 \begin_layout Plain Layout
25591 \begin_inset Formula $\textrm{æ}$
25592 \end_inset
25593
25594
25595 \end_layout
25596
25597 \end_inset
25598 </cell>
25599 </row>
25600 <row>
25601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25602 \begin_inset Text
25603
25604 \begin_layout Plain Layout
25605
25606 \backslash
25607 AE
25608 \end_layout
25609
25610 \end_inset
25611 </cell>
25612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25613 \begin_inset Text
25614
25615 \begin_layout Plain Layout
25616 \begin_inset Formula $\textrm{Æ}$
25617 \end_inset
25618
25619
25620 \end_layout
25621
25622 \end_inset
25623 </cell>
25624 </row>
25625 <row>
25626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25627 \begin_inset Text
25628
25629 \begin_layout Plain Layout
25630
25631 \backslash
25632 aa
25633 \end_layout
25634
25635 \end_inset
25636 </cell>
25637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25638 \begin_inset Text
25639
25640 \begin_layout Plain Layout
25641 \begin_inset Formula $\textrm{\aa}$
25642 \end_inset
25643
25644
25645 \end_layout
25646
25647 \end_inset
25648 </cell>
25649 </row>
25650 <row>
25651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25652 \begin_inset Text
25653
25654 \begin_layout Plain Layout
25655
25656 \backslash
25657 AA
25658 \begin_inset Index
25659 status collapsed
25660
25661 \begin_layout Plain Layout
25662
25663 \backslash
25664 @
25665 \begin_inset ERT
25666 status collapsed
25667
25668 \begin_layout Plain Layout
25669
25670
25671 \backslash
25672 textrm{
25673 \backslash
25674 AA}
25675 \end_layout
25676
25677 \end_inset
25678
25679
25680 \end_layout
25681
25682 \end_inset
25683
25684
25685 \end_layout
25686
25687 \end_inset
25688 </cell>
25689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25690 \begin_inset Text
25691
25692 \begin_layout Plain Layout
25693 \begin_inset Formula $\textrm{Å}$
25694 \end_inset
25695
25696
25697 \end_layout
25698
25699 \end_inset
25700 </cell>
25701 </row>
25702 <row>
25703 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25704 \begin_inset Text
25705
25706 \begin_layout Plain Layout
25707
25708 \backslash
25709 i
25710 \end_layout
25711
25712 \end_inset
25713 </cell>
25714 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25715 \begin_inset Text
25716
25717 \begin_layout Plain Layout
25718 \begin_inset Formula $\textrm{ı}$
25719 \end_inset
25720
25721
25722 \end_layout
25723
25724 \end_inset
25725 </cell>
25726 </row>
25727 </lyxtabular>
25728
25729 \end_inset
25730
25731
25732 \begin_inset space \hfill{}
25733 \end_inset
25734
25735
25736 \begin_inset Tabular
25737 <lyxtabular version="3" rows="8" columns="2">
25738 <features>
25739 <column alignment="block" valignment="top" width="0">
25740 <column alignment="center" valignment="top" width="0">
25741 <row>
25742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25743 \begin_inset Text
25744
25745 \begin_layout Plain Layout
25746 command
25747 \begin_inset Note Note
25748 status collapsed
25749
25750 \begin_layout Plain Layout
25751 The space of 0
25752 \begin_inset space \thinspace{}
25753 \end_inset
25754
25755 mm is used for separation, because otherwise the output will be ¡ and ¿
25756  respectively.
25757 \end_layout
25758
25759 \end_inset
25760
25761
25762 \end_layout
25763
25764 \end_inset
25765 </cell>
25766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25767 \begin_inset Text
25768
25769 \begin_layout Plain Layout
25770 Result
25771 \end_layout
25772
25773 \end_inset
25774 </cell>
25775 </row>
25776 <row>
25777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25778 \begin_inset Text
25779
25780 \begin_layout Plain Layout
25781
25782 \backslash
25783 o
25784 \end_layout
25785
25786 \end_inset
25787 </cell>
25788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25789 \begin_inset Text
25790
25791 \begin_layout Plain Layout
25792 \begin_inset Formula $\textrm{ø}$
25793 \end_inset
25794
25795
25796 \end_layout
25797
25798 \end_inset
25799 </cell>
25800 </row>
25801 <row>
25802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25803 \begin_inset Text
25804
25805 \begin_layout Plain Layout
25806
25807 \backslash
25808 O
25809 \end_layout
25810
25811 \end_inset
25812 </cell>
25813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25814 \begin_inset Text
25815
25816 \begin_layout Plain Layout
25817 \begin_inset Formula $\textrm{Ø}$
25818 \end_inset
25819
25820
25821 \end_layout
25822
25823 \end_inset
25824 </cell>
25825 </row>
25826 <row>
25827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25828 \begin_inset Text
25829
25830 \begin_layout Plain Layout
25831
25832 \backslash
25833 l
25834 \end_layout
25835
25836 \end_inset
25837 </cell>
25838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25839 \begin_inset Text
25840
25841 \begin_layout Plain Layout
25842 \begin_inset Formula $\textrm{ł}$
25843 \end_inset
25844
25845
25846 \end_layout
25847
25848 \end_inset
25849 </cell>
25850 </row>
25851 <row>
25852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25853 \begin_inset Text
25854
25855 \begin_layout Plain Layout
25856
25857 \backslash
25858 L
25859 \end_layout
25860
25861 \end_inset
25862 </cell>
25863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25864 \begin_inset Text
25865
25866 \begin_layout Plain Layout
25867 \begin_inset Formula $\textrm{Ł}$
25868 \end_inset
25869
25870
25871 \end_layout
25872
25873 \end_inset
25874 </cell>
25875 </row>
25876 <row>
25877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25878 \begin_inset Text
25879
25880 \begin_layout Plain Layout
25881 !
25882 \begin_inset space \hspace{}
25883 \length 0mm
25884 \end_inset
25885
25886 `
25887 \begin_inset ERT
25888 status collapsed
25889
25890 \begin_layout Plain Layout
25891
25892
25893 \backslash
25894 spce 
25895 \end_layout
25896
25897 \end_inset
25898
25899
25900 \end_layout
25901
25902 \end_inset
25903 </cell>
25904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25905 \begin_inset Text
25906
25907 \begin_layout Plain Layout
25908 \begin_inset Formula $\textrm{!`}$
25909 \end_inset
25910
25911
25912 \end_layout
25913
25914 \end_inset
25915 </cell>
25916 </row>
25917 <row>
25918 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25919 \begin_inset Text
25920
25921 \begin_layout Plain Layout
25922 ?
25923 \begin_inset space \hspace{}
25924 \length 0mm
25925 \end_inset
25926
25927 `
25928 \begin_inset ERT
25929 status collapsed
25930
25931 \begin_layout Plain Layout
25932
25933
25934 \backslash
25935 spce 
25936 \end_layout
25937
25938 \end_inset
25939
25940
25941 \end_layout
25942
25943 \end_inset
25944 </cell>
25945 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25946 \begin_inset Text
25947
25948 \begin_layout Plain Layout
25949 \begin_inset Formula $\textrm{?`}$
25950 \end_inset
25951
25952
25953 \end_layout
25954
25955 \end_inset
25956 </cell>
25957 </row>
25958 <row>
25959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25960 \begin_inset Text
25961
25962 \begin_layout Plain Layout
25963
25964 \backslash
25965 j
25966 \end_layout
25967
25968 \end_inset
25969 </cell>
25970 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25971 \begin_inset Text
25972
25973 \begin_layout Plain Layout
25974 \begin_inset Formula $\textrm{ȷ}$
25975 \end_inset
25976
25977
25978 \end_layout
25979
25980 \end_inset
25981 </cell>
25982 </row>
25983 </lyxtabular>
25984
25985 \end_inset
25986
25987
25988 \begin_inset space \hfill{}
25989 \end_inset
25990
25991
25992 \end_layout
25993
25994 \begin_layout Standard
25995 The characters 
25996 \begin_inset Formula $\textrm{\textrm{Å}}$
25997 \end_inset
25998
25999  and 
26000 \begin_inset Formula $\textrm{\textrm{Ø}}$
26001 \end_inset
26002
26003  can also be inserted via the math toolbar button 
26004 \begin_inset Graphics
26005         filename ../images/math/digamma.png
26006         scale 85
26007
26008 \end_inset
26009
26010 .
26011 \end_layout
26012
26013 \begin_layout Standard
26014 An exception are the commands 
26015 \series bold
26016 !
26017 \begin_inset space \hspace{}
26018 \length 0mm
26019 \end_inset
26020
26021 `
26022 \series default
26023  and 
26024 \series bold
26025 ?
26026 \begin_inset space \hspace{}
26027 \length 0mm
26028 \end_inset
26029
26030 `
26031 \series default
26032 , because they can be inserted in LyX directly to text.
26033 \end_layout
26034
26035 \begin_layout Subsection
26036 Accents in Text
26037 \begin_inset CommandInset label
26038 LatexCommand label
26039 name "sub:Accents-in-Text"
26040
26041 \end_inset
26042
26043
26044 \begin_inset Index
26045 status collapsed
26046
26047 \begin_layout Plain Layout
26048 Accents ! in text
26049 \end_layout
26050
26051 \end_inset
26052
26053
26054 \end_layout
26055
26056 \begin_layout Standard
26057 With the following commands all letters can be accented.
26058  The commands must be inserted in TeX-mode.
26059 \end_layout
26060
26061 \begin_layout Standard
26062 \begin_inset space \hfill{}
26063 \end_inset
26064
26065
26066 \begin_inset Tabular
26067 <lyxtabular version="3" rows="8" columns="2">
26068 <features>
26069 <column alignment="block" valignment="top" width="0">
26070 <column alignment="block" valignment="top" width="0">
26071 <row>
26072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26073 \begin_inset Text
26074
26075 \begin_layout Plain Layout
26076 Command
26077 \end_layout
26078
26079 \end_inset
26080 </cell>
26081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26082 \begin_inset Text
26083
26084 \begin_layout Plain Layout
26085 Result
26086 \end_layout
26087
26088 \end_inset
26089 </cell>
26090 </row>
26091 <row>
26092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26093 \begin_inset Text
26094
26095 \begin_layout Plain Layout
26096
26097 \backslash
26098
26099 \begin_inset Quotes grd
26100 \end_inset
26101
26102 e
26103 \end_layout
26104
26105 \end_inset
26106 </cell>
26107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26108 \begin_inset Text
26109
26110 \begin_layout Plain Layout
26111 \begin_inset ERT
26112 status collapsed
26113
26114 \begin_layout Plain Layout
26115
26116
26117 \backslash
26118 "e
26119 \end_layout
26120
26121 \end_inset
26122
26123
26124 \end_layout
26125
26126 \end_inset
26127 </cell>
26128 </row>
26129 <row>
26130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26131 \begin_inset Text
26132
26133 \begin_layout Plain Layout
26134
26135 \backslash
26136 `e
26137 \end_layout
26138
26139 \end_inset
26140 </cell>
26141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26142 \begin_inset Text
26143
26144 \begin_layout Plain Layout
26145 \begin_inset ERT
26146 status collapsed
26147
26148 \begin_layout Plain Layout
26149
26150
26151 \backslash
26152 `e
26153 \end_layout
26154
26155 \end_inset
26156
26157
26158 \end_layout
26159
26160 \end_inset
26161 </cell>
26162 </row>
26163 <row>
26164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26165 \begin_inset Text
26166
26167 \begin_layout Plain Layout
26168
26169 \backslash
26170 ^
26171 \begin_inset ERT
26172 status collapsed
26173
26174 \begin_layout Plain Layout
26175
26176
26177 \backslash
26178 spce 
26179 \end_layout
26180
26181 \end_inset
26182
26183 e
26184 \end_layout
26185
26186 \end_inset
26187 </cell>
26188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26189 \begin_inset Text
26190
26191 \begin_layout Plain Layout
26192 \begin_inset ERT
26193 status collapsed
26194
26195 \begin_layout Plain Layout
26196
26197
26198 \backslash
26199 ^e
26200 \end_layout
26201
26202 \end_inset
26203
26204
26205 \end_layout
26206
26207 \end_inset
26208 </cell>
26209 </row>
26210 <row>
26211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26212 \begin_inset Text
26213
26214 \begin_layout Plain Layout
26215
26216 \backslash
26217 =e
26218 \end_layout
26219
26220 \end_inset
26221 </cell>
26222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26223 \begin_inset Text
26224
26225 \begin_layout Plain Layout
26226 \begin_inset ERT
26227 status collapsed
26228
26229 \begin_layout Plain Layout
26230
26231
26232 \backslash
26233 =e
26234 \end_layout
26235
26236 \end_inset
26237
26238
26239 \end_layout
26240
26241 \end_inset
26242 </cell>
26243 </row>
26244 <row>
26245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26246 \begin_inset Text
26247
26248 \begin_layout Plain Layout
26249
26250 \backslash
26251 u
26252 \begin_inset ERT
26253 status collapsed
26254
26255 \begin_layout Plain Layout
26256
26257
26258 \backslash
26259 spce 
26260 \end_layout
26261
26262 \end_inset
26263
26264 e
26265 \end_layout
26266
26267 \end_inset
26268 </cell>
26269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26270 \begin_inset Text
26271
26272 \begin_layout Plain Layout
26273 \begin_inset ERT
26274 status collapsed
26275
26276 \begin_layout Plain Layout
26277
26278
26279 \backslash
26280 u e
26281 \end_layout
26282
26283 \end_inset
26284
26285
26286 \end_layout
26287
26288 \end_inset
26289 </cell>
26290 </row>
26291 <row>
26292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26293 \begin_inset Text
26294
26295 \begin_layout Plain Layout
26296
26297 \backslash
26298 b
26299 \begin_inset ERT
26300 status collapsed
26301
26302 \begin_layout Plain Layout
26303
26304
26305 \backslash
26306 spce 
26307 \end_layout
26308
26309 \end_inset
26310
26311 e
26312 \end_layout
26313
26314 \end_inset
26315 </cell>
26316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26317 \begin_inset Text
26318
26319 \begin_layout Plain Layout
26320 \begin_inset ERT
26321 status collapsed
26322
26323 \begin_layout Plain Layout
26324
26325
26326 \backslash
26327 b e
26328 \end_layout
26329
26330 \end_inset
26331
26332
26333 \end_layout
26334
26335 \end_inset
26336 </cell>
26337 </row>
26338 <row>
26339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26340 \begin_inset Text
26341
26342 \begin_layout Plain Layout
26343
26344 \backslash
26345 t
26346 \begin_inset ERT
26347 status collapsed
26348
26349 \begin_layout Plain Layout
26350
26351
26352 \backslash
26353 spce 
26354 \end_layout
26355
26356 \end_inset
26357
26358 ee
26359 \end_layout
26360
26361 \end_inset
26362 </cell>
26363 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26364 \begin_inset Text
26365
26366 \begin_layout Plain Layout
26367 \begin_inset ERT
26368 status collapsed
26369
26370 \begin_layout Plain Layout
26371
26372
26373 \backslash
26374 t ee
26375 \end_layout
26376
26377 \end_inset
26378
26379
26380 \end_layout
26381
26382 \end_inset
26383 </cell>
26384 </row>
26385 </lyxtabular>
26386
26387 \end_inset
26388
26389
26390 \begin_inset space \hfill{}
26391 \end_inset
26392
26393
26394 \begin_inset Tabular
26395 <lyxtabular version="3" rows="8" columns="2">
26396 <features>
26397 <column alignment="block" valignment="top" width="0">
26398 <column alignment="center" valignment="top" width="0">
26399 <row>
26400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26401 \begin_inset Text
26402
26403 \begin_layout Plain Layout
26404 Command
26405 \end_layout
26406
26407 \end_inset
26408 </cell>
26409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26410 \begin_inset Text
26411
26412 \begin_layout Plain Layout
26413 Result
26414 \end_layout
26415
26416 \end_inset
26417 </cell>
26418 </row>
26419 <row>
26420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26421 \begin_inset Text
26422
26423 \begin_layout Plain Layout
26424
26425 \backslash
26426 H
26427 \begin_inset ERT
26428 status collapsed
26429
26430 \begin_layout Plain Layout
26431
26432
26433 \backslash
26434 spce 
26435 \end_layout
26436
26437 \end_inset
26438
26439 e
26440 \end_layout
26441
26442 \end_inset
26443 </cell>
26444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26445 \begin_inset Text
26446
26447 \begin_layout Plain Layout
26448 \begin_inset ERT
26449 status collapsed
26450
26451 \begin_layout Plain Layout
26452
26453
26454 \backslash
26455 H e
26456 \end_layout
26457
26458 \end_inset
26459
26460
26461 \end_layout
26462
26463 \end_inset
26464 </cell>
26465 </row>
26466 <row>
26467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26468 \begin_inset Text
26469
26470 \begin_layout Plain Layout
26471
26472 \backslash
26473 'e
26474 \end_layout
26475
26476 \end_inset
26477 </cell>
26478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26479 \begin_inset Text
26480
26481 \begin_layout Plain Layout
26482 \begin_inset ERT
26483 status collapsed
26484
26485 \begin_layout Plain Layout
26486
26487
26488 \backslash
26489 'e
26490 \end_layout
26491
26492 \end_inset
26493
26494
26495 \end_layout
26496
26497 \end_inset
26498 </cell>
26499 </row>
26500 <row>
26501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26502 \begin_inset Text
26503
26504 \begin_layout Plain Layout
26505
26506 \backslash
26507 ~e
26508 \begin_inset Index
26509 status collapsed
26510
26511 \begin_layout Plain Layout
26512 Tilde
26513 \end_layout
26514
26515 \end_inset
26516
26517
26518 \end_layout
26519
26520 \end_inset
26521 </cell>
26522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26523 \begin_inset Text
26524
26525 \begin_layout Plain Layout
26526 \begin_inset ERT
26527 status collapsed
26528
26529 \begin_layout Plain Layout
26530
26531
26532 \backslash
26533 ~e
26534 \end_layout
26535
26536 \end_inset
26537
26538
26539 \end_layout
26540
26541 \end_inset
26542 </cell>
26543 </row>
26544 <row>
26545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26546 \begin_inset Text
26547
26548 \begin_layout Plain Layout
26549
26550 \backslash
26551 .e
26552 \end_layout
26553
26554 \end_inset
26555 </cell>
26556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26557 \begin_inset Text
26558
26559 \begin_layout Plain Layout
26560 \begin_inset ERT
26561 status collapsed
26562
26563 \begin_layout Plain Layout
26564
26565
26566 \backslash
26567 .e
26568 \end_layout
26569
26570 \end_inset
26571
26572
26573 \end_layout
26574
26575 \end_inset
26576 </cell>
26577 </row>
26578 <row>
26579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26580 \begin_inset Text
26581
26582 \begin_layout Plain Layout
26583
26584 \backslash
26585 v
26586 \begin_inset ERT
26587 status collapsed
26588
26589 \begin_layout Plain Layout
26590
26591
26592 \backslash
26593 spce 
26594 \end_layout
26595
26596 \end_inset
26597
26598 e
26599 \end_layout
26600
26601 \end_inset
26602 </cell>
26603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26604 \begin_inset Text
26605
26606 \begin_layout Plain Layout
26607 \begin_inset ERT
26608 status collapsed
26609
26610 \begin_layout Plain Layout
26611
26612
26613 \backslash
26614 v e
26615 \end_layout
26616
26617 \end_inset
26618
26619
26620 \end_layout
26621
26622 \end_inset
26623 </cell>
26624 </row>
26625 <row>
26626 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26627 \begin_inset Text
26628
26629 \begin_layout Plain Layout
26630
26631 \backslash
26632 d
26633 \begin_inset ERT
26634 status collapsed
26635
26636 \begin_layout Plain Layout
26637
26638
26639 \backslash
26640 spce 
26641 \end_layout
26642
26643 \end_inset
26644
26645 e
26646 \end_layout
26647
26648 \end_inset
26649 </cell>
26650 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26651 \begin_inset Text
26652
26653 \begin_layout Plain Layout
26654 \begin_inset ERT
26655 status collapsed
26656
26657 \begin_layout Plain Layout
26658
26659
26660 \backslash
26661 d e
26662 \end_layout
26663
26664 \end_inset
26665
26666
26667 \end_layout
26668
26669 \end_inset
26670 </cell>
26671 </row>
26672 <row>
26673 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26674 \begin_inset Text
26675
26676 \begin_layout Plain Layout
26677
26678 \backslash
26679 c
26680 \begin_inset ERT
26681 status collapsed
26682
26683 \begin_layout Plain Layout
26684
26685
26686 \backslash
26687 spce 
26688 \end_layout
26689
26690 \end_inset
26691
26692 e
26693 \end_layout
26694
26695 \end_inset
26696 </cell>
26697 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26698 \begin_inset Text
26699
26700 \begin_layout Plain Layout
26701 \begin_inset ERT
26702 status collapsed
26703
26704 \begin_layout Plain Layout
26705
26706
26707 \backslash
26708 c e
26709 \end_layout
26710
26711 \end_inset
26712
26713
26714 \end_layout
26715
26716 \end_inset
26717 </cell>
26718 </row>
26719 </lyxtabular>
26720
26721 \end_inset
26722
26723
26724 \begin_inset space \hfill{}
26725 \end_inset
26726
26727
26728 \end_layout
26729
26730 \begin_layout Standard
26731 \begin_inset VSpace medskip
26732 \end_inset
26733
26734 With the command 
26735 \series bold
26736
26737 \backslash
26738 t
26739 \series default
26740  also two different characters can be accented.
26741  The command 
26742 \series bold
26743
26744 \backslash
26745 t
26746 \begin_inset ERT
26747 status collapsed
26748
26749 \begin_layout Plain Layout
26750
26751
26752 \backslash
26753 spce 
26754 \end_layout
26755
26756 \end_inset
26757
26758 sz
26759 \series default
26760  creates: 
26761 \begin_inset ERT
26762 status collapsed
26763
26764 \begin_layout Plain Layout
26765
26766
26767 \backslash
26768 t sz
26769 \end_layout
26770
26771 \end_inset
26772
26773
26774 \end_layout
26775
26776 \begin_layout Standard
26777 The accents 
26778 \series bold
26779 `
26780 \series default
26781  , 
26782 \series bold
26783 '
26784 \series default
26785  , and 
26786 \series bold
26787 ^
26788 \series default
26789  can in combination with vowels directly be inserted with the keyboard without
26790  using TeX-mode.
26791  The same applies for the tilde
26792 \begin_inset Foot
26793 status collapsed
26794
26795 \begin_layout Plain Layout
26796 This only applies for keyboards where the tilde is defined as accent.
26797 \end_layout
26798
26799 \end_inset
26800
26801  
26802 \series bold
26803 ~
26804 \series default
26805  in combination with 
26806 \emph on
26807 a
26808 \emph default
26809  , 
26810 \emph on
26811 n
26812 \emph default
26813  , or 
26814 \emph on
26815 o
26816 \emph default
26817 .
26818 \end_layout
26819
26820 \begin_layout Standard
26821 The commands 
26822 \series bold
26823
26824 \backslash
26825 b
26826 \series default
26827  , 
26828 \series bold
26829
26830 \backslash
26831 c
26832 \series default
26833  , 
26834 \series bold
26835
26836 \backslash
26837 d
26838 \series default
26839  , 
26840 \series bold
26841
26842 \backslash
26843 H
26844 \series default
26845  , 
26846 \series bold
26847
26848 \backslash
26849 t
26850 \series default
26851  , 
26852 \series bold
26853
26854 \backslash
26855 u
26856 \series default
26857  , 
26858 \series bold
26859
26860 \backslash
26861 v
26862 \series default
26863 , and accents inserted directly with the keyboard are also available in
26864  mathematical text.
26865  For the other accents there are special math commands to be used in formulas,
26866  see 
26867 \begin_inset CommandInset ref
26868 LatexCommand ref
26869 reference "sub:Accents-for-one"
26870
26871 \end_inset
26872
26873 .
26874 \end_layout
26875
26876 \begin_layout Standard
26877 \begin_inset VSpace bigskip
26878 \end_inset
26879
26880 Furthermore, with the command 
26881 \series bold
26882
26883 \backslash
26884 textcircled
26885 \series default
26886
26887 \begin_inset Index
26888 status collapsed
26889
26890 \begin_layout Plain Layout
26891 Commands ! T ! 
26892 \backslash
26893 textcircled
26894 \end_layout
26895
26896 \end_inset
26897
26898  all numbers and letters can be set into a circle, quasi accented with a
26899  circle, similar to the the copyright symbol.
26900 \end_layout
26901
26902 \begin_layout Standard
26903 \align center
26904 \begin_inset Tabular
26905 <lyxtabular version="3" rows="3" columns="2">
26906 <features>
26907 <column alignment="center" valignment="top" width="0">
26908 <column alignment="center" valignment="top" width="0">
26909 <row>
26910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26911 \begin_inset Text
26912
26913 \begin_layout Plain Layout
26914 Command
26915 \end_layout
26916
26917 \end_inset
26918 </cell>
26919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26920 \begin_inset Text
26921
26922 \begin_layout Plain Layout
26923 Result
26924 \begin_inset Note Note
26925 status collapsed
26926
26927 \begin_layout Plain Layout
26928
26929 \series bold
26930
26931 \backslash
26932 raisebox
26933 \series default
26934  is only used as spacer.
26935 \end_layout
26936
26937 \end_inset
26938
26939
26940 \end_layout
26941
26942 \end_inset
26943 </cell>
26944 </row>
26945 <row>
26946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26947 \begin_inset Text
26948
26949 \begin_layout Plain Layout
26950
26951 \backslash
26952 textcircled{w}
26953 \end_layout
26954
26955 \end_inset
26956 </cell>
26957 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26958 \begin_inset Text
26959
26960 \begin_layout Plain Layout
26961 \begin_inset ERT
26962 status collapsed
26963
26964 \begin_layout Plain Layout
26965
26966
26967 \backslash
26968 textcircled{w}
26969 \end_layout
26970
26971 \end_inset
26972
26973
26974 \end_layout
26975
26976 \end_inset
26977 </cell>
26978 </row>
26979 <row>
26980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26981 \begin_inset Text
26982
26983 \begin_layout Plain Layout
26984
26985 \backslash
26986 Large 
26987 \backslash
26988 textcircled{
26989 \backslash
26990 normalsize
26991 \backslash
26992 protect
26993 \backslash
26994 raisebox{-1.5pt}{W}}
26995 \end_layout
26996
26997 \end_inset
26998 </cell>
26999 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27000 \begin_inset Text
27001
27002 \begin_layout Plain Layout
27003 \begin_inset Formula $\raisebox{4.5mm}{}$
27004 \end_inset
27005
27006
27007 \begin_inset ERT
27008 status collapsed
27009
27010 \begin_layout Plain Layout
27011
27012
27013 \backslash
27014 Large 
27015 \backslash
27016 textcircled{
27017 \backslash
27018 normalsize
27019 \backslash
27020 protect
27021 \backslash
27022 raisebox{-1.5pt}W}
27023 \end_layout
27024
27025 \end_inset
27026
27027
27028 \begin_inset Formula $\raisebox{-2mm}{}$
27029 \end_inset
27030
27031
27032 \end_layout
27033
27034 \end_inset
27035 </cell>
27036 </row>
27037 </lyxtabular>
27038
27039 \end_inset
27040
27041
27042 \end_layout
27043
27044 \begin_layout Standard
27045 One has to take care that the character fits in the circle.
27046  
27047 \series bold
27048
27049 \backslash
27050 Large
27051 \series default
27052
27053 \begin_inset Foot
27054 status collapsed
27055
27056 \begin_layout Plain Layout
27057 see 
27058 \begin_inset CommandInset ref
27059 LatexCommand ref
27060 reference "sub:Font-Sizes"
27061
27062 \end_inset
27063
27064
27065 \end_layout
27066
27067 \end_inset
27068
27069  specifies thereby the size of the circle.
27070  With the help of 
27071 \series bold
27072
27073 \backslash
27074 raisebox
27075 \series default
27076
27077 \begin_inset Foot
27078 status collapsed
27079
27080 \begin_layout Plain Layout
27081 see 
27082 \begin_inset CommandInset ref
27083 LatexCommand ref
27084 reference "sub:Boxes-without-Frame"
27085
27086 \end_inset
27087
27088
27089 \end_layout
27090
27091 \end_inset
27092
27093  the character can be centered.
27094 \end_layout
27095
27096 \begin_layout Subsection
27097 Minuscule Numbers
27098 \begin_inset Index
27099 status collapsed
27100
27101 \begin_layout Plain Layout
27102 Minuscule numbers
27103 \end_layout
27104
27105 \end_inset
27106
27107
27108 \end_layout
27109
27110 \begin_layout Standard
27111 Minuscule numbers are created with the command 
27112 \series bold
27113
27114 \backslash
27115 oldstylenums
27116 \series default
27117
27118 \begin_inset Index
27119 status collapsed
27120
27121 \begin_layout Plain Layout
27122 Commands ! O ! 
27123 \backslash
27124 oldstylenums
27125 \end_layout
27126
27127 \end_inset
27128
27129 .
27130  The command can be used in formulas and in TeX-mode.
27131  The command scheme is:
27132 \end_layout
27133
27134 \begin_layout Standard
27135
27136 \series bold
27137
27138 \backslash
27139 oldstylenums{number}
27140 \end_layout
27141
27142 \begin_layout Standard
27143 The command 
27144 \series bold
27145
27146 \backslash
27147 oldstylenums{0123456789
27148 \series default
27149  produces: 
27150 \begin_inset Formula $\oldstylenums{0123456789}$
27151 \end_inset
27152
27153
27154 \end_layout
27155
27156 \begin_layout Subsection
27157 Miscellaneous special Characters
27158 \begin_inset CommandInset label
27159 LatexCommand label
27160 name "sub:Miscellaneous-special-Characters"
27161
27162 \end_inset
27163
27164
27165 \begin_inset Index
27166 status collapsed
27167
27168 \begin_layout Plain Layout
27169 Special characters ! miscellaneous
27170 \end_layout
27171
27172 \end_inset
27173
27174
27175 \end_layout
27176
27177 \begin_layout Standard
27178 The following characters can only be inserted to formulas by using commands:
27179 \end_layout
27180
27181 \begin_layout Standard
27182 \align center
27183 \begin_inset Tabular
27184 <lyxtabular version="3" rows="4" columns="2">
27185 <features>
27186 <column alignment="center" valignment="top" width="0">
27187 <column alignment="center" valignment="top" width="0">
27188 <row>
27189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27190 \begin_inset Text
27191
27192 \begin_layout Plain Layout
27193 Command
27194 \end_layout
27195
27196 \end_inset
27197 </cell>
27198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27199 \begin_inset Text
27200
27201 \begin_layout Plain Layout
27202 Result
27203 \end_layout
27204
27205 \end_inset
27206 </cell>
27207 </row>
27208 <row>
27209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27210 \begin_inset Text
27211
27212 \begin_layout Plain Layout
27213
27214 \backslash
27215 ^
27216 \begin_inset ERT
27217 status collapsed
27218
27219 \begin_layout Plain Layout
27220
27221
27222 \backslash
27223 spce 
27224 \end_layout
27225
27226 \end_inset
27227
27228
27229 \end_layout
27230
27231 \end_inset
27232 </cell>
27233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27234 \begin_inset Text
27235
27236 \begin_layout Plain Layout
27237 \begin_inset Formula $\mathcircumflex$
27238 \end_inset
27239
27240
27241 \end_layout
27242
27243 \end_inset
27244 </cell>
27245 </row>
27246 <row>
27247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27248 \begin_inset Text
27249
27250 \begin_layout Plain Layout
27251
27252 \backslash
27253 _
27254 \end_layout
27255
27256 \end_inset
27257 </cell>
27258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27259 \begin_inset Text
27260
27261 \begin_layout Plain Layout
27262 \begin_inset Formula $\_$
27263 \end_inset
27264
27265
27266 \end_layout
27267
27268 \end_inset
27269 </cell>
27270 </row>
27271 <row>
27272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27273 \begin_inset Text
27274
27275 \begin_layout Plain Layout
27276 ^
27277 \begin_inset ERT
27278 status collapsed
27279
27280 \begin_layout Plain Layout
27281
27282
27283 \backslash
27284 spce 
27285 \end_layout
27286
27287 \end_inset
27288
27289
27290 \backslash
27291 circ
27292 \begin_inset Index
27293 status collapsed
27294
27295 \begin_layout Plain Layout
27296
27297 \backslash
27298
27299 \end_layout
27300
27301 \end_inset
27302
27303
27304 \end_layout
27305
27306 \end_inset
27307 </cell>
27308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27309 \begin_inset Text
27310
27311 \begin_layout Plain Layout
27312 \begin_inset Formula $^{\circ}$
27313 \end_inset
27314
27315
27316 \end_layout
27317
27318 \end_inset
27319 </cell>
27320 </row>
27321 </lyxtabular>
27322
27323 \end_inset
27324
27325
27326 \end_layout
27327
27328 \begin_layout Standard
27329 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27330  contains the following line
27331 \begin_inset Foot
27332 status collapsed
27333
27334 \begin_layout Plain Layout
27335 More about this is described in 
27336 \begin_inset CommandInset ref
27337 LatexCommand ref
27338 reference "sub:Text-Characters-in"
27339
27340 \end_inset
27341
27342 .
27343 \end_layout
27344
27345 \end_inset
27346
27347 :
27348 \end_layout
27349
27350 \begin_layout Standard
27351
27352 \series bold
27353
27354 \backslash
27355 DeclareInputtext{176}{
27356 \backslash
27357 ifmmode^
27358 \backslash
27359 circ
27360 \backslash
27361 else
27362 \backslash
27363 textdegree
27364 \backslash
27365 fi}
27366 \end_layout
27367
27368 \begin_layout Standard
27369 \begin_inset Newpage newpage
27370 \end_inset
27371
27372
27373 \end_layout
27374
27375 \begin_layout Section
27376 Formula Styles
27377 \begin_inset CommandInset label
27378 LatexCommand label
27379 name "sec:Formula-Styles"
27380
27381 \end_inset
27382
27383
27384 \begin_inset Index
27385 status collapsed
27386
27387 \begin_layout Plain Layout
27388 Formula ! styles
27389 \end_layout
27390
27391 \end_inset
27392
27393
27394 \end_layout
27395
27396 \begin_layout Itemize
27397 There are two different alignment styles:
27398 \end_layout
27399
27400 \begin_deeper
27401 \begin_layout Description
27402 Centered is the predefined standard
27403 \end_layout
27404
27405 \begin_layout Description
27406 Indented for this the option 
27407 \series bold
27408 fleqn
27409 \series default
27410  must be inserted in the menu 
27411 \family sans
27412 Document\SpecialChar \menuseparator
27413 Settings
27414 \family default
27415  under 
27416 \family sans
27417 Document
27418 \begin_inset space ~
27419 \end_inset
27420
27421 Class
27422 \end_layout
27423
27424 \begin_layout Standard
27425 When 
27426 \series bold
27427 Indented
27428 \series default
27429  is used, the indentation can be adjusted with the length 
27430 \series bold
27431
27432 \backslash
27433 mathindent
27434 \series default
27435
27436 \begin_inset Index
27437 status collapsed
27438
27439 \begin_layout Plain Layout
27440 Commands ! M ! 
27441 \backslash
27442 mathindent
27443 \end_layout
27444
27445 \end_inset
27446
27447 .
27448  Should the distance be 15
27449 \begin_inset space \thinspace{}
27450 \end_inset
27451
27452 mm, the following command line is inserted in the LaTeX-preamble
27453 \end_layout
27454
27455 \begin_layout Standard
27456
27457 \series bold
27458
27459 \backslash
27460 setlength{
27461 \backslash
27462 mathindent}{15mm}
27463 \end_layout
27464
27465 \begin_layout Standard
27466 When no length is specified, the predefined value of 30
27467 \begin_inset space \thinspace{}
27468 \end_inset
27469
27470 pt will be used.
27471 \end_layout
27472
27473 \end_deeper
27474 \begin_layout Itemize
27475 And two different numbering styles:
27476 \end_layout
27477
27478 \begin_deeper
27479 \begin_layout Description
27480 Right is the predefined standard
27481 \end_layout
27482
27483 \begin_layout Description
27484 Left for this the option 
27485 \series bold
27486 leqno
27487 \series default
27488  must be inserted in the menu 
27489 \family sans
27490 Document\SpecialChar \menuseparator
27491 Settings
27492 \family default
27493  under 
27494 \family sans
27495 Document
27496 \begin_inset space ~
27497 \end_inset
27498
27499 Class
27500 \end_layout
27501
27502 \end_deeper
27503 \begin_layout Standard
27504
27505 \series bold
27506 fleqn
27507 \series default
27508  and 
27509 \series bold
27510 leqno
27511 \series default
27512  can also be used together.
27513  In this case both options are inserted, separated by a comma.
27514 \end_layout
27515
27516 \begin_layout Standard
27517 The chosen styles are used for all displayed formulas of the document.
27518  When both, centered and indented formulas should be created in a document,
27519  the style 
27520 \series bold
27521 Centered
27522 \series default
27523  is used.
27524  The indented formulas are then set in a flalign environment, see 
27525 \begin_inset CommandInset ref
27526 LatexCommand ref
27527 reference "sub:Flalign-Environment"
27528
27529 \end_inset
27530
27531 .
27532 \end_layout
27533
27534 \begin_layout Section
27535 Multiline Formulas
27536 \begin_inset CommandInset label
27537 LatexCommand label
27538 name "sec:Multiline-Formulas"
27539
27540 \end_inset
27541
27542
27543 \begin_inset Index
27544 status collapsed
27545
27546 \begin_layout Plain Layout
27547 Formula ! multiline
27548 \end_layout
27549
27550 \end_inset
27551
27552
27553 \end_layout
27554
27555 \begin_layout Subsection
27556 General
27557 \end_layout
27558
27559 \begin_layout Standard
27560 In LyX multiline formulas are created by pressing 
27561 \series bold
27562
27563 \begin_inset Info
27564 type  "shortcut"
27565 arg   "newline-insert newline"
27566 \end_inset
27567
27568
27569 \series default
27570  inside a formula.
27571  This creates either an 
27572 \series bold
27573 eqnarray environment
27574 \series default
27575  that is described in 
27576 \begin_inset CommandInset ref
27577 LatexCommand ref
27578 reference "sub:Eqnarray-Environment"
27579
27580 \end_inset
27581
27582  or, when the option 
27583 \family sans
27584 Use AMS math package
27585 \family default
27586  in the document settings is selected, an 
27587 \series bold
27588 align environment
27589 \series default
27590  that is described in 
27591 \begin_inset CommandInset ref
27592 LatexCommand ref
27593 reference "sub:Standard-align-Environment"
27594
27595 \end_inset
27596
27597 .
27598 \end_layout
27599
27600 \begin_layout Standard
27601 There are other multiline formula environments that can be created via the
27602  menu 
27603 \family sans
27604 Insert\SpecialChar \menuseparator
27605 Math
27606 \family default
27607 .
27608  These environments are described in the following sections.
27609 \end_layout
27610
27611 \begin_layout Standard
27612 In all multiline formula environments a new line is created by pressing
27613  
27614 \begin_inset Info
27615 type  "shortcut"
27616 arg   "newline-insert newline"
27617 \end_inset
27618
27619 .
27620  To add or delete lines, the math toolbar buttons 
27621 \begin_inset Graphics
27622         filename ../images/tabular-feature_append-row.png
27623         scale 85
27624
27625 \end_inset
27626
27627  or 
27628 \begin_inset Graphics
27629         filename ../images/tabular-feature_delete-row.png
27630         scale 85
27631
27632 \end_inset
27633
27634 , respectively, or the menu 
27635 \family sans
27636 Edit\SpecialChar \menuseparator
27637 Rows & Columns
27638 \family default
27639  can be used.
27640 \end_layout
27641
27642 \begin_layout Subsubsection
27643 Line Separation
27644 \begin_inset CommandInset label
27645 LatexCommand label
27646 name "sub:Line-Separation"
27647
27648 \end_inset
27649
27650
27651 \begin_inset Index
27652 status collapsed
27653
27654 \begin_layout Plain Layout
27655 Formula ! multiline ! Line separation
27656 \end_layout
27657
27658 \end_inset
27659
27660
27661 \end_layout
27662
27663 \begin_layout Standard
27664 There is sometimes not enough space in multiline formulas between the lines:
27665 \begin_inset Formula \begin{eqnarray*}
27666 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}\\
27667 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*}
27668
27669 \end_inset
27670
27671
27672 \end_layout
27673
27674 \begin_layout Standard
27675 In LaTeX additional line space is specified as optional argument of the
27676  new line command.
27677  This is not yet possible in LyX
27678 \begin_inset Foot
27679 status collapsed
27680
27681 \begin_layout Plain Layout
27682 see 
27683 \begin_inset CommandInset href
27684 LatexCommand href
27685 name "LyX-bug #1505"
27686 target "http://www.lyx.org/trac/ticket/1505"
27687
27688 \end_inset
27689
27690
27691 \end_layout
27692
27693 \end_inset
27694
27695 , therefore the whole formula must be inserted in TeX-mode.
27696  To add in our example space, the command 
27697 \series bold
27698
27699 \backslash
27700
27701 \backslash
27702 [3mm]
27703 \series default
27704  is inserted at the end of the first line.
27705  One gets: 
27706 \begin_inset ERT
27707 status collapsed
27708
27709 \begin_layout Plain Layout
27710
27711
27712 \backslash
27713 begin{eqnarray*}
27714 \end_layout
27715
27716 \begin_layout Plain Layout
27717
27718 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27719  = & 
27720 \backslash
27721 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27722 \backslash
27723
27724 \backslash
27725 [3mm]
27726 \end_layout
27727
27728 \begin_layout Plain Layout
27729
27730 4x^{2}
27731 \backslash
27732 left(B^{2}+x_{0}^{2}
27733 \backslash
27734 right)+4x_{0}x
27735 \backslash
27736 left(D-B^{2}
27737 \backslash
27738 right)+B^{2}
27739 \backslash
27740 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27741 \backslash
27742 right) & = & 0
27743 \end_layout
27744
27745 \begin_layout Plain Layout
27746
27747
27748 \backslash
27749 end{eqnarray*}
27750 \end_layout
27751
27752 \end_inset
27753
27754
27755 \end_layout
27756
27757 \begin_layout Standard
27758 \begin_inset VSpace bigskip
27759 \end_inset
27760
27761 To set the the line separation for all lines in a formula, the length 
27762 \series bold
27763
27764 \backslash
27765 jot
27766 \series default
27767
27768 \begin_inset Index
27769 status collapsed
27770
27771 \begin_layout Plain Layout
27772 Commands ! J ! 
27773 \backslash
27774 jot
27775 \end_layout
27776
27777 \end_inset
27778
27779  is changed.
27780  The definition is: 
27781 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
27782 \end_inset
27783
27784 .
27785  Predefined for 
27786 \series bold
27787
27788 \backslash
27789 jot
27790 \series default
27791  is the value 3
27792 \begin_inset space \thinspace{}
27793 \end_inset
27794
27795 pt.
27796  To create 3
27797 \begin_inset space \thinspace{}
27798 \end_inset
27799
27800 mm additional line separation as in the previous example, the command
27801 \end_layout
27802
27803 \begin_layout Standard
27804
27805 \series bold
27806
27807 \backslash
27808 setlength{
27809 \backslash
27810 jot}{3mm+3pt}
27811 \end_layout
27812
27813 \begin_layout Standard
27814 is inserted in TeX-mode before the formula.
27815  This requires that the LaTeX-package 
27816 \series bold
27817 calc
27818 \series default
27819
27820 \begin_inset Foot
27821 status collapsed
27822
27823 \begin_layout Plain Layout
27824
27825 \series bold
27826 calc
27827 \series default
27828  is part of every LaTeX standard installation.
27829 \end_layout
27830
27831 \end_inset
27832
27833
27834 \begin_inset Index
27835 status collapsed
27836
27837 \begin_layout Plain Layout
27838 Packages ! calc
27839 \end_layout
27840
27841 \end_inset
27842
27843  was loaded in LaTeX-preamble with the line
27844 \end_layout
27845
27846 \begin_layout Standard
27847
27848 \series bold
27849
27850 \backslash
27851 usepackage{calc}
27852 \end_layout
27853
27854 \begin_layout Standard
27855 One gets: 
27856 \begin_inset ERT
27857 status collapsed
27858
27859 \begin_layout Plain Layout
27860
27861
27862 \backslash
27863 setlength{
27864 \backslash
27865 jot}{3mm+3pt}
27866 \end_layout
27867
27868 \end_inset
27869
27870
27871 \begin_inset Formula \begin{eqnarray*}
27872 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}\\
27873 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*}
27874
27875 \end_inset
27876
27877
27878 \end_layout
27879
27880 \begin_layout Standard
27881 \begin_inset ERT
27882 status collapsed
27883
27884 \begin_layout Plain Layout
27885
27886
27887 \backslash
27888 setlength{
27889 \backslash
27890 jot}{3pt}
27891 \end_layout
27892
27893 \end_inset
27894
27895  To get back to the predefined distance, 
27896 \series bold
27897
27898 \backslash
27899 jot
27900 \series default
27901  is set to the value 3
27902 \begin_inset space \thinspace{}
27903 \end_inset
27904
27905 pt.
27906 \end_layout
27907
27908 \begin_layout Subsubsection
27909 Column Separation
27910 \begin_inset CommandInset label
27911 LatexCommand label
27912 name "sub:Column-Separation"
27913
27914 \end_inset
27915
27916
27917 \begin_inset Index
27918 status collapsed
27919
27920 \begin_layout Plain Layout
27921 Formula ! multiline ! Column separation
27922 \end_layout
27923
27924 \end_inset
27925
27926
27927 \end_layout
27928
27929 \begin_layout Standard
27930 Multiline formulas form a matrix.
27931  A formula in the eqnarray environment is for example a matrix with three
27932  columns.
27933  By changing the column separation in this environment, the space beside
27934  the relation sign can be changed.
27935 \end_layout
27936
27937 \begin_layout Standard
27938 The column separation is specified with the length 
27939 \series bold
27940
27941 \backslash
27942 arraycolsep
27943 \series default
27944
27945 \begin_inset Index
27946 status collapsed
27947
27948 \begin_layout Plain Layout
27949 Commands ! A ! 
27950 \backslash
27951 arraycolsep
27952 \end_layout
27953
27954 \end_inset
27955
27956  according to:
27957 \begin_inset Newline newline
27958 \end_inset
27959
27960 column separation = 2
27961 \begin_inset space \thinspace{}
27962 \end_inset
27963
27964
27965 \series bold
27966
27967 \backslash
27968 arraycolsep
27969 \series default
27970
27971 \begin_inset Newline newline
27972 \end_inset
27973
27974 Thus, the command
27975 \end_layout
27976
27977 \begin_layout Standard
27978
27979 \series bold
27980
27981 \backslash
27982 setlength{
27983 \backslash
27984 arraycolsep}{1cm}
27985 \end_layout
27986
27987 \begin_layout Standard
27988 inserted in TeX-mode, sets for all following formulas a column separation
27989  of 2
27990 \begin_inset space \thinspace{}
27991 \end_inset
27992
27993 cm.
27994  To get back to the predefined distance, 
27995 \series bold
27996
27997 \backslash
27998 arraycolsep
27999 \series default
28000  is set to 5
28001 \begin_inset space \thinspace{}
28002 \end_inset
28003
28004 pt.
28005 \end_layout
28006
28007 \begin_layout Standard
28008 A formula with 2
28009 \begin_inset space \thinspace{}
28010 \end_inset
28011
28012 cm column separation:
28013 \begin_inset ERT
28014 status collapsed
28015
28016 \begin_layout Plain Layout
28017
28018
28019 \backslash
28020 setlength{
28021 \backslash
28022 arraycolsep}{1cm}
28023 \end_layout
28024
28025 \end_inset
28026
28027
28028 \begin_inset Formula \begin{eqnarray*}
28029 A & = & B\\
28030 C & \ne & A\end{eqnarray*}
28031
28032 \end_inset
28033
28034 A formula with the predefined column separation for matrices of 10
28035 \begin_inset space \thinspace{}
28036 \end_inset
28037
28038 pt:
28039 \begin_inset ERT
28040 status collapsed
28041
28042 \begin_layout Plain Layout
28043
28044
28045 \backslash
28046 setlength{
28047 \backslash
28048 arraycolsep}{5pt}
28049 \end_layout
28050
28051 \end_inset
28052
28053
28054 \begin_inset Formula \begin{eqnarray*}
28055 A & = & B\\
28056 C & \ne & A\end{eqnarray*}
28057
28058 \end_inset
28059
28060
28061 \end_layout
28062
28063 \begin_layout Subsubsection
28064 Long Formulas
28065 \begin_inset Index
28066 status collapsed
28067
28068 \begin_layout Plain Layout
28069 Formula ! long
28070 \end_layout
28071
28072 \end_inset
28073
28074
28075 \end_layout
28076
28077 \begin_layout Standard
28078 Long formulas can be typeset using these methods:
28079 \end_layout
28080
28081 \begin_layout Itemize
28082 When one side of the equation is much shorther than the line width, this
28083  one is chosen for the left side and the right side is typeset over two
28084  lines:
28085 \begin_inset Formula \begin{eqnarray}
28086 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 \\
28087  &  & -\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}
28088
28089 \end_inset
28090
28091 The minus sign at the beginning of the second line does normally not appear
28092  as operator because it is the first character of the line.
28093  Thus it would not be surrounded by space and could not be distinguished
28094  from the fraction bar.
28095  To avoid this, 3
28096 \begin_inset space \thinspace{}
28097 \end_inset
28098
28099 pt space was inserted behind the minus sign with the command 
28100 \series bold
28101
28102 \backslash
28103 hspace
28104 \series default
28105 .
28106 \begin_inset Foot
28107 status collapsed
28108
28109 \begin_layout Plain Layout
28110 more about 
28111 \series bold
28112
28113 \backslash
28114 hspace
28115 \series default
28116  see 
28117 \begin_inset CommandInset ref
28118 LatexCommand ref
28119 reference "sub:Variable-Space"
28120
28121 \end_inset
28122
28123
28124 \end_layout
28125
28126 \end_inset
28127
28128
28129 \begin_inset Index
28130 status collapsed
28131
28132 \begin_layout Plain Layout
28133 Commands ! H ! 
28134 \backslash
28135 hspace
28136 \end_layout
28137
28138 \end_inset
28139
28140
28141 \end_layout
28142
28143 \begin_layout Itemize
28144 When both sides of the equation are too long, the command 
28145 \series bold
28146
28147 \backslash
28148 lefteqn
28149 \series default
28150
28151 \begin_inset Index
28152 status collapsed
28153
28154 \begin_layout Plain Layout
28155 Commands ! L ! 
28156 \backslash
28157 lefteqn
28158 \end_layout
28159
28160 \end_inset
28161
28162  is used.
28163  It is inserted to the first column of the first line and effects that all
28164  further insertions overwrite the following columns:
28165 \begin_inset Formula \begin{eqnarray}
28166 \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 \\
28167  &  & -\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 \\
28168  &  & =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}
28169
28170 \end_inset
28171
28172 After the insertion of 
28173 \series bold
28174
28175 \backslash
28176 lefteqn
28177 \series default
28178 , the cursor is in a purple box that is a bit shifted to the left from the
28179  blue one.
28180  In this the formula is inserted.
28181 \begin_inset Newline newline
28182 \end_inset
28183
28184 The content of the further lines is inserted to the second or another formula
28185  column.
28186  The greater the column number where it was inserted, the larger the indentation.
28187 \begin_inset VSpace medskip
28188 \end_inset
28189
28190
28191 \begin_inset Newline newline
28192 \end_inset
28193
28194
28195 \begin_inset Note Greyedout
28196 status open
28197
28198 \begin_layout Plain Layout
28199 Note the following when using 
28200 \series bold
28201
28202 \backslash
28203 lefteqn
28204 \series default
28205 :
28206 \end_layout
28207
28208 \begin_layout Itemize
28209 The formula doesn't use the full page width.
28210  When e.
28211 \begin_inset space \thinspace{}
28212 \end_inset
28213
28214 g.
28215 \begin_inset space \space{}
28216 \end_inset
28217
28218 the term 
28219 \begin_inset Formula $-B^{2}$
28220 \end_inset
28221
28222  is added to the first line in the above example, it would have been outside
28223  the page margin.
28224  To better use the width, negative space can be inserted at the beginning
28225  of the first line.
28226 \end_layout
28227
28228 \begin_layout Itemize
28229 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28230  line.
28231 \begin_inset Foot
28232 status collapsed
28233
28234 \begin_layout Plain Layout
28235 \begin_inset CommandInset href
28236 LatexCommand href
28237 name "LyX-bug #1429"
28238 target "http://www.lyx.org/trac/ticket/1429"
28239
28240 \end_inset
28241
28242
28243 \end_layout
28244
28245 \end_inset
28246
28247  One can only set the cursor at the beginning of the line and move it with
28248  the arrow keys.
28249 \end_layout
28250
28251 \end_inset
28252
28253
28254 \end_layout
28255
28256 \begin_layout Itemize
28257 Other methods to set long formulas are offered by the environments described
28258  in 
28259 \begin_inset CommandInset ref
28260 LatexCommand ref
28261 reference "sub:Multline-Environment"
28262
28263 \end_inset
28264
28265  and 
28266 \begin_inset CommandInset ref
28267 LatexCommand ref
28268 reference "sub:Multiline-Formula-Parts"
28269
28270 \end_inset
28271
28272 .
28273 \end_layout
28274
28275 \begin_layout Subsubsection
28276 Multiline Brackets
28277 \begin_inset CommandInset label
28278 LatexCommand label
28279 name "sub:Multiline-Brackets"
28280
28281 \end_inset
28282
28283
28284 \begin_inset Index
28285 status collapsed
28286
28287 \begin_layout Plain Layout
28288 Brackets ! for multiline expressions
28289 \end_layout
28290
28291 \end_inset
28292
28293
28294 \end_layout
28295
28296 \begin_layout Standard
28297 For brackets spanning multiple lines the following problem occurs:
28298 \begin_inset Formula \begin{eqnarray*}
28299 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28300  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28301
28302 \end_inset
28303
28304
28305 \end_layout
28306
28307 \begin_layout Standard
28308 The closing bracket is smaller than the opening bracket because brackets
28309  with variable size may not span multiple lines.
28310 \end_layout
28311
28312 \begin_layout Standard
28313 To set the bracket size for the second line correctly, the first line is
28314  ended with 
28315 \series bold
28316
28317 \backslash
28318 right.
28319 \series default
28320
28321 \begin_inset Index
28322 status collapsed
28323
28324 \begin_layout Plain Layout
28325 Commands ! R ! 
28326 \backslash
28327 right
28328 \end_layout
28329
28330 \end_inset
28331
28332  and the second line with 
28333 \series bold
28334
28335 \backslash
28336 left.
28337 \begin_inset Foot
28338 status collapsed
28339
28340 \begin_layout Plain Layout
28341 for more about 
28342 \series bold
28343
28344 \backslash
28345 left
28346 \series default
28347  and 
28348 \series bold
28349
28350 \backslash
28351 right
28352 \series default
28353  see 
28354 \begin_inset CommandInset ref
28355 LatexCommand ref
28356 reference "sub:Automatic-Bracket-Size"
28357
28358 \end_inset
28359
28360
28361 \end_layout
28362
28363 \end_inset
28364
28365
28366 \series default
28367
28368 \begin_inset Index
28369 status collapsed
28370
28371 \begin_layout Plain Layout
28372 Commands ! L ! 
28373 \backslash
28374 left
28375 \end_layout
28376
28377 \end_inset
28378
28379 .
28380  After 
28381 \series bold
28382
28383 \backslash
28384 left.
28385
28386 \series default
28387  the command 
28388 \series bold
28389
28390 \backslash
28391 vphantom
28392 \series default
28393
28394 \begin_inset ERT
28395 status collapsed
28396
28397 \begin_layout Plain Layout
28398
28399
28400 \backslash
28401 spce 
28402 \end_layout
28403
28404 \end_inset
28405
28406
28407 \series bold
28408
28409 \backslash
28410 prod
28411 \series default
28412 ^
28413 \begin_inset ERT
28414 status collapsed
28415
28416 \begin_layout Plain Layout
28417
28418
28419 \backslash
28420 spce 
28421 \end_layout
28422
28423 \end_inset
28424
28425
28426 \series bold
28427
28428 \backslash
28429 infty
28430 \series default
28431
28432 \begin_inset ERT
28433 status collapsed
28434
28435 \begin_layout Plain Layout
28436
28437
28438 \backslash
28439 spce 
28440 \end_layout
28441
28442 \end_inset
28443
28444
28445 \series bold
28446
28447 \begin_inset Formula $\downarrow$
28448 \end_inset
28449
28450 _R=1}
28451 \series default
28452
28453 \begin_inset Index
28454 status collapsed
28455
28456 \begin_layout Plain Layout
28457 Commands ! V ! 
28458 \backslash
28459 vphantom
28460 \end_layout
28461
28462 \end_inset
28463
28464  is inserted, because the multiplication operator with its limits is the
28465  largest symbol in the first line and this should be the size for the bracket
28466  in the second line.
28467 \end_layout
28468
28469 \begin_layout Standard
28470 The result is this:
28471 \begin_inset Formula \begin{eqnarray*}
28472 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28473  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28474
28475 \end_inset
28476
28477
28478 \end_layout
28479
28480 \begin_layout Subsection
28481 Align Environments
28482 \end_layout
28483
28484 \begin_layout Standard
28485 Align environments can be used for every kind of multiline formulas.
28486  They are specially useful to set several formulas side by side.
28487 \end_layout
28488
28489 \begin_layout Standard
28490 Align environments consist of columns.
28491  The odd columns are right aligned, the even ones left aligned.
28492  Every line in an Align environment can be numbered.
28493 \end_layout
28494
28495 \begin_layout Standard
28496 Align environments are created via the menu 
28497 \family sans
28498 Insert\SpecialChar \menuseparator
28499 Math
28500 \family default
28501 .
28502  With the menu 
28503 \family sans
28504 Edit\SpecialChar \menuseparator
28505 Math\SpecialChar \menuseparator
28506 Change Formula Type
28507 \family default
28508  already existing formulas can be converted to Align environments.
28509 \end_layout
28510
28511 \begin_layout Standard
28512 To add or delete columns, the math toolbar buttons 
28513 \begin_inset Graphics
28514         filename ../images/tabular-feature_append-column.png
28515         scale 85
28516
28517 \end_inset
28518
28519  or 
28520 \begin_inset Graphics
28521         filename ../images/tabular-feature_delete-column.png
28522         scale 85
28523
28524 \end_inset
28525
28526 , respectively, or the menu 
28527 \family sans
28528 Edit\SpecialChar \menuseparator
28529 Rows & Columns
28530 \family default
28531  can be used.
28532 \end_layout
28533
28534 \begin_layout Subsubsection
28535 Standard align Environment
28536 \begin_inset CommandInset label
28537 LatexCommand label
28538 name "sub:Standard-align-Environment"
28539
28540 \end_inset
28541
28542
28543 \begin_inset Index
28544 status collapsed
28545
28546 \begin_layout Plain Layout
28547 Formula ! multiline ! align environment
28548 \end_layout
28549
28550 \end_inset
28551
28552
28553 \end_layout
28554
28555 \begin_layout Standard
28556 This Align environment is created by presssing 
28557 \begin_inset Info
28558 type  "shortcut"
28559 arg   "newline-insert newline"
28560 \end_inset
28561
28562  in a formula or by the menu 
28563 \family sans
28564 Insert\SpecialChar \menuseparator
28565 Math\SpecialChar \menuseparator
28566 AMS align Environment
28567 \family default
28568 .
28569 \end_layout
28570
28571 \begin_layout Standard
28572 An example for two formulas set side by side, that are created with a four
28573  column align environment:
28574 \begin_inset Formula \begin{align*}
28575 A & =\sin(B) & C & =D\\
28576 C & \ne A & B & \ne D\end{align*}
28577
28578 \end_inset
28579
28580 As it can be seen, the formulas in this environment are placed so as if
28581  there would be a 
28582 \series bold
28583
28584 \backslash
28585 hfill
28586 \begin_inset Foot
28587 status collapsed
28588
28589 \begin_layout Plain Layout
28590 more about 
28591 \series bold
28592
28593 \backslash
28594 hfill
28595 \series default
28596  see 
28597 \begin_inset CommandInset ref
28598 LatexCommand ref
28599 reference "sub:Variable-Space"
28600
28601 \end_inset
28602
28603
28604 \end_layout
28605
28606 \end_inset
28607
28608
28609 \series default
28610  before the first and after every even column.
28611  When the formula style 
28612 \series bold
28613 Indented
28614 \begin_inset Foot
28615 status collapsed
28616
28617 \begin_layout Plain Layout
28618 formula styles see 
28619 \begin_inset CommandInset ref
28620 LatexCommand ref
28621 reference "sec:Formula-Styles"
28622
28623 \end_inset
28624
28625
28626 \end_layout
28627
28628 \end_inset
28629
28630
28631 \series default
28632  is used, the formula is set without the 
28633 \series bold
28634
28635 \backslash
28636 hfill
28637 \series default
28638  before the first column.
28639 \end_layout
28640
28641 \begin_layout Subsubsection
28642 Alignat Environment
28643 \begin_inset Index
28644 status collapsed
28645
28646 \begin_layout Plain Layout
28647 Formula ! multiline ! alignat environment
28648 \end_layout
28649
28650 \end_inset
28651
28652
28653 \end_layout
28654
28655 \begin_layout Standard
28656 The alignat environment has no predefined column separation.
28657  It can be inserted manually with the spaces that are described 
28658 \begin_inset CommandInset ref
28659 LatexCommand ref
28660 reference "sub:Space"
28661
28662 \end_inset
28663
28664 .
28665 \end_layout
28666
28667 \begin_layout Standard
28668 The above example in the alignat environment where 1
28669 \begin_inset space \thinspace{}
28670 \end_inset
28671
28672 cm space was inserted at the beginning of the second formula:
28673 \begin_inset Formula \begin{alignat*}{2}
28674 A & =\sin(B) & \hspace{1cm}C & =D\\
28675 C & \ne A & B & \ne D\end{alignat*}
28676
28677 \end_inset
28678
28679 Because the column separation can be set separately for every column, this
28680  environment is especially suitable to set three and more formulas side
28681  by side.
28682 \end_layout
28683
28684 \begin_layout Subsubsection
28685 Flalign Environment
28686 \begin_inset CommandInset label
28687 LatexCommand label
28688 name "sub:Flalign-Environment"
28689
28690 \end_inset
28691
28692
28693 \begin_inset Index
28694 status collapsed
28695
28696 \begin_layout Plain Layout
28697 Formula ! multiline ! flalign environment
28698 \end_layout
28699
28700 \end_inset
28701
28702
28703 \end_layout
28704
28705 \begin_layout Standard
28706 In this environment the first two columns are always set as much as possible
28707  to the left and the last two ones to the right.
28708  An example:
28709 \begin_inset Formula \begin{flalign*}
28710 A & =1 & B & =2 & C & =3\\
28711 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28712
28713 \end_inset
28714
28715
28716 \end_layout
28717
28718 \begin_layout Standard
28719 By creating a flalign environment with an odd number of columns where an
28720  empty TeX-brace is inserted to the last column, several formulas in a document
28721  can be set to the left, although the formula style 
28722 \series bold
28723 Centered
28724 \series default
28725  is used.
28726  As example the indented formula 
28727 \begin_inset CommandInset ref
28728 LatexCommand eqref
28729 reference "eq:VolInt"
28730
28731 \end_inset
28732
28733 :
28734 \begin_inset Formula \begin{flalign}
28735 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28736
28737 \end_inset
28738
28739 The first two columns contain the formula.
28740  To indent it as with the formula style 
28741 \series bold
28742 Indented
28743 \series default
28744 , 30
28745 \begin_inset space \thinspace{}
28746 \end_inset
28747
28748 pt space was inserted at the beginning of the first column.
28749 \end_layout
28750
28751 \begin_layout Subsection
28752 Eqnarray Environment
28753 \begin_inset CommandInset label
28754 LatexCommand label
28755 name "sub:Eqnarray-Environment"
28756
28757 \end_inset
28758
28759
28760 \begin_inset Index
28761 status collapsed
28762
28763 \begin_layout Plain Layout
28764 Formula ! multiline ! eqnarray environment
28765 \end_layout
28766
28767 \end_inset
28768
28769
28770 \end_layout
28771
28772 \begin_layout Standard
28773 When this environment has been created, three blue boxes appear.
28774  The content of the first box is right aligned, the content of the last
28775  one left aligned.
28776  The content of the middle box appears centered and a bit smaller, because
28777  it is designed to insert there only relation characters.
28778 \begin_inset Formula \begin{eqnarray*}
28779 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28780 AB & AB & AB\\
28781 A & = & A\end{eqnarray*}
28782
28783 \end_inset
28784
28785
28786 \end_layout
28787
28788 \begin_layout Subsection
28789 Gather Environment
28790 \begin_inset Index
28791 status collapsed
28792
28793 \begin_layout Plain Layout
28794 Formula ! multiline ! gather environment
28795 \end_layout
28796
28797 \end_inset
28798
28799
28800 \end_layout
28801
28802 \begin_layout Standard
28803 This environment consists of only one centered column.
28804  Every line can be numbered.
28805 \begin_inset Formula \begin{gather}
28806 A=1\\
28807 X=\textrm{-}1\end{gather}
28808
28809 \end_inset
28810
28811
28812 \end_layout
28813
28814 \begin_layout Subsection
28815 Multline Environment
28816 \begin_inset CommandInset label
28817 LatexCommand label
28818 name "sub:Multline-Environment"
28819
28820 \end_inset
28821
28822
28823 \begin_inset Index
28824 status collapsed
28825
28826 \begin_layout Plain Layout
28827 Formula ! multiline ! multline environment
28828 \end_layout
28829
28830 \end_inset
28831
28832
28833 \end_layout
28834
28835 \begin_layout Standard
28836 The multline environment consists, like the gather environment, of only
28837  one column.
28838  But the first line is left aligned, the last one right aligned.
28839  All other lines are centered.
28840  Therefore this environment is suitable for long formulas.
28841  As example formula 
28842 \begin_inset CommandInset ref
28843 LatexCommand eqref
28844 reference "eq:lefteqn"
28845
28846 \end_inset
28847
28848  in the multline environment:
28849 \begin_inset Formula \begin{multline}
28850 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}\\
28851 -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}\\
28852 =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}
28853
28854 \end_inset
28855
28856
28857 \end_layout
28858
28859 \begin_layout Standard
28860 In the output only the last (first) line of a multline environment appears
28861  numbered when the document numbering is right (left).
28862 \begin_inset Foot
28863 status collapsed
28864
28865 \begin_layout Plain Layout
28866 numbering styles see 
28867 \begin_inset CommandInset ref
28868 LatexCommand ref
28869 reference "sec:Formula-Styles"
28870
28871 \end_inset
28872
28873
28874 \end_layout
28875
28876 \end_inset
28877
28878
28879 \end_layout
28880
28881 \begin_layout Standard
28882 With the commands 
28883 \series bold
28884
28885 \backslash
28886 shoveright
28887 \begin_inset Index
28888 status collapsed
28889
28890 \begin_layout Plain Layout
28891 Commands ! S ! 
28892 \backslash
28893 shoveright
28894 \end_layout
28895
28896 \end_inset
28897
28898
28899 \series default
28900  and 
28901 \series bold
28902
28903 \backslash
28904 shoveleft
28905 \begin_inset Index
28906 status collapsed
28907
28908 \begin_layout Plain Layout
28909 Commands ! S ! 
28910 \backslash
28911 shoveleft
28912 \end_layout
28913
28914 \end_inset
28915
28916
28917 \series default
28918  a centered line can be right or left aligned, respectively.
28919  The commands are used as follows:
28920 \end_layout
28921
28922 \begin_layout Standard
28923
28924 \series bold
28925
28926 \backslash
28927 shoveright{line content}
28928 \series default
28929  and 
28930 \series bold
28931
28932 \backslash
28933 shoveleft{line content}
28934 \end_layout
28935
28936 \begin_layout Standard
28937 \begin_inset VSpace medskip
28938 \end_inset
28939
28940 The length 
28941 \series bold
28942
28943 \backslash
28944 multlinegap
28945 \begin_inset Index
28946 status collapsed
28947
28948 \begin_layout Plain Layout
28949 Commands ! M ! 
28950 \backslash
28951 multlinegap
28952 \end_layout
28953
28954 \end_inset
28955
28956
28957 \series default
28958  specifies the distance of the first line from the left page margin.
28959  Predefined is the length 0
28960 \begin_inset space \thinspace{}
28961 \end_inset
28962
28963 pt.
28964 \end_layout
28965
28966 \begin_layout Standard
28967 As example the above formula where the command
28968 \end_layout
28969
28970 \begin_layout Standard
28971
28972 \series bold
28973
28974 \backslash
28975 setlength{
28976 \backslash
28977 multlinegap}{2cm}
28978 \end_layout
28979
28980 \begin_layout Standard
28981 was inserted in TeX-mode before:
28982 \begin_inset ERT
28983 status collapsed
28984
28985 \begin_layout Plain Layout
28986
28987
28988 \backslash
28989 setlength{
28990 \backslash
28991 multlinegap}{2cm}
28992 \end_layout
28993
28994 \end_inset
28995
28996
28997 \begin_inset Formula \begin{multline}
28998 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}\\
28999 \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}}\\
29000 =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}
29001
29002 \end_inset
29003
29004
29005 \begin_inset ERT
29006 status collapsed
29007
29008 \begin_layout Plain Layout
29009
29010
29011 \backslash
29012 setlength{
29013 \backslash
29014 multlinegap}{0pt}
29015 \end_layout
29016
29017 \end_inset
29018
29019 The second line was left aligned using 
29020 \series bold
29021
29022 \backslash
29023 shoveleft
29024 \series default
29025 .
29026 \end_layout
29027
29028 \begin_layout Subsection
29029 Multiline Formula Parts
29030 \begin_inset CommandInset label
29031 LatexCommand label
29032 name "sub:Multiline-Formula-Parts"
29033
29034 \end_inset
29035
29036
29037 \begin_inset Index
29038 status collapsed
29039
29040 \begin_layout Plain Layout
29041 Formula ! multiline ! formula parts
29042 \end_layout
29043
29044 \end_inset
29045
29046
29047 \end_layout
29048
29049 \begin_layout Standard
29050 To display only parts of a formula with multiple lines, one of the following
29051  environments are used: 
29052 \series bold
29053 aligned
29054 \series default
29055
29056 \series bold
29057 alignedat
29058 \series default
29059
29060 \series bold
29061 gathered
29062 \series default
29063  or 
29064 \series bold
29065 split
29066 \series default
29067 .
29068  They can be inserted via the menu 
29069 \family sans
29070 Insert\SpecialChar \menuseparator
29071 Math
29072 \family default
29073  or by using the commands described in this section.
29074 \end_layout
29075
29076 \begin_layout Standard
29077 The first three have the same properties as the corresponding multiline
29078  formula environments, but it is possible to set further formula parts beside
29079  them.
29080  An example:
29081 \begin_inset Formula \[
29082 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29083 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29084 \right\} \textrm{Uncertainty relations}\]
29085
29086 \end_inset
29087
29088
29089 \end_layout
29090
29091 \begin_layout Standard
29092 To get this formula, a displayed formula is created where the command 
29093 \series bold
29094
29095 \backslash
29096 aligned
29097 \begin_inset Index
29098 status collapsed
29099
29100 \begin_layout Plain Layout
29101 Commands ! A ! 
29102 \backslash
29103 aligned
29104 \end_layout
29105
29106 \end_inset
29107
29108
29109 \series default
29110  is inserted.
29111  A purple box appears around the blue formula box where now columns and
29112  lines can be added.
29113  Outside the multiline environment other formula parts can be set, like
29114  the brace.
29115 \end_layout
29116
29117 \begin_layout Standard
29118 The aligned environment is also suitable for long formulas whose lines are
29119  horizontally aligned.
29120  Using aligned in a displayed formula has the advantage that the formula
29121  number is vertically centered behind the lines.
29122  As example formula 
29123 \begin_inset CommandInset ref
29124 LatexCommand eqref
29125 reference "eq:shortlong"
29126
29127 \end_inset
29128
29129  in the aligned environment:
29130 \begin_inset Formula \begin{equation}
29131 \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}|}\\
29132  & -\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}
29133 \end{equation}
29134
29135 \end_inset
29136
29137
29138 \end_layout
29139
29140 \begin_layout Standard
29141 To use the environments 
29142 \series bold
29143 alignedat
29144 \series default
29145
29146 \series bold
29147 gathered
29148 \series default
29149 , or 
29150 \series bold
29151 split
29152 \series default
29153 , the command 
29154 \series bold
29155
29156 \backslash
29157 alignedat
29158 \series default
29159 ,
29160 \begin_inset Index
29161 status collapsed
29162
29163 \begin_layout Plain Layout
29164 Commands ! A ! 
29165 \backslash
29166 alignedat
29167 \end_layout
29168
29169 \end_inset
29170
29171  
29172 \series bold
29173
29174 \backslash
29175 gathered
29176 \series default
29177
29178 \begin_inset Index
29179 status collapsed
29180
29181 \begin_layout Plain Layout
29182 Commands ! G ! 
29183 \backslash
29184 gathered
29185 \end_layout
29186
29187 \end_inset
29188
29189 , or 
29190 \series bold
29191
29192 \backslash
29193 split
29194 \series default
29195
29196 \begin_inset Index
29197 status collapsed
29198
29199 \begin_layout Plain Layout
29200 Commands ! S ! 
29201 \backslash
29202 split
29203 \end_layout
29204
29205 \end_inset
29206
29207  are inserted, respectively.
29208  The split environment has the same properties as the aligned environment
29209  but it can only have two columns.
29210 \end_layout
29211
29212 \begin_layout Subsection
29213 Text in multiline Formulas
29214 \begin_inset CommandInset label
29215 LatexCommand label
29216 name "sub:Text-in-multiline"
29217
29218 \end_inset
29219
29220
29221 \begin_inset Index
29222 status collapsed
29223
29224 \begin_layout Plain Layout
29225 Text ! in formulas
29226 \end_layout
29227
29228 \end_inset
29229
29230
29231 \begin_inset Index
29232 status collapsed
29233
29234 \begin_layout Plain Layout
29235 Formula ! multiline ! text
29236 \end_layout
29237
29238 \end_inset
29239
29240
29241 \end_layout
29242
29243 \begin_layout Standard
29244 In the Align environments, and the multline and gather environment, text
29245  can be inserted that will appear in a separate line and doesn't affect
29246  the column alignment.
29247  To do this, the command 
29248 \series bold
29249
29250 \backslash
29251 intertext
29252 \begin_inset Index
29253 status collapsed
29254
29255 \begin_layout Plain Layout
29256 Commands ! I ! 
29257 \backslash
29258 intertext
29259 \end_layout
29260
29261 \end_inset
29262
29263
29264 \series default
29265  is used in the following scheme:
29266 \end_layout
29267
29268 \begin_layout Standard
29269
29270 \series bold
29271
29272 \backslash
29273 intertext{text}
29274 \end_layout
29275
29276 \begin_layout Standard
29277 The text should not be longer than a line because it cannot be hyphenated.
29278  As LyX doesn't yet support 
29279 \series bold
29280
29281 \backslash
29282 intertext
29283 \series default
29284  directly, the text is written as mathematical text.
29285  
29286 \series bold
29287
29288 \backslash
29289 intertext
29290 \series default
29291  must hereby be at the beginning of a line and appears in the output above
29292  this line.
29293  An example where the text was inserted at the beginning of the second line:
29294 \begin_inset Formula \begin{align}
29295 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29296 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29297
29298 \end_inset
29299
29300
29301 \end_layout
29302
29303 \begin_layout Section
29304 Formula Numbering
29305 \begin_inset Index
29306 status collapsed
29307
29308 \begin_layout Plain Layout
29309 Formula numbering
29310 \end_layout
29311
29312 \end_inset
29313
29314
29315 \begin_inset Index
29316 status collapsed
29317
29318 \begin_layout Plain Layout
29319 Formula ! numbering|see
29320 \begin_inset ERT
29321 status collapsed
29322
29323 \begin_layout Plain Layout
29324
29325 {
29326 \end_layout
29327
29328 \end_inset
29329
29330 Formula numbering
29331 \begin_inset ERT
29332 status collapsed
29333
29334 \begin_layout Plain Layout
29335
29336 }
29337 \end_layout
29338
29339 \end_inset
29340
29341
29342 \end_layout
29343
29344 \end_inset
29345
29346
29347 \end_layout
29348
29349 \begin_layout Subsection
29350 General
29351 \end_layout
29352
29353 \begin_layout Standard
29354 Numbered formulas can be created with the menu 
29355 \family sans
29356 Insert\SpecialChar \menuseparator
29357 Math\SpecialChar \menuseparator
29358 Numbered
29359 \begin_inset space ~
29360 \end_inset
29361
29362 Formula
29363 \family default
29364  (shortcut 
29365 \family sans
29366 Ctrl+Alt
29367 \begin_inset space ~
29368 \end_inset
29369
29370 N
29371 \family default
29372 ).
29373  Existing formulas can be numbered with the menu 
29374 \family sans
29375 Edit\SpecialChar \menuseparator
29376 Math\SpecialChar \menuseparator
29377 Toggle
29378 \begin_inset space ~
29379 \end_inset
29380
29381 Numbering
29382 \family default
29383  (shortcut 
29384 \begin_inset Info
29385 type  "shortcut"
29386 arg   "math-number-toggle"
29387 \end_inset
29388
29389 ).
29390  The formula number is displayed in LyX behind the formula as number sign
29391  in parentheses.
29392  The number sign is replaced in the output by the formula number.
29393 \end_layout
29394
29395 \begin_layout Standard
29396 When numbering is turned on in multiline formulas, all lines will be numbered.
29397  But the numbering can be controlled with the menu 
29398 \family sans
29399 Edit\SpecialChar \menuseparator
29400 Math\SpecialChar \menuseparator
29401 Toggle
29402 \begin_inset space ~
29403 \end_inset
29404
29405 Numbering
29406 \begin_inset space ~
29407 \end_inset
29408
29409 of
29410 \begin_inset space ~
29411 \end_inset
29412
29413 Line
29414 \family default
29415  (shortcut
29416 \begin_inset Info
29417 type  "shortcut"
29418 arg   "math-number-line-toggle"
29419 \end_inset
29420
29421 ) for every line.
29422 \end_layout
29423
29424 \begin_layout Standard
29425 Except for inline formulas, all formulas can be numbered with two different
29426  styles, see 
29427 \begin_inset CommandInset ref
29428 LatexCommand ref
29429 reference "sec:Formula-Styles"
29430
29431 \end_inset
29432
29433 .
29434 \end_layout
29435
29436 \begin_layout Subsection
29437 Cross-References
29438 \begin_inset Index
29439 status collapsed
29440
29441 \begin_layout Plain Layout
29442 Cross-references ! to formulas
29443 \end_layout
29444
29445 \end_inset
29446
29447
29448 \end_layout
29449
29450 \begin_layout Standard
29451 All labeled formulas can be cross-referenced.
29452  A label is added by the menu 
29453 \family sans
29454 Insert\SpecialChar \menuseparator
29455 Label
29456 \family default
29457  or the toolbar button 
29458 \begin_inset Graphics
29459         filename ../images/label-insert.png
29460         scale 85
29461
29462 \end_inset
29463
29464 .
29465  The cursor must hereby be inside a displayed formula.
29466  A dialog pops up displaying the prefix 
29467 \series bold
29468 eq:
29469 \series default
29470  in a text field.
29471  The label is inserted there behind the prefix.
29472  The predefined prefix means 
29473 \begin_inset Quotes eld
29474 \end_inset
29475
29476 equation
29477 \begin_inset Quotes erd
29478 \end_inset
29479
29480  and makes it easier to find labels in large documents because it marks
29481  it as formula label to divide it from e.
29482 \begin_inset space \thinspace{}
29483 \end_inset
29484
29485 g.
29486 \begin_inset space \space{}
29487 \end_inset
29488
29489 section labels.
29490  To change a label, the menu 
29491 \family sans
29492 Insert\SpecialChar \menuseparator
29493 Label
29494 \family default
29495  is used again.
29496 \end_layout
29497
29498 \begin_layout Standard
29499 The name of the label is displayed in LyX within two parentheses behind
29500  formula.
29501  A formula with a label is always numbered.
29502 \end_layout
29503
29504 \begin_layout Standard
29505 Cross-references are inserted via the menu 
29506 \family sans
29507 Insert\SpecialChar \menuseparator
29508 Cross-Reference
29509 \family default
29510  or with the toolbar button 
29511 \begin_inset Graphics
29512         filename ../images/dialog-show-new-inset_ref.png
29513         scale 85
29514
29515 \end_inset
29516
29517 .
29518  A formula cross-reference appears in the output as formula number.
29519  When in the cross-reference dialog window the format 
29520 \series bold
29521 (<reference>)
29522 \series default
29523  is chosen, the cross-reference appears in the output as formula number
29524  in parentheses.
29525 \begin_inset Newline newline
29526 \end_inset
29527
29528 By right-clicking on a cross-reference in LyX, one jumps to the formula
29529  that is referenced.
29530 \end_layout
29531
29532 \begin_layout Standard
29533 Here are as examples cross-references to formulas of the following subsections:
29534 \begin_inset Note Note
29535 status open
29536
29537 \begin_layout Plain Layout
29538 Note the different cross-reference types.
29539 \end_layout
29540
29541 \end_inset
29542
29543
29544 \end_layout
29545
29546 \begin_layout Standard
29547 The equations 
29548 \begin_inset CommandInset ref
29549 LatexCommand eqref
29550 reference "eq:tag"
29551
29552 \end_inset
29553
29554  and 
29555 \begin_inset CommandInset ref
29556 LatexCommand eqref
29557 reference "eq:c"
29558
29559 \end_inset
29560
29561  are equivalent.
29562  In (
29563 \begin_inset CommandInset ref
29564 LatexCommand ref
29565 reference "eq:Lat"
29566
29567 \end_inset
29568
29569 ) big Latin letters are used for the numbering in contrary to (
29570 \begin_inset CommandInset ref
29571 LatexCommand ref
29572 reference "eq:Rom"
29573
29574 \end_inset
29575
29576 ).
29577 \end_layout
29578
29579 \begin_layout Standard
29580 \begin_inset VSpace medskip
29581 \end_inset
29582
29583 When the argument of 
29584 \series bold
29585
29586 \backslash
29587 tag
29588 \begin_inset Foot
29589 status collapsed
29590
29591 \begin_layout Plain Layout
29592
29593 \series bold
29594
29595 \backslash
29596 tag
29597 \series default
29598  is described in 
29599 \begin_inset CommandInset ref
29600 LatexCommand ref
29601 reference "sub:User-defined-Numbering"
29602
29603 \end_inset
29604
29605 .
29606 \end_layout
29607
29608 \end_inset
29609
29610
29611 \series default
29612  contains a box like in 
29613 \begin_inset CommandInset ref
29614 LatexCommand ref
29615 reference "sub:Paragraph-Boxes"
29616
29617 \end_inset
29618
29619 , the formula cannot be referenced.
29620 \end_layout
29621
29622 \begin_layout Subsection
29623 Subnumbering
29624 \begin_inset Index
29625 status collapsed
29626
29627 \begin_layout Plain Layout
29628 Formula numbering ! subnumbering
29629 \end_layout
29630
29631 \end_inset
29632
29633
29634 \end_layout
29635
29636 \begin_layout Standard
29637 With the help of the commands 
29638 \series bold
29639
29640 \backslash
29641 begin{subequations}
29642 \series default
29643  and 
29644 \series bold
29645
29646 \backslash
29647 end{subequations}
29648 \series default
29649  formulas can be subnumbered.
29650  Both commands are inserted in TeX-mode.
29651 \end_layout
29652
29653 \begin_layout Standard
29654 An example:
29655 \begin_inset Formula \begin{equation}
29656 A=C-B\label{eq:a}\end{equation}
29657
29658 \end_inset
29659
29660
29661 \begin_inset ERT
29662 status collapsed
29663
29664 \begin_layout Plain Layout
29665
29666
29667 \backslash
29668 addtocounter{equation}{-1}
29669 \end_layout
29670
29671 \end_inset
29672
29673
29674 \begin_inset ERT
29675 status collapsed
29676
29677 \begin_layout Plain Layout
29678
29679
29680 \backslash
29681 begin{subequations}
29682 \end_layout
29683
29684 \end_inset
29685
29686
29687 \begin_inset VSpace -5mm
29688 \end_inset
29689
29690
29691 \begin_inset Formula \begin{equation}
29692 B=C-A\label{eq:b}\end{equation}
29693
29694 \end_inset
29695
29696
29697 \begin_inset Formula \begin{equation}
29698 C=A+B\label{eq:c}\end{equation}
29699
29700 \end_inset
29701
29702
29703 \end_layout
29704
29705 \begin_layout Standard
29706 \begin_inset ERT
29707 status collapsed
29708
29709 \begin_layout Plain Layout
29710
29711
29712 \backslash
29713 end{subequations}
29714 \end_layout
29715
29716 \end_inset
29717
29718
29719 \end_layout
29720
29721 \begin_layout Standard
29722 To create the example, the following is done:
29723 \end_layout
29724
29725 \begin_layout Enumerate
29726 first formula is inserted
29727 \end_layout
29728
29729 \begin_layout Enumerate
29730
29731 \series bold
29732
29733 \backslash
29734 addtocounter{equation}{-1} 
29735 \backslash
29736 begin{subequations}
29737 \begin_inset Index
29738 status collapsed
29739
29740 \begin_layout Plain Layout
29741 Commands ! A ! 
29742 \backslash
29743 addtocounter
29744 \end_layout
29745
29746 \end_inset
29747
29748
29749 \begin_inset Newline newline
29750 \end_inset
29751
29752
29753 \series default
29754 is inserted after the first formula
29755 \end_layout
29756
29757 \begin_layout Enumerate
29758 second formula is inserted
29759 \end_layout
29760
29761 \begin_layout Enumerate
29762 third formula is inserted
29763 \end_layout
29764
29765 \begin_layout Enumerate
29766
29767 \series bold
29768
29769 \backslash
29770 end{subequations}
29771 \series default
29772  is inserted after the third formula
29773 \end_layout
29774
29775 \begin_layout Standard
29776 Every formula between the commands 
29777 \series bold
29778
29779 \backslash
29780 begin
29781 \series default
29782  and 
29783 \series bold
29784
29785 \backslash
29786 end
29787 \series default
29788  is subnumbered as a, b, 
29789 \begin_inset Newline linebreak
29790 \end_inset
29791
29792 c, \SpecialChar \ldots{}
29793  For multiline formulas every line will be subnumbered.
29794  All subnumbered formulas are treated as 
29795 \emph on
29796 one
29797 \emph default
29798  numbered formula.
29799  But as every numbered formula increases the counter 
29800 \series bold
29801 equation
29802 \series default
29803  by one, the command 
29804 \series bold
29805
29806 \backslash
29807 addtocounter
29808 \series default
29809  is needed to decrease it.
29810  Otherwise the formulas 
29811 \begin_inset CommandInset ref
29812 LatexCommand eqref
29813 reference "eq:a"
29814
29815 \end_inset
29816
29817
29818 \begin_inset CommandInset ref
29819 LatexCommand eqref
29820 reference "eq:b"
29821
29822 \end_inset
29823
29824
29825 \begin_inset CommandInset ref
29826 LatexCommand eqref
29827 reference "eq:c"
29828
29829 \end_inset
29830
29831  would be numbered as 
29832 \begin_inset CommandInset ref
29833 LatexCommand eqref
29834 reference "eq:a"
29835
29836 \end_inset
29837
29838
29839 \begin_inset CommandInset ref
29840 LatexCommand eqref
29841 reference "eq:d"
29842
29843 \end_inset
29844
29845
29846 \begin_inset CommandInset ref
29847 LatexCommand eqref
29848 reference "eq:f"
29849
29850 \end_inset
29851
29852 .
29853 \end_layout
29854
29855 \begin_layout Standard
29856 By inserting the commands in TeX-mode, a space is created between the first
29857  two formulas.
29858  To revert this -5
29859 \begin_inset space \thinspace{}
29860 \end_inset
29861
29862 mm vertical space is inserted after the command 
29863 \series bold
29864
29865 \backslash
29866 begin{subequations}
29867 \series default
29868 .
29869  When the formula style 
29870 \series bold
29871 Indented
29872 \begin_inset Foot
29873 status collapsed
29874
29875 \begin_layout Plain Layout
29876 formula styles see 
29877 \begin_inset CommandInset ref
29878 LatexCommand ref
29879 reference "sec:Formula-Styles"
29880
29881 \end_inset
29882
29883
29884 \end_layout
29885
29886 \end_inset
29887
29888
29889 \series default
29890  is used, -7
29891 \begin_inset space \thinspace{}
29892 \end_inset
29893
29894 mm space is inserted instead.
29895 \end_layout
29896
29897 \begin_layout Standard
29898 Here is an example for a multiline formula where the numbering was turned
29899  off for the second line:
29900 \begin_inset ERT
29901 status collapsed
29902
29903 \begin_layout Plain Layout
29904
29905
29906 \backslash
29907 begin{subequations}
29908 \end_layout
29909
29910 \end_inset
29911
29912
29913 \begin_inset Formula \begin{eqnarray}
29914 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29915  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29916  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29917
29918 \end_inset
29919
29920
29921 \begin_inset ERT
29922 status collapsed
29923
29924 \begin_layout Plain Layout
29925
29926
29927 \backslash
29928 end{subequations}
29929 \end_layout
29930
29931 \end_inset
29932
29933
29934 \end_layout
29935
29936 \begin_layout Subsection
29937 User-defined Numbering
29938 \begin_inset CommandInset label
29939 LatexCommand label
29940 name "sub:User-defined-Numbering"
29941
29942 \end_inset
29943
29944
29945 \begin_inset Index
29946 status collapsed
29947
29948 \begin_layout Plain Layout
29949 Formula numbering ! user-defined
29950 \end_layout
29951
29952 \end_inset
29953
29954
29955 \end_layout
29956
29957 \begin_layout Standard
29958 \begin_inset Index
29959 status collapsed
29960
29961 \begin_layout Plain Layout
29962 Formula numbering ! self-defined delimiters
29963 \end_layout
29964
29965 \end_inset
29966
29967 With the standard numbering parentheses are set around the formula number.
29968  To replace the parentheses for example by vertical bars, the following
29969  line is added to the LaTeX-preamble:
29970 \end_layout
29971
29972 \begin_layout Standard
29973
29974 \series bold
29975
29976 \backslash
29977 def
29978 \backslash
29979 tagform@#1{
29980 \backslash
29981 maketag@@@{|#1|}}
29982 \series default
29983
29984 \begin_inset Note Note
29985 status collapsed
29986
29987 \begin_layout Plain Layout
29988 This macro is already declared in the LaTeX-preamble for testing.
29989  To activate it, remove the percent sign at the beginning.
29990 \end_layout
29991
29992 \end_inset
29993
29994
29995 \end_layout
29996
29997 \begin_layout Standard
29998 To use other characters, the vertical bars besides the 
29999 \series bold
30000 #1
30001 \series default
30002  are replaced by one ore more characters.
30003  To get only the formula number the vertical bars are omitted.
30004 \end_layout
30005
30006 \begin_layout Standard
30007 \begin_inset VSpace bigskip
30008 \end_inset
30009
30010 When there should be an expression of your choice instead of the consecutive
30011  formula number in parentheses behind the formula, the command 
30012 \series bold
30013
30014 \backslash
30015 tag
30016 \series default
30017
30018 \begin_inset Index
30019 status collapsed
30020
30021 \begin_layout Plain Layout
30022 Commands ! T ! 
30023 \backslash
30024 tag
30025 \end_layout
30026
30027 \end_inset
30028
30029  is used:
30030 \begin_inset Formula \begin{equation}
30031 A+B=C\tag{something}\label{eq:tag}\end{equation}
30032
30033 \end_inset
30034
30035 In this example the command 
30036 \series bold
30037
30038 \backslash
30039 tag
30040 \begin_inset ERT
30041 status collapsed
30042
30043 \begin_layout Plain Layout
30044
30045
30046 \backslash
30047 spce 
30048 \end_layout
30049
30050 \end_inset
30051
30052 something
30053 \series default
30054  was inserted to the formula.
30055 \end_layout
30056
30057 \begin_layout Standard
30058 When the command 
30059 \series bold
30060
30061 \backslash
30062 tag*
30063 \begin_inset ERT
30064 status collapsed
30065
30066 \begin_layout Plain Layout
30067
30068
30069 \backslash
30070 spce 
30071 \end_layout
30072
30073 \end_inset
30074
30075 something
30076 \series default
30077  is inserted instead, the star prevents the parentheses around the expression:
30078 \begin_inset Formula \[
30079 A+B=C\tag*{something}\]
30080
30081 \end_inset
30082
30083
30084 \end_layout
30085
30086 \begin_layout Standard
30087 \begin_inset VSpace bigskip
30088 \end_inset
30089
30090 To restart the formula numbering with new document parts or sections, the
30091  following command is used:
30092 \end_layout
30093
30094 \begin_layout Standard
30095
30096 \series bold
30097
30098 \backslash
30099 @addtoreset{equation}{part}
30100 \series default
30101
30102 \begin_inset Index
30103 status collapsed
30104
30105 \begin_layout Plain Layout
30106 Commands ! 
30107 \begin_inset ERT
30108 status collapsed
30109
30110 \begin_layout Plain Layout
30111
30112 "
30113 \end_layout
30114
30115 \end_inset
30116
30117 @
30118 \begin_inset ERT
30119 status collapsed
30120
30121 \begin_layout Plain Layout
30122
30123 "
30124 \end_layout
30125
30126 \end_inset
30127
30128  ! 
30129 \backslash
30130
30131 \begin_inset ERT
30132 status collapsed
30133
30134 \begin_layout Plain Layout
30135
30136 "
30137 \end_layout
30138
30139 \end_inset
30140
30141 @
30142 \begin_inset ERT
30143 status collapsed
30144
30145 \begin_layout Plain Layout
30146
30147 "
30148 \end_layout
30149
30150 \end_inset
30151
30152 addtoreset
30153 \end_layout
30154
30155 \end_inset
30156
30157
30158 \begin_inset Newline newline
30159 \end_inset
30160
30161 resp.
30162 \begin_inset Newline newline
30163 \end_inset
30164
30165
30166 \series bold
30167
30168 \backslash
30169 @addtoreset{equation}{section}
30170 \end_layout
30171
30172 \begin_layout Standard
30173 To be able to use these commands in TeX-mode, the 
30174 \begin_inset Quotes eld
30175 \end_inset
30176
30177 @
30178 \begin_inset Quotes erd
30179 \end_inset
30180
30181  character has to be made 
30182 \begin_inset Quotes eld
30183 \end_inset
30184
30185 active
30186 \begin_inset Quotes erd
30187 \end_inset
30188
30189  for LaTeX using the command 
30190 \series bold
30191
30192 \backslash
30193 makeatletter.
30194
30195 \series default
30196  The command 
30197 \series bold
30198
30199 \backslash
30200 makeatother
30201 \series default
30202  reverts this.
30203  So the command sequence in TeX-mode is:
30204 \end_layout
30205
30206 \begin_layout Standard
30207
30208 \series bold
30209
30210 \backslash
30211 makeatletter
30212 \begin_inset Newline newline
30213 \end_inset
30214
30215
30216 \backslash
30217 @addtoreset{equation}{section}
30218 \begin_inset Newline newline
30219 \end_inset
30220
30221
30222 \backslash
30223 makeatother
30224 \end_layout
30225
30226 \begin_layout Standard
30227 In the LaTeX-preamble 
30228 \series bold
30229
30230 \backslash
30231 makeatletter
30232 \series default
30233  and 
30234 \series bold
30235
30236 \backslash
30237 makeatother
30238 \series default
30239  can be omitted as they are automatically internally inserted by LyX.
30240 \end_layout
30241
30242 \begin_layout Standard
30243 To revert 
30244 \series bold
30245
30246 \backslash
30247 @addtoreset
30248 \series default
30249 , the file 
30250 \series bold
30251 remreset.sty
30252 \series default
30253
30254 \begin_inset Foot
30255 status collapsed
30256
30257 \begin_layout Plain Layout
30258
30259 \series bold
30260 remreset
30261 \series default
30262  is part of the LaTeX-package 
30263 \series bold
30264 carlisle
30265 \series default
30266
30267 \begin_inset Index
30268 status collapsed
30269
30270 \begin_layout Plain Layout
30271 Packages ! carlisle
30272 \end_layout
30273
30274 \end_inset
30275
30276  that is part of every LaTeX standard installation.
30277 \end_layout
30278
30279 \end_inset
30280
30281
30282 \begin_inset Index
30283 status collapsed
30284
30285 \begin_layout Plain Layout
30286 Packages ! remreset
30287 \end_layout
30288
30289 \end_inset
30290
30291  has to be loaded in the LaTeX-preamble with the line
30292 \end_layout
30293
30294 \begin_layout Standard
30295
30296 \series bold
30297
30298 \backslash
30299 usepackage{remreset}
30300 \end_layout
30301
30302 \begin_layout Standard
30303 Then the command 
30304 \series bold
30305
30306 \backslash
30307 @removefromreset
30308 \series default
30309
30310 \begin_inset Index
30311 status collapsed
30312
30313 \begin_layout Plain Layout
30314 Commands ! 
30315 \begin_inset ERT
30316 status collapsed
30317
30318 \begin_layout Plain Layout
30319
30320 "
30321 \end_layout
30322
30323 \end_inset
30324
30325 @
30326 \begin_inset ERT
30327 status collapsed
30328
30329 \begin_layout Plain Layout
30330
30331 "
30332 \end_layout
30333
30334 \end_inset
30335
30336  ! 
30337 \backslash
30338
30339 \begin_inset ERT
30340 status collapsed
30341
30342 \begin_layout Plain Layout
30343
30344 "
30345 \end_layout
30346
30347 \end_inset
30348
30349 @
30350 \begin_inset ERT
30351 status collapsed
30352
30353 \begin_layout Plain Layout
30354
30355 "
30356 \end_layout
30357
30358 \end_inset
30359
30360 removefromreset
30361 \end_layout
30362
30363 \end_inset
30364
30365  can be used with the same scheme as 
30366 \series bold
30367
30368 \backslash
30369 @addtoreset
30370 \series default
30371 .
30372 \end_layout
30373
30374 \begin_layout Standard
30375 \begin_inset VSpace bigskip
30376 \end_inset
30377
30378 Sometimes formulas should be numbered in the following form:
30379 \end_layout
30380
30381 \begin_layout Standard
30382
30383 \family typewriter
30384 (section number.formula number)
30385 \end_layout
30386
30387 \begin_layout Standard
30388 The formula number should start with every section with 
30389 \begin_inset Quotes eld
30390 \end_inset
30391
30392 1
30393 \begin_inset Quotes erd
30394 \end_inset
30395
30396 .
30397 \end_layout
30398
30399 \begin_layout Standard
30400 For this case there is the command 
30401 \series bold
30402
30403 \backslash
30404 numberwithin
30405 \series default
30406
30407 \begin_inset Index
30408 status collapsed
30409
30410 \begin_layout Plain Layout
30411 Commands ! N ! 
30412 \backslash
30413 numberwithin
30414 \end_layout
30415
30416 \end_inset
30417
30418 , which is used with the following scheme:
30419 \end_layout
30420
30421 \begin_layout Standard
30422
30423 \series bold
30424
30425 \backslash
30426 numberwithin{counter}{sectioning}
30427 \end_layout
30428
30429 \begin_layout Standard
30430 Counter denotes what kind of numbering is affected, sectioning denotes what
30431  number is before the dot.
30432 \end_layout
30433
30434 \begin_layout Standard
30435 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30436 \end_layout
30437
30438 \begin_layout Standard
30439
30440 \series bold
30441
30442 \backslash
30443 numberwithin{equation}{section}
30444 \end_layout
30445
30446 \begin_layout Standard
30447 This is the result:
30448 \begin_inset ERT
30449 status collapsed
30450
30451 \begin_layout Plain Layout
30452
30453
30454 \backslash
30455 numberwithin{equation}{section}
30456 \end_layout
30457
30458 \end_inset
30459
30460
30461 \begin_inset Formula \begin{equation}
30462 A+B=C\end{equation}
30463
30464 \end_inset
30465
30466
30467 \end_layout
30468
30469 \begin_layout Standard
30470 To number e.
30471 \begin_inset space \thinspace{}
30472 \end_inset
30473
30474 g.
30475 \begin_inset space \space{}
30476 \end_inset
30477
30478 tables so that the number of the part is the sectioning,
30479 \begin_inset Newline newline
30480 \end_inset
30481
30482
30483 \series bold
30484
30485 \backslash
30486 numberwithin{table}{part}
30487 \series default
30488  is used.
30489 \end_layout
30490
30491 \begin_layout Standard
30492 To go back to the standard numbering or to prevent this kind of numbering
30493  when it is defined by the document class, the following command is inserted
30494  as TeX-Code or to the LaTeX-preamble:
30495 \end_layout
30496
30497 \begin_layout Standard
30498
30499 \series bold
30500
30501 \backslash
30502 renewcommand{
30503 \backslash
30504 theequation}{
30505 \backslash
30506 arabic{equation}}
30507 \begin_inset Index
30508 status collapsed
30509
30510 \begin_layout Plain Layout
30511 Commands ! A ! 
30512 \backslash
30513 arabic
30514 \end_layout
30515
30516 \end_inset
30517
30518
30519 \series default
30520
30521 \begin_inset ERT
30522 status collapsed
30523
30524 \begin_layout Plain Layout
30525
30526
30527 \backslash
30528 renewcommand{
30529 \backslash
30530 theequation}{
30531 \backslash
30532 arabic{equation}}
30533 \end_layout
30534
30535 \end_inset
30536
30537
30538 \series bold
30539
30540 \begin_inset Newline newline
30541 \end_inset
30542
30543
30544 \series default
30545 or
30546 \series bold
30547
30548 \begin_inset Newline newline
30549 \end_inset
30550
30551
30552 \backslash
30553 renewcommand{
30554 \backslash
30555 thetable}{
30556 \backslash
30557 arabic{table}}
30558 \end_layout
30559
30560 \begin_layout Standard
30561
30562 \series bold
30563
30564 \backslash
30565 numberwithin
30566 \series default
30567  uses internally the command 
30568 \series bold
30569
30570 \backslash
30571 @addtoreset
30572 \series default
30573 , described above, that also needs to be reverted.
30574 \begin_inset ERT
30575 status collapsed
30576
30577 \begin_layout Plain Layout
30578
30579
30580 \backslash
30581 makeatletter
30582 \end_layout
30583
30584 \begin_layout Plain Layout
30585
30586
30587 \backslash
30588 @removefromreset{equation}{section}
30589 \end_layout
30590
30591 \begin_layout Plain Layout
30592
30593
30594 \backslash
30595 makeatother
30596 \end_layout
30597
30598 \end_inset
30599
30600
30601 \end_layout
30602
30603 \begin_layout Subsection
30604 Numbering with Roman Numbers and Letters
30605 \begin_inset Index
30606 status collapsed
30607
30608 \begin_layout Plain Layout
30609 Formula numbering ! with letters
30610 \end_layout
30611
30612 \end_inset
30613
30614
30615 \begin_inset Index
30616 status collapsed
30617
30618 \begin_layout Plain Layout
30619 Formula numbering ! with Roman numbers
30620 \end_layout
30621
30622 \end_inset
30623
30624
30625 \end_layout
30626
30627 \begin_layout Standard
30628 Formulas can also be numbered with Roman numbers and Latin letters.
30629  To number for example with small Roman numbers, the command
30630 \end_layout
30631
30632 \begin_layout Standard
30633
30634 \series bold
30635
30636 \backslash
30637 renewcommand{
30638 \backslash
30639 theequation}{
30640 \backslash
30641 roman{equation}}
30642 \end_layout
30643
30644 \begin_layout Standard
30645 is inserted before the formula in TeX-mode.
30646  
30647 \series bold
30648
30649 \backslash
30650 renewcommand
30651 \series default
30652
30653 \begin_inset Index
30654 status collapsed
30655
30656 \begin_layout Plain Layout
30657 Commands ! R ! 
30658 \backslash
30659 renewcommand
30660 \end_layout
30661
30662 \end_inset
30663
30664  redefines the predefined command 
30665 \series bold
30666
30667 \backslash
30668 theequation
30669 \series default
30670  to the command 
30671 \series bold
30672
30673 \backslash
30674 roman{equation}
30675 \series default
30676 .
30677 \begin_inset Foot
30678 status collapsed
30679
30680 \begin_layout Plain Layout
30681 The command 
30682 \series bold
30683
30684 \backslash
30685 renewcommand
30686 \series default
30687  has the same scheme like the command 
30688 \series bold
30689
30690 \backslash
30691 newcommand
30692 \series default
30693  that is described in 
30694 \begin_inset CommandInset ref
30695 LatexCommand ref
30696 reference "sub:The-Command-newcommand"
30697
30698 \end_inset
30699
30700 .
30701 \end_layout
30702
30703 \end_inset
30704
30705  
30706 \series bold
30707 equation
30708 \series default
30709  is the formula counter.
30710  When the command 
30711 \series bold
30712
30713 \backslash
30714 the
30715 \series default
30716  is used as prefix for a counter, the value of the counter is output as
30717  Arabic number.
30718  When a formula is numbered, LaTeX sets internally the command 
30719 \series bold
30720
30721 \backslash
30722 theequation
30723 \series default
30724  behind the formula.
30725  
30726 \series bold
30727
30728 \backslash
30729 roman{equation}
30730 \begin_inset Index
30731 status collapsed
30732
30733 \begin_layout Plain Layout
30734 Commands ! R ! 
30735 \backslash
30736 roman
30737 \end_layout
30738
30739 \end_inset
30740
30741
30742 \series default
30743  outputs the counter as small Roman number.
30744 \end_layout
30745
30746 \begin_layout Standard
30747 All formulas behind the command 
30748 \series bold
30749
30750 \backslash
30751 renew
30752 \series default
30753 c
30754 \series bold
30755 ommand
30756 \series default
30757  are now numbered Roman.
30758  To switch to numbering with big Roman numbers, the command is inserted
30759  again, but 
30760 \series bold
30761
30762 \backslash
30763 roman
30764 \series default
30765  is replaced by 
30766 \series bold
30767
30768 \backslash
30769 Roman
30770 \series default
30771
30772 \begin_inset Index
30773 status collapsed
30774
30775 \begin_layout Plain Layout
30776 Commands ! R ! 
30777 \backslash
30778 roman@
30779 \backslash
30780 Roman
30781 \end_layout
30782
30783 \end_inset
30784
30785 .
30786  To 
30787 \begin_inset Quotes eld
30788 \end_inset
30789
30790 number
30791 \begin_inset Quotes erd
30792 \end_inset
30793
30794  with small Latin letters there is the command 
30795 \series bold
30796
30797 \backslash
30798 alph
30799 \series default
30800
30801 \begin_inset Index
30802 status collapsed
30803
30804 \begin_layout Plain Layout
30805 Commands ! A ! 
30806 \backslash
30807 alph
30808 \end_layout
30809
30810 \end_inset
30811
30812 , for big ones there is the command 
30813 \series bold
30814
30815 \backslash
30816 Alph
30817 \series default
30818
30819 \begin_inset Index
30820 status collapsed
30821
30822 \begin_layout Plain Layout
30823 Commands ! A ! 
30824 \backslash
30825 alph@
30826 \backslash
30827 Alph
30828 \end_layout
30829
30830 \end_inset
30831
30832 .
30833 \end_layout
30834
30835 \begin_layout Standard
30836 \begin_inset Note Greyedout
30837 status open
30838
30839 \begin_layout Plain Layout
30840
30841 \series bold
30842 Note:
30843 \series default
30844  Only maximal 26 formulas can be numbered with Latin letters in one document.
30845 \end_layout
30846
30847 \end_inset
30848
30849
30850 \end_layout
30851
30852 \begin_layout Standard
30853 \begin_inset Newpage pagebreak
30854 \end_inset
30855
30856
30857 \end_layout
30858
30859 \begin_layout Standard
30860 \begin_inset ERT
30861 status collapsed
30862
30863 \begin_layout Plain Layout
30864
30865
30866 \backslash
30867 renewcommand{
30868 \backslash
30869 theequation}{
30870 \backslash
30871 roman{equation}}
30872 \end_layout
30873
30874 \end_inset
30875
30876
30877 \end_layout
30878
30879 \begin_layout Standard
30880 \begin_inset Formula \begin{equation}
30881 A=\textrm{small roman}\label{eq:rom}\end{equation}
30882
30883 \end_inset
30884
30885
30886 \begin_inset ERT
30887 status collapsed
30888
30889 \begin_layout Plain Layout
30890
30891
30892 \backslash
30893 renewcommand{
30894 \backslash
30895 theequation}{
30896 \backslash
30897 Roman{equation}}
30898 \end_layout
30899
30900 \end_inset
30901
30902
30903 \begin_inset Formula \begin{equation}
30904 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
30905
30906 \end_inset
30907
30908
30909 \begin_inset ERT
30910 status collapsed
30911
30912 \begin_layout Plain Layout
30913
30914
30915 \backslash
30916 renewcommand{
30917 \backslash
30918 theequation}{
30919 \backslash
30920 alph{equation}}
30921 \end_layout
30922
30923 \end_inset
30924
30925
30926 \begin_inset Formula \begin{equation}
30927 C=\textrm{small Latin}\label{eq:lat}\end{equation}
30928
30929 \end_inset
30930
30931
30932 \begin_inset ERT
30933 status collapsed
30934
30935 \begin_layout Plain Layout
30936
30937
30938 \backslash
30939 renewcommand{
30940 \backslash
30941 theequation}{
30942 \backslash
30943 Alph{equation}}
30944 \end_layout
30945
30946 \end_inset
30947
30948
30949 \begin_inset Formula \begin{equation}
30950 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
30951
30952 \end_inset
30953
30954
30955 \end_layout
30956
30957 \begin_layout Standard
30958 To switch back to the default numbering, insert the command:
30959 \end_layout
30960
30961 \begin_layout Standard
30962
30963 \series bold
30964
30965 \backslash
30966 renewcommand{
30967 \backslash
30968 theequation}{
30969 \backslash
30970 arabic{equation}}
30971 \begin_inset Index
30972 status collapsed
30973
30974 \begin_layout Plain Layout
30975 Commands ! A ! 
30976 \backslash
30977 arabic
30978 \end_layout
30979
30980 \end_inset
30981
30982
30983 \end_layout
30984
30985 \begin_layout Standard
30986 \begin_inset ERT
30987 status collapsed
30988
30989 \begin_layout Plain Layout
30990
30991
30992 \backslash
30993 renewcommand{
30994 \backslash
30995 theequation}{
30996 \backslash
30997 arabic{equation}}
30998 \end_layout
30999
31000 \end_inset
31001
31002
31003 \begin_inset Formula \begin{equation}
31004 E=\textrm{Arabic}\label{eq:arab}\end{equation}
31005
31006 \end_inset
31007
31008
31009 \end_layout
31010
31011 \begin_layout Standard
31012 \begin_inset VSpace medskip
31013 \end_inset
31014
31015 As you see, formulas are numbered serially independent from the numbering
31016  style.
31017  When then numbering should start with 
31018 \begin_inset Quotes eld
31019 \end_inset
31020
31021 1
31022 \begin_inset Quotes erd
31023 \end_inset
31024
31025  when the style is changed, new equation counters have to be defined.
31026  A description about this can be found in the file 
31027 \begin_inset CommandInset href
31028 LatexCommand href
31029 target "Formula-numbering.lyx"
31030
31031 \end_inset
31032
31033 .
31034 \end_layout
31035
31036 \begin_layout Section
31037 Chemical Symbols and Equations
31038 \begin_inset CommandInset label
31039 LatexCommand label
31040 name "sub:Chemical-Symbols-and"
31041
31042 \end_inset
31043
31044
31045 \begin_inset Index
31046 status collapsed
31047
31048 \begin_layout Plain Layout
31049 Chemical characters ! Symbols
31050 \end_layout
31051
31052 \end_inset
31053
31054
31055 \begin_inset Index
31056 status collapsed
31057
31058 \begin_layout Plain Layout
31059 Chemical equations
31060 \end_layout
31061
31062 \end_inset
31063
31064
31065 \begin_inset Index
31066 status collapsed
31067
31068 \begin_layout Plain Layout
31069 Symbols ! chemical
31070 \end_layout
31071
31072 \end_inset
31073
31074
31075 \end_layout
31076
31077 \begin_layout Standard
31078 An example text from chemistry:
31079 \end_layout
31080
31081 \begin_layout Quote
31082 The 
31083 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31084 \end_inset
31085
31086 -ion reacts with two 
31087 \begin_inset Formula $\mathrm{Na^{+}}$
31088 \end_inset
31089
31090 -ions to sodium sulfate 
31091 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31092 \end_inset
31093
31094 .
31095  The chemical equation for this is:
31096 \begin_inset Formula \begin{equation}
31097 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}\end{equation}
31098
31099 \end_inset
31100
31101
31102 \end_layout
31103
31104 \begin_layout Standard
31105 This chemical equation can directly be created as formula.
31106  To avoid that the symbols appear italic, everything is highlighted and
31107  changed by the shortcut 
31108 \begin_inset Info
31109 type  "shortcut"
31110 arg   "font-roman"
31111 \end_inset
31112
31113  to the upright font style.
31114 \begin_inset Foot
31115 status collapsed
31116
31117 \begin_layout Plain Layout
31118 font styles
31119 \series bold
31120  
31121 \series default
31122 see 
31123 \begin_inset CommandInset ref
31124 LatexCommand ref
31125 reference "sub:Font-Styles"
31126
31127 \end_inset
31128
31129
31130 \end_layout
31131
31132 \end_inset
31133
31134
31135 \end_layout
31136
31137 \begin_layout Standard
31138 A more convenient way to typeset chemical formulas is to use the command
31139  
31140 \series bold
31141
31142 \backslash
31143 ce
31144 \series default
31145
31146 \begin_inset Index
31147 status collapsed
31148
31149 \begin_layout Plain Layout
31150 Commands ! C ! 
31151 \backslash
31152 ce
31153 \end_layout
31154
31155 \end_inset
31156
31157  that is available when the LaTeX-package 
31158 \series bold
31159 mhchem
31160 \series default
31161
31162 \begin_inset Index
31163 status collapsed
31164
31165 \begin_layout Plain Layout
31166 Packages ! mhchem
31167 \end_layout
31168
31169 \end_inset
31170
31171  is installed.
31172  After inserting 
31173 \series bold
31174
31175 \backslash
31176 ce
31177 \series default
31178  to a formula a new blue box appears where chemical formulas can be inserted
31179  in an intuitive way.
31180 \end_layout
31181
31182 \begin_layout Standard
31183 \align center
31184 \begin_inset Tabular
31185 <lyxtabular version="3" rows="9" columns="2">
31186 <features>
31187 <column alignment="center" valignment="top" width="0">
31188 <column alignment="center" valignment="top" width="0">
31189 <row>
31190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31191 \begin_inset Text
31192
31193 \begin_layout Plain Layout
31194 Command
31195 \end_layout
31196
31197 \end_inset
31198 </cell>
31199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31200 \begin_inset Text
31201
31202 \begin_layout Plain Layout
31203 Result
31204 \begin_inset Note Note
31205 status collapsed
31206
31207 \begin_layout Plain Layout
31208
31209 \series bold
31210
31211 \backslash
31212 raisebox
31213 \series default
31214  is only used as spacer.
31215 \end_layout
31216
31217 \end_inset
31218
31219
31220 \end_layout
31221
31222 \end_inset
31223 </cell>
31224 </row>
31225 <row>
31226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31227 \begin_inset Text
31228
31229 \begin_layout Plain Layout
31230
31231 \backslash
31232 ce
31233 \begin_inset ERT
31234 status collapsed
31235
31236 \begin_layout Plain Layout
31237
31238
31239 \backslash
31240 spce 
31241 \end_layout
31242
31243 \end_inset
31244
31245 H2CO3
31246 \end_layout
31247
31248 \end_inset
31249 </cell>
31250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31251 \begin_inset Text
31252
31253 \begin_layout Plain Layout
31254 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31255 \end_inset
31256
31257
31258 \end_layout
31259
31260 \end_inset
31261 </cell>
31262 </row>
31263 <row>
31264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31265 \begin_inset Text
31266
31267 \begin_layout Plain Layout
31268
31269 \backslash
31270 ce
31271 \begin_inset ERT
31272 status collapsed
31273
31274 \begin_layout Plain Layout
31275
31276
31277 \backslash
31278 spce 
31279 \end_layout
31280
31281 \end_inset
31282
31283 SO4^2-
31284 \end_layout
31285
31286 \end_inset
31287 </cell>
31288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31289 \begin_inset Text
31290
31291 \begin_layout Plain Layout
31292 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31293 \end_inset
31294
31295
31296 \end_layout
31297
31298 \end_inset
31299 </cell>
31300 </row>
31301 <row>
31302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31303 \begin_inset Text
31304
31305 \begin_layout Plain Layout
31306
31307 \backslash
31308 ce
31309 \begin_inset ERT
31310 status collapsed
31311
31312 \begin_layout Plain Layout
31313
31314
31315 \backslash
31316 spce 
31317 \end_layout
31318
31319 \end_inset
31320
31321 (NH4)2S
31322 \end_layout
31323
31324 \end_inset
31325 </cell>
31326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31327 \begin_inset Text
31328
31329 \begin_layout Plain Layout
31330 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31331 \end_inset
31332
31333
31334 \end_layout
31335
31336 \end_inset
31337 </cell>
31338 </row>
31339 <row>
31340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31341 \begin_inset Text
31342
31343 \begin_layout Plain Layout
31344
31345 \backslash
31346 ce
31347 \begin_inset ERT
31348 status collapsed
31349
31350 \begin_layout Plain Layout
31351
31352
31353 \backslash
31354 spce 
31355 \end_layout
31356
31357 \end_inset
31358
31359 KCr(SO4)2.12H2O
31360 \end_layout
31361
31362 \end_inset
31363 </cell>
31364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31365 \begin_inset Text
31366
31367 \begin_layout Plain Layout
31368 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31369 \end_inset
31370
31371
31372 \end_layout
31373
31374 \end_inset
31375 </cell>
31376 </row>
31377 <row>
31378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31379 \begin_inset Text
31380
31381 \begin_layout Plain Layout
31382
31383 \backslash
31384 ce
31385 \begin_inset ERT
31386 status collapsed
31387
31388 \begin_layout Plain Layout
31389
31390
31391 \backslash
31392 spce 
31393 \end_layout
31394
31395 \end_inset
31396
31397 A-B
31398 \backslash
31399 dbond
31400 \begin_inset ERT
31401 status collapsed
31402
31403 \begin_layout Plain Layout
31404
31405
31406 \backslash
31407 spce 
31408 \end_layout
31409
31410 \end_inset
31411
31412 C
31413 \backslash
31414 tbond
31415 \begin_inset ERT
31416 status collapsed
31417
31418 \begin_layout Plain Layout
31419
31420
31421 \backslash
31422 spce 
31423 \end_layout
31424
31425 \end_inset
31426
31427 D
31428 \end_layout
31429
31430 \end_inset
31431 </cell>
31432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31433 \begin_inset Text
31434
31435 \begin_layout Plain Layout
31436 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31437 \end_inset
31438
31439
31440 \end_layout
31441
31442 \end_inset
31443 </cell>
31444 </row>
31445 <row>
31446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31447 \begin_inset Text
31448
31449 \begin_layout Plain Layout
31450
31451 \backslash
31452 ce
31453 \begin_inset ERT
31454 status collapsed
31455
31456 \begin_layout Plain Layout
31457
31458
31459 \backslash
31460 spce 
31461 \end_layout
31462
31463 \end_inset
31464
31465 ^227
31466 \begin_inset Formula $\downarrow$
31467 \end_inset
31468
31469 _90
31470 \begin_inset Formula $\to$
31471 \end_inset
31472
31473 Th+
31474 \end_layout
31475
31476 \end_inset
31477 </cell>
31478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31479 \begin_inset Text
31480
31481 \begin_layout Plain Layout
31482 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31483 \end_inset
31484
31485
31486 \end_layout
31487
31488 \end_inset
31489 </cell>
31490 </row>
31491 <row>
31492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31493 \begin_inset Text
31494
31495 \begin_layout Plain Layout
31496
31497 \backslash
31498 ce
31499 \begin_inset ERT
31500 status collapsed
31501
31502 \begin_layout Plain Layout
31503
31504
31505 \backslash
31506 spce 
31507 \end_layout
31508
31509 \end_inset
31510
31511 CO2
31512 \begin_inset ERT
31513 status collapsed
31514
31515 \begin_layout Plain Layout
31516
31517
31518 \backslash
31519 spce 
31520 \end_layout
31521
31522 \end_inset
31523
31524 +
31525 \begin_inset ERT
31526 status collapsed
31527
31528 \begin_layout Plain Layout
31529
31530
31531 \backslash
31532 spce 
31533 \end_layout
31534
31535 \end_inset
31536
31537 C
31538 \begin_inset ERT
31539 status collapsed
31540
31541 \begin_layout Plain Layout
31542
31543
31544 \backslash
31545 spce 
31546 \end_layout
31547
31548 \end_inset
31549
31550 <=>
31551 \begin_inset ERT
31552 status collapsed
31553
31554 \begin_layout Plain Layout
31555
31556
31557 \backslash
31558 spce 
31559 \end_layout
31560
31561 \end_inset
31562
31563 2CO
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}{}\ce{CO2 + C <=> 2CO}\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" bottomline="true" leftline="true" usebox="none">
31583 \begin_inset Text
31584
31585 \begin_layout Plain Layout
31586
31587 \backslash
31588 ce
31589 \begin_inset ERT
31590 status collapsed
31591
31592 \begin_layout Plain Layout
31593
31594
31595 \backslash
31596 spce 
31597 \end_layout
31598
31599 \end_inset
31600
31601 CO2
31602 \begin_inset ERT
31603 status collapsed
31604
31605 \begin_layout Plain Layout
31606
31607
31608 \backslash
31609 spce 
31610 \end_layout
31611
31612 \end_inset
31613
31614 +
31615 \begin_inset ERT
31616 status collapsed
31617
31618 \begin_layout Plain Layout
31619
31620
31621 \backslash
31622 spce 
31623 \end_layout
31624
31625 \end_inset
31626
31627 C
31628 \begin_inset ERT
31629 status collapsed
31630
31631 \begin_layout Plain Layout
31632
31633
31634 \backslash
31635 spce 
31636 \end_layout
31637
31638 \end_inset
31639
31640 ->[
31641 \backslash
31642 alpha][
31643 \backslash
31644 beta]
31645 \begin_inset ERT
31646 status collapsed
31647
31648 \begin_layout Plain Layout
31649
31650
31651 \backslash
31652 spce 
31653 \end_layout
31654
31655 \end_inset
31656
31657 2CO}
31658 \end_layout
31659
31660 \end_inset
31661 </cell>
31662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31663 \begin_inset Text
31664
31665 \begin_layout Plain Layout
31666 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31667 \end_inset
31668
31669
31670 \end_layout
31671
31672 \end_inset
31673 </cell>
31674 </row>
31675 </lyxtabular>
31676
31677 \end_inset
31678
31679
31680 \end_layout
31681
31682 \begin_layout Standard
31683 \begin_inset Note Greyedout
31684 status open
31685
31686 \begin_layout Plain Layout
31687
31688 \series bold
31689 Note:
31690 \series default
31691  Inserting a formula to a 
31692 \series bold
31693
31694 \backslash
31695 ce
31696 \series default
31697  box will lead to LaTeX errors.
31698  In this case TeX code has to be used like for 
31699 \series bold
31700
31701 \backslash
31702 ce{$
31703 \backslash
31704 mu
31705 \backslash
31706 hyphen$Cl}
31707 \series default
31708
31709 \begin_inset ERT
31710 status collapsed
31711
31712 \begin_layout Plain Layout
31713
31714
31715 \backslash
31716 ce{$
31717 \backslash
31718 mu
31719 \backslash
31720 hyphen$Cl}
31721 \end_layout
31722
31723 \end_inset
31724
31725  
31726 \end_layout
31727
31728 \end_inset
31729
31730
31731 \end_layout
31732
31733 \begin_layout Standard
31734 Using 
31735 \series bold
31736
31737 \backslash
31738 ce
31739 \series default
31740  the command for equation
31741 \begin_inset space ~
31742 \end_inset
31743
31744
31745 \begin_inset CommandInset ref
31746 LatexCommand eqref
31747 reference "eq:chem-reaction"
31748
31749 \end_inset
31750
31751  is:
31752 \begin_inset Newline newline
31753 \end_inset
31754
31755
31756 \series bold
31757  
31758 \backslash
31759 ce
31760 \begin_inset ERT
31761 status collapsed
31762
31763 \begin_layout Plain Layout
31764
31765
31766 \backslash
31767 spce 
31768 \end_layout
31769
31770 \end_inset
31771
31772 2Na+
31773 \begin_inset ERT
31774 status collapsed
31775
31776 \begin_layout Plain Layout
31777
31778
31779 \backslash
31780 spce 
31781 \end_layout
31782
31783 \end_inset
31784
31785 +
31786 \begin_inset ERT
31787 status collapsed
31788
31789 \begin_layout Plain Layout
31790
31791
31792 \backslash
31793 spce 
31794 \end_layout
31795
31796 \end_inset
31797
31798 SO4^2-
31799 \begin_inset ERT
31800 status collapsed
31801
31802 \begin_layout Plain Layout
31803
31804
31805 \backslash
31806 spce 
31807 \end_layout
31808
31809 \end_inset
31810
31811
31812 \begin_inset ERT
31813 status collapsed
31814
31815 \begin_layout Plain Layout
31816
31817
31818 \backslash
31819 spce 
31820 \end_layout
31821
31822 \end_inset
31823
31824 ->
31825 \begin_inset ERT
31826 status collapsed
31827
31828 \begin_layout Plain Layout
31829
31830
31831 \backslash
31832 spce 
31833 \end_layout
31834
31835 \end_inset
31836
31837 Na2SO4
31838 \end_layout
31839
31840 \begin_layout Standard
31841 To create multiline chemical equations first a multiline formula is created
31842  as described in 
31843 \begin_inset CommandInset ref
31844 LatexCommand ref
31845 reference "sec:Multiline-Formulas"
31846
31847 \end_inset
31848
31849 .
31850  Afterwards the command 
31851 \series bold
31852
31853 \backslash
31854 ce
31855 \series default
31856  is used in every small blue box of the formula.
31857  
31858 \begin_inset CommandInset ref
31859 LatexCommand eqref
31860 reference "eq:TEOS-reaction-1"
31861
31862 \end_inset
31863
31864  and 
31865 \begin_inset CommandInset ref
31866 LatexCommand eqref
31867 reference "eq:TEOS-reaction-2"
31868
31869 \end_inset
31870
31871  are an example of a multi-stage chemical reaction where every equation
31872  has its own number.
31873 \begin_inset Formula \begin{eqnarray}
31874 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31875 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}\end{eqnarray}
31876
31877 \end_inset
31878
31879
31880 \end_layout
31881
31882 \begin_layout Standard
31883 Besides 
31884 \series bold
31885
31886 \backslash
31887 ce
31888 \series default
31889  the 
31890 \series bold
31891 mhchem
31892 \series default
31893  package provides the command 
31894 \series bold
31895
31896 \backslash
31897 cf
31898 \series default
31899
31900 \begin_inset Index
31901 status collapsed
31902
31903 \begin_layout Plain Layout
31904 Commands ! C ! 
31905 \backslash
31906 cf
31907 \end_layout
31908
31909 \end_inset
31910
31911  that has to be used for special cases.
31912  For more information about 
31913 \series bold
31914
31915 \backslash
31916 cf
31917 \series default
31918  and more examples have a look at the documentation of 
31919 \series bold
31920 mhchem
31921 \series default
31922
31923 \begin_inset CommandInset citation
31924 LatexCommand cite
31925 key "mhchem"
31926
31927 \end_inset
31928
31929 .
31930 \end_layout
31931
31932 \begin_layout Section
31933 Diagrams
31934 \end_layout
31935
31936 \begin_layout Standard
31937 LyX supports two types of commutative diagrams: 
31938 \series bold
31939 amscd
31940 \series default
31941  and 
31942 \series bold
31943 xymatrix
31944 \series default
31945  that are explained in the following.
31946 \end_layout
31947
31948 \begin_layout Subsection
31949 Amscd Diagrams
31950 \begin_inset Index
31951 status collapsed
31952
31953 \begin_layout Plain Layout
31954 Diagrams ! amscd
31955 \end_layout
31956
31957 \end_inset
31958
31959
31960 \end_layout
31961
31962 \begin_layout Standard
31963 Diagrams of this type visualize relations by vertical and horizontal lines
31964  or arrows:
31965 \begin_inset Formula \[
31966 \begin{CD}A@>>>B@>>>C\\
31967 @AAA@.@VVV\\
31968 F@<<<E@<<<D\end{CD}\]
31969
31970 \end_inset
31971
31972
31973 \end_layout
31974
31975 \begin_layout Standard
31976 To get them, the command 
31977 \series bold
31978
31979 \backslash
31980 CD
31981 \begin_inset Index
31982 status collapsed
31983
31984 \begin_layout Plain Layout
31985 Commands ! C ! 
31986 \backslash
31987 CD
31988 \end_layout
31989
31990 \end_inset
31991
31992
31993 \series default
31994  is inserted to a formula.
31995  A blue box appears with two dashed lines where further commands can be
31996  inserted.
31997  With 
31998 \begin_inset Info
31999 type  "shortcut"
32000 arg   "newline-insert newline"
32001 \end_inset
32002
32003  a new line is created.
32004  Horizontal relations are inserted in odd, vertical in even formula lines.
32005 \end_layout
32006
32007 \begin_layout Standard
32008 To create the relations there are the following commands:
32009 \end_layout
32010
32011 \begin_layout Itemize
32012
32013 \series bold
32014 @<<<
32015 \series default
32016  creates a left arrow, 
32017 \series bold
32018 @>>>
32019 \series default
32020  a right arrow, and 
32021 \series bold
32022 @=
32023 \series default
32024  a long equal sign
32025 \end_layout
32026
32027 \begin_layout Itemize
32028
32029 \series bold
32030 @AAA
32031 \series default
32032  creates an up arrow, 
32033 \series bold
32034 @VVV
32035 \series default
32036  an down arrow, and 
32037 \series bold
32038 @|
32039 \series default
32040  a vertical equal sign
32041 \end_layout
32042
32043 \begin_layout Itemize
32044
32045 \series bold
32046 @.
32047
32048 \series default
32049  is a placeholder for non-existent relations
32050 \end_layout
32051
32052 \begin_layout Standard
32053 All arrows can be labeled as follows:
32054 \end_layout
32055
32056 \begin_layout Itemize
32057 Is text inserted between the first and second < or >, resp., it is placed
32058  above the arrow.
32059  When it is inserted between the second and third one, it appears under
32060  the arrow.
32061 \end_layout
32062
32063 \begin_layout Itemize
32064 When text for vertical arrows is inserted between the first and second A
32065  or V, resp., it is placed left beside the arrow.
32066  When it is inserted between the second and third one, it appears right
32067  beside the arrow.
32068  If the text contains an A or V, these letters must be set into a TeX-brace.
32069 \end_layout
32070
32071 \begin_layout Standard
32072 As example a diagram with all possible relations:
32073 \end_layout
32074
32075 \begin_layout Standard
32076 \begin_inset Formula \[
32077 \begin{CD}A@>j>>B@>>k>C@=F\\
32078 @AmAA@.@VV{V}V@|\\
32079 D@<<j<E@>k>>F@=C\end{CD}\]
32080
32081 \end_inset
32082
32083
32084 \end_layout
32085
32086 \begin_layout Standard
32087 The command for this is:
32088 \begin_inset Newline newline
32089 \end_inset
32090
32091
32092 \series bold
32093
32094 \backslash
32095 CD
32096 \begin_inset ERT
32097 status collapsed
32098
32099 \begin_layout Plain Layout
32100
32101
32102 \backslash
32103 spce 
32104 \end_layout
32105
32106 \end_inset
32107
32108 A@>j>>B@>>k>C@=F Ctrl+Return
32109 \begin_inset Newline newline
32110 \end_inset
32111
32112
32113 \begin_inset ERT
32114 status collapsed
32115
32116 \begin_layout Plain Layout
32117
32118
32119 \backslash
32120 hphantom{
32121 \end_layout
32122
32123 \end_inset
32124
32125
32126 \backslash
32127 CD
32128 \begin_inset ERT
32129 status collapsed
32130
32131 \begin_layout Plain Layout
32132
32133
32134 \backslash
32135 spce 
32136 \end_layout
32137
32138 \end_inset
32139
32140
32141 \begin_inset ERT
32142 status collapsed
32143
32144 \begin_layout Plain Layout
32145
32146 }
32147 \end_layout
32148
32149 \end_inset
32150
32151 @AmAA@.@VV
32152 \backslash
32153 {V
32154 \series default
32155
32156 \begin_inset Formula $\to$
32157 \end_inset
32158
32159
32160 \series bold
32161 V@| Ctrl+Return
32162 \begin_inset Newline newline
32163 \end_inset
32164
32165
32166 \begin_inset ERT
32167 status collapsed
32168
32169 \begin_layout Plain Layout
32170
32171
32172 \backslash
32173 hphantom{
32174 \end_layout
32175
32176 \end_inset
32177
32178
32179 \backslash
32180 CD
32181 \begin_inset ERT
32182 status collapsed
32183
32184 \begin_layout Plain Layout
32185
32186
32187 \backslash
32188 spce 
32189 \end_layout
32190
32191 \end_inset
32192
32193
32194 \begin_inset ERT
32195 status collapsed
32196
32197 \begin_layout Plain Layout
32198
32199 }
32200 \end_layout
32201
32202 \end_inset
32203
32204 D@<<j<E@>k>>F@=C
32205 \end_layout
32206
32207 \begin_layout Subsection
32208 Xymatrix Diagrams
32209 \begin_inset Index
32210 status collapsed
32211
32212 \begin_layout Plain Layout
32213 Diagrams ! xymatrix
32214 \end_layout
32215
32216 \end_inset
32217
32218
32219 \end_layout
32220
32221 \begin_layout Standard
32222 To be able to use xymatrices, the LaTeX-package 
32223 \series bold
32224 xypic
32225 \series default
32226  must be installed.
32227  A xymatrix is created by inserting the command 
32228 \series bold
32229
32230 \backslash
32231 xymatrix
32232 \series default
32233  in a formula.
32234  Then you are able to add new matrix columns and rows like for normal matrices,
32235  see 
32236 \begin_inset CommandInset ref
32237 LatexCommand ref
32238 reference "sec:Matrices"
32239
32240 \end_inset
32241
32242 .
32243 \end_layout
32244
32245 \begin_layout Standard
32246 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32247  and much more.
32248  All possibilities to create commutative diagrams and decorations are explained
32249  in detail in the 
32250 \emph on
32251 XY-pic manual
32252 \emph default
32253  that you find in the menu 
32254 \family sans
32255 Help\SpecialChar \menuseparator
32256 Specific
32257 \begin_inset space ~
32258 \end_inset
32259
32260 Manuals\SpecialChar \menuseparator
32261 XY-pic
32262 \begin_inset space ~
32263 \end_inset
32264
32265 Manual
32266 \family default
32267 .
32268 \end_layout
32269
32270 \begin_layout Standard
32271 \begin_inset Newpage newpage
32272 \end_inset
32273
32274
32275 \end_layout
32276
32277 \begin_layout Section
32278 User-defined Commands
32279 \begin_inset Index
32280 status collapsed
32281
32282 \begin_layout Plain Layout
32283 User-defined commands
32284 \end_layout
32285
32286 \end_inset
32287
32288
32289 \end_layout
32290
32291 \begin_layout Standard
32292 \begin_inset Note Greyedout
32293 status open
32294
32295 \begin_layout Plain Layout
32296
32297 \series bold
32298 Note:
32299 \series default
32300  The names of user-defined commands and macros may only consist of Latin
32301  letters.
32302 \end_layout
32303
32304 \end_inset
32305
32306
32307 \end_layout
32308
32309 \begin_layout Subsection
32310 The Command 
32311 \backslash
32312 newcommand
32313 \begin_inset CommandInset label
32314 LatexCommand label
32315 name "sub:The-Command-newcommand"
32316
32317 \end_inset
32318
32319
32320 \begin_inset Index
32321 status collapsed
32322
32323 \begin_layout Plain Layout
32324 User-defined commands ! 
32325 \backslash
32326 newcommand
32327 \end_layout
32328
32329 \end_inset
32330
32331
32332 \begin_inset Index
32333 status collapsed
32334
32335 \begin_layout Plain Layout
32336 Commands ! N ! 
32337 \backslash
32338 newcommand
32339 \end_layout
32340
32341 \end_inset
32342
32343
32344 \end_layout
32345
32346 \begin_layout Standard
32347 Many LaTeX-commands are too long to be used frequently.
32348  But it is possible to define with the command 
32349 \series bold
32350
32351 \backslash
32352 newcommand
32353 \series default
32354  new shorter commands.
32355 \end_layout
32356
32357 \begin_layout Standard
32358 The command scheme of 
32359 \series bold
32360
32361 \backslash
32362 newcommand
32363 \series default
32364  is:
32365 \end_layout
32366
32367 \begin_layout Standard
32368
32369 \series bold
32370
32371 \backslash
32372 newcommand{new command name}[number of arguments][optional
32373 \series default
32374  
32375 \series bold
32376 value]
32377 \begin_inset Newline newline
32378 \end_inset
32379
32380
32381 \begin_inset ERT
32382 status collapsed
32383
32384 \begin_layout Plain Layout
32385
32386
32387 \backslash
32388 phantom{
32389 \end_layout
32390
32391 \end_inset
32392
32393
32394 \backslash
32395 newcommand
32396 \begin_inset ERT
32397 status collapsed
32398
32399 \begin_layout Plain Layout
32400
32401 }
32402 \end_layout
32403
32404 \end_inset
32405
32406 {command definition}
32407 \end_layout
32408
32409 \begin_layout Standard
32410 \begin_inset Note Greyedout
32411 status open
32412
32413 \begin_layout Plain Layout
32414
32415 \series bold
32416 Note:
32417 \series default
32418  Assure that the name of the new command is not already used in your document
32419  or by LaTeX-packages that you use.
32420  When you for example define the command 
32421 \series bold
32422
32423 \backslash
32424 le
32425 \series default
32426  for 
32427 \series bold
32428
32429 \backslash
32430 Leftarrow
32431 \series default
32432 , you get an error message because 
32433 \series bold
32434
32435 \backslash
32436 le
32437 \series default
32438  is already defined as command for 
32439 \begin_inset Quotes eld
32440 \end_inset
32441
32442
32443 \begin_inset Formula $\le$
32444 \end_inset
32445
32446
32447 \begin_inset Quotes erd
32448 \end_inset
32449
32450 .
32451 \end_layout
32452
32453 \end_inset
32454
32455
32456 \end_layout
32457
32458 \begin_layout Standard
32459 The number of arguments is an integer in the range 0
32460 \begin_inset space \thinspace{}
32461 \end_inset
32462
32463 -
32464 \begin_inset space \thinspace{}
32465 \end_inset
32466
32467 9 and specifies how many arguments the new command should have.
32468  With the optional value a value for an optional argument can be predefined.
32469  When this is done, the 
32470 \emph on
32471 first
32472 \emph default
32473  
32474 \emph on
32475 a
32476 \emph default
32477 rgument of the new command is automatically an optional one.
32478 \end_layout
32479
32480 \begin_layout Standard
32481 Here are some examples:
32482 \end_layout
32483
32484 \begin_layout Itemize
32485 To define the command 
32486 \series bold
32487
32488 \backslash
32489 gr
32490 \series default
32491  for 
32492 \series bold
32493
32494 \backslash
32495 Longrightarrow
32496 \series default
32497 , the LaTeX-preamble line is:
32498 \begin_inset VSpace medskip
32499 \end_inset
32500
32501
32502 \begin_inset Newline newline
32503 \end_inset
32504
32505
32506 \series bold
32507
32508 \backslash
32509 newcommand{
32510 \backslash
32511 gr}{
32512 \backslash
32513 Longrightarrow}
32514 \end_layout
32515
32516 \begin_layout Itemize
32517 To define the command 
32518 \series bold
32519
32520 \backslash
32521 us
32522 \series default
32523  for 
32524 \series bold
32525
32526 \backslash
32527 underline
32528 \series default
32529 , the argument (that should be underlined) must be taken into account.
32530  For this the preamble line is:
32531 \begin_inset VSpace medskip
32532 \end_inset
32533
32534
32535 \begin_inset Newline newline
32536 \end_inset
32537
32538
32539 \series bold
32540
32541 \backslash
32542 newcommand{
32543 \backslash
32544 us}[1]{
32545 \backslash
32546 underline{#1}}
32547 \series default
32548
32549 \begin_inset VSpace medskip
32550 \end_inset
32551
32552
32553 \begin_inset Newline newline
32554 \end_inset
32555
32556 The character 
32557 \series bold
32558 #
32559 \series default
32560  acts as argument placeholder, the 
32561 \series bold
32562 1
32563 \series default
32564  behind it denotes that it is the placeholder for the first argument.
32565 \end_layout
32566
32567 \begin_layout Itemize
32568 For 
32569 \series bold
32570
32571 \backslash
32572 framebox
32573 \series default
32574  one can e.
32575 \begin_inset space \thinspace{}
32576 \end_inset
32577
32578 g.
32579 \begin_inset space \space{}
32580 \end_inset
32581
32582 define the command 
32583 \series bold
32584
32585 \backslash
32586 fb
32587 \series default
32588 :
32589 \begin_inset VSpace medskip
32590 \end_inset
32591
32592
32593 \begin_inset Newline newline
32594 \end_inset
32595
32596
32597 \series bold
32598
32599 \backslash
32600 newcommand{
32601 \backslash
32602 fb}[3]{
32603 \backslash
32604 framebox#1#2{$#3$}}
32605 \series default
32606
32607 \begin_inset VSpace medskip
32608 \end_inset
32609
32610
32611 \begin_inset Newline newline
32612 \end_inset
32613
32614 The two Dollar signs creates the extra formula needed for 
32615 \series bold
32616
32617 \backslash
32618 framebox
32619 \series default
32620 , see 
32621 \begin_inset CommandInset ref
32622 LatexCommand ref
32623 reference "sub:Boxes-with-Frame"
32624
32625 \end_inset
32626
32627 .
32628 \end_layout
32629
32630 \begin_layout Itemize
32631 To create a new command for 
32632 \series bold
32633
32634 \backslash
32635 fcolorbox
32636 \series default
32637  where the color for the box needn't to be specified, the argument for the
32638  color is defined optional:
32639 \begin_inset VSpace medskip
32640 \end_inset
32641
32642
32643 \begin_inset Newline newline
32644 \end_inset
32645
32646
32647 \series bold
32648
32649 \backslash
32650 newcommand{
32651 \backslash
32652 cb}[3][white]{
32653 \backslash
32654 fcolorbox{#2}{#1}{$#3$}}
32655 \series default
32656
32657 \begin_inset VSpace medskip
32658 \end_inset
32659
32660
32661 \begin_inset Newline newline
32662 \end_inset
32663
32664 When the color is not specified when using 
32665 \series bold
32666
32667 \backslash
32668 cb
32669 \series default
32670 , the predefined color 
32671 \series bold
32672 white
32673 \series default
32674  will be used.
32675 \end_layout
32676
32677 \begin_layout Standard
32678 A test of the new defined commands:
32679 \end_layout
32680
32681 \begin_layout Standard
32682 \align center
32683 \begin_inset Tabular
32684 <lyxtabular version="3" rows="6" columns="2">
32685 <features>
32686 <column alignment="center" valignment="top" width="0">
32687 <column alignment="center" valignment="top" width="0">
32688 <row>
32689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32690 \begin_inset Text
32691
32692 \begin_layout Plain Layout
32693 Command
32694 \end_layout
32695
32696 \end_inset
32697 </cell>
32698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32699 \begin_inset Text
32700
32701 \begin_layout Plain Layout
32702 Result
32703 \begin_inset Note Note
32704 status collapsed
32705
32706 \begin_layout Plain Layout
32707
32708 \series bold
32709
32710 \backslash
32711 raisebox
32712 \series default
32713  is only used as spacer.
32714 \end_layout
32715
32716 \end_inset
32717
32718
32719 \end_layout
32720
32721 \end_inset
32722 </cell>
32723 </row>
32724 <row>
32725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32726 \begin_inset Text
32727
32728 \begin_layout Plain Layout
32729 A
32730 \backslash
32731 gr
32732 \begin_inset ERT
32733 status collapsed
32734
32735 \begin_layout Plain Layout
32736
32737
32738 \backslash
32739 spce 
32740 \end_layout
32741
32742 \end_inset
32743
32744 B
32745 \end_layout
32746
32747 \end_inset
32748 </cell>
32749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32750 \begin_inset Text
32751
32752 \begin_layout Plain Layout
32753 \begin_inset Formula $A\gr B$
32754 \end_inset
32755
32756
32757 \end_layout
32758
32759 \end_inset
32760 </cell>
32761 </row>
32762 <row>
32763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32764 \begin_inset Text
32765
32766 \begin_layout Plain Layout
32767
32768 \backslash
32769 us{ABcd
32770 \end_layout
32771
32772 \end_inset
32773 </cell>
32774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32775 \begin_inset Text
32776
32777 \begin_layout Plain Layout
32778 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32779 \end_inset
32780
32781
32782 \end_layout
32783
32784 \end_inset
32785 </cell>
32786 </row>
32787 <row>
32788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32789 \begin_inset Text
32790
32791 \begin_layout Plain Layout
32792
32793 \backslash
32794 fb{[2cm]
32795 \begin_inset Formula $\to$
32796 \end_inset
32797
32798
32799 \backslash
32800 {
32801 \begin_inset Formula $\to$
32802 \end_inset
32803
32804
32805 \backslash
32806 {
32807 \backslash
32808 int
32809 \begin_inset ERT
32810 status collapsed
32811
32812 \begin_layout Plain Layout
32813
32814
32815 \backslash
32816 spce 
32817 \end_layout
32818
32819 \end_inset
32820
32821 A=B
32822 \end_layout
32823
32824 \end_inset
32825 </cell>
32826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32827 \begin_inset Text
32828
32829 \begin_layout Plain Layout
32830 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32831 \end_inset
32832
32833
32834 \end_layout
32835
32836 \end_inset
32837 </cell>
32838 </row>
32839 <row>
32840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32841 \begin_inset Text
32842
32843 \begin_layout Plain Layout
32844
32845 \backslash
32846 cb{red
32847 \begin_inset Formula $\to$
32848 \end_inset
32849
32850
32851 \backslash
32852 {
32853 \backslash
32854 int
32855 \begin_inset ERT
32856 status collapsed
32857
32858 \begin_layout Plain Layout
32859
32860
32861 \backslash
32862 spce 
32863 \end_layout
32864
32865 \end_inset
32866
32867 A=B
32868 \end_layout
32869
32870 \end_inset
32871 </cell>
32872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32873 \begin_inset Text
32874
32875 \begin_layout Plain Layout
32876 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32877 \end_inset
32878
32879
32880 \end_layout
32881
32882 \end_inset
32883 </cell>
32884 </row>
32885 <row>
32886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32887 \begin_inset Text
32888
32889 \begin_layout Plain Layout
32890
32891 \backslash
32892 cb[green]
32893 \backslash
32894 {red
32895 \begin_inset Formula $\to$
32896 \end_inset
32897
32898
32899 \backslash
32900 {
32901 \backslash
32902 int
32903 \begin_inset ERT
32904 status collapsed
32905
32906 \begin_layout Plain Layout
32907
32908
32909 \backslash
32910 spce 
32911 \end_layout
32912
32913 \end_inset
32914
32915 A=B
32916 \end_layout
32917
32918 \end_inset
32919 </cell>
32920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32921 \begin_inset Text
32922
32923 \begin_layout Plain Layout
32924 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32925 \end_inset
32926
32927
32928 \end_layout
32929
32930 \end_inset
32931 </cell>
32932 </row>
32933 </lyxtabular>
32934
32935 \end_inset
32936
32937
32938 \end_layout
32939
32940 \begin_layout Subsection
32941 Math Macros
32942 \begin_inset Index
32943 status collapsed
32944
32945 \begin_layout Plain Layout
32946 User-defined commands! Math macros
32947 \end_layout
32948
32949 \end_inset
32950
32951
32952 \begin_inset Index
32953 status collapsed
32954
32955 \begin_layout Plain Layout
32956 Macros
32957 \end_layout
32958
32959 \end_inset
32960
32961
32962 \end_layout
32963
32964 \begin_layout Standard
32965 User-defined commands are especially convenient for complex expressions.
32966  When you are for example dealing in a document with quadratic equations,
32967  the same solution type occurs several times.
32968  The general form of a quadratic equation is
32969 \begin_inset Formula \[
32970 0=\lambda^{2}+p\lambda+q\]
32971
32972 \end_inset
32973
32974 The general form of the solution is
32975 \begin_inset Formula \[
32976 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
32977
32978 \end_inset
32979
32980
32981 \end_layout
32982
32983 \begin_layout Standard
32984 To define a command for the solution formula where only the three parameters
32985  
32986 \begin_inset Formula $\lambda$
32987 \end_inset
32988
32989
32990 \begin_inset Formula $p$
32991 \end_inset
32992
32993 , and 
32994 \begin_inset Formula $q$
32995 \end_inset
32996
32997  need to be specified and the index of 
32998 \begin_inset Formula $\lambda$
32999 \end_inset
33000
33001  can be given optionally, the LaTeX-preamble line is
33002 \begin_inset Newline newline
33003 \end_inset
33004
33005
33006 \series bold
33007
33008 \backslash
33009 newcommand{
33010 \backslash
33011 qG}[4][1,
33012 \backslash
33013 ,2]{#2_{#1}=-
33014 \backslash
33015 frac{#3}{2}
33016 \backslash
33017 pm
33018 \begin_inset Newline newline
33019 \end_inset
33020
33021
33022 \begin_inset ERT
33023 status collapsed
33024
33025 \begin_layout Plain Layout
33026
33027
33028 \backslash
33029 hphantom{
33030 \end_layout
33031
33032 \end_inset
33033
33034
33035 \backslash
33036 newcommand
33037 \begin_inset ERT
33038 status collapsed
33039
33040 \begin_layout Plain Layout
33041
33042 }
33043 \end_layout
33044
33045 \end_inset
33046
33047
33048 \backslash
33049 sqrt{
33050 \backslash
33051 frac{#3^{2}}{4}-#4}}
33052 \end_layout
33053
33054 \begin_layout Standard
33055 To create with this the solution formula, the command
33056 \begin_inset Newline newline
33057 \end_inset
33058
33059
33060 \series bold
33061
33062 \backslash
33063 qG{
33064 \backslash
33065 lambda
33066 \begin_inset Formula $\to$
33067 \end_inset
33068
33069
33070 \backslash
33071 {p
33072 \begin_inset Formula $\to$
33073 \end_inset
33074
33075
33076 \backslash
33077 {q
33078 \series default
33079  is inserted to a formula
33080 \series bold
33081 .
33082 \end_layout
33083
33084 \begin_layout Standard
33085 The definition of the new command is unintuitive because one has to know
33086  the schemes of all used LaTeX commands, e.
33087 \begin_inset space \thinspace{}
33088 \end_inset
33089
33090 g.
33091 \begin_inset space \space{}
33092 \end_inset
33093
33094 that a fraction is inserted in LaTeX as 
33095 \series bold
33096
33097 \backslash
33098 frac{numerator}{denominator}
33099 \series default
33100 .
33101  Furthermore one can easily forget a brace in the definition and cannot
33102  see in LyX what the new command is doing.
33103  To avoid these problems LyX offers the possibility to use math macros instead
33104  of the command 
33105 \series bold
33106
33107 \backslash
33108 newcommand
33109 \series default
33110 .
33111 \end_layout
33112
33113 \begin_layout Standard
33114 A math macro is created by using the menu 
33115 \family sans
33116 Insert\SpecialChar \menuseparator
33117 Math\SpecialChar \menuseparator
33118 Macro
33119 \family default
33120  or the toolbar button 
33121 \begin_inset Graphics
33122         filename ../images/math-macro_newmacroname_newcommand.png
33123         scale 85
33124
33125 \end_inset
33126
33127 .
33128  The math macro toolbar appears together with the following box where the
33129  macro is defined:
33130 \begin_inset Newline newline
33131 \end_inset
33132
33133
33134 \begin_inset space \hspace*{\fill}
33135 \end_inset
33136
33137
33138 \begin_inset Graphics
33139         filename clipart/macrobox.png
33140
33141 \end_inset
33142
33143
33144 \begin_inset space \hspace*{\fill}
33145 \end_inset
33146
33147
33148 \begin_inset Newline newline
33149 \end_inset
33150
33151
33152 \begin_inset FormulaMacro
33153 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33154 \end_inset
33155
33156
33157 \backslash
33158 newmacroname is the default name of the macro that should be changed to
33159  something sensible.
33160  The wanted formula is inserted in the first blue box.
33161  An argument placeholder is inserted with the command 
33162 \series bold
33163
33164 \backslash
33165 #argumentnumber
33166 \series default
33167 , e.
33168 \begin_inset space \thinspace{}
33169 \end_inset
33170
33171 g
33172 \begin_inset space \space{}
33173 \end_inset
33174
33175
33176 \series bold
33177
33178 \backslash
33179 #1
33180 \series default
33181  or by using the macro toolbar button 
33182 \begin_inset Graphics
33183         filename ../images/math-macro-add-param.png
33184         scale 85
33185
33186 \end_inset
33187
33188 .
33189  Argument placeholders are displayed red.
33190  Maximum 9 arguments are possible.
33191  Optional arguments are created with the toolbar button 
33192 \begin_inset Graphics
33193         filename ../images/math-macro-add-optional-param.png
33194         scale 85
33195
33196 \end_inset
33197
33198 .
33199  The first non-optional argument can be transformed to an optional one with
33200  the toolbar button 
33201 \begin_inset Graphics
33202         filename ../images/math-macro-make-optional.png
33203         scale 85
33204
33205 \end_inset
33206
33207 .
33208  In the second blue box the appearance of the macro in LyX can be defined.
33209  Normally you want to see it as it is defined, so the box is kept empty.
33210  But when you have created a macro that needs lot of space on the screen,
33211  you can insert in the box for example
33212 \begin_inset Newline newline
33213 \end_inset
33214
33215
33216 \series bold
33217 qG: 
33218 \backslash
33219 #1
33220 \series default
33221  
33222 \series bold
33223 ,
33224 \series default
33225  
33226 \series bold
33227
33228 \backslash
33229 #2
33230 \series default
33231  
33232 \series bold
33233 ,
33234 \series default
33235  
33236 \series bold
33237
33238 \backslash
33239 #3, 
33240 \backslash
33241 #4
33242 \begin_inset Newline newline
33243 \end_inset
33244
33245
33246 \series default
33247 For the macro only the arguments with the macro name in front of them will
33248  then be displayed in LyX, leading to a better overview.
33249  The formula appears in the output as defined in the first box.
33250 \begin_inset Newline newline
33251 \end_inset
33252
33253 The appearance of macros in formulas can furthermore be changed for single
33254  macros by setting the cursor in the macro and using the menu 
33255 \family sans
33256 View\SpecialChar \menuseparator
33257 (Un)fold
33258 \begin_inset space ~
33259 \end_inset
33260
33261 Math
33262 \begin_inset space ~
33263 \end_inset
33264
33265 Macro
33266 \family default
33267 .
33268 \end_layout
33269
33270 \begin_layout Standard
33271 To use a macro, the macro name is inserted as command to a formula, in our
33272  case 
33273 \series bold
33274
33275 \backslash
33276 qG
33277 \series default
33278 .
33279  Our macro looks in LyX like this:
33280 \begin_inset Newline newline
33281 \end_inset
33282
33283
33284 \begin_inset space \hspace*{\fill}
33285 \end_inset
33286
33287
33288 \begin_inset Graphics
33289         filename clipart/macrouse.png
33290
33291 \end_inset
33292
33293
33294 \begin_inset space \hspace*{\fill}
33295 \end_inset
33296
33297
33298 \begin_inset Newline newline
33299 \end_inset
33300
33301 Here is our macro example with the arguments 
33302 \begin_inset Formula $x$
33303 \end_inset
33304
33305
33306 \begin_inset Formula $\ln(x)$
33307 \end_inset
33308
33309 , and 
33310 \begin_inset Formula $B$
33311 \end_inset
33312
33313 :
33314 \end_layout
33315
33316 \begin_layout Standard
33317 \begin_inset Formula \[
33318 \qG x{\ln(x)}B\]
33319
33320 \end_inset
33321
33322
33323 \end_layout
33324
33325 \begin_layout Standard
33326 LyX offers in the menu 
33327 \family sans
33328 Tools\SpecialChar \menuseparator
33329 Preferences\SpecialChar \menuseparator
33330 Editing\SpecialChar \menuseparator
33331 Control
33332 \family default
33333  different styles to edit macros.
33334  To find the style that suits you the most, choose a style and set the cursor
33335  in a macro formula to see the difference.
33336 \end_layout
33337
33338 \begin_layout Standard
33339 A math macro is transformed internally to a 
33340 \series bold
33341
33342 \backslash
33343 newcommand
33344 \series default
33345  command when exporting the document.
33346  The created 
33347 \series bold
33348
33349 \backslash
33350 newcommand
33351 \series default
33352  command is not placed in the LaTeX-preamble, therefore macros can only
33353  be used in formulas that are in the document below the macro definition
33354  box.
33355 \end_layout
33356
33357 \begin_layout Standard
33358 Math macros can also be directly be created from a 
33359 \series bold
33360
33361 \backslash
33362 newcommand
33363 \series default
33364  command.
33365  When writing for example the command
33366 \series bold
33367
33368 \begin_inset Newline newline
33369 \end_inset
33370
33371
33372 \backslash
33373 newcommand{
33374 \backslash
33375 larrow}[2]{
33376 \backslash
33377 xleftarrow[#2]{#1}}
33378 \begin_inset Newline newline
33379 \end_inset
33380
33381
33382 \series default
33383 in LyX as normal text, highlighting it completely and using then the shortcut
33384  
33385 \family sans
33386 Ctrl+M
33387 \family default
33388 , the command will be transformed to a math macro.
33389  Using this method you need to be careful that the 
33390 \series bold
33391
33392 \backslash
33393 newcommand
33394 \series default
33395  command is typed correctly, otherwise you get a faulty macro leading to
33396  LaTeX errors.
33397 \end_layout
33398
33399 \begin_layout Standard
33400 Math macros currently yet have the problem that further formulas in macro
33401  definitions are handled wrongly.
33402  Therefore the example 
33403 \series bold
33404
33405 \backslash
33406 fb
33407 \series default
33408  from 
33409 \begin_inset CommandInset ref
33410 LatexCommand ref
33411 reference "sub:The-Command-newcommand"
33412
33413 \end_inset
33414
33415  cannot be created as macro.
33416 \end_layout
33417
33418 \begin_layout Standard
33419 When the cursor is in a macro definition box, you will see the macro toolbar
33420  in LyX:
33421 \end_layout
33422
33423 \begin_layout Standard
33424 \begin_inset VSpace defskip
33425 \end_inset
33426
33427
33428 \end_layout
33429
33430 \begin_layout Standard
33431 \begin_inset Graphics
33432         filename clipart/MacroToolbar.png
33433
33434 \end_inset
33435
33436
33437 \begin_inset Index
33438 status collapsed
33439
33440 \begin_layout Plain Layout
33441 Macros ! Toolbar
33442 \end_layout
33443
33444 \end_inset
33445
33446
33447 \end_layout
33448
33449 \begin_layout Standard
33450 \begin_inset VSpace defskip
33451 \end_inset
33452
33453
33454 \end_layout
33455
33456 \begin_layout Standard
33457 The macro toolbar contains from left to right the following buttons:
33458 \end_layout
33459
33460 \begin_layout Standard
33461 \begin_inset VSpace defskip
33462 \end_inset
33463
33464
33465 \end_layout
33466
33467 \begin_layout Standard
33468 \begin_inset Tabular
33469 <lyxtabular version="3" rows="9" columns="2">
33470 <features islongtable="true">
33471 <column alignment="left" valignment="top" width="0">
33472 <column alignment="left" valignment="top" width="85col%">
33473 <row interlinespace="2.5mm">
33474 <cell alignment="center" valignment="top" usebox="none">
33475 \begin_inset Text
33476
33477 \begin_layout Plain Layout
33478 \begin_inset Graphics
33479         filename ../images/math-macro-remove-param.png
33480         BoundingBox 0bp 5bp 20bp 25bp
33481         rotateOrigin center
33482
33483 \end_inset
33484
33485
33486 \end_layout
33487
33488 \end_inset
33489 </cell>
33490 <cell alignment="center" valignment="top" usebox="none">
33491 \begin_inset Text
33492
33493 \begin_layout Plain Layout
33494
33495 \family sans
33496 Edit\SpecialChar \menuseparator
33497 Math\SpecialChar \menuseparator
33498 Macro
33499 \begin_inset space ~
33500 \end_inset
33501
33502 Definition\SpecialChar \menuseparator
33503 Remove Last Argument
33504 \end_layout
33505
33506 \end_inset
33507 </cell>
33508 </row>
33509 <row interlinespace="2.5mm">
33510 <cell alignment="center" valignment="top" usebox="none">
33511 \begin_inset Text
33512
33513 \begin_layout Plain Layout
33514 \begin_inset Graphics
33515         filename ../images/math-macro-add-param.png
33516         BoundingBox 0bp 5bp 20bp 25bp
33517         rotateOrigin center
33518
33519 \end_inset
33520
33521
33522 \end_layout
33523
33524 \end_inset
33525 </cell>
33526 <cell alignment="center" valignment="top" usebox="none">
33527 \begin_inset Text
33528
33529 \begin_layout Plain Layout
33530
33531 \family sans
33532 Edit\SpecialChar \menuseparator
33533 Math\SpecialChar \menuseparator
33534 Macro
33535 \begin_inset space ~
33536 \end_inset
33537
33538 Definition\SpecialChar \menuseparator
33539 Append Argument
33540 \end_layout
33541
33542 \end_inset
33543 </cell>
33544 </row>
33545 <row interlinespace="2.5mm">
33546 <cell alignment="center" valignment="top" usebox="none">
33547 \begin_inset Text
33548
33549 \begin_layout Plain Layout
33550 \begin_inset Graphics
33551         filename ../images/math-macro-make-optional.png
33552         BoundingBox 0bp 5bp 20bp 25bp
33553         rotateOrigin center
33554
33555 \end_inset
33556
33557
33558 \end_layout
33559
33560 \end_inset
33561 </cell>
33562 <cell alignment="center" valignment="top" usebox="none">
33563 \begin_inset Text
33564
33565 \begin_layout Plain Layout
33566
33567 \family sans
33568 Edit\SpecialChar \menuseparator
33569 Math\SpecialChar \menuseparator
33570 Macro
33571 \begin_inset space ~
33572 \end_inset
33573
33574 Definition\SpecialChar \menuseparator
33575 Make First Non-Optional into
33576 \begin_inset Newline newline
33577 \end_inset
33578
33579
33580 \begin_inset ERT
33581 status collapsed
33582
33583 \begin_layout Plain Layout
33584
33585
33586 \backslash
33587 hphantom{
33588 \end_layout
33589
33590 \end_inset
33591
33592 Edit\SpecialChar \menuseparator
33593 Math\SpecialChar \menuseparator
33594 Macro
33595 \begin_inset space ~
33596 \end_inset
33597
33598 Definition\SpecialChar \menuseparator
33599
33600 \begin_inset ERT
33601 status collapsed
33602
33603 \begin_layout Plain Layout
33604
33605 }
33606 \end_layout
33607
33608 \end_inset
33609
33610 Optional Argument
33611 \end_layout
33612
33613 \end_inset
33614 </cell>
33615 </row>
33616 <row interlinespace="2.5mm">
33617 <cell alignment="center" valignment="top" usebox="none">
33618 \begin_inset Text
33619
33620 \begin_layout Plain Layout
33621 \begin_inset Graphics
33622         filename ../images/math-macro-make-nonoptional.png
33623         BoundingBox 0bp 5bp 20bp 25bp
33624         rotateOrigin center
33625
33626 \end_inset
33627
33628
33629 \end_layout
33630
33631 \end_inset
33632 </cell>
33633 <cell alignment="center" valignment="top" usebox="none">
33634 \begin_inset Text
33635
33636 \begin_layout Plain Layout
33637
33638 \family sans
33639 Edit\SpecialChar \menuseparator
33640 Math\SpecialChar \menuseparator
33641 Macro
33642 \begin_inset space ~
33643 \end_inset
33644
33645 Definition\SpecialChar \menuseparator
33646 Make Last Optional into
33647 \begin_inset Newline newline
33648 \end_inset
33649
33650
33651 \begin_inset ERT
33652 status collapsed
33653
33654 \begin_layout Plain Layout
33655
33656
33657 \backslash
33658 hphantom{
33659 \end_layout
33660
33661 \end_inset
33662
33663 Edit\SpecialChar \menuseparator
33664 Math\SpecialChar \menuseparator
33665 Macro
33666 \begin_inset space ~
33667 \end_inset
33668
33669 Definition\SpecialChar \menuseparator
33670
33671 \begin_inset ERT
33672 status collapsed
33673
33674 \begin_layout Plain Layout
33675
33676 }
33677 \end_layout
33678
33679 \end_inset
33680
33681 Non-Optional Argument
33682 \end_layout
33683
33684 \end_inset
33685 </cell>
33686 </row>
33687 <row interlinespace="2.5mm">
33688 <cell alignment="center" valignment="top" usebox="none">
33689 \begin_inset Text
33690
33691 \begin_layout Plain Layout
33692 \begin_inset Graphics
33693         filename ../images/math-macro-remove-optional-param.png
33694         BoundingBox 0bp 5bp 20bp 25bp
33695         rotateOrigin center
33696
33697 \end_inset
33698
33699
33700 \end_layout
33701
33702 \end_inset
33703 </cell>
33704 <cell alignment="center" valignment="top" usebox="none">
33705 \begin_inset Text
33706
33707 \begin_layout Plain Layout
33708
33709 \family sans
33710 Edit\SpecialChar \menuseparator
33711 Math\SpecialChar \menuseparator
33712 Macro
33713 \begin_inset space ~
33714 \end_inset
33715
33716 Definition\SpecialChar \menuseparator
33717 Remove Optional Argument
33718 \end_layout
33719
33720 \end_inset
33721 </cell>
33722 </row>
33723 <row interlinespace="2.5mm">
33724 <cell alignment="center" valignment="top" usebox="none">
33725 \begin_inset Text
33726
33727 \begin_layout Plain Layout
33728 \begin_inset Graphics
33729         filename ../images/math-macro-add-optional-param.png
33730         BoundingBox 0bp 5bp 20bp 25bp
33731         rotateOrigin center
33732
33733 \end_inset
33734
33735
33736 \end_layout
33737
33738 \end_inset
33739 </cell>
33740 <cell alignment="center" valignment="top" usebox="none">
33741 \begin_inset Text
33742
33743 \begin_layout Plain Layout
33744
33745 \family sans
33746 Edit\SpecialChar \menuseparator
33747 Math\SpecialChar \menuseparator
33748 Macro
33749 \begin_inset space ~
33750 \end_inset
33751
33752 Definition\SpecialChar \menuseparator
33753 Insert Optional Argument
33754 \end_layout
33755
33756 \end_inset
33757 </cell>
33758 </row>
33759 <row interlinespace="2.5mm">
33760 <cell alignment="center" valignment="top" usebox="none">
33761 \begin_inset Text
33762
33763 \begin_layout Plain Layout
33764 \begin_inset Graphics
33765         filename ../images/math-macro-remove-greedy-param.png
33766         BoundingBox 0bp 5bp 20bp 25bp
33767         rotateOrigin center
33768
33769 \end_inset
33770
33771
33772 \end_layout
33773
33774 \end_inset
33775 </cell>
33776 <cell alignment="center" valignment="top" usebox="none">
33777 \begin_inset Text
33778
33779 \begin_layout Plain Layout
33780
33781 \family sans
33782 Edit\SpecialChar \menuseparator
33783 Math\SpecialChar \menuseparator
33784 Macro
33785 \begin_inset space ~
33786 \end_inset
33787
33788 Definition\SpecialChar \menuseparator
33789 Remove Last Argument
33790 \begin_inset Newline newline
33791 \end_inset
33792
33793
33794 \begin_inset ERT
33795 status collapsed
33796
33797 \begin_layout Plain Layout
33798
33799
33800 \backslash
33801 hphantom{
33802 \end_layout
33803
33804 \end_inset
33805
33806 Edit\SpecialChar \menuseparator
33807 Math\SpecialChar \menuseparator
33808 Macro
33809 \begin_inset space ~
33810 \end_inset
33811
33812 Definition\SpecialChar \menuseparator
33813
33814 \begin_inset ERT
33815 status collapsed
33816
33817 \begin_layout Plain Layout
33818
33819 }
33820 \end_layout
33821
33822 \end_inset
33823
33824 Spitting Out To The Right
33825 \end_layout
33826
33827 \end_inset
33828 </cell>
33829 </row>
33830 <row interlinespace="2.5mm">
33831 <cell alignment="center" valignment="top" usebox="none">
33832 \begin_inset Text
33833
33834 \begin_layout Plain Layout
33835 \begin_inset Graphics
33836         filename ../images/math-macro-append-greedy-param.png
33837         BoundingBox 0bp 5bp 20bp 25bp
33838         rotateOrigin center
33839
33840 \end_inset
33841
33842
33843 \end_layout
33844
33845 \end_inset
33846 </cell>
33847 <cell alignment="center" valignment="top" usebox="none">
33848 \begin_inset Text
33849
33850 \begin_layout Plain Layout
33851
33852 \family sans
33853 Edit\SpecialChar \menuseparator
33854 Math\SpecialChar \menuseparator
33855 Macro
33856 \begin_inset space ~
33857 \end_inset
33858
33859 Definition\SpecialChar \menuseparator
33860 Append Argument
33861 \begin_inset Newline newline
33862 \end_inset
33863
33864
33865 \begin_inset ERT
33866 status collapsed
33867
33868 \begin_layout Plain Layout
33869
33870
33871 \backslash
33872 hphantom{
33873 \end_layout
33874
33875 \end_inset
33876
33877 Edit\SpecialChar \menuseparator
33878 Math\SpecialChar \menuseparator
33879 Macro
33880 \begin_inset space ~
33881 \end_inset
33882
33883 Definition\SpecialChar \menuseparator
33884
33885 \begin_inset ERT
33886 status collapsed
33887
33888 \begin_layout Plain Layout
33889
33890 }
33891 \end_layout
33892
33893 \end_inset
33894
33895 Eating From The Right
33896 \end_layout
33897
33898 \end_inset
33899 </cell>
33900 </row>
33901 <row interlinespace="2.5mm">
33902 <cell alignment="center" valignment="top" usebox="none">
33903 \begin_inset Text
33904
33905 \begin_layout Plain Layout
33906 \begin_inset Graphics
33907         filename ../images/math-macro-add-greedy-optional-param.png
33908         BoundingBox 0bp 5bp 20bp 25bp
33909         rotateOrigin center
33910
33911 \end_inset
33912
33913
33914 \end_layout
33915
33916 \end_inset
33917 </cell>
33918 <cell alignment="center" valignment="top" usebox="none">
33919 \begin_inset Text
33920
33921 \begin_layout Plain Layout
33922
33923 \family sans
33924 Edit\SpecialChar \menuseparator
33925 Math\SpecialChar \menuseparator
33926 Macro
33927 \begin_inset space ~
33928 \end_inset
33929
33930 Definition\SpecialChar \menuseparator
33931 Append Optional Argument
33932 \begin_inset Newline newline
33933 \end_inset
33934
33935
33936 \begin_inset ERT
33937 status collapsed
33938
33939 \begin_layout Plain Layout
33940
33941
33942 \backslash
33943 hphantom{
33944 \end_layout
33945
33946 \end_inset
33947
33948 Edit\SpecialChar \menuseparator
33949 Math\SpecialChar \menuseparator
33950 Macro
33951 \begin_inset space ~
33952 \end_inset
33953
33954 Definition\SpecialChar \menuseparator
33955
33956 \begin_inset ERT
33957 status collapsed
33958
33959 \begin_layout Plain Layout
33960
33961 }
33962 \end_layout
33963
33964 \end_inset
33965
33966 Eating From The Right
33967 \end_layout
33968
33969 \end_inset
33970 </cell>
33971 </row>
33972 </lyxtabular>
33973
33974 \end_inset
33975
33976
33977 \end_layout
33978
33979 \begin_layout Standard
33980 \begin_inset Newpage newpage
33981 \end_inset
33982
33983
33984 \end_layout
33985
33986 \begin_layout Section
33987 Tips
33988 \begin_inset ERT
33989 status collapsed
33990
33991 \begin_layout Plain Layout
33992
33993
33994 \backslash
33995 texorpdfstring{
33996 \end_layout
33997
33998 \end_inset
33999
34000
34001 \begin_inset Foot
34002 status collapsed
34003
34004 \begin_layout Plain Layout
34005 Other useful math tips can be found in 
34006 \begin_inset CommandInset citation
34007 LatexCommand cite
34008 key "Voss"
34009
34010 \end_inset
34011
34012 .
34013 \end_layout
34014
34015 \end_inset
34016
34017
34018 \begin_inset ERT
34019 status collapsed
34020
34021 \begin_layout Plain Layout
34022
34023 }{}
34024 \end_layout
34025
34026 \end_inset
34027
34028
34029 \begin_inset Note Note
34030 status collapsed
34031
34032 \begin_layout Plain Layout
34033
34034 \backslash
34035 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
34036 \end_layout
34037
34038 \begin_layout Plain Layout
34039 More about 
34040 \backslash
34041 texorpdfstring is in section 
34042 \begin_inset CommandInset ref
34043 LatexCommand ref
34044 reference "sub:Formulas-in-Section"
34045
34046 \end_inset
34047
34048 .
34049 \end_layout
34050
34051 \end_inset
34052
34053
34054 \begin_inset Index
34055 status collapsed
34056
34057 \begin_layout Plain Layout
34058 Tips
34059 \end_layout
34060
34061 \end_inset
34062
34063
34064 \begin_inset Index
34065 status collapsed
34066
34067 \begin_layout Plain Layout
34068 Ions|see
34069 \begin_inset ERT
34070 status collapsed
34071
34072 \begin_layout Plain Layout
34073
34074 {
34075 \end_layout
34076
34077 \end_inset
34078
34079 Chemical characters
34080 \begin_inset ERT
34081 status collapsed
34082
34083 \begin_layout Plain Layout
34084
34085 }
34086 \end_layout
34087
34088 \end_inset
34089
34090
34091 \end_layout
34092
34093 \end_inset
34094
34095
34096 \end_layout
34097
34098 \begin_layout Subsection
34099 Negative Numbers
34100 \begin_inset Index
34101 status collapsed
34102
34103 \begin_layout Plain Layout
34104 Numbers ! negative
34105 \end_layout
34106
34107 \end_inset
34108
34109
34110 \end_layout
34111
34112 \begin_layout Standard
34113 Negative numbers often look ugly in formulas because the minus sign before
34114  the number is set with the same length as the minus operator sign.
34115  When writing the negative number in normal text, the minus sign appears
34116  correctly.
34117 \end_layout
34118
34119 \begin_layout Standard
34120 Thus, the problem disappears when converting the minus sign to mathematical
34121  text.
34122 \end_layout
34123
34124 \begin_layout Standard
34125 An example to visualize the problem:
34126 \end_layout
34127
34128 \begin_layout Standard
34129 \align center
34130 \begin_inset Tabular
34131 <lyxtabular version="3" rows="3" columns="2">
34132 <features>
34133 <column alignment="right" valignment="top" width="0">
34134 <column alignment="left" valignment="top" width="0">
34135 <row>
34136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34137 \begin_inset Text
34138
34139 \begin_layout Plain Layout
34140 normal text:
34141 \end_layout
34142
34143 \end_inset
34144 </cell>
34145 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34146 \begin_inset Text
34147
34148 \begin_layout Plain Layout
34149 x = -2
34150 \end_layout
34151
34152 \end_inset
34153 </cell>
34154 </row>
34155 <row>
34156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34157 \begin_inset Text
34158
34159 \begin_layout Plain Layout
34160 formula:
34161 \end_layout
34162
34163 \end_inset
34164 </cell>
34165 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34166 \begin_inset Text
34167
34168 \begin_layout Plain Layout
34169 \begin_inset Formula $x=-2$
34170 \end_inset
34171
34172
34173 \end_layout
34174
34175 \end_inset
34176 </cell>
34177 </row>
34178 <row>
34179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34180 \begin_inset Text
34181
34182 \begin_layout Plain Layout
34183 solution:
34184 \end_layout
34185
34186 \end_inset
34187 </cell>
34188 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34189 \begin_inset Text
34190
34191 \begin_layout Plain Layout
34192 \begin_inset Formula $x=\textrm{-}2$
34193 \end_inset
34194
34195
34196 \end_layout
34197
34198 \end_inset
34199 </cell>
34200 </row>
34201 </lyxtabular>
34202
34203 \end_inset
34204
34205
34206 \end_layout
34207
34208 \begin_layout Subsection
34209 Comma as decimal Separator
34210 \begin_inset Index
34211 status collapsed
34212
34213 \begin_layout Plain Layout
34214 Comma
34215 \end_layout
34216
34217 \end_inset
34218
34219
34220 \end_layout
34221
34222 \begin_layout Standard
34223 In LaTeX a comma inside a formula is used, according to the English convention,
34224  as number group separator.
34225  So there will be space added behind all commas in formulas.
34226 \end_layout
34227
34228 \begin_layout Standard
34229 To avoid this, the comma is highlighted and changed to mathematical text
34230  (shortcut 
34231 \begin_inset Info
34232 type  "shortcut"
34233 arg   "math-mode"
34234 \end_inset
34235
34236 ).
34237 \end_layout
34238
34239 \begin_layout Standard
34240 To use all formula commas in the document as decimal separator, the file
34241  
34242 \series bold
34243 icomma.sty
34244 \series default
34245
34246 \begin_inset Foot
34247 status collapsed
34248
34249 \begin_layout Plain Layout
34250
34251 \series bold
34252 icomma
34253 \series default
34254  is part of the LaTeX-package 
34255 \series bold
34256 was
34257 \series default
34258
34259 \begin_inset Index
34260 status collapsed
34261
34262 \begin_layout Plain Layout
34263 Packages ! was
34264 \begin_inset ERT
34265 status collapsed
34266
34267 \begin_layout Plain Layout
34268
34269
34270 \backslash
34271 vspace{4mm}
34272 \end_layout
34273
34274 \end_inset
34275
34276
34277 \end_layout
34278
34279 \end_inset
34280
34281 .
34282 \end_layout
34283
34284 \end_inset
34285
34286
34287 \begin_inset Index
34288 status collapsed
34289
34290 \begin_layout Plain Layout
34291 Packages ! icomma
34292 \end_layout
34293
34294 \end_inset
34295
34296  is loaded with the LaTeX-preamble line
34297 \end_layout
34298
34299 \begin_layout Standard
34300
34301 \series bold
34302
34303 \backslash
34304 usepackage{icomma}
34305 \end_layout
34306
34307 \begin_layout Subsection
34308 Physical Vectors
34309 \begin_inset CommandInset label
34310 LatexCommand label
34311 name "sub:Physical-Vectors"
34312
34313 \end_inset
34314
34315
34316 \begin_inset Index
34317 status collapsed
34318
34319 \begin_layout Plain Layout
34320 Vectors ! physical
34321 \end_layout
34322
34323 \end_inset
34324
34325
34326 \end_layout
34327
34328 \begin_layout Standard
34329 Predefined vectors are offered by the LaTeX-package 
34330 \series bold
34331 braket
34332 \series default
34333
34334 \begin_inset Foot
34335 status collapsed
34336
34337 \begin_layout Plain Layout
34338
34339 \series bold
34340 braket
34341 \series default
34342  should be part of every LaTeX standard installation.
34343 \end_layout
34344
34345 \end_inset
34346
34347
34348 \begin_inset Index
34349 status collapsed
34350
34351 \begin_layout Plain Layout
34352 Packages ! braket
34353 \end_layout
34354
34355 \end_inset
34356
34357  that is loaded with the LaTeX-preamble line
34358 \end_layout
34359
34360 \begin_layout Standard
34361
34362 \series bold
34363
34364 \backslash
34365 usepackage{braket}
34366 \end_layout
34367
34368 \begin_layout Standard
34369 \begin_inset ERT
34370 status collapsed
34371
34372 \begin_layout Plain Layout
34373
34374
34375 \backslash
34376 ifbraket 
34377 \end_layout
34378
34379 \end_inset
34380
34381
34382 \begin_inset Note Note
34383 status open
34384
34385 \begin_layout Plain Layout
34386 The following table will only be displayed when the LaTeX-package 
34387 \series bold
34388 braket
34389 \series default
34390  is installed.
34391 \end_layout
34392
34393 \end_inset
34394
34395 The following commands are defined:
34396 \end_layout
34397
34398 \begin_layout Standard
34399 \align center
34400 \begin_inset Tabular
34401 <lyxtabular version="3" rows="4" columns="2">
34402 <features>
34403 <column alignment="center" valignment="top" width="0">
34404 <column alignment="center" valignment="top" width="0">
34405 <row>
34406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34407 \begin_inset Text
34408
34409 \begin_layout Plain Layout
34410 Command
34411 \end_layout
34412
34413 \end_inset
34414 </cell>
34415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34416 \begin_inset Text
34417
34418 \begin_layout Plain Layout
34419 Result
34420 \end_layout
34421
34422 \end_inset
34423 </cell>
34424 </row>
34425 <row>
34426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34427 \begin_inset Text
34428
34429 \begin_layout Plain Layout
34430
34431 \backslash
34432 Bra{
34433 \backslash
34434 psi
34435 \end_layout
34436
34437 \end_inset
34438 </cell>
34439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34440 \begin_inset Text
34441
34442 \begin_layout Plain Layout
34443 \begin_inset Formula $\Bra{\psi}$
34444 \end_inset
34445
34446
34447 \end_layout
34448
34449 \end_inset
34450 </cell>
34451 </row>
34452 <row>
34453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34454 \begin_inset Text
34455
34456 \begin_layout Plain Layout
34457
34458 \backslash
34459 Ket{
34460 \backslash
34461 psi
34462 \end_layout
34463
34464 \end_inset
34465 </cell>
34466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34467 \begin_inset Text
34468
34469 \begin_layout Plain Layout
34470 \begin_inset Formula $\Ket{\psi}$
34471 \end_inset
34472
34473
34474 \end_layout
34475
34476 \end_inset
34477 </cell>
34478 </row>
34479 <row>
34480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34481 \begin_inset Text
34482
34483 \begin_layout Plain Layout
34484
34485 \backslash
34486 Braket{
34487 \backslash
34488 psi|
34489 \backslash
34490 phi
34491 \end_layout
34492
34493 \end_inset
34494 </cell>
34495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34496 \begin_inset Text
34497
34498 \begin_layout Plain Layout
34499 \begin_inset Formula $\Braket{\psi|\phi}$
34500 \end_inset
34501
34502
34503 \end_layout
34504
34505 \end_inset
34506 </cell>
34507 </row>
34508 </lyxtabular>
34509
34510 \end_inset
34511
34512
34513 \end_layout
34514
34515 \begin_layout Standard
34516 The command 
34517 \series bold
34518
34519 \backslash
34520 Braket
34521 \series default
34522  assures that all vertical bars are set in the size of the surrounding brackets:
34523 \begin_inset Formula \[
34524 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
34525
34526 \end_inset
34527
34528
34529 \begin_inset ERT
34530 status collapsed
34531
34532 \begin_layout Plain Layout
34533
34534
34535 \backslash
34536 else 
34537 \end_layout
34538
34539 \end_inset
34540
34541
34542 \begin_inset Note Note
34543 status open
34544
34545 \begin_layout Plain Layout
34546 The following will be displayed when the LaTeX-package 
34547 \series bold
34548 braket
34549 \series default
34550  is not installed:
34551 \end_layout
34552
34553 \end_inset
34554
34555
34556 \end_layout
34557
34558 \begin_layout Standard
34559 You need to install the LaTeX-package 
34560 \series bold
34561 braket
34562 \series default
34563  to see the rest of this subsection in the output.
34564 \end_layout
34565
34566 \begin_layout Standard
34567 \begin_inset ERT
34568 status collapsed
34569
34570 \begin_layout Plain Layout
34571
34572
34573 \backslash
34574 fi 
34575 \end_layout
34576
34577 \end_inset
34578
34579
34580 \end_layout
34581
34582 \begin_layout Standard
34583 The effect of 
34584 \series bold
34585
34586 \backslash
34587 Braket
34588 \series default
34589  can also be achieved using the command 
34590 \series bold
34591
34592 \backslash
34593 middle
34594 \series default
34595 , that is described in 
34596 \begin_inset CommandInset ref
34597 LatexCommand ref
34598 reference "sub:Automatic-Bracket-Size"
34599
34600 \end_inset
34601
34602 .
34603 \end_layout
34604
34605 \begin_layout Subsection
34606 Self-defined Fractions
34607 \begin_inset CommandInset label
34608 LatexCommand label
34609 name "sub:Self-defined-Fractions"
34610
34611 \end_inset
34612
34613
34614 \begin_inset Index
34615 status collapsed
34616
34617 \begin_layout Plain Layout
34618 Fractions ! self-defined
34619 \end_layout
34620
34621 \end_inset
34622
34623
34624 \end_layout
34625
34626 \begin_layout Standard
34627 To define custom commands for fractions, the command 
34628 \series bold
34629
34630 \backslash
34631 genfrac
34632 \series default
34633
34634 \begin_inset Index
34635 status collapsed
34636
34637 \begin_layout Plain Layout
34638 Commands ! G ! 
34639 \backslash
34640 genfrac
34641 \end_layout
34642
34643 \end_inset
34644
34645  is used in the following scheme:
34646 \end_layout
34647
34648 \begin_layout Standard
34649
34650 \series bold
34651
34652 \backslash
34653 genfrac{left
34654 \series default
34655  
34656 \series bold
34657 bracket}{right
34658 \series default
34659  
34660 \series bold
34661 bracket}{fraction bar thickness}{style}
34662 \begin_inset Newline newline
34663 \end_inset
34664
34665
34666 \begin_inset ERT
34667 status collapsed
34668
34669 \begin_layout Plain Layout
34670
34671
34672 \backslash
34673 phantom{
34674 \end_layout
34675
34676 \end_inset
34677
34678
34679 \backslash
34680 genfrac
34681 \begin_inset ERT
34682 status collapsed
34683
34684 \begin_layout Plain Layout
34685
34686 }
34687 \end_layout
34688
34689 \end_inset
34690
34691 {numerator}{denominator}
34692 \end_layout
34693
34694 \begin_layout Standard
34695 The style is a number in the range of 0
34696 \begin_inset space \thinspace{}
34697 \end_inset
34698
34699 -
34700 \begin_inset space \thinspace{}
34701 \end_inset
34702
34703 3.
34704 \end_layout
34705
34706 \begin_layout Standard
34707 \align center
34708 \begin_inset Tabular
34709 <lyxtabular version="3" rows="5" columns="2">
34710 <features>
34711 <column alignment="center" valignment="top" width="0">
34712 <column alignment="center" valignment="top" width="0">
34713 <row>
34714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34715 \begin_inset Text
34716
34717 \begin_layout Plain Layout
34718 Number
34719 \end_layout
34720
34721 \end_inset
34722 </cell>
34723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34724 \begin_inset Text
34725
34726 \begin_layout Plain Layout
34727 Style (Size)
34728 \end_layout
34729
34730 \end_inset
34731 </cell>
34732 </row>
34733 <row>
34734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34735 \begin_inset Text
34736
34737 \begin_layout Plain Layout
34738 0
34739 \end_layout
34740
34741 \end_inset
34742 </cell>
34743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34744 \begin_inset Text
34745
34746 \begin_layout Plain Layout
34747 display style formula
34748 \end_layout
34749
34750 \end_inset
34751 </cell>
34752 </row>
34753 <row>
34754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34755 \begin_inset Text
34756
34757 \begin_layout Plain Layout
34758 1
34759 \end_layout
34760
34761 \end_inset
34762 </cell>
34763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34764 \begin_inset Text
34765
34766 \begin_layout Plain Layout
34767 inline formula
34768 \end_layout
34769
34770 \end_inset
34771 </cell>
34772 </row>
34773 <row>
34774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34775 \begin_inset Text
34776
34777 \begin_layout Plain Layout
34778 2
34779 \end_layout
34780
34781 \end_inset
34782 </cell>
34783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34784 \begin_inset Text
34785
34786 \begin_layout Plain Layout
34787 small
34788 \end_layout
34789
34790 \end_inset
34791 </cell>
34792 </row>
34793 <row>
34794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34795 \begin_inset Text
34796
34797 \begin_layout Plain Layout
34798 3
34799 \end_layout
34800
34801 \end_inset
34802 </cell>
34803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34804 \begin_inset Text
34805
34806 \begin_layout Plain Layout
34807 tiny
34808 \end_layout
34809
34810 \end_inset
34811 </cell>
34812 </row>
34813 </lyxtabular>
34814
34815 \end_inset
34816
34817
34818 \end_layout
34819
34820 \begin_layout Standard
34821 When no style is given, the size is adjusted to the surrounding environment
34822  like for the command 
34823 \series bold
34824
34825 \backslash
34826 frac
34827 \series default
34828 .
34829 \end_layout
34830
34831 \begin_layout Standard
34832 When no fraction bar thickness is given, the predefined value of 0.4
34833 \begin_inset space \thinspace{}
34834 \end_inset
34835
34836 pt will be used.
34837 \end_layout
34838
34839 \begin_layout Standard
34840 \begin_inset VSpace medskip
34841 \end_inset
34842
34843 For example, the commands 
34844 \series bold
34845
34846 \backslash
34847 dfrac
34848 \series default
34849  and 
34850 \series bold
34851
34852 \backslash
34853 tbinom
34854 \series default
34855  from 
34856 \begin_inset CommandInset ref
34857 LatexCommand ref
34858 reference "sub:Fractions"
34859
34860 \end_inset
34861
34862  are defined with the commands
34863 \end_layout
34864
34865 \begin_layout Standard
34866
34867 \series bold
34868
34869 \backslash
34870 newcommand{
34871 \backslash
34872 dfrac}[2]{
34873 \backslash
34874 genfrac{}{}{}{0}{#1}{#2}}
34875 \end_layout
34876
34877 \begin_layout Standard
34878 and
34879 \end_layout
34880
34881 \begin_layout Standard
34882
34883 \series bold
34884
34885 \backslash
34886 newcommand{
34887 \backslash
34888 tbinom}[2]{
34889 \backslash
34890 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34891 \end_layout
34892
34893 \begin_layout Standard
34894 \begin_inset VSpace medskip
34895 \end_inset
34896
34897 To define a fraction where the fraction bar thickness can be given as optional
34898  argument, the following line is inserted to the LaTeX-preamble:
34899 \end_layout
34900
34901 \begin_layout Standard
34902
34903 \series bold
34904
34905 \backslash
34906 newcommand{
34907 \backslash
34908 fracS}[3][]{
34909 \backslash
34910 genfrac{}{}{#1}{}{#2}{#3}}
34911 \end_layout
34912
34913 \begin_layout Standard
34914 A test:
34915 \begin_inset Formula \begin{align*}
34916 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34917 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
34918
34919 \end_inset
34920
34921 As one can see, the distance of the numerator and the denominator to the
34922  fraction bar is round about three times the bar thickness.
34923 \end_layout
34924
34925 \begin_layout Subsection
34926 Canceled Formulas
34927 \begin_inset Index
34928 status collapsed
34929
34930 \begin_layout Plain Layout
34931 Formula ! canceled
34932 \end_layout
34933
34934 \end_inset
34935
34936
34937 \end_layout
34938
34939 \begin_layout Standard
34940 To cancel formulas or formula parts, the LaTeX-package 
34941 \series bold
34942 cancel
34943 \series default
34944
34945 \begin_inset Foot
34946 status collapsed
34947
34948 \begin_layout Plain Layout
34949
34950 \series bold
34951 cancel
34952 \series default
34953  is part of every LaTeX standard installation.
34954 \end_layout
34955
34956 \end_inset
34957
34958
34959 \begin_inset Index
34960 status collapsed
34961
34962 \begin_layout Plain Layout
34963 Packages ! cancel
34964 \end_layout
34965
34966 \end_inset
34967
34968  has to be loaded with the LaTeX-preamble line
34969 \end_layout
34970
34971 \begin_layout Standard
34972
34973 \series bold
34974
34975 \backslash
34976 usepackage[samesize]{cancel}
34977 \end_layout
34978
34979 \begin_layout Standard
34980 There are four ways to cancel formulas:
34981 \end_layout
34982
34983 \begin_layout Standard
34984 \align center
34985 \begin_inset Tabular
34986 <lyxtabular version="3" rows="5" columns="2">
34987 <features>
34988 <column alignment="center" valignment="top" width="0">
34989 <column alignment="center" valignment="top" width="0">
34990 <row>
34991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34992 \begin_inset Text
34993
34994 \begin_layout Plain Layout
34995 Command
34996 \end_layout
34997
34998 \end_inset
34999 </cell>
35000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35001 \begin_inset Text
35002
35003 \begin_layout Plain Layout
35004 Result
35005 \begin_inset Note Note
35006 status collapsed
35007
35008 \begin_layout Plain Layout
35009 The space and
35010 \series bold
35011  
35012 \backslash
35013 raisebox
35014 \series default
35015  are used here as spacer.
35016 \end_layout
35017
35018 \end_inset
35019
35020
35021 \end_layout
35022
35023 \end_inset
35024 </cell>
35025 </row>
35026 <row>
35027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35028 \begin_inset Text
35029
35030 \begin_layout Plain Layout
35031
35032 \backslash
35033 cancel{
35034 \backslash
35035 int
35036 \begin_inset ERT
35037 status collapsed
35038
35039 \begin_layout Plain Layout
35040
35041
35042 \backslash
35043 spce 
35044 \end_layout
35045
35046 \end_inset
35047
35048 A=B
35049 \end_layout
35050
35051 \end_inset
35052 </cell>
35053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35054 \begin_inset Text
35055
35056 \begin_layout Plain Layout
35057 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35058 \end_inset
35059
35060
35061 \end_layout
35062
35063 \end_inset
35064 </cell>
35065 </row>
35066 <row>
35067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35068 \begin_inset Text
35069
35070 \begin_layout Plain Layout
35071
35072 \backslash
35073 bcancel{
35074 \backslash
35075 int
35076 \begin_inset ERT
35077 status collapsed
35078
35079 \begin_layout Plain Layout
35080
35081
35082 \backslash
35083 spce 
35084 \end_layout
35085
35086 \end_inset
35087
35088 A=B
35089 \end_layout
35090
35091 \end_inset
35092 </cell>
35093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35094 \begin_inset Text
35095
35096 \begin_layout Plain Layout
35097 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35098 \end_inset
35099
35100
35101 \end_layout
35102
35103 \end_inset
35104 </cell>
35105 </row>
35106 <row>
35107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35108 \begin_inset Text
35109
35110 \begin_layout Plain Layout
35111
35112 \backslash
35113 xcancel{
35114 \backslash
35115 int
35116 \begin_inset ERT
35117 status collapsed
35118
35119 \begin_layout Plain Layout
35120
35121
35122 \backslash
35123 spce 
35124 \end_layout
35125
35126 \end_inset
35127
35128 A=B
35129 \end_layout
35130
35131 \end_inset
35132 </cell>
35133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35134 \begin_inset Text
35135
35136 \begin_layout Plain Layout
35137 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35138 \end_inset
35139
35140
35141 \end_layout
35142
35143 \end_inset
35144 </cell>
35145 </row>
35146 <row>
35147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35148 \begin_inset Text
35149
35150 \begin_layout Plain Layout
35151
35152 \backslash
35153 cancelto{1
35154 \begin_inset Formula $\to$
35155 \end_inset
35156
35157
35158 \backslash
35159 {
35160 \backslash
35161 int
35162 \begin_inset ERT
35163 status collapsed
35164
35165 \begin_layout Plain Layout
35166
35167
35168 \backslash
35169 spce 
35170 \end_layout
35171
35172 \end_inset
35173
35174 A=B
35175 \end_layout
35176
35177 \end_inset
35178 </cell>
35179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35180 \begin_inset Text
35181
35182 \begin_layout Plain Layout
35183 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35184 \end_inset
35185
35186
35187 \end_layout
35188
35189 \end_inset
35190 </cell>
35191 </row>
35192 </lyxtabular>
35193
35194 \end_inset
35195
35196
35197 \end_layout
35198
35199 \begin_layout Standard
35200
35201 \series bold
35202
35203 \backslash
35204 cancelto
35205 \series default
35206  is especially suitable to visualize the reduction of fractions within formulas:
35207 \begin_inset Formula \[
35208 \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}}}\]
35209
35210 \end_inset
35211
35212
35213 \end_layout
35214
35215 \begin_layout Subsection
35216 Formulas in Section Headings
35217 \begin_inset CommandInset label
35218 LatexCommand label
35219 name "sub:Formulas-in-Section"
35220
35221 \end_inset
35222
35223
35224 \begin_inset Index
35225 status collapsed
35226
35227 \begin_layout Plain Layout
35228 Formula ! in section headings
35229 \end_layout
35230
35231 \end_inset
35232
35233
35234 \end_layout
35235
35236 \begin_layout Standard
35237 When formulas are used in section headings, the following has to be taken
35238  into account:
35239 \end_layout
35240
35241 \begin_layout Standard
35242 \begin_inset Note Greyedout
35243 status open
35244
35245 \begin_layout Plain Layout
35246 When 
35247 \series bold
35248 hyperref
35249 \series default
35250
35251 \begin_inset Index
35252 status collapsed
35253
35254 \begin_layout Plain Layout
35255 Packages ! hyperref
35256 \end_layout
35257
35258 \end_inset
35259
35260  support is enabled in the document settings dialog under 
35261 \family sans
35262 PDF
35263 \begin_inset space ~
35264 \end_inset
35265
35266 Properties
35267 \family default
35268 , PDF-bookmarks are created for every section heading in the table of contents.
35269  If a section heading contains formulas, they are incorrectly displayed
35270  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35271 s.
35272 \end_layout
35273
35274 \end_inset
35275
35276
35277 \end_layout
35278
35279 \begin_layout Standard
35280 Both problems can be solved by inserting at the end of the section heading
35281  a short title with the menu 
35282 \family sans
35283 Insert\SpecialChar \menuseparator
35284 Short
35285 \begin_inset space ~
35286 \end_inset
35287
35288 Title
35289 \family default
35290 .
35291  Short titles are used as alternative for multiline section headings to
35292  keep the table of contents clearly arranged.
35293  Only the short title appears in the table of contents and therefore also
35294  in the PDF-bookmark.
35295 \end_layout
35296
35297 \begin_layout Standard
35298 When formulas should be used in the table of contents but 
35299 \series bold
35300 hyperref
35301 \series default
35302  is used, one can use the following command in TeX-mode:
35303 \end_layout
35304
35305 \begin_layout Standard
35306
35307 \series bold
35308
35309 \backslash
35310 texorpdfstring{part}{alternative}
35311 \begin_inset Index
35312 status collapsed
35313
35314 \begin_layout Plain Layout
35315 Commands ! T ! 
35316 \backslash
35317 texorpdfstring
35318 \end_layout
35319
35320 \end_inset
35321
35322
35323 \end_layout
35324
35325 \begin_layout Standard
35326 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35327  This can be characters, formulas, footnotes, but also cross-references.
35328  The alternative is used instead of the part for the bookmark.
35329 \end_layout
35330
35331 \begin_layout Standard
35332 Here are two example headings:
35333 \begin_inset VSpace -3mm
35334 \end_inset
35335
35336
35337 \begin_inset ERT
35338 status collapsed
35339
35340 \begin_layout Plain Layout
35341
35342
35343 \backslash
35344 boldmath 
35345 \end_layout
35346
35347 \end_inset
35348
35349
35350 \end_layout
35351
35352 \begin_layout Subsubsection
35353 Heading without formula in table of contents 
35354 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35355 \end_inset
35356
35357
35358 \begin_inset OptArg
35359 status collapsed
35360
35361 \begin_layout Plain Layout
35362 Heading without formula in table of contents
35363 \end_layout
35364
35365 \end_inset
35366
35367
35368 \end_layout
35369
35370 \begin_layout Subsubsection
35371 Heading with formula in table of contents
35372 \begin_inset ERT
35373 status collapsed
35374
35375 \begin_layout Plain Layout
35376
35377
35378 \backslash
35379 texorpdfstring{
35380 \end_layout
35381
35382 \end_inset
35383
35384  
35385 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35386 \end_inset
35387
35388
35389 \begin_inset ERT
35390 status collapsed
35391
35392 \begin_layout Plain Layout
35393
35394 }{}
35395 \end_layout
35396
35397 \end_inset
35398
35399
35400 \end_layout
35401
35402 \begin_layout Standard
35403 \begin_inset ERT
35404 status collapsed
35405
35406 \begin_layout Plain Layout
35407
35408
35409 \backslash
35410 unboldmath 
35411 \end_layout
35412
35413 \end_inset
35414
35415 In the first heading a short title was used, in the second one 
35416 \series bold
35417
35418 \backslash
35419 texorpdfstring
35420 \series default
35421 .
35422 \end_layout
35423
35424 \begin_layout Standard
35425 To get the same formatting as for the other headings, the complete heading
35426  was set into a 
35427 \series bold
35428 boldmath
35429 \series default
35430  environment
35431 \begin_inset Foot
35432 status collapsed
35433
35434 \begin_layout Plain Layout
35435 see 
35436 \begin_inset CommandInset ref
35437 LatexCommand ref
35438 reference "sub:Bold-Formulas"
35439
35440 \end_inset
35441
35442
35443 \end_layout
35444
35445 \end_inset
35446
35447 .
35448 \end_layout
35449
35450 \begin_layout Subsection
35451 Formulas in multi-column Text
35452 \begin_inset Index
35453 status collapsed
35454
35455 \begin_layout Plain Layout
35456 Formula ! in multi-column text
35457 \end_layout
35458
35459 \end_inset
35460
35461
35462 \end_layout
35463
35464 \begin_layout Standard
35465 Formulas in multi-column text are often too wide to fit into a column and
35466  thus need to be set over the whole page width.
35467  This is done by using the LaTeX-package 
35468 \series bold
35469 multicol
35470 \series default
35471
35472 \begin_inset Foot
35473 status collapsed
35474
35475 \begin_layout Plain Layout
35476
35477 \series bold
35478 multicol
35479 \series default
35480  is part of every LaTeX standard installation.
35481 \end_layout
35482
35483 \end_inset
35484
35485
35486 \begin_inset Index
35487 status collapsed
35488
35489 \begin_layout Plain Layout
35490 Packages ! multicol
35491 \end_layout
35492
35493 \end_inset
35494
35495 , that is loaded with the LaTeX-preamble line
35496 \end_layout
35497
35498 \begin_layout Standard
35499
35500 \series bold
35501
35502 \backslash
35503 usepackage{multicol}
35504 \end_layout
35505
35506 \begin_layout Standard
35507 \begin_inset Note Greyedout
35508 status open
35509
35510 \begin_layout Plain Layout
35511 Note herby that the setting 
35512 \family sans
35513 Two-column
35514 \begin_inset space ~
35515 \end_inset
35516
35517 document
35518 \family default
35519  in the menu 
35520 \family sans
35521 Document\SpecialChar \menuseparator
35522 Settings
35523 \family default
35524  under 
35525 \family sans
35526 Text
35527 \begin_inset space ~
35528 \end_inset
35529
35530 Layout
35531 \family default
35532 \emph on
35533  
35534 \emph default
35535 must 
35536 \emph on
35537 not
35538 \emph default
35539  be selected.
35540 \end_layout
35541
35542 \end_inset
35543
35544
35545 \end_layout
35546
35547 \begin_layout Standard
35548 Before the multi-column text the command
35549 \end_layout
35550
35551 \begin_layout Standard
35552
35553 \series bold
35554
35555 \backslash
35556 begin{multicols}{column number}
35557 \end_layout
35558
35559 \begin_layout Standard
35560 is written in TeX-mode.
35561  The column number is a number in the range of 2
35562 \begin_inset space \thinspace{}
35563 \end_inset
35564
35565 -
35566 \begin_inset space \thinspace{}
35567 \end_inset
35568
35569 10.
35570  Before the formula the multi-column text is ended by inserting the command
35571 \end_layout
35572
35573 \begin_layout Standard
35574
35575 \series bold
35576
35577 \backslash
35578 end{multicols}
35579 \end_layout
35580
35581 \begin_layout Standard
35582 in TeX-mode.
35583 \end_layout
35584
35585 \begin_layout Standard
35586 Due to the command some space is automatically added before the formula.
35587  To revert this, -6
35588 \begin_inset space \thinspace{}
35589 \end_inset
35590
35591 mm vertical space is inserted before the formula.
35592  When the formula style 
35593 \series bold
35594 Indented
35595 \begin_inset Foot
35596 status collapsed
35597
35598 \begin_layout Plain Layout
35599 formula styles see 
35600 \begin_inset CommandInset ref
35601 LatexCommand ref
35602 reference "sec:Formula-Styles"
35603
35604 \end_inset
35605
35606
35607 \end_layout
35608
35609 \end_inset
35610
35611
35612 \series default
35613  is used, -9
35614 \begin_inset space \thinspace{}
35615 \end_inset
35616
35617 mm space is inserted instead.
35618 \end_layout
35619
35620 \begin_layout Standard
35621 As example a multi-column text with a displayed formula:
35622 \end_layout
35623
35624 \begin_layout Standard
35625
35626 \lang german
35627 \begin_inset ERT
35628 status collapsed
35629
35630 \begin_layout Plain Layout
35631
35632
35633 \backslash
35634 begin{multicols}{2}
35635 \end_layout
35636
35637 \end_inset
35638
35639 Das Spektrum wird fouriertransformiert.
35640  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35641 , Lösungsmittel) zu trennen.
35642  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35643  nun das Aussehen des Ausgangssignals.
35644  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35645  über alle Phasen integrieren muss.
35646  Sei nun 
35647 \begin_inset Formula $S$
35648 \end_inset
35649
35650  unser normiertes Ausgangssignal und 
35651 \begin_inset Formula $P$
35652 \end_inset
35653
35654  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35655 \begin_inset ERT
35656 status collapsed
35657
35658 \begin_layout Plain Layout
35659
35660
35661 \backslash
35662 end{multicols}
35663 \end_layout
35664
35665 \end_inset
35666
35667
35668 \begin_inset VSpace -6mm
35669 \end_inset
35670
35671
35672 \begin_inset Formula \begin{equation}
35673 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
35674
35675 \end_inset
35676
35677
35678 \begin_inset ERT
35679 status collapsed
35680
35681 \begin_layout Plain Layout
35682
35683
35684 \backslash
35685 begin{multicols}{2}
35686 \end_layout
35687
35688 \end_inset
35689
35690 wobei 
35691 \begin_inset Formula $S_{0}$
35692 \end_inset
35693
35694  das Signal ohne Gradient ist und die Normierungsbedingung 
35695 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35696 \end_inset
35697
35698  gilt.
35699  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35700  Direkt nach dem 
35701 \begin_inset Formula $\nicefrac{\pi}{2}$
35702 \end_inset
35703
35704
35705 \begin_inset space \thinspace{}
35706 \end_inset
35707
35708 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35709  das Signal zusätzlich abschwächt.
35710  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35711  
35712 \begin_inset Formula $T_{2}$
35713 \end_inset
35714
35715 -Zeit.
35716 \end_layout
35717
35718 \begin_layout Standard
35719
35720 \lang german
35721 \begin_inset ERT
35722 status collapsed
35723
35724 \begin_layout Plain Layout
35725
35726
35727 \backslash
35728 end{multicols}
35729 \end_layout
35730
35731 \end_inset
35732
35733
35734 \end_layout
35735
35736 \begin_layout Subsection
35737 Formulas with Description of Variables
35738 \begin_inset Index
35739 status collapsed
35740
35741 \begin_layout Plain Layout
35742 Formula ! with description of variables
35743 \end_layout
35744
35745 \end_inset
35746
35747
35748 \end_layout
35749
35750 \begin_layout Standard
35751 To describe variables within a formula, like in formula 
35752 \begin_inset CommandInset ref
35753 LatexCommand eqref
35754 reference "eq:within"
35755
35756 \end_inset
35757
35758 , a 2
35759 \series bold
35760 ×
35761 \series default
35762
35763 \begin_inset Formula $n$
35764 \end_inset
35765
35766
35767 \begin_inset space ~
35768 \end_inset
35769
35770 matrix is used with left aligned columns for the 
35771 \begin_inset Formula $n$
35772 \end_inset
35773
35774  used variables.
35775 \begin_inset Foot
35776 status collapsed
35777
35778 \begin_layout Plain Layout
35779 matrices see 
35780 \begin_inset CommandInset ref
35781 LatexCommand ref
35782 reference "sec:Matrices"
35783
35784 \end_inset
35785
35786
35787 \end_layout
35788
35789 \end_inset
35790
35791  To set the description in a smaller size, before the matrix e.
35792 \begin_inset space \thinspace{}
35793 \end_inset
35794
35795 g.
35796 \begin_inset space \space{}
35797 \end_inset
35798
35799 the command 
35800 \series bold
35801
35802 \backslash
35803 footnotesize
35804 \series default
35805  is inserted.
35806 \begin_inset Foot
35807 status collapsed
35808
35809 \begin_layout Plain Layout
35810 font sizes see 
35811 \begin_inset CommandInset ref
35812 LatexCommand ref
35813 reference "sub:Font-Sizes"
35814
35815 \end_inset
35816
35817
35818 \end_layout
35819
35820 \end_inset
35821
35822
35823 \end_layout
35824
35825 \begin_layout Standard
35826 When the formula style 
35827 \series bold
35828 Indented
35829 \begin_inset Foot
35830 status collapsed
35831
35832 \begin_layout Plain Layout
35833 formula styles see 
35834 \begin_inset CommandInset ref
35835 LatexCommand ref
35836 reference "sec:Formula-Styles"
35837
35838 \end_inset
35839
35840
35841 \end_layout
35842
35843 \end_inset
35844
35845
35846 \series default
35847  is used, a 
35848 \series bold
35849
35850 \backslash
35851 hfill
35852 \series default
35853
35854 \begin_inset Foot
35855 status collapsed
35856
35857 \begin_layout Plain Layout
35858
35859 \series bold
35860
35861 \backslash
35862 hfill
35863 \series default
35864  only works in formulas with the style 
35865 \series bold
35866 Indented
35867 \series default
35868 , see 
35869 \begin_inset CommandInset ref
35870 LatexCommand ref
35871 reference "sub:Variable-Space"
35872
35873 \end_inset
35874
35875 .
35876 \end_layout
35877
35878 \end_inset
35879
35880  is inserted before and after the matrix to have the same separation of
35881  the matrix from the equation and the side margin.
35882 \end_layout
35883
35884 \begin_layout Standard
35885 When the formula style 
35886 \series bold
35887 Centered
35888 \series default
35889  is used, the method described in 
35890 \begin_inset CommandInset ref
35891 LatexCommand ref
35892 reference "sub:Flalign-Environment"
35893
35894 \end_inset
35895
35896  is used to indent formulas.
35897  Formula 
35898 \begin_inset CommandInset ref
35899 LatexCommand eqref
35900 reference "eq:within"
35901
35902 \end_inset
35903
35904  consists of five columns whereas in the first two columns contain the equation,
35905  the third the matrix, and the last one an empty TeX-brace.
35906 \begin_inset Formula \begin{flalign}
35907 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35908 \rho & \textrm{density}\\
35909 V & \textrm{volume}\\
35910 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
35911
35912 \end_inset
35913
35914
35915 \end_layout
35916
35917 \begin_layout Subsection
35918 Upright small Greek Letters
35919 \begin_inset CommandInset label
35920 LatexCommand label
35921 name "sub:Upright-small-Greek"
35922
35923 \end_inset
35924
35925
35926 \begin_inset Index
35927 status collapsed
35928
35929 \begin_layout Plain Layout
35930 Greek letters ! upright
35931 \end_layout
35932
35933 \end_inset
35934
35935
35936 \end_layout
35937
35938 \begin_layout Standard
35939 Most of the math fonts only provide italic small Greek letters.
35940  But for symbols of elementary particles like pions and neutrinos, upright
35941  Greek letters are needed.
35942  The file 
35943 \series bold
35944 upgreek.sty
35945 \series default
35946
35947 \begin_inset Foot
35948 status collapsed
35949
35950 \begin_layout Plain Layout
35951
35952 \series bold
35953 upgreek
35954 \series default
35955  is part of the LaTeX-package 
35956 \series bold
35957 was
35958 \series default
35959
35960 \begin_inset Index
35961 status collapsed
35962
35963 \begin_layout Plain Layout
35964 Packages ! was
35965 \begin_inset ERT
35966 status collapsed
35967
35968 \begin_layout Plain Layout
35969
35970
35971 \backslash
35972 vspace{4mm}
35973 \end_layout
35974
35975 \end_inset
35976
35977
35978 \end_layout
35979
35980 \end_inset
35981
35982 .
35983 \end_layout
35984
35985 \end_inset
35986
35987
35988 \begin_inset Index
35989 status collapsed
35990
35991 \begin_layout Plain Layout
35992 Packages ! upgreek
35993 \end_layout
35994
35995 \end_inset
35996
35997  that is loaded with the LaTeX-preamble line
35998 \end_layout
35999
36000 \begin_layout Standard
36001
36002 \series bold
36003
36004 \backslash
36005 usepackage{upgreek}
36006 \end_layout
36007
36008 \begin_layout Standard
36009 provides them.
36010  
36011 \begin_inset ERT
36012 status collapsed
36013
36014 \begin_layout Plain Layout
36015
36016
36017 \backslash
36018 ifupgreek 
36019 \end_layout
36020
36021 \end_inset
36022
36023
36024 \begin_inset Note Note
36025 status open
36026
36027 \begin_layout Plain Layout
36028 The following table will only be displayed when the LaTeX-package 
36029 \series bold
36030 upgreek
36031 \series default
36032  is installed.
36033 \end_layout
36034
36035 \end_inset
36036
36037  They are created when the command for a small Greek letters is started
36038  with 
36039 \series bold
36040 up
36041 \series default
36042 .
36043  For example the command 
36044 \series bold
36045
36046 \backslash
36047 uptau
36048 \series default
36049  creates this: 
36050 \begin_inset Formula $\uptau$
36051 \end_inset
36052
36053
36054 \end_layout
36055
36056 \begin_layout Standard
36057 With these commands reactions of elementary particles can be typeset:
36058 \begin_inset Formula \[
36059 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
36060
36061 \end_inset
36062
36063
36064 \end_layout
36065
36066 \begin_layout Standard
36067 The upright letters are more bold and wider than the italic ones.
36068  They should therefore not be used for units like 
36069 \begin_inset Quotes eld
36070 \end_inset
36071
36072 µm
36073 \begin_inset Quotes erd
36074 \end_inset
36075
36076 .
36077 \end_layout
36078
36079 \begin_layout Standard
36080 \begin_inset ERT
36081 status collapsed
36082
36083 \begin_layout Plain Layout
36084
36085
36086 \backslash
36087 else 
36088 \end_layout
36089
36090 \end_inset
36091
36092
36093 \begin_inset Note Note
36094 status open
36095
36096 \begin_layout Plain Layout
36097 The following will be displayed when the LaTeX-package 
36098 \series bold
36099 upgreek
36100 \series default
36101  is not installed:
36102 \end_layout
36103
36104 \end_inset
36105
36106
36107 \end_layout
36108
36109 \begin_layout Standard
36110 You need to install the LaTeX-package 
36111 \series bold
36112 upgreek
36113 \series default
36114  to see the rest of this subsection in the output.
36115 \end_layout
36116
36117 \begin_layout Standard
36118 \begin_inset ERT
36119 status collapsed
36120
36121 \begin_layout Plain Layout
36122
36123
36124 \backslash
36125 fi 
36126 \end_layout
36127
36128 \end_inset
36129
36130
36131 \end_layout
36132
36133 \begin_layout Subsection
36134 Text Characters in Formulas
36135 \begin_inset CommandInset label
36136 LatexCommand label
36137 name "sub:Text-Characters-in"
36138
36139 \end_inset
36140
36141
36142 \begin_inset Index
36143 status collapsed
36144
36145 \begin_layout Plain Layout
36146 Text ! in formulas
36147 \end_layout
36148
36149 \end_inset
36150
36151
36152 \end_layout
36153
36154 \begin_layout Standard
36155 In some cases you might want to insert text characters directly into formulas.
36156  When for example the centered dot · is often used in formulas like 
36157 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36158 \end_inset
36159
36160 , one would have to insert the command 
36161 \series bold
36162
36163 \backslash
36164 cdot
36165 \series default
36166
36167 \begin_inset Foot
36168 status collapsed
36169
36170 \begin_layout Plain Layout
36171 see 
36172 \begin_inset CommandInset ref
36173 LatexCommand ref
36174 reference "sub:Binary-Operators"
36175
36176 \end_inset
36177
36178
36179 \end_layout
36180
36181 \end_inset
36182
36183  all the time, because this character is defined in all encodings as text
36184  character.
36185  But the encoding can be changed by this LaTeX-preamble line:
36186 \end_layout
36187
36188 \begin_layout Standard
36189
36190 \series bold
36191
36192 \backslash
36193 Declare Inputtext{183}{
36194 \backslash
36195 ifmmode
36196 \backslash
36197 cdot
36198 \backslash
36199 else
36200 \backslash
36201 textperiodcentered
36202 \backslash
36203 f\SpecialChar \textcompwordmark{}
36204 i}
36205 \end_layout
36206
36207 \begin_layout Standard
36208 The character encoding (menu 
36209 \family sans
36210 Document\SpecialChar \menuseparator
36211 Settings\SpecialChar \menuseparator
36212 Language
36213 \family default
36214 ) specifies what character appears when a keyboard key is pressed.
36215  When the key for the character '·' is pressed, internally the command 
36216 \series bold
36217
36218 \backslash
36219 textperiodcentered
36220 \series default
36221  is used.
36222  But this command is not available in a formula so that you would get LaTeX-erro
36223 rs.
36224  With the changed encoding the right command is chosen automatically, depending
36225  on if the character was inserted into a formula or not.
36226 \end_layout
36227
36228 \begin_layout Standard
36229 The encoding of several characters is saved in definition files.
36230  Fore example the encoding 
36231 \series bold
36232 latin9
36233 \series default
36234  is defined in the file 
36235 \series bold
36236 latin9.def
36237 \series default
36238  that is in the installation folder of LaTeX.
36239  Encodings should only be changed via the LaTeX-preamble and not in the
36240  definition files.
36241  Otherwise own documents could not be edited by other LyX users working
36242  on other computers.
36243 \end_layout
36244
36245 \begin_layout Standard
36246 \begin_inset VSpace medskip
36247 \end_inset
36248
36249 Besides the centered dot, in this document the degree sign ° is defined
36250  with the following LaTeX-preamble line so that it can directly be inserted
36251  to a formula:
36252 \end_layout
36253
36254 \begin_layout Standard
36255
36256 \series bold
36257
36258 \backslash
36259 DeclareInputtext{176}{
36260 \backslash
36261 ifmmode^
36262 \backslash
36263 circ
36264 \backslash
36265 else
36266 \backslash
36267 textdegree
36268 \backslash
36269 f\SpecialChar \textcompwordmark{}
36270 i}
36271 \end_layout
36272
36273 \begin_layout Standard
36274 \begin_inset Newpage newpage
36275 \end_inset
36276
36277
36278 \end_layout
36279
36280 \begin_layout Section
36281 \start_of_appendix
36282 Typographic Advice
36283 \begin_inset Index
36284 status collapsed
36285
36286 \begin_layout Plain Layout
36287 Typographic advice
36288 \end_layout
36289
36290 \end_inset
36291
36292
36293 \end_layout
36294
36295 \begin_layout Standard
36296 This section is a summary of the most important typographic rules, listed
36297  in ISO norms.
36298 \begin_inset Foot
36299 status collapsed
36300
36301 \begin_layout Plain Layout
36302 This collection was partly taken from the German semi-official dictionary
36303  called 
36304 \begin_inset Quotes eld
36305 \end_inset
36306
36307 Duden
36308 \begin_inset Quotes erd
36309 \end_inset
36310
36311  
36312 \begin_inset CommandInset citation
36313 LatexCommand cite
36314 key "Duden"
36315
36316 \end_inset
36317
36318  that lists some of the ISO rules.
36319 \end_layout
36320
36321 \end_inset
36322
36323
36324 \end_layout
36325
36326 \begin_layout Itemize
36327 Physical units are 
36328 \emph on
36329 always
36330 \emph default
36331  set upright
36332 \begin_inset Foot
36333 status collapsed
36334
36335 \begin_layout Plain Layout
36336 done with font styles, see 
36337 \begin_inset CommandInset ref
36338 LatexCommand ref
36339 reference "sub:Font-Styles"
36340
36341 \end_inset
36342
36343
36344 \end_layout
36345
36346 \end_inset
36347
36348 : 30
36349 \begin_inset space \thinspace{}
36350 \end_inset
36351
36352 km/h
36353 \begin_inset Newline newline
36354 \end_inset
36355
36356 Between the value and the unit is the smallest space, see 
36357 \begin_inset CommandInset ref
36358 LatexCommand ref
36359 reference "sub:Predefined-Space"
36360
36361 \end_inset
36362
36363 .
36364 \begin_inset Newline newline
36365 \end_inset
36366
36367 This convention is automatically fulfilled when the command 
36368 \series bold
36369
36370 \backslash
36371 unittwo
36372 \series default
36373  is used.
36374  When it is entered to a formula, two boxes appear.
36375  In the first one the value is inserted, in the second one the unit, and
36376  one gets as above: 
36377 \begin_inset Formula $\unit[30]{km/h}$
36378 \end_inset
36379
36380
36381 \begin_inset space \thinspace{}
36382 \end_inset
36383
36384 .
36385  Note that 
36386 \series bold
36387
36388 \backslash
36389 unittwo
36390 \series default
36391  is not a real LaTeX command but the command 
36392 \series bold
36393
36394 \backslash
36395 unit[value]{unit}
36396 \series default
36397 , therefore you cannot use it in TeX code.
36398 \end_layout
36399
36400 \begin_layout Itemize
36401 Percent and perthousand signs are set like physical units:
36402 \begin_inset Newline newline
36403 \end_inset
36404
36405 1,2
36406 \begin_inset space \thinspace{}
36407 \end_inset
36408
36409 ‰ alcohol in blood
36410 \end_layout
36411
36412 \begin_layout Itemize
36413 The degree sign follows directly on the value: 15°, but not when it is used
36414  in units: 15
36415 \begin_inset space \thinspace{}
36416 \end_inset
36417
36418 °C
36419 \end_layout
36420
36421 \begin_layout Itemize
36422 In numbers with more than four digits the smallest space is inserted before
36423  every third digit to group them: 
36424 \family roman
36425 \series medium
36426 \shape up
36427 \size normal
36428 \emph off
36429 \bar no
36430 \noun off
36431 \color none
36432 18
36433 \begin_inset space \thinspace{}
36434 \end_inset
36435
36436 473
36437 \begin_inset space \thinspace{}
36438 \end_inset
36439
36440 588
36441 \end_layout
36442
36443 \begin_layout Itemize
36444 For dimensions like 120×90×40
36445 \begin_inset space \thinspace{}
36446 \end_inset
36447
36448 cm the multiplication sign 
36449 \begin_inset Quotes eld
36450 \end_inset
36451
36452 ×
36453 \begin_inset Quotes erd
36454 \end_inset
36455
36456  is used.
36457  It is available via the menu 
36458 \family sans
36459 Insert\SpecialChar \menuseparator
36460 Special Character\SpecialChar \menuseparator
36461 Symbols
36462 \family default
36463 .
36464  With some keyboard definitions it can also be inserted directly.
36465 \end_layout
36466
36467 \begin_layout Itemize
36468 Functions with names consisting of several letters are set upright to avoid
36469  confusions, see 
36470 \begin_inset CommandInset ref
36471 LatexCommand ref
36472 reference "sub:Predefined-Functions"
36473
36474 \end_inset
36475
36476 .
36477 \end_layout
36478
36479 \begin_layout Itemize
36480 Indices consisting of several letters, are set upright: 
36481 \begin_inset Formula $E_{\mathrm{kin}}$
36482 \end_inset
36483
36484
36485 \begin_inset Newline newline
36486 \end_inset
36487
36488 Components of matrices are set italic: 
36489 \begin_inset Formula $\hat{H}_{kl}$
36490 \end_inset
36491
36492
36493 \end_layout
36494
36495 \begin_layout Itemize
36496 The differentiation/integration operator 'd', the Euler's number 'e', and
36497  the imaginary unit 'i' should be set upright, to avoid mixing them up with
36498  other variables.
36499 \end_layout
36500
36501 \begin_layout Standard
36502 \begin_inset Newpage newpage
36503 \end_inset
36504
36505
36506 \end_layout
36507
36508 \begin_layout Section
36509 Synonyms
36510 \begin_inset Index
36511 status collapsed
36512
36513 \begin_layout Plain Layout
36514 Synonyms
36515 \end_layout
36516
36517 \end_inset
36518
36519
36520 \end_layout
36521
36522 \begin_layout Standard
36523 Some characters and symbols can be created with several commands.
36524  Here is a list of the synonym commands:
36525 \end_layout
36526
36527 \begin_layout Standard
36528 \begin_inset VSpace bigskip
36529 \end_inset
36530
36531
36532 \begin_inset space \hfill{}
36533 \end_inset
36534
36535
36536 \begin_inset Tabular
36537 <lyxtabular version="3" rows="12" columns="2">
36538 <features>
36539 <column alignment="center" valignment="top" width="0pt">
36540 <column alignment="center" valignment="top" width="0pt">
36541 <row>
36542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36543 \begin_inset Text
36544
36545 \begin_layout Plain Layout
36546 Command
36547 \end_layout
36548
36549 \end_inset
36550 </cell>
36551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36552 \begin_inset Text
36553
36554 \begin_layout Plain Layout
36555 equivalent to
36556 \begin_inset Note Note
36557 status collapsed
36558
36559 \begin_layout Plain Layout
36560
36561 \series bold
36562
36563 \backslash
36564 raisebox
36565 \series default
36566  is only used as spacer.
36567 \end_layout
36568
36569 \end_inset
36570
36571
36572 \end_layout
36573
36574 \end_inset
36575 </cell>
36576 </row>
36577 <row>
36578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36579 \begin_inset Text
36580
36581 \begin_layout Plain Layout
36582
36583 \backslash
36584 ast
36585 \end_layout
36586
36587 \end_inset
36588 </cell>
36589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36590 \begin_inset Text
36591
36592 \begin_layout Plain Layout
36593 \begin_inset ERT
36594 status collapsed
36595
36596 \begin_layout Plain Layout
36597
36598
36599 \backslash
36600 raisebox{-1.2mm}{
36601 \end_layout
36602
36603 \end_inset
36604
36605 *
36606 \begin_inset ERT
36607 status collapsed
36608
36609 \begin_layout Plain Layout
36610
36611 }
36612 \end_layout
36613
36614 \end_inset
36615
36616
36617 \end_layout
36618
36619 \end_inset
36620 </cell>
36621 </row>
36622 <row>
36623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36624 \begin_inset Text
36625
36626 \begin_layout Plain Layout
36627
36628 \backslash
36629 choose
36630 \end_layout
36631
36632 \end_inset
36633 </cell>
36634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36635 \begin_inset Text
36636
36637 \begin_layout Plain Layout
36638
36639 \backslash
36640 binom
36641 \end_layout
36642
36643 \end_inset
36644 </cell>
36645 </row>
36646 <row>
36647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36648 \begin_inset Text
36649
36650 \begin_layout Plain Layout
36651
36652 \backslash
36653 geq
36654 \end_layout
36655
36656 \end_inset
36657 </cell>
36658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36659 \begin_inset Text
36660
36661 \begin_layout Plain Layout
36662
36663 \backslash
36664 ge
36665 \end_layout
36666
36667 \end_inset
36668 </cell>
36669 </row>
36670 <row>
36671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36672 \begin_inset Text
36673
36674 \begin_layout Plain Layout
36675
36676 \backslash
36677 lbrace
36678 \end_layout
36679
36680 \end_inset
36681 </cell>
36682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36683 \begin_inset Text
36684
36685 \begin_layout Plain Layout
36686 {
36687 \end_layout
36688
36689 \end_inset
36690 </cell>
36691 </row>
36692 <row>
36693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36694 \begin_inset Text
36695
36696 \begin_layout Plain Layout
36697
36698 \backslash
36699 lbracket
36700 \end_layout
36701
36702 \end_inset
36703 </cell>
36704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36705 \begin_inset Text
36706
36707 \begin_layout Plain Layout
36708 [
36709 \end_layout
36710
36711 \end_inset
36712 </cell>
36713 </row>
36714 <row>
36715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36716 \begin_inset Text
36717
36718 \begin_layout Plain Layout
36719
36720 \backslash
36721 leftarrow
36722 \end_layout
36723
36724 \end_inset
36725 </cell>
36726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36727 \begin_inset Text
36728
36729 \begin_layout Plain Layout
36730
36731 \backslash
36732 gets
36733 \end_layout
36734
36735 \end_inset
36736 </cell>
36737 </row>
36738 <row>
36739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36740 \begin_inset Text
36741
36742 \begin_layout Plain Layout
36743
36744 \backslash
36745 leq
36746 \end_layout
36747
36748 \end_inset
36749 </cell>
36750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36751 \begin_inset Text
36752
36753 \begin_layout Plain Layout
36754
36755 \backslash
36756 le
36757 \end_layout
36758
36759 \end_inset
36760 </cell>
36761 </row>
36762 <row>
36763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36764 \begin_inset Text
36765
36766 \begin_layout Plain Layout
36767
36768 \backslash
36769 lor
36770 \end_layout
36771
36772 \end_inset
36773 </cell>
36774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36775 \begin_inset Text
36776
36777 \begin_layout Plain Layout
36778
36779 \backslash
36780 vee
36781 \end_layout
36782
36783 \end_inset
36784 </cell>
36785 </row>
36786 <row>
36787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36788 \begin_inset Text
36789
36790 \begin_layout Plain Layout
36791
36792 \backslash
36793 neq
36794 \end_layout
36795
36796 \end_inset
36797 </cell>
36798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36799 \begin_inset Text
36800
36801 \begin_layout Plain Layout
36802
36803 \backslash
36804 not=
36805 \end_layout
36806
36807 \end_inset
36808 </cell>
36809 </row>
36810 <row>
36811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36812 \begin_inset Text
36813
36814 \begin_layout Plain Layout
36815
36816 \backslash
36817 slash
36818 \end_layout
36819
36820 \end_inset
36821 </cell>
36822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36823 \begin_inset Text
36824
36825 \begin_layout Plain Layout
36826 /
36827 \end_layout
36828
36829 \end_inset
36830 </cell>
36831 </row>
36832 <row>
36833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36834 \begin_inset Text
36835
36836 \begin_layout Plain Layout
36837
36838 \backslash
36839 vert
36840 \end_layout
36841
36842 \end_inset
36843 </cell>
36844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36845 \begin_inset Text
36846
36847 \begin_layout Plain Layout
36848 |
36849 \end_layout
36850
36851 \end_inset
36852 </cell>
36853 </row>
36854 </lyxtabular>
36855
36856 \end_inset
36857
36858
36859 \begin_inset space \hfill{}
36860 \end_inset
36861
36862
36863 \begin_inset Tabular
36864 <lyxtabular version="3" rows="12" columns="2">
36865 <features>
36866 <column alignment="center" valignment="top" width="0pt">
36867 <column alignment="center" valignment="top" width="0pt">
36868 <row>
36869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36870 \begin_inset Text
36871
36872 \begin_layout Plain Layout
36873 Command
36874 \end_layout
36875
36876 \end_inset
36877 </cell>
36878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36879 \begin_inset Text
36880
36881 \begin_layout Plain Layout
36882 equivalent to
36883 \end_layout
36884
36885 \end_inset
36886 </cell>
36887 </row>
36888 <row>
36889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36890 \begin_inset Text
36891
36892 \begin_layout Plain Layout
36893
36894 \backslash
36895 backslash
36896 \end_layout
36897
36898 \end_inset
36899 </cell>
36900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36901 \begin_inset Text
36902
36903 \begin_layout Plain Layout
36904
36905 \backslash
36906
36907 \backslash
36908
36909 \end_layout
36910
36911 \end_inset
36912 </cell>
36913 </row>
36914 <row>
36915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36916 \begin_inset Text
36917
36918 \begin_layout Plain Layout
36919
36920 \backslash
36921 dasharrow
36922 \end_layout
36923
36924 \end_inset
36925 </cell>
36926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36927 \begin_inset Text
36928
36929 \begin_layout Plain Layout
36930
36931 \backslash
36932 dashrightarrow
36933 \end_layout
36934
36935 \end_inset
36936 </cell>
36937 </row>
36938 <row>
36939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36940 \begin_inset Text
36941
36942 \begin_layout Plain Layout
36943
36944 \backslash
36945 land
36946 \end_layout
36947
36948 \end_inset
36949 </cell>
36950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36951 \begin_inset Text
36952
36953 \begin_layout Plain Layout
36954
36955 \backslash
36956 wedge
36957 \end_layout
36958
36959 \end_inset
36960 </cell>
36961 </row>
36962 <row>
36963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36964 \begin_inset Text
36965
36966 \begin_layout Plain Layout
36967
36968 \backslash
36969 rbrace
36970 \end_layout
36971
36972 \end_inset
36973 </cell>
36974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36975 \begin_inset Text
36976
36977 \begin_layout Plain Layout
36978 }
36979 \end_layout
36980
36981 \end_inset
36982 </cell>
36983 </row>
36984 <row>
36985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36986 \begin_inset Text
36987
36988 \begin_layout Plain Layout
36989
36990 \backslash
36991 rbracket
36992 \end_layout
36993
36994 \end_inset
36995 </cell>
36996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36997 \begin_inset Text
36998
36999 \begin_layout Plain Layout
37000 ]
37001 \end_layout
37002
37003 \end_inset
37004 </cell>
37005 </row>
37006 <row>
37007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37008 \begin_inset Text
37009
37010 \begin_layout Plain Layout
37011
37012 \backslash
37013 rightarrow
37014 \end_layout
37015
37016 \end_inset
37017 </cell>
37018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37019 \begin_inset Text
37020
37021 \begin_layout Plain Layout
37022
37023 \backslash
37024 to
37025 \end_layout
37026
37027 \end_inset
37028 </cell>
37029 </row>
37030 <row>
37031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37032 \begin_inset Text
37033
37034 \begin_layout Plain Layout
37035
37036 \backslash
37037 lnot
37038 \end_layout
37039
37040 \end_inset
37041 </cell>
37042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37043 \begin_inset Text
37044
37045 \begin_layout Plain Layout
37046
37047 \backslash
37048 neg
37049 \end_layout
37050
37051 \end_inset
37052 </cell>
37053 </row>
37054 <row>
37055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37056 \begin_inset Text
37057
37058 \begin_layout Plain Layout
37059
37060 \backslash
37061 ne
37062 \end_layout
37063
37064 \end_inset
37065 </cell>
37066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37067 \begin_inset Text
37068
37069 \begin_layout Plain Layout
37070
37071 \backslash
37072 not=
37073 \end_layout
37074
37075 \end_inset
37076 </cell>
37077 </row>
37078 <row>
37079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37080 \begin_inset Text
37081
37082 \begin_layout Plain Layout
37083
37084 \backslash
37085 owns
37086 \end_layout
37087
37088 \end_inset
37089 </cell>
37090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37091 \begin_inset Text
37092
37093 \begin_layout Plain Layout
37094
37095 \backslash
37096 ni
37097 \end_layout
37098
37099 \end_inset
37100 </cell>
37101 </row>
37102 <row>
37103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37104 \begin_inset Text
37105
37106 \begin_layout Plain Layout
37107
37108 \backslash
37109 square
37110 \end_layout
37111
37112 \end_inset
37113 </cell>
37114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37115 \begin_inset Text
37116
37117 \begin_layout Plain Layout
37118
37119 \backslash
37120 Box
37121 \end_layout
37122
37123 \end_inset
37124 </cell>
37125 </row>
37126 <row>
37127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37128 \begin_inset Text
37129
37130 \begin_layout Plain Layout
37131
37132 \backslash
37133 Vert
37134 \end_layout
37135
37136 \end_inset
37137 </cell>
37138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37139 \begin_inset Text
37140
37141 \begin_layout Plain Layout
37142
37143 \backslash
37144 |
37145 \end_layout
37146
37147 \end_inset
37148 </cell>
37149 </row>
37150 </lyxtabular>
37151
37152 \end_inset
37153
37154
37155 \begin_inset space \hfill{}
37156 \end_inset
37157
37158
37159 \end_layout
37160
37161 \begin_layout Standard
37162 \begin_inset Newpage newpage
37163 \end_inset
37164
37165
37166 \end_layout
37167
37168 \begin_layout Bibliography
37169 \begin_inset CommandInset bibitem
37170 LatexCommand bibitem
37171 key "TLC2"
37172
37173 \end_inset
37174
37175
37176 \shape smallcaps
37177 Mittelbach, F.
37178  ; Goossens, M.
37179 \shape default
37180
37181 \shape italic
37182 The LaTeX Companion
37183 \shape default
37184 .
37185  Addison Wesley, 2004
37186 \end_layout
37187
37188 \begin_layout Bibliography
37189 \begin_inset CommandInset bibitem
37190 LatexCommand bibitem
37191 key "Mathmode"
37192
37193 \end_inset
37194
37195
37196 \begin_inset CommandInset href
37197 LatexCommand href
37198 name "Description"
37199 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37200
37201 \end_inset
37202
37203  of LaTeX's math abilities
37204 \end_layout
37205
37206 \begin_layout Bibliography
37207 \begin_inset CommandInset bibitem
37208 LatexCommand bibitem
37209 key "Voss"
37210
37211 \end_inset
37212
37213 LaTeX tips and tricks-
37214 \begin_inset CommandInset href
37215 LatexCommand href
37216 name "page"
37217 target "http://tug.org/TeXnik/"
37218
37219 \end_inset
37220
37221
37222 \end_layout
37223
37224 \begin_layout Bibliography
37225 \begin_inset CommandInset bibitem
37226 LatexCommand bibitem
37227 key "AMS"
37228
37229 \end_inset
37230
37231
37232 \begin_inset CommandInset href
37233 LatexCommand href
37234 name "Description"
37235 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37236
37237 \end_inset
37238
37239  of 
37240 \begin_inset ERT
37241 status collapsed
37242
37243 \begin_layout Plain Layout
37244
37245
37246 \backslash
37247 AmS
37248 \end_layout
37249
37250 \end_inset
37251
37252 -LaTeX
37253 \end_layout
37254
37255 \begin_layout Bibliography
37256 \begin_inset CommandInset bibitem
37257 LatexCommand bibitem
37258 key "Symbole"
37259
37260 \end_inset
37261
37262
37263 \begin_inset CommandInset href
37264 LatexCommand href
37265 name "List"
37266 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37267
37268 \end_inset
37269
37270  of all symbols available with LaTeX-packages
37271 \end_layout
37272
37273 \begin_layout Bibliography
37274 \begin_inset CommandInset bibitem
37275 LatexCommand bibitem
37276 key "hyperref"
37277
37278 \end_inset
37279
37280
37281 \begin_inset CommandInset href
37282 LatexCommand href
37283 name "Documentation"
37284 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37285
37286 \end_inset
37287
37288  of the LaTeX-package 
37289 \series bold
37290 hyperref
37291 \series default
37292
37293 \begin_inset Index
37294 status collapsed
37295
37296 \begin_layout Plain Layout
37297 Packages ! hyperref
37298 \end_layout
37299
37300 \end_inset
37301
37302
37303 \end_layout
37304
37305 \begin_layout Bibliography
37306 \begin_inset CommandInset bibitem
37307 LatexCommand bibitem
37308 key "mhchem"
37309
37310 \end_inset
37311
37312
37313 \begin_inset CommandInset href
37314 LatexCommand href
37315 name "Documentation"
37316 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37317
37318 \end_inset
37319
37320  of the LaTeX-package 
37321 \series bold
37322 mhchem
37323 \series default
37324
37325 \begin_inset Index
37326 status collapsed
37327
37328 \begin_layout Plain Layout
37329 Packages ! mhchem
37330 \end_layout
37331
37332 \end_inset
37333
37334
37335 \end_layout
37336
37337 \begin_layout Bibliography
37338 \begin_inset CommandInset bibitem
37339 LatexCommand bibitem
37340 key "Mathclap"
37341
37342 \end_inset
37343
37344
37345 \begin_inset CommandInset href
37346 LatexCommand href
37347 name "Description"
37348 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37349
37350 \end_inset
37351
37352  of the command 
37353 \series bold
37354
37355 \backslash
37356 mathclap
37357 \series default
37358 , described in 
37359 \begin_inset CommandInset ref
37360 LatexCommand ref
37361 reference "sub:Operator-Limits"
37362
37363 \end_inset
37364
37365
37366 \begin_inset Index
37367 status collapsed
37368
37369 \begin_layout Plain Layout
37370 Commands ! M ! 
37371 \backslash
37372 mathclap
37373 \end_layout
37374
37375 \end_inset
37376
37377
37378 \end_layout
37379
37380 \begin_layout Bibliography
37381 \begin_inset CommandInset bibitem
37382 LatexCommand bibitem
37383 key "Duden"
37384
37385 \end_inset
37386
37387
37388 \emph on
37389 Duden Band 1
37390 \emph default
37391 .
37392  22.
37393  Auflage, Duden 2001
37394 \end_layout
37395
37396 \begin_layout Subsubsection*
37397 \begin_inset CommandInset index_print
37398 LatexCommand printindex
37399
37400 \end_inset
37401
37402
37403 \end_layout
37404
37405 \end_body
37406 \end_document