]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
Change the title of the Extended manual, and make some other changes to it.
[lyx.git] / lib / doc / Math.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 344
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 \use_default_options false
147 \language english
148 \inputencoding auto
149 \font_roman default
150 \font_sans default
151 \font_typewriter default
152 \font_default_family default
153 \font_sc false
154 \font_osf false
155 \font_sf_scale 100
156 \font_tt_scale 100
157
158 \graphics default
159 \paperfontsize 12
160 \spacing single
161 \use_hyperref true
162 \pdf_title "LyX's Math Manual"
163 \pdf_author "LyX Team, Uwe Stöhr"
164 \pdf_subject "LyX-documentation about math"
165 \pdf_keywords "LyX, Mathed"
166 \pdf_bookmarks true
167 \pdf_bookmarksnumbered true
168 \pdf_bookmarksopen true
169 \pdf_bookmarksopenlevel 1
170 \pdf_breaklinks false
171 \pdf_pdfborder false
172 \pdf_colorlinks true
173 \pdf_backref 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 \end_layout
309
310 \begin_layout Standard
311 This document explains LyX's math features and is furthermore a collection
312  of LaTeX-commands used for mathematical characters and constructs.
313  The explanations are designed for the usage of commands.
314  It is therefore required that you have read the section 
315 \family typewriter
316 Mathematical
317 \begin_inset space ~
318 \end_inset
319
320 Formulas
321 \family default
322  of the User's Guide.
323 \end_layout
324
325 \begin_layout Standard
326 Most of the characters and many constructs explained in this manual are
327  also accessible via the menu 
328 \family sans
329 Insert
330 \series bold
331 \SpecialChar \menuseparator
332
333 \series default
334 Math
335 \family default
336 , or the 
337 \family sans
338 math
339 \family default
340 \series bold
341  
342 \family sans
343 \series default
344 toolbar
345 \family default
346 .
347  But everybody who has to write lots of formulas will notice that it is
348  much faster to use commands instead of the math toolbar.
349  Therefore this manual is focused on commands but also mentions the correspondin
350 g toolbar buttons when available.
351 \end_layout
352
353 \begin_layout Standard
354 If not specially mentioned the commands are only available within formulas.
355  To be able to use all commands explained in this document, the option 
356 \family sans
357 Use AMS math package
358 \family default
359  must be used in the document settings (menu 
360 \family sans
361 Document\SpecialChar \menuseparator
362 Settings\SpecialChar \menuseparator
363 Math
364 \begin_inset space ~
365 \end_inset
366
367 Options
368 \family default
369 ).
370 \begin_inset Foot
371 status collapsed
372
373 \begin_layout Plain Layout
374 The option 
375 \family sans
376 Use AMS math package automatically
377 \family default
378  only uses 
379 \begin_inset ERT
380 status collapsed
381
382 \begin_layout Plain Layout
383
384
385 \backslash
386 AmS 
387 \end_layout
388
389 \end_inset
390
391 -math when math constructs are found that are supported by LyX.
392 \end_layout
393
394 \end_inset
395
396
397 \end_layout
398
399 \begin_layout Standard
400 This document doesn't list all 
401 \begin_inset ERT
402 status collapsed
403
404 \begin_layout Plain Layout
405
406
407 \backslash
408 AmS 
409 \end_layout
410
411 \end_inset
412
413 -math commands
414 \begin_inset Foot
415 status collapsed
416
417 \begin_layout Plain Layout
418 A list with all 
419 \begin_inset ERT
420 status collapsed
421
422 \begin_layout Plain Layout
423
424
425 \backslash
426 AmS
427 \end_layout
428
429 \end_inset
430
431 -math commands is in the file 
432 \family sans
433
434 \begin_inset CommandInset href
435 LatexCommand href
436 name "amsguide.ps"
437 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
438
439 \end_inset
440
441
442 \family default
443 , which is part of every LaTeX standard installation.
444 \end_layout
445
446 \end_inset
447
448  for lucidity reasons.
449 \end_layout
450
451 \begin_layout Section
452 General Instructions
453 \end_layout
454
455 \begin_layout Standard
456 To create an inline formula
457 \begin_inset Index
458 status collapsed
459
460 \begin_layout Plain Layout
461 Formula ! inline
462 \end_layout
463
464 \end_inset
465
466  that is embedded into a text line, use one of the shortcuts 
467 \begin_inset Info
468 type  "shortcuts"
469 arg   "math-mode"
470 \end_inset
471
472  or the toolbar button 
473 \begin_inset Graphics
474         filename ../images/math-mode.png
475         scale 85
476
477 \end_inset
478
479
480 \begin_inset Newline newline
481 \end_inset
482
483 To create a display style formula
484 \begin_inset Index
485 status collapsed
486
487 \begin_layout Plain Layout
488 Formula ! display style
489 \end_layout
490
491 \end_inset
492
493  that will appear bigger and in an own paragraph, use one of these shortcuts:
494  
495 \begin_inset Info
496 type  "shortcuts"
497 arg   "math-display"
498 \end_inset
499
500 .
501 \end_layout
502
503 \begin_layout Standard
504 To change a display style formula to an inline formula, set the cursor into
505  the formula and use one of the shortcuts 
506 \begin_inset Info
507 type  "shortcuts"
508 arg   "math-mode"
509 \end_inset
510
511  or the menu 
512 \family sans
513 Edit\SpecialChar \menuseparator
514 Math\SpecialChar \menuseparator
515 Change formula type
516 \family default
517 .
518  The same way is used to change an inline formula to a display style formula.
519 \end_layout
520
521 \begin_layout Standard
522 To display parts of an inline formula in the size of a display style formula,
523  enter the command 
524 \series bold
525
526 \backslash
527 displaystyle
528 \begin_inset Index
529 status collapsed
530
531 \begin_layout Plain Layout
532 Commands ! D ! 
533 \backslash
534 displaystyle
535 \end_layout
536
537 \end_inset
538
539
540 \series default
541  to a formula.
542  Then a new blue box appears in which the desired formula part is inserted.
543 \end_layout
544
545 \begin_layout Standard
546 Only inline formulas are allowed inside tables.
547 \end_layout
548
549 \begin_layout Standard
550 The 
551 \family sans
552 math toolbar
553 \family default
554  can be turned on in the menu 
555 \family sans
556 View\SpecialChar \menuseparator
557 Toolbars
558 \family default
559 .
560  When you click there on 
561 \begin_inset Quotes eld
562 \end_inset
563
564 Math
565 \begin_inset Quotes erd
566 \end_inset
567
568  the toolbar will be shown permanently at the bottom; this state is visualized
569  in the 
570 \family sans
571 Toolbars
572 \family default
573  menu with a checkmark.
574  When you click in this state again on 
575 \begin_inset Quotes eld
576 \end_inset
577
578 Math
579 \begin_inset Quotes erd
580 \end_inset
581
582  in the 
583 \family sans
584 Toolbars
585 \family default
586  menu, the 
587 \family sans
588 math toolbar
589 \family default
590  is only shown when the cursor is within a formula; this state is visualized
591  by the renaming of the menu entry from 
592 \begin_inset Quotes eld
593 \end_inset
594
595 Math
596 \begin_inset Quotes erd
597 \end_inset
598
599  to 
600 \begin_inset Quotes eld
601 \end_inset
602
603 Math
604 \begin_inset space ~
605 \end_inset
606
607 (auto)
608 \begin_inset Quotes erd
609 \end_inset
610
611 .
612 \end_layout
613
614 \begin_layout Standard
615 The TeX-mode
616 \begin_inset Index
617 status collapsed
618
619 \begin_layout Plain Layout
620 T@TeX-mode
621 \end_layout
622
623 \end_inset
624
625  is invoked by pressing the toolbar button 
626 \begin_inset Graphics
627         filename ../images/ert-insert.png
628         scale 85
629
630 \end_inset
631
632  or by using the menu 
633 \family sans
634 Insert\SpecialChar \menuseparator
635 Te
636 \begin_inset ERT
637 status collapsed
638
639 \begin_layout Plain Layout
640
641 {}
642 \end_layout
643
644 \end_inset
645
646 X Code
647 \family default
648  (shortcut 
649 \begin_inset Info
650 type  "shortcut"
651 arg   "ert-insert"
652 \end_inset
653
654 ).
655 \begin_inset Note Note
656 status collapsed
657
658 \begin_layout Plain Layout
659 In LyX there are three 
660 \begin_inset Quotes eld
661 \end_inset
662
663 proper names
664 \begin_inset Quotes erd
665 \end_inset
666
667  that appear in the output with sub- and superscript letters: TeX, LaTeX,
668  and LyX
669 \end_layout
670
671 \begin_layout Plain Layout
672 To avoid that these names are recognized as proper names, a TeX-brace pair
673  is inserted.
674 \end_layout
675
676 \end_inset
677
678
679 \end_layout
680
681 \begin_layout Standard
682 To change the LaTeX-preamble
683 \begin_inset Index
684 status collapsed
685
686 \begin_layout Plain Layout
687 L@LaTeX-preamble
688 \end_layout
689
690 \end_inset
691
692 , use the menu 
693 \family sans
694 Document\SpecialChar \menuseparator
695 Settings\SpecialChar \menuseparator
696 LaT
697 \begin_inset ERT
698 status collapsed
699
700 \begin_layout Plain Layout
701
702 {}
703 \end_layout
704
705 \end_inset
706
707 eX
708 \family default
709  
710 \family sans
711 Preamble
712 \family default
713 .
714 \end_layout
715
716 \begin_layout Standard
717 To edit matrices, case differentiations, and multiline formulas subsequently,
718  the menus 
719 \family sans
720 Edit\SpecialChar \menuseparator
721 Math
722 \family default
723  and 
724 \family sans
725 Edit\SpecialChar \menuseparator
726 Rows
727 \begin_inset space \thinspace{}
728 \end_inset
729
730 &
731 \begin_inset space \thinspace{}
732 \end_inset
733
734 Columns,
735 \family default
736  or the 
737 \family sans
738 table toolbar
739 \family default
740  can be used.
741  When lines and columns are swapped via the menu, the column or line where
742  the cursor is in is exchanged with the column to the right or the line
743  below, respectively.
744  Is the cursor in the last column or row, the exchange is done with the
745  column to the left or the line above.
746 \end_layout
747
748 \begin_layout Standard
749 To write text in formulas
750 \begin_inset Foot
751 status collapsed
752
753 \begin_layout Plain Layout
754 For multiline formulas the command 
755 \series bold
756
757 \backslash
758 intertext
759 \series default
760  is used, see 
761 \begin_inset CommandInset ref
762 LatexCommand ref
763 reference "sub:Text-in-multiline"
764
765 \end_inset
766
767 .
768 \end_layout
769
770 \end_inset
771
772  
773 \emph on
774 mathematical text
775 \emph default
776
777 \begin_inset Index
778 status collapsed
779
780 \begin_layout Plain Layout
781 Text ! in formulas
782 \end_layout
783
784 \end_inset
785
786
787 \begin_inset Index
788 status collapsed
789
790 \begin_layout Plain Layout
791 Mathematical text
792 \end_layout
793
794 \end_inset
795
796  is used.
797  This mode is invoked with the the shortcut 
798 \begin_inset Info
799 type  "shortcut"
800 arg   "math-mode"
801 \end_inset
802
803  or by the insertion of the command 
804 \series bold
805
806 \backslash
807 text
808 \begin_inset Index
809 status collapsed
810
811 \begin_layout Plain Layout
812 Commands ! T ! 
813 \backslash
814 text
815 \end_layout
816
817 \end_inset
818
819
820 \series default
821 .
822  The text appears black in LyX and can therefore be distinguished from the
823  other formula parts that appear blue.
824  In the output mathematical text is set upright, in contrary to other formula
825  parts.
826 \end_layout
827
828 \begin_layout Subsection*
829 Command Scheme
830 \end_layout
831
832 \begin_layout Standard
833 Most of the LaTeX-commands for math constructs have the following scheme:
834 \end_layout
835
836 \begin_layout Standard
837
838 \series bold
839
840 \backslash
841 commandname[optional
842 \series default
843  
844 \series bold
845 argument]{required
846 \series default
847  
848 \series bold
849 argument}
850 \end_layout
851
852 \begin_layout Standard
853 A command starts always with a backslash 
854 \begin_inset Quotes gld
855 \end_inset
856
857
858 \series bold
859
860 \backslash
861
862 \series default
863
864 \begin_inset Quotes grd
865 \end_inset
866
867 .
868  To omit optional arguments, also omit the associated brackets.
869  The braces around the required arguments are named in this document as
870  TeX-braces
871 \begin_inset Index
872 status collapsed
873
874 \begin_layout Plain Layout
875 T@TeX-braces
876 \end_layout
877
878 \end_inset
879
880 .
881  If you add in a formula a left brace to a command name, LyX creates automatical
882 ly a TeX-brace.
883  In all other cases TeX-braces are created in formulas with the command
884  
885 \series bold
886
887 \backslash
888 {
889 \series default
890 .
891  TeX-braces appear red in LyX, in contrary to normal braces that appear
892  blue.
893  In TeX-mode no command is needed to get TeX-braces.
894  TeX-braces don't appear in the output.
895 \end_layout
896
897 \begin_layout Standard
898 When commands without arguments, like commands for symbols are entered in
899  TeX-mode, a space character must 
900 \emph on
901 always
902 \emph default
903  be behind the command to end it.
904  This space doesn't appear in the output.
905  When the space should appear in the output, the space must be followed
906  by a protected space in normal text.
907 \end_layout
908
909 \begin_layout Standard
910 A protected space is inserted with 
911 \family sans
912 Ctrl+Space
913 \family default
914 .
915 \end_layout
916
917 \begin_layout Subsection*
918 \begin_inset Newpage newpage
919 \end_inset
920
921 Syntax Explanation
922 \end_layout
923
924 \begin_layout Itemize
925 The symbol
926 \begin_inset Foot
927 status collapsed
928
929 \begin_layout Plain Layout
930 This visible space character can be created with the command 
931 \series bold
932
933 \backslash
934 textvisiblespace
935 \series default
936
937 \begin_inset Index
938 status collapsed
939
940 \begin_layout Plain Layout
941 Commands ! T ! 
942 \backslash
943 textvisiblespace
944 \end_layout
945
946 \end_inset
947
948 , inserted in TeX-mode.
949 \end_layout
950
951 \end_inset
952
953  
954 \begin_inset ERT
955 status collapsed
956
957 \begin_layout Plain Layout
958
959
960 \backslash
961 spce 
962 \end_layout
963
964 \end_inset
965
966
967 \begin_inset space ~
968 \end_inset
969
970 denotes a space character to be input.
971 \end_layout
972
973 \begin_layout Itemize
974 An arrow like 
975 \begin_inset Formula $\to$
976 \end_inset
977
978  denotes the usage of the corresponding arrow key on the keyboard.
979 \end_layout
980
981 \begin_layout Subsection*
982 Available units
983 \end_layout
984
985 \begin_layout Standard
986 \align center
987 \begin_inset Float table
988 placement H
989 wide false
990 sideways false
991 status open
992
993 \begin_layout Plain Layout
994 \align center
995 \begin_inset Caption
996
997 \begin_layout Plain Layout
998 \begin_inset CommandInset label
999 LatexCommand label
1000 name "tab:Available-units"
1001
1002 \end_inset
1003
1004 Available units
1005 \end_layout
1006
1007 \end_inset
1008
1009
1010 \end_layout
1011
1012 \begin_layout Plain Layout
1013 \align center
1014 \begin_inset Tabular
1015 <lyxtabular version="3" rows="13" columns="2">
1016 <features>
1017 <column alignment="center" valignment="top" width="0">
1018 <column alignment="center" valignment="top" width="0">
1019 <row>
1020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1021 \begin_inset Text
1022
1023 \begin_layout Plain Layout
1024 Unit
1025 \end_layout
1026
1027 \end_inset
1028 </cell>
1029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1030 \begin_inset Text
1031
1032 \begin_layout Plain Layout
1033 Name / Description
1034 \end_layout
1035
1036 \end_inset
1037 </cell>
1038 </row>
1039 <row>
1040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1041 \begin_inset Text
1042
1043 \begin_layout Plain Layout
1044 mm
1045 \end_layout
1046
1047 \end_inset
1048 </cell>
1049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1050 \begin_inset Text
1051
1052 \begin_layout Plain Layout
1053 Millimeter
1054 \end_layout
1055
1056 \end_inset
1057 </cell>
1058 </row>
1059 <row>
1060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1061 \begin_inset Text
1062
1063 \begin_layout Plain Layout
1064 cm
1065 \end_layout
1066
1067 \end_inset
1068 </cell>
1069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1070 \begin_inset Text
1071
1072 \begin_layout Plain Layout
1073 Centimeter
1074 \end_layout
1075
1076 \end_inset
1077 </cell>
1078 </row>
1079 <row>
1080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1081 \begin_inset Text
1082
1083 \begin_layout Plain Layout
1084 in
1085 \end_layout
1086
1087 \end_inset
1088 </cell>
1089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1090 \begin_inset Text
1091
1092 \begin_layout Plain Layout
1093 Inch (1
1094 \begin_inset space \thinspace{}
1095 \end_inset
1096
1097 in = 2,54
1098 \begin_inset space \thinspace{}
1099 \end_inset
1100
1101 cm)
1102 \end_layout
1103
1104 \end_inset
1105 </cell>
1106 </row>
1107 <row>
1108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1109 \begin_inset Text
1110
1111 \begin_layout Plain Layout
1112 pt
1113 \end_layout
1114
1115 \end_inset
1116 </cell>
1117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1118 \begin_inset Text
1119
1120 \begin_layout Plain Layout
1121 Point (72.27
1122 \begin_inset space \thinspace{}
1123 \end_inset
1124
1125 pt = 1
1126 \begin_inset space \thinspace{}
1127 \end_inset
1128
1129 in)
1130 \end_layout
1131
1132 \end_inset
1133 </cell>
1134 </row>
1135 <row>
1136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1137 \begin_inset Text
1138
1139 \begin_layout Plain Layout
1140 pc
1141 \end_layout
1142
1143 \end_inset
1144 </cell>
1145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1146 \begin_inset Text
1147
1148 \begin_layout Plain Layout
1149 Pica (1
1150 \begin_inset space \thinspace{}
1151 \end_inset
1152
1153 pc = 12
1154 \begin_inset space \thinspace{}
1155 \end_inset
1156
1157 pt)
1158 \end_layout
1159
1160 \end_inset
1161 </cell>
1162 </row>
1163 <row>
1164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1165 \begin_inset Text
1166
1167 \begin_layout Plain Layout
1168 sp
1169 \end_layout
1170
1171 \end_inset
1172 </cell>
1173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1174 \begin_inset Text
1175
1176 \begin_layout Plain Layout
1177 scaled point (65536
1178 \begin_inset space \thinspace{}
1179 \end_inset
1180
1181 sp = 1
1182 \begin_inset space \thinspace{}
1183 \end_inset
1184
1185 pt)
1186 \end_layout
1187
1188 \end_inset
1189 </cell>
1190 </row>
1191 <row>
1192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1193 \begin_inset Text
1194
1195 \begin_layout Plain Layout
1196 bp
1197 \end_layout
1198
1199 \end_inset
1200 </cell>
1201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1202 \begin_inset Text
1203
1204 \begin_layout Plain Layout
1205 big point (72
1206 \begin_inset space \thinspace{}
1207 \end_inset
1208
1209 bp = 1
1210 \begin_inset space \thinspace{}
1211 \end_inset
1212
1213 in)
1214 \end_layout
1215
1216 \end_inset
1217 </cell>
1218 </row>
1219 <row>
1220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1221 \begin_inset Text
1222
1223 \begin_layout Plain Layout
1224 dd
1225 \end_layout
1226
1227 \end_inset
1228 </cell>
1229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1230 \begin_inset Text
1231
1232 \begin_layout Plain Layout
1233 Didot (1
1234 \begin_inset space \thinspace{}
1235 \end_inset
1236
1237 dd 
1238 \begin_inset Formula $\approx$
1239 \end_inset
1240
1241  0.376
1242 \begin_inset space \thinspace{}
1243 \end_inset
1244
1245 mm)
1246 \end_layout
1247
1248 \end_inset
1249 </cell>
1250 </row>
1251 <row>
1252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1253 \begin_inset Text
1254
1255 \begin_layout Plain Layout
1256 cc
1257 \end_layout
1258
1259 \end_inset
1260 </cell>
1261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1262 \begin_inset Text
1263
1264 \begin_layout Plain Layout
1265 Cicero (1
1266 \begin_inset space \thinspace{}
1267 \end_inset
1268
1269 cc = 12
1270 \begin_inset space \thinspace{}
1271 \end_inset
1272
1273 dd)
1274 \end_layout
1275
1276 \end_inset
1277 </cell>
1278 </row>
1279 <row>
1280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1281 \begin_inset Text
1282
1283 \begin_layout Plain Layout
1284 ex
1285 \end_layout
1286
1287 \end_inset
1288 </cell>
1289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1290 \begin_inset Text
1291
1292 \begin_layout Plain Layout
1293 Height of letter 
1294 \emph on
1295
1296 \begin_inset Quotes eld
1297 \end_inset
1298
1299 x
1300 \emph default
1301
1302 \begin_inset Quotes erd
1303 \end_inset
1304
1305  in the current font
1306 \end_layout
1307
1308 \end_inset
1309 </cell>
1310 </row>
1311 <row>
1312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1313 \begin_inset Text
1314
1315 \begin_layout Plain Layout
1316 em
1317 \end_layout
1318
1319 \end_inset
1320 </cell>
1321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1322 \begin_inset Text
1323
1324 \begin_layout Plain Layout
1325 width of letter 
1326 \begin_inset Quotes eld
1327 \end_inset
1328
1329
1330 \emph on
1331 M
1332 \emph default
1333
1334 \begin_inset Quotes erd
1335 \end_inset
1336
1337  in the current font
1338 \end_layout
1339
1340 \end_inset
1341 </cell>
1342 </row>
1343 <row>
1344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1345 \begin_inset Text
1346
1347 \begin_layout Plain Layout
1348 mu
1349 \end_layout
1350
1351 \end_inset
1352 </cell>
1353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1354 \begin_inset Text
1355
1356 \begin_layout Plain Layout
1357 math unit (1
1358 \begin_inset space \thinspace{}
1359 \end_inset
1360
1361 mu = 
1362 \begin_inset Formula $\nicefrac{1}{18}$
1363 \end_inset
1364
1365
1366 \begin_inset space \thinspace{}
1367 \end_inset
1368
1369 em)
1370 \end_layout
1371
1372 \end_inset
1373 </cell>
1374 </row>
1375 </lyxtabular>
1376
1377 \end_inset
1378
1379
1380 \end_layout
1381
1382 \end_inset
1383
1384
1385 \end_layout
1386
1387 \begin_layout Standard
1388 \begin_inset Newpage newpage
1389 \end_inset
1390
1391
1392 \end_layout
1393
1394 \begin_layout Section
1395 Basic Functions
1396 \end_layout
1397
1398 \begin_layout Subsection
1399 Exponents
1400 \begin_inset Index
1401 status collapsed
1402
1403 \begin_layout Plain Layout
1404 Exponents
1405 \end_layout
1406
1407 \end_inset
1408
1409  and Indices
1410 \begin_inset Index
1411 status collapsed
1412
1413 \begin_layout Plain Layout
1414 Indices
1415 \end_layout
1416
1417 \end_inset
1418
1419
1420 \begin_inset Index
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424 Superscripts|see
1425 \begin_inset ERT
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429
1430 {
1431 \end_layout
1432
1433 \end_inset
1434
1435 Exponents
1436 \begin_inset ERT
1437 status collapsed
1438
1439 \begin_layout Plain Layout
1440
1441 }
1442 \end_layout
1443
1444 \end_inset
1445
1446
1447 \end_layout
1448
1449 \end_inset
1450
1451
1452 \begin_inset Index
1453 status collapsed
1454
1455 \begin_layout Plain Layout
1456 Subscripts|see
1457 \begin_inset ERT
1458 status collapsed
1459
1460 \begin_layout Plain Layout
1461
1462 {
1463 \end_layout
1464
1465 \end_inset
1466
1467 Indices
1468 \begin_inset ERT
1469 status collapsed
1470
1471 \begin_layout Plain Layout
1472
1473 }
1474 \end_layout
1475
1476 \end_inset
1477
1478
1479 \end_layout
1480
1481 \end_inset
1482
1483
1484 \end_layout
1485
1486 \begin_layout Standard
1487 Indices are created with an underscore 
1488 \begin_inset Quotes eld
1489 \end_inset
1490
1491 _
1492 \begin_inset Quotes erd
1493 \end_inset
1494
1495  or via the math toolbar button 
1496 \begin_inset Graphics
1497         filename ../images/math-subscript.png
1498         scale 85
1499
1500 \end_inset
1501
1502  , exponents with a caret 
1503 \begin_inset Quotes eld
1504 \end_inset
1505
1506 ^
1507 \begin_inset Quotes erd
1508 \end_inset
1509
1510  or via the math toolbar button 
1511 \begin_inset Graphics
1512         filename ../images/math-superscript.png
1513         scale 85
1514
1515 \end_inset
1516
1517 .
1518 \end_layout
1519
1520 \begin_layout Standard
1521 \align center
1522 \begin_inset Tabular
1523 <lyxtabular version="3" rows="4" columns="2">
1524 <features>
1525 <column alignment="center" valignment="top" width="0pt">
1526 <column alignment="center" valignment="top" width="0pt">
1527 <row>
1528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1529 \begin_inset Text
1530
1531 \begin_layout Plain Layout
1532 command
1533 \end_layout
1534
1535 \end_inset
1536 </cell>
1537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1538 \begin_inset Text
1539
1540 \begin_layout Plain Layout
1541 Result
1542 \begin_inset Note Note
1543 status collapsed
1544
1545 \begin_layout Plain Layout
1546
1547 \series bold
1548
1549 \backslash
1550 raisebox
1551 \series default
1552  is only used as spacer.
1553 \end_layout
1554
1555 \end_inset
1556
1557
1558 \end_layout
1559
1560 \end_inset
1561 </cell>
1562 </row>
1563 <row>
1564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1565 \begin_inset Text
1566
1567 \begin_layout Plain Layout
1568 B_V
1569 \end_layout
1570
1571 \end_inset
1572 </cell>
1573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1574 \begin_inset Text
1575
1576 \begin_layout Plain Layout
1577 \begin_inset Formula $B_{V}$
1578 \end_inset
1579
1580
1581 \end_layout
1582
1583 \end_inset
1584 </cell>
1585 </row>
1586 <row>
1587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1588 \begin_inset Text
1589
1590 \begin_layout Plain Layout
1591 B^V
1592 \end_layout
1593
1594 \end_inset
1595 </cell>
1596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1597 \begin_inset Text
1598
1599 \begin_layout Plain Layout
1600 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1601 \end_inset
1602
1603
1604 \end_layout
1605
1606 \end_inset
1607 </cell>
1608 </row>
1609 <row>
1610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1611 \begin_inset Text
1612
1613 \begin_layout Plain Layout
1614 B^
1615 \begin_inset ERT
1616 status collapsed
1617
1618 \begin_layout Plain Layout
1619
1620
1621 \backslash
1622 spce 
1623 \end_layout
1624
1625 \end_inset
1626
1627 A
1628 \end_layout
1629
1630 \end_inset
1631 </cell>
1632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1633 \begin_inset Text
1634
1635 \begin_layout Plain Layout
1636 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1637 \end_inset
1638
1639
1640 \end_layout
1641
1642 \end_inset
1643 </cell>
1644 </row>
1645 </lyxtabular>
1646
1647 \end_inset
1648
1649
1650 \end_layout
1651
1652 \begin_layout Standard
1653 As the caret is in some languages an accent, vowels will be accentuated
1654  in this case and not set as exponents
1655 \begin_inset Foot
1656 status collapsed
1657
1658 \begin_layout Plain Layout
1659 Depending on the used keyboard settings this can also happen for other character
1660 s than vowels.
1661 \end_layout
1662
1663 \end_inset
1664
1665 .
1666  To get in this case exponents, press 
1667 \family sans
1668 Space
1669 \family default
1670  after the caret as in the last example.
1671 \end_layout
1672
1673 \begin_layout Subsection
1674 Fractions
1675 \begin_inset CommandInset label
1676 LatexCommand label
1677 name "sub:Fractions"
1678
1679 \end_inset
1680
1681
1682 \begin_inset Index
1683 status collapsed
1684
1685 \begin_layout Plain Layout
1686 Fractions
1687 \end_layout
1688
1689 \end_inset
1690
1691
1692 \end_layout
1693
1694 \begin_layout Standard
1695 Fractions are generated with the command 
1696 \series bold
1697
1698 \backslash
1699 frac
1700 \series default
1701
1702 \begin_inset Index
1703 status collapsed
1704
1705 \begin_layout Plain Layout
1706 Commands ! F ! 
1707 \backslash
1708 frac
1709 \end_layout
1710
1711 \end_inset
1712
1713  or via the math toolbar button 
1714 \begin_inset Graphics
1715         filename ../images/math/frac.png
1716         scale 50
1717
1718 \end_inset
1719
1720 .
1721  The font size is adjusted automatically, depending on whether the fraction
1722  is in an inline or display style formula.
1723  With the math toolbar button 
1724 \begin_inset Graphics
1725         filename ../images/math/frac-square.png
1726         scale 85
1727
1728 \end_inset
1729
1730  you can select different fraction types.
1731 \end_layout
1732
1733 \begin_layout Standard
1734 With the command 
1735 \series bold
1736
1737 \backslash
1738 dfrac
1739 \begin_inset Index
1740 status collapsed
1741
1742 \begin_layout Plain Layout
1743 Commands ! D ! 
1744 \backslash
1745 dfrac
1746 \end_layout
1747
1748 \end_inset
1749
1750
1751 \series default
1752  a fraction can be created that has in any case the size of a display style
1753  formula.
1754  With 
1755 \series bold
1756
1757 \backslash
1758 tfrac
1759 \begin_inset Index
1760 status collapsed
1761
1762 \begin_layout Plain Layout
1763 Commands ! T ! 
1764 \backslash
1765 tfrac
1766 \end_layout
1767
1768 \end_inset
1769
1770
1771 \series default
1772  the fraction appears always with the size of an inline formula.
1773  An example:
1774 \end_layout
1775
1776 \begin_layout Standard
1777 A line with the fraction 
1778 \begin_inset Formula $\frac{1}{2}$
1779 \end_inset
1780
1781  that was created with the command 
1782 \series bold
1783
1784 \backslash
1785 frac
1786 \series default
1787 .
1788 \end_layout
1789
1790 \begin_layout Standard
1791 A line with the fraction 
1792 \begin_inset Formula $\dfrac{1}{2}$
1793 \end_inset
1794
1795  that was created with the command 
1796 \series bold
1797
1798 \backslash
1799 dfrac
1800 \series default
1801 .
1802 \end_layout
1803
1804 \begin_layout Standard
1805 \align center
1806 \begin_inset Tabular
1807 <lyxtabular version="3" rows="4" columns="2">
1808 <features>
1809 <column alignment="center" valignment="top" width="0pt">
1810 <column alignment="center" valignment="top" width="0pt">
1811 <row>
1812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816 Command
1817 \end_layout
1818
1819 \end_inset
1820 </cell>
1821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825 Result
1826 \begin_inset Note Note
1827 status collapsed
1828
1829 \begin_layout Plain Layout
1830
1831 \series bold
1832
1833 \backslash
1834 raisebox
1835 \series default
1836  is only used as spacer.
1837 \end_layout
1838
1839 \end_inset
1840
1841
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 </row>
1847 <row>
1848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852
1853 \backslash
1854 frac
1855 \begin_inset ERT
1856 status collapsed
1857
1858 \begin_layout Plain Layout
1859
1860
1861 \backslash
1862 spce 
1863 \end_layout
1864
1865 \end_inset
1866
1867 A
1868 \begin_inset Formula $\downarrow$
1869 \end_inset
1870
1871 B
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1877 \begin_inset Text
1878
1879 \begin_layout Plain Layout
1880 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1881 \end_inset
1882
1883
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 </row>
1889 <row>
1890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1891 \begin_inset Text
1892
1893 \begin_layout Plain Layout
1894
1895 \backslash
1896 dfrac
1897 \begin_inset ERT
1898 status collapsed
1899
1900 \begin_layout Plain Layout
1901
1902
1903 \backslash
1904 spce 
1905 \end_layout
1906
1907 \end_inset
1908
1909 A
1910 \begin_inset Formula $\downarrow$
1911 \end_inset
1912
1913 B
1914 \end_layout
1915
1916 \end_inset
1917 </cell>
1918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1919 \begin_inset Text
1920
1921 \begin_layout Plain Layout
1922 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1923 \end_inset
1924
1925
1926 \end_layout
1927
1928 \end_inset
1929 </cell>
1930 </row>
1931 <row>
1932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1933 \begin_inset Text
1934
1935 \begin_layout Plain Layout
1936
1937 \backslash
1938 dfrac
1939 \begin_inset ERT
1940 status collapsed
1941
1942 \begin_layout Plain Layout
1943
1944
1945 \backslash
1946 spce 
1947 \end_layout
1948
1949 \end_inset
1950
1951 e^
1952 \begin_inset ERT
1953 status collapsed
1954
1955 \begin_layout Plain Layout
1956
1957
1958 \backslash
1959 spce 
1960 \end_layout
1961
1962 \end_inset
1963
1964
1965 \backslash
1966 frac
1967 \begin_inset ERT
1968 status collapsed
1969
1970 \begin_layout Plain Layout
1971
1972
1973 \backslash
1974 spce 
1975 \end_layout
1976
1977 \end_inset
1978
1979 1
1980 \begin_inset Formula $\downarrow$
1981 \end_inset
1982
1983 2
1984 \begin_inset Formula $\downarrow\downarrow$
1985 \end_inset
1986
1987 3
1988 \end_layout
1989
1990 \end_inset
1991 </cell>
1992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1993 \begin_inset Text
1994
1995 \begin_layout Plain Layout
1996 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1997 \end_inset
1998
1999
2000 \end_layout
2001
2002 \end_inset
2003 </cell>
2004 </row>
2005 </lyxtabular>
2006
2007 \end_inset
2008
2009
2010 \end_layout
2011
2012 \begin_layout Standard
2013 \begin_inset VSpace bigskip
2014 \end_inset
2015
2016
2017 \begin_inset Newpage newpage
2018 \end_inset
2019
2020 For nested fractions the command 
2021 \series bold
2022
2023 \backslash
2024 cfrac
2025 \series default
2026
2027 \begin_inset Index
2028 status collapsed
2029
2030 \begin_layout Plain Layout
2031 Commands ! C ! 
2032 \backslash
2033 cfrac
2034 \end_layout
2035
2036 \end_inset
2037
2038  can be used.
2039  Here an example:
2040 \begin_inset VSpace -3mm
2041 \end_inset
2042
2043
2044 \end_layout
2045
2046 \begin_layout Standard
2047 \begin_inset Formula \begin{align*}
2048 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2049 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2050
2051 \end_inset
2052
2053
2054 \end_layout
2055
2056 \begin_layout Standard
2057 The command for the example above is:
2058 \end_layout
2059
2060 \begin_layout Standard
2061
2062 \series bold
2063
2064 \backslash
2065 cfrac{A
2066 \begin_inset Formula $\to$
2067 \end_inset
2068
2069
2070 \backslash
2071 {B+
2072 \backslash
2073 cfrac{C+
2074 \backslash
2075 cfrac{E
2076 \begin_inset Formula $\to$
2077 \end_inset
2078
2079
2080 \backslash
2081 {F
2082 \begin_inset Formula $\to\to$
2083 \end_inset
2084
2085
2086 \backslash
2087 {D
2088 \end_layout
2089
2090 \begin_layout Standard
2091 \begin_inset VSpace medskip
2092 \end_inset
2093
2094
2095 \end_layout
2096
2097 \begin_layout Standard
2098
2099 \series bold
2100
2101 \backslash
2102 cfrac
2103 \series default
2104  sets the fraction always in the size of a displayed formula, also when
2105  it is part of another fraction.
2106  
2107 \series bold
2108
2109 \backslash
2110 cfrac
2111 \series default
2112  has the following command scheme:
2113 \end_layout
2114
2115 \begin_layout Standard
2116
2117 \series bold
2118
2119 \backslash
2120 cfrac[numerator position]{numerator}{denominator}
2121 \end_layout
2122
2123 \begin_layout Standard
2124 The numerator position can be 
2125 \emph on
2126 l
2127 \emph default
2128  , 
2129 \emph on
2130 c
2131 \emph default
2132 , or 
2133 \emph on
2134 r
2135 \emph default
2136  .
2137  l or r aligns the numerator to the left or right, resp.
2138 \begin_inset space ~
2139 \end_inset
2140
2141 with the fraction stroke.
2142  When 
2143 \emph on
2144 c
2145 \emph default
2146  or no position is given, the numerator appears centered.
2147  These fractions demonstrate the different alignments:
2148 \begin_inset Newline newline
2149 \end_inset
2150
2151
2152 \series bold
2153
2154 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2155 \end_inset
2156
2157
2158 \begin_inset Formula $\cfrac{A}{B+C}$
2159 \end_inset
2160
2161
2162 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2163 \end_inset
2164
2165
2166 \end_layout
2167
2168 \begin_layout Standard
2169 \begin_inset VSpace medskip
2170 \end_inset
2171
2172 It is often advantageous to combine 
2173 \series bold
2174
2175 \backslash
2176 cfrac
2177 \series default
2178  and 
2179 \series bold
2180
2181 \backslash
2182 frac
2183 \series default
2184 :
2185 \begin_inset Formula \[
2186 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2187
2188 \end_inset
2189
2190
2191 \end_layout
2192
2193 \begin_layout Standard
2194 For inline fractions with a sloped fraction stroke you can use the command
2195  
2196 \series bold
2197
2198 \backslash
2199 nicefrac
2200 \series default
2201
2202 \begin_inset Index
2203 status collapsed
2204
2205 \begin_layout Plain Layout
2206 Commands ! N ! 
2207 \backslash
2208 nicefrac
2209 \end_layout
2210
2211 \end_inset
2212
2213
2214 \begin_inset Formula $\nicefrac{5}{31}$
2215 \end_inset
2216
2217  or 
2218 \series bold
2219
2220 \backslash
2221 unitfrac
2222 \series default
2223
2224 \begin_inset Index
2225 status collapsed
2226
2227 \begin_layout Plain Layout
2228 Commands ! U ! 
2229 \backslash
2230 unitfrac
2231 \end_layout
2232
2233 \end_inset
2234
2235
2236 \begin_inset Formula $\unitfrac{5}{31}$
2237 \end_inset
2238
2239  There is furthermore the command 
2240 \series bold
2241
2242 \backslash
2243 unitfracthree
2244 \series default
2245  that offers to write a fraction in combination with a number: 
2246 \begin_inset Formula $\unitfrac[2]{1}{3}$
2247 \end_inset
2248
2249
2250 \begin_inset Newline newline
2251 \end_inset
2252
2253 Note that 
2254 \series bold
2255
2256 \backslash
2257 unitfracthree
2258 \series default
2259  is not a real LaTeX command but the command
2260 \begin_inset Newline newline
2261 \end_inset
2262
2263
2264 \series bold
2265
2266 \backslash
2267 unitfrac[number]{numerator}{denominator}
2268 \series default
2269 , therefore you cannot use it in TeX code.
2270 \end_layout
2271
2272 \begin_layout Standard
2273 How to define own fractions where the fraction stroke can be changed, is
2274  explained in 
2275 \begin_inset CommandInset ref
2276 LatexCommand ref
2277 reference "sub:Self-defined-Fractions"
2278
2279 \end_inset
2280
2281 .
2282 \end_layout
2283
2284 \begin_layout Subsection
2285 Roots
2286 \begin_inset Index
2287 status collapsed
2288
2289 \begin_layout Plain Layout
2290 Roots
2291 \end_layout
2292
2293 \end_inset
2294
2295
2296 \end_layout
2297
2298 \begin_layout Standard
2299 Square roots are created with 
2300 \series bold
2301
2302 \backslash
2303 sqrt
2304 \series default
2305
2306 \begin_inset Index
2307 status collapsed
2308
2309 \begin_layout Plain Layout
2310 Commands ! S ! 
2311 \backslash
2312 sqrt
2313 \end_layout
2314
2315 \end_inset
2316
2317  or the math toolbar button 
2318 \begin_inset Graphics
2319         filename ../images/math/sqrt.png
2320         scale 85
2321
2322 \end_inset
2323
2324 , all other roots with the command 
2325 \series bold
2326
2327 \backslash
2328 root
2329 \series default
2330
2331 \begin_inset Index
2332 status collapsed
2333
2334 \begin_layout Plain Layout
2335 Commands ! R ! 
2336 \backslash
2337 root
2338 \end_layout
2339
2340 \end_inset
2341
2342  or with the math toolbar button 
2343 \begin_inset Graphics
2344         filename ../images/math/root.png
2345         scale 85
2346
2347 \end_inset
2348
2349 .
2350 \end_layout
2351
2352 \begin_layout Standard
2353 \align center
2354 \begin_inset Tabular
2355 <lyxtabular version="3" rows="3" columns="2">
2356 <features>
2357 <column alignment="center" valignment="top" width="0pt">
2358 <column alignment="center" valignment="top" width="0pt">
2359 <row>
2360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2361 \begin_inset Text
2362
2363 \begin_layout Plain Layout
2364 Command
2365 \end_layout
2366
2367 \end_inset
2368 </cell>
2369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2370 \begin_inset Text
2371
2372 \begin_layout Plain Layout
2373 Result
2374 \begin_inset Note Note
2375 status collapsed
2376
2377 \begin_layout Plain Layout
2378
2379 \series bold
2380
2381 \backslash
2382 raisebox
2383 \series default
2384  is only used as spacer.
2385 \end_layout
2386
2387 \end_inset
2388
2389
2390 \end_layout
2391
2392 \end_inset
2393 </cell>
2394 </row>
2395 <row>
2396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2397 \begin_inset Text
2398
2399 \begin_layout Plain Layout
2400
2401 \backslash
2402 sqrt
2403 \begin_inset ERT
2404 status collapsed
2405
2406 \begin_layout Plain Layout
2407
2408
2409 \backslash
2410 spce 
2411 \end_layout
2412
2413 \end_inset
2414
2415 A-B
2416 \end_layout
2417
2418 \end_inset
2419 </cell>
2420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2421 \begin_inset Text
2422
2423 \begin_layout Plain Layout
2424 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2425 \end_inset
2426
2427
2428 \end_layout
2429
2430 \end_inset
2431 </cell>
2432 </row>
2433 <row>
2434 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2435 \begin_inset Text
2436
2437 \begin_layout Plain Layout
2438
2439 \backslash
2440 root
2441 \begin_inset ERT
2442 status collapsed
2443
2444 \begin_layout Plain Layout
2445
2446
2447 \backslash
2448 spce 
2449 \end_layout
2450
2451 \end_inset
2452
2453 3
2454 \begin_inset Formula $\downarrow$
2455 \end_inset
2456
2457 A-B
2458 \end_layout
2459
2460 \end_inset
2461 </cell>
2462 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2463 \begin_inset Text
2464
2465 \begin_layout Plain Layout
2466 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2467 \end_inset
2468
2469
2470 \end_layout
2471
2472 \end_inset
2473 </cell>
2474 </row>
2475 </lyxtabular>
2476
2477 \end_inset
2478
2479
2480 \end_layout
2481
2482 \begin_layout Standard
2483 A square root can also be created with 
2484 \series bold
2485
2486 \backslash
2487 root
2488 \series default
2489  when the root index field is left empty.
2490 \end_layout
2491
2492 \begin_layout Standard
2493 With certain indices the distance to the root is too small, like in this
2494  formula: 
2495 \begin_inset Formula $\sqrt[\beta]{B}$
2496 \end_inset
2497
2498
2499 \begin_inset Newline newline
2500 \end_inset
2501
2502 The 
2503 \begin_inset Formula $\beta$
2504 \end_inset
2505
2506  touches the root.
2507  To avoid this, the commands 
2508 \series bold
2509
2510 \backslash
2511 leftroot
2512 \series default
2513
2514 \begin_inset Index
2515 status collapsed
2516
2517 \begin_layout Plain Layout
2518 Commands ! L ! 
2519 \backslash
2520 leftroot
2521 \end_layout
2522
2523 \end_inset
2524
2525  and 
2526 \series bold
2527
2528 \backslash
2529 uproot
2530 \series default
2531
2532 \begin_inset Index
2533 status collapsed
2534
2535 \begin_layout Plain Layout
2536 Commands ! U ! 
2537 \backslash
2538 uproot
2539 \end_layout
2540
2541 \end_inset
2542
2543  are used with the following scheme:
2544 \end_layout
2545
2546 \begin_layout Standard
2547
2548 \series bold
2549
2550 \backslash
2551 leftroot{distance}
2552 \series default
2553  and 
2554 \series bold
2555
2556 \backslash
2557 uproot{distance}
2558 \end_layout
2559
2560 \begin_layout Standard
2561 Distance is the number of Big Points (unit bp; 
2562 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2563 \end_inset
2564
2565 ), that the index should be moved to the left or top, resp..
2566  The commands are written to the index.
2567  This way the command
2568 \begin_inset Newline newline
2569 \end_inset
2570
2571
2572 \series bold
2573
2574 \backslash
2575 root
2576 \backslash
2577 leftroot{-1
2578 \begin_inset Formula $\to$
2579 \end_inset
2580
2581
2582 \backslash
2583 uproot{2
2584 \begin_inset Formula $\to$
2585 \end_inset
2586
2587
2588 \backslash
2589 beta
2590 \begin_inset ERT
2591 status collapsed
2592
2593 \begin_layout Plain Layout
2594
2595
2596 \backslash
2597 spce 
2598 \end_layout
2599
2600 \end_inset
2601
2602
2603 \begin_inset Formula $\to$
2604 \end_inset
2605
2606 B
2607 \begin_inset Newline newline
2608 \end_inset
2609
2610
2611 \series default
2612 produces a correct typeset formula: 
2613 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2614 \end_inset
2615
2616
2617 \end_layout
2618
2619 \begin_layout Subsection
2620 Binomial Coefficients
2621 \begin_inset Index
2622 status collapsed
2623
2624 \begin_layout Plain Layout
2625 Binomial coefficients
2626 \end_layout
2627
2628 \end_inset
2629
2630
2631 \end_layout
2632
2633 \begin_layout Standard
2634 Binomial coefficients are inserted with the command 
2635 \series bold
2636
2637 \backslash
2638 binom
2639 \series default
2640
2641 \begin_inset Index
2642 status collapsed
2643
2644 \begin_layout Plain Layout
2645 Commands ! B ! 
2646 \backslash
2647 binom
2648 \end_layout
2649
2650 \end_inset
2651
2652  or with the submenu of the math toolbar button 
2653 \begin_inset Graphics
2654         filename ../images/math/frac-square.png
2655         scale 85
2656
2657 \end_inset
2658
2659 .
2660  Analog to fractions (
2661 \series bold
2662
2663 \backslash
2664 frac
2665 \series default
2666 ) there are besides 
2667 \series bold
2668
2669 \backslash
2670 binom
2671 \series default
2672  the commands 
2673 \series bold
2674
2675 \backslash
2676 dbinom
2677 \begin_inset Index
2678 status collapsed
2679
2680 \begin_layout Plain Layout
2681 Commands ! D ! 
2682 \backslash
2683 dbinom
2684 \end_layout
2685
2686 \end_inset
2687
2688
2689 \series default
2690  and 
2691 \series bold
2692
2693 \backslash
2694 tbinom
2695 \series default
2696
2697 \begin_inset Index
2698 status collapsed
2699
2700 \begin_layout Plain Layout
2701 Commands ! T ! 
2702 \backslash
2703 tbinom
2704 \end_layout
2705
2706 \end_inset
2707
2708 .
2709  For other brackets around binomial coeficients there are the commands 
2710 \series bold
2711
2712 \backslash
2713 brace
2714 \series default
2715
2716 \begin_inset Index
2717 status collapsed
2718
2719 \begin_layout Plain Layout
2720 Commands ! B ! 
2721 \backslash
2722 brace
2723 \end_layout
2724
2725 \end_inset
2726
2727  and 
2728 \series bold
2729
2730 \backslash
2731 brack
2732 \series default
2733
2734 \begin_inset Index
2735 status collapsed
2736
2737 \begin_layout Plain Layout
2738 Commands ! B ! 
2739 \backslash
2740 brack
2741 \end_layout
2742
2743 \end_inset
2744
2745 .
2746 \end_layout
2747
2748 \begin_layout Standard
2749 \align center
2750 \begin_inset Tabular
2751 <lyxtabular version="3" rows="6" columns="2">
2752 <features>
2753 <column alignment="center" valignment="top" width="0pt">
2754 <column alignment="center" valignment="top" width="0pt">
2755 <row>
2756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2757 \begin_inset Text
2758
2759 \begin_layout Plain Layout
2760 Command
2761 \end_layout
2762
2763 \end_inset
2764 </cell>
2765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2766 \begin_inset Text
2767
2768 \begin_layout Plain Layout
2769 Result
2770 \begin_inset Note Note
2771 status collapsed
2772
2773 \begin_layout Plain Layout
2774
2775 \series bold
2776
2777 \backslash
2778 raisebox
2779 \series default
2780  is only used as spacer.
2781 \end_layout
2782
2783 \end_inset
2784
2785
2786 \end_layout
2787
2788 \end_inset
2789 </cell>
2790 </row>
2791 <row>
2792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2793 \begin_inset Text
2794
2795 \begin_layout Plain Layout
2796
2797 \backslash
2798 binom
2799 \begin_inset ERT
2800 status collapsed
2801
2802 \begin_layout Plain Layout
2803
2804
2805 \backslash
2806 spce 
2807 \end_layout
2808
2809 \end_inset
2810
2811 A
2812 \begin_inset Formula $\downarrow$
2813 \end_inset
2814
2815 B
2816 \end_layout
2817
2818 \end_inset
2819 </cell>
2820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2821 \begin_inset Text
2822
2823 \begin_layout Plain Layout
2824 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2825 \end_inset
2826
2827
2828 \end_layout
2829
2830 \end_inset
2831 </cell>
2832 </row>
2833 <row>
2834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2835 \begin_inset Text
2836
2837 \begin_layout Plain Layout
2838
2839 \backslash
2840 dbinom
2841 \begin_inset ERT
2842 status collapsed
2843
2844 \begin_layout Plain Layout
2845
2846
2847 \backslash
2848 spce 
2849 \end_layout
2850
2851 \end_inset
2852
2853 A
2854 \begin_inset Formula $\downarrow$
2855 \end_inset
2856
2857 B
2858 \end_layout
2859
2860 \end_inset
2861 </cell>
2862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2863 \begin_inset Text
2864
2865 \begin_layout Plain Layout
2866 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2867 \end_inset
2868
2869
2870 \end_layout
2871
2872 \end_inset
2873 </cell>
2874 </row>
2875 <row>
2876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2877 \begin_inset Text
2878
2879 \begin_layout Plain Layout
2880
2881 \backslash
2882 tbinom
2883 \begin_inset ERT
2884 status collapsed
2885
2886 \begin_layout Plain Layout
2887
2888
2889 \backslash
2890 spce 
2891 \end_layout
2892
2893 \end_inset
2894
2895 A
2896 \begin_inset Formula $\downarrow$
2897 \end_inset
2898
2899 B
2900 \end_layout
2901
2902 \end_inset
2903 </cell>
2904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2905 \begin_inset Text
2906
2907 \begin_layout Plain Layout
2908 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2909 \end_inset
2910
2911
2912 \end_layout
2913
2914 \end_inset
2915 </cell>
2916 </row>
2917 <row>
2918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2919 \begin_inset Text
2920
2921 \begin_layout Plain Layout
2922
2923 \backslash
2924 brack
2925 \begin_inset ERT
2926 status collapsed
2927
2928 \begin_layout Plain Layout
2929
2930
2931 \backslash
2932 spce 
2933 \end_layout
2934
2935 \end_inset
2936
2937 A
2938 \begin_inset Formula $\downarrow$
2939 \end_inset
2940
2941 B
2942 \end_layout
2943
2944 \end_inset
2945 </cell>
2946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2947 \begin_inset Text
2948
2949 \begin_layout Plain Layout
2950 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2951 \end_inset
2952
2953
2954 \end_layout
2955
2956 \end_inset
2957 </cell>
2958 </row>
2959 <row>
2960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2961 \begin_inset Text
2962
2963 \begin_layout Plain Layout
2964
2965 \backslash
2966 brace
2967 \begin_inset ERT
2968 status collapsed
2969
2970 \begin_layout Plain Layout
2971
2972
2973 \backslash
2974 spce 
2975 \end_layout
2976
2977 \end_inset
2978
2979 A
2980 \begin_inset Formula $\downarrow$
2981 \end_inset
2982
2983 B
2984 \end_layout
2985
2986 \end_inset
2987 </cell>
2988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2989 \begin_inset Text
2990
2991 \begin_layout Plain Layout
2992 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2993 \end_inset
2994
2995
2996 \end_layout
2997
2998 \end_inset
2999 </cell>
3000 </row>
3001 </lyxtabular>
3002
3003 \end_inset
3004
3005
3006 \end_layout
3007
3008 \begin_layout Subsection
3009 Case Differentiations
3010 \begin_inset Index
3011 status collapsed
3012
3013 \begin_layout Plain Layout
3014 Case differentiations 
3015 \end_layout
3016
3017 \end_inset
3018
3019
3020 \end_layout
3021
3022 \begin_layout Standard
3023 \align center
3024 \begin_inset Tabular
3025 <lyxtabular version="3" rows="3" columns="2">
3026 <features>
3027 <column alignment="center" valignment="top" width="0pt">
3028 <column alignment="center" valignment="top" width="0pt">
3029 <row>
3030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3031 \begin_inset Text
3032
3033 \begin_layout Plain Layout
3034 Command
3035 \end_layout
3036
3037 \end_inset
3038 </cell>
3039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3040 \begin_inset Text
3041
3042 \begin_layout Plain Layout
3043 Result
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 </row>
3049 <row>
3050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3051 \begin_inset Text
3052
3053 \begin_layout Plain Layout
3054
3055 \backslash
3056 cases
3057 \begin_inset ERT
3058 status collapsed
3059
3060 \begin_layout Plain Layout
3061
3062
3063 \backslash
3064 spce 
3065 \end_layout
3066
3067 \end_inset
3068
3069 A
3070 \begin_inset Formula $\to$
3071 \end_inset
3072
3073 B>0
3074 \begin_inset Index
3075 status collapsed
3076
3077 \begin_layout Plain Layout
3078 Commands ! C ! 
3079 \backslash
3080 cases
3081 \end_layout
3082
3083 \end_inset
3084
3085
3086 \end_layout
3087
3088 \end_inset
3089 </cell>
3090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3091 \begin_inset Text
3092
3093 \begin_layout Plain Layout
3094 \begin_inset Formula $\begin{cases}
3095 A & B>0\end{cases}$
3096 \end_inset
3097
3098
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 </row>
3104 <row>
3105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109
3110 \backslash
3111 cases
3112 \begin_inset ERT
3113 status collapsed
3114
3115 \begin_layout Plain Layout
3116
3117
3118 \backslash
3119 spce 
3120 \end_layout
3121
3122 \end_inset
3123
3124
3125 \begin_inset Info
3126 type  "shortcut"
3127 arg   "newline-insert newline"
3128 \end_inset
3129
3130
3131 \end_layout
3132
3133 \end_inset
3134 </cell>
3135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3136 \begin_inset Text
3137
3138 \begin_layout Plain Layout
3139 \begin_inset Formula $\begin{cases}
3140 A & \textrm{for }x>0\\
3141 B & \textrm{for }x=0\end{cases}$
3142 \end_inset
3143
3144
3145 \end_layout
3146
3147 \end_inset
3148 </cell>
3149 </row>
3150 </lyxtabular>
3151
3152 \end_inset
3153
3154
3155 \end_layout
3156
3157 \begin_layout Standard
3158 After inserting 
3159 \series bold
3160
3161 \backslash
3162 cases
3163 \series default
3164  or the usage of the math toolbar button 
3165 \begin_inset Graphics
3166         filename ../images/math/cases.png
3167         scale 85
3168
3169 \end_inset
3170
3171  you can create new lines with the shortcut 
3172 \begin_inset Info
3173 type  "shortcut"
3174 arg   "newline-insert newline"
3175 \end_inset
3176
3177  or the table toolbar button 
3178 \begin_inset Graphics
3179         filename ../images/tabular-feature_append-row.png
3180         scale 85
3181
3182 \end_inset
3183
3184 .
3185 \end_layout
3186
3187 \begin_layout Standard
3188 The command 
3189 \series bold
3190
3191 \backslash
3192 cases
3193 \series default
3194  is also available via the menu 
3195 \family sans
3196 Insert\SpecialChar \menuseparator
3197 Math\SpecialChar \menuseparator
3198 Cases-Environment
3199 \family default
3200 .
3201 \end_layout
3202
3203 \begin_layout Subsection
3204 Negations
3205 \begin_inset Index
3206 status collapsed
3207
3208 \begin_layout Plain Layout
3209 Negations
3210 \end_layout
3211
3212 \end_inset
3213
3214
3215 \end_layout
3216
3217 \begin_layout Standard
3218 By inserting of 
3219 \series bold
3220
3221 \backslash
3222 not
3223 \series default
3224
3225 \begin_inset Index
3226 status collapsed
3227
3228 \begin_layout Plain Layout
3229 Commands ! N ! 
3230 \backslash
3231 not
3232 \end_layout
3233
3234 \end_inset
3235
3236  every character can be displayed canceled.
3237  The characters are quasi accentuated by a slash.
3238 \end_layout
3239
3240 \begin_layout Standard
3241 \align center
3242 \begin_inset Tabular
3243 <lyxtabular version="3" rows="4" columns="2">
3244 <features>
3245 <column alignment="center" valignment="top" width="0pt">
3246 <column alignment="center" valignment="top" width="0pt">
3247 <row>
3248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Plain Layout
3252 Command
3253 \end_layout
3254
3255 \end_inset
3256 </cell>
3257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3258 \begin_inset Text
3259
3260 \begin_layout Plain Layout
3261 Result
3262 \end_layout
3263
3264 \end_inset
3265 </cell>
3266 </row>
3267 <row>
3268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3269 \begin_inset Text
3270
3271 \begin_layout Plain Layout
3272
3273 \backslash
3274 not=
3275 \end_layout
3276
3277 \end_inset
3278 </cell>
3279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3280 \begin_inset Text
3281
3282 \begin_layout Plain Layout
3283 \begin_inset Formula $\not=$
3284 \end_inset
3285
3286
3287 \end_layout
3288
3289 \end_inset
3290 </cell>
3291 </row>
3292 <row>
3293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3294 \begin_inset Text
3295
3296 \begin_layout Plain Layout
3297
3298 \backslash
3299 not 
3300 \backslash
3301 le
3302 \end_layout
3303
3304 \end_inset
3305 </cell>
3306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3307 \begin_inset Text
3308
3309 \begin_layout Plain Layout
3310 \begin_inset Formula $\not\le$
3311 \end_inset
3312
3313
3314 \end_layout
3315
3316 \end_inset
3317 </cell>
3318 </row>
3319 <row>
3320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3321 \begin_inset Text
3322
3323 \begin_layout Plain Layout
3324
3325 \backslash
3326 not 
3327 \backslash
3328 parallel
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337 \begin_inset Formula $\not\parallel$
3338 \end_inset
3339
3340
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 </row>
3346 </lyxtabular>
3347
3348 \end_inset
3349
3350
3351 \end_layout
3352
3353 \begin_layout Standard
3354 The last example shows, that not all negations look good.
3355  Therefore there are for some negations special commands (see 
3356 \begin_inset CommandInset ref
3357 LatexCommand ref
3358 reference "sub:Mathematical-Symbols"
3359
3360 \end_inset
3361
3362  and 
3363 \begin_inset CommandInset ref
3364 LatexCommand ref
3365 reference "sec:Relations"
3366
3367 \end_inset
3368
3369 ).
3370 \end_layout
3371
3372 \begin_layout Subsection
3373 Placeholders
3374 \begin_inset CommandInset label
3375 LatexCommand label
3376 name "sub:Placeholders"
3377
3378 \end_inset
3379
3380
3381 \begin_inset Index
3382 status collapsed
3383
3384 \begin_layout Plain Layout
3385 Placeholders
3386 \end_layout
3387
3388 \end_inset
3389
3390
3391 \begin_inset Index
3392 status collapsed
3393
3394 \begin_layout Plain Layout
3395 Chemical characters ! Isotopes
3396 \end_layout
3397
3398 \end_inset
3399
3400
3401 \begin_inset Index
3402 status collapsed
3403
3404 \begin_layout Plain Layout
3405 Isotopes|see
3406 \begin_inset ERT
3407 status collapsed
3408
3409 \begin_layout Plain Layout
3410
3411 {
3412 \end_layout
3413
3414 \end_inset
3415
3416 Chemical characters
3417 \begin_inset ERT
3418 status collapsed
3419
3420 \begin_layout Plain Layout
3421
3422 }
3423 \end_layout
3424
3425 \end_inset
3426
3427
3428 \end_layout
3429
3430 \end_inset
3431
3432
3433 \end_layout
3434
3435 \begin_layout Standard
3436 When displaying e.
3437 \begin_inset space \thinspace{}
3438 \end_inset
3439
3440 g.
3441 \begin_inset space ~
3442 \end_inset
3443
3444 isotopes
3445 \begin_inset Foot
3446 status collapsed
3447
3448 \begin_layout Plain Layout
3449 More about chemical symbols is written in 
3450 \begin_inset CommandInset ref
3451 LatexCommand ref
3452 reference "sub:Chemical-Symbols-and"
3453
3454 \end_inset
3455
3456 .
3457 \end_layout
3458
3459 \end_inset
3460
3461  the following problem occurs:
3462 \end_layout
3463
3464 \begin_layout Standard
3465 \align center
3466 \begin_inset Tabular
3467 <lyxtabular version="3" rows="2" columns="2">
3468 <features>
3469 <column alignment="center" valignment="top" width="0pt">
3470 <column alignment="center" valignment="top" width="0pt">
3471 <row>
3472 <cell alignment="center" valignment="top" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476 Indices created with sub- and superscripts:
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 <cell alignment="center" valignment="top" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3486 \end_inset
3487
3488
3489 \end_layout
3490
3491 \end_inset
3492 </cell>
3493 </row>
3494 <row>
3495 <cell alignment="center" valignment="top" usebox="none">
3496 \begin_inset Text
3497
3498 \begin_layout Plain Layout
3499 correct indices:
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 <cell alignment="center" valignment="top" usebox="none">
3505 \begin_inset Text
3506
3507 \begin_layout Plain Layout
3508 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3509 \end_inset
3510
3511
3512 \end_layout
3513
3514 \end_inset
3515 </cell>
3516 </row>
3517 </lyxtabular>
3518
3519 \end_inset
3520
3521
3522 \begin_inset Note Note
3523 status collapsed
3524
3525 \begin_layout Plain Layout
3526
3527 \series bold
3528
3529 \backslash
3530 raisebox
3531 \series default
3532  is only used as spacer.
3533 \end_layout
3534
3535 \end_inset
3536
3537
3538 \end_layout
3539
3540 \begin_layout Standard
3541 The shorter index is by default placed below or above the first character
3542  of the longer index.
3543  To avoid this there is the command 
3544 \series bold
3545
3546 \backslash
3547 phantom
3548 \series default
3549
3550 \begin_inset Index
3551 status collapsed
3552
3553 \begin_layout Plain Layout
3554 Commands ! P ! 
3555 \backslash
3556 phantom
3557 \end_layout
3558
3559 \end_inset
3560
3561  or the math toolbar button
3562 \begin_inset space \thinspace{}
3563 \end_inset
3564
3565
3566 \begin_inset Foot
3567 status collapsed
3568
3569 \begin_layout Plain Layout
3570 can be found in the submenu of the toolbar button 
3571 \begin_inset Graphics
3572         filename ../images/math/space.png
3573         scale 85
3574
3575 \end_inset
3576
3577
3578 \end_layout
3579
3580 \end_inset
3581
3582  
3583 \begin_inset Graphics
3584         filename ../images/math/phantom.png
3585         scale 85
3586
3587 \end_inset
3588
3589  that creates one or more phantom characters.
3590  When inserting 
3591 \series bold
3592
3593 \backslash
3594 phantom
3595 \series default
3596  a small blue box appears that is superposed with two red arrows.
3597  The arrows indicate that the complete width and height of the box content
3598  will be created as placeholder.
3599  Phantom characters are accordingly placeholders with the size of the characters.
3600 \end_layout
3601
3602 \begin_layout Standard
3603 \align center
3604 \begin_inset Tabular
3605 <lyxtabular version="3" rows="4" columns="2">
3606 <features>
3607 <column alignment="center" valignment="top" width="0">
3608 <column alignment="center" valignment="top" width="0">
3609 <row>
3610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614 Command
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3620 \begin_inset Text
3621
3622 \begin_layout Plain Layout
3623 Result
3624 \begin_inset Note Note
3625 status collapsed
3626
3627 \begin_layout Plain Layout
3628
3629 \series bold
3630
3631 \backslash
3632 raisebox
3633 \series default
3634  is only used as spacer.
3635 \end_layout
3636
3637 \end_inset
3638
3639
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 </row>
3645 <row>
3646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650 ^19
3651 \begin_inset ERT
3652 status collapsed
3653
3654 \begin_layout Plain Layout
3655
3656
3657 \backslash
3658 spce 
3659 \end_layout
3660
3661 \end_inset
3662
3663 _
3664 \backslash
3665 phantom
3666 \begin_inset ERT
3667 status collapsed
3668
3669 \begin_layout Plain Layout
3670
3671
3672 \backslash
3673 spce 
3674 \end_layout
3675
3676 \end_inset
3677
3678 1
3679 \begin_inset Formula $\to$
3680 \end_inset
3681
3682 9
3683 \begin_inset ERT
3684 status collapsed
3685
3686 \begin_layout Plain Layout
3687
3688
3689 \backslash
3690 spce 
3691 \end_layout
3692
3693 \end_inset
3694
3695 F
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3705 \end_inset
3706
3707
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 </row>
3713 <row>
3714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718 ^235
3719 \begin_inset ERT
3720 status collapsed
3721
3722 \begin_layout Plain Layout
3723
3724
3725 \backslash
3726 spce 
3727 \end_layout
3728
3729 \end_inset
3730
3731 _
3732 \backslash
3733 phantom
3734 \begin_inset ERT
3735 status collapsed
3736
3737 \begin_layout Plain Layout
3738
3739
3740 \backslash
3741 spce 
3742 \end_layout
3743
3744 \end_inset
3745
3746 23
3747 \begin_inset Formula $\to$
3748 \end_inset
3749
3750 9
3751 \begin_inset ERT
3752 status collapsed
3753
3754 \begin_layout Plain Layout
3755
3756
3757 \backslash
3758 spce 
3759 \end_layout
3760
3761 \end_inset
3762
3763 F
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3773 \end_inset
3774
3775
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 </row>
3781 <row>
3782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786
3787 \backslash
3788 Lambda^
3789 \begin_inset ERT
3790 status collapsed
3791
3792 \begin_layout Plain Layout
3793
3794
3795 \backslash
3796 spce 
3797 \end_layout
3798
3799 \end_inset
3800
3801
3802 \backslash
3803 phantom
3804 \begin_inset ERT
3805 status collapsed
3806
3807 \begin_layout Plain Layout
3808
3809
3810 \backslash
3811 spce 
3812 \end_layout
3813
3814 \end_inset
3815
3816 ii
3817 \begin_inset Formula $\to$
3818 \end_inset
3819
3820 t
3821 \begin_inset ERT
3822 status collapsed
3823
3824 \begin_layout Plain Layout
3825
3826
3827 \backslash
3828 spce 
3829 \end_layout
3830
3831 \end_inset
3832
3833 _MMt
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3843 \end_inset
3844
3845
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 </row>
3851 </lyxtabular>
3852
3853 \end_inset
3854
3855
3856 \end_layout
3857
3858 \begin_layout Standard
3859 Furthermore there are the commands 
3860 \series bold
3861
3862 \backslash
3863 vphantom
3864 \series default
3865
3866 \begin_inset Index
3867 status collapsed
3868
3869 \begin_layout Plain Layout
3870 Commands ! V ! 
3871 \backslash
3872 vphantom
3873 \end_layout
3874
3875 \end_inset
3876
3877  (toolbar button 
3878 \begin_inset space ~
3879 \end_inset
3880
3881
3882 \begin_inset Graphics
3883         filename ../images/math/vphantom.png
3884         scale 85
3885
3886 \end_inset
3887
3888 ) and 
3889 \series bold
3890
3891 \backslash
3892 hphantom
3893 \series default
3894
3895 \begin_inset Index
3896 status collapsed
3897
3898 \begin_layout Plain Layout
3899 Commands ! H ! 
3900 \backslash
3901 hphantom
3902 \end_layout
3903
3904 \end_inset
3905
3906  (toolbar button 
3907 \begin_inset space ~
3908 \end_inset
3909
3910
3911 \begin_inset Graphics
3912         filename ../images/math/hphantom.png
3913         scale 85
3914
3915 \end_inset
3916
3917 ).
3918  
3919 \series bold
3920
3921 \backslash
3922 hphantom
3923 \series default
3924  creates only space for the maximal height of the characters in the box
3925  but not for its width.
3926  
3927 \series bold
3928
3929 \backslash
3930 vphantom
3931 \series default
3932  creates only space for the width of the box content.
3933  Therefore  the boxes of both commands have only one red arrow.
3934 \end_layout
3935
3936 \begin_layout Standard
3937 For example creates 
3938 \series bold
3939
3940 \backslash
3941 vphantom
3942 \series default
3943
3944 \begin_inset ERT
3945 status collapsed
3946
3947 \begin_layout Plain Layout
3948
3949
3950 \backslash
3951 spce 
3952 \end_layout
3953
3954 \end_inset
3955
3956
3957 \series bold
3958 a
3959 \backslash
3960 int
3961 \series default
3962  space for the height of the integral sign,
3963 \begin_inset Foot
3964 status collapsed
3965
3966 \begin_layout Plain Layout
3967 The command 
3968 \series bold
3969
3970 \backslash
3971 int
3972 \series default
3973  creates an integral sign, see 
3974 \begin_inset CommandInset ref
3975 LatexCommand ref
3976 reference "sub:Big-Operators"
3977
3978 \end_inset
3979
3980 .
3981 \end_layout
3982
3983 \end_inset
3984
3985  because this is the larger character.
3986  An example application is in 
3987 \begin_inset CommandInset ref
3988 LatexCommand ref
3989 reference "sub:Multiline-Brackets"
3990
3991 \end_inset
3992
3993 .
3994 \end_layout
3995
3996 \begin_layout Subsection
3997 Lines
3998 \begin_inset Index
3999 status collapsed
4000
4001 \begin_layout Plain Layout
4002 Lines
4003 \end_layout
4004
4005 \end_inset
4006
4007
4008 \begin_inset Index
4009 status collapsed
4010
4011 \begin_layout Plain Layout
4012 Formula ! underlined
4013 \end_layout
4014
4015 \end_inset
4016
4017
4018 \end_layout
4019
4020 \begin_layout Standard
4021 \align center
4022 \begin_inset Tabular
4023 <lyxtabular version="3" rows="4" columns="2">
4024 <features>
4025 <column alignment="center" valignment="top" width="0pt">
4026 <column alignment="center" valignment="top" width="0pt">
4027 <row>
4028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032 Command
4033 \end_layout
4034
4035 \end_inset
4036 </cell>
4037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041 Result
4042 \begin_inset Note Note
4043 status collapsed
4044
4045 \begin_layout Plain Layout
4046
4047 \series bold
4048
4049 \backslash
4050 raisebox
4051 \series default
4052  is only used as spacer.
4053 \end_layout
4054
4055 \end_inset
4056
4057
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 </row>
4063 <row>
4064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Plain Layout
4068
4069 \backslash
4070 overline
4071 \begin_inset ERT
4072 status collapsed
4073
4074 \begin_layout Plain Layout
4075
4076
4077 \backslash
4078 spce 
4079 \end_layout
4080
4081 \end_inset
4082
4083 A+B
4084 \begin_inset Index
4085 status collapsed
4086
4087 \begin_layout Plain Layout
4088 Commands ! O ! 
4089 \backslash
4090 overline
4091 \end_layout
4092
4093 \end_inset
4094
4095
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4105 \end_inset
4106
4107
4108 \end_layout
4109
4110 \end_inset
4111 </cell>
4112 </row>
4113 <row>
4114 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4115 \begin_inset Text
4116
4117 \begin_layout Plain Layout
4118
4119 \backslash
4120 underline
4121 \begin_inset ERT
4122 status collapsed
4123
4124 \begin_layout Plain Layout
4125
4126
4127 \backslash
4128 spce 
4129 \end_layout
4130
4131 \end_inset
4132
4133 A+B
4134 \begin_inset Index
4135 status collapsed
4136
4137 \begin_layout Plain Layout
4138 Commands ! U ! 
4139 \backslash
4140 underline
4141 \end_layout
4142
4143 \end_inset
4144
4145
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4155 \end_inset
4156
4157
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 </row>
4163 <row>
4164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168
4169 \backslash
4170 overline
4171 \begin_inset ERT
4172 status collapsed
4173
4174 \begin_layout Plain Layout
4175
4176
4177 \backslash
4178 spce 
4179 \end_layout
4180
4181 \end_inset
4182
4183
4184 \backslash
4185 underline
4186 \begin_inset ERT
4187 status collapsed
4188
4189 \begin_layout Plain Layout
4190
4191
4192 \backslash
4193 spce 
4194 \end_layout
4195
4196 \end_inset
4197
4198 A+B
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4208 \end_inset
4209
4210
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 </row>
4216 </lyxtabular>
4217
4218 \end_inset
4219
4220
4221 \end_layout
4222
4223 \begin_layout Standard
4224 In the last example it doesn't matter if first 
4225 \series bold
4226
4227 \backslash
4228 overline
4229 \series default
4230  or 
4231 \series bold
4232
4233 \backslash
4234 underline
4235 \series default
4236  is inserted.
4237 \end_layout
4238
4239 \begin_layout Standard
4240 To double underline e.
4241 \begin_inset space \thinspace{}
4242 \end_inset
4243
4244 g.
4245  results, one uses 
4246 \series bold
4247
4248 \backslash
4249 underline
4250 \series default
4251  twice.
4252 \end_layout
4253
4254 \begin_layout Standard
4255 It is possible to place up to 6 lines above or below characters.
4256 \end_layout
4257
4258 \begin_layout Standard
4259 \begin_inset VSpace bigskip
4260 \end_inset
4261
4262 Custom lines can be created using the command 
4263 \series bold
4264
4265 \backslash
4266 rule
4267 \series default
4268
4269 \begin_inset Index
4270 status collapsed
4271
4272 \begin_layout Plain Layout
4273 Commands ! R ! 
4274 \backslash
4275 rule
4276 \end_layout
4277
4278 \end_inset
4279
4280  which has the following scheme:
4281 \end_layout
4282
4283 \begin_layout Standard
4284
4285 \series bold
4286
4287 \backslash
4288 rule[vertical offset]{length}{thickness}
4289 \end_layout
4290
4291 \begin_layout Standard
4292 The optional vertical offset shifts the line upwards (or downwards, when
4293  the value is negative).
4294  The units listed in 
4295 \begin_inset CommandInset ref
4296 LatexCommand ref
4297 reference "tab:Available-units"
4298
4299 \end_inset
4300
4301  can be used for the values.
4302  Here are two example lines created with the commands
4303 \begin_inset Newline newline
4304 \end_inset
4305
4306
4307 \series bold
4308
4309 \backslash
4310 rule[-2ex]{3cm}{2pt}
4311 \series default
4312  and 
4313 \series bold
4314
4315 \backslash
4316 rule{2cm}{1pt}
4317 \series default
4318 :
4319 \end_layout
4320
4321 \begin_layout Standard
4322 This is a sentence 
4323 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4324 \end_inset
4325
4326  with two lines.
4327 \end_layout
4328
4329 \begin_layout Standard
4330
4331 \series bold
4332
4333 \backslash
4334 rule
4335 \series default
4336  can also be used for text when it is inserted in TeX-mode.
4337 \end_layout
4338
4339 \begin_layout Subsection
4340 Ellipses
4341 \begin_inset CommandInset label
4342 LatexCommand label
4343 name "sub:Ellipses"
4344
4345 \end_inset
4346
4347
4348 \begin_inset Index
4349 status collapsed
4350
4351 \begin_layout Plain Layout
4352 Ellipses
4353 \end_layout
4354
4355 \end_inset
4356
4357
4358 \end_layout
4359
4360 \begin_layout Standard
4361 There are different types of ellipses available.
4362 \begin_inset Foot
4363 status collapsed
4364
4365 \begin_layout Plain Layout
4366 In the math toolbar in the submenu of the button 
4367 \begin_inset Graphics
4368         filename ../images/math/ldots.png
4369         scale 85
4370
4371 \end_inset
4372
4373
4374 \end_layout
4375
4376 \end_inset
4377
4378  For listings dots at the baseline are used (
4379 \series bold
4380
4381 \backslash
4382 ldots
4383 \series default
4384
4385 \begin_inset Index
4386 status collapsed
4387
4388 \begin_layout Plain Layout
4389 Commands ! L ! 
4390 \backslash
4391 ldots
4392 \end_layout
4393
4394 \end_inset
4395
4396 ), while for operations dots are needed that are on the same height as the
4397  operators (
4398 \series bold
4399
4400 \backslash
4401 cdots
4402 \series default
4403
4404 \begin_inset Index
4405 status collapsed
4406
4407 \begin_layout Plain Layout
4408 Commands ! C ! 
4409 \backslash
4410 cdots
4411 \end_layout
4412
4413 \end_inset
4414
4415 ).
4416  When using the command 
4417 \series bold
4418
4419 \backslash
4420 dots
4421 \series default
4422
4423 \begin_inset Index
4424 status collapsed
4425
4426 \begin_layout Plain Layout
4427 Commands ! D ! 
4428 \backslash
4429 dots
4430 \end_layout
4431
4432 \end_inset
4433
4434 , LaTeX decides on the basis of the next character what type is used.
4435 \end_layout
4436
4437 \begin_layout Standard
4438 \align center
4439 \begin_inset Tabular
4440 <lyxtabular version="3" rows="8" columns="2">
4441 <features>
4442 <column alignment="center" valignment="top" width="0pt">
4443 <column alignment="center" valignment="top" width="0pt">
4444 <row>
4445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4446 \begin_inset Text
4447
4448 \begin_layout Plain Layout
4449 Command
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458 Result
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 </row>
4464 <row>
4465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469 A_1
4470 \begin_inset ERT
4471 status collapsed
4472
4473 \begin_layout Plain Layout
4474
4475
4476 \backslash
4477 spce 
4478 \end_layout
4479
4480 \end_inset
4481
4482 ,
4483 \backslash
4484 dots
4485 \begin_inset ERT
4486 status collapsed
4487
4488 \begin_layout Plain Layout
4489
4490
4491 \backslash
4492 spce 
4493 \end_layout
4494
4495 \end_inset
4496
4497 ,A_n
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 \begin_inset Formula $A_{1},\dots,A_{n}$
4507 \end_inset
4508
4509
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 </row>
4515 <row>
4516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Plain Layout
4520 A_1
4521 \begin_inset ERT
4522 status collapsed
4523
4524 \begin_layout Plain Layout
4525
4526
4527 \backslash
4528 spce 
4529 \end_layout
4530
4531 \end_inset
4532
4533 +
4534 \backslash
4535 dots
4536 \begin_inset ERT
4537 status collapsed
4538
4539 \begin_layout Plain Layout
4540
4541
4542 \backslash
4543 spce 
4544 \end_layout
4545
4546 \end_inset
4547
4548 +A_n
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557 \begin_inset Formula $A_{1}+\dots+A_{n}$
4558 \end_inset
4559
4560
4561 \end_layout
4562
4563 \end_inset
4564 </cell>
4565 </row>
4566 <row>
4567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571 A_1
4572 \begin_inset ERT
4573 status collapsed
4574
4575 \begin_layout Plain Layout
4576
4577
4578 \backslash
4579 spce 
4580 \end_layout
4581
4582 \end_inset
4583
4584 ,
4585 \backslash
4586 ldots
4587 \begin_inset ERT
4588 status collapsed
4589
4590 \begin_layout Plain Layout
4591
4592
4593 \backslash
4594 spce 
4595 \end_layout
4596
4597 \end_inset
4598
4599 ,A_n
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608 \begin_inset Formula $A_{1},\ldots,A_{n}$
4609 \end_inset
4610
4611
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 </row>
4617 <row>
4618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4619 \begin_inset Text
4620
4621 \begin_layout Plain Layout
4622 A_1
4623 \begin_inset ERT
4624 status collapsed
4625
4626 \begin_layout Plain Layout
4627
4628
4629 \backslash
4630 spce 
4631 \end_layout
4632
4633 \end_inset
4634
4635 +
4636 \backslash
4637 cdots
4638 \begin_inset ERT
4639 status collapsed
4640
4641 \begin_layout Plain Layout
4642
4643
4644 \backslash
4645 spce 
4646 \end_layout
4647
4648 \end_inset
4649
4650 +A_n
4651 \end_layout
4652
4653 \end_inset
4654 </cell>
4655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4660 \end_inset
4661
4662
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 </row>
4668 <row>
4669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673
4674 \backslash
4675 vdots
4676 \end_layout
4677
4678 \end_inset
4679 </cell>
4680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4681 \begin_inset Text
4682
4683 \begin_layout Plain Layout
4684 \begin_inset Formula $\vdots$
4685 \end_inset
4686
4687
4688 \end_layout
4689
4690 \end_inset
4691 </cell>
4692 </row>
4693 <row>
4694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Plain Layout
4698
4699 \backslash
4700 ddots
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4706 \begin_inset Text
4707
4708 \begin_layout Plain Layout
4709 \begin_inset Formula $\ddots$
4710 \end_inset
4711
4712
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 </row>
4718 <row>
4719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 3×3
4724 \begin_inset space \thinspace{}
4725 \end_inset
4726
4727 matrix with the different dots
4728 \end_layout
4729
4730 \end_inset
4731 </cell>
4732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4733 \begin_inset Text
4734
4735 \begin_layout Plain Layout
4736 \begin_inset Formula $\begin{array}{ccc}
4737 A_{11} & \cdots & A_{1m}\\
4738 \vdots & \ddots & \vdots\\
4739 A_{n1} & \cdots & A_{nm}\end{array}$
4740 \end_inset
4741
4742
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 </row>
4748 </lyxtabular>
4749
4750 \end_inset
4751
4752
4753 \end_layout
4754
4755 \begin_layout Standard
4756 The ellipses available in menu 
4757 \family sans
4758 Insert\SpecialChar \menuseparator
4759 Special
4760 \begin_inset space ~
4761 \end_inset
4762
4763 Character
4764 \family default
4765  are 
4766 \series bold
4767
4768 \backslash
4769 ldots
4770 \series default
4771 .
4772 \end_layout
4773
4774 \begin_layout Standard
4775 \begin_inset VSpace medskip
4776 \end_inset
4777
4778 Specially for matrices there are ellipses that span over several columns.
4779  They are created with the command 
4780 \series bold
4781
4782 \backslash
4783 hdotsfor
4784 \series default
4785
4786 \begin_inset Index
4787 status collapsed
4788
4789 \begin_layout Plain Layout
4790 Commands ! H ! 
4791 \backslash
4792 hdotsfor
4793 \end_layout
4794
4795 \end_inset
4796
4797 , that has the following scheme:
4798 \end_layout
4799
4800 \begin_layout Standard
4801
4802 \series bold
4803
4804 \backslash
4805 hdotsfor[distance]{number of columns}
4806 \end_layout
4807
4808 \begin_layout Standard
4809 The number of columns specifies how many columns should be spanned.
4810  Distance is a factor for the distance between the dots.
4811 \end_layout
4812
4813 \begin_layout Standard
4814 In the following matrix the command 
4815 \series bold
4816
4817 \backslash
4818 hdotsfor[2]{4}
4819 \series default
4820  was inserted in the first box of the second line, to get an ellipsis with
4821  a dot distance twice as long as with the command 
4822 \series bold
4823
4824 \backslash
4825 dots
4826 \series default
4827 :
4828 \begin_inset Formula \[
4829 \left(\begin{array}{cccc}
4830 A & B & C & D\\
4831 \hdotsfor[2]{4}\\
4832 q & w & e & r\end{array}\right)\]
4833
4834 \end_inset
4835
4836 Note that the matrix fields that should be spanned must be empty, otherwise
4837  you get LaTeX-errors.
4838 \end_layout
4839
4840 \begin_layout Standard
4841 \begin_inset VSpace bigskip
4842 \end_inset
4843
4844 Furthermore you can fill with the command 
4845 \series bold
4846
4847 \backslash
4848 dotfill
4849 \series default
4850
4851 \begin_inset Index
4852 status collapsed
4853
4854 \begin_layout Plain Layout
4855 Commands ! D ! 
4856 \backslash
4857 dotfill
4858 \end_layout
4859
4860 \end_inset
4861
4862  the rest of a line with dots.
4863  The effect of these commands is the same like with 
4864 \series bold
4865
4866 \backslash
4867 hfill
4868 \series default
4869 , see 
4870 \begin_inset CommandInset ref
4871 LatexCommand ref
4872 reference "sub:Variable-Space"
4873
4874 \end_inset
4875
4876 .
4877 \end_layout
4878
4879 \begin_layout Standard
4880 For example the command 
4881 \series bold
4882 A
4883 \backslash
4884 dotfill
4885 \begin_inset ERT
4886 status collapsed
4887
4888 \begin_layout Plain Layout
4889
4890
4891 \backslash
4892 spce 
4893 \end_layout
4894
4895 \end_inset
4896
4897 B
4898 \series default
4899  produces
4900 \end_layout
4901
4902 \begin_layout Standard
4903 \begin_inset Formula $A\dotfill B$
4904 \end_inset
4905
4906
4907 \end_layout
4908
4909 \begin_layout Standard
4910 Analog to
4911 \series bold
4912  
4913 \backslash
4914 dotfill
4915 \series default
4916  there is for a line the command 
4917 \series bold
4918
4919 \backslash
4920 hrulefill
4921 \series default
4922
4923 \begin_inset Index
4924 status collapsed
4925
4926 \begin_layout Plain Layout
4927 Commands ! H ! 
4928 \backslash
4929 hrulefill
4930 \end_layout
4931
4932 \end_inset
4933
4934 :
4935 \end_layout
4936
4937 \begin_layout Standard
4938 \begin_inset Formula $A\hrulefill B$
4939 \end_inset
4940
4941
4942 \end_layout
4943
4944 \begin_layout Standard
4945 To use the commands for text, they have to be inserted in TeX-mode.
4946 \end_layout
4947
4948 \begin_layout Section
4949 Matrices
4950 \begin_inset CommandInset label
4951 LatexCommand label
4952 name "sec:Matrices"
4953
4954 \end_inset
4955
4956
4957 \begin_inset Index
4958 status collapsed
4959
4960 \begin_layout Plain Layout
4961 Matrices
4962 \end_layout
4963
4964 \end_inset
4965
4966
4967 \end_layout
4968
4969 \begin_layout Standard
4970 Matrices can be inserted via the math toolbar button 
4971 \begin_inset Graphics
4972         filename ../images/dialog-show_mathmatrix.png
4973         scale 85
4974
4975 \end_inset
4976
4977  or the menu 
4978 \family sans
4979 Insert\SpecialChar \menuseparator
4980 Math\SpecialChar \menuseparator
4981 Matrix
4982 \family default
4983 .
4984  You will be asked for the number of matrix columns and rows, and the alignment.
4985  The vertical alignment is hereby only of importance for matrices in inline
4986  formulas:
4987 \end_layout
4988
4989 \begin_layout Standard
4990 The first matrix is top 
4991 \begin_inset Formula $\begin{array}[t]{cccc}
4992 A & D & G & J\\
4993 B & E & H & K\\
4994 C & F & I & L\end{array}$
4995 \end_inset
4996
4997 , the second middle 
4998 \begin_inset Formula $\begin{array}{cccc}
4999 A & D & G & J\\
5000 B & E & H & K\\
5001 C & F & I & L\end{array}$
5002 \end_inset
5003
5004 , and the third bottom 
5005 \begin_inset Formula $\begin{array}[b]{cccc}
5006 A & D & G & J\\
5007 B & E & H & K\\
5008 C & F & I & L\end{array}$
5009 \end_inset
5010
5011  aligned.
5012 \end_layout
5013
5014 \begin_layout Standard
5015 The horizontal alignment specifies how the column entries should be aligned.
5016  It is set by entering a letter for every column.
5017  
5018 \emph on
5019 l
5020 \emph default
5021  denotes left aligned, 
5022 \emph on
5023 c
5024 \emph default
5025  centered, and 
5026 \emph on
5027 r
5028 \emph default
5029  right aligned.
5030  To create for example a 4
5031 \series bold
5032 ×
5033 \series default
5034 4
5035 \begin_inset space ~
5036 \end_inset
5037
5038 matrix where the first column is left aligned, the second and third are
5039  centered, and the last one is right aligned, one enters for the horizontal
5040  alignment 
5041 \series bold
5042 lccr
5043 \series default
5044 .
5045  Normally are in a matrix all columns centered, therefore the default is
5046  for every column is a 
5047 \series bold
5048 c
5049 \series default
5050 .
5051 \end_layout
5052
5053 \begin_layout Standard
5054 Horizontal alignment:
5055 \end_layout
5056
5057 \begin_layout Standard
5058
5059 \series bold
5060 lll
5061 \series default
5062  : 
5063 \begin_inset Formula $\begin{array}{lll}
5064 10000 & D & G\\
5065 B & 10000 & H\\
5066 C & F & 10000\end{array}$
5067 \end_inset
5068
5069  , 
5070 \series bold
5071 ccc
5072 \series default
5073  : 
5074 \begin_inset Formula $\begin{array}{ccc}
5075 10000 & D & G\\
5076 B & 10000 & H\\
5077 C & F & 10000\end{array}$
5078 \end_inset
5079
5080  , 
5081 \series bold
5082 rrr
5083 \series default
5084  : 
5085 \begin_inset Formula $\begin{array}{rrr}
5086 10000 & D & G\\
5087 B & 10000 & H\\
5088 C & F & 10000\end{array}$
5089 \end_inset
5090
5091
5092 \end_layout
5093
5094 \begin_layout Standard
5095 To add or delete rows and columns subsequently, the math toolbar buttons
5096  
5097 \begin_inset Graphics
5098         filename ../images/tabular-feature_append-row.png
5099         scale 85
5100
5101 \end_inset
5102
5103
5104 \begin_inset Graphics
5105         filename ../images/tabular-feature_delete-row.png
5106         scale 85
5107
5108 \end_inset
5109
5110 , etc.
5111 \begin_inset space \thinspace{}
5112 \end_inset
5113
5114 , or the menu 
5115 \family sans
5116 Edit\SpecialChar \menuseparator
5117 Rows & Columns
5118 \family default
5119  can be used.
5120  New rows can also be created with 
5121 \begin_inset Info
5122 type  "shortcut"
5123 arg   "newline-insert newline"
5124 \end_inset
5125
5126 .
5127 \end_layout
5128
5129 \begin_layout Standard
5130 \begin_inset VSpace bigskip
5131 \end_inset
5132
5133 Parentheses around a matrix can can either be created with the commands
5134  
5135 \series bold
5136
5137 \backslash
5138 left
5139 \series default
5140
5141 \begin_inset Index
5142 status collapsed
5143
5144 \begin_layout Plain Layout
5145 Commands ! L ! 
5146 \backslash
5147 left
5148 \end_layout
5149
5150 \end_inset
5151
5152  and 
5153 \series bold
5154
5155 \backslash
5156 right
5157 \series default
5158
5159 \begin_inset Index
5160 status collapsed
5161
5162 \begin_layout Plain Layout
5163 Commands ! R ! 
5164 \backslash
5165 right
5166 \end_layout
5167
5168 \end_inset
5169
5170  (shortcut 
5171 \family sans
5172 Alt+M
5173 \begin_inset space ~
5174 \end_inset
5175
5176 Parenthesis
5177 \family default
5178 ), see 
5179 \begin_inset CommandInset ref
5180 LatexCommand ref
5181 reference "sub:Automatic-Bracket-Size"
5182
5183 \end_inset
5184
5185 , or by using the following commands:
5186 \begin_inset VSpace medskip
5187 \end_inset
5188
5189
5190 \end_layout
5191
5192 \begin_layout Standard
5193 \begin_inset space \hfill{}
5194 \end_inset
5195
5196
5197 \begin_inset Tabular
5198 <lyxtabular version="3" rows="4" columns="2">
5199 <features>
5200 <column alignment="center" valignment="top" width="0">
5201 <column alignment="center" valignment="top" width="0">
5202 <row>
5203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207 Command
5208 \end_layout
5209
5210 \end_inset
5211 </cell>
5212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5213 \begin_inset Text
5214
5215 \begin_layout Plain Layout
5216 Result
5217 \begin_inset Note Note
5218 status collapsed
5219
5220 \begin_layout Plain Layout
5221
5222 \series bold
5223
5224 \backslash
5225 raisebox
5226 \series default
5227  is only used as spacer.
5228 \end_layout
5229
5230 \end_inset
5231
5232
5233 \end_layout
5234
5235 \end_inset
5236 </cell>
5237 </row>
5238 <row>
5239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5240 \begin_inset Text
5241
5242 \begin_layout Plain Layout
5243
5244 \backslash
5245 bmatrix
5246 \begin_inset ERT
5247 status collapsed
5248
5249 \begin_layout Plain Layout
5250
5251
5252 \backslash
5253 spce 
5254 \end_layout
5255
5256 \end_inset
5257
5258 2
5259 \series bold
5260 ×
5261 \series default
5262 2
5263 \begin_inset space \thinspace{}
5264 \end_inset
5265
5266 matrix
5267 \end_layout
5268
5269 \end_inset
5270 </cell>
5271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5276 0 & \textrm{-}\mathrm{i}\\
5277 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5278 \end_inset
5279
5280
5281 \end_layout
5282
5283 \end_inset
5284 </cell>
5285 </row>
5286 <row>
5287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5288 \begin_inset Text
5289
5290 \begin_layout Plain Layout
5291
5292 \backslash
5293 Bmatrix
5294 \begin_inset ERT
5295 status collapsed
5296
5297 \begin_layout Plain Layout
5298
5299
5300 \backslash
5301 spce 
5302 \end_layout
5303
5304 \end_inset
5305
5306 2
5307 \series bold
5308 ×
5309 \series default
5310 2
5311 \begin_inset space \thinspace{}
5312 \end_inset
5313
5314 matrix
5315 \end_layout
5316
5317 \end_inset
5318 </cell>
5319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Plain Layout
5323 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5324 0 & \textrm{-}\mathrm{i}\\
5325 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5326 \end_inset
5327
5328
5329 \end_layout
5330
5331 \end_inset
5332 </cell>
5333 </row>
5334 <row>
5335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5336 \begin_inset Text
5337
5338 \begin_layout Plain Layout
5339
5340 \backslash
5341 pmatrix
5342 \begin_inset ERT
5343 status collapsed
5344
5345 \begin_layout Plain Layout
5346
5347
5348 \backslash
5349 spce 
5350 \end_layout
5351
5352 \end_inset
5353
5354 2
5355 \series bold
5356 ×
5357 \series default
5358 2
5359 \begin_inset space \thinspace{}
5360 \end_inset
5361
5362 matrix
5363 \end_layout
5364
5365 \end_inset
5366 </cell>
5367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5368 \begin_inset Text
5369
5370 \begin_layout Plain Layout
5371 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5372 0 & \textrm{-}\mathrm{i}\\
5373 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5374 \end_inset
5375
5376
5377 \end_layout
5378
5379 \end_inset
5380 </cell>
5381 </row>
5382 </lyxtabular>
5383
5384 \end_inset
5385
5386
5387 \begin_inset space \hfill{}
5388 \end_inset
5389
5390
5391 \begin_inset Tabular
5392 <lyxtabular version="3" rows="4" columns="2">
5393 <features>
5394 <column alignment="center" valignment="top" width="0">
5395 <column alignment="center" valignment="top" width="0">
5396 <row>
5397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Plain Layout
5401 Command
5402 \end_layout
5403
5404 \end_inset
5405 </cell>
5406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5407 \begin_inset Text
5408
5409 \begin_layout Plain Layout
5410 Result
5411 \end_layout
5412
5413 \end_inset
5414 </cell>
5415 </row>
5416 <row>
5417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Plain Layout
5421
5422 \backslash
5423 vmatrix
5424 \begin_inset ERT
5425 status collapsed
5426
5427 \begin_layout Plain Layout
5428
5429
5430 \backslash
5431 spce 
5432 \end_layout
5433
5434 \end_inset
5435
5436 2
5437 \series bold
5438 ×
5439 \series default
5440 2
5441 \begin_inset space \thinspace{}
5442 \end_inset
5443
5444 matrix
5445 \end_layout
5446
5447 \end_inset
5448 </cell>
5449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5450 \begin_inset Text
5451
5452 \begin_layout Plain Layout
5453 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5454 0 & \textrm{-}\mathrm{i}\\
5455 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5456 \end_inset
5457
5458
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 </row>
5464 <row>
5465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469
5470 \backslash
5471 Vmatrix
5472 \begin_inset ERT
5473 status collapsed
5474
5475 \begin_layout Plain Layout
5476
5477
5478 \backslash
5479 spce 
5480 \end_layout
5481
5482 \end_inset
5483
5484 2
5485 \series bold
5486 ×
5487 \series default
5488 2
5489 \begin_inset space \thinspace{}
5490 \end_inset
5491
5492 matrix
5493 \end_layout
5494
5495 \end_inset
5496 </cell>
5497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5498 \begin_inset Text
5499
5500 \begin_layout Plain Layout
5501 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5502 0 & \textrm{-}\mathrm{i}\\
5503 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5504 \end_inset
5505
5506
5507 \end_layout
5508
5509 \end_inset
5510 </cell>
5511 </row>
5512 <row>
5513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5514 \begin_inset Text
5515
5516 \begin_layout Plain Layout
5517
5518 \backslash
5519 matrix
5520 \begin_inset ERT
5521 status collapsed
5522
5523 \begin_layout Plain Layout
5524
5525
5526 \backslash
5527 spce 
5528 \end_layout
5529
5530 \end_inset
5531
5532 2
5533 \series bold
5534 ×
5535 \series default
5536 2
5537 \begin_inset space \thinspace{}
5538 \end_inset
5539
5540 matrix
5541 \end_layout
5542
5543 \end_inset
5544 </cell>
5545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5546 \begin_inset Text
5547
5548 \begin_layout Plain Layout
5549 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5550 0 & \textrm{-}\mathrm{i}\\
5551 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5552 \end_inset
5553
5554
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 </row>
5560 </lyxtabular>
5561
5562 \end_inset
5563
5564
5565 \begin_inset space \hfill{}
5566 \end_inset
5567
5568
5569 \end_layout
5570
5571 \begin_layout Standard
5572 \begin_inset VSpace medskip
5573 \end_inset
5574
5575 When e.
5576 \begin_inset space \thinspace{}
5577 \end_inset
5578
5579 g.
5580 \begin_inset space ~
5581 \end_inset
5582
5583
5584 \series bold
5585
5586 \backslash
5587 vmatrix
5588 \series default
5589  is inserted, a blue box appears between two vertical lines where the matrix
5590  is inserted.
5591 \end_layout
5592
5593 \begin_layout Standard
5594 \begin_inset VSpace bigskip
5595 \end_inset
5596
5597 As all multiline formulas are matrices, the length 
5598 \series bold
5599
5600 \backslash
5601 arraycolsep
5602 \series default
5603
5604 \begin_inset Index
5605 status collapsed
5606
5607 \begin_layout Plain Layout
5608 Commands ! A ! 
5609 \backslash
5610 arraycolsep
5611 \end_layout
5612
5613 \end_inset
5614
5615  that is described in 
5616 \begin_inset CommandInset ref
5617 LatexCommand ref
5618 reference "sub:Column-Separation"
5619
5620 \end_inset
5621
5622  can also be used to change the column separation of matrices.
5623 \end_layout
5624
5625 \begin_layout Standard
5626 To change the row separation, the command 
5627 \series bold
5628
5629 \backslash
5630 arraystretch
5631 \series default
5632
5633 \begin_inset Index
5634 status collapsed
5635
5636 \begin_layout Plain Layout
5637 Commands ! A ! 
5638 \backslash
5639 arraystretch
5640 \end_layout
5641
5642 \end_inset
5643
5644  is used.
5645  It is used as follows:
5646 \end_layout
5647
5648 \begin_layout Standard
5649
5650 \series bold
5651
5652 \backslash
5653 renewcommand{
5654 \backslash
5655 arraystretch}{stretch factor}
5656 \begin_inset Index
5657 status collapsed
5658
5659 \begin_layout Plain Layout
5660 Commands ! R ! 
5661 \backslash
5662 renewcommand
5663 \end_layout
5664
5665 \end_inset
5666
5667
5668 \end_layout
5669
5670 \begin_layout Standard
5671 The command 
5672 \series bold
5673
5674 \backslash
5675 renewcommand
5676 \series default
5677  assigns the stretch factor to the predefined command 
5678 \series bold
5679
5680 \backslash
5681 arraystretch
5682 \series default
5683 .
5684  To double e.
5685 \begin_inset space \thinspace{}
5686 \end_inset
5687
5688 g.
5689 \begin_inset space ~
5690 \end_inset
5691
5692 the row separation, use the factor 2.
5693  This is then used for all following matrices.
5694  To go back to the original separation, assign the factor 1 to 
5695 \series bold
5696
5697 \backslash
5698 arraystretch
5699 \series default
5700 .
5701 \end_layout
5702
5703 \begin_layout Standard
5704 To set matrices into a text line, the command 
5705 \series bold
5706
5707 \backslash
5708 smallmatrix
5709 \series default
5710
5711 \begin_inset Index
5712 status collapsed
5713
5714 \begin_layout Plain Layout
5715 Commands ! S ! 
5716 \backslash
5717 smallmatrix
5718 \end_layout
5719
5720 \end_inset
5721
5722  is used.
5723  When it is inserted a blue box with two dashed lines appears.
5724  In this box the matrix is inserted.
5725 \end_layout
5726
5727 \begin_layout Standard
5728 This is a matrix 
5729 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5730 C & D\end{smallmatrix}\right)$
5731 \end_inset
5732
5733  in a text line.
5734 \end_layout
5735
5736 \begin_layout Section
5737 Brackets and Delimiters
5738 \begin_inset Index
5739 status collapsed
5740
5741 \begin_layout Plain Layout
5742 Brackets
5743 \end_layout
5744
5745 \end_inset
5746
5747
5748 \begin_inset Index
5749 status collapsed
5750
5751 \begin_layout Plain Layout
5752 Delimiters
5753 \end_layout
5754
5755 \end_inset
5756
5757
5758 \end_layout
5759
5760 \begin_layout Subsection
5761 Vertical Brackets and Delimiters
5762 \begin_inset Index
5763 status collapsed
5764
5765 \begin_layout Plain Layout
5766 Brackets ! vertical
5767 \end_layout
5768
5769 \end_inset
5770
5771
5772 \end_layout
5773
5774 \begin_layout Standard
5775 \begin_inset space \hfill{}
5776 \end_inset
5777
5778
5779 \begin_inset Tabular
5780 <lyxtabular version="3" rows="9" columns="2">
5781 <features>
5782 <column alignment="center" valignment="top" width="0pt">
5783 <column alignment="center" valignment="top" width="0pt">
5784 <row>
5785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789 Command
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798 Result
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 </row>
5804 <row>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 (
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5815 \begin_inset Text
5816
5817 \begin_layout Plain Layout
5818 \begin_inset Formula $($
5819 \end_inset
5820
5821
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 </row>
5827 <row>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 {
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841 \begin_inset Formula $\{$
5842 \end_inset
5843
5844
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 </row>
5850 <row>
5851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855 [
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864 \begin_inset Formula $[$
5865 \end_inset
5866
5867
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 </row>
5873 <row>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878
5879 \backslash
5880 langle
5881 \end_layout
5882
5883 \end_inset
5884 </cell>
5885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889 \begin_inset Formula $\langle$
5890 \end_inset
5891
5892
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 </row>
5898 <row>
5899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903
5904 \backslash
5905 lceil
5906 \end_layout
5907
5908 \end_inset
5909 </cell>
5910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5911 \begin_inset Text
5912
5913 \begin_layout Plain Layout
5914 \begin_inset Formula $\lceil$
5915 \end_inset
5916
5917
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 </row>
5923 <row>
5924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928
5929 \backslash
5930 lfloor
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Plain Layout
5939 \begin_inset Formula $\lfloor$
5940 \end_inset
5941
5942
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 </row>
5948 <row>
5949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953 /
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5959 \begin_inset Text
5960
5961 \begin_layout Plain Layout
5962 \begin_inset Formula $/$
5963 \end_inset
5964
5965
5966 \end_layout
5967
5968 \end_inset
5969 </cell>
5970 </row>
5971 <row>
5972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976 |
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985 \begin_inset Formula $|$
5986 \end_inset
5987
5988
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 </row>
5994 </lyxtabular>
5995
5996 \end_inset
5997
5998
5999 \begin_inset space \hfill{}
6000 \end_inset
6001
6002
6003 \begin_inset Tabular
6004 <lyxtabular version="3" rows="9" columns="2">
6005 <features>
6006 <column alignment="center" valignment="top" width="0pt">
6007 <column alignment="center" valignment="top" width="0pt">
6008 <row>
6009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Plain Layout
6013 Command
6014 \end_layout
6015
6016 \end_inset
6017 </cell>
6018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Plain Layout
6022 Result
6023 \end_layout
6024
6025 \end_inset
6026 </cell>
6027 </row>
6028 <row>
6029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6030 \begin_inset Text
6031
6032 \begin_layout Plain Layout
6033 )
6034 \end_layout
6035
6036 \end_inset
6037 </cell>
6038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6039 \begin_inset Text
6040
6041 \begin_layout Plain Layout
6042 \begin_inset Formula $)$
6043 \end_inset
6044
6045
6046 \end_layout
6047
6048 \end_inset
6049 </cell>
6050 </row>
6051 <row>
6052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056 }
6057 \end_layout
6058
6059 \end_inset
6060 </cell>
6061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065 \begin_inset Formula $\}$
6066 \end_inset
6067
6068
6069 \end_layout
6070
6071 \end_inset
6072 </cell>
6073 </row>
6074 <row>
6075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Plain Layout
6079 ]
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6085 \begin_inset Text
6086
6087 \begin_layout Plain Layout
6088 \begin_inset Formula $]$
6089 \end_inset
6090
6091
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 </row>
6097 <row>
6098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6099 \begin_inset Text
6100
6101 \begin_layout Plain Layout
6102
6103 \backslash
6104 rangle
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Plain Layout
6113 \begin_inset Formula $\rangle$
6114 \end_inset
6115
6116
6117 \end_layout
6118
6119 \end_inset
6120 </cell>
6121 </row>
6122 <row>
6123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Plain Layout
6127
6128 \backslash
6129 rceil
6130 \end_layout
6131
6132 \end_inset
6133 </cell>
6134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6135 \begin_inset Text
6136
6137 \begin_layout Plain Layout
6138 \begin_inset Formula $\rceil$
6139 \end_inset
6140
6141
6142 \end_layout
6143
6144 \end_inset
6145 </cell>
6146 </row>
6147 <row>
6148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6149 \begin_inset Text
6150
6151 \begin_layout Plain Layout
6152
6153 \backslash
6154 rfloor
6155 \end_layout
6156
6157 \end_inset
6158 </cell>
6159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6160 \begin_inset Text
6161
6162 \begin_layout Plain Layout
6163 \begin_inset Formula $\rfloor$
6164 \end_inset
6165
6166
6167 \end_layout
6168
6169 \end_inset
6170 </cell>
6171 </row>
6172 <row>
6173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177
6178 \backslash
6179
6180 \backslash
6181
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6187 \begin_inset Text
6188
6189 \begin_layout Plain Layout
6190 \begin_inset Formula $\backslash$
6191 \end_inset
6192
6193
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 </row>
6199 <row>
6200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6201 \begin_inset Text
6202
6203 \begin_layout Plain Layout
6204
6205 \backslash
6206 |
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 \begin_inset Formula $\|$
6216 \end_inset
6217
6218
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 </row>
6224 </lyxtabular>
6225
6226 \end_inset
6227
6228
6229 \begin_inset space \hfill{}
6230 \end_inset
6231
6232
6233 \end_layout
6234
6235 \begin_layout Standard
6236
6237 \series medium
6238 \begin_inset Note Greyedout
6239 status open
6240
6241 \begin_layout Plain Layout
6242
6243 \series bold
6244 Note:
6245 \series default
6246  In TeX-mode the command 
6247 \series bold
6248
6249 \backslash
6250 textbackslash
6251 \series default
6252
6253 \begin_inset Index
6254 status collapsed
6255
6256 \begin_layout Plain Layout
6257 Commands ! T ! 
6258 \backslash
6259 textbackslash
6260 \end_layout
6261
6262 \end_inset
6263
6264  must be used for the backslash, because the command 
6265 \series bold
6266
6267 \backslash
6268
6269 \backslash
6270
6271 \series default
6272  produces there a line break.
6273 \end_layout
6274
6275 \end_inset
6276
6277
6278 \end_layout
6279
6280 \begin_layout Standard
6281 For all characters listed above the size can be adjusted with the commands
6282  described in the following two subsections.
6283  When using these commands, the characters < and > can directly be used
6284  instead of the commands 
6285 \series bold
6286
6287 \backslash
6288 langle
6289 \series default
6290  and 
6291 \series bold
6292
6293 \backslash
6294 rangle
6295 \series default
6296 .
6297 \end_layout
6298
6299 \begin_layout Subsubsection
6300 Manual Bracket Size
6301 \begin_inset CommandInset label
6302 LatexCommand label
6303 name "sub:Manual-Bracket-Size"
6304
6305 \end_inset
6306
6307
6308 \begin_inset Index
6309 status collapsed
6310
6311 \begin_layout Plain Layout
6312 Bracket size ! manual
6313 \end_layout
6314
6315 \end_inset
6316
6317
6318 \end_layout
6319
6320 \begin_layout Standard
6321 The bracket size can be specified manually by the LaTeX-commands 
6322 \series bold
6323
6324 \backslash
6325 big
6326 \series default
6327
6328 \begin_inset Index
6329 status collapsed
6330
6331 \begin_layout Plain Layout
6332 Commands ! B ! 
6333 \backslash
6334 big
6335 \end_layout
6336
6337 \end_inset
6338
6339
6340 \series bold
6341
6342 \backslash
6343 Big
6344 \series default
6345
6346 \series bold
6347
6348 \backslash
6349 bigg
6350 \series default
6351 , and 
6352 \series bold
6353
6354 \backslash
6355 Bigg
6356 \series default
6357 .
6358  
6359 \series bold
6360
6361 \backslash
6362 big
6363 \series default
6364  denotes the smallest and 
6365 \series bold
6366
6367 \backslash
6368 Bigg
6369 \series default
6370  the largest bracket size.
6371 \end_layout
6372
6373 \begin_layout Standard
6374 These commands are used to emphasize levels of brackets:
6375 \end_layout
6376
6377 \begin_layout Standard
6378 \align center
6379 \begin_inset Tabular
6380 <lyxtabular version="3" rows="2" columns="2">
6381 <features>
6382 <column alignment="center" valignment="top" width="0pt">
6383 <column alignment="center" valignment="top" width="0pt">
6384 <row>
6385 <cell alignment="center" valignment="top" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 all brackets in the same size:
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 <cell alignment="center" valignment="top" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6399 \end_inset
6400
6401
6402 \end_layout
6403
6404 \end_inset
6405 </cell>
6406 </row>
6407 <row>
6408 <cell alignment="center" valignment="top" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412 this looks better:
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 <cell alignment="center" valignment="top" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Plain Layout
6421 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6422 \end_inset
6423
6424
6425 \end_layout
6426
6427 \end_inset
6428 </cell>
6429 </row>
6430 </lyxtabular>
6431
6432 \end_inset
6433
6434
6435 \begin_inset Note Note
6436 status collapsed
6437
6438 \begin_layout Plain Layout
6439
6440 \series bold
6441
6442 \backslash
6443 raisebox
6444 \series default
6445  is only used as spacer.
6446 \end_layout
6447
6448 \end_inset
6449
6450
6451 \end_layout
6452
6453 \begin_layout Standard
6454 For the second formula the command 
6455 \series bold
6456
6457 \backslash
6458 Big((A+B)(A-B)
6459 \backslash
6460 Big)^
6461 \begin_inset ERT
6462 status collapsed
6463
6464 \begin_layout Plain Layout
6465
6466
6467 \backslash
6468 spce 
6469 \end_layout
6470
6471 \end_inset
6472
6473 C
6474 \series default
6475  has been used.
6476 \end_layout
6477
6478 \begin_layout Standard
6479 Here is an overview about all bracket sizes:
6480 \end_layout
6481
6482 \begin_layout Standard
6483 \align center
6484
6485 \backslash
6486 Bigg(
6487 \backslash
6488 exp
6489 \backslash
6490 bigg<
6491 \backslash
6492 Big[
6493 \backslash
6494 big{
6495 \backslash
6496 ln(3x)
6497 \backslash
6498 big}^2
6499 \begin_inset ERT
6500 status collapsed
6501
6502 \begin_layout Plain Layout
6503
6504
6505 \backslash
6506 spce 
6507 \end_layout
6508
6509 \end_inset
6510
6511
6512 \backslash
6513 sin(x)
6514 \backslash
6515 Big]^
6516 \begin_inset ERT
6517 status collapsed
6518
6519 \begin_layout Plain Layout
6520
6521
6522 \backslash
6523 spce 
6524 \end_layout
6525
6526 \end_inset
6527
6528 A
6529 \begin_inset ERT
6530 status collapsed
6531
6532 \begin_layout Plain Layout
6533
6534
6535 \backslash
6536 spce 
6537 \end_layout
6538
6539 \end_inset
6540
6541
6542 \backslash
6543 bigg>
6544 \backslash
6545 Bigg)^0,5
6546 \end_layout
6547
6548 \begin_layout Standard
6549 \align center
6550 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6551 \end_inset
6552
6553
6554 \end_layout
6555
6556 \begin_layout Standard
6557 Besides the 
6558 \series bold
6559
6560 \backslash
6561 big
6562 \series default
6563 -commands there is the variant 
6564 \series bold
6565
6566 \backslash
6567 bigm
6568 \series default
6569
6570 \begin_inset Index
6571 status collapsed
6572
6573 \begin_layout Plain Layout
6574 Commands ! B ! 
6575 \backslash
6576 bigm
6577 \end_layout
6578
6579 \end_inset
6580
6581  that adds a bit more space between the bracket and its content, and the
6582  variant 
6583 \series bold
6584
6585 \backslash
6586 bigl
6587 \series default
6588 -
6589 \series bold
6590
6591 \backslash
6592 bigr
6593 \series default
6594
6595 \begin_inset Index
6596 status collapsed
6597
6598 \begin_layout Plain Layout
6599 Commands ! B ! 
6600 \backslash
6601 bigl - 
6602 \backslash
6603 bigr
6604 \end_layout
6605
6606 \end_inset
6607
6608 , that don't add additional space.
6609  The 
6610 \emph on
6611 l
6612 \emph default
6613  at the end of the command 
6614 \series bold
6615
6616 \backslash
6617 bigl
6618 \series default
6619  is for a left bracket; for a right bracket this will be replaced by an
6620  
6621 \emph on
6622 r
6623 \emph default
6624 .
6625  A left or right bracket can each be an opening or closing bracket.
6626 \end_layout
6627
6628 \begin_layout Standard
6629 In the following table is a comparison of the variants:
6630 \end_layout
6631
6632 \begin_layout Standard
6633 \align center
6634 \begin_inset Tabular
6635 <lyxtabular version="3" rows="5" columns="2">
6636 <features>
6637 <column alignment="center" valignment="middle" width="0">
6638 <column alignment="center" valignment="middle" width="0">
6639 <row>
6640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644 Command
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 Result
6654 \begin_inset Note Note
6655 status collapsed
6656
6657 \begin_layout Plain Layout
6658
6659 \series bold
6660
6661 \backslash
6662 raisebox
6663 \series default
6664  is only used as spacer.
6665 \end_layout
6666
6667 \end_inset
6668
6669
6670 \end_layout
6671
6672 \end_inset
6673 </cell>
6674 </row>
6675 <row>
6676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6677 \begin_inset Text
6678
6679 \begin_layout Plain Layout
6680
6681 \backslash
6682 Bigm(
6683 \backslash
6684 bigm(
6685 \backslash
6686 ln(3x)
6687 \backslash
6688 bigm)^2
6689 \series bold
6690
6691 \begin_inset ERT
6692 status collapsed
6693
6694 \begin_layout Plain Layout
6695
6696
6697 \backslash
6698 spce 
6699 \end_layout
6700
6701 \end_inset
6702
6703
6704 \series default
6705
6706 \backslash
6707 Bigm)
6708 \end_layout
6709
6710 \end_inset
6711 </cell>
6712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6713 \begin_inset Text
6714
6715 \begin_layout Plain Layout
6716 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6717 \end_inset
6718
6719
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 </row>
6725 <row>
6726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6727 \begin_inset Text
6728
6729 \begin_layout Plain Layout
6730
6731 \backslash
6732 Big(
6733 \backslash
6734 big(
6735 \backslash
6736 ln(3x)
6737 \backslash
6738 big)^2
6739 \series bold
6740
6741 \begin_inset ERT
6742 status collapsed
6743
6744 \begin_layout Plain Layout
6745
6746
6747 \backslash
6748 spce 
6749 \end_layout
6750
6751 \end_inset
6752
6753
6754 \series default
6755
6756 \backslash
6757 Big)
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6763 \begin_inset Text
6764
6765 \begin_layout Plain Layout
6766 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6767 \end_inset
6768
6769
6770 \end_layout
6771
6772 \end_inset
6773 </cell>
6774 </row>
6775 <row>
6776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Plain Layout
6780
6781 \backslash
6782 Bigl(
6783 \backslash
6784 bigl(
6785 \backslash
6786 ln(3x)
6787 \backslash
6788 bigr)^2
6789 \series bold
6790
6791 \begin_inset ERT
6792 status collapsed
6793
6794 \begin_layout Plain Layout
6795
6796
6797 \backslash
6798 spce 
6799 \end_layout
6800
6801 \end_inset
6802
6803
6804 \series default
6805
6806 \backslash
6807 Bigr)
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6813 \begin_inset Text
6814
6815 \begin_layout Plain Layout
6816 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6817 \end_inset
6818
6819
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 </row>
6825 <row>
6826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6827 \begin_inset Text
6828
6829 \begin_layout Plain Layout
6830
6831 \backslash
6832 bigl)
6833 \backslash
6834 ln(3x)
6835 \backslash
6836 bigr(
6837 \end_layout
6838
6839 \end_inset
6840 </cell>
6841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6842 \begin_inset Text
6843
6844 \begin_layout Plain Layout
6845 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6846 \end_inset
6847
6848
6849 \end_layout
6850
6851 \end_inset
6852 </cell>
6853 </row>
6854 </lyxtabular>
6855
6856 \end_inset
6857
6858
6859 \end_layout
6860
6861 \begin_layout Subsubsection
6862 Automatic Bracket Size
6863 \begin_inset CommandInset label
6864 LatexCommand label
6865 name "sub:Automatic-Bracket-Size"
6866
6867 \end_inset
6868
6869
6870 \begin_inset Index
6871 status collapsed
6872
6873 \begin_layout Plain Layout
6874 Bracket size ! automatic
6875 \end_layout
6876
6877 \end_inset
6878
6879
6880 \end_layout
6881
6882 \begin_layout Standard
6883 Brackets with variable size can be inserted with the commands 
6884 \series bold
6885
6886 \backslash
6887 left
6888 \series default
6889
6890 \begin_inset Index
6891 status collapsed
6892
6893 \begin_layout Plain Layout
6894 Commands ! L ! 
6895 \backslash
6896 left
6897 \end_layout
6898
6899 \end_inset
6900
6901  and 
6902 \series bold
6903
6904 \backslash
6905 right
6906 \series default
6907
6908 \begin_inset Index
6909 status collapsed
6910
6911 \begin_layout Plain Layout
6912 Commands ! R ! 
6913 \backslash
6914 right
6915 \end_layout
6916
6917 \end_inset
6918
6919  or via the math toolbar button 
6920 \begin_inset Graphics
6921         filename ../images/dialog-show_mathdelimiter.png
6922         scale 85
6923
6924 \end_inset
6925
6926 .
6927  Directly behind 
6928 \series bold
6929
6930 \backslash
6931 left
6932 \series default
6933  and 
6934 \series bold
6935
6936 \backslash
6937 right
6938 \series default
6939  the wanted bracket must be inserted.
6940  The bracket size will then automatically be calculated for the output.
6941 \end_layout
6942
6943 \begin_layout Standard
6944 \align center
6945 normal bracket: The command 
6946 \series bold
6947
6948 \backslash
6949 ln(
6950 \backslash
6951 frac
6952 \begin_inset ERT
6953 status collapsed
6954
6955 \begin_layout Plain Layout
6956
6957
6958 \backslash
6959 spce 
6960 \end_layout
6961
6962 \end_inset
6963
6964 A
6965 \begin_inset Formula $\downarrow$
6966 \end_inset
6967
6968 C
6969 \begin_inset ERT
6970 status collapsed
6971
6972 \begin_layout Plain Layout
6973
6974
6975 \backslash
6976 spce 
6977 \end_layout
6978
6979 \end_inset
6980
6981 )
6982 \series default
6983  creates
6984 \begin_inset Formula \[
6985 \ln(\frac{A}{C})\]
6986
6987 \end_inset
6988
6989
6990 \end_layout
6991
6992 \begin_layout Standard
6993 \align center
6994 multiline bracket: The command 
6995 \series bold
6996
6997 \backslash
6998 ln
6999 \backslash
7000 left(
7001 \backslash
7002 frac
7003 \begin_inset ERT
7004 status collapsed
7005
7006 \begin_layout Plain Layout
7007
7008
7009 \backslash
7010 spce 
7011 \end_layout
7012
7013 \end_inset
7014
7015 A
7016 \begin_inset Formula $\downarrow$
7017 \end_inset
7018
7019 C
7020 \begin_inset ERT
7021 status collapsed
7022
7023 \begin_layout Plain Layout
7024
7025
7026 \backslash
7027 spce 
7028 \end_layout
7029
7030 \end_inset
7031
7032
7033 \backslash
7034 right)
7035 \series default
7036  creates
7037 \begin_inset Formula \[
7038 \ln\left(\frac{A}{C}\right)\]
7039
7040 \end_inset
7041
7042
7043 \end_layout
7044
7045 \begin_layout Standard
7046 Instead of 
7047 \series bold
7048
7049 \backslash
7050 left
7051 \series default
7052  and 
7053 \series bold
7054
7055 \backslash
7056 right
7057 \series default
7058  the shortcut 
7059 \family sans
7060 Alt+M
7061 \begin_inset space ~
7062 \end_inset
7063
7064 Bracket
7065 \family default
7066  can be used.
7067  This has the advantage that you can see in LyX immediately the real bracket
7068  size and that the matching right bracket will be created too.
7069 \begin_inset Newline newline
7070 \end_inset
7071
7072 The command for the last example would then be: 
7073 \series bold
7074
7075 \backslash
7076 ln Alt+M
7077 \series default
7078  
7079 \series bold
7080 (
7081 \backslash
7082 frac
7083 \begin_inset ERT
7084 status collapsed
7085
7086 \begin_layout Plain Layout
7087
7088
7089 \backslash
7090 spce 
7091 \end_layout
7092
7093 \end_inset
7094
7095 A
7096 \begin_inset Formula $\downarrow$
7097 \end_inset
7098
7099 C
7100 \end_layout
7101
7102 \begin_layout Standard
7103 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7104  For example the command 
7105 \series bold
7106
7107 \backslash
7108 left.
7109 \backslash
7110 frac
7111 \begin_inset ERT
7112 status collapsed
7113
7114 \begin_layout Plain Layout
7115
7116
7117 \backslash
7118 spce 
7119 \end_layout
7120
7121 \end_inset
7122
7123 A
7124 \begin_inset Formula $\downarrow$
7125 \end_inset
7126
7127 B
7128 \begin_inset ERT
7129 status collapsed
7130
7131 \begin_layout Plain Layout
7132
7133
7134 \backslash
7135 spce 
7136 \end_layout
7137
7138 \end_inset
7139
7140
7141 \backslash
7142 right}
7143 \series default
7144  creates:
7145 \series bold
7146
7147 \begin_inset Formula \[
7148 \left.\frac{A}{B}\right\} \]
7149
7150 \end_inset
7151
7152
7153 \series default
7154 The commands 
7155 \series bold
7156
7157 \backslash
7158 left
7159 \series default
7160  and 
7161 \series bold
7162
7163 \backslash
7164 right
7165 \series default
7166  will be converted by LyX to brackets in the right size when the document
7167  is reloaded and an omitted bracket will appear as dashed line.
7168 \end_layout
7169
7170 \begin_layout Standard
7171 \begin_inset VSpace bigskip
7172 \end_inset
7173
7174 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7175  the command 
7176 \series bold
7177
7178 \backslash
7179 middle
7180 \series default
7181
7182 \begin_inset Index
7183 status collapsed
7184
7185 \begin_layout Plain Layout
7186 Commands ! M ! 
7187 \backslash
7188 middle
7189 \end_layout
7190
7191 \end_inset
7192
7193  is additionally available for all brackets and limits.
7194  With this command the height of the following character is adapted to the
7195  one of the surrounding brackets, what is e.
7196 \begin_inset space \thinspace{}
7197 \end_inset
7198
7199 g.
7200 \begin_inset space ~
7201 \end_inset
7202
7203 needed for physical vectors:
7204 \begin_inset Formula \[
7205 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7206
7207 \end_inset
7208
7209 For physical vectors there is a special LaTeX-package, described in 
7210 \begin_inset CommandInset ref
7211 LatexCommand ref
7212 reference "sub:Physical-Vectors"
7213
7214 \end_inset
7215
7216 .
7217 \end_layout
7218
7219 \begin_layout Subsection
7220 Horizontal Brackets
7221 \begin_inset Index
7222 status collapsed
7223
7224 \begin_layout Plain Layout
7225 Brackets ! horizontal
7226 \end_layout
7227
7228 \end_inset
7229
7230
7231 \end_layout
7232
7233 \begin_layout Standard
7234 \align center
7235 \begin_inset Tabular
7236 <lyxtabular version="3" rows="4" columns="2">
7237 <features>
7238 <column alignment="center" valignment="top" width="0pt">
7239 <column alignment="center" valignment="top" width="0pt">
7240 <row>
7241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7242 \begin_inset Text
7243
7244 \begin_layout Plain Layout
7245 Command
7246 \begin_inset Note Note
7247 status collapsed
7248
7249 \begin_layout Plain Layout
7250
7251 \series bold
7252
7253 \backslash
7254 raisebox
7255 \series default
7256  is only used as spacer.
7257 \end_layout
7258
7259 \end_inset
7260
7261
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7267 \begin_inset Text
7268
7269 \begin_layout Plain Layout
7270 Result
7271 \end_layout
7272
7273 \end_inset
7274 </cell>
7275 </row>
7276 <row>
7277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7278 \begin_inset Text
7279
7280 \begin_layout Plain Layout
7281 \begin_inset ERT
7282 status collapsed
7283
7284 \begin_layout Plain Layout
7285
7286
7287 \backslash
7288 raisebox{2.3mm}{
7289 \end_layout
7290
7291 \end_inset
7292
7293
7294 \backslash
7295 overbrace
7296 \begin_inset ERT
7297 status collapsed
7298
7299 \begin_layout Plain Layout
7300
7301
7302 \backslash
7303 spce 
7304 \end_layout
7305
7306 \end_inset
7307
7308 A+B
7309 \begin_inset ERT
7310 status collapsed
7311
7312 \begin_layout Plain Layout
7313
7314
7315 \backslash
7316 spce 
7317 \end_layout
7318
7319 \end_inset
7320
7321 ^
7322 \begin_inset ERT
7323 status collapsed
7324
7325 \begin_layout Plain Layout
7326
7327
7328 \backslash
7329 spce 
7330 \end_layout
7331
7332 \end_inset
7333
7334 3
7335 \begin_inset ERT
7336 status collapsed
7337
7338 \begin_layout Plain Layout
7339
7340 }
7341 \end_layout
7342
7343 \end_inset
7344
7345
7346 \begin_inset Index
7347 status collapsed
7348
7349 \begin_layout Plain Layout
7350 Commands ! O ! 
7351 \backslash
7352 overbrace
7353 \end_layout
7354
7355 \end_inset
7356
7357
7358 \end_layout
7359
7360 \end_inset
7361 </cell>
7362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7363 \begin_inset Text
7364
7365 \begin_layout Plain Layout
7366 \begin_inset Formula $\overbrace{A+B}^{3}$
7367 \end_inset
7368
7369
7370 \end_layout
7371
7372 \end_inset
7373 </cell>
7374 </row>
7375 <row>
7376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7377 \begin_inset Text
7378
7379 \begin_layout Plain Layout
7380 \begin_inset ERT
7381 status collapsed
7382
7383 \begin_layout Plain Layout
7384
7385
7386 \backslash
7387 raisebox{-2.2mm}{
7388 \end_layout
7389
7390 \end_inset
7391
7392
7393 \backslash
7394 underbrace
7395 \begin_inset ERT
7396 status collapsed
7397
7398 \begin_layout Plain Layout
7399
7400
7401 \backslash
7402 spce 
7403 \end_layout
7404
7405 \end_inset
7406
7407 A+B
7408 \begin_inset ERT
7409 status collapsed
7410
7411 \begin_layout Plain Layout
7412
7413
7414 \backslash
7415 spce 
7416 \end_layout
7417
7418 \end_inset
7419
7420 _5
7421 \begin_inset ERT
7422 status collapsed
7423
7424 \begin_layout Plain Layout
7425
7426 }
7427 \end_layout
7428
7429 \end_inset
7430
7431
7432 \begin_inset Index
7433 status collapsed
7434
7435 \begin_layout Plain Layout
7436 Commands ! U ! 
7437 \backslash
7438 underbrace
7439 \end_layout
7440
7441 \end_inset
7442
7443
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7449 \begin_inset Text
7450
7451 \begin_layout Plain Layout
7452 \begin_inset Formula $\underbrace{A+B}_{5}$
7453 \end_inset
7454
7455
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 </row>
7461 <row>
7462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7463 \begin_inset Text
7464
7465 \begin_layout Plain Layout
7466
7467 \backslash
7468 overbrace
7469 \begin_inset ERT
7470 status collapsed
7471
7472 \begin_layout Plain Layout
7473
7474
7475 \backslash
7476 spce 
7477 \end_layout
7478
7479 \end_inset
7480
7481
7482 \backslash
7483 underbrace
7484 \begin_inset ERT
7485 status collapsed
7486
7487 \begin_layout Plain Layout
7488
7489
7490 \backslash
7491 spce 
7492 \end_layout
7493
7494 \end_inset
7495
7496 A+B_w
7497 \begin_inset ERT
7498 status collapsed
7499
7500 \begin_layout Plain Layout
7501
7502
7503 \backslash
7504 spce 
7505 \end_layout
7506
7507 \end_inset
7508
7509
7510 \begin_inset ERT
7511 status collapsed
7512
7513 \begin_layout Plain Layout
7514
7515
7516 \backslash
7517 spce 
7518 \end_layout
7519
7520 \end_inset
7521
7522 _7
7523 \begin_inset ERT
7524 status collapsed
7525
7526 \begin_layout Plain Layout
7527
7528
7529 \backslash
7530 spce 
7531 \end_layout
7532
7533 \end_inset
7534
7535
7536 \begin_inset ERT
7537 status collapsed
7538
7539 \begin_layout Plain Layout
7540
7541
7542 \backslash
7543 spce 
7544 \end_layout
7545
7546 \end_inset
7547
7548 ^
7549 \begin_inset ERT
7550 status collapsed
7551
7552 \begin_layout Plain Layout
7553
7554
7555 \backslash
7556 spce 
7557 \end_layout
7558
7559 \end_inset
7560
7561 C
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Plain Layout
7570 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7571 \end_inset
7572
7573
7574 \end_layout
7575
7576 \end_inset
7577 </cell>
7578 </row>
7579 </lyxtabular>
7580
7581 \end_inset
7582
7583
7584 \end_layout
7585
7586 \begin_layout Standard
7587 In the last example it doesn't matter if 
7588 \series bold
7589
7590 \backslash
7591 overbrace
7592 \series default
7593  or 
7594 \series bold
7595
7596 \backslash
7597 underbrace
7598 \series default
7599  is inserted at first.
7600 \end_layout
7601
7602 \begin_layout Standard
7603 \begin_inset VSpace bigskip
7604 \end_inset
7605
7606 When brackets are needed that overlap each other, multiline formulas, as
7607  described in 
7608 \begin_inset CommandInset ref
7609 LatexCommand ref
7610 reference "sec:Multiline-Formulas"
7611
7612 \end_inset
7613
7614 , must be used:
7615 \begin_inset Formula \begin{eqnarray*}
7616 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7617  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7618
7619 \end_inset
7620
7621 In the first row the formula is inserted together with the first brace.
7622  It is hereby important that the space command
7623 \begin_inset Foot
7624 status collapsed
7625
7626 \begin_layout Plain Layout
7627 Space commands are explained in 
7628 \begin_inset CommandInset ref
7629 LatexCommand ref
7630 reference "sub:Predefined-Space"
7631
7632 \end_inset
7633
7634 .
7635 \end_layout
7636
7637 \end_inset
7638
7639  
7640 \series bold
7641
7642 \backslash
7643 :
7644 \series default
7645  is inserted before the first 
7646 \begin_inset Formula $d$
7647 \end_inset
7648
7649 , because the brace that ends behind the 
7650 \begin_inset Formula $q$
7651 \end_inset
7652
7653  prevents that the following 
7654 \begin_inset Quotes eld
7655 \end_inset
7656
7657 +
7658 \begin_inset Quotes erd
7659 \end_inset
7660
7661  is surrounded by space.
7662 \begin_inset Foot
7663 status collapsed
7664
7665 \begin_layout Plain Layout
7666 because a bracket is not handled as character, see 
7667 \begin_inset CommandInset ref
7668 LatexCommand ref
7669 reference "sub:Binary-Operators"
7670
7671 \end_inset
7672
7673
7674 \end_layout
7675
7676 \end_inset
7677
7678  In the second row the second brace is inserted.
7679  As it should begin before the 
7680 \begin_inset Formula $b$
7681 \end_inset
7682
7683 , first the command 
7684 \series bold
7685
7686 \backslash
7687 hphantom{gggg+
7688 \backslash
7689 :}
7690 \series default
7691  is inserted.
7692 \begin_inset Foot
7693 status collapsed
7694
7695 \begin_layout Plain Layout
7696 more about 
7697 \series bold
7698
7699 \backslash
7700 hphantom
7701 \series default
7702  see 
7703 \begin_inset CommandInset ref
7704 LatexCommand ref
7705 reference "sub:Placeholders"
7706
7707 \end_inset
7708
7709
7710 \end_layout
7711
7712 \end_inset
7713
7714  This space is needed because the 
7715 \begin_inset Quotes eld
7716 \end_inset
7717
7718 +
7719 \begin_inset Quotes erd
7720 \end_inset
7721
7722  is also surrounded by space in the formula.
7723  The brace is placed under the command 
7724 \series bold
7725
7726 \backslash
7727 hphantom{bbqq+dddd}
7728 \series default
7729 .
7730 \end_layout
7731
7732 \begin_layout Standard
7733 It gets more complicated when brackets overlap each other, like in the following
7734  example:
7735 \begin_inset ERT
7736 status collapsed
7737
7738 \begin_layout Plain Layout
7739
7740
7741 \backslash
7742 setlength{
7743 \backslash
7744 jot}{-6pt}
7745 \end_layout
7746
7747 \end_inset
7748
7749
7750 \begin_inset Formula \begin{eqnarray*}
7751  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7752 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7753
7754 \end_inset
7755
7756
7757 \begin_inset ERT
7758 status collapsed
7759
7760 \begin_layout Plain Layout
7761
7762
7763 \backslash
7764 setlength{
7765 \backslash
7766 jot}{3pt}
7767 \end_layout
7768
7769 \end_inset
7770
7771 The first formula row is the same as the second row of the previous example,
7772  with the difference that the brace is above.
7773  The second row contains the formula together with the second brace.
7774  To avoid that there is space between the upper brace in the first row and
7775  the formula, the row spacing need to be reduced.
7776  This is not easily possible due to a bug in LyX
7777 \begin_inset Foot
7778 status collapsed
7779
7780 \begin_layout Plain Layout
7781 \begin_inset CommandInset href
7782 LatexCommand href
7783 name "LyX-bug #1505"
7784 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7785
7786 \end_inset
7787
7788
7789 \end_layout
7790
7791 \end_inset
7792
7793 .
7794  As solution for the problem, the global formula row separation 
7795 \series bold
7796
7797 \backslash
7798 jot
7799 \series default
7800
7801 \begin_inset Index
7802 status collapsed
7803
7804 \begin_layout Plain Layout
7805 Commands ! J ! 
7806 \backslash
7807 jot
7808 \end_layout
7809
7810 \end_inset
7811
7812  must be changed to -6
7813 \begin_inset space \thinspace{}
7814 \end_inset
7815
7816 pt before the formula with the command 
7817 \series bold
7818
7819 \backslash
7820 setlength{
7821 \backslash
7822 jot}{-6pt}
7823 \series default
7824  in TeX-mode.
7825  
7826 \series bold
7827
7828 \backslash
7829 jot
7830 \series default
7831  is set back after the formula to the standard value of 3
7832 \begin_inset space \thinspace{}
7833 \end_inset
7834
7835 pt using the same command.
7836  More about the row separation in formulas is explained in 
7837 \begin_inset CommandInset ref
7838 LatexCommand ref
7839 reference "sub:Line-Separation"
7840
7841 \end_inset
7842
7843 .
7844 \end_layout
7845
7846 \begin_layout Section
7847 Arrows
7848 \begin_inset Index
7849 status collapsed
7850
7851 \begin_layout Plain Layout
7852 Arrows
7853 \end_layout
7854
7855 \end_inset
7856
7857
7858 \end_layout
7859
7860 \begin_layout Standard
7861 Arrows can be inserted via the math toolbar button 
7862 \begin_inset Graphics
7863         filename ../images/math/leftarrow.png
7864         scale 85
7865
7866 \end_inset
7867
7868  or the commands listed in the following subsections.
7869 \end_layout
7870
7871 \begin_layout Standard
7872 \begin_inset Newpage newpage
7873 \end_inset
7874
7875
7876 \end_layout
7877
7878 \begin_layout Subsection
7879 Horizontal Arrows
7880 \begin_inset Index
7881 status collapsed
7882
7883 \begin_layout Plain Layout
7884 Arrows ! horizontal
7885 \end_layout
7886
7887 \end_inset
7888
7889
7890 \end_layout
7891
7892 \begin_layout Standard
7893 \begin_inset space \hfill{}
7894 \end_inset
7895
7896
7897 \begin_inset Tabular
7898 <lyxtabular version="3" rows="8" columns="2">
7899 <features>
7900 <column alignment="center" valignment="top" width="0pt">
7901 <column alignment="center" valignment="top" width="0pt">
7902 <row>
7903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907 Command
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916 Result
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 </row>
7922 <row>
7923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Plain Layout
7927
7928 \backslash
7929 gets
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938 \begin_inset Formula $\gets$
7939 \end_inset
7940
7941
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 </row>
7947 <row>
7948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Plain Layout
7952
7953 \backslash
7954 Leftarrow
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963 \begin_inset Formula $\Leftarrow$
7964 \end_inset
7965
7966
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 </row>
7972 <row>
7973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977
7978 \backslash
7979 longleftarrow
7980 \end_layout
7981
7982 \end_inset
7983 </cell>
7984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988 \begin_inset Formula $\longleftarrow$
7989 \end_inset
7990
7991
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 </row>
7997 <row>
7998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002
8003 \backslash
8004 Longleftarrow
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013 \begin_inset Formula $\Longleftarrow$
8014 \end_inset
8015
8016
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 </row>
8022 <row>
8023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027
8028 \backslash
8029 leftharpoonup
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038 \begin_inset Formula $\leftharpoonup$
8039 \end_inset
8040
8041
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 </row>
8047 <row>
8048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052
8053 \backslash
8054 leftharpoondown
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063 \begin_inset Formula $\leftharpoondown$
8064 \end_inset
8065
8066
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 </row>
8072 <row>
8073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077
8078 \backslash
8079 hookleftarrow
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088 \begin_inset Formula $\hookleftarrow$
8089 \end_inset
8090
8091
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 </row>
8097 </lyxtabular>
8098
8099 \end_inset
8100
8101
8102 \begin_inset space \hfill{}
8103 \end_inset
8104
8105
8106 \begin_inset Tabular
8107 <lyxtabular version="3" rows="8" columns="2">
8108 <features>
8109 <column alignment="center" valignment="top" width="0pt">
8110 <column alignment="center" valignment="top" width="0pt">
8111 <row>
8112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116 Command
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125 Result
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 </row>
8131 <row>
8132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136
8137 \backslash
8138 to
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147 \begin_inset Formula $\to$
8148 \end_inset
8149
8150
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 </row>
8156 <row>
8157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161
8162 \backslash
8163 Rightarrow
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172 \begin_inset Formula $\Rightarrow$
8173 \end_inset
8174
8175
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 </row>
8181 <row>
8182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186
8187 \backslash
8188 longrightarrow
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197 \begin_inset Formula $\longrightarrow$
8198 \end_inset
8199
8200
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 </row>
8206 <row>
8207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211
8212 \backslash
8213 Longrightarrow
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222 \begin_inset Formula $\Longrightarrow$
8223 \end_inset
8224
8225
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 </row>
8231 <row>
8232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236
8237 \backslash
8238 rightharpoonup
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 \begin_inset Formula $\rightharpoonup$
8248 \end_inset
8249
8250
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 </row>
8256 <row>
8257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261
8262 \backslash
8263 rightharpoondown
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272 \begin_inset Formula $\rightharpoondown$
8273 \end_inset
8274
8275
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 </row>
8281 <row>
8282 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286
8287 \backslash
8288 hookrightarrow
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297 \begin_inset Formula $\hookrightarrow$
8298 \end_inset
8299
8300
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 </row>
8306 </lyxtabular>
8307
8308 \end_inset
8309
8310
8311 \begin_inset space \hfill{}
8312 \end_inset
8313
8314
8315 \end_layout
8316
8317 \begin_layout Standard
8318 \begin_inset space \hfill{}
8319 \end_inset
8320
8321
8322 \begin_inset Tabular
8323 <lyxtabular version="3" rows="6" columns="2">
8324 <features>
8325 <column alignment="center" valignment="top" width="0pt">
8326 <column alignment="center" valignment="top" width="0pt">
8327 <row>
8328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332 Command
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341 Result
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 </row>
8347 <row>
8348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352
8353 \backslash
8354 leftrightarrow
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363 \begin_inset Formula $\leftrightarrow$
8364 \end_inset
8365
8366
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 </row>
8372 <row>
8373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377
8378 \backslash
8379 Leftrightarrow
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388 \begin_inset Formula $\Leftrightarrow$
8389 \end_inset
8390
8391
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 </row>
8397 <row>
8398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402
8403 \backslash
8404 longleftrightarrow
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413 \begin_inset Formula $\longleftrightarrow$
8414 \end_inset
8415
8416
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 </row>
8422 <row>
8423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427
8428 \backslash
8429 Longleftrightarrow
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438 \begin_inset Formula $\Longleftrightarrow$
8439 \end_inset
8440
8441
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 </row>
8447 <row>
8448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452
8453 \backslash
8454 rightleftharpoons
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463 \begin_inset Formula $\rightleftharpoons$
8464 \end_inset
8465
8466
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 </row>
8472 </lyxtabular>
8473
8474 \end_inset
8475
8476
8477 \begin_inset space \hspace{}
8478 \length 25pt
8479 \end_inset
8480
8481
8482 \begin_inset space \hfill{}
8483 \end_inset
8484
8485
8486 \begin_inset Tabular
8487 <lyxtabular version="3" rows="5" columns="2">
8488 <features>
8489 <column alignment="center" valignment="top" width="0pt">
8490 <column alignment="center" valignment="top" width="0pt">
8491 <row>
8492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496 Command
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505 Result
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 </row>
8511 <row>
8512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516
8517 \backslash
8518 mapsto
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527 \begin_inset Formula $\mapsto$
8528 \end_inset
8529
8530
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 </row>
8536 <row>
8537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541
8542 \backslash
8543 longmapsto
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552 \begin_inset Formula $\longmapsto$
8553 \end_inset
8554
8555
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 </row>
8561 <row>
8562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566
8567 \backslash
8568 leadsto
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577 \begin_inset Formula $\leadsto$
8578 \end_inset
8579
8580
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 </row>
8586 <row>
8587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591
8592 \backslash
8593 dasharrow
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602 \begin_inset Formula $\dasharrow$
8603 \end_inset
8604
8605
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 </row>
8611 </lyxtabular>
8612
8613 \end_inset
8614
8615
8616 \begin_inset space \hfill{}
8617 \end_inset
8618
8619
8620 \end_layout
8621
8622 \begin_layout Standard
8623 \begin_inset VSpace medskip
8624 \end_inset
8625
8626 Arrows used as accent like e.
8627 \begin_inset space \thinspace{}
8628 \end_inset
8629
8630 g.
8631 \begin_inset space ~
8632 \end_inset
8633
8634 vector arrows are listed in 
8635 \begin_inset CommandInset ref
8636 LatexCommand ref
8637 reference "sec:Accents"
8638
8639 \end_inset
8640
8641 .
8642 \end_layout
8643
8644 \begin_layout Standard
8645 \begin_inset VSpace bigskip
8646 \end_inset
8647
8648 Furthermore there are the labeled arrows
8649 \begin_inset Index
8650 status collapsed
8651
8652 \begin_layout Plain Layout
8653 Arrows ! labeled
8654 \end_layout
8655
8656 \end_inset
8657
8658  
8659 \series bold
8660
8661 \backslash
8662 xleftarrow
8663 \series default
8664
8665 \begin_inset Index
8666 status collapsed
8667
8668 \begin_layout Plain Layout
8669 Commands ! X ! 
8670 \backslash
8671 xleftarrow
8672 \end_layout
8673
8674 \end_inset
8675
8676  and 
8677 \series bold
8678
8679 \backslash
8680 xrightarrow
8681 \series default
8682
8683 \begin_inset Index
8684 status collapsed
8685
8686 \begin_layout Plain Layout
8687 Commands ! X ! 
8688 \backslash
8689 xrightarrow
8690 \begin_inset ERT
8691 status collapsed
8692
8693 \begin_layout Plain Layout
8694
8695
8696 \backslash
8697 vspace{4mm}
8698 \end_layout
8699
8700 \end_inset
8701
8702
8703 \end_layout
8704
8705 \end_inset
8706
8707 .
8708  When inserting one of these commands in a formula, an arrow with two blue
8709  boxes appear where the label can be inserted.
8710  The length of the arrow adapts to the label width.
8711 \end_layout
8712
8713 \begin_layout Standard
8714 \align center
8715 \begin_inset Tabular
8716 <lyxtabular version="3" rows="3" columns="2">
8717 <features>
8718 <column alignment="center" valignment="top" width="0pt">
8719 <column alignment="center" valignment="top" width="0pt">
8720 <row>
8721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725 Command
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 Result
8735 \begin_inset Note Note
8736 status collapsed
8737
8738 \begin_layout Plain Layout
8739
8740 \series bold
8741
8742 \backslash
8743 raisebox
8744 \series default
8745  is only used as spacer.
8746 \end_layout
8747
8748 \end_inset
8749
8750
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 </row>
8756 <row>
8757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761 F(a)
8762 \backslash
8763 xleftarrow
8764 \begin_inset ERT
8765 status collapsed
8766
8767 \begin_layout Plain Layout
8768
8769
8770 \backslash
8771 spce 
8772 \end_layout
8773
8774 \end_inset
8775
8776 x=a
8777 \begin_inset Formula $\downarrow$
8778 \end_inset
8779
8780 x>0
8781 \begin_inset Formula $\to$
8782 \end_inset
8783
8784 F(x)
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8794 \end_inset
8795
8796
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 </row>
8802 <row>
8803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807 F(x)
8808 \backslash
8809 xrightarrow
8810 \begin_inset ERT
8811 status collapsed
8812
8813 \begin_layout Plain Layout
8814
8815
8816 \backslash
8817 spce 
8818 \end_layout
8819
8820 \end_inset
8821
8822 x=a
8823 \begin_inset Formula $\downarrow$
8824 \end_inset
8825
8826 x>0
8827 \begin_inset Formula $\to$
8828 \end_inset
8829
8830 F(a)
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8840 \end_inset
8841
8842
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 </row>
8848 </lyxtabular>
8849
8850 \end_inset
8851
8852
8853 \end_layout
8854
8855 \begin_layout Subsection
8856 Vertical and diagonal Arrows
8857 \begin_inset Index
8858 status collapsed
8859
8860 \begin_layout Plain Layout
8861 Arrows ! diagonal
8862 \end_layout
8863
8864 \end_inset
8865
8866
8867 \begin_inset Index
8868 status collapsed
8869
8870 \begin_layout Plain Layout
8871 Arrows ! vertical
8872 \end_layout
8873
8874 \end_inset
8875
8876
8877 \end_layout
8878
8879 \begin_layout Standard
8880 \begin_inset space \hfill{}
8881 \end_inset
8882
8883
8884 \begin_inset Tabular
8885 <lyxtabular version="3" rows="7" columns="2">
8886 <features>
8887 <column alignment="center" valignment="top" width="0pt">
8888 <column alignment="center" valignment="top" width="0pt">
8889 <row>
8890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894 Command
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903 Result
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 </row>
8909 <row>
8910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914
8915 \backslash
8916 uparrow
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925 \begin_inset Formula $\uparrow$
8926 \end_inset
8927
8928
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 </row>
8934 <row>
8935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939
8940 \backslash
8941 Uparrow
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950 \begin_inset Formula $\Uparrow$
8951 \end_inset
8952
8953
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 </row>
8959 <row>
8960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964
8965 \backslash
8966 updownarrow
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975 \begin_inset Formula $\updownarrow$
8976 \end_inset
8977
8978
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 </row>
8984 <row>
8985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989
8990 \backslash
8991 Updownarrow
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000 \begin_inset Formula $\Updownarrow$
9001 \end_inset
9002
9003
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 </row>
9009 <row>
9010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014
9015 \backslash
9016 Downarrow
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025 \begin_inset Formula $\Downarrow$
9026 \end_inset
9027
9028
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 </row>
9034 <row>
9035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039
9040 \backslash
9041 downarrow
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 \begin_inset Formula $\downarrow$
9051 \end_inset
9052
9053
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 </row>
9059 </lyxtabular>
9060
9061 \end_inset
9062
9063
9064 \begin_inset space \hfill{}
9065 \end_inset
9066
9067
9068 \begin_inset Tabular
9069 <lyxtabular version="3" rows="5" columns="2">
9070 <features>
9071 <column alignment="center" valignment="top" width="0pt">
9072 <column alignment="center" valignment="top" width="0pt">
9073 <row>
9074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078 Command
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087 Result
9088 \end_layout
9089
9090 \end_inset
9091 </cell>
9092 </row>
9093 <row>
9094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098
9099 \backslash
9100 nearrow
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109 \begin_inset Formula $\nearrow$
9110 \end_inset
9111
9112
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 </row>
9118 <row>
9119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123
9124 \backslash
9125 searrow
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134 \begin_inset Formula $\searrow$
9135 \end_inset
9136
9137
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 </row>
9143 <row>
9144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148
9149 \backslash
9150 swarrow
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159 \begin_inset Formula $\swarrow$
9160 \end_inset
9161
9162
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 </row>
9168 <row>
9169 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173
9174 \backslash
9175 nwarrow
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 \begin_inset Formula $\nwarrow$
9185 \end_inset
9186
9187
9188 \end_layout
9189
9190 \end_inset
9191 </cell>
9192 </row>
9193 </lyxtabular>
9194
9195 \end_inset
9196
9197
9198 \begin_inset space \hfill{}
9199 \end_inset
9200
9201
9202 \end_layout
9203
9204 \begin_layout Standard
9205 \begin_inset VSpace medskip
9206 \end_inset
9207
9208 Vertical arrows can be used also as delimiter together with the commands
9209  described in 
9210 \begin_inset CommandInset ref
9211 LatexCommand ref
9212 reference "sub:Manual-Bracket-Size"
9213
9214 \end_inset
9215
9216  and 
9217 \begin_inset CommandInset ref
9218 LatexCommand ref
9219 reference "sub:Automatic-Bracket-Size"
9220
9221 \end_inset
9222
9223 .
9224 \end_layout
9225
9226 \begin_layout Standard
9227 \begin_inset Newpage newpage
9228 \end_inset
9229
9230
9231 \end_layout
9232
9233 \begin_layout Section
9234 Accents
9235 \begin_inset CommandInset label
9236 LatexCommand label
9237 name "sec:Accents"
9238
9239 \end_inset
9240
9241
9242 \begin_inset Index
9243 status collapsed
9244
9245 \begin_layout Plain Layout
9246 Accents
9247 \end_layout
9248
9249 \end_inset
9250
9251
9252 \end_layout
9253
9254 \begin_layout Standard
9255 Accents can be inserted via the math toolbar button 
9256 \begin_inset Graphics
9257         filename ../images/math/hat.png
9258         scale 85
9259
9260 \end_inset
9261
9262  or the commands listed in the following subsections.
9263 \end_layout
9264
9265 \begin_layout Subsection
9266 Accents for one Character
9267 \begin_inset ERT
9268 status collapsed
9269
9270 \begin_layout Plain Layout
9271
9272
9273 \backslash
9274 texorpdfstring{
9275 \end_layout
9276
9277 \end_inset
9278
9279
9280 \begin_inset Foot
9281 status collapsed
9282
9283 \begin_layout Plain Layout
9284 accents in text see 
9285 \begin_inset CommandInset ref
9286 LatexCommand ref
9287 reference "sub:Accents-in-Text"
9288
9289 \end_inset
9290
9291
9292 \end_layout
9293
9294 \end_inset
9295
9296
9297 \begin_inset ERT
9298 status collapsed
9299
9300 \begin_layout Plain Layout
9301
9302 }{}
9303 \end_layout
9304
9305 \end_inset
9306
9307
9308 \begin_inset Note Note
9309 status collapsed
9310
9311 \begin_layout Plain Layout
9312
9313 \backslash
9314 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
9315 \end_layout
9316
9317 \begin_layout Plain Layout
9318 More about 
9319 \backslash
9320 texorpdfstring is in section 
9321 \begin_inset CommandInset ref
9322 LatexCommand ref
9323 reference "sub:Formulas-in-Section"
9324
9325 \end_inset
9326
9327 .
9328 \end_layout
9329
9330 \end_inset
9331
9332
9333 \begin_inset CommandInset label
9334 LatexCommand label
9335 name "sub:Accents-for-one"
9336
9337 \end_inset
9338
9339
9340 \begin_inset Index
9341 status collapsed
9342
9343 \begin_layout Plain Layout
9344 Accents ! for one character
9345 \end_layout
9346
9347 \end_inset
9348
9349
9350 \end_layout
9351
9352 \begin_layout Standard
9353 \begin_inset space \hfill{}
9354 \end_inset
9355
9356
9357 \begin_inset Tabular
9358 <lyxtabular version="3" rows="8" columns="2">
9359 <features>
9360 <column alignment="center" valignment="top" width="0pt">
9361 <column alignment="center" valignment="top" width="0pt">
9362 <row>
9363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367 Command
9368 \end_layout
9369
9370 \end_inset
9371 </cell>
9372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Plain Layout
9376 Result
9377 \begin_inset Note Note
9378 status collapsed
9379
9380 \begin_layout Plain Layout
9381
9382 \series bold
9383
9384 \backslash
9385 raisebox
9386 \series default
9387  is only used as spacer.
9388 \end_layout
9389
9390 \end_inset
9391
9392
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 </row>
9398 <row>
9399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Plain Layout
9403
9404 \backslash
9405 dot
9406 \begin_inset ERT
9407 status collapsed
9408
9409 \begin_layout Plain Layout
9410
9411
9412 \backslash
9413 spce 
9414 \end_layout
9415
9416 \end_inset
9417
9418 A
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9424 \begin_inset Text
9425
9426 \begin_layout Plain Layout
9427 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9428 \end_inset
9429
9430
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 </row>
9436 <row>
9437 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Plain Layout
9441
9442 \backslash
9443 ddot
9444 \begin_inset ERT
9445 status collapsed
9446
9447 \begin_layout Plain Layout
9448
9449
9450 \backslash
9451 spce 
9452 \end_layout
9453
9454 \end_inset
9455
9456 A
9457 \end_layout
9458
9459 \end_inset
9460 </cell>
9461 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9462 \begin_inset Text
9463
9464 \begin_layout Plain Layout
9465 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9466 \end_inset
9467
9468
9469 \end_layout
9470
9471 \end_inset
9472 </cell>
9473 </row>
9474 <row>
9475 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9476 \begin_inset Text
9477
9478 \begin_layout Plain Layout
9479
9480 \backslash
9481 dddot
9482 \begin_inset ERT
9483 status collapsed
9484
9485 \begin_layout Plain Layout
9486
9487
9488 \backslash
9489 spce 
9490 \end_layout
9491
9492 \end_inset
9493
9494 A
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9500 \begin_inset Text
9501
9502 \begin_layout Plain Layout
9503 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9504 \end_inset
9505
9506
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 </row>
9512 <row>
9513 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9514 \begin_inset Text
9515
9516 \begin_layout Plain Layout
9517
9518 \backslash
9519 ddddot{A
9520 \end_layout
9521
9522 \end_inset
9523 </cell>
9524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9525 \begin_inset Text
9526
9527 \begin_layout Plain Layout
9528 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9529 \end_inset
9530
9531
9532 \end_layout
9533
9534 \end_inset
9535 </cell>
9536 </row>
9537 <row>
9538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9539 \begin_inset Text
9540
9541 \begin_layout Plain Layout
9542
9543 \backslash
9544 vec
9545 \begin_inset ERT
9546 status collapsed
9547
9548 \begin_layout Plain Layout
9549
9550
9551 \backslash
9552 spce 
9553 \end_layout
9554
9555 \end_inset
9556
9557 A
9558 \begin_inset Index
9559 status collapsed
9560
9561 \begin_layout Plain Layout
9562 Vectors
9563 \end_layout
9564
9565 \end_inset
9566
9567
9568 \end_layout
9569
9570 \end_inset
9571 </cell>
9572 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9573 \begin_inset Text
9574
9575 \begin_layout Plain Layout
9576 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9577 \end_inset
9578
9579
9580 \end_layout
9581
9582 \end_inset
9583 </cell>
9584 </row>
9585 <row>
9586 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590
9591 \backslash
9592 bar
9593 \begin_inset ERT
9594 status collapsed
9595
9596 \begin_layout Plain Layout
9597
9598
9599 \backslash
9600 spce 
9601 \end_layout
9602
9603 \end_inset
9604
9605 A
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9611 \begin_inset Text
9612
9613 \begin_layout Plain Layout
9614 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9615 \end_inset
9616
9617
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 </row>
9623 <row>
9624 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628
9629 \backslash
9630 mathring
9631 \begin_inset ERT
9632 status collapsed
9633
9634 \begin_layout Plain Layout
9635
9636
9637 \backslash
9638 spce 
9639 \end_layout
9640
9641 \end_inset
9642
9643 A
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9649 \begin_inset Text
9650
9651 \begin_layout Plain Layout
9652 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9653 \end_inset
9654
9655
9656 \end_layout
9657
9658 \end_inset
9659 </cell>
9660 </row>
9661 </lyxtabular>
9662
9663 \end_inset
9664
9665
9666 \begin_inset space \hfill{}
9667 \end_inset
9668
9669
9670 \begin_inset Tabular
9671 <lyxtabular version="3" rows="7" columns="2">
9672 <features>
9673 <column alignment="center" valignment="top" width="0pt">
9674 <column alignment="center" valignment="top" width="0pt">
9675 <row>
9676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9677 \begin_inset Text
9678
9679 \begin_layout Plain Layout
9680 Command
9681 \end_layout
9682
9683 \end_inset
9684 </cell>
9685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Plain Layout
9689 Result
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 </row>
9695 <row>
9696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Plain Layout
9700
9701 \backslash
9702 tilde
9703 \begin_inset ERT
9704 status collapsed
9705
9706 \begin_layout Plain Layout
9707
9708
9709 \backslash
9710 spce 
9711 \end_layout
9712
9713 \end_inset
9714
9715 A
9716 \end_layout
9717
9718 \end_inset
9719 </cell>
9720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9721 \begin_inset Text
9722
9723 \begin_layout Plain Layout
9724 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9725 \end_inset
9726
9727
9728 \end_layout
9729
9730 \end_inset
9731 </cell>
9732 </row>
9733 <row>
9734 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9735 \begin_inset Text
9736
9737 \begin_layout Plain Layout
9738
9739 \backslash
9740 hat
9741 \begin_inset ERT
9742 status collapsed
9743
9744 \begin_layout Plain Layout
9745
9746
9747 \backslash
9748 spce 
9749 \end_layout
9750
9751 \end_inset
9752
9753 A
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9759 \begin_inset Text
9760
9761 \begin_layout Plain Layout
9762 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9763 \end_inset
9764
9765
9766 \end_layout
9767
9768 \end_inset
9769 </cell>
9770 </row>
9771 <row>
9772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776
9777 \backslash
9778 check
9779 \begin_inset ERT
9780 status collapsed
9781
9782 \begin_layout Plain Layout
9783
9784
9785 \backslash
9786 spce 
9787 \end_layout
9788
9789 \end_inset
9790
9791 A
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9797 \begin_inset Text
9798
9799 \begin_layout Plain Layout
9800 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9801 \end_inset
9802
9803
9804 \end_layout
9805
9806 \end_inset
9807 </cell>
9808 </row>
9809 <row>
9810 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Plain Layout
9814
9815 \backslash
9816 acute
9817 \begin_inset ERT
9818 status collapsed
9819
9820 \begin_layout Plain Layout
9821
9822
9823 \backslash
9824 spce 
9825 \end_layout
9826
9827 \end_inset
9828
9829 A
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Plain Layout
9838 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9839 \end_inset
9840
9841
9842 \end_layout
9843
9844 \end_inset
9845 </cell>
9846 </row>
9847 <row>
9848 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9849 \begin_inset Text
9850
9851 \begin_layout Plain Layout
9852
9853 \backslash
9854 grave
9855 \begin_inset ERT
9856 status collapsed
9857
9858 \begin_layout Plain Layout
9859
9860
9861 \backslash
9862 spce 
9863 \end_layout
9864
9865 \end_inset
9866
9867 A
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9877 \end_inset
9878
9879
9880 \end_layout
9881
9882 \end_inset
9883 </cell>
9884 </row>
9885 <row>
9886 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Plain Layout
9890
9891 \backslash
9892 breve
9893 \begin_inset ERT
9894 status collapsed
9895
9896 \begin_layout Plain Layout
9897
9898
9899 \backslash
9900 spce 
9901 \end_layout
9902
9903 \end_inset
9904
9905 A
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9915 \end_inset
9916
9917
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 </row>
9923 </lyxtabular>
9924
9925 \end_inset
9926
9927
9928 \begin_inset space \hfill{}
9929 \end_inset
9930
9931
9932 \end_layout
9933
9934 \begin_layout Standard
9935 \begin_inset VSpace bigskip
9936 \end_inset
9937
9938
9939 \end_layout
9940
9941 \begin_layout Standard
9942 You can directly insert accents like é to formulas.
9943  LyX will transform them to the corresponding accent command.
9944  For umlauts
9945 \begin_inset Index
9946 status collapsed
9947
9948 \begin_layout Plain Layout
9949 Umlauts
9950 \end_layout
9951
9952 \end_inset
9953
9954  it is better to insert a quotation mark before the vowel.
9955  These two characters are then treated by LaTeX as 
9956 \emph on
9957 one
9958 \emph default
9959  character when the formula part with the umlaut is marked as German.
9960  In contrary to 
9961 \series bold
9962
9963 \backslash
9964 ddot
9965 \series default
9966 , with this method 
9967 \begin_inset Quotes eld
9968 \end_inset
9969
9970 real
9971 \begin_inset Quotes erd
9972 \end_inset
9973
9974  umlauts are created as demonstrated in the following example:
9975 \end_layout
9976
9977 \begin_layout Standard
9978 \begin_inset VSpace -2mm
9979 \end_inset
9980
9981
9982 \end_layout
9983
9984 \begin_layout Standard
9985 \align center
9986 \begin_inset Tabular
9987 <lyxtabular version="3" rows="3" columns="2">
9988 <features>
9989 <column alignment="center" valignment="top" width="0">
9990 <column alignment="center" valignment="top" width="0">
9991 <row>
9992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Plain Layout
9996 Command
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005 Result
10006 \begin_inset Note Note
10007 status collapsed
10008
10009 \begin_layout Plain Layout
10010
10011 \series bold
10012
10013 \backslash
10014 raisebox
10015 \series default
10016  and the 0
10017 \begin_inset space \thinspace{}
10018 \end_inset
10019
10020 pt space are only used as spacer.
10021 \end_layout
10022
10023 \end_inset
10024
10025
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 </row>
10031 <row>
10032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Plain Layout
10036
10037 \lang ngerman
10038 \begin_inset Quotes grd
10039 \end_inset
10040
10041 i
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050 \begin_inset space \hspace{}
10051 \length 0pt
10052 \end_inset
10053
10054
10055 \lang ngerman
10056
10057 \begin_inset Formula $"i$
10058 \end_inset
10059
10060
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 </row>
10066 <row>
10067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071
10072 \backslash
10073 ddot
10074 \begin_inset ERT
10075 status collapsed
10076
10077 \begin_layout Plain Layout
10078
10079
10080 \backslash
10081 spce 
10082 \end_layout
10083
10084 \end_inset
10085
10086 i
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10096 \end_inset
10097
10098
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 </row>
10104 </lyxtabular>
10105
10106 \end_inset
10107
10108
10109 \end_layout
10110
10111 \begin_layout Standard
10112 Another advantage to 
10113 \series bold
10114
10115 \backslash
10116 ddot
10117 \series default
10118  is that umlauts can directly be converted to mathematical text because
10119  the accent commands above are 
10120 \emph on
10121 not allowed
10122 \emph default
10123  
10124 \emph on
10125 in mathematical text
10126 \emph default
10127 .
10128  To convert an accented character to mathematical text, only the character
10129  under the accent may be converted.
10130  This applies also for all other conversions, e.
10131 \begin_inset space \thinspace{}
10132 \end_inset
10133
10134 g.
10135 \begin_inset space ~
10136 \end_inset
10137
10138 to italic or bold.
10139 \end_layout
10140
10141 \begin_layout Standard
10142 In mathematical text, umlauts and other accented characters can directly
10143  be inserted.
10144 \end_layout
10145
10146 \begin_layout Subsection
10147 Accents for Operators
10148 \begin_inset Index
10149 status collapsed
10150
10151 \begin_layout Plain Layout
10152 Accents ! for operators
10153 \end_layout
10154
10155 \end_inset
10156
10157
10158 \end_layout
10159
10160 \begin_layout Standard
10161 With the commands 
10162 \series bold
10163
10164 \backslash
10165 overset
10166 \series default
10167
10168 \begin_inset Index
10169 status collapsed
10170
10171 \begin_layout Plain Layout
10172 Commands ! O ! 
10173 \backslash
10174 overset
10175 \end_layout
10176
10177 \end_inset
10178
10179  and 
10180 \series bold
10181
10182 \backslash
10183 underset
10184 \series default
10185
10186 \begin_inset Index
10187 status collapsed
10188
10189 \begin_layout Plain Layout
10190 Commands ! U ! 
10191 \backslash
10192 underset
10193 \end_layout
10194
10195 \end_inset
10196
10197  characters can be placed above or below an operator, respectively, to accent
10198  it.
10199  With the command 
10200 \series bold
10201
10202 \backslash
10203 sideset
10204 \series default
10205
10206 \begin_inset Index
10207 status collapsed
10208
10209 \begin_layout Plain Layout
10210 Commands ! S ! 
10211 \backslash
10212 sideset
10213 \end_layout
10214
10215 \end_inset
10216
10217  characters can be set before and behind an operator.
10218  The command scheme is:
10219 \end_layout
10220
10221 \begin_layout Standard
10222
10223 \series bold
10224
10225 \backslash
10226 sideset{character
10227 \series default
10228  
10229 \series bold
10230 before}{character
10231 \series default
10232  
10233 \series bold
10234 behind}
10235 \end_layout
10236
10237 \begin_layout Standard
10238
10239 \series bold
10240
10241 \backslash
10242 sideset
10243 \series default
10244  must always be before the operator that should be accented.
10245  You can accent with several characters and even with other operators and
10246  symbols.
10247  To place with 
10248 \series bold
10249
10250 \backslash
10251 sideset
10252 \series default
10253  for example only characters behind an operator, write nothing between the
10254  first braces but don't omit the braces.
10255 \end_layout
10256
10257 \begin_layout Standard
10258 For example the command 
10259 \series bold
10260
10261 \backslash
10262 sideset{
10263 \begin_inset Formula $\to$
10264 \end_inset
10265
10266
10267 \backslash
10268 {
10269 \series default
10270 '
10271 \series bold
10272
10273 \begin_inset Formula $\to$
10274 \end_inset
10275
10276
10277 \backslash
10278 sum_k=1
10279 \begin_inset ERT
10280 status collapsed
10281
10282 \begin_layout Plain Layout
10283
10284
10285 \backslash
10286 spce 
10287 \end_layout
10288
10289 \end_inset
10290
10291
10292 \series default
10293 ^
10294 \series bold
10295 n
10296 \series default
10297  produces:
10298 \begin_inset Formula \[
10299 \sideset{}{'}\sum_{k=1}^{n}\]
10300
10301 \end_inset
10302
10303
10304 \end_layout
10305
10306 \begin_layout Standard
10307 The command 
10308 \series bold
10309
10310 \backslash
10311 overset
10312 \begin_inset ERT
10313 status collapsed
10314
10315 \begin_layout Plain Layout
10316
10317
10318 \backslash
10319 spce 
10320 \end_layout
10321
10322 \end_inset
10323
10324
10325 \backslash
10326 maltese
10327 \begin_inset ERT
10328 status collapsed
10329
10330 \begin_layout Plain Layout
10331
10332
10333 \backslash
10334 spce 
10335 \end_layout
10336
10337 \end_inset
10338
10339
10340 \series default
10341
10342 \begin_inset Formula $\uparrow$
10343 \end_inset
10344
10345
10346 \series bold
10347 a
10348 \series default
10349  produces:
10350 \begin_inset Formula \[
10351 \overset{a}{\maltese}\]
10352
10353 \end_inset
10354
10355 As seen in the last example, with 
10356 \series bold
10357
10358 \backslash
10359 overset
10360 \series default
10361  and 
10362 \series bold
10363
10364 \backslash
10365 underset
10366 \series default
10367  also symbols and characters can be accented; with 
10368 \series bold
10369
10370 \backslash
10371 sideset
10372 \series default
10373  this is not possible.
10374 \end_layout
10375
10376 \begin_layout Subsection
10377 Accents for several Characters
10378 \begin_inset Index
10379 status collapsed
10380
10381 \begin_layout Plain Layout
10382 Accents ! for several characters
10383 \end_layout
10384
10385 \end_inset
10386
10387
10388 \end_layout
10389
10390 \begin_layout Standard
10391 \begin_inset space \hfill{}
10392 \end_inset
10393
10394
10395 \begin_inset Tabular
10396 <lyxtabular version="3" rows="5" columns="2">
10397 <features>
10398 <column alignment="center" valignment="top" width="0pt">
10399 <column alignment="center" valignment="top" width="0pt">
10400 <row>
10401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405 Command
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414 Result
10415 \begin_inset Note Note
10416 status collapsed
10417
10418 \begin_layout Plain Layout
10419
10420 \series bold
10421
10422 \backslash
10423 raisebox
10424 \series default
10425  is only used as spacer.
10426 \end_layout
10427
10428 \end_inset
10429
10430
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 </row>
10436 <row>
10437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441
10442 \backslash
10443 overleftarrow
10444 \begin_inset ERT
10445 status collapsed
10446
10447 \begin_layout Plain Layout
10448
10449
10450 \backslash
10451 spce 
10452 \end_layout
10453
10454 \end_inset
10455
10456 A=B
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10466 \end_inset
10467
10468
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 </row>
10474 <row>
10475 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Plain Layout
10479
10480 \backslash
10481 underleftarrow
10482 \begin_inset ERT
10483 status collapsed
10484
10485 \begin_layout Plain Layout
10486
10487
10488 \backslash
10489 spce 
10490 \end_layout
10491
10492 \end_inset
10493
10494 A=B
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10504 \end_inset
10505
10506
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 </row>
10512 <row>
10513 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517
10518 \backslash
10519 overleftrightarrow
10520 \begin_inset ERT
10521 status collapsed
10522
10523 \begin_layout Plain Layout
10524
10525
10526 \backslash
10527 spce 
10528 \end_layout
10529
10530 \end_inset
10531
10532 A=B
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Plain Layout
10541 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10542 \end_inset
10543
10544
10545 \end_layout
10546
10547 \end_inset
10548 </cell>
10549 </row>
10550 <row>
10551 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10552 \begin_inset Text
10553
10554 \begin_layout Plain Layout
10555
10556 \backslash
10557 underleftrightarrow
10558 \begin_inset ERT
10559 status collapsed
10560
10561 \begin_layout Plain Layout
10562
10563
10564 \backslash
10565 spce 
10566 \end_layout
10567
10568 \end_inset
10569
10570 A=B
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10580 \end_inset
10581
10582
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 </row>
10588 </lyxtabular>
10589
10590 \end_inset
10591
10592
10593 \begin_inset space \hfill{}
10594 \end_inset
10595
10596
10597 \begin_inset Tabular
10598 <lyxtabular version="3" rows="5" columns="2">
10599 <features>
10600 <column alignment="center" valignment="top" width="0pt">
10601 <column alignment="center" valignment="top" width="0pt">
10602 <row>
10603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607 Command
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 Result
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 </row>
10622 <row>
10623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627
10628 \backslash
10629 overrightarrow
10630 \begin_inset ERT
10631 status collapsed
10632
10633 \begin_layout Plain Layout
10634
10635
10636 \backslash
10637 spce 
10638 \end_layout
10639
10640 \end_inset
10641
10642 A=B
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10652 \end_inset
10653
10654
10655 \end_layout
10656
10657 \end_inset
10658 </cell>
10659 </row>
10660 <row>
10661 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Plain Layout
10665
10666 \backslash
10667 underrightarrow
10668 \begin_inset ERT
10669 status collapsed
10670
10671 \begin_layout Plain Layout
10672
10673
10674 \backslash
10675 spce 
10676 \end_layout
10677
10678 \end_inset
10679
10680 A=B
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10690 \end_inset
10691
10692
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 </row>
10698 <row>
10699 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703
10704 \backslash
10705 widetilde
10706 \begin_inset ERT
10707 status collapsed
10708
10709 \begin_layout Plain Layout
10710
10711
10712 \backslash
10713 spce 
10714 \end_layout
10715
10716 \end_inset
10717
10718 A=B
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10728 \end_inset
10729
10730
10731 \end_layout
10732
10733 \end_inset
10734 </cell>
10735 </row>
10736 <row>
10737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Plain Layout
10741
10742 \backslash
10743 widehat
10744 \begin_inset ERT
10745 status collapsed
10746
10747 \begin_layout Plain Layout
10748
10749
10750 \backslash
10751 spce 
10752 \end_layout
10753
10754 \end_inset
10755
10756 A=B
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10766 \end_inset
10767
10768
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 </row>
10774 </lyxtabular>
10775
10776 \end_inset
10777
10778
10779 \begin_inset space \hfill{}
10780 \end_inset
10781
10782
10783 \end_layout
10784
10785 \begin_layout Standard
10786 \begin_inset VSpace medskip
10787 \end_inset
10788
10789 With these commands as many characters as you like can be accented.
10790  But the accents 
10791 \series bold
10792
10793 \backslash
10794 widetilde
10795 \series default
10796  and 
10797 \series bold
10798
10799 \backslash
10800 widehat
10801 \series default
10802  will only be set in the output with a length of three characters, as shown
10803  in the following example:
10804 \begin_inset Formula \[
10805 \widetilde{A+B=C-D}\]
10806
10807 \end_inset
10808
10809
10810 \end_layout
10811
10812 \begin_layout Standard
10813 With the commands 
10814 \series bold
10815
10816 \backslash
10817 overset
10818 \series default
10819
10820 \begin_inset Index
10821 status collapsed
10822
10823 \begin_layout Plain Layout
10824 Commands ! O ! 
10825 \backslash
10826 overset
10827 \end_layout
10828
10829 \end_inset
10830
10831  and 
10832 \series bold
10833
10834 \backslash
10835 underset
10836 \series default
10837
10838 \begin_inset Index
10839 status collapsed
10840
10841 \begin_layout Plain Layout
10842 Commands ! U ! 
10843 \backslash
10844 underset
10845 \end_layout
10846
10847 \end_inset
10848
10849  described in the previous subsection it is also possible to accent several
10850  characters.
10851  The command 
10852 \series bold
10853
10854 \backslash
10855 underset
10856 \begin_inset ERT
10857 status collapsed
10858
10859 \begin_layout Plain Layout
10860
10861
10862 \backslash
10863 spce 
10864 \end_layout
10865
10866 \end_inset
10867
10868 A=B
10869 \begin_inset Formula $\downarrow$
10870 \end_inset
10871
10872 ***
10873 \series default
10874  creates:
10875 \begin_inset Formula \[
10876 \underset{***}{A=B}\]
10877
10878 \end_inset
10879
10880
10881 \end_layout
10882
10883 \begin_layout Section
10884 Space
10885 \begin_inset CommandInset label
10886 LatexCommand label
10887 name "sub:Space"
10888
10889 \end_inset
10890
10891
10892 \begin_inset Index
10893 status collapsed
10894
10895 \begin_layout Plain Layout
10896 Space ! horizontal
10897 \end_layout
10898
10899 \end_inset
10900
10901
10902 \end_layout
10903
10904 \begin_layout Subsection
10905 Predefined Space
10906 \begin_inset CommandInset label
10907 LatexCommand label
10908 name "sub:Predefined-Space"
10909
10910 \end_inset
10911
10912
10913 \begin_inset Index
10914 status collapsed
10915
10916 \begin_layout Plain Layout
10917 Space ! horizontal ! predefined
10918 \end_layout
10919
10920 \end_inset
10921
10922
10923 \end_layout
10924
10925 \begin_layout Standard
10926 Sometimes it is necessary to insert horizontal space to a formula.
10927  This is done by inserting a protected space (shortcut 
10928 \family sans
10929 Ctrl+Space
10930 \family default
10931 ).
10932  A blue 
10933 \begin_inset Quotes eld
10934 \end_inset
10935
10936
10937 \series bold
10938 \color blue
10939
10940 \begin_inset ERT
10941 status collapsed
10942
10943 \begin_layout Plain Layout
10944
10945
10946 \backslash
10947 spce 
10948 \end_layout
10949
10950 \end_inset
10951
10952
10953 \series default
10954 \color inherit
10955
10956 \begin_inset Quotes erd
10957 \end_inset
10958
10959  appears and by pressing 
10960 \family sans
10961 Space
10962 \family default
10963  several times one can select one of eight different space sizes.
10964  The spaces can also be inserted using the math toolbar button 
10965 \begin_inset Graphics
10966         filename ../images/math/space.png
10967         scale 85
10968
10969 \end_inset
10970
10971  or special commands.
10972  Independent from the inserted command, one can select the size again by
10973  pressing 
10974 \family sans
10975 Space
10976 \family default
10977  afterwards.
10978 \end_layout
10979
10980 \begin_layout Standard
10981 \noindent
10982 \align center
10983 \begin_inset VSpace -5mm
10984 \end_inset
10985
10986
10987 \begin_inset Tabular
10988 <lyxtabular version="3" rows="3" columns="7">
10989 <features>
10990 <column alignment="center" valignment="middle" width="6.8cm">
10991 <column alignment="center" valignment="top" width="0">
10992 <column alignment="center" valignment="top" width="0">
10993 <column alignment="center" valignment="top" width="0">
10994 <column alignment="center" valignment="top" width="0">
10995 <column alignment="center" valignment="top" width="0">
10996 <column alignment="center" valignment="top" width="0">
10997 <row>
10998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10999 \begin_inset Text
11000
11001 \begin_layout Plain Layout
11002 Command
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 ;
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 quad
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055
11056 \backslash
11057 qquad
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066
11067 \backslash
11068 !
11069 \end_layout
11070
11071 \end_inset
11072 </cell>
11073 </row>
11074 <row>
11075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11076 \begin_inset Text
11077
11078 \begin_layout Plain Layout
11079 Number of 
11080 \family sans
11081 Space
11082 \family default
11083  keystrokes after inserting the protected space
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092 0
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11098 \begin_inset Text
11099
11100 \begin_layout Plain Layout
11101 1
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11107 \begin_inset Text
11108
11109 \begin_layout Plain Layout
11110 2
11111 \end_layout
11112
11113 \end_inset
11114 </cell>
11115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11116 \begin_inset Text
11117
11118 \begin_layout Plain Layout
11119 3
11120 \end_layout
11121
11122 \end_inset
11123 </cell>
11124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11125 \begin_inset Text
11126
11127 \begin_layout Plain Layout
11128 4
11129 \end_layout
11130
11131 \end_inset
11132 </cell>
11133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11134 \begin_inset Text
11135
11136 \begin_layout Plain Layout
11137 5
11138 \end_layout
11139
11140 \end_inset
11141 </cell>
11142 </row>
11143 <row>
11144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11145 \begin_inset Text
11146
11147 \begin_layout Plain Layout
11148 Result
11149 \end_layout
11150
11151 \end_inset
11152 </cell>
11153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11154 \begin_inset Text
11155
11156 \begin_layout Plain Layout
11157 \begin_inset Formula $A\, B$
11158 \end_inset
11159
11160
11161 \end_layout
11162
11163 \end_inset
11164 </cell>
11165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Plain Layout
11169 \begin_inset Formula $A\: B$
11170 \end_inset
11171
11172
11173 \end_layout
11174
11175 \end_inset
11176 </cell>
11177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11178 \begin_inset Text
11179
11180 \begin_layout Plain Layout
11181 \begin_inset Formula $A\; B$
11182 \end_inset
11183
11184
11185 \end_layout
11186
11187 \end_inset
11188 </cell>
11189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11190 \begin_inset Text
11191
11192 \begin_layout Plain Layout
11193 \begin_inset Formula $A\quad B$
11194 \end_inset
11195
11196
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205 \begin_inset Formula $A\qquad B$
11206 \end_inset
11207
11208
11209 \end_layout
11210
11211 \end_inset
11212 </cell>
11213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11214 \begin_inset Text
11215
11216 \begin_layout Plain Layout
11217 \begin_inset Formula $A\! B$
11218 \end_inset
11219
11220
11221 \end_layout
11222
11223 \end_inset
11224 </cell>
11225 </row>
11226 </lyxtabular>
11227
11228 \end_inset
11229
11230
11231 \end_layout
11232
11233 \begin_layout Standard
11234 The last size seem to produce no space.
11235  It is displayed red in LyX contrary to the other sizes, because it is a
11236  negative space.
11237  There are two more negative spaces:
11238 \end_layout
11239
11240 \begin_layout Standard
11241 \align center
11242 \begin_inset Tabular
11243 <lyxtabular version="3" rows="3" columns="3">
11244 <features>
11245 <column alignment="center" valignment="middle" width="6.8cm">
11246 <column alignment="center" valignment="top" width="0pt">
11247 <column alignment="center" valignment="top" width="0pt">
11248 <row>
11249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253 Command
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262
11263 \backslash
11264 negmedspace
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273
11274 \backslash
11275 negthickspace
11276 \end_layout
11277
11278 \end_inset
11279 </cell>
11280 </row>
11281 <row>
11282 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11283 \begin_inset Text
11284
11285 \begin_layout Plain Layout
11286 Number of 
11287 \family sans
11288 Space
11289 \family default
11290  keystrokes after inserting the protected space
11291 \end_layout
11292
11293 \end_inset
11294 </cell>
11295 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11296 \begin_inset Text
11297
11298 \begin_layout Plain Layout
11299 6
11300 \end_layout
11301
11302 \end_inset
11303 </cell>
11304 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11305 \begin_inset Text
11306
11307 \begin_layout Plain Layout
11308 7
11309 \end_layout
11310
11311 \end_inset
11312 </cell>
11313 </row>
11314 <row>
11315 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11316 \begin_inset Text
11317
11318 \begin_layout Plain Layout
11319 Result
11320 \end_layout
11321
11322 \end_inset
11323 </cell>
11324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11325 \begin_inset Text
11326
11327 \begin_layout Plain Layout
11328 \begin_inset Formula $A\negmedspace B$
11329 \end_inset
11330
11331
11332 \end_layout
11333
11334 \end_inset
11335 </cell>
11336 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11337 \begin_inset Text
11338
11339 \begin_layout Plain Layout
11340 \begin_inset Formula $A\negthickspace B$
11341 \end_inset
11342
11343
11344 \end_layout
11345
11346 \end_inset
11347 </cell>
11348 </row>
11349 </lyxtabular>
11350
11351 \end_inset
11352
11353
11354 \end_layout
11355
11356 \begin_layout Standard
11357 Negative spaces can lead to characters overlapping each other.
11358  Thus they can be used to enforce ligatures, what is e.
11359 \begin_inset space \thinspace{}
11360 \end_inset
11361
11362 g.
11363 \begin_inset space ~
11364 \end_inset
11365
11366 useful for summation operators: 
11367 \end_layout
11368
11369 \begin_layout Standard
11370 \align center
11371 \begin_inset Tabular
11372 <lyxtabular version="3" rows="3" columns="2">
11373 <features>
11374 <column alignment="center" valignment="top" width="0">
11375 <column alignment="center" valignment="top" width="0">
11376 <row>
11377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Plain Layout
11381 Command
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11387 \begin_inset Text
11388
11389 \begin_layout Plain Layout
11390 Result
11391 \begin_inset Note Note
11392 status collapsed
11393
11394 \begin_layout Plain Layout
11395
11396 \series bold
11397
11398 \backslash
11399 raisebox
11400 \series default
11401  is only used as spacer.
11402 \end_layout
11403
11404 \end_inset
11405
11406
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 </row>
11412 <row>
11413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417
11418 \backslash
11419 sum
11420 \backslash
11421 sum
11422 \begin_inset ERT
11423 status collapsed
11424
11425 \begin_layout Plain Layout
11426
11427
11428 \backslash
11429 spce 
11430 \end_layout
11431
11432 \end_inset
11433
11434 f_kl
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11444 \end_inset
11445
11446
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 </row>
11452 <row>
11453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457
11458 \backslash
11459 sum
11460 \backslash
11461 negmedspace
11462 \backslash
11463 sum
11464 \begin_inset ERT
11465 status collapsed
11466
11467 \begin_layout Plain Layout
11468
11469
11470 \backslash
11471 spce 
11472 \end_layout
11473
11474 \end_inset
11475
11476 f_kl
11477 \end_layout
11478
11479 \end_inset
11480 </cell>
11481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11482 \begin_inset Text
11483
11484 \begin_layout Plain Layout
11485 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11486 \end_inset
11487
11488
11489 \end_layout
11490
11491 \end_inset
11492 </cell>
11493 </row>
11494 </lyxtabular>
11495
11496 \end_inset
11497
11498
11499 \end_layout
11500
11501 \begin_layout Standard
11502 Relations like for example equal signs, are always surrounded by space.
11503  To suppress this, the equal sign is placed into a TeX-brace.
11504  The following example demonstrates this:
11505 \end_layout
11506
11507 \begin_layout Standard
11508 \align center
11509 \begin_inset Tabular
11510 <lyxtabular version="3" rows="2" columns="2">
11511 <features>
11512 <column alignment="center" valignment="top" width="0pt">
11513 <column alignment="center" valignment="top" width="0pt">
11514 <row>
11515 <cell alignment="center" valignment="top" usebox="none">
11516 \begin_inset Text
11517
11518 \begin_layout Plain Layout
11519 normal equation
11520 \end_layout
11521
11522 \end_inset
11523 </cell>
11524 <cell alignment="center" valignment="top" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Plain Layout
11528 \begin_inset Formula $A=B$
11529 \end_inset
11530
11531
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 </row>
11537 <row>
11538 <cell alignment="center" valignment="top" usebox="none">
11539 \begin_inset Text
11540
11541 \begin_layout Plain Layout
11542 \begin_inset Note Note
11543 status collapsed
11544
11545 \begin_layout Plain Layout
11546
11547 \series bold
11548
11549 \backslash
11550 raisebox
11551 \series default
11552  is only used as spacer.
11553 \end_layout
11554
11555 \end_inset
11556
11557
11558 \begin_inset Formula $\raisebox{5mm}{}$
11559 \end_inset
11560
11561 equation without space
11562 \end_layout
11563
11564 \end_inset
11565 </cell>
11566 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11567 \begin_inset Text
11568
11569 \begin_layout Plain Layout
11570 \begin_inset Formula $A{=}B$
11571 \end_inset
11572
11573
11574 \end_layout
11575
11576 \end_inset
11577 </cell>
11578 </row>
11579 </lyxtabular>
11580
11581 \end_inset
11582
11583
11584 \end_layout
11585
11586 \begin_layout Standard
11587 \noindent
11588 The command for the last formula is: 
11589 \series bold
11590 A
11591 \backslash
11592 {=
11593 \begin_inset Formula $\to$
11594 \end_inset
11595
11596 B
11597 \end_layout
11598
11599 \begin_layout Standard
11600 \begin_inset VSpace bigskip
11601 \end_inset
11602
11603 Spaces are needed for physical units, because the space between the value
11604  and the unit is the smallest one and not a normal space.
11605  For units in text, the smallest space is inserted via the menu 
11606 \family sans
11607 Insert\SpecialChar \menuseparator
11608 Formatting\SpecialChar \menuseparator
11609 Thin
11610 \begin_inset space ~
11611 \end_inset
11612
11613 Space
11614 \family default
11615  (shortcut 
11616 \begin_inset Info
11617 type  "shortcut"
11618 arg   "space-insert thin"
11619 \end_inset
11620
11621 ).
11622 \end_layout
11623
11624 \begin_layout Standard
11625 An example to visualize the difference:
11626 \end_layout
11627
11628 \begin_layout Standard
11629 \begin_inset Tabular
11630 <lyxtabular version="3" rows="2" columns="2">
11631 <features>
11632 <column alignment="left" valignment="top" width="0">
11633 <column alignment="left" valignment="top" width="0">
11634 <row>
11635 <cell alignment="center" valignment="top" usebox="none">
11636 \begin_inset Text
11637
11638 \begin_layout Plain Layout
11639 24 kW
11640 \begin_inset Formula $\cdot$
11641 \end_inset
11642
11643 h
11644 \end_layout
11645
11646 \end_inset
11647 </cell>
11648 <cell alignment="center" valignment="top" usebox="none">
11649 \begin_inset Text
11650
11651 \begin_layout Plain Layout
11652 space between value and unit
11653 \end_layout
11654
11655 \end_inset
11656 </cell>
11657 </row>
11658 <row>
11659 <cell alignment="center" valignment="top" usebox="none">
11660 \begin_inset Text
11661
11662 \begin_layout Plain Layout
11663 24
11664 \begin_inset space \thinspace{}
11665 \end_inset
11666
11667 kW
11668 \begin_inset Formula $\cdot$
11669 \end_inset
11670
11671 h
11672 \end_layout
11673
11674 \end_inset
11675 </cell>
11676 <cell alignment="center" valignment="top" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680 smallest space between value and unit
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 </row>
11686 </lyxtabular>
11687
11688 \end_inset
11689
11690
11691 \end_layout
11692
11693 \begin_layout Subsection
11694 Variable Space
11695 \begin_inset ERT
11696 status collapsed
11697
11698 \begin_layout Plain Layout
11699
11700
11701 \backslash
11702 texorpdfstring{
11703 \end_layout
11704
11705 \end_inset
11706
11707
11708 \begin_inset Foot
11709 status collapsed
11710
11711 \begin_layout Plain Layout
11712 for vertical space in formulas see 
11713 \begin_inset CommandInset ref
11714 LatexCommand ref
11715 reference "sub:Line-Separation"
11716
11717 \end_inset
11718
11719
11720 \end_layout
11721
11722 \end_inset
11723
11724
11725 \begin_inset ERT
11726 status collapsed
11727
11728 \begin_layout Plain Layout
11729
11730 }{}
11731 \end_layout
11732
11733 \end_inset
11734
11735
11736 \begin_inset Note Note
11737 status collapsed
11738
11739 \begin_layout Plain Layout
11740
11741 \backslash
11742 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11743 \end_layout
11744
11745 \begin_layout Plain Layout
11746 More about 
11747 \backslash
11748 texorpdfstring is in section 
11749 \begin_inset CommandInset ref
11750 LatexCommand ref
11751 reference "sub:Formulas-in-Section"
11752
11753 \end_inset
11754
11755 .
11756 \end_layout
11757
11758 \end_inset
11759
11760
11761 \begin_inset CommandInset label
11762 LatexCommand label
11763 name "sub:Variable-Space"
11764
11765 \end_inset
11766
11767
11768 \begin_inset Index
11769 status collapsed
11770
11771 \begin_layout Plain Layout
11772 Space ! horizontal ! variable
11773 \end_layout
11774
11775 \end_inset
11776
11777
11778 \end_layout
11779
11780 \begin_layout Standard
11781 Space with a defined length can be inserted in LyX with the command
11782 \begin_inset Newline newline
11783 \end_inset
11784
11785
11786 \series bold
11787
11788 \backslash
11789 hspace{length}
11790 \series default
11791
11792 \begin_inset Index
11793 status collapsed
11794
11795 \begin_layout Plain Layout
11796 Commands ! H ! 
11797 \backslash
11798 hspace
11799 \end_layout
11800
11801 \end_inset
11802
11803 .
11804  For the length all units listed in 
11805 \begin_inset CommandInset ref
11806 LatexCommand ref
11807 reference "tab:Available-units"
11808
11809 \end_inset
11810
11811  are allowed, except of the unit 
11812 \begin_inset Quotes eld
11813 \end_inset
11814
11815 mu
11816 \begin_inset Quotes erd
11817 \end_inset
11818
11819 .
11820  The length may also be negative.
11821  To insert so many space that the formula uses all available space, the
11822  command 
11823 \series bold
11824
11825 \backslash
11826 hfill
11827 \series default
11828
11829 \begin_inset Index
11830 status collapsed
11831
11832 \begin_layout Plain Layout
11833 Commands ! H ! 
11834 \backslash
11835 hfill
11836 \end_layout
11837
11838 \end_inset
11839
11840  is used.
11841 \end_layout
11842
11843 \begin_layout Standard
11844 \begin_inset VSpace -1mm
11845 \end_inset
11846
11847
11848 \end_layout
11849
11850 \begin_layout Standard
11851 \align center
11852 \begin_inset Tabular
11853 <lyxtabular version="3" rows="4" columns="2">
11854 <features>
11855 <column alignment="center" valignment="top" width="0">
11856 <column alignment="center" valignment="top" width="0">
11857 <row>
11858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11859 \begin_inset Text
11860
11861 \begin_layout Plain Layout
11862 Command
11863 \end_layout
11864
11865 \end_inset
11866 </cell>
11867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11868 \begin_inset Text
11869
11870 \begin_layout Plain Layout
11871 Result
11872 \end_layout
11873
11874 \end_inset
11875 </cell>
11876 </row>
11877 <row>
11878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11879 \begin_inset Text
11880
11881 \begin_layout Plain Layout
11882 A=B
11883 \backslash
11884 hspace{3cm
11885 \begin_inset Formula $\to$
11886 \end_inset
11887
11888 A
11889 \backslash
11890 not=C
11891 \end_layout
11892
11893 \end_inset
11894 </cell>
11895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11896 \begin_inset Text
11897
11898 \begin_layout Plain Layout
11899 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11900 \end_inset
11901
11902
11903 \end_layout
11904
11905 \end_inset
11906 </cell>
11907 </row>
11908 <row>
11909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11910 \begin_inset Text
11911
11912 \begin_layout Plain Layout
11913 A
11914 \backslash
11915 hspace{-1mm
11916 \begin_inset Formula $\to$
11917 \end_inset
11918
11919 A
11920 \backslash
11921 not=A
11922 \end_layout
11923
11924 \end_inset
11925 </cell>
11926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11927 \begin_inset Text
11928
11929 \begin_layout Plain Layout
11930 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11931 \end_inset
11932
11933
11934 \end_layout
11935
11936 \end_inset
11937 </cell>
11938 </row>
11939 <row>
11940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11941 \begin_inset Text
11942
11943 \begin_layout Plain Layout
11944 A=A
11945 \backslash
11946 hfill
11947 \begin_inset ERT
11948 status collapsed
11949
11950 \begin_layout Plain Layout
11951
11952
11953 \backslash
11954 spce 
11955 \end_layout
11956
11957 \end_inset
11958
11959 B=B
11960 \end_layout
11961
11962 \end_inset
11963 </cell>
11964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11965 \begin_inset Text
11966
11967 \begin_layout Plain Layout
11968 \begin_inset Formula $A=A\hfill B=B$
11969 \end_inset
11970
11971
11972 \end_layout
11973
11974 \end_inset
11975 </cell>
11976 </row>
11977 </lyxtabular>
11978
11979 \end_inset
11980
11981
11982 \end_layout
11983
11984 \begin_layout Standard
11985 In the last example the available space is given by the longest column entry
11986  of the table.
11987  In an inline formula the space depends on the length of the line in which
11988  
11989 \series bold
11990
11991 \backslash
11992 hfill
11993 \series default
11994  is inserted.
11995  Thus, when the line uses the full width, no space will be created.
11996  
11997 \series bold
11998
11999 \backslash
12000 hfill
12001 \series default
12002  only has an effect on displayed formulas when the formula style 
12003 \series bold
12004 Indented
12005 \series default
12006  is used.
12007  (Formula styles are explained in 
12008 \begin_inset CommandInset ref
12009 LatexCommand ref
12010 reference "sec:Formula-Styles"
12011
12012 \end_inset
12013
12014 .)
12015 \end_layout
12016
12017 \begin_layout Standard
12018 Besides 
12019 \series bold
12020
12021 \backslash
12022 hfill
12023 \series default
12024 , there are the commands 
12025 \series bold
12026
12027 \backslash
12028 dotfill
12029 \series default
12030  and 
12031 \series bold
12032
12033 \backslash
12034 hrulefill
12035 \series default
12036  that fill the space with a pattern, see 
12037 \begin_inset CommandInset ref
12038 LatexCommand ref
12039 reference "sub:Ellipses"
12040
12041 \end_inset
12042
12043  for an example.
12044 \end_layout
12045
12046 \begin_layout Standard
12047 For text, variable space can be inserted via the menu 
12048 \family sans
12049 Insert\SpecialChar \menuseparator
12050 Formatting\SpecialChar \menuseparator
12051 Horizontal
12052 \begin_inset space ~
12053 \end_inset
12054
12055 Space
12056 \family default
12057 , what is not possible in formulas:
12058 \end_layout
12059
12060 \begin_layout Standard
12061 This is a line with
12062 \begin_inset space \hspace{}
12063 \length 2cm
12064 \end_inset
12065
12066 2
12067 \begin_inset space \thinspace{}
12068 \end_inset
12069
12070 cm space.
12071 \end_layout
12072
12073 \begin_layout Standard
12074 This is a line with
12075 \begin_inset space \hfill{}
12076 \end_inset
12077
12078 maximum space.
12079 \end_layout
12080
12081 \begin_layout Subsection
12082 Space besides inline Formulas
12083 \begin_inset Index
12084 status collapsed
12085
12086 \begin_layout Plain Layout
12087 Space ! besides inline formulas
12088 \end_layout
12089
12090 \end_inset
12091
12092
12093 \end_layout
12094
12095 \begin_layout Standard
12096 The space that surrounds inline formulas can be adjusted with the length
12097  
12098 \series bold
12099
12100 \backslash
12101 mathsurround
12102 \begin_inset Index
12103 status collapsed
12104
12105 \begin_layout Plain Layout
12106 Commands ! M ! 
12107 \backslash
12108 mathsurround
12109 \end_layout
12110
12111 \end_inset
12112
12113
12114 \series default
12115 .
12116  The value of a length is set with the command 
12117 \series bold
12118
12119 \backslash
12120 setlength
12121 \begin_inset Index
12122 status collapsed
12123
12124 \begin_layout Plain Layout
12125 Commands ! S ! 
12126 \backslash
12127 setlength
12128 \end_layout
12129
12130 \end_inset
12131
12132
12133 \series default
12134  that has the following scheme:
12135 \end_layout
12136
12137 \begin_layout Standard
12138
12139 \series bold
12140
12141 \backslash
12142 setlength{length name}{value}
12143 \end_layout
12144
12145 \begin_layout Standard
12146 To set 
12147 \series bold
12148
12149 \backslash
12150 mathsurround
12151 \series default
12152  to the value 5
12153 \begin_inset space \thinspace{}
12154 \end_inset
12155
12156 mm, the command
12157 \end_layout
12158
12159 \begin_layout Standard
12160
12161 \series bold
12162
12163 \backslash
12164 setlength{
12165 \backslash
12166 mathsurround}{5mm}
12167 \end_layout
12168
12169 \begin_layout Standard
12170 is inserted in TeX-mode.
12171  5
12172 \begin_inset space \thinspace{}
12173 \end_inset
12174
12175 mm space will now be set around all inline formulas:
12176 \begin_inset ERT
12177 status collapsed
12178
12179 \begin_layout Plain Layout
12180
12181
12182 \backslash
12183 setlength{
12184 \backslash
12185 mathsurround}{5mm}
12186 \end_layout
12187
12188 \end_inset
12189
12190
12191 \end_layout
12192
12193 \begin_layout Standard
12194 This is a line with an inline formula 
12195 \begin_inset Formula $A=B$
12196 \end_inset
12197
12198  with 5
12199 \begin_inset space \thinspace{}
12200 \end_inset
12201
12202 mm surrounding space.
12203 \begin_inset ERT
12204 status collapsed
12205
12206 \begin_layout Plain Layout
12207
12208
12209 \backslash
12210 setlength{
12211 \backslash
12212 mathsurround}{0pt}
12213 \end_layout
12214
12215 \end_inset
12216
12217
12218 \end_layout
12219
12220 \begin_layout Standard
12221 To return to the predefined value, 
12222 \series bold
12223
12224 \backslash
12225 mathsurround
12226 \series default
12227  is set to the value 0
12228 \begin_inset space \thinspace{}
12229 \end_inset
12230
12231 pt.
12232 \end_layout
12233
12234 \begin_layout Section
12235 Boxes and Frames
12236 \begin_inset Index
12237 status collapsed
12238
12239 \begin_layout Plain Layout
12240 Boxes
12241 \end_layout
12242
12243 \end_inset
12244
12245
12246 \begin_inset Index
12247 status collapsed
12248
12249 \begin_layout Plain Layout
12250 Frames | see
12251 \begin_inset ERT
12252 status collapsed
12253
12254 \begin_layout Plain Layout
12255
12256 {
12257 \end_layout
12258
12259 \end_inset
12260
12261 Boxes
12262 \begin_inset ERT
12263 status collapsed
12264
12265 \begin_layout Plain Layout
12266
12267 }
12268 \end_layout
12269
12270 \end_inset
12271
12272
12273 \end_layout
12274
12275 \end_inset
12276
12277
12278 \end_layout
12279
12280 \begin_layout Standard
12281 Boxes for text are described in chapter 
12282 \family typewriter
12283 Boxes
12284 \family default
12285  in the 
12286 \family typewriter
12287 Embedded
12288 \begin_inset space ~
12289 \end_inset
12290
12291 Objects
12292 \family default
12293  manual.
12294 \end_layout
12295
12296 \begin_layout Subsection
12297 Boxes with Frame
12298 \begin_inset CommandInset label
12299 LatexCommand label
12300 name "sub:Boxes-with-Frame"
12301
12302 \end_inset
12303
12304
12305 \begin_inset Index
12306 status collapsed
12307
12308 \begin_layout Plain Layout
12309 Boxes ! with frame
12310 \end_layout
12311
12312 \end_inset
12313
12314
12315 \end_layout
12316
12317 \begin_layout Standard
12318 It is possible to frame formulas or parts of it with the commands 
12319 \series bold
12320
12321 \backslash
12322 fbox
12323 \series default
12324
12325 \begin_inset Index
12326 status collapsed
12327
12328 \begin_layout Plain Layout
12329 Commands ! F ! 
12330 \backslash
12331 fbox
12332 \end_layout
12333
12334 \end_inset
12335
12336  and 
12337 \series bold
12338
12339 \backslash
12340 boxed
12341 \series default
12342
12343 \begin_inset Index
12344 status collapsed
12345
12346 \begin_layout Plain Layout
12347 Commands ! B ! 
12348 \backslash
12349 boxed
12350 \end_layout
12351
12352 \end_inset
12353
12354 .
12355 \end_layout
12356
12357 \begin_layout Standard
12358 When one of these commands is inserted to a formula, a blue box appears
12359  within a frame to enter formula parts.
12360  For 
12361 \series bold
12362
12363 \backslash
12364 fbox
12365 \series default
12366  an additional formula has to be created by 
12367 \family sans
12368 Ctrl+M
12369 \family default
12370  within this box
12371 \begin_inset Foot
12372 status collapsed
12373
12374 \begin_layout Plain Layout
12375 Due to a bug in LyX it is not possible to create a new formula with 
12376 \family sans
12377 Ctrl+M
12378 \family default
12379 , see 
12380 \begin_inset CommandInset href
12381 LatexCommand href
12382 name "LyX-bug #1435"
12383 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12384
12385 \end_inset
12386
12387 .
12388 \end_layout
12389
12390 \end_inset
12391
12392 , because the box content will otherwise be treated as mathematical text.
12393  When 
12394 \series bold
12395
12396 \backslash
12397 boxed
12398 \series default
12399  is used, a new formula is automatically created inside the frame.
12400 \end_layout
12401
12402 \begin_layout Standard
12403 The command 
12404 \series bold
12405
12406 \backslash
12407 fbox
12408 \series default
12409  is not suitable to frame displayed formulas, because the formula will always
12410  be set in the size of the text.
12411  
12412 \series bold
12413
12414 \backslash
12415 boxed
12416 \series default
12417  is in contrary not suitable to frame inline formulas, because the formula
12418  will always be set in the size of a displayed formula.
12419 \end_layout
12420
12421 \begin_layout Standard
12422 As extension to 
12423 \series bold
12424
12425 \backslash
12426 fbox
12427 \series default
12428  there is the command 
12429 \series bold
12430
12431 \backslash
12432 framebox
12433 \series default
12434
12435 \begin_inset Index
12436 status collapsed
12437
12438 \begin_layout Plain Layout
12439 Commands ! F ! 
12440 \backslash
12441 framebox
12442 \end_layout
12443
12444 \end_inset
12445
12446  where additionally the frame width and the alignment can be specified.
12447  
12448 \series bold
12449
12450 \backslash
12451 framebox
12452 \series default
12453  is used in the following scheme:
12454 \end_layout
12455
12456 \begin_layout Standard
12457
12458 \series bold
12459
12460 \backslash
12461 framebox[frame width][position]{box content}
12462 \end_layout
12463
12464 \begin_layout Standard
12465 The position can either be 
12466 \emph on
12467 l
12468 \emph default
12469  or 
12470 \emph on
12471 r
12472 \emph default
12473 .
12474  
12475 \emph on
12476 l
12477 \emph default
12478  left aligns, 
12479 \emph on
12480 r
12481 \emph default
12482  right aligns the formula in the box.
12483  When no position is given, the formula will be centered.
12484 \begin_inset Newline newline
12485 \end_inset
12486
12487 Is no width given, also no position can be given.
12488  In this case the frame width is adjusted to the box content like for 
12489 \series bold
12490
12491 \backslash
12492 fbox
12493 \series default
12494 .
12495 \end_layout
12496
12497 \begin_layout Standard
12498 When the command 
12499 \series bold
12500
12501 \backslash
12502 framebox
12503 \series default
12504  is inserted, a box appears containing three blue boxes.
12505  The first two boxes are surrounded by brackets and denote the two optional
12506  arguments.
12507  The third box is for formula parts like for 
12508 \series bold
12509
12510 \backslash
12511 fbox
12512 \series default
12513 .
12514 \end_layout
12515
12516 \begin_layout Standard
12517 \align center
12518 \begin_inset Note Note
12519 status open
12520
12521 \begin_layout Plain Layout
12522 The table has been set into a minipage to make the footnote appearing.
12523  Otherwise the footnote text would not be displayed.
12524 \end_layout
12525
12526 \end_inset
12527
12528
12529 \begin_inset Box Frameless
12530 position "c"
12531 hor_pos "c"
12532 has_inner_box 1
12533 inner_pos "c"
12534 use_parbox 0
12535 width "100col%"
12536 special "none"
12537 height "1in"
12538 height_special "totalheight"
12539 status open
12540
12541 \begin_layout Plain Layout
12542 \align center
12543 \begin_inset Tabular
12544 <lyxtabular version="3" rows="5" columns="2">
12545 <features>
12546 <column alignment="center" valignment="top" width="0">
12547 <column alignment="center" valignment="top" width="0">
12548 <row>
12549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12550 \begin_inset Text
12551
12552 \begin_layout Plain Layout
12553 Command
12554 \begin_inset Foot
12555 status collapsed
12556
12557 \begin_layout Plain Layout
12558 Due to a bug in LyX it is not possible to create a new formula with 
12559 \family sans
12560 Ctrl+m
12561 \family default
12562 , see 
12563 \begin_inset CommandInset href
12564 LatexCommand href
12565 name "LyX-bug #1435"
12566 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12567
12568 \end_inset
12569
12570 .
12571 \end_layout
12572
12573 \end_inset
12574
12575
12576 \end_layout
12577
12578 \end_inset
12579 </cell>
12580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12581 \begin_inset Text
12582
12583 \begin_layout Plain Layout
12584 Result
12585 \begin_inset Note Note
12586 status collapsed
12587
12588 \begin_layout Plain Layout
12589
12590 \series bold
12591
12592 \backslash
12593 raisebox
12594 \series default
12595  is only used as spacer.
12596 \end_layout
12597
12598 \end_inset
12599
12600
12601 \end_layout
12602
12603 \end_inset
12604 </cell>
12605 </row>
12606 <row>
12607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12608 \begin_inset Text
12609
12610 \begin_layout Plain Layout
12611
12612 \backslash
12613 fbox
12614 \begin_inset ERT
12615 status collapsed
12616
12617 \begin_layout Plain Layout
12618
12619
12620 \backslash
12621 spce 
12622 \end_layout
12623
12624 \end_inset
12625
12626
12627 \family sans
12628 Ctrl+M
12629 \family default
12630  
12631 \backslash
12632 int
12633 \begin_inset ERT
12634 status collapsed
12635
12636 \begin_layout Plain Layout
12637
12638
12639 \backslash
12640 spce 
12641 \end_layout
12642
12643 \end_inset
12644
12645 A=B
12646 \end_layout
12647
12648 \end_inset
12649 </cell>
12650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12651 \begin_inset Text
12652
12653 \begin_layout Plain Layout
12654 \begin_inset Formula $\raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}$
12655 \end_inset
12656
12657
12658 \end_layout
12659
12660 \end_inset
12661 </cell>
12662 </row>
12663 <row>
12664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12665 \begin_inset Text
12666
12667 \begin_layout Plain Layout
12668
12669 \backslash
12670 boxed
12671 \begin_inset ERT
12672 status collapsed
12673
12674 \begin_layout Plain Layout
12675
12676
12677 \backslash
12678 spce 
12679 \end_layout
12680
12681 \end_inset
12682
12683
12684 \backslash
12685 int
12686 \begin_inset ERT
12687 status collapsed
12688
12689 \begin_layout Plain Layout
12690
12691
12692 \backslash
12693 spce 
12694 \end_layout
12695
12696 \end_inset
12697
12698 A=B
12699 \end_layout
12700
12701 \end_inset
12702 </cell>
12703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12704 \begin_inset Text
12705
12706 \begin_layout Plain Layout
12707 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12708 \end_inset
12709
12710
12711 \end_layout
12712
12713 \end_inset
12714 </cell>
12715 </row>
12716 <row>
12717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12718 \begin_inset Text
12719
12720 \begin_layout Plain Layout
12721 A+
12722 \backslash
12723 fbox
12724 \begin_inset ERT
12725 status collapsed
12726
12727 \begin_layout Plain Layout
12728
12729
12730 \backslash
12731 spce 
12732 \end_layout
12733
12734 \end_inset
12735
12736 B
12737 \end_layout
12738
12739 \end_inset
12740 </cell>
12741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12742 \begin_inset Text
12743
12744 \begin_layout Plain Layout
12745 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12746 \end_inset
12747
12748
12749 \end_layout
12750
12751 \end_inset
12752 </cell>
12753 </row>
12754 <row>
12755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12756 \begin_inset Text
12757
12758 \begin_layout Plain Layout
12759
12760 \backslash
12761 framebox
12762 \begin_inset ERT
12763 status collapsed
12764
12765 \begin_layout Plain Layout
12766
12767
12768 \backslash
12769 spce 
12770 \end_layout
12771
12772 \end_inset
12773
12774 20mm
12775 \begin_inset Formula $\to$
12776 \end_inset
12777
12778
12779 \begin_inset Formula $\to$
12780 \end_inset
12781
12782
12783 \family sans
12784 Ctrl+M
12785 \family default
12786  
12787 \backslash
12788 frac
12789 \begin_inset ERT
12790 status collapsed
12791
12792 \begin_layout Plain Layout
12793
12794
12795 \backslash
12796 spce 
12797 \end_layout
12798
12799 \end_inset
12800
12801 A
12802 \begin_inset Formula $\downarrow$
12803 \end_inset
12804
12805 B
12806 \end_layout
12807
12808 \end_inset
12809 </cell>
12810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12811 \begin_inset Text
12812
12813 \begin_layout Plain Layout
12814 \begin_inset Formula $\raisebox{6mm}{}$
12815 \end_inset
12816
12817
12818 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12819 \end_inset
12820
12821
12822 \begin_inset Formula $\raisebox{-4mm}{}$
12823 \end_inset
12824
12825
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 </row>
12831 </lyxtabular>
12832
12833 \end_inset
12834
12835
12836 \end_layout
12837
12838 \end_inset
12839
12840
12841 \end_layout
12842
12843 \begin_layout Standard
12844 The frame thickness can also be adjusted.
12845  To do this the following commands have to be inserted in TeX-mode before
12846  the formula
12847 \end_layout
12848
12849 \begin_layout Standard
12850
12851 \series bold
12852
12853 \backslash
12854 fboxrule
12855 \series default
12856  
12857 \series bold
12858
12859 \begin_inset Quotes eld
12860 \end_inset
12861
12862 thickness
12863 \begin_inset Quotes erd
12864 \end_inset
12865
12866
12867 \series default
12868  
12869 \series bold
12870
12871 \backslash
12872 fboxsep
12873 \series default
12874  
12875 \series bold
12876
12877 \begin_inset Quotes eld
12878 \end_inset
12879
12880 distance
12881 \begin_inset Quotes erd
12882 \end_inset
12883
12884
12885 \end_layout
12886
12887 \begin_layout Standard
12888 \begin_inset Quotes eld
12889 \end_inset
12890
12891 distance
12892 \begin_inset Quotes erd
12893 \end_inset
12894
12895  specifies the minimal distance between the frame and the first character
12896  in the box.
12897  An example for this is the following framed formula:
12898 \begin_inset ERT
12899 status collapsed
12900
12901 \begin_layout Plain Layout
12902
12903
12904 \backslash
12905 fboxrule 2mm 
12906 \backslash
12907 fboxsep 3mm
12908 \end_layout
12909
12910 \end_inset
12911
12912
12913 \begin_inset Formula \[
12914 \boxed{A+B=C}\]
12915
12916 \end_inset
12917
12918 Before this formula the commands
12919 \end_layout
12920
12921 \begin_layout Standard
12922
12923 \series bold
12924
12925 \backslash
12926 fboxrule
12927 \series default
12928  
12929 \series bold
12930 2mm
12931 \series default
12932  
12933 \series bold
12934
12935 \backslash
12936 fboxsep
12937 \series default
12938  
12939 \series bold
12940 3mm
12941 \end_layout
12942
12943 \begin_layout Standard
12944 were inserted in TeX-mode.
12945  The given values are used for all following boxes.
12946 \end_layout
12947
12948 \begin_layout Standard
12949 To return to the standard frame size, the command
12950 \end_layout
12951
12952 \begin_layout Standard
12953
12954 \series bold
12955
12956 \backslash
12957 fboxrule
12958 \series default
12959  
12960 \series bold
12961 0.4pt
12962 \series default
12963  
12964 \series bold
12965
12966 \backslash
12967 fboxsep
12968 \series default
12969  
12970 \series bold
12971 3pt
12972 \series default
12973
12974 \begin_inset ERT
12975 status collapsed
12976
12977 \begin_layout Plain Layout
12978
12979
12980 \backslash
12981 fboxrule 0.4pt 
12982 \backslash
12983 fboxsep 3pt
12984 \end_layout
12985
12986 \end_inset
12987
12988
12989 \end_layout
12990
12991 \begin_layout Standard
12992 is inserted in TeX-mode before the next formula.
12993 \end_layout
12994
12995 \begin_layout Subsection
12996 Boxes without Frame
12997 \begin_inset CommandInset label
12998 LatexCommand label
12999 name "sub:Boxes-without-Frame"
13000
13001 \end_inset
13002
13003
13004 \begin_inset Index
13005 status collapsed
13006
13007 \begin_layout Plain Layout
13008 Boxes ! without frame
13009 \end_layout
13010
13011 \end_inset
13012
13013
13014 \end_layout
13015
13016 \begin_layout Standard
13017 For boxes without a frame there are the following box commands: 
13018 \series bold
13019
13020 \backslash
13021 mbox
13022 \series default
13023
13024 \begin_inset Index
13025 status collapsed
13026
13027 \begin_layout Plain Layout
13028 Commands ! M ! 
13029 \backslash
13030 mbox
13031 \end_layout
13032
13033 \end_inset
13034
13035
13036 \series bold
13037
13038 \backslash
13039 makebox
13040 \series default
13041
13042 \begin_inset Index
13043 status collapsed
13044
13045 \begin_layout Plain Layout
13046 Commands ! M ! 
13047 \backslash
13048 makebox
13049 \end_layout
13050
13051 \end_inset
13052
13053 , and 
13054 \series bold
13055
13056 \backslash
13057 raisebox
13058 \series default
13059
13060 \begin_inset Index
13061 status collapsed
13062
13063 \begin_layout Plain Layout
13064 Commands ! R ! 
13065 \backslash
13066 raisebox
13067 \end_layout
13068
13069 \end_inset
13070
13071
13072 \end_layout
13073
13074 \begin_layout Standard
13075 With 
13076 \series bold
13077
13078 \backslash
13079 raisebox
13080 \series default
13081  a box can be super- or subscripted.
13082  But in contrary to normal super- and subscripting, the characters in the
13083  box keep their font size.
13084  
13085 \series bold
13086
13087 \backslash
13088 raisebox
13089 \series default
13090  is used in the following scheme:
13091 \end_layout
13092
13093 \begin_layout Standard
13094
13095 \series bold
13096
13097 \backslash
13098 raisebox{height}{box content}
13099 \end_layout
13100
13101 \begin_layout Standard
13102 When the box should contain a formula, an extra formula is needed like for
13103  
13104 \series bold
13105
13106 \backslash
13107 fbox
13108 \series default
13109 .
13110 \end_layout
13111
13112 \begin_layout Standard
13113 \align center
13114 \begin_inset Tabular
13115 <lyxtabular version="3" rows="4" columns="2">
13116 <features>
13117 <column alignment="center" valignment="top" width="0">
13118 <column alignment="center" valignment="top" width="0">
13119 <row>
13120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13121 \begin_inset Text
13122
13123 \begin_layout Plain Layout
13124 Command
13125 \end_layout
13126
13127 \end_inset
13128 </cell>
13129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13130 \begin_inset Text
13131
13132 \begin_layout Plain Layout
13133 Result
13134 \end_layout
13135
13136 \end_inset
13137 </cell>
13138 </row>
13139 <row>
13140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13141 \begin_inset Text
13142
13143 \begin_layout Plain Layout
13144 H
13145 \backslash
13146 raisebox{2mm
13147 \begin_inset Formula $\to$
13148 \end_inset
13149
13150
13151 \backslash
13152 {al
13153 \begin_inset Formula $\to$
13154 \end_inset
13155
13156  lo
13157 \end_layout
13158
13159 \end_inset
13160 </cell>
13161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13162 \begin_inset Text
13163
13164 \begin_layout Plain Layout
13165 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13166 \end_inset
13167
13168
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 </row>
13174 <row>
13175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13176 \begin_inset Text
13177
13178 \begin_layout Plain Layout
13179 H
13180 \backslash
13181 raisebox{-2mm
13182 \begin_inset Formula $\to$
13183 \end_inset
13184
13185
13186 \backslash
13187 {al
13188 \begin_inset Formula $\to$
13189 \end_inset
13190
13191 lo
13192 \end_layout
13193
13194 \end_inset
13195 </cell>
13196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13197 \begin_inset Text
13198
13199 \begin_layout Plain Layout
13200 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13201 \end_inset
13202
13203
13204 \end_layout
13205
13206 \end_inset
13207 </cell>
13208 </row>
13209 <row>
13210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13211 \begin_inset Text
13212
13213 \begin_layout Plain Layout
13214 A=
13215 \backslash
13216 raisebox{-2mm
13217 \begin_inset Formula $\to$
13218 \end_inset
13219
13220
13221 \backslash
13222 {
13223 \family sans
13224 Ctrl+M
13225 \family default
13226  
13227 \backslash
13228 sqrt
13229 \begin_inset ERT
13230 status collapsed
13231
13232 \begin_layout Plain Layout
13233
13234
13235 \backslash
13236 spce 
13237 \end_layout
13238
13239 \end_inset
13240
13241
13242 \end_layout
13243
13244 \end_inset
13245 </cell>
13246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13247 \begin_inset Text
13248
13249 \begin_layout Plain Layout
13250 \begin_inset ERT
13251 status collapsed
13252
13253 \begin_layout Plain Layout
13254
13255 $A=
13256 \backslash
13257 raisebox{-2mm}{$
13258 \backslash
13259 sqrt{B}$}$
13260 \end_layout
13261
13262 \end_inset
13263
13264
13265 \end_layout
13266
13267 \end_inset
13268 </cell>
13269 </row>
13270 </lyxtabular>
13271
13272 \end_inset
13273
13274
13275 \end_layout
13276
13277 \begin_layout Standard
13278 The last formula can currently only be created using TeX-mode because LyX
13279  inserts a box instead of the needed extra formula.
13280 \begin_inset Foot
13281 status collapsed
13282
13283 \begin_layout Plain Layout
13284 see 
13285 \begin_inset CommandInset href
13286 LatexCommand href
13287 name "LyX-bug #1435"
13288 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13289
13290 \end_inset
13291
13292
13293 \end_layout
13294
13295 \end_inset
13296
13297
13298 \end_layout
13299
13300 \begin_layout Standard
13301 The command 
13302 \series bold
13303
13304 \backslash
13305 mbox
13306 \series default
13307  is equivalent to 
13308 \series bold
13309
13310 \backslash
13311 fbox
13312 \series default
13313  and 
13314 \series bold
13315
13316 \backslash
13317 makebox
13318 \series default
13319  is equivalent to 
13320 \series bold
13321
13322 \backslash
13323 framebox
13324 \series default
13325 , with the difference that there is no frame.
13326 \end_layout
13327
13328 \begin_layout Subsection
13329 Colored Boxes
13330 \begin_inset CommandInset label
13331 LatexCommand label
13332 name "sub:Colored-Boxes"
13333
13334 \end_inset
13335
13336
13337 \begin_inset Index
13338 status collapsed
13339
13340 \begin_layout Plain Layout
13341 Boxes ! colored
13342 \end_layout
13343
13344 \end_inset
13345
13346
13347 \end_layout
13348
13349 \begin_layout Standard
13350 To be able to use all commands explained in this section, the LaTeX-package
13351  
13352 \series bold
13353 color
13354 \series default
13355
13356 \begin_inset Foot
13357 status collapsed
13358
13359 \begin_layout Plain Layout
13360 The LaTeX-package 
13361 \series bold
13362 color
13363 \series default
13364  is part of every LaTeX standard installation.
13365 \end_layout
13366
13367 \end_inset
13368
13369
13370 \begin_inset Index
13371 status collapsed
13372
13373 \begin_layout Plain Layout
13374 Packages ! color
13375 \end_layout
13376
13377 \end_inset
13378
13379  has to be loaded in the LaTeX-preamble with the line
13380 \begin_inset Foot
13381 status collapsed
13382
13383 \begin_layout Plain Layout
13384 When text is colored somewhere in the document with a predefined color,
13385  LyX loads the LaTeX-package 
13386 \series bold
13387 color
13388 \series default
13389  automatically.
13390  Thus it is possible that the package is loaded twice, but this doesn't
13391  arise problems.
13392 \end_layout
13393
13394 \end_inset
13395
13396
13397 \begin_inset Note Note
13398 status collapsed
13399
13400 \begin_layout Plain Layout
13401 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13402 amble.
13403 \end_layout
13404
13405 \end_inset
13406
13407
13408 \end_layout
13409
13410 \begin_layout Standard
13411
13412 \series bold
13413
13414 \backslash
13415 usepackage{color}
13416 \end_layout
13417
13418 \begin_layout Standard
13419 \begin_inset VSpace medskip
13420 \end_inset
13421
13422 To color boxes, the command 
13423 \series bold
13424
13425 \backslash
13426 colorbox
13427 \series default
13428
13429 \begin_inset Index
13430 status collapsed
13431
13432 \begin_layout Plain Layout
13433 Commands ! C ! 
13434 \backslash
13435 colorbox
13436 \end_layout
13437
13438 \end_inset
13439
13440  is used in the following scheme:
13441 \end_layout
13442
13443 \begin_layout Standard
13444
13445 \series bold
13446
13447 \backslash
13448 colorbox{color}{box content}
13449 \end_layout
13450
13451 \begin_layout Standard
13452 The box content can also be a box and a 
13453 \series bold
13454
13455 \backslash
13456 colorbox
13457 \series default
13458  can also be part of another box (see the 2nd and 3rd example).
13459  When the box should contain a formula, an extra formula has to be created,
13460  the same as for 
13461 \series bold
13462
13463 \backslash
13464 fbox
13465 \series default
13466 .
13467 \begin_inset Foot
13468 status collapsed
13469
13470 \begin_layout Plain Layout
13471 This also applies for the command 
13472 \series bold
13473
13474 \backslash
13475 fcolorbox
13476 \series default
13477 .
13478  Thereby note 
13479 \begin_inset CommandInset href
13480 LatexCommand href
13481 name "LyX-bug #1435"
13482 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13483
13484 \end_inset
13485
13486 .
13487 \end_layout
13488
13489 \end_inset
13490
13491
13492 \end_layout
13493
13494 \begin_layout Standard
13495 One of the following predefined colors can be chosen:
13496 \end_layout
13497
13498 \begin_layout Standard
13499
13500 \series bold
13501 black
13502 \series default
13503
13504 \series bold
13505 blue
13506 \series default
13507
13508 \series bold
13509 cyan
13510 \series default
13511
13512 \series bold
13513 green
13514 \series default
13515
13516 \series bold
13517 magenta
13518 \series default
13519
13520 \series bold
13521 red
13522 \series default
13523
13524 \series bold
13525 white
13526 \series default
13527 , and 
13528 \series bold
13529 yellow
13530 \end_layout
13531
13532 \begin_layout Standard
13533 \align center
13534 \begin_inset Tabular
13535 <lyxtabular version="3" rows="4" columns="2">
13536 <features>
13537 <column alignment="center" valignment="top" width="0">
13538 <column alignment="center" valignment="top" width="0">
13539 <row>
13540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13541 \begin_inset Text
13542
13543 \begin_layout Plain Layout
13544 Command
13545 \end_layout
13546
13547 \end_inset
13548 </cell>
13549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13550 \begin_inset Text
13551
13552 \begin_layout Plain Layout
13553 Result
13554 \begin_inset Note Note
13555 status collapsed
13556
13557 \begin_layout Plain Layout
13558
13559 \series bold
13560
13561 \backslash
13562 raisebox
13563 \series default
13564  is only used as spacer.
13565 \end_layout
13566
13567 \end_inset
13568
13569
13570 \end_layout
13571
13572 \end_inset
13573 </cell>
13574 </row>
13575 <row>
13576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13577 \begin_inset Text
13578
13579 \begin_layout Plain Layout
13580
13581 \backslash
13582 colorbox{yellow
13583 \begin_inset Formula $\to$
13584 \end_inset
13585
13586
13587 \backslash
13588 {A=B
13589 \end_layout
13590
13591 \end_inset
13592 </cell>
13593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13594 \begin_inset Text
13595
13596 \begin_layout Plain Layout
13597 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13598 \end_inset
13599
13600
13601 \end_layout
13602
13603 \end_inset
13604 </cell>
13605 </row>
13606 <row>
13607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13608 \begin_inset Text
13609
13610 \begin_layout Plain Layout
13611
13612 \backslash
13613 colorbox{green
13614 \begin_inset Formula $\to$
13615 \end_inset
13616
13617
13618 \backslash
13619 {
13620 \backslash
13621 fbox
13622 \begin_inset ERT
13623 status collapsed
13624
13625 \begin_layout Plain Layout
13626
13627
13628 \backslash
13629 spce 
13630 \end_layout
13631
13632 \end_inset
13633
13634 A=B
13635 \end_layout
13636
13637 \end_inset
13638 </cell>
13639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13640 \begin_inset Text
13641
13642 \begin_layout Plain Layout
13643 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13644 \end_inset
13645
13646
13647 \end_layout
13648
13649 \end_inset
13650 </cell>
13651 </row>
13652 <row>
13653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13654 \begin_inset Text
13655
13656 \begin_layout Plain Layout
13657
13658 \backslash
13659 fbox
13660 \begin_inset ERT
13661 status collapsed
13662
13663 \begin_layout Plain Layout
13664
13665
13666 \backslash
13667 spce 
13668 \end_layout
13669
13670 \end_inset
13671
13672
13673 \backslash
13674 colorbox{green
13675 \begin_inset Formula $\to$
13676 \end_inset
13677
13678
13679 \backslash
13680 {A=B
13681 \end_layout
13682
13683 \end_inset
13684 </cell>
13685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13686 \begin_inset Text
13687
13688 \begin_layout Plain Layout
13689 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13690 \end_inset
13691
13692
13693 \end_layout
13694
13695 \end_inset
13696 </cell>
13697 </row>
13698 </lyxtabular>
13699
13700 \end_inset
13701
13702
13703 \end_layout
13704
13705 \begin_layout Standard
13706
13707 \series bold
13708
13709 \backslash
13710 colorbox
13711 \series default
13712  only colors the box but not the characters in the box.
13713  To color all characters, the whole formula is highlighted and the wanted
13714  color is chosen in the 
13715 \family sans
13716 Text
13717 \begin_inset space ~
13718 \end_inset
13719
13720 Style
13721 \family default
13722  dialog.
13723  The dialog can be called with the toolbar button 
13724 \begin_inset Graphics
13725         filename ../images/dialog-show_character.png
13726         scale 85
13727
13728 \end_inset
13729
13730  or the menu 
13731 \family sans
13732 Edit\SpecialChar \menuseparator
13733 Text
13734 \begin_inset space ~
13735 \end_inset
13736
13737 Style\SpecialChar \menuseparator
13738 Customized
13739 \family default
13740 .
13741  The formula number has then the same color as the formula.
13742  When the formula number should get another color than the formula characters,
13743  the color must be changed within the formula.
13744 \end_layout
13745
13746 \begin_layout Standard
13747 An example:
13748 \end_layout
13749
13750 \begin_layout Standard
13751
13752 \color red
13753 \begin_inset Formula \begin{equation}
13754 \int A=B\label{eq:red}\end{equation}
13755
13756 \end_inset
13757
13758
13759 \color green
13760
13761 \begin_inset Formula \begin{equation}
13762 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13763
13764 \end_inset
13765
13766
13767 \end_layout
13768
13769 \begin_layout Standard
13770 Formula 
13771 \begin_inset CommandInset ref
13772 LatexCommand eqref
13773 reference "eq:red"
13774
13775 \end_inset
13776
13777  is completely colored red.
13778 \begin_inset Newline newline
13779 \end_inset
13780
13781 Formula 
13782 \begin_inset CommandInset ref
13783 LatexCommand eqref
13784 reference "eq:redgreen"
13785
13786 \end_inset
13787
13788  was first completely colored green to set the color for the formula number.
13789  Subsequently the formula characters were colored red.
13790 \end_layout
13791
13792 \begin_layout Standard
13793 \begin_inset VSpace bigskip
13794 \end_inset
13795
13796 To color the frame different than the rest of the box, the command 
13797 \series bold
13798
13799 \backslash
13800 fcolorbox
13801 \series default
13802
13803 \begin_inset Index
13804 status collapsed
13805
13806 \begin_layout Plain Layout
13807 Commands ! F ! 
13808 \backslash
13809 fcolorbox
13810 \end_layout
13811
13812 \end_inset
13813
13814  is used in the following scheme:
13815 \end_layout
13816
13817 \begin_layout Standard
13818
13819 \series bold
13820
13821 \backslash
13822 fcolorbox{frame color}{color}{box content}
13823 \end_layout
13824
13825 \begin_layout Standard
13826 So 
13827 \series bold
13828
13829 \backslash
13830 fcolorbox
13831 \series default
13832  is an extension of the command 
13833 \series bold
13834
13835 \backslash
13836 colorbox
13837 \series default
13838 .
13839  The frame width is set, like for 
13840 \series bold
13841
13842 \backslash
13843 framebox
13844 \series default
13845 , with 
13846 \series bold
13847
13848 \backslash
13849 fboxrule
13850 \series default
13851  and 
13852 \series bold
13853
13854 \backslash
13855 fboxsep
13856 \series default
13857 .
13858  An example:
13859 \begin_inset ERT
13860 status collapsed
13861
13862 \begin_layout Plain Layout
13863
13864
13865 \backslash
13866 fboxrule 1mm 
13867 \backslash
13868 fboxsep 1mm
13869 \end_layout
13870
13871 \end_inset
13872
13873
13874 \begin_inset Formula \[
13875 \fcolorbox{cyan}{magenta}{A=B}\]
13876
13877 \end_inset
13878
13879
13880 \begin_inset ERT
13881 status collapsed
13882
13883 \begin_layout Plain Layout
13884
13885
13886 \backslash
13887 fboxrule 0.4pt 
13888 \backslash
13889 fboxsep 3pt
13890 \end_layout
13891
13892 \end_inset
13893
13894
13895 \end_layout
13896
13897 \begin_layout Standard
13898 This formula was created with the command
13899 \begin_inset Newline newline
13900 \end_inset
13901
13902
13903 \series bold
13904
13905 \backslash
13906 fcolorbox{cyan
13907 \begin_inset Formula $\to$
13908 \end_inset
13909
13910
13911 \backslash
13912 {magenta
13913 \begin_inset Formula $\to$
13914 \end_inset
13915
13916
13917 \backslash
13918 {A=B
13919 \series default
13920 .
13921 \end_layout
13922
13923 \begin_layout Standard
13924 \begin_inset VSpace bigskip
13925 \end_inset
13926
13927 To use other colors than the predefined ones, they have to be defined first.
13928 \end_layout
13929
13930 \begin_layout Standard
13931 One can for example define the color 
13932 \begin_inset Quotes eld
13933 \end_inset
13934
13935
13936 \series bold
13937 darkgreen
13938 \series default
13939
13940 \begin_inset Quotes erd
13941 \end_inset
13942
13943  with the LaTeX-preamble line:
13944 \end_layout
13945
13946 \begin_layout Standard
13947
13948 \series bold
13949
13950 \backslash
13951 definecolor{darkgreen}{cmyk}{0.5,
13952 \series default
13953  
13954 \series bold
13955 0,
13956 \series default
13957  
13958 \series bold
13959 1,
13960 \series default
13961  
13962 \series bold
13963 0.5}
13964 \series default
13965
13966 \begin_inset Index
13967 status collapsed
13968
13969 \begin_layout Plain Layout
13970 Commands ! D ! 
13971 \backslash
13972 definecolor
13973 \end_layout
13974
13975 \end_inset
13976
13977
13978 \end_layout
13979
13980 \begin_layout Standard
13981
13982 \series bold
13983 cmyk
13984 \series default
13985  is the color space that denotes the colors 
13986 \series bold
13987 cyan
13988 \series default
13989
13990 \series bold
13991 magenta
13992 \series default
13993
13994 \series bold
13995 yellow
13996 \series default
13997 , and 
13998 \series bold
13999 black
14000 \series default
14001 .
14002  The four comma separated numbers are the portion factor for the corresponding
14003  colors of the color space.
14004  The factors can be in the range of 0
14005 \begin_inset space \thinspace{}
14006 \end_inset
14007
14008 -
14009 \begin_inset space \thinspace{}
14010 \end_inset
14011
14012 1.
14013  Instead of 
14014 \series bold
14015 cmyk
14016 \series default
14017  also the color space 
14018 \series bold
14019 rgb
14020 \series default
14021  can be used for definitions.
14022  
14023 \series bold
14024 rgb
14025 \series default
14026  denotes 
14027 \series bold
14028 red
14029 \series default
14030
14031 \series bold
14032 green
14033 \series default
14034 , and 
14035 \series bold
14036 blue
14037 \series default
14038 , so that there are in this case three portion factors for the corresponding
14039  colors.
14040  Furthermore there is the color space 
14041 \series bold
14042 gray
14043 \series default
14044  with one portion factor for the gray value.
14045 \end_layout
14046
14047 \begin_layout Standard
14048 As example a framed box with the new defined color 
14049 \series bold
14050 darkgreen
14051 \series default
14052  where the characters have been colored 
14053 \series bold
14054 yellow
14055 \series default
14056 :
14057 \begin_inset Formula \begin{equation}
14058 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14059
14060 \end_inset
14061
14062
14063 \end_layout
14064
14065 \begin_layout Standard
14066 Self-defined colors can also be used for text with the help of the command
14067  
14068 \series bold
14069
14070 \backslash
14071 textcolor
14072 \series default
14073 :
14074 \begin_inset Index
14075 status collapsed
14076
14077 \begin_layout Plain Layout
14078 Text ! colored
14079 \end_layout
14080
14081 \end_inset
14082
14083
14084 \end_layout
14085
14086 \begin_layout Standard
14087 \begin_inset ERT
14088 status collapsed
14089
14090 \begin_layout Plain Layout
14091
14092
14093 \backslash
14094 textcolor{darkgreen}{
14095 \end_layout
14096
14097 \end_inset
14098
14099 This sentence is 
14100 \begin_inset Quotes eld
14101 \end_inset
14102
14103 darkgreen
14104 \begin_inset Quotes erd
14105 \end_inset
14106
14107 .
14108 \begin_inset ERT
14109 status collapsed
14110
14111 \begin_layout Plain Layout
14112
14113 }
14114 \end_layout
14115
14116 \end_inset
14117
14118
14119 \end_layout
14120
14121 \begin_layout Standard
14122
14123 \series bold
14124
14125 \backslash
14126 textcolor
14127 \series default
14128
14129 \begin_inset Index
14130 status collapsed
14131
14132 \begin_layout Plain Layout
14133 Commands ! T ! 
14134 \backslash
14135 textcolor
14136 \end_layout
14137
14138 \end_inset
14139
14140  is used in the scheme 
14141 \series bold
14142
14143 \backslash
14144 textcolor{color}{characters to color}
14145 \series default
14146 .
14147 \end_layout
14148
14149 \begin_layout Subsection
14150 Paragraph Boxes
14151 \begin_inset CommandInset label
14152 LatexCommand label
14153 name "sub:Paragraph-Boxes"
14154
14155 \end_inset
14156
14157
14158 \begin_inset Index
14159 status collapsed
14160
14161 \begin_layout Plain Layout
14162 Boxes ! as paragraph
14163 \end_layout
14164
14165 \end_inset
14166
14167
14168 \end_layout
14169
14170 \begin_layout Standard
14171 A box that can contain several lines and paragraphs, a so called paragraph
14172  box (parbox), can be created with the menu 
14173 \family sans
14174 Insert\SpecialChar \menuseparator
14175 Box
14176 \family default
14177  or the toolbar button 
14178 \begin_inset Graphics
14179         filename ../images/box-insert.png
14180         scale 85
14181
14182 \end_inset
14183
14184 .
14185 \end_layout
14186
14187 \begin_layout Standard
14188 The following example shows a framed parbox in a line:
14189 \end_layout
14190
14191 \begin_layout Standard
14192 \begin_inset VSpace medskip
14193 \end_inset
14194
14195 This is a line 
14196 \begin_inset Box Boxed
14197 position "c"
14198 hor_pos "c"
14199 has_inner_box 1
14200 inner_pos "t"
14201 use_parbox 1
14202 width "5cm"
14203 special "none"
14204 height "1in"
14205 height_special "totalheight"
14206 status open
14207
14208 \begin_layout Plain Layout
14209 This is a paragraph box.
14210  It is exactly 5
14211 \begin_inset space \thinspace{}
14212 \end_inset
14213
14214 cm long and can also contain formulas: 
14215 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14216 \end_inset
14217
14218
14219 \end_layout
14220
14221 \end_inset
14222
14223  with a parbox.
14224 \end_layout
14225
14226 \begin_layout Standard
14227 \begin_inset VSpace medskip
14228 \end_inset
14229
14230
14231 \end_layout
14232
14233 \begin_layout Standard
14234 Such a box is created by right-clicking on the gray box inset.
14235  A dialog pops up showing the box properties.
14236  In our case set: 
14237 \emph on
14238 Decoration
14239 \emph default
14240 : Recangular box, 
14241 \emph on
14242 Inner Box
14243 \emph default
14244 : Parbox, 
14245 \emph on
14246 Width
14247 \emph default
14248 : 5
14249 \begin_inset space \thinspace{}
14250 \end_inset
14251
14252 cm, 
14253 \emph on
14254 Vertical Box Alignment
14255 \emph default
14256 : Middle
14257 \end_layout
14258
14259 \begin_layout Standard
14260 \begin_inset VSpace medskip
14261 \end_inset
14262
14263 In LaTeX a parbox is created with the command 
14264 \series bold
14265
14266 \backslash
14267 parbox
14268 \series default
14269
14270 \begin_inset Index
14271 status collapsed
14272
14273 \begin_layout Plain Layout
14274 Commands ! P ! 
14275 \backslash
14276 parbox
14277 \end_layout
14278
14279 \end_inset
14280
14281  that has the following scheme:
14282 \end_layout
14283
14284 \begin_layout Standard
14285
14286 \series bold
14287
14288 \backslash
14289 parbox[position]{width}{box content}
14290 \end_layout
14291
14292 \begin_layout Standard
14293 The positions 
14294 \emph on
14295 b
14296 \emph default
14297  and 
14298 \emph on
14299 t
14300 \emph default
14301  are possible.
14302  
14303 \emph on
14304 b
14305 \emph default
14306  for bottom means that the box is aligned within the surrounding text with
14307  its last line.
14308  With 
14309 \emph on
14310 t
14311 \emph default
14312  for top this is done with the first line.
14313  When no position is given, the box will be vertically centered, see section
14314  
14315 \emph on
14316 Boxes
14317 \emph default
14318  of the 
14319 \emph on
14320 Embedded
14321 \begin_inset space ~
14322 \end_inset
14323
14324 Objects
14325 \emph default
14326  manual for examples.
14327 \end_layout
14328
14329 \begin_layout Standard
14330 \begin_inset VSpace bigskip
14331 \end_inset
14332
14333 To frame formulas completely, including the formula number, the formula
14334  must be set into a parbox.
14335  To do this, the command 
14336 \series bold
14337
14338 \backslash
14339 fbox{
14340 \backslash
14341 parbox{
14342 \backslash
14343 linewidth-2
14344 \backslash
14345 fboxsep-2
14346 \backslash
14347 fboxrule}{
14348 \series default
14349  is inserted in TeX-mode before the formula.
14350  
14351 \series bold
14352
14353 \backslash
14354 linewidth
14355 \begin_inset Index
14356 status collapsed
14357
14358 \begin_layout Plain Layout
14359 Commands ! L ! 
14360 \backslash
14361 linewidth
14362 \end_layout
14363
14364 \end_inset
14365
14366
14367 \series default
14368  is hereby the line width set for the document.
14369  Because the frame is outside the parbox, 2
14370 \begin_inset space \thinspace{}
14371 \end_inset
14372
14373 times the frame separation and the frame thickness must be subtracted from
14374  the line width.
14375  As this is not automatically done by LyX due to a bug
14376 \begin_inset Foot
14377 status collapsed
14378
14379 \begin_layout Plain Layout
14380 \begin_inset CommandInset href
14381 LatexCommand href
14382 name "LyX-bug #4483"
14383 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14384
14385 \end_inset
14386
14387
14388 \end_layout
14389
14390 \end_inset
14391
14392 , TeX-mode has to be used.
14393  To be able to multiply and subtract in arguments, the LaTeX-package 
14394 \series bold
14395 calc
14396 \series default
14397
14398 \begin_inset Foot
14399 status collapsed
14400
14401 \begin_layout Plain Layout
14402
14403 \series bold
14404 calc
14405 \series default
14406  is part of every LaTeX standard installation.
14407 \end_layout
14408
14409 \end_inset
14410
14411
14412 \begin_inset Index
14413 status collapsed
14414
14415 \begin_layout Plain Layout
14416 Packages ! calc
14417 \end_layout
14418
14419 \end_inset
14420
14421  must be loaded in the LaTeX-preamble with the line
14422 \end_layout
14423
14424 \begin_layout Standard
14425
14426 \series bold
14427
14428 \backslash
14429 usepackage{calc}
14430 \end_layout
14431
14432 \begin_layout Standard
14433 Behind the formula both boxes are closed by entering 
14434 \series bold
14435 }}
14436 \series default
14437  in TeX-mode.
14438  Here is an example:
14439 \begin_inset ERT
14440 status collapsed
14441
14442 \begin_layout Plain Layout
14443
14444
14445 \backslash
14446 fboxsep 5mm 
14447 \backslash
14448 fboxrule 5mm
14449 \end_layout
14450
14451 \end_inset
14452
14453
14454 \end_layout
14455
14456 \begin_layout Standard
14457 \begin_inset ERT
14458 status collapsed
14459
14460 \begin_layout Plain Layout
14461
14462
14463 \backslash
14464 fbox{
14465 \backslash
14466 parbox{
14467 \backslash
14468 linewidth-2
14469 \backslash
14470 fboxsep-2
14471 \backslash
14472 fboxrule}{
14473 \end_layout
14474
14475 \end_inset
14476
14477
14478 \begin_inset Formula \begin{equation}
14479 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14480
14481 \end_inset
14482
14483
14484 \begin_inset ERT
14485 status collapsed
14486
14487 \begin_layout Plain Layout
14488
14489 }}
14490 \end_layout
14491
14492 \end_inset
14493
14494
14495 \begin_inset ERT
14496 status collapsed
14497
14498 \begin_layout Plain Layout
14499
14500
14501 \backslash
14502 fboxrule 0.4pt 
14503 \backslash
14504 fboxsep 3pt
14505 \end_layout
14506
14507 \end_inset
14508
14509
14510 \end_layout
14511
14512 \begin_layout Standard
14513 \begin_inset VSpace medskip
14514 \end_inset
14515
14516 As a parbox is used as argument of 
14517 \series bold
14518
14519 \backslash
14520 fbox
14521 \series default
14522 , there is in this case no difference between 
14523 \series bold
14524
14525 \backslash
14526 fbox
14527 \series default
14528  and 
14529 \series bold
14530
14531 \backslash
14532 boxed
14533 \series default
14534 .
14535 \end_layout
14536
14537 \begin_layout Standard
14538 \begin_inset VSpace bigskip
14539 \end_inset
14540
14541 Paragraph boxes are very useful to comment formulas directly.
14542  To do this, 
14543 \series bold
14544
14545 \backslash
14546 parbox
14547 \series default
14548  is used in combination with the command 
14549 \series bold
14550
14551 \backslash
14552 tag
14553 \series default
14554 .
14555  (more about 
14556 \series bold
14557
14558 \backslash
14559 tag
14560 \series default
14561  see 
14562 \begin_inset CommandInset ref
14563 LatexCommand ref
14564 reference "sub:User-defined-Numbering"
14565
14566 \end_inset
14567
14568 )
14569 \end_layout
14570
14571 \begin_layout Standard
14572 An example of a formula commented with 
14573 \series bold
14574
14575 \backslash
14576 parbox
14577 \series default
14578 :
14579 \end_layout
14580
14581 \begin_layout Standard
14582 \begin_inset ERT
14583 status collapsed
14584
14585 \begin_layout Plain Layout
14586
14587
14588 \backslash
14589 [5x-7b=3b
14590 \backslash
14591 tag*{
14592 \backslash
14593 parbox{5cm}{
14594 \end_layout
14595
14596 \end_inset
14597
14598 This is a description.
14599  It is distinctly separated from the formula and multiline.
14600 \begin_inset ERT
14601 status collapsed
14602
14603 \begin_layout Plain Layout
14604
14605 }}
14606 \backslash
14607 ]
14608 \end_layout
14609
14610 \end_inset
14611
14612
14613 \end_layout
14614
14615 \begin_layout Standard
14616 Such a formula must be inserted completely in TeX-mode because LyX does
14617  not yet support the command 
14618 \series bold
14619
14620 \backslash
14621 parbox
14622 \series default
14623  in formulas.
14624  The formula is created with the following command sequence:
14625 \end_layout
14626
14627 \begin_layout Standard
14628 The command 
14629 \series bold
14630
14631 \backslash
14632 [5x-7b=3b
14633 \backslash
14634 tag*
14635 \backslash
14636 {
14637 \backslash
14638 parbox{5cm}{
14639 \series default
14640  is inserted in TeX-mode.
14641 \begin_inset Foot
14642 status collapsed
14643
14644 \begin_layout Plain Layout
14645 When the formula style 
14646 \series bold
14647 Indented
14648 \series default
14649  is used, 
14650 \series bold
14651
14652 \backslash
14653 tag*
14654 \backslash
14655 {
14656 \series default
14657  can also be replaced by 
14658 \series bold
14659
14660 \backslash
14661 hfill
14662 \series default
14663 .
14664  (formula styles see 
14665 \begin_inset CommandInset ref
14666 LatexCommand ref
14667 reference "sec:Formula-Styles"
14668
14669 \end_inset
14670
14671 )
14672 \end_layout
14673
14674 \end_inset
14675
14676  Then the description follows as normal text, and finally 
14677 \series bold
14678 }}
14679 \backslash
14680 ]
14681 \series default
14682  is inserted in TeX-mode.
14683  The commands 
14684 \series bold
14685
14686 \backslash
14687 [
14688 \series default
14689  and 
14690 \series bold
14691
14692 \backslash
14693 ]
14694 \series default
14695  hereby create a displayed formula.
14696 \end_layout
14697
14698 \begin_layout Standard
14699 The advantages of 
14700 \series bold
14701
14702 \backslash
14703 parbox
14704 \series default
14705  can be seen in this example that was 
14706 \begin_inset Quotes eld
14707 \end_inset
14708
14709 commented
14710 \begin_inset Quotes erd
14711 \end_inset
14712
14713  using the mathematical textmode:
14714 \begin_inset Formula \[
14715 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14716
14717 \end_inset
14718
14719
14720 \end_layout
14721
14722 \begin_layout Section
14723 Operators
14724 \begin_inset Index
14725 status collapsed
14726
14727 \begin_layout Plain Layout
14728 Operators
14729 \end_layout
14730
14731 \end_inset
14732
14733
14734 \end_layout
14735
14736 \begin_layout Subsection
14737 Big Operators
14738 \begin_inset CommandInset label
14739 LatexCommand label
14740 name "sub:Big-Operators"
14741
14742 \end_inset
14743
14744
14745 \begin_inset Index
14746 status collapsed
14747
14748 \begin_layout Plain Layout
14749 Operators ! big
14750 \end_layout
14751
14752 \end_inset
14753
14754
14755 \begin_inset Index
14756 status collapsed
14757
14758 \begin_layout Plain Layout
14759 Sums
14760 \end_layout
14761
14762 \end_inset
14763
14764
14765 \begin_inset Index
14766 status collapsed
14767
14768 \begin_layout Plain Layout
14769 Integrals
14770 \end_layout
14771
14772 \end_inset
14773
14774
14775 \end_layout
14776
14777 \begin_layout Standard
14778 To be able to use all integral operators listed here, the option 
14779 \family sans
14780 Use esint package automatically
14781 \family default
14782  must be set in the document settings under 
14783 \family sans
14784 Math
14785 \begin_inset space ~
14786 \end_inset
14787
14788 Options
14789 \family default
14790 .
14791 \end_layout
14792
14793 \begin_layout Standard
14794 \begin_inset space \hfill{}
14795 \end_inset
14796
14797
14798 \begin_inset Tabular
14799 <lyxtabular version="3" rows="11" columns="2">
14800 <features>
14801 <column alignment="center" valignment="top" width="0pt">
14802 <column alignment="center" valignment="top" width="0pt">
14803 <row>
14804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14805 \begin_inset Text
14806
14807 \begin_layout Plain Layout
14808 Command
14809 \end_layout
14810
14811 \end_inset
14812 </cell>
14813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14814 \begin_inset Text
14815
14816 \begin_layout Plain Layout
14817 Result
14818 \end_layout
14819
14820 \end_inset
14821 </cell>
14822 </row>
14823 <row>
14824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14825 \begin_inset Text
14826
14827 \begin_layout Plain Layout
14828
14829 \backslash
14830 sum
14831 \begin_inset Index
14832 status collapsed
14833
14834 \begin_layout Plain Layout
14835 Commands ! S ! 
14836 \backslash
14837 sum
14838 \end_layout
14839
14840 \end_inset
14841
14842
14843 \end_layout
14844
14845 \end_inset
14846 </cell>
14847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14848 \begin_inset Text
14849
14850 \begin_layout Plain Layout
14851 \begin_inset Formula $\sum$
14852 \end_inset
14853
14854
14855 \end_layout
14856
14857 \end_inset
14858 </cell>
14859 </row>
14860 <row>
14861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14862 \begin_inset Text
14863
14864 \begin_layout Plain Layout
14865
14866 \backslash
14867 int
14868 \begin_inset Index
14869 status collapsed
14870
14871 \begin_layout Plain Layout
14872 Commands ! I ! 
14873 \backslash
14874 int
14875 \end_layout
14876
14877 \end_inset
14878
14879
14880 \end_layout
14881
14882 \end_inset
14883 </cell>
14884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14885 \begin_inset Text
14886
14887 \begin_layout Plain Layout
14888 \begin_inset Formula $\int$
14889 \end_inset
14890
14891
14892 \end_layout
14893
14894 \end_inset
14895 </cell>
14896 </row>
14897 <row>
14898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14899 \begin_inset Text
14900
14901 \begin_layout Plain Layout
14902
14903 \backslash
14904 intop
14905 \end_layout
14906
14907 \end_inset
14908 </cell>
14909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14910 \begin_inset Text
14911
14912 \begin_layout Plain Layout
14913 \begin_inset Formula $\intop$
14914 \end_inset
14915
14916
14917 \end_layout
14918
14919 \end_inset
14920 </cell>
14921 </row>
14922 <row>
14923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927
14928 \backslash
14929 oint
14930 \end_layout
14931
14932 \end_inset
14933 </cell>
14934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14935 \begin_inset Text
14936
14937 \begin_layout Plain Layout
14938 \begin_inset Formula $\oint$
14939 \end_inset
14940
14941
14942 \end_layout
14943
14944 \end_inset
14945 </cell>
14946 </row>
14947 <row>
14948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14949 \begin_inset Text
14950
14951 \begin_layout Plain Layout
14952
14953 \backslash
14954 ointop
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Plain Layout
14963 \begin_inset Formula $\ointop$
14964 \end_inset
14965
14966
14967 \end_layout
14968
14969 \end_inset
14970 </cell>
14971 </row>
14972 <row>
14973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14974 \begin_inset Text
14975
14976 \begin_layout Plain Layout
14977
14978 \backslash
14979 ointctrclockwise
14980 \end_layout
14981
14982 \end_inset
14983 </cell>
14984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14985 \begin_inset Text
14986
14987 \begin_layout Plain Layout
14988 \begin_inset Formula $\ointctrclockwise$
14989 \end_inset
14990
14991
14992 \end_layout
14993
14994 \end_inset
14995 </cell>
14996 </row>
14997 <row>
14998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14999 \begin_inset Text
15000
15001 \begin_layout Plain Layout
15002
15003 \backslash
15004 ointclockwise
15005 \end_layout
15006
15007 \end_inset
15008 </cell>
15009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013 \begin_inset Formula $\ointclockwise$
15014 \end_inset
15015
15016
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 </row>
15022 <row>
15023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15024 \begin_inset Text
15025
15026 \begin_layout Plain Layout
15027
15028 \backslash
15029 sqint
15030 \end_layout
15031
15032 \end_inset
15033 </cell>
15034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15035 \begin_inset Text
15036
15037 \begin_layout Plain Layout
15038 \begin_inset Formula $\sqint$
15039 \end_inset
15040
15041
15042 \end_layout
15043
15044 \end_inset
15045 </cell>
15046 </row>
15047 <row>
15048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Plain Layout
15052
15053 \backslash
15054 bigcap
15055 \end_layout
15056
15057 \end_inset
15058 </cell>
15059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063 \begin_inset Formula $\bigcap$
15064 \end_inset
15065
15066
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 </row>
15072 <row>
15073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Plain Layout
15077
15078 \backslash
15079 bigcup
15080 \end_layout
15081
15082 \end_inset
15083 </cell>
15084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Plain Layout
15088 \begin_inset Formula $\bigcup$
15089 \end_inset
15090
15091
15092 \end_layout
15093
15094 \end_inset
15095 </cell>
15096 </row>
15097 </lyxtabular>
15098
15099 \end_inset
15100
15101
15102 \begin_inset space \hfill{}
15103 \end_inset
15104
15105
15106 \begin_inset Tabular
15107 <lyxtabular version="3" rows="10" columns="2">
15108 <features>
15109 <column alignment="center" valignment="top" width="0pt">
15110 <column alignment="center" valignment="top" width="0pt">
15111 <row>
15112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116 Command
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125 Result
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 </row>
15131 <row>
15132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15133 \begin_inset Text
15134
15135 \begin_layout Plain Layout
15136
15137 \backslash
15138 prod
15139 \begin_inset Index
15140 status collapsed
15141
15142 \begin_layout Plain Layout
15143 Commands ! P ! 
15144 \backslash
15145 prod
15146 \end_layout
15147
15148 \end_inset
15149
15150
15151 \end_layout
15152
15153 \end_inset
15154 </cell>
15155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15156 \begin_inset Text
15157
15158 \begin_layout Plain Layout
15159 \begin_inset Formula $\prod$
15160 \end_inset
15161
15162
15163 \end_layout
15164
15165 \end_inset
15166 </cell>
15167 </row>
15168 <row>
15169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15170 \begin_inset Text
15171
15172 \begin_layout Plain Layout
15173
15174 \backslash
15175 coprod
15176 \end_layout
15177
15178 \end_inset
15179 </cell>
15180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Plain Layout
15184 \begin_inset Formula $\coprod$
15185 \end_inset
15186
15187
15188 \end_layout
15189
15190 \end_inset
15191 </cell>
15192 </row>
15193 <row>
15194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15195 \begin_inset Text
15196
15197 \begin_layout Plain Layout
15198
15199 \backslash
15200 bigodot
15201 \end_layout
15202
15203 \end_inset
15204 </cell>
15205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15206 \begin_inset Text
15207
15208 \begin_layout Plain Layout
15209 \begin_inset Formula $\bigodot$
15210 \end_inset
15211
15212
15213 \end_layout
15214
15215 \end_inset
15216 </cell>
15217 </row>
15218 <row>
15219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15220 \begin_inset Text
15221
15222 \begin_layout Plain Layout
15223
15224 \backslash
15225 bigotimes
15226 \end_layout
15227
15228 \end_inset
15229 </cell>
15230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15231 \begin_inset Text
15232
15233 \begin_layout Plain Layout
15234 \begin_inset Formula $\bigotimes$
15235 \end_inset
15236
15237
15238 \end_layout
15239
15240 \end_inset
15241 </cell>
15242 </row>
15243 <row>
15244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Plain Layout
15248
15249 \backslash
15250 bigoplus
15251 \end_layout
15252
15253 \end_inset
15254 </cell>
15255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15256 \begin_inset Text
15257
15258 \begin_layout Plain Layout
15259 \begin_inset Formula $\bigoplus$
15260 \end_inset
15261
15262
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 </row>
15268 <row>
15269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15270 \begin_inset Text
15271
15272 \begin_layout Plain Layout
15273
15274 \backslash
15275 bigwedge
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15281 \begin_inset Text
15282
15283 \begin_layout Plain Layout
15284 \begin_inset Formula $\bigwedge$
15285 \end_inset
15286
15287
15288 \end_layout
15289
15290 \end_inset
15291 </cell>
15292 </row>
15293 <row>
15294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15295 \begin_inset Text
15296
15297 \begin_layout Plain Layout
15298
15299 \backslash
15300 bigvee
15301 \end_layout
15302
15303 \end_inset
15304 </cell>
15305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309 \begin_inset Formula $\bigvee$
15310 \end_inset
15311
15312
15313 \end_layout
15314
15315 \end_inset
15316 </cell>
15317 </row>
15318 <row>
15319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15320 \begin_inset Text
15321
15322 \begin_layout Plain Layout
15323
15324 \backslash
15325 bigsqcup
15326 \end_layout
15327
15328 \end_inset
15329 </cell>
15330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15331 \begin_inset Text
15332
15333 \begin_layout Plain Layout
15334 \begin_inset Formula $\bigsqcup$
15335 \end_inset
15336
15337
15338 \end_layout
15339
15340 \end_inset
15341 </cell>
15342 </row>
15343 <row>
15344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15345 \begin_inset Text
15346
15347 \begin_layout Plain Layout
15348
15349 \backslash
15350 biguplus
15351 \end_layout
15352
15353 \end_inset
15354 </cell>
15355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15356 \begin_inset Text
15357
15358 \begin_layout Plain Layout
15359 \begin_inset Formula $\biguplus$
15360 \end_inset
15361
15362
15363 \end_layout
15364
15365 \end_inset
15366 </cell>
15367 </row>
15368 </lyxtabular>
15369
15370 \end_inset
15371
15372
15373 \begin_inset space \hfill{}
15374 \end_inset
15375
15376
15377 \end_layout
15378
15379 \begin_layout Standard
15380 All big operators can also be inserted via the math toolbar button 
15381 \begin_inset Graphics
15382         filename ../images/math/intop.png
15383         scale 85
15384
15385 \end_inset
15386
15387 .
15388 \end_layout
15389
15390 \begin_layout Standard
15391 The operators are called big because they are bigger than the sometimes
15392  equal looking binary operators.
15393  All big operators can have limits as described in the next subsection.
15394 \end_layout
15395
15396 \begin_layout Standard
15397 The operators 
15398 \series bold
15399
15400 \backslash
15401 intop
15402 \series default
15403  and 
15404 \series bold
15405
15406 \backslash
15407 ointop
15408 \series default
15409  are different from 
15410 \series bold
15411
15412 \backslash
15413 int
15414 \series default
15415  and 
15416 \series bold
15417
15418 \backslash
15419 oint
15420 \series default
15421 , resp.
15422 \begin_inset space ~
15423 \end_inset
15424
15425 in the style the operator limits are displayed, see 
15426 \begin_inset CommandInset ref
15427 LatexCommand ref
15428 reference "sub:Operator-Limits"
15429
15430 \end_inset
15431
15432 .
15433  
15434 \end_layout
15435
15436 \begin_layout Subsubsection*
15437 Advices for Integrals
15438 \end_layout
15439
15440 \begin_layout Standard
15441 The letter 
15442 \emph on
15443 d
15444 \emph default
15445  in an integral is an operator, that therefore has to be set upright.
15446  This is done by highlighting the 
15447 \emph on
15448 d
15449 \emph default
15450  and using the keyboard shortcut 
15451 \begin_inset Info
15452 type  "shortcut"
15453 arg   "font-roman"
15454 \end_inset
15455
15456
15457 \begin_inset Foot
15458 status collapsed
15459
15460 \begin_layout Plain Layout
15461 Font styles
15462 \series bold
15463  
15464 \series default
15465 see 
15466 \begin_inset CommandInset ref
15467 LatexCommand ref
15468 reference "sub:Font-Styles"
15469
15470 \end_inset
15471
15472
15473 \end_layout
15474
15475 \end_inset
15476
15477 .
15478  Finally the smallest space is inserted before the 
15479 \emph on
15480 d
15481 \emph default
15482 , as this is usual for operators.
15483  An example:
15484 \end_layout
15485
15486 \begin_layout Standard
15487 incorrect: 
15488 \begin_inset Formula $\int A(x)dx$
15489 \end_inset
15490
15491
15492 \begin_inset Newline newline
15493 \end_inset
15494
15495
15496 \begin_inset ERT
15497 status collapsed
15498
15499 \begin_layout Plain Layout
15500
15501
15502 \backslash
15503 hphantom{in}
15504 \end_layout
15505
15506 \end_inset
15507
15508 correct: 
15509 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15510 \end_inset
15511
15512
15513 \end_layout
15514
15515 \begin_layout Standard
15516 For multiple integrals there are the following commands:
15517 \begin_inset VSpace medskip
15518 \end_inset
15519
15520
15521 \end_layout
15522
15523 \begin_layout Standard
15524 \begin_inset space \hfill{}
15525 \end_inset
15526
15527
15528 \begin_inset Tabular
15529 <lyxtabular version="3" rows="4" columns="2">
15530 <features>
15531 <column alignment="center" valignment="top" width="0">
15532 <column alignment="center" valignment="top" width="0">
15533 <row>
15534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15535 \begin_inset Text
15536
15537 \begin_layout Plain Layout
15538 Command
15539 \end_layout
15540
15541 \end_inset
15542 </cell>
15543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15544 \begin_inset Text
15545
15546 \begin_layout Plain Layout
15547 Result
15548 \begin_inset Note Note
15549 status collapsed
15550
15551 \begin_layout Plain Layout
15552
15553 \series bold
15554
15555 \backslash
15556 raisebox
15557 \series default
15558  is only used as spacer.
15559 \end_layout
15560
15561 \end_inset
15562
15563
15564 \end_layout
15565
15566 \end_inset
15567 </cell>
15568 </row>
15569 <row>
15570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15571 \begin_inset Text
15572
15573 \begin_layout Plain Layout
15574
15575 \backslash
15576 iint
15577 \end_layout
15578
15579 \end_inset
15580 </cell>
15581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15582 \begin_inset Text
15583
15584 \begin_layout Plain Layout
15585 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15586 \end_inset
15587
15588
15589 \end_layout
15590
15591 \end_inset
15592 </cell>
15593 </row>
15594 <row>
15595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15596 \begin_inset Text
15597
15598 \begin_layout Plain Layout
15599
15600 \backslash
15601 oiint
15602 \end_layout
15603
15604 \end_inset
15605 </cell>
15606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15607 \begin_inset Text
15608
15609 \begin_layout Plain Layout
15610 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15611 \end_inset
15612
15613
15614 \end_layout
15615
15616 \end_inset
15617 </cell>
15618 </row>
15619 <row>
15620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15621 \begin_inset Text
15622
15623 \begin_layout Plain Layout
15624
15625 \backslash
15626 sqiint
15627 \end_layout
15628
15629 \end_inset
15630 </cell>
15631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15632 \begin_inset Text
15633
15634 \begin_layout Plain Layout
15635 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15636 \end_inset
15637
15638
15639 \end_layout
15640
15641 \end_inset
15642 </cell>
15643 </row>
15644 </lyxtabular>
15645
15646 \end_inset
15647
15648
15649 \begin_inset space \hfill{}
15650 \end_inset
15651
15652
15653 \begin_inset Tabular
15654 <lyxtabular version="3" rows="4" columns="2">
15655 <features>
15656 <column alignment="center" valignment="top" width="0">
15657 <column alignment="center" valignment="top" width="0">
15658 <row>
15659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15660 \begin_inset Text
15661
15662 \begin_layout Plain Layout
15663 Command
15664 \end_layout
15665
15666 \end_inset
15667 </cell>
15668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15669 \begin_inset Text
15670
15671 \begin_layout Plain Layout
15672 Result
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 </row>
15678 <row>
15679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15680 \begin_inset Text
15681
15682 \begin_layout Plain Layout
15683
15684 \backslash
15685 iiint
15686 \end_layout
15687
15688 \end_inset
15689 </cell>
15690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15691 \begin_inset Text
15692
15693 \begin_layout Plain Layout
15694 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15695 \end_inset
15696
15697
15698 \end_layout
15699
15700 \end_inset
15701 </cell>
15702 </row>
15703 <row>
15704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15705 \begin_inset Text
15706
15707 \begin_layout Plain Layout
15708
15709 \backslash
15710 iiiint
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15716 \begin_inset Text
15717
15718 \begin_layout Plain Layout
15719 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15720 \end_inset
15721
15722
15723 \end_layout
15724
15725 \end_inset
15726 </cell>
15727 </row>
15728 <row>
15729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15730 \begin_inset Text
15731
15732 \begin_layout Plain Layout
15733
15734 \backslash
15735 dotsint
15736 \end_layout
15737
15738 \end_inset
15739 </cell>
15740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15741 \begin_inset Text
15742
15743 \begin_layout Plain Layout
15744 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15745 \end_inset
15746
15747
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 </row>
15753 </lyxtabular>
15754
15755 \end_inset
15756
15757
15758 \begin_inset space \hfill{}
15759 \end_inset
15760
15761
15762 \end_layout
15763
15764 \begin_layout Subsection
15765 Operator Limits
15766 \begin_inset CommandInset label
15767 LatexCommand label
15768 name "sub:Operator-Limits"
15769
15770 \end_inset
15771
15772
15773 \begin_inset Index
15774 status collapsed
15775
15776 \begin_layout Plain Layout
15777 Operators ! Limits
15778 \end_layout
15779
15780 \end_inset
15781
15782
15783 \end_layout
15784
15785 \begin_layout Standard
15786 Limits are created by super- and subscripts:
15787 \end_layout
15788
15789 \begin_layout Standard
15790 \align center
15791 \begin_inset Tabular
15792 <lyxtabular version="3" rows="2" columns="2">
15793 <features>
15794 <column alignment="center" valignment="top" width="0pt">
15795 <column alignment="center" valignment="top" width="0pt">
15796 <row>
15797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15798 \begin_inset Text
15799
15800 \begin_layout Plain Layout
15801 Command
15802 \end_layout
15803
15804 \end_inset
15805 </cell>
15806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15807 \begin_inset Text
15808
15809 \begin_layout Plain Layout
15810 Result
15811 \begin_inset Note Note
15812 status collapsed
15813
15814 \begin_layout Plain Layout
15815
15816 \series bold
15817
15818 \backslash
15819 raisebox
15820 \series default
15821  is only used as spacer.
15822 \end_layout
15823
15824 \end_inset
15825
15826
15827 \end_layout
15828
15829 \end_inset
15830 </cell>
15831 </row>
15832 <row>
15833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15834 \begin_inset Text
15835
15836 \begin_layout Plain Layout
15837
15838 \backslash
15839 prod^
15840 \backslash
15841 infty
15842 \begin_inset ERT
15843 status collapsed
15844
15845 \begin_layout Plain Layout
15846
15847
15848 \backslash
15849 spce 
15850 \end_layout
15851
15852 \end_inset
15853
15854
15855 \begin_inset Formula $\to$
15856 \end_inset
15857
15858 _0
15859 \begin_inset Formula $\to$
15860 \end_inset
15861
15862 A(x)
15863 \end_layout
15864
15865 \end_inset
15866 </cell>
15867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Plain Layout
15871 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15872 \end_inset
15873
15874
15875 \end_layout
15876
15877 \end_inset
15878 </cell>
15879 </row>
15880 </lyxtabular>
15881
15882 \end_inset
15883
15884
15885 \end_layout
15886
15887 \begin_layout Standard
15888 Limits of inline formulas are set right beside the operator.
15889  Limits in displayed formulas are set above or below the operator, except
15890  of integral limits.
15891 \end_layout
15892
15893 \begin_layout Standard
15894 To force that the limits are set beside the operator, the cursor is set
15895  directly behind the operator and the limits type is changed with the menu
15896  
15897 \family sans
15898 Edit\SpecialChar \menuseparator
15899 Math\SpecialChar \menuseparator
15900 Change Limits Type
15901 \family default
15902  to 
15903 \family sans
15904 \series bold
15905 Inline
15906 \family default
15907 \series default
15908  (shortcut 
15909 \begin_inset Info
15910 type  "shortcut"
15911 arg   "math-limits"
15912 \end_inset
15913
15914 ).
15915  An example:
15916 \end_layout
15917
15918 \begin_layout Standard
15919 The default limits type is this:
15920 \begin_inset Formula \[
15921 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15922
15923 \end_inset
15924
15925 This is how it looks when the limits type was changed to 
15926 \family sans
15927 \series bold
15928 Inline
15929 \family default
15930 \series default
15931 :
15932 \begin_inset Formula \[
15933 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15934
15935 \end_inset
15936
15937 For integrals, except of 
15938 \series bold
15939
15940 \backslash
15941 intop
15942 \series default
15943  and 
15944 \series bold
15945
15946 \backslash
15947 ointop
15948 \series default
15949 , the limits are by default set beside the operator.
15950  But for multiple integrals the limits are often set below the operator.
15951  In the following example the limits type was therefore set to 
15952 \series bold
15953 Display
15954 \series default
15955  and so set below the integrals:
15956 \begin_inset Formula \begin{equation}
15957 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15958
15959 \end_inset
15960
15961
15962 \end_layout
15963
15964 \begin_layout Standard
15965 \begin_inset VSpace medskip
15966 \end_inset
15967
15968 To specify conditions for limits, the commands 
15969 \series bold
15970
15971 \backslash
15972 subarray
15973 \series default
15974
15975 \begin_inset Index
15976 status collapsed
15977
15978 \begin_layout Plain Layout
15979 Commands ! S ! 
15980 \backslash
15981 subarray
15982 \end_layout
15983
15984 \end_inset
15985
15986  and 
15987 \series bold
15988
15989 \backslash
15990 substack
15991 \series default
15992
15993 \begin_inset Index
15994 status collapsed
15995
15996 \begin_layout Plain Layout
15997 Commands ! S ! 
15998 \backslash
15999 substack
16000 \end_layout
16001
16002 \end_inset
16003
16004  are used.
16005  To create for example this expression 
16006 \begin_inset Formula \begin{equation}
16007 \sum_{\begin{subarray}{c}
16008 0<k<1000\\
16009 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16010
16011 \end_inset
16012
16013
16014 \end_layout
16015
16016 \begin_layout Standard
16017 the following has to be done:
16018 \begin_inset Newline newline
16019 \end_inset
16020
16021 First the command 
16022 \series bold
16023
16024 \backslash
16025 sum
16026 \series default
16027 ^
16028 \series bold
16029 n
16030 \begin_inset ERT
16031 status collapsed
16032
16033 \begin_layout Plain Layout
16034
16035
16036 \backslash
16037 spce 
16038 \end_layout
16039
16040 \end_inset
16041
16042 _
16043 \series default
16044  is typed in.
16045  One is now in a blue box under the summation operator and insert there
16046  the command 
16047 \series bold
16048
16049 \backslash
16050 subarray
16051 \begin_inset ERT
16052 status collapsed
16053
16054 \begin_layout Plain Layout
16055
16056
16057 \backslash
16058 spce 
16059 \end_layout
16060
16061 \end_inset
16062
16063
16064 \series default
16065 .
16066  The blue box is now within a purple box and now several lines can be written
16067  among each other.
16068  A new line is created by inserting a line break (
16069 \begin_inset Info
16070 type  "shortcut"
16071 arg   "newline-insert newline"
16072 \end_inset
16073
16074 ).
16075  When now
16076 \begin_inset Newline newline
16077 \end_inset
16078
16079
16080 \series bold
16081 0<k<1000 Ctrl+Return
16082 \begin_inset Newline newline
16083 \end_inset
16084
16085
16086 \series default
16087 is typed in, a new box appears below for the new line.
16088 \end_layout
16089
16090 \begin_layout Standard
16091 The alignment of the lines can be changed to left aligned with the 
16092 \family sans
16093 table
16094 \family default
16095  
16096 \family sans
16097 toolbar
16098 \family default
16099  or the menu 
16100 \family sans
16101 Edit\SpecialChar \menuseparator
16102 Rows &Columns
16103 \family default
16104 .
16105  To get right alignment, 
16106 \series bold
16107
16108 \backslash
16109 hfill
16110 \begin_inset ERT
16111 status collapsed
16112
16113 \begin_layout Plain Layout
16114
16115
16116 \backslash
16117 spce 
16118 \end_layout
16119
16120 \end_inset
16121
16122
16123 \series default
16124  is inserted at the beginning of the line.
16125 \end_layout
16126
16127 \begin_layout Standard
16128 The command 
16129 \series bold
16130
16131 \backslash
16132 substack
16133 \series default
16134  is equivalent to 
16135 \series bold
16136
16137 \backslash
16138 subarray
16139 \series default
16140  with the difference that the lines are always centered.
16141 \end_layout
16142
16143 \begin_layout Standard
16144 \begin_inset VSpace bigskip
16145 \end_inset
16146
16147 Like in formula 
16148 \begin_inset CommandInset ref
16149 LatexCommand eqref
16150 reference "eq:substack"
16151
16152 \end_inset
16153
16154  there can be too much space beside an operator, because the characters
16155  following the operator are set beside the limits.
16156 \end_layout
16157
16158 \begin_layout Standard
16159 To avoid this, the following macro can be used in the LaTeX-preamble:
16160 \end_layout
16161
16162 \begin_layout Standard
16163
16164 \series bold
16165
16166 \backslash
16167 def
16168 \backslash
16169 clap#1{
16170 \backslash
16171 hbox to 0pt{
16172 \backslash
16173 hss #1
16174 \backslash
16175 hss}}
16176 \begin_inset Newline newline
16177 \end_inset
16178
16179
16180 \backslash
16181 def
16182 \backslash
16183 mathclap {
16184 \backslash
16185 mathpalette 
16186 \backslash
16187 mathclapinternal}
16188 \begin_inset Newline newline
16189 \end_inset
16190
16191
16192 \backslash
16193 def
16194 \backslash
16195 mathclapinternal #1#2{
16196 \backslash
16197 clap{$
16198 \backslash
16199 mathsurround =0pt #1{#2}$}}
16200 \end_layout
16201
16202 \begin_layout Standard
16203 This defines the command 
16204 \series bold
16205
16206 \backslash
16207 mathclap
16208 \series default
16209
16210 \begin_inset Index
16211 status collapsed
16212
16213 \begin_layout Plain Layout
16214 Commands ! M ! 
16215 \backslash
16216 mathclap
16217 \end_layout
16218
16219 \end_inset
16220
16221  that sets the width of the limit to 0
16222 \begin_inset space \thinspace{}
16223 \end_inset
16224
16225 pt.
16226  The command scheme is
16227 \end_layout
16228
16229 \begin_layout Standard
16230
16231 \series bold
16232
16233 \backslash
16234 mathclap{limit}
16235 \end_layout
16236
16237 \begin_layout Standard
16238 where the limit can consist of several conditions.
16239 \end_layout
16240
16241 \begin_layout Standard
16242 Applied on formula 
16243 \begin_inset CommandInset ref
16244 LatexCommand eqref
16245 reference "eq:substack"
16246
16247 \end_inset
16248
16249 , one uses the command
16250 \end_layout
16251
16252 \begin_layout Standard
16253
16254 \series bold
16255
16256 \backslash
16257 sum_
16258 \backslash
16259 mathclap{
16260 \backslash
16261 substack
16262 \begin_inset ERT
16263 status collapsed
16264
16265 \begin_layout Plain Layout
16266
16267
16268 \backslash
16269 spce 
16270 \end_layout
16271
16272 \end_inset
16273
16274 0<k<1000 Ctrl+Return
16275 \end_layout
16276
16277 \begin_layout Standard
16278 to create the lower limit.
16279  The summand is now directly behind the summation operator:
16280 \begin_inset Formula \[
16281 \sum_{\mathclap{\substack{0<k<1000\\
16282 \\k\,\in\,\mathbb{N}}
16283 }}^{n}k^{-2}\]
16284
16285 \end_inset
16286
16287
16288 \end_layout
16289
16290 \begin_layout Standard
16291 \begin_inset VSpace bigskip
16292 \end_inset
16293
16294 How to use one limit for several operators is described in 
16295 \begin_inset CommandInset ref
16296 LatexCommand ref
16297 reference "sub:Self-defined-Operators"
16298
16299 \end_inset
16300
16301 .
16302 \end_layout
16303
16304 \begin_layout Standard
16305 \begin_inset Newpage newpage
16306 \end_inset
16307
16308
16309 \end_layout
16310
16311 \begin_layout Subsection
16312 Binary Operators
16313 \begin_inset CommandInset label
16314 LatexCommand label
16315 name "sub:Binary-Operators"
16316
16317 \end_inset
16318
16319
16320 \begin_inset Index
16321 status collapsed
16322
16323 \begin_layout Plain Layout
16324 Operators ! binary
16325 \end_layout
16326
16327 \end_inset
16328
16329
16330 \end_layout
16331
16332 \begin_layout Standard
16333 Binary operators are surrounded by space when there is a character before
16334  and behind them.
16335 \begin_inset VSpace medskip
16336 \end_inset
16337
16338
16339 \end_layout
16340
16341 \begin_layout Standard
16342 \begin_inset space \hfill{}
16343 \end_inset
16344
16345
16346 \begin_inset Tabular
16347 <lyxtabular version="3" rows="13" columns="2">
16348 <features>
16349 <column alignment="center" valignment="top" width="0pt">
16350 <column alignment="center" valignment="top" width="0pt">
16351 <row>
16352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16353 \begin_inset Text
16354
16355 \begin_layout Plain Layout
16356 Command
16357 \begin_inset Note Note
16358 status collapsed
16359
16360 \begin_layout Plain Layout
16361
16362 \series bold
16363
16364 \backslash
16365 raisebox
16366 \series default
16367  is only used as spacer.
16368 \end_layout
16369
16370 \end_inset
16371
16372
16373 \end_layout
16374
16375 \end_inset
16376 </cell>
16377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Plain Layout
16381 Result
16382 \end_layout
16383
16384 \end_inset
16385 </cell>
16386 </row>
16387 <row>
16388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392 +
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401 \begin_inset Formula $+$
16402 \end_inset
16403
16404
16405 \end_layout
16406
16407 \end_inset
16408 </cell>
16409 </row>
16410 <row>
16411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Plain Layout
16415 -
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424 \begin_inset Formula $-$
16425 \end_inset
16426
16427
16428 \end_layout
16429
16430 \end_inset
16431 </cell>
16432 </row>
16433 <row>
16434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16435 \begin_inset Text
16436
16437 \begin_layout Plain Layout
16438
16439 \backslash
16440 pm
16441 \end_layout
16442
16443 \end_inset
16444 </cell>
16445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16446 \begin_inset Text
16447
16448 \begin_layout Plain Layout
16449 \begin_inset Formula $\pm$
16450 \end_inset
16451
16452
16453 \end_layout
16454
16455 \end_inset
16456 </cell>
16457 </row>
16458 <row>
16459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16460 \begin_inset Text
16461
16462 \begin_layout Plain Layout
16463
16464 \backslash
16465 mp
16466 \end_layout
16467
16468 \end_inset
16469 </cell>
16470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16471 \begin_inset Text
16472
16473 \begin_layout Plain Layout
16474 \begin_inset Formula $\mp$
16475 \end_inset
16476
16477
16478 \end_layout
16479
16480 \end_inset
16481 </cell>
16482 </row>
16483 <row>
16484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16485 \begin_inset Text
16486
16487 \begin_layout Plain Layout
16488
16489 \backslash
16490 cdot
16491 \end_layout
16492
16493 \end_inset
16494 </cell>
16495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16496 \begin_inset Text
16497
16498 \begin_layout Plain Layout
16499 \begin_inset Formula $\cdot$
16500 \end_inset
16501
16502
16503 \end_layout
16504
16505 \end_inset
16506 </cell>
16507 </row>
16508 <row>
16509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16510 \begin_inset Text
16511
16512 \begin_layout Plain Layout
16513
16514 \backslash
16515 times
16516 \end_layout
16517
16518 \end_inset
16519 </cell>
16520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524 \begin_inset Formula $\times$
16525 \end_inset
16526
16527
16528 \end_layout
16529
16530 \end_inset
16531 </cell>
16532 </row>
16533 <row>
16534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16535 \begin_inset Text
16536
16537 \begin_layout Plain Layout
16538
16539 \backslash
16540 div
16541 \end_layout
16542
16543 \end_inset
16544 </cell>
16545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16546 \begin_inset Text
16547
16548 \begin_layout Plain Layout
16549 \begin_inset Formula $\div$
16550 \end_inset
16551
16552
16553 \end_layout
16554
16555 \end_inset
16556 </cell>
16557 </row>
16558 <row>
16559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16560 \begin_inset Text
16561
16562 \begin_layout Plain Layout
16563 \begin_inset ERT
16564 status collapsed
16565
16566 \begin_layout Plain Layout
16567
16568
16569 \backslash
16570 raisebox{-1.2mm}{
16571 \end_layout
16572
16573 \end_inset
16574
16575 *
16576 \begin_inset ERT
16577 status collapsed
16578
16579 \begin_layout Plain Layout
16580
16581 }
16582 \end_layout
16583
16584 \end_inset
16585
16586
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595 \begin_inset Formula $*$
16596 \end_inset
16597
16598
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 </row>
16604 <row>
16605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609
16610 \backslash
16611 star
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620 \begin_inset Formula $\star$
16621 \end_inset
16622
16623
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 </row>
16629 <row>
16630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634
16635 \backslash
16636 circ
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645 \begin_inset Formula $\circ$
16646 \end_inset
16647
16648
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 </row>
16654 <row>
16655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16656 \begin_inset Text
16657
16658 \begin_layout Plain Layout
16659
16660 \backslash
16661 diamond
16662 \end_layout
16663
16664 \end_inset
16665 </cell>
16666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16667 \begin_inset Text
16668
16669 \begin_layout Plain Layout
16670 \begin_inset Formula $\diamond$
16671 \end_inset
16672
16673
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 </row>
16679 <row>
16680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16681 \begin_inset Text
16682
16683 \begin_layout Plain Layout
16684
16685 \backslash
16686 bullet
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16692 \begin_inset Text
16693
16694 \begin_layout Plain Layout
16695 \begin_inset Formula $\bullet$
16696 \end_inset
16697
16698
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 </row>
16704 </lyxtabular>
16705
16706 \end_inset
16707
16708
16709 \begin_inset space \hfill{}
16710 \end_inset
16711
16712
16713 \begin_inset Tabular
16714 <lyxtabular version="3" rows="13" columns="2">
16715 <features>
16716 <column alignment="center" valignment="top" width="0pt">
16717 <column alignment="center" valignment="top" width="0pt">
16718 <row>
16719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16720 \begin_inset Text
16721
16722 \begin_layout Plain Layout
16723 Command
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16729 \begin_inset Text
16730
16731 \begin_layout Plain Layout
16732 Result
16733 \end_layout
16734
16735 \end_inset
16736 </cell>
16737 </row>
16738 <row>
16739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16740 \begin_inset Text
16741
16742 \begin_layout Plain Layout
16743
16744 \backslash
16745 nabla
16746 \end_layout
16747
16748 \end_inset
16749 </cell>
16750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16751 \begin_inset Text
16752
16753 \begin_layout Plain Layout
16754 \begin_inset Formula $\nabla$
16755 \end_inset
16756
16757
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 </row>
16763 <row>
16764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768
16769 \backslash
16770 bigtriangledown
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16776 \begin_inset Text
16777
16778 \begin_layout Plain Layout
16779 \begin_inset Formula $\bigtriangledown$
16780 \end_inset
16781
16782
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 </row>
16788 <row>
16789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16790 \begin_inset Text
16791
16792 \begin_layout Plain Layout
16793
16794 \backslash
16795 bigtriangleup
16796 \end_layout
16797
16798 \end_inset
16799 </cell>
16800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16801 \begin_inset Text
16802
16803 \begin_layout Plain Layout
16804 \begin_inset Formula $\bigtriangleup$
16805 \end_inset
16806
16807
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 </row>
16813 <row>
16814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818
16819 \backslash
16820 Box
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16826 \begin_inset Text
16827
16828 \begin_layout Plain Layout
16829 \begin_inset Formula $\Box$
16830 \end_inset
16831
16832
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 </row>
16838 <row>
16839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Plain Layout
16843
16844 \backslash
16845 cap 
16846 \end_layout
16847
16848 \end_inset
16849 </cell>
16850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16851 \begin_inset Text
16852
16853 \begin_layout Plain Layout
16854 \begin_inset Formula $\cap$
16855 \end_inset
16856
16857
16858 \end_layout
16859
16860 \end_inset
16861 </cell>
16862 </row>
16863 <row>
16864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868
16869 \backslash
16870 cup
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Plain Layout
16879 \begin_inset Formula $\cup$
16880 \end_inset
16881
16882
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 </row>
16888 <row>
16889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Plain Layout
16893
16894 \backslash
16895 dagger
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904 \begin_inset Formula $\dagger$
16905 \end_inset
16906
16907
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 </row>
16913 <row>
16914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918
16919 \backslash
16920 ddagger
16921 \end_layout
16922
16923 \end_inset
16924 </cell>
16925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16926 \begin_inset Text
16927
16928 \begin_layout Plain Layout
16929 \begin_inset Formula $\ddagger$
16930 \end_inset
16931
16932
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 </row>
16938 <row>
16939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Plain Layout
16943
16944 \backslash
16945 wr
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954 \begin_inset Formula $\wr$
16955 \end_inset
16956
16957
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 </row>
16963 <row>
16964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968
16969 \backslash
16970 bigcirc
16971 \end_layout
16972
16973 \end_inset
16974 </cell>
16975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979 \begin_inset Formula $\bigcirc$
16980 \end_inset
16981
16982
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 </row>
16988 <row>
16989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993
16994 \backslash
16995 wedge
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004 \begin_inset Formula $\wedge$
17005 \end_inset
17006
17007
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 </row>
17013 <row>
17014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Plain Layout
17018
17019 \backslash
17020 vee
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029 \begin_inset Formula $\vee$
17030 \end_inset
17031
17032
17033 \end_layout
17034
17035 \end_inset
17036 </cell>
17037 </row>
17038 </lyxtabular>
17039
17040 \end_inset
17041
17042
17043 \begin_inset space \hfill{}
17044 \end_inset
17045
17046
17047 \begin_inset Tabular
17048 <lyxtabular version="3" rows="13" columns="2">
17049 <features>
17050 <column alignment="center" valignment="top" width="0pt">
17051 <column alignment="center" valignment="top" width="0pt">
17052 <row>
17053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Plain Layout
17057 Command
17058 \end_layout
17059
17060 \end_inset
17061 </cell>
17062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17063 \begin_inset Text
17064
17065 \begin_layout Plain Layout
17066 Result
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 </row>
17072 <row>
17073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17074 \begin_inset Text
17075
17076 \begin_layout Plain Layout
17077
17078 \backslash
17079 oplus
17080 \end_layout
17081
17082 \end_inset
17083 </cell>
17084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17085 \begin_inset Text
17086
17087 \begin_layout Plain Layout
17088 \begin_inset Formula $\oplus$
17089 \end_inset
17090
17091
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 </row>
17097 <row>
17098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17099 \begin_inset Text
17100
17101 \begin_layout Plain Layout
17102
17103 \backslash
17104 ominus
17105 \end_layout
17106
17107 \end_inset
17108 </cell>
17109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17110 \begin_inset Text
17111
17112 \begin_layout Plain Layout
17113 \begin_inset Formula $\ominus$
17114 \end_inset
17115
17116
17117 \end_layout
17118
17119 \end_inset
17120 </cell>
17121 </row>
17122 <row>
17123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17124 \begin_inset Text
17125
17126 \begin_layout Plain Layout
17127
17128 \backslash
17129 otimes
17130 \end_layout
17131
17132 \end_inset
17133 </cell>
17134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138 \begin_inset Formula $\otimes$
17139 \end_inset
17140
17141
17142 \end_layout
17143
17144 \end_inset
17145 </cell>
17146 </row>
17147 <row>
17148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17149 \begin_inset Text
17150
17151 \begin_layout Plain Layout
17152
17153 \backslash
17154 oslash
17155 \end_layout
17156
17157 \end_inset
17158 </cell>
17159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17160 \begin_inset Text
17161
17162 \begin_layout Plain Layout
17163 \begin_inset Formula $\oslash$
17164 \end_inset
17165
17166
17167 \end_layout
17168
17169 \end_inset
17170 </cell>
17171 </row>
17172 <row>
17173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17174 \begin_inset Text
17175
17176 \begin_layout Plain Layout
17177
17178 \backslash
17179 odot
17180 \end_layout
17181
17182 \end_inset
17183 </cell>
17184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17185 \begin_inset Text
17186
17187 \begin_layout Plain Layout
17188 \begin_inset Formula $\odot$
17189 \end_inset
17190
17191
17192 \end_layout
17193
17194 \end_inset
17195 </cell>
17196 </row>
17197 <row>
17198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17199 \begin_inset Text
17200
17201 \begin_layout Plain Layout
17202
17203 \backslash
17204 amalg
17205 \end_layout
17206
17207 \end_inset
17208 </cell>
17209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17210 \begin_inset Text
17211
17212 \begin_layout Plain Layout
17213 \begin_inset Formula $\amalg$
17214 \end_inset
17215
17216
17217 \end_layout
17218
17219 \end_inset
17220 </cell>
17221 </row>
17222 <row>
17223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17224 \begin_inset Text
17225
17226 \begin_layout Plain Layout
17227
17228 \backslash
17229 uplus
17230 \end_layout
17231
17232 \end_inset
17233 </cell>
17234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17235 \begin_inset Text
17236
17237 \begin_layout Plain Layout
17238 \begin_inset Formula $\uplus$
17239 \end_inset
17240
17241
17242 \end_layout
17243
17244 \end_inset
17245 </cell>
17246 </row>
17247 <row>
17248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17249 \begin_inset Text
17250
17251 \begin_layout Plain Layout
17252
17253 \backslash
17254 setminus
17255 \end_layout
17256
17257 \end_inset
17258 </cell>
17259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17260 \begin_inset Text
17261
17262 \begin_layout Plain Layout
17263 \begin_inset Formula $\setminus$
17264 \end_inset
17265
17266
17267 \end_layout
17268
17269 \end_inset
17270 </cell>
17271 </row>
17272 <row>
17273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Plain Layout
17277
17278 \backslash
17279 sqcap
17280 \end_layout
17281
17282 \end_inset
17283 </cell>
17284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17285 \begin_inset Text
17286
17287 \begin_layout Plain Layout
17288 \begin_inset Formula $\sqcap$
17289 \end_inset
17290
17291
17292 \end_layout
17293
17294 \end_inset
17295 </cell>
17296 </row>
17297 <row>
17298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17299 \begin_inset Text
17300
17301 \begin_layout Plain Layout
17302
17303 \backslash
17304 sqcup
17305 \end_layout
17306
17307 \end_inset
17308 </cell>
17309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17310 \begin_inset Text
17311
17312 \begin_layout Plain Layout
17313 \begin_inset Formula $\sqcup$
17314 \end_inset
17315
17316
17317 \end_layout
17318
17319 \end_inset
17320 </cell>
17321 </row>
17322 <row>
17323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17324 \begin_inset Text
17325
17326 \begin_layout Plain Layout
17327
17328 \backslash
17329 triangleleft
17330 \end_layout
17331
17332 \end_inset
17333 </cell>
17334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout Plain Layout
17338 \begin_inset Formula $\triangleleft$
17339 \end_inset
17340
17341
17342 \end_layout
17343
17344 \end_inset
17345 </cell>
17346 </row>
17347 <row>
17348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352
17353 \backslash
17354 triangleright
17355 \end_layout
17356
17357 \end_inset
17358 </cell>
17359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17360 \begin_inset Text
17361
17362 \begin_layout Plain Layout
17363 \begin_inset Formula $\triangleright$
17364 \end_inset
17365
17366
17367 \end_layout
17368
17369 \end_inset
17370 </cell>
17371 </row>
17372 </lyxtabular>
17373
17374 \end_inset
17375
17376
17377 \begin_inset space \hfill{}
17378 \end_inset
17379
17380
17381 \end_layout
17382
17383 \begin_layout Standard
17384 All binary operators can also be inserted via the math toolbar button 
17385 \begin_inset Graphics
17386         filename ../images/math/pm.png
17387         scale 85
17388
17389 \end_inset
17390
17391 .
17392 \end_layout
17393
17394 \begin_layout Standard
17395 To typeset the Laplace operator also 
17396 \series bold
17397
17398 \backslash
17399 Delta
17400 \series default
17401  or 
17402 \series bold
17403
17404 \backslash
17405 nabla
17406 \series default
17407 ^
17408 \series bold
17409 2
17410 \series default
17411  (
17412 \begin_inset Formula $\nabla^{2}$
17413 \end_inset
17414
17415 ) can be used instead of 
17416 \series bold
17417
17418 \backslash
17419 bigtriangleup
17420 \series default
17421  .
17422 \end_layout
17423
17424 \begin_layout Standard
17425 The character 
17426 \family sans
17427 Menu Separator
17428 \family default
17429  from the menu 
17430 \family sans
17431 Insert\SpecialChar \menuseparator
17432 Special Character
17433 \family default
17434  is the operator 
17435 \series bold
17436
17437 \backslash
17438 triangleright
17439 \series default
17440 .
17441 \end_layout
17442
17443 \begin_layout Subsection
17444 Self-defined Operators
17445 \begin_inset CommandInset label
17446 LatexCommand label
17447 name "sub:Self-defined-Operators"
17448
17449 \end_inset
17450
17451
17452 \begin_inset Index
17453 status collapsed
17454
17455 \begin_layout Plain Layout
17456 Operators ! self-defined
17457 \end_layout
17458
17459 \end_inset
17460
17461
17462 \end_layout
17463
17464 \begin_layout Standard
17465 With the help of the command 
17466 \series bold
17467
17468 \backslash
17469 DeclareMathOperator
17470 \series default
17471
17472 \begin_inset Index
17473 status collapsed
17474
17475 \begin_layout Plain Layout
17476 Commands ! D ! 
17477 \backslash
17478 dbinom@
17479 \backslash
17480 DeclareMathOperator
17481 \end_layout
17482
17483 \end_inset
17484
17485  custom operators can be defined in the LaTeX-preamble.
17486  Its command scheme is:
17487 \end_layout
17488
17489 \begin_layout Standard
17490
17491 \series bold
17492
17493 \backslash
17494 DeclareMathOperator{new command}{display}
17495 \end_layout
17496
17497 \begin_layout Standard
17498 Display can be characters or symbols that define how the operator looks
17499  in the output.
17500  To define a big operator a * is set behind the command.
17501  All self-defined big operators can have limits as described in 
17502 \begin_inset CommandInset ref
17503 LatexCommand ref
17504 reference "sub:Operator-Limits"
17505
17506 \end_inset
17507
17508 .
17509 \end_layout
17510
17511 \begin_layout Standard
17512 For example the LaTeX-preamble line
17513 \end_layout
17514
17515 \begin_layout Standard
17516
17517 \series bold
17518
17519 \backslash
17520 DeclareMathOperator*{
17521 \backslash
17522 Lozenge}{
17523 \backslash
17524 blacklozenge}
17525 \end_layout
17526
17527 \begin_layout Standard
17528 defines the command 
17529 \series bold
17530
17531 \backslash
17532 Lozenge
17533 \series default
17534 , that inserts a big operator consisting of the lozenge symbol from 
17535 \begin_inset CommandInset ref
17536 LatexCommand ref
17537 reference "sub:Miscellaneous-Symbols"
17538
17539 \end_inset
17540
17541 :
17542 \begin_inset Formula \[
17543 \Lozenge_{n=1}^{\infty}\]
17544
17545 \end_inset
17546
17547 The command for this formula is: 
17548 \series bold
17549
17550 \backslash
17551 Lozenge
17552 \series default
17553 ^
17554 \series bold
17555
17556 \backslash
17557 infty
17558 \begin_inset Formula $\to$
17559 \end_inset
17560
17561 _n=1
17562 \end_layout
17563
17564 \begin_layout Standard
17565 \begin_inset VSpace bigskip
17566 \end_inset
17567
17568 When self-defined operators are not used several times in the document,
17569  they can also be defined with the commands 
17570 \series bold
17571
17572 \backslash
17573 mathop
17574 \series default
17575
17576 \begin_inset Index
17577 status collapsed
17578
17579 \begin_layout Plain Layout
17580 Commands ! M ! 
17581 \backslash
17582 mathop
17583 \end_layout
17584
17585 \end_inset
17586
17587  and 
17588 \series bold
17589
17590 \backslash
17591 mathbin
17592 \series default
17593
17594 \begin_inset Index
17595 status collapsed
17596
17597 \begin_layout Plain Layout
17598 Commands ! M ! 
17599 \backslash
17600 mathbin
17601 \end_layout
17602
17603 \end_inset
17604
17605 , which have the following scheme:
17606 \end_layout
17607
17608 \begin_layout Standard
17609
17610 \series bold
17611
17612 \backslash
17613 mathop{display}
17614 \series default
17615  and 
17616 \series bold
17617
17618 \backslash
17619 mathbin{display}
17620 \end_layout
17621
17622 \begin_layout Standard
17623
17624 \series bold
17625
17626 \backslash
17627 mathop
17628 \series default
17629  defines big operators, 
17630 \series bold
17631
17632 \backslash
17633 mathbin
17634 \series default
17635  binary operators.
17636 \end_layout
17637
17638 \begin_layout Standard
17639
17640 \series bold
17641
17642 \backslash
17643 mathop
17644 \series default
17645  can e.
17646 \begin_inset space \thinspace{}
17647 \end_inset
17648
17649 g.
17650 \begin_inset space ~
17651 \end_inset
17652
17653 be used to use one limit for several operators:
17654 \end_layout
17655
17656 \begin_layout Standard
17657 \begin_inset Formula \[
17658 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17659
17660 \end_inset
17661
17662
17663 \end_layout
17664
17665 \begin_layout Standard
17666 The command for the formula above is:
17667 \begin_inset Newline newline
17668 \end_inset
17669
17670
17671 \series bold
17672
17673 \backslash
17674 mathop{
17675 \backslash
17676 sum
17677 \backslash
17678 negmedspace
17679 \backslash
17680 sum
17681 \series default
17682
17683 \begin_inset ERT
17684 status collapsed
17685
17686 \begin_layout Plain Layout
17687
17688
17689 \backslash
17690 spce 
17691 \end_layout
17692
17693 \end_inset
17694
17695
17696 \series bold
17697
17698 \begin_inset Formula $\to$
17699 \end_inset
17700
17701 ^N
17702 \series default
17703
17704 \begin_inset ERT
17705 status collapsed
17706
17707 \begin_layout Plain Layout
17708
17709
17710 \backslash
17711 spce 
17712 \end_layout
17713
17714 \end_inset
17715
17716
17717 \series bold
17718 _i,j=1
17719 \end_layout
17720
17721 \begin_layout Section
17722 Fonts
17723 \begin_inset Index
17724 status collapsed
17725
17726 \begin_layout Plain Layout
17727 Fonts
17728 \end_layout
17729
17730 \end_inset
17731
17732
17733 \end_layout
17734
17735 \begin_layout Subsection
17736 Font Styles
17737 \begin_inset CommandInset label
17738 LatexCommand label
17739 name "sub:Font-Styles"
17740
17741 \end_inset
17742
17743
17744 \begin_inset Index
17745 status collapsed
17746
17747 \begin_layout Plain Layout
17748 Font ! style
17749 \end_layout
17750
17751 \end_inset
17752
17753
17754 \end_layout
17755
17756 \begin_layout Standard
17757 Latin letters in formulas can be set in one of the following font styles:
17758 \begin_inset VSpace -2mm
17759 \end_inset
17760
17761
17762 \end_layout
17763
17764 \begin_layout Standard
17765 \align center
17766 \begin_inset Tabular
17767 <lyxtabular version="3" rows="6" columns="3">
17768 <features>
17769 <column alignment="center" valignment="top" width="0">
17770 <column alignment="center" valignment="top" width="0">
17771 <column alignment="center" valignment="top" width="0">
17772 <row>
17773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17774 \begin_inset Text
17775
17776 \begin_layout Plain Layout
17777 Command
17778 \end_layout
17779
17780 \end_inset
17781 </cell>
17782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17783 \begin_inset Text
17784
17785 \begin_layout Plain Layout
17786 Result
17787 \end_layout
17788
17789 \end_inset
17790 </cell>
17791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17792 \begin_inset Text
17793
17794 \begin_layout Plain Layout
17795 shortcut
17796 \end_layout
17797
17798 \end_inset
17799 </cell>
17800 </row>
17801 <row>
17802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17803 \begin_inset Text
17804
17805 \begin_layout Plain Layout
17806
17807 \backslash
17808 mathbb
17809 \series bold
17810
17811 \begin_inset ERT
17812 status collapsed
17813
17814 \begin_layout Plain Layout
17815
17816
17817 \backslash
17818 spce 
17819 \end_layout
17820
17821 \end_inset
17822
17823
17824 \series default
17825 ABC
17826 \end_layout
17827
17828 \end_inset
17829 </cell>
17830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17831 \begin_inset Text
17832
17833 \begin_layout Plain Layout
17834 \begin_inset Formula $\mathbb{ABC}$
17835 \end_inset
17836
17837
17838 \end_layout
17839
17840 \end_inset
17841 </cell>
17842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17843 \begin_inset Text
17844
17845 \begin_layout Plain Layout
17846 \begin_inset Info
17847 type  "shortcut"
17848 arg   "font-noun"
17849 \end_inset
17850
17851
17852 \end_layout
17853
17854 \end_inset
17855 </cell>
17856 </row>
17857 <row>
17858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17859 \begin_inset Text
17860
17861 \begin_layout Plain Layout
17862
17863 \backslash
17864 mathbf
17865 \series bold
17866
17867 \begin_inset ERT
17868 status collapsed
17869
17870 \begin_layout Plain Layout
17871
17872
17873 \backslash
17874 spce 
17875 \end_layout
17876
17877 \end_inset
17878
17879
17880 \series default
17881 AbC
17882 \end_layout
17883
17884 \end_inset
17885 </cell>
17886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17887 \begin_inset Text
17888
17889 \begin_layout Plain Layout
17890 \begin_inset Formula $\mathbf{AbC}$
17891 \end_inset
17892
17893
17894 \end_layout
17895
17896 \end_inset
17897 </cell>
17898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17899 \begin_inset Text
17900
17901 \begin_layout Plain Layout
17902 \begin_inset Info
17903 type  "shortcut"
17904 arg   "font-bold"
17905 \end_inset
17906
17907
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 </row>
17913 <row>
17914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17915 \begin_inset Text
17916
17917 \begin_layout Plain Layout
17918
17919 \backslash
17920 boldsymbol
17921 \series bold
17922
17923 \begin_inset ERT
17924 status collapsed
17925
17926 \begin_layout Plain Layout
17927
17928
17929 \backslash
17930 spce 
17931 \end_layout
17932
17933 \end_inset
17934
17935
17936 \series default
17937 AbC
17938 \end_layout
17939
17940 \end_inset
17941 </cell>
17942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17943 \begin_inset Text
17944
17945 \begin_layout Plain Layout
17946 \begin_inset Formula $\boldsymbol{AbC}$
17947 \end_inset
17948
17949
17950 \end_layout
17951
17952 \end_inset
17953 </cell>
17954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17955 \begin_inset Text
17956
17957 \begin_layout Plain Layout
17958 \begin_inset Info
17959 type  "shortcuts"
17960 arg   "font-boldsymbol"
17961 \end_inset
17962
17963
17964 \end_layout
17965
17966 \end_inset
17967 </cell>
17968 </row>
17969 <row>
17970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974
17975 \backslash
17976 mathcal
17977 \series bold
17978
17979 \begin_inset ERT
17980 status collapsed
17981
17982 \begin_layout Plain Layout
17983
17984
17985 \backslash
17986 spce 
17987 \end_layout
17988
17989 \end_inset
17990
17991
17992 \series default
17993 ABC
17994 \end_layout
17995
17996 \end_inset
17997 </cell>
17998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17999 \begin_inset Text
18000
18001 \begin_layout Plain Layout
18002 \begin_inset Formula $\mathcal{ABC}$
18003 \end_inset
18004
18005
18006 \end_layout
18007
18008 \end_inset
18009 </cell>
18010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18011 \begin_inset Text
18012
18013 \begin_layout Plain Layout
18014 \begin_inset Info
18015 type  "shortcut"
18016 arg   "font-emph"
18017 \end_inset
18018
18019
18020 \end_layout
18021
18022 \end_inset
18023 </cell>
18024 </row>
18025 <row>
18026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18027 \begin_inset Text
18028
18029 \begin_layout Plain Layout
18030
18031 \backslash
18032 mathfrak
18033 \series bold
18034
18035 \begin_inset ERT
18036 status collapsed
18037
18038 \begin_layout Plain Layout
18039
18040
18041 \backslash
18042 spce 
18043 \end_layout
18044
18045 \end_inset
18046
18047
18048 \series default
18049 AbC
18050 \end_layout
18051
18052 \end_inset
18053 </cell>
18054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18055 \begin_inset Text
18056
18057 \begin_layout Plain Layout
18058 \begin_inset Formula $\mathfrak{AbC}$
18059 \end_inset
18060
18061
18062 \end_layout
18063
18064 \end_inset
18065 </cell>
18066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18067 \begin_inset Text
18068
18069 \begin_layout Plain Layout
18070 -
18071 \end_layout
18072
18073 \end_inset
18074 </cell>
18075 </row>
18076 </lyxtabular>
18077
18078 \end_inset
18079
18080
18081 \end_layout
18082
18083 \begin_layout Standard
18084 \align center
18085 \begin_inset Tabular
18086 <lyxtabular version="3" rows="5" columns="3">
18087 <features>
18088 <column alignment="center" valignment="top" width="0">
18089 <column alignment="center" valignment="top" width="0">
18090 <column alignment="center" valignment="top" width="0">
18091 <row>
18092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18093 \begin_inset Text
18094
18095 \begin_layout Plain Layout
18096 Command
18097 \end_layout
18098
18099 \end_inset
18100 </cell>
18101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18102 \begin_inset Text
18103
18104 \begin_layout Plain Layout
18105 Result
18106 \end_layout
18107
18108 \end_inset
18109 </cell>
18110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18111 \begin_inset Text
18112
18113 \begin_layout Plain Layout
18114 shortcut
18115 \end_layout
18116
18117 \end_inset
18118 </cell>
18119 </row>
18120 <row>
18121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18122 \begin_inset Text
18123
18124 \begin_layout Plain Layout
18125
18126 \backslash
18127 mathit
18128 \series bold
18129
18130 \begin_inset ERT
18131 status collapsed
18132
18133 \begin_layout Plain Layout
18134
18135
18136 \backslash
18137 spce 
18138 \end_layout
18139
18140 \end_inset
18141
18142
18143 \series default
18144 AbC
18145 \end_layout
18146
18147 \end_inset
18148 </cell>
18149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18150 \begin_inset Text
18151
18152 \begin_layout Plain Layout
18153 \begin_inset Formula $\mathit{AbC}$
18154 \end_inset
18155
18156
18157 \end_layout
18158
18159 \end_inset
18160 </cell>
18161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18162 \begin_inset Text
18163
18164 \begin_layout Plain Layout
18165 -
18166 \end_layout
18167
18168 \end_inset
18169 </cell>
18170 </row>
18171 <row>
18172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18173 \begin_inset Text
18174
18175 \begin_layout Plain Layout
18176
18177 \backslash
18178 mathrm
18179 \series bold
18180
18181 \begin_inset ERT
18182 status collapsed
18183
18184 \begin_layout Plain Layout
18185
18186
18187 \backslash
18188 spce 
18189 \end_layout
18190
18191 \end_inset
18192
18193
18194 \series default
18195 AbC
18196 \end_layout
18197
18198 \end_inset
18199 </cell>
18200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18201 \begin_inset Text
18202
18203 \begin_layout Plain Layout
18204 \begin_inset Formula $\mathrm{AbC}$
18205 \end_inset
18206
18207
18208 \end_layout
18209
18210 \end_inset
18211 </cell>
18212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18213 \begin_inset Text
18214
18215 \begin_layout Plain Layout
18216 \begin_inset Info
18217 type  "shortcut"
18218 arg   "font-roman"
18219 \end_inset
18220
18221
18222 \end_layout
18223
18224 \end_inset
18225 </cell>
18226 </row>
18227 <row>
18228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18229 \begin_inset Text
18230
18231 \begin_layout Plain Layout
18232
18233 \backslash
18234 mathsf
18235 \series bold
18236
18237 \begin_inset ERT
18238 status collapsed
18239
18240 \begin_layout Plain Layout
18241
18242
18243 \backslash
18244 spce 
18245 \end_layout
18246
18247 \end_inset
18248
18249
18250 \series default
18251 AbC
18252 \end_layout
18253
18254 \end_inset
18255 </cell>
18256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18257 \begin_inset Text
18258
18259 \begin_layout Plain Layout
18260 \begin_inset Formula $\mathsf{AbC}$
18261 \end_inset
18262
18263
18264 \end_layout
18265
18266 \end_inset
18267 </cell>
18268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18269 \begin_inset Text
18270
18271 \begin_layout Plain Layout
18272 \begin_inset Info
18273 type  "shortcut"
18274 arg   "font-sans"
18275 \end_inset
18276
18277
18278 \end_layout
18279
18280 \end_inset
18281 </cell>
18282 </row>
18283 <row>
18284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18285 \begin_inset Text
18286
18287 \begin_layout Plain Layout
18288
18289 \backslash
18290 mathtt
18291 \series bold
18292
18293 \begin_inset ERT
18294 status collapsed
18295
18296 \begin_layout Plain Layout
18297
18298
18299 \backslash
18300 spce 
18301 \end_layout
18302
18303 \end_inset
18304
18305
18306 \series default
18307 AbC
18308 \end_layout
18309
18310 \end_inset
18311 </cell>
18312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18313 \begin_inset Text
18314
18315 \begin_layout Plain Layout
18316 \begin_inset Formula $\mathtt{AbC}$
18317 \end_inset
18318
18319
18320 \end_layout
18321
18322 \end_inset
18323 </cell>
18324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18325 \begin_inset Text
18326
18327 \begin_layout Plain Layout
18328 \begin_inset Info
18329 type  "shortcut"
18330 arg   "font-typewriter"
18331 \end_inset
18332
18333
18334 \end_layout
18335
18336 \end_inset
18337 </cell>
18338 </row>
18339 </lyxtabular>
18340
18341 \end_inset
18342
18343
18344 \end_layout
18345
18346 \begin_layout Standard
18347 \begin_inset Note Greyedout
18348 status open
18349
18350 \begin_layout Plain Layout
18351
18352 \series bold
18353 Note:
18354 \series default
18355  The styles 
18356 \series bold
18357
18358 \backslash
18359 mathbb
18360 \series default
18361  and 
18362 \series bold
18363
18364 \backslash
18365 mathcal
18366 \series default
18367  can only be used for big letters.
18368 \end_layout
18369
18370 \end_inset
18371
18372
18373 \end_layout
18374
18375 \begin_layout Standard
18376 Predefined is the style 
18377 \series bold
18378
18379 \backslash
18380 mathnormal
18381 \series default
18382 .
18383 \end_layout
18384
18385 \begin_layout Standard
18386 The style commands work also for letters in mathematical constructs:
18387 \begin_inset Formula \[
18388 \mathfrak{A=\frac{b}{C}}\]
18389
18390 \end_inset
18391
18392
18393 \end_layout
18394
18395 \begin_layout Standard
18396 Characters in mathematical text don't appear in a math font style but in
18397  the text font style 
18398 \series bold
18399
18400 \backslash
18401 textrm
18402 \series default
18403 .
18404  That their style can't be set correctly via the text style dialog is a
18405  bug in LyX.
18406 \begin_inset Foot
18407 status collapsed
18408
18409 \begin_layout Plain Layout
18410 \begin_inset CommandInset href
18411 LatexCommand href
18412 name "LyX-bug #4091"
18413 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18414
18415 \end_inset
18416
18417
18418 \end_layout
18419
18420 \end_inset
18421
18422
18423 \end_layout
18424
18425 \begin_layout Standard
18426 Instead of the style commands the dialog 
18427 \family sans
18428 Edit\SpecialChar \menuseparator
18429 Math\SpecialChar \menuseparator
18430 Text Style
18431 \family default
18432  or the toolbar button 
18433 \begin_inset Graphics
18434         filename ../images/math/font.png
18435         scale 85
18436
18437 \end_inset
18438
18439  can be used.
18440 \end_layout
18441
18442 \begin_layout Subsection
18443 Bold Formulas
18444 \begin_inset CommandInset label
18445 LatexCommand label
18446 name "sub:Bold-Formulas"
18447
18448 \end_inset
18449
18450
18451 \begin_inset Index
18452 status collapsed
18453
18454 \begin_layout Plain Layout
18455 Formula ! bold
18456 \end_layout
18457
18458 \end_inset
18459
18460
18461 \end_layout
18462
18463 \begin_layout Standard
18464 To make a complete formula bold, the command 
18465 \series bold
18466
18467 \backslash
18468 mathbf
18469 \series default
18470  from the previous subsection cannot be used, because it doesn't work for
18471  small Greek letters.
18472  Furthermore it prints Latin letters always upright, like in the following
18473  equation:
18474 \end_layout
18475
18476 \begin_layout Standard
18477 \begin_inset Formula \[
18478 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
18479
18480 \end_inset
18481
18482
18483 \end_layout
18484
18485 \begin_layout Standard
18486 To display the formula correctly, the command 
18487 \series bold
18488
18489 \backslash
18490 boldsymbol
18491 \series default
18492  is used:
18493 \begin_inset Formula \[
18494 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
18495
18496 \end_inset
18497
18498 It is also possible to set the formula in a 
18499 \series bold
18500 boldmath environment
18501 \series default
18502 .
18503  This environment is created by inserting the command 
18504 \series bold
18505
18506 \backslash
18507 boldmath
18508 \begin_inset Index
18509 status collapsed
18510
18511 \begin_layout Plain Layout
18512 Commands ! B ! 
18513 \backslash
18514 boldmath
18515 \end_layout
18516
18517 \end_inset
18518
18519
18520 \series default
18521  in TeX-mode.
18522  To end the environment, the command 
18523 \series bold
18524
18525 \backslash
18526 unboldmath
18527 \begin_inset Index
18528 status collapsed
18529
18530 \begin_layout Plain Layout
18531 Commands ! U ! 
18532 \backslash
18533 unboldmath
18534 \end_layout
18535
18536 \end_inset
18537
18538
18539 \series default
18540  is inserted in TeX-mode.
18541 \begin_inset ERT
18542 status collapsed
18543
18544 \begin_layout Plain Layout
18545
18546
18547 \backslash
18548 boldmath 
18549 \end_layout
18550
18551 \end_inset
18552
18553
18554 \begin_inset Formula \[
18555 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18556
18557 \end_inset
18558
18559
18560 \begin_inset ERT
18561 status collapsed
18562
18563 \begin_layout Plain Layout
18564
18565
18566 \backslash
18567 unboldmath 
18568 \end_layout
18569
18570 \end_inset
18571
18572
18573 \end_layout
18574
18575 \begin_layout Subsection
18576 Colored Formulas
18577 \begin_inset Index
18578 status collapsed
18579
18580 \begin_layout Plain Layout
18581 Formula ! colored
18582 \end_layout
18583
18584 \end_inset
18585
18586
18587 \end_layout
18588
18589 \begin_layout Standard
18590 Formulas can be colored like normal text: Highlight a formula or a formula
18591  part and use the 
18592 \family sans
18593 Text Style
18594 \family default
18595  dialog.
18596  Here is a formula in magenta:
18597 \begin_inset Formula \[
18598 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18599
18600 \end_inset
18601
18602
18603 \end_layout
18604
18605 \begin_layout Standard
18606 You can also define your own colors as described in 
18607 \begin_inset CommandInset ref
18608 LatexCommand ref
18609 reference "sub:Colored-Boxes"
18610
18611 \end_inset
18612
18613 .
18614  They can be used with the TeX code command 
18615 \series bold
18616
18617 \backslash
18618 textcolor
18619 \series default
18620
18621 \begin_inset Index
18622 status collapsed
18623
18624 \begin_layout Plain Layout
18625 Commands ! T ! 
18626 \backslash
18627 textcolor
18628 \end_layout
18629
18630 \end_inset
18631
18632  in the scheme
18633 \end_layout
18634
18635 \begin_layout Standard
18636
18637 \series bold
18638
18639 \backslash
18640 textcolor{color}{characters or formula}
18641 \end_layout
18642
18643 \begin_layout Standard
18644 The following example was colored completely dark green and partly red:
18645 \end_layout
18646
18647 \begin_layout Standard
18648 \begin_inset ERT
18649 status collapsed
18650
18651 \begin_layout Plain Layout
18652
18653
18654 \backslash
18655 textcolor{darkgreen}{
18656 \end_layout
18657
18658 \end_inset
18659
18660
18661 \begin_inset Formula \[
18662 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18663
18664 \end_inset
18665
18666
18667 \begin_inset ERT
18668 status collapsed
18669
18670 \begin_layout Plain Layout
18671
18672 }
18673 \end_layout
18674
18675 \end_inset
18676
18677
18678 \end_layout
18679
18680 \begin_layout Standard
18681 Due to a bug in LyX only complete formulas can be colored with self-defined
18682  colors.
18683 \begin_inset Foot
18684 status collapsed
18685
18686 \begin_layout Plain Layout
18687 \begin_inset CommandInset href
18688 LatexCommand href
18689 name "LyX-bug #5269"
18690 target "http://bugzilla.lyx.org/show_bug.cgi?id=5269"
18691
18692 \end_inset
18693
18694
18695 \end_layout
18696
18697 \end_inset
18698
18699
18700 \end_layout
18701
18702 \begin_layout Subsection
18703 Font Sizes
18704 \begin_inset CommandInset label
18705 LatexCommand label
18706 name "sub:Font-Sizes"
18707
18708 \end_inset
18709
18710
18711 \begin_inset Index
18712 status collapsed
18713
18714 \begin_layout Plain Layout
18715 Font ! size
18716 \end_layout
18717
18718 \end_inset
18719
18720
18721 \end_layout
18722
18723 \begin_layout Standard
18724 For characters in formulas there are, analog to characters in text, the
18725  following size commands:
18726 \end_layout
18727
18728 \begin_layout Standard
18729
18730 \series bold
18731
18732 \backslash
18733 Huge
18734 \series default
18735
18736 \series bold
18737
18738 \backslash
18739 huge
18740 \series default
18741
18742 \series bold
18743
18744 \backslash
18745 LARGE
18746 \series default
18747
18748 \series bold
18749
18750 \backslash
18751 Large
18752 \series default
18753
18754 \series bold
18755
18756 \backslash
18757 large
18758 \series default
18759
18760 \series bold
18761
18762 \backslash
18763 normalsize
18764 \series default
18765
18766 \series bold
18767
18768 \backslash
18769 small
18770 \series default
18771 ,
18772 \begin_inset Newline newline
18773 \end_inset
18774
18775
18776 \series bold
18777
18778 \backslash
18779 footnotesize
18780 \series default
18781
18782 \series bold
18783
18784 \backslash
18785 scriptsize
18786 \series default
18787 , and 
18788 \series bold
18789
18790 \backslash
18791 tiny
18792 \end_layout
18793
18794 \begin_layout Standard
18795 The size produced by the commands depends on the document font size, that
18796  corresponds with the command 
18797 \series bold
18798
18799 \backslash
18800 normalsize
18801 \series default
18802 .
18803  The other commands produce smaller or larger sizes than 
18804 \series bold
18805
18806 \backslash
18807 normalsize
18808 \series default
18809 .
18810  The font size can however not exceed a certain value.
18811  Is for example the document font size 12
18812 \begin_inset space \thinspace{}
18813 \end_inset
18814
18815 pt, the command 
18816 \series bold
18817
18818 \backslash
18819 Huge
18820 \series default
18821  switches to the same size as 
18822 \series bold
18823
18824 \backslash
18825 huge
18826 \series default
18827 .
18828  
18829 \end_layout
18830
18831 \begin_layout Standard
18832 A size command is inserted in TeX-mode before the formula and sets the size
18833  for all following formula and text characters.
18834  To switch back to the initial size, the command 
18835 \series bold
18836
18837 \backslash
18838 normalsize
18839 \series default
18840  is inserted behind the formula in TeX-mode.
18841 \end_layout
18842
18843 \begin_layout Standard
18844 Within a formula the size can only be changed for symbols or letters in
18845  mathematical text.
18846  To do this, the size command is inserted in mathematical text.
18847  All following characters until the end of the mathematical text or until
18848  another size command will have the selected size.
18849  Two examples:
18850 \begin_inset VSpace -2mm
18851 \end_inset
18852
18853
18854 \end_layout
18855
18856 \begin_layout Standard
18857 \begin_inset ERT
18858 status collapsed
18859
18860 \begin_layout Plain Layout
18861
18862
18863 \backslash
18864 huge 
18865 \end_layout
18866
18867 \end_inset
18868
18869
18870 \begin_inset Formula \[
18871 A=\frac{B}{c}\cdot\maltese\]
18872
18873 \end_inset
18874
18875
18876 \begin_inset Formula \[
18877 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18878
18879 \end_inset
18880
18881
18882 \begin_inset ERT
18883 status collapsed
18884
18885 \begin_layout Plain Layout
18886
18887
18888 \backslash
18889 normalsize 
18890 \end_layout
18891
18892 \end_inset
18893
18894
18895 \end_layout
18896
18897 \begin_layout Standard
18898 \begin_inset VSpace medskip
18899 \end_inset
18900
18901 Before both formulas the command 
18902 \series bold
18903
18904 \backslash
18905 huge
18906 \series default
18907  was inserted.
18908  The command for the second formula is:
18909 \begin_inset Newline newline
18910 \end_inset
18911
18912
18913 \series bold
18914
18915 \backslash
18916 maltese
18917 \begin_inset ERT
18918 status collapsed
18919
18920 \begin_layout Plain Layout
18921
18922
18923 \backslash
18924 spce 
18925 \end_layout
18926
18927 \end_inset
18928
18929 A Alt+M M 
18930 \backslash
18931 Large
18932 \begin_inset ERT
18933 status collapsed
18934
18935 \begin_layout Plain Layout
18936
18937
18938 \backslash
18939 spce 
18940 \end_layout
18941
18942 \end_inset
18943
18944
18945 \backslash
18946 maltese
18947 \begin_inset ERT
18948 status collapsed
18949
18950 \begin_layout Plain Layout
18951
18952
18953 \backslash
18954 spce 
18955 \end_layout
18956
18957 \end_inset
18958
18959
18960 \backslash
18961 textit
18962 \begin_inset ERT
18963 status collapsed
18964
18965 \begin_layout Plain Layout
18966
18967
18968 \backslash
18969 spce 
18970 \end_layout
18971
18972 \end_inset
18973
18974 A
18975 \begin_inset Formula $\to$
18976 \end_inset
18977
18978
18979 \begin_inset Formula $\to$
18980 \end_inset
18981
18982
18983 \begin_inset Newline newline
18984 \end_inset
18985
18986
18987 \begin_inset space \hspace*{}
18988 \length 1cm
18989 \end_inset
18990
18991 Alt+M
18992 \series default
18993  
18994 \series bold
18995
18996 \backslash
18997 tiny
18998 \begin_inset ERT
18999 status collapsed
19000
19001 \begin_layout Plain Layout
19002
19003
19004 \backslash
19005 spce 
19006 \end_layout
19007
19008 \end_inset
19009
19010
19011 \backslash
19012 maltese
19013 \begin_inset ERT
19014 status collapsed
19015
19016 \begin_layout Plain Layout
19017
19018
19019 \backslash
19020 spce 
19021 \end_layout
19022
19023 \end_inset
19024
19025
19026 \backslash
19027 textit
19028 \begin_inset ERT
19029 status collapsed
19030
19031 \begin_layout Plain Layout
19032
19033
19034 \backslash
19035 spce 
19036 \end_layout
19037
19038 \end_inset
19039
19040 A
19041 \end_layout
19042
19043 \begin_layout Standard
19044 If a symbol cannot be displayed in different sizes, it will always be displayed
19045  in the default size.
19046 \end_layout
19047
19048 \begin_layout Section
19049 Greek Letters
19050 \begin_inset Index
19051 status collapsed
19052
19053 \begin_layout Plain Layout
19054 Greek letters
19055 \end_layout
19056
19057 \end_inset
19058
19059
19060 \end_layout
19061
19062 \begin_layout Standard
19063 All Greek letters can also be inserted via the toolbar button 
19064 \begin_inset Graphics
19065         filename ../images/math/alpha.png
19066         scale 85
19067
19068 \end_inset
19069
19070 .
19071 \end_layout
19072
19073 \begin_layout Subsection
19074 Small Letters
19075 \begin_inset Index
19076 status collapsed
19077
19078 \begin_layout Plain Layout
19079 Greek letters ! small
19080 \end_layout
19081
19082 \end_inset
19083
19084
19085 \end_layout
19086
19087 \begin_layout Standard
19088 \begin_inset space \hfill{}
19089 \end_inset
19090
19091
19092 \begin_inset Tabular
19093 <lyxtabular version="3" rows="11" columns="2">
19094 <features>
19095 <column alignment="center" valignment="top" width="0pt">
19096 <column alignment="center" valignment="top" width="0pt">
19097 <row>
19098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19099 \begin_inset Text
19100
19101 \begin_layout Plain Layout
19102 Command
19103 \end_layout
19104
19105 \end_inset
19106 </cell>
19107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19108 \begin_inset Text
19109
19110 \begin_layout Plain Layout
19111 Result
19112 \end_layout
19113
19114 \end_inset
19115 </cell>
19116 </row>
19117 <row>
19118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19119 \begin_inset Text
19120
19121 \begin_layout Plain Layout
19122
19123 \backslash
19124 alpha
19125 \end_layout
19126
19127 \end_inset
19128 </cell>
19129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19130 \begin_inset Text
19131
19132 \begin_layout Plain Layout
19133 \begin_inset Formula $\alpha$
19134 \end_inset
19135
19136
19137 \end_layout
19138
19139 \end_inset
19140 </cell>
19141 </row>
19142 <row>
19143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19144 \begin_inset Text
19145
19146 \begin_layout Plain Layout
19147
19148 \backslash
19149 beta
19150 \end_layout
19151
19152 \end_inset
19153 </cell>
19154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19155 \begin_inset Text
19156
19157 \begin_layout Plain Layout
19158 \begin_inset Formula $\beta$
19159 \end_inset
19160
19161
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 </row>
19167 <row>
19168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19169 \begin_inset Text
19170
19171 \begin_layout Plain Layout
19172
19173 \backslash
19174 gamma
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183 \begin_inset Formula $\gamma$
19184 \end_inset
19185
19186
19187 \end_layout
19188
19189 \end_inset
19190 </cell>
19191 </row>
19192 <row>
19193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19194 \begin_inset Text
19195
19196 \begin_layout Plain Layout
19197
19198 \backslash
19199 delta
19200 \end_layout
19201
19202 \end_inset
19203 </cell>
19204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19205 \begin_inset Text
19206
19207 \begin_layout Plain Layout
19208 \begin_inset Formula $\delta$
19209 \end_inset
19210
19211
19212 \end_layout
19213
19214 \end_inset
19215 </cell>
19216 </row>
19217 <row>
19218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19219 \begin_inset Text
19220
19221 \begin_layout Plain Layout
19222
19223 \backslash
19224 epsilon
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19230 \begin_inset Text
19231
19232 \begin_layout Plain Layout
19233 \begin_inset Formula $\epsilon$
19234 \end_inset
19235
19236
19237 \end_layout
19238
19239 \end_inset
19240 </cell>
19241 </row>
19242 <row>
19243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19244 \begin_inset Text
19245
19246 \begin_layout Plain Layout
19247
19248 \backslash
19249 varepsilon
19250 \end_layout
19251
19252 \end_inset
19253 </cell>
19254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19255 \begin_inset Text
19256
19257 \begin_layout Plain Layout
19258 \begin_inset Formula $\varepsilon$
19259 \end_inset
19260
19261
19262 \end_layout
19263
19264 \end_inset
19265 </cell>
19266 </row>
19267 <row>
19268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19269 \begin_inset Text
19270
19271 \begin_layout Plain Layout
19272
19273 \backslash
19274 zeta
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283 \begin_inset Formula $\zeta$
19284 \end_inset
19285
19286
19287 \end_layout
19288
19289 \end_inset
19290 </cell>
19291 </row>
19292 <row>
19293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297
19298 \backslash
19299 eta
19300 \end_layout
19301
19302 \end_inset
19303 </cell>
19304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19305 \begin_inset Text
19306
19307 \begin_layout Plain Layout
19308 \begin_inset Formula $\eta$
19309 \end_inset
19310
19311
19312 \end_layout
19313
19314 \end_inset
19315 </cell>
19316 </row>
19317 <row>
19318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19319 \begin_inset Text
19320
19321 \begin_layout Plain Layout
19322
19323 \backslash
19324 theta
19325 \end_layout
19326
19327 \end_inset
19328 </cell>
19329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19330 \begin_inset Text
19331
19332 \begin_layout Plain Layout
19333 \begin_inset Formula $\theta$
19334 \end_inset
19335
19336
19337 \end_layout
19338
19339 \end_inset
19340 </cell>
19341 </row>
19342 <row>
19343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19344 \begin_inset Text
19345
19346 \begin_layout Plain Layout
19347
19348 \backslash
19349 vartheta
19350 \end_layout
19351
19352 \end_inset
19353 </cell>
19354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19355 \begin_inset Text
19356
19357 \begin_layout Plain Layout
19358 \begin_inset Formula $\vartheta$
19359 \end_inset
19360
19361
19362 \end_layout
19363
19364 \end_inset
19365 </cell>
19366 </row>
19367 </lyxtabular>
19368
19369 \end_inset
19370
19371
19372 \begin_inset space \hfill{}
19373 \end_inset
19374
19375
19376 \begin_inset Tabular
19377 <lyxtabular version="3" rows="12" columns="2">
19378 <features>
19379 <column alignment="center" valignment="top" width="0pt">
19380 <column alignment="center" valignment="top" width="0pt">
19381 <row>
19382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19383 \begin_inset Text
19384
19385 \begin_layout Plain Layout
19386 Command
19387 \end_layout
19388
19389 \end_inset
19390 </cell>
19391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19392 \begin_inset Text
19393
19394 \begin_layout Plain Layout
19395 Result
19396 \end_layout
19397
19398 \end_inset
19399 </cell>
19400 </row>
19401 <row>
19402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19403 \begin_inset Text
19404
19405 \begin_layout Plain Layout
19406
19407 \backslash
19408 iota
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19414 \begin_inset Text
19415
19416 \begin_layout Plain Layout
19417 \begin_inset Formula $\iota$
19418 \end_inset
19419
19420
19421 \end_layout
19422
19423 \end_inset
19424 </cell>
19425 </row>
19426 <row>
19427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19428 \begin_inset Text
19429
19430 \begin_layout Plain Layout
19431
19432 \backslash
19433 kappa
19434 \end_layout
19435
19436 \end_inset
19437 </cell>
19438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19439 \begin_inset Text
19440
19441 \begin_layout Plain Layout
19442 \begin_inset Formula $\kappa$
19443 \end_inset
19444
19445
19446 \end_layout
19447
19448 \end_inset
19449 </cell>
19450 </row>
19451 <row>
19452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19453 \begin_inset Text
19454
19455 \begin_layout Plain Layout
19456
19457 \backslash
19458 varkappa
19459 \end_layout
19460
19461 \end_inset
19462 </cell>
19463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19464 \begin_inset Text
19465
19466 \begin_layout Plain Layout
19467 \begin_inset Formula $\varkappa$
19468 \end_inset
19469
19470
19471 \end_layout
19472
19473 \end_inset
19474 </cell>
19475 </row>
19476 <row>
19477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Plain Layout
19481
19482 \backslash
19483 lambda
19484 \end_layout
19485
19486 \end_inset
19487 </cell>
19488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19489 \begin_inset Text
19490
19491 \begin_layout Plain Layout
19492 \begin_inset Formula $\lambda$
19493 \end_inset
19494
19495
19496 \end_layout
19497
19498 \end_inset
19499 </cell>
19500 </row>
19501 <row>
19502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19503 \begin_inset Text
19504
19505 \begin_layout Plain Layout
19506
19507 \backslash
19508 mu
19509 \end_layout
19510
19511 \end_inset
19512 </cell>
19513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19514 \begin_inset Text
19515
19516 \begin_layout Plain Layout
19517 \begin_inset Formula $\mu$
19518 \end_inset
19519
19520
19521 \end_layout
19522
19523 \end_inset
19524 </cell>
19525 </row>
19526 <row>
19527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19528 \begin_inset Text
19529
19530 \begin_layout Plain Layout
19531
19532 \backslash
19533 nu
19534 \end_layout
19535
19536 \end_inset
19537 </cell>
19538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19539 \begin_inset Text
19540
19541 \begin_layout Plain Layout
19542 \begin_inset Formula $\nu$
19543 \end_inset
19544
19545
19546 \end_layout
19547
19548 \end_inset
19549 </cell>
19550 </row>
19551 <row>
19552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19553 \begin_inset Text
19554
19555 \begin_layout Plain Layout
19556
19557 \backslash
19558 xi
19559 \end_layout
19560
19561 \end_inset
19562 </cell>
19563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19564 \begin_inset Text
19565
19566 \begin_layout Plain Layout
19567 \begin_inset Formula $\xi$
19568 \end_inset
19569
19570
19571 \end_layout
19572
19573 \end_inset
19574 </cell>
19575 </row>
19576 <row>
19577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19578 \begin_inset Text
19579
19580 \begin_layout Plain Layout
19581 o
19582 \end_layout
19583
19584 \end_inset
19585 </cell>
19586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19587 \begin_inset Text
19588
19589 \begin_layout Plain Layout
19590 \begin_inset Formula $o$
19591 \end_inset
19592
19593
19594 \end_layout
19595
19596 \end_inset
19597 </cell>
19598 </row>
19599 <row>
19600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19601 \begin_inset Text
19602
19603 \begin_layout Plain Layout
19604
19605 \backslash
19606 pi
19607 \end_layout
19608
19609 \end_inset
19610 </cell>
19611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19612 \begin_inset Text
19613
19614 \begin_layout Plain Layout
19615 \begin_inset Formula $\pi$
19616 \end_inset
19617
19618
19619 \end_layout
19620
19621 \end_inset
19622 </cell>
19623 </row>
19624 <row>
19625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19626 \begin_inset Text
19627
19628 \begin_layout Plain Layout
19629
19630 \backslash
19631 varpi
19632 \end_layout
19633
19634 \end_inset
19635 </cell>
19636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19637 \begin_inset Text
19638
19639 \begin_layout Plain Layout
19640 \begin_inset Formula $\varpi$
19641 \end_inset
19642
19643
19644 \end_layout
19645
19646 \end_inset
19647 </cell>
19648 </row>
19649 <row>
19650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19651 \begin_inset Text
19652
19653 \begin_layout Plain Layout
19654
19655 \backslash
19656 rho
19657 \end_layout
19658
19659 \end_inset
19660 </cell>
19661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19662 \begin_inset Text
19663
19664 \begin_layout Plain Layout
19665 \begin_inset Formula $\rho$
19666 \end_inset
19667
19668
19669 \end_layout
19670
19671 \end_inset
19672 </cell>
19673 </row>
19674 </lyxtabular>
19675
19676 \end_inset
19677
19678
19679 \begin_inset space \hfill{}
19680 \end_inset
19681
19682
19683 \begin_inset Tabular
19684 <lyxtabular version="3" rows="11" columns="2">
19685 <features>
19686 <column alignment="center" valignment="top" width="0pt">
19687 <column alignment="center" valignment="top" width="0pt">
19688 <row>
19689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19690 \begin_inset Text
19691
19692 \begin_layout Plain Layout
19693 Command
19694 \end_layout
19695
19696 \end_inset
19697 </cell>
19698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19699 \begin_inset Text
19700
19701 \begin_layout Plain Layout
19702 Result
19703 \end_layout
19704
19705 \end_inset
19706 </cell>
19707 </row>
19708 <row>
19709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19710 \begin_inset Text
19711
19712 \begin_layout Plain Layout
19713
19714 \backslash
19715 varrho
19716 \end_layout
19717
19718 \end_inset
19719 </cell>
19720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19721 \begin_inset Text
19722
19723 \begin_layout Plain Layout
19724 \begin_inset Formula $\varrho$
19725 \end_inset
19726
19727
19728 \end_layout
19729
19730 \end_inset
19731 </cell>
19732 </row>
19733 <row>
19734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19735 \begin_inset Text
19736
19737 \begin_layout Plain Layout
19738
19739 \backslash
19740 sigma
19741 \end_layout
19742
19743 \end_inset
19744 </cell>
19745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19746 \begin_inset Text
19747
19748 \begin_layout Plain Layout
19749 \begin_inset Formula $\sigma$
19750 \end_inset
19751
19752
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 </row>
19758 <row>
19759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19760 \begin_inset Text
19761
19762 \begin_layout Plain Layout
19763
19764 \backslash
19765 varsigma
19766 \end_layout
19767
19768 \end_inset
19769 </cell>
19770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19771 \begin_inset Text
19772
19773 \begin_layout Plain Layout
19774 \begin_inset Formula $\varsigma$
19775 \end_inset
19776
19777
19778 \end_layout
19779
19780 \end_inset
19781 </cell>
19782 </row>
19783 <row>
19784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19785 \begin_inset Text
19786
19787 \begin_layout Plain Layout
19788
19789 \backslash
19790 tau
19791 \end_layout
19792
19793 \end_inset
19794 </cell>
19795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19796 \begin_inset Text
19797
19798 \begin_layout Plain Layout
19799 \begin_inset Formula $\tau$
19800 \end_inset
19801
19802
19803 \end_layout
19804
19805 \end_inset
19806 </cell>
19807 </row>
19808 <row>
19809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19810 \begin_inset Text
19811
19812 \begin_layout Plain Layout
19813
19814 \backslash
19815 upsilon
19816 \end_layout
19817
19818 \end_inset
19819 </cell>
19820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19821 \begin_inset Text
19822
19823 \begin_layout Plain Layout
19824 \begin_inset Formula $\upsilon$
19825 \end_inset
19826
19827
19828 \end_layout
19829
19830 \end_inset
19831 </cell>
19832 </row>
19833 <row>
19834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19835 \begin_inset Text
19836
19837 \begin_layout Plain Layout
19838
19839 \backslash
19840 phi
19841 \end_layout
19842
19843 \end_inset
19844 </cell>
19845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19846 \begin_inset Text
19847
19848 \begin_layout Plain Layout
19849 \begin_inset Formula $\phi$
19850 \end_inset
19851
19852
19853 \end_layout
19854
19855 \end_inset
19856 </cell>
19857 </row>
19858 <row>
19859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19860 \begin_inset Text
19861
19862 \begin_layout Plain Layout
19863
19864 \backslash
19865 varphi
19866 \end_layout
19867
19868 \end_inset
19869 </cell>
19870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19871 \begin_inset Text
19872
19873 \begin_layout Plain Layout
19874 \begin_inset Formula $\varphi$
19875 \end_inset
19876
19877
19878 \end_layout
19879
19880 \end_inset
19881 </cell>
19882 </row>
19883 <row>
19884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19885 \begin_inset Text
19886
19887 \begin_layout Plain Layout
19888
19889 \backslash
19890 chi
19891 \end_layout
19892
19893 \end_inset
19894 </cell>
19895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19896 \begin_inset Text
19897
19898 \begin_layout Plain Layout
19899 \begin_inset Formula $\chi$
19900 \end_inset
19901
19902
19903 \end_layout
19904
19905 \end_inset
19906 </cell>
19907 </row>
19908 <row>
19909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Plain Layout
19913
19914 \backslash
19915 psi
19916 \end_layout
19917
19918 \end_inset
19919 </cell>
19920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Plain Layout
19924 \begin_inset Formula $\psi$
19925 \end_inset
19926
19927
19928 \end_layout
19929
19930 \end_inset
19931 </cell>
19932 </row>
19933 <row>
19934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19935 \begin_inset Text
19936
19937 \begin_layout Plain Layout
19938
19939 \backslash
19940 omega
19941 \end_layout
19942
19943 \end_inset
19944 </cell>
19945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19946 \begin_inset Text
19947
19948 \begin_layout Plain Layout
19949 \begin_inset Formula $\omega$
19950 \end_inset
19951
19952
19953 \end_layout
19954
19955 \end_inset
19956 </cell>
19957 </row>
19958 </lyxtabular>
19959
19960 \end_inset
19961
19962
19963 \begin_inset space \hfill{}
19964 \end_inset
19965
19966
19967 \end_layout
19968
19969 \begin_layout Standard
19970 \begin_inset VSpace medskip
19971 \end_inset
19972
19973
19974 \end_layout
19975
19976 \begin_layout Standard
19977 How to create upright Greek letters is explained in 
19978 \begin_inset CommandInset ref
19979 LatexCommand ref
19980 reference "sub:Upright-small-Greek"
19981
19982 \end_inset
19983
19984 .
19985 \end_layout
19986
19987 \begin_layout Subsection
19988 Big Letters
19989 \begin_inset Index
19990 status collapsed
19991
19992 \begin_layout Plain Layout
19993 Greek letters ! big
19994 \end_layout
19995
19996 \end_inset
19997
19998
19999 \end_layout
20000
20001 \begin_layout Standard
20002 \begin_inset space \hfill{}
20003 \end_inset
20004
20005
20006 \begin_inset Tabular
20007 <lyxtabular version="3" rows="7" columns="2">
20008 <features>
20009 <column alignment="center" valignment="top" width="0pt">
20010 <column alignment="center" valignment="top" width="0pt">
20011 <row>
20012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20013 \begin_inset Text
20014
20015 \begin_layout Plain Layout
20016 Command
20017 \end_layout
20018
20019 \end_inset
20020 </cell>
20021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20022 \begin_inset Text
20023
20024 \begin_layout Plain Layout
20025 Result
20026 \end_layout
20027
20028 \end_inset
20029 </cell>
20030 </row>
20031 <row>
20032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20033 \begin_inset Text
20034
20035 \begin_layout Plain Layout
20036
20037 \backslash
20038 Gamma
20039 \end_layout
20040
20041 \end_inset
20042 </cell>
20043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20044 \begin_inset Text
20045
20046 \begin_layout Plain Layout
20047 \begin_inset Formula $\Gamma$
20048 \end_inset
20049
20050
20051 \end_layout
20052
20053 \end_inset
20054 </cell>
20055 </row>
20056 <row>
20057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20058 \begin_inset Text
20059
20060 \begin_layout Plain Layout
20061
20062 \backslash
20063 Delta
20064 \end_layout
20065
20066 \end_inset
20067 </cell>
20068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20069 \begin_inset Text
20070
20071 \begin_layout Plain Layout
20072 \begin_inset Formula $\Delta$
20073 \end_inset
20074
20075
20076 \end_layout
20077
20078 \end_inset
20079 </cell>
20080 </row>
20081 <row>
20082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20083 \begin_inset Text
20084
20085 \begin_layout Plain Layout
20086
20087 \backslash
20088 Theta
20089 \end_layout
20090
20091 \end_inset
20092 </cell>
20093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20094 \begin_inset Text
20095
20096 \begin_layout Plain Layout
20097 \begin_inset Formula $\Theta$
20098 \end_inset
20099
20100
20101 \end_layout
20102
20103 \end_inset
20104 </cell>
20105 </row>
20106 <row>
20107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20108 \begin_inset Text
20109
20110 \begin_layout Plain Layout
20111
20112 \backslash
20113 Lambda
20114 \end_layout
20115
20116 \end_inset
20117 </cell>
20118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20119 \begin_inset Text
20120
20121 \begin_layout Plain Layout
20122 \begin_inset Formula $\Lambda$
20123 \end_inset
20124
20125
20126 \end_layout
20127
20128 \end_inset
20129 </cell>
20130 </row>
20131 <row>
20132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20133 \begin_inset Text
20134
20135 \begin_layout Plain Layout
20136
20137 \backslash
20138 Xi
20139 \end_layout
20140
20141 \end_inset
20142 </cell>
20143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20144 \begin_inset Text
20145
20146 \begin_layout Plain Layout
20147 \begin_inset Formula $\Xi$
20148 \end_inset
20149
20150
20151 \end_layout
20152
20153 \end_inset
20154 </cell>
20155 </row>
20156 <row>
20157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20158 \begin_inset Text
20159
20160 \begin_layout Plain Layout
20161
20162 \backslash
20163 Pi
20164 \end_layout
20165
20166 \end_inset
20167 </cell>
20168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20169 \begin_inset Text
20170
20171 \begin_layout Plain Layout
20172 \begin_inset Formula $\Pi$
20173 \end_inset
20174
20175
20176 \end_layout
20177
20178 \end_inset
20179 </cell>
20180 </row>
20181 </lyxtabular>
20182
20183 \end_inset
20184
20185
20186 \begin_inset space \hfill{}
20187 \end_inset
20188
20189
20190 \begin_inset Tabular
20191 <lyxtabular version="3" rows="6" columns="2">
20192 <features>
20193 <column alignment="center" valignment="top" width="0pt">
20194 <column alignment="center" valignment="top" width="0pt">
20195 <row>
20196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20197 \begin_inset Text
20198
20199 \begin_layout Plain Layout
20200 Command
20201 \end_layout
20202
20203 \end_inset
20204 </cell>
20205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20206 \begin_inset Text
20207
20208 \begin_layout Plain Layout
20209 Result
20210 \end_layout
20211
20212 \end_inset
20213 </cell>
20214 </row>
20215 <row>
20216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20217 \begin_inset Text
20218
20219 \begin_layout Plain Layout
20220
20221 \backslash
20222 Sigma
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20228 \begin_inset Text
20229
20230 \begin_layout Plain Layout
20231 \begin_inset Formula $\Sigma$
20232 \end_inset
20233
20234
20235 \end_layout
20236
20237 \end_inset
20238 </cell>
20239 </row>
20240 <row>
20241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20242 \begin_inset Text
20243
20244 \begin_layout Plain Layout
20245
20246 \backslash
20247 Upsilon
20248 \end_layout
20249
20250 \end_inset
20251 </cell>
20252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20253 \begin_inset Text
20254
20255 \begin_layout Plain Layout
20256 \begin_inset Formula $\Upsilon$
20257 \end_inset
20258
20259
20260 \end_layout
20261
20262 \end_inset
20263 </cell>
20264 </row>
20265 <row>
20266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20267 \begin_inset Text
20268
20269 \begin_layout Plain Layout
20270
20271 \backslash
20272 Phi
20273 \end_layout
20274
20275 \end_inset
20276 </cell>
20277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20278 \begin_inset Text
20279
20280 \begin_layout Plain Layout
20281 \begin_inset Formula $\Phi$
20282 \end_inset
20283
20284
20285 \end_layout
20286
20287 \end_inset
20288 </cell>
20289 </row>
20290 <row>
20291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20292 \begin_inset Text
20293
20294 \begin_layout Plain Layout
20295
20296 \backslash
20297 Psi
20298 \end_layout
20299
20300 \end_inset
20301 </cell>
20302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20303 \begin_inset Text
20304
20305 \begin_layout Plain Layout
20306 \begin_inset Formula $\Psi$
20307 \end_inset
20308
20309
20310 \end_layout
20311
20312 \end_inset
20313 </cell>
20314 </row>
20315 <row>
20316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20317 \begin_inset Text
20318
20319 \begin_layout Plain Layout
20320
20321 \backslash
20322 Omega
20323 \end_layout
20324
20325 \end_inset
20326 </cell>
20327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20328 \begin_inset Text
20329
20330 \begin_layout Plain Layout
20331 \begin_inset Formula $\Omega$
20332 \end_inset
20333
20334
20335 \end_layout
20336
20337 \end_inset
20338 </cell>
20339 </row>
20340 </lyxtabular>
20341
20342 \end_inset
20343
20344
20345 \begin_inset space \hfill{}
20346 \end_inset
20347
20348
20349 \end_layout
20350
20351 \begin_layout Standard
20352 \begin_inset VSpace medskip
20353 \end_inset
20354
20355 That the big Greek letters appear upright is caused by a design bug when
20356  TeX was developed.
20357  To get correct italic big letters, begin every command with 
20358 \series bold
20359 var
20360 \series default
20361 .
20362  For example the command 
20363 \series bold
20364
20365 \backslash
20366 varGamma
20367 \series default
20368  produces: 
20369 \begin_inset Formula $\varGamma$
20370 \end_inset
20371
20372
20373 \end_layout
20374
20375 \begin_layout Subsection
20376 Bold Letters
20377 \begin_inset Index
20378 status collapsed
20379
20380 \begin_layout Plain Layout
20381 Greek letters ! bold
20382 \end_layout
20383
20384 \end_inset
20385
20386
20387 \end_layout
20388
20389 \begin_layout Standard
20390 Greek letters cannot be set with different font styles like Latin letters.
20391  They can only be made bold with the command 
20392 \series bold
20393
20394 \backslash
20395 boldsymbol
20396 \series default
20397
20398 \begin_inset Index
20399 status collapsed
20400
20401 \begin_layout Plain Layout
20402 Commands ! B ! 
20403 \backslash
20404 boldsymbol
20405 \end_layout
20406
20407 \end_inset
20408
20409 .
20410 \end_layout
20411
20412 \begin_layout Standard
20413 \align center
20414 \begin_inset Tabular
20415 <lyxtabular version="3" rows="3" columns="2">
20416 <features>
20417 <column alignment="center" valignment="top" width="0">
20418 <column alignment="center" valignment="top" width="0">
20419 <row>
20420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20421 \begin_inset Text
20422
20423 \begin_layout Plain Layout
20424 Command
20425 \end_layout
20426
20427 \end_inset
20428 </cell>
20429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20430 \begin_inset Text
20431
20432 \begin_layout Plain Layout
20433 Result
20434 \end_layout
20435
20436 \end_inset
20437 </cell>
20438 </row>
20439 <row>
20440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20441 \begin_inset Text
20442
20443 \begin_layout Plain Layout
20444
20445 \backslash
20446 Upsilon
20447 \backslash
20448 boldsymbol
20449 \backslash
20450 Upsilon
20451 \end_layout
20452
20453 \end_inset
20454 </cell>
20455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20456 \begin_inset Text
20457
20458 \begin_layout Plain Layout
20459 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20460 \end_inset
20461
20462
20463 \end_layout
20464
20465 \end_inset
20466 </cell>
20467 </row>
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
20474 \backslash
20475 theta
20476 \backslash
20477 boldsymbol
20478 \backslash
20479 theta
20480 \end_layout
20481
20482 \end_inset
20483 </cell>
20484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20485 \begin_inset Text
20486
20487 \begin_layout Plain Layout
20488 \begin_inset Formula $\theta\boldsymbol{\theta}$
20489 \end_inset
20490
20491
20492 \end_layout
20493
20494 \end_inset
20495 </cell>
20496 </row>
20497 </lyxtabular>
20498
20499 \end_inset
20500
20501
20502 \end_layout
20503
20504 \begin_layout Section
20505 Symbols
20506 \begin_inset ERT
20507 status collapsed
20508
20509 \begin_layout Plain Layout
20510
20511
20512 \backslash
20513 texorpdfstring{
20514 \end_layout
20515
20516 \end_inset
20517
20518
20519 \begin_inset Foot
20520 status collapsed
20521
20522 \begin_layout Plain Layout
20523 A list with all symbols of most of the LaTeX-packages can be found in 
20524 \begin_inset CommandInset citation
20525 LatexCommand cite
20526 key "Symbole"
20527
20528 \end_inset
20529
20530 .
20531 \end_layout
20532
20533 \end_inset
20534
20535
20536 \begin_inset ERT
20537 status collapsed
20538
20539 \begin_layout Plain Layout
20540
20541 }{}
20542 \end_layout
20543
20544 \end_inset
20545
20546
20547 \begin_inset Note Note
20548 status collapsed
20549
20550 \begin_layout Plain Layout
20551
20552 \backslash
20553 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20554 \end_layout
20555
20556 \begin_layout Plain Layout
20557 More about 
20558 \backslash
20559 texorpdfstring is in section 
20560 \begin_inset CommandInset ref
20561 LatexCommand ref
20562 reference "sub:Formulas-in-Section"
20563
20564 \end_inset
20565
20566 .
20567 \end_layout
20568
20569 \end_inset
20570
20571
20572 \begin_inset Index
20573 status collapsed
20574
20575 \begin_layout Plain Layout
20576 Symbols
20577 \end_layout
20578
20579 \end_inset
20580
20581
20582 \end_layout
20583
20584 \begin_layout Standard
20585 Many of the symbols listed in this section can also be inserted via the
20586  toolbar buttons 
20587 \begin_inset Graphics
20588         filename ../images/math/nabla.png
20589         scale 85
20590
20591 \end_inset
20592
20593  and 
20594 \begin_inset Graphics
20595         filename ../images/math/digamma.png
20596         scale 85
20597
20598 \end_inset
20599
20600 .
20601 \end_layout
20602
20603 \begin_layout Subsection
20604 Mathematical Symbols
20605 \begin_inset CommandInset label
20606 LatexCommand label
20607 name "sub:Mathematical-Symbols"
20608
20609 \end_inset
20610
20611
20612 \begin_inset Index
20613 status collapsed
20614
20615 \begin_layout Plain Layout
20616 Symbols ! mathematical
20617 \end_layout
20618
20619 \end_inset
20620
20621
20622 \end_layout
20623
20624 \begin_layout Standard
20625 \begin_inset space \hfill{}
20626 \end_inset
20627
20628
20629 \begin_inset Tabular
20630 <lyxtabular version="3" rows="10" columns="2">
20631 <features>
20632 <column alignment="center" valignment="top" width="0pt">
20633 <column alignment="center" valignment="top" width="0pt">
20634 <row>
20635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20636 \begin_inset Text
20637
20638 \begin_layout Plain Layout
20639 Command
20640 \end_layout
20641
20642 \end_inset
20643 </cell>
20644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20645 \begin_inset Text
20646
20647 \begin_layout Plain Layout
20648 Result
20649 \end_layout
20650
20651 \end_inset
20652 </cell>
20653 </row>
20654 <row>
20655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20656 \begin_inset Text
20657
20658 \begin_layout Plain Layout
20659
20660 \backslash
20661 neg
20662 \end_layout
20663
20664 \end_inset
20665 </cell>
20666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20667 \begin_inset Text
20668
20669 \begin_layout Plain Layout
20670 \begin_inset Formula $\neg$
20671 \end_inset
20672
20673
20674 \end_layout
20675
20676 \end_inset
20677 </cell>
20678 </row>
20679 <row>
20680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20681 \begin_inset Text
20682
20683 \begin_layout Plain Layout
20684
20685 \backslash
20686 Im
20687 \end_layout
20688
20689 \end_inset
20690 </cell>
20691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20692 \begin_inset Text
20693
20694 \begin_layout Plain Layout
20695 \begin_inset Formula $\Im$
20696 \end_inset
20697
20698
20699 \end_layout
20700
20701 \end_inset
20702 </cell>
20703 </row>
20704 <row>
20705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20706 \begin_inset Text
20707
20708 \begin_layout Plain Layout
20709
20710 \backslash
20711 Re
20712 \end_layout
20713
20714 \end_inset
20715 </cell>
20716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20717 \begin_inset Text
20718
20719 \begin_layout Plain Layout
20720 \begin_inset Formula $\Re$
20721 \end_inset
20722
20723
20724 \end_layout
20725
20726 \end_inset
20727 </cell>
20728 </row>
20729 <row>
20730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20731 \begin_inset Text
20732
20733 \begin_layout Plain Layout
20734
20735 \backslash
20736 aleph
20737 \end_layout
20738
20739 \end_inset
20740 </cell>
20741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20742 \begin_inset Text
20743
20744 \begin_layout Plain Layout
20745 \begin_inset Formula $\aleph$
20746 \end_inset
20747
20748
20749 \end_layout
20750
20751 \end_inset
20752 </cell>
20753 </row>
20754 <row>
20755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20756 \begin_inset Text
20757
20758 \begin_layout Plain Layout
20759
20760 \backslash
20761 partial
20762 \end_layout
20763
20764 \end_inset
20765 </cell>
20766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20767 \begin_inset Text
20768
20769 \begin_layout Plain Layout
20770 \begin_inset Formula $\partial$
20771 \end_inset
20772
20773
20774 \end_layout
20775
20776 \end_inset
20777 </cell>
20778 </row>
20779 <row>
20780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20781 \begin_inset Text
20782
20783 \begin_layout Plain Layout
20784
20785 \backslash
20786 infty
20787 \end_layout
20788
20789 \end_inset
20790 </cell>
20791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20792 \begin_inset Text
20793
20794 \begin_layout Plain Layout
20795 \begin_inset Formula $\infty$
20796 \end_inset
20797
20798
20799 \end_layout
20800
20801 \end_inset
20802 </cell>
20803 </row>
20804 <row>
20805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20806 \begin_inset Text
20807
20808 \begin_layout Plain Layout
20809
20810 \backslash
20811 wp
20812 \end_layout
20813
20814 \end_inset
20815 </cell>
20816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20817 \begin_inset Text
20818
20819 \begin_layout Plain Layout
20820 \begin_inset Formula $\wp$
20821 \end_inset
20822
20823
20824 \end_layout
20825
20826 \end_inset
20827 </cell>
20828 </row>
20829 <row>
20830 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20831 \begin_inset Text
20832
20833 \begin_layout Plain Layout
20834
20835 \backslash
20836 imath
20837 \end_layout
20838
20839 \end_inset
20840 </cell>
20841 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20842 \begin_inset Text
20843
20844 \begin_layout Plain Layout
20845 \begin_inset Formula $\imath$
20846 \end_inset
20847
20848
20849 \end_layout
20850
20851 \end_inset
20852 </cell>
20853 </row>
20854 <row>
20855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20856 \begin_inset Text
20857
20858 \begin_layout Plain Layout
20859
20860 \backslash
20861 jmath
20862 \end_layout
20863
20864 \end_inset
20865 </cell>
20866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20867 \begin_inset Text
20868
20869 \begin_layout Plain Layout
20870 \begin_inset Formula $\jmath$
20871 \end_inset
20872
20873
20874 \end_layout
20875
20876 \end_inset
20877 </cell>
20878 </row>
20879 </lyxtabular>
20880
20881 \end_inset
20882
20883
20884 \begin_inset space \hfill{}
20885 \end_inset
20886
20887
20888 \begin_inset Tabular
20889 <lyxtabular version="3" rows="10" columns="2">
20890 <features>
20891 <column alignment="center" valignment="top" width="0pt">
20892 <column alignment="center" valignment="top" width="0pt">
20893 <row>
20894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20895 \begin_inset Text
20896
20897 \begin_layout Plain Layout
20898 Command
20899 \end_layout
20900
20901 \end_inset
20902 </cell>
20903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20904 \begin_inset Text
20905
20906 \begin_layout Plain Layout
20907 Result
20908 \begin_inset Note Note
20909 status collapsed
20910
20911 \begin_layout Plain Layout
20912
20913 \series bold
20914
20915 \backslash
20916 raisebox
20917 \series default
20918  is only used as spacer.
20919 \end_layout
20920
20921 \end_inset
20922
20923
20924 \end_layout
20925
20926 \end_inset
20927 </cell>
20928 </row>
20929 <row>
20930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20931 \begin_inset Text
20932
20933 \begin_layout Plain Layout
20934
20935 \backslash
20936 forall
20937 \end_layout
20938
20939 \end_inset
20940 </cell>
20941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20942 \begin_inset Text
20943
20944 \begin_layout Plain Layout
20945 \begin_inset Formula $\forall$
20946 \end_inset
20947
20948
20949 \end_layout
20950
20951 \end_inset
20952 </cell>
20953 </row>
20954 <row>
20955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20956 \begin_inset Text
20957
20958 \begin_layout Plain Layout
20959
20960 \backslash
20961 exists
20962 \end_layout
20963
20964 \end_inset
20965 </cell>
20966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20967 \begin_inset Text
20968
20969 \begin_layout Plain Layout
20970 \begin_inset Formula $\exists$
20971 \end_inset
20972
20973
20974 \end_layout
20975
20976 \end_inset
20977 </cell>
20978 </row>
20979 <row>
20980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20981 \begin_inset Text
20982
20983 \begin_layout Plain Layout
20984
20985 \backslash
20986 nexists
20987 \end_layout
20988
20989 \end_inset
20990 </cell>
20991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20992 \begin_inset Text
20993
20994 \begin_layout Plain Layout
20995 \begin_inset Formula $\nexists$
20996 \end_inset
20997
20998
20999 \end_layout
21000
21001 \end_inset
21002 </cell>
21003 </row>
21004 <row>
21005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21006 \begin_inset Text
21007
21008 \begin_layout Plain Layout
21009
21010 \backslash
21011 emptyset
21012 \end_layout
21013
21014 \end_inset
21015 </cell>
21016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21017 \begin_inset Text
21018
21019 \begin_layout Plain Layout
21020 \begin_inset Formula $\emptyset$
21021 \end_inset
21022
21023
21024 \end_layout
21025
21026 \end_inset
21027 </cell>
21028 </row>
21029 <row>
21030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21031 \begin_inset Text
21032
21033 \begin_layout Plain Layout
21034
21035 \backslash
21036 varnothing
21037 \end_layout
21038
21039 \end_inset
21040 </cell>
21041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21042 \begin_inset Text
21043
21044 \begin_layout Plain Layout
21045 \begin_inset Formula $\varnothing$
21046 \end_inset
21047
21048
21049 \end_layout
21050
21051 \end_inset
21052 </cell>
21053 </row>
21054 <row>
21055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21056 \begin_inset Text
21057
21058 \begin_layout Plain Layout
21059
21060 \backslash
21061 dag
21062 \end_layout
21063
21064 \end_inset
21065 </cell>
21066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21067 \begin_inset Text
21068
21069 \begin_layout Plain Layout
21070 \begin_inset Formula $\dag$
21071 \end_inset
21072
21073
21074 \end_layout
21075
21076 \end_inset
21077 </cell>
21078 </row>
21079 <row>
21080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21081 \begin_inset Text
21082
21083 \begin_layout Plain Layout
21084
21085 \backslash
21086 ddag
21087 \end_layout
21088
21089 \end_inset
21090 </cell>
21091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21092 \begin_inset Text
21093
21094 \begin_layout Plain Layout
21095 \begin_inset Formula $\ddag$
21096 \end_inset
21097
21098
21099 \end_layout
21100
21101 \end_inset
21102 </cell>
21103 </row>
21104 <row>
21105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21106 \begin_inset Text
21107
21108 \begin_layout Plain Layout
21109
21110 \backslash
21111 complement
21112 \end_layout
21113
21114 \end_inset
21115 </cell>
21116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21117 \begin_inset Text
21118
21119 \begin_layout Plain Layout
21120 \begin_inset ERT
21121 status collapsed
21122
21123 \begin_layout Plain Layout
21124
21125
21126 \backslash
21127 raisebox{-0.8mm}{
21128 \end_layout
21129
21130 \end_inset
21131
21132
21133 \begin_inset Formula $\complement$
21134 \end_inset
21135
21136
21137 \begin_inset ERT
21138 status collapsed
21139
21140 \begin_layout Plain Layout
21141
21142 }
21143 \end_layout
21144
21145 \end_inset
21146
21147
21148 \end_layout
21149
21150 \end_inset
21151 </cell>
21152 </row>
21153 <row>
21154 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21155 \begin_inset Text
21156
21157 \begin_layout Plain Layout
21158
21159 \backslash
21160 Bbbk
21161 \end_layout
21162
21163 \end_inset
21164 </cell>
21165 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21166 \begin_inset Text
21167
21168 \begin_layout Plain Layout
21169 \begin_inset Formula $\Bbbk$
21170 \end_inset
21171
21172
21173 \end_layout
21174
21175 \end_inset
21176 </cell>
21177 </row>
21178 </lyxtabular>
21179
21180 \end_inset
21181
21182
21183 \begin_inset space \hfill{}
21184 \end_inset
21185
21186
21187 \begin_inset Tabular
21188 <lyxtabular version="3" rows="10" columns="2">
21189 <features>
21190 <column alignment="center" valignment="top" width="0pt">
21191 <column alignment="center" valignment="top" width="0pt">
21192 <row>
21193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21194 \begin_inset Text
21195
21196 \begin_layout Plain Layout
21197 Command
21198 \end_layout
21199
21200 \end_inset
21201 </cell>
21202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21203 \begin_inset Text
21204
21205 \begin_layout Plain Layout
21206 Result
21207 \end_layout
21208
21209 \end_inset
21210 </cell>
21211 </row>
21212 <row>
21213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21214 \begin_inset Text
21215
21216 \begin_layout Plain Layout
21217
21218 \backslash
21219 prime
21220 \end_layout
21221
21222 \end_inset
21223 </cell>
21224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21225 \begin_inset Text
21226
21227 \begin_layout Plain Layout
21228 \begin_inset Formula $\prime$
21229 \end_inset
21230
21231
21232 \end_layout
21233
21234 \end_inset
21235 </cell>
21236 </row>
21237 <row>
21238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21239 \begin_inset Text
21240
21241 \begin_layout Plain Layout
21242
21243 \backslash
21244 backprime
21245 \end_layout
21246
21247 \end_inset
21248 </cell>
21249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21250 \begin_inset Text
21251
21252 \begin_layout Plain Layout
21253 \begin_inset Formula $\backprime$
21254 \end_inset
21255
21256
21257 \end_layout
21258
21259 \end_inset
21260 </cell>
21261 </row>
21262 <row>
21263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21264 \begin_inset Text
21265
21266 \begin_layout Plain Layout
21267
21268 \backslash
21269 mho
21270 \end_layout
21271
21272 \end_inset
21273 </cell>
21274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 \begin_inset Formula $\mho$
21279 \end_inset
21280
21281
21282 \end_layout
21283
21284 \end_inset
21285 </cell>
21286 </row>
21287 <row>
21288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21289 \begin_inset Text
21290
21291 \begin_layout Plain Layout
21292
21293 \backslash
21294 triangle
21295 \end_layout
21296
21297 \end_inset
21298 </cell>
21299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21300 \begin_inset Text
21301
21302 \begin_layout Plain Layout
21303 \begin_inset Formula $\triangle$
21304 \end_inset
21305
21306
21307 \end_layout
21308
21309 \end_inset
21310 </cell>
21311 </row>
21312 <row>
21313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21314 \begin_inset Text
21315
21316 \begin_layout Plain Layout
21317
21318 \backslash
21319 angle
21320 \end_layout
21321
21322 \end_inset
21323 </cell>
21324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21325 \begin_inset Text
21326
21327 \begin_layout Plain Layout
21328 \begin_inset Formula $\angle$
21329 \end_inset
21330
21331
21332 \end_layout
21333
21334 \end_inset
21335 </cell>
21336 </row>
21337 <row>
21338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21339 \begin_inset Text
21340
21341 \begin_layout Plain Layout
21342
21343 \backslash
21344 measuredangle
21345 \end_layout
21346
21347 \end_inset
21348 </cell>
21349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21350 \begin_inset Text
21351
21352 \begin_layout Plain Layout
21353 \begin_inset Formula $\measuredangle$
21354 \end_inset
21355
21356
21357 \end_layout
21358
21359 \end_inset
21360 </cell>
21361 </row>
21362 <row>
21363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367
21368 \backslash
21369 sphericalangle
21370 \end_layout
21371
21372 \end_inset
21373 </cell>
21374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21375 \begin_inset Text
21376
21377 \begin_layout Plain Layout
21378 \begin_inset Formula $\sphericalangle$
21379 \end_inset
21380
21381
21382 \end_layout
21383
21384 \end_inset
21385 </cell>
21386 </row>
21387 <row>
21388 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21389 \begin_inset Text
21390
21391 \begin_layout Plain Layout
21392
21393 \backslash
21394 top
21395 \end_layout
21396
21397 \end_inset
21398 </cell>
21399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21400 \begin_inset Text
21401
21402 \begin_layout Plain Layout
21403 \begin_inset Formula $\top$
21404 \end_inset
21405
21406
21407 \end_layout
21408
21409 \end_inset
21410 </cell>
21411 </row>
21412 <row>
21413 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21414 \begin_inset Text
21415
21416 \begin_layout Plain Layout
21417
21418 \backslash
21419 bot
21420 \end_layout
21421
21422 \end_inset
21423 </cell>
21424 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21425 \begin_inset Text
21426
21427 \begin_layout Plain Layout
21428 \begin_inset Formula $\bot$
21429 \end_inset
21430
21431
21432 \end_layout
21433
21434 \end_inset
21435 </cell>
21436 </row>
21437 </lyxtabular>
21438
21439 \end_inset
21440
21441
21442 \begin_inset space \hfill{}
21443 \end_inset
21444
21445
21446 \end_layout
21447
21448 \begin_layout Subsection
21449 Miscellaneous Symbols
21450 \begin_inset CommandInset label
21451 LatexCommand label
21452 name "sub:Miscellaneous-Symbols"
21453
21454 \end_inset
21455
21456
21457 \begin_inset Index
21458 status collapsed
21459
21460 \begin_layout Plain Layout
21461 Symbols ! miscellaneous
21462 \end_layout
21463
21464 \end_inset
21465
21466
21467 \end_layout
21468
21469 \begin_layout Standard
21470 \noindent
21471 \align center
21472 \begin_inset Tabular
21473 <lyxtabular version="3" rows="10" columns="2">
21474 <features>
21475 <column alignment="center" valignment="top" width="0pt">
21476 <column alignment="center" valignment="top" width="0pt">
21477 <row>
21478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21479 \begin_inset Text
21480
21481 \begin_layout Plain Layout
21482 Command
21483 \end_layout
21484
21485 \end_inset
21486 </cell>
21487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21488 \begin_inset Text
21489
21490 \begin_layout Plain Layout
21491 Result
21492 \end_layout
21493
21494 \end_inset
21495 </cell>
21496 </row>
21497 <row>
21498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21499 \begin_inset Text
21500
21501 \begin_layout Plain Layout
21502
21503 \backslash
21504 flat
21505 \end_layout
21506
21507 \end_inset
21508 </cell>
21509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21510 \begin_inset Text
21511
21512 \begin_layout Plain Layout
21513 \begin_inset Formula $\flat$
21514 \end_inset
21515
21516
21517 \end_layout
21518
21519 \end_inset
21520 </cell>
21521 </row>
21522 <row>
21523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21524 \begin_inset Text
21525
21526 \begin_layout Plain Layout
21527
21528 \backslash
21529 natural
21530 \end_layout
21531
21532 \end_inset
21533 </cell>
21534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21535 \begin_inset Text
21536
21537 \begin_layout Plain Layout
21538 \begin_inset Formula $\natural$
21539 \end_inset
21540
21541
21542 \end_layout
21543
21544 \end_inset
21545 </cell>
21546 </row>
21547 <row>
21548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21549 \begin_inset Text
21550
21551 \begin_layout Plain Layout
21552
21553 \backslash
21554 sharp
21555 \end_layout
21556
21557 \end_inset
21558 </cell>
21559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21560 \begin_inset Text
21561
21562 \begin_layout Plain Layout
21563 \begin_inset Formula $\sharp$
21564 \end_inset
21565
21566
21567 \end_layout
21568
21569 \end_inset
21570 </cell>
21571 </row>
21572 <row>
21573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21574 \begin_inset Text
21575
21576 \begin_layout Plain Layout
21577
21578 \backslash
21579 surd
21580 \end_layout
21581
21582 \end_inset
21583 </cell>
21584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21585 \begin_inset Text
21586
21587 \begin_layout Plain Layout
21588 \begin_inset Formula $\surd$
21589 \end_inset
21590
21591
21592 \end_layout
21593
21594 \end_inset
21595 </cell>
21596 </row>
21597 <row>
21598 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21599 \begin_inset Text
21600
21601 \begin_layout Plain Layout
21602
21603 \backslash
21604 checkmark
21605 \end_layout
21606
21607 \end_inset
21608 </cell>
21609 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21610 \begin_inset Text
21611
21612 \begin_layout Plain Layout
21613 \begin_inset Formula $\checkmark$
21614 \end_inset
21615
21616
21617 \end_layout
21618
21619 \end_inset
21620 </cell>
21621 </row>
21622 <row>
21623 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21624 \begin_inset Text
21625
21626 \begin_layout Plain Layout
21627
21628 \backslash
21629 yen
21630 \end_layout
21631
21632 \end_inset
21633 </cell>
21634 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21635 \begin_inset Text
21636
21637 \begin_layout Plain Layout
21638 \begin_inset Formula $\yen$
21639 \end_inset
21640
21641
21642 \end_layout
21643
21644 \end_inset
21645 </cell>
21646 </row>
21647 <row>
21648 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21649 \begin_inset Text
21650
21651 \begin_layout Plain Layout
21652
21653 \backslash
21654 pounds
21655 \end_layout
21656
21657 \end_inset
21658 </cell>
21659 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21660 \begin_inset Text
21661
21662 \begin_layout Plain Layout
21663 \begin_inset Formula $\pounds$
21664 \end_inset
21665
21666
21667 \end_layout
21668
21669 \end_inset
21670 </cell>
21671 </row>
21672 <row>
21673 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21674 \begin_inset Text
21675
21676 \begin_layout Plain Layout
21677 $
21678 \end_layout
21679
21680 \end_inset
21681 </cell>
21682 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21683 \begin_inset Text
21684
21685 \begin_layout Plain Layout
21686 \begin_inset Formula $\$$
21687 \end_inset
21688
21689
21690 \end_layout
21691
21692 \end_inset
21693 </cell>
21694 </row>
21695 <row>
21696 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21697 \begin_inset Text
21698
21699 \begin_layout Plain Layout
21700 §
21701 \end_layout
21702
21703 \end_inset
21704 </cell>
21705 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21706 \begin_inset Text
21707
21708 \begin_layout Plain Layout
21709 \begin_inset Formula $§$
21710 \end_inset
21711
21712
21713 \end_layout
21714
21715 \end_inset
21716 </cell>
21717 </row>
21718 </lyxtabular>
21719
21720 \end_inset
21721
21722
21723 \begin_inset Tabular
21724 <lyxtabular version="3" rows="10" columns="2">
21725 <features>
21726 <column alignment="center" valignment="top" width="0">
21727 <column alignment="center" valignment="top" width="0">
21728 <row>
21729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21730 \begin_inset Text
21731
21732 \begin_layout Plain Layout
21733 Command
21734 \end_layout
21735
21736 \end_inset
21737 </cell>
21738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21739 \begin_inset Text
21740
21741 \begin_layout Plain Layout
21742 Result
21743 \end_layout
21744
21745 \end_inset
21746 </cell>
21747 </row>
21748 <row>
21749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21750 \begin_inset Text
21751
21752 \begin_layout Plain Layout
21753
21754 \backslash
21755 hbar
21756 \end_layout
21757
21758 \end_inset
21759 </cell>
21760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21761 \begin_inset Text
21762
21763 \begin_layout Plain Layout
21764 \begin_inset Formula $\hbar$
21765 \end_inset
21766
21767
21768 \end_layout
21769
21770 \end_inset
21771 </cell>
21772 </row>
21773 <row>
21774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21775 \begin_inset Text
21776
21777 \begin_layout Plain Layout
21778
21779 \backslash
21780 hslash
21781 \end_layout
21782
21783 \end_inset
21784 </cell>
21785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21786 \begin_inset Text
21787
21788 \begin_layout Plain Layout
21789 \begin_inset Formula $\hslash$
21790 \end_inset
21791
21792
21793 \end_layout
21794
21795 \end_inset
21796 </cell>
21797 </row>
21798 <row>
21799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21800 \begin_inset Text
21801
21802 \begin_layout Plain Layout
21803
21804 \backslash
21805 clubsuit
21806 \end_layout
21807
21808 \end_inset
21809 </cell>
21810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21811 \begin_inset Text
21812
21813 \begin_layout Plain Layout
21814 \begin_inset Formula $\clubsuit$
21815 \end_inset
21816
21817
21818 \end_layout
21819
21820 \end_inset
21821 </cell>
21822 </row>
21823 <row>
21824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21825 \begin_inset Text
21826
21827 \begin_layout Plain Layout
21828
21829 \backslash
21830 spadesuit
21831 \end_layout
21832
21833 \end_inset
21834 </cell>
21835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21836 \begin_inset Text
21837
21838 \begin_layout Plain Layout
21839 \begin_inset Formula $\spadesuit$
21840 \end_inset
21841
21842
21843 \end_layout
21844
21845 \end_inset
21846 </cell>
21847 </row>
21848 <row>
21849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21850 \begin_inset Text
21851
21852 \begin_layout Plain Layout
21853
21854 \backslash
21855 bigstar
21856 \end_layout
21857
21858 \end_inset
21859 </cell>
21860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21861 \begin_inset Text
21862
21863 \begin_layout Plain Layout
21864 \begin_inset Formula $\bigstar$
21865 \end_inset
21866
21867
21868 \end_layout
21869
21870 \end_inset
21871 </cell>
21872 </row>
21873 <row>
21874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21875 \begin_inset Text
21876
21877 \begin_layout Plain Layout
21878
21879 \backslash
21880 blacklozenge
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21886 \begin_inset Text
21887
21888 \begin_layout Plain Layout
21889 \begin_inset Formula $\blacklozenge$
21890 \end_inset
21891
21892
21893 \end_layout
21894
21895 \end_inset
21896 </cell>
21897 </row>
21898 <row>
21899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21900 \begin_inset Text
21901
21902 \begin_layout Plain Layout
21903
21904 \backslash
21905 blacktriangle
21906 \end_layout
21907
21908 \end_inset
21909 </cell>
21910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21911 \begin_inset Text
21912
21913 \begin_layout Plain Layout
21914 \begin_inset Formula $\blacktriangle$
21915 \end_inset
21916
21917
21918 \end_layout
21919
21920 \end_inset
21921 </cell>
21922 </row>
21923 <row>
21924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21925 \begin_inset Text
21926
21927 \begin_layout Plain Layout
21928
21929 \backslash
21930 blacktiangledown
21931 \end_layout
21932
21933 \end_inset
21934 </cell>
21935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21936 \begin_inset Text
21937
21938 \begin_layout Plain Layout
21939 \begin_inset Formula $\blacktriangledown$
21940 \end_inset
21941
21942
21943 \end_layout
21944
21945 \end_inset
21946 </cell>
21947 </row>
21948 <row>
21949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21950 \begin_inset Text
21951
21952 \begin_layout Plain Layout
21953
21954 \backslash
21955 bullet
21956 \end_layout
21957
21958 \end_inset
21959 </cell>
21960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21961 \begin_inset Text
21962
21963 \begin_layout Plain Layout
21964 \begin_inset Formula $\bullet$
21965 \end_inset
21966
21967
21968 \end_layout
21969
21970 \end_inset
21971 </cell>
21972 </row>
21973 </lyxtabular>
21974
21975 \end_inset
21976
21977
21978 \begin_inset Tabular
21979 <lyxtabular version="3" rows="10" columns="2">
21980 <features>
21981 <column alignment="center" valignment="top" width="0pt">
21982 <column alignment="center" valignment="top" width="0pt">
21983 <row>
21984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21985 \begin_inset Text
21986
21987 \begin_layout Plain Layout
21988 Command
21989 \end_layout
21990
21991 \end_inset
21992 </cell>
21993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21994 \begin_inset Text
21995
21996 \begin_layout Plain Layout
21997 Result
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 </row>
22003 <row>
22004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22005 \begin_inset Text
22006
22007 \begin_layout Plain Layout
22008
22009 \backslash
22010 diamondsuit
22011 \end_layout
22012
22013 \end_inset
22014 </cell>
22015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22016 \begin_inset Text
22017
22018 \begin_layout Plain Layout
22019 \begin_inset Formula $\diamondsuit$
22020 \end_inset
22021
22022
22023 \end_layout
22024
22025 \end_inset
22026 </cell>
22027 </row>
22028 <row>
22029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22030 \begin_inset Text
22031
22032 \begin_layout Plain Layout
22033
22034 \backslash
22035 Diamond
22036 \end_layout
22037
22038 \end_inset
22039 </cell>
22040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22041 \begin_inset Text
22042
22043 \begin_layout Plain Layout
22044 \begin_inset Formula $\Diamond$
22045 \end_inset
22046
22047
22048 \end_layout
22049
22050 \end_inset
22051 </cell>
22052 </row>
22053 <row>
22054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22055 \begin_inset Text
22056
22057 \begin_layout Plain Layout
22058
22059 \backslash
22060 heartsuit
22061 \end_layout
22062
22063 \end_inset
22064 </cell>
22065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22066 \begin_inset Text
22067
22068 \begin_layout Plain Layout
22069 \begin_inset Formula $\heartsuit$
22070 \end_inset
22071
22072
22073 \end_layout
22074
22075 \end_inset
22076 </cell>
22077 </row>
22078 <row>
22079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22080 \begin_inset Text
22081
22082 \begin_layout Plain Layout
22083
22084 \backslash
22085 P
22086 \end_layout
22087
22088 \end_inset
22089 </cell>
22090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22091 \begin_inset Text
22092
22093 \begin_layout Plain Layout
22094 \begin_inset Formula $\P$
22095 \end_inset
22096
22097
22098 \end_layout
22099
22100 \end_inset
22101 </cell>
22102 </row>
22103 <row>
22104 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22105 \begin_inset Text
22106
22107 \begin_layout Plain Layout
22108
22109 \backslash
22110 copyright
22111 \end_layout
22112
22113 \end_inset
22114 </cell>
22115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22116 \begin_inset Text
22117
22118 \begin_layout Plain Layout
22119 \begin_inset Formula $\copyright$
22120 \end_inset
22121
22122
22123 \end_layout
22124
22125 \end_inset
22126 </cell>
22127 </row>
22128 <row>
22129 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22130 \begin_inset Text
22131
22132 \begin_layout Plain Layout
22133
22134 \backslash
22135 circledR
22136 \end_layout
22137
22138 \end_inset
22139 </cell>
22140 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22141 \begin_inset Text
22142
22143 \begin_layout Plain Layout
22144 \begin_inset Formula $\circledR$
22145 \end_inset
22146
22147
22148 \end_layout
22149
22150 \end_inset
22151 </cell>
22152 </row>
22153 <row>
22154 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22155 \begin_inset Text
22156
22157 \begin_layout Plain Layout
22158
22159 \backslash
22160 maltese
22161 \end_layout
22162
22163 \end_inset
22164 </cell>
22165 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22166 \begin_inset Text
22167
22168 \begin_layout Plain Layout
22169 \begin_inset Formula $\maltese$
22170 \end_inset
22171
22172
22173 \end_layout
22174
22175 \end_inset
22176 </cell>
22177 </row>
22178 <row>
22179 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22180 \begin_inset Text
22181
22182 \begin_layout Plain Layout
22183
22184 \backslash
22185 diagup
22186 \end_layout
22187
22188 \end_inset
22189 </cell>
22190 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22191 \begin_inset Text
22192
22193 \begin_layout Plain Layout
22194 \begin_inset Formula $\diagup$
22195 \end_inset
22196
22197
22198 \end_layout
22199
22200 \end_inset
22201 </cell>
22202 </row>
22203 <row>
22204 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22205 \begin_inset Text
22206
22207 \begin_layout Plain Layout
22208
22209 \backslash
22210 diagdown
22211 \end_layout
22212
22213 \end_inset
22214 </cell>
22215 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22216 \begin_inset Text
22217
22218 \begin_layout Plain Layout
22219 \begin_inset Formula $\diagdown$
22220 \end_inset
22221
22222
22223 \end_layout
22224
22225 \end_inset
22226 </cell>
22227 </row>
22228 </lyxtabular>
22229
22230 \end_inset
22231
22232
22233 \end_layout
22234
22235 \begin_layout Standard
22236 \begin_inset VSpace medskip
22237 \end_inset
22238
22239 More symbols are listed in 
22240 \begin_inset CommandInset ref
22241 LatexCommand ref
22242 reference "sub:Miscellaneous-special-Characters"
22243
22244 \end_inset
22245
22246 .
22247 \end_layout
22248
22249 \begin_layout Standard
22250 Some symbols can be displayed in different sizes, see 
22251 \begin_inset CommandInset ref
22252 LatexCommand ref
22253 reference "sub:Font-Sizes"
22254
22255 \end_inset
22256
22257 .
22258 \end_layout
22259
22260 \begin_layout Subsection
22261 The Euro-Symbol €
22262 \begin_inset Index
22263 status collapsed
22264
22265 \begin_layout Plain Layout
22266 Symbols ! Euro-symbol
22267 \end_layout
22268
22269 \end_inset
22270
22271
22272 \begin_inset Index
22273 status collapsed
22274
22275 \begin_layout Plain Layout
22276
22277 \backslash
22278 @
22279 \begin_inset ERT
22280 status collapsed
22281
22282 \begin_layout Plain Layout
22283
22284
22285 \backslash
22286 officialeuro
22287 \end_layout
22288
22289 \end_inset
22290
22291
22292 \end_layout
22293
22294 \end_inset
22295
22296
22297 \end_layout
22298
22299 \begin_layout Standard
22300 To use the Euro symbol in formulas, the LaTeX-package 
22301 \series bold
22302 eurosym
22303 \series default
22304
22305 \begin_inset Index
22306 status collapsed
22307
22308 \begin_layout Plain Layout
22309 Packages ! eurosym
22310 \end_layout
22311
22312 \end_inset
22313
22314  must be installed and loaded with the LaTeX-preamble line
22315 \end_layout
22316
22317 \begin_layout Standard
22318
22319 \series bold
22320
22321 \backslash
22322 usepackage[gennarrow]{eurosym}
22323 \end_layout
22324
22325 \begin_layout Standard
22326 The Euro symbol can now be inserted with the command 
22327 \series bold
22328
22329 \backslash
22330 euro
22331 \series default
22332
22333 \begin_inset Index
22334 status collapsed
22335
22336 \begin_layout Plain Layout
22337 Commands ! E ! 
22338 \backslash
22339 euro
22340 \end_layout
22341
22342 \end_inset
22343
22344 .
22345 \end_layout
22346
22347 \begin_layout Standard
22348 The Euro symbol can directly be inserted with the € key in mathematical
22349  text, without having 
22350 \series bold
22351 eurosym
22352 \series default
22353  installed.
22354  When 
22355 \series bold
22356 eurosym
22357 \series default
22358  is installed, 
22359 \series bold
22360
22361 \backslash
22362 euro
22363 \series default
22364  can also be inserted in TeX-mode.
22365  The official currency symbol can then be inserted with the command 
22366 \series bold
22367
22368 \backslash
22369 officialeuro
22370 \series default
22371
22372 \begin_inset Index
22373 status collapsed
22374
22375 \begin_layout Plain Layout
22376 Commands ! O ! 
22377 \backslash
22378 officialeuro
22379 \end_layout
22380
22381 \end_inset
22382
22383 , that is only available in TeX-mode.
22384 \end_layout
22385
22386 \begin_layout Standard
22387 \begin_inset ERT
22388 status collapsed
22389
22390 \begin_layout Plain Layout
22391
22392
22393 \backslash
22394 ifeurosym 
22395 \end_layout
22396
22397 \end_inset
22398
22399
22400 \begin_inset Note Note
22401 status open
22402
22403 \begin_layout Plain Layout
22404 The following table will only be displayed when the LaTeX-package 
22405 \series bold
22406 eurosym
22407 \series default
22408  is installed.
22409 \end_layout
22410
22411 \end_inset
22412
22413
22414 \end_layout
22415
22416 \begin_layout Standard
22417 An overview about the different Euro symbols:
22418 \end_layout
22419
22420 \begin_layout Standard
22421 \align center
22422 \begin_inset Tabular
22423 <lyxtabular version="3" rows="4" columns="3">
22424 <features>
22425 <column alignment="center" valignment="top" width="0pt">
22426 <column alignment="center" valignment="top" width="0pt">
22427 <column alignment="center" valignment="top" width="0pt">
22428 <row>
22429 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22430 \begin_inset Text
22431
22432 \begin_layout Plain Layout
22433
22434 \end_layout
22435
22436 \end_inset
22437 </cell>
22438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22439 \begin_inset Text
22440
22441 \begin_layout Plain Layout
22442 Command 
22443 \end_layout
22444
22445 \end_inset
22446 </cell>
22447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22448 \begin_inset Text
22449
22450 \begin_layout Plain Layout
22451 Result
22452 \end_layout
22453
22454 \end_inset
22455 </cell>
22456 </row>
22457 <row>
22458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22459 \begin_inset Text
22460
22461 \begin_layout Plain Layout
22462 formula
22463 \end_layout
22464
22465 \end_inset
22466 </cell>
22467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22468 \begin_inset Text
22469
22470 \begin_layout Plain Layout
22471
22472 \backslash
22473 euro
22474 \end_layout
22475
22476 \end_inset
22477 </cell>
22478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22479 \begin_inset Text
22480
22481 \begin_layout Plain Layout
22482 \begin_inset Formula $\euro$
22483 \end_inset
22484
22485
22486 \end_layout
22487
22488 \end_inset
22489 </cell>
22490 </row>
22491 <row>
22492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22493 \begin_inset Text
22494
22495 \begin_layout Plain Layout
22496 mathematical text
22497 \end_layout
22498
22499 \end_inset
22500 </cell>
22501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22502 \begin_inset Text
22503
22504 \begin_layout Plain Layout
22505
22506 \end_layout
22507
22508 \end_inset
22509 </cell>
22510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22511 \begin_inset Text
22512
22513 \begin_layout Plain Layout
22514 \begin_inset Formula $\mbox{€}$
22515 \end_inset
22516
22517
22518 \end_layout
22519
22520 \end_inset
22521 </cell>
22522 </row>
22523 <row>
22524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22525 \begin_inset Text
22526
22527 \begin_layout Plain Layout
22528 TeX-mode
22529 \end_layout
22530
22531 \end_inset
22532 </cell>
22533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22534 \begin_inset Text
22535
22536 \begin_layout Plain Layout
22537
22538 \backslash
22539 officialeuro
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22545 \begin_inset Text
22546
22547 \begin_layout Plain Layout
22548 \begin_inset ERT
22549 status collapsed
22550
22551 \begin_layout Plain Layout
22552
22553
22554 \backslash
22555 officialeuro
22556 \end_layout
22557
22558 \end_inset
22559
22560
22561 \end_layout
22562
22563 \end_inset
22564 </cell>
22565 </row>
22566 </lyxtabular>
22567
22568 \end_inset
22569
22570
22571 \end_layout
22572
22573 \begin_layout Standard
22574 \begin_inset ERT
22575 status collapsed
22576
22577 \begin_layout Plain Layout
22578
22579
22580 \backslash
22581 else 
22582 \end_layout
22583
22584 \end_inset
22585
22586
22587 \begin_inset Note Note
22588 status open
22589
22590 \begin_layout Plain Layout
22591 The following will be displayed when the LaTeX-package 
22592 \series bold
22593 eurosym
22594 \series default
22595  is not installed:
22596 \end_layout
22597
22598 \end_inset
22599
22600
22601 \end_layout
22602
22603 \begin_layout Standard
22604 You need to install the LaTeX-package 
22605 \series bold
22606 eurosym
22607 \series default
22608  to see the rest of this subsection in the output.
22609 \end_layout
22610
22611 \begin_layout Standard
22612 \begin_inset ERT
22613 status collapsed
22614
22615 \begin_layout Plain Layout
22616
22617
22618 \backslash
22619 fi 
22620 \end_layout
22621
22622 \end_inset
22623
22624
22625 \end_layout
22626
22627 \begin_layout Section
22628 Relations
22629 \begin_inset CommandInset label
22630 LatexCommand label
22631 name "sec:Relations"
22632
22633 \end_inset
22634
22635
22636 \begin_inset Index
22637 status collapsed
22638
22639 \begin_layout Plain Layout
22640 Relations
22641 \end_layout
22642
22643 \end_inset
22644
22645
22646 \begin_inset Index
22647 status collapsed
22648
22649 \begin_layout Plain Layout
22650 Comparisons|see
22651 \begin_inset ERT
22652 status collapsed
22653
22654 \begin_layout Plain Layout
22655
22656 {
22657 \end_layout
22658
22659 \end_inset
22660
22661 Relations
22662 \begin_inset ERT
22663 status collapsed
22664
22665 \begin_layout Plain Layout
22666
22667 }
22668 \end_layout
22669
22670 \end_inset
22671
22672
22673 \end_layout
22674
22675 \end_inset
22676
22677
22678 \end_layout
22679
22680 \begin_layout Standard
22681 All relations can also be inserted via the toolbar button 
22682 \begin_inset Graphics
22683         filename ../images/math/leq.png
22684         scale 85
22685
22686 \end_inset
22687
22688 .
22689 \end_layout
22690
22691 \begin_layout Standard
22692 \begin_inset space \hfill{}
22693 \end_inset
22694
22695
22696 \begin_inset Tabular
22697 <lyxtabular version="3" rows="17" columns="2">
22698 <features>
22699 <column alignment="center" valignment="top" width="0pt">
22700 <column alignment="center" valignment="top" width="0pt">
22701 <row>
22702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22703 \begin_inset Text
22704
22705 \begin_layout Plain Layout
22706 Command
22707 \end_layout
22708
22709 \end_inset
22710 </cell>
22711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22712 \begin_inset Text
22713
22714 \begin_layout Plain Layout
22715 Result
22716 \end_layout
22717
22718 \end_inset
22719 </cell>
22720 </row>
22721 <row>
22722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22723 \begin_inset Text
22724
22725 \begin_layout Plain Layout
22726 <
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22732 \begin_inset Text
22733
22734 \begin_layout Plain Layout
22735 \begin_inset Formula $<$
22736 \end_inset
22737
22738
22739 \end_layout
22740
22741 \end_inset
22742 </cell>
22743 </row>
22744 <row>
22745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22746 \begin_inset Text
22747
22748 \begin_layout Plain Layout
22749
22750 \backslash
22751 le
22752 \end_layout
22753
22754 \end_inset
22755 </cell>
22756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22757 \begin_inset Text
22758
22759 \begin_layout Plain Layout
22760 \begin_inset Formula $\le$
22761 \end_inset
22762
22763
22764 \end_layout
22765
22766 \end_inset
22767 </cell>
22768 </row>
22769 <row>
22770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22771 \begin_inset Text
22772
22773 \begin_layout Plain Layout
22774
22775 \backslash
22776 ll
22777 \end_layout
22778
22779 \end_inset
22780 </cell>
22781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22782 \begin_inset Text
22783
22784 \begin_layout Plain Layout
22785 \begin_inset Formula $\ll$
22786 \end_inset
22787
22788
22789 \end_layout
22790
22791 \end_inset
22792 </cell>
22793 </row>
22794 <row>
22795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22796 \begin_inset Text
22797
22798 \begin_layout Plain Layout
22799
22800 \backslash
22801 prec
22802 \end_layout
22803
22804 \end_inset
22805 </cell>
22806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22807 \begin_inset Text
22808
22809 \begin_layout Plain Layout
22810 \begin_inset Formula $\prec$
22811 \end_inset
22812
22813
22814 \end_layout
22815
22816 \end_inset
22817 </cell>
22818 </row>
22819 <row>
22820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22821 \begin_inset Text
22822
22823 \begin_layout Plain Layout
22824
22825 \backslash
22826 preceq
22827 \end_layout
22828
22829 \end_inset
22830 </cell>
22831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22832 \begin_inset Text
22833
22834 \begin_layout Plain Layout
22835 \begin_inset Formula $\preceq$
22836 \end_inset
22837
22838
22839 \end_layout
22840
22841 \end_inset
22842 </cell>
22843 </row>
22844 <row>
22845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22846 \begin_inset Text
22847
22848 \begin_layout Plain Layout
22849
22850 \backslash
22851 subset
22852 \end_layout
22853
22854 \end_inset
22855 </cell>
22856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22857 \begin_inset Text
22858
22859 \begin_layout Plain Layout
22860 \begin_inset Formula $\subset$
22861 \end_inset
22862
22863
22864 \end_layout
22865
22866 \end_inset
22867 </cell>
22868 </row>
22869 <row>
22870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22871 \begin_inset Text
22872
22873 \begin_layout Plain Layout
22874
22875 \backslash
22876 subseteq
22877 \end_layout
22878
22879 \end_inset
22880 </cell>
22881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22882 \begin_inset Text
22883
22884 \begin_layout Plain Layout
22885 \begin_inset Formula $\subseteq$
22886 \end_inset
22887
22888
22889 \end_layout
22890
22891 \end_inset
22892 </cell>
22893 </row>
22894 <row>
22895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22896 \begin_inset Text
22897
22898 \begin_layout Plain Layout
22899
22900 \backslash
22901 sqsubseteq
22902 \end_layout
22903
22904 \end_inset
22905 </cell>
22906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22907 \begin_inset Text
22908
22909 \begin_layout Plain Layout
22910 \begin_inset Formula $\sqsubseteq$
22911 \end_inset
22912
22913
22914 \end_layout
22915
22916 \end_inset
22917 </cell>
22918 </row>
22919 <row>
22920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22921 \begin_inset Text
22922
22923 \begin_layout Plain Layout
22924
22925 \backslash
22926 in
22927 \end_layout
22928
22929 \end_inset
22930 </cell>
22931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22932 \begin_inset Text
22933
22934 \begin_layout Plain Layout
22935 \begin_inset Formula $\in$
22936 \end_inset
22937
22938
22939 \end_layout
22940
22941 \end_inset
22942 </cell>
22943 </row>
22944 <row>
22945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22946 \begin_inset Text
22947
22948 \begin_layout Plain Layout
22949
22950 \backslash
22951 vdash
22952 \end_layout
22953
22954 \end_inset
22955 </cell>
22956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22957 \begin_inset Text
22958
22959 \begin_layout Plain Layout
22960 \begin_inset Formula $\vdash$
22961 \end_inset
22962
22963
22964 \end_layout
22965
22966 \end_inset
22967 </cell>
22968 </row>
22969 <row>
22970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22971 \begin_inset Text
22972
22973 \begin_layout Plain Layout
22974
22975 \backslash
22976 smile
22977 \end_layout
22978
22979 \end_inset
22980 </cell>
22981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22982 \begin_inset Text
22983
22984 \begin_layout Plain Layout
22985 \begin_inset Formula $\smile$
22986 \end_inset
22987
22988
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 \backslash
23001 lhd
23002 \end_layout
23003
23004 \end_inset
23005 </cell>
23006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23007 \begin_inset Text
23008
23009 \begin_layout Plain Layout
23010 \begin_inset Formula $\lhd$
23011 \end_inset
23012
23013
23014 \end_layout
23015
23016 \end_inset
23017 </cell>
23018 </row>
23019 <row>
23020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23021 \begin_inset Text
23022
23023 \begin_layout Plain Layout
23024
23025 \backslash
23026 unlhd
23027 \end_layout
23028
23029 \end_inset
23030 </cell>
23031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23032 \begin_inset Text
23033
23034 \begin_layout Plain Layout
23035 \begin_inset Formula $\unlhd$
23036 \end_inset
23037
23038
23039 \end_layout
23040
23041 \end_inset
23042 </cell>
23043 </row>
23044 <row>
23045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23046 \begin_inset Text
23047
23048 \begin_layout Plain Layout
23049
23050 \backslash
23051 gtrless
23052 \end_layout
23053
23054 \end_inset
23055 </cell>
23056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23057 \begin_inset Text
23058
23059 \begin_layout Plain Layout
23060 \begin_inset Formula $\gtrless$
23061 \end_inset
23062
23063
23064 \end_layout
23065
23066 \end_inset
23067 </cell>
23068 </row>
23069 <row>
23070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23071 \begin_inset Text
23072
23073 \begin_layout Plain Layout
23074
23075 \backslash
23076 mid
23077 \end_layout
23078
23079 \end_inset
23080 </cell>
23081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23082 \begin_inset Text
23083
23084 \begin_layout Plain Layout
23085 \begin_inset Formula $\mid$
23086 \end_inset
23087
23088
23089 \end_layout
23090
23091 \end_inset
23092 </cell>
23093 </row>
23094 <row>
23095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23096 \begin_inset Text
23097
23098 \begin_layout Plain Layout
23099
23100 \backslash
23101 nmid
23102 \end_layout
23103
23104 \end_inset
23105 </cell>
23106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23107 \begin_inset Text
23108
23109 \begin_layout Plain Layout
23110 \begin_inset Formula $\nmid$
23111 \end_inset
23112
23113
23114 \end_layout
23115
23116 \end_inset
23117 </cell>
23118 </row>
23119 </lyxtabular>
23120
23121 \end_inset
23122
23123
23124 \begin_inset space \hfill{}
23125 \end_inset
23126
23127
23128 \begin_inset Tabular
23129 <lyxtabular version="3" rows="17" columns="2">
23130 <features>
23131 <column alignment="center" valignment="top" width="0pt">
23132 <column alignment="center" valignment="top" width="0pt">
23133 <row>
23134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23135 \begin_inset Text
23136
23137 \begin_layout Plain Layout
23138 Command
23139 \end_layout
23140
23141 \end_inset
23142 </cell>
23143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23144 \begin_inset Text
23145
23146 \begin_layout Plain Layout
23147 Result
23148 \end_layout
23149
23150 \end_inset
23151 </cell>
23152 </row>
23153 <row>
23154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23155 \begin_inset Text
23156
23157 \begin_layout Plain Layout
23158 =
23159 \end_layout
23160
23161 \end_inset
23162 </cell>
23163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23164 \begin_inset Text
23165
23166 \begin_layout Plain Layout
23167 \begin_inset Formula $=$
23168 \end_inset
23169
23170
23171 \end_layout
23172
23173 \end_inset
23174 </cell>
23175 </row>
23176 <row>
23177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23178 \begin_inset Text
23179
23180 \begin_layout Plain Layout
23181
23182 \backslash
23183 not=
23184 \end_layout
23185
23186 \end_inset
23187 </cell>
23188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23189 \begin_inset Text
23190
23191 \begin_layout Plain Layout
23192 \begin_inset Formula $\not=$
23193 \end_inset
23194
23195
23196 \end_layout
23197
23198 \end_inset
23199 </cell>
23200 </row>
23201 <row>
23202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23203 \begin_inset Text
23204
23205 \begin_layout Plain Layout
23206
23207 \backslash
23208 equiv
23209 \end_layout
23210
23211 \end_inset
23212 </cell>
23213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23214 \begin_inset Text
23215
23216 \begin_layout Plain Layout
23217 \begin_inset Formula $\equiv$
23218 \end_inset
23219
23220
23221 \end_layout
23222
23223 \end_inset
23224 </cell>
23225 </row>
23226 <row>
23227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23228 \begin_inset Text
23229
23230 \begin_layout Plain Layout
23231
23232 \backslash
23233 sim
23234 \end_layout
23235
23236 \end_inset
23237 </cell>
23238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23239 \begin_inset Text
23240
23241 \begin_layout Plain Layout
23242 \begin_inset Formula $\sim$
23243 \end_inset
23244
23245
23246 \end_layout
23247
23248 \end_inset
23249 </cell>
23250 </row>
23251 <row>
23252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23253 \begin_inset Text
23254
23255 \begin_layout Plain Layout
23256
23257 \backslash
23258 simeq
23259 \end_layout
23260
23261 \end_inset
23262 </cell>
23263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23264 \begin_inset Text
23265
23266 \begin_layout Plain Layout
23267 \begin_inset Formula $\simeq$
23268 \end_inset
23269
23270
23271 \end_layout
23272
23273 \end_inset
23274 </cell>
23275 </row>
23276 <row>
23277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23278 \begin_inset Text
23279
23280 \begin_layout Plain Layout
23281
23282 \backslash
23283 approx
23284 \end_layout
23285
23286 \end_inset
23287 </cell>
23288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23289 \begin_inset Text
23290
23291 \begin_layout Plain Layout
23292 \begin_inset Formula $\approx$
23293 \end_inset
23294
23295
23296 \end_layout
23297
23298 \end_inset
23299 </cell>
23300 </row>
23301 <row>
23302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23303 \begin_inset Text
23304
23305 \begin_layout Plain Layout
23306
23307 \backslash
23308 cong
23309 \end_layout
23310
23311 \end_inset
23312 </cell>
23313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23314 \begin_inset Text
23315
23316 \begin_layout Plain Layout
23317 \begin_inset Formula $\cong$
23318 \end_inset
23319
23320
23321 \end_layout
23322
23323 \end_inset
23324 </cell>
23325 </row>
23326 <row>
23327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23328 \begin_inset Text
23329
23330 \begin_layout Plain Layout
23331
23332 \backslash
23333 bowtie
23334 \end_layout
23335
23336 \end_inset
23337 </cell>
23338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23339 \begin_inset Text
23340
23341 \begin_layout Plain Layout
23342 \begin_inset Formula $\bowtie$
23343 \end_inset
23344
23345
23346 \end_layout
23347
23348 \end_inset
23349 </cell>
23350 </row>
23351 <row>
23352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23353 \begin_inset Text
23354
23355 \begin_layout Plain Layout
23356
23357 \backslash
23358 notin
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23364 \begin_inset Text
23365
23366 \begin_layout Plain Layout
23367 \begin_inset Formula $\notin$
23368 \end_inset
23369
23370
23371 \end_layout
23372
23373 \end_inset
23374 </cell>
23375 </row>
23376 <row>
23377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23378 \begin_inset Text
23379
23380 \begin_layout Plain Layout
23381
23382 \backslash
23383 perp
23384 \end_layout
23385
23386 \end_inset
23387 </cell>
23388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23389 \begin_inset Text
23390
23391 \begin_layout Plain Layout
23392 \begin_inset Formula $\perp$
23393 \end_inset
23394
23395
23396 \end_layout
23397
23398 \end_inset
23399 </cell>
23400 </row>
23401 <row>
23402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23403 \begin_inset Text
23404
23405 \begin_layout Plain Layout
23406
23407 \backslash
23408 propto
23409 \end_layout
23410
23411 \end_inset
23412 </cell>
23413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417 \begin_inset Formula $\propto$
23418 \end_inset
23419
23420
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 \backslash
23433 asymp
23434 \end_layout
23435
23436 \end_inset
23437 </cell>
23438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23439 \begin_inset Text
23440
23441 \begin_layout Plain Layout
23442 \begin_inset Formula $\asymp$
23443 \end_inset
23444
23445
23446 \end_layout
23447
23448 \end_inset
23449 </cell>
23450 </row>
23451 <row>
23452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23453 \begin_inset Text
23454
23455 \begin_layout Plain Layout
23456
23457 \backslash
23458 doteq
23459 \end_layout
23460
23461 \end_inset
23462 </cell>
23463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23464 \begin_inset Text
23465
23466 \begin_layout Plain Layout
23467 \begin_inset Formula $\doteq$
23468 \end_inset
23469
23470
23471 \end_layout
23472
23473 \end_inset
23474 </cell>
23475 </row>
23476 <row>
23477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23478 \begin_inset Text
23479
23480 \begin_layout Plain Layout
23481
23482 \backslash
23483 circeq
23484 \end_layout
23485
23486 \end_inset
23487 </cell>
23488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492 \begin_inset Formula $\circeq$
23493 \end_inset
23494
23495
23496 \end_layout
23497
23498 \end_inset
23499 </cell>
23500 </row>
23501 <row>
23502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23503 \begin_inset Text
23504
23505 \begin_layout Plain Layout
23506
23507 \backslash
23508 models
23509 \end_layout
23510
23511 \end_inset
23512 </cell>
23513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517 \begin_inset Formula $\models$
23518 \end_inset
23519
23520
23521 \end_layout
23522
23523 \end_inset
23524 </cell>
23525 </row>
23526 <row>
23527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23528 \begin_inset Text
23529
23530 \begin_layout Plain Layout
23531
23532 \backslash
23533 widehat=
23534 \end_layout
23535
23536 \end_inset
23537 </cell>
23538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23539 \begin_inset Text
23540
23541 \begin_layout Plain Layout
23542 \begin_inset Formula $\widehat{=}$
23543 \end_inset
23544
23545
23546 \end_layout
23547
23548 \end_inset
23549 </cell>
23550 </row>
23551 </lyxtabular>
23552
23553 \end_inset
23554
23555
23556 \begin_inset space \hfill{}
23557 \end_inset
23558
23559
23560 \begin_inset Tabular
23561 <lyxtabular version="3" rows="17" columns="2">
23562 <features>
23563 <column alignment="center" valignment="top" width="0pt">
23564 <column alignment="center" valignment="top" width="0pt">
23565 <row>
23566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23567 \begin_inset Text
23568
23569 \begin_layout Plain Layout
23570 Command
23571 \end_layout
23572
23573 \end_inset
23574 </cell>
23575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23576 \begin_inset Text
23577
23578 \begin_layout Plain Layout
23579 Result
23580 \end_layout
23581
23582 \end_inset
23583 </cell>
23584 </row>
23585 <row>
23586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23587 \begin_inset Text
23588
23589 \begin_layout Plain Layout
23590 >
23591 \end_layout
23592
23593 \end_inset
23594 </cell>
23595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23596 \begin_inset Text
23597
23598 \begin_layout Plain Layout
23599 \begin_inset Formula $>$
23600 \end_inset
23601
23602
23603 \end_layout
23604
23605 \end_inset
23606 </cell>
23607 </row>
23608 <row>
23609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23610 \begin_inset Text
23611
23612 \begin_layout Plain Layout
23613
23614 \backslash
23615 ge
23616 \end_layout
23617
23618 \end_inset
23619 </cell>
23620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23621 \begin_inset Text
23622
23623 \begin_layout Plain Layout
23624 \begin_inset Formula $\ge$
23625 \end_inset
23626
23627
23628 \end_layout
23629
23630 \end_inset
23631 </cell>
23632 </row>
23633 <row>
23634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23635 \begin_inset Text
23636
23637 \begin_layout Plain Layout
23638
23639 \backslash
23640 gg
23641 \end_layout
23642
23643 \end_inset
23644 </cell>
23645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23646 \begin_inset Text
23647
23648 \begin_layout Plain Layout
23649 \begin_inset Formula $\gg$
23650 \end_inset
23651
23652
23653 \end_layout
23654
23655 \end_inset
23656 </cell>
23657 </row>
23658 <row>
23659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23660 \begin_inset Text
23661
23662 \begin_layout Plain Layout
23663
23664 \backslash
23665 succ
23666 \end_layout
23667
23668 \end_inset
23669 </cell>
23670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23671 \begin_inset Text
23672
23673 \begin_layout Plain Layout
23674 \begin_inset Formula $\succ$
23675 \end_inset
23676
23677
23678 \end_layout
23679
23680 \end_inset
23681 </cell>
23682 </row>
23683 <row>
23684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23685 \begin_inset Text
23686
23687 \begin_layout Plain Layout
23688
23689 \backslash
23690 succeq
23691 \end_layout
23692
23693 \end_inset
23694 </cell>
23695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23696 \begin_inset Text
23697
23698 \begin_layout Plain Layout
23699 \begin_inset Formula $\succeq$
23700 \end_inset
23701
23702
23703 \end_layout
23704
23705 \end_inset
23706 </cell>
23707 </row>
23708 <row>
23709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23710 \begin_inset Text
23711
23712 \begin_layout Plain Layout
23713
23714 \backslash
23715 supset
23716 \end_layout
23717
23718 \end_inset
23719 </cell>
23720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23721 \begin_inset Text
23722
23723 \begin_layout Plain Layout
23724 \begin_inset Formula $\supset$
23725 \end_inset
23726
23727
23728 \end_layout
23729
23730 \end_inset
23731 </cell>
23732 </row>
23733 <row>
23734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23735 \begin_inset Text
23736
23737 \begin_layout Plain Layout
23738
23739 \backslash
23740 supseteq
23741 \end_layout
23742
23743 \end_inset
23744 </cell>
23745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23746 \begin_inset Text
23747
23748 \begin_layout Plain Layout
23749 \begin_inset Formula $\supseteq$
23750 \end_inset
23751
23752
23753 \end_layout
23754
23755 \end_inset
23756 </cell>
23757 </row>
23758 <row>
23759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23760 \begin_inset Text
23761
23762 \begin_layout Plain Layout
23763
23764 \backslash
23765 sqsupseteq
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23771 \begin_inset Text
23772
23773 \begin_layout Plain Layout
23774 \begin_inset Formula $\sqsupseteq$
23775 \end_inset
23776
23777
23778 \end_layout
23779
23780 \end_inset
23781 </cell>
23782 </row>
23783 <row>
23784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23785 \begin_inset Text
23786
23787 \begin_layout Plain Layout
23788
23789 \backslash
23790 ni
23791 \end_layout
23792
23793 \end_inset
23794 </cell>
23795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23796 \begin_inset Text
23797
23798 \begin_layout Plain Layout
23799 \begin_inset Formula $\ni$
23800 \end_inset
23801
23802
23803 \end_layout
23804
23805 \end_inset
23806 </cell>
23807 </row>
23808 <row>
23809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23810 \begin_inset Text
23811
23812 \begin_layout Plain Layout
23813
23814 \backslash
23815 dashv
23816 \end_layout
23817
23818 \end_inset
23819 </cell>
23820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23821 \begin_inset Text
23822
23823 \begin_layout Plain Layout
23824 \begin_inset Formula $\dashv$
23825 \end_inset
23826
23827
23828 \end_layout
23829
23830 \end_inset
23831 </cell>
23832 </row>
23833 <row>
23834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23835 \begin_inset Text
23836
23837 \begin_layout Plain Layout
23838
23839 \backslash
23840 frown
23841 \end_layout
23842
23843 \end_inset
23844 </cell>
23845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23846 \begin_inset Text
23847
23848 \begin_layout Plain Layout
23849 \begin_inset Formula $\frown$
23850 \end_inset
23851
23852
23853 \end_layout
23854
23855 \end_inset
23856 </cell>
23857 </row>
23858 <row>
23859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23860 \begin_inset Text
23861
23862 \begin_layout Plain Layout
23863
23864 \backslash
23865 rhd
23866 \end_layout
23867
23868 \end_inset
23869 </cell>
23870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23871 \begin_inset Text
23872
23873 \begin_layout Plain Layout
23874 \begin_inset Formula $\rhd$
23875 \end_inset
23876
23877
23878 \end_layout
23879
23880 \end_inset
23881 </cell>
23882 </row>
23883 <row>
23884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23885 \begin_inset Text
23886
23887 \begin_layout Plain Layout
23888
23889 \backslash
23890 unrhd
23891 \end_layout
23892
23893 \end_inset
23894 </cell>
23895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23896 \begin_inset Text
23897
23898 \begin_layout Plain Layout
23899 \begin_inset Formula $\unrhd$
23900 \end_inset
23901
23902
23903 \end_layout
23904
23905 \end_inset
23906 </cell>
23907 </row>
23908 <row>
23909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23910 \begin_inset Text
23911
23912 \begin_layout Plain Layout
23913
23914 \backslash
23915 lessgtr
23916 \end_layout
23917
23918 \end_inset
23919 </cell>
23920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23921 \begin_inset Text
23922
23923 \begin_layout Plain Layout
23924 \begin_inset Formula $\lessgtr$
23925 \end_inset
23926
23927
23928 \end_layout
23929
23930 \end_inset
23931 </cell>
23932 </row>
23933 <row>
23934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23935 \begin_inset Text
23936
23937 \begin_layout Plain Layout
23938
23939 \backslash
23940 parallel
23941 \end_layout
23942
23943 \end_inset
23944 </cell>
23945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23946 \begin_inset Text
23947
23948 \begin_layout Plain Layout
23949 \begin_inset Formula $\parallel$
23950 \end_inset
23951
23952
23953 \end_layout
23954
23955 \end_inset
23956 </cell>
23957 </row>
23958 <row>
23959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23960 \begin_inset Text
23961
23962 \begin_layout Plain Layout
23963
23964 \backslash
23965 nparallel
23966 \end_layout
23967
23968 \end_inset
23969 </cell>
23970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23971 \begin_inset Text
23972
23973 \begin_layout Plain Layout
23974 \begin_inset Formula $\nparallel$
23975 \end_inset
23976
23977
23978 \end_layout
23979
23980 \end_inset
23981 </cell>
23982 </row>
23983 </lyxtabular>
23984
23985 \end_inset
23986
23987
23988 \begin_inset space \hfill{}
23989 \end_inset
23990
23991
23992 \end_layout
23993
23994 \begin_layout Standard
23995 \begin_inset VSpace medskip
23996 \end_inset
23997
23998 The characters 
23999 \series bold
24000
24001 \backslash
24002 lhd
24003 \series default
24004  and 
24005 \series bold
24006
24007 \backslash
24008 rhd
24009 \series default
24010  are bigger than the equal looking operators 
24011 \series bold
24012
24013 \backslash
24014 triangleleft
24015 \series default
24016  and 
24017 \series bold
24018
24019 \backslash
24020 triangleright
24021 \series default
24022 , respectively.
24023 \end_layout
24024
24025 \begin_layout Standard
24026 Relations are, in contrary to symbols, always surrounded by space.
24027 \end_layout
24028
24029 \begin_layout Standard
24030 Relations with labels can be created with the command 
24031 \series bold
24032
24033 \backslash
24034 stackrel
24035 \series default
24036
24037 \begin_inset Index
24038 status collapsed
24039
24040 \begin_layout Plain Layout
24041 Commands ! S ! 
24042 \backslash
24043 stackrel
24044 \end_layout
24045
24046 \end_inset
24047
24048 :
24049 \end_layout
24050
24051 \begin_layout Standard
24052 \align center
24053 \begin_inset Tabular
24054 <lyxtabular version="3" rows="2" columns="2">
24055 <features>
24056 <column alignment="center" valignment="top" width="0">
24057 <column alignment="center" valignment="top" width="0">
24058 <row>
24059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24060 \begin_inset Text
24061
24062 \begin_layout Plain Layout
24063 Command
24064 \end_layout
24065
24066 \end_inset
24067 </cell>
24068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24069 \begin_inset Text
24070
24071 \begin_layout Plain Layout
24072 Result
24073 \begin_inset Note Note
24074 status collapsed
24075
24076 \begin_layout Plain Layout
24077
24078 \series bold
24079
24080 \backslash
24081 raisebox
24082 \series default
24083  is only used as spacer.
24084 \end_layout
24085
24086 \end_inset
24087
24088
24089 \end_layout
24090
24091 \end_inset
24092 </cell>
24093 </row>
24094 <row>
24095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24096 \begin_inset Text
24097
24098 \begin_layout Plain Layout
24099 A(r)
24100 \backslash
24101 stackrel
24102 \begin_inset ERT
24103 status collapsed
24104
24105 \begin_layout Plain Layout
24106
24107
24108 \backslash
24109 spce 
24110 \end_layout
24111
24112 \end_inset
24113
24114 r
24115 \backslash
24116 to
24117 \backslash
24118 infty
24119 \begin_inset ERT
24120 status collapsed
24121
24122 \begin_layout Plain Layout
24123
24124
24125 \backslash
24126 spce 
24127 \end_layout
24128
24129 \end_inset
24130
24131
24132 \begin_inset Formula $\downarrow$
24133 \end_inset
24134
24135
24136 \backslash
24137 approx
24138 \begin_inset ERT
24139 status collapsed
24140
24141 \begin_layout Plain Layout
24142
24143
24144 \backslash
24145 spce 
24146 \end_layout
24147
24148 \end_inset
24149
24150
24151 \begin_inset ERT
24152 status collapsed
24153
24154 \begin_layout Plain Layout
24155
24156
24157 \backslash
24158 spce 
24159 \end_layout
24160
24161 \end_inset
24162
24163 B
24164 \end_layout
24165
24166 \end_inset
24167 </cell>
24168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24169 \begin_inset Text
24170
24171 \begin_layout Plain Layout
24172 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24173 \end_inset
24174
24175
24176 \end_layout
24177
24178 \end_inset
24179 </cell>
24180 </row>
24181 </lyxtabular>
24182
24183 \end_inset
24184
24185
24186 \end_layout
24187
24188 \begin_layout Section
24189 Functions
24190 \end_layout
24191
24192 \begin_layout Subsection
24193 Predefined Functions
24194 \begin_inset CommandInset label
24195 LatexCommand label
24196 name "sub:Predefined-Functions"
24197
24198 \end_inset
24199
24200
24201 \begin_inset Index
24202 status collapsed
24203
24204 \begin_layout Plain Layout
24205 Functions ! predefined
24206 \end_layout
24207
24208 \end_inset
24209
24210
24211 \end_layout
24212
24213 \begin_layout Standard
24214 In general, variables are set 
24215 \emph on
24216 italic
24217 \emph default
24218  in mathematical expressions, but not function names, because 
24219 \begin_inset Formula $sin$
24220 \end_inset
24221
24222  could be misunderstood as 
24223 \begin_inset Formula $s\cdot i\cdot n$
24224 \end_inset
24225
24226 .
24227  Therefore there are predefined functions, that are additionally a bit separated
24228  from prefactors.
24229  They are inserted as commands starting with a backslash before their name.
24230 \end_layout
24231
24232 \begin_layout Standard
24233 \align center
24234 \begin_inset Tabular
24235 <lyxtabular version="3" rows="2" columns="4">
24236 <features>
24237 <column alignment="center" valignment="top" width="0pt">
24238 <column alignment="center" valignment="top" width="0pt">
24239 <column alignment="center" valignment="top" width="0pt">
24240 <column alignment="center" valignment="top" width="0pt">
24241 <row>
24242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24243 \begin_inset Text
24244
24245 \begin_layout Plain Layout
24246 Command
24247 \end_layout
24248
24249 \end_inset
24250 </cell>
24251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24252 \begin_inset Text
24253
24254 \begin_layout Plain Layout
24255 Result
24256 \end_layout
24257
24258 \end_inset
24259 </cell>
24260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24261 \begin_inset Text
24262
24263 \begin_layout Plain Layout
24264 Command
24265 \end_layout
24266
24267 \end_inset
24268 </cell>
24269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24270 \begin_inset Text
24271
24272 \begin_layout Plain Layout
24273 Result
24274 \end_layout
24275
24276 \end_inset
24277 </cell>
24278 </row>
24279 <row>
24280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24281 \begin_inset Text
24282
24283 \begin_layout Plain Layout
24284 Asin(x)+B
24285 \end_layout
24286
24287 \end_inset
24288 </cell>
24289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24290 \begin_inset Text
24291
24292 \begin_layout Plain Layout
24293 \begin_inset Formula $Asin(x)+B$
24294 \end_inset
24295
24296
24297 \end_layout
24298
24299 \end_inset
24300 </cell>
24301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24302 \begin_inset Text
24303
24304 \begin_layout Plain Layout
24305 A
24306 \backslash
24307 sin(x)+B
24308 \end_layout
24309
24310 \end_inset
24311 </cell>
24312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24313 \begin_inset Text
24314
24315 \begin_layout Plain Layout
24316 \begin_inset Formula $A\sin(x)+B$
24317 \end_inset
24318
24319
24320 \end_layout
24321
24322 \end_inset
24323 </cell>
24324 </row>
24325 </lyxtabular>
24326
24327 \end_inset
24328
24329
24330 \end_layout
24331
24332 \begin_layout Standard
24333 The following functions are predefined:
24334 \end_layout
24335
24336 \begin_layout Standard
24337 \begin_inset VSpace -2mm
24338 \end_inset
24339
24340
24341 \end_layout
24342
24343 \begin_layout Standard
24344 \align center
24345 \begin_inset Tabular
24346 <lyxtabular version="3" rows="9" columns="4">
24347 <features>
24348 <column alignment="center" valignment="top" width="0pt">
24349 <column alignment="center" valignment="top" width="0pt">
24350 <column alignment="center" valignment="top" width="0pt">
24351 <column alignment="center" valignment="top" width="0pt">
24352 <row>
24353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24354 \begin_inset Text
24355
24356 \begin_layout Plain Layout
24357 Command
24358 \end_layout
24359
24360 \end_inset
24361 </cell>
24362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24363 \begin_inset Text
24364
24365 \begin_layout Plain Layout
24366 Command
24367 \end_layout
24368
24369 \end_inset
24370 </cell>
24371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24372 \begin_inset Text
24373
24374 \begin_layout Plain Layout
24375 Command
24376 \end_layout
24377
24378 \end_inset
24379 </cell>
24380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24381 \begin_inset Text
24382
24383 \begin_layout Plain Layout
24384 Command
24385 \end_layout
24386
24387 \end_inset
24388 </cell>
24389 </row>
24390 <row>
24391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24392 \begin_inset Text
24393
24394 \begin_layout Plain Layout
24395
24396 \backslash
24397 sin
24398 \end_layout
24399
24400 \end_inset
24401 </cell>
24402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24403 \begin_inset Text
24404
24405 \begin_layout Plain Layout
24406
24407 \backslash
24408 sinh
24409 \end_layout
24410
24411 \end_inset
24412 </cell>
24413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24414 \begin_inset Text
24415
24416 \begin_layout Plain Layout
24417
24418 \backslash
24419 arcsin
24420 \end_layout
24421
24422 \end_inset
24423 </cell>
24424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24425 \begin_inset Text
24426
24427 \begin_layout Plain Layout
24428
24429 \backslash
24430 sup
24431 \end_layout
24432
24433 \end_inset
24434 </cell>
24435 </row>
24436 <row>
24437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24438 \begin_inset Text
24439
24440 \begin_layout Plain Layout
24441
24442 \backslash
24443 cos
24444 \end_layout
24445
24446 \end_inset
24447 </cell>
24448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24449 \begin_inset Text
24450
24451 \begin_layout Plain Layout
24452
24453 \backslash
24454 cosh
24455 \end_layout
24456
24457 \end_inset
24458 </cell>
24459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24460 \begin_inset Text
24461
24462 \begin_layout Plain Layout
24463
24464 \backslash
24465 arccos
24466 \end_layout
24467
24468 \end_inset
24469 </cell>
24470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24471 \begin_inset Text
24472
24473 \begin_layout Plain Layout
24474
24475 \backslash
24476 inf
24477 \end_layout
24478
24479 \end_inset
24480 </cell>
24481 </row>
24482 <row>
24483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24484 \begin_inset Text
24485
24486 \begin_layout Plain Layout
24487
24488 \backslash
24489 tan
24490 \end_layout
24491
24492 \end_inset
24493 </cell>
24494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24495 \begin_inset Text
24496
24497 \begin_layout Plain Layout
24498
24499 \backslash
24500 tanh
24501 \end_layout
24502
24503 \end_inset
24504 </cell>
24505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24506 \begin_inset Text
24507
24508 \begin_layout Plain Layout
24509
24510 \backslash
24511 arctan
24512 \end_layout
24513
24514 \end_inset
24515 </cell>
24516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24517 \begin_inset Text
24518
24519 \begin_layout Plain Layout
24520
24521 \backslash
24522 lim
24523 \end_layout
24524
24525 \end_inset
24526 </cell>
24527 </row>
24528 <row>
24529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24530 \begin_inset Text
24531
24532 \begin_layout Plain Layout
24533
24534 \backslash
24535 cot
24536 \end_layout
24537
24538 \end_inset
24539 </cell>
24540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24541 \begin_inset Text
24542
24543 \begin_layout Plain Layout
24544
24545 \backslash
24546 coth
24547 \end_layout
24548
24549 \end_inset
24550 </cell>
24551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24552 \begin_inset Text
24553
24554 \begin_layout Plain Layout
24555
24556 \backslash
24557 arg
24558 \end_layout
24559
24560 \end_inset
24561 </cell>
24562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24563 \begin_inset Text
24564
24565 \begin_layout Plain Layout
24566
24567 \backslash
24568 liminf
24569 \end_layout
24570
24571 \end_inset
24572 </cell>
24573 </row>
24574 <row>
24575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24576 \begin_inset Text
24577
24578 \begin_layout Plain Layout
24579
24580 \backslash
24581 sec
24582 \end_layout
24583
24584 \end_inset
24585 </cell>
24586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24587 \begin_inset Text
24588
24589 \begin_layout Plain Layout
24590
24591 \backslash
24592 min
24593 \end_layout
24594
24595 \end_inset
24596 </cell>
24597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24598 \begin_inset Text
24599
24600 \begin_layout Plain Layout
24601
24602 \backslash
24603 deg
24604 \end_layout
24605
24606 \end_inset
24607 </cell>
24608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24609 \begin_inset Text
24610
24611 \begin_layout Plain Layout
24612
24613 \backslash
24614 limsup
24615 \end_layout
24616
24617 \end_inset
24618 </cell>
24619 </row>
24620 <row>
24621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24622 \begin_inset Text
24623
24624 \begin_layout Plain Layout
24625
24626 \backslash
24627 csc
24628 \end_layout
24629
24630 \end_inset
24631 </cell>
24632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24633 \begin_inset Text
24634
24635 \begin_layout Plain Layout
24636
24637 \backslash
24638 max
24639 \end_layout
24640
24641 \end_inset
24642 </cell>
24643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24644 \begin_inset Text
24645
24646 \begin_layout Plain Layout
24647
24648 \backslash
24649 det
24650 \end_layout
24651
24652 \end_inset
24653 </cell>
24654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24655 \begin_inset Text
24656
24657 \begin_layout Plain Layout
24658
24659 \backslash
24660 Pr
24661 \end_layout
24662
24663 \end_inset
24664 </cell>
24665 </row>
24666 <row>
24667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24668 \begin_inset Text
24669
24670 \begin_layout Plain Layout
24671
24672 \backslash
24673 ln
24674 \end_layout
24675
24676 \end_inset
24677 </cell>
24678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24679 \begin_inset Text
24680
24681 \begin_layout Plain Layout
24682
24683 \backslash
24684 exp
24685 \end_layout
24686
24687 \end_inset
24688 </cell>
24689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24690 \begin_inset Text
24691
24692 \begin_layout Plain Layout
24693
24694 \backslash
24695 dim
24696 \end_layout
24697
24698 \end_inset
24699 </cell>
24700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24701 \begin_inset Text
24702
24703 \begin_layout Plain Layout
24704
24705 \backslash
24706 hom
24707 \end_layout
24708
24709 \end_inset
24710 </cell>
24711 </row>
24712 <row>
24713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24714 \begin_inset Text
24715
24716 \begin_layout Plain Layout
24717
24718 \backslash
24719 lg
24720 \end_layout
24721
24722 \end_inset
24723 </cell>
24724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24725 \begin_inset Text
24726
24727 \begin_layout Plain Layout
24728
24729 \backslash
24730 log
24731 \end_layout
24732
24733 \end_inset
24734 </cell>
24735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24736 \begin_inset Text
24737
24738 \begin_layout Plain Layout
24739
24740 \backslash
24741 ker
24742 \end_layout
24743
24744 \end_inset
24745 </cell>
24746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24747 \begin_inset Text
24748
24749 \begin_layout Plain Layout
24750
24751 \backslash
24752 gcd
24753 \end_layout
24754
24755 \end_inset
24756 </cell>
24757 </row>
24758 </lyxtabular>
24759
24760 \end_inset
24761
24762
24763 \end_layout
24764
24765 \begin_layout Standard
24766 They can also be inserted with the math toolbar button 
24767 \begin_inset Graphics
24768         filename ../images/math/functions.png
24769         scale 85
24770
24771 \end_inset
24772
24773 .
24774 \end_layout
24775
24776 \begin_layout Subsection
24777 Self-defined Functions
24778 \begin_inset Index
24779 status collapsed
24780
24781 \begin_layout Plain Layout
24782 Functions ! self-defined
24783 \end_layout
24784
24785 \end_inset
24786
24787
24788 \end_layout
24789
24790 \begin_layout Standard
24791 To use a function that is not predefined, like for example the sign function
24792  sgn(x), there are two possibilities:
24793 \end_layout
24794
24795 \begin_layout Itemize
24796 Define the function by inserting the following line to the LaTeX-preamble
24797 \begin_inset Foot
24798 status collapsed
24799
24800 \begin_layout Plain Layout
24801 For more about 
24802 \series bold
24803
24804 \backslash
24805 DeclareMathOperator
24806 \series default
24807  see 
24808 \begin_inset CommandInset ref
24809 LatexCommand ref
24810 reference "sub:Self-defined-Operators"
24811
24812 \end_inset
24813
24814 .
24815 \end_layout
24816
24817 \end_inset
24818
24819
24820 \begin_inset Newline newline
24821 \end_inset
24822
24823
24824 \begin_inset VSpace -3mm
24825 \end_inset
24826
24827
24828 \begin_inset Newline newline
24829 \end_inset
24830
24831
24832 \series bold
24833
24834 \backslash
24835 DeclareMathOperator{
24836 \backslash
24837 sgn}{sgn}
24838 \series default
24839
24840 \begin_inset Index
24841 status collapsed
24842
24843 \begin_layout Plain Layout
24844 Commands ! D ! 
24845 \backslash
24846 dbinom@
24847 \backslash
24848 DeclareMathOperator
24849 \end_layout
24850
24851 \end_inset
24852
24853
24854 \begin_inset Newline newline
24855 \end_inset
24856
24857
24858 \begin_inset VSpace -2mm
24859 \end_inset
24860
24861
24862 \begin_inset Newline newline
24863 \end_inset
24864
24865 Now the new defined function can be called with the command 
24866 \series bold
24867
24868 \backslash
24869 sgn
24870 \series default
24871 .
24872 \end_layout
24873
24874 \begin_layout Itemize
24875 Write the the formula as usual, mark the formula name, in our example the
24876  letters 
24877 \emph on
24878 sgn
24879 \emph default
24880 , and change it to mathematical text.
24881  At last a space is inserted between prefactor and function.
24882 \end_layout
24883
24884 \begin_layout Standard
24885 The result is the same with both methods as with a predefined function
24886 \begin_inset Foot
24887 status collapsed
24888
24889 \begin_layout Plain Layout
24890 In LyX self-defined functions are displayed red, predefined ones black.
24891 \end_layout
24892
24893 \end_inset
24894
24895 :
24896 \end_layout
24897
24898 \begin_layout Standard
24899 \align center
24900 \begin_inset Tabular
24901 <lyxtabular version="3" rows="3" columns="2">
24902 <features>
24903 <column alignment="center" valignment="top" width="0pt">
24904 <column alignment="center" valignment="top" width="0pt">
24905 <row>
24906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24907 \begin_inset Text
24908
24909 \begin_layout Plain Layout
24910 Command
24911 \end_layout
24912
24913 \end_inset
24914 </cell>
24915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24916 \begin_inset Text
24917
24918 \begin_layout Plain Layout
24919 Result
24920 \end_layout
24921
24922 \end_inset
24923 </cell>
24924 </row>
24925 <row>
24926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24927 \begin_inset Text
24928
24929 \begin_layout Plain Layout
24930 A
24931 \backslash
24932 sgn(x)+B
24933 \end_layout
24934
24935 \end_inset
24936 </cell>
24937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24938 \begin_inset Text
24939
24940 \begin_layout Plain Layout
24941 \begin_inset Formula $A\sgn(x)+B$
24942 \end_inset
24943
24944
24945 \end_layout
24946
24947 \end_inset
24948 </cell>
24949 </row>
24950 <row>
24951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24952 \begin_inset Text
24953
24954 \begin_layout Plain Layout
24955 A
24956 \backslash
24957 ,
24958 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24959 \end_inset
24960
24961 (x)+B
24962 \end_layout
24963
24964 \end_inset
24965 </cell>
24966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24967 \begin_inset Text
24968
24969 \begin_layout Plain Layout
24970 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24971 \end_inset
24972
24973
24974 \end_layout
24975
24976 \end_inset
24977 </cell>
24978 </row>
24979 </lyxtabular>
24980
24981 \end_inset
24982
24983
24984 \end_layout
24985
24986 \begin_layout Standard
24987 The first method is more suitable when the self-defined function should
24988  be used several times.
24989 \end_layout
24990
24991 \begin_layout Subsection
24992 Limits
24993 \begin_inset Index
24994 status collapsed
24995
24996 \begin_layout Plain Layout
24997 Limits
24998 \end_layout
24999
25000 \end_inset
25001
25002
25003 \end_layout
25004
25005 \begin_layout Standard
25006 For limits there are defined besides 
25007 \series bold
25008
25009 \backslash
25010 lim
25011 \series default
25012
25013 \begin_inset Index
25014 status collapsed
25015
25016 \begin_layout Plain Layout
25017 Commands ! L ! 
25018 \backslash
25019 lim
25020 \end_layout
25021
25022 \end_inset
25023
25024
25025 \series bold
25026
25027 \backslash
25028 liminf
25029 \series default
25030  and 
25031 \series bold
25032
25033 \backslash
25034 limsup
25035 \series default
25036  furthermore the following functions:
25037 \end_layout
25038
25039 \begin_layout Standard
25040 \align center
25041 \begin_inset Tabular
25042 <lyxtabular version="3" rows="5" columns="2">
25043 <features>
25044 <column alignment="center" valignment="top" width="0">
25045 <column alignment="center" valignment="top" width="0">
25046 <row>
25047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25048 \begin_inset Text
25049
25050 \begin_layout Plain Layout
25051 Command
25052 \end_layout
25053
25054 \end_inset
25055 </cell>
25056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25057 \begin_inset Text
25058
25059 \begin_layout Plain Layout
25060 Result
25061 \begin_inset Note Note
25062 status collapsed
25063
25064 \begin_layout Plain Layout
25065
25066 \series bold
25067
25068 \backslash
25069 raisebox
25070 \series default
25071  is only used as spacer.
25072 \end_layout
25073
25074 \end_inset
25075
25076
25077 \end_layout
25078
25079 \end_inset
25080 </cell>
25081 </row>
25082 <row>
25083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25084 \begin_inset Text
25085
25086 \begin_layout Plain Layout
25087
25088 \backslash
25089 varliminf
25090 \end_layout
25091
25092 \end_inset
25093 </cell>
25094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25095 \begin_inset Text
25096
25097 \begin_layout Plain Layout
25098 \begin_inset Formula $\varliminf$
25099 \end_inset
25100
25101
25102 \end_layout
25103
25104 \end_inset
25105 </cell>
25106 </row>
25107 <row>
25108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25109 \begin_inset Text
25110
25111 \begin_layout Plain Layout
25112
25113 \backslash
25114 varlimsup
25115 \end_layout
25116
25117 \end_inset
25118 </cell>
25119 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25120 \begin_inset Text
25121
25122 \begin_layout Plain Layout
25123 \begin_inset Formula $\varlimsup$
25124 \end_inset
25125
25126
25127 \end_layout
25128
25129 \end_inset
25130 </cell>
25131 </row>
25132 <row>
25133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25134 \begin_inset Text
25135
25136 \begin_layout Plain Layout
25137
25138 \backslash
25139 varprojlim
25140 \end_layout
25141
25142 \end_inset
25143 </cell>
25144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25145 \begin_inset Text
25146
25147 \begin_layout Plain Layout
25148 \begin_inset Formula $\varprojlim$
25149 \end_inset
25150
25151
25152 \end_layout
25153
25154 \end_inset
25155 </cell>
25156 </row>
25157 <row>
25158 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25159 \begin_inset Text
25160
25161 \begin_layout Plain Layout
25162
25163 \backslash
25164 varinjlim
25165 \end_layout
25166
25167 \end_inset
25168 </cell>
25169 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25170 \begin_inset Text
25171
25172 \begin_layout Plain Layout
25173 \begin_inset Formula $\varinjlim$
25174 \end_inset
25175
25176
25177 \begin_inset Formula $\raisebox{-2.5mm}{}$
25178 \end_inset
25179
25180
25181 \end_layout
25182
25183 \end_inset
25184 </cell>
25185 </row>
25186 </lyxtabular>
25187
25188 \end_inset
25189
25190
25191 \end_layout
25192
25193 \begin_layout Standard
25194 \begin_inset VSpace medskip
25195 \end_inset
25196
25197 The limit is created by inserting a subscript.
25198  It is set right beside the function in an inline formula:
25199 \end_layout
25200
25201 \begin_layout Standard
25202 \align center
25203 \begin_inset Tabular
25204 <lyxtabular version="3" rows="2" columns="2">
25205 <features>
25206 <column alignment="center" valignment="top" width="0pt">
25207 <column alignment="center" valignment="top" width="0pt">
25208 <row>
25209 <cell alignment="center" valignment="top" usebox="none">
25210 \begin_inset Text
25211
25212 \begin_layout Plain Layout
25213 Command
25214 \end_layout
25215
25216 \end_inset
25217 </cell>
25218 <cell alignment="center" valignment="top" usebox="none">
25219 \begin_inset Text
25220
25221 \begin_layout Plain Layout
25222 \begin_inset space \hspace{}
25223 \length 1cm
25224 \end_inset
25225
25226 Result
25227 \begin_inset Note Note
25228 status collapsed
25229
25230 \begin_layout Plain Layout
25231
25232 \series bold
25233
25234 \backslash
25235 hspace
25236 \series default
25237  and
25238 \series bold
25239  
25240 \backslash
25241 raisebox
25242 \series default
25243  are used here as spacer.
25244 \end_layout
25245
25246 \end_inset
25247
25248
25249 \end_layout
25250
25251 \end_inset
25252 </cell>
25253 </row>
25254 <row>
25255 <cell alignment="center" valignment="top" usebox="none">
25256 \begin_inset Text
25257
25258 \begin_layout Plain Layout
25259
25260 \backslash
25261 lim_x
25262 \backslash
25263 to
25264 \begin_inset ERT
25265 status collapsed
25266
25267 \begin_layout Plain Layout
25268
25269
25270 \backslash
25271 spce 
25272 \end_layout
25273
25274 \end_inset
25275
25276 A
25277 \begin_inset ERT
25278 status collapsed
25279
25280 \begin_layout Plain Layout
25281
25282
25283 \backslash
25284 spce 
25285 \end_layout
25286
25287 \end_inset
25288
25289 x=B
25290 \end_layout
25291
25292 \end_inset
25293 </cell>
25294 <cell alignment="center" valignment="top" usebox="none">
25295 \begin_inset Text
25296
25297 \begin_layout Plain Layout
25298 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25299 \end_inset
25300
25301
25302 \end_layout
25303
25304 \end_inset
25305 </cell>
25306 </row>
25307 </lyxtabular>
25308
25309 \end_inset
25310
25311
25312 \end_layout
25313
25314 \begin_layout Standard
25315 In a displayed formula the limit is set below the formula, as usual:
25316 \begin_inset Formula \[
25317 \lim_{x\to A}x=B\]
25318
25319 \end_inset
25320
25321
25322 \end_layout
25323
25324 \begin_layout Subsection
25325 Modulo-Functions
25326 \begin_inset Index
25327 status collapsed
25328
25329 \begin_layout Plain Layout
25330 Functions ! modulo-
25331 \end_layout
25332
25333 \end_inset
25334
25335
25336 \end_layout
25337
25338 \begin_layout Standard
25339 The modulo-function is special, because it exists in four variants.
25340 \end_layout
25341
25342 \begin_layout Standard
25343 The variants in a displayed formula:
25344 \begin_inset Formula \begin{align*}
25345 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25346 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25347 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25348 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25349 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25350
25351 \end_inset
25352
25353
25354 \end_layout
25355
25356 \begin_layout Standard
25357 In an inline formula less space is set before the function names for all
25358  variants.
25359 \end_layout
25360
25361 \begin_layout Section
25362 Special Characters
25363 \begin_inset Index
25364 status collapsed
25365
25366 \begin_layout Plain Layout
25367 Special characters
25368 \end_layout
25369
25370 \end_inset
25371
25372
25373 \end_layout
25374
25375 \begin_layout Subsection
25376 Special Characters in Mathematical Text
25377 \end_layout
25378
25379 \begin_layout Standard
25380 The following commands can only be used in mathematical text or in TeX-mode:
25381 \end_layout
25382
25383 \begin_layout Standard
25384 \begin_inset space \hfill{}
25385 \end_inset
25386
25387
25388 \begin_inset Tabular
25389 <lyxtabular version="3" rows="8" columns="2">
25390 <features>
25391 <column alignment="block" valignment="top" width="0">
25392 <column alignment="block" valignment="top" width="0">
25393 <row>
25394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25395 \begin_inset Text
25396
25397 \begin_layout Plain Layout
25398 Command
25399 \end_layout
25400
25401 \end_inset
25402 </cell>
25403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25404 \begin_inset Text
25405
25406 \begin_layout Plain Layout
25407 Result
25408 \end_layout
25409
25410 \end_inset
25411 </cell>
25412 </row>
25413 <row>
25414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25415 \begin_inset Text
25416
25417 \begin_layout Plain Layout
25418
25419 \backslash
25420 oe
25421 \end_layout
25422
25423 \end_inset
25424 </cell>
25425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25426 \begin_inset Text
25427
25428 \begin_layout Plain Layout
25429 \begin_inset Formula $\textrm{œ}$
25430 \end_inset
25431
25432
25433 \end_layout
25434
25435 \end_inset
25436 </cell>
25437 </row>
25438 <row>
25439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25440 \begin_inset Text
25441
25442 \begin_layout Plain Layout
25443
25444 \backslash
25445 OE
25446 \end_layout
25447
25448 \end_inset
25449 </cell>
25450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25451 \begin_inset Text
25452
25453 \begin_layout Plain Layout
25454 \begin_inset Formula $\textrm{Œ}$
25455 \end_inset
25456
25457
25458 \end_layout
25459
25460 \end_inset
25461 </cell>
25462 </row>
25463 <row>
25464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25465 \begin_inset Text
25466
25467 \begin_layout Plain Layout
25468
25469 \backslash
25470 ae
25471 \end_layout
25472
25473 \end_inset
25474 </cell>
25475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25476 \begin_inset Text
25477
25478 \begin_layout Plain Layout
25479 \begin_inset Formula $\textrm{æ}$
25480 \end_inset
25481
25482
25483 \end_layout
25484
25485 \end_inset
25486 </cell>
25487 </row>
25488 <row>
25489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25490 \begin_inset Text
25491
25492 \begin_layout Plain Layout
25493
25494 \backslash
25495 AE
25496 \end_layout
25497
25498 \end_inset
25499 </cell>
25500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25501 \begin_inset Text
25502
25503 \begin_layout Plain Layout
25504 \begin_inset Formula $\textrm{Æ}$
25505 \end_inset
25506
25507
25508 \end_layout
25509
25510 \end_inset
25511 </cell>
25512 </row>
25513 <row>
25514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25515 \begin_inset Text
25516
25517 \begin_layout Plain Layout
25518
25519 \backslash
25520 aa
25521 \end_layout
25522
25523 \end_inset
25524 </cell>
25525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25526 \begin_inset Text
25527
25528 \begin_layout Plain Layout
25529 \begin_inset Formula $\textrm{\aa}$
25530 \end_inset
25531
25532
25533 \end_layout
25534
25535 \end_inset
25536 </cell>
25537 </row>
25538 <row>
25539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25540 \begin_inset Text
25541
25542 \begin_layout Plain Layout
25543
25544 \backslash
25545 AA
25546 \begin_inset Index
25547 status collapsed
25548
25549 \begin_layout Plain Layout
25550
25551 \backslash
25552 @
25553 \begin_inset ERT
25554 status collapsed
25555
25556 \begin_layout Plain Layout
25557
25558
25559 \backslash
25560 textrm{
25561 \backslash
25562 AA}
25563 \end_layout
25564
25565 \end_inset
25566
25567
25568 \end_layout
25569
25570 \end_inset
25571
25572
25573 \end_layout
25574
25575 \end_inset
25576 </cell>
25577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25578 \begin_inset Text
25579
25580 \begin_layout Plain Layout
25581 \begin_inset Formula $\textrm{Å}$
25582 \end_inset
25583
25584
25585 \end_layout
25586
25587 \end_inset
25588 </cell>
25589 </row>
25590 <row>
25591 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25592 \begin_inset Text
25593
25594 \begin_layout Plain Layout
25595
25596 \backslash
25597 i
25598 \end_layout
25599
25600 \end_inset
25601 </cell>
25602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25603 \begin_inset Text
25604
25605 \begin_layout Plain Layout
25606 \begin_inset Formula $\textrm{ı}$
25607 \end_inset
25608
25609
25610 \end_layout
25611
25612 \end_inset
25613 </cell>
25614 </row>
25615 </lyxtabular>
25616
25617 \end_inset
25618
25619
25620 \begin_inset space \hfill{}
25621 \end_inset
25622
25623
25624 \begin_inset Tabular
25625 <lyxtabular version="3" rows="8" columns="2">
25626 <features>
25627 <column alignment="block" valignment="top" width="0">
25628 <column alignment="center" valignment="top" width="0">
25629 <row>
25630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25631 \begin_inset Text
25632
25633 \begin_layout Plain Layout
25634 command
25635 \begin_inset Note Note
25636 status collapsed
25637
25638 \begin_layout Plain Layout
25639
25640 \series bold
25641
25642 \backslash
25643 hspace{0mm}
25644 \series default
25645  is used for separation, because otherwise the output will be ¡ and ¿ respective
25646 ly.
25647 \end_layout
25648
25649 \end_inset
25650
25651
25652 \end_layout
25653
25654 \end_inset
25655 </cell>
25656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25657 \begin_inset Text
25658
25659 \begin_layout Plain Layout
25660 Result
25661 \end_layout
25662
25663 \end_inset
25664 </cell>
25665 </row>
25666 <row>
25667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25668 \begin_inset Text
25669
25670 \begin_layout Plain Layout
25671
25672 \backslash
25673 o
25674 \end_layout
25675
25676 \end_inset
25677 </cell>
25678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25679 \begin_inset Text
25680
25681 \begin_layout Plain Layout
25682 \begin_inset Formula $\textrm{ø}$
25683 \end_inset
25684
25685
25686 \end_layout
25687
25688 \end_inset
25689 </cell>
25690 </row>
25691 <row>
25692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25693 \begin_inset Text
25694
25695 \begin_layout Plain Layout
25696
25697 \backslash
25698 O
25699 \end_layout
25700
25701 \end_inset
25702 </cell>
25703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25704 \begin_inset Text
25705
25706 \begin_layout Plain Layout
25707 \begin_inset Formula $\textrm{Ø}$
25708 \end_inset
25709
25710
25711 \end_layout
25712
25713 \end_inset
25714 </cell>
25715 </row>
25716 <row>
25717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25718 \begin_inset Text
25719
25720 \begin_layout Plain Layout
25721
25722 \backslash
25723 l
25724 \end_layout
25725
25726 \end_inset
25727 </cell>
25728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25729 \begin_inset Text
25730
25731 \begin_layout Plain Layout
25732 \begin_inset Formula $\textrm{ł}$
25733 \end_inset
25734
25735
25736 \end_layout
25737
25738 \end_inset
25739 </cell>
25740 </row>
25741 <row>
25742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25743 \begin_inset Text
25744
25745 \begin_layout Plain Layout
25746
25747 \backslash
25748 L
25749 \end_layout
25750
25751 \end_inset
25752 </cell>
25753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25754 \begin_inset Text
25755
25756 \begin_layout Plain Layout
25757 \begin_inset Formula $\textrm{Ł}$
25758 \end_inset
25759
25760
25761 \end_layout
25762
25763 \end_inset
25764 </cell>
25765 </row>
25766 <row>
25767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25768 \begin_inset Text
25769
25770 \begin_layout Plain Layout
25771 !
25772 \begin_inset space \hspace{}
25773 \length 0mm
25774 \end_inset
25775
25776 `
25777 \begin_inset ERT
25778 status collapsed
25779
25780 \begin_layout Plain Layout
25781
25782
25783 \backslash
25784 spce 
25785 \end_layout
25786
25787 \end_inset
25788
25789
25790 \end_layout
25791
25792 \end_inset
25793 </cell>
25794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25795 \begin_inset Text
25796
25797 \begin_layout Plain Layout
25798 \begin_inset Formula $\textrm{!`}$
25799 \end_inset
25800
25801
25802 \end_layout
25803
25804 \end_inset
25805 </cell>
25806 </row>
25807 <row>
25808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25809 \begin_inset Text
25810
25811 \begin_layout Plain Layout
25812 ?
25813 \begin_inset space \hspace{}
25814 \length 0mm
25815 \end_inset
25816
25817 `
25818 \begin_inset ERT
25819 status collapsed
25820
25821 \begin_layout Plain Layout
25822
25823
25824 \backslash
25825 spce 
25826 \end_layout
25827
25828 \end_inset
25829
25830
25831 \end_layout
25832
25833 \end_inset
25834 </cell>
25835 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25836 \begin_inset Text
25837
25838 \begin_layout Plain Layout
25839 \begin_inset Formula $\textrm{?`}$
25840 \end_inset
25841
25842
25843 \end_layout
25844
25845 \end_inset
25846 </cell>
25847 </row>
25848 <row>
25849 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25850 \begin_inset Text
25851
25852 \begin_layout Plain Layout
25853
25854 \backslash
25855 j
25856 \end_layout
25857
25858 \end_inset
25859 </cell>
25860 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25861 \begin_inset Text
25862
25863 \begin_layout Plain Layout
25864 \begin_inset Formula $\textrm{ȷ}$
25865 \end_inset
25866
25867
25868 \end_layout
25869
25870 \end_inset
25871 </cell>
25872 </row>
25873 </lyxtabular>
25874
25875 \end_inset
25876
25877
25878 \begin_inset space \hfill{}
25879 \end_inset
25880
25881
25882 \end_layout
25883
25884 \begin_layout Standard
25885 The characters 
25886 \begin_inset Formula $\textrm{\textrm{Å}}$
25887 \end_inset
25888
25889  and 
25890 \begin_inset Formula $\textrm{\textrm{Ø}}$
25891 \end_inset
25892
25893  can also be inserted via the math toolbar button 
25894 \begin_inset Graphics
25895         filename ../images/math/digamma.png
25896         scale 85
25897
25898 \end_inset
25899
25900 .
25901 \end_layout
25902
25903 \begin_layout Standard
25904 An exception are the commands 
25905 \series bold
25906 !
25907 \begin_inset space \hspace{}
25908 \length 0mm
25909 \end_inset
25910
25911 `
25912 \series default
25913  and 
25914 \series bold
25915 ?
25916 \begin_inset space \hspace{}
25917 \length 0mm
25918 \end_inset
25919
25920 `
25921 \series default
25922 , because they can be inserted in LyX directly to text.
25923 \end_layout
25924
25925 \begin_layout Subsection
25926 Accents in Text
25927 \begin_inset CommandInset label
25928 LatexCommand label
25929 name "sub:Accents-in-Text"
25930
25931 \end_inset
25932
25933
25934 \begin_inset Index
25935 status collapsed
25936
25937 \begin_layout Plain Layout
25938 Accents ! in text
25939 \end_layout
25940
25941 \end_inset
25942
25943
25944 \end_layout
25945
25946 \begin_layout Standard
25947 With the following commands all letters can be accented.
25948  The commands must be inserted in TeX-mode.
25949 \end_layout
25950
25951 \begin_layout Standard
25952 \begin_inset space \hfill{}
25953 \end_inset
25954
25955
25956 \begin_inset Tabular
25957 <lyxtabular version="3" rows="8" columns="2">
25958 <features>
25959 <column alignment="block" valignment="top" width="0">
25960 <column alignment="block" valignment="top" width="0">
25961 <row>
25962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25963 \begin_inset Text
25964
25965 \begin_layout Plain Layout
25966 Command
25967 \end_layout
25968
25969 \end_inset
25970 </cell>
25971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25972 \begin_inset Text
25973
25974 \begin_layout Plain Layout
25975 Result
25976 \end_layout
25977
25978 \end_inset
25979 </cell>
25980 </row>
25981 <row>
25982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25983 \begin_inset Text
25984
25985 \begin_layout Plain Layout
25986
25987 \backslash
25988
25989 \begin_inset Quotes grd
25990 \end_inset
25991
25992 e
25993 \end_layout
25994
25995 \end_inset
25996 </cell>
25997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25998 \begin_inset Text
25999
26000 \begin_layout Plain Layout
26001 \begin_inset ERT
26002 status collapsed
26003
26004 \begin_layout Plain Layout
26005
26006
26007 \backslash
26008 "e
26009 \end_layout
26010
26011 \end_inset
26012
26013
26014 \end_layout
26015
26016 \end_inset
26017 </cell>
26018 </row>
26019 <row>
26020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26021 \begin_inset Text
26022
26023 \begin_layout Plain Layout
26024
26025 \backslash
26026 `e
26027 \end_layout
26028
26029 \end_inset
26030 </cell>
26031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26032 \begin_inset Text
26033
26034 \begin_layout Plain Layout
26035 \begin_inset ERT
26036 status collapsed
26037
26038 \begin_layout Plain Layout
26039
26040
26041 \backslash
26042 `e
26043 \end_layout
26044
26045 \end_inset
26046
26047
26048 \end_layout
26049
26050 \end_inset
26051 </cell>
26052 </row>
26053 <row>
26054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26055 \begin_inset Text
26056
26057 \begin_layout Plain Layout
26058
26059 \backslash
26060 ^
26061 \begin_inset ERT
26062 status collapsed
26063
26064 \begin_layout Plain Layout
26065
26066
26067 \backslash
26068 spce 
26069 \end_layout
26070
26071 \end_inset
26072
26073 e
26074 \end_layout
26075
26076 \end_inset
26077 </cell>
26078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26079 \begin_inset Text
26080
26081 \begin_layout Plain Layout
26082 \begin_inset ERT
26083 status collapsed
26084
26085 \begin_layout Plain Layout
26086
26087
26088 \backslash
26089 ^e
26090 \end_layout
26091
26092 \end_inset
26093
26094
26095 \end_layout
26096
26097 \end_inset
26098 </cell>
26099 </row>
26100 <row>
26101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26102 \begin_inset Text
26103
26104 \begin_layout Plain Layout
26105
26106 \backslash
26107 =e
26108 \end_layout
26109
26110 \end_inset
26111 </cell>
26112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26113 \begin_inset Text
26114
26115 \begin_layout Plain Layout
26116 \begin_inset ERT
26117 status collapsed
26118
26119 \begin_layout Plain Layout
26120
26121
26122 \backslash
26123 =e
26124 \end_layout
26125
26126 \end_inset
26127
26128
26129 \end_layout
26130
26131 \end_inset
26132 </cell>
26133 </row>
26134 <row>
26135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26136 \begin_inset Text
26137
26138 \begin_layout Plain Layout
26139
26140 \backslash
26141 u
26142 \begin_inset ERT
26143 status collapsed
26144
26145 \begin_layout Plain Layout
26146
26147
26148 \backslash
26149 spce 
26150 \end_layout
26151
26152 \end_inset
26153
26154 e
26155 \end_layout
26156
26157 \end_inset
26158 </cell>
26159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26160 \begin_inset Text
26161
26162 \begin_layout Plain Layout
26163 \begin_inset ERT
26164 status collapsed
26165
26166 \begin_layout Plain Layout
26167
26168
26169 \backslash
26170 u e
26171 \end_layout
26172
26173 \end_inset
26174
26175
26176 \end_layout
26177
26178 \end_inset
26179 </cell>
26180 </row>
26181 <row>
26182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26183 \begin_inset Text
26184
26185 \begin_layout Plain Layout
26186
26187 \backslash
26188 b
26189 \begin_inset ERT
26190 status collapsed
26191
26192 \begin_layout Plain Layout
26193
26194
26195 \backslash
26196 spce 
26197 \end_layout
26198
26199 \end_inset
26200
26201 e
26202 \end_layout
26203
26204 \end_inset
26205 </cell>
26206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26207 \begin_inset Text
26208
26209 \begin_layout Plain Layout
26210 \begin_inset ERT
26211 status collapsed
26212
26213 \begin_layout Plain Layout
26214
26215
26216 \backslash
26217 b e
26218 \end_layout
26219
26220 \end_inset
26221
26222
26223 \end_layout
26224
26225 \end_inset
26226 </cell>
26227 </row>
26228 <row>
26229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26230 \begin_inset Text
26231
26232 \begin_layout Plain Layout
26233
26234 \backslash
26235 t
26236 \begin_inset ERT
26237 status collapsed
26238
26239 \begin_layout Plain Layout
26240
26241
26242 \backslash
26243 spce 
26244 \end_layout
26245
26246 \end_inset
26247
26248 ee
26249 \end_layout
26250
26251 \end_inset
26252 </cell>
26253 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26254 \begin_inset Text
26255
26256 \begin_layout Plain Layout
26257 \begin_inset ERT
26258 status collapsed
26259
26260 \begin_layout Plain Layout
26261
26262
26263 \backslash
26264 t ee
26265 \end_layout
26266
26267 \end_inset
26268
26269
26270 \end_layout
26271
26272 \end_inset
26273 </cell>
26274 </row>
26275 </lyxtabular>
26276
26277 \end_inset
26278
26279
26280 \begin_inset space \hfill{}
26281 \end_inset
26282
26283
26284 \begin_inset Tabular
26285 <lyxtabular version="3" rows="8" columns="2">
26286 <features>
26287 <column alignment="block" valignment="top" width="0">
26288 <column alignment="center" valignment="top" width="0">
26289 <row>
26290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26291 \begin_inset Text
26292
26293 \begin_layout Plain Layout
26294 Command
26295 \end_layout
26296
26297 \end_inset
26298 </cell>
26299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26300 \begin_inset Text
26301
26302 \begin_layout Plain Layout
26303 Result
26304 \end_layout
26305
26306 \end_inset
26307 </cell>
26308 </row>
26309 <row>
26310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26311 \begin_inset Text
26312
26313 \begin_layout Plain Layout
26314
26315 \backslash
26316 H
26317 \begin_inset ERT
26318 status collapsed
26319
26320 \begin_layout Plain Layout
26321
26322
26323 \backslash
26324 spce 
26325 \end_layout
26326
26327 \end_inset
26328
26329 e
26330 \end_layout
26331
26332 \end_inset
26333 </cell>
26334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26335 \begin_inset Text
26336
26337 \begin_layout Plain Layout
26338 \begin_inset ERT
26339 status collapsed
26340
26341 \begin_layout Plain Layout
26342
26343
26344 \backslash
26345 H e
26346 \end_layout
26347
26348 \end_inset
26349
26350
26351 \end_layout
26352
26353 \end_inset
26354 </cell>
26355 </row>
26356 <row>
26357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26358 \begin_inset Text
26359
26360 \begin_layout Plain Layout
26361
26362 \backslash
26363 'e
26364 \end_layout
26365
26366 \end_inset
26367 </cell>
26368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26369 \begin_inset Text
26370
26371 \begin_layout Plain Layout
26372 \begin_inset ERT
26373 status collapsed
26374
26375 \begin_layout Plain Layout
26376
26377
26378 \backslash
26379 'e
26380 \end_layout
26381
26382 \end_inset
26383
26384
26385 \end_layout
26386
26387 \end_inset
26388 </cell>
26389 </row>
26390 <row>
26391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26392 \begin_inset Text
26393
26394 \begin_layout Plain Layout
26395
26396 \backslash
26397 ~e
26398 \begin_inset Index
26399 status collapsed
26400
26401 \begin_layout Plain Layout
26402 Tilde
26403 \end_layout
26404
26405 \end_inset
26406
26407
26408 \end_layout
26409
26410 \end_inset
26411 </cell>
26412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26413 \begin_inset Text
26414
26415 \begin_layout Plain Layout
26416 \begin_inset ERT
26417 status collapsed
26418
26419 \begin_layout Plain Layout
26420
26421
26422 \backslash
26423 ~e
26424 \end_layout
26425
26426 \end_inset
26427
26428
26429 \end_layout
26430
26431 \end_inset
26432 </cell>
26433 </row>
26434 <row>
26435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26436 \begin_inset Text
26437
26438 \begin_layout Plain Layout
26439
26440 \backslash
26441 .e
26442 \end_layout
26443
26444 \end_inset
26445 </cell>
26446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26447 \begin_inset Text
26448
26449 \begin_layout Plain Layout
26450 \begin_inset ERT
26451 status collapsed
26452
26453 \begin_layout Plain Layout
26454
26455
26456 \backslash
26457 .e
26458 \end_layout
26459
26460 \end_inset
26461
26462
26463 \end_layout
26464
26465 \end_inset
26466 </cell>
26467 </row>
26468 <row>
26469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26470 \begin_inset Text
26471
26472 \begin_layout Plain Layout
26473
26474 \backslash
26475 v
26476 \begin_inset ERT
26477 status collapsed
26478
26479 \begin_layout Plain Layout
26480
26481
26482 \backslash
26483 spce 
26484 \end_layout
26485
26486 \end_inset
26487
26488 e
26489 \end_layout
26490
26491 \end_inset
26492 </cell>
26493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26494 \begin_inset Text
26495
26496 \begin_layout Plain Layout
26497 \begin_inset ERT
26498 status collapsed
26499
26500 \begin_layout Plain Layout
26501
26502
26503 \backslash
26504 v e
26505 \end_layout
26506
26507 \end_inset
26508
26509
26510 \end_layout
26511
26512 \end_inset
26513 </cell>
26514 </row>
26515 <row>
26516 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26517 \begin_inset Text
26518
26519 \begin_layout Plain Layout
26520
26521 \backslash
26522 d
26523 \begin_inset ERT
26524 status collapsed
26525
26526 \begin_layout Plain Layout
26527
26528
26529 \backslash
26530 spce 
26531 \end_layout
26532
26533 \end_inset
26534
26535 e
26536 \end_layout
26537
26538 \end_inset
26539 </cell>
26540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26541 \begin_inset Text
26542
26543 \begin_layout Plain Layout
26544 \begin_inset ERT
26545 status collapsed
26546
26547 \begin_layout Plain Layout
26548
26549
26550 \backslash
26551 d e
26552 \end_layout
26553
26554 \end_inset
26555
26556
26557 \end_layout
26558
26559 \end_inset
26560 </cell>
26561 </row>
26562 <row>
26563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26564 \begin_inset Text
26565
26566 \begin_layout Plain Layout
26567
26568 \backslash
26569 c
26570 \begin_inset ERT
26571 status collapsed
26572
26573 \begin_layout Plain Layout
26574
26575
26576 \backslash
26577 spce 
26578 \end_layout
26579
26580 \end_inset
26581
26582 e
26583 \end_layout
26584
26585 \end_inset
26586 </cell>
26587 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26588 \begin_inset Text
26589
26590 \begin_layout Plain Layout
26591 \begin_inset ERT
26592 status collapsed
26593
26594 \begin_layout Plain Layout
26595
26596
26597 \backslash
26598 c e
26599 \end_layout
26600
26601 \end_inset
26602
26603
26604 \end_layout
26605
26606 \end_inset
26607 </cell>
26608 </row>
26609 </lyxtabular>
26610
26611 \end_inset
26612
26613
26614 \begin_inset space \hfill{}
26615 \end_inset
26616
26617
26618 \end_layout
26619
26620 \begin_layout Standard
26621 \begin_inset VSpace medskip
26622 \end_inset
26623
26624 With the command 
26625 \series bold
26626
26627 \backslash
26628 t
26629 \series default
26630  also two different characters can be accented.
26631  The command 
26632 \series bold
26633
26634 \backslash
26635 t
26636 \begin_inset ERT
26637 status collapsed
26638
26639 \begin_layout Plain Layout
26640
26641
26642 \backslash
26643 spce 
26644 \end_layout
26645
26646 \end_inset
26647
26648 sz
26649 \series default
26650  creates: 
26651 \begin_inset ERT
26652 status collapsed
26653
26654 \begin_layout Plain Layout
26655
26656
26657 \backslash
26658 t sz
26659 \end_layout
26660
26661 \end_inset
26662
26663
26664 \end_layout
26665
26666 \begin_layout Standard
26667 The accents 
26668 \series bold
26669 `
26670 \series default
26671  , 
26672 \series bold
26673 '
26674 \series default
26675  , and 
26676 \series bold
26677 ^
26678 \series default
26679  can in combination with vowels directly be inserted with the keyboard without
26680  using TeX-mode.
26681  The same applies for the tilde
26682 \begin_inset Foot
26683 status collapsed
26684
26685 \begin_layout Plain Layout
26686 This only applies for keyboards where the tilde is defined as accent.
26687 \end_layout
26688
26689 \end_inset
26690
26691  
26692 \series bold
26693 ~
26694 \series default
26695  in combination with 
26696 \emph on
26697 a
26698 \emph default
26699  , 
26700 \emph on
26701 n
26702 \emph default
26703  , or 
26704 \emph on
26705 o
26706 \emph default
26707 .
26708 \end_layout
26709
26710 \begin_layout Standard
26711 The commands 
26712 \series bold
26713
26714 \backslash
26715 b
26716 \series default
26717  , 
26718 \series bold
26719
26720 \backslash
26721 c
26722 \series default
26723  , 
26724 \series bold
26725
26726 \backslash
26727 d
26728 \series default
26729  , 
26730 \series bold
26731
26732 \backslash
26733 H
26734 \series default
26735  , 
26736 \series bold
26737
26738 \backslash
26739 t
26740 \series default
26741  , 
26742 \series bold
26743
26744 \backslash
26745 u
26746 \series default
26747  , 
26748 \series bold
26749
26750 \backslash
26751 v
26752 \series default
26753 , and accents inserted directly with the keyboard are also available in
26754  mathematical text.
26755  For the other accents there are special math commands to be used in formulas,
26756  see 
26757 \begin_inset CommandInset ref
26758 LatexCommand ref
26759 reference "sub:Accents-for-one"
26760
26761 \end_inset
26762
26763 .
26764 \end_layout
26765
26766 \begin_layout Standard
26767 \begin_inset VSpace bigskip
26768 \end_inset
26769
26770 Furthermore, with the command 
26771 \series bold
26772
26773 \backslash
26774 textcircled
26775 \series default
26776
26777 \begin_inset Index
26778 status collapsed
26779
26780 \begin_layout Plain Layout
26781 Commands ! T ! 
26782 \backslash
26783 textcircled
26784 \end_layout
26785
26786 \end_inset
26787
26788  all numbers and letters can be set into a circle, quasi accented with a
26789  circle, similar to the the copyright symbol.
26790 \end_layout
26791
26792 \begin_layout Standard
26793 \align center
26794 \begin_inset Tabular
26795 <lyxtabular version="3" rows="3" columns="2">
26796 <features>
26797 <column alignment="center" valignment="top" width="0">
26798 <column alignment="center" valignment="top" width="0">
26799 <row>
26800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26801 \begin_inset Text
26802
26803 \begin_layout Plain Layout
26804 Command
26805 \end_layout
26806
26807 \end_inset
26808 </cell>
26809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26810 \begin_inset Text
26811
26812 \begin_layout Plain Layout
26813 Result
26814 \begin_inset Note Note
26815 status collapsed
26816
26817 \begin_layout Plain Layout
26818
26819 \series bold
26820
26821 \backslash
26822 raisebox
26823 \series default
26824  is only used as spacer.
26825 \end_layout
26826
26827 \end_inset
26828
26829
26830 \end_layout
26831
26832 \end_inset
26833 </cell>
26834 </row>
26835 <row>
26836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26837 \begin_inset Text
26838
26839 \begin_layout Plain Layout
26840
26841 \backslash
26842 textcircled{w}
26843 \end_layout
26844
26845 \end_inset
26846 </cell>
26847 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26848 \begin_inset Text
26849
26850 \begin_layout Plain Layout
26851 \begin_inset ERT
26852 status collapsed
26853
26854 \begin_layout Plain Layout
26855
26856
26857 \backslash
26858 textcircled{w}
26859 \end_layout
26860
26861 \end_inset
26862
26863
26864 \end_layout
26865
26866 \end_inset
26867 </cell>
26868 </row>
26869 <row>
26870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26871 \begin_inset Text
26872
26873 \begin_layout Plain Layout
26874
26875 \backslash
26876 Large 
26877 \backslash
26878 textcircled{
26879 \backslash
26880 normalsize
26881 \backslash
26882 protect
26883 \backslash
26884 raisebox{-1.5pt}{W}}
26885 \end_layout
26886
26887 \end_inset
26888 </cell>
26889 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26890 \begin_inset Text
26891
26892 \begin_layout Plain Layout
26893 \begin_inset Formula $\raisebox{4.5mm}{}$
26894 \end_inset
26895
26896
26897 \begin_inset ERT
26898 status collapsed
26899
26900 \begin_layout Plain Layout
26901
26902
26903 \backslash
26904 Large 
26905 \backslash
26906 textcircled{
26907 \backslash
26908 normalsize
26909 \backslash
26910 protect
26911 \backslash
26912 raisebox{-1.5pt}W}
26913 \end_layout
26914
26915 \end_inset
26916
26917
26918 \begin_inset Formula $\raisebox{-2mm}{}$
26919 \end_inset
26920
26921
26922 \end_layout
26923
26924 \end_inset
26925 </cell>
26926 </row>
26927 </lyxtabular>
26928
26929 \end_inset
26930
26931
26932 \end_layout
26933
26934 \begin_layout Standard
26935 One has to take care that the character fits in the circle.
26936  
26937 \series bold
26938
26939 \backslash
26940 Large
26941 \series default
26942
26943 \begin_inset Foot
26944 status collapsed
26945
26946 \begin_layout Plain Layout
26947 see 
26948 \begin_inset CommandInset ref
26949 LatexCommand ref
26950 reference "sub:Font-Sizes"
26951
26952 \end_inset
26953
26954
26955 \end_layout
26956
26957 \end_inset
26958
26959  specifies thereby the size of the circle.
26960  With the help of 
26961 \series bold
26962
26963 \backslash
26964 raisebox
26965 \series default
26966
26967 \begin_inset Foot
26968 status collapsed
26969
26970 \begin_layout Plain Layout
26971 see 
26972 \begin_inset CommandInset ref
26973 LatexCommand ref
26974 reference "sub:Boxes-without-Frame"
26975
26976 \end_inset
26977
26978
26979 \end_layout
26980
26981 \end_inset
26982
26983  the character can be centered.
26984 \end_layout
26985
26986 \begin_layout Subsection
26987 Minuscule Numbers
26988 \begin_inset Index
26989 status collapsed
26990
26991 \begin_layout Plain Layout
26992 Minuscule numbers
26993 \end_layout
26994
26995 \end_inset
26996
26997
26998 \end_layout
26999
27000 \begin_layout Standard
27001 Minuscule numbers are created with the command 
27002 \series bold
27003
27004 \backslash
27005 oldstylenums
27006 \series default
27007
27008 \begin_inset Index
27009 status collapsed
27010
27011 \begin_layout Plain Layout
27012 Commands ! O ! 
27013 \backslash
27014 oldstylenums
27015 \end_layout
27016
27017 \end_inset
27018
27019 .
27020  The command can be used in formulas and in TeX-mode.
27021  The command scheme is:
27022 \end_layout
27023
27024 \begin_layout Standard
27025
27026 \series bold
27027
27028 \backslash
27029 oldstylenums{number}
27030 \end_layout
27031
27032 \begin_layout Standard
27033 The command 
27034 \series bold
27035
27036 \backslash
27037 oldstylenums{0123456789
27038 \series default
27039  produces: 
27040 \begin_inset Formula $\oldstylenums{0123456789}$
27041 \end_inset
27042
27043
27044 \end_layout
27045
27046 \begin_layout Subsection
27047 Miscellaneous special Characters
27048 \begin_inset CommandInset label
27049 LatexCommand label
27050 name "sub:Miscellaneous-special-Characters"
27051
27052 \end_inset
27053
27054
27055 \begin_inset Index
27056 status collapsed
27057
27058 \begin_layout Plain Layout
27059 Special characters ! miscellaneous
27060 \end_layout
27061
27062 \end_inset
27063
27064
27065 \end_layout
27066
27067 \begin_layout Standard
27068 The following characters can only be inserted to formulas by using commands:
27069 \end_layout
27070
27071 \begin_layout Standard
27072 \align center
27073 \begin_inset Tabular
27074 <lyxtabular version="3" rows="4" columns="2">
27075 <features>
27076 <column alignment="center" valignment="top" width="0">
27077 <column alignment="center" valignment="top" width="0">
27078 <row>
27079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27080 \begin_inset Text
27081
27082 \begin_layout Plain Layout
27083 Command
27084 \end_layout
27085
27086 \end_inset
27087 </cell>
27088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27089 \begin_inset Text
27090
27091 \begin_layout Plain Layout
27092 Result
27093 \end_layout
27094
27095 \end_inset
27096 </cell>
27097 </row>
27098 <row>
27099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27100 \begin_inset Text
27101
27102 \begin_layout Plain Layout
27103
27104 \backslash
27105 ^
27106 \begin_inset ERT
27107 status collapsed
27108
27109 \begin_layout Plain Layout
27110
27111
27112 \backslash
27113 spce 
27114 \end_layout
27115
27116 \end_inset
27117
27118
27119 \end_layout
27120
27121 \end_inset
27122 </cell>
27123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27124 \begin_inset Text
27125
27126 \begin_layout Plain Layout
27127 \begin_inset Formula $\mathcircumflex$
27128 \end_inset
27129
27130
27131 \end_layout
27132
27133 \end_inset
27134 </cell>
27135 </row>
27136 <row>
27137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27138 \begin_inset Text
27139
27140 \begin_layout Plain Layout
27141
27142 \backslash
27143 _
27144 \end_layout
27145
27146 \end_inset
27147 </cell>
27148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27149 \begin_inset Text
27150
27151 \begin_layout Plain Layout
27152 \begin_inset Formula $\_$
27153 \end_inset
27154
27155
27156 \end_layout
27157
27158 \end_inset
27159 </cell>
27160 </row>
27161 <row>
27162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27163 \begin_inset Text
27164
27165 \begin_layout Plain Layout
27166 ^
27167 \begin_inset ERT
27168 status collapsed
27169
27170 \begin_layout Plain Layout
27171
27172
27173 \backslash
27174 spce 
27175 \end_layout
27176
27177 \end_inset
27178
27179
27180 \backslash
27181 circ
27182 \begin_inset Index
27183 status collapsed
27184
27185 \begin_layout Plain Layout
27186
27187 \backslash
27188
27189 \end_layout
27190
27191 \end_inset
27192
27193
27194 \end_layout
27195
27196 \end_inset
27197 </cell>
27198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27199 \begin_inset Text
27200
27201 \begin_layout Plain Layout
27202 \begin_inset Formula $^{\circ}$
27203 \end_inset
27204
27205
27206 \end_layout
27207
27208 \end_inset
27209 </cell>
27210 </row>
27211 </lyxtabular>
27212
27213 \end_inset
27214
27215
27216 \end_layout
27217
27218 \begin_layout Standard
27219 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27220  contains the following line
27221 \begin_inset Foot
27222 status collapsed
27223
27224 \begin_layout Plain Layout
27225 More about this is described in 
27226 \begin_inset CommandInset ref
27227 LatexCommand ref
27228 reference "sub:Text-Characters-in"
27229
27230 \end_inset
27231
27232 .
27233 \end_layout
27234
27235 \end_inset
27236
27237 :
27238 \end_layout
27239
27240 \begin_layout Standard
27241
27242 \series bold
27243
27244 \backslash
27245 DeclareInputtext{176}{
27246 \backslash
27247 ifmmode^
27248 \backslash
27249 circ
27250 \backslash
27251 else
27252 \backslash
27253 textdegree
27254 \backslash
27255 fi}
27256 \end_layout
27257
27258 \begin_layout Section
27259 Formula Styles
27260 \begin_inset CommandInset label
27261 LatexCommand label
27262 name "sec:Formula-Styles"
27263
27264 \end_inset
27265
27266
27267 \begin_inset Index
27268 status collapsed
27269
27270 \begin_layout Plain Layout
27271 Formula ! styles
27272 \end_layout
27273
27274 \end_inset
27275
27276
27277 \end_layout
27278
27279 \begin_layout Itemize
27280 There are two different alignment styles:
27281 \end_layout
27282
27283 \begin_deeper
27284 \begin_layout Description
27285 Centered is the predefined standard
27286 \end_layout
27287
27288 \begin_layout Description
27289 Indented for this the option 
27290 \series bold
27291 fleqn
27292 \series default
27293  must be inserted in the menu 
27294 \family sans
27295 Document\SpecialChar \menuseparator
27296 Settings
27297 \family default
27298  under 
27299 \family sans
27300 Document
27301 \begin_inset space ~
27302 \end_inset
27303
27304 Class
27305 \end_layout
27306
27307 \begin_layout Standard
27308 When 
27309 \series bold
27310 Indented
27311 \series default
27312  is used, the indentation can be adjusted with the length 
27313 \series bold
27314
27315 \backslash
27316 mathindent
27317 \series default
27318
27319 \begin_inset Index
27320 status collapsed
27321
27322 \begin_layout Plain Layout
27323 Commands ! M ! 
27324 \backslash
27325 mathindent
27326 \end_layout
27327
27328 \end_inset
27329
27330 .
27331  Should the distance be 15
27332 \begin_inset space \thinspace{}
27333 \end_inset
27334
27335 mm, the following command line is inserted in the LaTeX-preamble
27336 \end_layout
27337
27338 \begin_layout Standard
27339
27340 \series bold
27341
27342 \backslash
27343 setlength{
27344 \backslash
27345 mathindent}{15mm}
27346 \end_layout
27347
27348 \begin_layout Standard
27349 When no length is specified, the predefined value of 30
27350 \begin_inset space \thinspace{}
27351 \end_inset
27352
27353 pt will be used.
27354 \end_layout
27355
27356 \end_deeper
27357 \begin_layout Itemize
27358 And two different numbering styles:
27359 \end_layout
27360
27361 \begin_deeper
27362 \begin_layout Description
27363 Right is the predefined standard
27364 \end_layout
27365
27366 \begin_layout Description
27367 Left for this the option 
27368 \series bold
27369 leqno
27370 \series default
27371  must be inserted in the menu 
27372 \family sans
27373 Document\SpecialChar \menuseparator
27374 Settings
27375 \family default
27376  under 
27377 \family sans
27378 Document
27379 \begin_inset space ~
27380 \end_inset
27381
27382 Class
27383 \end_layout
27384
27385 \end_deeper
27386 \begin_layout Standard
27387
27388 \series bold
27389 fleqn
27390 \series default
27391  and 
27392 \series bold
27393 leqno
27394 \series default
27395  can also be used together.
27396  In this case both options are inserted, separated by a comma.
27397 \end_layout
27398
27399 \begin_layout Standard
27400 The chosen styles are used for all displayed formulas of the document.
27401  When both, centered and indented formulas should be created in a document,
27402  the style 
27403 \series bold
27404 Centered
27405 \series default
27406  is used.
27407  The indented formulas are then set in a flalign environment, see 
27408 \begin_inset CommandInset ref
27409 LatexCommand ref
27410 reference "sub:Flalign-Environment"
27411
27412 \end_inset
27413
27414 .
27415 \end_layout
27416
27417 \begin_layout Section
27418 Multiline Formulas
27419 \begin_inset CommandInset label
27420 LatexCommand label
27421 name "sec:Multiline-Formulas"
27422
27423 \end_inset
27424
27425
27426 \begin_inset Index
27427 status collapsed
27428
27429 \begin_layout Plain Layout
27430 Formula ! multiline
27431 \end_layout
27432
27433 \end_inset
27434
27435
27436 \end_layout
27437
27438 \begin_layout Subsection
27439 General
27440 \end_layout
27441
27442 \begin_layout Standard
27443 In LyX multiline formulas are created by pressing 
27444 \series bold
27445
27446 \begin_inset Info
27447 type  "shortcut"
27448 arg   "newline-insert newline"
27449 \end_inset
27450
27451
27452 \series default
27453  inside a formula.
27454  This creates either an 
27455 \series bold
27456 eqnarray environment
27457 \series default
27458  that is described in 
27459 \begin_inset CommandInset ref
27460 LatexCommand ref
27461 reference "sub:Eqnarray-Environment"
27462
27463 \end_inset
27464
27465  or, when the option 
27466 \family sans
27467 Use AMS math package
27468 \family default
27469  in the document settings is selected, an 
27470 \series bold
27471 align environment
27472 \series default
27473  that is described in 
27474 \begin_inset CommandInset ref
27475 LatexCommand ref
27476 reference "sub:Standard-align-Environment"
27477
27478 \end_inset
27479
27480 .
27481 \end_layout
27482
27483 \begin_layout Standard
27484 There are other multiline formula environments that can be created via the
27485  menu 
27486 \family sans
27487 Insert\SpecialChar \menuseparator
27488 Math
27489 \family default
27490 .
27491  These environments are described in the following sections.
27492 \end_layout
27493
27494 \begin_layout Standard
27495 In all multiline formula environments a new line is created by pressing
27496  
27497 \begin_inset Info
27498 type  "shortcut"
27499 arg   "newline-insert newline"
27500 \end_inset
27501
27502 .
27503  To add or delete lines, the math toolbar buttons 
27504 \begin_inset Graphics
27505         filename ../images/tabular-feature_append-row.png
27506         scale 85
27507
27508 \end_inset
27509
27510  or 
27511 \begin_inset Graphics
27512         filename ../images/tabular-feature_delete-row.png
27513         scale 85
27514
27515 \end_inset
27516
27517 , respectively, or the menu 
27518 \family sans
27519 Edit\SpecialChar \menuseparator
27520 Rows & Columns
27521 \family default
27522  can be used.
27523 \end_layout
27524
27525 \begin_layout Subsubsection
27526 Line Separation
27527 \begin_inset CommandInset label
27528 LatexCommand label
27529 name "sub:Line-Separation"
27530
27531 \end_inset
27532
27533
27534 \begin_inset Index
27535 status collapsed
27536
27537 \begin_layout Plain Layout
27538 Formula ! multiline ! Line separation
27539 \end_layout
27540
27541 \end_inset
27542
27543
27544 \end_layout
27545
27546 \begin_layout Standard
27547 There is sometimes not enough space in multiline formulas between the lines:
27548 \begin_inset Formula \begin{eqnarray*}
27549 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}\\
27550 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*}
27551
27552 \end_inset
27553
27554
27555 \end_layout
27556
27557 \begin_layout Standard
27558 In LaTeX additional line space is specified as optional argument of the
27559  new line command.
27560  This is not yet possible in LyX
27561 \begin_inset Foot
27562 status collapsed
27563
27564 \begin_layout Plain Layout
27565 see 
27566 \begin_inset CommandInset href
27567 LatexCommand href
27568 name "LyX-bug #1505"
27569 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27570
27571 \end_inset
27572
27573
27574 \end_layout
27575
27576 \end_inset
27577
27578 , therefore the whole formula must be inserted in TeX-mode.
27579  To add in our example space, the command 
27580 \series bold
27581
27582 \backslash
27583
27584 \backslash
27585 [3mm]
27586 \series default
27587  is inserted at the end of the first line.
27588  One gets: 
27589 \begin_inset ERT
27590 status collapsed
27591
27592 \begin_layout Plain Layout
27593
27594
27595 \backslash
27596 begin{eqnarray*}
27597 \end_layout
27598
27599 \begin_layout Plain Layout
27600
27601 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27602  = & 
27603 \backslash
27604 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27605 \backslash
27606
27607 \backslash
27608 [3mm]
27609 \end_layout
27610
27611 \begin_layout Plain Layout
27612
27613 4x^{2}
27614 \backslash
27615 left(B^{2}+x_{0}^{2}
27616 \backslash
27617 right)+4x_{0}x
27618 \backslash
27619 left(D-B^{2}
27620 \backslash
27621 right)+B^{2}
27622 \backslash
27623 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27624 \backslash
27625 right) & = & 0
27626 \end_layout
27627
27628 \begin_layout Plain Layout
27629
27630
27631 \backslash
27632 end{eqnarray*}
27633 \end_layout
27634
27635 \end_inset
27636
27637
27638 \end_layout
27639
27640 \begin_layout Standard
27641 \begin_inset VSpace bigskip
27642 \end_inset
27643
27644 To set the the line separation for all lines in a formula, the length 
27645 \series bold
27646
27647 \backslash
27648 jot
27649 \series default
27650
27651 \begin_inset Index
27652 status collapsed
27653
27654 \begin_layout Plain Layout
27655 Commands ! J ! 
27656 \backslash
27657 jot
27658 \end_layout
27659
27660 \end_inset
27661
27662  is changed.
27663  The definition is: 
27664 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
27665 \end_inset
27666
27667 .
27668  Predefined for 
27669 \series bold
27670
27671 \backslash
27672 jot
27673 \series default
27674  is the value 3
27675 \begin_inset space \thinspace{}
27676 \end_inset
27677
27678 pt.
27679  To create 3
27680 \begin_inset space \thinspace{}
27681 \end_inset
27682
27683 mm additional line separation as in the previous example, the command
27684 \end_layout
27685
27686 \begin_layout Standard
27687
27688 \series bold
27689
27690 \backslash
27691 setlength{
27692 \backslash
27693 jot}{3mm+3pt}
27694 \end_layout
27695
27696 \begin_layout Standard
27697 is inserted in TeX-mode before the formula.
27698  This requires that the LaTeX-package 
27699 \series bold
27700 calc
27701 \series default
27702
27703 \begin_inset Foot
27704 status collapsed
27705
27706 \begin_layout Plain Layout
27707
27708 \series bold
27709 calc
27710 \series default
27711  is part of every LaTeX standard installation.
27712 \end_layout
27713
27714 \end_inset
27715
27716
27717 \begin_inset Index
27718 status collapsed
27719
27720 \begin_layout Plain Layout
27721 Packages ! calc
27722 \end_layout
27723
27724 \end_inset
27725
27726  was loaded in LaTeX-preamble with the line
27727 \end_layout
27728
27729 \begin_layout Standard
27730
27731 \series bold
27732
27733 \backslash
27734 usepackage{calc}
27735 \end_layout
27736
27737 \begin_layout Standard
27738 One gets: 
27739 \begin_inset ERT
27740 status collapsed
27741
27742 \begin_layout Plain Layout
27743
27744
27745 \backslash
27746 setlength{
27747 \backslash
27748 jot}{3mm+3pt}
27749 \end_layout
27750
27751 \end_inset
27752
27753
27754 \begin_inset Formula \begin{eqnarray*}
27755 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}\\
27756 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*}
27757
27758 \end_inset
27759
27760
27761 \end_layout
27762
27763 \begin_layout Standard
27764 \begin_inset ERT
27765 status collapsed
27766
27767 \begin_layout Plain Layout
27768
27769
27770 \backslash
27771 setlength{
27772 \backslash
27773 jot}{3pt}
27774 \end_layout
27775
27776 \end_inset
27777
27778  To get back to the predefined distance, 
27779 \series bold
27780
27781 \backslash
27782 jot
27783 \series default
27784  is set to the value 3
27785 \begin_inset space \thinspace{}
27786 \end_inset
27787
27788 pt.
27789 \end_layout
27790
27791 \begin_layout Subsubsection
27792 Column Separation
27793 \begin_inset CommandInset label
27794 LatexCommand label
27795 name "sub:Column-Separation"
27796
27797 \end_inset
27798
27799
27800 \begin_inset Index
27801 status collapsed
27802
27803 \begin_layout Plain Layout
27804 Formula ! multiline ! Column separation
27805 \end_layout
27806
27807 \end_inset
27808
27809
27810 \end_layout
27811
27812 \begin_layout Standard
27813 Multiline formulas form a matrix.
27814  A formula in the eqnarray environment is for example a matrix with three
27815  columns.
27816  By changing the column separation in this environment, the space beside
27817  the relation sign can be changed.
27818 \end_layout
27819
27820 \begin_layout Standard
27821 The column separation is specified with the length 
27822 \series bold
27823
27824 \backslash
27825 arraycolsep
27826 \series default
27827
27828 \begin_inset Index
27829 status collapsed
27830
27831 \begin_layout Plain Layout
27832 Commands ! A ! 
27833 \backslash
27834 arraycolsep
27835 \end_layout
27836
27837 \end_inset
27838
27839  according to:
27840 \begin_inset Newline newline
27841 \end_inset
27842
27843 column separation = 2
27844 \begin_inset space \thinspace{}
27845 \end_inset
27846
27847
27848 \series bold
27849
27850 \backslash
27851 arraycolsep
27852 \series default
27853
27854 \begin_inset Newline newline
27855 \end_inset
27856
27857 Thus, the command
27858 \end_layout
27859
27860 \begin_layout Standard
27861
27862 \series bold
27863
27864 \backslash
27865 setlength{
27866 \backslash
27867 arraycolsep}{1cm}
27868 \end_layout
27869
27870 \begin_layout Standard
27871 inserted in TeX-mode, sets for all following formulas a column separation
27872  of 2
27873 \begin_inset space \thinspace{}
27874 \end_inset
27875
27876 cm.
27877  To get back to the predefined distance, 
27878 \series bold
27879
27880 \backslash
27881 arraycolsep
27882 \series default
27883  is set to 5
27884 \begin_inset space \thinspace{}
27885 \end_inset
27886
27887 pt.
27888 \end_layout
27889
27890 \begin_layout Standard
27891 A formula with 2
27892 \begin_inset space \thinspace{}
27893 \end_inset
27894
27895 cm column separation:
27896 \begin_inset ERT
27897 status collapsed
27898
27899 \begin_layout Plain Layout
27900
27901
27902 \backslash
27903 setlength{
27904 \backslash
27905 arraycolsep}{1cm}
27906 \end_layout
27907
27908 \end_inset
27909
27910
27911 \begin_inset Formula \begin{eqnarray*}
27912 A & = & B\\
27913 C & \ne & A\end{eqnarray*}
27914
27915 \end_inset
27916
27917 A formula with the predefined column separation for matrices of 10
27918 \begin_inset space \thinspace{}
27919 \end_inset
27920
27921 pt:
27922 \begin_inset ERT
27923 status collapsed
27924
27925 \begin_layout Plain Layout
27926
27927
27928 \backslash
27929 setlength{
27930 \backslash
27931 arraycolsep}{5pt}
27932 \end_layout
27933
27934 \end_inset
27935
27936
27937 \begin_inset Formula \begin{eqnarray*}
27938 A & = & B\\
27939 C & \ne & A\end{eqnarray*}
27940
27941 \end_inset
27942
27943
27944 \end_layout
27945
27946 \begin_layout Subsubsection
27947 Long Formulas
27948 \begin_inset Index
27949 status collapsed
27950
27951 \begin_layout Plain Layout
27952 Formula ! long
27953 \end_layout
27954
27955 \end_inset
27956
27957
27958 \end_layout
27959
27960 \begin_layout Standard
27961 Long formulas can be typeset using these methods:
27962 \end_layout
27963
27964 \begin_layout Itemize
27965 When one side of the equation is much shorther than the line width, this
27966  one is chosen for the left side and the right side is typeset over two
27967  lines:
27968 \begin_inset ERT
27969 status collapsed
27970
27971 \begin_layout Plain Layout
27972
27973
27974 \backslash
27975 medskip
27976 \end_layout
27977
27978 \end_inset
27979
27980  
27981 \begin_inset Formula \begin{eqnarray}
27982 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 \\
27983  &  & -\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}
27984
27985 \end_inset
27986
27987
27988 \begin_inset ERT
27989 status collapsed
27990
27991 \begin_layout Plain Layout
27992
27993
27994 \backslash
27995 smallskip
27996 \end_layout
27997
27998 \end_inset
27999
28000
28001 \begin_inset Newline newline
28002 \end_inset
28003
28004 The minus sign at the beginning of the second line does normally not appear
28005  as operator because it is the first character of the line.
28006  Thus it would not be surrounded by space and could not be distinguished
28007  from the fraction bar.
28008  To avoid this, space was inserted behind the minus sign with the command
28009  
28010 \series bold
28011
28012 \backslash
28013 hspace{3pt}
28014 \series default
28015
28016 \begin_inset Foot
28017 status collapsed
28018
28019 \begin_layout Plain Layout
28020 more about 
28021 \series bold
28022
28023 \backslash
28024 hspace
28025 \series default
28026  see 
28027 \begin_inset CommandInset ref
28028 LatexCommand ref
28029 reference "sub:Variable-Space"
28030
28031 \end_inset
28032
28033
28034 \end_layout
28035
28036 \end_inset
28037
28038
28039 \begin_inset Index
28040 status collapsed
28041
28042 \begin_layout Plain Layout
28043 Commands ! H ! 
28044 \backslash
28045 hspace
28046 \end_layout
28047
28048 \end_inset
28049
28050 .
28051 \end_layout
28052
28053 \begin_layout Itemize
28054 When both sides of the equation are too long, the command 
28055 \series bold
28056
28057 \backslash
28058 lefteqn
28059 \series default
28060
28061 \begin_inset Index
28062 status collapsed
28063
28064 \begin_layout Plain Layout
28065 Commands ! L ! 
28066 \backslash
28067 lefteqn
28068 \end_layout
28069
28070 \end_inset
28071
28072  is used.
28073  It is inserted to the first column of the first line and effects that all
28074  further insertions overwrite the following columns:
28075 \begin_inset ERT
28076 status collapsed
28077
28078 \begin_layout Plain Layout
28079
28080
28081 \backslash
28082 medskip
28083 \end_layout
28084
28085 \end_inset
28086
28087
28088 \begin_inset Formula \begin{eqnarray}
28089 \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 \\
28090  &  & -\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 \\
28091  &  & =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}
28092
28093 \end_inset
28094
28095
28096 \begin_inset ERT
28097 status collapsed
28098
28099 \begin_layout Plain Layout
28100
28101
28102 \backslash
28103 smallskip
28104 \end_layout
28105
28106 \end_inset
28107
28108
28109 \begin_inset Newline newline
28110 \end_inset
28111
28112 After the insertion of 
28113 \series bold
28114
28115 \backslash
28116 lefteqn
28117 \series default
28118 , the cursor is in a purple box that is a bit shifted to the left from the
28119  blue one.
28120  In this the formula is inserted.
28121 \begin_inset ERT
28122 status collapsed
28123
28124 \begin_layout Plain Layout
28125
28126
28127 \backslash
28128 medskip
28129 \end_layout
28130
28131 \end_inset
28132
28133
28134 \begin_inset Newline newline
28135 \end_inset
28136
28137 The content of the further lines is inserted to the second or another formula
28138  column.
28139  The greater the column number where it was inserted, the larger the indentation.
28140 \begin_inset ERT
28141 status collapsed
28142
28143 \begin_layout Plain Layout
28144
28145
28146 \backslash
28147 medskip
28148 \end_layout
28149
28150 \end_inset
28151
28152
28153 \begin_inset Newline newline
28154 \end_inset
28155
28156
28157 \begin_inset Note Greyedout
28158 status open
28159
28160 \begin_layout Plain Layout
28161 Note the following when using 
28162 \series bold
28163
28164 \backslash
28165 lefteqn
28166 \series default
28167 :
28168 \end_layout
28169
28170 \begin_layout Itemize
28171 The formula doesn't use the full page width.
28172  When e.
28173 \begin_inset space \thinspace{}
28174 \end_inset
28175
28176 g.
28177 \begin_inset space ~
28178 \end_inset
28179
28180 the term 
28181 \begin_inset Formula $-B^{2}$
28182 \end_inset
28183
28184  is added to the first line in the above example, it would have been outside
28185  the page margin.
28186  To better use the width, negative space can be inserted at the beginning
28187  of the first line.
28188 \end_layout
28189
28190 \begin_layout Itemize
28191 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28192  line.
28193 \begin_inset Foot
28194 status collapsed
28195
28196 \begin_layout Plain Layout
28197 \begin_inset CommandInset href
28198 LatexCommand href
28199 name "LyX-bug #1429"
28200 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28201
28202 \end_inset
28203
28204
28205 \end_layout
28206
28207 \end_inset
28208
28209  One can only set the cursor at the beginning of the line and move it with
28210  the arrow keys.
28211 \end_layout
28212
28213 \end_inset
28214
28215
28216 \end_layout
28217
28218 \begin_layout Itemize
28219 Other methods to set long formulas are offered by the environments described
28220  in 
28221 \begin_inset CommandInset ref
28222 LatexCommand ref
28223 reference "sub:Multline-Environment"
28224
28225 \end_inset
28226
28227  and 
28228 \begin_inset CommandInset ref
28229 LatexCommand ref
28230 reference "sub:Multiline-Formula-Parts"
28231
28232 \end_inset
28233
28234 .
28235 \end_layout
28236
28237 \begin_layout Subsubsection
28238 Multiline Brackets
28239 \begin_inset CommandInset label
28240 LatexCommand label
28241 name "sub:Multiline-Brackets"
28242
28243 \end_inset
28244
28245
28246 \begin_inset Index
28247 status collapsed
28248
28249 \begin_layout Plain Layout
28250 Brackets ! for multiline expressions
28251 \end_layout
28252
28253 \end_inset
28254
28255
28256 \end_layout
28257
28258 \begin_layout Standard
28259 For brackets spanning multiple lines the following problem occurs:
28260 \begin_inset Formula \begin{eqnarray*}
28261 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28262  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28263
28264 \end_inset
28265
28266
28267 \end_layout
28268
28269 \begin_layout Standard
28270 The closing bracket is smaller than the opening bracket because brackets
28271  with variable size may not span multiple lines.
28272 \end_layout
28273
28274 \begin_layout Standard
28275 To set the bracket size for the second line correctly, the first line is
28276  ended with 
28277 \series bold
28278
28279 \backslash
28280 right.
28281 \series default
28282
28283 \begin_inset Index
28284 status collapsed
28285
28286 \begin_layout Plain Layout
28287 Commands ! R ! 
28288 \backslash
28289 right
28290 \end_layout
28291
28292 \end_inset
28293
28294  and the second line with 
28295 \series bold
28296
28297 \backslash
28298 left.
28299 \begin_inset Foot
28300 status collapsed
28301
28302 \begin_layout Plain Layout
28303 for more about 
28304 \series bold
28305
28306 \backslash
28307 left
28308 \series default
28309  and 
28310 \series bold
28311
28312 \backslash
28313 right
28314 \series default
28315  see 
28316 \begin_inset CommandInset ref
28317 LatexCommand ref
28318 reference "sub:Automatic-Bracket-Size"
28319
28320 \end_inset
28321
28322
28323 \end_layout
28324
28325 \end_inset
28326
28327
28328 \series default
28329
28330 \begin_inset Index
28331 status collapsed
28332
28333 \begin_layout Plain Layout
28334 Commands ! L ! 
28335 \backslash
28336 left
28337 \end_layout
28338
28339 \end_inset
28340
28341 .
28342  After 
28343 \series bold
28344
28345 \backslash
28346 left.
28347
28348 \series default
28349  the command 
28350 \series bold
28351
28352 \backslash
28353 vphantom
28354 \series default
28355
28356 \begin_inset ERT
28357 status collapsed
28358
28359 \begin_layout Plain Layout
28360
28361
28362 \backslash
28363 spce 
28364 \end_layout
28365
28366 \end_inset
28367
28368
28369 \series bold
28370
28371 \backslash
28372 prod
28373 \series default
28374 ^
28375 \begin_inset ERT
28376 status collapsed
28377
28378 \begin_layout Plain Layout
28379
28380
28381 \backslash
28382 spce 
28383 \end_layout
28384
28385 \end_inset
28386
28387
28388 \series bold
28389
28390 \backslash
28391 infty
28392 \series default
28393
28394 \begin_inset ERT
28395 status collapsed
28396
28397 \begin_layout Plain Layout
28398
28399
28400 \backslash
28401 spce 
28402 \end_layout
28403
28404 \end_inset
28405
28406
28407 \series bold
28408
28409 \begin_inset Formula $\downarrow$
28410 \end_inset
28411
28412 _R=1}
28413 \series default
28414
28415 \begin_inset Index
28416 status collapsed
28417
28418 \begin_layout Plain Layout
28419 Commands ! V ! 
28420 \backslash
28421 vphantom
28422 \end_layout
28423
28424 \end_inset
28425
28426  is inserted, because the multiplication operator with its limits is the
28427  largest symbol in the first line and this should be the size for the bracket
28428  in the second line.
28429 \end_layout
28430
28431 \begin_layout Standard
28432 The result is this:
28433 \begin_inset Formula \begin{eqnarray*}
28434 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28435  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28436
28437 \end_inset
28438
28439
28440 \end_layout
28441
28442 \begin_layout Subsection
28443 Align Environments
28444 \end_layout
28445
28446 \begin_layout Standard
28447 Align environments can be used for every kind of multiline formulas.
28448  They are specially useful to set several formulas side by side.
28449 \end_layout
28450
28451 \begin_layout Standard
28452 Align environments consist of columns.
28453  The odd columns are right aligned, the even ones left aligned.
28454  Every line in an Align environment can be numbered.
28455 \end_layout
28456
28457 \begin_layout Standard
28458 Align environments are created via the menu 
28459 \family sans
28460 Insert\SpecialChar \menuseparator
28461 Math
28462 \family default
28463 .
28464  With the menu 
28465 \family sans
28466 Edit\SpecialChar \menuseparator
28467 Math\SpecialChar \menuseparator
28468 Change Formula Type
28469 \family default
28470  already existing formulas can be converted to Align environments.
28471 \end_layout
28472
28473 \begin_layout Standard
28474 To add or delete columns, the math toolbar buttons 
28475 \begin_inset Graphics
28476         filename ../images/tabular-feature_append-column.png
28477         scale 85
28478
28479 \end_inset
28480
28481  or 
28482 \begin_inset Graphics
28483         filename ../images/tabular-feature_delete-column.png
28484         scale 85
28485
28486 \end_inset
28487
28488 , respectively, or the menu 
28489 \family sans
28490 Edit\SpecialChar \menuseparator
28491 Rows & Columns
28492 \family default
28493  can be used.
28494 \end_layout
28495
28496 \begin_layout Subsubsection
28497 Standard align Environment
28498 \begin_inset CommandInset label
28499 LatexCommand label
28500 name "sub:Standard-align-Environment"
28501
28502 \end_inset
28503
28504
28505 \begin_inset Index
28506 status collapsed
28507
28508 \begin_layout Plain Layout
28509 Formula ! multiline ! align environment
28510 \end_layout
28511
28512 \end_inset
28513
28514
28515 \end_layout
28516
28517 \begin_layout Standard
28518 This Align environment is created by presssing 
28519 \begin_inset Info
28520 type  "shortcut"
28521 arg   "newline-insert newline"
28522 \end_inset
28523
28524  in a formula or by the menu 
28525 \family sans
28526 Insert\SpecialChar \menuseparator
28527 Math\SpecialChar \menuseparator
28528 AMS align Environment
28529 \family default
28530 .
28531 \end_layout
28532
28533 \begin_layout Standard
28534 An example for two formulas set side by side, that are created with a four
28535  column align environment:
28536 \begin_inset Formula \begin{align*}
28537 A & =\sin(B) & C & =D\\
28538 C & \ne A & B & \ne D\end{align*}
28539
28540 \end_inset
28541
28542 As it can be seen, the formulas in this environment are placed so as if
28543  there would be a 
28544 \series bold
28545
28546 \backslash
28547 hfill
28548 \begin_inset Foot
28549 status collapsed
28550
28551 \begin_layout Plain Layout
28552 more about 
28553 \series bold
28554
28555 \backslash
28556 hfill
28557 \series default
28558  see 
28559 \begin_inset CommandInset ref
28560 LatexCommand ref
28561 reference "sub:Variable-Space"
28562
28563 \end_inset
28564
28565
28566 \end_layout
28567
28568 \end_inset
28569
28570
28571 \series default
28572  before the first and after every even column.
28573  When the formula style 
28574 \series bold
28575 Indented
28576 \begin_inset Foot
28577 status collapsed
28578
28579 \begin_layout Plain Layout
28580 formula styles see 
28581 \begin_inset CommandInset ref
28582 LatexCommand ref
28583 reference "sec:Formula-Styles"
28584
28585 \end_inset
28586
28587
28588 \end_layout
28589
28590 \end_inset
28591
28592
28593 \series default
28594  is used, the formula is set without the 
28595 \series bold
28596
28597 \backslash
28598 hfill
28599 \series default
28600  before the first column.
28601 \end_layout
28602
28603 \begin_layout Subsubsection
28604 Alignat Environment
28605 \begin_inset Index
28606 status collapsed
28607
28608 \begin_layout Plain Layout
28609 Formula ! multiline ! alignat environment
28610 \end_layout
28611
28612 \end_inset
28613
28614
28615 \end_layout
28616
28617 \begin_layout Standard
28618 The alignat environment has no predefined column separation.
28619  It can be inserted manually with the spaces that are described 
28620 \begin_inset CommandInset ref
28621 LatexCommand ref
28622 reference "sub:Space"
28623
28624 \end_inset
28625
28626 .
28627 \end_layout
28628
28629 \begin_layout Standard
28630 The above example in the alignat environment where 1
28631 \begin_inset space \thinspace{}
28632 \end_inset
28633
28634 cm space was inserted at the beginning of the second formula:
28635 \begin_inset Formula \begin{alignat*}{2}
28636 A & =\sin(B) & \hspace{1cm}C & =D\\
28637 C & \ne A & B & \ne D\end{alignat*}
28638
28639 \end_inset
28640
28641 Because the column separation can be set separately for every column, this
28642  environment is especially suitable to set three and more formulas side
28643  by side.
28644 \end_layout
28645
28646 \begin_layout Subsubsection
28647 Flalign Environment
28648 \begin_inset CommandInset label
28649 LatexCommand label
28650 name "sub:Flalign-Environment"
28651
28652 \end_inset
28653
28654
28655 \begin_inset Index
28656 status collapsed
28657
28658 \begin_layout Plain Layout
28659 Formula ! multiline ! flalign environment
28660 \end_layout
28661
28662 \end_inset
28663
28664
28665 \end_layout
28666
28667 \begin_layout Standard
28668 In this environment the first two columns are always set as much as possible
28669  to the left and the last two ones to the right.
28670  An example:
28671 \begin_inset Formula \begin{flalign*}
28672 A & =1 & B & =2 & C & =3\\
28673 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28674
28675 \end_inset
28676
28677
28678 \end_layout
28679
28680 \begin_layout Standard
28681 By creating a flalign environment with an odd number of columns where an
28682  empty TeX-brace is inserted to the last column, several formulas in a document
28683  can be set to the left, although the formula style 
28684 \series bold
28685 Centered
28686 \series default
28687  is used.
28688  As example the indented formula 
28689 \begin_inset CommandInset ref
28690 LatexCommand eqref
28691 reference "eq:VolInt"
28692
28693 \end_inset
28694
28695 :
28696 \begin_inset Formula \begin{flalign}
28697 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28698
28699 \end_inset
28700
28701 The first two columns contain the formula.
28702  To indent it as with the formula style 
28703 \series bold
28704 Indented
28705 \series default
28706 , 30
28707 \begin_inset space \thinspace{}
28708 \end_inset
28709
28710 pt space was inserted at the beginning of the first column.
28711 \end_layout
28712
28713 \begin_layout Subsection
28714 Eqnarray Environment
28715 \begin_inset CommandInset label
28716 LatexCommand label
28717 name "sub:Eqnarray-Environment"
28718
28719 \end_inset
28720
28721
28722 \begin_inset Index
28723 status collapsed
28724
28725 \begin_layout Plain Layout
28726 Formula ! multiline ! eqnarray environment
28727 \end_layout
28728
28729 \end_inset
28730
28731
28732 \end_layout
28733
28734 \begin_layout Standard
28735 When this environment has been created, three blue boxes appear.
28736  The content of the first box is right aligned, the content of the last
28737  one left aligned.
28738  The content of the middle box appears centered and a bit smaller, because
28739  it is designed to insert there only relation characters.
28740 \begin_inset Formula \begin{eqnarray*}
28741 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28742 AB & AB & AB\\
28743 A & = & A\end{eqnarray*}
28744
28745 \end_inset
28746
28747
28748 \end_layout
28749
28750 \begin_layout Subsection
28751 Gather Environment
28752 \begin_inset Index
28753 status collapsed
28754
28755 \begin_layout Plain Layout
28756 Formula ! multiline ! gather environment
28757 \end_layout
28758
28759 \end_inset
28760
28761
28762 \end_layout
28763
28764 \begin_layout Standard
28765 This environment consists of only one centered column.
28766  Every line can be numbered.
28767 \begin_inset Formula \begin{gather}
28768 A=1\\
28769 X=\textrm{-}1\end{gather}
28770
28771 \end_inset
28772
28773
28774 \end_layout
28775
28776 \begin_layout Subsection
28777 Multline Environment
28778 \begin_inset CommandInset label
28779 LatexCommand label
28780 name "sub:Multline-Environment"
28781
28782 \end_inset
28783
28784
28785 \begin_inset Index
28786 status collapsed
28787
28788 \begin_layout Plain Layout
28789 Formula ! multiline ! multline environment
28790 \end_layout
28791
28792 \end_inset
28793
28794
28795 \end_layout
28796
28797 \begin_layout Standard
28798 The multline environment consists, like the gather environment, of only
28799  one column.
28800  But the first line is left aligned, the last one right aligned.
28801  All other lines are centered.
28802  Therefore this environment is suitable for long formulas.
28803  As example formula 
28804 \begin_inset CommandInset ref
28805 LatexCommand eqref
28806 reference "eq:lefteqn"
28807
28808 \end_inset
28809
28810  in the multline environment:
28811 \begin_inset Formula \begin{multline}
28812 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}\\
28813 -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}\\
28814 =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}
28815
28816 \end_inset
28817
28818
28819 \end_layout
28820
28821 \begin_layout Standard
28822 In the output only the last (first) line of a multline environment appears
28823  numbered when the document numbering is right (left).
28824 \begin_inset Foot
28825 status collapsed
28826
28827 \begin_layout Plain Layout
28828 numbering styles see 
28829 \begin_inset CommandInset ref
28830 LatexCommand ref
28831 reference "sec:Formula-Styles"
28832
28833 \end_inset
28834
28835
28836 \end_layout
28837
28838 \end_inset
28839
28840
28841 \end_layout
28842
28843 \begin_layout Standard
28844 With the commands 
28845 \series bold
28846
28847 \backslash
28848 shoveright
28849 \begin_inset Index
28850 status collapsed
28851
28852 \begin_layout Plain Layout
28853 Commands ! S ! 
28854 \backslash
28855 shoveright
28856 \end_layout
28857
28858 \end_inset
28859
28860
28861 \series default
28862  and 
28863 \series bold
28864
28865 \backslash
28866 shoveleft
28867 \begin_inset Index
28868 status collapsed
28869
28870 \begin_layout Plain Layout
28871 Commands ! S ! 
28872 \backslash
28873 shoveleft
28874 \end_layout
28875
28876 \end_inset
28877
28878
28879 \series default
28880  a centered line can be right or left aligned, respectively.
28881  The commands are used as follows:
28882 \end_layout
28883
28884 \begin_layout Standard
28885
28886 \series bold
28887
28888 \backslash
28889 shoveright{line content}
28890 \series default
28891  and 
28892 \series bold
28893
28894 \backslash
28895 shoveleft{line content}
28896 \end_layout
28897
28898 \begin_layout Standard
28899 \begin_inset VSpace medskip
28900 \end_inset
28901
28902 The length 
28903 \series bold
28904
28905 \backslash
28906 multlinegap
28907 \begin_inset Index
28908 status collapsed
28909
28910 \begin_layout Plain Layout
28911 Commands ! M ! 
28912 \backslash
28913 multlinegap
28914 \end_layout
28915
28916 \end_inset
28917
28918
28919 \series default
28920  specifies the distance of the first line from the left page margin.
28921  Predefined is the length 0
28922 \begin_inset space \thinspace{}
28923 \end_inset
28924
28925 pt.
28926 \end_layout
28927
28928 \begin_layout Standard
28929 As example the above formula where the command
28930 \end_layout
28931
28932 \begin_layout Standard
28933
28934 \series bold
28935
28936 \backslash
28937 setlength{
28938 \backslash
28939 multlinegap}{2cm}
28940 \end_layout
28941
28942 \begin_layout Standard
28943 was inserted in TeX-mode before:
28944 \begin_inset ERT
28945 status collapsed
28946
28947 \begin_layout Plain Layout
28948
28949
28950 \backslash
28951 setlength{
28952 \backslash
28953 multlinegap}{2cm}
28954 \end_layout
28955
28956 \end_inset
28957
28958
28959 \begin_inset Formula \begin{multline}
28960 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}\\
28961 \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}}\\
28962 =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}
28963
28964 \end_inset
28965
28966
28967 \begin_inset ERT
28968 status collapsed
28969
28970 \begin_layout Plain Layout
28971
28972
28973 \backslash
28974 setlength{
28975 \backslash
28976 multlinegap}{0pt}
28977 \end_layout
28978
28979 \end_inset
28980
28981 The second line was left aligned using 
28982 \series bold
28983
28984 \backslash
28985 shoveleft
28986 \series default
28987 .
28988 \end_layout
28989
28990 \begin_layout Subsection
28991 Multiline Formula Parts
28992 \begin_inset CommandInset label
28993 LatexCommand label
28994 name "sub:Multiline-Formula-Parts"
28995
28996 \end_inset
28997
28998
28999 \begin_inset Index
29000 status collapsed
29001
29002 \begin_layout Plain Layout
29003 Formula ! multiline ! formula parts
29004 \end_layout
29005
29006 \end_inset
29007
29008
29009 \end_layout
29010
29011 \begin_layout Standard
29012 To display only parts of a formula with multiple lines, one of the following
29013  environments are used: 
29014 \series bold
29015 aligned
29016 \series default
29017
29018 \series bold
29019 alignedat
29020 \series default
29021
29022 \series bold
29023 gathered
29024 \series default
29025  or 
29026 \series bold
29027 split
29028 \series default
29029 .
29030  They can be inserted via the menu 
29031 \family sans
29032 Insert\SpecialChar \menuseparator
29033 Math
29034 \family default
29035  or by using the commands described in this section.
29036 \end_layout
29037
29038 \begin_layout Standard
29039 The first three have the same properties as the corresponding multiline
29040  formula environments, but it is possible to set further formula parts beside
29041  them.
29042  An example:
29043 \begin_inset Formula \[
29044 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29045 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29046 \right\} \textrm{Uncertainty relations}\]
29047
29048 \end_inset
29049
29050
29051 \end_layout
29052
29053 \begin_layout Standard
29054 To get this formula, a displayed formula is created where the command 
29055 \series bold
29056
29057 \backslash
29058 aligned
29059 \begin_inset Index
29060 status collapsed
29061
29062 \begin_layout Plain Layout
29063 Commands ! A ! 
29064 \backslash
29065 aligned
29066 \end_layout
29067
29068 \end_inset
29069
29070
29071 \series default
29072  is inserted.
29073  A purple box appears around the blue formula box where now columns and
29074  lines can be added.
29075  Outside the multiline environment other formula parts can be set, like
29076  the brace.
29077 \end_layout
29078
29079 \begin_layout Standard
29080 The aligned environment is also suitable for long formulas whose lines are
29081  horizontally aligned.
29082  Using aligned in a displayed formula has the advantage that the formula
29083  number is vertically centered behind the lines.
29084  As example formula 
29085 \begin_inset CommandInset ref
29086 LatexCommand eqref
29087 reference "eq:kurzlang"
29088
29089 \end_inset
29090
29091  in the aligned environment:
29092 \begin_inset Formula \begin{equation}
29093 \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}|}\\
29094  & -\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}
29095 \end{equation}
29096
29097 \end_inset
29098
29099
29100 \end_layout
29101
29102 \begin_layout Standard
29103 To use the environments 
29104 \series bold
29105 alignedat
29106 \series default
29107
29108 \series bold
29109 gathered
29110 \series default
29111 , or 
29112 \series bold
29113 split
29114 \series default
29115 , the command 
29116 \series bold
29117
29118 \backslash
29119 alignedat
29120 \series default
29121 ,
29122 \begin_inset Index
29123 status collapsed
29124
29125 \begin_layout Plain Layout
29126 Commands ! A ! 
29127 \backslash
29128 alignedat
29129 \end_layout
29130
29131 \end_inset
29132
29133  
29134 \series bold
29135
29136 \backslash
29137 gathered
29138 \series default
29139
29140 \begin_inset Index
29141 status collapsed
29142
29143 \begin_layout Plain Layout
29144 Commands ! G ! 
29145 \backslash
29146 gathered
29147 \end_layout
29148
29149 \end_inset
29150
29151 , or 
29152 \series bold
29153
29154 \backslash
29155 split
29156 \series default
29157
29158 \begin_inset Index
29159 status collapsed
29160
29161 \begin_layout Plain Layout
29162 Commands ! S ! 
29163 \backslash
29164 split
29165 \end_layout
29166
29167 \end_inset
29168
29169  are inserted, respectively.
29170  The split environment has the same properties as the aligned environment
29171  but it can only have two columns.
29172 \end_layout
29173
29174 \begin_layout Subsection
29175 Text in multiline Formulas
29176 \begin_inset CommandInset label
29177 LatexCommand label
29178 name "sub:Text-in-multiline"
29179
29180 \end_inset
29181
29182
29183 \begin_inset Index
29184 status collapsed
29185
29186 \begin_layout Plain Layout
29187 Text ! in formulas
29188 \end_layout
29189
29190 \end_inset
29191
29192
29193 \begin_inset Index
29194 status collapsed
29195
29196 \begin_layout Plain Layout
29197 Formula ! multiline ! text
29198 \end_layout
29199
29200 \end_inset
29201
29202
29203 \end_layout
29204
29205 \begin_layout Standard
29206 In the Align environments, and the multline and gather environment, text
29207  can be inserted that will appear in a separate line and doesn't affect
29208  the column alignment.
29209  To do this, the command 
29210 \series bold
29211
29212 \backslash
29213 intertext
29214 \begin_inset Index
29215 status collapsed
29216
29217 \begin_layout Plain Layout
29218 Commands ! I ! 
29219 \backslash
29220 intertext
29221 \end_layout
29222
29223 \end_inset
29224
29225
29226 \series default
29227  is used in the following scheme:
29228 \end_layout
29229
29230 \begin_layout Standard
29231
29232 \series bold
29233
29234 \backslash
29235 intertext{text}
29236 \end_layout
29237
29238 \begin_layout Standard
29239 The text should not be longer than a line because it cannot be hyphenated.
29240  As LyX doesn't yet support 
29241 \series bold
29242
29243 \backslash
29244 intertext
29245 \series default
29246  directly, the text is written as mathematical text.
29247  
29248 \series bold
29249
29250 \backslash
29251 intertext
29252 \series default
29253  must hereby be at the beginning of a line and appears in the output above
29254  this line.
29255  An example where the text was inserted at the beginning of the second line:
29256 \begin_inset Formula \begin{align}
29257 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29258 \intertext{\text{integrand is symmetric to $\phi=\pi$, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29259
29260 \end_inset
29261
29262
29263 \end_layout
29264
29265 \begin_layout Section
29266 Formula Numbering
29267 \begin_inset Index
29268 status collapsed
29269
29270 \begin_layout Plain Layout
29271 Formula numbering
29272 \end_layout
29273
29274 \end_inset
29275
29276
29277 \begin_inset Index
29278 status collapsed
29279
29280 \begin_layout Plain Layout
29281 Formula ! numbering|see
29282 \begin_inset ERT
29283 status collapsed
29284
29285 \begin_layout Plain Layout
29286
29287 {
29288 \end_layout
29289
29290 \end_inset
29291
29292 Formula numbering
29293 \begin_inset ERT
29294 status collapsed
29295
29296 \begin_layout Plain Layout
29297
29298 }
29299 \end_layout
29300
29301 \end_inset
29302
29303
29304 \end_layout
29305
29306 \end_inset
29307
29308
29309 \end_layout
29310
29311 \begin_layout Subsection
29312 General
29313 \end_layout
29314
29315 \begin_layout Standard
29316 Numbered formulas can be created with the menu 
29317 \family sans
29318 Insert\SpecialChar \menuseparator
29319 Math\SpecialChar \menuseparator
29320 Numbered
29321 \begin_inset space ~
29322 \end_inset
29323
29324 Formula
29325 \family default
29326  (shortcut 
29327 \family sans
29328 Ctrl+Alt
29329 \begin_inset space ~
29330 \end_inset
29331
29332 N
29333 \family default
29334 ).
29335  Existing formulas can be numbered with the menu 
29336 \family sans
29337 Edit\SpecialChar \menuseparator
29338 Math\SpecialChar \menuseparator
29339 Toggle
29340 \begin_inset space ~
29341 \end_inset
29342
29343 Numbering
29344 \family default
29345  (shortcut 
29346 \begin_inset Info
29347 type  "shortcut"
29348 arg   "math-number-toggle"
29349 \end_inset
29350
29351 ).
29352  The formula number is displayed in LyX behind the formula as number sign
29353  in parentheses.
29354  The number sign is replaced in the output by the formula number.
29355 \end_layout
29356
29357 \begin_layout Standard
29358 When numbering is turned on in multiline formulas, all lines will be numbered.
29359  But the numbering can be controlled with the menu 
29360 \family sans
29361 Edit\SpecialChar \menuseparator
29362 Math\SpecialChar \menuseparator
29363 Toggle
29364 \begin_inset space ~
29365 \end_inset
29366
29367 Numbering
29368 \begin_inset space ~
29369 \end_inset
29370
29371 of
29372 \begin_inset space ~
29373 \end_inset
29374
29375 Line
29376 \family default
29377  (shortcut
29378 \begin_inset Info
29379 type  "shortcut"
29380 arg   "math-number-line-toggle"
29381 \end_inset
29382
29383 ) for every line.
29384 \end_layout
29385
29386 \begin_layout Standard
29387 Except of inline formulas, all formulas can be numbered with two different
29388  styles, see 
29389 \begin_inset CommandInset ref
29390 LatexCommand ref
29391 reference "sec:Formula-Styles"
29392
29393 \end_inset
29394
29395 .
29396 \end_layout
29397
29398 \begin_layout Subsection
29399 Cross-References
29400 \begin_inset Index
29401 status collapsed
29402
29403 \begin_layout Plain Layout
29404 Cross-references ! to formulas
29405 \end_layout
29406
29407 \end_inset
29408
29409
29410 \end_layout
29411
29412 \begin_layout Standard
29413 All labeled formulas can be cross-referenced.
29414  A label is added by the menu 
29415 \family sans
29416 Insert\SpecialChar \menuseparator
29417 Label
29418 \family default
29419  or the toolbar button 
29420 \begin_inset Graphics
29421         filename ../images/label-insert.png
29422         scale 85
29423
29424 \end_inset
29425
29426 .
29427  The cursor must hereby be inside a displayed formula.
29428  A dialog pops up displaying the prefix 
29429 \series bold
29430 eq:
29431 \series default
29432  in a text field.
29433  The label is inserted there behind the prefix.
29434  The predefined prefix means 
29435 \begin_inset Quotes eld
29436 \end_inset
29437
29438 equation
29439 \begin_inset Quotes erd
29440 \end_inset
29441
29442  and makes it easier to find labels in large documents because it marks
29443  it as formula label to divide it from e.
29444 \begin_inset space \thinspace{}
29445 \end_inset
29446
29447 g.
29448 \begin_inset space ~
29449 \end_inset
29450
29451 section labels.
29452  To change a label, the menu 
29453 \family sans
29454 Insert\SpecialChar \menuseparator
29455 Label
29456 \family default
29457  is used again.
29458 \end_layout
29459
29460 \begin_layout Standard
29461 The name of the label is displayed in LyX within two parentheses behind
29462  formula.
29463  A formula with a label is always numbered.
29464 \end_layout
29465
29466 \begin_layout Standard
29467 Cross-references are inserted via the menu 
29468 \family sans
29469 Insert\SpecialChar \menuseparator
29470 Cross-Reference
29471 \family default
29472  or with the toolbar button 
29473 \begin_inset Graphics
29474         filename ../images/dialog-show-new-inset_ref.png
29475         scale 85
29476
29477 \end_inset
29478
29479 .
29480  A formula cross-reference appears in the output as formula number.
29481  When in the cross-reference dialog window the format 
29482 \series bold
29483 (<reference>)
29484 \series default
29485  is chosen, the cross-reference appears in the output as formula number
29486  in parentheses.
29487 \begin_inset Newline newline
29488 \end_inset
29489
29490 By right-clicking on a cross-reference in LyX, one jumps to the formula
29491  that is referenced.
29492 \end_layout
29493
29494 \begin_layout Standard
29495 Here are as examples cross-references to formulas of the following subsections:
29496 \begin_inset Note Note
29497 status open
29498
29499 \begin_layout Plain Layout
29500 Note the different cross-reference types.
29501 \end_layout
29502
29503 \end_inset
29504
29505
29506 \end_layout
29507
29508 \begin_layout Standard
29509 The equations 
29510 \begin_inset CommandInset ref
29511 LatexCommand eqref
29512 reference "eq:tag"
29513
29514 \end_inset
29515
29516  and 
29517 \begin_inset CommandInset ref
29518 LatexCommand eqref
29519 reference "eq:c"
29520
29521 \end_inset
29522
29523  are equivalent.
29524  In (
29525 \begin_inset CommandInset ref
29526 LatexCommand ref
29527 reference "eq:Lat"
29528
29529 \end_inset
29530
29531 ) big Latin letters are used for the numbering in contrary to (
29532 \begin_inset CommandInset ref
29533 LatexCommand ref
29534 reference "eq:Rom"
29535
29536 \end_inset
29537
29538 ).
29539 \end_layout
29540
29541 \begin_layout Standard
29542 \begin_inset VSpace medskip
29543 \end_inset
29544
29545 When the argument of 
29546 \series bold
29547
29548 \backslash
29549 tag
29550 \begin_inset Foot
29551 status collapsed
29552
29553 \begin_layout Plain Layout
29554
29555 \series bold
29556
29557 \backslash
29558 tag
29559 \series default
29560  is described in 
29561 \begin_inset CommandInset ref
29562 LatexCommand ref
29563 reference "sub:User-defined-Numbering"
29564
29565 \end_inset
29566
29567 .
29568 \end_layout
29569
29570 \end_inset
29571
29572
29573 \series default
29574  contains a box like in 
29575 \begin_inset CommandInset ref
29576 LatexCommand ref
29577 reference "sub:Paragraph-Boxes"
29578
29579 \end_inset
29580
29581 , the formula cannot be referenced.
29582 \end_layout
29583
29584 \begin_layout Subsection
29585 Subnumbering
29586 \begin_inset Index
29587 status collapsed
29588
29589 \begin_layout Plain Layout
29590 Formula numbering ! subnumbering
29591 \end_layout
29592
29593 \end_inset
29594
29595
29596 \end_layout
29597
29598 \begin_layout Standard
29599 With the help of the commands 
29600 \series bold
29601
29602 \backslash
29603 begin{subequations}
29604 \series default
29605  and 
29606 \series bold
29607
29608 \backslash
29609 end{subequations}
29610 \series default
29611  formulas can be subnumbered.
29612  Both commands are inserted in TeX-mode.
29613 \end_layout
29614
29615 \begin_layout Standard
29616 An example:
29617 \begin_inset Formula \begin{equation}
29618 A=C-B\label{eq:a}\end{equation}
29619
29620 \end_inset
29621
29622
29623 \begin_inset ERT
29624 status collapsed
29625
29626 \begin_layout Plain Layout
29627
29628
29629 \backslash
29630 addtocounter{equation}{-1}
29631 \end_layout
29632
29633 \end_inset
29634
29635
29636 \begin_inset ERT
29637 status collapsed
29638
29639 \begin_layout Plain Layout
29640
29641
29642 \backslash
29643 begin{subequations}
29644 \end_layout
29645
29646 \end_inset
29647
29648
29649 \begin_inset VSpace -5mm
29650 \end_inset
29651
29652
29653 \begin_inset Formula \begin{equation}
29654 B=C-A\label{eq:b}\end{equation}
29655
29656 \end_inset
29657
29658
29659 \begin_inset Formula \begin{equation}
29660 C=A+B\label{eq:c}\end{equation}
29661
29662 \end_inset
29663
29664
29665 \end_layout
29666
29667 \begin_layout Standard
29668 \begin_inset ERT
29669 status collapsed
29670
29671 \begin_layout Plain Layout
29672
29673
29674 \backslash
29675 end{subequations}
29676 \end_layout
29677
29678 \end_inset
29679
29680
29681 \end_layout
29682
29683 \begin_layout Standard
29684 To create the example, the following is done:
29685 \end_layout
29686
29687 \begin_layout Enumerate
29688 first formula is inserted
29689 \end_layout
29690
29691 \begin_layout Enumerate
29692
29693 \series bold
29694
29695 \backslash
29696 addtocounter{equation}{-1} 
29697 \backslash
29698 begin{subequations}
29699 \begin_inset Index
29700 status collapsed
29701
29702 \begin_layout Plain Layout
29703 Commands ! A ! 
29704 \backslash
29705 addtocounter
29706 \end_layout
29707
29708 \end_inset
29709
29710
29711 \begin_inset Newline newline
29712 \end_inset
29713
29714
29715 \series default
29716 is inserted after the first formula
29717 \end_layout
29718
29719 \begin_layout Enumerate
29720 second formula is inserted
29721 \end_layout
29722
29723 \begin_layout Enumerate
29724 third formula is inserted
29725 \end_layout
29726
29727 \begin_layout Enumerate
29728
29729 \series bold
29730
29731 \backslash
29732 end{subequations}
29733 \series default
29734  is inserted after the third formula
29735 \end_layout
29736
29737 \begin_layout Standard
29738 Every formula between the commands 
29739 \series bold
29740
29741 \backslash
29742 begin
29743 \series default
29744  and 
29745 \series bold
29746
29747 \backslash
29748 end
29749 \series default
29750  is subnumbered as a, b, 
29751 \begin_inset Newline linebreak
29752 \end_inset
29753
29754 c, \SpecialChar \ldots{}
29755  For multiline formulas every line will be subnumbered.
29756  All subnumbered formulas are treated as 
29757 \emph on
29758 one
29759 \emph default
29760  numbered formula.
29761  But as every numbered formula increases the counter 
29762 \series bold
29763 equation
29764 \series default
29765  by one, the command 
29766 \series bold
29767
29768 \backslash
29769 addtocounter
29770 \series default
29771  is needed to decrease it.
29772  Otherwise the formulas 
29773 \begin_inset CommandInset ref
29774 LatexCommand eqref
29775 reference "eq:a"
29776
29777 \end_inset
29778
29779
29780 \begin_inset CommandInset ref
29781 LatexCommand eqref
29782 reference "eq:b"
29783
29784 \end_inset
29785
29786
29787 \begin_inset CommandInset ref
29788 LatexCommand eqref
29789 reference "eq:c"
29790
29791 \end_inset
29792
29793  would be numbered as 
29794 \begin_inset CommandInset ref
29795 LatexCommand eqref
29796 reference "eq:a"
29797
29798 \end_inset
29799
29800
29801 \begin_inset CommandInset ref
29802 LatexCommand eqref
29803 reference "eq:d"
29804
29805 \end_inset
29806
29807
29808 \begin_inset CommandInset ref
29809 LatexCommand eqref
29810 reference "eq:f"
29811
29812 \end_inset
29813
29814 .
29815 \end_layout
29816
29817 \begin_layout Standard
29818 By inserting the commands in TeX-mode, a space is created between the first
29819  two formulas.
29820  To revert this -5
29821 \begin_inset space \thinspace{}
29822 \end_inset
29823
29824 mm vertical space is inserted after the command 
29825 \series bold
29826
29827 \backslash
29828 begin{subequations}
29829 \series default
29830 .
29831  When the formula style 
29832 \series bold
29833 Indented
29834 \begin_inset Foot
29835 status collapsed
29836
29837 \begin_layout Plain Layout
29838 formula styles see 
29839 \begin_inset CommandInset ref
29840 LatexCommand ref
29841 reference "sec:Formula-Styles"
29842
29843 \end_inset
29844
29845
29846 \end_layout
29847
29848 \end_inset
29849
29850
29851 \series default
29852  is used, -7
29853 \begin_inset space \thinspace{}
29854 \end_inset
29855
29856 mm space is inserted instead.
29857 \end_layout
29858
29859 \begin_layout Standard
29860 Here is an example for a multiline formula where the numbering was turned
29861  off for the second line:
29862 \begin_inset ERT
29863 status collapsed
29864
29865 \begin_layout Plain Layout
29866
29867
29868 \backslash
29869 begin{subequations}
29870 \end_layout
29871
29872 \end_inset
29873
29874
29875 \begin_inset Formula \begin{eqnarray}
29876 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29877  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29878  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29879
29880 \end_inset
29881
29882
29883 \begin_inset ERT
29884 status collapsed
29885
29886 \begin_layout Plain Layout
29887
29888
29889 \backslash
29890 end{subequations}
29891 \end_layout
29892
29893 \end_inset
29894
29895
29896 \end_layout
29897
29898 \begin_layout Subsection
29899 User-defined Numbering
29900 \begin_inset CommandInset label
29901 LatexCommand label
29902 name "sub:User-defined-Numbering"
29903
29904 \end_inset
29905
29906
29907 \begin_inset Index
29908 status collapsed
29909
29910 \begin_layout Plain Layout
29911 Formula numbering ! user-defined
29912 \end_layout
29913
29914 \end_inset
29915
29916
29917 \end_layout
29918
29919 \begin_layout Standard
29920 \begin_inset Index
29921 status collapsed
29922
29923 \begin_layout Plain Layout
29924 Formula numbering ! self-defined delimiters
29925 \end_layout
29926
29927 \end_inset
29928
29929 With the standard numbering parentheses are set around the formula number.
29930  To replace the parentheses for example by vertical bars, the following
29931  line is added to the LaTeX-preamble:
29932 \end_layout
29933
29934 \begin_layout Standard
29935
29936 \series bold
29937
29938 \backslash
29939 def
29940 \backslash
29941 tagform@#1{
29942 \backslash
29943 maketag@@@{|#1|}}
29944 \series default
29945
29946 \begin_inset Note Note
29947 status collapsed
29948
29949 \begin_layout Plain Layout
29950 This macro is already declared in the LaTeX-preamble for testing.
29951  To activate it, remove the percent sign at the beginning.
29952 \end_layout
29953
29954 \end_inset
29955
29956
29957 \end_layout
29958
29959 \begin_layout Standard
29960 To use other characters, the vertical bars besides the 
29961 \series bold
29962 #1
29963 \series default
29964  are replaced by one ore more characters.
29965  To get only the formula number the vertical bars are omitted.
29966 \end_layout
29967
29968 \begin_layout Standard
29969 \begin_inset VSpace bigskip
29970 \end_inset
29971
29972 When there should be an expression of your choice instead of the consecutive
29973  formula number in parentheses behind the formula, the command 
29974 \series bold
29975
29976 \backslash
29977 tag
29978 \series default
29979
29980 \begin_inset Index
29981 status collapsed
29982
29983 \begin_layout Plain Layout
29984 Commands ! T ! 
29985 \backslash
29986 tag
29987 \end_layout
29988
29989 \end_inset
29990
29991  is used:
29992 \begin_inset Formula \begin{equation}
29993 A+B=C\tag{something}\label{eq:tag}\end{equation}
29994
29995 \end_inset
29996
29997 In this example the command 
29998 \series bold
29999
30000 \backslash
30001 tag
30002 \begin_inset ERT
30003 status collapsed
30004
30005 \begin_layout Plain Layout
30006
30007
30008 \backslash
30009 spce 
30010 \end_layout
30011
30012 \end_inset
30013
30014 something
30015 \series default
30016  was inserted to the formula.
30017 \end_layout
30018
30019 \begin_layout Standard
30020 When the command 
30021 \series bold
30022
30023 \backslash
30024 tag*
30025 \begin_inset ERT
30026 status collapsed
30027
30028 \begin_layout Plain Layout
30029
30030
30031 \backslash
30032 spce 
30033 \end_layout
30034
30035 \end_inset
30036
30037 something
30038 \series default
30039  is inserted instead, the star prevents the parentheses around the expression:
30040 \begin_inset Formula \[
30041 A+B=C\tag*{something}\]
30042
30043 \end_inset
30044
30045
30046 \end_layout
30047
30048 \begin_layout Standard
30049 \begin_inset VSpace bigskip
30050 \end_inset
30051
30052 To restart the formula numbering with new document parts or sections, the
30053  following command is used:
30054 \end_layout
30055
30056 \begin_layout Standard
30057
30058 \series bold
30059
30060 \backslash
30061 @addtoreset{equation}{part}
30062 \series default
30063
30064 \begin_inset Index
30065 status collapsed
30066
30067 \begin_layout Plain Layout
30068 Commands ! 
30069 \begin_inset ERT
30070 status collapsed
30071
30072 \begin_layout Plain Layout
30073
30074 "
30075 \end_layout
30076
30077 \end_inset
30078
30079 @
30080 \begin_inset ERT
30081 status collapsed
30082
30083 \begin_layout Plain Layout
30084
30085 "
30086 \end_layout
30087
30088 \end_inset
30089
30090  ! 
30091 \backslash
30092
30093 \begin_inset ERT
30094 status collapsed
30095
30096 \begin_layout Plain Layout
30097
30098 "
30099 \end_layout
30100
30101 \end_inset
30102
30103 @
30104 \begin_inset ERT
30105 status collapsed
30106
30107 \begin_layout Plain Layout
30108
30109 "
30110 \end_layout
30111
30112 \end_inset
30113
30114 addtoreset
30115 \end_layout
30116
30117 \end_inset
30118
30119
30120 \begin_inset Newline newline
30121 \end_inset
30122
30123 resp.
30124 \begin_inset Newline newline
30125 \end_inset
30126
30127
30128 \series bold
30129
30130 \backslash
30131 @addtoreset{equation}{section}
30132 \end_layout
30133
30134 \begin_layout Standard
30135 To be able to use these commands in TeX-mode, the 
30136 \begin_inset Quotes eld
30137 \end_inset
30138
30139 @
30140 \begin_inset Quotes erd
30141 \end_inset
30142
30143  character has to be made 
30144 \begin_inset Quotes eld
30145 \end_inset
30146
30147 active
30148 \begin_inset Quotes erd
30149 \end_inset
30150
30151  for LaTeX using the command 
30152 \series bold
30153
30154 \backslash
30155 makeatletter.
30156
30157 \series default
30158  The command 
30159 \series bold
30160
30161 \backslash
30162 makeatother
30163 \series default
30164  reverts this.
30165  So the command sequence in TeX-mode is:
30166 \end_layout
30167
30168 \begin_layout Standard
30169
30170 \series bold
30171
30172 \backslash
30173 makeatletter
30174 \begin_inset Newline newline
30175 \end_inset
30176
30177
30178 \backslash
30179 @addtoreset{equation}{section}
30180 \begin_inset Newline newline
30181 \end_inset
30182
30183
30184 \backslash
30185 makeatother
30186 \end_layout
30187
30188 \begin_layout Standard
30189 In the LaTeX-preamble 
30190 \series bold
30191
30192 \backslash
30193 makeatletter
30194 \series default
30195  and 
30196 \series bold
30197
30198 \backslash
30199 makeatother
30200 \series default
30201  can be omitted as they are automatically internally inserted by LyX.
30202 \end_layout
30203
30204 \begin_layout Standard
30205 To revert 
30206 \series bold
30207
30208 \backslash
30209 @addtoreset
30210 \series default
30211 , the file 
30212 \series bold
30213 remreset.sty
30214 \series default
30215
30216 \begin_inset Foot
30217 status collapsed
30218
30219 \begin_layout Plain Layout
30220
30221 \series bold
30222 remreset
30223 \series default
30224  is part of the LaTeX-package 
30225 \series bold
30226 carlisle
30227 \series default
30228
30229 \begin_inset Index
30230 status collapsed
30231
30232 \begin_layout Plain Layout
30233 Packages ! carlisle
30234 \end_layout
30235
30236 \end_inset
30237
30238  that is part of every LaTeX standard installation.
30239 \end_layout
30240
30241 \end_inset
30242
30243
30244 \begin_inset Index
30245 status collapsed
30246
30247 \begin_layout Plain Layout
30248 Packages ! remreset
30249 \end_layout
30250
30251 \end_inset
30252
30253  has to be loaded in the LaTeX-preamble with the line
30254 \end_layout
30255
30256 \begin_layout Standard
30257
30258 \series bold
30259
30260 \backslash
30261 usepackage{remreset}
30262 \end_layout
30263
30264 \begin_layout Standard
30265 Then the command 
30266 \series bold
30267
30268 \backslash
30269 @removefromreset
30270 \series default
30271
30272 \begin_inset Index
30273 status collapsed
30274
30275 \begin_layout Plain Layout
30276 Commands ! 
30277 \begin_inset ERT
30278 status collapsed
30279
30280 \begin_layout Plain Layout
30281
30282 "
30283 \end_layout
30284
30285 \end_inset
30286
30287 @
30288 \begin_inset ERT
30289 status collapsed
30290
30291 \begin_layout Plain Layout
30292
30293 "
30294 \end_layout
30295
30296 \end_inset
30297
30298  ! 
30299 \backslash
30300
30301 \begin_inset ERT
30302 status collapsed
30303
30304 \begin_layout Plain Layout
30305
30306 "
30307 \end_layout
30308
30309 \end_inset
30310
30311 @
30312 \begin_inset ERT
30313 status collapsed
30314
30315 \begin_layout Plain Layout
30316
30317 "
30318 \end_layout
30319
30320 \end_inset
30321
30322 removefromreset
30323 \end_layout
30324
30325 \end_inset
30326
30327  can be used with the same scheme as 
30328 \series bold
30329
30330 \backslash
30331 @addtoreset
30332 \series default
30333 .
30334 \end_layout
30335
30336 \begin_layout Standard
30337 \begin_inset VSpace bigskip
30338 \end_inset
30339
30340 Sometimes formulas should be numbered in the following form:
30341 \end_layout
30342
30343 \begin_layout Standard
30344
30345 \family typewriter
30346 (section number.formula number)
30347 \end_layout
30348
30349 \begin_layout Standard
30350 The formula number should start with every section with 
30351 \begin_inset Quotes eld
30352 \end_inset
30353
30354 1
30355 \begin_inset Quotes erd
30356 \end_inset
30357
30358 .
30359 \end_layout
30360
30361 \begin_layout Standard
30362 For this case there is the command 
30363 \series bold
30364
30365 \backslash
30366 numberwithin
30367 \series default
30368
30369 \begin_inset Index
30370 status collapsed
30371
30372 \begin_layout Plain Layout
30373 Commands ! N ! 
30374 \backslash
30375 numberwithin
30376 \end_layout
30377
30378 \end_inset
30379
30380 , which is used with the following scheme:
30381 \end_layout
30382
30383 \begin_layout Standard
30384
30385 \series bold
30386
30387 \backslash
30388 numberwithin{counter}{sectioning}
30389 \end_layout
30390
30391 \begin_layout Standard
30392 Counter denotes what kind of numbering is affected, sectioning denotes what
30393  number is before the dot.
30394 \end_layout
30395
30396 \begin_layout Standard
30397 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30398 \end_layout
30399
30400 \begin_layout Standard
30401
30402 \series bold
30403
30404 \backslash
30405 numberwithin{equation}{section}
30406 \end_layout
30407
30408 \begin_layout Standard
30409 This is the result:
30410 \begin_inset ERT
30411 status collapsed
30412
30413 \begin_layout Plain Layout
30414
30415
30416 \backslash
30417 numberwithin{equation}{section}
30418 \end_layout
30419
30420 \end_inset
30421
30422
30423 \begin_inset Formula \begin{equation}
30424 A+B=C\end{equation}
30425
30426 \end_inset
30427
30428
30429 \end_layout
30430
30431 \begin_layout Standard
30432 To number e.
30433 \begin_inset space \thinspace{}
30434 \end_inset
30435
30436 g.
30437 \begin_inset space ~
30438 \end_inset
30439
30440 tables so that the number of the part is the sectioning,
30441 \begin_inset Newline newline
30442 \end_inset
30443
30444
30445 \series bold
30446
30447 \backslash
30448 numberwithin{table}{part}
30449 \series default
30450  is used.
30451 \end_layout
30452
30453 \begin_layout Standard
30454 To go back to the standard numbering or to prevent this kind of numbering
30455  when it is defined by the document class, the following command is inserted
30456  as TeX-Code or to the LaTeX-preamble:
30457 \end_layout
30458
30459 \begin_layout Standard
30460
30461 \series bold
30462
30463 \backslash
30464 renewcommand{
30465 \backslash
30466 theequation}{
30467 \backslash
30468 arabic{equation}}
30469 \begin_inset Index
30470 status collapsed
30471
30472 \begin_layout Plain Layout
30473 Commands ! A ! 
30474 \backslash
30475 arabic
30476 \end_layout
30477
30478 \end_inset
30479
30480
30481 \series default
30482
30483 \begin_inset ERT
30484 status collapsed
30485
30486 \begin_layout Plain Layout
30487
30488
30489 \backslash
30490 renewcommand{
30491 \backslash
30492 theequation}{
30493 \backslash
30494 arabic{equation}}
30495 \end_layout
30496
30497 \end_inset
30498
30499
30500 \series bold
30501
30502 \begin_inset Newline newline
30503 \end_inset
30504
30505
30506 \series default
30507 or
30508 \series bold
30509
30510 \begin_inset Newline newline
30511 \end_inset
30512
30513
30514 \backslash
30515 renewcommand{
30516 \backslash
30517 thetable}{
30518 \backslash
30519 arabic{table}}
30520 \end_layout
30521
30522 \begin_layout Standard
30523
30524 \series bold
30525
30526 \backslash
30527 numberwithin
30528 \series default
30529  uses internally the command 
30530 \series bold
30531
30532 \backslash
30533 @addtoreset
30534 \series default
30535 , described above, that also needs to be reverted.
30536 \begin_inset ERT
30537 status collapsed
30538
30539 \begin_layout Plain Layout
30540
30541
30542 \backslash
30543 makeatletter
30544 \end_layout
30545
30546 \begin_layout Plain Layout
30547
30548
30549 \backslash
30550 @removefromreset{equation}{section}
30551 \end_layout
30552
30553 \begin_layout Plain Layout
30554
30555
30556 \backslash
30557 makeatother
30558 \end_layout
30559
30560 \end_inset
30561
30562
30563 \end_layout
30564
30565 \begin_layout Subsection
30566 Numbering with Roman Numbers and Letters
30567 \begin_inset Index
30568 status collapsed
30569
30570 \begin_layout Plain Layout
30571 Formula numbering ! with letters
30572 \end_layout
30573
30574 \end_inset
30575
30576
30577 \begin_inset Index
30578 status collapsed
30579
30580 \begin_layout Plain Layout
30581 Formula numbering ! with Roman numbers
30582 \end_layout
30583
30584 \end_inset
30585
30586
30587 \end_layout
30588
30589 \begin_layout Standard
30590 Formulas can also be numbered with Roman numbers and Latin letters.
30591  To number for example with small Roman numbers, the command
30592 \end_layout
30593
30594 \begin_layout Standard
30595
30596 \series bold
30597
30598 \backslash
30599 renewcommand{
30600 \backslash
30601 theequation}{
30602 \backslash
30603 roman{equation}}
30604 \end_layout
30605
30606 \begin_layout Standard
30607 is inserted before the formula in TeX-mode.
30608  
30609 \series bold
30610
30611 \backslash
30612 renewcommand
30613 \series default
30614
30615 \begin_inset Index
30616 status collapsed
30617
30618 \begin_layout Plain Layout
30619 Commands ! R ! 
30620 \backslash
30621 renewcommand
30622 \end_layout
30623
30624 \end_inset
30625
30626  redefines the predefined command 
30627 \series bold
30628
30629 \backslash
30630 theequation
30631 \series default
30632  to the command 
30633 \series bold
30634
30635 \backslash
30636 roman{equation}
30637 \series default
30638
30639 \begin_inset Foot
30640 status collapsed
30641
30642 \begin_layout Plain Layout
30643 The command 
30644 \series bold
30645
30646 \backslash
30647 renewcommand
30648 \series default
30649  has the same scheme like the command 
30650 \series bold
30651
30652 \backslash
30653 newcommand
30654 \series default
30655  that is described in 
30656 \begin_inset CommandInset ref
30657 LatexCommand ref
30658 reference "sec:User-defined-Commands"
30659
30660 \end_inset
30661
30662 .
30663 \end_layout
30664
30665 \end_inset
30666
30667 .
30668  
30669 \series bold
30670 equation
30671 \series default
30672  is the formula counter.
30673  When the command 
30674 \series bold
30675
30676 \backslash
30677 the
30678 \series default
30679  is used as prefix for a counter, the value of the counter is output as
30680  Arabic number.
30681  When a formula is numbered, LaTeX sets internally the command 
30682 \series bold
30683
30684 \backslash
30685 theequation
30686 \series default
30687  behind the formula.
30688  
30689 \series bold
30690
30691 \backslash
30692 roman{equation}
30693 \begin_inset Index
30694 status collapsed
30695
30696 \begin_layout Plain Layout
30697 Commands ! R ! 
30698 \backslash
30699 roman
30700 \end_layout
30701
30702 \end_inset
30703
30704
30705 \series default
30706  outputs the counter as small Roman number.
30707 \end_layout
30708
30709 \begin_layout Standard
30710 All formulas behind the command 
30711 \series bold
30712
30713 \backslash
30714 renew
30715 \series default
30716 c
30717 \series bold
30718 ommand
30719 \series default
30720  are now numbered Roman.
30721  To switch to numbering with big Roman numbers, the command is inserted
30722  again, but 
30723 \series bold
30724
30725 \backslash
30726 roman
30727 \series default
30728  is replaced by 
30729 \series bold
30730
30731 \backslash
30732 Roman
30733 \series default
30734
30735 \begin_inset Index
30736 status collapsed
30737
30738 \begin_layout Plain Layout
30739 Commands ! R ! 
30740 \backslash
30741 roman@
30742 \backslash
30743 Roman
30744 \end_layout
30745
30746 \end_inset
30747
30748 .
30749  To 
30750 \begin_inset Quotes eld
30751 \end_inset
30752
30753 number
30754 \begin_inset Quotes erd
30755 \end_inset
30756
30757  with small Latin letters there is the command 
30758 \series bold
30759
30760 \backslash
30761 alph
30762 \series default
30763
30764 \begin_inset Index
30765 status collapsed
30766
30767 \begin_layout Plain Layout
30768 Commands ! A ! 
30769 \backslash
30770 alph
30771 \end_layout
30772
30773 \end_inset
30774
30775 , for big ones there is the command 
30776 \series bold
30777
30778 \backslash
30779 Alph
30780 \series default
30781
30782 \begin_inset Index
30783 status open
30784
30785 \begin_layout Plain Layout
30786 Commands ! A ! 
30787 \backslash
30788 alph@
30789 \backslash
30790 Alph
30791 \end_layout
30792
30793 \end_inset
30794
30795 .
30796 \end_layout
30797
30798 \begin_layout Standard
30799 \begin_inset Note Greyedout
30800 status open
30801
30802 \begin_layout Plain Layout
30803
30804 \series bold
30805 Note:
30806 \series default
30807  Only maximal 26 formulas can be numbered with Latin letters in one document.
30808 \end_layout
30809
30810 \end_inset
30811
30812
30813 \end_layout
30814
30815 \begin_layout Standard
30816 \begin_inset ERT
30817 status collapsed
30818
30819 \begin_layout Plain Layout
30820
30821
30822 \backslash
30823 renewcommand{
30824 \backslash
30825 theequation}{
30826 \backslash
30827 roman{equation}}
30828 \end_layout
30829
30830 \end_inset
30831
30832
30833 \end_layout
30834
30835 \begin_layout Standard
30836 \begin_inset Formula \begin{equation}
30837 A=\textrm{small roman}\label{eq:rom}\end{equation}
30838
30839 \end_inset
30840
30841
30842 \begin_inset ERT
30843 status collapsed
30844
30845 \begin_layout Plain Layout
30846
30847
30848 \backslash
30849 renewcommand{
30850 \backslash
30851 theequation}{
30852 \backslash
30853 Roman{equation}}
30854 \end_layout
30855
30856 \end_inset
30857
30858
30859 \begin_inset Formula \begin{equation}
30860 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
30861
30862 \end_inset
30863
30864
30865 \begin_inset ERT
30866 status collapsed
30867
30868 \begin_layout Plain Layout
30869
30870
30871 \backslash
30872 renewcommand{
30873 \backslash
30874 theequation}{
30875 \backslash
30876 alph{equation}}
30877 \end_layout
30878
30879 \end_inset
30880
30881
30882 \begin_inset Formula \begin{equation}
30883 C=\textrm{small Latin}\label{eq:lat}\end{equation}
30884
30885 \end_inset
30886
30887
30888 \begin_inset ERT
30889 status collapsed
30890
30891 \begin_layout Plain Layout
30892
30893
30894 \backslash
30895 renewcommand{
30896 \backslash
30897 theequation}{
30898 \backslash
30899 Alph{equation}}
30900 \end_layout
30901
30902 \end_inset
30903
30904
30905 \begin_inset Formula \begin{equation}
30906 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
30907
30908 \end_inset
30909
30910
30911 \end_layout
30912
30913 \begin_layout Standard
30914 To switch back to the default numbering, insert the command:
30915 \end_layout
30916
30917 \begin_layout Standard
30918
30919 \series bold
30920
30921 \backslash
30922 renewcommand{
30923 \backslash
30924 theequation}{
30925 \backslash
30926 arabic{equation}}
30927 \begin_inset Index
30928 status collapsed
30929
30930 \begin_layout Plain Layout
30931 Commands ! A ! 
30932 \backslash
30933 arabic
30934 \end_layout
30935
30936 \end_inset
30937
30938
30939 \end_layout
30940
30941 \begin_layout Standard
30942 \begin_inset ERT
30943 status collapsed
30944
30945 \begin_layout Plain Layout
30946
30947
30948 \backslash
30949 renewcommand{
30950 \backslash
30951 theequation}{
30952 \backslash
30953 arabic{equation}}
30954 \end_layout
30955
30956 \end_inset
30957
30958
30959 \begin_inset Formula \begin{equation}
30960 E=\textrm{Arabic}\label{eq:arab}\end{equation}
30961
30962 \end_inset
30963
30964
30965 \end_layout
30966
30967 \begin_layout Standard
30968 \begin_inset VSpace medskip
30969 \end_inset
30970
30971 As you see, formulas are numbered serially independent from the numbering
30972  style.
30973  When then numbering should start with 
30974 \begin_inset Quotes eld
30975 \end_inset
30976
30977 1
30978 \begin_inset Quotes erd
30979 \end_inset
30980
30981  when the style is changed, new equation counters have to be defined.
30982  A description about this can be found in the file 
30983 \begin_inset CommandInset href
30984 LatexCommand href
30985 target "Formula-numbering.lyx"
30986
30987 \end_inset
30988
30989 .
30990 \end_layout
30991
30992 \begin_layout Section
30993 User-defined Commands
30994 \begin_inset CommandInset label
30995 LatexCommand label
30996 name "sec:User-defined-Commands"
30997
30998 \end_inset
30999
31000
31001 \begin_inset Index
31002 status collapsed
31003
31004 \begin_layout Plain Layout
31005 User-defined commands
31006 \end_layout
31007
31008 \end_inset
31009
31010
31011 \end_layout
31012
31013 \begin_layout Standard
31014 Many LaTeX-commands are too long to be used frequently.
31015  But it is possible to define with the command 
31016 \series bold
31017
31018 \backslash
31019 newcommand
31020 \series default
31021
31022 \begin_inset Index
31023 status collapsed
31024
31025 \begin_layout Plain Layout
31026 Commands ! N ! 
31027 \backslash
31028 newcommand
31029 \end_layout
31030
31031 \end_inset
31032
31033  new shorter commands.
31034 \end_layout
31035
31036 \begin_layout Standard
31037 The command scheme of 
31038 \series bold
31039
31040 \backslash
31041 newcommand
31042 \series default
31043  is:
31044 \end_layout
31045
31046 \begin_layout Standard
31047
31048 \series bold
31049
31050 \backslash
31051 newcommand{new command name}[number of arguments][optional
31052 \series default
31053  
31054 \series bold
31055 value]
31056 \begin_inset Newline newline
31057 \end_inset
31058
31059
31060 \begin_inset ERT
31061 status collapsed
31062
31063 \begin_layout Plain Layout
31064
31065
31066 \backslash
31067 phantom{
31068 \end_layout
31069
31070 \end_inset
31071
31072
31073 \backslash
31074 newcommand
31075 \begin_inset ERT
31076 status collapsed
31077
31078 \begin_layout Plain Layout
31079
31080 }
31081 \end_layout
31082
31083 \end_inset
31084
31085 {command definition}
31086 \end_layout
31087
31088 \begin_layout Standard
31089 \begin_inset Note Greyedout
31090 status open
31091
31092 \begin_layout Plain Layout
31093
31094 \series bold
31095 Note:
31096 \series default
31097  Assure that the name of the new command is not already used in your document
31098  or by LaTeX-packages that you use.
31099  When you for example define the command 
31100 \series bold
31101
31102 \backslash
31103 le
31104 \series default
31105  for 
31106 \series bold
31107
31108 \backslash
31109 Leftarrow
31110 \series default
31111 , you get an error message because 
31112 \series bold
31113
31114 \backslash
31115 le
31116 \series default
31117  is already defined as command for 
31118 \begin_inset Quotes eld
31119 \end_inset
31120
31121
31122 \begin_inset Formula $\le$
31123 \end_inset
31124
31125
31126 \begin_inset Quotes erd
31127 \end_inset
31128
31129 .
31130 \end_layout
31131
31132 \end_inset
31133
31134
31135 \end_layout
31136
31137 \begin_layout Standard
31138 \begin_inset Note Greyedout
31139 status open
31140
31141 \begin_layout Plain Layout
31142
31143 \series bold
31144 Note:
31145 \series default
31146  The names of user-defined commands may only consist of Latin letters.
31147 \end_layout
31148
31149 \end_inset
31150
31151
31152 \end_layout
31153
31154 \begin_layout Standard
31155 The number of arguments is an integer in the range 0
31156 \begin_inset space \thinspace{}
31157 \end_inset
31158
31159 -
31160 \begin_inset space \thinspace{}
31161 \end_inset
31162
31163 9 and specifies how many arguments the new command should have.
31164  With the optional value a value for an optional argument can be predefined.
31165  When this is done, the 
31166 \emph on
31167 first
31168 \emph default
31169  
31170 \emph on
31171 a
31172 \emph default
31173 rgument of the new command is automatically an optional one.
31174 \end_layout
31175
31176 \begin_layout Standard
31177 Here are some examples:
31178 \end_layout
31179
31180 \begin_layout Itemize
31181 To define the command 
31182 \series bold
31183
31184 \backslash
31185 gr
31186 \series default
31187  for 
31188 \series bold
31189
31190 \backslash
31191 Longrightarrow
31192 \series default
31193 , the LaTeX-preamble line is:
31194 \begin_inset ERT
31195 status collapsed
31196
31197 \begin_layout Plain Layout
31198
31199
31200 \backslash
31201 medskip
31202 \end_layout
31203
31204 \end_inset
31205
31206
31207 \series bold
31208
31209 \begin_inset Newline newline
31210 \end_inset
31211
31212
31213 \backslash
31214 newcommand{
31215 \backslash
31216 gr}{
31217 \backslash
31218 Longrightarrow}
31219 \end_layout
31220
31221 \begin_layout Itemize
31222 To define the command 
31223 \series bold
31224
31225 \backslash
31226 us
31227 \series default
31228  for 
31229 \series bold
31230
31231 \backslash
31232 underline
31233 \series default
31234 , the argument (that should be underlined) must be taken into account.
31235  For this the preamble line is:
31236 \begin_inset ERT
31237 status collapsed
31238
31239 \begin_layout Plain Layout
31240
31241
31242 \backslash
31243 medskip
31244 \end_layout
31245
31246 \end_inset
31247
31248
31249 \series bold
31250
31251 \begin_inset Newline newline
31252 \end_inset
31253
31254
31255 \backslash
31256 newcommand{
31257 \backslash
31258 us}[1]{
31259 \backslash
31260 underline{#1}}
31261 \series default
31262
31263 \begin_inset ERT
31264 status collapsed
31265
31266 \begin_layout Plain Layout
31267
31268
31269 \backslash
31270 medskip
31271 \end_layout
31272
31273 \end_inset
31274
31275
31276 \series bold
31277
31278 \begin_inset Newline newline
31279 \end_inset
31280
31281
31282 \series default
31283 The character 
31284 \series bold
31285 #
31286 \series default
31287  acts as argument placeholder, the 
31288 \series bold
31289 1
31290 \series default
31291  behind it denotes that it is the placeholder for the first argument.
31292 \end_layout
31293
31294 \begin_layout Itemize
31295 For 
31296 \series bold
31297
31298 \backslash
31299 framebox
31300 \series default
31301  one can e.
31302 \begin_inset space \thinspace{}
31303 \end_inset
31304
31305 g.
31306 \begin_inset space ~
31307 \end_inset
31308
31309 define the command 
31310 \series bold
31311
31312 \backslash
31313 fb
31314 \series default
31315 :
31316 \begin_inset ERT
31317 status collapsed
31318
31319 \begin_layout Plain Layout
31320
31321
31322 \backslash
31323 medskip
31324 \end_layout
31325
31326 \end_inset
31327
31328
31329 \series bold
31330
31331 \begin_inset Newline newline
31332 \end_inset
31333
31334
31335 \backslash
31336 newcommand{
31337 \backslash
31338 fb}[3]{
31339 \backslash
31340 framebox#1#2{$#3$}}
31341 \series default
31342
31343 \begin_inset ERT
31344 status collapsed
31345
31346 \begin_layout Plain Layout
31347
31348
31349 \backslash
31350 medskip
31351 \end_layout
31352
31353 \end_inset
31354
31355
31356 \series bold
31357
31358 \begin_inset Newline newline
31359 \end_inset
31360
31361
31362 \series default
31363 The two Dollar signs creates the extra formula needed for 
31364 \series bold
31365
31366 \backslash
31367 framebox
31368 \series default
31369 , see 
31370 \begin_inset CommandInset ref
31371 LatexCommand ref
31372 reference "sub:Boxes-with-Frame"
31373
31374 \end_inset
31375
31376 .
31377 \end_layout
31378
31379 \begin_layout Itemize
31380 To create a new command for 
31381 \series bold
31382
31383 \backslash
31384 fcolorbox
31385 \series default
31386  where the color for the box needn't to be specified, the argument for the
31387  color is defined optional:
31388 \begin_inset ERT
31389 status collapsed
31390
31391 \begin_layout Plain Layout
31392
31393
31394 \backslash
31395 medskip
31396 \end_layout
31397
31398 \end_inset
31399
31400
31401 \series bold
31402
31403 \begin_inset Newline newline
31404 \end_inset
31405
31406
31407 \backslash
31408 newcommand{
31409 \backslash
31410 cb}[3][white]{
31411 \backslash
31412 fcolorbox{#2}{#1}{$#3$}}
31413 \series default
31414
31415 \begin_inset ERT
31416 status collapsed
31417
31418 \begin_layout Plain Layout
31419
31420
31421 \backslash
31422 medskip
31423 \end_layout
31424
31425 \end_inset
31426
31427
31428 \begin_inset Newline newline
31429 \end_inset
31430
31431 When the color is not specified when using 
31432 \series bold
31433
31434 \backslash
31435 cb
31436 \series default
31437 , the predefined color 
31438 \series bold
31439 white
31440 \series default
31441  will be used.
31442 \end_layout
31443
31444 \begin_layout Standard
31445 A test of the new defined commands:
31446 \end_layout
31447
31448 \begin_layout Standard
31449 \align center
31450 \begin_inset Tabular
31451 <lyxtabular version="3" rows="6" columns="2">
31452 <features>
31453 <column alignment="center" valignment="top" width="0">
31454 <column alignment="center" valignment="top" width="0">
31455 <row>
31456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31457 \begin_inset Text
31458
31459 \begin_layout Plain Layout
31460 Command
31461 \end_layout
31462
31463 \end_inset
31464 </cell>
31465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31466 \begin_inset Text
31467
31468 \begin_layout Plain Layout
31469 Result
31470 \begin_inset Note Note
31471 status collapsed
31472
31473 \begin_layout Plain Layout
31474
31475 \series bold
31476
31477 \backslash
31478 raisebox
31479 \series default
31480  is only used as spacer.
31481 \end_layout
31482
31483 \end_inset
31484
31485
31486 \end_layout
31487
31488 \end_inset
31489 </cell>
31490 </row>
31491 <row>
31492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31493 \begin_inset Text
31494
31495 \begin_layout Plain Layout
31496 A
31497 \backslash
31498 gr
31499 \begin_inset ERT
31500 status collapsed
31501
31502 \begin_layout Plain Layout
31503
31504
31505 \backslash
31506 spce 
31507 \end_layout
31508
31509 \end_inset
31510
31511 B
31512 \end_layout
31513
31514 \end_inset
31515 </cell>
31516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31517 \begin_inset Text
31518
31519 \begin_layout Plain Layout
31520 \begin_inset Formula $A\gr B$
31521 \end_inset
31522
31523
31524 \end_layout
31525
31526 \end_inset
31527 </cell>
31528 </row>
31529 <row>
31530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31531 \begin_inset Text
31532
31533 \begin_layout Plain Layout
31534
31535 \backslash
31536 us{ABcd
31537 \end_layout
31538
31539 \end_inset
31540 </cell>
31541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31542 \begin_inset Text
31543
31544 \begin_layout Plain Layout
31545 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31546 \end_inset
31547
31548
31549 \end_layout
31550
31551 \end_inset
31552 </cell>
31553 </row>
31554 <row>
31555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31556 \begin_inset Text
31557
31558 \begin_layout Plain Layout
31559
31560 \backslash
31561 fb{[2cm]
31562 \begin_inset Formula $\to$
31563 \end_inset
31564
31565
31566 \backslash
31567 {
31568 \begin_inset Formula $\to$
31569 \end_inset
31570
31571
31572 \backslash
31573 {
31574 \backslash
31575 int
31576 \begin_inset ERT
31577 status collapsed
31578
31579 \begin_layout Plain Layout
31580
31581
31582 \backslash
31583 spce 
31584 \end_layout
31585
31586 \end_inset
31587
31588 A=B
31589 \end_layout
31590
31591 \end_inset
31592 </cell>
31593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31594 \begin_inset Text
31595
31596 \begin_layout Plain Layout
31597 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31598 \end_inset
31599
31600
31601 \end_layout
31602
31603 \end_inset
31604 </cell>
31605 </row>
31606 <row>
31607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31608 \begin_inset Text
31609
31610 \begin_layout Plain Layout
31611
31612 \backslash
31613 cb{red
31614 \begin_inset Formula $\to$
31615 \end_inset
31616
31617
31618 \backslash
31619 {
31620 \backslash
31621 int
31622 \begin_inset ERT
31623 status collapsed
31624
31625 \begin_layout Plain Layout
31626
31627
31628 \backslash
31629 spce 
31630 \end_layout
31631
31632 \end_inset
31633
31634 A=B
31635 \end_layout
31636
31637 \end_inset
31638 </cell>
31639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31640 \begin_inset Text
31641
31642 \begin_layout Plain Layout
31643 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31644 \end_inset
31645
31646
31647 \end_layout
31648
31649 \end_inset
31650 </cell>
31651 </row>
31652 <row>
31653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31654 \begin_inset Text
31655
31656 \begin_layout Plain Layout
31657
31658 \backslash
31659 cb[green]
31660 \backslash
31661 {red
31662 \begin_inset Formula $\to$
31663 \end_inset
31664
31665
31666 \backslash
31667 {
31668 \backslash
31669 int
31670 \begin_inset ERT
31671 status collapsed
31672
31673 \begin_layout Plain Layout
31674
31675
31676 \backslash
31677 spce 
31678 \end_layout
31679
31680 \end_inset
31681
31682 A=B
31683 \end_layout
31684
31685 \end_inset
31686 </cell>
31687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31688 \begin_inset Text
31689
31690 \begin_layout Plain Layout
31691 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31692 \end_inset
31693
31694
31695 \end_layout
31696
31697 \end_inset
31698 </cell>
31699 </row>
31700 </lyxtabular>
31701
31702 \end_inset
31703
31704
31705 \end_layout
31706
31707 \begin_layout Section
31708 Diagrams
31709 \end_layout
31710
31711 \begin_layout Standard
31712 LyX supports two types of commutative diagrams: 
31713 \series bold
31714 amscd
31715 \series default
31716  and 
31717 \series bold
31718 xymatrix
31719 \series default
31720  that are explained in the following.
31721 \end_layout
31722
31723 \begin_layout Subsection
31724 Amscd Diagrams
31725 \begin_inset Index
31726 status collapsed
31727
31728 \begin_layout Plain Layout
31729 Diagrams ! amscd
31730 \end_layout
31731
31732 \end_inset
31733
31734
31735 \end_layout
31736
31737 \begin_layout Standard
31738 Diagrams of this type visualize relations by vertical and horizontal lines
31739  or arrows:
31740 \begin_inset Formula \[
31741 \begin{CD}A@>>>B@>>>C\\
31742 @AAA@.@VVV\\
31743 F@<<<E@<<<D\end{CD}\]
31744
31745 \end_inset
31746
31747
31748 \end_layout
31749
31750 \begin_layout Standard
31751 To get them, the command 
31752 \series bold
31753
31754 \backslash
31755 CD
31756 \begin_inset Index
31757 status collapsed
31758
31759 \begin_layout Plain Layout
31760 Commands ! C ! 
31761 \backslash
31762 CD
31763 \end_layout
31764
31765 \end_inset
31766
31767
31768 \series default
31769  is inserted to a formula.
31770  A blue box appears with two dashed lines where further commands can be
31771  inserted.
31772  With 
31773 \begin_inset Info
31774 type  "shortcut"
31775 arg   "newline-insert newline"
31776 \end_inset
31777
31778  a new line is created.
31779  Horizontal relations are inserted in odd, vertical in even formula lines.
31780 \end_layout
31781
31782 \begin_layout Standard
31783 To create the relations there are the following commands:
31784 \end_layout
31785
31786 \begin_layout Itemize
31787
31788 \series bold
31789 @<<<
31790 \series default
31791  creates a left arrow, 
31792 \series bold
31793 @>>>
31794 \series default
31795  a right arrow, and 
31796 \series bold
31797 @=
31798 \series default
31799  a long equal sign
31800 \end_layout
31801
31802 \begin_layout Itemize
31803
31804 \series bold
31805 @AAA
31806 \series default
31807  creates an up arrow, 
31808 \series bold
31809 @VVV
31810 \series default
31811  an down arrow, and 
31812 \series bold
31813 @|
31814 \series default
31815  a vertical equal sign
31816 \end_layout
31817
31818 \begin_layout Itemize
31819
31820 \series bold
31821 @.
31822
31823 \series default
31824  is a placeholder for non-existent relations
31825 \end_layout
31826
31827 \begin_layout Standard
31828 All arrows can be labeled as follows:
31829 \end_layout
31830
31831 \begin_layout Itemize
31832 Is text inserted between the first and second < or >, resp., it is placed
31833  above the arrow.
31834  When it is inserted between the second and third one, it appears under
31835  the arrow.
31836 \end_layout
31837
31838 \begin_layout Itemize
31839 When text for vertical arrows is inserted between the first and second A
31840  or V, resp., it is placed left beside the arrow.
31841  When it is inserted between the second and third one, it appears right
31842  beside the arrow.
31843  If the text contains an A or V, these letters must be set into a TeX-brace.
31844 \end_layout
31845
31846 \begin_layout Standard
31847 As example a diagram with all possible relations:
31848 \end_layout
31849
31850 \begin_layout Standard
31851 \begin_inset Formula \[
31852 \begin{CD}A@>j>>B@>>k>C@=F\\
31853 @AmAA@.@VV{V}V@|\\
31854 D@<<j<E@>k>>F@=C\end{CD}\]
31855
31856 \end_inset
31857
31858
31859 \end_layout
31860
31861 \begin_layout Standard
31862 The command for this is:
31863 \begin_inset Newline newline
31864 \end_inset
31865
31866
31867 \series bold
31868
31869 \backslash
31870 CD
31871 \begin_inset ERT
31872 status collapsed
31873
31874 \begin_layout Plain Layout
31875
31876
31877 \backslash
31878 spce 
31879 \end_layout
31880
31881 \end_inset
31882
31883 A@>j>>B@>>k>C@=F Ctrl+Return
31884 \begin_inset Newline newline
31885 \end_inset
31886
31887
31888 \begin_inset ERT
31889 status collapsed
31890
31891 \begin_layout Plain Layout
31892
31893
31894 \backslash
31895 hphantom{
31896 \end_layout
31897
31898 \end_inset
31899
31900
31901 \backslash
31902 CD
31903 \begin_inset ERT
31904 status collapsed
31905
31906 \begin_layout Plain Layout
31907
31908
31909 \backslash
31910 spce 
31911 \end_layout
31912
31913 \end_inset
31914
31915
31916 \begin_inset ERT
31917 status collapsed
31918
31919 \begin_layout Plain Layout
31920
31921 }
31922 \end_layout
31923
31924 \end_inset
31925
31926 @AmAA@.@VV
31927 \backslash
31928 {V
31929 \series default
31930
31931 \begin_inset Formula $\to$
31932 \end_inset
31933
31934
31935 \series bold
31936 V@| Ctrl+Return
31937 \begin_inset Newline newline
31938 \end_inset
31939
31940
31941 \begin_inset ERT
31942 status collapsed
31943
31944 \begin_layout Plain Layout
31945
31946
31947 \backslash
31948 hphantom{
31949 \end_layout
31950
31951 \end_inset
31952
31953
31954 \backslash
31955 CD
31956 \begin_inset ERT
31957 status collapsed
31958
31959 \begin_layout Plain Layout
31960
31961
31962 \backslash
31963 spce 
31964 \end_layout
31965
31966 \end_inset
31967
31968
31969 \begin_inset ERT
31970 status collapsed
31971
31972 \begin_layout Plain Layout
31973
31974 }
31975 \end_layout
31976
31977 \end_inset
31978
31979 D@<<j<E@>k>>F@=C
31980 \end_layout
31981
31982 \begin_layout Subsection
31983 Xymatrix Diagrams
31984 \begin_inset Index
31985 status collapsed
31986
31987 \begin_layout Plain Layout
31988 Diagrams ! xymatrix
31989 \end_layout
31990
31991 \end_inset
31992
31993
31994 \end_layout
31995
31996 \begin_layout Standard
31997 To be able to use xymatrices, the LaTeX-package 
31998 \series bold
31999 xypic
32000 \series default
32001  must be installed.
32002  A xymatrix is created by inserting the command 
32003 \series bold
32004
32005 \backslash
32006 xymatrix
32007 \series default
32008  in a formula.
32009  Then you are able to add new matrix columns and rows like for normal matrices,
32010  see 
32011 \begin_inset CommandInset ref
32012 LatexCommand ref
32013 reference "sec:Matrices"
32014
32015 \end_inset
32016
32017 .
32018 \end_layout
32019
32020 \begin_layout Standard
32021 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32022  and much more.
32023  All possibilities to create commutative diagrams and decorations are explained
32024  in detail in this manual: 
32025 \begin_inset CommandInset href
32026 LatexCommand href
32027 target "http://wiki.lyx.org/LyX/XY-pic#xy-manual"
32028
32029 \end_inset
32030
32031 .
32032 \end_layout
32033
32034 \begin_layout Standard
32035 \begin_inset Newpage newpage
32036 \end_inset
32037
32038
32039 \end_layout
32040
32041 \begin_layout Section
32042 Tips
32043 \begin_inset ERT
32044 status collapsed
32045
32046 \begin_layout Plain Layout
32047
32048
32049 \backslash
32050 texorpdfstring{
32051 \end_layout
32052
32053 \end_inset
32054
32055
32056 \begin_inset Foot
32057 status collapsed
32058
32059 \begin_layout Plain Layout
32060 Other useful math tips can be found in 
32061 \begin_inset CommandInset citation
32062 LatexCommand cite
32063 key "Voss"
32064
32065 \end_inset
32066
32067 .
32068 \end_layout
32069
32070 \end_inset
32071
32072
32073 \begin_inset ERT
32074 status collapsed
32075
32076 \begin_layout Plain Layout
32077
32078 }{}
32079 \end_layout
32080
32081 \end_inset
32082
32083
32084 \begin_inset Note Note
32085 status collapsed
32086
32087 \begin_layout Plain Layout
32088
32089 \backslash
32090 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
32091 \end_layout
32092
32093 \begin_layout Plain Layout
32094 More about 
32095 \backslash
32096 texorpdfstring is in section 
32097 \begin_inset CommandInset ref
32098 LatexCommand ref
32099 reference "sub:Formulas-in-Section"
32100
32101 \end_inset
32102
32103 .
32104 \end_layout
32105
32106 \end_inset
32107
32108
32109 \begin_inset Index
32110 status collapsed
32111
32112 \begin_layout Plain Layout
32113 Tips
32114 \end_layout
32115
32116 \end_inset
32117
32118
32119 \begin_inset Index
32120 status collapsed
32121
32122 \begin_layout Plain Layout
32123 Ions|see
32124 \begin_inset ERT
32125 status collapsed
32126
32127 \begin_layout Plain Layout
32128
32129 {
32130 \end_layout
32131
32132 \end_inset
32133
32134 Chemical characters
32135 \begin_inset ERT
32136 status collapsed
32137
32138 \begin_layout Plain Layout
32139
32140 }
32141 \end_layout
32142
32143 \end_inset
32144
32145
32146 \end_layout
32147
32148 \end_inset
32149
32150
32151 \end_layout
32152
32153 \begin_layout Subsection
32154 Chemical Symbols and Equations
32155 \begin_inset CommandInset label
32156 LatexCommand label
32157 name "sub:Chemical-Symbols-and"
32158
32159 \end_inset
32160
32161
32162 \begin_inset Index
32163 status collapsed
32164
32165 \begin_layout Plain Layout
32166 Chemical characters ! Symbols
32167 \end_layout
32168
32169 \end_inset
32170
32171
32172 \begin_inset Index
32173 status collapsed
32174
32175 \begin_layout Plain Layout
32176 Chemical equations
32177 \end_layout
32178
32179 \end_inset
32180
32181
32182 \begin_inset Index
32183 status collapsed
32184
32185 \begin_layout Plain Layout
32186 Symbols ! chemical
32187 \end_layout
32188
32189 \end_inset
32190
32191
32192 \end_layout
32193
32194 \begin_layout Standard
32195 An example text from chemistry:
32196 \end_layout
32197
32198 \begin_layout Quote
32199 The 
32200 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32201 \end_inset
32202
32203 -ion reacts with two 
32204 \begin_inset Formula $\mathrm{Na^{+}}$
32205 \end_inset
32206
32207 -ions to sodium sulfate 
32208 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32209 \end_inset
32210
32211 .
32212  The chemical equation for this is:
32213 \begin_inset Formula \[
32214 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32215
32216 \end_inset
32217
32218
32219 \end_layout
32220
32221 \begin_layout Standard
32222 This chemical equation can directly be created as formula.
32223  To avoid that the symbols appear italic, everything is highlighted and
32224  changed by the shortcut 
32225 \begin_inset Info
32226 type  "shortcut"
32227 arg   "font-roman"
32228 \end_inset
32229
32230  to the upright font style.
32231 \begin_inset Foot
32232 status collapsed
32233
32234 \begin_layout Plain Layout
32235 font styles
32236 \series bold
32237  
32238 \series default
32239 see 
32240 \begin_inset CommandInset ref
32241 LatexCommand ref
32242 reference "sub:Font-Styles"
32243
32244 \end_inset
32245
32246
32247 \end_layout
32248
32249 \end_inset
32250
32251
32252 \end_layout
32253
32254 \begin_layout Subsection
32255 Negative Numbers
32256 \begin_inset Index
32257 status collapsed
32258
32259 \begin_layout Plain Layout
32260 Numbers ! negative
32261 \end_layout
32262
32263 \end_inset
32264
32265
32266 \end_layout
32267
32268 \begin_layout Standard
32269 Negative numbers often look ugly in formulas because the minus sign before
32270  the number is set with the same length as the minus operator sign.
32271  When writing the negative number in normal text, the minus sign appears
32272  correctly.
32273 \end_layout
32274
32275 \begin_layout Standard
32276 Thus, the problem disappears when converting the minus sign to mathematical
32277  text.
32278 \end_layout
32279
32280 \begin_layout Standard
32281 An example to visualize the problem:
32282 \end_layout
32283
32284 \begin_layout Standard
32285 \align center
32286 \begin_inset Tabular
32287 <lyxtabular version="3" rows="3" columns="2">
32288 <features>
32289 <column alignment="right" valignment="top" width="0">
32290 <column alignment="left" valignment="top" width="0">
32291 <row>
32292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32293 \begin_inset Text
32294
32295 \begin_layout Plain Layout
32296 normal text:
32297 \end_layout
32298
32299 \end_inset
32300 </cell>
32301 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32302 \begin_inset Text
32303
32304 \begin_layout Plain Layout
32305 x = -2
32306 \end_layout
32307
32308 \end_inset
32309 </cell>
32310 </row>
32311 <row>
32312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32313 \begin_inset Text
32314
32315 \begin_layout Plain Layout
32316 formula:
32317 \end_layout
32318
32319 \end_inset
32320 </cell>
32321 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32322 \begin_inset Text
32323
32324 \begin_layout Plain Layout
32325 \begin_inset Formula $x=-2$
32326 \end_inset
32327
32328
32329 \end_layout
32330
32331 \end_inset
32332 </cell>
32333 </row>
32334 <row>
32335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32336 \begin_inset Text
32337
32338 \begin_layout Plain Layout
32339 solution:
32340 \end_layout
32341
32342 \end_inset
32343 </cell>
32344 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32345 \begin_inset Text
32346
32347 \begin_layout Plain Layout
32348 \begin_inset Formula $x=\textrm{-}2$
32349 \end_inset
32350
32351
32352 \end_layout
32353
32354 \end_inset
32355 </cell>
32356 </row>
32357 </lyxtabular>
32358
32359 \end_inset
32360
32361
32362 \end_layout
32363
32364 \begin_layout Subsection
32365 Comma as decimal Separator
32366 \begin_inset Index
32367 status collapsed
32368
32369 \begin_layout Plain Layout
32370 Comma
32371 \end_layout
32372
32373 \end_inset
32374
32375
32376 \end_layout
32377
32378 \begin_layout Standard
32379 In LaTeX a comma inside a formula is used, according to the English convention,
32380  as number group separator.
32381  So there will be space added behind all commas in formulas.
32382 \end_layout
32383
32384 \begin_layout Standard
32385 To avoid this, the comma is highlighted and changed to mathematical text
32386  (shortcut 
32387 \begin_inset Info
32388 type  "shortcut"
32389 arg   "math-mode"
32390 \end_inset
32391
32392 ).
32393 \end_layout
32394
32395 \begin_layout Standard
32396 To use all formula commas in the document as decimal separator, the file
32397  
32398 \series bold
32399 icomma.sty
32400 \series default
32401
32402 \begin_inset Foot
32403 status collapsed
32404
32405 \begin_layout Plain Layout
32406
32407 \series bold
32408 icomma
32409 \series default
32410  is part of the LaTeX-package 
32411 \series bold
32412 was
32413 \series default
32414
32415 \begin_inset Index
32416 status collapsed
32417
32418 \begin_layout Plain Layout
32419 Packages ! was
32420 \begin_inset ERT
32421 status collapsed
32422
32423 \begin_layout Plain Layout
32424
32425
32426 \backslash
32427 vspace{4mm}
32428 \end_layout
32429
32430 \end_inset
32431
32432
32433 \end_layout
32434
32435 \end_inset
32436
32437 .
32438 \end_layout
32439
32440 \end_inset
32441
32442
32443 \begin_inset Index
32444 status collapsed
32445
32446 \begin_layout Plain Layout
32447 Packages ! icomma
32448 \end_layout
32449
32450 \end_inset
32451
32452  is loaded with the LaTeX-preamble line
32453 \end_layout
32454
32455 \begin_layout Standard
32456
32457 \series bold
32458
32459 \backslash
32460 usepackage{icomma}
32461 \end_layout
32462
32463 \begin_layout Subsection
32464 Physical Vectors
32465 \begin_inset CommandInset label
32466 LatexCommand label
32467 name "sub:Physical-Vectors"
32468
32469 \end_inset
32470
32471
32472 \begin_inset Index
32473 status collapsed
32474
32475 \begin_layout Plain Layout
32476 Vectors ! physical
32477 \end_layout
32478
32479 \end_inset
32480
32481
32482 \end_layout
32483
32484 \begin_layout Standard
32485 Predefined vectors are offered by the LaTeX-package 
32486 \series bold
32487 braket
32488 \series default
32489
32490 \begin_inset Foot
32491 status collapsed
32492
32493 \begin_layout Plain Layout
32494
32495 \series bold
32496 braket
32497 \series default
32498  should be part of every LaTeX standard installation.
32499 \end_layout
32500
32501 \end_inset
32502
32503
32504 \begin_inset Index
32505 status collapsed
32506
32507 \begin_layout Plain Layout
32508 Packages ! braket
32509 \end_layout
32510
32511 \end_inset
32512
32513  that is loaded with the LaTeX-preamble line
32514 \end_layout
32515
32516 \begin_layout Standard
32517
32518 \series bold
32519
32520 \backslash
32521 usepackage{braket}
32522 \end_layout
32523
32524 \begin_layout Standard
32525 \begin_inset ERT
32526 status collapsed
32527
32528 \begin_layout Plain Layout
32529
32530
32531 \backslash
32532 ifbraket 
32533 \end_layout
32534
32535 \end_inset
32536
32537
32538 \begin_inset Note Note
32539 status open
32540
32541 \begin_layout Plain Layout
32542 The following table will only be displayed when the LaTeX-package 
32543 \series bold
32544 braket
32545 \series default
32546  is installed.
32547 \end_layout
32548
32549 \end_inset
32550
32551 The following commands are defined:
32552 \end_layout
32553
32554 \begin_layout Standard
32555 \align center
32556 \begin_inset Tabular
32557 <lyxtabular version="3" rows="4" columns="2">
32558 <features>
32559 <column alignment="center" valignment="top" width="0">
32560 <column alignment="center" valignment="top" width="0">
32561 <row>
32562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32563 \begin_inset Text
32564
32565 \begin_layout Plain Layout
32566 Command
32567 \end_layout
32568
32569 \end_inset
32570 </cell>
32571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32572 \begin_inset Text
32573
32574 \begin_layout Plain Layout
32575 Result
32576 \end_layout
32577
32578 \end_inset
32579 </cell>
32580 </row>
32581 <row>
32582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32583 \begin_inset Text
32584
32585 \begin_layout Plain Layout
32586
32587 \backslash
32588 Bra{
32589 \backslash
32590 psi
32591 \end_layout
32592
32593 \end_inset
32594 </cell>
32595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32596 \begin_inset Text
32597
32598 \begin_layout Plain Layout
32599 \begin_inset Formula $\Bra{\psi}$
32600 \end_inset
32601
32602
32603 \end_layout
32604
32605 \end_inset
32606 </cell>
32607 </row>
32608 <row>
32609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32610 \begin_inset Text
32611
32612 \begin_layout Plain Layout
32613
32614 \backslash
32615 Ket{
32616 \backslash
32617 psi
32618 \end_layout
32619
32620 \end_inset
32621 </cell>
32622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32623 \begin_inset Text
32624
32625 \begin_layout Plain Layout
32626 \begin_inset Formula $\Ket{\psi}$
32627 \end_inset
32628
32629
32630 \end_layout
32631
32632 \end_inset
32633 </cell>
32634 </row>
32635 <row>
32636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32637 \begin_inset Text
32638
32639 \begin_layout Plain Layout
32640
32641 \backslash
32642 Braket{
32643 \backslash
32644 psi|
32645 \backslash
32646 phi
32647 \end_layout
32648
32649 \end_inset
32650 </cell>
32651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32652 \begin_inset Text
32653
32654 \begin_layout Plain Layout
32655 \begin_inset Formula $\Braket{\psi|\phi}$
32656 \end_inset
32657
32658
32659 \end_layout
32660
32661 \end_inset
32662 </cell>
32663 </row>
32664 </lyxtabular>
32665
32666 \end_inset
32667
32668
32669 \end_layout
32670
32671 \begin_layout Standard
32672 The command 
32673 \series bold
32674
32675 \backslash
32676 Braket
32677 \series default
32678  assures that all vertical bars are set in the size of the surrounding brackets:
32679 \begin_inset Formula \[
32680 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32681
32682 \end_inset
32683
32684
32685 \begin_inset ERT
32686 status collapsed
32687
32688 \begin_layout Plain Layout
32689
32690
32691 \backslash
32692 else 
32693 \end_layout
32694
32695 \end_inset
32696
32697
32698 \begin_inset Note Note
32699 status open
32700
32701 \begin_layout Plain Layout
32702 The following will be displayed when the LaTeX-package 
32703 \series bold
32704 braket
32705 \series default
32706  is not installed:
32707 \end_layout
32708
32709 \end_inset
32710
32711
32712 \end_layout
32713
32714 \begin_layout Standard
32715 You need to install the LaTeX-package 
32716 \series bold
32717 braket
32718 \series default
32719  to see the rest of this subsection in the output.
32720 \end_layout
32721
32722 \begin_layout Standard
32723 \begin_inset ERT
32724 status collapsed
32725
32726 \begin_layout Plain Layout
32727
32728
32729 \backslash
32730 fi 
32731 \end_layout
32732
32733 \end_inset
32734
32735
32736 \end_layout
32737
32738 \begin_layout Standard
32739 The effect of 
32740 \series bold
32741
32742 \backslash
32743 Braket
32744 \series default
32745  can also be achieved using the command 
32746 \series bold
32747
32748 \backslash
32749 middle
32750 \series default
32751 , that is described in 
32752 \begin_inset CommandInset ref
32753 LatexCommand ref
32754 reference "sub:Automatic-Bracket-Size"
32755
32756 \end_inset
32757
32758 .
32759 \end_layout
32760
32761 \begin_layout Subsection
32762 Self-defined Fractions
32763 \begin_inset CommandInset label
32764 LatexCommand label
32765 name "sub:Self-defined-Fractions"
32766
32767 \end_inset
32768
32769
32770 \begin_inset Index
32771 status collapsed
32772
32773 \begin_layout Plain Layout
32774 Fractions ! self-defined
32775 \end_layout
32776
32777 \end_inset
32778
32779
32780 \end_layout
32781
32782 \begin_layout Standard
32783 To define custom commands for fractions, the command 
32784 \series bold
32785
32786 \backslash
32787 genfrac
32788 \series default
32789
32790 \begin_inset Index
32791 status collapsed
32792
32793 \begin_layout Plain Layout
32794 Commands ! G ! 
32795 \backslash
32796 genfrac
32797 \end_layout
32798
32799 \end_inset
32800
32801  is used in the following scheme:
32802 \end_layout
32803
32804 \begin_layout Standard
32805
32806 \series bold
32807
32808 \backslash
32809 genfrac{left
32810 \series default
32811  
32812 \series bold
32813 bracket}{right
32814 \series default
32815  
32816 \series bold
32817 bracket}{fraction bar thickness}{style}
32818 \begin_inset Newline newline
32819 \end_inset
32820
32821
32822 \begin_inset ERT
32823 status collapsed
32824
32825 \begin_layout Plain Layout
32826
32827
32828 \backslash
32829 phantom{
32830 \end_layout
32831
32832 \end_inset
32833
32834
32835 \backslash
32836 genfrac
32837 \begin_inset ERT
32838 status collapsed
32839
32840 \begin_layout Plain Layout
32841
32842 }
32843 \end_layout
32844
32845 \end_inset
32846
32847 {numerator}{denominator}
32848 \end_layout
32849
32850 \begin_layout Standard
32851 The style is a number in the range of 0
32852 \begin_inset space \thinspace{}
32853 \end_inset
32854
32855 -
32856 \begin_inset space \thinspace{}
32857 \end_inset
32858
32859 3.
32860 \end_layout
32861
32862 \begin_layout Standard
32863 \align center
32864 \begin_inset Tabular
32865 <lyxtabular version="3" rows="5" columns="2">
32866 <features>
32867 <column alignment="center" valignment="top" width="0">
32868 <column alignment="center" valignment="top" width="0">
32869 <row>
32870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32871 \begin_inset Text
32872
32873 \begin_layout Plain Layout
32874 Number
32875 \end_layout
32876
32877 \end_inset
32878 </cell>
32879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32880 \begin_inset Text
32881
32882 \begin_layout Plain Layout
32883 Style (Size)
32884 \end_layout
32885
32886 \end_inset
32887 </cell>
32888 </row>
32889 <row>
32890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32891 \begin_inset Text
32892
32893 \begin_layout Plain Layout
32894 0
32895 \end_layout
32896
32897 \end_inset
32898 </cell>
32899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32900 \begin_inset Text
32901
32902 \begin_layout Plain Layout
32903 display style formula
32904 \end_layout
32905
32906 \end_inset
32907 </cell>
32908 </row>
32909 <row>
32910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32911 \begin_inset Text
32912
32913 \begin_layout Plain Layout
32914 1
32915 \end_layout
32916
32917 \end_inset
32918 </cell>
32919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32920 \begin_inset Text
32921
32922 \begin_layout Plain Layout
32923 inline formula
32924 \end_layout
32925
32926 \end_inset
32927 </cell>
32928 </row>
32929 <row>
32930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32931 \begin_inset Text
32932
32933 \begin_layout Plain Layout
32934 2
32935 \end_layout
32936
32937 \end_inset
32938 </cell>
32939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32940 \begin_inset Text
32941
32942 \begin_layout Plain Layout
32943 small
32944 \end_layout
32945
32946 \end_inset
32947 </cell>
32948 </row>
32949 <row>
32950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32951 \begin_inset Text
32952
32953 \begin_layout Plain Layout
32954 3
32955 \end_layout
32956
32957 \end_inset
32958 </cell>
32959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32960 \begin_inset Text
32961
32962 \begin_layout Plain Layout
32963 tiny
32964 \end_layout
32965
32966 \end_inset
32967 </cell>
32968 </row>
32969 </lyxtabular>
32970
32971 \end_inset
32972
32973
32974 \end_layout
32975
32976 \begin_layout Standard
32977 When no style is given, the size is adjusted to the surrounding environment
32978  like for the command 
32979 \series bold
32980
32981 \backslash
32982 frac
32983 \series default
32984 .
32985 \end_layout
32986
32987 \begin_layout Standard
32988 When no fraction bar thickness is given, the predefined value of 0.4
32989 \begin_inset space \thinspace{}
32990 \end_inset
32991
32992 pt will be used.
32993 \end_layout
32994
32995 \begin_layout Standard
32996 \begin_inset VSpace medskip
32997 \end_inset
32998
32999 For example, the commands 
33000 \series bold
33001
33002 \backslash
33003 dfrac
33004 \series default
33005  and 
33006 \series bold
33007
33008 \backslash
33009 tbinom
33010 \series default
33011  from 
33012 \begin_inset CommandInset ref
33013 LatexCommand ref
33014 reference "sub:Fractions"
33015
33016 \end_inset
33017
33018  are defined with the commands
33019 \end_layout
33020
33021 \begin_layout Standard
33022
33023 \series bold
33024
33025 \backslash
33026 newcommand{
33027 \backslash
33028 dfrac}[2]{
33029 \backslash
33030 genfrac{}{}{}{0}{#1}{#2}}
33031 \end_layout
33032
33033 \begin_layout Standard
33034 and
33035 \end_layout
33036
33037 \begin_layout Standard
33038
33039 \series bold
33040
33041 \backslash
33042 newcommand{
33043 \backslash
33044 tbinom}[2]{
33045 \backslash
33046 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33047 \end_layout
33048
33049 \begin_layout Standard
33050 \begin_inset VSpace medskip
33051 \end_inset
33052
33053 To define a fraction where the fraction bar thickness can be given as optional
33054  argument, the following line is inserted to the LaTeX-preamble:
33055 \end_layout
33056
33057 \begin_layout Standard
33058
33059 \series bold
33060
33061 \backslash
33062 newcommand{
33063 \backslash
33064 fracS}[3][]{
33065 \backslash
33066 genfrac{}{}{#1}{}{#2}{#3}}
33067 \end_layout
33068
33069 \begin_layout Standard
33070 A test:
33071 \begin_inset Formula \begin{align*}
33072 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33073 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
33074
33075 \end_inset
33076
33077 As one can see, the distance of the numerator and the denominator to the
33078  fraction bar is round about three times the bar thickness.
33079 \end_layout
33080
33081 \begin_layout Subsection
33082 Canceled Formulas
33083 \begin_inset Index
33084 status collapsed
33085
33086 \begin_layout Plain Layout
33087 Formula ! canceled
33088 \end_layout
33089
33090 \end_inset
33091
33092
33093 \end_layout
33094
33095 \begin_layout Standard
33096 To cancel formulas or formula parts, the LaTeX-package 
33097 \series bold
33098 cancel
33099 \series default
33100
33101 \begin_inset Foot
33102 status collapsed
33103
33104 \begin_layout Plain Layout
33105
33106 \series bold
33107 cancel
33108 \series default
33109  is part of every LaTeX standard installation.
33110 \end_layout
33111
33112 \end_inset
33113
33114
33115 \begin_inset Index
33116 status collapsed
33117
33118 \begin_layout Plain Layout
33119 Packages ! cancel
33120 \end_layout
33121
33122 \end_inset
33123
33124  has to be loaded with the LaTeX-preamble line
33125 \end_layout
33126
33127 \begin_layout Standard
33128
33129 \series bold
33130
33131 \backslash
33132 usepackage[samesize]{cancel}
33133 \end_layout
33134
33135 \begin_layout Standard
33136 There are four ways to cancel formulas:
33137 \end_layout
33138
33139 \begin_layout Standard
33140 \align center
33141 \begin_inset Tabular
33142 <lyxtabular version="3" rows="5" columns="2">
33143 <features>
33144 <column alignment="center" valignment="top" width="0">
33145 <column alignment="center" valignment="top" width="0">
33146 <row>
33147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33148 \begin_inset Text
33149
33150 \begin_layout Plain Layout
33151 Command
33152 \end_layout
33153
33154 \end_inset
33155 </cell>
33156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33157 \begin_inset Text
33158
33159 \begin_layout Plain Layout
33160 Result
33161 \begin_inset Note Note
33162 status collapsed
33163
33164 \begin_layout Plain Layout
33165
33166 \series bold
33167
33168 \backslash
33169 hspace
33170 \series default
33171  and
33172 \series bold
33173  
33174 \backslash
33175 raisebox
33176 \series default
33177  are used here as spacer.
33178 \end_layout
33179
33180 \end_inset
33181
33182
33183 \end_layout
33184
33185 \end_inset
33186 </cell>
33187 </row>
33188 <row>
33189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33190 \begin_inset Text
33191
33192 \begin_layout Plain Layout
33193
33194 \backslash
33195 cancel{
33196 \backslash
33197 int
33198 \begin_inset ERT
33199 status collapsed
33200
33201 \begin_layout Plain Layout
33202
33203
33204 \backslash
33205 spce 
33206 \end_layout
33207
33208 \end_inset
33209
33210 A=B
33211 \end_layout
33212
33213 \end_inset
33214 </cell>
33215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33216 \begin_inset Text
33217
33218 \begin_layout Plain Layout
33219 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33220 \end_inset
33221
33222
33223 \end_layout
33224
33225 \end_inset
33226 </cell>
33227 </row>
33228 <row>
33229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33230 \begin_inset Text
33231
33232 \begin_layout Plain Layout
33233
33234 \backslash
33235 bcancel{
33236 \backslash
33237 int
33238 \begin_inset ERT
33239 status collapsed
33240
33241 \begin_layout Plain Layout
33242
33243
33244 \backslash
33245 spce 
33246 \end_layout
33247
33248 \end_inset
33249
33250 A=B
33251 \end_layout
33252
33253 \end_inset
33254 </cell>
33255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33256 \begin_inset Text
33257
33258 \begin_layout Plain Layout
33259 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33260 \end_inset
33261
33262
33263 \end_layout
33264
33265 \end_inset
33266 </cell>
33267 </row>
33268 <row>
33269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33270 \begin_inset Text
33271
33272 \begin_layout Plain Layout
33273
33274 \backslash
33275 xcancel{
33276 \backslash
33277 int
33278 \begin_inset ERT
33279 status collapsed
33280
33281 \begin_layout Plain Layout
33282
33283
33284 \backslash
33285 spce 
33286 \end_layout
33287
33288 \end_inset
33289
33290 A=B
33291 \end_layout
33292
33293 \end_inset
33294 </cell>
33295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33296 \begin_inset Text
33297
33298 \begin_layout Plain Layout
33299 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33300 \end_inset
33301
33302
33303 \end_layout
33304
33305 \end_inset
33306 </cell>
33307 </row>
33308 <row>
33309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33310 \begin_inset Text
33311
33312 \begin_layout Plain Layout
33313
33314 \backslash
33315 cancelto{1
33316 \begin_inset Formula $\to$
33317 \end_inset
33318
33319
33320 \backslash
33321 {
33322 \backslash
33323 int
33324 \begin_inset ERT
33325 status collapsed
33326
33327 \begin_layout Plain Layout
33328
33329
33330 \backslash
33331 spce 
33332 \end_layout
33333
33334 \end_inset
33335
33336 A=B
33337 \end_layout
33338
33339 \end_inset
33340 </cell>
33341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33342 \begin_inset Text
33343
33344 \begin_layout Plain Layout
33345 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33346 \end_inset
33347
33348
33349 \end_layout
33350
33351 \end_inset
33352 </cell>
33353 </row>
33354 </lyxtabular>
33355
33356 \end_inset
33357
33358
33359 \end_layout
33360
33361 \begin_layout Standard
33362
33363 \series bold
33364
33365 \backslash
33366 cancelto
33367 \series default
33368  is especially suitable to visualize the reduction of fractions within formulas:
33369 \begin_inset Formula \[
33370 \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}}}\]
33371
33372 \end_inset
33373
33374
33375 \end_layout
33376
33377 \begin_layout Subsection
33378 Formulas in Section Headings
33379 \begin_inset CommandInset label
33380 LatexCommand label
33381 name "sub:Formulas-in-Section"
33382
33383 \end_inset
33384
33385
33386 \begin_inset Index
33387 status collapsed
33388
33389 \begin_layout Plain Layout
33390 Formula ! in section headings
33391 \end_layout
33392
33393 \end_inset
33394
33395
33396 \end_layout
33397
33398 \begin_layout Standard
33399 When formulas are used in section headings, the following has to be taken
33400  into account:
33401 \end_layout
33402
33403 \begin_layout Standard
33404 \begin_inset Note Greyedout
33405 status open
33406
33407 \begin_layout Plain Layout
33408 When 
33409 \series bold
33410 hyperref
33411 \series default
33412
33413 \begin_inset Index
33414 status collapsed
33415
33416 \begin_layout Plain Layout
33417 Packages ! hyperref
33418 \end_layout
33419
33420 \end_inset
33421
33422  support is enabled in the document settings dialog under 
33423 \family sans
33424 PDF
33425 \begin_inset space ~
33426 \end_inset
33427
33428 Properties
33429 \family default
33430 , PDF-bookmarks are created for every section heading in the table of contents.
33431  If a section heading contains formulas, they are incorrectly displayed
33432  in the bookmark text, because formulas in bookmarks infringe the PDF convention
33433 s.
33434 \end_layout
33435
33436 \end_inset
33437
33438
33439 \end_layout
33440
33441 \begin_layout Standard
33442 Both problems can be solved by inserting at the end of the section heading
33443  a short title with the menu 
33444 \family sans
33445 Insert\SpecialChar \menuseparator
33446 Short
33447 \begin_inset space ~
33448 \end_inset
33449
33450 Title
33451 \family default
33452 .
33453  Short titles are used as alternative for multiline section headings to
33454  keep the table of contents clearly arranged.
33455  Only the short title appears in the table of contents and therefore also
33456  in the PDF-bookmark.
33457 \end_layout
33458
33459 \begin_layout Standard
33460 When formulas should be used in the table of contents but 
33461 \series bold
33462 hyperref
33463 \series default
33464  is used, one can use the following command in TeX-mode:
33465 \end_layout
33466
33467 \begin_layout Standard
33468
33469 \series bold
33470
33471 \backslash
33472 texorpdfstring{part}{alternative}
33473 \begin_inset Index
33474 status collapsed
33475
33476 \begin_layout Plain Layout
33477 Commands ! T ! 
33478 \backslash
33479 texorpdfstring
33480 \end_layout
33481
33482 \end_inset
33483
33484
33485 \end_layout
33486
33487 \begin_layout Standard
33488 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
33489  This can be characters, formulas, footnotes, but also cross-references.
33490  The alternative is used instead of the part for the bookmark.
33491 \end_layout
33492
33493 \begin_layout Standard
33494 Here are two example headings:
33495 \begin_inset VSpace -3mm
33496 \end_inset
33497
33498
33499 \begin_inset ERT
33500 status collapsed
33501
33502 \begin_layout Plain Layout
33503
33504
33505 \backslash
33506 boldmath 
33507 \end_layout
33508
33509 \end_inset
33510
33511
33512 \end_layout
33513
33514 \begin_layout Subsubsection
33515 Heading without formula in table of contents 
33516 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33517 \end_inset
33518
33519
33520 \begin_inset OptArg
33521 status collapsed
33522
33523 \begin_layout Plain Layout
33524 Heading without formula in table of contents
33525 \end_layout
33526
33527 \end_inset
33528
33529
33530 \end_layout
33531
33532 \begin_layout Subsubsection
33533 Heading with formula in table of contents
33534 \begin_inset ERT
33535 status collapsed
33536
33537 \begin_layout Plain Layout
33538
33539
33540 \backslash
33541 texorpdfstring{
33542 \end_layout
33543
33544 \end_inset
33545
33546  
33547 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33548 \end_inset
33549
33550
33551 \begin_inset ERT
33552 status collapsed
33553
33554 \begin_layout Plain Layout
33555
33556 }{}
33557 \end_layout
33558
33559 \end_inset
33560
33561
33562 \end_layout
33563
33564 \begin_layout Standard
33565 \begin_inset ERT
33566 status collapsed
33567
33568 \begin_layout Plain Layout
33569
33570
33571 \backslash
33572 unboldmath 
33573 \end_layout
33574
33575 \end_inset
33576
33577 In the first heading a short title was used, in the second one 
33578 \series bold
33579
33580 \backslash
33581 texorpdfstring
33582 \series default
33583 .
33584 \end_layout
33585
33586 \begin_layout Standard
33587 To get the same formatting as for the other headings, the complete heading
33588  was set into a 
33589 \series bold
33590 boldmath
33591 \series default
33592  environment
33593 \begin_inset Foot
33594 status collapsed
33595
33596 \begin_layout Plain Layout
33597 see 
33598 \begin_inset CommandInset ref
33599 LatexCommand ref
33600 reference "sub:Bold-Formulas"
33601
33602 \end_inset
33603
33604
33605 \end_layout
33606
33607 \end_inset
33608
33609 .
33610 \end_layout
33611
33612 \begin_layout Subsection
33613 Formulas in multi-column Text
33614 \begin_inset Index
33615 status collapsed
33616
33617 \begin_layout Plain Layout
33618 Formula ! in multi-column text
33619 \end_layout
33620
33621 \end_inset
33622
33623
33624 \end_layout
33625
33626 \begin_layout Standard
33627 Formulas in multi-column text are often too wide to fit into a column and
33628  thus need to be set over the whole page width.
33629  This is done by using the LaTeX-package 
33630 \series bold
33631 multicol
33632 \series default
33633
33634 \begin_inset Foot
33635 status collapsed
33636
33637 \begin_layout Plain Layout
33638
33639 \series bold
33640 multicol
33641 \series default
33642  is part of every LaTeX standard installation.
33643 \end_layout
33644
33645 \end_inset
33646
33647
33648 \begin_inset Index
33649 status collapsed
33650
33651 \begin_layout Plain Layout
33652 Packages ! multicol
33653 \end_layout
33654
33655 \end_inset
33656
33657 , that is loaded with the LaTeX-preamble line
33658 \end_layout
33659
33660 \begin_layout Standard
33661
33662 \series bold
33663
33664 \backslash
33665 usepackage{multicol}
33666 \end_layout
33667
33668 \begin_layout Standard
33669 \begin_inset Note Greyedout
33670 status open
33671
33672 \begin_layout Plain Layout
33673 Note herby that the setting 
33674 \family sans
33675 Two-column
33676 \begin_inset space ~
33677 \end_inset
33678
33679 document
33680 \family default
33681  in the menu 
33682 \family sans
33683 Document\SpecialChar \menuseparator
33684 Settings
33685 \family default
33686  under 
33687 \family sans
33688 Text
33689 \begin_inset space ~
33690 \end_inset
33691
33692 Layout
33693 \family default
33694 \emph on
33695  
33696 \emph default
33697 must 
33698 \emph on
33699 not
33700 \emph default
33701  be selected.
33702 \end_layout
33703
33704 \end_inset
33705
33706
33707 \end_layout
33708
33709 \begin_layout Standard
33710 Before the multi-column text the command
33711 \end_layout
33712
33713 \begin_layout Standard
33714
33715 \series bold
33716
33717 \backslash
33718 begin{multicols}{column number}
33719 \end_layout
33720
33721 \begin_layout Standard
33722 is written in TeX-mode.
33723  The column number is a number in the range of 2
33724 \begin_inset space \thinspace{}
33725 \end_inset
33726
33727 -
33728 \begin_inset space \thinspace{}
33729 \end_inset
33730
33731 10.
33732  Before the formula the multi-column text is ended by inserting the command
33733 \end_layout
33734
33735 \begin_layout Standard
33736
33737 \series bold
33738
33739 \backslash
33740 end{multicols}
33741 \end_layout
33742
33743 \begin_layout Standard
33744 in TeX-mode.
33745 \end_layout
33746
33747 \begin_layout Standard
33748 Due to the command some space is automatically added before the formula.
33749  To revert this, -6
33750 \begin_inset space \thinspace{}
33751 \end_inset
33752
33753 mm vertical space is inserted before the formula.
33754  When the formula style 
33755 \series bold
33756 Indented
33757 \begin_inset Foot
33758 status collapsed
33759
33760 \begin_layout Plain Layout
33761 formula styles see 
33762 \begin_inset CommandInset ref
33763 LatexCommand ref
33764 reference "sec:Formula-Styles"
33765
33766 \end_inset
33767
33768
33769 \end_layout
33770
33771 \end_inset
33772
33773
33774 \series default
33775  is used, -9
33776 \begin_inset space \thinspace{}
33777 \end_inset
33778
33779 mm space is inserted instead.
33780 \end_layout
33781
33782 \begin_layout Standard
33783 As example a multi-column text with a displayed formula:
33784 \end_layout
33785
33786 \begin_layout Standard
33787 \begin_inset ERT
33788 status collapsed
33789
33790 \begin_layout Plain Layout
33791
33792
33793 \backslash
33794 begin{multicols}{2}
33795 \end_layout
33796
33797 \end_inset
33798
33799 Das Spektrum wird fouriertransformiert.
33800  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
33801 , Lösungsmittel) zu trennen.
33802  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
33803  nun das Aussehen des Ausgangssignals.
33804  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
33805  über alle Phasen integrieren muss.
33806  Sei nun 
33807 \begin_inset Formula $S$
33808 \end_inset
33809
33810  unser normiertes Ausgangssignal and 
33811 \begin_inset Formula $P$
33812 \end_inset
33813
33814  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
33815 \begin_inset ERT
33816 status collapsed
33817
33818 \begin_layout Plain Layout
33819
33820
33821 \backslash
33822 end{multicols}
33823 \end_layout
33824
33825 \end_inset
33826
33827
33828 \begin_inset VSpace -6mm
33829 \end_inset
33830
33831
33832 \begin_inset Formula \begin{equation}
33833 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33834
33835 \end_inset
33836
33837
33838 \begin_inset ERT
33839 status collapsed
33840
33841 \begin_layout Plain Layout
33842
33843
33844 \backslash
33845 begin{multicols}{2}
33846 \end_layout
33847
33848 \end_inset
33849
33850 wobei 
33851 \begin_inset Formula $S_{0}$
33852 \end_inset
33853
33854  das Signal ohne Gradient ist and the Normierungsbedingung 
33855 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33856 \end_inset
33857
33858  gilt.
33859  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
33860  Direkt nach the 
33861 \begin_inset Formula $\nicefrac{\pi}{2}$
33862 \end_inset
33863
33864
33865 \begin_inset space \thinspace{}
33866 \end_inset
33867
33868 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
33869  das Signal zusätzlich abschwächt.
33870  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
33871  
33872 \begin_inset Formula $T_{2}$
33873 \end_inset
33874
33875 -Zeit.
33876 \end_layout
33877
33878 \begin_layout Standard
33879 \begin_inset ERT
33880 status collapsed
33881
33882 \begin_layout Plain Layout
33883
33884
33885 \backslash
33886 end{multicols}
33887 \end_layout
33888
33889 \end_inset
33890
33891  
33892 \end_layout
33893
33894 \begin_layout Subsection
33895 Formulas with Description of Variables
33896 \begin_inset Index
33897 status collapsed
33898
33899 \begin_layout Plain Layout
33900 Formula ! with description of variables
33901 \end_layout
33902
33903 \end_inset
33904
33905
33906 \end_layout
33907
33908 \begin_layout Standard
33909 To describe variables within a formula, like in formula 
33910 \begin_inset CommandInset ref
33911 LatexCommand eqref
33912 reference "eq:within"
33913
33914 \end_inset
33915
33916 , a 2
33917 \series bold
33918 ×
33919 \series default
33920
33921 \begin_inset Formula $n$
33922 \end_inset
33923
33924
33925 \begin_inset space ~
33926 \end_inset
33927
33928 matrix is used with left aligned columns for the 
33929 \begin_inset Formula $n$
33930 \end_inset
33931
33932  used variables.
33933 \begin_inset Foot
33934 status collapsed
33935
33936 \begin_layout Plain Layout
33937 matrices see 
33938 \begin_inset CommandInset ref
33939 LatexCommand ref
33940 reference "sec:Matrices"
33941
33942 \end_inset
33943
33944
33945 \end_layout
33946
33947 \end_inset
33948
33949  To set the description in a smaller size, before the matrix e.
33950 \begin_inset space \thinspace{}
33951 \end_inset
33952
33953 g.
33954 \begin_inset space ~
33955 \end_inset
33956
33957 the command 
33958 \series bold
33959
33960 \backslash
33961 footnotesize
33962 \series default
33963  is inserted.
33964 \begin_inset Foot
33965 status collapsed
33966
33967 \begin_layout Plain Layout
33968 font sizes see 
33969 \begin_inset CommandInset ref
33970 LatexCommand ref
33971 reference "sub:Font-Sizes"
33972
33973 \end_inset
33974
33975
33976 \end_layout
33977
33978 \end_inset
33979
33980
33981 \end_layout
33982
33983 \begin_layout Standard
33984 When the formula style 
33985 \series bold
33986 Indented
33987 \begin_inset Foot
33988 status collapsed
33989
33990 \begin_layout Plain Layout
33991 formula styles see 
33992 \begin_inset CommandInset ref
33993 LatexCommand ref
33994 reference "sec:Formula-Styles"
33995
33996 \end_inset
33997
33998
33999 \end_layout
34000
34001 \end_inset
34002
34003
34004 \series default
34005  is used, a 
34006 \series bold
34007
34008 \backslash
34009 hfill
34010 \series default
34011
34012 \begin_inset Foot
34013 status collapsed
34014
34015 \begin_layout Plain Layout
34016
34017 \series bold
34018
34019 \backslash
34020 hfill
34021 \series default
34022  only works in formulas with the style 
34023 \series bold
34024 Indented
34025 \series default
34026 , see 
34027 \begin_inset CommandInset ref
34028 LatexCommand ref
34029 reference "sub:Variable-Space"
34030
34031 \end_inset
34032
34033 .
34034 \end_layout
34035
34036 \end_inset
34037
34038  is inserted before and after the matrix to have the same separation of
34039  the matrix from the equation and the side margin.
34040 \end_layout
34041
34042 \begin_layout Standard
34043 When the formula style 
34044 \series bold
34045 Centered
34046 \series default
34047  is used, the method described in 
34048 \begin_inset CommandInset ref
34049 LatexCommand ref
34050 reference "sub:Flalign-Environment"
34051
34052 \end_inset
34053
34054  is used to indent formulas.
34055  Formula 
34056 \begin_inset CommandInset ref
34057 LatexCommand eqref
34058 reference "eq:within"
34059
34060 \end_inset
34061
34062  consists of five columns whereas in the first two columns contain the equation,
34063  the third the matrix, and the last one an empty TeX-brace.
34064 \begin_inset Formula \begin{flalign}
34065 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
34066 \rho & \textrm{density}\\
34067 V & \textrm{volume}\\
34068 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
34069
34070 \end_inset
34071
34072
34073 \end_layout
34074
34075 \begin_layout Subsection
34076 Upright small Greek Letters
34077 \begin_inset CommandInset label
34078 LatexCommand label
34079 name "sub:Upright-small-Greek"
34080
34081 \end_inset
34082
34083
34084 \begin_inset Index
34085 status collapsed
34086
34087 \begin_layout Plain Layout
34088 Greek letters ! upright
34089 \end_layout
34090
34091 \end_inset
34092
34093
34094 \end_layout
34095
34096 \begin_layout Standard
34097 Most of the math fonts only provide italic small Greek letters.
34098  But for symbols of elementary particles like pions and neutrinos, upright
34099  Greek letters are needed.
34100  The file 
34101 \series bold
34102 upgreek.sty
34103 \series default
34104
34105 \begin_inset Foot
34106 status collapsed
34107
34108 \begin_layout Plain Layout
34109
34110 \series bold
34111 upgreek
34112 \series default
34113  is part of the LaTeX-package 
34114 \series bold
34115 was
34116 \series default
34117
34118 \begin_inset Index
34119 status collapsed
34120
34121 \begin_layout Plain Layout
34122 Packages ! was
34123 \begin_inset ERT
34124 status collapsed
34125
34126 \begin_layout Plain Layout
34127
34128
34129 \backslash
34130 vspace{4mm}
34131 \end_layout
34132
34133 \end_inset
34134
34135
34136 \end_layout
34137
34138 \end_inset
34139
34140 .
34141 \end_layout
34142
34143 \end_inset
34144
34145
34146 \begin_inset Index
34147 status collapsed
34148
34149 \begin_layout Plain Layout
34150 Packages ! upgreek
34151 \end_layout
34152
34153 \end_inset
34154
34155  that is loaded with the LaTeX-preamble line
34156 \end_layout
34157
34158 \begin_layout Standard
34159
34160 \series bold
34161
34162 \backslash
34163 usepackage{upgreek}
34164 \end_layout
34165
34166 \begin_layout Standard
34167 provides them.
34168  
34169 \begin_inset ERT
34170 status collapsed
34171
34172 \begin_layout Plain Layout
34173
34174
34175 \backslash
34176 ifupgreek 
34177 \end_layout
34178
34179 \end_inset
34180
34181
34182 \begin_inset Note Note
34183 status open
34184
34185 \begin_layout Plain Layout
34186 The following table will only be displayed when the LaTeX-package 
34187 \series bold
34188 upgreek
34189 \series default
34190  is installed.
34191 \end_layout
34192
34193 \end_inset
34194
34195  They are created when the command for a small Greek letters is started
34196  with 
34197 \series bold
34198 up
34199 \series default
34200 .
34201  For example the command 
34202 \series bold
34203
34204 \backslash
34205 uptau
34206 \series default
34207  creates this: 
34208 \begin_inset Formula $\uptau$
34209 \end_inset
34210
34211
34212 \end_layout
34213
34214 \begin_layout Standard
34215 With these commands reactions of elementary particles can be typeset:
34216 \begin_inset Formula \[
34217 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
34218
34219 \end_inset
34220
34221
34222 \end_layout
34223
34224 \begin_layout Standard
34225 The upright letters are more bold and wider than the italic ones.
34226  They should therefore not be used for units like 
34227 \begin_inset Quotes eld
34228 \end_inset
34229
34230 µm
34231 \begin_inset Quotes erd
34232 \end_inset
34233
34234 .
34235 \end_layout
34236
34237 \begin_layout Standard
34238 \begin_inset ERT
34239 status collapsed
34240
34241 \begin_layout Plain Layout
34242
34243
34244 \backslash
34245 else 
34246 \end_layout
34247
34248 \end_inset
34249
34250
34251 \begin_inset Note Note
34252 status open
34253
34254 \begin_layout Plain Layout
34255 The following will be displayed when the LaTeX-package 
34256 \series bold
34257 upgreek
34258 \series default
34259  is not installed:
34260 \end_layout
34261
34262 \end_inset
34263
34264
34265 \end_layout
34266
34267 \begin_layout Standard
34268 You need to install the LaTeX-package 
34269 \series bold
34270 upgreek
34271 \series default
34272  to see the rest of this subsection in the output.
34273 \end_layout
34274
34275 \begin_layout Standard
34276 \begin_inset ERT
34277 status collapsed
34278
34279 \begin_layout Plain Layout
34280
34281
34282 \backslash
34283 fi 
34284 \end_layout
34285
34286 \end_inset
34287
34288
34289 \end_layout
34290
34291 \begin_layout Subsection
34292 Text Characters in Formulas
34293 \begin_inset CommandInset label
34294 LatexCommand label
34295 name "sub:Text-Characters-in"
34296
34297 \end_inset
34298
34299
34300 \begin_inset Index
34301 status collapsed
34302
34303 \begin_layout Plain Layout
34304 Text ! in formulas
34305 \end_layout
34306
34307 \end_inset
34308
34309
34310 \end_layout
34311
34312 \begin_layout Standard
34313 In some cases you might want to insert text characters directly into formulas.
34314  When for example the centered dot · is often used in formulas like 
34315 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34316 \end_inset
34317
34318 , one would have to insert the command 
34319 \series bold
34320
34321 \backslash
34322 cdot
34323 \series default
34324
34325 \begin_inset Foot
34326 status collapsed
34327
34328 \begin_layout Plain Layout
34329 see 
34330 \begin_inset CommandInset ref
34331 LatexCommand ref
34332 reference "sub:Binary-Operators"
34333
34334 \end_inset
34335
34336
34337 \end_layout
34338
34339 \end_inset
34340
34341  all the time, because this character is defined in all encodings as text
34342  character.
34343  But the encoding can be changed by this LaTeX-preamble line:
34344 \end_layout
34345
34346 \begin_layout Standard
34347
34348 \series bold
34349
34350 \backslash
34351 Declare Inputtext{183}{
34352 \backslash
34353 ifmmode
34354 \backslash
34355 cdot
34356 \backslash
34357 else
34358 \backslash
34359 textperiodcentered
34360 \backslash
34361 f\SpecialChar \textcompwordmark{}
34362 i}
34363 \end_layout
34364
34365 \begin_layout Standard
34366 The character encoding (menu 
34367 \family sans
34368 Document\SpecialChar \menuseparator
34369 Settings\SpecialChar \menuseparator
34370 Language
34371 \family default
34372 ) specifies what character appears when a keyboard key is pressed.
34373  When the key for the character '·' is pressed, internally the command 
34374 \series bold
34375
34376 \backslash
34377 textperiodcentered
34378 \series default
34379  is used.
34380  But this command is not available in a formula so that you would get LaTeX-erro
34381 rs.
34382  With the changed encoding the right command is chosen automatically, depending
34383  on if the character was inserted into a formula or not.
34384 \end_layout
34385
34386 \begin_layout Standard
34387 The encoding of several characters is saved in definition files.
34388  Fore example the encoding 
34389 \series bold
34390 latin9
34391 \series default
34392  is defined in the file 
34393 \series bold
34394 latin9.def
34395 \series default
34396  that is in the installation folder of LaTeX.
34397  Encodings should only be changed via the LaTeX-preamble and not in the
34398  definition files.
34399  Otherwise own documents could not be edited by other LyX users working
34400  on other computers.
34401 \end_layout
34402
34403 \begin_layout Standard
34404 \begin_inset VSpace medskip
34405 \end_inset
34406
34407 Besides the centered dot, in this document the degree sign ° is defined
34408  with the following LaTeX-preamble line so that it can directly be inserted
34409  to a formula:
34410 \end_layout
34411
34412 \begin_layout Standard
34413
34414 \series bold
34415
34416 \backslash
34417 DeclareInputtext{176}{
34418 \backslash
34419 ifmmode^
34420 \backslash
34421 circ
34422 \backslash
34423 else
34424 \backslash
34425 textdegree
34426 \backslash
34427 f\SpecialChar \textcompwordmark{}
34428 i}
34429 \end_layout
34430
34431 \begin_layout Standard
34432 \begin_inset Newpage newpage
34433 \end_inset
34434
34435
34436 \end_layout
34437
34438 \begin_layout Section
34439 \start_of_appendix
34440 Typographic Advice
34441 \begin_inset Index
34442 status collapsed
34443
34444 \begin_layout Plain Layout
34445 Typographic advice
34446 \end_layout
34447
34448 \end_inset
34449
34450
34451 \end_layout
34452
34453 \begin_layout Standard
34454 This section is a summary of the most important typographic rules, listed
34455  in ISO norms.
34456 \begin_inset Foot
34457 status collapsed
34458
34459 \begin_layout Plain Layout
34460 This collection was partly taken from the German semi-official dictionary
34461  called 
34462 \begin_inset Quotes eld
34463 \end_inset
34464
34465 Duden
34466 \begin_inset Quotes erd
34467 \end_inset
34468
34469  
34470 \begin_inset CommandInset citation
34471 LatexCommand cite
34472 key "Duden"
34473
34474 \end_inset
34475
34476  that lists some of the ISO rules.
34477 \end_layout
34478
34479 \end_inset
34480
34481
34482 \end_layout
34483
34484 \begin_layout Itemize
34485 Physical units are 
34486 \emph on
34487 always
34488 \emph default
34489  set upright
34490 \begin_inset Foot
34491 status collapsed
34492
34493 \begin_layout Plain Layout
34494 done with font styles, see 
34495 \begin_inset CommandInset ref
34496 LatexCommand ref
34497 reference "sub:Font-Styles"
34498
34499 \end_inset
34500
34501
34502 \end_layout
34503
34504 \end_inset
34505
34506 : 30
34507 \begin_inset space \thinspace{}
34508 \end_inset
34509
34510 km/h
34511 \begin_inset Newline newline
34512 \end_inset
34513
34514 Between the value and the unit is the smallest space, see 
34515 \begin_inset CommandInset ref
34516 LatexCommand ref
34517 reference "sub:Predefined-Space"
34518
34519 \end_inset
34520
34521 .
34522 \begin_inset Newline newline
34523 \end_inset
34524
34525 This convention is automatically fulfilled when the command 
34526 \series bold
34527
34528 \backslash
34529 unittwo
34530 \series default
34531  is used.
34532  When it is entered to a formula, two boxes appear.
34533  In the first one the value is inserted, in the second one the unit, and
34534  one gets as above: 
34535 \begin_inset Formula $\unit[30]{km/h}$
34536 \end_inset
34537
34538
34539 \begin_inset space \thinspace{}
34540 \end_inset
34541
34542 .
34543  Note that 
34544 \series bold
34545
34546 \backslash
34547 unittwo
34548 \series default
34549  is not a real LaTeX command but the command 
34550 \series bold
34551
34552 \backslash
34553 unit[value]{unit}
34554 \series default
34555 , therefore you cannot use it in TeX code.
34556 \end_layout
34557
34558 \begin_layout Itemize
34559 Percent and perthousand signs are set like physical units:
34560 \begin_inset Newline newline
34561 \end_inset
34562
34563 1,2
34564 \begin_inset space \thinspace{}
34565 \end_inset
34566
34567 ‰ alcohol in blood
34568 \end_layout
34569
34570 \begin_layout Itemize
34571 The degree sign follows directly on the value: 15°, but not when it is used
34572  in units: 15
34573 \begin_inset space \thinspace{}
34574 \end_inset
34575
34576 °C
34577 \end_layout
34578
34579 \begin_layout Itemize
34580 In numbers with more than four digits the smallest space is inserted before
34581  every third digit to group them: 
34582 \family roman
34583 \series medium
34584 \shape up
34585 \size normal
34586 \emph off
34587 \bar no
34588 \noun off
34589 \color none
34590 18
34591 \begin_inset space \thinspace{}
34592 \end_inset
34593
34594 473
34595 \begin_inset space \thinspace{}
34596 \end_inset
34597
34598 588
34599 \end_layout
34600
34601 \begin_layout Itemize
34602 For dimensions like 120×90×40
34603 \begin_inset space \thinspace{}
34604 \end_inset
34605
34606 cm the multiplication sign 
34607 \begin_inset Quotes eld
34608 \end_inset
34609
34610 ×
34611 \begin_inset Quotes erd
34612 \end_inset
34613
34614  is used.
34615  It is available via the menu 
34616 \family sans
34617 Insert\SpecialChar \menuseparator
34618 Special Character\SpecialChar \menuseparator
34619 Symbols
34620 \family default
34621 .
34622  With some keyboard definitions it can also be inserted directly.
34623 \end_layout
34624
34625 \begin_layout Itemize
34626 Functions with names consisting of several letters are set upright to avoid
34627  confusions, see 
34628 \begin_inset CommandInset ref
34629 LatexCommand ref
34630 reference "sub:Predefined-Functions"
34631
34632 \end_inset
34633
34634 .
34635 \end_layout
34636
34637 \begin_layout Itemize
34638 Indices consisting of several letters, are set upright: 
34639 \begin_inset Formula $E_{\mathrm{kin}}$
34640 \end_inset
34641
34642
34643 \begin_inset Newline newline
34644 \end_inset
34645
34646 Components of matrices are set italic: 
34647 \begin_inset Formula $\hat{H}_{kl}$
34648 \end_inset
34649
34650
34651 \end_layout
34652
34653 \begin_layout Itemize
34654 The differentiation/integration operator 'd', the Euler's number 'e', and
34655  the imaginary unit 'i' should be set upright, to avoid mixing them up with
34656  other variables.
34657 \end_layout
34658
34659 \begin_layout Standard
34660 \begin_inset Newpage newpage
34661 \end_inset
34662
34663
34664 \end_layout
34665
34666 \begin_layout Section
34667 Synonyms
34668 \begin_inset Index
34669 status collapsed
34670
34671 \begin_layout Plain Layout
34672 Synonyms
34673 \end_layout
34674
34675 \end_inset
34676
34677
34678 \end_layout
34679
34680 \begin_layout Standard
34681 Some characters and symbols can be created with several commands.
34682  Here is a list of the synonym commands:
34683 \end_layout
34684
34685 \begin_layout Standard
34686 \begin_inset VSpace bigskip
34687 \end_inset
34688
34689
34690 \begin_inset space \hfill{}
34691 \end_inset
34692
34693
34694 \begin_inset Tabular
34695 <lyxtabular version="3" rows="12" columns="2">
34696 <features>
34697 <column alignment="center" valignment="top" width="0pt">
34698 <column alignment="center" valignment="top" width="0pt">
34699 <row>
34700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34701 \begin_inset Text
34702
34703 \begin_layout Plain Layout
34704 Command
34705 \end_layout
34706
34707 \end_inset
34708 </cell>
34709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34710 \begin_inset Text
34711
34712 \begin_layout Plain Layout
34713 equivalent to
34714 \begin_inset Note Note
34715 status collapsed
34716
34717 \begin_layout Plain Layout
34718
34719 \series bold
34720
34721 \backslash
34722 raisebox
34723 \series default
34724  is only used as spacer.
34725 \end_layout
34726
34727 \end_inset
34728
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 ast
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 \begin_inset ERT
34752 status collapsed
34753
34754 \begin_layout Plain Layout
34755
34756
34757 \backslash
34758 raisebox{-1.2mm}{
34759 \end_layout
34760
34761 \end_inset
34762
34763 *
34764 \begin_inset ERT
34765 status collapsed
34766
34767 \begin_layout Plain Layout
34768
34769 }
34770 \end_layout
34771
34772 \end_inset
34773
34774
34775 \end_layout
34776
34777 \end_inset
34778 </cell>
34779 </row>
34780 <row>
34781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34782 \begin_inset Text
34783
34784 \begin_layout Plain Layout
34785
34786 \backslash
34787 choose
34788 \end_layout
34789
34790 \end_inset
34791 </cell>
34792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34793 \begin_inset Text
34794
34795 \begin_layout Plain Layout
34796
34797 \backslash
34798 binom
34799 \end_layout
34800
34801 \end_inset
34802 </cell>
34803 </row>
34804 <row>
34805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34806 \begin_inset Text
34807
34808 \begin_layout Plain Layout
34809
34810 \backslash
34811 geq
34812 \end_layout
34813
34814 \end_inset
34815 </cell>
34816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34817 \begin_inset Text
34818
34819 \begin_layout Plain Layout
34820
34821 \backslash
34822 ge
34823 \end_layout
34824
34825 \end_inset
34826 </cell>
34827 </row>
34828 <row>
34829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34830 \begin_inset Text
34831
34832 \begin_layout Plain Layout
34833
34834 \backslash
34835 lbrace
34836 \end_layout
34837
34838 \end_inset
34839 </cell>
34840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34841 \begin_inset Text
34842
34843 \begin_layout Plain Layout
34844 {
34845 \end_layout
34846
34847 \end_inset
34848 </cell>
34849 </row>
34850 <row>
34851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34852 \begin_inset Text
34853
34854 \begin_layout Plain Layout
34855
34856 \backslash
34857 lbracket
34858 \end_layout
34859
34860 \end_inset
34861 </cell>
34862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34863 \begin_inset Text
34864
34865 \begin_layout Plain Layout
34866 [
34867 \end_layout
34868
34869 \end_inset
34870 </cell>
34871 </row>
34872 <row>
34873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34874 \begin_inset Text
34875
34876 \begin_layout Plain Layout
34877
34878 \backslash
34879 leftarrow
34880 \end_layout
34881
34882 \end_inset
34883 </cell>
34884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34885 \begin_inset Text
34886
34887 \begin_layout Plain Layout
34888
34889 \backslash
34890 gets
34891 \end_layout
34892
34893 \end_inset
34894 </cell>
34895 </row>
34896 <row>
34897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34898 \begin_inset Text
34899
34900 \begin_layout Plain Layout
34901
34902 \backslash
34903 leq
34904 \end_layout
34905
34906 \end_inset
34907 </cell>
34908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34909 \begin_inset Text
34910
34911 \begin_layout Plain Layout
34912
34913 \backslash
34914 le
34915 \end_layout
34916
34917 \end_inset
34918 </cell>
34919 </row>
34920 <row>
34921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34922 \begin_inset Text
34923
34924 \begin_layout Plain Layout
34925
34926 \backslash
34927 lor
34928 \end_layout
34929
34930 \end_inset
34931 </cell>
34932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34933 \begin_inset Text
34934
34935 \begin_layout Plain Layout
34936
34937 \backslash
34938 vee
34939 \end_layout
34940
34941 \end_inset
34942 </cell>
34943 </row>
34944 <row>
34945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34946 \begin_inset Text
34947
34948 \begin_layout Plain Layout
34949
34950 \backslash
34951 neq
34952 \end_layout
34953
34954 \end_inset
34955 </cell>
34956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34957 \begin_inset Text
34958
34959 \begin_layout Plain Layout
34960
34961 \backslash
34962 not=
34963 \end_layout
34964
34965 \end_inset
34966 </cell>
34967 </row>
34968 <row>
34969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34970 \begin_inset Text
34971
34972 \begin_layout Plain Layout
34973
34974 \backslash
34975 slash
34976 \end_layout
34977
34978 \end_inset
34979 </cell>
34980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34981 \begin_inset Text
34982
34983 \begin_layout Plain Layout
34984 /
34985 \end_layout
34986
34987 \end_inset
34988 </cell>
34989 </row>
34990 <row>
34991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34992 \begin_inset Text
34993
34994 \begin_layout Plain Layout
34995
34996 \backslash
34997 vert
34998 \end_layout
34999
35000 \end_inset
35001 </cell>
35002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35003 \begin_inset Text
35004
35005 \begin_layout Plain Layout
35006 |
35007 \end_layout
35008
35009 \end_inset
35010 </cell>
35011 </row>
35012 </lyxtabular>
35013
35014 \end_inset
35015
35016
35017 \begin_inset space \hfill{}
35018 \end_inset
35019
35020
35021 \begin_inset Tabular
35022 <lyxtabular version="3" rows="12" columns="2">
35023 <features>
35024 <column alignment="center" valignment="top" width="0pt">
35025 <column alignment="center" valignment="top" width="0pt">
35026 <row>
35027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35028 \begin_inset Text
35029
35030 \begin_layout Plain Layout
35031 Command
35032 \end_layout
35033
35034 \end_inset
35035 </cell>
35036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35037 \begin_inset Text
35038
35039 \begin_layout Plain Layout
35040 equivalent to
35041 \end_layout
35042
35043 \end_inset
35044 </cell>
35045 </row>
35046 <row>
35047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35048 \begin_inset Text
35049
35050 \begin_layout Plain Layout
35051
35052 \backslash
35053 backslash
35054 \end_layout
35055
35056 \end_inset
35057 </cell>
35058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35059 \begin_inset Text
35060
35061 \begin_layout Plain Layout
35062
35063 \backslash
35064
35065 \backslash
35066
35067 \end_layout
35068
35069 \end_inset
35070 </cell>
35071 </row>
35072 <row>
35073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35074 \begin_inset Text
35075
35076 \begin_layout Plain Layout
35077
35078 \backslash
35079 dasharrow
35080 \end_layout
35081
35082 \end_inset
35083 </cell>
35084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35085 \begin_inset Text
35086
35087 \begin_layout Plain Layout
35088
35089 \backslash
35090 dashrightarrow
35091 \end_layout
35092
35093 \end_inset
35094 </cell>
35095 </row>
35096 <row>
35097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35098 \begin_inset Text
35099
35100 \begin_layout Plain Layout
35101
35102 \backslash
35103 land
35104 \end_layout
35105
35106 \end_inset
35107 </cell>
35108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35109 \begin_inset Text
35110
35111 \begin_layout Plain Layout
35112
35113 \backslash
35114 wedge
35115 \end_layout
35116
35117 \end_inset
35118 </cell>
35119 </row>
35120 <row>
35121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35122 \begin_inset Text
35123
35124 \begin_layout Plain Layout
35125
35126 \backslash
35127 rbrace
35128 \end_layout
35129
35130 \end_inset
35131 </cell>
35132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35133 \begin_inset Text
35134
35135 \begin_layout Plain Layout
35136 }
35137 \end_layout
35138
35139 \end_inset
35140 </cell>
35141 </row>
35142 <row>
35143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35144 \begin_inset Text
35145
35146 \begin_layout Plain Layout
35147
35148 \backslash
35149 rbracket
35150 \end_layout
35151
35152 \end_inset
35153 </cell>
35154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35155 \begin_inset Text
35156
35157 \begin_layout Plain Layout
35158 ]
35159 \end_layout
35160
35161 \end_inset
35162 </cell>
35163 </row>
35164 <row>
35165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35166 \begin_inset Text
35167
35168 \begin_layout Plain Layout
35169
35170 \backslash
35171 rightarrow
35172 \end_layout
35173
35174 \end_inset
35175 </cell>
35176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35177 \begin_inset Text
35178
35179 \begin_layout Plain Layout
35180
35181 \backslash
35182 to
35183 \end_layout
35184
35185 \end_inset
35186 </cell>
35187 </row>
35188 <row>
35189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35190 \begin_inset Text
35191
35192 \begin_layout Plain Layout
35193
35194 \backslash
35195 lnot
35196 \end_layout
35197
35198 \end_inset
35199 </cell>
35200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35201 \begin_inset Text
35202
35203 \begin_layout Plain Layout
35204
35205 \backslash
35206 neg
35207 \end_layout
35208
35209 \end_inset
35210 </cell>
35211 </row>
35212 <row>
35213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35214 \begin_inset Text
35215
35216 \begin_layout Plain Layout
35217
35218 \backslash
35219 ne
35220 \end_layout
35221
35222 \end_inset
35223 </cell>
35224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35225 \begin_inset Text
35226
35227 \begin_layout Plain Layout
35228
35229 \backslash
35230 not=
35231 \end_layout
35232
35233 \end_inset
35234 </cell>
35235 </row>
35236 <row>
35237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35238 \begin_inset Text
35239
35240 \begin_layout Plain Layout
35241
35242 \backslash
35243 owns
35244 \end_layout
35245
35246 \end_inset
35247 </cell>
35248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35249 \begin_inset Text
35250
35251 \begin_layout Plain Layout
35252
35253 \backslash
35254 ni
35255 \end_layout
35256
35257 \end_inset
35258 </cell>
35259 </row>
35260 <row>
35261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35262 \begin_inset Text
35263
35264 \begin_layout Plain Layout
35265
35266 \backslash
35267 square
35268 \end_layout
35269
35270 \end_inset
35271 </cell>
35272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35273 \begin_inset Text
35274
35275 \begin_layout Plain Layout
35276
35277 \backslash
35278 Box
35279 \end_layout
35280
35281 \end_inset
35282 </cell>
35283 </row>
35284 <row>
35285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35286 \begin_inset Text
35287
35288 \begin_layout Plain Layout
35289
35290 \backslash
35291 Vert
35292 \end_layout
35293
35294 \end_inset
35295 </cell>
35296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35297 \begin_inset Text
35298
35299 \begin_layout Plain Layout
35300
35301 \backslash
35302 |
35303 \end_layout
35304
35305 \end_inset
35306 </cell>
35307 </row>
35308 </lyxtabular>
35309
35310 \end_inset
35311
35312
35313 \begin_inset space \hfill{}
35314 \end_inset
35315
35316
35317 \end_layout
35318
35319 \begin_layout Standard
35320 \begin_inset Newpage newpage
35321 \end_inset
35322
35323
35324 \end_layout
35325
35326 \begin_layout Bibliography
35327 \begin_inset CommandInset bibitem
35328 LatexCommand bibitem
35329 key "TLC2"
35330
35331 \end_inset
35332
35333
35334 \shape smallcaps
35335 Mittelbach, F.
35336  ; Goossens, M.
35337 \shape default
35338
35339 \shape italic
35340 The LaTeX Companion
35341 \shape default
35342 .
35343  Addison Wesley, 2004
35344 \end_layout
35345
35346 \begin_layout Bibliography
35347 \begin_inset CommandInset bibitem
35348 LatexCommand bibitem
35349 key "Mathmode"
35350
35351 \end_inset
35352
35353
35354 \begin_inset CommandInset href
35355 LatexCommand href
35356 name "Description"
35357 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35358
35359 \end_inset
35360
35361  of LaTeX's math abilities
35362 \end_layout
35363
35364 \begin_layout Bibliography
35365 \begin_inset CommandInset bibitem
35366 LatexCommand bibitem
35367 key "Voss"
35368
35369 \end_inset
35370
35371 LaTeX tips and tricks-
35372 \begin_inset CommandInset href
35373 LatexCommand href
35374 name "page"
35375 target "http://tug.org/TeXnik/"
35376
35377 \end_inset
35378
35379
35380 \end_layout
35381
35382 \begin_layout Bibliography
35383 \begin_inset CommandInset bibitem
35384 LatexCommand bibitem
35385 key "AMS"
35386
35387 \end_inset
35388
35389
35390 \begin_inset CommandInset href
35391 LatexCommand href
35392 name "Description"
35393 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35394
35395 \end_inset
35396
35397  of 
35398 \begin_inset ERT
35399 status collapsed
35400
35401 \begin_layout Plain Layout
35402
35403
35404 \backslash
35405 AmS
35406 \end_layout
35407
35408 \end_inset
35409
35410 -LaTeX
35411 \end_layout
35412
35413 \begin_layout Bibliography
35414 \begin_inset CommandInset bibitem
35415 LatexCommand bibitem
35416 key "Symbole"
35417
35418 \end_inset
35419
35420
35421 \begin_inset CommandInset href
35422 LatexCommand href
35423 name "List"
35424 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35425
35426 \end_inset
35427
35428  of all symbols available with LaTeX-packages
35429 \end_layout
35430
35431 \begin_layout Bibliography
35432 \begin_inset CommandInset bibitem
35433 LatexCommand bibitem
35434 key "hyperref"
35435
35436 \end_inset
35437
35438
35439 \begin_inset CommandInset href
35440 LatexCommand href
35441 name "Documentation"
35442 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35443
35444 \end_inset
35445
35446  of the LaTeX-package 
35447 \series bold
35448 hyperref
35449 \series default
35450
35451 \begin_inset Index
35452 status collapsed
35453
35454 \begin_layout Plain Layout
35455 Packages ! hyperref
35456 \end_layout
35457
35458 \end_inset
35459
35460
35461 \end_layout
35462
35463 \begin_layout Bibliography
35464 \begin_inset CommandInset bibitem
35465 LatexCommand bibitem
35466 key "Mathclap"
35467
35468 \end_inset
35469
35470
35471 \begin_inset CommandInset href
35472 LatexCommand href
35473 name "Description"
35474 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35475
35476 \end_inset
35477
35478  of the command 
35479 \series bold
35480
35481 \backslash
35482 mathclap
35483 \series default
35484 , described in 
35485 \begin_inset CommandInset ref
35486 LatexCommand ref
35487 reference "sub:Operator-Limits"
35488
35489 \end_inset
35490
35491
35492 \begin_inset Index
35493 status collapsed
35494
35495 \begin_layout Plain Layout
35496 Commands ! M ! 
35497 \backslash
35498 mathclap
35499 \end_layout
35500
35501 \end_inset
35502
35503
35504 \end_layout
35505
35506 \begin_layout Bibliography
35507 \begin_inset CommandInset bibitem
35508 LatexCommand bibitem
35509 key "Duden"
35510
35511 \end_inset
35512
35513
35514 \emph on
35515 Duden Band 1
35516 \emph default
35517 .
35518  22.
35519  Auflage, Duden 2001
35520 \end_layout
35521
35522 \begin_layout Subsubsection*
35523 \begin_inset CommandInset index_print
35524 LatexCommand printindex
35525
35526 \end_inset
35527
35528
35529 \end_layout
35530
35531 \end_body
35532 \end_document