]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
Close #6336.
[lyx.git] / lib / doc / Math.lyx
1 #LyX 1.6.5svn 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 % for the Fourier transformation symbol
86 \usepackage{mathrsfs}
87
88 % center multirows (e.g. in sec. 13.3)
89 \renewcommand{\multirowsetup}{\centering}
90
91 % define a color, used in sec.9.3
92 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
93
94 % declare operators (see sec. 10.4 and sec. 15.2)
95 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
96 \DeclareMathOperator{\sgn}{sgn}
97
98 \newcommand{\spce}{\textvisiblespace}
99
100 % example definitions for sec. 20.1 
101 \newcommand{\gr}{\Longrightarrow}
102 \newcommand{\us}[1]{\underline{#1}}
103 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
104 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
105 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
106
107 % example macro from sec. 19.4
108 %\def\tagform@#1{\maketag@@@{|#1|}}
109
110 % macro from sec. 10.2
111 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
112 \def\mathclap {\mathpalette \mathclapinternal}
113 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
114
115 % redefine the greyed out note
116 \renewenvironment{lyxgreyedout}
117  {\textcolor{blue}\bgroup}{\egroup}
118
119 % ------------------------------------
120 % used to check for needed LaTeX packages
121 \usepackage{ifthen}
122
123 % check for package eurosym
124 % used for the Euro symbol
125 \newboolean{eurosym}
126 \IfFileExists{eurosym.sty}
127  {\usepackage[gennarrow]{eurosym}
128   \setboolean{eurosym}{true}}
129  {\setboolean{eurosym}{false}}
130
131 % check for package braket
132 % used for physical vectors
133 \newboolean{braket}
134 \IfFileExists{braket.sty}
135  {\usepackage{braket}
136   \setboolean{braket}{true}}
137  {\setboolean{braket}{false}}
138
139 % check for package upgreek
140 \newboolean{upgreek}
141 \IfFileExists{upgreek.sty}
142  {\usepackage{upgreek}
143   \setboolean{upgreek}{true}}
144  {\setboolean{upgreek}{false}}
145
146 % check for package mhchem
147 % used for chemical equations
148 \newboolean{mhchem}
149 \IfFileExists{mhchem.sty}
150  {\usepackage{mhchem}
151   \setboolean{mhchem}{true}}
152  {\setboolean{mhchem}{false}}
153 \end_preamble
154 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
155 \use_default_options false
156 \language english
157 \inputencoding auto
158 \font_roman default
159 \font_sans default
160 \font_typewriter default
161 \font_default_family default
162 \font_sc false
163 \font_osf false
164 \font_sf_scale 100
165 \font_tt_scale 100
166
167 \graphics default
168 \paperfontsize 12
169 \spacing single
170 \use_hyperref true
171 \pdf_title "LyX's Math Manual"
172 \pdf_author "LyX Team, Uwe Stöhr"
173 \pdf_subject "LyX-documentation about math"
174 \pdf_keywords "LyX, Mathed"
175 \pdf_bookmarks true
176 \pdf_bookmarksnumbered true
177 \pdf_bookmarksopen true
178 \pdf_bookmarksopenlevel 1
179 \pdf_breaklinks false
180 \pdf_pdfborder false
181 \pdf_colorlinks true
182 \pdf_backref false
183 \pdf_pdfusetitle false
184 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
185 \papersize a4paper
186 \use_geometry false
187 \use_amsmath 2
188 \use_esint 1
189 \cite_engine basic
190 \use_bibtopic false
191 \paperorientation portrait
192 \secnumdepth 4
193 \tocdepth 3
194 \paragraph_separation skip
195 \defskip medskip
196 \quotes_language english
197 \papercolumns 1
198 \papersides 2
199 \paperpagestyle plain
200 \bullet 1 0 6 -1
201 \bullet 2 2 35 -1
202 \bullet 3 2 7 -1
203 \tracking_changes false
204 \output_changes false
205 \author "" 
206 \author "" 
207 \end_header
208
209 \begin_body
210
211 \begin_layout Title
212 LyX's detailed Math manual
213 \end_layout
214
215 \begin_layout Author
216 by the LyX Team
217 \begin_inset Foot
218 status collapsed
219
220 \begin_layout Plain Layout
221 \noindent
222 If you have comments or error corrections, please send them to the LyX Documenta
223 tion mailing list: 
224 \family typewriter
225
226 \begin_inset CommandInset href
227 LatexCommand href
228 name "lyx-docs@lists.lyx.org"
229 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
230 type "mailto:"
231
232 \end_inset
233
234
235 \end_layout
236
237 \end_inset
238
239
240 \begin_inset Note Note
241 status collapsed
242
243 \begin_layout Plain Layout
244 author: Uwe Stöhr
245 \end_layout
246
247 \end_inset
248
249
250 \begin_inset Newline newline
251 \end_inset
252
253
254 \begin_inset Newline newline
255 \end_inset
256
257
258 \family sans
259 Version 1.6.x
260 \end_layout
261
262 \begin_layout Standard
263 \begin_inset CommandInset toc
264 LatexCommand tableofcontents
265
266 \end_inset
267
268
269 \end_layout
270
271 \begin_layout Standard
272 \begin_inset Note Note
273 status open
274
275 \begin_layout Plain Layout
276 To export this document to PDF, PS, or DVI the LaTeX-packages 
277 \series bold
278 eurosym,
279 \series default
280  
281 \series bold
282 multirow,
283 \series default
284  and 
285 \series bold
286 was
287 \series default
288  must be installed.
289  If they are not installed you can export the document anyway but the sections
290  where the packages are required won't appear in the output.
291 \end_layout
292
293 \begin_layout Plain Layout
294 The latest PDF-version of this document can be found here:
295 \begin_inset Newline newline
296 \end_inset
297
298
299 \series bold
300 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
301 \end_layout
302
303 \end_inset
304
305
306 \end_layout
307
308 \begin_layout Standard
309 \begin_inset Newpage newpage
310 \end_inset
311
312
313 \end_layout
314
315 \begin_layout Section
316 Introduction
317 \end_layout
318
319 \begin_layout Standard
320 This document explains LyX's math features and is furthermore a collection
321  of LaTeX-commands used for mathematical characters and constructs.
322  The explanations are designed for the usage of commands.
323  It is therefore required that you have read the section 
324 \family typewriter
325 Mathematical
326 \begin_inset space ~
327 \end_inset
328
329 Formulas
330 \family default
331  of the User's Guide.
332 \end_layout
333
334 \begin_layout Standard
335 Most of the characters and many constructs explained in this manual are
336  also accessible via the menu 
337 \family sans
338 Insert
339 \series bold
340 \SpecialChar \menuseparator
341
342 \series default
343 Math
344 \family default
345 , or the 
346 \family sans
347 math
348 \family default
349 \series bold
350  
351 \family sans
352 \series default
353 toolbar
354 \family default
355 .
356  But everybody who has to write lots of formulas will notice that it is
357  much faster to use commands instead of the math toolbar.
358  Therefore this manual is focused on commands but also mentions the correspondin
359 g toolbar buttons when available.
360 \end_layout
361
362 \begin_layout Standard
363 If not specially mentioned the commands are only available within formulas.
364  To be able to use all commands explained in this document, the option 
365 \family sans
366 Use AMS math package
367 \family default
368  must be used in the document settings (menu 
369 \family sans
370 Document\SpecialChar \menuseparator
371 Settings\SpecialChar \menuseparator
372 Math
373 \begin_inset space ~
374 \end_inset
375
376 Options
377 \family default
378 ).
379 \begin_inset Foot
380 status collapsed
381
382 \begin_layout Plain Layout
383 The option 
384 \family sans
385 Use AMS math package automatically
386 \family default
387  only uses 
388 \begin_inset ERT
389 status collapsed
390
391 \begin_layout Plain Layout
392
393
394 \backslash
395 AmS 
396 \end_layout
397
398 \end_inset
399
400 -math when math constructs are found that are supported by LyX.
401 \end_layout
402
403 \end_inset
404
405
406 \end_layout
407
408 \begin_layout Standard
409 This document doesn't list all 
410 \begin_inset ERT
411 status collapsed
412
413 \begin_layout Plain Layout
414
415
416 \backslash
417 AmS 
418 \end_layout
419
420 \end_inset
421
422 -math commands
423 \begin_inset Foot
424 status collapsed
425
426 \begin_layout Plain Layout
427 A list with all 
428 \begin_inset ERT
429 status collapsed
430
431 \begin_layout Plain Layout
432
433
434 \backslash
435 AmS
436 \end_layout
437
438 \end_inset
439
440 -math commands is in the file 
441 \family sans
442
443 \begin_inset CommandInset href
444 LatexCommand href
445 name "amsguide.ps"
446 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
447
448 \end_inset
449
450
451 \family default
452 , which is part of every LaTeX standard installation.
453 \end_layout
454
455 \end_inset
456
457  for lucidity reasons.
458 \end_layout
459
460 \begin_layout Section
461 General Instructions
462 \end_layout
463
464 \begin_layout Standard
465 To create an inline formula
466 \begin_inset Index
467 status collapsed
468
469 \begin_layout Plain Layout
470 Formula ! inline
471 \end_layout
472
473 \end_inset
474
475  that is embedded into a text line, use one of the shortcuts 
476 \begin_inset Info
477 type  "shortcuts"
478 arg   "math-mode"
479 \end_inset
480
481  or the toolbar button 
482 \begin_inset Graphics
483         filename ../images/math-mode.png
484         scale 85
485
486 \end_inset
487
488
489 \begin_inset Newline newline
490 \end_inset
491
492 To create a display style formula
493 \begin_inset Index
494 status collapsed
495
496 \begin_layout Plain Layout
497 Formula ! display style
498 \end_layout
499
500 \end_inset
501
502  that will appear bigger and in an own paragraph, use one of these shortcuts:
503  
504 \begin_inset Info
505 type  "shortcuts"
506 arg   "math-display"
507 \end_inset
508
509 .
510 \end_layout
511
512 \begin_layout Standard
513 To change a display style formula to an inline formula, set the cursor into
514  the formula and use one of the shortcuts 
515 \begin_inset Info
516 type  "shortcuts"
517 arg   "math-mode"
518 \end_inset
519
520  or the menu 
521 \family sans
522 Edit\SpecialChar \menuseparator
523 Math\SpecialChar \menuseparator
524 Change formula type
525 \family default
526 .
527  The same way is used to change an inline formula to a display style formula.
528 \end_layout
529
530 \begin_layout Standard
531 To display parts of an inline formula in the size of a display style formula,
532  enter the command 
533 \series bold
534
535 \backslash
536 displaystyle
537 \begin_inset Index
538 status collapsed
539
540 \begin_layout Plain Layout
541 Commands ! D ! 
542 \backslash
543 displaystyle
544 \end_layout
545
546 \end_inset
547
548
549 \series default
550  to a formula.
551  Then a new blue box appears in which the desired formula part is inserted.
552 \end_layout
553
554 \begin_layout Standard
555 Only inline formulas are allowed inside tables.
556 \end_layout
557
558 \begin_layout Standard
559 The 
560 \family sans
561 math toolbar
562 \family default
563  can be turned on in the menu 
564 \family sans
565 View\SpecialChar \menuseparator
566 Toolbars
567 \family default
568 .
569  When you click there on 
570 \begin_inset Quotes eld
571 \end_inset
572
573 Math
574 \begin_inset Quotes erd
575 \end_inset
576
577  the toolbar will be shown permanently at the bottom; this state is visualized
578  in the 
579 \family sans
580 Toolbars
581 \family default
582  menu with a checkmark.
583  When you click in this state again on 
584 \begin_inset Quotes eld
585 \end_inset
586
587 Math
588 \begin_inset Quotes erd
589 \end_inset
590
591  in the 
592 \family sans
593 Toolbars
594 \family default
595  menu, the 
596 \family sans
597 math toolbar
598 \family default
599  is only shown when the cursor is within a formula; this state is visualized
600  by the renaming of the menu entry from 
601 \begin_inset Quotes eld
602 \end_inset
603
604 Math
605 \begin_inset Quotes erd
606 \end_inset
607
608  to 
609 \begin_inset Quotes eld
610 \end_inset
611
612 Math
613 \begin_inset space ~
614 \end_inset
615
616 (auto)
617 \begin_inset Quotes erd
618 \end_inset
619
620 .
621 \end_layout
622
623 \begin_layout Standard
624 The TeX-mode
625 \begin_inset Index
626 status collapsed
627
628 \begin_layout Plain Layout
629 T@TeX-mode
630 \end_layout
631
632 \end_inset
633
634  is invoked by pressing the toolbar button 
635 \begin_inset Graphics
636         filename ../images/ert-insert.png
637         scale 85
638
639 \end_inset
640
641  or by using the menu 
642 \family sans
643 Insert\SpecialChar \menuseparator
644 Te
645 \begin_inset ERT
646 status collapsed
647
648 \begin_layout Plain Layout
649
650 {}
651 \end_layout
652
653 \end_inset
654
655 X Code
656 \family default
657  (shortcut 
658 \begin_inset Info
659 type  "shortcut"
660 arg   "ert-insert"
661 \end_inset
662
663 ).
664 \begin_inset Note Note
665 status collapsed
666
667 \begin_layout Plain Layout
668 In LyX there are three 
669 \begin_inset Quotes eld
670 \end_inset
671
672 proper names
673 \begin_inset Quotes erd
674 \end_inset
675
676  that appear in the output with sub- and superscript letters: TeX, LaTeX,
677  and LyX
678 \end_layout
679
680 \begin_layout Plain Layout
681 To avoid that these names are recognized as proper names, a TeX-brace pair
682  is inserted.
683 \end_layout
684
685 \end_inset
686
687
688 \end_layout
689
690 \begin_layout Standard
691 To change the LaTeX-preamble
692 \begin_inset Index
693 status collapsed
694
695 \begin_layout Plain Layout
696 L@LaTeX-preamble
697 \end_layout
698
699 \end_inset
700
701 , use the menu 
702 \family sans
703 Document\SpecialChar \menuseparator
704 Settings\SpecialChar \menuseparator
705 LaT
706 \begin_inset ERT
707 status collapsed
708
709 \begin_layout Plain Layout
710
711 {}
712 \end_layout
713
714 \end_inset
715
716 eX
717 \family default
718  
719 \family sans
720 Preamble
721 \family default
722 .
723 \end_layout
724
725 \begin_layout Standard
726 To edit matrices, case differentiations, and multiline formulas subsequently,
727  the menus 
728 \family sans
729 Edit\SpecialChar \menuseparator
730 Math
731 \family default
732  and 
733 \family sans
734 Edit\SpecialChar \menuseparator
735 Rows
736 \begin_inset space \thinspace{}
737 \end_inset
738
739 &
740 \begin_inset space \thinspace{}
741 \end_inset
742
743 Columns,
744 \family default
745  or the 
746 \family sans
747 table toolbar
748 \family default
749  can be used.
750  When lines and columns are swapped via the menu, the column or line where
751  the cursor is in is exchanged with the column to the right or the line
752  below, respectively.
753  Is the cursor in the last column or row, the exchange is done with the
754  column to the left or the line above.
755 \end_layout
756
757 \begin_layout Standard
758 To write text in formulas
759 \begin_inset Foot
760 status collapsed
761
762 \begin_layout Plain Layout
763 For multiline formulas the command 
764 \series bold
765
766 \backslash
767 intertext
768 \series default
769  is used, see 
770 \begin_inset CommandInset ref
771 LatexCommand ref
772 reference "sub:Text-in-multiline"
773
774 \end_inset
775
776 .
777 \end_layout
778
779 \end_inset
780
781  
782 \emph on
783 mathematical text
784 \emph default
785
786 \begin_inset Index
787 status collapsed
788
789 \begin_layout Plain Layout
790 Text ! in formulas
791 \end_layout
792
793 \end_inset
794
795
796 \begin_inset Index
797 status collapsed
798
799 \begin_layout Plain Layout
800 Mathematical text
801 \end_layout
802
803 \end_inset
804
805  is used.
806  This mode is invoked with the the shortcut 
807 \begin_inset Info
808 type  "shortcut"
809 arg   "font-default"
810 \end_inset
811
812  or by the insertion of the command 
813 \series bold
814
815 \backslash
816 text
817 \begin_inset Index
818 status collapsed
819
820 \begin_layout Plain Layout
821 Commands ! T ! 
822 \backslash
823 text
824 \end_layout
825
826 \end_inset
827
828
829 \series default
830 .
831  The text appears black in LyX and can therefore be distinguished from the
832  other formula parts that appear blue.
833  In the output mathematical text is set upright, in contrary to other formula
834  parts.
835 \end_layout
836
837 \begin_layout Subsection*
838 Command Scheme
839 \end_layout
840
841 \begin_layout Standard
842 Most of the LaTeX-commands for math constructs have the following scheme:
843 \end_layout
844
845 \begin_layout Standard
846
847 \series bold
848
849 \backslash
850 commandname[optional
851 \series default
852  
853 \series bold
854 argument]{required
855 \series default
856  
857 \series bold
858 argument}
859 \end_layout
860
861 \begin_layout Standard
862 A command starts always with a backslash 
863 \begin_inset Quotes gld
864 \end_inset
865
866
867 \series bold
868
869 \backslash
870
871 \series default
872
873 \begin_inset Quotes grd
874 \end_inset
875
876 .
877  To omit optional arguments, also omit the associated brackets.
878  The braces around the required arguments are named in this document as
879  TeX-braces
880 \begin_inset Index
881 status collapsed
882
883 \begin_layout Plain Layout
884 T@TeX-braces
885 \end_layout
886
887 \end_inset
888
889 .
890  If you add in a formula a left brace to a command name, LyX creates automatical
891 ly a TeX-brace.
892  In all other cases TeX-braces are created in formulas with the command
893  
894 \series bold
895
896 \backslash
897 {
898 \series default
899 .
900  TeX-braces appear red in LyX, in contrary to normal braces that appear
901  blue.
902  In TeX-mode no command is needed to get TeX-braces.
903  TeX-braces don't appear in the output.
904 \end_layout
905
906 \begin_layout Standard
907 When commands without arguments, like commands for symbols are entered in
908  TeX-mode, a space character must 
909 \emph on
910 always
911 \emph default
912  be behind the command to end it.
913  This space doesn't appear in the output.
914  When the space should appear in the output, the space must be followed
915  by a protected space in normal text.
916 \end_layout
917
918 \begin_layout Standard
919 A protected space is inserted with 
920 \begin_inset Info
921 type  "shortcut"
922 arg   "space-insert protected"
923 \end_inset
924
925 .
926 \end_layout
927
928 \begin_layout Subsection*
929 \begin_inset Newpage newpage
930 \end_inset
931
932 Syntax Explanation
933 \end_layout
934
935 \begin_layout Itemize
936 The symbol
937 \begin_inset Foot
938 status collapsed
939
940 \begin_layout Plain Layout
941 This visible space character can be created with the command 
942 \series bold
943
944 \backslash
945 textvisiblespace
946 \series default
947
948 \begin_inset Index
949 status collapsed
950
951 \begin_layout Plain Layout
952 Commands ! T ! 
953 \backslash
954 textvisiblespace
955 \end_layout
956
957 \end_inset
958
959 , inserted in TeX-mode.
960 \end_layout
961
962 \end_inset
963
964  
965 \begin_inset ERT
966 status collapsed
967
968 \begin_layout Plain Layout
969
970
971 \backslash
972 spce 
973 \end_layout
974
975 \end_inset
976
977
978 \begin_inset space ~
979 \end_inset
980
981 denotes a space character to be input.
982 \end_layout
983
984 \begin_layout Itemize
985 An arrow like 
986 \begin_inset Formula $\to$
987 \end_inset
988
989  denotes the usage of the corresponding arrow key on the keyboard.
990 \end_layout
991
992 \begin_layout Subsection*
993 Available units
994 \end_layout
995
996 \begin_layout Standard
997 \align center
998 \begin_inset Float table
999 placement H
1000 wide false
1001 sideways false
1002 status open
1003
1004 \begin_layout Plain Layout
1005 \align center
1006 \begin_inset Caption
1007
1008 \begin_layout Plain Layout
1009 \begin_inset CommandInset label
1010 LatexCommand label
1011 name "tab:Available-units"
1012
1013 \end_inset
1014
1015 Available units
1016 \end_layout
1017
1018 \end_inset
1019
1020
1021 \end_layout
1022
1023 \begin_layout Plain Layout
1024 \align center
1025 \begin_inset Tabular
1026 <lyxtabular version="3" rows="13" columns="2">
1027 <features>
1028 <column alignment="center" valignment="top" width="0">
1029 <column alignment="center" valignment="top" width="0">
1030 <row>
1031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1032 \begin_inset Text
1033
1034 \begin_layout Plain Layout
1035 Unit
1036 \end_layout
1037
1038 \end_inset
1039 </cell>
1040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1041 \begin_inset Text
1042
1043 \begin_layout Plain Layout
1044 Name / Description
1045 \end_layout
1046
1047 \end_inset
1048 </cell>
1049 </row>
1050 <row>
1051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1052 \begin_inset Text
1053
1054 \begin_layout Plain Layout
1055 mm
1056 \end_layout
1057
1058 \end_inset
1059 </cell>
1060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1061 \begin_inset Text
1062
1063 \begin_layout Plain Layout
1064 Millimeter
1065 \end_layout
1066
1067 \end_inset
1068 </cell>
1069 </row>
1070 <row>
1071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1072 \begin_inset Text
1073
1074 \begin_layout Plain Layout
1075 cm
1076 \end_layout
1077
1078 \end_inset
1079 </cell>
1080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1081 \begin_inset Text
1082
1083 \begin_layout Plain Layout
1084 Centimeter
1085 \end_layout
1086
1087 \end_inset
1088 </cell>
1089 </row>
1090 <row>
1091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1092 \begin_inset Text
1093
1094 \begin_layout Plain Layout
1095 in
1096 \end_layout
1097
1098 \end_inset
1099 </cell>
1100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1101 \begin_inset Text
1102
1103 \begin_layout Plain Layout
1104 Inch (1
1105 \begin_inset space \thinspace{}
1106 \end_inset
1107
1108 in = 2,54
1109 \begin_inset space \thinspace{}
1110 \end_inset
1111
1112 cm)
1113 \end_layout
1114
1115 \end_inset
1116 </cell>
1117 </row>
1118 <row>
1119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1120 \begin_inset Text
1121
1122 \begin_layout Plain Layout
1123 pt
1124 \end_layout
1125
1126 \end_inset
1127 </cell>
1128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1129 \begin_inset Text
1130
1131 \begin_layout Plain Layout
1132 Point (72.27
1133 \begin_inset space \thinspace{}
1134 \end_inset
1135
1136 pt = 1
1137 \begin_inset space \thinspace{}
1138 \end_inset
1139
1140 in)
1141 \end_layout
1142
1143 \end_inset
1144 </cell>
1145 </row>
1146 <row>
1147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1148 \begin_inset Text
1149
1150 \begin_layout Plain Layout
1151 pc
1152 \end_layout
1153
1154 \end_inset
1155 </cell>
1156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1157 \begin_inset Text
1158
1159 \begin_layout Plain Layout
1160 Pica (1
1161 \begin_inset space \thinspace{}
1162 \end_inset
1163
1164 pc = 12
1165 \begin_inset space \thinspace{}
1166 \end_inset
1167
1168 pt)
1169 \end_layout
1170
1171 \end_inset
1172 </cell>
1173 </row>
1174 <row>
1175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1176 \begin_inset Text
1177
1178 \begin_layout Plain Layout
1179 sp
1180 \end_layout
1181
1182 \end_inset
1183 </cell>
1184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1185 \begin_inset Text
1186
1187 \begin_layout Plain Layout
1188 scaled point (65536
1189 \begin_inset space \thinspace{}
1190 \end_inset
1191
1192 sp = 1
1193 \begin_inset space \thinspace{}
1194 \end_inset
1195
1196 pt)
1197 \end_layout
1198
1199 \end_inset
1200 </cell>
1201 </row>
1202 <row>
1203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1204 \begin_inset Text
1205
1206 \begin_layout Plain Layout
1207 bp
1208 \end_layout
1209
1210 \end_inset
1211 </cell>
1212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1213 \begin_inset Text
1214
1215 \begin_layout Plain Layout
1216 big point (72
1217 \begin_inset space \thinspace{}
1218 \end_inset
1219
1220 bp = 1
1221 \begin_inset space \thinspace{}
1222 \end_inset
1223
1224 in)
1225 \end_layout
1226
1227 \end_inset
1228 </cell>
1229 </row>
1230 <row>
1231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1232 \begin_inset Text
1233
1234 \begin_layout Plain Layout
1235 dd
1236 \end_layout
1237
1238 \end_inset
1239 </cell>
1240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1241 \begin_inset Text
1242
1243 \begin_layout Plain Layout
1244 Didot (1
1245 \begin_inset space \thinspace{}
1246 \end_inset
1247
1248 dd 
1249 \begin_inset Formula $\approx$
1250 \end_inset
1251
1252  0.376
1253 \begin_inset space \thinspace{}
1254 \end_inset
1255
1256 mm)
1257 \end_layout
1258
1259 \end_inset
1260 </cell>
1261 </row>
1262 <row>
1263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1264 \begin_inset Text
1265
1266 \begin_layout Plain Layout
1267 cc
1268 \end_layout
1269
1270 \end_inset
1271 </cell>
1272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1273 \begin_inset Text
1274
1275 \begin_layout Plain Layout
1276 Cicero (1
1277 \begin_inset space \thinspace{}
1278 \end_inset
1279
1280 cc = 12
1281 \begin_inset space \thinspace{}
1282 \end_inset
1283
1284 dd)
1285 \end_layout
1286
1287 \end_inset
1288 </cell>
1289 </row>
1290 <row>
1291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1292 \begin_inset Text
1293
1294 \begin_layout Plain Layout
1295 ex
1296 \end_layout
1297
1298 \end_inset
1299 </cell>
1300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1301 \begin_inset Text
1302
1303 \begin_layout Plain Layout
1304 Height of letter 
1305 \emph on
1306
1307 \begin_inset Quotes eld
1308 \end_inset
1309
1310 x
1311 \emph default
1312
1313 \begin_inset Quotes erd
1314 \end_inset
1315
1316  in the current font
1317 \end_layout
1318
1319 \end_inset
1320 </cell>
1321 </row>
1322 <row>
1323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1324 \begin_inset Text
1325
1326 \begin_layout Plain Layout
1327 em
1328 \end_layout
1329
1330 \end_inset
1331 </cell>
1332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1333 \begin_inset Text
1334
1335 \begin_layout Plain Layout
1336 width of letter 
1337 \begin_inset Quotes eld
1338 \end_inset
1339
1340
1341 \emph on
1342 M
1343 \emph default
1344
1345 \begin_inset Quotes erd
1346 \end_inset
1347
1348  in the current font
1349 \end_layout
1350
1351 \end_inset
1352 </cell>
1353 </row>
1354 <row>
1355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1356 \begin_inset Text
1357
1358 \begin_layout Plain Layout
1359 mu
1360 \end_layout
1361
1362 \end_inset
1363 </cell>
1364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1365 \begin_inset Text
1366
1367 \begin_layout Plain Layout
1368 math unit (1
1369 \begin_inset space \thinspace{}
1370 \end_inset
1371
1372 mu = 
1373 \begin_inset Formula $\nicefrac{1}{18}$
1374 \end_inset
1375
1376
1377 \begin_inset space \thinspace{}
1378 \end_inset
1379
1380 em)
1381 \end_layout
1382
1383 \end_inset
1384 </cell>
1385 </row>
1386 </lyxtabular>
1387
1388 \end_inset
1389
1390
1391 \end_layout
1392
1393 \end_inset
1394
1395
1396 \end_layout
1397
1398 \begin_layout Standard
1399 \begin_inset Newpage newpage
1400 \end_inset
1401
1402
1403 \end_layout
1404
1405 \begin_layout Section
1406 Basic Functions
1407 \end_layout
1408
1409 \begin_layout Subsection
1410 Exponents
1411 \begin_inset Index
1412 status collapsed
1413
1414 \begin_layout Plain Layout
1415 Exponents
1416 \end_layout
1417
1418 \end_inset
1419
1420  and Indices
1421 \begin_inset Index
1422 status collapsed
1423
1424 \begin_layout Plain Layout
1425 Indices
1426 \end_layout
1427
1428 \end_inset
1429
1430
1431 \begin_inset Index
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435 Superscripts|see
1436 \begin_inset ERT
1437 status collapsed
1438
1439 \begin_layout Plain Layout
1440
1441 {
1442 \end_layout
1443
1444 \end_inset
1445
1446 Exponents
1447 \begin_inset ERT
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451
1452 }
1453 \end_layout
1454
1455 \end_inset
1456
1457
1458 \end_layout
1459
1460 \end_inset
1461
1462
1463 \begin_inset Index
1464 status collapsed
1465
1466 \begin_layout Plain Layout
1467 Subscripts|see
1468 \begin_inset ERT
1469 status collapsed
1470
1471 \begin_layout Plain Layout
1472
1473 {
1474 \end_layout
1475
1476 \end_inset
1477
1478 Indices
1479 \begin_inset ERT
1480 status collapsed
1481
1482 \begin_layout Plain Layout
1483
1484 }
1485 \end_layout
1486
1487 \end_inset
1488
1489
1490 \end_layout
1491
1492 \end_inset
1493
1494
1495 \end_layout
1496
1497 \begin_layout Standard
1498 Indices are created with an underscore 
1499 \begin_inset Quotes eld
1500 \end_inset
1501
1502 _
1503 \begin_inset Quotes erd
1504 \end_inset
1505
1506  or via the math toolbar button 
1507 \begin_inset Graphics
1508         filename ../images/math-subscript.png
1509         scale 85
1510
1511 \end_inset
1512
1513  , exponents with a caret 
1514 \begin_inset Quotes eld
1515 \end_inset
1516
1517 ^
1518 \begin_inset Quotes erd
1519 \end_inset
1520
1521  or via the math toolbar button 
1522 \begin_inset Graphics
1523         filename ../images/math-superscript.png
1524         scale 85
1525
1526 \end_inset
1527
1528 .
1529 \end_layout
1530
1531 \begin_layout Standard
1532 \align center
1533 \begin_inset Tabular
1534 <lyxtabular version="3" rows="4" columns="2">
1535 <features>
1536 <column alignment="center" valignment="top" width="0pt">
1537 <column alignment="center" valignment="top" width="0pt">
1538 <row>
1539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1540 \begin_inset Text
1541
1542 \begin_layout Plain Layout
1543 command
1544 \end_layout
1545
1546 \end_inset
1547 </cell>
1548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1549 \begin_inset Text
1550
1551 \begin_layout Plain Layout
1552 Result
1553 \begin_inset Note Note
1554 status collapsed
1555
1556 \begin_layout Plain Layout
1557
1558 \series bold
1559
1560 \backslash
1561 raisebox
1562 \series default
1563  is only used as spacer.
1564 \end_layout
1565
1566 \end_inset
1567
1568
1569 \end_layout
1570
1571 \end_inset
1572 </cell>
1573 </row>
1574 <row>
1575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1576 \begin_inset Text
1577
1578 \begin_layout Plain Layout
1579 B_V
1580 \end_layout
1581
1582 \end_inset
1583 </cell>
1584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1585 \begin_inset Text
1586
1587 \begin_layout Plain Layout
1588 \begin_inset Formula $B_{V}$
1589 \end_inset
1590
1591
1592 \end_layout
1593
1594 \end_inset
1595 </cell>
1596 </row>
1597 <row>
1598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1599 \begin_inset Text
1600
1601 \begin_layout Plain Layout
1602 B^V
1603 \end_layout
1604
1605 \end_inset
1606 </cell>
1607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1608 \begin_inset Text
1609
1610 \begin_layout Plain Layout
1611 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1612 \end_inset
1613
1614
1615 \end_layout
1616
1617 \end_inset
1618 </cell>
1619 </row>
1620 <row>
1621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1622 \begin_inset Text
1623
1624 \begin_layout Plain Layout
1625 B^
1626 \begin_inset ERT
1627 status collapsed
1628
1629 \begin_layout Plain Layout
1630
1631
1632 \backslash
1633 spce 
1634 \end_layout
1635
1636 \end_inset
1637
1638 A
1639 \end_layout
1640
1641 \end_inset
1642 </cell>
1643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1644 \begin_inset Text
1645
1646 \begin_layout Plain Layout
1647 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1648 \end_inset
1649
1650
1651 \end_layout
1652
1653 \end_inset
1654 </cell>
1655 </row>
1656 </lyxtabular>
1657
1658 \end_inset
1659
1660
1661 \end_layout
1662
1663 \begin_layout Standard
1664 As the caret is in some languages an accent, vowels will be accentuated
1665  in this case and not set as exponents
1666 \begin_inset Foot
1667 status collapsed
1668
1669 \begin_layout Plain Layout
1670 Depending on the used keyboard settings this can also happen for other character
1671 s than vowels.
1672 \end_layout
1673
1674 \end_inset
1675
1676 .
1677  To get in this case exponents, press 
1678 \family sans
1679 Space
1680 \family default
1681  after the caret as in the last example.
1682 \end_layout
1683
1684 \begin_layout Subsection
1685 Fractions
1686 \begin_inset CommandInset label
1687 LatexCommand label
1688 name "sub:Fractions"
1689
1690 \end_inset
1691
1692
1693 \begin_inset Index
1694 status collapsed
1695
1696 \begin_layout Plain Layout
1697 Fractions
1698 \end_layout
1699
1700 \end_inset
1701
1702
1703 \end_layout
1704
1705 \begin_layout Standard
1706 Fractions are generated with the command 
1707 \series bold
1708
1709 \backslash
1710 frac
1711 \series default
1712
1713 \begin_inset Index
1714 status collapsed
1715
1716 \begin_layout Plain Layout
1717 Commands ! F ! 
1718 \backslash
1719 frac
1720 \end_layout
1721
1722 \end_inset
1723
1724  or via the math toolbar button 
1725 \begin_inset Graphics
1726         filename ../images/math/frac.png
1727         scale 50
1728
1729 \end_inset
1730
1731 .
1732  The font size is adjusted automatically, depending on whether the fraction
1733  is in an inline or display style formula.
1734  With the math toolbar button 
1735 \begin_inset Graphics
1736         filename ../images/math/frac-square.png
1737         scale 85
1738
1739 \end_inset
1740
1741  you can select different fraction types.
1742 \end_layout
1743
1744 \begin_layout Standard
1745 With the command 
1746 \series bold
1747
1748 \backslash
1749 dfrac
1750 \begin_inset Index
1751 status collapsed
1752
1753 \begin_layout Plain Layout
1754 Commands ! D ! 
1755 \backslash
1756 dfrac
1757 \end_layout
1758
1759 \end_inset
1760
1761
1762 \series default
1763  a fraction can be created that has in any case the size of a display style
1764  formula.
1765  With 
1766 \series bold
1767
1768 \backslash
1769 tfrac
1770 \begin_inset Index
1771 status collapsed
1772
1773 \begin_layout Plain Layout
1774 Commands ! T ! 
1775 \backslash
1776 tfrac
1777 \end_layout
1778
1779 \end_inset
1780
1781
1782 \series default
1783  the fraction appears always with the size of an inline formula.
1784  An example:
1785 \end_layout
1786
1787 \begin_layout Standard
1788 A line with the fraction 
1789 \begin_inset Formula $\frac{1}{2}$
1790 \end_inset
1791
1792  that was created with the command 
1793 \series bold
1794
1795 \backslash
1796 frac
1797 \series default
1798 .
1799 \end_layout
1800
1801 \begin_layout Standard
1802 A line with the fraction 
1803 \begin_inset Formula $\dfrac{1}{2}$
1804 \end_inset
1805
1806  that was created with the command 
1807 \series bold
1808
1809 \backslash
1810 dfrac
1811 \series default
1812 .
1813 \end_layout
1814
1815 \begin_layout Standard
1816 \align center
1817 \begin_inset Tabular
1818 <lyxtabular version="3" rows="4" columns="2">
1819 <features>
1820 <column alignment="center" valignment="top" width="0pt">
1821 <column alignment="center" valignment="top" width="0pt">
1822 <row>
1823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1824 \begin_inset Text
1825
1826 \begin_layout Plain Layout
1827 Command
1828 \end_layout
1829
1830 \end_inset
1831 </cell>
1832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1833 \begin_inset Text
1834
1835 \begin_layout Plain Layout
1836 Result
1837 \begin_inset Note Note
1838 status collapsed
1839
1840 \begin_layout Plain Layout
1841
1842 \series bold
1843
1844 \backslash
1845 raisebox
1846 \series default
1847  is only used as spacer.
1848 \end_layout
1849
1850 \end_inset
1851
1852
1853 \end_layout
1854
1855 \end_inset
1856 </cell>
1857 </row>
1858 <row>
1859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1860 \begin_inset Text
1861
1862 \begin_layout Plain Layout
1863
1864 \backslash
1865 frac
1866 \begin_inset ERT
1867 status collapsed
1868
1869 \begin_layout Plain Layout
1870
1871
1872 \backslash
1873 spce 
1874 \end_layout
1875
1876 \end_inset
1877
1878 A
1879 \begin_inset Formula $\downarrow$
1880 \end_inset
1881
1882 B
1883 \end_layout
1884
1885 \end_inset
1886 </cell>
1887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1888 \begin_inset Text
1889
1890 \begin_layout Plain Layout
1891 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1892 \end_inset
1893
1894
1895 \end_layout
1896
1897 \end_inset
1898 </cell>
1899 </row>
1900 <row>
1901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1902 \begin_inset Text
1903
1904 \begin_layout Plain Layout
1905
1906 \backslash
1907 dfrac
1908 \begin_inset ERT
1909 status collapsed
1910
1911 \begin_layout Plain Layout
1912
1913
1914 \backslash
1915 spce 
1916 \end_layout
1917
1918 \end_inset
1919
1920 A
1921 \begin_inset Formula $\downarrow$
1922 \end_inset
1923
1924 B
1925 \end_layout
1926
1927 \end_inset
1928 </cell>
1929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1930 \begin_inset Text
1931
1932 \begin_layout Plain Layout
1933 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1934 \end_inset
1935
1936
1937 \end_layout
1938
1939 \end_inset
1940 </cell>
1941 </row>
1942 <row>
1943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1944 \begin_inset Text
1945
1946 \begin_layout Plain Layout
1947
1948 \backslash
1949 dfrac
1950 \begin_inset ERT
1951 status collapsed
1952
1953 \begin_layout Plain Layout
1954
1955
1956 \backslash
1957 spce 
1958 \end_layout
1959
1960 \end_inset
1961
1962 e^
1963 \begin_inset ERT
1964 status collapsed
1965
1966 \begin_layout Plain Layout
1967
1968
1969 \backslash
1970 spce 
1971 \end_layout
1972
1973 \end_inset
1974
1975
1976 \backslash
1977 frac
1978 \begin_inset ERT
1979 status collapsed
1980
1981 \begin_layout Plain Layout
1982
1983
1984 \backslash
1985 spce 
1986 \end_layout
1987
1988 \end_inset
1989
1990 1
1991 \begin_inset Formula $\downarrow$
1992 \end_inset
1993
1994 2
1995 \begin_inset Formula $\downarrow\downarrow$
1996 \end_inset
1997
1998 3
1999 \end_layout
2000
2001 \end_inset
2002 </cell>
2003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2004 \begin_inset Text
2005
2006 \begin_layout Plain Layout
2007 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2008 \end_inset
2009
2010
2011 \end_layout
2012
2013 \end_inset
2014 </cell>
2015 </row>
2016 </lyxtabular>
2017
2018 \end_inset
2019
2020
2021 \end_layout
2022
2023 \begin_layout Standard
2024 \begin_inset VSpace bigskip
2025 \end_inset
2026
2027
2028 \begin_inset Newpage newpage
2029 \end_inset
2030
2031 For nested fractions the command 
2032 \series bold
2033
2034 \backslash
2035 cfrac
2036 \series default
2037
2038 \begin_inset Index
2039 status collapsed
2040
2041 \begin_layout Plain Layout
2042 Commands ! C ! 
2043 \backslash
2044 cfrac
2045 \end_layout
2046
2047 \end_inset
2048
2049  can be used.
2050  Here an example:
2051 \begin_inset VSpace -3mm
2052 \end_inset
2053
2054
2055 \end_layout
2056
2057 \begin_layout Standard
2058 \begin_inset Formula \begin{align*}
2059 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2060 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2061
2062 \end_inset
2063
2064
2065 \end_layout
2066
2067 \begin_layout Standard
2068 The command for the example above is:
2069 \end_layout
2070
2071 \begin_layout Standard
2072
2073 \series bold
2074
2075 \backslash
2076 cfrac
2077 \begin_inset ERT
2078 status collapsed
2079
2080 \begin_layout Plain Layout
2081
2082
2083 \backslash
2084 spce 
2085 \end_layout
2086
2087 \end_inset
2088
2089 A
2090 \begin_inset Formula $\downarrow$
2091 \end_inset
2092
2093 B+
2094 \backslash
2095 cfrac
2096 \begin_inset ERT
2097 status collapsed
2098
2099 \begin_layout Plain Layout
2100
2101
2102 \backslash
2103 spce 
2104 \end_layout
2105
2106 \end_inset
2107
2108 C+
2109 \backslash
2110 cfrac
2111 \begin_inset ERT
2112 status collapsed
2113
2114 \begin_layout Plain Layout
2115
2116
2117 \backslash
2118 spce 
2119 \end_layout
2120
2121 \end_inset
2122
2123 E
2124 \begin_inset Formula $\downarrow$
2125 \end_inset
2126
2127 F
2128 \begin_inset Formula $\downarrow$
2129 \end_inset
2130
2131 D
2132 \end_layout
2133
2134 \begin_layout Standard
2135 \begin_inset VSpace medskip
2136 \end_inset
2137
2138
2139 \end_layout
2140
2141 \begin_layout Standard
2142
2143 \series bold
2144
2145 \backslash
2146 cfrac
2147 \series default
2148  sets the fraction always in the size of a displayed formula, also when
2149  it is part of another fraction.
2150 \end_layout
2151
2152 \begin_layout Standard
2153 It is possible to specify the alignment of the numerator.
2154  The command 
2155 \series bold
2156
2157 \backslash
2158 cfracleft
2159 \series default
2160  is used to left align it, the command 
2161 \series bold
2162
2163 \backslash
2164 cfracright
2165 \series default
2166  to right-align it.
2167  
2168 \series bold
2169
2170 \backslash
2171 cfrac
2172 \series default
2173  centers the numerator.
2174  These fractions demonstrate the different alignments:
2175 \end_layout
2176
2177 \begin_layout Standard
2178 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2179 \end_inset
2180
2181
2182 \begin_inset Formula $\cfrac{A}{B+C}$
2183 \end_inset
2184
2185
2186 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2187 \end_inset
2188
2189
2190 \end_layout
2191
2192 \begin_layout Standard
2193 \begin_inset Note Greyedout
2194 status open
2195
2196 \begin_layout Plain Layout
2197
2198 \series bold
2199 Note:
2200 \series default
2201  
2202 \series bold
2203
2204 \backslash
2205 cfracleft
2206 \series default
2207  and 
2208 \series bold
2209
2210 \backslash
2211 cfracright
2212 \series default
2213  are no real LaTeX commands but represent the command 
2214 \series bold
2215
2216 \backslash
2217 cfrac[alignment]{numerator}{denominator}
2218 \series default
2219  .
2220  Therefore you cannot use them in TeX code.
2221 \end_layout
2222
2223 \end_inset
2224
2225
2226 \end_layout
2227
2228 \begin_layout Standard
2229 \begin_inset VSpace medskip
2230 \end_inset
2231
2232 It is often advantageous to combine 
2233 \series bold
2234
2235 \backslash
2236 cfrac
2237 \series default
2238  and 
2239 \series bold
2240
2241 \backslash
2242 frac
2243 \series default
2244 :
2245 \begin_inset Formula \[
2246 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2247
2248 \end_inset
2249
2250
2251 \end_layout
2252
2253 \begin_layout Standard
2254 For inline fractions with a sloped fraction stroke you can use the command
2255  
2256 \series bold
2257
2258 \backslash
2259 nicefrac
2260 \series default
2261
2262 \begin_inset Index
2263 status collapsed
2264
2265 \begin_layout Plain Layout
2266 Commands ! N ! 
2267 \backslash
2268 nicefrac
2269 \end_layout
2270
2271 \end_inset
2272
2273
2274 \begin_inset Formula $\nicefrac{5}{31}$
2275 \end_inset
2276
2277  or 
2278 \series bold
2279
2280 \backslash
2281 unitfrac
2282 \series default
2283
2284 \begin_inset Index
2285 status collapsed
2286
2287 \begin_layout Plain Layout
2288 Commands ! U ! 
2289 \backslash
2290 unitfrac
2291 \end_layout
2292
2293 \end_inset
2294
2295
2296 \begin_inset Formula $\unitfrac{5}{31}$
2297 \end_inset
2298
2299  There is furthermore the command 
2300 \series bold
2301
2302 \backslash
2303 unitfracthree
2304 \series default
2305  that offers to write a fraction in combination with a number: 
2306 \begin_inset Formula $\unitfrac[2]{1}{3}$
2307 \end_inset
2308
2309
2310 \end_layout
2311
2312 \begin_layout Standard
2313 \begin_inset Note Greyedout
2314 status open
2315
2316 \begin_layout Plain Layout
2317
2318 \series bold
2319 Note:
2320 \series default
2321  
2322 \series bold
2323
2324 \backslash
2325 unitfracthree
2326 \series default
2327  is not a real LaTeX command but the command
2328 \begin_inset Newline newline
2329 \end_inset
2330
2331
2332 \series bold
2333
2334 \backslash
2335 unitfrac[number]{numerator}{denominator}
2336 \series default
2337  .
2338  Therefore you cannot use it in TeX code.
2339 \end_layout
2340
2341 \end_inset
2342
2343
2344 \end_layout
2345
2346 \begin_layout Standard
2347 How to define own fractions where the fraction stroke can be changed, is
2348  explained in 
2349 \begin_inset CommandInset ref
2350 LatexCommand ref
2351 reference "sub:Self-defined-Fractions"
2352
2353 \end_inset
2354
2355 .
2356 \end_layout
2357
2358 \begin_layout Subsection
2359 Roots
2360 \begin_inset Index
2361 status collapsed
2362
2363 \begin_layout Plain Layout
2364 Roots
2365 \end_layout
2366
2367 \end_inset
2368
2369
2370 \end_layout
2371
2372 \begin_layout Standard
2373 Square roots are created with 
2374 \series bold
2375
2376 \backslash
2377 sqrt
2378 \series default
2379
2380 \begin_inset Index
2381 status collapsed
2382
2383 \begin_layout Plain Layout
2384 Commands ! S ! 
2385 \backslash
2386 sqrt
2387 \end_layout
2388
2389 \end_inset
2390
2391  or the math toolbar button 
2392 \begin_inset Graphics
2393         filename ../images/math/sqrt.png
2394         scale 85
2395
2396 \end_inset
2397
2398 , all other roots with the command 
2399 \series bold
2400
2401 \backslash
2402 root
2403 \series default
2404
2405 \begin_inset Index
2406 status collapsed
2407
2408 \begin_layout Plain Layout
2409 Commands ! R ! 
2410 \backslash
2411 root
2412 \end_layout
2413
2414 \end_inset
2415
2416  or with the math toolbar button 
2417 \begin_inset Graphics
2418         filename ../images/math/root.png
2419         scale 85
2420
2421 \end_inset
2422
2423 .
2424 \end_layout
2425
2426 \begin_layout Standard
2427 \align center
2428 \begin_inset Tabular
2429 <lyxtabular version="3" rows="3" columns="2">
2430 <features>
2431 <column alignment="center" valignment="top" width="0pt">
2432 <column alignment="center" valignment="top" width="0pt">
2433 <row>
2434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2435 \begin_inset Text
2436
2437 \begin_layout Plain Layout
2438 Command
2439 \end_layout
2440
2441 \end_inset
2442 </cell>
2443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2444 \begin_inset Text
2445
2446 \begin_layout Plain Layout
2447 Result
2448 \begin_inset Note Note
2449 status collapsed
2450
2451 \begin_layout Plain Layout
2452
2453 \series bold
2454
2455 \backslash
2456 raisebox
2457 \series default
2458  is only used as spacer.
2459 \end_layout
2460
2461 \end_inset
2462
2463
2464 \end_layout
2465
2466 \end_inset
2467 </cell>
2468 </row>
2469 <row>
2470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2471 \begin_inset Text
2472
2473 \begin_layout Plain Layout
2474
2475 \backslash
2476 sqrt
2477 \begin_inset ERT
2478 status collapsed
2479
2480 \begin_layout Plain Layout
2481
2482
2483 \backslash
2484 spce 
2485 \end_layout
2486
2487 \end_inset
2488
2489 A-B
2490 \end_layout
2491
2492 \end_inset
2493 </cell>
2494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2495 \begin_inset Text
2496
2497 \begin_layout Plain Layout
2498 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2499 \end_inset
2500
2501
2502 \end_layout
2503
2504 \end_inset
2505 </cell>
2506 </row>
2507 <row>
2508 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2509 \begin_inset Text
2510
2511 \begin_layout Plain Layout
2512
2513 \backslash
2514 root
2515 \begin_inset ERT
2516 status collapsed
2517
2518 \begin_layout Plain Layout
2519
2520
2521 \backslash
2522 spce 
2523 \end_layout
2524
2525 \end_inset
2526
2527 3
2528 \begin_inset Formula $\downarrow$
2529 \end_inset
2530
2531 A-B
2532 \end_layout
2533
2534 \end_inset
2535 </cell>
2536 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2537 \begin_inset Text
2538
2539 \begin_layout Plain Layout
2540 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2541 \end_inset
2542
2543
2544 \end_layout
2545
2546 \end_inset
2547 </cell>
2548 </row>
2549 </lyxtabular>
2550
2551 \end_inset
2552
2553
2554 \end_layout
2555
2556 \begin_layout Standard
2557 A square root can also be created with 
2558 \series bold
2559
2560 \backslash
2561 root
2562 \series default
2563  when the root index field is left empty.
2564 \end_layout
2565
2566 \begin_layout Standard
2567 With certain indices the distance to the root is too small, like in this
2568  formula: 
2569 \begin_inset Formula $\sqrt[\beta]{B}$
2570 \end_inset
2571
2572
2573 \begin_inset Newline newline
2574 \end_inset
2575
2576 The 
2577 \begin_inset Formula $\beta$
2578 \end_inset
2579
2580  touches the root.
2581  To avoid this, the commands 
2582 \series bold
2583
2584 \backslash
2585 leftroot
2586 \series default
2587
2588 \begin_inset Index
2589 status collapsed
2590
2591 \begin_layout Plain Layout
2592 Commands ! L ! 
2593 \backslash
2594 leftroot
2595 \end_layout
2596
2597 \end_inset
2598
2599  and 
2600 \series bold
2601
2602 \backslash
2603 uproot
2604 \series default
2605
2606 \begin_inset Index
2607 status collapsed
2608
2609 \begin_layout Plain Layout
2610 Commands ! U ! 
2611 \backslash
2612 uproot
2613 \end_layout
2614
2615 \end_inset
2616
2617  are used with the following scheme:
2618 \end_layout
2619
2620 \begin_layout Standard
2621
2622 \series bold
2623
2624 \backslash
2625 leftroot{distance}
2626 \series default
2627  and 
2628 \series bold
2629
2630 \backslash
2631 uproot{distance}
2632 \end_layout
2633
2634 \begin_layout Standard
2635 Distance is the number of Big Points (unit bp; 
2636 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2637 \end_inset
2638
2639 ), that the index should be moved to the left or top, resp..
2640  The commands are written to the index.
2641  This way the command
2642 \begin_inset Newline newline
2643 \end_inset
2644
2645
2646 \series bold
2647
2648 \backslash
2649 root
2650 \backslash
2651 leftroot{-1
2652 \begin_inset Formula $\to$
2653 \end_inset
2654
2655
2656 \backslash
2657 uproot{2
2658 \begin_inset Formula $\to$
2659 \end_inset
2660
2661
2662 \backslash
2663 beta
2664 \begin_inset ERT
2665 status collapsed
2666
2667 \begin_layout Plain Layout
2668
2669
2670 \backslash
2671 spce 
2672 \end_layout
2673
2674 \end_inset
2675
2676
2677 \begin_inset Formula $\to$
2678 \end_inset
2679
2680 B
2681 \begin_inset Newline newline
2682 \end_inset
2683
2684
2685 \series default
2686 produces a correct typeset formula: 
2687 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2688 \end_inset
2689
2690
2691 \end_layout
2692
2693 \begin_layout Subsection
2694 Binomial Coefficients
2695 \begin_inset Index
2696 status collapsed
2697
2698 \begin_layout Plain Layout
2699 Binomial coefficients
2700 \end_layout
2701
2702 \end_inset
2703
2704
2705 \end_layout
2706
2707 \begin_layout Standard
2708 Binomial coefficients are inserted with the command 
2709 \series bold
2710
2711 \backslash
2712 binom
2713 \series default
2714
2715 \begin_inset Index
2716 status collapsed
2717
2718 \begin_layout Plain Layout
2719 Commands ! B ! 
2720 \backslash
2721 binom
2722 \end_layout
2723
2724 \end_inset
2725
2726  or with the submenu of the math toolbar button 
2727 \begin_inset Graphics
2728         filename ../images/math/frac-square.png
2729         scale 85
2730
2731 \end_inset
2732
2733 .
2734  Analog to fractions (
2735 \series bold
2736
2737 \backslash
2738 frac
2739 \series default
2740 ) there are besides 
2741 \series bold
2742
2743 \backslash
2744 binom
2745 \series default
2746  the commands 
2747 \series bold
2748
2749 \backslash
2750 dbinom
2751 \begin_inset Index
2752 status collapsed
2753
2754 \begin_layout Plain Layout
2755 Commands ! D ! 
2756 \backslash
2757 dbinom
2758 \end_layout
2759
2760 \end_inset
2761
2762
2763 \series default
2764  and 
2765 \series bold
2766
2767 \backslash
2768 tbinom
2769 \series default
2770
2771 \begin_inset Index
2772 status collapsed
2773
2774 \begin_layout Plain Layout
2775 Commands ! T ! 
2776 \backslash
2777 tbinom
2778 \end_layout
2779
2780 \end_inset
2781
2782 .
2783  For other brackets around binomial coeficients there are the commands 
2784 \series bold
2785
2786 \backslash
2787 brace
2788 \series default
2789
2790 \begin_inset Index
2791 status collapsed
2792
2793 \begin_layout Plain Layout
2794 Commands ! B ! 
2795 \backslash
2796 brace
2797 \end_layout
2798
2799 \end_inset
2800
2801  and 
2802 \series bold
2803
2804 \backslash
2805 brack
2806 \series default
2807
2808 \begin_inset Index
2809 status collapsed
2810
2811 \begin_layout Plain Layout
2812 Commands ! B ! 
2813 \backslash
2814 brack
2815 \end_layout
2816
2817 \end_inset
2818
2819 .
2820 \end_layout
2821
2822 \begin_layout Standard
2823 \align center
2824 \begin_inset Tabular
2825 <lyxtabular version="3" rows="6" columns="2">
2826 <features>
2827 <column alignment="center" valignment="top" width="0pt">
2828 <column alignment="center" valignment="top" width="0pt">
2829 <row>
2830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2831 \begin_inset Text
2832
2833 \begin_layout Plain Layout
2834 Command
2835 \end_layout
2836
2837 \end_inset
2838 </cell>
2839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2840 \begin_inset Text
2841
2842 \begin_layout Plain Layout
2843 Result
2844 \begin_inset Note Note
2845 status collapsed
2846
2847 \begin_layout Plain Layout
2848
2849 \series bold
2850
2851 \backslash
2852 raisebox
2853 \series default
2854  is only used as spacer.
2855 \end_layout
2856
2857 \end_inset
2858
2859
2860 \end_layout
2861
2862 \end_inset
2863 </cell>
2864 </row>
2865 <row>
2866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2867 \begin_inset Text
2868
2869 \begin_layout Plain Layout
2870
2871 \backslash
2872 binom
2873 \begin_inset ERT
2874 status collapsed
2875
2876 \begin_layout Plain Layout
2877
2878
2879 \backslash
2880 spce 
2881 \end_layout
2882
2883 \end_inset
2884
2885 A
2886 \begin_inset Formula $\downarrow$
2887 \end_inset
2888
2889 B
2890 \end_layout
2891
2892 \end_inset
2893 </cell>
2894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2895 \begin_inset Text
2896
2897 \begin_layout Plain Layout
2898 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2899 \end_inset
2900
2901
2902 \end_layout
2903
2904 \end_inset
2905 </cell>
2906 </row>
2907 <row>
2908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2909 \begin_inset Text
2910
2911 \begin_layout Plain Layout
2912
2913 \backslash
2914 dbinom
2915 \begin_inset ERT
2916 status collapsed
2917
2918 \begin_layout Plain Layout
2919
2920
2921 \backslash
2922 spce 
2923 \end_layout
2924
2925 \end_inset
2926
2927 A
2928 \begin_inset Formula $\downarrow$
2929 \end_inset
2930
2931 B
2932 \end_layout
2933
2934 \end_inset
2935 </cell>
2936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2937 \begin_inset Text
2938
2939 \begin_layout Plain Layout
2940 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2941 \end_inset
2942
2943
2944 \end_layout
2945
2946 \end_inset
2947 </cell>
2948 </row>
2949 <row>
2950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2951 \begin_inset Text
2952
2953 \begin_layout Plain Layout
2954
2955 \backslash
2956 tbinom
2957 \begin_inset ERT
2958 status collapsed
2959
2960 \begin_layout Plain Layout
2961
2962
2963 \backslash
2964 spce 
2965 \end_layout
2966
2967 \end_inset
2968
2969 A
2970 \begin_inset Formula $\downarrow$
2971 \end_inset
2972
2973 B
2974 \end_layout
2975
2976 \end_inset
2977 </cell>
2978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2979 \begin_inset Text
2980
2981 \begin_layout Plain Layout
2982 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2983 \end_inset
2984
2985
2986 \end_layout
2987
2988 \end_inset
2989 </cell>
2990 </row>
2991 <row>
2992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2993 \begin_inset Text
2994
2995 \begin_layout Plain Layout
2996
2997 \backslash
2998 brack
2999 \begin_inset ERT
3000 status collapsed
3001
3002 \begin_layout Plain Layout
3003
3004
3005 \backslash
3006 spce 
3007 \end_layout
3008
3009 \end_inset
3010
3011 A
3012 \begin_inset Formula $\downarrow$
3013 \end_inset
3014
3015 B
3016 \end_layout
3017
3018 \end_inset
3019 </cell>
3020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3021 \begin_inset Text
3022
3023 \begin_layout Plain Layout
3024 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3025 \end_inset
3026
3027
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 </row>
3033 <row>
3034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3035 \begin_inset Text
3036
3037 \begin_layout Plain Layout
3038
3039 \backslash
3040 brace
3041 \begin_inset ERT
3042 status collapsed
3043
3044 \begin_layout Plain Layout
3045
3046
3047 \backslash
3048 spce 
3049 \end_layout
3050
3051 \end_inset
3052
3053 A
3054 \begin_inset Formula $\downarrow$
3055 \end_inset
3056
3057 B
3058 \end_layout
3059
3060 \end_inset
3061 </cell>
3062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3063 \begin_inset Text
3064
3065 \begin_layout Plain Layout
3066 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3067 \end_inset
3068
3069
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 </row>
3075 </lyxtabular>
3076
3077 \end_inset
3078
3079
3080 \end_layout
3081
3082 \begin_layout Subsection
3083 Case Differentiations
3084 \begin_inset Index
3085 status collapsed
3086
3087 \begin_layout Plain Layout
3088 Case differentiations 
3089 \end_layout
3090
3091 \end_inset
3092
3093
3094 \end_layout
3095
3096 \begin_layout Standard
3097 \align center
3098 \begin_inset Tabular
3099 <lyxtabular version="3" rows="3" columns="2">
3100 <features>
3101 <column alignment="center" valignment="top" width="0pt">
3102 <column alignment="center" valignment="top" width="0pt">
3103 <row>
3104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3105 \begin_inset Text
3106
3107 \begin_layout Plain Layout
3108 Command
3109 \end_layout
3110
3111 \end_inset
3112 </cell>
3113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3114 \begin_inset Text
3115
3116 \begin_layout Plain Layout
3117 Result
3118 \end_layout
3119
3120 \end_inset
3121 </cell>
3122 </row>
3123 <row>
3124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Plain Layout
3128
3129 \backslash
3130 cases
3131 \begin_inset ERT
3132 status collapsed
3133
3134 \begin_layout Plain Layout
3135
3136
3137 \backslash
3138 spce 
3139 \end_layout
3140
3141 \end_inset
3142
3143 A
3144 \begin_inset Formula $\to$
3145 \end_inset
3146
3147 B>0
3148 \begin_inset Index
3149 status collapsed
3150
3151 \begin_layout Plain Layout
3152 Commands ! C ! 
3153 \backslash
3154 cases
3155 \end_layout
3156
3157 \end_inset
3158
3159
3160 \end_layout
3161
3162 \end_inset
3163 </cell>
3164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3165 \begin_inset Text
3166
3167 \begin_layout Plain Layout
3168 \begin_inset Formula $\begin{cases}
3169 A & B>0\end{cases}$
3170 \end_inset
3171
3172
3173 \end_layout
3174
3175 \end_inset
3176 </cell>
3177 </row>
3178 <row>
3179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3180 \begin_inset Text
3181
3182 \begin_layout Plain Layout
3183
3184 \backslash
3185 cases
3186 \begin_inset ERT
3187 status collapsed
3188
3189 \begin_layout Plain Layout
3190
3191
3192 \backslash
3193 spce 
3194 \end_layout
3195
3196 \end_inset
3197
3198
3199 \begin_inset Info
3200 type  "shortcut"
3201 arg   "newline-insert newline"
3202 \end_inset
3203
3204
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213 \begin_inset Formula $\begin{cases}
3214 A & \textrm{for }x>0\\
3215 B & \textrm{for }x=0\end{cases}$
3216 \end_inset
3217
3218
3219 \end_layout
3220
3221 \end_inset
3222 </cell>
3223 </row>
3224 </lyxtabular>
3225
3226 \end_inset
3227
3228
3229 \end_layout
3230
3231 \begin_layout Standard
3232 After inserting 
3233 \series bold
3234
3235 \backslash
3236 cases
3237 \series default
3238  or the usage of the math toolbar button 
3239 \begin_inset Graphics
3240         filename ../images/math/cases.png
3241         scale 85
3242
3243 \end_inset
3244
3245  you can create new lines with the shortcut 
3246 \begin_inset Info
3247 type  "shortcut"
3248 arg   "newline-insert newline"
3249 \end_inset
3250
3251  or the table toolbar button 
3252 \begin_inset Graphics
3253         filename ../images/tabular-feature_append-row.png
3254         scale 85
3255
3256 \end_inset
3257
3258 .
3259 \end_layout
3260
3261 \begin_layout Standard
3262 The command 
3263 \series bold
3264
3265 \backslash
3266 cases
3267 \series default
3268  is also available via the menu 
3269 \family sans
3270 Insert\SpecialChar \menuseparator
3271 Math\SpecialChar \menuseparator
3272 Cases-Environment
3273 \family default
3274 .
3275 \end_layout
3276
3277 \begin_layout Subsection
3278 Negations
3279 \begin_inset Index
3280 status collapsed
3281
3282 \begin_layout Plain Layout
3283 Negations
3284 \end_layout
3285
3286 \end_inset
3287
3288
3289 \end_layout
3290
3291 \begin_layout Standard
3292 By inserting of 
3293 \series bold
3294
3295 \backslash
3296 not
3297 \series default
3298
3299 \begin_inset Index
3300 status collapsed
3301
3302 \begin_layout Plain Layout
3303 Commands ! N ! 
3304 \backslash
3305 not
3306 \end_layout
3307
3308 \end_inset
3309
3310  every character can be displayed canceled.
3311  The characters are quasi accentuated by a slash.
3312 \end_layout
3313
3314 \begin_layout Standard
3315 \align center
3316 \begin_inset Tabular
3317 <lyxtabular version="3" rows="4" columns="2">
3318 <features>
3319 <column alignment="center" valignment="top" width="0pt">
3320 <column alignment="center" valignment="top" width="0pt">
3321 <row>
3322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326 Command
3327 \end_layout
3328
3329 \end_inset
3330 </cell>
3331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3332 \begin_inset Text
3333
3334 \begin_layout Plain Layout
3335 Result
3336 \end_layout
3337
3338 \end_inset
3339 </cell>
3340 </row>
3341 <row>
3342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346
3347 \backslash
3348 not=
3349 \end_layout
3350
3351 \end_inset
3352 </cell>
3353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357 \begin_inset Formula $\not=$
3358 \end_inset
3359
3360
3361 \end_layout
3362
3363 \end_inset
3364 </cell>
3365 </row>
3366 <row>
3367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Plain Layout
3371
3372 \backslash
3373 not 
3374 \backslash
3375 le
3376 \end_layout
3377
3378 \end_inset
3379 </cell>
3380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3381 \begin_inset Text
3382
3383 \begin_layout Plain Layout
3384 \begin_inset Formula $\not\le$
3385 \end_inset
3386
3387
3388 \end_layout
3389
3390 \end_inset
3391 </cell>
3392 </row>
3393 <row>
3394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3395 \begin_inset Text
3396
3397 \begin_layout Plain Layout
3398
3399 \backslash
3400 not 
3401 \backslash
3402 parallel
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411 \begin_inset Formula $\not\parallel$
3412 \end_inset
3413
3414
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 </row>
3420 </lyxtabular>
3421
3422 \end_inset
3423
3424
3425 \end_layout
3426
3427 \begin_layout Standard
3428 The last example shows, that not all negations look good.
3429  Therefore there are for some negations special commands (see 
3430 \begin_inset CommandInset ref
3431 LatexCommand ref
3432 reference "sub:Mathematical-Symbols"
3433
3434 \end_inset
3435
3436  and 
3437 \begin_inset CommandInset ref
3438 LatexCommand ref
3439 reference "sec:Relations"
3440
3441 \end_inset
3442
3443 ).
3444 \end_layout
3445
3446 \begin_layout Subsection
3447 Placeholders
3448 \begin_inset CommandInset label
3449 LatexCommand label
3450 name "sub:Placeholders"
3451
3452 \end_inset
3453
3454
3455 \begin_inset Index
3456 status collapsed
3457
3458 \begin_layout Plain Layout
3459 Placeholders
3460 \end_layout
3461
3462 \end_inset
3463
3464
3465 \begin_inset Index
3466 status collapsed
3467
3468 \begin_layout Plain Layout
3469 Chemical characters ! Isotopes
3470 \end_layout
3471
3472 \end_inset
3473
3474
3475 \begin_inset Index
3476 status collapsed
3477
3478 \begin_layout Plain Layout
3479 Isotopes|see
3480 \begin_inset ERT
3481 status collapsed
3482
3483 \begin_layout Plain Layout
3484
3485 {
3486 \end_layout
3487
3488 \end_inset
3489
3490 Chemical characters
3491 \begin_inset ERT
3492 status collapsed
3493
3494 \begin_layout Plain Layout
3495
3496 }
3497 \end_layout
3498
3499 \end_inset
3500
3501
3502 \end_layout
3503
3504 \end_inset
3505
3506
3507 \end_layout
3508
3509 \begin_layout Standard
3510 When displaying e.
3511 \begin_inset space \thinspace{}
3512 \end_inset
3513
3514 g.
3515 \begin_inset space \space{}
3516 \end_inset
3517
3518 isotopes
3519 \begin_inset Foot
3520 status collapsed
3521
3522 \begin_layout Plain Layout
3523 Typesetting isotopes and chemical symbols is described in 
3524 \begin_inset CommandInset ref
3525 LatexCommand ref
3526 reference "sub:Chemical-Symbols-and"
3527
3528 \end_inset
3529
3530 .
3531 \end_layout
3532
3533 \end_inset
3534
3535  the following problem occurs:
3536 \end_layout
3537
3538 \begin_layout Standard
3539 \align center
3540 \begin_inset Tabular
3541 <lyxtabular version="3" rows="2" columns="2">
3542 <features>
3543 <column alignment="center" valignment="top" width="0pt">
3544 <column alignment="center" valignment="top" width="0pt">
3545 <row>
3546 <cell alignment="center" valignment="top" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550 Indices created with sub- and superscripts:
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 <cell alignment="center" valignment="top" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3560 \end_inset
3561
3562
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 </row>
3568 <row>
3569 <cell alignment="center" valignment="top" usebox="none">
3570 \begin_inset Text
3571
3572 \begin_layout Plain Layout
3573 correct indices:
3574 \end_layout
3575
3576 \end_inset
3577 </cell>
3578 <cell alignment="center" valignment="top" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Plain Layout
3582 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3583 \end_inset
3584
3585
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 </row>
3591 </lyxtabular>
3592
3593 \end_inset
3594
3595
3596 \begin_inset Note Note
3597 status collapsed
3598
3599 \begin_layout Plain Layout
3600
3601 \series bold
3602
3603 \backslash
3604 raisebox
3605 \series default
3606  is only used as spacer.
3607 \end_layout
3608
3609 \end_inset
3610
3611
3612 \end_layout
3613
3614 \begin_layout Standard
3615 The shorter index is by default placed below or above the first character
3616  of the longer index.
3617  To avoid this there is the command 
3618 \series bold
3619
3620 \backslash
3621 phantom
3622 \series default
3623
3624 \begin_inset Index
3625 status collapsed
3626
3627 \begin_layout Plain Layout
3628 Commands ! P ! 
3629 \backslash
3630 phantom
3631 \end_layout
3632
3633 \end_inset
3634
3635  or the math toolbar button
3636 \begin_inset space \thinspace{}
3637 \end_inset
3638
3639
3640 \begin_inset Foot
3641 status collapsed
3642
3643 \begin_layout Plain Layout
3644 can be found in the submenu of the toolbar button 
3645 \begin_inset Graphics
3646         filename ../images/math/space.png
3647         scale 85
3648
3649 \end_inset
3650
3651
3652 \end_layout
3653
3654 \end_inset
3655
3656  
3657 \begin_inset Graphics
3658         filename ../images/math/phantom.png
3659         scale 85
3660
3661 \end_inset
3662
3663  that creates one or more phantom characters.
3664  When inserting 
3665 \series bold
3666
3667 \backslash
3668 phantom
3669 \series default
3670  a small blue box appears that is superposed with two red arrows.
3671  The arrows indicate that the complete width and height of the box content
3672  will be created as placeholder.
3673  Phantom characters are accordingly placeholders with the size of the characters.
3674 \end_layout
3675
3676 \begin_layout Standard
3677 \align center
3678 \begin_inset Tabular
3679 <lyxtabular version="3" rows="4" columns="2">
3680 <features>
3681 <column alignment="center" valignment="top" width="0">
3682 <column alignment="center" valignment="top" width="0">
3683 <row>
3684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3685 \begin_inset Text
3686
3687 \begin_layout Plain Layout
3688 Command
3689 \end_layout
3690
3691 \end_inset
3692 </cell>
3693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3694 \begin_inset Text
3695
3696 \begin_layout Plain Layout
3697 Result
3698 \begin_inset Note Note
3699 status collapsed
3700
3701 \begin_layout Plain Layout
3702
3703 \series bold
3704
3705 \backslash
3706 raisebox
3707 \series default
3708  is only used as spacer.
3709 \end_layout
3710
3711 \end_inset
3712
3713
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 </row>
3719 <row>
3720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724 ^19
3725 \begin_inset ERT
3726 status collapsed
3727
3728 \begin_layout Plain Layout
3729
3730
3731 \backslash
3732 spce 
3733 \end_layout
3734
3735 \end_inset
3736
3737 _
3738 \backslash
3739 phantom
3740 \begin_inset ERT
3741 status collapsed
3742
3743 \begin_layout Plain Layout
3744
3745
3746 \backslash
3747 spce 
3748 \end_layout
3749
3750 \end_inset
3751
3752 1
3753 \begin_inset Formula $\to$
3754 \end_inset
3755
3756 9
3757 \begin_inset ERT
3758 status collapsed
3759
3760 \begin_layout Plain Layout
3761
3762
3763 \backslash
3764 spce 
3765 \end_layout
3766
3767 \end_inset
3768
3769 F
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3775 \begin_inset Text
3776
3777 \begin_layout Plain Layout
3778 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3779 \end_inset
3780
3781
3782 \end_layout
3783
3784 \end_inset
3785 </cell>
3786 </row>
3787 <row>
3788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792 ^235
3793 \begin_inset ERT
3794 status collapsed
3795
3796 \begin_layout Plain Layout
3797
3798
3799 \backslash
3800 spce 
3801 \end_layout
3802
3803 \end_inset
3804
3805 _
3806 \backslash
3807 phantom
3808 \begin_inset ERT
3809 status collapsed
3810
3811 \begin_layout Plain Layout
3812
3813
3814 \backslash
3815 spce 
3816 \end_layout
3817
3818 \end_inset
3819
3820 23
3821 \begin_inset Formula $\to$
3822 \end_inset
3823
3824 9
3825 \begin_inset ERT
3826 status collapsed
3827
3828 \begin_layout Plain Layout
3829
3830
3831 \backslash
3832 spce 
3833 \end_layout
3834
3835 \end_inset
3836
3837 F
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3847 \end_inset
3848
3849
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 </row>
3855 <row>
3856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3857 \begin_inset Text
3858
3859 \begin_layout Plain Layout
3860
3861 \backslash
3862 Lambda^
3863 \begin_inset ERT
3864 status collapsed
3865
3866 \begin_layout Plain Layout
3867
3868
3869 \backslash
3870 spce 
3871 \end_layout
3872
3873 \end_inset
3874
3875
3876 \backslash
3877 phantom
3878 \begin_inset ERT
3879 status collapsed
3880
3881 \begin_layout Plain Layout
3882
3883
3884 \backslash
3885 spce 
3886 \end_layout
3887
3888 \end_inset
3889
3890 ii
3891 \begin_inset Formula $\to$
3892 \end_inset
3893
3894 t
3895 \begin_inset ERT
3896 status collapsed
3897
3898 \begin_layout Plain Layout
3899
3900
3901 \backslash
3902 spce 
3903 \end_layout
3904
3905 \end_inset
3906
3907 _MMt
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3913 \begin_inset Text
3914
3915 \begin_layout Plain Layout
3916 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3917 \end_inset
3918
3919
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 </row>
3925 </lyxtabular>
3926
3927 \end_inset
3928
3929
3930 \end_layout
3931
3932 \begin_layout Standard
3933 Furthermore there are the commands 
3934 \series bold
3935
3936 \backslash
3937 vphantom
3938 \series default
3939
3940 \begin_inset Index
3941 status collapsed
3942
3943 \begin_layout Plain Layout
3944 Commands ! V ! 
3945 \backslash
3946 vphantom
3947 \end_layout
3948
3949 \end_inset
3950
3951  (toolbar button 
3952 \begin_inset space ~
3953 \end_inset
3954
3955
3956 \begin_inset Graphics
3957         filename ../images/math/vphantom.png
3958         scale 85
3959
3960 \end_inset
3961
3962 ) and 
3963 \series bold
3964
3965 \backslash
3966 hphantom
3967 \series default
3968
3969 \begin_inset Index
3970 status collapsed
3971
3972 \begin_layout Plain Layout
3973 Commands ! H ! 
3974 \backslash
3975 hphantom
3976 \end_layout
3977
3978 \end_inset
3979
3980  (toolbar button 
3981 \begin_inset space ~
3982 \end_inset
3983
3984
3985 \begin_inset Graphics
3986         filename ../images/math/hphantom.png
3987         scale 85
3988
3989 \end_inset
3990
3991 ).
3992  
3993 \series bold
3994
3995 \backslash
3996 hphantom
3997 \series default
3998  creates only space for the maximal height of the characters in the box
3999  but not for its width.
4000  
4001 \series bold
4002
4003 \backslash
4004 vphantom
4005 \series default
4006  creates only space for the width of the box content.
4007  Therefore  the boxes of both commands have only one red arrow.
4008 \end_layout
4009
4010 \begin_layout Standard
4011 For example creates 
4012 \series bold
4013
4014 \backslash
4015 vphantom
4016 \series default
4017
4018 \begin_inset ERT
4019 status collapsed
4020
4021 \begin_layout Plain Layout
4022
4023
4024 \backslash
4025 spce 
4026 \end_layout
4027
4028 \end_inset
4029
4030
4031 \series bold
4032 a
4033 \backslash
4034 int
4035 \series default
4036  space for the height of the integral sign,
4037 \begin_inset Foot
4038 status collapsed
4039
4040 \begin_layout Plain Layout
4041 The command 
4042 \series bold
4043
4044 \backslash
4045 int
4046 \series default
4047  creates an integral sign, see 
4048 \begin_inset CommandInset ref
4049 LatexCommand ref
4050 reference "sub:Big-Operators"
4051
4052 \end_inset
4053
4054 .
4055 \end_layout
4056
4057 \end_inset
4058
4059  because this is the larger character.
4060  An example application is in 
4061 \begin_inset CommandInset ref
4062 LatexCommand ref
4063 reference "sub:Multiline-Brackets"
4064
4065 \end_inset
4066
4067 .
4068 \end_layout
4069
4070 \begin_layout Subsection
4071 Lines
4072 \begin_inset Index
4073 status collapsed
4074
4075 \begin_layout Plain Layout
4076 Lines
4077 \end_layout
4078
4079 \end_inset
4080
4081
4082 \begin_inset Index
4083 status collapsed
4084
4085 \begin_layout Plain Layout
4086 Formula ! underlined
4087 \end_layout
4088
4089 \end_inset
4090
4091
4092 \end_layout
4093
4094 \begin_layout Standard
4095 \align center
4096 \begin_inset Tabular
4097 <lyxtabular version="3" rows="4" columns="2">
4098 <features>
4099 <column alignment="center" valignment="top" width="0pt">
4100 <column alignment="center" valignment="top" width="0pt">
4101 <row>
4102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106 Command
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115 Result
4116 \begin_inset Note Note
4117 status collapsed
4118
4119 \begin_layout Plain Layout
4120
4121 \series bold
4122
4123 \backslash
4124 raisebox
4125 \series default
4126  is only used as spacer.
4127 \end_layout
4128
4129 \end_inset
4130
4131
4132 \end_layout
4133
4134 \end_inset
4135 </cell>
4136 </row>
4137 <row>
4138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142
4143 \backslash
4144 overline
4145 \begin_inset ERT
4146 status collapsed
4147
4148 \begin_layout Plain Layout
4149
4150
4151 \backslash
4152 spce 
4153 \end_layout
4154
4155 \end_inset
4156
4157 A+B
4158 \begin_inset Index
4159 status collapsed
4160
4161 \begin_layout Plain Layout
4162 Commands ! O ! 
4163 \backslash
4164 overline
4165 \end_layout
4166
4167 \end_inset
4168
4169
4170 \end_layout
4171
4172 \end_inset
4173 </cell>
4174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Plain Layout
4178 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4179 \end_inset
4180
4181
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 </row>
4187 <row>
4188 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192
4193 \backslash
4194 underline
4195 \begin_inset ERT
4196 status collapsed
4197
4198 \begin_layout Plain Layout
4199
4200
4201 \backslash
4202 spce 
4203 \end_layout
4204
4205 \end_inset
4206
4207 A+B
4208 \begin_inset Index
4209 status collapsed
4210
4211 \begin_layout Plain Layout
4212 Commands ! U ! 
4213 \backslash
4214 underline
4215 \end_layout
4216
4217 \end_inset
4218
4219
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4229 \end_inset
4230
4231
4232 \end_layout
4233
4234 \end_inset
4235 </cell>
4236 </row>
4237 <row>
4238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242
4243 \backslash
4244 overline
4245 \begin_inset ERT
4246 status collapsed
4247
4248 \begin_layout Plain Layout
4249
4250
4251 \backslash
4252 spce 
4253 \end_layout
4254
4255 \end_inset
4256
4257
4258 \backslash
4259 underline
4260 \begin_inset ERT
4261 status collapsed
4262
4263 \begin_layout Plain Layout
4264
4265
4266 \backslash
4267 spce 
4268 \end_layout
4269
4270 \end_inset
4271
4272 A+B
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4282 \end_inset
4283
4284
4285 \end_layout
4286
4287 \end_inset
4288 </cell>
4289 </row>
4290 </lyxtabular>
4291
4292 \end_inset
4293
4294
4295 \end_layout
4296
4297 \begin_layout Standard
4298 In the last example it doesn't matter if first 
4299 \series bold
4300
4301 \backslash
4302 overline
4303 \series default
4304  or 
4305 \series bold
4306
4307 \backslash
4308 underline
4309 \series default
4310  is inserted.
4311 \end_layout
4312
4313 \begin_layout Standard
4314 To double underline e.
4315 \begin_inset space \thinspace{}
4316 \end_inset
4317
4318 g.
4319 \begin_inset space \space{}
4320 \end_inset
4321
4322 results, one uses 
4323 \series bold
4324
4325 \backslash
4326 underline
4327 \series default
4328  twice.
4329 \end_layout
4330
4331 \begin_layout Standard
4332 It is possible to place up to 6 lines above or below characters.
4333 \end_layout
4334
4335 \begin_layout Standard
4336 \begin_inset VSpace bigskip
4337 \end_inset
4338
4339 Custom lines can be created using the command 
4340 \series bold
4341
4342 \backslash
4343 rule
4344 \series default
4345
4346 \begin_inset Index
4347 status collapsed
4348
4349 \begin_layout Plain Layout
4350 Commands ! R ! 
4351 \backslash
4352 rule
4353 \end_layout
4354
4355 \end_inset
4356
4357  which has the following scheme:
4358 \end_layout
4359
4360 \begin_layout Standard
4361
4362 \series bold
4363
4364 \backslash
4365 rule[vertical offset]{length}{thickness}
4366 \end_layout
4367
4368 \begin_layout Standard
4369 The optional vertical offset shifts the line upwards (or downwards, when
4370  the value is negative).
4371  The units listed in 
4372 \begin_inset CommandInset ref
4373 LatexCommand ref
4374 reference "tab:Available-units"
4375
4376 \end_inset
4377
4378  can be used for the values.
4379  Here are two example lines created with the commands
4380 \begin_inset Newline newline
4381 \end_inset
4382
4383
4384 \series bold
4385
4386 \backslash
4387 rule[-2ex]{3cm}{2pt}
4388 \series default
4389  and 
4390 \series bold
4391
4392 \backslash
4393 rule{2cm}{1pt}
4394 \series default
4395 :
4396 \end_layout
4397
4398 \begin_layout Standard
4399 This is a sentence 
4400 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4401 \end_inset
4402
4403  with two lines.
4404 \end_layout
4405
4406 \begin_layout Standard
4407
4408 \series bold
4409
4410 \backslash
4411 rule
4412 \series default
4413  can also be used for text when it is inserted in TeX-mode.
4414 \end_layout
4415
4416 \begin_layout Subsection
4417 Ellipses
4418 \begin_inset CommandInset label
4419 LatexCommand label
4420 name "sub:Ellipses"
4421
4422 \end_inset
4423
4424
4425 \begin_inset Index
4426 status collapsed
4427
4428 \begin_layout Plain Layout
4429 Ellipses
4430 \end_layout
4431
4432 \end_inset
4433
4434
4435 \end_layout
4436
4437 \begin_layout Standard
4438 There are different types of ellipses available.
4439 \begin_inset Foot
4440 status collapsed
4441
4442 \begin_layout Plain Layout
4443 In the math toolbar in the submenu of the button 
4444 \begin_inset Graphics
4445         filename ../images/math/ldots.png
4446         scale 85
4447
4448 \end_inset
4449
4450
4451 \end_layout
4452
4453 \end_inset
4454
4455  For listings dots at the baseline are used (
4456 \series bold
4457
4458 \backslash
4459 ldots
4460 \series default
4461
4462 \begin_inset Index
4463 status collapsed
4464
4465 \begin_layout Plain Layout
4466 Commands ! L ! 
4467 \backslash
4468 ldots
4469 \end_layout
4470
4471 \end_inset
4472
4473 ), while for operations dots are needed that are on the same height as the
4474  operators (
4475 \series bold
4476
4477 \backslash
4478 cdots
4479 \series default
4480
4481 \begin_inset Index
4482 status collapsed
4483
4484 \begin_layout Plain Layout
4485 Commands ! C ! 
4486 \backslash
4487 cdots
4488 \end_layout
4489
4490 \end_inset
4491
4492 ).
4493  When using the command 
4494 \series bold
4495
4496 \backslash
4497 dots
4498 \series default
4499
4500 \begin_inset Index
4501 status collapsed
4502
4503 \begin_layout Plain Layout
4504 Commands ! D ! 
4505 \backslash
4506 dots
4507 \end_layout
4508
4509 \end_inset
4510
4511 , LaTeX decides on the basis of the next character what type is used.
4512 \end_layout
4513
4514 \begin_layout Standard
4515 \align center
4516 \begin_inset Tabular
4517 <lyxtabular version="3" rows="8" columns="2">
4518 <features>
4519 <column alignment="center" valignment="top" width="0pt">
4520 <column alignment="center" valignment="top" width="0pt">
4521 <row>
4522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526 Command
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535 Result
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 </row>
4541 <row>
4542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546 A_1
4547 \begin_inset ERT
4548 status collapsed
4549
4550 \begin_layout Plain Layout
4551
4552
4553 \backslash
4554 spce 
4555 \end_layout
4556
4557 \end_inset
4558
4559 ,
4560 \backslash
4561 dots
4562 \begin_inset ERT
4563 status collapsed
4564
4565 \begin_layout Plain Layout
4566
4567
4568 \backslash
4569 spce 
4570 \end_layout
4571
4572 \end_inset
4573
4574 ,A_n
4575 \end_layout
4576
4577 \end_inset
4578 </cell>
4579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Plain Layout
4583 \begin_inset Formula $A_{1},\dots,A_{n}$
4584 \end_inset
4585
4586
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 </row>
4592 <row>
4593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 A_1
4598 \begin_inset ERT
4599 status collapsed
4600
4601 \begin_layout Plain Layout
4602
4603
4604 \backslash
4605 spce 
4606 \end_layout
4607
4608 \end_inset
4609
4610 +
4611 \backslash
4612 dots
4613 \begin_inset ERT
4614 status collapsed
4615
4616 \begin_layout Plain Layout
4617
4618
4619 \backslash
4620 spce 
4621 \end_layout
4622
4623 \end_inset
4624
4625 +A_n
4626 \end_layout
4627
4628 \end_inset
4629 </cell>
4630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4631 \begin_inset Text
4632
4633 \begin_layout Plain Layout
4634 \begin_inset Formula $A_{1}+\dots+A_{n}$
4635 \end_inset
4636
4637
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 </row>
4643 <row>
4644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648 A_1
4649 \begin_inset ERT
4650 status collapsed
4651
4652 \begin_layout Plain Layout
4653
4654
4655 \backslash
4656 spce 
4657 \end_layout
4658
4659 \end_inset
4660
4661 ,
4662 \backslash
4663 ldots
4664 \begin_inset ERT
4665 status collapsed
4666
4667 \begin_layout Plain Layout
4668
4669
4670 \backslash
4671 spce 
4672 \end_layout
4673
4674 \end_inset
4675
4676 ,A_n
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4682 \begin_inset Text
4683
4684 \begin_layout Plain Layout
4685 \begin_inset Formula $A_{1},\ldots,A_{n}$
4686 \end_inset
4687
4688
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 </row>
4694 <row>
4695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 A_1
4700 \begin_inset ERT
4701 status collapsed
4702
4703 \begin_layout Plain Layout
4704
4705
4706 \backslash
4707 spce 
4708 \end_layout
4709
4710 \end_inset
4711
4712 +
4713 \backslash
4714 cdots
4715 \begin_inset ERT
4716 status collapsed
4717
4718 \begin_layout Plain Layout
4719
4720
4721 \backslash
4722 spce 
4723 \end_layout
4724
4725 \end_inset
4726
4727 +A_n
4728 \end_layout
4729
4730 \end_inset
4731 </cell>
4732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4733 \begin_inset Text
4734
4735 \begin_layout Plain Layout
4736 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4737 \end_inset
4738
4739
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 </row>
4745 <row>
4746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750
4751 \backslash
4752 vdots
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 \begin_inset Formula $\vdots$
4762 \end_inset
4763
4764
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 </row>
4770 <row>
4771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775
4776 \backslash
4777 ddots
4778 \end_layout
4779
4780 \end_inset
4781 </cell>
4782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786 \begin_inset Formula $\ddots$
4787 \end_inset
4788
4789
4790 \end_layout
4791
4792 \end_inset
4793 </cell>
4794 </row>
4795 <row>
4796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4797 \begin_inset Text
4798
4799 \begin_layout Plain Layout
4800 3×3
4801 \begin_inset space \thinspace{}
4802 \end_inset
4803
4804 matrix with the different dots
4805 \end_layout
4806
4807 \end_inset
4808 </cell>
4809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4810 \begin_inset Text
4811
4812 \begin_layout Plain Layout
4813 \begin_inset Formula $\begin{array}{ccc}
4814 A_{11} & \cdots & A_{1m}\\
4815 \vdots & \ddots & \vdots\\
4816 A_{n1} & \cdots & A_{nm}\end{array}$
4817 \end_inset
4818
4819
4820 \end_layout
4821
4822 \end_inset
4823 </cell>
4824 </row>
4825 </lyxtabular>
4826
4827 \end_inset
4828
4829
4830 \end_layout
4831
4832 \begin_layout Standard
4833 The ellipses available in menu 
4834 \family sans
4835 Insert\SpecialChar \menuseparator
4836 Special
4837 \begin_inset space ~
4838 \end_inset
4839
4840 Character
4841 \family default
4842  are 
4843 \series bold
4844
4845 \backslash
4846 ldots
4847 \series default
4848 .
4849 \end_layout
4850
4851 \begin_layout Standard
4852 \begin_inset VSpace medskip
4853 \end_inset
4854
4855 Specially for matrices there are ellipses that span over several columns.
4856  They are created with the command 
4857 \series bold
4858
4859 \backslash
4860 hdotsfor
4861 \series default
4862
4863 \begin_inset Index
4864 status collapsed
4865
4866 \begin_layout Plain Layout
4867 Commands ! H ! 
4868 \backslash
4869 hdotsfor
4870 \end_layout
4871
4872 \end_inset
4873
4874 , that has the following scheme:
4875 \end_layout
4876
4877 \begin_layout Standard
4878
4879 \series bold
4880
4881 \backslash
4882 hdotsfor[distance]{number of columns}
4883 \end_layout
4884
4885 \begin_layout Standard
4886 The number of columns specifies how many columns should be spanned.
4887  Distance is a factor for the distance between the dots.
4888 \end_layout
4889
4890 \begin_layout Standard
4891 In the following matrix the command 
4892 \series bold
4893
4894 \backslash
4895 hdotsfor[2]{4}
4896 \series default
4897  was inserted in the first box of the second line, to get an ellipsis with
4898  a dot distance twice as long as with the command 
4899 \series bold
4900
4901 \backslash
4902 dots
4903 \series default
4904 :
4905 \begin_inset Formula \[
4906 \left(\begin{array}{cccc}
4907 A & B & C & D\\
4908 \hdotsfor[2]{4}\\
4909 q & w & e & r\end{array}\right)\]
4910
4911 \end_inset
4912
4913 Note that the matrix fields that should be spanned must be empty, otherwise
4914  you get LaTeX-errors.
4915 \end_layout
4916
4917 \begin_layout Standard
4918 \begin_inset VSpace bigskip
4919 \end_inset
4920
4921 Furthermore you can fill with the command 
4922 \series bold
4923
4924 \backslash
4925 dotfill
4926 \series default
4927
4928 \begin_inset Index
4929 status collapsed
4930
4931 \begin_layout Plain Layout
4932 Commands ! D ! 
4933 \backslash
4934 dotfill
4935 \end_layout
4936
4937 \end_inset
4938
4939  the rest of a line with dots.
4940  The effect of these commands is the same like with 
4941 \series bold
4942
4943 \backslash
4944 hfill
4945 \series default
4946 , see 
4947 \begin_inset CommandInset ref
4948 LatexCommand ref
4949 reference "sub:Variable-Space"
4950
4951 \end_inset
4952
4953 .
4954 \end_layout
4955
4956 \begin_layout Standard
4957 For example the command 
4958 \series bold
4959 A
4960 \backslash
4961 dotfill
4962 \begin_inset ERT
4963 status collapsed
4964
4965 \begin_layout Plain Layout
4966
4967
4968 \backslash
4969 spce 
4970 \end_layout
4971
4972 \end_inset
4973
4974 B
4975 \series default
4976  produces
4977 \end_layout
4978
4979 \begin_layout Standard
4980 \begin_inset Formula $A\dotfill B$
4981 \end_inset
4982
4983
4984 \end_layout
4985
4986 \begin_layout Standard
4987 Analog to
4988 \series bold
4989  
4990 \backslash
4991 dotfill
4992 \series default
4993  there is for a line the command 
4994 \series bold
4995
4996 \backslash
4997 hrulefill
4998 \series default
4999
5000 \begin_inset Index
5001 status collapsed
5002
5003 \begin_layout Plain Layout
5004 Commands ! H ! 
5005 \backslash
5006 hrulefill
5007 \end_layout
5008
5009 \end_inset
5010
5011 :
5012 \end_layout
5013
5014 \begin_layout Standard
5015 \begin_inset Formula $A\hrulefill B$
5016 \end_inset
5017
5018
5019 \end_layout
5020
5021 \begin_layout Standard
5022 To use the commands for text, they have to be inserted in TeX-mode.
5023 \end_layout
5024
5025 \begin_layout Section
5026 Matrices
5027 \begin_inset CommandInset label
5028 LatexCommand label
5029 name "sec:Matrices"
5030
5031 \end_inset
5032
5033
5034 \begin_inset Index
5035 status collapsed
5036
5037 \begin_layout Plain Layout
5038 Matrices
5039 \end_layout
5040
5041 \end_inset
5042
5043
5044 \end_layout
5045
5046 \begin_layout Standard
5047 Matrices can be inserted via the math toolbar button 
5048 \begin_inset Graphics
5049         filename ../images/dialog-show_mathmatrix.png
5050         scale 85
5051
5052 \end_inset
5053
5054  or the menu 
5055 \family sans
5056 Insert\SpecialChar \menuseparator
5057 Math\SpecialChar \menuseparator
5058 Matrix
5059 \family default
5060 .
5061  You will be asked for the number of matrix columns and rows, and the alignment.
5062  The vertical alignment is hereby only of importance for matrices in inline
5063  formulas:
5064 \end_layout
5065
5066 \begin_layout Standard
5067 The first matrix is top 
5068 \begin_inset Formula $\begin{array}[t]{cccc}
5069 A & D & G & J\\
5070 B & E & H & K\\
5071 C & F & I & L\end{array}$
5072 \end_inset
5073
5074 , the second middle 
5075 \begin_inset Formula $\begin{array}{cccc}
5076 A & D & G & J\\
5077 B & E & H & K\\
5078 C & F & I & L\end{array}$
5079 \end_inset
5080
5081 , and the third bottom 
5082 \begin_inset Formula $\begin{array}[b]{cccc}
5083 A & D & G & J\\
5084 B & E & H & K\\
5085 C & F & I & L\end{array}$
5086 \end_inset
5087
5088  aligned.
5089 \end_layout
5090
5091 \begin_layout Standard
5092 The horizontal alignment specifies how the column entries should be aligned.
5093  It is set by entering a letter for every column.
5094  
5095 \emph on
5096 l
5097 \emph default
5098  denotes left aligned, 
5099 \emph on
5100 c
5101 \emph default
5102  centered, and 
5103 \emph on
5104 r
5105 \emph default
5106  right aligned.
5107  To create for example a 4
5108 \series bold
5109 ×
5110 \series default
5111 4
5112 \begin_inset space ~
5113 \end_inset
5114
5115 matrix where the first column is left aligned, the second and third are
5116  centered, and the last one is right aligned, one enters for the horizontal
5117  alignment 
5118 \series bold
5119 lccr
5120 \series default
5121 .
5122  Normally are in a matrix all columns centered, therefore the default is
5123  for every column is a 
5124 \series bold
5125 c
5126 \series default
5127 .
5128 \end_layout
5129
5130 \begin_layout Standard
5131 Horizontal alignment:
5132 \end_layout
5133
5134 \begin_layout Standard
5135
5136 \series bold
5137 lll
5138 \series default
5139  : 
5140 \begin_inset Formula $\begin{array}{lll}
5141 10000 & D & G\\
5142 B & 10000 & H\\
5143 C & F & 10000\end{array}$
5144 \end_inset
5145
5146  , 
5147 \series bold
5148 ccc
5149 \series default
5150  : 
5151 \begin_inset Formula $\begin{array}{ccc}
5152 10000 & D & G\\
5153 B & 10000 & H\\
5154 C & F & 10000\end{array}$
5155 \end_inset
5156
5157  , 
5158 \series bold
5159 rrr
5160 \series default
5161  : 
5162 \begin_inset Formula $\begin{array}{rrr}
5163 10000 & D & G\\
5164 B & 10000 & H\\
5165 C & F & 10000\end{array}$
5166 \end_inset
5167
5168
5169 \end_layout
5170
5171 \begin_layout Standard
5172 To add or delete rows and columns subsequently, the math toolbar buttons
5173  
5174 \begin_inset Graphics
5175         filename ../images/tabular-feature_append-row.png
5176         scale 85
5177
5178 \end_inset
5179
5180
5181 \begin_inset Graphics
5182         filename ../images/tabular-feature_delete-row.png
5183         scale 85
5184
5185 \end_inset
5186
5187 , etc.
5188 \begin_inset space \thinspace{}
5189 \end_inset
5190
5191 , or the menu 
5192 \family sans
5193 Edit\SpecialChar \menuseparator
5194 Rows & Columns
5195 \family default
5196  can be used.
5197  New rows can also be created with 
5198 \begin_inset Info
5199 type  "shortcut"
5200 arg   "newline-insert newline"
5201 \end_inset
5202
5203 .
5204 \end_layout
5205
5206 \begin_layout Standard
5207 \begin_inset VSpace bigskip
5208 \end_inset
5209
5210 Parentheses around a matrix can can either be created with the commands
5211  
5212 \series bold
5213
5214 \backslash
5215 left
5216 \series default
5217
5218 \begin_inset Index
5219 status collapsed
5220
5221 \begin_layout Plain Layout
5222 Commands ! L ! 
5223 \backslash
5224 left
5225 \end_layout
5226
5227 \end_inset
5228
5229  and 
5230 \series bold
5231
5232 \backslash
5233 right
5234 \series default
5235
5236 \begin_inset Index
5237 status collapsed
5238
5239 \begin_layout Plain Layout
5240 Commands ! R ! 
5241 \backslash
5242 right
5243 \end_layout
5244
5245 \end_inset
5246
5247  (shortcut 
5248 \family sans
5249 Alt+M
5250 \begin_inset space ~
5251 \end_inset
5252
5253 Parenthesis
5254 \family default
5255 ), see 
5256 \begin_inset CommandInset ref
5257 LatexCommand ref
5258 reference "sub:Automatic-Bracket-Size"
5259
5260 \end_inset
5261
5262 , or by using the following commands:
5263 \begin_inset VSpace medskip
5264 \end_inset
5265
5266
5267 \end_layout
5268
5269 \begin_layout Standard
5270 \begin_inset space \hfill{}
5271 \end_inset
5272
5273
5274 \begin_inset Tabular
5275 <lyxtabular version="3" rows="4" columns="2">
5276 <features>
5277 <column alignment="center" valignment="top" width="0">
5278 <column alignment="center" valignment="top" width="0">
5279 <row>
5280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5281 \begin_inset Text
5282
5283 \begin_layout Plain Layout
5284 Command
5285 \end_layout
5286
5287 \end_inset
5288 </cell>
5289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5290 \begin_inset Text
5291
5292 \begin_layout Plain Layout
5293 Result
5294 \begin_inset Note Note
5295 status collapsed
5296
5297 \begin_layout Plain Layout
5298
5299 \series bold
5300
5301 \backslash
5302 raisebox
5303 \series default
5304  is only used as spacer.
5305 \end_layout
5306
5307 \end_inset
5308
5309
5310 \end_layout
5311
5312 \end_inset
5313 </cell>
5314 </row>
5315 <row>
5316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5317 \begin_inset Text
5318
5319 \begin_layout Plain Layout
5320
5321 \backslash
5322 bmatrix
5323 \begin_inset ERT
5324 status collapsed
5325
5326 \begin_layout Plain Layout
5327
5328
5329 \backslash
5330 spce 
5331 \end_layout
5332
5333 \end_inset
5334
5335 2
5336 \series bold
5337 ×
5338 \series default
5339 2
5340 \begin_inset space \thinspace{}
5341 \end_inset
5342
5343 matrix
5344 \end_layout
5345
5346 \end_inset
5347 </cell>
5348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5353 0 & \textrm{-}\mathrm{i}\\
5354 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5355 \end_inset
5356
5357
5358 \end_layout
5359
5360 \end_inset
5361 </cell>
5362 </row>
5363 <row>
5364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5365 \begin_inset Text
5366
5367 \begin_layout Plain Layout
5368
5369 \backslash
5370 Bmatrix
5371 \begin_inset ERT
5372 status collapsed
5373
5374 \begin_layout Plain Layout
5375
5376
5377 \backslash
5378 spce 
5379 \end_layout
5380
5381 \end_inset
5382
5383 2
5384 \series bold
5385 ×
5386 \series default
5387 2
5388 \begin_inset space \thinspace{}
5389 \end_inset
5390
5391 matrix
5392 \end_layout
5393
5394 \end_inset
5395 </cell>
5396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5397 \begin_inset Text
5398
5399 \begin_layout Plain Layout
5400 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5401 0 & \textrm{-}\mathrm{i}\\
5402 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5403 \end_inset
5404
5405
5406 \end_layout
5407
5408 \end_inset
5409 </cell>
5410 </row>
5411 <row>
5412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5413 \begin_inset Text
5414
5415 \begin_layout Plain Layout
5416
5417 \backslash
5418 pmatrix
5419 \begin_inset ERT
5420 status collapsed
5421
5422 \begin_layout Plain Layout
5423
5424
5425 \backslash
5426 spce 
5427 \end_layout
5428
5429 \end_inset
5430
5431 2
5432 \series bold
5433 ×
5434 \series default
5435 2
5436 \begin_inset space \thinspace{}
5437 \end_inset
5438
5439 matrix
5440 \end_layout
5441
5442 \end_inset
5443 </cell>
5444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5445 \begin_inset Text
5446
5447 \begin_layout Plain Layout
5448 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5449 0 & \textrm{-}\mathrm{i}\\
5450 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5451 \end_inset
5452
5453
5454 \end_layout
5455
5456 \end_inset
5457 </cell>
5458 </row>
5459 </lyxtabular>
5460
5461 \end_inset
5462
5463
5464 \begin_inset space \hfill{}
5465 \end_inset
5466
5467
5468 \begin_inset Tabular
5469 <lyxtabular version="3" rows="4" columns="2">
5470 <features>
5471 <column alignment="center" valignment="top" width="0">
5472 <column alignment="center" valignment="top" width="0">
5473 <row>
5474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Plain Layout
5478 Command
5479 \end_layout
5480
5481 \end_inset
5482 </cell>
5483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5484 \begin_inset Text
5485
5486 \begin_layout Plain Layout
5487 Result
5488 \end_layout
5489
5490 \end_inset
5491 </cell>
5492 </row>
5493 <row>
5494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5495 \begin_inset Text
5496
5497 \begin_layout Plain Layout
5498
5499 \backslash
5500 vmatrix
5501 \begin_inset ERT
5502 status collapsed
5503
5504 \begin_layout Plain Layout
5505
5506
5507 \backslash
5508 spce 
5509 \end_layout
5510
5511 \end_inset
5512
5513 2
5514 \series bold
5515 ×
5516 \series default
5517 2
5518 \begin_inset space \thinspace{}
5519 \end_inset
5520
5521 matrix
5522 \end_layout
5523
5524 \end_inset
5525 </cell>
5526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5527 \begin_inset Text
5528
5529 \begin_layout Plain Layout
5530 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5531 0 & \textrm{-}\mathrm{i}\\
5532 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5533 \end_inset
5534
5535
5536 \end_layout
5537
5538 \end_inset
5539 </cell>
5540 </row>
5541 <row>
5542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5543 \begin_inset Text
5544
5545 \begin_layout Plain Layout
5546
5547 \backslash
5548 Vmatrix
5549 \begin_inset ERT
5550 status collapsed
5551
5552 \begin_layout Plain Layout
5553
5554
5555 \backslash
5556 spce 
5557 \end_layout
5558
5559 \end_inset
5560
5561 2
5562 \series bold
5563 ×
5564 \series default
5565 2
5566 \begin_inset space \thinspace{}
5567 \end_inset
5568
5569 matrix
5570 \end_layout
5571
5572 \end_inset
5573 </cell>
5574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5575 \begin_inset Text
5576
5577 \begin_layout Plain Layout
5578 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5579 0 & \textrm{-}\mathrm{i}\\
5580 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5581 \end_inset
5582
5583
5584 \end_layout
5585
5586 \end_inset
5587 </cell>
5588 </row>
5589 <row>
5590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594
5595 \backslash
5596 matrix
5597 \begin_inset ERT
5598 status collapsed
5599
5600 \begin_layout Plain Layout
5601
5602
5603 \backslash
5604 spce 
5605 \end_layout
5606
5607 \end_inset
5608
5609 2
5610 \series bold
5611 ×
5612 \series default
5613 2
5614 \begin_inset space \thinspace{}
5615 \end_inset
5616
5617 matrix
5618 \end_layout
5619
5620 \end_inset
5621 </cell>
5622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Plain Layout
5626 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5627 0 & \textrm{-}\mathrm{i}\\
5628 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5629 \end_inset
5630
5631
5632 \end_layout
5633
5634 \end_inset
5635 </cell>
5636 </row>
5637 </lyxtabular>
5638
5639 \end_inset
5640
5641
5642 \begin_inset space \hfill{}
5643 \end_inset
5644
5645
5646 \end_layout
5647
5648 \begin_layout Standard
5649 \begin_inset VSpace medskip
5650 \end_inset
5651
5652 When e.
5653 \begin_inset space \thinspace{}
5654 \end_inset
5655
5656 g.
5657 \begin_inset space \space{}
5658 \end_inset
5659
5660
5661 \series bold
5662
5663 \backslash
5664 vmatrix
5665 \series default
5666  is inserted, a blue box appears between two vertical lines where the matrix
5667  is inserted.
5668 \end_layout
5669
5670 \begin_layout Standard
5671 \begin_inset VSpace bigskip
5672 \end_inset
5673
5674 As all multiline formulas are matrices, the length 
5675 \series bold
5676
5677 \backslash
5678 arraycolsep
5679 \series default
5680
5681 \begin_inset Index
5682 status collapsed
5683
5684 \begin_layout Plain Layout
5685 Commands ! A ! 
5686 \backslash
5687 arraycolsep
5688 \end_layout
5689
5690 \end_inset
5691
5692  that is described in 
5693 \begin_inset CommandInset ref
5694 LatexCommand ref
5695 reference "sub:Column-Separation"
5696
5697 \end_inset
5698
5699  can also be used to change the column separation of matrices.
5700 \end_layout
5701
5702 \begin_layout Standard
5703 To change the row separation, the command 
5704 \series bold
5705
5706 \backslash
5707 arraystretch
5708 \series default
5709
5710 \begin_inset Index
5711 status collapsed
5712
5713 \begin_layout Plain Layout
5714 Commands ! A ! 
5715 \backslash
5716 arraystretch
5717 \end_layout
5718
5719 \end_inset
5720
5721  is used.
5722  It is used as follows:
5723 \end_layout
5724
5725 \begin_layout Standard
5726
5727 \series bold
5728
5729 \backslash
5730 renewcommand{
5731 \backslash
5732 arraystretch}{stretch factor}
5733 \begin_inset Index
5734 status collapsed
5735
5736 \begin_layout Plain Layout
5737 Commands ! R ! 
5738 \backslash
5739 renewcommand
5740 \end_layout
5741
5742 \end_inset
5743
5744
5745 \end_layout
5746
5747 \begin_layout Standard
5748 The command 
5749 \series bold
5750
5751 \backslash
5752 renewcommand
5753 \series default
5754  assigns the stretch factor to the predefined command 
5755 \series bold
5756
5757 \backslash
5758 arraystretch
5759 \series default
5760 .
5761  To double e.
5762 \begin_inset space \thinspace{}
5763 \end_inset
5764
5765 g.
5766 \begin_inset space \space{}
5767 \end_inset
5768
5769 the row separation, use the factor 2.
5770  This is then used for all following matrices.
5771  To go back to the original separation, assign the factor 1 to 
5772 \series bold
5773
5774 \backslash
5775 arraystretch
5776 \series default
5777 .
5778 \end_layout
5779
5780 \begin_layout Standard
5781 To set matrices into a text line, the command 
5782 \series bold
5783
5784 \backslash
5785 smallmatrix
5786 \series default
5787
5788 \begin_inset Index
5789 status collapsed
5790
5791 \begin_layout Plain Layout
5792 Commands ! S ! 
5793 \backslash
5794 smallmatrix
5795 \end_layout
5796
5797 \end_inset
5798
5799  is used.
5800  When it is inserted a blue box with two dashed lines appears.
5801  In this box the matrix is inserted.
5802 \end_layout
5803
5804 \begin_layout Standard
5805 This is a matrix 
5806 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5807 C & D\end{smallmatrix}\right)$
5808 \end_inset
5809
5810  in a text line.
5811 \end_layout
5812
5813 \begin_layout Section
5814 Brackets and Delimiters
5815 \begin_inset Index
5816 status collapsed
5817
5818 \begin_layout Plain Layout
5819 Brackets
5820 \end_layout
5821
5822 \end_inset
5823
5824
5825 \begin_inset Index
5826 status collapsed
5827
5828 \begin_layout Plain Layout
5829 Delimiters
5830 \end_layout
5831
5832 \end_inset
5833
5834
5835 \end_layout
5836
5837 \begin_layout Subsection
5838 Vertical Brackets and Delimiters
5839 \begin_inset Index
5840 status collapsed
5841
5842 \begin_layout Plain Layout
5843 Brackets ! vertical
5844 \end_layout
5845
5846 \end_inset
5847
5848
5849 \end_layout
5850
5851 \begin_layout Standard
5852 \begin_inset space \hfill{}
5853 \end_inset
5854
5855
5856 \begin_inset Tabular
5857 <lyxtabular version="3" rows="9" columns="2">
5858 <features>
5859 <column alignment="center" valignment="top" width="0pt">
5860 <column alignment="center" valignment="top" width="0pt">
5861 <row>
5862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5863 \begin_inset Text
5864
5865 \begin_layout Plain Layout
5866 Command
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5872 \begin_inset Text
5873
5874 \begin_layout Plain Layout
5875 Result
5876 \end_layout
5877
5878 \end_inset
5879 </cell>
5880 </row>
5881 <row>
5882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886 (
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5892 \begin_inset Text
5893
5894 \begin_layout Plain Layout
5895 \begin_inset Formula $($
5896 \end_inset
5897
5898
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 </row>
5904 <row>
5905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5906 \begin_inset Text
5907
5908 \begin_layout Plain Layout
5909 {
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918 \begin_inset Formula $\{$
5919 \end_inset
5920
5921
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 </row>
5927 <row>
5928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932 [
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941 \begin_inset Formula $[$
5942 \end_inset
5943
5944
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 </row>
5950 <row>
5951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955
5956 \backslash
5957 langle
5958 \end_layout
5959
5960 \end_inset
5961 </cell>
5962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Plain Layout
5966 \begin_inset Formula $\langle$
5967 \end_inset
5968
5969
5970 \end_layout
5971
5972 \end_inset
5973 </cell>
5974 </row>
5975 <row>
5976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980
5981 \backslash
5982 lceil
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 \begin_inset Formula $\lceil$
5992 \end_inset
5993
5994
5995 \end_layout
5996
5997 \end_inset
5998 </cell>
5999 </row>
6000 <row>
6001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005
6006 \backslash
6007 lfloor
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6013 \begin_inset Text
6014
6015 \begin_layout Plain Layout
6016 \begin_inset Formula $\lfloor$
6017 \end_inset
6018
6019
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 </row>
6025 <row>
6026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 /
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039 \begin_inset Formula $/$
6040 \end_inset
6041
6042
6043 \end_layout
6044
6045 \end_inset
6046 </cell>
6047 </row>
6048 <row>
6049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053 |
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062 \begin_inset Formula $|$
6063 \end_inset
6064
6065
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 </row>
6071 </lyxtabular>
6072
6073 \end_inset
6074
6075
6076 \begin_inset space \hfill{}
6077 \end_inset
6078
6079
6080 \begin_inset Tabular
6081 <lyxtabular version="3" rows="9" columns="2">
6082 <features>
6083 <column alignment="center" valignment="top" width="0pt">
6084 <column alignment="center" valignment="top" width="0pt">
6085 <row>
6086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6087 \begin_inset Text
6088
6089 \begin_layout Plain Layout
6090 Command
6091 \end_layout
6092
6093 \end_inset
6094 </cell>
6095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6096 \begin_inset Text
6097
6098 \begin_layout Plain Layout
6099 Result
6100 \end_layout
6101
6102 \end_inset
6103 </cell>
6104 </row>
6105 <row>
6106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110 )
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6116 \begin_inset Text
6117
6118 \begin_layout Plain Layout
6119 \begin_inset Formula $)$
6120 \end_inset
6121
6122
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 </row>
6128 <row>
6129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6130 \begin_inset Text
6131
6132 \begin_layout Plain Layout
6133 }
6134 \end_layout
6135
6136 \end_inset
6137 </cell>
6138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142 \begin_inset Formula $\}$
6143 \end_inset
6144
6145
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 </row>
6151 <row>
6152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156 ]
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165 \begin_inset Formula $]$
6166 \end_inset
6167
6168
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 </row>
6174 <row>
6175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6176 \begin_inset Text
6177
6178 \begin_layout Plain Layout
6179
6180 \backslash
6181 rangle
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6187 \begin_inset Text
6188
6189 \begin_layout Plain Layout
6190 \begin_inset Formula $\rangle$
6191 \end_inset
6192
6193
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 </row>
6199 <row>
6200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6201 \begin_inset Text
6202
6203 \begin_layout Plain Layout
6204
6205 \backslash
6206 rceil
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 \begin_inset Formula $\rceil$
6216 \end_inset
6217
6218
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 </row>
6224 <row>
6225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6226 \begin_inset Text
6227
6228 \begin_layout Plain Layout
6229
6230 \backslash
6231 rfloor
6232 \end_layout
6233
6234 \end_inset
6235 </cell>
6236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6237 \begin_inset Text
6238
6239 \begin_layout Plain Layout
6240 \begin_inset Formula $\rfloor$
6241 \end_inset
6242
6243
6244 \end_layout
6245
6246 \end_inset
6247 </cell>
6248 </row>
6249 <row>
6250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254
6255 \backslash
6256
6257 \backslash
6258
6259 \end_layout
6260
6261 \end_inset
6262 </cell>
6263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Plain Layout
6267 \begin_inset Formula $\backslash$
6268 \end_inset
6269
6270
6271 \end_layout
6272
6273 \end_inset
6274 </cell>
6275 </row>
6276 <row>
6277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6278 \begin_inset Text
6279
6280 \begin_layout Plain Layout
6281
6282 \backslash
6283 |
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6289 \begin_inset Text
6290
6291 \begin_layout Plain Layout
6292 \begin_inset Formula $\|$
6293 \end_inset
6294
6295
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 </row>
6301 </lyxtabular>
6302
6303 \end_inset
6304
6305
6306 \begin_inset space \hfill{}
6307 \end_inset
6308
6309
6310 \end_layout
6311
6312 \begin_layout Standard
6313
6314 \series medium
6315 \begin_inset Note Greyedout
6316 status open
6317
6318 \begin_layout Plain Layout
6319
6320 \series bold
6321 Note:
6322 \series default
6323  In TeX-mode the command 
6324 \series bold
6325
6326 \backslash
6327 textbackslash
6328 \series default
6329
6330 \begin_inset Index
6331 status collapsed
6332
6333 \begin_layout Plain Layout
6334 Commands ! T ! 
6335 \backslash
6336 textbackslash
6337 \end_layout
6338
6339 \end_inset
6340
6341  must be used for the backslash, because the command 
6342 \series bold
6343
6344 \backslash
6345
6346 \backslash
6347
6348 \series default
6349  produces there a line break.
6350 \end_layout
6351
6352 \end_inset
6353
6354
6355 \end_layout
6356
6357 \begin_layout Standard
6358 For all characters listed above the size can be adjusted with the commands
6359  described in the following two subsections.
6360  When using these commands, the characters < and > can directly be used
6361  instead of the commands 
6362 \series bold
6363
6364 \backslash
6365 langle
6366 \series default
6367  and 
6368 \series bold
6369
6370 \backslash
6371 rangle
6372 \series default
6373 .
6374 \end_layout
6375
6376 \begin_layout Subsubsection
6377 Manual Bracket Size
6378 \begin_inset CommandInset label
6379 LatexCommand label
6380 name "sub:Manual-Bracket-Size"
6381
6382 \end_inset
6383
6384
6385 \begin_inset Index
6386 status collapsed
6387
6388 \begin_layout Plain Layout
6389 Bracket size ! manual
6390 \end_layout
6391
6392 \end_inset
6393
6394
6395 \end_layout
6396
6397 \begin_layout Standard
6398 The bracket size can be specified manually by the LaTeX-commands 
6399 \series bold
6400
6401 \backslash
6402 big
6403 \series default
6404
6405 \begin_inset Index
6406 status collapsed
6407
6408 \begin_layout Plain Layout
6409 Commands ! B ! 
6410 \backslash
6411 big
6412 \end_layout
6413
6414 \end_inset
6415
6416
6417 \series bold
6418
6419 \backslash
6420 Big
6421 \series default
6422
6423 \series bold
6424
6425 \backslash
6426 bigg
6427 \series default
6428 , and 
6429 \series bold
6430
6431 \backslash
6432 Bigg
6433 \series default
6434 .
6435  
6436 \series bold
6437
6438 \backslash
6439 big
6440 \series default
6441  denotes the smallest and 
6442 \series bold
6443
6444 \backslash
6445 Bigg
6446 \series default
6447  the largest bracket size.
6448 \end_layout
6449
6450 \begin_layout Standard
6451 These commands are used to emphasize levels of brackets:
6452 \end_layout
6453
6454 \begin_layout Standard
6455 \align center
6456 \begin_inset Tabular
6457 <lyxtabular version="3" rows="2" columns="2">
6458 <features>
6459 <column alignment="center" valignment="top" width="0pt">
6460 <column alignment="center" valignment="top" width="0pt">
6461 <row>
6462 <cell alignment="center" valignment="top" usebox="none">
6463 \begin_inset Text
6464
6465 \begin_layout Plain Layout
6466 all brackets in the same size:
6467 \end_layout
6468
6469 \end_inset
6470 </cell>
6471 <cell alignment="center" valignment="top" usebox="none">
6472 \begin_inset Text
6473
6474 \begin_layout Plain Layout
6475 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6476 \end_inset
6477
6478
6479 \end_layout
6480
6481 \end_inset
6482 </cell>
6483 </row>
6484 <row>
6485 <cell alignment="center" valignment="top" usebox="none">
6486 \begin_inset Text
6487
6488 \begin_layout Plain Layout
6489 this looks better:
6490 \end_layout
6491
6492 \end_inset
6493 </cell>
6494 <cell alignment="center" valignment="top" usebox="none">
6495 \begin_inset Text
6496
6497 \begin_layout Plain Layout
6498 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6499 \end_inset
6500
6501
6502 \end_layout
6503
6504 \end_inset
6505 </cell>
6506 </row>
6507 </lyxtabular>
6508
6509 \end_inset
6510
6511
6512 \begin_inset Note Note
6513 status collapsed
6514
6515 \begin_layout Plain Layout
6516
6517 \series bold
6518
6519 \backslash
6520 raisebox
6521 \series default
6522  is only used as spacer.
6523 \end_layout
6524
6525 \end_inset
6526
6527
6528 \end_layout
6529
6530 \begin_layout Standard
6531 For the second formula the command 
6532 \series bold
6533
6534 \backslash
6535 Big((A+B)(A-B)
6536 \backslash
6537 Big)^
6538 \begin_inset ERT
6539 status collapsed
6540
6541 \begin_layout Plain Layout
6542
6543
6544 \backslash
6545 spce 
6546 \end_layout
6547
6548 \end_inset
6549
6550 C
6551 \series default
6552  has been used.
6553 \end_layout
6554
6555 \begin_layout Standard
6556 Here is an overview about all bracket sizes:
6557 \end_layout
6558
6559 \begin_layout Standard
6560 \align center
6561
6562 \backslash
6563 Bigg(
6564 \backslash
6565 exp
6566 \backslash
6567 bigg<
6568 \backslash
6569 Big[
6570 \backslash
6571 big{
6572 \backslash
6573 ln(3x)
6574 \backslash
6575 big}^2
6576 \begin_inset ERT
6577 status collapsed
6578
6579 \begin_layout Plain Layout
6580
6581
6582 \backslash
6583 spce 
6584 \end_layout
6585
6586 \end_inset
6587
6588
6589 \backslash
6590 sin(x)
6591 \backslash
6592 Big]^
6593 \begin_inset ERT
6594 status collapsed
6595
6596 \begin_layout Plain Layout
6597
6598
6599 \backslash
6600 spce 
6601 \end_layout
6602
6603 \end_inset
6604
6605 A
6606 \begin_inset ERT
6607 status collapsed
6608
6609 \begin_layout Plain Layout
6610
6611
6612 \backslash
6613 spce 
6614 \end_layout
6615
6616 \end_inset
6617
6618
6619 \backslash
6620 bigg>
6621 \backslash
6622 Bigg)^0,5
6623 \end_layout
6624
6625 \begin_layout Standard
6626 \align center
6627 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6628 \end_inset
6629
6630
6631 \end_layout
6632
6633 \begin_layout Standard
6634 Besides the 
6635 \series bold
6636
6637 \backslash
6638 big
6639 \series default
6640 -commands there is the variant 
6641 \series bold
6642
6643 \backslash
6644 bigm
6645 \series default
6646
6647 \begin_inset Index
6648 status collapsed
6649
6650 \begin_layout Plain Layout
6651 Commands ! B ! 
6652 \backslash
6653 bigm
6654 \end_layout
6655
6656 \end_inset
6657
6658  that adds a bit more space between the bracket and its content, and the
6659  variant 
6660 \series bold
6661
6662 \backslash
6663 bigl
6664 \series default
6665 -
6666 \series bold
6667
6668 \backslash
6669 bigr
6670 \series default
6671
6672 \begin_inset Index
6673 status collapsed
6674
6675 \begin_layout Plain Layout
6676 Commands ! B ! 
6677 \backslash
6678 bigl - 
6679 \backslash
6680 bigr
6681 \end_layout
6682
6683 \end_inset
6684
6685 , that don't add additional space.
6686  The 
6687 \emph on
6688 l
6689 \emph default
6690  at the end of the command 
6691 \series bold
6692
6693 \backslash
6694 bigl
6695 \series default
6696  is for a left bracket; for a right bracket this will be replaced by an
6697  
6698 \emph on
6699 r
6700 \emph default
6701 .
6702  A left or right bracket can each be an opening or closing bracket.
6703 \end_layout
6704
6705 \begin_layout Standard
6706 In the following table is a comparison of the variants:
6707 \end_layout
6708
6709 \begin_layout Standard
6710 \align center
6711 \begin_inset Tabular
6712 <lyxtabular version="3" rows="5" columns="2">
6713 <features>
6714 <column alignment="center" valignment="middle" width="0">
6715 <column alignment="center" valignment="middle" width="0">
6716 <row>
6717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6718 \begin_inset Text
6719
6720 \begin_layout Plain Layout
6721 Command
6722 \end_layout
6723
6724 \end_inset
6725 </cell>
6726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6727 \begin_inset Text
6728
6729 \begin_layout Plain Layout
6730 Result
6731 \begin_inset Note Note
6732 status collapsed
6733
6734 \begin_layout Plain Layout
6735
6736 \series bold
6737
6738 \backslash
6739 raisebox
6740 \series default
6741  is only used as spacer.
6742 \end_layout
6743
6744 \end_inset
6745
6746
6747 \end_layout
6748
6749 \end_inset
6750 </cell>
6751 </row>
6752 <row>
6753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Plain Layout
6757
6758 \backslash
6759 Bigm(
6760 \backslash
6761 bigm(
6762 \backslash
6763 ln(3x)
6764 \backslash
6765 bigm)^2
6766 \series bold
6767
6768 \begin_inset ERT
6769 status collapsed
6770
6771 \begin_layout Plain Layout
6772
6773
6774 \backslash
6775 spce 
6776 \end_layout
6777
6778 \end_inset
6779
6780
6781 \series default
6782
6783 \backslash
6784 Bigm)
6785 \end_layout
6786
6787 \end_inset
6788 </cell>
6789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6790 \begin_inset Text
6791
6792 \begin_layout Plain Layout
6793 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6794 \end_inset
6795
6796
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 </row>
6802 <row>
6803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6804 \begin_inset Text
6805
6806 \begin_layout Plain Layout
6807
6808 \backslash
6809 Big(
6810 \backslash
6811 big(
6812 \backslash
6813 ln(3x)
6814 \backslash
6815 big)^2
6816 \series bold
6817
6818 \begin_inset ERT
6819 status collapsed
6820
6821 \begin_layout Plain Layout
6822
6823
6824 \backslash
6825 spce 
6826 \end_layout
6827
6828 \end_inset
6829
6830
6831 \series default
6832
6833 \backslash
6834 Big)
6835 \end_layout
6836
6837 \end_inset
6838 </cell>
6839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6844 \end_inset
6845
6846
6847 \end_layout
6848
6849 \end_inset
6850 </cell>
6851 </row>
6852 <row>
6853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6854 \begin_inset Text
6855
6856 \begin_layout Plain Layout
6857
6858 \backslash
6859 Bigl(
6860 \backslash
6861 bigl(
6862 \backslash
6863 ln(3x)
6864 \backslash
6865 bigr)^2
6866 \series bold
6867
6868 \begin_inset ERT
6869 status collapsed
6870
6871 \begin_layout Plain Layout
6872
6873
6874 \backslash
6875 spce 
6876 \end_layout
6877
6878 \end_inset
6879
6880
6881 \series default
6882
6883 \backslash
6884 Bigr)
6885 \end_layout
6886
6887 \end_inset
6888 </cell>
6889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6890 \begin_inset Text
6891
6892 \begin_layout Plain Layout
6893 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6894 \end_inset
6895
6896
6897 \end_layout
6898
6899 \end_inset
6900 </cell>
6901 </row>
6902 <row>
6903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6904 \begin_inset Text
6905
6906 \begin_layout Plain Layout
6907
6908 \backslash
6909 bigl)
6910 \backslash
6911 ln(3x)
6912 \backslash
6913 bigr(
6914 \end_layout
6915
6916 \end_inset
6917 </cell>
6918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6919 \begin_inset Text
6920
6921 \begin_layout Plain Layout
6922 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6923 \end_inset
6924
6925
6926 \end_layout
6927
6928 \end_inset
6929 </cell>
6930 </row>
6931 </lyxtabular>
6932
6933 \end_inset
6934
6935
6936 \end_layout
6937
6938 \begin_layout Subsubsection
6939 Automatic Bracket Size
6940 \begin_inset CommandInset label
6941 LatexCommand label
6942 name "sub:Automatic-Bracket-Size"
6943
6944 \end_inset
6945
6946
6947 \begin_inset Index
6948 status collapsed
6949
6950 \begin_layout Plain Layout
6951 Bracket size ! automatic
6952 \end_layout
6953
6954 \end_inset
6955
6956
6957 \end_layout
6958
6959 \begin_layout Standard
6960 Brackets with variable size can be inserted with the commands 
6961 \series bold
6962
6963 \backslash
6964 left
6965 \series default
6966
6967 \begin_inset Index
6968 status collapsed
6969
6970 \begin_layout Plain Layout
6971 Commands ! L ! 
6972 \backslash
6973 left
6974 \end_layout
6975
6976 \end_inset
6977
6978  and 
6979 \series bold
6980
6981 \backslash
6982 right
6983 \series default
6984
6985 \begin_inset Index
6986 status collapsed
6987
6988 \begin_layout Plain Layout
6989 Commands ! R ! 
6990 \backslash
6991 right
6992 \end_layout
6993
6994 \end_inset
6995
6996  or via the math toolbar button 
6997 \begin_inset Graphics
6998         filename ../images/dialog-show_mathdelimiter.png
6999         scale 85
7000
7001 \end_inset
7002
7003 .
7004  Directly behind 
7005 \series bold
7006
7007 \backslash
7008 left
7009 \series default
7010  and 
7011 \series bold
7012
7013 \backslash
7014 right
7015 \series default
7016  the wanted bracket must be inserted.
7017  The bracket size will then automatically be calculated for the output.
7018 \end_layout
7019
7020 \begin_layout Standard
7021 \align center
7022 normal bracket: The command 
7023 \series bold
7024
7025 \backslash
7026 ln(
7027 \backslash
7028 frac
7029 \begin_inset ERT
7030 status collapsed
7031
7032 \begin_layout Plain Layout
7033
7034
7035 \backslash
7036 spce 
7037 \end_layout
7038
7039 \end_inset
7040
7041 A
7042 \begin_inset Formula $\downarrow$
7043 \end_inset
7044
7045 C
7046 \begin_inset ERT
7047 status collapsed
7048
7049 \begin_layout Plain Layout
7050
7051
7052 \backslash
7053 spce 
7054 \end_layout
7055
7056 \end_inset
7057
7058 )
7059 \series default
7060  creates
7061 \begin_inset Formula \[
7062 \ln(\frac{A}{C})\]
7063
7064 \end_inset
7065
7066
7067 \end_layout
7068
7069 \begin_layout Standard
7070 \align center
7071 multiline bracket: The command 
7072 \series bold
7073
7074 \backslash
7075 ln
7076 \backslash
7077 left(
7078 \backslash
7079 frac
7080 \begin_inset ERT
7081 status collapsed
7082
7083 \begin_layout Plain Layout
7084
7085
7086 \backslash
7087 spce 
7088 \end_layout
7089
7090 \end_inset
7091
7092 A
7093 \begin_inset Formula $\downarrow$
7094 \end_inset
7095
7096 C
7097 \begin_inset ERT
7098 status collapsed
7099
7100 \begin_layout Plain Layout
7101
7102
7103 \backslash
7104 spce 
7105 \end_layout
7106
7107 \end_inset
7108
7109
7110 \backslash
7111 right)
7112 \series default
7113  creates
7114 \begin_inset Formula \[
7115 \ln\left(\frac{A}{C}\right)\]
7116
7117 \end_inset
7118
7119
7120 \end_layout
7121
7122 \begin_layout Standard
7123 Instead of 
7124 \series bold
7125
7126 \backslash
7127 left
7128 \series default
7129  and 
7130 \series bold
7131
7132 \backslash
7133 right
7134 \series default
7135  the shortcut 
7136 \family sans
7137 Alt+M
7138 \begin_inset space ~
7139 \end_inset
7140
7141 Bracket
7142 \family default
7143  can be used.
7144  This has the advantage that you can see in LyX immediately the real bracket
7145  size and that the matching right bracket will be created too.
7146 \begin_inset Newline newline
7147 \end_inset
7148
7149 The command for the last example would then be: 
7150 \series bold
7151
7152 \backslash
7153 ln Alt+M
7154 \series default
7155  
7156 \series bold
7157 (
7158 \backslash
7159 frac
7160 \begin_inset ERT
7161 status collapsed
7162
7163 \begin_layout Plain Layout
7164
7165
7166 \backslash
7167 spce 
7168 \end_layout
7169
7170 \end_inset
7171
7172 A
7173 \begin_inset Formula $\downarrow$
7174 \end_inset
7175
7176 C
7177 \end_layout
7178
7179 \begin_layout Standard
7180 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7181  For example the command 
7182 \series bold
7183
7184 \backslash
7185 left.
7186 \backslash
7187 frac
7188 \begin_inset ERT
7189 status collapsed
7190
7191 \begin_layout Plain Layout
7192
7193
7194 \backslash
7195 spce 
7196 \end_layout
7197
7198 \end_inset
7199
7200 A
7201 \begin_inset Formula $\downarrow$
7202 \end_inset
7203
7204 B
7205 \begin_inset ERT
7206 status collapsed
7207
7208 \begin_layout Plain Layout
7209
7210
7211 \backslash
7212 spce 
7213 \end_layout
7214
7215 \end_inset
7216
7217
7218 \backslash
7219 right}
7220 \series default
7221  creates:
7222 \series bold
7223
7224 \begin_inset Formula \[
7225 \left.\frac{A}{B}\right\} \]
7226
7227 \end_inset
7228
7229
7230 \series default
7231 The commands 
7232 \series bold
7233
7234 \backslash
7235 left
7236 \series default
7237  and 
7238 \series bold
7239
7240 \backslash
7241 right
7242 \series default
7243  will be converted by LyX to brackets in the right size when the document
7244  is reloaded and an omitted bracket will appear as dashed line.
7245 \end_layout
7246
7247 \begin_layout Standard
7248 \begin_inset VSpace bigskip
7249 \end_inset
7250
7251 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7252  the command 
7253 \series bold
7254
7255 \backslash
7256 middle
7257 \series default
7258
7259 \begin_inset Index
7260 status collapsed
7261
7262 \begin_layout Plain Layout
7263 Commands ! M ! 
7264 \backslash
7265 middle
7266 \end_layout
7267
7268 \end_inset
7269
7270  is additionally available for all brackets and limits.
7271  With this command the height of the following character is adapted to the
7272  one of the surrounding brackets, what is e.
7273 \begin_inset space \thinspace{}
7274 \end_inset
7275
7276 g.
7277 \begin_inset space \space{}
7278 \end_inset
7279
7280 needed for physical vectors:
7281 \begin_inset Formula \[
7282 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7283
7284 \end_inset
7285
7286 For physical vectors there is a special LaTeX-package, described in 
7287 \begin_inset CommandInset ref
7288 LatexCommand ref
7289 reference "sub:Physical-Vectors"
7290
7291 \end_inset
7292
7293 .
7294 \end_layout
7295
7296 \begin_layout Subsection
7297 Horizontal Brackets
7298 \begin_inset Index
7299 status collapsed
7300
7301 \begin_layout Plain Layout
7302 Brackets ! horizontal
7303 \end_layout
7304
7305 \end_inset
7306
7307
7308 \end_layout
7309
7310 \begin_layout Standard
7311 \align center
7312 \begin_inset Tabular
7313 <lyxtabular version="3" rows="4" columns="2">
7314 <features>
7315 <column alignment="center" valignment="top" width="0pt">
7316 <column alignment="center" valignment="top" width="0pt">
7317 <row>
7318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7319 \begin_inset Text
7320
7321 \begin_layout Plain Layout
7322 Command
7323 \begin_inset Note Note
7324 status collapsed
7325
7326 \begin_layout Plain Layout
7327
7328 \series bold
7329
7330 \backslash
7331 raisebox
7332 \series default
7333  is only used as spacer.
7334 \end_layout
7335
7336 \end_inset
7337
7338
7339 \end_layout
7340
7341 \end_inset
7342 </cell>
7343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Plain Layout
7347 Result
7348 \end_layout
7349
7350 \end_inset
7351 </cell>
7352 </row>
7353 <row>
7354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7355 \begin_inset Text
7356
7357 \begin_layout Plain Layout
7358 \begin_inset ERT
7359 status collapsed
7360
7361 \begin_layout Plain Layout
7362
7363
7364 \backslash
7365 raisebox{2.3mm}{
7366 \end_layout
7367
7368 \end_inset
7369
7370
7371 \backslash
7372 overbrace
7373 \begin_inset ERT
7374 status collapsed
7375
7376 \begin_layout Plain Layout
7377
7378
7379 \backslash
7380 spce 
7381 \end_layout
7382
7383 \end_inset
7384
7385 A+B
7386 \begin_inset ERT
7387 status collapsed
7388
7389 \begin_layout Plain Layout
7390
7391
7392 \backslash
7393 spce 
7394 \end_layout
7395
7396 \end_inset
7397
7398 ^
7399 \begin_inset ERT
7400 status collapsed
7401
7402 \begin_layout Plain Layout
7403
7404
7405 \backslash
7406 spce 
7407 \end_layout
7408
7409 \end_inset
7410
7411 3
7412 \begin_inset ERT
7413 status collapsed
7414
7415 \begin_layout Plain Layout
7416
7417 }
7418 \end_layout
7419
7420 \end_inset
7421
7422
7423 \begin_inset Index
7424 status collapsed
7425
7426 \begin_layout Plain Layout
7427 Commands ! O ! 
7428 \backslash
7429 overbrace
7430 \end_layout
7431
7432 \end_inset
7433
7434
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Plain Layout
7443 \begin_inset Formula $\overbrace{A+B}^{3}$
7444 \end_inset
7445
7446
7447 \end_layout
7448
7449 \end_inset
7450 </cell>
7451 </row>
7452 <row>
7453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7454 \begin_inset Text
7455
7456 \begin_layout Plain Layout
7457 \begin_inset ERT
7458 status collapsed
7459
7460 \begin_layout Plain Layout
7461
7462
7463 \backslash
7464 raisebox{-2.2mm}{
7465 \end_layout
7466
7467 \end_inset
7468
7469
7470 \backslash
7471 underbrace
7472 \begin_inset ERT
7473 status collapsed
7474
7475 \begin_layout Plain Layout
7476
7477
7478 \backslash
7479 spce 
7480 \end_layout
7481
7482 \end_inset
7483
7484 A+B
7485 \begin_inset ERT
7486 status collapsed
7487
7488 \begin_layout Plain Layout
7489
7490
7491 \backslash
7492 spce 
7493 \end_layout
7494
7495 \end_inset
7496
7497 _5
7498 \begin_inset ERT
7499 status collapsed
7500
7501 \begin_layout Plain Layout
7502
7503 }
7504 \end_layout
7505
7506 \end_inset
7507
7508
7509 \begin_inset Index
7510 status collapsed
7511
7512 \begin_layout Plain Layout
7513 Commands ! U ! 
7514 \backslash
7515 underbrace
7516 \end_layout
7517
7518 \end_inset
7519
7520
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529 \begin_inset Formula $\underbrace{A+B}_{5}$
7530 \end_inset
7531
7532
7533 \end_layout
7534
7535 \end_inset
7536 </cell>
7537 </row>
7538 <row>
7539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543
7544 \backslash
7545 overbrace
7546 \begin_inset ERT
7547 status collapsed
7548
7549 \begin_layout Plain Layout
7550
7551
7552 \backslash
7553 spce 
7554 \end_layout
7555
7556 \end_inset
7557
7558
7559 \backslash
7560 underbrace
7561 \begin_inset ERT
7562 status collapsed
7563
7564 \begin_layout Plain Layout
7565
7566
7567 \backslash
7568 spce 
7569 \end_layout
7570
7571 \end_inset
7572
7573 A+B_w
7574 \begin_inset ERT
7575 status collapsed
7576
7577 \begin_layout Plain Layout
7578
7579
7580 \backslash
7581 spce 
7582 \end_layout
7583
7584 \end_inset
7585
7586
7587 \begin_inset ERT
7588 status collapsed
7589
7590 \begin_layout Plain Layout
7591
7592
7593 \backslash
7594 spce 
7595 \end_layout
7596
7597 \end_inset
7598
7599 _7
7600 \begin_inset ERT
7601 status collapsed
7602
7603 \begin_layout Plain Layout
7604
7605
7606 \backslash
7607 spce 
7608 \end_layout
7609
7610 \end_inset
7611
7612
7613 \begin_inset ERT
7614 status collapsed
7615
7616 \begin_layout Plain Layout
7617
7618
7619 \backslash
7620 spce 
7621 \end_layout
7622
7623 \end_inset
7624
7625 ^
7626 \begin_inset ERT
7627 status collapsed
7628
7629 \begin_layout Plain Layout
7630
7631
7632 \backslash
7633 spce 
7634 \end_layout
7635
7636 \end_inset
7637
7638 C
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7648 \end_inset
7649
7650
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 </row>
7656 </lyxtabular>
7657
7658 \end_inset
7659
7660
7661 \end_layout
7662
7663 \begin_layout Standard
7664 In the last example it doesn't matter if 
7665 \series bold
7666
7667 \backslash
7668 overbrace
7669 \series default
7670  or 
7671 \series bold
7672
7673 \backslash
7674 underbrace
7675 \series default
7676  is inserted at first.
7677 \end_layout
7678
7679 \begin_layout Standard
7680 \begin_inset VSpace bigskip
7681 \end_inset
7682
7683 When brackets are needed that overlap each other, multiline formulas, as
7684  described in 
7685 \begin_inset CommandInset ref
7686 LatexCommand ref
7687 reference "sec:Multiline-Formulas"
7688
7689 \end_inset
7690
7691 , must be used:
7692 \begin_inset Formula \begin{eqnarray*}
7693 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7694  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7695
7696 \end_inset
7697
7698 In the first row the formula is inserted together with the first brace.
7699  It is hereby important that the space command
7700 \begin_inset Foot
7701 status collapsed
7702
7703 \begin_layout Plain Layout
7704 Space commands are explained in 
7705 \begin_inset CommandInset ref
7706 LatexCommand ref
7707 reference "sub:Predefined-Space"
7708
7709 \end_inset
7710
7711 .
7712 \end_layout
7713
7714 \end_inset
7715
7716  
7717 \series bold
7718
7719 \backslash
7720 :
7721 \series default
7722  is inserted before the first 
7723 \begin_inset Formula $d$
7724 \end_inset
7725
7726 , because the brace that ends behind the 
7727 \begin_inset Formula $q$
7728 \end_inset
7729
7730  prevents that the following 
7731 \begin_inset Quotes eld
7732 \end_inset
7733
7734 +
7735 \begin_inset Quotes erd
7736 \end_inset
7737
7738  is surrounded by space.
7739 \begin_inset Foot
7740 status collapsed
7741
7742 \begin_layout Plain Layout
7743 because a bracket is not handled as character, see 
7744 \begin_inset CommandInset ref
7745 LatexCommand ref
7746 reference "sub:Binary-Operators"
7747
7748 \end_inset
7749
7750
7751 \end_layout
7752
7753 \end_inset
7754
7755  In the second row the second brace is inserted.
7756  As it should begin before the 
7757 \begin_inset Formula $b$
7758 \end_inset
7759
7760 , first the command 
7761 \series bold
7762
7763 \backslash
7764 hphantom{gggg+
7765 \backslash
7766 :}
7767 \series default
7768  is inserted.
7769 \begin_inset Foot
7770 status collapsed
7771
7772 \begin_layout Plain Layout
7773 more about 
7774 \series bold
7775
7776 \backslash
7777 hphantom
7778 \series default
7779  see 
7780 \begin_inset CommandInset ref
7781 LatexCommand ref
7782 reference "sub:Placeholders"
7783
7784 \end_inset
7785
7786
7787 \end_layout
7788
7789 \end_inset
7790
7791  This space is needed because the 
7792 \begin_inset Quotes eld
7793 \end_inset
7794
7795 +
7796 \begin_inset Quotes erd
7797 \end_inset
7798
7799  is also surrounded by space in the formula.
7800  The brace is placed under the command 
7801 \series bold
7802
7803 \backslash
7804 hphantom{bbqq+dddd}
7805 \series default
7806 .
7807 \end_layout
7808
7809 \begin_layout Standard
7810 It gets more complicated when brackets overlap each other, like in the following
7811  example:
7812 \begin_inset ERT
7813 status collapsed
7814
7815 \begin_layout Plain Layout
7816
7817
7818 \backslash
7819 setlength{
7820 \backslash
7821 jot}{-6pt}
7822 \end_layout
7823
7824 \end_inset
7825
7826
7827 \begin_inset Formula \begin{eqnarray*}
7828  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7829 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7830
7831 \end_inset
7832
7833
7834 \begin_inset ERT
7835 status collapsed
7836
7837 \begin_layout Plain Layout
7838
7839
7840 \backslash
7841 setlength{
7842 \backslash
7843 jot}{3pt}
7844 \end_layout
7845
7846 \end_inset
7847
7848 The first formula row is the same as the second row of the previous example,
7849  with the difference that the brace is above.
7850  The second row contains the formula together with the second brace.
7851  To avoid that there is space between the upper brace in the first row and
7852  the formula, the row spacing need to be reduced.
7853  This is not easily possible due to a bug in LyX
7854 \begin_inset Foot
7855 status collapsed
7856
7857 \begin_layout Plain Layout
7858 \begin_inset CommandInset href
7859 LatexCommand href
7860 name "LyX-bug #1505"
7861 target "http://www.lyx.org/trac/ticket/1505"
7862
7863 \end_inset
7864
7865
7866 \end_layout
7867
7868 \end_inset
7869
7870 .
7871  As solution for the problem, the global formula row separation 
7872 \series bold
7873
7874 \backslash
7875 jot
7876 \series default
7877
7878 \begin_inset Index
7879 status collapsed
7880
7881 \begin_layout Plain Layout
7882 Commands ! J ! 
7883 \backslash
7884 jot
7885 \end_layout
7886
7887 \end_inset
7888
7889  must be changed to -6
7890 \begin_inset space \thinspace{}
7891 \end_inset
7892
7893 pt before the formula with the command 
7894 \series bold
7895
7896 \backslash
7897 setlength{
7898 \backslash
7899 jot}{-6pt}
7900 \series default
7901  in TeX-mode.
7902  
7903 \series bold
7904
7905 \backslash
7906 jot
7907 \series default
7908  is set back after the formula to the standard value of 3
7909 \begin_inset space \thinspace{}
7910 \end_inset
7911
7912 pt using the same command.
7913  More about the row separation in formulas is explained in 
7914 \begin_inset CommandInset ref
7915 LatexCommand ref
7916 reference "sub:Line-Separation"
7917
7918 \end_inset
7919
7920 .
7921 \end_layout
7922
7923 \begin_layout Section
7924 Arrows
7925 \begin_inset Index
7926 status collapsed
7927
7928 \begin_layout Plain Layout
7929 Arrows
7930 \end_layout
7931
7932 \end_inset
7933
7934
7935 \end_layout
7936
7937 \begin_layout Standard
7938 Arrows can be inserted via the math toolbar button 
7939 \begin_inset Graphics
7940         filename ../images/math/leftarrow.png
7941         scale 85
7942
7943 \end_inset
7944
7945  or the commands listed in the following subsections.
7946 \end_layout
7947
7948 \begin_layout Standard
7949 \begin_inset Newpage newpage
7950 \end_inset
7951
7952
7953 \end_layout
7954
7955 \begin_layout Subsection
7956 Horizontal Arrows
7957 \begin_inset Index
7958 status collapsed
7959
7960 \begin_layout Plain Layout
7961 Arrows ! horizontal
7962 \end_layout
7963
7964 \end_inset
7965
7966
7967 \end_layout
7968
7969 \begin_layout Standard
7970 \begin_inset space \hfill{}
7971 \end_inset
7972
7973
7974 \begin_inset Tabular
7975 <lyxtabular version="3" rows="8" columns="2">
7976 <features>
7977 <column alignment="center" valignment="top" width="0pt">
7978 <column alignment="center" valignment="top" width="0pt">
7979 <row>
7980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984 Command
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993 Result
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 </row>
7999 <row>
8000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004
8005 \backslash
8006 gets
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015 \begin_inset Formula $\gets$
8016 \end_inset
8017
8018
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 </row>
8024 <row>
8025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029
8030 \backslash
8031 Leftarrow
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 \begin_inset Formula $\Leftarrow$
8041 \end_inset
8042
8043
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 </row>
8049 <row>
8050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054
8055 \backslash
8056 longleftarrow
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065 \begin_inset Formula $\longleftarrow$
8066 \end_inset
8067
8068
8069 \end_layout
8070
8071 \end_inset
8072 </cell>
8073 </row>
8074 <row>
8075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079
8080 \backslash
8081 Longleftarrow
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090 \begin_inset Formula $\Longleftarrow$
8091 \end_inset
8092
8093
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 </row>
8099 <row>
8100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104
8105 \backslash
8106 leftharpoonup
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115 \begin_inset Formula $\leftharpoonup$
8116 \end_inset
8117
8118
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 </row>
8124 <row>
8125 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129
8130 \backslash
8131 leftharpoondown
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 \begin_inset Formula $\leftharpoondown$
8141 \end_inset
8142
8143
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 </row>
8149 <row>
8150 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154
8155 \backslash
8156 hookleftarrow
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165 \begin_inset Formula $\hookleftarrow$
8166 \end_inset
8167
8168
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 </row>
8174 </lyxtabular>
8175
8176 \end_inset
8177
8178
8179 \begin_inset space \hfill{}
8180 \end_inset
8181
8182
8183 \begin_inset Tabular
8184 <lyxtabular version="3" rows="8" columns="2">
8185 <features>
8186 <column alignment="center" valignment="top" width="0pt">
8187 <column alignment="center" valignment="top" width="0pt">
8188 <row>
8189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 Command
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 Result
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 </row>
8208 <row>
8209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213
8214 \backslash
8215 to
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224 \begin_inset Formula $\to$
8225 \end_inset
8226
8227
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 </row>
8233 <row>
8234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238
8239 \backslash
8240 Rightarrow
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249 \begin_inset Formula $\Rightarrow$
8250 \end_inset
8251
8252
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 </row>
8258 <row>
8259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263
8264 \backslash
8265 longrightarrow
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274 \begin_inset Formula $\longrightarrow$
8275 \end_inset
8276
8277
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 </row>
8283 <row>
8284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288
8289 \backslash
8290 Longrightarrow
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299 \begin_inset Formula $\Longrightarrow$
8300 \end_inset
8301
8302
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 </row>
8308 <row>
8309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313
8314 \backslash
8315 rightharpoonup
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 \begin_inset Formula $\rightharpoonup$
8325 \end_inset
8326
8327
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 </row>
8333 <row>
8334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338
8339 \backslash
8340 rightharpoondown
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 \begin_inset Formula $\rightharpoondown$
8350 \end_inset
8351
8352
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 </row>
8358 <row>
8359 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363
8364 \backslash
8365 hookrightarrow
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 \begin_inset Formula $\hookrightarrow$
8375 \end_inset
8376
8377
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 </row>
8383 </lyxtabular>
8384
8385 \end_inset
8386
8387
8388 \begin_inset space \hfill{}
8389 \end_inset
8390
8391
8392 \end_layout
8393
8394 \begin_layout Standard
8395 \begin_inset space \hfill{}
8396 \end_inset
8397
8398
8399 \begin_inset Tabular
8400 <lyxtabular version="3" rows="6" columns="2">
8401 <features>
8402 <column alignment="center" valignment="top" width="0pt">
8403 <column alignment="center" valignment="top" width="0pt">
8404 <row>
8405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 Command
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418 Result
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 </row>
8424 <row>
8425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429
8430 \backslash
8431 leftrightarrow
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440 \begin_inset Formula $\leftrightarrow$
8441 \end_inset
8442
8443
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 </row>
8449 <row>
8450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454
8455 \backslash
8456 Leftrightarrow
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465 \begin_inset Formula $\Leftrightarrow$
8466 \end_inset
8467
8468
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 </row>
8474 <row>
8475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479
8480 \backslash
8481 longleftrightarrow
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490 \begin_inset Formula $\longleftrightarrow$
8491 \end_inset
8492
8493
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 </row>
8499 <row>
8500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504
8505 \backslash
8506 Longleftrightarrow
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515 \begin_inset Formula $\Longleftrightarrow$
8516 \end_inset
8517
8518
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 </row>
8524 <row>
8525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529
8530 \backslash
8531 rightleftharpoons
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 \begin_inset Formula $\rightleftharpoons$
8541 \end_inset
8542
8543
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 </row>
8549 </lyxtabular>
8550
8551 \end_inset
8552
8553
8554 \begin_inset space \hspace{}
8555 \length 25pt
8556 \end_inset
8557
8558
8559 \begin_inset space \hfill{}
8560 \end_inset
8561
8562
8563 \begin_inset Tabular
8564 <lyxtabular version="3" rows="5" columns="2">
8565 <features>
8566 <column alignment="center" valignment="top" width="0pt">
8567 <column alignment="center" valignment="top" width="0pt">
8568 <row>
8569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 Command
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582 Result
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 </row>
8588 <row>
8589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593
8594 \backslash
8595 mapsto
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604 \begin_inset Formula $\mapsto$
8605 \end_inset
8606
8607
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 </row>
8613 <row>
8614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618
8619 \backslash
8620 longmapsto
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629 \begin_inset Formula $\longmapsto$
8630 \end_inset
8631
8632
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 </row>
8638 <row>
8639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643
8644 \backslash
8645 leadsto
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654 \begin_inset Formula $\leadsto$
8655 \end_inset
8656
8657
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 </row>
8663 <row>
8664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668
8669 \backslash
8670 dasharrow
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679 \begin_inset Formula $\dasharrow$
8680 \end_inset
8681
8682
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 </row>
8688 </lyxtabular>
8689
8690 \end_inset
8691
8692
8693 \begin_inset space \hfill{}
8694 \end_inset
8695
8696
8697 \end_layout
8698
8699 \begin_layout Standard
8700 \begin_inset VSpace medskip
8701 \end_inset
8702
8703 Arrows used as accent like e.
8704 \begin_inset space \thinspace{}
8705 \end_inset
8706
8707 g.
8708 \begin_inset space \space{}
8709 \end_inset
8710
8711 vector arrows are listed in 
8712 \begin_inset CommandInset ref
8713 LatexCommand ref
8714 reference "sec:Accents"
8715
8716 \end_inset
8717
8718 .
8719 \end_layout
8720
8721 \begin_layout Standard
8722 \begin_inset VSpace bigskip
8723 \end_inset
8724
8725 Furthermore there are the labeled arrows
8726 \begin_inset Index
8727 status collapsed
8728
8729 \begin_layout Plain Layout
8730 Arrows ! labeled
8731 \end_layout
8732
8733 \end_inset
8734
8735  
8736 \series bold
8737
8738 \backslash
8739 xleftarrow
8740 \series default
8741
8742 \begin_inset Index
8743 status collapsed
8744
8745 \begin_layout Plain Layout
8746 Commands ! X ! 
8747 \backslash
8748 xleftarrow
8749 \end_layout
8750
8751 \end_inset
8752
8753  and 
8754 \series bold
8755
8756 \backslash
8757 xrightarrow
8758 \series default
8759
8760 \begin_inset Index
8761 status collapsed
8762
8763 \begin_layout Plain Layout
8764 Commands ! X ! 
8765 \backslash
8766 xrightarrow
8767 \begin_inset ERT
8768 status collapsed
8769
8770 \begin_layout Plain Layout
8771
8772
8773 \backslash
8774 vspace{4mm}
8775 \end_layout
8776
8777 \end_inset
8778
8779
8780 \end_layout
8781
8782 \end_inset
8783
8784 .
8785  When inserting one of these commands in a formula, an arrow with two blue
8786  boxes appear where the label can be inserted.
8787  The length of the arrow adapts to the label width.
8788 \end_layout
8789
8790 \begin_layout Standard
8791 \align center
8792 \begin_inset Tabular
8793 <lyxtabular version="3" rows="3" columns="2">
8794 <features>
8795 <column alignment="center" valignment="top" width="0pt">
8796 <column alignment="center" valignment="top" width="0pt">
8797 <row>
8798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802 Command
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811 Result
8812 \begin_inset Note Note
8813 status collapsed
8814
8815 \begin_layout Plain Layout
8816
8817 \series bold
8818
8819 \backslash
8820 raisebox
8821 \series default
8822  is only used as spacer.
8823 \end_layout
8824
8825 \end_inset
8826
8827
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 </row>
8833 <row>
8834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838 F(a)
8839 \backslash
8840 xleftarrow
8841 \begin_inset ERT
8842 status collapsed
8843
8844 \begin_layout Plain Layout
8845
8846
8847 \backslash
8848 spce 
8849 \end_layout
8850
8851 \end_inset
8852
8853 x=a
8854 \begin_inset Formula $\downarrow$
8855 \end_inset
8856
8857 x>0
8858 \begin_inset Formula $\to$
8859 \end_inset
8860
8861 F(x)
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8867 \begin_inset Text
8868
8869 \begin_layout Plain Layout
8870 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8871 \end_inset
8872
8873
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 </row>
8879 <row>
8880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884 F(x)
8885 \backslash
8886 xrightarrow
8887 \begin_inset ERT
8888 status collapsed
8889
8890 \begin_layout Plain Layout
8891
8892
8893 \backslash
8894 spce 
8895 \end_layout
8896
8897 \end_inset
8898
8899 x=a
8900 \begin_inset Formula $\downarrow$
8901 \end_inset
8902
8903 x>0
8904 \begin_inset Formula $\to$
8905 \end_inset
8906
8907 F(a)
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8917 \end_inset
8918
8919
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 </row>
8925 </lyxtabular>
8926
8927 \end_inset
8928
8929
8930 \end_layout
8931
8932 \begin_layout Subsection
8933 Vertical and diagonal Arrows
8934 \begin_inset Index
8935 status collapsed
8936
8937 \begin_layout Plain Layout
8938 Arrows ! diagonal
8939 \end_layout
8940
8941 \end_inset
8942
8943
8944 \begin_inset Index
8945 status collapsed
8946
8947 \begin_layout Plain Layout
8948 Arrows ! vertical
8949 \end_layout
8950
8951 \end_inset
8952
8953
8954 \end_layout
8955
8956 \begin_layout Standard
8957 \begin_inset space \hfill{}
8958 \end_inset
8959
8960
8961 \begin_inset Tabular
8962 <lyxtabular version="3" rows="7" columns="2">
8963 <features>
8964 <column alignment="center" valignment="top" width="0pt">
8965 <column alignment="center" valignment="top" width="0pt">
8966 <row>
8967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971 Command
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980 Result
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 </row>
8986 <row>
8987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991
8992 \backslash
8993 uparrow
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002 \begin_inset Formula $\uparrow$
9003 \end_inset
9004
9005
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 </row>
9011 <row>
9012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016
9017 \backslash
9018 Uparrow
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027 \begin_inset Formula $\Uparrow$
9028 \end_inset
9029
9030
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 </row>
9036 <row>
9037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041
9042 \backslash
9043 updownarrow
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052 \begin_inset Formula $\updownarrow$
9053 \end_inset
9054
9055
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 </row>
9061 <row>
9062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066
9067 \backslash
9068 Updownarrow
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077 \begin_inset Formula $\Updownarrow$
9078 \end_inset
9079
9080
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 </row>
9086 <row>
9087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091
9092 \backslash
9093 Downarrow
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102 \begin_inset Formula $\Downarrow$
9103 \end_inset
9104
9105
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 </row>
9111 <row>
9112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116
9117 \backslash
9118 downarrow
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127 \begin_inset Formula $\downarrow$
9128 \end_inset
9129
9130
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 </row>
9136 </lyxtabular>
9137
9138 \end_inset
9139
9140
9141 \begin_inset space \hfill{}
9142 \end_inset
9143
9144
9145 \begin_inset Tabular
9146 <lyxtabular version="3" rows="5" columns="2">
9147 <features>
9148 <column alignment="center" valignment="top" width="0pt">
9149 <column alignment="center" valignment="top" width="0pt">
9150 <row>
9151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155 Command
9156 \end_layout
9157
9158 \end_inset
9159 </cell>
9160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164 Result
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 </row>
9170 <row>
9171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175
9176 \backslash
9177 nearrow
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186 \begin_inset Formula $\nearrow$
9187 \end_inset
9188
9189
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 </row>
9195 <row>
9196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200
9201 \backslash
9202 searrow
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211 \begin_inset Formula $\searrow$
9212 \end_inset
9213
9214
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 </row>
9220 <row>
9221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225
9226 \backslash
9227 swarrow
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236 \begin_inset Formula $\swarrow$
9237 \end_inset
9238
9239
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 </row>
9245 <row>
9246 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250
9251 \backslash
9252 nwarrow
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 \begin_inset Formula $\nwarrow$
9262 \end_inset
9263
9264
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 </row>
9270 </lyxtabular>
9271
9272 \end_inset
9273
9274
9275 \begin_inset space \hfill{}
9276 \end_inset
9277
9278
9279 \end_layout
9280
9281 \begin_layout Standard
9282 \begin_inset VSpace medskip
9283 \end_inset
9284
9285 Vertical arrows can be used also as delimiter together with the commands
9286  described in 
9287 \begin_inset CommandInset ref
9288 LatexCommand ref
9289 reference "sub:Manual-Bracket-Size"
9290
9291 \end_inset
9292
9293  and 
9294 \begin_inset CommandInset ref
9295 LatexCommand ref
9296 reference "sub:Automatic-Bracket-Size"
9297
9298 \end_inset
9299
9300 .
9301 \end_layout
9302
9303 \begin_layout Standard
9304 \begin_inset Newpage newpage
9305 \end_inset
9306
9307
9308 \end_layout
9309
9310 \begin_layout Section
9311 Accents
9312 \begin_inset CommandInset label
9313 LatexCommand label
9314 name "sec:Accents"
9315
9316 \end_inset
9317
9318
9319 \begin_inset Index
9320 status collapsed
9321
9322 \begin_layout Plain Layout
9323 Accents
9324 \end_layout
9325
9326 \end_inset
9327
9328
9329 \end_layout
9330
9331 \begin_layout Standard
9332 Accents can be inserted via the math toolbar button 
9333 \begin_inset Graphics
9334         filename ../images/math/hat.png
9335         scale 85
9336
9337 \end_inset
9338
9339  or the commands listed in the following subsections.
9340 \end_layout
9341
9342 \begin_layout Subsection
9343 Accents for one Character
9344 \begin_inset ERT
9345 status collapsed
9346
9347 \begin_layout Plain Layout
9348
9349
9350 \backslash
9351 texorpdfstring{
9352 \end_layout
9353
9354 \end_inset
9355
9356
9357 \begin_inset Foot
9358 status collapsed
9359
9360 \begin_layout Plain Layout
9361 accents in text see 
9362 \begin_inset CommandInset ref
9363 LatexCommand ref
9364 reference "sub:Accents-in-Text"
9365
9366 \end_inset
9367
9368
9369 \end_layout
9370
9371 \end_inset
9372
9373
9374 \begin_inset ERT
9375 status collapsed
9376
9377 \begin_layout Plain Layout
9378
9379 }{}
9380 \end_layout
9381
9382 \end_inset
9383
9384
9385 \begin_inset Note Note
9386 status collapsed
9387
9388 \begin_layout Plain Layout
9389
9390 \backslash
9391 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
9392 \end_layout
9393
9394 \begin_layout Plain Layout
9395 More about 
9396 \backslash
9397 texorpdfstring is in section 
9398 \begin_inset CommandInset ref
9399 LatexCommand ref
9400 reference "sub:Formulas-in-Section"
9401
9402 \end_inset
9403
9404 .
9405 \end_layout
9406
9407 \end_inset
9408
9409
9410 \begin_inset CommandInset label
9411 LatexCommand label
9412 name "sub:Accents-for-one"
9413
9414 \end_inset
9415
9416
9417 \begin_inset Index
9418 status collapsed
9419
9420 \begin_layout Plain Layout
9421 Accents ! for one character
9422 \end_layout
9423
9424 \end_inset
9425
9426
9427 \end_layout
9428
9429 \begin_layout Standard
9430 \begin_inset space \hfill{}
9431 \end_inset
9432
9433
9434 \begin_inset Tabular
9435 <lyxtabular version="3" rows="8" columns="2">
9436 <features>
9437 <column alignment="center" valignment="top" width="0pt">
9438 <column alignment="center" valignment="top" width="0pt">
9439 <row>
9440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444 Command
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453 Result
9454 \begin_inset Note Note
9455 status collapsed
9456
9457 \begin_layout Plain Layout
9458
9459 \series bold
9460
9461 \backslash
9462 raisebox
9463 \series default
9464  is only used as spacer.
9465 \end_layout
9466
9467 \end_inset
9468
9469
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 </row>
9475 <row>
9476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480
9481 \backslash
9482 dot
9483 \begin_inset ERT
9484 status collapsed
9485
9486 \begin_layout Plain Layout
9487
9488
9489 \backslash
9490 spce 
9491 \end_layout
9492
9493 \end_inset
9494
9495 A
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9505 \end_inset
9506
9507
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 </row>
9513 <row>
9514 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9515 \begin_inset Text
9516
9517 \begin_layout Plain Layout
9518
9519 \backslash
9520 ddot
9521 \begin_inset ERT
9522 status collapsed
9523
9524 \begin_layout Plain Layout
9525
9526
9527 \backslash
9528 spce 
9529 \end_layout
9530
9531 \end_inset
9532
9533 A
9534 \end_layout
9535
9536 \end_inset
9537 </cell>
9538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9539 \begin_inset Text
9540
9541 \begin_layout Plain Layout
9542 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9543 \end_inset
9544
9545
9546 \end_layout
9547
9548 \end_inset
9549 </cell>
9550 </row>
9551 <row>
9552 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Plain Layout
9556
9557 \backslash
9558 dddot
9559 \begin_inset ERT
9560 status collapsed
9561
9562 \begin_layout Plain Layout
9563
9564
9565 \backslash
9566 spce 
9567 \end_layout
9568
9569 \end_inset
9570
9571 A
9572 \end_layout
9573
9574 \end_inset
9575 </cell>
9576 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9577 \begin_inset Text
9578
9579 \begin_layout Plain Layout
9580 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9581 \end_inset
9582
9583
9584 \end_layout
9585
9586 \end_inset
9587 </cell>
9588 </row>
9589 <row>
9590 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9591 \begin_inset Text
9592
9593 \begin_layout Plain Layout
9594
9595 \backslash
9596 ddddot{A
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9606 \end_inset
9607
9608
9609 \end_layout
9610
9611 \end_inset
9612 </cell>
9613 </row>
9614 <row>
9615 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9616 \begin_inset Text
9617
9618 \begin_layout Plain Layout
9619
9620 \backslash
9621 vec
9622 \begin_inset ERT
9623 status collapsed
9624
9625 \begin_layout Plain Layout
9626
9627
9628 \backslash
9629 spce 
9630 \end_layout
9631
9632 \end_inset
9633
9634 A
9635 \begin_inset Index
9636 status collapsed
9637
9638 \begin_layout Plain Layout
9639 Vectors
9640 \end_layout
9641
9642 \end_inset
9643
9644
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9650 \begin_inset Text
9651
9652 \begin_layout Plain Layout
9653 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9654 \end_inset
9655
9656
9657 \end_layout
9658
9659 \end_inset
9660 </cell>
9661 </row>
9662 <row>
9663 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9664 \begin_inset Text
9665
9666 \begin_layout Plain Layout
9667
9668 \backslash
9669 bar
9670 \begin_inset ERT
9671 status collapsed
9672
9673 \begin_layout Plain Layout
9674
9675
9676 \backslash
9677 spce 
9678 \end_layout
9679
9680 \end_inset
9681
9682 A
9683 \end_layout
9684
9685 \end_inset
9686 </cell>
9687 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9688 \begin_inset Text
9689
9690 \begin_layout Plain Layout
9691 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9692 \end_inset
9693
9694
9695 \end_layout
9696
9697 \end_inset
9698 </cell>
9699 </row>
9700 <row>
9701 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9702 \begin_inset Text
9703
9704 \begin_layout Plain Layout
9705
9706 \backslash
9707 mathring
9708 \begin_inset ERT
9709 status collapsed
9710
9711 \begin_layout Plain Layout
9712
9713
9714 \backslash
9715 spce 
9716 \end_layout
9717
9718 \end_inset
9719
9720 A
9721 \end_layout
9722
9723 \end_inset
9724 </cell>
9725 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9726 \begin_inset Text
9727
9728 \begin_layout Plain Layout
9729 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9730 \end_inset
9731
9732
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 </row>
9738 </lyxtabular>
9739
9740 \end_inset
9741
9742
9743 \begin_inset space \hfill{}
9744 \end_inset
9745
9746
9747 \begin_inset Tabular
9748 <lyxtabular version="3" rows="7" columns="2">
9749 <features>
9750 <column alignment="center" valignment="top" width="0pt">
9751 <column alignment="center" valignment="top" width="0pt">
9752 <row>
9753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9754 \begin_inset Text
9755
9756 \begin_layout Plain Layout
9757 Command
9758 \end_layout
9759
9760 \end_inset
9761 </cell>
9762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9763 \begin_inset Text
9764
9765 \begin_layout Plain Layout
9766 Result
9767 \end_layout
9768
9769 \end_inset
9770 </cell>
9771 </row>
9772 <row>
9773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9774 \begin_inset Text
9775
9776 \begin_layout Plain Layout
9777
9778 \backslash
9779 tilde
9780 \begin_inset ERT
9781 status collapsed
9782
9783 \begin_layout Plain Layout
9784
9785
9786 \backslash
9787 spce 
9788 \end_layout
9789
9790 \end_inset
9791
9792 A
9793 \end_layout
9794
9795 \end_inset
9796 </cell>
9797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9798 \begin_inset Text
9799
9800 \begin_layout Plain Layout
9801 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9802 \end_inset
9803
9804
9805 \end_layout
9806
9807 \end_inset
9808 </cell>
9809 </row>
9810 <row>
9811 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9812 \begin_inset Text
9813
9814 \begin_layout Plain Layout
9815
9816 \backslash
9817 hat
9818 \begin_inset ERT
9819 status collapsed
9820
9821 \begin_layout Plain Layout
9822
9823
9824 \backslash
9825 spce 
9826 \end_layout
9827
9828 \end_inset
9829
9830 A
9831 \end_layout
9832
9833 \end_inset
9834 </cell>
9835 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9836 \begin_inset Text
9837
9838 \begin_layout Plain Layout
9839 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9840 \end_inset
9841
9842
9843 \end_layout
9844
9845 \end_inset
9846 </cell>
9847 </row>
9848 <row>
9849 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9850 \begin_inset Text
9851
9852 \begin_layout Plain Layout
9853
9854 \backslash
9855 check
9856 \begin_inset ERT
9857 status collapsed
9858
9859 \begin_layout Plain Layout
9860
9861
9862 \backslash
9863 spce 
9864 \end_layout
9865
9866 \end_inset
9867
9868 A
9869 \end_layout
9870
9871 \end_inset
9872 </cell>
9873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9874 \begin_inset Text
9875
9876 \begin_layout Plain Layout
9877 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9878 \end_inset
9879
9880
9881 \end_layout
9882
9883 \end_inset
9884 </cell>
9885 </row>
9886 <row>
9887 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891
9892 \backslash
9893 acute
9894 \begin_inset ERT
9895 status collapsed
9896
9897 \begin_layout Plain Layout
9898
9899
9900 \backslash
9901 spce 
9902 \end_layout
9903
9904 \end_inset
9905
9906 A
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9916 \end_inset
9917
9918
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 </row>
9924 <row>
9925 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929
9930 \backslash
9931 grave
9932 \begin_inset ERT
9933 status collapsed
9934
9935 \begin_layout Plain Layout
9936
9937
9938 \backslash
9939 spce 
9940 \end_layout
9941
9942 \end_inset
9943
9944 A
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Plain Layout
9953 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9954 \end_inset
9955
9956
9957 \end_layout
9958
9959 \end_inset
9960 </cell>
9961 </row>
9962 <row>
9963 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Plain Layout
9967
9968 \backslash
9969 breve
9970 \begin_inset ERT
9971 status collapsed
9972
9973 \begin_layout Plain Layout
9974
9975
9976 \backslash
9977 spce 
9978 \end_layout
9979
9980 \end_inset
9981
9982 A
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9992 \end_inset
9993
9994
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 </row>
10000 </lyxtabular>
10001
10002 \end_inset
10003
10004
10005 \begin_inset space \hfill{}
10006 \end_inset
10007
10008
10009 \end_layout
10010
10011 \begin_layout Standard
10012 \begin_inset VSpace bigskip
10013 \end_inset
10014
10015
10016 \end_layout
10017
10018 \begin_layout Standard
10019 You can directly insert accents like é to formulas.
10020  LyX will transform them to the corresponding accent command.
10021  For umlauts
10022 \begin_inset Index
10023 status collapsed
10024
10025 \begin_layout Plain Layout
10026 Umlauts
10027 \end_layout
10028
10029 \end_inset
10030
10031  it is better to insert a quotation mark before the vowel.
10032  These two characters are then treated by LaTeX as 
10033 \emph on
10034 one
10035 \emph default
10036  character when the formula part with the umlaut is marked as German.
10037  In contrary to 
10038 \series bold
10039
10040 \backslash
10041 ddot
10042 \series default
10043 , with this method 
10044 \begin_inset Quotes eld
10045 \end_inset
10046
10047 real
10048 \begin_inset Quotes erd
10049 \end_inset
10050
10051  umlauts are created as demonstrated in the following example:
10052 \end_layout
10053
10054 \begin_layout Standard
10055 \begin_inset VSpace -2mm
10056 \end_inset
10057
10058
10059 \end_layout
10060
10061 \begin_layout Standard
10062 \align center
10063 \begin_inset Tabular
10064 <lyxtabular version="3" rows="3" columns="2">
10065 <features>
10066 <column alignment="center" valignment="top" width="0">
10067 <column alignment="center" valignment="top" width="0">
10068 <row>
10069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Plain Layout
10073 Command
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082 Result
10083 \begin_inset Note Note
10084 status collapsed
10085
10086 \begin_layout Plain Layout
10087
10088 \series bold
10089
10090 \backslash
10091 raisebox
10092 \series default
10093  and the 0
10094 \begin_inset space \thinspace{}
10095 \end_inset
10096
10097 pt space are only used as spacer.
10098 \end_layout
10099
10100 \end_inset
10101
10102
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 </row>
10108 <row>
10109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113
10114 \lang ngerman
10115 \begin_inset Quotes grd
10116 \end_inset
10117
10118 i
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10124 \begin_inset Text
10125
10126 \begin_layout Plain Layout
10127 \begin_inset space \hspace{}
10128 \length 0pt
10129 \end_inset
10130
10131
10132 \lang ngerman
10133
10134 \begin_inset Formula $"i$
10135 \end_inset
10136
10137
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 </row>
10143 <row>
10144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Plain Layout
10148
10149 \backslash
10150 ddot
10151 \begin_inset ERT
10152 status collapsed
10153
10154 \begin_layout Plain Layout
10155
10156
10157 \backslash
10158 spce 
10159 \end_layout
10160
10161 \end_inset
10162
10163 i
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10169 \begin_inset Text
10170
10171 \begin_layout Plain Layout
10172 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10173 \end_inset
10174
10175
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 </row>
10181 </lyxtabular>
10182
10183 \end_inset
10184
10185
10186 \end_layout
10187
10188 \begin_layout Standard
10189 Another advantage to 
10190 \series bold
10191
10192 \backslash
10193 ddot
10194 \series default
10195  is that umlauts can directly be converted to mathematical text because
10196  the accent commands above are 
10197 \emph on
10198 not allowed
10199 \emph default
10200  
10201 \emph on
10202 in mathematical text
10203 \emph default
10204 .
10205  To convert an accented character to mathematical text, only the character
10206  under the accent may be converted.
10207  This applies also for all other conversions, e.
10208 \begin_inset space \thinspace{}
10209 \end_inset
10210
10211 g.
10212 \begin_inset space \space{}
10213 \end_inset
10214
10215 to italic or bold.
10216 \end_layout
10217
10218 \begin_layout Standard
10219 In mathematical text, umlauts and other accented characters can directly
10220  be inserted.
10221 \end_layout
10222
10223 \begin_layout Subsection
10224 Accents for Operators
10225 \begin_inset Index
10226 status collapsed
10227
10228 \begin_layout Plain Layout
10229 Accents ! for operators
10230 \end_layout
10231
10232 \end_inset
10233
10234
10235 \end_layout
10236
10237 \begin_layout Standard
10238 With the commands 
10239 \series bold
10240
10241 \backslash
10242 overset
10243 \series default
10244
10245 \begin_inset Index
10246 status collapsed
10247
10248 \begin_layout Plain Layout
10249 Commands ! O ! 
10250 \backslash
10251 overset
10252 \end_layout
10253
10254 \end_inset
10255
10256  and 
10257 \series bold
10258
10259 \backslash
10260 underset
10261 \series default
10262
10263 \begin_inset Index
10264 status collapsed
10265
10266 \begin_layout Plain Layout
10267 Commands ! U ! 
10268 \backslash
10269 underset
10270 \end_layout
10271
10272 \end_inset
10273
10274  characters can be placed above or below an operator, respectively, to accent
10275  it.
10276  With the command 
10277 \series bold
10278
10279 \backslash
10280 sideset
10281 \series default
10282
10283 \begin_inset Index
10284 status collapsed
10285
10286 \begin_layout Plain Layout
10287 Commands ! S ! 
10288 \backslash
10289 sideset
10290 \end_layout
10291
10292 \end_inset
10293
10294  characters can be set before and behind an operator.
10295  The command scheme is:
10296 \end_layout
10297
10298 \begin_layout Standard
10299
10300 \series bold
10301
10302 \backslash
10303 sideset{character
10304 \series default
10305  
10306 \series bold
10307 before}{character
10308 \series default
10309  
10310 \series bold
10311 behind}
10312 \end_layout
10313
10314 \begin_layout Standard
10315
10316 \series bold
10317
10318 \backslash
10319 sideset
10320 \series default
10321  must always be before the operator that should be accented.
10322  You can accent with several characters and even with other operators and
10323  symbols.
10324  To place with 
10325 \series bold
10326
10327 \backslash
10328 sideset
10329 \series default
10330  for example only characters behind an operator, write nothing between the
10331  first braces but don't omit the braces.
10332 \end_layout
10333
10334 \begin_layout Standard
10335 For example the command 
10336 \series bold
10337
10338 \backslash
10339 sideset{
10340 \begin_inset Formula $\to$
10341 \end_inset
10342
10343
10344 \backslash
10345 {
10346 \series default
10347 '
10348 \series bold
10349
10350 \begin_inset Formula $\to$
10351 \end_inset
10352
10353
10354 \backslash
10355 sum_k=1
10356 \begin_inset ERT
10357 status collapsed
10358
10359 \begin_layout Plain Layout
10360
10361
10362 \backslash
10363 spce 
10364 \end_layout
10365
10366 \end_inset
10367
10368
10369 \series default
10370 ^
10371 \series bold
10372 n
10373 \series default
10374  produces:
10375 \begin_inset Formula \[
10376 \sideset{}{'}\sum_{k=1}^{n}\]
10377
10378 \end_inset
10379
10380
10381 \end_layout
10382
10383 \begin_layout Standard
10384 The command 
10385 \series bold
10386
10387 \backslash
10388 overset
10389 \begin_inset ERT
10390 status collapsed
10391
10392 \begin_layout Plain Layout
10393
10394
10395 \backslash
10396 spce 
10397 \end_layout
10398
10399 \end_inset
10400
10401
10402 \backslash
10403 maltese
10404 \begin_inset ERT
10405 status collapsed
10406
10407 \begin_layout Plain Layout
10408
10409
10410 \backslash
10411 spce 
10412 \end_layout
10413
10414 \end_inset
10415
10416
10417 \series default
10418
10419 \begin_inset Formula $\uparrow$
10420 \end_inset
10421
10422
10423 \series bold
10424 a
10425 \series default
10426  produces:
10427 \begin_inset Formula \[
10428 \overset{a}{\maltese}\]
10429
10430 \end_inset
10431
10432 As seen in the last example, with 
10433 \series bold
10434
10435 \backslash
10436 overset
10437 \series default
10438  and 
10439 \series bold
10440
10441 \backslash
10442 underset
10443 \series default
10444  also symbols and characters can be accented; with 
10445 \series bold
10446
10447 \backslash
10448 sideset
10449 \series default
10450  this is not possible.
10451 \end_layout
10452
10453 \begin_layout Subsection
10454 Accents for several Characters
10455 \begin_inset Index
10456 status collapsed
10457
10458 \begin_layout Plain Layout
10459 Accents ! for several characters
10460 \end_layout
10461
10462 \end_inset
10463
10464
10465 \end_layout
10466
10467 \begin_layout Standard
10468 \begin_inset space \hfill{}
10469 \end_inset
10470
10471
10472 \begin_inset Tabular
10473 <lyxtabular version="3" rows="5" columns="2">
10474 <features>
10475 <column alignment="center" valignment="top" width="0pt">
10476 <column alignment="center" valignment="top" width="0pt">
10477 <row>
10478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482 Command
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491 Result
10492 \begin_inset Note Note
10493 status collapsed
10494
10495 \begin_layout Plain Layout
10496
10497 \series bold
10498
10499 \backslash
10500 raisebox
10501 \series default
10502  is only used as spacer.
10503 \end_layout
10504
10505 \end_inset
10506
10507
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 </row>
10513 <row>
10514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518
10519 \backslash
10520 overleftarrow
10521 \begin_inset ERT
10522 status collapsed
10523
10524 \begin_layout Plain Layout
10525
10526
10527 \backslash
10528 spce 
10529 \end_layout
10530
10531 \end_inset
10532
10533 A=B
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10543 \end_inset
10544
10545
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 </row>
10551 <row>
10552 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556
10557 \backslash
10558 underleftarrow
10559 \begin_inset ERT
10560 status collapsed
10561
10562 \begin_layout Plain Layout
10563
10564
10565 \backslash
10566 spce 
10567 \end_layout
10568
10569 \end_inset
10570
10571 A=B
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10581 \end_inset
10582
10583
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 </row>
10589 <row>
10590 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594
10595 \backslash
10596 overleftrightarrow
10597 \begin_inset ERT
10598 status collapsed
10599
10600 \begin_layout Plain Layout
10601
10602
10603 \backslash
10604 spce 
10605 \end_layout
10606
10607 \end_inset
10608
10609 A=B
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10619 \end_inset
10620
10621
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 </row>
10627 <row>
10628 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Plain Layout
10632
10633 \backslash
10634 underleftrightarrow
10635 \begin_inset ERT
10636 status collapsed
10637
10638 \begin_layout Plain Layout
10639
10640
10641 \backslash
10642 spce 
10643 \end_layout
10644
10645 \end_inset
10646
10647 A=B
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10657 \end_inset
10658
10659
10660 \end_layout
10661
10662 \end_inset
10663 </cell>
10664 </row>
10665 </lyxtabular>
10666
10667 \end_inset
10668
10669
10670 \begin_inset space \hfill{}
10671 \end_inset
10672
10673
10674 \begin_inset Tabular
10675 <lyxtabular version="3" rows="5" columns="2">
10676 <features>
10677 <column alignment="center" valignment="top" width="0pt">
10678 <column alignment="center" valignment="top" width="0pt">
10679 <row>
10680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684 Command
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693 Result
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 </row>
10699 <row>
10700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704
10705 \backslash
10706 overrightarrow
10707 \begin_inset ERT
10708 status collapsed
10709
10710 \begin_layout Plain Layout
10711
10712
10713 \backslash
10714 spce 
10715 \end_layout
10716
10717 \end_inset
10718
10719 A=B
10720 \end_layout
10721
10722 \end_inset
10723 </cell>
10724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10725 \begin_inset Text
10726
10727 \begin_layout Plain Layout
10728 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10729 \end_inset
10730
10731
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 </row>
10737 <row>
10738 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10739 \begin_inset Text
10740
10741 \begin_layout Plain Layout
10742
10743 \backslash
10744 underrightarrow
10745 \begin_inset ERT
10746 status collapsed
10747
10748 \begin_layout Plain Layout
10749
10750
10751 \backslash
10752 spce 
10753 \end_layout
10754
10755 \end_inset
10756
10757 A=B
10758 \end_layout
10759
10760 \end_inset
10761 </cell>
10762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10767 \end_inset
10768
10769
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 </row>
10775 <row>
10776 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780
10781 \backslash
10782 widetilde
10783 \begin_inset ERT
10784 status collapsed
10785
10786 \begin_layout Plain Layout
10787
10788
10789 \backslash
10790 spce 
10791 \end_layout
10792
10793 \end_inset
10794
10795 A=B
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10805 \end_inset
10806
10807
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 </row>
10813 <row>
10814 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Plain Layout
10818
10819 \backslash
10820 widehat
10821 \begin_inset ERT
10822 status collapsed
10823
10824 \begin_layout Plain Layout
10825
10826
10827 \backslash
10828 spce 
10829 \end_layout
10830
10831 \end_inset
10832
10833 A=B
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Plain Layout
10842 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10843 \end_inset
10844
10845
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 </row>
10851 </lyxtabular>
10852
10853 \end_inset
10854
10855
10856 \begin_inset space \hfill{}
10857 \end_inset
10858
10859
10860 \end_layout
10861
10862 \begin_layout Standard
10863 \begin_inset VSpace medskip
10864 \end_inset
10865
10866 With these commands as many characters as you like can be accented.
10867  But the accents 
10868 \series bold
10869
10870 \backslash
10871 widetilde
10872 \series default
10873  and 
10874 \series bold
10875
10876 \backslash
10877 widehat
10878 \series default
10879  will only be set in the output with a length of three characters, as shown
10880  in the following example:
10881 \begin_inset Formula \[
10882 \widetilde{A+B=C-D}\]
10883
10884 \end_inset
10885
10886
10887 \end_layout
10888
10889 \begin_layout Standard
10890 With the commands 
10891 \series bold
10892
10893 \backslash
10894 overset
10895 \series default
10896
10897 \begin_inset Index
10898 status collapsed
10899
10900 \begin_layout Plain Layout
10901 Commands ! O ! 
10902 \backslash
10903 overset
10904 \end_layout
10905
10906 \end_inset
10907
10908  and 
10909 \series bold
10910
10911 \backslash
10912 underset
10913 \series default
10914
10915 \begin_inset Index
10916 status collapsed
10917
10918 \begin_layout Plain Layout
10919 Commands ! U ! 
10920 \backslash
10921 underset
10922 \end_layout
10923
10924 \end_inset
10925
10926  described in the previous subsection it is also possible to accent several
10927  characters.
10928  The command 
10929 \series bold
10930
10931 \backslash
10932 underset
10933 \begin_inset ERT
10934 status collapsed
10935
10936 \begin_layout Plain Layout
10937
10938
10939 \backslash
10940 spce 
10941 \end_layout
10942
10943 \end_inset
10944
10945 A=B
10946 \begin_inset Formula $\downarrow$
10947 \end_inset
10948
10949 ***
10950 \series default
10951  creates:
10952 \begin_inset Formula \[
10953 \underset{***}{A=B}\]
10954
10955 \end_inset
10956
10957
10958 \end_layout
10959
10960 \begin_layout Section
10961 Space
10962 \begin_inset CommandInset label
10963 LatexCommand label
10964 name "sub:Space"
10965
10966 \end_inset
10967
10968
10969 \begin_inset Index
10970 status collapsed
10971
10972 \begin_layout Plain Layout
10973 Space ! horizontal
10974 \end_layout
10975
10976 \end_inset
10977
10978
10979 \end_layout
10980
10981 \begin_layout Subsection
10982 Predefined Space
10983 \begin_inset CommandInset label
10984 LatexCommand label
10985 name "sub:Predefined-Space"
10986
10987 \end_inset
10988
10989
10990 \begin_inset Index
10991 status collapsed
10992
10993 \begin_layout Plain Layout
10994 Space ! horizontal ! predefined
10995 \end_layout
10996
10997 \end_inset
10998
10999
11000 \end_layout
11001
11002 \begin_layout Standard
11003 Sometimes it is necessary to insert horizontal space to a formula.
11004  This is done by inserting a protected space (shortcut 
11005 \begin_inset Info
11006 type  "shortcut"
11007 arg   "space-insert protected"
11008 \end_inset
11009
11010 ).
11011  A 
11012 \begin_inset Quotes eld
11013 \end_inset
11014
11015
11016 \color blue
11017
11018 \begin_inset ERT
11019 status collapsed
11020
11021 \begin_layout Plain Layout
11022
11023
11024 \backslash
11025 spce 
11026 \end_layout
11027
11028 \end_inset
11029
11030
11031 \color inherit
11032
11033 \begin_inset Quotes erd
11034 \end_inset
11035
11036  appears and by pressing 
11037 \family sans
11038 Space
11039 \family default
11040  several times one can select one of eight different space sizes.
11041  The spaces can also be inserted using the math toolbar button 
11042 \begin_inset Graphics
11043         filename ../images/math/space.png
11044         scale 85
11045
11046 \end_inset
11047
11048  or special commands.
11049  Independent from the inserted command, one can select the size again by
11050  pressing 
11051 \family sans
11052 Space
11053 \family default
11054  afterwards.
11055 \end_layout
11056
11057 \begin_layout Standard
11058 \noindent
11059 \align center
11060 \begin_inset VSpace -5mm
11061 \end_inset
11062
11063
11064 \begin_inset Tabular
11065 <lyxtabular version="3" rows="3" columns="7">
11066 <features>
11067 <column alignment="center" valignment="middle" width="6.8cm">
11068 <column alignment="center" valignment="top" width="0">
11069 <column alignment="center" valignment="top" width="0">
11070 <column alignment="center" valignment="top" width="0">
11071 <column alignment="center" valignment="top" width="0">
11072 <column alignment="center" valignment="top" width="0">
11073 <column alignment="center" valignment="top" width="0">
11074 <row>
11075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11076 \begin_inset Text
11077
11078 \begin_layout Plain Layout
11079 Command
11080 \end_layout
11081
11082 \end_inset
11083 </cell>
11084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11085 \begin_inset Text
11086
11087 \begin_layout Plain Layout
11088
11089 \backslash
11090 ,
11091 \end_layout
11092
11093 \end_inset
11094 </cell>
11095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11096 \begin_inset Text
11097
11098 \begin_layout Plain Layout
11099
11100 \backslash
11101 :
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11107 \begin_inset Text
11108
11109 \begin_layout Plain Layout
11110
11111 \backslash
11112 ;
11113 \end_layout
11114
11115 \end_inset
11116 </cell>
11117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11118 \begin_inset Text
11119
11120 \begin_layout Plain Layout
11121
11122 \backslash
11123 quad
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11129 \begin_inset Text
11130
11131 \begin_layout Plain Layout
11132
11133 \backslash
11134 qquad
11135 \end_layout
11136
11137 \end_inset
11138 </cell>
11139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11140 \begin_inset Text
11141
11142 \begin_layout Plain Layout
11143
11144 \backslash
11145 !
11146 \end_layout
11147
11148 \end_inset
11149 </cell>
11150 </row>
11151 <row>
11152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156 Number of 
11157 \family sans
11158 Space
11159 \family default
11160  keystrokes after inserting the protected space
11161 \end_layout
11162
11163 \end_inset
11164 </cell>
11165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Plain Layout
11169 0
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11175 \begin_inset Text
11176
11177 \begin_layout Plain Layout
11178 1
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11184 \begin_inset Text
11185
11186 \begin_layout Plain Layout
11187 2
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 3
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205 4
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214 5
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 </row>
11220 <row>
11221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225 Result
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 \begin_inset Formula $A\, B$
11235 \end_inset
11236
11237
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246 \begin_inset Formula $A\: B$
11247 \end_inset
11248
11249
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258 \begin_inset Formula $A\; B$
11259 \end_inset
11260
11261
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270 \begin_inset Formula $A\quad B$
11271 \end_inset
11272
11273
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282 \begin_inset Formula $A\qquad B$
11283 \end_inset
11284
11285
11286 \end_layout
11287
11288 \end_inset
11289 </cell>
11290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11291 \begin_inset Text
11292
11293 \begin_layout Plain Layout
11294 \begin_inset Formula $A\! B$
11295 \end_inset
11296
11297
11298 \end_layout
11299
11300 \end_inset
11301 </cell>
11302 </row>
11303 </lyxtabular>
11304
11305 \end_inset
11306
11307
11308 \end_layout
11309
11310 \begin_layout Standard
11311 The last size seem to produce no space.
11312  It is displayed red in LyX contrary to the other sizes, because it is a
11313  negative space.
11314  There are two more negative spaces:
11315 \end_layout
11316
11317 \begin_layout Standard
11318 \align center
11319 \begin_inset Tabular
11320 <lyxtabular version="3" rows="3" columns="3">
11321 <features>
11322 <column alignment="center" valignment="middle" width="6.8cm">
11323 <column alignment="center" valignment="top" width="0pt">
11324 <column alignment="center" valignment="top" width="0pt">
11325 <row>
11326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11327 \begin_inset Text
11328
11329 \begin_layout Plain Layout
11330 Command
11331 \end_layout
11332
11333 \end_inset
11334 </cell>
11335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11336 \begin_inset Text
11337
11338 \begin_layout Plain Layout
11339
11340 \backslash
11341 negmedspace
11342 \end_layout
11343
11344 \end_inset
11345 </cell>
11346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11347 \begin_inset Text
11348
11349 \begin_layout Plain Layout
11350
11351 \backslash
11352 negthickspace
11353 \end_layout
11354
11355 \end_inset
11356 </cell>
11357 </row>
11358 <row>
11359 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363 Number of 
11364 \family sans
11365 Space
11366 \family default
11367  keystrokes after inserting the protected space
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Plain Layout
11376 6
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 7
11386 \end_layout
11387
11388 \end_inset
11389 </cell>
11390 </row>
11391 <row>
11392 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396 Result
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 \begin_inset Formula $A\negmedspace B$
11406 \end_inset
11407
11408
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417 \begin_inset Formula $A\negthickspace B$
11418 \end_inset
11419
11420
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 </row>
11426 </lyxtabular>
11427
11428 \end_inset
11429
11430
11431 \end_layout
11432
11433 \begin_layout Standard
11434 Negative spaces can lead to characters overlapping each other.
11435  Thus they can be used to enforce ligatures, what is e.
11436 \begin_inset space \thinspace{}
11437 \end_inset
11438
11439 g.
11440 \begin_inset space \space{}
11441 \end_inset
11442
11443 useful for summation operators: 
11444 \end_layout
11445
11446 \begin_layout Standard
11447 \align center
11448 \begin_inset Tabular
11449 <lyxtabular version="3" rows="3" columns="2">
11450 <features>
11451 <column alignment="center" valignment="top" width="0">
11452 <column alignment="center" valignment="top" width="0">
11453 <row>
11454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11455 \begin_inset Text
11456
11457 \begin_layout Plain Layout
11458 Command
11459 \end_layout
11460
11461 \end_inset
11462 </cell>
11463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467 Result
11468 \begin_inset Note Note
11469 status collapsed
11470
11471 \begin_layout Plain Layout
11472
11473 \series bold
11474
11475 \backslash
11476 raisebox
11477 \series default
11478  is only used as spacer.
11479 \end_layout
11480
11481 \end_inset
11482
11483
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 </row>
11489 <row>
11490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11491 \begin_inset Text
11492
11493 \begin_layout Plain Layout
11494
11495 \backslash
11496 sum
11497 \backslash
11498 sum
11499 \begin_inset ERT
11500 status collapsed
11501
11502 \begin_layout Plain Layout
11503
11504
11505 \backslash
11506 spce 
11507 \end_layout
11508
11509 \end_inset
11510
11511 f_kl
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11521 \end_inset
11522
11523
11524 \end_layout
11525
11526 \end_inset
11527 </cell>
11528 </row>
11529 <row>
11530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11531 \begin_inset Text
11532
11533 \begin_layout Plain Layout
11534
11535 \backslash
11536 sum
11537 \backslash
11538 negmedspace
11539 \backslash
11540 sum
11541 \begin_inset ERT
11542 status collapsed
11543
11544 \begin_layout Plain Layout
11545
11546
11547 \backslash
11548 spce 
11549 \end_layout
11550
11551 \end_inset
11552
11553 f_kl
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11559 \begin_inset Text
11560
11561 \begin_layout Plain Layout
11562 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11563 \end_inset
11564
11565
11566 \end_layout
11567
11568 \end_inset
11569 </cell>
11570 </row>
11571 </lyxtabular>
11572
11573 \end_inset
11574
11575
11576 \end_layout
11577
11578 \begin_layout Standard
11579 Relations like for example equal signs, are always surrounded by space.
11580  To suppress this, the equal sign is placed into a TeX-brace.
11581  The following example demonstrates this:
11582 \end_layout
11583
11584 \begin_layout Standard
11585 \align center
11586 \begin_inset Tabular
11587 <lyxtabular version="3" rows="2" columns="2">
11588 <features>
11589 <column alignment="center" valignment="top" width="0pt">
11590 <column alignment="center" valignment="top" width="0pt">
11591 <row>
11592 <cell alignment="center" valignment="top" usebox="none">
11593 \begin_inset Text
11594
11595 \begin_layout Plain Layout
11596 normal equation
11597 \end_layout
11598
11599 \end_inset
11600 </cell>
11601 <cell alignment="center" valignment="top" usebox="none">
11602 \begin_inset Text
11603
11604 \begin_layout Plain Layout
11605 \begin_inset Formula $A=B$
11606 \end_inset
11607
11608
11609 \end_layout
11610
11611 \end_inset
11612 </cell>
11613 </row>
11614 <row>
11615 <cell alignment="center" valignment="top" usebox="none">
11616 \begin_inset Text
11617
11618 \begin_layout Plain Layout
11619 \begin_inset Note Note
11620 status collapsed
11621
11622 \begin_layout Plain Layout
11623
11624 \series bold
11625
11626 \backslash
11627 raisebox
11628 \series default
11629  is only used as spacer.
11630 \end_layout
11631
11632 \end_inset
11633
11634
11635 \begin_inset Formula $\raisebox{5mm}{}$
11636 \end_inset
11637
11638 equation without space
11639 \end_layout
11640
11641 \end_inset
11642 </cell>
11643 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11644 \begin_inset Text
11645
11646 \begin_layout Plain Layout
11647 \begin_inset Formula $A{=}B$
11648 \end_inset
11649
11650
11651 \end_layout
11652
11653 \end_inset
11654 </cell>
11655 </row>
11656 </lyxtabular>
11657
11658 \end_inset
11659
11660
11661 \end_layout
11662
11663 \begin_layout Standard
11664 \noindent
11665 The command for the last formula is: 
11666 \series bold
11667 A
11668 \backslash
11669 {=
11670 \begin_inset Formula $\to$
11671 \end_inset
11672
11673 B
11674 \end_layout
11675
11676 \begin_layout Standard
11677 \begin_inset VSpace bigskip
11678 \end_inset
11679
11680 Spaces are needed for physical units, because the space between the value
11681  and the unit is the smallest one and not a normal space.
11682  For units in text, the smallest space is inserted via the menu 
11683 \family sans
11684 Insert\SpecialChar \menuseparator
11685 Formatting\SpecialChar \menuseparator
11686 Thin
11687 \begin_inset space ~
11688 \end_inset
11689
11690 Space
11691 \family default
11692  (shortcut 
11693 \begin_inset Info
11694 type  "shortcut"
11695 arg   "space-insert thin"
11696 \end_inset
11697
11698 ).
11699 \end_layout
11700
11701 \begin_layout Standard
11702 An example to visualize the difference:
11703 \end_layout
11704
11705 \begin_layout Standard
11706 \begin_inset Tabular
11707 <lyxtabular version="3" rows="2" columns="2">
11708 <features>
11709 <column alignment="left" valignment="top" width="0">
11710 <column alignment="left" valignment="top" width="0">
11711 <row>
11712 <cell alignment="center" valignment="top" usebox="none">
11713 \begin_inset Text
11714
11715 \begin_layout Plain Layout
11716 24 kW
11717 \begin_inset Formula $\cdot$
11718 \end_inset
11719
11720 h
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 <cell alignment="center" valignment="top" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729 space between value and unit
11730 \end_layout
11731
11732 \end_inset
11733 </cell>
11734 </row>
11735 <row>
11736 <cell alignment="center" valignment="top" usebox="none">
11737 \begin_inset Text
11738
11739 \begin_layout Plain Layout
11740 24
11741 \begin_inset space \thinspace{}
11742 \end_inset
11743
11744 kW
11745 \begin_inset Formula $\cdot$
11746 \end_inset
11747
11748 h
11749 \end_layout
11750
11751 \end_inset
11752 </cell>
11753 <cell alignment="center" valignment="top" usebox="none">
11754 \begin_inset Text
11755
11756 \begin_layout Plain Layout
11757 smallest space between value and unit
11758 \end_layout
11759
11760 \end_inset
11761 </cell>
11762 </row>
11763 </lyxtabular>
11764
11765 \end_inset
11766
11767
11768 \end_layout
11769
11770 \begin_layout Subsection
11771 Variable Space
11772 \begin_inset ERT
11773 status collapsed
11774
11775 \begin_layout Plain Layout
11776
11777
11778 \backslash
11779 texorpdfstring{
11780 \end_layout
11781
11782 \end_inset
11783
11784
11785 \begin_inset Foot
11786 status collapsed
11787
11788 \begin_layout Plain Layout
11789 for vertical space in formulas see 
11790 \begin_inset CommandInset ref
11791 LatexCommand ref
11792 reference "sub:Line-Separation"
11793
11794 \end_inset
11795
11796
11797 \end_layout
11798
11799 \end_inset
11800
11801
11802 \begin_inset ERT
11803 status collapsed
11804
11805 \begin_layout Plain Layout
11806
11807 }{}
11808 \end_layout
11809
11810 \end_inset
11811
11812
11813 \begin_inset Note Note
11814 status collapsed
11815
11816 \begin_layout Plain Layout
11817
11818 \backslash
11819 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11820 \end_layout
11821
11822 \begin_layout Plain Layout
11823 More about 
11824 \backslash
11825 texorpdfstring is in section 
11826 \begin_inset CommandInset ref
11827 LatexCommand ref
11828 reference "sub:Formulas-in-Section"
11829
11830 \end_inset
11831
11832 .
11833 \end_layout
11834
11835 \end_inset
11836
11837
11838 \begin_inset CommandInset label
11839 LatexCommand label
11840 name "sub:Variable-Space"
11841
11842 \end_inset
11843
11844
11845 \begin_inset Index
11846 status collapsed
11847
11848 \begin_layout Plain Layout
11849 Space ! horizontal ! variable
11850 \end_layout
11851
11852 \end_inset
11853
11854
11855 \end_layout
11856
11857 \begin_layout Standard
11858 Space with a defined length can be inserted with the command 
11859 \series bold
11860
11861 \backslash
11862 hspace
11863 \series default
11864
11865 \begin_inset Index
11866 status collapsed
11867
11868 \begin_layout Plain Layout
11869 Commands ! H ! 
11870 \backslash
11871 hspace
11872 \end_layout
11873
11874 \end_inset
11875
11876 .
11877  Then a long 
11878 \begin_inset Quotes eld
11879 \end_inset
11880
11881
11882 \color blue
11883
11884 \begin_inset ERT
11885 status collapsed
11886
11887 \begin_layout Plain Layout
11888
11889
11890 \backslash
11891 spce 
11892 \end_layout
11893
11894 \end_inset
11895
11896
11897 \color inherit
11898
11899 \begin_inset Quotes erd
11900 \end_inset
11901
11902  appears.
11903  The length can be specified by left-clicking on the 
11904 \begin_inset Quotes eld
11905 \end_inset
11906
11907
11908 \color blue
11909
11910 \begin_inset ERT
11911 status collapsed
11912
11913 \begin_layout Plain Layout
11914
11915
11916 \backslash
11917 spce 
11918 \end_layout
11919
11920 \end_inset
11921
11922
11923 \color inherit
11924
11925 \begin_inset Quotes erd
11926 \end_inset
11927
11928 .
11929  The length may also be negative.
11930  To insert so many space that the formula uses all available space, the
11931  command 
11932 \series bold
11933
11934 \backslash
11935 hfill
11936 \series default
11937
11938 \begin_inset Index
11939 status collapsed
11940
11941 \begin_layout Plain Layout
11942 Commands ! H ! 
11943 \backslash
11944 hfill
11945 \end_layout
11946
11947 \end_inset
11948
11949  is used.
11950 \end_layout
11951
11952 \begin_layout Standard
11953 \begin_inset VSpace -1mm
11954 \end_inset
11955
11956
11957 \end_layout
11958
11959 \begin_layout Standard
11960 \align center
11961 \begin_inset Tabular
11962 <lyxtabular version="3" rows="4" columns="2">
11963 <features>
11964 <column alignment="center" valignment="top" width="0">
11965 <column alignment="center" valignment="top" width="0">
11966 <row>
11967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11968 \begin_inset Text
11969
11970 \begin_layout Plain Layout
11971 Command (
11972 \backslash
11973 hspace length)
11974 \end_layout
11975
11976 \end_inset
11977 </cell>
11978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11979 \begin_inset Text
11980
11981 \begin_layout Plain Layout
11982 Result
11983 \end_layout
11984
11985 \end_inset
11986 </cell>
11987 </row>
11988 <row>
11989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11990 \begin_inset Text
11991
11992 \begin_layout Plain Layout
11993 A=B
11994 \backslash
11995 hspace
11996 \begin_inset ERT
11997 status collapsed
11998
11999 \begin_layout Plain Layout
12000
12001
12002 \backslash
12003 spce 
12004 \end_layout
12005
12006 \end_inset
12007
12008
12009 \begin_inset Formula $\to$
12010 \end_inset
12011
12012 A
12013 \backslash
12014 not=C (3
12015 \begin_inset space \thinspace{}
12016 \end_inset
12017
12018 cm)
12019 \end_layout
12020
12021 \end_inset
12022 </cell>
12023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12024 \begin_inset Text
12025
12026 \begin_layout Plain Layout
12027 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12028 \end_inset
12029
12030
12031 \end_layout
12032
12033 \end_inset
12034 </cell>
12035 </row>
12036 <row>
12037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12038 \begin_inset Text
12039
12040 \begin_layout Plain Layout
12041 A
12042 \backslash
12043 hspace
12044 \begin_inset ERT
12045 status collapsed
12046
12047 \begin_layout Plain Layout
12048
12049
12050 \backslash
12051 spce 
12052 \end_layout
12053
12054 \end_inset
12055
12056
12057 \begin_inset Formula $\to$
12058 \end_inset
12059
12060 A
12061 \backslash
12062 not=A (-1
12063 \begin_inset space \thinspace{}
12064 \end_inset
12065
12066 mm)
12067 \end_layout
12068
12069 \end_inset
12070 </cell>
12071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12072 \begin_inset Text
12073
12074 \begin_layout Plain Layout
12075 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12076 \end_inset
12077
12078
12079 \end_layout
12080
12081 \end_inset
12082 </cell>
12083 </row>
12084 <row>
12085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12086 \begin_inset Text
12087
12088 \begin_layout Plain Layout
12089 A=A
12090 \backslash
12091 hfill
12092 \begin_inset ERT
12093 status collapsed
12094
12095 \begin_layout Plain Layout
12096
12097
12098 \backslash
12099 spce 
12100 \end_layout
12101
12102 \end_inset
12103
12104 B=B
12105 \end_layout
12106
12107 \end_inset
12108 </cell>
12109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12110 \begin_inset Text
12111
12112 \begin_layout Plain Layout
12113 \begin_inset Formula $A=A\hfill B=B$
12114 \end_inset
12115
12116
12117 \end_layout
12118
12119 \end_inset
12120 </cell>
12121 </row>
12122 </lyxtabular>
12123
12124 \end_inset
12125
12126
12127 \end_layout
12128
12129 \begin_layout Standard
12130 In the last example the available space is given by the longest column entry
12131  of the table.
12132  In an inline formula the space depends on the length of the line in which
12133  
12134 \series bold
12135
12136 \backslash
12137 hfill
12138 \series default
12139  is inserted.
12140  Thus, when the line uses the full width, no space will be created.
12141  
12142 \series bold
12143
12144 \backslash
12145 hfill
12146 \series default
12147  only has an effect on displayed formulas when the formula style 
12148 \series bold
12149 Indented
12150 \series default
12151  is used.
12152  (Formula styles are explained in 
12153 \begin_inset CommandInset ref
12154 LatexCommand ref
12155 reference "sec:Formula-Styles"
12156
12157 \end_inset
12158
12159 .)
12160 \end_layout
12161
12162 \begin_layout Standard
12163 Besides 
12164 \series bold
12165
12166 \backslash
12167 hfill
12168 \series default
12169 , there are the commands 
12170 \series bold
12171
12172 \backslash
12173 dotfill
12174 \series default
12175  and 
12176 \series bold
12177
12178 \backslash
12179 hrulefill
12180 \series default
12181  that fill the space with a pattern, see 
12182 \begin_inset CommandInset ref
12183 LatexCommand ref
12184 reference "sub:Ellipses"
12185
12186 \end_inset
12187
12188  for an example.
12189 \end_layout
12190
12191 \begin_layout Standard
12192 For text, variable space can be inserted via the menu 
12193 \family sans
12194 Insert\SpecialChar \menuseparator
12195 Formatting\SpecialChar \menuseparator
12196 Horizontal
12197 \begin_inset space ~
12198 \end_inset
12199
12200 Space
12201 \family default
12202 :
12203 \end_layout
12204
12205 \begin_layout Standard
12206 This is a line with
12207 \begin_inset space \hspace{}
12208 \length 2cm
12209 \end_inset
12210
12211 2
12212 \begin_inset space \thinspace{}
12213 \end_inset
12214
12215 cm space.
12216 \end_layout
12217
12218 \begin_layout Standard
12219 This is a line with
12220 \begin_inset space \hfill{}
12221 \end_inset
12222
12223 maximum space.
12224 \end_layout
12225
12226 \begin_layout Subsection
12227 Space besides inline Formulas
12228 \begin_inset Index
12229 status collapsed
12230
12231 \begin_layout Plain Layout
12232 Space ! besides inline formulas
12233 \end_layout
12234
12235 \end_inset
12236
12237
12238 \end_layout
12239
12240 \begin_layout Standard
12241 The space that surrounds inline formulas can be adjusted with the length
12242  
12243 \series bold
12244
12245 \backslash
12246 mathsurround
12247 \begin_inset Index
12248 status collapsed
12249
12250 \begin_layout Plain Layout
12251 Commands ! M ! 
12252 \backslash
12253 mathsurround
12254 \end_layout
12255
12256 \end_inset
12257
12258
12259 \series default
12260 .
12261  The value of a length is set with the command 
12262 \series bold
12263
12264 \backslash
12265 setlength
12266 \begin_inset Index
12267 status collapsed
12268
12269 \begin_layout Plain Layout
12270 Commands ! S ! 
12271 \backslash
12272 setlength
12273 \end_layout
12274
12275 \end_inset
12276
12277
12278 \series default
12279  that has the following scheme:
12280 \end_layout
12281
12282 \begin_layout Standard
12283
12284 \series bold
12285
12286 \backslash
12287 setlength{length name}{value}
12288 \end_layout
12289
12290 \begin_layout Standard
12291 To set 
12292 \series bold
12293
12294 \backslash
12295 mathsurround
12296 \series default
12297  to the value 5
12298 \begin_inset space \thinspace{}
12299 \end_inset
12300
12301 mm, the command
12302 \end_layout
12303
12304 \begin_layout Standard
12305
12306 \series bold
12307
12308 \backslash
12309 setlength{
12310 \backslash
12311 mathsurround}{5mm}
12312 \end_layout
12313
12314 \begin_layout Standard
12315 is inserted in TeX-mode.
12316  5
12317 \begin_inset space \thinspace{}
12318 \end_inset
12319
12320 mm space will now be set around all inline formulas:
12321 \begin_inset ERT
12322 status collapsed
12323
12324 \begin_layout Plain Layout
12325
12326
12327 \backslash
12328 setlength{
12329 \backslash
12330 mathsurround}{5mm}
12331 \end_layout
12332
12333 \end_inset
12334
12335
12336 \end_layout
12337
12338 \begin_layout Standard
12339 This is a line with an inline formula 
12340 \begin_inset Formula $A=B$
12341 \end_inset
12342
12343  with 5
12344 \begin_inset space \thinspace{}
12345 \end_inset
12346
12347 mm surrounding space.
12348 \begin_inset ERT
12349 status collapsed
12350
12351 \begin_layout Plain Layout
12352
12353
12354 \backslash
12355 setlength{
12356 \backslash
12357 mathsurround}{0pt}
12358 \end_layout
12359
12360 \end_inset
12361
12362
12363 \end_layout
12364
12365 \begin_layout Standard
12366 To return to the predefined value, 
12367 \series bold
12368
12369 \backslash
12370 mathsurround
12371 \series default
12372  is set to the value 0
12373 \begin_inset space \thinspace{}
12374 \end_inset
12375
12376 pt.
12377 \end_layout
12378
12379 \begin_layout Section
12380 Boxes and Frames
12381 \begin_inset Index
12382 status collapsed
12383
12384 \begin_layout Plain Layout
12385 Boxes
12386 \end_layout
12387
12388 \end_inset
12389
12390
12391 \begin_inset Index
12392 status collapsed
12393
12394 \begin_layout Plain Layout
12395 Frames | see
12396 \begin_inset ERT
12397 status collapsed
12398
12399 \begin_layout Plain Layout
12400
12401 {
12402 \end_layout
12403
12404 \end_inset
12405
12406 Boxes
12407 \begin_inset ERT
12408 status collapsed
12409
12410 \begin_layout Plain Layout
12411
12412 }
12413 \end_layout
12414
12415 \end_inset
12416
12417
12418 \end_layout
12419
12420 \end_inset
12421
12422
12423 \end_layout
12424
12425 \begin_layout Standard
12426 Boxes for text are described in chapter 
12427 \family typewriter
12428 Boxes
12429 \family default
12430  in the 
12431 \family typewriter
12432 Embedded
12433 \begin_inset space ~
12434 \end_inset
12435
12436 Objects
12437 \family default
12438  manual.
12439 \end_layout
12440
12441 \begin_layout Subsection
12442 Boxes with Frame
12443 \begin_inset CommandInset label
12444 LatexCommand label
12445 name "sub:Boxes-with-Frame"
12446
12447 \end_inset
12448
12449
12450 \begin_inset Index
12451 status collapsed
12452
12453 \begin_layout Plain Layout
12454 Boxes ! with frame
12455 \end_layout
12456
12457 \end_inset
12458
12459
12460 \end_layout
12461
12462 \begin_layout Standard
12463 It is possible to frame formulas or parts of it with the commands 
12464 \series bold
12465
12466 \backslash
12467 fbox
12468 \series default
12469
12470 \begin_inset Index
12471 status collapsed
12472
12473 \begin_layout Plain Layout
12474 Commands ! F ! 
12475 \backslash
12476 fbox
12477 \end_layout
12478
12479 \end_inset
12480
12481  and 
12482 \series bold
12483
12484 \backslash
12485 boxed
12486 \series default
12487
12488 \begin_inset Index
12489 status collapsed
12490
12491 \begin_layout Plain Layout
12492 Commands ! B ! 
12493 \backslash
12494 boxed
12495 \end_layout
12496
12497 \end_inset
12498
12499 .
12500 \end_layout
12501
12502 \begin_layout Standard
12503 When one of these commands is inserted to a formula, a blue box appears
12504  within a frame to enter formula parts.
12505  For 
12506 \series bold
12507
12508 \backslash
12509 fbox
12510 \series default
12511  an additional formula has to be created by 
12512 \family sans
12513 Ctrl+M
12514 \family default
12515  within this box, because the box content will otherwise be treated as mathemati
12516 cal text.
12517  When 
12518 \series bold
12519
12520 \backslash
12521 boxed
12522 \series default
12523  is used, a new formula is automatically created inside the frame.
12524 \end_layout
12525
12526 \begin_layout Standard
12527 The command 
12528 \series bold
12529
12530 \backslash
12531 fbox
12532 \series default
12533  is not suitable to frame displayed formulas because the formula will always
12534  be set in the size of the text.
12535  
12536 \series bold
12537
12538 \backslash
12539 boxed
12540 \series default
12541  is in contrary not suitable to frame inline formulas, because the formula
12542  will always be set in the size of a displayed formula.
12543 \end_layout
12544
12545 \begin_layout Standard
12546 As extension to 
12547 \series bold
12548
12549 \backslash
12550 fbox
12551 \series default
12552  there is the command 
12553 \series bold
12554
12555 \backslash
12556 framebox
12557 \series default
12558
12559 \begin_inset Index
12560 status collapsed
12561
12562 \begin_layout Plain Layout
12563 Commands ! F ! 
12564 \backslash
12565 framebox
12566 \end_layout
12567
12568 \end_inset
12569
12570  where additionally the frame width and the alignment can be specified.
12571  
12572 \series bold
12573
12574 \backslash
12575 framebox
12576 \series default
12577  is used in the following scheme:
12578 \end_layout
12579
12580 \begin_layout Standard
12581
12582 \series bold
12583
12584 \backslash
12585 framebox[frame width][position]{box content}
12586 \end_layout
12587
12588 \begin_layout Standard
12589 The position can either be 
12590 \emph on
12591 l
12592 \emph default
12593  or 
12594 \emph on
12595 r
12596 \emph default
12597 .
12598  
12599 \emph on
12600 l
12601 \emph default
12602  left aligns, 
12603 \emph on
12604 r
12605 \emph default
12606  right aligns the formula in the box.
12607  When no position is given, the formula will be centered.
12608 \begin_inset Newline newline
12609 \end_inset
12610
12611 Is no width given, also no position can be given.
12612  In this case the frame width is adjusted to the box content like for 
12613 \series bold
12614
12615 \backslash
12616 fbox
12617 \series default
12618 .
12619 \end_layout
12620
12621 \begin_layout Standard
12622 When the command 
12623 \series bold
12624
12625 \backslash
12626 framebox
12627 \series default
12628  is inserted, a box appears containing three blue boxes.
12629  The first two boxes are surrounded by brackets and denote the two optional
12630  arguments.
12631  The third box is for formula parts like for 
12632 \series bold
12633
12634 \backslash
12635 fbox
12636 \series default
12637 .
12638 \end_layout
12639
12640 \begin_layout Standard
12641 \align center
12642 \begin_inset Tabular
12643 <lyxtabular version="3" rows="5" columns="2">
12644 <features>
12645 <column alignment="center" valignment="top" width="0">
12646 <column alignment="center" valignment="top" width="0">
12647 <row>
12648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12649 \begin_inset Text
12650
12651 \begin_layout Plain Layout
12652 Command
12653 \end_layout
12654
12655 \end_inset
12656 </cell>
12657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12658 \begin_inset Text
12659
12660 \begin_layout Plain Layout
12661 Result
12662 \begin_inset Note Note
12663 status collapsed
12664
12665 \begin_layout Plain Layout
12666
12667 \series bold
12668
12669 \backslash
12670 raisebox
12671 \series default
12672  is only used as spacer.
12673 \end_layout
12674
12675 \end_inset
12676
12677
12678 \end_layout
12679
12680 \end_inset
12681 </cell>
12682 </row>
12683 <row>
12684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12685 \begin_inset Text
12686
12687 \begin_layout Plain Layout
12688
12689 \backslash
12690 fbox
12691 \begin_inset ERT
12692 status collapsed
12693
12694 \begin_layout Plain Layout
12695
12696
12697 \backslash
12698 spce 
12699 \end_layout
12700
12701 \end_inset
12702
12703
12704 \family sans
12705 Ctrl+M
12706 \family default
12707  
12708 \backslash
12709 int
12710 \begin_inset ERT
12711 status collapsed
12712
12713 \begin_layout Plain Layout
12714
12715
12716 \backslash
12717 spce 
12718 \end_layout
12719
12720 \end_inset
12721
12722 A=B
12723 \end_layout
12724
12725 \end_inset
12726 </cell>
12727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12728 \begin_inset Text
12729
12730 \begin_layout Plain Layout
12731 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12732 \end_inset
12733
12734
12735 \end_layout
12736
12737 \end_inset
12738 </cell>
12739 </row>
12740 <row>
12741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12742 \begin_inset Text
12743
12744 \begin_layout Plain Layout
12745
12746 \backslash
12747 boxed
12748 \begin_inset ERT
12749 status collapsed
12750
12751 \begin_layout Plain Layout
12752
12753
12754 \backslash
12755 spce 
12756 \end_layout
12757
12758 \end_inset
12759
12760
12761 \backslash
12762 int
12763 \begin_inset ERT
12764 status collapsed
12765
12766 \begin_layout Plain Layout
12767
12768
12769 \backslash
12770 spce 
12771 \end_layout
12772
12773 \end_inset
12774
12775 A=B
12776 \end_layout
12777
12778 \end_inset
12779 </cell>
12780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12781 \begin_inset Text
12782
12783 \begin_layout Plain Layout
12784 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12785 \end_inset
12786
12787
12788 \end_layout
12789
12790 \end_inset
12791 </cell>
12792 </row>
12793 <row>
12794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12795 \begin_inset Text
12796
12797 \begin_layout Plain Layout
12798 A+
12799 \backslash
12800 fbox
12801 \begin_inset ERT
12802 status collapsed
12803
12804 \begin_layout Plain Layout
12805
12806
12807 \backslash
12808 spce 
12809 \end_layout
12810
12811 \end_inset
12812
12813 B
12814 \end_layout
12815
12816 \end_inset
12817 </cell>
12818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12819 \begin_inset Text
12820
12821 \begin_layout Plain Layout
12822 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12823 \end_inset
12824
12825
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 </row>
12831 <row>
12832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12833 \begin_inset Text
12834
12835 \begin_layout Plain Layout
12836
12837 \backslash
12838 framebox
12839 \begin_inset ERT
12840 status collapsed
12841
12842 \begin_layout Plain Layout
12843
12844
12845 \backslash
12846 spce 
12847 \end_layout
12848
12849 \end_inset
12850
12851 20mm
12852 \begin_inset Formula $\to$
12853 \end_inset
12854
12855
12856 \begin_inset Formula $\to$
12857 \end_inset
12858
12859
12860 \family sans
12861 Ctrl+M
12862 \family default
12863  
12864 \backslash
12865 frac
12866 \begin_inset ERT
12867 status collapsed
12868
12869 \begin_layout Plain Layout
12870
12871
12872 \backslash
12873 spce 
12874 \end_layout
12875
12876 \end_inset
12877
12878 A
12879 \begin_inset Formula $\downarrow$
12880 \end_inset
12881
12882 B
12883 \end_layout
12884
12885 \end_inset
12886 </cell>
12887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12888 \begin_inset Text
12889
12890 \begin_layout Plain Layout
12891 \begin_inset Formula $\raisebox{6mm}{}$
12892 \end_inset
12893
12894
12895 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12896 \end_inset
12897
12898
12899 \begin_inset Formula $\raisebox{-4mm}{}$
12900 \end_inset
12901
12902
12903 \end_layout
12904
12905 \end_inset
12906 </cell>
12907 </row>
12908 </lyxtabular>
12909
12910 \end_inset
12911
12912
12913 \end_layout
12914
12915 \begin_layout Standard
12916 The frame thickness can also be adjusted.
12917  To do this the following commands have to be inserted in TeX-mode before
12918  the formula
12919 \end_layout
12920
12921 \begin_layout Standard
12922
12923 \series bold
12924
12925 \backslash
12926 fboxrule
12927 \series default
12928  
12929 \series bold
12930
12931 \begin_inset Quotes eld
12932 \end_inset
12933
12934 thickness
12935 \begin_inset Quotes erd
12936 \end_inset
12937
12938
12939 \series default
12940  
12941 \series bold
12942
12943 \backslash
12944 fboxsep
12945 \series default
12946  
12947 \series bold
12948
12949 \begin_inset Quotes eld
12950 \end_inset
12951
12952 distance
12953 \begin_inset Quotes erd
12954 \end_inset
12955
12956
12957 \end_layout
12958
12959 \begin_layout Standard
12960 \begin_inset Quotes eld
12961 \end_inset
12962
12963 distance
12964 \begin_inset Quotes erd
12965 \end_inset
12966
12967  specifies the minimal distance between the frame and the first character
12968  in the box.
12969  An example for this is the following framed formula:
12970 \begin_inset ERT
12971 status collapsed
12972
12973 \begin_layout Plain Layout
12974
12975
12976 \backslash
12977 fboxrule 2mm 
12978 \backslash
12979 fboxsep 3mm
12980 \end_layout
12981
12982 \end_inset
12983
12984
12985 \begin_inset Formula \[
12986 \boxed{A+B=C}\]
12987
12988 \end_inset
12989
12990 Before this formula the commands
12991 \end_layout
12992
12993 \begin_layout Standard
12994
12995 \series bold
12996
12997 \backslash
12998 fboxrule
12999 \series default
13000  
13001 \series bold
13002 2mm
13003 \series default
13004  
13005 \series bold
13006
13007 \backslash
13008 fboxsep
13009 \series default
13010  
13011 \series bold
13012 3mm
13013 \end_layout
13014
13015 \begin_layout Standard
13016 were inserted in TeX-mode.
13017  The given values are used for all following boxes.
13018 \end_layout
13019
13020 \begin_layout Standard
13021 To return to the standard frame size, the command
13022 \end_layout
13023
13024 \begin_layout Standard
13025
13026 \series bold
13027
13028 \backslash
13029 fboxrule
13030 \series default
13031  
13032 \series bold
13033 0.4pt
13034 \series default
13035  
13036 \series bold
13037
13038 \backslash
13039 fboxsep
13040 \series default
13041  
13042 \series bold
13043 3pt
13044 \series default
13045
13046 \begin_inset ERT
13047 status collapsed
13048
13049 \begin_layout Plain Layout
13050
13051
13052 \backslash
13053 fboxrule 0.4pt 
13054 \backslash
13055 fboxsep 3pt
13056 \end_layout
13057
13058 \end_inset
13059
13060
13061 \end_layout
13062
13063 \begin_layout Standard
13064 is inserted in TeX-mode before the next formula.
13065 \end_layout
13066
13067 \begin_layout Subsection
13068 Boxes without Frame
13069 \begin_inset CommandInset label
13070 LatexCommand label
13071 name "sub:Boxes-without-Frame"
13072
13073 \end_inset
13074
13075
13076 \begin_inset Index
13077 status collapsed
13078
13079 \begin_layout Plain Layout
13080 Boxes ! without frame
13081 \end_layout
13082
13083 \end_inset
13084
13085
13086 \end_layout
13087
13088 \begin_layout Standard
13089 For boxes without a frame there are the following box commands: 
13090 \series bold
13091
13092 \backslash
13093 mbox
13094 \series default
13095
13096 \begin_inset Index
13097 status collapsed
13098
13099 \begin_layout Plain Layout
13100 Commands ! M ! 
13101 \backslash
13102 mbox
13103 \end_layout
13104
13105 \end_inset
13106
13107
13108 \series bold
13109
13110 \backslash
13111 makebox
13112 \series default
13113
13114 \begin_inset Index
13115 status collapsed
13116
13117 \begin_layout Plain Layout
13118 Commands ! M ! 
13119 \backslash
13120 makebox
13121 \end_layout
13122
13123 \end_inset
13124
13125 , and 
13126 \series bold
13127
13128 \backslash
13129 raisebox
13130 \series default
13131
13132 \begin_inset Index
13133 status collapsed
13134
13135 \begin_layout Plain Layout
13136 Commands ! R ! 
13137 \backslash
13138 raisebox
13139 \end_layout
13140
13141 \end_inset
13142
13143
13144 \end_layout
13145
13146 \begin_layout Standard
13147 With 
13148 \series bold
13149
13150 \backslash
13151 raisebox
13152 \series default
13153  a box can be super- or subscripted.
13154  But in contrary to normal super- and subscripting, the characters in the
13155  box keep their font size.
13156  
13157 \series bold
13158
13159 \backslash
13160 raisebox
13161 \series default
13162  is used in the following scheme:
13163 \end_layout
13164
13165 \begin_layout Standard
13166
13167 \series bold
13168
13169 \backslash
13170 raisebox{height}{box content}
13171 \end_layout
13172
13173 \begin_layout Standard
13174 When the box should contain a formula, an extra formula is needed like for
13175  
13176 \series bold
13177
13178 \backslash
13179 fbox
13180 \series default
13181 .
13182  
13183 \series medium
13184
13185 \begin_inset Note Greyedout
13186 status open
13187
13188 \begin_layout Plain Layout
13189
13190 \series bold
13191 Note:
13192 \series default
13193  For 
13194 \series bold
13195
13196 \backslash
13197 raisebox
13198 \series default
13199  this extra formula is created by pressing 
13200 \family sans
13201 Ctrl+M
13202 \family default
13203  twice instead of once because LyX doesn't yet support 
13204 \series bold
13205
13206 \backslash
13207 raisebox
13208 \series default
13209  directly.
13210 \end_layout
13211
13212 \end_inset
13213
13214
13215 \end_layout
13216
13217 \begin_layout Standard
13218 \align center
13219 \begin_inset Tabular
13220 <lyxtabular version="3" rows="4" columns="2">
13221 <features>
13222 <column alignment="center" valignment="top" width="0">
13223 <column alignment="center" valignment="top" width="0">
13224 <row>
13225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13226 \begin_inset Text
13227
13228 \begin_layout Plain Layout
13229 Command
13230 \end_layout
13231
13232 \end_inset
13233 </cell>
13234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13235 \begin_inset Text
13236
13237 \begin_layout Plain Layout
13238 Result
13239 \end_layout
13240
13241 \end_inset
13242 </cell>
13243 </row>
13244 <row>
13245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13246 \begin_inset Text
13247
13248 \begin_layout Plain Layout
13249 H
13250 \backslash
13251 raisebox{2mm
13252 \begin_inset Formula $\to$
13253 \end_inset
13254
13255
13256 \backslash
13257 {al
13258 \begin_inset Formula $\to$
13259 \end_inset
13260
13261  lo
13262 \end_layout
13263
13264 \end_inset
13265 </cell>
13266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13267 \begin_inset Text
13268
13269 \begin_layout Plain Layout
13270 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13271 \end_inset
13272
13273
13274 \end_layout
13275
13276 \end_inset
13277 </cell>
13278 </row>
13279 <row>
13280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13281 \begin_inset Text
13282
13283 \begin_layout Plain Layout
13284 H
13285 \backslash
13286 raisebox{-2mm
13287 \begin_inset Formula $\to$
13288 \end_inset
13289
13290
13291 \backslash
13292 {al
13293 \begin_inset Formula $\to$
13294 \end_inset
13295
13296 lo
13297 \end_layout
13298
13299 \end_inset
13300 </cell>
13301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13302 \begin_inset Text
13303
13304 \begin_layout Plain Layout
13305 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13306 \end_inset
13307
13308
13309 \end_layout
13310
13311 \end_inset
13312 </cell>
13313 </row>
13314 <row>
13315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13316 \begin_inset Text
13317
13318 \begin_layout Plain Layout
13319 A=
13320 \backslash
13321 raisebox{-2mm
13322 \begin_inset Formula $\to$
13323 \end_inset
13324
13325
13326 \backslash
13327 {
13328 \family sans
13329 Ctrl+M
13330 \family default
13331  
13332 \family sans
13333 Ctrl+M
13334 \family default
13335  
13336 \backslash
13337 sqrt
13338 \begin_inset ERT
13339 status collapsed
13340
13341 \begin_layout Plain Layout
13342
13343
13344 \backslash
13345 spce 
13346 \end_layout
13347
13348 \end_inset
13349
13350
13351 \end_layout
13352
13353 \end_inset
13354 </cell>
13355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13356 \begin_inset Text
13357
13358 \begin_layout Plain Layout
13359 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13360 \end_inset
13361
13362
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 </row>
13368 </lyxtabular>
13369
13370 \end_inset
13371
13372
13373 \end_layout
13374
13375 \begin_layout Standard
13376 The command 
13377 \series bold
13378
13379 \backslash
13380 mbox
13381 \series default
13382  is equivalent to 
13383 \series bold
13384
13385 \backslash
13386 fbox
13387 \series default
13388  and 
13389 \series bold
13390
13391 \backslash
13392 makebox
13393 \series default
13394  is equivalent to 
13395 \series bold
13396
13397 \backslash
13398 framebox
13399 \series default
13400 , with the difference that there is no frame.
13401 \end_layout
13402
13403 \begin_layout Subsection
13404 Colored Boxes
13405 \begin_inset CommandInset label
13406 LatexCommand label
13407 name "sub:Colored-Boxes"
13408
13409 \end_inset
13410
13411
13412 \begin_inset Index
13413 status collapsed
13414
13415 \begin_layout Plain Layout
13416 Boxes ! colored
13417 \end_layout
13418
13419 \end_inset
13420
13421
13422 \end_layout
13423
13424 \begin_layout Standard
13425 To be able to use all commands explained in this section, the LaTeX-package
13426  
13427 \series bold
13428 color
13429 \series default
13430
13431 \begin_inset Foot
13432 status collapsed
13433
13434 \begin_layout Plain Layout
13435 The LaTeX-package 
13436 \series bold
13437 color
13438 \series default
13439  is part of every LaTeX standard installation.
13440 \end_layout
13441
13442 \end_inset
13443
13444
13445 \begin_inset Index
13446 status collapsed
13447
13448 \begin_layout Plain Layout
13449 Packages ! color
13450 \end_layout
13451
13452 \end_inset
13453
13454  has to be loaded in the LaTeX-preamble with the line
13455 \begin_inset Foot
13456 status collapsed
13457
13458 \begin_layout Plain Layout
13459 When text is colored somewhere in the document with a predefined color,
13460  LyX loads the LaTeX-package 
13461 \series bold
13462 color
13463 \series default
13464  automatically.
13465  Thus it is possible that the package is loaded twice, but this doesn't
13466  arise problems.
13467 \end_layout
13468
13469 \end_inset
13470
13471
13472 \begin_inset Note Note
13473 status collapsed
13474
13475 \begin_layout Plain Layout
13476 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13477 amble.
13478 \end_layout
13479
13480 \end_inset
13481
13482
13483 \end_layout
13484
13485 \begin_layout Standard
13486
13487 \series bold
13488
13489 \backslash
13490 usepackage{color}
13491 \end_layout
13492
13493 \begin_layout Standard
13494 \begin_inset VSpace medskip
13495 \end_inset
13496
13497 To color boxes, the command 
13498 \series bold
13499
13500 \backslash
13501 colorbox
13502 \series default
13503
13504 \begin_inset Index
13505 status collapsed
13506
13507 \begin_layout Plain Layout
13508 Commands ! C ! 
13509 \backslash
13510 colorbox
13511 \end_layout
13512
13513 \end_inset
13514
13515  is used in the following scheme:
13516 \end_layout
13517
13518 \begin_layout Standard
13519
13520 \series bold
13521
13522 \backslash
13523 colorbox{color}{box content}
13524 \end_layout
13525
13526 \begin_layout Standard
13527 The box content can also be a box and a 
13528 \series bold
13529
13530 \backslash
13531 colorbox
13532 \series default
13533  can also be part of another box (see the 2nd and 3rd example).
13534  When the box should contain a formula, an extra formula has to be created,
13535  the same way as for 
13536 \series bold
13537
13538 \backslash
13539 raisebox
13540 \series default
13541 .
13542 \begin_inset Foot
13543 status collapsed
13544
13545 \begin_layout Plain Layout
13546 This also applies for the command 
13547 \series bold
13548
13549 \backslash
13550 fcolorbox
13551 \series default
13552 .
13553 \end_layout
13554
13555 \end_inset
13556
13557
13558 \end_layout
13559
13560 \begin_layout Standard
13561 One of the following predefined colors can be chosen:
13562 \end_layout
13563
13564 \begin_layout Standard
13565
13566 \series bold
13567 black
13568 \series default
13569
13570 \series bold
13571 blue
13572 \series default
13573
13574 \series bold
13575 cyan
13576 \series default
13577
13578 \series bold
13579 green
13580 \series default
13581
13582 \series bold
13583 magenta
13584 \series default
13585
13586 \series bold
13587 red
13588 \series default
13589
13590 \series bold
13591 white
13592 \series default
13593 , and 
13594 \series bold
13595 yellow
13596 \end_layout
13597
13598 \begin_layout Standard
13599 \align center
13600 \begin_inset Tabular
13601 <lyxtabular version="3" rows="4" columns="2">
13602 <features>
13603 <column alignment="center" valignment="top" width="0">
13604 <column alignment="center" valignment="top" width="0">
13605 <row>
13606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13607 \begin_inset Text
13608
13609 \begin_layout Plain Layout
13610 Command
13611 \end_layout
13612
13613 \end_inset
13614 </cell>
13615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13616 \begin_inset Text
13617
13618 \begin_layout Plain Layout
13619 Result
13620 \begin_inset Note Note
13621 status collapsed
13622
13623 \begin_layout Plain Layout
13624
13625 \series bold
13626
13627 \backslash
13628 raisebox
13629 \series default
13630  is only used as spacer.
13631 \end_layout
13632
13633 \end_inset
13634
13635
13636 \end_layout
13637
13638 \end_inset
13639 </cell>
13640 </row>
13641 <row>
13642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13643 \begin_inset Text
13644
13645 \begin_layout Plain Layout
13646
13647 \backslash
13648 colorbox{yellow
13649 \begin_inset Formula $\to$
13650 \end_inset
13651
13652
13653 \backslash
13654 {A=B
13655 \end_layout
13656
13657 \end_inset
13658 </cell>
13659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13660 \begin_inset Text
13661
13662 \begin_layout Plain Layout
13663 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13664 \end_inset
13665
13666
13667 \end_layout
13668
13669 \end_inset
13670 </cell>
13671 </row>
13672 <row>
13673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13674 \begin_inset Text
13675
13676 \begin_layout Plain Layout
13677
13678 \backslash
13679 colorbox{green
13680 \begin_inset Formula $\to$
13681 \end_inset
13682
13683
13684 \backslash
13685 {
13686 \backslash
13687 fbox
13688 \begin_inset ERT
13689 status collapsed
13690
13691 \begin_layout Plain Layout
13692
13693
13694 \backslash
13695 spce 
13696 \end_layout
13697
13698 \end_inset
13699
13700 A=B
13701 \end_layout
13702
13703 \end_inset
13704 </cell>
13705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13706 \begin_inset Text
13707
13708 \begin_layout Plain Layout
13709 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13710 \end_inset
13711
13712
13713 \end_layout
13714
13715 \end_inset
13716 </cell>
13717 </row>
13718 <row>
13719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13720 \begin_inset Text
13721
13722 \begin_layout Plain Layout
13723
13724 \backslash
13725 fbox
13726 \begin_inset ERT
13727 status collapsed
13728
13729 \begin_layout Plain Layout
13730
13731
13732 \backslash
13733 spce 
13734 \end_layout
13735
13736 \end_inset
13737
13738
13739 \backslash
13740 colorbox{green
13741 \begin_inset Formula $\to$
13742 \end_inset
13743
13744
13745 \backslash
13746 {
13747 \family sans
13748 Ctrl+M
13749 \family default
13750  
13751 \family sans
13752 Ctrl+M
13753 \family default
13754  
13755 \backslash
13756 int
13757 \begin_inset ERT
13758 status collapsed
13759
13760 \begin_layout Plain Layout
13761
13762
13763 \backslash
13764 spce 
13765 \end_layout
13766
13767 \end_inset
13768
13769 C=D
13770 \end_layout
13771
13772 \end_inset
13773 </cell>
13774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13775 \begin_inset Text
13776
13777 \begin_layout Plain Layout
13778 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13779 \end_inset
13780
13781
13782 \end_layout
13783
13784 \end_inset
13785 </cell>
13786 </row>
13787 </lyxtabular>
13788
13789 \end_inset
13790
13791
13792 \end_layout
13793
13794 \begin_layout Standard
13795
13796 \series bold
13797
13798 \backslash
13799 colorbox
13800 \series default
13801  only colors the box but not the characters in the box.
13802  To color all characters, the whole formula is highlighted and the wanted
13803  color is chosen in the 
13804 \family sans
13805 Text
13806 \begin_inset space ~
13807 \end_inset
13808
13809 Style
13810 \family default
13811  dialog.
13812  The dialog can be called with the toolbar button 
13813 \begin_inset Graphics
13814         filename ../images/dialog-show_character.png
13815         scale 85
13816
13817 \end_inset
13818
13819  or the menu 
13820 \family sans
13821 Edit\SpecialChar \menuseparator
13822 Text
13823 \begin_inset space ~
13824 \end_inset
13825
13826 Style\SpecialChar \menuseparator
13827 Customized
13828 \family default
13829 .
13830  The formula number has then the same color as the formula.
13831  When the formula number should get another color than the formula characters,
13832  the color must be changed within the formula.
13833 \end_layout
13834
13835 \begin_layout Standard
13836 An example:
13837 \end_layout
13838
13839 \begin_layout Standard
13840
13841 \color red
13842 \begin_inset Formula \begin{equation}
13843 \int A=B\label{eq:red}\end{equation}
13844
13845 \end_inset
13846
13847
13848 \color green
13849
13850 \begin_inset Formula \begin{equation}
13851 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13852
13853 \end_inset
13854
13855
13856 \end_layout
13857
13858 \begin_layout Standard
13859 Formula 
13860 \begin_inset CommandInset ref
13861 LatexCommand eqref
13862 reference "eq:red"
13863
13864 \end_inset
13865
13866  is completely colored red.
13867 \begin_inset Newline newline
13868 \end_inset
13869
13870 Formula 
13871 \begin_inset CommandInset ref
13872 LatexCommand eqref
13873 reference "eq:redgreen"
13874
13875 \end_inset
13876
13877  was first completely colored green to set the color for the formula number.
13878  Subsequently the formula characters were colored red.
13879 \end_layout
13880
13881 \begin_layout Standard
13882 \begin_inset VSpace bigskip
13883 \end_inset
13884
13885 To color the frame different than the rest of the box, the command 
13886 \series bold
13887
13888 \backslash
13889 fcolorbox
13890 \series default
13891
13892 \begin_inset Index
13893 status collapsed
13894
13895 \begin_layout Plain Layout
13896 Commands ! F ! 
13897 \backslash
13898 fcolorbox
13899 \end_layout
13900
13901 \end_inset
13902
13903  is used in the following scheme:
13904 \end_layout
13905
13906 \begin_layout Standard
13907
13908 \series bold
13909
13910 \backslash
13911 fcolorbox{frame color}{color}{box content}
13912 \end_layout
13913
13914 \begin_layout Standard
13915 So 
13916 \series bold
13917
13918 \backslash
13919 fcolorbox
13920 \series default
13921  is an extension of the command 
13922 \series bold
13923
13924 \backslash
13925 colorbox
13926 \series default
13927 .
13928  The frame width is set, like for 
13929 \series bold
13930
13931 \backslash
13932 framebox
13933 \series default
13934 , with 
13935 \series bold
13936
13937 \backslash
13938 fboxrule
13939 \series default
13940  and 
13941 \series bold
13942
13943 \backslash
13944 fboxsep
13945 \series default
13946 .
13947  An example:
13948 \begin_inset ERT
13949 status collapsed
13950
13951 \begin_layout Plain Layout
13952
13953
13954 \backslash
13955 fboxrule 1mm 
13956 \backslash
13957 fboxsep 1mm
13958 \end_layout
13959
13960 \end_inset
13961
13962
13963 \begin_inset Formula \[
13964 \fcolorbox{cyan}{magenta}{A=B}\]
13965
13966 \end_inset
13967
13968
13969 \begin_inset ERT
13970 status collapsed
13971
13972 \begin_layout Plain Layout
13973
13974
13975 \backslash
13976 fboxrule 0.4pt 
13977 \backslash
13978 fboxsep 3pt
13979 \end_layout
13980
13981 \end_inset
13982
13983
13984 \end_layout
13985
13986 \begin_layout Standard
13987 This formula was created with the command
13988 \begin_inset Newline newline
13989 \end_inset
13990
13991
13992 \series bold
13993
13994 \backslash
13995 fcolorbox{cyan
13996 \begin_inset Formula $\to$
13997 \end_inset
13998
13999
14000 \backslash
14001 {magenta
14002 \begin_inset Formula $\to$
14003 \end_inset
14004
14005
14006 \backslash
14007 {A=B
14008 \series default
14009 .
14010 \end_layout
14011
14012 \begin_layout Standard
14013 \begin_inset VSpace bigskip
14014 \end_inset
14015
14016 To use other colors than the predefined ones, they have to be defined first.
14017 \end_layout
14018
14019 \begin_layout Standard
14020 One can for example define the color 
14021 \begin_inset Quotes eld
14022 \end_inset
14023
14024
14025 \series bold
14026 darkgreen
14027 \series default
14028
14029 \begin_inset Quotes erd
14030 \end_inset
14031
14032  with the LaTeX-preamble line:
14033 \end_layout
14034
14035 \begin_layout Standard
14036
14037 \series bold
14038
14039 \backslash
14040 definecolor{darkgreen}{cmyk}{0.5,
14041 \series default
14042  
14043 \series bold
14044 0,
14045 \series default
14046  
14047 \series bold
14048 1,
14049 \series default
14050  
14051 \series bold
14052 0.5}
14053 \series default
14054
14055 \begin_inset Index
14056 status collapsed
14057
14058 \begin_layout Plain Layout
14059 Commands ! D ! 
14060 \backslash
14061 definecolor
14062 \end_layout
14063
14064 \end_inset
14065
14066
14067 \end_layout
14068
14069 \begin_layout Standard
14070
14071 \series bold
14072 cmyk
14073 \series default
14074  is the color space that denotes the colors 
14075 \series bold
14076 cyan
14077 \series default
14078
14079 \series bold
14080 magenta
14081 \series default
14082
14083 \series bold
14084 yellow
14085 \series default
14086 , and 
14087 \series bold
14088 black
14089 \series default
14090 .
14091  The four comma separated numbers are the portion factor for the corresponding
14092  colors of the color space.
14093  The factors can be in the range of 0
14094 \begin_inset space \thinspace{}
14095 \end_inset
14096
14097 -
14098 \begin_inset space \thinspace{}
14099 \end_inset
14100
14101 1.
14102  Instead of 
14103 \series bold
14104 cmyk
14105 \series default
14106  also the color space 
14107 \series bold
14108 rgb
14109 \series default
14110  can be used for definitions.
14111  
14112 \series bold
14113 rgb
14114 \series default
14115  denotes 
14116 \series bold
14117 red
14118 \series default
14119
14120 \series bold
14121 green
14122 \series default
14123 , and 
14124 \series bold
14125 blue
14126 \series default
14127 , so that there are in this case three portion factors for the corresponding
14128  colors.
14129  Furthermore there is the color space 
14130 \series bold
14131 gray
14132 \series default
14133  with one portion factor for the gray value.
14134 \end_layout
14135
14136 \begin_layout Standard
14137 As example a framed box with the new defined color 
14138 \series bold
14139 darkgreen
14140 \series default
14141  where the characters have been colored 
14142 \series bold
14143 yellow
14144 \series default
14145 :
14146 \begin_inset Formula \begin{equation}
14147 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14148
14149 \end_inset
14150
14151
14152 \end_layout
14153
14154 \begin_layout Standard
14155 Self-defined colors can also be used for text with the help of the command
14156  
14157 \series bold
14158
14159 \backslash
14160 textcolor
14161 \series default
14162 :
14163 \begin_inset Index
14164 status collapsed
14165
14166 \begin_layout Plain Layout
14167 Text ! colored
14168 \end_layout
14169
14170 \end_inset
14171
14172
14173 \end_layout
14174
14175 \begin_layout Standard
14176 \begin_inset ERT
14177 status collapsed
14178
14179 \begin_layout Plain Layout
14180
14181
14182 \backslash
14183 textcolor{darkgreen}{
14184 \end_layout
14185
14186 \end_inset
14187
14188 This sentence is 
14189 \begin_inset Quotes eld
14190 \end_inset
14191
14192 darkgreen
14193 \begin_inset Quotes erd
14194 \end_inset
14195
14196 .
14197 \begin_inset ERT
14198 status collapsed
14199
14200 \begin_layout Plain Layout
14201
14202 }
14203 \end_layout
14204
14205 \end_inset
14206
14207
14208 \end_layout
14209
14210 \begin_layout Standard
14211
14212 \series bold
14213
14214 \backslash
14215 textcolor
14216 \series default
14217
14218 \begin_inset Index
14219 status collapsed
14220
14221 \begin_layout Plain Layout
14222 Commands ! T ! 
14223 \backslash
14224 textcolor
14225 \end_layout
14226
14227 \end_inset
14228
14229  is used in the scheme 
14230 \series bold
14231
14232 \backslash
14233 textcolor{color}{characters to color}
14234 \series default
14235 .
14236 \end_layout
14237
14238 \begin_layout Subsection
14239 Paragraph Boxes
14240 \begin_inset CommandInset label
14241 LatexCommand label
14242 name "sub:Paragraph-Boxes"
14243
14244 \end_inset
14245
14246
14247 \begin_inset Index
14248 status collapsed
14249
14250 \begin_layout Plain Layout
14251 Boxes ! as paragraph
14252 \end_layout
14253
14254 \end_inset
14255
14256
14257 \end_layout
14258
14259 \begin_layout Standard
14260 A box that can contain several lines and paragraphs, a so called paragraph
14261  box (parbox), can be created with the menu 
14262 \family sans
14263 Insert\SpecialChar \menuseparator
14264 Box
14265 \family default
14266  or the toolbar button 
14267 \begin_inset Graphics
14268         filename ../images/box-insert.png
14269         scale 85
14270
14271 \end_inset
14272
14273 .
14274 \end_layout
14275
14276 \begin_layout Standard
14277 The following example shows a framed parbox in a line:
14278 \end_layout
14279
14280 \begin_layout Standard
14281 \begin_inset VSpace medskip
14282 \end_inset
14283
14284 This is a line 
14285 \begin_inset Box Boxed
14286 position "c"
14287 hor_pos "c"
14288 has_inner_box 1
14289 inner_pos "t"
14290 use_parbox 1
14291 width "5cm"
14292 special "none"
14293 height "1in"
14294 height_special "totalheight"
14295 status open
14296
14297 \begin_layout Plain Layout
14298 This is a paragraph box.
14299  It is exactly 5
14300 \begin_inset space \thinspace{}
14301 \end_inset
14302
14303 cm long and can also contain formulas: 
14304 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14305 \end_inset
14306
14307
14308 \end_layout
14309
14310 \end_inset
14311
14312  with a parbox.
14313 \end_layout
14314
14315 \begin_layout Standard
14316 \begin_inset VSpace medskip
14317 \end_inset
14318
14319
14320 \end_layout
14321
14322 \begin_layout Standard
14323 Such a box is created by right-clicking on the gray box inset.
14324  A dialog pops up showing the box properties.
14325  In our case set: 
14326 \emph on
14327 Decoration
14328 \emph default
14329 : Recangular box, 
14330 \emph on
14331 Inner Box
14332 \emph default
14333 : Parbox, 
14334 \emph on
14335 Width
14336 \emph default
14337 : 5
14338 \begin_inset space \thinspace{}
14339 \end_inset
14340
14341 cm, 
14342 \emph on
14343 Vertical Box Alignment
14344 \emph default
14345 : Middle
14346 \end_layout
14347
14348 \begin_layout Standard
14349 \begin_inset VSpace medskip
14350 \end_inset
14351
14352 In LaTeX a parbox is created with the command 
14353 \series bold
14354
14355 \backslash
14356 parbox
14357 \series default
14358
14359 \begin_inset Index
14360 status collapsed
14361
14362 \begin_layout Plain Layout
14363 Commands ! P ! 
14364 \backslash
14365 parbox
14366 \end_layout
14367
14368 \end_inset
14369
14370  that has the following scheme:
14371 \end_layout
14372
14373 \begin_layout Standard
14374
14375 \series bold
14376
14377 \backslash
14378 parbox[position]{width}{box content}
14379 \end_layout
14380
14381 \begin_layout Standard
14382 The positions 
14383 \emph on
14384 b
14385 \emph default
14386  and 
14387 \emph on
14388 t
14389 \emph default
14390  are possible.
14391  
14392 \emph on
14393 b
14394 \emph default
14395  for bottom means that the box is aligned within the surrounding text with
14396  its last line.
14397  With 
14398 \emph on
14399 t
14400 \emph default
14401  for top this is done with the first line.
14402  When no position is given, the box will be vertically centered, see section
14403  
14404 \emph on
14405 Boxes
14406 \emph default
14407  of the 
14408 \emph on
14409 Embedded
14410 \begin_inset space ~
14411 \end_inset
14412
14413 Objects
14414 \emph default
14415  manual for examples.
14416 \end_layout
14417
14418 \begin_layout Standard
14419 \begin_inset VSpace bigskip
14420 \end_inset
14421
14422 To frame formulas completely, including the formula number, the formula
14423  must be set into a parbox.
14424  To do this, the command 
14425 \series bold
14426
14427 \backslash
14428 fbox{
14429 \backslash
14430 parbox{
14431 \backslash
14432 linewidth-2
14433 \backslash
14434 fboxsep-2
14435 \backslash
14436 fboxrule}{
14437 \series default
14438  is inserted in TeX-mode before the formula.
14439  
14440 \series bold
14441
14442 \backslash
14443 linewidth
14444 \begin_inset Index
14445 status collapsed
14446
14447 \begin_layout Plain Layout
14448 Commands ! L ! 
14449 \backslash
14450 linewidth
14451 \end_layout
14452
14453 \end_inset
14454
14455
14456 \series default
14457  is hereby the line width set for the document.
14458  Because the frame is outside the parbox, 2
14459 \begin_inset space \thinspace{}
14460 \end_inset
14461
14462 times the frame separation and the frame thickness must be subtracted from
14463  the line width.
14464  As this is not automatically done by LyX due to a bug
14465 \begin_inset Foot
14466 status collapsed
14467
14468 \begin_layout Plain Layout
14469 \begin_inset CommandInset href
14470 LatexCommand href
14471 name "LyX-bug #4483"
14472 target "http://www.lyx.org/trac/ticket/4483"
14473
14474 \end_inset
14475
14476
14477 \end_layout
14478
14479 \end_inset
14480
14481 , TeX-mode has to be used.
14482  To be able to multiply and subtract in arguments, the LaTeX-package 
14483 \series bold
14484 calc
14485 \series default
14486
14487 \begin_inset Foot
14488 status collapsed
14489
14490 \begin_layout Plain Layout
14491
14492 \series bold
14493 calc
14494 \series default
14495  is part of every LaTeX standard installation.
14496 \end_layout
14497
14498 \end_inset
14499
14500
14501 \begin_inset Index
14502 status collapsed
14503
14504 \begin_layout Plain Layout
14505 Packages ! calc
14506 \end_layout
14507
14508 \end_inset
14509
14510  must be loaded in the LaTeX-preamble with the line
14511 \end_layout
14512
14513 \begin_layout Standard
14514
14515 \series bold
14516
14517 \backslash
14518 usepackage{calc}
14519 \end_layout
14520
14521 \begin_layout Standard
14522 Behind the formula both boxes are closed by entering 
14523 \series bold
14524 }}
14525 \series default
14526  in TeX-mode.
14527  Here is an example:
14528 \begin_inset ERT
14529 status collapsed
14530
14531 \begin_layout Plain Layout
14532
14533
14534 \backslash
14535 fboxsep 5mm 
14536 \backslash
14537 fboxrule 5mm
14538 \end_layout
14539
14540 \end_inset
14541
14542
14543 \end_layout
14544
14545 \begin_layout Standard
14546 \begin_inset ERT
14547 status collapsed
14548
14549 \begin_layout Plain Layout
14550
14551
14552 \backslash
14553 fbox{
14554 \backslash
14555 parbox{
14556 \backslash
14557 linewidth-2
14558 \backslash
14559 fboxsep-2
14560 \backslash
14561 fboxrule}{
14562 \end_layout
14563
14564 \end_inset
14565
14566
14567 \begin_inset Formula \begin{equation}
14568 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14569
14570 \end_inset
14571
14572
14573 \begin_inset ERT
14574 status collapsed
14575
14576 \begin_layout Plain Layout
14577
14578 }}
14579 \end_layout
14580
14581 \end_inset
14582
14583
14584 \begin_inset ERT
14585 status collapsed
14586
14587 \begin_layout Plain Layout
14588
14589
14590 \backslash
14591 fboxrule 0.4pt 
14592 \backslash
14593 fboxsep 3pt
14594 \end_layout
14595
14596 \end_inset
14597
14598
14599 \end_layout
14600
14601 \begin_layout Standard
14602 \begin_inset VSpace medskip
14603 \end_inset
14604
14605 As a parbox is used as argument of 
14606 \series bold
14607
14608 \backslash
14609 fbox
14610 \series default
14611 , there is in this case no difference between 
14612 \series bold
14613
14614 \backslash
14615 fbox
14616 \series default
14617  and 
14618 \series bold
14619
14620 \backslash
14621 boxed
14622 \series default
14623 .
14624 \end_layout
14625
14626 \begin_layout Standard
14627 \begin_inset VSpace bigskip
14628 \end_inset
14629
14630 Paragraph boxes are very useful to comment formulas directly.
14631  To do this, 
14632 \series bold
14633
14634 \backslash
14635 parbox
14636 \series default
14637  is used in combination with the command 
14638 \series bold
14639
14640 \backslash
14641 tag
14642 \series default
14643 .
14644  (more about 
14645 \series bold
14646
14647 \backslash
14648 tag
14649 \series default
14650  see 
14651 \begin_inset CommandInset ref
14652 LatexCommand ref
14653 reference "sub:User-defined-Numbering"
14654
14655 \end_inset
14656
14657 )
14658 \end_layout
14659
14660 \begin_layout Standard
14661 An example of a formula commented with 
14662 \series bold
14663
14664 \backslash
14665 parbox
14666 \series default
14667 :
14668 \end_layout
14669
14670 \begin_layout Standard
14671 \begin_inset ERT
14672 status collapsed
14673
14674 \begin_layout Plain Layout
14675
14676
14677 \backslash
14678 [5x-7b=3b
14679 \backslash
14680 tag*{
14681 \backslash
14682 parbox{5cm}{
14683 \end_layout
14684
14685 \end_inset
14686
14687 This is a description.
14688  It is distinctly separated from the formula and multiline.
14689 \begin_inset ERT
14690 status collapsed
14691
14692 \begin_layout Plain Layout
14693
14694 }}
14695 \backslash
14696 ]
14697 \end_layout
14698
14699 \end_inset
14700
14701
14702 \end_layout
14703
14704 \begin_layout Standard
14705 Such a formula must be inserted completely in TeX-mode because LyX does
14706  not yet support the command 
14707 \series bold
14708
14709 \backslash
14710 parbox
14711 \series default
14712  in formulas.
14713  The formula is created with the following command sequence:
14714 \end_layout
14715
14716 \begin_layout Standard
14717 The command 
14718 \series bold
14719
14720 \backslash
14721 [5x-7b=3b
14722 \backslash
14723 tag*
14724 \backslash
14725 {
14726 \backslash
14727 parbox{5cm}{
14728 \series default
14729  is inserted in TeX-mode.
14730 \begin_inset Foot
14731 status collapsed
14732
14733 \begin_layout Plain Layout
14734 When the formula style 
14735 \series bold
14736 Indented
14737 \series default
14738  is used, 
14739 \series bold
14740
14741 \backslash
14742 tag*
14743 \backslash
14744 {
14745 \series default
14746  can also be replaced by 
14747 \series bold
14748
14749 \backslash
14750 hfill
14751 \series default
14752 .
14753  (formula styles see 
14754 \begin_inset CommandInset ref
14755 LatexCommand ref
14756 reference "sec:Formula-Styles"
14757
14758 \end_inset
14759
14760 )
14761 \end_layout
14762
14763 \end_inset
14764
14765  Then the description follows as normal text, and finally 
14766 \series bold
14767 }}
14768 \backslash
14769 ]
14770 \series default
14771  is inserted in TeX-mode.
14772  The commands 
14773 \series bold
14774
14775 \backslash
14776 [
14777 \series default
14778  and 
14779 \series bold
14780
14781 \backslash
14782 ]
14783 \series default
14784  hereby create a displayed formula.
14785 \end_layout
14786
14787 \begin_layout Standard
14788 The advantages of 
14789 \series bold
14790
14791 \backslash
14792 parbox
14793 \series default
14794  can be seen in this example that was 
14795 \begin_inset Quotes eld
14796 \end_inset
14797
14798 commented
14799 \begin_inset Quotes erd
14800 \end_inset
14801
14802  using the mathematical textmode:
14803 \begin_inset Formula \[
14804 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14805
14806 \end_inset
14807
14808
14809 \end_layout
14810
14811 \begin_layout Section
14812 Operators
14813 \begin_inset Index
14814 status collapsed
14815
14816 \begin_layout Plain Layout
14817 Operators
14818 \end_layout
14819
14820 \end_inset
14821
14822
14823 \end_layout
14824
14825 \begin_layout Subsection
14826 Big Operators
14827 \begin_inset CommandInset label
14828 LatexCommand label
14829 name "sub:Big-Operators"
14830
14831 \end_inset
14832
14833
14834 \begin_inset Index
14835 status collapsed
14836
14837 \begin_layout Plain Layout
14838 Operators ! big
14839 \end_layout
14840
14841 \end_inset
14842
14843
14844 \begin_inset Index
14845 status collapsed
14846
14847 \begin_layout Plain Layout
14848 Sums
14849 \end_layout
14850
14851 \end_inset
14852
14853
14854 \begin_inset Index
14855 status collapsed
14856
14857 \begin_layout Plain Layout
14858 Integrals
14859 \end_layout
14860
14861 \end_inset
14862
14863
14864 \end_layout
14865
14866 \begin_layout Standard
14867 To be able to use all integral operators listed here, the option 
14868 \family sans
14869 Use esint package automatically
14870 \family default
14871  must be set in the document settings under 
14872 \family sans
14873 Math
14874 \begin_inset space ~
14875 \end_inset
14876
14877 Options
14878 \family default
14879 .
14880 \end_layout
14881
14882 \begin_layout Standard
14883 \begin_inset space \hfill{}
14884 \end_inset
14885
14886
14887 \begin_inset Tabular
14888 <lyxtabular version="3" rows="11" columns="2">
14889 <features>
14890 <column alignment="center" valignment="top" width="0pt">
14891 <column alignment="center" valignment="top" width="0pt">
14892 <row>
14893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14894 \begin_inset Text
14895
14896 \begin_layout Plain Layout
14897 Command
14898 \end_layout
14899
14900 \end_inset
14901 </cell>
14902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14903 \begin_inset Text
14904
14905 \begin_layout Plain Layout
14906 Result
14907 \end_layout
14908
14909 \end_inset
14910 </cell>
14911 </row>
14912 <row>
14913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14914 \begin_inset Text
14915
14916 \begin_layout Plain Layout
14917
14918 \backslash
14919 int
14920 \begin_inset Index
14921 status collapsed
14922
14923 \begin_layout Plain Layout
14924 Commands ! I ! 
14925 \backslash
14926 int
14927 \end_layout
14928
14929 \end_inset
14930
14931
14932 \end_layout
14933
14934 \end_inset
14935 </cell>
14936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14937 \begin_inset Text
14938
14939 \begin_layout Plain Layout
14940 \begin_inset Formula $\int$
14941 \end_inset
14942
14943
14944 \end_layout
14945
14946 \end_inset
14947 </cell>
14948 </row>
14949 <row>
14950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954
14955 \backslash
14956 oint
14957 \end_layout
14958
14959 \end_inset
14960 </cell>
14961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14962 \begin_inset Text
14963
14964 \begin_layout Plain Layout
14965 \begin_inset Formula $\oint$
14966 \end_inset
14967
14968
14969 \end_layout
14970
14971 \end_inset
14972 </cell>
14973 </row>
14974 <row>
14975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14976 \begin_inset Text
14977
14978 \begin_layout Plain Layout
14979
14980 \backslash
14981 ointctrclockwise
14982 \end_layout
14983
14984 \end_inset
14985 </cell>
14986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14987 \begin_inset Text
14988
14989 \begin_layout Plain Layout
14990 \begin_inset Formula $\ointctrclockwise$
14991 \end_inset
14992
14993
14994 \end_layout
14995
14996 \end_inset
14997 </cell>
14998 </row>
14999 <row>
15000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15001 \begin_inset Text
15002
15003 \begin_layout Plain Layout
15004
15005 \backslash
15006 ointclockwise
15007 \end_layout
15008
15009 \end_inset
15010 </cell>
15011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15012 \begin_inset Text
15013
15014 \begin_layout Plain Layout
15015 \begin_inset Formula $\ointclockwise$
15016 \end_inset
15017
15018
15019 \end_layout
15020
15021 \end_inset
15022 </cell>
15023 </row>
15024 <row>
15025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15026 \begin_inset Text
15027
15028 \begin_layout Plain Layout
15029
15030 \backslash
15031 sqint
15032 \end_layout
15033
15034 \end_inset
15035 </cell>
15036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15037 \begin_inset Text
15038
15039 \begin_layout Plain Layout
15040 \begin_inset Formula $\sqint$
15041 \end_inset
15042
15043
15044 \end_layout
15045
15046 \end_inset
15047 </cell>
15048 </row>
15049 <row>
15050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15051 \begin_inset Text
15052
15053 \begin_layout Plain Layout
15054
15055 \backslash
15056 fint
15057 \end_layout
15058
15059 \end_inset
15060 </cell>
15061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15062 \begin_inset Text
15063
15064 \begin_layout Plain Layout
15065  
15066 \begin_inset Formula $\fint$
15067 \end_inset
15068
15069
15070 \end_layout
15071
15072 \end_inset
15073 </cell>
15074 </row>
15075 <row>
15076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080
15081 \backslash
15082 landupint
15083 \end_layout
15084
15085 \end_inset
15086 </cell>
15087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15088 \begin_inset Text
15089
15090 \begin_layout Plain Layout
15091  
15092 \begin_inset Formula $\landupint$
15093 \end_inset
15094
15095
15096 \end_layout
15097
15098 \end_inset
15099 </cell>
15100 </row>
15101 <row>
15102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15103 \begin_inset Text
15104
15105 \begin_layout Plain Layout
15106
15107 \backslash
15108 landdownint
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15114 \begin_inset Text
15115
15116 \begin_layout Plain Layout
15117  
15118 \begin_inset Formula $\landdownint$
15119 \end_inset
15120
15121
15122 \end_layout
15123
15124 \end_inset
15125 </cell>
15126 </row>
15127 <row>
15128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15129 \begin_inset Text
15130
15131 \begin_layout Plain Layout
15132
15133 \backslash
15134 bigcap
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15140 \begin_inset Text
15141
15142 \begin_layout Plain Layout
15143 \begin_inset Formula $\bigcap$
15144 \end_inset
15145
15146
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 </row>
15152 <row>
15153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15154 \begin_inset Text
15155
15156 \begin_layout Plain Layout
15157
15158 \backslash
15159 bigcup
15160 \end_layout
15161
15162 \end_inset
15163 </cell>
15164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15165 \begin_inset Text
15166
15167 \begin_layout Plain Layout
15168 \begin_inset Formula $\bigcup$
15169 \end_inset
15170
15171
15172 \end_layout
15173
15174 \end_inset
15175 </cell>
15176 </row>
15177 </lyxtabular>
15178
15179 \end_inset
15180
15181
15182 \begin_inset space \hfill{}
15183 \end_inset
15184
15185
15186 \begin_inset Tabular
15187 <lyxtabular version="3" rows="11" columns="2">
15188 <features>
15189 <column alignment="center" valignment="top" width="0pt">
15190 <column alignment="center" valignment="top" width="0pt">
15191 <row>
15192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Plain Layout
15196 Command
15197 \end_layout
15198
15199 \end_inset
15200 </cell>
15201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15202 \begin_inset Text
15203
15204 \begin_layout Plain Layout
15205 Result
15206 \end_layout
15207
15208 \end_inset
15209 </cell>
15210 </row>
15211 <row>
15212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15213 \begin_inset Text
15214
15215 \begin_layout Plain Layout
15216
15217 \backslash
15218 sum
15219 \begin_inset Index
15220 status collapsed
15221
15222 \begin_layout Plain Layout
15223 Commands ! S ! 
15224 \backslash
15225 sum
15226 \end_layout
15227
15228 \end_inset
15229
15230
15231 \end_layout
15232
15233 \end_inset
15234 </cell>
15235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15236 \begin_inset Text
15237
15238 \begin_layout Plain Layout
15239 \begin_inset Formula $\sum$
15240 \end_inset
15241
15242
15243 \end_layout
15244
15245 \end_inset
15246 </cell>
15247 </row>
15248 <row>
15249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15250 \begin_inset Text
15251
15252 \begin_layout Plain Layout
15253
15254 \backslash
15255 prod
15256 \begin_inset Index
15257 status collapsed
15258
15259 \begin_layout Plain Layout
15260 Commands ! P ! 
15261 \backslash
15262 prod
15263 \end_layout
15264
15265 \end_inset
15266
15267
15268 \end_layout
15269
15270 \end_inset
15271 </cell>
15272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15273 \begin_inset Text
15274
15275 \begin_layout Plain Layout
15276 \begin_inset Formula $\prod$
15277 \end_inset
15278
15279
15280 \end_layout
15281
15282 \end_inset
15283 </cell>
15284 </row>
15285 <row>
15286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15287 \begin_inset Text
15288
15289 \begin_layout Plain Layout
15290
15291 \backslash
15292 coprod
15293 \end_layout
15294
15295 \end_inset
15296 </cell>
15297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15298 \begin_inset Text
15299
15300 \begin_layout Plain Layout
15301 \begin_inset Formula $\coprod$
15302 \end_inset
15303
15304
15305 \end_layout
15306
15307 \end_inset
15308 </cell>
15309 </row>
15310 <row>
15311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15312 \begin_inset Text
15313
15314 \begin_layout Plain Layout
15315
15316 \backslash
15317 bigodot
15318 \end_layout
15319
15320 \end_inset
15321 </cell>
15322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15323 \begin_inset Text
15324
15325 \begin_layout Plain Layout
15326 \begin_inset Formula $\bigodot$
15327 \end_inset
15328
15329
15330 \end_layout
15331
15332 \end_inset
15333 </cell>
15334 </row>
15335 <row>
15336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15337 \begin_inset Text
15338
15339 \begin_layout Plain Layout
15340
15341 \backslash
15342 bigotimes
15343 \end_layout
15344
15345 \end_inset
15346 </cell>
15347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15348 \begin_inset Text
15349
15350 \begin_layout Plain Layout
15351 \begin_inset Formula $\bigotimes$
15352 \end_inset
15353
15354
15355 \end_layout
15356
15357 \end_inset
15358 </cell>
15359 </row>
15360 <row>
15361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15362 \begin_inset Text
15363
15364 \begin_layout Plain Layout
15365
15366 \backslash
15367 bigoplus
15368 \end_layout
15369
15370 \end_inset
15371 </cell>
15372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15373 \begin_inset Text
15374
15375 \begin_layout Plain Layout
15376 \begin_inset Formula $\bigoplus$
15377 \end_inset
15378
15379
15380 \end_layout
15381
15382 \end_inset
15383 </cell>
15384 </row>
15385 <row>
15386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15387 \begin_inset Text
15388
15389 \begin_layout Plain Layout
15390
15391 \backslash
15392 bigwedge
15393 \end_layout
15394
15395 \end_inset
15396 </cell>
15397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15398 \begin_inset Text
15399
15400 \begin_layout Plain Layout
15401 \begin_inset Formula $\bigwedge$
15402 \end_inset
15403
15404
15405 \end_layout
15406
15407 \end_inset
15408 </cell>
15409 </row>
15410 <row>
15411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15412 \begin_inset Text
15413
15414 \begin_layout Plain Layout
15415
15416 \backslash
15417 bigvee
15418 \end_layout
15419
15420 \end_inset
15421 </cell>
15422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15423 \begin_inset Text
15424
15425 \begin_layout Plain Layout
15426 \begin_inset Formula $\bigvee$
15427 \end_inset
15428
15429
15430 \end_layout
15431
15432 \end_inset
15433 </cell>
15434 </row>
15435 <row>
15436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15437 \begin_inset Text
15438
15439 \begin_layout Plain Layout
15440
15441 \backslash
15442 bigsqcup
15443 \end_layout
15444
15445 \end_inset
15446 </cell>
15447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15448 \begin_inset Text
15449
15450 \begin_layout Plain Layout
15451 \begin_inset Formula $\bigsqcup$
15452 \end_inset
15453
15454
15455 \end_layout
15456
15457 \end_inset
15458 </cell>
15459 </row>
15460 <row>
15461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15462 \begin_inset Text
15463
15464 \begin_layout Plain Layout
15465
15466 \backslash
15467 biguplus
15468 \end_layout
15469
15470 \end_inset
15471 </cell>
15472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15473 \begin_inset Text
15474
15475 \begin_layout Plain Layout
15476 \begin_inset Formula $\biguplus$
15477 \end_inset
15478
15479
15480 \end_layout
15481
15482 \end_inset
15483 </cell>
15484 </row>
15485 </lyxtabular>
15486
15487 \end_inset
15488
15489
15490 \begin_inset space \hfill{}
15491 \end_inset
15492
15493
15494 \end_layout
15495
15496 \begin_layout Standard
15497 All big operators can also be inserted via the math toolbar button 
15498 \begin_inset Graphics
15499         filename ../images/math/intop.png
15500         scale 85
15501
15502 \end_inset
15503
15504 .
15505 \end_layout
15506
15507 \begin_layout Standard
15508 The operators are called big because they are bigger than the sometimes
15509  equal looking binary operators.
15510  All big operators can have limits as described in the next subsection.
15511 \end_layout
15512
15513 \begin_layout Standard
15514 For all integral operators there is a second version available, ending on
15515  
15516 \series bold
15517 op
15518 \series default
15519
15520 \series bold
15521
15522 \backslash
15523 intop
15524 \series default
15525
15526 \series bold
15527
15528 \backslash
15529 ointop
15530 \series default
15531  etc..
15532  These operators are different from 
15533 \series bold
15534
15535 \backslash
15536 int
15537 \series default
15538  etc.
15539 \begin_inset space \space{}
15540 \end_inset
15541
15542 in the style the operator limits are displayed, see 
15543 \begin_inset CommandInset ref
15544 LatexCommand ref
15545 reference "sub:Operator-Limits"
15546
15547 \end_inset
15548
15549 .
15550  
15551 \end_layout
15552
15553 \begin_layout Subsubsection*
15554 Advice for Integrals
15555 \end_layout
15556
15557 \begin_layout Standard
15558 The letter 
15559 \emph on
15560 d
15561 \emph default
15562  in an integral is an operator, that therefore has to be set upright.
15563  This is done by highlighting the 
15564 \emph on
15565 d
15566 \emph default
15567  and using the keyboard shortcut 
15568 \begin_inset Info
15569 type  "shortcut"
15570 arg   "font-roman"
15571 \end_inset
15572
15573
15574 \begin_inset Foot
15575 status collapsed
15576
15577 \begin_layout Plain Layout
15578 Font styles
15579 \series bold
15580  
15581 \series default
15582 see 
15583 \begin_inset CommandInset ref
15584 LatexCommand ref
15585 reference "sub:Font-Styles"
15586
15587 \end_inset
15588
15589
15590 \end_layout
15591
15592 \end_inset
15593
15594 .
15595  Finally the smallest space is inserted before the 
15596 \emph on
15597 d
15598 \emph default
15599 , as this is usual for operators.
15600  An example:
15601 \end_layout
15602
15603 \begin_layout Standard
15604 incorrect: 
15605 \begin_inset Formula $\int A(x)dx$
15606 \end_inset
15607
15608
15609 \begin_inset Newline newline
15610 \end_inset
15611
15612
15613 \begin_inset ERT
15614 status collapsed
15615
15616 \begin_layout Plain Layout
15617
15618
15619 \backslash
15620 hphantom{in}
15621 \end_layout
15622
15623 \end_inset
15624
15625 correct: 
15626 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15627 \end_inset
15628
15629
15630 \end_layout
15631
15632 \begin_layout Standard
15633 For multiple integrals there are the following commands:
15634 \begin_inset VSpace medskip
15635 \end_inset
15636
15637
15638 \end_layout
15639
15640 \begin_layout Standard
15641 \begin_inset space \hfill{}
15642 \end_inset
15643
15644
15645 \begin_inset Tabular
15646 <lyxtabular version="3" rows="4" columns="2">
15647 <features>
15648 <column alignment="center" valignment="top" width="0">
15649 <column alignment="center" valignment="top" width="0">
15650 <row>
15651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15652 \begin_inset Text
15653
15654 \begin_layout Plain Layout
15655 Command
15656 \end_layout
15657
15658 \end_inset
15659 </cell>
15660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15661 \begin_inset Text
15662
15663 \begin_layout Plain Layout
15664 Result
15665 \begin_inset Note Note
15666 status collapsed
15667
15668 \begin_layout Plain Layout
15669
15670 \series bold
15671
15672 \backslash
15673 raisebox
15674 \series default
15675  is only used as spacer.
15676 \end_layout
15677
15678 \end_inset
15679
15680
15681 \end_layout
15682
15683 \end_inset
15684 </cell>
15685 </row>
15686 <row>
15687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15688 \begin_inset Text
15689
15690 \begin_layout Plain Layout
15691
15692 \backslash
15693 iint
15694 \end_layout
15695
15696 \end_inset
15697 </cell>
15698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15699 \begin_inset Text
15700
15701 \begin_layout Plain Layout
15702 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15703 \end_inset
15704
15705
15706 \end_layout
15707
15708 \end_inset
15709 </cell>
15710 </row>
15711 <row>
15712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15713 \begin_inset Text
15714
15715 \begin_layout Plain Layout
15716
15717 \backslash
15718 oiint
15719 \end_layout
15720
15721 \end_inset
15722 </cell>
15723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15724 \begin_inset Text
15725
15726 \begin_layout Plain Layout
15727 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15728 \end_inset
15729
15730
15731 \end_layout
15732
15733 \end_inset
15734 </cell>
15735 </row>
15736 <row>
15737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15738 \begin_inset Text
15739
15740 \begin_layout Plain Layout
15741
15742 \backslash
15743 sqiint
15744 \end_layout
15745
15746 \end_inset
15747 </cell>
15748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15749 \begin_inset Text
15750
15751 \begin_layout Plain Layout
15752 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15753 \end_inset
15754
15755
15756 \end_layout
15757
15758 \end_inset
15759 </cell>
15760 </row>
15761 </lyxtabular>
15762
15763 \end_inset
15764
15765
15766 \begin_inset space \hfill{}
15767 \end_inset
15768
15769
15770 \begin_inset Tabular
15771 <lyxtabular version="3" rows="4" columns="2">
15772 <features>
15773 <column alignment="center" valignment="top" width="0">
15774 <column alignment="center" valignment="top" width="0">
15775 <row>
15776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15777 \begin_inset Text
15778
15779 \begin_layout Plain Layout
15780 Command
15781 \end_layout
15782
15783 \end_inset
15784 </cell>
15785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15786 \begin_inset Text
15787
15788 \begin_layout Plain Layout
15789 Result
15790 \end_layout
15791
15792 \end_inset
15793 </cell>
15794 </row>
15795 <row>
15796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15797 \begin_inset Text
15798
15799 \begin_layout Plain Layout
15800
15801 \backslash
15802 iiint
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15808 \begin_inset Text
15809
15810 \begin_layout Plain Layout
15811 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15812 \end_inset
15813
15814
15815 \end_layout
15816
15817 \end_inset
15818 </cell>
15819 </row>
15820 <row>
15821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15822 \begin_inset Text
15823
15824 \begin_layout Plain Layout
15825
15826 \backslash
15827 iiiint
15828 \end_layout
15829
15830 \end_inset
15831 </cell>
15832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15833 \begin_inset Text
15834
15835 \begin_layout Plain Layout
15836 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15837 \end_inset
15838
15839
15840 \end_layout
15841
15842 \end_inset
15843 </cell>
15844 </row>
15845 <row>
15846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15847 \begin_inset Text
15848
15849 \begin_layout Plain Layout
15850
15851 \backslash
15852 dotsint
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15862 \end_inset
15863
15864
15865 \end_layout
15866
15867 \end_inset
15868 </cell>
15869 </row>
15870 </lyxtabular>
15871
15872 \end_inset
15873
15874
15875 \begin_inset space \hfill{}
15876 \end_inset
15877
15878
15879 \end_layout
15880
15881 \begin_layout Subsection
15882 Operator Limits
15883 \begin_inset CommandInset label
15884 LatexCommand label
15885 name "sub:Operator-Limits"
15886
15887 \end_inset
15888
15889
15890 \begin_inset Index
15891 status collapsed
15892
15893 \begin_layout Plain Layout
15894 Operators ! Limits
15895 \end_layout
15896
15897 \end_inset
15898
15899
15900 \end_layout
15901
15902 \begin_layout Standard
15903 Limits are created by super- and subscripts:
15904 \end_layout
15905
15906 \begin_layout Standard
15907 \align center
15908 \begin_inset Tabular
15909 <lyxtabular version="3" rows="2" columns="2">
15910 <features>
15911 <column alignment="center" valignment="top" width="0pt">
15912 <column alignment="center" valignment="top" width="0pt">
15913 <row>
15914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Plain Layout
15918 Command
15919 \end_layout
15920
15921 \end_inset
15922 </cell>
15923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15924 \begin_inset Text
15925
15926 \begin_layout Plain Layout
15927 Result
15928 \begin_inset Note Note
15929 status collapsed
15930
15931 \begin_layout Plain Layout
15932
15933 \series bold
15934
15935 \backslash
15936 raisebox
15937 \series default
15938  is only used as spacer.
15939 \end_layout
15940
15941 \end_inset
15942
15943
15944 \end_layout
15945
15946 \end_inset
15947 </cell>
15948 </row>
15949 <row>
15950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15951 \begin_inset Text
15952
15953 \begin_layout Plain Layout
15954
15955 \backslash
15956 prod^
15957 \backslash
15958 infty
15959 \begin_inset ERT
15960 status collapsed
15961
15962 \begin_layout Plain Layout
15963
15964
15965 \backslash
15966 spce 
15967 \end_layout
15968
15969 \end_inset
15970
15971
15972 \begin_inset Formula $\to$
15973 \end_inset
15974
15975 _0
15976 \begin_inset Formula $\to$
15977 \end_inset
15978
15979 A(x)
15980 \end_layout
15981
15982 \end_inset
15983 </cell>
15984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15985 \begin_inset Text
15986
15987 \begin_layout Plain Layout
15988 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15989 \end_inset
15990
15991
15992 \end_layout
15993
15994 \end_inset
15995 </cell>
15996 </row>
15997 </lyxtabular>
15998
15999 \end_inset
16000
16001
16002 \end_layout
16003
16004 \begin_layout Standard
16005 Limits of inline formulas are set right beside the operator.
16006  Limits in displayed formulas are set above or below the operator, except
16007  for integral limits.
16008 \end_layout
16009
16010 \begin_layout Standard
16011 To force that the limits are set beside the operator, the cursor is set
16012  directly behind the operator and the limits type is changed with the menu
16013  
16014 \family sans
16015 Edit\SpecialChar \menuseparator
16016 Math\SpecialChar \menuseparator
16017 Change Limits Type
16018 \family default
16019  to 
16020 \family sans
16021 \series bold
16022 Inline
16023 \family default
16024 \series default
16025  (shortcut 
16026 \begin_inset Info
16027 type  "shortcut"
16028 arg   "math-limits"
16029 \end_inset
16030
16031 ).
16032  An example:
16033 \end_layout
16034
16035 \begin_layout Standard
16036 The default limits type is this:
16037 \begin_inset Formula \[
16038 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16039
16040 \end_inset
16041
16042 This is how it looks when the limits type was changed to 
16043 \family sans
16044 \series bold
16045 Inline
16046 \family default
16047 \series default
16048 :
16049 \begin_inset Formula \[
16050 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16051
16052 \end_inset
16053
16054 For integrals, except those ending with 
16055 \series bold
16056 op
16057 \series default
16058  like 
16059 \series bold
16060
16061 \backslash
16062 intop
16063 \series default
16064
16065 \series bold
16066
16067 \backslash
16068 ointop
16069 \series default
16070  etc., the limits are by default set beside the operator.
16071  But for multiple integrals the limits are often set below the operator.
16072  In the following example the limits type was therefore set to 
16073 \series bold
16074 Display
16075 \series default
16076  and so set below the integrals:
16077 \begin_inset Formula \begin{equation}
16078 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
16079
16080 \end_inset
16081
16082
16083 \end_layout
16084
16085 \begin_layout Standard
16086 \begin_inset VSpace medskip
16087 \end_inset
16088
16089 To specify conditions for limits, the commands 
16090 \series bold
16091
16092 \backslash
16093 subarray
16094 \series default
16095
16096 \begin_inset Index
16097 status collapsed
16098
16099 \begin_layout Plain Layout
16100 Commands ! S ! 
16101 \backslash
16102 subarray
16103 \end_layout
16104
16105 \end_inset
16106
16107  and 
16108 \series bold
16109
16110 \backslash
16111 substack
16112 \series default
16113
16114 \begin_inset Index
16115 status collapsed
16116
16117 \begin_layout Plain Layout
16118 Commands ! S ! 
16119 \backslash
16120 substack
16121 \end_layout
16122
16123 \end_inset
16124
16125  are used.
16126  To create for example this expression 
16127 \begin_inset Formula \begin{equation}
16128 \sum_{\begin{subarray}{c}
16129 0<k<1000\\
16130 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16131
16132 \end_inset
16133
16134
16135 \end_layout
16136
16137 \begin_layout Standard
16138 the following has to be done:
16139 \begin_inset Newline newline
16140 \end_inset
16141
16142 First the command 
16143 \series bold
16144
16145 \backslash
16146 sum
16147 \series default
16148 ^
16149 \series bold
16150 n
16151 \begin_inset ERT
16152 status collapsed
16153
16154 \begin_layout Plain Layout
16155
16156
16157 \backslash
16158 spce 
16159 \end_layout
16160
16161 \end_inset
16162
16163 _
16164 \series default
16165  is typed in.
16166  One is now in a blue box under the summation operator and insert there
16167  the command 
16168 \series bold
16169
16170 \backslash
16171 subarray
16172 \begin_inset ERT
16173 status collapsed
16174
16175 \begin_layout Plain Layout
16176
16177
16178 \backslash
16179 spce 
16180 \end_layout
16181
16182 \end_inset
16183
16184
16185 \series default
16186 .
16187  The blue box is now within a purple box and now several lines can be written
16188  among each other.
16189  A new line is created by inserting a line break (
16190 \begin_inset Info
16191 type  "shortcut"
16192 arg   "newline-insert newline"
16193 \end_inset
16194
16195 ).
16196  When now
16197 \begin_inset Newline newline
16198 \end_inset
16199
16200
16201 \series bold
16202 0<k<1000 Ctrl+Return
16203 \begin_inset Newline newline
16204 \end_inset
16205
16206
16207 \series default
16208 is typed in, a new box appears below for the new line.
16209 \end_layout
16210
16211 \begin_layout Standard
16212 The alignment of the lines can be changed to left aligned with the 
16213 \family sans
16214 table
16215 \family default
16216  
16217 \family sans
16218 toolbar
16219 \family default
16220  or the menu 
16221 \family sans
16222 Edit\SpecialChar \menuseparator
16223 Rows &Columns
16224 \family default
16225 .
16226  To get right alignment, 
16227 \series bold
16228
16229 \backslash
16230 hfill
16231 \begin_inset ERT
16232 status collapsed
16233
16234 \begin_layout Plain Layout
16235
16236
16237 \backslash
16238 spce 
16239 \end_layout
16240
16241 \end_inset
16242
16243
16244 \series default
16245  is inserted at the beginning of the line.
16246 \end_layout
16247
16248 \begin_layout Standard
16249 The command 
16250 \series bold
16251
16252 \backslash
16253 substack
16254 \series default
16255  is equivalent to 
16256 \series bold
16257
16258 \backslash
16259 subarray
16260 \series default
16261  with the difference that the lines are always centered.
16262 \end_layout
16263
16264 \begin_layout Standard
16265 \begin_inset VSpace bigskip
16266 \end_inset
16267
16268 Like in formula 
16269 \begin_inset CommandInset ref
16270 LatexCommand eqref
16271 reference "eq:substack"
16272
16273 \end_inset
16274
16275  there can be too much space beside an operator, because the characters
16276  following the operator are set beside the limits.
16277 \end_layout
16278
16279 \begin_layout Standard
16280 To avoid this, the following macro can be used in the LaTeX-preamble:
16281 \end_layout
16282
16283 \begin_layout Standard
16284
16285 \series bold
16286
16287 \backslash
16288 def
16289 \backslash
16290 clap#1{
16291 \backslash
16292 hbox to 0pt{
16293 \backslash
16294 hss #1
16295 \backslash
16296 hss}}
16297 \begin_inset Newline newline
16298 \end_inset
16299
16300
16301 \backslash
16302 def
16303 \backslash
16304 mathclap {
16305 \backslash
16306 mathpalette 
16307 \backslash
16308 mathclapinternal}
16309 \begin_inset Newline newline
16310 \end_inset
16311
16312
16313 \backslash
16314 def
16315 \backslash
16316 mathclapinternal #1#2{
16317 \backslash
16318 clap{$
16319 \backslash
16320 mathsurround =0pt #1{#2}$}}
16321 \end_layout
16322
16323 \begin_layout Standard
16324 This defines the command 
16325 \series bold
16326
16327 \backslash
16328 mathclap
16329 \series default
16330
16331 \begin_inset Index
16332 status collapsed
16333
16334 \begin_layout Plain Layout
16335 Commands ! M ! 
16336 \backslash
16337 mathclap
16338 \end_layout
16339
16340 \end_inset
16341
16342  that sets the width of the limit to 0
16343 \begin_inset space \thinspace{}
16344 \end_inset
16345
16346 pt.
16347  The command scheme is
16348 \end_layout
16349
16350 \begin_layout Standard
16351
16352 \series bold
16353
16354 \backslash
16355 mathclap{limit}
16356 \end_layout
16357
16358 \begin_layout Standard
16359 where the limit can consist of several conditions.
16360 \end_layout
16361
16362 \begin_layout Standard
16363 Applied on formula 
16364 \begin_inset CommandInset ref
16365 LatexCommand eqref
16366 reference "eq:substack"
16367
16368 \end_inset
16369
16370 , one uses the command
16371 \end_layout
16372
16373 \begin_layout Standard
16374
16375 \series bold
16376
16377 \backslash
16378 sum_
16379 \backslash
16380 mathclap{
16381 \backslash
16382 substack
16383 \begin_inset ERT
16384 status collapsed
16385
16386 \begin_layout Plain Layout
16387
16388
16389 \backslash
16390 spce 
16391 \end_layout
16392
16393 \end_inset
16394
16395 0<k<1000 Ctrl+Return
16396 \end_layout
16397
16398 \begin_layout Standard
16399 to create the lower limit.
16400  The summand is now directly behind the summation operator:
16401 \begin_inset Formula \[
16402 \sum_{\mathclap{\substack{0<k<1000\\
16403 \\k\,\in\,\mathbb{N}}
16404 }}^{n}k^{-2}\]
16405
16406 \end_inset
16407
16408
16409 \end_layout
16410
16411 \begin_layout Standard
16412 \begin_inset VSpace bigskip
16413 \end_inset
16414
16415 How to use one limit for several operators is described in 
16416 \begin_inset CommandInset ref
16417 LatexCommand ref
16418 reference "sub:Self-defined-Operators"
16419
16420 \end_inset
16421
16422 .
16423 \end_layout
16424
16425 \begin_layout Subsection
16426 Binary Operators
16427 \begin_inset CommandInset label
16428 LatexCommand label
16429 name "sub:Binary-Operators"
16430
16431 \end_inset
16432
16433
16434 \begin_inset Index
16435 status collapsed
16436
16437 \begin_layout Plain Layout
16438 Operators ! binary
16439 \end_layout
16440
16441 \end_inset
16442
16443
16444 \end_layout
16445
16446 \begin_layout Standard
16447 Binary operators are surrounded by space when there is a character before
16448  and behind them.
16449 \begin_inset VSpace medskip
16450 \end_inset
16451
16452
16453 \end_layout
16454
16455 \begin_layout Standard
16456 \begin_inset space \hfill{}
16457 \end_inset
16458
16459
16460 \begin_inset Tabular
16461 <lyxtabular version="3" rows="13" columns="2">
16462 <features>
16463 <column alignment="center" valignment="top" width="0pt">
16464 <column alignment="center" valignment="top" width="0pt">
16465 <row>
16466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Plain Layout
16470 Command
16471 \begin_inset Note Note
16472 status collapsed
16473
16474 \begin_layout Plain Layout
16475
16476 \series bold
16477
16478 \backslash
16479 raisebox
16480 \series default
16481  is only used as spacer.
16482 \end_layout
16483
16484 \end_inset
16485
16486
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495 Result
16496 \end_layout
16497
16498 \end_inset
16499 </cell>
16500 </row>
16501 <row>
16502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16503 \begin_inset Text
16504
16505 \begin_layout Plain Layout
16506 +
16507 \end_layout
16508
16509 \end_inset
16510 </cell>
16511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16512 \begin_inset Text
16513
16514 \begin_layout Plain Layout
16515 \begin_inset Formula $+$
16516 \end_inset
16517
16518
16519 \end_layout
16520
16521 \end_inset
16522 </cell>
16523 </row>
16524 <row>
16525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16526 \begin_inset Text
16527
16528 \begin_layout Plain Layout
16529 -
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16535 \begin_inset Text
16536
16537 \begin_layout Plain Layout
16538 \begin_inset Formula $-$
16539 \end_inset
16540
16541
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 </row>
16547 <row>
16548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Plain Layout
16552
16553 \backslash
16554 pm
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16560 \begin_inset Text
16561
16562 \begin_layout Plain Layout
16563 \begin_inset Formula $\pm$
16564 \end_inset
16565
16566
16567 \end_layout
16568
16569 \end_inset
16570 </cell>
16571 </row>
16572 <row>
16573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Plain Layout
16577
16578 \backslash
16579 mp
16580 \end_layout
16581
16582 \end_inset
16583 </cell>
16584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16585 \begin_inset Text
16586
16587 \begin_layout Plain Layout
16588 \begin_inset Formula $\mp$
16589 \end_inset
16590
16591
16592 \end_layout
16593
16594 \end_inset
16595 </cell>
16596 </row>
16597 <row>
16598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16599 \begin_inset Text
16600
16601 \begin_layout Plain Layout
16602
16603 \backslash
16604 cdot
16605 \end_layout
16606
16607 \end_inset
16608 </cell>
16609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16610 \begin_inset Text
16611
16612 \begin_layout Plain Layout
16613 \begin_inset Formula $\cdot$
16614 \end_inset
16615
16616
16617 \end_layout
16618
16619 \end_inset
16620 </cell>
16621 </row>
16622 <row>
16623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627
16628 \backslash
16629 times
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Plain Layout
16638 \begin_inset Formula $\times$
16639 \end_inset
16640
16641
16642 \end_layout
16643
16644 \end_inset
16645 </cell>
16646 </row>
16647 <row>
16648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16649 \begin_inset Text
16650
16651 \begin_layout Plain Layout
16652
16653 \backslash
16654 div
16655 \end_layout
16656
16657 \end_inset
16658 </cell>
16659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16660 \begin_inset Text
16661
16662 \begin_layout Plain Layout
16663 \begin_inset Formula $\div$
16664 \end_inset
16665
16666
16667 \end_layout
16668
16669 \end_inset
16670 </cell>
16671 </row>
16672 <row>
16673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Plain Layout
16677 \begin_inset ERT
16678 status collapsed
16679
16680 \begin_layout Plain Layout
16681
16682
16683 \backslash
16684 raisebox{-1.2mm}{
16685 \end_layout
16686
16687 \end_inset
16688
16689 *
16690 \begin_inset ERT
16691 status collapsed
16692
16693 \begin_layout Plain Layout
16694
16695 }
16696 \end_layout
16697
16698 \end_inset
16699
16700
16701 \end_layout
16702
16703 \end_inset
16704 </cell>
16705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16706 \begin_inset Text
16707
16708 \begin_layout Plain Layout
16709 \begin_inset Formula $*$
16710 \end_inset
16711
16712
16713 \end_layout
16714
16715 \end_inset
16716 </cell>
16717 </row>
16718 <row>
16719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16720 \begin_inset Text
16721
16722 \begin_layout Plain Layout
16723
16724 \backslash
16725 star
16726 \end_layout
16727
16728 \end_inset
16729 </cell>
16730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16731 \begin_inset Text
16732
16733 \begin_layout Plain Layout
16734 \begin_inset Formula $\star$
16735 \end_inset
16736
16737
16738 \end_layout
16739
16740 \end_inset
16741 </cell>
16742 </row>
16743 <row>
16744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748
16749 \backslash
16750 circ
16751 \end_layout
16752
16753 \end_inset
16754 </cell>
16755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16756 \begin_inset Text
16757
16758 \begin_layout Plain Layout
16759 \begin_inset Formula $\circ$
16760 \end_inset
16761
16762
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 </row>
16768 <row>
16769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16770 \begin_inset Text
16771
16772 \begin_layout Plain Layout
16773
16774 \backslash
16775 diamond
16776 \end_layout
16777
16778 \end_inset
16779 </cell>
16780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16781 \begin_inset Text
16782
16783 \begin_layout Plain Layout
16784 \begin_inset Formula $\diamond$
16785 \end_inset
16786
16787
16788 \end_layout
16789
16790 \end_inset
16791 </cell>
16792 </row>
16793 <row>
16794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16795 \begin_inset Text
16796
16797 \begin_layout Plain Layout
16798
16799 \backslash
16800 bullet
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Plain Layout
16809 \begin_inset Formula $\bullet$
16810 \end_inset
16811
16812
16813 \end_layout
16814
16815 \end_inset
16816 </cell>
16817 </row>
16818 </lyxtabular>
16819
16820 \end_inset
16821
16822
16823 \begin_inset space \hfill{}
16824 \end_inset
16825
16826
16827 \begin_inset Tabular
16828 <lyxtabular version="3" rows="13" columns="2">
16829 <features>
16830 <column alignment="center" valignment="top" width="0pt">
16831 <column alignment="center" valignment="top" width="0pt">
16832 <row>
16833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16834 \begin_inset Text
16835
16836 \begin_layout Plain Layout
16837 Command
16838 \end_layout
16839
16840 \end_inset
16841 </cell>
16842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16843 \begin_inset Text
16844
16845 \begin_layout Plain Layout
16846 Result
16847 \end_layout
16848
16849 \end_inset
16850 </cell>
16851 </row>
16852 <row>
16853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16854 \begin_inset Text
16855
16856 \begin_layout Plain Layout
16857
16858 \backslash
16859 nabla
16860 \end_layout
16861
16862 \end_inset
16863 </cell>
16864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868 \begin_inset Formula $\nabla$
16869 \end_inset
16870
16871
16872 \end_layout
16873
16874 \end_inset
16875 </cell>
16876 </row>
16877 <row>
16878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882
16883 \backslash
16884 bigtriangledown
16885 \end_layout
16886
16887 \end_inset
16888 </cell>
16889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Plain Layout
16893 \begin_inset Formula $\bigtriangledown$
16894 \end_inset
16895
16896
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 </row>
16902 <row>
16903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16904 \begin_inset Text
16905
16906 \begin_layout Plain Layout
16907
16908 \backslash
16909 bigtriangleup
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918 \begin_inset Formula $\bigtriangleup$
16919 \end_inset
16920
16921
16922 \end_layout
16923
16924 \end_inset
16925 </cell>
16926 </row>
16927 <row>
16928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16929 \begin_inset Text
16930
16931 \begin_layout Plain Layout
16932
16933 \backslash
16934 Box
16935 \end_layout
16936
16937 \end_inset
16938 </cell>
16939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Plain Layout
16943 \begin_inset Formula $\Box$
16944 \end_inset
16945
16946
16947 \end_layout
16948
16949 \end_inset
16950 </cell>
16951 </row>
16952 <row>
16953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16954 \begin_inset Text
16955
16956 \begin_layout Plain Layout
16957
16958 \backslash
16959 cap 
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968 \begin_inset Formula $\cap$
16969 \end_inset
16970
16971
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 </row>
16977 <row>
16978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982
16983 \backslash
16984 cup
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993 \begin_inset Formula $\cup$
16994 \end_inset
16995
16996
16997 \end_layout
16998
16999 \end_inset
17000 </cell>
17001 </row>
17002 <row>
17003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Plain Layout
17007
17008 \backslash
17009 dagger
17010 \end_layout
17011
17012 \end_inset
17013 </cell>
17014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Plain Layout
17018 \begin_inset Formula $\dagger$
17019 \end_inset
17020
17021
17022 \end_layout
17023
17024 \end_inset
17025 </cell>
17026 </row>
17027 <row>
17028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032
17033 \backslash
17034 ddagger
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17040 \begin_inset Text
17041
17042 \begin_layout Plain Layout
17043 \begin_inset Formula $\ddagger$
17044 \end_inset
17045
17046
17047 \end_layout
17048
17049 \end_inset
17050 </cell>
17051 </row>
17052 <row>
17053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Plain Layout
17057
17058 \backslash
17059 wr
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17065 \begin_inset Text
17066
17067 \begin_layout Plain Layout
17068 \begin_inset Formula $\wr$
17069 \end_inset
17070
17071
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 </row>
17077 <row>
17078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17079 \begin_inset Text
17080
17081 \begin_layout Plain Layout
17082
17083 \backslash
17084 bigcirc
17085 \end_layout
17086
17087 \end_inset
17088 </cell>
17089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17090 \begin_inset Text
17091
17092 \begin_layout Plain Layout
17093 \begin_inset Formula $\bigcirc$
17094 \end_inset
17095
17096
17097 \end_layout
17098
17099 \end_inset
17100 </cell>
17101 </row>
17102 <row>
17103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17104 \begin_inset Text
17105
17106 \begin_layout Plain Layout
17107
17108 \backslash
17109 wedge
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17115 \begin_inset Text
17116
17117 \begin_layout Plain Layout
17118 \begin_inset Formula $\wedge$
17119 \end_inset
17120
17121
17122 \end_layout
17123
17124 \end_inset
17125 </cell>
17126 </row>
17127 <row>
17128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17129 \begin_inset Text
17130
17131 \begin_layout Plain Layout
17132
17133 \backslash
17134 vee
17135 \end_layout
17136
17137 \end_inset
17138 </cell>
17139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17140 \begin_inset Text
17141
17142 \begin_layout Plain Layout
17143 \begin_inset Formula $\vee$
17144 \end_inset
17145
17146
17147 \end_layout
17148
17149 \end_inset
17150 </cell>
17151 </row>
17152 </lyxtabular>
17153
17154 \end_inset
17155
17156
17157 \begin_inset space \hfill{}
17158 \end_inset
17159
17160
17161 \begin_inset Tabular
17162 <lyxtabular version="3" rows="13" columns="2">
17163 <features>
17164 <column alignment="center" valignment="top" width="0pt">
17165 <column alignment="center" valignment="top" width="0pt">
17166 <row>
17167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17168 \begin_inset Text
17169
17170 \begin_layout Plain Layout
17171 Command
17172 \end_layout
17173
17174 \end_inset
17175 </cell>
17176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17177 \begin_inset Text
17178
17179 \begin_layout Plain Layout
17180 Result
17181 \end_layout
17182
17183 \end_inset
17184 </cell>
17185 </row>
17186 <row>
17187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17188 \begin_inset Text
17189
17190 \begin_layout Plain Layout
17191
17192 \backslash
17193 oplus
17194 \end_layout
17195
17196 \end_inset
17197 </cell>
17198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17199 \begin_inset Text
17200
17201 \begin_layout Plain Layout
17202 \begin_inset Formula $\oplus$
17203 \end_inset
17204
17205
17206 \end_layout
17207
17208 \end_inset
17209 </cell>
17210 </row>
17211 <row>
17212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17213 \begin_inset Text
17214
17215 \begin_layout Plain Layout
17216
17217 \backslash
17218 ominus
17219 \end_layout
17220
17221 \end_inset
17222 </cell>
17223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17224 \begin_inset Text
17225
17226 \begin_layout Plain Layout
17227 \begin_inset Formula $\ominus$
17228 \end_inset
17229
17230
17231 \end_layout
17232
17233 \end_inset
17234 </cell>
17235 </row>
17236 <row>
17237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17238 \begin_inset Text
17239
17240 \begin_layout Plain Layout
17241
17242 \backslash
17243 otimes
17244 \end_layout
17245
17246 \end_inset
17247 </cell>
17248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17249 \begin_inset Text
17250
17251 \begin_layout Plain Layout
17252 \begin_inset Formula $\otimes$
17253 \end_inset
17254
17255
17256 \end_layout
17257
17258 \end_inset
17259 </cell>
17260 </row>
17261 <row>
17262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17263 \begin_inset Text
17264
17265 \begin_layout Plain Layout
17266
17267 \backslash
17268 oslash
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Plain Layout
17277 \begin_inset Formula $\oslash$
17278 \end_inset
17279
17280
17281 \end_layout
17282
17283 \end_inset
17284 </cell>
17285 </row>
17286 <row>
17287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291
17292 \backslash
17293 odot
17294 \end_layout
17295
17296 \end_inset
17297 </cell>
17298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17299 \begin_inset Text
17300
17301 \begin_layout Plain Layout
17302 \begin_inset Formula $\odot$
17303 \end_inset
17304
17305
17306 \end_layout
17307
17308 \end_inset
17309 </cell>
17310 </row>
17311 <row>
17312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17313 \begin_inset Text
17314
17315 \begin_layout Plain Layout
17316
17317 \backslash
17318 amalg
17319 \end_layout
17320
17321 \end_inset
17322 </cell>
17323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17324 \begin_inset Text
17325
17326 \begin_layout Plain Layout
17327 \begin_inset Formula $\amalg$
17328 \end_inset
17329
17330
17331 \end_layout
17332
17333 \end_inset
17334 </cell>
17335 </row>
17336 <row>
17337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Plain Layout
17341
17342 \backslash
17343 uplus
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352 \begin_inset Formula $\uplus$
17353 \end_inset
17354
17355
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 </row>
17361 <row>
17362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17363 \begin_inset Text
17364
17365 \begin_layout Plain Layout
17366
17367 \backslash
17368 setminus
17369 \end_layout
17370
17371 \end_inset
17372 </cell>
17373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17374 \begin_inset Text
17375
17376 \begin_layout Plain Layout
17377 \begin_inset Formula $\setminus$
17378 \end_inset
17379
17380
17381 \end_layout
17382
17383 \end_inset
17384 </cell>
17385 </row>
17386 <row>
17387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17388 \begin_inset Text
17389
17390 \begin_layout Plain Layout
17391
17392 \backslash
17393 sqcap
17394 \end_layout
17395
17396 \end_inset
17397 </cell>
17398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17399 \begin_inset Text
17400
17401 \begin_layout Plain Layout
17402 \begin_inset Formula $\sqcap$
17403 \end_inset
17404
17405
17406 \end_layout
17407
17408 \end_inset
17409 </cell>
17410 </row>
17411 <row>
17412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17413 \begin_inset Text
17414
17415 \begin_layout Plain Layout
17416
17417 \backslash
17418 sqcup
17419 \end_layout
17420
17421 \end_inset
17422 </cell>
17423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17424 \begin_inset Text
17425
17426 \begin_layout Plain Layout
17427 \begin_inset Formula $\sqcup$
17428 \end_inset
17429
17430
17431 \end_layout
17432
17433 \end_inset
17434 </cell>
17435 </row>
17436 <row>
17437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17438 \begin_inset Text
17439
17440 \begin_layout Plain Layout
17441
17442 \backslash
17443 triangleleft
17444 \end_layout
17445
17446 \end_inset
17447 </cell>
17448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17449 \begin_inset Text
17450
17451 \begin_layout Plain Layout
17452 \begin_inset Formula $\triangleleft$
17453 \end_inset
17454
17455
17456 \end_layout
17457
17458 \end_inset
17459 </cell>
17460 </row>
17461 <row>
17462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17463 \begin_inset Text
17464
17465 \begin_layout Plain Layout
17466
17467 \backslash
17468 triangleright
17469 \end_layout
17470
17471 \end_inset
17472 </cell>
17473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17474 \begin_inset Text
17475
17476 \begin_layout Plain Layout
17477 \begin_inset Formula $\triangleright$
17478 \end_inset
17479
17480
17481 \end_layout
17482
17483 \end_inset
17484 </cell>
17485 </row>
17486 </lyxtabular>
17487
17488 \end_inset
17489
17490
17491 \begin_inset space \hfill{}
17492 \end_inset
17493
17494
17495 \end_layout
17496
17497 \begin_layout Standard
17498 All binary operators can also be inserted via the math toolbar button 
17499 \begin_inset Graphics
17500         filename ../images/math/pm.png
17501         scale 85
17502
17503 \end_inset
17504
17505 .
17506 \end_layout
17507
17508 \begin_layout Standard
17509 To typeset the Laplace operator also 
17510 \series bold
17511
17512 \backslash
17513 Delta
17514 \series default
17515  or 
17516 \series bold
17517
17518 \backslash
17519 nabla
17520 \series default
17521 ^
17522 \series bold
17523 2
17524 \series default
17525  (
17526 \begin_inset Formula $\nabla^{2}$
17527 \end_inset
17528
17529 ) can be used instead of 
17530 \series bold
17531
17532 \backslash
17533 bigtriangleup
17534 \series default
17535  .
17536 \end_layout
17537
17538 \begin_layout Standard
17539 The character 
17540 \family sans
17541 Menu Separator
17542 \family default
17543  from the menu 
17544 \family sans
17545 Insert\SpecialChar \menuseparator
17546 Special Character
17547 \family default
17548  is the operator 
17549 \series bold
17550
17551 \backslash
17552 triangleright
17553 \series default
17554 .
17555 \end_layout
17556
17557 \begin_layout Subsection
17558 Self-defined Operators
17559 \begin_inset CommandInset label
17560 LatexCommand label
17561 name "sub:Self-defined-Operators"
17562
17563 \end_inset
17564
17565
17566 \begin_inset Index
17567 status collapsed
17568
17569 \begin_layout Plain Layout
17570 Operators ! self-defined
17571 \end_layout
17572
17573 \end_inset
17574
17575
17576 \end_layout
17577
17578 \begin_layout Standard
17579 With the help of the command 
17580 \series bold
17581
17582 \backslash
17583 DeclareMathOperator
17584 \series default
17585
17586 \begin_inset Index
17587 status collapsed
17588
17589 \begin_layout Plain Layout
17590 Commands ! D ! 
17591 \backslash
17592 dbinom@
17593 \backslash
17594 DeclareMathOperator
17595 \end_layout
17596
17597 \end_inset
17598
17599  custom operators can be defined in the LaTeX-preamble.
17600  Its command scheme is:
17601 \end_layout
17602
17603 \begin_layout Standard
17604
17605 \series bold
17606
17607 \backslash
17608 DeclareMathOperator{new command}{display}
17609 \end_layout
17610
17611 \begin_layout Standard
17612 Display can be characters or symbols that define how the operator looks
17613  in the output.
17614  To define a big operator a * is set behind the command.
17615  All self-defined big operators can have limits as described in 
17616 \begin_inset CommandInset ref
17617 LatexCommand ref
17618 reference "sub:Operator-Limits"
17619
17620 \end_inset
17621
17622 .
17623 \end_layout
17624
17625 \begin_layout Standard
17626 For example the LaTeX-preamble line
17627 \end_layout
17628
17629 \begin_layout Standard
17630
17631 \series bold
17632
17633 \backslash
17634 DeclareMathOperator*{
17635 \backslash
17636 Lozenge}{
17637 \backslash
17638 blacklozenge}
17639 \end_layout
17640
17641 \begin_layout Standard
17642 defines the command 
17643 \series bold
17644
17645 \backslash
17646 Lozenge
17647 \series default
17648 , that inserts a big operator consisting of the lozenge symbol from 
17649 \begin_inset CommandInset ref
17650 LatexCommand ref
17651 reference "sub:Miscellaneous-Symbols"
17652
17653 \end_inset
17654
17655 :
17656 \begin_inset Formula \[
17657 \Lozenge_{n=1}^{\infty}\]
17658
17659 \end_inset
17660
17661 The command for this formula is: 
17662 \series bold
17663
17664 \backslash
17665 Lozenge
17666 \series default
17667 ^
17668 \series bold
17669
17670 \backslash
17671 infty
17672 \begin_inset Formula $\to$
17673 \end_inset
17674
17675 _n=1
17676 \end_layout
17677
17678 \begin_layout Standard
17679 \begin_inset VSpace bigskip
17680 \end_inset
17681
17682 When self-defined operators are not used several times in the document,
17683  they can also be defined with the commands 
17684 \series bold
17685
17686 \backslash
17687 mathop
17688 \series default
17689
17690 \begin_inset Index
17691 status collapsed
17692
17693 \begin_layout Plain Layout
17694 Commands ! M ! 
17695 \backslash
17696 mathop
17697 \end_layout
17698
17699 \end_inset
17700
17701  and 
17702 \series bold
17703
17704 \backslash
17705 mathbin
17706 \series default
17707
17708 \begin_inset Index
17709 status collapsed
17710
17711 \begin_layout Plain Layout
17712 Commands ! M ! 
17713 \backslash
17714 mathbin
17715 \end_layout
17716
17717 \end_inset
17718
17719 , which have the following scheme:
17720 \end_layout
17721
17722 \begin_layout Standard
17723
17724 \series bold
17725
17726 \backslash
17727 mathop{display}
17728 \series default
17729  and 
17730 \series bold
17731
17732 \backslash
17733 mathbin{display}
17734 \end_layout
17735
17736 \begin_layout Standard
17737
17738 \series bold
17739
17740 \backslash
17741 mathop
17742 \series default
17743  defines big operators, 
17744 \series bold
17745
17746 \backslash
17747 mathbin
17748 \series default
17749  binary operators.
17750 \end_layout
17751
17752 \begin_layout Standard
17753
17754 \series bold
17755
17756 \backslash
17757 mathop
17758 \series default
17759  can e.
17760 \begin_inset space \thinspace{}
17761 \end_inset
17762
17763 g.
17764 \begin_inset space \space{}
17765 \end_inset
17766
17767 be used to use one limit for several operators:
17768 \end_layout
17769
17770 \begin_layout Standard
17771 \begin_inset Formula \[
17772 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17773
17774 \end_inset
17775
17776
17777 \end_layout
17778
17779 \begin_layout Standard
17780 The command for the formula above is:
17781 \begin_inset Newline newline
17782 \end_inset
17783
17784
17785 \series bold
17786
17787 \backslash
17788 mathop{
17789 \backslash
17790 sum
17791 \backslash
17792 negmedspace
17793 \backslash
17794 sum
17795 \series default
17796
17797 \begin_inset ERT
17798 status collapsed
17799
17800 \begin_layout Plain Layout
17801
17802
17803 \backslash
17804 spce 
17805 \end_layout
17806
17807 \end_inset
17808
17809
17810 \series bold
17811
17812 \begin_inset Formula $\to$
17813 \end_inset
17814
17815 ^N
17816 \series default
17817
17818 \begin_inset ERT
17819 status collapsed
17820
17821 \begin_layout Plain Layout
17822
17823
17824 \backslash
17825 spce 
17826 \end_layout
17827
17828 \end_inset
17829
17830
17831 \series bold
17832 _i,j=1
17833 \end_layout
17834
17835 \begin_layout Section
17836 Fonts
17837 \begin_inset Index
17838 status collapsed
17839
17840 \begin_layout Plain Layout
17841 Fonts
17842 \end_layout
17843
17844 \end_inset
17845
17846
17847 \end_layout
17848
17849 \begin_layout Subsection
17850 Font Styles
17851 \begin_inset CommandInset label
17852 LatexCommand label
17853 name "sub:Font-Styles"
17854
17855 \end_inset
17856
17857
17858 \begin_inset Index
17859 status collapsed
17860
17861 \begin_layout Plain Layout
17862 Font ! style
17863 \end_layout
17864
17865 \end_inset
17866
17867
17868 \end_layout
17869
17870 \begin_layout Standard
17871 Latin letters in formulas can be set in one of the following font styles:
17872 \begin_inset VSpace -2mm
17873 \end_inset
17874
17875
17876 \end_layout
17877
17878 \begin_layout Standard
17879 \align center
17880 \begin_inset Tabular
17881 <lyxtabular version="3" rows="6" columns="3">
17882 <features>
17883 <column alignment="center" valignment="top" width="0">
17884 <column alignment="center" valignment="top" width="0">
17885 <column alignment="center" valignment="top" width="0">
17886 <row>
17887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17888 \begin_inset Text
17889
17890 \begin_layout Plain Layout
17891 Command
17892 \end_layout
17893
17894 \end_inset
17895 </cell>
17896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17897 \begin_inset Text
17898
17899 \begin_layout Plain Layout
17900 Result
17901 \end_layout
17902
17903 \end_inset
17904 </cell>
17905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17906 \begin_inset Text
17907
17908 \begin_layout Plain Layout
17909 shortcut
17910 \end_layout
17911
17912 \end_inset
17913 </cell>
17914 </row>
17915 <row>
17916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17917 \begin_inset Text
17918
17919 \begin_layout Plain Layout
17920
17921 \backslash
17922 mathbb
17923 \series bold
17924
17925 \begin_inset ERT
17926 status collapsed
17927
17928 \begin_layout Plain Layout
17929
17930
17931 \backslash
17932 spce 
17933 \end_layout
17934
17935 \end_inset
17936
17937
17938 \series default
17939 ABC
17940 \end_layout
17941
17942 \end_inset
17943 </cell>
17944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17945 \begin_inset Text
17946
17947 \begin_layout Plain Layout
17948 \begin_inset Formula $\mathbb{ABC}$
17949 \end_inset
17950
17951
17952 \end_layout
17953
17954 \end_inset
17955 </cell>
17956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17957 \begin_inset Text
17958
17959 \begin_layout Plain Layout
17960 \begin_inset Info
17961 type  "shortcut"
17962 arg   "font-noun"
17963 \end_inset
17964
17965
17966 \end_layout
17967
17968 \end_inset
17969 </cell>
17970 </row>
17971 <row>
17972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17973 \begin_inset Text
17974
17975 \begin_layout Plain Layout
17976
17977 \backslash
17978 mathbf
17979 \series bold
17980
17981 \begin_inset ERT
17982 status collapsed
17983
17984 \begin_layout Plain Layout
17985
17986
17987 \backslash
17988 spce 
17989 \end_layout
17990
17991 \end_inset
17992
17993
17994 \series default
17995 AbC
17996 \end_layout
17997
17998 \end_inset
17999 </cell>
18000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18001 \begin_inset Text
18002
18003 \begin_layout Plain Layout
18004 \begin_inset Formula $\mathbf{AbC}$
18005 \end_inset
18006
18007
18008 \end_layout
18009
18010 \end_inset
18011 </cell>
18012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18013 \begin_inset Text
18014
18015 \begin_layout Plain Layout
18016 \begin_inset Info
18017 type  "shortcut"
18018 arg   "font-bold"
18019 \end_inset
18020
18021
18022 \end_layout
18023
18024 \end_inset
18025 </cell>
18026 </row>
18027 <row>
18028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18029 \begin_inset Text
18030
18031 \begin_layout Plain Layout
18032
18033 \backslash
18034 boldsymbol
18035 \series bold
18036
18037 \begin_inset ERT
18038 status collapsed
18039
18040 \begin_layout Plain Layout
18041
18042
18043 \backslash
18044 spce 
18045 \end_layout
18046
18047 \end_inset
18048
18049
18050 \series default
18051 AbC
18052 \end_layout
18053
18054 \end_inset
18055 </cell>
18056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18057 \begin_inset Text
18058
18059 \begin_layout Plain Layout
18060 \begin_inset Formula $\boldsymbol{AbC}$
18061 \end_inset
18062
18063
18064 \end_layout
18065
18066 \end_inset
18067 </cell>
18068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18069 \begin_inset Text
18070
18071 \begin_layout Plain Layout
18072 \begin_inset Info
18073 type  "shortcuts"
18074 arg   "font-boldsymbol"
18075 \end_inset
18076
18077
18078 \end_layout
18079
18080 \end_inset
18081 </cell>
18082 </row>
18083 <row>
18084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18085 \begin_inset Text
18086
18087 \begin_layout Plain Layout
18088
18089 \backslash
18090 mathcal
18091 \series bold
18092
18093 \begin_inset ERT
18094 status collapsed
18095
18096 \begin_layout Plain Layout
18097
18098
18099 \backslash
18100 spce 
18101 \end_layout
18102
18103 \end_inset
18104
18105
18106 \series default
18107 ABC
18108 \end_layout
18109
18110 \end_inset
18111 </cell>
18112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18113 \begin_inset Text
18114
18115 \begin_layout Plain Layout
18116 \begin_inset Formula $\mathcal{ABC}$
18117 \end_inset
18118
18119
18120 \end_layout
18121
18122 \end_inset
18123 </cell>
18124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18125 \begin_inset Text
18126
18127 \begin_layout Plain Layout
18128 \begin_inset Info
18129 type  "shortcut"
18130 arg   "font-emph"
18131 \end_inset
18132
18133
18134 \end_layout
18135
18136 \end_inset
18137 </cell>
18138 </row>
18139 <row>
18140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18141 \begin_inset Text
18142
18143 \begin_layout Plain Layout
18144
18145 \backslash
18146 mathfrak
18147 \series bold
18148
18149 \begin_inset ERT
18150 status collapsed
18151
18152 \begin_layout Plain Layout
18153
18154
18155 \backslash
18156 spce 
18157 \end_layout
18158
18159 \end_inset
18160
18161
18162 \series default
18163 AbC
18164 \end_layout
18165
18166 \end_inset
18167 </cell>
18168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18169 \begin_inset Text
18170
18171 \begin_layout Plain Layout
18172 \begin_inset Formula $\mathfrak{AbC}$
18173 \end_inset
18174
18175
18176 \end_layout
18177
18178 \end_inset
18179 </cell>
18180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18181 \begin_inset Text
18182
18183 \begin_layout Plain Layout
18184 -
18185 \end_layout
18186
18187 \end_inset
18188 </cell>
18189 </row>
18190 </lyxtabular>
18191
18192 \end_inset
18193
18194
18195 \end_layout
18196
18197 \begin_layout Standard
18198 \align center
18199 \begin_inset Tabular
18200 <lyxtabular version="3" rows="5" columns="3">
18201 <features>
18202 <column alignment="center" valignment="top" width="0">
18203 <column alignment="center" valignment="top" width="0">
18204 <column alignment="center" valignment="top" width="0">
18205 <row>
18206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18207 \begin_inset Text
18208
18209 \begin_layout Plain Layout
18210 Command
18211 \end_layout
18212
18213 \end_inset
18214 </cell>
18215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18216 \begin_inset Text
18217
18218 \begin_layout Plain Layout
18219 Result
18220 \end_layout
18221
18222 \end_inset
18223 </cell>
18224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18225 \begin_inset Text
18226
18227 \begin_layout Plain Layout
18228 shortcut
18229 \end_layout
18230
18231 \end_inset
18232 </cell>
18233 </row>
18234 <row>
18235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18236 \begin_inset Text
18237
18238 \begin_layout Plain Layout
18239
18240 \backslash
18241 mathit
18242 \series bold
18243
18244 \begin_inset ERT
18245 status collapsed
18246
18247 \begin_layout Plain Layout
18248
18249
18250 \backslash
18251 spce 
18252 \end_layout
18253
18254 \end_inset
18255
18256
18257 \series default
18258 AbC
18259 \end_layout
18260
18261 \end_inset
18262 </cell>
18263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18264 \begin_inset Text
18265
18266 \begin_layout Plain Layout
18267 \begin_inset Formula $\mathit{AbC}$
18268 \end_inset
18269
18270
18271 \end_layout
18272
18273 \end_inset
18274 </cell>
18275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18276 \begin_inset Text
18277
18278 \begin_layout Plain Layout
18279 -
18280 \end_layout
18281
18282 \end_inset
18283 </cell>
18284 </row>
18285 <row>
18286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18287 \begin_inset Text
18288
18289 \begin_layout Plain Layout
18290
18291 \backslash
18292 mathrm
18293 \series bold
18294
18295 \begin_inset ERT
18296 status collapsed
18297
18298 \begin_layout Plain Layout
18299
18300
18301 \backslash
18302 spce 
18303 \end_layout
18304
18305 \end_inset
18306
18307
18308 \series default
18309 AbC
18310 \end_layout
18311
18312 \end_inset
18313 </cell>
18314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18315 \begin_inset Text
18316
18317 \begin_layout Plain Layout
18318 \begin_inset Formula $\mathrm{AbC}$
18319 \end_inset
18320
18321
18322 \end_layout
18323
18324 \end_inset
18325 </cell>
18326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18327 \begin_inset Text
18328
18329 \begin_layout Plain Layout
18330 \begin_inset Info
18331 type  "shortcut"
18332 arg   "font-roman"
18333 \end_inset
18334
18335
18336 \end_layout
18337
18338 \end_inset
18339 </cell>
18340 </row>
18341 <row>
18342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18343 \begin_inset Text
18344
18345 \begin_layout Plain Layout
18346
18347 \backslash
18348 mathsf
18349 \series bold
18350
18351 \begin_inset ERT
18352 status collapsed
18353
18354 \begin_layout Plain Layout
18355
18356
18357 \backslash
18358 spce 
18359 \end_layout
18360
18361 \end_inset
18362
18363
18364 \series default
18365 AbC
18366 \end_layout
18367
18368 \end_inset
18369 </cell>
18370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18371 \begin_inset Text
18372
18373 \begin_layout Plain Layout
18374 \begin_inset Formula $\mathsf{AbC}$
18375 \end_inset
18376
18377
18378 \end_layout
18379
18380 \end_inset
18381 </cell>
18382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18383 \begin_inset Text
18384
18385 \begin_layout Plain Layout
18386 \begin_inset Info
18387 type  "shortcut"
18388 arg   "font-sans"
18389 \end_inset
18390
18391
18392 \end_layout
18393
18394 \end_inset
18395 </cell>
18396 </row>
18397 <row>
18398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18399 \begin_inset Text
18400
18401 \begin_layout Plain Layout
18402
18403 \backslash
18404 mathtt
18405 \series bold
18406
18407 \begin_inset ERT
18408 status collapsed
18409
18410 \begin_layout Plain Layout
18411
18412
18413 \backslash
18414 spce 
18415 \end_layout
18416
18417 \end_inset
18418
18419
18420 \series default
18421 AbC
18422 \end_layout
18423
18424 \end_inset
18425 </cell>
18426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18427 \begin_inset Text
18428
18429 \begin_layout Plain Layout
18430 \begin_inset Formula $\mathtt{AbC}$
18431 \end_inset
18432
18433
18434 \end_layout
18435
18436 \end_inset
18437 </cell>
18438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18439 \begin_inset Text
18440
18441 \begin_layout Plain Layout
18442 \begin_inset Info
18443 type  "shortcut"
18444 arg   "font-typewriter"
18445 \end_inset
18446
18447
18448 \end_layout
18449
18450 \end_inset
18451 </cell>
18452 </row>
18453 </lyxtabular>
18454
18455 \end_inset
18456
18457
18458 \end_layout
18459
18460 \begin_layout Standard
18461 \begin_inset Note Greyedout
18462 status open
18463
18464 \begin_layout Plain Layout
18465
18466 \series bold
18467 Note:
18468 \series default
18469  The styles 
18470 \series bold
18471
18472 \backslash
18473 mathbb
18474 \series default
18475  and 
18476 \series bold
18477
18478 \backslash
18479 mathcal
18480 \series default
18481  can only be used for big letters.
18482 \end_layout
18483
18484 \end_inset
18485
18486
18487 \end_layout
18488
18489 \begin_layout Standard
18490 Predefined is the style 
18491 \series bold
18492
18493 \backslash
18494 mathnormal
18495 \series default
18496 .
18497 \end_layout
18498
18499 \begin_layout Standard
18500 The style commands work also for letters in mathematical constructs:
18501 \begin_inset Formula \[
18502 \mathfrak{A=\frac{b}{C}}\]
18503
18504 \end_inset
18505
18506
18507 \end_layout
18508
18509 \begin_layout Standard
18510 Characters in mathematical text don't appear in a math font style but in
18511  the text font style 
18512 \series bold
18513
18514 \backslash
18515 textrm
18516 \series default
18517 .
18518  That their style can't be set correctly via the text style dialog is a
18519  bug in LyX.
18520 \begin_inset Foot
18521 status collapsed
18522
18523 \begin_layout Plain Layout
18524 \begin_inset CommandInset href
18525 LatexCommand href
18526 name "LyX-bug #4629"
18527 target "http://www.lyx.org/trac/ticket/4629"
18528
18529 \end_inset
18530
18531
18532 \end_layout
18533
18534 \end_inset
18535
18536
18537 \end_layout
18538
18539 \begin_layout Standard
18540 Instead of the style commands the dialog 
18541 \family sans
18542 Edit\SpecialChar \menuseparator
18543 Math\SpecialChar \menuseparator
18544 Text Style
18545 \family default
18546  or the toolbar button 
18547 \begin_inset Graphics
18548         filename ../images/math/font.png
18549         scale 85
18550
18551 \end_inset
18552
18553  can be used.
18554 \end_layout
18555
18556 \begin_layout Subsection
18557 Bold Formulas
18558 \begin_inset CommandInset label
18559 LatexCommand label
18560 name "sub:Bold-Formulas"
18561
18562 \end_inset
18563
18564
18565 \begin_inset Index
18566 status collapsed
18567
18568 \begin_layout Plain Layout
18569 Formula ! bold
18570 \end_layout
18571
18572 \end_inset
18573
18574
18575 \end_layout
18576
18577 \begin_layout Standard
18578 To make a complete formula bold, the command 
18579 \series bold
18580
18581 \backslash
18582 mathbf
18583 \series default
18584  from the previous subsection cannot be used, because it doesn't work for
18585  small Greek letters.
18586  Furthermore it prints Latin letters always upright, like in the following
18587  equation:
18588 \end_layout
18589
18590 \begin_layout Standard
18591 \begin_inset Formula \[
18592 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
18593
18594 \end_inset
18595
18596
18597 \end_layout
18598
18599 \begin_layout Standard
18600 To display the formula correctly, the command 
18601 \series bold
18602
18603 \backslash
18604 boldsymbol
18605 \series default
18606  is used:
18607 \begin_inset Formula \[
18608 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
18609
18610 \end_inset
18611
18612 It is also possible to set the formula in a 
18613 \series bold
18614 boldmath environment
18615 \series default
18616 .
18617  This environment is created by inserting the command 
18618 \series bold
18619
18620 \backslash
18621 boldmath
18622 \begin_inset Index
18623 status collapsed
18624
18625 \begin_layout Plain Layout
18626 Commands ! B ! 
18627 \backslash
18628 boldmath
18629 \end_layout
18630
18631 \end_inset
18632
18633
18634 \series default
18635  in TeX-mode.
18636  To end the environment, the command 
18637 \series bold
18638
18639 \backslash
18640 unboldmath
18641 \begin_inset Index
18642 status collapsed
18643
18644 \begin_layout Plain Layout
18645 Commands ! U ! 
18646 \backslash
18647 unboldmath
18648 \end_layout
18649
18650 \end_inset
18651
18652
18653 \series default
18654  is inserted in TeX-mode.
18655 \begin_inset ERT
18656 status collapsed
18657
18658 \begin_layout Plain Layout
18659
18660
18661 \backslash
18662 boldmath 
18663 \end_layout
18664
18665 \end_inset
18666
18667
18668 \begin_inset Formula \[
18669 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18670
18671 \end_inset
18672
18673
18674 \begin_inset ERT
18675 status collapsed
18676
18677 \begin_layout Plain Layout
18678
18679
18680 \backslash
18681 unboldmath 
18682 \end_layout
18683
18684 \end_inset
18685
18686
18687 \end_layout
18688
18689 \begin_layout Subsection
18690 Colored Formulas
18691 \begin_inset Index
18692 status collapsed
18693
18694 \begin_layout Plain Layout
18695 Formula ! colored
18696 \end_layout
18697
18698 \end_inset
18699
18700
18701 \end_layout
18702
18703 \begin_layout Standard
18704 Formulas can be colored like normal text: Highlight a formula or a formula
18705  part and use the 
18706 \family sans
18707 Text Style
18708 \family default
18709  dialog.
18710  Here is a formula in magenta:
18711 \begin_inset Formula \[
18712 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18713
18714 \end_inset
18715
18716
18717 \end_layout
18718
18719 \begin_layout Standard
18720 You can also define your own colors as described in 
18721 \begin_inset CommandInset ref
18722 LatexCommand ref
18723 reference "sub:Colored-Boxes"
18724
18725 \end_inset
18726
18727 .
18728  They can be used with the TeX code command 
18729 \series bold
18730
18731 \backslash
18732 textcolor
18733 \series default
18734
18735 \begin_inset Index
18736 status collapsed
18737
18738 \begin_layout Plain Layout
18739 Commands ! T ! 
18740 \backslash
18741 textcolor
18742 \end_layout
18743
18744 \end_inset
18745
18746  in the scheme
18747 \end_layout
18748
18749 \begin_layout Standard
18750
18751 \series bold
18752
18753 \backslash
18754 textcolor{color}{characters or formula}
18755 \end_layout
18756
18757 \begin_layout Standard
18758 The following example was colored completely dark green and partly red:
18759 \end_layout
18760
18761 \begin_layout Standard
18762 \begin_inset ERT
18763 status collapsed
18764
18765 \begin_layout Plain Layout
18766
18767
18768 \backslash
18769 textcolor{darkgreen}{
18770 \end_layout
18771
18772 \end_inset
18773
18774
18775 \begin_inset Formula \[
18776 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18777
18778 \end_inset
18779
18780
18781 \begin_inset ERT
18782 status collapsed
18783
18784 \begin_layout Plain Layout
18785
18786 }
18787 \end_layout
18788
18789 \end_inset
18790
18791
18792 \end_layout
18793
18794 \begin_layout Standard
18795 Due to a bug in LyX only complete formulas can be colored with self-defined
18796  colors.
18797 \begin_inset Foot
18798 status collapsed
18799
18800 \begin_layout Plain Layout
18801 \begin_inset CommandInset href
18802 LatexCommand href
18803 name "LyX-bug #5269"
18804 target "http://www.lyx.org/trac/ticket/5269"
18805
18806 \end_inset
18807
18808
18809 \end_layout
18810
18811 \end_inset
18812
18813
18814 \end_layout
18815
18816 \begin_layout Subsection
18817 Font Sizes
18818 \begin_inset CommandInset label
18819 LatexCommand label
18820 name "sub:Font-Sizes"
18821
18822 \end_inset
18823
18824
18825 \begin_inset Index
18826 status collapsed
18827
18828 \begin_layout Plain Layout
18829 Font ! size
18830 \end_layout
18831
18832 \end_inset
18833
18834
18835 \end_layout
18836
18837 \begin_layout Standard
18838 For characters in formulas there are, analog to characters in text, the
18839  following size commands:
18840 \end_layout
18841
18842 \begin_layout Standard
18843
18844 \series bold
18845
18846 \backslash
18847 Huge
18848 \series default
18849
18850 \series bold
18851
18852 \backslash
18853 huge
18854 \series default
18855
18856 \series bold
18857
18858 \backslash
18859 LARGE
18860 \series default
18861
18862 \series bold
18863
18864 \backslash
18865 Large
18866 \series default
18867
18868 \series bold
18869
18870 \backslash
18871 large
18872 \series default
18873
18874 \series bold
18875
18876 \backslash
18877 normalsize
18878 \series default
18879
18880 \series bold
18881
18882 \backslash
18883 small
18884 \series default
18885 ,
18886 \begin_inset Newline newline
18887 \end_inset
18888
18889
18890 \series bold
18891
18892 \backslash
18893 footnotesize
18894 \series default
18895
18896 \series bold
18897
18898 \backslash
18899 scriptsize
18900 \series default
18901 , and 
18902 \series bold
18903
18904 \backslash
18905 tiny
18906 \end_layout
18907
18908 \begin_layout Standard
18909 The size produced by the commands depends on the document font size, that
18910  corresponds with the command 
18911 \series bold
18912
18913 \backslash
18914 normalsize
18915 \series default
18916 .
18917  The other commands produce smaller or larger sizes than 
18918 \series bold
18919
18920 \backslash
18921 normalsize
18922 \series default
18923 .
18924  The font size can however not exceed a certain value.
18925  Is for example the document font size 12
18926 \begin_inset space \thinspace{}
18927 \end_inset
18928
18929 pt, the command 
18930 \series bold
18931
18932 \backslash
18933 Huge
18934 \series default
18935  switches to the same size as 
18936 \series bold
18937
18938 \backslash
18939 huge
18940 \series default
18941 .
18942  
18943 \end_layout
18944
18945 \begin_layout Standard
18946 A size command is inserted in TeX-mode before the formula and sets the size
18947  for all following formula and text characters.
18948  To switch back to the initial size, the command 
18949 \series bold
18950
18951 \backslash
18952 normalsize
18953 \series default
18954  is inserted behind the formula in TeX-mode.
18955 \end_layout
18956
18957 \begin_layout Standard
18958 Within a formula the size can only be changed for symbols or letters in
18959  mathematical text.
18960  To do this, the size command is inserted in mathematical text.
18961  All following characters until the end of the mathematical text or until
18962  another size command will have the selected size.
18963  Two examples:
18964 \begin_inset VSpace -2mm
18965 \end_inset
18966
18967
18968 \end_layout
18969
18970 \begin_layout Standard
18971 \begin_inset ERT
18972 status collapsed
18973
18974 \begin_layout Plain Layout
18975
18976
18977 \backslash
18978 huge 
18979 \end_layout
18980
18981 \end_inset
18982
18983
18984 \begin_inset Formula \[
18985 A=\frac{B}{c}\cdot\maltese\]
18986
18987 \end_inset
18988
18989
18990 \begin_inset Formula \[
18991 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18992
18993 \end_inset
18994
18995
18996 \begin_inset ERT
18997 status collapsed
18998
18999 \begin_layout Plain Layout
19000
19001
19002 \backslash
19003 normalsize 
19004 \end_layout
19005
19006 \end_inset
19007
19008
19009 \end_layout
19010
19011 \begin_layout Standard
19012 \begin_inset VSpace medskip
19013 \end_inset
19014
19015 Before both formulas the command 
19016 \series bold
19017
19018 \backslash
19019 huge
19020 \series default
19021  was inserted.
19022  The command for the second formula is:
19023 \begin_inset Newline newline
19024 \end_inset
19025
19026
19027 \series bold
19028
19029 \backslash
19030 maltese
19031 \begin_inset ERT
19032 status collapsed
19033
19034 \begin_layout Plain Layout
19035
19036
19037 \backslash
19038 spce 
19039 \end_layout
19040
19041 \end_inset
19042
19043 A Alt+M M 
19044 \backslash
19045 Large
19046 \begin_inset ERT
19047 status collapsed
19048
19049 \begin_layout Plain Layout
19050
19051
19052 \backslash
19053 spce 
19054 \end_layout
19055
19056 \end_inset
19057
19058
19059 \backslash
19060 maltese
19061 \begin_inset ERT
19062 status collapsed
19063
19064 \begin_layout Plain Layout
19065
19066
19067 \backslash
19068 spce 
19069 \end_layout
19070
19071 \end_inset
19072
19073
19074 \backslash
19075 textit
19076 \begin_inset ERT
19077 status collapsed
19078
19079 \begin_layout Plain Layout
19080
19081
19082 \backslash
19083 spce 
19084 \end_layout
19085
19086 \end_inset
19087
19088 A
19089 \begin_inset Formula $\to$
19090 \end_inset
19091
19092
19093 \begin_inset Formula $\to$
19094 \end_inset
19095
19096
19097 \begin_inset Newline newline
19098 \end_inset
19099
19100
19101 \begin_inset space \hspace*{}
19102 \length 1cm
19103 \end_inset
19104
19105 Alt+M
19106 \series default
19107  
19108 \series bold
19109
19110 \backslash
19111 tiny
19112 \begin_inset ERT
19113 status collapsed
19114
19115 \begin_layout Plain Layout
19116
19117
19118 \backslash
19119 spce 
19120 \end_layout
19121
19122 \end_inset
19123
19124
19125 \backslash
19126 maltese
19127 \begin_inset ERT
19128 status collapsed
19129
19130 \begin_layout Plain Layout
19131
19132
19133 \backslash
19134 spce 
19135 \end_layout
19136
19137 \end_inset
19138
19139
19140 \backslash
19141 textit
19142 \begin_inset ERT
19143 status collapsed
19144
19145 \begin_layout Plain Layout
19146
19147
19148 \backslash
19149 spce 
19150 \end_layout
19151
19152 \end_inset
19153
19154 A
19155 \end_layout
19156
19157 \begin_layout Standard
19158 If a symbol cannot be displayed in different sizes, it will always be displayed
19159  in the default size.
19160 \end_layout
19161
19162 \begin_layout Section
19163 Greek Letters
19164 \begin_inset Index
19165 status collapsed
19166
19167 \begin_layout Plain Layout
19168 Greek letters
19169 \end_layout
19170
19171 \end_inset
19172
19173
19174 \end_layout
19175
19176 \begin_layout Standard
19177 All Greek letters can also be inserted via the toolbar button 
19178 \begin_inset Graphics
19179         filename ../images/math/alpha.png
19180         scale 85
19181
19182 \end_inset
19183
19184 .
19185 \end_layout
19186
19187 \begin_layout Subsection
19188 Small Letters
19189 \begin_inset Index
19190 status collapsed
19191
19192 \begin_layout Plain Layout
19193 Greek letters ! small
19194 \end_layout
19195
19196 \end_inset
19197
19198
19199 \end_layout
19200
19201 \begin_layout Standard
19202 \begin_inset space \hfill{}
19203 \end_inset
19204
19205
19206 \begin_inset Tabular
19207 <lyxtabular version="3" rows="11" columns="2">
19208 <features>
19209 <column alignment="center" valignment="top" width="0pt">
19210 <column alignment="center" valignment="top" width="0pt">
19211 <row>
19212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19213 \begin_inset Text
19214
19215 \begin_layout Plain Layout
19216 Command
19217 \end_layout
19218
19219 \end_inset
19220 </cell>
19221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19222 \begin_inset Text
19223
19224 \begin_layout Plain Layout
19225 Result
19226 \end_layout
19227
19228 \end_inset
19229 </cell>
19230 </row>
19231 <row>
19232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19233 \begin_inset Text
19234
19235 \begin_layout Plain Layout
19236
19237 \backslash
19238 alpha
19239 \end_layout
19240
19241 \end_inset
19242 </cell>
19243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19244 \begin_inset Text
19245
19246 \begin_layout Plain Layout
19247 \begin_inset Formula $\alpha$
19248 \end_inset
19249
19250
19251 \end_layout
19252
19253 \end_inset
19254 </cell>
19255 </row>
19256 <row>
19257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19258 \begin_inset Text
19259
19260 \begin_layout Plain Layout
19261
19262 \backslash
19263 beta
19264 \end_layout
19265
19266 \end_inset
19267 </cell>
19268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19269 \begin_inset Text
19270
19271 \begin_layout Plain Layout
19272 \begin_inset Formula $\beta$
19273 \end_inset
19274
19275
19276 \end_layout
19277
19278 \end_inset
19279 </cell>
19280 </row>
19281 <row>
19282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19283 \begin_inset Text
19284
19285 \begin_layout Plain Layout
19286
19287 \backslash
19288 gamma
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297 \begin_inset Formula $\gamma$
19298 \end_inset
19299
19300
19301 \end_layout
19302
19303 \end_inset
19304 </cell>
19305 </row>
19306 <row>
19307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19308 \begin_inset Text
19309
19310 \begin_layout Plain Layout
19311
19312 \backslash
19313 delta
19314 \end_layout
19315
19316 \end_inset
19317 </cell>
19318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19319 \begin_inset Text
19320
19321 \begin_layout Plain Layout
19322 \begin_inset Formula $\delta$
19323 \end_inset
19324
19325
19326 \end_layout
19327
19328 \end_inset
19329 </cell>
19330 </row>
19331 <row>
19332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19333 \begin_inset Text
19334
19335 \begin_layout Plain Layout
19336
19337 \backslash
19338 epsilon
19339 \end_layout
19340
19341 \end_inset
19342 </cell>
19343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19344 \begin_inset Text
19345
19346 \begin_layout Plain Layout
19347 \begin_inset Formula $\epsilon$
19348 \end_inset
19349
19350
19351 \end_layout
19352
19353 \end_inset
19354 </cell>
19355 </row>
19356 <row>
19357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19358 \begin_inset Text
19359
19360 \begin_layout Plain Layout
19361
19362 \backslash
19363 varepsilon
19364 \end_layout
19365
19366 \end_inset
19367 </cell>
19368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19369 \begin_inset Text
19370
19371 \begin_layout Plain Layout
19372 \begin_inset Formula $\varepsilon$
19373 \end_inset
19374
19375
19376 \end_layout
19377
19378 \end_inset
19379 </cell>
19380 </row>
19381 <row>
19382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19383 \begin_inset Text
19384
19385 \begin_layout Plain Layout
19386
19387 \backslash
19388 zeta
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Plain Layout
19397 \begin_inset Formula $\zeta$
19398 \end_inset
19399
19400
19401 \end_layout
19402
19403 \end_inset
19404 </cell>
19405 </row>
19406 <row>
19407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19408 \begin_inset Text
19409
19410 \begin_layout Plain Layout
19411
19412 \backslash
19413 eta
19414 \end_layout
19415
19416 \end_inset
19417 </cell>
19418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19419 \begin_inset Text
19420
19421 \begin_layout Plain Layout
19422 \begin_inset Formula $\eta$
19423 \end_inset
19424
19425
19426 \end_layout
19427
19428 \end_inset
19429 </cell>
19430 </row>
19431 <row>
19432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19433 \begin_inset Text
19434
19435 \begin_layout Plain Layout
19436
19437 \backslash
19438 theta
19439 \end_layout
19440
19441 \end_inset
19442 </cell>
19443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19444 \begin_inset Text
19445
19446 \begin_layout Plain Layout
19447 \begin_inset Formula $\theta$
19448 \end_inset
19449
19450
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 </row>
19456 <row>
19457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19458 \begin_inset Text
19459
19460 \begin_layout Plain Layout
19461
19462 \backslash
19463 vartheta
19464 \end_layout
19465
19466 \end_inset
19467 </cell>
19468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19469 \begin_inset Text
19470
19471 \begin_layout Plain Layout
19472 \begin_inset Formula $\vartheta$
19473 \end_inset
19474
19475
19476 \end_layout
19477
19478 \end_inset
19479 </cell>
19480 </row>
19481 </lyxtabular>
19482
19483 \end_inset
19484
19485
19486 \begin_inset space \hfill{}
19487 \end_inset
19488
19489
19490 \begin_inset Tabular
19491 <lyxtabular version="3" rows="12" columns="2">
19492 <features>
19493 <column alignment="center" valignment="top" width="0pt">
19494 <column alignment="center" valignment="top" width="0pt">
19495 <row>
19496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19497 \begin_inset Text
19498
19499 \begin_layout Plain Layout
19500 Command
19501 \end_layout
19502
19503 \end_inset
19504 </cell>
19505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19506 \begin_inset Text
19507
19508 \begin_layout Plain Layout
19509 Result
19510 \end_layout
19511
19512 \end_inset
19513 </cell>
19514 </row>
19515 <row>
19516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19517 \begin_inset Text
19518
19519 \begin_layout Plain Layout
19520
19521 \backslash
19522 iota
19523 \end_layout
19524
19525 \end_inset
19526 </cell>
19527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19528 \begin_inset Text
19529
19530 \begin_layout Plain Layout
19531 \begin_inset Formula $\iota$
19532 \end_inset
19533
19534
19535 \end_layout
19536
19537 \end_inset
19538 </cell>
19539 </row>
19540 <row>
19541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19542 \begin_inset Text
19543
19544 \begin_layout Plain Layout
19545
19546 \backslash
19547 kappa
19548 \end_layout
19549
19550 \end_inset
19551 </cell>
19552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19553 \begin_inset Text
19554
19555 \begin_layout Plain Layout
19556 \begin_inset Formula $\kappa$
19557 \end_inset
19558
19559
19560 \end_layout
19561
19562 \end_inset
19563 </cell>
19564 </row>
19565 <row>
19566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19567 \begin_inset Text
19568
19569 \begin_layout Plain Layout
19570
19571 \backslash
19572 varkappa
19573 \end_layout
19574
19575 \end_inset
19576 </cell>
19577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19578 \begin_inset Text
19579
19580 \begin_layout Plain Layout
19581 \begin_inset Formula $\varkappa$
19582 \end_inset
19583
19584
19585 \end_layout
19586
19587 \end_inset
19588 </cell>
19589 </row>
19590 <row>
19591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19592 \begin_inset Text
19593
19594 \begin_layout Plain Layout
19595
19596 \backslash
19597 lambda
19598 \end_layout
19599
19600 \end_inset
19601 </cell>
19602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19603 \begin_inset Text
19604
19605 \begin_layout Plain Layout
19606 \begin_inset Formula $\lambda$
19607 \end_inset
19608
19609
19610 \end_layout
19611
19612 \end_inset
19613 </cell>
19614 </row>
19615 <row>
19616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19617 \begin_inset Text
19618
19619 \begin_layout Plain Layout
19620
19621 \backslash
19622 mu
19623 \end_layout
19624
19625 \end_inset
19626 </cell>
19627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Plain Layout
19631 \begin_inset Formula $\mu$
19632 \end_inset
19633
19634
19635 \end_layout
19636
19637 \end_inset
19638 </cell>
19639 </row>
19640 <row>
19641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19642 \begin_inset Text
19643
19644 \begin_layout Plain Layout
19645
19646 \backslash
19647 nu
19648 \end_layout
19649
19650 \end_inset
19651 </cell>
19652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19653 \begin_inset Text
19654
19655 \begin_layout Plain Layout
19656 \begin_inset Formula $\nu$
19657 \end_inset
19658
19659
19660 \end_layout
19661
19662 \end_inset
19663 </cell>
19664 </row>
19665 <row>
19666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19667 \begin_inset Text
19668
19669 \begin_layout Plain Layout
19670
19671 \backslash
19672 xi
19673 \end_layout
19674
19675 \end_inset
19676 </cell>
19677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19678 \begin_inset Text
19679
19680 \begin_layout Plain Layout
19681 \begin_inset Formula $\xi$
19682 \end_inset
19683
19684
19685 \end_layout
19686
19687 \end_inset
19688 </cell>
19689 </row>
19690 <row>
19691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19692 \begin_inset Text
19693
19694 \begin_layout Plain Layout
19695 o
19696 \end_layout
19697
19698 \end_inset
19699 </cell>
19700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19701 \begin_inset Text
19702
19703 \begin_layout Plain Layout
19704 \begin_inset Formula $o$
19705 \end_inset
19706
19707
19708 \end_layout
19709
19710 \end_inset
19711 </cell>
19712 </row>
19713 <row>
19714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19715 \begin_inset Text
19716
19717 \begin_layout Plain Layout
19718
19719 \backslash
19720 pi
19721 \end_layout
19722
19723 \end_inset
19724 </cell>
19725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19726 \begin_inset Text
19727
19728 \begin_layout Plain Layout
19729 \begin_inset Formula $\pi$
19730 \end_inset
19731
19732
19733 \end_layout
19734
19735 \end_inset
19736 </cell>
19737 </row>
19738 <row>
19739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19740 \begin_inset Text
19741
19742 \begin_layout Plain Layout
19743
19744 \backslash
19745 varpi
19746 \end_layout
19747
19748 \end_inset
19749 </cell>
19750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19751 \begin_inset Text
19752
19753 \begin_layout Plain Layout
19754 \begin_inset Formula $\varpi$
19755 \end_inset
19756
19757
19758 \end_layout
19759
19760 \end_inset
19761 </cell>
19762 </row>
19763 <row>
19764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19765 \begin_inset Text
19766
19767 \begin_layout Plain Layout
19768
19769 \backslash
19770 rho
19771 \end_layout
19772
19773 \end_inset
19774 </cell>
19775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19776 \begin_inset Text
19777
19778 \begin_layout Plain Layout
19779 \begin_inset Formula $\rho$
19780 \end_inset
19781
19782
19783 \end_layout
19784
19785 \end_inset
19786 </cell>
19787 </row>
19788 </lyxtabular>
19789
19790 \end_inset
19791
19792
19793 \begin_inset space \hfill{}
19794 \end_inset
19795
19796
19797 \begin_inset Tabular
19798 <lyxtabular version="3" rows="11" columns="2">
19799 <features>
19800 <column alignment="center" valignment="top" width="0pt">
19801 <column alignment="center" valignment="top" width="0pt">
19802 <row>
19803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19804 \begin_inset Text
19805
19806 \begin_layout Plain Layout
19807 Command
19808 \end_layout
19809
19810 \end_inset
19811 </cell>
19812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816 Result
19817 \end_layout
19818
19819 \end_inset
19820 </cell>
19821 </row>
19822 <row>
19823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19824 \begin_inset Text
19825
19826 \begin_layout Plain Layout
19827
19828 \backslash
19829 varrho
19830 \end_layout
19831
19832 \end_inset
19833 </cell>
19834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19835 \begin_inset Text
19836
19837 \begin_layout Plain Layout
19838 \begin_inset Formula $\varrho$
19839 \end_inset
19840
19841
19842 \end_layout
19843
19844 \end_inset
19845 </cell>
19846 </row>
19847 <row>
19848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19849 \begin_inset Text
19850
19851 \begin_layout Plain Layout
19852
19853 \backslash
19854 sigma
19855 \end_layout
19856
19857 \end_inset
19858 </cell>
19859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19860 \begin_inset Text
19861
19862 \begin_layout Plain Layout
19863 \begin_inset Formula $\sigma$
19864 \end_inset
19865
19866
19867 \end_layout
19868
19869 \end_inset
19870 </cell>
19871 </row>
19872 <row>
19873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19874 \begin_inset Text
19875
19876 \begin_layout Plain Layout
19877
19878 \backslash
19879 varsigma
19880 \end_layout
19881
19882 \end_inset
19883 </cell>
19884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19885 \begin_inset Text
19886
19887 \begin_layout Plain Layout
19888 \begin_inset Formula $\varsigma$
19889 \end_inset
19890
19891
19892 \end_layout
19893
19894 \end_inset
19895 </cell>
19896 </row>
19897 <row>
19898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19899 \begin_inset Text
19900
19901 \begin_layout Plain Layout
19902
19903 \backslash
19904 tau
19905 \end_layout
19906
19907 \end_inset
19908 </cell>
19909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Plain Layout
19913 \begin_inset Formula $\tau$
19914 \end_inset
19915
19916
19917 \end_layout
19918
19919 \end_inset
19920 </cell>
19921 </row>
19922 <row>
19923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19924 \begin_inset Text
19925
19926 \begin_layout Plain Layout
19927
19928 \backslash
19929 upsilon
19930 \end_layout
19931
19932 \end_inset
19933 </cell>
19934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19935 \begin_inset Text
19936
19937 \begin_layout Plain Layout
19938 \begin_inset Formula $\upsilon$
19939 \end_inset
19940
19941
19942 \end_layout
19943
19944 \end_inset
19945 </cell>
19946 </row>
19947 <row>
19948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19949 \begin_inset Text
19950
19951 \begin_layout Plain Layout
19952
19953 \backslash
19954 phi
19955 \end_layout
19956
19957 \end_inset
19958 </cell>
19959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19960 \begin_inset Text
19961
19962 \begin_layout Plain Layout
19963 \begin_inset Formula $\phi$
19964 \end_inset
19965
19966
19967 \end_layout
19968
19969 \end_inset
19970 </cell>
19971 </row>
19972 <row>
19973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19974 \begin_inset Text
19975
19976 \begin_layout Plain Layout
19977
19978 \backslash
19979 varphi
19980 \end_layout
19981
19982 \end_inset
19983 </cell>
19984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19985 \begin_inset Text
19986
19987 \begin_layout Plain Layout
19988 \begin_inset Formula $\varphi$
19989 \end_inset
19990
19991
19992 \end_layout
19993
19994 \end_inset
19995 </cell>
19996 </row>
19997 <row>
19998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19999 \begin_inset Text
20000
20001 \begin_layout Plain Layout
20002
20003 \backslash
20004 chi
20005 \end_layout
20006
20007 \end_inset
20008 </cell>
20009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20010 \begin_inset Text
20011
20012 \begin_layout Plain Layout
20013 \begin_inset Formula $\chi$
20014 \end_inset
20015
20016
20017 \end_layout
20018
20019 \end_inset
20020 </cell>
20021 </row>
20022 <row>
20023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20024 \begin_inset Text
20025
20026 \begin_layout Plain Layout
20027
20028 \backslash
20029 psi
20030 \end_layout
20031
20032 \end_inset
20033 </cell>
20034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20035 \begin_inset Text
20036
20037 \begin_layout Plain Layout
20038 \begin_inset Formula $\psi$
20039 \end_inset
20040
20041
20042 \end_layout
20043
20044 \end_inset
20045 </cell>
20046 </row>
20047 <row>
20048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Plain Layout
20052
20053 \backslash
20054 omega
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063 \begin_inset Formula $\omega$
20064 \end_inset
20065
20066
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 </row>
20072 </lyxtabular>
20073
20074 \end_inset
20075
20076
20077 \begin_inset space \hfill{}
20078 \end_inset
20079
20080
20081 \end_layout
20082
20083 \begin_layout Standard
20084 \begin_inset VSpace medskip
20085 \end_inset
20086
20087
20088 \end_layout
20089
20090 \begin_layout Standard
20091 How to create upright Greek letters is explained in 
20092 \begin_inset CommandInset ref
20093 LatexCommand ref
20094 reference "sub:Upright-small-Greek"
20095
20096 \end_inset
20097
20098 .
20099 \end_layout
20100
20101 \begin_layout Subsection
20102 Big Letters
20103 \begin_inset Index
20104 status collapsed
20105
20106 \begin_layout Plain Layout
20107 Greek letters ! big
20108 \end_layout
20109
20110 \end_inset
20111
20112
20113 \end_layout
20114
20115 \begin_layout Standard
20116 \begin_inset space \hfill{}
20117 \end_inset
20118
20119
20120 \begin_inset Tabular
20121 <lyxtabular version="3" rows="7" columns="2">
20122 <features>
20123 <column alignment="center" valignment="top" width="0pt">
20124 <column alignment="center" valignment="top" width="0pt">
20125 <row>
20126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20127 \begin_inset Text
20128
20129 \begin_layout Plain Layout
20130 Command
20131 \end_layout
20132
20133 \end_inset
20134 </cell>
20135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20136 \begin_inset Text
20137
20138 \begin_layout Plain Layout
20139 Result
20140 \end_layout
20141
20142 \end_inset
20143 </cell>
20144 </row>
20145 <row>
20146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20147 \begin_inset Text
20148
20149 \begin_layout Plain Layout
20150
20151 \backslash
20152 Gamma
20153 \end_layout
20154
20155 \end_inset
20156 </cell>
20157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20158 \begin_inset Text
20159
20160 \begin_layout Plain Layout
20161 \begin_inset Formula $\Gamma$
20162 \end_inset
20163
20164
20165 \end_layout
20166
20167 \end_inset
20168 </cell>
20169 </row>
20170 <row>
20171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20172 \begin_inset Text
20173
20174 \begin_layout Plain Layout
20175
20176 \backslash
20177 Delta
20178 \end_layout
20179
20180 \end_inset
20181 </cell>
20182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20183 \begin_inset Text
20184
20185 \begin_layout Plain Layout
20186 \begin_inset Formula $\Delta$
20187 \end_inset
20188
20189
20190 \end_layout
20191
20192 \end_inset
20193 </cell>
20194 </row>
20195 <row>
20196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20197 \begin_inset Text
20198
20199 \begin_layout Plain Layout
20200
20201 \backslash
20202 Theta
20203 \end_layout
20204
20205 \end_inset
20206 </cell>
20207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20208 \begin_inset Text
20209
20210 \begin_layout Plain Layout
20211 \begin_inset Formula $\Theta$
20212 \end_inset
20213
20214
20215 \end_layout
20216
20217 \end_inset
20218 </cell>
20219 </row>
20220 <row>
20221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20222 \begin_inset Text
20223
20224 \begin_layout Plain Layout
20225
20226 \backslash
20227 Lambda
20228 \end_layout
20229
20230 \end_inset
20231 </cell>
20232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20233 \begin_inset Text
20234
20235 \begin_layout Plain Layout
20236 \begin_inset Formula $\Lambda$
20237 \end_inset
20238
20239
20240 \end_layout
20241
20242 \end_inset
20243 </cell>
20244 </row>
20245 <row>
20246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20247 \begin_inset Text
20248
20249 \begin_layout Plain Layout
20250
20251 \backslash
20252 Xi
20253 \end_layout
20254
20255 \end_inset
20256 </cell>
20257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20258 \begin_inset Text
20259
20260 \begin_layout Plain Layout
20261 \begin_inset Formula $\Xi$
20262 \end_inset
20263
20264
20265 \end_layout
20266
20267 \end_inset
20268 </cell>
20269 </row>
20270 <row>
20271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20272 \begin_inset Text
20273
20274 \begin_layout Plain Layout
20275
20276 \backslash
20277 Pi
20278 \end_layout
20279
20280 \end_inset
20281 </cell>
20282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20283 \begin_inset Text
20284
20285 \begin_layout Plain Layout
20286 \begin_inset Formula $\Pi$
20287 \end_inset
20288
20289
20290 \end_layout
20291
20292 \end_inset
20293 </cell>
20294 </row>
20295 </lyxtabular>
20296
20297 \end_inset
20298
20299
20300 \begin_inset space \hfill{}
20301 \end_inset
20302
20303
20304 \begin_inset Tabular
20305 <lyxtabular version="3" rows="6" columns="2">
20306 <features>
20307 <column alignment="center" valignment="top" width="0pt">
20308 <column alignment="center" valignment="top" width="0pt">
20309 <row>
20310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20311 \begin_inset Text
20312
20313 \begin_layout Plain Layout
20314 Command
20315 \end_layout
20316
20317 \end_inset
20318 </cell>
20319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20320 \begin_inset Text
20321
20322 \begin_layout Plain Layout
20323 Result
20324 \end_layout
20325
20326 \end_inset
20327 </cell>
20328 </row>
20329 <row>
20330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20331 \begin_inset Text
20332
20333 \begin_layout Plain Layout
20334
20335 \backslash
20336 Sigma
20337 \end_layout
20338
20339 \end_inset
20340 </cell>
20341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20342 \begin_inset Text
20343
20344 \begin_layout Plain Layout
20345 \begin_inset Formula $\Sigma$
20346 \end_inset
20347
20348
20349 \end_layout
20350
20351 \end_inset
20352 </cell>
20353 </row>
20354 <row>
20355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20356 \begin_inset Text
20357
20358 \begin_layout Plain Layout
20359
20360 \backslash
20361 Upsilon
20362 \end_layout
20363
20364 \end_inset
20365 </cell>
20366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20367 \begin_inset Text
20368
20369 \begin_layout Plain Layout
20370 \begin_inset Formula $\Upsilon$
20371 \end_inset
20372
20373
20374 \end_layout
20375
20376 \end_inset
20377 </cell>
20378 </row>
20379 <row>
20380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20381 \begin_inset Text
20382
20383 \begin_layout Plain Layout
20384
20385 \backslash
20386 Phi
20387 \end_layout
20388
20389 \end_inset
20390 </cell>
20391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20392 \begin_inset Text
20393
20394 \begin_layout Plain Layout
20395 \begin_inset Formula $\Phi$
20396 \end_inset
20397
20398
20399 \end_layout
20400
20401 \end_inset
20402 </cell>
20403 </row>
20404 <row>
20405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20406 \begin_inset Text
20407
20408 \begin_layout Plain Layout
20409
20410 \backslash
20411 Psi
20412 \end_layout
20413
20414 \end_inset
20415 </cell>
20416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20417 \begin_inset Text
20418
20419 \begin_layout Plain Layout
20420 \begin_inset Formula $\Psi$
20421 \end_inset
20422
20423
20424 \end_layout
20425
20426 \end_inset
20427 </cell>
20428 </row>
20429 <row>
20430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20431 \begin_inset Text
20432
20433 \begin_layout Plain Layout
20434
20435 \backslash
20436 Omega
20437 \end_layout
20438
20439 \end_inset
20440 </cell>
20441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20442 \begin_inset Text
20443
20444 \begin_layout Plain Layout
20445 \begin_inset Formula $\Omega$
20446 \end_inset
20447
20448
20449 \end_layout
20450
20451 \end_inset
20452 </cell>
20453 </row>
20454 </lyxtabular>
20455
20456 \end_inset
20457
20458
20459 \begin_inset space \hfill{}
20460 \end_inset
20461
20462
20463 \end_layout
20464
20465 \begin_layout Standard
20466 \begin_inset VSpace medskip
20467 \end_inset
20468
20469 That the big Greek letters appear upright is caused by a design bug when
20470  TeX was developed.
20471  To get correct italic big letters, begin every command with 
20472 \series bold
20473 var
20474 \series default
20475 .
20476  For example the command 
20477 \series bold
20478
20479 \backslash
20480 varGamma
20481 \series default
20482  produces: 
20483 \begin_inset Formula $\varGamma$
20484 \end_inset
20485
20486
20487 \end_layout
20488
20489 \begin_layout Subsection
20490 Bold Letters
20491 \begin_inset Index
20492 status collapsed
20493
20494 \begin_layout Plain Layout
20495 Greek letters ! bold
20496 \end_layout
20497
20498 \end_inset
20499
20500
20501 \end_layout
20502
20503 \begin_layout Standard
20504 Greek letters cannot be set with different font styles like Latin letters.
20505  They can only be made bold with the command 
20506 \series bold
20507
20508 \backslash
20509 boldsymbol
20510 \series default
20511
20512 \begin_inset Index
20513 status collapsed
20514
20515 \begin_layout Plain Layout
20516 Commands ! B ! 
20517 \backslash
20518 boldsymbol
20519 \end_layout
20520
20521 \end_inset
20522
20523 .
20524 \end_layout
20525
20526 \begin_layout Standard
20527 \align center
20528 \begin_inset Tabular
20529 <lyxtabular version="3" rows="3" columns="2">
20530 <features>
20531 <column alignment="center" valignment="top" width="0">
20532 <column alignment="center" valignment="top" width="0">
20533 <row>
20534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20535 \begin_inset Text
20536
20537 \begin_layout Plain Layout
20538 Command
20539 \end_layout
20540
20541 \end_inset
20542 </cell>
20543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20544 \begin_inset Text
20545
20546 \begin_layout Plain Layout
20547 Result
20548 \end_layout
20549
20550 \end_inset
20551 </cell>
20552 </row>
20553 <row>
20554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20555 \begin_inset Text
20556
20557 \begin_layout Plain Layout
20558
20559 \backslash
20560 Upsilon
20561 \backslash
20562 boldsymbol
20563 \backslash
20564 Upsilon
20565 \end_layout
20566
20567 \end_inset
20568 </cell>
20569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20570 \begin_inset Text
20571
20572 \begin_layout Plain Layout
20573 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20574 \end_inset
20575
20576
20577 \end_layout
20578
20579 \end_inset
20580 </cell>
20581 </row>
20582 <row>
20583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20584 \begin_inset Text
20585
20586 \begin_layout Plain Layout
20587
20588 \backslash
20589 theta
20590 \backslash
20591 boldsymbol
20592 \backslash
20593 theta
20594 \end_layout
20595
20596 \end_inset
20597 </cell>
20598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20599 \begin_inset Text
20600
20601 \begin_layout Plain Layout
20602 \begin_inset Formula $\theta\boldsymbol{\theta}$
20603 \end_inset
20604
20605
20606 \end_layout
20607
20608 \end_inset
20609 </cell>
20610 </row>
20611 </lyxtabular>
20612
20613 \end_inset
20614
20615
20616 \end_layout
20617
20618 \begin_layout Section
20619 Symbols
20620 \begin_inset ERT
20621 status collapsed
20622
20623 \begin_layout Plain Layout
20624
20625
20626 \backslash
20627 texorpdfstring{
20628 \end_layout
20629
20630 \end_inset
20631
20632
20633 \begin_inset Foot
20634 status collapsed
20635
20636 \begin_layout Plain Layout
20637 A list with all symbols of most of the LaTeX-packages can be found in 
20638 \begin_inset CommandInset citation
20639 LatexCommand cite
20640 key "Symbole"
20641
20642 \end_inset
20643
20644 .
20645 \end_layout
20646
20647 \end_inset
20648
20649
20650 \begin_inset ERT
20651 status collapsed
20652
20653 \begin_layout Plain Layout
20654
20655 }{}
20656 \end_layout
20657
20658 \end_inset
20659
20660
20661 \begin_inset Note Note
20662 status collapsed
20663
20664 \begin_layout Plain Layout
20665
20666 \backslash
20667 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20668 \end_layout
20669
20670 \begin_layout Plain Layout
20671 More about 
20672 \backslash
20673 texorpdfstring is in section 
20674 \begin_inset CommandInset ref
20675 LatexCommand ref
20676 reference "sub:Formulas-in-Section"
20677
20678 \end_inset
20679
20680 .
20681 \end_layout
20682
20683 \end_inset
20684
20685
20686 \begin_inset Index
20687 status collapsed
20688
20689 \begin_layout Plain Layout
20690 Symbols
20691 \end_layout
20692
20693 \end_inset
20694
20695
20696 \end_layout
20697
20698 \begin_layout Standard
20699 Many of the symbols listed in this section can also be inserted via the
20700  toolbar buttons 
20701 \begin_inset Graphics
20702         filename ../images/math/nabla.png
20703         scale 85
20704
20705 \end_inset
20706
20707  and 
20708 \begin_inset Graphics
20709         filename ../images/math/digamma.png
20710         scale 85
20711
20712 \end_inset
20713
20714 .
20715 \end_layout
20716
20717 \begin_layout Subsection
20718 Mathematical Symbols
20719 \begin_inset CommandInset label
20720 LatexCommand label
20721 name "sub:Mathematical-Symbols"
20722
20723 \end_inset
20724
20725
20726 \begin_inset Index
20727 status collapsed
20728
20729 \begin_layout Plain Layout
20730 Symbols ! mathematical
20731 \end_layout
20732
20733 \end_inset
20734
20735
20736 \end_layout
20737
20738 \begin_layout Standard
20739 \begin_inset space \hfill{}
20740 \end_inset
20741
20742
20743 \begin_inset Tabular
20744 <lyxtabular version="3" rows="10" columns="2">
20745 <features>
20746 <column alignment="center" valignment="top" width="0pt">
20747 <column alignment="center" valignment="top" width="0pt">
20748 <row>
20749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20750 \begin_inset Text
20751
20752 \begin_layout Plain Layout
20753 Command
20754 \end_layout
20755
20756 \end_inset
20757 </cell>
20758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762 Result
20763 \end_layout
20764
20765 \end_inset
20766 </cell>
20767 </row>
20768 <row>
20769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20770 \begin_inset Text
20771
20772 \begin_layout Plain Layout
20773
20774 \backslash
20775 neg
20776 \end_layout
20777
20778 \end_inset
20779 </cell>
20780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20781 \begin_inset Text
20782
20783 \begin_layout Plain Layout
20784 \begin_inset Formula $\neg$
20785 \end_inset
20786
20787
20788 \end_layout
20789
20790 \end_inset
20791 </cell>
20792 </row>
20793 <row>
20794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20795 \begin_inset Text
20796
20797 \begin_layout Plain Layout
20798
20799 \backslash
20800 Im
20801 \end_layout
20802
20803 \end_inset
20804 </cell>
20805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20806 \begin_inset Text
20807
20808 \begin_layout Plain Layout
20809 \begin_inset Formula $\Im$
20810 \end_inset
20811
20812
20813 \end_layout
20814
20815 \end_inset
20816 </cell>
20817 </row>
20818 <row>
20819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20820 \begin_inset Text
20821
20822 \begin_layout Plain Layout
20823
20824 \backslash
20825 Re
20826 \end_layout
20827
20828 \end_inset
20829 </cell>
20830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20831 \begin_inset Text
20832
20833 \begin_layout Plain Layout
20834 \begin_inset Formula $\Re$
20835 \end_inset
20836
20837
20838 \end_layout
20839
20840 \end_inset
20841 </cell>
20842 </row>
20843 <row>
20844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20845 \begin_inset Text
20846
20847 \begin_layout Plain Layout
20848
20849 \backslash
20850 aleph
20851 \end_layout
20852
20853 \end_inset
20854 </cell>
20855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20856 \begin_inset Text
20857
20858 \begin_layout Plain Layout
20859 \begin_inset Formula $\aleph$
20860 \end_inset
20861
20862
20863 \end_layout
20864
20865 \end_inset
20866 </cell>
20867 </row>
20868 <row>
20869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20870 \begin_inset Text
20871
20872 \begin_layout Plain Layout
20873
20874 \backslash
20875 partial
20876 \end_layout
20877
20878 \end_inset
20879 </cell>
20880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20881 \begin_inset Text
20882
20883 \begin_layout Plain Layout
20884 \begin_inset Formula $\partial$
20885 \end_inset
20886
20887
20888 \end_layout
20889
20890 \end_inset
20891 </cell>
20892 </row>
20893 <row>
20894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20895 \begin_inset Text
20896
20897 \begin_layout Plain Layout
20898
20899 \backslash
20900 infty
20901 \end_layout
20902
20903 \end_inset
20904 </cell>
20905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20906 \begin_inset Text
20907
20908 \begin_layout Plain Layout
20909 \begin_inset Formula $\infty$
20910 \end_inset
20911
20912
20913 \end_layout
20914
20915 \end_inset
20916 </cell>
20917 </row>
20918 <row>
20919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20920 \begin_inset Text
20921
20922 \begin_layout Plain Layout
20923
20924 \backslash
20925 wp
20926 \end_layout
20927
20928 \end_inset
20929 </cell>
20930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20931 \begin_inset Text
20932
20933 \begin_layout Plain Layout
20934 \begin_inset Formula $\wp$
20935 \end_inset
20936
20937
20938 \end_layout
20939
20940 \end_inset
20941 </cell>
20942 </row>
20943 <row>
20944 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20945 \begin_inset Text
20946
20947 \begin_layout Plain Layout
20948
20949 \backslash
20950 imath
20951 \end_layout
20952
20953 \end_inset
20954 </cell>
20955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20956 \begin_inset Text
20957
20958 \begin_layout Plain Layout
20959 \begin_inset Formula $\imath$
20960 \end_inset
20961
20962
20963 \end_layout
20964
20965 \end_inset
20966 </cell>
20967 </row>
20968 <row>
20969 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20970 \begin_inset Text
20971
20972 \begin_layout Plain Layout
20973
20974 \backslash
20975 jmath
20976 \end_layout
20977
20978 \end_inset
20979 </cell>
20980 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20981 \begin_inset Text
20982
20983 \begin_layout Plain Layout
20984 \begin_inset Formula $\jmath$
20985 \end_inset
20986
20987
20988 \end_layout
20989
20990 \end_inset
20991 </cell>
20992 </row>
20993 </lyxtabular>
20994
20995 \end_inset
20996
20997
20998 \begin_inset space \hfill{}
20999 \end_inset
21000
21001
21002 \begin_inset Tabular
21003 <lyxtabular version="3" rows="10" columns="2">
21004 <features>
21005 <column alignment="center" valignment="top" width="0pt">
21006 <column alignment="center" valignment="top" width="0pt">
21007 <row>
21008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21009 \begin_inset Text
21010
21011 \begin_layout Plain Layout
21012 Command
21013 \end_layout
21014
21015 \end_inset
21016 </cell>
21017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21018 \begin_inset Text
21019
21020 \begin_layout Plain Layout
21021 Result
21022 \begin_inset Note Note
21023 status collapsed
21024
21025 \begin_layout Plain Layout
21026
21027 \series bold
21028
21029 \backslash
21030 raisebox
21031 \series default
21032  is only used as spacer.
21033 \end_layout
21034
21035 \end_inset
21036
21037
21038 \end_layout
21039
21040 \end_inset
21041 </cell>
21042 </row>
21043 <row>
21044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21045 \begin_inset Text
21046
21047 \begin_layout Plain Layout
21048
21049 \backslash
21050 forall
21051 \end_layout
21052
21053 \end_inset
21054 </cell>
21055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21056 \begin_inset Text
21057
21058 \begin_layout Plain Layout
21059 \begin_inset Formula $\forall$
21060 \end_inset
21061
21062
21063 \end_layout
21064
21065 \end_inset
21066 </cell>
21067 </row>
21068 <row>
21069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21070 \begin_inset Text
21071
21072 \begin_layout Plain Layout
21073
21074 \backslash
21075 exists
21076 \end_layout
21077
21078 \end_inset
21079 </cell>
21080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21081 \begin_inset Text
21082
21083 \begin_layout Plain Layout
21084 \begin_inset Formula $\exists$
21085 \end_inset
21086
21087
21088 \end_layout
21089
21090 \end_inset
21091 </cell>
21092 </row>
21093 <row>
21094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21095 \begin_inset Text
21096
21097 \begin_layout Plain Layout
21098
21099 \backslash
21100 nexists
21101 \end_layout
21102
21103 \end_inset
21104 </cell>
21105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21106 \begin_inset Text
21107
21108 \begin_layout Plain Layout
21109 \begin_inset Formula $\nexists$
21110 \end_inset
21111
21112
21113 \end_layout
21114
21115 \end_inset
21116 </cell>
21117 </row>
21118 <row>
21119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21120 \begin_inset Text
21121
21122 \begin_layout Plain Layout
21123
21124 \backslash
21125 emptyset
21126 \end_layout
21127
21128 \end_inset
21129 </cell>
21130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21131 \begin_inset Text
21132
21133 \begin_layout Plain Layout
21134 \begin_inset Formula $\emptyset$
21135 \end_inset
21136
21137
21138 \end_layout
21139
21140 \end_inset
21141 </cell>
21142 </row>
21143 <row>
21144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21145 \begin_inset Text
21146
21147 \begin_layout Plain Layout
21148
21149 \backslash
21150 varnothing
21151 \end_layout
21152
21153 \end_inset
21154 </cell>
21155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21156 \begin_inset Text
21157
21158 \begin_layout Plain Layout
21159 \begin_inset Formula $\varnothing$
21160 \end_inset
21161
21162
21163 \end_layout
21164
21165 \end_inset
21166 </cell>
21167 </row>
21168 <row>
21169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21170 \begin_inset Text
21171
21172 \begin_layout Plain Layout
21173
21174 \backslash
21175 dag
21176 \end_layout
21177
21178 \end_inset
21179 </cell>
21180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21181 \begin_inset Text
21182
21183 \begin_layout Plain Layout
21184 \begin_inset Formula $\dag$
21185 \end_inset
21186
21187
21188 \end_layout
21189
21190 \end_inset
21191 </cell>
21192 </row>
21193 <row>
21194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21195 \begin_inset Text
21196
21197 \begin_layout Plain Layout
21198
21199 \backslash
21200 ddag
21201 \end_layout
21202
21203 \end_inset
21204 </cell>
21205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21206 \begin_inset Text
21207
21208 \begin_layout Plain Layout
21209 \begin_inset Formula $\ddag$
21210 \end_inset
21211
21212
21213 \end_layout
21214
21215 \end_inset
21216 </cell>
21217 </row>
21218 <row>
21219 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21220 \begin_inset Text
21221
21222 \begin_layout Plain Layout
21223
21224 \backslash
21225 complement
21226 \end_layout
21227
21228 \end_inset
21229 </cell>
21230 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21231 \begin_inset Text
21232
21233 \begin_layout Plain Layout
21234 \begin_inset ERT
21235 status collapsed
21236
21237 \begin_layout Plain Layout
21238
21239
21240 \backslash
21241 raisebox{-0.8mm}{
21242 \end_layout
21243
21244 \end_inset
21245
21246
21247 \begin_inset Formula $\complement$
21248 \end_inset
21249
21250
21251 \begin_inset ERT
21252 status collapsed
21253
21254 \begin_layout Plain Layout
21255
21256 }
21257 \end_layout
21258
21259 \end_inset
21260
21261
21262 \end_layout
21263
21264 \end_inset
21265 </cell>
21266 </row>
21267 <row>
21268 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21269 \begin_inset Text
21270
21271 \begin_layout Plain Layout
21272
21273 \backslash
21274 Bbbk
21275 \end_layout
21276
21277 \end_inset
21278 </cell>
21279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21280 \begin_inset Text
21281
21282 \begin_layout Plain Layout
21283 \begin_inset Formula $\Bbbk$
21284 \end_inset
21285
21286
21287 \end_layout
21288
21289 \end_inset
21290 </cell>
21291 </row>
21292 </lyxtabular>
21293
21294 \end_inset
21295
21296
21297 \begin_inset space \hfill{}
21298 \end_inset
21299
21300
21301 \begin_inset Tabular
21302 <lyxtabular version="3" rows="10" columns="2">
21303 <features>
21304 <column alignment="center" valignment="top" width="0pt">
21305 <column alignment="center" valignment="top" width="0pt">
21306 <row>
21307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21308 \begin_inset Text
21309
21310 \begin_layout Plain Layout
21311 Command
21312 \end_layout
21313
21314 \end_inset
21315 </cell>
21316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21317 \begin_inset Text
21318
21319 \begin_layout Plain Layout
21320 Result
21321 \end_layout
21322
21323 \end_inset
21324 </cell>
21325 </row>
21326 <row>
21327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21328 \begin_inset Text
21329
21330 \begin_layout Plain Layout
21331
21332 \backslash
21333 prime
21334 \end_layout
21335
21336 \end_inset
21337 </cell>
21338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21339 \begin_inset Text
21340
21341 \begin_layout Plain Layout
21342 \begin_inset Formula $\prime$
21343 \end_inset
21344
21345
21346 \end_layout
21347
21348 \end_inset
21349 </cell>
21350 </row>
21351 <row>
21352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21353 \begin_inset Text
21354
21355 \begin_layout Plain Layout
21356
21357 \backslash
21358 backprime
21359 \end_layout
21360
21361 \end_inset
21362 </cell>
21363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367 \begin_inset Formula $\backprime$
21368 \end_inset
21369
21370
21371 \end_layout
21372
21373 \end_inset
21374 </cell>
21375 </row>
21376 <row>
21377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21378 \begin_inset Text
21379
21380 \begin_layout Plain Layout
21381
21382 \backslash
21383 mho
21384 \end_layout
21385
21386 \end_inset
21387 </cell>
21388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21389 \begin_inset Text
21390
21391 \begin_layout Plain Layout
21392 \begin_inset Formula $\mho$
21393 \end_inset
21394
21395
21396 \end_layout
21397
21398 \end_inset
21399 </cell>
21400 </row>
21401 <row>
21402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21403 \begin_inset Text
21404
21405 \begin_layout Plain Layout
21406
21407 \backslash
21408 triangle
21409 \end_layout
21410
21411 \end_inset
21412 </cell>
21413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21414 \begin_inset Text
21415
21416 \begin_layout Plain Layout
21417 \begin_inset Formula $\triangle$
21418 \end_inset
21419
21420
21421 \end_layout
21422
21423 \end_inset
21424 </cell>
21425 </row>
21426 <row>
21427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21428 \begin_inset Text
21429
21430 \begin_layout Plain Layout
21431
21432 \backslash
21433 angle
21434 \end_layout
21435
21436 \end_inset
21437 </cell>
21438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21439 \begin_inset Text
21440
21441 \begin_layout Plain Layout
21442 \begin_inset Formula $\angle$
21443 \end_inset
21444
21445
21446 \end_layout
21447
21448 \end_inset
21449 </cell>
21450 </row>
21451 <row>
21452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21453 \begin_inset Text
21454
21455 \begin_layout Plain Layout
21456
21457 \backslash
21458 measuredangle
21459 \end_layout
21460
21461 \end_inset
21462 </cell>
21463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21464 \begin_inset Text
21465
21466 \begin_layout Plain Layout
21467 \begin_inset Formula $\measuredangle$
21468 \end_inset
21469
21470
21471 \end_layout
21472
21473 \end_inset
21474 </cell>
21475 </row>
21476 <row>
21477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21478 \begin_inset Text
21479
21480 \begin_layout Plain Layout
21481
21482 \backslash
21483 sphericalangle
21484 \end_layout
21485
21486 \end_inset
21487 </cell>
21488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21489 \begin_inset Text
21490
21491 \begin_layout Plain Layout
21492 \begin_inset Formula $\sphericalangle$
21493 \end_inset
21494
21495
21496 \end_layout
21497
21498 \end_inset
21499 </cell>
21500 </row>
21501 <row>
21502 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21503 \begin_inset Text
21504
21505 \begin_layout Plain Layout
21506
21507 \backslash
21508 top
21509 \end_layout
21510
21511 \end_inset
21512 </cell>
21513 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21514 \begin_inset Text
21515
21516 \begin_layout Plain Layout
21517 \begin_inset Formula $\top$
21518 \end_inset
21519
21520
21521 \end_layout
21522
21523 \end_inset
21524 </cell>
21525 </row>
21526 <row>
21527 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21528 \begin_inset Text
21529
21530 \begin_layout Plain Layout
21531
21532 \backslash
21533 bot
21534 \end_layout
21535
21536 \end_inset
21537 </cell>
21538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21539 \begin_inset Text
21540
21541 \begin_layout Plain Layout
21542 \begin_inset Formula $\bot$
21543 \end_inset
21544
21545
21546 \end_layout
21547
21548 \end_inset
21549 </cell>
21550 </row>
21551 </lyxtabular>
21552
21553 \end_inset
21554
21555
21556 \begin_inset space \hfill{}
21557 \end_inset
21558
21559
21560 \end_layout
21561
21562 \begin_layout Subsection
21563 Miscellaneous Symbols
21564 \begin_inset CommandInset label
21565 LatexCommand label
21566 name "sub:Miscellaneous-Symbols"
21567
21568 \end_inset
21569
21570
21571 \begin_inset Index
21572 status collapsed
21573
21574 \begin_layout Plain Layout
21575 Symbols ! miscellaneous
21576 \end_layout
21577
21578 \end_inset
21579
21580
21581 \end_layout
21582
21583 \begin_layout Standard
21584 \noindent
21585 \align center
21586 \begin_inset Tabular
21587 <lyxtabular version="3" rows="10" columns="2">
21588 <features>
21589 <column alignment="center" valignment="top" width="0pt">
21590 <column alignment="center" valignment="top" width="0pt">
21591 <row>
21592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21593 \begin_inset Text
21594
21595 \begin_layout Plain Layout
21596 Command
21597 \end_layout
21598
21599 \end_inset
21600 </cell>
21601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21602 \begin_inset Text
21603
21604 \begin_layout Plain Layout
21605 Result
21606 \end_layout
21607
21608 \end_inset
21609 </cell>
21610 </row>
21611 <row>
21612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21613 \begin_inset Text
21614
21615 \begin_layout Plain Layout
21616
21617 \backslash
21618 flat
21619 \end_layout
21620
21621 \end_inset
21622 </cell>
21623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21624 \begin_inset Text
21625
21626 \begin_layout Plain Layout
21627 \begin_inset Formula $\flat$
21628 \end_inset
21629
21630
21631 \end_layout
21632
21633 \end_inset
21634 </cell>
21635 </row>
21636 <row>
21637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21638 \begin_inset Text
21639
21640 \begin_layout Plain Layout
21641
21642 \backslash
21643 natural
21644 \end_layout
21645
21646 \end_inset
21647 </cell>
21648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21649 \begin_inset Text
21650
21651 \begin_layout Plain Layout
21652 \begin_inset Formula $\natural$
21653 \end_inset
21654
21655
21656 \end_layout
21657
21658 \end_inset
21659 </cell>
21660 </row>
21661 <row>
21662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21663 \begin_inset Text
21664
21665 \begin_layout Plain Layout
21666
21667 \backslash
21668 sharp
21669 \end_layout
21670
21671 \end_inset
21672 </cell>
21673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21674 \begin_inset Text
21675
21676 \begin_layout Plain Layout
21677 \begin_inset Formula $\sharp$
21678 \end_inset
21679
21680
21681 \end_layout
21682
21683 \end_inset
21684 </cell>
21685 </row>
21686 <row>
21687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21688 \begin_inset Text
21689
21690 \begin_layout Plain Layout
21691
21692 \backslash
21693 surd
21694 \end_layout
21695
21696 \end_inset
21697 </cell>
21698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21699 \begin_inset Text
21700
21701 \begin_layout Plain Layout
21702 \begin_inset Formula $\surd$
21703 \end_inset
21704
21705
21706 \end_layout
21707
21708 \end_inset
21709 </cell>
21710 </row>
21711 <row>
21712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21713 \begin_inset Text
21714
21715 \begin_layout Plain Layout
21716
21717 \backslash
21718 checkmark
21719 \end_layout
21720
21721 \end_inset
21722 </cell>
21723 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21724 \begin_inset Text
21725
21726 \begin_layout Plain Layout
21727 \begin_inset Formula $\checkmark$
21728 \end_inset
21729
21730
21731 \end_layout
21732
21733 \end_inset
21734 </cell>
21735 </row>
21736 <row>
21737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21738 \begin_inset Text
21739
21740 \begin_layout Plain Layout
21741
21742 \backslash
21743 yen
21744 \end_layout
21745
21746 \end_inset
21747 </cell>
21748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21749 \begin_inset Text
21750
21751 \begin_layout Plain Layout
21752 \begin_inset Formula $\yen$
21753 \end_inset
21754
21755
21756 \end_layout
21757
21758 \end_inset
21759 </cell>
21760 </row>
21761 <row>
21762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21763 \begin_inset Text
21764
21765 \begin_layout Plain Layout
21766
21767 \backslash
21768 pounds
21769 \end_layout
21770
21771 \end_inset
21772 </cell>
21773 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21774 \begin_inset Text
21775
21776 \begin_layout Plain Layout
21777 \begin_inset Formula $\pounds$
21778 \end_inset
21779
21780
21781 \end_layout
21782
21783 \end_inset
21784 </cell>
21785 </row>
21786 <row>
21787 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21788 \begin_inset Text
21789
21790 \begin_layout Plain Layout
21791 $
21792 \end_layout
21793
21794 \end_inset
21795 </cell>
21796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21797 \begin_inset Text
21798
21799 \begin_layout Plain Layout
21800 \begin_inset Formula $\$$
21801 \end_inset
21802
21803
21804 \end_layout
21805
21806 \end_inset
21807 </cell>
21808 </row>
21809 <row>
21810 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21811 \begin_inset Text
21812
21813 \begin_layout Plain Layout
21814 §
21815 \end_layout
21816
21817 \end_inset
21818 </cell>
21819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21820 \begin_inset Text
21821
21822 \begin_layout Plain Layout
21823 \begin_inset Formula $§$
21824 \end_inset
21825
21826
21827 \end_layout
21828
21829 \end_inset
21830 </cell>
21831 </row>
21832 </lyxtabular>
21833
21834 \end_inset
21835
21836
21837 \begin_inset Tabular
21838 <lyxtabular version="3" rows="10" columns="2">
21839 <features>
21840 <column alignment="center" valignment="top" width="0">
21841 <column alignment="center" valignment="top" width="0">
21842 <row>
21843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21844 \begin_inset Text
21845
21846 \begin_layout Plain Layout
21847 Command
21848 \end_layout
21849
21850 \end_inset
21851 </cell>
21852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21853 \begin_inset Text
21854
21855 \begin_layout Plain Layout
21856 Result
21857 \end_layout
21858
21859 \end_inset
21860 </cell>
21861 </row>
21862 <row>
21863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21864 \begin_inset Text
21865
21866 \begin_layout Plain Layout
21867
21868 \backslash
21869 hbar
21870 \end_layout
21871
21872 \end_inset
21873 </cell>
21874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21875 \begin_inset Text
21876
21877 \begin_layout Plain Layout
21878 \begin_inset Formula $\hbar$
21879 \end_inset
21880
21881
21882 \end_layout
21883
21884 \end_inset
21885 </cell>
21886 </row>
21887 <row>
21888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21889 \begin_inset Text
21890
21891 \begin_layout Plain Layout
21892
21893 \backslash
21894 hslash
21895 \end_layout
21896
21897 \end_inset
21898 </cell>
21899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21900 \begin_inset Text
21901
21902 \begin_layout Plain Layout
21903 \begin_inset Formula $\hslash$
21904 \end_inset
21905
21906
21907 \end_layout
21908
21909 \end_inset
21910 </cell>
21911 </row>
21912 <row>
21913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21914 \begin_inset Text
21915
21916 \begin_layout Plain Layout
21917
21918 \backslash
21919 clubsuit
21920 \end_layout
21921
21922 \end_inset
21923 </cell>
21924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21925 \begin_inset Text
21926
21927 \begin_layout Plain Layout
21928 \begin_inset Formula $\clubsuit$
21929 \end_inset
21930
21931
21932 \end_layout
21933
21934 \end_inset
21935 </cell>
21936 </row>
21937 <row>
21938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21939 \begin_inset Text
21940
21941 \begin_layout Plain Layout
21942
21943 \backslash
21944 spadesuit
21945 \end_layout
21946
21947 \end_inset
21948 </cell>
21949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21950 \begin_inset Text
21951
21952 \begin_layout Plain Layout
21953 \begin_inset Formula $\spadesuit$
21954 \end_inset
21955
21956
21957 \end_layout
21958
21959 \end_inset
21960 </cell>
21961 </row>
21962 <row>
21963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21964 \begin_inset Text
21965
21966 \begin_layout Plain Layout
21967
21968 \backslash
21969 bigstar
21970 \end_layout
21971
21972 \end_inset
21973 </cell>
21974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21975 \begin_inset Text
21976
21977 \begin_layout Plain Layout
21978 \begin_inset Formula $\bigstar$
21979 \end_inset
21980
21981
21982 \end_layout
21983
21984 \end_inset
21985 </cell>
21986 </row>
21987 <row>
21988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21989 \begin_inset Text
21990
21991 \begin_layout Plain Layout
21992
21993 \backslash
21994 blacklozenge
21995 \end_layout
21996
21997 \end_inset
21998 </cell>
21999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22000 \begin_inset Text
22001
22002 \begin_layout Plain Layout
22003 \begin_inset Formula $\blacklozenge$
22004 \end_inset
22005
22006
22007 \end_layout
22008
22009 \end_inset
22010 </cell>
22011 </row>
22012 <row>
22013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22014 \begin_inset Text
22015
22016 \begin_layout Plain Layout
22017
22018 \backslash
22019 blacktriangle
22020 \end_layout
22021
22022 \end_inset
22023 </cell>
22024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22025 \begin_inset Text
22026
22027 \begin_layout Plain Layout
22028 \begin_inset Formula $\blacktriangle$
22029 \end_inset
22030
22031
22032 \end_layout
22033
22034 \end_inset
22035 </cell>
22036 </row>
22037 <row>
22038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22039 \begin_inset Text
22040
22041 \begin_layout Plain Layout
22042
22043 \backslash
22044 blacktiangledown
22045 \end_layout
22046
22047 \end_inset
22048 </cell>
22049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22050 \begin_inset Text
22051
22052 \begin_layout Plain Layout
22053 \begin_inset Formula $\blacktriangledown$
22054 \end_inset
22055
22056
22057 \end_layout
22058
22059 \end_inset
22060 </cell>
22061 </row>
22062 <row>
22063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22064 \begin_inset Text
22065
22066 \begin_layout Plain Layout
22067
22068 \backslash
22069 bullet
22070 \end_layout
22071
22072 \end_inset
22073 </cell>
22074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22075 \begin_inset Text
22076
22077 \begin_layout Plain Layout
22078 \begin_inset Formula $\bullet$
22079 \end_inset
22080
22081
22082 \end_layout
22083
22084 \end_inset
22085 </cell>
22086 </row>
22087 </lyxtabular>
22088
22089 \end_inset
22090
22091
22092 \begin_inset Tabular
22093 <lyxtabular version="3" rows="10" columns="2">
22094 <features>
22095 <column alignment="center" valignment="top" width="0pt">
22096 <column alignment="center" valignment="top" width="0pt">
22097 <row>
22098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22099 \begin_inset Text
22100
22101 \begin_layout Plain Layout
22102 Command
22103 \end_layout
22104
22105 \end_inset
22106 </cell>
22107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22108 \begin_inset Text
22109
22110 \begin_layout Plain Layout
22111 Result
22112 \end_layout
22113
22114 \end_inset
22115 </cell>
22116 </row>
22117 <row>
22118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22119 \begin_inset Text
22120
22121 \begin_layout Plain Layout
22122
22123 \backslash
22124 diamondsuit
22125 \end_layout
22126
22127 \end_inset
22128 </cell>
22129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22130 \begin_inset Text
22131
22132 \begin_layout Plain Layout
22133 \begin_inset Formula $\diamondsuit$
22134 \end_inset
22135
22136
22137 \end_layout
22138
22139 \end_inset
22140 </cell>
22141 </row>
22142 <row>
22143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22144 \begin_inset Text
22145
22146 \begin_layout Plain Layout
22147
22148 \backslash
22149 Diamond
22150 \end_layout
22151
22152 \end_inset
22153 </cell>
22154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22155 \begin_inset Text
22156
22157 \begin_layout Plain Layout
22158 \begin_inset Formula $\Diamond$
22159 \end_inset
22160
22161
22162 \end_layout
22163
22164 \end_inset
22165 </cell>
22166 </row>
22167 <row>
22168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22169 \begin_inset Text
22170
22171 \begin_layout Plain Layout
22172
22173 \backslash
22174 heartsuit
22175 \end_layout
22176
22177 \end_inset
22178 </cell>
22179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22180 \begin_inset Text
22181
22182 \begin_layout Plain Layout
22183 \begin_inset Formula $\heartsuit$
22184 \end_inset
22185
22186
22187 \end_layout
22188
22189 \end_inset
22190 </cell>
22191 </row>
22192 <row>
22193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22194 \begin_inset Text
22195
22196 \begin_layout Plain Layout
22197
22198 \backslash
22199 P
22200 \end_layout
22201
22202 \end_inset
22203 </cell>
22204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22205 \begin_inset Text
22206
22207 \begin_layout Plain Layout
22208 \begin_inset Formula $\P$
22209 \end_inset
22210
22211
22212 \end_layout
22213
22214 \end_inset
22215 </cell>
22216 </row>
22217 <row>
22218 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22219 \begin_inset Text
22220
22221 \begin_layout Plain Layout
22222
22223 \backslash
22224 copyright
22225 \end_layout
22226
22227 \end_inset
22228 </cell>
22229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22230 \begin_inset Text
22231
22232 \begin_layout Plain Layout
22233 \begin_inset Formula $\copyright$
22234 \end_inset
22235
22236
22237 \end_layout
22238
22239 \end_inset
22240 </cell>
22241 </row>
22242 <row>
22243 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22244 \begin_inset Text
22245
22246 \begin_layout Plain Layout
22247
22248 \backslash
22249 circledR
22250 \end_layout
22251
22252 \end_inset
22253 </cell>
22254 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22255 \begin_inset Text
22256
22257 \begin_layout Plain Layout
22258 \begin_inset Formula $\circledR$
22259 \end_inset
22260
22261
22262 \end_layout
22263
22264 \end_inset
22265 </cell>
22266 </row>
22267 <row>
22268 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22269 \begin_inset Text
22270
22271 \begin_layout Plain Layout
22272
22273 \backslash
22274 maltese
22275 \end_layout
22276
22277 \end_inset
22278 </cell>
22279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22280 \begin_inset Text
22281
22282 \begin_layout Plain Layout
22283 \begin_inset Formula $\maltese$
22284 \end_inset
22285
22286
22287 \end_layout
22288
22289 \end_inset
22290 </cell>
22291 </row>
22292 <row>
22293 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22294 \begin_inset Text
22295
22296 \begin_layout Plain Layout
22297
22298 \backslash
22299 diagup
22300 \end_layout
22301
22302 \end_inset
22303 </cell>
22304 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22305 \begin_inset Text
22306
22307 \begin_layout Plain Layout
22308 \begin_inset Formula $\diagup$
22309 \end_inset
22310
22311
22312 \end_layout
22313
22314 \end_inset
22315 </cell>
22316 </row>
22317 <row>
22318 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22319 \begin_inset Text
22320
22321 \begin_layout Plain Layout
22322
22323 \backslash
22324 diagdown
22325 \end_layout
22326
22327 \end_inset
22328 </cell>
22329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22330 \begin_inset Text
22331
22332 \begin_layout Plain Layout
22333 \begin_inset Formula $\diagdown$
22334 \end_inset
22335
22336
22337 \end_layout
22338
22339 \end_inset
22340 </cell>
22341 </row>
22342 </lyxtabular>
22343
22344 \end_inset
22345
22346
22347 \end_layout
22348
22349 \begin_layout Standard
22350 \begin_inset VSpace medskip
22351 \end_inset
22352
22353 More symbols are listed in 
22354 \begin_inset CommandInset ref
22355 LatexCommand ref
22356 reference "sub:Miscellaneous-special-Characters"
22357
22358 \end_inset
22359
22360 .
22361 \end_layout
22362
22363 \begin_layout Standard
22364 Some symbols can be displayed in different sizes, see 
22365 \begin_inset CommandInset ref
22366 LatexCommand ref
22367 reference "sub:Font-Sizes"
22368
22369 \end_inset
22370
22371 .
22372 \end_layout
22373
22374 \begin_layout Subsection
22375 The Euro-Symbol €
22376 \begin_inset Index
22377 status collapsed
22378
22379 \begin_layout Plain Layout
22380 Symbols ! Euro-symbol
22381 \end_layout
22382
22383 \end_inset
22384
22385
22386 \begin_inset Index
22387 status collapsed
22388
22389 \begin_layout Plain Layout
22390
22391 \backslash
22392 @
22393 \begin_inset ERT
22394 status collapsed
22395
22396 \begin_layout Plain Layout
22397
22398
22399 \backslash
22400 officialeuro
22401 \end_layout
22402
22403 \end_inset
22404
22405
22406 \end_layout
22407
22408 \end_inset
22409
22410
22411 \end_layout
22412
22413 \begin_layout Standard
22414 To use the Euro symbol in formulas, the LaTeX-package 
22415 \series bold
22416 eurosym
22417 \series default
22418
22419 \begin_inset Index
22420 status collapsed
22421
22422 \begin_layout Plain Layout
22423 Packages ! eurosym
22424 \end_layout
22425
22426 \end_inset
22427
22428  must be installed and loaded with the LaTeX-preamble line
22429 \end_layout
22430
22431 \begin_layout Standard
22432
22433 \series bold
22434
22435 \backslash
22436 usepackage[gennarrow]{eurosym}
22437 \end_layout
22438
22439 \begin_layout Standard
22440 The Euro symbol can now be inserted with the command 
22441 \series bold
22442
22443 \backslash
22444 euro
22445 \series default
22446
22447 \begin_inset Index
22448 status collapsed
22449
22450 \begin_layout Plain Layout
22451 Commands ! E ! 
22452 \backslash
22453 euro
22454 \end_layout
22455
22456 \end_inset
22457
22458 .
22459 \end_layout
22460
22461 \begin_layout Standard
22462 The Euro symbol can directly be inserted with the € key in mathematical
22463  text, without having 
22464 \series bold
22465 eurosym
22466 \series default
22467  installed.
22468  When 
22469 \series bold
22470 eurosym
22471 \series default
22472  is installed, 
22473 \series bold
22474
22475 \backslash
22476 euro
22477 \series default
22478  can also be inserted in TeX-mode.
22479  The official currency symbol can then be inserted with the command 
22480 \series bold
22481
22482 \backslash
22483 officialeuro
22484 \series default
22485
22486 \begin_inset Index
22487 status collapsed
22488
22489 \begin_layout Plain Layout
22490 Commands ! O ! 
22491 \backslash
22492 officialeuro
22493 \end_layout
22494
22495 \end_inset
22496
22497 , that is only available in TeX-mode.
22498 \end_layout
22499
22500 \begin_layout Standard
22501 \begin_inset ERT
22502 status collapsed
22503
22504 \begin_layout Plain Layout
22505
22506
22507 \backslash
22508 ifeurosym 
22509 \end_layout
22510
22511 \end_inset
22512
22513
22514 \begin_inset Note Note
22515 status open
22516
22517 \begin_layout Plain Layout
22518 The following table will only be displayed when the LaTeX-package 
22519 \series bold
22520 eurosym
22521 \series default
22522  is installed.
22523 \end_layout
22524
22525 \end_inset
22526
22527
22528 \end_layout
22529
22530 \begin_layout Standard
22531 An overview about the different Euro symbols:
22532 \end_layout
22533
22534 \begin_layout Standard
22535 \align center
22536 \begin_inset Tabular
22537 <lyxtabular version="3" rows="4" columns="3">
22538 <features>
22539 <column alignment="center" valignment="top" width="0pt">
22540 <column alignment="center" valignment="top" width="0pt">
22541 <column alignment="center" valignment="top" width="0pt">
22542 <row>
22543 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22544 \begin_inset Text
22545
22546 \begin_layout Plain Layout
22547
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556 Command 
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22562 \begin_inset Text
22563
22564 \begin_layout Plain Layout
22565 Result
22566 \end_layout
22567
22568 \end_inset
22569 </cell>
22570 </row>
22571 <row>
22572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22573 \begin_inset Text
22574
22575 \begin_layout Plain Layout
22576 formula
22577 \end_layout
22578
22579 \end_inset
22580 </cell>
22581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22582 \begin_inset Text
22583
22584 \begin_layout Plain Layout
22585
22586 \backslash
22587 euro
22588 \end_layout
22589
22590 \end_inset
22591 </cell>
22592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22593 \begin_inset Text
22594
22595 \begin_layout Plain Layout
22596 \begin_inset Formula $\euro$
22597 \end_inset
22598
22599
22600 \end_layout
22601
22602 \end_inset
22603 </cell>
22604 </row>
22605 <row>
22606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22607 \begin_inset Text
22608
22609 \begin_layout Plain Layout
22610 mathematical text
22611 \end_layout
22612
22613 \end_inset
22614 </cell>
22615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22616 \begin_inset Text
22617
22618 \begin_layout Plain Layout
22619
22620 \end_layout
22621
22622 \end_inset
22623 </cell>
22624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22625 \begin_inset Text
22626
22627 \begin_layout Plain Layout
22628 \begin_inset Formula $\mbox{€}$
22629 \end_inset
22630
22631
22632 \end_layout
22633
22634 \end_inset
22635 </cell>
22636 </row>
22637 <row>
22638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22639 \begin_inset Text
22640
22641 \begin_layout Plain Layout
22642 TeX-mode
22643 \end_layout
22644
22645 \end_inset
22646 </cell>
22647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22648 \begin_inset Text
22649
22650 \begin_layout Plain Layout
22651
22652 \backslash
22653 officialeuro
22654 \end_layout
22655
22656 \end_inset
22657 </cell>
22658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662 \begin_inset ERT
22663 status collapsed
22664
22665 \begin_layout Plain Layout
22666
22667
22668 \backslash
22669 officialeuro
22670 \end_layout
22671
22672 \end_inset
22673
22674
22675 \end_layout
22676
22677 \end_inset
22678 </cell>
22679 </row>
22680 </lyxtabular>
22681
22682 \end_inset
22683
22684
22685 \end_layout
22686
22687 \begin_layout Standard
22688 \begin_inset ERT
22689 status collapsed
22690
22691 \begin_layout Plain Layout
22692
22693
22694 \backslash
22695 else 
22696 \end_layout
22697
22698 \end_inset
22699
22700
22701 \begin_inset Note Note
22702 status open
22703
22704 \begin_layout Plain Layout
22705 The following will be displayed when the LaTeX-package 
22706 \series bold
22707 eurosym
22708 \series default
22709  is not installed:
22710 \end_layout
22711
22712 \end_inset
22713
22714
22715 \end_layout
22716
22717 \begin_layout Standard
22718 You need to install the LaTeX-package 
22719 \series bold
22720 eurosym
22721 \series default
22722  to see the rest of this subsection in the output.
22723 \end_layout
22724
22725 \begin_layout Standard
22726 \begin_inset ERT
22727 status collapsed
22728
22729 \begin_layout Plain Layout
22730
22731
22732 \backslash
22733 fi 
22734 \end_layout
22735
22736 \end_inset
22737
22738
22739 \end_layout
22740
22741 \begin_layout Standard
22742 \begin_inset Newpage newpage
22743 \end_inset
22744
22745
22746 \end_layout
22747
22748 \begin_layout Section
22749 Relations
22750 \begin_inset CommandInset label
22751 LatexCommand label
22752 name "sec:Relations"
22753
22754 \end_inset
22755
22756
22757 \begin_inset Index
22758 status collapsed
22759
22760 \begin_layout Plain Layout
22761 Relations
22762 \end_layout
22763
22764 \end_inset
22765
22766
22767 \begin_inset Index
22768 status collapsed
22769
22770 \begin_layout Plain Layout
22771 Comparisons|see
22772 \begin_inset ERT
22773 status collapsed
22774
22775 \begin_layout Plain Layout
22776
22777 {
22778 \end_layout
22779
22780 \end_inset
22781
22782 Relations
22783 \begin_inset ERT
22784 status collapsed
22785
22786 \begin_layout Plain Layout
22787
22788 }
22789 \end_layout
22790
22791 \end_inset
22792
22793
22794 \end_layout
22795
22796 \end_inset
22797
22798
22799 \end_layout
22800
22801 \begin_layout Standard
22802 All relations can also be inserted via the toolbar button 
22803 \begin_inset Graphics
22804         filename ../images/math/leq.png
22805         scale 85
22806
22807 \end_inset
22808
22809 .
22810 \end_layout
22811
22812 \begin_layout Standard
22813 \begin_inset space \hfill{}
22814 \end_inset
22815
22816
22817 \begin_inset Tabular
22818 <lyxtabular version="3" rows="17" columns="2">
22819 <features>
22820 <column alignment="center" valignment="top" width="0pt">
22821 <column alignment="center" valignment="top" width="0pt">
22822 <row>
22823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22824 \begin_inset Text
22825
22826 \begin_layout Plain Layout
22827 Command
22828 \end_layout
22829
22830 \end_inset
22831 </cell>
22832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22833 \begin_inset Text
22834
22835 \begin_layout Plain Layout
22836 Result
22837 \end_layout
22838
22839 \end_inset
22840 </cell>
22841 </row>
22842 <row>
22843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22844 \begin_inset Text
22845
22846 \begin_layout Plain Layout
22847 <
22848 \end_layout
22849
22850 \end_inset
22851 </cell>
22852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22853 \begin_inset Text
22854
22855 \begin_layout Plain Layout
22856 \begin_inset Formula $<$
22857 \end_inset
22858
22859
22860 \end_layout
22861
22862 \end_inset
22863 </cell>
22864 </row>
22865 <row>
22866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22867 \begin_inset Text
22868
22869 \begin_layout Plain Layout
22870
22871 \backslash
22872 le
22873 \end_layout
22874
22875 \end_inset
22876 </cell>
22877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22878 \begin_inset Text
22879
22880 \begin_layout Plain Layout
22881 \begin_inset Formula $\le$
22882 \end_inset
22883
22884
22885 \end_layout
22886
22887 \end_inset
22888 </cell>
22889 </row>
22890 <row>
22891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22892 \begin_inset Text
22893
22894 \begin_layout Plain Layout
22895
22896 \backslash
22897 ll
22898 \end_layout
22899
22900 \end_inset
22901 </cell>
22902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22903 \begin_inset Text
22904
22905 \begin_layout Plain Layout
22906 \begin_inset Formula $\ll$
22907 \end_inset
22908
22909
22910 \end_layout
22911
22912 \end_inset
22913 </cell>
22914 </row>
22915 <row>
22916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22917 \begin_inset Text
22918
22919 \begin_layout Plain Layout
22920
22921 \backslash
22922 prec
22923 \end_layout
22924
22925 \end_inset
22926 </cell>
22927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22928 \begin_inset Text
22929
22930 \begin_layout Plain Layout
22931 \begin_inset Formula $\prec$
22932 \end_inset
22933
22934
22935 \end_layout
22936
22937 \end_inset
22938 </cell>
22939 </row>
22940 <row>
22941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22942 \begin_inset Text
22943
22944 \begin_layout Plain Layout
22945
22946 \backslash
22947 preceq
22948 \end_layout
22949
22950 \end_inset
22951 </cell>
22952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22953 \begin_inset Text
22954
22955 \begin_layout Plain Layout
22956 \begin_inset Formula $\preceq$
22957 \end_inset
22958
22959
22960 \end_layout
22961
22962 \end_inset
22963 </cell>
22964 </row>
22965 <row>
22966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22967 \begin_inset Text
22968
22969 \begin_layout Plain Layout
22970
22971 \backslash
22972 subset
22973 \end_layout
22974
22975 \end_inset
22976 </cell>
22977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22978 \begin_inset Text
22979
22980 \begin_layout Plain Layout
22981 \begin_inset Formula $\subset$
22982 \end_inset
22983
22984
22985 \end_layout
22986
22987 \end_inset
22988 </cell>
22989 </row>
22990 <row>
22991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22992 \begin_inset Text
22993
22994 \begin_layout Plain Layout
22995
22996 \backslash
22997 subseteq
22998 \end_layout
22999
23000 \end_inset
23001 </cell>
23002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23003 \begin_inset Text
23004
23005 \begin_layout Plain Layout
23006 \begin_inset Formula $\subseteq$
23007 \end_inset
23008
23009
23010 \end_layout
23011
23012 \end_inset
23013 </cell>
23014 </row>
23015 <row>
23016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23017 \begin_inset Text
23018
23019 \begin_layout Plain Layout
23020
23021 \backslash
23022 sqsubseteq
23023 \end_layout
23024
23025 \end_inset
23026 </cell>
23027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23028 \begin_inset Text
23029
23030 \begin_layout Plain Layout
23031 \begin_inset Formula $\sqsubseteq$
23032 \end_inset
23033
23034
23035 \end_layout
23036
23037 \end_inset
23038 </cell>
23039 </row>
23040 <row>
23041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23042 \begin_inset Text
23043
23044 \begin_layout Plain Layout
23045
23046 \backslash
23047 in
23048 \end_layout
23049
23050 \end_inset
23051 </cell>
23052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23053 \begin_inset Text
23054
23055 \begin_layout Plain Layout
23056 \begin_inset Formula $\in$
23057 \end_inset
23058
23059
23060 \end_layout
23061
23062 \end_inset
23063 </cell>
23064 </row>
23065 <row>
23066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23067 \begin_inset Text
23068
23069 \begin_layout Plain Layout
23070
23071 \backslash
23072 vdash
23073 \end_layout
23074
23075 \end_inset
23076 </cell>
23077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23078 \begin_inset Text
23079
23080 \begin_layout Plain Layout
23081 \begin_inset Formula $\vdash$
23082 \end_inset
23083
23084
23085 \end_layout
23086
23087 \end_inset
23088 </cell>
23089 </row>
23090 <row>
23091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23092 \begin_inset Text
23093
23094 \begin_layout Plain Layout
23095
23096 \backslash
23097 smile
23098 \end_layout
23099
23100 \end_inset
23101 </cell>
23102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23103 \begin_inset Text
23104
23105 \begin_layout Plain Layout
23106 \begin_inset Formula $\smile$
23107 \end_inset
23108
23109
23110 \end_layout
23111
23112 \end_inset
23113 </cell>
23114 </row>
23115 <row>
23116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23117 \begin_inset Text
23118
23119 \begin_layout Plain Layout
23120
23121 \backslash
23122 lhd
23123 \end_layout
23124
23125 \end_inset
23126 </cell>
23127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23128 \begin_inset Text
23129
23130 \begin_layout Plain Layout
23131 \begin_inset Formula $\lhd$
23132 \end_inset
23133
23134
23135 \end_layout
23136
23137 \end_inset
23138 </cell>
23139 </row>
23140 <row>
23141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23142 \begin_inset Text
23143
23144 \begin_layout Plain Layout
23145
23146 \backslash
23147 unlhd
23148 \end_layout
23149
23150 \end_inset
23151 </cell>
23152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23153 \begin_inset Text
23154
23155 \begin_layout Plain Layout
23156 \begin_inset Formula $\unlhd$
23157 \end_inset
23158
23159
23160 \end_layout
23161
23162 \end_inset
23163 </cell>
23164 </row>
23165 <row>
23166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23167 \begin_inset Text
23168
23169 \begin_layout Plain Layout
23170
23171 \backslash
23172 gtrless
23173 \end_layout
23174
23175 \end_inset
23176 </cell>
23177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23178 \begin_inset Text
23179
23180 \begin_layout Plain Layout
23181 \begin_inset Formula $\gtrless$
23182 \end_inset
23183
23184
23185 \end_layout
23186
23187 \end_inset
23188 </cell>
23189 </row>
23190 <row>
23191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23192 \begin_inset Text
23193
23194 \begin_layout Plain Layout
23195
23196 \backslash
23197 mid
23198 \end_layout
23199
23200 \end_inset
23201 </cell>
23202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23203 \begin_inset Text
23204
23205 \begin_layout Plain Layout
23206 \begin_inset Formula $\mid$
23207 \end_inset
23208
23209
23210 \end_layout
23211
23212 \end_inset
23213 </cell>
23214 </row>
23215 <row>
23216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23217 \begin_inset Text
23218
23219 \begin_layout Plain Layout
23220
23221 \backslash
23222 nmid
23223 \end_layout
23224
23225 \end_inset
23226 </cell>
23227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23228 \begin_inset Text
23229
23230 \begin_layout Plain Layout
23231 \begin_inset Formula $\nmid$
23232 \end_inset
23233
23234
23235 \end_layout
23236
23237 \end_inset
23238 </cell>
23239 </row>
23240 </lyxtabular>
23241
23242 \end_inset
23243
23244
23245 \begin_inset space \hfill{}
23246 \end_inset
23247
23248
23249 \begin_inset Tabular
23250 <lyxtabular version="3" rows="17" columns="2">
23251 <features>
23252 <column alignment="center" valignment="top" width="0pt">
23253 <column alignment="center" valignment="top" width="0pt">
23254 <row>
23255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23256 \begin_inset Text
23257
23258 \begin_layout Plain Layout
23259 Command
23260 \end_layout
23261
23262 \end_inset
23263 </cell>
23264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23265 \begin_inset Text
23266
23267 \begin_layout Plain Layout
23268 Result
23269 \end_layout
23270
23271 \end_inset
23272 </cell>
23273 </row>
23274 <row>
23275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23276 \begin_inset Text
23277
23278 \begin_layout Plain Layout
23279 =
23280 \end_layout
23281
23282 \end_inset
23283 </cell>
23284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23285 \begin_inset Text
23286
23287 \begin_layout Plain Layout
23288 \begin_inset Formula $=$
23289 \end_inset
23290
23291
23292 \end_layout
23293
23294 \end_inset
23295 </cell>
23296 </row>
23297 <row>
23298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23299 \begin_inset Text
23300
23301 \begin_layout Plain Layout
23302
23303 \backslash
23304 not=
23305 \end_layout
23306
23307 \end_inset
23308 </cell>
23309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23310 \begin_inset Text
23311
23312 \begin_layout Plain Layout
23313 \begin_inset Formula $\not=$
23314 \end_inset
23315
23316
23317 \end_layout
23318
23319 \end_inset
23320 </cell>
23321 </row>
23322 <row>
23323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23324 \begin_inset Text
23325
23326 \begin_layout Plain Layout
23327
23328 \backslash
23329 equiv
23330 \end_layout
23331
23332 \end_inset
23333 </cell>
23334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23335 \begin_inset Text
23336
23337 \begin_layout Plain Layout
23338 \begin_inset Formula $\equiv$
23339 \end_inset
23340
23341
23342 \end_layout
23343
23344 \end_inset
23345 </cell>
23346 </row>
23347 <row>
23348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23349 \begin_inset Text
23350
23351 \begin_layout Plain Layout
23352
23353 \backslash
23354 sim
23355 \end_layout
23356
23357 \end_inset
23358 </cell>
23359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23360 \begin_inset Text
23361
23362 \begin_layout Plain Layout
23363 \begin_inset Formula $\sim$
23364 \end_inset
23365
23366
23367 \end_layout
23368
23369 \end_inset
23370 </cell>
23371 </row>
23372 <row>
23373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23374 \begin_inset Text
23375
23376 \begin_layout Plain Layout
23377
23378 \backslash
23379 simeq
23380 \end_layout
23381
23382 \end_inset
23383 </cell>
23384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23385 \begin_inset Text
23386
23387 \begin_layout Plain Layout
23388 \begin_inset Formula $\simeq$
23389 \end_inset
23390
23391
23392 \end_layout
23393
23394 \end_inset
23395 </cell>
23396 </row>
23397 <row>
23398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23399 \begin_inset Text
23400
23401 \begin_layout Plain Layout
23402
23403 \backslash
23404 approx
23405 \end_layout
23406
23407 \end_inset
23408 </cell>
23409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23410 \begin_inset Text
23411
23412 \begin_layout Plain Layout
23413 \begin_inset Formula $\approx$
23414 \end_inset
23415
23416
23417 \end_layout
23418
23419 \end_inset
23420 </cell>
23421 </row>
23422 <row>
23423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23424 \begin_inset Text
23425
23426 \begin_layout Plain Layout
23427
23428 \backslash
23429 cong
23430 \end_layout
23431
23432 \end_inset
23433 </cell>
23434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23435 \begin_inset Text
23436
23437 \begin_layout Plain Layout
23438 \begin_inset Formula $\cong$
23439 \end_inset
23440
23441
23442 \end_layout
23443
23444 \end_inset
23445 </cell>
23446 </row>
23447 <row>
23448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23449 \begin_inset Text
23450
23451 \begin_layout Plain Layout
23452
23453 \backslash
23454 bowtie
23455 \end_layout
23456
23457 \end_inset
23458 </cell>
23459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23460 \begin_inset Text
23461
23462 \begin_layout Plain Layout
23463 \begin_inset Formula $\bowtie$
23464 \end_inset
23465
23466
23467 \end_layout
23468
23469 \end_inset
23470 </cell>
23471 </row>
23472 <row>
23473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23474 \begin_inset Text
23475
23476 \begin_layout Plain Layout
23477
23478 \backslash
23479 notin
23480 \end_layout
23481
23482 \end_inset
23483 </cell>
23484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23485 \begin_inset Text
23486
23487 \begin_layout Plain Layout
23488 \begin_inset Formula $\notin$
23489 \end_inset
23490
23491
23492 \end_layout
23493
23494 \end_inset
23495 </cell>
23496 </row>
23497 <row>
23498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23499 \begin_inset Text
23500
23501 \begin_layout Plain Layout
23502
23503 \backslash
23504 perp
23505 \end_layout
23506
23507 \end_inset
23508 </cell>
23509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23510 \begin_inset Text
23511
23512 \begin_layout Plain Layout
23513 \begin_inset Formula $\perp$
23514 \end_inset
23515
23516
23517 \end_layout
23518
23519 \end_inset
23520 </cell>
23521 </row>
23522 <row>
23523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23524 \begin_inset Text
23525
23526 \begin_layout Plain Layout
23527
23528 \backslash
23529 propto
23530 \end_layout
23531
23532 \end_inset
23533 </cell>
23534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23535 \begin_inset Text
23536
23537 \begin_layout Plain Layout
23538 \begin_inset Formula $\propto$
23539 \end_inset
23540
23541
23542 \end_layout
23543
23544 \end_inset
23545 </cell>
23546 </row>
23547 <row>
23548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23549 \begin_inset Text
23550
23551 \begin_layout Plain Layout
23552
23553 \backslash
23554 asymp
23555 \end_layout
23556
23557 \end_inset
23558 </cell>
23559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23560 \begin_inset Text
23561
23562 \begin_layout Plain Layout
23563 \begin_inset Formula $\asymp$
23564 \end_inset
23565
23566
23567 \end_layout
23568
23569 \end_inset
23570 </cell>
23571 </row>
23572 <row>
23573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23574 \begin_inset Text
23575
23576 \begin_layout Plain Layout
23577
23578 \backslash
23579 doteq
23580 \end_layout
23581
23582 \end_inset
23583 </cell>
23584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23585 \begin_inset Text
23586
23587 \begin_layout Plain Layout
23588 \begin_inset Formula $\doteq$
23589 \end_inset
23590
23591
23592 \end_layout
23593
23594 \end_inset
23595 </cell>
23596 </row>
23597 <row>
23598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23599 \begin_inset Text
23600
23601 \begin_layout Plain Layout
23602
23603 \backslash
23604 circeq
23605 \end_layout
23606
23607 \end_inset
23608 </cell>
23609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23610 \begin_inset Text
23611
23612 \begin_layout Plain Layout
23613 \begin_inset Formula $\circeq$
23614 \end_inset
23615
23616
23617 \end_layout
23618
23619 \end_inset
23620 </cell>
23621 </row>
23622 <row>
23623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23624 \begin_inset Text
23625
23626 \begin_layout Plain Layout
23627
23628 \backslash
23629 models
23630 \end_layout
23631
23632 \end_inset
23633 </cell>
23634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23635 \begin_inset Text
23636
23637 \begin_layout Plain Layout
23638 \begin_inset Formula $\models$
23639 \end_inset
23640
23641
23642 \end_layout
23643
23644 \end_inset
23645 </cell>
23646 </row>
23647 <row>
23648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23649 \begin_inset Text
23650
23651 \begin_layout Plain Layout
23652
23653 \backslash
23654 widehat=
23655 \end_layout
23656
23657 \end_inset
23658 </cell>
23659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23660 \begin_inset Text
23661
23662 \begin_layout Plain Layout
23663 \begin_inset Formula $\widehat{=}$
23664 \end_inset
23665
23666
23667 \end_layout
23668
23669 \end_inset
23670 </cell>
23671 </row>
23672 </lyxtabular>
23673
23674 \end_inset
23675
23676
23677 \begin_inset space \hfill{}
23678 \end_inset
23679
23680
23681 \begin_inset Tabular
23682 <lyxtabular version="3" rows="17" columns="2">
23683 <features>
23684 <column alignment="center" valignment="top" width="0pt">
23685 <column alignment="center" valignment="top" width="0pt">
23686 <row>
23687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23688 \begin_inset Text
23689
23690 \begin_layout Plain Layout
23691 Command
23692 \end_layout
23693
23694 \end_inset
23695 </cell>
23696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23697 \begin_inset Text
23698
23699 \begin_layout Plain Layout
23700 Result
23701 \end_layout
23702
23703 \end_inset
23704 </cell>
23705 </row>
23706 <row>
23707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23708 \begin_inset Text
23709
23710 \begin_layout Plain Layout
23711 >
23712 \end_layout
23713
23714 \end_inset
23715 </cell>
23716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23717 \begin_inset Text
23718
23719 \begin_layout Plain Layout
23720 \begin_inset Formula $>$
23721 \end_inset
23722
23723
23724 \end_layout
23725
23726 \end_inset
23727 </cell>
23728 </row>
23729 <row>
23730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23731 \begin_inset Text
23732
23733 \begin_layout Plain Layout
23734
23735 \backslash
23736 ge
23737 \end_layout
23738
23739 \end_inset
23740 </cell>
23741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23742 \begin_inset Text
23743
23744 \begin_layout Plain Layout
23745 \begin_inset Formula $\ge$
23746 \end_inset
23747
23748
23749 \end_layout
23750
23751 \end_inset
23752 </cell>
23753 </row>
23754 <row>
23755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23756 \begin_inset Text
23757
23758 \begin_layout Plain Layout
23759
23760 \backslash
23761 gg
23762 \end_layout
23763
23764 \end_inset
23765 </cell>
23766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23767 \begin_inset Text
23768
23769 \begin_layout Plain Layout
23770 \begin_inset Formula $\gg$
23771 \end_inset
23772
23773
23774 \end_layout
23775
23776 \end_inset
23777 </cell>
23778 </row>
23779 <row>
23780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23781 \begin_inset Text
23782
23783 \begin_layout Plain Layout
23784
23785 \backslash
23786 succ
23787 \end_layout
23788
23789 \end_inset
23790 </cell>
23791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23792 \begin_inset Text
23793
23794 \begin_layout Plain Layout
23795 \begin_inset Formula $\succ$
23796 \end_inset
23797
23798
23799 \end_layout
23800
23801 \end_inset
23802 </cell>
23803 </row>
23804 <row>
23805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23806 \begin_inset Text
23807
23808 \begin_layout Plain Layout
23809
23810 \backslash
23811 succeq
23812 \end_layout
23813
23814 \end_inset
23815 </cell>
23816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23817 \begin_inset Text
23818
23819 \begin_layout Plain Layout
23820 \begin_inset Formula $\succeq$
23821 \end_inset
23822
23823
23824 \end_layout
23825
23826 \end_inset
23827 </cell>
23828 </row>
23829 <row>
23830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23831 \begin_inset Text
23832
23833 \begin_layout Plain Layout
23834
23835 \backslash
23836 supset
23837 \end_layout
23838
23839 \end_inset
23840 </cell>
23841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23842 \begin_inset Text
23843
23844 \begin_layout Plain Layout
23845 \begin_inset Formula $\supset$
23846 \end_inset
23847
23848
23849 \end_layout
23850
23851 \end_inset
23852 </cell>
23853 </row>
23854 <row>
23855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23856 \begin_inset Text
23857
23858 \begin_layout Plain Layout
23859
23860 \backslash
23861 supseteq
23862 \end_layout
23863
23864 \end_inset
23865 </cell>
23866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23867 \begin_inset Text
23868
23869 \begin_layout Plain Layout
23870 \begin_inset Formula $\supseteq$
23871 \end_inset
23872
23873
23874 \end_layout
23875
23876 \end_inset
23877 </cell>
23878 </row>
23879 <row>
23880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23881 \begin_inset Text
23882
23883 \begin_layout Plain Layout
23884
23885 \backslash
23886 sqsupseteq
23887 \end_layout
23888
23889 \end_inset
23890 </cell>
23891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23892 \begin_inset Text
23893
23894 \begin_layout Plain Layout
23895 \begin_inset Formula $\sqsupseteq$
23896 \end_inset
23897
23898
23899 \end_layout
23900
23901 \end_inset
23902 </cell>
23903 </row>
23904 <row>
23905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23906 \begin_inset Text
23907
23908 \begin_layout Plain Layout
23909
23910 \backslash
23911 ni
23912 \end_layout
23913
23914 \end_inset
23915 </cell>
23916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23917 \begin_inset Text
23918
23919 \begin_layout Plain Layout
23920 \begin_inset Formula $\ni$
23921 \end_inset
23922
23923
23924 \end_layout
23925
23926 \end_inset
23927 </cell>
23928 </row>
23929 <row>
23930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23931 \begin_inset Text
23932
23933 \begin_layout Plain Layout
23934
23935 \backslash
23936 dashv
23937 \end_layout
23938
23939 \end_inset
23940 </cell>
23941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23942 \begin_inset Text
23943
23944 \begin_layout Plain Layout
23945 \begin_inset Formula $\dashv$
23946 \end_inset
23947
23948
23949 \end_layout
23950
23951 \end_inset
23952 </cell>
23953 </row>
23954 <row>
23955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23956 \begin_inset Text
23957
23958 \begin_layout Plain Layout
23959
23960 \backslash
23961 frown
23962 \end_layout
23963
23964 \end_inset
23965 </cell>
23966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23967 \begin_inset Text
23968
23969 \begin_layout Plain Layout
23970 \begin_inset Formula $\frown$
23971 \end_inset
23972
23973
23974 \end_layout
23975
23976 \end_inset
23977 </cell>
23978 </row>
23979 <row>
23980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23981 \begin_inset Text
23982
23983 \begin_layout Plain Layout
23984
23985 \backslash
23986 rhd
23987 \end_layout
23988
23989 \end_inset
23990 </cell>
23991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23992 \begin_inset Text
23993
23994 \begin_layout Plain Layout
23995 \begin_inset Formula $\rhd$
23996 \end_inset
23997
23998
23999 \end_layout
24000
24001 \end_inset
24002 </cell>
24003 </row>
24004 <row>
24005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24006 \begin_inset Text
24007
24008 \begin_layout Plain Layout
24009
24010 \backslash
24011 unrhd
24012 \end_layout
24013
24014 \end_inset
24015 </cell>
24016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24017 \begin_inset Text
24018
24019 \begin_layout Plain Layout
24020 \begin_inset Formula $\unrhd$
24021 \end_inset
24022
24023
24024 \end_layout
24025
24026 \end_inset
24027 </cell>
24028 </row>
24029 <row>
24030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24031 \begin_inset Text
24032
24033 \begin_layout Plain Layout
24034
24035 \backslash
24036 lessgtr
24037 \end_layout
24038
24039 \end_inset
24040 </cell>
24041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24042 \begin_inset Text
24043
24044 \begin_layout Plain Layout
24045 \begin_inset Formula $\lessgtr$
24046 \end_inset
24047
24048
24049 \end_layout
24050
24051 \end_inset
24052 </cell>
24053 </row>
24054 <row>
24055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24056 \begin_inset Text
24057
24058 \begin_layout Plain Layout
24059
24060 \backslash
24061 parallel
24062 \end_layout
24063
24064 \end_inset
24065 </cell>
24066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24067 \begin_inset Text
24068
24069 \begin_layout Plain Layout
24070 \begin_inset Formula $\parallel$
24071 \end_inset
24072
24073
24074 \end_layout
24075
24076 \end_inset
24077 </cell>
24078 </row>
24079 <row>
24080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24081 \begin_inset Text
24082
24083 \begin_layout Plain Layout
24084
24085 \backslash
24086 nparallel
24087 \end_layout
24088
24089 \end_inset
24090 </cell>
24091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24092 \begin_inset Text
24093
24094 \begin_layout Plain Layout
24095 \begin_inset Formula $\nparallel$
24096 \end_inset
24097
24098
24099 \end_layout
24100
24101 \end_inset
24102 </cell>
24103 </row>
24104 </lyxtabular>
24105
24106 \end_inset
24107
24108
24109 \begin_inset space \hfill{}
24110 \end_inset
24111
24112
24113 \end_layout
24114
24115 \begin_layout Standard
24116 \begin_inset VSpace medskip
24117 \end_inset
24118
24119 The characters 
24120 \series bold
24121
24122 \backslash
24123 lhd
24124 \series default
24125  and 
24126 \series bold
24127
24128 \backslash
24129 rhd
24130 \series default
24131  are bigger than the equal looking operators 
24132 \series bold
24133
24134 \backslash
24135 triangleleft
24136 \series default
24137  and 
24138 \series bold
24139
24140 \backslash
24141 triangleright
24142 \series default
24143 , respectively.
24144 \end_layout
24145
24146 \begin_layout Standard
24147 Relations are, in contrary to symbols, always surrounded by space.
24148 \end_layout
24149
24150 \begin_layout Standard
24151 Relations with labels can be created with the command 
24152 \series bold
24153
24154 \backslash
24155 stackrel
24156 \series default
24157
24158 \begin_inset Index
24159 status collapsed
24160
24161 \begin_layout Plain Layout
24162 Commands ! S ! 
24163 \backslash
24164 stackrel
24165 \end_layout
24166
24167 \end_inset
24168
24169 :
24170 \end_layout
24171
24172 \begin_layout Standard
24173 \align center
24174 \begin_inset Tabular
24175 <lyxtabular version="3" rows="2" columns="2">
24176 <features>
24177 <column alignment="center" valignment="top" width="0">
24178 <column alignment="center" valignment="top" width="0">
24179 <row>
24180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24181 \begin_inset Text
24182
24183 \begin_layout Plain Layout
24184 Command
24185 \end_layout
24186
24187 \end_inset
24188 </cell>
24189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24190 \begin_inset Text
24191
24192 \begin_layout Plain Layout
24193 Result
24194 \begin_inset Note Note
24195 status collapsed
24196
24197 \begin_layout Plain Layout
24198
24199 \series bold
24200
24201 \backslash
24202 raisebox
24203 \series default
24204  is only used as spacer.
24205 \end_layout
24206
24207 \end_inset
24208
24209
24210 \end_layout
24211
24212 \end_inset
24213 </cell>
24214 </row>
24215 <row>
24216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24217 \begin_inset Text
24218
24219 \begin_layout Plain Layout
24220 A(r)
24221 \backslash
24222 stackrel
24223 \begin_inset ERT
24224 status collapsed
24225
24226 \begin_layout Plain Layout
24227
24228
24229 \backslash
24230 spce 
24231 \end_layout
24232
24233 \end_inset
24234
24235 r
24236 \backslash
24237 to
24238 \backslash
24239 infty
24240 \begin_inset ERT
24241 status collapsed
24242
24243 \begin_layout Plain Layout
24244
24245
24246 \backslash
24247 spce 
24248 \end_layout
24249
24250 \end_inset
24251
24252
24253 \begin_inset Formula $\downarrow$
24254 \end_inset
24255
24256
24257 \backslash
24258 approx
24259 \begin_inset ERT
24260 status collapsed
24261
24262 \begin_layout Plain Layout
24263
24264
24265 \backslash
24266 spce 
24267 \end_layout
24268
24269 \end_inset
24270
24271
24272 \begin_inset ERT
24273 status collapsed
24274
24275 \begin_layout Plain Layout
24276
24277
24278 \backslash
24279 spce 
24280 \end_layout
24281
24282 \end_inset
24283
24284 B
24285 \end_layout
24286
24287 \end_inset
24288 </cell>
24289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24290 \begin_inset Text
24291
24292 \begin_layout Plain Layout
24293 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24294 \end_inset
24295
24296
24297 \end_layout
24298
24299 \end_inset
24300 </cell>
24301 </row>
24302 </lyxtabular>
24303
24304 \end_inset
24305
24306
24307 \end_layout
24308
24309 \begin_layout Section
24310 Functions
24311 \end_layout
24312
24313 \begin_layout Subsection
24314 Predefined Functions
24315 \begin_inset CommandInset label
24316 LatexCommand label
24317 name "sub:Predefined-Functions"
24318
24319 \end_inset
24320
24321
24322 \begin_inset Index
24323 status collapsed
24324
24325 \begin_layout Plain Layout
24326 Functions ! predefined
24327 \end_layout
24328
24329 \end_inset
24330
24331
24332 \end_layout
24333
24334 \begin_layout Standard
24335 In general, variables are set 
24336 \emph on
24337 italic
24338 \emph default
24339  in mathematical expressions, but not function names, because 
24340 \begin_inset Formula $sin$
24341 \end_inset
24342
24343  could be misunderstood as 
24344 \begin_inset Formula $s\cdot i\cdot n$
24345 \end_inset
24346
24347 .
24348  Therefore there are predefined functions, that are additionally a bit separated
24349  from prefactors.
24350  They are inserted as commands starting with a backslash before their name.
24351 \end_layout
24352
24353 \begin_layout Standard
24354 \align center
24355 \begin_inset Tabular
24356 <lyxtabular version="3" rows="2" columns="4">
24357 <features>
24358 <column alignment="center" valignment="top" width="0pt">
24359 <column alignment="center" valignment="top" width="0pt">
24360 <column alignment="center" valignment="top" width="0pt">
24361 <column alignment="center" valignment="top" width="0pt">
24362 <row>
24363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24364 \begin_inset Text
24365
24366 \begin_layout Plain Layout
24367 Command
24368 \end_layout
24369
24370 \end_inset
24371 </cell>
24372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24373 \begin_inset Text
24374
24375 \begin_layout Plain Layout
24376 Result
24377 \end_layout
24378
24379 \end_inset
24380 </cell>
24381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24382 \begin_inset Text
24383
24384 \begin_layout Plain Layout
24385 Command
24386 \end_layout
24387
24388 \end_inset
24389 </cell>
24390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24391 \begin_inset Text
24392
24393 \begin_layout Plain Layout
24394 Result
24395 \end_layout
24396
24397 \end_inset
24398 </cell>
24399 </row>
24400 <row>
24401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24402 \begin_inset Text
24403
24404 \begin_layout Plain Layout
24405 Asin(x)+B
24406 \end_layout
24407
24408 \end_inset
24409 </cell>
24410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24411 \begin_inset Text
24412
24413 \begin_layout Plain Layout
24414 \begin_inset Formula $Asin(x)+B$
24415 \end_inset
24416
24417
24418 \end_layout
24419
24420 \end_inset
24421 </cell>
24422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24423 \begin_inset Text
24424
24425 \begin_layout Plain Layout
24426 A
24427 \backslash
24428 sin(x)+B
24429 \end_layout
24430
24431 \end_inset
24432 </cell>
24433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24434 \begin_inset Text
24435
24436 \begin_layout Plain Layout
24437 \begin_inset Formula $A\sin(x)+B$
24438 \end_inset
24439
24440
24441 \end_layout
24442
24443 \end_inset
24444 </cell>
24445 </row>
24446 </lyxtabular>
24447
24448 \end_inset
24449
24450
24451 \end_layout
24452
24453 \begin_layout Standard
24454 The following functions are predefined:
24455 \end_layout
24456
24457 \begin_layout Standard
24458 \begin_inset VSpace -2mm
24459 \end_inset
24460
24461
24462 \end_layout
24463
24464 \begin_layout Standard
24465 \align center
24466 \begin_inset Tabular
24467 <lyxtabular version="3" rows="9" columns="4">
24468 <features>
24469 <column alignment="center" valignment="top" width="0pt">
24470 <column alignment="center" valignment="top" width="0pt">
24471 <column alignment="center" valignment="top" width="0pt">
24472 <column alignment="center" valignment="top" width="0pt">
24473 <row>
24474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24475 \begin_inset Text
24476
24477 \begin_layout Plain Layout
24478 Command
24479 \end_layout
24480
24481 \end_inset
24482 </cell>
24483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24484 \begin_inset Text
24485
24486 \begin_layout Plain Layout
24487 Command
24488 \end_layout
24489
24490 \end_inset
24491 </cell>
24492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24493 \begin_inset Text
24494
24495 \begin_layout Plain Layout
24496 Command
24497 \end_layout
24498
24499 \end_inset
24500 </cell>
24501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24502 \begin_inset Text
24503
24504 \begin_layout Plain Layout
24505 Command
24506 \end_layout
24507
24508 \end_inset
24509 </cell>
24510 </row>
24511 <row>
24512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24513 \begin_inset Text
24514
24515 \begin_layout Plain Layout
24516
24517 \backslash
24518 sin
24519 \end_layout
24520
24521 \end_inset
24522 </cell>
24523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24524 \begin_inset Text
24525
24526 \begin_layout Plain Layout
24527
24528 \backslash
24529 sinh
24530 \end_layout
24531
24532 \end_inset
24533 </cell>
24534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24535 \begin_inset Text
24536
24537 \begin_layout Plain Layout
24538
24539 \backslash
24540 arcsin
24541 \end_layout
24542
24543 \end_inset
24544 </cell>
24545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24546 \begin_inset Text
24547
24548 \begin_layout Plain Layout
24549
24550 \backslash
24551 sup
24552 \end_layout
24553
24554 \end_inset
24555 </cell>
24556 </row>
24557 <row>
24558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24559 \begin_inset Text
24560
24561 \begin_layout Plain Layout
24562
24563 \backslash
24564 cos
24565 \end_layout
24566
24567 \end_inset
24568 </cell>
24569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24570 \begin_inset Text
24571
24572 \begin_layout Plain Layout
24573
24574 \backslash
24575 cosh
24576 \end_layout
24577
24578 \end_inset
24579 </cell>
24580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24581 \begin_inset Text
24582
24583 \begin_layout Plain Layout
24584
24585 \backslash
24586 arccos
24587 \end_layout
24588
24589 \end_inset
24590 </cell>
24591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24592 \begin_inset Text
24593
24594 \begin_layout Plain Layout
24595
24596 \backslash
24597 inf
24598 \end_layout
24599
24600 \end_inset
24601 </cell>
24602 </row>
24603 <row>
24604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24605 \begin_inset Text
24606
24607 \begin_layout Plain Layout
24608
24609 \backslash
24610 tan
24611 \end_layout
24612
24613 \end_inset
24614 </cell>
24615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24616 \begin_inset Text
24617
24618 \begin_layout Plain Layout
24619
24620 \backslash
24621 tanh
24622 \end_layout
24623
24624 \end_inset
24625 </cell>
24626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24627 \begin_inset Text
24628
24629 \begin_layout Plain Layout
24630
24631 \backslash
24632 arctan
24633 \end_layout
24634
24635 \end_inset
24636 </cell>
24637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24638 \begin_inset Text
24639
24640 \begin_layout Plain Layout
24641
24642 \backslash
24643 lim
24644 \end_layout
24645
24646 \end_inset
24647 </cell>
24648 </row>
24649 <row>
24650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24651 \begin_inset Text
24652
24653 \begin_layout Plain Layout
24654
24655 \backslash
24656 cot
24657 \end_layout
24658
24659 \end_inset
24660 </cell>
24661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24662 \begin_inset Text
24663
24664 \begin_layout Plain Layout
24665
24666 \backslash
24667 coth
24668 \end_layout
24669
24670 \end_inset
24671 </cell>
24672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24673 \begin_inset Text
24674
24675 \begin_layout Plain Layout
24676
24677 \backslash
24678 arg
24679 \end_layout
24680
24681 \end_inset
24682 </cell>
24683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24684 \begin_inset Text
24685
24686 \begin_layout Plain Layout
24687
24688 \backslash
24689 liminf
24690 \end_layout
24691
24692 \end_inset
24693 </cell>
24694 </row>
24695 <row>
24696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24697 \begin_inset Text
24698
24699 \begin_layout Plain Layout
24700
24701 \backslash
24702 sec
24703 \end_layout
24704
24705 \end_inset
24706 </cell>
24707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24708 \begin_inset Text
24709
24710 \begin_layout Plain Layout
24711
24712 \backslash
24713 min
24714 \end_layout
24715
24716 \end_inset
24717 </cell>
24718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24719 \begin_inset Text
24720
24721 \begin_layout Plain Layout
24722
24723 \backslash
24724 deg
24725 \end_layout
24726
24727 \end_inset
24728 </cell>
24729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24730 \begin_inset Text
24731
24732 \begin_layout Plain Layout
24733
24734 \backslash
24735 limsup
24736 \end_layout
24737
24738 \end_inset
24739 </cell>
24740 </row>
24741 <row>
24742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24743 \begin_inset Text
24744
24745 \begin_layout Plain Layout
24746
24747 \backslash
24748 csc
24749 \end_layout
24750
24751 \end_inset
24752 </cell>
24753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24754 \begin_inset Text
24755
24756 \begin_layout Plain Layout
24757
24758 \backslash
24759 max
24760 \end_layout
24761
24762 \end_inset
24763 </cell>
24764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24765 \begin_inset Text
24766
24767 \begin_layout Plain Layout
24768
24769 \backslash
24770 det
24771 \end_layout
24772
24773 \end_inset
24774 </cell>
24775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24776 \begin_inset Text
24777
24778 \begin_layout Plain Layout
24779
24780 \backslash
24781 Pr
24782 \end_layout
24783
24784 \end_inset
24785 </cell>
24786 </row>
24787 <row>
24788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24789 \begin_inset Text
24790
24791 \begin_layout Plain Layout
24792
24793 \backslash
24794 ln
24795 \end_layout
24796
24797 \end_inset
24798 </cell>
24799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24800 \begin_inset Text
24801
24802 \begin_layout Plain Layout
24803
24804 \backslash
24805 exp
24806 \end_layout
24807
24808 \end_inset
24809 </cell>
24810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24811 \begin_inset Text
24812
24813 \begin_layout Plain Layout
24814
24815 \backslash
24816 dim
24817 \end_layout
24818
24819 \end_inset
24820 </cell>
24821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24822 \begin_inset Text
24823
24824 \begin_layout Plain Layout
24825
24826 \backslash
24827 hom
24828 \end_layout
24829
24830 \end_inset
24831 </cell>
24832 </row>
24833 <row>
24834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24835 \begin_inset Text
24836
24837 \begin_layout Plain Layout
24838
24839 \backslash
24840 lg
24841 \end_layout
24842
24843 \end_inset
24844 </cell>
24845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24846 \begin_inset Text
24847
24848 \begin_layout Plain Layout
24849
24850 \backslash
24851 log
24852 \end_layout
24853
24854 \end_inset
24855 </cell>
24856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24857 \begin_inset Text
24858
24859 \begin_layout Plain Layout
24860
24861 \backslash
24862 ker
24863 \end_layout
24864
24865 \end_inset
24866 </cell>
24867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24868 \begin_inset Text
24869
24870 \begin_layout Plain Layout
24871
24872 \backslash
24873 gcd
24874 \end_layout
24875
24876 \end_inset
24877 </cell>
24878 </row>
24879 </lyxtabular>
24880
24881 \end_inset
24882
24883
24884 \end_layout
24885
24886 \begin_layout Standard
24887 They can also be inserted with the math toolbar button 
24888 \begin_inset Graphics
24889         filename ../images/math/functions.png
24890         scale 85
24891
24892 \end_inset
24893
24894 .
24895 \end_layout
24896
24897 \begin_layout Subsection
24898 Self-defined Functions
24899 \begin_inset Index
24900 status collapsed
24901
24902 \begin_layout Plain Layout
24903 Functions ! self-defined
24904 \end_layout
24905
24906 \end_inset
24907
24908
24909 \end_layout
24910
24911 \begin_layout Standard
24912 To use a function that is not predefined, like for example the sign function
24913  sgn(x), there are two possibilities:
24914 \end_layout
24915
24916 \begin_layout Itemize
24917 Define the function by inserting the following line to the LaTeX-preamble
24918 \begin_inset Foot
24919 status collapsed
24920
24921 \begin_layout Plain Layout
24922 For more about 
24923 \series bold
24924
24925 \backslash
24926 DeclareMathOperator
24927 \series default
24928  see 
24929 \begin_inset CommandInset ref
24930 LatexCommand ref
24931 reference "sub:Self-defined-Operators"
24932
24933 \end_inset
24934
24935 .
24936 \end_layout
24937
24938 \end_inset
24939
24940
24941 \begin_inset Newline newline
24942 \end_inset
24943
24944
24945 \begin_inset VSpace -3mm
24946 \end_inset
24947
24948
24949 \begin_inset Newline newline
24950 \end_inset
24951
24952
24953 \series bold
24954
24955 \backslash
24956 DeclareMathOperator{
24957 \backslash
24958 sgn}{sgn}
24959 \series default
24960
24961 \begin_inset Index
24962 status collapsed
24963
24964 \begin_layout Plain Layout
24965 Commands ! D ! 
24966 \backslash
24967 dbinom@
24968 \backslash
24969 DeclareMathOperator
24970 \end_layout
24971
24972 \end_inset
24973
24974
24975 \begin_inset Newline newline
24976 \end_inset
24977
24978
24979 \begin_inset VSpace -2mm
24980 \end_inset
24981
24982
24983 \begin_inset Newline newline
24984 \end_inset
24985
24986 Now the new defined function can be called with the command 
24987 \series bold
24988
24989 \backslash
24990 sgn
24991 \series default
24992 .
24993 \end_layout
24994
24995 \begin_layout Itemize
24996 Write the the formula as usual, mark the formula name, in our example the
24997  letters 
24998 \emph on
24999 sgn
25000 \emph default
25001 , and change it to mathematical text.
25002  At last a space is inserted between prefactor and function.
25003 \end_layout
25004
25005 \begin_layout Standard
25006 The result is the same with both methods as with a predefined function
25007 \begin_inset Foot
25008 status collapsed
25009
25010 \begin_layout Plain Layout
25011 In LyX self-defined functions are displayed red, predefined ones black.
25012 \end_layout
25013
25014 \end_inset
25015
25016 :
25017 \end_layout
25018
25019 \begin_layout Standard
25020 \align center
25021 \begin_inset Tabular
25022 <lyxtabular version="3" rows="3" columns="2">
25023 <features>
25024 <column alignment="center" valignment="top" width="0pt">
25025 <column alignment="center" valignment="top" width="0pt">
25026 <row>
25027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25028 \begin_inset Text
25029
25030 \begin_layout Plain Layout
25031 Command
25032 \end_layout
25033
25034 \end_inset
25035 </cell>
25036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25037 \begin_inset Text
25038
25039 \begin_layout Plain Layout
25040 Result
25041 \end_layout
25042
25043 \end_inset
25044 </cell>
25045 </row>
25046 <row>
25047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25048 \begin_inset Text
25049
25050 \begin_layout Plain Layout
25051 A
25052 \backslash
25053 sgn(x)+B
25054 \end_layout
25055
25056 \end_inset
25057 </cell>
25058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25059 \begin_inset Text
25060
25061 \begin_layout Plain Layout
25062 \begin_inset Formula $A\sgn(x)+B$
25063 \end_inset
25064
25065
25066 \end_layout
25067
25068 \end_inset
25069 </cell>
25070 </row>
25071 <row>
25072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25073 \begin_inset Text
25074
25075 \begin_layout Plain Layout
25076 A
25077 \backslash
25078 ,
25079 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25080 \end_inset
25081
25082 (x)+B
25083 \end_layout
25084
25085 \end_inset
25086 </cell>
25087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25088 \begin_inset Text
25089
25090 \begin_layout Plain Layout
25091 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25092 \end_inset
25093
25094
25095 \end_layout
25096
25097 \end_inset
25098 </cell>
25099 </row>
25100 </lyxtabular>
25101
25102 \end_inset
25103
25104
25105 \end_layout
25106
25107 \begin_layout Standard
25108 The first method is more suitable when the self-defined function should
25109  be used several times.
25110 \end_layout
25111
25112 \begin_layout Subsection
25113 Limits
25114 \begin_inset Index
25115 status collapsed
25116
25117 \begin_layout Plain Layout
25118 Limits
25119 \end_layout
25120
25121 \end_inset
25122
25123
25124 \end_layout
25125
25126 \begin_layout Standard
25127 For limits there are defined besides 
25128 \series bold
25129
25130 \backslash
25131 lim
25132 \series default
25133
25134 \begin_inset Index
25135 status collapsed
25136
25137 \begin_layout Plain Layout
25138 Commands ! L ! 
25139 \backslash
25140 lim
25141 \end_layout
25142
25143 \end_inset
25144
25145
25146 \series bold
25147
25148 \backslash
25149 liminf
25150 \series default
25151  and 
25152 \series bold
25153
25154 \backslash
25155 limsup
25156 \series default
25157  furthermore the following functions:
25158 \end_layout
25159
25160 \begin_layout Standard
25161 \align center
25162 \begin_inset Tabular
25163 <lyxtabular version="3" rows="5" columns="2">
25164 <features>
25165 <column alignment="center" valignment="top" width="0">
25166 <column alignment="center" valignment="top" width="0">
25167 <row>
25168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25169 \begin_inset Text
25170
25171 \begin_layout Plain Layout
25172 Command
25173 \end_layout
25174
25175 \end_inset
25176 </cell>
25177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25178 \begin_inset Text
25179
25180 \begin_layout Plain Layout
25181 Result
25182 \begin_inset Note Note
25183 status collapsed
25184
25185 \begin_layout Plain Layout
25186
25187 \series bold
25188
25189 \backslash
25190 raisebox
25191 \series default
25192  is only used as spacer.
25193 \end_layout
25194
25195 \end_inset
25196
25197
25198 \end_layout
25199
25200 \end_inset
25201 </cell>
25202 </row>
25203 <row>
25204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25205 \begin_inset Text
25206
25207 \begin_layout Plain Layout
25208
25209 \backslash
25210 varliminf
25211 \end_layout
25212
25213 \end_inset
25214 </cell>
25215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25216 \begin_inset Text
25217
25218 \begin_layout Plain Layout
25219 \begin_inset Formula $\varliminf$
25220 \end_inset
25221
25222
25223 \end_layout
25224
25225 \end_inset
25226 </cell>
25227 </row>
25228 <row>
25229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25230 \begin_inset Text
25231
25232 \begin_layout Plain Layout
25233
25234 \backslash
25235 varlimsup
25236 \end_layout
25237
25238 \end_inset
25239 </cell>
25240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25241 \begin_inset Text
25242
25243 \begin_layout Plain Layout
25244 \begin_inset Formula $\varlimsup$
25245 \end_inset
25246
25247
25248 \end_layout
25249
25250 \end_inset
25251 </cell>
25252 </row>
25253 <row>
25254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25255 \begin_inset Text
25256
25257 \begin_layout Plain Layout
25258
25259 \backslash
25260 varprojlim
25261 \end_layout
25262
25263 \end_inset
25264 </cell>
25265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25266 \begin_inset Text
25267
25268 \begin_layout Plain Layout
25269 \begin_inset Formula $\varprojlim$
25270 \end_inset
25271
25272
25273 \end_layout
25274
25275 \end_inset
25276 </cell>
25277 </row>
25278 <row>
25279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25280 \begin_inset Text
25281
25282 \begin_layout Plain Layout
25283
25284 \backslash
25285 varinjlim
25286 \end_layout
25287
25288 \end_inset
25289 </cell>
25290 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25291 \begin_inset Text
25292
25293 \begin_layout Plain Layout
25294 \begin_inset Formula $\varinjlim$
25295 \end_inset
25296
25297
25298 \begin_inset Formula $\raisebox{-2.5mm}{}$
25299 \end_inset
25300
25301
25302 \end_layout
25303
25304 \end_inset
25305 </cell>
25306 </row>
25307 </lyxtabular>
25308
25309 \end_inset
25310
25311
25312 \end_layout
25313
25314 \begin_layout Standard
25315 \begin_inset VSpace medskip
25316 \end_inset
25317
25318 The limit is created by inserting a subscript.
25319  It is set right beside the function in an inline formula:
25320 \end_layout
25321
25322 \begin_layout Standard
25323 \align center
25324 \begin_inset Tabular
25325 <lyxtabular version="3" rows="2" columns="2">
25326 <features>
25327 <column alignment="center" valignment="top" width="0pt">
25328 <column alignment="center" valignment="top" width="0pt">
25329 <row>
25330 <cell alignment="center" valignment="top" usebox="none">
25331 \begin_inset Text
25332
25333 \begin_layout Plain Layout
25334 Command
25335 \end_layout
25336
25337 \end_inset
25338 </cell>
25339 <cell alignment="center" valignment="top" usebox="none">
25340 \begin_inset Text
25341
25342 \begin_layout Plain Layout
25343 \begin_inset space \hspace{}
25344 \length 1cm
25345 \end_inset
25346
25347 Result
25348 \begin_inset Note Note
25349 status collapsed
25350
25351 \begin_layout Plain Layout
25352 The space and
25353 \series bold
25354  
25355 \backslash
25356 raisebox
25357 \series default
25358  are used here as spacer.
25359 \end_layout
25360
25361 \end_inset
25362
25363
25364 \end_layout
25365
25366 \end_inset
25367 </cell>
25368 </row>
25369 <row>
25370 <cell alignment="center" valignment="top" usebox="none">
25371 \begin_inset Text
25372
25373 \begin_layout Plain Layout
25374
25375 \backslash
25376 lim_x
25377 \backslash
25378 to
25379 \begin_inset ERT
25380 status collapsed
25381
25382 \begin_layout Plain Layout
25383
25384
25385 \backslash
25386 spce 
25387 \end_layout
25388
25389 \end_inset
25390
25391 A
25392 \begin_inset ERT
25393 status collapsed
25394
25395 \begin_layout Plain Layout
25396
25397
25398 \backslash
25399 spce 
25400 \end_layout
25401
25402 \end_inset
25403
25404 x=B
25405 \end_layout
25406
25407 \end_inset
25408 </cell>
25409 <cell alignment="center" valignment="top" usebox="none">
25410 \begin_inset Text
25411
25412 \begin_layout Plain Layout
25413 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25414 \end_inset
25415
25416
25417 \end_layout
25418
25419 \end_inset
25420 </cell>
25421 </row>
25422 </lyxtabular>
25423
25424 \end_inset
25425
25426
25427 \end_layout
25428
25429 \begin_layout Standard
25430 In a displayed formula the limit is set below the formula, as usual:
25431 \begin_inset Formula \[
25432 \lim_{x\to A}x=B\]
25433
25434 \end_inset
25435
25436
25437 \end_layout
25438
25439 \begin_layout Subsection
25440 Modulo-Functions
25441 \begin_inset Index
25442 status collapsed
25443
25444 \begin_layout Plain Layout
25445 Functions ! modulo-
25446 \end_layout
25447
25448 \end_inset
25449
25450
25451 \end_layout
25452
25453 \begin_layout Standard
25454 The modulo-function is special, because it exists in four variants.
25455 \end_layout
25456
25457 \begin_layout Standard
25458 The variants in a displayed formula:
25459 \begin_inset Formula \begin{align*}
25460 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25461 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25462 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25463 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25464 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25465
25466 \end_inset
25467
25468
25469 \end_layout
25470
25471 \begin_layout Standard
25472 In an inline formula less space is set before the function names for all
25473  variants.
25474 \end_layout
25475
25476 \begin_layout Standard
25477 \begin_inset Newpage newpage
25478 \end_inset
25479
25480
25481 \end_layout
25482
25483 \begin_layout Section
25484 Special Characters
25485 \begin_inset Index
25486 status collapsed
25487
25488 \begin_layout Plain Layout
25489 Special characters
25490 \end_layout
25491
25492 \end_inset
25493
25494
25495 \end_layout
25496
25497 \begin_layout Subsection
25498 Special Characters in Mathematical Text
25499 \end_layout
25500
25501 \begin_layout Standard
25502 The following commands can only be used in mathematical text or in TeX-mode:
25503 \end_layout
25504
25505 \begin_layout Standard
25506 \begin_inset space \hfill{}
25507 \end_inset
25508
25509
25510 \begin_inset Tabular
25511 <lyxtabular version="3" rows="8" columns="2">
25512 <features>
25513 <column alignment="block" valignment="top" width="0">
25514 <column alignment="block" valignment="top" width="0">
25515 <row>
25516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25517 \begin_inset Text
25518
25519 \begin_layout Plain Layout
25520 Command
25521 \end_layout
25522
25523 \end_inset
25524 </cell>
25525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25526 \begin_inset Text
25527
25528 \begin_layout Plain Layout
25529 Result
25530 \end_layout
25531
25532 \end_inset
25533 </cell>
25534 </row>
25535 <row>
25536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25537 \begin_inset Text
25538
25539 \begin_layout Plain Layout
25540
25541 \backslash
25542 oe
25543 \end_layout
25544
25545 \end_inset
25546 </cell>
25547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25548 \begin_inset Text
25549
25550 \begin_layout Plain Layout
25551 \begin_inset Formula $\textrm{œ}$
25552 \end_inset
25553
25554
25555 \end_layout
25556
25557 \end_inset
25558 </cell>
25559 </row>
25560 <row>
25561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25562 \begin_inset Text
25563
25564 \begin_layout Plain Layout
25565
25566 \backslash
25567 OE
25568 \end_layout
25569
25570 \end_inset
25571 </cell>
25572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25573 \begin_inset Text
25574
25575 \begin_layout Plain Layout
25576 \begin_inset Formula $\textrm{Œ}$
25577 \end_inset
25578
25579
25580 \end_layout
25581
25582 \end_inset
25583 </cell>
25584 </row>
25585 <row>
25586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25587 \begin_inset Text
25588
25589 \begin_layout Plain Layout
25590
25591 \backslash
25592 ae
25593 \end_layout
25594
25595 \end_inset
25596 </cell>
25597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25598 \begin_inset Text
25599
25600 \begin_layout Plain Layout
25601 \begin_inset Formula $\textrm{æ}$
25602 \end_inset
25603
25604
25605 \end_layout
25606
25607 \end_inset
25608 </cell>
25609 </row>
25610 <row>
25611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25612 \begin_inset Text
25613
25614 \begin_layout Plain Layout
25615
25616 \backslash
25617 AE
25618 \end_layout
25619
25620 \end_inset
25621 </cell>
25622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25623 \begin_inset Text
25624
25625 \begin_layout Plain Layout
25626 \begin_inset Formula $\textrm{Æ}$
25627 \end_inset
25628
25629
25630 \end_layout
25631
25632 \end_inset
25633 </cell>
25634 </row>
25635 <row>
25636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25637 \begin_inset Text
25638
25639 \begin_layout Plain Layout
25640
25641 \backslash
25642 aa
25643 \end_layout
25644
25645 \end_inset
25646 </cell>
25647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25648 \begin_inset Text
25649
25650 \begin_layout Plain Layout
25651 \begin_inset Formula $\textrm{\aa}$
25652 \end_inset
25653
25654
25655 \end_layout
25656
25657 \end_inset
25658 </cell>
25659 </row>
25660 <row>
25661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25662 \begin_inset Text
25663
25664 \begin_layout Plain Layout
25665
25666 \backslash
25667 AA
25668 \begin_inset Index
25669 status collapsed
25670
25671 \begin_layout Plain Layout
25672
25673 \backslash
25674 @
25675 \begin_inset ERT
25676 status collapsed
25677
25678 \begin_layout Plain Layout
25679
25680
25681 \backslash
25682 textrm{
25683 \backslash
25684 AA}
25685 \end_layout
25686
25687 \end_inset
25688
25689
25690 \end_layout
25691
25692 \end_inset
25693
25694
25695 \end_layout
25696
25697 \end_inset
25698 </cell>
25699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25700 \begin_inset Text
25701
25702 \begin_layout Plain Layout
25703 \begin_inset Formula $\textrm{Å}$
25704 \end_inset
25705
25706
25707 \end_layout
25708
25709 \end_inset
25710 </cell>
25711 </row>
25712 <row>
25713 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25714 \begin_inset Text
25715
25716 \begin_layout Plain Layout
25717
25718 \backslash
25719 i
25720 \end_layout
25721
25722 \end_inset
25723 </cell>
25724 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25725 \begin_inset Text
25726
25727 \begin_layout Plain Layout
25728 \begin_inset Formula $\textrm{ı}$
25729 \end_inset
25730
25731
25732 \end_layout
25733
25734 \end_inset
25735 </cell>
25736 </row>
25737 </lyxtabular>
25738
25739 \end_inset
25740
25741
25742 \begin_inset space \hfill{}
25743 \end_inset
25744
25745
25746 \begin_inset Tabular
25747 <lyxtabular version="3" rows="8" columns="2">
25748 <features>
25749 <column alignment="block" valignment="top" width="0">
25750 <column alignment="center" valignment="top" width="0">
25751 <row>
25752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25753 \begin_inset Text
25754
25755 \begin_layout Plain Layout
25756 command
25757 \begin_inset Note Note
25758 status collapsed
25759
25760 \begin_layout Plain Layout
25761 The space of 0
25762 \begin_inset space \thinspace{}
25763 \end_inset
25764
25765 mm is used for separation, because otherwise the output will be ¡ and ¿
25766  respectively.
25767 \end_layout
25768
25769 \end_inset
25770
25771
25772 \end_layout
25773
25774 \end_inset
25775 </cell>
25776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25777 \begin_inset Text
25778
25779 \begin_layout Plain Layout
25780 Result
25781 \end_layout
25782
25783 \end_inset
25784 </cell>
25785 </row>
25786 <row>
25787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25788 \begin_inset Text
25789
25790 \begin_layout Plain Layout
25791
25792 \backslash
25793 o
25794 \end_layout
25795
25796 \end_inset
25797 </cell>
25798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25799 \begin_inset Text
25800
25801 \begin_layout Plain Layout
25802 \begin_inset Formula $\textrm{ø}$
25803 \end_inset
25804
25805
25806 \end_layout
25807
25808 \end_inset
25809 </cell>
25810 </row>
25811 <row>
25812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25813 \begin_inset Text
25814
25815 \begin_layout Plain Layout
25816
25817 \backslash
25818 O
25819 \end_layout
25820
25821 \end_inset
25822 </cell>
25823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25824 \begin_inset Text
25825
25826 \begin_layout Plain Layout
25827 \begin_inset Formula $\textrm{Ø}$
25828 \end_inset
25829
25830
25831 \end_layout
25832
25833 \end_inset
25834 </cell>
25835 </row>
25836 <row>
25837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25838 \begin_inset Text
25839
25840 \begin_layout Plain Layout
25841
25842 \backslash
25843 l
25844 \end_layout
25845
25846 \end_inset
25847 </cell>
25848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25849 \begin_inset Text
25850
25851 \begin_layout Plain Layout
25852 \begin_inset Formula $\textrm{ł}$
25853 \end_inset
25854
25855
25856 \end_layout
25857
25858 \end_inset
25859 </cell>
25860 </row>
25861 <row>
25862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25863 \begin_inset Text
25864
25865 \begin_layout Plain Layout
25866
25867 \backslash
25868 L
25869 \end_layout
25870
25871 \end_inset
25872 </cell>
25873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25874 \begin_inset Text
25875
25876 \begin_layout Plain Layout
25877 \begin_inset Formula $\textrm{Ł}$
25878 \end_inset
25879
25880
25881 \end_layout
25882
25883 \end_inset
25884 </cell>
25885 </row>
25886 <row>
25887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25888 \begin_inset Text
25889
25890 \begin_layout Plain Layout
25891 !
25892 \begin_inset space \hspace{}
25893 \length 0mm
25894 \end_inset
25895
25896 `
25897 \begin_inset ERT
25898 status collapsed
25899
25900 \begin_layout Plain Layout
25901
25902
25903 \backslash
25904 spce 
25905 \end_layout
25906
25907 \end_inset
25908
25909
25910 \end_layout
25911
25912 \end_inset
25913 </cell>
25914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25915 \begin_inset Text
25916
25917 \begin_layout Plain Layout
25918 \begin_inset Formula $\textrm{!`}$
25919 \end_inset
25920
25921
25922 \end_layout
25923
25924 \end_inset
25925 </cell>
25926 </row>
25927 <row>
25928 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25929 \begin_inset Text
25930
25931 \begin_layout Plain Layout
25932 ?
25933 \begin_inset space \hspace{}
25934 \length 0mm
25935 \end_inset
25936
25937 `
25938 \begin_inset ERT
25939 status collapsed
25940
25941 \begin_layout Plain Layout
25942
25943
25944 \backslash
25945 spce 
25946 \end_layout
25947
25948 \end_inset
25949
25950
25951 \end_layout
25952
25953 \end_inset
25954 </cell>
25955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25956 \begin_inset Text
25957
25958 \begin_layout Plain Layout
25959 \begin_inset Formula $\textrm{?`}$
25960 \end_inset
25961
25962
25963 \end_layout
25964
25965 \end_inset
25966 </cell>
25967 </row>
25968 <row>
25969 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25970 \begin_inset Text
25971
25972 \begin_layout Plain Layout
25973
25974 \backslash
25975 j
25976 \end_layout
25977
25978 \end_inset
25979 </cell>
25980 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25981 \begin_inset Text
25982
25983 \begin_layout Plain Layout
25984 \begin_inset Formula $\textrm{ȷ}$
25985 \end_inset
25986
25987
25988 \end_layout
25989
25990 \end_inset
25991 </cell>
25992 </row>
25993 </lyxtabular>
25994
25995 \end_inset
25996
25997
25998 \begin_inset space \hfill{}
25999 \end_inset
26000
26001
26002 \end_layout
26003
26004 \begin_layout Standard
26005 The characters 
26006 \begin_inset Formula $\textrm{\textrm{Å}}$
26007 \end_inset
26008
26009  and 
26010 \begin_inset Formula $\textrm{\textrm{Ø}}$
26011 \end_inset
26012
26013  can also be inserted via the math toolbar button 
26014 \begin_inset Graphics
26015         filename ../images/math/digamma.png
26016         scale 85
26017
26018 \end_inset
26019
26020 .
26021 \end_layout
26022
26023 \begin_layout Standard
26024 An exception are the commands 
26025 \series bold
26026 !
26027 \begin_inset space \hspace{}
26028 \length 0mm
26029 \end_inset
26030
26031 `
26032 \series default
26033  and 
26034 \series bold
26035 ?
26036 \begin_inset space \hspace{}
26037 \length 0mm
26038 \end_inset
26039
26040 `
26041 \series default
26042 , because they can be inserted in LyX directly to text.
26043 \end_layout
26044
26045 \begin_layout Subsection
26046 Accents in Text
26047 \begin_inset CommandInset label
26048 LatexCommand label
26049 name "sub:Accents-in-Text"
26050
26051 \end_inset
26052
26053
26054 \begin_inset Index
26055 status collapsed
26056
26057 \begin_layout Plain Layout
26058 Accents ! in text
26059 \end_layout
26060
26061 \end_inset
26062
26063
26064 \end_layout
26065
26066 \begin_layout Standard
26067 With the following commands all letters can be accented.
26068  The commands must be inserted in TeX-mode.
26069 \end_layout
26070
26071 \begin_layout Standard
26072 \begin_inset space \hfill{}
26073 \end_inset
26074
26075
26076 \begin_inset Tabular
26077 <lyxtabular version="3" rows="8" columns="2">
26078 <features>
26079 <column alignment="block" valignment="top" width="0">
26080 <column alignment="block" valignment="top" width="0">
26081 <row>
26082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26083 \begin_inset Text
26084
26085 \begin_layout Plain Layout
26086 Command
26087 \end_layout
26088
26089 \end_inset
26090 </cell>
26091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26092 \begin_inset Text
26093
26094 \begin_layout Plain Layout
26095 Result
26096 \end_layout
26097
26098 \end_inset
26099 </cell>
26100 </row>
26101 <row>
26102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26103 \begin_inset Text
26104
26105 \begin_layout Plain Layout
26106
26107 \backslash
26108
26109 \begin_inset Quotes grd
26110 \end_inset
26111
26112 e
26113 \end_layout
26114
26115 \end_inset
26116 </cell>
26117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26118 \begin_inset Text
26119
26120 \begin_layout Plain Layout
26121 \begin_inset ERT
26122 status collapsed
26123
26124 \begin_layout Plain Layout
26125
26126
26127 \backslash
26128 "e
26129 \end_layout
26130
26131 \end_inset
26132
26133
26134 \end_layout
26135
26136 \end_inset
26137 </cell>
26138 </row>
26139 <row>
26140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26141 \begin_inset Text
26142
26143 \begin_layout Plain Layout
26144
26145 \backslash
26146 `e
26147 \end_layout
26148
26149 \end_inset
26150 </cell>
26151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26152 \begin_inset Text
26153
26154 \begin_layout Plain Layout
26155 \begin_inset ERT
26156 status collapsed
26157
26158 \begin_layout Plain Layout
26159
26160
26161 \backslash
26162 `e
26163 \end_layout
26164
26165 \end_inset
26166
26167
26168 \end_layout
26169
26170 \end_inset
26171 </cell>
26172 </row>
26173 <row>
26174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26175 \begin_inset Text
26176
26177 \begin_layout Plain Layout
26178
26179 \backslash
26180 ^
26181 \begin_inset ERT
26182 status collapsed
26183
26184 \begin_layout Plain Layout
26185
26186
26187 \backslash
26188 spce 
26189 \end_layout
26190
26191 \end_inset
26192
26193 e
26194 \end_layout
26195
26196 \end_inset
26197 </cell>
26198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26199 \begin_inset Text
26200
26201 \begin_layout Plain Layout
26202 \begin_inset ERT
26203 status collapsed
26204
26205 \begin_layout Plain Layout
26206
26207
26208 \backslash
26209 ^e
26210 \end_layout
26211
26212 \end_inset
26213
26214
26215 \end_layout
26216
26217 \end_inset
26218 </cell>
26219 </row>
26220 <row>
26221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26222 \begin_inset Text
26223
26224 \begin_layout Plain Layout
26225
26226 \backslash
26227 =e
26228 \end_layout
26229
26230 \end_inset
26231 </cell>
26232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26233 \begin_inset Text
26234
26235 \begin_layout Plain Layout
26236 \begin_inset ERT
26237 status collapsed
26238
26239 \begin_layout Plain Layout
26240
26241
26242 \backslash
26243 =e
26244 \end_layout
26245
26246 \end_inset
26247
26248
26249 \end_layout
26250
26251 \end_inset
26252 </cell>
26253 </row>
26254 <row>
26255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26256 \begin_inset Text
26257
26258 \begin_layout Plain Layout
26259
26260 \backslash
26261 u
26262 \begin_inset ERT
26263 status collapsed
26264
26265 \begin_layout Plain Layout
26266
26267
26268 \backslash
26269 spce 
26270 \end_layout
26271
26272 \end_inset
26273
26274 e
26275 \end_layout
26276
26277 \end_inset
26278 </cell>
26279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26280 \begin_inset Text
26281
26282 \begin_layout Plain Layout
26283 \begin_inset ERT
26284 status collapsed
26285
26286 \begin_layout Plain Layout
26287
26288
26289 \backslash
26290 u e
26291 \end_layout
26292
26293 \end_inset
26294
26295
26296 \end_layout
26297
26298 \end_inset
26299 </cell>
26300 </row>
26301 <row>
26302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26303 \begin_inset Text
26304
26305 \begin_layout Plain Layout
26306
26307 \backslash
26308 b
26309 \begin_inset ERT
26310 status collapsed
26311
26312 \begin_layout Plain Layout
26313
26314
26315 \backslash
26316 spce 
26317 \end_layout
26318
26319 \end_inset
26320
26321 e
26322 \end_layout
26323
26324 \end_inset
26325 </cell>
26326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26327 \begin_inset Text
26328
26329 \begin_layout Plain Layout
26330 \begin_inset ERT
26331 status collapsed
26332
26333 \begin_layout Plain Layout
26334
26335
26336 \backslash
26337 b e
26338 \end_layout
26339
26340 \end_inset
26341
26342
26343 \end_layout
26344
26345 \end_inset
26346 </cell>
26347 </row>
26348 <row>
26349 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26350 \begin_inset Text
26351
26352 \begin_layout Plain Layout
26353
26354 \backslash
26355 t
26356 \begin_inset ERT
26357 status collapsed
26358
26359 \begin_layout Plain Layout
26360
26361
26362 \backslash
26363 spce 
26364 \end_layout
26365
26366 \end_inset
26367
26368 ee
26369 \end_layout
26370
26371 \end_inset
26372 </cell>
26373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26374 \begin_inset Text
26375
26376 \begin_layout Plain Layout
26377 \begin_inset ERT
26378 status collapsed
26379
26380 \begin_layout Plain Layout
26381
26382
26383 \backslash
26384 t ee
26385 \end_layout
26386
26387 \end_inset
26388
26389
26390 \end_layout
26391
26392 \end_inset
26393 </cell>
26394 </row>
26395 </lyxtabular>
26396
26397 \end_inset
26398
26399
26400 \begin_inset space \hfill{}
26401 \end_inset
26402
26403
26404 \begin_inset Tabular
26405 <lyxtabular version="3" rows="8" columns="2">
26406 <features>
26407 <column alignment="block" valignment="top" width="0">
26408 <column alignment="center" valignment="top" width="0">
26409 <row>
26410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26411 \begin_inset Text
26412
26413 \begin_layout Plain Layout
26414 Command
26415 \end_layout
26416
26417 \end_inset
26418 </cell>
26419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26420 \begin_inset Text
26421
26422 \begin_layout Plain Layout
26423 Result
26424 \end_layout
26425
26426 \end_inset
26427 </cell>
26428 </row>
26429 <row>
26430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26431 \begin_inset Text
26432
26433 \begin_layout Plain Layout
26434
26435 \backslash
26436 H
26437 \begin_inset ERT
26438 status collapsed
26439
26440 \begin_layout Plain Layout
26441
26442
26443 \backslash
26444 spce 
26445 \end_layout
26446
26447 \end_inset
26448
26449 e
26450 \end_layout
26451
26452 \end_inset
26453 </cell>
26454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26455 \begin_inset Text
26456
26457 \begin_layout Plain Layout
26458 \begin_inset ERT
26459 status collapsed
26460
26461 \begin_layout Plain Layout
26462
26463
26464 \backslash
26465 H e
26466 \end_layout
26467
26468 \end_inset
26469
26470
26471 \end_layout
26472
26473 \end_inset
26474 </cell>
26475 </row>
26476 <row>
26477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26478 \begin_inset Text
26479
26480 \begin_layout Plain Layout
26481
26482 \backslash
26483 'e
26484 \end_layout
26485
26486 \end_inset
26487 </cell>
26488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26489 \begin_inset Text
26490
26491 \begin_layout Plain Layout
26492 \begin_inset ERT
26493 status collapsed
26494
26495 \begin_layout Plain Layout
26496
26497
26498 \backslash
26499 'e
26500 \end_layout
26501
26502 \end_inset
26503
26504
26505 \end_layout
26506
26507 \end_inset
26508 </cell>
26509 </row>
26510 <row>
26511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26512 \begin_inset Text
26513
26514 \begin_layout Plain Layout
26515
26516 \backslash
26517 ~e
26518 \begin_inset Index
26519 status collapsed
26520
26521 \begin_layout Plain Layout
26522 Tilde
26523 \end_layout
26524
26525 \end_inset
26526
26527
26528 \end_layout
26529
26530 \end_inset
26531 </cell>
26532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26533 \begin_inset Text
26534
26535 \begin_layout Plain Layout
26536 \begin_inset ERT
26537 status collapsed
26538
26539 \begin_layout Plain Layout
26540
26541
26542 \backslash
26543 ~e
26544 \end_layout
26545
26546 \end_inset
26547
26548
26549 \end_layout
26550
26551 \end_inset
26552 </cell>
26553 </row>
26554 <row>
26555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26556 \begin_inset Text
26557
26558 \begin_layout Plain Layout
26559
26560 \backslash
26561 .e
26562 \end_layout
26563
26564 \end_inset
26565 </cell>
26566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26567 \begin_inset Text
26568
26569 \begin_layout Plain Layout
26570 \begin_inset ERT
26571 status collapsed
26572
26573 \begin_layout Plain Layout
26574
26575
26576 \backslash
26577 .e
26578 \end_layout
26579
26580 \end_inset
26581
26582
26583 \end_layout
26584
26585 \end_inset
26586 </cell>
26587 </row>
26588 <row>
26589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26590 \begin_inset Text
26591
26592 \begin_layout Plain Layout
26593
26594 \backslash
26595 v
26596 \begin_inset ERT
26597 status collapsed
26598
26599 \begin_layout Plain Layout
26600
26601
26602 \backslash
26603 spce 
26604 \end_layout
26605
26606 \end_inset
26607
26608 e
26609 \end_layout
26610
26611 \end_inset
26612 </cell>
26613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26614 \begin_inset Text
26615
26616 \begin_layout Plain Layout
26617 \begin_inset ERT
26618 status collapsed
26619
26620 \begin_layout Plain Layout
26621
26622
26623 \backslash
26624 v e
26625 \end_layout
26626
26627 \end_inset
26628
26629
26630 \end_layout
26631
26632 \end_inset
26633 </cell>
26634 </row>
26635 <row>
26636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26637 \begin_inset Text
26638
26639 \begin_layout Plain Layout
26640
26641 \backslash
26642 d
26643 \begin_inset ERT
26644 status collapsed
26645
26646 \begin_layout Plain Layout
26647
26648
26649 \backslash
26650 spce 
26651 \end_layout
26652
26653 \end_inset
26654
26655 e
26656 \end_layout
26657
26658 \end_inset
26659 </cell>
26660 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26661 \begin_inset Text
26662
26663 \begin_layout Plain Layout
26664 \begin_inset ERT
26665 status collapsed
26666
26667 \begin_layout Plain Layout
26668
26669
26670 \backslash
26671 d e
26672 \end_layout
26673
26674 \end_inset
26675
26676
26677 \end_layout
26678
26679 \end_inset
26680 </cell>
26681 </row>
26682 <row>
26683 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26684 \begin_inset Text
26685
26686 \begin_layout Plain Layout
26687
26688 \backslash
26689 c
26690 \begin_inset ERT
26691 status collapsed
26692
26693 \begin_layout Plain Layout
26694
26695
26696 \backslash
26697 spce 
26698 \end_layout
26699
26700 \end_inset
26701
26702 e
26703 \end_layout
26704
26705 \end_inset
26706 </cell>
26707 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26708 \begin_inset Text
26709
26710 \begin_layout Plain Layout
26711 \begin_inset ERT
26712 status collapsed
26713
26714 \begin_layout Plain Layout
26715
26716
26717 \backslash
26718 c e
26719 \end_layout
26720
26721 \end_inset
26722
26723
26724 \end_layout
26725
26726 \end_inset
26727 </cell>
26728 </row>
26729 </lyxtabular>
26730
26731 \end_inset
26732
26733
26734 \begin_inset space \hfill{}
26735 \end_inset
26736
26737
26738 \end_layout
26739
26740 \begin_layout Standard
26741 \begin_inset VSpace medskip
26742 \end_inset
26743
26744 With the command 
26745 \series bold
26746
26747 \backslash
26748 t
26749 \series default
26750  also two different characters can be accented.
26751  The command 
26752 \series bold
26753
26754 \backslash
26755 t
26756 \begin_inset ERT
26757 status collapsed
26758
26759 \begin_layout Plain Layout
26760
26761
26762 \backslash
26763 spce 
26764 \end_layout
26765
26766 \end_inset
26767
26768 sz
26769 \series default
26770  creates: 
26771 \begin_inset ERT
26772 status collapsed
26773
26774 \begin_layout Plain Layout
26775
26776
26777 \backslash
26778 t sz
26779 \end_layout
26780
26781 \end_inset
26782
26783
26784 \end_layout
26785
26786 \begin_layout Standard
26787 The accents 
26788 \series bold
26789 `
26790 \series default
26791  , 
26792 \series bold
26793 '
26794 \series default
26795  , and 
26796 \series bold
26797 ^
26798 \series default
26799  can in combination with vowels directly be inserted with the keyboard without
26800  using TeX-mode.
26801  The same applies for the tilde
26802 \begin_inset Foot
26803 status collapsed
26804
26805 \begin_layout Plain Layout
26806 This only applies for keyboards where the tilde is defined as accent.
26807 \end_layout
26808
26809 \end_inset
26810
26811  
26812 \series bold
26813 ~
26814 \series default
26815  in combination with 
26816 \emph on
26817 a
26818 \emph default
26819  , 
26820 \emph on
26821 n
26822 \emph default
26823  , or 
26824 \emph on
26825 o
26826 \emph default
26827 .
26828 \end_layout
26829
26830 \begin_layout Standard
26831 The commands 
26832 \series bold
26833
26834 \backslash
26835 b
26836 \series default
26837  , 
26838 \series bold
26839
26840 \backslash
26841 c
26842 \series default
26843  , 
26844 \series bold
26845
26846 \backslash
26847 d
26848 \series default
26849  , 
26850 \series bold
26851
26852 \backslash
26853 H
26854 \series default
26855  , 
26856 \series bold
26857
26858 \backslash
26859 t
26860 \series default
26861  , 
26862 \series bold
26863
26864 \backslash
26865 u
26866 \series default
26867  , 
26868 \series bold
26869
26870 \backslash
26871 v
26872 \series default
26873 , and accents inserted directly with the keyboard are also available in
26874  mathematical text.
26875  For the other accents there are special math commands to be used in formulas,
26876  see 
26877 \begin_inset CommandInset ref
26878 LatexCommand ref
26879 reference "sub:Accents-for-one"
26880
26881 \end_inset
26882
26883 .
26884 \end_layout
26885
26886 \begin_layout Standard
26887 \begin_inset VSpace bigskip
26888 \end_inset
26889
26890 Furthermore, with the command 
26891 \series bold
26892
26893 \backslash
26894 textcircled
26895 \series default
26896
26897 \begin_inset Index
26898 status collapsed
26899
26900 \begin_layout Plain Layout
26901 Commands ! T ! 
26902 \backslash
26903 textcircled
26904 \end_layout
26905
26906 \end_inset
26907
26908  all numbers and letters can be set into a circle, quasi accented with a
26909  circle, similar to the the copyright symbol.
26910 \end_layout
26911
26912 \begin_layout Standard
26913 \align center
26914 \begin_inset Tabular
26915 <lyxtabular version="3" rows="3" columns="2">
26916 <features>
26917 <column alignment="center" valignment="top" width="0">
26918 <column alignment="center" valignment="top" width="0">
26919 <row>
26920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26921 \begin_inset Text
26922
26923 \begin_layout Plain Layout
26924 Command
26925 \end_layout
26926
26927 \end_inset
26928 </cell>
26929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26930 \begin_inset Text
26931
26932 \begin_layout Plain Layout
26933 Result
26934 \begin_inset Note Note
26935 status collapsed
26936
26937 \begin_layout Plain Layout
26938
26939 \series bold
26940
26941 \backslash
26942 raisebox
26943 \series default
26944  is only used as spacer.
26945 \end_layout
26946
26947 \end_inset
26948
26949
26950 \end_layout
26951
26952 \end_inset
26953 </cell>
26954 </row>
26955 <row>
26956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26957 \begin_inset Text
26958
26959 \begin_layout Plain Layout
26960
26961 \backslash
26962 textcircled{w}
26963 \end_layout
26964
26965 \end_inset
26966 </cell>
26967 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26968 \begin_inset Text
26969
26970 \begin_layout Plain Layout
26971 \begin_inset ERT
26972 status collapsed
26973
26974 \begin_layout Plain Layout
26975
26976
26977 \backslash
26978 textcircled{w}
26979 \end_layout
26980
26981 \end_inset
26982
26983
26984 \end_layout
26985
26986 \end_inset
26987 </cell>
26988 </row>
26989 <row>
26990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26991 \begin_inset Text
26992
26993 \begin_layout Plain Layout
26994
26995 \backslash
26996 Large 
26997 \backslash
26998 textcircled{
26999 \backslash
27000 normalsize
27001 \backslash
27002 protect
27003 \backslash
27004 raisebox{-1.5pt}{W}}
27005 \end_layout
27006
27007 \end_inset
27008 </cell>
27009 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27010 \begin_inset Text
27011
27012 \begin_layout Plain Layout
27013 \begin_inset Formula $\raisebox{4.5mm}{}$
27014 \end_inset
27015
27016
27017 \begin_inset ERT
27018 status collapsed
27019
27020 \begin_layout Plain Layout
27021
27022
27023 \backslash
27024 Large 
27025 \backslash
27026 textcircled{
27027 \backslash
27028 normalsize
27029 \backslash
27030 protect
27031 \backslash
27032 raisebox{-1.5pt}W}
27033 \end_layout
27034
27035 \end_inset
27036
27037
27038 \begin_inset Formula $\raisebox{-2mm}{}$
27039 \end_inset
27040
27041
27042 \end_layout
27043
27044 \end_inset
27045 </cell>
27046 </row>
27047 </lyxtabular>
27048
27049 \end_inset
27050
27051
27052 \end_layout
27053
27054 \begin_layout Standard
27055 One has to take care that the character fits in the circle.
27056  
27057 \series bold
27058
27059 \backslash
27060 Large
27061 \series default
27062
27063 \begin_inset Foot
27064 status collapsed
27065
27066 \begin_layout Plain Layout
27067 see 
27068 \begin_inset CommandInset ref
27069 LatexCommand ref
27070 reference "sub:Font-Sizes"
27071
27072 \end_inset
27073
27074
27075 \end_layout
27076
27077 \end_inset
27078
27079  specifies thereby the size of the circle.
27080  With the help of 
27081 \series bold
27082
27083 \backslash
27084 raisebox
27085 \series default
27086
27087 \begin_inset Foot
27088 status collapsed
27089
27090 \begin_layout Plain Layout
27091 see 
27092 \begin_inset CommandInset ref
27093 LatexCommand ref
27094 reference "sub:Boxes-without-Frame"
27095
27096 \end_inset
27097
27098
27099 \end_layout
27100
27101 \end_inset
27102
27103  the character can be centered.
27104 \end_layout
27105
27106 \begin_layout Subsection
27107 Minuscule Numbers
27108 \begin_inset Index
27109 status collapsed
27110
27111 \begin_layout Plain Layout
27112 Minuscule numbers
27113 \end_layout
27114
27115 \end_inset
27116
27117
27118 \end_layout
27119
27120 \begin_layout Standard
27121 Minuscule numbers are created with the command 
27122 \series bold
27123
27124 \backslash
27125 oldstylenums
27126 \series default
27127
27128 \begin_inset Index
27129 status collapsed
27130
27131 \begin_layout Plain Layout
27132 Commands ! O ! 
27133 \backslash
27134 oldstylenums
27135 \end_layout
27136
27137 \end_inset
27138
27139 .
27140  The command can be used in formulas and in TeX-mode.
27141  The command scheme is:
27142 \end_layout
27143
27144 \begin_layout Standard
27145
27146 \series bold
27147
27148 \backslash
27149 oldstylenums{number}
27150 \end_layout
27151
27152 \begin_layout Standard
27153 The command 
27154 \series bold
27155
27156 \backslash
27157 oldstylenums{0123456789
27158 \series default
27159  produces: 
27160 \begin_inset Formula $\oldstylenums{0123456789}$
27161 \end_inset
27162
27163
27164 \end_layout
27165
27166 \begin_layout Subsection
27167 Miscellaneous special Characters
27168 \begin_inset CommandInset label
27169 LatexCommand label
27170 name "sub:Miscellaneous-special-Characters"
27171
27172 \end_inset
27173
27174
27175 \begin_inset Index
27176 status collapsed
27177
27178 \begin_layout Plain Layout
27179 Special characters ! miscellaneous
27180 \end_layout
27181
27182 \end_inset
27183
27184
27185 \end_layout
27186
27187 \begin_layout Standard
27188 The following characters can only be inserted to formulas by using commands:
27189 \end_layout
27190
27191 \begin_layout Standard
27192 \align center
27193 \begin_inset Tabular
27194 <lyxtabular version="3" rows="4" columns="2">
27195 <features>
27196 <column alignment="center" valignment="top" width="0">
27197 <column alignment="center" valignment="top" width="0">
27198 <row>
27199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27200 \begin_inset Text
27201
27202 \begin_layout Plain Layout
27203 Command
27204 \end_layout
27205
27206 \end_inset
27207 </cell>
27208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27209 \begin_inset Text
27210
27211 \begin_layout Plain Layout
27212 Result
27213 \end_layout
27214
27215 \end_inset
27216 </cell>
27217 </row>
27218 <row>
27219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27220 \begin_inset Text
27221
27222 \begin_layout Plain Layout
27223
27224 \backslash
27225 ^
27226 \begin_inset ERT
27227 status collapsed
27228
27229 \begin_layout Plain Layout
27230
27231
27232 \backslash
27233 spce 
27234 \end_layout
27235
27236 \end_inset
27237
27238
27239 \end_layout
27240
27241 \end_inset
27242 </cell>
27243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27244 \begin_inset Text
27245
27246 \begin_layout Plain Layout
27247 \begin_inset Formula $\mathcircumflex$
27248 \end_inset
27249
27250
27251 \end_layout
27252
27253 \end_inset
27254 </cell>
27255 </row>
27256 <row>
27257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27258 \begin_inset Text
27259
27260 \begin_layout Plain Layout
27261
27262 \backslash
27263 _
27264 \end_layout
27265
27266 \end_inset
27267 </cell>
27268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27269 \begin_inset Text
27270
27271 \begin_layout Plain Layout
27272 \begin_inset Formula $\_$
27273 \end_inset
27274
27275
27276 \end_layout
27277
27278 \end_inset
27279 </cell>
27280 </row>
27281 <row>
27282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27283 \begin_inset Text
27284
27285 \begin_layout Plain Layout
27286 ^
27287 \begin_inset ERT
27288 status collapsed
27289
27290 \begin_layout Plain Layout
27291
27292
27293 \backslash
27294 spce 
27295 \end_layout
27296
27297 \end_inset
27298
27299
27300 \backslash
27301 circ
27302 \begin_inset Index
27303 status collapsed
27304
27305 \begin_layout Plain Layout
27306
27307 \backslash
27308
27309 \end_layout
27310
27311 \end_inset
27312
27313
27314 \end_layout
27315
27316 \end_inset
27317 </cell>
27318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27319 \begin_inset Text
27320
27321 \begin_layout Plain Layout
27322 \begin_inset Formula $^{\circ}$
27323 \end_inset
27324
27325
27326 \end_layout
27327
27328 \end_inset
27329 </cell>
27330 </row>
27331 </lyxtabular>
27332
27333 \end_inset
27334
27335
27336 \end_layout
27337
27338 \begin_layout Standard
27339 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27340  contains the following line
27341 \begin_inset Foot
27342 status collapsed
27343
27344 \begin_layout Plain Layout
27345 More about this is described in 
27346 \begin_inset CommandInset ref
27347 LatexCommand ref
27348 reference "sub:Text-Characters-in"
27349
27350 \end_inset
27351
27352 .
27353 \end_layout
27354
27355 \end_inset
27356
27357 :
27358 \end_layout
27359
27360 \begin_layout Standard
27361
27362 \series bold
27363
27364 \backslash
27365 DeclareInputtext{176}{
27366 \backslash
27367 ifmmode^
27368 \backslash
27369 circ
27370 \backslash
27371 else
27372 \backslash
27373 textdegree
27374 \backslash
27375 fi}
27376 \end_layout
27377
27378 \begin_layout Standard
27379 \begin_inset Newpage newpage
27380 \end_inset
27381
27382
27383 \end_layout
27384
27385 \begin_layout Section
27386 Formula Styles
27387 \begin_inset CommandInset label
27388 LatexCommand label
27389 name "sec:Formula-Styles"
27390
27391 \end_inset
27392
27393
27394 \begin_inset Index
27395 status collapsed
27396
27397 \begin_layout Plain Layout
27398 Formula ! styles
27399 \end_layout
27400
27401 \end_inset
27402
27403
27404 \end_layout
27405
27406 \begin_layout Itemize
27407 There are two different alignment styles:
27408 \end_layout
27409
27410 \begin_deeper
27411 \begin_layout Description
27412 Centered is the predefined standard
27413 \end_layout
27414
27415 \begin_layout Description
27416 Indented for this the option 
27417 \series bold
27418 fleqn
27419 \series default
27420  must be inserted in the menu 
27421 \family sans
27422 Document\SpecialChar \menuseparator
27423 Settings
27424 \family default
27425  under 
27426 \family sans
27427 Document
27428 \begin_inset space ~
27429 \end_inset
27430
27431 Class
27432 \end_layout
27433
27434 \begin_layout Standard
27435 When 
27436 \series bold
27437 Indented
27438 \series default
27439  is used, the indentation can be adjusted with the length 
27440 \series bold
27441
27442 \backslash
27443 mathindent
27444 \series default
27445
27446 \begin_inset Index
27447 status collapsed
27448
27449 \begin_layout Plain Layout
27450 Commands ! M ! 
27451 \backslash
27452 mathindent
27453 \end_layout
27454
27455 \end_inset
27456
27457 .
27458  Should the distance be 15
27459 \begin_inset space \thinspace{}
27460 \end_inset
27461
27462 mm, the following command line is inserted in the LaTeX-preamble
27463 \end_layout
27464
27465 \begin_layout Standard
27466
27467 \series bold
27468
27469 \backslash
27470 setlength{
27471 \backslash
27472 mathindent}{15mm}
27473 \end_layout
27474
27475 \begin_layout Standard
27476 When no length is specified, the predefined value of 30
27477 \begin_inset space \thinspace{}
27478 \end_inset
27479
27480 pt will be used.
27481 \end_layout
27482
27483 \end_deeper
27484 \begin_layout Itemize
27485 And two different numbering styles:
27486 \end_layout
27487
27488 \begin_deeper
27489 \begin_layout Description
27490 Right is the predefined standard
27491 \end_layout
27492
27493 \begin_layout Description
27494 Left for this the option 
27495 \series bold
27496 leqno
27497 \series default
27498  must be inserted in the menu 
27499 \family sans
27500 Document\SpecialChar \menuseparator
27501 Settings
27502 \family default
27503  under 
27504 \family sans
27505 Document
27506 \begin_inset space ~
27507 \end_inset
27508
27509 Class
27510 \end_layout
27511
27512 \end_deeper
27513 \begin_layout Standard
27514
27515 \series bold
27516 fleqn
27517 \series default
27518  and 
27519 \series bold
27520 leqno
27521 \series default
27522  can also be used together.
27523  In this case both options are inserted, separated by a comma.
27524 \end_layout
27525
27526 \begin_layout Standard
27527 The chosen styles are used for all displayed formulas of the document.
27528  When both, centered and indented formulas should be created in a document,
27529  the style 
27530 \series bold
27531 Centered
27532 \series default
27533  is used.
27534  The indented formulas are then set in a flalign environment, see 
27535 \begin_inset CommandInset ref
27536 LatexCommand ref
27537 reference "sub:Flalign-Environment"
27538
27539 \end_inset
27540
27541 .
27542 \end_layout
27543
27544 \begin_layout Section
27545 Multiline Formulas
27546 \begin_inset CommandInset label
27547 LatexCommand label
27548 name "sec:Multiline-Formulas"
27549
27550 \end_inset
27551
27552
27553 \begin_inset Index
27554 status collapsed
27555
27556 \begin_layout Plain Layout
27557 Formula ! multiline
27558 \end_layout
27559
27560 \end_inset
27561
27562
27563 \end_layout
27564
27565 \begin_layout Subsection
27566 General
27567 \end_layout
27568
27569 \begin_layout Standard
27570 In LyX multiline formulas are created by pressing 
27571 \series bold
27572
27573 \begin_inset Info
27574 type  "shortcut"
27575 arg   "newline-insert newline"
27576 \end_inset
27577
27578
27579 \series default
27580  inside a formula.
27581  This creates either an 
27582 \series bold
27583 eqnarray environment
27584 \series default
27585  that is described in 
27586 \begin_inset CommandInset ref
27587 LatexCommand ref
27588 reference "sub:Eqnarray-Environment"
27589
27590 \end_inset
27591
27592  or, when the option 
27593 \family sans
27594 Use AMS math package
27595 \family default
27596  in the document settings is selected, an 
27597 \series bold
27598 align environment
27599 \series default
27600  that is described in 
27601 \begin_inset CommandInset ref
27602 LatexCommand ref
27603 reference "sub:Standard-align-Environment"
27604
27605 \end_inset
27606
27607 .
27608 \end_layout
27609
27610 \begin_layout Standard
27611 There are other multiline formula environments that can be created via the
27612  menu 
27613 \family sans
27614 Insert\SpecialChar \menuseparator
27615 Math
27616 \family default
27617 .
27618  These environments are described in the following sections.
27619 \end_layout
27620
27621 \begin_layout Standard
27622 In all multiline formula environments a new line is created by pressing
27623  
27624 \begin_inset Info
27625 type  "shortcut"
27626 arg   "newline-insert newline"
27627 \end_inset
27628
27629 .
27630  To add or delete lines, the math toolbar buttons 
27631 \begin_inset Graphics
27632         filename ../images/tabular-feature_append-row.png
27633         scale 85
27634
27635 \end_inset
27636
27637  or 
27638 \begin_inset Graphics
27639         filename ../images/tabular-feature_delete-row.png
27640         scale 85
27641
27642 \end_inset
27643
27644 , respectively, or the menu 
27645 \family sans
27646 Edit\SpecialChar \menuseparator
27647 Rows & Columns
27648 \family default
27649  can be used.
27650 \end_layout
27651
27652 \begin_layout Subsubsection
27653 Line Separation
27654 \begin_inset CommandInset label
27655 LatexCommand label
27656 name "sub:Line-Separation"
27657
27658 \end_inset
27659
27660
27661 \begin_inset Index
27662 status collapsed
27663
27664 \begin_layout Plain Layout
27665 Formula ! multiline ! Line separation
27666 \end_layout
27667
27668 \end_inset
27669
27670
27671 \end_layout
27672
27673 \begin_layout Standard
27674 There is sometimes not enough space in multiline formulas between the lines:
27675 \begin_inset Formula \begin{eqnarray*}
27676 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}\\
27677 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*}
27678
27679 \end_inset
27680
27681
27682 \end_layout
27683
27684 \begin_layout Standard
27685 In LaTeX additional line space is specified as optional argument of the
27686  new line command.
27687  This is not yet possible in LyX
27688 \begin_inset Foot
27689 status collapsed
27690
27691 \begin_layout Plain Layout
27692 see 
27693 \begin_inset CommandInset href
27694 LatexCommand href
27695 name "LyX-bug #1505"
27696 target "http://www.lyx.org/trac/ticket/1505"
27697
27698 \end_inset
27699
27700
27701 \end_layout
27702
27703 \end_inset
27704
27705 , therefore the whole formula must be inserted in TeX-mode.
27706  To add in our example space, the command 
27707 \series bold
27708
27709 \backslash
27710
27711 \backslash
27712 [3mm]
27713 \series default
27714  is inserted at the end of the first line.
27715  One gets: 
27716 \begin_inset ERT
27717 status collapsed
27718
27719 \begin_layout Plain Layout
27720
27721
27722 \backslash
27723 begin{eqnarray*}
27724 \end_layout
27725
27726 \begin_layout Plain Layout
27727
27728 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27729  = & 
27730 \backslash
27731 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27732 \backslash
27733
27734 \backslash
27735 [3mm]
27736 \end_layout
27737
27738 \begin_layout Plain Layout
27739
27740 4x^{2}
27741 \backslash
27742 left(B^{2}+x_{0}^{2}
27743 \backslash
27744 right)+4x_{0}x
27745 \backslash
27746 left(D-B^{2}
27747 \backslash
27748 right)+B^{2}
27749 \backslash
27750 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27751 \backslash
27752 right) & = & 0
27753 \end_layout
27754
27755 \begin_layout Plain Layout
27756
27757
27758 \backslash
27759 end{eqnarray*}
27760 \end_layout
27761
27762 \end_inset
27763
27764
27765 \end_layout
27766
27767 \begin_layout Standard
27768 \begin_inset VSpace bigskip
27769 \end_inset
27770
27771 To set the the line separation for all lines in a formula, the length 
27772 \series bold
27773
27774 \backslash
27775 jot
27776 \series default
27777
27778 \begin_inset Index
27779 status collapsed
27780
27781 \begin_layout Plain Layout
27782 Commands ! J ! 
27783 \backslash
27784 jot
27785 \end_layout
27786
27787 \end_inset
27788
27789  is changed.
27790  The definition is: 
27791 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
27792 \end_inset
27793
27794 .
27795  Predefined for 
27796 \series bold
27797
27798 \backslash
27799 jot
27800 \series default
27801  is the value 3
27802 \begin_inset space \thinspace{}
27803 \end_inset
27804
27805 pt.
27806  To create 3
27807 \begin_inset space \thinspace{}
27808 \end_inset
27809
27810 mm additional line separation as in the previous example, the command
27811 \end_layout
27812
27813 \begin_layout Standard
27814
27815 \series bold
27816
27817 \backslash
27818 setlength{
27819 \backslash
27820 jot}{3mm+3pt}
27821 \end_layout
27822
27823 \begin_layout Standard
27824 is inserted in TeX-mode before the formula.
27825  This requires that the LaTeX-package 
27826 \series bold
27827 calc
27828 \series default
27829
27830 \begin_inset Foot
27831 status collapsed
27832
27833 \begin_layout Plain Layout
27834
27835 \series bold
27836 calc
27837 \series default
27838  is part of every LaTeX standard installation.
27839 \end_layout
27840
27841 \end_inset
27842
27843
27844 \begin_inset Index
27845 status collapsed
27846
27847 \begin_layout Plain Layout
27848 Packages ! calc
27849 \end_layout
27850
27851 \end_inset
27852
27853  was loaded in LaTeX-preamble with the line
27854 \end_layout
27855
27856 \begin_layout Standard
27857
27858 \series bold
27859
27860 \backslash
27861 usepackage{calc}
27862 \end_layout
27863
27864 \begin_layout Standard
27865 One gets: 
27866 \begin_inset ERT
27867 status collapsed
27868
27869 \begin_layout Plain Layout
27870
27871
27872 \backslash
27873 setlength{
27874 \backslash
27875 jot}{3mm+3pt}
27876 \end_layout
27877
27878 \end_inset
27879
27880
27881 \begin_inset Formula \begin{eqnarray*}
27882 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}\\
27883 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*}
27884
27885 \end_inset
27886
27887
27888 \end_layout
27889
27890 \begin_layout Standard
27891 \begin_inset ERT
27892 status collapsed
27893
27894 \begin_layout Plain Layout
27895
27896
27897 \backslash
27898 setlength{
27899 \backslash
27900 jot}{3pt}
27901 \end_layout
27902
27903 \end_inset
27904
27905  To get back to the predefined distance, 
27906 \series bold
27907
27908 \backslash
27909 jot
27910 \series default
27911  is set to the value 3
27912 \begin_inset space \thinspace{}
27913 \end_inset
27914
27915 pt.
27916 \end_layout
27917
27918 \begin_layout Subsubsection
27919 Column Separation
27920 \begin_inset CommandInset label
27921 LatexCommand label
27922 name "sub:Column-Separation"
27923
27924 \end_inset
27925
27926
27927 \begin_inset Index
27928 status collapsed
27929
27930 \begin_layout Plain Layout
27931 Formula ! multiline ! Column separation
27932 \end_layout
27933
27934 \end_inset
27935
27936
27937 \end_layout
27938
27939 \begin_layout Standard
27940 Multiline formulas form a matrix.
27941  A formula in the eqnarray environment is for example a matrix with three
27942  columns.
27943  By changing the column separation in this environment, the space beside
27944  the relation sign can be changed.
27945 \end_layout
27946
27947 \begin_layout Standard
27948 The column separation is specified with the length 
27949 \series bold
27950
27951 \backslash
27952 arraycolsep
27953 \series default
27954
27955 \begin_inset Index
27956 status collapsed
27957
27958 \begin_layout Plain Layout
27959 Commands ! A ! 
27960 \backslash
27961 arraycolsep
27962 \end_layout
27963
27964 \end_inset
27965
27966  according to:
27967 \begin_inset Newline newline
27968 \end_inset
27969
27970 column separation = 2
27971 \begin_inset space \thinspace{}
27972 \end_inset
27973
27974
27975 \series bold
27976
27977 \backslash
27978 arraycolsep
27979 \series default
27980
27981 \begin_inset Newline newline
27982 \end_inset
27983
27984 Thus, the command
27985 \end_layout
27986
27987 \begin_layout Standard
27988
27989 \series bold
27990
27991 \backslash
27992 setlength{
27993 \backslash
27994 arraycolsep}{1cm}
27995 \end_layout
27996
27997 \begin_layout Standard
27998 inserted in TeX-mode, sets for all following formulas a column separation
27999  of 2
28000 \begin_inset space \thinspace{}
28001 \end_inset
28002
28003 cm.
28004  To get back to the predefined distance, 
28005 \series bold
28006
28007 \backslash
28008 arraycolsep
28009 \series default
28010  is set to 5
28011 \begin_inset space \thinspace{}
28012 \end_inset
28013
28014 pt.
28015 \end_layout
28016
28017 \begin_layout Standard
28018 A formula with 2
28019 \begin_inset space \thinspace{}
28020 \end_inset
28021
28022 cm column separation:
28023 \begin_inset ERT
28024 status collapsed
28025
28026 \begin_layout Plain Layout
28027
28028
28029 \backslash
28030 setlength{
28031 \backslash
28032 arraycolsep}{1cm}
28033 \end_layout
28034
28035 \end_inset
28036
28037
28038 \begin_inset Formula \begin{eqnarray*}
28039 A & = & B\\
28040 C & \ne & A\end{eqnarray*}
28041
28042 \end_inset
28043
28044 A formula with the predefined column separation for matrices of 10
28045 \begin_inset space \thinspace{}
28046 \end_inset
28047
28048 pt:
28049 \begin_inset ERT
28050 status collapsed
28051
28052 \begin_layout Plain Layout
28053
28054
28055 \backslash
28056 setlength{
28057 \backslash
28058 arraycolsep}{5pt}
28059 \end_layout
28060
28061 \end_inset
28062
28063
28064 \begin_inset Formula \begin{eqnarray*}
28065 A & = & B\\
28066 C & \ne & A\end{eqnarray*}
28067
28068 \end_inset
28069
28070
28071 \end_layout
28072
28073 \begin_layout Subsubsection
28074 Long Formulas
28075 \begin_inset Index
28076 status collapsed
28077
28078 \begin_layout Plain Layout
28079 Formula ! long
28080 \end_layout
28081
28082 \end_inset
28083
28084
28085 \end_layout
28086
28087 \begin_layout Standard
28088 Long formulas can be typeset using these methods:
28089 \end_layout
28090
28091 \begin_layout Itemize
28092 When one side of the equation is much shorther than the line width, this
28093  one is chosen for the left side and the right side is typeset over two
28094  lines:
28095 \begin_inset Formula \begin{eqnarray}
28096 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 \\
28097  &  & -\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}
28098
28099 \end_inset
28100
28101 The minus sign at the beginning of the second line does normally not appear
28102  as operator because it is the first character of the line.
28103  Thus it would not be surrounded by space and could not be distinguished
28104  from the fraction bar.
28105  To avoid this, 3
28106 \begin_inset space \thinspace{}
28107 \end_inset
28108
28109 pt space was inserted behind the minus sign with the command 
28110 \series bold
28111
28112 \backslash
28113 hspace
28114 \series default
28115 .
28116 \begin_inset Foot
28117 status collapsed
28118
28119 \begin_layout Plain Layout
28120 more about 
28121 \series bold
28122
28123 \backslash
28124 hspace
28125 \series default
28126  see 
28127 \begin_inset CommandInset ref
28128 LatexCommand ref
28129 reference "sub:Variable-Space"
28130
28131 \end_inset
28132
28133
28134 \end_layout
28135
28136 \end_inset
28137
28138
28139 \begin_inset Index
28140 status collapsed
28141
28142 \begin_layout Plain Layout
28143 Commands ! H ! 
28144 \backslash
28145 hspace
28146 \end_layout
28147
28148 \end_inset
28149
28150
28151 \end_layout
28152
28153 \begin_layout Itemize
28154 When both sides of the equation are too long, the command 
28155 \series bold
28156
28157 \backslash
28158 lefteqn
28159 \series default
28160
28161 \begin_inset Index
28162 status collapsed
28163
28164 \begin_layout Plain Layout
28165 Commands ! L ! 
28166 \backslash
28167 lefteqn
28168 \end_layout
28169
28170 \end_inset
28171
28172  is used.
28173  It is inserted to the first column of the first line and effects that all
28174  further insertions overwrite the following columns:
28175 \begin_inset Formula \begin{eqnarray}
28176 \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 \\
28177  &  & -\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 \\
28178  &  & =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}
28179
28180 \end_inset
28181
28182 After the insertion of 
28183 \series bold
28184
28185 \backslash
28186 lefteqn
28187 \series default
28188 , the cursor is in a purple box that is a bit shifted to the left from the
28189  blue one.
28190  In this the formula is inserted.
28191 \begin_inset Newline newline
28192 \end_inset
28193
28194 The content of the further lines is inserted to the second or another formula
28195  column.
28196  The greater the column number where it was inserted, the larger the indentation.
28197 \begin_inset VSpace medskip
28198 \end_inset
28199
28200
28201 \begin_inset Newline newline
28202 \end_inset
28203
28204
28205 \begin_inset Note Greyedout
28206 status open
28207
28208 \begin_layout Plain Layout
28209 Note the following when using 
28210 \series bold
28211
28212 \backslash
28213 lefteqn
28214 \series default
28215 :
28216 \end_layout
28217
28218 \begin_layout Itemize
28219 The formula doesn't use the full page width.
28220  When e.
28221 \begin_inset space \thinspace{}
28222 \end_inset
28223
28224 g.
28225 \begin_inset space \space{}
28226 \end_inset
28227
28228 the term 
28229 \begin_inset Formula $-B^{2}$
28230 \end_inset
28231
28232  is added to the first line in the above example, it would have been outside
28233  the page margin.
28234  To better use the width, negative space can be inserted at the beginning
28235  of the first line.
28236 \end_layout
28237
28238 \begin_layout Itemize
28239 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28240  line.
28241 \begin_inset Foot
28242 status collapsed
28243
28244 \begin_layout Plain Layout
28245 \begin_inset CommandInset href
28246 LatexCommand href
28247 name "LyX-bug #1429"
28248 target "http://www.lyx.org/trac/ticket/1429"
28249
28250 \end_inset
28251
28252
28253 \end_layout
28254
28255 \end_inset
28256
28257  One can only set the cursor at the beginning of the line and move it with
28258  the arrow keys.
28259 \end_layout
28260
28261 \end_inset
28262
28263
28264 \end_layout
28265
28266 \begin_layout Itemize
28267 Other methods to set long formulas are offered by the environments described
28268  in 
28269 \begin_inset CommandInset ref
28270 LatexCommand ref
28271 reference "sub:Multline-Environment"
28272
28273 \end_inset
28274
28275  and 
28276 \begin_inset CommandInset ref
28277 LatexCommand ref
28278 reference "sub:Multiline-Formula-Parts"
28279
28280 \end_inset
28281
28282 .
28283 \end_layout
28284
28285 \begin_layout Subsubsection
28286 Multiline Brackets
28287 \begin_inset CommandInset label
28288 LatexCommand label
28289 name "sub:Multiline-Brackets"
28290
28291 \end_inset
28292
28293
28294 \begin_inset Index
28295 status collapsed
28296
28297 \begin_layout Plain Layout
28298 Brackets ! for multiline expressions
28299 \end_layout
28300
28301 \end_inset
28302
28303
28304 \end_layout
28305
28306 \begin_layout Standard
28307 For brackets spanning multiple lines the following problem occurs:
28308 \begin_inset Formula \begin{eqnarray*}
28309 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28310  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28311
28312 \end_inset
28313
28314
28315 \end_layout
28316
28317 \begin_layout Standard
28318 The closing bracket is smaller than the opening bracket because brackets
28319  with variable size may not span multiple lines.
28320 \end_layout
28321
28322 \begin_layout Standard
28323 To set the bracket size for the second line correctly, the first line is
28324  ended with 
28325 \series bold
28326
28327 \backslash
28328 right.
28329 \series default
28330
28331 \begin_inset Index
28332 status collapsed
28333
28334 \begin_layout Plain Layout
28335 Commands ! R ! 
28336 \backslash
28337 right
28338 \end_layout
28339
28340 \end_inset
28341
28342  and the second line with 
28343 \series bold
28344
28345 \backslash
28346 left.
28347 \begin_inset Foot
28348 status collapsed
28349
28350 \begin_layout Plain Layout
28351 for more about 
28352 \series bold
28353
28354 \backslash
28355 left
28356 \series default
28357  and 
28358 \series bold
28359
28360 \backslash
28361 right
28362 \series default
28363  see 
28364 \begin_inset CommandInset ref
28365 LatexCommand ref
28366 reference "sub:Automatic-Bracket-Size"
28367
28368 \end_inset
28369
28370
28371 \end_layout
28372
28373 \end_inset
28374
28375
28376 \series default
28377
28378 \begin_inset Index
28379 status collapsed
28380
28381 \begin_layout Plain Layout
28382 Commands ! L ! 
28383 \backslash
28384 left
28385 \end_layout
28386
28387 \end_inset
28388
28389 .
28390  After 
28391 \series bold
28392
28393 \backslash
28394 left.
28395
28396 \series default
28397  the command 
28398 \series bold
28399
28400 \backslash
28401 vphantom
28402 \series default
28403
28404 \begin_inset ERT
28405 status collapsed
28406
28407 \begin_layout Plain Layout
28408
28409
28410 \backslash
28411 spce 
28412 \end_layout
28413
28414 \end_inset
28415
28416
28417 \series bold
28418
28419 \backslash
28420 prod
28421 \series default
28422 ^
28423 \begin_inset ERT
28424 status collapsed
28425
28426 \begin_layout Plain Layout
28427
28428
28429 \backslash
28430 spce 
28431 \end_layout
28432
28433 \end_inset
28434
28435
28436 \series bold
28437
28438 \backslash
28439 infty
28440 \series default
28441
28442 \begin_inset ERT
28443 status collapsed
28444
28445 \begin_layout Plain Layout
28446
28447
28448 \backslash
28449 spce 
28450 \end_layout
28451
28452 \end_inset
28453
28454
28455 \series bold
28456
28457 \begin_inset Formula $\downarrow$
28458 \end_inset
28459
28460 _R=1}
28461 \series default
28462
28463 \begin_inset Index
28464 status collapsed
28465
28466 \begin_layout Plain Layout
28467 Commands ! V ! 
28468 \backslash
28469 vphantom
28470 \end_layout
28471
28472 \end_inset
28473
28474  is inserted, because the multiplication operator with its limits is the
28475  largest symbol in the first line and this should be the size for the bracket
28476  in the second line.
28477 \end_layout
28478
28479 \begin_layout Standard
28480 The result is this:
28481 \begin_inset Formula \begin{eqnarray*}
28482 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28483  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28484
28485 \end_inset
28486
28487
28488 \end_layout
28489
28490 \begin_layout Subsection
28491 Align Environments
28492 \end_layout
28493
28494 \begin_layout Standard
28495 Align environments can be used for every kind of multiline formulas.
28496  They are specially useful to set several formulas side by side.
28497 \end_layout
28498
28499 \begin_layout Standard
28500 Align environments consist of columns.
28501  The odd columns are right aligned, the even ones left aligned.
28502  Every line in an Align environment can be numbered.
28503 \end_layout
28504
28505 \begin_layout Standard
28506 Align environments are created via the menu 
28507 \family sans
28508 Insert\SpecialChar \menuseparator
28509 Math
28510 \family default
28511 .
28512  With the menu 
28513 \family sans
28514 Edit\SpecialChar \menuseparator
28515 Math\SpecialChar \menuseparator
28516 Change Formula Type
28517 \family default
28518  already existing formulas can be converted to Align environments.
28519 \end_layout
28520
28521 \begin_layout Standard
28522 To add or delete columns, the math toolbar buttons 
28523 \begin_inset Graphics
28524         filename ../images/tabular-feature_append-column.png
28525         scale 85
28526
28527 \end_inset
28528
28529  or 
28530 \begin_inset Graphics
28531         filename ../images/tabular-feature_delete-column.png
28532         scale 85
28533
28534 \end_inset
28535
28536 , respectively, or the menu 
28537 \family sans
28538 Edit\SpecialChar \menuseparator
28539 Rows & Columns
28540 \family default
28541  can be used.
28542 \end_layout
28543
28544 \begin_layout Subsubsection
28545 Standard align Environment
28546 \begin_inset CommandInset label
28547 LatexCommand label
28548 name "sub:Standard-align-Environment"
28549
28550 \end_inset
28551
28552
28553 \begin_inset Index
28554 status collapsed
28555
28556 \begin_layout Plain Layout
28557 Formula ! multiline ! align environment
28558 \end_layout
28559
28560 \end_inset
28561
28562
28563 \end_layout
28564
28565 \begin_layout Standard
28566 This Align environment is created by presssing 
28567 \begin_inset Info
28568 type  "shortcut"
28569 arg   "newline-insert newline"
28570 \end_inset
28571
28572  in a formula or by the menu 
28573 \family sans
28574 Insert\SpecialChar \menuseparator
28575 Math\SpecialChar \menuseparator
28576 AMS align Environment
28577 \family default
28578 .
28579 \end_layout
28580
28581 \begin_layout Standard
28582 An example for two formulas set side by side, that are created with a four
28583  column align environment:
28584 \begin_inset Formula \begin{align*}
28585 A & =\sin(B) & C & =D\\
28586 C & \ne A & B & \ne D\end{align*}
28587
28588 \end_inset
28589
28590 As it can be seen, the formulas in this environment are placed so as if
28591  there would be a 
28592 \series bold
28593
28594 \backslash
28595 hfill
28596 \begin_inset Foot
28597 status collapsed
28598
28599 \begin_layout Plain Layout
28600 more about 
28601 \series bold
28602
28603 \backslash
28604 hfill
28605 \series default
28606  see 
28607 \begin_inset CommandInset ref
28608 LatexCommand ref
28609 reference "sub:Variable-Space"
28610
28611 \end_inset
28612
28613
28614 \end_layout
28615
28616 \end_inset
28617
28618
28619 \series default
28620  before the first and after every even column.
28621  When the formula style 
28622 \series bold
28623 Indented
28624 \begin_inset Foot
28625 status collapsed
28626
28627 \begin_layout Plain Layout
28628 formula styles see 
28629 \begin_inset CommandInset ref
28630 LatexCommand ref
28631 reference "sec:Formula-Styles"
28632
28633 \end_inset
28634
28635
28636 \end_layout
28637
28638 \end_inset
28639
28640
28641 \series default
28642  is used, the formula is set without the 
28643 \series bold
28644
28645 \backslash
28646 hfill
28647 \series default
28648  before the first column.
28649 \end_layout
28650
28651 \begin_layout Subsubsection
28652 Alignat Environment
28653 \begin_inset Index
28654 status collapsed
28655
28656 \begin_layout Plain Layout
28657 Formula ! multiline ! alignat environment
28658 \end_layout
28659
28660 \end_inset
28661
28662
28663 \end_layout
28664
28665 \begin_layout Standard
28666 The alignat environment has no predefined column separation.
28667  It can be inserted manually with the spaces that are described 
28668 \begin_inset CommandInset ref
28669 LatexCommand ref
28670 reference "sub:Space"
28671
28672 \end_inset
28673
28674 .
28675 \end_layout
28676
28677 \begin_layout Standard
28678 The above example in the alignat environment where 1
28679 \begin_inset space \thinspace{}
28680 \end_inset
28681
28682 cm space was inserted at the beginning of the second formula:
28683 \begin_inset Formula \begin{alignat*}{2}
28684 A & =\sin(B) & \hspace{1cm}C & =D\\
28685 C & \ne A & B & \ne D\end{alignat*}
28686
28687 \end_inset
28688
28689 Because the column separation can be set separately for every column, this
28690  environment is especially suitable to set three and more formulas side
28691  by side.
28692 \end_layout
28693
28694 \begin_layout Subsubsection
28695 Flalign Environment
28696 \begin_inset CommandInset label
28697 LatexCommand label
28698 name "sub:Flalign-Environment"
28699
28700 \end_inset
28701
28702
28703 \begin_inset Index
28704 status collapsed
28705
28706 \begin_layout Plain Layout
28707 Formula ! multiline ! flalign environment
28708 \end_layout
28709
28710 \end_inset
28711
28712
28713 \end_layout
28714
28715 \begin_layout Standard
28716 In this environment the first two columns are always set as much as possible
28717  to the left and the last two ones to the right.
28718  An example:
28719 \begin_inset Formula \begin{flalign*}
28720 A & =1 & B & =2 & C & =3\\
28721 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28722
28723 \end_inset
28724
28725
28726 \end_layout
28727
28728 \begin_layout Standard
28729 By creating a flalign environment with an odd number of columns where an
28730  empty TeX-brace is inserted to the last column, several formulas in a document
28731  can be set to the left, although the formula style 
28732 \series bold
28733 Centered
28734 \series default
28735  is used.
28736  As example the indented formula 
28737 \begin_inset CommandInset ref
28738 LatexCommand eqref
28739 reference "eq:VolInt"
28740
28741 \end_inset
28742
28743 :
28744 \begin_inset Formula \begin{flalign}
28745 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28746
28747 \end_inset
28748
28749 The first two columns contain the formula.
28750  To indent it as with the formula style 
28751 \series bold
28752 Indented
28753 \series default
28754 , 30
28755 \begin_inset space \thinspace{}
28756 \end_inset
28757
28758 pt space was inserted at the beginning of the first column.
28759 \end_layout
28760
28761 \begin_layout Subsection
28762 Eqnarray Environment
28763 \begin_inset CommandInset label
28764 LatexCommand label
28765 name "sub:Eqnarray-Environment"
28766
28767 \end_inset
28768
28769
28770 \begin_inset Index
28771 status collapsed
28772
28773 \begin_layout Plain Layout
28774 Formula ! multiline ! eqnarray environment
28775 \end_layout
28776
28777 \end_inset
28778
28779
28780 \end_layout
28781
28782 \begin_layout Standard
28783 When this environment has been created, three blue boxes appear.
28784  The content of the first box is right aligned, the content of the last
28785  one left aligned.
28786  The content of the middle box appears centered and a bit smaller, because
28787  it is designed to insert there only relation characters.
28788 \begin_inset Formula \begin{eqnarray*}
28789 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28790 AB & AB & AB\\
28791 A & = & A\end{eqnarray*}
28792
28793 \end_inset
28794
28795
28796 \end_layout
28797
28798 \begin_layout Subsection
28799 Gather Environment
28800 \begin_inset Index
28801 status collapsed
28802
28803 \begin_layout Plain Layout
28804 Formula ! multiline ! gather environment
28805 \end_layout
28806
28807 \end_inset
28808
28809
28810 \end_layout
28811
28812 \begin_layout Standard
28813 This environment consists of only one centered column.
28814  Every line can be numbered.
28815 \begin_inset Formula \begin{gather}
28816 A=1\\
28817 X=\textrm{-}1\end{gather}
28818
28819 \end_inset
28820
28821
28822 \end_layout
28823
28824 \begin_layout Subsection
28825 Multline Environment
28826 \begin_inset CommandInset label
28827 LatexCommand label
28828 name "sub:Multline-Environment"
28829
28830 \end_inset
28831
28832
28833 \begin_inset Index
28834 status collapsed
28835
28836 \begin_layout Plain Layout
28837 Formula ! multiline ! multline environment
28838 \end_layout
28839
28840 \end_inset
28841
28842
28843 \end_layout
28844
28845 \begin_layout Standard
28846 The multline environment consists, like the gather environment, of only
28847  one column.
28848  But the first line is left aligned, the last one right aligned.
28849  All other lines are centered.
28850  Therefore this environment is suitable for long formulas.
28851  As example formula 
28852 \begin_inset CommandInset ref
28853 LatexCommand eqref
28854 reference "eq:lefteqn"
28855
28856 \end_inset
28857
28858  in the multline environment:
28859 \begin_inset Formula \begin{multline}
28860 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}\\
28861 -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}\\
28862 =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}
28863
28864 \end_inset
28865
28866
28867 \end_layout
28868
28869 \begin_layout Standard
28870 In the output only the last (first) line of a multline environment appears
28871  numbered when the document numbering is right (left).
28872 \begin_inset Foot
28873 status collapsed
28874
28875 \begin_layout Plain Layout
28876 numbering styles see 
28877 \begin_inset CommandInset ref
28878 LatexCommand ref
28879 reference "sec:Formula-Styles"
28880
28881 \end_inset
28882
28883
28884 \end_layout
28885
28886 \end_inset
28887
28888
28889 \end_layout
28890
28891 \begin_layout Standard
28892 With the commands 
28893 \series bold
28894
28895 \backslash
28896 shoveright
28897 \begin_inset Index
28898 status collapsed
28899
28900 \begin_layout Plain Layout
28901 Commands ! S ! 
28902 \backslash
28903 shoveright
28904 \end_layout
28905
28906 \end_inset
28907
28908
28909 \series default
28910  and 
28911 \series bold
28912
28913 \backslash
28914 shoveleft
28915 \begin_inset Index
28916 status collapsed
28917
28918 \begin_layout Plain Layout
28919 Commands ! S ! 
28920 \backslash
28921 shoveleft
28922 \end_layout
28923
28924 \end_inset
28925
28926
28927 \series default
28928  a centered line can be right or left aligned, respectively.
28929  The commands are used as follows:
28930 \end_layout
28931
28932 \begin_layout Standard
28933
28934 \series bold
28935
28936 \backslash
28937 shoveright{line content}
28938 \series default
28939  and 
28940 \series bold
28941
28942 \backslash
28943 shoveleft{line content}
28944 \end_layout
28945
28946 \begin_layout Standard
28947 \begin_inset VSpace medskip
28948 \end_inset
28949
28950 The length 
28951 \series bold
28952
28953 \backslash
28954 multlinegap
28955 \begin_inset Index
28956 status collapsed
28957
28958 \begin_layout Plain Layout
28959 Commands ! M ! 
28960 \backslash
28961 multlinegap
28962 \end_layout
28963
28964 \end_inset
28965
28966
28967 \series default
28968  specifies the distance of the first line from the left page margin.
28969  Predefined is the length 0
28970 \begin_inset space \thinspace{}
28971 \end_inset
28972
28973 pt.
28974 \end_layout
28975
28976 \begin_layout Standard
28977 As example the above formula where the command
28978 \end_layout
28979
28980 \begin_layout Standard
28981
28982 \series bold
28983
28984 \backslash
28985 setlength{
28986 \backslash
28987 multlinegap}{2cm}
28988 \end_layout
28989
28990 \begin_layout Standard
28991 was inserted in TeX-mode before:
28992 \begin_inset ERT
28993 status collapsed
28994
28995 \begin_layout Plain Layout
28996
28997
28998 \backslash
28999 setlength{
29000 \backslash
29001 multlinegap}{2cm}
29002 \end_layout
29003
29004 \end_inset
29005
29006
29007 \begin_inset Formula \begin{multline}
29008 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}\\
29009 \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}}\\
29010 =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}
29011
29012 \end_inset
29013
29014
29015 \begin_inset ERT
29016 status collapsed
29017
29018 \begin_layout Plain Layout
29019
29020
29021 \backslash
29022 setlength{
29023 \backslash
29024 multlinegap}{0pt}
29025 \end_layout
29026
29027 \end_inset
29028
29029 The second line was left aligned using 
29030 \series bold
29031
29032 \backslash
29033 shoveleft
29034 \series default
29035 .
29036 \end_layout
29037
29038 \begin_layout Subsection
29039 Multiline Formula Parts
29040 \begin_inset CommandInset label
29041 LatexCommand label
29042 name "sub:Multiline-Formula-Parts"
29043
29044 \end_inset
29045
29046
29047 \begin_inset Index
29048 status collapsed
29049
29050 \begin_layout Plain Layout
29051 Formula ! multiline ! formula parts
29052 \end_layout
29053
29054 \end_inset
29055
29056
29057 \end_layout
29058
29059 \begin_layout Standard
29060 To display only parts of a formula with multiple lines, one of the following
29061  environments are used: 
29062 \series bold
29063 aligned
29064 \series default
29065
29066 \series bold
29067 alignedat
29068 \series default
29069
29070 \series bold
29071 gathered
29072 \series default
29073  or 
29074 \series bold
29075 split
29076 \series default
29077 .
29078  They can be inserted via the menu 
29079 \family sans
29080 Insert\SpecialChar \menuseparator
29081 Math
29082 \family default
29083  or by using the commands described in this section.
29084 \end_layout
29085
29086 \begin_layout Standard
29087 The first three have the same properties as the corresponding multiline
29088  formula environments, but it is possible to set further formula parts beside
29089  them.
29090  An example:
29091 \begin_inset Formula \[
29092 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29093 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29094 \right\} \textrm{Uncertainty relations}\]
29095
29096 \end_inset
29097
29098
29099 \end_layout
29100
29101 \begin_layout Standard
29102 To get this formula, a displayed formula is created where the command 
29103 \series bold
29104
29105 \backslash
29106 aligned
29107 \begin_inset Index
29108 status collapsed
29109
29110 \begin_layout Plain Layout
29111 Commands ! A ! 
29112 \backslash
29113 aligned
29114 \end_layout
29115
29116 \end_inset
29117
29118
29119 \series default
29120  is inserted.
29121  A purple box appears around the blue formula box where now columns and
29122  lines can be added.
29123  Outside the multiline environment other formula parts can be set, like
29124  the brace.
29125 \end_layout
29126
29127 \begin_layout Standard
29128 The aligned environment is also suitable for long formulas whose lines are
29129  horizontally aligned.
29130  Using aligned in a displayed formula has the advantage that the formula
29131  number is vertically centered behind the lines.
29132  As example formula 
29133 \begin_inset CommandInset ref
29134 LatexCommand eqref
29135 reference "eq:shortlong"
29136
29137 \end_inset
29138
29139  in the aligned environment:
29140 \begin_inset Formula \begin{equation}
29141 \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}|}\\
29142  & -\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}
29143 \end{equation}
29144
29145 \end_inset
29146
29147
29148 \end_layout
29149
29150 \begin_layout Standard
29151 To use the environments 
29152 \series bold
29153 alignedat
29154 \series default
29155
29156 \series bold
29157 gathered
29158 \series default
29159 , or 
29160 \series bold
29161 split
29162 \series default
29163 , the command 
29164 \series bold
29165
29166 \backslash
29167 alignedat
29168 \series default
29169 ,
29170 \begin_inset Index
29171 status collapsed
29172
29173 \begin_layout Plain Layout
29174 Commands ! A ! 
29175 \backslash
29176 alignedat
29177 \end_layout
29178
29179 \end_inset
29180
29181  
29182 \series bold
29183
29184 \backslash
29185 gathered
29186 \series default
29187
29188 \begin_inset Index
29189 status collapsed
29190
29191 \begin_layout Plain Layout
29192 Commands ! G ! 
29193 \backslash
29194 gathered
29195 \end_layout
29196
29197 \end_inset
29198
29199 , or 
29200 \series bold
29201
29202 \backslash
29203 split
29204 \series default
29205
29206 \begin_inset Index
29207 status collapsed
29208
29209 \begin_layout Plain Layout
29210 Commands ! S ! 
29211 \backslash
29212 split
29213 \end_layout
29214
29215 \end_inset
29216
29217  are inserted, respectively.
29218  The split environment has the same properties as the aligned environment
29219  but it can only have two columns.
29220 \end_layout
29221
29222 \begin_layout Subsection
29223 Text in multiline Formulas
29224 \begin_inset CommandInset label
29225 LatexCommand label
29226 name "sub:Text-in-multiline"
29227
29228 \end_inset
29229
29230
29231 \begin_inset Index
29232 status collapsed
29233
29234 \begin_layout Plain Layout
29235 Text ! in formulas
29236 \end_layout
29237
29238 \end_inset
29239
29240
29241 \begin_inset Index
29242 status collapsed
29243
29244 \begin_layout Plain Layout
29245 Formula ! multiline ! text
29246 \end_layout
29247
29248 \end_inset
29249
29250
29251 \end_layout
29252
29253 \begin_layout Standard
29254 In the Align environments, and the multline and gather environment, text
29255  can be inserted that will appear in a separate line and doesn't affect
29256  the column alignment.
29257  To do this, the command 
29258 \series bold
29259
29260 \backslash
29261 intertext
29262 \begin_inset Index
29263 status collapsed
29264
29265 \begin_layout Plain Layout
29266 Commands ! I ! 
29267 \backslash
29268 intertext
29269 \end_layout
29270
29271 \end_inset
29272
29273
29274 \series default
29275  is used in the following scheme:
29276 \end_layout
29277
29278 \begin_layout Standard
29279
29280 \series bold
29281
29282 \backslash
29283 intertext{text}
29284 \end_layout
29285
29286 \begin_layout Standard
29287 The text should not be longer than a line because it cannot be hyphenated.
29288  As LyX doesn't yet support 
29289 \series bold
29290
29291 \backslash
29292 intertext
29293 \series default
29294  directly, the text is written as mathematical text.
29295  
29296 \series bold
29297
29298 \backslash
29299 intertext
29300 \series default
29301  must hereby be at the beginning of a line and appears in the output above
29302  this line.
29303  An example where the text was inserted at the beginning of the second line:
29304 \begin_inset Formula \begin{align}
29305 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29306 \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}
29307
29308 \end_inset
29309
29310
29311 \end_layout
29312
29313 \begin_layout Section
29314 Formula Numbering
29315 \begin_inset Index
29316 status collapsed
29317
29318 \begin_layout Plain Layout
29319 Formula numbering
29320 \end_layout
29321
29322 \end_inset
29323
29324
29325 \begin_inset Index
29326 status collapsed
29327
29328 \begin_layout Plain Layout
29329 Formula ! numbering|see
29330 \begin_inset ERT
29331 status collapsed
29332
29333 \begin_layout Plain Layout
29334
29335 {
29336 \end_layout
29337
29338 \end_inset
29339
29340 Formula numbering
29341 \begin_inset ERT
29342 status collapsed
29343
29344 \begin_layout Plain Layout
29345
29346 }
29347 \end_layout
29348
29349 \end_inset
29350
29351
29352 \end_layout
29353
29354 \end_inset
29355
29356
29357 \end_layout
29358
29359 \begin_layout Subsection
29360 General
29361 \end_layout
29362
29363 \begin_layout Standard
29364 Numbered formulas can be created with the menu 
29365 \family sans
29366 Insert\SpecialChar \menuseparator
29367 Math\SpecialChar \menuseparator
29368 Numbered
29369 \begin_inset space ~
29370 \end_inset
29371
29372 Formula
29373 \family default
29374  (shortcut 
29375 \family sans
29376 Ctrl+Alt
29377 \begin_inset space ~
29378 \end_inset
29379
29380 N
29381 \family default
29382 ).
29383  Existing formulas can be numbered with the menu 
29384 \family sans
29385 Edit\SpecialChar \menuseparator
29386 Math\SpecialChar \menuseparator
29387 Toggle
29388 \begin_inset space ~
29389 \end_inset
29390
29391 Numbering
29392 \family default
29393  (shortcut 
29394 \begin_inset Info
29395 type  "shortcut"
29396 arg   "math-number-toggle"
29397 \end_inset
29398
29399 ).
29400  The formula number is displayed in LyX behind the formula as number sign
29401  in parentheses.
29402  The number sign is replaced in the output by the formula number.
29403 \end_layout
29404
29405 \begin_layout Standard
29406 When numbering is turned on in multiline formulas, all lines will be numbered.
29407  But the numbering can be controlled with the menu 
29408 \family sans
29409 Edit\SpecialChar \menuseparator
29410 Math\SpecialChar \menuseparator
29411 Toggle
29412 \begin_inset space ~
29413 \end_inset
29414
29415 Numbering
29416 \begin_inset space ~
29417 \end_inset
29418
29419 of
29420 \begin_inset space ~
29421 \end_inset
29422
29423 Line
29424 \family default
29425  (shortcut
29426 \begin_inset Info
29427 type  "shortcut"
29428 arg   "math-number-line-toggle"
29429 \end_inset
29430
29431 ) for every line.
29432 \end_layout
29433
29434 \begin_layout Standard
29435 Except for inline formulas, all formulas can be numbered with two different
29436  styles, see 
29437 \begin_inset CommandInset ref
29438 LatexCommand ref
29439 reference "sec:Formula-Styles"
29440
29441 \end_inset
29442
29443 .
29444 \end_layout
29445
29446 \begin_layout Subsection
29447 Cross-References
29448 \begin_inset Index
29449 status collapsed
29450
29451 \begin_layout Plain Layout
29452 Cross-references ! to formulas
29453 \end_layout
29454
29455 \end_inset
29456
29457
29458 \end_layout
29459
29460 \begin_layout Standard
29461 All labeled formulas can be cross-referenced.
29462  A label is added by the menu 
29463 \family sans
29464 Insert\SpecialChar \menuseparator
29465 Label
29466 \family default
29467  or the toolbar button 
29468 \begin_inset Graphics
29469         filename ../images/label-insert.png
29470         scale 85
29471
29472 \end_inset
29473
29474 .
29475  The cursor must hereby be inside a displayed formula.
29476  A dialog pops up displaying the prefix 
29477 \series bold
29478 eq:
29479 \series default
29480  in a text field.
29481  The label is inserted there behind the prefix.
29482  The predefined prefix means 
29483 \begin_inset Quotes eld
29484 \end_inset
29485
29486 equation
29487 \begin_inset Quotes erd
29488 \end_inset
29489
29490  and makes it easier to find labels in large documents because it marks
29491  it as formula label to divide it from e.
29492 \begin_inset space \thinspace{}
29493 \end_inset
29494
29495 g.
29496 \begin_inset space \space{}
29497 \end_inset
29498
29499 section labels.
29500  To change a label, the menu 
29501 \family sans
29502 Insert\SpecialChar \menuseparator
29503 Label
29504 \family default
29505  is used again.
29506 \end_layout
29507
29508 \begin_layout Standard
29509 The name of the label is displayed in LyX within two parentheses behind
29510  formula.
29511  A formula with a label is always numbered.
29512 \end_layout
29513
29514 \begin_layout Standard
29515 Cross-references are inserted via the menu 
29516 \family sans
29517 Insert\SpecialChar \menuseparator
29518 Cross-Reference
29519 \family default
29520  or with the toolbar button 
29521 \begin_inset Graphics
29522         filename ../images/dialog-show-new-inset_ref.png
29523         scale 85
29524
29525 \end_inset
29526
29527 .
29528  A formula cross-reference appears in the output as formula number.
29529  When in the cross-reference dialog window the format 
29530 \series bold
29531 (<reference>)
29532 \series default
29533  is chosen, the cross-reference appears in the output as formula number
29534  in parentheses.
29535 \begin_inset Newline newline
29536 \end_inset
29537
29538 By right-clicking on a cross-reference in LyX, one jumps to the formula
29539  that is referenced.
29540 \end_layout
29541
29542 \begin_layout Standard
29543 Here are as examples cross-references to formulas of the following subsections:
29544 \begin_inset Note Note
29545 status open
29546
29547 \begin_layout Plain Layout
29548 Note the different cross-reference types.
29549 \end_layout
29550
29551 \end_inset
29552
29553
29554 \end_layout
29555
29556 \begin_layout Standard
29557 The equations 
29558 \begin_inset CommandInset ref
29559 LatexCommand eqref
29560 reference "eq:tag"
29561
29562 \end_inset
29563
29564  and 
29565 \begin_inset CommandInset ref
29566 LatexCommand eqref
29567 reference "eq:c"
29568
29569 \end_inset
29570
29571  are equivalent.
29572  In (
29573 \begin_inset CommandInset ref
29574 LatexCommand ref
29575 reference "eq:Lat"
29576
29577 \end_inset
29578
29579 ) big Latin letters are used for the numbering in contrary to (
29580 \begin_inset CommandInset ref
29581 LatexCommand ref
29582 reference "eq:Rom"
29583
29584 \end_inset
29585
29586 ).
29587 \end_layout
29588
29589 \begin_layout Standard
29590 \begin_inset VSpace medskip
29591 \end_inset
29592
29593 When the argument of 
29594 \series bold
29595
29596 \backslash
29597 tag
29598 \begin_inset Foot
29599 status collapsed
29600
29601 \begin_layout Plain Layout
29602
29603 \series bold
29604
29605 \backslash
29606 tag
29607 \series default
29608  is described in 
29609 \begin_inset CommandInset ref
29610 LatexCommand ref
29611 reference "sub:User-defined-Numbering"
29612
29613 \end_inset
29614
29615 .
29616 \end_layout
29617
29618 \end_inset
29619
29620
29621 \series default
29622  contains a box like in 
29623 \begin_inset CommandInset ref
29624 LatexCommand ref
29625 reference "sub:Paragraph-Boxes"
29626
29627 \end_inset
29628
29629 , the formula cannot be referenced.
29630 \end_layout
29631
29632 \begin_layout Subsection
29633 Subnumbering
29634 \begin_inset Index
29635 status collapsed
29636
29637 \begin_layout Plain Layout
29638 Formula numbering ! subnumbering
29639 \end_layout
29640
29641 \end_inset
29642
29643
29644 \end_layout
29645
29646 \begin_layout Standard
29647 With the help of the commands 
29648 \series bold
29649
29650 \backslash
29651 begin{subequations}
29652 \series default
29653  and 
29654 \series bold
29655
29656 \backslash
29657 end{subequations}
29658 \series default
29659  formulas can be subnumbered.
29660  Both commands are inserted in TeX-mode.
29661 \end_layout
29662
29663 \begin_layout Standard
29664 An example:
29665 \begin_inset Formula \begin{equation}
29666 A=C-B\label{eq:a}\end{equation}
29667
29668 \end_inset
29669
29670
29671 \begin_inset ERT
29672 status collapsed
29673
29674 \begin_layout Plain Layout
29675
29676
29677 \backslash
29678 addtocounter{equation}{-1}
29679 \end_layout
29680
29681 \end_inset
29682
29683
29684 \begin_inset ERT
29685 status collapsed
29686
29687 \begin_layout Plain Layout
29688
29689
29690 \backslash
29691 begin{subequations}
29692 \end_layout
29693
29694 \end_inset
29695
29696
29697 \begin_inset VSpace -5mm
29698 \end_inset
29699
29700
29701 \begin_inset Formula \begin{equation}
29702 B=C-A\label{eq:b}\end{equation}
29703
29704 \end_inset
29705
29706
29707 \begin_inset Formula \begin{equation}
29708 C=A+B\label{eq:c}\end{equation}
29709
29710 \end_inset
29711
29712
29713 \end_layout
29714
29715 \begin_layout Standard
29716 \begin_inset ERT
29717 status collapsed
29718
29719 \begin_layout Plain Layout
29720
29721
29722 \backslash
29723 end{subequations}
29724 \end_layout
29725
29726 \end_inset
29727
29728
29729 \end_layout
29730
29731 \begin_layout Standard
29732 To create the example, the following is done:
29733 \end_layout
29734
29735 \begin_layout Enumerate
29736 first formula is inserted
29737 \end_layout
29738
29739 \begin_layout Enumerate
29740
29741 \series bold
29742
29743 \backslash
29744 addtocounter{equation}{-1} 
29745 \backslash
29746 begin{subequations}
29747 \begin_inset Index
29748 status collapsed
29749
29750 \begin_layout Plain Layout
29751 Commands ! A ! 
29752 \backslash
29753 addtocounter
29754 \end_layout
29755
29756 \end_inset
29757
29758
29759 \begin_inset Newline newline
29760 \end_inset
29761
29762
29763 \series default
29764 is inserted after the first formula
29765 \end_layout
29766
29767 \begin_layout Enumerate
29768 second formula is inserted
29769 \end_layout
29770
29771 \begin_layout Enumerate
29772 third formula is inserted
29773 \end_layout
29774
29775 \begin_layout Enumerate
29776
29777 \series bold
29778
29779 \backslash
29780 end{subequations}
29781 \series default
29782  is inserted after the third formula
29783 \end_layout
29784
29785 \begin_layout Standard
29786 Every formula between the commands 
29787 \series bold
29788
29789 \backslash
29790 begin
29791 \series default
29792  and 
29793 \series bold
29794
29795 \backslash
29796 end
29797 \series default
29798  is subnumbered as a, b, 
29799 \begin_inset Newline linebreak
29800 \end_inset
29801
29802 c, \SpecialChar \ldots{}
29803  For multiline formulas every line will be subnumbered.
29804  All subnumbered formulas are treated as 
29805 \emph on
29806 one
29807 \emph default
29808  numbered formula.
29809  But as every numbered formula increases the counter 
29810 \series bold
29811 equation
29812 \series default
29813  by one, the command 
29814 \series bold
29815
29816 \backslash
29817 addtocounter
29818 \series default
29819  is needed to decrease it.
29820  Otherwise the formulas 
29821 \begin_inset CommandInset ref
29822 LatexCommand eqref
29823 reference "eq:a"
29824
29825 \end_inset
29826
29827
29828 \begin_inset CommandInset ref
29829 LatexCommand eqref
29830 reference "eq:b"
29831
29832 \end_inset
29833
29834
29835 \begin_inset CommandInset ref
29836 LatexCommand eqref
29837 reference "eq:c"
29838
29839 \end_inset
29840
29841  would be numbered as 
29842 \begin_inset CommandInset ref
29843 LatexCommand eqref
29844 reference "eq:a"
29845
29846 \end_inset
29847
29848
29849 \begin_inset CommandInset ref
29850 LatexCommand eqref
29851 reference "eq:d"
29852
29853 \end_inset
29854
29855
29856 \begin_inset CommandInset ref
29857 LatexCommand eqref
29858 reference "eq:f"
29859
29860 \end_inset
29861
29862 .
29863 \end_layout
29864
29865 \begin_layout Standard
29866 By inserting the commands in TeX-mode, a space is created between the first
29867  two formulas.
29868  To revert this -5
29869 \begin_inset space \thinspace{}
29870 \end_inset
29871
29872 mm vertical space is inserted after the command 
29873 \series bold
29874
29875 \backslash
29876 begin{subequations}
29877 \series default
29878 .
29879  When the formula style 
29880 \series bold
29881 Indented
29882 \begin_inset Foot
29883 status collapsed
29884
29885 \begin_layout Plain Layout
29886 formula styles see 
29887 \begin_inset CommandInset ref
29888 LatexCommand ref
29889 reference "sec:Formula-Styles"
29890
29891 \end_inset
29892
29893
29894 \end_layout
29895
29896 \end_inset
29897
29898
29899 \series default
29900  is used, -7
29901 \begin_inset space \thinspace{}
29902 \end_inset
29903
29904 mm space is inserted instead.
29905 \end_layout
29906
29907 \begin_layout Standard
29908 Here is an example for a multiline formula where the numbering was turned
29909  off for the second line:
29910 \begin_inset ERT
29911 status collapsed
29912
29913 \begin_layout Plain Layout
29914
29915
29916 \backslash
29917 begin{subequations}
29918 \end_layout
29919
29920 \end_inset
29921
29922
29923 \begin_inset Formula \begin{eqnarray}
29924 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29925  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29926  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29927
29928 \end_inset
29929
29930
29931 \begin_inset ERT
29932 status collapsed
29933
29934 \begin_layout Plain Layout
29935
29936
29937 \backslash
29938 end{subequations}
29939 \end_layout
29940
29941 \end_inset
29942
29943
29944 \end_layout
29945
29946 \begin_layout Subsection
29947 User-defined Numbering
29948 \begin_inset CommandInset label
29949 LatexCommand label
29950 name "sub:User-defined-Numbering"
29951
29952 \end_inset
29953
29954
29955 \begin_inset Index
29956 status collapsed
29957
29958 \begin_layout Plain Layout
29959 Formula numbering ! user-defined
29960 \end_layout
29961
29962 \end_inset
29963
29964
29965 \end_layout
29966
29967 \begin_layout Standard
29968 \begin_inset Index
29969 status collapsed
29970
29971 \begin_layout Plain Layout
29972 Formula numbering ! self-defined delimiters
29973 \end_layout
29974
29975 \end_inset
29976
29977 With the standard numbering parentheses are set around the formula number.
29978  To replace the parentheses for example by vertical bars, the following
29979  line is added to the LaTeX-preamble:
29980 \end_layout
29981
29982 \begin_layout Standard
29983
29984 \series bold
29985
29986 \backslash
29987 def
29988 \backslash
29989 tagform@#1{
29990 \backslash
29991 maketag@@@{|#1|}}
29992 \series default
29993
29994 \begin_inset Note Note
29995 status collapsed
29996
29997 \begin_layout Plain Layout
29998 This macro is already declared in the LaTeX-preamble for testing.
29999  To activate it, remove the percent sign at the beginning.
30000 \end_layout
30001
30002 \end_inset
30003
30004
30005 \end_layout
30006
30007 \begin_layout Standard
30008 To use other characters, the vertical bars besides the 
30009 \series bold
30010 #1
30011 \series default
30012  are replaced by one ore more characters.
30013  To get only the formula number the vertical bars are omitted.
30014 \end_layout
30015
30016 \begin_layout Standard
30017 \begin_inset VSpace bigskip
30018 \end_inset
30019
30020 When there should be an expression of your choice instead of the consecutive
30021  formula number in parentheses behind the formula, the command 
30022 \series bold
30023
30024 \backslash
30025 tag
30026 \series default
30027
30028 \begin_inset Index
30029 status collapsed
30030
30031 \begin_layout Plain Layout
30032 Commands ! T ! 
30033 \backslash
30034 tag
30035 \end_layout
30036
30037 \end_inset
30038
30039  is used:
30040 \begin_inset Formula \begin{equation}
30041 A+B=C\tag{something}\label{eq:tag}\end{equation}
30042
30043 \end_inset
30044
30045 In this example the command 
30046 \series bold
30047
30048 \backslash
30049 tag
30050 \begin_inset ERT
30051 status collapsed
30052
30053 \begin_layout Plain Layout
30054
30055
30056 \backslash
30057 spce 
30058 \end_layout
30059
30060 \end_inset
30061
30062 something
30063 \series default
30064  was inserted to the formula.
30065 \end_layout
30066
30067 \begin_layout Standard
30068 When the command 
30069 \series bold
30070
30071 \backslash
30072 tag*
30073 \begin_inset ERT
30074 status collapsed
30075
30076 \begin_layout Plain Layout
30077
30078
30079 \backslash
30080 spce 
30081 \end_layout
30082
30083 \end_inset
30084
30085 something
30086 \series default
30087  is inserted instead, the star prevents the parentheses around the expression:
30088 \begin_inset Formula \[
30089 A+B=C\tag*{something}\]
30090
30091 \end_inset
30092
30093
30094 \end_layout
30095
30096 \begin_layout Standard
30097 \begin_inset VSpace bigskip
30098 \end_inset
30099
30100 To restart the formula numbering with new document parts or sections, the
30101  following command is used:
30102 \end_layout
30103
30104 \begin_layout Standard
30105
30106 \series bold
30107
30108 \backslash
30109 @addtoreset{equation}{part}
30110 \series default
30111
30112 \begin_inset Index
30113 status collapsed
30114
30115 \begin_layout Plain Layout
30116 Commands ! 
30117 \begin_inset ERT
30118 status collapsed
30119
30120 \begin_layout Plain Layout
30121
30122 "
30123 \end_layout
30124
30125 \end_inset
30126
30127 @
30128 \begin_inset ERT
30129 status collapsed
30130
30131 \begin_layout Plain Layout
30132
30133 "
30134 \end_layout
30135
30136 \end_inset
30137
30138  ! 
30139 \backslash
30140
30141 \begin_inset ERT
30142 status collapsed
30143
30144 \begin_layout Plain Layout
30145
30146 "
30147 \end_layout
30148
30149 \end_inset
30150
30151 @
30152 \begin_inset ERT
30153 status collapsed
30154
30155 \begin_layout Plain Layout
30156
30157 "
30158 \end_layout
30159
30160 \end_inset
30161
30162 addtoreset
30163 \end_layout
30164
30165 \end_inset
30166
30167
30168 \begin_inset Newline newline
30169 \end_inset
30170
30171 resp.
30172 \begin_inset Newline newline
30173 \end_inset
30174
30175
30176 \series bold
30177
30178 \backslash
30179 @addtoreset{equation}{section}
30180 \end_layout
30181
30182 \begin_layout Standard
30183 To be able to use these commands in TeX-mode, the 
30184 \begin_inset Quotes eld
30185 \end_inset
30186
30187 @
30188 \begin_inset Quotes erd
30189 \end_inset
30190
30191  character has to be made 
30192 \begin_inset Quotes eld
30193 \end_inset
30194
30195 active
30196 \begin_inset Quotes erd
30197 \end_inset
30198
30199  for LaTeX using the command 
30200 \series bold
30201
30202 \backslash
30203 makeatletter.
30204
30205 \series default
30206  The command 
30207 \series bold
30208
30209 \backslash
30210 makeatother
30211 \series default
30212  reverts this.
30213  So the command sequence in TeX-mode is:
30214 \end_layout
30215
30216 \begin_layout Standard
30217
30218 \series bold
30219
30220 \backslash
30221 makeatletter
30222 \begin_inset Newline newline
30223 \end_inset
30224
30225
30226 \backslash
30227 @addtoreset{equation}{section}
30228 \begin_inset Newline newline
30229 \end_inset
30230
30231
30232 \backslash
30233 makeatother
30234 \end_layout
30235
30236 \begin_layout Standard
30237 In the LaTeX-preamble 
30238 \series bold
30239
30240 \backslash
30241 makeatletter
30242 \series default
30243  and 
30244 \series bold
30245
30246 \backslash
30247 makeatother
30248 \series default
30249  can be omitted as they are automatically internally inserted by LyX.
30250 \end_layout
30251
30252 \begin_layout Standard
30253 To revert 
30254 \series bold
30255
30256 \backslash
30257 @addtoreset
30258 \series default
30259 , the file 
30260 \series bold
30261 remreset.sty
30262 \series default
30263
30264 \begin_inset Foot
30265 status collapsed
30266
30267 \begin_layout Plain Layout
30268
30269 \series bold
30270 remreset
30271 \series default
30272  is part of the LaTeX-package 
30273 \series bold
30274 carlisle
30275 \series default
30276
30277 \begin_inset Index
30278 status collapsed
30279
30280 \begin_layout Plain Layout
30281 Packages ! carlisle
30282 \end_layout
30283
30284 \end_inset
30285
30286  that is part of every LaTeX standard installation.
30287 \end_layout
30288
30289 \end_inset
30290
30291
30292 \begin_inset Index
30293 status collapsed
30294
30295 \begin_layout Plain Layout
30296 Packages ! remreset
30297 \end_layout
30298
30299 \end_inset
30300
30301  has to be loaded in the LaTeX-preamble with the line
30302 \end_layout
30303
30304 \begin_layout Standard
30305
30306 \series bold
30307
30308 \backslash
30309 usepackage{remreset}
30310 \end_layout
30311
30312 \begin_layout Standard
30313 Then the command 
30314 \series bold
30315
30316 \backslash
30317 @removefromreset
30318 \series default
30319
30320 \begin_inset Index
30321 status collapsed
30322
30323 \begin_layout Plain Layout
30324 Commands ! 
30325 \begin_inset ERT
30326 status collapsed
30327
30328 \begin_layout Plain Layout
30329
30330 "
30331 \end_layout
30332
30333 \end_inset
30334
30335 @
30336 \begin_inset ERT
30337 status collapsed
30338
30339 \begin_layout Plain Layout
30340
30341 "
30342 \end_layout
30343
30344 \end_inset
30345
30346  ! 
30347 \backslash
30348
30349 \begin_inset ERT
30350 status collapsed
30351
30352 \begin_layout Plain Layout
30353
30354 "
30355 \end_layout
30356
30357 \end_inset
30358
30359 @
30360 \begin_inset ERT
30361 status collapsed
30362
30363 \begin_layout Plain Layout
30364
30365 "
30366 \end_layout
30367
30368 \end_inset
30369
30370 removefromreset
30371 \end_layout
30372
30373 \end_inset
30374
30375  can be used with the same scheme as 
30376 \series bold
30377
30378 \backslash
30379 @addtoreset
30380 \series default
30381 .
30382 \end_layout
30383
30384 \begin_layout Standard
30385 \begin_inset VSpace bigskip
30386 \end_inset
30387
30388 Sometimes formulas should be numbered in the following form:
30389 \end_layout
30390
30391 \begin_layout Standard
30392
30393 \family typewriter
30394 (section number.formula number)
30395 \end_layout
30396
30397 \begin_layout Standard
30398 The formula number should start with every section with 
30399 \begin_inset Quotes eld
30400 \end_inset
30401
30402 1
30403 \begin_inset Quotes erd
30404 \end_inset
30405
30406 .
30407 \end_layout
30408
30409 \begin_layout Standard
30410 For this case there is the command 
30411 \series bold
30412
30413 \backslash
30414 numberwithin
30415 \series default
30416
30417 \begin_inset Index
30418 status collapsed
30419
30420 \begin_layout Plain Layout
30421 Commands ! N ! 
30422 \backslash
30423 numberwithin
30424 \end_layout
30425
30426 \end_inset
30427
30428 , which is used with the following scheme:
30429 \end_layout
30430
30431 \begin_layout Standard
30432
30433 \series bold
30434
30435 \backslash
30436 numberwithin{counter}{sectioning}
30437 \end_layout
30438
30439 \begin_layout Standard
30440 Counter denotes what kind of numbering is affected, sectioning denotes what
30441  number is before the dot.
30442 \end_layout
30443
30444 \begin_layout Standard
30445 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30446 \end_layout
30447
30448 \begin_layout Standard
30449
30450 \series bold
30451
30452 \backslash
30453 numberwithin{equation}{section}
30454 \end_layout
30455
30456 \begin_layout Standard
30457 This is the result:
30458 \begin_inset ERT
30459 status collapsed
30460
30461 \begin_layout Plain Layout
30462
30463
30464 \backslash
30465 numberwithin{equation}{section}
30466 \end_layout
30467
30468 \end_inset
30469
30470
30471 \begin_inset Formula \begin{equation}
30472 A+B=C\end{equation}
30473
30474 \end_inset
30475
30476
30477 \end_layout
30478
30479 \begin_layout Standard
30480 To number e.
30481 \begin_inset space \thinspace{}
30482 \end_inset
30483
30484 g.
30485 \begin_inset space \space{}
30486 \end_inset
30487
30488 tables so that the number of the part is the sectioning,
30489 \begin_inset Newline newline
30490 \end_inset
30491
30492
30493 \series bold
30494
30495 \backslash
30496 numberwithin{table}{part}
30497 \series default
30498  is used.
30499 \end_layout
30500
30501 \begin_layout Standard
30502 To go back to the standard numbering or to prevent this kind of numbering
30503  when it is defined by the document class, the following command is inserted
30504  as TeX-Code or to the LaTeX-preamble:
30505 \end_layout
30506
30507 \begin_layout Standard
30508
30509 \series bold
30510
30511 \backslash
30512 renewcommand{
30513 \backslash
30514 theequation}{
30515 \backslash
30516 arabic{equation}}
30517 \begin_inset Index
30518 status collapsed
30519
30520 \begin_layout Plain Layout
30521 Commands ! A ! 
30522 \backslash
30523 arabic
30524 \end_layout
30525
30526 \end_inset
30527
30528
30529 \series default
30530
30531 \begin_inset ERT
30532 status collapsed
30533
30534 \begin_layout Plain Layout
30535
30536
30537 \backslash
30538 renewcommand{
30539 \backslash
30540 theequation}{
30541 \backslash
30542 arabic{equation}}
30543 \end_layout
30544
30545 \end_inset
30546
30547
30548 \series bold
30549
30550 \begin_inset Newline newline
30551 \end_inset
30552
30553
30554 \series default
30555 or
30556 \series bold
30557
30558 \begin_inset Newline newline
30559 \end_inset
30560
30561
30562 \backslash
30563 renewcommand{
30564 \backslash
30565 thetable}{
30566 \backslash
30567 arabic{table}}
30568 \end_layout
30569
30570 \begin_layout Standard
30571
30572 \series bold
30573
30574 \backslash
30575 numberwithin
30576 \series default
30577  uses internally the command 
30578 \series bold
30579
30580 \backslash
30581 @addtoreset
30582 \series default
30583 , described above, that also needs to be reverted.
30584 \begin_inset ERT
30585 status collapsed
30586
30587 \begin_layout Plain Layout
30588
30589
30590 \backslash
30591 makeatletter
30592 \end_layout
30593
30594 \begin_layout Plain Layout
30595
30596
30597 \backslash
30598 @removefromreset{equation}{section}
30599 \end_layout
30600
30601 \begin_layout Plain Layout
30602
30603
30604 \backslash
30605 makeatother
30606 \end_layout
30607
30608 \end_inset
30609
30610
30611 \end_layout
30612
30613 \begin_layout Subsection
30614 Numbering with Roman Numbers and Letters
30615 \begin_inset Index
30616 status collapsed
30617
30618 \begin_layout Plain Layout
30619 Formula numbering ! with letters
30620 \end_layout
30621
30622 \end_inset
30623
30624
30625 \begin_inset Index
30626 status collapsed
30627
30628 \begin_layout Plain Layout
30629 Formula numbering ! with Roman numbers
30630 \end_layout
30631
30632 \end_inset
30633
30634
30635 \end_layout
30636
30637 \begin_layout Standard
30638 Formulas can also be numbered with Roman numbers and Latin letters.
30639  To number for example with small Roman numbers, the command
30640 \end_layout
30641
30642 \begin_layout Standard
30643
30644 \series bold
30645
30646 \backslash
30647 renewcommand{
30648 \backslash
30649 theequation}{
30650 \backslash
30651 roman{equation}}
30652 \end_layout
30653
30654 \begin_layout Standard
30655 is inserted before the formula in TeX-mode.
30656  
30657 \series bold
30658
30659 \backslash
30660 renewcommand
30661 \series default
30662
30663 \begin_inset Index
30664 status collapsed
30665
30666 \begin_layout Plain Layout
30667 Commands ! R ! 
30668 \backslash
30669 renewcommand
30670 \end_layout
30671
30672 \end_inset
30673
30674  redefines the predefined command 
30675 \series bold
30676
30677 \backslash
30678 theequation
30679 \series default
30680  to the command 
30681 \series bold
30682
30683 \backslash
30684 roman{equation}
30685 \series default
30686 .
30687 \begin_inset Foot
30688 status collapsed
30689
30690 \begin_layout Plain Layout
30691 The command 
30692 \series bold
30693
30694 \backslash
30695 renewcommand
30696 \series default
30697  has the same scheme like the command 
30698 \series bold
30699
30700 \backslash
30701 newcommand
30702 \series default
30703  that is described in 
30704 \begin_inset CommandInset ref
30705 LatexCommand ref
30706 reference "sub:The-Command-newcommand"
30707
30708 \end_inset
30709
30710 .
30711 \end_layout
30712
30713 \end_inset
30714
30715  
30716 \series bold
30717 equation
30718 \series default
30719  is the formula counter.
30720  When the command 
30721 \series bold
30722
30723 \backslash
30724 the
30725 \series default
30726  is used as prefix for a counter, the value of the counter is output as
30727  Arabic number.
30728  When a formula is numbered, LaTeX sets internally the command 
30729 \series bold
30730
30731 \backslash
30732 theequation
30733 \series default
30734  behind the formula.
30735  
30736 \series bold
30737
30738 \backslash
30739 roman{equation}
30740 \begin_inset Index
30741 status collapsed
30742
30743 \begin_layout Plain Layout
30744 Commands ! R ! 
30745 \backslash
30746 roman
30747 \end_layout
30748
30749 \end_inset
30750
30751
30752 \series default
30753  outputs the counter as small Roman number.
30754 \end_layout
30755
30756 \begin_layout Standard
30757 All formulas behind the command 
30758 \series bold
30759
30760 \backslash
30761 renew
30762 \series default
30763 c
30764 \series bold
30765 ommand
30766 \series default
30767  are now numbered Roman.
30768  To switch to numbering with big Roman numbers, the command is inserted
30769  again, but 
30770 \series bold
30771
30772 \backslash
30773 roman
30774 \series default
30775  is replaced by 
30776 \series bold
30777
30778 \backslash
30779 Roman
30780 \series default
30781
30782 \begin_inset Index
30783 status collapsed
30784
30785 \begin_layout Plain Layout
30786 Commands ! R ! 
30787 \backslash
30788 roman@
30789 \backslash
30790 Roman
30791 \end_layout
30792
30793 \end_inset
30794
30795 .
30796  To 
30797 \begin_inset Quotes eld
30798 \end_inset
30799
30800 number
30801 \begin_inset Quotes erd
30802 \end_inset
30803
30804  with small Latin letters there is the command 
30805 \series bold
30806
30807 \backslash
30808 alph
30809 \series default
30810
30811 \begin_inset Index
30812 status collapsed
30813
30814 \begin_layout Plain Layout
30815 Commands ! A ! 
30816 \backslash
30817 alph
30818 \end_layout
30819
30820 \end_inset
30821
30822 , for big ones there is the command 
30823 \series bold
30824
30825 \backslash
30826 Alph
30827 \series default
30828
30829 \begin_inset Index
30830 status collapsed
30831
30832 \begin_layout Plain Layout
30833 Commands ! A ! 
30834 \backslash
30835 alph@
30836 \backslash
30837 Alph
30838 \end_layout
30839
30840 \end_inset
30841
30842 .
30843 \end_layout
30844
30845 \begin_layout Standard
30846 \begin_inset Note Greyedout
30847 status open
30848
30849 \begin_layout Plain Layout
30850
30851 \series bold
30852 Note:
30853 \series default
30854  Only maximal 26 formulas can be numbered with Latin letters in one document.
30855 \end_layout
30856
30857 \end_inset
30858
30859
30860 \end_layout
30861
30862 \begin_layout Standard
30863 \begin_inset Newpage pagebreak
30864 \end_inset
30865
30866
30867 \end_layout
30868
30869 \begin_layout Standard
30870 \begin_inset ERT
30871 status collapsed
30872
30873 \begin_layout Plain Layout
30874
30875
30876 \backslash
30877 renewcommand{
30878 \backslash
30879 theequation}{
30880 \backslash
30881 roman{equation}}
30882 \end_layout
30883
30884 \end_inset
30885
30886
30887 \end_layout
30888
30889 \begin_layout Standard
30890 \begin_inset Formula \begin{equation}
30891 A=\textrm{small roman}\end{equation}
30892
30893 \end_inset
30894
30895
30896 \begin_inset ERT
30897 status collapsed
30898
30899 \begin_layout Plain Layout
30900
30901
30902 \backslash
30903 renewcommand{
30904 \backslash
30905 theequation}{
30906 \backslash
30907 Roman{equation}}
30908 \end_layout
30909
30910 \end_inset
30911
30912
30913 \begin_inset Formula \begin{equation}
30914 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
30915
30916 \end_inset
30917
30918
30919 \begin_inset ERT
30920 status collapsed
30921
30922 \begin_layout Plain Layout
30923
30924
30925 \backslash
30926 renewcommand{
30927 \backslash
30928 theequation}{
30929 \backslash
30930 alph{equation}}
30931 \end_layout
30932
30933 \end_inset
30934
30935
30936 \begin_inset Formula \begin{equation}
30937 C=\textrm{small Latin}\end{equation}
30938
30939 \end_inset
30940
30941
30942 \begin_inset ERT
30943 status collapsed
30944
30945 \begin_layout Plain Layout
30946
30947
30948 \backslash
30949 renewcommand{
30950 \backslash
30951 theequation}{
30952 \backslash
30953 Alph{equation}}
30954 \end_layout
30955
30956 \end_inset
30957
30958
30959 \begin_inset Formula \begin{equation}
30960 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
30961
30962 \end_inset
30963
30964
30965 \end_layout
30966
30967 \begin_layout Standard
30968 To switch back to the default numbering, insert the command:
30969 \end_layout
30970
30971 \begin_layout Standard
30972
30973 \series bold
30974
30975 \backslash
30976 renewcommand{
30977 \backslash
30978 theequation}{
30979 \backslash
30980 arabic{equation}}
30981 \begin_inset Index
30982 status collapsed
30983
30984 \begin_layout Plain Layout
30985 Commands ! A ! 
30986 \backslash
30987 arabic
30988 \end_layout
30989
30990 \end_inset
30991
30992
30993 \end_layout
30994
30995 \begin_layout Standard
30996 \begin_inset ERT
30997 status collapsed
30998
30999 \begin_layout Plain Layout
31000
31001
31002 \backslash
31003 renewcommand{
31004 \backslash
31005 theequation}{
31006 \backslash
31007 arabic{equation}}
31008 \end_layout
31009
31010 \end_inset
31011
31012
31013 \begin_inset Formula \begin{equation}
31014 E=\textrm{Arabic}\end{equation}
31015
31016 \end_inset
31017
31018
31019 \end_layout
31020
31021 \begin_layout Standard
31022 \begin_inset VSpace medskip
31023 \end_inset
31024
31025 As you see, formulas are numbered serially independent from the numbering
31026  style.
31027  When then numbering should start with 
31028 \begin_inset Quotes eld
31029 \end_inset
31030
31031 1
31032 \begin_inset Quotes erd
31033 \end_inset
31034
31035  when the style is changed, new equation counters have to be defined.
31036  A description about this can be found in the file 
31037 \begin_inset CommandInset href
31038 LatexCommand href
31039 name "Formula-numbering.lyx"
31040 target "run:Formula-numbering.lyx"
31041
31042 \end_inset
31043
31044 .
31045 \end_layout
31046
31047 \begin_layout Section
31048 Chemical Symbols and Equations
31049 \begin_inset CommandInset label
31050 LatexCommand label
31051 name "sub:Chemical-Symbols-and"
31052
31053 \end_inset
31054
31055
31056 \begin_inset Index
31057 status collapsed
31058
31059 \begin_layout Plain Layout
31060 Chemical characters ! Symbols
31061 \end_layout
31062
31063 \end_inset
31064
31065
31066 \begin_inset Index
31067 status collapsed
31068
31069 \begin_layout Plain Layout
31070 Chemical equations
31071 \end_layout
31072
31073 \end_inset
31074
31075
31076 \begin_inset Index
31077 status collapsed
31078
31079 \begin_layout Plain Layout
31080 Symbols ! chemical
31081 \end_layout
31082
31083 \end_inset
31084
31085
31086 \end_layout
31087
31088 \begin_layout Standard
31089 An example text from chemistry:
31090 \end_layout
31091
31092 \begin_layout Quote
31093 The 
31094 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31095 \end_inset
31096
31097 -ion reacts with two 
31098 \begin_inset Formula $\mathrm{Na^{+}}$
31099 \end_inset
31100
31101 -ions to sodium sulfate 
31102 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31103 \end_inset
31104
31105 .
31106  The chemical equation for this is:
31107 \begin_inset Formula \begin{equation}
31108 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}\end{equation}
31109
31110 \end_inset
31111
31112
31113 \end_layout
31114
31115 \begin_layout Standard
31116 This chemical equation can directly be created as formula.
31117  To avoid that the symbols appear italic, everything is highlighted and
31118  changed by the shortcut 
31119 \begin_inset Info
31120 type  "shortcut"
31121 arg   "font-roman"
31122 \end_inset
31123
31124  to the upright font style.
31125 \begin_inset Foot
31126 status collapsed
31127
31128 \begin_layout Plain Layout
31129 font styles
31130 \series bold
31131  
31132 \series default
31133 see 
31134 \begin_inset CommandInset ref
31135 LatexCommand ref
31136 reference "sub:Font-Styles"
31137
31138 \end_inset
31139
31140
31141 \end_layout
31142
31143 \end_inset
31144
31145
31146 \end_layout
31147
31148 \begin_layout Standard
31149 A more convenient way to typeset chemical formulas is to use the command
31150  
31151 \series bold
31152
31153 \backslash
31154 ce
31155 \series default
31156
31157 \begin_inset Index
31158 status collapsed
31159
31160 \begin_layout Plain Layout
31161 Commands ! C ! 
31162 \backslash
31163 ce
31164 \end_layout
31165
31166 \end_inset
31167
31168  that is available when the LaTeX-package 
31169 \series bold
31170 mhchem
31171 \series default
31172
31173 \begin_inset Index
31174 status collapsed
31175
31176 \begin_layout Plain Layout
31177 Packages ! mhchem
31178 \end_layout
31179
31180 \end_inset
31181
31182  is installed.
31183  
31184 \begin_inset ERT
31185 status collapsed
31186
31187 \begin_layout Plain Layout
31188
31189
31190 \backslash
31191 ifmhchem 
31192 \end_layout
31193
31194 \end_inset
31195
31196
31197 \begin_inset Note Note
31198 status open
31199
31200 \begin_layout Plain Layout
31201 The following will only be displayed when the LaTeX-package 
31202 \series bold
31203 mhchem
31204 \series default
31205  is installed:
31206 \end_layout
31207
31208 \end_inset
31209
31210 After inserting 
31211 \series bold
31212
31213 \backslash
31214 ce
31215 \series default
31216  to a formula a new blue box appears where chemical formulas can be inserted
31217  in an intuitive way.
31218 \end_layout
31219
31220 \begin_layout Standard
31221 \align center
31222 \begin_inset Tabular
31223 <lyxtabular version="3" rows="9" columns="2">
31224 <features>
31225 <column alignment="center" valignment="top" width="0">
31226 <column alignment="center" valignment="top" width="0">
31227 <row>
31228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31229 \begin_inset Text
31230
31231 \begin_layout Plain Layout
31232 Command
31233 \end_layout
31234
31235 \end_inset
31236 </cell>
31237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31238 \begin_inset Text
31239
31240 \begin_layout Plain Layout
31241 Result
31242 \begin_inset Note Note
31243 status collapsed
31244
31245 \begin_layout Plain Layout
31246
31247 \series bold
31248
31249 \backslash
31250 raisebox
31251 \series default
31252  is only used as spacer.
31253 \end_layout
31254
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 H2CO3
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{4.5mm}{}\ce{H2CO3}\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 SO4^2-
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{5mm}{}\ce{SO4^{2-}}\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 (NH4)2S
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{(NH4)2S}\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 KCr(SO4)2.12H2O
31398 \end_layout
31399
31400 \end_inset
31401 </cell>
31402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31403 \begin_inset Text
31404
31405 \begin_layout Plain Layout
31406 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31407 \end_inset
31408
31409
31410 \end_layout
31411
31412 \end_inset
31413 </cell>
31414 </row>
31415 <row>
31416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31417 \begin_inset Text
31418
31419 \begin_layout Plain Layout
31420
31421 \backslash
31422 ce
31423 \begin_inset ERT
31424 status collapsed
31425
31426 \begin_layout Plain Layout
31427
31428
31429 \backslash
31430 spce 
31431 \end_layout
31432
31433 \end_inset
31434
31435 A-B
31436 \backslash
31437 dbond
31438 \begin_inset ERT
31439 status collapsed
31440
31441 \begin_layout Plain Layout
31442
31443
31444 \backslash
31445 spce 
31446 \end_layout
31447
31448 \end_inset
31449
31450 C
31451 \backslash
31452 tbond
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 D
31466 \end_layout
31467
31468 \end_inset
31469 </cell>
31470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31471 \begin_inset Text
31472
31473 \begin_layout Plain Layout
31474 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31475 \end_inset
31476
31477
31478 \end_layout
31479
31480 \end_inset
31481 </cell>
31482 </row>
31483 <row>
31484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31485 \begin_inset Text
31486
31487 \begin_layout Plain Layout
31488
31489 \backslash
31490 ce
31491 \begin_inset ERT
31492 status collapsed
31493
31494 \begin_layout Plain Layout
31495
31496
31497 \backslash
31498 spce 
31499 \end_layout
31500
31501 \end_inset
31502
31503 ^227
31504 \begin_inset Formula $\downarrow$
31505 \end_inset
31506
31507 _90
31508 \begin_inset Formula $\to$
31509 \end_inset
31510
31511 Th+
31512 \end_layout
31513
31514 \end_inset
31515 </cell>
31516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31517 \begin_inset Text
31518
31519 \begin_layout Plain Layout
31520 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31521 \end_inset
31522
31523
31524 \end_layout
31525
31526 \end_inset
31527 </cell>
31528 </row>
31529 <row>
31530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31531 \begin_inset Text
31532
31533 \begin_layout Plain Layout
31534
31535 \backslash
31536 ce
31537 \begin_inset ERT
31538 status collapsed
31539
31540 \begin_layout Plain Layout
31541
31542
31543 \backslash
31544 spce 
31545 \end_layout
31546
31547 \end_inset
31548
31549 CO2
31550 \begin_inset ERT
31551 status collapsed
31552
31553 \begin_layout Plain Layout
31554
31555
31556 \backslash
31557 spce 
31558 \end_layout
31559
31560 \end_inset
31561
31562 +
31563 \begin_inset ERT
31564 status collapsed
31565
31566 \begin_layout Plain Layout
31567
31568
31569 \backslash
31570 spce 
31571 \end_layout
31572
31573 \end_inset
31574
31575 C
31576 \begin_inset ERT
31577 status collapsed
31578
31579 \begin_layout Plain Layout
31580
31581
31582 \backslash
31583 spce 
31584 \end_layout
31585
31586 \end_inset
31587
31588 <=>
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 2CO
31602 \end_layout
31603
31604 \end_inset
31605 </cell>
31606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31607 \begin_inset Text
31608
31609 \begin_layout Plain Layout
31610 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31611 \end_inset
31612
31613
31614 \end_layout
31615
31616 \end_inset
31617 </cell>
31618 </row>
31619 <row>
31620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31621 \begin_inset Text
31622
31623 \begin_layout Plain Layout
31624
31625 \backslash
31626 ce
31627 \begin_inset ERT
31628 status collapsed
31629
31630 \begin_layout Plain Layout
31631
31632
31633 \backslash
31634 spce 
31635 \end_layout
31636
31637 \end_inset
31638
31639 CO2
31640 \begin_inset ERT
31641 status collapsed
31642
31643 \begin_layout Plain Layout
31644
31645
31646 \backslash
31647 spce 
31648 \end_layout
31649
31650 \end_inset
31651
31652 +
31653 \begin_inset ERT
31654 status collapsed
31655
31656 \begin_layout Plain Layout
31657
31658
31659 \backslash
31660 spce 
31661 \end_layout
31662
31663 \end_inset
31664
31665 C
31666 \begin_inset ERT
31667 status collapsed
31668
31669 \begin_layout Plain Layout
31670
31671
31672 \backslash
31673 spce 
31674 \end_layout
31675
31676 \end_inset
31677
31678 ->[
31679 \backslash
31680 alpha][
31681 \backslash
31682 beta]
31683 \begin_inset ERT
31684 status collapsed
31685
31686 \begin_layout Plain Layout
31687
31688
31689 \backslash
31690 spce 
31691 \end_layout
31692
31693 \end_inset
31694
31695 2CO}
31696 \end_layout
31697
31698 \end_inset
31699 </cell>
31700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31701 \begin_inset Text
31702
31703 \begin_layout Plain Layout
31704 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31705 \end_inset
31706
31707
31708 \end_layout
31709
31710 \end_inset
31711 </cell>
31712 </row>
31713 </lyxtabular>
31714
31715 \end_inset
31716
31717
31718 \end_layout
31719
31720 \begin_layout Standard
31721 \begin_inset Note Greyedout
31722 status open
31723
31724 \begin_layout Plain Layout
31725
31726 \series bold
31727 Note:
31728 \series default
31729  Inserting a formula to a 
31730 \series bold
31731
31732 \backslash
31733 ce
31734 \series default
31735  box will lead to LaTeX errors.
31736  In this case TeX code has to be used like for 
31737 \series bold
31738
31739 \backslash
31740 ce{$
31741 \backslash
31742 mu
31743 \backslash
31744 hyphen$Cl}
31745 \series default
31746
31747 \begin_inset ERT
31748 status collapsed
31749
31750 \begin_layout Plain Layout
31751
31752
31753 \backslash
31754 ce{$
31755 \backslash
31756 mu
31757 \backslash
31758 hyphen$Cl}
31759 \end_layout
31760
31761 \end_inset
31762
31763  
31764 \end_layout
31765
31766 \end_inset
31767
31768
31769 \end_layout
31770
31771 \begin_layout Standard
31772 Using 
31773 \series bold
31774
31775 \backslash
31776 ce
31777 \series default
31778  the command for equation
31779 \begin_inset space ~
31780 \end_inset
31781
31782
31783 \begin_inset CommandInset ref
31784 LatexCommand eqref
31785 reference "eq:chem-reaction"
31786
31787 \end_inset
31788
31789  is:
31790 \begin_inset Newline newline
31791 \end_inset
31792
31793
31794 \series bold
31795  
31796 \backslash
31797 ce
31798 \begin_inset ERT
31799 status collapsed
31800
31801 \begin_layout Plain Layout
31802
31803
31804 \backslash
31805 spce 
31806 \end_layout
31807
31808 \end_inset
31809
31810 2Na+
31811 \begin_inset ERT
31812 status collapsed
31813
31814 \begin_layout Plain Layout
31815
31816
31817 \backslash
31818 spce 
31819 \end_layout
31820
31821 \end_inset
31822
31823 +
31824 \begin_inset ERT
31825 status collapsed
31826
31827 \begin_layout Plain Layout
31828
31829
31830 \backslash
31831 spce 
31832 \end_layout
31833
31834 \end_inset
31835
31836 SO4^2-
31837 \begin_inset ERT
31838 status collapsed
31839
31840 \begin_layout Plain Layout
31841
31842
31843 \backslash
31844 spce 
31845 \end_layout
31846
31847 \end_inset
31848
31849
31850 \begin_inset ERT
31851 status collapsed
31852
31853 \begin_layout Plain Layout
31854
31855
31856 \backslash
31857 spce 
31858 \end_layout
31859
31860 \end_inset
31861
31862 ->
31863 \begin_inset ERT
31864 status collapsed
31865
31866 \begin_layout Plain Layout
31867
31868
31869 \backslash
31870 spce 
31871 \end_layout
31872
31873 \end_inset
31874
31875 Na2SO4
31876 \end_layout
31877
31878 \begin_layout Standard
31879 To create multiline chemical equations first a multiline formula is created
31880  as described in 
31881 \begin_inset CommandInset ref
31882 LatexCommand ref
31883 reference "sec:Multiline-Formulas"
31884
31885 \end_inset
31886
31887 .
31888  Afterwards the command 
31889 \series bold
31890
31891 \backslash
31892 ce
31893 \series default
31894  is used in every small blue box of the formula.
31895  
31896 \begin_inset CommandInset ref
31897 LatexCommand eqref
31898 reference "eq:TEOS-reaction-1"
31899
31900 \end_inset
31901
31902  and 
31903 \begin_inset CommandInset ref
31904 LatexCommand eqref
31905 reference "eq:TEOS-reaction-2"
31906
31907 \end_inset
31908
31909  are an example of a multi-stage chemical reaction where every equation
31910  has its own number.
31911 \begin_inset Formula \begin{eqnarray}
31912 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31913 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}\end{eqnarray}
31914
31915 \end_inset
31916
31917
31918 \end_layout
31919
31920 \begin_layout Standard
31921 Besides 
31922 \series bold
31923
31924 \backslash
31925 ce
31926 \series default
31927  the 
31928 \series bold
31929 mhchem
31930 \series default
31931  package provides the command 
31932 \series bold
31933
31934 \backslash
31935 cf
31936 \series default
31937
31938 \begin_inset Index
31939 status collapsed
31940
31941 \begin_layout Plain Layout
31942 Commands ! C ! 
31943 \backslash
31944 cf
31945 \end_layout
31946
31947 \end_inset
31948
31949  that has to be used for special cases.
31950  For more information about 
31951 \series bold
31952
31953 \backslash
31954 cf
31955 \series default
31956  and more examples have a look at the documentation of 
31957 \series bold
31958 mhchem
31959 \series default
31960
31961 \begin_inset CommandInset citation
31962 LatexCommand cite
31963 key "mhchem"
31964
31965 \end_inset
31966
31967 .
31968 \end_layout
31969
31970 \begin_layout Standard
31971 \begin_inset ERT
31972 status collapsed
31973
31974 \begin_layout Plain Layout
31975
31976
31977 \backslash
31978 else
31979 \end_layout
31980
31981 \end_inset
31982
31983
31984 \begin_inset Note Note
31985 status open
31986
31987 \begin_layout Plain Layout
31988 The following will be displayed when the LaTeX-package 
31989 \series bold
31990 mhchem
31991 \series default
31992  is not installed:
31993 \end_layout
31994
31995 \end_inset
31996
31997
31998 \end_layout
31999
32000 \begin_layout Standard
32001 You need to install the package 
32002 \series bold
32003 mhchem
32004 \series default
32005  to see the content of this section in the output.
32006 \end_layout
32007
32008 \begin_layout Standard
32009 \begin_inset ERT
32010 status collapsed
32011
32012 \begin_layout Plain Layout
32013
32014
32015 \backslash
32016 fi
32017 \end_layout
32018
32019 \end_inset
32020
32021
32022 \end_layout
32023
32024 \begin_layout Section
32025 Diagrams
32026 \end_layout
32027
32028 \begin_layout Standard
32029 LyX supports two types of commutative diagrams: 
32030 \series bold
32031 amscd
32032 \series default
32033  and 
32034 \series bold
32035 xymatrix
32036 \series default
32037  that are explained in the following.
32038 \end_layout
32039
32040 \begin_layout Subsection
32041 Amscd Diagrams
32042 \begin_inset Index
32043 status collapsed
32044
32045 \begin_layout Plain Layout
32046 Diagrams ! amscd
32047 \end_layout
32048
32049 \end_inset
32050
32051
32052 \end_layout
32053
32054 \begin_layout Standard
32055 Diagrams of this type visualize relations by vertical and horizontal lines
32056  or arrows:
32057 \begin_inset Formula \[
32058 \begin{CD}A@>>>B@>>>C\\
32059 @AAA@.@VVV\\
32060 F@<<<E@<<<D\end{CD}\]
32061
32062 \end_inset
32063
32064
32065 \end_layout
32066
32067 \begin_layout Standard
32068 To get them, the command 
32069 \series bold
32070
32071 \backslash
32072 CD
32073 \begin_inset Index
32074 status collapsed
32075
32076 \begin_layout Plain Layout
32077 Commands ! C ! 
32078 \backslash
32079 CD
32080 \end_layout
32081
32082 \end_inset
32083
32084
32085 \series default
32086  is inserted to a formula.
32087  A blue box appears with two dashed lines where further commands can be
32088  inserted.
32089  With 
32090 \begin_inset Info
32091 type  "shortcut"
32092 arg   "newline-insert newline"
32093 \end_inset
32094
32095  a new line is created.
32096  Horizontal relations are inserted in odd, vertical in even formula lines.
32097 \end_layout
32098
32099 \begin_layout Standard
32100 To create the relations there are the following commands:
32101 \end_layout
32102
32103 \begin_layout Itemize
32104
32105 \series bold
32106 @<<<
32107 \series default
32108  creates a left arrow, 
32109 \series bold
32110 @>>>
32111 \series default
32112  a right arrow, and 
32113 \series bold
32114 @=
32115 \series default
32116  a long equal sign
32117 \end_layout
32118
32119 \begin_layout Itemize
32120
32121 \series bold
32122 @AAA
32123 \series default
32124  creates an up arrow, 
32125 \series bold
32126 @VVV
32127 \series default
32128  an down arrow, and 
32129 \series bold
32130 @|
32131 \series default
32132  a vertical equal sign
32133 \end_layout
32134
32135 \begin_layout Itemize
32136
32137 \series bold
32138 @.
32139
32140 \series default
32141  is a placeholder for non-existent relations
32142 \end_layout
32143
32144 \begin_layout Standard
32145 All arrows can be labeled as follows:
32146 \end_layout
32147
32148 \begin_layout Itemize
32149 Is text inserted between the first and second < or >, resp., it is placed
32150  above the arrow.
32151  When it is inserted between the second and third one, it appears under
32152  the arrow.
32153 \end_layout
32154
32155 \begin_layout Itemize
32156 When text for vertical arrows is inserted between the first and second A
32157  or V, resp., it is placed left beside the arrow.
32158  When it is inserted between the second and third one, it appears right
32159  beside the arrow.
32160  If the text contains an A or V, these letters must be set into a TeX-brace.
32161 \end_layout
32162
32163 \begin_layout Standard
32164 As example a diagram with all possible relations:
32165 \end_layout
32166
32167 \begin_layout Standard
32168 \begin_inset Formula \[
32169 \begin{CD}A@>j>>B@>>k>C@=F\\
32170 @AmAA@.@VV{V}V@|\\
32171 D@<<j<E@>k>>F@=C\end{CD}\]
32172
32173 \end_inset
32174
32175
32176 \end_layout
32177
32178 \begin_layout Standard
32179 The command for this is:
32180 \begin_inset Newline newline
32181 \end_inset
32182
32183
32184 \series bold
32185
32186 \backslash
32187 CD
32188 \begin_inset ERT
32189 status collapsed
32190
32191 \begin_layout Plain Layout
32192
32193
32194 \backslash
32195 spce 
32196 \end_layout
32197
32198 \end_inset
32199
32200 A@>j>>B@>>k>C@=F Ctrl+Return
32201 \begin_inset Newline newline
32202 \end_inset
32203
32204
32205 \begin_inset ERT
32206 status collapsed
32207
32208 \begin_layout Plain Layout
32209
32210
32211 \backslash
32212 hphantom{
32213 \end_layout
32214
32215 \end_inset
32216
32217
32218 \backslash
32219 CD
32220 \begin_inset ERT
32221 status collapsed
32222
32223 \begin_layout Plain Layout
32224
32225
32226 \backslash
32227 spce 
32228 \end_layout
32229
32230 \end_inset
32231
32232
32233 \begin_inset ERT
32234 status collapsed
32235
32236 \begin_layout Plain Layout
32237
32238 }
32239 \end_layout
32240
32241 \end_inset
32242
32243 @AmAA@.@VV
32244 \backslash
32245 {V
32246 \series default
32247
32248 \begin_inset Formula $\to$
32249 \end_inset
32250
32251
32252 \series bold
32253 V@| Ctrl+Return
32254 \begin_inset Newline newline
32255 \end_inset
32256
32257
32258 \begin_inset ERT
32259 status collapsed
32260
32261 \begin_layout Plain Layout
32262
32263
32264 \backslash
32265 hphantom{
32266 \end_layout
32267
32268 \end_inset
32269
32270
32271 \backslash
32272 CD
32273 \begin_inset ERT
32274 status collapsed
32275
32276 \begin_layout Plain Layout
32277
32278
32279 \backslash
32280 spce 
32281 \end_layout
32282
32283 \end_inset
32284
32285
32286 \begin_inset ERT
32287 status collapsed
32288
32289 \begin_layout Plain Layout
32290
32291 }
32292 \end_layout
32293
32294 \end_inset
32295
32296 D@<<j<E@>k>>F@=C
32297 \end_layout
32298
32299 \begin_layout Subsection
32300 Xymatrix Diagrams
32301 \begin_inset Index
32302 status collapsed
32303
32304 \begin_layout Plain Layout
32305 Diagrams ! xymatrix
32306 \end_layout
32307
32308 \end_inset
32309
32310
32311 \end_layout
32312
32313 \begin_layout Standard
32314 To be able to use xymatrices, the LaTeX-package 
32315 \series bold
32316 xypic
32317 \series default
32318  must be installed.
32319  A xymatrix is created by inserting the command 
32320 \series bold
32321
32322 \backslash
32323 xymatrix
32324 \series default
32325  in a formula.
32326  Then you are able to add new matrix columns and rows like for normal matrices,
32327  see 
32328 \begin_inset CommandInset ref
32329 LatexCommand ref
32330 reference "sec:Matrices"
32331
32332 \end_inset
32333
32334 .
32335 \end_layout
32336
32337 \begin_layout Standard
32338 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32339  and much more.
32340  All possibilities to create commutative diagrams and decorations are explained
32341  in detail in the 
32342 \emph on
32343 XY-pic manual
32344 \emph default
32345  that you find in the menu 
32346 \family sans
32347 Help\SpecialChar \menuseparator
32348 Specific
32349 \begin_inset space ~
32350 \end_inset
32351
32352 Manuals\SpecialChar \menuseparator
32353 XY-pic
32354 \begin_inset space ~
32355 \end_inset
32356
32357 Manual
32358 \family default
32359 .
32360 \end_layout
32361
32362 \begin_layout Standard
32363 \begin_inset Newpage newpage
32364 \end_inset
32365
32366
32367 \end_layout
32368
32369 \begin_layout Section
32370 User-defined Commands
32371 \begin_inset Index
32372 status collapsed
32373
32374 \begin_layout Plain Layout
32375 User-defined commands
32376 \end_layout
32377
32378 \end_inset
32379
32380
32381 \end_layout
32382
32383 \begin_layout Standard
32384 \begin_inset Note Greyedout
32385 status open
32386
32387 \begin_layout Plain Layout
32388
32389 \series bold
32390 Note:
32391 \series default
32392  The names of user-defined commands and macros may only consist of Latin
32393  letters.
32394 \end_layout
32395
32396 \end_inset
32397
32398
32399 \end_layout
32400
32401 \begin_layout Subsection
32402 The Command 
32403 \backslash
32404 newcommand
32405 \begin_inset CommandInset label
32406 LatexCommand label
32407 name "sub:The-Command-newcommand"
32408
32409 \end_inset
32410
32411
32412 \begin_inset Index
32413 status collapsed
32414
32415 \begin_layout Plain Layout
32416 User-defined commands ! 
32417 \backslash
32418 newcommand
32419 \end_layout
32420
32421 \end_inset
32422
32423
32424 \begin_inset Index
32425 status collapsed
32426
32427 \begin_layout Plain Layout
32428 Commands ! N ! 
32429 \backslash
32430 newcommand
32431 \end_layout
32432
32433 \end_inset
32434
32435
32436 \end_layout
32437
32438 \begin_layout Standard
32439 Many LaTeX-commands are too long to be used frequently.
32440  But it is possible to define with the command 
32441 \series bold
32442
32443 \backslash
32444 newcommand
32445 \series default
32446  new shorter commands.
32447 \end_layout
32448
32449 \begin_layout Standard
32450 The command scheme of 
32451 \series bold
32452
32453 \backslash
32454 newcommand
32455 \series default
32456  is:
32457 \end_layout
32458
32459 \begin_layout Standard
32460
32461 \series bold
32462
32463 \backslash
32464 newcommand{new command name}[number of arguments][optional
32465 \series default
32466  
32467 \series bold
32468 value]
32469 \begin_inset Newline newline
32470 \end_inset
32471
32472
32473 \begin_inset ERT
32474 status collapsed
32475
32476 \begin_layout Plain Layout
32477
32478
32479 \backslash
32480 phantom{
32481 \end_layout
32482
32483 \end_inset
32484
32485
32486 \backslash
32487 newcommand
32488 \begin_inset ERT
32489 status collapsed
32490
32491 \begin_layout Plain Layout
32492
32493 }
32494 \end_layout
32495
32496 \end_inset
32497
32498 {command definition}
32499 \end_layout
32500
32501 \begin_layout Standard
32502 \begin_inset Note Greyedout
32503 status open
32504
32505 \begin_layout Plain Layout
32506
32507 \series bold
32508 Note:
32509 \series default
32510  Assure that the name of the new command is not already used in your document
32511  or by LaTeX-packages that you use.
32512  When you for example define the command 
32513 \series bold
32514
32515 \backslash
32516 le
32517 \series default
32518  for 
32519 \series bold
32520
32521 \backslash
32522 Leftarrow
32523 \series default
32524 , you get an error message because 
32525 \series bold
32526
32527 \backslash
32528 le
32529 \series default
32530  is already defined as command for 
32531 \begin_inset Quotes eld
32532 \end_inset
32533
32534
32535 \begin_inset Formula $\le$
32536 \end_inset
32537
32538
32539 \begin_inset Quotes erd
32540 \end_inset
32541
32542 .
32543 \end_layout
32544
32545 \end_inset
32546
32547
32548 \end_layout
32549
32550 \begin_layout Standard
32551 The number of arguments is an integer in the range 0
32552 \begin_inset space \thinspace{}
32553 \end_inset
32554
32555 -
32556 \begin_inset space \thinspace{}
32557 \end_inset
32558
32559 9 and specifies how many arguments the new command should have.
32560  With the optional value a value for an optional argument can be predefined.
32561  When this is done, the 
32562 \emph on
32563 first
32564 \emph default
32565  
32566 \emph on
32567 a
32568 \emph default
32569 rgument of the new command is automatically an optional one.
32570 \end_layout
32571
32572 \begin_layout Standard
32573 Here are some examples:
32574 \end_layout
32575
32576 \begin_layout Itemize
32577 To define the command 
32578 \series bold
32579
32580 \backslash
32581 gr
32582 \series default
32583  for 
32584 \series bold
32585
32586 \backslash
32587 Longrightarrow
32588 \series default
32589 , the LaTeX-preamble line is:
32590 \begin_inset VSpace medskip
32591 \end_inset
32592
32593
32594 \begin_inset Newline newline
32595 \end_inset
32596
32597
32598 \series bold
32599
32600 \backslash
32601 newcommand{
32602 \backslash
32603 gr}{
32604 \backslash
32605 Longrightarrow}
32606 \end_layout
32607
32608 \begin_layout Itemize
32609 To define the command 
32610 \series bold
32611
32612 \backslash
32613 us
32614 \series default
32615  for 
32616 \series bold
32617
32618 \backslash
32619 underline
32620 \series default
32621 , the argument (that should be underlined) must be taken into account.
32622  For this the preamble line is:
32623 \begin_inset VSpace medskip
32624 \end_inset
32625
32626
32627 \begin_inset Newline newline
32628 \end_inset
32629
32630
32631 \series bold
32632
32633 \backslash
32634 newcommand{
32635 \backslash
32636 us}[1]{
32637 \backslash
32638 underline{#1}}
32639 \series default
32640
32641 \begin_inset VSpace medskip
32642 \end_inset
32643
32644
32645 \begin_inset Newline newline
32646 \end_inset
32647
32648 The character 
32649 \series bold
32650 #
32651 \series default
32652  acts as argument placeholder, the 
32653 \series bold
32654 1
32655 \series default
32656  behind it denotes that it is the placeholder for the first argument.
32657 \end_layout
32658
32659 \begin_layout Itemize
32660 For 
32661 \series bold
32662
32663 \backslash
32664 framebox
32665 \series default
32666  one can e.
32667 \begin_inset space \thinspace{}
32668 \end_inset
32669
32670 g.
32671 \begin_inset space \space{}
32672 \end_inset
32673
32674 define the command 
32675 \series bold
32676
32677 \backslash
32678 fb
32679 \series default
32680 :
32681 \begin_inset VSpace medskip
32682 \end_inset
32683
32684
32685 \begin_inset Newline newline
32686 \end_inset
32687
32688
32689 \series bold
32690
32691 \backslash
32692 newcommand{
32693 \backslash
32694 fb}[3]{
32695 \backslash
32696 framebox#1#2{$#3$}}
32697 \series default
32698
32699 \begin_inset VSpace medskip
32700 \end_inset
32701
32702
32703 \begin_inset Newline newline
32704 \end_inset
32705
32706 The two Dollar signs creates the extra formula needed for 
32707 \series bold
32708
32709 \backslash
32710 framebox
32711 \series default
32712 , see 
32713 \begin_inset CommandInset ref
32714 LatexCommand ref
32715 reference "sub:Boxes-with-Frame"
32716
32717 \end_inset
32718
32719 .
32720 \end_layout
32721
32722 \begin_layout Itemize
32723 To create a new command for 
32724 \series bold
32725
32726 \backslash
32727 fcolorbox
32728 \series default
32729  where the color for the box needn't to be specified, the argument for the
32730  color is defined optional:
32731 \begin_inset VSpace medskip
32732 \end_inset
32733
32734
32735 \begin_inset Newline newline
32736 \end_inset
32737
32738
32739 \series bold
32740
32741 \backslash
32742 newcommand{
32743 \backslash
32744 cb}[3][white]{
32745 \backslash
32746 fcolorbox{#2}{#1}{$#3$}}
32747 \series default
32748
32749 \begin_inset VSpace medskip
32750 \end_inset
32751
32752
32753 \begin_inset Newline newline
32754 \end_inset
32755
32756 When the color is not specified when using 
32757 \series bold
32758
32759 \backslash
32760 cb
32761 \series default
32762 , the predefined color 
32763 \series bold
32764 white
32765 \series default
32766  will be used.
32767 \end_layout
32768
32769 \begin_layout Standard
32770 A test of the new defined commands:
32771 \end_layout
32772
32773 \begin_layout Standard
32774 \align center
32775 \begin_inset Tabular
32776 <lyxtabular version="3" rows="6" columns="2">
32777 <features>
32778 <column alignment="center" valignment="top" width="0">
32779 <column alignment="center" valignment="top" width="0">
32780 <row>
32781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32782 \begin_inset Text
32783
32784 \begin_layout Plain Layout
32785 Command
32786 \end_layout
32787
32788 \end_inset
32789 </cell>
32790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32791 \begin_inset Text
32792
32793 \begin_layout Plain Layout
32794 Result
32795 \begin_inset Note Note
32796 status collapsed
32797
32798 \begin_layout Plain Layout
32799
32800 \series bold
32801
32802 \backslash
32803 raisebox
32804 \series default
32805  is only used as spacer.
32806 \end_layout
32807
32808 \end_inset
32809
32810
32811 \end_layout
32812
32813 \end_inset
32814 </cell>
32815 </row>
32816 <row>
32817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32818 \begin_inset Text
32819
32820 \begin_layout Plain Layout
32821 A
32822 \backslash
32823 gr
32824 \begin_inset ERT
32825 status collapsed
32826
32827 \begin_layout Plain Layout
32828
32829
32830 \backslash
32831 spce 
32832 \end_layout
32833
32834 \end_inset
32835
32836 B
32837 \end_layout
32838
32839 \end_inset
32840 </cell>
32841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32842 \begin_inset Text
32843
32844 \begin_layout Plain Layout
32845 \begin_inset Formula $A\gr B$
32846 \end_inset
32847
32848
32849 \end_layout
32850
32851 \end_inset
32852 </cell>
32853 </row>
32854 <row>
32855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32856 \begin_inset Text
32857
32858 \begin_layout Plain Layout
32859
32860 \backslash
32861 us{ABcd
32862 \end_layout
32863
32864 \end_inset
32865 </cell>
32866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32867 \begin_inset Text
32868
32869 \begin_layout Plain Layout
32870 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32871 \end_inset
32872
32873
32874 \end_layout
32875
32876 \end_inset
32877 </cell>
32878 </row>
32879 <row>
32880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32881 \begin_inset Text
32882
32883 \begin_layout Plain Layout
32884
32885 \backslash
32886 fb{[2cm]
32887 \begin_inset Formula $\to$
32888 \end_inset
32889
32890
32891 \backslash
32892 {
32893 \begin_inset Formula $\to$
32894 \end_inset
32895
32896
32897 \backslash
32898 {
32899 \backslash
32900 int
32901 \begin_inset ERT
32902 status collapsed
32903
32904 \begin_layout Plain Layout
32905
32906
32907 \backslash
32908 spce 
32909 \end_layout
32910
32911 \end_inset
32912
32913 A=B
32914 \end_layout
32915
32916 \end_inset
32917 </cell>
32918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32919 \begin_inset Text
32920
32921 \begin_layout Plain Layout
32922 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32923 \end_inset
32924
32925
32926 \end_layout
32927
32928 \end_inset
32929 </cell>
32930 </row>
32931 <row>
32932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32933 \begin_inset Text
32934
32935 \begin_layout Plain Layout
32936
32937 \backslash
32938 cb{red
32939 \begin_inset Formula $\to$
32940 \end_inset
32941
32942
32943 \backslash
32944 {
32945 \backslash
32946 int
32947 \begin_inset ERT
32948 status collapsed
32949
32950 \begin_layout Plain Layout
32951
32952
32953 \backslash
32954 spce 
32955 \end_layout
32956
32957 \end_inset
32958
32959 A=B
32960 \end_layout
32961
32962 \end_inset
32963 </cell>
32964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32965 \begin_inset Text
32966
32967 \begin_layout Plain Layout
32968 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32969 \end_inset
32970
32971
32972 \end_layout
32973
32974 \end_inset
32975 </cell>
32976 </row>
32977 <row>
32978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32979 \begin_inset Text
32980
32981 \begin_layout Plain Layout
32982
32983 \backslash
32984 cb[green]
32985 \backslash
32986 {red
32987 \begin_inset Formula $\to$
32988 \end_inset
32989
32990
32991 \backslash
32992 {
32993 \backslash
32994 int
32995 \begin_inset ERT
32996 status collapsed
32997
32998 \begin_layout Plain Layout
32999
33000
33001 \backslash
33002 spce 
33003 \end_layout
33004
33005 \end_inset
33006
33007 A=B
33008 \end_layout
33009
33010 \end_inset
33011 </cell>
33012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33013 \begin_inset Text
33014
33015 \begin_layout Plain Layout
33016 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33017 \end_inset
33018
33019
33020 \end_layout
33021
33022 \end_inset
33023 </cell>
33024 </row>
33025 </lyxtabular>
33026
33027 \end_inset
33028
33029
33030 \end_layout
33031
33032 \begin_layout Subsection
33033 Math Macros
33034 \begin_inset Index
33035 status collapsed
33036
33037 \begin_layout Plain Layout
33038 User-defined commands! Math macros
33039 \end_layout
33040
33041 \end_inset
33042
33043
33044 \begin_inset Index
33045 status collapsed
33046
33047 \begin_layout Plain Layout
33048 Macros
33049 \end_layout
33050
33051 \end_inset
33052
33053
33054 \end_layout
33055
33056 \begin_layout Standard
33057 User-defined commands are especially convenient for complex expressions.
33058  When you are for example dealing in a document with quadratic equations,
33059  the same solution type occurs several times.
33060  The general form of a quadratic equation is
33061 \begin_inset Formula \[
33062 0=\lambda^{2}+p\lambda+q\]
33063
33064 \end_inset
33065
33066 The general form of the solution is
33067 \begin_inset Formula \[
33068 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
33069
33070 \end_inset
33071
33072
33073 \end_layout
33074
33075 \begin_layout Standard
33076 To define a command for the solution formula where only the three parameters
33077  
33078 \begin_inset Formula $\lambda$
33079 \end_inset
33080
33081
33082 \begin_inset Formula $p$
33083 \end_inset
33084
33085 , and 
33086 \begin_inset Formula $q$
33087 \end_inset
33088
33089  need to be specified and the index of 
33090 \begin_inset Formula $\lambda$
33091 \end_inset
33092
33093  can be given optionally, the LaTeX-preamble line is
33094 \begin_inset Newline newline
33095 \end_inset
33096
33097
33098 \series bold
33099
33100 \backslash
33101 newcommand{
33102 \backslash
33103 qG}[4][1,
33104 \backslash
33105 ,2]{#2_{#1}=-
33106 \backslash
33107 frac{#3}{2}
33108 \backslash
33109 pm
33110 \begin_inset Newline newline
33111 \end_inset
33112
33113
33114 \begin_inset ERT
33115 status collapsed
33116
33117 \begin_layout Plain Layout
33118
33119
33120 \backslash
33121 hphantom{
33122 \end_layout
33123
33124 \end_inset
33125
33126
33127 \backslash
33128 newcommand
33129 \begin_inset ERT
33130 status collapsed
33131
33132 \begin_layout Plain Layout
33133
33134 }
33135 \end_layout
33136
33137 \end_inset
33138
33139
33140 \backslash
33141 sqrt{
33142 \backslash
33143 frac{#3^{2}}{4}-#4}}
33144 \end_layout
33145
33146 \begin_layout Standard
33147 To create with this the solution formula, the command
33148 \begin_inset Newline newline
33149 \end_inset
33150
33151
33152 \series bold
33153
33154 \backslash
33155 qG{
33156 \backslash
33157 lambda
33158 \begin_inset Formula $\to$
33159 \end_inset
33160
33161
33162 \backslash
33163 {p
33164 \begin_inset Formula $\to$
33165 \end_inset
33166
33167
33168 \backslash
33169 {q
33170 \series default
33171  is inserted to a formula
33172 \series bold
33173 .
33174 \end_layout
33175
33176 \begin_layout Standard
33177 The definition of the new command is unintuitive because one has to know
33178  the schemes of all used LaTeX commands, e.
33179 \begin_inset space \thinspace{}
33180 \end_inset
33181
33182 g.
33183 \begin_inset space \space{}
33184 \end_inset
33185
33186 that a fraction is inserted in LaTeX as 
33187 \series bold
33188
33189 \backslash
33190 frac{numerator}{denominator}
33191 \series default
33192 .
33193  Furthermore one can easily forget a brace in the definition and cannot
33194  see in LyX what the new command is doing.
33195  To avoid these problems LyX offers the possibility to use math macros instead
33196  of the command 
33197 \series bold
33198
33199 \backslash
33200 newcommand
33201 \series default
33202 .
33203 \end_layout
33204
33205 \begin_layout Standard
33206 A math macro is created by using the menu 
33207 \family sans
33208 Insert\SpecialChar \menuseparator
33209 Math\SpecialChar \menuseparator
33210 Macro
33211 \family default
33212  or the toolbar button 
33213 \begin_inset Graphics
33214         filename ../images/math-macro_newmacroname_newcommand.png
33215         scale 85
33216
33217 \end_inset
33218
33219 .
33220  The math macro toolbar appears together with the following box where the
33221  macro is defined:
33222 \begin_inset Newline newline
33223 \end_inset
33224
33225
33226 \begin_inset space \hspace*{\fill}
33227 \end_inset
33228
33229
33230 \begin_inset Graphics
33231         filename clipart/macrobox.png
33232
33233 \end_inset
33234
33235
33236 \begin_inset space \hspace*{\fill}
33237 \end_inset
33238
33239
33240 \begin_inset Newline newline
33241 \end_inset
33242
33243
33244 \begin_inset FormulaMacro
33245 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33246 \end_inset
33247
33248
33249 \backslash
33250 newmacroname is the default name of the macro that should be changed to
33251  something sensible.
33252  The wanted formula is inserted in the first blue box.
33253  An argument placeholder is inserted with the command 
33254 \series bold
33255
33256 \backslash
33257 #argumentnumber
33258 \series default
33259 , e.
33260 \begin_inset space \thinspace{}
33261 \end_inset
33262
33263 g
33264 \begin_inset space \space{}
33265 \end_inset
33266
33267
33268 \series bold
33269
33270 \backslash
33271 #1
33272 \series default
33273  or by using the macro toolbar button 
33274 \begin_inset Graphics
33275         filename ../images/math-macro-add-param.png
33276         scale 85
33277
33278 \end_inset
33279
33280 .
33281  Argument placeholders are displayed red.
33282  Maximum 9 arguments are possible.
33283  Optional arguments are created with the toolbar button 
33284 \begin_inset Graphics
33285         filename ../images/math-macro-add-optional-param.png
33286         scale 85
33287
33288 \end_inset
33289
33290 .
33291  The first non-optional argument can be transformed to an optional one with
33292  the toolbar button 
33293 \begin_inset Graphics
33294         filename ../images/math-macro-make-optional.png
33295         scale 85
33296
33297 \end_inset
33298
33299 .
33300  In the second blue box the appearance of the macro in LyX can be defined.
33301  Normally you want to see it as it is defined, so the box is kept empty.
33302  But when you have created a macro that needs lot of space on the screen,
33303  you can insert in the box for example
33304 \begin_inset Newline newline
33305 \end_inset
33306
33307
33308 \series bold
33309 qG: 
33310 \backslash
33311 #1
33312 \series default
33313  
33314 \series bold
33315 ,
33316 \series default
33317  
33318 \series bold
33319
33320 \backslash
33321 #2
33322 \series default
33323  
33324 \series bold
33325 ,
33326 \series default
33327  
33328 \series bold
33329
33330 \backslash
33331 #3, 
33332 \backslash
33333 #4
33334 \begin_inset Newline newline
33335 \end_inset
33336
33337
33338 \series default
33339 For the macro only the arguments with the macro name in front of them will
33340  then be displayed in LyX, leading to a better overview.
33341  The formula appears in the output as defined in the first box.
33342 \begin_inset Newline newline
33343 \end_inset
33344
33345 The appearance of macros in formulas can furthermore be changed for single
33346  macros by setting the cursor in the macro and using the menu 
33347 \family sans
33348 View\SpecialChar \menuseparator
33349 (Un)fold
33350 \begin_inset space ~
33351 \end_inset
33352
33353 Math
33354 \begin_inset space ~
33355 \end_inset
33356
33357 Macro
33358 \family default
33359 .
33360 \end_layout
33361
33362 \begin_layout Standard
33363 To use a macro, the macro name is inserted as command to a formula, in our
33364  case 
33365 \series bold
33366
33367 \backslash
33368 qG
33369 \series default
33370 .
33371  Our macro looks in LyX like this:
33372 \begin_inset Newline newline
33373 \end_inset
33374
33375
33376 \begin_inset space \hspace*{\fill}
33377 \end_inset
33378
33379
33380 \begin_inset Graphics
33381         filename clipart/macrouse.png
33382
33383 \end_inset
33384
33385
33386 \begin_inset space \hspace*{\fill}
33387 \end_inset
33388
33389
33390 \begin_inset Newline newline
33391 \end_inset
33392
33393 Here is our macro example with the arguments 
33394 \begin_inset Formula $x$
33395 \end_inset
33396
33397
33398 \begin_inset Formula $\ln(x)$
33399 \end_inset
33400
33401 , and 
33402 \begin_inset Formula $B$
33403 \end_inset
33404
33405 :
33406 \end_layout
33407
33408 \begin_layout Standard
33409 \begin_inset Formula \[
33410 \qG x{\ln(x)}B\]
33411
33412 \end_inset
33413
33414
33415 \end_layout
33416
33417 \begin_layout Standard
33418 LyX offers in the menu 
33419 \family sans
33420 Tools\SpecialChar \menuseparator
33421 Preferences\SpecialChar \menuseparator
33422 Editing\SpecialChar \menuseparator
33423 Control
33424 \family default
33425  different styles to edit macros.
33426  To find the style that suits you the most, choose a style and set the cursor
33427  in a macro formula to see the difference.
33428 \end_layout
33429
33430 \begin_layout Standard
33431 A math macro is transformed internally to a 
33432 \series bold
33433
33434 \backslash
33435 newcommand
33436 \series default
33437  command when exporting the document.
33438  The created 
33439 \series bold
33440
33441 \backslash
33442 newcommand
33443 \series default
33444  command is not placed in the LaTeX-preamble, therefore macros can only
33445  be used in formulas that are in the document below the macro definition
33446  box.
33447 \end_layout
33448
33449 \begin_layout Standard
33450 Math macros can also be directly be created from a 
33451 \series bold
33452
33453 \backslash
33454 newcommand
33455 \series default
33456  command.
33457  When writing for example the command
33458 \series bold
33459
33460 \begin_inset Newline newline
33461 \end_inset
33462
33463
33464 \backslash
33465 newcommand{
33466 \backslash
33467 larrow}[2]{
33468 \backslash
33469 xleftarrow[#2]{#1}}
33470 \begin_inset Newline newline
33471 \end_inset
33472
33473
33474 \series default
33475 in LyX as normal text, highlighting it completely and using then the shortcut
33476  
33477 \family sans
33478 Ctrl+M
33479 \family default
33480 , the command will be transformed to a math macro.
33481  Using this method you need to be careful that the 
33482 \series bold
33483
33484 \backslash
33485 newcommand
33486 \series default
33487  command is typed correctly, otherwise you get a faulty macro leading to
33488  LaTeX errors.
33489 \end_layout
33490
33491 \begin_layout Standard
33492 Math macros currently yet have the problem that further formulas in macro
33493  definitions are handled wrongly.
33494  Therefore the example 
33495 \series bold
33496
33497 \backslash
33498 fb
33499 \series default
33500  from 
33501 \begin_inset CommandInset ref
33502 LatexCommand ref
33503 reference "sub:The-Command-newcommand"
33504
33505 \end_inset
33506
33507  cannot be created as macro.
33508 \end_layout
33509
33510 \begin_layout Standard
33511 When the cursor is in a macro definition box, you will see the macro toolbar
33512  in LyX:
33513 \end_layout
33514
33515 \begin_layout Standard
33516 \begin_inset VSpace defskip
33517 \end_inset
33518
33519
33520 \end_layout
33521
33522 \begin_layout Standard
33523 \begin_inset Graphics
33524         filename clipart/MacroToolbar.png
33525
33526 \end_inset
33527
33528
33529 \begin_inset Index
33530 status collapsed
33531
33532 \begin_layout Plain Layout
33533 Macros ! Toolbar
33534 \end_layout
33535
33536 \end_inset
33537
33538
33539 \end_layout
33540
33541 \begin_layout Standard
33542 \begin_inset VSpace defskip
33543 \end_inset
33544
33545
33546 \end_layout
33547
33548 \begin_layout Standard
33549 The macro toolbar contains from left to right the following buttons:
33550 \end_layout
33551
33552 \begin_layout Standard
33553 \begin_inset VSpace defskip
33554 \end_inset
33555
33556
33557 \end_layout
33558
33559 \begin_layout Standard
33560 \begin_inset Tabular
33561 <lyxtabular version="3" rows="9" columns="2">
33562 <features islongtable="true">
33563 <column alignment="left" valignment="top" width="0">
33564 <column alignment="left" valignment="top" width="85col%">
33565 <row interlinespace="2.5mm">
33566 <cell alignment="center" valignment="top" usebox="none">
33567 \begin_inset Text
33568
33569 \begin_layout Plain Layout
33570 \begin_inset Graphics
33571         filename ../images/math-macro-remove-param.png
33572         BoundingBox 0bp 5bp 20bp 25bp
33573         rotateOrigin center
33574
33575 \end_inset
33576
33577
33578 \end_layout
33579
33580 \end_inset
33581 </cell>
33582 <cell alignment="center" valignment="top" usebox="none">
33583 \begin_inset Text
33584
33585 \begin_layout Plain Layout
33586
33587 \family sans
33588 Edit\SpecialChar \menuseparator
33589 Math\SpecialChar \menuseparator
33590 Macro
33591 \begin_inset space ~
33592 \end_inset
33593
33594 Definition\SpecialChar \menuseparator
33595 Remove Last Argument
33596 \end_layout
33597
33598 \end_inset
33599 </cell>
33600 </row>
33601 <row interlinespace="2.5mm">
33602 <cell alignment="center" valignment="top" usebox="none">
33603 \begin_inset Text
33604
33605 \begin_layout Plain Layout
33606 \begin_inset Graphics
33607         filename ../images/math-macro-add-param.png
33608         BoundingBox 0bp 5bp 20bp 25bp
33609         rotateOrigin center
33610
33611 \end_inset
33612
33613
33614 \end_layout
33615
33616 \end_inset
33617 </cell>
33618 <cell alignment="center" valignment="top" usebox="none">
33619 \begin_inset Text
33620
33621 \begin_layout Plain Layout
33622
33623 \family sans
33624 Edit\SpecialChar \menuseparator
33625 Math\SpecialChar \menuseparator
33626 Macro
33627 \begin_inset space ~
33628 \end_inset
33629
33630 Definition\SpecialChar \menuseparator
33631 Append Argument
33632 \end_layout
33633
33634 \end_inset
33635 </cell>
33636 </row>
33637 <row interlinespace="2.5mm">
33638 <cell alignment="center" valignment="top" usebox="none">
33639 \begin_inset Text
33640
33641 \begin_layout Plain Layout
33642 \begin_inset Graphics
33643         filename ../images/math-macro-make-optional.png
33644         BoundingBox 0bp 5bp 20bp 25bp
33645         rotateOrigin center
33646
33647 \end_inset
33648
33649
33650 \end_layout
33651
33652 \end_inset
33653 </cell>
33654 <cell alignment="center" valignment="top" usebox="none">
33655 \begin_inset Text
33656
33657 \begin_layout Plain Layout
33658
33659 \family sans
33660 Edit\SpecialChar \menuseparator
33661 Math\SpecialChar \menuseparator
33662 Macro
33663 \begin_inset space ~
33664 \end_inset
33665
33666 Definition\SpecialChar \menuseparator
33667 Make First Non-Optional into
33668 \begin_inset Newline newline
33669 \end_inset
33670
33671
33672 \begin_inset ERT
33673 status collapsed
33674
33675 \begin_layout Plain Layout
33676
33677
33678 \backslash
33679 hphantom{
33680 \end_layout
33681
33682 \end_inset
33683
33684 Edit\SpecialChar \menuseparator
33685 Math\SpecialChar \menuseparator
33686 Macro
33687 \begin_inset space ~
33688 \end_inset
33689
33690 Definition\SpecialChar \menuseparator
33691
33692 \begin_inset ERT
33693 status collapsed
33694
33695 \begin_layout Plain Layout
33696
33697 }
33698 \end_layout
33699
33700 \end_inset
33701
33702 Optional Argument
33703 \end_layout
33704
33705 \end_inset
33706 </cell>
33707 </row>
33708 <row interlinespace="2.5mm">
33709 <cell alignment="center" valignment="top" usebox="none">
33710 \begin_inset Text
33711
33712 \begin_layout Plain Layout
33713 \begin_inset Graphics
33714         filename ../images/math-macro-make-nonoptional.png
33715         BoundingBox 0bp 5bp 20bp 25bp
33716         rotateOrigin center
33717
33718 \end_inset
33719
33720
33721 \end_layout
33722
33723 \end_inset
33724 </cell>
33725 <cell alignment="center" valignment="top" usebox="none">
33726 \begin_inset Text
33727
33728 \begin_layout Plain Layout
33729
33730 \family sans
33731 Edit\SpecialChar \menuseparator
33732 Math\SpecialChar \menuseparator
33733 Macro
33734 \begin_inset space ~
33735 \end_inset
33736
33737 Definition\SpecialChar \menuseparator
33738 Make Last Optional into
33739 \begin_inset Newline newline
33740 \end_inset
33741
33742
33743 \begin_inset ERT
33744 status collapsed
33745
33746 \begin_layout Plain Layout
33747
33748
33749 \backslash
33750 hphantom{
33751 \end_layout
33752
33753 \end_inset
33754
33755 Edit\SpecialChar \menuseparator
33756 Math\SpecialChar \menuseparator
33757 Macro
33758 \begin_inset space ~
33759 \end_inset
33760
33761 Definition\SpecialChar \menuseparator
33762
33763 \begin_inset ERT
33764 status collapsed
33765
33766 \begin_layout Plain Layout
33767
33768 }
33769 \end_layout
33770
33771 \end_inset
33772
33773 Non-Optional Argument
33774 \end_layout
33775
33776 \end_inset
33777 </cell>
33778 </row>
33779 <row interlinespace="2.5mm">
33780 <cell alignment="center" valignment="top" usebox="none">
33781 \begin_inset Text
33782
33783 \begin_layout Plain Layout
33784 \begin_inset Graphics
33785         filename ../images/math-macro-remove-optional-param.png
33786         BoundingBox 0bp 5bp 20bp 25bp
33787         rotateOrigin center
33788
33789 \end_inset
33790
33791
33792 \end_layout
33793
33794 \end_inset
33795 </cell>
33796 <cell alignment="center" valignment="top" usebox="none">
33797 \begin_inset Text
33798
33799 \begin_layout Plain Layout
33800
33801 \family sans
33802 Edit\SpecialChar \menuseparator
33803 Math\SpecialChar \menuseparator
33804 Macro
33805 \begin_inset space ~
33806 \end_inset
33807
33808 Definition\SpecialChar \menuseparator
33809 Remove Optional Argument
33810 \end_layout
33811
33812 \end_inset
33813 </cell>
33814 </row>
33815 <row interlinespace="2.5mm">
33816 <cell alignment="center" valignment="top" usebox="none">
33817 \begin_inset Text
33818
33819 \begin_layout Plain Layout
33820 \begin_inset Graphics
33821         filename ../images/math-macro-add-optional-param.png
33822         BoundingBox 0bp 5bp 20bp 25bp
33823         rotateOrigin center
33824
33825 \end_inset
33826
33827
33828 \end_layout
33829
33830 \end_inset
33831 </cell>
33832 <cell alignment="center" valignment="top" usebox="none">
33833 \begin_inset Text
33834
33835 \begin_layout Plain Layout
33836
33837 \family sans
33838 Edit\SpecialChar \menuseparator
33839 Math\SpecialChar \menuseparator
33840 Macro
33841 \begin_inset space ~
33842 \end_inset
33843
33844 Definition\SpecialChar \menuseparator
33845 Insert Optional Argument
33846 \end_layout
33847
33848 \end_inset
33849 </cell>
33850 </row>
33851 <row interlinespace="2.5mm">
33852 <cell alignment="center" valignment="top" usebox="none">
33853 \begin_inset Text
33854
33855 \begin_layout Plain Layout
33856 \begin_inset Graphics
33857         filename ../images/math-macro-remove-greedy-param.png
33858         BoundingBox 0bp 5bp 20bp 25bp
33859         rotateOrigin center
33860
33861 \end_inset
33862
33863
33864 \end_layout
33865
33866 \end_inset
33867 </cell>
33868 <cell alignment="center" valignment="top" usebox="none">
33869 \begin_inset Text
33870
33871 \begin_layout Plain Layout
33872
33873 \family sans
33874 Edit\SpecialChar \menuseparator
33875 Math\SpecialChar \menuseparator
33876 Macro
33877 \begin_inset space ~
33878 \end_inset
33879
33880 Definition\SpecialChar \menuseparator
33881 Remove Last Argument
33882 \begin_inset Newline newline
33883 \end_inset
33884
33885
33886 \begin_inset ERT
33887 status collapsed
33888
33889 \begin_layout Plain Layout
33890
33891
33892 \backslash
33893 hphantom{
33894 \end_layout
33895
33896 \end_inset
33897
33898 Edit\SpecialChar \menuseparator
33899 Math\SpecialChar \menuseparator
33900 Macro
33901 \begin_inset space ~
33902 \end_inset
33903
33904 Definition\SpecialChar \menuseparator
33905
33906 \begin_inset ERT
33907 status collapsed
33908
33909 \begin_layout Plain Layout
33910
33911 }
33912 \end_layout
33913
33914 \end_inset
33915
33916 Spitting Out To The Right
33917 \end_layout
33918
33919 \end_inset
33920 </cell>
33921 </row>
33922 <row interlinespace="2.5mm">
33923 <cell alignment="center" valignment="top" usebox="none">
33924 \begin_inset Text
33925
33926 \begin_layout Plain Layout
33927 \begin_inset Graphics
33928         filename ../images/math-macro-append-greedy-param.png
33929         BoundingBox 0bp 5bp 20bp 25bp
33930         rotateOrigin center
33931
33932 \end_inset
33933
33934
33935 \end_layout
33936
33937 \end_inset
33938 </cell>
33939 <cell alignment="center" valignment="top" usebox="none">
33940 \begin_inset Text
33941
33942 \begin_layout Plain Layout
33943
33944 \family sans
33945 Edit\SpecialChar \menuseparator
33946 Math\SpecialChar \menuseparator
33947 Macro
33948 \begin_inset space ~
33949 \end_inset
33950
33951 Definition\SpecialChar \menuseparator
33952 Append Argument
33953 \begin_inset Newline newline
33954 \end_inset
33955
33956
33957 \begin_inset ERT
33958 status collapsed
33959
33960 \begin_layout Plain Layout
33961
33962
33963 \backslash
33964 hphantom{
33965 \end_layout
33966
33967 \end_inset
33968
33969 Edit\SpecialChar \menuseparator
33970 Math\SpecialChar \menuseparator
33971 Macro
33972 \begin_inset space ~
33973 \end_inset
33974
33975 Definition\SpecialChar \menuseparator
33976
33977 \begin_inset ERT
33978 status collapsed
33979
33980 \begin_layout Plain Layout
33981
33982 }
33983 \end_layout
33984
33985 \end_inset
33986
33987 Eating From The Right
33988 \end_layout
33989
33990 \end_inset
33991 </cell>
33992 </row>
33993 <row interlinespace="2.5mm">
33994 <cell alignment="center" valignment="top" usebox="none">
33995 \begin_inset Text
33996
33997 \begin_layout Plain Layout
33998 \begin_inset Graphics
33999         filename ../images/math-macro-add-greedy-optional-param.png
34000         BoundingBox 0bp 5bp 20bp 25bp
34001         rotateOrigin center
34002
34003 \end_inset
34004
34005
34006 \end_layout
34007
34008 \end_inset
34009 </cell>
34010 <cell alignment="center" valignment="top" usebox="none">
34011 \begin_inset Text
34012
34013 \begin_layout Plain Layout
34014
34015 \family sans
34016 Edit\SpecialChar \menuseparator
34017 Math\SpecialChar \menuseparator
34018 Macro
34019 \begin_inset space ~
34020 \end_inset
34021
34022 Definition\SpecialChar \menuseparator
34023 Append Optional Argument
34024 \begin_inset Newline newline
34025 \end_inset
34026
34027
34028 \begin_inset ERT
34029 status collapsed
34030
34031 \begin_layout Plain Layout
34032
34033
34034 \backslash
34035 hphantom{
34036 \end_layout
34037
34038 \end_inset
34039
34040 Edit\SpecialChar \menuseparator
34041 Math\SpecialChar \menuseparator
34042 Macro
34043 \begin_inset space ~
34044 \end_inset
34045
34046 Definition\SpecialChar \menuseparator
34047
34048 \begin_inset ERT
34049 status collapsed
34050
34051 \begin_layout Plain Layout
34052
34053 }
34054 \end_layout
34055
34056 \end_inset
34057
34058 Eating From The Right
34059 \end_layout
34060
34061 \end_inset
34062 </cell>
34063 </row>
34064 </lyxtabular>
34065
34066 \end_inset
34067
34068
34069 \end_layout
34070
34071 \begin_layout Standard
34072 \begin_inset Newpage newpage
34073 \end_inset
34074
34075
34076 \end_layout
34077
34078 \begin_layout Section
34079 Tips
34080 \begin_inset ERT
34081 status collapsed
34082
34083 \begin_layout Plain Layout
34084
34085
34086 \backslash
34087 texorpdfstring{
34088 \end_layout
34089
34090 \end_inset
34091
34092
34093 \begin_inset Foot
34094 status collapsed
34095
34096 \begin_layout Plain Layout
34097 Other useful math tips can be found in 
34098 \begin_inset CommandInset citation
34099 LatexCommand cite
34100 key "Voss"
34101
34102 \end_inset
34103
34104 .
34105 \end_layout
34106
34107 \end_inset
34108
34109
34110 \begin_inset ERT
34111 status collapsed
34112
34113 \begin_layout Plain Layout
34114
34115 }{}
34116 \end_layout
34117
34118 \end_inset
34119
34120
34121 \begin_inset Note Note
34122 status collapsed
34123
34124 \begin_layout Plain Layout
34125
34126 \backslash
34127 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
34128 \end_layout
34129
34130 \begin_layout Plain Layout
34131 More about 
34132 \backslash
34133 texorpdfstring is in section 
34134 \begin_inset CommandInset ref
34135 LatexCommand ref
34136 reference "sub:Formulas-in-Section"
34137
34138 \end_inset
34139
34140 .
34141 \end_layout
34142
34143 \end_inset
34144
34145
34146 \begin_inset Index
34147 status collapsed
34148
34149 \begin_layout Plain Layout
34150 Tips
34151 \end_layout
34152
34153 \end_inset
34154
34155
34156 \begin_inset Index
34157 status collapsed
34158
34159 \begin_layout Plain Layout
34160 Ions|see
34161 \begin_inset ERT
34162 status collapsed
34163
34164 \begin_layout Plain Layout
34165
34166 {
34167 \end_layout
34168
34169 \end_inset
34170
34171 Chemical characters
34172 \begin_inset ERT
34173 status collapsed
34174
34175 \begin_layout Plain Layout
34176
34177 }
34178 \end_layout
34179
34180 \end_inset
34181
34182
34183 \end_layout
34184
34185 \end_inset
34186
34187
34188 \end_layout
34189
34190 \begin_layout Subsection
34191 Negative Numbers
34192 \begin_inset Index
34193 status collapsed
34194
34195 \begin_layout Plain Layout
34196 Numbers ! negative
34197 \end_layout
34198
34199 \end_inset
34200
34201
34202 \end_layout
34203
34204 \begin_layout Standard
34205 Negative numbers often look ugly in formulas because the minus sign before
34206  the number is set with the same length as the minus operator sign.
34207  When writing the negative number in normal text, the minus sign appears
34208  correctly.
34209 \end_layout
34210
34211 \begin_layout Standard
34212 Thus, the problem disappears when converting the minus sign to mathematical
34213  text.
34214 \end_layout
34215
34216 \begin_layout Standard
34217 An example to visualize the problem:
34218 \end_layout
34219
34220 \begin_layout Standard
34221 \align center
34222 \begin_inset Tabular
34223 <lyxtabular version="3" rows="3" columns="2">
34224 <features>
34225 <column alignment="right" valignment="top" width="0">
34226 <column alignment="left" valignment="top" width="0">
34227 <row>
34228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34229 \begin_inset Text
34230
34231 \begin_layout Plain Layout
34232 normal text:
34233 \end_layout
34234
34235 \end_inset
34236 </cell>
34237 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34238 \begin_inset Text
34239
34240 \begin_layout Plain Layout
34241 x = -2
34242 \end_layout
34243
34244 \end_inset
34245 </cell>
34246 </row>
34247 <row>
34248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34249 \begin_inset Text
34250
34251 \begin_layout Plain Layout
34252 formula:
34253 \end_layout
34254
34255 \end_inset
34256 </cell>
34257 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34258 \begin_inset Text
34259
34260 \begin_layout Plain Layout
34261 \begin_inset Formula $x=-2$
34262 \end_inset
34263
34264
34265 \end_layout
34266
34267 \end_inset
34268 </cell>
34269 </row>
34270 <row>
34271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34272 \begin_inset Text
34273
34274 \begin_layout Plain Layout
34275 solution:
34276 \end_layout
34277
34278 \end_inset
34279 </cell>
34280 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34281 \begin_inset Text
34282
34283 \begin_layout Plain Layout
34284 \begin_inset Formula $x=\textrm{-}2$
34285 \end_inset
34286
34287
34288 \end_layout
34289
34290 \end_inset
34291 </cell>
34292 </row>
34293 </lyxtabular>
34294
34295 \end_inset
34296
34297
34298 \end_layout
34299
34300 \begin_layout Subsection
34301 Comma as decimal Separator
34302 \begin_inset Index
34303 status collapsed
34304
34305 \begin_layout Plain Layout
34306 Comma
34307 \end_layout
34308
34309 \end_inset
34310
34311
34312 \end_layout
34313
34314 \begin_layout Standard
34315 In LaTeX a comma inside a formula is used, according to the English convention,
34316  as number group separator.
34317  So there will be space added behind all commas in formulas.
34318 \end_layout
34319
34320 \begin_layout Standard
34321 To avoid this, the comma is highlighted and changed to mathematical text
34322  (shortcut 
34323 \begin_inset Info
34324 type  "shortcut"
34325 arg   "math-mode"
34326 \end_inset
34327
34328 ).
34329 \end_layout
34330
34331 \begin_layout Standard
34332 To use all formula commas in the document as decimal separator, the file
34333  
34334 \series bold
34335 icomma.sty
34336 \series default
34337
34338 \begin_inset Foot
34339 status collapsed
34340
34341 \begin_layout Plain Layout
34342
34343 \series bold
34344 icomma
34345 \series default
34346  is part of the LaTeX-package 
34347 \series bold
34348 was
34349 \series default
34350
34351 \begin_inset Index
34352 status collapsed
34353
34354 \begin_layout Plain Layout
34355 Packages ! was
34356 \begin_inset ERT
34357 status collapsed
34358
34359 \begin_layout Plain Layout
34360
34361
34362 \backslash
34363 vspace{4mm}
34364 \end_layout
34365
34366 \end_inset
34367
34368
34369 \end_layout
34370
34371 \end_inset
34372
34373 .
34374 \end_layout
34375
34376 \end_inset
34377
34378
34379 \begin_inset Index
34380 status collapsed
34381
34382 \begin_layout Plain Layout
34383 Packages ! icomma
34384 \end_layout
34385
34386 \end_inset
34387
34388  is loaded with the LaTeX-preamble line
34389 \end_layout
34390
34391 \begin_layout Standard
34392
34393 \series bold
34394
34395 \backslash
34396 usepackage{icomma}
34397 \end_layout
34398
34399 \begin_layout Subsection
34400 Physical Vectors
34401 \begin_inset CommandInset label
34402 LatexCommand label
34403 name "sub:Physical-Vectors"
34404
34405 \end_inset
34406
34407
34408 \begin_inset Index
34409 status collapsed
34410
34411 \begin_layout Plain Layout
34412 Vectors ! physical
34413 \end_layout
34414
34415 \end_inset
34416
34417
34418 \end_layout
34419
34420 \begin_layout Standard
34421 Predefined vectors are offered by the LaTeX-package 
34422 \series bold
34423 braket
34424 \series default
34425
34426 \begin_inset Foot
34427 status collapsed
34428
34429 \begin_layout Plain Layout
34430
34431 \series bold
34432 braket
34433 \series default
34434  should be part of every LaTeX standard installation.
34435 \end_layout
34436
34437 \end_inset
34438
34439
34440 \begin_inset Index
34441 status collapsed
34442
34443 \begin_layout Plain Layout
34444 Packages ! braket
34445 \end_layout
34446
34447 \end_inset
34448
34449  that is loaded with the LaTeX-preamble line
34450 \end_layout
34451
34452 \begin_layout Standard
34453
34454 \series bold
34455
34456 \backslash
34457 usepackage{braket}
34458 \end_layout
34459
34460 \begin_layout Standard
34461 \begin_inset ERT
34462 status collapsed
34463
34464 \begin_layout Plain Layout
34465
34466
34467 \backslash
34468 ifbraket 
34469 \end_layout
34470
34471 \end_inset
34472
34473
34474 \begin_inset Note Note
34475 status open
34476
34477 \begin_layout Plain Layout
34478 The following table will only be displayed when the LaTeX-package 
34479 \series bold
34480 braket
34481 \series default
34482  is installed.
34483 \end_layout
34484
34485 \end_inset
34486
34487 The following commands are defined:
34488 \end_layout
34489
34490 \begin_layout Standard
34491 \align center
34492 \begin_inset Tabular
34493 <lyxtabular version="3" rows="4" columns="2">
34494 <features>
34495 <column alignment="center" valignment="top" width="0">
34496 <column alignment="center" valignment="top" width="0">
34497 <row>
34498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34499 \begin_inset Text
34500
34501 \begin_layout Plain Layout
34502 Command
34503 \end_layout
34504
34505 \end_inset
34506 </cell>
34507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34508 \begin_inset Text
34509
34510 \begin_layout Plain Layout
34511 Result
34512 \end_layout
34513
34514 \end_inset
34515 </cell>
34516 </row>
34517 <row>
34518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34519 \begin_inset Text
34520
34521 \begin_layout Plain Layout
34522
34523 \backslash
34524 Bra{
34525 \backslash
34526 psi
34527 \end_layout
34528
34529 \end_inset
34530 </cell>
34531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34532 \begin_inset Text
34533
34534 \begin_layout Plain Layout
34535 \begin_inset Formula $\Bra{\psi}$
34536 \end_inset
34537
34538
34539 \end_layout
34540
34541 \end_inset
34542 </cell>
34543 </row>
34544 <row>
34545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34546 \begin_inset Text
34547
34548 \begin_layout Plain Layout
34549
34550 \backslash
34551 Ket{
34552 \backslash
34553 psi
34554 \end_layout
34555
34556 \end_inset
34557 </cell>
34558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34559 \begin_inset Text
34560
34561 \begin_layout Plain Layout
34562 \begin_inset Formula $\Ket{\psi}$
34563 \end_inset
34564
34565
34566 \end_layout
34567
34568 \end_inset
34569 </cell>
34570 </row>
34571 <row>
34572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34573 \begin_inset Text
34574
34575 \begin_layout Plain Layout
34576
34577 \backslash
34578 Braket{
34579 \backslash
34580 psi|
34581 \backslash
34582 phi
34583 \end_layout
34584
34585 \end_inset
34586 </cell>
34587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34588 \begin_inset Text
34589
34590 \begin_layout Plain Layout
34591 \begin_inset Formula $\Braket{\psi|\phi}$
34592 \end_inset
34593
34594
34595 \end_layout
34596
34597 \end_inset
34598 </cell>
34599 </row>
34600 </lyxtabular>
34601
34602 \end_inset
34603
34604
34605 \end_layout
34606
34607 \begin_layout Standard
34608 The command 
34609 \series bold
34610
34611 \backslash
34612 Braket
34613 \series default
34614  assures that all vertical bars are set in the size of the surrounding brackets:
34615 \begin_inset Formula \[
34616 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
34617
34618 \end_inset
34619
34620
34621 \begin_inset ERT
34622 status collapsed
34623
34624 \begin_layout Plain Layout
34625
34626
34627 \backslash
34628 else 
34629 \end_layout
34630
34631 \end_inset
34632
34633
34634 \begin_inset Note Note
34635 status open
34636
34637 \begin_layout Plain Layout
34638 The following will be displayed when the LaTeX-package 
34639 \series bold
34640 braket
34641 \series default
34642  is not installed:
34643 \end_layout
34644
34645 \end_inset
34646
34647
34648 \end_layout
34649
34650 \begin_layout Standard
34651 You need to install the LaTeX-package 
34652 \series bold
34653 braket
34654 \series default
34655  to see the rest of this subsection in the output.
34656 \end_layout
34657
34658 \begin_layout Standard
34659 \begin_inset ERT
34660 status collapsed
34661
34662 \begin_layout Plain Layout
34663
34664
34665 \backslash
34666 fi 
34667 \end_layout
34668
34669 \end_inset
34670
34671
34672 \end_layout
34673
34674 \begin_layout Standard
34675 The effect of 
34676 \series bold
34677
34678 \backslash
34679 Braket
34680 \series default
34681  can also be achieved using the command 
34682 \series bold
34683
34684 \backslash
34685 middle
34686 \series default
34687 , that is described in 
34688 \begin_inset CommandInset ref
34689 LatexCommand ref
34690 reference "sub:Automatic-Bracket-Size"
34691
34692 \end_inset
34693
34694 .
34695 \end_layout
34696
34697 \begin_layout Subsection
34698 Self-defined Fractions
34699 \begin_inset CommandInset label
34700 LatexCommand label
34701 name "sub:Self-defined-Fractions"
34702
34703 \end_inset
34704
34705
34706 \begin_inset Index
34707 status collapsed
34708
34709 \begin_layout Plain Layout
34710 Fractions ! self-defined
34711 \end_layout
34712
34713 \end_inset
34714
34715
34716 \end_layout
34717
34718 \begin_layout Standard
34719 To define custom commands for fractions, the command 
34720 \series bold
34721
34722 \backslash
34723 genfrac
34724 \series default
34725
34726 \begin_inset Index
34727 status collapsed
34728
34729 \begin_layout Plain Layout
34730 Commands ! G ! 
34731 \backslash
34732 genfrac
34733 \end_layout
34734
34735 \end_inset
34736
34737  is used in the following scheme:
34738 \end_layout
34739
34740 \begin_layout Standard
34741
34742 \series bold
34743
34744 \backslash
34745 genfrac{left
34746 \series default
34747  
34748 \series bold
34749 bracket}{right
34750 \series default
34751  
34752 \series bold
34753 bracket}{fraction bar thickness}{style}
34754 \begin_inset Newline newline
34755 \end_inset
34756
34757
34758 \begin_inset ERT
34759 status collapsed
34760
34761 \begin_layout Plain Layout
34762
34763
34764 \backslash
34765 phantom{
34766 \end_layout
34767
34768 \end_inset
34769
34770
34771 \backslash
34772 genfrac
34773 \begin_inset ERT
34774 status collapsed
34775
34776 \begin_layout Plain Layout
34777
34778 }
34779 \end_layout
34780
34781 \end_inset
34782
34783 {numerator}{denominator}
34784 \end_layout
34785
34786 \begin_layout Standard
34787 The style is a number in the range of 0
34788 \begin_inset space \thinspace{}
34789 \end_inset
34790
34791 -
34792 \begin_inset space \thinspace{}
34793 \end_inset
34794
34795 3.
34796 \end_layout
34797
34798 \begin_layout Standard
34799 \align center
34800 \begin_inset Tabular
34801 <lyxtabular version="3" rows="5" columns="2">
34802 <features>
34803 <column alignment="center" valignment="top" width="0">
34804 <column alignment="center" valignment="top" width="0">
34805 <row>
34806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34807 \begin_inset Text
34808
34809 \begin_layout Plain Layout
34810 Number
34811 \end_layout
34812
34813 \end_inset
34814 </cell>
34815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34816 \begin_inset Text
34817
34818 \begin_layout Plain Layout
34819 Style (Size)
34820 \end_layout
34821
34822 \end_inset
34823 </cell>
34824 </row>
34825 <row>
34826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34827 \begin_inset Text
34828
34829 \begin_layout Plain Layout
34830 0
34831 \end_layout
34832
34833 \end_inset
34834 </cell>
34835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34836 \begin_inset Text
34837
34838 \begin_layout Plain Layout
34839 display style formula
34840 \end_layout
34841
34842 \end_inset
34843 </cell>
34844 </row>
34845 <row>
34846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34847 \begin_inset Text
34848
34849 \begin_layout Plain Layout
34850 1
34851 \end_layout
34852
34853 \end_inset
34854 </cell>
34855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34856 \begin_inset Text
34857
34858 \begin_layout Plain Layout
34859 inline formula
34860 \end_layout
34861
34862 \end_inset
34863 </cell>
34864 </row>
34865 <row>
34866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34867 \begin_inset Text
34868
34869 \begin_layout Plain Layout
34870 2
34871 \end_layout
34872
34873 \end_inset
34874 </cell>
34875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34876 \begin_inset Text
34877
34878 \begin_layout Plain Layout
34879 small
34880 \end_layout
34881
34882 \end_inset
34883 </cell>
34884 </row>
34885 <row>
34886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34887 \begin_inset Text
34888
34889 \begin_layout Plain Layout
34890 3
34891 \end_layout
34892
34893 \end_inset
34894 </cell>
34895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34896 \begin_inset Text
34897
34898 \begin_layout Plain Layout
34899 tiny
34900 \end_layout
34901
34902 \end_inset
34903 </cell>
34904 </row>
34905 </lyxtabular>
34906
34907 \end_inset
34908
34909
34910 \end_layout
34911
34912 \begin_layout Standard
34913 When no style is given, the size is adjusted to the surrounding environment
34914  like for the command 
34915 \series bold
34916
34917 \backslash
34918 frac
34919 \series default
34920 .
34921 \end_layout
34922
34923 \begin_layout Standard
34924 When no fraction bar thickness is given, the predefined value of 0.4
34925 \begin_inset space \thinspace{}
34926 \end_inset
34927
34928 pt will be used.
34929 \end_layout
34930
34931 \begin_layout Standard
34932 \begin_inset VSpace medskip
34933 \end_inset
34934
34935 For example, the commands 
34936 \series bold
34937
34938 \backslash
34939 dfrac
34940 \series default
34941  and 
34942 \series bold
34943
34944 \backslash
34945 tbinom
34946 \series default
34947  from 
34948 \begin_inset CommandInset ref
34949 LatexCommand ref
34950 reference "sub:Fractions"
34951
34952 \end_inset
34953
34954  are defined with the commands
34955 \end_layout
34956
34957 \begin_layout Standard
34958
34959 \series bold
34960
34961 \backslash
34962 newcommand{
34963 \backslash
34964 dfrac}[2]{
34965 \backslash
34966 genfrac{}{}{}{0}{#1}{#2}}
34967 \end_layout
34968
34969 \begin_layout Standard
34970 and
34971 \end_layout
34972
34973 \begin_layout Standard
34974
34975 \series bold
34976
34977 \backslash
34978 newcommand{
34979 \backslash
34980 tbinom}[2]{
34981 \backslash
34982 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34983 \end_layout
34984
34985 \begin_layout Standard
34986 \begin_inset VSpace medskip
34987 \end_inset
34988
34989 To define a fraction where the fraction bar thickness can be given as optional
34990  argument, the following line is inserted to the LaTeX-preamble:
34991 \end_layout
34992
34993 \begin_layout Standard
34994
34995 \series bold
34996
34997 \backslash
34998 newcommand{
34999 \backslash
35000 fracS}[3][]{
35001 \backslash
35002 genfrac{}{}{#1}{}{#2}{#3}}
35003 \end_layout
35004
35005 \begin_layout Standard
35006 A test:
35007 \begin_inset Formula \begin{align*}
35008 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35009 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
35010
35011 \end_inset
35012
35013 As one can see, the distance of the numerator and the denominator to the
35014  fraction bar is round about three times the bar thickness.
35015 \end_layout
35016
35017 \begin_layout Subsection
35018 Canceled Formulas
35019 \begin_inset Index
35020 status collapsed
35021
35022 \begin_layout Plain Layout
35023 Formula ! canceled
35024 \end_layout
35025
35026 \end_inset
35027
35028
35029 \end_layout
35030
35031 \begin_layout Standard
35032 To cancel formulas or formula parts, the LaTeX-package 
35033 \series bold
35034 cancel
35035 \series default
35036
35037 \begin_inset Foot
35038 status collapsed
35039
35040 \begin_layout Plain Layout
35041
35042 \series bold
35043 cancel
35044 \series default
35045  is part of every LaTeX standard installation.
35046 \end_layout
35047
35048 \end_inset
35049
35050
35051 \begin_inset Index
35052 status collapsed
35053
35054 \begin_layout Plain Layout
35055 Packages ! cancel
35056 \end_layout
35057
35058 \end_inset
35059
35060  has to be loaded with the LaTeX-preamble line
35061 \end_layout
35062
35063 \begin_layout Standard
35064
35065 \series bold
35066
35067 \backslash
35068 usepackage[samesize]{cancel}
35069 \end_layout
35070
35071 \begin_layout Standard
35072 There are four ways to cancel formulas:
35073 \end_layout
35074
35075 \begin_layout Standard
35076 \align center
35077 \begin_inset Tabular
35078 <lyxtabular version="3" rows="5" columns="2">
35079 <features>
35080 <column alignment="center" valignment="top" width="0">
35081 <column alignment="center" valignment="top" width="0">
35082 <row>
35083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35084 \begin_inset Text
35085
35086 \begin_layout Plain Layout
35087 Command
35088 \end_layout
35089
35090 \end_inset
35091 </cell>
35092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35093 \begin_inset Text
35094
35095 \begin_layout Plain Layout
35096 Result
35097 \begin_inset Note Note
35098 status collapsed
35099
35100 \begin_layout Plain Layout
35101 The space and
35102 \series bold
35103  
35104 \backslash
35105 raisebox
35106 \series default
35107  are used here as spacer.
35108 \end_layout
35109
35110 \end_inset
35111
35112
35113 \end_layout
35114
35115 \end_inset
35116 </cell>
35117 </row>
35118 <row>
35119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35120 \begin_inset Text
35121
35122 \begin_layout Plain Layout
35123
35124 \backslash
35125 cancel{
35126 \backslash
35127 int
35128 \begin_inset ERT
35129 status collapsed
35130
35131 \begin_layout Plain Layout
35132
35133
35134 \backslash
35135 spce 
35136 \end_layout
35137
35138 \end_inset
35139
35140 A=B
35141 \end_layout
35142
35143 \end_inset
35144 </cell>
35145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35146 \begin_inset Text
35147
35148 \begin_layout Plain Layout
35149 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35150 \end_inset
35151
35152
35153 \end_layout
35154
35155 \end_inset
35156 </cell>
35157 </row>
35158 <row>
35159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35160 \begin_inset Text
35161
35162 \begin_layout Plain Layout
35163
35164 \backslash
35165 bcancel{
35166 \backslash
35167 int
35168 \begin_inset ERT
35169 status collapsed
35170
35171 \begin_layout Plain Layout
35172
35173
35174 \backslash
35175 spce 
35176 \end_layout
35177
35178 \end_inset
35179
35180 A=B
35181 \end_layout
35182
35183 \end_inset
35184 </cell>
35185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35186 \begin_inset Text
35187
35188 \begin_layout Plain Layout
35189 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35190 \end_inset
35191
35192
35193 \end_layout
35194
35195 \end_inset
35196 </cell>
35197 </row>
35198 <row>
35199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35200 \begin_inset Text
35201
35202 \begin_layout Plain Layout
35203
35204 \backslash
35205 xcancel{
35206 \backslash
35207 int
35208 \begin_inset ERT
35209 status collapsed
35210
35211 \begin_layout Plain Layout
35212
35213
35214 \backslash
35215 spce 
35216 \end_layout
35217
35218 \end_inset
35219
35220 A=B
35221 \end_layout
35222
35223 \end_inset
35224 </cell>
35225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35226 \begin_inset Text
35227
35228 \begin_layout Plain Layout
35229 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35230 \end_inset
35231
35232
35233 \end_layout
35234
35235 \end_inset
35236 </cell>
35237 </row>
35238 <row>
35239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35240 \begin_inset Text
35241
35242 \begin_layout Plain Layout
35243
35244 \backslash
35245 cancelto{1
35246 \begin_inset Formula $\to$
35247 \end_inset
35248
35249
35250 \backslash
35251 {
35252 \backslash
35253 int
35254 \begin_inset ERT
35255 status collapsed
35256
35257 \begin_layout Plain Layout
35258
35259
35260 \backslash
35261 spce 
35262 \end_layout
35263
35264 \end_inset
35265
35266 A=B
35267 \end_layout
35268
35269 \end_inset
35270 </cell>
35271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35272 \begin_inset Text
35273
35274 \begin_layout Plain Layout
35275 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35276 \end_inset
35277
35278
35279 \end_layout
35280
35281 \end_inset
35282 </cell>
35283 </row>
35284 </lyxtabular>
35285
35286 \end_inset
35287
35288
35289 \end_layout
35290
35291 \begin_layout Standard
35292
35293 \series bold
35294
35295 \backslash
35296 cancelto
35297 \series default
35298  is especially suitable to visualize the reduction of fractions within formulas:
35299 \begin_inset Formula \[
35300 \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}}}\]
35301
35302 \end_inset
35303
35304
35305 \end_layout
35306
35307 \begin_layout Subsection
35308 Formulas in Section Headings
35309 \begin_inset CommandInset label
35310 LatexCommand label
35311 name "sub:Formulas-in-Section"
35312
35313 \end_inset
35314
35315
35316 \begin_inset Index
35317 status collapsed
35318
35319 \begin_layout Plain Layout
35320 Formula ! in section headings
35321 \end_layout
35322
35323 \end_inset
35324
35325
35326 \end_layout
35327
35328 \begin_layout Standard
35329 When formulas are used in section headings, the following has to be taken
35330  into account:
35331 \end_layout
35332
35333 \begin_layout Standard
35334 \begin_inset Note Greyedout
35335 status open
35336
35337 \begin_layout Plain Layout
35338 When 
35339 \series bold
35340 hyperref
35341 \series default
35342
35343 \begin_inset Index
35344 status collapsed
35345
35346 \begin_layout Plain Layout
35347 Packages ! hyperref
35348 \end_layout
35349
35350 \end_inset
35351
35352  support is enabled in the document settings dialog under 
35353 \family sans
35354 PDF
35355 \begin_inset space ~
35356 \end_inset
35357
35358 Properties
35359 \family default
35360 , PDF-bookmarks are created for every section heading in the table of contents.
35361  If a section heading contains formulas, they are incorrectly displayed
35362  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35363 s.
35364 \end_layout
35365
35366 \end_inset
35367
35368
35369 \end_layout
35370
35371 \begin_layout Standard
35372 Both problems can be solved by inserting at the end of the section heading
35373  a short title with the menu 
35374 \family sans
35375 Insert\SpecialChar \menuseparator
35376 Short
35377 \begin_inset space ~
35378 \end_inset
35379
35380 Title
35381 \family default
35382 .
35383  Short titles are used as alternative for multiline section headings to
35384  keep the table of contents clearly arranged.
35385  Only the short title appears in the table of contents and therefore also
35386  in the PDF-bookmark.
35387 \end_layout
35388
35389 \begin_layout Standard
35390 When formulas should be used in the table of contents but 
35391 \series bold
35392 hyperref
35393 \series default
35394  is used, one can use the following command in TeX-mode:
35395 \end_layout
35396
35397 \begin_layout Standard
35398
35399 \series bold
35400
35401 \backslash
35402 texorpdfstring{part}{alternative}
35403 \begin_inset Index
35404 status collapsed
35405
35406 \begin_layout Plain Layout
35407 Commands ! T ! 
35408 \backslash
35409 texorpdfstring
35410 \end_layout
35411
35412 \end_inset
35413
35414
35415 \end_layout
35416
35417 \begin_layout Standard
35418 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35419  This can be characters, formulas, footnotes, but also cross-references.
35420  The alternative is used instead of the part for the bookmark.
35421 \end_layout
35422
35423 \begin_layout Standard
35424 Here are two example headings:
35425 \begin_inset VSpace -3mm
35426 \end_inset
35427
35428
35429 \begin_inset ERT
35430 status collapsed
35431
35432 \begin_layout Plain Layout
35433
35434
35435 \backslash
35436 boldmath 
35437 \end_layout
35438
35439 \end_inset
35440
35441
35442 \end_layout
35443
35444 \begin_layout Subsubsection
35445 Heading without formula in table of contents 
35446 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35447 \end_inset
35448
35449
35450 \begin_inset OptArg
35451 status collapsed
35452
35453 \begin_layout Plain Layout
35454 Heading without formula in table of contents
35455 \end_layout
35456
35457 \end_inset
35458
35459
35460 \end_layout
35461
35462 \begin_layout Subsubsection
35463 Heading with formula in table of contents
35464 \begin_inset ERT
35465 status collapsed
35466
35467 \begin_layout Plain Layout
35468
35469
35470 \backslash
35471 texorpdfstring{
35472 \end_layout
35473
35474 \end_inset
35475
35476  
35477 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35478 \end_inset
35479
35480
35481 \begin_inset ERT
35482 status collapsed
35483
35484 \begin_layout Plain Layout
35485
35486 }{}
35487 \end_layout
35488
35489 \end_inset
35490
35491
35492 \end_layout
35493
35494 \begin_layout Standard
35495 \begin_inset ERT
35496 status collapsed
35497
35498 \begin_layout Plain Layout
35499
35500
35501 \backslash
35502 unboldmath 
35503 \end_layout
35504
35505 \end_inset
35506
35507 In the first heading a short title was used, in the second one 
35508 \series bold
35509
35510 \backslash
35511 texorpdfstring
35512 \series default
35513 .
35514 \end_layout
35515
35516 \begin_layout Standard
35517 To get the same formatting as for the other headings, the complete heading
35518  was set into a 
35519 \series bold
35520 boldmath
35521 \series default
35522  environment
35523 \begin_inset Foot
35524 status collapsed
35525
35526 \begin_layout Plain Layout
35527 see 
35528 \begin_inset CommandInset ref
35529 LatexCommand ref
35530 reference "sub:Bold-Formulas"
35531
35532 \end_inset
35533
35534
35535 \end_layout
35536
35537 \end_inset
35538
35539 .
35540 \end_layout
35541
35542 \begin_layout Subsection
35543 Formulas in multi-column Text
35544 \begin_inset Index
35545 status collapsed
35546
35547 \begin_layout Plain Layout
35548 Formula ! in multi-column text
35549 \end_layout
35550
35551 \end_inset
35552
35553
35554 \end_layout
35555
35556 \begin_layout Standard
35557 Formulas in multi-column text are often too wide to fit into a column and
35558  thus need to be set over the whole page width.
35559  This is done by using the LaTeX-package 
35560 \series bold
35561 multicol
35562 \series default
35563
35564 \begin_inset Foot
35565 status collapsed
35566
35567 \begin_layout Plain Layout
35568
35569 \series bold
35570 multicol
35571 \series default
35572  is part of every LaTeX standard installation.
35573 \end_layout
35574
35575 \end_inset
35576
35577
35578 \begin_inset Index
35579 status collapsed
35580
35581 \begin_layout Plain Layout
35582 Packages ! multicol
35583 \end_layout
35584
35585 \end_inset
35586
35587 , that is loaded with the LaTeX-preamble line
35588 \end_layout
35589
35590 \begin_layout Standard
35591
35592 \series bold
35593
35594 \backslash
35595 usepackage{multicol}
35596 \end_layout
35597
35598 \begin_layout Standard
35599 \begin_inset Note Greyedout
35600 status open
35601
35602 \begin_layout Plain Layout
35603 Note herby that the setting 
35604 \family sans
35605 Two-column
35606 \begin_inset space ~
35607 \end_inset
35608
35609 document
35610 \family default
35611  in the menu 
35612 \family sans
35613 Document\SpecialChar \menuseparator
35614 Settings
35615 \family default
35616  under 
35617 \family sans
35618 Text
35619 \begin_inset space ~
35620 \end_inset
35621
35622 Layout
35623 \family default
35624 \emph on
35625  
35626 \emph default
35627 must 
35628 \emph on
35629 not
35630 \emph default
35631  be selected.
35632 \end_layout
35633
35634 \end_inset
35635
35636
35637 \end_layout
35638
35639 \begin_layout Standard
35640 Before the multi-column text the command
35641 \end_layout
35642
35643 \begin_layout Standard
35644
35645 \series bold
35646
35647 \backslash
35648 begin{multicols}{column number}
35649 \end_layout
35650
35651 \begin_layout Standard
35652 is written in TeX-mode.
35653  The column number is a number in the range of 2
35654 \begin_inset space \thinspace{}
35655 \end_inset
35656
35657 -
35658 \begin_inset space \thinspace{}
35659 \end_inset
35660
35661 10.
35662  Before the formula the multi-column text is ended by inserting the command
35663 \end_layout
35664
35665 \begin_layout Standard
35666
35667 \series bold
35668
35669 \backslash
35670 end{multicols}
35671 \end_layout
35672
35673 \begin_layout Standard
35674 in TeX-mode.
35675 \end_layout
35676
35677 \begin_layout Standard
35678 Due to the command some space is automatically added before the formula.
35679  To revert this, -6
35680 \begin_inset space \thinspace{}
35681 \end_inset
35682
35683 mm vertical space is inserted before the formula.
35684  When the formula style 
35685 \series bold
35686 Indented
35687 \begin_inset Foot
35688 status collapsed
35689
35690 \begin_layout Plain Layout
35691 formula styles see 
35692 \begin_inset CommandInset ref
35693 LatexCommand ref
35694 reference "sec:Formula-Styles"
35695
35696 \end_inset
35697
35698
35699 \end_layout
35700
35701 \end_inset
35702
35703
35704 \series default
35705  is used, -9
35706 \begin_inset space \thinspace{}
35707 \end_inset
35708
35709 mm space is inserted instead.
35710 \end_layout
35711
35712 \begin_layout Standard
35713 As example a multi-column text with a displayed formula:
35714 \end_layout
35715
35716 \begin_layout Standard
35717
35718 \lang german
35719 \begin_inset ERT
35720 status collapsed
35721
35722 \begin_layout Plain Layout
35723
35724
35725 \backslash
35726 begin{multicols}{2}
35727 \end_layout
35728
35729 \end_inset
35730
35731 Das Spektrum wird fouriertransformiert.
35732  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35733 , Lösungsmittel) zu trennen.
35734  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35735  nun das Aussehen des Ausgangssignals.
35736  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35737  über alle Phasen integrieren muss.
35738  Sei nun 
35739 \begin_inset Formula $S$
35740 \end_inset
35741
35742  unser normiertes Ausgangssignal und 
35743 \begin_inset Formula $P$
35744 \end_inset
35745
35746  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35747 \begin_inset ERT
35748 status collapsed
35749
35750 \begin_layout Plain Layout
35751
35752
35753 \backslash
35754 end{multicols}
35755 \end_layout
35756
35757 \end_inset
35758
35759
35760 \begin_inset VSpace -6mm
35761 \end_inset
35762
35763
35764 \begin_inset Formula \begin{equation}
35765 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
35766
35767 \end_inset
35768
35769
35770 \begin_inset ERT
35771 status collapsed
35772
35773 \begin_layout Plain Layout
35774
35775
35776 \backslash
35777 begin{multicols}{2}
35778 \end_layout
35779
35780 \end_inset
35781
35782 wobei 
35783 \begin_inset Formula $S_{0}$
35784 \end_inset
35785
35786  das Signal ohne Gradient ist und die Normierungsbedingung 
35787 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35788 \end_inset
35789
35790  gilt.
35791  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35792  Direkt nach dem 
35793 \begin_inset Formula $\nicefrac{\pi}{2}$
35794 \end_inset
35795
35796
35797 \begin_inset space \thinspace{}
35798 \end_inset
35799
35800 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35801  das Signal zusätzlich abschwächt.
35802  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35803  
35804 \begin_inset Formula $T_{2}$
35805 \end_inset
35806
35807 -Zeit.
35808 \end_layout
35809
35810 \begin_layout Standard
35811
35812 \lang german
35813 \begin_inset ERT
35814 status collapsed
35815
35816 \begin_layout Plain Layout
35817
35818
35819 \backslash
35820 end{multicols}
35821 \end_layout
35822
35823 \end_inset
35824
35825
35826 \end_layout
35827
35828 \begin_layout Subsection
35829 Formulas with Description of Variables
35830 \begin_inset Index
35831 status collapsed
35832
35833 \begin_layout Plain Layout
35834 Formula ! with description of variables
35835 \end_layout
35836
35837 \end_inset
35838
35839
35840 \end_layout
35841
35842 \begin_layout Standard
35843 To describe variables within a formula, like in formula 
35844 \begin_inset CommandInset ref
35845 LatexCommand eqref
35846 reference "eq:within"
35847
35848 \end_inset
35849
35850 , a 2
35851 \series bold
35852 ×
35853 \series default
35854
35855 \begin_inset Formula $n$
35856 \end_inset
35857
35858
35859 \begin_inset space ~
35860 \end_inset
35861
35862 matrix is used with left aligned columns for the 
35863 \begin_inset Formula $n$
35864 \end_inset
35865
35866  used variables.
35867 \begin_inset Foot
35868 status collapsed
35869
35870 \begin_layout Plain Layout
35871 matrices see 
35872 \begin_inset CommandInset ref
35873 LatexCommand ref
35874 reference "sec:Matrices"
35875
35876 \end_inset
35877
35878
35879 \end_layout
35880
35881 \end_inset
35882
35883  To set the description in a smaller size, before the matrix e.
35884 \begin_inset space \thinspace{}
35885 \end_inset
35886
35887 g.
35888 \begin_inset space \space{}
35889 \end_inset
35890
35891 the command 
35892 \series bold
35893
35894 \backslash
35895 footnotesize
35896 \series default
35897  is inserted.
35898 \begin_inset Foot
35899 status collapsed
35900
35901 \begin_layout Plain Layout
35902 font sizes see 
35903 \begin_inset CommandInset ref
35904 LatexCommand ref
35905 reference "sub:Font-Sizes"
35906
35907 \end_inset
35908
35909
35910 \end_layout
35911
35912 \end_inset
35913
35914
35915 \end_layout
35916
35917 \begin_layout Standard
35918 When the formula style 
35919 \series bold
35920 Indented
35921 \begin_inset Foot
35922 status collapsed
35923
35924 \begin_layout Plain Layout
35925 formula styles see 
35926 \begin_inset CommandInset ref
35927 LatexCommand ref
35928 reference "sec:Formula-Styles"
35929
35930 \end_inset
35931
35932
35933 \end_layout
35934
35935 \end_inset
35936
35937
35938 \series default
35939  is used, a 
35940 \series bold
35941
35942 \backslash
35943 hfill
35944 \series default
35945
35946 \begin_inset Foot
35947 status collapsed
35948
35949 \begin_layout Plain Layout
35950
35951 \series bold
35952
35953 \backslash
35954 hfill
35955 \series default
35956  only works in formulas with the style 
35957 \series bold
35958 Indented
35959 \series default
35960 , see 
35961 \begin_inset CommandInset ref
35962 LatexCommand ref
35963 reference "sub:Variable-Space"
35964
35965 \end_inset
35966
35967 .
35968 \end_layout
35969
35970 \end_inset
35971
35972  is inserted before and after the matrix to have the same separation of
35973  the matrix from the equation and the side margin.
35974 \end_layout
35975
35976 \begin_layout Standard
35977 When the formula style 
35978 \series bold
35979 Centered
35980 \series default
35981  is used, the method described in 
35982 \begin_inset CommandInset ref
35983 LatexCommand ref
35984 reference "sub:Flalign-Environment"
35985
35986 \end_inset
35987
35988  is used to indent formulas.
35989  Formula 
35990 \begin_inset CommandInset ref
35991 LatexCommand eqref
35992 reference "eq:within"
35993
35994 \end_inset
35995
35996  consists of five columns whereas in the first two columns contain the equation,
35997  the third the matrix, and the last one an empty TeX-brace.
35998 \begin_inset Formula \begin{flalign}
35999 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36000 \rho & \textrm{density}\\
36001 V & \textrm{volume}\\
36002 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
36003
36004 \end_inset
36005
36006
36007 \end_layout
36008
36009 \begin_layout Subsection
36010 Upright small Greek Letters
36011 \begin_inset CommandInset label
36012 LatexCommand label
36013 name "sub:Upright-small-Greek"
36014
36015 \end_inset
36016
36017
36018 \begin_inset Index
36019 status collapsed
36020
36021 \begin_layout Plain Layout
36022 Greek letters ! upright
36023 \end_layout
36024
36025 \end_inset
36026
36027
36028 \end_layout
36029
36030 \begin_layout Standard
36031 Most of the math fonts only provide italic small Greek letters.
36032  But for symbols of elementary particles like pions and neutrinos, upright
36033  Greek letters are needed.
36034  The file 
36035 \series bold
36036 upgreek.sty
36037 \series default
36038
36039 \begin_inset Foot
36040 status collapsed
36041
36042 \begin_layout Plain Layout
36043
36044 \series bold
36045 upgreek
36046 \series default
36047  is part of the LaTeX-package 
36048 \series bold
36049 was
36050 \series default
36051
36052 \begin_inset Index
36053 status collapsed
36054
36055 \begin_layout Plain Layout
36056 Packages ! was
36057 \begin_inset ERT
36058 status collapsed
36059
36060 \begin_layout Plain Layout
36061
36062
36063 \backslash
36064 vspace{4mm}
36065 \end_layout
36066
36067 \end_inset
36068
36069
36070 \end_layout
36071
36072 \end_inset
36073
36074 .
36075 \end_layout
36076
36077 \end_inset
36078
36079
36080 \begin_inset Index
36081 status collapsed
36082
36083 \begin_layout Plain Layout
36084 Packages ! upgreek
36085 \end_layout
36086
36087 \end_inset
36088
36089  that is loaded with the LaTeX-preamble line
36090 \end_layout
36091
36092 \begin_layout Standard
36093
36094 \series bold
36095
36096 \backslash
36097 usepackage{upgreek}
36098 \end_layout
36099
36100 \begin_layout Standard
36101 provides them.
36102  
36103 \begin_inset ERT
36104 status collapsed
36105
36106 \begin_layout Plain Layout
36107
36108
36109 \backslash
36110 ifupgreek 
36111 \end_layout
36112
36113 \end_inset
36114
36115
36116 \begin_inset Note Note
36117 status open
36118
36119 \begin_layout Plain Layout
36120 The following table will only be displayed when the LaTeX-package 
36121 \series bold
36122 upgreek
36123 \series default
36124  is installed:
36125 \end_layout
36126
36127 \end_inset
36128
36129  They are created when the command for a small Greek letters is started
36130  with 
36131 \series bold
36132 up
36133 \series default
36134 .
36135  For example the command 
36136 \series bold
36137
36138 \backslash
36139 uptau
36140 \series default
36141  creates this: 
36142 \begin_inset Formula $\uptau$
36143 \end_inset
36144
36145
36146 \end_layout
36147
36148 \begin_layout Standard
36149 With these commands reactions of elementary particles can be typeset:
36150 \begin_inset Formula \[
36151 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
36152
36153 \end_inset
36154
36155
36156 \end_layout
36157
36158 \begin_layout Standard
36159 The upright letters are more bold and wider than the italic ones.
36160  They should therefore not be used for units like 
36161 \begin_inset Quotes eld
36162 \end_inset
36163
36164 µm
36165 \begin_inset Quotes erd
36166 \end_inset
36167
36168 .
36169 \end_layout
36170
36171 \begin_layout Standard
36172 \begin_inset ERT
36173 status collapsed
36174
36175 \begin_layout Plain Layout
36176
36177
36178 \backslash
36179 else 
36180 \end_layout
36181
36182 \end_inset
36183
36184
36185 \begin_inset Note Note
36186 status open
36187
36188 \begin_layout Plain Layout
36189 The following will be displayed when the LaTeX-package 
36190 \series bold
36191 upgreek
36192 \series default
36193  is not installed:
36194 \end_layout
36195
36196 \end_inset
36197
36198
36199 \end_layout
36200
36201 \begin_layout Standard
36202 You need to install the LaTeX-package 
36203 \series bold
36204 upgreek
36205 \series default
36206  to see the rest of this subsection in the output.
36207 \end_layout
36208
36209 \begin_layout Standard
36210 \begin_inset ERT
36211 status collapsed
36212
36213 \begin_layout Plain Layout
36214
36215
36216 \backslash
36217 fi 
36218 \end_layout
36219
36220 \end_inset
36221
36222
36223 \end_layout
36224
36225 \begin_layout Subsection
36226 Text Characters in Formulas
36227 \begin_inset CommandInset label
36228 LatexCommand label
36229 name "sub:Text-Characters-in"
36230
36231 \end_inset
36232
36233
36234 \begin_inset Index
36235 status collapsed
36236
36237 \begin_layout Plain Layout
36238 Text ! in formulas
36239 \end_layout
36240
36241 \end_inset
36242
36243
36244 \end_layout
36245
36246 \begin_layout Standard
36247 In some cases you might want to insert text characters directly into formulas.
36248  When for example the centered dot · is often used in formulas like 
36249 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36250 \end_inset
36251
36252 , one would have to insert the command 
36253 \series bold
36254
36255 \backslash
36256 cdot
36257 \series default
36258
36259 \begin_inset Foot
36260 status collapsed
36261
36262 \begin_layout Plain Layout
36263 see 
36264 \begin_inset CommandInset ref
36265 LatexCommand ref
36266 reference "sub:Binary-Operators"
36267
36268 \end_inset
36269
36270
36271 \end_layout
36272
36273 \end_inset
36274
36275  all the time, because this character is defined in all encodings as text
36276  character.
36277  But the encoding can be changed by this LaTeX-preamble line:
36278 \end_layout
36279
36280 \begin_layout Standard
36281
36282 \series bold
36283
36284 \backslash
36285 Declare Inputtext{183}{
36286 \backslash
36287 ifmmode
36288 \backslash
36289 cdot
36290 \backslash
36291 else
36292 \backslash
36293 textperiodcentered
36294 \backslash
36295 f\SpecialChar \textcompwordmark{}
36296 i}
36297 \end_layout
36298
36299 \begin_layout Standard
36300 The character encoding (menu 
36301 \family sans
36302 Document\SpecialChar \menuseparator
36303 Settings\SpecialChar \menuseparator
36304 Language
36305 \family default
36306 ) specifies what character appears when a keyboard key is pressed.
36307  When the key for the character '·' is pressed, internally the command 
36308 \series bold
36309
36310 \backslash
36311 textperiodcentered
36312 \series default
36313  is used.
36314  But this command is not available in a formula so that you would get LaTeX-erro
36315 rs.
36316  With the changed encoding the right command is chosen automatically, depending
36317  on if the character was inserted into a formula or not.
36318 \end_layout
36319
36320 \begin_layout Standard
36321 The encoding of several characters is saved in definition files.
36322  Fore example the encoding 
36323 \series bold
36324 latin9
36325 \series default
36326  is defined in the file 
36327 \series bold
36328 latin9.def
36329 \series default
36330  that is in the installation folder of LaTeX.
36331  Encodings should only be changed via the LaTeX-preamble and not in the
36332  definition files.
36333  Otherwise own documents could not be edited by other LyX users working
36334  on other computers.
36335 \end_layout
36336
36337 \begin_layout Standard
36338 \begin_inset VSpace medskip
36339 \end_inset
36340
36341 Besides the centered dot, in this document the degree sign ° is defined
36342  with the following LaTeX-preamble line so that it can directly be inserted
36343  to a formula:
36344 \end_layout
36345
36346 \begin_layout Standard
36347
36348 \series bold
36349
36350 \backslash
36351 DeclareInputtext{176}{
36352 \backslash
36353 ifmmode^
36354 \backslash
36355 circ
36356 \backslash
36357 else
36358 \backslash
36359 textdegree
36360 \backslash
36361 f\SpecialChar \textcompwordmark{}
36362 i}
36363 \end_layout
36364
36365 \begin_layout Standard
36366 \begin_inset Newpage newpage
36367 \end_inset
36368
36369
36370 \end_layout
36371
36372 \begin_layout Section
36373 \start_of_appendix
36374 Typographic Advice
36375 \begin_inset Index
36376 status collapsed
36377
36378 \begin_layout Plain Layout
36379 Typographic advice
36380 \end_layout
36381
36382 \end_inset
36383
36384
36385 \end_layout
36386
36387 \begin_layout Standard
36388 This section is a summary of the most important typographic rules, listed
36389  in ISO norms.
36390 \begin_inset Foot
36391 status collapsed
36392
36393 \begin_layout Plain Layout
36394 This collection was partly taken from the German semi-official dictionary
36395  called 
36396 \begin_inset Quotes eld
36397 \end_inset
36398
36399 Duden
36400 \begin_inset Quotes erd
36401 \end_inset
36402
36403  
36404 \begin_inset CommandInset citation
36405 LatexCommand cite
36406 key "Duden"
36407
36408 \end_inset
36409
36410  that lists some of the ISO rules.
36411 \end_layout
36412
36413 \end_inset
36414
36415
36416 \end_layout
36417
36418 \begin_layout Itemize
36419 Physical units are 
36420 \emph on
36421 always
36422 \emph default
36423  set upright
36424 \begin_inset Foot
36425 status collapsed
36426
36427 \begin_layout Plain Layout
36428 done with font styles, see 
36429 \begin_inset CommandInset ref
36430 LatexCommand ref
36431 reference "sub:Font-Styles"
36432
36433 \end_inset
36434
36435
36436 \end_layout
36437
36438 \end_inset
36439
36440 : 30
36441 \begin_inset space \thinspace{}
36442 \end_inset
36443
36444 km/h
36445 \begin_inset Newline newline
36446 \end_inset
36447
36448 Between the value and the unit is the smallest space, see 
36449 \begin_inset CommandInset ref
36450 LatexCommand ref
36451 reference "sub:Predefined-Space"
36452
36453 \end_inset
36454
36455 .
36456 \begin_inset Newline newline
36457 \end_inset
36458
36459 This convention is automatically fulfilled when the command 
36460 \series bold
36461
36462 \backslash
36463 unittwo
36464 \series default
36465  is used.
36466  When it is entered to a formula, two boxes appear.
36467  In the first one the value is inserted, in the second one the unit, and
36468  one gets as above: 
36469 \begin_inset Formula $\unit[30]{km/h}$
36470 \end_inset
36471
36472
36473 \begin_inset space \thinspace{}
36474 \end_inset
36475
36476 .
36477  Note that 
36478 \series bold
36479
36480 \backslash
36481 unittwo
36482 \series default
36483  is not a real LaTeX command but the command 
36484 \series bold
36485
36486 \backslash
36487 unit[value]{unit}
36488 \series default
36489 , therefore you cannot use it in TeX code.
36490 \end_layout
36491
36492 \begin_layout Itemize
36493 Percent and perthousand signs are set like physical units:
36494 \begin_inset Newline newline
36495 \end_inset
36496
36497 1,2
36498 \begin_inset space \thinspace{}
36499 \end_inset
36500
36501 ‰ alcohol in blood
36502 \end_layout
36503
36504 \begin_layout Itemize
36505 The degree sign follows directly on the value: 15°, but not when it is used
36506  in units: 15
36507 \begin_inset space \thinspace{}
36508 \end_inset
36509
36510 °C
36511 \end_layout
36512
36513 \begin_layout Itemize
36514 In numbers with more than four digits the smallest space is inserted before
36515  every third digit to group them: 
36516 \family roman
36517 \series medium
36518 \shape up
36519 \size normal
36520 \emph off
36521 \bar no
36522 \noun off
36523 \color none
36524 18
36525 \begin_inset space \thinspace{}
36526 \end_inset
36527
36528 473
36529 \begin_inset space \thinspace{}
36530 \end_inset
36531
36532 588
36533 \end_layout
36534
36535 \begin_layout Itemize
36536 For dimensions like 120×90×40
36537 \begin_inset space \thinspace{}
36538 \end_inset
36539
36540 cm the multiplication sign 
36541 \begin_inset Quotes eld
36542 \end_inset
36543
36544 ×
36545 \begin_inset Quotes erd
36546 \end_inset
36547
36548  is used.
36549  It is available either via the command 
36550 \series bold
36551
36552 \backslash
36553 times
36554 \series default
36555  or via the menu 
36556 \family sans
36557 Insert\SpecialChar \menuseparator
36558 Special Character\SpecialChar \menuseparator
36559 Symbols
36560 \family default
36561 .
36562 \end_layout
36563
36564 \begin_layout Itemize
36565 Functions with names consisting of several letters are set upright to avoid
36566  confusions, see 
36567 \begin_inset CommandInset ref
36568 LatexCommand ref
36569 reference "sub:Predefined-Functions"
36570
36571 \end_inset
36572
36573 .
36574 \end_layout
36575
36576 \begin_layout Itemize
36577 Indices consisting of several letters, are set upright: 
36578 \begin_inset Formula $E_{\mathrm{kin}}$
36579 \end_inset
36580
36581
36582 \begin_inset Newline newline
36583 \end_inset
36584
36585 Components of matrices are set italic: 
36586 \begin_inset Formula $\hat{H}_{kl}$
36587 \end_inset
36588
36589
36590 \end_layout
36591
36592 \begin_layout Itemize
36593 The differentiation/integration operator 'd', the Euler's number 'e', and
36594  the imaginary unit 'i' should be set upright, to avoid mixing them up with
36595  other variables.
36596 \end_layout
36597
36598 \begin_layout Itemize
36599 The character that denotes a 
36600 \noun on
36601 Fourier
36602 \noun default
36603  transformation is inserted either by the command 
36604 \series bold
36605
36606 \backslash
36607 mathscr
36608 \begin_inset ERT
36609 status collapsed
36610
36611 \begin_layout Plain Layout
36612
36613
36614 \backslash
36615 spce 
36616 \end_layout
36617
36618 \end_inset
36619
36620
36621 \backslash
36622 {F
36623 \series default
36624
36625 \begin_inset Index
36626 status collapsed
36627
36628 \begin_layout Plain Layout
36629 Commands ! M ! 
36630 \backslash
36631 mathscr
36632 \end_layout
36633
36634 \end_inset
36635
36636  or via the menu 
36637 \family sans
36638 Insert\SpecialChar \menuseparator
36639 Special Character\SpecialChar \menuseparator
36640 Symbols\SpecialChar \menuseparator
36641 Letterlike
36642 \begin_inset space ~
36643 \end_inset
36644
36645 Symbols
36646 \family default
36647
36648 \begin_inset Formula $\mathscr{F}$
36649 \end_inset
36650
36651
36652 \begin_inset Newline newline
36653 \end_inset
36654
36655 To be able to use the command 
36656 \series bold
36657
36658 \backslash
36659 mathscr
36660 \series default
36661 , the LaTeX package 
36662 \series bold
36663 mathrsfs
36664 \series default
36665
36666 \begin_inset Index
36667 status collapsed
36668
36669 \begin_layout Plain Layout
36670 Packages ! mathrsfs
36671 \end_layout
36672
36673 \end_inset
36674
36675  needs to be loaded with the LaTeX-preamble line 
36676 \series bold
36677
36678 \backslash
36679 usepackage{mathrsfs}
36680 \series default
36681 .
36682 \end_layout
36683
36684 \begin_layout Standard
36685 \begin_inset Newpage newpage
36686 \end_inset
36687
36688
36689 \end_layout
36690
36691 \begin_layout Section
36692 Synonyms
36693 \begin_inset Index
36694 status collapsed
36695
36696 \begin_layout Plain Layout
36697 Synonyms
36698 \end_layout
36699
36700 \end_inset
36701
36702
36703 \end_layout
36704
36705 \begin_layout Standard
36706 Some characters and symbols can be created with several commands.
36707  Here is a list of the synonym commands:
36708 \end_layout
36709
36710 \begin_layout Standard
36711 \begin_inset VSpace bigskip
36712 \end_inset
36713
36714
36715 \begin_inset space \hfill{}
36716 \end_inset
36717
36718
36719 \begin_inset Tabular
36720 <lyxtabular version="3" rows="12" columns="2">
36721 <features>
36722 <column alignment="center" valignment="top" width="0pt">
36723 <column alignment="center" valignment="top" width="0pt">
36724 <row>
36725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36726 \begin_inset Text
36727
36728 \begin_layout Plain Layout
36729 Command
36730 \end_layout
36731
36732 \end_inset
36733 </cell>
36734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36735 \begin_inset Text
36736
36737 \begin_layout Plain Layout
36738 equivalent to
36739 \begin_inset Note Note
36740 status collapsed
36741
36742 \begin_layout Plain Layout
36743
36744 \series bold
36745
36746 \backslash
36747 raisebox
36748 \series default
36749  is only used as spacer.
36750 \end_layout
36751
36752 \end_inset
36753
36754
36755 \end_layout
36756
36757 \end_inset
36758 </cell>
36759 </row>
36760 <row>
36761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36762 \begin_inset Text
36763
36764 \begin_layout Plain Layout
36765
36766 \backslash
36767 ast
36768 \end_layout
36769
36770 \end_inset
36771 </cell>
36772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36773 \begin_inset Text
36774
36775 \begin_layout Plain Layout
36776 \begin_inset ERT
36777 status collapsed
36778
36779 \begin_layout Plain Layout
36780
36781
36782 \backslash
36783 raisebox{-1.2mm}{
36784 \end_layout
36785
36786 \end_inset
36787
36788 *
36789 \begin_inset ERT
36790 status collapsed
36791
36792 \begin_layout Plain Layout
36793
36794 }
36795 \end_layout
36796
36797 \end_inset
36798
36799
36800 \end_layout
36801
36802 \end_inset
36803 </cell>
36804 </row>
36805 <row>
36806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36807 \begin_inset Text
36808
36809 \begin_layout Plain Layout
36810
36811 \backslash
36812 choose
36813 \end_layout
36814
36815 \end_inset
36816 </cell>
36817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36818 \begin_inset Text
36819
36820 \begin_layout Plain Layout
36821
36822 \backslash
36823 binom
36824 \end_layout
36825
36826 \end_inset
36827 </cell>
36828 </row>
36829 <row>
36830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36831 \begin_inset Text
36832
36833 \begin_layout Plain Layout
36834
36835 \backslash
36836 geq
36837 \end_layout
36838
36839 \end_inset
36840 </cell>
36841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36842 \begin_inset Text
36843
36844 \begin_layout Plain Layout
36845
36846 \backslash
36847 ge
36848 \end_layout
36849
36850 \end_inset
36851 </cell>
36852 </row>
36853 <row>
36854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36855 \begin_inset Text
36856
36857 \begin_layout Plain Layout
36858
36859 \backslash
36860 lbrace
36861 \end_layout
36862
36863 \end_inset
36864 </cell>
36865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36866 \begin_inset Text
36867
36868 \begin_layout Plain Layout
36869 {
36870 \end_layout
36871
36872 \end_inset
36873 </cell>
36874 </row>
36875 <row>
36876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36877 \begin_inset Text
36878
36879 \begin_layout Plain Layout
36880
36881 \backslash
36882 lbracket
36883 \end_layout
36884
36885 \end_inset
36886 </cell>
36887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36888 \begin_inset Text
36889
36890 \begin_layout Plain Layout
36891 [
36892 \end_layout
36893
36894 \end_inset
36895 </cell>
36896 </row>
36897 <row>
36898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36899 \begin_inset Text
36900
36901 \begin_layout Plain Layout
36902
36903 \backslash
36904 leftarrow
36905 \end_layout
36906
36907 \end_inset
36908 </cell>
36909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36910 \begin_inset Text
36911
36912 \begin_layout Plain Layout
36913
36914 \backslash
36915 gets
36916 \end_layout
36917
36918 \end_inset
36919 </cell>
36920 </row>
36921 <row>
36922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36923 \begin_inset Text
36924
36925 \begin_layout Plain Layout
36926
36927 \backslash
36928 leq
36929 \end_layout
36930
36931 \end_inset
36932 </cell>
36933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36934 \begin_inset Text
36935
36936 \begin_layout Plain Layout
36937
36938 \backslash
36939 le
36940 \end_layout
36941
36942 \end_inset
36943 </cell>
36944 </row>
36945 <row>
36946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36947 \begin_inset Text
36948
36949 \begin_layout Plain Layout
36950
36951 \backslash
36952 lor
36953 \end_layout
36954
36955 \end_inset
36956 </cell>
36957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36958 \begin_inset Text
36959
36960 \begin_layout Plain Layout
36961
36962 \backslash
36963 vee
36964 \end_layout
36965
36966 \end_inset
36967 </cell>
36968 </row>
36969 <row>
36970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36971 \begin_inset Text
36972
36973 \begin_layout Plain Layout
36974
36975 \backslash
36976 neq
36977 \end_layout
36978
36979 \end_inset
36980 </cell>
36981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36982 \begin_inset Text
36983
36984 \begin_layout Plain Layout
36985
36986 \backslash
36987 not=
36988 \end_layout
36989
36990 \end_inset
36991 </cell>
36992 </row>
36993 <row>
36994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36995 \begin_inset Text
36996
36997 \begin_layout Plain Layout
36998
36999 \backslash
37000 slash
37001 \end_layout
37002
37003 \end_inset
37004 </cell>
37005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37006 \begin_inset Text
37007
37008 \begin_layout Plain Layout
37009 /
37010 \end_layout
37011
37012 \end_inset
37013 </cell>
37014 </row>
37015 <row>
37016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37017 \begin_inset Text
37018
37019 \begin_layout Plain Layout
37020
37021 \backslash
37022 vert
37023 \end_layout
37024
37025 \end_inset
37026 </cell>
37027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37028 \begin_inset Text
37029
37030 \begin_layout Plain Layout
37031 |
37032 \end_layout
37033
37034 \end_inset
37035 </cell>
37036 </row>
37037 </lyxtabular>
37038
37039 \end_inset
37040
37041
37042 \begin_inset space \hfill{}
37043 \end_inset
37044
37045
37046 \begin_inset Tabular
37047 <lyxtabular version="3" rows="12" columns="2">
37048 <features>
37049 <column alignment="center" valignment="top" width="0pt">
37050 <column alignment="center" valignment="top" width="0pt">
37051 <row>
37052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37053 \begin_inset Text
37054
37055 \begin_layout Plain Layout
37056 Command
37057 \end_layout
37058
37059 \end_inset
37060 </cell>
37061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37062 \begin_inset Text
37063
37064 \begin_layout Plain Layout
37065 equivalent to
37066 \end_layout
37067
37068 \end_inset
37069 </cell>
37070 </row>
37071 <row>
37072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37073 \begin_inset Text
37074
37075 \begin_layout Plain Layout
37076
37077 \backslash
37078 backslash
37079 \end_layout
37080
37081 \end_inset
37082 </cell>
37083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37084 \begin_inset Text
37085
37086 \begin_layout Plain Layout
37087
37088 \backslash
37089
37090 \backslash
37091
37092 \end_layout
37093
37094 \end_inset
37095 </cell>
37096 </row>
37097 <row>
37098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37099 \begin_inset Text
37100
37101 \begin_layout Plain Layout
37102
37103 \backslash
37104 dasharrow
37105 \end_layout
37106
37107 \end_inset
37108 </cell>
37109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37110 \begin_inset Text
37111
37112 \begin_layout Plain Layout
37113
37114 \backslash
37115 dashrightarrow
37116 \end_layout
37117
37118 \end_inset
37119 </cell>
37120 </row>
37121 <row>
37122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37123 \begin_inset Text
37124
37125 \begin_layout Plain Layout
37126
37127 \backslash
37128 land
37129 \end_layout
37130
37131 \end_inset
37132 </cell>
37133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37134 \begin_inset Text
37135
37136 \begin_layout Plain Layout
37137
37138 \backslash
37139 wedge
37140 \end_layout
37141
37142 \end_inset
37143 </cell>
37144 </row>
37145 <row>
37146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37147 \begin_inset Text
37148
37149 \begin_layout Plain Layout
37150
37151 \backslash
37152 rbrace
37153 \end_layout
37154
37155 \end_inset
37156 </cell>
37157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37158 \begin_inset Text
37159
37160 \begin_layout Plain Layout
37161 }
37162 \end_layout
37163
37164 \end_inset
37165 </cell>
37166 </row>
37167 <row>
37168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37169 \begin_inset Text
37170
37171 \begin_layout Plain Layout
37172
37173 \backslash
37174 rbracket
37175 \end_layout
37176
37177 \end_inset
37178 </cell>
37179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37180 \begin_inset Text
37181
37182 \begin_layout Plain Layout
37183 ]
37184 \end_layout
37185
37186 \end_inset
37187 </cell>
37188 </row>
37189 <row>
37190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37191 \begin_inset Text
37192
37193 \begin_layout Plain Layout
37194
37195 \backslash
37196 rightarrow
37197 \end_layout
37198
37199 \end_inset
37200 </cell>
37201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37202 \begin_inset Text
37203
37204 \begin_layout Plain Layout
37205
37206 \backslash
37207 to
37208 \end_layout
37209
37210 \end_inset
37211 </cell>
37212 </row>
37213 <row>
37214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37215 \begin_inset Text
37216
37217 \begin_layout Plain Layout
37218
37219 \backslash
37220 lnot
37221 \end_layout
37222
37223 \end_inset
37224 </cell>
37225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37226 \begin_inset Text
37227
37228 \begin_layout Plain Layout
37229
37230 \backslash
37231 neg
37232 \end_layout
37233
37234 \end_inset
37235 </cell>
37236 </row>
37237 <row>
37238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37239 \begin_inset Text
37240
37241 \begin_layout Plain Layout
37242
37243 \backslash
37244 ne
37245 \end_layout
37246
37247 \end_inset
37248 </cell>
37249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37250 \begin_inset Text
37251
37252 \begin_layout Plain Layout
37253
37254 \backslash
37255 not=
37256 \end_layout
37257
37258 \end_inset
37259 </cell>
37260 </row>
37261 <row>
37262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37263 \begin_inset Text
37264
37265 \begin_layout Plain Layout
37266
37267 \backslash
37268 owns
37269 \end_layout
37270
37271 \end_inset
37272 </cell>
37273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37274 \begin_inset Text
37275
37276 \begin_layout Plain Layout
37277
37278 \backslash
37279 ni
37280 \end_layout
37281
37282 \end_inset
37283 </cell>
37284 </row>
37285 <row>
37286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37287 \begin_inset Text
37288
37289 \begin_layout Plain Layout
37290
37291 \backslash
37292 square
37293 \end_layout
37294
37295 \end_inset
37296 </cell>
37297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37298 \begin_inset Text
37299
37300 \begin_layout Plain Layout
37301
37302 \backslash
37303 Box
37304 \end_layout
37305
37306 \end_inset
37307 </cell>
37308 </row>
37309 <row>
37310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37311 \begin_inset Text
37312
37313 \begin_layout Plain Layout
37314
37315 \backslash
37316 Vert
37317 \end_layout
37318
37319 \end_inset
37320 </cell>
37321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37322 \begin_inset Text
37323
37324 \begin_layout Plain Layout
37325
37326 \backslash
37327 |
37328 \end_layout
37329
37330 \end_inset
37331 </cell>
37332 </row>
37333 </lyxtabular>
37334
37335 \end_inset
37336
37337
37338 \begin_inset space \hfill{}
37339 \end_inset
37340
37341
37342 \end_layout
37343
37344 \begin_layout Standard
37345 \begin_inset Newpage newpage
37346 \end_inset
37347
37348
37349 \end_layout
37350
37351 \begin_layout Bibliography
37352 \begin_inset CommandInset bibitem
37353 LatexCommand bibitem
37354 key "TLC2"
37355
37356 \end_inset
37357
37358
37359 \shape smallcaps
37360 Mittelbach, F.
37361  ; Goossens, M.
37362 \shape default
37363
37364 \shape italic
37365 The LaTeX Companion
37366 \shape default
37367 .
37368  Addison Wesley, 2004
37369 \end_layout
37370
37371 \begin_layout Bibliography
37372 \begin_inset CommandInset bibitem
37373 LatexCommand bibitem
37374 key "Mathmode"
37375
37376 \end_inset
37377
37378
37379 \begin_inset CommandInset href
37380 LatexCommand href
37381 name "Description"
37382 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37383
37384 \end_inset
37385
37386  of LaTeX's math abilities
37387 \end_layout
37388
37389 \begin_layout Bibliography
37390 \begin_inset CommandInset bibitem
37391 LatexCommand bibitem
37392 key "Voss"
37393
37394 \end_inset
37395
37396 LaTeX tips and tricks-
37397 \begin_inset CommandInset href
37398 LatexCommand href
37399 name "page"
37400 target "http://tug.org/TeXnik/"
37401
37402 \end_inset
37403
37404
37405 \end_layout
37406
37407 \begin_layout Bibliography
37408 \begin_inset CommandInset bibitem
37409 LatexCommand bibitem
37410 key "AMS"
37411
37412 \end_inset
37413
37414
37415 \begin_inset CommandInset href
37416 LatexCommand href
37417 name "Description"
37418 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37419
37420 \end_inset
37421
37422  of 
37423 \begin_inset ERT
37424 status collapsed
37425
37426 \begin_layout Plain Layout
37427
37428
37429 \backslash
37430 AmS
37431 \end_layout
37432
37433 \end_inset
37434
37435 -LaTeX
37436 \end_layout
37437
37438 \begin_layout Bibliography
37439 \begin_inset CommandInset bibitem
37440 LatexCommand bibitem
37441 key "Symbole"
37442
37443 \end_inset
37444
37445
37446 \begin_inset CommandInset href
37447 LatexCommand href
37448 name "List"
37449 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37450
37451 \end_inset
37452
37453  of all symbols available with LaTeX-packages
37454 \end_layout
37455
37456 \begin_layout Bibliography
37457 \begin_inset CommandInset bibitem
37458 LatexCommand bibitem
37459 key "hyperref"
37460
37461 \end_inset
37462
37463
37464 \begin_inset CommandInset href
37465 LatexCommand href
37466 name "Documentation"
37467 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37468
37469 \end_inset
37470
37471  of the LaTeX-package 
37472 \series bold
37473 hyperref
37474 \series default
37475
37476 \begin_inset Index
37477 status collapsed
37478
37479 \begin_layout Plain Layout
37480 Packages ! hyperref
37481 \end_layout
37482
37483 \end_inset
37484
37485
37486 \end_layout
37487
37488 \begin_layout Bibliography
37489 \begin_inset CommandInset bibitem
37490 LatexCommand bibitem
37491 key "mhchem"
37492
37493 \end_inset
37494
37495
37496 \begin_inset CommandInset href
37497 LatexCommand href
37498 name "Documentation"
37499 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37500
37501 \end_inset
37502
37503  of the LaTeX-package 
37504 \series bold
37505 mhchem
37506 \series default
37507
37508 \begin_inset Index
37509 status collapsed
37510
37511 \begin_layout Plain Layout
37512 Packages ! mhchem
37513 \end_layout
37514
37515 \end_inset
37516
37517
37518 \end_layout
37519
37520 \begin_layout Bibliography
37521 \begin_inset CommandInset bibitem
37522 LatexCommand bibitem
37523 key "Mathclap"
37524
37525 \end_inset
37526
37527
37528 \begin_inset CommandInset href
37529 LatexCommand href
37530 name "Description"
37531 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37532
37533 \end_inset
37534
37535  of the command 
37536 \series bold
37537
37538 \backslash
37539 mathclap
37540 \series default
37541 , described in 
37542 \begin_inset CommandInset ref
37543 LatexCommand ref
37544 reference "sub:Operator-Limits"
37545
37546 \end_inset
37547
37548
37549 \begin_inset Index
37550 status collapsed
37551
37552 \begin_layout Plain Layout
37553 Commands ! M ! 
37554 \backslash
37555 mathclap
37556 \end_layout
37557
37558 \end_inset
37559
37560
37561 \end_layout
37562
37563 \begin_layout Bibliography
37564 \begin_inset CommandInset bibitem
37565 LatexCommand bibitem
37566 key "Duden"
37567
37568 \end_inset
37569
37570
37571 \emph on
37572 Duden Band 1
37573 \emph default
37574 .
37575  22.
37576  Auflage, Duden 2001
37577 \end_layout
37578
37579 \begin_layout Subsubsection*
37580 \begin_inset CommandInset index_print
37581 LatexCommand printindex
37582
37583 \end_inset
37584
37585
37586 \end_layout
37587
37588 \end_body
37589 \end_document