]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
Extended.lyx: some more updates and fixes
[lyx.git] / lib / doc / Math.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 340
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
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \fi % end if pdflatex is used
26
27 % Folgendes Problem lösen:
28 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
29 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
30 % die Kapitelnummer geschrieben.
31 % Als Lösung wird mehr Platz zwischen Nummer und
32 % Überschrift eingefügt.
33 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
34 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
35
36 % To be able to enter the character ° and · directly in LyX,
37 % see sec. 22.11
38 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
39 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
40
41 % increase link area for cross-references and autoname them,
42 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
43 \newlength{\abc}
44 \settowidth{\abc}{\space}
45 \addto\extrasenglish{
46  \renewcommand{\equationautorefname}{\hspace{-\abc}}
47  \renewcommand{\sectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
49  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
50
51 % don't load packages twice
52 % see first footnote in sec. 9.3
53 \@ifundefined{textcolor}{\usepackage{color}}{}
54
55 % the pages of the TOC are numbered roman
56 % and a PDF-bookmark for the TOC is added
57 \pagenumbering{roman}
58 \let\myTOC\tableofcontents
59 \renewcommand{\tableofcontents}{%
60  \vspace{1cm}
61  \pdfbookmark[1]{\contentsname}{}
62  \myTOC
63  \cleardoublepage
64  \pagenumbering{arabic}}
65
66 % insert additional vertical space of 1.5 mm between footnotes,
67 \let\myFoot\footnote
68 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
69
70 % provides caption formatting
71 \setkomafont{captionlabel}{\bfseries}
72
73 % used in Kap. 22.6
74 \usepackage[samesize]{cancel}
75
76 % enables calculation of values,
77 \usepackage{calc}
78
79 % for multiple table row and column cells
80 \usepackage{multirow}
81 \usepackage{multicol}
82
83 % needed in sec. 19.4
84 \usepackage{remreset}
85
86 % center multirows (e.g. in sec. 13.3)
87 \renewcommand{\multirowsetup}{\centering}
88
89 % define a color, used in sec.9.3
90 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
91
92 % declare operators (see sec. 10.4 and sec. 15.2)
93 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
94 \DeclareMathOperator{\sgn}{sgn}
95
96 \newcommand{\spce}{\textvisiblespace}
97
98 % example definitions for sec. 20.1 
99 \newcommand{\gr}{\Longrightarrow}
100 \newcommand{\us}[1]{\underline{#1}}
101 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
102 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
103 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
104
105 % example macro from sec. 19.4
106 %\def\tagform@#1{\maketag@@@{|#1|}}
107
108 % macro from sec. 10.2
109 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
110 \def\mathclap {\mathpalette \mathclapinternal}
111 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
112
113 % redefine the greyed out note
114 \renewenvironment{lyxgreyedout}
115  {\textcolor{blue}\bgroup}{\egroup}
116
117 % ------------------------------------
118 % used to check for needed LaTeX packages
119 \usepackage{ifthen}
120
121 % check for package eurosym
122 % used for the Euro symbol
123 \newboolean{eurosym}
124 \IfFileExists{eurosym.sty}
125  {\usepackage[gennarrow]{eurosym}
126   \setboolean{eurosym}{true}}
127  {\setboolean{eurosym}{false}}
128
129 % needed in sec. 22.4
130 % check for package braket
131 \newboolean{braket}
132 \IfFileExists{braket.sty}
133  {\usepackage{braket}
134   \setboolean{braket}{true}}
135  {\setboolean{braket}{false}}
136
137 % needed in sec. 22.10
138 % check for package upgreek
139 \newboolean{upgreek}
140 \IfFileExists{upgreek.sty}
141  {\usepackage{upgreek}
142   \setboolean{upgreek}{true}}
143  {\setboolean{upgreek}{false}}
144 \end_preamble
145 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
146 \language english
147 \inputencoding auto
148 \font_roman default
149 \font_sans default
150 \font_typewriter default
151 \font_default_family default
152 \font_sc false
153 \font_osf false
154 \font_sf_scale 100
155 \font_tt_scale 100
156
157 \graphics default
158 \paperfontsize 12
159 \spacing single
160 \use_hyperref true
161 \pdf_title "LyX's Math Manual"
162 \pdf_author "LyX Team, Uwe Stöhr"
163 \pdf_subject "LyX-documentation about math"
164 \pdf_keywords "LyX, Mathed"
165 \pdf_bookmarks true
166 \pdf_bookmarksnumbered true
167 \pdf_bookmarksopen true
168 \pdf_bookmarksopenlevel 1
169 \pdf_breaklinks false
170 \pdf_pdfborder false
171 \pdf_colorlinks true
172 \pdf_backref false
173 \pdf_pagebackref false
174 \pdf_pdfusetitle false
175 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
176 \papersize a4paper
177 \use_geometry false
178 \use_amsmath 2
179 \use_esint 1
180 \cite_engine basic
181 \use_bibtopic false
182 \paperorientation portrait
183 \secnumdepth 4
184 \tocdepth 3
185 \paragraph_separation skip
186 \defskip medskip
187 \quotes_language english
188 \papercolumns 1
189 \papersides 2
190 \paperpagestyle plain
191 \bullet 1 0 6 -1
192 \bullet 2 2 35 -1
193 \bullet 3 2 7 -1
194 \tracking_changes false
195 \output_changes false
196 \author "" 
197 \author "" 
198 \end_header
199
200 \begin_body
201
202 \begin_layout Title
203 LyX's detailed Math manual
204 \end_layout
205
206 \begin_layout Author
207 by the LyX Team
208 \begin_inset Foot
209 status collapsed
210
211 \begin_layout Plain Layout
212 \noindent
213 If you have comments or error corrections, please send them to the LyX Documenta
214 tion mailing list: 
215 \family typewriter
216
217 \begin_inset CommandInset href
218 LatexCommand href
219 name "lyx-docs@lists.lyx.org"
220 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
221 type "mailto:"
222
223 \end_inset
224
225
226 \end_layout
227
228 \end_inset
229
230
231 \begin_inset Note Note
232 status collapsed
233
234 \begin_layout Plain Layout
235 author: Uwe Stöhr
236 \end_layout
237
238 \end_inset
239
240
241 \begin_inset Newline newline
242 \end_inset
243
244
245 \begin_inset Newline newline
246 \end_inset
247
248
249 \family sans
250 Version 1.6svn
251 \end_layout
252
253 \begin_layout Standard
254 \begin_inset CommandInset toc
255 LatexCommand tableofcontents
256
257 \end_inset
258
259
260 \end_layout
261
262 \begin_layout Standard
263 \begin_inset Note Note
264 status open
265
266 \begin_layout Plain Layout
267 To export this document to PDF, PS, or DVI the LaTeX-packages 
268 \series bold
269 eurosym,
270 \series default
271  
272 \series bold
273 multirow,
274 \series default
275  and 
276 \series bold
277 was
278 \series default
279  must be installed.
280  If they are not installed you can export the document anyway but the sections
281  where the packages are required won't appear in the output.
282 \end_layout
283
284 \begin_layout Plain Layout
285 The latest PDF-version of this document can be found here:
286 \begin_inset Newline newline
287 \end_inset
288
289
290 \series bold
291 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
292 \end_layout
293
294 \end_inset
295
296
297 \end_layout
298
299 \begin_layout Standard
300 \begin_inset Newpage newpage
301 \end_inset
302
303
304 \end_layout
305
306 \begin_layout Section
307 Introduction
308 \begin_inset CommandInset label
309 LatexCommand label
310 name "sec:Introduction"
311
312 \end_inset
313
314
315 \end_layout
316
317 \begin_layout Standard
318 This document explains LyX's math features and is furthermore a collection
319  of LaTeX-commands used for mathematical characters and constructs.
320  The explanations are designed for the usage of commands.
321  It is therefore required that you have read the section 
322 \family typewriter
323 Mathematical
324 \begin_inset space ~
325 \end_inset
326
327 Formulas
328 \family default
329  of the User's Guide.
330 \end_layout
331
332 \begin_layout Standard
333 Most of the characters and many constructs explained in this manual are
334  also accessible via the menu 
335 \family sans
336 Insert
337 \series bold
338 \SpecialChar \menuseparator
339
340 \series default
341 Math
342 \family default
343 , or the 
344 \family sans
345 math
346 \family default
347 \series bold
348  
349 \family sans
350 \series default
351 toolbar
352 \family default
353 .
354  But everybody who has to write lots of formulas will notice that it is
355  much faster to use commands instead of the math toolbar.
356  Therefore this manual is focused on commands but also mentions the correspondin
357 g toolbar buttons when available.
358 \end_layout
359
360 \begin_layout Standard
361 If not specially mentioned the commands are only available within formulas.
362  To be able to use all commands explained in this document, the option 
363 \family sans
364 Use AMS math package
365 \family default
366  must be used in the document settings (menu 
367 \family sans
368 Document\SpecialChar \menuseparator
369 Settings\SpecialChar \menuseparator
370 Math
371 \begin_inset space ~
372 \end_inset
373
374 Options
375 \family default
376 ).
377 \begin_inset Foot
378 status collapsed
379
380 \begin_layout Plain Layout
381 The option 
382 \family sans
383 Use AMS math package automatically
384 \family default
385  only uses 
386 \begin_inset ERT
387 status collapsed
388
389 \begin_layout Plain Layout
390
391
392 \backslash
393 AmS 
394 \end_layout
395
396 \end_inset
397
398 -math when math constructs are found that are supported by LyX.
399 \end_layout
400
401 \end_inset
402
403
404 \end_layout
405
406 \begin_layout Standard
407 This document doesn't list all 
408 \begin_inset ERT
409 status collapsed
410
411 \begin_layout Plain Layout
412
413
414 \backslash
415 AmS 
416 \end_layout
417
418 \end_inset
419
420 -math commands
421 \begin_inset Foot
422 status collapsed
423
424 \begin_layout Plain Layout
425 A list with all 
426 \begin_inset ERT
427 status collapsed
428
429 \begin_layout Plain Layout
430
431
432 \backslash
433 AmS
434 \end_layout
435
436 \end_inset
437
438 -math commands is in the file 
439 \family sans
440
441 \begin_inset CommandInset href
442 LatexCommand href
443 name "amsguide.ps"
444 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
445
446 \end_inset
447
448
449 \family default
450 , which is part of every LaTeX standard installation.
451 \end_layout
452
453 \end_inset
454
455  for lucidity reasons.
456 \end_layout
457
458 \begin_layout Section
459 General Instructions
460 \begin_inset CommandInset label
461 LatexCommand label
462 name "sec:General-Instructions"
463
464 \end_inset
465
466
467 \end_layout
468
469 \begin_layout Standard
470 To create an inline formula
471 \begin_inset Index
472 status collapsed
473
474 \begin_layout Plain Layout
475 Formula ! inline
476 \end_layout
477
478 \end_inset
479
480  that is embedded into a text line, press 
481 \family sans
482 Ctrl-m
483 \family default
484  or the toolbar button 
485 \begin_inset Graphics
486         filename ../images/math-mode.png
487         scale 85
488
489 \end_inset
490
491
492 \begin_inset Newline newline
493 \end_inset
494
495 To create a display style formula
496 \begin_inset Index
497 status collapsed
498
499 \begin_layout Plain Layout
500 Formula ! display style
501 \end_layout
502
503 \end_inset
504
505  that will appear bigger and in an own paragraph, press 
506 \family sans
507 Ctrl-M
508 \family default
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 press 
515 \family sans
516 Ctrl-M
517 \family default
518  or use the menu 
519 \family sans
520 Edit\SpecialChar \menuseparator
521 Math\SpecialChar \menuseparator
522 Change formula type
523 \family default
524 .
525  The same way is used to change an inline formula to a display style formula.
526 \end_layout
527
528 \begin_layout Standard
529 To display parts of an inline formula in the size of a display style formula,
530  enter the command 
531 \series bold
532
533 \backslash
534 displaystyle
535 \begin_inset Index
536 status collapsed
537
538 \begin_layout Plain Layout
539 Commands ! D ! 
540 \backslash
541 displaystyle
542 \end_layout
543
544 \end_inset
545
546
547 \series default
548  to a formula.
549  Then a new blue box appears in which the desired formula part is inserted.
550 \end_layout
551
552 \begin_layout Standard
553 Only inline formulas are allowed inside tables.
554 \end_layout
555
556 \begin_layout Standard
557 The 
558 \family sans
559 math toolbar
560 \family default
561  can be turned on in the menu 
562 \family sans
563 View\SpecialChar \menuseparator
564 Toolbars
565 \family default
566 .
567  When you click there on 
568 \begin_inset Quotes eld
569 \end_inset
570
571 Math
572 \begin_inset Quotes erd
573 \end_inset
574
575  the toolbar will be shown permanently at the bottom; this state is visualized
576  in the 
577 \family sans
578 Toolbars
579 \family default
580  menu with a checkmark.
581  When you click in this state again on 
582 \begin_inset Quotes eld
583 \end_inset
584
585 Math
586 \begin_inset Quotes erd
587 \end_inset
588
589  in the 
590 \family sans
591 Toolbars
592 \family default
593  menu, the 
594 \family sans
595 math toolbar
596 \family default
597  is only shown when the cursor is within a formula; this state is visualized
598  by the renaming of the menu entry from 
599 \begin_inset Quotes eld
600 \end_inset
601
602 Math
603 \begin_inset Quotes erd
604 \end_inset
605
606  to 
607 \begin_inset Quotes eld
608 \end_inset
609
610 Math
611 \begin_inset space ~
612 \end_inset
613
614 (auto)
615 \begin_inset Quotes erd
616 \end_inset
617
618 .
619 \end_layout
620
621 \begin_layout Standard
622 The TeX-mode
623 \begin_inset Index
624 status collapsed
625
626 \begin_layout Plain Layout
627 T@TeX-mode
628 \end_layout
629
630 \end_inset
631
632  is invoked by pressing the toolbar button 
633 \begin_inset Graphics
634         filename ../images/ert-insert.png
635         scale 85
636
637 \end_inset
638
639  or by using the menu 
640 \family sans
641 Insert\SpecialChar \menuseparator
642 Te
643 \begin_inset ERT
644 status collapsed
645
646 \begin_layout Plain Layout
647
648 {}
649 \end_layout
650
651 \end_inset
652
653 X Code
654 \family default
655  (shortcut 
656 \family sans
657 Ctrl-l
658 \family default
659 ).
660 \begin_inset Note Note
661 status collapsed
662
663 \begin_layout Plain Layout
664 In LyX there are three 
665 \begin_inset Quotes eld
666 \end_inset
667
668 proper names
669 \begin_inset Quotes erd
670 \end_inset
671
672  that appear in the output with sub- and superscript letters: TeX, LaTeX,
673  and LyX
674 \end_layout
675
676 \begin_layout Plain Layout
677 To avoid that these names are recognized as proper names, a TeX-brace pair
678  is inserted.
679 \end_layout
680
681 \end_inset
682
683
684 \end_layout
685
686 \begin_layout Standard
687 To change the LaTeX-preamble
688 \begin_inset Index
689 status collapsed
690
691 \begin_layout Plain Layout
692 L@LaTeX-preamble
693 \end_layout
694
695 \end_inset
696
697 , use the menu 
698 \family sans
699 Document\SpecialChar \menuseparator
700 Settings\SpecialChar \menuseparator
701 LaT
702 \begin_inset ERT
703 status collapsed
704
705 \begin_layout Plain Layout
706
707 {}
708 \end_layout
709
710 \end_inset
711
712 eX
713 \family default
714  
715 \family sans
716 Preamble
717 \family default
718 .
719 \end_layout
720
721 \begin_layout Standard
722 To edit matrices, case differentiations, and multiline formulas subsequently,
723  the menus 
724 \family sans
725 Edit\SpecialChar \menuseparator
726 Math
727 \family default
728  and 
729 \family sans
730 Edit\SpecialChar \menuseparator
731 Rows
732 \begin_inset space \thinspace{}
733 \end_inset
734
735 &
736 \begin_inset space \thinspace{}
737 \end_inset
738
739 Columns,
740 \family default
741  or the 
742 \family sans
743 table toolbar
744 \family default
745  can be used.
746  When lines and columns are swapped via the menu, the column or line where
747  the cursor is in is exchanged with the column to the right or the line
748  below, respectively.
749  Is the cursor in the last column or row, the exchange is done with the
750  column to the left or the line above.
751 \end_layout
752
753 \begin_layout Standard
754 To write text in formulas
755 \begin_inset Foot
756 status collapsed
757
758 \begin_layout Plain Layout
759 For multiline formulas the command 
760 \series bold
761
762 \backslash
763 intertext
764 \series default
765  is used, see 
766 \begin_inset CommandInset ref
767 LatexCommand ref
768 reference "sub:Text-in-multiline"
769
770 \end_inset
771
772 .
773 \end_layout
774
775 \end_inset
776
777  
778 \emph on
779 mathematical text
780 \emph default
781
782 \begin_inset Index
783 status collapsed
784
785 \begin_layout Plain Layout
786 Text ! in formulas
787 \end_layout
788
789 \end_inset
790
791
792 \begin_inset Index
793 status collapsed
794
795 \begin_layout Plain Layout
796 Mathematical text
797 \end_layout
798
799 \end_inset
800
801  is used.
802  This mode is invoked with the the shortcut 
803 \family sans
804 Alt-m
805 \begin_inset space ~
806 \end_inset
807
808 m
809 \family default
810  or by the insertion of the command 
811 \series bold
812
813 \backslash
814 text
815 \begin_inset Index
816 status collapsed
817
818 \begin_layout Plain Layout
819 Commands ! T ! 
820 \backslash
821 text
822 \end_layout
823
824 \end_inset
825
826
827 \series default
828 .
829  The text appears black in LyX and can therefore be distinguished from the
830  other formula parts that appear blue.
831  In the output mathematical text is set upright, in contrary to other formula
832  parts.
833 \end_layout
834
835 \begin_layout Subsection*
836 Command Scheme
837 \end_layout
838
839 \begin_layout Standard
840 Most of the LaTeX-commands for math constructs have the following scheme:
841 \end_layout
842
843 \begin_layout Standard
844
845 \series bold
846
847 \backslash
848 commandname[optional
849 \series default
850  
851 \series bold
852 argument]{required
853 \series default
854  
855 \series bold
856 argument}
857 \end_layout
858
859 \begin_layout Standard
860 A command starts always with a backslash 
861 \begin_inset Quotes gld
862 \end_inset
863
864
865 \series bold
866
867 \backslash
868
869 \series default
870
871 \begin_inset Quotes grd
872 \end_inset
873
874 .
875  To omit optional arguments, also omit the associated brackets.
876  The braces around the required arguments are named in this document as
877  TeX-braces
878 \begin_inset Index
879 status collapsed
880
881 \begin_layout Plain Layout
882 T@TeX-braces
883 \end_layout
884
885 \end_inset
886
887 .
888  If you add in a formula a left brace to a command name, LyX creates automatical
889 ly a TeX-brace.
890  In all other cases TeX-braces are created in formulas with the command
891  
892 \series bold
893
894 \backslash
895 {
896 \series default
897 .
898  TeX-braces appear red in LyX, in contrary to normal braces that appear
899  blue.
900  In TeX-mode no command is needed to get TeX-braces.
901  TeX-braces don't appear in the output.
902 \end_layout
903
904 \begin_layout Standard
905 When commands without arguments, like commands for symbols are entered in
906  TeX-mode, a space character must 
907 \emph on
908 always
909 \emph default
910  be behind the command to end it.
911  This space doesn't appear in the output.
912  When the space should appear in the output, the space must be followed
913  by a protected space in normal text.
914 \end_layout
915
916 \begin_layout Standard
917 A protected space is inserted with 
918 \family sans
919 Ctrl-Space
920 \family default
921 .
922 \end_layout
923
924 \begin_layout Subsection*
925 \begin_inset Newpage newpage
926 \end_inset
927
928 Syntax Explanation
929 \end_layout
930
931 \begin_layout Itemize
932 The symbol
933 \begin_inset Foot
934 status collapsed
935
936 \begin_layout Plain Layout
937 This visible space character can be created with the command 
938 \series bold
939
940 \backslash
941 textvisiblespace
942 \series default
943
944 \begin_inset Index
945 status collapsed
946
947 \begin_layout Plain Layout
948 Commands ! T ! 
949 \backslash
950 textvisiblespace
951 \end_layout
952
953 \end_inset
954
955 , inserted in TeX-mode.
956 \end_layout
957
958 \end_inset
959
960  
961 \begin_inset ERT
962 status collapsed
963
964 \begin_layout Plain Layout
965
966
967 \backslash
968 spce 
969 \end_layout
970
971 \end_inset
972
973
974 \begin_inset space ~
975 \end_inset
976
977 denotes a space character to be input.
978 \end_layout
979
980 \begin_layout Itemize
981 An arrow like 
982 \begin_inset Formula $\to$
983 \end_inset
984
985  denotes the usage of the corresponding arrow key on the keyboard.
986 \end_layout
987
988 \begin_layout Subsection*
989 Available units
990 \end_layout
991
992 \begin_layout Standard
993 \align center
994 \begin_inset Float table
995 placement H
996 wide false
997 sideways false
998 status open
999
1000 \begin_layout Plain Layout
1001 \align center
1002 \begin_inset Caption
1003
1004 \begin_layout Plain Layout
1005 \begin_inset CommandInset label
1006 LatexCommand label
1007 name "tab:Available-units"
1008
1009 \end_inset
1010
1011 Available units
1012 \end_layout
1013
1014 \end_inset
1015
1016
1017 \end_layout
1018
1019 \begin_layout Plain Layout
1020 \align center
1021 \begin_inset Tabular
1022 <lyxtabular version="3" rows="13" columns="2">
1023 <features>
1024 <column alignment="center" valignment="top" width="0">
1025 <column alignment="center" valignment="top" width="0">
1026 <row>
1027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1028 \begin_inset Text
1029
1030 \begin_layout Plain Layout
1031 Unit
1032 \end_layout
1033
1034 \end_inset
1035 </cell>
1036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1037 \begin_inset Text
1038
1039 \begin_layout Plain Layout
1040 Name / Description
1041 \end_layout
1042
1043 \end_inset
1044 </cell>
1045 </row>
1046 <row>
1047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1048 \begin_inset Text
1049
1050 \begin_layout Plain Layout
1051 mm
1052 \end_layout
1053
1054 \end_inset
1055 </cell>
1056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1057 \begin_inset Text
1058
1059 \begin_layout Plain Layout
1060 Millimeter
1061 \end_layout
1062
1063 \end_inset
1064 </cell>
1065 </row>
1066 <row>
1067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1068 \begin_inset Text
1069
1070 \begin_layout Plain Layout
1071 cm
1072 \end_layout
1073
1074 \end_inset
1075 </cell>
1076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1077 \begin_inset Text
1078
1079 \begin_layout Plain Layout
1080 Centimeter
1081 \end_layout
1082
1083 \end_inset
1084 </cell>
1085 </row>
1086 <row>
1087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1088 \begin_inset Text
1089
1090 \begin_layout Plain Layout
1091 in
1092 \end_layout
1093
1094 \end_inset
1095 </cell>
1096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1097 \begin_inset Text
1098
1099 \begin_layout Plain Layout
1100 Inch (1
1101 \begin_inset space \thinspace{}
1102 \end_inset
1103
1104 in = 2,54
1105 \begin_inset space \thinspace{}
1106 \end_inset
1107
1108 cm)
1109 \end_layout
1110
1111 \end_inset
1112 </cell>
1113 </row>
1114 <row>
1115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1116 \begin_inset Text
1117
1118 \begin_layout Plain Layout
1119 pt
1120 \end_layout
1121
1122 \end_inset
1123 </cell>
1124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1125 \begin_inset Text
1126
1127 \begin_layout Plain Layout
1128 Point (72.27
1129 \begin_inset space \thinspace{}
1130 \end_inset
1131
1132 pt = 1
1133 \begin_inset space \thinspace{}
1134 \end_inset
1135
1136 in)
1137 \end_layout
1138
1139 \end_inset
1140 </cell>
1141 </row>
1142 <row>
1143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1144 \begin_inset Text
1145
1146 \begin_layout Plain Layout
1147 pc
1148 \end_layout
1149
1150 \end_inset
1151 </cell>
1152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1153 \begin_inset Text
1154
1155 \begin_layout Plain Layout
1156 Pica (1
1157 \begin_inset space \thinspace{}
1158 \end_inset
1159
1160 pc = 12
1161 \begin_inset space \thinspace{}
1162 \end_inset
1163
1164 pt)
1165 \end_layout
1166
1167 \end_inset
1168 </cell>
1169 </row>
1170 <row>
1171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1172 \begin_inset Text
1173
1174 \begin_layout Plain Layout
1175 sp
1176 \end_layout
1177
1178 \end_inset
1179 </cell>
1180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1181 \begin_inset Text
1182
1183 \begin_layout Plain Layout
1184 scaled point (65536
1185 \begin_inset space \thinspace{}
1186 \end_inset
1187
1188 sp = 1
1189 \begin_inset space \thinspace{}
1190 \end_inset
1191
1192 pt)
1193 \end_layout
1194
1195 \end_inset
1196 </cell>
1197 </row>
1198 <row>
1199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1200 \begin_inset Text
1201
1202 \begin_layout Plain Layout
1203 bp
1204 \end_layout
1205
1206 \end_inset
1207 </cell>
1208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1209 \begin_inset Text
1210
1211 \begin_layout Plain Layout
1212 big point (72
1213 \begin_inset space \thinspace{}
1214 \end_inset
1215
1216 bp = 1
1217 \begin_inset space \thinspace{}
1218 \end_inset
1219
1220 in)
1221 \end_layout
1222
1223 \end_inset
1224 </cell>
1225 </row>
1226 <row>
1227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1228 \begin_inset Text
1229
1230 \begin_layout Plain Layout
1231 dd
1232 \end_layout
1233
1234 \end_inset
1235 </cell>
1236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1237 \begin_inset Text
1238
1239 \begin_layout Plain Layout
1240 Didot (1
1241 \begin_inset space \thinspace{}
1242 \end_inset
1243
1244 dd 
1245 \begin_inset Formula $\approx$
1246 \end_inset
1247
1248  0.376
1249 \begin_inset space \thinspace{}
1250 \end_inset
1251
1252 mm)
1253 \end_layout
1254
1255 \end_inset
1256 </cell>
1257 </row>
1258 <row>
1259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1260 \begin_inset Text
1261
1262 \begin_layout Plain Layout
1263 cc
1264 \end_layout
1265
1266 \end_inset
1267 </cell>
1268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1269 \begin_inset Text
1270
1271 \begin_layout Plain Layout
1272 Cicero (1
1273 \begin_inset space \thinspace{}
1274 \end_inset
1275
1276 cc = 12
1277 \begin_inset space \thinspace{}
1278 \end_inset
1279
1280 dd)
1281 \end_layout
1282
1283 \end_inset
1284 </cell>
1285 </row>
1286 <row>
1287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1288 \begin_inset Text
1289
1290 \begin_layout Plain Layout
1291 ex
1292 \end_layout
1293
1294 \end_inset
1295 </cell>
1296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1297 \begin_inset Text
1298
1299 \begin_layout Plain Layout
1300 Height of letter 
1301 \emph on
1302
1303 \begin_inset Quotes eld
1304 \end_inset
1305
1306 x
1307 \emph default
1308
1309 \begin_inset Quotes erd
1310 \end_inset
1311
1312  in the current font
1313 \end_layout
1314
1315 \end_inset
1316 </cell>
1317 </row>
1318 <row>
1319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1320 \begin_inset Text
1321
1322 \begin_layout Plain Layout
1323 em
1324 \end_layout
1325
1326 \end_inset
1327 </cell>
1328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1329 \begin_inset Text
1330
1331 \begin_layout Plain Layout
1332 width of letter 
1333 \begin_inset Quotes eld
1334 \end_inset
1335
1336
1337 \emph on
1338 M
1339 \emph default
1340
1341 \begin_inset Quotes erd
1342 \end_inset
1343
1344  in the current font
1345 \end_layout
1346
1347 \end_inset
1348 </cell>
1349 </row>
1350 <row>
1351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1352 \begin_inset Text
1353
1354 \begin_layout Plain Layout
1355 mu
1356 \end_layout
1357
1358 \end_inset
1359 </cell>
1360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1361 \begin_inset Text
1362
1363 \begin_layout Plain Layout
1364 math unit (1
1365 \begin_inset space \thinspace{}
1366 \end_inset
1367
1368 mu = 
1369 \begin_inset Formula $\nicefrac{1}{18}$
1370 \end_inset
1371
1372
1373 \begin_inset space \thinspace{}
1374 \end_inset
1375
1376 em)
1377 \end_layout
1378
1379 \end_inset
1380 </cell>
1381 </row>
1382 </lyxtabular>
1383
1384 \end_inset
1385
1386
1387 \end_layout
1388
1389 \end_inset
1390
1391
1392 \end_layout
1393
1394 \begin_layout Standard
1395 \begin_inset Newpage newpage
1396 \end_inset
1397
1398
1399 \end_layout
1400
1401 \begin_layout Section
1402 Basic Functions
1403 \end_layout
1404
1405 \begin_layout Subsection
1406 Exponents
1407 \begin_inset Index
1408 status collapsed
1409
1410 \begin_layout Plain Layout
1411 Exponents
1412 \end_layout
1413
1414 \end_inset
1415
1416  and Indices
1417 \begin_inset Index
1418 status collapsed
1419
1420 \begin_layout Plain Layout
1421 Indices
1422 \end_layout
1423
1424 \end_inset
1425
1426
1427 \begin_inset Index
1428 status collapsed
1429
1430 \begin_layout Plain Layout
1431 Superscripts|see
1432 \begin_inset ERT
1433 status collapsed
1434
1435 \begin_layout Plain Layout
1436
1437 {
1438 \end_layout
1439
1440 \end_inset
1441
1442 Exponents
1443 \begin_inset ERT
1444 status collapsed
1445
1446 \begin_layout Plain Layout
1447
1448 }
1449 \end_layout
1450
1451 \end_inset
1452
1453
1454 \end_layout
1455
1456 \end_inset
1457
1458
1459 \begin_inset Index
1460 status collapsed
1461
1462 \begin_layout Plain Layout
1463 Subscripts|see
1464 \begin_inset ERT
1465 status collapsed
1466
1467 \begin_layout Plain Layout
1468
1469 {
1470 \end_layout
1471
1472 \end_inset
1473
1474 Indices
1475 \begin_inset ERT
1476 status collapsed
1477
1478 \begin_layout Plain Layout
1479
1480 }
1481 \end_layout
1482
1483 \end_inset
1484
1485
1486 \end_layout
1487
1488 \end_inset
1489
1490
1491 \end_layout
1492
1493 \begin_layout Standard
1494 Indices are created with an underscore 
1495 \begin_inset Quotes eld
1496 \end_inset
1497
1498 _
1499 \begin_inset Quotes erd
1500 \end_inset
1501
1502  or via the math toolbar button 
1503 \begin_inset Graphics
1504         filename ../images/math-subscript.png
1505         scale 85
1506
1507 \end_inset
1508
1509  , exponents with a caret 
1510 \begin_inset Quotes eld
1511 \end_inset
1512
1513 ^
1514 \begin_inset Quotes erd
1515 \end_inset
1516
1517  or via the math toolbar button 
1518 \begin_inset Graphics
1519         filename ../images/math-superscript.png
1520         scale 85
1521
1522 \end_inset
1523
1524 .
1525 \end_layout
1526
1527 \begin_layout Standard
1528 \align center
1529 \begin_inset Tabular
1530 <lyxtabular version="3" rows="4" columns="2">
1531 <features>
1532 <column alignment="center" valignment="top" width="0pt">
1533 <column alignment="center" valignment="top" width="0pt">
1534 <row>
1535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1536 \begin_inset Text
1537
1538 \begin_layout Plain Layout
1539 command
1540 \end_layout
1541
1542 \end_inset
1543 </cell>
1544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1545 \begin_inset Text
1546
1547 \begin_layout Plain Layout
1548 Result
1549 \begin_inset Note Note
1550 status collapsed
1551
1552 \begin_layout Plain Layout
1553
1554 \series bold
1555
1556 \backslash
1557 raisebox
1558 \series default
1559  is only used as spacer.
1560 \end_layout
1561
1562 \end_inset
1563
1564
1565 \end_layout
1566
1567 \end_inset
1568 </cell>
1569 </row>
1570 <row>
1571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1572 \begin_inset Text
1573
1574 \begin_layout Plain Layout
1575 B_V
1576 \end_layout
1577
1578 \end_inset
1579 </cell>
1580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1581 \begin_inset Text
1582
1583 \begin_layout Plain Layout
1584 \begin_inset Formula $B_{V}$
1585 \end_inset
1586
1587
1588 \end_layout
1589
1590 \end_inset
1591 </cell>
1592 </row>
1593 <row>
1594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1595 \begin_inset Text
1596
1597 \begin_layout Plain Layout
1598 B^V
1599 \end_layout
1600
1601 \end_inset
1602 </cell>
1603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1604 \begin_inset Text
1605
1606 \begin_layout Plain Layout
1607 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1608 \end_inset
1609
1610
1611 \end_layout
1612
1613 \end_inset
1614 </cell>
1615 </row>
1616 <row>
1617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1618 \begin_inset Text
1619
1620 \begin_layout Plain Layout
1621 B^
1622 \begin_inset ERT
1623 status collapsed
1624
1625 \begin_layout Plain Layout
1626
1627
1628 \backslash
1629 spce 
1630 \end_layout
1631
1632 \end_inset
1633
1634 A
1635 \end_layout
1636
1637 \end_inset
1638 </cell>
1639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1640 \begin_inset Text
1641
1642 \begin_layout Plain Layout
1643 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1644 \end_inset
1645
1646
1647 \end_layout
1648
1649 \end_inset
1650 </cell>
1651 </row>
1652 </lyxtabular>
1653
1654 \end_inset
1655
1656
1657 \end_layout
1658
1659 \begin_layout Standard
1660 As the caret is in some languages an accent, vowels will be accentuated
1661  in this case and not set as exponents
1662 \begin_inset Foot
1663 status collapsed
1664
1665 \begin_layout Plain Layout
1666 Depending on the used keyboard settings this can also happen for other character
1667 s than vowels.
1668 \end_layout
1669
1670 \end_inset
1671
1672 .
1673  To get in this case exponents, press 
1674 \family sans
1675 Space
1676 \family default
1677  after the caret as in the last example.
1678 \end_layout
1679
1680 \begin_layout Subsection
1681 Fractions
1682 \begin_inset CommandInset label
1683 LatexCommand label
1684 name "sub:Fractions"
1685
1686 \end_inset
1687
1688
1689 \begin_inset Index
1690 status collapsed
1691
1692 \begin_layout Plain Layout
1693 Fractions
1694 \end_layout
1695
1696 \end_inset
1697
1698
1699 \end_layout
1700
1701 \begin_layout Standard
1702 Fractions are generated with the command 
1703 \series bold
1704
1705 \backslash
1706 frac
1707 \series default
1708
1709 \begin_inset Index
1710 status collapsed
1711
1712 \begin_layout Plain Layout
1713 Commands ! F ! 
1714 \backslash
1715 frac
1716 \end_layout
1717
1718 \end_inset
1719
1720  or via the math toolbar button 
1721 \begin_inset Graphics
1722         filename ../images/math/frac.png
1723         scale 50
1724
1725 \end_inset
1726
1727 .
1728  The font size is adjusted automatically, depending on whether the fraction
1729  is in an inline or display style formula.
1730  With the math toolbar button 
1731 \begin_inset Graphics
1732         filename ../images/math/frac-square.png
1733         scale 85
1734
1735 \end_inset
1736
1737  you can select different fraction types.
1738 \end_layout
1739
1740 \begin_layout Standard
1741 With the command 
1742 \series bold
1743
1744 \backslash
1745 dfrac
1746 \begin_inset Index
1747 status collapsed
1748
1749 \begin_layout Plain Layout
1750 Commands ! D ! 
1751 \backslash
1752 dfrac
1753 \end_layout
1754
1755 \end_inset
1756
1757
1758 \series default
1759  a fraction can be created that has in any case the size of a display style
1760  formula.
1761  With 
1762 \series bold
1763
1764 \backslash
1765 tfrac
1766 \begin_inset Index
1767 status collapsed
1768
1769 \begin_layout Plain Layout
1770 Commands ! T ! 
1771 \backslash
1772 tfrac
1773 \end_layout
1774
1775 \end_inset
1776
1777
1778 \series default
1779  the fraction appears always with the size of an inline formula.
1780  An example:
1781 \end_layout
1782
1783 \begin_layout Standard
1784 A line with the fraction 
1785 \begin_inset Formula $\frac{1}{2}$
1786 \end_inset
1787
1788  that was created with the command 
1789 \series bold
1790
1791 \backslash
1792 frac
1793 \series default
1794 .
1795 \end_layout
1796
1797 \begin_layout Standard
1798 A line with the fraction 
1799 \begin_inset Formula $\dfrac{1}{2}$
1800 \end_inset
1801
1802  that was created with the command 
1803 \series bold
1804
1805 \backslash
1806 dfrac
1807 \series default
1808 .
1809 \end_layout
1810
1811 \begin_layout Standard
1812 \align center
1813 \begin_inset Tabular
1814 <lyxtabular version="3" rows="4" columns="2">
1815 <features>
1816 <column alignment="center" valignment="top" width="0pt">
1817 <column alignment="center" valignment="top" width="0pt">
1818 <row>
1819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1820 \begin_inset Text
1821
1822 \begin_layout Plain Layout
1823 Command
1824 \end_layout
1825
1826 \end_inset
1827 </cell>
1828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1829 \begin_inset Text
1830
1831 \begin_layout Plain Layout
1832 Result
1833 \begin_inset Note Note
1834 status collapsed
1835
1836 \begin_layout Plain Layout
1837
1838 \series bold
1839
1840 \backslash
1841 raisebox
1842 \series default
1843  is only used as spacer.
1844 \end_layout
1845
1846 \end_inset
1847
1848
1849 \end_layout
1850
1851 \end_inset
1852 </cell>
1853 </row>
1854 <row>
1855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1856 \begin_inset Text
1857
1858 \begin_layout Plain Layout
1859
1860 \backslash
1861 frac
1862 \begin_inset ERT
1863 status collapsed
1864
1865 \begin_layout Plain Layout
1866
1867
1868 \backslash
1869 spce 
1870 \end_layout
1871
1872 \end_inset
1873
1874 A
1875 \begin_inset Formula $\downarrow$
1876 \end_inset
1877
1878 B
1879 \end_layout
1880
1881 \end_inset
1882 </cell>
1883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1884 \begin_inset Text
1885
1886 \begin_layout Plain Layout
1887 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1888 \end_inset
1889
1890
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 </row>
1896 <row>
1897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1898 \begin_inset Text
1899
1900 \begin_layout Plain Layout
1901
1902 \backslash
1903 dfrac
1904 \begin_inset ERT
1905 status collapsed
1906
1907 \begin_layout Plain Layout
1908
1909
1910 \backslash
1911 spce 
1912 \end_layout
1913
1914 \end_inset
1915
1916 A
1917 \begin_inset Formula $\downarrow$
1918 \end_inset
1919
1920 B
1921 \end_layout
1922
1923 \end_inset
1924 </cell>
1925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1926 \begin_inset Text
1927
1928 \begin_layout Plain Layout
1929 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1930 \end_inset
1931
1932
1933 \end_layout
1934
1935 \end_inset
1936 </cell>
1937 </row>
1938 <row>
1939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1940 \begin_inset Text
1941
1942 \begin_layout Plain Layout
1943
1944 \backslash
1945 dfrac
1946 \begin_inset ERT
1947 status collapsed
1948
1949 \begin_layout Plain Layout
1950
1951
1952 \backslash
1953 spce 
1954 \end_layout
1955
1956 \end_inset
1957
1958 e^
1959 \begin_inset ERT
1960 status collapsed
1961
1962 \begin_layout Plain Layout
1963
1964
1965 \backslash
1966 spce 
1967 \end_layout
1968
1969 \end_inset
1970
1971
1972 \backslash
1973 frac
1974 \begin_inset ERT
1975 status collapsed
1976
1977 \begin_layout Plain Layout
1978
1979
1980 \backslash
1981 spce 
1982 \end_layout
1983
1984 \end_inset
1985
1986 1
1987 \begin_inset Formula $\downarrow$
1988 \end_inset
1989
1990 2
1991 \begin_inset Formula $\downarrow\downarrow$
1992 \end_inset
1993
1994 3
1995 \end_layout
1996
1997 \end_inset
1998 </cell>
1999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2000 \begin_inset Text
2001
2002 \begin_layout Plain Layout
2003 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2004 \end_inset
2005
2006
2007 \end_layout
2008
2009 \end_inset
2010 </cell>
2011 </row>
2012 </lyxtabular>
2013
2014 \end_inset
2015
2016
2017 \end_layout
2018
2019 \begin_layout Standard
2020 \begin_inset VSpace bigskip
2021 \end_inset
2022
2023
2024 \begin_inset Newpage newpage
2025 \end_inset
2026
2027 For nested fractions the command 
2028 \series bold
2029
2030 \backslash
2031 cfrac
2032 \series default
2033
2034 \begin_inset Index
2035 status collapsed
2036
2037 \begin_layout Plain Layout
2038 Commands ! C ! 
2039 \backslash
2040 cfrac
2041 \end_layout
2042
2043 \end_inset
2044
2045  can be used.
2046  Here an example:
2047 \begin_inset VSpace -3mm
2048 \end_inset
2049
2050
2051 \end_layout
2052
2053 \begin_layout Standard
2054 \begin_inset Formula \begin{align*}
2055 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2056 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2057
2058 \end_inset
2059
2060
2061 \end_layout
2062
2063 \begin_layout Standard
2064 The command for the example above is:
2065 \end_layout
2066
2067 \begin_layout Standard
2068
2069 \series bold
2070
2071 \backslash
2072 cfrac{A
2073 \begin_inset Formula $\to$
2074 \end_inset
2075
2076
2077 \backslash
2078 {B+
2079 \backslash
2080 cfrac{C+
2081 \backslash
2082 cfrac{E
2083 \begin_inset Formula $\to$
2084 \end_inset
2085
2086
2087 \backslash
2088 {F
2089 \begin_inset Formula $\to\to$
2090 \end_inset
2091
2092
2093 \backslash
2094 {D
2095 \end_layout
2096
2097 \begin_layout Standard
2098 \begin_inset VSpace medskip
2099 \end_inset
2100
2101
2102 \end_layout
2103
2104 \begin_layout Standard
2105
2106 \series bold
2107
2108 \backslash
2109 cfrac
2110 \series default
2111  sets the fraction always in the size of a displayed formula, also when
2112  it is part of another fraction.
2113  
2114 \series bold
2115
2116 \backslash
2117 cfrac
2118 \series default
2119  has the following command scheme:
2120 \end_layout
2121
2122 \begin_layout Standard
2123
2124 \series bold
2125
2126 \backslash
2127 cfrac[numerator position]{numerator}{denominator}
2128 \end_layout
2129
2130 \begin_layout Standard
2131 The numerator position can be 
2132 \emph on
2133 l
2134 \emph default
2135  , 
2136 \emph on
2137 c
2138 \emph default
2139 , or 
2140 \emph on
2141 r
2142 \emph default
2143  .
2144  l or r aligns the numerator to the left or right, resp.
2145 \begin_inset space ~
2146 \end_inset
2147
2148 with the fraction stroke.
2149  When 
2150 \emph on
2151 c
2152 \emph default
2153  or no position is given, the numerator appears centered.
2154  These fractions demonstrate the different alignments:
2155 \begin_inset Newline newline
2156 \end_inset
2157
2158
2159 \series bold
2160
2161 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2162 \end_inset
2163
2164
2165 \begin_inset Formula $\cfrac{A}{B+C}$
2166 \end_inset
2167
2168
2169 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2170 \end_inset
2171
2172
2173 \end_layout
2174
2175 \begin_layout Standard
2176 \begin_inset VSpace medskip
2177 \end_inset
2178
2179 It is often advantageous to combine 
2180 \series bold
2181
2182 \backslash
2183 cfrac
2184 \series default
2185  and 
2186 \series bold
2187
2188 \backslash
2189 frac
2190 \series default
2191 :
2192 \begin_inset Formula \[
2193 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2194
2195 \end_inset
2196
2197
2198 \end_layout
2199
2200 \begin_layout Standard
2201 For inline fractions with a sloped fraction stroke you can use the command
2202  
2203 \series bold
2204
2205 \backslash
2206 nicefrac
2207 \series default
2208
2209 \begin_inset Index
2210 status collapsed
2211
2212 \begin_layout Plain Layout
2213 Commands ! N ! 
2214 \backslash
2215 nicefrac
2216 \end_layout
2217
2218 \end_inset
2219
2220
2221 \begin_inset Formula $\nicefrac{5}{31}$
2222 \end_inset
2223
2224  or 
2225 \series bold
2226
2227 \backslash
2228 unitfrac
2229 \series default
2230
2231 \begin_inset Index
2232 status collapsed
2233
2234 \begin_layout Plain Layout
2235 Commands ! U ! 
2236 \backslash
2237 unitfrac
2238 \end_layout
2239
2240 \end_inset
2241
2242
2243 \begin_inset Formula $\unitfrac{5}{31}$
2244 \end_inset
2245
2246  There is furthermore the command 
2247 \series bold
2248
2249 \backslash
2250 unitfracthree
2251 \series default
2252  that offers to write a fraction in combination with a number: 
2253 \begin_inset Formula $\unitfrac[2]{1}{3}$
2254 \end_inset
2255
2256
2257 \begin_inset Newline newline
2258 \end_inset
2259
2260 Note that 
2261 \series bold
2262
2263 \backslash
2264 unitfracthree
2265 \series default
2266  is not a real LaTeX command but the command
2267 \begin_inset Newline newline
2268 \end_inset
2269
2270
2271 \series bold
2272
2273 \backslash
2274 unitfrac[number]{numerator}{denominator}
2275 \series default
2276 , therefore you cannot use it in TeX code.
2277 \end_layout
2278
2279 \begin_layout Standard
2280 How to define own fractions where the fraction stroke can be changed, is
2281  explained in 
2282 \begin_inset CommandInset ref
2283 LatexCommand ref
2284 reference "sub:Self-defined-Fractions"
2285
2286 \end_inset
2287
2288 .
2289 \end_layout
2290
2291 \begin_layout Subsection
2292 Roots
2293 \begin_inset Index
2294 status collapsed
2295
2296 \begin_layout Plain Layout
2297 Roots
2298 \end_layout
2299
2300 \end_inset
2301
2302
2303 \end_layout
2304
2305 \begin_layout Standard
2306 Square roots are created with 
2307 \series bold
2308
2309 \backslash
2310 sqrt
2311 \series default
2312
2313 \begin_inset Index
2314 status collapsed
2315
2316 \begin_layout Plain Layout
2317 Commands ! S ! 
2318 \backslash
2319 sqrt
2320 \end_layout
2321
2322 \end_inset
2323
2324  or the math toolbar button 
2325 \begin_inset Graphics
2326         filename ../images/math/sqrt.png
2327         scale 85
2328
2329 \end_inset
2330
2331 , all other roots with the command 
2332 \series bold
2333
2334 \backslash
2335 root
2336 \series default
2337
2338 \begin_inset Index
2339 status collapsed
2340
2341 \begin_layout Plain Layout
2342 Commands ! R ! 
2343 \backslash
2344 root
2345 \end_layout
2346
2347 \end_inset
2348
2349  or with the math toolbar button 
2350 \begin_inset Graphics
2351         filename ../images/math/root.png
2352         scale 85
2353
2354 \end_inset
2355
2356 .
2357 \end_layout
2358
2359 \begin_layout Standard
2360 \align center
2361 \begin_inset Tabular
2362 <lyxtabular version="3" rows="3" columns="2">
2363 <features>
2364 <column alignment="center" valignment="top" width="0pt">
2365 <column alignment="center" valignment="top" width="0pt">
2366 <row>
2367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2368 \begin_inset Text
2369
2370 \begin_layout Plain Layout
2371 Command
2372 \end_layout
2373
2374 \end_inset
2375 </cell>
2376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2377 \begin_inset Text
2378
2379 \begin_layout Plain Layout
2380 Result
2381 \begin_inset Note Note
2382 status collapsed
2383
2384 \begin_layout Plain Layout
2385
2386 \series bold
2387
2388 \backslash
2389 raisebox
2390 \series default
2391  is only used as spacer.
2392 \end_layout
2393
2394 \end_inset
2395
2396
2397 \end_layout
2398
2399 \end_inset
2400 </cell>
2401 </row>
2402 <row>
2403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2404 \begin_inset Text
2405
2406 \begin_layout Plain Layout
2407
2408 \backslash
2409 sqrt
2410 \begin_inset ERT
2411 status collapsed
2412
2413 \begin_layout Plain Layout
2414
2415
2416 \backslash
2417 spce 
2418 \end_layout
2419
2420 \end_inset
2421
2422 A-B
2423 \end_layout
2424
2425 \end_inset
2426 </cell>
2427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2428 \begin_inset Text
2429
2430 \begin_layout Plain Layout
2431 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2432 \end_inset
2433
2434
2435 \end_layout
2436
2437 \end_inset
2438 </cell>
2439 </row>
2440 <row>
2441 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2442 \begin_inset Text
2443
2444 \begin_layout Plain Layout
2445
2446 \backslash
2447 root
2448 \begin_inset ERT
2449 status collapsed
2450
2451 \begin_layout Plain Layout
2452
2453
2454 \backslash
2455 spce 
2456 \end_layout
2457
2458 \end_inset
2459
2460 3
2461 \begin_inset Formula $\downarrow$
2462 \end_inset
2463
2464 A-B
2465 \end_layout
2466
2467 \end_inset
2468 </cell>
2469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2470 \begin_inset Text
2471
2472 \begin_layout Plain Layout
2473 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2474 \end_inset
2475
2476
2477 \end_layout
2478
2479 \end_inset
2480 </cell>
2481 </row>
2482 </lyxtabular>
2483
2484 \end_inset
2485
2486
2487 \end_layout
2488
2489 \begin_layout Standard
2490 A square root can also be created with 
2491 \series bold
2492
2493 \backslash
2494 root
2495 \series default
2496  when the root index field is left empty.
2497 \end_layout
2498
2499 \begin_layout Standard
2500 With certain indices the distance to the root is too small, like in this
2501  formula: 
2502 \begin_inset Formula $\sqrt[\beta]{B}$
2503 \end_inset
2504
2505
2506 \begin_inset Newline newline
2507 \end_inset
2508
2509 The 
2510 \begin_inset Formula $\beta$
2511 \end_inset
2512
2513  touches the root.
2514  To avoid this, the commands 
2515 \series bold
2516
2517 \backslash
2518 leftroot
2519 \series default
2520
2521 \begin_inset Index
2522 status collapsed
2523
2524 \begin_layout Plain Layout
2525 Commands ! L ! 
2526 \backslash
2527 leftroot
2528 \end_layout
2529
2530 \end_inset
2531
2532  and 
2533 \series bold
2534
2535 \backslash
2536 uproot
2537 \series default
2538
2539 \begin_inset Index
2540 status collapsed
2541
2542 \begin_layout Plain Layout
2543 Commands ! U ! 
2544 \backslash
2545 uproot
2546 \end_layout
2547
2548 \end_inset
2549
2550  are used with the following scheme:
2551 \end_layout
2552
2553 \begin_layout Standard
2554
2555 \series bold
2556
2557 \backslash
2558 leftroot{distance}
2559 \series default
2560  and 
2561 \series bold
2562
2563 \backslash
2564 uproot{distance}
2565 \end_layout
2566
2567 \begin_layout Standard
2568 Distance is the number of Big Points (unit bp; 
2569 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2570 \end_inset
2571
2572 ), that the index should be moved to the left or top, resp..
2573  The commands are written to the index.
2574  This way the command
2575 \begin_inset Newline newline
2576 \end_inset
2577
2578
2579 \series bold
2580
2581 \backslash
2582 root
2583 \backslash
2584 leftroot{-1
2585 \begin_inset Formula $\to$
2586 \end_inset
2587
2588
2589 \backslash
2590 uproot{2
2591 \begin_inset Formula $\to$
2592 \end_inset
2593
2594
2595 \backslash
2596 beta
2597 \begin_inset ERT
2598 status collapsed
2599
2600 \begin_layout Plain Layout
2601
2602
2603 \backslash
2604 spce 
2605 \end_layout
2606
2607 \end_inset
2608
2609
2610 \begin_inset Formula $\to$
2611 \end_inset
2612
2613 B
2614 \begin_inset Newline newline
2615 \end_inset
2616
2617
2618 \series default
2619 produces a correct typeset formula: 
2620 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2621 \end_inset
2622
2623
2624 \end_layout
2625
2626 \begin_layout Subsection
2627 Binomial Coefficients
2628 \begin_inset Index
2629 status collapsed
2630
2631 \begin_layout Plain Layout
2632 Binomial coefficients
2633 \end_layout
2634
2635 \end_inset
2636
2637
2638 \end_layout
2639
2640 \begin_layout Standard
2641 Binomial coefficients are inserted with the command 
2642 \series bold
2643
2644 \backslash
2645 binom
2646 \series default
2647
2648 \begin_inset Index
2649 status collapsed
2650
2651 \begin_layout Plain Layout
2652 Commands ! B ! 
2653 \backslash
2654 binom
2655 \end_layout
2656
2657 \end_inset
2658
2659  or with the submenu of the math toolbar button 
2660 \begin_inset Graphics
2661         filename ../images/math/frac-square.png
2662         scale 85
2663
2664 \end_inset
2665
2666 .
2667  Analog to fractions (
2668 \series bold
2669
2670 \backslash
2671 frac
2672 \series default
2673 ) there are besides 
2674 \series bold
2675
2676 \backslash
2677 binom
2678 \series default
2679  the commands 
2680 \series bold
2681
2682 \backslash
2683 dbinom
2684 \begin_inset Index
2685 status collapsed
2686
2687 \begin_layout Plain Layout
2688 Commands ! D ! 
2689 \backslash
2690 dbinom
2691 \end_layout
2692
2693 \end_inset
2694
2695
2696 \series default
2697  and 
2698 \series bold
2699
2700 \backslash
2701 tbinom
2702 \series default
2703
2704 \begin_inset Index
2705 status collapsed
2706
2707 \begin_layout Plain Layout
2708 Commands ! T ! 
2709 \backslash
2710 tbinom
2711 \end_layout
2712
2713 \end_inset
2714
2715 .
2716  For other brackets around binomial coeficients there are the commands 
2717 \series bold
2718
2719 \backslash
2720 brace
2721 \series default
2722
2723 \begin_inset Index
2724 status collapsed
2725
2726 \begin_layout Plain Layout
2727 Commands ! B ! 
2728 \backslash
2729 brace
2730 \end_layout
2731
2732 \end_inset
2733
2734  and 
2735 \series bold
2736
2737 \backslash
2738 brack
2739 \series default
2740
2741 \begin_inset Index
2742 status collapsed
2743
2744 \begin_layout Plain Layout
2745 Commands ! B ! 
2746 \backslash
2747 brack
2748 \end_layout
2749
2750 \end_inset
2751
2752 .
2753 \end_layout
2754
2755 \begin_layout Standard
2756 \align center
2757 \begin_inset Tabular
2758 <lyxtabular version="3" rows="6" columns="2">
2759 <features>
2760 <column alignment="center" valignment="top" width="0pt">
2761 <column alignment="center" valignment="top" width="0pt">
2762 <row>
2763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2764 \begin_inset Text
2765
2766 \begin_layout Plain Layout
2767 Command
2768 \end_layout
2769
2770 \end_inset
2771 </cell>
2772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2773 \begin_inset Text
2774
2775 \begin_layout Plain Layout
2776 Result
2777 \begin_inset Note Note
2778 status collapsed
2779
2780 \begin_layout Plain Layout
2781
2782 \series bold
2783
2784 \backslash
2785 raisebox
2786 \series default
2787  is only used as spacer.
2788 \end_layout
2789
2790 \end_inset
2791
2792
2793 \end_layout
2794
2795 \end_inset
2796 </cell>
2797 </row>
2798 <row>
2799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2800 \begin_inset Text
2801
2802 \begin_layout Plain Layout
2803
2804 \backslash
2805 binom
2806 \begin_inset ERT
2807 status collapsed
2808
2809 \begin_layout Plain Layout
2810
2811
2812 \backslash
2813 spce 
2814 \end_layout
2815
2816 \end_inset
2817
2818 A
2819 \begin_inset Formula $\downarrow$
2820 \end_inset
2821
2822 B
2823 \end_layout
2824
2825 \end_inset
2826 </cell>
2827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2828 \begin_inset Text
2829
2830 \begin_layout Plain Layout
2831 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2832 \end_inset
2833
2834
2835 \end_layout
2836
2837 \end_inset
2838 </cell>
2839 </row>
2840 <row>
2841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2842 \begin_inset Text
2843
2844 \begin_layout Plain Layout
2845
2846 \backslash
2847 dbinom
2848 \begin_inset ERT
2849 status collapsed
2850
2851 \begin_layout Plain Layout
2852
2853
2854 \backslash
2855 spce 
2856 \end_layout
2857
2858 \end_inset
2859
2860 A
2861 \begin_inset Formula $\downarrow$
2862 \end_inset
2863
2864 B
2865 \end_layout
2866
2867 \end_inset
2868 </cell>
2869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2870 \begin_inset Text
2871
2872 \begin_layout Plain Layout
2873 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2874 \end_inset
2875
2876
2877 \end_layout
2878
2879 \end_inset
2880 </cell>
2881 </row>
2882 <row>
2883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2884 \begin_inset Text
2885
2886 \begin_layout Plain Layout
2887
2888 \backslash
2889 tbinom
2890 \begin_inset ERT
2891 status collapsed
2892
2893 \begin_layout Plain Layout
2894
2895
2896 \backslash
2897 spce 
2898 \end_layout
2899
2900 \end_inset
2901
2902 A
2903 \begin_inset Formula $\downarrow$
2904 \end_inset
2905
2906 B
2907 \end_layout
2908
2909 \end_inset
2910 </cell>
2911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2912 \begin_inset Text
2913
2914 \begin_layout Plain Layout
2915 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2916 \end_inset
2917
2918
2919 \end_layout
2920
2921 \end_inset
2922 </cell>
2923 </row>
2924 <row>
2925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2926 \begin_inset Text
2927
2928 \begin_layout Plain Layout
2929
2930 \backslash
2931 brack
2932 \begin_inset ERT
2933 status collapsed
2934
2935 \begin_layout Plain Layout
2936
2937
2938 \backslash
2939 spce 
2940 \end_layout
2941
2942 \end_inset
2943
2944 A
2945 \begin_inset Formula $\downarrow$
2946 \end_inset
2947
2948 B
2949 \end_layout
2950
2951 \end_inset
2952 </cell>
2953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2954 \begin_inset Text
2955
2956 \begin_layout Plain Layout
2957 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2958 \end_inset
2959
2960
2961 \end_layout
2962
2963 \end_inset
2964 </cell>
2965 </row>
2966 <row>
2967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Plain Layout
2971
2972 \backslash
2973 brace
2974 \begin_inset ERT
2975 status collapsed
2976
2977 \begin_layout Plain Layout
2978
2979
2980 \backslash
2981 spce 
2982 \end_layout
2983
2984 \end_inset
2985
2986 A
2987 \begin_inset Formula $\downarrow$
2988 \end_inset
2989
2990 B
2991 \end_layout
2992
2993 \end_inset
2994 </cell>
2995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2996 \begin_inset Text
2997
2998 \begin_layout Plain Layout
2999 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3000 \end_inset
3001
3002
3003 \end_layout
3004
3005 \end_inset
3006 </cell>
3007 </row>
3008 </lyxtabular>
3009
3010 \end_inset
3011
3012
3013 \end_layout
3014
3015 \begin_layout Subsection
3016 Case Differentiations
3017 \begin_inset Index
3018 status collapsed
3019
3020 \begin_layout Plain Layout
3021 Case differentiations 
3022 \end_layout
3023
3024 \end_inset
3025
3026
3027 \end_layout
3028
3029 \begin_layout Standard
3030 \align center
3031 \begin_inset Tabular
3032 <lyxtabular version="3" rows="3" columns="2">
3033 <features>
3034 <column alignment="center" valignment="top" width="0pt">
3035 <column alignment="center" valignment="top" width="0pt">
3036 <row>
3037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3038 \begin_inset Text
3039
3040 \begin_layout Plain Layout
3041 Command
3042 \end_layout
3043
3044 \end_inset
3045 </cell>
3046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3047 \begin_inset Text
3048
3049 \begin_layout Plain Layout
3050 Result
3051 \end_layout
3052
3053 \end_inset
3054 </cell>
3055 </row>
3056 <row>
3057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3058 \begin_inset Text
3059
3060 \begin_layout Plain Layout
3061
3062 \backslash
3063 cases
3064 \begin_inset ERT
3065 status collapsed
3066
3067 \begin_layout Plain Layout
3068
3069
3070 \backslash
3071 spce 
3072 \end_layout
3073
3074 \end_inset
3075
3076 A
3077 \begin_inset Formula $\to$
3078 \end_inset
3079
3080 B>0
3081 \begin_inset Index
3082 status collapsed
3083
3084 \begin_layout Plain Layout
3085 Commands ! C ! 
3086 \backslash
3087 cases
3088 \end_layout
3089
3090 \end_inset
3091
3092
3093 \end_layout
3094
3095 \end_inset
3096 </cell>
3097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3098 \begin_inset Text
3099
3100 \begin_layout Plain Layout
3101 \begin_inset Formula $\begin{cases}
3102 A & B>0\end{cases}$
3103 \end_inset
3104
3105
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 </row>
3111 <row>
3112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3113 \begin_inset Text
3114
3115 \begin_layout Plain Layout
3116
3117 \backslash
3118 cases
3119 \begin_inset ERT
3120 status collapsed
3121
3122 \begin_layout Plain Layout
3123
3124
3125 \backslash
3126 spce 
3127 \end_layout
3128
3129 \end_inset
3130
3131 Ctrl-Enter
3132 \end_layout
3133
3134 \end_inset
3135 </cell>
3136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140 \begin_inset Formula $\begin{cases}
3141 A & \textrm{for }x>0\\
3142 B & \textrm{for }x=0\end{cases}$
3143 \end_inset
3144
3145
3146 \end_layout
3147
3148 \end_inset
3149 </cell>
3150 </row>
3151 </lyxtabular>
3152
3153 \end_inset
3154
3155
3156 \end_layout
3157
3158 \begin_layout Standard
3159 After inserting 
3160 \series bold
3161
3162 \backslash
3163 cases
3164 \series default
3165  or the usage of the math toolbar button 
3166 \begin_inset Graphics
3167         filename ../images/math/cases.png
3168         scale 85
3169
3170 \end_inset
3171
3172  you can create new lines with the shortcut 
3173 \family sans
3174 Ctrl-Return
3175 \family default
3176  or the table toolbar button 
3177 \begin_inset Graphics
3178         filename ../images/tabular-feature_append-row.png
3179         scale 85
3180
3181 \end_inset
3182
3183 .
3184 \end_layout
3185
3186 \begin_layout Standard
3187 The command 
3188 \series bold
3189
3190 \backslash
3191 cases
3192 \series default
3193  is also available via the menu 
3194 \family sans
3195 Insert\SpecialChar \menuseparator
3196 Math\SpecialChar \menuseparator
3197 Cases-Environment
3198 \family default
3199 .
3200 \end_layout
3201
3202 \begin_layout Subsection
3203 Negations
3204 \begin_inset Index
3205 status collapsed
3206
3207 \begin_layout Plain Layout
3208 Negations
3209 \end_layout
3210
3211 \end_inset
3212
3213
3214 \end_layout
3215
3216 \begin_layout Standard
3217 By inserting of 
3218 \series bold
3219
3220 \backslash
3221 not
3222 \series default
3223
3224 \begin_inset Index
3225 status collapsed
3226
3227 \begin_layout Plain Layout
3228 Commands ! N ! 
3229 \backslash
3230 not
3231 \end_layout
3232
3233 \end_inset
3234
3235  every character can be displayed canceled.
3236  The characters are quasi accentuated by a slash.
3237 \end_layout
3238
3239 \begin_layout Standard
3240 \align center
3241 \begin_inset Tabular
3242 <lyxtabular version="3" rows="4" columns="2">
3243 <features>
3244 <column alignment="center" valignment="top" width="0pt">
3245 <column alignment="center" valignment="top" width="0pt">
3246 <row>
3247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3248 \begin_inset Text
3249
3250 \begin_layout Plain Layout
3251 Command
3252 \end_layout
3253
3254 \end_inset
3255 </cell>
3256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3257 \begin_inset Text
3258
3259 \begin_layout Plain Layout
3260 Result
3261 \end_layout
3262
3263 \end_inset
3264 </cell>
3265 </row>
3266 <row>
3267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3268 \begin_inset Text
3269
3270 \begin_layout Plain Layout
3271
3272 \backslash
3273 not=
3274 \end_layout
3275
3276 \end_inset
3277 </cell>
3278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3279 \begin_inset Text
3280
3281 \begin_layout Plain Layout
3282 \begin_inset Formula $\not=$
3283 \end_inset
3284
3285
3286 \end_layout
3287
3288 \end_inset
3289 </cell>
3290 </row>
3291 <row>
3292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3293 \begin_inset Text
3294
3295 \begin_layout Plain Layout
3296
3297 \backslash
3298 not 
3299 \backslash
3300 le
3301 \end_layout
3302
3303 \end_inset
3304 </cell>
3305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Plain Layout
3309 \begin_inset Formula $\not\le$
3310 \end_inset
3311
3312
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 </row>
3318 <row>
3319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3320 \begin_inset Text
3321
3322 \begin_layout Plain Layout
3323
3324 \backslash
3325 not 
3326 \backslash
3327 parallel
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336 \begin_inset Formula $\not\parallel$
3337 \end_inset
3338
3339
3340 \end_layout
3341
3342 \end_inset
3343 </cell>
3344 </row>
3345 </lyxtabular>
3346
3347 \end_inset
3348
3349
3350 \end_layout
3351
3352 \begin_layout Standard
3353 The last example shows, that not all negations look good.
3354  Therefore there are for some negations special commands (see 
3355 \begin_inset CommandInset ref
3356 LatexCommand ref
3357 reference "sub:Mathematical-Symbols"
3358
3359 \end_inset
3360
3361  and 
3362 \begin_inset CommandInset ref
3363 LatexCommand ref
3364 reference "sec:Relations"
3365
3366 \end_inset
3367
3368 ).
3369 \end_layout
3370
3371 \begin_layout Subsection
3372 Placeholders
3373 \begin_inset CommandInset label
3374 LatexCommand label
3375 name "sub:Placeholders"
3376
3377 \end_inset
3378
3379
3380 \begin_inset Index
3381 status collapsed
3382
3383 \begin_layout Plain Layout
3384 Placeholders
3385 \end_layout
3386
3387 \end_inset
3388
3389
3390 \begin_inset Index
3391 status collapsed
3392
3393 \begin_layout Plain Layout
3394 Chemical characters ! Isotopes
3395 \end_layout
3396
3397 \end_inset
3398
3399
3400 \begin_inset Index
3401 status collapsed
3402
3403 \begin_layout Plain Layout
3404 Isotopes|see
3405 \begin_inset ERT
3406 status collapsed
3407
3408 \begin_layout Plain Layout
3409
3410 {
3411 \end_layout
3412
3413 \end_inset
3414
3415 Chemical characters
3416 \begin_inset ERT
3417 status collapsed
3418
3419 \begin_layout Plain Layout
3420
3421 }
3422 \end_layout
3423
3424 \end_inset
3425
3426
3427 \end_layout
3428
3429 \end_inset
3430
3431
3432 \end_layout
3433
3434 \begin_layout Standard
3435 When displaying e.
3436 \begin_inset space \thinspace{}
3437 \end_inset
3438
3439 g.
3440 \begin_inset space ~
3441 \end_inset
3442
3443 isotopes
3444 \begin_inset Foot
3445 status collapsed
3446
3447 \begin_layout Plain Layout
3448 More about chemical symbols is written in 
3449 \begin_inset CommandInset ref
3450 LatexCommand ref
3451 reference "sub:Chemical-Symbols-and"
3452
3453 \end_inset
3454
3455 .
3456 \end_layout
3457
3458 \end_inset
3459
3460  the following problem occurs:
3461 \end_layout
3462
3463 \begin_layout Standard
3464 \align center
3465 \begin_inset Tabular
3466 <lyxtabular version="3" rows="2" columns="2">
3467 <features>
3468 <column alignment="center" valignment="top" width="0pt">
3469 <column alignment="center" valignment="top" width="0pt">
3470 <row>
3471 <cell alignment="center" valignment="top" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475 Indices created with sub- and superscripts:
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 <cell alignment="center" valignment="top" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3485 \end_inset
3486
3487
3488 \end_layout
3489
3490 \end_inset
3491 </cell>
3492 </row>
3493 <row>
3494 <cell alignment="center" valignment="top" usebox="none">
3495 \begin_inset Text
3496
3497 \begin_layout Plain Layout
3498 correct indices:
3499 \end_layout
3500
3501 \end_inset
3502 </cell>
3503 <cell alignment="center" valignment="top" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3508 \end_inset
3509
3510
3511 \end_layout
3512
3513 \end_inset
3514 </cell>
3515 </row>
3516 </lyxtabular>
3517
3518 \end_inset
3519
3520
3521 \begin_inset Note Note
3522 status collapsed
3523
3524 \begin_layout Plain Layout
3525
3526 \series bold
3527
3528 \backslash
3529 raisebox
3530 \series default
3531  is only used as spacer.
3532 \end_layout
3533
3534 \end_inset
3535
3536
3537 \end_layout
3538
3539 \begin_layout Standard
3540 The shorter index is by default placed below or above the first character
3541  of the longer index.
3542  To avoid this there is the command 
3543 \series bold
3544
3545 \backslash
3546 phantom
3547 \series default
3548
3549 \begin_inset Index
3550 status collapsed
3551
3552 \begin_layout Plain Layout
3553 Commands ! P ! 
3554 \backslash
3555 phantom
3556 \end_layout
3557
3558 \end_inset
3559
3560  or the math toolbar button
3561 \begin_inset space \thinspace{}
3562 \end_inset
3563
3564
3565 \begin_inset Foot
3566 status collapsed
3567
3568 \begin_layout Plain Layout
3569 can be found in the submenu of the toolbar button 
3570 \begin_inset Graphics
3571         filename ../images/math/space.png
3572         scale 85
3573
3574 \end_inset
3575
3576
3577 \end_layout
3578
3579 \end_inset
3580
3581  
3582 \begin_inset Graphics
3583         filename ../images/math/phantom.png
3584         scale 85
3585
3586 \end_inset
3587
3588  that creates one or more phantom characters.
3589  When inserting 
3590 \series bold
3591
3592 \backslash
3593 phantom
3594 \series default
3595  a small blue box appears that is superposed with two red arrows.
3596  The arrows indicate that the complete width and height of the box content
3597  will be created as placeholder.
3598  Phantom characters are accordingly placeholders with the size of the characters.
3599 \end_layout
3600
3601 \begin_layout Standard
3602 \align center
3603 \begin_inset Tabular
3604 <lyxtabular version="3" rows="4" columns="2">
3605 <features>
3606 <column alignment="center" valignment="top" width="0">
3607 <column alignment="center" valignment="top" width="0">
3608 <row>
3609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3610 \begin_inset Text
3611
3612 \begin_layout Plain Layout
3613 Command
3614 \end_layout
3615
3616 \end_inset
3617 </cell>
3618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Plain Layout
3622 Result
3623 \begin_inset Note Note
3624 status collapsed
3625
3626 \begin_layout Plain Layout
3627
3628 \series bold
3629
3630 \backslash
3631 raisebox
3632 \series default
3633  is only used as spacer.
3634 \end_layout
3635
3636 \end_inset
3637
3638
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 </row>
3644 <row>
3645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649 ^19
3650 \begin_inset ERT
3651 status collapsed
3652
3653 \begin_layout Plain Layout
3654
3655
3656 \backslash
3657 spce 
3658 \end_layout
3659
3660 \end_inset
3661
3662 _
3663 \backslash
3664 phantom
3665 \begin_inset ERT
3666 status collapsed
3667
3668 \begin_layout Plain Layout
3669
3670
3671 \backslash
3672 spce 
3673 \end_layout
3674
3675 \end_inset
3676
3677 1
3678 \begin_inset Formula $\to$
3679 \end_inset
3680
3681 9
3682 \begin_inset ERT
3683 status collapsed
3684
3685 \begin_layout Plain Layout
3686
3687
3688 \backslash
3689 spce 
3690 \end_layout
3691
3692 \end_inset
3693
3694 F
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3704 \end_inset
3705
3706
3707 \end_layout
3708
3709 \end_inset
3710 </cell>
3711 </row>
3712 <row>
3713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Plain Layout
3717 ^235
3718 \begin_inset ERT
3719 status collapsed
3720
3721 \begin_layout Plain Layout
3722
3723
3724 \backslash
3725 spce 
3726 \end_layout
3727
3728 \end_inset
3729
3730 _
3731 \backslash
3732 phantom
3733 \begin_inset ERT
3734 status collapsed
3735
3736 \begin_layout Plain Layout
3737
3738
3739 \backslash
3740 spce 
3741 \end_layout
3742
3743 \end_inset
3744
3745 23
3746 \begin_inset Formula $\to$
3747 \end_inset
3748
3749 9
3750 \begin_inset ERT
3751 status collapsed
3752
3753 \begin_layout Plain Layout
3754
3755
3756 \backslash
3757 spce 
3758 \end_layout
3759
3760 \end_inset
3761
3762 F
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3772 \end_inset
3773
3774
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 </row>
3780 <row>
3781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785
3786 \backslash
3787 Lambda^
3788 \begin_inset ERT
3789 status collapsed
3790
3791 \begin_layout Plain Layout
3792
3793
3794 \backslash
3795 spce 
3796 \end_layout
3797
3798 \end_inset
3799
3800
3801 \backslash
3802 phantom
3803 \begin_inset ERT
3804 status collapsed
3805
3806 \begin_layout Plain Layout
3807
3808
3809 \backslash
3810 spce 
3811 \end_layout
3812
3813 \end_inset
3814
3815 ii
3816 \begin_inset Formula $\to$
3817 \end_inset
3818
3819 t
3820 \begin_inset ERT
3821 status collapsed
3822
3823 \begin_layout Plain Layout
3824
3825
3826 \backslash
3827 spce 
3828 \end_layout
3829
3830 \end_inset
3831
3832 _MMt
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3838 \begin_inset Text
3839
3840 \begin_layout Plain Layout
3841 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3842 \end_inset
3843
3844
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 </row>
3850 </lyxtabular>
3851
3852 \end_inset
3853
3854
3855 \end_layout
3856
3857 \begin_layout Standard
3858 Furthermore there are the commands 
3859 \series bold
3860
3861 \backslash
3862 vphantom
3863 \series default
3864
3865 \begin_inset Index
3866 status collapsed
3867
3868 \begin_layout Plain Layout
3869 Commands ! V ! 
3870 \backslash
3871 vphantom
3872 \end_layout
3873
3874 \end_inset
3875
3876  (toolbar button 
3877 \begin_inset space ~
3878 \end_inset
3879
3880
3881 \begin_inset Graphics
3882         filename ../images/math/vphantom.png
3883         scale 85
3884
3885 \end_inset
3886
3887 ) and 
3888 \series bold
3889
3890 \backslash
3891 hphantom
3892 \series default
3893
3894 \begin_inset Index
3895 status collapsed
3896
3897 \begin_layout Plain Layout
3898 Commands ! H ! 
3899 \backslash
3900 hphantom
3901 \end_layout
3902
3903 \end_inset
3904
3905  (toolbar button 
3906 \begin_inset space ~
3907 \end_inset
3908
3909
3910 \begin_inset Graphics
3911         filename ../images/math/hphantom.png
3912         scale 85
3913
3914 \end_inset
3915
3916 ).
3917  
3918 \series bold
3919
3920 \backslash
3921 hphantom
3922 \series default
3923  creates only space for the maximal height of the characters in the box
3924  but not for its width.
3925  
3926 \series bold
3927
3928 \backslash
3929 vphantom
3930 \series default
3931  creates only space for the width of the box content.
3932  Therefore  the boxes of both commands have only one red arrow.
3933 \end_layout
3934
3935 \begin_layout Standard
3936 For example creates 
3937 \series bold
3938
3939 \backslash
3940 vphantom
3941 \series default
3942
3943 \begin_inset ERT
3944 status collapsed
3945
3946 \begin_layout Plain Layout
3947
3948
3949 \backslash
3950 spce 
3951 \end_layout
3952
3953 \end_inset
3954
3955
3956 \series bold
3957 a
3958 \backslash
3959 int
3960 \series default
3961  space for the height of the integral sign,
3962 \begin_inset Foot
3963 status collapsed
3964
3965 \begin_layout Plain Layout
3966 The command 
3967 \series bold
3968
3969 \backslash
3970 int
3971 \series default
3972  creates an integral sign, see 
3973 \begin_inset CommandInset ref
3974 LatexCommand ref
3975 reference "sub:Big-Operators"
3976
3977 \end_inset
3978
3979 .
3980 \end_layout
3981
3982 \end_inset
3983
3984  because this is the larger character.
3985  An example application is in 
3986 \begin_inset CommandInset ref
3987 LatexCommand ref
3988 reference "sub:Multiline-Brackets"
3989
3990 \end_inset
3991
3992 .
3993 \end_layout
3994
3995 \begin_layout Subsection
3996 Lines
3997 \begin_inset Index
3998 status collapsed
3999
4000 \begin_layout Plain Layout
4001 Lines
4002 \end_layout
4003
4004 \end_inset
4005
4006
4007 \begin_inset Index
4008 status collapsed
4009
4010 \begin_layout Plain Layout
4011 Formula ! underlined
4012 \end_layout
4013
4014 \end_inset
4015
4016
4017 \end_layout
4018
4019 \begin_layout Standard
4020 \align center
4021 \begin_inset Tabular
4022 <lyxtabular version="3" rows="4" columns="2">
4023 <features>
4024 <column alignment="center" valignment="top" width="0pt">
4025 <column alignment="center" valignment="top" width="0pt">
4026 <row>
4027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Plain Layout
4031 Command
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4037 \begin_inset Text
4038
4039 \begin_layout Plain Layout
4040 Result
4041 \begin_inset Note Note
4042 status collapsed
4043
4044 \begin_layout Plain Layout
4045
4046 \series bold
4047
4048 \backslash
4049 raisebox
4050 \series default
4051  is only used as spacer.
4052 \end_layout
4053
4054 \end_inset
4055
4056
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 </row>
4062 <row>
4063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4064 \begin_inset Text
4065
4066 \begin_layout Plain Layout
4067
4068 \backslash
4069 overline
4070 \begin_inset ERT
4071 status collapsed
4072
4073 \begin_layout Plain Layout
4074
4075
4076 \backslash
4077 spce 
4078 \end_layout
4079
4080 \end_inset
4081
4082 A+B
4083 \begin_inset Index
4084 status collapsed
4085
4086 \begin_layout Plain Layout
4087 Commands ! O ! 
4088 \backslash
4089 overline
4090 \end_layout
4091
4092 \end_inset
4093
4094
4095 \end_layout
4096
4097 \end_inset
4098 </cell>
4099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4104 \end_inset
4105
4106
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 </row>
4112 <row>
4113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117
4118 \backslash
4119 underline
4120 \begin_inset ERT
4121 status collapsed
4122
4123 \begin_layout Plain Layout
4124
4125
4126 \backslash
4127 spce 
4128 \end_layout
4129
4130 \end_inset
4131
4132 A+B
4133 \begin_inset Index
4134 status collapsed
4135
4136 \begin_layout Plain Layout
4137 Commands ! U ! 
4138 \backslash
4139 underline
4140 \end_layout
4141
4142 \end_inset
4143
4144
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4154 \end_inset
4155
4156
4157 \end_layout
4158
4159 \end_inset
4160 </cell>
4161 </row>
4162 <row>
4163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167
4168 \backslash
4169 overline
4170 \begin_inset ERT
4171 status collapsed
4172
4173 \begin_layout Plain Layout
4174
4175
4176 \backslash
4177 spce 
4178 \end_layout
4179
4180 \end_inset
4181
4182
4183 \backslash
4184 underline
4185 \begin_inset ERT
4186 status collapsed
4187
4188 \begin_layout Plain Layout
4189
4190
4191 \backslash
4192 spce 
4193 \end_layout
4194
4195 \end_inset
4196
4197 A+B
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4207 \end_inset
4208
4209
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 </row>
4215 </lyxtabular>
4216
4217 \end_inset
4218
4219
4220 \end_layout
4221
4222 \begin_layout Standard
4223 In the last example it doesn't matter if first 
4224 \series bold
4225
4226 \backslash
4227 overline
4228 \series default
4229  or 
4230 \series bold
4231
4232 \backslash
4233 underline
4234 \series default
4235  is inserted.
4236 \end_layout
4237
4238 \begin_layout Standard
4239 To double underline e.
4240 \begin_inset space \thinspace{}
4241 \end_inset
4242
4243 g.
4244  results, one uses 
4245 \series bold
4246
4247 \backslash
4248 underline
4249 \series default
4250  twice.
4251 \end_layout
4252
4253 \begin_layout Standard
4254 It is possible to place up to 6 lines above or below characters.
4255 \end_layout
4256
4257 \begin_layout Standard
4258 \begin_inset VSpace bigskip
4259 \end_inset
4260
4261 Custom lines can be created using the command 
4262 \series bold
4263
4264 \backslash
4265 rule
4266 \series default
4267
4268 \begin_inset Index
4269 status collapsed
4270
4271 \begin_layout Plain Layout
4272 Commands ! R ! 
4273 \backslash
4274 rule
4275 \end_layout
4276
4277 \end_inset
4278
4279  which has the following scheme:
4280 \end_layout
4281
4282 \begin_layout Standard
4283
4284 \series bold
4285
4286 \backslash
4287 rule[vertical offset]{length}{thickness}
4288 \end_layout
4289
4290 \begin_layout Standard
4291 The optional vertical offset shifts the line upwards (or downwards, when
4292  the value is negative).
4293  The units listed in 
4294 \begin_inset CommandInset ref
4295 LatexCommand ref
4296 reference "tab:Available-units"
4297
4298 \end_inset
4299
4300  can be used for the values.
4301  Here are two example lines created with the commands
4302 \begin_inset Newline newline
4303 \end_inset
4304
4305
4306 \series bold
4307
4308 \backslash
4309 rule[-2ex]{3cm}{2pt}
4310 \series default
4311  and 
4312 \series bold
4313
4314 \backslash
4315 rule{2cm}{1pt}
4316 \series default
4317 :
4318 \end_layout
4319
4320 \begin_layout Standard
4321 This is a sentence 
4322 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4323 \end_inset
4324
4325  with two lines.
4326 \end_layout
4327
4328 \begin_layout Standard
4329
4330 \series bold
4331
4332 \backslash
4333 rule
4334 \series default
4335  can also be used for text when it is inserted in TeX-mode.
4336 \end_layout
4337
4338 \begin_layout Subsection
4339 Ellipses
4340 \begin_inset CommandInset label
4341 LatexCommand label
4342 name "sub:Ellipses"
4343
4344 \end_inset
4345
4346
4347 \begin_inset Index
4348 status collapsed
4349
4350 \begin_layout Plain Layout
4351 Ellipses
4352 \end_layout
4353
4354 \end_inset
4355
4356
4357 \end_layout
4358
4359 \begin_layout Standard
4360 There are different types of ellipses available.
4361 \begin_inset Foot
4362 status collapsed
4363
4364 \begin_layout Plain Layout
4365 In the math toolbar in the submenu of the button 
4366 \begin_inset Graphics
4367         filename ../images/math/ldots.png
4368         scale 85
4369
4370 \end_inset
4371
4372
4373 \end_layout
4374
4375 \end_inset
4376
4377  For listings dots at the baseline are used (
4378 \series bold
4379
4380 \backslash
4381 ldots
4382 \series default
4383
4384 \begin_inset Index
4385 status collapsed
4386
4387 \begin_layout Plain Layout
4388 Commands ! L ! 
4389 \backslash
4390 ldots
4391 \end_layout
4392
4393 \end_inset
4394
4395 ), while for operations dots are needed that are on the same height as the
4396  operators (
4397 \series bold
4398
4399 \backslash
4400 cdots
4401 \series default
4402
4403 \begin_inset Index
4404 status collapsed
4405
4406 \begin_layout Plain Layout
4407 Commands ! C ! 
4408 \backslash
4409 cdots
4410 \end_layout
4411
4412 \end_inset
4413
4414 ).
4415  When using the command 
4416 \series bold
4417
4418 \backslash
4419 dots
4420 \series default
4421
4422 \begin_inset Index
4423 status collapsed
4424
4425 \begin_layout Plain Layout
4426 Commands ! D ! 
4427 \backslash
4428 dots
4429 \end_layout
4430
4431 \end_inset
4432
4433 , LaTeX decides on the basis of the next character what type is used.
4434 \end_layout
4435
4436 \begin_layout Standard
4437 \align center
4438 \begin_inset Tabular
4439 <lyxtabular version="3" rows="8" columns="2">
4440 <features>
4441 <column alignment="center" valignment="top" width="0pt">
4442 <column alignment="center" valignment="top" width="0pt">
4443 <row>
4444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4445 \begin_inset Text
4446
4447 \begin_layout Plain Layout
4448 Command
4449 \end_layout
4450
4451 \end_inset
4452 </cell>
4453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457 Result
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 </row>
4463 <row>
4464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468 A_1
4469 \begin_inset ERT
4470 status collapsed
4471
4472 \begin_layout Plain Layout
4473
4474
4475 \backslash
4476 spce 
4477 \end_layout
4478
4479 \end_inset
4480
4481 ,
4482 \backslash
4483 dots
4484 \begin_inset ERT
4485 status collapsed
4486
4487 \begin_layout Plain Layout
4488
4489
4490 \backslash
4491 spce 
4492 \end_layout
4493
4494 \end_inset
4495
4496 ,A_n
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505 \begin_inset Formula $A_{1},\dots,A_{n}$
4506 \end_inset
4507
4508
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 </row>
4514 <row>
4515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Plain Layout
4519 A_1
4520 \begin_inset ERT
4521 status collapsed
4522
4523 \begin_layout Plain Layout
4524
4525
4526 \backslash
4527 spce 
4528 \end_layout
4529
4530 \end_inset
4531
4532 +
4533 \backslash
4534 dots
4535 \begin_inset ERT
4536 status collapsed
4537
4538 \begin_layout Plain Layout
4539
4540
4541 \backslash
4542 spce 
4543 \end_layout
4544
4545 \end_inset
4546
4547 +A_n
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556 \begin_inset Formula $A_{1}+\dots+A_{n}$
4557 \end_inset
4558
4559
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 </row>
4565 <row>
4566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570 A_1
4571 \begin_inset ERT
4572 status collapsed
4573
4574 \begin_layout Plain Layout
4575
4576
4577 \backslash
4578 spce 
4579 \end_layout
4580
4581 \end_inset
4582
4583 ,
4584 \backslash
4585 ldots
4586 \begin_inset ERT
4587 status collapsed
4588
4589 \begin_layout Plain Layout
4590
4591
4592 \backslash
4593 spce 
4594 \end_layout
4595
4596 \end_inset
4597
4598 ,A_n
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607 \begin_inset Formula $A_{1},\ldots,A_{n}$
4608 \end_inset
4609
4610
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 </row>
4616 <row>
4617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621 A_1
4622 \begin_inset ERT
4623 status collapsed
4624
4625 \begin_layout Plain Layout
4626
4627
4628 \backslash
4629 spce 
4630 \end_layout
4631
4632 \end_inset
4633
4634 +
4635 \backslash
4636 cdots
4637 \begin_inset ERT
4638 status collapsed
4639
4640 \begin_layout Plain Layout
4641
4642
4643 \backslash
4644 spce 
4645 \end_layout
4646
4647 \end_inset
4648
4649 +A_n
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4655 \begin_inset Text
4656
4657 \begin_layout Plain Layout
4658 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4659 \end_inset
4660
4661
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 </row>
4667 <row>
4668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672
4673 \backslash
4674 vdots
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683 \begin_inset Formula $\vdots$
4684 \end_inset
4685
4686
4687 \end_layout
4688
4689 \end_inset
4690 </cell>
4691 </row>
4692 <row>
4693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697
4698 \backslash
4699 ddots
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708 \begin_inset Formula $\ddots$
4709 \end_inset
4710
4711
4712 \end_layout
4713
4714 \end_inset
4715 </cell>
4716 </row>
4717 <row>
4718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Plain Layout
4722 3×3
4723 \begin_inset space \thinspace{}
4724 \end_inset
4725
4726 matrix with the different dots
4727 \end_layout
4728
4729 \end_inset
4730 </cell>
4731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735 \begin_inset Formula $\begin{array}{ccc}
4736 A_{11} & \cdots & A_{1m}\\
4737 \vdots & \ddots & \vdots\\
4738 A_{n1} & \cdots & A_{nm}\end{array}$
4739 \end_inset
4740
4741
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 </row>
4747 </lyxtabular>
4748
4749 \end_inset
4750
4751
4752 \end_layout
4753
4754 \begin_layout Standard
4755 The ellipses available in menu 
4756 \family sans
4757 Insert\SpecialChar \menuseparator
4758 Special
4759 \begin_inset space ~
4760 \end_inset
4761
4762 Character
4763 \family default
4764  are 
4765 \series bold
4766
4767 \backslash
4768 ldots
4769 \series default
4770 .
4771 \end_layout
4772
4773 \begin_layout Standard
4774 \begin_inset VSpace medskip
4775 \end_inset
4776
4777 Specially for matrices there are ellipses that span over several columns.
4778  They are created with the command 
4779 \series bold
4780
4781 \backslash
4782 hdotsfor
4783 \series default
4784
4785 \begin_inset Index
4786 status collapsed
4787
4788 \begin_layout Plain Layout
4789 Commands ! H ! 
4790 \backslash
4791 hdotsfor
4792 \end_layout
4793
4794 \end_inset
4795
4796 , that has the following scheme:
4797 \end_layout
4798
4799 \begin_layout Standard
4800
4801 \series bold
4802
4803 \backslash
4804 hdotsfor[distance]{number of columns}
4805 \end_layout
4806
4807 \begin_layout Standard
4808 The number of columns specifies how many columns should be spanned.
4809  Distance is a factor for the distance between the dots.
4810 \end_layout
4811
4812 \begin_layout Standard
4813 In the following matrix the command 
4814 \series bold
4815
4816 \backslash
4817 hdotsfor[2]{4}
4818 \series default
4819  was inserted in the first box of the second line, to get an ellipsis with
4820  a dot distance twice as long as with the command 
4821 \series bold
4822
4823 \backslash
4824 dots
4825 \series default
4826 :
4827 \begin_inset Formula \[
4828 \left(\begin{array}{cccc}
4829 A & B & C & D\\
4830 \hdotsfor[2]{4}\\
4831 q & w & e & r\end{array}\right)\]
4832
4833 \end_inset
4834
4835 Note that the matrix fields that should be spanned must be empty, otherwise
4836  you get LaTeX-errors.
4837 \end_layout
4838
4839 \begin_layout Standard
4840 \begin_inset VSpace bigskip
4841 \end_inset
4842
4843 Furthermore you can fill with the command 
4844 \series bold
4845
4846 \backslash
4847 dotfill
4848 \series default
4849
4850 \begin_inset Index
4851 status collapsed
4852
4853 \begin_layout Plain Layout
4854 Commands ! D ! 
4855 \backslash
4856 dotfill
4857 \end_layout
4858
4859 \end_inset
4860
4861  the rest of a line with dots.
4862  The effect of these commands is the same like with 
4863 \series bold
4864
4865 \backslash
4866 hfill
4867 \series default
4868 , see 
4869 \begin_inset CommandInset ref
4870 LatexCommand ref
4871 reference "sub:Variable-Space"
4872
4873 \end_inset
4874
4875 .
4876 \end_layout
4877
4878 \begin_layout Standard
4879 For example the command 
4880 \series bold
4881 A
4882 \backslash
4883 dotfill
4884 \begin_inset ERT
4885 status collapsed
4886
4887 \begin_layout Plain Layout
4888
4889
4890 \backslash
4891 spce 
4892 \end_layout
4893
4894 \end_inset
4895
4896 B
4897 \series default
4898  produces
4899 \end_layout
4900
4901 \begin_layout Standard
4902 \begin_inset Formula $A\dotfill B$
4903 \end_inset
4904
4905
4906 \end_layout
4907
4908 \begin_layout Standard
4909 Analog to
4910 \series bold
4911  
4912 \backslash
4913 dotfill
4914 \series default
4915  there is for a line the command 
4916 \series bold
4917
4918 \backslash
4919 hrulefill
4920 \series default
4921
4922 \begin_inset Index
4923 status collapsed
4924
4925 \begin_layout Plain Layout
4926 Commands ! H ! 
4927 \backslash
4928 hrulefill
4929 \end_layout
4930
4931 \end_inset
4932
4933 :
4934 \end_layout
4935
4936 \begin_layout Standard
4937 \begin_inset Formula $A\hrulefill B$
4938 \end_inset
4939
4940
4941 \end_layout
4942
4943 \begin_layout Standard
4944 To use the commands for text, they have to be inserted in TeX-mode.
4945 \end_layout
4946
4947 \begin_layout Section
4948 Matrices
4949 \begin_inset CommandInset label
4950 LatexCommand label
4951 name "sec:Matrices"
4952
4953 \end_inset
4954
4955
4956 \begin_inset Index
4957 status collapsed
4958
4959 \begin_layout Plain Layout
4960 Matrices
4961 \end_layout
4962
4963 \end_inset
4964
4965
4966 \end_layout
4967
4968 \begin_layout Standard
4969 Matrices can be inserted via the math toolbar button 
4970 \begin_inset Graphics
4971         filename ../images/dialog-show_mathmatrix.png
4972         scale 85
4973
4974 \end_inset
4975
4976  or the menu 
4977 \family sans
4978 Insert\SpecialChar \menuseparator
4979 Math\SpecialChar \menuseparator
4980 Matrix
4981 \family default
4982 .
4983  You will be asked for the number of matrix columns and rows, and the alignment.
4984  The vertical alignment is hereby only of importance for matrices in inline
4985  formulas:
4986 \end_layout
4987
4988 \begin_layout Standard
4989 The first matrix is top 
4990 \begin_inset Formula $\begin{array}[t]{cccc}
4991 A & D & G & J\\
4992 B & E & H & K\\
4993 C & F & I & L\end{array}$
4994 \end_inset
4995
4996 , the second middle 
4997 \begin_inset Formula $\begin{array}{cccc}
4998 A & D & G & J\\
4999 B & E & H & K\\
5000 C & F & I & L\end{array}$
5001 \end_inset
5002
5003 , and the third bottom 
5004 \begin_inset Formula $\begin{array}[b]{cccc}
5005 A & D & G & J\\
5006 B & E & H & K\\
5007 C & F & I & L\end{array}$
5008 \end_inset
5009
5010  aligned.
5011 \end_layout
5012
5013 \begin_layout Standard
5014 The horizontal alignment specifies how the column entries should be aligned.
5015  It is set by entering a letter for every column.
5016  
5017 \emph on
5018 l
5019 \emph default
5020  denotes left aligned, 
5021 \emph on
5022 c
5023 \emph default
5024  centered, and 
5025 \emph on
5026 r
5027 \emph default
5028  right aligned.
5029  To create for example a 4
5030 \series bold
5031 ×
5032 \series default
5033 4
5034 \begin_inset space ~
5035 \end_inset
5036
5037 matrix where the first column is left aligned, the second and third are
5038  centered, and the last one is right aligned, one enters for the horizontal
5039  alignment 
5040 \series bold
5041 lccr
5042 \series default
5043 .
5044  Normally are in a matrix all columns centered, therefore the default is
5045  for every column is a 
5046 \series bold
5047 c
5048 \series default
5049 .
5050 \end_layout
5051
5052 \begin_layout Standard
5053 Horizontal alignment:
5054 \end_layout
5055
5056 \begin_layout Standard
5057
5058 \series bold
5059 lll
5060 \series default
5061  : 
5062 \begin_inset Formula $\begin{array}{lll}
5063 10000 & D & G\\
5064 B & 10000 & H\\
5065 C & F & 10000\end{array}$
5066 \end_inset
5067
5068  , 
5069 \series bold
5070 ccc
5071 \series default
5072  : 
5073 \begin_inset Formula $\begin{array}{ccc}
5074 10000 & D & G\\
5075 B & 10000 & H\\
5076 C & F & 10000\end{array}$
5077 \end_inset
5078
5079  , 
5080 \series bold
5081 rrr
5082 \series default
5083  : 
5084 \begin_inset Formula $\begin{array}{rrr}
5085 10000 & D & G\\
5086 B & 10000 & H\\
5087 C & F & 10000\end{array}$
5088 \end_inset
5089
5090
5091 \end_layout
5092
5093 \begin_layout Standard
5094 To add or delete rows and columns subsequently, the math toolbar buttons
5095  
5096 \begin_inset Graphics
5097         filename ../images/tabular-feature_append-row.png
5098         scale 85
5099
5100 \end_inset
5101
5102
5103 \begin_inset Graphics
5104         filename ../images/tabular-feature_delete-row.png
5105         scale 85
5106
5107 \end_inset
5108
5109 , etc.
5110 \begin_inset space \thinspace{}
5111 \end_inset
5112
5113 , or the menu 
5114 \family sans
5115 Edit\SpecialChar \menuseparator
5116 Rows & Columns
5117 \family default
5118  can be used.
5119  New rows can also be created with 
5120 \family sans
5121 Ctrl-Return
5122 \family default
5123 .
5124 \end_layout
5125
5126 \begin_layout Standard
5127 \begin_inset VSpace bigskip
5128 \end_inset
5129
5130 Parentheses around a matrix can can either be created with the commands
5131  
5132 \series bold
5133
5134 \backslash
5135 left
5136 \series default
5137
5138 \begin_inset Index
5139 status collapsed
5140
5141 \begin_layout Plain Layout
5142 Commands ! L ! 
5143 \backslash
5144 left
5145 \end_layout
5146
5147 \end_inset
5148
5149  and 
5150 \series bold
5151
5152 \backslash
5153 right
5154 \series default
5155
5156 \begin_inset Index
5157 status collapsed
5158
5159 \begin_layout Plain Layout
5160 Commands ! R ! 
5161 \backslash
5162 right
5163 \end_layout
5164
5165 \end_inset
5166
5167  (shortcut 
5168 \family sans
5169 Alt-m
5170 \begin_inset space ~
5171 \end_inset
5172
5173 parenthesis
5174 \family default
5175 ), see 
5176 \begin_inset CommandInset ref
5177 LatexCommand ref
5178 reference "sub:Automatic-Bracket-Size"
5179
5180 \end_inset
5181
5182 , or by using the following commands:
5183 \begin_inset VSpace medskip
5184 \end_inset
5185
5186
5187 \end_layout
5188
5189 \begin_layout Standard
5190 \begin_inset space \hfill{}
5191 \end_inset
5192
5193
5194 \begin_inset Tabular
5195 <lyxtabular version="3" rows="4" columns="2">
5196 <features>
5197 <column alignment="center" valignment="top" width="0">
5198 <column alignment="center" valignment="top" width="0">
5199 <row>
5200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5201 \begin_inset Text
5202
5203 \begin_layout Plain Layout
5204 Command
5205 \end_layout
5206
5207 \end_inset
5208 </cell>
5209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5210 \begin_inset Text
5211
5212 \begin_layout Plain Layout
5213 Result
5214 \begin_inset Note Note
5215 status collapsed
5216
5217 \begin_layout Plain Layout
5218
5219 \series bold
5220
5221 \backslash
5222 raisebox
5223 \series default
5224  is only used as spacer.
5225 \end_layout
5226
5227 \end_inset
5228
5229
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 </row>
5235 <row>
5236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5237 \begin_inset Text
5238
5239 \begin_layout Plain Layout
5240
5241 \backslash
5242 bmatrix
5243 \begin_inset ERT
5244 status collapsed
5245
5246 \begin_layout Plain Layout
5247
5248
5249 \backslash
5250 spce 
5251 \end_layout
5252
5253 \end_inset
5254
5255 2
5256 \series bold
5257 ×
5258 \series default
5259 2
5260 \begin_inset space \thinspace{}
5261 \end_inset
5262
5263 matrix
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5273 0 & \textrm{-}\mathrm{i}\\
5274 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5275 \end_inset
5276
5277
5278 \end_layout
5279
5280 \end_inset
5281 </cell>
5282 </row>
5283 <row>
5284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Plain Layout
5288
5289 \backslash
5290 Bmatrix
5291 \begin_inset ERT
5292 status collapsed
5293
5294 \begin_layout Plain Layout
5295
5296
5297 \backslash
5298 spce 
5299 \end_layout
5300
5301 \end_inset
5302
5303 2
5304 \series bold
5305 ×
5306 \series default
5307 2
5308 \begin_inset space \thinspace{}
5309 \end_inset
5310
5311 matrix
5312 \end_layout
5313
5314 \end_inset
5315 </cell>
5316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5317 \begin_inset Text
5318
5319 \begin_layout Plain Layout
5320 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5321 0 & \textrm{-}\mathrm{i}\\
5322 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5323 \end_inset
5324
5325
5326 \end_layout
5327
5328 \end_inset
5329 </cell>
5330 </row>
5331 <row>
5332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5333 \begin_inset Text
5334
5335 \begin_layout Plain Layout
5336
5337 \backslash
5338 pmatrix
5339 \begin_inset ERT
5340 status collapsed
5341
5342 \begin_layout Plain Layout
5343
5344
5345 \backslash
5346 spce 
5347 \end_layout
5348
5349 \end_inset
5350
5351 2
5352 \series bold
5353 ×
5354 \series default
5355 2
5356 \begin_inset space \thinspace{}
5357 \end_inset
5358
5359 matrix
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5365 \begin_inset Text
5366
5367 \begin_layout Plain Layout
5368 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5369 0 & \textrm{-}\mathrm{i}\\
5370 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5371 \end_inset
5372
5373
5374 \end_layout
5375
5376 \end_inset
5377 </cell>
5378 </row>
5379 </lyxtabular>
5380
5381 \end_inset
5382
5383
5384 \begin_inset space \hfill{}
5385 \end_inset
5386
5387
5388 \begin_inset Tabular
5389 <lyxtabular version="3" rows="4" columns="2">
5390 <features>
5391 <column alignment="center" valignment="top" width="0">
5392 <column alignment="center" valignment="top" width="0">
5393 <row>
5394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5395 \begin_inset Text
5396
5397 \begin_layout Plain Layout
5398 Command
5399 \end_layout
5400
5401 \end_inset
5402 </cell>
5403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5404 \begin_inset Text
5405
5406 \begin_layout Plain Layout
5407 Result
5408 \end_layout
5409
5410 \end_inset
5411 </cell>
5412 </row>
5413 <row>
5414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5415 \begin_inset Text
5416
5417 \begin_layout Plain Layout
5418
5419 \backslash
5420 vmatrix
5421 \begin_inset ERT
5422 status collapsed
5423
5424 \begin_layout Plain Layout
5425
5426
5427 \backslash
5428 spce 
5429 \end_layout
5430
5431 \end_inset
5432
5433 2
5434 \series bold
5435 ×
5436 \series default
5437 2
5438 \begin_inset space \thinspace{}
5439 \end_inset
5440
5441 matrix
5442 \end_layout
5443
5444 \end_inset
5445 </cell>
5446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5447 \begin_inset Text
5448
5449 \begin_layout Plain Layout
5450 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5451 0 & \textrm{-}\mathrm{i}\\
5452 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5453 \end_inset
5454
5455
5456 \end_layout
5457
5458 \end_inset
5459 </cell>
5460 </row>
5461 <row>
5462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5463 \begin_inset Text
5464
5465 \begin_layout Plain Layout
5466
5467 \backslash
5468 Vmatrix
5469 \begin_inset ERT
5470 status collapsed
5471
5472 \begin_layout Plain Layout
5473
5474
5475 \backslash
5476 spce 
5477 \end_layout
5478
5479 \end_inset
5480
5481 2
5482 \series bold
5483 ×
5484 \series default
5485 2
5486 \begin_inset space \thinspace{}
5487 \end_inset
5488
5489 matrix
5490 \end_layout
5491
5492 \end_inset
5493 </cell>
5494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5495 \begin_inset Text
5496
5497 \begin_layout Plain Layout
5498 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5499 0 & \textrm{-}\mathrm{i}\\
5500 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5501 \end_inset
5502
5503
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 </row>
5509 <row>
5510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5511 \begin_inset Text
5512
5513 \begin_layout Plain Layout
5514
5515 \backslash
5516 matrix
5517 \begin_inset ERT
5518 status collapsed
5519
5520 \begin_layout Plain Layout
5521
5522
5523 \backslash
5524 spce 
5525 \end_layout
5526
5527 \end_inset
5528
5529 2
5530 \series bold
5531 ×
5532 \series default
5533 2
5534 \begin_inset space \thinspace{}
5535 \end_inset
5536
5537 matrix
5538 \end_layout
5539
5540 \end_inset
5541 </cell>
5542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5543 \begin_inset Text
5544
5545 \begin_layout Plain Layout
5546 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5547 0 & \textrm{-}\mathrm{i}\\
5548 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5549 \end_inset
5550
5551
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 </row>
5557 </lyxtabular>
5558
5559 \end_inset
5560
5561
5562 \begin_inset space \hfill{}
5563 \end_inset
5564
5565
5566 \end_layout
5567
5568 \begin_layout Standard
5569 \begin_inset VSpace medskip
5570 \end_inset
5571
5572 When e.
5573 \begin_inset space \thinspace{}
5574 \end_inset
5575
5576 g.
5577 \begin_inset space ~
5578 \end_inset
5579
5580
5581 \series bold
5582
5583 \backslash
5584 vmatrix
5585 \series default
5586  is inserted, a blue box appears between two vertical lines where the matrix
5587  is inserted.
5588 \end_layout
5589
5590 \begin_layout Standard
5591 \begin_inset VSpace bigskip
5592 \end_inset
5593
5594 As all multiline formulas are matrices, the length 
5595 \series bold
5596
5597 \backslash
5598 arraycolsep
5599 \series default
5600
5601 \begin_inset Index
5602 status collapsed
5603
5604 \begin_layout Plain Layout
5605 Commands ! A ! 
5606 \backslash
5607 arraycolsep
5608 \end_layout
5609
5610 \end_inset
5611
5612  that is described in 
5613 \begin_inset CommandInset ref
5614 LatexCommand ref
5615 reference "sub:Column-Separation"
5616
5617 \end_inset
5618
5619  can also be used to change the column separation of matrices.
5620 \end_layout
5621
5622 \begin_layout Standard
5623 To change the row separation, the command 
5624 \series bold
5625
5626 \backslash
5627 arraystretch
5628 \series default
5629
5630 \begin_inset Index
5631 status collapsed
5632
5633 \begin_layout Plain Layout
5634 Commands ! A ! 
5635 \backslash
5636 arraystretch
5637 \end_layout
5638
5639 \end_inset
5640
5641  is used.
5642  It is used as follows:
5643 \end_layout
5644
5645 \begin_layout Standard
5646
5647 \series bold
5648
5649 \backslash
5650 renewcommand{
5651 \backslash
5652 arraystretch}{stretch factor}
5653 \begin_inset Index
5654 status collapsed
5655
5656 \begin_layout Plain Layout
5657 Commands ! R ! 
5658 \backslash
5659 renewcommand
5660 \end_layout
5661
5662 \end_inset
5663
5664
5665 \end_layout
5666
5667 \begin_layout Standard
5668 The command 
5669 \series bold
5670
5671 \backslash
5672 renewcommand
5673 \series default
5674  assigns the stretch factor to the predefined command 
5675 \series bold
5676
5677 \backslash
5678 arraystretch
5679 \series default
5680 .
5681  To double e.
5682 \begin_inset space \thinspace{}
5683 \end_inset
5684
5685 g.
5686 \begin_inset space ~
5687 \end_inset
5688
5689 the row separation, use the factor 2.
5690  This is then used for all following matrices.
5691  To go back to the original separation, assign the factor 1 to 
5692 \series bold
5693
5694 \backslash
5695 arraystretch
5696 \series default
5697 .
5698 \end_layout
5699
5700 \begin_layout Standard
5701 To set matrices into a text line, the command 
5702 \series bold
5703
5704 \backslash
5705 smallmatrix
5706 \series default
5707
5708 \begin_inset Index
5709 status collapsed
5710
5711 \begin_layout Plain Layout
5712 Commands ! S ! 
5713 \backslash
5714 smallmatrix
5715 \end_layout
5716
5717 \end_inset
5718
5719  is used.
5720  When it is inserted a blue box with two dashed lines appears.
5721  In this box the matrix is inserted.
5722 \end_layout
5723
5724 \begin_layout Standard
5725 This is a matrix 
5726 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5727 C & D\end{smallmatrix}\right)$
5728 \end_inset
5729
5730  in a text line.
5731 \end_layout
5732
5733 \begin_layout Section
5734 Brackets and Delimiters
5735 \begin_inset Index
5736 status collapsed
5737
5738 \begin_layout Plain Layout
5739 Brackets
5740 \end_layout
5741
5742 \end_inset
5743
5744
5745 \begin_inset Index
5746 status collapsed
5747
5748 \begin_layout Plain Layout
5749 Delimiters
5750 \end_layout
5751
5752 \end_inset
5753
5754
5755 \end_layout
5756
5757 \begin_layout Subsection
5758 Vertical Brackets and Delimiters
5759 \begin_inset Index
5760 status collapsed
5761
5762 \begin_layout Plain Layout
5763 Brackets ! vertical
5764 \end_layout
5765
5766 \end_inset
5767
5768
5769 \end_layout
5770
5771 \begin_layout Standard
5772 \begin_inset space \hfill{}
5773 \end_inset
5774
5775
5776 \begin_inset Tabular
5777 <lyxtabular version="3" rows="9" columns="2">
5778 <features>
5779 <column alignment="center" valignment="top" width="0pt">
5780 <column alignment="center" valignment="top" width="0pt">
5781 <row>
5782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Plain Layout
5786 Command
5787 \end_layout
5788
5789 \end_inset
5790 </cell>
5791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5792 \begin_inset Text
5793
5794 \begin_layout Plain Layout
5795 Result
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 </row>
5801 <row>
5802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806 (
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Plain Layout
5815 \begin_inset Formula $($
5816 \end_inset
5817
5818
5819 \end_layout
5820
5821 \end_inset
5822 </cell>
5823 </row>
5824 <row>
5825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 {
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 \begin_inset Formula $\{$
5839 \end_inset
5840
5841
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 </row>
5847 <row>
5848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852 [
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 \begin_inset Formula $[$
5862 \end_inset
5863
5864
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 </row>
5870 <row>
5871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5872 \begin_inset Text
5873
5874 \begin_layout Plain Layout
5875
5876 \backslash
5877 langle
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886 \begin_inset Formula $\langle$
5887 \end_inset
5888
5889
5890 \end_layout
5891
5892 \end_inset
5893 </cell>
5894 </row>
5895 <row>
5896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5897 \begin_inset Text
5898
5899 \begin_layout Plain Layout
5900
5901 \backslash
5902 lceil
5903 \end_layout
5904
5905 \end_inset
5906 </cell>
5907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911 \begin_inset Formula $\lceil$
5912 \end_inset
5913
5914
5915 \end_layout
5916
5917 \end_inset
5918 </cell>
5919 </row>
5920 <row>
5921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925
5926 \backslash
5927 lfloor
5928 \end_layout
5929
5930 \end_inset
5931 </cell>
5932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5933 \begin_inset Text
5934
5935 \begin_layout Plain Layout
5936 \begin_inset Formula $\lfloor$
5937 \end_inset
5938
5939
5940 \end_layout
5941
5942 \end_inset
5943 </cell>
5944 </row>
5945 <row>
5946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5947 \begin_inset Text
5948
5949 \begin_layout Plain Layout
5950 /
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959 \begin_inset Formula $/$
5960 \end_inset
5961
5962
5963 \end_layout
5964
5965 \end_inset
5966 </cell>
5967 </row>
5968 <row>
5969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 |
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 \begin_inset Formula $|$
5983 \end_inset
5984
5985
5986 \end_layout
5987
5988 \end_inset
5989 </cell>
5990 </row>
5991 </lyxtabular>
5992
5993 \end_inset
5994
5995
5996 \begin_inset space \hfill{}
5997 \end_inset
5998
5999
6000 \begin_inset Tabular
6001 <lyxtabular version="3" rows="9" columns="2">
6002 <features>
6003 <column alignment="center" valignment="top" width="0pt">
6004 <column alignment="center" valignment="top" width="0pt">
6005 <row>
6006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 Command
6011 \end_layout
6012
6013 \end_inset
6014 </cell>
6015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 Result
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" 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" 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 <row>
6072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076 ]
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085 \begin_inset Formula $]$
6086 \end_inset
6087
6088
6089 \end_layout
6090
6091 \end_inset
6092 </cell>
6093 </row>
6094 <row>
6095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6096 \begin_inset Text
6097
6098 \begin_layout Plain Layout
6099
6100 \backslash
6101 rangle
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110 \begin_inset Formula $\rangle$
6111 \end_inset
6112
6113
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 </row>
6119 <row>
6120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6121 \begin_inset Text
6122
6123 \begin_layout Plain Layout
6124
6125 \backslash
6126 rceil
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135 \begin_inset Formula $\rceil$
6136 \end_inset
6137
6138
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 </row>
6144 <row>
6145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Plain Layout
6149
6150 \backslash
6151 rfloor
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160 \begin_inset Formula $\rfloor$
6161 \end_inset
6162
6163
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 </row>
6169 <row>
6170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174
6175 \backslash
6176
6177 \backslash
6178
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187 \begin_inset Formula $\backslash$
6188 \end_inset
6189
6190
6191 \end_layout
6192
6193 \end_inset
6194 </cell>
6195 </row>
6196 <row>
6197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6198 \begin_inset Text
6199
6200 \begin_layout Plain Layout
6201
6202 \backslash
6203 |
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6209 \begin_inset Text
6210
6211 \begin_layout Plain Layout
6212 \begin_inset Formula $\|$
6213 \end_inset
6214
6215
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 </row>
6221 </lyxtabular>
6222
6223 \end_inset
6224
6225
6226 \begin_inset space \hfill{}
6227 \end_inset
6228
6229
6230 \end_layout
6231
6232 \begin_layout Standard
6233
6234 \series medium
6235 \begin_inset Note Greyedout
6236 status open
6237
6238 \begin_layout Plain Layout
6239
6240 \series bold
6241 Note:
6242 \series default
6243  In TeX-mode the command 
6244 \series bold
6245
6246 \backslash
6247 textbackslash
6248 \series default
6249
6250 \begin_inset Index
6251 status collapsed
6252
6253 \begin_layout Plain Layout
6254 Commands ! T ! 
6255 \backslash
6256 textbackslash
6257 \end_layout
6258
6259 \end_inset
6260
6261  must be used for the backslash, because the command 
6262 \series bold
6263
6264 \backslash
6265
6266 \backslash
6267
6268 \series default
6269  produces there a line break.
6270 \end_layout
6271
6272 \end_inset
6273
6274
6275 \end_layout
6276
6277 \begin_layout Standard
6278 For all characters listed above the size can be adjusted with the commands
6279  described in the following two subsections.
6280  When using these commands, the characters < and > can directly be used
6281  instead of the commands 
6282 \series bold
6283
6284 \backslash
6285 langle
6286 \series default
6287  and 
6288 \series bold
6289
6290 \backslash
6291 rangle
6292 \series default
6293 .
6294 \end_layout
6295
6296 \begin_layout Subsubsection
6297 Manual Bracket Size
6298 \begin_inset CommandInset label
6299 LatexCommand label
6300 name "sub:Manual-Bracket-Size"
6301
6302 \end_inset
6303
6304
6305 \begin_inset Index
6306 status collapsed
6307
6308 \begin_layout Plain Layout
6309 Bracket size ! manual
6310 \end_layout
6311
6312 \end_inset
6313
6314
6315 \end_layout
6316
6317 \begin_layout Standard
6318 The bracket size can be specified manually by the LaTeX-commands 
6319 \series bold
6320
6321 \backslash
6322 big
6323 \series default
6324
6325 \begin_inset Index
6326 status collapsed
6327
6328 \begin_layout Plain Layout
6329 Commands ! B ! 
6330 \backslash
6331 big
6332 \end_layout
6333
6334 \end_inset
6335
6336
6337 \series bold
6338
6339 \backslash
6340 Big
6341 \series default
6342
6343 \series bold
6344
6345 \backslash
6346 bigg
6347 \series default
6348 , and 
6349 \series bold
6350
6351 \backslash
6352 Bigg
6353 \series default
6354 .
6355  
6356 \series bold
6357
6358 \backslash
6359 big
6360 \series default
6361  denotes the smallest and 
6362 \series bold
6363
6364 \backslash
6365 Bigg
6366 \series default
6367  the largest bracket size.
6368 \end_layout
6369
6370 \begin_layout Standard
6371 These commands are used to emphasize levels of brackets:
6372 \end_layout
6373
6374 \begin_layout Standard
6375 \align center
6376 \begin_inset Tabular
6377 <lyxtabular version="3" rows="2" columns="2">
6378 <features>
6379 <column alignment="center" valignment="top" width="0pt">
6380 <column alignment="center" valignment="top" width="0pt">
6381 <row>
6382 <cell alignment="center" valignment="top" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386 all brackets in the same size:
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 <cell alignment="center" valignment="top" usebox="none">
6392 \begin_inset Text
6393
6394 \begin_layout Plain Layout
6395 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6396 \end_inset
6397
6398
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 </row>
6404 <row>
6405 <cell alignment="center" valignment="top" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409 this looks better:
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 <cell alignment="center" valignment="top" usebox="none">
6415 \begin_inset Text
6416
6417 \begin_layout Plain Layout
6418 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6419 \end_inset
6420
6421
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 </row>
6427 </lyxtabular>
6428
6429 \end_inset
6430
6431
6432 \begin_inset Note Note
6433 status collapsed
6434
6435 \begin_layout Plain Layout
6436
6437 \series bold
6438
6439 \backslash
6440 raisebox
6441 \series default
6442  is only used as spacer.
6443 \end_layout
6444
6445 \end_inset
6446
6447
6448 \end_layout
6449
6450 \begin_layout Standard
6451 For the second formula the command 
6452 \series bold
6453
6454 \backslash
6455 Big((A+B)(A-B)
6456 \backslash
6457 Big)^
6458 \begin_inset ERT
6459 status collapsed
6460
6461 \begin_layout Plain Layout
6462
6463
6464 \backslash
6465 spce 
6466 \end_layout
6467
6468 \end_inset
6469
6470 C
6471 \series default
6472  has been used.
6473 \end_layout
6474
6475 \begin_layout Standard
6476 Here is an overview about all bracket sizes:
6477 \end_layout
6478
6479 \begin_layout Standard
6480 \align center
6481
6482 \backslash
6483 Bigg(
6484 \backslash
6485 exp
6486 \backslash
6487 bigg<
6488 \backslash
6489 Big[
6490 \backslash
6491 big{
6492 \backslash
6493 ln(3x)
6494 \backslash
6495 big}^2
6496 \begin_inset ERT
6497 status collapsed
6498
6499 \begin_layout Plain Layout
6500
6501
6502 \backslash
6503 spce 
6504 \end_layout
6505
6506 \end_inset
6507
6508
6509 \backslash
6510 sin(x)
6511 \backslash
6512 Big]^
6513 \begin_inset ERT
6514 status collapsed
6515
6516 \begin_layout Plain Layout
6517
6518
6519 \backslash
6520 spce 
6521 \end_layout
6522
6523 \end_inset
6524
6525 A
6526 \begin_inset ERT
6527 status collapsed
6528
6529 \begin_layout Plain Layout
6530
6531
6532 \backslash
6533 spce 
6534 \end_layout
6535
6536 \end_inset
6537
6538
6539 \backslash
6540 bigg>
6541 \backslash
6542 Bigg)^0,5
6543 \end_layout
6544
6545 \begin_layout Standard
6546 \align center
6547 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6548 \end_inset
6549
6550
6551 \end_layout
6552
6553 \begin_layout Standard
6554 Besides the 
6555 \series bold
6556
6557 \backslash
6558 big
6559 \series default
6560 -commands there is the variant 
6561 \series bold
6562
6563 \backslash
6564 bigm
6565 \series default
6566
6567 \begin_inset Index
6568 status collapsed
6569
6570 \begin_layout Plain Layout
6571 Commands ! B ! 
6572 \backslash
6573 bigm
6574 \end_layout
6575
6576 \end_inset
6577
6578  that adds a bit more space between the bracket and its content, and the
6579  variant 
6580 \series bold
6581
6582 \backslash
6583 bigl
6584 \series default
6585 -
6586 \series bold
6587
6588 \backslash
6589 bigr
6590 \series default
6591
6592 \begin_inset Index
6593 status collapsed
6594
6595 \begin_layout Plain Layout
6596 Commands ! B ! 
6597 \backslash
6598 bigl - 
6599 \backslash
6600 bigr
6601 \end_layout
6602
6603 \end_inset
6604
6605 , that don't add additional space.
6606  The 
6607 \emph on
6608 l
6609 \emph default
6610  at the end of the command 
6611 \series bold
6612
6613 \backslash
6614 bigl
6615 \series default
6616  is for a left bracket; for a right bracket this will be replaced by an
6617  
6618 \emph on
6619 r
6620 \emph default
6621 .
6622  A left or right bracket can each be an opening or closing bracket.
6623 \end_layout
6624
6625 \begin_layout Standard
6626 In the following table is a comparison of the variants:
6627 \end_layout
6628
6629 \begin_layout Standard
6630 \align center
6631 \begin_inset Tabular
6632 <lyxtabular version="3" rows="5" columns="2">
6633 <features>
6634 <column alignment="center" valignment="middle" width="0">
6635 <column alignment="center" valignment="middle" width="0">
6636 <row>
6637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6638 \begin_inset Text
6639
6640 \begin_layout Plain Layout
6641 Command
6642 \end_layout
6643
6644 \end_inset
6645 </cell>
6646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6647 \begin_inset Text
6648
6649 \begin_layout Plain Layout
6650 Result
6651 \begin_inset Note Note
6652 status collapsed
6653
6654 \begin_layout Plain Layout
6655
6656 \series bold
6657
6658 \backslash
6659 raisebox
6660 \series default
6661  is only used as spacer.
6662 \end_layout
6663
6664 \end_inset
6665
6666
6667 \end_layout
6668
6669 \end_inset
6670 </cell>
6671 </row>
6672 <row>
6673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6674 \begin_inset Text
6675
6676 \begin_layout Plain Layout
6677
6678 \backslash
6679 Bigm(
6680 \backslash
6681 bigm(
6682 \backslash
6683 ln(3x)
6684 \backslash
6685 bigm)^2
6686 \series bold
6687
6688 \begin_inset ERT
6689 status collapsed
6690
6691 \begin_layout Plain Layout
6692
6693
6694 \backslash
6695 spce 
6696 \end_layout
6697
6698 \end_inset
6699
6700
6701 \series default
6702
6703 \backslash
6704 Bigm)
6705 \end_layout
6706
6707 \end_inset
6708 </cell>
6709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6710 \begin_inset Text
6711
6712 \begin_layout Plain Layout
6713 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6714 \end_inset
6715
6716
6717 \end_layout
6718
6719 \end_inset
6720 </cell>
6721 </row>
6722 <row>
6723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Plain Layout
6727
6728 \backslash
6729 Big(
6730 \backslash
6731 big(
6732 \backslash
6733 ln(3x)
6734 \backslash
6735 big)^2
6736 \series bold
6737
6738 \begin_inset ERT
6739 status collapsed
6740
6741 \begin_layout Plain Layout
6742
6743
6744 \backslash
6745 spce 
6746 \end_layout
6747
6748 \end_inset
6749
6750
6751 \series default
6752
6753 \backslash
6754 Big)
6755 \end_layout
6756
6757 \end_inset
6758 </cell>
6759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6760 \begin_inset Text
6761
6762 \begin_layout Plain Layout
6763 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6764 \end_inset
6765
6766
6767 \end_layout
6768
6769 \end_inset
6770 </cell>
6771 </row>
6772 <row>
6773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777
6778 \backslash
6779 Bigl(
6780 \backslash
6781 bigl(
6782 \backslash
6783 ln(3x)
6784 \backslash
6785 bigr)^2
6786 \series bold
6787
6788 \begin_inset ERT
6789 status collapsed
6790
6791 \begin_layout Plain Layout
6792
6793
6794 \backslash
6795 spce 
6796 \end_layout
6797
6798 \end_inset
6799
6800
6801 \series default
6802
6803 \backslash
6804 Bigr)
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6810 \begin_inset Text
6811
6812 \begin_layout Plain Layout
6813 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6814 \end_inset
6815
6816
6817 \end_layout
6818
6819 \end_inset
6820 </cell>
6821 </row>
6822 <row>
6823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6824 \begin_inset Text
6825
6826 \begin_layout Plain Layout
6827
6828 \backslash
6829 bigl)
6830 \backslash
6831 ln(3x)
6832 \backslash
6833 bigr(
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6843 \end_inset
6844
6845
6846 \end_layout
6847
6848 \end_inset
6849 </cell>
6850 </row>
6851 </lyxtabular>
6852
6853 \end_inset
6854
6855
6856 \end_layout
6857
6858 \begin_layout Subsubsection
6859 Automatic Bracket Size
6860 \begin_inset CommandInset label
6861 LatexCommand label
6862 name "sub:Automatic-Bracket-Size"
6863
6864 \end_inset
6865
6866
6867 \begin_inset Index
6868 status collapsed
6869
6870 \begin_layout Plain Layout
6871 Bracket size ! automatic
6872 \end_layout
6873
6874 \end_inset
6875
6876
6877 \end_layout
6878
6879 \begin_layout Standard
6880 Brackets with variable size can be inserted with the commands 
6881 \series bold
6882
6883 \backslash
6884 left
6885 \series default
6886
6887 \begin_inset Index
6888 status collapsed
6889
6890 \begin_layout Plain Layout
6891 Commands ! L ! 
6892 \backslash
6893 left
6894 \end_layout
6895
6896 \end_inset
6897
6898  and 
6899 \series bold
6900
6901 \backslash
6902 right
6903 \series default
6904
6905 \begin_inset Index
6906 status collapsed
6907
6908 \begin_layout Plain Layout
6909 Commands ! R ! 
6910 \backslash
6911 right
6912 \end_layout
6913
6914 \end_inset
6915
6916  or via the math toolbar button 
6917 \begin_inset Graphics
6918         filename ../images/dialog-show_mathdelimiter.png
6919         scale 85
6920
6921 \end_inset
6922
6923 .
6924  Directly behind 
6925 \series bold
6926
6927 \backslash
6928 left
6929 \series default
6930  and 
6931 \series bold
6932
6933 \backslash
6934 right
6935 \series default
6936  the wanted bracket must be inserted.
6937  The bracket size will then automatically be calculated for the output.
6938 \end_layout
6939
6940 \begin_layout Standard
6941 \align center
6942 normal bracket: The command 
6943 \series bold
6944
6945 \backslash
6946 ln(
6947 \backslash
6948 frac
6949 \begin_inset ERT
6950 status collapsed
6951
6952 \begin_layout Plain Layout
6953
6954
6955 \backslash
6956 spce 
6957 \end_layout
6958
6959 \end_inset
6960
6961 A
6962 \begin_inset Formula $\downarrow$
6963 \end_inset
6964
6965 C
6966 \begin_inset ERT
6967 status collapsed
6968
6969 \begin_layout Plain Layout
6970
6971
6972 \backslash
6973 spce 
6974 \end_layout
6975
6976 \end_inset
6977
6978 )
6979 \series default
6980  creates
6981 \begin_inset Formula \[
6982 \ln(\frac{A}{C})\]
6983
6984 \end_inset
6985
6986
6987 \end_layout
6988
6989 \begin_layout Standard
6990 \align center
6991 multiline bracket: The command 
6992 \series bold
6993
6994 \backslash
6995 ln
6996 \backslash
6997 left(
6998 \backslash
6999 frac
7000 \begin_inset ERT
7001 status collapsed
7002
7003 \begin_layout Plain Layout
7004
7005
7006 \backslash
7007 spce 
7008 \end_layout
7009
7010 \end_inset
7011
7012 A
7013 \begin_inset Formula $\downarrow$
7014 \end_inset
7015
7016 C
7017 \begin_inset ERT
7018 status collapsed
7019
7020 \begin_layout Plain Layout
7021
7022
7023 \backslash
7024 spce 
7025 \end_layout
7026
7027 \end_inset
7028
7029
7030 \backslash
7031 right)
7032 \series default
7033  creates
7034 \begin_inset Formula \[
7035 \ln\left(\frac{A}{C}\right)\]
7036
7037 \end_inset
7038
7039
7040 \end_layout
7041
7042 \begin_layout Standard
7043 Instead of 
7044 \series bold
7045
7046 \backslash
7047 left
7048 \series default
7049  and 
7050 \series bold
7051
7052 \backslash
7053 right
7054 \series default
7055  the shortcut 
7056 \family sans
7057 Alt-m
7058 \begin_inset space ~
7059 \end_inset
7060
7061 bracket
7062 \family default
7063  can be used.
7064  This has the advantage that you can see in LyX immediately the real bracket
7065  size and that the matching right bracket will be created too.
7066 \begin_inset Newline newline
7067 \end_inset
7068
7069 The command for the last example would then be: 
7070 \series bold
7071
7072 \backslash
7073 ln Alt-m
7074 \series default
7075  
7076 \series bold
7077 (
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 \end_layout
7098
7099 \begin_layout Standard
7100 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7101  For example the command 
7102 \series bold
7103
7104 \backslash
7105 left.
7106 \backslash
7107 frac
7108 \begin_inset ERT
7109 status collapsed
7110
7111 \begin_layout Plain Layout
7112
7113
7114 \backslash
7115 spce 
7116 \end_layout
7117
7118 \end_inset
7119
7120 A
7121 \begin_inset Formula $\downarrow$
7122 \end_inset
7123
7124 B
7125 \begin_inset ERT
7126 status collapsed
7127
7128 \begin_layout Plain Layout
7129
7130
7131 \backslash
7132 spce 
7133 \end_layout
7134
7135 \end_inset
7136
7137
7138 \backslash
7139 right}
7140 \series default
7141  creates:
7142 \series bold
7143
7144 \begin_inset Formula \[
7145 \left.\frac{A}{B}\right\} \]
7146
7147 \end_inset
7148
7149
7150 \series default
7151 The commands 
7152 \series bold
7153
7154 \backslash
7155 left
7156 \series default
7157  and 
7158 \series bold
7159
7160 \backslash
7161 right
7162 \series default
7163  will be converted by LyX to brackets in the right size when the document
7164  is reloaded and an omitted bracket will appear as dashed line.
7165 \end_layout
7166
7167 \begin_layout Standard
7168 \begin_inset VSpace bigskip
7169 \end_inset
7170
7171 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7172  the command 
7173 \series bold
7174
7175 \backslash
7176 middle
7177 \series default
7178
7179 \begin_inset Index
7180 status collapsed
7181
7182 \begin_layout Plain Layout
7183 Commands ! M ! 
7184 \backslash
7185 middle
7186 \end_layout
7187
7188 \end_inset
7189
7190  is additionally available for all brackets and limits.
7191  With this command the height of the following character is adapted to the
7192  one of the surrounding brackets, what is e.
7193 \begin_inset space \thinspace{}
7194 \end_inset
7195
7196 g.
7197 \begin_inset space ~
7198 \end_inset
7199
7200 needed for physical vectors:
7201 \begin_inset Formula \[
7202 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7203
7204 \end_inset
7205
7206 For physical vectors there is a special LaTeX-package, described in 
7207 \begin_inset CommandInset ref
7208 LatexCommand ref
7209 reference "sub:Physical-Vectors"
7210
7211 \end_inset
7212
7213 .
7214 \end_layout
7215
7216 \begin_layout Subsection
7217 Horizontal Brackets
7218 \begin_inset Index
7219 status collapsed
7220
7221 \begin_layout Plain Layout
7222 Brackets ! horizontal
7223 \end_layout
7224
7225 \end_inset
7226
7227
7228 \end_layout
7229
7230 \begin_layout Standard
7231 \align center
7232 \begin_inset Tabular
7233 <lyxtabular version="3" rows="4" columns="2">
7234 <features>
7235 <column alignment="center" valignment="top" width="0pt">
7236 <column alignment="center" valignment="top" width="0pt">
7237 <row>
7238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7239 \begin_inset Text
7240
7241 \begin_layout Plain Layout
7242 Command
7243 \begin_inset Note Note
7244 status collapsed
7245
7246 \begin_layout Plain Layout
7247
7248 \series bold
7249
7250 \backslash
7251 raisebox
7252 \series default
7253  is only used as spacer.
7254 \end_layout
7255
7256 \end_inset
7257
7258
7259 \end_layout
7260
7261 \end_inset
7262 </cell>
7263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7264 \begin_inset Text
7265
7266 \begin_layout Plain Layout
7267 Result
7268 \end_layout
7269
7270 \end_inset
7271 </cell>
7272 </row>
7273 <row>
7274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7275 \begin_inset Text
7276
7277 \begin_layout Plain Layout
7278 \begin_inset ERT
7279 status collapsed
7280
7281 \begin_layout Plain Layout
7282
7283
7284 \backslash
7285 raisebox{2.3mm}{
7286 \end_layout
7287
7288 \end_inset
7289
7290
7291 \backslash
7292 overbrace
7293 \begin_inset ERT
7294 status collapsed
7295
7296 \begin_layout Plain Layout
7297
7298
7299 \backslash
7300 spce 
7301 \end_layout
7302
7303 \end_inset
7304
7305 A+B
7306 \begin_inset ERT
7307 status collapsed
7308
7309 \begin_layout Plain Layout
7310
7311
7312 \backslash
7313 spce 
7314 \end_layout
7315
7316 \end_inset
7317
7318 ^
7319 \begin_inset ERT
7320 status collapsed
7321
7322 \begin_layout Plain Layout
7323
7324
7325 \backslash
7326 spce 
7327 \end_layout
7328
7329 \end_inset
7330
7331 3
7332 \begin_inset ERT
7333 status collapsed
7334
7335 \begin_layout Plain Layout
7336
7337 }
7338 \end_layout
7339
7340 \end_inset
7341
7342
7343 \begin_inset Index
7344 status collapsed
7345
7346 \begin_layout Plain Layout
7347 Commands ! O ! 
7348 \backslash
7349 overbrace
7350 \end_layout
7351
7352 \end_inset
7353
7354
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7360 \begin_inset Text
7361
7362 \begin_layout Plain Layout
7363 \begin_inset Formula $\overbrace{A+B}^{3}$
7364 \end_inset
7365
7366
7367 \end_layout
7368
7369 \end_inset
7370 </cell>
7371 </row>
7372 <row>
7373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7374 \begin_inset Text
7375
7376 \begin_layout Plain Layout
7377 \begin_inset ERT
7378 status collapsed
7379
7380 \begin_layout Plain Layout
7381
7382
7383 \backslash
7384 raisebox{-2.2mm}{
7385 \end_layout
7386
7387 \end_inset
7388
7389
7390 \backslash
7391 underbrace
7392 \begin_inset ERT
7393 status collapsed
7394
7395 \begin_layout Plain Layout
7396
7397
7398 \backslash
7399 spce 
7400 \end_layout
7401
7402 \end_inset
7403
7404 A+B
7405 \begin_inset ERT
7406 status collapsed
7407
7408 \begin_layout Plain Layout
7409
7410
7411 \backslash
7412 spce 
7413 \end_layout
7414
7415 \end_inset
7416
7417 _5
7418 \begin_inset ERT
7419 status collapsed
7420
7421 \begin_layout Plain Layout
7422
7423 }
7424 \end_layout
7425
7426 \end_inset
7427
7428
7429 \begin_inset Index
7430 status collapsed
7431
7432 \begin_layout Plain Layout
7433 Commands ! U ! 
7434 \backslash
7435 underbrace
7436 \end_layout
7437
7438 \end_inset
7439
7440
7441 \end_layout
7442
7443 \end_inset
7444 </cell>
7445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449 \begin_inset Formula $\underbrace{A+B}_{5}$
7450 \end_inset
7451
7452
7453 \end_layout
7454
7455 \end_inset
7456 </cell>
7457 </row>
7458 <row>
7459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7460 \begin_inset Text
7461
7462 \begin_layout Plain Layout
7463
7464 \backslash
7465 overbrace
7466 \begin_inset ERT
7467 status collapsed
7468
7469 \begin_layout Plain Layout
7470
7471
7472 \backslash
7473 spce 
7474 \end_layout
7475
7476 \end_inset
7477
7478
7479 \backslash
7480 underbrace
7481 \begin_inset ERT
7482 status collapsed
7483
7484 \begin_layout Plain Layout
7485
7486
7487 \backslash
7488 spce 
7489 \end_layout
7490
7491 \end_inset
7492
7493 A+B_w
7494 \begin_inset ERT
7495 status collapsed
7496
7497 \begin_layout Plain Layout
7498
7499
7500 \backslash
7501 spce 
7502 \end_layout
7503
7504 \end_inset
7505
7506
7507 \begin_inset ERT
7508 status collapsed
7509
7510 \begin_layout Plain Layout
7511
7512
7513 \backslash
7514 spce 
7515 \end_layout
7516
7517 \end_inset
7518
7519 _7
7520 \begin_inset ERT
7521 status collapsed
7522
7523 \begin_layout Plain Layout
7524
7525
7526 \backslash
7527 spce 
7528 \end_layout
7529
7530 \end_inset
7531
7532
7533 \begin_inset ERT
7534 status collapsed
7535
7536 \begin_layout Plain Layout
7537
7538
7539 \backslash
7540 spce 
7541 \end_layout
7542
7543 \end_inset
7544
7545 ^
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 C
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7568 \end_inset
7569
7570
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 </row>
7576 </lyxtabular>
7577
7578 \end_inset
7579
7580
7581 \end_layout
7582
7583 \begin_layout Standard
7584 In the last example it doesn't matter if 
7585 \series bold
7586
7587 \backslash
7588 overbrace
7589 \series default
7590  or 
7591 \series bold
7592
7593 \backslash
7594 underbrace
7595 \series default
7596  is inserted at first.
7597 \end_layout
7598
7599 \begin_layout Standard
7600 \begin_inset VSpace bigskip
7601 \end_inset
7602
7603 When brackets are needed that overlap each other, multiline formulas, as
7604  described in 
7605 \begin_inset CommandInset ref
7606 LatexCommand ref
7607 reference "sec:Multiline-Formulas"
7608
7609 \end_inset
7610
7611 , must be used:
7612 \begin_inset Formula \begin{eqnarray*}
7613 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7614  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7615
7616 \end_inset
7617
7618 In the first row the formula is inserted together with the first brace.
7619  It is hereby important that the space command
7620 \begin_inset Foot
7621 status collapsed
7622
7623 \begin_layout Plain Layout
7624 Space commands are explained in 
7625 \begin_inset CommandInset ref
7626 LatexCommand ref
7627 reference "sub:Predefined-Space"
7628
7629 \end_inset
7630
7631 .
7632 \end_layout
7633
7634 \end_inset
7635
7636  
7637 \series bold
7638
7639 \backslash
7640 :
7641 \series default
7642  is inserted before the first 
7643 \begin_inset Formula $d$
7644 \end_inset
7645
7646 , because the brace that ends behind the 
7647 \begin_inset Formula $q$
7648 \end_inset
7649
7650  prevents that the following 
7651 \begin_inset Quotes eld
7652 \end_inset
7653
7654 +
7655 \begin_inset Quotes erd
7656 \end_inset
7657
7658  is surrounded by space.
7659 \begin_inset Foot
7660 status collapsed
7661
7662 \begin_layout Plain Layout
7663 because a bracket is not handled as character, see 
7664 \begin_inset CommandInset ref
7665 LatexCommand ref
7666 reference "sub:Binary-Operators"
7667
7668 \end_inset
7669
7670
7671 \end_layout
7672
7673 \end_inset
7674
7675  In the second row the second brace is inserted.
7676  As it should begin before the 
7677 \begin_inset Formula $b$
7678 \end_inset
7679
7680 , first the command 
7681 \series bold
7682
7683 \backslash
7684 hphantom{gggg+
7685 \backslash
7686 :}
7687 \series default
7688  is inserted.
7689 \begin_inset Foot
7690 status collapsed
7691
7692 \begin_layout Plain Layout
7693 more about 
7694 \series bold
7695
7696 \backslash
7697 hphantom
7698 \series default
7699  see 
7700 \begin_inset CommandInset ref
7701 LatexCommand ref
7702 reference "sub:Placeholders"
7703
7704 \end_inset
7705
7706
7707 \end_layout
7708
7709 \end_inset
7710
7711  This space is needed because the 
7712 \begin_inset Quotes eld
7713 \end_inset
7714
7715 +
7716 \begin_inset Quotes erd
7717 \end_inset
7718
7719  is also surrounded by space in the formula.
7720  The brace is placed under the command 
7721 \series bold
7722
7723 \backslash
7724 hphantom{bbqq+dddd}
7725 \series default
7726 .
7727 \end_layout
7728
7729 \begin_layout Standard
7730 It gets more complicated when brackets overlap each other, like in the following
7731  example:
7732 \begin_inset ERT
7733 status collapsed
7734
7735 \begin_layout Plain Layout
7736
7737
7738 \backslash
7739 setlength{
7740 \backslash
7741 jot}{-6pt}
7742 \end_layout
7743
7744 \end_inset
7745
7746
7747 \begin_inset Formula \begin{eqnarray*}
7748  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7749 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7750
7751 \end_inset
7752
7753
7754 \begin_inset ERT
7755 status collapsed
7756
7757 \begin_layout Plain Layout
7758
7759
7760 \backslash
7761 setlength{
7762 \backslash
7763 jot}{3pt}
7764 \end_layout
7765
7766 \end_inset
7767
7768 The first formula row is the same as the second row of the previous example,
7769  with the difference that the brace is above.
7770  The second row contains the formula together with the second brace.
7771  To avoid that there is space between the upper brace in the first row and
7772  the formula, the row spacing need to be reduced.
7773  This is not easily possible due to a bug in LyX
7774 \begin_inset Foot
7775 status collapsed
7776
7777 \begin_layout Plain Layout
7778 \begin_inset CommandInset href
7779 LatexCommand href
7780 name "LyX-bug #1505"
7781 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7782
7783 \end_inset
7784
7785
7786 \end_layout
7787
7788 \end_inset
7789
7790 .
7791  As solution for the problem, the global formula row separation 
7792 \series bold
7793
7794 \backslash
7795 jot
7796 \series default
7797
7798 \begin_inset Index
7799 status collapsed
7800
7801 \begin_layout Plain Layout
7802 Commands ! J ! 
7803 \backslash
7804 jot
7805 \end_layout
7806
7807 \end_inset
7808
7809  must be changed to -6
7810 \begin_inset space \thinspace{}
7811 \end_inset
7812
7813 pt before the formula with the command 
7814 \series bold
7815
7816 \backslash
7817 setlength{
7818 \backslash
7819 jot}{-6pt}
7820 \series default
7821  in TeX-mode.
7822  
7823 \series bold
7824
7825 \backslash
7826 jot
7827 \series default
7828  is set back after the formula to the standard value of 3
7829 \begin_inset space \thinspace{}
7830 \end_inset
7831
7832 pt using the same command.
7833  More about the row separation in formulas is explained in 
7834 \begin_inset CommandInset ref
7835 LatexCommand ref
7836 reference "sub:Line-Separation"
7837
7838 \end_inset
7839
7840 .
7841 \end_layout
7842
7843 \begin_layout Section
7844 Arrows
7845 \begin_inset Index
7846 status collapsed
7847
7848 \begin_layout Plain Layout
7849 Arrows
7850 \end_layout
7851
7852 \end_inset
7853
7854
7855 \end_layout
7856
7857 \begin_layout Standard
7858 Arrows can be inserted via the math toolbar button 
7859 \begin_inset Graphics
7860         filename ../images/math/leftarrow.png
7861         scale 85
7862
7863 \end_inset
7864
7865  or the commands listed in the following subsections.
7866 \end_layout
7867
7868 \begin_layout Standard
7869 \begin_inset Newpage newpage
7870 \end_inset
7871
7872
7873 \end_layout
7874
7875 \begin_layout Subsection
7876 Horizontal Arrows
7877 \begin_inset Index
7878 status collapsed
7879
7880 \begin_layout Plain Layout
7881 Arrows ! horizontal
7882 \end_layout
7883
7884 \end_inset
7885
7886
7887 \end_layout
7888
7889 \begin_layout Standard
7890 \begin_inset space \hfill{}
7891 \end_inset
7892
7893
7894 \begin_inset Tabular
7895 <lyxtabular version="3" rows="8" columns="2">
7896 <features>
7897 <column alignment="center" valignment="top" width="0pt">
7898 <column alignment="center" valignment="top" width="0pt">
7899 <row>
7900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7901 \begin_inset Text
7902
7903 \begin_layout Plain Layout
7904 Command
7905 \end_layout
7906
7907 \end_inset
7908 </cell>
7909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913 Result
7914 \end_layout
7915
7916 \end_inset
7917 </cell>
7918 </row>
7919 <row>
7920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924
7925 \backslash
7926 gets
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935 \begin_inset Formula $\gets$
7936 \end_inset
7937
7938
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 </row>
7944 <row>
7945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949
7950 \backslash
7951 Leftarrow
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960 \begin_inset Formula $\Leftarrow$
7961 \end_inset
7962
7963
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 </row>
7969 <row>
7970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974
7975 \backslash
7976 longleftarrow
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985 \begin_inset Formula $\longleftarrow$
7986 \end_inset
7987
7988
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 </row>
7994 <row>
7995 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Plain Layout
7999
8000 \backslash
8001 Longleftarrow
8002 \end_layout
8003
8004 \end_inset
8005 </cell>
8006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8007 \begin_inset Text
8008
8009 \begin_layout Plain Layout
8010 \begin_inset Formula $\Longleftarrow$
8011 \end_inset
8012
8013
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 </row>
8019 <row>
8020 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024
8025 \backslash
8026 leftharpoonup
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035 \begin_inset Formula $\leftharpoonup$
8036 \end_inset
8037
8038
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 </row>
8044 <row>
8045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049
8050 \backslash
8051 leftharpoondown
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060 \begin_inset Formula $\leftharpoondown$
8061 \end_inset
8062
8063
8064 \end_layout
8065
8066 \end_inset
8067 </cell>
8068 </row>
8069 <row>
8070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074
8075 \backslash
8076 hookleftarrow
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085 \begin_inset Formula $\hookleftarrow$
8086 \end_inset
8087
8088
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 </row>
8094 </lyxtabular>
8095
8096 \end_inset
8097
8098
8099 \begin_inset space \hfill{}
8100 \end_inset
8101
8102
8103 \begin_inset Tabular
8104 <lyxtabular version="3" rows="8" columns="2">
8105 <features>
8106 <column alignment="center" valignment="top" width="0pt">
8107 <column alignment="center" valignment="top" width="0pt">
8108 <row>
8109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113 Command
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122 Result
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 </row>
8128 <row>
8129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133
8134 \backslash
8135 to
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144 \begin_inset Formula $\to$
8145 \end_inset
8146
8147
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 </row>
8153 <row>
8154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158
8159 \backslash
8160 Rightarrow
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169 \begin_inset Formula $\Rightarrow$
8170 \end_inset
8171
8172
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 </row>
8178 <row>
8179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183
8184 \backslash
8185 longrightarrow
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194 \begin_inset Formula $\longrightarrow$
8195 \end_inset
8196
8197
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 </row>
8203 <row>
8204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208
8209 \backslash
8210 Longrightarrow
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219 \begin_inset Formula $\Longrightarrow$
8220 \end_inset
8221
8222
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 </row>
8228 <row>
8229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233
8234 \backslash
8235 rightharpoonup
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244 \begin_inset Formula $\rightharpoonup$
8245 \end_inset
8246
8247
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 </row>
8253 <row>
8254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8255 \begin_inset Text
8256
8257 \begin_layout Plain Layout
8258
8259 \backslash
8260 rightharpoondown
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269 \begin_inset Formula $\rightharpoondown$
8270 \end_inset
8271
8272
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 </row>
8278 <row>
8279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283
8284 \backslash
8285 hookrightarrow
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294 \begin_inset Formula $\hookrightarrow$
8295 \end_inset
8296
8297
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 </row>
8303 </lyxtabular>
8304
8305 \end_inset
8306
8307
8308 \begin_inset space \hfill{}
8309 \end_inset
8310
8311
8312 \end_layout
8313
8314 \begin_layout Standard
8315 \begin_inset space \hfill{}
8316 \end_inset
8317
8318
8319 \begin_inset Tabular
8320 <lyxtabular version="3" rows="6" columns="2">
8321 <features>
8322 <column alignment="center" valignment="top" width="0pt">
8323 <column alignment="center" valignment="top" width="0pt">
8324 <row>
8325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329 Command
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338 Result
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 </row>
8344 <row>
8345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349
8350 \backslash
8351 leftrightarrow
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360 \begin_inset Formula $\leftrightarrow$
8361 \end_inset
8362
8363
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 </row>
8369 <row>
8370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374
8375 \backslash
8376 Leftrightarrow
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 \begin_inset Formula $\Leftrightarrow$
8386 \end_inset
8387
8388
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 </row>
8394 <row>
8395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399
8400 \backslash
8401 longleftrightarrow
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410 \begin_inset Formula $\longleftrightarrow$
8411 \end_inset
8412
8413
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 </row>
8419 <row>
8420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424
8425 \backslash
8426 Longleftrightarrow
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435 \begin_inset Formula $\Longleftrightarrow$
8436 \end_inset
8437
8438
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 </row>
8444 <row>
8445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449
8450 \backslash
8451 rightleftharpoons
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460 \begin_inset Formula $\rightleftharpoons$
8461 \end_inset
8462
8463
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 </row>
8469 </lyxtabular>
8470
8471 \end_inset
8472
8473
8474 \begin_inset space \hspace{}
8475 \length 25pt
8476 \end_inset
8477
8478
8479 \begin_inset space \hfill{}
8480 \end_inset
8481
8482
8483 \begin_inset Tabular
8484 <lyxtabular version="3" rows="5" columns="2">
8485 <features>
8486 <column alignment="center" valignment="top" width="0pt">
8487 <column alignment="center" valignment="top" width="0pt">
8488 <row>
8489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 Command
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502 Result
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 </row>
8508 <row>
8509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513
8514 \backslash
8515 mapsto
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524 \begin_inset Formula $\mapsto$
8525 \end_inset
8526
8527
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 </row>
8533 <row>
8534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538
8539 \backslash
8540 longmapsto
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549 \begin_inset Formula $\longmapsto$
8550 \end_inset
8551
8552
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 </row>
8558 <row>
8559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563
8564 \backslash
8565 leadsto
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574 \begin_inset Formula $\leadsto$
8575 \end_inset
8576
8577
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 </row>
8583 <row>
8584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588
8589 \backslash
8590 dasharrow
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599 \begin_inset Formula $\dasharrow$
8600 \end_inset
8601
8602
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 </row>
8608 </lyxtabular>
8609
8610 \end_inset
8611
8612
8613 \begin_inset space \hfill{}
8614 \end_inset
8615
8616
8617 \end_layout
8618
8619 \begin_layout Standard
8620 \begin_inset VSpace medskip
8621 \end_inset
8622
8623 Arrows used as accent like e.
8624 \begin_inset space \thinspace{}
8625 \end_inset
8626
8627 g.
8628 \begin_inset space ~
8629 \end_inset
8630
8631 vector arrows are listed in 
8632 \begin_inset CommandInset ref
8633 LatexCommand ref
8634 reference "sec:Accents"
8635
8636 \end_inset
8637
8638 .
8639 \end_layout
8640
8641 \begin_layout Standard
8642 \begin_inset VSpace bigskip
8643 \end_inset
8644
8645 Furthermore there are the labeled arrows
8646 \begin_inset Index
8647 status collapsed
8648
8649 \begin_layout Plain Layout
8650 Arrows ! labeled
8651 \end_layout
8652
8653 \end_inset
8654
8655  
8656 \series bold
8657
8658 \backslash
8659 xleftarrow
8660 \series default
8661
8662 \begin_inset Index
8663 status collapsed
8664
8665 \begin_layout Plain Layout
8666 Commands ! X ! 
8667 \backslash
8668 xleftarrow
8669 \end_layout
8670
8671 \end_inset
8672
8673  and 
8674 \series bold
8675
8676 \backslash
8677 xrightarrow
8678 \series default
8679
8680 \begin_inset Index
8681 status collapsed
8682
8683 \begin_layout Plain Layout
8684 Commands ! X ! 
8685 \backslash
8686 xrightarrow
8687 \begin_inset ERT
8688 status collapsed
8689
8690 \begin_layout Plain Layout
8691
8692
8693 \backslash
8694 vspace{4mm}
8695 \end_layout
8696
8697 \end_inset
8698
8699
8700 \end_layout
8701
8702 \end_inset
8703
8704 .
8705  When inserting one of these commands in a formula, an arrow with two blue
8706  boxes appear where the label can be inserted.
8707  The length of the arrow adapts to the label width.
8708 \end_layout
8709
8710 \begin_layout Standard
8711 \align center
8712 \begin_inset Tabular
8713 <lyxtabular version="3" rows="3" columns="2">
8714 <features>
8715 <column alignment="center" valignment="top" width="0pt">
8716 <column alignment="center" valignment="top" width="0pt">
8717 <row>
8718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722 Command
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731 Result
8732 \begin_inset Note Note
8733 status collapsed
8734
8735 \begin_layout Plain Layout
8736
8737 \series bold
8738
8739 \backslash
8740 raisebox
8741 \series default
8742  is only used as spacer.
8743 \end_layout
8744
8745 \end_inset
8746
8747
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 </row>
8753 <row>
8754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758 F(a)
8759 \backslash
8760 xleftarrow
8761 \begin_inset ERT
8762 status collapsed
8763
8764 \begin_layout Plain Layout
8765
8766
8767 \backslash
8768 spce 
8769 \end_layout
8770
8771 \end_inset
8772
8773 x=a
8774 \begin_inset Formula $\downarrow$
8775 \end_inset
8776
8777 x>0
8778 \begin_inset Formula $\to$
8779 \end_inset
8780
8781 F(x)
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8791 \end_inset
8792
8793
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 </row>
8799 <row>
8800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804 F(x)
8805 \backslash
8806 xrightarrow
8807 \begin_inset ERT
8808 status collapsed
8809
8810 \begin_layout Plain Layout
8811
8812
8813 \backslash
8814 spce 
8815 \end_layout
8816
8817 \end_inset
8818
8819 x=a
8820 \begin_inset Formula $\downarrow$
8821 \end_inset
8822
8823 x>0
8824 \begin_inset Formula $\to$
8825 \end_inset
8826
8827 F(a)
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8837 \end_inset
8838
8839
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 </row>
8845 </lyxtabular>
8846
8847 \end_inset
8848
8849
8850 \end_layout
8851
8852 \begin_layout Subsection
8853 Vertical and diagonal Arrows
8854 \begin_inset Index
8855 status collapsed
8856
8857 \begin_layout Plain Layout
8858 Arrows ! diagonal
8859 \end_layout
8860
8861 \end_inset
8862
8863
8864 \begin_inset Index
8865 status collapsed
8866
8867 \begin_layout Plain Layout
8868 Arrows ! vertical
8869 \end_layout
8870
8871 \end_inset
8872
8873
8874 \end_layout
8875
8876 \begin_layout Standard
8877 \begin_inset space \hfill{}
8878 \end_inset
8879
8880
8881 \begin_inset Tabular
8882 <lyxtabular version="3" rows="7" columns="2">
8883 <features>
8884 <column alignment="center" valignment="top" width="0pt">
8885 <column alignment="center" valignment="top" width="0pt">
8886 <row>
8887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891 Command
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900 Result
8901 \end_layout
8902
8903 \end_inset
8904 </cell>
8905 </row>
8906 <row>
8907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911
8912 \backslash
8913 uparrow
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922 \begin_inset Formula $\uparrow$
8923 \end_inset
8924
8925
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 </row>
8931 <row>
8932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936
8937 \backslash
8938 Uparrow
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947 \begin_inset Formula $\Uparrow$
8948 \end_inset
8949
8950
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 </row>
8956 <row>
8957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961
8962 \backslash
8963 updownarrow
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972 \begin_inset Formula $\updownarrow$
8973 \end_inset
8974
8975
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 </row>
8981 <row>
8982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986
8987 \backslash
8988 Updownarrow
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997 \begin_inset Formula $\Updownarrow$
8998 \end_inset
8999
9000
9001 \end_layout
9002
9003 \end_inset
9004 </cell>
9005 </row>
9006 <row>
9007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011
9012 \backslash
9013 Downarrow
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022 \begin_inset Formula $\Downarrow$
9023 \end_inset
9024
9025
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 </row>
9031 <row>
9032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036
9037 \backslash
9038 downarrow
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047 \begin_inset Formula $\downarrow$
9048 \end_inset
9049
9050
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 </row>
9056 </lyxtabular>
9057
9058 \end_inset
9059
9060
9061 \begin_inset space \hfill{}
9062 \end_inset
9063
9064
9065 \begin_inset Tabular
9066 <lyxtabular version="3" rows="5" columns="2">
9067 <features>
9068 <column alignment="center" valignment="top" width="0pt">
9069 <column alignment="center" valignment="top" width="0pt">
9070 <row>
9071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075 Command
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084 Result
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 </row>
9090 <row>
9091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095
9096 \backslash
9097 nearrow
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106 \begin_inset Formula $\nearrow$
9107 \end_inset
9108
9109
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 </row>
9115 <row>
9116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120
9121 \backslash
9122 searrow
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131 \begin_inset Formula $\searrow$
9132 \end_inset
9133
9134
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 </row>
9140 <row>
9141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9142 \begin_inset Text
9143
9144 \begin_layout Plain Layout
9145
9146 \backslash
9147 swarrow
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156 \begin_inset Formula $\swarrow$
9157 \end_inset
9158
9159
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 </row>
9165 <row>
9166 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9167 \begin_inset Text
9168
9169 \begin_layout Plain Layout
9170
9171 \backslash
9172 nwarrow
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181 \begin_inset Formula $\nwarrow$
9182 \end_inset
9183
9184
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 </row>
9190 </lyxtabular>
9191
9192 \end_inset
9193
9194
9195 \begin_inset space \hfill{}
9196 \end_inset
9197
9198
9199 \end_layout
9200
9201 \begin_layout Standard
9202 \begin_inset VSpace medskip
9203 \end_inset
9204
9205 Vertical arrows can be used also as delimiter together with the commands
9206  described in 
9207 \begin_inset CommandInset ref
9208 LatexCommand ref
9209 reference "sub:Manual-Bracket-Size"
9210
9211 \end_inset
9212
9213  and 
9214 \begin_inset CommandInset ref
9215 LatexCommand ref
9216 reference "sub:Automatic-Bracket-Size"
9217
9218 \end_inset
9219
9220 .
9221 \end_layout
9222
9223 \begin_layout Standard
9224 \begin_inset Newpage newpage
9225 \end_inset
9226
9227
9228 \end_layout
9229
9230 \begin_layout Section
9231 Accents
9232 \begin_inset CommandInset label
9233 LatexCommand label
9234 name "sec:Accents"
9235
9236 \end_inset
9237
9238
9239 \begin_inset Index
9240 status collapsed
9241
9242 \begin_layout Plain Layout
9243 Accents
9244 \end_layout
9245
9246 \end_inset
9247
9248
9249 \end_layout
9250
9251 \begin_layout Standard
9252 Accents can be inserted via the math toolbar button 
9253 \begin_inset Graphics
9254         filename ../images/math/hat.png
9255         scale 85
9256
9257 \end_inset
9258
9259  or the commands listed in the following subsections.
9260 \end_layout
9261
9262 \begin_layout Subsection
9263 Accents for one Character
9264 \begin_inset ERT
9265 status collapsed
9266
9267 \begin_layout Plain Layout
9268
9269
9270 \backslash
9271 texorpdfstring{
9272 \end_layout
9273
9274 \end_inset
9275
9276
9277 \begin_inset Foot
9278 status collapsed
9279
9280 \begin_layout Plain Layout
9281 accents in text see 
9282 \begin_inset CommandInset ref
9283 LatexCommand ref
9284 reference "sub:Accents-in-Text"
9285
9286 \end_inset
9287
9288
9289 \end_layout
9290
9291 \end_inset
9292
9293
9294 \begin_inset ERT
9295 status collapsed
9296
9297 \begin_layout Plain Layout
9298
9299 }{}
9300 \end_layout
9301
9302 \end_inset
9303
9304
9305 \begin_inset Note Note
9306 status collapsed
9307
9308 \begin_layout Plain Layout
9309
9310 \backslash
9311 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
9312 \end_layout
9313
9314 \begin_layout Plain Layout
9315 More about 
9316 \backslash
9317 texorpdfstring is in section 
9318 \begin_inset CommandInset ref
9319 LatexCommand ref
9320 reference "sub:Formulas-in-Section"
9321
9322 \end_inset
9323
9324 .
9325 \end_layout
9326
9327 \end_inset
9328
9329
9330 \begin_inset CommandInset label
9331 LatexCommand label
9332 name "sub:Accents-for-one"
9333
9334 \end_inset
9335
9336
9337 \begin_inset Index
9338 status collapsed
9339
9340 \begin_layout Plain Layout
9341 Accents ! for one character
9342 \end_layout
9343
9344 \end_inset
9345
9346
9347 \end_layout
9348
9349 \begin_layout Standard
9350 \begin_inset space \hfill{}
9351 \end_inset
9352
9353
9354 \begin_inset Tabular
9355 <lyxtabular version="3" rows="8" columns="2">
9356 <features>
9357 <column alignment="center" valignment="top" width="0pt">
9358 <column alignment="center" valignment="top" width="0pt">
9359 <row>
9360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364 Command
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9370 \begin_inset Text
9371
9372 \begin_layout Plain Layout
9373 Result
9374 \begin_inset Note Note
9375 status collapsed
9376
9377 \begin_layout Plain Layout
9378
9379 \series bold
9380
9381 \backslash
9382 raisebox
9383 \series default
9384  is only used as spacer.
9385 \end_layout
9386
9387 \end_inset
9388
9389
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 </row>
9395 <row>
9396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9397 \begin_inset Text
9398
9399 \begin_layout Plain Layout
9400
9401 \backslash
9402 dot
9403 \begin_inset ERT
9404 status collapsed
9405
9406 \begin_layout Plain Layout
9407
9408
9409 \backslash
9410 spce 
9411 \end_layout
9412
9413 \end_inset
9414
9415 A
9416 \end_layout
9417
9418 \end_inset
9419 </cell>
9420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9421 \begin_inset Text
9422
9423 \begin_layout Plain Layout
9424 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9425 \end_inset
9426
9427
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 </row>
9433 <row>
9434 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9435 \begin_inset Text
9436
9437 \begin_layout Plain Layout
9438
9439 \backslash
9440 ddot
9441 \begin_inset ERT
9442 status collapsed
9443
9444 \begin_layout Plain Layout
9445
9446
9447 \backslash
9448 spce 
9449 \end_layout
9450
9451 \end_inset
9452
9453 A
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9463 \end_inset
9464
9465
9466 \end_layout
9467
9468 \end_inset
9469 </cell>
9470 </row>
9471 <row>
9472 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Plain Layout
9476
9477 \backslash
9478 dddot
9479 \begin_inset ERT
9480 status collapsed
9481
9482 \begin_layout Plain Layout
9483
9484
9485 \backslash
9486 spce 
9487 \end_layout
9488
9489 \end_inset
9490
9491 A
9492 \end_layout
9493
9494 \end_inset
9495 </cell>
9496 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9497 \begin_inset Text
9498
9499 \begin_layout Plain Layout
9500 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9501 \end_inset
9502
9503
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 </row>
9509 <row>
9510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514
9515 \backslash
9516 ddddot{A
9517 \end_layout
9518
9519 \end_inset
9520 </cell>
9521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9526 \end_inset
9527
9528
9529 \end_layout
9530
9531 \end_inset
9532 </cell>
9533 </row>
9534 <row>
9535 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9536 \begin_inset Text
9537
9538 \begin_layout Plain Layout
9539
9540 \backslash
9541 vec
9542 \begin_inset ERT
9543 status collapsed
9544
9545 \begin_layout Plain Layout
9546
9547
9548 \backslash
9549 spce 
9550 \end_layout
9551
9552 \end_inset
9553
9554 A
9555 \begin_inset Index
9556 status collapsed
9557
9558 \begin_layout Plain Layout
9559 Vectors
9560 \end_layout
9561
9562 \end_inset
9563
9564
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9574 \end_inset
9575
9576
9577 \end_layout
9578
9579 \end_inset
9580 </cell>
9581 </row>
9582 <row>
9583 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9584 \begin_inset Text
9585
9586 \begin_layout Plain Layout
9587
9588 \backslash
9589 bar
9590 \begin_inset ERT
9591 status collapsed
9592
9593 \begin_layout Plain Layout
9594
9595
9596 \backslash
9597 spce 
9598 \end_layout
9599
9600 \end_inset
9601
9602 A
9603 \end_layout
9604
9605 \end_inset
9606 </cell>
9607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9608 \begin_inset Text
9609
9610 \begin_layout Plain Layout
9611 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9612 \end_inset
9613
9614
9615 \end_layout
9616
9617 \end_inset
9618 </cell>
9619 </row>
9620 <row>
9621 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9622 \begin_inset Text
9623
9624 \begin_layout Plain Layout
9625
9626 \backslash
9627 mathring
9628 \begin_inset ERT
9629 status collapsed
9630
9631 \begin_layout Plain Layout
9632
9633
9634 \backslash
9635 spce 
9636 \end_layout
9637
9638 \end_inset
9639
9640 A
9641 \end_layout
9642
9643 \end_inset
9644 </cell>
9645 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9646 \begin_inset Text
9647
9648 \begin_layout Plain Layout
9649 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9650 \end_inset
9651
9652
9653 \end_layout
9654
9655 \end_inset
9656 </cell>
9657 </row>
9658 </lyxtabular>
9659
9660 \end_inset
9661
9662
9663 \begin_inset space \hfill{}
9664 \end_inset
9665
9666
9667 \begin_inset Tabular
9668 <lyxtabular version="3" rows="7" columns="2">
9669 <features>
9670 <column alignment="center" valignment="top" width="0pt">
9671 <column alignment="center" valignment="top" width="0pt">
9672 <row>
9673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9674 \begin_inset Text
9675
9676 \begin_layout Plain Layout
9677 Command
9678 \end_layout
9679
9680 \end_inset
9681 </cell>
9682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9683 \begin_inset Text
9684
9685 \begin_layout Plain Layout
9686 Result
9687 \end_layout
9688
9689 \end_inset
9690 </cell>
9691 </row>
9692 <row>
9693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9694 \begin_inset Text
9695
9696 \begin_layout Plain Layout
9697
9698 \backslash
9699 tilde
9700 \begin_inset ERT
9701 status collapsed
9702
9703 \begin_layout Plain Layout
9704
9705
9706 \backslash
9707 spce 
9708 \end_layout
9709
9710 \end_inset
9711
9712 A
9713 \end_layout
9714
9715 \end_inset
9716 </cell>
9717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9718 \begin_inset Text
9719
9720 \begin_layout Plain Layout
9721 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9722 \end_inset
9723
9724
9725 \end_layout
9726
9727 \end_inset
9728 </cell>
9729 </row>
9730 <row>
9731 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9732 \begin_inset Text
9733
9734 \begin_layout Plain Layout
9735
9736 \backslash
9737 hat
9738 \begin_inset ERT
9739 status collapsed
9740
9741 \begin_layout Plain Layout
9742
9743
9744 \backslash
9745 spce 
9746 \end_layout
9747
9748 \end_inset
9749
9750 A
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9756 \begin_inset Text
9757
9758 \begin_layout Plain Layout
9759 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9760 \end_inset
9761
9762
9763 \end_layout
9764
9765 \end_inset
9766 </cell>
9767 </row>
9768 <row>
9769 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9770 \begin_inset Text
9771
9772 \begin_layout Plain Layout
9773
9774 \backslash
9775 check
9776 \begin_inset ERT
9777 status collapsed
9778
9779 \begin_layout Plain Layout
9780
9781
9782 \backslash
9783 spce 
9784 \end_layout
9785
9786 \end_inset
9787
9788 A
9789 \end_layout
9790
9791 \end_inset
9792 </cell>
9793 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9794 \begin_inset Text
9795
9796 \begin_layout Plain Layout
9797 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9798 \end_inset
9799
9800
9801 \end_layout
9802
9803 \end_inset
9804 </cell>
9805 </row>
9806 <row>
9807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9808 \begin_inset Text
9809
9810 \begin_layout Plain Layout
9811
9812 \backslash
9813 acute
9814 \begin_inset ERT
9815 status collapsed
9816
9817 \begin_layout Plain Layout
9818
9819
9820 \backslash
9821 spce 
9822 \end_layout
9823
9824 \end_inset
9825
9826 A
9827 \end_layout
9828
9829 \end_inset
9830 </cell>
9831 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9832 \begin_inset Text
9833
9834 \begin_layout Plain Layout
9835 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9836 \end_inset
9837
9838
9839 \end_layout
9840
9841 \end_inset
9842 </cell>
9843 </row>
9844 <row>
9845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849
9850 \backslash
9851 grave
9852 \begin_inset ERT
9853 status collapsed
9854
9855 \begin_layout Plain Layout
9856
9857
9858 \backslash
9859 spce 
9860 \end_layout
9861
9862 \end_inset
9863
9864 A
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9870 \begin_inset Text
9871
9872 \begin_layout Plain Layout
9873 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9874 \end_inset
9875
9876
9877 \end_layout
9878
9879 \end_inset
9880 </cell>
9881 </row>
9882 <row>
9883 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9884 \begin_inset Text
9885
9886 \begin_layout Plain Layout
9887
9888 \backslash
9889 breve
9890 \begin_inset ERT
9891 status collapsed
9892
9893 \begin_layout Plain Layout
9894
9895
9896 \backslash
9897 spce 
9898 \end_layout
9899
9900 \end_inset
9901
9902 A
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Plain Layout
9911 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9912 \end_inset
9913
9914
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 </row>
9920 </lyxtabular>
9921
9922 \end_inset
9923
9924
9925 \begin_inset space \hfill{}
9926 \end_inset
9927
9928
9929 \end_layout
9930
9931 \begin_layout Standard
9932 \begin_inset VSpace bigskip
9933 \end_inset
9934
9935 To create umlauts
9936 \begin_inset Index
9937 status collapsed
9938
9939 \begin_layout Plain Layout
9940 Umlauts
9941 \end_layout
9942
9943 \end_inset
9944
9945  in formulas, a quotation mark is inserted before the vowel.
9946  These two characters are then treated by LaTeX as 
9947 \emph on
9948 one
9949 \emph default
9950  character when the formula part with the umlaut is marked as German.
9951  In contrary to 
9952 \series bold
9953
9954 \backslash
9955 ddot
9956 \series default
9957 , with this method 
9958 \begin_inset Quotes eld
9959 \end_inset
9960
9961 real
9962 \begin_inset Quotes erd
9963 \end_inset
9964
9965  umlauts are created as demonstrated in the following example:
9966 \end_layout
9967
9968 \begin_layout Standard
9969 \begin_inset VSpace -2mm
9970 \end_inset
9971
9972
9973 \end_layout
9974
9975 \begin_layout Standard
9976 \align center
9977 \begin_inset Tabular
9978 <lyxtabular version="3" rows="3" columns="2">
9979 <features>
9980 <column alignment="center" valignment="top" width="0">
9981 <column alignment="center" valignment="top" width="0">
9982 <row>
9983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Plain Layout
9987 Command
9988 \end_layout
9989
9990 \end_inset
9991 </cell>
9992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Plain Layout
9996 Result
9997 \begin_inset Note Note
9998 status collapsed
9999
10000 \begin_layout Plain Layout
10001
10002 \series bold
10003
10004 \backslash
10005 raisebox
10006 \series default
10007  and the 0
10008 \begin_inset space \thinspace{}
10009 \end_inset
10010
10011 pt space are only used as spacer.
10012 \end_layout
10013
10014 \end_inset
10015
10016
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 </row>
10022 <row>
10023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027
10028 \lang ngerman
10029 \begin_inset Quotes grd
10030 \end_inset
10031
10032 i
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041 \begin_inset space \hspace{}
10042 \length 0pt
10043 \end_inset
10044
10045
10046 \lang ngerman
10047
10048 \begin_inset Formula $"i$
10049 \end_inset
10050
10051
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 </row>
10057 <row>
10058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062
10063 \backslash
10064 ddot
10065 \begin_inset ERT
10066 status collapsed
10067
10068 \begin_layout Plain Layout
10069
10070
10071 \backslash
10072 spce 
10073 \end_layout
10074
10075 \end_inset
10076
10077 i
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10087 \end_inset
10088
10089
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 </row>
10095 </lyxtabular>
10096
10097 \end_inset
10098
10099
10100 \end_layout
10101
10102 \begin_layout Standard
10103 Another advantage to 
10104 \series bold
10105
10106 \backslash
10107 ddot
10108 \series default
10109  is that umlauts can directly be converted to mathematical text because
10110  the accent commands above are 
10111 \emph on
10112 not allowed
10113 \emph default
10114  
10115 \emph on
10116 in mathematical text
10117 \emph default
10118 .
10119  To convert an accented character to mathematical text, only the character
10120  under the accent may be converted.
10121  This applies also for all other conversions, e.
10122 \begin_inset space \thinspace{}
10123 \end_inset
10124
10125 g.
10126 \begin_inset space ~
10127 \end_inset
10128
10129 to italic or bold.
10130 \end_layout
10131
10132 \begin_layout Standard
10133 In mathematical text, umlauts and other accented characters can directly
10134  be inserted.
10135 \end_layout
10136
10137 \begin_layout Subsection
10138 Accents for Operators
10139 \begin_inset Index
10140 status collapsed
10141
10142 \begin_layout Plain Layout
10143 Accents ! for operators
10144 \end_layout
10145
10146 \end_inset
10147
10148
10149 \end_layout
10150
10151 \begin_layout Standard
10152 With the commands 
10153 \series bold
10154
10155 \backslash
10156 overset
10157 \series default
10158
10159 \begin_inset Index
10160 status collapsed
10161
10162 \begin_layout Plain Layout
10163 Commands ! O ! 
10164 \backslash
10165 overset
10166 \end_layout
10167
10168 \end_inset
10169
10170  and 
10171 \series bold
10172
10173 \backslash
10174 underset
10175 \series default
10176
10177 \begin_inset Index
10178 status collapsed
10179
10180 \begin_layout Plain Layout
10181 Commands ! U ! 
10182 \backslash
10183 underset
10184 \end_layout
10185
10186 \end_inset
10187
10188  characters can be placed above or below an operator, respectively, to accent
10189  it.
10190  With the command 
10191 \series bold
10192
10193 \backslash
10194 sideset
10195 \series default
10196
10197 \begin_inset Index
10198 status collapsed
10199
10200 \begin_layout Plain Layout
10201 Commands ! S ! 
10202 \backslash
10203 sideset
10204 \end_layout
10205
10206 \end_inset
10207
10208  characters can be set before and behind an operator.
10209  The command scheme is:
10210 \end_layout
10211
10212 \begin_layout Standard
10213
10214 \series bold
10215
10216 \backslash
10217 sideset{character
10218 \series default
10219  
10220 \series bold
10221 before}{character
10222 \series default
10223  
10224 \series bold
10225 behind}
10226 \end_layout
10227
10228 \begin_layout Standard
10229
10230 \series bold
10231
10232 \backslash
10233 sideset
10234 \series default
10235  must always be before the operator that should be accented.
10236  You can accent with several characters and even with other operators and
10237  symbols.
10238  To place with 
10239 \series bold
10240
10241 \backslash
10242 sideset
10243 \series default
10244  for example only characters behind an operator, write nothing between the
10245  first braces but don't omit the braces.
10246 \end_layout
10247
10248 \begin_layout Standard
10249 For example the command 
10250 \series bold
10251
10252 \backslash
10253 sideset{
10254 \begin_inset Formula $\to$
10255 \end_inset
10256
10257
10258 \backslash
10259 {
10260 \series default
10261 '
10262 \series bold
10263
10264 \begin_inset Formula $\to$
10265 \end_inset
10266
10267
10268 \backslash
10269 sum_k=1
10270 \begin_inset ERT
10271 status collapsed
10272
10273 \begin_layout Plain Layout
10274
10275
10276 \backslash
10277 spce 
10278 \end_layout
10279
10280 \end_inset
10281
10282
10283 \series default
10284 ^
10285 \series bold
10286 n
10287 \series default
10288  produces:
10289 \begin_inset Formula \[
10290 \sideset{}{'}\sum_{k=1}^{n}\]
10291
10292 \end_inset
10293
10294
10295 \end_layout
10296
10297 \begin_layout Standard
10298 The command 
10299 \series bold
10300
10301 \backslash
10302 overset
10303 \begin_inset ERT
10304 status collapsed
10305
10306 \begin_layout Plain Layout
10307
10308
10309 \backslash
10310 spce 
10311 \end_layout
10312
10313 \end_inset
10314
10315
10316 \backslash
10317 maltese
10318 \begin_inset ERT
10319 status collapsed
10320
10321 \begin_layout Plain Layout
10322
10323
10324 \backslash
10325 spce 
10326 \end_layout
10327
10328 \end_inset
10329
10330
10331 \series default
10332
10333 \begin_inset Formula $\uparrow$
10334 \end_inset
10335
10336
10337 \series bold
10338 a
10339 \series default
10340  produces:
10341 \begin_inset Formula \[
10342 \overset{a}{\maltese}\]
10343
10344 \end_inset
10345
10346 As seen in the last example, with 
10347 \series bold
10348
10349 \backslash
10350 overset
10351 \series default
10352  and 
10353 \series bold
10354
10355 \backslash
10356 underset
10357 \series default
10358  also symbols and characters can be accented; with 
10359 \series bold
10360
10361 \backslash
10362 sideset
10363 \series default
10364  this is not possible.
10365 \end_layout
10366
10367 \begin_layout Subsection
10368 Accents for several Characters
10369 \begin_inset CommandInset label
10370 LatexCommand label
10371 name "sub:Accents-for-several"
10372
10373 \end_inset
10374
10375
10376 \begin_inset Index
10377 status collapsed
10378
10379 \begin_layout Plain Layout
10380 Accents ! for several characters
10381 \end_layout
10382
10383 \end_inset
10384
10385
10386 \end_layout
10387
10388 \begin_layout Standard
10389 \begin_inset space \hfill{}
10390 \end_inset
10391
10392
10393 \begin_inset Tabular
10394 <lyxtabular version="3" rows="5" columns="2">
10395 <features>
10396 <column alignment="center" valignment="top" width="0pt">
10397 <column alignment="center" valignment="top" width="0pt">
10398 <row>
10399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403 Command
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412 Result
10413 \begin_inset Note Note
10414 status collapsed
10415
10416 \begin_layout Plain Layout
10417
10418 \series bold
10419
10420 \backslash
10421 raisebox
10422 \series default
10423  is only used as spacer.
10424 \end_layout
10425
10426 \end_inset
10427
10428
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 </row>
10434 <row>
10435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439
10440 \backslash
10441 overleftarrow
10442 \begin_inset ERT
10443 status collapsed
10444
10445 \begin_layout Plain Layout
10446
10447
10448 \backslash
10449 spce 
10450 \end_layout
10451
10452 \end_inset
10453
10454 A=B
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10464 \end_inset
10465
10466
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 </row>
10472 <row>
10473 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477
10478 \backslash
10479 underleftarrow
10480 \begin_inset ERT
10481 status collapsed
10482
10483 \begin_layout Plain Layout
10484
10485
10486 \backslash
10487 spce 
10488 \end_layout
10489
10490 \end_inset
10491
10492 A=B
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10502 \end_inset
10503
10504
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 </row>
10510 <row>
10511 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515
10516 \backslash
10517 overleftrightarrow
10518 \begin_inset ERT
10519 status collapsed
10520
10521 \begin_layout Plain Layout
10522
10523
10524 \backslash
10525 spce 
10526 \end_layout
10527
10528 \end_inset
10529
10530 A=B
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10540 \end_inset
10541
10542
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 </row>
10548 <row>
10549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553
10554 \backslash
10555 underleftrightarrow
10556 \begin_inset ERT
10557 status collapsed
10558
10559 \begin_layout Plain Layout
10560
10561
10562 \backslash
10563 spce 
10564 \end_layout
10565
10566 \end_inset
10567
10568 A=B
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10578 \end_inset
10579
10580
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 </row>
10586 </lyxtabular>
10587
10588 \end_inset
10589
10590
10591 \begin_inset space \hfill{}
10592 \end_inset
10593
10594
10595 \begin_inset Tabular
10596 <lyxtabular version="3" rows="5" columns="2">
10597 <features>
10598 <column alignment="center" valignment="top" width="0pt">
10599 <column alignment="center" valignment="top" width="0pt">
10600 <row>
10601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 Command
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614 Result
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 </row>
10620 <row>
10621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625
10626 \backslash
10627 overrightarrow
10628 \begin_inset ERT
10629 status collapsed
10630
10631 \begin_layout Plain Layout
10632
10633
10634 \backslash
10635 spce 
10636 \end_layout
10637
10638 \end_inset
10639
10640 A=B
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10650 \end_inset
10651
10652
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 </row>
10658 <row>
10659 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663
10664 \backslash
10665 underrightarrow
10666 \begin_inset ERT
10667 status collapsed
10668
10669 \begin_layout Plain Layout
10670
10671
10672 \backslash
10673 spce 
10674 \end_layout
10675
10676 \end_inset
10677
10678 A=B
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10688 \end_inset
10689
10690
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 </row>
10696 <row>
10697 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10698 \begin_inset Text
10699
10700 \begin_layout Plain Layout
10701
10702 \backslash
10703 widetilde
10704 \begin_inset ERT
10705 status collapsed
10706
10707 \begin_layout Plain Layout
10708
10709
10710 \backslash
10711 spce 
10712 \end_layout
10713
10714 \end_inset
10715
10716 A=B
10717 \end_layout
10718
10719 \end_inset
10720 </cell>
10721 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10726 \end_inset
10727
10728
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 </row>
10734 <row>
10735 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10736 \begin_inset Text
10737
10738 \begin_layout Plain Layout
10739
10740 \backslash
10741 widehat
10742 \begin_inset ERT
10743 status collapsed
10744
10745 \begin_layout Plain Layout
10746
10747
10748 \backslash
10749 spce 
10750 \end_layout
10751
10752 \end_inset
10753
10754 A=B
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10764 \end_inset
10765
10766
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 </row>
10772 </lyxtabular>
10773
10774 \end_inset
10775
10776
10777 \begin_inset space \hfill{}
10778 \end_inset
10779
10780
10781 \end_layout
10782
10783 \begin_layout Standard
10784 \begin_inset VSpace medskip
10785 \end_inset
10786
10787 With these commands as many characters as you like can be accented.
10788  But the accents 
10789 \series bold
10790
10791 \backslash
10792 widetilde
10793 \series default
10794  and 
10795 \series bold
10796
10797 \backslash
10798 widehat
10799 \series default
10800  will only be set in the output with a length of three characters, as shown
10801  in the following example:
10802 \begin_inset Formula \[
10803 \widetilde{A+B=C-D}\]
10804
10805 \end_inset
10806
10807
10808 \end_layout
10809
10810 \begin_layout Standard
10811 With the commands 
10812 \series bold
10813
10814 \backslash
10815 overset
10816 \series default
10817
10818 \begin_inset Index
10819 status collapsed
10820
10821 \begin_layout Plain Layout
10822 Commands ! O ! 
10823 \backslash
10824 overset
10825 \end_layout
10826
10827 \end_inset
10828
10829  and 
10830 \series bold
10831
10832 \backslash
10833 underset
10834 \series default
10835
10836 \begin_inset Index
10837 status collapsed
10838
10839 \begin_layout Plain Layout
10840 Commands ! U ! 
10841 \backslash
10842 underset
10843 \end_layout
10844
10845 \end_inset
10846
10847  described in the previous subsection it is also possible to accent several
10848  characters.
10849  The command 
10850 \series bold
10851
10852 \backslash
10853 underset
10854 \begin_inset ERT
10855 status collapsed
10856
10857 \begin_layout Plain Layout
10858
10859
10860 \backslash
10861 spce 
10862 \end_layout
10863
10864 \end_inset
10865
10866 A=B
10867 \begin_inset Formula $\downarrow$
10868 \end_inset
10869
10870 ***
10871 \series default
10872  creates:
10873 \begin_inset Formula \[
10874 \underset{***}{A=B}\]
10875
10876 \end_inset
10877
10878
10879 \end_layout
10880
10881 \begin_layout Section
10882 Space
10883 \begin_inset CommandInset label
10884 LatexCommand label
10885 name "sub:Space"
10886
10887 \end_inset
10888
10889
10890 \begin_inset Index
10891 status collapsed
10892
10893 \begin_layout Plain Layout
10894 Space ! horizontal
10895 \end_layout
10896
10897 \end_inset
10898
10899
10900 \end_layout
10901
10902 \begin_layout Subsection
10903 Predefined Space
10904 \begin_inset CommandInset label
10905 LatexCommand label
10906 name "sub:Predefined-Space"
10907
10908 \end_inset
10909
10910
10911 \begin_inset Index
10912 status collapsed
10913
10914 \begin_layout Plain Layout
10915 Space ! horizontal ! predefined
10916 \end_layout
10917
10918 \end_inset
10919
10920
10921 \end_layout
10922
10923 \begin_layout Standard
10924 Sometimes it is necessary to insert horizontal space to a formula.
10925  This is done by inserting a protected space (shortcut 
10926 \family sans
10927 Ctrl-Space
10928 \family default
10929 ).
10930  A blue 
10931 \begin_inset Quotes eld
10932 \end_inset
10933
10934
10935 \series bold
10936 \color blue
10937
10938 \begin_inset ERT
10939 status collapsed
10940
10941 \begin_layout Plain Layout
10942
10943
10944 \backslash
10945 spce 
10946 \end_layout
10947
10948 \end_inset
10949
10950
10951 \series default
10952 \color inherit
10953
10954 \begin_inset Quotes erd
10955 \end_inset
10956
10957  appears and by pressing 
10958 \family sans
10959 Space
10960 \family default
10961  several times one can select one of eight different space sizes.
10962  The spaces can also be inserted using the math toolbar button 
10963 \begin_inset Graphics
10964         filename ../images/math/space.png
10965         scale 85
10966
10967 \end_inset
10968
10969  or special commands.
10970  Independent from the inserted command, one can select the size again by
10971  pressing 
10972 \family sans
10973 Space
10974 \family default
10975  afterwards.
10976 \end_layout
10977
10978 \begin_layout Standard
10979 \noindent
10980 \align center
10981 \begin_inset VSpace -5mm
10982 \end_inset
10983
10984
10985 \begin_inset Tabular
10986 <lyxtabular version="3" rows="3" columns="7">
10987 <features>
10988 <column alignment="center" valignment="middle" width="6.8cm">
10989 <column alignment="center" valignment="top" width="0">
10990 <column alignment="center" valignment="top" width="0">
10991 <column alignment="center" valignment="top" width="0">
10992 <column alignment="center" valignment="top" width="0">
10993 <column alignment="center" valignment="top" width="0">
10994 <column alignment="center" valignment="top" width="0">
10995 <row>
10996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10997 \begin_inset Text
10998
10999 \begin_layout Plain Layout
11000 Command
11001 \end_layout
11002
11003 \end_inset
11004 </cell>
11005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009
11010 \backslash
11011 ,
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020
11021 \backslash
11022 :
11023 \end_layout
11024
11025 \end_inset
11026 </cell>
11027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031
11032 \backslash
11033 ;
11034 \end_layout
11035
11036 \end_inset
11037 </cell>
11038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11039 \begin_inset Text
11040
11041 \begin_layout Plain Layout
11042
11043 \backslash
11044 quad
11045 \end_layout
11046
11047 \end_inset
11048 </cell>
11049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11050 \begin_inset Text
11051
11052 \begin_layout Plain Layout
11053
11054 \backslash
11055 qquad
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11061 \begin_inset Text
11062
11063 \begin_layout Plain Layout
11064
11065 \backslash
11066 !
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 </row>
11072 <row>
11073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077 Number of 
11078 \family sans
11079 Space
11080 \family default
11081  keystrokes after inserting the protected space
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11087 \begin_inset Text
11088
11089 \begin_layout Plain Layout
11090 0
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 1
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11105 \begin_inset Text
11106
11107 \begin_layout Plain Layout
11108 2
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11114 \begin_inset Text
11115
11116 \begin_layout Plain Layout
11117 3
11118 \end_layout
11119
11120 \end_inset
11121 </cell>
11122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11123 \begin_inset Text
11124
11125 \begin_layout Plain Layout
11126 4
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135 5
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 </row>
11141 <row>
11142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11143 \begin_inset Text
11144
11145 \begin_layout Plain Layout
11146 Result
11147 \end_layout
11148
11149 \end_inset
11150 </cell>
11151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11152 \begin_inset Text
11153
11154 \begin_layout Plain Layout
11155 \begin_inset Formula $A\, B$
11156 \end_inset
11157
11158
11159 \end_layout
11160
11161 \end_inset
11162 </cell>
11163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Plain Layout
11167 \begin_inset Formula $A\: B$
11168 \end_inset
11169
11170
11171 \end_layout
11172
11173 \end_inset
11174 </cell>
11175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11176 \begin_inset Text
11177
11178 \begin_layout Plain Layout
11179 \begin_inset Formula $A\; B$
11180 \end_inset
11181
11182
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191 \begin_inset Formula $A\quad B$
11192 \end_inset
11193
11194
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203 \begin_inset Formula $A\qquad B$
11204 \end_inset
11205
11206
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215 \begin_inset Formula $A\! B$
11216 \end_inset
11217
11218
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 </row>
11224 </lyxtabular>
11225
11226 \end_inset
11227
11228
11229 \end_layout
11230
11231 \begin_layout Standard
11232 The last size seem to produce no space.
11233  It is displayed red in LyX contrary to the other sizes, because it is a
11234  negative space.
11235  There are two more negative spaces:
11236 \end_layout
11237
11238 \begin_layout Standard
11239 \align center
11240 \begin_inset Tabular
11241 <lyxtabular version="3" rows="3" columns="3">
11242 <features>
11243 <column alignment="center" valignment="middle" width="6.8cm">
11244 <column alignment="center" valignment="top" width="0pt">
11245 <column alignment="center" valignment="top" width="0pt">
11246 <row>
11247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11248 \begin_inset Text
11249
11250 \begin_layout Plain Layout
11251 Command
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11257 \begin_inset Text
11258
11259 \begin_layout Plain Layout
11260
11261 \backslash
11262 negmedspace
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11268 \begin_inset Text
11269
11270 \begin_layout Plain Layout
11271
11272 \backslash
11273 negthickspace
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 </row>
11279 <row>
11280 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284 Number of 
11285 \family sans
11286 Space
11287 \family default
11288  keystrokes after inserting the protected space
11289 \end_layout
11290
11291 \end_inset
11292 </cell>
11293 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11294 \begin_inset Text
11295
11296 \begin_layout Plain Layout
11297 6
11298 \end_layout
11299
11300 \end_inset
11301 </cell>
11302 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11303 \begin_inset Text
11304
11305 \begin_layout Plain Layout
11306 7
11307 \end_layout
11308
11309 \end_inset
11310 </cell>
11311 </row>
11312 <row>
11313 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11314 \begin_inset Text
11315
11316 \begin_layout Plain Layout
11317 Result
11318 \end_layout
11319
11320 \end_inset
11321 </cell>
11322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11323 \begin_inset Text
11324
11325 \begin_layout Plain Layout
11326 \begin_inset Formula $A\negmedspace B$
11327 \end_inset
11328
11329
11330 \end_layout
11331
11332 \end_inset
11333 </cell>
11334 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11335 \begin_inset Text
11336
11337 \begin_layout Plain Layout
11338 \begin_inset Formula $A\negthickspace B$
11339 \end_inset
11340
11341
11342 \end_layout
11343
11344 \end_inset
11345 </cell>
11346 </row>
11347 </lyxtabular>
11348
11349 \end_inset
11350
11351
11352 \end_layout
11353
11354 \begin_layout Standard
11355 Negative spaces can lead to characters overlapping each other.
11356  Thus they can be used to enforce ligatures, what is e.
11357 \begin_inset space \thinspace{}
11358 \end_inset
11359
11360 g.
11361 \begin_inset space ~
11362 \end_inset
11363
11364 useful for summation operators: 
11365 \end_layout
11366
11367 \begin_layout Standard
11368 \align center
11369 \begin_inset Tabular
11370 <lyxtabular version="3" rows="3" columns="2">
11371 <features>
11372 <column alignment="center" valignment="top" width="0">
11373 <column alignment="center" valignment="top" width="0">
11374 <row>
11375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11376 \begin_inset Text
11377
11378 \begin_layout Plain Layout
11379 Command
11380 \end_layout
11381
11382 \end_inset
11383 </cell>
11384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Plain Layout
11388 Result
11389 \begin_inset Note Note
11390 status collapsed
11391
11392 \begin_layout Plain Layout
11393
11394 \series bold
11395
11396 \backslash
11397 raisebox
11398 \series default
11399  is only used as spacer.
11400 \end_layout
11401
11402 \end_inset
11403
11404
11405 \end_layout
11406
11407 \end_inset
11408 </cell>
11409 </row>
11410 <row>
11411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415
11416 \backslash
11417 sum
11418 \backslash
11419 sum
11420 \begin_inset ERT
11421 status collapsed
11422
11423 \begin_layout Plain Layout
11424
11425
11426 \backslash
11427 spce 
11428 \end_layout
11429
11430 \end_inset
11431
11432 f_kl
11433 \end_layout
11434
11435 \end_inset
11436 </cell>
11437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11442 \end_inset
11443
11444
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 </row>
11450 <row>
11451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455
11456 \backslash
11457 sum
11458 \backslash
11459 negmedspace
11460 \backslash
11461 sum
11462 \begin_inset ERT
11463 status collapsed
11464
11465 \begin_layout Plain Layout
11466
11467
11468 \backslash
11469 spce 
11470 \end_layout
11471
11472 \end_inset
11473
11474 f_kl
11475 \end_layout
11476
11477 \end_inset
11478 </cell>
11479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11484 \end_inset
11485
11486
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 </row>
11492 </lyxtabular>
11493
11494 \end_inset
11495
11496
11497 \end_layout
11498
11499 \begin_layout Standard
11500 Relations like for example equal signs, are always surrounded by space.
11501  To suppress this, the equal sign is placed into a TeX-brace.
11502  The following example demonstrates this:
11503 \end_layout
11504
11505 \begin_layout Standard
11506 \align center
11507 \begin_inset Tabular
11508 <lyxtabular version="3" rows="2" columns="2">
11509 <features>
11510 <column alignment="center" valignment="top" width="0pt">
11511 <column alignment="center" valignment="top" width="0pt">
11512 <row>
11513 <cell alignment="center" valignment="top" usebox="none">
11514 \begin_inset Text
11515
11516 \begin_layout Plain Layout
11517 normal equation
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 <cell alignment="center" valignment="top" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Plain Layout
11526 \begin_inset Formula $A=B$
11527 \end_inset
11528
11529
11530 \end_layout
11531
11532 \end_inset
11533 </cell>
11534 </row>
11535 <row>
11536 <cell alignment="center" valignment="top" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540 \begin_inset Note Note
11541 status collapsed
11542
11543 \begin_layout Plain Layout
11544
11545 \series bold
11546
11547 \backslash
11548 raisebox
11549 \series default
11550  is only used as spacer.
11551 \end_layout
11552
11553 \end_inset
11554
11555
11556 \begin_inset Formula $\raisebox{5mm}{}$
11557 \end_inset
11558
11559 equation without space
11560 \end_layout
11561
11562 \end_inset
11563 </cell>
11564 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11565 \begin_inset Text
11566
11567 \begin_layout Plain Layout
11568 \begin_inset Formula $A{=}B$
11569 \end_inset
11570
11571
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 </row>
11577 </lyxtabular>
11578
11579 \end_inset
11580
11581
11582 \end_layout
11583
11584 \begin_layout Standard
11585 \noindent
11586 The command for the last formula is: 
11587 \series bold
11588 A
11589 \backslash
11590 {=
11591 \begin_inset Formula $\to$
11592 \end_inset
11593
11594 B
11595 \end_layout
11596
11597 \begin_layout Standard
11598 \begin_inset VSpace bigskip
11599 \end_inset
11600
11601 Spaces are needed for physical units, because the space between the value
11602  and the unit is the smallest one and not a normal space.
11603  For units in text, the smallest space is inserted via the menu 
11604 \family sans
11605 Insert\SpecialChar \menuseparator
11606 Formatting\SpecialChar \menuseparator
11607 Thin
11608 \begin_inset space ~
11609 \end_inset
11610
11611 Space
11612 \family default
11613  (shortcut 
11614 \family sans
11615 Ctrl-Shift-Space
11616 \family default
11617 ).
11618 \end_layout
11619
11620 \begin_layout Standard
11621 An example to visualize the difference:
11622 \end_layout
11623
11624 \begin_layout Standard
11625 \begin_inset Tabular
11626 <lyxtabular version="3" rows="2" columns="2">
11627 <features>
11628 <column alignment="left" valignment="top" width="0">
11629 <column alignment="left" valignment="top" width="0">
11630 <row>
11631 <cell alignment="center" valignment="top" usebox="none">
11632 \begin_inset Text
11633
11634 \begin_layout Plain Layout
11635 24 kW
11636 \begin_inset Formula $\cdot$
11637 \end_inset
11638
11639 h
11640 \end_layout
11641
11642 \end_inset
11643 </cell>
11644 <cell alignment="center" valignment="top" usebox="none">
11645 \begin_inset Text
11646
11647 \begin_layout Plain Layout
11648 space between value and unit
11649 \end_layout
11650
11651 \end_inset
11652 </cell>
11653 </row>
11654 <row>
11655 <cell alignment="center" valignment="top" usebox="none">
11656 \begin_inset Text
11657
11658 \begin_layout Plain Layout
11659 24
11660 \begin_inset space \thinspace{}
11661 \end_inset
11662
11663 kW
11664 \begin_inset Formula $\cdot$
11665 \end_inset
11666
11667 h
11668 \end_layout
11669
11670 \end_inset
11671 </cell>
11672 <cell alignment="center" valignment="top" usebox="none">
11673 \begin_inset Text
11674
11675 \begin_layout Plain Layout
11676 smallest space between value and unit
11677 \end_layout
11678
11679 \end_inset
11680 </cell>
11681 </row>
11682 </lyxtabular>
11683
11684 \end_inset
11685
11686
11687 \end_layout
11688
11689 \begin_layout Subsection
11690 Variable Space
11691 \begin_inset ERT
11692 status collapsed
11693
11694 \begin_layout Plain Layout
11695
11696
11697 \backslash
11698 texorpdfstring{
11699 \end_layout
11700
11701 \end_inset
11702
11703
11704 \begin_inset Foot
11705 status collapsed
11706
11707 \begin_layout Plain Layout
11708 for vertical space in formulas see 
11709 \begin_inset CommandInset ref
11710 LatexCommand ref
11711 reference "sub:Line-Separation"
11712
11713 \end_inset
11714
11715
11716 \end_layout
11717
11718 \end_inset
11719
11720
11721 \begin_inset ERT
11722 status collapsed
11723
11724 \begin_layout Plain Layout
11725
11726 }{}
11727 \end_layout
11728
11729 \end_inset
11730
11731
11732 \begin_inset Note Note
11733 status collapsed
11734
11735 \begin_layout Plain Layout
11736
11737 \backslash
11738 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11739 \end_layout
11740
11741 \begin_layout Plain Layout
11742 More about 
11743 \backslash
11744 texorpdfstring is in section 
11745 \begin_inset CommandInset ref
11746 LatexCommand ref
11747 reference "sub:Formulas-in-Section"
11748
11749 \end_inset
11750
11751 .
11752 \end_layout
11753
11754 \end_inset
11755
11756
11757 \begin_inset CommandInset label
11758 LatexCommand label
11759 name "sub:Variable-Space"
11760
11761 \end_inset
11762
11763
11764 \begin_inset Index
11765 status collapsed
11766
11767 \begin_layout Plain Layout
11768 Space ! horizontal ! variable
11769 \end_layout
11770
11771 \end_inset
11772
11773
11774 \end_layout
11775
11776 \begin_layout Standard
11777 Space with a defined length can be inserted in LyX with the command
11778 \begin_inset Newline newline
11779 \end_inset
11780
11781
11782 \series bold
11783
11784 \backslash
11785 hspace{length}
11786 \series default
11787
11788 \begin_inset Index
11789 status collapsed
11790
11791 \begin_layout Plain Layout
11792 Commands ! H ! 
11793 \backslash
11794 hspace
11795 \end_layout
11796
11797 \end_inset
11798
11799 .
11800  For the length all units listed in 
11801 \begin_inset CommandInset ref
11802 LatexCommand ref
11803 reference "tab:Available-units"
11804
11805 \end_inset
11806
11807  are allowed, except of the unit 
11808 \begin_inset Quotes eld
11809 \end_inset
11810
11811 mu
11812 \begin_inset Quotes erd
11813 \end_inset
11814
11815 .
11816  The length may also be negative.
11817  To insert so many space that the formula uses all available space, the
11818  command 
11819 \series bold
11820
11821 \backslash
11822 hfill
11823 \series default
11824
11825 \begin_inset Index
11826 status collapsed
11827
11828 \begin_layout Plain Layout
11829 Commands ! H ! 
11830 \backslash
11831 hfill
11832 \end_layout
11833
11834 \end_inset
11835
11836  is used.
11837 \end_layout
11838
11839 \begin_layout Standard
11840 \begin_inset VSpace -1mm
11841 \end_inset
11842
11843
11844 \end_layout
11845
11846 \begin_layout Standard
11847 \align center
11848 \begin_inset Tabular
11849 <lyxtabular version="3" rows="4" columns="2">
11850 <features>
11851 <column alignment="center" valignment="top" width="0">
11852 <column alignment="center" valignment="top" width="0">
11853 <row>
11854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11855 \begin_inset Text
11856
11857 \begin_layout Plain Layout
11858 Command
11859 \end_layout
11860
11861 \end_inset
11862 </cell>
11863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11864 \begin_inset Text
11865
11866 \begin_layout Plain Layout
11867 Result
11868 \end_layout
11869
11870 \end_inset
11871 </cell>
11872 </row>
11873 <row>
11874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11875 \begin_inset Text
11876
11877 \begin_layout Plain Layout
11878 A=B
11879 \backslash
11880 hspace{3cm
11881 \begin_inset Formula $\to$
11882 \end_inset
11883
11884 A
11885 \backslash
11886 not=C
11887 \end_layout
11888
11889 \end_inset
11890 </cell>
11891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11892 \begin_inset Text
11893
11894 \begin_layout Plain Layout
11895 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11896 \end_inset
11897
11898
11899 \end_layout
11900
11901 \end_inset
11902 </cell>
11903 </row>
11904 <row>
11905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11906 \begin_inset Text
11907
11908 \begin_layout Plain Layout
11909 A
11910 \backslash
11911 hspace{-1mm
11912 \begin_inset Formula $\to$
11913 \end_inset
11914
11915 A
11916 \backslash
11917 not=A
11918 \end_layout
11919
11920 \end_inset
11921 </cell>
11922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11923 \begin_inset Text
11924
11925 \begin_layout Plain Layout
11926 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11927 \end_inset
11928
11929
11930 \end_layout
11931
11932 \end_inset
11933 </cell>
11934 </row>
11935 <row>
11936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11937 \begin_inset Text
11938
11939 \begin_layout Plain Layout
11940 A=A
11941 \backslash
11942 hfill
11943 \begin_inset ERT
11944 status collapsed
11945
11946 \begin_layout Plain Layout
11947
11948
11949 \backslash
11950 spce 
11951 \end_layout
11952
11953 \end_inset
11954
11955 B=B
11956 \end_layout
11957
11958 \end_inset
11959 </cell>
11960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11961 \begin_inset Text
11962
11963 \begin_layout Plain Layout
11964 \begin_inset Formula $A=A\hfill B=B$
11965 \end_inset
11966
11967
11968 \end_layout
11969
11970 \end_inset
11971 </cell>
11972 </row>
11973 </lyxtabular>
11974
11975 \end_inset
11976
11977
11978 \end_layout
11979
11980 \begin_layout Standard
11981 In the last example the available space is given by the longest column entry
11982  of the table.
11983  In an inline formula the space depends on the length of the line in which
11984  
11985 \series bold
11986
11987 \backslash
11988 hfill
11989 \series default
11990  is inserted.
11991  Thus, when the line uses the full width, no space will be created.
11992  
11993 \series bold
11994
11995 \backslash
11996 hfill
11997 \series default
11998  only has an effect on displayed formulas when the formula style 
11999 \series bold
12000 Indented
12001 \series default
12002  is used.
12003  (Formula styles are explained in 
12004 \begin_inset CommandInset ref
12005 LatexCommand ref
12006 reference "sec:Formula-Styles"
12007
12008 \end_inset
12009
12010 .)
12011 \end_layout
12012
12013 \begin_layout Standard
12014 Besides 
12015 \series bold
12016
12017 \backslash
12018 hfill
12019 \series default
12020 , there are the commands 
12021 \series bold
12022
12023 \backslash
12024 dotfill
12025 \series default
12026  and 
12027 \series bold
12028
12029 \backslash
12030 hrulefill
12031 \series default
12032  that fill the space with a pattern, see 
12033 \begin_inset CommandInset ref
12034 LatexCommand ref
12035 reference "sub:Ellipses"
12036
12037 \end_inset
12038
12039  for an example.
12040 \end_layout
12041
12042 \begin_layout Standard
12043 For text, variable space can be inserted via the menu 
12044 \family sans
12045 Insert\SpecialChar \menuseparator
12046 Formatting\SpecialChar \menuseparator
12047 Horizontal
12048 \begin_inset space ~
12049 \end_inset
12050
12051 Space
12052 \family default
12053 , what is not possible in formulas:
12054 \end_layout
12055
12056 \begin_layout Standard
12057 This is a line with
12058 \begin_inset space \hspace{}
12059 \length 2cm
12060 \end_inset
12061
12062 2
12063 \begin_inset space \thinspace{}
12064 \end_inset
12065
12066 cm space.
12067 \end_layout
12068
12069 \begin_layout Standard
12070 This is a line with
12071 \begin_inset space \hfill{}
12072 \end_inset
12073
12074 maximum space.
12075 \end_layout
12076
12077 \begin_layout Subsection
12078 Space besides inline Formulas
12079 \begin_inset Index
12080 status collapsed
12081
12082 \begin_layout Plain Layout
12083 Space ! besides inline formulas
12084 \end_layout
12085
12086 \end_inset
12087
12088
12089 \end_layout
12090
12091 \begin_layout Standard
12092 The space that surrounds inline formulas can be adjusted with the length
12093  
12094 \series bold
12095
12096 \backslash
12097 mathsurround
12098 \begin_inset Index
12099 status collapsed
12100
12101 \begin_layout Plain Layout
12102 Commands ! M ! 
12103 \backslash
12104 mathsurround
12105 \end_layout
12106
12107 \end_inset
12108
12109
12110 \series default
12111 .
12112  The value of a length is set with the command 
12113 \series bold
12114
12115 \backslash
12116 setlength
12117 \begin_inset Index
12118 status collapsed
12119
12120 \begin_layout Plain Layout
12121 Commands ! S ! 
12122 \backslash
12123 setlength
12124 \end_layout
12125
12126 \end_inset
12127
12128
12129 \series default
12130  that has the following scheme:
12131 \end_layout
12132
12133 \begin_layout Standard
12134
12135 \series bold
12136
12137 \backslash
12138 setlength{length name}{value}
12139 \end_layout
12140
12141 \begin_layout Standard
12142 To set 
12143 \series bold
12144
12145 \backslash
12146 mathsurround
12147 \series default
12148  to the value 5
12149 \begin_inset space \thinspace{}
12150 \end_inset
12151
12152 mm, the command
12153 \end_layout
12154
12155 \begin_layout Standard
12156
12157 \series bold
12158
12159 \backslash
12160 setlength{
12161 \backslash
12162 mathsurround}{5mm}
12163 \end_layout
12164
12165 \begin_layout Standard
12166 is inserted in TeX-mode.
12167  5
12168 \begin_inset space \thinspace{}
12169 \end_inset
12170
12171 mm space will now be set around all inline formulas:
12172 \begin_inset ERT
12173 status collapsed
12174
12175 \begin_layout Plain Layout
12176
12177
12178 \backslash
12179 setlength{
12180 \backslash
12181 mathsurround}{5mm}
12182 \end_layout
12183
12184 \end_inset
12185
12186
12187 \end_layout
12188
12189 \begin_layout Standard
12190 This is a line with an inline formula 
12191 \begin_inset Formula $A=B$
12192 \end_inset
12193
12194  with 5
12195 \begin_inset space \thinspace{}
12196 \end_inset
12197
12198 mm surrounding space.
12199 \begin_inset ERT
12200 status collapsed
12201
12202 \begin_layout Plain Layout
12203
12204
12205 \backslash
12206 setlength{
12207 \backslash
12208 mathsurround}{0pt}
12209 \end_layout
12210
12211 \end_inset
12212
12213
12214 \end_layout
12215
12216 \begin_layout Standard
12217 To return to the predefined value, 
12218 \series bold
12219
12220 \backslash
12221 mathsurround
12222 \series default
12223  is set to the value 0
12224 \begin_inset space \thinspace{}
12225 \end_inset
12226
12227 pt.
12228 \end_layout
12229
12230 \begin_layout Section
12231 Boxes and Frames
12232 \begin_inset Index
12233 status collapsed
12234
12235 \begin_layout Plain Layout
12236 Boxes
12237 \end_layout
12238
12239 \end_inset
12240
12241
12242 \begin_inset Index
12243 status collapsed
12244
12245 \begin_layout Plain Layout
12246 Frames | see
12247 \begin_inset ERT
12248 status collapsed
12249
12250 \begin_layout Plain Layout
12251
12252 {
12253 \end_layout
12254
12255 \end_inset
12256
12257 Boxes
12258 \begin_inset ERT
12259 status collapsed
12260
12261 \begin_layout Plain Layout
12262
12263 }
12264 \end_layout
12265
12266 \end_inset
12267
12268
12269 \end_layout
12270
12271 \end_inset
12272
12273
12274 \end_layout
12275
12276 \begin_layout Standard
12277 Boxes for text are described in chapter 
12278 \family typewriter
12279 Boxes
12280 \family default
12281  in the 
12282 \family typewriter
12283 Embedded
12284 \begin_inset space ~
12285 \end_inset
12286
12287 Objects
12288 \family default
12289  manual.
12290 \end_layout
12291
12292 \begin_layout Subsection
12293 Boxes with Frame
12294 \begin_inset CommandInset label
12295 LatexCommand label
12296 name "sub:Boxes-with-Frame"
12297
12298 \end_inset
12299
12300
12301 \begin_inset Index
12302 status collapsed
12303
12304 \begin_layout Plain Layout
12305 Boxes ! with frame
12306 \end_layout
12307
12308 \end_inset
12309
12310
12311 \end_layout
12312
12313 \begin_layout Standard
12314 It is possible to frame formulas or parts of it with the commands 
12315 \series bold
12316
12317 \backslash
12318 fbox
12319 \series default
12320
12321 \begin_inset Index
12322 status collapsed
12323
12324 \begin_layout Plain Layout
12325 Commands ! F ! 
12326 \backslash
12327 fbox
12328 \end_layout
12329
12330 \end_inset
12331
12332  and 
12333 \series bold
12334
12335 \backslash
12336 boxed
12337 \series default
12338
12339 \begin_inset Index
12340 status collapsed
12341
12342 \begin_layout Plain Layout
12343 Commands ! B ! 
12344 \backslash
12345 boxed
12346 \end_layout
12347
12348 \end_inset
12349
12350 .
12351 \end_layout
12352
12353 \begin_layout Standard
12354 When one of these commands is inserted to a formula, a blue box appears
12355  within a frame to enter formula parts.
12356  For 
12357 \series bold
12358
12359 \backslash
12360 fbox
12361 \series default
12362  an additional formula has to be created by 
12363 \family sans
12364 Ctrl-m
12365 \family default
12366  within this box
12367 \begin_inset Foot
12368 status collapsed
12369
12370 \begin_layout Plain Layout
12371 Due to a bug in LyX it is not possible to create a new formula with 
12372 \family sans
12373 Ctrl-m
12374 \family default
12375 , see 
12376 \begin_inset CommandInset href
12377 LatexCommand href
12378 name "LyX-bug #1435"
12379 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12380
12381 \end_inset
12382
12383 .
12384 \end_layout
12385
12386 \end_inset
12387
12388 , because the box content will otherwise be treated as mathematical text.
12389  When 
12390 \series bold
12391
12392 \backslash
12393 boxed
12394 \series default
12395  is used, a new formula is automatically created inside the frame.
12396 \end_layout
12397
12398 \begin_layout Standard
12399 The command 
12400 \series bold
12401
12402 \backslash
12403 fbox
12404 \series default
12405  is not suitable to frame displayed formulas, because the formula will always
12406  be set in the size of the text.
12407  
12408 \series bold
12409
12410 \backslash
12411 boxed
12412 \series default
12413  is in contrary not suitable to frame inline formulas, because the formula
12414  will always be set in the size of a displayed formula.
12415 \end_layout
12416
12417 \begin_layout Standard
12418 As extension to 
12419 \series bold
12420
12421 \backslash
12422 fbox
12423 \series default
12424  there is the command 
12425 \series bold
12426
12427 \backslash
12428 framebox
12429 \series default
12430
12431 \begin_inset Index
12432 status collapsed
12433
12434 \begin_layout Plain Layout
12435 Commands ! F ! 
12436 \backslash
12437 framebox
12438 \end_layout
12439
12440 \end_inset
12441
12442  where additionally the frame width and the alignment can be specified.
12443  
12444 \series bold
12445
12446 \backslash
12447 framebox
12448 \series default
12449  is used in the following scheme:
12450 \end_layout
12451
12452 \begin_layout Standard
12453
12454 \series bold
12455
12456 \backslash
12457 framebox[frame width][position]{box content}
12458 \end_layout
12459
12460 \begin_layout Standard
12461 The position can either be 
12462 \emph on
12463 l
12464 \emph default
12465  or 
12466 \emph on
12467 r
12468 \emph default
12469 .
12470  
12471 \emph on
12472 l
12473 \emph default
12474  left aligns, 
12475 \emph on
12476 r
12477 \emph default
12478  right aligns the formula in the box.
12479  When no position is given, the formula will be centered.
12480 \begin_inset Newline newline
12481 \end_inset
12482
12483 Is no width given, also no position can be given.
12484  In this case the frame width is adjusted to the box content like for 
12485 \series bold
12486
12487 \backslash
12488 fbox
12489 \series default
12490 .
12491 \end_layout
12492
12493 \begin_layout Standard
12494 When the command 
12495 \series bold
12496
12497 \backslash
12498 framebox
12499 \series default
12500  is inserted, a box appears containing three blue boxes.
12501  The first two boxes are surrounded by brackets and denote the two optional
12502  arguments.
12503  The third box is for formula parts like for 
12504 \series bold
12505
12506 \backslash
12507 fbox
12508 \series default
12509 .
12510 \end_layout
12511
12512 \begin_layout Standard
12513 \align center
12514 \begin_inset Note Note
12515 status open
12516
12517 \begin_layout Plain Layout
12518 The table has been set into a minipage to make the footnote appearing.
12519  Otherwise the footnote text would not be displayed.
12520 \end_layout
12521
12522 \end_inset
12523
12524
12525 \begin_inset Box Frameless
12526 position "c"
12527 hor_pos "c"
12528 has_inner_box 1
12529 inner_pos "c"
12530 use_parbox 0
12531 width "100col%"
12532 special "none"
12533 height "1in"
12534 height_special "totalheight"
12535 status open
12536
12537 \begin_layout Plain Layout
12538 \align center
12539 \begin_inset Tabular
12540 <lyxtabular version="3" rows="5" columns="2">
12541 <features>
12542 <column alignment="center" valignment="top" width="0">
12543 <column alignment="center" valignment="top" width="0">
12544 <row>
12545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12546 \begin_inset Text
12547
12548 \begin_layout Plain Layout
12549 Command
12550 \begin_inset Foot
12551 status collapsed
12552
12553 \begin_layout Plain Layout
12554 Due to a bug in LyX it is not possible to create a new formula with 
12555 \family sans
12556 Ctrl-m
12557 \family default
12558 , see 
12559 \begin_inset CommandInset href
12560 LatexCommand href
12561 name "LyX-bug #1435"
12562 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12563
12564 \end_inset
12565
12566 .
12567 \end_layout
12568
12569 \end_inset
12570
12571
12572 \end_layout
12573
12574 \end_inset
12575 </cell>
12576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12577 \begin_inset Text
12578
12579 \begin_layout Plain Layout
12580 Result
12581 \begin_inset Note Note
12582 status collapsed
12583
12584 \begin_layout Plain Layout
12585
12586 \series bold
12587
12588 \backslash
12589 raisebox
12590 \series default
12591  is only used as spacer.
12592 \end_layout
12593
12594 \end_inset
12595
12596
12597 \end_layout
12598
12599 \end_inset
12600 </cell>
12601 </row>
12602 <row>
12603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12604 \begin_inset Text
12605
12606 \begin_layout Plain Layout
12607
12608 \backslash
12609 fbox
12610 \begin_inset ERT
12611 status collapsed
12612
12613 \begin_layout Plain Layout
12614
12615
12616 \backslash
12617 spce 
12618 \end_layout
12619
12620 \end_inset
12621
12622
12623 \family sans
12624 Ctrl-m
12625 \family default
12626  
12627 \backslash
12628 int
12629 \begin_inset ERT
12630 status collapsed
12631
12632 \begin_layout Plain Layout
12633
12634
12635 \backslash
12636 spce 
12637 \end_layout
12638
12639 \end_inset
12640
12641 A=B
12642 \end_layout
12643
12644 \end_inset
12645 </cell>
12646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12647 \begin_inset Text
12648
12649 \begin_layout Plain Layout
12650 \begin_inset Formula $\raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}$
12651 \end_inset
12652
12653
12654 \end_layout
12655
12656 \end_inset
12657 </cell>
12658 </row>
12659 <row>
12660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12661 \begin_inset Text
12662
12663 \begin_layout Plain Layout
12664
12665 \backslash
12666 boxed
12667 \begin_inset ERT
12668 status collapsed
12669
12670 \begin_layout Plain Layout
12671
12672
12673 \backslash
12674 spce 
12675 \end_layout
12676
12677 \end_inset
12678
12679
12680 \backslash
12681 int
12682 \begin_inset ERT
12683 status collapsed
12684
12685 \begin_layout Plain Layout
12686
12687
12688 \backslash
12689 spce 
12690 \end_layout
12691
12692 \end_inset
12693
12694 A=B
12695 \end_layout
12696
12697 \end_inset
12698 </cell>
12699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12700 \begin_inset Text
12701
12702 \begin_layout Plain Layout
12703 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12704 \end_inset
12705
12706
12707 \end_layout
12708
12709 \end_inset
12710 </cell>
12711 </row>
12712 <row>
12713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12714 \begin_inset Text
12715
12716 \begin_layout Plain Layout
12717 A+
12718 \backslash
12719 fbox
12720 \begin_inset ERT
12721 status collapsed
12722
12723 \begin_layout Plain Layout
12724
12725
12726 \backslash
12727 spce 
12728 \end_layout
12729
12730 \end_inset
12731
12732 B
12733 \end_layout
12734
12735 \end_inset
12736 </cell>
12737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12738 \begin_inset Text
12739
12740 \begin_layout Plain Layout
12741 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12742 \end_inset
12743
12744
12745 \end_layout
12746
12747 \end_inset
12748 </cell>
12749 </row>
12750 <row>
12751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12752 \begin_inset Text
12753
12754 \begin_layout Plain Layout
12755
12756 \backslash
12757 framebox
12758 \begin_inset ERT
12759 status collapsed
12760
12761 \begin_layout Plain Layout
12762
12763
12764 \backslash
12765 spce 
12766 \end_layout
12767
12768 \end_inset
12769
12770 20mm
12771 \begin_inset Formula $\to$
12772 \end_inset
12773
12774
12775 \begin_inset Formula $\to$
12776 \end_inset
12777
12778
12779 \family sans
12780 Ctrl-m
12781 \family default
12782  
12783 \backslash
12784 frac
12785 \begin_inset ERT
12786 status collapsed
12787
12788 \begin_layout Plain Layout
12789
12790
12791 \backslash
12792 spce 
12793 \end_layout
12794
12795 \end_inset
12796
12797 A
12798 \begin_inset Formula $\downarrow$
12799 \end_inset
12800
12801 B
12802 \end_layout
12803
12804 \end_inset
12805 </cell>
12806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12807 \begin_inset Text
12808
12809 \begin_layout Plain Layout
12810 \begin_inset Formula $\raisebox{6mm}{}$
12811 \end_inset
12812
12813
12814 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12815 \end_inset
12816
12817
12818 \begin_inset Formula $\raisebox{-4mm}{}$
12819 \end_inset
12820
12821
12822 \end_layout
12823
12824 \end_inset
12825 </cell>
12826 </row>
12827 </lyxtabular>
12828
12829 \end_inset
12830
12831
12832 \end_layout
12833
12834 \end_inset
12835
12836
12837 \end_layout
12838
12839 \begin_layout Standard
12840 The frame thickness can also be adjusted.
12841  To do this the following commands have to be inserted in TeX-mode before
12842  the formula
12843 \end_layout
12844
12845 \begin_layout Standard
12846
12847 \series bold
12848
12849 \backslash
12850 fboxrule
12851 \series default
12852  
12853 \series bold
12854
12855 \begin_inset Quotes eld
12856 \end_inset
12857
12858 thickness
12859 \begin_inset Quotes erd
12860 \end_inset
12861
12862
12863 \series default
12864  
12865 \series bold
12866
12867 \backslash
12868 fboxsep
12869 \series default
12870  
12871 \series bold
12872
12873 \begin_inset Quotes eld
12874 \end_inset
12875
12876 distance
12877 \begin_inset Quotes erd
12878 \end_inset
12879
12880
12881 \end_layout
12882
12883 \begin_layout Standard
12884 \begin_inset Quotes eld
12885 \end_inset
12886
12887 distance
12888 \begin_inset Quotes erd
12889 \end_inset
12890
12891  specifies the minimal distance between the frame and the first character
12892  in the box.
12893  An example for this is the following framed formula:
12894 \begin_inset ERT
12895 status collapsed
12896
12897 \begin_layout Plain Layout
12898
12899
12900 \backslash
12901 fboxrule 2mm 
12902 \backslash
12903 fboxsep 3mm
12904 \end_layout
12905
12906 \end_inset
12907
12908
12909 \begin_inset Formula \[
12910 \boxed{A+B=C}\]
12911
12912 \end_inset
12913
12914 Before this formula the commands
12915 \end_layout
12916
12917 \begin_layout Standard
12918
12919 \series bold
12920
12921 \backslash
12922 fboxrule
12923 \series default
12924  
12925 \series bold
12926 2mm
12927 \series default
12928  
12929 \series bold
12930
12931 \backslash
12932 fboxsep
12933 \series default
12934  
12935 \series bold
12936 3mm
12937 \end_layout
12938
12939 \begin_layout Standard
12940 were inserted in TeX-mode.
12941  The given values are used for all following boxes.
12942 \end_layout
12943
12944 \begin_layout Standard
12945 To return to the standard frame size, the command
12946 \end_layout
12947
12948 \begin_layout Standard
12949
12950 \series bold
12951
12952 \backslash
12953 fboxrule
12954 \series default
12955  
12956 \series bold
12957 0.4pt
12958 \series default
12959  
12960 \series bold
12961
12962 \backslash
12963 fboxsep
12964 \series default
12965  
12966 \series bold
12967 3pt
12968 \series default
12969
12970 \begin_inset ERT
12971 status collapsed
12972
12973 \begin_layout Plain Layout
12974
12975
12976 \backslash
12977 fboxrule 0.4pt 
12978 \backslash
12979 fboxsep 3pt
12980 \end_layout
12981
12982 \end_inset
12983
12984
12985 \end_layout
12986
12987 \begin_layout Standard
12988 is inserted in TeX-mode before the next formula.
12989 \end_layout
12990
12991 \begin_layout Subsection
12992 Boxes without Frame
12993 \begin_inset CommandInset label
12994 LatexCommand label
12995 name "sub:Boxes-without-Frame"
12996
12997 \end_inset
12998
12999
13000 \begin_inset Index
13001 status collapsed
13002
13003 \begin_layout Plain Layout
13004 Boxes ! without frame
13005 \end_layout
13006
13007 \end_inset
13008
13009
13010 \end_layout
13011
13012 \begin_layout Standard
13013 For boxes without a frame there are the following box commands: 
13014 \series bold
13015
13016 \backslash
13017 mbox
13018 \series default
13019
13020 \begin_inset Index
13021 status collapsed
13022
13023 \begin_layout Plain Layout
13024 Commands ! M ! 
13025 \backslash
13026 mbox
13027 \end_layout
13028
13029 \end_inset
13030
13031
13032 \series bold
13033
13034 \backslash
13035 makebox
13036 \series default
13037
13038 \begin_inset Index
13039 status collapsed
13040
13041 \begin_layout Plain Layout
13042 Commands ! M ! 
13043 \backslash
13044 makebox
13045 \end_layout
13046
13047 \end_inset
13048
13049 , and 
13050 \series bold
13051
13052 \backslash
13053 raisebox
13054 \series default
13055
13056 \begin_inset Index
13057 status collapsed
13058
13059 \begin_layout Plain Layout
13060 Commands ! R ! 
13061 \backslash
13062 raisebox
13063 \end_layout
13064
13065 \end_inset
13066
13067
13068 \end_layout
13069
13070 \begin_layout Standard
13071 With 
13072 \series bold
13073
13074 \backslash
13075 raisebox
13076 \series default
13077  a box can be super- or subscripted.
13078  But in contrary to normal super- and subscripting, the characters in the
13079  box keep their font size.
13080  
13081 \series bold
13082
13083 \backslash
13084 raisebox
13085 \series default
13086  is used in the following scheme:
13087 \end_layout
13088
13089 \begin_layout Standard
13090
13091 \series bold
13092
13093 \backslash
13094 raisebox{height}{box content}
13095 \end_layout
13096
13097 \begin_layout Standard
13098 When the box should contain a formula, an extra formula is needed like for
13099  
13100 \series bold
13101
13102 \backslash
13103 fbox
13104 \series default
13105 .
13106 \end_layout
13107
13108 \begin_layout Standard
13109 \align center
13110 \begin_inset Tabular
13111 <lyxtabular version="3" rows="4" columns="2">
13112 <features>
13113 <column alignment="center" valignment="top" width="0">
13114 <column alignment="center" valignment="top" width="0">
13115 <row>
13116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13117 \begin_inset Text
13118
13119 \begin_layout Plain Layout
13120 Command
13121 \end_layout
13122
13123 \end_inset
13124 </cell>
13125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13126 \begin_inset Text
13127
13128 \begin_layout Plain Layout
13129 Result
13130 \end_layout
13131
13132 \end_inset
13133 </cell>
13134 </row>
13135 <row>
13136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13137 \begin_inset Text
13138
13139 \begin_layout Plain Layout
13140 H
13141 \backslash
13142 raisebox{2mm
13143 \begin_inset Formula $\to$
13144 \end_inset
13145
13146
13147 \backslash
13148 {al
13149 \begin_inset Formula $\to$
13150 \end_inset
13151
13152  lo
13153 \end_layout
13154
13155 \end_inset
13156 </cell>
13157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13158 \begin_inset Text
13159
13160 \begin_layout Plain Layout
13161 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13162 \end_inset
13163
13164
13165 \end_layout
13166
13167 \end_inset
13168 </cell>
13169 </row>
13170 <row>
13171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13172 \begin_inset Text
13173
13174 \begin_layout Plain Layout
13175 H
13176 \backslash
13177 raisebox{-2mm
13178 \begin_inset Formula $\to$
13179 \end_inset
13180
13181
13182 \backslash
13183 {al
13184 \begin_inset Formula $\to$
13185 \end_inset
13186
13187 lo
13188 \end_layout
13189
13190 \end_inset
13191 </cell>
13192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13193 \begin_inset Text
13194
13195 \begin_layout Plain Layout
13196 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13197 \end_inset
13198
13199
13200 \end_layout
13201
13202 \end_inset
13203 </cell>
13204 </row>
13205 <row>
13206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13207 \begin_inset Text
13208
13209 \begin_layout Plain Layout
13210 A=
13211 \backslash
13212 raisebox{-2mm
13213 \begin_inset Formula $\to$
13214 \end_inset
13215
13216
13217 \backslash
13218 {
13219 \family sans
13220 Ctrl-m
13221 \family default
13222  
13223 \backslash
13224 sqrt
13225 \begin_inset ERT
13226 status collapsed
13227
13228 \begin_layout Plain Layout
13229
13230
13231 \backslash
13232 spce 
13233 \end_layout
13234
13235 \end_inset
13236
13237
13238 \end_layout
13239
13240 \end_inset
13241 </cell>
13242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13243 \begin_inset Text
13244
13245 \begin_layout Plain Layout
13246 \begin_inset ERT
13247 status collapsed
13248
13249 \begin_layout Plain Layout
13250
13251 $A=
13252 \backslash
13253 raisebox{-2mm}{$
13254 \backslash
13255 sqrt{B}$}$
13256 \end_layout
13257
13258 \end_inset
13259
13260
13261 \end_layout
13262
13263 \end_inset
13264 </cell>
13265 </row>
13266 </lyxtabular>
13267
13268 \end_inset
13269
13270
13271 \end_layout
13272
13273 \begin_layout Standard
13274 The last formula can currently only be created using TeX-mode because LyX
13275  inserts a box instead of the needed extra formula.
13276 \begin_inset Foot
13277 status collapsed
13278
13279 \begin_layout Plain Layout
13280 see 
13281 \begin_inset CommandInset href
13282 LatexCommand href
13283 name "LyX-bug #1435"
13284 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13285
13286 \end_inset
13287
13288
13289 \end_layout
13290
13291 \end_inset
13292
13293
13294 \end_layout
13295
13296 \begin_layout Standard
13297 The command 
13298 \series bold
13299
13300 \backslash
13301 mbox
13302 \series default
13303  is equivalent to 
13304 \series bold
13305
13306 \backslash
13307 fbox
13308 \series default
13309  and 
13310 \series bold
13311
13312 \backslash
13313 makebox
13314 \series default
13315  is equivalent to 
13316 \series bold
13317
13318 \backslash
13319 framebox
13320 \series default
13321 , with the difference that there is no frame.
13322 \end_layout
13323
13324 \begin_layout Subsection
13325 Colored Boxes
13326 \begin_inset CommandInset label
13327 LatexCommand label
13328 name "sub:Colored-Boxes"
13329
13330 \end_inset
13331
13332
13333 \begin_inset Index
13334 status collapsed
13335
13336 \begin_layout Plain Layout
13337 Boxes ! colored
13338 \end_layout
13339
13340 \end_inset
13341
13342
13343 \end_layout
13344
13345 \begin_layout Standard
13346 To be able to use all commands explained in this section, the LaTeX-package
13347  
13348 \series bold
13349 color
13350 \series default
13351
13352 \begin_inset Foot
13353 status collapsed
13354
13355 \begin_layout Plain Layout
13356 The LaTeX-package 
13357 \series bold
13358 color
13359 \series default
13360  is part of every LaTeX standard installation.
13361 \end_layout
13362
13363 \end_inset
13364
13365
13366 \begin_inset Index
13367 status collapsed
13368
13369 \begin_layout Plain Layout
13370 Packages ! color
13371 \end_layout
13372
13373 \end_inset
13374
13375  has to be loaded in the LaTeX-preamble with the line
13376 \begin_inset Foot
13377 status collapsed
13378
13379 \begin_layout Plain Layout
13380 When text is colored somewhere in the document with a predefined color,
13381  LyX loads the LaTeX-package 
13382 \series bold
13383 color
13384 \series default
13385  automatically.
13386  Thus it is possible that the package is loaded twice, but this doesn't
13387  arise problems.
13388 \end_layout
13389
13390 \end_inset
13391
13392
13393 \begin_inset Note Note
13394 status collapsed
13395
13396 \begin_layout Plain Layout
13397 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13398 amble.
13399 \end_layout
13400
13401 \end_inset
13402
13403
13404 \end_layout
13405
13406 \begin_layout Standard
13407
13408 \series bold
13409
13410 \backslash
13411 usepackage{color}
13412 \end_layout
13413
13414 \begin_layout Standard
13415 \begin_inset VSpace medskip
13416 \end_inset
13417
13418 To color boxes, the command 
13419 \series bold
13420
13421 \backslash
13422 colorbox
13423 \series default
13424
13425 \begin_inset Index
13426 status collapsed
13427
13428 \begin_layout Plain Layout
13429 Commands ! C ! 
13430 \backslash
13431 colorbox
13432 \end_layout
13433
13434 \end_inset
13435
13436  is used in the following scheme:
13437 \end_layout
13438
13439 \begin_layout Standard
13440
13441 \series bold
13442
13443 \backslash
13444 colorbox{color}{box content}
13445 \end_layout
13446
13447 \begin_layout Standard
13448 The box content can also be a box and a 
13449 \series bold
13450
13451 \backslash
13452 colorbox
13453 \series default
13454  can also be part of another box (see the 2nd and 3rd example).
13455  When the box should contain a formula, an extra formula has to be created,
13456  the same as for 
13457 \series bold
13458
13459 \backslash
13460 fbox
13461 \series default
13462 .
13463 \begin_inset Foot
13464 status collapsed
13465
13466 \begin_layout Plain Layout
13467 This also applies for the command 
13468 \series bold
13469
13470 \backslash
13471 fcolorbox
13472 \series default
13473 .
13474  Thereby note 
13475 \begin_inset CommandInset href
13476 LatexCommand href
13477 name "LyX-bug #1435"
13478 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13479
13480 \end_inset
13481
13482 .
13483 \end_layout
13484
13485 \end_inset
13486
13487
13488 \end_layout
13489
13490 \begin_layout Standard
13491 One of the following predefined colors can be chosen:
13492 \end_layout
13493
13494 \begin_layout Standard
13495
13496 \series bold
13497 black
13498 \series default
13499
13500 \series bold
13501 blue
13502 \series default
13503
13504 \series bold
13505 cyan
13506 \series default
13507
13508 \series bold
13509 green
13510 \series default
13511
13512 \series bold
13513 magenta
13514 \series default
13515
13516 \series bold
13517 red
13518 \series default
13519
13520 \series bold
13521 white
13522 \series default
13523 , and 
13524 \series bold
13525 yellow
13526 \end_layout
13527
13528 \begin_layout Standard
13529 \align center
13530 \begin_inset Tabular
13531 <lyxtabular version="3" rows="4" columns="2">
13532 <features>
13533 <column alignment="center" valignment="top" width="0">
13534 <column alignment="center" valignment="top" width="0">
13535 <row>
13536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13537 \begin_inset Text
13538
13539 \begin_layout Plain Layout
13540 Command
13541 \end_layout
13542
13543 \end_inset
13544 </cell>
13545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13546 \begin_inset Text
13547
13548 \begin_layout Plain Layout
13549 Result
13550 \begin_inset Note Note
13551 status collapsed
13552
13553 \begin_layout Plain Layout
13554
13555 \series bold
13556
13557 \backslash
13558 raisebox
13559 \series default
13560  is only used as spacer.
13561 \end_layout
13562
13563 \end_inset
13564
13565
13566 \end_layout
13567
13568 \end_inset
13569 </cell>
13570 </row>
13571 <row>
13572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13573 \begin_inset Text
13574
13575 \begin_layout Plain Layout
13576
13577 \backslash
13578 colorbox{yellow
13579 \begin_inset Formula $\to$
13580 \end_inset
13581
13582
13583 \backslash
13584 {A=B
13585 \end_layout
13586
13587 \end_inset
13588 </cell>
13589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13590 \begin_inset Text
13591
13592 \begin_layout Plain Layout
13593 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13594 \end_inset
13595
13596
13597 \end_layout
13598
13599 \end_inset
13600 </cell>
13601 </row>
13602 <row>
13603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13604 \begin_inset Text
13605
13606 \begin_layout Plain Layout
13607
13608 \backslash
13609 colorbox{green
13610 \begin_inset Formula $\to$
13611 \end_inset
13612
13613
13614 \backslash
13615 {
13616 \backslash
13617 fbox
13618 \begin_inset ERT
13619 status collapsed
13620
13621 \begin_layout Plain Layout
13622
13623
13624 \backslash
13625 spce 
13626 \end_layout
13627
13628 \end_inset
13629
13630 A=B
13631 \end_layout
13632
13633 \end_inset
13634 </cell>
13635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13636 \begin_inset Text
13637
13638 \begin_layout Plain Layout
13639 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13640 \end_inset
13641
13642
13643 \end_layout
13644
13645 \end_inset
13646 </cell>
13647 </row>
13648 <row>
13649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13650 \begin_inset Text
13651
13652 \begin_layout Plain Layout
13653
13654 \backslash
13655 fbox
13656 \begin_inset ERT
13657 status collapsed
13658
13659 \begin_layout Plain Layout
13660
13661
13662 \backslash
13663 spce 
13664 \end_layout
13665
13666 \end_inset
13667
13668
13669 \backslash
13670 colorbox{green
13671 \begin_inset Formula $\to$
13672 \end_inset
13673
13674
13675 \backslash
13676 {A=B
13677 \end_layout
13678
13679 \end_inset
13680 </cell>
13681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13682 \begin_inset Text
13683
13684 \begin_layout Plain Layout
13685 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13686 \end_inset
13687
13688
13689 \end_layout
13690
13691 \end_inset
13692 </cell>
13693 </row>
13694 </lyxtabular>
13695
13696 \end_inset
13697
13698
13699 \end_layout
13700
13701 \begin_layout Standard
13702
13703 \series bold
13704
13705 \backslash
13706 colorbox
13707 \series default
13708  only colors the box but not the characters in the box.
13709  To color all characters, the whole formula is highlighted and the wanted
13710  color is chosen in the 
13711 \family sans
13712 Text
13713 \begin_inset space ~
13714 \end_inset
13715
13716 Style
13717 \family default
13718  dialog.
13719  The dialog can be called with the toolbar button 
13720 \begin_inset Graphics
13721         filename ../images/dialog-show_character.png
13722         scale 85
13723
13724 \end_inset
13725
13726  or the menu 
13727 \family sans
13728 Edit\SpecialChar \menuseparator
13729 Text
13730 \begin_inset space ~
13731 \end_inset
13732
13733 Style\SpecialChar \menuseparator
13734 Customized
13735 \family default
13736 .
13737  The formula number has then the same color as the formula.
13738  When the formula number should get another color than the formula characters,
13739  the color must be changed within the formula.
13740 \end_layout
13741
13742 \begin_layout Standard
13743 An example:
13744 \end_layout
13745
13746 \begin_layout Standard
13747
13748 \color red
13749 \begin_inset Formula \begin{equation}
13750 \int A=B\label{eq:red}\end{equation}
13751
13752 \end_inset
13753
13754
13755 \color green
13756
13757 \begin_inset Formula \begin{equation}
13758 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13759
13760 \end_inset
13761
13762
13763 \end_layout
13764
13765 \begin_layout Standard
13766 Formula 
13767 \begin_inset CommandInset ref
13768 LatexCommand eqref
13769 reference "eq:red"
13770
13771 \end_inset
13772
13773  is completely colored red.
13774 \begin_inset Newline newline
13775 \end_inset
13776
13777 Formula 
13778 \begin_inset CommandInset ref
13779 LatexCommand eqref
13780 reference "eq:redgreen"
13781
13782 \end_inset
13783
13784  was first completely colored green to set the color for the formula number.
13785  Subsequently the formula characters were colored red.
13786 \end_layout
13787
13788 \begin_layout Standard
13789 \begin_inset VSpace bigskip
13790 \end_inset
13791
13792 To color the frame different than the rest of the box, the command 
13793 \series bold
13794
13795 \backslash
13796 fcolorbox
13797 \series default
13798
13799 \begin_inset Index
13800 status collapsed
13801
13802 \begin_layout Plain Layout
13803 Commands ! F ! 
13804 \backslash
13805 fcolorbox
13806 \end_layout
13807
13808 \end_inset
13809
13810  is used in the following scheme:
13811 \end_layout
13812
13813 \begin_layout Standard
13814
13815 \series bold
13816
13817 \backslash
13818 fcolorbox{frame color}{color}{box content}
13819 \end_layout
13820
13821 \begin_layout Standard
13822 So 
13823 \series bold
13824
13825 \backslash
13826 fcolorbox
13827 \series default
13828  is an extension of the command 
13829 \series bold
13830
13831 \backslash
13832 colorbox
13833 \series default
13834 .
13835  The frame width is set, like for 
13836 \series bold
13837
13838 \backslash
13839 framebox
13840 \series default
13841 , with 
13842 \series bold
13843
13844 \backslash
13845 fboxrule
13846 \series default
13847  and 
13848 \series bold
13849
13850 \backslash
13851 fboxsep
13852 \series default
13853 .
13854  An example:
13855 \begin_inset ERT
13856 status collapsed
13857
13858 \begin_layout Plain Layout
13859
13860
13861 \backslash
13862 fboxrule 1mm 
13863 \backslash
13864 fboxsep 1mm
13865 \end_layout
13866
13867 \end_inset
13868
13869
13870 \begin_inset Formula \[
13871 \fcolorbox{cyan}{magenta}{A=B}\]
13872
13873 \end_inset
13874
13875
13876 \begin_inset ERT
13877 status collapsed
13878
13879 \begin_layout Plain Layout
13880
13881
13882 \backslash
13883 fboxrule 0.4pt 
13884 \backslash
13885 fboxsep 3pt
13886 \end_layout
13887
13888 \end_inset
13889
13890
13891 \end_layout
13892
13893 \begin_layout Standard
13894 This formula was created with the command
13895 \begin_inset Newline newline
13896 \end_inset
13897
13898
13899 \series bold
13900
13901 \backslash
13902 fcolorbox{cyan
13903 \begin_inset Formula $\to$
13904 \end_inset
13905
13906
13907 \backslash
13908 {magenta
13909 \begin_inset Formula $\to$
13910 \end_inset
13911
13912
13913 \backslash
13914 {A=B
13915 \series default
13916 .
13917 \end_layout
13918
13919 \begin_layout Standard
13920 \begin_inset VSpace bigskip
13921 \end_inset
13922
13923 To use other colors than the predefined ones, they have to be defined first.
13924 \end_layout
13925
13926 \begin_layout Standard
13927 One can for example define the color 
13928 \begin_inset Quotes eld
13929 \end_inset
13930
13931
13932 \series bold
13933 darkgreen
13934 \series default
13935
13936 \begin_inset Quotes erd
13937 \end_inset
13938
13939  with the LaTeX-preamble line:
13940 \end_layout
13941
13942 \begin_layout Standard
13943
13944 \series bold
13945
13946 \backslash
13947 definecolor{darkgreen}{cmyk}{0.5,
13948 \series default
13949  
13950 \series bold
13951 0,
13952 \series default
13953  
13954 \series bold
13955 1,
13956 \series default
13957  
13958 \series bold
13959 0.5}
13960 \series default
13961
13962 \begin_inset Index
13963 status collapsed
13964
13965 \begin_layout Plain Layout
13966 Commands ! D ! 
13967 \backslash
13968 definecolor
13969 \end_layout
13970
13971 \end_inset
13972
13973
13974 \end_layout
13975
13976 \begin_layout Standard
13977
13978 \series bold
13979 cmyk
13980 \series default
13981  is the color space that denotes the colors 
13982 \series bold
13983 cyan
13984 \series default
13985
13986 \series bold
13987 magenta
13988 \series default
13989
13990 \series bold
13991 yellow
13992 \series default
13993 , and 
13994 \series bold
13995 black
13996 \series default
13997 .
13998  The four comma separated numbers are the portion factor for the corresponding
13999  colors of the color space.
14000  The factors can be in the range of 0
14001 \begin_inset space \thinspace{}
14002 \end_inset
14003
14004 -
14005 \begin_inset space \thinspace{}
14006 \end_inset
14007
14008 1.
14009  Instead of 
14010 \series bold
14011 cmyk
14012 \series default
14013  also the color space 
14014 \series bold
14015 rgb
14016 \series default
14017  can be used for definitions.
14018  
14019 \series bold
14020 rgb
14021 \series default
14022  denotes 
14023 \series bold
14024 red
14025 \series default
14026
14027 \series bold
14028 green
14029 \series default
14030 , and 
14031 \series bold
14032 blue
14033 \series default
14034 , so that there are in this case three portion factors for the corresponding
14035  colors.
14036  Furthermore there is the color space 
14037 \series bold
14038 gray
14039 \series default
14040  with one portion factor for the gray value.
14041 \end_layout
14042
14043 \begin_layout Standard
14044 As example a framed box with the new defined color 
14045 \series bold
14046 darkgreen
14047 \series default
14048  where the characters have been colored 
14049 \series bold
14050 yellow
14051 \series default
14052 :
14053 \begin_inset Formula \begin{equation}
14054 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14055
14056 \end_inset
14057
14058
14059 \end_layout
14060
14061 \begin_layout Standard
14062 Self-defined colors can also be used for text with the help of the command
14063  
14064 \series bold
14065
14066 \backslash
14067 textcolor
14068 \series default
14069 :
14070 \begin_inset Index
14071 status collapsed
14072
14073 \begin_layout Plain Layout
14074 Text ! colored
14075 \end_layout
14076
14077 \end_inset
14078
14079
14080 \end_layout
14081
14082 \begin_layout Standard
14083 \begin_inset ERT
14084 status collapsed
14085
14086 \begin_layout Plain Layout
14087
14088
14089 \backslash
14090 textcolor{darkgreen}{
14091 \end_layout
14092
14093 \end_inset
14094
14095 This sentence is 
14096 \begin_inset Quotes eld
14097 \end_inset
14098
14099 darkgreen
14100 \begin_inset Quotes erd
14101 \end_inset
14102
14103 .
14104 \begin_inset ERT
14105 status collapsed
14106
14107 \begin_layout Plain Layout
14108
14109 }
14110 \end_layout
14111
14112 \end_inset
14113
14114
14115 \end_layout
14116
14117 \begin_layout Standard
14118
14119 \series bold
14120
14121 \backslash
14122 textcolor
14123 \series default
14124
14125 \begin_inset Index
14126 status collapsed
14127
14128 \begin_layout Plain Layout
14129 Commands ! T ! 
14130 \backslash
14131 textcolor
14132 \end_layout
14133
14134 \end_inset
14135
14136  is used in the scheme 
14137 \series bold
14138
14139 \backslash
14140 textcolor{color}{characters to color}
14141 \series default
14142 .
14143 \end_layout
14144
14145 \begin_layout Subsection
14146 Paragraph Boxes
14147 \begin_inset CommandInset label
14148 LatexCommand label
14149 name "sub:Paragraph-Boxes"
14150
14151 \end_inset
14152
14153
14154 \begin_inset Index
14155 status collapsed
14156
14157 \begin_layout Plain Layout
14158 Boxes ! as paragraph
14159 \end_layout
14160
14161 \end_inset
14162
14163
14164 \end_layout
14165
14166 \begin_layout Standard
14167 A box that can contain several lines and paragraphs, a so called paragraph
14168  box (parbox), can be created with the menu 
14169 \family sans
14170 Insert\SpecialChar \menuseparator
14171 Box
14172 \family default
14173  or the toolbar button 
14174 \begin_inset Graphics
14175         filename ../images/box-insert.png
14176         scale 85
14177
14178 \end_inset
14179
14180 .
14181 \end_layout
14182
14183 \begin_layout Standard
14184 The following example shows a framed parbox in a line:
14185 \end_layout
14186
14187 \begin_layout Standard
14188 \begin_inset VSpace medskip
14189 \end_inset
14190
14191 This is a line 
14192 \begin_inset Box Boxed
14193 position "c"
14194 hor_pos "c"
14195 has_inner_box 1
14196 inner_pos "t"
14197 use_parbox 1
14198 width "5cm"
14199 special "none"
14200 height "1in"
14201 height_special "totalheight"
14202 status open
14203
14204 \begin_layout Plain Layout
14205 This is a paragraph box.
14206  It is exactly 5
14207 \begin_inset space \thinspace{}
14208 \end_inset
14209
14210 cm long and can also contain formulas: 
14211 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14212 \end_inset
14213
14214
14215 \end_layout
14216
14217 \end_inset
14218
14219  with a parbox.
14220 \end_layout
14221
14222 \begin_layout Standard
14223 \begin_inset VSpace medskip
14224 \end_inset
14225
14226
14227 \end_layout
14228
14229 \begin_layout Standard
14230 Such a box is created by right-clicking on the gray box inset.
14231  A dialog pops up showing the box properties.
14232  In our case set: 
14233 \emph on
14234 Decoration
14235 \emph default
14236 : Recangular box, 
14237 \emph on
14238 Inner Box
14239 \emph default
14240 : Parbox, 
14241 \emph on
14242 Width
14243 \emph default
14244 : 5
14245 \begin_inset space \thinspace{}
14246 \end_inset
14247
14248 cm, 
14249 \emph on
14250 Vertical Box Alignment
14251 \emph default
14252 : Middle
14253 \end_layout
14254
14255 \begin_layout Standard
14256 \begin_inset VSpace medskip
14257 \end_inset
14258
14259 In LaTeX a parbox is created with the command 
14260 \series bold
14261
14262 \backslash
14263 parbox
14264 \series default
14265
14266 \begin_inset Index
14267 status collapsed
14268
14269 \begin_layout Plain Layout
14270 Commands ! P ! 
14271 \backslash
14272 parbox
14273 \end_layout
14274
14275 \end_inset
14276
14277  that has the following scheme:
14278 \end_layout
14279
14280 \begin_layout Standard
14281
14282 \series bold
14283
14284 \backslash
14285 parbox[position]{width}{box content}
14286 \end_layout
14287
14288 \begin_layout Standard
14289 The positions 
14290 \emph on
14291 b
14292 \emph default
14293  and 
14294 \emph on
14295 t
14296 \emph default
14297  are possible.
14298  
14299 \emph on
14300 b
14301 \emph default
14302  for bottom means that the box is aligned within the surrounding text with
14303  its last line.
14304  With 
14305 \emph on
14306 t
14307 \emph default
14308  for top this is done with the first line.
14309  When no position is given, the box will be vertically centered, see section
14310  
14311 \emph on
14312 Boxes
14313 \emph default
14314  of the 
14315 \emph on
14316 Embedded
14317 \begin_inset space ~
14318 \end_inset
14319
14320 Objects
14321 \emph default
14322  manual for examples.
14323 \end_layout
14324
14325 \begin_layout Standard
14326 \begin_inset VSpace bigskip
14327 \end_inset
14328
14329 To frame formulas completely, including the formula number, the formula
14330  must be set into a parbox.
14331  To do this, the command 
14332 \series bold
14333
14334 \backslash
14335 fbox{
14336 \backslash
14337 parbox{
14338 \backslash
14339 linewidth-2
14340 \backslash
14341 fboxsep-2
14342 \backslash
14343 fboxrule}{
14344 \series default
14345  is inserted in TeX-mode before the formula.
14346  
14347 \series bold
14348
14349 \backslash
14350 linewidth
14351 \begin_inset Index
14352 status collapsed
14353
14354 \begin_layout Plain Layout
14355 Commands ! L ! 
14356 \backslash
14357 linewidth
14358 \end_layout
14359
14360 \end_inset
14361
14362
14363 \series default
14364  is hereby the line width set for the document.
14365  Because the frame is outside the parbox, 2
14366 \begin_inset space \thinspace{}
14367 \end_inset
14368
14369 times the frame separation and the frame thickness must be subtracted from
14370  the line width.
14371  As this is not automatically done by LyX due to a bug
14372 \begin_inset Foot
14373 status collapsed
14374
14375 \begin_layout Plain Layout
14376 \begin_inset CommandInset href
14377 LatexCommand href
14378 name "LyX-bug #4483"
14379 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14380
14381 \end_inset
14382
14383
14384 \end_layout
14385
14386 \end_inset
14387
14388 , TeX-mode has to be used.
14389  To be able to multiply and subtract in arguments, the LaTeX-package 
14390 \series bold
14391 calc
14392 \series default
14393
14394 \begin_inset Foot
14395 status collapsed
14396
14397 \begin_layout Plain Layout
14398
14399 \series bold
14400 calc
14401 \series default
14402  is part of every LaTeX standard installation.
14403 \end_layout
14404
14405 \end_inset
14406
14407
14408 \begin_inset Index
14409 status collapsed
14410
14411 \begin_layout Plain Layout
14412 Packages ! calc
14413 \end_layout
14414
14415 \end_inset
14416
14417  must be loaded in the LaTeX-preamble with the line
14418 \end_layout
14419
14420 \begin_layout Standard
14421
14422 \series bold
14423
14424 \backslash
14425 usepackage{calc}
14426 \end_layout
14427
14428 \begin_layout Standard
14429 Behind the formula both boxes are closed by entering 
14430 \series bold
14431 }}
14432 \series default
14433  in TeX-mode.
14434  Here is an example:
14435 \begin_inset ERT
14436 status collapsed
14437
14438 \begin_layout Plain Layout
14439
14440
14441 \backslash
14442 fboxsep 5mm 
14443 \backslash
14444 fboxrule 5mm
14445 \end_layout
14446
14447 \end_inset
14448
14449
14450 \end_layout
14451
14452 \begin_layout Standard
14453 \begin_inset ERT
14454 status collapsed
14455
14456 \begin_layout Plain Layout
14457
14458
14459 \backslash
14460 fbox{
14461 \backslash
14462 parbox{
14463 \backslash
14464 linewidth-2
14465 \backslash
14466 fboxsep-2
14467 \backslash
14468 fboxrule}{
14469 \end_layout
14470
14471 \end_inset
14472
14473
14474 \begin_inset Formula \begin{equation}
14475 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14476
14477 \end_inset
14478
14479
14480 \begin_inset ERT
14481 status collapsed
14482
14483 \begin_layout Plain Layout
14484
14485 }}
14486 \end_layout
14487
14488 \end_inset
14489
14490
14491 \begin_inset ERT
14492 status collapsed
14493
14494 \begin_layout Plain Layout
14495
14496
14497 \backslash
14498 fboxrule 0.4pt 
14499 \backslash
14500 fboxsep 3pt
14501 \end_layout
14502
14503 \end_inset
14504
14505
14506 \end_layout
14507
14508 \begin_layout Standard
14509 \begin_inset VSpace medskip
14510 \end_inset
14511
14512 As a parbox is used as argument of 
14513 \series bold
14514
14515 \backslash
14516 fbox
14517 \series default
14518 , there is in this case no difference between 
14519 \series bold
14520
14521 \backslash
14522 fbox
14523 \series default
14524  and 
14525 \series bold
14526
14527 \backslash
14528 boxed
14529 \series default
14530 .
14531 \end_layout
14532
14533 \begin_layout Standard
14534 \begin_inset VSpace bigskip
14535 \end_inset
14536
14537 Paragraph boxes are very useful to comment formulas directly.
14538  To do this, 
14539 \series bold
14540
14541 \backslash
14542 parbox
14543 \series default
14544  is used in combination with the command 
14545 \series bold
14546
14547 \backslash
14548 tag
14549 \series default
14550 .
14551  (more about 
14552 \series bold
14553
14554 \backslash
14555 tag
14556 \series default
14557  see 
14558 \begin_inset CommandInset ref
14559 LatexCommand ref
14560 reference "sub:User-defined-Numbering"
14561
14562 \end_inset
14563
14564 )
14565 \end_layout
14566
14567 \begin_layout Standard
14568 An example of a formula commented with 
14569 \series bold
14570
14571 \backslash
14572 parbox
14573 \series default
14574 :
14575 \end_layout
14576
14577 \begin_layout Standard
14578 \begin_inset ERT
14579 status collapsed
14580
14581 \begin_layout Plain Layout
14582
14583
14584 \backslash
14585 [5x-7b=3b
14586 \backslash
14587 tag*{
14588 \backslash
14589 parbox{5cm}{
14590 \end_layout
14591
14592 \end_inset
14593
14594 This is a description.
14595  It is distinctly separated from the formula and multiline.
14596 \begin_inset ERT
14597 status collapsed
14598
14599 \begin_layout Plain Layout
14600
14601 }}
14602 \backslash
14603 ]
14604 \end_layout
14605
14606 \end_inset
14607
14608
14609 \end_layout
14610
14611 \begin_layout Standard
14612 Such a formula must be inserted completely in TeX-mode because LyX does
14613  not yet support the command 
14614 \series bold
14615
14616 \backslash
14617 parbox
14618 \series default
14619  in formulas.
14620  The formula is created with the following command sequence:
14621 \end_layout
14622
14623 \begin_layout Standard
14624 The command 
14625 \series bold
14626
14627 \backslash
14628 [5x-7b=3b
14629 \backslash
14630 tag*
14631 \backslash
14632 {
14633 \backslash
14634 parbox{5cm}{
14635 \series default
14636  is inserted in TeX-mode.
14637 \begin_inset Foot
14638 status collapsed
14639
14640 \begin_layout Plain Layout
14641 When the formula style 
14642 \series bold
14643 Indented
14644 \series default
14645  is used, 
14646 \series bold
14647
14648 \backslash
14649 tag*
14650 \backslash
14651 {
14652 \series default
14653  can also be replaced by 
14654 \series bold
14655
14656 \backslash
14657 hfill
14658 \series default
14659 .
14660  (formula styles see 
14661 \begin_inset CommandInset ref
14662 LatexCommand ref
14663 reference "sec:Formula-Styles"
14664
14665 \end_inset
14666
14667 )
14668 \end_layout
14669
14670 \end_inset
14671
14672  Then the description follows as normal text, and finally 
14673 \series bold
14674 }}
14675 \backslash
14676 ]
14677 \series default
14678  is inserted in TeX-mode.
14679  The commands 
14680 \series bold
14681
14682 \backslash
14683 [
14684 \series default
14685  and 
14686 \series bold
14687
14688 \backslash
14689 ]
14690 \series default
14691  hereby create a displayed formula.
14692 \end_layout
14693
14694 \begin_layout Standard
14695 The advantages of 
14696 \series bold
14697
14698 \backslash
14699 parbox
14700 \series default
14701  can be seen in this example that was 
14702 \begin_inset Quotes eld
14703 \end_inset
14704
14705 commented
14706 \begin_inset Quotes erd
14707 \end_inset
14708
14709  using the mathematical textmode:
14710 \begin_inset Formula \[
14711 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14712
14713 \end_inset
14714
14715
14716 \end_layout
14717
14718 \begin_layout Section
14719 Operators
14720 \begin_inset Index
14721 status collapsed
14722
14723 \begin_layout Plain Layout
14724 Operators
14725 \end_layout
14726
14727 \end_inset
14728
14729
14730 \end_layout
14731
14732 \begin_layout Subsection
14733 Big Operators
14734 \begin_inset CommandInset label
14735 LatexCommand label
14736 name "sub:Big-Operators"
14737
14738 \end_inset
14739
14740
14741 \begin_inset Index
14742 status collapsed
14743
14744 \begin_layout Plain Layout
14745 Operators ! big
14746 \end_layout
14747
14748 \end_inset
14749
14750
14751 \begin_inset Index
14752 status collapsed
14753
14754 \begin_layout Plain Layout
14755 Sums
14756 \end_layout
14757
14758 \end_inset
14759
14760
14761 \begin_inset Index
14762 status collapsed
14763
14764 \begin_layout Plain Layout
14765 Integrals
14766 \end_layout
14767
14768 \end_inset
14769
14770
14771 \end_layout
14772
14773 \begin_layout Standard
14774 To be able to use all integral operators listed here, the option 
14775 \family sans
14776 Use esint package automatically
14777 \family default
14778  must be set in the document settings under 
14779 \family sans
14780 Math
14781 \begin_inset space ~
14782 \end_inset
14783
14784 Options
14785 \family default
14786 .
14787 \end_layout
14788
14789 \begin_layout Standard
14790 \begin_inset space \hfill{}
14791 \end_inset
14792
14793
14794 \begin_inset Tabular
14795 <lyxtabular version="3" rows="11" columns="2">
14796 <features>
14797 <column alignment="center" valignment="top" width="0pt">
14798 <column alignment="center" valignment="top" width="0pt">
14799 <row>
14800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14801 \begin_inset Text
14802
14803 \begin_layout Plain Layout
14804 Command
14805 \end_layout
14806
14807 \end_inset
14808 </cell>
14809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14810 \begin_inset Text
14811
14812 \begin_layout Plain Layout
14813 Result
14814 \end_layout
14815
14816 \end_inset
14817 </cell>
14818 </row>
14819 <row>
14820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14821 \begin_inset Text
14822
14823 \begin_layout Plain Layout
14824
14825 \backslash
14826 sum
14827 \begin_inset Index
14828 status collapsed
14829
14830 \begin_layout Plain Layout
14831 Commands ! S ! 
14832 \backslash
14833 sum
14834 \end_layout
14835
14836 \end_inset
14837
14838
14839 \end_layout
14840
14841 \end_inset
14842 </cell>
14843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14844 \begin_inset Text
14845
14846 \begin_layout Plain Layout
14847 \begin_inset Formula $\sum$
14848 \end_inset
14849
14850
14851 \end_layout
14852
14853 \end_inset
14854 </cell>
14855 </row>
14856 <row>
14857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14858 \begin_inset Text
14859
14860 \begin_layout Plain Layout
14861
14862 \backslash
14863 int
14864 \begin_inset Index
14865 status collapsed
14866
14867 \begin_layout Plain Layout
14868 Commands ! I ! 
14869 \backslash
14870 int
14871 \end_layout
14872
14873 \end_inset
14874
14875
14876 \end_layout
14877
14878 \end_inset
14879 </cell>
14880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14881 \begin_inset Text
14882
14883 \begin_layout Plain Layout
14884 \begin_inset Formula $\int$
14885 \end_inset
14886
14887
14888 \end_layout
14889
14890 \end_inset
14891 </cell>
14892 </row>
14893 <row>
14894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14895 \begin_inset Text
14896
14897 \begin_layout Plain Layout
14898
14899 \backslash
14900 intop
14901 \end_layout
14902
14903 \end_inset
14904 </cell>
14905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14906 \begin_inset Text
14907
14908 \begin_layout Plain Layout
14909 \begin_inset Formula $\intop$
14910 \end_inset
14911
14912
14913 \end_layout
14914
14915 \end_inset
14916 </cell>
14917 </row>
14918 <row>
14919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14920 \begin_inset Text
14921
14922 \begin_layout Plain Layout
14923
14924 \backslash
14925 oint
14926 \end_layout
14927
14928 \end_inset
14929 </cell>
14930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14931 \begin_inset Text
14932
14933 \begin_layout Plain Layout
14934 \begin_inset Formula $\oint$
14935 \end_inset
14936
14937
14938 \end_layout
14939
14940 \end_inset
14941 </cell>
14942 </row>
14943 <row>
14944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14945 \begin_inset Text
14946
14947 \begin_layout Plain Layout
14948
14949 \backslash
14950 ointop
14951 \end_layout
14952
14953 \end_inset
14954 </cell>
14955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14956 \begin_inset Text
14957
14958 \begin_layout Plain Layout
14959 \begin_inset Formula $\ointop$
14960 \end_inset
14961
14962
14963 \end_layout
14964
14965 \end_inset
14966 </cell>
14967 </row>
14968 <row>
14969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14970 \begin_inset Text
14971
14972 \begin_layout Plain Layout
14973
14974 \backslash
14975 ointctrclockwise
14976 \end_layout
14977
14978 \end_inset
14979 </cell>
14980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14981 \begin_inset Text
14982
14983 \begin_layout Plain Layout
14984 \begin_inset Formula $\ointctrclockwise$
14985 \end_inset
14986
14987
14988 \end_layout
14989
14990 \end_inset
14991 </cell>
14992 </row>
14993 <row>
14994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14995 \begin_inset Text
14996
14997 \begin_layout Plain Layout
14998
14999 \backslash
15000 ointclockwise
15001 \end_layout
15002
15003 \end_inset
15004 </cell>
15005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15006 \begin_inset Text
15007
15008 \begin_layout Plain Layout
15009 \begin_inset Formula $\ointclockwise$
15010 \end_inset
15011
15012
15013 \end_layout
15014
15015 \end_inset
15016 </cell>
15017 </row>
15018 <row>
15019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15020 \begin_inset Text
15021
15022 \begin_layout Plain Layout
15023
15024 \backslash
15025 sqint
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Plain Layout
15034 \begin_inset Formula $\sqint$
15035 \end_inset
15036
15037
15038 \end_layout
15039
15040 \end_inset
15041 </cell>
15042 </row>
15043 <row>
15044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15045 \begin_inset Text
15046
15047 \begin_layout Plain Layout
15048
15049 \backslash
15050 bigcap
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Plain Layout
15059 \begin_inset Formula $\bigcap$
15060 \end_inset
15061
15062
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 </row>
15068 <row>
15069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15070 \begin_inset Text
15071
15072 \begin_layout Plain Layout
15073
15074 \backslash
15075 bigcup
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084 \begin_inset Formula $\bigcup$
15085 \end_inset
15086
15087
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 </row>
15093 </lyxtabular>
15094
15095 \end_inset
15096
15097
15098 \begin_inset space \hfill{}
15099 \end_inset
15100
15101
15102 \begin_inset Tabular
15103 <lyxtabular version="3" rows="10" columns="2">
15104 <features>
15105 <column alignment="center" valignment="top" width="0pt">
15106 <column alignment="center" valignment="top" width="0pt">
15107 <row>
15108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15109 \begin_inset Text
15110
15111 \begin_layout Plain Layout
15112 Command
15113 \end_layout
15114
15115 \end_inset
15116 </cell>
15117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15118 \begin_inset Text
15119
15120 \begin_layout Plain Layout
15121 Result
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 prod
15135 \begin_inset Index
15136 status collapsed
15137
15138 \begin_layout Plain Layout
15139 Commands ! P ! 
15140 \backslash
15141 prod
15142 \end_layout
15143
15144 \end_inset
15145
15146
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15152 \begin_inset Text
15153
15154 \begin_layout Plain Layout
15155 \begin_inset Formula $\prod$
15156 \end_inset
15157
15158
15159 \end_layout
15160
15161 \end_inset
15162 </cell>
15163 </row>
15164 <row>
15165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169
15170 \backslash
15171 coprod
15172 \end_layout
15173
15174 \end_inset
15175 </cell>
15176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15177 \begin_inset Text
15178
15179 \begin_layout Plain Layout
15180 \begin_inset Formula $\coprod$
15181 \end_inset
15182
15183
15184 \end_layout
15185
15186 \end_inset
15187 </cell>
15188 </row>
15189 <row>
15190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15191 \begin_inset Text
15192
15193 \begin_layout Plain Layout
15194
15195 \backslash
15196 bigodot
15197 \end_layout
15198
15199 \end_inset
15200 </cell>
15201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15202 \begin_inset Text
15203
15204 \begin_layout Plain Layout
15205 \begin_inset Formula $\bigodot$
15206 \end_inset
15207
15208
15209 \end_layout
15210
15211 \end_inset
15212 </cell>
15213 </row>
15214 <row>
15215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15216 \begin_inset Text
15217
15218 \begin_layout Plain Layout
15219
15220 \backslash
15221 bigotimes
15222 \end_layout
15223
15224 \end_inset
15225 </cell>
15226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15227 \begin_inset Text
15228
15229 \begin_layout Plain Layout
15230 \begin_inset Formula $\bigotimes$
15231 \end_inset
15232
15233
15234 \end_layout
15235
15236 \end_inset
15237 </cell>
15238 </row>
15239 <row>
15240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15241 \begin_inset Text
15242
15243 \begin_layout Plain Layout
15244
15245 \backslash
15246 bigoplus
15247 \end_layout
15248
15249 \end_inset
15250 </cell>
15251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15252 \begin_inset Text
15253
15254 \begin_layout Plain Layout
15255 \begin_inset Formula $\bigoplus$
15256 \end_inset
15257
15258
15259 \end_layout
15260
15261 \end_inset
15262 </cell>
15263 </row>
15264 <row>
15265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15266 \begin_inset Text
15267
15268 \begin_layout Plain Layout
15269
15270 \backslash
15271 bigwedge
15272 \end_layout
15273
15274 \end_inset
15275 </cell>
15276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Plain Layout
15280 \begin_inset Formula $\bigwedge$
15281 \end_inset
15282
15283
15284 \end_layout
15285
15286 \end_inset
15287 </cell>
15288 </row>
15289 <row>
15290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15291 \begin_inset Text
15292
15293 \begin_layout Plain Layout
15294
15295 \backslash
15296 bigvee
15297 \end_layout
15298
15299 \end_inset
15300 </cell>
15301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15302 \begin_inset Text
15303
15304 \begin_layout Plain Layout
15305 \begin_inset Formula $\bigvee$
15306 \end_inset
15307
15308
15309 \end_layout
15310
15311 \end_inset
15312 </cell>
15313 </row>
15314 <row>
15315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15316 \begin_inset Text
15317
15318 \begin_layout Plain Layout
15319
15320 \backslash
15321 bigsqcup
15322 \end_layout
15323
15324 \end_inset
15325 </cell>
15326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15327 \begin_inset Text
15328
15329 \begin_layout Plain Layout
15330 \begin_inset Formula $\bigsqcup$
15331 \end_inset
15332
15333
15334 \end_layout
15335
15336 \end_inset
15337 </cell>
15338 </row>
15339 <row>
15340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15341 \begin_inset Text
15342
15343 \begin_layout Plain Layout
15344
15345 \backslash
15346 biguplus
15347 \end_layout
15348
15349 \end_inset
15350 </cell>
15351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15352 \begin_inset Text
15353
15354 \begin_layout Plain Layout
15355 \begin_inset Formula $\biguplus$
15356 \end_inset
15357
15358
15359 \end_layout
15360
15361 \end_inset
15362 </cell>
15363 </row>
15364 </lyxtabular>
15365
15366 \end_inset
15367
15368
15369 \begin_inset space \hfill{}
15370 \end_inset
15371
15372
15373 \end_layout
15374
15375 \begin_layout Standard
15376 All big operators can also be inserted via the math toolbar button 
15377 \begin_inset Graphics
15378         filename ../images/math/intop.png
15379         scale 85
15380
15381 \end_inset
15382
15383 .
15384 \end_layout
15385
15386 \begin_layout Standard
15387 The operators are called big because they are bigger than the sometimes
15388  equal looking binary operators.
15389  All big operators can have limits as described in the next subsection.
15390 \end_layout
15391
15392 \begin_layout Standard
15393 The operators 
15394 \series bold
15395
15396 \backslash
15397 intop
15398 \series default
15399  and 
15400 \series bold
15401
15402 \backslash
15403 ointop
15404 \series default
15405  are different from 
15406 \series bold
15407
15408 \backslash
15409 int
15410 \series default
15411  and 
15412 \series bold
15413
15414 \backslash
15415 oint
15416 \series default
15417 , resp.
15418 \begin_inset space ~
15419 \end_inset
15420
15421 in the style the operator limits are displayed, see 
15422 \begin_inset CommandInset ref
15423 LatexCommand ref
15424 reference "sub:Operator-Limits"
15425
15426 \end_inset
15427
15428 .
15429  
15430 \end_layout
15431
15432 \begin_layout Subsubsection*
15433 Advices for Integrals
15434 \end_layout
15435
15436 \begin_layout Standard
15437 The letter 
15438 \emph on
15439 d
15440 \emph default
15441  in an integral is an operator, that therefore has to be set upright.
15442  This is done by highlighting the 
15443 \emph on
15444 d
15445 \emph default
15446  and using the keyboard shortcut 
15447 \family sans
15448 Alt-c
15449 \begin_inset space ~
15450 \end_inset
15451
15452 r
15453 \family default
15454
15455 \begin_inset Foot
15456 status collapsed
15457
15458 \begin_layout Plain Layout
15459 Font styles
15460 \series bold
15461  
15462 \series default
15463 see 
15464 \begin_inset CommandInset ref
15465 LatexCommand ref
15466 reference "sub:Font-Styles"
15467
15468 \end_inset
15469
15470
15471 \end_layout
15472
15473 \end_inset
15474
15475 .
15476  Finally the smallest space is inserted before the 
15477 \emph on
15478 d
15479 \emph default
15480 , as this is usual for operators.
15481  An example:
15482 \end_layout
15483
15484 \begin_layout Standard
15485 incorrect: 
15486 \begin_inset Formula $\int A(x)dx$
15487 \end_inset
15488
15489
15490 \begin_inset Newline newline
15491 \end_inset
15492
15493
15494 \begin_inset ERT
15495 status collapsed
15496
15497 \begin_layout Plain Layout
15498
15499
15500 \backslash
15501 hphantom{in}
15502 \end_layout
15503
15504 \end_inset
15505
15506 correct: 
15507 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15508 \end_inset
15509
15510
15511 \end_layout
15512
15513 \begin_layout Standard
15514 For multiple integrals there are the following commands:
15515 \begin_inset VSpace medskip
15516 \end_inset
15517
15518
15519 \end_layout
15520
15521 \begin_layout Standard
15522 \begin_inset space \hfill{}
15523 \end_inset
15524
15525
15526 \begin_inset Tabular
15527 <lyxtabular version="3" rows="4" columns="2">
15528 <features>
15529 <column alignment="center" valignment="top" width="0">
15530 <column alignment="center" valignment="top" width="0">
15531 <row>
15532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15533 \begin_inset Text
15534
15535 \begin_layout Plain Layout
15536 Command
15537 \end_layout
15538
15539 \end_inset
15540 </cell>
15541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15542 \begin_inset Text
15543
15544 \begin_layout Plain Layout
15545 Result
15546 \begin_inset Note Note
15547 status collapsed
15548
15549 \begin_layout Plain Layout
15550
15551 \series bold
15552
15553 \backslash
15554 raisebox
15555 \series default
15556  is only used as spacer.
15557 \end_layout
15558
15559 \end_inset
15560
15561
15562 \end_layout
15563
15564 \end_inset
15565 </cell>
15566 </row>
15567 <row>
15568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15569 \begin_inset Text
15570
15571 \begin_layout Plain Layout
15572
15573 \backslash
15574 iint
15575 \end_layout
15576
15577 \end_inset
15578 </cell>
15579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15580 \begin_inset Text
15581
15582 \begin_layout Plain Layout
15583 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15584 \end_inset
15585
15586
15587 \end_layout
15588
15589 \end_inset
15590 </cell>
15591 </row>
15592 <row>
15593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15594 \begin_inset Text
15595
15596 \begin_layout Plain Layout
15597
15598 \backslash
15599 oiint
15600 \end_layout
15601
15602 \end_inset
15603 </cell>
15604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15605 \begin_inset Text
15606
15607 \begin_layout Plain Layout
15608 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15609 \end_inset
15610
15611
15612 \end_layout
15613
15614 \end_inset
15615 </cell>
15616 </row>
15617 <row>
15618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15619 \begin_inset Text
15620
15621 \begin_layout Plain Layout
15622
15623 \backslash
15624 sqiint
15625 \end_layout
15626
15627 \end_inset
15628 </cell>
15629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15630 \begin_inset Text
15631
15632 \begin_layout Plain Layout
15633 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15634 \end_inset
15635
15636
15637 \end_layout
15638
15639 \end_inset
15640 </cell>
15641 </row>
15642 </lyxtabular>
15643
15644 \end_inset
15645
15646
15647 \begin_inset space \hfill{}
15648 \end_inset
15649
15650
15651 \begin_inset Tabular
15652 <lyxtabular version="3" rows="4" columns="2">
15653 <features>
15654 <column alignment="center" valignment="top" width="0">
15655 <column alignment="center" valignment="top" width="0">
15656 <row>
15657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15658 \begin_inset Text
15659
15660 \begin_layout Plain Layout
15661 Command
15662 \end_layout
15663
15664 \end_inset
15665 </cell>
15666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15667 \begin_inset Text
15668
15669 \begin_layout Plain Layout
15670 Result
15671 \end_layout
15672
15673 \end_inset
15674 </cell>
15675 </row>
15676 <row>
15677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Plain Layout
15681
15682 \backslash
15683 iiint
15684 \end_layout
15685
15686 \end_inset
15687 </cell>
15688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15689 \begin_inset Text
15690
15691 \begin_layout Plain Layout
15692 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15693 \end_inset
15694
15695
15696 \end_layout
15697
15698 \end_inset
15699 </cell>
15700 </row>
15701 <row>
15702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15703 \begin_inset Text
15704
15705 \begin_layout Plain Layout
15706
15707 \backslash
15708 iiiint
15709 \end_layout
15710
15711 \end_inset
15712 </cell>
15713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15714 \begin_inset Text
15715
15716 \begin_layout Plain Layout
15717 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15718 \end_inset
15719
15720
15721 \end_layout
15722
15723 \end_inset
15724 </cell>
15725 </row>
15726 <row>
15727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15728 \begin_inset Text
15729
15730 \begin_layout Plain Layout
15731
15732 \backslash
15733 dotsint
15734 \end_layout
15735
15736 \end_inset
15737 </cell>
15738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15739 \begin_inset Text
15740
15741 \begin_layout Plain Layout
15742 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15743 \end_inset
15744
15745
15746 \end_layout
15747
15748 \end_inset
15749 </cell>
15750 </row>
15751 </lyxtabular>
15752
15753 \end_inset
15754
15755
15756 \begin_inset space \hfill{}
15757 \end_inset
15758
15759
15760 \end_layout
15761
15762 \begin_layout Subsection
15763 Operator Limits
15764 \begin_inset CommandInset label
15765 LatexCommand label
15766 name "sub:Operator-Limits"
15767
15768 \end_inset
15769
15770
15771 \begin_inset Index
15772 status collapsed
15773
15774 \begin_layout Plain Layout
15775 Operators ! Limits
15776 \end_layout
15777
15778 \end_inset
15779
15780
15781 \end_layout
15782
15783 \begin_layout Standard
15784 Limits are created by super- and subscripts:
15785 \end_layout
15786
15787 \begin_layout Standard
15788 \align center
15789 \begin_inset Tabular
15790 <lyxtabular version="3" rows="2" columns="2">
15791 <features>
15792 <column alignment="center" valignment="top" width="0pt">
15793 <column alignment="center" valignment="top" width="0pt">
15794 <row>
15795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15796 \begin_inset Text
15797
15798 \begin_layout Plain Layout
15799 Command
15800 \end_layout
15801
15802 \end_inset
15803 </cell>
15804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15805 \begin_inset Text
15806
15807 \begin_layout Plain Layout
15808 Result
15809 \begin_inset Note Note
15810 status collapsed
15811
15812 \begin_layout Plain Layout
15813
15814 \series bold
15815
15816 \backslash
15817 raisebox
15818 \series default
15819  is only used as spacer.
15820 \end_layout
15821
15822 \end_inset
15823
15824
15825 \end_layout
15826
15827 \end_inset
15828 </cell>
15829 </row>
15830 <row>
15831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15832 \begin_inset Text
15833
15834 \begin_layout Plain Layout
15835
15836 \backslash
15837 prod^
15838 \backslash
15839 infty
15840 \begin_inset ERT
15841 status collapsed
15842
15843 \begin_layout Plain Layout
15844
15845
15846 \backslash
15847 spce 
15848 \end_layout
15849
15850 \end_inset
15851
15852
15853 \begin_inset Formula $\to$
15854 \end_inset
15855
15856 _0
15857 \begin_inset Formula $\to$
15858 \end_inset
15859
15860 A(x)
15861 \end_layout
15862
15863 \end_inset
15864 </cell>
15865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15866 \begin_inset Text
15867
15868 \begin_layout Plain Layout
15869 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15870 \end_inset
15871
15872
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 </row>
15878 </lyxtabular>
15879
15880 \end_inset
15881
15882
15883 \end_layout
15884
15885 \begin_layout Standard
15886 Limits of inline formulas are set right beside the operator.
15887  Limits in displayed formulas are set above or below the operator, except
15888  of integral limits.
15889 \end_layout
15890
15891 \begin_layout Standard
15892 To force that the limits are set beside the operator, the cursor is set
15893  directly behind the operator and the limits type is changed with the menu
15894  
15895 \family sans
15896 Edit\SpecialChar \menuseparator
15897 Math\SpecialChar \menuseparator
15898 Change Limits Type
15899 \family default
15900  to 
15901 \family sans
15902 \series bold
15903 Inline
15904 \family default
15905 \series default
15906  (shortcut 
15907 \family sans
15908 Alt-m
15909 \begin_inset space ~
15910 \end_inset
15911
15912 l
15913 \family default
15914 ).
15915  An example:
15916 \end_layout
15917
15918 \begin_layout Standard
15919 The default limits type is this:
15920 \begin_inset Formula \[
15921 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15922
15923 \end_inset
15924
15925 This is how it looks when the limits type was changed to 
15926 \family sans
15927 \series bold
15928 Inline
15929 \family default
15930 \series default
15931 :
15932 \begin_inset Formula \[
15933 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15934
15935 \end_inset
15936
15937 For integrals, except of 
15938 \series bold
15939
15940 \backslash
15941 intop
15942 \series default
15943  and 
15944 \series bold
15945
15946 \backslash
15947 ointop
15948 \series default
15949 , the limits are by default set beside the operator.
15950  But for multiple integrals the limits are often set below the operator.
15951  In the following example the limits type was therefore set to 
15952 \series bold
15953 Display
15954 \series default
15955  and so set below the integrals:
15956 \begin_inset Formula \begin{equation}
15957 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15958
15959 \end_inset
15960
15961
15962 \end_layout
15963
15964 \begin_layout Standard
15965 \begin_inset VSpace medskip
15966 \end_inset
15967
15968 To specify conditions for limits, the commands 
15969 \series bold
15970
15971 \backslash
15972 subarray
15973 \series default
15974
15975 \begin_inset Index
15976 status collapsed
15977
15978 \begin_layout Plain Layout
15979 Commands ! S ! 
15980 \backslash
15981 subarray
15982 \end_layout
15983
15984 \end_inset
15985
15986  and 
15987 \series bold
15988
15989 \backslash
15990 substack
15991 \series default
15992
15993 \begin_inset Index
15994 status collapsed
15995
15996 \begin_layout Plain Layout
15997 Commands ! S ! 
15998 \backslash
15999 substack
16000 \end_layout
16001
16002 \end_inset
16003
16004  are used.
16005  To create for example this expression 
16006 \begin_inset Formula \begin{equation}
16007 \sum_{\begin{subarray}{c}
16008 0<k<1000\\
16009 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16010
16011 \end_inset
16012
16013
16014 \end_layout
16015
16016 \begin_layout Standard
16017 the following has to be done:
16018 \begin_inset Newline newline
16019 \end_inset
16020
16021 First the command 
16022 \series bold
16023
16024 \backslash
16025 sum
16026 \series default
16027 ^
16028 \series bold
16029 n
16030 \begin_inset ERT
16031 status collapsed
16032
16033 \begin_layout Plain Layout
16034
16035
16036 \backslash
16037 spce 
16038 \end_layout
16039
16040 \end_inset
16041
16042 _
16043 \series default
16044  is typed in.
16045  One is now in a blue box under the summation operator and insert there
16046  the command 
16047 \series bold
16048
16049 \backslash
16050 subarray
16051 \begin_inset ERT
16052 status collapsed
16053
16054 \begin_layout Plain Layout
16055
16056
16057 \backslash
16058 spce 
16059 \end_layout
16060
16061 \end_inset
16062
16063
16064 \series default
16065 .
16066  The blue box is now within a purple box and now several lines can be written
16067  among each other.
16068  A new line is created by inserting a line break (
16069 \family sans
16070 Ctrl-Return
16071 \family default
16072 ).
16073  When now
16074 \begin_inset Newline newline
16075 \end_inset
16076
16077
16078 \series bold
16079 0<k<1000 Ctrl-Return
16080 \begin_inset Newline newline
16081 \end_inset
16082
16083
16084 \series default
16085 is typed in, a new box appears below for the new line.
16086 \end_layout
16087
16088 \begin_layout Standard
16089 The alignment of the lines can be changed to left aligned with the 
16090 \family sans
16091 table
16092 \family default
16093  
16094 \family sans
16095 toolbar
16096 \family default
16097  or the menu 
16098 \family sans
16099 Edit\SpecialChar \menuseparator
16100 Rows &Columns
16101 \family default
16102 .
16103  To get right alignment, 
16104 \series bold
16105
16106 \backslash
16107 hfill
16108 \begin_inset ERT
16109 status collapsed
16110
16111 \begin_layout Plain Layout
16112
16113
16114 \backslash
16115 spce 
16116 \end_layout
16117
16118 \end_inset
16119
16120
16121 \series default
16122  is inserted at the beginning of the line.
16123 \end_layout
16124
16125 \begin_layout Standard
16126 The command 
16127 \series bold
16128
16129 \backslash
16130 substack
16131 \series default
16132  is equivalent to 
16133 \series bold
16134
16135 \backslash
16136 subarray
16137 \series default
16138  with the difference that the lines are always centered.
16139 \end_layout
16140
16141 \begin_layout Standard
16142 \begin_inset VSpace bigskip
16143 \end_inset
16144
16145 Like in formula 
16146 \begin_inset CommandInset ref
16147 LatexCommand eqref
16148 reference "eq:substack"
16149
16150 \end_inset
16151
16152  there can be too much space beside an operator, because the characters
16153  following the operator are set beside the limits.
16154 \end_layout
16155
16156 \begin_layout Standard
16157 To avoid this, the following macro can be used in the LaTeX-preamble:
16158 \end_layout
16159
16160 \begin_layout Standard
16161
16162 \series bold
16163
16164 \backslash
16165 def
16166 \backslash
16167 clap#1{
16168 \backslash
16169 hbox to 0pt{
16170 \backslash
16171 hss #1
16172 \backslash
16173 hss}}
16174 \begin_inset Newline newline
16175 \end_inset
16176
16177
16178 \backslash
16179 def
16180 \backslash
16181 mathclap {
16182 \backslash
16183 mathpalette 
16184 \backslash
16185 mathclapinternal}
16186 \begin_inset Newline newline
16187 \end_inset
16188
16189
16190 \backslash
16191 def
16192 \backslash
16193 mathclapinternal #1#2{
16194 \backslash
16195 clap{$
16196 \backslash
16197 mathsurround =0pt #1{#2}$}}
16198 \end_layout
16199
16200 \begin_layout Standard
16201 This defines the command 
16202 \series bold
16203
16204 \backslash
16205 mathclap
16206 \series default
16207
16208 \begin_inset Index
16209 status collapsed
16210
16211 \begin_layout Plain Layout
16212 Commands ! M ! 
16213 \backslash
16214 mathclap
16215 \end_layout
16216
16217 \end_inset
16218
16219  that sets the width of the limit to 0
16220 \begin_inset space \thinspace{}
16221 \end_inset
16222
16223 pt.
16224  The command scheme is
16225 \end_layout
16226
16227 \begin_layout Standard
16228
16229 \series bold
16230
16231 \backslash
16232 mathclap{limit}
16233 \end_layout
16234
16235 \begin_layout Standard
16236 where the limit can consist of several conditions.
16237 \end_layout
16238
16239 \begin_layout Standard
16240 Applied on formula 
16241 \begin_inset CommandInset ref
16242 LatexCommand eqref
16243 reference "eq:substack"
16244
16245 \end_inset
16246
16247 , one uses the command
16248 \end_layout
16249
16250 \begin_layout Standard
16251
16252 \series bold
16253
16254 \backslash
16255 sum_
16256 \backslash
16257 mathclap{
16258 \backslash
16259 substack
16260 \begin_inset ERT
16261 status collapsed
16262
16263 \begin_layout Plain Layout
16264
16265
16266 \backslash
16267 spce 
16268 \end_layout
16269
16270 \end_inset
16271
16272 0<k<1000 Ctrl-Enter
16273 \end_layout
16274
16275 \begin_layout Standard
16276 to create the lower limit.
16277  The summand is now directly behind the summation operator:
16278 \begin_inset Formula \[
16279 \sum_{\mathclap{\substack{0<k<1000\\
16280 \\k\,\in\,\mathbb{N}}
16281 }}^{n}k^{-2}\]
16282
16283 \end_inset
16284
16285
16286 \end_layout
16287
16288 \begin_layout Standard
16289 \begin_inset VSpace bigskip
16290 \end_inset
16291
16292 How to use one limit for several operators is described in 
16293 \begin_inset CommandInset ref
16294 LatexCommand ref
16295 reference "sub:Self-defined-Operators"
16296
16297 \end_inset
16298
16299 .
16300 \end_layout
16301
16302 \begin_layout Standard
16303 \begin_inset Newpage newpage
16304 \end_inset
16305
16306
16307 \end_layout
16308
16309 \begin_layout Subsection
16310 Binary Operators
16311 \begin_inset CommandInset label
16312 LatexCommand label
16313 name "sub:Binary-Operators"
16314
16315 \end_inset
16316
16317
16318 \begin_inset Index
16319 status collapsed
16320
16321 \begin_layout Plain Layout
16322 Operators ! binary
16323 \end_layout
16324
16325 \end_inset
16326
16327
16328 \end_layout
16329
16330 \begin_layout Standard
16331 Binary operators are surrounded by space when there is a character before
16332  and behind them.
16333 \begin_inset VSpace medskip
16334 \end_inset
16335
16336
16337 \end_layout
16338
16339 \begin_layout Standard
16340 \begin_inset space \hfill{}
16341 \end_inset
16342
16343
16344 \begin_inset Tabular
16345 <lyxtabular version="3" rows="13" columns="2">
16346 <features>
16347 <column alignment="center" valignment="top" width="0pt">
16348 <column alignment="center" valignment="top" width="0pt">
16349 <row>
16350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16351 \begin_inset Text
16352
16353 \begin_layout Plain Layout
16354 Command
16355 \begin_inset Note Note
16356 status collapsed
16357
16358 \begin_layout Plain Layout
16359
16360 \series bold
16361
16362 \backslash
16363 raisebox
16364 \series default
16365  is only used as spacer.
16366 \end_layout
16367
16368 \end_inset
16369
16370
16371 \end_layout
16372
16373 \end_inset
16374 </cell>
16375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16376 \begin_inset Text
16377
16378 \begin_layout Plain Layout
16379 Result
16380 \end_layout
16381
16382 \end_inset
16383 </cell>
16384 </row>
16385 <row>
16386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Plain Layout
16390 +
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16396 \begin_inset Text
16397
16398 \begin_layout Plain Layout
16399 \begin_inset Formula $+$
16400 \end_inset
16401
16402
16403 \end_layout
16404
16405 \end_inset
16406 </cell>
16407 </row>
16408 <row>
16409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16410 \begin_inset Text
16411
16412 \begin_layout Plain Layout
16413 -
16414 \end_layout
16415
16416 \end_inset
16417 </cell>
16418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16419 \begin_inset Text
16420
16421 \begin_layout Plain Layout
16422 \begin_inset Formula $-$
16423 \end_inset
16424
16425
16426 \end_layout
16427
16428 \end_inset
16429 </cell>
16430 </row>
16431 <row>
16432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16433 \begin_inset Text
16434
16435 \begin_layout Plain Layout
16436
16437 \backslash
16438 pm
16439 \end_layout
16440
16441 \end_inset
16442 </cell>
16443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16444 \begin_inset Text
16445
16446 \begin_layout Plain Layout
16447 \begin_inset Formula $\pm$
16448 \end_inset
16449
16450
16451 \end_layout
16452
16453 \end_inset
16454 </cell>
16455 </row>
16456 <row>
16457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16458 \begin_inset Text
16459
16460 \begin_layout Plain Layout
16461
16462 \backslash
16463 mp
16464 \end_layout
16465
16466 \end_inset
16467 </cell>
16468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16469 \begin_inset Text
16470
16471 \begin_layout Plain Layout
16472 \begin_inset Formula $\mp$
16473 \end_inset
16474
16475
16476 \end_layout
16477
16478 \end_inset
16479 </cell>
16480 </row>
16481 <row>
16482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486
16487 \backslash
16488 cdot
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16494 \begin_inset Text
16495
16496 \begin_layout Plain Layout
16497 \begin_inset Formula $\cdot$
16498 \end_inset
16499
16500
16501 \end_layout
16502
16503 \end_inset
16504 </cell>
16505 </row>
16506 <row>
16507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16508 \begin_inset Text
16509
16510 \begin_layout Plain Layout
16511
16512 \backslash
16513 times
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16519 \begin_inset Text
16520
16521 \begin_layout Plain Layout
16522 \begin_inset Formula $\times$
16523 \end_inset
16524
16525
16526 \end_layout
16527
16528 \end_inset
16529 </cell>
16530 </row>
16531 <row>
16532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16533 \begin_inset Text
16534
16535 \begin_layout Plain Layout
16536
16537 \backslash
16538 div
16539 \end_layout
16540
16541 \end_inset
16542 </cell>
16543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16544 \begin_inset Text
16545
16546 \begin_layout Plain Layout
16547 \begin_inset Formula $\div$
16548 \end_inset
16549
16550
16551 \end_layout
16552
16553 \end_inset
16554 </cell>
16555 </row>
16556 <row>
16557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16558 \begin_inset Text
16559
16560 \begin_layout Plain Layout
16561 \begin_inset ERT
16562 status collapsed
16563
16564 \begin_layout Plain Layout
16565
16566
16567 \backslash
16568 raisebox{-1.2mm}{
16569 \end_layout
16570
16571 \end_inset
16572
16573 *
16574 \begin_inset ERT
16575 status collapsed
16576
16577 \begin_layout Plain Layout
16578
16579 }
16580 \end_layout
16581
16582 \end_inset
16583
16584
16585 \end_layout
16586
16587 \end_inset
16588 </cell>
16589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16590 \begin_inset Text
16591
16592 \begin_layout Plain Layout
16593 \begin_inset Formula $*$
16594 \end_inset
16595
16596
16597 \end_layout
16598
16599 \end_inset
16600 </cell>
16601 </row>
16602 <row>
16603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16604 \begin_inset Text
16605
16606 \begin_layout Plain Layout
16607
16608 \backslash
16609 star
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16615 \begin_inset Text
16616
16617 \begin_layout Plain Layout
16618 \begin_inset Formula $\star$
16619 \end_inset
16620
16621
16622 \end_layout
16623
16624 \end_inset
16625 </cell>
16626 </row>
16627 <row>
16628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16629 \begin_inset Text
16630
16631 \begin_layout Plain Layout
16632
16633 \backslash
16634 circ
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16640 \begin_inset Text
16641
16642 \begin_layout Plain Layout
16643 \begin_inset Formula $\circ$
16644 \end_inset
16645
16646
16647 \end_layout
16648
16649 \end_inset
16650 </cell>
16651 </row>
16652 <row>
16653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16654 \begin_inset Text
16655
16656 \begin_layout Plain Layout
16657
16658 \backslash
16659 diamond
16660 \end_layout
16661
16662 \end_inset
16663 </cell>
16664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16665 \begin_inset Text
16666
16667 \begin_layout Plain Layout
16668 \begin_inset Formula $\diamond$
16669 \end_inset
16670
16671
16672 \end_layout
16673
16674 \end_inset
16675 </cell>
16676 </row>
16677 <row>
16678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16679 \begin_inset Text
16680
16681 \begin_layout Plain Layout
16682
16683 \backslash
16684 bullet
16685 \end_layout
16686
16687 \end_inset
16688 </cell>
16689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16690 \begin_inset Text
16691
16692 \begin_layout Plain Layout
16693 \begin_inset Formula $\bullet$
16694 \end_inset
16695
16696
16697 \end_layout
16698
16699 \end_inset
16700 </cell>
16701 </row>
16702 </lyxtabular>
16703
16704 \end_inset
16705
16706
16707 \begin_inset space \hfill{}
16708 \end_inset
16709
16710
16711 \begin_inset Tabular
16712 <lyxtabular version="3" rows="13" columns="2">
16713 <features>
16714 <column alignment="center" valignment="top" width="0pt">
16715 <column alignment="center" valignment="top" width="0pt">
16716 <row>
16717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16718 \begin_inset Text
16719
16720 \begin_layout Plain Layout
16721 Command
16722 \end_layout
16723
16724 \end_inset
16725 </cell>
16726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730 Result
16731 \end_layout
16732
16733 \end_inset
16734 </cell>
16735 </row>
16736 <row>
16737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16738 \begin_inset Text
16739
16740 \begin_layout Plain Layout
16741
16742 \backslash
16743 nabla
16744 \end_layout
16745
16746 \end_inset
16747 </cell>
16748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16749 \begin_inset Text
16750
16751 \begin_layout Plain Layout
16752 \begin_inset Formula $\nabla$
16753 \end_inset
16754
16755
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 </row>
16761 <row>
16762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16763 \begin_inset Text
16764
16765 \begin_layout Plain Layout
16766
16767 \backslash
16768 bigtriangledown
16769 \end_layout
16770
16771 \end_inset
16772 </cell>
16773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16774 \begin_inset Text
16775
16776 \begin_layout Plain Layout
16777 \begin_inset Formula $\bigtriangledown$
16778 \end_inset
16779
16780
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 </row>
16786 <row>
16787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Plain Layout
16791
16792 \backslash
16793 bigtriangleup
16794 \end_layout
16795
16796 \end_inset
16797 </cell>
16798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16799 \begin_inset Text
16800
16801 \begin_layout Plain Layout
16802 \begin_inset Formula $\bigtriangleup$
16803 \end_inset
16804
16805
16806 \end_layout
16807
16808 \end_inset
16809 </cell>
16810 </row>
16811 <row>
16812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Plain Layout
16816
16817 \backslash
16818 Box
16819 \end_layout
16820
16821 \end_inset
16822 </cell>
16823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Plain Layout
16827 \begin_inset Formula $\Box$
16828 \end_inset
16829
16830
16831 \end_layout
16832
16833 \end_inset
16834 </cell>
16835 </row>
16836 <row>
16837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16838 \begin_inset Text
16839
16840 \begin_layout Plain Layout
16841
16842 \backslash
16843 cap 
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16849 \begin_inset Text
16850
16851 \begin_layout Plain Layout
16852 \begin_inset Formula $\cap$
16853 \end_inset
16854
16855
16856 \end_layout
16857
16858 \end_inset
16859 </cell>
16860 </row>
16861 <row>
16862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16863 \begin_inset Text
16864
16865 \begin_layout Plain Layout
16866
16867 \backslash
16868 cup
16869 \end_layout
16870
16871 \end_inset
16872 </cell>
16873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16874 \begin_inset Text
16875
16876 \begin_layout Plain Layout
16877 \begin_inset Formula $\cup$
16878 \end_inset
16879
16880
16881 \end_layout
16882
16883 \end_inset
16884 </cell>
16885 </row>
16886 <row>
16887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16888 \begin_inset Text
16889
16890 \begin_layout Plain Layout
16891
16892 \backslash
16893 dagger
16894 \end_layout
16895
16896 \end_inset
16897 </cell>
16898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16899 \begin_inset Text
16900
16901 \begin_layout Plain Layout
16902 \begin_inset Formula $\dagger$
16903 \end_inset
16904
16905
16906 \end_layout
16907
16908 \end_inset
16909 </cell>
16910 </row>
16911 <row>
16912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16913 \begin_inset Text
16914
16915 \begin_layout Plain Layout
16916
16917 \backslash
16918 ddagger
16919 \end_layout
16920
16921 \end_inset
16922 </cell>
16923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16924 \begin_inset Text
16925
16926 \begin_layout Plain Layout
16927 \begin_inset Formula $\ddagger$
16928 \end_inset
16929
16930
16931 \end_layout
16932
16933 \end_inset
16934 </cell>
16935 </row>
16936 <row>
16937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941
16942 \backslash
16943 wr
16944 \end_layout
16945
16946 \end_inset
16947 </cell>
16948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16949 \begin_inset Text
16950
16951 \begin_layout Plain Layout
16952 \begin_inset Formula $\wr$
16953 \end_inset
16954
16955
16956 \end_layout
16957
16958 \end_inset
16959 </cell>
16960 </row>
16961 <row>
16962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966
16967 \backslash
16968 bigcirc
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977 \begin_inset Formula $\bigcirc$
16978 \end_inset
16979
16980
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 </row>
16986 <row>
16987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16988 \begin_inset Text
16989
16990 \begin_layout Plain Layout
16991
16992 \backslash
16993 wedge
16994 \end_layout
16995
16996 \end_inset
16997 </cell>
16998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Plain Layout
17002 \begin_inset Formula $\wedge$
17003 \end_inset
17004
17005
17006 \end_layout
17007
17008 \end_inset
17009 </cell>
17010 </row>
17011 <row>
17012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17013 \begin_inset Text
17014
17015 \begin_layout Plain Layout
17016
17017 \backslash
17018 vee
17019 \end_layout
17020
17021 \end_inset
17022 </cell>
17023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17024 \begin_inset Text
17025
17026 \begin_layout Plain Layout
17027 \begin_inset Formula $\vee$
17028 \end_inset
17029
17030
17031 \end_layout
17032
17033 \end_inset
17034 </cell>
17035 </row>
17036 </lyxtabular>
17037
17038 \end_inset
17039
17040
17041 \begin_inset space \hfill{}
17042 \end_inset
17043
17044
17045 \begin_inset Tabular
17046 <lyxtabular version="3" rows="13" columns="2">
17047 <features>
17048 <column alignment="center" valignment="top" width="0pt">
17049 <column alignment="center" valignment="top" width="0pt">
17050 <row>
17051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17052 \begin_inset Text
17053
17054 \begin_layout Plain Layout
17055 Command
17056 \end_layout
17057
17058 \end_inset
17059 </cell>
17060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17061 \begin_inset Text
17062
17063 \begin_layout Plain Layout
17064 Result
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 </row>
17070 <row>
17071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17072 \begin_inset Text
17073
17074 \begin_layout Plain Layout
17075
17076 \backslash
17077 oplus
17078 \end_layout
17079
17080 \end_inset
17081 </cell>
17082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17083 \begin_inset Text
17084
17085 \begin_layout Plain Layout
17086 \begin_inset Formula $\oplus$
17087 \end_inset
17088
17089
17090 \end_layout
17091
17092 \end_inset
17093 </cell>
17094 </row>
17095 <row>
17096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Plain Layout
17100
17101 \backslash
17102 ominus
17103 \end_layout
17104
17105 \end_inset
17106 </cell>
17107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17108 \begin_inset Text
17109
17110 \begin_layout Plain Layout
17111 \begin_inset Formula $\ominus$
17112 \end_inset
17113
17114
17115 \end_layout
17116
17117 \end_inset
17118 </cell>
17119 </row>
17120 <row>
17121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17122 \begin_inset Text
17123
17124 \begin_layout Plain Layout
17125
17126 \backslash
17127 otimes
17128 \end_layout
17129
17130 \end_inset
17131 </cell>
17132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17133 \begin_inset Text
17134
17135 \begin_layout Plain Layout
17136 \begin_inset Formula $\otimes$
17137 \end_inset
17138
17139
17140 \end_layout
17141
17142 \end_inset
17143 </cell>
17144 </row>
17145 <row>
17146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17147 \begin_inset Text
17148
17149 \begin_layout Plain Layout
17150
17151 \backslash
17152 oslash
17153 \end_layout
17154
17155 \end_inset
17156 </cell>
17157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17158 \begin_inset Text
17159
17160 \begin_layout Plain Layout
17161 \begin_inset Formula $\oslash$
17162 \end_inset
17163
17164
17165 \end_layout
17166
17167 \end_inset
17168 </cell>
17169 </row>
17170 <row>
17171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17172 \begin_inset Text
17173
17174 \begin_layout Plain Layout
17175
17176 \backslash
17177 odot
17178 \end_layout
17179
17180 \end_inset
17181 </cell>
17182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17183 \begin_inset Text
17184
17185 \begin_layout Plain Layout
17186 \begin_inset Formula $\odot$
17187 \end_inset
17188
17189
17190 \end_layout
17191
17192 \end_inset
17193 </cell>
17194 </row>
17195 <row>
17196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17197 \begin_inset Text
17198
17199 \begin_layout Plain Layout
17200
17201 \backslash
17202 amalg
17203 \end_layout
17204
17205 \end_inset
17206 </cell>
17207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17208 \begin_inset Text
17209
17210 \begin_layout Plain Layout
17211 \begin_inset Formula $\amalg$
17212 \end_inset
17213
17214
17215 \end_layout
17216
17217 \end_inset
17218 </cell>
17219 </row>
17220 <row>
17221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17222 \begin_inset Text
17223
17224 \begin_layout Plain Layout
17225
17226 \backslash
17227 uplus
17228 \end_layout
17229
17230 \end_inset
17231 </cell>
17232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17233 \begin_inset Text
17234
17235 \begin_layout Plain Layout
17236 \begin_inset Formula $\uplus$
17237 \end_inset
17238
17239
17240 \end_layout
17241
17242 \end_inset
17243 </cell>
17244 </row>
17245 <row>
17246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17247 \begin_inset Text
17248
17249 \begin_layout Plain Layout
17250
17251 \backslash
17252 setminus
17253 \end_layout
17254
17255 \end_inset
17256 </cell>
17257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17258 \begin_inset Text
17259
17260 \begin_layout Plain Layout
17261 \begin_inset Formula $\setminus$
17262 \end_inset
17263
17264
17265 \end_layout
17266
17267 \end_inset
17268 </cell>
17269 </row>
17270 <row>
17271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17272 \begin_inset Text
17273
17274 \begin_layout Plain Layout
17275
17276 \backslash
17277 sqcap
17278 \end_layout
17279
17280 \end_inset
17281 </cell>
17282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17283 \begin_inset Text
17284
17285 \begin_layout Plain Layout
17286 \begin_inset Formula $\sqcap$
17287 \end_inset
17288
17289
17290 \end_layout
17291
17292 \end_inset
17293 </cell>
17294 </row>
17295 <row>
17296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17297 \begin_inset Text
17298
17299 \begin_layout Plain Layout
17300
17301 \backslash
17302 sqcup
17303 \end_layout
17304
17305 \end_inset
17306 </cell>
17307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17308 \begin_inset Text
17309
17310 \begin_layout Plain Layout
17311 \begin_inset Formula $\sqcup$
17312 \end_inset
17313
17314
17315 \end_layout
17316
17317 \end_inset
17318 </cell>
17319 </row>
17320 <row>
17321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17322 \begin_inset Text
17323
17324 \begin_layout Plain Layout
17325
17326 \backslash
17327 triangleleft
17328 \end_layout
17329
17330 \end_inset
17331 </cell>
17332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17333 \begin_inset Text
17334
17335 \begin_layout Plain Layout
17336 \begin_inset Formula $\triangleleft$
17337 \end_inset
17338
17339
17340 \end_layout
17341
17342 \end_inset
17343 </cell>
17344 </row>
17345 <row>
17346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17347 \begin_inset Text
17348
17349 \begin_layout Plain Layout
17350
17351 \backslash
17352 triangleright
17353 \end_layout
17354
17355 \end_inset
17356 </cell>
17357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17358 \begin_inset Text
17359
17360 \begin_layout Plain Layout
17361 \begin_inset Formula $\triangleright$
17362 \end_inset
17363
17364
17365 \end_layout
17366
17367 \end_inset
17368 </cell>
17369 </row>
17370 </lyxtabular>
17371
17372 \end_inset
17373
17374
17375 \begin_inset space \hfill{}
17376 \end_inset
17377
17378
17379 \end_layout
17380
17381 \begin_layout Standard
17382 All binary operators can also be inserted via the math toolbar button 
17383 \begin_inset Graphics
17384         filename ../images/math/pm.png
17385         scale 85
17386
17387 \end_inset
17388
17389 .
17390 \end_layout
17391
17392 \begin_layout Standard
17393 To typeset the Laplace operator also 
17394 \series bold
17395
17396 \backslash
17397 Delta
17398 \series default
17399  or 
17400 \series bold
17401
17402 \backslash
17403 nabla
17404 \series default
17405 ^
17406 \series bold
17407 2
17408 \series default
17409  (
17410 \begin_inset Formula $\nabla^{2}$
17411 \end_inset
17412
17413 ) can be used instead of 
17414 \series bold
17415
17416 \backslash
17417 bigtriangleup
17418 \series default
17419  .
17420 \end_layout
17421
17422 \begin_layout Standard
17423 The character 
17424 \family sans
17425 Menu Separator
17426 \family default
17427  from the menu 
17428 \family sans
17429 Insert\SpecialChar \menuseparator
17430 Special Character
17431 \family default
17432  is the operator 
17433 \series bold
17434
17435 \backslash
17436 triangleright
17437 \series default
17438 .
17439 \end_layout
17440
17441 \begin_layout Subsection
17442 Self-defined Operators
17443 \begin_inset CommandInset label
17444 LatexCommand label
17445 name "sub:Self-defined-Operators"
17446
17447 \end_inset
17448
17449
17450 \begin_inset Index
17451 status collapsed
17452
17453 \begin_layout Plain Layout
17454 Operators ! self-defined
17455 \end_layout
17456
17457 \end_inset
17458
17459
17460 \end_layout
17461
17462 \begin_layout Standard
17463 With the help of the command 
17464 \series bold
17465
17466 \backslash
17467 DeclareMathOperator
17468 \series default
17469
17470 \begin_inset Index
17471 status collapsed
17472
17473 \begin_layout Plain Layout
17474 Commands ! D ! 
17475 \backslash
17476 dbinom@
17477 \backslash
17478 DeclareMathOperator
17479 \end_layout
17480
17481 \end_inset
17482
17483  custom operators can be defined in the LaTeX-preamble.
17484  Its command scheme is:
17485 \end_layout
17486
17487 \begin_layout Standard
17488
17489 \series bold
17490
17491 \backslash
17492 DeclareMathOperator{new command}{display}
17493 \end_layout
17494
17495 \begin_layout Standard
17496 Display can be characters or symbols that define how the operator looks
17497  in the output.
17498  To define a big operator a * is set behind the command.
17499  All self-defined big operators can have limits as described in 
17500 \begin_inset CommandInset ref
17501 LatexCommand ref
17502 reference "sub:Operator-Limits"
17503
17504 \end_inset
17505
17506 .
17507 \end_layout
17508
17509 \begin_layout Standard
17510 For example the LaTeX-preamble line
17511 \end_layout
17512
17513 \begin_layout Standard
17514
17515 \series bold
17516
17517 \backslash
17518 DeclareMathOperator*{
17519 \backslash
17520 Lozenge}{
17521 \backslash
17522 blacklozenge}
17523 \end_layout
17524
17525 \begin_layout Standard
17526 defines the command 
17527 \series bold
17528
17529 \backslash
17530 Lozenge
17531 \series default
17532 , that inserts a big operator consisting of the lozenge symbol from 
17533 \begin_inset CommandInset ref
17534 LatexCommand ref
17535 reference "sub:Miscellaneous-Symbols"
17536
17537 \end_inset
17538
17539 :
17540 \begin_inset Formula \[
17541 \Lozenge_{n=1}^{\infty}\]
17542
17543 \end_inset
17544
17545 The command for this formula is: 
17546 \series bold
17547
17548 \backslash
17549 Lozenge
17550 \series default
17551 ^
17552 \series bold
17553
17554 \backslash
17555 infty
17556 \begin_inset Formula $\to$
17557 \end_inset
17558
17559 _n=1
17560 \end_layout
17561
17562 \begin_layout Standard
17563 \begin_inset VSpace bigskip
17564 \end_inset
17565
17566 When self-defined operators are not used several times in the document,
17567  they can also be defined with the commands 
17568 \series bold
17569
17570 \backslash
17571 mathop
17572 \series default
17573
17574 \begin_inset Index
17575 status collapsed
17576
17577 \begin_layout Plain Layout
17578 Commands ! M ! 
17579 \backslash
17580 mathop
17581 \end_layout
17582
17583 \end_inset
17584
17585  and 
17586 \series bold
17587
17588 \backslash
17589 mathbin
17590 \series default
17591
17592 \begin_inset Index
17593 status collapsed
17594
17595 \begin_layout Plain Layout
17596 Commands ! M ! 
17597 \backslash
17598 mathbin
17599 \end_layout
17600
17601 \end_inset
17602
17603 , which have the following scheme:
17604 \end_layout
17605
17606 \begin_layout Standard
17607
17608 \series bold
17609
17610 \backslash
17611 mathop{display}
17612 \series default
17613  and 
17614 \series bold
17615
17616 \backslash
17617 mathbin{display}
17618 \end_layout
17619
17620 \begin_layout Standard
17621
17622 \series bold
17623
17624 \backslash
17625 mathop
17626 \series default
17627  defines big operators, 
17628 \series bold
17629
17630 \backslash
17631 mathbin
17632 \series default
17633  binary operators.
17634 \end_layout
17635
17636 \begin_layout Standard
17637
17638 \series bold
17639
17640 \backslash
17641 mathop
17642 \series default
17643  can e.
17644 \begin_inset space \thinspace{}
17645 \end_inset
17646
17647 g.
17648 \begin_inset space ~
17649 \end_inset
17650
17651 be used to use one limit for several operators:
17652 \end_layout
17653
17654 \begin_layout Standard
17655 \begin_inset Formula \[
17656 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17657
17658 \end_inset
17659
17660
17661 \end_layout
17662
17663 \begin_layout Standard
17664 The command for the formula above is:
17665 \begin_inset Newline newline
17666 \end_inset
17667
17668
17669 \series bold
17670
17671 \backslash
17672 mathop{
17673 \backslash
17674 sum
17675 \backslash
17676 negmedspace
17677 \backslash
17678 sum
17679 \series default
17680
17681 \begin_inset ERT
17682 status collapsed
17683
17684 \begin_layout Plain Layout
17685
17686
17687 \backslash
17688 spce 
17689 \end_layout
17690
17691 \end_inset
17692
17693
17694 \series bold
17695
17696 \begin_inset Formula $\to$
17697 \end_inset
17698
17699 ^N
17700 \series default
17701
17702 \begin_inset ERT
17703 status collapsed
17704
17705 \begin_layout Plain Layout
17706
17707
17708 \backslash
17709 spce 
17710 \end_layout
17711
17712 \end_inset
17713
17714
17715 \series bold
17716 _i,j=1
17717 \end_layout
17718
17719 \begin_layout Section
17720 Fonts
17721 \begin_inset Index
17722 status collapsed
17723
17724 \begin_layout Plain Layout
17725 Fonts
17726 \end_layout
17727
17728 \end_inset
17729
17730
17731 \end_layout
17732
17733 \begin_layout Subsection
17734 Font Styles
17735 \begin_inset CommandInset label
17736 LatexCommand label
17737 name "sub:Font-Styles"
17738
17739 \end_inset
17740
17741
17742 \begin_inset Index
17743 status collapsed
17744
17745 \begin_layout Plain Layout
17746 Font ! style
17747 \end_layout
17748
17749 \end_inset
17750
17751
17752 \end_layout
17753
17754 \begin_layout Standard
17755 Latin letters in formulas can be set in one of the following font styles:
17756 \begin_inset VSpace -2mm
17757 \end_inset
17758
17759
17760 \end_layout
17761
17762 \begin_layout Standard
17763 \align center
17764 \begin_inset Tabular
17765 <lyxtabular version="3" rows="6" columns="3">
17766 <features>
17767 <column alignment="center" valignment="top" width="0">
17768 <column alignment="center" valignment="top" width="0">
17769 <column alignment="center" valignment="top" width="0">
17770 <row>
17771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17772 \begin_inset Text
17773
17774 \begin_layout Plain Layout
17775 Command
17776 \end_layout
17777
17778 \end_inset
17779 </cell>
17780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17781 \begin_inset Text
17782
17783 \begin_layout Plain Layout
17784 Result
17785 \end_layout
17786
17787 \end_inset
17788 </cell>
17789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17790 \begin_inset Text
17791
17792 \begin_layout Plain Layout
17793 shortcut
17794 \end_layout
17795
17796 \end_inset
17797 </cell>
17798 </row>
17799 <row>
17800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17801 \begin_inset Text
17802
17803 \begin_layout Plain Layout
17804
17805 \backslash
17806 mathbb
17807 \series bold
17808
17809 \begin_inset ERT
17810 status collapsed
17811
17812 \begin_layout Plain Layout
17813
17814
17815 \backslash
17816 spce 
17817 \end_layout
17818
17819 \end_inset
17820
17821
17822 \series default
17823 ABC
17824 \end_layout
17825
17826 \end_inset
17827 </cell>
17828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17829 \begin_inset Text
17830
17831 \begin_layout Plain Layout
17832 \begin_inset Formula $\mathbb{ABC}$
17833 \end_inset
17834
17835
17836 \end_layout
17837
17838 \end_inset
17839 </cell>
17840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17841 \begin_inset Text
17842
17843 \begin_layout Plain Layout
17844 Alt-c c
17845 \end_layout
17846
17847 \end_inset
17848 </cell>
17849 </row>
17850 <row>
17851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17852 \begin_inset Text
17853
17854 \begin_layout Plain Layout
17855
17856 \backslash
17857 mathbf
17858 \series bold
17859
17860 \begin_inset ERT
17861 status collapsed
17862
17863 \begin_layout Plain Layout
17864
17865
17866 \backslash
17867 spce 
17868 \end_layout
17869
17870 \end_inset
17871
17872
17873 \series default
17874 AbC
17875 \end_layout
17876
17877 \end_inset
17878 </cell>
17879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17880 \begin_inset Text
17881
17882 \begin_layout Plain Layout
17883 \begin_inset Formula $\mathbf{AbC}$
17884 \end_inset
17885
17886
17887 \end_layout
17888
17889 \end_inset
17890 </cell>
17891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17892 \begin_inset Text
17893
17894 \begin_layout Plain Layout
17895 Ctrl-b
17896 \end_layout
17897
17898 \end_inset
17899 </cell>
17900 </row>
17901 <row>
17902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17903 \begin_inset Text
17904
17905 \begin_layout Plain Layout
17906
17907 \backslash
17908 boldsymbol
17909 \series bold
17910
17911 \begin_inset ERT
17912 status collapsed
17913
17914 \begin_layout Plain Layout
17915
17916
17917 \backslash
17918 spce 
17919 \end_layout
17920
17921 \end_inset
17922
17923
17924 \series default
17925 AbC
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934 \begin_inset Formula $\boldsymbol{AbC}$
17935 \end_inset
17936
17937
17938 \end_layout
17939
17940 \end_inset
17941 </cell>
17942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17943 \begin_inset Text
17944
17945 \begin_layout Plain Layout
17946 Alt-c b or Ctrl-Alt-b
17947 \end_layout
17948
17949 \end_inset
17950 </cell>
17951 </row>
17952 <row>
17953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17954 \begin_inset Text
17955
17956 \begin_layout Plain Layout
17957
17958 \backslash
17959 mathcal
17960 \series bold
17961
17962 \begin_inset ERT
17963 status collapsed
17964
17965 \begin_layout Plain Layout
17966
17967
17968 \backslash
17969 spce 
17970 \end_layout
17971
17972 \end_inset
17973
17974
17975 \series default
17976 ABC
17977 \end_layout
17978
17979 \end_inset
17980 </cell>
17981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17982 \begin_inset Text
17983
17984 \begin_layout Plain Layout
17985 \begin_inset Formula $\mathcal{ABC}$
17986 \end_inset
17987
17988
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997 Alt-c e
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 </row>
18003 <row>
18004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18005 \begin_inset Text
18006
18007 \begin_layout Plain Layout
18008
18009 \backslash
18010 mathfrak
18011 \series bold
18012
18013 \begin_inset ERT
18014 status collapsed
18015
18016 \begin_layout Plain Layout
18017
18018
18019 \backslash
18020 spce 
18021 \end_layout
18022
18023 \end_inset
18024
18025
18026 \series default
18027 AbC
18028 \end_layout
18029
18030 \end_inset
18031 </cell>
18032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18033 \begin_inset Text
18034
18035 \begin_layout Plain Layout
18036 \begin_inset Formula $\mathfrak{AbC}$
18037 \end_inset
18038
18039
18040 \end_layout
18041
18042 \end_inset
18043 </cell>
18044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18045 \begin_inset Text
18046
18047 \begin_layout Plain Layout
18048 -
18049 \end_layout
18050
18051 \end_inset
18052 </cell>
18053 </row>
18054 </lyxtabular>
18055
18056 \end_inset
18057
18058
18059 \end_layout
18060
18061 \begin_layout Standard
18062 \align center
18063 \begin_inset Tabular
18064 <lyxtabular version="3" rows="5" columns="3">
18065 <features>
18066 <column alignment="center" valignment="top" width="0">
18067 <column alignment="center" valignment="top" width="0">
18068 <column alignment="center" valignment="top" width="0">
18069 <row>
18070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18071 \begin_inset Text
18072
18073 \begin_layout Plain Layout
18074 Command
18075 \end_layout
18076
18077 \end_inset
18078 </cell>
18079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18080 \begin_inset Text
18081
18082 \begin_layout Plain Layout
18083 Result
18084 \end_layout
18085
18086 \end_inset
18087 </cell>
18088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18089 \begin_inset Text
18090
18091 \begin_layout Plain Layout
18092 shortcut
18093 \end_layout
18094
18095 \end_inset
18096 </cell>
18097 </row>
18098 <row>
18099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18100 \begin_inset Text
18101
18102 \begin_layout Plain Layout
18103
18104 \backslash
18105 mathit
18106 \series bold
18107
18108 \begin_inset ERT
18109 status collapsed
18110
18111 \begin_layout Plain Layout
18112
18113
18114 \backslash
18115 spce 
18116 \end_layout
18117
18118 \end_inset
18119
18120
18121 \series default
18122 AbC
18123 \end_layout
18124
18125 \end_inset
18126 </cell>
18127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131 \begin_inset Formula $\mathit{AbC}$
18132 \end_inset
18133
18134
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18140 \begin_inset Text
18141
18142 \begin_layout Plain Layout
18143 -
18144 \end_layout
18145
18146 \end_inset
18147 </cell>
18148 </row>
18149 <row>
18150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154
18155 \backslash
18156 mathrm
18157 \series bold
18158
18159 \begin_inset ERT
18160 status collapsed
18161
18162 \begin_layout Plain Layout
18163
18164
18165 \backslash
18166 spce 
18167 \end_layout
18168
18169 \end_inset
18170
18171
18172 \series default
18173 AbC
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout Plain Layout
18182 \begin_inset Formula $\mathrm{AbC}$
18183 \end_inset
18184
18185
18186 \end_layout
18187
18188 \end_inset
18189 </cell>
18190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18191 \begin_inset Text
18192
18193 \begin_layout Plain Layout
18194 Alt-c r
18195 \end_layout
18196
18197 \end_inset
18198 </cell>
18199 </row>
18200 <row>
18201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18202 \begin_inset Text
18203
18204 \begin_layout Plain Layout
18205
18206 \backslash
18207 mathsf
18208 \series bold
18209
18210 \begin_inset ERT
18211 status collapsed
18212
18213 \begin_layout Plain Layout
18214
18215
18216 \backslash
18217 spce 
18218 \end_layout
18219
18220 \end_inset
18221
18222
18223 \series default
18224 AbC
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 \begin_inset Formula $\mathsf{AbC}$
18234 \end_inset
18235
18236
18237 \end_layout
18238
18239 \end_inset
18240 </cell>
18241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18242 \begin_inset Text
18243
18244 \begin_layout Plain Layout
18245 Alt-c s
18246 \end_layout
18247
18248 \end_inset
18249 </cell>
18250 </row>
18251 <row>
18252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18253 \begin_inset Text
18254
18255 \begin_layout Plain Layout
18256
18257 \backslash
18258 mathtt
18259 \series bold
18260
18261 \begin_inset ERT
18262 status collapsed
18263
18264 \begin_layout Plain Layout
18265
18266
18267 \backslash
18268 spce 
18269 \end_layout
18270
18271 \end_inset
18272
18273
18274 \series default
18275 AbC
18276 \end_layout
18277
18278 \end_inset
18279 </cell>
18280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18281 \begin_inset Text
18282
18283 \begin_layout Plain Layout
18284 \begin_inset Formula $\mathtt{AbC}$
18285 \end_inset
18286
18287
18288 \end_layout
18289
18290 \end_inset
18291 </cell>
18292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18293 \begin_inset Text
18294
18295 \begin_layout Plain Layout
18296 Alt-c p
18297 \end_layout
18298
18299 \end_inset
18300 </cell>
18301 </row>
18302 </lyxtabular>
18303
18304 \end_inset
18305
18306
18307 \end_layout
18308
18309 \begin_layout Standard
18310 \begin_inset Note Greyedout
18311 status open
18312
18313 \begin_layout Plain Layout
18314
18315 \series bold
18316 Note:
18317 \series default
18318  The styles 
18319 \series bold
18320
18321 \backslash
18322 mathbb
18323 \series default
18324  and 
18325 \series bold
18326
18327 \backslash
18328 mathcal
18329 \series default
18330  can only be used for big letters.
18331 \end_layout
18332
18333 \end_inset
18334
18335
18336 \end_layout
18337
18338 \begin_layout Standard
18339 Predefined is the style 
18340 \series bold
18341
18342 \backslash
18343 mathnormal
18344 \series default
18345 .
18346 \end_layout
18347
18348 \begin_layout Standard
18349 The style commands work also for letters in mathematical constructs:
18350 \begin_inset Formula \[
18351 \mathfrak{A=\frac{b}{C}}\]
18352
18353 \end_inset
18354
18355
18356 \end_layout
18357
18358 \begin_layout Standard
18359 Characters in mathematical text don't appear in a math font style but in
18360  the text font style 
18361 \series bold
18362
18363 \backslash
18364 textrm
18365 \series default
18366 .
18367  That their style can't be set correctly via the text style dialog is a
18368  bug in LyX.
18369 \begin_inset Foot
18370 status collapsed
18371
18372 \begin_layout Plain Layout
18373 \begin_inset CommandInset href
18374 LatexCommand href
18375 name "LyX-bug #4091"
18376 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18377
18378 \end_inset
18379
18380
18381 \end_layout
18382
18383 \end_inset
18384
18385
18386 \end_layout
18387
18388 \begin_layout Standard
18389 Instead of the style commands the dialog 
18390 \family sans
18391 Edit\SpecialChar \menuseparator
18392 Math\SpecialChar \menuseparator
18393 Text Style
18394 \family default
18395  or the toolbar button 
18396 \begin_inset Graphics
18397         filename ../images/math/font.png
18398         scale 85
18399
18400 \end_inset
18401
18402  can be used.
18403 \end_layout
18404
18405 \begin_layout Subsection
18406 Bold Formulas
18407 \begin_inset CommandInset label
18408 LatexCommand label
18409 name "sub:Bold-Formulas"
18410
18411 \end_inset
18412
18413
18414 \begin_inset Index
18415 status collapsed
18416
18417 \begin_layout Plain Layout
18418 Formula ! bold
18419 \end_layout
18420
18421 \end_inset
18422
18423
18424 \end_layout
18425
18426 \begin_layout Standard
18427 To make a complete formula bold, the command 
18428 \series bold
18429
18430 \backslash
18431 mathbf
18432 \series default
18433  from the previous subsection cannot be used, because it doesn't work for
18434  small Greek letters.
18435  Furthermore it prints Latin letters always upright, like in the following
18436  equation:
18437 \end_layout
18438
18439 \begin_layout Standard
18440 \begin_inset Formula \[
18441 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
18442
18443 \end_inset
18444
18445
18446 \end_layout
18447
18448 \begin_layout Standard
18449 To display the formula correctly, the command 
18450 \series bold
18451
18452 \backslash
18453 boldsymbol
18454 \series default
18455  is used:
18456 \begin_inset Formula \[
18457 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
18458
18459 \end_inset
18460
18461 It is also possible to set the formula in a 
18462 \series bold
18463 boldmath environment
18464 \series default
18465 .
18466  This environment is created by inserting the command 
18467 \series bold
18468
18469 \backslash
18470 boldmath
18471 \begin_inset Index
18472 status collapsed
18473
18474 \begin_layout Plain Layout
18475 Commands ! B ! 
18476 \backslash
18477 boldmath
18478 \end_layout
18479
18480 \end_inset
18481
18482
18483 \series default
18484  in TeX-mode.
18485  To end the environment, the command 
18486 \series bold
18487
18488 \backslash
18489 unboldmath
18490 \begin_inset Index
18491 status collapsed
18492
18493 \begin_layout Plain Layout
18494 Commands ! U ! 
18495 \backslash
18496 unboldmath
18497 \end_layout
18498
18499 \end_inset
18500
18501
18502 \series default
18503  is inserted in TeX-mode.
18504 \begin_inset ERT
18505 status collapsed
18506
18507 \begin_layout Plain Layout
18508
18509
18510 \backslash
18511 boldmath 
18512 \end_layout
18513
18514 \end_inset
18515
18516
18517 \begin_inset Formula \[
18518 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18519
18520 \end_inset
18521
18522
18523 \begin_inset ERT
18524 status collapsed
18525
18526 \begin_layout Plain Layout
18527
18528
18529 \backslash
18530 unboldmath 
18531 \end_layout
18532
18533 \end_inset
18534
18535
18536 \end_layout
18537
18538 \begin_layout Subsection
18539 Colored Formulas
18540 \begin_inset Index
18541 status collapsed
18542
18543 \begin_layout Plain Layout
18544 Formula ! colored
18545 \end_layout
18546
18547 \end_inset
18548
18549
18550 \end_layout
18551
18552 \begin_layout Standard
18553 Formulas can be colored like normal text: Highlight a formula or a formula
18554  part and use the 
18555 \family sans
18556 Text Style
18557 \family default
18558  dialog.
18559  Here is a formula in magenta:
18560 \begin_inset Formula \[
18561 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18562
18563 \end_inset
18564
18565
18566 \end_layout
18567
18568 \begin_layout Standard
18569 You can also define your own colors as described in 
18570 \begin_inset CommandInset ref
18571 LatexCommand ref
18572 reference "sub:Colored-Boxes"
18573
18574 \end_inset
18575
18576 .
18577  They can be used with the TeX code command 
18578 \series bold
18579
18580 \backslash
18581 textcolor
18582 \series default
18583
18584 \begin_inset Index
18585 status collapsed
18586
18587 \begin_layout Plain Layout
18588 Commands ! T ! 
18589 \backslash
18590 textcolor
18591 \end_layout
18592
18593 \end_inset
18594
18595  in the scheme
18596 \end_layout
18597
18598 \begin_layout Standard
18599
18600 \series bold
18601
18602 \backslash
18603 textcolor{color}{characters or formula}
18604 \end_layout
18605
18606 \begin_layout Standard
18607 The following example was colored completely dark green and partly red:
18608 \end_layout
18609
18610 \begin_layout Standard
18611 \begin_inset ERT
18612 status collapsed
18613
18614 \begin_layout Plain Layout
18615
18616
18617 \backslash
18618 textcolor{darkgreen}{
18619 \end_layout
18620
18621 \end_inset
18622
18623
18624 \begin_inset Formula \[
18625 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18626
18627 \end_inset
18628
18629
18630 \begin_inset ERT
18631 status collapsed
18632
18633 \begin_layout Plain Layout
18634
18635 }
18636 \end_layout
18637
18638 \end_inset
18639
18640
18641 \end_layout
18642
18643 \begin_layout Standard
18644 Due to a bug in LyX only complete formulas can be colored with self-defined
18645  colors.
18646 \begin_inset Foot
18647 status collapsed
18648
18649 \begin_layout Plain Layout
18650 \begin_inset CommandInset href
18651 LatexCommand href
18652 name "LyX-bug #5269"
18653 target "http://bugzilla.lyx.org/show_bug.cgi?id=5269"
18654
18655 \end_inset
18656
18657
18658 \end_layout
18659
18660 \end_inset
18661
18662
18663 \end_layout
18664
18665 \begin_layout Subsection
18666 Font Sizes
18667 \begin_inset CommandInset label
18668 LatexCommand label
18669 name "sub:Font-Sizes"
18670
18671 \end_inset
18672
18673
18674 \begin_inset Index
18675 status collapsed
18676
18677 \begin_layout Plain Layout
18678 Font ! size
18679 \end_layout
18680
18681 \end_inset
18682
18683
18684 \end_layout
18685
18686 \begin_layout Standard
18687 For characters in formulas there are, analog to characters in text, the
18688  following size commands:
18689 \end_layout
18690
18691 \begin_layout Standard
18692
18693 \series bold
18694
18695 \backslash
18696 Huge
18697 \series default
18698
18699 \series bold
18700
18701 \backslash
18702 huge
18703 \series default
18704
18705 \series bold
18706
18707 \backslash
18708 LARGE
18709 \series default
18710
18711 \series bold
18712
18713 \backslash
18714 Large
18715 \series default
18716
18717 \series bold
18718
18719 \backslash
18720 large
18721 \series default
18722
18723 \series bold
18724
18725 \backslash
18726 normalsize
18727 \series default
18728
18729 \series bold
18730
18731 \backslash
18732 small
18733 \series default
18734 ,
18735 \begin_inset Newline newline
18736 \end_inset
18737
18738
18739 \series bold
18740
18741 \backslash
18742 footnotesize
18743 \series default
18744
18745 \series bold
18746
18747 \backslash
18748 scriptsize
18749 \series default
18750 , and 
18751 \series bold
18752
18753 \backslash
18754 tiny
18755 \end_layout
18756
18757 \begin_layout Standard
18758 The size produced by the commands depends on the document font size, that
18759  corresponds with the command 
18760 \series bold
18761
18762 \backslash
18763 normalsize
18764 \series default
18765 .
18766  The other commands produce smaller or larger sizes than 
18767 \series bold
18768
18769 \backslash
18770 normalsize
18771 \series default
18772 .
18773  The font size can however not exceed a certain value.
18774  Is for example the document font size 12
18775 \begin_inset space \thinspace{}
18776 \end_inset
18777
18778 pt, the command 
18779 \series bold
18780
18781 \backslash
18782 Huge
18783 \series default
18784  switches to the same size as 
18785 \series bold
18786
18787 \backslash
18788 huge
18789 \series default
18790 .
18791  
18792 \end_layout
18793
18794 \begin_layout Standard
18795 A size command is inserted in TeX-mode before the formula and sets the size
18796  for all following formula and text characters.
18797  To switch back to the initial size, the command 
18798 \series bold
18799
18800 \backslash
18801 normalsize
18802 \series default
18803  is inserted behind the formula in TeX-mode.
18804 \end_layout
18805
18806 \begin_layout Standard
18807 Within a formula the size can only be changed for symbols or letters in
18808  mathematical text.
18809  To do this, the size command is inserted in mathematical text.
18810  All following characters until the end of the mathematical text or until
18811  another size command will have the selected size.
18812  Two examples:
18813 \begin_inset VSpace -2mm
18814 \end_inset
18815
18816
18817 \end_layout
18818
18819 \begin_layout Standard
18820 \begin_inset ERT
18821 status collapsed
18822
18823 \begin_layout Plain Layout
18824
18825
18826 \backslash
18827 huge 
18828 \end_layout
18829
18830 \end_inset
18831
18832
18833 \begin_inset Formula \[
18834 A=\frac{B}{c}\cdot\maltese\]
18835
18836 \end_inset
18837
18838
18839 \begin_inset Formula \[
18840 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18841
18842 \end_inset
18843
18844
18845 \begin_inset ERT
18846 status collapsed
18847
18848 \begin_layout Plain Layout
18849
18850
18851 \backslash
18852 normalsize 
18853 \end_layout
18854
18855 \end_inset
18856
18857
18858 \end_layout
18859
18860 \begin_layout Standard
18861 \begin_inset VSpace medskip
18862 \end_inset
18863
18864 Before both formulas the command 
18865 \series bold
18866
18867 \backslash
18868 huge
18869 \series default
18870  was inserted.
18871  The command for the second formula is:
18872 \begin_inset Newline newline
18873 \end_inset
18874
18875
18876 \series bold
18877
18878 \backslash
18879 maltese
18880 \begin_inset ERT
18881 status collapsed
18882
18883 \begin_layout Plain Layout
18884
18885
18886 \backslash
18887 spce 
18888 \end_layout
18889
18890 \end_inset
18891
18892 A Alt-m m 
18893 \backslash
18894 Large
18895 \begin_inset ERT
18896 status collapsed
18897
18898 \begin_layout Plain Layout
18899
18900
18901 \backslash
18902 spce 
18903 \end_layout
18904
18905 \end_inset
18906
18907
18908 \backslash
18909 maltese
18910 \begin_inset ERT
18911 status collapsed
18912
18913 \begin_layout Plain Layout
18914
18915
18916 \backslash
18917 spce 
18918 \end_layout
18919
18920 \end_inset
18921
18922
18923 \backslash
18924 textit
18925 \begin_inset ERT
18926 status collapsed
18927
18928 \begin_layout Plain Layout
18929
18930
18931 \backslash
18932 spce 
18933 \end_layout
18934
18935 \end_inset
18936
18937 A
18938 \begin_inset Formula $\to$
18939 \end_inset
18940
18941
18942 \begin_inset Formula $\to$
18943 \end_inset
18944
18945
18946 \begin_inset Newline newline
18947 \end_inset
18948
18949
18950 \begin_inset space \hspace*{}
18951 \length 1cm
18952 \end_inset
18953
18954 Alt-m
18955 \series default
18956  
18957 \series bold
18958
18959 \backslash
18960 tiny
18961 \begin_inset ERT
18962 status collapsed
18963
18964 \begin_layout Plain Layout
18965
18966
18967 \backslash
18968 spce 
18969 \end_layout
18970
18971 \end_inset
18972
18973
18974 \backslash
18975 maltese
18976 \begin_inset ERT
18977 status collapsed
18978
18979 \begin_layout Plain Layout
18980
18981
18982 \backslash
18983 spce 
18984 \end_layout
18985
18986 \end_inset
18987
18988
18989 \backslash
18990 textit
18991 \begin_inset ERT
18992 status collapsed
18993
18994 \begin_layout Plain Layout
18995
18996
18997 \backslash
18998 spce 
18999 \end_layout
19000
19001 \end_inset
19002
19003 A
19004 \end_layout
19005
19006 \begin_layout Standard
19007 If a symbol cannot be displayed in different sizes, it will always be displayed
19008  in the default size.
19009 \end_layout
19010
19011 \begin_layout Section
19012 Greek Letters
19013 \begin_inset Index
19014 status collapsed
19015
19016 \begin_layout Plain Layout
19017 Greek letters
19018 \end_layout
19019
19020 \end_inset
19021
19022
19023 \end_layout
19024
19025 \begin_layout Standard
19026 All Greek letters can also be inserted via the toolbar button 
19027 \begin_inset Graphics
19028         filename ../images/math/alpha.png
19029         scale 85
19030
19031 \end_inset
19032
19033 .
19034 \end_layout
19035
19036 \begin_layout Subsection
19037 Small Letters
19038 \begin_inset CommandInset label
19039 LatexCommand label
19040 name "sub:Small-Letters"
19041
19042 \end_inset
19043
19044
19045 \begin_inset Index
19046 status collapsed
19047
19048 \begin_layout Plain Layout
19049 Greek letters ! small
19050 \end_layout
19051
19052 \end_inset
19053
19054
19055 \end_layout
19056
19057 \begin_layout Standard
19058 \begin_inset space \hfill{}
19059 \end_inset
19060
19061
19062 \begin_inset Tabular
19063 <lyxtabular version="3" rows="11" columns="2">
19064 <features>
19065 <column alignment="center" valignment="top" width="0pt">
19066 <column alignment="center" valignment="top" width="0pt">
19067 <row>
19068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19069 \begin_inset Text
19070
19071 \begin_layout Plain Layout
19072 Command
19073 \end_layout
19074
19075 \end_inset
19076 </cell>
19077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19078 \begin_inset Text
19079
19080 \begin_layout Plain Layout
19081 Result
19082 \end_layout
19083
19084 \end_inset
19085 </cell>
19086 </row>
19087 <row>
19088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19089 \begin_inset Text
19090
19091 \begin_layout Plain Layout
19092
19093 \backslash
19094 alpha
19095 \end_layout
19096
19097 \end_inset
19098 </cell>
19099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19100 \begin_inset Text
19101
19102 \begin_layout Plain Layout
19103 \begin_inset Formula $\alpha$
19104 \end_inset
19105
19106
19107 \end_layout
19108
19109 \end_inset
19110 </cell>
19111 </row>
19112 <row>
19113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19114 \begin_inset Text
19115
19116 \begin_layout Plain Layout
19117
19118 \backslash
19119 beta
19120 \end_layout
19121
19122 \end_inset
19123 </cell>
19124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19125 \begin_inset Text
19126
19127 \begin_layout Plain Layout
19128 \begin_inset Formula $\beta$
19129 \end_inset
19130
19131
19132 \end_layout
19133
19134 \end_inset
19135 </cell>
19136 </row>
19137 <row>
19138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19139 \begin_inset Text
19140
19141 \begin_layout Plain Layout
19142
19143 \backslash
19144 gamma
19145 \end_layout
19146
19147 \end_inset
19148 </cell>
19149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19150 \begin_inset Text
19151
19152 \begin_layout Plain Layout
19153 \begin_inset Formula $\gamma$
19154 \end_inset
19155
19156
19157 \end_layout
19158
19159 \end_inset
19160 </cell>
19161 </row>
19162 <row>
19163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19164 \begin_inset Text
19165
19166 \begin_layout Plain Layout
19167
19168 \backslash
19169 delta
19170 \end_layout
19171
19172 \end_inset
19173 </cell>
19174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19175 \begin_inset Text
19176
19177 \begin_layout Plain Layout
19178 \begin_inset Formula $\delta$
19179 \end_inset
19180
19181
19182 \end_layout
19183
19184 \end_inset
19185 </cell>
19186 </row>
19187 <row>
19188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19189 \begin_inset Text
19190
19191 \begin_layout Plain Layout
19192
19193 \backslash
19194 epsilon
19195 \end_layout
19196
19197 \end_inset
19198 </cell>
19199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19200 \begin_inset Text
19201
19202 \begin_layout Plain Layout
19203 \begin_inset Formula $\epsilon$
19204 \end_inset
19205
19206
19207 \end_layout
19208
19209 \end_inset
19210 </cell>
19211 </row>
19212 <row>
19213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19214 \begin_inset Text
19215
19216 \begin_layout Plain Layout
19217
19218 \backslash
19219 varepsilon
19220 \end_layout
19221
19222 \end_inset
19223 </cell>
19224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19225 \begin_inset Text
19226
19227 \begin_layout Plain Layout
19228 \begin_inset Formula $\varepsilon$
19229 \end_inset
19230
19231
19232 \end_layout
19233
19234 \end_inset
19235 </cell>
19236 </row>
19237 <row>
19238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19239 \begin_inset Text
19240
19241 \begin_layout Plain Layout
19242
19243 \backslash
19244 zeta
19245 \end_layout
19246
19247 \end_inset
19248 </cell>
19249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19250 \begin_inset Text
19251
19252 \begin_layout Plain Layout
19253 \begin_inset Formula $\zeta$
19254 \end_inset
19255
19256
19257 \end_layout
19258
19259 \end_inset
19260 </cell>
19261 </row>
19262 <row>
19263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19264 \begin_inset Text
19265
19266 \begin_layout Plain Layout
19267
19268 \backslash
19269 eta
19270 \end_layout
19271
19272 \end_inset
19273 </cell>
19274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19275 \begin_inset Text
19276
19277 \begin_layout Plain Layout
19278 \begin_inset Formula $\eta$
19279 \end_inset
19280
19281
19282 \end_layout
19283
19284 \end_inset
19285 </cell>
19286 </row>
19287 <row>
19288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Plain Layout
19292
19293 \backslash
19294 theta
19295 \end_layout
19296
19297 \end_inset
19298 </cell>
19299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19300 \begin_inset Text
19301
19302 \begin_layout Plain Layout
19303 \begin_inset Formula $\theta$
19304 \end_inset
19305
19306
19307 \end_layout
19308
19309 \end_inset
19310 </cell>
19311 </row>
19312 <row>
19313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19314 \begin_inset Text
19315
19316 \begin_layout Plain Layout
19317
19318 \backslash
19319 vartheta
19320 \end_layout
19321
19322 \end_inset
19323 </cell>
19324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19325 \begin_inset Text
19326
19327 \begin_layout Plain Layout
19328 \begin_inset Formula $\vartheta$
19329 \end_inset
19330
19331
19332 \end_layout
19333
19334 \end_inset
19335 </cell>
19336 </row>
19337 </lyxtabular>
19338
19339 \end_inset
19340
19341
19342 \begin_inset space \hfill{}
19343 \end_inset
19344
19345
19346 \begin_inset Tabular
19347 <lyxtabular version="3" rows="12" columns="2">
19348 <features>
19349 <column alignment="center" valignment="top" width="0pt">
19350 <column alignment="center" valignment="top" width="0pt">
19351 <row>
19352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19353 \begin_inset Text
19354
19355 \begin_layout Plain Layout
19356 Command
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19362 \begin_inset Text
19363
19364 \begin_layout Plain Layout
19365 Result
19366 \end_layout
19367
19368 \end_inset
19369 </cell>
19370 </row>
19371 <row>
19372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19373 \begin_inset Text
19374
19375 \begin_layout Plain Layout
19376
19377 \backslash
19378 iota
19379 \end_layout
19380
19381 \end_inset
19382 </cell>
19383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19384 \begin_inset Text
19385
19386 \begin_layout Plain Layout
19387 \begin_inset Formula $\iota$
19388 \end_inset
19389
19390
19391 \end_layout
19392
19393 \end_inset
19394 </cell>
19395 </row>
19396 <row>
19397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19398 \begin_inset Text
19399
19400 \begin_layout Plain Layout
19401
19402 \backslash
19403 kappa
19404 \end_layout
19405
19406 \end_inset
19407 </cell>
19408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19409 \begin_inset Text
19410
19411 \begin_layout Plain Layout
19412 \begin_inset Formula $\kappa$
19413 \end_inset
19414
19415
19416 \end_layout
19417
19418 \end_inset
19419 </cell>
19420 </row>
19421 <row>
19422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19423 \begin_inset Text
19424
19425 \begin_layout Plain Layout
19426
19427 \backslash
19428 varkappa
19429 \end_layout
19430
19431 \end_inset
19432 </cell>
19433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19434 \begin_inset Text
19435
19436 \begin_layout Plain Layout
19437 \begin_inset Formula $\varkappa$
19438 \end_inset
19439
19440
19441 \end_layout
19442
19443 \end_inset
19444 </cell>
19445 </row>
19446 <row>
19447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19448 \begin_inset Text
19449
19450 \begin_layout Plain Layout
19451
19452 \backslash
19453 lambda
19454 \end_layout
19455
19456 \end_inset
19457 </cell>
19458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19459 \begin_inset Text
19460
19461 \begin_layout Plain Layout
19462 \begin_inset Formula $\lambda$
19463 \end_inset
19464
19465
19466 \end_layout
19467
19468 \end_inset
19469 </cell>
19470 </row>
19471 <row>
19472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19473 \begin_inset Text
19474
19475 \begin_layout Plain Layout
19476
19477 \backslash
19478 mu
19479 \end_layout
19480
19481 \end_inset
19482 </cell>
19483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19484 \begin_inset Text
19485
19486 \begin_layout Plain Layout
19487 \begin_inset Formula $\mu$
19488 \end_inset
19489
19490
19491 \end_layout
19492
19493 \end_inset
19494 </cell>
19495 </row>
19496 <row>
19497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19498 \begin_inset Text
19499
19500 \begin_layout Plain Layout
19501
19502 \backslash
19503 nu
19504 \end_layout
19505
19506 \end_inset
19507 </cell>
19508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19509 \begin_inset Text
19510
19511 \begin_layout Plain Layout
19512 \begin_inset Formula $\nu$
19513 \end_inset
19514
19515
19516 \end_layout
19517
19518 \end_inset
19519 </cell>
19520 </row>
19521 <row>
19522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19523 \begin_inset Text
19524
19525 \begin_layout Plain Layout
19526
19527 \backslash
19528 xi
19529 \end_layout
19530
19531 \end_inset
19532 </cell>
19533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19534 \begin_inset Text
19535
19536 \begin_layout Plain Layout
19537 \begin_inset Formula $\xi$
19538 \end_inset
19539
19540
19541 \end_layout
19542
19543 \end_inset
19544 </cell>
19545 </row>
19546 <row>
19547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19548 \begin_inset Text
19549
19550 \begin_layout Plain Layout
19551 o
19552 \end_layout
19553
19554 \end_inset
19555 </cell>
19556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19557 \begin_inset Text
19558
19559 \begin_layout Plain Layout
19560 \begin_inset Formula $o$
19561 \end_inset
19562
19563
19564 \end_layout
19565
19566 \end_inset
19567 </cell>
19568 </row>
19569 <row>
19570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19571 \begin_inset Text
19572
19573 \begin_layout Plain Layout
19574
19575 \backslash
19576 pi
19577 \end_layout
19578
19579 \end_inset
19580 </cell>
19581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19582 \begin_inset Text
19583
19584 \begin_layout Plain Layout
19585 \begin_inset Formula $\pi$
19586 \end_inset
19587
19588
19589 \end_layout
19590
19591 \end_inset
19592 </cell>
19593 </row>
19594 <row>
19595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19596 \begin_inset Text
19597
19598 \begin_layout Plain Layout
19599
19600 \backslash
19601 varpi
19602 \end_layout
19603
19604 \end_inset
19605 </cell>
19606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19607 \begin_inset Text
19608
19609 \begin_layout Plain Layout
19610 \begin_inset Formula $\varpi$
19611 \end_inset
19612
19613
19614 \end_layout
19615
19616 \end_inset
19617 </cell>
19618 </row>
19619 <row>
19620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19621 \begin_inset Text
19622
19623 \begin_layout Plain Layout
19624
19625 \backslash
19626 rho
19627 \end_layout
19628
19629 \end_inset
19630 </cell>
19631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19632 \begin_inset Text
19633
19634 \begin_layout Plain Layout
19635 \begin_inset Formula $\rho$
19636 \end_inset
19637
19638
19639 \end_layout
19640
19641 \end_inset
19642 </cell>
19643 </row>
19644 </lyxtabular>
19645
19646 \end_inset
19647
19648
19649 \begin_inset space \hfill{}
19650 \end_inset
19651
19652
19653 \begin_inset Tabular
19654 <lyxtabular version="3" rows="11" columns="2">
19655 <features>
19656 <column alignment="center" valignment="top" width="0pt">
19657 <column alignment="center" valignment="top" width="0pt">
19658 <row>
19659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19660 \begin_inset Text
19661
19662 \begin_layout Plain Layout
19663 Command
19664 \end_layout
19665
19666 \end_inset
19667 </cell>
19668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19669 \begin_inset Text
19670
19671 \begin_layout Plain Layout
19672 Result
19673 \end_layout
19674
19675 \end_inset
19676 </cell>
19677 </row>
19678 <row>
19679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19680 \begin_inset Text
19681
19682 \begin_layout Plain Layout
19683
19684 \backslash
19685 varrho
19686 \end_layout
19687
19688 \end_inset
19689 </cell>
19690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19691 \begin_inset Text
19692
19693 \begin_layout Plain Layout
19694 \begin_inset Formula $\varrho$
19695 \end_inset
19696
19697
19698 \end_layout
19699
19700 \end_inset
19701 </cell>
19702 </row>
19703 <row>
19704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19705 \begin_inset Text
19706
19707 \begin_layout Plain Layout
19708
19709 \backslash
19710 sigma
19711 \end_layout
19712
19713 \end_inset
19714 </cell>
19715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19716 \begin_inset Text
19717
19718 \begin_layout Plain Layout
19719 \begin_inset Formula $\sigma$
19720 \end_inset
19721
19722
19723 \end_layout
19724
19725 \end_inset
19726 </cell>
19727 </row>
19728 <row>
19729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19730 \begin_inset Text
19731
19732 \begin_layout Plain Layout
19733
19734 \backslash
19735 varsigma
19736 \end_layout
19737
19738 \end_inset
19739 </cell>
19740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19741 \begin_inset Text
19742
19743 \begin_layout Plain Layout
19744 \begin_inset Formula $\varsigma$
19745 \end_inset
19746
19747
19748 \end_layout
19749
19750 \end_inset
19751 </cell>
19752 </row>
19753 <row>
19754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19755 \begin_inset Text
19756
19757 \begin_layout Plain Layout
19758
19759 \backslash
19760 tau
19761 \end_layout
19762
19763 \end_inset
19764 </cell>
19765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19766 \begin_inset Text
19767
19768 \begin_layout Plain Layout
19769 \begin_inset Formula $\tau$
19770 \end_inset
19771
19772
19773 \end_layout
19774
19775 \end_inset
19776 </cell>
19777 </row>
19778 <row>
19779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19780 \begin_inset Text
19781
19782 \begin_layout Plain Layout
19783
19784 \backslash
19785 upsilon
19786 \end_layout
19787
19788 \end_inset
19789 </cell>
19790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19791 \begin_inset Text
19792
19793 \begin_layout Plain Layout
19794 \begin_inset Formula $\upsilon$
19795 \end_inset
19796
19797
19798 \end_layout
19799
19800 \end_inset
19801 </cell>
19802 </row>
19803 <row>
19804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19805 \begin_inset Text
19806
19807 \begin_layout Plain Layout
19808
19809 \backslash
19810 phi
19811 \end_layout
19812
19813 \end_inset
19814 </cell>
19815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19816 \begin_inset Text
19817
19818 \begin_layout Plain Layout
19819 \begin_inset Formula $\phi$
19820 \end_inset
19821
19822
19823 \end_layout
19824
19825 \end_inset
19826 </cell>
19827 </row>
19828 <row>
19829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19830 \begin_inset Text
19831
19832 \begin_layout Plain Layout
19833
19834 \backslash
19835 varphi
19836 \end_layout
19837
19838 \end_inset
19839 </cell>
19840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19841 \begin_inset Text
19842
19843 \begin_layout Plain Layout
19844 \begin_inset Formula $\varphi$
19845 \end_inset
19846
19847
19848 \end_layout
19849
19850 \end_inset
19851 </cell>
19852 </row>
19853 <row>
19854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19855 \begin_inset Text
19856
19857 \begin_layout Plain Layout
19858
19859 \backslash
19860 chi
19861 \end_layout
19862
19863 \end_inset
19864 </cell>
19865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19866 \begin_inset Text
19867
19868 \begin_layout Plain Layout
19869 \begin_inset Formula $\chi$
19870 \end_inset
19871
19872
19873 \end_layout
19874
19875 \end_inset
19876 </cell>
19877 </row>
19878 <row>
19879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19880 \begin_inset Text
19881
19882 \begin_layout Plain Layout
19883
19884 \backslash
19885 psi
19886 \end_layout
19887
19888 \end_inset
19889 </cell>
19890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19891 \begin_inset Text
19892
19893 \begin_layout Plain Layout
19894 \begin_inset Formula $\psi$
19895 \end_inset
19896
19897
19898 \end_layout
19899
19900 \end_inset
19901 </cell>
19902 </row>
19903 <row>
19904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19905 \begin_inset Text
19906
19907 \begin_layout Plain Layout
19908
19909 \backslash
19910 omega
19911 \end_layout
19912
19913 \end_inset
19914 </cell>
19915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19916 \begin_inset Text
19917
19918 \begin_layout Plain Layout
19919 \begin_inset Formula $\omega$
19920 \end_inset
19921
19922
19923 \end_layout
19924
19925 \end_inset
19926 </cell>
19927 </row>
19928 </lyxtabular>
19929
19930 \end_inset
19931
19932
19933 \begin_inset space \hfill{}
19934 \end_inset
19935
19936
19937 \end_layout
19938
19939 \begin_layout Standard
19940 \begin_inset VSpace medskip
19941 \end_inset
19942
19943
19944 \end_layout
19945
19946 \begin_layout Standard
19947 How to create upright Greek letters is explained in 
19948 \begin_inset CommandInset ref
19949 LatexCommand ref
19950 reference "sub:Upright-small-Greek"
19951
19952 \end_inset
19953
19954 .
19955 \end_layout
19956
19957 \begin_layout Subsection
19958 Big Letters
19959 \begin_inset Index
19960 status collapsed
19961
19962 \begin_layout Plain Layout
19963 Greek letters ! big
19964 \end_layout
19965
19966 \end_inset
19967
19968
19969 \end_layout
19970
19971 \begin_layout Standard
19972 \begin_inset space \hfill{}
19973 \end_inset
19974
19975
19976 \begin_inset Tabular
19977 <lyxtabular version="3" rows="7" columns="2">
19978 <features>
19979 <column alignment="center" valignment="top" width="0pt">
19980 <column alignment="center" valignment="top" width="0pt">
19981 <row>
19982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19983 \begin_inset Text
19984
19985 \begin_layout Plain Layout
19986 Command
19987 \end_layout
19988
19989 \end_inset
19990 </cell>
19991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19992 \begin_inset Text
19993
19994 \begin_layout Plain Layout
19995 Result
19996 \end_layout
19997
19998 \end_inset
19999 </cell>
20000 </row>
20001 <row>
20002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20003 \begin_inset Text
20004
20005 \begin_layout Plain Layout
20006
20007 \backslash
20008 Gamma
20009 \end_layout
20010
20011 \end_inset
20012 </cell>
20013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20014 \begin_inset Text
20015
20016 \begin_layout Plain Layout
20017 \begin_inset Formula $\Gamma$
20018 \end_inset
20019
20020
20021 \end_layout
20022
20023 \end_inset
20024 </cell>
20025 </row>
20026 <row>
20027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20028 \begin_inset Text
20029
20030 \begin_layout Plain Layout
20031
20032 \backslash
20033 Delta
20034 \end_layout
20035
20036 \end_inset
20037 </cell>
20038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20039 \begin_inset Text
20040
20041 \begin_layout Plain Layout
20042 \begin_inset Formula $\Delta$
20043 \end_inset
20044
20045
20046 \end_layout
20047
20048 \end_inset
20049 </cell>
20050 </row>
20051 <row>
20052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20053 \begin_inset Text
20054
20055 \begin_layout Plain Layout
20056
20057 \backslash
20058 Theta
20059 \end_layout
20060
20061 \end_inset
20062 </cell>
20063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20064 \begin_inset Text
20065
20066 \begin_layout Plain Layout
20067 \begin_inset Formula $\Theta$
20068 \end_inset
20069
20070
20071 \end_layout
20072
20073 \end_inset
20074 </cell>
20075 </row>
20076 <row>
20077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20078 \begin_inset Text
20079
20080 \begin_layout Plain Layout
20081
20082 \backslash
20083 Lambda
20084 \end_layout
20085
20086 \end_inset
20087 </cell>
20088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20089 \begin_inset Text
20090
20091 \begin_layout Plain Layout
20092 \begin_inset Formula $\Lambda$
20093 \end_inset
20094
20095
20096 \end_layout
20097
20098 \end_inset
20099 </cell>
20100 </row>
20101 <row>
20102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20103 \begin_inset Text
20104
20105 \begin_layout Plain Layout
20106
20107 \backslash
20108 Xi
20109 \end_layout
20110
20111 \end_inset
20112 </cell>
20113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20114 \begin_inset Text
20115
20116 \begin_layout Plain Layout
20117 \begin_inset Formula $\Xi$
20118 \end_inset
20119
20120
20121 \end_layout
20122
20123 \end_inset
20124 </cell>
20125 </row>
20126 <row>
20127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20128 \begin_inset Text
20129
20130 \begin_layout Plain Layout
20131
20132 \backslash
20133 Pi
20134 \end_layout
20135
20136 \end_inset
20137 </cell>
20138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20139 \begin_inset Text
20140
20141 \begin_layout Plain Layout
20142 \begin_inset Formula $\Pi$
20143 \end_inset
20144
20145
20146 \end_layout
20147
20148 \end_inset
20149 </cell>
20150 </row>
20151 </lyxtabular>
20152
20153 \end_inset
20154
20155
20156 \begin_inset space \hfill{}
20157 \end_inset
20158
20159
20160 \begin_inset Tabular
20161 <lyxtabular version="3" rows="6" columns="2">
20162 <features>
20163 <column alignment="center" valignment="top" width="0pt">
20164 <column alignment="center" valignment="top" width="0pt">
20165 <row>
20166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20167 \begin_inset Text
20168
20169 \begin_layout Plain Layout
20170 Command
20171 \end_layout
20172
20173 \end_inset
20174 </cell>
20175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20176 \begin_inset Text
20177
20178 \begin_layout Plain Layout
20179 Result
20180 \end_layout
20181
20182 \end_inset
20183 </cell>
20184 </row>
20185 <row>
20186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20187 \begin_inset Text
20188
20189 \begin_layout Plain Layout
20190
20191 \backslash
20192 Sigma
20193 \end_layout
20194
20195 \end_inset
20196 </cell>
20197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20198 \begin_inset Text
20199
20200 \begin_layout Plain Layout
20201 \begin_inset Formula $\Sigma$
20202 \end_inset
20203
20204
20205 \end_layout
20206
20207 \end_inset
20208 </cell>
20209 </row>
20210 <row>
20211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20212 \begin_inset Text
20213
20214 \begin_layout Plain Layout
20215
20216 \backslash
20217 Upsilon
20218 \end_layout
20219
20220 \end_inset
20221 </cell>
20222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20223 \begin_inset Text
20224
20225 \begin_layout Plain Layout
20226 \begin_inset Formula $\Upsilon$
20227 \end_inset
20228
20229
20230 \end_layout
20231
20232 \end_inset
20233 </cell>
20234 </row>
20235 <row>
20236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20237 \begin_inset Text
20238
20239 \begin_layout Plain Layout
20240
20241 \backslash
20242 Phi
20243 \end_layout
20244
20245 \end_inset
20246 </cell>
20247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20248 \begin_inset Text
20249
20250 \begin_layout Plain Layout
20251 \begin_inset Formula $\Phi$
20252 \end_inset
20253
20254
20255 \end_layout
20256
20257 \end_inset
20258 </cell>
20259 </row>
20260 <row>
20261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20262 \begin_inset Text
20263
20264 \begin_layout Plain Layout
20265
20266 \backslash
20267 Psi
20268 \end_layout
20269
20270 \end_inset
20271 </cell>
20272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20273 \begin_inset Text
20274
20275 \begin_layout Plain Layout
20276 \begin_inset Formula $\Psi$
20277 \end_inset
20278
20279
20280 \end_layout
20281
20282 \end_inset
20283 </cell>
20284 </row>
20285 <row>
20286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20287 \begin_inset Text
20288
20289 \begin_layout Plain Layout
20290
20291 \backslash
20292 Omega
20293 \end_layout
20294
20295 \end_inset
20296 </cell>
20297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20298 \begin_inset Text
20299
20300 \begin_layout Plain Layout
20301 \begin_inset Formula $\Omega$
20302 \end_inset
20303
20304
20305 \end_layout
20306
20307 \end_inset
20308 </cell>
20309 </row>
20310 </lyxtabular>
20311
20312 \end_inset
20313
20314
20315 \begin_inset space \hfill{}
20316 \end_inset
20317
20318
20319 \end_layout
20320
20321 \begin_layout Standard
20322 \begin_inset VSpace medskip
20323 \end_inset
20324
20325 That the big Greek letters appear upright is caused by a design bug when
20326  TeX was developed.
20327  To get correct italic big letters, begin every command with 
20328 \series bold
20329 var
20330 \series default
20331 .
20332  For example the command 
20333 \series bold
20334
20335 \backslash
20336 varGamma
20337 \series default
20338  produces: 
20339 \begin_inset Formula $\varGamma$
20340 \end_inset
20341
20342
20343 \end_layout
20344
20345 \begin_layout Subsection
20346 Bold Letters
20347 \begin_inset Index
20348 status collapsed
20349
20350 \begin_layout Plain Layout
20351 Greek letters ! bold
20352 \end_layout
20353
20354 \end_inset
20355
20356
20357 \end_layout
20358
20359 \begin_layout Standard
20360 Greek letters cannot be set with different font styles like Latin letters.
20361  They can only be made bold with the command 
20362 \series bold
20363
20364 \backslash
20365 boldsymbol
20366 \series default
20367
20368 \begin_inset Index
20369 status collapsed
20370
20371 \begin_layout Plain Layout
20372 Commands ! B ! 
20373 \backslash
20374 boldsymbol
20375 \end_layout
20376
20377 \end_inset
20378
20379 .
20380 \end_layout
20381
20382 \begin_layout Standard
20383 \align center
20384 \begin_inset Tabular
20385 <lyxtabular version="3" rows="3" columns="2">
20386 <features>
20387 <column alignment="center" valignment="top" width="0">
20388 <column alignment="center" valignment="top" width="0">
20389 <row>
20390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20391 \begin_inset Text
20392
20393 \begin_layout Plain Layout
20394 Command
20395 \end_layout
20396
20397 \end_inset
20398 </cell>
20399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20400 \begin_inset Text
20401
20402 \begin_layout Plain Layout
20403 Result
20404 \end_layout
20405
20406 \end_inset
20407 </cell>
20408 </row>
20409 <row>
20410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20411 \begin_inset Text
20412
20413 \begin_layout Plain Layout
20414
20415 \backslash
20416 Upsilon
20417 \backslash
20418 boldsymbol
20419 \backslash
20420 Upsilon
20421 \end_layout
20422
20423 \end_inset
20424 </cell>
20425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20426 \begin_inset Text
20427
20428 \begin_layout Plain Layout
20429 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20430 \end_inset
20431
20432
20433 \end_layout
20434
20435 \end_inset
20436 </cell>
20437 </row>
20438 <row>
20439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20440 \begin_inset Text
20441
20442 \begin_layout Plain Layout
20443
20444 \backslash
20445 theta
20446 \backslash
20447 boldsymbol
20448 \backslash
20449 theta
20450 \end_layout
20451
20452 \end_inset
20453 </cell>
20454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20455 \begin_inset Text
20456
20457 \begin_layout Plain Layout
20458 \begin_inset Formula $\theta\boldsymbol{\theta}$
20459 \end_inset
20460
20461
20462 \end_layout
20463
20464 \end_inset
20465 </cell>
20466 </row>
20467 </lyxtabular>
20468
20469 \end_inset
20470
20471
20472 \end_layout
20473
20474 \begin_layout Section
20475 Symbols
20476 \begin_inset ERT
20477 status collapsed
20478
20479 \begin_layout Plain Layout
20480
20481
20482 \backslash
20483 texorpdfstring{
20484 \end_layout
20485
20486 \end_inset
20487
20488
20489 \begin_inset Foot
20490 status collapsed
20491
20492 \begin_layout Plain Layout
20493 A list with all symbols of most of the LaTeX-packages can be found in 
20494 \begin_inset CommandInset citation
20495 LatexCommand cite
20496 key "Symbole"
20497
20498 \end_inset
20499
20500 .
20501 \end_layout
20502
20503 \end_inset
20504
20505
20506 \begin_inset ERT
20507 status collapsed
20508
20509 \begin_layout Plain Layout
20510
20511 }{}
20512 \end_layout
20513
20514 \end_inset
20515
20516
20517 \begin_inset Note Note
20518 status collapsed
20519
20520 \begin_layout Plain Layout
20521
20522 \backslash
20523 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20524 \end_layout
20525
20526 \begin_layout Plain Layout
20527 More about 
20528 \backslash
20529 texorpdfstring is in section 
20530 \begin_inset CommandInset ref
20531 LatexCommand ref
20532 reference "sub:Formulas-in-Section"
20533
20534 \end_inset
20535
20536 .
20537 \end_layout
20538
20539 \end_inset
20540
20541
20542 \begin_inset Index
20543 status collapsed
20544
20545 \begin_layout Plain Layout
20546 Symbols
20547 \end_layout
20548
20549 \end_inset
20550
20551
20552 \end_layout
20553
20554 \begin_layout Standard
20555 Many of the symbols listed in this section can also be inserted via the
20556  toolbar buttons 
20557 \begin_inset Graphics
20558         filename ../images/math/nabla.png
20559         scale 85
20560
20561 \end_inset
20562
20563  and 
20564 \begin_inset Graphics
20565         filename ../images/math/digamma.png
20566         scale 85
20567
20568 \end_inset
20569
20570 .
20571 \end_layout
20572
20573 \begin_layout Subsection
20574 Mathematical Symbols
20575 \begin_inset CommandInset label
20576 LatexCommand label
20577 name "sub:Mathematical-Symbols"
20578
20579 \end_inset
20580
20581
20582 \begin_inset Index
20583 status collapsed
20584
20585 \begin_layout Plain Layout
20586 Symbols ! mathematical
20587 \end_layout
20588
20589 \end_inset
20590
20591
20592 \end_layout
20593
20594 \begin_layout Standard
20595 \begin_inset space \hfill{}
20596 \end_inset
20597
20598
20599 \begin_inset Tabular
20600 <lyxtabular version="3" rows="10" columns="2">
20601 <features>
20602 <column alignment="center" valignment="top" width="0pt">
20603 <column alignment="center" valignment="top" width="0pt">
20604 <row>
20605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20606 \begin_inset Text
20607
20608 \begin_layout Plain Layout
20609 Command
20610 \end_layout
20611
20612 \end_inset
20613 </cell>
20614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20615 \begin_inset Text
20616
20617 \begin_layout Plain Layout
20618 Result
20619 \end_layout
20620
20621 \end_inset
20622 </cell>
20623 </row>
20624 <row>
20625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20626 \begin_inset Text
20627
20628 \begin_layout Plain Layout
20629
20630 \backslash
20631 neg
20632 \end_layout
20633
20634 \end_inset
20635 </cell>
20636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20637 \begin_inset Text
20638
20639 \begin_layout Plain Layout
20640 \begin_inset Formula $\neg$
20641 \end_inset
20642
20643
20644 \end_layout
20645
20646 \end_inset
20647 </cell>
20648 </row>
20649 <row>
20650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20651 \begin_inset Text
20652
20653 \begin_layout Plain Layout
20654
20655 \backslash
20656 Im
20657 \end_layout
20658
20659 \end_inset
20660 </cell>
20661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20662 \begin_inset Text
20663
20664 \begin_layout Plain Layout
20665 \begin_inset Formula $\Im$
20666 \end_inset
20667
20668
20669 \end_layout
20670
20671 \end_inset
20672 </cell>
20673 </row>
20674 <row>
20675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20676 \begin_inset Text
20677
20678 \begin_layout Plain Layout
20679
20680 \backslash
20681 Re
20682 \end_layout
20683
20684 \end_inset
20685 </cell>
20686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20687 \begin_inset Text
20688
20689 \begin_layout Plain Layout
20690 \begin_inset Formula $\Re$
20691 \end_inset
20692
20693
20694 \end_layout
20695
20696 \end_inset
20697 </cell>
20698 </row>
20699 <row>
20700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20701 \begin_inset Text
20702
20703 \begin_layout Plain Layout
20704
20705 \backslash
20706 aleph
20707 \end_layout
20708
20709 \end_inset
20710 </cell>
20711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20712 \begin_inset Text
20713
20714 \begin_layout Plain Layout
20715 \begin_inset Formula $\aleph$
20716 \end_inset
20717
20718
20719 \end_layout
20720
20721 \end_inset
20722 </cell>
20723 </row>
20724 <row>
20725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20726 \begin_inset Text
20727
20728 \begin_layout Plain Layout
20729
20730 \backslash
20731 partial
20732 \end_layout
20733
20734 \end_inset
20735 </cell>
20736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20737 \begin_inset Text
20738
20739 \begin_layout Plain Layout
20740 \begin_inset Formula $\partial$
20741 \end_inset
20742
20743
20744 \end_layout
20745
20746 \end_inset
20747 </cell>
20748 </row>
20749 <row>
20750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20751 \begin_inset Text
20752
20753 \begin_layout Plain Layout
20754
20755 \backslash
20756 infty
20757 \end_layout
20758
20759 \end_inset
20760 </cell>
20761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20762 \begin_inset Text
20763
20764 \begin_layout Plain Layout
20765 \begin_inset Formula $\infty$
20766 \end_inset
20767
20768
20769 \end_layout
20770
20771 \end_inset
20772 </cell>
20773 </row>
20774 <row>
20775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20776 \begin_inset Text
20777
20778 \begin_layout Plain Layout
20779
20780 \backslash
20781 wp
20782 \end_layout
20783
20784 \end_inset
20785 </cell>
20786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20787 \begin_inset Text
20788
20789 \begin_layout Plain Layout
20790 \begin_inset Formula $\wp$
20791 \end_inset
20792
20793
20794 \end_layout
20795
20796 \end_inset
20797 </cell>
20798 </row>
20799 <row>
20800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20801 \begin_inset Text
20802
20803 \begin_layout Plain Layout
20804
20805 \backslash
20806 imath
20807 \end_layout
20808
20809 \end_inset
20810 </cell>
20811 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20812 \begin_inset Text
20813
20814 \begin_layout Plain Layout
20815 \begin_inset Formula $\imath$
20816 \end_inset
20817
20818
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 </row>
20824 <row>
20825 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20826 \begin_inset Text
20827
20828 \begin_layout Plain Layout
20829
20830 \backslash
20831 jmath
20832 \end_layout
20833
20834 \end_inset
20835 </cell>
20836 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20837 \begin_inset Text
20838
20839 \begin_layout Plain Layout
20840 \begin_inset Formula $\jmath$
20841 \end_inset
20842
20843
20844 \end_layout
20845
20846 \end_inset
20847 </cell>
20848 </row>
20849 </lyxtabular>
20850
20851 \end_inset
20852
20853
20854 \begin_inset space \hfill{}
20855 \end_inset
20856
20857
20858 \begin_inset Tabular
20859 <lyxtabular version="3" rows="10" columns="2">
20860 <features>
20861 <column alignment="center" valignment="top" width="0pt">
20862 <column alignment="center" valignment="top" width="0pt">
20863 <row>
20864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20865 \begin_inset Text
20866
20867 \begin_layout Plain Layout
20868 Command
20869 \end_layout
20870
20871 \end_inset
20872 </cell>
20873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20874 \begin_inset Text
20875
20876 \begin_layout Plain Layout
20877 Result
20878 \begin_inset Note Note
20879 status collapsed
20880
20881 \begin_layout Plain Layout
20882
20883 \series bold
20884
20885 \backslash
20886 raisebox
20887 \series default
20888  is only used as spacer.
20889 \end_layout
20890
20891 \end_inset
20892
20893
20894 \end_layout
20895
20896 \end_inset
20897 </cell>
20898 </row>
20899 <row>
20900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20901 \begin_inset Text
20902
20903 \begin_layout Plain Layout
20904
20905 \backslash
20906 forall
20907 \end_layout
20908
20909 \end_inset
20910 </cell>
20911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20912 \begin_inset Text
20913
20914 \begin_layout Plain Layout
20915 \begin_inset Formula $\forall$
20916 \end_inset
20917
20918
20919 \end_layout
20920
20921 \end_inset
20922 </cell>
20923 </row>
20924 <row>
20925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20926 \begin_inset Text
20927
20928 \begin_layout Plain Layout
20929
20930 \backslash
20931 exists
20932 \end_layout
20933
20934 \end_inset
20935 </cell>
20936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20937 \begin_inset Text
20938
20939 \begin_layout Plain Layout
20940 \begin_inset Formula $\exists$
20941 \end_inset
20942
20943
20944 \end_layout
20945
20946 \end_inset
20947 </cell>
20948 </row>
20949 <row>
20950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20951 \begin_inset Text
20952
20953 \begin_layout Plain Layout
20954
20955 \backslash
20956 nexists
20957 \end_layout
20958
20959 \end_inset
20960 </cell>
20961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20962 \begin_inset Text
20963
20964 \begin_layout Plain Layout
20965 \begin_inset Formula $\nexists$
20966 \end_inset
20967
20968
20969 \end_layout
20970
20971 \end_inset
20972 </cell>
20973 </row>
20974 <row>
20975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20976 \begin_inset Text
20977
20978 \begin_layout Plain Layout
20979
20980 \backslash
20981 emptyset
20982 \end_layout
20983
20984 \end_inset
20985 </cell>
20986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20987 \begin_inset Text
20988
20989 \begin_layout Plain Layout
20990 \begin_inset Formula $\emptyset$
20991 \end_inset
20992
20993
20994 \end_layout
20995
20996 \end_inset
20997 </cell>
20998 </row>
20999 <row>
21000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21001 \begin_inset Text
21002
21003 \begin_layout Plain Layout
21004
21005 \backslash
21006 varnothing
21007 \end_layout
21008
21009 \end_inset
21010 </cell>
21011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21012 \begin_inset Text
21013
21014 \begin_layout Plain Layout
21015 \begin_inset Formula $\varnothing$
21016 \end_inset
21017
21018
21019 \end_layout
21020
21021 \end_inset
21022 </cell>
21023 </row>
21024 <row>
21025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21026 \begin_inset Text
21027
21028 \begin_layout Plain Layout
21029
21030 \backslash
21031 dag
21032 \end_layout
21033
21034 \end_inset
21035 </cell>
21036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21037 \begin_inset Text
21038
21039 \begin_layout Plain Layout
21040 \begin_inset Formula $\dag$
21041 \end_inset
21042
21043
21044 \end_layout
21045
21046 \end_inset
21047 </cell>
21048 </row>
21049 <row>
21050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21051 \begin_inset Text
21052
21053 \begin_layout Plain Layout
21054
21055 \backslash
21056 ddag
21057 \end_layout
21058
21059 \end_inset
21060 </cell>
21061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21062 \begin_inset Text
21063
21064 \begin_layout Plain Layout
21065 \begin_inset Formula $\ddag$
21066 \end_inset
21067
21068
21069 \end_layout
21070
21071 \end_inset
21072 </cell>
21073 </row>
21074 <row>
21075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079
21080 \backslash
21081 complement
21082 \end_layout
21083
21084 \end_inset
21085 </cell>
21086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21087 \begin_inset Text
21088
21089 \begin_layout Plain Layout
21090 \begin_inset ERT
21091 status collapsed
21092
21093 \begin_layout Plain Layout
21094
21095
21096 \backslash
21097 raisebox{-0.8mm}{
21098 \end_layout
21099
21100 \end_inset
21101
21102
21103 \begin_inset Formula $\complement$
21104 \end_inset
21105
21106
21107 \begin_inset ERT
21108 status collapsed
21109
21110 \begin_layout Plain Layout
21111
21112 }
21113 \end_layout
21114
21115 \end_inset
21116
21117
21118 \end_layout
21119
21120 \end_inset
21121 </cell>
21122 </row>
21123 <row>
21124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21125 \begin_inset Text
21126
21127 \begin_layout Plain Layout
21128
21129 \backslash
21130 Bbbk
21131 \end_layout
21132
21133 \end_inset
21134 </cell>
21135 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21136 \begin_inset Text
21137
21138 \begin_layout Plain Layout
21139 \begin_inset Formula $\Bbbk$
21140 \end_inset
21141
21142
21143 \end_layout
21144
21145 \end_inset
21146 </cell>
21147 </row>
21148 </lyxtabular>
21149
21150 \end_inset
21151
21152
21153 \begin_inset space \hfill{}
21154 \end_inset
21155
21156
21157 \begin_inset Tabular
21158 <lyxtabular version="3" rows="10" columns="2">
21159 <features>
21160 <column alignment="center" valignment="top" width="0pt">
21161 <column alignment="center" valignment="top" width="0pt">
21162 <row>
21163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21164 \begin_inset Text
21165
21166 \begin_layout Plain Layout
21167 Command
21168 \end_layout
21169
21170 \end_inset
21171 </cell>
21172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21173 \begin_inset Text
21174
21175 \begin_layout Plain Layout
21176 Result
21177 \end_layout
21178
21179 \end_inset
21180 </cell>
21181 </row>
21182 <row>
21183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21184 \begin_inset Text
21185
21186 \begin_layout Plain Layout
21187
21188 \backslash
21189 prime
21190 \end_layout
21191
21192 \end_inset
21193 </cell>
21194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21195 \begin_inset Text
21196
21197 \begin_layout Plain Layout
21198 \begin_inset Formula $\prime$
21199 \end_inset
21200
21201
21202 \end_layout
21203
21204 \end_inset
21205 </cell>
21206 </row>
21207 <row>
21208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21209 \begin_inset Text
21210
21211 \begin_layout Plain Layout
21212
21213 \backslash
21214 backprime
21215 \end_layout
21216
21217 \end_inset
21218 </cell>
21219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21220 \begin_inset Text
21221
21222 \begin_layout Plain Layout
21223 \begin_inset Formula $\backprime$
21224 \end_inset
21225
21226
21227 \end_layout
21228
21229 \end_inset
21230 </cell>
21231 </row>
21232 <row>
21233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21234 \begin_inset Text
21235
21236 \begin_layout Plain Layout
21237
21238 \backslash
21239 mho
21240 \end_layout
21241
21242 \end_inset
21243 </cell>
21244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21245 \begin_inset Text
21246
21247 \begin_layout Plain Layout
21248 \begin_inset Formula $\mho$
21249 \end_inset
21250
21251
21252 \end_layout
21253
21254 \end_inset
21255 </cell>
21256 </row>
21257 <row>
21258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262
21263 \backslash
21264 triangle
21265 \end_layout
21266
21267 \end_inset
21268 </cell>
21269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21270 \begin_inset Text
21271
21272 \begin_layout Plain Layout
21273 \begin_inset Formula $\triangle$
21274 \end_inset
21275
21276
21277 \end_layout
21278
21279 \end_inset
21280 </cell>
21281 </row>
21282 <row>
21283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21284 \begin_inset Text
21285
21286 \begin_layout Plain Layout
21287
21288 \backslash
21289 angle
21290 \end_layout
21291
21292 \end_inset
21293 </cell>
21294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298 \begin_inset Formula $\angle$
21299 \end_inset
21300
21301
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 </row>
21307 <row>
21308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21309 \begin_inset Text
21310
21311 \begin_layout Plain Layout
21312
21313 \backslash
21314 measuredangle
21315 \end_layout
21316
21317 \end_inset
21318 </cell>
21319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323 \begin_inset Formula $\measuredangle$
21324 \end_inset
21325
21326
21327 \end_layout
21328
21329 \end_inset
21330 </cell>
21331 </row>
21332 <row>
21333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21334 \begin_inset Text
21335
21336 \begin_layout Plain Layout
21337
21338 \backslash
21339 sphericalangle
21340 \end_layout
21341
21342 \end_inset
21343 </cell>
21344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21345 \begin_inset Text
21346
21347 \begin_layout Plain Layout
21348 \begin_inset Formula $\sphericalangle$
21349 \end_inset
21350
21351
21352 \end_layout
21353
21354 \end_inset
21355 </cell>
21356 </row>
21357 <row>
21358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21359 \begin_inset Text
21360
21361 \begin_layout Plain Layout
21362
21363 \backslash
21364 top
21365 \end_layout
21366
21367 \end_inset
21368 </cell>
21369 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Plain Layout
21373 \begin_inset Formula $\top$
21374 \end_inset
21375
21376
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 </row>
21382 <row>
21383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Plain Layout
21387
21388 \backslash
21389 bot
21390 \end_layout
21391
21392 \end_inset
21393 </cell>
21394 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21395 \begin_inset Text
21396
21397 \begin_layout Plain Layout
21398 \begin_inset Formula $\bot$
21399 \end_inset
21400
21401
21402 \end_layout
21403
21404 \end_inset
21405 </cell>
21406 </row>
21407 </lyxtabular>
21408
21409 \end_inset
21410
21411
21412 \begin_inset space \hfill{}
21413 \end_inset
21414
21415
21416 \end_layout
21417
21418 \begin_layout Subsection
21419 Miscellaneous Symbols
21420 \begin_inset CommandInset label
21421 LatexCommand label
21422 name "sub:Miscellaneous-Symbols"
21423
21424 \end_inset
21425
21426
21427 \begin_inset Index
21428 status collapsed
21429
21430 \begin_layout Plain Layout
21431 Symbols ! miscellaneous
21432 \end_layout
21433
21434 \end_inset
21435
21436
21437 \end_layout
21438
21439 \begin_layout Standard
21440 \noindent
21441 \align center
21442 \begin_inset Tabular
21443 <lyxtabular version="3" rows="10" columns="2">
21444 <features>
21445 <column alignment="center" valignment="top" width="0pt">
21446 <column alignment="center" valignment="top" width="0pt">
21447 <row>
21448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21449 \begin_inset Text
21450
21451 \begin_layout Plain Layout
21452 Command
21453 \end_layout
21454
21455 \end_inset
21456 </cell>
21457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21458 \begin_inset Text
21459
21460 \begin_layout Plain Layout
21461 Result
21462 \end_layout
21463
21464 \end_inset
21465 </cell>
21466 </row>
21467 <row>
21468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21469 \begin_inset Text
21470
21471 \begin_layout Plain Layout
21472
21473 \backslash
21474 flat
21475 \end_layout
21476
21477 \end_inset
21478 </cell>
21479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21480 \begin_inset Text
21481
21482 \begin_layout Plain Layout
21483 \begin_inset Formula $\flat$
21484 \end_inset
21485
21486
21487 \end_layout
21488
21489 \end_inset
21490 </cell>
21491 </row>
21492 <row>
21493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21494 \begin_inset Text
21495
21496 \begin_layout Plain Layout
21497
21498 \backslash
21499 natural
21500 \end_layout
21501
21502 \end_inset
21503 </cell>
21504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21505 \begin_inset Text
21506
21507 \begin_layout Plain Layout
21508 \begin_inset Formula $\natural$
21509 \end_inset
21510
21511
21512 \end_layout
21513
21514 \end_inset
21515 </cell>
21516 </row>
21517 <row>
21518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21519 \begin_inset Text
21520
21521 \begin_layout Plain Layout
21522
21523 \backslash
21524 sharp
21525 \end_layout
21526
21527 \end_inset
21528 </cell>
21529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21530 \begin_inset Text
21531
21532 \begin_layout Plain Layout
21533 \begin_inset Formula $\sharp$
21534 \end_inset
21535
21536
21537 \end_layout
21538
21539 \end_inset
21540 </cell>
21541 </row>
21542 <row>
21543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21544 \begin_inset Text
21545
21546 \begin_layout Plain Layout
21547
21548 \backslash
21549 surd
21550 \end_layout
21551
21552 \end_inset
21553 </cell>
21554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21555 \begin_inset Text
21556
21557 \begin_layout Plain Layout
21558 \begin_inset Formula $\surd$
21559 \end_inset
21560
21561
21562 \end_layout
21563
21564 \end_inset
21565 </cell>
21566 </row>
21567 <row>
21568 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21569 \begin_inset Text
21570
21571 \begin_layout Plain Layout
21572
21573 \backslash
21574 checkmark
21575 \end_layout
21576
21577 \end_inset
21578 </cell>
21579 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21580 \begin_inset Text
21581
21582 \begin_layout Plain Layout
21583 \begin_inset Formula $\checkmark$
21584 \end_inset
21585
21586
21587 \end_layout
21588
21589 \end_inset
21590 </cell>
21591 </row>
21592 <row>
21593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21594 \begin_inset Text
21595
21596 \begin_layout Plain Layout
21597
21598 \backslash
21599 yen
21600 \end_layout
21601
21602 \end_inset
21603 </cell>
21604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21605 \begin_inset Text
21606
21607 \begin_layout Plain Layout
21608 \begin_inset Formula $\yen$
21609 \end_inset
21610
21611
21612 \end_layout
21613
21614 \end_inset
21615 </cell>
21616 </row>
21617 <row>
21618 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21619 \begin_inset Text
21620
21621 \begin_layout Plain Layout
21622
21623 \backslash
21624 pounds
21625 \end_layout
21626
21627 \end_inset
21628 </cell>
21629 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21630 \begin_inset Text
21631
21632 \begin_layout Plain Layout
21633 \begin_inset Formula $\pounds$
21634 \end_inset
21635
21636
21637 \end_layout
21638
21639 \end_inset
21640 </cell>
21641 </row>
21642 <row>
21643 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21644 \begin_inset Text
21645
21646 \begin_layout Plain Layout
21647 $
21648 \end_layout
21649
21650 \end_inset
21651 </cell>
21652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21653 \begin_inset Text
21654
21655 \begin_layout Plain Layout
21656 \begin_inset Formula $\$$
21657 \end_inset
21658
21659
21660 \end_layout
21661
21662 \end_inset
21663 </cell>
21664 </row>
21665 <row>
21666 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21667 \begin_inset Text
21668
21669 \begin_layout Plain Layout
21670 §
21671 \end_layout
21672
21673 \end_inset
21674 </cell>
21675 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21676 \begin_inset Text
21677
21678 \begin_layout Plain Layout
21679 \begin_inset Formula $§$
21680 \end_inset
21681
21682
21683 \end_layout
21684
21685 \end_inset
21686 </cell>
21687 </row>
21688 </lyxtabular>
21689
21690 \end_inset
21691
21692
21693 \begin_inset Tabular
21694 <lyxtabular version="3" rows="10" columns="2">
21695 <features>
21696 <column alignment="center" valignment="top" width="0">
21697 <column alignment="center" valignment="top" width="0">
21698 <row>
21699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21700 \begin_inset Text
21701
21702 \begin_layout Plain Layout
21703 Command
21704 \end_layout
21705
21706 \end_inset
21707 </cell>
21708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21709 \begin_inset Text
21710
21711 \begin_layout Plain Layout
21712 Result
21713 \end_layout
21714
21715 \end_inset
21716 </cell>
21717 </row>
21718 <row>
21719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723
21724 \backslash
21725 hbar
21726 \end_layout
21727
21728 \end_inset
21729 </cell>
21730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21731 \begin_inset Text
21732
21733 \begin_layout Plain Layout
21734 \begin_inset Formula $\hbar$
21735 \end_inset
21736
21737
21738 \end_layout
21739
21740 \end_inset
21741 </cell>
21742 </row>
21743 <row>
21744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21745 \begin_inset Text
21746
21747 \begin_layout Plain Layout
21748
21749 \backslash
21750 hslash
21751 \end_layout
21752
21753 \end_inset
21754 </cell>
21755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21756 \begin_inset Text
21757
21758 \begin_layout Plain Layout
21759 \begin_inset Formula $\hslash$
21760 \end_inset
21761
21762
21763 \end_layout
21764
21765 \end_inset
21766 </cell>
21767 </row>
21768 <row>
21769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21770 \begin_inset Text
21771
21772 \begin_layout Plain Layout
21773
21774 \backslash
21775 clubsuit
21776 \end_layout
21777
21778 \end_inset
21779 </cell>
21780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21781 \begin_inset Text
21782
21783 \begin_layout Plain Layout
21784 \begin_inset Formula $\clubsuit$
21785 \end_inset
21786
21787
21788 \end_layout
21789
21790 \end_inset
21791 </cell>
21792 </row>
21793 <row>
21794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21795 \begin_inset Text
21796
21797 \begin_layout Plain Layout
21798
21799 \backslash
21800 spadesuit
21801 \end_layout
21802
21803 \end_inset
21804 </cell>
21805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21806 \begin_inset Text
21807
21808 \begin_layout Plain Layout
21809 \begin_inset Formula $\spadesuit$
21810 \end_inset
21811
21812
21813 \end_layout
21814
21815 \end_inset
21816 </cell>
21817 </row>
21818 <row>
21819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21820 \begin_inset Text
21821
21822 \begin_layout Plain Layout
21823
21824 \backslash
21825 bigstar
21826 \end_layout
21827
21828 \end_inset
21829 </cell>
21830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21831 \begin_inset Text
21832
21833 \begin_layout Plain Layout
21834 \begin_inset Formula $\bigstar$
21835 \end_inset
21836
21837
21838 \end_layout
21839
21840 \end_inset
21841 </cell>
21842 </row>
21843 <row>
21844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21845 \begin_inset Text
21846
21847 \begin_layout Plain Layout
21848
21849 \backslash
21850 blacklozenge
21851 \end_layout
21852
21853 \end_inset
21854 </cell>
21855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21856 \begin_inset Text
21857
21858 \begin_layout Plain Layout
21859 \begin_inset Formula $\blacklozenge$
21860 \end_inset
21861
21862
21863 \end_layout
21864
21865 \end_inset
21866 </cell>
21867 </row>
21868 <row>
21869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21870 \begin_inset Text
21871
21872 \begin_layout Plain Layout
21873
21874 \backslash
21875 blacktriangle
21876 \end_layout
21877
21878 \end_inset
21879 </cell>
21880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21881 \begin_inset Text
21882
21883 \begin_layout Plain Layout
21884 \begin_inset Formula $\blacktriangle$
21885 \end_inset
21886
21887
21888 \end_layout
21889
21890 \end_inset
21891 </cell>
21892 </row>
21893 <row>
21894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21895 \begin_inset Text
21896
21897 \begin_layout Plain Layout
21898
21899 \backslash
21900 blacktiangledown
21901 \end_layout
21902
21903 \end_inset
21904 </cell>
21905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909 \begin_inset Formula $\blacktriangledown$
21910 \end_inset
21911
21912
21913 \end_layout
21914
21915 \end_inset
21916 </cell>
21917 </row>
21918 <row>
21919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21920 \begin_inset Text
21921
21922 \begin_layout Plain Layout
21923
21924 \backslash
21925 bullet
21926 \end_layout
21927
21928 \end_inset
21929 </cell>
21930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21931 \begin_inset Text
21932
21933 \begin_layout Plain Layout
21934 \begin_inset Formula $\bullet$
21935 \end_inset
21936
21937
21938 \end_layout
21939
21940 \end_inset
21941 </cell>
21942 </row>
21943 </lyxtabular>
21944
21945 \end_inset
21946
21947
21948 \begin_inset Tabular
21949 <lyxtabular version="3" rows="10" columns="2">
21950 <features>
21951 <column alignment="center" valignment="top" width="0pt">
21952 <column alignment="center" valignment="top" width="0pt">
21953 <row>
21954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21955 \begin_inset Text
21956
21957 \begin_layout Plain Layout
21958 Command
21959 \end_layout
21960
21961 \end_inset
21962 </cell>
21963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21964 \begin_inset Text
21965
21966 \begin_layout Plain Layout
21967 Result
21968 \end_layout
21969
21970 \end_inset
21971 </cell>
21972 </row>
21973 <row>
21974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21975 \begin_inset Text
21976
21977 \begin_layout Plain Layout
21978
21979 \backslash
21980 diamondsuit
21981 \end_layout
21982
21983 \end_inset
21984 </cell>
21985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21986 \begin_inset Text
21987
21988 \begin_layout Plain Layout
21989 \begin_inset Formula $\diamondsuit$
21990 \end_inset
21991
21992
21993 \end_layout
21994
21995 \end_inset
21996 </cell>
21997 </row>
21998 <row>
21999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22000 \begin_inset Text
22001
22002 \begin_layout Plain Layout
22003
22004 \backslash
22005 Diamond
22006 \end_layout
22007
22008 \end_inset
22009 </cell>
22010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22011 \begin_inset Text
22012
22013 \begin_layout Plain Layout
22014 \begin_inset Formula $\Diamond$
22015 \end_inset
22016
22017
22018 \end_layout
22019
22020 \end_inset
22021 </cell>
22022 </row>
22023 <row>
22024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22025 \begin_inset Text
22026
22027 \begin_layout Plain Layout
22028
22029 \backslash
22030 heartsuit
22031 \end_layout
22032
22033 \end_inset
22034 </cell>
22035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22036 \begin_inset Text
22037
22038 \begin_layout Plain Layout
22039 \begin_inset Formula $\heartsuit$
22040 \end_inset
22041
22042
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 </row>
22048 <row>
22049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22050 \begin_inset Text
22051
22052 \begin_layout Plain Layout
22053
22054 \backslash
22055 P
22056 \end_layout
22057
22058 \end_inset
22059 </cell>
22060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22061 \begin_inset Text
22062
22063 \begin_layout Plain Layout
22064 \begin_inset Formula $\P$
22065 \end_inset
22066
22067
22068 \end_layout
22069
22070 \end_inset
22071 </cell>
22072 </row>
22073 <row>
22074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22075 \begin_inset Text
22076
22077 \begin_layout Plain Layout
22078
22079 \backslash
22080 copyright
22081 \end_layout
22082
22083 \end_inset
22084 </cell>
22085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089 \begin_inset Formula $\copyright$
22090 \end_inset
22091
22092
22093 \end_layout
22094
22095 \end_inset
22096 </cell>
22097 </row>
22098 <row>
22099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22100 \begin_inset Text
22101
22102 \begin_layout Plain Layout
22103
22104 \backslash
22105 circledR
22106 \end_layout
22107
22108 \end_inset
22109 </cell>
22110 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22111 \begin_inset Text
22112
22113 \begin_layout Plain Layout
22114 \begin_inset Formula $\circledR$
22115 \end_inset
22116
22117
22118 \end_layout
22119
22120 \end_inset
22121 </cell>
22122 </row>
22123 <row>
22124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22125 \begin_inset Text
22126
22127 \begin_layout Plain Layout
22128
22129 \backslash
22130 maltese
22131 \end_layout
22132
22133 \end_inset
22134 </cell>
22135 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22136 \begin_inset Text
22137
22138 \begin_layout Plain Layout
22139 \begin_inset Formula $\maltese$
22140 \end_inset
22141
22142
22143 \end_layout
22144
22145 \end_inset
22146 </cell>
22147 </row>
22148 <row>
22149 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22150 \begin_inset Text
22151
22152 \begin_layout Plain Layout
22153
22154 \backslash
22155 diagup
22156 \end_layout
22157
22158 \end_inset
22159 </cell>
22160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22161 \begin_inset Text
22162
22163 \begin_layout Plain Layout
22164 \begin_inset Formula $\diagup$
22165 \end_inset
22166
22167
22168 \end_layout
22169
22170 \end_inset
22171 </cell>
22172 </row>
22173 <row>
22174 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22175 \begin_inset Text
22176
22177 \begin_layout Plain Layout
22178
22179 \backslash
22180 diagdown
22181 \end_layout
22182
22183 \end_inset
22184 </cell>
22185 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22186 \begin_inset Text
22187
22188 \begin_layout Plain Layout
22189 \begin_inset Formula $\diagdown$
22190 \end_inset
22191
22192
22193 \end_layout
22194
22195 \end_inset
22196 </cell>
22197 </row>
22198 </lyxtabular>
22199
22200 \end_inset
22201
22202
22203 \end_layout
22204
22205 \begin_layout Standard
22206 \begin_inset VSpace medskip
22207 \end_inset
22208
22209 More symbols are listed in 
22210 \begin_inset CommandInset ref
22211 LatexCommand ref
22212 reference "sub:Miscellaneous-special-Characters"
22213
22214 \end_inset
22215
22216 .
22217 \end_layout
22218
22219 \begin_layout Standard
22220 Some symbols can be displayed in different sizes, see 
22221 \begin_inset CommandInset ref
22222 LatexCommand ref
22223 reference "sub:Font-Sizes"
22224
22225 \end_inset
22226
22227 .
22228 \end_layout
22229
22230 \begin_layout Subsection
22231 The Euro-Symbol €
22232 \begin_inset Index
22233 status collapsed
22234
22235 \begin_layout Plain Layout
22236 Symbols ! Euro-symbol
22237 \end_layout
22238
22239 \end_inset
22240
22241
22242 \begin_inset Index
22243 status collapsed
22244
22245 \begin_layout Plain Layout
22246
22247 \backslash
22248 @
22249 \begin_inset ERT
22250 status collapsed
22251
22252 \begin_layout Plain Layout
22253
22254
22255 \backslash
22256 officialeuro
22257 \end_layout
22258
22259 \end_inset
22260
22261
22262 \end_layout
22263
22264 \end_inset
22265
22266
22267 \end_layout
22268
22269 \begin_layout Standard
22270 To use the Euro symbol in formulas, the LaTeX-package 
22271 \series bold
22272 eurosym
22273 \series default
22274
22275 \begin_inset Index
22276 status collapsed
22277
22278 \begin_layout Plain Layout
22279 Packages ! eurosym
22280 \end_layout
22281
22282 \end_inset
22283
22284  must be installed and loaded with the LaTeX-preamble line
22285 \end_layout
22286
22287 \begin_layout Standard
22288
22289 \series bold
22290
22291 \backslash
22292 usepackage[gennarrow]{eurosym}
22293 \end_layout
22294
22295 \begin_layout Standard
22296 The Euro symbol can now be inserted with the command 
22297 \series bold
22298
22299 \backslash
22300 euro
22301 \series default
22302
22303 \begin_inset Index
22304 status collapsed
22305
22306 \begin_layout Plain Layout
22307 Commands ! E ! 
22308 \backslash
22309 euro
22310 \end_layout
22311
22312 \end_inset
22313
22314 .
22315 \end_layout
22316
22317 \begin_layout Standard
22318 The Euro symbol can directly be inserted with the € key in mathematical
22319  text, without having 
22320 \series bold
22321 eurosym
22322 \series default
22323  installed.
22324  When 
22325 \series bold
22326 eurosym
22327 \series default
22328  is installed, 
22329 \series bold
22330
22331 \backslash
22332 euro
22333 \series default
22334  can also be inserted in TeX-mode.
22335  The official currency symbol can then be inserted with the command 
22336 \series bold
22337
22338 \backslash
22339 officialeuro
22340 \series default
22341
22342 \begin_inset Index
22343 status collapsed
22344
22345 \begin_layout Plain Layout
22346 Commands ! O ! 
22347 \backslash
22348 officialeuro
22349 \end_layout
22350
22351 \end_inset
22352
22353 , that is only available in TeX-mode.
22354 \end_layout
22355
22356 \begin_layout Standard
22357 \begin_inset ERT
22358 status collapsed
22359
22360 \begin_layout Plain Layout
22361
22362
22363 \backslash
22364 ifeurosym 
22365 \end_layout
22366
22367 \end_inset
22368
22369
22370 \begin_inset Note Note
22371 status open
22372
22373 \begin_layout Plain Layout
22374 The following table will only be displayed when the LaTeX-package 
22375 \series bold
22376 eurosym
22377 \series default
22378  is installed.
22379 \end_layout
22380
22381 \end_inset
22382
22383
22384 \end_layout
22385
22386 \begin_layout Standard
22387 An overview about the different Euro symbols:
22388 \end_layout
22389
22390 \begin_layout Standard
22391 \align center
22392 \begin_inset Tabular
22393 <lyxtabular version="3" rows="4" columns="3">
22394 <features>
22395 <column alignment="center" valignment="top" width="0pt">
22396 <column alignment="center" valignment="top" width="0pt">
22397 <column alignment="center" valignment="top" width="0pt">
22398 <row>
22399 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22400 \begin_inset Text
22401
22402 \begin_layout Plain Layout
22403
22404 \end_layout
22405
22406 \end_inset
22407 </cell>
22408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22409 \begin_inset Text
22410
22411 \begin_layout Plain Layout
22412 Command 
22413 \end_layout
22414
22415 \end_inset
22416 </cell>
22417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22418 \begin_inset Text
22419
22420 \begin_layout Plain Layout
22421 Result
22422 \end_layout
22423
22424 \end_inset
22425 </cell>
22426 </row>
22427 <row>
22428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22429 \begin_inset Text
22430
22431 \begin_layout Plain Layout
22432 formula
22433 \end_layout
22434
22435 \end_inset
22436 </cell>
22437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22438 \begin_inset Text
22439
22440 \begin_layout Plain Layout
22441
22442 \backslash
22443 euro
22444 \end_layout
22445
22446 \end_inset
22447 </cell>
22448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22449 \begin_inset Text
22450
22451 \begin_layout Plain Layout
22452 \begin_inset Formula $\euro$
22453 \end_inset
22454
22455
22456 \end_layout
22457
22458 \end_inset
22459 </cell>
22460 </row>
22461 <row>
22462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22463 \begin_inset Text
22464
22465 \begin_layout Plain Layout
22466 mathematical text
22467 \end_layout
22468
22469 \end_inset
22470 </cell>
22471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22472 \begin_inset Text
22473
22474 \begin_layout Plain Layout
22475
22476 \end_layout
22477
22478 \end_inset
22479 </cell>
22480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22481 \begin_inset Text
22482
22483 \begin_layout Plain Layout
22484 \begin_inset Formula $\mbox{€}$
22485 \end_inset
22486
22487
22488 \end_layout
22489
22490 \end_inset
22491 </cell>
22492 </row>
22493 <row>
22494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22495 \begin_inset Text
22496
22497 \begin_layout Plain Layout
22498 TeX-mode
22499 \end_layout
22500
22501 \end_inset
22502 </cell>
22503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22504 \begin_inset Text
22505
22506 \begin_layout Plain Layout
22507
22508 \backslash
22509 officialeuro
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518 \begin_inset ERT
22519 status collapsed
22520
22521 \begin_layout Plain Layout
22522
22523
22524 \backslash
22525 officialeuro
22526 \end_layout
22527
22528 \end_inset
22529
22530
22531 \end_layout
22532
22533 \end_inset
22534 </cell>
22535 </row>
22536 </lyxtabular>
22537
22538 \end_inset
22539
22540
22541 \end_layout
22542
22543 \begin_layout Standard
22544 \begin_inset ERT
22545 status collapsed
22546
22547 \begin_layout Plain Layout
22548
22549
22550 \backslash
22551 else 
22552 \end_layout
22553
22554 \end_inset
22555
22556
22557 \begin_inset Note Note
22558 status open
22559
22560 \begin_layout Plain Layout
22561 The following will be displayed when the LaTeX-package 
22562 \series bold
22563 eurosym
22564 \series default
22565  is not installed:
22566 \end_layout
22567
22568 \end_inset
22569
22570
22571 \end_layout
22572
22573 \begin_layout Standard
22574 You need to install the LaTeX-package 
22575 \series bold
22576 eurosym
22577 \series default
22578  to see the rest of this subsection in the output.
22579 \end_layout
22580
22581 \begin_layout Standard
22582 \begin_inset ERT
22583 status collapsed
22584
22585 \begin_layout Plain Layout
22586
22587
22588 \backslash
22589 fi 
22590 \end_layout
22591
22592 \end_inset
22593
22594
22595 \end_layout
22596
22597 \begin_layout Section
22598 Relations
22599 \begin_inset CommandInset label
22600 LatexCommand label
22601 name "sec:Relations"
22602
22603 \end_inset
22604
22605
22606 \begin_inset Index
22607 status collapsed
22608
22609 \begin_layout Plain Layout
22610 Relations
22611 \end_layout
22612
22613 \end_inset
22614
22615
22616 \begin_inset Index
22617 status collapsed
22618
22619 \begin_layout Plain Layout
22620 Comparisons|see
22621 \begin_inset ERT
22622 status collapsed
22623
22624 \begin_layout Plain Layout
22625
22626 {
22627 \end_layout
22628
22629 \end_inset
22630
22631 Relations
22632 \begin_inset ERT
22633 status collapsed
22634
22635 \begin_layout Plain Layout
22636
22637 }
22638 \end_layout
22639
22640 \end_inset
22641
22642
22643 \end_layout
22644
22645 \end_inset
22646
22647
22648 \end_layout
22649
22650 \begin_layout Standard
22651 All relations can also be inserted via the toolbar button 
22652 \begin_inset Graphics
22653         filename ../images/math/leq.png
22654         scale 85
22655
22656 \end_inset
22657
22658 .
22659 \end_layout
22660
22661 \begin_layout Standard
22662 \begin_inset space \hfill{}
22663 \end_inset
22664
22665
22666 \begin_inset Tabular
22667 <lyxtabular version="3" rows="17" columns="2">
22668 <features>
22669 <column alignment="center" valignment="top" width="0pt">
22670 <column alignment="center" valignment="top" width="0pt">
22671 <row>
22672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22673 \begin_inset Text
22674
22675 \begin_layout Plain Layout
22676 Command
22677 \end_layout
22678
22679 \end_inset
22680 </cell>
22681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22682 \begin_inset Text
22683
22684 \begin_layout Plain Layout
22685 Result
22686 \end_layout
22687
22688 \end_inset
22689 </cell>
22690 </row>
22691 <row>
22692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22693 \begin_inset Text
22694
22695 \begin_layout Plain Layout
22696 <
22697 \end_layout
22698
22699 \end_inset
22700 </cell>
22701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705 \begin_inset Formula $<$
22706 \end_inset
22707
22708
22709 \end_layout
22710
22711 \end_inset
22712 </cell>
22713 </row>
22714 <row>
22715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22716 \begin_inset Text
22717
22718 \begin_layout Plain Layout
22719
22720 \backslash
22721 le
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22727 \begin_inset Text
22728
22729 \begin_layout Plain Layout
22730 \begin_inset Formula $\le$
22731 \end_inset
22732
22733
22734 \end_layout
22735
22736 \end_inset
22737 </cell>
22738 </row>
22739 <row>
22740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22741 \begin_inset Text
22742
22743 \begin_layout Plain Layout
22744
22745 \backslash
22746 ll
22747 \end_layout
22748
22749 \end_inset
22750 </cell>
22751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22752 \begin_inset Text
22753
22754 \begin_layout Plain Layout
22755 \begin_inset Formula $\ll$
22756 \end_inset
22757
22758
22759 \end_layout
22760
22761 \end_inset
22762 </cell>
22763 </row>
22764 <row>
22765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22766 \begin_inset Text
22767
22768 \begin_layout Plain Layout
22769
22770 \backslash
22771 prec
22772 \end_layout
22773
22774 \end_inset
22775 </cell>
22776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22777 \begin_inset Text
22778
22779 \begin_layout Plain Layout
22780 \begin_inset Formula $\prec$
22781 \end_inset
22782
22783
22784 \end_layout
22785
22786 \end_inset
22787 </cell>
22788 </row>
22789 <row>
22790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22791 \begin_inset Text
22792
22793 \begin_layout Plain Layout
22794
22795 \backslash
22796 preceq
22797 \end_layout
22798
22799 \end_inset
22800 </cell>
22801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22802 \begin_inset Text
22803
22804 \begin_layout Plain Layout
22805 \begin_inset Formula $\preceq$
22806 \end_inset
22807
22808
22809 \end_layout
22810
22811 \end_inset
22812 </cell>
22813 </row>
22814 <row>
22815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22816 \begin_inset Text
22817
22818 \begin_layout Plain Layout
22819
22820 \backslash
22821 subset
22822 \end_layout
22823
22824 \end_inset
22825 </cell>
22826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22827 \begin_inset Text
22828
22829 \begin_layout Plain Layout
22830 \begin_inset Formula $\subset$
22831 \end_inset
22832
22833
22834 \end_layout
22835
22836 \end_inset
22837 </cell>
22838 </row>
22839 <row>
22840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22841 \begin_inset Text
22842
22843 \begin_layout Plain Layout
22844
22845 \backslash
22846 subseteq
22847 \end_layout
22848
22849 \end_inset
22850 </cell>
22851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22852 \begin_inset Text
22853
22854 \begin_layout Plain Layout
22855 \begin_inset Formula $\subseteq$
22856 \end_inset
22857
22858
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 </row>
22864 <row>
22865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22866 \begin_inset Text
22867
22868 \begin_layout Plain Layout
22869
22870 \backslash
22871 sqsubseteq
22872 \end_layout
22873
22874 \end_inset
22875 </cell>
22876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22877 \begin_inset Text
22878
22879 \begin_layout Plain Layout
22880 \begin_inset Formula $\sqsubseteq$
22881 \end_inset
22882
22883
22884 \end_layout
22885
22886 \end_inset
22887 </cell>
22888 </row>
22889 <row>
22890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22891 \begin_inset Text
22892
22893 \begin_layout Plain Layout
22894
22895 \backslash
22896 in
22897 \end_layout
22898
22899 \end_inset
22900 </cell>
22901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22902 \begin_inset Text
22903
22904 \begin_layout Plain Layout
22905 \begin_inset Formula $\in$
22906 \end_inset
22907
22908
22909 \end_layout
22910
22911 \end_inset
22912 </cell>
22913 </row>
22914 <row>
22915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22916 \begin_inset Text
22917
22918 \begin_layout Plain Layout
22919
22920 \backslash
22921 vdash
22922 \end_layout
22923
22924 \end_inset
22925 </cell>
22926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22927 \begin_inset Text
22928
22929 \begin_layout Plain Layout
22930 \begin_inset Formula $\vdash$
22931 \end_inset
22932
22933
22934 \end_layout
22935
22936 \end_inset
22937 </cell>
22938 </row>
22939 <row>
22940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22941 \begin_inset Text
22942
22943 \begin_layout Plain Layout
22944
22945 \backslash
22946 smile
22947 \end_layout
22948
22949 \end_inset
22950 </cell>
22951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22952 \begin_inset Text
22953
22954 \begin_layout Plain Layout
22955 \begin_inset Formula $\smile$
22956 \end_inset
22957
22958
22959 \end_layout
22960
22961 \end_inset
22962 </cell>
22963 </row>
22964 <row>
22965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22966 \begin_inset Text
22967
22968 \begin_layout Plain Layout
22969
22970 \backslash
22971 lhd
22972 \end_layout
22973
22974 \end_inset
22975 </cell>
22976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22977 \begin_inset Text
22978
22979 \begin_layout Plain Layout
22980 \begin_inset Formula $\lhd$
22981 \end_inset
22982
22983
22984 \end_layout
22985
22986 \end_inset
22987 </cell>
22988 </row>
22989 <row>
22990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22991 \begin_inset Text
22992
22993 \begin_layout Plain Layout
22994
22995 \backslash
22996 unlhd
22997 \end_layout
22998
22999 \end_inset
23000 </cell>
23001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23002 \begin_inset Text
23003
23004 \begin_layout Plain Layout
23005 \begin_inset Formula $\unlhd$
23006 \end_inset
23007
23008
23009 \end_layout
23010
23011 \end_inset
23012 </cell>
23013 </row>
23014 <row>
23015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23016 \begin_inset Text
23017
23018 \begin_layout Plain Layout
23019
23020 \backslash
23021 gtrless
23022 \end_layout
23023
23024 \end_inset
23025 </cell>
23026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23027 \begin_inset Text
23028
23029 \begin_layout Plain Layout
23030 \begin_inset Formula $\gtrless$
23031 \end_inset
23032
23033
23034 \end_layout
23035
23036 \end_inset
23037 </cell>
23038 </row>
23039 <row>
23040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23041 \begin_inset Text
23042
23043 \begin_layout Plain Layout
23044
23045 \backslash
23046 mid
23047 \end_layout
23048
23049 \end_inset
23050 </cell>
23051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23052 \begin_inset Text
23053
23054 \begin_layout Plain Layout
23055 \begin_inset Formula $\mid$
23056 \end_inset
23057
23058
23059 \end_layout
23060
23061 \end_inset
23062 </cell>
23063 </row>
23064 <row>
23065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23066 \begin_inset Text
23067
23068 \begin_layout Plain Layout
23069
23070 \backslash
23071 nmid
23072 \end_layout
23073
23074 \end_inset
23075 </cell>
23076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23077 \begin_inset Text
23078
23079 \begin_layout Plain Layout
23080 \begin_inset Formula $\nmid$
23081 \end_inset
23082
23083
23084 \end_layout
23085
23086 \end_inset
23087 </cell>
23088 </row>
23089 </lyxtabular>
23090
23091 \end_inset
23092
23093
23094 \begin_inset space \hfill{}
23095 \end_inset
23096
23097
23098 \begin_inset Tabular
23099 <lyxtabular version="3" rows="17" columns="2">
23100 <features>
23101 <column alignment="center" valignment="top" width="0pt">
23102 <column alignment="center" valignment="top" width="0pt">
23103 <row>
23104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23105 \begin_inset Text
23106
23107 \begin_layout Plain Layout
23108 Command
23109 \end_layout
23110
23111 \end_inset
23112 </cell>
23113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23114 \begin_inset Text
23115
23116 \begin_layout Plain Layout
23117 Result
23118 \end_layout
23119
23120 \end_inset
23121 </cell>
23122 </row>
23123 <row>
23124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23125 \begin_inset Text
23126
23127 \begin_layout Plain Layout
23128 =
23129 \end_layout
23130
23131 \end_inset
23132 </cell>
23133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137 \begin_inset Formula $=$
23138 \end_inset
23139
23140
23141 \end_layout
23142
23143 \end_inset
23144 </cell>
23145 </row>
23146 <row>
23147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23148 \begin_inset Text
23149
23150 \begin_layout Plain Layout
23151
23152 \backslash
23153 not=
23154 \end_layout
23155
23156 \end_inset
23157 </cell>
23158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23159 \begin_inset Text
23160
23161 \begin_layout Plain Layout
23162 \begin_inset Formula $\not=$
23163 \end_inset
23164
23165
23166 \end_layout
23167
23168 \end_inset
23169 </cell>
23170 </row>
23171 <row>
23172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23173 \begin_inset Text
23174
23175 \begin_layout Plain Layout
23176
23177 \backslash
23178 equiv
23179 \end_layout
23180
23181 \end_inset
23182 </cell>
23183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23184 \begin_inset Text
23185
23186 \begin_layout Plain Layout
23187 \begin_inset Formula $\equiv$
23188 \end_inset
23189
23190
23191 \end_layout
23192
23193 \end_inset
23194 </cell>
23195 </row>
23196 <row>
23197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23198 \begin_inset Text
23199
23200 \begin_layout Plain Layout
23201
23202 \backslash
23203 sim
23204 \end_layout
23205
23206 \end_inset
23207 </cell>
23208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23209 \begin_inset Text
23210
23211 \begin_layout Plain Layout
23212 \begin_inset Formula $\sim$
23213 \end_inset
23214
23215
23216 \end_layout
23217
23218 \end_inset
23219 </cell>
23220 </row>
23221 <row>
23222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23223 \begin_inset Text
23224
23225 \begin_layout Plain Layout
23226
23227 \backslash
23228 simeq
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237 \begin_inset Formula $\simeq$
23238 \end_inset
23239
23240
23241 \end_layout
23242
23243 \end_inset
23244 </cell>
23245 </row>
23246 <row>
23247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23248 \begin_inset Text
23249
23250 \begin_layout Plain Layout
23251
23252 \backslash
23253 approx
23254 \end_layout
23255
23256 \end_inset
23257 </cell>
23258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23259 \begin_inset Text
23260
23261 \begin_layout Plain Layout
23262 \begin_inset Formula $\approx$
23263 \end_inset
23264
23265
23266 \end_layout
23267
23268 \end_inset
23269 </cell>
23270 </row>
23271 <row>
23272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23273 \begin_inset Text
23274
23275 \begin_layout Plain Layout
23276
23277 \backslash
23278 cong
23279 \end_layout
23280
23281 \end_inset
23282 </cell>
23283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23284 \begin_inset Text
23285
23286 \begin_layout Plain Layout
23287 \begin_inset Formula $\cong$
23288 \end_inset
23289
23290
23291 \end_layout
23292
23293 \end_inset
23294 </cell>
23295 </row>
23296 <row>
23297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23298 \begin_inset Text
23299
23300 \begin_layout Plain Layout
23301
23302 \backslash
23303 bowtie
23304 \end_layout
23305
23306 \end_inset
23307 </cell>
23308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23309 \begin_inset Text
23310
23311 \begin_layout Plain Layout
23312 \begin_inset Formula $\bowtie$
23313 \end_inset
23314
23315
23316 \end_layout
23317
23318 \end_inset
23319 </cell>
23320 </row>
23321 <row>
23322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23323 \begin_inset Text
23324
23325 \begin_layout Plain Layout
23326
23327 \backslash
23328 notin
23329 \end_layout
23330
23331 \end_inset
23332 </cell>
23333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23334 \begin_inset Text
23335
23336 \begin_layout Plain Layout
23337 \begin_inset Formula $\notin$
23338 \end_inset
23339
23340
23341 \end_layout
23342
23343 \end_inset
23344 </cell>
23345 </row>
23346 <row>
23347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23348 \begin_inset Text
23349
23350 \begin_layout Plain Layout
23351
23352 \backslash
23353 perp
23354 \end_layout
23355
23356 \end_inset
23357 </cell>
23358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23359 \begin_inset Text
23360
23361 \begin_layout Plain Layout
23362 \begin_inset Formula $\perp$
23363 \end_inset
23364
23365
23366 \end_layout
23367
23368 \end_inset
23369 </cell>
23370 </row>
23371 <row>
23372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23373 \begin_inset Text
23374
23375 \begin_layout Plain Layout
23376
23377 \backslash
23378 propto
23379 \end_layout
23380
23381 \end_inset
23382 </cell>
23383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23384 \begin_inset Text
23385
23386 \begin_layout Plain Layout
23387 \begin_inset Formula $\propto$
23388 \end_inset
23389
23390
23391 \end_layout
23392
23393 \end_inset
23394 </cell>
23395 </row>
23396 <row>
23397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23398 \begin_inset Text
23399
23400 \begin_layout Plain Layout
23401
23402 \backslash
23403 asymp
23404 \end_layout
23405
23406 \end_inset
23407 </cell>
23408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23409 \begin_inset Text
23410
23411 \begin_layout Plain Layout
23412 \begin_inset Formula $\asymp$
23413 \end_inset
23414
23415
23416 \end_layout
23417
23418 \end_inset
23419 </cell>
23420 </row>
23421 <row>
23422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23423 \begin_inset Text
23424
23425 \begin_layout Plain Layout
23426
23427 \backslash
23428 doteq
23429 \end_layout
23430
23431 \end_inset
23432 </cell>
23433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23434 \begin_inset Text
23435
23436 \begin_layout Plain Layout
23437 \begin_inset Formula $\doteq$
23438 \end_inset
23439
23440
23441 \end_layout
23442
23443 \end_inset
23444 </cell>
23445 </row>
23446 <row>
23447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23448 \begin_inset Text
23449
23450 \begin_layout Plain Layout
23451
23452 \backslash
23453 circeq
23454 \end_layout
23455
23456 \end_inset
23457 </cell>
23458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23459 \begin_inset Text
23460
23461 \begin_layout Plain Layout
23462 \begin_inset Formula $\circeq$
23463 \end_inset
23464
23465
23466 \end_layout
23467
23468 \end_inset
23469 </cell>
23470 </row>
23471 <row>
23472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23473 \begin_inset Text
23474
23475 \begin_layout Plain Layout
23476
23477 \backslash
23478 models
23479 \end_layout
23480
23481 \end_inset
23482 </cell>
23483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23484 \begin_inset Text
23485
23486 \begin_layout Plain Layout
23487 \begin_inset Formula $\models$
23488 \end_inset
23489
23490
23491 \end_layout
23492
23493 \end_inset
23494 </cell>
23495 </row>
23496 <row>
23497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23498 \begin_inset Text
23499
23500 \begin_layout Plain Layout
23501
23502 \backslash
23503 widehat=
23504 \end_layout
23505
23506 \end_inset
23507 </cell>
23508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23509 \begin_inset Text
23510
23511 \begin_layout Plain Layout
23512 \begin_inset Formula $\widehat{=}$
23513 \end_inset
23514
23515
23516 \end_layout
23517
23518 \end_inset
23519 </cell>
23520 </row>
23521 </lyxtabular>
23522
23523 \end_inset
23524
23525
23526 \begin_inset space \hfill{}
23527 \end_inset
23528
23529
23530 \begin_inset Tabular
23531 <lyxtabular version="3" rows="17" columns="2">
23532 <features>
23533 <column alignment="center" valignment="top" width="0pt">
23534 <column alignment="center" valignment="top" width="0pt">
23535 <row>
23536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23537 \begin_inset Text
23538
23539 \begin_layout Plain Layout
23540 Command
23541 \end_layout
23542
23543 \end_inset
23544 </cell>
23545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23546 \begin_inset Text
23547
23548 \begin_layout Plain Layout
23549 Result
23550 \end_layout
23551
23552 \end_inset
23553 </cell>
23554 </row>
23555 <row>
23556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23557 \begin_inset Text
23558
23559 \begin_layout Plain Layout
23560 >
23561 \end_layout
23562
23563 \end_inset
23564 </cell>
23565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23566 \begin_inset Text
23567
23568 \begin_layout Plain Layout
23569 \begin_inset Formula $>$
23570 \end_inset
23571
23572
23573 \end_layout
23574
23575 \end_inset
23576 </cell>
23577 </row>
23578 <row>
23579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23580 \begin_inset Text
23581
23582 \begin_layout Plain Layout
23583
23584 \backslash
23585 ge
23586 \end_layout
23587
23588 \end_inset
23589 </cell>
23590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23591 \begin_inset Text
23592
23593 \begin_layout Plain Layout
23594 \begin_inset Formula $\ge$
23595 \end_inset
23596
23597
23598 \end_layout
23599
23600 \end_inset
23601 </cell>
23602 </row>
23603 <row>
23604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23605 \begin_inset Text
23606
23607 \begin_layout Plain Layout
23608
23609 \backslash
23610 gg
23611 \end_layout
23612
23613 \end_inset
23614 </cell>
23615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23616 \begin_inset Text
23617
23618 \begin_layout Plain Layout
23619 \begin_inset Formula $\gg$
23620 \end_inset
23621
23622
23623 \end_layout
23624
23625 \end_inset
23626 </cell>
23627 </row>
23628 <row>
23629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23630 \begin_inset Text
23631
23632 \begin_layout Plain Layout
23633
23634 \backslash
23635 succ
23636 \end_layout
23637
23638 \end_inset
23639 </cell>
23640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23641 \begin_inset Text
23642
23643 \begin_layout Plain Layout
23644 \begin_inset Formula $\succ$
23645 \end_inset
23646
23647
23648 \end_layout
23649
23650 \end_inset
23651 </cell>
23652 </row>
23653 <row>
23654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23655 \begin_inset Text
23656
23657 \begin_layout Plain Layout
23658
23659 \backslash
23660 succeq
23661 \end_layout
23662
23663 \end_inset
23664 </cell>
23665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23666 \begin_inset Text
23667
23668 \begin_layout Plain Layout
23669 \begin_inset Formula $\succeq$
23670 \end_inset
23671
23672
23673 \end_layout
23674
23675 \end_inset
23676 </cell>
23677 </row>
23678 <row>
23679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23680 \begin_inset Text
23681
23682 \begin_layout Plain Layout
23683
23684 \backslash
23685 supset
23686 \end_layout
23687
23688 \end_inset
23689 </cell>
23690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23691 \begin_inset Text
23692
23693 \begin_layout Plain Layout
23694 \begin_inset Formula $\supset$
23695 \end_inset
23696
23697
23698 \end_layout
23699
23700 \end_inset
23701 </cell>
23702 </row>
23703 <row>
23704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23705 \begin_inset Text
23706
23707 \begin_layout Plain Layout
23708
23709 \backslash
23710 supseteq
23711 \end_layout
23712
23713 \end_inset
23714 </cell>
23715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23716 \begin_inset Text
23717
23718 \begin_layout Plain Layout
23719 \begin_inset Formula $\supseteq$
23720 \end_inset
23721
23722
23723 \end_layout
23724
23725 \end_inset
23726 </cell>
23727 </row>
23728 <row>
23729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23730 \begin_inset Text
23731
23732 \begin_layout Plain Layout
23733
23734 \backslash
23735 sqsupseteq
23736 \end_layout
23737
23738 \end_inset
23739 </cell>
23740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23741 \begin_inset Text
23742
23743 \begin_layout Plain Layout
23744 \begin_inset Formula $\sqsupseteq$
23745 \end_inset
23746
23747
23748 \end_layout
23749
23750 \end_inset
23751 </cell>
23752 </row>
23753 <row>
23754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23755 \begin_inset Text
23756
23757 \begin_layout Plain Layout
23758
23759 \backslash
23760 ni
23761 \end_layout
23762
23763 \end_inset
23764 </cell>
23765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23766 \begin_inset Text
23767
23768 \begin_layout Plain Layout
23769 \begin_inset Formula $\ni$
23770 \end_inset
23771
23772
23773 \end_layout
23774
23775 \end_inset
23776 </cell>
23777 </row>
23778 <row>
23779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23780 \begin_inset Text
23781
23782 \begin_layout Plain Layout
23783
23784 \backslash
23785 dashv
23786 \end_layout
23787
23788 \end_inset
23789 </cell>
23790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23791 \begin_inset Text
23792
23793 \begin_layout Plain Layout
23794 \begin_inset Formula $\dashv$
23795 \end_inset
23796
23797
23798 \end_layout
23799
23800 \end_inset
23801 </cell>
23802 </row>
23803 <row>
23804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23805 \begin_inset Text
23806
23807 \begin_layout Plain Layout
23808
23809 \backslash
23810 frown
23811 \end_layout
23812
23813 \end_inset
23814 </cell>
23815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23816 \begin_inset Text
23817
23818 \begin_layout Plain Layout
23819 \begin_inset Formula $\frown$
23820 \end_inset
23821
23822
23823 \end_layout
23824
23825 \end_inset
23826 </cell>
23827 </row>
23828 <row>
23829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23830 \begin_inset Text
23831
23832 \begin_layout Plain Layout
23833
23834 \backslash
23835 rhd
23836 \end_layout
23837
23838 \end_inset
23839 </cell>
23840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23841 \begin_inset Text
23842
23843 \begin_layout Plain Layout
23844 \begin_inset Formula $\rhd$
23845 \end_inset
23846
23847
23848 \end_layout
23849
23850 \end_inset
23851 </cell>
23852 </row>
23853 <row>
23854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23855 \begin_inset Text
23856
23857 \begin_layout Plain Layout
23858
23859 \backslash
23860 unrhd
23861 \end_layout
23862
23863 \end_inset
23864 </cell>
23865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23866 \begin_inset Text
23867
23868 \begin_layout Plain Layout
23869 \begin_inset Formula $\unrhd$
23870 \end_inset
23871
23872
23873 \end_layout
23874
23875 \end_inset
23876 </cell>
23877 </row>
23878 <row>
23879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23880 \begin_inset Text
23881
23882 \begin_layout Plain Layout
23883
23884 \backslash
23885 lessgtr
23886 \end_layout
23887
23888 \end_inset
23889 </cell>
23890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23891 \begin_inset Text
23892
23893 \begin_layout Plain Layout
23894 \begin_inset Formula $\lessgtr$
23895 \end_inset
23896
23897
23898 \end_layout
23899
23900 \end_inset
23901 </cell>
23902 </row>
23903 <row>
23904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23905 \begin_inset Text
23906
23907 \begin_layout Plain Layout
23908
23909 \backslash
23910 parallel
23911 \end_layout
23912
23913 \end_inset
23914 </cell>
23915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23916 \begin_inset Text
23917
23918 \begin_layout Plain Layout
23919 \begin_inset Formula $\parallel$
23920 \end_inset
23921
23922
23923 \end_layout
23924
23925 \end_inset
23926 </cell>
23927 </row>
23928 <row>
23929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23930 \begin_inset Text
23931
23932 \begin_layout Plain Layout
23933
23934 \backslash
23935 nparallel
23936 \end_layout
23937
23938 \end_inset
23939 </cell>
23940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23941 \begin_inset Text
23942
23943 \begin_layout Plain Layout
23944 \begin_inset Formula $\nparallel$
23945 \end_inset
23946
23947
23948 \end_layout
23949
23950 \end_inset
23951 </cell>
23952 </row>
23953 </lyxtabular>
23954
23955 \end_inset
23956
23957
23958 \begin_inset space \hfill{}
23959 \end_inset
23960
23961
23962 \end_layout
23963
23964 \begin_layout Standard
23965 \begin_inset VSpace medskip
23966 \end_inset
23967
23968 The characters 
23969 \series bold
23970
23971 \backslash
23972 lhd
23973 \series default
23974  and 
23975 \series bold
23976
23977 \backslash
23978 rhd
23979 \series default
23980  are bigger than the equal looking operators 
23981 \series bold
23982
23983 \backslash
23984 triangleleft
23985 \series default
23986  and 
23987 \series bold
23988
23989 \backslash
23990 triangleright
23991 \series default
23992 , respectively.
23993 \end_layout
23994
23995 \begin_layout Standard
23996 Relations are, in contrary to symbols, always surrounded by space.
23997 \end_layout
23998
23999 \begin_layout Standard
24000 Relations with labels can be created with the command 
24001 \series bold
24002
24003 \backslash
24004 stackrel
24005 \series default
24006
24007 \begin_inset Index
24008 status collapsed
24009
24010 \begin_layout Plain Layout
24011 Commands ! S ! 
24012 \backslash
24013 stackrel
24014 \end_layout
24015
24016 \end_inset
24017
24018 :
24019 \end_layout
24020
24021 \begin_layout Standard
24022 \align center
24023 \begin_inset Tabular
24024 <lyxtabular version="3" rows="2" columns="2">
24025 <features>
24026 <column alignment="center" valignment="top" width="0">
24027 <column alignment="center" valignment="top" width="0">
24028 <row>
24029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24030 \begin_inset Text
24031
24032 \begin_layout Plain Layout
24033 Command
24034 \end_layout
24035
24036 \end_inset
24037 </cell>
24038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24039 \begin_inset Text
24040
24041 \begin_layout Plain Layout
24042 Result
24043 \begin_inset Note Note
24044 status collapsed
24045
24046 \begin_layout Plain Layout
24047
24048 \series bold
24049
24050 \backslash
24051 raisebox
24052 \series default
24053  is only used as spacer.
24054 \end_layout
24055
24056 \end_inset
24057
24058
24059 \end_layout
24060
24061 \end_inset
24062 </cell>
24063 </row>
24064 <row>
24065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24066 \begin_inset Text
24067
24068 \begin_layout Plain Layout
24069 A(r)
24070 \backslash
24071 stackrel
24072 \begin_inset ERT
24073 status collapsed
24074
24075 \begin_layout Plain Layout
24076
24077
24078 \backslash
24079 spce 
24080 \end_layout
24081
24082 \end_inset
24083
24084 r
24085 \backslash
24086 to
24087 \backslash
24088 infty
24089 \begin_inset ERT
24090 status collapsed
24091
24092 \begin_layout Plain Layout
24093
24094
24095 \backslash
24096 spce 
24097 \end_layout
24098
24099 \end_inset
24100
24101
24102 \begin_inset Formula $\downarrow$
24103 \end_inset
24104
24105
24106 \backslash
24107 approx
24108 \begin_inset ERT
24109 status collapsed
24110
24111 \begin_layout Plain Layout
24112
24113
24114 \backslash
24115 spce 
24116 \end_layout
24117
24118 \end_inset
24119
24120
24121 \begin_inset ERT
24122 status collapsed
24123
24124 \begin_layout Plain Layout
24125
24126
24127 \backslash
24128 spce 
24129 \end_layout
24130
24131 \end_inset
24132
24133 B
24134 \end_layout
24135
24136 \end_inset
24137 </cell>
24138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24139 \begin_inset Text
24140
24141 \begin_layout Plain Layout
24142 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24143 \end_inset
24144
24145
24146 \end_layout
24147
24148 \end_inset
24149 </cell>
24150 </row>
24151 </lyxtabular>
24152
24153 \end_inset
24154
24155
24156 \end_layout
24157
24158 \begin_layout Section
24159 Functions
24160 \end_layout
24161
24162 \begin_layout Subsection
24163 Predefined Functions
24164 \begin_inset CommandInset label
24165 LatexCommand label
24166 name "sub:Predefined-Functions"
24167
24168 \end_inset
24169
24170
24171 \begin_inset Index
24172 status collapsed
24173
24174 \begin_layout Plain Layout
24175 Functions ! predefined
24176 \end_layout
24177
24178 \end_inset
24179
24180
24181 \end_layout
24182
24183 \begin_layout Standard
24184 In general, variables are set 
24185 \emph on
24186 italic
24187 \emph default
24188  in mathematical expressions, but not function names, because 
24189 \begin_inset Formula $sin$
24190 \end_inset
24191
24192  could be misunderstood as 
24193 \begin_inset Formula $s\cdot i\cdot n$
24194 \end_inset
24195
24196 .
24197  Therefore there are predefined functions, that are additionally a bit separated
24198  from prefactors.
24199  They are inserted as commands starting with a backslash before their name.
24200 \end_layout
24201
24202 \begin_layout Standard
24203 \align center
24204 \begin_inset Tabular
24205 <lyxtabular version="3" rows="2" columns="4">
24206 <features>
24207 <column alignment="center" valignment="top" width="0pt">
24208 <column alignment="center" valignment="top" width="0pt">
24209 <column alignment="center" valignment="top" width="0pt">
24210 <column alignment="center" valignment="top" width="0pt">
24211 <row>
24212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24213 \begin_inset Text
24214
24215 \begin_layout Plain Layout
24216 Command
24217 \end_layout
24218
24219 \end_inset
24220 </cell>
24221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24222 \begin_inset Text
24223
24224 \begin_layout Plain Layout
24225 Result
24226 \end_layout
24227
24228 \end_inset
24229 </cell>
24230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24231 \begin_inset Text
24232
24233 \begin_layout Plain Layout
24234 Command
24235 \end_layout
24236
24237 \end_inset
24238 </cell>
24239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24240 \begin_inset Text
24241
24242 \begin_layout Plain Layout
24243 Result
24244 \end_layout
24245
24246 \end_inset
24247 </cell>
24248 </row>
24249 <row>
24250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24251 \begin_inset Text
24252
24253 \begin_layout Plain Layout
24254 Asin(x)+B
24255 \end_layout
24256
24257 \end_inset
24258 </cell>
24259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24260 \begin_inset Text
24261
24262 \begin_layout Plain Layout
24263 \begin_inset Formula $Asin(x)+B$
24264 \end_inset
24265
24266
24267 \end_layout
24268
24269 \end_inset
24270 </cell>
24271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24272 \begin_inset Text
24273
24274 \begin_layout Plain Layout
24275 A
24276 \backslash
24277 sin(x)+B
24278 \end_layout
24279
24280 \end_inset
24281 </cell>
24282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24283 \begin_inset Text
24284
24285 \begin_layout Plain Layout
24286 \begin_inset Formula $A\sin(x)+B$
24287 \end_inset
24288
24289
24290 \end_layout
24291
24292 \end_inset
24293 </cell>
24294 </row>
24295 </lyxtabular>
24296
24297 \end_inset
24298
24299
24300 \end_layout
24301
24302 \begin_layout Standard
24303 The following functions are predefined:
24304 \end_layout
24305
24306 \begin_layout Standard
24307 \begin_inset VSpace -2mm
24308 \end_inset
24309
24310
24311 \end_layout
24312
24313 \begin_layout Standard
24314 \align center
24315 \begin_inset Tabular
24316 <lyxtabular version="3" rows="9" columns="4">
24317 <features>
24318 <column alignment="center" valignment="top" width="0pt">
24319 <column alignment="center" valignment="top" width="0pt">
24320 <column alignment="center" valignment="top" width="0pt">
24321 <column alignment="center" valignment="top" width="0pt">
24322 <row>
24323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24324 \begin_inset Text
24325
24326 \begin_layout Plain Layout
24327 Command
24328 \end_layout
24329
24330 \end_inset
24331 </cell>
24332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24333 \begin_inset Text
24334
24335 \begin_layout Plain Layout
24336 Command
24337 \end_layout
24338
24339 \end_inset
24340 </cell>
24341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24342 \begin_inset Text
24343
24344 \begin_layout Plain Layout
24345 Command
24346 \end_layout
24347
24348 \end_inset
24349 </cell>
24350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24351 \begin_inset Text
24352
24353 \begin_layout Plain Layout
24354 Command
24355 \end_layout
24356
24357 \end_inset
24358 </cell>
24359 </row>
24360 <row>
24361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24362 \begin_inset Text
24363
24364 \begin_layout Plain Layout
24365
24366 \backslash
24367 sin
24368 \end_layout
24369
24370 \end_inset
24371 </cell>
24372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24373 \begin_inset Text
24374
24375 \begin_layout Plain Layout
24376
24377 \backslash
24378 sinh
24379 \end_layout
24380
24381 \end_inset
24382 </cell>
24383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24384 \begin_inset Text
24385
24386 \begin_layout Plain Layout
24387
24388 \backslash
24389 arcsin
24390 \end_layout
24391
24392 \end_inset
24393 </cell>
24394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24395 \begin_inset Text
24396
24397 \begin_layout Plain Layout
24398
24399 \backslash
24400 sup
24401 \end_layout
24402
24403 \end_inset
24404 </cell>
24405 </row>
24406 <row>
24407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24408 \begin_inset Text
24409
24410 \begin_layout Plain Layout
24411
24412 \backslash
24413 cos
24414 \end_layout
24415
24416 \end_inset
24417 </cell>
24418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24419 \begin_inset Text
24420
24421 \begin_layout Plain Layout
24422
24423 \backslash
24424 cosh
24425 \end_layout
24426
24427 \end_inset
24428 </cell>
24429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24430 \begin_inset Text
24431
24432 \begin_layout Plain Layout
24433
24434 \backslash
24435 arccos
24436 \end_layout
24437
24438 \end_inset
24439 </cell>
24440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24441 \begin_inset Text
24442
24443 \begin_layout Plain Layout
24444
24445 \backslash
24446 inf
24447 \end_layout
24448
24449 \end_inset
24450 </cell>
24451 </row>
24452 <row>
24453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24454 \begin_inset Text
24455
24456 \begin_layout Plain Layout
24457
24458 \backslash
24459 tan
24460 \end_layout
24461
24462 \end_inset
24463 </cell>
24464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24465 \begin_inset Text
24466
24467 \begin_layout Plain Layout
24468
24469 \backslash
24470 tanh
24471 \end_layout
24472
24473 \end_inset
24474 </cell>
24475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24476 \begin_inset Text
24477
24478 \begin_layout Plain Layout
24479
24480 \backslash
24481 arctan
24482 \end_layout
24483
24484 \end_inset
24485 </cell>
24486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24487 \begin_inset Text
24488
24489 \begin_layout Plain Layout
24490
24491 \backslash
24492 lim
24493 \end_layout
24494
24495 \end_inset
24496 </cell>
24497 </row>
24498 <row>
24499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24500 \begin_inset Text
24501
24502 \begin_layout Plain Layout
24503
24504 \backslash
24505 cot
24506 \end_layout
24507
24508 \end_inset
24509 </cell>
24510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24511 \begin_inset Text
24512
24513 \begin_layout Plain Layout
24514
24515 \backslash
24516 coth
24517 \end_layout
24518
24519 \end_inset
24520 </cell>
24521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24522 \begin_inset Text
24523
24524 \begin_layout Plain Layout
24525
24526 \backslash
24527 arg
24528 \end_layout
24529
24530 \end_inset
24531 </cell>
24532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24533 \begin_inset Text
24534
24535 \begin_layout Plain Layout
24536
24537 \backslash
24538 liminf
24539 \end_layout
24540
24541 \end_inset
24542 </cell>
24543 </row>
24544 <row>
24545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24546 \begin_inset Text
24547
24548 \begin_layout Plain Layout
24549
24550 \backslash
24551 sec
24552 \end_layout
24553
24554 \end_inset
24555 </cell>
24556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24557 \begin_inset Text
24558
24559 \begin_layout Plain Layout
24560
24561 \backslash
24562 min
24563 \end_layout
24564
24565 \end_inset
24566 </cell>
24567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24568 \begin_inset Text
24569
24570 \begin_layout Plain Layout
24571
24572 \backslash
24573 deg
24574 \end_layout
24575
24576 \end_inset
24577 </cell>
24578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24579 \begin_inset Text
24580
24581 \begin_layout Plain Layout
24582
24583 \backslash
24584 limsup
24585 \end_layout
24586
24587 \end_inset
24588 </cell>
24589 </row>
24590 <row>
24591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24592 \begin_inset Text
24593
24594 \begin_layout Plain Layout
24595
24596 \backslash
24597 csc
24598 \end_layout
24599
24600 \end_inset
24601 </cell>
24602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24603 \begin_inset Text
24604
24605 \begin_layout Plain Layout
24606
24607 \backslash
24608 max
24609 \end_layout
24610
24611 \end_inset
24612 </cell>
24613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24614 \begin_inset Text
24615
24616 \begin_layout Plain Layout
24617
24618 \backslash
24619 det
24620 \end_layout
24621
24622 \end_inset
24623 </cell>
24624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24625 \begin_inset Text
24626
24627 \begin_layout Plain Layout
24628
24629 \backslash
24630 Pr
24631 \end_layout
24632
24633 \end_inset
24634 </cell>
24635 </row>
24636 <row>
24637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24638 \begin_inset Text
24639
24640 \begin_layout Plain Layout
24641
24642 \backslash
24643 ln
24644 \end_layout
24645
24646 \end_inset
24647 </cell>
24648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24649 \begin_inset Text
24650
24651 \begin_layout Plain Layout
24652
24653 \backslash
24654 exp
24655 \end_layout
24656
24657 \end_inset
24658 </cell>
24659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24660 \begin_inset Text
24661
24662 \begin_layout Plain Layout
24663
24664 \backslash
24665 dim
24666 \end_layout
24667
24668 \end_inset
24669 </cell>
24670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24671 \begin_inset Text
24672
24673 \begin_layout Plain Layout
24674
24675 \backslash
24676 hom
24677 \end_layout
24678
24679 \end_inset
24680 </cell>
24681 </row>
24682 <row>
24683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24684 \begin_inset Text
24685
24686 \begin_layout Plain Layout
24687
24688 \backslash
24689 lg
24690 \end_layout
24691
24692 \end_inset
24693 </cell>
24694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24695 \begin_inset Text
24696
24697 \begin_layout Plain Layout
24698
24699 \backslash
24700 log
24701 \end_layout
24702
24703 \end_inset
24704 </cell>
24705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24706 \begin_inset Text
24707
24708 \begin_layout Plain Layout
24709
24710 \backslash
24711 ker
24712 \end_layout
24713
24714 \end_inset
24715 </cell>
24716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24717 \begin_inset Text
24718
24719 \begin_layout Plain Layout
24720
24721 \backslash
24722 gcd
24723 \end_layout
24724
24725 \end_inset
24726 </cell>
24727 </row>
24728 </lyxtabular>
24729
24730 \end_inset
24731
24732
24733 \end_layout
24734
24735 \begin_layout Standard
24736 They can also be inserted with the math toolbar button 
24737 \begin_inset Graphics
24738         filename ../images/math/functions.png
24739         scale 85
24740
24741 \end_inset
24742
24743 .
24744 \end_layout
24745
24746 \begin_layout Subsection
24747 Self-defined Functions
24748 \begin_inset Index
24749 status collapsed
24750
24751 \begin_layout Plain Layout
24752 Functions ! self-defined
24753 \end_layout
24754
24755 \end_inset
24756
24757
24758 \end_layout
24759
24760 \begin_layout Standard
24761 To use a function that is not predefined, like for example the sign function
24762  sgn(x), there are two possibilities:
24763 \end_layout
24764
24765 \begin_layout Itemize
24766 Define the function by inserting the following line to the LaTeX-preamble
24767 \begin_inset Foot
24768 status collapsed
24769
24770 \begin_layout Plain Layout
24771 For more about 
24772 \series bold
24773
24774 \backslash
24775 DeclareMathOperator
24776 \series default
24777  see 
24778 \begin_inset CommandInset ref
24779 LatexCommand ref
24780 reference "sub:Self-defined-Operators"
24781
24782 \end_inset
24783
24784 .
24785 \end_layout
24786
24787 \end_inset
24788
24789
24790 \begin_inset Newline newline
24791 \end_inset
24792
24793
24794 \begin_inset VSpace -3mm
24795 \end_inset
24796
24797
24798 \begin_inset Newline newline
24799 \end_inset
24800
24801
24802 \series bold
24803
24804 \backslash
24805 DeclareMathOperator{
24806 \backslash
24807 sgn}{sgn}
24808 \series default
24809
24810 \begin_inset Index
24811 status collapsed
24812
24813 \begin_layout Plain Layout
24814 Commands ! D ! 
24815 \backslash
24816 dbinom@
24817 \backslash
24818 DeclareMathOperator
24819 \end_layout
24820
24821 \end_inset
24822
24823
24824 \begin_inset Newline newline
24825 \end_inset
24826
24827
24828 \begin_inset VSpace -2mm
24829 \end_inset
24830
24831
24832 \begin_inset Newline newline
24833 \end_inset
24834
24835 Now the new defined function can be called with the command 
24836 \series bold
24837
24838 \backslash
24839 sgn
24840 \series default
24841 .
24842 \end_layout
24843
24844 \begin_layout Itemize
24845 Write the the formula as usual, mark the formula name, in our example the
24846  letters 
24847 \emph on
24848 sgn
24849 \emph default
24850 , and change it to mathematical text.
24851  At last a space is inserted between prefactor and function.
24852 \end_layout
24853
24854 \begin_layout Standard
24855 The result is the same with both methods as with a predefined function
24856 \begin_inset Foot
24857 status collapsed
24858
24859 \begin_layout Plain Layout
24860 In LyX self-defined functions are displayed red, predefined ones black.
24861 \end_layout
24862
24863 \end_inset
24864
24865 :
24866 \end_layout
24867
24868 \begin_layout Standard
24869 \align center
24870 \begin_inset Tabular
24871 <lyxtabular version="3" rows="3" columns="2">
24872 <features>
24873 <column alignment="center" valignment="top" width="0pt">
24874 <column alignment="center" valignment="top" width="0pt">
24875 <row>
24876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24877 \begin_inset Text
24878
24879 \begin_layout Plain Layout
24880 Command
24881 \end_layout
24882
24883 \end_inset
24884 </cell>
24885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24886 \begin_inset Text
24887
24888 \begin_layout Plain Layout
24889 Result
24890 \end_layout
24891
24892 \end_inset
24893 </cell>
24894 </row>
24895 <row>
24896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24897 \begin_inset Text
24898
24899 \begin_layout Plain Layout
24900 A
24901 \backslash
24902 sgn(x)+B
24903 \end_layout
24904
24905 \end_inset
24906 </cell>
24907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24908 \begin_inset Text
24909
24910 \begin_layout Plain Layout
24911 \begin_inset Formula $A\sgn(x)+B$
24912 \end_inset
24913
24914
24915 \end_layout
24916
24917 \end_inset
24918 </cell>
24919 </row>
24920 <row>
24921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24922 \begin_inset Text
24923
24924 \begin_layout Plain Layout
24925 A
24926 \backslash
24927 ,
24928 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24929 \end_inset
24930
24931 (x)+B
24932 \end_layout
24933
24934 \end_inset
24935 </cell>
24936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24937 \begin_inset Text
24938
24939 \begin_layout Plain Layout
24940 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24941 \end_inset
24942
24943
24944 \end_layout
24945
24946 \end_inset
24947 </cell>
24948 </row>
24949 </lyxtabular>
24950
24951 \end_inset
24952
24953
24954 \end_layout
24955
24956 \begin_layout Standard
24957 The first method is more suitable when the self-defined function should
24958  be used several times.
24959 \end_layout
24960
24961 \begin_layout Subsection
24962 Limits
24963 \begin_inset Index
24964 status collapsed
24965
24966 \begin_layout Plain Layout
24967 Limits
24968 \end_layout
24969
24970 \end_inset
24971
24972
24973 \end_layout
24974
24975 \begin_layout Standard
24976 For limits there are defined besides 
24977 \series bold
24978
24979 \backslash
24980 lim
24981 \series default
24982
24983 \begin_inset Index
24984 status collapsed
24985
24986 \begin_layout Plain Layout
24987 Commands ! L ! 
24988 \backslash
24989 lim
24990 \end_layout
24991
24992 \end_inset
24993
24994
24995 \series bold
24996
24997 \backslash
24998 liminf
24999 \series default
25000  and 
25001 \series bold
25002
25003 \backslash
25004 limsup
25005 \series default
25006  furthermore the following functions:
25007 \end_layout
25008
25009 \begin_layout Standard
25010 \align center
25011 \begin_inset Tabular
25012 <lyxtabular version="3" rows="5" columns="2">
25013 <features>
25014 <column alignment="center" valignment="top" width="0">
25015 <column alignment="center" valignment="top" width="0">
25016 <row>
25017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25018 \begin_inset Text
25019
25020 \begin_layout Plain Layout
25021 Command
25022 \end_layout
25023
25024 \end_inset
25025 </cell>
25026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25027 \begin_inset Text
25028
25029 \begin_layout Plain Layout
25030 Result
25031 \begin_inset Note Note
25032 status collapsed
25033
25034 \begin_layout Plain Layout
25035
25036 \series bold
25037
25038 \backslash
25039 raisebox
25040 \series default
25041  is only used as spacer.
25042 \end_layout
25043
25044 \end_inset
25045
25046
25047 \end_layout
25048
25049 \end_inset
25050 </cell>
25051 </row>
25052 <row>
25053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25054 \begin_inset Text
25055
25056 \begin_layout Plain Layout
25057
25058 \backslash
25059 varliminf
25060 \end_layout
25061
25062 \end_inset
25063 </cell>
25064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25065 \begin_inset Text
25066
25067 \begin_layout Plain Layout
25068 \begin_inset Formula $\varliminf$
25069 \end_inset
25070
25071
25072 \end_layout
25073
25074 \end_inset
25075 </cell>
25076 </row>
25077 <row>
25078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25079 \begin_inset Text
25080
25081 \begin_layout Plain Layout
25082
25083 \backslash
25084 varlimsup
25085 \end_layout
25086
25087 \end_inset
25088 </cell>
25089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25090 \begin_inset Text
25091
25092 \begin_layout Plain Layout
25093 \begin_inset Formula $\varlimsup$
25094 \end_inset
25095
25096
25097 \end_layout
25098
25099 \end_inset
25100 </cell>
25101 </row>
25102 <row>
25103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25104 \begin_inset Text
25105
25106 \begin_layout Plain Layout
25107
25108 \backslash
25109 varprojlim
25110 \end_layout
25111
25112 \end_inset
25113 </cell>
25114 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25115 \begin_inset Text
25116
25117 \begin_layout Plain Layout
25118 \begin_inset Formula $\varprojlim$
25119 \end_inset
25120
25121
25122 \end_layout
25123
25124 \end_inset
25125 </cell>
25126 </row>
25127 <row>
25128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25129 \begin_inset Text
25130
25131 \begin_layout Plain Layout
25132
25133 \backslash
25134 varinjlim
25135 \end_layout
25136
25137 \end_inset
25138 </cell>
25139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25140 \begin_inset Text
25141
25142 \begin_layout Plain Layout
25143 \begin_inset Formula $\varinjlim$
25144 \end_inset
25145
25146
25147 \begin_inset Formula $\raisebox{-2.5mm}{}$
25148 \end_inset
25149
25150
25151 \end_layout
25152
25153 \end_inset
25154 </cell>
25155 </row>
25156 </lyxtabular>
25157
25158 \end_inset
25159
25160
25161 \end_layout
25162
25163 \begin_layout Standard
25164 \begin_inset VSpace medskip
25165 \end_inset
25166
25167 The limit is created by inserting a subscript.
25168  It is set right beside the function in an inline formula:
25169 \end_layout
25170
25171 \begin_layout Standard
25172 \align center
25173 \begin_inset Tabular
25174 <lyxtabular version="3" rows="2" columns="2">
25175 <features>
25176 <column alignment="center" valignment="top" width="0pt">
25177 <column alignment="center" valignment="top" width="0pt">
25178 <row>
25179 <cell alignment="center" valignment="top" usebox="none">
25180 \begin_inset Text
25181
25182 \begin_layout Plain Layout
25183 Command
25184 \end_layout
25185
25186 \end_inset
25187 </cell>
25188 <cell alignment="center" valignment="top" usebox="none">
25189 \begin_inset Text
25190
25191 \begin_layout Plain Layout
25192 \begin_inset space \hspace{}
25193 \length 1cm
25194 \end_inset
25195
25196 Result
25197 \begin_inset Note Note
25198 status collapsed
25199
25200 \begin_layout Plain Layout
25201
25202 \series bold
25203
25204 \backslash
25205 hspace
25206 \series default
25207  and
25208 \series bold
25209  
25210 \backslash
25211 raisebox
25212 \series default
25213  are used here as spacer.
25214 \end_layout
25215
25216 \end_inset
25217
25218
25219 \end_layout
25220
25221 \end_inset
25222 </cell>
25223 </row>
25224 <row>
25225 <cell alignment="center" valignment="top" usebox="none">
25226 \begin_inset Text
25227
25228 \begin_layout Plain Layout
25229
25230 \backslash
25231 lim_x
25232 \backslash
25233 to
25234 \begin_inset ERT
25235 status collapsed
25236
25237 \begin_layout Plain Layout
25238
25239
25240 \backslash
25241 spce 
25242 \end_layout
25243
25244 \end_inset
25245
25246 A
25247 \begin_inset ERT
25248 status collapsed
25249
25250 \begin_layout Plain Layout
25251
25252
25253 \backslash
25254 spce 
25255 \end_layout
25256
25257 \end_inset
25258
25259 x=B
25260 \end_layout
25261
25262 \end_inset
25263 </cell>
25264 <cell alignment="center" valignment="top" usebox="none">
25265 \begin_inset Text
25266
25267 \begin_layout Plain Layout
25268 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25269 \end_inset
25270
25271
25272 \end_layout
25273
25274 \end_inset
25275 </cell>
25276 </row>
25277 </lyxtabular>
25278
25279 \end_inset
25280
25281
25282 \end_layout
25283
25284 \begin_layout Standard
25285 In a displayed formula the limit is set below the formula, as usual:
25286 \begin_inset Formula \[
25287 \lim_{x\to A}x=B\]
25288
25289 \end_inset
25290
25291
25292 \end_layout
25293
25294 \begin_layout Subsection
25295 Modulo-Functions
25296 \begin_inset Index
25297 status collapsed
25298
25299 \begin_layout Plain Layout
25300 Functions ! modulo-
25301 \end_layout
25302
25303 \end_inset
25304
25305
25306 \end_layout
25307
25308 \begin_layout Standard
25309 The modulo-function is special, because it exists in four variants.
25310 \end_layout
25311
25312 \begin_layout Standard
25313 The variants in a displayed formula:
25314 \begin_inset Formula \begin{align*}
25315 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25316 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25317 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25318 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25319 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25320
25321 \end_inset
25322
25323
25324 \end_layout
25325
25326 \begin_layout Standard
25327 In an inline formula less space is set before the function names for all
25328  variants.
25329 \end_layout
25330
25331 \begin_layout Section
25332 Special Characters
25333 \begin_inset Index
25334 status collapsed
25335
25336 \begin_layout Plain Layout
25337 Special characters
25338 \end_layout
25339
25340 \end_inset
25341
25342
25343 \end_layout
25344
25345 \begin_layout Subsection
25346 Special Characters in Mathematical Text
25347 \end_layout
25348
25349 \begin_layout Standard
25350 The following commands can only be used in mathematical text or in TeX-mode:
25351 \end_layout
25352
25353 \begin_layout Standard
25354 \begin_inset space \hfill{}
25355 \end_inset
25356
25357
25358 \begin_inset Tabular
25359 <lyxtabular version="3" rows="8" columns="2">
25360 <features>
25361 <column alignment="block" valignment="top" width="0">
25362 <column alignment="block" valignment="top" width="0">
25363 <row>
25364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25365 \begin_inset Text
25366
25367 \begin_layout Plain Layout
25368 Command
25369 \end_layout
25370
25371 \end_inset
25372 </cell>
25373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25374 \begin_inset Text
25375
25376 \begin_layout Plain Layout
25377 Result
25378 \end_layout
25379
25380 \end_inset
25381 </cell>
25382 </row>
25383 <row>
25384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25385 \begin_inset Text
25386
25387 \begin_layout Plain Layout
25388
25389 \backslash
25390 oe
25391 \end_layout
25392
25393 \end_inset
25394 </cell>
25395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25396 \begin_inset Text
25397
25398 \begin_layout Plain Layout
25399 \begin_inset Formula $\textrm{œ}$
25400 \end_inset
25401
25402
25403 \end_layout
25404
25405 \end_inset
25406 </cell>
25407 </row>
25408 <row>
25409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25410 \begin_inset Text
25411
25412 \begin_layout Plain Layout
25413
25414 \backslash
25415 OE
25416 \end_layout
25417
25418 \end_inset
25419 </cell>
25420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25421 \begin_inset Text
25422
25423 \begin_layout Plain Layout
25424 \begin_inset Formula $\textrm{Œ}$
25425 \end_inset
25426
25427
25428 \end_layout
25429
25430 \end_inset
25431 </cell>
25432 </row>
25433 <row>
25434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25435 \begin_inset Text
25436
25437 \begin_layout Plain Layout
25438
25439 \backslash
25440 ae
25441 \end_layout
25442
25443 \end_inset
25444 </cell>
25445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25446 \begin_inset Text
25447
25448 \begin_layout Plain Layout
25449 \begin_inset Formula $\textrm{æ}$
25450 \end_inset
25451
25452
25453 \end_layout
25454
25455 \end_inset
25456 </cell>
25457 </row>
25458 <row>
25459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25460 \begin_inset Text
25461
25462 \begin_layout Plain Layout
25463
25464 \backslash
25465 AE
25466 \end_layout
25467
25468 \end_inset
25469 </cell>
25470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25471 \begin_inset Text
25472
25473 \begin_layout Plain Layout
25474 \begin_inset Formula $\textrm{Æ}$
25475 \end_inset
25476
25477
25478 \end_layout
25479
25480 \end_inset
25481 </cell>
25482 </row>
25483 <row>
25484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25485 \begin_inset Text
25486
25487 \begin_layout Plain Layout
25488
25489 \backslash
25490 aa
25491 \end_layout
25492
25493 \end_inset
25494 </cell>
25495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25496 \begin_inset Text
25497
25498 \begin_layout Plain Layout
25499 \begin_inset Formula $\textrm{\aa}$
25500 \end_inset
25501
25502
25503 \end_layout
25504
25505 \end_inset
25506 </cell>
25507 </row>
25508 <row>
25509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25510 \begin_inset Text
25511
25512 \begin_layout Plain Layout
25513
25514 \backslash
25515 AA
25516 \begin_inset Index
25517 status collapsed
25518
25519 \begin_layout Plain Layout
25520
25521 \backslash
25522 @
25523 \begin_inset ERT
25524 status collapsed
25525
25526 \begin_layout Plain Layout
25527
25528
25529 \backslash
25530 textrm{
25531 \backslash
25532 AA}
25533 \end_layout
25534
25535 \end_inset
25536
25537
25538 \end_layout
25539
25540 \end_inset
25541
25542
25543 \end_layout
25544
25545 \end_inset
25546 </cell>
25547 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" usebox="none">
25562 \begin_inset Text
25563
25564 \begin_layout Plain Layout
25565
25566 \backslash
25567 i
25568 \end_layout
25569
25570 \end_inset
25571 </cell>
25572 <cell alignment="center" valignment="top" bottomline="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 </lyxtabular>
25586
25587 \end_inset
25588
25589
25590 \begin_inset space \hfill{}
25591 \end_inset
25592
25593
25594 \begin_inset Tabular
25595 <lyxtabular version="3" rows="8" columns="2">
25596 <features>
25597 <column alignment="block" valignment="top" width="0">
25598 <column alignment="center" valignment="top" width="0">
25599 <row>
25600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25601 \begin_inset Text
25602
25603 \begin_layout Plain Layout
25604 command
25605 \begin_inset Note Note
25606 status collapsed
25607
25608 \begin_layout Plain Layout
25609
25610 \series bold
25611
25612 \backslash
25613 hspace{0mm}
25614 \series default
25615  is used for separation, because otherwise the output will be ¡ and ¿ respective
25616 ly.
25617 \end_layout
25618
25619 \end_inset
25620
25621
25622 \end_layout
25623
25624 \end_inset
25625 </cell>
25626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25627 \begin_inset Text
25628
25629 \begin_layout Plain Layout
25630 Result
25631 \end_layout
25632
25633 \end_inset
25634 </cell>
25635 </row>
25636 <row>
25637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25638 \begin_inset Text
25639
25640 \begin_layout Plain Layout
25641
25642 \backslash
25643 o
25644 \end_layout
25645
25646 \end_inset
25647 </cell>
25648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25649 \begin_inset Text
25650
25651 \begin_layout Plain Layout
25652 \begin_inset Formula $\textrm{ø}$
25653 \end_inset
25654
25655
25656 \end_layout
25657
25658 \end_inset
25659 </cell>
25660 </row>
25661 <row>
25662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25663 \begin_inset Text
25664
25665 \begin_layout Plain Layout
25666
25667 \backslash
25668 O
25669 \end_layout
25670
25671 \end_inset
25672 </cell>
25673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25674 \begin_inset Text
25675
25676 \begin_layout Plain Layout
25677 \begin_inset Formula $\textrm{Ø}$
25678 \end_inset
25679
25680
25681 \end_layout
25682
25683 \end_inset
25684 </cell>
25685 </row>
25686 <row>
25687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25688 \begin_inset Text
25689
25690 \begin_layout Plain Layout
25691
25692 \backslash
25693 l
25694 \end_layout
25695
25696 \end_inset
25697 </cell>
25698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25699 \begin_inset Text
25700
25701 \begin_layout Plain Layout
25702 \begin_inset Formula $\textrm{ł}$
25703 \end_inset
25704
25705
25706 \end_layout
25707
25708 \end_inset
25709 </cell>
25710 </row>
25711 <row>
25712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25713 \begin_inset Text
25714
25715 \begin_layout Plain Layout
25716
25717 \backslash
25718 L
25719 \end_layout
25720
25721 \end_inset
25722 </cell>
25723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25724 \begin_inset Text
25725
25726 \begin_layout Plain Layout
25727 \begin_inset Formula $\textrm{Ł}$
25728 \end_inset
25729
25730
25731 \end_layout
25732
25733 \end_inset
25734 </cell>
25735 </row>
25736 <row>
25737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25738 \begin_inset Text
25739
25740 \begin_layout Plain Layout
25741 !
25742 \begin_inset space \hspace{}
25743 \length 0mm
25744 \end_inset
25745
25746 `
25747 \begin_inset ERT
25748 status collapsed
25749
25750 \begin_layout Plain Layout
25751
25752
25753 \backslash
25754 spce 
25755 \end_layout
25756
25757 \end_inset
25758
25759
25760 \end_layout
25761
25762 \end_inset
25763 </cell>
25764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25765 \begin_inset Text
25766
25767 \begin_layout Plain Layout
25768 \begin_inset Formula $\textrm{!`}$
25769 \end_inset
25770
25771
25772 \end_layout
25773
25774 \end_inset
25775 </cell>
25776 </row>
25777 <row>
25778 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25779 \begin_inset Text
25780
25781 \begin_layout Plain Layout
25782 ?
25783 \begin_inset space \hspace{}
25784 \length 0mm
25785 \end_inset
25786
25787 `
25788 \begin_inset ERT
25789 status collapsed
25790
25791 \begin_layout Plain Layout
25792
25793
25794 \backslash
25795 spce 
25796 \end_layout
25797
25798 \end_inset
25799
25800
25801 \end_layout
25802
25803 \end_inset
25804 </cell>
25805 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25806 \begin_inset Text
25807
25808 \begin_layout Plain Layout
25809 \begin_inset Formula $\textrm{?`}$
25810 \end_inset
25811
25812
25813 \end_layout
25814
25815 \end_inset
25816 </cell>
25817 </row>
25818 <row>
25819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25820 \begin_inset Text
25821
25822 \begin_layout Plain Layout
25823
25824 \backslash
25825 j
25826 \end_layout
25827
25828 \end_inset
25829 </cell>
25830 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25831 \begin_inset Text
25832
25833 \begin_layout Plain Layout
25834 \begin_inset Formula $\textrm{ȷ}$
25835 \end_inset
25836
25837
25838 \end_layout
25839
25840 \end_inset
25841 </cell>
25842 </row>
25843 </lyxtabular>
25844
25845 \end_inset
25846
25847
25848 \begin_inset space \hfill{}
25849 \end_inset
25850
25851
25852 \end_layout
25853
25854 \begin_layout Standard
25855 The characters 
25856 \begin_inset Formula $\textrm{\textrm{Å}}$
25857 \end_inset
25858
25859  and 
25860 \begin_inset Formula $\textrm{\textrm{Ø}}$
25861 \end_inset
25862
25863  can also be inserted via the math toolbar button 
25864 \begin_inset Graphics
25865         filename ../images/math/digamma.png
25866         scale 85
25867
25868 \end_inset
25869
25870 .
25871 \end_layout
25872
25873 \begin_layout Standard
25874 An exception are the commands 
25875 \series bold
25876 !
25877 \begin_inset space \hspace{}
25878 \length 0mm
25879 \end_inset
25880
25881 `
25882 \series default
25883  and 
25884 \series bold
25885 ?
25886 \begin_inset space \hspace{}
25887 \length 0mm
25888 \end_inset
25889
25890 `
25891 \series default
25892 , because they can be inserted in LyX directly to text.
25893 \end_layout
25894
25895 \begin_layout Subsection
25896 Accents in Text
25897 \begin_inset CommandInset label
25898 LatexCommand label
25899 name "sub:Accents-in-Text"
25900
25901 \end_inset
25902
25903
25904 \begin_inset Index
25905 status collapsed
25906
25907 \begin_layout Plain Layout
25908 Accents ! in text
25909 \end_layout
25910
25911 \end_inset
25912
25913
25914 \end_layout
25915
25916 \begin_layout Standard
25917 With the following commands all letters can be accented.
25918  The commands must be inserted in TeX-mode.
25919 \end_layout
25920
25921 \begin_layout Standard
25922 \begin_inset space \hfill{}
25923 \end_inset
25924
25925
25926 \begin_inset Tabular
25927 <lyxtabular version="3" rows="8" columns="2">
25928 <features>
25929 <column alignment="block" valignment="top" width="0">
25930 <column alignment="block" valignment="top" width="0">
25931 <row>
25932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25933 \begin_inset Text
25934
25935 \begin_layout Plain Layout
25936 Command
25937 \end_layout
25938
25939 \end_inset
25940 </cell>
25941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25942 \begin_inset Text
25943
25944 \begin_layout Plain Layout
25945 Result
25946 \end_layout
25947
25948 \end_inset
25949 </cell>
25950 </row>
25951 <row>
25952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25953 \begin_inset Text
25954
25955 \begin_layout Plain Layout
25956
25957 \backslash
25958
25959 \begin_inset Quotes grd
25960 \end_inset
25961
25962 e
25963 \end_layout
25964
25965 \end_inset
25966 </cell>
25967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25968 \begin_inset Text
25969
25970 \begin_layout Plain Layout
25971 \begin_inset ERT
25972 status collapsed
25973
25974 \begin_layout Plain Layout
25975
25976
25977 \backslash
25978 "e
25979 \end_layout
25980
25981 \end_inset
25982
25983
25984 \end_layout
25985
25986 \end_inset
25987 </cell>
25988 </row>
25989 <row>
25990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25991 \begin_inset Text
25992
25993 \begin_layout Plain Layout
25994
25995 \backslash
25996 `e
25997 \end_layout
25998
25999 \end_inset
26000 </cell>
26001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26002 \begin_inset Text
26003
26004 \begin_layout Plain Layout
26005 \begin_inset ERT
26006 status collapsed
26007
26008 \begin_layout Plain Layout
26009
26010
26011 \backslash
26012 `e
26013 \end_layout
26014
26015 \end_inset
26016
26017
26018 \end_layout
26019
26020 \end_inset
26021 </cell>
26022 </row>
26023 <row>
26024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26025 \begin_inset Text
26026
26027 \begin_layout Plain Layout
26028
26029 \backslash
26030 ^
26031 \begin_inset ERT
26032 status collapsed
26033
26034 \begin_layout Plain Layout
26035
26036
26037 \backslash
26038 spce 
26039 \end_layout
26040
26041 \end_inset
26042
26043 e
26044 \end_layout
26045
26046 \end_inset
26047 </cell>
26048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26049 \begin_inset Text
26050
26051 \begin_layout Plain Layout
26052 \begin_inset ERT
26053 status collapsed
26054
26055 \begin_layout Plain Layout
26056
26057
26058 \backslash
26059 ^e
26060 \end_layout
26061
26062 \end_inset
26063
26064
26065 \end_layout
26066
26067 \end_inset
26068 </cell>
26069 </row>
26070 <row>
26071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26072 \begin_inset Text
26073
26074 \begin_layout Plain Layout
26075
26076 \backslash
26077 =e
26078 \end_layout
26079
26080 \end_inset
26081 </cell>
26082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26083 \begin_inset Text
26084
26085 \begin_layout Plain Layout
26086 \begin_inset ERT
26087 status collapsed
26088
26089 \begin_layout Plain Layout
26090
26091
26092 \backslash
26093 =e
26094 \end_layout
26095
26096 \end_inset
26097
26098
26099 \end_layout
26100
26101 \end_inset
26102 </cell>
26103 </row>
26104 <row>
26105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26106 \begin_inset Text
26107
26108 \begin_layout Plain Layout
26109
26110 \backslash
26111 u
26112 \begin_inset ERT
26113 status collapsed
26114
26115 \begin_layout Plain Layout
26116
26117
26118 \backslash
26119 spce 
26120 \end_layout
26121
26122 \end_inset
26123
26124 e
26125 \end_layout
26126
26127 \end_inset
26128 </cell>
26129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26130 \begin_inset Text
26131
26132 \begin_layout Plain Layout
26133 \begin_inset ERT
26134 status collapsed
26135
26136 \begin_layout Plain Layout
26137
26138
26139 \backslash
26140 u e
26141 \end_layout
26142
26143 \end_inset
26144
26145
26146 \end_layout
26147
26148 \end_inset
26149 </cell>
26150 </row>
26151 <row>
26152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26153 \begin_inset Text
26154
26155 \begin_layout Plain Layout
26156
26157 \backslash
26158 b
26159 \begin_inset ERT
26160 status collapsed
26161
26162 \begin_layout Plain Layout
26163
26164
26165 \backslash
26166 spce 
26167 \end_layout
26168
26169 \end_inset
26170
26171 e
26172 \end_layout
26173
26174 \end_inset
26175 </cell>
26176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26177 \begin_inset Text
26178
26179 \begin_layout Plain Layout
26180 \begin_inset ERT
26181 status collapsed
26182
26183 \begin_layout Plain Layout
26184
26185
26186 \backslash
26187 b e
26188 \end_layout
26189
26190 \end_inset
26191
26192
26193 \end_layout
26194
26195 \end_inset
26196 </cell>
26197 </row>
26198 <row>
26199 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26200 \begin_inset Text
26201
26202 \begin_layout Plain Layout
26203
26204 \backslash
26205 t
26206 \begin_inset ERT
26207 status collapsed
26208
26209 \begin_layout Plain Layout
26210
26211
26212 \backslash
26213 spce 
26214 \end_layout
26215
26216 \end_inset
26217
26218 ee
26219 \end_layout
26220
26221 \end_inset
26222 </cell>
26223 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26224 \begin_inset Text
26225
26226 \begin_layout Plain Layout
26227 \begin_inset ERT
26228 status collapsed
26229
26230 \begin_layout Plain Layout
26231
26232
26233 \backslash
26234 t ee
26235 \end_layout
26236
26237 \end_inset
26238
26239
26240 \end_layout
26241
26242 \end_inset
26243 </cell>
26244 </row>
26245 </lyxtabular>
26246
26247 \end_inset
26248
26249
26250 \begin_inset space \hfill{}
26251 \end_inset
26252
26253
26254 \begin_inset Tabular
26255 <lyxtabular version="3" rows="8" columns="2">
26256 <features>
26257 <column alignment="block" valignment="top" width="0">
26258 <column alignment="center" valignment="top" width="0">
26259 <row>
26260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26261 \begin_inset Text
26262
26263 \begin_layout Plain Layout
26264 Command
26265 \end_layout
26266
26267 \end_inset
26268 </cell>
26269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26270 \begin_inset Text
26271
26272 \begin_layout Plain Layout
26273 Result
26274 \end_layout
26275
26276 \end_inset
26277 </cell>
26278 </row>
26279 <row>
26280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26281 \begin_inset Text
26282
26283 \begin_layout Plain Layout
26284
26285 \backslash
26286 H
26287 \begin_inset ERT
26288 status collapsed
26289
26290 \begin_layout Plain Layout
26291
26292
26293 \backslash
26294 spce 
26295 \end_layout
26296
26297 \end_inset
26298
26299 e
26300 \end_layout
26301
26302 \end_inset
26303 </cell>
26304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26305 \begin_inset Text
26306
26307 \begin_layout Plain Layout
26308 \begin_inset ERT
26309 status collapsed
26310
26311 \begin_layout Plain Layout
26312
26313
26314 \backslash
26315 H e
26316 \end_layout
26317
26318 \end_inset
26319
26320
26321 \end_layout
26322
26323 \end_inset
26324 </cell>
26325 </row>
26326 <row>
26327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26328 \begin_inset Text
26329
26330 \begin_layout Plain Layout
26331
26332 \backslash
26333 'e
26334 \end_layout
26335
26336 \end_inset
26337 </cell>
26338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26339 \begin_inset Text
26340
26341 \begin_layout Plain Layout
26342 \begin_inset ERT
26343 status collapsed
26344
26345 \begin_layout Plain Layout
26346
26347
26348 \backslash
26349 'e
26350 \end_layout
26351
26352 \end_inset
26353
26354
26355 \end_layout
26356
26357 \end_inset
26358 </cell>
26359 </row>
26360 <row>
26361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26362 \begin_inset Text
26363
26364 \begin_layout Plain Layout
26365
26366 \backslash
26367 ~e
26368 \begin_inset Index
26369 status collapsed
26370
26371 \begin_layout Plain Layout
26372 Tilde
26373 \end_layout
26374
26375 \end_inset
26376
26377
26378 \end_layout
26379
26380 \end_inset
26381 </cell>
26382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26383 \begin_inset Text
26384
26385 \begin_layout Plain Layout
26386 \begin_inset ERT
26387 status collapsed
26388
26389 \begin_layout Plain Layout
26390
26391
26392 \backslash
26393 ~e
26394 \end_layout
26395
26396 \end_inset
26397
26398
26399 \end_layout
26400
26401 \end_inset
26402 </cell>
26403 </row>
26404 <row>
26405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26406 \begin_inset Text
26407
26408 \begin_layout Plain Layout
26409
26410 \backslash
26411 .e
26412 \end_layout
26413
26414 \end_inset
26415 </cell>
26416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26417 \begin_inset Text
26418
26419 \begin_layout Plain Layout
26420 \begin_inset ERT
26421 status collapsed
26422
26423 \begin_layout Plain Layout
26424
26425
26426 \backslash
26427 .e
26428 \end_layout
26429
26430 \end_inset
26431
26432
26433 \end_layout
26434
26435 \end_inset
26436 </cell>
26437 </row>
26438 <row>
26439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26440 \begin_inset Text
26441
26442 \begin_layout Plain Layout
26443
26444 \backslash
26445 v
26446 \begin_inset ERT
26447 status collapsed
26448
26449 \begin_layout Plain Layout
26450
26451
26452 \backslash
26453 spce 
26454 \end_layout
26455
26456 \end_inset
26457
26458 e
26459 \end_layout
26460
26461 \end_inset
26462 </cell>
26463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26464 \begin_inset Text
26465
26466 \begin_layout Plain Layout
26467 \begin_inset ERT
26468 status collapsed
26469
26470 \begin_layout Plain Layout
26471
26472
26473 \backslash
26474 v e
26475 \end_layout
26476
26477 \end_inset
26478
26479
26480 \end_layout
26481
26482 \end_inset
26483 </cell>
26484 </row>
26485 <row>
26486 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26487 \begin_inset Text
26488
26489 \begin_layout Plain Layout
26490
26491 \backslash
26492 d
26493 \begin_inset ERT
26494 status collapsed
26495
26496 \begin_layout Plain Layout
26497
26498
26499 \backslash
26500 spce 
26501 \end_layout
26502
26503 \end_inset
26504
26505 e
26506 \end_layout
26507
26508 \end_inset
26509 </cell>
26510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26511 \begin_inset Text
26512
26513 \begin_layout Plain Layout
26514 \begin_inset ERT
26515 status collapsed
26516
26517 \begin_layout Plain Layout
26518
26519
26520 \backslash
26521 d e
26522 \end_layout
26523
26524 \end_inset
26525
26526
26527 \end_layout
26528
26529 \end_inset
26530 </cell>
26531 </row>
26532 <row>
26533 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26534 \begin_inset Text
26535
26536 \begin_layout Plain Layout
26537
26538 \backslash
26539 c
26540 \begin_inset ERT
26541 status collapsed
26542
26543 \begin_layout Plain Layout
26544
26545
26546 \backslash
26547 spce 
26548 \end_layout
26549
26550 \end_inset
26551
26552 e
26553 \end_layout
26554
26555 \end_inset
26556 </cell>
26557 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26558 \begin_inset Text
26559
26560 \begin_layout Plain Layout
26561 \begin_inset ERT
26562 status collapsed
26563
26564 \begin_layout Plain Layout
26565
26566
26567 \backslash
26568 c e
26569 \end_layout
26570
26571 \end_inset
26572
26573
26574 \end_layout
26575
26576 \end_inset
26577 </cell>
26578 </row>
26579 </lyxtabular>
26580
26581 \end_inset
26582
26583
26584 \begin_inset space \hfill{}
26585 \end_inset
26586
26587
26588 \end_layout
26589
26590 \begin_layout Standard
26591 \begin_inset VSpace medskip
26592 \end_inset
26593
26594 With the command 
26595 \series bold
26596
26597 \backslash
26598 t
26599 \series default
26600  also two different characters can be accented.
26601  The command 
26602 \series bold
26603
26604 \backslash
26605 t
26606 \begin_inset ERT
26607 status collapsed
26608
26609 \begin_layout Plain Layout
26610
26611
26612 \backslash
26613 spce 
26614 \end_layout
26615
26616 \end_inset
26617
26618 sz
26619 \series default
26620  creates: 
26621 \begin_inset ERT
26622 status collapsed
26623
26624 \begin_layout Plain Layout
26625
26626
26627 \backslash
26628 t sz
26629 \end_layout
26630
26631 \end_inset
26632
26633
26634 \end_layout
26635
26636 \begin_layout Standard
26637 The accents 
26638 \series bold
26639 `
26640 \series default
26641  , 
26642 \series bold
26643 '
26644 \series default
26645  , and 
26646 \series bold
26647 ^
26648 \series default
26649  can in combination with vowels directly be inserted with the keyboard without
26650  using TeX-mode.
26651  The same applies for the tilde
26652 \begin_inset Foot
26653 status collapsed
26654
26655 \begin_layout Plain Layout
26656 This only applies for keyboards where the tilde is defined as accent.
26657 \end_layout
26658
26659 \end_inset
26660
26661  
26662 \series bold
26663 ~
26664 \series default
26665  in combination with 
26666 \emph on
26667 a
26668 \emph default
26669  , 
26670 \emph on
26671 n
26672 \emph default
26673  , or 
26674 \emph on
26675 o
26676 \emph default
26677 .
26678 \end_layout
26679
26680 \begin_layout Standard
26681 The commands 
26682 \series bold
26683
26684 \backslash
26685 b
26686 \series default
26687  , 
26688 \series bold
26689
26690 \backslash
26691 c
26692 \series default
26693  , 
26694 \series bold
26695
26696 \backslash
26697 d
26698 \series default
26699  , 
26700 \series bold
26701
26702 \backslash
26703 H
26704 \series default
26705  , 
26706 \series bold
26707
26708 \backslash
26709 t
26710 \series default
26711  , 
26712 \series bold
26713
26714 \backslash
26715 u
26716 \series default
26717  , 
26718 \series bold
26719
26720 \backslash
26721 v
26722 \series default
26723 , and accents inserted directly with the keyboard are also available in
26724  mathematical text.
26725  For the other accents there are special math commands to be used in formulas,
26726  see 
26727 \begin_inset CommandInset ref
26728 LatexCommand ref
26729 reference "sub:Accents-for-one"
26730
26731 \end_inset
26732
26733 .
26734 \end_layout
26735
26736 \begin_layout Standard
26737 \begin_inset VSpace bigskip
26738 \end_inset
26739
26740 Furthermore, with the command 
26741 \series bold
26742
26743 \backslash
26744 textcircled
26745 \series default
26746
26747 \begin_inset Index
26748 status collapsed
26749
26750 \begin_layout Plain Layout
26751 Commands ! T ! 
26752 \backslash
26753 textcircled
26754 \end_layout
26755
26756 \end_inset
26757
26758  all numbers and letters can be set into a circle, quasi accented with a
26759  circle, similar to the the copyright symbol.
26760 \end_layout
26761
26762 \begin_layout Standard
26763 \align center
26764 \begin_inset Tabular
26765 <lyxtabular version="3" rows="3" columns="2">
26766 <features>
26767 <column alignment="center" valignment="top" width="0">
26768 <column alignment="center" valignment="top" width="0">
26769 <row>
26770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26771 \begin_inset Text
26772
26773 \begin_layout Plain Layout
26774 Command
26775 \end_layout
26776
26777 \end_inset
26778 </cell>
26779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26780 \begin_inset Text
26781
26782 \begin_layout Plain Layout
26783 Result
26784 \begin_inset Note Note
26785 status collapsed
26786
26787 \begin_layout Plain Layout
26788
26789 \series bold
26790
26791 \backslash
26792 raisebox
26793 \series default
26794  is only used as spacer.
26795 \end_layout
26796
26797 \end_inset
26798
26799
26800 \end_layout
26801
26802 \end_inset
26803 </cell>
26804 </row>
26805 <row>
26806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26807 \begin_inset Text
26808
26809 \begin_layout Plain Layout
26810
26811 \backslash
26812 textcircled{w}
26813 \end_layout
26814
26815 \end_inset
26816 </cell>
26817 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26818 \begin_inset Text
26819
26820 \begin_layout Plain Layout
26821 \begin_inset ERT
26822 status collapsed
26823
26824 \begin_layout Plain Layout
26825
26826
26827 \backslash
26828 textcircled{w}
26829 \end_layout
26830
26831 \end_inset
26832
26833
26834 \end_layout
26835
26836 \end_inset
26837 </cell>
26838 </row>
26839 <row>
26840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26841 \begin_inset Text
26842
26843 \begin_layout Plain Layout
26844
26845 \backslash
26846 Large 
26847 \backslash
26848 textcircled{
26849 \backslash
26850 normalsize
26851 \backslash
26852 protect
26853 \backslash
26854 raisebox{-1.5pt}{W}}
26855 \end_layout
26856
26857 \end_inset
26858 </cell>
26859 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26860 \begin_inset Text
26861
26862 \begin_layout Plain Layout
26863 \begin_inset Formula $\raisebox{4.5mm}{}$
26864 \end_inset
26865
26866
26867 \begin_inset ERT
26868 status collapsed
26869
26870 \begin_layout Plain Layout
26871
26872
26873 \backslash
26874 Large 
26875 \backslash
26876 textcircled{
26877 \backslash
26878 normalsize
26879 \backslash
26880 protect
26881 \backslash
26882 raisebox{-1.5pt}W}
26883 \end_layout
26884
26885 \end_inset
26886
26887
26888 \begin_inset Formula $\raisebox{-2mm}{}$
26889 \end_inset
26890
26891
26892 \end_layout
26893
26894 \end_inset
26895 </cell>
26896 </row>
26897 </lyxtabular>
26898
26899 \end_inset
26900
26901
26902 \end_layout
26903
26904 \begin_layout Standard
26905 One has to take care that the character fits in the circle.
26906  
26907 \series bold
26908
26909 \backslash
26910 Large
26911 \series default
26912
26913 \begin_inset Foot
26914 status collapsed
26915
26916 \begin_layout Plain Layout
26917 see 
26918 \begin_inset CommandInset ref
26919 LatexCommand ref
26920 reference "sub:Font-Sizes"
26921
26922 \end_inset
26923
26924
26925 \end_layout
26926
26927 \end_inset
26928
26929  specifies thereby the size of the circle.
26930  With the help of 
26931 \series bold
26932
26933 \backslash
26934 raisebox
26935 \series default
26936
26937 \begin_inset Foot
26938 status collapsed
26939
26940 \begin_layout Plain Layout
26941 see 
26942 \begin_inset CommandInset ref
26943 LatexCommand ref
26944 reference "sub:Boxes-without-Frame"
26945
26946 \end_inset
26947
26948
26949 \end_layout
26950
26951 \end_inset
26952
26953  the character can be centered.
26954 \end_layout
26955
26956 \begin_layout Subsection
26957 Minuscule Numbers
26958 \begin_inset Index
26959 status collapsed
26960
26961 \begin_layout Plain Layout
26962 Minuscule numbers
26963 \end_layout
26964
26965 \end_inset
26966
26967
26968 \end_layout
26969
26970 \begin_layout Standard
26971 Minuscule numbers are created with the command 
26972 \series bold
26973
26974 \backslash
26975 oldstylenums
26976 \series default
26977
26978 \begin_inset Index
26979 status collapsed
26980
26981 \begin_layout Plain Layout
26982 Commands ! O ! 
26983 \backslash
26984 oldstylenums
26985 \end_layout
26986
26987 \end_inset
26988
26989 .
26990  The command can be used in formulas and in TeX-mode.
26991  The command scheme is:
26992 \end_layout
26993
26994 \begin_layout Standard
26995
26996 \series bold
26997
26998 \backslash
26999 oldstylenums{number}
27000 \end_layout
27001
27002 \begin_layout Standard
27003 The command 
27004 \series bold
27005
27006 \backslash
27007 oldstylenums{0123456789
27008 \series default
27009  produces: 
27010 \begin_inset Formula $\oldstylenums{0123456789}$
27011 \end_inset
27012
27013
27014 \end_layout
27015
27016 \begin_layout Subsection
27017 Miscellaneous special Characters
27018 \begin_inset CommandInset label
27019 LatexCommand label
27020 name "sub:Miscellaneous-special-Characters"
27021
27022 \end_inset
27023
27024
27025 \begin_inset Index
27026 status collapsed
27027
27028 \begin_layout Plain Layout
27029 Special characters ! miscellaneous
27030 \end_layout
27031
27032 \end_inset
27033
27034
27035 \end_layout
27036
27037 \begin_layout Standard
27038 The following characters can only be inserted to formulas by using commands:
27039 \end_layout
27040
27041 \begin_layout Standard
27042 \align center
27043 \begin_inset Tabular
27044 <lyxtabular version="3" rows="4" columns="2">
27045 <features>
27046 <column alignment="center" valignment="top" width="0">
27047 <column alignment="center" valignment="top" width="0">
27048 <row>
27049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27050 \begin_inset Text
27051
27052 \begin_layout Plain Layout
27053 Command
27054 \end_layout
27055
27056 \end_inset
27057 </cell>
27058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27059 \begin_inset Text
27060
27061 \begin_layout Plain Layout
27062 Result
27063 \end_layout
27064
27065 \end_inset
27066 </cell>
27067 </row>
27068 <row>
27069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27070 \begin_inset Text
27071
27072 \begin_layout Plain Layout
27073
27074 \backslash
27075 ^
27076 \begin_inset ERT
27077 status collapsed
27078
27079 \begin_layout Plain Layout
27080
27081
27082 \backslash
27083 spce 
27084 \end_layout
27085
27086 \end_inset
27087
27088
27089 \end_layout
27090
27091 \end_inset
27092 </cell>
27093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27094 \begin_inset Text
27095
27096 \begin_layout Plain Layout
27097 \begin_inset Formula $\mathcircumflex$
27098 \end_inset
27099
27100
27101 \end_layout
27102
27103 \end_inset
27104 </cell>
27105 </row>
27106 <row>
27107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27108 \begin_inset Text
27109
27110 \begin_layout Plain Layout
27111
27112 \backslash
27113 _
27114 \end_layout
27115
27116 \end_inset
27117 </cell>
27118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27119 \begin_inset Text
27120
27121 \begin_layout Plain Layout
27122 \begin_inset Formula $\_$
27123 \end_inset
27124
27125
27126 \end_layout
27127
27128 \end_inset
27129 </cell>
27130 </row>
27131 <row>
27132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27133 \begin_inset Text
27134
27135 \begin_layout Plain Layout
27136 ^
27137 \begin_inset ERT
27138 status collapsed
27139
27140 \begin_layout Plain Layout
27141
27142
27143 \backslash
27144 spce 
27145 \end_layout
27146
27147 \end_inset
27148
27149
27150 \backslash
27151 circ
27152 \begin_inset Index
27153 status collapsed
27154
27155 \begin_layout Plain Layout
27156
27157 \backslash
27158
27159 \end_layout
27160
27161 \end_inset
27162
27163
27164 \end_layout
27165
27166 \end_inset
27167 </cell>
27168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27169 \begin_inset Text
27170
27171 \begin_layout Plain Layout
27172 \begin_inset Formula $^{\circ}$
27173 \end_inset
27174
27175
27176 \end_layout
27177
27178 \end_inset
27179 </cell>
27180 </row>
27181 </lyxtabular>
27182
27183 \end_inset
27184
27185
27186 \end_layout
27187
27188 \begin_layout Standard
27189 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27190  contains the following line
27191 \begin_inset Foot
27192 status collapsed
27193
27194 \begin_layout Plain Layout
27195 More about this is described in 
27196 \begin_inset CommandInset ref
27197 LatexCommand ref
27198 reference "sub:Text-Characters-in"
27199
27200 \end_inset
27201
27202 .
27203 \end_layout
27204
27205 \end_inset
27206
27207 :
27208 \end_layout
27209
27210 \begin_layout Standard
27211
27212 \series bold
27213
27214 \backslash
27215 DeclareInputtext{176}{
27216 \backslash
27217 ifmmode^
27218 \backslash
27219 circ
27220 \backslash
27221 else
27222 \backslash
27223 textdegree
27224 \backslash
27225 fi}
27226 \end_layout
27227
27228 \begin_layout Section
27229 Formula Styles
27230 \begin_inset CommandInset label
27231 LatexCommand label
27232 name "sec:Formula-Styles"
27233
27234 \end_inset
27235
27236
27237 \begin_inset Index
27238 status collapsed
27239
27240 \begin_layout Plain Layout
27241 Formula ! styles
27242 \end_layout
27243
27244 \end_inset
27245
27246
27247 \end_layout
27248
27249 \begin_layout Itemize
27250 There are two different alignment styles:
27251 \end_layout
27252
27253 \begin_deeper
27254 \begin_layout Description
27255 Centered is the predefined standard
27256 \end_layout
27257
27258 \begin_layout Description
27259 Indented for this the option 
27260 \series bold
27261 fleqn
27262 \series default
27263  must be inserted in the menu 
27264 \family sans
27265 Document\SpecialChar \menuseparator
27266 Settings
27267 \family default
27268  under 
27269 \family sans
27270 Document
27271 \begin_inset space ~
27272 \end_inset
27273
27274 Class
27275 \end_layout
27276
27277 \begin_layout Standard
27278 When 
27279 \series bold
27280 Indented
27281 \series default
27282  is used, the indentation can be adjusted with the length 
27283 \series bold
27284
27285 \backslash
27286 mathindent
27287 \series default
27288
27289 \begin_inset Index
27290 status collapsed
27291
27292 \begin_layout Plain Layout
27293 Commands ! M ! 
27294 \backslash
27295 mathindent
27296 \end_layout
27297
27298 \end_inset
27299
27300 .
27301  Should the distance be 15
27302 \begin_inset space \thinspace{}
27303 \end_inset
27304
27305 mm, the following command line is inserted in the LaTeX-preamble
27306 \end_layout
27307
27308 \begin_layout Standard
27309
27310 \series bold
27311
27312 \backslash
27313 setlength{
27314 \backslash
27315 mathindent}{15mm}
27316 \end_layout
27317
27318 \begin_layout Standard
27319 When no length is specified, the predefined value of 30
27320 \begin_inset space \thinspace{}
27321 \end_inset
27322
27323 pt will be used.
27324 \end_layout
27325
27326 \end_deeper
27327 \begin_layout Itemize
27328 And two different numbering styles:
27329 \end_layout
27330
27331 \begin_deeper
27332 \begin_layout Description
27333 Right is the predefined standard
27334 \end_layout
27335
27336 \begin_layout Description
27337 Left for this the option 
27338 \series bold
27339 leqno
27340 \series default
27341  must be inserted in the menu 
27342 \family sans
27343 Document\SpecialChar \menuseparator
27344 Settings
27345 \family default
27346  under 
27347 \family sans
27348 Document
27349 \begin_inset space ~
27350 \end_inset
27351
27352 Class
27353 \end_layout
27354
27355 \end_deeper
27356 \begin_layout Standard
27357
27358 \series bold
27359 fleqn
27360 \series default
27361  and 
27362 \series bold
27363 leqno
27364 \series default
27365  can also be used together.
27366  In this case both options are inserted, separated by a comma.
27367 \end_layout
27368
27369 \begin_layout Standard
27370 The chosen styles are used for all displayed formulas of the document.
27371  When both, centered and indented formulas should be created in a document,
27372  the style 
27373 \series bold
27374 Centered
27375 \series default
27376  is used.
27377  The indented formulas are then set in a flalign environment, see 
27378 \begin_inset CommandInset ref
27379 LatexCommand ref
27380 reference "sub:Flalign-Environment"
27381
27382 \end_inset
27383
27384 .
27385 \end_layout
27386
27387 \begin_layout Section
27388 Multiline Formulas
27389 \begin_inset CommandInset label
27390 LatexCommand label
27391 name "sec:Multiline-Formulas"
27392
27393 \end_inset
27394
27395
27396 \begin_inset Index
27397 status collapsed
27398
27399 \begin_layout Plain Layout
27400 Formula ! multiline
27401 \end_layout
27402
27403 \end_inset
27404
27405
27406 \end_layout
27407
27408 \begin_layout Subsection
27409 General
27410 \end_layout
27411
27412 \begin_layout Standard
27413 In LyX multiline formulas are created by pressing 
27414 \family sans
27415 \series bold
27416 Ctrl-Return
27417 \family default
27418 \series default
27419  inside a formula.
27420  This creates either an 
27421 \series bold
27422 eqnarray environment
27423 \series default
27424  that is described in 
27425 \begin_inset CommandInset ref
27426 LatexCommand ref
27427 reference "sub:Eqnarray-Environment"
27428
27429 \end_inset
27430
27431  or, when the option 
27432 \family sans
27433 Use AMS math package
27434 \family default
27435  in the document settings is selected, an 
27436 \series bold
27437 align environment
27438 \series default
27439  that is described in 
27440 \begin_inset CommandInset ref
27441 LatexCommand ref
27442 reference "sub:Standard-align-Environment"
27443
27444 \end_inset
27445
27446 .
27447 \end_layout
27448
27449 \begin_layout Standard
27450 There are other multiline formula environments that can be created via the
27451  menu 
27452 \family sans
27453 Insert\SpecialChar \menuseparator
27454 Math
27455 \family default
27456 .
27457  These environments are described in the following sections.
27458 \end_layout
27459
27460 \begin_layout Standard
27461 In all multiline formula environments a new line is created by pressing
27462  
27463 \family sans
27464 Ctrl-Return
27465 \family default
27466 .
27467  To add or delete lines, the math toolbar buttons 
27468 \begin_inset Graphics
27469         filename ../images/tabular-feature_append-row.png
27470         scale 85
27471
27472 \end_inset
27473
27474  or 
27475 \begin_inset Graphics
27476         filename ../images/tabular-feature_delete-row.png
27477         scale 85
27478
27479 \end_inset
27480
27481 , respectively, or the menu 
27482 \family sans
27483 Edit\SpecialChar \menuseparator
27484 Rows & Columns
27485 \family default
27486  can be used.
27487 \end_layout
27488
27489 \begin_layout Subsubsection
27490 Line Separation
27491 \begin_inset CommandInset label
27492 LatexCommand label
27493 name "sub:Line-Separation"
27494
27495 \end_inset
27496
27497
27498 \begin_inset Index
27499 status collapsed
27500
27501 \begin_layout Plain Layout
27502 Formula ! multiline ! Line separation
27503 \end_layout
27504
27505 \end_inset
27506
27507
27508 \end_layout
27509
27510 \begin_layout Standard
27511 There is sometimes not enough space in multiline formulas between the lines:
27512 \begin_inset Formula \begin{eqnarray*}
27513 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}\\
27514 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*}
27515
27516 \end_inset
27517
27518
27519 \end_layout
27520
27521 \begin_layout Standard
27522 In LaTeX additional line space is specified as optional argument of the
27523  new line command.
27524  This is not yet possible in LyX
27525 \begin_inset Foot
27526 status collapsed
27527
27528 \begin_layout Plain Layout
27529 see 
27530 \begin_inset CommandInset href
27531 LatexCommand href
27532 name "LyX-bug #1505"
27533 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27534
27535 \end_inset
27536
27537
27538 \end_layout
27539
27540 \end_inset
27541
27542 , therefore the whole formula must be inserted in TeX-mode.
27543  To add in our example space, the command 
27544 \series bold
27545
27546 \backslash
27547
27548 \backslash
27549 [3mm]
27550 \series default
27551  is inserted at the end of the first line.
27552  One gets: 
27553 \begin_inset ERT
27554 status collapsed
27555
27556 \begin_layout Plain Layout
27557
27558
27559 \backslash
27560 begin{eqnarray*}
27561 \end_layout
27562
27563 \begin_layout Plain Layout
27564
27565 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27566  = & 
27567 \backslash
27568 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27569 \backslash
27570
27571 \backslash
27572 [3mm]
27573 \end_layout
27574
27575 \begin_layout Plain Layout
27576
27577 4x^{2}
27578 \backslash
27579 left(B^{2}+x_{0}^{2}
27580 \backslash
27581 right)+4x_{0}x
27582 \backslash
27583 left(D-B^{2}
27584 \backslash
27585 right)+B^{2}
27586 \backslash
27587 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27588 \backslash
27589 right) & = & 0
27590 \end_layout
27591
27592 \begin_layout Plain Layout
27593
27594
27595 \backslash
27596 end{eqnarray*}
27597 \end_layout
27598
27599 \end_inset
27600
27601
27602 \end_layout
27603
27604 \begin_layout Standard
27605 \begin_inset VSpace bigskip
27606 \end_inset
27607
27608 To set the the line separation for all lines in a formula, the length 
27609 \series bold
27610
27611 \backslash
27612 jot
27613 \series default
27614
27615 \begin_inset Index
27616 status collapsed
27617
27618 \begin_layout Plain Layout
27619 Commands ! J ! 
27620 \backslash
27621 jot
27622 \end_layout
27623
27624 \end_inset
27625
27626  is changed.
27627  The definition is: 
27628 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
27629 \end_inset
27630
27631 .
27632  Predefined for 
27633 \series bold
27634
27635 \backslash
27636 jot
27637 \series default
27638  is the value 3
27639 \begin_inset space \thinspace{}
27640 \end_inset
27641
27642 pt.
27643  To create 3
27644 \begin_inset space \thinspace{}
27645 \end_inset
27646
27647 mm additional line separation as in the previous example, the command
27648 \end_layout
27649
27650 \begin_layout Standard
27651
27652 \series bold
27653
27654 \backslash
27655 setlength{
27656 \backslash
27657 jot}{3mm+3pt}
27658 \end_layout
27659
27660 \begin_layout Standard
27661 is inserted in TeX-mode before the formula.
27662  This requires that the LaTeX-package 
27663 \series bold
27664 calc
27665 \series default
27666
27667 \begin_inset Foot
27668 status collapsed
27669
27670 \begin_layout Plain Layout
27671
27672 \series bold
27673 calc
27674 \series default
27675  is part of every LaTeX standard installation.
27676 \end_layout
27677
27678 \end_inset
27679
27680
27681 \begin_inset Index
27682 status collapsed
27683
27684 \begin_layout Plain Layout
27685 Packages ! calc
27686 \end_layout
27687
27688 \end_inset
27689
27690  was loaded in LaTeX-preamble with the line
27691 \end_layout
27692
27693 \begin_layout Standard
27694
27695 \series bold
27696
27697 \backslash
27698 usepackage{calc}
27699 \end_layout
27700
27701 \begin_layout Standard
27702 One gets: 
27703 \begin_inset ERT
27704 status collapsed
27705
27706 \begin_layout Plain Layout
27707
27708
27709 \backslash
27710 setlength{
27711 \backslash
27712 jot}{3mm+3pt}
27713 \end_layout
27714
27715 \end_inset
27716
27717
27718 \begin_inset Formula \begin{eqnarray*}
27719 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}\\
27720 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*}
27721
27722 \end_inset
27723
27724
27725 \end_layout
27726
27727 \begin_layout Standard
27728 \begin_inset ERT
27729 status collapsed
27730
27731 \begin_layout Plain Layout
27732
27733
27734 \backslash
27735 setlength{
27736 \backslash
27737 jot}{3pt}
27738 \end_layout
27739
27740 \end_inset
27741
27742  To get back to the predefined distance, 
27743 \series bold
27744
27745 \backslash
27746 jot
27747 \series default
27748  is set to the value 3
27749 \begin_inset space \thinspace{}
27750 \end_inset
27751
27752 pt.
27753 \end_layout
27754
27755 \begin_layout Subsubsection
27756 Column Separation
27757 \begin_inset CommandInset label
27758 LatexCommand label
27759 name "sub:Column-Separation"
27760
27761 \end_inset
27762
27763
27764 \begin_inset Index
27765 status collapsed
27766
27767 \begin_layout Plain Layout
27768 Formula ! multiline ! Column separation
27769 \end_layout
27770
27771 \end_inset
27772
27773
27774 \end_layout
27775
27776 \begin_layout Standard
27777 Multiline formulas form a matrix.
27778  A formula in the eqnarray environment is for example a matrix with three
27779  columns.
27780  By changing the column separation in this environment, the space beside
27781  the relation sign can be changed.
27782 \end_layout
27783
27784 \begin_layout Standard
27785 The column separation is specified with the length 
27786 \series bold
27787
27788 \backslash
27789 arraycolsep
27790 \series default
27791
27792 \begin_inset Index
27793 status collapsed
27794
27795 \begin_layout Plain Layout
27796 Commands ! A ! 
27797 \backslash
27798 arraycolsep
27799 \end_layout
27800
27801 \end_inset
27802
27803  according to:
27804 \begin_inset Newline newline
27805 \end_inset
27806
27807 column separation = 2
27808 \begin_inset space \thinspace{}
27809 \end_inset
27810
27811
27812 \series bold
27813
27814 \backslash
27815 arraycolsep
27816 \series default
27817
27818 \begin_inset Newline newline
27819 \end_inset
27820
27821 Thus, the command
27822 \end_layout
27823
27824 \begin_layout Standard
27825
27826 \series bold
27827
27828 \backslash
27829 setlength{
27830 \backslash
27831 arraycolsep}{1cm}
27832 \end_layout
27833
27834 \begin_layout Standard
27835 inserted in TeX-mode, sets for all following formulas a column separation
27836  of 2
27837 \begin_inset space \thinspace{}
27838 \end_inset
27839
27840 cm.
27841  To get back to the predefined distance, 
27842 \series bold
27843
27844 \backslash
27845 arraycolsep
27846 \series default
27847  is set to 5
27848 \begin_inset space \thinspace{}
27849 \end_inset
27850
27851 pt.
27852 \end_layout
27853
27854 \begin_layout Standard
27855 A formula with 2
27856 \begin_inset space \thinspace{}
27857 \end_inset
27858
27859 cm column separation:
27860 \begin_inset ERT
27861 status collapsed
27862
27863 \begin_layout Plain Layout
27864
27865
27866 \backslash
27867 setlength{
27868 \backslash
27869 arraycolsep}{1cm}
27870 \end_layout
27871
27872 \end_inset
27873
27874
27875 \begin_inset Formula \begin{eqnarray*}
27876 A & = & B\\
27877 C & \ne & A\end{eqnarray*}
27878
27879 \end_inset
27880
27881 A formula with the predefined column separation for matrices of 10
27882 \begin_inset space \thinspace{}
27883 \end_inset
27884
27885 pt:
27886 \begin_inset ERT
27887 status collapsed
27888
27889 \begin_layout Plain Layout
27890
27891
27892 \backslash
27893 setlength{
27894 \backslash
27895 arraycolsep}{5pt}
27896 \end_layout
27897
27898 \end_inset
27899
27900
27901 \begin_inset Formula \begin{eqnarray*}
27902 A & = & B\\
27903 C & \ne & A\end{eqnarray*}
27904
27905 \end_inset
27906
27907
27908 \end_layout
27909
27910 \begin_layout Subsubsection
27911 Long Formulas
27912 \begin_inset Index
27913 status collapsed
27914
27915 \begin_layout Plain Layout
27916 Formula ! long
27917 \end_layout
27918
27919 \end_inset
27920
27921
27922 \end_layout
27923
27924 \begin_layout Standard
27925 Long formulas can be typeset using these methods:
27926 \end_layout
27927
27928 \begin_layout Itemize
27929 When one side of the equation is much shorther than the line width, this
27930  one is chosen for the left side and the right side is typeset over two
27931  lines:
27932 \begin_inset ERT
27933 status collapsed
27934
27935 \begin_layout Plain Layout
27936
27937
27938 \backslash
27939 medskip
27940 \end_layout
27941
27942 \end_inset
27943
27944  
27945 \begin_inset Formula \begin{eqnarray}
27946 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 \\
27947  &  & -\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:kurzlang}\end{eqnarray}
27948
27949 \end_inset
27950
27951
27952 \begin_inset ERT
27953 status collapsed
27954
27955 \begin_layout Plain Layout
27956
27957
27958 \backslash
27959 smallskip
27960 \end_layout
27961
27962 \end_inset
27963
27964
27965 \begin_inset Newline newline
27966 \end_inset
27967
27968 The minus sign at the beginning of the second line does normally not appear
27969  as operator because it is the first character of the line.
27970  Thus it would not be surrounded by space and could not be distinguished
27971  from the fraction bar.
27972  To avoid this, space was inserted behind the minus sign with the command
27973  
27974 \series bold
27975
27976 \backslash
27977 hspace{3pt}
27978 \series default
27979
27980 \begin_inset Foot
27981 status collapsed
27982
27983 \begin_layout Plain Layout
27984 more about 
27985 \series bold
27986
27987 \backslash
27988 hspace
27989 \series default
27990  see 
27991 \begin_inset CommandInset ref
27992 LatexCommand ref
27993 reference "sub:Variable-Space"
27994
27995 \end_inset
27996
27997
27998 \end_layout
27999
28000 \end_inset
28001
28002
28003 \begin_inset Index
28004 status collapsed
28005
28006 \begin_layout Plain Layout
28007 Commands ! H ! 
28008 \backslash
28009 hspace
28010 \end_layout
28011
28012 \end_inset
28013
28014 .
28015 \end_layout
28016
28017 \begin_layout Itemize
28018 When both sides of the equation are too long, the command 
28019 \series bold
28020
28021 \backslash
28022 lefteqn
28023 \series default
28024
28025 \begin_inset Index
28026 status collapsed
28027
28028 \begin_layout Plain Layout
28029 Commands ! L ! 
28030 \backslash
28031 lefteqn
28032 \end_layout
28033
28034 \end_inset
28035
28036  is used.
28037  It is inserted to the first column of the first line and effects that all
28038  further insertions overwrite the following columns:
28039 \begin_inset ERT
28040 status collapsed
28041
28042 \begin_layout Plain Layout
28043
28044
28045 \backslash
28046 medskip
28047 \end_layout
28048
28049 \end_inset
28050
28051
28052 \begin_inset Formula \begin{eqnarray}
28053 \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 \\
28054  &  & -\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 \\
28055  &  & =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}
28056
28057 \end_inset
28058
28059
28060 \begin_inset ERT
28061 status collapsed
28062
28063 \begin_layout Plain Layout
28064
28065
28066 \backslash
28067 smallskip
28068 \end_layout
28069
28070 \end_inset
28071
28072
28073 \begin_inset Newline newline
28074 \end_inset
28075
28076 After the insertion of 
28077 \series bold
28078
28079 \backslash
28080 lefteqn
28081 \series default
28082 , the cursor is in a purple box that is a bit shifted to the left from the
28083  blue one.
28084  In this the formula is inserted.
28085 \begin_inset ERT
28086 status collapsed
28087
28088 \begin_layout Plain Layout
28089
28090
28091 \backslash
28092 medskip
28093 \end_layout
28094
28095 \end_inset
28096
28097
28098 \begin_inset Newline newline
28099 \end_inset
28100
28101 The content of the further lines is inserted to the second or another formula
28102  column.
28103  The greater the column number where it was inserted, the larger the indentation.
28104 \begin_inset ERT
28105 status collapsed
28106
28107 \begin_layout Plain Layout
28108
28109
28110 \backslash
28111 medskip
28112 \end_layout
28113
28114 \end_inset
28115
28116
28117 \begin_inset Newline newline
28118 \end_inset
28119
28120
28121 \begin_inset Note Greyedout
28122 status open
28123
28124 \begin_layout Plain Layout
28125 Note the following when using 
28126 \series bold
28127
28128 \backslash
28129 lefteqn
28130 \series default
28131 :
28132 \end_layout
28133
28134 \begin_layout Itemize
28135 The formula doesn't use the full page width.
28136  When e.
28137 \begin_inset space \thinspace{}
28138 \end_inset
28139
28140 g.
28141 \begin_inset space ~
28142 \end_inset
28143
28144 the term 
28145 \begin_inset Formula $-B^{2}$
28146 \end_inset
28147
28148  is added to the first line in the above example, it would have been outside
28149  the page margin.
28150  To better use the width, negative space can be inserted at the beginning
28151  of the first line.
28152 \end_layout
28153
28154 \begin_layout Itemize
28155 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28156  line.
28157 \begin_inset Foot
28158 status collapsed
28159
28160 \begin_layout Plain Layout
28161 \begin_inset CommandInset href
28162 LatexCommand href
28163 name "LyX-bug #1429"
28164 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28165
28166 \end_inset
28167
28168
28169 \end_layout
28170
28171 \end_inset
28172
28173  One can only set the cursor at the beginning of the line and move it with
28174  the arrow keys.
28175 \end_layout
28176
28177 \end_inset
28178
28179
28180 \end_layout
28181
28182 \begin_layout Itemize
28183 Other methods to set long formulas are offered by the environments described
28184  in 
28185 \begin_inset CommandInset ref
28186 LatexCommand ref
28187 reference "sub:Multline-Environment"
28188
28189 \end_inset
28190
28191  and 
28192 \begin_inset CommandInset ref
28193 LatexCommand ref
28194 reference "sub:Multiline-Formula-Parts"
28195
28196 \end_inset
28197
28198 .
28199 \end_layout
28200
28201 \begin_layout Subsubsection
28202 Multiline Brackets
28203 \begin_inset CommandInset label
28204 LatexCommand label
28205 name "sub:Multiline-Brackets"
28206
28207 \end_inset
28208
28209
28210 \begin_inset Index
28211 status collapsed
28212
28213 \begin_layout Plain Layout
28214 Brackets ! for multiline expressions
28215 \end_layout
28216
28217 \end_inset
28218
28219
28220 \end_layout
28221
28222 \begin_layout Standard
28223 For brackets spanning multiple lines the following problem occurs:
28224 \begin_inset Formula \begin{eqnarray*}
28225 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28226  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28227
28228 \end_inset
28229
28230
28231 \end_layout
28232
28233 \begin_layout Standard
28234 The closing bracket is smaller than the opening bracket because brackets
28235  with variable size may not span multiple lines.
28236 \end_layout
28237
28238 \begin_layout Standard
28239 To set the bracket size for the second line correctly, the first line is
28240  ended with 
28241 \series bold
28242
28243 \backslash
28244 right.
28245 \series default
28246
28247 \begin_inset Index
28248 status collapsed
28249
28250 \begin_layout Plain Layout
28251 Commands ! R ! 
28252 \backslash
28253 right
28254 \end_layout
28255
28256 \end_inset
28257
28258  and the second line with 
28259 \series bold
28260
28261 \backslash
28262 left.
28263 \begin_inset Foot
28264 status collapsed
28265
28266 \begin_layout Plain Layout
28267 for more about 
28268 \series bold
28269
28270 \backslash
28271 left
28272 \series default
28273  and 
28274 \series bold
28275
28276 \backslash
28277 right
28278 \series default
28279  see 
28280 \begin_inset CommandInset ref
28281 LatexCommand ref
28282 reference "sub:Automatic-Bracket-Size"
28283
28284 \end_inset
28285
28286
28287 \end_layout
28288
28289 \end_inset
28290
28291
28292 \series default
28293
28294 \begin_inset Index
28295 status collapsed
28296
28297 \begin_layout Plain Layout
28298 Commands ! L ! 
28299 \backslash
28300 left
28301 \end_layout
28302
28303 \end_inset
28304
28305 .
28306  After 
28307 \series bold
28308
28309 \backslash
28310 left.
28311
28312 \series default
28313  the command 
28314 \series bold
28315
28316 \backslash
28317 vphantom
28318 \series default
28319
28320 \begin_inset ERT
28321 status collapsed
28322
28323 \begin_layout Plain Layout
28324
28325
28326 \backslash
28327 spce 
28328 \end_layout
28329
28330 \end_inset
28331
28332
28333 \series bold
28334
28335 \backslash
28336 prod
28337 \series default
28338 ^
28339 \begin_inset ERT
28340 status collapsed
28341
28342 \begin_layout Plain Layout
28343
28344
28345 \backslash
28346 spce 
28347 \end_layout
28348
28349 \end_inset
28350
28351
28352 \series bold
28353
28354 \backslash
28355 infty
28356 \series default
28357
28358 \begin_inset ERT
28359 status collapsed
28360
28361 \begin_layout Plain Layout
28362
28363
28364 \backslash
28365 spce 
28366 \end_layout
28367
28368 \end_inset
28369
28370
28371 \series bold
28372
28373 \begin_inset Formula $\downarrow$
28374 \end_inset
28375
28376 _R=1}
28377 \series default
28378
28379 \begin_inset Index
28380 status collapsed
28381
28382 \begin_layout Plain Layout
28383 Commands ! V ! 
28384 \backslash
28385 vphantom
28386 \end_layout
28387
28388 \end_inset
28389
28390  is inserted, because the multiplication operator with its limits is the
28391  largest symbol in the first line and this should be the size for the bracket
28392  in the second line.
28393 \end_layout
28394
28395 \begin_layout Standard
28396 The result is this:
28397 \begin_inset Formula \begin{eqnarray*}
28398 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28399  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28400
28401 \end_inset
28402
28403
28404 \end_layout
28405
28406 \begin_layout Subsection
28407 Align Environments
28408 \end_layout
28409
28410 \begin_layout Standard
28411 Align environments can be used for every kind of multiline formulas.
28412  They are specially useful to set several formulas side by side.
28413 \end_layout
28414
28415 \begin_layout Standard
28416 Align environments consist of columns.
28417  The odd columns are right aligned, the even ones left aligned.
28418  Every line in an Align environment can be numbered.
28419 \end_layout
28420
28421 \begin_layout Standard
28422 Align environments are created via the menu 
28423 \family sans
28424 Insert\SpecialChar \menuseparator
28425 Math
28426 \family default
28427 .
28428  With the menu 
28429 \family sans
28430 Edit\SpecialChar \menuseparator
28431 Math\SpecialChar \menuseparator
28432 Change Formula Type
28433 \family default
28434  already existing formulas can be converted to Align environments.
28435 \end_layout
28436
28437 \begin_layout Standard
28438 To add or delete columns, the math toolbar buttons 
28439 \begin_inset Graphics
28440         filename ../images/tabular-feature_append-column.png
28441         scale 85
28442
28443 \end_inset
28444
28445  or 
28446 \begin_inset Graphics
28447         filename ../images/tabular-feature_delete-column.png
28448         scale 85
28449
28450 \end_inset
28451
28452 , respectively, or the menu 
28453 \family sans
28454 Edit\SpecialChar \menuseparator
28455 Rows & Columns
28456 \family default
28457  can be used.
28458 \end_layout
28459
28460 \begin_layout Subsubsection
28461 Standard align Environment
28462 \begin_inset CommandInset label
28463 LatexCommand label
28464 name "sub:Standard-align-Environment"
28465
28466 \end_inset
28467
28468
28469 \begin_inset Index
28470 status collapsed
28471
28472 \begin_layout Plain Layout
28473 Formula ! multiline ! align environment
28474 \end_layout
28475
28476 \end_inset
28477
28478
28479 \end_layout
28480
28481 \begin_layout Standard
28482 This Align environment is created by presssing 
28483 \family sans
28484 Ctrl-Return
28485 \family default
28486  in a formula or by the menu 
28487 \family sans
28488 Insert\SpecialChar \menuseparator
28489 Math\SpecialChar \menuseparator
28490 AMS align Environment
28491 \family default
28492 .
28493 \end_layout
28494
28495 \begin_layout Standard
28496 An example for two formulas set side by side, that are created with a four
28497  column align environment:
28498 \begin_inset Formula \begin{align*}
28499 A & =\sin(B) & C & =D\\
28500 C & \ne A & B & \ne D\end{align*}
28501
28502 \end_inset
28503
28504 As it can be seen, the formulas in this environment are placed so as if
28505  there would be a 
28506 \series bold
28507
28508 \backslash
28509 hfill
28510 \begin_inset Foot
28511 status collapsed
28512
28513 \begin_layout Plain Layout
28514 more about 
28515 \series bold
28516
28517 \backslash
28518 hfill
28519 \series default
28520  see 
28521 \begin_inset CommandInset ref
28522 LatexCommand ref
28523 reference "sub:Variable-Space"
28524
28525 \end_inset
28526
28527
28528 \end_layout
28529
28530 \end_inset
28531
28532
28533 \series default
28534  before the first and after every even column.
28535  When the formula style 
28536 \series bold
28537 Indented
28538 \begin_inset Foot
28539 status collapsed
28540
28541 \begin_layout Plain Layout
28542 formula styles see 
28543 \begin_inset CommandInset ref
28544 LatexCommand ref
28545 reference "sec:Formula-Styles"
28546
28547 \end_inset
28548
28549
28550 \end_layout
28551
28552 \end_inset
28553
28554
28555 \series default
28556  is used, the formula is set without the 
28557 \series bold
28558
28559 \backslash
28560 hfill
28561 \series default
28562  before the first column.
28563 \end_layout
28564
28565 \begin_layout Subsubsection
28566 Alignat Environment
28567 \begin_inset Index
28568 status collapsed
28569
28570 \begin_layout Plain Layout
28571 Formula ! multiline ! alignat environment
28572 \end_layout
28573
28574 \end_inset
28575
28576
28577 \end_layout
28578
28579 \begin_layout Standard
28580 The alignat environment has no predefined column separation.
28581  It can be inserted manually with the spaces that are described 
28582 \begin_inset CommandInset ref
28583 LatexCommand ref
28584 reference "sub:Space"
28585
28586 \end_inset
28587
28588 .
28589 \end_layout
28590
28591 \begin_layout Standard
28592 The above example in the alignat environment where 1
28593 \begin_inset space \thinspace{}
28594 \end_inset
28595
28596 cm space was inserted at the beginning of the second formula:
28597 \begin_inset Formula \begin{alignat*}{2}
28598 A & =\sin(B) & \hspace{1cm}C & =D\\
28599 C & \ne A & B & \ne D\end{alignat*}
28600
28601 \end_inset
28602
28603 Because the column separation can be set separately for every column, this
28604  environment is especially suitable to set three and more formulas side
28605  by side.
28606 \end_layout
28607
28608 \begin_layout Subsubsection
28609 Flalign Environment
28610 \begin_inset CommandInset label
28611 LatexCommand label
28612 name "sub:Flalign-Environment"
28613
28614 \end_inset
28615
28616
28617 \begin_inset Index
28618 status collapsed
28619
28620 \begin_layout Plain Layout
28621 Formula ! multiline ! flalign environment
28622 \end_layout
28623
28624 \end_inset
28625
28626
28627 \end_layout
28628
28629 \begin_layout Standard
28630 In this environment the first two columns are always set as much as possible
28631  to the left and the last two ones to the right.
28632  An example:
28633 \begin_inset Formula \begin{flalign*}
28634 A & =1 & B & =2 & C & =3\\
28635 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28636
28637 \end_inset
28638
28639
28640 \end_layout
28641
28642 \begin_layout Standard
28643 By creating a flalign environment with an odd number of columns where an
28644  empty TeX-brace is inserted to the last column, several formulas in a document
28645  can be set to the left, although the formula style 
28646 \series bold
28647 Centered
28648 \series default
28649  is used.
28650  As example the indented formula 
28651 \begin_inset CommandInset ref
28652 LatexCommand eqref
28653 reference "eq:VolInt"
28654
28655 \end_inset
28656
28657 :
28658 \begin_inset Formula \begin{flalign}
28659 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28660
28661 \end_inset
28662
28663 The first two columns contain the formula.
28664  To indent it as with the formula style 
28665 \series bold
28666 Indented
28667 \series default
28668 , 30
28669 \begin_inset space \thinspace{}
28670 \end_inset
28671
28672 pt space was inserted at the beginning of the first column.
28673 \end_layout
28674
28675 \begin_layout Subsection
28676 Eqnarray Environment
28677 \begin_inset CommandInset label
28678 LatexCommand label
28679 name "sub:Eqnarray-Environment"
28680
28681 \end_inset
28682
28683
28684 \begin_inset Index
28685 status collapsed
28686
28687 \begin_layout Plain Layout
28688 Formula ! multiline ! eqnarray environment
28689 \end_layout
28690
28691 \end_inset
28692
28693
28694 \end_layout
28695
28696 \begin_layout Standard
28697 When this environment has been created, three blue boxes appear.
28698  The content of the first box is right aligned, the content of the last
28699  one left aligned.
28700  The content of the middle box appears centered and a bit smaller, because
28701  it is designed to insert there only relation characters.
28702 \begin_inset Formula \begin{eqnarray*}
28703 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28704 AB & AB & AB\\
28705 A & = & A\end{eqnarray*}
28706
28707 \end_inset
28708
28709
28710 \end_layout
28711
28712 \begin_layout Subsection
28713 Gather Environment
28714 \begin_inset Index
28715 status collapsed
28716
28717 \begin_layout Plain Layout
28718 Formula ! multiline ! gather environment
28719 \end_layout
28720
28721 \end_inset
28722
28723
28724 \end_layout
28725
28726 \begin_layout Standard
28727 This environment consists of only one centered column.
28728  Every line can be numbered.
28729 \begin_inset Formula \begin{gather}
28730 A=1\\
28731 X=\textrm{-}1\end{gather}
28732
28733 \end_inset
28734
28735
28736 \end_layout
28737
28738 \begin_layout Subsection
28739 Multline Environment
28740 \begin_inset CommandInset label
28741 LatexCommand label
28742 name "sub:Multline-Environment"
28743
28744 \end_inset
28745
28746
28747 \begin_inset Index
28748 status collapsed
28749
28750 \begin_layout Plain Layout
28751 Formula ! multiline ! multline environment
28752 \end_layout
28753
28754 \end_inset
28755
28756
28757 \end_layout
28758
28759 \begin_layout Standard
28760 The multline environment consists, like the gather environment, of only
28761  one column.
28762  But the first line is left aligned, the last one right aligned.
28763  All other lines are centered.
28764  Therefore this environment is suitable for long formulas.
28765  As example formula 
28766 \begin_inset CommandInset ref
28767 LatexCommand eqref
28768 reference "eq:lefteqn"
28769
28770 \end_inset
28771
28772  in the multline environment:
28773 \begin_inset Formula \begin{multline}
28774 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}\\
28775 -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}\\
28776 =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}
28777
28778 \end_inset
28779
28780
28781 \end_layout
28782
28783 \begin_layout Standard
28784 In the output only the last (first) line of a multline environment appears
28785  numbered when the document numbering is right (left).
28786 \begin_inset Foot
28787 status collapsed
28788
28789 \begin_layout Plain Layout
28790 numbering styles see 
28791 \begin_inset CommandInset ref
28792 LatexCommand ref
28793 reference "sec:Formula-Styles"
28794
28795 \end_inset
28796
28797
28798 \end_layout
28799
28800 \end_inset
28801
28802
28803 \end_layout
28804
28805 \begin_layout Standard
28806 With the commands 
28807 \series bold
28808
28809 \backslash
28810 shoveright
28811 \begin_inset Index
28812 status collapsed
28813
28814 \begin_layout Plain Layout
28815 Commands ! S ! 
28816 \backslash
28817 shoveright
28818 \end_layout
28819
28820 \end_inset
28821
28822
28823 \series default
28824  and 
28825 \series bold
28826
28827 \backslash
28828 shoveleft
28829 \begin_inset Index
28830 status collapsed
28831
28832 \begin_layout Plain Layout
28833 Commands ! S ! 
28834 \backslash
28835 shoveleft
28836 \end_layout
28837
28838 \end_inset
28839
28840
28841 \series default
28842  a centered line can be right or left aligned, respectively.
28843  The commands are used as follows:
28844 \end_layout
28845
28846 \begin_layout Standard
28847
28848 \series bold
28849
28850 \backslash
28851 shoveright{line content}
28852 \series default
28853  and 
28854 \series bold
28855
28856 \backslash
28857 shoveleft{line content}
28858 \end_layout
28859
28860 \begin_layout Standard
28861 \begin_inset VSpace medskip
28862 \end_inset
28863
28864 The length 
28865 \series bold
28866
28867 \backslash
28868 multlinegap
28869 \begin_inset Index
28870 status collapsed
28871
28872 \begin_layout Plain Layout
28873 Commands ! M ! 
28874 \backslash
28875 multlinegap
28876 \end_layout
28877
28878 \end_inset
28879
28880
28881 \series default
28882  specifies the distance of the first line from the left page margin.
28883  Predefined is the length 0
28884 \begin_inset space \thinspace{}
28885 \end_inset
28886
28887 pt.
28888 \end_layout
28889
28890 \begin_layout Standard
28891 As example the above formula where the command
28892 \end_layout
28893
28894 \begin_layout Standard
28895
28896 \series bold
28897
28898 \backslash
28899 setlength{
28900 \backslash
28901 multlinegap}{2cm}
28902 \end_layout
28903
28904 \begin_layout Standard
28905 was inserted in TeX-mode before:
28906 \begin_inset ERT
28907 status collapsed
28908
28909 \begin_layout Plain Layout
28910
28911
28912 \backslash
28913 setlength{
28914 \backslash
28915 multlinegap}{2cm}
28916 \end_layout
28917
28918 \end_inset
28919
28920
28921 \begin_inset Formula \begin{multline}
28922 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}\\
28923 \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}}\\
28924 =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}
28925
28926 \end_inset
28927
28928
28929 \begin_inset ERT
28930 status collapsed
28931
28932 \begin_layout Plain Layout
28933
28934
28935 \backslash
28936 setlength{
28937 \backslash
28938 multlinegap}{0pt}
28939 \end_layout
28940
28941 \end_inset
28942
28943 The second line was left aligned using 
28944 \series bold
28945
28946 \backslash
28947 shoveleft
28948 \series default
28949 .
28950 \end_layout
28951
28952 \begin_layout Subsection
28953 Multiline Formula Parts
28954 \begin_inset CommandInset label
28955 LatexCommand label
28956 name "sub:Multiline-Formula-Parts"
28957
28958 \end_inset
28959
28960
28961 \begin_inset Index
28962 status collapsed
28963
28964 \begin_layout Plain Layout
28965 Formula ! multiline ! formula parts
28966 \end_layout
28967
28968 \end_inset
28969
28970
28971 \end_layout
28972
28973 \begin_layout Standard
28974 To display only parts of a formula with multiple lines, one of the following
28975  environments are used: 
28976 \series bold
28977 aligned
28978 \series default
28979
28980 \series bold
28981 alignedat
28982 \series default
28983
28984 \series bold
28985 gathered
28986 \series default
28987  or 
28988 \series bold
28989 split
28990 \series default
28991 .
28992  They can be inserted via the menu 
28993 \family sans
28994 Insert\SpecialChar \menuseparator
28995 Math
28996 \family default
28997  or by using the commands described in this section.
28998 \end_layout
28999
29000 \begin_layout Standard
29001 The first three have the same properties as the corresponding multiline
29002  formula environments, but it is possible to set further formula parts beside
29003  them.
29004  An example:
29005 \begin_inset Formula \[
29006 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29007 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29008 \right\} \textrm{Uncertainty relations}\]
29009
29010 \end_inset
29011
29012
29013 \end_layout
29014
29015 \begin_layout Standard
29016 To get this formula, a displayed formula is created where the command 
29017 \series bold
29018
29019 \backslash
29020 aligned
29021 \begin_inset Index
29022 status collapsed
29023
29024 \begin_layout Plain Layout
29025 Commands ! A ! 
29026 \backslash
29027 aligned
29028 \end_layout
29029
29030 \end_inset
29031
29032
29033 \series default
29034  is inserted.
29035  A purple box appears around the blue formula box where now columns and
29036  lines can be added.
29037  Outside the multiline environment other formula parts can be set, like
29038  the brace.
29039 \end_layout
29040
29041 \begin_layout Standard
29042 The aligned environment is also suitable for long formulas whose lines are
29043  horizontally aligned.
29044  Using aligned in a displayed formula has the advantage that the formula
29045  number is vertically centered behind the lines.
29046  As example formula 
29047 \begin_inset CommandInset ref
29048 LatexCommand eqref
29049 reference "eq:kurzlang"
29050
29051 \end_inset
29052
29053  in the aligned environment:
29054 \begin_inset Formula \begin{equation}
29055 \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}|}\\
29056  & -\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}
29057 \end{equation}
29058
29059 \end_inset
29060
29061
29062 \end_layout
29063
29064 \begin_layout Standard
29065 To use the environments 
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 , the command 
29078 \series bold
29079
29080 \backslash
29081 alignedat
29082 \series default
29083 ,
29084 \begin_inset Index
29085 status collapsed
29086
29087 \begin_layout Plain Layout
29088 Commands ! A ! 
29089 \backslash
29090 alignedat
29091 \end_layout
29092
29093 \end_inset
29094
29095  
29096 \series bold
29097
29098 \backslash
29099 gathered
29100 \series default
29101
29102 \begin_inset Index
29103 status collapsed
29104
29105 \begin_layout Plain Layout
29106 Commands ! G ! 
29107 \backslash
29108 gathered
29109 \end_layout
29110
29111 \end_inset
29112
29113 , or 
29114 \series bold
29115
29116 \backslash
29117 split
29118 \series default
29119
29120 \begin_inset Index
29121 status collapsed
29122
29123 \begin_layout Plain Layout
29124 Commands ! S ! 
29125 \backslash
29126 split
29127 \end_layout
29128
29129 \end_inset
29130
29131  are inserted, respectively.
29132  The split environment has the same properties as the aligned environment
29133  but it can only have two columns.
29134 \end_layout
29135
29136 \begin_layout Subsection
29137 Text in multiline Formulas
29138 \begin_inset CommandInset label
29139 LatexCommand label
29140 name "sub:Text-in-multiline"
29141
29142 \end_inset
29143
29144
29145 \begin_inset Index
29146 status collapsed
29147
29148 \begin_layout Plain Layout
29149 Text ! in formulas
29150 \end_layout
29151
29152 \end_inset
29153
29154
29155 \begin_inset Index
29156 status collapsed
29157
29158 \begin_layout Plain Layout
29159 Formula ! multiline ! text
29160 \end_layout
29161
29162 \end_inset
29163
29164
29165 \end_layout
29166
29167 \begin_layout Standard
29168 In the Align environments, and the multline and gather environment, text
29169  can be inserted that will appear in a separate line and doesn't affect
29170  the column alignment.
29171  To do this, the command 
29172 \series bold
29173
29174 \backslash
29175 intertext
29176 \begin_inset Index
29177 status collapsed
29178
29179 \begin_layout Plain Layout
29180 Commands ! I ! 
29181 \backslash
29182 intertext
29183 \end_layout
29184
29185 \end_inset
29186
29187
29188 \series default
29189  is used in the following scheme:
29190 \end_layout
29191
29192 \begin_layout Standard
29193
29194 \series bold
29195
29196 \backslash
29197 intertext{text}
29198 \end_layout
29199
29200 \begin_layout Standard
29201 The text should not be longer than a line because it cannot be hyphenated.
29202  As LyX doesn't yet support 
29203 \series bold
29204
29205 \backslash
29206 intertext
29207 \series default
29208  directly, the text is written as mathematical text.
29209  
29210 \series bold
29211
29212 \backslash
29213 intertext
29214 \series default
29215  must hereby be at the beginning of a line and appears in the output above
29216  this line.
29217  An example where the text was inserted at the beginning of the second line:
29218 \begin_inset Formula \begin{align}
29219 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29220 \intertext{\text{integrand is symmetric to $\phi=\pi$, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29221
29222 \end_inset
29223
29224
29225 \end_layout
29226
29227 \begin_layout Section
29228 Formula Numbering
29229 \begin_inset Index
29230 status collapsed
29231
29232 \begin_layout Plain Layout
29233 Formula numbering
29234 \end_layout
29235
29236 \end_inset
29237
29238
29239 \begin_inset Index
29240 status collapsed
29241
29242 \begin_layout Plain Layout
29243 Formula ! numbering|see
29244 \begin_inset ERT
29245 status collapsed
29246
29247 \begin_layout Plain Layout
29248
29249 {
29250 \end_layout
29251
29252 \end_inset
29253
29254 Formula numbering
29255 \begin_inset ERT
29256 status collapsed
29257
29258 \begin_layout Plain Layout
29259
29260 }
29261 \end_layout
29262
29263 \end_inset
29264
29265
29266 \end_layout
29267
29268 \end_inset
29269
29270
29271 \end_layout
29272
29273 \begin_layout Subsection
29274 General
29275 \end_layout
29276
29277 \begin_layout Standard
29278 Numbered formulas can be created with the menu 
29279 \family sans
29280 Insert\SpecialChar \menuseparator
29281 Math\SpecialChar \menuseparator
29282 Numbered
29283 \begin_inset space ~
29284 \end_inset
29285
29286 Formula
29287 \family default
29288  (shortcut 
29289 \family sans
29290 Ctrl-Alt
29291 \begin_inset space ~
29292 \end_inset
29293
29294 n
29295 \family default
29296 ).
29297  Existing formulas can be numbered with the menu 
29298 \family sans
29299 Edit\SpecialChar \menuseparator
29300 Math\SpecialChar \menuseparator
29301 Toggle
29302 \begin_inset space ~
29303 \end_inset
29304
29305 Numbering
29306 \family default
29307  (shortcut 
29308 \family sans
29309 Alt-m
29310 \begin_inset space ~
29311 \end_inset
29312
29313 n
29314 \family default
29315 ).
29316  The formula number is displayed in LyX behind the formula as number sign
29317  in parentheses.
29318  The number sign is replaced in the output by the formula number.
29319 \end_layout
29320
29321 \begin_layout Standard
29322 When numbering is turned on in multiline formulas, all lines will be numbered.
29323  But the numbering can be controlled with the menu 
29324 \family sans
29325 Edit\SpecialChar \menuseparator
29326 Math\SpecialChar \menuseparator
29327 Toggle
29328 \begin_inset space ~
29329 \end_inset
29330
29331 Numbering
29332 \begin_inset space ~
29333 \end_inset
29334
29335 of
29336 \begin_inset space ~
29337 \end_inset
29338
29339 Line
29340 \family default
29341  (shortcut 
29342 \family sans
29343 Alt-m
29344 \begin_inset space ~
29345 \end_inset
29346
29347 N
29348 \family default
29349 ) for every line.
29350 \end_layout
29351
29352 \begin_layout Standard
29353 Except of inline formulas, all formulas can be numbered with two different
29354  styles, see 
29355 \begin_inset CommandInset ref
29356 LatexCommand ref
29357 reference "sec:Formula-Styles"
29358
29359 \end_inset
29360
29361 .
29362 \end_layout
29363
29364 \begin_layout Subsection
29365 Cross-References
29366 \begin_inset CommandInset label
29367 LatexCommand label
29368 name "sub:Cross-References"
29369
29370 \end_inset
29371
29372
29373 \begin_inset Index
29374 status collapsed
29375
29376 \begin_layout Plain Layout
29377 Cross-references ! to formulas
29378 \end_layout
29379
29380 \end_inset
29381
29382
29383 \end_layout
29384
29385 \begin_layout Standard
29386 All labeled formulas can be cross-referenced.
29387  A label is added by the menu 
29388 \family sans
29389 Insert\SpecialChar \menuseparator
29390 Label
29391 \family default
29392  or the toolbar button 
29393 \begin_inset Graphics
29394         filename ../images/label-insert.png
29395         scale 85
29396
29397 \end_inset
29398
29399 .
29400  The cursor must hereby be inside a displayed formula.
29401  A dialog pops up displaying the prefix 
29402 \series bold
29403 eq:
29404 \series default
29405  in a text field.
29406  The label is inserted there behind the prefix.
29407  The predefined prefix means 
29408 \begin_inset Quotes eld
29409 \end_inset
29410
29411 equation
29412 \begin_inset Quotes erd
29413 \end_inset
29414
29415  and makes it easier to find labels in large documents because it marks
29416  it as formula label to divide it from e.
29417 \begin_inset space \thinspace{}
29418 \end_inset
29419
29420 g.
29421 \begin_inset space ~
29422 \end_inset
29423
29424 section labels.
29425  To change a label, the menu 
29426 \family sans
29427 Insert\SpecialChar \menuseparator
29428 Label
29429 \family default
29430  is used again.
29431 \end_layout
29432
29433 \begin_layout Standard
29434 The name of the label is displayed in LyX within two parentheses behind
29435  formula.
29436  A formula with a label is always numbered.
29437 \end_layout
29438
29439 \begin_layout Standard
29440 Cross-references are inserted via the menu 
29441 \family sans
29442 Insert\SpecialChar \menuseparator
29443 Cross-Reference
29444 \family default
29445  or with the toolbar button 
29446 \begin_inset Graphics
29447         filename ../images/dialog-show-new-inset_ref.png
29448         scale 85
29449
29450 \end_inset
29451
29452 .
29453  A formula cross-reference appears in the output as formula number.
29454  When in the cross-reference dialog window the format 
29455 \series bold
29456 (<reference>)
29457 \series default
29458  is chosen, the cross-reference appears in the output as formula number
29459  in parentheses.
29460 \begin_inset Newline newline
29461 \end_inset
29462
29463 By right-clicking on a cross-reference in LyX, one jumps to the formula
29464  that is referenced.
29465 \end_layout
29466
29467 \begin_layout Standard
29468 Here are as examples cross-references to formulas of the following subsections:
29469 \begin_inset Note Note
29470 status open
29471
29472 \begin_layout Plain Layout
29473 Note the different cross-reference types.
29474 \end_layout
29475
29476 \end_inset
29477
29478
29479 \end_layout
29480
29481 \begin_layout Standard
29482 The equations 
29483 \begin_inset CommandInset ref
29484 LatexCommand eqref
29485 reference "eq:tag"
29486
29487 \end_inset
29488
29489  and 
29490 \begin_inset CommandInset ref
29491 LatexCommand eqref
29492 reference "eq:c"
29493
29494 \end_inset
29495
29496  are equivalent.
29497  In (
29498 \begin_inset CommandInset ref
29499 LatexCommand ref
29500 reference "eq:Lat"
29501
29502 \end_inset
29503
29504 ) big Latin letters are used for the numbering in contrary to (
29505 \begin_inset CommandInset ref
29506 LatexCommand ref
29507 reference "eq:Rom"
29508
29509 \end_inset
29510
29511 ).
29512 \end_layout
29513
29514 \begin_layout Standard
29515 \begin_inset VSpace medskip
29516 \end_inset
29517
29518 When the argument of 
29519 \series bold
29520
29521 \backslash
29522 tag
29523 \begin_inset Foot
29524 status collapsed
29525
29526 \begin_layout Plain Layout
29527
29528 \series bold
29529
29530 \backslash
29531 tag
29532 \series default
29533  is described in 
29534 \begin_inset CommandInset ref
29535 LatexCommand ref
29536 reference "sub:User-defined-Numbering"
29537
29538 \end_inset
29539
29540 .
29541 \end_layout
29542
29543 \end_inset
29544
29545
29546 \series default
29547  contains a box like in 
29548 \begin_inset CommandInset ref
29549 LatexCommand ref
29550 reference "sub:Paragraph-Boxes"
29551
29552 \end_inset
29553
29554 , the formula cannot be referenced.
29555 \end_layout
29556
29557 \begin_layout Subsection
29558 Subnumbering
29559 \begin_inset Index
29560 status collapsed
29561
29562 \begin_layout Plain Layout
29563 Formula numbering ! subnumbering
29564 \end_layout
29565
29566 \end_inset
29567
29568
29569 \end_layout
29570
29571 \begin_layout Standard
29572 With the help of the commands 
29573 \series bold
29574
29575 \backslash
29576 begin{subequations}
29577 \series default
29578  and 
29579 \series bold
29580
29581 \backslash
29582 end{subequations}
29583 \series default
29584  formulas can be subnumbered.
29585  Both commands are inserted in TeX-mode.
29586 \end_layout
29587
29588 \begin_layout Standard
29589 An example:
29590 \begin_inset Formula \begin{equation}
29591 A=C-B\label{eq:a}\end{equation}
29592
29593 \end_inset
29594
29595
29596 \begin_inset ERT
29597 status collapsed
29598
29599 \begin_layout Plain Layout
29600
29601
29602 \backslash
29603 addtocounter{equation}{-1}
29604 \end_layout
29605
29606 \end_inset
29607
29608
29609 \begin_inset ERT
29610 status collapsed
29611
29612 \begin_layout Plain Layout
29613
29614
29615 \backslash
29616 begin{subequations}
29617 \end_layout
29618
29619 \end_inset
29620
29621
29622 \begin_inset VSpace -5mm
29623 \end_inset
29624
29625
29626 \begin_inset Formula \begin{equation}
29627 B=C-A\label{eq:b}\end{equation}
29628
29629 \end_inset
29630
29631
29632 \begin_inset Formula \begin{equation}
29633 C=A+B\label{eq:c}\end{equation}
29634
29635 \end_inset
29636
29637
29638 \end_layout
29639
29640 \begin_layout Standard
29641 \begin_inset ERT
29642 status collapsed
29643
29644 \begin_layout Plain Layout
29645
29646
29647 \backslash
29648 end{subequations}
29649 \end_layout
29650
29651 \end_inset
29652
29653
29654 \end_layout
29655
29656 \begin_layout Standard
29657 To create the example, the following is done:
29658 \end_layout
29659
29660 \begin_layout Enumerate
29661 first formula is inserted
29662 \end_layout
29663
29664 \begin_layout Enumerate
29665
29666 \series bold
29667
29668 \backslash
29669 addtocounter{equation}{-1} 
29670 \backslash
29671 begin{subequations}
29672 \begin_inset Index
29673 status collapsed
29674
29675 \begin_layout Plain Layout
29676 Commands ! A ! 
29677 \backslash
29678 addtocounter
29679 \end_layout
29680
29681 \end_inset
29682
29683
29684 \begin_inset Newline newline
29685 \end_inset
29686
29687
29688 \series default
29689 is inserted after the first formula
29690 \end_layout
29691
29692 \begin_layout Enumerate
29693 second formula is inserted
29694 \end_layout
29695
29696 \begin_layout Enumerate
29697 third formula is inserted
29698 \end_layout
29699
29700 \begin_layout Enumerate
29701
29702 \series bold
29703
29704 \backslash
29705 end{subequations}
29706 \series default
29707  is inserted after the third formula
29708 \end_layout
29709
29710 \begin_layout Standard
29711 Every formula between the commands 
29712 \series bold
29713
29714 \backslash
29715 begin
29716 \series default
29717  and 
29718 \series bold
29719
29720 \backslash
29721 end
29722 \series default
29723  is subnumbered as a, b, 
29724 \begin_inset Newline linebreak
29725 \end_inset
29726
29727 c, \SpecialChar \ldots{}
29728  For multiline formulas every line will be subnumbered.
29729  All subnumbered formulas are treated as 
29730 \emph on
29731 one
29732 \emph default
29733  numbered formula.
29734  But as every numbered formula increases the counter 
29735 \series bold
29736 equation
29737 \series default
29738  by one, the command 
29739 \series bold
29740
29741 \backslash
29742 addtocounter
29743 \series default
29744  is needed to decrease it.
29745  Otherwise the formulas 
29746 \begin_inset CommandInset ref
29747 LatexCommand eqref
29748 reference "eq:a"
29749
29750 \end_inset
29751
29752
29753 \begin_inset CommandInset ref
29754 LatexCommand eqref
29755 reference "eq:b"
29756
29757 \end_inset
29758
29759
29760 \begin_inset CommandInset ref
29761 LatexCommand eqref
29762 reference "eq:c"
29763
29764 \end_inset
29765
29766  would be numbered as 
29767 \begin_inset CommandInset ref
29768 LatexCommand eqref
29769 reference "eq:a"
29770
29771 \end_inset
29772
29773
29774 \begin_inset CommandInset ref
29775 LatexCommand eqref
29776 reference "eq:d"
29777
29778 \end_inset
29779
29780
29781 \begin_inset CommandInset ref
29782 LatexCommand eqref
29783 reference "eq:f"
29784
29785 \end_inset
29786
29787 .
29788 \end_layout
29789
29790 \begin_layout Standard
29791 By inserting the commands in TeX-mode, a space is created between the first
29792  two formulas.
29793  To revert this -5
29794 \begin_inset space \thinspace{}
29795 \end_inset
29796
29797 mm vertical space is inserted after the command 
29798 \series bold
29799
29800 \backslash
29801 begin{subequations}
29802 \series default
29803 .
29804  When the formula style 
29805 \series bold
29806 Indented
29807 \begin_inset Foot
29808 status collapsed
29809
29810 \begin_layout Plain Layout
29811 formula styles see 
29812 \begin_inset CommandInset ref
29813 LatexCommand ref
29814 reference "sec:Formula-Styles"
29815
29816 \end_inset
29817
29818
29819 \end_layout
29820
29821 \end_inset
29822
29823
29824 \series default
29825  is used, -7
29826 \begin_inset space \thinspace{}
29827 \end_inset
29828
29829 mm space is inserted instead.
29830 \end_layout
29831
29832 \begin_layout Standard
29833 Here is an example for a multiline formula where the numbering was turned
29834  off for the second line:
29835 \begin_inset ERT
29836 status collapsed
29837
29838 \begin_layout Plain Layout
29839
29840
29841 \backslash
29842 begin{subequations}
29843 \end_layout
29844
29845 \end_inset
29846
29847
29848 \begin_inset Formula \begin{eqnarray}
29849 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29850  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29851  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29852
29853 \end_inset
29854
29855
29856 \begin_inset ERT
29857 status collapsed
29858
29859 \begin_layout Plain Layout
29860
29861
29862 \backslash
29863 end{subequations}
29864 \end_layout
29865
29866 \end_inset
29867
29868
29869 \end_layout
29870
29871 \begin_layout Subsection
29872 User-defined Numbering
29873 \begin_inset CommandInset label
29874 LatexCommand label
29875 name "sub:User-defined-Numbering"
29876
29877 \end_inset
29878
29879
29880 \begin_inset Index
29881 status collapsed
29882
29883 \begin_layout Plain Layout
29884 Formula numbering ! user-defined
29885 \end_layout
29886
29887 \end_inset
29888
29889
29890 \end_layout
29891
29892 \begin_layout Standard
29893 \begin_inset Index
29894 status collapsed
29895
29896 \begin_layout Plain Layout
29897 Formula numbering ! self-defined delimiters
29898 \end_layout
29899
29900 \end_inset
29901
29902 With the standard numbering parentheses are set around the formula number.
29903  To replace the parentheses for example by vertical bars, the following
29904  line is added to the LaTeX-preamble:
29905 \end_layout
29906
29907 \begin_layout Standard
29908
29909 \series bold
29910
29911 \backslash
29912 def
29913 \backslash
29914 tagform@#1{
29915 \backslash
29916 maketag@@@{|#1|}}
29917 \series default
29918
29919 \begin_inset Note Note
29920 status collapsed
29921
29922 \begin_layout Plain Layout
29923 This macro is already declared in the LaTeX-preamble for testing.
29924  To activate it, remove the percent sign at the beginning.
29925 \end_layout
29926
29927 \end_inset
29928
29929
29930 \end_layout
29931
29932 \begin_layout Standard
29933 To use other characters, the vertical bars besides the 
29934 \series bold
29935 #1
29936 \series default
29937  are replaced by one ore more characters.
29938  To get only the formula number the vertical bars are omitted.
29939 \end_layout
29940
29941 \begin_layout Standard
29942 \begin_inset VSpace bigskip
29943 \end_inset
29944
29945 When there should be an expression of your choice instead of the consecutive
29946  formula number in parentheses behind the formula, the command 
29947 \series bold
29948
29949 \backslash
29950 tag
29951 \series default
29952
29953 \begin_inset Index
29954 status collapsed
29955
29956 \begin_layout Plain Layout
29957 Commands ! T ! 
29958 \backslash
29959 tag
29960 \end_layout
29961
29962 \end_inset
29963
29964  is used:
29965 \begin_inset Formula \begin{equation}
29966 A+B=C\tag{something}\label{eq:tag}\end{equation}
29967
29968 \end_inset
29969
29970 In this example the command 
29971 \series bold
29972
29973 \backslash
29974 tag
29975 \begin_inset ERT
29976 status collapsed
29977
29978 \begin_layout Plain Layout
29979
29980
29981 \backslash
29982 spce 
29983 \end_layout
29984
29985 \end_inset
29986
29987 something
29988 \series default
29989  was inserted to the formula.
29990 \end_layout
29991
29992 \begin_layout Standard
29993 When the command 
29994 \series bold
29995
29996 \backslash
29997 tag*
29998 \begin_inset ERT
29999 status collapsed
30000
30001 \begin_layout Plain Layout
30002
30003
30004 \backslash
30005 spce 
30006 \end_layout
30007
30008 \end_inset
30009
30010 something
30011 \series default
30012  is inserted instead, the star prevents the parentheses around the expression:
30013 \begin_inset Formula \[
30014 A+B=C\tag*{something}\]
30015
30016 \end_inset
30017
30018
30019 \end_layout
30020
30021 \begin_layout Standard
30022 \begin_inset VSpace bigskip
30023 \end_inset
30024
30025 To restart the formula numbering with new document parts or sections, the
30026  following command is used:
30027 \end_layout
30028
30029 \begin_layout Standard
30030
30031 \series bold
30032
30033 \backslash
30034 @addtoreset{equation}{part}
30035 \series default
30036
30037 \begin_inset Index
30038 status collapsed
30039
30040 \begin_layout Plain Layout
30041 Commands ! 
30042 \begin_inset ERT
30043 status collapsed
30044
30045 \begin_layout Plain Layout
30046
30047 "
30048 \end_layout
30049
30050 \end_inset
30051
30052 @
30053 \begin_inset ERT
30054 status collapsed
30055
30056 \begin_layout Plain Layout
30057
30058 "
30059 \end_layout
30060
30061 \end_inset
30062
30063  ! 
30064 \backslash
30065
30066 \begin_inset ERT
30067 status collapsed
30068
30069 \begin_layout Plain Layout
30070
30071 "
30072 \end_layout
30073
30074 \end_inset
30075
30076 @
30077 \begin_inset ERT
30078 status collapsed
30079
30080 \begin_layout Plain Layout
30081
30082 "
30083 \end_layout
30084
30085 \end_inset
30086
30087 addtoreset
30088 \end_layout
30089
30090 \end_inset
30091
30092
30093 \begin_inset Newline newline
30094 \end_inset
30095
30096 resp.
30097 \begin_inset Newline newline
30098 \end_inset
30099
30100
30101 \series bold
30102
30103 \backslash
30104 @addtoreset{equation}{section}
30105 \end_layout
30106
30107 \begin_layout Standard
30108 To be able to use these commands in TeX-mode, the 
30109 \begin_inset Quotes eld
30110 \end_inset
30111
30112 @
30113 \begin_inset Quotes erd
30114 \end_inset
30115
30116  character has to be made 
30117 \begin_inset Quotes eld
30118 \end_inset
30119
30120 active
30121 \begin_inset Quotes erd
30122 \end_inset
30123
30124  for LaTeX using the command 
30125 \series bold
30126
30127 \backslash
30128 makeatletter.
30129
30130 \series default
30131  The command 
30132 \series bold
30133
30134 \backslash
30135 makeatother
30136 \series default
30137  reverts this.
30138  So the command sequence in TeX-mode is:
30139 \end_layout
30140
30141 \begin_layout Standard
30142
30143 \series bold
30144
30145 \backslash
30146 makeatletter
30147 \begin_inset Newline newline
30148 \end_inset
30149
30150
30151 \backslash
30152 @addtoreset{equation}{section}
30153 \begin_inset Newline newline
30154 \end_inset
30155
30156
30157 \backslash
30158 makeatother
30159 \end_layout
30160
30161 \begin_layout Standard
30162 In the LaTeX-preamble 
30163 \series bold
30164
30165 \backslash
30166 makeatletter
30167 \series default
30168  and 
30169 \series bold
30170
30171 \backslash
30172 makeatother
30173 \series default
30174  can be omitted as they are automatically internally inserted by LyX.
30175 \end_layout
30176
30177 \begin_layout Standard
30178 To revert 
30179 \series bold
30180
30181 \backslash
30182 @addtoreset
30183 \series default
30184 , the file 
30185 \series bold
30186 remreset.sty
30187 \series default
30188
30189 \begin_inset Foot
30190 status collapsed
30191
30192 \begin_layout Plain Layout
30193
30194 \series bold
30195 remreset
30196 \series default
30197  is part of the LaTeX-package 
30198 \series bold
30199 carlisle
30200 \series default
30201
30202 \begin_inset Index
30203 status collapsed
30204
30205 \begin_layout Plain Layout
30206 Packages ! carlisle
30207 \end_layout
30208
30209 \end_inset
30210
30211  that is part of every LaTeX standard installation.
30212 \end_layout
30213
30214 \end_inset
30215
30216
30217 \begin_inset Index
30218 status collapsed
30219
30220 \begin_layout Plain Layout
30221 Packages ! remreset
30222 \end_layout
30223
30224 \end_inset
30225
30226  has to be loaded in the LaTeX-preamble with the line
30227 \end_layout
30228
30229 \begin_layout Standard
30230
30231 \series bold
30232
30233 \backslash
30234 usepackage{remreset}
30235 \end_layout
30236
30237 \begin_layout Standard
30238 Then the command 
30239 \series bold
30240
30241 \backslash
30242 @removefromreset
30243 \series default
30244
30245 \begin_inset Index
30246 status collapsed
30247
30248 \begin_layout Plain Layout
30249 Commands ! 
30250 \begin_inset ERT
30251 status collapsed
30252
30253 \begin_layout Plain Layout
30254
30255 "
30256 \end_layout
30257
30258 \end_inset
30259
30260 @
30261 \begin_inset ERT
30262 status collapsed
30263
30264 \begin_layout Plain Layout
30265
30266 "
30267 \end_layout
30268
30269 \end_inset
30270
30271  ! 
30272 \backslash
30273
30274 \begin_inset ERT
30275 status collapsed
30276
30277 \begin_layout Plain Layout
30278
30279 "
30280 \end_layout
30281
30282 \end_inset
30283
30284 @
30285 \begin_inset ERT
30286 status collapsed
30287
30288 \begin_layout Plain Layout
30289
30290 "
30291 \end_layout
30292
30293 \end_inset
30294
30295 removefromreset
30296 \end_layout
30297
30298 \end_inset
30299
30300  can be used with the same scheme as 
30301 \series bold
30302
30303 \backslash
30304 @addtoreset
30305 \series default
30306 .
30307 \end_layout
30308
30309 \begin_layout Standard
30310 \begin_inset VSpace bigskip
30311 \end_inset
30312
30313 Sometimes formulas should be numbered in the following form:
30314 \end_layout
30315
30316 \begin_layout Standard
30317
30318 \family typewriter
30319 (section number.formula number)
30320 \end_layout
30321
30322 \begin_layout Standard
30323 The formula number should start with every section with 
30324 \begin_inset Quotes eld
30325 \end_inset
30326
30327 1
30328 \begin_inset Quotes erd
30329 \end_inset
30330
30331 .
30332 \end_layout
30333
30334 \begin_layout Standard
30335 For this case there is the command 
30336 \series bold
30337
30338 \backslash
30339 numberwithin
30340 \series default
30341
30342 \begin_inset Index
30343 status collapsed
30344
30345 \begin_layout Plain Layout
30346 Commands ! N ! 
30347 \backslash
30348 numberwithin
30349 \end_layout
30350
30351 \end_inset
30352
30353 , which is used with the following scheme:
30354 \end_layout
30355
30356 \begin_layout Standard
30357
30358 \series bold
30359
30360 \backslash
30361 numberwithin{counter}{sectioning}
30362 \end_layout
30363
30364 \begin_layout Standard
30365 Counter denotes what kind of numbering is affected, sectioning denotes what
30366  number is before the dot.
30367 \end_layout
30368
30369 \begin_layout Standard
30370 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30371 \end_layout
30372
30373 \begin_layout Standard
30374
30375 \series bold
30376
30377 \backslash
30378 numberwithin{equation}{section}
30379 \end_layout
30380
30381 \begin_layout Standard
30382 This is the result:
30383 \begin_inset ERT
30384 status collapsed
30385
30386 \begin_layout Plain Layout
30387
30388
30389 \backslash
30390 numberwithin{equation}{section}
30391 \end_layout
30392
30393 \end_inset
30394
30395
30396 \begin_inset Formula \begin{equation}
30397 A+B=C\end{equation}
30398
30399 \end_inset
30400
30401
30402 \end_layout
30403
30404 \begin_layout Standard
30405 To number e.
30406 \begin_inset space \thinspace{}
30407 \end_inset
30408
30409 g.
30410 \begin_inset space ~
30411 \end_inset
30412
30413 tables so that the number of the part is the sectioning,
30414 \begin_inset Newline newline
30415 \end_inset
30416
30417
30418 \series bold
30419
30420 \backslash
30421 numberwithin{table}{part}
30422 \series default
30423  is used.
30424 \end_layout
30425
30426 \begin_layout Standard
30427 To go back to the standard numbering or to prevent this kind of numbering
30428  when it is defined by the document class, the following command is inserted
30429  as TeX-Code or to the LaTeX-preamble:
30430 \end_layout
30431
30432 \begin_layout Standard
30433
30434 \series bold
30435
30436 \backslash
30437 renewcommand{
30438 \backslash
30439 theequation}{
30440 \backslash
30441 arabic{equation}}
30442 \begin_inset Index
30443 status collapsed
30444
30445 \begin_layout Plain Layout
30446 Commands ! A ! 
30447 \backslash
30448 arabic
30449 \end_layout
30450
30451 \end_inset
30452
30453
30454 \series default
30455
30456 \begin_inset ERT
30457 status collapsed
30458
30459 \begin_layout Plain Layout
30460
30461
30462 \backslash
30463 renewcommand{
30464 \backslash
30465 theequation}{
30466 \backslash
30467 arabic{equation}}
30468 \end_layout
30469
30470 \end_inset
30471
30472
30473 \series bold
30474
30475 \begin_inset Newline newline
30476 \end_inset
30477
30478
30479 \series default
30480 or
30481 \series bold
30482
30483 \begin_inset Newline newline
30484 \end_inset
30485
30486
30487 \backslash
30488 renewcommand{
30489 \backslash
30490 thetable}{
30491 \backslash
30492 arabic{table}}
30493 \end_layout
30494
30495 \begin_layout Standard
30496
30497 \series bold
30498
30499 \backslash
30500 numberwithin
30501 \series default
30502  uses internally the command 
30503 \series bold
30504
30505 \backslash
30506 @addtoreset
30507 \series default
30508 , described above, that also needs to be reverted.
30509 \begin_inset ERT
30510 status collapsed
30511
30512 \begin_layout Plain Layout
30513
30514
30515 \backslash
30516 makeatletter
30517 \end_layout
30518
30519 \begin_layout Plain Layout
30520
30521
30522 \backslash
30523 @removefromreset{equation}{section}
30524 \end_layout
30525
30526 \begin_layout Plain Layout
30527
30528
30529 \backslash
30530 makeatother
30531 \end_layout
30532
30533 \end_inset
30534
30535
30536 \end_layout
30537
30538 \begin_layout Subsection
30539 Numbering with Roman Numbers and Letters
30540 \begin_inset CommandInset label
30541 LatexCommand label
30542 name "sub:Numbering-with-Roman"
30543
30544 \end_inset
30545
30546
30547 \begin_inset Index
30548 status collapsed
30549
30550 \begin_layout Plain Layout
30551 Formula numbering ! with letters
30552 \end_layout
30553
30554 \end_inset
30555
30556
30557 \begin_inset Index
30558 status collapsed
30559
30560 \begin_layout Plain Layout
30561 Formula numbering ! with Roman numbers
30562 \end_layout
30563
30564 \end_inset
30565
30566
30567 \end_layout
30568
30569 \begin_layout Standard
30570 Formulas can also be numbered with Roman numbers and Latin letters.
30571  To number for example with small Roman numbers, the command
30572 \end_layout
30573
30574 \begin_layout Standard
30575
30576 \series bold
30577
30578 \backslash
30579 renewcommand{
30580 \backslash
30581 theequation}{
30582 \backslash
30583 roman{equation}}
30584 \end_layout
30585
30586 \begin_layout Standard
30587 is inserted before the formula in TeX-mode.
30588  
30589 \series bold
30590
30591 \backslash
30592 renewcommand
30593 \series default
30594
30595 \begin_inset Index
30596 status collapsed
30597
30598 \begin_layout Plain Layout
30599 Commands ! R ! 
30600 \backslash
30601 renewcommand
30602 \end_layout
30603
30604 \end_inset
30605
30606  redefines the predefined command 
30607 \series bold
30608
30609 \backslash
30610 theequation
30611 \series default
30612  to the command 
30613 \series bold
30614
30615 \backslash
30616 roman{equation}
30617 \series default
30618
30619 \begin_inset Foot
30620 status collapsed
30621
30622 \begin_layout Plain Layout
30623 The command 
30624 \series bold
30625
30626 \backslash
30627 renewcommand
30628 \series default
30629  has the same scheme like the command 
30630 \series bold
30631
30632 \backslash
30633 newcommand
30634 \series default
30635  that is described in 
30636 \begin_inset CommandInset ref
30637 LatexCommand ref
30638 reference "sec:User-defined-Commands"
30639
30640 \end_inset
30641
30642 .
30643 \end_layout
30644
30645 \end_inset
30646
30647 .
30648  
30649 \series bold
30650 equation
30651 \series default
30652  is the formula counter.
30653  When the command 
30654 \series bold
30655
30656 \backslash
30657 the
30658 \series default
30659  is used as prefix for a counter, the value of the counter is output as
30660  Arabic number.
30661  When a formula is numbered, LaTeX sets internally the command 
30662 \series bold
30663
30664 \backslash
30665 theequation
30666 \series default
30667  behind the formula.
30668  
30669 \series bold
30670
30671 \backslash
30672 roman{equation}
30673 \begin_inset Index
30674 status collapsed
30675
30676 \begin_layout Plain Layout
30677 Commands ! R ! 
30678 \backslash
30679 roman
30680 \end_layout
30681
30682 \end_inset
30683
30684
30685 \series default
30686  outputs the counter as small Roman number.
30687 \end_layout
30688
30689 \begin_layout Standard
30690 All formulas behind the command 
30691 \series bold
30692
30693 \backslash
30694 renew
30695 \series default
30696 c
30697 \series bold
30698 ommand
30699 \series default
30700  are now numbered Roman.
30701  To switch to numbering with big Roman numbers, the command is inserted
30702  again, but 
30703 \series bold
30704
30705 \backslash
30706 roman
30707 \series default
30708  is replaced by 
30709 \series bold
30710
30711 \backslash
30712 Roman
30713 \series default
30714
30715 \begin_inset Index
30716 status collapsed
30717
30718 \begin_layout Plain Layout
30719 Commands ! R ! 
30720 \backslash
30721 roman@
30722 \backslash
30723 Roman
30724 \end_layout
30725
30726 \end_inset
30727
30728 .
30729  To 
30730 \begin_inset Quotes eld
30731 \end_inset
30732
30733 number
30734 \begin_inset Quotes erd
30735 \end_inset
30736
30737  with small Latin letters there is the command 
30738 \series bold
30739
30740 \backslash
30741 alph
30742 \series default
30743
30744 \begin_inset Index
30745 status collapsed
30746
30747 \begin_layout Plain Layout
30748 Commands ! A ! 
30749 \backslash
30750 alph
30751 \end_layout
30752
30753 \end_inset
30754
30755 , for big ones there is the command 
30756 \series bold
30757
30758 \backslash
30759 Alph
30760 \series default
30761
30762 \begin_inset Index
30763 status open
30764
30765 \begin_layout Plain Layout
30766 Commands ! A ! 
30767 \backslash
30768 alph@
30769 \backslash
30770 Alph
30771 \end_layout
30772
30773 \end_inset
30774
30775 .
30776 \end_layout
30777
30778 \begin_layout Standard
30779 \begin_inset Note Greyedout
30780 status open
30781
30782 \begin_layout Plain Layout
30783
30784 \series bold
30785 Note:
30786 \series default
30787  Only maximal 26 formulas can be numbered with Latin letters in one document.
30788 \end_layout
30789
30790 \end_inset
30791
30792
30793 \end_layout
30794
30795 \begin_layout Standard
30796 \begin_inset ERT
30797 status collapsed
30798
30799 \begin_layout Plain Layout
30800
30801
30802 \backslash
30803 renewcommand{
30804 \backslash
30805 theequation}{
30806 \backslash
30807 roman{equation}}
30808 \end_layout
30809
30810 \end_inset
30811
30812
30813 \end_layout
30814
30815 \begin_layout Standard
30816 \begin_inset Formula \begin{equation}
30817 A=\textrm{small roman}\label{eq:rom}\end{equation}
30818
30819 \end_inset
30820
30821
30822 \begin_inset ERT
30823 status collapsed
30824
30825 \begin_layout Plain Layout
30826
30827
30828 \backslash
30829 renewcommand{
30830 \backslash
30831 theequation}{
30832 \backslash
30833 Roman{equation}}
30834 \end_layout
30835
30836 \end_inset
30837
30838
30839 \begin_inset Formula \begin{equation}
30840 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
30841
30842 \end_inset
30843
30844
30845 \begin_inset ERT
30846 status collapsed
30847
30848 \begin_layout Plain Layout
30849
30850
30851 \backslash
30852 renewcommand{
30853 \backslash
30854 theequation}{
30855 \backslash
30856 alph{equation}}
30857 \end_layout
30858
30859 \end_inset
30860
30861
30862 \begin_inset Formula \begin{equation}
30863 C=\textrm{small Latin}\label{eq:lat}\end{equation}
30864
30865 \end_inset
30866
30867
30868 \begin_inset ERT
30869 status collapsed
30870
30871 \begin_layout Plain Layout
30872
30873
30874 \backslash
30875 renewcommand{
30876 \backslash
30877 theequation}{
30878 \backslash
30879 Alph{equation}}
30880 \end_layout
30881
30882 \end_inset
30883
30884
30885 \begin_inset Formula \begin{equation}
30886 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
30887
30888 \end_inset
30889
30890
30891 \end_layout
30892
30893 \begin_layout Standard
30894 To switch back to the default numbering, insert the command:
30895 \end_layout
30896
30897 \begin_layout Standard
30898
30899 \series bold
30900
30901 \backslash
30902 renewcommand{
30903 \backslash
30904 theequation}{
30905 \backslash
30906 arabic{equation}}
30907 \begin_inset Index
30908 status collapsed
30909
30910 \begin_layout Plain Layout
30911 Commands ! A ! 
30912 \backslash
30913 arabic
30914 \end_layout
30915
30916 \end_inset
30917
30918
30919 \end_layout
30920
30921 \begin_layout Standard
30922 \begin_inset ERT
30923 status collapsed
30924
30925 \begin_layout Plain Layout
30926
30927
30928 \backslash
30929 renewcommand{
30930 \backslash
30931 theequation}{
30932 \backslash
30933 arabic{equation}}
30934 \end_layout
30935
30936 \end_inset
30937
30938
30939 \begin_inset Formula \begin{equation}
30940 E=\textrm{Arabic}\label{eq:arab}\end{equation}
30941
30942 \end_inset
30943
30944
30945 \end_layout
30946
30947 \begin_layout Standard
30948 \begin_inset VSpace medskip
30949 \end_inset
30950
30951 As you see, formulas are numbered serially independent from the numbering
30952  style.
30953  When then numbering should start with 
30954 \begin_inset Quotes eld
30955 \end_inset
30956
30957 1
30958 \begin_inset Quotes erd
30959 \end_inset
30960
30961  when the style is changed, new equation counters have to be defined.
30962  A description about this can be found in the file 
30963 \begin_inset CommandInset href
30964 LatexCommand href
30965 target "Formula-numbering.lyx"
30966
30967 \end_inset
30968
30969 .
30970 \end_layout
30971
30972 \begin_layout Section
30973 User-defined Commands
30974 \begin_inset CommandInset label
30975 LatexCommand label
30976 name "sec:User-defined-Commands"
30977
30978 \end_inset
30979
30980
30981 \begin_inset Index
30982 status collapsed
30983
30984 \begin_layout Plain Layout
30985 User-defined commands
30986 \end_layout
30987
30988 \end_inset
30989
30990
30991 \end_layout
30992
30993 \begin_layout Standard
30994 Many LaTeX-commands are too long to be used frequently.
30995  But it is possible to define with the command 
30996 \series bold
30997
30998 \backslash
30999 newcommand
31000 \series default
31001
31002 \begin_inset Index
31003 status collapsed
31004
31005 \begin_layout Plain Layout
31006 Commands ! N ! 
31007 \backslash
31008 newcommand
31009 \end_layout
31010
31011 \end_inset
31012
31013  new shorter commands.
31014 \end_layout
31015
31016 \begin_layout Standard
31017 The command scheme of 
31018 \series bold
31019
31020 \backslash
31021 newcommand
31022 \series default
31023  is:
31024 \end_layout
31025
31026 \begin_layout Standard
31027
31028 \series bold
31029
31030 \backslash
31031 newcommand{new command name}[number of arguments][optional
31032 \series default
31033  
31034 \series bold
31035 value]
31036 \begin_inset Newline newline
31037 \end_inset
31038
31039
31040 \begin_inset ERT
31041 status collapsed
31042
31043 \begin_layout Plain Layout
31044
31045
31046 \backslash
31047 phantom{
31048 \end_layout
31049
31050 \end_inset
31051
31052
31053 \backslash
31054 newcommand
31055 \begin_inset ERT
31056 status collapsed
31057
31058 \begin_layout Plain Layout
31059
31060 }
31061 \end_layout
31062
31063 \end_inset
31064
31065 {command definition}
31066 \end_layout
31067
31068 \begin_layout Standard
31069 \begin_inset Note Greyedout
31070 status open
31071
31072 \begin_layout Plain Layout
31073
31074 \series bold
31075 Note:
31076 \series default
31077  Assure that the name of the new command is not already used in your document
31078  or by LaTeX-packages that you use.
31079  When you for example define the command 
31080 \series bold
31081
31082 \backslash
31083 le
31084 \series default
31085  for 
31086 \series bold
31087
31088 \backslash
31089 Leftarrow
31090 \series default
31091 , you get an error message because 
31092 \series bold
31093
31094 \backslash
31095 le
31096 \series default
31097  is already defined as command for 
31098 \begin_inset Quotes eld
31099 \end_inset
31100
31101
31102 \begin_inset Formula $\le$
31103 \end_inset
31104
31105
31106 \begin_inset Quotes erd
31107 \end_inset
31108
31109 .
31110 \end_layout
31111
31112 \end_inset
31113
31114
31115 \end_layout
31116
31117 \begin_layout Standard
31118 \begin_inset Note Greyedout
31119 status open
31120
31121 \begin_layout Plain Layout
31122
31123 \series bold
31124 Note:
31125 \series default
31126  The names of user-defined commands may only consist of Latin letters.
31127 \end_layout
31128
31129 \end_inset
31130
31131
31132 \end_layout
31133
31134 \begin_layout Standard
31135 The number of arguments is an integer in the range 0
31136 \begin_inset space \thinspace{}
31137 \end_inset
31138
31139 -
31140 \begin_inset space \thinspace{}
31141 \end_inset
31142
31143 9 and specifies how many arguments the new command should have.
31144  With the optional value a value for an optional argument can be predefined.
31145  When this is done, the 
31146 \emph on
31147 first
31148 \emph default
31149  
31150 \emph on
31151 a
31152 \emph default
31153 rgument of the new command is automatically an optional one.
31154 \end_layout
31155
31156 \begin_layout Standard
31157 Here are some examples:
31158 \end_layout
31159
31160 \begin_layout Itemize
31161 To define the command 
31162 \series bold
31163
31164 \backslash
31165 gr
31166 \series default
31167  for 
31168 \series bold
31169
31170 \backslash
31171 Longrightarrow
31172 \series default
31173 , the LaTeX-preamble line is:
31174 \begin_inset ERT
31175 status collapsed
31176
31177 \begin_layout Plain Layout
31178
31179
31180 \backslash
31181 medskip
31182 \end_layout
31183
31184 \end_inset
31185
31186
31187 \series bold
31188
31189 \begin_inset Newline newline
31190 \end_inset
31191
31192
31193 \backslash
31194 newcommand{
31195 \backslash
31196 gr}{
31197 \backslash
31198 Longrightarrow}
31199 \end_layout
31200
31201 \begin_layout Itemize
31202 To define the command 
31203 \series bold
31204
31205 \backslash
31206 us
31207 \series default
31208  for 
31209 \series bold
31210
31211 \backslash
31212 underline
31213 \series default
31214 , the argument (that should be underlined) must be taken into account.
31215  For this the preamble line is:
31216 \begin_inset ERT
31217 status collapsed
31218
31219 \begin_layout Plain Layout
31220
31221
31222 \backslash
31223 medskip
31224 \end_layout
31225
31226 \end_inset
31227
31228
31229 \series bold
31230
31231 \begin_inset Newline newline
31232 \end_inset
31233
31234
31235 \backslash
31236 newcommand{
31237 \backslash
31238 us}[1]{
31239 \backslash
31240 underline{#1}}
31241 \series default
31242
31243 \begin_inset ERT
31244 status collapsed
31245
31246 \begin_layout Plain Layout
31247
31248
31249 \backslash
31250 medskip
31251 \end_layout
31252
31253 \end_inset
31254
31255
31256 \series bold
31257
31258 \begin_inset Newline newline
31259 \end_inset
31260
31261
31262 \series default
31263 The character 
31264 \series bold
31265 #
31266 \series default
31267  acts as argument placeholder, the 
31268 \series bold
31269 1
31270 \series default
31271  behind it denotes that it is the placeholder for the first argument.
31272 \end_layout
31273
31274 \begin_layout Itemize
31275 For 
31276 \series bold
31277
31278 \backslash
31279 framebox
31280 \series default
31281  one can e.
31282 \begin_inset space \thinspace{}
31283 \end_inset
31284
31285 g.
31286 \begin_inset space ~
31287 \end_inset
31288
31289 define the command 
31290 \series bold
31291
31292 \backslash
31293 fb
31294 \series default
31295 :
31296 \begin_inset ERT
31297 status collapsed
31298
31299 \begin_layout Plain Layout
31300
31301
31302 \backslash
31303 medskip
31304 \end_layout
31305
31306 \end_inset
31307
31308
31309 \series bold
31310
31311 \begin_inset Newline newline
31312 \end_inset
31313
31314
31315 \backslash
31316 newcommand{
31317 \backslash
31318 fb}[3]{
31319 \backslash
31320 framebox#1#2{$#3$}}
31321 \series default
31322
31323 \begin_inset ERT
31324 status collapsed
31325
31326 \begin_layout Plain Layout
31327
31328
31329 \backslash
31330 medskip
31331 \end_layout
31332
31333 \end_inset
31334
31335
31336 \series bold
31337
31338 \begin_inset Newline newline
31339 \end_inset
31340
31341
31342 \series default
31343 The two Dollar signs creates the extra formula needed for 
31344 \series bold
31345
31346 \backslash
31347 framebox
31348 \series default
31349 , see 
31350 \begin_inset CommandInset ref
31351 LatexCommand ref
31352 reference "sub:Boxes-with-Frame"
31353
31354 \end_inset
31355
31356 .
31357 \end_layout
31358
31359 \begin_layout Itemize
31360 To create a new command for 
31361 \series bold
31362
31363 \backslash
31364 fcolorbox
31365 \series default
31366  where the color for the box needn't to be specified, the argument for the
31367  color is defined optional:
31368 \begin_inset ERT
31369 status collapsed
31370
31371 \begin_layout Plain Layout
31372
31373
31374 \backslash
31375 medskip
31376 \end_layout
31377
31378 \end_inset
31379
31380
31381 \series bold
31382
31383 \begin_inset Newline newline
31384 \end_inset
31385
31386
31387 \backslash
31388 newcommand{
31389 \backslash
31390 cb}[3][white]{
31391 \backslash
31392 fcolorbox{#2}{#1}{$#3$}}
31393 \series default
31394
31395 \begin_inset ERT
31396 status collapsed
31397
31398 \begin_layout Plain Layout
31399
31400
31401 \backslash
31402 medskip
31403 \end_layout
31404
31405 \end_inset
31406
31407
31408 \begin_inset Newline newline
31409 \end_inset
31410
31411 When the color is not specified when using 
31412 \series bold
31413
31414 \backslash
31415 cb
31416 \series default
31417 , the predefined color 
31418 \series bold
31419 white
31420 \series default
31421  will be used.
31422 \end_layout
31423
31424 \begin_layout Standard
31425 A test of the new defined commands:
31426 \end_layout
31427
31428 \begin_layout Standard
31429 \align center
31430 \begin_inset Tabular
31431 <lyxtabular version="3" rows="6" columns="2">
31432 <features>
31433 <column alignment="center" valignment="top" width="0">
31434 <column alignment="center" valignment="top" width="0">
31435 <row>
31436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31437 \begin_inset Text
31438
31439 \begin_layout Plain Layout
31440 Command
31441 \end_layout
31442
31443 \end_inset
31444 </cell>
31445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31446 \begin_inset Text
31447
31448 \begin_layout Plain Layout
31449 Result
31450 \begin_inset Note Note
31451 status collapsed
31452
31453 \begin_layout Plain Layout
31454
31455 \series bold
31456
31457 \backslash
31458 raisebox
31459 \series default
31460  is only used as spacer.
31461 \end_layout
31462
31463 \end_inset
31464
31465
31466 \end_layout
31467
31468 \end_inset
31469 </cell>
31470 </row>
31471 <row>
31472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31473 \begin_inset Text
31474
31475 \begin_layout Plain Layout
31476 A
31477 \backslash
31478 gr
31479 \begin_inset ERT
31480 status collapsed
31481
31482 \begin_layout Plain Layout
31483
31484
31485 \backslash
31486 spce 
31487 \end_layout
31488
31489 \end_inset
31490
31491 B
31492 \end_layout
31493
31494 \end_inset
31495 </cell>
31496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31497 \begin_inset Text
31498
31499 \begin_layout Plain Layout
31500 \begin_inset Formula $A\gr B$
31501 \end_inset
31502
31503
31504 \end_layout
31505
31506 \end_inset
31507 </cell>
31508 </row>
31509 <row>
31510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31511 \begin_inset Text
31512
31513 \begin_layout Plain Layout
31514
31515 \backslash
31516 us{ABcd
31517 \end_layout
31518
31519 \end_inset
31520 </cell>
31521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31522 \begin_inset Text
31523
31524 \begin_layout Plain Layout
31525 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31526 \end_inset
31527
31528
31529 \end_layout
31530
31531 \end_inset
31532 </cell>
31533 </row>
31534 <row>
31535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31536 \begin_inset Text
31537
31538 \begin_layout Plain Layout
31539
31540 \backslash
31541 fb{[2cm]
31542 \begin_inset Formula $\to$
31543 \end_inset
31544
31545
31546 \backslash
31547 {
31548 \begin_inset Formula $\to$
31549 \end_inset
31550
31551
31552 \backslash
31553 {
31554 \backslash
31555 int
31556 \begin_inset ERT
31557 status collapsed
31558
31559 \begin_layout Plain Layout
31560
31561
31562 \backslash
31563 spce 
31564 \end_layout
31565
31566 \end_inset
31567
31568 A=B
31569 \end_layout
31570
31571 \end_inset
31572 </cell>
31573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31574 \begin_inset Text
31575
31576 \begin_layout Plain Layout
31577 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31578 \end_inset
31579
31580
31581 \end_layout
31582
31583 \end_inset
31584 </cell>
31585 </row>
31586 <row>
31587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31588 \begin_inset Text
31589
31590 \begin_layout Plain Layout
31591
31592 \backslash
31593 cb{red
31594 \begin_inset Formula $\to$
31595 \end_inset
31596
31597
31598 \backslash
31599 {
31600 \backslash
31601 int
31602 \begin_inset ERT
31603 status collapsed
31604
31605 \begin_layout Plain Layout
31606
31607
31608 \backslash
31609 spce 
31610 \end_layout
31611
31612 \end_inset
31613
31614 A=B
31615 \end_layout
31616
31617 \end_inset
31618 </cell>
31619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31620 \begin_inset Text
31621
31622 \begin_layout Plain Layout
31623 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31624 \end_inset
31625
31626
31627 \end_layout
31628
31629 \end_inset
31630 </cell>
31631 </row>
31632 <row>
31633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31634 \begin_inset Text
31635
31636 \begin_layout Plain Layout
31637
31638 \backslash
31639 cb[green]
31640 \backslash
31641 {red
31642 \begin_inset Formula $\to$
31643 \end_inset
31644
31645
31646 \backslash
31647 {
31648 \backslash
31649 int
31650 \begin_inset ERT
31651 status collapsed
31652
31653 \begin_layout Plain Layout
31654
31655
31656 \backslash
31657 spce 
31658 \end_layout
31659
31660 \end_inset
31661
31662 A=B
31663 \end_layout
31664
31665 \end_inset
31666 </cell>
31667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31668 \begin_inset Text
31669
31670 \begin_layout Plain Layout
31671 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31672 \end_inset
31673
31674
31675 \end_layout
31676
31677 \end_inset
31678 </cell>
31679 </row>
31680 </lyxtabular>
31681
31682 \end_inset
31683
31684
31685 \end_layout
31686
31687 \begin_layout Section
31688 Diagrams
31689 \end_layout
31690
31691 \begin_layout Standard
31692 LyX supports two types of commutative diagrams: 
31693 \series bold
31694 amscd
31695 \series default
31696  and 
31697 \series bold
31698 xymatrix
31699 \series default
31700  that are explained in the following.
31701 \end_layout
31702
31703 \begin_layout Subsection
31704 Amscd Diagrams
31705 \begin_inset Index
31706 status collapsed
31707
31708 \begin_layout Plain Layout
31709 Diagrams ! amscd
31710 \end_layout
31711
31712 \end_inset
31713
31714
31715 \end_layout
31716
31717 \begin_layout Standard
31718 Diagrams of this type visualize relations by vertical and horizontal lines
31719  or arrows:
31720 \begin_inset Formula \[
31721 \begin{CD}A@>>>B@>>>C\\
31722 @AAA@.@VVV\\
31723 F@<<<E@<<<D\end{CD}\]
31724
31725 \end_inset
31726
31727
31728 \end_layout
31729
31730 \begin_layout Standard
31731 To get them, the command 
31732 \series bold
31733
31734 \backslash
31735 CD
31736 \begin_inset Index
31737 status collapsed
31738
31739 \begin_layout Plain Layout
31740 Commands ! C ! 
31741 \backslash
31742 CD
31743 \end_layout
31744
31745 \end_inset
31746
31747
31748 \series default
31749  is inserted to a formula.
31750  A blue box appears with two dashed lines where further commands can be
31751  inserted.
31752  With 
31753 \family sans
31754 Ctrl-Return
31755 \family default
31756  a new line is created.
31757  Horizontal relations are inserted in odd, vertical in even formula lines.
31758 \end_layout
31759
31760 \begin_layout Standard
31761 To create the relations there are the following commands:
31762 \end_layout
31763
31764 \begin_layout Itemize
31765
31766 \series bold
31767 @<<<
31768 \series default
31769  creates a left arrow, 
31770 \series bold
31771 @>>>
31772 \series default
31773  a right arrow, and 
31774 \series bold
31775 @=
31776 \series default
31777  a long equal sign
31778 \end_layout
31779
31780 \begin_layout Itemize
31781
31782 \series bold
31783 @AAA
31784 \series default
31785  creates an up arrow, 
31786 \series bold
31787 @VVV
31788 \series default
31789  an down arrow, and 
31790 \series bold
31791 @|
31792 \series default
31793  a vertical equal sign
31794 \end_layout
31795
31796 \begin_layout Itemize
31797
31798 \series bold
31799 @.
31800
31801 \series default
31802  is a placeholder for non-existent relations
31803 \end_layout
31804
31805 \begin_layout Standard
31806 All arrows can be labeled as follows:
31807 \end_layout
31808
31809 \begin_layout Itemize
31810 Is text inserted between the first and second < or >, resp., it is placed
31811  above the arrow.
31812  When it is inserted between the second and third one, it appears under
31813  the arrow.
31814 \end_layout
31815
31816 \begin_layout Itemize
31817 When text for vertical arrows is inserted between the first and second A
31818  or V, resp., it is placed left beside the arrow.
31819  When it is inserted between the second and third one, it appears right
31820  beside the arrow.
31821  If the text contains an A or V, these letters must be set into a TeX-brace.
31822 \end_layout
31823
31824 \begin_layout Standard
31825 As example a diagram with all possible relations:
31826 \end_layout
31827
31828 \begin_layout Standard
31829 \begin_inset Formula \[
31830 \begin{CD}A@>j>>B@>>k>C@=F\\
31831 @AmAA@.@VV{V}V@|\\
31832 D@<<j<E@>k>>F@=C\end{CD}\]
31833
31834 \end_inset
31835
31836
31837 \end_layout
31838
31839 \begin_layout Standard
31840 The command for this is:
31841 \begin_inset Newline newline
31842 \end_inset
31843
31844
31845 \series bold
31846
31847 \backslash
31848 CD
31849 \begin_inset ERT
31850 status collapsed
31851
31852 \begin_layout Plain Layout
31853
31854
31855 \backslash
31856 spce 
31857 \end_layout
31858
31859 \end_inset
31860
31861 A@>j>>B@>>k>C@=F Ctrl-Enter
31862 \begin_inset Newline newline
31863 \end_inset
31864
31865
31866 \begin_inset ERT
31867 status collapsed
31868
31869 \begin_layout Plain Layout
31870
31871
31872 \backslash
31873 hphantom{
31874 \end_layout
31875
31876 \end_inset
31877
31878
31879 \backslash
31880 CD
31881 \begin_inset ERT
31882 status collapsed
31883
31884 \begin_layout Plain Layout
31885
31886
31887 \backslash
31888 spce 
31889 \end_layout
31890
31891 \end_inset
31892
31893
31894 \begin_inset ERT
31895 status collapsed
31896
31897 \begin_layout Plain Layout
31898
31899 }
31900 \end_layout
31901
31902 \end_inset
31903
31904 @AmAA@.@VV
31905 \backslash
31906 {V
31907 \series default
31908
31909 \begin_inset Formula $\to$
31910 \end_inset
31911
31912
31913 \series bold
31914 V@| Ctrl-Enter
31915 \begin_inset Newline newline
31916 \end_inset
31917
31918
31919 \begin_inset ERT
31920 status collapsed
31921
31922 \begin_layout Plain Layout
31923
31924
31925 \backslash
31926 hphantom{
31927 \end_layout
31928
31929 \end_inset
31930
31931
31932 \backslash
31933 CD
31934 \begin_inset ERT
31935 status collapsed
31936
31937 \begin_layout Plain Layout
31938
31939
31940 \backslash
31941 spce 
31942 \end_layout
31943
31944 \end_inset
31945
31946
31947 \begin_inset ERT
31948 status collapsed
31949
31950 \begin_layout Plain Layout
31951
31952 }
31953 \end_layout
31954
31955 \end_inset
31956
31957 D@<<j<E@>k>>F@=C
31958 \end_layout
31959
31960 \begin_layout Subsection
31961 Xymatrix Diagrams
31962 \begin_inset Index
31963 status collapsed
31964
31965 \begin_layout Plain Layout
31966 Diagrams ! xymatrix
31967 \end_layout
31968
31969 \end_inset
31970
31971
31972 \end_layout
31973
31974 \begin_layout Standard
31975 To be able to use xymatrices, the LaTeX-package 
31976 \series bold
31977 xypic
31978 \series default
31979  must be installed.
31980  A xymatrix is created by inserting the command 
31981 \series bold
31982
31983 \backslash
31984 xymatrix
31985 \series default
31986  in a formula.
31987  Then you are able to add new matrix columns and rows like for normal matrices,
31988  see 
31989 \begin_inset CommandInset ref
31990 LatexCommand ref
31991 reference "sec:Matrices"
31992
31993 \end_inset
31994
31995 .
31996 \end_layout
31997
31998 \begin_layout Standard
31999 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32000  and much more.
32001  All possibilities to create commutative diagrams and decorations are explained
32002  in detail in this manual: 
32003 \begin_inset CommandInset href
32004 LatexCommand href
32005 target "http://wiki.lyx.org/LyX/XY-pic#xy-manual"
32006
32007 \end_inset
32008
32009 .
32010 \end_layout
32011
32012 \begin_layout Standard
32013 \begin_inset Newpage newpage
32014 \end_inset
32015
32016
32017 \end_layout
32018
32019 \begin_layout Section
32020 Tips
32021 \begin_inset ERT
32022 status collapsed
32023
32024 \begin_layout Plain Layout
32025
32026
32027 \backslash
32028 texorpdfstring{
32029 \end_layout
32030
32031 \end_inset
32032
32033
32034 \begin_inset Foot
32035 status collapsed
32036
32037 \begin_layout Plain Layout
32038 Other useful math tips can be found in 
32039 \begin_inset CommandInset citation
32040 LatexCommand cite
32041 key "Voss"
32042
32043 \end_inset
32044
32045 .
32046 \end_layout
32047
32048 \end_inset
32049
32050
32051 \begin_inset ERT
32052 status collapsed
32053
32054 \begin_layout Plain Layout
32055
32056 }{}
32057 \end_layout
32058
32059 \end_inset
32060
32061
32062 \begin_inset Note Note
32063 status collapsed
32064
32065 \begin_layout Plain Layout
32066
32067 \backslash
32068 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
32069 \end_layout
32070
32071 \begin_layout Plain Layout
32072 More about 
32073 \backslash
32074 texorpdfstring is in section 
32075 \begin_inset CommandInset ref
32076 LatexCommand ref
32077 reference "sub:Formulas-in-Section"
32078
32079 \end_inset
32080
32081 .
32082 \end_layout
32083
32084 \end_inset
32085
32086
32087 \begin_inset Index
32088 status collapsed
32089
32090 \begin_layout Plain Layout
32091 Tips
32092 \end_layout
32093
32094 \end_inset
32095
32096
32097 \begin_inset Index
32098 status collapsed
32099
32100 \begin_layout Plain Layout
32101 Ions|see
32102 \begin_inset ERT
32103 status collapsed
32104
32105 \begin_layout Plain Layout
32106
32107 {
32108 \end_layout
32109
32110 \end_inset
32111
32112 Chemical characters
32113 \begin_inset ERT
32114 status collapsed
32115
32116 \begin_layout Plain Layout
32117
32118 }
32119 \end_layout
32120
32121 \end_inset
32122
32123
32124 \end_layout
32125
32126 \end_inset
32127
32128
32129 \end_layout
32130
32131 \begin_layout Subsection
32132 Chemical Symbols and Equations
32133 \begin_inset CommandInset label
32134 LatexCommand label
32135 name "sub:Chemical-Symbols-and"
32136
32137 \end_inset
32138
32139
32140 \begin_inset Index
32141 status collapsed
32142
32143 \begin_layout Plain Layout
32144 Chemical characters ! Symbols
32145 \end_layout
32146
32147 \end_inset
32148
32149
32150 \begin_inset Index
32151 status collapsed
32152
32153 \begin_layout Plain Layout
32154 Chemical equations
32155 \end_layout
32156
32157 \end_inset
32158
32159
32160 \begin_inset Index
32161 status collapsed
32162
32163 \begin_layout Plain Layout
32164 Symbols ! chemical
32165 \end_layout
32166
32167 \end_inset
32168
32169
32170 \end_layout
32171
32172 \begin_layout Standard
32173 An example text from chemistry:
32174 \end_layout
32175
32176 \begin_layout Quote
32177 The 
32178 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32179 \end_inset
32180
32181 -ion reacts with two 
32182 \begin_inset Formula $\mathrm{Na^{+}}$
32183 \end_inset
32184
32185 -ions to sodium sulfate 
32186 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32187 \end_inset
32188
32189 .
32190  The chemical equation for this is:
32191 \begin_inset Formula \[
32192 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32193
32194 \end_inset
32195
32196
32197 \end_layout
32198
32199 \begin_layout Standard
32200 This chemical equation can directly be created as formula.
32201  To avoid that the symbols appear italic, everything is highlighted and
32202  changed by the shortcut 
32203 \family sans
32204 Alt-c
32205 \begin_inset space ~
32206 \end_inset
32207
32208 r
32209 \family default
32210  to the upright font style.
32211 \begin_inset Foot
32212 status collapsed
32213
32214 \begin_layout Plain Layout
32215 font styles
32216 \series bold
32217  
32218 \series default
32219 see 
32220 \begin_inset CommandInset ref
32221 LatexCommand ref
32222 reference "sub:Font-Styles"
32223
32224 \end_inset
32225
32226
32227 \end_layout
32228
32229 \end_inset
32230
32231
32232 \end_layout
32233
32234 \begin_layout Subsection
32235 Negative Numbers
32236 \begin_inset Index
32237 status collapsed
32238
32239 \begin_layout Plain Layout
32240 Numbers ! negative
32241 \end_layout
32242
32243 \end_inset
32244
32245
32246 \end_layout
32247
32248 \begin_layout Standard
32249 Negative numbers often look ugly in formulas because the minus sign before
32250  the number is set with the same length as the minus operator sign.
32251  When writing the negative number in normal text, the minus sign appears
32252  correctly.
32253 \end_layout
32254
32255 \begin_layout Standard
32256 Thus, the problem disappears when converting the minus sign to mathematical
32257  text.
32258 \end_layout
32259
32260 \begin_layout Standard
32261 An example to visualize the problem:
32262 \end_layout
32263
32264 \begin_layout Standard
32265 \align center
32266 \begin_inset Tabular
32267 <lyxtabular version="3" rows="3" columns="2">
32268 <features>
32269 <column alignment="right" valignment="top" width="0">
32270 <column alignment="left" valignment="top" width="0">
32271 <row>
32272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32273 \begin_inset Text
32274
32275 \begin_layout Plain Layout
32276 normal text:
32277 \end_layout
32278
32279 \end_inset
32280 </cell>
32281 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32282 \begin_inset Text
32283
32284 \begin_layout Plain Layout
32285 x = -2
32286 \end_layout
32287
32288 \end_inset
32289 </cell>
32290 </row>
32291 <row>
32292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32293 \begin_inset Text
32294
32295 \begin_layout Plain Layout
32296 formula:
32297 \end_layout
32298
32299 \end_inset
32300 </cell>
32301 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32302 \begin_inset Text
32303
32304 \begin_layout Plain Layout
32305 \begin_inset Formula $x=-2$
32306 \end_inset
32307
32308
32309 \end_layout
32310
32311 \end_inset
32312 </cell>
32313 </row>
32314 <row>
32315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32316 \begin_inset Text
32317
32318 \begin_layout Plain Layout
32319 solution:
32320 \end_layout
32321
32322 \end_inset
32323 </cell>
32324 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32325 \begin_inset Text
32326
32327 \begin_layout Plain Layout
32328 \begin_inset Formula $x=\textrm{-}2$
32329 \end_inset
32330
32331
32332 \end_layout
32333
32334 \end_inset
32335 </cell>
32336 </row>
32337 </lyxtabular>
32338
32339 \end_inset
32340
32341
32342 \end_layout
32343
32344 \begin_layout Subsection
32345 Comma as decimal Separator
32346 \begin_inset Index
32347 status collapsed
32348
32349 \begin_layout Plain Layout
32350 Comma
32351 \end_layout
32352
32353 \end_inset
32354
32355
32356 \end_layout
32357
32358 \begin_layout Standard
32359 In LaTeX a comma inside a formula is used, according to the English convention,
32360  as number group separator.
32361  So there will be space added behind all commas in formulas.
32362 \end_layout
32363
32364 \begin_layout Standard
32365 To avoid this, the comma is highlighted and changed to mathematical text
32366  (shortcut 
32367 \family sans
32368 Alt-m
32369 \begin_inset space ~
32370 \end_inset
32371
32372 m
32373 \family default
32374 ).
32375 \end_layout
32376
32377 \begin_layout Standard
32378 To use all formula commas in the document as decimal separator, the file
32379  
32380 \series bold
32381 icomma.sty
32382 \series default
32383
32384 \begin_inset Foot
32385 status collapsed
32386
32387 \begin_layout Plain Layout
32388
32389 \series bold
32390 icomma
32391 \series default
32392  is part of the LaTeX-package 
32393 \series bold
32394 was
32395 \series default
32396
32397 \begin_inset Index
32398 status collapsed
32399
32400 \begin_layout Plain Layout
32401 Packages ! was
32402 \begin_inset ERT
32403 status collapsed
32404
32405 \begin_layout Plain Layout
32406
32407
32408 \backslash
32409 vspace{4mm}
32410 \end_layout
32411
32412 \end_inset
32413
32414
32415 \end_layout
32416
32417 \end_inset
32418
32419 .
32420 \end_layout
32421
32422 \end_inset
32423
32424
32425 \begin_inset Index
32426 status collapsed
32427
32428 \begin_layout Plain Layout
32429 Packages ! icomma
32430 \end_layout
32431
32432 \end_inset
32433
32434  is loaded with the LaTeX-preamble line
32435 \end_layout
32436
32437 \begin_layout Standard
32438
32439 \series bold
32440
32441 \backslash
32442 usepackage{icomma}
32443 \end_layout
32444
32445 \begin_layout Subsection
32446 Physical Vectors
32447 \begin_inset CommandInset label
32448 LatexCommand label
32449 name "sub:Physical-Vectors"
32450
32451 \end_inset
32452
32453
32454 \begin_inset Index
32455 status collapsed
32456
32457 \begin_layout Plain Layout
32458 Vectors ! physical
32459 \end_layout
32460
32461 \end_inset
32462
32463
32464 \end_layout
32465
32466 \begin_layout Standard
32467 Predefined vectors are offered by the LaTeX-package 
32468 \series bold
32469 braket
32470 \series default
32471
32472 \begin_inset Foot
32473 status collapsed
32474
32475 \begin_layout Plain Layout
32476
32477 \series bold
32478 braket
32479 \series default
32480  should be part of every LaTeX standard installation.
32481 \end_layout
32482
32483 \end_inset
32484
32485
32486 \begin_inset Index
32487 status collapsed
32488
32489 \begin_layout Plain Layout
32490 Packages ! braket
32491 \end_layout
32492
32493 \end_inset
32494
32495  that is loaded with the LaTeX-preamble line
32496 \end_layout
32497
32498 \begin_layout Standard
32499
32500 \series bold
32501
32502 \backslash
32503 usepackage{braket}
32504 \end_layout
32505
32506 \begin_layout Standard
32507 \begin_inset ERT
32508 status collapsed
32509
32510 \begin_layout Plain Layout
32511
32512
32513 \backslash
32514 ifbraket 
32515 \end_layout
32516
32517 \end_inset
32518
32519
32520 \begin_inset Note Note
32521 status open
32522
32523 \begin_layout Plain Layout
32524 The following table will only be displayed when the LaTeX-package 
32525 \series bold
32526 braket
32527 \series default
32528  is installed.
32529 \end_layout
32530
32531 \end_inset
32532
32533 The following commands are defined:
32534 \end_layout
32535
32536 \begin_layout Standard
32537 \align center
32538 \begin_inset Tabular
32539 <lyxtabular version="3" rows="4" columns="2">
32540 <features>
32541 <column alignment="center" valignment="top" width="0">
32542 <column alignment="center" valignment="top" width="0">
32543 <row>
32544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32545 \begin_inset Text
32546
32547 \begin_layout Plain Layout
32548 Command
32549 \end_layout
32550
32551 \end_inset
32552 </cell>
32553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32554 \begin_inset Text
32555
32556 \begin_layout Plain Layout
32557 Result
32558 \end_layout
32559
32560 \end_inset
32561 </cell>
32562 </row>
32563 <row>
32564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32565 \begin_inset Text
32566
32567 \begin_layout Plain Layout
32568
32569 \backslash
32570 Bra{
32571 \backslash
32572 psi
32573 \end_layout
32574
32575 \end_inset
32576 </cell>
32577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32578 \begin_inset Text
32579
32580 \begin_layout Plain Layout
32581 \begin_inset Formula $\Bra{\psi}$
32582 \end_inset
32583
32584
32585 \end_layout
32586
32587 \end_inset
32588 </cell>
32589 </row>
32590 <row>
32591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32592 \begin_inset Text
32593
32594 \begin_layout Plain Layout
32595
32596 \backslash
32597 Ket{
32598 \backslash
32599 psi
32600 \end_layout
32601
32602 \end_inset
32603 </cell>
32604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32605 \begin_inset Text
32606
32607 \begin_layout Plain Layout
32608 \begin_inset Formula $\Ket{\psi}$
32609 \end_inset
32610
32611
32612 \end_layout
32613
32614 \end_inset
32615 </cell>
32616 </row>
32617 <row>
32618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32619 \begin_inset Text
32620
32621 \begin_layout Plain Layout
32622
32623 \backslash
32624 Braket{
32625 \backslash
32626 psi|
32627 \backslash
32628 phi
32629 \end_layout
32630
32631 \end_inset
32632 </cell>
32633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32634 \begin_inset Text
32635
32636 \begin_layout Plain Layout
32637 \begin_inset Formula $\Braket{\psi|\phi}$
32638 \end_inset
32639
32640
32641 \end_layout
32642
32643 \end_inset
32644 </cell>
32645 </row>
32646 </lyxtabular>
32647
32648 \end_inset
32649
32650
32651 \end_layout
32652
32653 \begin_layout Standard
32654 The command 
32655 \series bold
32656
32657 \backslash
32658 Braket
32659 \series default
32660  assures that all vertical bars are set in the size of the surrounding brackets:
32661 \begin_inset Formula \[
32662 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32663
32664 \end_inset
32665
32666
32667 \begin_inset ERT
32668 status collapsed
32669
32670 \begin_layout Plain Layout
32671
32672
32673 \backslash
32674 else 
32675 \end_layout
32676
32677 \end_inset
32678
32679
32680 \begin_inset Note Note
32681 status open
32682
32683 \begin_layout Plain Layout
32684 The following will be displayed when the LaTeX-package 
32685 \series bold
32686 braket
32687 \series default
32688  is not installed:
32689 \end_layout
32690
32691 \end_inset
32692
32693
32694 \end_layout
32695
32696 \begin_layout Standard
32697 You need to install the LaTeX-package 
32698 \series bold
32699 braket
32700 \series default
32701  to see the rest of this subsection in the output.
32702 \end_layout
32703
32704 \begin_layout Standard
32705 \begin_inset ERT
32706 status collapsed
32707
32708 \begin_layout Plain Layout
32709
32710
32711 \backslash
32712 fi 
32713 \end_layout
32714
32715 \end_inset
32716
32717
32718 \end_layout
32719
32720 \begin_layout Standard
32721 The effect of 
32722 \series bold
32723
32724 \backslash
32725 Braket
32726 \series default
32727  can also be achieved using the command 
32728 \series bold
32729
32730 \backslash
32731 middle
32732 \series default
32733 , that is described in 
32734 \begin_inset CommandInset ref
32735 LatexCommand ref
32736 reference "sub:Automatic-Bracket-Size"
32737
32738 \end_inset
32739
32740 .
32741 \end_layout
32742
32743 \begin_layout Subsection
32744 Self-defined Fractions
32745 \begin_inset CommandInset label
32746 LatexCommand label
32747 name "sub:Self-defined-Fractions"
32748
32749 \end_inset
32750
32751
32752 \begin_inset Index
32753 status collapsed
32754
32755 \begin_layout Plain Layout
32756 Fractions ! self-defined
32757 \end_layout
32758
32759 \end_inset
32760
32761
32762 \end_layout
32763
32764 \begin_layout Standard
32765 To define custom commands for fractions, the command 
32766 \series bold
32767
32768 \backslash
32769 genfrac
32770 \series default
32771
32772 \begin_inset Index
32773 status collapsed
32774
32775 \begin_layout Plain Layout
32776 Commands ! G ! 
32777 \backslash
32778 genfrac
32779 \end_layout
32780
32781 \end_inset
32782
32783  is used in the following scheme:
32784 \end_layout
32785
32786 \begin_layout Standard
32787
32788 \series bold
32789
32790 \backslash
32791 genfrac{left
32792 \series default
32793  
32794 \series bold
32795 bracket}{right
32796 \series default
32797  
32798 \series bold
32799 bracket}{fraction bar thickness}{style}
32800 \begin_inset Newline newline
32801 \end_inset
32802
32803
32804 \begin_inset ERT
32805 status collapsed
32806
32807 \begin_layout Plain Layout
32808
32809
32810 \backslash
32811 phantom{
32812 \end_layout
32813
32814 \end_inset
32815
32816
32817 \backslash
32818 genfrac
32819 \begin_inset ERT
32820 status collapsed
32821
32822 \begin_layout Plain Layout
32823
32824 }
32825 \end_layout
32826
32827 \end_inset
32828
32829 {numerator}{denominator}
32830 \end_layout
32831
32832 \begin_layout Standard
32833 The style is a number in the range of 0
32834 \begin_inset space \thinspace{}
32835 \end_inset
32836
32837 -
32838 \begin_inset space \thinspace{}
32839 \end_inset
32840
32841 3.
32842 \end_layout
32843
32844 \begin_layout Standard
32845 \align center
32846 \begin_inset Tabular
32847 <lyxtabular version="3" rows="5" columns="2">
32848 <features>
32849 <column alignment="center" valignment="top" width="0">
32850 <column alignment="center" valignment="top" width="0">
32851 <row>
32852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32853 \begin_inset Text
32854
32855 \begin_layout Plain Layout
32856 Number
32857 \end_layout
32858
32859 \end_inset
32860 </cell>
32861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32862 \begin_inset Text
32863
32864 \begin_layout Plain Layout
32865 Style (Size)
32866 \end_layout
32867
32868 \end_inset
32869 </cell>
32870 </row>
32871 <row>
32872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32873 \begin_inset Text
32874
32875 \begin_layout Plain Layout
32876 0
32877 \end_layout
32878
32879 \end_inset
32880 </cell>
32881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32882 \begin_inset Text
32883
32884 \begin_layout Plain Layout
32885 display style formula
32886 \end_layout
32887
32888 \end_inset
32889 </cell>
32890 </row>
32891 <row>
32892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32893 \begin_inset Text
32894
32895 \begin_layout Plain Layout
32896 1
32897 \end_layout
32898
32899 \end_inset
32900 </cell>
32901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32902 \begin_inset Text
32903
32904 \begin_layout Plain Layout
32905 inline formula
32906 \end_layout
32907
32908 \end_inset
32909 </cell>
32910 </row>
32911 <row>
32912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32913 \begin_inset Text
32914
32915 \begin_layout Plain Layout
32916 2
32917 \end_layout
32918
32919 \end_inset
32920 </cell>
32921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32922 \begin_inset Text
32923
32924 \begin_layout Plain Layout
32925 small
32926 \end_layout
32927
32928 \end_inset
32929 </cell>
32930 </row>
32931 <row>
32932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32933 \begin_inset Text
32934
32935 \begin_layout Plain Layout
32936 3
32937 \end_layout
32938
32939 \end_inset
32940 </cell>
32941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32942 \begin_inset Text
32943
32944 \begin_layout Plain Layout
32945 tiny
32946 \end_layout
32947
32948 \end_inset
32949 </cell>
32950 </row>
32951 </lyxtabular>
32952
32953 \end_inset
32954
32955
32956 \end_layout
32957
32958 \begin_layout Standard
32959 When no style is given, the size is adjusted to the surrounding environment
32960  like for the command 
32961 \series bold
32962
32963 \backslash
32964 frac
32965 \series default
32966 .
32967 \end_layout
32968
32969 \begin_layout Standard
32970 When no fraction bar thickness is given, the predefined value of 0.4
32971 \begin_inset space \thinspace{}
32972 \end_inset
32973
32974 pt will be used.
32975 \end_layout
32976
32977 \begin_layout Standard
32978 \begin_inset VSpace medskip
32979 \end_inset
32980
32981 For example, the commands 
32982 \series bold
32983
32984 \backslash
32985 dfrac
32986 \series default
32987  and 
32988 \series bold
32989
32990 \backslash
32991 tbinom
32992 \series default
32993  from 
32994 \begin_inset CommandInset ref
32995 LatexCommand ref
32996 reference "sub:Fractions"
32997
32998 \end_inset
32999
33000  are defined with the commands
33001 \end_layout
33002
33003 \begin_layout Standard
33004
33005 \series bold
33006
33007 \backslash
33008 newcommand{
33009 \backslash
33010 dfrac}[2]{
33011 \backslash
33012 genfrac{}{}{}{0}{#1}{#2}}
33013 \end_layout
33014
33015 \begin_layout Standard
33016 and
33017 \end_layout
33018
33019 \begin_layout Standard
33020
33021 \series bold
33022
33023 \backslash
33024 newcommand{
33025 \backslash
33026 tbinom}[2]{
33027 \backslash
33028 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33029 \end_layout
33030
33031 \begin_layout Standard
33032 \begin_inset VSpace medskip
33033 \end_inset
33034
33035 To define a fraction where the fraction bar thickness can be given as optional
33036  argument, the following line is inserted to the LaTeX-preamble:
33037 \end_layout
33038
33039 \begin_layout Standard
33040
33041 \series bold
33042
33043 \backslash
33044 newcommand{
33045 \backslash
33046 fracS}[3][]{
33047 \backslash
33048 genfrac{}{}{#1}{}{#2}{#3}}
33049 \end_layout
33050
33051 \begin_layout Standard
33052 A test:
33053 \begin_inset Formula \begin{align*}
33054 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33055 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
33056
33057 \end_inset
33058
33059 As one can see, the distance of the numerator and the denominator to the
33060  fraction bar is round about three times the bar thickness.
33061 \end_layout
33062
33063 \begin_layout Subsection
33064 Canceled Formulas
33065 \begin_inset CommandInset label
33066 LatexCommand label
33067 name "sub:Canceled-Formulas"
33068
33069 \end_inset
33070
33071
33072 \begin_inset Index
33073 status collapsed
33074
33075 \begin_layout Plain Layout
33076 Formula ! canceled
33077 \end_layout
33078
33079 \end_inset
33080
33081
33082 \end_layout
33083
33084 \begin_layout Standard
33085 To cancel formulas or formula parts, the LaTeX-package 
33086 \series bold
33087 cancel
33088 \series default
33089
33090 \begin_inset Foot
33091 status collapsed
33092
33093 \begin_layout Plain Layout
33094
33095 \series bold
33096 cancel
33097 \series default
33098  is part of every LaTeX standard installation.
33099 \end_layout
33100
33101 \end_inset
33102
33103
33104 \begin_inset Index
33105 status collapsed
33106
33107 \begin_layout Plain Layout
33108 Packages ! cancel
33109 \end_layout
33110
33111 \end_inset
33112
33113  has to be loaded with the LaTeX-preamble line
33114 \end_layout
33115
33116 \begin_layout Standard
33117
33118 \series bold
33119
33120 \backslash
33121 usepackage[samesize]{cancel}
33122 \end_layout
33123
33124 \begin_layout Standard
33125 There are four ways to cancel formulas:
33126 \end_layout
33127
33128 \begin_layout Standard
33129 \align center
33130 \begin_inset Tabular
33131 <lyxtabular version="3" rows="5" columns="2">
33132 <features>
33133 <column alignment="center" valignment="top" width="0">
33134 <column alignment="center" valignment="top" width="0">
33135 <row>
33136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33137 \begin_inset Text
33138
33139 \begin_layout Plain Layout
33140 Command
33141 \end_layout
33142
33143 \end_inset
33144 </cell>
33145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33146 \begin_inset Text
33147
33148 \begin_layout Plain Layout
33149 Result
33150 \begin_inset Note Note
33151 status collapsed
33152
33153 \begin_layout Plain Layout
33154
33155 \series bold
33156
33157 \backslash
33158 hspace
33159 \series default
33160  and
33161 \series bold
33162  
33163 \backslash
33164 raisebox
33165 \series default
33166  are used here as spacer.
33167 \end_layout
33168
33169 \end_inset
33170
33171
33172 \end_layout
33173
33174 \end_inset
33175 </cell>
33176 </row>
33177 <row>
33178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33179 \begin_inset Text
33180
33181 \begin_layout Plain Layout
33182
33183 \backslash
33184 cancel{
33185 \backslash
33186 int
33187 \begin_inset ERT
33188 status collapsed
33189
33190 \begin_layout Plain Layout
33191
33192
33193 \backslash
33194 spce 
33195 \end_layout
33196
33197 \end_inset
33198
33199 A=B
33200 \end_layout
33201
33202 \end_inset
33203 </cell>
33204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33205 \begin_inset Text
33206
33207 \begin_layout Plain Layout
33208 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33209 \end_inset
33210
33211
33212 \end_layout
33213
33214 \end_inset
33215 </cell>
33216 </row>
33217 <row>
33218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33219 \begin_inset Text
33220
33221 \begin_layout Plain Layout
33222
33223 \backslash
33224 bcancel{
33225 \backslash
33226 int
33227 \begin_inset ERT
33228 status collapsed
33229
33230 \begin_layout Plain Layout
33231
33232
33233 \backslash
33234 spce 
33235 \end_layout
33236
33237 \end_inset
33238
33239 A=B
33240 \end_layout
33241
33242 \end_inset
33243 </cell>
33244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33245 \begin_inset Text
33246
33247 \begin_layout Plain Layout
33248 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33249 \end_inset
33250
33251
33252 \end_layout
33253
33254 \end_inset
33255 </cell>
33256 </row>
33257 <row>
33258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33259 \begin_inset Text
33260
33261 \begin_layout Plain Layout
33262
33263 \backslash
33264 xcancel{
33265 \backslash
33266 int
33267 \begin_inset ERT
33268 status collapsed
33269
33270 \begin_layout Plain Layout
33271
33272
33273 \backslash
33274 spce 
33275 \end_layout
33276
33277 \end_inset
33278
33279 A=B
33280 \end_layout
33281
33282 \end_inset
33283 </cell>
33284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33285 \begin_inset Text
33286
33287 \begin_layout Plain Layout
33288 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33289 \end_inset
33290
33291
33292 \end_layout
33293
33294 \end_inset
33295 </cell>
33296 </row>
33297 <row>
33298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33299 \begin_inset Text
33300
33301 \begin_layout Plain Layout
33302
33303 \backslash
33304 cancelto{1
33305 \begin_inset Formula $\to$
33306 \end_inset
33307
33308
33309 \backslash
33310 {
33311 \backslash
33312 int
33313 \begin_inset ERT
33314 status collapsed
33315
33316 \begin_layout Plain Layout
33317
33318
33319 \backslash
33320 spce 
33321 \end_layout
33322
33323 \end_inset
33324
33325 A=B
33326 \end_layout
33327
33328 \end_inset
33329 </cell>
33330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33331 \begin_inset Text
33332
33333 \begin_layout Plain Layout
33334 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33335 \end_inset
33336
33337
33338 \end_layout
33339
33340 \end_inset
33341 </cell>
33342 </row>
33343 </lyxtabular>
33344
33345 \end_inset
33346
33347
33348 \end_layout
33349
33350 \begin_layout Standard
33351
33352 \series bold
33353
33354 \backslash
33355 cancelto
33356 \series default
33357  is especially suitable to visualize the reduction of fractions within formulas:
33358 \begin_inset Formula \[
33359 \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}}}\]
33360
33361 \end_inset
33362
33363
33364 \end_layout
33365
33366 \begin_layout Subsection
33367 Formulas in Section Headings
33368 \begin_inset CommandInset label
33369 LatexCommand label
33370 name "sub:Formulas-in-Section"
33371
33372 \end_inset
33373
33374
33375 \begin_inset Index
33376 status collapsed
33377
33378 \begin_layout Plain Layout
33379 Formula ! in section headings
33380 \end_layout
33381
33382 \end_inset
33383
33384
33385 \end_layout
33386
33387 \begin_layout Standard
33388 When formulas are used in section headings, the following has to be taken
33389  into account:
33390 \end_layout
33391
33392 \begin_layout Standard
33393 \begin_inset Note Greyedout
33394 status open
33395
33396 \begin_layout Plain Layout
33397 When 
33398 \series bold
33399 hyperref
33400 \series default
33401
33402 \begin_inset Index
33403 status collapsed
33404
33405 \begin_layout Plain Layout
33406 Packages ! hyperref
33407 \end_layout
33408
33409 \end_inset
33410
33411  support is enabled in the document settings dialog under 
33412 \family sans
33413 PDF
33414 \begin_inset space ~
33415 \end_inset
33416
33417 Properties
33418 \family default
33419 , PDF-bookmarks are created for every section heading in the table of contents.
33420  If a section heading contains formulas, they are incorrectly displayed
33421  in the bookmark text, because formulas in bookmarks infringe the PDF convention
33422 s.
33423 \end_layout
33424
33425 \end_inset
33426
33427
33428 \end_layout
33429
33430 \begin_layout Standard
33431 Both problems can be solved by inserting at the end of the section heading
33432  a short title with the menu 
33433 \family sans
33434 Insert\SpecialChar \menuseparator
33435 Short
33436 \begin_inset space ~
33437 \end_inset
33438
33439 Title
33440 \family default
33441 .
33442  Short titles are used as alternative for multiline section headings to
33443  keep the table of contents clearly arranged.
33444  Only the short title appears in the table of contents and therefore also
33445  in the PDF-bookmark.
33446 \end_layout
33447
33448 \begin_layout Standard
33449 When formulas should be used in the table of contents but 
33450 \series bold
33451 hyperref
33452 \series default
33453  is used, one can use the following command in TeX-mode:
33454 \end_layout
33455
33456 \begin_layout Standard
33457
33458 \series bold
33459
33460 \backslash
33461 texorpdfstring{part}{alternative}
33462 \begin_inset Index
33463 status collapsed
33464
33465 \begin_layout Plain Layout
33466 Commands ! T ! 
33467 \backslash
33468 texorpdfstring
33469 \end_layout
33470
33471 \end_inset
33472
33473
33474 \end_layout
33475
33476 \begin_layout Standard
33477 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
33478  This can be characters, formulas, footnotes, but also cross-references.
33479  The alternative is used instead of the part for the bookmark.
33480 \end_layout
33481
33482 \begin_layout Standard
33483 Here are two example headings:
33484 \begin_inset VSpace -3mm
33485 \end_inset
33486
33487
33488 \begin_inset ERT
33489 status collapsed
33490
33491 \begin_layout Plain Layout
33492
33493
33494 \backslash
33495 boldmath 
33496 \end_layout
33497
33498 \end_inset
33499
33500
33501 \end_layout
33502
33503 \begin_layout Subsubsection
33504 Heading without formula in table of contents 
33505 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33506 \end_inset
33507
33508
33509 \begin_inset OptArg
33510 status collapsed
33511
33512 \begin_layout Plain Layout
33513 Heading without formula in table of contents
33514 \end_layout
33515
33516 \end_inset
33517
33518
33519 \end_layout
33520
33521 \begin_layout Subsubsection
33522 Heading with formula in table of contents
33523 \begin_inset ERT
33524 status collapsed
33525
33526 \begin_layout Plain Layout
33527
33528
33529 \backslash
33530 texorpdfstring{
33531 \end_layout
33532
33533 \end_inset
33534
33535  
33536 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33537 \end_inset
33538
33539
33540 \begin_inset ERT
33541 status collapsed
33542
33543 \begin_layout Plain Layout
33544
33545 }{}
33546 \end_layout
33547
33548 \end_inset
33549
33550
33551 \end_layout
33552
33553 \begin_layout Standard
33554 \begin_inset ERT
33555 status collapsed
33556
33557 \begin_layout Plain Layout
33558
33559
33560 \backslash
33561 unboldmath 
33562 \end_layout
33563
33564 \end_inset
33565
33566 In the first heading a short title was used, in the second one 
33567 \series bold
33568
33569 \backslash
33570 texorpdfstring
33571 \series default
33572 .
33573 \end_layout
33574
33575 \begin_layout Standard
33576 To get the same formatting as for the other headings, the complete heading
33577  was set into a 
33578 \series bold
33579 boldmath
33580 \series default
33581  environment
33582 \begin_inset Foot
33583 status collapsed
33584
33585 \begin_layout Plain Layout
33586 see 
33587 \begin_inset CommandInset ref
33588 LatexCommand ref
33589 reference "sub:Bold-Formulas"
33590
33591 \end_inset
33592
33593
33594 \end_layout
33595
33596 \end_inset
33597
33598 .
33599 \end_layout
33600
33601 \begin_layout Subsection
33602 Formulas in multi-column Text
33603 \begin_inset Index
33604 status collapsed
33605
33606 \begin_layout Plain Layout
33607 Formula ! in multi-column text
33608 \end_layout
33609
33610 \end_inset
33611
33612
33613 \end_layout
33614
33615 \begin_layout Standard
33616 Formulas in multi-column text are often too wide to fit into a column and
33617  thus need to be set over the whole page width.
33618  This is done by using the LaTeX-package 
33619 \series bold
33620 multicol
33621 \series default
33622
33623 \begin_inset Foot
33624 status collapsed
33625
33626 \begin_layout Plain Layout
33627
33628 \series bold
33629 multicol
33630 \series default
33631  is part of every LaTeX standard installation.
33632 \end_layout
33633
33634 \end_inset
33635
33636
33637 \begin_inset Index
33638 status collapsed
33639
33640 \begin_layout Plain Layout
33641 Packages ! multicol
33642 \end_layout
33643
33644 \end_inset
33645
33646 , that is loaded with the LaTeX-preamble line
33647 \end_layout
33648
33649 \begin_layout Standard
33650
33651 \series bold
33652
33653 \backslash
33654 usepackage{multicol}
33655 \end_layout
33656
33657 \begin_layout Standard
33658 \begin_inset Note Greyedout
33659 status open
33660
33661 \begin_layout Plain Layout
33662 Note herby that the setting 
33663 \family sans
33664 Two-column
33665 \begin_inset space ~
33666 \end_inset
33667
33668 document
33669 \family default
33670  in the menu 
33671 \family sans
33672 Document\SpecialChar \menuseparator
33673 Settings
33674 \family default
33675  under 
33676 \family sans
33677 Text
33678 \begin_inset space ~
33679 \end_inset
33680
33681 Layout
33682 \family default
33683 \emph on
33684  
33685 \emph default
33686 must 
33687 \emph on
33688 not
33689 \emph default
33690  be selected.
33691 \end_layout
33692
33693 \end_inset
33694
33695
33696 \end_layout
33697
33698 \begin_layout Standard
33699 Before the multi-column text the command
33700 \end_layout
33701
33702 \begin_layout Standard
33703
33704 \series bold
33705
33706 \backslash
33707 begin{multicols}{column number}
33708 \end_layout
33709
33710 \begin_layout Standard
33711 is written in TeX-mode.
33712  The column number is a number in the range of 2
33713 \begin_inset space \thinspace{}
33714 \end_inset
33715
33716 -
33717 \begin_inset space \thinspace{}
33718 \end_inset
33719
33720 10.
33721  Before the formula the multi-column text is ended by inserting the command
33722 \end_layout
33723
33724 \begin_layout Standard
33725
33726 \series bold
33727
33728 \backslash
33729 end{multicols}
33730 \end_layout
33731
33732 \begin_layout Standard
33733 in TeX-mode.
33734 \end_layout
33735
33736 \begin_layout Standard
33737 Due to the command some space is automatically added before the formula.
33738  To revert this, -6
33739 \begin_inset space \thinspace{}
33740 \end_inset
33741
33742 mm vertical space is inserted before the formula.
33743  When the formula style 
33744 \series bold
33745 Indented
33746 \begin_inset Foot
33747 status collapsed
33748
33749 \begin_layout Plain Layout
33750 formula styles see 
33751 \begin_inset CommandInset ref
33752 LatexCommand ref
33753 reference "sec:Formula-Styles"
33754
33755 \end_inset
33756
33757
33758 \end_layout
33759
33760 \end_inset
33761
33762
33763 \series default
33764  is used, -9
33765 \begin_inset space \thinspace{}
33766 \end_inset
33767
33768 mm space is inserted instead.
33769 \end_layout
33770
33771 \begin_layout Standard
33772 As example a multi-column text with a displayed formula:
33773 \end_layout
33774
33775 \begin_layout Standard
33776 \begin_inset ERT
33777 status collapsed
33778
33779 \begin_layout Plain Layout
33780
33781
33782 \backslash
33783 begin{multicols}{2}
33784 \end_layout
33785
33786 \end_inset
33787
33788 Das Spektrum wird fouriertransformiert.
33789  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
33790 , Lösungsmittel) zu trennen.
33791  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
33792  nun das Aussehen des Ausgangssignals.
33793  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
33794  über alle Phasen integrieren muss.
33795  Sei nun 
33796 \begin_inset Formula $S$
33797 \end_inset
33798
33799  unser normiertes Ausgangssignal and 
33800 \begin_inset Formula $P$
33801 \end_inset
33802
33803  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
33804 \begin_inset ERT
33805 status collapsed
33806
33807 \begin_layout Plain Layout
33808
33809
33810 \backslash
33811 end{multicols}
33812 \end_layout
33813
33814 \end_inset
33815
33816
33817 \begin_inset VSpace -6mm
33818 \end_inset
33819
33820
33821 \begin_inset Formula \begin{equation}
33822 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33823
33824 \end_inset
33825
33826
33827 \begin_inset ERT
33828 status collapsed
33829
33830 \begin_layout Plain Layout
33831
33832
33833 \backslash
33834 begin{multicols}{2}
33835 \end_layout
33836
33837 \end_inset
33838
33839 wobei 
33840 \begin_inset Formula $S_{0}$
33841 \end_inset
33842
33843  das Signal ohne Gradient ist and the Normierungsbedingung 
33844 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33845 \end_inset
33846
33847  gilt.
33848  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
33849  Direkt nach the 
33850 \begin_inset Formula $\nicefrac{\pi}{2}$
33851 \end_inset
33852
33853
33854 \begin_inset space \thinspace{}
33855 \end_inset
33856
33857 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
33858  das Signal zusätzlich abschwächt.
33859  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
33860  
33861 \begin_inset Formula $T_{2}$
33862 \end_inset
33863
33864 -Zeit.
33865 \end_layout
33866
33867 \begin_layout Standard
33868 \begin_inset ERT
33869 status collapsed
33870
33871 \begin_layout Plain Layout
33872
33873
33874 \backslash
33875 end{multicols}
33876 \end_layout
33877
33878 \end_inset
33879
33880  
33881 \end_layout
33882
33883 \begin_layout Subsection
33884 Formulas with Description of Variables
33885 \begin_inset Index
33886 status collapsed
33887
33888 \begin_layout Plain Layout
33889 Formula ! with description of variables
33890 \end_layout
33891
33892 \end_inset
33893
33894
33895 \end_layout
33896
33897 \begin_layout Standard
33898 To describe variables within a formula, like in formula 
33899 \begin_inset CommandInset ref
33900 LatexCommand eqref
33901 reference "eq:within"
33902
33903 \end_inset
33904
33905 , a 2
33906 \series bold
33907 ×
33908 \series default
33909
33910 \begin_inset Formula $n$
33911 \end_inset
33912
33913
33914 \begin_inset space ~
33915 \end_inset
33916
33917 matrix is used with left aligned columns for the 
33918 \begin_inset Formula $n$
33919 \end_inset
33920
33921  used variables.
33922 \begin_inset Foot
33923 status collapsed
33924
33925 \begin_layout Plain Layout
33926 matrices see 
33927 \begin_inset CommandInset ref
33928 LatexCommand ref
33929 reference "sec:Matrices"
33930
33931 \end_inset
33932
33933
33934 \end_layout
33935
33936 \end_inset
33937
33938  To set the description in a smaller size, before the matrix e.
33939 \begin_inset space \thinspace{}
33940 \end_inset
33941
33942 g.
33943 \begin_inset space ~
33944 \end_inset
33945
33946 the command 
33947 \series bold
33948
33949 \backslash
33950 footnotesize
33951 \series default
33952  is inserted.
33953 \begin_inset Foot
33954 status collapsed
33955
33956 \begin_layout Plain Layout
33957 font sizes see 
33958 \begin_inset CommandInset ref
33959 LatexCommand ref
33960 reference "sub:Font-Sizes"
33961
33962 \end_inset
33963
33964
33965 \end_layout
33966
33967 \end_inset
33968
33969
33970 \end_layout
33971
33972 \begin_layout Standard
33973 When the formula style 
33974 \series bold
33975 Indented
33976 \begin_inset Foot
33977 status collapsed
33978
33979 \begin_layout Plain Layout
33980 formula styles see 
33981 \begin_inset CommandInset ref
33982 LatexCommand ref
33983 reference "sec:Formula-Styles"
33984
33985 \end_inset
33986
33987
33988 \end_layout
33989
33990 \end_inset
33991
33992
33993 \series default
33994  is used, a 
33995 \series bold
33996
33997 \backslash
33998 hfill
33999 \series default
34000
34001 \begin_inset Foot
34002 status collapsed
34003
34004 \begin_layout Plain Layout
34005
34006 \series bold
34007
34008 \backslash
34009 hfill
34010 \series default
34011  only works in formulas with the style 
34012 \series bold
34013 Indented
34014 \series default
34015 , see 
34016 \begin_inset CommandInset ref
34017 LatexCommand ref
34018 reference "sub:Variable-Space"
34019
34020 \end_inset
34021
34022 .
34023 \end_layout
34024
34025 \end_inset
34026
34027  is inserted before and after the matrix to have the same separation of
34028  the matrix from the equation and the side margin.
34029 \end_layout
34030
34031 \begin_layout Standard
34032 When the formula style 
34033 \series bold
34034 Centered
34035 \series default
34036  is used, the method described in 
34037 \begin_inset CommandInset ref
34038 LatexCommand ref
34039 reference "sub:Flalign-Environment"
34040
34041 \end_inset
34042
34043  is used to indent formulas.
34044  Formula 
34045 \begin_inset CommandInset ref
34046 LatexCommand eqref
34047 reference "eq:within"
34048
34049 \end_inset
34050
34051  consists of five columns whereas in the first two columns contain the equation,
34052  the third the matrix, and the last one an empty TeX-brace.
34053 \begin_inset Formula \begin{flalign}
34054 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
34055 \rho & \textrm{density}\\
34056 V & \textrm{volume}\\
34057 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
34058
34059 \end_inset
34060
34061
34062 \end_layout
34063
34064 \begin_layout Subsection
34065 Upright small Greek Letters
34066 \begin_inset CommandInset label
34067 LatexCommand label
34068 name "sub:Upright-small-Greek"
34069
34070 \end_inset
34071
34072
34073 \begin_inset Index
34074 status collapsed
34075
34076 \begin_layout Plain Layout
34077 Greek letters ! upright
34078 \end_layout
34079
34080 \end_inset
34081
34082
34083 \end_layout
34084
34085 \begin_layout Standard
34086 Most of the math fonts only provide italic small Greek letters.
34087  But for symbols of elementary particles like pions and neutrinos, upright
34088  Greek letters are needed.
34089  The file 
34090 \series bold
34091 upgreek.sty
34092 \series default
34093
34094 \begin_inset Foot
34095 status collapsed
34096
34097 \begin_layout Plain Layout
34098
34099 \series bold
34100 upgreek
34101 \series default
34102  is part of the LaTeX-package 
34103 \series bold
34104 was
34105 \series default
34106
34107 \begin_inset Index
34108 status collapsed
34109
34110 \begin_layout Plain Layout
34111 Packages ! was
34112 \begin_inset ERT
34113 status collapsed
34114
34115 \begin_layout Plain Layout
34116
34117
34118 \backslash
34119 vspace{4mm}
34120 \end_layout
34121
34122 \end_inset
34123
34124
34125 \end_layout
34126
34127 \end_inset
34128
34129 .
34130 \end_layout
34131
34132 \end_inset
34133
34134
34135 \begin_inset Index
34136 status collapsed
34137
34138 \begin_layout Plain Layout
34139 Packages ! upgreek
34140 \end_layout
34141
34142 \end_inset
34143
34144  that is loaded with the LaTeX-preamble line
34145 \end_layout
34146
34147 \begin_layout Standard
34148
34149 \series bold
34150
34151 \backslash
34152 usepackage{upgreek}
34153 \end_layout
34154
34155 \begin_layout Standard
34156 provides them.
34157  
34158 \begin_inset ERT
34159 status collapsed
34160
34161 \begin_layout Plain Layout
34162
34163
34164 \backslash
34165 ifupgreek 
34166 \end_layout
34167
34168 \end_inset
34169
34170
34171 \begin_inset Note Note
34172 status open
34173
34174 \begin_layout Plain Layout
34175 The following table will only be displayed when the LaTeX-package 
34176 \series bold
34177 upgreek
34178 \series default
34179  is installed.
34180 \end_layout
34181
34182 \end_inset
34183
34184  They are created when the command for a small Greek letters is started
34185  with 
34186 \series bold
34187 up
34188 \series default
34189 .
34190  For example the command 
34191 \series bold
34192
34193 \backslash
34194 uptau
34195 \series default
34196  creates this: 
34197 \begin_inset Formula $\uptau$
34198 \end_inset
34199
34200
34201 \end_layout
34202
34203 \begin_layout Standard
34204 With these commands reactions of elementary particles can be typeset:
34205 \begin_inset Formula \[
34206 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
34207
34208 \end_inset
34209
34210
34211 \end_layout
34212
34213 \begin_layout Standard
34214 The upright letters are more bold and wider than the italic ones.
34215  They should therefore not be used for units like 
34216 \begin_inset Quotes eld
34217 \end_inset
34218
34219 µm
34220 \begin_inset Quotes erd
34221 \end_inset
34222
34223 .
34224 \end_layout
34225
34226 \begin_layout Standard
34227 \begin_inset ERT
34228 status collapsed
34229
34230 \begin_layout Plain Layout
34231
34232
34233 \backslash
34234 else 
34235 \end_layout
34236
34237 \end_inset
34238
34239
34240 \begin_inset Note Note
34241 status open
34242
34243 \begin_layout Plain Layout
34244 The following will be displayed when the LaTeX-package 
34245 \series bold
34246 upgreek
34247 \series default
34248  is not installed:
34249 \end_layout
34250
34251 \end_inset
34252
34253
34254 \end_layout
34255
34256 \begin_layout Standard
34257 You need to install the LaTeX-package 
34258 \series bold
34259 upgreek
34260 \series default
34261  to see the rest of this subsection in the output.
34262 \end_layout
34263
34264 \begin_layout Standard
34265 \begin_inset ERT
34266 status collapsed
34267
34268 \begin_layout Plain Layout
34269
34270
34271 \backslash
34272 fi 
34273 \end_layout
34274
34275 \end_inset
34276
34277
34278 \end_layout
34279
34280 \begin_layout Subsection
34281 Text Characters in Formulas
34282 \begin_inset CommandInset label
34283 LatexCommand label
34284 name "sub:Text-Characters-in"
34285
34286 \end_inset
34287
34288
34289 \begin_inset Index
34290 status collapsed
34291
34292 \begin_layout Plain Layout
34293 Text ! in formulas
34294 \end_layout
34295
34296 \end_inset
34297
34298
34299 \end_layout
34300
34301 \begin_layout Standard
34302 In some cases you might want to insert text characters directly into formulas.
34303  When for example the centered dot · is often used in formulas like 
34304 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34305 \end_inset
34306
34307 , one would have to insert the command 
34308 \series bold
34309
34310 \backslash
34311 cdot
34312 \series default
34313
34314 \begin_inset Foot
34315 status collapsed
34316
34317 \begin_layout Plain Layout
34318 see 
34319 \begin_inset CommandInset ref
34320 LatexCommand ref
34321 reference "sub:Binary-Operators"
34322
34323 \end_inset
34324
34325
34326 \end_layout
34327
34328 \end_inset
34329
34330  all the time, because this character is defined in all encodings as text
34331  character.
34332  But the encoding can be changed by this LaTeX-preamble line:
34333 \end_layout
34334
34335 \begin_layout Standard
34336
34337 \series bold
34338
34339 \backslash
34340 Declare Inputtext{183}{
34341 \backslash
34342 ifmmode
34343 \backslash
34344 cdot
34345 \backslash
34346 else
34347 \backslash
34348 textperiodcentered
34349 \backslash
34350 f\SpecialChar \textcompwordmark{}
34351 i}
34352 \end_layout
34353
34354 \begin_layout Standard
34355 The character encoding (menu 
34356 \family sans
34357 Document\SpecialChar \menuseparator
34358 Settings\SpecialChar \menuseparator
34359 Language
34360 \family default
34361 ) specifies what character appears when a keyboard key is pressed.
34362  When the key for the character '·' is pressed, internally the command 
34363 \series bold
34364
34365 \backslash
34366 textperiodcentered
34367 \series default
34368  is used.
34369  But this command is not available in a formula so that you would get LaTeX-erro
34370 rs.
34371  With the changed encoding the right command is chosen automatically, depending
34372  on if the character was inserted into a formula or not.
34373 \end_layout
34374
34375 \begin_layout Standard
34376 The encoding of several characters is saved in definition files.
34377  Fore example the encoding 
34378 \series bold
34379 latin9
34380 \series default
34381  is defined in the file 
34382 \series bold
34383 latin9.def
34384 \series default
34385  that is in the installation folder of LaTeX.
34386  Encodings should only be changed via the LaTeX-preamble and not in the
34387  definition files.
34388  Otherwise own documents could not be edited by other LyX users working
34389  on other computers.
34390 \end_layout
34391
34392 \begin_layout Standard
34393 \begin_inset VSpace medskip
34394 \end_inset
34395
34396 Besides the centered dot, in this document the degree sign ° is defined
34397  with the following LaTeX-preamble line so that it can directly be inserted
34398  to a formula:
34399 \end_layout
34400
34401 \begin_layout Standard
34402
34403 \series bold
34404
34405 \backslash
34406 DeclareInputtext{176}{
34407 \backslash
34408 ifmmode^
34409 \backslash
34410 circ
34411 \backslash
34412 else
34413 \backslash
34414 textdegree
34415 \backslash
34416 f\SpecialChar \textcompwordmark{}
34417 i}
34418 \end_layout
34419
34420 \begin_layout Standard
34421 \begin_inset Newpage newpage
34422 \end_inset
34423
34424
34425 \end_layout
34426
34427 \begin_layout Section
34428 \start_of_appendix
34429 Typographic Advice
34430 \begin_inset Index
34431 status collapsed
34432
34433 \begin_layout Plain Layout
34434 Typographic advice
34435 \end_layout
34436
34437 \end_inset
34438
34439
34440 \end_layout
34441
34442 \begin_layout Standard
34443 This section is a summary of the most important typographic rules, listed
34444  in ISO norms.
34445 \begin_inset Foot
34446 status collapsed
34447
34448 \begin_layout Plain Layout
34449 This collection was partly taken from the German semi-official dictionary
34450  called 
34451 \begin_inset Quotes eld
34452 \end_inset
34453
34454 Duden
34455 \begin_inset Quotes erd
34456 \end_inset
34457
34458  
34459 \begin_inset CommandInset citation
34460 LatexCommand cite
34461 key "Duden"
34462
34463 \end_inset
34464
34465  that lists some of the ISO rules.
34466 \end_layout
34467
34468 \end_inset
34469
34470
34471 \end_layout
34472
34473 \begin_layout Itemize
34474 Physical units are 
34475 \emph on
34476 always
34477 \emph default
34478  set upright
34479 \begin_inset Foot
34480 status collapsed
34481
34482 \begin_layout Plain Layout
34483 done with font styles, see 
34484 \begin_inset CommandInset ref
34485 LatexCommand ref
34486 reference "sub:Font-Styles"
34487
34488 \end_inset
34489
34490
34491 \end_layout
34492
34493 \end_inset
34494
34495 : 30
34496 \begin_inset space \thinspace{}
34497 \end_inset
34498
34499 km/h
34500 \begin_inset Newline newline
34501 \end_inset
34502
34503 Between the value and the unit is the smallest space, see 
34504 \begin_inset CommandInset ref
34505 LatexCommand ref
34506 reference "sub:Predefined-Space"
34507
34508 \end_inset
34509
34510 .
34511 \begin_inset Newline newline
34512 \end_inset
34513
34514 This convention is automatically fulfilled when the command 
34515 \series bold
34516
34517 \backslash
34518 unittwo
34519 \series default
34520  is used.
34521  When it is entered to a formula, two boxes appear.
34522  In the first one the value is inserted, in the second one the unit, and
34523  one gets as above: 
34524 \begin_inset Formula $\unit[30]{km/h}$
34525 \end_inset
34526
34527
34528 \begin_inset space \thinspace{}
34529 \end_inset
34530
34531 .
34532  Note that 
34533 \series bold
34534
34535 \backslash
34536 unittwo
34537 \series default
34538  is not a real LaTeX command but the command 
34539 \series bold
34540
34541 \backslash
34542 unit[value]{unit}
34543 \series default
34544 , therefore you cannot use it in TeX code.
34545 \end_layout
34546
34547 \begin_layout Itemize
34548 Percent and perthousand signs are set like physical units:
34549 \begin_inset Newline newline
34550 \end_inset
34551
34552 1,2
34553 \begin_inset space \thinspace{}
34554 \end_inset
34555
34556 ‰ alcohol in blood
34557 \end_layout
34558
34559 \begin_layout Itemize
34560 The degree sign follows directly on the value: 15°, but not when it is used
34561  in units: 15
34562 \begin_inset space \thinspace{}
34563 \end_inset
34564
34565 °C
34566 \end_layout
34567
34568 \begin_layout Itemize
34569 In numbers with more than four digits the smallest space is inserted before
34570  every third digit to group them: 
34571 \family roman
34572 \series medium
34573 \shape up
34574 \size normal
34575 \emph off
34576 \bar no
34577 \noun off
34578 \color none
34579 18
34580 \begin_inset space \thinspace{}
34581 \end_inset
34582
34583 473
34584 \begin_inset space \thinspace{}
34585 \end_inset
34586
34587 588
34588 \end_layout
34589
34590 \begin_layout Itemize
34591 For dimensions like 120×90×40
34592 \begin_inset space \thinspace{}
34593 \end_inset
34594
34595 cm the multiplication sign 
34596 \begin_inset Quotes eld
34597 \end_inset
34598
34599 ×
34600 \begin_inset Quotes erd
34601 \end_inset
34602
34603  is used.
34604  It is available with the LaTeX-command 
34605 \series bold
34606
34607 \backslash
34608 texttimes
34609 \series default
34610 , but can also directly be inserted with some keyboard definitions.
34611 \end_layout
34612
34613 \begin_layout Itemize
34614 Functions with names consisting of several letters are set upright to avoid
34615  confusions, see 
34616 \begin_inset CommandInset ref
34617 LatexCommand ref
34618 reference "sub:Predefined-Functions"
34619
34620 \end_inset
34621
34622 .
34623 \end_layout
34624
34625 \begin_layout Itemize
34626 Indices consisting of several letters, are set upright: 
34627 \begin_inset Formula $E_{\mathrm{kin}}$
34628 \end_inset
34629
34630
34631 \begin_inset Newline newline
34632 \end_inset
34633
34634 Components of matrices are set italic: 
34635 \begin_inset Formula $\hat{H}_{kl}$
34636 \end_inset
34637
34638
34639 \end_layout
34640
34641 \begin_layout Itemize
34642 The differentiation/integration operator 'd', the Euler's number 'e', and
34643  the imaginary unit 'i' should be set upright, to avoid mixing them up with
34644  other variables.
34645 \end_layout
34646
34647 \begin_layout Standard
34648 \begin_inset Newpage newpage
34649 \end_inset
34650
34651
34652 \end_layout
34653
34654 \begin_layout Section
34655 Synonyms
34656 \begin_inset Index
34657 status collapsed
34658
34659 \begin_layout Plain Layout
34660 Synonyms
34661 \end_layout
34662
34663 \end_inset
34664
34665
34666 \end_layout
34667
34668 \begin_layout Standard
34669 Some characters and symbols can be created with several commands.
34670  Here is a list of the synonym commands:
34671 \end_layout
34672
34673 \begin_layout Standard
34674 \begin_inset VSpace bigskip
34675 \end_inset
34676
34677
34678 \begin_inset space \hfill{}
34679 \end_inset
34680
34681
34682 \begin_inset Tabular
34683 <lyxtabular version="3" rows="12" columns="2">
34684 <features>
34685 <column alignment="center" valignment="top" width="0pt">
34686 <column alignment="center" valignment="top" width="0pt">
34687 <row>
34688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34689 \begin_inset Text
34690
34691 \begin_layout Plain Layout
34692 Command
34693 \end_layout
34694
34695 \end_inset
34696 </cell>
34697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34698 \begin_inset Text
34699
34700 \begin_layout Plain Layout
34701 equivalent to
34702 \begin_inset Note Note
34703 status collapsed
34704
34705 \begin_layout Plain Layout
34706
34707 \series bold
34708
34709 \backslash
34710 raisebox
34711 \series default
34712  is only used as spacer.
34713 \end_layout
34714
34715 \end_inset
34716
34717
34718 \end_layout
34719
34720 \end_inset
34721 </cell>
34722 </row>
34723 <row>
34724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34725 \begin_inset Text
34726
34727 \begin_layout Plain Layout
34728
34729 \backslash
34730 ast
34731 \end_layout
34732
34733 \end_inset
34734 </cell>
34735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34736 \begin_inset Text
34737
34738 \begin_layout Plain Layout
34739 \begin_inset ERT
34740 status collapsed
34741
34742 \begin_layout Plain Layout
34743
34744
34745 \backslash
34746 raisebox{-1.2mm}{
34747 \end_layout
34748
34749 \end_inset
34750
34751 *
34752 \begin_inset ERT
34753 status collapsed
34754
34755 \begin_layout Plain Layout
34756
34757 }
34758 \end_layout
34759
34760 \end_inset
34761
34762
34763 \end_layout
34764
34765 \end_inset
34766 </cell>
34767 </row>
34768 <row>
34769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34770 \begin_inset Text
34771
34772 \begin_layout Plain Layout
34773
34774 \backslash
34775 choose
34776 \end_layout
34777
34778 \end_inset
34779 </cell>
34780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34781 \begin_inset Text
34782
34783 \begin_layout Plain Layout
34784
34785 \backslash
34786 binom
34787 \end_layout
34788
34789 \end_inset
34790 </cell>
34791 </row>
34792 <row>
34793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34794 \begin_inset Text
34795
34796 \begin_layout Plain Layout
34797
34798 \backslash
34799 geq
34800 \end_layout
34801
34802 \end_inset
34803 </cell>
34804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34805 \begin_inset Text
34806
34807 \begin_layout Plain Layout
34808
34809 \backslash
34810 ge
34811 \end_layout
34812
34813 \end_inset
34814 </cell>
34815 </row>
34816 <row>
34817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34818 \begin_inset Text
34819
34820 \begin_layout Plain Layout
34821
34822 \backslash
34823 lbrace
34824 \end_layout
34825
34826 \end_inset
34827 </cell>
34828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34829 \begin_inset Text
34830
34831 \begin_layout Plain Layout
34832 {
34833 \end_layout
34834
34835 \end_inset
34836 </cell>
34837 </row>
34838 <row>
34839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34840 \begin_inset Text
34841
34842 \begin_layout Plain Layout
34843
34844 \backslash
34845 lbracket
34846 \end_layout
34847
34848 \end_inset
34849 </cell>
34850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34851 \begin_inset Text
34852
34853 \begin_layout Plain Layout
34854 [
34855 \end_layout
34856
34857 \end_inset
34858 </cell>
34859 </row>
34860 <row>
34861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34862 \begin_inset Text
34863
34864 \begin_layout Plain Layout
34865
34866 \backslash
34867 leftarrow
34868 \end_layout
34869
34870 \end_inset
34871 </cell>
34872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34873 \begin_inset Text
34874
34875 \begin_layout Plain Layout
34876
34877 \backslash
34878 gets
34879 \end_layout
34880
34881 \end_inset
34882 </cell>
34883 </row>
34884 <row>
34885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34886 \begin_inset Text
34887
34888 \begin_layout Plain Layout
34889
34890 \backslash
34891 leq
34892 \end_layout
34893
34894 \end_inset
34895 </cell>
34896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34897 \begin_inset Text
34898
34899 \begin_layout Plain Layout
34900
34901 \backslash
34902 le
34903 \end_layout
34904
34905 \end_inset
34906 </cell>
34907 </row>
34908 <row>
34909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34910 \begin_inset Text
34911
34912 \begin_layout Plain Layout
34913
34914 \backslash
34915 lor
34916 \end_layout
34917
34918 \end_inset
34919 </cell>
34920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34921 \begin_inset Text
34922
34923 \begin_layout Plain Layout
34924
34925 \backslash
34926 vee
34927 \end_layout
34928
34929 \end_inset
34930 </cell>
34931 </row>
34932 <row>
34933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34934 \begin_inset Text
34935
34936 \begin_layout Plain Layout
34937
34938 \backslash
34939 neq
34940 \end_layout
34941
34942 \end_inset
34943 </cell>
34944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34945 \begin_inset Text
34946
34947 \begin_layout Plain Layout
34948
34949 \backslash
34950 not=
34951 \end_layout
34952
34953 \end_inset
34954 </cell>
34955 </row>
34956 <row>
34957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34958 \begin_inset Text
34959
34960 \begin_layout Plain Layout
34961
34962 \backslash
34963 slash
34964 \end_layout
34965
34966 \end_inset
34967 </cell>
34968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34969 \begin_inset Text
34970
34971 \begin_layout Plain Layout
34972 /
34973 \end_layout
34974
34975 \end_inset
34976 </cell>
34977 </row>
34978 <row>
34979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34980 \begin_inset Text
34981
34982 \begin_layout Plain Layout
34983
34984 \backslash
34985 vert
34986 \end_layout
34987
34988 \end_inset
34989 </cell>
34990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34991 \begin_inset Text
34992
34993 \begin_layout Plain Layout
34994 |
34995 \end_layout
34996
34997 \end_inset
34998 </cell>
34999 </row>
35000 </lyxtabular>
35001
35002 \end_inset
35003
35004
35005 \begin_inset space \hfill{}
35006 \end_inset
35007
35008
35009 \begin_inset Tabular
35010 <lyxtabular version="3" rows="12" columns="2">
35011 <features>
35012 <column alignment="center" valignment="top" width="0pt">
35013 <column alignment="center" valignment="top" width="0pt">
35014 <row>
35015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35016 \begin_inset Text
35017
35018 \begin_layout Plain Layout
35019 Command
35020 \end_layout
35021
35022 \end_inset
35023 </cell>
35024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35025 \begin_inset Text
35026
35027 \begin_layout Plain Layout
35028 equivalent to
35029 \end_layout
35030
35031 \end_inset
35032 </cell>
35033 </row>
35034 <row>
35035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35036 \begin_inset Text
35037
35038 \begin_layout Plain Layout
35039
35040 \backslash
35041 backslash
35042 \end_layout
35043
35044 \end_inset
35045 </cell>
35046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35047 \begin_inset Text
35048
35049 \begin_layout Plain Layout
35050
35051 \backslash
35052
35053 \backslash
35054
35055 \end_layout
35056
35057 \end_inset
35058 </cell>
35059 </row>
35060 <row>
35061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35062 \begin_inset Text
35063
35064 \begin_layout Plain Layout
35065
35066 \backslash
35067 dasharrow
35068 \end_layout
35069
35070 \end_inset
35071 </cell>
35072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35073 \begin_inset Text
35074
35075 \begin_layout Plain Layout
35076
35077 \backslash
35078 dashrightarrow
35079 \end_layout
35080
35081 \end_inset
35082 </cell>
35083 </row>
35084 <row>
35085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35086 \begin_inset Text
35087
35088 \begin_layout Plain Layout
35089
35090 \backslash
35091 land
35092 \end_layout
35093
35094 \end_inset
35095 </cell>
35096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35097 \begin_inset Text
35098
35099 \begin_layout Plain Layout
35100
35101 \backslash
35102 wedge
35103 \end_layout
35104
35105 \end_inset
35106 </cell>
35107 </row>
35108 <row>
35109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35110 \begin_inset Text
35111
35112 \begin_layout Plain Layout
35113
35114 \backslash
35115 rbrace
35116 \end_layout
35117
35118 \end_inset
35119 </cell>
35120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35121 \begin_inset Text
35122
35123 \begin_layout Plain Layout
35124 }
35125 \end_layout
35126
35127 \end_inset
35128 </cell>
35129 </row>
35130 <row>
35131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35132 \begin_inset Text
35133
35134 \begin_layout Plain Layout
35135
35136 \backslash
35137 rbracket
35138 \end_layout
35139
35140 \end_inset
35141 </cell>
35142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35143 \begin_inset Text
35144
35145 \begin_layout Plain Layout
35146 ]
35147 \end_layout
35148
35149 \end_inset
35150 </cell>
35151 </row>
35152 <row>
35153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35154 \begin_inset Text
35155
35156 \begin_layout Plain Layout
35157
35158 \backslash
35159 rightarrow
35160 \end_layout
35161
35162 \end_inset
35163 </cell>
35164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35165 \begin_inset Text
35166
35167 \begin_layout Plain Layout
35168
35169 \backslash
35170 to
35171 \end_layout
35172
35173 \end_inset
35174 </cell>
35175 </row>
35176 <row>
35177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35178 \begin_inset Text
35179
35180 \begin_layout Plain Layout
35181
35182 \backslash
35183 lnot
35184 \end_layout
35185
35186 \end_inset
35187 </cell>
35188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35189 \begin_inset Text
35190
35191 \begin_layout Plain Layout
35192
35193 \backslash
35194 neg
35195 \end_layout
35196
35197 \end_inset
35198 </cell>
35199 </row>
35200 <row>
35201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35202 \begin_inset Text
35203
35204 \begin_layout Plain Layout
35205
35206 \backslash
35207 ne
35208 \end_layout
35209
35210 \end_inset
35211 </cell>
35212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35213 \begin_inset Text
35214
35215 \begin_layout Plain Layout
35216
35217 \backslash
35218 not=
35219 \end_layout
35220
35221 \end_inset
35222 </cell>
35223 </row>
35224 <row>
35225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35226 \begin_inset Text
35227
35228 \begin_layout Plain Layout
35229
35230 \backslash
35231 owns
35232 \end_layout
35233
35234 \end_inset
35235 </cell>
35236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35237 \begin_inset Text
35238
35239 \begin_layout Plain Layout
35240
35241 \backslash
35242 ni
35243 \end_layout
35244
35245 \end_inset
35246 </cell>
35247 </row>
35248 <row>
35249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35250 \begin_inset Text
35251
35252 \begin_layout Plain Layout
35253
35254 \backslash
35255 square
35256 \end_layout
35257
35258 \end_inset
35259 </cell>
35260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35261 \begin_inset Text
35262
35263 \begin_layout Plain Layout
35264
35265 \backslash
35266 Box
35267 \end_layout
35268
35269 \end_inset
35270 </cell>
35271 </row>
35272 <row>
35273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35274 \begin_inset Text
35275
35276 \begin_layout Plain Layout
35277
35278 \backslash
35279 Vert
35280 \end_layout
35281
35282 \end_inset
35283 </cell>
35284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35285 \begin_inset Text
35286
35287 \begin_layout Plain Layout
35288
35289 \backslash
35290 |
35291 \end_layout
35292
35293 \end_inset
35294 </cell>
35295 </row>
35296 </lyxtabular>
35297
35298 \end_inset
35299
35300
35301 \begin_inset space \hfill{}
35302 \end_inset
35303
35304
35305 \end_layout
35306
35307 \begin_layout Standard
35308 \begin_inset Newpage newpage
35309 \end_inset
35310
35311
35312 \end_layout
35313
35314 \begin_layout Bibliography
35315 \begin_inset CommandInset bibitem
35316 LatexCommand bibitem
35317 key "TLC2"
35318
35319 \end_inset
35320
35321
35322 \shape smallcaps
35323 Mittelbach, F.
35324  ; Goossens, M.
35325 \shape default
35326
35327 \shape italic
35328 The LaTeX Companion
35329 \shape default
35330 .
35331  Addison Wesley, 2004
35332 \end_layout
35333
35334 \begin_layout Bibliography
35335 \begin_inset CommandInset bibitem
35336 LatexCommand bibitem
35337 key "Mathmode"
35338
35339 \end_inset
35340
35341
35342 \begin_inset CommandInset href
35343 LatexCommand href
35344 name "Description"
35345 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35346
35347 \end_inset
35348
35349  of LaTeX's math abilities
35350 \end_layout
35351
35352 \begin_layout Bibliography
35353 \begin_inset CommandInset bibitem
35354 LatexCommand bibitem
35355 key "Voss"
35356
35357 \end_inset
35358
35359 LaTeX tips and tricks-
35360 \begin_inset CommandInset href
35361 LatexCommand href
35362 name "page"
35363 target "http://tug.org/TeXnik/"
35364
35365 \end_inset
35366
35367
35368 \end_layout
35369
35370 \begin_layout Bibliography
35371 \begin_inset CommandInset bibitem
35372 LatexCommand bibitem
35373 key "AMS"
35374
35375 \end_inset
35376
35377
35378 \begin_inset CommandInset href
35379 LatexCommand href
35380 name "Description"
35381 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35382
35383 \end_inset
35384
35385  of 
35386 \begin_inset ERT
35387 status collapsed
35388
35389 \begin_layout Plain Layout
35390
35391
35392 \backslash
35393 AmS
35394 \end_layout
35395
35396 \end_inset
35397
35398 -LaTeX
35399 \end_layout
35400
35401 \begin_layout Bibliography
35402 \begin_inset CommandInset bibitem
35403 LatexCommand bibitem
35404 key "Symbole"
35405
35406 \end_inset
35407
35408
35409 \begin_inset CommandInset href
35410 LatexCommand href
35411 name "List"
35412 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35413
35414 \end_inset
35415
35416  of all symbols available with LaTeX-packages
35417 \end_layout
35418
35419 \begin_layout Bibliography
35420 \begin_inset CommandInset bibitem
35421 LatexCommand bibitem
35422 key "hyperref"
35423
35424 \end_inset
35425
35426
35427 \begin_inset CommandInset href
35428 LatexCommand href
35429 name "Documentation"
35430 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35431
35432 \end_inset
35433
35434  of the LaTeX-package 
35435 \series bold
35436 hyperref
35437 \series default
35438
35439 \begin_inset Index
35440 status collapsed
35441
35442 \begin_layout Plain Layout
35443 Packages ! hyperref
35444 \end_layout
35445
35446 \end_inset
35447
35448
35449 \end_layout
35450
35451 \begin_layout Bibliography
35452 \begin_inset CommandInset bibitem
35453 LatexCommand bibitem
35454 key "Mathclap"
35455
35456 \end_inset
35457
35458
35459 \begin_inset CommandInset href
35460 LatexCommand href
35461 name "Description"
35462 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35463
35464 \end_inset
35465
35466  of the command 
35467 \series bold
35468
35469 \backslash
35470 mathclap
35471 \series default
35472 , described in 
35473 \begin_inset CommandInset ref
35474 LatexCommand ref
35475 reference "sub:Operator-Limits"
35476
35477 \end_inset
35478
35479
35480 \begin_inset Index
35481 status collapsed
35482
35483 \begin_layout Plain Layout
35484 Commands ! M ! 
35485 \backslash
35486 mathclap
35487 \end_layout
35488
35489 \end_inset
35490
35491
35492 \end_layout
35493
35494 \begin_layout Bibliography
35495 \begin_inset CommandInset bibitem
35496 LatexCommand bibitem
35497 key "Duden"
35498
35499 \end_inset
35500
35501
35502 \emph on
35503 Duden Band 1
35504 \emph default
35505 .
35506  22.
35507  Auflage, Duden 2001
35508 \end_layout
35509
35510 \begin_layout Subsubsection*
35511 \begin_inset CommandInset index_print
35512 LatexCommand printindex
35513
35514 \end_inset
35515
35516
35517 \end_layout
35518
35519 \end_body
35520 \end_document