]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
c20a3f1121c5be6f8ae568fe22a80934aa3a2092
[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  is only used as spacer.
10008 \end_layout
10009
10010 \end_inset
10011
10012
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 </row>
10018 <row>
10019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023
10024 \lang ngerman
10025 \begin_inset Quotes grd
10026 \end_inset
10027
10028 i
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10034 \begin_inset Text
10035
10036 \begin_layout Plain Layout
10037
10038 \lang ngerman
10039 \begin_inset Formula $"i$
10040 \end_inset
10041
10042
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 </row>
10048 <row>
10049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Plain Layout
10053
10054 \backslash
10055 ddot
10056 \begin_inset ERT
10057 status collapsed
10058
10059 \begin_layout Plain Layout
10060
10061
10062 \backslash
10063 spce 
10064 \end_layout
10065
10066 \end_inset
10067
10068 i
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10078 \end_inset
10079
10080
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 </row>
10086 </lyxtabular>
10087
10088 \end_inset
10089
10090
10091 \end_layout
10092
10093 \begin_layout Standard
10094 Another advantage to 
10095 \series bold
10096
10097 \backslash
10098 ddot
10099 \series default
10100  is that umlauts can directly be converted to mathematical text because
10101  the accent commands above are 
10102 \emph on
10103 not allowed
10104 \emph default
10105  
10106 \emph on
10107 in mathematical text
10108 \emph default
10109 .
10110  To convert an accented character to mathematical text, only the character
10111  under the accent may be converted.
10112  This applies also for all other conversions, e.
10113 \begin_inset space \thinspace{}
10114 \end_inset
10115
10116 g.
10117 \begin_inset space ~
10118 \end_inset
10119
10120 to italic or bold.
10121 \end_layout
10122
10123 \begin_layout Standard
10124 In mathematical text, umlauts and other accented characters can directly
10125  be inserted.
10126 \end_layout
10127
10128 \begin_layout Subsection
10129 Accents for Operators
10130 \begin_inset Index
10131 status collapsed
10132
10133 \begin_layout Plain Layout
10134 Accents ! for operators
10135 \end_layout
10136
10137 \end_inset
10138
10139
10140 \end_layout
10141
10142 \begin_layout Standard
10143 With the commands 
10144 \series bold
10145
10146 \backslash
10147 overset
10148 \series default
10149
10150 \begin_inset Index
10151 status collapsed
10152
10153 \begin_layout Plain Layout
10154 Commands ! O ! 
10155 \backslash
10156 overset
10157 \end_layout
10158
10159 \end_inset
10160
10161  and 
10162 \series bold
10163
10164 \backslash
10165 underset
10166 \series default
10167
10168 \begin_inset Index
10169 status collapsed
10170
10171 \begin_layout Plain Layout
10172 Commands ! U ! 
10173 \backslash
10174 underset
10175 \end_layout
10176
10177 \end_inset
10178
10179  characters can be placed above or below an operator, respectively, to accent
10180  it.
10181  With the command 
10182 \series bold
10183
10184 \backslash
10185 sideset
10186 \series default
10187
10188 \begin_inset Index
10189 status collapsed
10190
10191 \begin_layout Plain Layout
10192 Commands ! S ! 
10193 \backslash
10194 sideset
10195 \end_layout
10196
10197 \end_inset
10198
10199  characters can be set before and behind an operator.
10200  The command scheme is:
10201 \end_layout
10202
10203 \begin_layout Standard
10204
10205 \series bold
10206
10207 \backslash
10208 sideset{character
10209 \series default
10210  
10211 \series bold
10212 before}{character
10213 \series default
10214  
10215 \series bold
10216 behind}
10217 \end_layout
10218
10219 \begin_layout Standard
10220
10221 \series bold
10222
10223 \backslash
10224 sideset
10225 \series default
10226  must always be before the operator that should be accented.
10227  You can accent with several characters and even with other operators and
10228  symbols.
10229  To place with 
10230 \series bold
10231
10232 \backslash
10233 sideset
10234 \series default
10235  for example only characters behind an operator, write nothing between the
10236  first braces but don't omit the braces.
10237 \end_layout
10238
10239 \begin_layout Standard
10240 For example the command 
10241 \series bold
10242
10243 \backslash
10244 sideset{
10245 \begin_inset Formula $\to$
10246 \end_inset
10247
10248
10249 \backslash
10250 {
10251 \series default
10252 '
10253 \series bold
10254
10255 \begin_inset Formula $\to$
10256 \end_inset
10257
10258
10259 \backslash
10260 sum_k=1
10261 \begin_inset ERT
10262 status collapsed
10263
10264 \begin_layout Plain Layout
10265
10266
10267 \backslash
10268 spce 
10269 \end_layout
10270
10271 \end_inset
10272
10273
10274 \series default
10275 ^
10276 \series bold
10277 n
10278 \series default
10279  produces:
10280 \begin_inset Formula \[
10281 \sideset{}{'}\sum_{k=1}^{n}\]
10282
10283 \end_inset
10284
10285
10286 \end_layout
10287
10288 \begin_layout Standard
10289 The command 
10290 \series bold
10291
10292 \backslash
10293 overset
10294 \begin_inset ERT
10295 status collapsed
10296
10297 \begin_layout Plain Layout
10298
10299
10300 \backslash
10301 spce 
10302 \end_layout
10303
10304 \end_inset
10305
10306
10307 \backslash
10308 maltese
10309 \begin_inset ERT
10310 status collapsed
10311
10312 \begin_layout Plain Layout
10313
10314
10315 \backslash
10316 spce 
10317 \end_layout
10318
10319 \end_inset
10320
10321
10322 \series default
10323
10324 \begin_inset Formula $\uparrow$
10325 \end_inset
10326
10327
10328 \series bold
10329 a
10330 \series default
10331  produces:
10332 \begin_inset Formula \[
10333 \overset{a}{\maltese}\]
10334
10335 \end_inset
10336
10337 As seen in the last example, with 
10338 \series bold
10339
10340 \backslash
10341 overset
10342 \series default
10343  and 
10344 \series bold
10345
10346 \backslash
10347 underset
10348 \series default
10349  also symbols and characters can be accented; with 
10350 \series bold
10351
10352 \backslash
10353 sideset
10354 \series default
10355  this is not possible.
10356 \end_layout
10357
10358 \begin_layout Subsection
10359 Accents for several Characters
10360 \begin_inset CommandInset label
10361 LatexCommand label
10362 name "sub:Accents-for-several"
10363
10364 \end_inset
10365
10366
10367 \begin_inset Index
10368 status collapsed
10369
10370 \begin_layout Plain Layout
10371 Accents ! for several characters
10372 \end_layout
10373
10374 \end_inset
10375
10376
10377 \end_layout
10378
10379 \begin_layout Standard
10380 \begin_inset space \hfill{}
10381 \end_inset
10382
10383
10384 \begin_inset Tabular
10385 <lyxtabular version="3" rows="5" columns="2">
10386 <features>
10387 <column alignment="center" valignment="top" width="0pt">
10388 <column alignment="center" valignment="top" width="0pt">
10389 <row>
10390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394 Command
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403 Result
10404 \begin_inset Note Note
10405 status collapsed
10406
10407 \begin_layout Plain Layout
10408
10409 \series bold
10410
10411 \backslash
10412 raisebox
10413 \series default
10414  is only used as spacer.
10415 \end_layout
10416
10417 \end_inset
10418
10419
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 </row>
10425 <row>
10426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430
10431 \backslash
10432 overleftarrow
10433 \begin_inset ERT
10434 status collapsed
10435
10436 \begin_layout Plain Layout
10437
10438
10439 \backslash
10440 spce 
10441 \end_layout
10442
10443 \end_inset
10444
10445 A=B
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10455 \end_inset
10456
10457
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 </row>
10463 <row>
10464 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468
10469 \backslash
10470 underleftarrow
10471 \begin_inset ERT
10472 status collapsed
10473
10474 \begin_layout Plain Layout
10475
10476
10477 \backslash
10478 spce 
10479 \end_layout
10480
10481 \end_inset
10482
10483 A=B
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10493 \end_inset
10494
10495
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 </row>
10501 <row>
10502 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506
10507 \backslash
10508 overleftrightarrow
10509 \begin_inset ERT
10510 status collapsed
10511
10512 \begin_layout Plain Layout
10513
10514
10515 \backslash
10516 spce 
10517 \end_layout
10518
10519 \end_inset
10520
10521 A=B
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Plain Layout
10530 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10531 \end_inset
10532
10533
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 </row>
10539 <row>
10540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544
10545 \backslash
10546 underleftrightarrow
10547 \begin_inset ERT
10548 status collapsed
10549
10550 \begin_layout Plain Layout
10551
10552
10553 \backslash
10554 spce 
10555 \end_layout
10556
10557 \end_inset
10558
10559 A=B
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10569 \end_inset
10570
10571
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 </row>
10577 </lyxtabular>
10578
10579 \end_inset
10580
10581
10582 \begin_inset space \hfill{}
10583 \end_inset
10584
10585
10586 \begin_inset Tabular
10587 <lyxtabular version="3" rows="5" columns="2">
10588 <features>
10589 <column alignment="center" valignment="top" width="0pt">
10590 <column alignment="center" valignment="top" width="0pt">
10591 <row>
10592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 Command
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 Result
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 </row>
10611 <row>
10612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616
10617 \backslash
10618 overrightarrow
10619 \begin_inset ERT
10620 status collapsed
10621
10622 \begin_layout Plain Layout
10623
10624
10625 \backslash
10626 spce 
10627 \end_layout
10628
10629 \end_inset
10630
10631 A=B
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10641 \end_inset
10642
10643
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 </row>
10649 <row>
10650 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654
10655 \backslash
10656 underrightarrow
10657 \begin_inset ERT
10658 status collapsed
10659
10660 \begin_layout Plain Layout
10661
10662
10663 \backslash
10664 spce 
10665 \end_layout
10666
10667 \end_inset
10668
10669 A=B
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10679 \end_inset
10680
10681
10682 \end_layout
10683
10684 \end_inset
10685 </cell>
10686 </row>
10687 <row>
10688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692
10693 \backslash
10694 widetilde
10695 \begin_inset ERT
10696 status collapsed
10697
10698 \begin_layout Plain Layout
10699
10700
10701 \backslash
10702 spce 
10703 \end_layout
10704
10705 \end_inset
10706
10707 A=B
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10713 \begin_inset Text
10714
10715 \begin_layout Plain Layout
10716 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10717 \end_inset
10718
10719
10720 \end_layout
10721
10722 \end_inset
10723 </cell>
10724 </row>
10725 <row>
10726 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10727 \begin_inset Text
10728
10729 \begin_layout Plain Layout
10730
10731 \backslash
10732 widehat
10733 \begin_inset ERT
10734 status collapsed
10735
10736 \begin_layout Plain Layout
10737
10738
10739 \backslash
10740 spce 
10741 \end_layout
10742
10743 \end_inset
10744
10745 A=B
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Plain Layout
10754 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10755 \end_inset
10756
10757
10758 \end_layout
10759
10760 \end_inset
10761 </cell>
10762 </row>
10763 </lyxtabular>
10764
10765 \end_inset
10766
10767
10768 \begin_inset space \hfill{}
10769 \end_inset
10770
10771
10772 \end_layout
10773
10774 \begin_layout Standard
10775 \begin_inset VSpace medskip
10776 \end_inset
10777
10778 With these commands as many characters as you like can be accented.
10779  But the accents 
10780 \series bold
10781
10782 \backslash
10783 widetilde
10784 \series default
10785  and 
10786 \series bold
10787
10788 \backslash
10789 widehat
10790 \series default
10791  will only be set in the output with a length of three characters, as shown
10792  in the following example:
10793 \begin_inset Formula \[
10794 \widetilde{A+B=C-D}\]
10795
10796 \end_inset
10797
10798
10799 \end_layout
10800
10801 \begin_layout Standard
10802 With the commands 
10803 \series bold
10804
10805 \backslash
10806 overset
10807 \series default
10808
10809 \begin_inset Index
10810 status collapsed
10811
10812 \begin_layout Plain Layout
10813 Commands ! O ! 
10814 \backslash
10815 overset
10816 \end_layout
10817
10818 \end_inset
10819
10820  and 
10821 \series bold
10822
10823 \backslash
10824 underset
10825 \series default
10826
10827 \begin_inset Index
10828 status collapsed
10829
10830 \begin_layout Plain Layout
10831 Commands ! U ! 
10832 \backslash
10833 underset
10834 \end_layout
10835
10836 \end_inset
10837
10838  described in the previous subsection it is also possible to accent several
10839  characters.
10840  The command 
10841 \series bold
10842
10843 \backslash
10844 underset
10845 \begin_inset ERT
10846 status collapsed
10847
10848 \begin_layout Plain Layout
10849
10850
10851 \backslash
10852 spce 
10853 \end_layout
10854
10855 \end_inset
10856
10857 A=B
10858 \begin_inset Formula $\downarrow$
10859 \end_inset
10860
10861 ***
10862 \series default
10863  creates:
10864 \begin_inset Formula \[
10865 \underset{***}{A=B}\]
10866
10867 \end_inset
10868
10869
10870 \end_layout
10871
10872 \begin_layout Section
10873 Space
10874 \begin_inset CommandInset label
10875 LatexCommand label
10876 name "sub:Space"
10877
10878 \end_inset
10879
10880
10881 \begin_inset Index
10882 status collapsed
10883
10884 \begin_layout Plain Layout
10885 Space ! horizontal
10886 \end_layout
10887
10888 \end_inset
10889
10890
10891 \end_layout
10892
10893 \begin_layout Subsection
10894 Predefined Space
10895 \begin_inset CommandInset label
10896 LatexCommand label
10897 name "sub:Predefined-Space"
10898
10899 \end_inset
10900
10901
10902 \begin_inset Index
10903 status collapsed
10904
10905 \begin_layout Plain Layout
10906 Space ! horizontal ! predefined
10907 \end_layout
10908
10909 \end_inset
10910
10911
10912 \end_layout
10913
10914 \begin_layout Standard
10915 Sometimes it is necessary to insert horizontal space to a formula.
10916  This is done by inserting a protected space (shortcut 
10917 \family sans
10918 Ctrl-Space
10919 \family default
10920 ).
10921  A blue 
10922 \begin_inset Quotes eld
10923 \end_inset
10924
10925
10926 \series bold
10927 \color blue
10928
10929 \begin_inset ERT
10930 status collapsed
10931
10932 \begin_layout Plain Layout
10933
10934
10935 \backslash
10936 spce 
10937 \end_layout
10938
10939 \end_inset
10940
10941
10942 \series default
10943 \color inherit
10944
10945 \begin_inset Quotes erd
10946 \end_inset
10947
10948  appears and by pressing 
10949 \family sans
10950 Space
10951 \family default
10952  several times one can select one of eight different space sizes.
10953  The spaces can also be inserted using the math toolbar button 
10954 \begin_inset Graphics
10955         filename ../images/math/space.png
10956         scale 85
10957
10958 \end_inset
10959
10960  or special commands.
10961  Independent from the inserted command, one can select the size again by
10962  pressing 
10963 \family sans
10964 Space
10965 \family default
10966  afterwards.
10967 \end_layout
10968
10969 \begin_layout Standard
10970 \noindent
10971 \align center
10972 \begin_inset VSpace -5mm
10973 \end_inset
10974
10975
10976 \begin_inset Tabular
10977 <lyxtabular version="3" rows="3" columns="7">
10978 <features>
10979 <column alignment="center" valignment="middle" width="6.8cm">
10980 <column alignment="center" valignment="top" width="0">
10981 <column alignment="center" valignment="top" width="0">
10982 <column alignment="center" valignment="top" width="0">
10983 <column alignment="center" valignment="top" width="0">
10984 <column alignment="center" valignment="top" width="0">
10985 <column alignment="center" valignment="top" width="0">
10986 <row>
10987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10988 \begin_inset Text
10989
10990 \begin_layout Plain Layout
10991 Command
10992 \end_layout
10993
10994 \end_inset
10995 </cell>
10996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10997 \begin_inset Text
10998
10999 \begin_layout Plain Layout
11000
11001 \backslash
11002 ,
11003 \end_layout
11004
11005 \end_inset
11006 </cell>
11007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011
11012 \backslash
11013 :
11014 \end_layout
11015
11016 \end_inset
11017 </cell>
11018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11019 \begin_inset Text
11020
11021 \begin_layout Plain Layout
11022
11023 \backslash
11024 ;
11025 \end_layout
11026
11027 \end_inset
11028 </cell>
11029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11030 \begin_inset Text
11031
11032 \begin_layout Plain Layout
11033
11034 \backslash
11035 quad
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11041 \begin_inset Text
11042
11043 \begin_layout Plain Layout
11044
11045 \backslash
11046 qquad
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055
11056 \backslash
11057 !
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 </row>
11063 <row>
11064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11065 \begin_inset Text
11066
11067 \begin_layout Plain Layout
11068 Number of 
11069 \family sans
11070 Space
11071 \family default
11072  keystrokes after inserting the protected space
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081 0
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 1
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 2
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 3
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 4
11118 \end_layout
11119
11120 \end_inset
11121 </cell>
11122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11123 \begin_inset Text
11124
11125 \begin_layout Plain Layout
11126 5
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 </row>
11132 <row>
11133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11134 \begin_inset Text
11135
11136 \begin_layout Plain Layout
11137 Result
11138 \end_layout
11139
11140 \end_inset
11141 </cell>
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 \begin_inset Formula $A\, B$
11147 \end_inset
11148
11149
11150 \end_layout
11151
11152 \end_inset
11153 </cell>
11154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11155 \begin_inset Text
11156
11157 \begin_layout Plain Layout
11158 \begin_inset Formula $A\: B$
11159 \end_inset
11160
11161
11162 \end_layout
11163
11164 \end_inset
11165 </cell>
11166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170 \begin_inset Formula $A\; B$
11171 \end_inset
11172
11173
11174 \end_layout
11175
11176 \end_inset
11177 </cell>
11178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11179 \begin_inset Text
11180
11181 \begin_layout Plain Layout
11182 \begin_inset Formula $A\quad B$
11183 \end_inset
11184
11185
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11191 \begin_inset Text
11192
11193 \begin_layout Plain Layout
11194 \begin_inset Formula $A\qquad B$
11195 \end_inset
11196
11197
11198 \end_layout
11199
11200 \end_inset
11201 </cell>
11202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11203 \begin_inset Text
11204
11205 \begin_layout Plain Layout
11206 \begin_inset Formula $A\! B$
11207 \end_inset
11208
11209
11210 \end_layout
11211
11212 \end_inset
11213 </cell>
11214 </row>
11215 </lyxtabular>
11216
11217 \end_inset
11218
11219
11220 \end_layout
11221
11222 \begin_layout Standard
11223 The last size seem to produce no space.
11224  It is displayed red in LyX contrary to the other sizes, because it is a
11225  negative space.
11226  There are two more negative spaces:
11227 \end_layout
11228
11229 \begin_layout Standard
11230 \align center
11231 \begin_inset Tabular
11232 <lyxtabular version="3" rows="3" columns="3">
11233 <features>
11234 <column alignment="center" valignment="middle" width="6.8cm">
11235 <column alignment="center" valignment="top" width="0pt">
11236 <column alignment="center" valignment="top" width="0pt">
11237 <row>
11238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 Command
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
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
11252 \backslash
11253 negmedspace
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262
11263 \backslash
11264 negthickspace
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 </row>
11270 <row>
11271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Plain Layout
11275 Number of 
11276 \family sans
11277 Space
11278 \family default
11279  keystrokes after inserting the protected space
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11285 \begin_inset Text
11286
11287 \begin_layout Plain Layout
11288 6
11289 \end_layout
11290
11291 \end_inset
11292 </cell>
11293 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11294 \begin_inset Text
11295
11296 \begin_layout Plain Layout
11297 7
11298 \end_layout
11299
11300 \end_inset
11301 </cell>
11302 </row>
11303 <row>
11304 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11305 \begin_inset Text
11306
11307 \begin_layout Plain Layout
11308 Result
11309 \end_layout
11310
11311 \end_inset
11312 </cell>
11313 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11314 \begin_inset Text
11315
11316 \begin_layout Plain Layout
11317 \begin_inset Formula $A\negmedspace B$
11318 \end_inset
11319
11320
11321 \end_layout
11322
11323 \end_inset
11324 </cell>
11325 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11326 \begin_inset Text
11327
11328 \begin_layout Plain Layout
11329 \begin_inset Formula $A\negthickspace B$
11330 \end_inset
11331
11332
11333 \end_layout
11334
11335 \end_inset
11336 </cell>
11337 </row>
11338 </lyxtabular>
11339
11340 \end_inset
11341
11342
11343 \end_layout
11344
11345 \begin_layout Standard
11346 Negative spaces can lead to characters overlapping each other.
11347  Thus they can be used to enforce ligatures, what is e.
11348 \begin_inset space \thinspace{}
11349 \end_inset
11350
11351 g.
11352 \begin_inset space ~
11353 \end_inset
11354
11355 useful for summation operators: 
11356 \end_layout
11357
11358 \begin_layout Standard
11359 \align center
11360 \begin_inset Tabular
11361 <lyxtabular version="3" rows="3" columns="2">
11362 <features>
11363 <column alignment="center" valignment="top" width="0">
11364 <column alignment="center" valignment="top" width="0">
11365 <row>
11366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11367 \begin_inset Text
11368
11369 \begin_layout Plain Layout
11370 Command
11371 \end_layout
11372
11373 \end_inset
11374 </cell>
11375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11376 \begin_inset Text
11377
11378 \begin_layout Plain Layout
11379 Result
11380 \begin_inset Note Note
11381 status collapsed
11382
11383 \begin_layout Plain Layout
11384
11385 \series bold
11386
11387 \backslash
11388 raisebox
11389 \series default
11390  is only used as spacer.
11391 \end_layout
11392
11393 \end_inset
11394
11395
11396 \end_layout
11397
11398 \end_inset
11399 </cell>
11400 </row>
11401 <row>
11402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11403 \begin_inset Text
11404
11405 \begin_layout Plain Layout
11406
11407 \backslash
11408 sum
11409 \backslash
11410 sum
11411 \begin_inset ERT
11412 status collapsed
11413
11414 \begin_layout Plain Layout
11415
11416
11417 \backslash
11418 spce 
11419 \end_layout
11420
11421 \end_inset
11422
11423 f_kl
11424 \end_layout
11425
11426 \end_inset
11427 </cell>
11428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11429 \begin_inset Text
11430
11431 \begin_layout Plain Layout
11432 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11433 \end_inset
11434
11435
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 </row>
11441 <row>
11442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11443 \begin_inset Text
11444
11445 \begin_layout Plain Layout
11446
11447 \backslash
11448 sum
11449 \backslash
11450 negmedspace
11451 \backslash
11452 sum
11453 \begin_inset ERT
11454 status collapsed
11455
11456 \begin_layout Plain Layout
11457
11458
11459 \backslash
11460 spce 
11461 \end_layout
11462
11463 \end_inset
11464
11465 f_kl
11466 \end_layout
11467
11468 \end_inset
11469 </cell>
11470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11471 \begin_inset Text
11472
11473 \begin_layout Plain Layout
11474 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11475 \end_inset
11476
11477
11478 \end_layout
11479
11480 \end_inset
11481 </cell>
11482 </row>
11483 </lyxtabular>
11484
11485 \end_inset
11486
11487
11488 \end_layout
11489
11490 \begin_layout Standard
11491 Relations like for example equal signs, are always surrounded by space.
11492  To suppress this, the equal sign is placed into a TeX-brace.
11493  The following example demonstrates this:
11494 \end_layout
11495
11496 \begin_layout Standard
11497 \align center
11498 \begin_inset Tabular
11499 <lyxtabular version="3" rows="2" columns="2">
11500 <features>
11501 <column alignment="center" valignment="top" width="0pt">
11502 <column alignment="center" valignment="top" width="0pt">
11503 <row>
11504 <cell alignment="center" valignment="top" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 normal equation
11509 \end_layout
11510
11511 \end_inset
11512 </cell>
11513 <cell alignment="center" valignment="top" usebox="none">
11514 \begin_inset Text
11515
11516 \begin_layout Plain Layout
11517 \begin_inset Formula $A=B$
11518 \end_inset
11519
11520
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 </row>
11526 <row>
11527 <cell alignment="center" valignment="top" usebox="none">
11528 \begin_inset Text
11529
11530 \begin_layout Plain Layout
11531 \begin_inset Note Note
11532 status collapsed
11533
11534 \begin_layout Plain Layout
11535
11536 \series bold
11537
11538 \backslash
11539 raisebox
11540 \series default
11541  is only used as spacer.
11542 \end_layout
11543
11544 \end_inset
11545
11546
11547 \begin_inset Formula $\raisebox{5mm}{}$
11548 \end_inset
11549
11550 equation without space
11551 \end_layout
11552
11553 \end_inset
11554 </cell>
11555 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11556 \begin_inset Text
11557
11558 \begin_layout Plain Layout
11559 \begin_inset Formula $A{=}B$
11560 \end_inset
11561
11562
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 </row>
11568 </lyxtabular>
11569
11570 \end_inset
11571
11572
11573 \end_layout
11574
11575 \begin_layout Standard
11576 \noindent
11577 The command for the last formula is: 
11578 \series bold
11579 A
11580 \backslash
11581 {=
11582 \begin_inset Formula $\to$
11583 \end_inset
11584
11585 B
11586 \end_layout
11587
11588 \begin_layout Standard
11589 \begin_inset VSpace bigskip
11590 \end_inset
11591
11592 Spaces are needed for physical units, because the space between the value
11593  and the unit is the smallest one and not a normal space.
11594  For units in text, the smallest space is inserted via the menu 
11595 \family sans
11596 Insert\SpecialChar \menuseparator
11597 Formatting\SpecialChar \menuseparator
11598 Thin
11599 \begin_inset space ~
11600 \end_inset
11601
11602 Space
11603 \family default
11604  (shortcut 
11605 \family sans
11606 Ctrl-Shift-Space
11607 \family default
11608 ).
11609 \end_layout
11610
11611 \begin_layout Standard
11612 An example to visualize the difference:
11613 \end_layout
11614
11615 \begin_layout Standard
11616 \begin_inset Tabular
11617 <lyxtabular version="3" rows="2" columns="2">
11618 <features>
11619 <column alignment="left" valignment="top" width="0">
11620 <column alignment="left" valignment="top" width="0">
11621 <row>
11622 <cell alignment="center" valignment="top" usebox="none">
11623 \begin_inset Text
11624
11625 \begin_layout Plain Layout
11626 24 kW
11627 \begin_inset Formula $\cdot$
11628 \end_inset
11629
11630 h
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 <cell alignment="center" valignment="top" usebox="none">
11636 \begin_inset Text
11637
11638 \begin_layout Plain Layout
11639 space between value and unit
11640 \end_layout
11641
11642 \end_inset
11643 </cell>
11644 </row>
11645 <row>
11646 <cell alignment="center" valignment="top" usebox="none">
11647 \begin_inset Text
11648
11649 \begin_layout Plain Layout
11650 24
11651 \begin_inset space \thinspace{}
11652 \end_inset
11653
11654 kW
11655 \begin_inset Formula $\cdot$
11656 \end_inset
11657
11658 h
11659 \end_layout
11660
11661 \end_inset
11662 </cell>
11663 <cell alignment="center" valignment="top" usebox="none">
11664 \begin_inset Text
11665
11666 \begin_layout Plain Layout
11667 smallest space between value and unit
11668 \end_layout
11669
11670 \end_inset
11671 </cell>
11672 </row>
11673 </lyxtabular>
11674
11675 \end_inset
11676
11677
11678 \end_layout
11679
11680 \begin_layout Subsection
11681 Variable Space
11682 \begin_inset ERT
11683 status collapsed
11684
11685 \begin_layout Plain Layout
11686
11687
11688 \backslash
11689 texorpdfstring{
11690 \end_layout
11691
11692 \end_inset
11693
11694
11695 \begin_inset Foot
11696 status collapsed
11697
11698 \begin_layout Plain Layout
11699 for vertical space in formulas see 
11700 \begin_inset CommandInset ref
11701 LatexCommand ref
11702 reference "sub:Line-Separation"
11703
11704 \end_inset
11705
11706
11707 \end_layout
11708
11709 \end_inset
11710
11711
11712 \begin_inset ERT
11713 status collapsed
11714
11715 \begin_layout Plain Layout
11716
11717 }{}
11718 \end_layout
11719
11720 \end_inset
11721
11722
11723 \begin_inset Note Note
11724 status collapsed
11725
11726 \begin_layout Plain Layout
11727
11728 \backslash
11729 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11730 \end_layout
11731
11732 \begin_layout Plain Layout
11733 More about 
11734 \backslash
11735 texorpdfstring is in section 
11736 \begin_inset CommandInset ref
11737 LatexCommand ref
11738 reference "sub:Formulas-in-Section"
11739
11740 \end_inset
11741
11742 .
11743 \end_layout
11744
11745 \end_inset
11746
11747
11748 \begin_inset CommandInset label
11749 LatexCommand label
11750 name "sub:Variable-Space"
11751
11752 \end_inset
11753
11754
11755 \begin_inset Index
11756 status collapsed
11757
11758 \begin_layout Plain Layout
11759 Space ! horizontal ! variable
11760 \end_layout
11761
11762 \end_inset
11763
11764
11765 \end_layout
11766
11767 \begin_layout Standard
11768 Space with a defined length can be inserted in LyX with the command
11769 \begin_inset Newline newline
11770 \end_inset
11771
11772
11773 \series bold
11774
11775 \backslash
11776 hspace{length}
11777 \series default
11778
11779 \begin_inset Index
11780 status collapsed
11781
11782 \begin_layout Plain Layout
11783 Commands ! H ! 
11784 \backslash
11785 hspace
11786 \end_layout
11787
11788 \end_inset
11789
11790 .
11791  For the length all units listed in 
11792 \begin_inset CommandInset ref
11793 LatexCommand ref
11794 reference "tab:Available-units"
11795
11796 \end_inset
11797
11798  are allowed, except of the unit 
11799 \begin_inset Quotes eld
11800 \end_inset
11801
11802 mu
11803 \begin_inset Quotes erd
11804 \end_inset
11805
11806 .
11807  The length may also be negative.
11808  To insert so many space that the formula uses all available space, the
11809  command 
11810 \series bold
11811
11812 \backslash
11813 hfill
11814 \series default
11815
11816 \begin_inset Index
11817 status collapsed
11818
11819 \begin_layout Plain Layout
11820 Commands ! H ! 
11821 \backslash
11822 hfill
11823 \end_layout
11824
11825 \end_inset
11826
11827  is used.
11828 \end_layout
11829
11830 \begin_layout Standard
11831 \begin_inset VSpace -1mm
11832 \end_inset
11833
11834
11835 \end_layout
11836
11837 \begin_layout Standard
11838 \align center
11839 \begin_inset Tabular
11840 <lyxtabular version="3" rows="4" columns="2">
11841 <features>
11842 <column alignment="center" valignment="top" width="0">
11843 <column alignment="center" valignment="top" width="0">
11844 <row>
11845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Plain Layout
11849 Command
11850 \end_layout
11851
11852 \end_inset
11853 </cell>
11854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11855 \begin_inset Text
11856
11857 \begin_layout Plain Layout
11858 Result
11859 \end_layout
11860
11861 \end_inset
11862 </cell>
11863 </row>
11864 <row>
11865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11866 \begin_inset Text
11867
11868 \begin_layout Plain Layout
11869 A=B
11870 \backslash
11871 hspace{3cm
11872 \begin_inset Formula $\to$
11873 \end_inset
11874
11875 A
11876 \backslash
11877 not=C
11878 \end_layout
11879
11880 \end_inset
11881 </cell>
11882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11883 \begin_inset Text
11884
11885 \begin_layout Plain Layout
11886 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11887 \end_inset
11888
11889
11890 \end_layout
11891
11892 \end_inset
11893 </cell>
11894 </row>
11895 <row>
11896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11897 \begin_inset Text
11898
11899 \begin_layout Plain Layout
11900 A
11901 \backslash
11902 hspace{-1mm
11903 \begin_inset Formula $\to$
11904 \end_inset
11905
11906 A
11907 \backslash
11908 not=A
11909 \end_layout
11910
11911 \end_inset
11912 </cell>
11913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11914 \begin_inset Text
11915
11916 \begin_layout Plain Layout
11917 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11918 \end_inset
11919
11920
11921 \end_layout
11922
11923 \end_inset
11924 </cell>
11925 </row>
11926 <row>
11927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11928 \begin_inset Text
11929
11930 \begin_layout Plain Layout
11931 A=A
11932 \backslash
11933 hfill
11934 \begin_inset ERT
11935 status collapsed
11936
11937 \begin_layout Plain Layout
11938
11939
11940 \backslash
11941 spce 
11942 \end_layout
11943
11944 \end_inset
11945
11946 B=B
11947 \end_layout
11948
11949 \end_inset
11950 </cell>
11951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11952 \begin_inset Text
11953
11954 \begin_layout Plain Layout
11955 \begin_inset Formula $A=A\hfill B=B$
11956 \end_inset
11957
11958
11959 \end_layout
11960
11961 \end_inset
11962 </cell>
11963 </row>
11964 </lyxtabular>
11965
11966 \end_inset
11967
11968
11969 \end_layout
11970
11971 \begin_layout Standard
11972 In the last example the available space is given by the longest column entry
11973  of the table.
11974  In an inline formula the space depends on the length of the line in which
11975  
11976 \series bold
11977
11978 \backslash
11979 hfill
11980 \series default
11981  is inserted.
11982  Thus, when the line uses the full width, no space will be created.
11983  
11984 \series bold
11985
11986 \backslash
11987 hfill
11988 \series default
11989  only has an effect on displayed formulas when the formula style 
11990 \series bold
11991 Indented
11992 \series default
11993  is used.
11994  (Formula styles are explained in 
11995 \begin_inset CommandInset ref
11996 LatexCommand ref
11997 reference "sec:Formula-Styles"
11998
11999 \end_inset
12000
12001 .)
12002 \end_layout
12003
12004 \begin_layout Standard
12005 Besides 
12006 \series bold
12007
12008 \backslash
12009 hfill
12010 \series default
12011 , there are the commands 
12012 \series bold
12013
12014 \backslash
12015 dotfill
12016 \series default
12017  and 
12018 \series bold
12019
12020 \backslash
12021 hrulefill
12022 \series default
12023  that fill the space with a pattern, see 
12024 \begin_inset CommandInset ref
12025 LatexCommand ref
12026 reference "sub:Ellipses"
12027
12028 \end_inset
12029
12030  for an example.
12031 \end_layout
12032
12033 \begin_layout Standard
12034 For text, variable space can be inserted via the menu 
12035 \family sans
12036 Insert\SpecialChar \menuseparator
12037 Formatting\SpecialChar \menuseparator
12038 Horizontal
12039 \begin_inset space ~
12040 \end_inset
12041
12042 Space
12043 \family default
12044 , what is not possible in formulas:
12045 \end_layout
12046
12047 \begin_layout Standard
12048 This is a line with
12049 \begin_inset space \hspace{}
12050 \length 2cm
12051 \end_inset
12052
12053 2
12054 \begin_inset space \thinspace{}
12055 \end_inset
12056
12057 cm space.
12058 \end_layout
12059
12060 \begin_layout Standard
12061 This is a line with
12062 \begin_inset space \hfill{}
12063 \end_inset
12064
12065 maximum space.
12066 \end_layout
12067
12068 \begin_layout Subsection
12069 Space besides inline Formulas
12070 \begin_inset Index
12071 status collapsed
12072
12073 \begin_layout Plain Layout
12074 Space ! besides inline formulas
12075 \end_layout
12076
12077 \end_inset
12078
12079
12080 \end_layout
12081
12082 \begin_layout Standard
12083 The space that surrounds inline formulas can be adjusted with the length
12084  
12085 \series bold
12086
12087 \backslash
12088 mathsurround
12089 \begin_inset Index
12090 status collapsed
12091
12092 \begin_layout Plain Layout
12093 Commands ! M ! 
12094 \backslash
12095 mathsurround
12096 \end_layout
12097
12098 \end_inset
12099
12100
12101 \series default
12102 .
12103  The value of a length is set with the command 
12104 \series bold
12105
12106 \backslash
12107 setlength
12108 \begin_inset Index
12109 status collapsed
12110
12111 \begin_layout Plain Layout
12112 Commands ! S ! 
12113 \backslash
12114 setlength
12115 \end_layout
12116
12117 \end_inset
12118
12119
12120 \series default
12121  that has the following scheme:
12122 \end_layout
12123
12124 \begin_layout Standard
12125
12126 \series bold
12127
12128 \backslash
12129 setlength{length name}{value}
12130 \end_layout
12131
12132 \begin_layout Standard
12133 To set 
12134 \series bold
12135
12136 \backslash
12137 mathsurround
12138 \series default
12139  to the value 5
12140 \begin_inset space \thinspace{}
12141 \end_inset
12142
12143 mm, the command
12144 \end_layout
12145
12146 \begin_layout Standard
12147
12148 \series bold
12149
12150 \backslash
12151 setlength{
12152 \backslash
12153 mathsurround}{5mm}
12154 \end_layout
12155
12156 \begin_layout Standard
12157 is inserted in TeX-mode.
12158  5
12159 \begin_inset space \thinspace{}
12160 \end_inset
12161
12162 mm space will now be set around all inline formulas:
12163 \begin_inset ERT
12164 status collapsed
12165
12166 \begin_layout Plain Layout
12167
12168
12169 \backslash
12170 setlength{
12171 \backslash
12172 mathsurround}{5mm}
12173 \end_layout
12174
12175 \end_inset
12176
12177
12178 \end_layout
12179
12180 \begin_layout Standard
12181 This is a line with an inline formula 
12182 \begin_inset Formula $A=B$
12183 \end_inset
12184
12185  with 5
12186 \begin_inset space \thinspace{}
12187 \end_inset
12188
12189 mm surrounding space.
12190 \begin_inset ERT
12191 status collapsed
12192
12193 \begin_layout Plain Layout
12194
12195
12196 \backslash
12197 setlength{
12198 \backslash
12199 mathsurround}{0pt}
12200 \end_layout
12201
12202 \end_inset
12203
12204
12205 \end_layout
12206
12207 \begin_layout Standard
12208 To return to the predefined value, 
12209 \series bold
12210
12211 \backslash
12212 mathsurround
12213 \series default
12214  is set to the value 0
12215 \begin_inset space \thinspace{}
12216 \end_inset
12217
12218 pt.
12219 \end_layout
12220
12221 \begin_layout Section
12222 Boxes and Frames
12223 \begin_inset Index
12224 status collapsed
12225
12226 \begin_layout Plain Layout
12227 Boxes
12228 \end_layout
12229
12230 \end_inset
12231
12232
12233 \begin_inset Index
12234 status collapsed
12235
12236 \begin_layout Plain Layout
12237 Frames | see
12238 \begin_inset ERT
12239 status collapsed
12240
12241 \begin_layout Plain Layout
12242
12243 {
12244 \end_layout
12245
12246 \end_inset
12247
12248 Boxes
12249 \begin_inset ERT
12250 status collapsed
12251
12252 \begin_layout Plain Layout
12253
12254 }
12255 \end_layout
12256
12257 \end_inset
12258
12259
12260 \end_layout
12261
12262 \end_inset
12263
12264
12265 \end_layout
12266
12267 \begin_layout Standard
12268 Boxes for text are described in chapter 
12269 \family typewriter
12270 Boxes
12271 \family default
12272  in the 
12273 \family typewriter
12274 Embedded
12275 \begin_inset space ~
12276 \end_inset
12277
12278 Objects
12279 \family default
12280  manual.
12281 \end_layout
12282
12283 \begin_layout Subsection
12284 Boxes with Frame
12285 \begin_inset CommandInset label
12286 LatexCommand label
12287 name "sub:Boxes-with-Frame"
12288
12289 \end_inset
12290
12291
12292 \begin_inset Index
12293 status collapsed
12294
12295 \begin_layout Plain Layout
12296 Boxes ! with frame
12297 \end_layout
12298
12299 \end_inset
12300
12301
12302 \end_layout
12303
12304 \begin_layout Standard
12305 It is possible to frame formulas or parts of it with the commands 
12306 \series bold
12307
12308 \backslash
12309 fbox
12310 \series default
12311
12312 \begin_inset Index
12313 status collapsed
12314
12315 \begin_layout Plain Layout
12316 Commands ! F ! 
12317 \backslash
12318 fbox
12319 \end_layout
12320
12321 \end_inset
12322
12323  and 
12324 \series bold
12325
12326 \backslash
12327 boxed
12328 \series default
12329
12330 \begin_inset Index
12331 status collapsed
12332
12333 \begin_layout Plain Layout
12334 Commands ! B ! 
12335 \backslash
12336 boxed
12337 \end_layout
12338
12339 \end_inset
12340
12341 .
12342 \end_layout
12343
12344 \begin_layout Standard
12345 When one of these commands is inserted to a formula, a blue box appears
12346  within a frame to enter formula parts.
12347  For 
12348 \series bold
12349
12350 \backslash
12351 fbox
12352 \series default
12353  an additional formula has to be created by 
12354 \family sans
12355 Ctrl-m
12356 \family default
12357  within this box
12358 \begin_inset Foot
12359 status collapsed
12360
12361 \begin_layout Plain Layout
12362 Due to a bug in LyX it is not possible to create a new formula with 
12363 \family sans
12364 Ctrl-m
12365 \family default
12366 , see 
12367 \begin_inset CommandInset href
12368 LatexCommand href
12369 name "LyX-bug #1435"
12370 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12371
12372 \end_inset
12373
12374 .
12375 \end_layout
12376
12377 \end_inset
12378
12379 , because the box content will otherwise be treated as mathematical text.
12380  When 
12381 \series bold
12382
12383 \backslash
12384 boxed
12385 \series default
12386  is used, a new formula is automatically created inside the frame.
12387 \end_layout
12388
12389 \begin_layout Standard
12390 The command 
12391 \series bold
12392
12393 \backslash
12394 fbox
12395 \series default
12396  is not suitable to frame displayed formulas, because the formula will always
12397  be set in the size of the text.
12398  
12399 \series bold
12400
12401 \backslash
12402 boxed
12403 \series default
12404  is in contrary not suitable to frame inline formulas, because the formula
12405  will always be set in the size of a displayed formula.
12406 \end_layout
12407
12408 \begin_layout Standard
12409 As extension to 
12410 \series bold
12411
12412 \backslash
12413 fbox
12414 \series default
12415  there is the command 
12416 \series bold
12417
12418 \backslash
12419 framebox
12420 \series default
12421
12422 \begin_inset Index
12423 status collapsed
12424
12425 \begin_layout Plain Layout
12426 Commands ! F ! 
12427 \backslash
12428 framebox
12429 \end_layout
12430
12431 \end_inset
12432
12433  where additionally the frame width and the alignment can be specified.
12434  
12435 \series bold
12436
12437 \backslash
12438 framebox
12439 \series default
12440  is used in the following scheme:
12441 \end_layout
12442
12443 \begin_layout Standard
12444
12445 \series bold
12446
12447 \backslash
12448 framebox[frame width][position]{box content}
12449 \end_layout
12450
12451 \begin_layout Standard
12452 The position can either be 
12453 \emph on
12454 l
12455 \emph default
12456  or 
12457 \emph on
12458 r
12459 \emph default
12460 .
12461  
12462 \emph on
12463 l
12464 \emph default
12465  left aligns, 
12466 \emph on
12467 r
12468 \emph default
12469  right aligns the formula in the box.
12470  When no position is given, the formula will be centered.
12471 \begin_inset Newline newline
12472 \end_inset
12473
12474 Is no width given, also no position can be given.
12475  In this case the frame width is adjusted to the box content like for 
12476 \series bold
12477
12478 \backslash
12479 fbox
12480 \series default
12481 .
12482 \end_layout
12483
12484 \begin_layout Standard
12485 When the command 
12486 \series bold
12487
12488 \backslash
12489 framebox
12490 \series default
12491  is inserted, a box appears containing three blue boxes.
12492  The first two boxes are surrounded by brackets and denote the two optional
12493  arguments.
12494  The third box is for formula parts like for 
12495 \series bold
12496
12497 \backslash
12498 fbox
12499 \series default
12500 .
12501 \end_layout
12502
12503 \begin_layout Standard
12504 \align center
12505 \begin_inset Note Note
12506 status open
12507
12508 \begin_layout Plain Layout
12509 The table has been set into a minipage to make the footnote appearing.
12510  Otherwise the footnote text would not be displayed.
12511 \end_layout
12512
12513 \end_inset
12514
12515
12516 \begin_inset Box Frameless
12517 position "c"
12518 hor_pos "c"
12519 has_inner_box 1
12520 inner_pos "c"
12521 use_parbox 0
12522 width "100col%"
12523 special "none"
12524 height "1in"
12525 height_special "totalheight"
12526 status open
12527
12528 \begin_layout Plain Layout
12529 \align center
12530 \begin_inset Tabular
12531 <lyxtabular version="3" rows="5" columns="2">
12532 <features>
12533 <column alignment="center" valignment="top" width="0">
12534 <column alignment="center" valignment="top" width="0">
12535 <row>
12536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12537 \begin_inset Text
12538
12539 \begin_layout Plain Layout
12540 Command
12541 \begin_inset Foot
12542 status collapsed
12543
12544 \begin_layout Plain Layout
12545 Due to a bug in LyX it is not possible to create a new formula with 
12546 \family sans
12547 Ctrl-m
12548 \family default
12549 , see 
12550 \begin_inset CommandInset href
12551 LatexCommand href
12552 name "LyX-bug #1435"
12553 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12554
12555 \end_inset
12556
12557 .
12558 \end_layout
12559
12560 \end_inset
12561
12562
12563 \end_layout
12564
12565 \end_inset
12566 </cell>
12567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12568 \begin_inset Text
12569
12570 \begin_layout Plain Layout
12571 Result
12572 \begin_inset Note Note
12573 status collapsed
12574
12575 \begin_layout Plain Layout
12576
12577 \series bold
12578
12579 \backslash
12580 raisebox
12581 \series default
12582  is only used as spacer.
12583 \end_layout
12584
12585 \end_inset
12586
12587
12588 \end_layout
12589
12590 \end_inset
12591 </cell>
12592 </row>
12593 <row>
12594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12595 \begin_inset Text
12596
12597 \begin_layout Plain Layout
12598
12599 \backslash
12600 fbox
12601 \begin_inset ERT
12602 status collapsed
12603
12604 \begin_layout Plain Layout
12605
12606
12607 \backslash
12608 spce 
12609 \end_layout
12610
12611 \end_inset
12612
12613
12614 \family sans
12615 Ctrl-m
12616 \family default
12617  
12618 \backslash
12619 int
12620 \begin_inset ERT
12621 status collapsed
12622
12623 \begin_layout Plain Layout
12624
12625
12626 \backslash
12627 spce 
12628 \end_layout
12629
12630 \end_inset
12631
12632 A=B
12633 \end_layout
12634
12635 \end_inset
12636 </cell>
12637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12638 \begin_inset Text
12639
12640 \begin_layout Plain Layout
12641 \begin_inset Formula $\raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}$
12642 \end_inset
12643
12644
12645 \end_layout
12646
12647 \end_inset
12648 </cell>
12649 </row>
12650 <row>
12651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12652 \begin_inset Text
12653
12654 \begin_layout Plain Layout
12655
12656 \backslash
12657 boxed
12658 \begin_inset ERT
12659 status collapsed
12660
12661 \begin_layout Plain Layout
12662
12663
12664 \backslash
12665 spce 
12666 \end_layout
12667
12668 \end_inset
12669
12670
12671 \backslash
12672 int
12673 \begin_inset ERT
12674 status collapsed
12675
12676 \begin_layout Plain Layout
12677
12678
12679 \backslash
12680 spce 
12681 \end_layout
12682
12683 \end_inset
12684
12685 A=B
12686 \end_layout
12687
12688 \end_inset
12689 </cell>
12690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12691 \begin_inset Text
12692
12693 \begin_layout Plain Layout
12694 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12695 \end_inset
12696
12697
12698 \end_layout
12699
12700 \end_inset
12701 </cell>
12702 </row>
12703 <row>
12704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12705 \begin_inset Text
12706
12707 \begin_layout Plain Layout
12708 A+
12709 \backslash
12710 fbox
12711 \begin_inset ERT
12712 status collapsed
12713
12714 \begin_layout Plain Layout
12715
12716
12717 \backslash
12718 spce 
12719 \end_layout
12720
12721 \end_inset
12722
12723 B
12724 \end_layout
12725
12726 \end_inset
12727 </cell>
12728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12729 \begin_inset Text
12730
12731 \begin_layout Plain Layout
12732 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12733 \end_inset
12734
12735
12736 \end_layout
12737
12738 \end_inset
12739 </cell>
12740 </row>
12741 <row>
12742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12743 \begin_inset Text
12744
12745 \begin_layout Plain Layout
12746
12747 \backslash
12748 framebox
12749 \begin_inset ERT
12750 status collapsed
12751
12752 \begin_layout Plain Layout
12753
12754
12755 \backslash
12756 spce 
12757 \end_layout
12758
12759 \end_inset
12760
12761 20mm
12762 \begin_inset Formula $\to$
12763 \end_inset
12764
12765
12766 \begin_inset Formula $\to$
12767 \end_inset
12768
12769
12770 \family sans
12771 Ctrl-m
12772 \family default
12773  
12774 \backslash
12775 frac
12776 \begin_inset ERT
12777 status collapsed
12778
12779 \begin_layout Plain Layout
12780
12781
12782 \backslash
12783 spce 
12784 \end_layout
12785
12786 \end_inset
12787
12788 A
12789 \begin_inset Formula $\downarrow$
12790 \end_inset
12791
12792 B
12793 \end_layout
12794
12795 \end_inset
12796 </cell>
12797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12798 \begin_inset Text
12799
12800 \begin_layout Plain Layout
12801 \begin_inset Formula $\raisebox{6mm}{}$
12802 \end_inset
12803
12804
12805 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12806 \end_inset
12807
12808
12809 \begin_inset Formula $\raisebox{-4mm}{}$
12810 \end_inset
12811
12812
12813 \end_layout
12814
12815 \end_inset
12816 </cell>
12817 </row>
12818 </lyxtabular>
12819
12820 \end_inset
12821
12822
12823 \end_layout
12824
12825 \end_inset
12826
12827
12828 \end_layout
12829
12830 \begin_layout Standard
12831 The frame thickness can also be adjusted.
12832  To do this the following commands have to be inserted in TeX-mode before
12833  the formula
12834 \end_layout
12835
12836 \begin_layout Standard
12837
12838 \series bold
12839
12840 \backslash
12841 fboxrule
12842 \series default
12843  
12844 \series bold
12845
12846 \begin_inset Quotes eld
12847 \end_inset
12848
12849 thickness
12850 \begin_inset Quotes erd
12851 \end_inset
12852
12853
12854 \series default
12855  
12856 \series bold
12857
12858 \backslash
12859 fboxsep
12860 \series default
12861  
12862 \series bold
12863
12864 \begin_inset Quotes eld
12865 \end_inset
12866
12867 distance
12868 \begin_inset Quotes erd
12869 \end_inset
12870
12871
12872 \end_layout
12873
12874 \begin_layout Standard
12875 \begin_inset Quotes eld
12876 \end_inset
12877
12878 distance
12879 \begin_inset Quotes erd
12880 \end_inset
12881
12882  specifies the minimal distance between the frame and the first character
12883  in the box.
12884  An example for this is the following framed formula:
12885 \begin_inset ERT
12886 status collapsed
12887
12888 \begin_layout Plain Layout
12889
12890
12891 \backslash
12892 fboxrule 2mm 
12893 \backslash
12894 fboxsep 3mm
12895 \end_layout
12896
12897 \end_inset
12898
12899
12900 \begin_inset Formula \[
12901 \boxed{A+B=C}\]
12902
12903 \end_inset
12904
12905 Before this formula the commands
12906 \end_layout
12907
12908 \begin_layout Standard
12909
12910 \series bold
12911
12912 \backslash
12913 fboxrule
12914 \series default
12915  
12916 \series bold
12917 2mm
12918 \series default
12919  
12920 \series bold
12921
12922 \backslash
12923 fboxsep
12924 \series default
12925  
12926 \series bold
12927 3mm
12928 \end_layout
12929
12930 \begin_layout Standard
12931 were inserted in TeX-mode.
12932  The given values are used for all following boxes.
12933 \end_layout
12934
12935 \begin_layout Standard
12936 To return to the standard frame size, the command
12937 \end_layout
12938
12939 \begin_layout Standard
12940
12941 \series bold
12942
12943 \backslash
12944 fboxrule
12945 \series default
12946  
12947 \series bold
12948 0.4pt
12949 \series default
12950  
12951 \series bold
12952
12953 \backslash
12954 fboxsep
12955 \series default
12956  
12957 \series bold
12958 3pt
12959 \series default
12960
12961 \begin_inset ERT
12962 status collapsed
12963
12964 \begin_layout Plain Layout
12965
12966
12967 \backslash
12968 fboxrule 0.4pt 
12969 \backslash
12970 fboxsep 3pt
12971 \end_layout
12972
12973 \end_inset
12974
12975
12976 \end_layout
12977
12978 \begin_layout Standard
12979 is inserted in TeX-mode before the next formula.
12980 \end_layout
12981
12982 \begin_layout Subsection
12983 Boxes without Frame
12984 \begin_inset CommandInset label
12985 LatexCommand label
12986 name "sub:Boxes-without-Frame"
12987
12988 \end_inset
12989
12990
12991 \begin_inset Index
12992 status collapsed
12993
12994 \begin_layout Plain Layout
12995 Boxes ! without frame
12996 \end_layout
12997
12998 \end_inset
12999
13000
13001 \end_layout
13002
13003 \begin_layout Standard
13004 For boxes without a frame there are the following box commands: 
13005 \series bold
13006
13007 \backslash
13008 mbox
13009 \series default
13010
13011 \begin_inset Index
13012 status collapsed
13013
13014 \begin_layout Plain Layout
13015 Commands ! M ! 
13016 \backslash
13017 mbox
13018 \end_layout
13019
13020 \end_inset
13021
13022
13023 \series bold
13024
13025 \backslash
13026 makebox
13027 \series default
13028
13029 \begin_inset Index
13030 status collapsed
13031
13032 \begin_layout Plain Layout
13033 Commands ! M ! 
13034 \backslash
13035 makebox
13036 \end_layout
13037
13038 \end_inset
13039
13040 , and 
13041 \series bold
13042
13043 \backslash
13044 raisebox
13045 \series default
13046
13047 \begin_inset Index
13048 status collapsed
13049
13050 \begin_layout Plain Layout
13051 Commands ! R ! 
13052 \backslash
13053 raisebox
13054 \end_layout
13055
13056 \end_inset
13057
13058
13059 \end_layout
13060
13061 \begin_layout Standard
13062 With 
13063 \series bold
13064
13065 \backslash
13066 raisebox
13067 \series default
13068  a box can be super- or subscripted.
13069  But in contrary to normal super- and subscripting, the characters in the
13070  box keep their font size.
13071  
13072 \series bold
13073
13074 \backslash
13075 raisebox
13076 \series default
13077  is used in the following scheme:
13078 \end_layout
13079
13080 \begin_layout Standard
13081
13082 \series bold
13083
13084 \backslash
13085 raisebox{height}{box content}
13086 \end_layout
13087
13088 \begin_layout Standard
13089 When the box should contain a formula, an extra formula is needed like for
13090  
13091 \series bold
13092
13093 \backslash
13094 fbox
13095 \series default
13096 .
13097 \end_layout
13098
13099 \begin_layout Standard
13100 \align center
13101 \begin_inset Tabular
13102 <lyxtabular version="3" rows="4" columns="2">
13103 <features>
13104 <column alignment="center" valignment="top" width="0">
13105 <column alignment="center" valignment="top" width="0">
13106 <row>
13107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13108 \begin_inset Text
13109
13110 \begin_layout Plain Layout
13111 Command
13112 \end_layout
13113
13114 \end_inset
13115 </cell>
13116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13117 \begin_inset Text
13118
13119 \begin_layout Plain Layout
13120 Result
13121 \end_layout
13122
13123 \end_inset
13124 </cell>
13125 </row>
13126 <row>
13127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13128 \begin_inset Text
13129
13130 \begin_layout Plain Layout
13131 H
13132 \backslash
13133 raisebox{2mm
13134 \begin_inset Formula $\to$
13135 \end_inset
13136
13137
13138 \backslash
13139 {al
13140 \begin_inset Formula $\to$
13141 \end_inset
13142
13143  lo
13144 \end_layout
13145
13146 \end_inset
13147 </cell>
13148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13149 \begin_inset Text
13150
13151 \begin_layout Plain Layout
13152 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13153 \end_inset
13154
13155
13156 \end_layout
13157
13158 \end_inset
13159 </cell>
13160 </row>
13161 <row>
13162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13163 \begin_inset Text
13164
13165 \begin_layout Plain Layout
13166 H
13167 \backslash
13168 raisebox{-2mm
13169 \begin_inset Formula $\to$
13170 \end_inset
13171
13172
13173 \backslash
13174 {al
13175 \begin_inset Formula $\to$
13176 \end_inset
13177
13178 lo
13179 \end_layout
13180
13181 \end_inset
13182 </cell>
13183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13184 \begin_inset Text
13185
13186 \begin_layout Plain Layout
13187 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13188 \end_inset
13189
13190
13191 \end_layout
13192
13193 \end_inset
13194 </cell>
13195 </row>
13196 <row>
13197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13198 \begin_inset Text
13199
13200 \begin_layout Plain Layout
13201 A=
13202 \backslash
13203 raisebox{-2mm
13204 \begin_inset Formula $\to$
13205 \end_inset
13206
13207
13208 \backslash
13209 {
13210 \family sans
13211 Ctrl-m
13212 \family default
13213  
13214 \backslash
13215 sqrt
13216 \begin_inset ERT
13217 status collapsed
13218
13219 \begin_layout Plain Layout
13220
13221
13222 \backslash
13223 spce 
13224 \end_layout
13225
13226 \end_inset
13227
13228
13229 \end_layout
13230
13231 \end_inset
13232 </cell>
13233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13234 \begin_inset Text
13235
13236 \begin_layout Plain Layout
13237 \begin_inset ERT
13238 status collapsed
13239
13240 \begin_layout Plain Layout
13241
13242 $A=
13243 \backslash
13244 raisebox{-2mm}{$
13245 \backslash
13246 sqrt{B}$}$
13247 \end_layout
13248
13249 \end_inset
13250
13251
13252 \end_layout
13253
13254 \end_inset
13255 </cell>
13256 </row>
13257 </lyxtabular>
13258
13259 \end_inset
13260
13261
13262 \end_layout
13263
13264 \begin_layout Standard
13265 The last formula can currently only be created using TeX-mode because LyX
13266  inserts a box instead of the needed extra formula.
13267 \begin_inset Foot
13268 status collapsed
13269
13270 \begin_layout Plain Layout
13271 see 
13272 \begin_inset CommandInset href
13273 LatexCommand href
13274 name "LyX-bug #1435"
13275 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13276
13277 \end_inset
13278
13279
13280 \end_layout
13281
13282 \end_inset
13283
13284
13285 \end_layout
13286
13287 \begin_layout Standard
13288 The command 
13289 \series bold
13290
13291 \backslash
13292 mbox
13293 \series default
13294  is equivalent to 
13295 \series bold
13296
13297 \backslash
13298 fbox
13299 \series default
13300  and 
13301 \series bold
13302
13303 \backslash
13304 makebox
13305 \series default
13306  is equivalent to 
13307 \series bold
13308
13309 \backslash
13310 framebox
13311 \series default
13312 , with the difference that there is no frame.
13313 \end_layout
13314
13315 \begin_layout Subsection
13316 Colored Boxes
13317 \begin_inset CommandInset label
13318 LatexCommand label
13319 name "sub:Colored-Boxes"
13320
13321 \end_inset
13322
13323
13324 \begin_inset Index
13325 status collapsed
13326
13327 \begin_layout Plain Layout
13328 Boxes ! colored
13329 \end_layout
13330
13331 \end_inset
13332
13333
13334 \end_layout
13335
13336 \begin_layout Standard
13337 To be able to use all commands explained in this section, the LaTeX-package
13338  
13339 \series bold
13340 color
13341 \series default
13342
13343 \begin_inset Foot
13344 status collapsed
13345
13346 \begin_layout Plain Layout
13347 The LaTeX-package 
13348 \series bold
13349 color
13350 \series default
13351  is part of every LaTeX standard installation.
13352 \end_layout
13353
13354 \end_inset
13355
13356
13357 \begin_inset Index
13358 status collapsed
13359
13360 \begin_layout Plain Layout
13361 Packages ! color
13362 \end_layout
13363
13364 \end_inset
13365
13366  has to be loaded in the LaTeX-preamble with the line
13367 \begin_inset Foot
13368 status collapsed
13369
13370 \begin_layout Plain Layout
13371 When text is colored somewhere in the document with a predefined color,
13372  LyX loads the LaTeX-package 
13373 \series bold
13374 color
13375 \series default
13376  automatically.
13377  Thus it is possible that the package is loaded twice, but this doesn't
13378  arise problems.
13379 \end_layout
13380
13381 \end_inset
13382
13383
13384 \begin_inset Note Note
13385 status collapsed
13386
13387 \begin_layout Plain Layout
13388 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13389 amble.
13390 \end_layout
13391
13392 \end_inset
13393
13394
13395 \end_layout
13396
13397 \begin_layout Standard
13398
13399 \series bold
13400
13401 \backslash
13402 usepackage{color}
13403 \end_layout
13404
13405 \begin_layout Standard
13406 \begin_inset VSpace medskip
13407 \end_inset
13408
13409 To color boxes, the command 
13410 \series bold
13411
13412 \backslash
13413 colorbox
13414 \series default
13415
13416 \begin_inset Index
13417 status collapsed
13418
13419 \begin_layout Plain Layout
13420 Commands ! C ! 
13421 \backslash
13422 colorbox
13423 \end_layout
13424
13425 \end_inset
13426
13427  is used in the following scheme:
13428 \end_layout
13429
13430 \begin_layout Standard
13431
13432 \series bold
13433
13434 \backslash
13435 colorbox{color}{box content}
13436 \end_layout
13437
13438 \begin_layout Standard
13439 The box content can also be a box and a 
13440 \series bold
13441
13442 \backslash
13443 colorbox
13444 \series default
13445  can also be part of another box (see the 2nd and 3rd example).
13446  When the box should contain a formula, an extra formula has to be created,
13447  the same as for 
13448 \series bold
13449
13450 \backslash
13451 fbox
13452 \series default
13453 .
13454 \begin_inset Foot
13455 status collapsed
13456
13457 \begin_layout Plain Layout
13458 This also applies for the command 
13459 \series bold
13460
13461 \backslash
13462 fcolorbox
13463 \series default
13464 .
13465  Thereby note 
13466 \begin_inset CommandInset href
13467 LatexCommand href
13468 name "LyX-bug #1435"
13469 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13470
13471 \end_inset
13472
13473 .
13474 \end_layout
13475
13476 \end_inset
13477
13478
13479 \end_layout
13480
13481 \begin_layout Standard
13482 One of the following predefined colors can be chosen:
13483 \end_layout
13484
13485 \begin_layout Standard
13486
13487 \series bold
13488 black
13489 \series default
13490
13491 \series bold
13492 blue
13493 \series default
13494
13495 \series bold
13496 cyan
13497 \series default
13498
13499 \series bold
13500 green
13501 \series default
13502
13503 \series bold
13504 magenta
13505 \series default
13506
13507 \series bold
13508 red
13509 \series default
13510
13511 \series bold
13512 white
13513 \series default
13514 , and 
13515 \series bold
13516 yellow
13517 \end_layout
13518
13519 \begin_layout Standard
13520 \align center
13521 \begin_inset Tabular
13522 <lyxtabular version="3" rows="4" columns="2">
13523 <features>
13524 <column alignment="center" valignment="top" width="0">
13525 <column alignment="center" valignment="top" width="0">
13526 <row>
13527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13528 \begin_inset Text
13529
13530 \begin_layout Plain Layout
13531 Command
13532 \end_layout
13533
13534 \end_inset
13535 </cell>
13536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13537 \begin_inset Text
13538
13539 \begin_layout Plain Layout
13540 Result
13541 \begin_inset Note Note
13542 status collapsed
13543
13544 \begin_layout Plain Layout
13545
13546 \series bold
13547
13548 \backslash
13549 raisebox
13550 \series default
13551  is only used as spacer.
13552 \end_layout
13553
13554 \end_inset
13555
13556
13557 \end_layout
13558
13559 \end_inset
13560 </cell>
13561 </row>
13562 <row>
13563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13564 \begin_inset Text
13565
13566 \begin_layout Plain Layout
13567
13568 \backslash
13569 colorbox{yellow
13570 \begin_inset Formula $\to$
13571 \end_inset
13572
13573
13574 \backslash
13575 {A=B
13576 \end_layout
13577
13578 \end_inset
13579 </cell>
13580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13581 \begin_inset Text
13582
13583 \begin_layout Plain Layout
13584 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13585 \end_inset
13586
13587
13588 \end_layout
13589
13590 \end_inset
13591 </cell>
13592 </row>
13593 <row>
13594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13595 \begin_inset Text
13596
13597 \begin_layout Plain Layout
13598
13599 \backslash
13600 colorbox{green
13601 \begin_inset Formula $\to$
13602 \end_inset
13603
13604
13605 \backslash
13606 {
13607 \backslash
13608 fbox
13609 \begin_inset ERT
13610 status collapsed
13611
13612 \begin_layout Plain Layout
13613
13614
13615 \backslash
13616 spce 
13617 \end_layout
13618
13619 \end_inset
13620
13621 A=B
13622 \end_layout
13623
13624 \end_inset
13625 </cell>
13626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13627 \begin_inset Text
13628
13629 \begin_layout Plain Layout
13630 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13631 \end_inset
13632
13633
13634 \end_layout
13635
13636 \end_inset
13637 </cell>
13638 </row>
13639 <row>
13640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13641 \begin_inset Text
13642
13643 \begin_layout Plain Layout
13644
13645 \backslash
13646 fbox
13647 \begin_inset ERT
13648 status collapsed
13649
13650 \begin_layout Plain Layout
13651
13652
13653 \backslash
13654 spce 
13655 \end_layout
13656
13657 \end_inset
13658
13659
13660 \backslash
13661 colorbox{green
13662 \begin_inset Formula $\to$
13663 \end_inset
13664
13665
13666 \backslash
13667 {A=B
13668 \end_layout
13669
13670 \end_inset
13671 </cell>
13672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13673 \begin_inset Text
13674
13675 \begin_layout Plain Layout
13676 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13677 \end_inset
13678
13679
13680 \end_layout
13681
13682 \end_inset
13683 </cell>
13684 </row>
13685 </lyxtabular>
13686
13687 \end_inset
13688
13689
13690 \end_layout
13691
13692 \begin_layout Standard
13693
13694 \series bold
13695
13696 \backslash
13697 colorbox
13698 \series default
13699  only colors the box but not the characters in the box.
13700  To color all characters, the whole formula is highlighted and the wanted
13701  color is chosen in the 
13702 \family sans
13703 Text
13704 \begin_inset space ~
13705 \end_inset
13706
13707 Style
13708 \family default
13709  dialog.
13710  The dialog can be called with the toolbar button 
13711 \begin_inset Graphics
13712         filename ../images/dialog-show_character.png
13713         scale 85
13714
13715 \end_inset
13716
13717  or the menu 
13718 \family sans
13719 Edit\SpecialChar \menuseparator
13720 Text
13721 \begin_inset space ~
13722 \end_inset
13723
13724 Style\SpecialChar \menuseparator
13725 Customized
13726 \family default
13727 .
13728  The formula number has then the same color as the formula.
13729  When the formula number should get another color than the formula characters,
13730  the color must be changed within the formula.
13731 \end_layout
13732
13733 \begin_layout Standard
13734 An example:
13735 \end_layout
13736
13737 \begin_layout Standard
13738
13739 \color red
13740 \begin_inset Formula \begin{equation}
13741 \int A=B\label{eq:red}\end{equation}
13742
13743 \end_inset
13744
13745
13746 \color green
13747
13748 \begin_inset Formula \begin{equation}
13749 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13750
13751 \end_inset
13752
13753
13754 \end_layout
13755
13756 \begin_layout Standard
13757 Formula 
13758 \begin_inset CommandInset ref
13759 LatexCommand eqref
13760 reference "eq:red"
13761
13762 \end_inset
13763
13764  is completely colored red.
13765 \begin_inset Newline newline
13766 \end_inset
13767
13768 Formula 
13769 \begin_inset CommandInset ref
13770 LatexCommand eqref
13771 reference "eq:redgreen"
13772
13773 \end_inset
13774
13775  was first completely colored green to set the color for the formula number.
13776  Subsequently the formula characters were colored red.
13777 \end_layout
13778
13779 \begin_layout Standard
13780 \begin_inset VSpace bigskip
13781 \end_inset
13782
13783 To color the frame different than the rest of the box, the command 
13784 \series bold
13785
13786 \backslash
13787 fcolorbox
13788 \series default
13789
13790 \begin_inset Index
13791 status collapsed
13792
13793 \begin_layout Plain Layout
13794 Commands ! F ! 
13795 \backslash
13796 fcolorbox
13797 \end_layout
13798
13799 \end_inset
13800
13801  is used in the following scheme:
13802 \end_layout
13803
13804 \begin_layout Standard
13805
13806 \series bold
13807
13808 \backslash
13809 fcolorbox{frame color}{color}{box content}
13810 \end_layout
13811
13812 \begin_layout Standard
13813 So 
13814 \series bold
13815
13816 \backslash
13817 fcolorbox
13818 \series default
13819  is an extension of the command 
13820 \series bold
13821
13822 \backslash
13823 colorbox
13824 \series default
13825 .
13826  The frame width is set, like for 
13827 \series bold
13828
13829 \backslash
13830 framebox
13831 \series default
13832 , with 
13833 \series bold
13834
13835 \backslash
13836 fboxrule
13837 \series default
13838  and 
13839 \series bold
13840
13841 \backslash
13842 fboxsep
13843 \series default
13844 .
13845  An example:
13846 \begin_inset ERT
13847 status collapsed
13848
13849 \begin_layout Plain Layout
13850
13851
13852 \backslash
13853 fboxrule 1mm 
13854 \backslash
13855 fboxsep 1mm
13856 \end_layout
13857
13858 \end_inset
13859
13860
13861 \begin_inset Formula \[
13862 \fcolorbox{cyan}{magenta}{A=B}\]
13863
13864 \end_inset
13865
13866
13867 \begin_inset ERT
13868 status collapsed
13869
13870 \begin_layout Plain Layout
13871
13872
13873 \backslash
13874 fboxrule 0.4pt 
13875 \backslash
13876 fboxsep 3pt
13877 \end_layout
13878
13879 \end_inset
13880
13881
13882 \end_layout
13883
13884 \begin_layout Standard
13885 This formula was created with the command
13886 \begin_inset Newline newline
13887 \end_inset
13888
13889
13890 \series bold
13891
13892 \backslash
13893 fcolorbox{cyan
13894 \begin_inset Formula $\to$
13895 \end_inset
13896
13897
13898 \backslash
13899 {magenta
13900 \begin_inset Formula $\to$
13901 \end_inset
13902
13903
13904 \backslash
13905 {A=B
13906 \series default
13907 .
13908 \end_layout
13909
13910 \begin_layout Standard
13911 \begin_inset VSpace bigskip
13912 \end_inset
13913
13914 To use other colors than the predefined ones, they have to be defined first.
13915 \end_layout
13916
13917 \begin_layout Standard
13918 One can for example define the color 
13919 \begin_inset Quotes eld
13920 \end_inset
13921
13922
13923 \series bold
13924 darkgreen
13925 \series default
13926
13927 \begin_inset Quotes erd
13928 \end_inset
13929
13930  with the LaTeX-preamble line:
13931 \end_layout
13932
13933 \begin_layout Standard
13934
13935 \series bold
13936
13937 \backslash
13938 definecolor{darkgreen}{cmyk}{0.5,
13939 \series default
13940  
13941 \series bold
13942 0,
13943 \series default
13944  
13945 \series bold
13946 1,
13947 \series default
13948  
13949 \series bold
13950 0.5}
13951 \series default
13952
13953 \begin_inset Index
13954 status collapsed
13955
13956 \begin_layout Plain Layout
13957 Commands ! D ! 
13958 \backslash
13959 definecolor
13960 \end_layout
13961
13962 \end_inset
13963
13964
13965 \end_layout
13966
13967 \begin_layout Standard
13968
13969 \series bold
13970 cmyk
13971 \series default
13972  is the color space that denotes the colors 
13973 \series bold
13974 cyan
13975 \series default
13976
13977 \series bold
13978 magenta
13979 \series default
13980
13981 \series bold
13982 yellow
13983 \series default
13984 , and 
13985 \series bold
13986 black
13987 \series default
13988 .
13989  The four comma separated numbers are the portion factor for the corresponding
13990  colors of the color space.
13991  The factors can be in the range of 0
13992 \begin_inset space \thinspace{}
13993 \end_inset
13994
13995 -
13996 \begin_inset space \thinspace{}
13997 \end_inset
13998
13999 1.
14000  Instead of 
14001 \series bold
14002 cmyk
14003 \series default
14004  also the color space 
14005 \series bold
14006 rgb
14007 \series default
14008  can be used for definitions.
14009  
14010 \series bold
14011 rgb
14012 \series default
14013  denotes 
14014 \series bold
14015 red
14016 \series default
14017
14018 \series bold
14019 green
14020 \series default
14021 , and 
14022 \series bold
14023 blue
14024 \series default
14025 , so that there are in this case three portion factors for the corresponding
14026  colors.
14027  Furthermore there is the color space 
14028 \series bold
14029 gray
14030 \series default
14031  with one portion factor for the gray value.
14032 \end_layout
14033
14034 \begin_layout Standard
14035 As example a framed box with the new defined color 
14036 \series bold
14037 darkgreen
14038 \series default
14039  where the characters have been colored 
14040 \series bold
14041 yellow
14042 \series default
14043 :
14044 \begin_inset Formula \begin{equation}
14045 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14046
14047 \end_inset
14048
14049
14050 \end_layout
14051
14052 \begin_layout Standard
14053 Self-defined colors can also be used for text with the help of the command
14054  
14055 \series bold
14056
14057 \backslash
14058 textcolor
14059 \series default
14060 :
14061 \begin_inset Index
14062 status collapsed
14063
14064 \begin_layout Plain Layout
14065 Text ! colored
14066 \end_layout
14067
14068 \end_inset
14069
14070
14071 \end_layout
14072
14073 \begin_layout Standard
14074 \begin_inset ERT
14075 status collapsed
14076
14077 \begin_layout Plain Layout
14078
14079
14080 \backslash
14081 textcolor{darkgreen}{
14082 \end_layout
14083
14084 \end_inset
14085
14086 This sentence is 
14087 \begin_inset Quotes eld
14088 \end_inset
14089
14090 darkgreen
14091 \begin_inset Quotes erd
14092 \end_inset
14093
14094 .
14095 \begin_inset ERT
14096 status collapsed
14097
14098 \begin_layout Plain Layout
14099
14100 }
14101 \end_layout
14102
14103 \end_inset
14104
14105
14106 \end_layout
14107
14108 \begin_layout Standard
14109
14110 \series bold
14111
14112 \backslash
14113 textcolor
14114 \series default
14115
14116 \begin_inset Index
14117 status collapsed
14118
14119 \begin_layout Plain Layout
14120 Commands ! T ! 
14121 \backslash
14122 textcolor
14123 \end_layout
14124
14125 \end_inset
14126
14127  is used in the scheme 
14128 \series bold
14129
14130 \backslash
14131 textcolor{color}{characters to color}
14132 \series default
14133 .
14134 \end_layout
14135
14136 \begin_layout Subsection
14137 Paragraph Boxes
14138 \begin_inset CommandInset label
14139 LatexCommand label
14140 name "sub:Paragraph-Boxes"
14141
14142 \end_inset
14143
14144
14145 \begin_inset Index
14146 status collapsed
14147
14148 \begin_layout Plain Layout
14149 Boxes ! as paragraph
14150 \end_layout
14151
14152 \end_inset
14153
14154
14155 \end_layout
14156
14157 \begin_layout Standard
14158 A box that can contain several lines and paragraphs, a so called paragraph
14159  box (parbox), can be created with the menu 
14160 \family sans
14161 Insert\SpecialChar \menuseparator
14162 Box
14163 \family default
14164  or the toolbar button 
14165 \begin_inset Graphics
14166         filename ../images/box-insert.png
14167         scale 85
14168
14169 \end_inset
14170
14171 .
14172 \end_layout
14173
14174 \begin_layout Standard
14175 The following example shows a framed parbox in a line:
14176 \end_layout
14177
14178 \begin_layout Standard
14179 \begin_inset VSpace medskip
14180 \end_inset
14181
14182 This is a line 
14183 \begin_inset Box Boxed
14184 position "c"
14185 hor_pos "c"
14186 has_inner_box 1
14187 inner_pos "t"
14188 use_parbox 1
14189 width "5cm"
14190 special "none"
14191 height "1in"
14192 height_special "totalheight"
14193 status open
14194
14195 \begin_layout Plain Layout
14196 This is a paragraph box.
14197  It is exactly 5
14198 \begin_inset space \thinspace{}
14199 \end_inset
14200
14201 cm long and can also contain formulas: 
14202 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14203 \end_inset
14204
14205
14206 \end_layout
14207
14208 \end_inset
14209
14210  with a parbox.
14211 \end_layout
14212
14213 \begin_layout Standard
14214 \begin_inset VSpace medskip
14215 \end_inset
14216
14217
14218 \end_layout
14219
14220 \begin_layout Standard
14221 Such a box is created by right-clicking on the gray box inset.
14222  A dialog pops up showing the box properties.
14223  In our case set: 
14224 \emph on
14225 Decoration
14226 \emph default
14227 : Recangular box, 
14228 \emph on
14229 Inner Box
14230 \emph default
14231 : Parbox, 
14232 \emph on
14233 Width
14234 \emph default
14235 : 5
14236 \begin_inset space \thinspace{}
14237 \end_inset
14238
14239 cm, 
14240 \emph on
14241 Vertical Box Alignment
14242 \emph default
14243 : Middle
14244 \end_layout
14245
14246 \begin_layout Standard
14247 \begin_inset VSpace medskip
14248 \end_inset
14249
14250 In LaTeX a parbox is created with the command 
14251 \series bold
14252
14253 \backslash
14254 parbox
14255 \series default
14256
14257 \begin_inset Index
14258 status collapsed
14259
14260 \begin_layout Plain Layout
14261 Commands ! P ! 
14262 \backslash
14263 parbox
14264 \end_layout
14265
14266 \end_inset
14267
14268  that has the following scheme:
14269 \end_layout
14270
14271 \begin_layout Standard
14272
14273 \series bold
14274
14275 \backslash
14276 parbox[position]{width}{box content}
14277 \end_layout
14278
14279 \begin_layout Standard
14280 The positions 
14281 \emph on
14282 b
14283 \emph default
14284  and 
14285 \emph on
14286 t
14287 \emph default
14288  are possible.
14289  
14290 \emph on
14291 b
14292 \emph default
14293  for bottom means that the box is aligned within the surrounding text with
14294  its last line.
14295  With 
14296 \emph on
14297 t
14298 \emph default
14299  for top this is done with the first line.
14300  When no position is given, the box will be vertically centered, see section
14301  
14302 \emph on
14303 Boxes
14304 \emph default
14305  of the 
14306 \emph on
14307 Embedded
14308 \begin_inset space ~
14309 \end_inset
14310
14311 Objects
14312 \emph default
14313  manual for examples.
14314 \end_layout
14315
14316 \begin_layout Standard
14317 \begin_inset VSpace bigskip
14318 \end_inset
14319
14320 To frame formulas completely, including the formula number, the formula
14321  must be set into a parbox.
14322  To do this, the command 
14323 \series bold
14324
14325 \backslash
14326 fbox{
14327 \backslash
14328 parbox{
14329 \backslash
14330 linewidth-2
14331 \backslash
14332 fboxsep-2
14333 \backslash
14334 fboxrule}{
14335 \series default
14336  is inserted in TeX-mode before the formula.
14337  
14338 \series bold
14339
14340 \backslash
14341 linewidth
14342 \begin_inset Index
14343 status collapsed
14344
14345 \begin_layout Plain Layout
14346 Commands ! L ! 
14347 \backslash
14348 linewidth
14349 \end_layout
14350
14351 \end_inset
14352
14353
14354 \series default
14355  is hereby the line width set for the document.
14356  Because the frame is outside the parbox, 2
14357 \begin_inset space \thinspace{}
14358 \end_inset
14359
14360 times the frame separation and the frame thickness must be subtracted from
14361  the line width.
14362  As this is not automatically done by LyX due to a bug
14363 \begin_inset Foot
14364 status collapsed
14365
14366 \begin_layout Plain Layout
14367 \begin_inset CommandInset href
14368 LatexCommand href
14369 name "LyX-bug #4483"
14370 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14371
14372 \end_inset
14373
14374
14375 \end_layout
14376
14377 \end_inset
14378
14379 , TeX-mode has to be used.
14380  To be able to multiply and subtract in arguments, the LaTeX-package 
14381 \series bold
14382 calc
14383 \series default
14384
14385 \begin_inset Foot
14386 status collapsed
14387
14388 \begin_layout Plain Layout
14389
14390 \series bold
14391 calc
14392 \series default
14393  is part of every LaTeX standard installation.
14394 \end_layout
14395
14396 \end_inset
14397
14398
14399 \begin_inset Index
14400 status collapsed
14401
14402 \begin_layout Plain Layout
14403 Packages ! calc
14404 \end_layout
14405
14406 \end_inset
14407
14408  must be loaded in the LaTeX-preamble with the line
14409 \end_layout
14410
14411 \begin_layout Standard
14412
14413 \series bold
14414
14415 \backslash
14416 usepackage{calc}
14417 \end_layout
14418
14419 \begin_layout Standard
14420 Behind the formula both boxes are closed by entering 
14421 \series bold
14422 }}
14423 \series default
14424  in TeX-mode.
14425  Here is an example:
14426 \begin_inset ERT
14427 status collapsed
14428
14429 \begin_layout Plain Layout
14430
14431
14432 \backslash
14433 fboxsep 5mm 
14434 \backslash
14435 fboxrule 5mm
14436 \end_layout
14437
14438 \end_inset
14439
14440
14441 \end_layout
14442
14443 \begin_layout Standard
14444 \begin_inset ERT
14445 status collapsed
14446
14447 \begin_layout Plain Layout
14448
14449
14450 \backslash
14451 fbox{
14452 \backslash
14453 parbox{
14454 \backslash
14455 linewidth-2
14456 \backslash
14457 fboxsep-2
14458 \backslash
14459 fboxrule}{
14460 \end_layout
14461
14462 \end_inset
14463
14464
14465 \begin_inset Formula \begin{equation}
14466 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14467
14468 \end_inset
14469
14470
14471 \begin_inset ERT
14472 status collapsed
14473
14474 \begin_layout Plain Layout
14475
14476 }}
14477 \end_layout
14478
14479 \end_inset
14480
14481
14482 \begin_inset ERT
14483 status collapsed
14484
14485 \begin_layout Plain Layout
14486
14487
14488 \backslash
14489 fboxrule 0.4pt 
14490 \backslash
14491 fboxsep 3pt
14492 \end_layout
14493
14494 \end_inset
14495
14496
14497 \end_layout
14498
14499 \begin_layout Standard
14500 \begin_inset VSpace medskip
14501 \end_inset
14502
14503 As a parbox is used as argument of 
14504 \series bold
14505
14506 \backslash
14507 fbox
14508 \series default
14509 , there is in this case no difference between 
14510 \series bold
14511
14512 \backslash
14513 fbox
14514 \series default
14515  and 
14516 \series bold
14517
14518 \backslash
14519 boxed
14520 \series default
14521 .
14522 \end_layout
14523
14524 \begin_layout Standard
14525 \begin_inset VSpace bigskip
14526 \end_inset
14527
14528 Paragraph boxes are very useful to comment formulas directly.
14529  To do this, 
14530 \series bold
14531
14532 \backslash
14533 parbox
14534 \series default
14535  is used in combination with the command 
14536 \series bold
14537
14538 \backslash
14539 tag
14540 \series default
14541 .
14542  (more about 
14543 \series bold
14544
14545 \backslash
14546 tag
14547 \series default
14548  see 
14549 \begin_inset CommandInset ref
14550 LatexCommand ref
14551 reference "sub:User-defined-Numbering"
14552
14553 \end_inset
14554
14555 )
14556 \end_layout
14557
14558 \begin_layout Standard
14559 An example of a formula commented with 
14560 \series bold
14561
14562 \backslash
14563 parbox
14564 \series default
14565 :
14566 \end_layout
14567
14568 \begin_layout Standard
14569 \begin_inset ERT
14570 status collapsed
14571
14572 \begin_layout Plain Layout
14573
14574
14575 \backslash
14576 [5x-7b=3b
14577 \backslash
14578 tag*{
14579 \backslash
14580 parbox{5cm}{
14581 \end_layout
14582
14583 \end_inset
14584
14585 This is a description.
14586  It is distinctly separated from the formula and multiline.
14587 \begin_inset ERT
14588 status collapsed
14589
14590 \begin_layout Plain Layout
14591
14592 }}
14593 \backslash
14594 ]
14595 \end_layout
14596
14597 \end_inset
14598
14599
14600 \end_layout
14601
14602 \begin_layout Standard
14603 Such a formula must be inserted completely in TeX-mode because LyX does
14604  not yet support the command 
14605 \series bold
14606
14607 \backslash
14608 parbox
14609 \series default
14610  in formulas.
14611  The formula is created with the following command sequence:
14612 \end_layout
14613
14614 \begin_layout Standard
14615 The command 
14616 \series bold
14617
14618 \backslash
14619 [5x-7b=3b
14620 \backslash
14621 tag*
14622 \backslash
14623 {
14624 \backslash
14625 parbox{5cm}{
14626 \series default
14627  is inserted in TeX-mode.
14628 \begin_inset Foot
14629 status collapsed
14630
14631 \begin_layout Plain Layout
14632 When the formula style 
14633 \series bold
14634 Indented
14635 \series default
14636  is used, 
14637 \series bold
14638
14639 \backslash
14640 tag*
14641 \backslash
14642 {
14643 \series default
14644  can also be replaced by 
14645 \series bold
14646
14647 \backslash
14648 hfill
14649 \series default
14650 .
14651  (formula styles see 
14652 \begin_inset CommandInset ref
14653 LatexCommand ref
14654 reference "sec:Formula-Styles"
14655
14656 \end_inset
14657
14658 )
14659 \end_layout
14660
14661 \end_inset
14662
14663  Then the description follows as normal text, and finally 
14664 \series bold
14665 }}
14666 \backslash
14667 ]
14668 \series default
14669  is inserted in TeX-mode.
14670  The commands 
14671 \series bold
14672
14673 \backslash
14674 [
14675 \series default
14676  and 
14677 \series bold
14678
14679 \backslash
14680 ]
14681 \series default
14682  hereby create a displayed formula.
14683 \end_layout
14684
14685 \begin_layout Standard
14686 The advantages of 
14687 \series bold
14688
14689 \backslash
14690 parbox
14691 \series default
14692  can be seen in this example that was 
14693 \begin_inset Quotes eld
14694 \end_inset
14695
14696 commented
14697 \begin_inset Quotes erd
14698 \end_inset
14699
14700  using the mathematical textmode:
14701 \begin_inset Formula \[
14702 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14703
14704 \end_inset
14705
14706
14707 \end_layout
14708
14709 \begin_layout Section
14710 Operators
14711 \begin_inset Index
14712 status collapsed
14713
14714 \begin_layout Plain Layout
14715 Operators
14716 \end_layout
14717
14718 \end_inset
14719
14720
14721 \end_layout
14722
14723 \begin_layout Subsection
14724 Big Operators
14725 \begin_inset CommandInset label
14726 LatexCommand label
14727 name "sub:Big-Operators"
14728
14729 \end_inset
14730
14731
14732 \begin_inset Index
14733 status collapsed
14734
14735 \begin_layout Plain Layout
14736 Operators ! big
14737 \end_layout
14738
14739 \end_inset
14740
14741
14742 \begin_inset Index
14743 status collapsed
14744
14745 \begin_layout Plain Layout
14746 Sums
14747 \end_layout
14748
14749 \end_inset
14750
14751
14752 \begin_inset Index
14753 status collapsed
14754
14755 \begin_layout Plain Layout
14756 Integrals
14757 \end_layout
14758
14759 \end_inset
14760
14761
14762 \end_layout
14763
14764 \begin_layout Standard
14765 To be able to use all integral operators listed here, the option 
14766 \family sans
14767 Use esint package automatically
14768 \family default
14769  must be set in the document settings under 
14770 \family sans
14771 Math
14772 \begin_inset space ~
14773 \end_inset
14774
14775 Options
14776 \family default
14777 .
14778 \end_layout
14779
14780 \begin_layout Standard
14781 \begin_inset space \hfill{}
14782 \end_inset
14783
14784
14785 \begin_inset Tabular
14786 <lyxtabular version="3" rows="11" columns="2">
14787 <features>
14788 <column alignment="center" valignment="top" width="0pt">
14789 <column alignment="center" valignment="top" width="0pt">
14790 <row>
14791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14792 \begin_inset Text
14793
14794 \begin_layout Plain Layout
14795 Command
14796 \end_layout
14797
14798 \end_inset
14799 </cell>
14800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14801 \begin_inset Text
14802
14803 \begin_layout Plain Layout
14804 Result
14805 \end_layout
14806
14807 \end_inset
14808 </cell>
14809 </row>
14810 <row>
14811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14812 \begin_inset Text
14813
14814 \begin_layout Plain Layout
14815
14816 \backslash
14817 sum
14818 \begin_inset Index
14819 status collapsed
14820
14821 \begin_layout Plain Layout
14822 Commands ! S ! 
14823 \backslash
14824 sum
14825 \end_layout
14826
14827 \end_inset
14828
14829
14830 \end_layout
14831
14832 \end_inset
14833 </cell>
14834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14835 \begin_inset Text
14836
14837 \begin_layout Plain Layout
14838 \begin_inset Formula $\sum$
14839 \end_inset
14840
14841
14842 \end_layout
14843
14844 \end_inset
14845 </cell>
14846 </row>
14847 <row>
14848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14849 \begin_inset Text
14850
14851 \begin_layout Plain Layout
14852
14853 \backslash
14854 int
14855 \begin_inset Index
14856 status collapsed
14857
14858 \begin_layout Plain Layout
14859 Commands ! I ! 
14860 \backslash
14861 int
14862 \end_layout
14863
14864 \end_inset
14865
14866
14867 \end_layout
14868
14869 \end_inset
14870 </cell>
14871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14872 \begin_inset Text
14873
14874 \begin_layout Plain Layout
14875 \begin_inset Formula $\int$
14876 \end_inset
14877
14878
14879 \end_layout
14880
14881 \end_inset
14882 </cell>
14883 </row>
14884 <row>
14885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14886 \begin_inset Text
14887
14888 \begin_layout Plain Layout
14889
14890 \backslash
14891 intop
14892 \end_layout
14893
14894 \end_inset
14895 </cell>
14896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14897 \begin_inset Text
14898
14899 \begin_layout Plain Layout
14900 \begin_inset Formula $\intop$
14901 \end_inset
14902
14903
14904 \end_layout
14905
14906 \end_inset
14907 </cell>
14908 </row>
14909 <row>
14910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14911 \begin_inset Text
14912
14913 \begin_layout Plain Layout
14914
14915 \backslash
14916 oint
14917 \end_layout
14918
14919 \end_inset
14920 </cell>
14921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14922 \begin_inset Text
14923
14924 \begin_layout Plain Layout
14925 \begin_inset Formula $\oint$
14926 \end_inset
14927
14928
14929 \end_layout
14930
14931 \end_inset
14932 </cell>
14933 </row>
14934 <row>
14935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14936 \begin_inset Text
14937
14938 \begin_layout Plain Layout
14939
14940 \backslash
14941 ointop
14942 \end_layout
14943
14944 \end_inset
14945 </cell>
14946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14947 \begin_inset Text
14948
14949 \begin_layout Plain Layout
14950 \begin_inset Formula $\ointop$
14951 \end_inset
14952
14953
14954 \end_layout
14955
14956 \end_inset
14957 </cell>
14958 </row>
14959 <row>
14960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14961 \begin_inset Text
14962
14963 \begin_layout Plain Layout
14964
14965 \backslash
14966 ointctrclockwise
14967 \end_layout
14968
14969 \end_inset
14970 </cell>
14971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14972 \begin_inset Text
14973
14974 \begin_layout Plain Layout
14975 \begin_inset Formula $\ointctrclockwise$
14976 \end_inset
14977
14978
14979 \end_layout
14980
14981 \end_inset
14982 </cell>
14983 </row>
14984 <row>
14985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14986 \begin_inset Text
14987
14988 \begin_layout Plain Layout
14989
14990 \backslash
14991 ointclockwise
14992 \end_layout
14993
14994 \end_inset
14995 </cell>
14996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14997 \begin_inset Text
14998
14999 \begin_layout Plain Layout
15000 \begin_inset Formula $\ointclockwise$
15001 \end_inset
15002
15003
15004 \end_layout
15005
15006 \end_inset
15007 </cell>
15008 </row>
15009 <row>
15010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15011 \begin_inset Text
15012
15013 \begin_layout Plain Layout
15014
15015 \backslash
15016 sqint
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Plain Layout
15025 \begin_inset Formula $\sqint$
15026 \end_inset
15027
15028
15029 \end_layout
15030
15031 \end_inset
15032 </cell>
15033 </row>
15034 <row>
15035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15036 \begin_inset Text
15037
15038 \begin_layout Plain Layout
15039
15040 \backslash
15041 bigcap
15042 \end_layout
15043
15044 \end_inset
15045 </cell>
15046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Plain Layout
15050 \begin_inset Formula $\bigcap$
15051 \end_inset
15052
15053
15054 \end_layout
15055
15056 \end_inset
15057 </cell>
15058 </row>
15059 <row>
15060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15061 \begin_inset Text
15062
15063 \begin_layout Plain Layout
15064
15065 \backslash
15066 bigcup
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Plain Layout
15075 \begin_inset Formula $\bigcup$
15076 \end_inset
15077
15078
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 </row>
15084 </lyxtabular>
15085
15086 \end_inset
15087
15088
15089 \begin_inset space \hfill{}
15090 \end_inset
15091
15092
15093 \begin_inset Tabular
15094 <lyxtabular version="3" rows="10" columns="2">
15095 <features>
15096 <column alignment="center" valignment="top" width="0pt">
15097 <column alignment="center" valignment="top" width="0pt">
15098 <row>
15099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103 Command
15104 \end_layout
15105
15106 \end_inset
15107 </cell>
15108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15109 \begin_inset Text
15110
15111 \begin_layout Plain Layout
15112 Result
15113 \end_layout
15114
15115 \end_inset
15116 </cell>
15117 </row>
15118 <row>
15119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15120 \begin_inset Text
15121
15122 \begin_layout Plain Layout
15123
15124 \backslash
15125 prod
15126 \begin_inset Index
15127 status collapsed
15128
15129 \begin_layout Plain Layout
15130 Commands ! P ! 
15131 \backslash
15132 prod
15133 \end_layout
15134
15135 \end_inset
15136
15137
15138 \end_layout
15139
15140 \end_inset
15141 </cell>
15142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15143 \begin_inset Text
15144
15145 \begin_layout Plain Layout
15146 \begin_inset Formula $\prod$
15147 \end_inset
15148
15149
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 </row>
15155 <row>
15156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Plain Layout
15160
15161 \backslash
15162 coprod
15163 \end_layout
15164
15165 \end_inset
15166 </cell>
15167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15168 \begin_inset Text
15169
15170 \begin_layout Plain Layout
15171 \begin_inset Formula $\coprod$
15172 \end_inset
15173
15174
15175 \end_layout
15176
15177 \end_inset
15178 </cell>
15179 </row>
15180 <row>
15181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15182 \begin_inset Text
15183
15184 \begin_layout Plain Layout
15185
15186 \backslash
15187 bigodot
15188 \end_layout
15189
15190 \end_inset
15191 </cell>
15192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Plain Layout
15196 \begin_inset Formula $\bigodot$
15197 \end_inset
15198
15199
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 </row>
15205 <row>
15206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210
15211 \backslash
15212 bigotimes
15213 \end_layout
15214
15215 \end_inset
15216 </cell>
15217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15218 \begin_inset Text
15219
15220 \begin_layout Plain Layout
15221 \begin_inset Formula $\bigotimes$
15222 \end_inset
15223
15224
15225 \end_layout
15226
15227 \end_inset
15228 </cell>
15229 </row>
15230 <row>
15231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15232 \begin_inset Text
15233
15234 \begin_layout Plain Layout
15235
15236 \backslash
15237 bigoplus
15238 \end_layout
15239
15240 \end_inset
15241 </cell>
15242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15243 \begin_inset Text
15244
15245 \begin_layout Plain Layout
15246 \begin_inset Formula $\bigoplus$
15247 \end_inset
15248
15249
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 </row>
15255 <row>
15256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15257 \begin_inset Text
15258
15259 \begin_layout Plain Layout
15260
15261 \backslash
15262 bigwedge
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15268 \begin_inset Text
15269
15270 \begin_layout Plain Layout
15271 \begin_inset Formula $\bigwedge$
15272 \end_inset
15273
15274
15275 \end_layout
15276
15277 \end_inset
15278 </cell>
15279 </row>
15280 <row>
15281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15282 \begin_inset Text
15283
15284 \begin_layout Plain Layout
15285
15286 \backslash
15287 bigvee
15288 \end_layout
15289
15290 \end_inset
15291 </cell>
15292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15293 \begin_inset Text
15294
15295 \begin_layout Plain Layout
15296 \begin_inset Formula $\bigvee$
15297 \end_inset
15298
15299
15300 \end_layout
15301
15302 \end_inset
15303 </cell>
15304 </row>
15305 <row>
15306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15307 \begin_inset Text
15308
15309 \begin_layout Plain Layout
15310
15311 \backslash
15312 bigsqcup
15313 \end_layout
15314
15315 \end_inset
15316 </cell>
15317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15318 \begin_inset Text
15319
15320 \begin_layout Plain Layout
15321 \begin_inset Formula $\bigsqcup$
15322 \end_inset
15323
15324
15325 \end_layout
15326
15327 \end_inset
15328 </cell>
15329 </row>
15330 <row>
15331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15332 \begin_inset Text
15333
15334 \begin_layout Plain Layout
15335
15336 \backslash
15337 biguplus
15338 \end_layout
15339
15340 \end_inset
15341 </cell>
15342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15343 \begin_inset Text
15344
15345 \begin_layout Plain Layout
15346 \begin_inset Formula $\biguplus$
15347 \end_inset
15348
15349
15350 \end_layout
15351
15352 \end_inset
15353 </cell>
15354 </row>
15355 </lyxtabular>
15356
15357 \end_inset
15358
15359
15360 \begin_inset space \hfill{}
15361 \end_inset
15362
15363
15364 \end_layout
15365
15366 \begin_layout Standard
15367 All big operators can also be inserted via the math toolbar button 
15368 \begin_inset Graphics
15369         filename ../images/math/intop.png
15370         scale 85
15371
15372 \end_inset
15373
15374 .
15375 \end_layout
15376
15377 \begin_layout Standard
15378 The operators are called big because they are bigger than the sometimes
15379  equal looking binary operators.
15380  All big operators can have limits as described in the next subsection.
15381 \end_layout
15382
15383 \begin_layout Standard
15384 The operators 
15385 \series bold
15386
15387 \backslash
15388 intop
15389 \series default
15390  and 
15391 \series bold
15392
15393 \backslash
15394 ointop
15395 \series default
15396  are different from 
15397 \series bold
15398
15399 \backslash
15400 int
15401 \series default
15402  and 
15403 \series bold
15404
15405 \backslash
15406 oint
15407 \series default
15408 , resp.
15409 \begin_inset space ~
15410 \end_inset
15411
15412 in the style the operator limits are displayed, see 
15413 \begin_inset CommandInset ref
15414 LatexCommand ref
15415 reference "sub:Operator-Limits"
15416
15417 \end_inset
15418
15419 .
15420  
15421 \end_layout
15422
15423 \begin_layout Subsubsection*
15424 Advices for Integrals
15425 \end_layout
15426
15427 \begin_layout Standard
15428 The letter 
15429 \emph on
15430 d
15431 \emph default
15432  in an integral is an operator, that therefore has to be set upright.
15433  This is done by highlighting the 
15434 \emph on
15435 d
15436 \emph default
15437  and using the keyboard shortcut 
15438 \family sans
15439 Alt-c
15440 \begin_inset space ~
15441 \end_inset
15442
15443 r
15444 \family default
15445
15446 \begin_inset Foot
15447 status collapsed
15448
15449 \begin_layout Plain Layout
15450 Font styles
15451 \series bold
15452  
15453 \series default
15454 see 
15455 \begin_inset CommandInset ref
15456 LatexCommand ref
15457 reference "sub:Font-Styles"
15458
15459 \end_inset
15460
15461
15462 \end_layout
15463
15464 \end_inset
15465
15466 .
15467  Finally the smallest space is inserted before the 
15468 \emph on
15469 d
15470 \emph default
15471 , as this is usual for operators.
15472  An example:
15473 \end_layout
15474
15475 \begin_layout Standard
15476 incorrect: 
15477 \begin_inset Formula $\int A(x)dx$
15478 \end_inset
15479
15480
15481 \begin_inset Newline newline
15482 \end_inset
15483
15484
15485 \begin_inset ERT
15486 status collapsed
15487
15488 \begin_layout Plain Layout
15489
15490
15491 \backslash
15492 hphantom{in}
15493 \end_layout
15494
15495 \end_inset
15496
15497 correct: 
15498 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15499 \end_inset
15500
15501
15502 \end_layout
15503
15504 \begin_layout Standard
15505 For multiple integrals there are the following commands:
15506 \begin_inset VSpace medskip
15507 \end_inset
15508
15509
15510 \end_layout
15511
15512 \begin_layout Standard
15513 \begin_inset space \hfill{}
15514 \end_inset
15515
15516
15517 \begin_inset Tabular
15518 <lyxtabular version="3" rows="4" columns="2">
15519 <features>
15520 <column alignment="center" valignment="top" width="0">
15521 <column alignment="center" valignment="top" width="0">
15522 <row>
15523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15524 \begin_inset Text
15525
15526 \begin_layout Plain Layout
15527 Command
15528 \end_layout
15529
15530 \end_inset
15531 </cell>
15532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15533 \begin_inset Text
15534
15535 \begin_layout Plain Layout
15536 Result
15537 \begin_inset Note Note
15538 status collapsed
15539
15540 \begin_layout Plain Layout
15541
15542 \series bold
15543
15544 \backslash
15545 raisebox
15546 \series default
15547  is only used as spacer.
15548 \end_layout
15549
15550 \end_inset
15551
15552
15553 \end_layout
15554
15555 \end_inset
15556 </cell>
15557 </row>
15558 <row>
15559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15560 \begin_inset Text
15561
15562 \begin_layout Plain Layout
15563
15564 \backslash
15565 iint
15566 \end_layout
15567
15568 \end_inset
15569 </cell>
15570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15571 \begin_inset Text
15572
15573 \begin_layout Plain Layout
15574 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15575 \end_inset
15576
15577
15578 \end_layout
15579
15580 \end_inset
15581 </cell>
15582 </row>
15583 <row>
15584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15585 \begin_inset Text
15586
15587 \begin_layout Plain Layout
15588
15589 \backslash
15590 oiint
15591 \end_layout
15592
15593 \end_inset
15594 </cell>
15595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15596 \begin_inset Text
15597
15598 \begin_layout Plain Layout
15599 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15600 \end_inset
15601
15602
15603 \end_layout
15604
15605 \end_inset
15606 </cell>
15607 </row>
15608 <row>
15609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15610 \begin_inset Text
15611
15612 \begin_layout Plain Layout
15613
15614 \backslash
15615 sqiint
15616 \end_layout
15617
15618 \end_inset
15619 </cell>
15620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15621 \begin_inset Text
15622
15623 \begin_layout Plain Layout
15624 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15625 \end_inset
15626
15627
15628 \end_layout
15629
15630 \end_inset
15631 </cell>
15632 </row>
15633 </lyxtabular>
15634
15635 \end_inset
15636
15637
15638 \begin_inset space \hfill{}
15639 \end_inset
15640
15641
15642 \begin_inset Tabular
15643 <lyxtabular version="3" rows="4" columns="2">
15644 <features>
15645 <column alignment="center" valignment="top" width="0">
15646 <column alignment="center" valignment="top" width="0">
15647 <row>
15648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15649 \begin_inset Text
15650
15651 \begin_layout Plain Layout
15652 Command
15653 \end_layout
15654
15655 \end_inset
15656 </cell>
15657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15658 \begin_inset Text
15659
15660 \begin_layout Plain Layout
15661 Result
15662 \end_layout
15663
15664 \end_inset
15665 </cell>
15666 </row>
15667 <row>
15668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15669 \begin_inset Text
15670
15671 \begin_layout Plain Layout
15672
15673 \backslash
15674 iiint
15675 \end_layout
15676
15677 \end_inset
15678 </cell>
15679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15680 \begin_inset Text
15681
15682 \begin_layout Plain Layout
15683 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15684 \end_inset
15685
15686
15687 \end_layout
15688
15689 \end_inset
15690 </cell>
15691 </row>
15692 <row>
15693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15694 \begin_inset Text
15695
15696 \begin_layout Plain Layout
15697
15698 \backslash
15699 iiiint
15700 \end_layout
15701
15702 \end_inset
15703 </cell>
15704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15705 \begin_inset Text
15706
15707 \begin_layout Plain Layout
15708 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15709 \end_inset
15710
15711
15712 \end_layout
15713
15714 \end_inset
15715 </cell>
15716 </row>
15717 <row>
15718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15719 \begin_inset Text
15720
15721 \begin_layout Plain Layout
15722
15723 \backslash
15724 dotsint
15725 \end_layout
15726
15727 \end_inset
15728 </cell>
15729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15730 \begin_inset Text
15731
15732 \begin_layout Plain Layout
15733 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15734 \end_inset
15735
15736
15737 \end_layout
15738
15739 \end_inset
15740 </cell>
15741 </row>
15742 </lyxtabular>
15743
15744 \end_inset
15745
15746
15747 \begin_inset space \hfill{}
15748 \end_inset
15749
15750
15751 \end_layout
15752
15753 \begin_layout Subsection
15754 Operator Limits
15755 \begin_inset CommandInset label
15756 LatexCommand label
15757 name "sub:Operator-Limits"
15758
15759 \end_inset
15760
15761
15762 \begin_inset Index
15763 status collapsed
15764
15765 \begin_layout Plain Layout
15766 Operators ! Limits
15767 \end_layout
15768
15769 \end_inset
15770
15771
15772 \end_layout
15773
15774 \begin_layout Standard
15775 Limits are created by super- and subscripts:
15776 \end_layout
15777
15778 \begin_layout Standard
15779 \align center
15780 \begin_inset Tabular
15781 <lyxtabular version="3" rows="2" columns="2">
15782 <features>
15783 <column alignment="center" valignment="top" width="0pt">
15784 <column alignment="center" valignment="top" width="0pt">
15785 <row>
15786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15787 \begin_inset Text
15788
15789 \begin_layout Plain Layout
15790 Command
15791 \end_layout
15792
15793 \end_inset
15794 </cell>
15795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15796 \begin_inset Text
15797
15798 \begin_layout Plain Layout
15799 Result
15800 \begin_inset Note Note
15801 status collapsed
15802
15803 \begin_layout Plain Layout
15804
15805 \series bold
15806
15807 \backslash
15808 raisebox
15809 \series default
15810  is only used as spacer.
15811 \end_layout
15812
15813 \end_inset
15814
15815
15816 \end_layout
15817
15818 \end_inset
15819 </cell>
15820 </row>
15821 <row>
15822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15823 \begin_inset Text
15824
15825 \begin_layout Plain Layout
15826
15827 \backslash
15828 prod^
15829 \backslash
15830 infty
15831 \begin_inset ERT
15832 status collapsed
15833
15834 \begin_layout Plain Layout
15835
15836
15837 \backslash
15838 spce 
15839 \end_layout
15840
15841 \end_inset
15842
15843
15844 \begin_inset Formula $\to$
15845 \end_inset
15846
15847 _0
15848 \begin_inset Formula $\to$
15849 \end_inset
15850
15851 A(x)
15852 \end_layout
15853
15854 \end_inset
15855 </cell>
15856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15857 \begin_inset Text
15858
15859 \begin_layout Plain Layout
15860 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15861 \end_inset
15862
15863
15864 \end_layout
15865
15866 \end_inset
15867 </cell>
15868 </row>
15869 </lyxtabular>
15870
15871 \end_inset
15872
15873
15874 \end_layout
15875
15876 \begin_layout Standard
15877 Limits of inline formulas are set right beside the operator.
15878  Limits in displayed formulas are set above or below the operator, except
15879  of integral limits.
15880 \end_layout
15881
15882 \begin_layout Standard
15883 To force that the limits are set beside the operator, the cursor is set
15884  directly behind the operator and the limits type is changed with the menu
15885  
15886 \family sans
15887 Edit\SpecialChar \menuseparator
15888 Math\SpecialChar \menuseparator
15889 Change Limits Type
15890 \family default
15891  to 
15892 \family sans
15893 \series bold
15894 Inline
15895 \family default
15896 \series default
15897  (shortcut 
15898 \family sans
15899 Alt-m
15900 \begin_inset space ~
15901 \end_inset
15902
15903 l
15904 \family default
15905 ).
15906  An example:
15907 \end_layout
15908
15909 \begin_layout Standard
15910 The default limits type is this:
15911 \begin_inset Formula \[
15912 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15913
15914 \end_inset
15915
15916 This is how it looks when the limits type was changed to 
15917 \family sans
15918 \series bold
15919 Inline
15920 \family default
15921 \series default
15922 :
15923 \begin_inset Formula \[
15924 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15925
15926 \end_inset
15927
15928 For integrals, except of 
15929 \series bold
15930
15931 \backslash
15932 intop
15933 \series default
15934  and 
15935 \series bold
15936
15937 \backslash
15938 ointop
15939 \series default
15940 , the limits are by default set beside the operator.
15941  But for multiple integrals the limits are often set below the operator.
15942  In the following example the limits type was therefore set to 
15943 \series bold
15944 Display
15945 \series default
15946  and so set below the integrals:
15947 \begin_inset Formula \begin{equation}
15948 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15949
15950 \end_inset
15951
15952
15953 \end_layout
15954
15955 \begin_layout Standard
15956 \begin_inset VSpace medskip
15957 \end_inset
15958
15959 To specify conditions for limits, the commands 
15960 \series bold
15961
15962 \backslash
15963 subarray
15964 \series default
15965
15966 \begin_inset Index
15967 status collapsed
15968
15969 \begin_layout Plain Layout
15970 Commands ! S ! 
15971 \backslash
15972 subarray
15973 \end_layout
15974
15975 \end_inset
15976
15977  and 
15978 \series bold
15979
15980 \backslash
15981 substack
15982 \series default
15983
15984 \begin_inset Index
15985 status collapsed
15986
15987 \begin_layout Plain Layout
15988 Commands ! S ! 
15989 \backslash
15990 substack
15991 \end_layout
15992
15993 \end_inset
15994
15995  are used.
15996  To create for example this expression 
15997 \begin_inset Formula \begin{equation}
15998 \sum_{\begin{subarray}{c}
15999 0<k<1000\\
16000 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16001
16002 \end_inset
16003
16004
16005 \end_layout
16006
16007 \begin_layout Standard
16008 the following has to be done:
16009 \begin_inset Newline newline
16010 \end_inset
16011
16012 First the command 
16013 \series bold
16014
16015 \backslash
16016 sum
16017 \series default
16018 ^
16019 \series bold
16020 n
16021 \begin_inset ERT
16022 status collapsed
16023
16024 \begin_layout Plain Layout
16025
16026
16027 \backslash
16028 spce 
16029 \end_layout
16030
16031 \end_inset
16032
16033 _
16034 \series default
16035  is typed in.
16036  One is now in a blue box under the summation operator and insert there
16037  the command 
16038 \series bold
16039
16040 \backslash
16041 subarray
16042 \begin_inset ERT
16043 status collapsed
16044
16045 \begin_layout Plain Layout
16046
16047
16048 \backslash
16049 spce 
16050 \end_layout
16051
16052 \end_inset
16053
16054
16055 \series default
16056 .
16057  The blue box is now within a purple box and now several lines can be written
16058  among each other.
16059  A new line is created by inserting a line break (
16060 \family sans
16061 Ctrl-Return
16062 \family default
16063 ).
16064  When now
16065 \begin_inset Newline newline
16066 \end_inset
16067
16068
16069 \series bold
16070 0<k<1000 Ctrl-Return
16071 \begin_inset Newline newline
16072 \end_inset
16073
16074
16075 \series default
16076 is typed in, a new box appears below for the new line.
16077 \end_layout
16078
16079 \begin_layout Standard
16080 The alignment of the lines can be changed to left aligned with the 
16081 \family sans
16082 table
16083 \family default
16084  
16085 \family sans
16086 toolbar
16087 \family default
16088  or the menu 
16089 \family sans
16090 Edit\SpecialChar \menuseparator
16091 Rows &Columns
16092 \family default
16093 .
16094  To get right alignment, 
16095 \series bold
16096
16097 \backslash
16098 hfill
16099 \begin_inset ERT
16100 status collapsed
16101
16102 \begin_layout Plain Layout
16103
16104
16105 \backslash
16106 spce 
16107 \end_layout
16108
16109 \end_inset
16110
16111
16112 \series default
16113  is inserted at the beginning of the line.
16114 \end_layout
16115
16116 \begin_layout Standard
16117 The command 
16118 \series bold
16119
16120 \backslash
16121 substack
16122 \series default
16123  is equivalent to 
16124 \series bold
16125
16126 \backslash
16127 subarray
16128 \series default
16129  with the difference that the lines are always centered.
16130 \end_layout
16131
16132 \begin_layout Standard
16133 \begin_inset VSpace bigskip
16134 \end_inset
16135
16136 Like in formula 
16137 \begin_inset CommandInset ref
16138 LatexCommand eqref
16139 reference "eq:substack"
16140
16141 \end_inset
16142
16143  there can be too much space beside an operator, because the characters
16144  following the operator are set beside the limits.
16145 \end_layout
16146
16147 \begin_layout Standard
16148 To avoid this, the following macro can be used in the LaTeX-preamble:
16149 \end_layout
16150
16151 \begin_layout Standard
16152
16153 \series bold
16154
16155 \backslash
16156 def
16157 \backslash
16158 clap#1{
16159 \backslash
16160 hbox to 0pt{
16161 \backslash
16162 hss #1
16163 \backslash
16164 hss}}
16165 \begin_inset Newline newline
16166 \end_inset
16167
16168
16169 \backslash
16170 def
16171 \backslash
16172 mathclap {
16173 \backslash
16174 mathpalette 
16175 \backslash
16176 mathclapinternal}
16177 \begin_inset Newline newline
16178 \end_inset
16179
16180
16181 \backslash
16182 def
16183 \backslash
16184 mathclapinternal #1#2{
16185 \backslash
16186 clap{$
16187 \backslash
16188 mathsurround =0pt #1{#2}$}}
16189 \end_layout
16190
16191 \begin_layout Standard
16192 This defines the command 
16193 \series bold
16194
16195 \backslash
16196 mathclap
16197 \series default
16198
16199 \begin_inset Index
16200 status collapsed
16201
16202 \begin_layout Plain Layout
16203 Commands ! M ! 
16204 \backslash
16205 mathclap
16206 \end_layout
16207
16208 \end_inset
16209
16210  that sets the width of the limit to 0
16211 \begin_inset space \thinspace{}
16212 \end_inset
16213
16214 pt.
16215  The command scheme is
16216 \end_layout
16217
16218 \begin_layout Standard
16219
16220 \series bold
16221
16222 \backslash
16223 mathclap{limit}
16224 \end_layout
16225
16226 \begin_layout Standard
16227 where the limit can consist of several conditions.
16228 \end_layout
16229
16230 \begin_layout Standard
16231 Applied on formula 
16232 \begin_inset CommandInset ref
16233 LatexCommand eqref
16234 reference "eq:substack"
16235
16236 \end_inset
16237
16238 , one uses the command
16239 \end_layout
16240
16241 \begin_layout Standard
16242
16243 \series bold
16244
16245 \backslash
16246 sum_
16247 \backslash
16248 mathclap{
16249 \backslash
16250 substack
16251 \begin_inset ERT
16252 status collapsed
16253
16254 \begin_layout Plain Layout
16255
16256
16257 \backslash
16258 spce 
16259 \end_layout
16260
16261 \end_inset
16262
16263 0<k<1000 Ctrl-Enter
16264 \end_layout
16265
16266 \begin_layout Standard
16267 to create the lower limit.
16268  The summand is now directly behind the summation operator:
16269 \begin_inset Formula \[
16270 \sum_{\mathclap{\substack{0<k<1000\\
16271 \\k\,\in\,\mathbb{N}}
16272 }}^{n}k^{-2}\]
16273
16274 \end_inset
16275
16276
16277 \end_layout
16278
16279 \begin_layout Standard
16280 \begin_inset VSpace bigskip
16281 \end_inset
16282
16283 How to use one limit for several operators is described in 
16284 \begin_inset CommandInset ref
16285 LatexCommand ref
16286 reference "sub:Self-defined-Operators"
16287
16288 \end_inset
16289
16290 .
16291 \end_layout
16292
16293 \begin_layout Standard
16294 \begin_inset Newpage newpage
16295 \end_inset
16296
16297
16298 \end_layout
16299
16300 \begin_layout Subsection
16301 Binary Operators
16302 \begin_inset CommandInset label
16303 LatexCommand label
16304 name "sub:Binary-Operators"
16305
16306 \end_inset
16307
16308
16309 \begin_inset Index
16310 status collapsed
16311
16312 \begin_layout Plain Layout
16313 Operators ! binary
16314 \end_layout
16315
16316 \end_inset
16317
16318
16319 \end_layout
16320
16321 \begin_layout Standard
16322 Binary operators are surrounded by space when there is a character before
16323  and behind them.
16324 \begin_inset VSpace medskip
16325 \end_inset
16326
16327
16328 \end_layout
16329
16330 \begin_layout Standard
16331 \begin_inset space \hfill{}
16332 \end_inset
16333
16334
16335 \begin_inset Tabular
16336 <lyxtabular version="3" rows="13" columns="2">
16337 <features>
16338 <column alignment="center" valignment="top" width="0pt">
16339 <column alignment="center" valignment="top" width="0pt">
16340 <row>
16341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16342 \begin_inset Text
16343
16344 \begin_layout Plain Layout
16345 Command
16346 \begin_inset Note Note
16347 status collapsed
16348
16349 \begin_layout Plain Layout
16350
16351 \series bold
16352
16353 \backslash
16354 raisebox
16355 \series default
16356  is only used as spacer.
16357 \end_layout
16358
16359 \end_inset
16360
16361
16362 \end_layout
16363
16364 \end_inset
16365 </cell>
16366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16367 \begin_inset Text
16368
16369 \begin_layout Plain Layout
16370 Result
16371 \end_layout
16372
16373 \end_inset
16374 </cell>
16375 </row>
16376 <row>
16377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Plain Layout
16381 +
16382 \end_layout
16383
16384 \end_inset
16385 </cell>
16386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Plain Layout
16390 \begin_inset Formula $+$
16391 \end_inset
16392
16393
16394 \end_layout
16395
16396 \end_inset
16397 </cell>
16398 </row>
16399 <row>
16400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16401 \begin_inset Text
16402
16403 \begin_layout Plain Layout
16404 -
16405 \end_layout
16406
16407 \end_inset
16408 </cell>
16409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16410 \begin_inset Text
16411
16412 \begin_layout Plain Layout
16413 \begin_inset Formula $-$
16414 \end_inset
16415
16416
16417 \end_layout
16418
16419 \end_inset
16420 </cell>
16421 </row>
16422 <row>
16423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16424 \begin_inset Text
16425
16426 \begin_layout Plain Layout
16427
16428 \backslash
16429 pm
16430 \end_layout
16431
16432 \end_inset
16433 </cell>
16434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16435 \begin_inset Text
16436
16437 \begin_layout Plain Layout
16438 \begin_inset Formula $\pm$
16439 \end_inset
16440
16441
16442 \end_layout
16443
16444 \end_inset
16445 </cell>
16446 </row>
16447 <row>
16448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16449 \begin_inset Text
16450
16451 \begin_layout Plain Layout
16452
16453 \backslash
16454 mp
16455 \end_layout
16456
16457 \end_inset
16458 </cell>
16459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16460 \begin_inset Text
16461
16462 \begin_layout Plain Layout
16463 \begin_inset Formula $\mp$
16464 \end_inset
16465
16466
16467 \end_layout
16468
16469 \end_inset
16470 </cell>
16471 </row>
16472 <row>
16473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16474 \begin_inset Text
16475
16476 \begin_layout Plain Layout
16477
16478 \backslash
16479 cdot
16480 \end_layout
16481
16482 \end_inset
16483 </cell>
16484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16485 \begin_inset Text
16486
16487 \begin_layout Plain Layout
16488 \begin_inset Formula $\cdot$
16489 \end_inset
16490
16491
16492 \end_layout
16493
16494 \end_inset
16495 </cell>
16496 </row>
16497 <row>
16498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16499 \begin_inset Text
16500
16501 \begin_layout Plain Layout
16502
16503 \backslash
16504 times
16505 \end_layout
16506
16507 \end_inset
16508 </cell>
16509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16510 \begin_inset Text
16511
16512 \begin_layout Plain Layout
16513 \begin_inset Formula $\times$
16514 \end_inset
16515
16516
16517 \end_layout
16518
16519 \end_inset
16520 </cell>
16521 </row>
16522 <row>
16523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16524 \begin_inset Text
16525
16526 \begin_layout Plain Layout
16527
16528 \backslash
16529 div
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16535 \begin_inset Text
16536
16537 \begin_layout Plain Layout
16538 \begin_inset Formula $\div$
16539 \end_inset
16540
16541
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 </row>
16547 <row>
16548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Plain Layout
16552 \begin_inset ERT
16553 status collapsed
16554
16555 \begin_layout Plain Layout
16556
16557
16558 \backslash
16559 raisebox{-1.2mm}{
16560 \end_layout
16561
16562 \end_inset
16563
16564 *
16565 \begin_inset ERT
16566 status collapsed
16567
16568 \begin_layout Plain Layout
16569
16570 }
16571 \end_layout
16572
16573 \end_inset
16574
16575
16576 \end_layout
16577
16578 \end_inset
16579 </cell>
16580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16581 \begin_inset Text
16582
16583 \begin_layout Plain Layout
16584 \begin_inset Formula $*$
16585 \end_inset
16586
16587
16588 \end_layout
16589
16590 \end_inset
16591 </cell>
16592 </row>
16593 <row>
16594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16595 \begin_inset Text
16596
16597 \begin_layout Plain Layout
16598
16599 \backslash
16600 star
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609 \begin_inset Formula $\star$
16610 \end_inset
16611
16612
16613 \end_layout
16614
16615 \end_inset
16616 </cell>
16617 </row>
16618 <row>
16619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16620 \begin_inset Text
16621
16622 \begin_layout Plain Layout
16623
16624 \backslash
16625 circ
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634 \begin_inset Formula $\circ$
16635 \end_inset
16636
16637
16638 \end_layout
16639
16640 \end_inset
16641 </cell>
16642 </row>
16643 <row>
16644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16645 \begin_inset Text
16646
16647 \begin_layout Plain Layout
16648
16649 \backslash
16650 diamond
16651 \end_layout
16652
16653 \end_inset
16654 </cell>
16655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16656 \begin_inset Text
16657
16658 \begin_layout Plain Layout
16659 \begin_inset Formula $\diamond$
16660 \end_inset
16661
16662
16663 \end_layout
16664
16665 \end_inset
16666 </cell>
16667 </row>
16668 <row>
16669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16670 \begin_inset Text
16671
16672 \begin_layout Plain Layout
16673
16674 \backslash
16675 bullet
16676 \end_layout
16677
16678 \end_inset
16679 </cell>
16680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16681 \begin_inset Text
16682
16683 \begin_layout Plain Layout
16684 \begin_inset Formula $\bullet$
16685 \end_inset
16686
16687
16688 \end_layout
16689
16690 \end_inset
16691 </cell>
16692 </row>
16693 </lyxtabular>
16694
16695 \end_inset
16696
16697
16698 \begin_inset space \hfill{}
16699 \end_inset
16700
16701
16702 \begin_inset Tabular
16703 <lyxtabular version="3" rows="13" columns="2">
16704 <features>
16705 <column alignment="center" valignment="top" width="0pt">
16706 <column alignment="center" valignment="top" width="0pt">
16707 <row>
16708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16709 \begin_inset Text
16710
16711 \begin_layout Plain Layout
16712 Command
16713 \end_layout
16714
16715 \end_inset
16716 </cell>
16717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16718 \begin_inset Text
16719
16720 \begin_layout Plain Layout
16721 Result
16722 \end_layout
16723
16724 \end_inset
16725 </cell>
16726 </row>
16727 <row>
16728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16729 \begin_inset Text
16730
16731 \begin_layout Plain Layout
16732
16733 \backslash
16734 nabla
16735 \end_layout
16736
16737 \end_inset
16738 </cell>
16739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16740 \begin_inset Text
16741
16742 \begin_layout Plain Layout
16743 \begin_inset Formula $\nabla$
16744 \end_inset
16745
16746
16747 \end_layout
16748
16749 \end_inset
16750 </cell>
16751 </row>
16752 <row>
16753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16754 \begin_inset Text
16755
16756 \begin_layout Plain Layout
16757
16758 \backslash
16759 bigtriangledown
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768 \begin_inset Formula $\bigtriangledown$
16769 \end_inset
16770
16771
16772 \end_layout
16773
16774 \end_inset
16775 </cell>
16776 </row>
16777 <row>
16778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16779 \begin_inset Text
16780
16781 \begin_layout Plain Layout
16782
16783 \backslash
16784 bigtriangleup
16785 \end_layout
16786
16787 \end_inset
16788 </cell>
16789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16790 \begin_inset Text
16791
16792 \begin_layout Plain Layout
16793 \begin_inset Formula $\bigtriangleup$
16794 \end_inset
16795
16796
16797 \end_layout
16798
16799 \end_inset
16800 </cell>
16801 </row>
16802 <row>
16803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16804 \begin_inset Text
16805
16806 \begin_layout Plain Layout
16807
16808 \backslash
16809 Box
16810 \end_layout
16811
16812 \end_inset
16813 </cell>
16814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818 \begin_inset Formula $\Box$
16819 \end_inset
16820
16821
16822 \end_layout
16823
16824 \end_inset
16825 </cell>
16826 </row>
16827 <row>
16828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Plain Layout
16832
16833 \backslash
16834 cap 
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Plain Layout
16843 \begin_inset Formula $\cap$
16844 \end_inset
16845
16846
16847 \end_layout
16848
16849 \end_inset
16850 </cell>
16851 </row>
16852 <row>
16853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16854 \begin_inset Text
16855
16856 \begin_layout Plain Layout
16857
16858 \backslash
16859 cup
16860 \end_layout
16861
16862 \end_inset
16863 </cell>
16864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868 \begin_inset Formula $\cup$
16869 \end_inset
16870
16871
16872 \end_layout
16873
16874 \end_inset
16875 </cell>
16876 </row>
16877 <row>
16878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882
16883 \backslash
16884 dagger
16885 \end_layout
16886
16887 \end_inset
16888 </cell>
16889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Plain Layout
16893 \begin_inset Formula $\dagger$
16894 \end_inset
16895
16896
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 </row>
16902 <row>
16903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16904 \begin_inset Text
16905
16906 \begin_layout Plain Layout
16907
16908 \backslash
16909 ddagger
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918 \begin_inset Formula $\ddagger$
16919 \end_inset
16920
16921
16922 \end_layout
16923
16924 \end_inset
16925 </cell>
16926 </row>
16927 <row>
16928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16929 \begin_inset Text
16930
16931 \begin_layout Plain Layout
16932
16933 \backslash
16934 wr
16935 \end_layout
16936
16937 \end_inset
16938 </cell>
16939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Plain Layout
16943 \begin_inset Formula $\wr$
16944 \end_inset
16945
16946
16947 \end_layout
16948
16949 \end_inset
16950 </cell>
16951 </row>
16952 <row>
16953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16954 \begin_inset Text
16955
16956 \begin_layout Plain Layout
16957
16958 \backslash
16959 bigcirc
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968 \begin_inset Formula $\bigcirc$
16969 \end_inset
16970
16971
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 </row>
16977 <row>
16978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982
16983 \backslash
16984 wedge
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993 \begin_inset Formula $\wedge$
16994 \end_inset
16995
16996
16997 \end_layout
16998
16999 \end_inset
17000 </cell>
17001 </row>
17002 <row>
17003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Plain Layout
17007
17008 \backslash
17009 vee
17010 \end_layout
17011
17012 \end_inset
17013 </cell>
17014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Plain Layout
17018 \begin_inset Formula $\vee$
17019 \end_inset
17020
17021
17022 \end_layout
17023
17024 \end_inset
17025 </cell>
17026 </row>
17027 </lyxtabular>
17028
17029 \end_inset
17030
17031
17032 \begin_inset space \hfill{}
17033 \end_inset
17034
17035
17036 \begin_inset Tabular
17037 <lyxtabular version="3" rows="13" columns="2">
17038 <features>
17039 <column alignment="center" valignment="top" width="0pt">
17040 <column alignment="center" valignment="top" width="0pt">
17041 <row>
17042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17043 \begin_inset Text
17044
17045 \begin_layout Plain Layout
17046 Command
17047 \end_layout
17048
17049 \end_inset
17050 </cell>
17051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17052 \begin_inset Text
17053
17054 \begin_layout Plain Layout
17055 Result
17056 \end_layout
17057
17058 \end_inset
17059 </cell>
17060 </row>
17061 <row>
17062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17063 \begin_inset Text
17064
17065 \begin_layout Plain Layout
17066
17067 \backslash
17068 oplus
17069 \end_layout
17070
17071 \end_inset
17072 </cell>
17073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17074 \begin_inset Text
17075
17076 \begin_layout Plain Layout
17077 \begin_inset Formula $\oplus$
17078 \end_inset
17079
17080
17081 \end_layout
17082
17083 \end_inset
17084 </cell>
17085 </row>
17086 <row>
17087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17088 \begin_inset Text
17089
17090 \begin_layout Plain Layout
17091
17092 \backslash
17093 ominus
17094 \end_layout
17095
17096 \end_inset
17097 </cell>
17098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17099 \begin_inset Text
17100
17101 \begin_layout Plain Layout
17102 \begin_inset Formula $\ominus$
17103 \end_inset
17104
17105
17106 \end_layout
17107
17108 \end_inset
17109 </cell>
17110 </row>
17111 <row>
17112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17113 \begin_inset Text
17114
17115 \begin_layout Plain Layout
17116
17117 \backslash
17118 otimes
17119 \end_layout
17120
17121 \end_inset
17122 </cell>
17123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17124 \begin_inset Text
17125
17126 \begin_layout Plain Layout
17127 \begin_inset Formula $\otimes$
17128 \end_inset
17129
17130
17131 \end_layout
17132
17133 \end_inset
17134 </cell>
17135 </row>
17136 <row>
17137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17138 \begin_inset Text
17139
17140 \begin_layout Plain Layout
17141
17142 \backslash
17143 oslash
17144 \end_layout
17145
17146 \end_inset
17147 </cell>
17148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17149 \begin_inset Text
17150
17151 \begin_layout Plain Layout
17152 \begin_inset Formula $\oslash$
17153 \end_inset
17154
17155
17156 \end_layout
17157
17158 \end_inset
17159 </cell>
17160 </row>
17161 <row>
17162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17163 \begin_inset Text
17164
17165 \begin_layout Plain Layout
17166
17167 \backslash
17168 odot
17169 \end_layout
17170
17171 \end_inset
17172 </cell>
17173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17174 \begin_inset Text
17175
17176 \begin_layout Plain Layout
17177 \begin_inset Formula $\odot$
17178 \end_inset
17179
17180
17181 \end_layout
17182
17183 \end_inset
17184 </cell>
17185 </row>
17186 <row>
17187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17188 \begin_inset Text
17189
17190 \begin_layout Plain Layout
17191
17192 \backslash
17193 amalg
17194 \end_layout
17195
17196 \end_inset
17197 </cell>
17198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17199 \begin_inset Text
17200
17201 \begin_layout Plain Layout
17202 \begin_inset Formula $\amalg$
17203 \end_inset
17204
17205
17206 \end_layout
17207
17208 \end_inset
17209 </cell>
17210 </row>
17211 <row>
17212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17213 \begin_inset Text
17214
17215 \begin_layout Plain Layout
17216
17217 \backslash
17218 uplus
17219 \end_layout
17220
17221 \end_inset
17222 </cell>
17223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17224 \begin_inset Text
17225
17226 \begin_layout Plain Layout
17227 \begin_inset Formula $\uplus$
17228 \end_inset
17229
17230
17231 \end_layout
17232
17233 \end_inset
17234 </cell>
17235 </row>
17236 <row>
17237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17238 \begin_inset Text
17239
17240 \begin_layout Plain Layout
17241
17242 \backslash
17243 setminus
17244 \end_layout
17245
17246 \end_inset
17247 </cell>
17248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17249 \begin_inset Text
17250
17251 \begin_layout Plain Layout
17252 \begin_inset Formula $\setminus$
17253 \end_inset
17254
17255
17256 \end_layout
17257
17258 \end_inset
17259 </cell>
17260 </row>
17261 <row>
17262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17263 \begin_inset Text
17264
17265 \begin_layout Plain Layout
17266
17267 \backslash
17268 sqcap
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Plain Layout
17277 \begin_inset Formula $\sqcap$
17278 \end_inset
17279
17280
17281 \end_layout
17282
17283 \end_inset
17284 </cell>
17285 </row>
17286 <row>
17287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291
17292 \backslash
17293 sqcup
17294 \end_layout
17295
17296 \end_inset
17297 </cell>
17298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17299 \begin_inset Text
17300
17301 \begin_layout Plain Layout
17302 \begin_inset Formula $\sqcup$
17303 \end_inset
17304
17305
17306 \end_layout
17307
17308 \end_inset
17309 </cell>
17310 </row>
17311 <row>
17312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17313 \begin_inset Text
17314
17315 \begin_layout Plain Layout
17316
17317 \backslash
17318 triangleleft
17319 \end_layout
17320
17321 \end_inset
17322 </cell>
17323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17324 \begin_inset Text
17325
17326 \begin_layout Plain Layout
17327 \begin_inset Formula $\triangleleft$
17328 \end_inset
17329
17330
17331 \end_layout
17332
17333 \end_inset
17334 </cell>
17335 </row>
17336 <row>
17337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Plain Layout
17341
17342 \backslash
17343 triangleright
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352 \begin_inset Formula $\triangleright$
17353 \end_inset
17354
17355
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 </row>
17361 </lyxtabular>
17362
17363 \end_inset
17364
17365
17366 \begin_inset space \hfill{}
17367 \end_inset
17368
17369
17370 \end_layout
17371
17372 \begin_layout Standard
17373 All binary operators can also be inserted via the math toolbar button 
17374 \begin_inset Graphics
17375         filename ../images/math/pm.png
17376         scale 85
17377
17378 \end_inset
17379
17380 .
17381 \end_layout
17382
17383 \begin_layout Standard
17384 To typeset the Laplace operator also 
17385 \series bold
17386
17387 \backslash
17388 Delta
17389 \series default
17390  or 
17391 \series bold
17392
17393 \backslash
17394 nabla
17395 \series default
17396 ^
17397 \series bold
17398 2
17399 \series default
17400  (
17401 \begin_inset Formula $\nabla^{2}$
17402 \end_inset
17403
17404 ) can be used instead of 
17405 \series bold
17406
17407 \backslash
17408 bigtriangleup
17409 \series default
17410  .
17411 \end_layout
17412
17413 \begin_layout Standard
17414 The character 
17415 \family sans
17416 Menu Separator
17417 \family default
17418  from the menu 
17419 \family sans
17420 Insert\SpecialChar \menuseparator
17421 Special Character
17422 \family default
17423  is the operator 
17424 \series bold
17425
17426 \backslash
17427 triangleright
17428 \series default
17429 .
17430 \end_layout
17431
17432 \begin_layout Subsection
17433 Self-defined Operators
17434 \begin_inset CommandInset label
17435 LatexCommand label
17436 name "sub:Self-defined-Operators"
17437
17438 \end_inset
17439
17440
17441 \begin_inset Index
17442 status collapsed
17443
17444 \begin_layout Plain Layout
17445 Operators ! self-defined
17446 \end_layout
17447
17448 \end_inset
17449
17450
17451 \end_layout
17452
17453 \begin_layout Standard
17454 With the help of the command 
17455 \series bold
17456
17457 \backslash
17458 DeclareMathOperator
17459 \series default
17460
17461 \begin_inset Index
17462 status collapsed
17463
17464 \begin_layout Plain Layout
17465 Commands ! D ! 
17466 \backslash
17467 dbinom@
17468 \backslash
17469 DeclareMathOperator
17470 \end_layout
17471
17472 \end_inset
17473
17474  custom operators can be defined in the LaTeX-preamble.
17475  Its command scheme is:
17476 \end_layout
17477
17478 \begin_layout Standard
17479
17480 \series bold
17481
17482 \backslash
17483 DeclareMathOperator{new command}{display}
17484 \end_layout
17485
17486 \begin_layout Standard
17487 Display can be characters or symbols that define how the operator looks
17488  in the output.
17489  To define a big operator a * is set behind the command.
17490  All self-defined big operators can have limits as described in 
17491 \begin_inset CommandInset ref
17492 LatexCommand ref
17493 reference "sub:Operator-Limits"
17494
17495 \end_inset
17496
17497 .
17498 \end_layout
17499
17500 \begin_layout Standard
17501 For example the LaTeX-preamble line
17502 \end_layout
17503
17504 \begin_layout Standard
17505
17506 \series bold
17507
17508 \backslash
17509 DeclareMathOperator*{
17510 \backslash
17511 Lozenge}{
17512 \backslash
17513 blacklozenge}
17514 \end_layout
17515
17516 \begin_layout Standard
17517 defines the command 
17518 \series bold
17519
17520 \backslash
17521 Lozenge
17522 \series default
17523 , that inserts a big operator consisting of the lozenge symbol from 
17524 \begin_inset CommandInset ref
17525 LatexCommand ref
17526 reference "sub:Miscellaneous-Symbols"
17527
17528 \end_inset
17529
17530 :
17531 \begin_inset Formula \[
17532 \Lozenge_{n=1}^{\infty}\]
17533
17534 \end_inset
17535
17536 The command for this formula is: 
17537 \series bold
17538
17539 \backslash
17540 Lozenge
17541 \series default
17542 ^
17543 \series bold
17544
17545 \backslash
17546 infty
17547 \begin_inset Formula $\to$
17548 \end_inset
17549
17550 _n=1
17551 \end_layout
17552
17553 \begin_layout Standard
17554 \begin_inset VSpace bigskip
17555 \end_inset
17556
17557 When self-defined operators are not used several times in the document,
17558  they can also be defined with the commands 
17559 \series bold
17560
17561 \backslash
17562 mathop
17563 \series default
17564
17565 \begin_inset Index
17566 status collapsed
17567
17568 \begin_layout Plain Layout
17569 Commands ! M ! 
17570 \backslash
17571 mathop
17572 \end_layout
17573
17574 \end_inset
17575
17576  and 
17577 \series bold
17578
17579 \backslash
17580 mathbin
17581 \series default
17582
17583 \begin_inset Index
17584 status collapsed
17585
17586 \begin_layout Plain Layout
17587 Commands ! M ! 
17588 \backslash
17589 mathbin
17590 \end_layout
17591
17592 \end_inset
17593
17594 , which have the following scheme:
17595 \end_layout
17596
17597 \begin_layout Standard
17598
17599 \series bold
17600
17601 \backslash
17602 mathop{display}
17603 \series default
17604  and 
17605 \series bold
17606
17607 \backslash
17608 mathbin{display}
17609 \end_layout
17610
17611 \begin_layout Standard
17612
17613 \series bold
17614
17615 \backslash
17616 mathop
17617 \series default
17618  defines big operators, 
17619 \series bold
17620
17621 \backslash
17622 mathbin
17623 \series default
17624  binary operators.
17625 \end_layout
17626
17627 \begin_layout Standard
17628
17629 \series bold
17630
17631 \backslash
17632 mathop
17633 \series default
17634  can e.
17635 \begin_inset space \thinspace{}
17636 \end_inset
17637
17638 g.
17639 \begin_inset space ~
17640 \end_inset
17641
17642 be used to use one limit for several operators:
17643 \end_layout
17644
17645 \begin_layout Standard
17646 \begin_inset Formula \[
17647 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17648
17649 \end_inset
17650
17651
17652 \end_layout
17653
17654 \begin_layout Standard
17655 The command for the formula above is:
17656 \begin_inset Newline newline
17657 \end_inset
17658
17659
17660 \series bold
17661
17662 \backslash
17663 mathop{
17664 \backslash
17665 sum
17666 \backslash
17667 negmedspace
17668 \backslash
17669 sum
17670 \series default
17671
17672 \begin_inset ERT
17673 status collapsed
17674
17675 \begin_layout Plain Layout
17676
17677
17678 \backslash
17679 spce 
17680 \end_layout
17681
17682 \end_inset
17683
17684
17685 \series bold
17686
17687 \begin_inset Formula $\to$
17688 \end_inset
17689
17690 ^N
17691 \series default
17692
17693 \begin_inset ERT
17694 status collapsed
17695
17696 \begin_layout Plain Layout
17697
17698
17699 \backslash
17700 spce 
17701 \end_layout
17702
17703 \end_inset
17704
17705
17706 \series bold
17707 _i,j=1
17708 \end_layout
17709
17710 \begin_layout Section
17711 Fonts
17712 \begin_inset Index
17713 status collapsed
17714
17715 \begin_layout Plain Layout
17716 Fonts
17717 \end_layout
17718
17719 \end_inset
17720
17721
17722 \end_layout
17723
17724 \begin_layout Subsection
17725 Font Styles
17726 \begin_inset CommandInset label
17727 LatexCommand label
17728 name "sub:Font-Styles"
17729
17730 \end_inset
17731
17732
17733 \begin_inset Index
17734 status collapsed
17735
17736 \begin_layout Plain Layout
17737 Font ! style
17738 \end_layout
17739
17740 \end_inset
17741
17742
17743 \end_layout
17744
17745 \begin_layout Standard
17746 Latin letters in formulas can be set in one of the following font styles:
17747 \begin_inset VSpace -2mm
17748 \end_inset
17749
17750
17751 \end_layout
17752
17753 \begin_layout Standard
17754 \align center
17755 \begin_inset Tabular
17756 <lyxtabular version="3" rows="6" columns="3">
17757 <features>
17758 <column alignment="center" valignment="top" width="0">
17759 <column alignment="center" valignment="top" width="0">
17760 <column alignment="center" valignment="top" width="0">
17761 <row>
17762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17763 \begin_inset Text
17764
17765 \begin_layout Plain Layout
17766 Command
17767 \end_layout
17768
17769 \end_inset
17770 </cell>
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 Result
17776 \end_layout
17777
17778 \end_inset
17779 </cell>
17780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17781 \begin_inset Text
17782
17783 \begin_layout Plain Layout
17784 shortcut
17785 \end_layout
17786
17787 \end_inset
17788 </cell>
17789 </row>
17790 <row>
17791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17792 \begin_inset Text
17793
17794 \begin_layout Plain Layout
17795
17796 \backslash
17797 mathbb
17798 \series bold
17799
17800 \begin_inset ERT
17801 status collapsed
17802
17803 \begin_layout Plain Layout
17804
17805
17806 \backslash
17807 spce 
17808 \end_layout
17809
17810 \end_inset
17811
17812
17813 \series default
17814 ABC
17815 \end_layout
17816
17817 \end_inset
17818 </cell>
17819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17820 \begin_inset Text
17821
17822 \begin_layout Plain Layout
17823 \begin_inset Formula $\mathbb{ABC}$
17824 \end_inset
17825
17826
17827 \end_layout
17828
17829 \end_inset
17830 </cell>
17831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17832 \begin_inset Text
17833
17834 \begin_layout Plain Layout
17835 Alt-c c
17836 \end_layout
17837
17838 \end_inset
17839 </cell>
17840 </row>
17841 <row>
17842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17843 \begin_inset Text
17844
17845 \begin_layout Plain Layout
17846
17847 \backslash
17848 mathbf
17849 \series bold
17850
17851 \begin_inset ERT
17852 status collapsed
17853
17854 \begin_layout Plain Layout
17855
17856
17857 \backslash
17858 spce 
17859 \end_layout
17860
17861 \end_inset
17862
17863
17864 \series default
17865 AbC
17866 \end_layout
17867
17868 \end_inset
17869 </cell>
17870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17871 \begin_inset Text
17872
17873 \begin_layout Plain Layout
17874 \begin_inset Formula $\mathbf{AbC}$
17875 \end_inset
17876
17877
17878 \end_layout
17879
17880 \end_inset
17881 </cell>
17882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17883 \begin_inset Text
17884
17885 \begin_layout Plain Layout
17886 -
17887 \end_layout
17888
17889 \end_inset
17890 </cell>
17891 </row>
17892 <row>
17893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17894 \begin_inset Text
17895
17896 \begin_layout Plain Layout
17897
17898 \backslash
17899 boldsymbol
17900 \series bold
17901
17902 \begin_inset ERT
17903 status collapsed
17904
17905 \begin_layout Plain Layout
17906
17907
17908 \backslash
17909 spce 
17910 \end_layout
17911
17912 \end_inset
17913
17914
17915 \series default
17916 AbC
17917 \end_layout
17918
17919 \end_inset
17920 </cell>
17921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17922 \begin_inset Text
17923
17924 \begin_layout Plain Layout
17925 \begin_inset Formula $\boldsymbol{AbC}$
17926 \end_inset
17927
17928
17929 \end_layout
17930
17931 \end_inset
17932 </cell>
17933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17934 \begin_inset Text
17935
17936 \begin_layout Plain Layout
17937 Alt-c b
17938 \end_layout
17939
17940 \end_inset
17941 </cell>
17942 </row>
17943 <row>
17944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17945 \begin_inset Text
17946
17947 \begin_layout Plain Layout
17948
17949 \backslash
17950 mathcal
17951 \series bold
17952
17953 \begin_inset ERT
17954 status collapsed
17955
17956 \begin_layout Plain Layout
17957
17958
17959 \backslash
17960 spce 
17961 \end_layout
17962
17963 \end_inset
17964
17965
17966 \series default
17967 ABC
17968 \end_layout
17969
17970 \end_inset
17971 </cell>
17972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17973 \begin_inset Text
17974
17975 \begin_layout Plain Layout
17976 \begin_inset Formula $\mathcal{ABC}$
17977 \end_inset
17978
17979
17980 \end_layout
17981
17982 \end_inset
17983 </cell>
17984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17985 \begin_inset Text
17986
17987 \begin_layout Plain Layout
17988 Alt-c e
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 </row>
17994 <row>
17995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17996 \begin_inset Text
17997
17998 \begin_layout Plain Layout
17999
18000 \backslash
18001 mathfrak
18002 \series bold
18003
18004 \begin_inset ERT
18005 status collapsed
18006
18007 \begin_layout Plain Layout
18008
18009
18010 \backslash
18011 spce 
18012 \end_layout
18013
18014 \end_inset
18015
18016
18017 \series default
18018 AbC
18019 \end_layout
18020
18021 \end_inset
18022 </cell>
18023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18024 \begin_inset Text
18025
18026 \begin_layout Plain Layout
18027 \begin_inset Formula $\mathfrak{AbC}$
18028 \end_inset
18029
18030
18031 \end_layout
18032
18033 \end_inset
18034 </cell>
18035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18036 \begin_inset Text
18037
18038 \begin_layout Plain Layout
18039 -
18040 \end_layout
18041
18042 \end_inset
18043 </cell>
18044 </row>
18045 </lyxtabular>
18046
18047 \end_inset
18048
18049
18050 \end_layout
18051
18052 \begin_layout Standard
18053 \align center
18054 \begin_inset Tabular
18055 <lyxtabular version="3" rows="5" columns="3">
18056 <features>
18057 <column alignment="center" valignment="top" width="0">
18058 <column alignment="center" valignment="top" width="0">
18059 <column alignment="center" valignment="top" width="0">
18060 <row>
18061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065 Command
18066 \end_layout
18067
18068 \end_inset
18069 </cell>
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 Result
18075 \end_layout
18076
18077 \end_inset
18078 </cell>
18079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18080 \begin_inset Text
18081
18082 \begin_layout Plain Layout
18083 shortcut
18084 \end_layout
18085
18086 \end_inset
18087 </cell>
18088 </row>
18089 <row>
18090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18091 \begin_inset Text
18092
18093 \begin_layout Plain Layout
18094
18095 \backslash
18096 mathit
18097 \series bold
18098
18099 \begin_inset ERT
18100 status collapsed
18101
18102 \begin_layout Plain Layout
18103
18104
18105 \backslash
18106 spce 
18107 \end_layout
18108
18109 \end_inset
18110
18111
18112 \series default
18113 AbC
18114 \end_layout
18115
18116 \end_inset
18117 </cell>
18118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18119 \begin_inset Text
18120
18121 \begin_layout Plain Layout
18122 \begin_inset Formula $\mathit{AbC}$
18123 \end_inset
18124
18125
18126 \end_layout
18127
18128 \end_inset
18129 </cell>
18130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18131 \begin_inset Text
18132
18133 \begin_layout Plain Layout
18134 -
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 </row>
18140 <row>
18141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18142 \begin_inset Text
18143
18144 \begin_layout Plain Layout
18145
18146 \backslash
18147 mathrm
18148 \series bold
18149
18150 \begin_inset ERT
18151 status collapsed
18152
18153 \begin_layout Plain Layout
18154
18155
18156 \backslash
18157 spce 
18158 \end_layout
18159
18160 \end_inset
18161
18162
18163 \series default
18164 AbC
18165 \end_layout
18166
18167 \end_inset
18168 </cell>
18169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18170 \begin_inset Text
18171
18172 \begin_layout Plain Layout
18173 \begin_inset Formula $\mathrm{AbC}$
18174 \end_inset
18175
18176
18177 \end_layout
18178
18179 \end_inset
18180 </cell>
18181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18182 \begin_inset Text
18183
18184 \begin_layout Plain Layout
18185 Alt-c r
18186 \end_layout
18187
18188 \end_inset
18189 </cell>
18190 </row>
18191 <row>
18192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18193 \begin_inset Text
18194
18195 \begin_layout Plain Layout
18196
18197 \backslash
18198 mathsf
18199 \series bold
18200
18201 \begin_inset ERT
18202 status collapsed
18203
18204 \begin_layout Plain Layout
18205
18206
18207 \backslash
18208 spce 
18209 \end_layout
18210
18211 \end_inset
18212
18213
18214 \series default
18215 AbC
18216 \end_layout
18217
18218 \end_inset
18219 </cell>
18220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18221 \begin_inset Text
18222
18223 \begin_layout Plain Layout
18224 \begin_inset Formula $\mathsf{AbC}$
18225 \end_inset
18226
18227
18228 \end_layout
18229
18230 \end_inset
18231 </cell>
18232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18233 \begin_inset Text
18234
18235 \begin_layout Plain Layout
18236 Alt-c s
18237 \end_layout
18238
18239 \end_inset
18240 </cell>
18241 </row>
18242 <row>
18243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18244 \begin_inset Text
18245
18246 \begin_layout Plain Layout
18247
18248 \backslash
18249 mathtt
18250 \series bold
18251
18252 \begin_inset ERT
18253 status collapsed
18254
18255 \begin_layout Plain Layout
18256
18257
18258 \backslash
18259 spce 
18260 \end_layout
18261
18262 \end_inset
18263
18264
18265 \series default
18266 AbC
18267 \end_layout
18268
18269 \end_inset
18270 </cell>
18271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18272 \begin_inset Text
18273
18274 \begin_layout Plain Layout
18275 \begin_inset Formula $\mathtt{AbC}$
18276 \end_inset
18277
18278
18279 \end_layout
18280
18281 \end_inset
18282 </cell>
18283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18284 \begin_inset Text
18285
18286 \begin_layout Plain Layout
18287 Alt-c p
18288 \end_layout
18289
18290 \end_inset
18291 </cell>
18292 </row>
18293 </lyxtabular>
18294
18295 \end_inset
18296
18297
18298 \end_layout
18299
18300 \begin_layout Standard
18301 \begin_inset Note Greyedout
18302 status open
18303
18304 \begin_layout Plain Layout
18305
18306 \series bold
18307 Note:
18308 \series default
18309  The styles 
18310 \series bold
18311
18312 \backslash
18313 mathbb
18314 \series default
18315  and 
18316 \series bold
18317
18318 \backslash
18319 mathcal
18320 \series default
18321  can only be used for big letters.
18322 \end_layout
18323
18324 \end_inset
18325
18326
18327 \end_layout
18328
18329 \begin_layout Standard
18330 Predefined is the style 
18331 \series bold
18332
18333 \backslash
18334 mathnormal
18335 \series default
18336 .
18337 \end_layout
18338
18339 \begin_layout Standard
18340 The style commands work also for letters in mathematical constructs:
18341 \begin_inset Formula \[
18342 \mathfrak{A=\frac{b}{C}}\]
18343
18344 \end_inset
18345
18346
18347 \end_layout
18348
18349 \begin_layout Standard
18350 Characters in mathematical text don't appear in a math font style but in
18351  the text font style 
18352 \series bold
18353
18354 \backslash
18355 textrm
18356 \series default
18357 .
18358  That their style can't be set correctly via the text style dialog is a
18359  bug in LyX.
18360 \begin_inset Foot
18361 status collapsed
18362
18363 \begin_layout Plain Layout
18364 \begin_inset CommandInset href
18365 LatexCommand href
18366 name "LyX-bug #4091"
18367 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18368
18369 \end_inset
18370
18371
18372 \end_layout
18373
18374 \end_inset
18375
18376
18377 \end_layout
18378
18379 \begin_layout Standard
18380 Instead of the style commands the dialog 
18381 \family sans
18382 Edit\SpecialChar \menuseparator
18383 Math\SpecialChar \menuseparator
18384 Text Style
18385 \family default
18386  or the toolbar button 
18387 \begin_inset Graphics
18388         filename ../images/math/font.png
18389         scale 85
18390
18391 \end_inset
18392
18393  can be used.
18394 \end_layout
18395
18396 \begin_layout Subsection
18397 Bold Formulas
18398 \begin_inset CommandInset label
18399 LatexCommand label
18400 name "sub:Bold-Formulas"
18401
18402 \end_inset
18403
18404
18405 \begin_inset Index
18406 status collapsed
18407
18408 \begin_layout Plain Layout
18409 Formula ! bold
18410 \end_layout
18411
18412 \end_inset
18413
18414
18415 \end_layout
18416
18417 \begin_layout Standard
18418 To make a complete formula bold, the command 
18419 \series bold
18420
18421 \backslash
18422 mathbf
18423 \series default
18424  from the previous subsection cannot be used, because it doesn't work for
18425  small Greek letters.
18426  Furthermore it prints Latin letters always upright, like in the following
18427  equation:
18428 \end_layout
18429
18430 \begin_layout Standard
18431 \begin_inset Formula \[
18432 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
18433
18434 \end_inset
18435
18436
18437 \end_layout
18438
18439 \begin_layout Standard
18440 To display the formula correctly, the command 
18441 \series bold
18442
18443 \backslash
18444 boldsymbol
18445 \series default
18446  is used:
18447 \begin_inset Formula \[
18448 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
18449
18450 \end_inset
18451
18452 It is also possible to set the formula in a 
18453 \series bold
18454 boldmath environment
18455 \series default
18456 .
18457  This environment is created by inserting the command 
18458 \series bold
18459
18460 \backslash
18461 boldmath
18462 \begin_inset Index
18463 status collapsed
18464
18465 \begin_layout Plain Layout
18466 Commands ! B ! 
18467 \backslash
18468 boldmath
18469 \end_layout
18470
18471 \end_inset
18472
18473
18474 \series default
18475  in TeX-mode.
18476  To end the environment, the command 
18477 \series bold
18478
18479 \backslash
18480 unboldmath
18481 \begin_inset Index
18482 status collapsed
18483
18484 \begin_layout Plain Layout
18485 Commands ! U ! 
18486 \backslash
18487 unboldmath
18488 \end_layout
18489
18490 \end_inset
18491
18492
18493 \series default
18494  is inserted in TeX-mode.
18495 \begin_inset ERT
18496 status collapsed
18497
18498 \begin_layout Plain Layout
18499
18500
18501 \backslash
18502 boldmath 
18503 \end_layout
18504
18505 \end_inset
18506
18507
18508 \begin_inset Formula \[
18509 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18510
18511 \end_inset
18512
18513
18514 \begin_inset ERT
18515 status collapsed
18516
18517 \begin_layout Plain Layout
18518
18519
18520 \backslash
18521 unboldmath 
18522 \end_layout
18523
18524 \end_inset
18525
18526
18527 \end_layout
18528
18529 \begin_layout Subsection
18530 Font Sizes
18531 \begin_inset CommandInset label
18532 LatexCommand label
18533 name "sub:Font-Sizes"
18534
18535 \end_inset
18536
18537
18538 \begin_inset Index
18539 status collapsed
18540
18541 \begin_layout Plain Layout
18542 Font ! size
18543 \end_layout
18544
18545 \end_inset
18546
18547
18548 \end_layout
18549
18550 \begin_layout Standard
18551 For characters in formulas there are, analog to characters in text, the
18552  following size commands:
18553 \end_layout
18554
18555 \begin_layout Standard
18556
18557 \series bold
18558
18559 \backslash
18560 Huge
18561 \series default
18562
18563 \series bold
18564
18565 \backslash
18566 huge
18567 \series default
18568
18569 \series bold
18570
18571 \backslash
18572 LARGE
18573 \series default
18574
18575 \series bold
18576
18577 \backslash
18578 Large
18579 \series default
18580
18581 \series bold
18582
18583 \backslash
18584 large
18585 \series default
18586
18587 \series bold
18588
18589 \backslash
18590 normalsize
18591 \series default
18592
18593 \series bold
18594
18595 \backslash
18596 small
18597 \series default
18598 ,
18599 \begin_inset Newline newline
18600 \end_inset
18601
18602
18603 \series bold
18604
18605 \backslash
18606 footnotesize
18607 \series default
18608
18609 \series bold
18610
18611 \backslash
18612 scriptsize
18613 \series default
18614 , and 
18615 \series bold
18616
18617 \backslash
18618 tiny
18619 \end_layout
18620
18621 \begin_layout Standard
18622 The size produced by the commands depends on the document font size, that
18623  corresponds with the command 
18624 \series bold
18625
18626 \backslash
18627 normalsize
18628 \series default
18629 .
18630  The other commands produce smaller or larger sizes than 
18631 \series bold
18632
18633 \backslash
18634 normalsize
18635 \series default
18636 .
18637  The font size can however not exceed a certain value.
18638  Is for example the document font size 12
18639 \begin_inset space \thinspace{}
18640 \end_inset
18641
18642 pt, the command 
18643 \series bold
18644
18645 \backslash
18646 Huge
18647 \series default
18648  switches to the same size as 
18649 \series bold
18650
18651 \backslash
18652 huge
18653 \series default
18654 .
18655  
18656 \end_layout
18657
18658 \begin_layout Standard
18659 A size command is inserted in TeX-mode before the formula and sets the size
18660  for all following formula and text characters.
18661  To switch back to the initial size, the command 
18662 \series bold
18663
18664 \backslash
18665 normalsize
18666 \series default
18667  is inserted behind the formula in TeX-mode.
18668 \end_layout
18669
18670 \begin_layout Standard
18671 Within a formula the size can only be changed for symbols or letters in
18672  mathematical text.
18673  To do this, the size command is inserted in mathematical text.
18674  All following characters until the end of the mathematical text or until
18675  another size command will have the selected size.
18676  Two examples:
18677 \begin_inset VSpace -2mm
18678 \end_inset
18679
18680
18681 \end_layout
18682
18683 \begin_layout Standard
18684 \begin_inset ERT
18685 status collapsed
18686
18687 \begin_layout Plain Layout
18688
18689
18690 \backslash
18691 huge 
18692 \end_layout
18693
18694 \end_inset
18695
18696
18697 \begin_inset Formula \[
18698 A=\frac{B}{c}\cdot\maltese\]
18699
18700 \end_inset
18701
18702
18703 \begin_inset Formula \[
18704 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18705
18706 \end_inset
18707
18708
18709 \begin_inset ERT
18710 status collapsed
18711
18712 \begin_layout Plain Layout
18713
18714
18715 \backslash
18716 normalsize 
18717 \end_layout
18718
18719 \end_inset
18720
18721
18722 \end_layout
18723
18724 \begin_layout Standard
18725 \begin_inset VSpace medskip
18726 \end_inset
18727
18728 Before both formulas the command 
18729 \series bold
18730
18731 \backslash
18732 huge
18733 \series default
18734  was inserted.
18735  The command for the second formula is:
18736 \begin_inset Newline newline
18737 \end_inset
18738
18739
18740 \series bold
18741
18742 \backslash
18743 maltese
18744 \begin_inset ERT
18745 status collapsed
18746
18747 \begin_layout Plain Layout
18748
18749
18750 \backslash
18751 spce 
18752 \end_layout
18753
18754 \end_inset
18755
18756 A Alt-m m 
18757 \backslash
18758 Large
18759 \begin_inset ERT
18760 status collapsed
18761
18762 \begin_layout Plain Layout
18763
18764
18765 \backslash
18766 spce 
18767 \end_layout
18768
18769 \end_inset
18770
18771
18772 \backslash
18773 maltese
18774 \begin_inset ERT
18775 status collapsed
18776
18777 \begin_layout Plain Layout
18778
18779
18780 \backslash
18781 spce 
18782 \end_layout
18783
18784 \end_inset
18785
18786
18787 \backslash
18788 textit
18789 \begin_inset ERT
18790 status collapsed
18791
18792 \begin_layout Plain Layout
18793
18794
18795 \backslash
18796 spce 
18797 \end_layout
18798
18799 \end_inset
18800
18801 A
18802 \begin_inset Formula $\to$
18803 \end_inset
18804
18805
18806 \begin_inset Formula $\to$
18807 \end_inset
18808
18809
18810 \begin_inset Newline newline
18811 \end_inset
18812
18813
18814 \begin_inset space \hspace*{}
18815 \length 1cm
18816 \end_inset
18817
18818 Alt-m
18819 \series default
18820  
18821 \series bold
18822
18823 \backslash
18824 tiny
18825 \begin_inset ERT
18826 status collapsed
18827
18828 \begin_layout Plain Layout
18829
18830
18831 \backslash
18832 spce 
18833 \end_layout
18834
18835 \end_inset
18836
18837
18838 \backslash
18839 maltese
18840 \begin_inset ERT
18841 status collapsed
18842
18843 \begin_layout Plain Layout
18844
18845
18846 \backslash
18847 spce 
18848 \end_layout
18849
18850 \end_inset
18851
18852
18853 \backslash
18854 textit
18855 \begin_inset ERT
18856 status collapsed
18857
18858 \begin_layout Plain Layout
18859
18860
18861 \backslash
18862 spce 
18863 \end_layout
18864
18865 \end_inset
18866
18867 A
18868 \end_layout
18869
18870 \begin_layout Standard
18871 If a symbol cannot be displayed in different sizes, it will always be displayed
18872  in the default size.
18873 \end_layout
18874
18875 \begin_layout Section
18876 Greek Letters
18877 \begin_inset Index
18878 status collapsed
18879
18880 \begin_layout Plain Layout
18881 Greek letters
18882 \end_layout
18883
18884 \end_inset
18885
18886
18887 \end_layout
18888
18889 \begin_layout Standard
18890 All Greek letters can also be inserted via the toolbar button 
18891 \begin_inset Graphics
18892         filename ../images/math/alpha.png
18893         scale 85
18894
18895 \end_inset
18896
18897 .
18898 \end_layout
18899
18900 \begin_layout Subsection
18901 Small Letters
18902 \begin_inset CommandInset label
18903 LatexCommand label
18904 name "sub:Small-Letters"
18905
18906 \end_inset
18907
18908
18909 \begin_inset Index
18910 status collapsed
18911
18912 \begin_layout Plain Layout
18913 Greek letters ! small
18914 \end_layout
18915
18916 \end_inset
18917
18918
18919 \end_layout
18920
18921 \begin_layout Standard
18922 \begin_inset space \hfill{}
18923 \end_inset
18924
18925
18926 \begin_inset Tabular
18927 <lyxtabular version="3" rows="11" columns="2">
18928 <features>
18929 <column alignment="center" valignment="top" width="0pt">
18930 <column alignment="center" valignment="top" width="0pt">
18931 <row>
18932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18933 \begin_inset Text
18934
18935 \begin_layout Plain Layout
18936 Command
18937 \end_layout
18938
18939 \end_inset
18940 </cell>
18941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18942 \begin_inset Text
18943
18944 \begin_layout Plain Layout
18945 Result
18946 \end_layout
18947
18948 \end_inset
18949 </cell>
18950 </row>
18951 <row>
18952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18953 \begin_inset Text
18954
18955 \begin_layout Plain Layout
18956
18957 \backslash
18958 alpha
18959 \end_layout
18960
18961 \end_inset
18962 </cell>
18963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18964 \begin_inset Text
18965
18966 \begin_layout Plain Layout
18967 \begin_inset Formula $\alpha$
18968 \end_inset
18969
18970
18971 \end_layout
18972
18973 \end_inset
18974 </cell>
18975 </row>
18976 <row>
18977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18978 \begin_inset Text
18979
18980 \begin_layout Plain Layout
18981
18982 \backslash
18983 beta
18984 \end_layout
18985
18986 \end_inset
18987 </cell>
18988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18989 \begin_inset Text
18990
18991 \begin_layout Plain Layout
18992 \begin_inset Formula $\beta$
18993 \end_inset
18994
18995
18996 \end_layout
18997
18998 \end_inset
18999 </cell>
19000 </row>
19001 <row>
19002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19003 \begin_inset Text
19004
19005 \begin_layout Plain Layout
19006
19007 \backslash
19008 gamma
19009 \end_layout
19010
19011 \end_inset
19012 </cell>
19013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19014 \begin_inset Text
19015
19016 \begin_layout Plain Layout
19017 \begin_inset Formula $\gamma$
19018 \end_inset
19019
19020
19021 \end_layout
19022
19023 \end_inset
19024 </cell>
19025 </row>
19026 <row>
19027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19028 \begin_inset Text
19029
19030 \begin_layout Plain Layout
19031
19032 \backslash
19033 delta
19034 \end_layout
19035
19036 \end_inset
19037 </cell>
19038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19039 \begin_inset Text
19040
19041 \begin_layout Plain Layout
19042 \begin_inset Formula $\delta$
19043 \end_inset
19044
19045
19046 \end_layout
19047
19048 \end_inset
19049 </cell>
19050 </row>
19051 <row>
19052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19053 \begin_inset Text
19054
19055 \begin_layout Plain Layout
19056
19057 \backslash
19058 epsilon
19059 \end_layout
19060
19061 \end_inset
19062 </cell>
19063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19064 \begin_inset Text
19065
19066 \begin_layout Plain Layout
19067 \begin_inset Formula $\epsilon$
19068 \end_inset
19069
19070
19071 \end_layout
19072
19073 \end_inset
19074 </cell>
19075 </row>
19076 <row>
19077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19078 \begin_inset Text
19079
19080 \begin_layout Plain Layout
19081
19082 \backslash
19083 varepsilon
19084 \end_layout
19085
19086 \end_inset
19087 </cell>
19088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19089 \begin_inset Text
19090
19091 \begin_layout Plain Layout
19092 \begin_inset Formula $\varepsilon$
19093 \end_inset
19094
19095
19096 \end_layout
19097
19098 \end_inset
19099 </cell>
19100 </row>
19101 <row>
19102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19103 \begin_inset Text
19104
19105 \begin_layout Plain Layout
19106
19107 \backslash
19108 zeta
19109 \end_layout
19110
19111 \end_inset
19112 </cell>
19113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19114 \begin_inset Text
19115
19116 \begin_layout Plain Layout
19117 \begin_inset Formula $\zeta$
19118 \end_inset
19119
19120
19121 \end_layout
19122
19123 \end_inset
19124 </cell>
19125 </row>
19126 <row>
19127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19128 \begin_inset Text
19129
19130 \begin_layout Plain Layout
19131
19132 \backslash
19133 eta
19134 \end_layout
19135
19136 \end_inset
19137 </cell>
19138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19139 \begin_inset Text
19140
19141 \begin_layout Plain Layout
19142 \begin_inset Formula $\eta$
19143 \end_inset
19144
19145
19146 \end_layout
19147
19148 \end_inset
19149 </cell>
19150 </row>
19151 <row>
19152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19153 \begin_inset Text
19154
19155 \begin_layout Plain Layout
19156
19157 \backslash
19158 theta
19159 \end_layout
19160
19161 \end_inset
19162 </cell>
19163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19164 \begin_inset Text
19165
19166 \begin_layout Plain Layout
19167 \begin_inset Formula $\theta$
19168 \end_inset
19169
19170
19171 \end_layout
19172
19173 \end_inset
19174 </cell>
19175 </row>
19176 <row>
19177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19178 \begin_inset Text
19179
19180 \begin_layout Plain Layout
19181
19182 \backslash
19183 vartheta
19184 \end_layout
19185
19186 \end_inset
19187 </cell>
19188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19189 \begin_inset Text
19190
19191 \begin_layout Plain Layout
19192 \begin_inset Formula $\vartheta$
19193 \end_inset
19194
19195
19196 \end_layout
19197
19198 \end_inset
19199 </cell>
19200 </row>
19201 </lyxtabular>
19202
19203 \end_inset
19204
19205
19206 \begin_inset space \hfill{}
19207 \end_inset
19208
19209
19210 \begin_inset Tabular
19211 <lyxtabular version="3" rows="12" columns="2">
19212 <features>
19213 <column alignment="center" valignment="top" width="0pt">
19214 <column alignment="center" valignment="top" width="0pt">
19215 <row>
19216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19217 \begin_inset Text
19218
19219 \begin_layout Plain Layout
19220 Command
19221 \end_layout
19222
19223 \end_inset
19224 </cell>
19225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19226 \begin_inset Text
19227
19228 \begin_layout Plain Layout
19229 Result
19230 \end_layout
19231
19232 \end_inset
19233 </cell>
19234 </row>
19235 <row>
19236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19237 \begin_inset Text
19238
19239 \begin_layout Plain Layout
19240
19241 \backslash
19242 iota
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19248 \begin_inset Text
19249
19250 \begin_layout Plain Layout
19251 \begin_inset Formula $\iota$
19252 \end_inset
19253
19254
19255 \end_layout
19256
19257 \end_inset
19258 </cell>
19259 </row>
19260 <row>
19261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19262 \begin_inset Text
19263
19264 \begin_layout Plain Layout
19265
19266 \backslash
19267 kappa
19268 \end_layout
19269
19270 \end_inset
19271 </cell>
19272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19273 \begin_inset Text
19274
19275 \begin_layout Plain Layout
19276 \begin_inset Formula $\kappa$
19277 \end_inset
19278
19279
19280 \end_layout
19281
19282 \end_inset
19283 </cell>
19284 </row>
19285 <row>
19286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19287 \begin_inset Text
19288
19289 \begin_layout Plain Layout
19290
19291 \backslash
19292 varkappa
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19298 \begin_inset Text
19299
19300 \begin_layout Plain Layout
19301 \begin_inset Formula $\varkappa$
19302 \end_inset
19303
19304
19305 \end_layout
19306
19307 \end_inset
19308 </cell>
19309 </row>
19310 <row>
19311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19312 \begin_inset Text
19313
19314 \begin_layout Plain Layout
19315
19316 \backslash
19317 lambda
19318 \end_layout
19319
19320 \end_inset
19321 </cell>
19322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19323 \begin_inset Text
19324
19325 \begin_layout Plain Layout
19326 \begin_inset Formula $\lambda$
19327 \end_inset
19328
19329
19330 \end_layout
19331
19332 \end_inset
19333 </cell>
19334 </row>
19335 <row>
19336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19337 \begin_inset Text
19338
19339 \begin_layout Plain Layout
19340
19341 \backslash
19342 mu
19343 \end_layout
19344
19345 \end_inset
19346 </cell>
19347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19348 \begin_inset Text
19349
19350 \begin_layout Plain Layout
19351 \begin_inset Formula $\mu$
19352 \end_inset
19353
19354
19355 \end_layout
19356
19357 \end_inset
19358 </cell>
19359 </row>
19360 <row>
19361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19362 \begin_inset Text
19363
19364 \begin_layout Plain Layout
19365
19366 \backslash
19367 nu
19368 \end_layout
19369
19370 \end_inset
19371 </cell>
19372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19373 \begin_inset Text
19374
19375 \begin_layout Plain Layout
19376 \begin_inset Formula $\nu$
19377 \end_inset
19378
19379
19380 \end_layout
19381
19382 \end_inset
19383 </cell>
19384 </row>
19385 <row>
19386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19387 \begin_inset Text
19388
19389 \begin_layout Plain Layout
19390
19391 \backslash
19392 xi
19393 \end_layout
19394
19395 \end_inset
19396 </cell>
19397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19398 \begin_inset Text
19399
19400 \begin_layout Plain Layout
19401 \begin_inset Formula $\xi$
19402 \end_inset
19403
19404
19405 \end_layout
19406
19407 \end_inset
19408 </cell>
19409 </row>
19410 <row>
19411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19412 \begin_inset Text
19413
19414 \begin_layout Plain Layout
19415 o
19416 \end_layout
19417
19418 \end_inset
19419 </cell>
19420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19421 \begin_inset Text
19422
19423 \begin_layout Plain Layout
19424 \begin_inset Formula $o$
19425 \end_inset
19426
19427
19428 \end_layout
19429
19430 \end_inset
19431 </cell>
19432 </row>
19433 <row>
19434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19435 \begin_inset Text
19436
19437 \begin_layout Plain Layout
19438
19439 \backslash
19440 pi
19441 \end_layout
19442
19443 \end_inset
19444 </cell>
19445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19446 \begin_inset Text
19447
19448 \begin_layout Plain Layout
19449 \begin_inset Formula $\pi$
19450 \end_inset
19451
19452
19453 \end_layout
19454
19455 \end_inset
19456 </cell>
19457 </row>
19458 <row>
19459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19460 \begin_inset Text
19461
19462 \begin_layout Plain Layout
19463
19464 \backslash
19465 varpi
19466 \end_layout
19467
19468 \end_inset
19469 </cell>
19470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19471 \begin_inset Text
19472
19473 \begin_layout Plain Layout
19474 \begin_inset Formula $\varpi$
19475 \end_inset
19476
19477
19478 \end_layout
19479
19480 \end_inset
19481 </cell>
19482 </row>
19483 <row>
19484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19485 \begin_inset Text
19486
19487 \begin_layout Plain Layout
19488
19489 \backslash
19490 rho
19491 \end_layout
19492
19493 \end_inset
19494 </cell>
19495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19496 \begin_inset Text
19497
19498 \begin_layout Plain Layout
19499 \begin_inset Formula $\rho$
19500 \end_inset
19501
19502
19503 \end_layout
19504
19505 \end_inset
19506 </cell>
19507 </row>
19508 </lyxtabular>
19509
19510 \end_inset
19511
19512
19513 \begin_inset space \hfill{}
19514 \end_inset
19515
19516
19517 \begin_inset Tabular
19518 <lyxtabular version="3" rows="11" columns="2">
19519 <features>
19520 <column alignment="center" valignment="top" width="0pt">
19521 <column alignment="center" valignment="top" width="0pt">
19522 <row>
19523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19524 \begin_inset Text
19525
19526 \begin_layout Plain Layout
19527 Command
19528 \end_layout
19529
19530 \end_inset
19531 </cell>
19532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19533 \begin_inset Text
19534
19535 \begin_layout Plain Layout
19536 Result
19537 \end_layout
19538
19539 \end_inset
19540 </cell>
19541 </row>
19542 <row>
19543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19544 \begin_inset Text
19545
19546 \begin_layout Plain Layout
19547
19548 \backslash
19549 varrho
19550 \end_layout
19551
19552 \end_inset
19553 </cell>
19554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19555 \begin_inset Text
19556
19557 \begin_layout Plain Layout
19558 \begin_inset Formula $\varrho$
19559 \end_inset
19560
19561
19562 \end_layout
19563
19564 \end_inset
19565 </cell>
19566 </row>
19567 <row>
19568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19569 \begin_inset Text
19570
19571 \begin_layout Plain Layout
19572
19573 \backslash
19574 sigma
19575 \end_layout
19576
19577 \end_inset
19578 </cell>
19579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19580 \begin_inset Text
19581
19582 \begin_layout Plain Layout
19583 \begin_inset Formula $\sigma$
19584 \end_inset
19585
19586
19587 \end_layout
19588
19589 \end_inset
19590 </cell>
19591 </row>
19592 <row>
19593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19594 \begin_inset Text
19595
19596 \begin_layout Plain Layout
19597
19598 \backslash
19599 varsigma
19600 \end_layout
19601
19602 \end_inset
19603 </cell>
19604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19605 \begin_inset Text
19606
19607 \begin_layout Plain Layout
19608 \begin_inset Formula $\varsigma$
19609 \end_inset
19610
19611
19612 \end_layout
19613
19614 \end_inset
19615 </cell>
19616 </row>
19617 <row>
19618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19619 \begin_inset Text
19620
19621 \begin_layout Plain Layout
19622
19623 \backslash
19624 tau
19625 \end_layout
19626
19627 \end_inset
19628 </cell>
19629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19630 \begin_inset Text
19631
19632 \begin_layout Plain Layout
19633 \begin_inset Formula $\tau$
19634 \end_inset
19635
19636
19637 \end_layout
19638
19639 \end_inset
19640 </cell>
19641 </row>
19642 <row>
19643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19644 \begin_inset Text
19645
19646 \begin_layout Plain Layout
19647
19648 \backslash
19649 upsilon
19650 \end_layout
19651
19652 \end_inset
19653 </cell>
19654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19655 \begin_inset Text
19656
19657 \begin_layout Plain Layout
19658 \begin_inset Formula $\upsilon$
19659 \end_inset
19660
19661
19662 \end_layout
19663
19664 \end_inset
19665 </cell>
19666 </row>
19667 <row>
19668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19669 \begin_inset Text
19670
19671 \begin_layout Plain Layout
19672
19673 \backslash
19674 phi
19675 \end_layout
19676
19677 \end_inset
19678 </cell>
19679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19680 \begin_inset Text
19681
19682 \begin_layout Plain Layout
19683 \begin_inset Formula $\phi$
19684 \end_inset
19685
19686
19687 \end_layout
19688
19689 \end_inset
19690 </cell>
19691 </row>
19692 <row>
19693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19694 \begin_inset Text
19695
19696 \begin_layout Plain Layout
19697
19698 \backslash
19699 varphi
19700 \end_layout
19701
19702 \end_inset
19703 </cell>
19704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19705 \begin_inset Text
19706
19707 \begin_layout Plain Layout
19708 \begin_inset Formula $\varphi$
19709 \end_inset
19710
19711
19712 \end_layout
19713
19714 \end_inset
19715 </cell>
19716 </row>
19717 <row>
19718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19719 \begin_inset Text
19720
19721 \begin_layout Plain Layout
19722
19723 \backslash
19724 chi
19725 \end_layout
19726
19727 \end_inset
19728 </cell>
19729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19730 \begin_inset Text
19731
19732 \begin_layout Plain Layout
19733 \begin_inset Formula $\chi$
19734 \end_inset
19735
19736
19737 \end_layout
19738
19739 \end_inset
19740 </cell>
19741 </row>
19742 <row>
19743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19744 \begin_inset Text
19745
19746 \begin_layout Plain Layout
19747
19748 \backslash
19749 psi
19750 \end_layout
19751
19752 \end_inset
19753 </cell>
19754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19755 \begin_inset Text
19756
19757 \begin_layout Plain Layout
19758 \begin_inset Formula $\psi$
19759 \end_inset
19760
19761
19762 \end_layout
19763
19764 \end_inset
19765 </cell>
19766 </row>
19767 <row>
19768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19769 \begin_inset Text
19770
19771 \begin_layout Plain Layout
19772
19773 \backslash
19774 omega
19775 \end_layout
19776
19777 \end_inset
19778 </cell>
19779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19780 \begin_inset Text
19781
19782 \begin_layout Plain Layout
19783 \begin_inset Formula $\omega$
19784 \end_inset
19785
19786
19787 \end_layout
19788
19789 \end_inset
19790 </cell>
19791 </row>
19792 </lyxtabular>
19793
19794 \end_inset
19795
19796
19797 \begin_inset space \hfill{}
19798 \end_inset
19799
19800
19801 \end_layout
19802
19803 \begin_layout Standard
19804 \begin_inset VSpace medskip
19805 \end_inset
19806
19807
19808 \end_layout
19809
19810 \begin_layout Standard
19811 How to create upright Greek letters is explained in 
19812 \begin_inset CommandInset ref
19813 LatexCommand ref
19814 reference "sub:Upright-small-Greek"
19815
19816 \end_inset
19817
19818 .
19819 \end_layout
19820
19821 \begin_layout Subsection
19822 Big Letters
19823 \begin_inset Index
19824 status collapsed
19825
19826 \begin_layout Plain Layout
19827 Greek letters ! big
19828 \end_layout
19829
19830 \end_inset
19831
19832
19833 \end_layout
19834
19835 \begin_layout Standard
19836 \begin_inset space \hfill{}
19837 \end_inset
19838
19839
19840 \begin_inset Tabular
19841 <lyxtabular version="3" rows="7" columns="2">
19842 <features>
19843 <column alignment="center" valignment="top" width="0pt">
19844 <column alignment="center" valignment="top" width="0pt">
19845 <row>
19846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19847 \begin_inset Text
19848
19849 \begin_layout Plain Layout
19850 Command
19851 \end_layout
19852
19853 \end_inset
19854 </cell>
19855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19856 \begin_inset Text
19857
19858 \begin_layout Plain Layout
19859 Result
19860 \end_layout
19861
19862 \end_inset
19863 </cell>
19864 </row>
19865 <row>
19866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19867 \begin_inset Text
19868
19869 \begin_layout Plain Layout
19870
19871 \backslash
19872 Gamma
19873 \end_layout
19874
19875 \end_inset
19876 </cell>
19877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19878 \begin_inset Text
19879
19880 \begin_layout Plain Layout
19881 \begin_inset Formula $\Gamma$
19882 \end_inset
19883
19884
19885 \end_layout
19886
19887 \end_inset
19888 </cell>
19889 </row>
19890 <row>
19891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19892 \begin_inset Text
19893
19894 \begin_layout Plain Layout
19895
19896 \backslash
19897 Delta
19898 \end_layout
19899
19900 \end_inset
19901 </cell>
19902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19903 \begin_inset Text
19904
19905 \begin_layout Plain Layout
19906 \begin_inset Formula $\Delta$
19907 \end_inset
19908
19909
19910 \end_layout
19911
19912 \end_inset
19913 </cell>
19914 </row>
19915 <row>
19916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19917 \begin_inset Text
19918
19919 \begin_layout Plain Layout
19920
19921 \backslash
19922 Theta
19923 \end_layout
19924
19925 \end_inset
19926 </cell>
19927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19928 \begin_inset Text
19929
19930 \begin_layout Plain Layout
19931 \begin_inset Formula $\Theta$
19932 \end_inset
19933
19934
19935 \end_layout
19936
19937 \end_inset
19938 </cell>
19939 </row>
19940 <row>
19941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19942 \begin_inset Text
19943
19944 \begin_layout Plain Layout
19945
19946 \backslash
19947 Lambda
19948 \end_layout
19949
19950 \end_inset
19951 </cell>
19952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19953 \begin_inset Text
19954
19955 \begin_layout Plain Layout
19956 \begin_inset Formula $\Lambda$
19957 \end_inset
19958
19959
19960 \end_layout
19961
19962 \end_inset
19963 </cell>
19964 </row>
19965 <row>
19966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19967 \begin_inset Text
19968
19969 \begin_layout Plain Layout
19970
19971 \backslash
19972 Xi
19973 \end_layout
19974
19975 \end_inset
19976 </cell>
19977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19978 \begin_inset Text
19979
19980 \begin_layout Plain Layout
19981 \begin_inset Formula $\Xi$
19982 \end_inset
19983
19984
19985 \end_layout
19986
19987 \end_inset
19988 </cell>
19989 </row>
19990 <row>
19991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19992 \begin_inset Text
19993
19994 \begin_layout Plain Layout
19995
19996 \backslash
19997 Pi
19998 \end_layout
19999
20000 \end_inset
20001 </cell>
20002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20003 \begin_inset Text
20004
20005 \begin_layout Plain Layout
20006 \begin_inset Formula $\Pi$
20007 \end_inset
20008
20009
20010 \end_layout
20011
20012 \end_inset
20013 </cell>
20014 </row>
20015 </lyxtabular>
20016
20017 \end_inset
20018
20019
20020 \begin_inset space \hfill{}
20021 \end_inset
20022
20023
20024 \begin_inset Tabular
20025 <lyxtabular version="3" rows="6" columns="2">
20026 <features>
20027 <column alignment="center" valignment="top" width="0pt">
20028 <column alignment="center" valignment="top" width="0pt">
20029 <row>
20030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20031 \begin_inset Text
20032
20033 \begin_layout Plain Layout
20034 Command
20035 \end_layout
20036
20037 \end_inset
20038 </cell>
20039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20040 \begin_inset Text
20041
20042 \begin_layout Plain Layout
20043 Result
20044 \end_layout
20045
20046 \end_inset
20047 </cell>
20048 </row>
20049 <row>
20050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20051 \begin_inset Text
20052
20053 \begin_layout Plain Layout
20054
20055 \backslash
20056 Sigma
20057 \end_layout
20058
20059 \end_inset
20060 </cell>
20061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20062 \begin_inset Text
20063
20064 \begin_layout Plain Layout
20065 \begin_inset Formula $\Sigma$
20066 \end_inset
20067
20068
20069 \end_layout
20070
20071 \end_inset
20072 </cell>
20073 </row>
20074 <row>
20075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20076 \begin_inset Text
20077
20078 \begin_layout Plain Layout
20079
20080 \backslash
20081 Upsilon
20082 \end_layout
20083
20084 \end_inset
20085 </cell>
20086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20087 \begin_inset Text
20088
20089 \begin_layout Plain Layout
20090 \begin_inset Formula $\Upsilon$
20091 \end_inset
20092
20093
20094 \end_layout
20095
20096 \end_inset
20097 </cell>
20098 </row>
20099 <row>
20100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20101 \begin_inset Text
20102
20103 \begin_layout Plain Layout
20104
20105 \backslash
20106 Phi
20107 \end_layout
20108
20109 \end_inset
20110 </cell>
20111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20112 \begin_inset Text
20113
20114 \begin_layout Plain Layout
20115 \begin_inset Formula $\Phi$
20116 \end_inset
20117
20118
20119 \end_layout
20120
20121 \end_inset
20122 </cell>
20123 </row>
20124 <row>
20125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20126 \begin_inset Text
20127
20128 \begin_layout Plain Layout
20129
20130 \backslash
20131 Psi
20132 \end_layout
20133
20134 \end_inset
20135 </cell>
20136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20137 \begin_inset Text
20138
20139 \begin_layout Plain Layout
20140 \begin_inset Formula $\Psi$
20141 \end_inset
20142
20143
20144 \end_layout
20145
20146 \end_inset
20147 </cell>
20148 </row>
20149 <row>
20150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20151 \begin_inset Text
20152
20153 \begin_layout Plain Layout
20154
20155 \backslash
20156 Omega
20157 \end_layout
20158
20159 \end_inset
20160 </cell>
20161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20162 \begin_inset Text
20163
20164 \begin_layout Plain Layout
20165 \begin_inset Formula $\Omega$
20166 \end_inset
20167
20168
20169 \end_layout
20170
20171 \end_inset
20172 </cell>
20173 </row>
20174 </lyxtabular>
20175
20176 \end_inset
20177
20178
20179 \begin_inset space \hfill{}
20180 \end_inset
20181
20182
20183 \end_layout
20184
20185 \begin_layout Standard
20186 \begin_inset VSpace medskip
20187 \end_inset
20188
20189 That the big Greek letters appear upright is caused by a design bug when
20190  TeX was developed.
20191  To get correct italic big letters, begin every command with 
20192 \series bold
20193 var
20194 \series default
20195 .
20196  For example the command 
20197 \series bold
20198
20199 \backslash
20200 varGamma
20201 \series default
20202  produces: 
20203 \begin_inset Formula $\varGamma$
20204 \end_inset
20205
20206
20207 \end_layout
20208
20209 \begin_layout Subsection
20210 Bold Letters
20211 \begin_inset Index
20212 status collapsed
20213
20214 \begin_layout Plain Layout
20215 Greek letters ! bold
20216 \end_layout
20217
20218 \end_inset
20219
20220
20221 \end_layout
20222
20223 \begin_layout Standard
20224 Greek letters cannot be set with different font styles like Latin letters.
20225  They can only be made bold with the command 
20226 \series bold
20227
20228 \backslash
20229 boldsymbol
20230 \series default
20231
20232 \begin_inset Index
20233 status collapsed
20234
20235 \begin_layout Plain Layout
20236 Commands ! B ! 
20237 \backslash
20238 boldsymbol
20239 \end_layout
20240
20241 \end_inset
20242
20243 .
20244 \end_layout
20245
20246 \begin_layout Standard
20247 \align center
20248 \begin_inset Tabular
20249 <lyxtabular version="3" rows="3" columns="2">
20250 <features>
20251 <column alignment="center" valignment="top" width="0">
20252 <column alignment="center" valignment="top" width="0">
20253 <row>
20254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20255 \begin_inset Text
20256
20257 \begin_layout Plain Layout
20258 Command
20259 \end_layout
20260
20261 \end_inset
20262 </cell>
20263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20264 \begin_inset Text
20265
20266 \begin_layout Plain Layout
20267 Result
20268 \end_layout
20269
20270 \end_inset
20271 </cell>
20272 </row>
20273 <row>
20274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20275 \begin_inset Text
20276
20277 \begin_layout Plain Layout
20278
20279 \backslash
20280 Upsilon
20281 \backslash
20282 boldsymbol
20283 \backslash
20284 Upsilon
20285 \end_layout
20286
20287 \end_inset
20288 </cell>
20289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20290 \begin_inset Text
20291
20292 \begin_layout Plain Layout
20293 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20294 \end_inset
20295
20296
20297 \end_layout
20298
20299 \end_inset
20300 </cell>
20301 </row>
20302 <row>
20303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20304 \begin_inset Text
20305
20306 \begin_layout Plain Layout
20307
20308 \backslash
20309 theta
20310 \backslash
20311 boldsymbol
20312 \backslash
20313 theta
20314 \end_layout
20315
20316 \end_inset
20317 </cell>
20318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20319 \begin_inset Text
20320
20321 \begin_layout Plain Layout
20322 \begin_inset Formula $\theta\boldsymbol{\theta}$
20323 \end_inset
20324
20325
20326 \end_layout
20327
20328 \end_inset
20329 </cell>
20330 </row>
20331 </lyxtabular>
20332
20333 \end_inset
20334
20335
20336 \end_layout
20337
20338 \begin_layout Section
20339 Symbols
20340 \begin_inset ERT
20341 status collapsed
20342
20343 \begin_layout Plain Layout
20344
20345
20346 \backslash
20347 texorpdfstring{
20348 \end_layout
20349
20350 \end_inset
20351
20352
20353 \begin_inset Foot
20354 status collapsed
20355
20356 \begin_layout Plain Layout
20357 A list with all symbols of most of the LaTeX-packages can be found in 
20358 \begin_inset CommandInset citation
20359 LatexCommand cite
20360 key "Symbole"
20361
20362 \end_inset
20363
20364 .
20365 \end_layout
20366
20367 \end_inset
20368
20369
20370 \begin_inset ERT
20371 status collapsed
20372
20373 \begin_layout Plain Layout
20374
20375 }{}
20376 \end_layout
20377
20378 \end_inset
20379
20380
20381 \begin_inset Note Note
20382 status collapsed
20383
20384 \begin_layout Plain Layout
20385
20386 \backslash
20387 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20388 \end_layout
20389
20390 \begin_layout Plain Layout
20391 More about 
20392 \backslash
20393 texorpdfstring is in section 
20394 \begin_inset CommandInset ref
20395 LatexCommand ref
20396 reference "sub:Formulas-in-Section"
20397
20398 \end_inset
20399
20400 .
20401 \end_layout
20402
20403 \end_inset
20404
20405
20406 \begin_inset Index
20407 status collapsed
20408
20409 \begin_layout Plain Layout
20410 Symbols
20411 \end_layout
20412
20413 \end_inset
20414
20415
20416 \end_layout
20417
20418 \begin_layout Standard
20419 Many of the symbols listed in this section can also be inserted via the
20420  toolbar buttons 
20421 \begin_inset Graphics
20422         filename ../images/math/nabla.png
20423         scale 85
20424
20425 \end_inset
20426
20427  and 
20428 \begin_inset Graphics
20429         filename ../images/math/digamma.png
20430         scale 85
20431
20432 \end_inset
20433
20434 .
20435 \end_layout
20436
20437 \begin_layout Subsection
20438 Mathematical Symbols
20439 \begin_inset CommandInset label
20440 LatexCommand label
20441 name "sub:Mathematical-Symbols"
20442
20443 \end_inset
20444
20445
20446 \begin_inset Index
20447 status collapsed
20448
20449 \begin_layout Plain Layout
20450 Symbols ! mathematical
20451 \end_layout
20452
20453 \end_inset
20454
20455
20456 \end_layout
20457
20458 \begin_layout Standard
20459 \begin_inset space \hfill{}
20460 \end_inset
20461
20462
20463 \begin_inset Tabular
20464 <lyxtabular version="3" rows="10" columns="2">
20465 <features>
20466 <column alignment="center" valignment="top" width="0pt">
20467 <column alignment="center" valignment="top" width="0pt">
20468 <row>
20469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20470 \begin_inset Text
20471
20472 \begin_layout Plain Layout
20473 Command
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20479 \begin_inset Text
20480
20481 \begin_layout Plain Layout
20482 Result
20483 \end_layout
20484
20485 \end_inset
20486 </cell>
20487 </row>
20488 <row>
20489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20490 \begin_inset Text
20491
20492 \begin_layout Plain Layout
20493
20494 \backslash
20495 neg
20496 \end_layout
20497
20498 \end_inset
20499 </cell>
20500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20501 \begin_inset Text
20502
20503 \begin_layout Plain Layout
20504 \begin_inset Formula $\neg$
20505 \end_inset
20506
20507
20508 \end_layout
20509
20510 \end_inset
20511 </cell>
20512 </row>
20513 <row>
20514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20515 \begin_inset Text
20516
20517 \begin_layout Plain Layout
20518
20519 \backslash
20520 Im
20521 \end_layout
20522
20523 \end_inset
20524 </cell>
20525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20526 \begin_inset Text
20527
20528 \begin_layout Plain Layout
20529 \begin_inset Formula $\Im$
20530 \end_inset
20531
20532
20533 \end_layout
20534
20535 \end_inset
20536 </cell>
20537 </row>
20538 <row>
20539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20540 \begin_inset Text
20541
20542 \begin_layout Plain Layout
20543
20544 \backslash
20545 Re
20546 \end_layout
20547
20548 \end_inset
20549 </cell>
20550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20551 \begin_inset Text
20552
20553 \begin_layout Plain Layout
20554 \begin_inset Formula $\Re$
20555 \end_inset
20556
20557
20558 \end_layout
20559
20560 \end_inset
20561 </cell>
20562 </row>
20563 <row>
20564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20565 \begin_inset Text
20566
20567 \begin_layout Plain Layout
20568
20569 \backslash
20570 aleph
20571 \end_layout
20572
20573 \end_inset
20574 </cell>
20575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20576 \begin_inset Text
20577
20578 \begin_layout Plain Layout
20579 \begin_inset Formula $\aleph$
20580 \end_inset
20581
20582
20583 \end_layout
20584
20585 \end_inset
20586 </cell>
20587 </row>
20588 <row>
20589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20590 \begin_inset Text
20591
20592 \begin_layout Plain Layout
20593
20594 \backslash
20595 partial
20596 \end_layout
20597
20598 \end_inset
20599 </cell>
20600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20601 \begin_inset Text
20602
20603 \begin_layout Plain Layout
20604 \begin_inset Formula $\partial$
20605 \end_inset
20606
20607
20608 \end_layout
20609
20610 \end_inset
20611 </cell>
20612 </row>
20613 <row>
20614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20615 \begin_inset Text
20616
20617 \begin_layout Plain Layout
20618
20619 \backslash
20620 infty
20621 \end_layout
20622
20623 \end_inset
20624 </cell>
20625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20626 \begin_inset Text
20627
20628 \begin_layout Plain Layout
20629 \begin_inset Formula $\infty$
20630 \end_inset
20631
20632
20633 \end_layout
20634
20635 \end_inset
20636 </cell>
20637 </row>
20638 <row>
20639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20640 \begin_inset Text
20641
20642 \begin_layout Plain Layout
20643
20644 \backslash
20645 wp
20646 \end_layout
20647
20648 \end_inset
20649 </cell>
20650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20651 \begin_inset Text
20652
20653 \begin_layout Plain Layout
20654 \begin_inset Formula $\wp$
20655 \end_inset
20656
20657
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 </row>
20663 <row>
20664 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20665 \begin_inset Text
20666
20667 \begin_layout Plain Layout
20668
20669 \backslash
20670 imath
20671 \end_layout
20672
20673 \end_inset
20674 </cell>
20675 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20676 \begin_inset Text
20677
20678 \begin_layout Plain Layout
20679 \begin_inset Formula $\imath$
20680 \end_inset
20681
20682
20683 \end_layout
20684
20685 \end_inset
20686 </cell>
20687 </row>
20688 <row>
20689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20690 \begin_inset Text
20691
20692 \begin_layout Plain Layout
20693
20694 \backslash
20695 jmath
20696 \end_layout
20697
20698 \end_inset
20699 </cell>
20700 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20701 \begin_inset Text
20702
20703 \begin_layout Plain Layout
20704 \begin_inset Formula $\jmath$
20705 \end_inset
20706
20707
20708 \end_layout
20709
20710 \end_inset
20711 </cell>
20712 </row>
20713 </lyxtabular>
20714
20715 \end_inset
20716
20717
20718 \begin_inset space \hfill{}
20719 \end_inset
20720
20721
20722 \begin_inset Tabular
20723 <lyxtabular version="3" rows="10" columns="2">
20724 <features>
20725 <column alignment="center" valignment="top" width="0pt">
20726 <column alignment="center" valignment="top" width="0pt">
20727 <row>
20728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20729 \begin_inset Text
20730
20731 \begin_layout Plain Layout
20732 Command
20733 \end_layout
20734
20735 \end_inset
20736 </cell>
20737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20738 \begin_inset Text
20739
20740 \begin_layout Plain Layout
20741 Result
20742 \begin_inset Note Note
20743 status collapsed
20744
20745 \begin_layout Plain Layout
20746
20747 \series bold
20748
20749 \backslash
20750 raisebox
20751 \series default
20752  is only used as spacer.
20753 \end_layout
20754
20755 \end_inset
20756
20757
20758 \end_layout
20759
20760 \end_inset
20761 </cell>
20762 </row>
20763 <row>
20764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20765 \begin_inset Text
20766
20767 \begin_layout Plain Layout
20768
20769 \backslash
20770 forall
20771 \end_layout
20772
20773 \end_inset
20774 </cell>
20775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20776 \begin_inset Text
20777
20778 \begin_layout Plain Layout
20779 \begin_inset Formula $\forall$
20780 \end_inset
20781
20782
20783 \end_layout
20784
20785 \end_inset
20786 </cell>
20787 </row>
20788 <row>
20789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20790 \begin_inset Text
20791
20792 \begin_layout Plain Layout
20793
20794 \backslash
20795 exists
20796 \end_layout
20797
20798 \end_inset
20799 </cell>
20800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20801 \begin_inset Text
20802
20803 \begin_layout Plain Layout
20804 \begin_inset Formula $\exists$
20805 \end_inset
20806
20807
20808 \end_layout
20809
20810 \end_inset
20811 </cell>
20812 </row>
20813 <row>
20814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20815 \begin_inset Text
20816
20817 \begin_layout Plain Layout
20818
20819 \backslash
20820 nexists
20821 \end_layout
20822
20823 \end_inset
20824 </cell>
20825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20826 \begin_inset Text
20827
20828 \begin_layout Plain Layout
20829 \begin_inset Formula $\nexists$
20830 \end_inset
20831
20832
20833 \end_layout
20834
20835 \end_inset
20836 </cell>
20837 </row>
20838 <row>
20839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20840 \begin_inset Text
20841
20842 \begin_layout Plain Layout
20843
20844 \backslash
20845 emptyset
20846 \end_layout
20847
20848 \end_inset
20849 </cell>
20850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20851 \begin_inset Text
20852
20853 \begin_layout Plain Layout
20854 \begin_inset Formula $\emptyset$
20855 \end_inset
20856
20857
20858 \end_layout
20859
20860 \end_inset
20861 </cell>
20862 </row>
20863 <row>
20864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20865 \begin_inset Text
20866
20867 \begin_layout Plain Layout
20868
20869 \backslash
20870 varnothing
20871 \end_layout
20872
20873 \end_inset
20874 </cell>
20875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20876 \begin_inset Text
20877
20878 \begin_layout Plain Layout
20879 \begin_inset Formula $\varnothing$
20880 \end_inset
20881
20882
20883 \end_layout
20884
20885 \end_inset
20886 </cell>
20887 </row>
20888 <row>
20889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20890 \begin_inset Text
20891
20892 \begin_layout Plain Layout
20893
20894 \backslash
20895 dag
20896 \end_layout
20897
20898 \end_inset
20899 </cell>
20900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20901 \begin_inset Text
20902
20903 \begin_layout Plain Layout
20904 \begin_inset Formula $\dag$
20905 \end_inset
20906
20907
20908 \end_layout
20909
20910 \end_inset
20911 </cell>
20912 </row>
20913 <row>
20914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Plain Layout
20918
20919 \backslash
20920 ddag
20921 \end_layout
20922
20923 \end_inset
20924 </cell>
20925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20926 \begin_inset Text
20927
20928 \begin_layout Plain Layout
20929 \begin_inset Formula $\ddag$
20930 \end_inset
20931
20932
20933 \end_layout
20934
20935 \end_inset
20936 </cell>
20937 </row>
20938 <row>
20939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20940 \begin_inset Text
20941
20942 \begin_layout Plain Layout
20943
20944 \backslash
20945 complement
20946 \end_layout
20947
20948 \end_inset
20949 </cell>
20950 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20951 \begin_inset Text
20952
20953 \begin_layout Plain Layout
20954 \begin_inset ERT
20955 status collapsed
20956
20957 \begin_layout Plain Layout
20958
20959
20960 \backslash
20961 raisebox{-0.8mm}{
20962 \end_layout
20963
20964 \end_inset
20965
20966
20967 \begin_inset Formula $\complement$
20968 \end_inset
20969
20970
20971 \begin_inset ERT
20972 status collapsed
20973
20974 \begin_layout Plain Layout
20975
20976 }
20977 \end_layout
20978
20979 \end_inset
20980
20981
20982 \end_layout
20983
20984 \end_inset
20985 </cell>
20986 </row>
20987 <row>
20988 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20989 \begin_inset Text
20990
20991 \begin_layout Plain Layout
20992
20993 \backslash
20994 Bbbk
20995 \end_layout
20996
20997 \end_inset
20998 </cell>
20999 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21000 \begin_inset Text
21001
21002 \begin_layout Plain Layout
21003 \begin_inset Formula $\Bbbk$
21004 \end_inset
21005
21006
21007 \end_layout
21008
21009 \end_inset
21010 </cell>
21011 </row>
21012 </lyxtabular>
21013
21014 \end_inset
21015
21016
21017 \begin_inset space \hfill{}
21018 \end_inset
21019
21020
21021 \begin_inset Tabular
21022 <lyxtabular version="3" rows="10" columns="2">
21023 <features>
21024 <column alignment="center" valignment="top" width="0pt">
21025 <column alignment="center" valignment="top" width="0pt">
21026 <row>
21027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21028 \begin_inset Text
21029
21030 \begin_layout Plain Layout
21031 Command
21032 \end_layout
21033
21034 \end_inset
21035 </cell>
21036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21037 \begin_inset Text
21038
21039 \begin_layout Plain Layout
21040 Result
21041 \end_layout
21042
21043 \end_inset
21044 </cell>
21045 </row>
21046 <row>
21047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21048 \begin_inset Text
21049
21050 \begin_layout Plain Layout
21051
21052 \backslash
21053 prime
21054 \end_layout
21055
21056 \end_inset
21057 </cell>
21058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21059 \begin_inset Text
21060
21061 \begin_layout Plain Layout
21062 \begin_inset Formula $\prime$
21063 \end_inset
21064
21065
21066 \end_layout
21067
21068 \end_inset
21069 </cell>
21070 </row>
21071 <row>
21072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21073 \begin_inset Text
21074
21075 \begin_layout Plain Layout
21076
21077 \backslash
21078 backprime
21079 \end_layout
21080
21081 \end_inset
21082 </cell>
21083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21084 \begin_inset Text
21085
21086 \begin_layout Plain Layout
21087 \begin_inset Formula $\backprime$
21088 \end_inset
21089
21090
21091 \end_layout
21092
21093 \end_inset
21094 </cell>
21095 </row>
21096 <row>
21097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21098 \begin_inset Text
21099
21100 \begin_layout Plain Layout
21101
21102 \backslash
21103 mho
21104 \end_layout
21105
21106 \end_inset
21107 </cell>
21108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21109 \begin_inset Text
21110
21111 \begin_layout Plain Layout
21112 \begin_inset Formula $\mho$
21113 \end_inset
21114
21115
21116 \end_layout
21117
21118 \end_inset
21119 </cell>
21120 </row>
21121 <row>
21122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21123 \begin_inset Text
21124
21125 \begin_layout Plain Layout
21126
21127 \backslash
21128 triangle
21129 \end_layout
21130
21131 \end_inset
21132 </cell>
21133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21134 \begin_inset Text
21135
21136 \begin_layout Plain Layout
21137 \begin_inset Formula $\triangle$
21138 \end_inset
21139
21140
21141 \end_layout
21142
21143 \end_inset
21144 </cell>
21145 </row>
21146 <row>
21147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21148 \begin_inset Text
21149
21150 \begin_layout Plain Layout
21151
21152 \backslash
21153 angle
21154 \end_layout
21155
21156 \end_inset
21157 </cell>
21158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162 \begin_inset Formula $\angle$
21163 \end_inset
21164
21165
21166 \end_layout
21167
21168 \end_inset
21169 </cell>
21170 </row>
21171 <row>
21172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21173 \begin_inset Text
21174
21175 \begin_layout Plain Layout
21176
21177 \backslash
21178 measuredangle
21179 \end_layout
21180
21181 \end_inset
21182 </cell>
21183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21184 \begin_inset Text
21185
21186 \begin_layout Plain Layout
21187 \begin_inset Formula $\measuredangle$
21188 \end_inset
21189
21190
21191 \end_layout
21192
21193 \end_inset
21194 </cell>
21195 </row>
21196 <row>
21197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21198 \begin_inset Text
21199
21200 \begin_layout Plain Layout
21201
21202 \backslash
21203 sphericalangle
21204 \end_layout
21205
21206 \end_inset
21207 </cell>
21208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21209 \begin_inset Text
21210
21211 \begin_layout Plain Layout
21212 \begin_inset Formula $\sphericalangle$
21213 \end_inset
21214
21215
21216 \end_layout
21217
21218 \end_inset
21219 </cell>
21220 </row>
21221 <row>
21222 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226
21227 \backslash
21228 top
21229 \end_layout
21230
21231 \end_inset
21232 </cell>
21233 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21234 \begin_inset Text
21235
21236 \begin_layout Plain Layout
21237 \begin_inset Formula $\top$
21238 \end_inset
21239
21240
21241 \end_layout
21242
21243 \end_inset
21244 </cell>
21245 </row>
21246 <row>
21247 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21248 \begin_inset Text
21249
21250 \begin_layout Plain Layout
21251
21252 \backslash
21253 bot
21254 \end_layout
21255
21256 \end_inset
21257 </cell>
21258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262 \begin_inset Formula $\bot$
21263 \end_inset
21264
21265
21266 \end_layout
21267
21268 \end_inset
21269 </cell>
21270 </row>
21271 </lyxtabular>
21272
21273 \end_inset
21274
21275
21276 \begin_inset space \hfill{}
21277 \end_inset
21278
21279
21280 \end_layout
21281
21282 \begin_layout Standard
21283 \begin_inset Newpage newpage
21284 \end_inset
21285
21286
21287 \end_layout
21288
21289 \begin_layout Subsection
21290 Miscellaneous Symbols
21291 \begin_inset CommandInset label
21292 LatexCommand label
21293 name "sub:Miscellaneous-Symbols"
21294
21295 \end_inset
21296
21297
21298 \begin_inset Index
21299 status collapsed
21300
21301 \begin_layout Plain Layout
21302 Symbols ! miscellaneous
21303 \end_layout
21304
21305 \end_inset
21306
21307
21308 \end_layout
21309
21310 \begin_layout Standard
21311 \noindent
21312 \align center
21313 \begin_inset Tabular
21314 <lyxtabular version="3" rows="10" columns="2">
21315 <features>
21316 <column alignment="center" valignment="top" width="0pt">
21317 <column alignment="center" valignment="top" width="0pt">
21318 <row>
21319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323 Command
21324 \end_layout
21325
21326 \end_inset
21327 </cell>
21328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332 Result
21333 \end_layout
21334
21335 \end_inset
21336 </cell>
21337 </row>
21338 <row>
21339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21340 \begin_inset Text
21341
21342 \begin_layout Plain Layout
21343
21344 \backslash
21345 flat
21346 \end_layout
21347
21348 \end_inset
21349 </cell>
21350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21351 \begin_inset Text
21352
21353 \begin_layout Plain Layout
21354 \begin_inset Formula $\flat$
21355 \end_inset
21356
21357
21358 \end_layout
21359
21360 \end_inset
21361 </cell>
21362 </row>
21363 <row>
21364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21365 \begin_inset Text
21366
21367 \begin_layout Plain Layout
21368
21369 \backslash
21370 natural
21371 \end_layout
21372
21373 \end_inset
21374 </cell>
21375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21376 \begin_inset Text
21377
21378 \begin_layout Plain Layout
21379 \begin_inset Formula $\natural$
21380 \end_inset
21381
21382
21383 \end_layout
21384
21385 \end_inset
21386 </cell>
21387 </row>
21388 <row>
21389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21390 \begin_inset Text
21391
21392 \begin_layout Plain Layout
21393
21394 \backslash
21395 sharp
21396 \end_layout
21397
21398 \end_inset
21399 </cell>
21400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21401 \begin_inset Text
21402
21403 \begin_layout Plain Layout
21404 \begin_inset Formula $\sharp$
21405 \end_inset
21406
21407
21408 \end_layout
21409
21410 \end_inset
21411 </cell>
21412 </row>
21413 <row>
21414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21415 \begin_inset Text
21416
21417 \begin_layout Plain Layout
21418
21419 \backslash
21420 surd
21421 \end_layout
21422
21423 \end_inset
21424 </cell>
21425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21426 \begin_inset Text
21427
21428 \begin_layout Plain Layout
21429 \begin_inset Formula $\surd$
21430 \end_inset
21431
21432
21433 \end_layout
21434
21435 \end_inset
21436 </cell>
21437 </row>
21438 <row>
21439 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21440 \begin_inset Text
21441
21442 \begin_layout Plain Layout
21443
21444 \backslash
21445 checkmark
21446 \end_layout
21447
21448 \end_inset
21449 </cell>
21450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21451 \begin_inset Text
21452
21453 \begin_layout Plain Layout
21454 \begin_inset Formula $\checkmark$
21455 \end_inset
21456
21457
21458 \end_layout
21459
21460 \end_inset
21461 </cell>
21462 </row>
21463 <row>
21464 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21465 \begin_inset Text
21466
21467 \begin_layout Plain Layout
21468
21469 \backslash
21470 yen
21471 \end_layout
21472
21473 \end_inset
21474 </cell>
21475 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21476 \begin_inset Text
21477
21478 \begin_layout Plain Layout
21479 \begin_inset Formula $\yen$
21480 \end_inset
21481
21482
21483 \end_layout
21484
21485 \end_inset
21486 </cell>
21487 </row>
21488 <row>
21489 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21490 \begin_inset Text
21491
21492 \begin_layout Plain Layout
21493
21494 \backslash
21495 pounds
21496 \end_layout
21497
21498 \end_inset
21499 </cell>
21500 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21501 \begin_inset Text
21502
21503 \begin_layout Plain Layout
21504 \begin_inset Formula $\pounds$
21505 \end_inset
21506
21507
21508 \end_layout
21509
21510 \end_inset
21511 </cell>
21512 </row>
21513 <row>
21514 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21515 \begin_inset Text
21516
21517 \begin_layout Plain Layout
21518 $
21519 \end_layout
21520
21521 \end_inset
21522 </cell>
21523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21524 \begin_inset Text
21525
21526 \begin_layout Plain Layout
21527 \begin_inset Formula $\$$
21528 \end_inset
21529
21530
21531 \end_layout
21532
21533 \end_inset
21534 </cell>
21535 </row>
21536 <row>
21537 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21538 \begin_inset Text
21539
21540 \begin_layout Plain Layout
21541 §
21542 \end_layout
21543
21544 \end_inset
21545 </cell>
21546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21547 \begin_inset Text
21548
21549 \begin_layout Plain Layout
21550 \begin_inset Formula $§$
21551 \end_inset
21552
21553
21554 \end_layout
21555
21556 \end_inset
21557 </cell>
21558 </row>
21559 </lyxtabular>
21560
21561 \end_inset
21562
21563
21564 \begin_inset Tabular
21565 <lyxtabular version="3" rows="10" columns="2">
21566 <features>
21567 <column alignment="center" valignment="top" width="0">
21568 <column alignment="center" valignment="top" width="0">
21569 <row>
21570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21571 \begin_inset Text
21572
21573 \begin_layout Plain Layout
21574 Command
21575 \end_layout
21576
21577 \end_inset
21578 </cell>
21579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21580 \begin_inset Text
21581
21582 \begin_layout Plain Layout
21583 Result
21584 \end_layout
21585
21586 \end_inset
21587 </cell>
21588 </row>
21589 <row>
21590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21591 \begin_inset Text
21592
21593 \begin_layout Plain Layout
21594
21595 \backslash
21596 hbar
21597 \end_layout
21598
21599 \end_inset
21600 </cell>
21601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21602 \begin_inset Text
21603
21604 \begin_layout Plain Layout
21605 \begin_inset Formula $\hbar$
21606 \end_inset
21607
21608
21609 \end_layout
21610
21611 \end_inset
21612 </cell>
21613 </row>
21614 <row>
21615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21616 \begin_inset Text
21617
21618 \begin_layout Plain Layout
21619
21620 \backslash
21621 hslash
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21627 \begin_inset Text
21628
21629 \begin_layout Plain Layout
21630 \begin_inset Formula $\hslash$
21631 \end_inset
21632
21633
21634 \end_layout
21635
21636 \end_inset
21637 </cell>
21638 </row>
21639 <row>
21640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21641 \begin_inset Text
21642
21643 \begin_layout Plain Layout
21644
21645 \backslash
21646 clubsuit
21647 \end_layout
21648
21649 \end_inset
21650 </cell>
21651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21652 \begin_inset Text
21653
21654 \begin_layout Plain Layout
21655 \begin_inset Formula $\clubsuit$
21656 \end_inset
21657
21658
21659 \end_layout
21660
21661 \end_inset
21662 </cell>
21663 </row>
21664 <row>
21665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21666 \begin_inset Text
21667
21668 \begin_layout Plain Layout
21669
21670 \backslash
21671 spadesuit
21672 \end_layout
21673
21674 \end_inset
21675 </cell>
21676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21677 \begin_inset Text
21678
21679 \begin_layout Plain Layout
21680 \begin_inset Formula $\spadesuit$
21681 \end_inset
21682
21683
21684 \end_layout
21685
21686 \end_inset
21687 </cell>
21688 </row>
21689 <row>
21690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21691 \begin_inset Text
21692
21693 \begin_layout Plain Layout
21694
21695 \backslash
21696 bigstar
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21702 \begin_inset Text
21703
21704 \begin_layout Plain Layout
21705 \begin_inset Formula $\bigstar$
21706 \end_inset
21707
21708
21709 \end_layout
21710
21711 \end_inset
21712 </cell>
21713 </row>
21714 <row>
21715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21716 \begin_inset Text
21717
21718 \begin_layout Plain Layout
21719
21720 \backslash
21721 blacklozenge
21722 \end_layout
21723
21724 \end_inset
21725 </cell>
21726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21727 \begin_inset Text
21728
21729 \begin_layout Plain Layout
21730 \begin_inset Formula $\blacklozenge$
21731 \end_inset
21732
21733
21734 \end_layout
21735
21736 \end_inset
21737 </cell>
21738 </row>
21739 <row>
21740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21741 \begin_inset Text
21742
21743 \begin_layout Plain Layout
21744
21745 \backslash
21746 blacktriangle
21747 \end_layout
21748
21749 \end_inset
21750 </cell>
21751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21752 \begin_inset Text
21753
21754 \begin_layout Plain Layout
21755 \begin_inset Formula $\blacktriangle$
21756 \end_inset
21757
21758
21759 \end_layout
21760
21761 \end_inset
21762 </cell>
21763 </row>
21764 <row>
21765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21766 \begin_inset Text
21767
21768 \begin_layout Plain Layout
21769
21770 \backslash
21771 blacktiangledown
21772 \end_layout
21773
21774 \end_inset
21775 </cell>
21776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21777 \begin_inset Text
21778
21779 \begin_layout Plain Layout
21780 \begin_inset Formula $\blacktriangledown$
21781 \end_inset
21782
21783
21784 \end_layout
21785
21786 \end_inset
21787 </cell>
21788 </row>
21789 <row>
21790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21791 \begin_inset Text
21792
21793 \begin_layout Plain Layout
21794
21795 \backslash
21796 bullet
21797 \end_layout
21798
21799 \end_inset
21800 </cell>
21801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21802 \begin_inset Text
21803
21804 \begin_layout Plain Layout
21805 \begin_inset Formula $\bullet$
21806 \end_inset
21807
21808
21809 \end_layout
21810
21811 \end_inset
21812 </cell>
21813 </row>
21814 </lyxtabular>
21815
21816 \end_inset
21817
21818
21819 \begin_inset Tabular
21820 <lyxtabular version="3" rows="10" columns="2">
21821 <features>
21822 <column alignment="center" valignment="top" width="0pt">
21823 <column alignment="center" valignment="top" width="0pt">
21824 <row>
21825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21826 \begin_inset Text
21827
21828 \begin_layout Plain Layout
21829 Command
21830 \end_layout
21831
21832 \end_inset
21833 </cell>
21834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21835 \begin_inset Text
21836
21837 \begin_layout Plain Layout
21838 Result
21839 \end_layout
21840
21841 \end_inset
21842 </cell>
21843 </row>
21844 <row>
21845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21846 \begin_inset Text
21847
21848 \begin_layout Plain Layout
21849
21850 \backslash
21851 diamondsuit
21852 \end_layout
21853
21854 \end_inset
21855 </cell>
21856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21857 \begin_inset Text
21858
21859 \begin_layout Plain Layout
21860 \begin_inset Formula $\diamondsuit$
21861 \end_inset
21862
21863
21864 \end_layout
21865
21866 \end_inset
21867 </cell>
21868 </row>
21869 <row>
21870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21871 \begin_inset Text
21872
21873 \begin_layout Plain Layout
21874
21875 \backslash
21876 Diamond
21877 \end_layout
21878
21879 \end_inset
21880 </cell>
21881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21882 \begin_inset Text
21883
21884 \begin_layout Plain Layout
21885 \begin_inset Formula $\Diamond$
21886 \end_inset
21887
21888
21889 \end_layout
21890
21891 \end_inset
21892 </cell>
21893 </row>
21894 <row>
21895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21896 \begin_inset Text
21897
21898 \begin_layout Plain Layout
21899
21900 \backslash
21901 heartsuit
21902 \end_layout
21903
21904 \end_inset
21905 </cell>
21906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21907 \begin_inset Text
21908
21909 \begin_layout Plain Layout
21910 \begin_inset Formula $\heartsuit$
21911 \end_inset
21912
21913
21914 \end_layout
21915
21916 \end_inset
21917 </cell>
21918 </row>
21919 <row>
21920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21921 \begin_inset Text
21922
21923 \begin_layout Plain Layout
21924
21925 \backslash
21926 P
21927 \end_layout
21928
21929 \end_inset
21930 </cell>
21931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21932 \begin_inset Text
21933
21934 \begin_layout Plain Layout
21935 \begin_inset Formula $\P$
21936 \end_inset
21937
21938
21939 \end_layout
21940
21941 \end_inset
21942 </cell>
21943 </row>
21944 <row>
21945 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21946 \begin_inset Text
21947
21948 \begin_layout Plain Layout
21949
21950 \backslash
21951 copyright
21952 \end_layout
21953
21954 \end_inset
21955 </cell>
21956 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21957 \begin_inset Text
21958
21959 \begin_layout Plain Layout
21960 \begin_inset Formula $\copyright$
21961 \end_inset
21962
21963
21964 \end_layout
21965
21966 \end_inset
21967 </cell>
21968 </row>
21969 <row>
21970 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21971 \begin_inset Text
21972
21973 \begin_layout Plain Layout
21974
21975 \backslash
21976 circledR
21977 \end_layout
21978
21979 \end_inset
21980 </cell>
21981 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21982 \begin_inset Text
21983
21984 \begin_layout Plain Layout
21985 \begin_inset Formula $\circledR$
21986 \end_inset
21987
21988
21989 \end_layout
21990
21991 \end_inset
21992 </cell>
21993 </row>
21994 <row>
21995 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21996 \begin_inset Text
21997
21998 \begin_layout Plain Layout
21999
22000 \backslash
22001 maltese
22002 \end_layout
22003
22004 \end_inset
22005 </cell>
22006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22007 \begin_inset Text
22008
22009 \begin_layout Plain Layout
22010 \begin_inset Formula $\maltese$
22011 \end_inset
22012
22013
22014 \end_layout
22015
22016 \end_inset
22017 </cell>
22018 </row>
22019 <row>
22020 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22021 \begin_inset Text
22022
22023 \begin_layout Plain Layout
22024
22025 \backslash
22026 diagup
22027 \end_layout
22028
22029 \end_inset
22030 </cell>
22031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22032 \begin_inset Text
22033
22034 \begin_layout Plain Layout
22035 \begin_inset Formula $\diagup$
22036 \end_inset
22037
22038
22039 \end_layout
22040
22041 \end_inset
22042 </cell>
22043 </row>
22044 <row>
22045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22046 \begin_inset Text
22047
22048 \begin_layout Plain Layout
22049
22050 \backslash
22051 diagdown
22052 \end_layout
22053
22054 \end_inset
22055 </cell>
22056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22057 \begin_inset Text
22058
22059 \begin_layout Plain Layout
22060 \begin_inset Formula $\diagdown$
22061 \end_inset
22062
22063
22064 \end_layout
22065
22066 \end_inset
22067 </cell>
22068 </row>
22069 </lyxtabular>
22070
22071 \end_inset
22072
22073
22074 \end_layout
22075
22076 \begin_layout Standard
22077 \begin_inset VSpace medskip
22078 \end_inset
22079
22080 More symbols are listed in 
22081 \begin_inset CommandInset ref
22082 LatexCommand ref
22083 reference "sub:Miscellaneous-special-Characters"
22084
22085 \end_inset
22086
22087 .
22088 \end_layout
22089
22090 \begin_layout Standard
22091 Some symbols can be displayed in different sizes, see 
22092 \begin_inset CommandInset ref
22093 LatexCommand ref
22094 reference "sub:Font-Sizes"
22095
22096 \end_inset
22097
22098 .
22099 \end_layout
22100
22101 \begin_layout Subsection
22102 The Euro-Symbol €
22103 \begin_inset Index
22104 status collapsed
22105
22106 \begin_layout Plain Layout
22107 Symbols ! Euro-symbol
22108 \end_layout
22109
22110 \end_inset
22111
22112
22113 \begin_inset Index
22114 status collapsed
22115
22116 \begin_layout Plain Layout
22117
22118 \backslash
22119 @
22120 \begin_inset ERT
22121 status collapsed
22122
22123 \begin_layout Plain Layout
22124
22125
22126 \backslash
22127 officialeuro
22128 \end_layout
22129
22130 \end_inset
22131
22132
22133 \end_layout
22134
22135 \end_inset
22136
22137
22138 \end_layout
22139
22140 \begin_layout Standard
22141 To use the Euro symbol in formulas, the LaTeX-package 
22142 \series bold
22143 eurosym
22144 \series default
22145
22146 \begin_inset Index
22147 status collapsed
22148
22149 \begin_layout Plain Layout
22150 Packages ! eurosym
22151 \end_layout
22152
22153 \end_inset
22154
22155  must be installed and loaded with the LaTeX-preamble line
22156 \end_layout
22157
22158 \begin_layout Standard
22159
22160 \series bold
22161
22162 \backslash
22163 usepackage[gennarrow]{eurosym}
22164 \end_layout
22165
22166 \begin_layout Standard
22167 The Euro symbol can now be inserted with the command 
22168 \series bold
22169
22170 \backslash
22171 euro
22172 \series default
22173
22174 \begin_inset Index
22175 status collapsed
22176
22177 \begin_layout Plain Layout
22178 Commands ! E ! 
22179 \backslash
22180 euro
22181 \end_layout
22182
22183 \end_inset
22184
22185 .
22186 \end_layout
22187
22188 \begin_layout Standard
22189 The Euro symbol can directly be inserted with the € key in mathematical
22190  text, without having 
22191 \series bold
22192 eurosym
22193 \series default
22194  installed.
22195  When 
22196 \series bold
22197 eurosym
22198 \series default
22199  is installed, 
22200 \series bold
22201
22202 \backslash
22203 euro
22204 \series default
22205  can also be inserted in TeX-mode.
22206  The official currency symbol can then be inserted with the command 
22207 \series bold
22208
22209 \backslash
22210 officialeuro
22211 \series default
22212
22213 \begin_inset Index
22214 status collapsed
22215
22216 \begin_layout Plain Layout
22217 Commands ! O ! 
22218 \backslash
22219 officialeuro
22220 \end_layout
22221
22222 \end_inset
22223
22224 , that is only available in TeX-mode.
22225 \end_layout
22226
22227 \begin_layout Standard
22228 \begin_inset ERT
22229 status collapsed
22230
22231 \begin_layout Plain Layout
22232
22233
22234 \backslash
22235 ifeurosym 
22236 \end_layout
22237
22238 \end_inset
22239
22240
22241 \begin_inset Note Note
22242 status open
22243
22244 \begin_layout Plain Layout
22245 The following table will only be displayed when the LaTeX-package 
22246 \series bold
22247 eurosym
22248 \series default
22249  is installed.
22250 \end_layout
22251
22252 \end_inset
22253
22254
22255 \end_layout
22256
22257 \begin_layout Standard
22258 An overview about the different Euro symbols:
22259 \end_layout
22260
22261 \begin_layout Standard
22262 \align center
22263 \begin_inset Tabular
22264 <lyxtabular version="3" rows="4" columns="3">
22265 <features>
22266 <column alignment="center" valignment="top" width="0pt">
22267 <column alignment="center" valignment="top" width="0pt">
22268 <column alignment="center" valignment="top" width="0pt">
22269 <row>
22270 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22271 \begin_inset Text
22272
22273 \begin_layout Plain Layout
22274
22275 \end_layout
22276
22277 \end_inset
22278 </cell>
22279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22280 \begin_inset Text
22281
22282 \begin_layout Plain Layout
22283 Command 
22284 \end_layout
22285
22286 \end_inset
22287 </cell>
22288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22289 \begin_inset Text
22290
22291 \begin_layout Plain Layout
22292 Result
22293 \end_layout
22294
22295 \end_inset
22296 </cell>
22297 </row>
22298 <row>
22299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22300 \begin_inset Text
22301
22302 \begin_layout Plain Layout
22303 formula
22304 \end_layout
22305
22306 \end_inset
22307 </cell>
22308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22309 \begin_inset Text
22310
22311 \begin_layout Plain Layout
22312
22313 \backslash
22314 euro
22315 \end_layout
22316
22317 \end_inset
22318 </cell>
22319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22320 \begin_inset Text
22321
22322 \begin_layout Plain Layout
22323 \begin_inset Formula $\euro$
22324 \end_inset
22325
22326
22327 \end_layout
22328
22329 \end_inset
22330 </cell>
22331 </row>
22332 <row>
22333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22334 \begin_inset Text
22335
22336 \begin_layout Plain Layout
22337 mathematical text
22338 \end_layout
22339
22340 \end_inset
22341 </cell>
22342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22343 \begin_inset Text
22344
22345 \begin_layout Plain Layout
22346
22347 \end_layout
22348
22349 \end_inset
22350 </cell>
22351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355 \begin_inset Formula $\mbox{€}$
22356 \end_inset
22357
22358
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 </row>
22364 <row>
22365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22366 \begin_inset Text
22367
22368 \begin_layout Plain Layout
22369 TeX-mode
22370 \end_layout
22371
22372 \end_inset
22373 </cell>
22374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22375 \begin_inset Text
22376
22377 \begin_layout Plain Layout
22378
22379 \backslash
22380 officialeuro
22381 \end_layout
22382
22383 \end_inset
22384 </cell>
22385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22386 \begin_inset Text
22387
22388 \begin_layout Plain Layout
22389 \begin_inset ERT
22390 status collapsed
22391
22392 \begin_layout Plain Layout
22393
22394
22395 \backslash
22396 officialeuro
22397 \end_layout
22398
22399 \end_inset
22400
22401
22402 \end_layout
22403
22404 \end_inset
22405 </cell>
22406 </row>
22407 </lyxtabular>
22408
22409 \end_inset
22410
22411
22412 \end_layout
22413
22414 \begin_layout Standard
22415 \begin_inset ERT
22416 status collapsed
22417
22418 \begin_layout Plain Layout
22419
22420
22421 \backslash
22422 else 
22423 \end_layout
22424
22425 \end_inset
22426
22427
22428 \begin_inset Note Note
22429 status open
22430
22431 \begin_layout Plain Layout
22432 The following will be displayed when the LaTeX-package 
22433 \series bold
22434 eurosym
22435 \series default
22436  is not installed:
22437 \end_layout
22438
22439 \end_inset
22440
22441
22442 \end_layout
22443
22444 \begin_layout Standard
22445 You need to install the LaTeX-package 
22446 \series bold
22447 eurosym
22448 \series default
22449  to see the rest of this subsection in the output.
22450 \end_layout
22451
22452 \begin_layout Standard
22453 \begin_inset ERT
22454 status collapsed
22455
22456 \begin_layout Plain Layout
22457
22458
22459 \backslash
22460 fi 
22461 \end_layout
22462
22463 \end_inset
22464
22465
22466 \end_layout
22467
22468 \begin_layout Section
22469 Relations
22470 \begin_inset CommandInset label
22471 LatexCommand label
22472 name "sec:Relations"
22473
22474 \end_inset
22475
22476
22477 \begin_inset Index
22478 status collapsed
22479
22480 \begin_layout Plain Layout
22481 Relations
22482 \end_layout
22483
22484 \end_inset
22485
22486
22487 \begin_inset Index
22488 status collapsed
22489
22490 \begin_layout Plain Layout
22491 Comparisons|see
22492 \begin_inset ERT
22493 status collapsed
22494
22495 \begin_layout Plain Layout
22496
22497 {
22498 \end_layout
22499
22500 \end_inset
22501
22502 Relations
22503 \begin_inset ERT
22504 status collapsed
22505
22506 \begin_layout Plain Layout
22507
22508 }
22509 \end_layout
22510
22511 \end_inset
22512
22513
22514 \end_layout
22515
22516 \end_inset
22517
22518
22519 \end_layout
22520
22521 \begin_layout Standard
22522 All relations can also be inserted via the toolbar button 
22523 \begin_inset Graphics
22524         filename ../images/math/leq.png
22525         scale 85
22526
22527 \end_inset
22528
22529 .
22530 \end_layout
22531
22532 \begin_layout Standard
22533 \begin_inset space \hfill{}
22534 \end_inset
22535
22536
22537 \begin_inset Tabular
22538 <lyxtabular version="3" rows="17" columns="2">
22539 <features>
22540 <column alignment="center" valignment="top" width="0pt">
22541 <column alignment="center" valignment="top" width="0pt">
22542 <row>
22543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22544 \begin_inset Text
22545
22546 \begin_layout Plain Layout
22547 Command
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556 Result
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 </row>
22562 <row>
22563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567 <
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22573 \begin_inset Text
22574
22575 \begin_layout Plain Layout
22576 \begin_inset Formula $<$
22577 \end_inset
22578
22579
22580 \end_layout
22581
22582 \end_inset
22583 </cell>
22584 </row>
22585 <row>
22586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22587 \begin_inset Text
22588
22589 \begin_layout Plain Layout
22590
22591 \backslash
22592 le
22593 \end_layout
22594
22595 \end_inset
22596 </cell>
22597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22598 \begin_inset Text
22599
22600 \begin_layout Plain Layout
22601 \begin_inset Formula $\le$
22602 \end_inset
22603
22604
22605 \end_layout
22606
22607 \end_inset
22608 </cell>
22609 </row>
22610 <row>
22611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22612 \begin_inset Text
22613
22614 \begin_layout Plain Layout
22615
22616 \backslash
22617 ll
22618 \end_layout
22619
22620 \end_inset
22621 </cell>
22622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22623 \begin_inset Text
22624
22625 \begin_layout Plain Layout
22626 \begin_inset Formula $\ll$
22627 \end_inset
22628
22629
22630 \end_layout
22631
22632 \end_inset
22633 </cell>
22634 </row>
22635 <row>
22636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22637 \begin_inset Text
22638
22639 \begin_layout Plain Layout
22640
22641 \backslash
22642 prec
22643 \end_layout
22644
22645 \end_inset
22646 </cell>
22647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22648 \begin_inset Text
22649
22650 \begin_layout Plain Layout
22651 \begin_inset Formula $\prec$
22652 \end_inset
22653
22654
22655 \end_layout
22656
22657 \end_inset
22658 </cell>
22659 </row>
22660 <row>
22661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22662 \begin_inset Text
22663
22664 \begin_layout Plain Layout
22665
22666 \backslash
22667 preceq
22668 \end_layout
22669
22670 \end_inset
22671 </cell>
22672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22673 \begin_inset Text
22674
22675 \begin_layout Plain Layout
22676 \begin_inset Formula $\preceq$
22677 \end_inset
22678
22679
22680 \end_layout
22681
22682 \end_inset
22683 </cell>
22684 </row>
22685 <row>
22686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22687 \begin_inset Text
22688
22689 \begin_layout Plain Layout
22690
22691 \backslash
22692 subset
22693 \end_layout
22694
22695 \end_inset
22696 </cell>
22697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22698 \begin_inset Text
22699
22700 \begin_layout Plain Layout
22701 \begin_inset Formula $\subset$
22702 \end_inset
22703
22704
22705 \end_layout
22706
22707 \end_inset
22708 </cell>
22709 </row>
22710 <row>
22711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22712 \begin_inset Text
22713
22714 \begin_layout Plain Layout
22715
22716 \backslash
22717 subseteq
22718 \end_layout
22719
22720 \end_inset
22721 </cell>
22722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22723 \begin_inset Text
22724
22725 \begin_layout Plain Layout
22726 \begin_inset Formula $\subseteq$
22727 \end_inset
22728
22729
22730 \end_layout
22731
22732 \end_inset
22733 </cell>
22734 </row>
22735 <row>
22736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22737 \begin_inset Text
22738
22739 \begin_layout Plain Layout
22740
22741 \backslash
22742 sqsubseteq
22743 \end_layout
22744
22745 \end_inset
22746 </cell>
22747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22748 \begin_inset Text
22749
22750 \begin_layout Plain Layout
22751 \begin_inset Formula $\sqsubseteq$
22752 \end_inset
22753
22754
22755 \end_layout
22756
22757 \end_inset
22758 </cell>
22759 </row>
22760 <row>
22761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22762 \begin_inset Text
22763
22764 \begin_layout Plain Layout
22765
22766 \backslash
22767 in
22768 \end_layout
22769
22770 \end_inset
22771 </cell>
22772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22773 \begin_inset Text
22774
22775 \begin_layout Plain Layout
22776 \begin_inset Formula $\in$
22777 \end_inset
22778
22779
22780 \end_layout
22781
22782 \end_inset
22783 </cell>
22784 </row>
22785 <row>
22786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22787 \begin_inset Text
22788
22789 \begin_layout Plain Layout
22790
22791 \backslash
22792 vdash
22793 \end_layout
22794
22795 \end_inset
22796 </cell>
22797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22798 \begin_inset Text
22799
22800 \begin_layout Plain Layout
22801 \begin_inset Formula $\vdash$
22802 \end_inset
22803
22804
22805 \end_layout
22806
22807 \end_inset
22808 </cell>
22809 </row>
22810 <row>
22811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22812 \begin_inset Text
22813
22814 \begin_layout Plain Layout
22815
22816 \backslash
22817 smile
22818 \end_layout
22819
22820 \end_inset
22821 </cell>
22822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22823 \begin_inset Text
22824
22825 \begin_layout Plain Layout
22826 \begin_inset Formula $\smile$
22827 \end_inset
22828
22829
22830 \end_layout
22831
22832 \end_inset
22833 </cell>
22834 </row>
22835 <row>
22836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22837 \begin_inset Text
22838
22839 \begin_layout Plain Layout
22840
22841 \backslash
22842 lhd
22843 \end_layout
22844
22845 \end_inset
22846 </cell>
22847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22848 \begin_inset Text
22849
22850 \begin_layout Plain Layout
22851 \begin_inset Formula $\lhd$
22852 \end_inset
22853
22854
22855 \end_layout
22856
22857 \end_inset
22858 </cell>
22859 </row>
22860 <row>
22861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22862 \begin_inset Text
22863
22864 \begin_layout Plain Layout
22865
22866 \backslash
22867 unlhd
22868 \end_layout
22869
22870 \end_inset
22871 </cell>
22872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22873 \begin_inset Text
22874
22875 \begin_layout Plain Layout
22876 \begin_inset Formula $\unlhd$
22877 \end_inset
22878
22879
22880 \end_layout
22881
22882 \end_inset
22883 </cell>
22884 </row>
22885 <row>
22886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22887 \begin_inset Text
22888
22889 \begin_layout Plain Layout
22890
22891 \backslash
22892 gtrless
22893 \end_layout
22894
22895 \end_inset
22896 </cell>
22897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22898 \begin_inset Text
22899
22900 \begin_layout Plain Layout
22901 \begin_inset Formula $\gtrless$
22902 \end_inset
22903
22904
22905 \end_layout
22906
22907 \end_inset
22908 </cell>
22909 </row>
22910 <row>
22911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22912 \begin_inset Text
22913
22914 \begin_layout Plain Layout
22915
22916 \backslash
22917 mid
22918 \end_layout
22919
22920 \end_inset
22921 </cell>
22922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22923 \begin_inset Text
22924
22925 \begin_layout Plain Layout
22926 \begin_inset Formula $\mid$
22927 \end_inset
22928
22929
22930 \end_layout
22931
22932 \end_inset
22933 </cell>
22934 </row>
22935 <row>
22936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22937 \begin_inset Text
22938
22939 \begin_layout Plain Layout
22940
22941 \backslash
22942 nmid
22943 \end_layout
22944
22945 \end_inset
22946 </cell>
22947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22948 \begin_inset Text
22949
22950 \begin_layout Plain Layout
22951 \begin_inset Formula $\nmid$
22952 \end_inset
22953
22954
22955 \end_layout
22956
22957 \end_inset
22958 </cell>
22959 </row>
22960 </lyxtabular>
22961
22962 \end_inset
22963
22964
22965 \begin_inset space \hfill{}
22966 \end_inset
22967
22968
22969 \begin_inset Tabular
22970 <lyxtabular version="3" rows="17" columns="2">
22971 <features>
22972 <column alignment="center" valignment="top" width="0pt">
22973 <column alignment="center" valignment="top" width="0pt">
22974 <row>
22975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22976 \begin_inset Text
22977
22978 \begin_layout Plain Layout
22979 Command
22980 \end_layout
22981
22982 \end_inset
22983 </cell>
22984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22985 \begin_inset Text
22986
22987 \begin_layout Plain Layout
22988 Result
22989 \end_layout
22990
22991 \end_inset
22992 </cell>
22993 </row>
22994 <row>
22995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22996 \begin_inset Text
22997
22998 \begin_layout Plain Layout
22999 =
23000 \end_layout
23001
23002 \end_inset
23003 </cell>
23004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23005 \begin_inset Text
23006
23007 \begin_layout Plain Layout
23008 \begin_inset Formula $=$
23009 \end_inset
23010
23011
23012 \end_layout
23013
23014 \end_inset
23015 </cell>
23016 </row>
23017 <row>
23018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23019 \begin_inset Text
23020
23021 \begin_layout Plain Layout
23022
23023 \backslash
23024 not=
23025 \end_layout
23026
23027 \end_inset
23028 </cell>
23029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23030 \begin_inset Text
23031
23032 \begin_layout Plain Layout
23033 \begin_inset Formula $\not=$
23034 \end_inset
23035
23036
23037 \end_layout
23038
23039 \end_inset
23040 </cell>
23041 </row>
23042 <row>
23043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23044 \begin_inset Text
23045
23046 \begin_layout Plain Layout
23047
23048 \backslash
23049 equiv
23050 \end_layout
23051
23052 \end_inset
23053 </cell>
23054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23055 \begin_inset Text
23056
23057 \begin_layout Plain Layout
23058 \begin_inset Formula $\equiv$
23059 \end_inset
23060
23061
23062 \end_layout
23063
23064 \end_inset
23065 </cell>
23066 </row>
23067 <row>
23068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23069 \begin_inset Text
23070
23071 \begin_layout Plain Layout
23072
23073 \backslash
23074 sim
23075 \end_layout
23076
23077 \end_inset
23078 </cell>
23079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23080 \begin_inset Text
23081
23082 \begin_layout Plain Layout
23083 \begin_inset Formula $\sim$
23084 \end_inset
23085
23086
23087 \end_layout
23088
23089 \end_inset
23090 </cell>
23091 </row>
23092 <row>
23093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23094 \begin_inset Text
23095
23096 \begin_layout Plain Layout
23097
23098 \backslash
23099 simeq
23100 \end_layout
23101
23102 \end_inset
23103 </cell>
23104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23105 \begin_inset Text
23106
23107 \begin_layout Plain Layout
23108 \begin_inset Formula $\simeq$
23109 \end_inset
23110
23111
23112 \end_layout
23113
23114 \end_inset
23115 </cell>
23116 </row>
23117 <row>
23118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23119 \begin_inset Text
23120
23121 \begin_layout Plain Layout
23122
23123 \backslash
23124 approx
23125 \end_layout
23126
23127 \end_inset
23128 </cell>
23129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23130 \begin_inset Text
23131
23132 \begin_layout Plain Layout
23133 \begin_inset Formula $\approx$
23134 \end_inset
23135
23136
23137 \end_layout
23138
23139 \end_inset
23140 </cell>
23141 </row>
23142 <row>
23143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23144 \begin_inset Text
23145
23146 \begin_layout Plain Layout
23147
23148 \backslash
23149 cong
23150 \end_layout
23151
23152 \end_inset
23153 </cell>
23154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23155 \begin_inset Text
23156
23157 \begin_layout Plain Layout
23158 \begin_inset Formula $\cong$
23159 \end_inset
23160
23161
23162 \end_layout
23163
23164 \end_inset
23165 </cell>
23166 </row>
23167 <row>
23168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23169 \begin_inset Text
23170
23171 \begin_layout Plain Layout
23172
23173 \backslash
23174 bowtie
23175 \end_layout
23176
23177 \end_inset
23178 </cell>
23179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23180 \begin_inset Text
23181
23182 \begin_layout Plain Layout
23183 \begin_inset Formula $\bowtie$
23184 \end_inset
23185
23186
23187 \end_layout
23188
23189 \end_inset
23190 </cell>
23191 </row>
23192 <row>
23193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23194 \begin_inset Text
23195
23196 \begin_layout Plain Layout
23197
23198 \backslash
23199 notin
23200 \end_layout
23201
23202 \end_inset
23203 </cell>
23204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23205 \begin_inset Text
23206
23207 \begin_layout Plain Layout
23208 \begin_inset Formula $\notin$
23209 \end_inset
23210
23211
23212 \end_layout
23213
23214 \end_inset
23215 </cell>
23216 </row>
23217 <row>
23218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23219 \begin_inset Text
23220
23221 \begin_layout Plain Layout
23222
23223 \backslash
23224 perp
23225 \end_layout
23226
23227 \end_inset
23228 </cell>
23229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23230 \begin_inset Text
23231
23232 \begin_layout Plain Layout
23233 \begin_inset Formula $\perp$
23234 \end_inset
23235
23236
23237 \end_layout
23238
23239 \end_inset
23240 </cell>
23241 </row>
23242 <row>
23243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23244 \begin_inset Text
23245
23246 \begin_layout Plain Layout
23247
23248 \backslash
23249 propto
23250 \end_layout
23251
23252 \end_inset
23253 </cell>
23254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23255 \begin_inset Text
23256
23257 \begin_layout Plain Layout
23258 \begin_inset Formula $\propto$
23259 \end_inset
23260
23261
23262 \end_layout
23263
23264 \end_inset
23265 </cell>
23266 </row>
23267 <row>
23268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23269 \begin_inset Text
23270
23271 \begin_layout Plain Layout
23272
23273 \backslash
23274 asymp
23275 \end_layout
23276
23277 \end_inset
23278 </cell>
23279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23280 \begin_inset Text
23281
23282 \begin_layout Plain Layout
23283 \begin_inset Formula $\asymp$
23284 \end_inset
23285
23286
23287 \end_layout
23288
23289 \end_inset
23290 </cell>
23291 </row>
23292 <row>
23293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23294 \begin_inset Text
23295
23296 \begin_layout Plain Layout
23297
23298 \backslash
23299 doteq
23300 \end_layout
23301
23302 \end_inset
23303 </cell>
23304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23305 \begin_inset Text
23306
23307 \begin_layout Plain Layout
23308 \begin_inset Formula $\doteq$
23309 \end_inset
23310
23311
23312 \end_layout
23313
23314 \end_inset
23315 </cell>
23316 </row>
23317 <row>
23318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23319 \begin_inset Text
23320
23321 \begin_layout Plain Layout
23322
23323 \backslash
23324 circeq
23325 \end_layout
23326
23327 \end_inset
23328 </cell>
23329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23330 \begin_inset Text
23331
23332 \begin_layout Plain Layout
23333 \begin_inset Formula $\circeq$
23334 \end_inset
23335
23336
23337 \end_layout
23338
23339 \end_inset
23340 </cell>
23341 </row>
23342 <row>
23343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23344 \begin_inset Text
23345
23346 \begin_layout Plain Layout
23347
23348 \backslash
23349 models
23350 \end_layout
23351
23352 \end_inset
23353 </cell>
23354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23355 \begin_inset Text
23356
23357 \begin_layout Plain Layout
23358 \begin_inset Formula $\models$
23359 \end_inset
23360
23361
23362 \end_layout
23363
23364 \end_inset
23365 </cell>
23366 </row>
23367 <row>
23368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23369 \begin_inset Text
23370
23371 \begin_layout Plain Layout
23372
23373 \backslash
23374 widehat=
23375 \end_layout
23376
23377 \end_inset
23378 </cell>
23379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23380 \begin_inset Text
23381
23382 \begin_layout Plain Layout
23383 \begin_inset Formula $\widehat{=}$
23384 \end_inset
23385
23386
23387 \end_layout
23388
23389 \end_inset
23390 </cell>
23391 </row>
23392 </lyxtabular>
23393
23394 \end_inset
23395
23396
23397 \begin_inset space \hfill{}
23398 \end_inset
23399
23400
23401 \begin_inset Tabular
23402 <lyxtabular version="3" rows="17" columns="2">
23403 <features>
23404 <column alignment="center" valignment="top" width="0pt">
23405 <column alignment="center" valignment="top" width="0pt">
23406 <row>
23407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23408 \begin_inset Text
23409
23410 \begin_layout Plain Layout
23411 Command
23412 \end_layout
23413
23414 \end_inset
23415 </cell>
23416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23417 \begin_inset Text
23418
23419 \begin_layout Plain Layout
23420 Result
23421 \end_layout
23422
23423 \end_inset
23424 </cell>
23425 </row>
23426 <row>
23427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23428 \begin_inset Text
23429
23430 \begin_layout Plain Layout
23431 >
23432 \end_layout
23433
23434 \end_inset
23435 </cell>
23436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23437 \begin_inset Text
23438
23439 \begin_layout Plain Layout
23440 \begin_inset Formula $>$
23441 \end_inset
23442
23443
23444 \end_layout
23445
23446 \end_inset
23447 </cell>
23448 </row>
23449 <row>
23450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23451 \begin_inset Text
23452
23453 \begin_layout Plain Layout
23454
23455 \backslash
23456 ge
23457 \end_layout
23458
23459 \end_inset
23460 </cell>
23461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23462 \begin_inset Text
23463
23464 \begin_layout Plain Layout
23465 \begin_inset Formula $\ge$
23466 \end_inset
23467
23468
23469 \end_layout
23470
23471 \end_inset
23472 </cell>
23473 </row>
23474 <row>
23475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23476 \begin_inset Text
23477
23478 \begin_layout Plain Layout
23479
23480 \backslash
23481 gg
23482 \end_layout
23483
23484 \end_inset
23485 </cell>
23486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23487 \begin_inset Text
23488
23489 \begin_layout Plain Layout
23490 \begin_inset Formula $\gg$
23491 \end_inset
23492
23493
23494 \end_layout
23495
23496 \end_inset
23497 </cell>
23498 </row>
23499 <row>
23500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23501 \begin_inset Text
23502
23503 \begin_layout Plain Layout
23504
23505 \backslash
23506 succ
23507 \end_layout
23508
23509 \end_inset
23510 </cell>
23511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23512 \begin_inset Text
23513
23514 \begin_layout Plain Layout
23515 \begin_inset Formula $\succ$
23516 \end_inset
23517
23518
23519 \end_layout
23520
23521 \end_inset
23522 </cell>
23523 </row>
23524 <row>
23525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23526 \begin_inset Text
23527
23528 \begin_layout Plain Layout
23529
23530 \backslash
23531 succeq
23532 \end_layout
23533
23534 \end_inset
23535 </cell>
23536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23537 \begin_inset Text
23538
23539 \begin_layout Plain Layout
23540 \begin_inset Formula $\succeq$
23541 \end_inset
23542
23543
23544 \end_layout
23545
23546 \end_inset
23547 </cell>
23548 </row>
23549 <row>
23550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23551 \begin_inset Text
23552
23553 \begin_layout Plain Layout
23554
23555 \backslash
23556 supset
23557 \end_layout
23558
23559 \end_inset
23560 </cell>
23561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23562 \begin_inset Text
23563
23564 \begin_layout Plain Layout
23565 \begin_inset Formula $\supset$
23566 \end_inset
23567
23568
23569 \end_layout
23570
23571 \end_inset
23572 </cell>
23573 </row>
23574 <row>
23575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23576 \begin_inset Text
23577
23578 \begin_layout Plain Layout
23579
23580 \backslash
23581 supseteq
23582 \end_layout
23583
23584 \end_inset
23585 </cell>
23586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23587 \begin_inset Text
23588
23589 \begin_layout Plain Layout
23590 \begin_inset Formula $\supseteq$
23591 \end_inset
23592
23593
23594 \end_layout
23595
23596 \end_inset
23597 </cell>
23598 </row>
23599 <row>
23600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23601 \begin_inset Text
23602
23603 \begin_layout Plain Layout
23604
23605 \backslash
23606 sqsupseteq
23607 \end_layout
23608
23609 \end_inset
23610 </cell>
23611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23612 \begin_inset Text
23613
23614 \begin_layout Plain Layout
23615 \begin_inset Formula $\sqsupseteq$
23616 \end_inset
23617
23618
23619 \end_layout
23620
23621 \end_inset
23622 </cell>
23623 </row>
23624 <row>
23625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23626 \begin_inset Text
23627
23628 \begin_layout Plain Layout
23629
23630 \backslash
23631 ni
23632 \end_layout
23633
23634 \end_inset
23635 </cell>
23636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23637 \begin_inset Text
23638
23639 \begin_layout Plain Layout
23640 \begin_inset Formula $\ni$
23641 \end_inset
23642
23643
23644 \end_layout
23645
23646 \end_inset
23647 </cell>
23648 </row>
23649 <row>
23650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23651 \begin_inset Text
23652
23653 \begin_layout Plain Layout
23654
23655 \backslash
23656 dashv
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23662 \begin_inset Text
23663
23664 \begin_layout Plain Layout
23665 \begin_inset Formula $\dashv$
23666 \end_inset
23667
23668
23669 \end_layout
23670
23671 \end_inset
23672 </cell>
23673 </row>
23674 <row>
23675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23676 \begin_inset Text
23677
23678 \begin_layout Plain Layout
23679
23680 \backslash
23681 frown
23682 \end_layout
23683
23684 \end_inset
23685 </cell>
23686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23687 \begin_inset Text
23688
23689 \begin_layout Plain Layout
23690 \begin_inset Formula $\frown$
23691 \end_inset
23692
23693
23694 \end_layout
23695
23696 \end_inset
23697 </cell>
23698 </row>
23699 <row>
23700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23701 \begin_inset Text
23702
23703 \begin_layout Plain Layout
23704
23705 \backslash
23706 rhd
23707 \end_layout
23708
23709 \end_inset
23710 </cell>
23711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23712 \begin_inset Text
23713
23714 \begin_layout Plain Layout
23715 \begin_inset Formula $\rhd$
23716 \end_inset
23717
23718
23719 \end_layout
23720
23721 \end_inset
23722 </cell>
23723 </row>
23724 <row>
23725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23726 \begin_inset Text
23727
23728 \begin_layout Plain Layout
23729
23730 \backslash
23731 unrhd
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23737 \begin_inset Text
23738
23739 \begin_layout Plain Layout
23740 \begin_inset Formula $\unrhd$
23741 \end_inset
23742
23743
23744 \end_layout
23745
23746 \end_inset
23747 </cell>
23748 </row>
23749 <row>
23750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23751 \begin_inset Text
23752
23753 \begin_layout Plain Layout
23754
23755 \backslash
23756 lessgtr
23757 \end_layout
23758
23759 \end_inset
23760 </cell>
23761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23762 \begin_inset Text
23763
23764 \begin_layout Plain Layout
23765 \begin_inset Formula $\lessgtr$
23766 \end_inset
23767
23768
23769 \end_layout
23770
23771 \end_inset
23772 </cell>
23773 </row>
23774 <row>
23775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23776 \begin_inset Text
23777
23778 \begin_layout Plain Layout
23779
23780 \backslash
23781 parallel
23782 \end_layout
23783
23784 \end_inset
23785 </cell>
23786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23787 \begin_inset Text
23788
23789 \begin_layout Plain Layout
23790 \begin_inset Formula $\parallel$
23791 \end_inset
23792
23793
23794 \end_layout
23795
23796 \end_inset
23797 </cell>
23798 </row>
23799 <row>
23800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23801 \begin_inset Text
23802
23803 \begin_layout Plain Layout
23804
23805 \backslash
23806 nparallel
23807 \end_layout
23808
23809 \end_inset
23810 </cell>
23811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23812 \begin_inset Text
23813
23814 \begin_layout Plain Layout
23815 \begin_inset Formula $\nparallel$
23816 \end_inset
23817
23818
23819 \end_layout
23820
23821 \end_inset
23822 </cell>
23823 </row>
23824 </lyxtabular>
23825
23826 \end_inset
23827
23828
23829 \begin_inset space \hfill{}
23830 \end_inset
23831
23832
23833 \end_layout
23834
23835 \begin_layout Standard
23836 \begin_inset VSpace medskip
23837 \end_inset
23838
23839 The characters 
23840 \series bold
23841
23842 \backslash
23843 lhd
23844 \series default
23845  and 
23846 \series bold
23847
23848 \backslash
23849 rhd
23850 \series default
23851  are bigger than the equal looking operators 
23852 \series bold
23853
23854 \backslash
23855 triangleleft
23856 \series default
23857  and 
23858 \series bold
23859
23860 \backslash
23861 triangleright
23862 \series default
23863 , respectively.
23864 \end_layout
23865
23866 \begin_layout Standard
23867 Relations are, in contrary to symbols, always surrounded by space.
23868 \end_layout
23869
23870 \begin_layout Standard
23871 Relations with labels can be created with the command 
23872 \series bold
23873
23874 \backslash
23875 stackrel
23876 \series default
23877
23878 \begin_inset Index
23879 status collapsed
23880
23881 \begin_layout Plain Layout
23882 Commands ! S ! 
23883 \backslash
23884 stackrel
23885 \end_layout
23886
23887 \end_inset
23888
23889 :
23890 \end_layout
23891
23892 \begin_layout Standard
23893 \align center
23894 \begin_inset Tabular
23895 <lyxtabular version="3" rows="2" columns="2">
23896 <features>
23897 <column alignment="center" valignment="top" width="0">
23898 <column alignment="center" valignment="top" width="0">
23899 <row>
23900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23901 \begin_inset Text
23902
23903 \begin_layout Plain Layout
23904 Command
23905 \end_layout
23906
23907 \end_inset
23908 </cell>
23909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23910 \begin_inset Text
23911
23912 \begin_layout Plain Layout
23913 Result
23914 \begin_inset Note Note
23915 status collapsed
23916
23917 \begin_layout Plain Layout
23918
23919 \series bold
23920
23921 \backslash
23922 raisebox
23923 \series default
23924  is only used as spacer.
23925 \end_layout
23926
23927 \end_inset
23928
23929
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 </row>
23935 <row>
23936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23937 \begin_inset Text
23938
23939 \begin_layout Plain Layout
23940 A(r)
23941 \backslash
23942 stackrel
23943 \begin_inset ERT
23944 status collapsed
23945
23946 \begin_layout Plain Layout
23947
23948
23949 \backslash
23950 spce 
23951 \end_layout
23952
23953 \end_inset
23954
23955 r
23956 \backslash
23957 to
23958 \backslash
23959 infty
23960 \begin_inset ERT
23961 status collapsed
23962
23963 \begin_layout Plain Layout
23964
23965
23966 \backslash
23967 spce 
23968 \end_layout
23969
23970 \end_inset
23971
23972
23973 \begin_inset Formula $\downarrow$
23974 \end_inset
23975
23976
23977 \backslash
23978 approx
23979 \begin_inset ERT
23980 status collapsed
23981
23982 \begin_layout Plain Layout
23983
23984
23985 \backslash
23986 spce 
23987 \end_layout
23988
23989 \end_inset
23990
23991
23992 \begin_inset ERT
23993 status collapsed
23994
23995 \begin_layout Plain Layout
23996
23997
23998 \backslash
23999 spce 
24000 \end_layout
24001
24002 \end_inset
24003
24004 B
24005 \end_layout
24006
24007 \end_inset
24008 </cell>
24009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24010 \begin_inset Text
24011
24012 \begin_layout Plain Layout
24013 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24014 \end_inset
24015
24016
24017 \end_layout
24018
24019 \end_inset
24020 </cell>
24021 </row>
24022 </lyxtabular>
24023
24024 \end_inset
24025
24026
24027 \end_layout
24028
24029 \begin_layout Section
24030 Functions
24031 \end_layout
24032
24033 \begin_layout Subsection
24034 Predefined Functions
24035 \begin_inset CommandInset label
24036 LatexCommand label
24037 name "sub:Predefined-Functions"
24038
24039 \end_inset
24040
24041
24042 \begin_inset Index
24043 status collapsed
24044
24045 \begin_layout Plain Layout
24046 Functions ! predefined
24047 \end_layout
24048
24049 \end_inset
24050
24051
24052 \end_layout
24053
24054 \begin_layout Standard
24055 In general, variables are set 
24056 \emph on
24057 italic
24058 \emph default
24059  in mathematical expressions, but not function names, because 
24060 \begin_inset Formula $sin$
24061 \end_inset
24062
24063  could be misunderstood as 
24064 \begin_inset Formula $s\cdot i\cdot n$
24065 \end_inset
24066
24067 .
24068  Therefore there are predefined functions, that are additionally a bit separated
24069  from prefactors.
24070  They are inserted as commands starting with a backslash before their name.
24071 \end_layout
24072
24073 \begin_layout Standard
24074 \align center
24075 \begin_inset Tabular
24076 <lyxtabular version="3" rows="2" columns="4">
24077 <features>
24078 <column alignment="center" valignment="top" width="0pt">
24079 <column alignment="center" valignment="top" width="0pt">
24080 <column alignment="center" valignment="top" width="0pt">
24081 <column alignment="center" valignment="top" width="0pt">
24082 <row>
24083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24084 \begin_inset Text
24085
24086 \begin_layout Plain Layout
24087 Command
24088 \end_layout
24089
24090 \end_inset
24091 </cell>
24092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24093 \begin_inset Text
24094
24095 \begin_layout Plain Layout
24096 Result
24097 \end_layout
24098
24099 \end_inset
24100 </cell>
24101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24102 \begin_inset Text
24103
24104 \begin_layout Plain Layout
24105 Command
24106 \end_layout
24107
24108 \end_inset
24109 </cell>
24110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24111 \begin_inset Text
24112
24113 \begin_layout Plain Layout
24114 Result
24115 \end_layout
24116
24117 \end_inset
24118 </cell>
24119 </row>
24120 <row>
24121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24122 \begin_inset Text
24123
24124 \begin_layout Plain Layout
24125 Asin(x)+B
24126 \end_layout
24127
24128 \end_inset
24129 </cell>
24130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24131 \begin_inset Text
24132
24133 \begin_layout Plain Layout
24134 \begin_inset Formula $Asin(x)+B$
24135 \end_inset
24136
24137
24138 \end_layout
24139
24140 \end_inset
24141 </cell>
24142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24143 \begin_inset Text
24144
24145 \begin_layout Plain Layout
24146 A
24147 \backslash
24148 sin(x)+B
24149 \end_layout
24150
24151 \end_inset
24152 </cell>
24153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24154 \begin_inset Text
24155
24156 \begin_layout Plain Layout
24157 \begin_inset Formula $A\sin(x)+B$
24158 \end_inset
24159
24160
24161 \end_layout
24162
24163 \end_inset
24164 </cell>
24165 </row>
24166 </lyxtabular>
24167
24168 \end_inset
24169
24170
24171 \begin_inset Newpage pagebreak
24172 \end_inset
24173
24174
24175 \end_layout
24176
24177 \begin_layout Standard
24178 The following functions are predefined:
24179 \end_layout
24180
24181 \begin_layout Standard
24182 \begin_inset VSpace -2mm
24183 \end_inset
24184
24185
24186 \end_layout
24187
24188 \begin_layout Standard
24189 \align center
24190 \begin_inset Tabular
24191 <lyxtabular version="3" rows="9" columns="4">
24192 <features>
24193 <column alignment="center" valignment="top" width="0pt">
24194 <column alignment="center" valignment="top" width="0pt">
24195 <column alignment="center" valignment="top" width="0pt">
24196 <column alignment="center" valignment="top" width="0pt">
24197 <row>
24198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24199 \begin_inset Text
24200
24201 \begin_layout Plain Layout
24202 Command
24203 \end_layout
24204
24205 \end_inset
24206 </cell>
24207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24208 \begin_inset Text
24209
24210 \begin_layout Plain Layout
24211 Command
24212 \end_layout
24213
24214 \end_inset
24215 </cell>
24216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24217 \begin_inset Text
24218
24219 \begin_layout Plain Layout
24220 Command
24221 \end_layout
24222
24223 \end_inset
24224 </cell>
24225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24226 \begin_inset Text
24227
24228 \begin_layout Plain Layout
24229 Command
24230 \end_layout
24231
24232 \end_inset
24233 </cell>
24234 </row>
24235 <row>
24236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24237 \begin_inset Text
24238
24239 \begin_layout Plain Layout
24240
24241 \backslash
24242 sin
24243 \end_layout
24244
24245 \end_inset
24246 </cell>
24247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24248 \begin_inset Text
24249
24250 \begin_layout Plain Layout
24251
24252 \backslash
24253 sinh
24254 \end_layout
24255
24256 \end_inset
24257 </cell>
24258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24259 \begin_inset Text
24260
24261 \begin_layout Plain Layout
24262
24263 \backslash
24264 arcsin
24265 \end_layout
24266
24267 \end_inset
24268 </cell>
24269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24270 \begin_inset Text
24271
24272 \begin_layout Plain Layout
24273
24274 \backslash
24275 sup
24276 \end_layout
24277
24278 \end_inset
24279 </cell>
24280 </row>
24281 <row>
24282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24283 \begin_inset Text
24284
24285 \begin_layout Plain Layout
24286
24287 \backslash
24288 cos
24289 \end_layout
24290
24291 \end_inset
24292 </cell>
24293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24294 \begin_inset Text
24295
24296 \begin_layout Plain Layout
24297
24298 \backslash
24299 cosh
24300 \end_layout
24301
24302 \end_inset
24303 </cell>
24304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24305 \begin_inset Text
24306
24307 \begin_layout Plain Layout
24308
24309 \backslash
24310 arccos
24311 \end_layout
24312
24313 \end_inset
24314 </cell>
24315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24316 \begin_inset Text
24317
24318 \begin_layout Plain Layout
24319
24320 \backslash
24321 inf
24322 \end_layout
24323
24324 \end_inset
24325 </cell>
24326 </row>
24327 <row>
24328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24329 \begin_inset Text
24330
24331 \begin_layout Plain Layout
24332
24333 \backslash
24334 tan
24335 \end_layout
24336
24337 \end_inset
24338 </cell>
24339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24340 \begin_inset Text
24341
24342 \begin_layout Plain Layout
24343
24344 \backslash
24345 tanh
24346 \end_layout
24347
24348 \end_inset
24349 </cell>
24350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24351 \begin_inset Text
24352
24353 \begin_layout Plain Layout
24354
24355 \backslash
24356 arctan
24357 \end_layout
24358
24359 \end_inset
24360 </cell>
24361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24362 \begin_inset Text
24363
24364 \begin_layout Plain Layout
24365
24366 \backslash
24367 lim
24368 \end_layout
24369
24370 \end_inset
24371 </cell>
24372 </row>
24373 <row>
24374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24375 \begin_inset Text
24376
24377 \begin_layout Plain Layout
24378
24379 \backslash
24380 cot
24381 \end_layout
24382
24383 \end_inset
24384 </cell>
24385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24386 \begin_inset Text
24387
24388 \begin_layout Plain Layout
24389
24390 \backslash
24391 coth
24392 \end_layout
24393
24394 \end_inset
24395 </cell>
24396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24397 \begin_inset Text
24398
24399 \begin_layout Plain Layout
24400
24401 \backslash
24402 arg
24403 \end_layout
24404
24405 \end_inset
24406 </cell>
24407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24408 \begin_inset Text
24409
24410 \begin_layout Plain Layout
24411
24412 \backslash
24413 liminf
24414 \end_layout
24415
24416 \end_inset
24417 </cell>
24418 </row>
24419 <row>
24420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24421 \begin_inset Text
24422
24423 \begin_layout Plain Layout
24424
24425 \backslash
24426 sec
24427 \end_layout
24428
24429 \end_inset
24430 </cell>
24431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24432 \begin_inset Text
24433
24434 \begin_layout Plain Layout
24435
24436 \backslash
24437 min
24438 \end_layout
24439
24440 \end_inset
24441 </cell>
24442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24443 \begin_inset Text
24444
24445 \begin_layout Plain Layout
24446
24447 \backslash
24448 deg
24449 \end_layout
24450
24451 \end_inset
24452 </cell>
24453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24454 \begin_inset Text
24455
24456 \begin_layout Plain Layout
24457
24458 \backslash
24459 limsup
24460 \end_layout
24461
24462 \end_inset
24463 </cell>
24464 </row>
24465 <row>
24466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24467 \begin_inset Text
24468
24469 \begin_layout Plain Layout
24470
24471 \backslash
24472 csc
24473 \end_layout
24474
24475 \end_inset
24476 </cell>
24477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24478 \begin_inset Text
24479
24480 \begin_layout Plain Layout
24481
24482 \backslash
24483 max
24484 \end_layout
24485
24486 \end_inset
24487 </cell>
24488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24489 \begin_inset Text
24490
24491 \begin_layout Plain Layout
24492
24493 \backslash
24494 det
24495 \end_layout
24496
24497 \end_inset
24498 </cell>
24499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24500 \begin_inset Text
24501
24502 \begin_layout Plain Layout
24503
24504 \backslash
24505 Pr
24506 \end_layout
24507
24508 \end_inset
24509 </cell>
24510 </row>
24511 <row>
24512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24513 \begin_inset Text
24514
24515 \begin_layout Plain Layout
24516
24517 \backslash
24518 ln
24519 \end_layout
24520
24521 \end_inset
24522 </cell>
24523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24524 \begin_inset Text
24525
24526 \begin_layout Plain Layout
24527
24528 \backslash
24529 exp
24530 \end_layout
24531
24532 \end_inset
24533 </cell>
24534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24535 \begin_inset Text
24536
24537 \begin_layout Plain Layout
24538
24539 \backslash
24540 dim
24541 \end_layout
24542
24543 \end_inset
24544 </cell>
24545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24546 \begin_inset Text
24547
24548 \begin_layout Plain Layout
24549
24550 \backslash
24551 hom
24552 \end_layout
24553
24554 \end_inset
24555 </cell>
24556 </row>
24557 <row>
24558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24559 \begin_inset Text
24560
24561 \begin_layout Plain Layout
24562
24563 \backslash
24564 lg
24565 \end_layout
24566
24567 \end_inset
24568 </cell>
24569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24570 \begin_inset Text
24571
24572 \begin_layout Plain Layout
24573
24574 \backslash
24575 log
24576 \end_layout
24577
24578 \end_inset
24579 </cell>
24580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24581 \begin_inset Text
24582
24583 \begin_layout Plain Layout
24584
24585 \backslash
24586 ker
24587 \end_layout
24588
24589 \end_inset
24590 </cell>
24591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24592 \begin_inset Text
24593
24594 \begin_layout Plain Layout
24595
24596 \backslash
24597 gcd
24598 \end_layout
24599
24600 \end_inset
24601 </cell>
24602 </row>
24603 </lyxtabular>
24604
24605 \end_inset
24606
24607
24608 \end_layout
24609
24610 \begin_layout Standard
24611 They can also be inserted with the math toolbar button 
24612 \begin_inset Graphics
24613         filename ../images/math/functions.png
24614         scale 85
24615
24616 \end_inset
24617
24618 .
24619 \end_layout
24620
24621 \begin_layout Subsection
24622 Self-defined Functions
24623 \begin_inset Index
24624 status collapsed
24625
24626 \begin_layout Plain Layout
24627 Functions ! self-defined
24628 \end_layout
24629
24630 \end_inset
24631
24632
24633 \end_layout
24634
24635 \begin_layout Standard
24636 To use a function that is not predefined, like for example the sign function
24637  sgn(x), there are two possibilities:
24638 \end_layout
24639
24640 \begin_layout Itemize
24641 Define the function by inserting the following line to the LaTeX-preamble
24642 \begin_inset Foot
24643 status collapsed
24644
24645 \begin_layout Plain Layout
24646 For more about 
24647 \series bold
24648
24649 \backslash
24650 DeclareMathOperator
24651 \series default
24652  see 
24653 \begin_inset CommandInset ref
24654 LatexCommand ref
24655 reference "sub:Self-defined-Operators"
24656
24657 \end_inset
24658
24659 .
24660 \end_layout
24661
24662 \end_inset
24663
24664
24665 \begin_inset Newline newline
24666 \end_inset
24667
24668
24669 \begin_inset VSpace -3mm
24670 \end_inset
24671
24672
24673 \begin_inset Newline newline
24674 \end_inset
24675
24676
24677 \series bold
24678
24679 \backslash
24680 DeclareMathOperator{
24681 \backslash
24682 sgn}{sgn}
24683 \series default
24684
24685 \begin_inset Index
24686 status collapsed
24687
24688 \begin_layout Plain Layout
24689 Commands ! D ! 
24690 \backslash
24691 dbinom@
24692 \backslash
24693 DeclareMathOperator
24694 \end_layout
24695
24696 \end_inset
24697
24698
24699 \begin_inset Newline newline
24700 \end_inset
24701
24702
24703 \begin_inset VSpace -2mm
24704 \end_inset
24705
24706
24707 \begin_inset Newline newline
24708 \end_inset
24709
24710 Now the new defined function can be called with the command 
24711 \series bold
24712
24713 \backslash
24714 sgn
24715 \series default
24716 .
24717 \end_layout
24718
24719 \begin_layout Itemize
24720 Write the the formula as usual, mark the formula name, in our example the
24721  letters 
24722 \emph on
24723 sgn
24724 \emph default
24725 , and change it to mathematical text.
24726  At last a space is inserted between prefactor and function.
24727 \end_layout
24728
24729 \begin_layout Standard
24730 The result is the same with both methods as with a predefined function
24731 \begin_inset Foot
24732 status collapsed
24733
24734 \begin_layout Plain Layout
24735 In LyX self-defined functions are displayed red, predefined ones black.
24736 \end_layout
24737
24738 \end_inset
24739
24740 :
24741 \end_layout
24742
24743 \begin_layout Standard
24744 \align center
24745 \begin_inset Tabular
24746 <lyxtabular version="3" rows="3" columns="2">
24747 <features>
24748 <column alignment="center" valignment="top" width="0pt">
24749 <column alignment="center" valignment="top" width="0pt">
24750 <row>
24751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24752 \begin_inset Text
24753
24754 \begin_layout Plain Layout
24755 Command
24756 \end_layout
24757
24758 \end_inset
24759 </cell>
24760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24761 \begin_inset Text
24762
24763 \begin_layout Plain Layout
24764 Result
24765 \end_layout
24766
24767 \end_inset
24768 </cell>
24769 </row>
24770 <row>
24771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24772 \begin_inset Text
24773
24774 \begin_layout Plain Layout
24775 A
24776 \backslash
24777 sgn(x)+B
24778 \end_layout
24779
24780 \end_inset
24781 </cell>
24782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24783 \begin_inset Text
24784
24785 \begin_layout Plain Layout
24786 \begin_inset Formula $A\sgn(x)+B$
24787 \end_inset
24788
24789
24790 \end_layout
24791
24792 \end_inset
24793 </cell>
24794 </row>
24795 <row>
24796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24797 \begin_inset Text
24798
24799 \begin_layout Plain Layout
24800 A
24801 \backslash
24802 ,
24803 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24804 \end_inset
24805
24806 (x)+B
24807 \end_layout
24808
24809 \end_inset
24810 </cell>
24811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24812 \begin_inset Text
24813
24814 \begin_layout Plain Layout
24815 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24816 \end_inset
24817
24818
24819 \end_layout
24820
24821 \end_inset
24822 </cell>
24823 </row>
24824 </lyxtabular>
24825
24826 \end_inset
24827
24828
24829 \end_layout
24830
24831 \begin_layout Standard
24832 The first method is more suitable when the self-defined function should
24833  be used several times.
24834 \end_layout
24835
24836 \begin_layout Subsection
24837 Limits
24838 \begin_inset Index
24839 status collapsed
24840
24841 \begin_layout Plain Layout
24842 Limits
24843 \end_layout
24844
24845 \end_inset
24846
24847
24848 \end_layout
24849
24850 \begin_layout Standard
24851 For limits there are defined besides 
24852 \series bold
24853
24854 \backslash
24855 lim
24856 \series default
24857
24858 \begin_inset Index
24859 status collapsed
24860
24861 \begin_layout Plain Layout
24862 Commands ! L ! 
24863 \backslash
24864 lim
24865 \end_layout
24866
24867 \end_inset
24868
24869
24870 \series bold
24871
24872 \backslash
24873 liminf
24874 \series default
24875  and 
24876 \series bold
24877
24878 \backslash
24879 limsup
24880 \series default
24881  furthermore the following functions:
24882 \end_layout
24883
24884 \begin_layout Standard
24885 \align center
24886 \begin_inset Tabular
24887 <lyxtabular version="3" rows="5" columns="2">
24888 <features>
24889 <column alignment="center" valignment="top" width="0">
24890 <column alignment="center" valignment="top" width="0">
24891 <row>
24892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24893 \begin_inset Text
24894
24895 \begin_layout Plain Layout
24896 Command
24897 \end_layout
24898
24899 \end_inset
24900 </cell>
24901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24902 \begin_inset Text
24903
24904 \begin_layout Plain Layout
24905 Result
24906 \begin_inset Note Note
24907 status collapsed
24908
24909 \begin_layout Plain Layout
24910
24911 \series bold
24912
24913 \backslash
24914 raisebox
24915 \series default
24916  is only used as spacer.
24917 \end_layout
24918
24919 \end_inset
24920
24921
24922 \end_layout
24923
24924 \end_inset
24925 </cell>
24926 </row>
24927 <row>
24928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24929 \begin_inset Text
24930
24931 \begin_layout Plain Layout
24932
24933 \backslash
24934 varliminf
24935 \end_layout
24936
24937 \end_inset
24938 </cell>
24939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24940 \begin_inset Text
24941
24942 \begin_layout Plain Layout
24943 \begin_inset Formula $\varliminf$
24944 \end_inset
24945
24946
24947 \end_layout
24948
24949 \end_inset
24950 </cell>
24951 </row>
24952 <row>
24953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24954 \begin_inset Text
24955
24956 \begin_layout Plain Layout
24957
24958 \backslash
24959 varlimsup
24960 \end_layout
24961
24962 \end_inset
24963 </cell>
24964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24965 \begin_inset Text
24966
24967 \begin_layout Plain Layout
24968 \begin_inset Formula $\varlimsup$
24969 \end_inset
24970
24971
24972 \end_layout
24973
24974 \end_inset
24975 </cell>
24976 </row>
24977 <row>
24978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24979 \begin_inset Text
24980
24981 \begin_layout Plain Layout
24982
24983 \backslash
24984 varprojlim
24985 \end_layout
24986
24987 \end_inset
24988 </cell>
24989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24990 \begin_inset Text
24991
24992 \begin_layout Plain Layout
24993 \begin_inset Formula $\varprojlim$
24994 \end_inset
24995
24996
24997 \end_layout
24998
24999 \end_inset
25000 </cell>
25001 </row>
25002 <row>
25003 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25004 \begin_inset Text
25005
25006 \begin_layout Plain Layout
25007
25008 \backslash
25009 varinjlim
25010 \end_layout
25011
25012 \end_inset
25013 </cell>
25014 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25015 \begin_inset Text
25016
25017 \begin_layout Plain Layout
25018 \begin_inset Formula $\varinjlim$
25019 \end_inset
25020
25021
25022 \begin_inset Formula $\raisebox{-2.5mm}{}$
25023 \end_inset
25024
25025
25026 \end_layout
25027
25028 \end_inset
25029 </cell>
25030 </row>
25031 </lyxtabular>
25032
25033 \end_inset
25034
25035
25036 \end_layout
25037
25038 \begin_layout Standard
25039 \begin_inset VSpace medskip
25040 \end_inset
25041
25042 The limit is created by inserting a subscript.
25043  It is set right beside the function in an inline formula:
25044 \end_layout
25045
25046 \begin_layout Standard
25047 \align center
25048 \begin_inset Tabular
25049 <lyxtabular version="3" rows="2" columns="2">
25050 <features>
25051 <column alignment="center" valignment="top" width="0pt">
25052 <column alignment="center" valignment="top" width="0pt">
25053 <row>
25054 <cell alignment="center" valignment="top" usebox="none">
25055 \begin_inset Text
25056
25057 \begin_layout Plain Layout
25058 Command
25059 \end_layout
25060
25061 \end_inset
25062 </cell>
25063 <cell alignment="center" valignment="top" usebox="none">
25064 \begin_inset Text
25065
25066 \begin_layout Plain Layout
25067 \begin_inset space \hspace{}
25068 \length 1cm
25069 \end_inset
25070
25071 Result
25072 \begin_inset Note Note
25073 status collapsed
25074
25075 \begin_layout Plain Layout
25076
25077 \series bold
25078
25079 \backslash
25080 hspace
25081 \series default
25082  and
25083 \series bold
25084  
25085 \backslash
25086 raisebox
25087 \series default
25088  are used here as spacer.
25089 \end_layout
25090
25091 \end_inset
25092
25093
25094 \end_layout
25095
25096 \end_inset
25097 </cell>
25098 </row>
25099 <row>
25100 <cell alignment="center" valignment="top" usebox="none">
25101 \begin_inset Text
25102
25103 \begin_layout Plain Layout
25104
25105 \backslash
25106 lim_x
25107 \backslash
25108 to
25109 \begin_inset ERT
25110 status collapsed
25111
25112 \begin_layout Plain Layout
25113
25114
25115 \backslash
25116 spce 
25117 \end_layout
25118
25119 \end_inset
25120
25121 A
25122 \begin_inset ERT
25123 status collapsed
25124
25125 \begin_layout Plain Layout
25126
25127
25128 \backslash
25129 spce 
25130 \end_layout
25131
25132 \end_inset
25133
25134 x=B
25135 \end_layout
25136
25137 \end_inset
25138 </cell>
25139 <cell alignment="center" valignment="top" usebox="none">
25140 \begin_inset Text
25141
25142 \begin_layout Plain Layout
25143 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25144 \end_inset
25145
25146
25147 \end_layout
25148
25149 \end_inset
25150 </cell>
25151 </row>
25152 </lyxtabular>
25153
25154 \end_inset
25155
25156
25157 \end_layout
25158
25159 \begin_layout Standard
25160 In a displayed formula the limit is set below the formula, as usual:
25161 \begin_inset Formula \[
25162 \lim_{x\to A}x=B\]
25163
25164 \end_inset
25165
25166
25167 \end_layout
25168
25169 \begin_layout Subsection
25170 Modulo-Functions
25171 \begin_inset Index
25172 status collapsed
25173
25174 \begin_layout Plain Layout
25175 Functions ! modulo-
25176 \end_layout
25177
25178 \end_inset
25179
25180
25181 \end_layout
25182
25183 \begin_layout Standard
25184 The modulo-function is special, because it exists in four variants.
25185 \end_layout
25186
25187 \begin_layout Standard
25188 The variants in a displayed formula:
25189 \begin_inset Formula \begin{align*}
25190 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25191 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25192 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25193 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25194 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25195
25196 \end_inset
25197
25198
25199 \end_layout
25200
25201 \begin_layout Standard
25202 In an inline formula less space is set before the function names for all
25203  variants.
25204 \end_layout
25205
25206 \begin_layout Section
25207 Special Characters
25208 \begin_inset Index
25209 status collapsed
25210
25211 \begin_layout Plain Layout
25212 Special characters
25213 \end_layout
25214
25215 \end_inset
25216
25217
25218 \end_layout
25219
25220 \begin_layout Subsection
25221 Special Characters in Mathematical Text
25222 \end_layout
25223
25224 \begin_layout Standard
25225 The following commands can only be used in mathematical text or in TeX-mode:
25226 \end_layout
25227
25228 \begin_layout Standard
25229 \begin_inset space \hfill{}
25230 \end_inset
25231
25232
25233 \begin_inset Tabular
25234 <lyxtabular version="3" rows="8" columns="2">
25235 <features>
25236 <column alignment="block" valignment="top" width="0">
25237 <column alignment="block" valignment="top" width="0">
25238 <row>
25239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25240 \begin_inset Text
25241
25242 \begin_layout Plain Layout
25243 Command
25244 \end_layout
25245
25246 \end_inset
25247 </cell>
25248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25249 \begin_inset Text
25250
25251 \begin_layout Plain Layout
25252 Result
25253 \end_layout
25254
25255 \end_inset
25256 </cell>
25257 </row>
25258 <row>
25259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25260 \begin_inset Text
25261
25262 \begin_layout Plain Layout
25263
25264 \backslash
25265 oe
25266 \end_layout
25267
25268 \end_inset
25269 </cell>
25270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25271 \begin_inset Text
25272
25273 \begin_layout Plain Layout
25274 \begin_inset Formula $\textrm{œ}$
25275 \end_inset
25276
25277
25278 \end_layout
25279
25280 \end_inset
25281 </cell>
25282 </row>
25283 <row>
25284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25285 \begin_inset Text
25286
25287 \begin_layout Plain Layout
25288
25289 \backslash
25290 OE
25291 \end_layout
25292
25293 \end_inset
25294 </cell>
25295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25296 \begin_inset Text
25297
25298 \begin_layout Plain Layout
25299 \begin_inset Formula $\textrm{Œ}$
25300 \end_inset
25301
25302
25303 \end_layout
25304
25305 \end_inset
25306 </cell>
25307 </row>
25308 <row>
25309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25310 \begin_inset Text
25311
25312 \begin_layout Plain Layout
25313
25314 \backslash
25315 ae
25316 \end_layout
25317
25318 \end_inset
25319 </cell>
25320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25321 \begin_inset Text
25322
25323 \begin_layout Plain Layout
25324 \begin_inset Formula $\textrm{æ}$
25325 \end_inset
25326
25327
25328 \end_layout
25329
25330 \end_inset
25331 </cell>
25332 </row>
25333 <row>
25334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25335 \begin_inset Text
25336
25337 \begin_layout Plain Layout
25338
25339 \backslash
25340 AE
25341 \end_layout
25342
25343 \end_inset
25344 </cell>
25345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25346 \begin_inset Text
25347
25348 \begin_layout Plain Layout
25349 \begin_inset Formula $\textrm{Æ}$
25350 \end_inset
25351
25352
25353 \end_layout
25354
25355 \end_inset
25356 </cell>
25357 </row>
25358 <row>
25359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25360 \begin_inset Text
25361
25362 \begin_layout Plain Layout
25363
25364 \backslash
25365 aa
25366 \end_layout
25367
25368 \end_inset
25369 </cell>
25370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25371 \begin_inset Text
25372
25373 \begin_layout Plain Layout
25374 \begin_inset Formula $\textrm{\aa}$
25375 \end_inset
25376
25377
25378 \end_layout
25379
25380 \end_inset
25381 </cell>
25382 </row>
25383 <row>
25384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25385 \begin_inset Text
25386
25387 \begin_layout Plain Layout
25388
25389 \backslash
25390 AA
25391 \begin_inset Index
25392 status collapsed
25393
25394 \begin_layout Plain Layout
25395
25396 \backslash
25397 @
25398 \begin_inset ERT
25399 status collapsed
25400
25401 \begin_layout Plain Layout
25402
25403
25404 \backslash
25405 textrm{
25406 \backslash
25407 AA}
25408 \end_layout
25409
25410 \end_inset
25411
25412
25413 \end_layout
25414
25415 \end_inset
25416
25417
25418 \end_layout
25419
25420 \end_inset
25421 </cell>
25422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25423 \begin_inset Text
25424
25425 \begin_layout Plain Layout
25426 \begin_inset Formula $\textrm{Å}$
25427 \end_inset
25428
25429
25430 \end_layout
25431
25432 \end_inset
25433 </cell>
25434 </row>
25435 <row>
25436 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25437 \begin_inset Text
25438
25439 \begin_layout Plain Layout
25440
25441 \backslash
25442 i
25443 \end_layout
25444
25445 \end_inset
25446 </cell>
25447 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25448 \begin_inset Text
25449
25450 \begin_layout Plain Layout
25451 \begin_inset Formula $\textrm{ı}$
25452 \end_inset
25453
25454
25455 \end_layout
25456
25457 \end_inset
25458 </cell>
25459 </row>
25460 </lyxtabular>
25461
25462 \end_inset
25463
25464
25465 \begin_inset space \hfill{}
25466 \end_inset
25467
25468
25469 \begin_inset Tabular
25470 <lyxtabular version="3" rows="8" columns="2">
25471 <features>
25472 <column alignment="block" valignment="top" width="0">
25473 <column alignment="center" valignment="top" width="0">
25474 <row>
25475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25476 \begin_inset Text
25477
25478 \begin_layout Plain Layout
25479 command
25480 \begin_inset Note Note
25481 status collapsed
25482
25483 \begin_layout Plain Layout
25484
25485 \series bold
25486
25487 \backslash
25488 hspace{0mm}
25489 \series default
25490  is used for separation, because otherwise the output will be ¡ and ¿ respective
25491 ly.
25492 \end_layout
25493
25494 \end_inset
25495
25496
25497 \end_layout
25498
25499 \end_inset
25500 </cell>
25501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25502 \begin_inset Text
25503
25504 \begin_layout Plain Layout
25505 Result
25506 \end_layout
25507
25508 \end_inset
25509 </cell>
25510 </row>
25511 <row>
25512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25513 \begin_inset Text
25514
25515 \begin_layout Plain Layout
25516
25517 \backslash
25518 o
25519 \end_layout
25520
25521 \end_inset
25522 </cell>
25523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25524 \begin_inset Text
25525
25526 \begin_layout Plain Layout
25527 \begin_inset Formula $\textrm{ø}$
25528 \end_inset
25529
25530
25531 \end_layout
25532
25533 \end_inset
25534 </cell>
25535 </row>
25536 <row>
25537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25538 \begin_inset Text
25539
25540 \begin_layout Plain Layout
25541
25542 \backslash
25543 O
25544 \end_layout
25545
25546 \end_inset
25547 </cell>
25548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25549 \begin_inset Text
25550
25551 \begin_layout Plain Layout
25552 \begin_inset Formula $\textrm{Ø}$
25553 \end_inset
25554
25555
25556 \end_layout
25557
25558 \end_inset
25559 </cell>
25560 </row>
25561 <row>
25562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25563 \begin_inset Text
25564
25565 \begin_layout Plain Layout
25566
25567 \backslash
25568 l
25569 \end_layout
25570
25571 \end_inset
25572 </cell>
25573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25574 \begin_inset Text
25575
25576 \begin_layout Plain Layout
25577 \begin_inset Formula $\textrm{ł}$
25578 \end_inset
25579
25580
25581 \end_layout
25582
25583 \end_inset
25584 </cell>
25585 </row>
25586 <row>
25587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25588 \begin_inset Text
25589
25590 \begin_layout Plain Layout
25591
25592 \backslash
25593 L
25594 \end_layout
25595
25596 \end_inset
25597 </cell>
25598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25599 \begin_inset Text
25600
25601 \begin_layout Plain Layout
25602 \begin_inset Formula $\textrm{Ł}$
25603 \end_inset
25604
25605
25606 \end_layout
25607
25608 \end_inset
25609 </cell>
25610 </row>
25611 <row>
25612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25613 \begin_inset Text
25614
25615 \begin_layout Plain Layout
25616 !
25617 \begin_inset space \hspace{}
25618 \length 0mm
25619 \end_inset
25620
25621 `
25622 \begin_inset ERT
25623 status collapsed
25624
25625 \begin_layout Plain Layout
25626
25627
25628 \backslash
25629 spce 
25630 \end_layout
25631
25632 \end_inset
25633
25634
25635 \end_layout
25636
25637 \end_inset
25638 </cell>
25639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25640 \begin_inset Text
25641
25642 \begin_layout Plain Layout
25643 \begin_inset Formula $\textrm{!`}$
25644 \end_inset
25645
25646
25647 \end_layout
25648
25649 \end_inset
25650 </cell>
25651 </row>
25652 <row>
25653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25654 \begin_inset Text
25655
25656 \begin_layout Plain Layout
25657 ?
25658 \begin_inset space \hspace{}
25659 \length 0mm
25660 \end_inset
25661
25662 `
25663 \begin_inset ERT
25664 status collapsed
25665
25666 \begin_layout Plain Layout
25667
25668
25669 \backslash
25670 spce 
25671 \end_layout
25672
25673 \end_inset
25674
25675
25676 \end_layout
25677
25678 \end_inset
25679 </cell>
25680 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25681 \begin_inset Text
25682
25683 \begin_layout Plain Layout
25684 \begin_inset Formula $\textrm{?`}$
25685 \end_inset
25686
25687
25688 \end_layout
25689
25690 \end_inset
25691 </cell>
25692 </row>
25693 <row>
25694 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25695 \begin_inset Text
25696
25697 \begin_layout Plain Layout
25698
25699 \backslash
25700 j
25701 \end_layout
25702
25703 \end_inset
25704 </cell>
25705 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25706 \begin_inset Text
25707
25708 \begin_layout Plain Layout
25709 \begin_inset Formula $\textrm{ȷ}$
25710 \end_inset
25711
25712
25713 \end_layout
25714
25715 \end_inset
25716 </cell>
25717 </row>
25718 </lyxtabular>
25719
25720 \end_inset
25721
25722
25723 \begin_inset space \hfill{}
25724 \end_inset
25725
25726
25727 \end_layout
25728
25729 \begin_layout Standard
25730 The characters 
25731 \begin_inset Formula $\textrm{\textrm{Å}}$
25732 \end_inset
25733
25734  and 
25735 \begin_inset Formula $\textrm{\textrm{Ø}}$
25736 \end_inset
25737
25738  can also be inserted via the math toolbar button 
25739 \begin_inset Graphics
25740         filename ../images/math/digamma.png
25741         scale 85
25742
25743 \end_inset
25744
25745 .
25746 \end_layout
25747
25748 \begin_layout Standard
25749 An exception are the commands 
25750 \series bold
25751 !
25752 \begin_inset space \hspace{}
25753 \length 0mm
25754 \end_inset
25755
25756 `
25757 \series default
25758  and 
25759 \series bold
25760 ?
25761 \begin_inset space \hspace{}
25762 \length 0mm
25763 \end_inset
25764
25765 `
25766 \series default
25767 , because they can be inserted in LyX directly to text.
25768 \end_layout
25769
25770 \begin_layout Subsection
25771 Accents in Text
25772 \begin_inset CommandInset label
25773 LatexCommand label
25774 name "sub:Accents-in-Text"
25775
25776 \end_inset
25777
25778
25779 \begin_inset Index
25780 status collapsed
25781
25782 \begin_layout Plain Layout
25783 Accents ! in text
25784 \end_layout
25785
25786 \end_inset
25787
25788
25789 \end_layout
25790
25791 \begin_layout Standard
25792 With the following commands all letters can be accented.
25793  The commands must be inserted in TeX-mode.
25794 \end_layout
25795
25796 \begin_layout Standard
25797 \begin_inset space \hfill{}
25798 \end_inset
25799
25800
25801 \begin_inset Tabular
25802 <lyxtabular version="3" rows="8" columns="2">
25803 <features>
25804 <column alignment="block" valignment="top" width="0">
25805 <column alignment="block" valignment="top" width="0">
25806 <row>
25807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25808 \begin_inset Text
25809
25810 \begin_layout Plain Layout
25811 Command
25812 \end_layout
25813
25814 \end_inset
25815 </cell>
25816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25817 \begin_inset Text
25818
25819 \begin_layout Plain Layout
25820 Result
25821 \end_layout
25822
25823 \end_inset
25824 </cell>
25825 </row>
25826 <row>
25827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25828 \begin_inset Text
25829
25830 \begin_layout Plain Layout
25831
25832 \backslash
25833
25834 \begin_inset Quotes grd
25835 \end_inset
25836
25837 e
25838 \end_layout
25839
25840 \end_inset
25841 </cell>
25842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25843 \begin_inset Text
25844
25845 \begin_layout Plain Layout
25846 \begin_inset ERT
25847 status collapsed
25848
25849 \begin_layout Plain Layout
25850
25851
25852 \backslash
25853 "e
25854 \end_layout
25855
25856 \end_inset
25857
25858
25859 \end_layout
25860
25861 \end_inset
25862 </cell>
25863 </row>
25864 <row>
25865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25866 \begin_inset Text
25867
25868 \begin_layout Plain Layout
25869
25870 \backslash
25871 `e
25872 \end_layout
25873
25874 \end_inset
25875 </cell>
25876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25877 \begin_inset Text
25878
25879 \begin_layout Plain Layout
25880 \begin_inset ERT
25881 status collapsed
25882
25883 \begin_layout Plain Layout
25884
25885
25886 \backslash
25887 `e
25888 \end_layout
25889
25890 \end_inset
25891
25892
25893 \end_layout
25894
25895 \end_inset
25896 </cell>
25897 </row>
25898 <row>
25899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25900 \begin_inset Text
25901
25902 \begin_layout Plain Layout
25903
25904 \backslash
25905 ^
25906 \begin_inset ERT
25907 status collapsed
25908
25909 \begin_layout Plain Layout
25910
25911
25912 \backslash
25913 spce 
25914 \end_layout
25915
25916 \end_inset
25917
25918 e
25919 \end_layout
25920
25921 \end_inset
25922 </cell>
25923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25924 \begin_inset Text
25925
25926 \begin_layout Plain Layout
25927 \begin_inset ERT
25928 status collapsed
25929
25930 \begin_layout Plain Layout
25931
25932
25933 \backslash
25934 ^e
25935 \end_layout
25936
25937 \end_inset
25938
25939
25940 \end_layout
25941
25942 \end_inset
25943 </cell>
25944 </row>
25945 <row>
25946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25947 \begin_inset Text
25948
25949 \begin_layout Plain Layout
25950
25951 \backslash
25952 =e
25953 \end_layout
25954
25955 \end_inset
25956 </cell>
25957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25958 \begin_inset Text
25959
25960 \begin_layout Plain Layout
25961 \begin_inset ERT
25962 status collapsed
25963
25964 \begin_layout Plain Layout
25965
25966
25967 \backslash
25968 =e
25969 \end_layout
25970
25971 \end_inset
25972
25973
25974 \end_layout
25975
25976 \end_inset
25977 </cell>
25978 </row>
25979 <row>
25980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25981 \begin_inset Text
25982
25983 \begin_layout Plain Layout
25984
25985 \backslash
25986 u
25987 \begin_inset ERT
25988 status collapsed
25989
25990 \begin_layout Plain Layout
25991
25992
25993 \backslash
25994 spce 
25995 \end_layout
25996
25997 \end_inset
25998
25999 e
26000 \end_layout
26001
26002 \end_inset
26003 </cell>
26004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26005 \begin_inset Text
26006
26007 \begin_layout Plain Layout
26008 \begin_inset ERT
26009 status collapsed
26010
26011 \begin_layout Plain Layout
26012
26013
26014 \backslash
26015 u e
26016 \end_layout
26017
26018 \end_inset
26019
26020
26021 \end_layout
26022
26023 \end_inset
26024 </cell>
26025 </row>
26026 <row>
26027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26028 \begin_inset Text
26029
26030 \begin_layout Plain Layout
26031
26032 \backslash
26033 b
26034 \begin_inset ERT
26035 status collapsed
26036
26037 \begin_layout Plain Layout
26038
26039
26040 \backslash
26041 spce 
26042 \end_layout
26043
26044 \end_inset
26045
26046 e
26047 \end_layout
26048
26049 \end_inset
26050 </cell>
26051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26052 \begin_inset Text
26053
26054 \begin_layout Plain Layout
26055 \begin_inset ERT
26056 status collapsed
26057
26058 \begin_layout Plain Layout
26059
26060
26061 \backslash
26062 b e
26063 \end_layout
26064
26065 \end_inset
26066
26067
26068 \end_layout
26069
26070 \end_inset
26071 </cell>
26072 </row>
26073 <row>
26074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26075 \begin_inset Text
26076
26077 \begin_layout Plain Layout
26078
26079 \backslash
26080 t
26081 \begin_inset ERT
26082 status collapsed
26083
26084 \begin_layout Plain Layout
26085
26086
26087 \backslash
26088 spce 
26089 \end_layout
26090
26091 \end_inset
26092
26093 ee
26094 \end_layout
26095
26096 \end_inset
26097 </cell>
26098 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26099 \begin_inset Text
26100
26101 \begin_layout Plain Layout
26102 \begin_inset ERT
26103 status collapsed
26104
26105 \begin_layout Plain Layout
26106
26107
26108 \backslash
26109 t ee
26110 \end_layout
26111
26112 \end_inset
26113
26114
26115 \end_layout
26116
26117 \end_inset
26118 </cell>
26119 </row>
26120 </lyxtabular>
26121
26122 \end_inset
26123
26124
26125 \begin_inset space \hfill{}
26126 \end_inset
26127
26128
26129 \begin_inset Tabular
26130 <lyxtabular version="3" rows="8" columns="2">
26131 <features>
26132 <column alignment="block" valignment="top" width="0">
26133 <column alignment="center" valignment="top" width="0">
26134 <row>
26135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26136 \begin_inset Text
26137
26138 \begin_layout Plain Layout
26139 Command
26140 \end_layout
26141
26142 \end_inset
26143 </cell>
26144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26145 \begin_inset Text
26146
26147 \begin_layout Plain Layout
26148 Result
26149 \end_layout
26150
26151 \end_inset
26152 </cell>
26153 </row>
26154 <row>
26155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26156 \begin_inset Text
26157
26158 \begin_layout Plain Layout
26159
26160 \backslash
26161 H
26162 \begin_inset ERT
26163 status collapsed
26164
26165 \begin_layout Plain Layout
26166
26167
26168 \backslash
26169 spce 
26170 \end_layout
26171
26172 \end_inset
26173
26174 e
26175 \end_layout
26176
26177 \end_inset
26178 </cell>
26179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26180 \begin_inset Text
26181
26182 \begin_layout Plain Layout
26183 \begin_inset ERT
26184 status collapsed
26185
26186 \begin_layout Plain Layout
26187
26188
26189 \backslash
26190 H e
26191 \end_layout
26192
26193 \end_inset
26194
26195
26196 \end_layout
26197
26198 \end_inset
26199 </cell>
26200 </row>
26201 <row>
26202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26203 \begin_inset Text
26204
26205 \begin_layout Plain Layout
26206
26207 \backslash
26208 'e
26209 \end_layout
26210
26211 \end_inset
26212 </cell>
26213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26214 \begin_inset Text
26215
26216 \begin_layout Plain Layout
26217 \begin_inset ERT
26218 status collapsed
26219
26220 \begin_layout Plain Layout
26221
26222
26223 \backslash
26224 'e
26225 \end_layout
26226
26227 \end_inset
26228
26229
26230 \end_layout
26231
26232 \end_inset
26233 </cell>
26234 </row>
26235 <row>
26236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26237 \begin_inset Text
26238
26239 \begin_layout Plain Layout
26240
26241 \backslash
26242 ~e
26243 \begin_inset Index
26244 status collapsed
26245
26246 \begin_layout Plain Layout
26247 Tilde
26248 \end_layout
26249
26250 \end_inset
26251
26252
26253 \end_layout
26254
26255 \end_inset
26256 </cell>
26257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26258 \begin_inset Text
26259
26260 \begin_layout Plain Layout
26261 \begin_inset ERT
26262 status collapsed
26263
26264 \begin_layout Plain Layout
26265
26266
26267 \backslash
26268 ~e
26269 \end_layout
26270
26271 \end_inset
26272
26273
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 .e
26287 \end_layout
26288
26289 \end_inset
26290 </cell>
26291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26292 \begin_inset Text
26293
26294 \begin_layout Plain Layout
26295 \begin_inset ERT
26296 status collapsed
26297
26298 \begin_layout Plain Layout
26299
26300
26301 \backslash
26302 .e
26303 \end_layout
26304
26305 \end_inset
26306
26307
26308 \end_layout
26309
26310 \end_inset
26311 </cell>
26312 </row>
26313 <row>
26314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26315 \begin_inset Text
26316
26317 \begin_layout Plain Layout
26318
26319 \backslash
26320 v
26321 \begin_inset ERT
26322 status collapsed
26323
26324 \begin_layout Plain Layout
26325
26326
26327 \backslash
26328 spce 
26329 \end_layout
26330
26331 \end_inset
26332
26333 e
26334 \end_layout
26335
26336 \end_inset
26337 </cell>
26338 <cell alignment="center" valignment="top" topline="true" bottomline="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 v 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" bottomline="true" leftline="true" usebox="none">
26362 \begin_inset Text
26363
26364 \begin_layout Plain Layout
26365
26366 \backslash
26367 d
26368 \begin_inset ERT
26369 status collapsed
26370
26371 \begin_layout Plain Layout
26372
26373
26374 \backslash
26375 spce 
26376 \end_layout
26377
26378 \end_inset
26379
26380 e
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26386 \begin_inset Text
26387
26388 \begin_layout Plain Layout
26389 \begin_inset ERT
26390 status collapsed
26391
26392 \begin_layout Plain Layout
26393
26394
26395 \backslash
26396 d e
26397 \end_layout
26398
26399 \end_inset
26400
26401
26402 \end_layout
26403
26404 \end_inset
26405 </cell>
26406 </row>
26407 <row>
26408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26409 \begin_inset Text
26410
26411 \begin_layout Plain Layout
26412
26413 \backslash
26414 c
26415 \begin_inset ERT
26416 status collapsed
26417
26418 \begin_layout Plain Layout
26419
26420
26421 \backslash
26422 spce 
26423 \end_layout
26424
26425 \end_inset
26426
26427 e
26428 \end_layout
26429
26430 \end_inset
26431 </cell>
26432 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26433 \begin_inset Text
26434
26435 \begin_layout Plain Layout
26436 \begin_inset ERT
26437 status collapsed
26438
26439 \begin_layout Plain Layout
26440
26441
26442 \backslash
26443 c e
26444 \end_layout
26445
26446 \end_inset
26447
26448
26449 \end_layout
26450
26451 \end_inset
26452 </cell>
26453 </row>
26454 </lyxtabular>
26455
26456 \end_inset
26457
26458
26459 \begin_inset space \hfill{}
26460 \end_inset
26461
26462
26463 \end_layout
26464
26465 \begin_layout Standard
26466 \begin_inset VSpace medskip
26467 \end_inset
26468
26469 With the command 
26470 \series bold
26471
26472 \backslash
26473 t
26474 \series default
26475  also two different characters can be accented.
26476  The command 
26477 \series bold
26478
26479 \backslash
26480 t
26481 \begin_inset ERT
26482 status collapsed
26483
26484 \begin_layout Plain Layout
26485
26486
26487 \backslash
26488 spce 
26489 \end_layout
26490
26491 \end_inset
26492
26493 sz
26494 \series default
26495  creates: 
26496 \begin_inset ERT
26497 status collapsed
26498
26499 \begin_layout Plain Layout
26500
26501
26502 \backslash
26503 t sz
26504 \end_layout
26505
26506 \end_inset
26507
26508
26509 \end_layout
26510
26511 \begin_layout Standard
26512 The accents 
26513 \series bold
26514 `
26515 \series default
26516  , 
26517 \series bold
26518 '
26519 \series default
26520  , and 
26521 \series bold
26522 ^
26523 \series default
26524  can in combination with vowels directly be inserted with the keyboard without
26525  using TeX-mode.
26526  The same applies for the tilde
26527 \begin_inset Foot
26528 status collapsed
26529
26530 \begin_layout Plain Layout
26531 This only applies for keyboards where the tilde is defined as accent.
26532 \end_layout
26533
26534 \end_inset
26535
26536  
26537 \series bold
26538 ~
26539 \series default
26540  in combination with 
26541 \emph on
26542 a
26543 \emph default
26544  , 
26545 \emph on
26546 n
26547 \emph default
26548  , or 
26549 \emph on
26550 o
26551 \emph default
26552 .
26553 \end_layout
26554
26555 \begin_layout Standard
26556 The commands 
26557 \series bold
26558
26559 \backslash
26560 b
26561 \series default
26562  , 
26563 \series bold
26564
26565 \backslash
26566 c
26567 \series default
26568  , 
26569 \series bold
26570
26571 \backslash
26572 d
26573 \series default
26574  , 
26575 \series bold
26576
26577 \backslash
26578 H
26579 \series default
26580  , 
26581 \series bold
26582
26583 \backslash
26584 t
26585 \series default
26586  , 
26587 \series bold
26588
26589 \backslash
26590 u
26591 \series default
26592  , 
26593 \series bold
26594
26595 \backslash
26596 v
26597 \series default
26598 , and accents inserted directly with the keyboard are also available in
26599  mathematical text.
26600  For the other accents there are special math commands to be used in formulas,
26601  see 
26602 \begin_inset CommandInset ref
26603 LatexCommand ref
26604 reference "sub:Accents-for-one"
26605
26606 \end_inset
26607
26608 .
26609 \end_layout
26610
26611 \begin_layout Standard
26612 \begin_inset VSpace bigskip
26613 \end_inset
26614
26615 Furthermore, with the command 
26616 \series bold
26617
26618 \backslash
26619 textcircled
26620 \series default
26621
26622 \begin_inset Index
26623 status collapsed
26624
26625 \begin_layout Plain Layout
26626 Commands ! T ! 
26627 \backslash
26628 textcircled
26629 \end_layout
26630
26631 \end_inset
26632
26633  all numbers and letters can be set into a circle, quasi accented with a
26634  circle, similar to the the copyright symbol.
26635 \end_layout
26636
26637 \begin_layout Standard
26638 \align center
26639 \begin_inset Tabular
26640 <lyxtabular version="3" rows="3" columns="2">
26641 <features>
26642 <column alignment="center" valignment="top" width="0">
26643 <column alignment="center" valignment="top" width="0">
26644 <row>
26645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26646 \begin_inset Text
26647
26648 \begin_layout Plain Layout
26649 Command
26650 \end_layout
26651
26652 \end_inset
26653 </cell>
26654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26655 \begin_inset Text
26656
26657 \begin_layout Plain Layout
26658 Result
26659 \begin_inset Note Note
26660 status collapsed
26661
26662 \begin_layout Plain Layout
26663
26664 \series bold
26665
26666 \backslash
26667 raisebox
26668 \series default
26669  is only used as spacer.
26670 \end_layout
26671
26672 \end_inset
26673
26674
26675 \end_layout
26676
26677 \end_inset
26678 </cell>
26679 </row>
26680 <row>
26681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26682 \begin_inset Text
26683
26684 \begin_layout Plain Layout
26685
26686 \backslash
26687 textcircled{w}
26688 \end_layout
26689
26690 \end_inset
26691 </cell>
26692 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26693 \begin_inset Text
26694
26695 \begin_layout Plain Layout
26696 \begin_inset ERT
26697 status collapsed
26698
26699 \begin_layout Plain Layout
26700
26701
26702 \backslash
26703 textcircled{w}
26704 \end_layout
26705
26706 \end_inset
26707
26708
26709 \end_layout
26710
26711 \end_inset
26712 </cell>
26713 </row>
26714 <row>
26715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26716 \begin_inset Text
26717
26718 \begin_layout Plain Layout
26719
26720 \backslash
26721 Large 
26722 \backslash
26723 textcircled{
26724 \backslash
26725 normalsize
26726 \backslash
26727 protect
26728 \backslash
26729 raisebox{-1.5pt}{W}}
26730 \end_layout
26731
26732 \end_inset
26733 </cell>
26734 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26735 \begin_inset Text
26736
26737 \begin_layout Plain Layout
26738 \begin_inset Formula $\raisebox{4.5mm}{}$
26739 \end_inset
26740
26741
26742 \begin_inset ERT
26743 status collapsed
26744
26745 \begin_layout Plain Layout
26746
26747
26748 \backslash
26749 Large 
26750 \backslash
26751 textcircled{
26752 \backslash
26753 normalsize
26754 \backslash
26755 protect
26756 \backslash
26757 raisebox{-1.5pt}W}
26758 \end_layout
26759
26760 \end_inset
26761
26762
26763 \begin_inset Formula $\raisebox{-2mm}{}$
26764 \end_inset
26765
26766
26767 \end_layout
26768
26769 \end_inset
26770 </cell>
26771 </row>
26772 </lyxtabular>
26773
26774 \end_inset
26775
26776
26777 \end_layout
26778
26779 \begin_layout Standard
26780 One has to take care that the character fits in the circle.
26781  
26782 \series bold
26783
26784 \backslash
26785 Large
26786 \series default
26787
26788 \begin_inset Foot
26789 status collapsed
26790
26791 \begin_layout Plain Layout
26792 see 
26793 \begin_inset CommandInset ref
26794 LatexCommand ref
26795 reference "sub:Font-Sizes"
26796
26797 \end_inset
26798
26799
26800 \end_layout
26801
26802 \end_inset
26803
26804  specifies thereby the size of the circle.
26805  With the help of 
26806 \series bold
26807
26808 \backslash
26809 raisebox
26810 \series default
26811
26812 \begin_inset Foot
26813 status collapsed
26814
26815 \begin_layout Plain Layout
26816 see 
26817 \begin_inset CommandInset ref
26818 LatexCommand ref
26819 reference "sub:Boxes-without-Frame"
26820
26821 \end_inset
26822
26823
26824 \end_layout
26825
26826 \end_inset
26827
26828  the character can be centered.
26829 \end_layout
26830
26831 \begin_layout Subsection
26832 Minuscule Numbers
26833 \begin_inset Index
26834 status collapsed
26835
26836 \begin_layout Plain Layout
26837 Minuscule numbers
26838 \end_layout
26839
26840 \end_inset
26841
26842
26843 \end_layout
26844
26845 \begin_layout Standard
26846 Minuscule numbers are created with the command 
26847 \series bold
26848
26849 \backslash
26850 oldstylenums
26851 \series default
26852
26853 \begin_inset Index
26854 status collapsed
26855
26856 \begin_layout Plain Layout
26857 Commands ! O ! 
26858 \backslash
26859 oldstylenums
26860 \end_layout
26861
26862 \end_inset
26863
26864 .
26865  The command can be used in formulas and in TeX-mode.
26866  The command scheme is:
26867 \end_layout
26868
26869 \begin_layout Standard
26870
26871 \series bold
26872
26873 \backslash
26874 oldstylenums{number}
26875 \end_layout
26876
26877 \begin_layout Standard
26878 The command 
26879 \series bold
26880
26881 \backslash
26882 oldstylenums{0123456789
26883 \series default
26884  produces: 
26885 \begin_inset Formula $\oldstylenums{0123456789}$
26886 \end_inset
26887
26888
26889 \end_layout
26890
26891 \begin_layout Subsection
26892 Miscellaneous special Characters
26893 \begin_inset CommandInset label
26894 LatexCommand label
26895 name "sub:Miscellaneous-special-Characters"
26896
26897 \end_inset
26898
26899
26900 \begin_inset Index
26901 status collapsed
26902
26903 \begin_layout Plain Layout
26904 Special characters ! miscellaneous
26905 \end_layout
26906
26907 \end_inset
26908
26909
26910 \end_layout
26911
26912 \begin_layout Standard
26913 The following characters can only be inserted to formulas by using commands:
26914 \end_layout
26915
26916 \begin_layout Standard
26917 \align center
26918 \begin_inset Tabular
26919 <lyxtabular version="3" rows="4" columns="2">
26920 <features>
26921 <column alignment="center" valignment="top" width="0">
26922 <column alignment="center" valignment="top" width="0">
26923 <row>
26924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26925 \begin_inset Text
26926
26927 \begin_layout Plain Layout
26928 Command
26929 \end_layout
26930
26931 \end_inset
26932 </cell>
26933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26934 \begin_inset Text
26935
26936 \begin_layout Plain Layout
26937 Result
26938 \end_layout
26939
26940 \end_inset
26941 </cell>
26942 </row>
26943 <row>
26944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26945 \begin_inset Text
26946
26947 \begin_layout Plain Layout
26948
26949 \backslash
26950 ^
26951 \begin_inset ERT
26952 status collapsed
26953
26954 \begin_layout Plain Layout
26955
26956
26957 \backslash
26958 spce 
26959 \end_layout
26960
26961 \end_inset
26962
26963
26964 \end_layout
26965
26966 \end_inset
26967 </cell>
26968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26969 \begin_inset Text
26970
26971 \begin_layout Plain Layout
26972 \begin_inset Formula $\mathcircumflex$
26973 \end_inset
26974
26975
26976 \end_layout
26977
26978 \end_inset
26979 </cell>
26980 </row>
26981 <row>
26982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26983 \begin_inset Text
26984
26985 \begin_layout Plain Layout
26986
26987 \backslash
26988 _
26989 \end_layout
26990
26991 \end_inset
26992 </cell>
26993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26994 \begin_inset Text
26995
26996 \begin_layout Plain Layout
26997 \begin_inset Formula $\_$
26998 \end_inset
26999
27000
27001 \end_layout
27002
27003 \end_inset
27004 </cell>
27005 </row>
27006 <row>
27007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27008 \begin_inset Text
27009
27010 \begin_layout Plain Layout
27011 ^
27012 \begin_inset ERT
27013 status collapsed
27014
27015 \begin_layout Plain Layout
27016
27017
27018 \backslash
27019 spce 
27020 \end_layout
27021
27022 \end_inset
27023
27024
27025 \backslash
27026 circ
27027 \begin_inset Index
27028 status collapsed
27029
27030 \begin_layout Plain Layout
27031
27032 \backslash
27033
27034 \end_layout
27035
27036 \end_inset
27037
27038
27039 \end_layout
27040
27041 \end_inset
27042 </cell>
27043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27044 \begin_inset Text
27045
27046 \begin_layout Plain Layout
27047 \begin_inset Formula $^{\circ}$
27048 \end_inset
27049
27050
27051 \end_layout
27052
27053 \end_inset
27054 </cell>
27055 </row>
27056 </lyxtabular>
27057
27058 \end_inset
27059
27060
27061 \end_layout
27062
27063 \begin_layout Standard
27064 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27065  contains the following line
27066 \begin_inset Foot
27067 status collapsed
27068
27069 \begin_layout Plain Layout
27070 More about this is described in 
27071 \begin_inset CommandInset ref
27072 LatexCommand ref
27073 reference "sub:Text-Characters-in"
27074
27075 \end_inset
27076
27077 .
27078 \end_layout
27079
27080 \end_inset
27081
27082 :
27083 \end_layout
27084
27085 \begin_layout Standard
27086
27087 \series bold
27088
27089 \backslash
27090 DeclareInputtext{176}{
27091 \backslash
27092 ifmmode^
27093 \backslash
27094 circ
27095 \backslash
27096 else
27097 \backslash
27098 textdegree
27099 \backslash
27100 fi}
27101 \end_layout
27102
27103 \begin_layout Section
27104 Formula Styles
27105 \begin_inset CommandInset label
27106 LatexCommand label
27107 name "sec:Formula-Styles"
27108
27109 \end_inset
27110
27111
27112 \begin_inset Index
27113 status collapsed
27114
27115 \begin_layout Plain Layout
27116 Formula ! styles
27117 \end_layout
27118
27119 \end_inset
27120
27121
27122 \end_layout
27123
27124 \begin_layout Itemize
27125 There are two different alignment styles:
27126 \end_layout
27127
27128 \begin_deeper
27129 \begin_layout Description
27130 Centered is the predefined standard
27131 \end_layout
27132
27133 \begin_layout Description
27134 Indented for this the option 
27135 \series bold
27136 fleqn
27137 \series default
27138  must be inserted in the menu 
27139 \family sans
27140 Document\SpecialChar \menuseparator
27141 Settings
27142 \family default
27143  under 
27144 \family sans
27145 Document
27146 \begin_inset space ~
27147 \end_inset
27148
27149 Class
27150 \end_layout
27151
27152 \begin_layout Standard
27153 When 
27154 \series bold
27155 Indented
27156 \series default
27157  is used, the indentation can be adjusted with the length 
27158 \series bold
27159
27160 \backslash
27161 mathindent
27162 \series default
27163
27164 \begin_inset Index
27165 status collapsed
27166
27167 \begin_layout Plain Layout
27168 Commands ! M ! 
27169 \backslash
27170 mathindent
27171 \end_layout
27172
27173 \end_inset
27174
27175 .
27176  Should the distance be 15
27177 \begin_inset space \thinspace{}
27178 \end_inset
27179
27180 mm, the following command line is inserted in the LaTeX-preamble
27181 \end_layout
27182
27183 \begin_layout Standard
27184
27185 \series bold
27186
27187 \backslash
27188 setlength{
27189 \backslash
27190 mathindent}{15mm}
27191 \end_layout
27192
27193 \begin_layout Standard
27194 When no length is specified, the predefined value of 30
27195 \begin_inset space \thinspace{}
27196 \end_inset
27197
27198 pt will be used.
27199 \end_layout
27200
27201 \end_deeper
27202 \begin_layout Itemize
27203 And two different numbering styles:
27204 \end_layout
27205
27206 \begin_deeper
27207 \begin_layout Description
27208 Right is the predefined standard
27209 \end_layout
27210
27211 \begin_layout Description
27212 Left for this the option 
27213 \series bold
27214 leqno
27215 \series default
27216  must be inserted in the menu 
27217 \family sans
27218 Document\SpecialChar \menuseparator
27219 Settings
27220 \family default
27221  under 
27222 \family sans
27223 Document
27224 \begin_inset space ~
27225 \end_inset
27226
27227 Class
27228 \end_layout
27229
27230 \end_deeper
27231 \begin_layout Standard
27232
27233 \series bold
27234 fleqn
27235 \series default
27236  and 
27237 \series bold
27238 leqno
27239 \series default
27240  can also be used together.
27241  In this case both options are inserted, separated by a comma.
27242 \end_layout
27243
27244 \begin_layout Standard
27245 The chosen styles are used for all displayed formulas of the document.
27246  When both, centered and indented formulas should be created in a document,
27247  the style 
27248 \series bold
27249 Centered
27250 \series default
27251  is used.
27252  The indented formulas are then set in a flalign environment, see 
27253 \begin_inset CommandInset ref
27254 LatexCommand ref
27255 reference "sub:Flalign-Environment"
27256
27257 \end_inset
27258
27259 .
27260 \end_layout
27261
27262 \begin_layout Section
27263 Multiline Formulas
27264 \begin_inset CommandInset label
27265 LatexCommand label
27266 name "sec:Multiline-Formulas"
27267
27268 \end_inset
27269
27270
27271 \begin_inset Index
27272 status collapsed
27273
27274 \begin_layout Plain Layout
27275 Formula ! multiline
27276 \end_layout
27277
27278 \end_inset
27279
27280
27281 \end_layout
27282
27283 \begin_layout Subsection
27284 General
27285 \end_layout
27286
27287 \begin_layout Standard
27288 In LyX multiline formulas are created by pressing 
27289 \family sans
27290 \series bold
27291 Ctrl-Return
27292 \family default
27293 \series default
27294  inside a formula.
27295  This creates either an 
27296 \series bold
27297 eqnarray environment
27298 \series default
27299  that is described in 
27300 \begin_inset CommandInset ref
27301 LatexCommand ref
27302 reference "sub:Eqnarray-Environment"
27303
27304 \end_inset
27305
27306  or, when the option 
27307 \family sans
27308 Use AMS math package
27309 \family default
27310  in the document settings is selected, an 
27311 \series bold
27312 align environment
27313 \series default
27314  that is described in 
27315 \begin_inset CommandInset ref
27316 LatexCommand ref
27317 reference "sub:Standard-align-Environment"
27318
27319 \end_inset
27320
27321 .
27322 \end_layout
27323
27324 \begin_layout Standard
27325 There are other multiline formula environments that can be created via the
27326  menu 
27327 \family sans
27328 Insert\SpecialChar \menuseparator
27329 Math
27330 \family default
27331 .
27332  These environments are described in the following sections.
27333 \end_layout
27334
27335 \begin_layout Standard
27336 In all multiline formula environments a new line is created by pressing
27337  
27338 \family sans
27339 Ctrl-Return
27340 \family default
27341 .
27342  To add or delete lines, the math toolbar buttons 
27343 \begin_inset Graphics
27344         filename ../images/tabular-feature_append-row.png
27345         scale 85
27346
27347 \end_inset
27348
27349  or 
27350 \begin_inset Graphics
27351         filename ../images/tabular-feature_delete-row.png
27352         scale 85
27353
27354 \end_inset
27355
27356 , respectively, or the menu 
27357 \family sans
27358 Edit\SpecialChar \menuseparator
27359 Rows & Columns
27360 \family default
27361  can be used.
27362 \end_layout
27363
27364 \begin_layout Subsubsection
27365 Line Separation
27366 \begin_inset CommandInset label
27367 LatexCommand label
27368 name "sub:Line-Separation"
27369
27370 \end_inset
27371
27372
27373 \begin_inset Index
27374 status collapsed
27375
27376 \begin_layout Plain Layout
27377 Formula ! multiline ! Line separation
27378 \end_layout
27379
27380 \end_inset
27381
27382
27383 \end_layout
27384
27385 \begin_layout Standard
27386 There is sometimes not enough space in multiline formulas between the lines:
27387 \begin_inset Formula \begin{eqnarray*}
27388 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}\\
27389 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*}
27390
27391 \end_inset
27392
27393
27394 \end_layout
27395
27396 \begin_layout Standard
27397 In LaTeX additional line space is specified as optional argument of the
27398  new line command.
27399  This is not yet possible in LyX
27400 \begin_inset Foot
27401 status collapsed
27402
27403 \begin_layout Plain Layout
27404 see 
27405 \begin_inset CommandInset href
27406 LatexCommand href
27407 name "LyX-bug #1505"
27408 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27409
27410 \end_inset
27411
27412
27413 \end_layout
27414
27415 \end_inset
27416
27417 , therefore the whole formula must be inserted in TeX-mode.
27418  To add in our example space, the command 
27419 \series bold
27420
27421 \backslash
27422
27423 \backslash
27424 [3mm]
27425 \series default
27426  is inserted at the end of the first line.
27427  One gets: 
27428 \begin_inset ERT
27429 status collapsed
27430
27431 \begin_layout Plain Layout
27432
27433
27434 \backslash
27435 begin{eqnarray*}
27436 \end_layout
27437
27438 \begin_layout Plain Layout
27439
27440 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27441  = & 
27442 \backslash
27443 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27444 \backslash
27445
27446 \backslash
27447 [3mm]
27448 \end_layout
27449
27450 \begin_layout Plain Layout
27451
27452 4x^{2}
27453 \backslash
27454 left(B^{2}+x_{0}^{2}
27455 \backslash
27456 right)+4x_{0}x
27457 \backslash
27458 left(D-B^{2}
27459 \backslash
27460 right)+B^{2}
27461 \backslash
27462 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27463 \backslash
27464 right) & = & 0
27465 \end_layout
27466
27467 \begin_layout Plain Layout
27468
27469
27470 \backslash
27471 end{eqnarray*}
27472 \end_layout
27473
27474 \end_inset
27475
27476
27477 \end_layout
27478
27479 \begin_layout Standard
27480 \begin_inset VSpace bigskip
27481 \end_inset
27482
27483 To set the the line separation for all lines in a formula, the length 
27484 \series bold
27485
27486 \backslash
27487 jot
27488 \series default
27489
27490 \begin_inset Index
27491 status collapsed
27492
27493 \begin_layout Plain Layout
27494 Commands ! J ! 
27495 \backslash
27496 jot
27497 \end_layout
27498
27499 \end_inset
27500
27501  is changed.
27502  The definition is: 
27503 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
27504 \end_inset
27505
27506 .
27507  Predefined for 
27508 \series bold
27509
27510 \backslash
27511 jot
27512 \series default
27513  is the value 3
27514 \begin_inset space \thinspace{}
27515 \end_inset
27516
27517 pt.
27518  To create 3
27519 \begin_inset space \thinspace{}
27520 \end_inset
27521
27522 mm additional line separation as in the previous example, the command
27523 \end_layout
27524
27525 \begin_layout Standard
27526
27527 \series bold
27528
27529 \backslash
27530 setlength{
27531 \backslash
27532 jot}{3mm+3pt}
27533 \end_layout
27534
27535 \begin_layout Standard
27536 is inserted in TeX-mode before the formula.
27537  This requires that the LaTeX-package 
27538 \series bold
27539 calc
27540 \series default
27541
27542 \begin_inset Foot
27543 status collapsed
27544
27545 \begin_layout Plain Layout
27546
27547 \series bold
27548 calc
27549 \series default
27550  is part of every LaTeX standard installation.
27551 \end_layout
27552
27553 \end_inset
27554
27555
27556 \begin_inset Index
27557 status collapsed
27558
27559 \begin_layout Plain Layout
27560 Packages ! calc
27561 \end_layout
27562
27563 \end_inset
27564
27565  was loaded in LaTeX-preamble with the line
27566 \end_layout
27567
27568 \begin_layout Standard
27569
27570 \series bold
27571
27572 \backslash
27573 usepackage{calc}
27574 \end_layout
27575
27576 \begin_layout Standard
27577 One gets: 
27578 \begin_inset ERT
27579 status collapsed
27580
27581 \begin_layout Plain Layout
27582
27583
27584 \backslash
27585 setlength{
27586 \backslash
27587 jot}{3mm+3pt}
27588 \end_layout
27589
27590 \end_inset
27591
27592
27593 \begin_inset Formula \begin{eqnarray*}
27594 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}\\
27595 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*}
27596
27597 \end_inset
27598
27599
27600 \end_layout
27601
27602 \begin_layout Standard
27603 \begin_inset ERT
27604 status collapsed
27605
27606 \begin_layout Plain Layout
27607
27608
27609 \backslash
27610 setlength{
27611 \backslash
27612 jot}{3pt}
27613 \end_layout
27614
27615 \end_inset
27616
27617  To get back to the predefined distance, 
27618 \series bold
27619
27620 \backslash
27621 jot
27622 \series default
27623  is set to the value 3
27624 \begin_inset space \thinspace{}
27625 \end_inset
27626
27627 pt.
27628 \end_layout
27629
27630 \begin_layout Subsubsection
27631 Column Separation
27632 \begin_inset CommandInset label
27633 LatexCommand label
27634 name "sub:Column-Separation"
27635
27636 \end_inset
27637
27638
27639 \begin_inset Index
27640 status collapsed
27641
27642 \begin_layout Plain Layout
27643 Formula ! multiline ! Column separation
27644 \end_layout
27645
27646 \end_inset
27647
27648
27649 \end_layout
27650
27651 \begin_layout Standard
27652 Multiline formulas form a matrix.
27653  A formula in the eqnarray environment is for example a matrix with three
27654  columns.
27655  By changing the column separation in this environment, the space beside
27656  the relation sign can be changed.
27657 \end_layout
27658
27659 \begin_layout Standard
27660 The column separation is specified with the length 
27661 \series bold
27662
27663 \backslash
27664 arraycolsep
27665 \series default
27666
27667 \begin_inset Index
27668 status collapsed
27669
27670 \begin_layout Plain Layout
27671 Commands ! A ! 
27672 \backslash
27673 arraycolsep
27674 \end_layout
27675
27676 \end_inset
27677
27678  according to:
27679 \begin_inset Newline newline
27680 \end_inset
27681
27682 column separation = 2
27683 \begin_inset space \thinspace{}
27684 \end_inset
27685
27686
27687 \series bold
27688
27689 \backslash
27690 arraycolsep
27691 \series default
27692
27693 \begin_inset Newline newline
27694 \end_inset
27695
27696 Thus, the command
27697 \end_layout
27698
27699 \begin_layout Standard
27700
27701 \series bold
27702
27703 \backslash
27704 setlength{
27705 \backslash
27706 arraycolsep}{1cm}
27707 \end_layout
27708
27709 \begin_layout Standard
27710 inserted in TeX-mode, sets for all following formulas a column separation
27711  of 2
27712 \begin_inset space \thinspace{}
27713 \end_inset
27714
27715 cm.
27716  To get back to the predefined distance, 
27717 \series bold
27718
27719 \backslash
27720 arraycolsep
27721 \series default
27722  is set to 5
27723 \begin_inset space \thinspace{}
27724 \end_inset
27725
27726 pt.
27727 \end_layout
27728
27729 \begin_layout Standard
27730 A formula with 2
27731 \begin_inset space \thinspace{}
27732 \end_inset
27733
27734 cm column separation:
27735 \begin_inset ERT
27736 status collapsed
27737
27738 \begin_layout Plain Layout
27739
27740
27741 \backslash
27742 setlength{
27743 \backslash
27744 arraycolsep}{1cm}
27745 \end_layout
27746
27747 \end_inset
27748
27749
27750 \begin_inset Formula \begin{eqnarray*}
27751 A & = & B\\
27752 C & \ne & A\end{eqnarray*}
27753
27754 \end_inset
27755
27756 A formula with the predefined column separation for matrices of 10
27757 \begin_inset space \thinspace{}
27758 \end_inset
27759
27760 pt:
27761 \begin_inset ERT
27762 status collapsed
27763
27764 \begin_layout Plain Layout
27765
27766
27767 \backslash
27768 setlength{
27769 \backslash
27770 arraycolsep}{5pt}
27771 \end_layout
27772
27773 \end_inset
27774
27775
27776 \begin_inset Formula \begin{eqnarray*}
27777 A & = & B\\
27778 C & \ne & A\end{eqnarray*}
27779
27780 \end_inset
27781
27782
27783 \end_layout
27784
27785 \begin_layout Subsubsection
27786 Long Formulas
27787 \begin_inset Index
27788 status collapsed
27789
27790 \begin_layout Plain Layout
27791 Formula ! long
27792 \end_layout
27793
27794 \end_inset
27795
27796
27797 \end_layout
27798
27799 \begin_layout Standard
27800 Long formulas can be typeset using these methods:
27801 \end_layout
27802
27803 \begin_layout Itemize
27804 When one side of the equation is much shorther than the line width, this
27805  one is chosen for the left side and the right side is typeset over two
27806  lines:
27807 \begin_inset ERT
27808 status collapsed
27809
27810 \begin_layout Plain Layout
27811
27812
27813 \backslash
27814 medskip
27815 \end_layout
27816
27817 \end_inset
27818
27819  
27820 \begin_inset Formula \begin{eqnarray}
27821 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 \\
27822  &  & -\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}
27823
27824 \end_inset
27825
27826
27827 \begin_inset ERT
27828 status collapsed
27829
27830 \begin_layout Plain Layout
27831
27832
27833 \backslash
27834 smallskip
27835 \end_layout
27836
27837 \end_inset
27838
27839
27840 \begin_inset Newline newline
27841 \end_inset
27842
27843 The minus sign at the beginning of the second line does normally not appear
27844  as operator because it is the first character of the line.
27845  Thus it would not be surrounded by space and could not be distinguished
27846  from the fraction bar.
27847  To avoid this, space was inserted behind the minus sign with the command
27848  
27849 \series bold
27850
27851 \backslash
27852 hspace{3pt}
27853 \series default
27854
27855 \begin_inset Foot
27856 status collapsed
27857
27858 \begin_layout Plain Layout
27859 more about 
27860 \series bold
27861
27862 \backslash
27863 hspace
27864 \series default
27865  see 
27866 \begin_inset CommandInset ref
27867 LatexCommand ref
27868 reference "sub:Variable-Space"
27869
27870 \end_inset
27871
27872
27873 \end_layout
27874
27875 \end_inset
27876
27877
27878 \begin_inset Index
27879 status collapsed
27880
27881 \begin_layout Plain Layout
27882 Commands ! H ! 
27883 \backslash
27884 hspace
27885 \end_layout
27886
27887 \end_inset
27888
27889 .
27890 \end_layout
27891
27892 \begin_layout Itemize
27893 When both sides of the equation are too long, the command 
27894 \series bold
27895
27896 \backslash
27897 lefteqn
27898 \series default
27899
27900 \begin_inset Index
27901 status collapsed
27902
27903 \begin_layout Plain Layout
27904 Commands ! L ! 
27905 \backslash
27906 lefteqn
27907 \end_layout
27908
27909 \end_inset
27910
27911  is used.
27912  It is inserted to the first column of the first line and effects that all
27913  further insertions overwrite the following columns:
27914 \begin_inset ERT
27915 status collapsed
27916
27917 \begin_layout Plain Layout
27918
27919
27920 \backslash
27921 medskip
27922 \end_layout
27923
27924 \end_inset
27925
27926
27927 \begin_inset Formula \begin{eqnarray}
27928 \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 \\
27929  &  & -\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 \\
27930  &  & =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}
27931
27932 \end_inset
27933
27934
27935 \begin_inset ERT
27936 status collapsed
27937
27938 \begin_layout Plain Layout
27939
27940
27941 \backslash
27942 smallskip
27943 \end_layout
27944
27945 \end_inset
27946
27947
27948 \begin_inset Newline newline
27949 \end_inset
27950
27951 After the insertion of 
27952 \series bold
27953
27954 \backslash
27955 lefteqn
27956 \series default
27957 , the cursor is in a purple box that is a bit shifted to the left from the
27958  blue one.
27959  In this the formula is inserted.
27960 \begin_inset ERT
27961 status collapsed
27962
27963 \begin_layout Plain Layout
27964
27965
27966 \backslash
27967 medskip
27968 \end_layout
27969
27970 \end_inset
27971
27972
27973 \begin_inset Newline newline
27974 \end_inset
27975
27976 The content of the further lines is inserted to the second or another formula
27977  column.
27978  The greater the column number where it was inserted, the larger the indentation.
27979 \begin_inset ERT
27980 status collapsed
27981
27982 \begin_layout Plain Layout
27983
27984
27985 \backslash
27986 medskip
27987 \end_layout
27988
27989 \end_inset
27990
27991
27992 \begin_inset Newline newline
27993 \end_inset
27994
27995
27996 \begin_inset Note Greyedout
27997 status open
27998
27999 \begin_layout Plain Layout
28000 Note the following when using 
28001 \series bold
28002
28003 \backslash
28004 lefteqn
28005 \series default
28006 :
28007 \end_layout
28008
28009 \begin_layout Itemize
28010 The formula doesn't use the full page width.
28011  When e.
28012 \begin_inset space \thinspace{}
28013 \end_inset
28014
28015 g.
28016 \begin_inset space ~
28017 \end_inset
28018
28019 the term 
28020 \begin_inset Formula $-B^{2}$
28021 \end_inset
28022
28023  is added to the first line in the above example, it would have been outside
28024  the page margin.
28025  To better use the width, negative space can be inserted at the beginning
28026  of the first line.
28027 \end_layout
28028
28029 \begin_layout Itemize
28030 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28031  line.
28032 \begin_inset Foot
28033 status collapsed
28034
28035 \begin_layout Plain Layout
28036 \begin_inset CommandInset href
28037 LatexCommand href
28038 name "LyX-bug #1429"
28039 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28040
28041 \end_inset
28042
28043
28044 \end_layout
28045
28046 \end_inset
28047
28048  One can only set the cursor at the beginning of the line and move it with
28049  the arrow keys.
28050 \end_layout
28051
28052 \end_inset
28053
28054
28055 \end_layout
28056
28057 \begin_layout Itemize
28058 Other methods to set long formulas are offered by the environments described
28059  in 
28060 \begin_inset CommandInset ref
28061 LatexCommand ref
28062 reference "sub:Multline-Environment"
28063
28064 \end_inset
28065
28066  and 
28067 \begin_inset CommandInset ref
28068 LatexCommand ref
28069 reference "sub:Multiline-Formula-Parts"
28070
28071 \end_inset
28072
28073 .
28074 \end_layout
28075
28076 \begin_layout Subsubsection
28077 Multiline Brackets
28078 \begin_inset CommandInset label
28079 LatexCommand label
28080 name "sub:Multiline-Brackets"
28081
28082 \end_inset
28083
28084
28085 \begin_inset Index
28086 status collapsed
28087
28088 \begin_layout Plain Layout
28089 Brackets ! for multiline expressions
28090 \end_layout
28091
28092 \end_inset
28093
28094
28095 \end_layout
28096
28097 \begin_layout Standard
28098 For brackets spanning multiple lines the following problem occurs:
28099 \begin_inset Formula \begin{eqnarray*}
28100 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28101  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28102
28103 \end_inset
28104
28105
28106 \end_layout
28107
28108 \begin_layout Standard
28109 The closing bracket is smaller than the opening bracket because brackets
28110  with variable size may not span multiple lines.
28111 \end_layout
28112
28113 \begin_layout Standard
28114 To set the bracket size for the second line correctly, the first line is
28115  ended with 
28116 \series bold
28117
28118 \backslash
28119 right.
28120 \series default
28121
28122 \begin_inset Index
28123 status collapsed
28124
28125 \begin_layout Plain Layout
28126 Commands ! R ! 
28127 \backslash
28128 right
28129 \end_layout
28130
28131 \end_inset
28132
28133  and the second line with 
28134 \series bold
28135
28136 \backslash
28137 left.
28138 \begin_inset Foot
28139 status collapsed
28140
28141 \begin_layout Plain Layout
28142 for more about 
28143 \series bold
28144
28145 \backslash
28146 left
28147 \series default
28148  and 
28149 \series bold
28150
28151 \backslash
28152 right
28153 \series default
28154  see 
28155 \begin_inset CommandInset ref
28156 LatexCommand ref
28157 reference "sub:Automatic-Bracket-Size"
28158
28159 \end_inset
28160
28161
28162 \end_layout
28163
28164 \end_inset
28165
28166
28167 \series default
28168
28169 \begin_inset Index
28170 status collapsed
28171
28172 \begin_layout Plain Layout
28173 Commands ! L ! 
28174 \backslash
28175 left
28176 \end_layout
28177
28178 \end_inset
28179
28180 .
28181  After 
28182 \series bold
28183
28184 \backslash
28185 left.
28186
28187 \series default
28188  the command 
28189 \series bold
28190
28191 \backslash
28192 vphantom
28193 \series default
28194
28195 \begin_inset ERT
28196 status collapsed
28197
28198 \begin_layout Plain Layout
28199
28200
28201 \backslash
28202 spce 
28203 \end_layout
28204
28205 \end_inset
28206
28207
28208 \series bold
28209
28210 \backslash
28211 prod
28212 \series default
28213 ^
28214 \begin_inset ERT
28215 status collapsed
28216
28217 \begin_layout Plain Layout
28218
28219
28220 \backslash
28221 spce 
28222 \end_layout
28223
28224 \end_inset
28225
28226
28227 \series bold
28228
28229 \backslash
28230 infty
28231 \series default
28232
28233 \begin_inset ERT
28234 status collapsed
28235
28236 \begin_layout Plain Layout
28237
28238
28239 \backslash
28240 spce 
28241 \end_layout
28242
28243 \end_inset
28244
28245
28246 \series bold
28247
28248 \begin_inset Formula $\downarrow$
28249 \end_inset
28250
28251 _R=1}
28252 \series default
28253
28254 \begin_inset Index
28255 status collapsed
28256
28257 \begin_layout Plain Layout
28258 Commands ! V ! 
28259 \backslash
28260 vphantom
28261 \end_layout
28262
28263 \end_inset
28264
28265  is inserted, because the multiplication operator with its limits is the
28266  largest symbol in the first line and this should be the size for the bracket
28267  in the second line.
28268 \end_layout
28269
28270 \begin_layout Standard
28271 The result is this:
28272 \begin_inset Formula \begin{eqnarray*}
28273 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28274  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28275
28276 \end_inset
28277
28278
28279 \end_layout
28280
28281 \begin_layout Subsection
28282 Align Environments
28283 \end_layout
28284
28285 \begin_layout Standard
28286 Align environments can be used for every kind of multiline formulas.
28287  They are specially useful to set several formulas side by side.
28288 \end_layout
28289
28290 \begin_layout Standard
28291 Align environments consist of columns.
28292  The odd columns are right aligned, the even ones left aligned.
28293  Every line in an Align environment can be numbered.
28294 \end_layout
28295
28296 \begin_layout Standard
28297 Align environments are created via the menu 
28298 \family sans
28299 Insert\SpecialChar \menuseparator
28300 Math
28301 \family default
28302 .
28303  With the menu 
28304 \family sans
28305 Edit\SpecialChar \menuseparator
28306 Math\SpecialChar \menuseparator
28307 Change Formula Type
28308 \family default
28309  already existing formulas can be converted to Align environments.
28310 \end_layout
28311
28312 \begin_layout Standard
28313 To add or delete columns, the math toolbar buttons 
28314 \begin_inset Graphics
28315         filename ../images/tabular-feature_append-column.png
28316         scale 85
28317
28318 \end_inset
28319
28320  or 
28321 \begin_inset Graphics
28322         filename ../images/tabular-feature_delete-column.png
28323         scale 85
28324
28325 \end_inset
28326
28327 , respectively, or the menu 
28328 \family sans
28329 Edit\SpecialChar \menuseparator
28330 Rows & Columns
28331 \family default
28332  can be used.
28333 \end_layout
28334
28335 \begin_layout Subsubsection
28336 Standard align Environment
28337 \begin_inset CommandInset label
28338 LatexCommand label
28339 name "sub:Standard-align-Environment"
28340
28341 \end_inset
28342
28343
28344 \begin_inset Index
28345 status collapsed
28346
28347 \begin_layout Plain Layout
28348 Formula ! multiline ! align environment
28349 \end_layout
28350
28351 \end_inset
28352
28353
28354 \end_layout
28355
28356 \begin_layout Standard
28357 This Align environment is created by presssing 
28358 \family sans
28359 Ctrl-Return
28360 \family default
28361  in a formula or by the menu 
28362 \family sans
28363 Insert\SpecialChar \menuseparator
28364 Math\SpecialChar \menuseparator
28365 AMS align Environment
28366 \family default
28367 .
28368 \end_layout
28369
28370 \begin_layout Standard
28371 An example for two formulas set side by side, that are created with a four
28372  column align environment:
28373 \begin_inset Formula \begin{align*}
28374 A & =\sin(B) & C & =D\\
28375 C & \ne A & B & \ne D\end{align*}
28376
28377 \end_inset
28378
28379 As it can be seen, the formulas in this environment are placed so as if
28380  there would be a 
28381 \series bold
28382
28383 \backslash
28384 hfill
28385 \begin_inset Foot
28386 status collapsed
28387
28388 \begin_layout Plain Layout
28389 more about 
28390 \series bold
28391
28392 \backslash
28393 hfill
28394 \series default
28395  see 
28396 \begin_inset CommandInset ref
28397 LatexCommand ref
28398 reference "sub:Variable-Space"
28399
28400 \end_inset
28401
28402
28403 \end_layout
28404
28405 \end_inset
28406
28407
28408 \series default
28409  before the first and after every even column.
28410  When the formula style 
28411 \series bold
28412 Indented
28413 \begin_inset Foot
28414 status collapsed
28415
28416 \begin_layout Plain Layout
28417 formula styles see 
28418 \begin_inset CommandInset ref
28419 LatexCommand ref
28420 reference "sec:Formula-Styles"
28421
28422 \end_inset
28423
28424
28425 \end_layout
28426
28427 \end_inset
28428
28429
28430 \series default
28431  is used, the formula is set without the 
28432 \series bold
28433
28434 \backslash
28435 hfill
28436 \series default
28437  before the first column.
28438 \end_layout
28439
28440 \begin_layout Subsubsection
28441 Alignat Environment
28442 \begin_inset Index
28443 status collapsed
28444
28445 \begin_layout Plain Layout
28446 Formula ! multiline ! alignat environment
28447 \end_layout
28448
28449 \end_inset
28450
28451
28452 \end_layout
28453
28454 \begin_layout Standard
28455 The alignat environment has no predefined column separation.
28456  It can be inserted manually with the spaces that are described 
28457 \begin_inset CommandInset ref
28458 LatexCommand ref
28459 reference "sub:Space"
28460
28461 \end_inset
28462
28463 .
28464 \end_layout
28465
28466 \begin_layout Standard
28467 The above example in the alignat environment where 1
28468 \begin_inset space \thinspace{}
28469 \end_inset
28470
28471 cm space was inserted at the beginning of the second formula:
28472 \begin_inset Formula \begin{alignat*}{2}
28473 A & =\sin(B) & \hspace{1cm}C & =D\\
28474 C & \ne A & B & \ne D\end{alignat*}
28475
28476 \end_inset
28477
28478 Because the column separation can be set separately for every column, this
28479  environment is especially suitable to set three and more formulas side
28480  by side.
28481 \end_layout
28482
28483 \begin_layout Subsubsection
28484 Flalign Environment
28485 \begin_inset CommandInset label
28486 LatexCommand label
28487 name "sub:Flalign-Environment"
28488
28489 \end_inset
28490
28491
28492 \begin_inset Index
28493 status collapsed
28494
28495 \begin_layout Plain Layout
28496 Formula ! multiline ! flalign environment
28497 \end_layout
28498
28499 \end_inset
28500
28501
28502 \end_layout
28503
28504 \begin_layout Standard
28505 In this environment the first two columns are always set as much as possible
28506  to the left and the last two ones to the right.
28507  An example:
28508 \begin_inset Formula \begin{flalign*}
28509 A & =1 & B & =2 & C & =3\\
28510 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28511
28512 \end_inset
28513
28514
28515 \end_layout
28516
28517 \begin_layout Standard
28518 By creating a flalign environment with an odd number of columns where an
28519  empty TeX-brace is inserted to the last column, several formulas in a document
28520  can be set to the left, although the formula style 
28521 \series bold
28522 Centered
28523 \series default
28524  is used.
28525  As example the indented formula 
28526 \begin_inset CommandInset ref
28527 LatexCommand eqref
28528 reference "eq:VolInt"
28529
28530 \end_inset
28531
28532 :
28533 \begin_inset Formula \begin{flalign}
28534 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28535
28536 \end_inset
28537
28538 The first two columns contain the formula.
28539  To indent it as with the formula style 
28540 \series bold
28541 Indented
28542 \series default
28543 , 30
28544 \begin_inset space \thinspace{}
28545 \end_inset
28546
28547 pt space was inserted at the beginning of the first column.
28548 \end_layout
28549
28550 \begin_layout Subsection
28551 Eqnarray Environment
28552 \begin_inset CommandInset label
28553 LatexCommand label
28554 name "sub:Eqnarray-Environment"
28555
28556 \end_inset
28557
28558
28559 \begin_inset Index
28560 status collapsed
28561
28562 \begin_layout Plain Layout
28563 Formula ! multiline ! eqnarray environment
28564 \end_layout
28565
28566 \end_inset
28567
28568
28569 \end_layout
28570
28571 \begin_layout Standard
28572 When this environment has been created, three blue boxes appear.
28573  The content of the first box is right aligned, the content of the last
28574  one left aligned.
28575  The content of the middle box appears centered and a bit smaller, because
28576  it is designed to insert there only relation characters.
28577 \begin_inset Formula \begin{eqnarray*}
28578 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28579 AB & AB & AB\\
28580 A & = & A\end{eqnarray*}
28581
28582 \end_inset
28583
28584
28585 \end_layout
28586
28587 \begin_layout Subsection
28588 Gather Environment
28589 \begin_inset Index
28590 status collapsed
28591
28592 \begin_layout Plain Layout
28593 Formula ! multiline ! gather environment
28594 \end_layout
28595
28596 \end_inset
28597
28598
28599 \end_layout
28600
28601 \begin_layout Standard
28602 This environment consists of only one centered column.
28603  Every line can be numbered.
28604 \begin_inset Formula \begin{gather}
28605 A=1\\
28606 X=\textrm{-}1\end{gather}
28607
28608 \end_inset
28609
28610
28611 \end_layout
28612
28613 \begin_layout Subsection
28614 Multline Environment
28615 \begin_inset CommandInset label
28616 LatexCommand label
28617 name "sub:Multline-Environment"
28618
28619 \end_inset
28620
28621
28622 \begin_inset Index
28623 status collapsed
28624
28625 \begin_layout Plain Layout
28626 Formula ! multiline ! multline environment
28627 \end_layout
28628
28629 \end_inset
28630
28631
28632 \end_layout
28633
28634 \begin_layout Standard
28635 The multline environment consists, like the gather environment, of only
28636  one column.
28637  But the first line is left aligned, the last one right aligned.
28638  All other lines are centered.
28639  Therefore this environment is suitable for long formulas.
28640  As example formula 
28641 \begin_inset CommandInset ref
28642 LatexCommand eqref
28643 reference "eq:lefteqn"
28644
28645 \end_inset
28646
28647  in the multline environment:
28648 \begin_inset Formula \begin{multline}
28649 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}\\
28650 -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}\\
28651 =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}
28652
28653 \end_inset
28654
28655
28656 \end_layout
28657
28658 \begin_layout Standard
28659 In the output only the last (first) line of a multline environment appears
28660  numbered when the document numbering is right (left).
28661 \begin_inset Foot
28662 status collapsed
28663
28664 \begin_layout Plain Layout
28665 numbering styles see 
28666 \begin_inset CommandInset ref
28667 LatexCommand ref
28668 reference "sec:Formula-Styles"
28669
28670 \end_inset
28671
28672
28673 \end_layout
28674
28675 \end_inset
28676
28677
28678 \end_layout
28679
28680 \begin_layout Standard
28681 With the commands 
28682 \series bold
28683
28684 \backslash
28685 shoveright
28686 \begin_inset Index
28687 status collapsed
28688
28689 \begin_layout Plain Layout
28690 Commands ! S ! 
28691 \backslash
28692 shoveright
28693 \end_layout
28694
28695 \end_inset
28696
28697
28698 \series default
28699  and 
28700 \series bold
28701
28702 \backslash
28703 shoveleft
28704 \begin_inset Index
28705 status collapsed
28706
28707 \begin_layout Plain Layout
28708 Commands ! S ! 
28709 \backslash
28710 shoveleft
28711 \end_layout
28712
28713 \end_inset
28714
28715
28716 \series default
28717  a centered line can be right or left aligned, respectively.
28718  The commands are used as follows:
28719 \end_layout
28720
28721 \begin_layout Standard
28722
28723 \series bold
28724
28725 \backslash
28726 shoveright{line content}
28727 \series default
28728  and 
28729 \series bold
28730
28731 \backslash
28732 shoveleft{line content}
28733 \end_layout
28734
28735 \begin_layout Standard
28736 \begin_inset VSpace medskip
28737 \end_inset
28738
28739 The length 
28740 \series bold
28741
28742 \backslash
28743 multlinegap
28744 \begin_inset Index
28745 status collapsed
28746
28747 \begin_layout Plain Layout
28748 Commands ! M ! 
28749 \backslash
28750 multlinegap
28751 \end_layout
28752
28753 \end_inset
28754
28755
28756 \series default
28757  specifies the distance of the first line from the left page margin.
28758  Predefined is the length 0
28759 \begin_inset space \thinspace{}
28760 \end_inset
28761
28762 pt.
28763 \end_layout
28764
28765 \begin_layout Standard
28766 As example the above formula where the command
28767 \end_layout
28768
28769 \begin_layout Standard
28770
28771 \series bold
28772
28773 \backslash
28774 setlength{
28775 \backslash
28776 multlinegap}{2cm}
28777 \end_layout
28778
28779 \begin_layout Standard
28780 was inserted in TeX-mode before:
28781 \begin_inset ERT
28782 status collapsed
28783
28784 \begin_layout Plain Layout
28785
28786
28787 \backslash
28788 setlength{
28789 \backslash
28790 multlinegap}{2cm}
28791 \end_layout
28792
28793 \end_inset
28794
28795
28796 \begin_inset Formula \begin{multline}
28797 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}\\
28798 \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}}\\
28799 =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}
28800
28801 \end_inset
28802
28803
28804 \begin_inset ERT
28805 status collapsed
28806
28807 \begin_layout Plain Layout
28808
28809
28810 \backslash
28811 setlength{
28812 \backslash
28813 multlinegap}{0pt}
28814 \end_layout
28815
28816 \end_inset
28817
28818 The second line was left aligned using 
28819 \series bold
28820
28821 \backslash
28822 shoveleft
28823 \series default
28824 .
28825 \end_layout
28826
28827 \begin_layout Subsection
28828 Multiline Formula Parts
28829 \begin_inset CommandInset label
28830 LatexCommand label
28831 name "sub:Multiline-Formula-Parts"
28832
28833 \end_inset
28834
28835
28836 \begin_inset Index
28837 status collapsed
28838
28839 \begin_layout Plain Layout
28840 Formula ! multiline ! formula parts
28841 \end_layout
28842
28843 \end_inset
28844
28845
28846 \end_layout
28847
28848 \begin_layout Standard
28849 To display only parts of a formula with multiple lines, one of the following
28850  environments are used: 
28851 \series bold
28852 aligned
28853 \series default
28854
28855 \series bold
28856 alignedat
28857 \series default
28858
28859 \series bold
28860 gathered
28861 \series default
28862  or 
28863 \series bold
28864 split
28865 \series default
28866 .
28867  They can be inserted via the menu 
28868 \family sans
28869 Insert\SpecialChar \menuseparator
28870 Math
28871 \family default
28872  or by using the commands described in this section.
28873 \end_layout
28874
28875 \begin_layout Standard
28876 The first three have the same properties as the corresponding multiline
28877  formula environments, but it is possible to set further formula parts beside
28878  them.
28879  An example:
28880 \begin_inset Formula \[
28881 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28882 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28883 \right\} \textrm{Uncertainty relations}\]
28884
28885 \end_inset
28886
28887
28888 \end_layout
28889
28890 \begin_layout Standard
28891 To get this formula, a displayed formula is created where the command 
28892 \series bold
28893
28894 \backslash
28895 aligned
28896 \begin_inset Index
28897 status collapsed
28898
28899 \begin_layout Plain Layout
28900 Commands ! A ! 
28901 \backslash
28902 aligned
28903 \end_layout
28904
28905 \end_inset
28906
28907
28908 \series default
28909  is inserted.
28910  A purple box appears around the blue formula box where now columns and
28911  lines can be added.
28912  Outside the multiline environment other formula parts can be set, like
28913  the brace.
28914 \end_layout
28915
28916 \begin_layout Standard
28917 The aligned environment is also suitable for long formulas whose lines are
28918  horizontally aligned.
28919  Using aligned in a displayed formula has the advantage that the formula
28920  number is vertically centered behind the lines.
28921  As example formula 
28922 \begin_inset CommandInset ref
28923 LatexCommand eqref
28924 reference "eq:kurzlang"
28925
28926 \end_inset
28927
28928  in the aligned environment:
28929 \begin_inset Formula \begin{equation}
28930 \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}|}\\
28931  & -\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}
28932 \end{equation}
28933
28934 \end_inset
28935
28936
28937 \end_layout
28938
28939 \begin_layout Standard
28940 To use the environments 
28941 \series bold
28942 alignedat
28943 \series default
28944
28945 \series bold
28946 gathered
28947 \series default
28948 , or 
28949 \series bold
28950 split
28951 \series default
28952 , the command 
28953 \series bold
28954
28955 \backslash
28956 alignedat
28957 \series default
28958 ,
28959 \begin_inset Index
28960 status collapsed
28961
28962 \begin_layout Plain Layout
28963 Commands ! A ! 
28964 \backslash
28965 alignedat
28966 \end_layout
28967
28968 \end_inset
28969
28970  
28971 \series bold
28972
28973 \backslash
28974 gathered
28975 \series default
28976
28977 \begin_inset Index
28978 status collapsed
28979
28980 \begin_layout Plain Layout
28981 Commands ! G ! 
28982 \backslash
28983 gathered
28984 \end_layout
28985
28986 \end_inset
28987
28988 , or 
28989 \series bold
28990
28991 \backslash
28992 split
28993 \series default
28994
28995 \begin_inset Index
28996 status collapsed
28997
28998 \begin_layout Plain Layout
28999 Commands ! S ! 
29000 \backslash
29001 split
29002 \end_layout
29003
29004 \end_inset
29005
29006  are inserted, respectively.
29007  The split environment has the same properties as the aligned environment
29008  but it can only have two columns.
29009 \end_layout
29010
29011 \begin_layout Subsection
29012 Text in multiline Formulas
29013 \begin_inset CommandInset label
29014 LatexCommand label
29015 name "sub:Text-in-multiline"
29016
29017 \end_inset
29018
29019
29020 \begin_inset Index
29021 status collapsed
29022
29023 \begin_layout Plain Layout
29024 Text ! in formulas
29025 \end_layout
29026
29027 \end_inset
29028
29029
29030 \begin_inset Index
29031 status collapsed
29032
29033 \begin_layout Plain Layout
29034 Formula ! multiline ! text
29035 \end_layout
29036
29037 \end_inset
29038
29039
29040 \end_layout
29041
29042 \begin_layout Standard
29043 In the Align environments, and the multline and gather environment, text
29044  can be inserted that will appear in a separate line and doesn't affect
29045  the column alignment.
29046  To do this, the command 
29047 \series bold
29048
29049 \backslash
29050 intertext
29051 \begin_inset Index
29052 status collapsed
29053
29054 \begin_layout Plain Layout
29055 Commands ! I ! 
29056 \backslash
29057 intertext
29058 \end_layout
29059
29060 \end_inset
29061
29062
29063 \series default
29064  is used in the following scheme:
29065 \end_layout
29066
29067 \begin_layout Standard
29068
29069 \series bold
29070
29071 \backslash
29072 intertext{text}
29073 \end_layout
29074
29075 \begin_layout Standard
29076 The text should not be longer than a line because it cannot be hyphenated.
29077  As LyX doesn't yet support 
29078 \series bold
29079
29080 \backslash
29081 intertext
29082 \series default
29083  directly, the text is written as mathematical text.
29084  
29085 \series bold
29086
29087 \backslash
29088 intertext
29089 \series default
29090  must hereby be at the beginning of a line and appears in the output above
29091  this line.
29092  An example where the text was inserted at the beginning of the second line:
29093 \begin_inset Formula \begin{align}
29094 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29095 \intertext{\text{integrand is symmetric to $\phi=\pi$, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29096
29097 \end_inset
29098
29099
29100 \end_layout
29101
29102 \begin_layout Section
29103 Formula Numbering
29104 \begin_inset Index
29105 status collapsed
29106
29107 \begin_layout Plain Layout
29108 Formula numbering
29109 \end_layout
29110
29111 \end_inset
29112
29113
29114 \begin_inset Index
29115 status collapsed
29116
29117 \begin_layout Plain Layout
29118 Formula ! numbering|see
29119 \begin_inset ERT
29120 status collapsed
29121
29122 \begin_layout Plain Layout
29123
29124 {
29125 \end_layout
29126
29127 \end_inset
29128
29129 Formula numbering
29130 \begin_inset ERT
29131 status collapsed
29132
29133 \begin_layout Plain Layout
29134
29135 }
29136 \end_layout
29137
29138 \end_inset
29139
29140
29141 \end_layout
29142
29143 \end_inset
29144
29145
29146 \end_layout
29147
29148 \begin_layout Subsection
29149 General
29150 \end_layout
29151
29152 \begin_layout Standard
29153 Numbered formulas can be created with the menu 
29154 \family sans
29155 Insert\SpecialChar \menuseparator
29156 Math\SpecialChar \menuseparator
29157 Numbered
29158 \begin_inset space ~
29159 \end_inset
29160
29161 Formula
29162 \family default
29163  (shortcut 
29164 \family sans
29165 Ctrl-Alt
29166 \begin_inset space ~
29167 \end_inset
29168
29169 n
29170 \family default
29171 ).
29172  Existing formulas can be numbered with the menu 
29173 \family sans
29174 Edit\SpecialChar \menuseparator
29175 Math\SpecialChar \menuseparator
29176 Toggle
29177 \begin_inset space ~
29178 \end_inset
29179
29180 Numbering
29181 \family default
29182  (shortcut 
29183 \family sans
29184 Alt-m
29185 \begin_inset space ~
29186 \end_inset
29187
29188 n
29189 \family default
29190 ).
29191  The formula number is displayed in LyX behind the formula as number sign
29192  in parentheses.
29193  The number sign is replaced in the output by the formula number.
29194 \end_layout
29195
29196 \begin_layout Standard
29197 When numbering is turned on in multiline formulas, all lines will be numbered.
29198  But the numbering can be controlled with the menu 
29199 \family sans
29200 Edit\SpecialChar \menuseparator
29201 Math\SpecialChar \menuseparator
29202 Toggle
29203 \begin_inset space ~
29204 \end_inset
29205
29206 Numbering
29207 \begin_inset space ~
29208 \end_inset
29209
29210 of
29211 \begin_inset space ~
29212 \end_inset
29213
29214 Line
29215 \family default
29216  (shortcut 
29217 \family sans
29218 Alt-m
29219 \begin_inset space ~
29220 \end_inset
29221
29222 N
29223 \family default
29224 ) for every line.
29225 \end_layout
29226
29227 \begin_layout Standard
29228 Except of inline formulas, all formulas can be numbered with two different
29229  styles, see 
29230 \begin_inset CommandInset ref
29231 LatexCommand ref
29232 reference "sec:Formula-Styles"
29233
29234 \end_inset
29235
29236 .
29237 \end_layout
29238
29239 \begin_layout Subsection
29240 Cross-References
29241 \begin_inset CommandInset label
29242 LatexCommand label
29243 name "sub:Cross-References"
29244
29245 \end_inset
29246
29247
29248 \begin_inset Index
29249 status collapsed
29250
29251 \begin_layout Plain Layout
29252 Cross-references ! to formulas
29253 \end_layout
29254
29255 \end_inset
29256
29257
29258 \end_layout
29259
29260 \begin_layout Standard
29261 All labeled formulas can be cross-referenced.
29262  A label is added by the menu 
29263 \family sans
29264 Insert\SpecialChar \menuseparator
29265 Label
29266 \family default
29267  or the toolbar button 
29268 \begin_inset Graphics
29269         filename ../images/label-insert.png
29270         scale 85
29271
29272 \end_inset
29273
29274 .
29275  The cursor must hereby be inside a displayed formula.
29276  A dialog pops up displaying the prefix 
29277 \series bold
29278 eq:
29279 \series default
29280  in a text field.
29281  The label is inserted there behind the prefix.
29282  The predefined prefix means 
29283 \begin_inset Quotes eld
29284 \end_inset
29285
29286 equation
29287 \begin_inset Quotes erd
29288 \end_inset
29289
29290  and makes it easier to find labels in large documents because it marks
29291  it as formula label to divide it from e.
29292 \begin_inset space \thinspace{}
29293 \end_inset
29294
29295 g.
29296 \begin_inset space ~
29297 \end_inset
29298
29299 section labels.
29300  To change a label, the menu 
29301 \family sans
29302 Insert\SpecialChar \menuseparator
29303 Label
29304 \family default
29305  is used again.
29306 \end_layout
29307
29308 \begin_layout Standard
29309 The name of the label is displayed in LyX within two parentheses behind
29310  formula.
29311  A formula with a label is always numbered.
29312 \end_layout
29313
29314 \begin_layout Standard
29315 Cross-references are inserted via the menu 
29316 \family sans
29317 Insert\SpecialChar \menuseparator
29318 Cross-Reference
29319 \family default
29320  or with the toolbar button 
29321 \begin_inset Graphics
29322         filename ../images/dialog-show-new-inset_ref.png
29323         scale 85
29324
29325 \end_inset
29326
29327 .
29328  A formula cross-reference appears in the output as formula number.
29329  When in the cross-reference dialog window the format 
29330 \series bold
29331 (<reference>)
29332 \series default
29333  is chosen, the cross-reference appears in the output as formula number
29334  in parentheses.
29335 \begin_inset Newline newline
29336 \end_inset
29337
29338 By right-clicking on a cross-reference in LyX, one jumps to the formula
29339  that is referenced.
29340 \end_layout
29341
29342 \begin_layout Standard
29343 Here are as examples cross-references to formulas of the following subsections:
29344 \begin_inset Note Note
29345 status open
29346
29347 \begin_layout Plain Layout
29348 Note the different cross-reference types.
29349 \end_layout
29350
29351 \end_inset
29352
29353
29354 \end_layout
29355
29356 \begin_layout Standard
29357 The equations 
29358 \begin_inset CommandInset ref
29359 LatexCommand eqref
29360 reference "eq:tag"
29361
29362 \end_inset
29363
29364  and 
29365 \begin_inset CommandInset ref
29366 LatexCommand eqref
29367 reference "eq:c"
29368
29369 \end_inset
29370
29371  are equivalent.
29372  In (
29373 \begin_inset CommandInset ref
29374 LatexCommand ref
29375 reference "eq:Lat"
29376
29377 \end_inset
29378
29379 ) big Latin letters are used for the numbering in contrary to (
29380 \begin_inset CommandInset ref
29381 LatexCommand ref
29382 reference "eq:Rom"
29383
29384 \end_inset
29385
29386 ).
29387 \end_layout
29388
29389 \begin_layout Standard
29390 \begin_inset VSpace medskip
29391 \end_inset
29392
29393 When the argument of 
29394 \series bold
29395
29396 \backslash
29397 tag
29398 \begin_inset Foot
29399 status collapsed
29400
29401 \begin_layout Plain Layout
29402
29403 \series bold
29404
29405 \backslash
29406 tag
29407 \series default
29408  is described in 
29409 \begin_inset CommandInset ref
29410 LatexCommand ref
29411 reference "sub:User-defined-Numbering"
29412
29413 \end_inset
29414
29415 .
29416 \end_layout
29417
29418 \end_inset
29419
29420
29421 \series default
29422  contains a box like in 
29423 \begin_inset CommandInset ref
29424 LatexCommand ref
29425 reference "sub:Paragraph-Boxes"
29426
29427 \end_inset
29428
29429 , the formula cannot be referenced.
29430 \end_layout
29431
29432 \begin_layout Subsection
29433 Subnumbering
29434 \begin_inset Index
29435 status collapsed
29436
29437 \begin_layout Plain Layout
29438 Formula numbering ! subnumbering
29439 \end_layout
29440
29441 \end_inset
29442
29443
29444 \end_layout
29445
29446 \begin_layout Standard
29447 With the help of the commands 
29448 \series bold
29449
29450 \backslash
29451 begin{subequations}
29452 \series default
29453  and 
29454 \series bold
29455
29456 \backslash
29457 end{subequations}
29458 \series default
29459  formulas can be subnumbered.
29460  Both commands are inserted in TeX-mode.
29461 \end_layout
29462
29463 \begin_layout Standard
29464 An example:
29465 \begin_inset Formula \begin{equation}
29466 A=C-B\label{eq:a}\end{equation}
29467
29468 \end_inset
29469
29470
29471 \begin_inset ERT
29472 status collapsed
29473
29474 \begin_layout Plain Layout
29475
29476
29477 \backslash
29478 addtocounter{equation}{-1}
29479 \end_layout
29480
29481 \end_inset
29482
29483
29484 \begin_inset ERT
29485 status collapsed
29486
29487 \begin_layout Plain Layout
29488
29489
29490 \backslash
29491 begin{subequations}
29492 \end_layout
29493
29494 \end_inset
29495
29496
29497 \begin_inset VSpace -5mm
29498 \end_inset
29499
29500
29501 \begin_inset Formula \begin{equation}
29502 B=C-A\label{eq:b}\end{equation}
29503
29504 \end_inset
29505
29506
29507 \begin_inset Formula \begin{equation}
29508 C=A+B\label{eq:c}\end{equation}
29509
29510 \end_inset
29511
29512
29513 \end_layout
29514
29515 \begin_layout Standard
29516 \begin_inset ERT
29517 status collapsed
29518
29519 \begin_layout Plain Layout
29520
29521
29522 \backslash
29523 end{subequations}
29524 \end_layout
29525
29526 \end_inset
29527
29528
29529 \end_layout
29530
29531 \begin_layout Standard
29532 To create the example, the following is done:
29533 \end_layout
29534
29535 \begin_layout Enumerate
29536 first formula is inserted
29537 \end_layout
29538
29539 \begin_layout Enumerate
29540
29541 \series bold
29542
29543 \backslash
29544 addtocounter{equation}{-1} 
29545 \backslash
29546 begin{subequations}
29547 \begin_inset Index
29548 status collapsed
29549
29550 \begin_layout Plain Layout
29551 Commands ! A ! 
29552 \backslash
29553 addtocounter
29554 \end_layout
29555
29556 \end_inset
29557
29558
29559 \begin_inset Newline newline
29560 \end_inset
29561
29562
29563 \series default
29564 is inserted after the first formula
29565 \end_layout
29566
29567 \begin_layout Enumerate
29568 second formula is inserted
29569 \end_layout
29570
29571 \begin_layout Enumerate
29572 third formula is inserted
29573 \end_layout
29574
29575 \begin_layout Enumerate
29576
29577 \series bold
29578
29579 \backslash
29580 end{subequations}
29581 \series default
29582  is inserted after the third formula
29583 \end_layout
29584
29585 \begin_layout Standard
29586 Every formula between the commands 
29587 \series bold
29588
29589 \backslash
29590 begin
29591 \series default
29592  and 
29593 \series bold
29594
29595 \backslash
29596 end
29597 \series default
29598  is subnumbered as a, b, 
29599 \begin_inset Newline linebreak
29600 \end_inset
29601
29602 c, \SpecialChar \ldots{}
29603  For multiline formulas every line will be subnumbered.
29604  All subnumbered formulas are treated as 
29605 \emph on
29606 one
29607 \emph default
29608  numbered formula.
29609  But as every numbered formula increases the counter 
29610 \series bold
29611 equation
29612 \series default
29613  by one, the command 
29614 \series bold
29615
29616 \backslash
29617 addtocounter
29618 \series default
29619  is needed to decrease it.
29620  Otherwise the formulas 
29621 \begin_inset CommandInset ref
29622 LatexCommand eqref
29623 reference "eq:a"
29624
29625 \end_inset
29626
29627
29628 \begin_inset CommandInset ref
29629 LatexCommand eqref
29630 reference "eq:b"
29631
29632 \end_inset
29633
29634
29635 \begin_inset CommandInset ref
29636 LatexCommand eqref
29637 reference "eq:c"
29638
29639 \end_inset
29640
29641  would be numbered as 
29642 \begin_inset CommandInset ref
29643 LatexCommand eqref
29644 reference "eq:a"
29645
29646 \end_inset
29647
29648
29649 \begin_inset CommandInset ref
29650 LatexCommand eqref
29651 reference "eq:d"
29652
29653 \end_inset
29654
29655
29656 \begin_inset CommandInset ref
29657 LatexCommand eqref
29658 reference "eq:f"
29659
29660 \end_inset
29661
29662 .
29663 \end_layout
29664
29665 \begin_layout Standard
29666 By inserting the commands in TeX-mode, a space is created between the first
29667  two formulas.
29668  To revert this -5
29669 \begin_inset space \thinspace{}
29670 \end_inset
29671
29672 mm vertical space is inserted after the command 
29673 \series bold
29674
29675 \backslash
29676 begin{subequations}
29677 \series default
29678 .
29679  When the formula style 
29680 \series bold
29681 Indented
29682 \begin_inset Foot
29683 status collapsed
29684
29685 \begin_layout Plain Layout
29686 formula styles see 
29687 \begin_inset CommandInset ref
29688 LatexCommand ref
29689 reference "sec:Formula-Styles"
29690
29691 \end_inset
29692
29693
29694 \end_layout
29695
29696 \end_inset
29697
29698
29699 \series default
29700  is used, -7
29701 \begin_inset space \thinspace{}
29702 \end_inset
29703
29704 mm space is inserted instead.
29705 \end_layout
29706
29707 \begin_layout Standard
29708 Here is an example for a multiline formula where the numbering was turned
29709  off for the second line:
29710 \begin_inset ERT
29711 status collapsed
29712
29713 \begin_layout Plain Layout
29714
29715
29716 \backslash
29717 begin{subequations}
29718 \end_layout
29719
29720 \end_inset
29721
29722
29723 \begin_inset Formula \begin{eqnarray}
29724 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29725  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29726  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29727
29728 \end_inset
29729
29730
29731 \begin_inset ERT
29732 status collapsed
29733
29734 \begin_layout Plain Layout
29735
29736
29737 \backslash
29738 end{subequations}
29739 \end_layout
29740
29741 \end_inset
29742
29743
29744 \end_layout
29745
29746 \begin_layout Subsection
29747 User-defined Numbering
29748 \begin_inset CommandInset label
29749 LatexCommand label
29750 name "sub:User-defined-Numbering"
29751
29752 \end_inset
29753
29754
29755 \begin_inset Index
29756 status collapsed
29757
29758 \begin_layout Plain Layout
29759 Formula numbering ! user-defined
29760 \end_layout
29761
29762 \end_inset
29763
29764
29765 \end_layout
29766
29767 \begin_layout Standard
29768 \begin_inset Index
29769 status collapsed
29770
29771 \begin_layout Plain Layout
29772 Formula numbering ! self-defined delimiters
29773 \end_layout
29774
29775 \end_inset
29776
29777 With the standard numbering parentheses are set around the formula number.
29778  To replace the parentheses for example by vertical bars, the following
29779  line is added to the LaTeX-preamble:
29780 \end_layout
29781
29782 \begin_layout Standard
29783
29784 \series bold
29785
29786 \backslash
29787 def
29788 \backslash
29789 tagform@#1{
29790 \backslash
29791 maketag@@@{|#1|}}
29792 \series default
29793
29794 \begin_inset Note Note
29795 status collapsed
29796
29797 \begin_layout Plain Layout
29798 This macro is already declared in the LaTeX-preamble for testing.
29799  To activate it, remove the percent sign at the beginning.
29800 \end_layout
29801
29802 \end_inset
29803
29804
29805 \end_layout
29806
29807 \begin_layout Standard
29808 To use other characters, the vertical bars besides the 
29809 \series bold
29810 #1
29811 \series default
29812  are replaced by one ore more characters.
29813  To get only the formula number the vertical bars are omitted.
29814 \end_layout
29815
29816 \begin_layout Standard
29817 \begin_inset VSpace bigskip
29818 \end_inset
29819
29820 When there should be an expression of your choice instead of the consecutive
29821  formula number in parentheses behind the formula, the command 
29822 \series bold
29823
29824 \backslash
29825 tag
29826 \series default
29827
29828 \begin_inset Index
29829 status collapsed
29830
29831 \begin_layout Plain Layout
29832 Commands ! T ! 
29833 \backslash
29834 tag
29835 \end_layout
29836
29837 \end_inset
29838
29839  is used:
29840 \begin_inset Formula \begin{equation}
29841 A+B=C\tag{something}\label{eq:tag}\end{equation}
29842
29843 \end_inset
29844
29845 In this example the command 
29846 \series bold
29847
29848 \backslash
29849 tag
29850 \begin_inset ERT
29851 status collapsed
29852
29853 \begin_layout Plain Layout
29854
29855
29856 \backslash
29857 spce 
29858 \end_layout
29859
29860 \end_inset
29861
29862 something
29863 \series default
29864  was inserted to the formula.
29865 \end_layout
29866
29867 \begin_layout Standard
29868 When the command 
29869 \series bold
29870
29871 \backslash
29872 tag*
29873 \begin_inset ERT
29874 status collapsed
29875
29876 \begin_layout Plain Layout
29877
29878
29879 \backslash
29880 spce 
29881 \end_layout
29882
29883 \end_inset
29884
29885 something
29886 \series default
29887  is inserted instead, the star prevents the parentheses around the expression:
29888 \begin_inset Formula \[
29889 A+B=C\tag*{something}\]
29890
29891 \end_inset
29892
29893
29894 \end_layout
29895
29896 \begin_layout Standard
29897 \begin_inset VSpace bigskip
29898 \end_inset
29899
29900 To restart the formula numbering with new document parts or sections, the
29901  following command is used:
29902 \end_layout
29903
29904 \begin_layout Standard
29905
29906 \series bold
29907
29908 \backslash
29909 @addtoreset{equation}{part}
29910 \series default
29911
29912 \begin_inset Index
29913 status collapsed
29914
29915 \begin_layout Plain Layout
29916 Commands ! 
29917 \begin_inset ERT
29918 status collapsed
29919
29920 \begin_layout Plain Layout
29921
29922 "
29923 \end_layout
29924
29925 \end_inset
29926
29927 @
29928 \begin_inset ERT
29929 status collapsed
29930
29931 \begin_layout Plain Layout
29932
29933 "
29934 \end_layout
29935
29936 \end_inset
29937
29938  ! 
29939 \backslash
29940
29941 \begin_inset ERT
29942 status collapsed
29943
29944 \begin_layout Plain Layout
29945
29946 "
29947 \end_layout
29948
29949 \end_inset
29950
29951 @
29952 \begin_inset ERT
29953 status collapsed
29954
29955 \begin_layout Plain Layout
29956
29957 "
29958 \end_layout
29959
29960 \end_inset
29961
29962 addtoreset
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \begin_inset Newline newline
29969 \end_inset
29970
29971 resp.
29972 \begin_inset Newline newline
29973 \end_inset
29974
29975
29976 \series bold
29977
29978 \backslash
29979 @addtoreset{equation}{section}
29980 \end_layout
29981
29982 \begin_layout Standard
29983 To be able to use these commands in TeX-mode, the 
29984 \begin_inset Quotes eld
29985 \end_inset
29986
29987 @
29988 \begin_inset Quotes erd
29989 \end_inset
29990
29991  character has to be made 
29992 \begin_inset Quotes eld
29993 \end_inset
29994
29995 active
29996 \begin_inset Quotes erd
29997 \end_inset
29998
29999  for LaTeX using the command 
30000 \series bold
30001
30002 \backslash
30003 makeatletter.
30004
30005 \series default
30006  The command 
30007 \series bold
30008
30009 \backslash
30010 makeatother
30011 \series default
30012  reverts this.
30013  So the command sequence in TeX-mode is:
30014 \end_layout
30015
30016 \begin_layout Standard
30017
30018 \series bold
30019
30020 \backslash
30021 makeatletter
30022 \begin_inset Newline newline
30023 \end_inset
30024
30025
30026 \backslash
30027 @addtoreset{equation}{section}
30028 \begin_inset Newline newline
30029 \end_inset
30030
30031
30032 \backslash
30033 makeatother
30034 \end_layout
30035
30036 \begin_layout Standard
30037 In the LaTeX-preamble 
30038 \series bold
30039
30040 \backslash
30041 makeatletter
30042 \series default
30043  and 
30044 \series bold
30045
30046 \backslash
30047 makeatother
30048 \series default
30049  can be omitted as they are automatically internally inserted by LyX.
30050 \end_layout
30051
30052 \begin_layout Standard
30053 To revert 
30054 \series bold
30055
30056 \backslash
30057 @addtoreset
30058 \series default
30059 , the file 
30060 \series bold
30061 remreset.sty
30062 \series default
30063
30064 \begin_inset Foot
30065 status collapsed
30066
30067 \begin_layout Plain Layout
30068
30069 \series bold
30070 remreset
30071 \series default
30072  is part of the LaTeX-package 
30073 \series bold
30074 carlisle
30075 \series default
30076
30077 \begin_inset Index
30078 status collapsed
30079
30080 \begin_layout Plain Layout
30081 Packages ! carlisle
30082 \end_layout
30083
30084 \end_inset
30085
30086  that is part of every LaTeX standard installation.
30087 \end_layout
30088
30089 \end_inset
30090
30091
30092 \begin_inset Index
30093 status collapsed
30094
30095 \begin_layout Plain Layout
30096 Packages ! remreset
30097 \end_layout
30098
30099 \end_inset
30100
30101  has to be loaded in the LaTeX-preamble with the line
30102 \end_layout
30103
30104 \begin_layout Standard
30105
30106 \series bold
30107
30108 \backslash
30109 usepackage{remreset}
30110 \end_layout
30111
30112 \begin_layout Standard
30113 Then the command 
30114 \series bold
30115
30116 \backslash
30117 @removefromreset
30118 \series default
30119
30120 \begin_inset Index
30121 status collapsed
30122
30123 \begin_layout Plain Layout
30124 Commands ! 
30125 \begin_inset ERT
30126 status collapsed
30127
30128 \begin_layout Plain Layout
30129
30130 "
30131 \end_layout
30132
30133 \end_inset
30134
30135 @
30136 \begin_inset ERT
30137 status collapsed
30138
30139 \begin_layout Plain Layout
30140
30141 "
30142 \end_layout
30143
30144 \end_inset
30145
30146  ! 
30147 \backslash
30148
30149 \begin_inset ERT
30150 status collapsed
30151
30152 \begin_layout Plain Layout
30153
30154 "
30155 \end_layout
30156
30157 \end_inset
30158
30159 @
30160 \begin_inset ERT
30161 status collapsed
30162
30163 \begin_layout Plain Layout
30164
30165 "
30166 \end_layout
30167
30168 \end_inset
30169
30170 removefromreset
30171 \end_layout
30172
30173 \end_inset
30174
30175  can be used with the same scheme as 
30176 \series bold
30177
30178 \backslash
30179 @addtoreset
30180 \series default
30181 .
30182 \end_layout
30183
30184 \begin_layout Standard
30185 \begin_inset VSpace bigskip
30186 \end_inset
30187
30188 Sometimes formulas should be numbered in the following form:
30189 \end_layout
30190
30191 \begin_layout Standard
30192
30193 \family typewriter
30194 (section number.formula number)
30195 \end_layout
30196
30197 \begin_layout Standard
30198 The formula number should start with every section with 
30199 \begin_inset Quotes eld
30200 \end_inset
30201
30202 1
30203 \begin_inset Quotes erd
30204 \end_inset
30205
30206 .
30207 \end_layout
30208
30209 \begin_layout Standard
30210 For this case there is the command 
30211 \series bold
30212
30213 \backslash
30214 numberwithin
30215 \series default
30216
30217 \begin_inset Index
30218 status collapsed
30219
30220 \begin_layout Plain Layout
30221 Commands ! N ! 
30222 \backslash
30223 numberwithin
30224 \end_layout
30225
30226 \end_inset
30227
30228 , which is used with the following scheme:
30229 \end_layout
30230
30231 \begin_layout Standard
30232
30233 \series bold
30234
30235 \backslash
30236 numberwithin{counter}{sectioning}
30237 \end_layout
30238
30239 \begin_layout Standard
30240 Counter denotes what kind of numbering is affected, sectioning denotes what
30241  number is before the dot.
30242 \end_layout
30243
30244 \begin_layout Standard
30245 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30246 \end_layout
30247
30248 \begin_layout Standard
30249
30250 \series bold
30251
30252 \backslash
30253 numberwithin{equation}{section}
30254 \end_layout
30255
30256 \begin_layout Standard
30257 This is the result:
30258 \begin_inset ERT
30259 status collapsed
30260
30261 \begin_layout Plain Layout
30262
30263
30264 \backslash
30265 numberwithin{equation}{section}
30266 \end_layout
30267
30268 \end_inset
30269
30270
30271 \begin_inset Formula \begin{equation}
30272 A+B=C\end{equation}
30273
30274 \end_inset
30275
30276
30277 \end_layout
30278
30279 \begin_layout Standard
30280 To number e.
30281 \begin_inset space \thinspace{}
30282 \end_inset
30283
30284 g.
30285 \begin_inset space ~
30286 \end_inset
30287
30288 tables so that the number of the part is the sectioning,
30289 \begin_inset Newline newline
30290 \end_inset
30291
30292
30293 \series bold
30294
30295 \backslash
30296 numberwithin{table}{part}
30297 \series default
30298  is used.
30299 \end_layout
30300
30301 \begin_layout Standard
30302 To go back to the standard numbering or to prevent this kind of numbering
30303  when it is defined by the document class, the following command is inserted
30304  as TeX-Code or to the LaTeX-preamble:
30305 \end_layout
30306
30307 \begin_layout Standard
30308
30309 \series bold
30310
30311 \backslash
30312 renewcommand{
30313 \backslash
30314 theequation}{
30315 \backslash
30316 arabic{equation}}
30317 \begin_inset Index
30318 status collapsed
30319
30320 \begin_layout Plain Layout
30321 Commands ! A ! 
30322 \backslash
30323 arabic
30324 \end_layout
30325
30326 \end_inset
30327
30328
30329 \series default
30330
30331 \begin_inset ERT
30332 status collapsed
30333
30334 \begin_layout Plain Layout
30335
30336
30337 \backslash
30338 renewcommand{
30339 \backslash
30340 theequation}{
30341 \backslash
30342 arabic{equation}}
30343 \end_layout
30344
30345 \end_inset
30346
30347
30348 \series bold
30349
30350 \begin_inset Newline newline
30351 \end_inset
30352
30353
30354 \series default
30355 or
30356 \series bold
30357
30358 \begin_inset Newline newline
30359 \end_inset
30360
30361
30362 \backslash
30363 renewcommand{
30364 \backslash
30365 thetable}{
30366 \backslash
30367 arabic{table}}
30368 \end_layout
30369
30370 \begin_layout Standard
30371
30372 \series bold
30373
30374 \backslash
30375 numberwithin
30376 \series default
30377  uses internally the command 
30378 \series bold
30379
30380 \backslash
30381 @addtoreset
30382 \series default
30383 , described above, that also needs to be reverted.
30384 \begin_inset ERT
30385 status collapsed
30386
30387 \begin_layout Plain Layout
30388
30389
30390 \backslash
30391 makeatletter
30392 \end_layout
30393
30394 \begin_layout Plain Layout
30395
30396
30397 \backslash
30398 @removefromreset{equation}{section}
30399 \end_layout
30400
30401 \begin_layout Plain Layout
30402
30403
30404 \backslash
30405 makeatother
30406 \end_layout
30407
30408 \end_inset
30409
30410
30411 \end_layout
30412
30413 \begin_layout Subsection
30414 Numbering with Roman Numbers and Letters
30415 \begin_inset CommandInset label
30416 LatexCommand label
30417 name "sub:Numbering-with-Roman"
30418
30419 \end_inset
30420
30421
30422 \begin_inset Index
30423 status collapsed
30424
30425 \begin_layout Plain Layout
30426 Formula numbering ! with letters
30427 \end_layout
30428
30429 \end_inset
30430
30431
30432 \begin_inset Index
30433 status collapsed
30434
30435 \begin_layout Plain Layout
30436 Formula numbering ! with Roman numbers
30437 \end_layout
30438
30439 \end_inset
30440
30441
30442 \end_layout
30443
30444 \begin_layout Standard
30445 Formulas can also be numbered with Roman numbers and Latin letters.
30446  To number for example with small Roman numbers, the command
30447 \end_layout
30448
30449 \begin_layout Standard
30450
30451 \series bold
30452
30453 \backslash
30454 renewcommand{
30455 \backslash
30456 theequation}{
30457 \backslash
30458 roman{equation}}
30459 \end_layout
30460
30461 \begin_layout Standard
30462 is inserted before the formula in TeX-mode.
30463  
30464 \series bold
30465
30466 \backslash
30467 renewcommand
30468 \series default
30469
30470 \begin_inset Index
30471 status collapsed
30472
30473 \begin_layout Plain Layout
30474 Commands ! R ! 
30475 \backslash
30476 renewcommand
30477 \end_layout
30478
30479 \end_inset
30480
30481  redefines the predefined command 
30482 \series bold
30483
30484 \backslash
30485 theequation
30486 \series default
30487  to the command 
30488 \series bold
30489
30490 \backslash
30491 roman{equation}
30492 \series default
30493
30494 \begin_inset Foot
30495 status collapsed
30496
30497 \begin_layout Plain Layout
30498 The command 
30499 \series bold
30500
30501 \backslash
30502 renewcommand
30503 \series default
30504  has the same scheme like the command 
30505 \series bold
30506
30507 \backslash
30508 newcommand
30509 \series default
30510  that is described in 
30511 \begin_inset CommandInset ref
30512 LatexCommand ref
30513 reference "sec:User-defined-Commands"
30514
30515 \end_inset
30516
30517 .
30518 \end_layout
30519
30520 \end_inset
30521
30522 .
30523  
30524 \series bold
30525 equation
30526 \series default
30527  is the formula counter.
30528  When the command 
30529 \series bold
30530
30531 \backslash
30532 the
30533 \series default
30534  is used as prefix for a counter, the value of the counter is output as
30535  Arabic number.
30536  When a formula is numbered, LaTeX sets internally the command 
30537 \series bold
30538
30539 \backslash
30540 theequation
30541 \series default
30542  behind the formula.
30543  
30544 \series bold
30545
30546 \backslash
30547 roman{equation}
30548 \begin_inset Index
30549 status collapsed
30550
30551 \begin_layout Plain Layout
30552 Commands ! R ! 
30553 \backslash
30554 roman
30555 \end_layout
30556
30557 \end_inset
30558
30559
30560 \series default
30561  outputs the counter as small Roman number.
30562 \end_layout
30563
30564 \begin_layout Standard
30565 All formulas behind the command 
30566 \series bold
30567
30568 \backslash
30569 renew
30570 \series default
30571 c
30572 \series bold
30573 ommand
30574 \series default
30575  are now numbered Roman.
30576  To switch to numbering with big Roman numbers, the command is inserted
30577  again, but 
30578 \series bold
30579
30580 \backslash
30581 roman
30582 \series default
30583  is replaced by 
30584 \series bold
30585
30586 \backslash
30587 Roman
30588 \series default
30589
30590 \begin_inset Index
30591 status collapsed
30592
30593 \begin_layout Plain Layout
30594 Commands ! R ! 
30595 \backslash
30596 roman@
30597 \backslash
30598 Roman
30599 \end_layout
30600
30601 \end_inset
30602
30603 .
30604  To 
30605 \begin_inset Quotes eld
30606 \end_inset
30607
30608 number
30609 \begin_inset Quotes erd
30610 \end_inset
30611
30612  with small Latin letters there is the command 
30613 \series bold
30614
30615 \backslash
30616 alph
30617 \series default
30618
30619 \begin_inset Index
30620 status collapsed
30621
30622 \begin_layout Plain Layout
30623 Commands ! A ! 
30624 \backslash
30625 alph
30626 \end_layout
30627
30628 \end_inset
30629
30630 , for big ones there is the command 
30631 \series bold
30632
30633 \backslash
30634 Alph
30635 \series default
30636
30637 \begin_inset Index
30638 status open
30639
30640 \begin_layout Plain Layout
30641 Commands ! A ! 
30642 \backslash
30643 alph@
30644 \backslash
30645 Alph
30646 \end_layout
30647
30648 \end_inset
30649
30650 .
30651 \end_layout
30652
30653 \begin_layout Standard
30654 \begin_inset Note Greyedout
30655 status open
30656
30657 \begin_layout Plain Layout
30658
30659 \series bold
30660 Note:
30661 \series default
30662  Only maximal 26 formulas can be numbered with Latin letters in one document.
30663 \end_layout
30664
30665 \end_inset
30666
30667
30668 \end_layout
30669
30670 \begin_layout Standard
30671 \begin_inset ERT
30672 status collapsed
30673
30674 \begin_layout Plain Layout
30675
30676
30677 \backslash
30678 renewcommand{
30679 \backslash
30680 theequation}{
30681 \backslash
30682 roman{equation}}
30683 \end_layout
30684
30685 \end_inset
30686
30687
30688 \end_layout
30689
30690 \begin_layout Standard
30691 \begin_inset Formula \begin{equation}
30692 A=\textrm{small roman}\label{eq:rom}\end{equation}
30693
30694 \end_inset
30695
30696
30697 \begin_inset ERT
30698 status collapsed
30699
30700 \begin_layout Plain Layout
30701
30702
30703 \backslash
30704 renewcommand{
30705 \backslash
30706 theequation}{
30707 \backslash
30708 Roman{equation}}
30709 \end_layout
30710
30711 \end_inset
30712
30713
30714 \begin_inset Formula \begin{equation}
30715 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
30716
30717 \end_inset
30718
30719
30720 \begin_inset ERT
30721 status collapsed
30722
30723 \begin_layout Plain Layout
30724
30725
30726 \backslash
30727 renewcommand{
30728 \backslash
30729 theequation}{
30730 \backslash
30731 alph{equation}}
30732 \end_layout
30733
30734 \end_inset
30735
30736
30737 \begin_inset Formula \begin{equation}
30738 C=\textrm{small Latin}\label{eq:lat}\end{equation}
30739
30740 \end_inset
30741
30742
30743 \begin_inset ERT
30744 status collapsed
30745
30746 \begin_layout Plain Layout
30747
30748
30749 \backslash
30750 renewcommand{
30751 \backslash
30752 theequation}{
30753 \backslash
30754 Alph{equation}}
30755 \end_layout
30756
30757 \end_inset
30758
30759
30760 \begin_inset Formula \begin{equation}
30761 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
30762
30763 \end_inset
30764
30765
30766 \end_layout
30767
30768 \begin_layout Standard
30769 To switch back to the default numbering, insert the command:
30770 \end_layout
30771
30772 \begin_layout Standard
30773
30774 \series bold
30775
30776 \backslash
30777 renewcommand{
30778 \backslash
30779 theequation}{
30780 \backslash
30781 arabic{equation}}
30782 \begin_inset Index
30783 status collapsed
30784
30785 \begin_layout Plain Layout
30786 Commands ! A ! 
30787 \backslash
30788 arabic
30789 \end_layout
30790
30791 \end_inset
30792
30793
30794 \end_layout
30795
30796 \begin_layout Standard
30797 \begin_inset ERT
30798 status collapsed
30799
30800 \begin_layout Plain Layout
30801
30802
30803 \backslash
30804 renewcommand{
30805 \backslash
30806 theequation}{
30807 \backslash
30808 arabic{equation}}
30809 \end_layout
30810
30811 \end_inset
30812
30813
30814 \begin_inset Formula \begin{equation}
30815 E=\textrm{Arabic}\label{eq:arab}\end{equation}
30816
30817 \end_inset
30818
30819
30820 \end_layout
30821
30822 \begin_layout Standard
30823 \begin_inset VSpace medskip
30824 \end_inset
30825
30826 As you see, formulas are numbered serially independent from the numbering
30827  style.
30828  When then numbering should start with 
30829 \begin_inset Quotes eld
30830 \end_inset
30831
30832 1
30833 \begin_inset Quotes erd
30834 \end_inset
30835
30836  when the style is changed, new equation counters have to be defined.
30837  A description about this can be found in the file 
30838 \begin_inset CommandInset href
30839 LatexCommand href
30840 target "Formula-numbering.lyx"
30841
30842 \end_inset
30843
30844 .
30845 \end_layout
30846
30847 \begin_layout Section
30848 User-defined Commands
30849 \begin_inset CommandInset label
30850 LatexCommand label
30851 name "sec:User-defined-Commands"
30852
30853 \end_inset
30854
30855
30856 \begin_inset Index
30857 status collapsed
30858
30859 \begin_layout Plain Layout
30860 User-defined commands
30861 \end_layout
30862
30863 \end_inset
30864
30865
30866 \end_layout
30867
30868 \begin_layout Standard
30869 Many LaTeX-commands are too long to be used frequently.
30870  But it is possible to define with the command 
30871 \series bold
30872
30873 \backslash
30874 newcommand
30875 \series default
30876
30877 \begin_inset Index
30878 status collapsed
30879
30880 \begin_layout Plain Layout
30881 Commands ! N ! 
30882 \backslash
30883 newcommand
30884 \end_layout
30885
30886 \end_inset
30887
30888  new shorter commands.
30889 \end_layout
30890
30891 \begin_layout Standard
30892 The command scheme of 
30893 \series bold
30894
30895 \backslash
30896 newcommand
30897 \series default
30898  is:
30899 \end_layout
30900
30901 \begin_layout Standard
30902
30903 \series bold
30904
30905 \backslash
30906 newcommand{new command name}[number of arguments][optional
30907 \series default
30908  
30909 \series bold
30910 value]
30911 \begin_inset Newline newline
30912 \end_inset
30913
30914
30915 \begin_inset ERT
30916 status collapsed
30917
30918 \begin_layout Plain Layout
30919
30920
30921 \backslash
30922 phantom{
30923 \end_layout
30924
30925 \end_inset
30926
30927
30928 \backslash
30929 newcommand
30930 \begin_inset ERT
30931 status collapsed
30932
30933 \begin_layout Plain Layout
30934
30935 }
30936 \end_layout
30937
30938 \end_inset
30939
30940 {command definition}
30941 \end_layout
30942
30943 \begin_layout Standard
30944 \begin_inset Note Greyedout
30945 status open
30946
30947 \begin_layout Plain Layout
30948
30949 \series bold
30950 Note:
30951 \series default
30952  Assure that the name of the new command is not already used in your document
30953  or by LaTeX-packages that you use.
30954  When you for example define the command 
30955 \series bold
30956
30957 \backslash
30958 le
30959 \series default
30960  for 
30961 \series bold
30962
30963 \backslash
30964 Leftarrow
30965 \series default
30966 , you get an error message because 
30967 \series bold
30968
30969 \backslash
30970 le
30971 \series default
30972  is already defined as command for 
30973 \begin_inset Quotes eld
30974 \end_inset
30975
30976
30977 \begin_inset Formula $\le$
30978 \end_inset
30979
30980
30981 \begin_inset Quotes erd
30982 \end_inset
30983
30984 .
30985 \end_layout
30986
30987 \end_inset
30988
30989
30990 \end_layout
30991
30992 \begin_layout Standard
30993 \begin_inset Note Greyedout
30994 status open
30995
30996 \begin_layout Plain Layout
30997
30998 \series bold
30999 Note:
31000 \series default
31001  The names of user-defined commands may only consist of Latin letters.
31002 \end_layout
31003
31004 \end_inset
31005
31006
31007 \end_layout
31008
31009 \begin_layout Standard
31010 The number of arguments is an integer in the range 0
31011 \begin_inset space \thinspace{}
31012 \end_inset
31013
31014 -
31015 \begin_inset space \thinspace{}
31016 \end_inset
31017
31018 9 and specifies how many arguments the new command should have.
31019  With the optional value a value for an optional argument can be predefined.
31020  When this is done, the 
31021 \emph on
31022 first
31023 \emph default
31024  
31025 \emph on
31026 a
31027 \emph default
31028 rgument of the new command is automatically an optional one.
31029 \end_layout
31030
31031 \begin_layout Standard
31032 Here are some examples:
31033 \end_layout
31034
31035 \begin_layout Itemize
31036 To define the command 
31037 \series bold
31038
31039 \backslash
31040 gr
31041 \series default
31042  for 
31043 \series bold
31044
31045 \backslash
31046 Longrightarrow
31047 \series default
31048 , the LaTeX-preamble line is:
31049 \begin_inset ERT
31050 status collapsed
31051
31052 \begin_layout Plain Layout
31053
31054
31055 \backslash
31056 medskip
31057 \end_layout
31058
31059 \end_inset
31060
31061
31062 \series bold
31063
31064 \begin_inset Newline newline
31065 \end_inset
31066
31067
31068 \backslash
31069 newcommand{
31070 \backslash
31071 gr}{
31072 \backslash
31073 Longrightarrow}
31074 \end_layout
31075
31076 \begin_layout Itemize
31077 To define the command 
31078 \series bold
31079
31080 \backslash
31081 us
31082 \series default
31083  for 
31084 \series bold
31085
31086 \backslash
31087 underline
31088 \series default
31089 , the argument (that should be underlined) must be taken into account.
31090  For this the preamble line is:
31091 \begin_inset ERT
31092 status collapsed
31093
31094 \begin_layout Plain Layout
31095
31096
31097 \backslash
31098 medskip
31099 \end_layout
31100
31101 \end_inset
31102
31103
31104 \series bold
31105
31106 \begin_inset Newline newline
31107 \end_inset
31108
31109
31110 \backslash
31111 newcommand{
31112 \backslash
31113 us}[1]{
31114 \backslash
31115 underline{#1}}
31116 \series default
31117
31118 \begin_inset ERT
31119 status collapsed
31120
31121 \begin_layout Plain Layout
31122
31123
31124 \backslash
31125 medskip
31126 \end_layout
31127
31128 \end_inset
31129
31130
31131 \series bold
31132
31133 \begin_inset Newline newline
31134 \end_inset
31135
31136
31137 \series default
31138 The character 
31139 \series bold
31140 #
31141 \series default
31142  acts as argument placeholder, the 
31143 \series bold
31144 1
31145 \series default
31146  behind it denotes that it is the placeholder for the first argument.
31147 \end_layout
31148
31149 \begin_layout Itemize
31150 For 
31151 \series bold
31152
31153 \backslash
31154 framebox
31155 \series default
31156  one can e.
31157 \begin_inset space \thinspace{}
31158 \end_inset
31159
31160 g.
31161 \begin_inset space ~
31162 \end_inset
31163
31164 define the command 
31165 \series bold
31166
31167 \backslash
31168 fb
31169 \series default
31170 :
31171 \begin_inset ERT
31172 status collapsed
31173
31174 \begin_layout Plain Layout
31175
31176
31177 \backslash
31178 medskip
31179 \end_layout
31180
31181 \end_inset
31182
31183
31184 \series bold
31185
31186 \begin_inset Newline newline
31187 \end_inset
31188
31189
31190 \backslash
31191 newcommand{
31192 \backslash
31193 fb}[3]{
31194 \backslash
31195 framebox#1#2{$#3$}}
31196 \series default
31197
31198 \begin_inset ERT
31199 status collapsed
31200
31201 \begin_layout Plain Layout
31202
31203
31204 \backslash
31205 medskip
31206 \end_layout
31207
31208 \end_inset
31209
31210
31211 \series bold
31212
31213 \begin_inset Newline newline
31214 \end_inset
31215
31216
31217 \series default
31218 The two Dollar signs creates the extra formula needed for 
31219 \series bold
31220
31221 \backslash
31222 framebox
31223 \series default
31224 , see 
31225 \begin_inset CommandInset ref
31226 LatexCommand ref
31227 reference "sub:Boxes-with-Frame"
31228
31229 \end_inset
31230
31231 .
31232 \end_layout
31233
31234 \begin_layout Itemize
31235 To create a new command for 
31236 \series bold
31237
31238 \backslash
31239 fcolorbox
31240 \series default
31241  where the color for the box needn't to be specified, the argument for the
31242  color is defined optional:
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 \backslash
31263 newcommand{
31264 \backslash
31265 cb}[3][white]{
31266 \backslash
31267 fcolorbox{#2}{#1}{$#3$}}
31268 \series default
31269
31270 \begin_inset ERT
31271 status collapsed
31272
31273 \begin_layout Plain Layout
31274
31275
31276 \backslash
31277 medskip
31278 \end_layout
31279
31280 \end_inset
31281
31282
31283 \begin_inset Newline newline
31284 \end_inset
31285
31286 When the color is not specified when using 
31287 \series bold
31288
31289 \backslash
31290 cb
31291 \series default
31292 , the predefined color 
31293 \series bold
31294 white
31295 \series default
31296  will be used.
31297 \end_layout
31298
31299 \begin_layout Standard
31300 A test of the new defined commands:
31301 \end_layout
31302
31303 \begin_layout Standard
31304 \align center
31305 \begin_inset Tabular
31306 <lyxtabular version="3" rows="6" columns="2">
31307 <features>
31308 <column alignment="center" valignment="top" width="0">
31309 <column alignment="center" valignment="top" width="0">
31310 <row>
31311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31312 \begin_inset Text
31313
31314 \begin_layout Plain Layout
31315 Command
31316 \end_layout
31317
31318 \end_inset
31319 </cell>
31320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31321 \begin_inset Text
31322
31323 \begin_layout Plain Layout
31324 Result
31325 \begin_inset Note Note
31326 status collapsed
31327
31328 \begin_layout Plain Layout
31329
31330 \series bold
31331
31332 \backslash
31333 raisebox
31334 \series default
31335  is only used as spacer.
31336 \end_layout
31337
31338 \end_inset
31339
31340
31341 \end_layout
31342
31343 \end_inset
31344 </cell>
31345 </row>
31346 <row>
31347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31348 \begin_inset Text
31349
31350 \begin_layout Plain Layout
31351 A
31352 \backslash
31353 gr
31354 \begin_inset ERT
31355 status collapsed
31356
31357 \begin_layout Plain Layout
31358
31359
31360 \backslash
31361 spce 
31362 \end_layout
31363
31364 \end_inset
31365
31366 B
31367 \end_layout
31368
31369 \end_inset
31370 </cell>
31371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31372 \begin_inset Text
31373
31374 \begin_layout Plain Layout
31375 \begin_inset Formula $A\gr B$
31376 \end_inset
31377
31378
31379 \end_layout
31380
31381 \end_inset
31382 </cell>
31383 </row>
31384 <row>
31385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31386 \begin_inset Text
31387
31388 \begin_layout Plain Layout
31389
31390 \backslash
31391 us{ABcd
31392 \end_layout
31393
31394 \end_inset
31395 </cell>
31396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31397 \begin_inset Text
31398
31399 \begin_layout Plain Layout
31400 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31401 \end_inset
31402
31403
31404 \end_layout
31405
31406 \end_inset
31407 </cell>
31408 </row>
31409 <row>
31410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31411 \begin_inset Text
31412
31413 \begin_layout Plain Layout
31414
31415 \backslash
31416 fb{[2cm]
31417 \begin_inset Formula $\to$
31418 \end_inset
31419
31420
31421 \backslash
31422 {
31423 \begin_inset Formula $\to$
31424 \end_inset
31425
31426
31427 \backslash
31428 {
31429 \backslash
31430 int
31431 \begin_inset ERT
31432 status collapsed
31433
31434 \begin_layout Plain Layout
31435
31436
31437 \backslash
31438 spce 
31439 \end_layout
31440
31441 \end_inset
31442
31443 A=B
31444 \end_layout
31445
31446 \end_inset
31447 </cell>
31448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31449 \begin_inset Text
31450
31451 \begin_layout Plain Layout
31452 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31453 \end_inset
31454
31455
31456 \end_layout
31457
31458 \end_inset
31459 </cell>
31460 </row>
31461 <row>
31462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31463 \begin_inset Text
31464
31465 \begin_layout Plain Layout
31466
31467 \backslash
31468 cb{red
31469 \begin_inset Formula $\to$
31470 \end_inset
31471
31472
31473 \backslash
31474 {
31475 \backslash
31476 int
31477 \begin_inset ERT
31478 status collapsed
31479
31480 \begin_layout Plain Layout
31481
31482
31483 \backslash
31484 spce 
31485 \end_layout
31486
31487 \end_inset
31488
31489 A=B
31490 \end_layout
31491
31492 \end_inset
31493 </cell>
31494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31495 \begin_inset Text
31496
31497 \begin_layout Plain Layout
31498 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31499 \end_inset
31500
31501
31502 \end_layout
31503
31504 \end_inset
31505 </cell>
31506 </row>
31507 <row>
31508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31509 \begin_inset Text
31510
31511 \begin_layout Plain Layout
31512
31513 \backslash
31514 cb[green]
31515 \backslash
31516 {red
31517 \begin_inset Formula $\to$
31518 \end_inset
31519
31520
31521 \backslash
31522 {
31523 \backslash
31524 int
31525 \begin_inset ERT
31526 status collapsed
31527
31528 \begin_layout Plain Layout
31529
31530
31531 \backslash
31532 spce 
31533 \end_layout
31534
31535 \end_inset
31536
31537 A=B
31538 \end_layout
31539
31540 \end_inset
31541 </cell>
31542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31543 \begin_inset Text
31544
31545 \begin_layout Plain Layout
31546 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31547 \end_inset
31548
31549
31550 \end_layout
31551
31552 \end_inset
31553 </cell>
31554 </row>
31555 </lyxtabular>
31556
31557 \end_inset
31558
31559
31560 \end_layout
31561
31562 \begin_layout Section
31563 Diagrams
31564 \end_layout
31565
31566 \begin_layout Standard
31567 LyX supports two types of commutative diagrams: 
31568 \series bold
31569 amscd
31570 \series default
31571  and 
31572 \series bold
31573 xymatrix
31574 \series default
31575  that are explained in the following.
31576 \end_layout
31577
31578 \begin_layout Subsection
31579 Amscd Diagrams
31580 \begin_inset Index
31581 status collapsed
31582
31583 \begin_layout Plain Layout
31584 Diagrams ! amscd
31585 \end_layout
31586
31587 \end_inset
31588
31589
31590 \end_layout
31591
31592 \begin_layout Standard
31593 Diagrams of this type visualize relations by vertical and horizontal lines
31594  or arrows:
31595 \begin_inset Formula \[
31596 \begin{CD}A@>>>B@>>>C\\
31597 @AAA@.@VVV\\
31598 F@<<<E@<<<D\end{CD}\]
31599
31600 \end_inset
31601
31602
31603 \end_layout
31604
31605 \begin_layout Standard
31606 To get them, the command 
31607 \series bold
31608
31609 \backslash
31610 CD
31611 \begin_inset Index
31612 status collapsed
31613
31614 \begin_layout Plain Layout
31615 Commands ! C ! 
31616 \backslash
31617 CD
31618 \end_layout
31619
31620 \end_inset
31621
31622
31623 \series default
31624  is inserted to a formula.
31625  A blue box appears with two dashed lines where further commands can be
31626  inserted.
31627  With 
31628 \family sans
31629 Ctrl-Return
31630 \family default
31631  a new line is created.
31632  Horizontal relations are inserted in odd, vertical in even formula lines.
31633 \end_layout
31634
31635 \begin_layout Standard
31636 To create the relations there are the following commands:
31637 \end_layout
31638
31639 \begin_layout Itemize
31640
31641 \series bold
31642 @<<<
31643 \series default
31644  creates a left arrow, 
31645 \series bold
31646 @>>>
31647 \series default
31648  a right arrow, and 
31649 \series bold
31650 @=
31651 \series default
31652  a long equal sign
31653 \end_layout
31654
31655 \begin_layout Itemize
31656
31657 \series bold
31658 @AAA
31659 \series default
31660  creates an up arrow, 
31661 \series bold
31662 @VVV
31663 \series default
31664  an down arrow, and 
31665 \series bold
31666 @|
31667 \series default
31668  a vertical equal sign
31669 \end_layout
31670
31671 \begin_layout Itemize
31672
31673 \series bold
31674 @.
31675
31676 \series default
31677  is a placeholder for non-existent relations
31678 \end_layout
31679
31680 \begin_layout Standard
31681 All arrows can be labeled as follows:
31682 \end_layout
31683
31684 \begin_layout Itemize
31685 Is text inserted between the first and second < or >, resp., it is placed
31686  above the arrow.
31687  When it is inserted between the second and third one, it appears under
31688  the arrow.
31689 \end_layout
31690
31691 \begin_layout Itemize
31692 When text for vertical arrows is inserted between the first and second A
31693  or V, resp., it is placed left beside the arrow.
31694  When it is inserted between the second and third one, it appears right
31695  beside the arrow.
31696  If the text contains an A or V, these letters must be set into a TeX-brace.
31697 \end_layout
31698
31699 \begin_layout Standard
31700 As example a diagram with all possible relations:
31701 \end_layout
31702
31703 \begin_layout Standard
31704 \begin_inset Formula \[
31705 \begin{CD}A@>j>>B@>>k>C@=F\\
31706 @AmAA@.@VV{V}V@|\\
31707 D@<<j<E@>k>>F@=C\end{CD}\]
31708
31709 \end_inset
31710
31711
31712 \end_layout
31713
31714 \begin_layout Standard
31715 The command for this is:
31716 \begin_inset Newline newline
31717 \end_inset
31718
31719
31720 \series bold
31721
31722 \backslash
31723 CD
31724 \begin_inset ERT
31725 status collapsed
31726
31727 \begin_layout Plain Layout
31728
31729
31730 \backslash
31731 spce 
31732 \end_layout
31733
31734 \end_inset
31735
31736 A@>j>>B@>>k>C@=F Ctrl-Enter
31737 \begin_inset Newline newline
31738 \end_inset
31739
31740
31741 \begin_inset ERT
31742 status collapsed
31743
31744 \begin_layout Plain Layout
31745
31746
31747 \backslash
31748 hphantom{
31749 \end_layout
31750
31751 \end_inset
31752
31753
31754 \backslash
31755 CD
31756 \begin_inset ERT
31757 status collapsed
31758
31759 \begin_layout Plain Layout
31760
31761
31762 \backslash
31763 spce 
31764 \end_layout
31765
31766 \end_inset
31767
31768
31769 \begin_inset ERT
31770 status collapsed
31771
31772 \begin_layout Plain Layout
31773
31774 }
31775 \end_layout
31776
31777 \end_inset
31778
31779 @AmAA@.@VV
31780 \backslash
31781 {V
31782 \series default
31783
31784 \begin_inset Formula $\to$
31785 \end_inset
31786
31787
31788 \series bold
31789 V@| Ctrl-Enter
31790 \begin_inset Newline newline
31791 \end_inset
31792
31793
31794 \begin_inset ERT
31795 status collapsed
31796
31797 \begin_layout Plain Layout
31798
31799
31800 \backslash
31801 hphantom{
31802 \end_layout
31803
31804 \end_inset
31805
31806
31807 \backslash
31808 CD
31809 \begin_inset ERT
31810 status collapsed
31811
31812 \begin_layout Plain Layout
31813
31814
31815 \backslash
31816 spce 
31817 \end_layout
31818
31819 \end_inset
31820
31821
31822 \begin_inset ERT
31823 status collapsed
31824
31825 \begin_layout Plain Layout
31826
31827 }
31828 \end_layout
31829
31830 \end_inset
31831
31832 D@<<j<E@>k>>F@=C
31833 \end_layout
31834
31835 \begin_layout Subsection
31836 Xymatrix Diagrams
31837 \begin_inset Index
31838 status collapsed
31839
31840 \begin_layout Plain Layout
31841 Diagrams ! xymatrix
31842 \end_layout
31843
31844 \end_inset
31845
31846
31847 \end_layout
31848
31849 \begin_layout Standard
31850 To be able to use xymatrices, the LaTeX-package 
31851 \series bold
31852 xypic
31853 \series default
31854  must be installed.
31855  A xymatrix is created by inserting the command 
31856 \series bold
31857
31858 \backslash
31859 xymatrix
31860 \series default
31861  in a formula.
31862  Then you are able to add new matrix columns and rows like for normal matrices,
31863  see 
31864 \begin_inset CommandInset ref
31865 LatexCommand ref
31866 reference "sec:Matrices"
31867
31868 \end_inset
31869
31870 .
31871 \end_layout
31872
31873 \begin_layout Standard
31874 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
31875  and much more.
31876  All possibilities to create commutative diagrams and decorations are explained
31877  in detail in this manual: 
31878 \begin_inset CommandInset href
31879 LatexCommand href
31880 target "http://wiki.lyx.org/LyX/XY-pic#xy-manual"
31881
31882 \end_inset
31883
31884 .
31885 \end_layout
31886
31887 \begin_layout Standard
31888 \begin_inset Newpage newpage
31889 \end_inset
31890
31891
31892 \end_layout
31893
31894 \begin_layout Section
31895 Tips
31896 \begin_inset ERT
31897 status collapsed
31898
31899 \begin_layout Plain Layout
31900
31901
31902 \backslash
31903 texorpdfstring{
31904 \end_layout
31905
31906 \end_inset
31907
31908
31909 \begin_inset Foot
31910 status collapsed
31911
31912 \begin_layout Plain Layout
31913 Other useful math tips can be found in 
31914 \begin_inset CommandInset citation
31915 LatexCommand cite
31916 key "Voss"
31917
31918 \end_inset
31919
31920 .
31921 \end_layout
31922
31923 \end_inset
31924
31925
31926 \begin_inset ERT
31927 status collapsed
31928
31929 \begin_layout Plain Layout
31930
31931 }{}
31932 \end_layout
31933
31934 \end_inset
31935
31936
31937 \begin_inset Note Note
31938 status collapsed
31939
31940 \begin_layout Plain Layout
31941
31942 \backslash
31943 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
31944 \end_layout
31945
31946 \begin_layout Plain Layout
31947 More about 
31948 \backslash
31949 texorpdfstring is in section 
31950 \begin_inset CommandInset ref
31951 LatexCommand ref
31952 reference "sub:Formulas-in-Section"
31953
31954 \end_inset
31955
31956 .
31957 \end_layout
31958
31959 \end_inset
31960
31961
31962 \begin_inset Index
31963 status collapsed
31964
31965 \begin_layout Plain Layout
31966 Tips
31967 \end_layout
31968
31969 \end_inset
31970
31971
31972 \begin_inset Index
31973 status collapsed
31974
31975 \begin_layout Plain Layout
31976 Ions|see
31977 \begin_inset ERT
31978 status collapsed
31979
31980 \begin_layout Plain Layout
31981
31982 {
31983 \end_layout
31984
31985 \end_inset
31986
31987 Chemical characters
31988 \begin_inset ERT
31989 status collapsed
31990
31991 \begin_layout Plain Layout
31992
31993 }
31994 \end_layout
31995
31996 \end_inset
31997
31998
31999 \end_layout
32000
32001 \end_inset
32002
32003
32004 \end_layout
32005
32006 \begin_layout Subsection
32007 Chemical Symbols and Equations
32008 \begin_inset CommandInset label
32009 LatexCommand label
32010 name "sub:Chemical-Symbols-and"
32011
32012 \end_inset
32013
32014
32015 \begin_inset Index
32016 status collapsed
32017
32018 \begin_layout Plain Layout
32019 Chemical characters ! Symbols
32020 \end_layout
32021
32022 \end_inset
32023
32024
32025 \begin_inset Index
32026 status collapsed
32027
32028 \begin_layout Plain Layout
32029 Chemical equations
32030 \end_layout
32031
32032 \end_inset
32033
32034
32035 \begin_inset Index
32036 status collapsed
32037
32038 \begin_layout Plain Layout
32039 Symbols ! chemical
32040 \end_layout
32041
32042 \end_inset
32043
32044
32045 \end_layout
32046
32047 \begin_layout Standard
32048 An example text from chemistry:
32049 \end_layout
32050
32051 \begin_layout Quote
32052 The 
32053 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32054 \end_inset
32055
32056 -ion reacts with two 
32057 \begin_inset Formula $\mathrm{Na^{+}}$
32058 \end_inset
32059
32060 -ions to sodium sulfate 
32061 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32062 \end_inset
32063
32064 .
32065  The chemical equation for this is:
32066 \begin_inset Formula \[
32067 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32068
32069 \end_inset
32070
32071
32072 \end_layout
32073
32074 \begin_layout Standard
32075 This chemical equation can directly be created as formula.
32076  To avoid that the symbols appear italic, everything is highlighted and
32077  changed by the shortcut 
32078 \family sans
32079 Alt-c
32080 \begin_inset space ~
32081 \end_inset
32082
32083 r
32084 \family default
32085  to the upright font style.
32086 \begin_inset Foot
32087 status collapsed
32088
32089 \begin_layout Plain Layout
32090 font styles
32091 \series bold
32092  
32093 \series default
32094 see 
32095 \begin_inset CommandInset ref
32096 LatexCommand ref
32097 reference "sub:Font-Styles"
32098
32099 \end_inset
32100
32101
32102 \end_layout
32103
32104 \end_inset
32105
32106
32107 \end_layout
32108
32109 \begin_layout Subsection
32110 Negative Numbers
32111 \begin_inset Index
32112 status collapsed
32113
32114 \begin_layout Plain Layout
32115 Numbers ! negative
32116 \end_layout
32117
32118 \end_inset
32119
32120
32121 \end_layout
32122
32123 \begin_layout Standard
32124 Negative numbers often look ugly in formulas because the minus sign before
32125  the number is set with the same length as the minus operator sign.
32126  When writing the negative number in normal text, the minus sign appears
32127  correctly.
32128 \end_layout
32129
32130 \begin_layout Standard
32131 Thus, the problem disappears when converting the minus sign to mathematical
32132  text.
32133 \end_layout
32134
32135 \begin_layout Standard
32136 An example to visualize the problem:
32137 \end_layout
32138
32139 \begin_layout Standard
32140 \align center
32141 \begin_inset Tabular
32142 <lyxtabular version="3" rows="3" columns="2">
32143 <features>
32144 <column alignment="right" valignment="top" width="0">
32145 <column alignment="left" valignment="top" width="0">
32146 <row>
32147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32148 \begin_inset Text
32149
32150 \begin_layout Plain Layout
32151 normal text:
32152 \end_layout
32153
32154 \end_inset
32155 </cell>
32156 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32157 \begin_inset Text
32158
32159 \begin_layout Plain Layout
32160 x = -2
32161 \end_layout
32162
32163 \end_inset
32164 </cell>
32165 </row>
32166 <row>
32167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32168 \begin_inset Text
32169
32170 \begin_layout Plain Layout
32171 formula:
32172 \end_layout
32173
32174 \end_inset
32175 </cell>
32176 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32177 \begin_inset Text
32178
32179 \begin_layout Plain Layout
32180 \begin_inset Formula $x=-2$
32181 \end_inset
32182
32183
32184 \end_layout
32185
32186 \end_inset
32187 </cell>
32188 </row>
32189 <row>
32190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32191 \begin_inset Text
32192
32193 \begin_layout Plain Layout
32194 solution:
32195 \end_layout
32196
32197 \end_inset
32198 </cell>
32199 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32200 \begin_inset Text
32201
32202 \begin_layout Plain Layout
32203 \begin_inset Formula $x=\textrm{-}2$
32204 \end_inset
32205
32206
32207 \end_layout
32208
32209 \end_inset
32210 </cell>
32211 </row>
32212 </lyxtabular>
32213
32214 \end_inset
32215
32216
32217 \end_layout
32218
32219 \begin_layout Subsection
32220 Comma as decimal Separator
32221 \begin_inset Index
32222 status collapsed
32223
32224 \begin_layout Plain Layout
32225 Comma
32226 \end_layout
32227
32228 \end_inset
32229
32230
32231 \end_layout
32232
32233 \begin_layout Standard
32234 In LaTeX a comma inside a formula is used, according to the English convention,
32235  as number group separator.
32236  So there will be space added behind all commas in formulas.
32237 \end_layout
32238
32239 \begin_layout Standard
32240 To avoid this, the comma is highlighted and changed to mathematical text
32241  (shortcut 
32242 \family sans
32243 Alt-m
32244 \begin_inset space ~
32245 \end_inset
32246
32247 m
32248 \family default
32249 ).
32250 \end_layout
32251
32252 \begin_layout Standard
32253 To use all formula commas in the document as decimal separator, the file
32254  
32255 \series bold
32256 icomma.sty
32257 \series default
32258
32259 \begin_inset Foot
32260 status collapsed
32261
32262 \begin_layout Plain Layout
32263
32264 \series bold
32265 icomma
32266 \series default
32267  is part of the LaTeX-package 
32268 \series bold
32269 was
32270 \series default
32271
32272 \begin_inset Index
32273 status collapsed
32274
32275 \begin_layout Plain Layout
32276 Packages ! was
32277 \begin_inset ERT
32278 status collapsed
32279
32280 \begin_layout Plain Layout
32281
32282
32283 \backslash
32284 vspace{4mm}
32285 \end_layout
32286
32287 \end_inset
32288
32289
32290 \end_layout
32291
32292 \end_inset
32293
32294 .
32295 \end_layout
32296
32297 \end_inset
32298
32299
32300 \begin_inset Index
32301 status collapsed
32302
32303 \begin_layout Plain Layout
32304 Packages ! icomma
32305 \end_layout
32306
32307 \end_inset
32308
32309  is loaded with the LaTeX-preamble line
32310 \end_layout
32311
32312 \begin_layout Standard
32313
32314 \series bold
32315
32316 \backslash
32317 usepackage{icomma}
32318 \end_layout
32319
32320 \begin_layout Subsection
32321 Physical Vectors
32322 \begin_inset CommandInset label
32323 LatexCommand label
32324 name "sub:Physical-Vectors"
32325
32326 \end_inset
32327
32328
32329 \begin_inset Index
32330 status collapsed
32331
32332 \begin_layout Plain Layout
32333 Vectors ! physical
32334 \end_layout
32335
32336 \end_inset
32337
32338
32339 \end_layout
32340
32341 \begin_layout Standard
32342 Predefined vectors are offered by the LaTeX-package 
32343 \series bold
32344 braket
32345 \series default
32346
32347 \begin_inset Foot
32348 status collapsed
32349
32350 \begin_layout Plain Layout
32351
32352 \series bold
32353 braket
32354 \series default
32355  should be part of every LaTeX standard installation.
32356 \end_layout
32357
32358 \end_inset
32359
32360
32361 \begin_inset Index
32362 status collapsed
32363
32364 \begin_layout Plain Layout
32365 Packages ! braket
32366 \end_layout
32367
32368 \end_inset
32369
32370  that is loaded with the LaTeX-preamble line
32371 \end_layout
32372
32373 \begin_layout Standard
32374
32375 \series bold
32376
32377 \backslash
32378 usepackage{braket}
32379 \end_layout
32380
32381 \begin_layout Standard
32382 \begin_inset ERT
32383 status collapsed
32384
32385 \begin_layout Plain Layout
32386
32387
32388 \backslash
32389 ifbraket 
32390 \end_layout
32391
32392 \end_inset
32393
32394
32395 \begin_inset Note Note
32396 status open
32397
32398 \begin_layout Plain Layout
32399 The following table will only be displayed when the LaTeX-package 
32400 \series bold
32401 braket
32402 \series default
32403  is installed.
32404 \end_layout
32405
32406 \end_inset
32407
32408 The following commands are defined:
32409 \end_layout
32410
32411 \begin_layout Standard
32412 \align center
32413 \begin_inset Tabular
32414 <lyxtabular version="3" rows="4" columns="2">
32415 <features>
32416 <column alignment="center" valignment="top" width="0">
32417 <column alignment="center" valignment="top" width="0">
32418 <row>
32419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32420 \begin_inset Text
32421
32422 \begin_layout Plain Layout
32423 Command
32424 \end_layout
32425
32426 \end_inset
32427 </cell>
32428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32429 \begin_inset Text
32430
32431 \begin_layout Plain Layout
32432 Result
32433 \end_layout
32434
32435 \end_inset
32436 </cell>
32437 </row>
32438 <row>
32439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32440 \begin_inset Text
32441
32442 \begin_layout Plain Layout
32443
32444 \backslash
32445 Bra{
32446 \backslash
32447 psi
32448 \end_layout
32449
32450 \end_inset
32451 </cell>
32452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32453 \begin_inset Text
32454
32455 \begin_layout Plain Layout
32456 \begin_inset Formula $\Bra{\psi}$
32457 \end_inset
32458
32459
32460 \end_layout
32461
32462 \end_inset
32463 </cell>
32464 </row>
32465 <row>
32466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32467 \begin_inset Text
32468
32469 \begin_layout Plain Layout
32470
32471 \backslash
32472 Ket{
32473 \backslash
32474 psi
32475 \end_layout
32476
32477 \end_inset
32478 </cell>
32479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32480 \begin_inset Text
32481
32482 \begin_layout Plain Layout
32483 \begin_inset Formula $\Ket{\psi}$
32484 \end_inset
32485
32486
32487 \end_layout
32488
32489 \end_inset
32490 </cell>
32491 </row>
32492 <row>
32493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32494 \begin_inset Text
32495
32496 \begin_layout Plain Layout
32497
32498 \backslash
32499 Braket{
32500 \backslash
32501 psi|
32502 \backslash
32503 phi
32504 \end_layout
32505
32506 \end_inset
32507 </cell>
32508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32509 \begin_inset Text
32510
32511 \begin_layout Plain Layout
32512 \begin_inset Formula $\Braket{\psi|\phi}$
32513 \end_inset
32514
32515
32516 \end_layout
32517
32518 \end_inset
32519 </cell>
32520 </row>
32521 </lyxtabular>
32522
32523 \end_inset
32524
32525
32526 \end_layout
32527
32528 \begin_layout Standard
32529 The command 
32530 \series bold
32531
32532 \backslash
32533 Braket
32534 \series default
32535  assures that all vertical bars are set in the size of the surrounding brackets:
32536 \begin_inset Formula \[
32537 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32538
32539 \end_inset
32540
32541
32542 \begin_inset ERT
32543 status collapsed
32544
32545 \begin_layout Plain Layout
32546
32547
32548 \backslash
32549 else 
32550 \end_layout
32551
32552 \end_inset
32553
32554
32555 \begin_inset Note Note
32556 status open
32557
32558 \begin_layout Plain Layout
32559 The following will be displayed when the LaTeX-package 
32560 \series bold
32561 braket
32562 \series default
32563  is not installed:
32564 \end_layout
32565
32566 \end_inset
32567
32568
32569 \end_layout
32570
32571 \begin_layout Standard
32572 You need to install the LaTeX-package 
32573 \series bold
32574 braket
32575 \series default
32576  to see the rest of this subsection in the output.
32577 \end_layout
32578
32579 \begin_layout Standard
32580 \begin_inset ERT
32581 status collapsed
32582
32583 \begin_layout Plain Layout
32584
32585
32586 \backslash
32587 fi 
32588 \end_layout
32589
32590 \end_inset
32591
32592
32593 \end_layout
32594
32595 \begin_layout Standard
32596 The effect of 
32597 \series bold
32598
32599 \backslash
32600 Braket
32601 \series default
32602  can also be achieved using the command 
32603 \series bold
32604
32605 \backslash
32606 middle
32607 \series default
32608 , that is described in 
32609 \begin_inset CommandInset ref
32610 LatexCommand ref
32611 reference "sub:Automatic-Bracket-Size"
32612
32613 \end_inset
32614
32615 .
32616 \end_layout
32617
32618 \begin_layout Subsection
32619 Self-defined Fractions
32620 \begin_inset CommandInset label
32621 LatexCommand label
32622 name "sub:Self-defined-Fractions"
32623
32624 \end_inset
32625
32626
32627 \begin_inset Index
32628 status collapsed
32629
32630 \begin_layout Plain Layout
32631 Fractions ! self-defined
32632 \end_layout
32633
32634 \end_inset
32635
32636
32637 \end_layout
32638
32639 \begin_layout Standard
32640 To define custom commands for fractions, the command 
32641 \series bold
32642
32643 \backslash
32644 genfrac
32645 \series default
32646
32647 \begin_inset Index
32648 status collapsed
32649
32650 \begin_layout Plain Layout
32651 Commands ! G ! 
32652 \backslash
32653 genfrac
32654 \end_layout
32655
32656 \end_inset
32657
32658  is used in the following scheme:
32659 \end_layout
32660
32661 \begin_layout Standard
32662
32663 \series bold
32664
32665 \backslash
32666 genfrac{left
32667 \series default
32668  
32669 \series bold
32670 bracket}{right
32671 \series default
32672  
32673 \series bold
32674 bracket}{fraction bar thickness}{style}
32675 \begin_inset Newline newline
32676 \end_inset
32677
32678
32679 \begin_inset ERT
32680 status collapsed
32681
32682 \begin_layout Plain Layout
32683
32684
32685 \backslash
32686 phantom{
32687 \end_layout
32688
32689 \end_inset
32690
32691
32692 \backslash
32693 genfrac
32694 \begin_inset ERT
32695 status collapsed
32696
32697 \begin_layout Plain Layout
32698
32699 }
32700 \end_layout
32701
32702 \end_inset
32703
32704 {numerator}{denominator}
32705 \end_layout
32706
32707 \begin_layout Standard
32708 The style is a number in the range of 0
32709 \begin_inset space \thinspace{}
32710 \end_inset
32711
32712 -
32713 \begin_inset space \thinspace{}
32714 \end_inset
32715
32716 3.
32717 \end_layout
32718
32719 \begin_layout Standard
32720 \align center
32721 \begin_inset Tabular
32722 <lyxtabular version="3" rows="5" columns="2">
32723 <features>
32724 <column alignment="center" valignment="top" width="0">
32725 <column alignment="center" valignment="top" width="0">
32726 <row>
32727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32728 \begin_inset Text
32729
32730 \begin_layout Plain Layout
32731 Number
32732 \end_layout
32733
32734 \end_inset
32735 </cell>
32736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32737 \begin_inset Text
32738
32739 \begin_layout Plain Layout
32740 Style (Size)
32741 \end_layout
32742
32743 \end_inset
32744 </cell>
32745 </row>
32746 <row>
32747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32748 \begin_inset Text
32749
32750 \begin_layout Plain Layout
32751 0
32752 \end_layout
32753
32754 \end_inset
32755 </cell>
32756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32757 \begin_inset Text
32758
32759 \begin_layout Plain Layout
32760 display style formula
32761 \end_layout
32762
32763 \end_inset
32764 </cell>
32765 </row>
32766 <row>
32767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32768 \begin_inset Text
32769
32770 \begin_layout Plain Layout
32771 1
32772 \end_layout
32773
32774 \end_inset
32775 </cell>
32776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32777 \begin_inset Text
32778
32779 \begin_layout Plain Layout
32780 inline formula
32781 \end_layout
32782
32783 \end_inset
32784 </cell>
32785 </row>
32786 <row>
32787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32788 \begin_inset Text
32789
32790 \begin_layout Plain Layout
32791 2
32792 \end_layout
32793
32794 \end_inset
32795 </cell>
32796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32797 \begin_inset Text
32798
32799 \begin_layout Plain Layout
32800 small
32801 \end_layout
32802
32803 \end_inset
32804 </cell>
32805 </row>
32806 <row>
32807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32808 \begin_inset Text
32809
32810 \begin_layout Plain Layout
32811 3
32812 \end_layout
32813
32814 \end_inset
32815 </cell>
32816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32817 \begin_inset Text
32818
32819 \begin_layout Plain Layout
32820 tiny
32821 \end_layout
32822
32823 \end_inset
32824 </cell>
32825 </row>
32826 </lyxtabular>
32827
32828 \end_inset
32829
32830
32831 \end_layout
32832
32833 \begin_layout Standard
32834 When no style is given, the size is adjusted to the surrounding environment
32835  like for the command 
32836 \series bold
32837
32838 \backslash
32839 frac
32840 \series default
32841 .
32842 \end_layout
32843
32844 \begin_layout Standard
32845 When no fraction bar thickness is given, the predefined value of 0.4
32846 \begin_inset space \thinspace{}
32847 \end_inset
32848
32849 pt will be used.
32850 \end_layout
32851
32852 \begin_layout Standard
32853 \begin_inset VSpace medskip
32854 \end_inset
32855
32856 For example, the commands 
32857 \series bold
32858
32859 \backslash
32860 dfrac
32861 \series default
32862  and 
32863 \series bold
32864
32865 \backslash
32866 tbinom
32867 \series default
32868  from 
32869 \begin_inset CommandInset ref
32870 LatexCommand ref
32871 reference "sub:Fractions"
32872
32873 \end_inset
32874
32875  are defined with the commands
32876 \end_layout
32877
32878 \begin_layout Standard
32879
32880 \series bold
32881
32882 \backslash
32883 newcommand{
32884 \backslash
32885 dfrac}[2]{
32886 \backslash
32887 genfrac{}{}{}{0}{#1}{#2}}
32888 \end_layout
32889
32890 \begin_layout Standard
32891 and
32892 \end_layout
32893
32894 \begin_layout Standard
32895
32896 \series bold
32897
32898 \backslash
32899 newcommand{
32900 \backslash
32901 tbinom}[2]{
32902 \backslash
32903 genfrac{(}{)}{0pt}{1}{#1}{#2}}
32904 \end_layout
32905
32906 \begin_layout Standard
32907 \begin_inset VSpace medskip
32908 \end_inset
32909
32910 To define a fraction where the fraction bar thickness can be given as optional
32911  argument, the following line is inserted to the LaTeX-preamble:
32912 \end_layout
32913
32914 \begin_layout Standard
32915
32916 \series bold
32917
32918 \backslash
32919 newcommand{
32920 \backslash
32921 fracS}[3][]{
32922 \backslash
32923 genfrac{}{}{#1}{}{#2}{#3}}
32924 \end_layout
32925
32926 \begin_layout Standard
32927 A test:
32928 \begin_inset Formula \begin{align*}
32929 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
32930 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
32931
32932 \end_inset
32933
32934 As one can see, the distance of the numerator and the denominator to the
32935  fraction bar is round about three times the bar thickness.
32936 \end_layout
32937
32938 \begin_layout Subsection
32939 Canceled Formulas
32940 \begin_inset CommandInset label
32941 LatexCommand label
32942 name "sub:Canceled-Formulas"
32943
32944 \end_inset
32945
32946
32947 \begin_inset Index
32948 status collapsed
32949
32950 \begin_layout Plain Layout
32951 Formula ! canceled
32952 \end_layout
32953
32954 \end_inset
32955
32956
32957 \end_layout
32958
32959 \begin_layout Standard
32960 To cancel formulas or formula parts, the LaTeX-package 
32961 \series bold
32962 cancel
32963 \series default
32964
32965 \begin_inset Foot
32966 status collapsed
32967
32968 \begin_layout Plain Layout
32969
32970 \series bold
32971 cancel
32972 \series default
32973  is part of every LaTeX standard installation.
32974 \end_layout
32975
32976 \end_inset
32977
32978
32979 \begin_inset Index
32980 status collapsed
32981
32982 \begin_layout Plain Layout
32983 Packages ! cancel
32984 \end_layout
32985
32986 \end_inset
32987
32988  has to be loaded with the LaTeX-preamble line
32989 \end_layout
32990
32991 \begin_layout Standard
32992
32993 \series bold
32994
32995 \backslash
32996 usepackage[samesize]{cancel}
32997 \end_layout
32998
32999 \begin_layout Standard
33000 There are four ways to cancel formulas:
33001 \end_layout
33002
33003 \begin_layout Standard
33004 \align center
33005 \begin_inset Tabular
33006 <lyxtabular version="3" rows="5" columns="2">
33007 <features>
33008 <column alignment="center" valignment="top" width="0">
33009 <column alignment="center" valignment="top" width="0">
33010 <row>
33011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33012 \begin_inset Text
33013
33014 \begin_layout Plain Layout
33015 Command
33016 \end_layout
33017
33018 \end_inset
33019 </cell>
33020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33021 \begin_inset Text
33022
33023 \begin_layout Plain Layout
33024 Result
33025 \begin_inset Note Note
33026 status collapsed
33027
33028 \begin_layout Plain Layout
33029
33030 \series bold
33031
33032 \backslash
33033 hspace
33034 \series default
33035  and
33036 \series bold
33037  
33038 \backslash
33039 raisebox
33040 \series default
33041  are used here as spacer.
33042 \end_layout
33043
33044 \end_inset
33045
33046
33047 \end_layout
33048
33049 \end_inset
33050 </cell>
33051 </row>
33052 <row>
33053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33054 \begin_inset Text
33055
33056 \begin_layout Plain Layout
33057
33058 \backslash
33059 cancel{
33060 \backslash
33061 int
33062 \begin_inset ERT
33063 status collapsed
33064
33065 \begin_layout Plain Layout
33066
33067
33068 \backslash
33069 spce 
33070 \end_layout
33071
33072 \end_inset
33073
33074 A=B
33075 \end_layout
33076
33077 \end_inset
33078 </cell>
33079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33080 \begin_inset Text
33081
33082 \begin_layout Plain Layout
33083 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33084 \end_inset
33085
33086
33087 \end_layout
33088
33089 \end_inset
33090 </cell>
33091 </row>
33092 <row>
33093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33094 \begin_inset Text
33095
33096 \begin_layout Plain Layout
33097
33098 \backslash
33099 bcancel{
33100 \backslash
33101 int
33102 \begin_inset ERT
33103 status collapsed
33104
33105 \begin_layout Plain Layout
33106
33107
33108 \backslash
33109 spce 
33110 \end_layout
33111
33112 \end_inset
33113
33114 A=B
33115 \end_layout
33116
33117 \end_inset
33118 </cell>
33119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33120 \begin_inset Text
33121
33122 \begin_layout Plain Layout
33123 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33124 \end_inset
33125
33126
33127 \end_layout
33128
33129 \end_inset
33130 </cell>
33131 </row>
33132 <row>
33133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33134 \begin_inset Text
33135
33136 \begin_layout Plain Layout
33137
33138 \backslash
33139 xcancel{
33140 \backslash
33141 int
33142 \begin_inset ERT
33143 status collapsed
33144
33145 \begin_layout Plain Layout
33146
33147
33148 \backslash
33149 spce 
33150 \end_layout
33151
33152 \end_inset
33153
33154 A=B
33155 \end_layout
33156
33157 \end_inset
33158 </cell>
33159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33160 \begin_inset Text
33161
33162 \begin_layout Plain Layout
33163 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33164 \end_inset
33165
33166
33167 \end_layout
33168
33169 \end_inset
33170 </cell>
33171 </row>
33172 <row>
33173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33174 \begin_inset Text
33175
33176 \begin_layout Plain Layout
33177
33178 \backslash
33179 cancelto{1
33180 \begin_inset Formula $\to$
33181 \end_inset
33182
33183
33184 \backslash
33185 {
33186 \backslash
33187 int
33188 \begin_inset ERT
33189 status collapsed
33190
33191 \begin_layout Plain Layout
33192
33193
33194 \backslash
33195 spce 
33196 \end_layout
33197
33198 \end_inset
33199
33200 A=B
33201 \end_layout
33202
33203 \end_inset
33204 </cell>
33205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33206 \begin_inset Text
33207
33208 \begin_layout Plain Layout
33209 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33210 \end_inset
33211
33212
33213 \end_layout
33214
33215 \end_inset
33216 </cell>
33217 </row>
33218 </lyxtabular>
33219
33220 \end_inset
33221
33222
33223 \end_layout
33224
33225 \begin_layout Standard
33226
33227 \series bold
33228
33229 \backslash
33230 cancelto
33231 \series default
33232  is especially suitable to visualize the reduction of fractions within formulas:
33233 \begin_inset Formula \[
33234 \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}}}\]
33235
33236 \end_inset
33237
33238
33239 \end_layout
33240
33241 \begin_layout Subsection
33242 Formulas in Section Headings
33243 \begin_inset CommandInset label
33244 LatexCommand label
33245 name "sub:Formulas-in-Section"
33246
33247 \end_inset
33248
33249
33250 \begin_inset Index
33251 status collapsed
33252
33253 \begin_layout Plain Layout
33254 Formula ! in section headings
33255 \end_layout
33256
33257 \end_inset
33258
33259
33260 \end_layout
33261
33262 \begin_layout Standard
33263 When formulas are used in section headings, the following has to be taken
33264  into account:
33265 \end_layout
33266
33267 \begin_layout Standard
33268 \begin_inset Note Greyedout
33269 status open
33270
33271 \begin_layout Plain Layout
33272 When 
33273 \series bold
33274 hyperref
33275 \series default
33276
33277 \begin_inset Index
33278 status collapsed
33279
33280 \begin_layout Plain Layout
33281 Packages ! hyperref
33282 \end_layout
33283
33284 \end_inset
33285
33286  support is enabled in the document settings dialog under 
33287 \family sans
33288 PDF
33289 \begin_inset space ~
33290 \end_inset
33291
33292 Properties
33293 \family default
33294 , PDF-bookmarks are created for every section heading in the table of contents.
33295  If a section heading contains formulas, they are incorrectly displayed
33296  in the bookmark text, because formulas in bookmarks infringe the PDF convention
33297 s.
33298 \end_layout
33299
33300 \end_inset
33301
33302
33303 \end_layout
33304
33305 \begin_layout Standard
33306 Both problems can be solved by inserting at the end of the section heading
33307  a short title with the menu 
33308 \family sans
33309 Insert\SpecialChar \menuseparator
33310 Short
33311 \begin_inset space ~
33312 \end_inset
33313
33314 Title
33315 \family default
33316 .
33317  Short titles are used as alternative for multiline section headings to
33318  keep the table of contents clearly arranged.
33319  Only the short title appears in the table of contents and therefore also
33320  in the PDF-bookmark.
33321 \end_layout
33322
33323 \begin_layout Standard
33324 When formulas should be used in the table of contents but 
33325 \series bold
33326 hyperref
33327 \series default
33328  is used, one can use the following command in TeX-mode:
33329 \end_layout
33330
33331 \begin_layout Standard
33332
33333 \series bold
33334
33335 \backslash
33336 texorpdfstring{part}{alternative}
33337 \begin_inset Index
33338 status collapsed
33339
33340 \begin_layout Plain Layout
33341 Commands ! T ! 
33342 \backslash
33343 texorpdfstring
33344 \end_layout
33345
33346 \end_inset
33347
33348
33349 \end_layout
33350
33351 \begin_layout Standard
33352 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
33353  This can be characters, formulas, footnotes, but also cross-references.
33354  The alternative is used instead of the part for the bookmark.
33355 \end_layout
33356
33357 \begin_layout Standard
33358 Here are two example headings:
33359 \begin_inset VSpace -3mm
33360 \end_inset
33361
33362
33363 \begin_inset ERT
33364 status collapsed
33365
33366 \begin_layout Plain Layout
33367
33368
33369 \backslash
33370 boldmath 
33371 \end_layout
33372
33373 \end_inset
33374
33375
33376 \end_layout
33377
33378 \begin_layout Subsubsection
33379 Heading without formula in table of contents 
33380 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33381 \end_inset
33382
33383
33384 \begin_inset OptArg
33385 status collapsed
33386
33387 \begin_layout Plain Layout
33388 Heading without formula in table of contents
33389 \end_layout
33390
33391 \end_inset
33392
33393
33394 \end_layout
33395
33396 \begin_layout Subsubsection
33397 Heading with formula in table of contents
33398 \begin_inset ERT
33399 status collapsed
33400
33401 \begin_layout Plain Layout
33402
33403
33404 \backslash
33405 texorpdfstring{
33406 \end_layout
33407
33408 \end_inset
33409
33410  
33411 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33412 \end_inset
33413
33414
33415 \begin_inset ERT
33416 status collapsed
33417
33418 \begin_layout Plain Layout
33419
33420 }{}
33421 \end_layout
33422
33423 \end_inset
33424
33425
33426 \end_layout
33427
33428 \begin_layout Standard
33429 \begin_inset ERT
33430 status collapsed
33431
33432 \begin_layout Plain Layout
33433
33434
33435 \backslash
33436 unboldmath 
33437 \end_layout
33438
33439 \end_inset
33440
33441 In the first heading a short title was used, in the second one 
33442 \series bold
33443
33444 \backslash
33445 texorpdfstring
33446 \series default
33447 .
33448 \end_layout
33449
33450 \begin_layout Standard
33451 To get the same formatting as for the other headings, the complete heading
33452  was set into a 
33453 \series bold
33454 boldmath
33455 \series default
33456  environment
33457 \begin_inset Foot
33458 status collapsed
33459
33460 \begin_layout Plain Layout
33461 see 
33462 \begin_inset CommandInset ref
33463 LatexCommand ref
33464 reference "sub:Bold-Formulas"
33465
33466 \end_inset
33467
33468
33469 \end_layout
33470
33471 \end_inset
33472
33473 .
33474 \end_layout
33475
33476 \begin_layout Subsection
33477 Formulas in multi-column Text
33478 \begin_inset Index
33479 status collapsed
33480
33481 \begin_layout Plain Layout
33482 Formula ! in multi-column text
33483 \end_layout
33484
33485 \end_inset
33486
33487
33488 \end_layout
33489
33490 \begin_layout Standard
33491 Formulas in multi-column text are often too wide to fit into a column and
33492  thus need to be set over the whole page width.
33493  This is done by using the LaTeX-package 
33494 \series bold
33495 multicol
33496 \series default
33497
33498 \begin_inset Foot
33499 status collapsed
33500
33501 \begin_layout Plain Layout
33502
33503 \series bold
33504 multicol
33505 \series default
33506  is part of every LaTeX standard installation.
33507 \end_layout
33508
33509 \end_inset
33510
33511
33512 \begin_inset Index
33513 status collapsed
33514
33515 \begin_layout Plain Layout
33516 Packages ! multicol
33517 \end_layout
33518
33519 \end_inset
33520
33521 , that is loaded with the LaTeX-preamble line
33522 \end_layout
33523
33524 \begin_layout Standard
33525
33526 \series bold
33527
33528 \backslash
33529 usepackage{multicol}
33530 \end_layout
33531
33532 \begin_layout Standard
33533 \begin_inset Note Greyedout
33534 status open
33535
33536 \begin_layout Plain Layout
33537 Note herby that the setting 
33538 \family sans
33539 Two-column
33540 \begin_inset space ~
33541 \end_inset
33542
33543 document
33544 \family default
33545  in the menu 
33546 \family sans
33547 Document\SpecialChar \menuseparator
33548 Settings
33549 \family default
33550  under 
33551 \family sans
33552 Text
33553 \begin_inset space ~
33554 \end_inset
33555
33556 Layout
33557 \family default
33558 \emph on
33559  
33560 \emph default
33561 must 
33562 \emph on
33563 not
33564 \emph default
33565  be selected.
33566 \end_layout
33567
33568 \end_inset
33569
33570
33571 \end_layout
33572
33573 \begin_layout Standard
33574 Before the multi-column text the command
33575 \end_layout
33576
33577 \begin_layout Standard
33578
33579 \series bold
33580
33581 \backslash
33582 begin{multicols}{column number}
33583 \end_layout
33584
33585 \begin_layout Standard
33586 is written in TeX-mode.
33587  The column number is a number in the range of 2
33588 \begin_inset space \thinspace{}
33589 \end_inset
33590
33591 -
33592 \begin_inset space \thinspace{}
33593 \end_inset
33594
33595 10.
33596  Before the formula the multi-column text is ended by inserting the command
33597 \end_layout
33598
33599 \begin_layout Standard
33600
33601 \series bold
33602
33603 \backslash
33604 end{multicols}
33605 \end_layout
33606
33607 \begin_layout Standard
33608 in TeX-mode.
33609 \end_layout
33610
33611 \begin_layout Standard
33612 Due to the command some space is automatically added before the formula.
33613  To revert this, -6
33614 \begin_inset space \thinspace{}
33615 \end_inset
33616
33617 mm vertical space is inserted before the formula.
33618  When the formula style 
33619 \series bold
33620 Indented
33621 \begin_inset Foot
33622 status collapsed
33623
33624 \begin_layout Plain Layout
33625 formula styles see 
33626 \begin_inset CommandInset ref
33627 LatexCommand ref
33628 reference "sec:Formula-Styles"
33629
33630 \end_inset
33631
33632
33633 \end_layout
33634
33635 \end_inset
33636
33637
33638 \series default
33639  is used, -9
33640 \begin_inset space \thinspace{}
33641 \end_inset
33642
33643 mm space is inserted instead.
33644 \end_layout
33645
33646 \begin_layout Standard
33647 As example a multi-column text with a displayed formula:
33648 \end_layout
33649
33650 \begin_layout Standard
33651 \begin_inset ERT
33652 status collapsed
33653
33654 \begin_layout Plain Layout
33655
33656
33657 \backslash
33658 begin{multicols}{2}
33659 \end_layout
33660
33661 \end_inset
33662
33663 Das Spektrum wird fouriertransformiert.
33664  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
33665 , Lösungsmittel) zu trennen.
33666  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
33667  nun das Aussehen des Ausgangssignals.
33668  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
33669  über alle Phasen integrieren muss.
33670  Sei nun 
33671 \begin_inset Formula $S$
33672 \end_inset
33673
33674  unser normiertes Ausgangssignal and 
33675 \begin_inset Formula $P$
33676 \end_inset
33677
33678  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
33679 \begin_inset ERT
33680 status collapsed
33681
33682 \begin_layout Plain Layout
33683
33684
33685 \backslash
33686 end{multicols}
33687 \end_layout
33688
33689 \end_inset
33690
33691
33692 \begin_inset VSpace -6mm
33693 \end_inset
33694
33695
33696 \begin_inset Formula \begin{equation}
33697 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33698
33699 \end_inset
33700
33701
33702 \begin_inset ERT
33703 status collapsed
33704
33705 \begin_layout Plain Layout
33706
33707
33708 \backslash
33709 begin{multicols}{2}
33710 \end_layout
33711
33712 \end_inset
33713
33714 wobei 
33715 \begin_inset Formula $S_{0}$
33716 \end_inset
33717
33718  das Signal ohne Gradient ist and the Normierungsbedingung 
33719 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33720 \end_inset
33721
33722  gilt.
33723  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
33724  Direkt nach the 
33725 \begin_inset Formula $\nicefrac{\pi}{2}$
33726 \end_inset
33727
33728
33729 \begin_inset space \thinspace{}
33730 \end_inset
33731
33732 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
33733  das Signal zusätzlich abschwächt.
33734  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
33735  
33736 \begin_inset Formula $T_{2}$
33737 \end_inset
33738
33739 -Zeit.
33740 \end_layout
33741
33742 \begin_layout Standard
33743 \begin_inset ERT
33744 status collapsed
33745
33746 \begin_layout Plain Layout
33747
33748
33749 \backslash
33750 end{multicols}
33751 \end_layout
33752
33753 \end_inset
33754
33755  
33756 \end_layout
33757
33758 \begin_layout Subsection
33759 Formulas with Description of Variables
33760 \begin_inset Index
33761 status collapsed
33762
33763 \begin_layout Plain Layout
33764 Formula ! with description of variables
33765 \end_layout
33766
33767 \end_inset
33768
33769
33770 \end_layout
33771
33772 \begin_layout Standard
33773 To describe variables within a formula, like in formula 
33774 \begin_inset CommandInset ref
33775 LatexCommand eqref
33776 reference "eq:within"
33777
33778 \end_inset
33779
33780 , a 2
33781 \series bold
33782 ×
33783 \series default
33784
33785 \begin_inset Formula $n$
33786 \end_inset
33787
33788
33789 \begin_inset space ~
33790 \end_inset
33791
33792 matrix is used with left aligned columns for the 
33793 \begin_inset Formula $n$
33794 \end_inset
33795
33796  used variables.
33797 \begin_inset Foot
33798 status collapsed
33799
33800 \begin_layout Plain Layout
33801 matrices see 
33802 \begin_inset CommandInset ref
33803 LatexCommand ref
33804 reference "sec:Matrices"
33805
33806 \end_inset
33807
33808
33809 \end_layout
33810
33811 \end_inset
33812
33813  To set the description in a smaller size, before the matrix e.
33814 \begin_inset space \thinspace{}
33815 \end_inset
33816
33817 g.
33818 \begin_inset space ~
33819 \end_inset
33820
33821 the command 
33822 \series bold
33823
33824 \backslash
33825 footnotesize
33826 \series default
33827  is inserted.
33828 \begin_inset Foot
33829 status collapsed
33830
33831 \begin_layout Plain Layout
33832 font sizes see 
33833 \begin_inset CommandInset ref
33834 LatexCommand ref
33835 reference "sub:Font-Sizes"
33836
33837 \end_inset
33838
33839
33840 \end_layout
33841
33842 \end_inset
33843
33844
33845 \end_layout
33846
33847 \begin_layout Standard
33848 When the formula style 
33849 \series bold
33850 Indented
33851 \begin_inset Foot
33852 status collapsed
33853
33854 \begin_layout Plain Layout
33855 formula styles see 
33856 \begin_inset CommandInset ref
33857 LatexCommand ref
33858 reference "sec:Formula-Styles"
33859
33860 \end_inset
33861
33862
33863 \end_layout
33864
33865 \end_inset
33866
33867
33868 \series default
33869  is used, a 
33870 \series bold
33871
33872 \backslash
33873 hfill
33874 \series default
33875
33876 \begin_inset Foot
33877 status collapsed
33878
33879 \begin_layout Plain Layout
33880
33881 \series bold
33882
33883 \backslash
33884 hfill
33885 \series default
33886  only works in formulas with the style 
33887 \series bold
33888 Indented
33889 \series default
33890 , see 
33891 \begin_inset CommandInset ref
33892 LatexCommand ref
33893 reference "sub:Variable-Space"
33894
33895 \end_inset
33896
33897 .
33898 \end_layout
33899
33900 \end_inset
33901
33902  is inserted before and after the matrix to have the same separation of
33903  the matrix from the equation and the side margin.
33904 \end_layout
33905
33906 \begin_layout Standard
33907 When the formula style 
33908 \series bold
33909 Centered
33910 \series default
33911  is used, the method described in 
33912 \begin_inset CommandInset ref
33913 LatexCommand ref
33914 reference "sub:Flalign-Environment"
33915
33916 \end_inset
33917
33918  is used to indent formulas.
33919  Formula 
33920 \begin_inset CommandInset ref
33921 LatexCommand eqref
33922 reference "eq:within"
33923
33924 \end_inset
33925
33926  consists of five columns whereas in the first two columns contain the equation,
33927  the third the matrix, and the last one an empty TeX-brace.
33928 \begin_inset Formula \begin{flalign}
33929 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
33930 \rho & \textrm{density}\\
33931 V & \textrm{volume}\\
33932 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
33933
33934 \end_inset
33935
33936
33937 \end_layout
33938
33939 \begin_layout Subsection
33940 Upright small Greek Letters
33941 \begin_inset CommandInset label
33942 LatexCommand label
33943 name "sub:Upright-small-Greek"
33944
33945 \end_inset
33946
33947
33948 \begin_inset Index
33949 status collapsed
33950
33951 \begin_layout Plain Layout
33952 Greek letters ! upright
33953 \end_layout
33954
33955 \end_inset
33956
33957
33958 \end_layout
33959
33960 \begin_layout Standard
33961 Most of the math fonts only provide italic small Greek letters.
33962  But for symbols of elementary particles like pions and neutrinos, upright
33963  Greek letters are needed.
33964  The file 
33965 \series bold
33966 upgreek.sty
33967 \series default
33968
33969 \begin_inset Foot
33970 status collapsed
33971
33972 \begin_layout Plain Layout
33973
33974 \series bold
33975 upgreek
33976 \series default
33977  is part of the LaTeX-package 
33978 \series bold
33979 was
33980 \series default
33981
33982 \begin_inset Index
33983 status collapsed
33984
33985 \begin_layout Plain Layout
33986 Packages ! was
33987 \begin_inset ERT
33988 status collapsed
33989
33990 \begin_layout Plain Layout
33991
33992
33993 \backslash
33994 vspace{4mm}
33995 \end_layout
33996
33997 \end_inset
33998
33999
34000 \end_layout
34001
34002 \end_inset
34003
34004 .
34005 \end_layout
34006
34007 \end_inset
34008
34009
34010 \begin_inset Index
34011 status collapsed
34012
34013 \begin_layout Plain Layout
34014 Packages ! upgreek
34015 \end_layout
34016
34017 \end_inset
34018
34019  that is loaded with the LaTeX-preamble line
34020 \end_layout
34021
34022 \begin_layout Standard
34023
34024 \series bold
34025
34026 \backslash
34027 usepackage{upgreek}
34028 \end_layout
34029
34030 \begin_layout Standard
34031 provides them.
34032  
34033 \begin_inset ERT
34034 status collapsed
34035
34036 \begin_layout Plain Layout
34037
34038
34039 \backslash
34040 ifupgreek 
34041 \end_layout
34042
34043 \end_inset
34044
34045
34046 \begin_inset Note Note
34047 status open
34048
34049 \begin_layout Plain Layout
34050 The following table will only be displayed when the LaTeX-package 
34051 \series bold
34052 upgreek
34053 \series default
34054  is installed.
34055 \end_layout
34056
34057 \end_inset
34058
34059  They are created when the command for a small Greek letters is started
34060  with 
34061 \series bold
34062 up
34063 \series default
34064 .
34065  For example the command 
34066 \series bold
34067
34068 \backslash
34069 uptau
34070 \series default
34071  creates this: 
34072 \begin_inset Formula $\uptau$
34073 \end_inset
34074
34075
34076 \end_layout
34077
34078 \begin_layout Standard
34079 With these commands reactions of elementary particles can be typeset:
34080 \begin_inset Formula \[
34081 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
34082
34083 \end_inset
34084
34085
34086 \end_layout
34087
34088 \begin_layout Standard
34089 The upright letters are more bold and wider than the italic ones.
34090  They should therefore not be used for units like 
34091 \begin_inset Quotes eld
34092 \end_inset
34093
34094 µm
34095 \begin_inset Quotes erd
34096 \end_inset
34097
34098 .
34099 \end_layout
34100
34101 \begin_layout Standard
34102 \begin_inset ERT
34103 status collapsed
34104
34105 \begin_layout Plain Layout
34106
34107
34108 \backslash
34109 else 
34110 \end_layout
34111
34112 \end_inset
34113
34114
34115 \begin_inset Note Note
34116 status open
34117
34118 \begin_layout Plain Layout
34119 The following will be displayed when the LaTeX-package 
34120 \series bold
34121 upgreek
34122 \series default
34123  is not installed:
34124 \end_layout
34125
34126 \end_inset
34127
34128
34129 \end_layout
34130
34131 \begin_layout Standard
34132 You need to install the LaTeX-package 
34133 \series bold
34134 upgreek
34135 \series default
34136  to see the rest of this subsection in the output.
34137 \end_layout
34138
34139 \begin_layout Standard
34140 \begin_inset ERT
34141 status collapsed
34142
34143 \begin_layout Plain Layout
34144
34145
34146 \backslash
34147 fi 
34148 \end_layout
34149
34150 \end_inset
34151
34152
34153 \end_layout
34154
34155 \begin_layout Subsection
34156 Text Characters in Formulas
34157 \begin_inset CommandInset label
34158 LatexCommand label
34159 name "sub:Text-Characters-in"
34160
34161 \end_inset
34162
34163
34164 \begin_inset Index
34165 status collapsed
34166
34167 \begin_layout Plain Layout
34168 Text ! in formulas
34169 \end_layout
34170
34171 \end_inset
34172
34173
34174 \end_layout
34175
34176 \begin_layout Standard
34177 In some cases you might want to insert text characters directly into formulas.
34178  When for example the centered dot · is often used in formulas like 
34179 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34180 \end_inset
34181
34182 , one would have to insert the command 
34183 \series bold
34184
34185 \backslash
34186 cdot
34187 \series default
34188
34189 \begin_inset Foot
34190 status collapsed
34191
34192 \begin_layout Plain Layout
34193 see 
34194 \begin_inset CommandInset ref
34195 LatexCommand ref
34196 reference "sub:Binary-Operators"
34197
34198 \end_inset
34199
34200
34201 \end_layout
34202
34203 \end_inset
34204
34205  all the time, because this character is defined in all encodings as text
34206  character.
34207  But the encoding can be changed by this LaTeX-preamble line:
34208 \end_layout
34209
34210 \begin_layout Standard
34211
34212 \series bold
34213
34214 \backslash
34215 Declare Inputtext{183}{
34216 \backslash
34217 ifmmode
34218 \backslash
34219 cdot
34220 \backslash
34221 else
34222 \backslash
34223 textperiodcentered
34224 \backslash
34225 f\SpecialChar \textcompwordmark{}
34226 i}
34227 \end_layout
34228
34229 \begin_layout Standard
34230 The character encoding (menu 
34231 \family sans
34232 Document\SpecialChar \menuseparator
34233 Settings\SpecialChar \menuseparator
34234 Language
34235 \family default
34236 ) specifies what character appears when a keyboard key is pressed.
34237  When the key for the character '·' is pressed, internally the command 
34238 \series bold
34239
34240 \backslash
34241 textperiodcentered
34242 \series default
34243  is used.
34244  But this command is not available in a formula so that you would get LaTeX-erro
34245 rs.
34246  With the changed encoding the right command is chosen automatically, depending
34247  on if the character was inserted into a formula or not.
34248 \end_layout
34249
34250 \begin_layout Standard
34251 The encoding of several characters is saved in definition files.
34252  Fore example the encoding 
34253 \series bold
34254 latin9
34255 \series default
34256  is defined in the file 
34257 \series bold
34258 latin9.def
34259 \series default
34260  that is in the installation folder of LaTeX.
34261  Encodings should only be changed via the LaTeX-preamble and not in the
34262  definition files.
34263  Otherwise own documents could not be edited by other LyX users working
34264  on other computers.
34265 \end_layout
34266
34267 \begin_layout Standard
34268 \begin_inset VSpace medskip
34269 \end_inset
34270
34271 Besides the centered dot, in this document the degree sign ° is defined
34272  with the following LaTeX-preamble line so that it can directly be inserted
34273  to a formula:
34274 \end_layout
34275
34276 \begin_layout Standard
34277
34278 \series bold
34279
34280 \backslash
34281 DeclareInputtext{176}{
34282 \backslash
34283 ifmmode^
34284 \backslash
34285 circ
34286 \backslash
34287 else
34288 \backslash
34289 textdegree
34290 \backslash
34291 f\SpecialChar \textcompwordmark{}
34292 i}
34293 \end_layout
34294
34295 \begin_layout Standard
34296 \begin_inset Newpage newpage
34297 \end_inset
34298
34299
34300 \end_layout
34301
34302 \begin_layout Section
34303 \start_of_appendix
34304 Typographic Advice
34305 \begin_inset Index
34306 status collapsed
34307
34308 \begin_layout Plain Layout
34309 Typographic advice
34310 \end_layout
34311
34312 \end_inset
34313
34314
34315 \end_layout
34316
34317 \begin_layout Standard
34318 This section is a summary of the most important typographic rules, listed
34319  in ISO norms.
34320 \begin_inset Foot
34321 status collapsed
34322
34323 \begin_layout Plain Layout
34324 This collection was partly taken from the German semi-official dictionary
34325  called 
34326 \begin_inset Quotes eld
34327 \end_inset
34328
34329 Duden
34330 \begin_inset Quotes erd
34331 \end_inset
34332
34333  
34334 \begin_inset CommandInset citation
34335 LatexCommand cite
34336 key "Duden"
34337
34338 \end_inset
34339
34340  that lists some of the ISO rules.
34341 \end_layout
34342
34343 \end_inset
34344
34345
34346 \end_layout
34347
34348 \begin_layout Itemize
34349 Physical units are 
34350 \emph on
34351 always
34352 \emph default
34353  set upright
34354 \begin_inset Foot
34355 status collapsed
34356
34357 \begin_layout Plain Layout
34358 done with font styles, see 
34359 \begin_inset CommandInset ref
34360 LatexCommand ref
34361 reference "sub:Font-Styles"
34362
34363 \end_inset
34364
34365
34366 \end_layout
34367
34368 \end_inset
34369
34370 : 30
34371 \begin_inset space \thinspace{}
34372 \end_inset
34373
34374 km/h
34375 \begin_inset Newline newline
34376 \end_inset
34377
34378 Between the value and the unit is the smallest space, see 
34379 \begin_inset CommandInset ref
34380 LatexCommand ref
34381 reference "sub:Predefined-Space"
34382
34383 \end_inset
34384
34385 .
34386 \begin_inset Newline newline
34387 \end_inset
34388
34389 This convention is automatically fulfilled when the command 
34390 \series bold
34391
34392 \backslash
34393 unittwo
34394 \series default
34395  is used.
34396  When it is entered to a formula, two boxes appear.
34397  In the first one the value is inserted, in the second one the unit, and
34398  one gets as above: 
34399 \begin_inset Formula $\unit[30]{km/h}$
34400 \end_inset
34401
34402
34403 \begin_inset space \thinspace{}
34404 \end_inset
34405
34406 .
34407  Note that 
34408 \series bold
34409
34410 \backslash
34411 unittwo
34412 \series default
34413  is not a real LaTeX command but the command 
34414 \series bold
34415
34416 \backslash
34417 unit[value]{unit}
34418 \series default
34419 , therefore you cannot use it in TeX code.
34420 \end_layout
34421
34422 \begin_layout Itemize
34423 Percent and perthousand signs are set like physical units:
34424 \begin_inset Newline newline
34425 \end_inset
34426
34427 1,2
34428 \begin_inset space \thinspace{}
34429 \end_inset
34430
34431 ‰ alcohol in blood
34432 \end_layout
34433
34434 \begin_layout Itemize
34435 The degree sign follows directly on the value: 15°, but not when it is used
34436  in units: 15
34437 \begin_inset space \thinspace{}
34438 \end_inset
34439
34440 °C
34441 \end_layout
34442
34443 \begin_layout Itemize
34444 In numbers with more than four digits the smallest space is inserted before
34445  every third digit to group them: 
34446 \family roman
34447 \series medium
34448 \shape up
34449 \size normal
34450 \emph off
34451 \bar no
34452 \noun off
34453 \color none
34454 18
34455 \begin_inset space \thinspace{}
34456 \end_inset
34457
34458 473
34459 \begin_inset space \thinspace{}
34460 \end_inset
34461
34462 588
34463 \end_layout
34464
34465 \begin_layout Itemize
34466 For dimensions like 120×90×40
34467 \begin_inset space \thinspace{}
34468 \end_inset
34469
34470 cm the multiplication sign 
34471 \begin_inset Quotes eld
34472 \end_inset
34473
34474 ×
34475 \begin_inset Quotes erd
34476 \end_inset
34477
34478  is used.
34479  It is available with the LaTeX-command 
34480 \series bold
34481
34482 \backslash
34483 texttimes
34484 \series default
34485 , but can also directly be inserted with some keyboard definitions.
34486 \end_layout
34487
34488 \begin_layout Itemize
34489 Functions with names consisting of several letters are set upright to avoid
34490  confusions, see 
34491 \begin_inset CommandInset ref
34492 LatexCommand ref
34493 reference "sub:Predefined-Functions"
34494
34495 \end_inset
34496
34497 .
34498 \end_layout
34499
34500 \begin_layout Itemize
34501 Indices consisting of several letters, are set upright: 
34502 \begin_inset Formula $E_{\mathrm{kin}}$
34503 \end_inset
34504
34505
34506 \begin_inset Newline newline
34507 \end_inset
34508
34509 Components of matrices are set italic: 
34510 \begin_inset Formula $\hat{H}_{kl}$
34511 \end_inset
34512
34513
34514 \end_layout
34515
34516 \begin_layout Itemize
34517 The differentiation/integration operator 'd', the Euler's number 'e', and
34518  the imaginary unit 'i' should be set upright, to avoid mixing them up with
34519  other variables.
34520 \end_layout
34521
34522 \begin_layout Standard
34523 \begin_inset Newpage newpage
34524 \end_inset
34525
34526
34527 \end_layout
34528
34529 \begin_layout Section
34530 Synonyms
34531 \begin_inset Index
34532 status collapsed
34533
34534 \begin_layout Plain Layout
34535 Synonyms
34536 \end_layout
34537
34538 \end_inset
34539
34540
34541 \end_layout
34542
34543 \begin_layout Standard
34544 Some characters and symbols can be created with several commands.
34545  Here is a list of the synonym commands:
34546 \end_layout
34547
34548 \begin_layout Standard
34549 \begin_inset VSpace bigskip
34550 \end_inset
34551
34552
34553 \begin_inset space \hfill{}
34554 \end_inset
34555
34556
34557 \begin_inset Tabular
34558 <lyxtabular version="3" rows="12" columns="2">
34559 <features>
34560 <column alignment="center" valignment="top" width="0pt">
34561 <column alignment="center" valignment="top" width="0pt">
34562 <row>
34563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34564 \begin_inset Text
34565
34566 \begin_layout Plain Layout
34567 Command
34568 \end_layout
34569
34570 \end_inset
34571 </cell>
34572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34573 \begin_inset Text
34574
34575 \begin_layout Plain Layout
34576 equivalent to
34577 \begin_inset Note Note
34578 status collapsed
34579
34580 \begin_layout Plain Layout
34581
34582 \series bold
34583
34584 \backslash
34585 raisebox
34586 \series default
34587  is only used as spacer.
34588 \end_layout
34589
34590 \end_inset
34591
34592
34593 \end_layout
34594
34595 \end_inset
34596 </cell>
34597 </row>
34598 <row>
34599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34600 \begin_inset Text
34601
34602 \begin_layout Plain Layout
34603
34604 \backslash
34605 ast
34606 \end_layout
34607
34608 \end_inset
34609 </cell>
34610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34611 \begin_inset Text
34612
34613 \begin_layout Plain Layout
34614 \begin_inset ERT
34615 status collapsed
34616
34617 \begin_layout Plain Layout
34618
34619
34620 \backslash
34621 raisebox{-1.2mm}{
34622 \end_layout
34623
34624 \end_inset
34625
34626 *
34627 \begin_inset ERT
34628 status collapsed
34629
34630 \begin_layout Plain Layout
34631
34632 }
34633 \end_layout
34634
34635 \end_inset
34636
34637
34638 \end_layout
34639
34640 \end_inset
34641 </cell>
34642 </row>
34643 <row>
34644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34645 \begin_inset Text
34646
34647 \begin_layout Plain Layout
34648
34649 \backslash
34650 choose
34651 \end_layout
34652
34653 \end_inset
34654 </cell>
34655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34656 \begin_inset Text
34657
34658 \begin_layout Plain Layout
34659
34660 \backslash
34661 binom
34662 \end_layout
34663
34664 \end_inset
34665 </cell>
34666 </row>
34667 <row>
34668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34669 \begin_inset Text
34670
34671 \begin_layout Plain Layout
34672
34673 \backslash
34674 geq
34675 \end_layout
34676
34677 \end_inset
34678 </cell>
34679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34680 \begin_inset Text
34681
34682 \begin_layout Plain Layout
34683
34684 \backslash
34685 ge
34686 \end_layout
34687
34688 \end_inset
34689 </cell>
34690 </row>
34691 <row>
34692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34693 \begin_inset Text
34694
34695 \begin_layout Plain Layout
34696
34697 \backslash
34698 lbrace
34699 \end_layout
34700
34701 \end_inset
34702 </cell>
34703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34704 \begin_inset Text
34705
34706 \begin_layout Plain Layout
34707 {
34708 \end_layout
34709
34710 \end_inset
34711 </cell>
34712 </row>
34713 <row>
34714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34715 \begin_inset Text
34716
34717 \begin_layout Plain Layout
34718
34719 \backslash
34720 lbracket
34721 \end_layout
34722
34723 \end_inset
34724 </cell>
34725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34726 \begin_inset Text
34727
34728 \begin_layout Plain Layout
34729 [
34730 \end_layout
34731
34732 \end_inset
34733 </cell>
34734 </row>
34735 <row>
34736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34737 \begin_inset Text
34738
34739 \begin_layout Plain Layout
34740
34741 \backslash
34742 leftarrow
34743 \end_layout
34744
34745 \end_inset
34746 </cell>
34747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34748 \begin_inset Text
34749
34750 \begin_layout Plain Layout
34751
34752 \backslash
34753 gets
34754 \end_layout
34755
34756 \end_inset
34757 </cell>
34758 </row>
34759 <row>
34760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34761 \begin_inset Text
34762
34763 \begin_layout Plain Layout
34764
34765 \backslash
34766 leq
34767 \end_layout
34768
34769 \end_inset
34770 </cell>
34771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34772 \begin_inset Text
34773
34774 \begin_layout Plain Layout
34775
34776 \backslash
34777 le
34778 \end_layout
34779
34780 \end_inset
34781 </cell>
34782 </row>
34783 <row>
34784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34785 \begin_inset Text
34786
34787 \begin_layout Plain Layout
34788
34789 \backslash
34790 lor
34791 \end_layout
34792
34793 \end_inset
34794 </cell>
34795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34796 \begin_inset Text
34797
34798 \begin_layout Plain Layout
34799
34800 \backslash
34801 vee
34802 \end_layout
34803
34804 \end_inset
34805 </cell>
34806 </row>
34807 <row>
34808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34809 \begin_inset Text
34810
34811 \begin_layout Plain Layout
34812
34813 \backslash
34814 neq
34815 \end_layout
34816
34817 \end_inset
34818 </cell>
34819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34820 \begin_inset Text
34821
34822 \begin_layout Plain Layout
34823
34824 \backslash
34825 not=
34826 \end_layout
34827
34828 \end_inset
34829 </cell>
34830 </row>
34831 <row>
34832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34833 \begin_inset Text
34834
34835 \begin_layout Plain Layout
34836
34837 \backslash
34838 slash
34839 \end_layout
34840
34841 \end_inset
34842 </cell>
34843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34844 \begin_inset Text
34845
34846 \begin_layout Plain Layout
34847 /
34848 \end_layout
34849
34850 \end_inset
34851 </cell>
34852 </row>
34853 <row>
34854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34855 \begin_inset Text
34856
34857 \begin_layout Plain Layout
34858
34859 \backslash
34860 vert
34861 \end_layout
34862
34863 \end_inset
34864 </cell>
34865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34866 \begin_inset Text
34867
34868 \begin_layout Plain Layout
34869 |
34870 \end_layout
34871
34872 \end_inset
34873 </cell>
34874 </row>
34875 </lyxtabular>
34876
34877 \end_inset
34878
34879
34880 \begin_inset space \hfill{}
34881 \end_inset
34882
34883
34884 \begin_inset Tabular
34885 <lyxtabular version="3" rows="12" columns="2">
34886 <features>
34887 <column alignment="center" valignment="top" width="0pt">
34888 <column alignment="center" valignment="top" width="0pt">
34889 <row>
34890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34891 \begin_inset Text
34892
34893 \begin_layout Plain Layout
34894 Command
34895 \end_layout
34896
34897 \end_inset
34898 </cell>
34899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34900 \begin_inset Text
34901
34902 \begin_layout Plain Layout
34903 equivalent to
34904 \end_layout
34905
34906 \end_inset
34907 </cell>
34908 </row>
34909 <row>
34910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34911 \begin_inset Text
34912
34913 \begin_layout Plain Layout
34914
34915 \backslash
34916 backslash
34917 \end_layout
34918
34919 \end_inset
34920 </cell>
34921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34922 \begin_inset Text
34923
34924 \begin_layout Plain Layout
34925
34926 \backslash
34927
34928 \backslash
34929
34930 \end_layout
34931
34932 \end_inset
34933 </cell>
34934 </row>
34935 <row>
34936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34937 \begin_inset Text
34938
34939 \begin_layout Plain Layout
34940
34941 \backslash
34942 dasharrow
34943 \end_layout
34944
34945 \end_inset
34946 </cell>
34947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34948 \begin_inset Text
34949
34950 \begin_layout Plain Layout
34951
34952 \backslash
34953 dashrightarrow
34954 \end_layout
34955
34956 \end_inset
34957 </cell>
34958 </row>
34959 <row>
34960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34961 \begin_inset Text
34962
34963 \begin_layout Plain Layout
34964
34965 \backslash
34966 land
34967 \end_layout
34968
34969 \end_inset
34970 </cell>
34971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34972 \begin_inset Text
34973
34974 \begin_layout Plain Layout
34975
34976 \backslash
34977 wedge
34978 \end_layout
34979
34980 \end_inset
34981 </cell>
34982 </row>
34983 <row>
34984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34985 \begin_inset Text
34986
34987 \begin_layout Plain Layout
34988
34989 \backslash
34990 rbrace
34991 \end_layout
34992
34993 \end_inset
34994 </cell>
34995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34996 \begin_inset Text
34997
34998 \begin_layout Plain Layout
34999 }
35000 \end_layout
35001
35002 \end_inset
35003 </cell>
35004 </row>
35005 <row>
35006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35007 \begin_inset Text
35008
35009 \begin_layout Plain Layout
35010
35011 \backslash
35012 rbracket
35013 \end_layout
35014
35015 \end_inset
35016 </cell>
35017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35018 \begin_inset Text
35019
35020 \begin_layout Plain Layout
35021 ]
35022 \end_layout
35023
35024 \end_inset
35025 </cell>
35026 </row>
35027 <row>
35028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35029 \begin_inset Text
35030
35031 \begin_layout Plain Layout
35032
35033 \backslash
35034 rightarrow
35035 \end_layout
35036
35037 \end_inset
35038 </cell>
35039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35040 \begin_inset Text
35041
35042 \begin_layout Plain Layout
35043
35044 \backslash
35045 to
35046 \end_layout
35047
35048 \end_inset
35049 </cell>
35050 </row>
35051 <row>
35052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35053 \begin_inset Text
35054
35055 \begin_layout Plain Layout
35056
35057 \backslash
35058 lnot
35059 \end_layout
35060
35061 \end_inset
35062 </cell>
35063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35064 \begin_inset Text
35065
35066 \begin_layout Plain Layout
35067
35068 \backslash
35069 neg
35070 \end_layout
35071
35072 \end_inset
35073 </cell>
35074 </row>
35075 <row>
35076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35077 \begin_inset Text
35078
35079 \begin_layout Plain Layout
35080
35081 \backslash
35082 ne
35083 \end_layout
35084
35085 \end_inset
35086 </cell>
35087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35088 \begin_inset Text
35089
35090 \begin_layout Plain Layout
35091
35092 \backslash
35093 not=
35094 \end_layout
35095
35096 \end_inset
35097 </cell>
35098 </row>
35099 <row>
35100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35101 \begin_inset Text
35102
35103 \begin_layout Plain Layout
35104
35105 \backslash
35106 owns
35107 \end_layout
35108
35109 \end_inset
35110 </cell>
35111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35112 \begin_inset Text
35113
35114 \begin_layout Plain Layout
35115
35116 \backslash
35117 ni
35118 \end_layout
35119
35120 \end_inset
35121 </cell>
35122 </row>
35123 <row>
35124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35125 \begin_inset Text
35126
35127 \begin_layout Plain Layout
35128
35129 \backslash
35130 square
35131 \end_layout
35132
35133 \end_inset
35134 </cell>
35135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35136 \begin_inset Text
35137
35138 \begin_layout Plain Layout
35139
35140 \backslash
35141 Box
35142 \end_layout
35143
35144 \end_inset
35145 </cell>
35146 </row>
35147 <row>
35148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35149 \begin_inset Text
35150
35151 \begin_layout Plain Layout
35152
35153 \backslash
35154 Vert
35155 \end_layout
35156
35157 \end_inset
35158 </cell>
35159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35160 \begin_inset Text
35161
35162 \begin_layout Plain Layout
35163
35164 \backslash
35165 |
35166 \end_layout
35167
35168 \end_inset
35169 </cell>
35170 </row>
35171 </lyxtabular>
35172
35173 \end_inset
35174
35175
35176 \begin_inset space \hfill{}
35177 \end_inset
35178
35179
35180 \end_layout
35181
35182 \begin_layout Standard
35183 \begin_inset Newpage newpage
35184 \end_inset
35185
35186
35187 \end_layout
35188
35189 \begin_layout Bibliography
35190 \begin_inset CommandInset bibitem
35191 LatexCommand bibitem
35192 key "TLC2"
35193
35194 \end_inset
35195
35196
35197 \shape smallcaps
35198 Mittelbach, F.
35199  ; Goossens, M.
35200 \shape default
35201
35202 \shape italic
35203 The LaTeX Companion
35204 \shape default
35205 .
35206  Addison Wesley, 2004
35207 \end_layout
35208
35209 \begin_layout Bibliography
35210 \begin_inset CommandInset bibitem
35211 LatexCommand bibitem
35212 key "Mathmode"
35213
35214 \end_inset
35215
35216
35217 \begin_inset CommandInset href
35218 LatexCommand href
35219 name "Description"
35220 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35221
35222 \end_inset
35223
35224  of LaTeX's math abilities
35225 \end_layout
35226
35227 \begin_layout Bibliography
35228 \begin_inset CommandInset bibitem
35229 LatexCommand bibitem
35230 key "Voss"
35231
35232 \end_inset
35233
35234 LaTeX tips and tricks-
35235 \begin_inset CommandInset href
35236 LatexCommand href
35237 name "page"
35238 target "http://tug.org/TeXnik/"
35239
35240 \end_inset
35241
35242
35243 \end_layout
35244
35245 \begin_layout Bibliography
35246 \begin_inset CommandInset bibitem
35247 LatexCommand bibitem
35248 key "AMS"
35249
35250 \end_inset
35251
35252
35253 \begin_inset CommandInset href
35254 LatexCommand href
35255 name "Description"
35256 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35257
35258 \end_inset
35259
35260  of 
35261 \begin_inset ERT
35262 status collapsed
35263
35264 \begin_layout Plain Layout
35265
35266
35267 \backslash
35268 AmS
35269 \end_layout
35270
35271 \end_inset
35272
35273 -LaTeX
35274 \end_layout
35275
35276 \begin_layout Bibliography
35277 \begin_inset CommandInset bibitem
35278 LatexCommand bibitem
35279 key "Symbole"
35280
35281 \end_inset
35282
35283
35284 \begin_inset CommandInset href
35285 LatexCommand href
35286 name "List"
35287 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35288
35289 \end_inset
35290
35291  of all symbols available with LaTeX-packages
35292 \end_layout
35293
35294 \begin_layout Bibliography
35295 \begin_inset CommandInset bibitem
35296 LatexCommand bibitem
35297 key "hyperref"
35298
35299 \end_inset
35300
35301
35302 \begin_inset CommandInset href
35303 LatexCommand href
35304 name "Documentation"
35305 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35306
35307 \end_inset
35308
35309  of the LaTeX-package 
35310 \series bold
35311 hyperref
35312 \series default
35313
35314 \begin_inset Index
35315 status collapsed
35316
35317 \begin_layout Plain Layout
35318 Packages ! hyperref
35319 \end_layout
35320
35321 \end_inset
35322
35323
35324 \end_layout
35325
35326 \begin_layout Bibliography
35327 \begin_inset CommandInset bibitem
35328 LatexCommand bibitem
35329 key "Mathclap"
35330
35331 \end_inset
35332
35333
35334 \begin_inset CommandInset href
35335 LatexCommand href
35336 name "Description"
35337 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35338
35339 \end_inset
35340
35341  of the command 
35342 \series bold
35343
35344 \backslash
35345 mathclap
35346 \series default
35347 , described in 
35348 \begin_inset CommandInset ref
35349 LatexCommand ref
35350 reference "sub:Operator-Limits"
35351
35352 \end_inset
35353
35354
35355 \begin_inset Index
35356 status collapsed
35357
35358 \begin_layout Plain Layout
35359 Commands ! M ! 
35360 \backslash
35361 mathclap
35362 \end_layout
35363
35364 \end_inset
35365
35366
35367 \end_layout
35368
35369 \begin_layout Bibliography
35370 \begin_inset CommandInset bibitem
35371 LatexCommand bibitem
35372 key "Duden"
35373
35374 \end_inset
35375
35376
35377 \emph on
35378 Duden Band 1
35379 \emph default
35380 .
35381  22.
35382  Auflage, Duden 2001
35383 \end_layout
35384
35385 \begin_layout Subsubsection*
35386 \begin_inset CommandInset index_print
35387 LatexCommand printindex
35388
35389 \end_inset
35390
35391
35392 \end_layout
35393
35394 \end_body
35395 \end_document