]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
cf79acd9b4ddeb3c9ed8461698c5be8333460ff4
[lyx.git] / lib / doc / Math.lyx
1 #LyX 1.6.0rc5 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 \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 \begin_inset space \space{}
4246 \end_inset
4247
4248 results, one uses 
4249 \series bold
4250
4251 \backslash
4252 underline
4253 \series default
4254  twice.
4255 \end_layout
4256
4257 \begin_layout Standard
4258 It is possible to place up to 6 lines above or below characters.
4259 \end_layout
4260
4261 \begin_layout Standard
4262 \begin_inset VSpace bigskip
4263 \end_inset
4264
4265 Custom lines can be created using the command 
4266 \series bold
4267
4268 \backslash
4269 rule
4270 \series default
4271
4272 \begin_inset Index
4273 status collapsed
4274
4275 \begin_layout Plain Layout
4276 Commands ! R ! 
4277 \backslash
4278 rule
4279 \end_layout
4280
4281 \end_inset
4282
4283  which has the following scheme:
4284 \end_layout
4285
4286 \begin_layout Standard
4287
4288 \series bold
4289
4290 \backslash
4291 rule[vertical offset]{length}{thickness}
4292 \end_layout
4293
4294 \begin_layout Standard
4295 The optional vertical offset shifts the line upwards (or downwards, when
4296  the value is negative).
4297  The units listed in 
4298 \begin_inset CommandInset ref
4299 LatexCommand ref
4300 reference "tab:Available-units"
4301
4302 \end_inset
4303
4304  can be used for the values.
4305  Here are two example lines created with the commands
4306 \begin_inset Newline newline
4307 \end_inset
4308
4309
4310 \series bold
4311
4312 \backslash
4313 rule[-2ex]{3cm}{2pt}
4314 \series default
4315  and 
4316 \series bold
4317
4318 \backslash
4319 rule{2cm}{1pt}
4320 \series default
4321 :
4322 \end_layout
4323
4324 \begin_layout Standard
4325 This is a sentence 
4326 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4327 \end_inset
4328
4329  with two lines.
4330 \end_layout
4331
4332 \begin_layout Standard
4333
4334 \series bold
4335
4336 \backslash
4337 rule
4338 \series default
4339  can also be used for text when it is inserted in TeX-mode.
4340 \end_layout
4341
4342 \begin_layout Subsection
4343 Ellipses
4344 \begin_inset CommandInset label
4345 LatexCommand label
4346 name "sub:Ellipses"
4347
4348 \end_inset
4349
4350
4351 \begin_inset Index
4352 status collapsed
4353
4354 \begin_layout Plain Layout
4355 Ellipses
4356 \end_layout
4357
4358 \end_inset
4359
4360
4361 \end_layout
4362
4363 \begin_layout Standard
4364 There are different types of ellipses available.
4365 \begin_inset Foot
4366 status collapsed
4367
4368 \begin_layout Plain Layout
4369 In the math toolbar in the submenu of the button 
4370 \begin_inset Graphics
4371         filename ../images/math/ldots.png
4372         scale 85
4373
4374 \end_inset
4375
4376
4377 \end_layout
4378
4379 \end_inset
4380
4381  For listings dots at the baseline are used (
4382 \series bold
4383
4384 \backslash
4385 ldots
4386 \series default
4387
4388 \begin_inset Index
4389 status collapsed
4390
4391 \begin_layout Plain Layout
4392 Commands ! L ! 
4393 \backslash
4394 ldots
4395 \end_layout
4396
4397 \end_inset
4398
4399 ), while for operations dots are needed that are on the same height as the
4400  operators (
4401 \series bold
4402
4403 \backslash
4404 cdots
4405 \series default
4406
4407 \begin_inset Index
4408 status collapsed
4409
4410 \begin_layout Plain Layout
4411 Commands ! C ! 
4412 \backslash
4413 cdots
4414 \end_layout
4415
4416 \end_inset
4417
4418 ).
4419  When using the command 
4420 \series bold
4421
4422 \backslash
4423 dots
4424 \series default
4425
4426 \begin_inset Index
4427 status collapsed
4428
4429 \begin_layout Plain Layout
4430 Commands ! D ! 
4431 \backslash
4432 dots
4433 \end_layout
4434
4435 \end_inset
4436
4437 , LaTeX decides on the basis of the next character what type is used.
4438 \end_layout
4439
4440 \begin_layout Standard
4441 \align center
4442 \begin_inset Tabular
4443 <lyxtabular version="3" rows="8" columns="2">
4444 <features>
4445 <column alignment="center" valignment="top" width="0pt">
4446 <column alignment="center" valignment="top" width="0pt">
4447 <row>
4448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452 Command
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4458 \begin_inset Text
4459
4460 \begin_layout Plain Layout
4461 Result
4462 \end_layout
4463
4464 \end_inset
4465 </cell>
4466 </row>
4467 <row>
4468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472 A_1
4473 \begin_inset ERT
4474 status collapsed
4475
4476 \begin_layout Plain Layout
4477
4478
4479 \backslash
4480 spce 
4481 \end_layout
4482
4483 \end_inset
4484
4485 ,
4486 \backslash
4487 dots
4488 \begin_inset ERT
4489 status collapsed
4490
4491 \begin_layout Plain Layout
4492
4493
4494 \backslash
4495 spce 
4496 \end_layout
4497
4498 \end_inset
4499
4500 ,A_n
4501 \end_layout
4502
4503 \end_inset
4504 </cell>
4505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Plain Layout
4509 \begin_inset Formula $A_{1},\dots,A_{n}$
4510 \end_inset
4511
4512
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 </row>
4518 <row>
4519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4520 \begin_inset Text
4521
4522 \begin_layout Plain Layout
4523 A_1
4524 \begin_inset ERT
4525 status collapsed
4526
4527 \begin_layout Plain Layout
4528
4529
4530 \backslash
4531 spce 
4532 \end_layout
4533
4534 \end_inset
4535
4536 +
4537 \backslash
4538 dots
4539 \begin_inset ERT
4540 status collapsed
4541
4542 \begin_layout Plain Layout
4543
4544
4545 \backslash
4546 spce 
4547 \end_layout
4548
4549 \end_inset
4550
4551 +A_n
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560 \begin_inset Formula $A_{1}+\dots+A_{n}$
4561 \end_inset
4562
4563
4564 \end_layout
4565
4566 \end_inset
4567 </cell>
4568 </row>
4569 <row>
4570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574 A_1
4575 \begin_inset ERT
4576 status collapsed
4577
4578 \begin_layout Plain Layout
4579
4580
4581 \backslash
4582 spce 
4583 \end_layout
4584
4585 \end_inset
4586
4587 ,
4588 \backslash
4589 ldots
4590 \begin_inset ERT
4591 status collapsed
4592
4593 \begin_layout Plain Layout
4594
4595
4596 \backslash
4597 spce 
4598 \end_layout
4599
4600 \end_inset
4601
4602 ,A_n
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611 \begin_inset Formula $A_{1},\ldots,A_{n}$
4612 \end_inset
4613
4614
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 </row>
4620 <row>
4621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Plain Layout
4625 A_1
4626 \begin_inset ERT
4627 status collapsed
4628
4629 \begin_layout Plain Layout
4630
4631
4632 \backslash
4633 spce 
4634 \end_layout
4635
4636 \end_inset
4637
4638 +
4639 \backslash
4640 cdots
4641 \begin_inset ERT
4642 status collapsed
4643
4644 \begin_layout Plain Layout
4645
4646
4647 \backslash
4648 spce 
4649 \end_layout
4650
4651 \end_inset
4652
4653 +A_n
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4663 \end_inset
4664
4665
4666 \end_layout
4667
4668 \end_inset
4669 </cell>
4670 </row>
4671 <row>
4672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676
4677 \backslash
4678 vdots
4679 \end_layout
4680
4681 \end_inset
4682 </cell>
4683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4684 \begin_inset Text
4685
4686 \begin_layout Plain Layout
4687 \begin_inset Formula $\vdots$
4688 \end_inset
4689
4690
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 </row>
4696 <row>
4697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701
4702 \backslash
4703 ddots
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4709 \begin_inset Text
4710
4711 \begin_layout Plain Layout
4712 \begin_inset Formula $\ddots$
4713 \end_inset
4714
4715
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 </row>
4721 <row>
4722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4723 \begin_inset Text
4724
4725 \begin_layout Plain Layout
4726 3×3
4727 \begin_inset space \thinspace{}
4728 \end_inset
4729
4730 matrix with the different dots
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739 \begin_inset Formula $\begin{array}{ccc}
4740 A_{11} & \cdots & A_{1m}\\
4741 \vdots & \ddots & \vdots\\
4742 A_{n1} & \cdots & A_{nm}\end{array}$
4743 \end_inset
4744
4745
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 </row>
4751 </lyxtabular>
4752
4753 \end_inset
4754
4755
4756 \end_layout
4757
4758 \begin_layout Standard
4759 The ellipses available in menu 
4760 \family sans
4761 Insert\SpecialChar \menuseparator
4762 Special
4763 \begin_inset space ~
4764 \end_inset
4765
4766 Character
4767 \family default
4768  are 
4769 \series bold
4770
4771 \backslash
4772 ldots
4773 \series default
4774 .
4775 \end_layout
4776
4777 \begin_layout Standard
4778 \begin_inset VSpace medskip
4779 \end_inset
4780
4781 Specially for matrices there are ellipses that span over several columns.
4782  They are created with the command 
4783 \series bold
4784
4785 \backslash
4786 hdotsfor
4787 \series default
4788
4789 \begin_inset Index
4790 status collapsed
4791
4792 \begin_layout Plain Layout
4793 Commands ! H ! 
4794 \backslash
4795 hdotsfor
4796 \end_layout
4797
4798 \end_inset
4799
4800 , that has the following scheme:
4801 \end_layout
4802
4803 \begin_layout Standard
4804
4805 \series bold
4806
4807 \backslash
4808 hdotsfor[distance]{number of columns}
4809 \end_layout
4810
4811 \begin_layout Standard
4812 The number of columns specifies how many columns should be spanned.
4813  Distance is a factor for the distance between the dots.
4814 \end_layout
4815
4816 \begin_layout Standard
4817 In the following matrix the command 
4818 \series bold
4819
4820 \backslash
4821 hdotsfor[2]{4}
4822 \series default
4823  was inserted in the first box of the second line, to get an ellipsis with
4824  a dot distance twice as long as with the command 
4825 \series bold
4826
4827 \backslash
4828 dots
4829 \series default
4830 :
4831 \begin_inset Formula \[
4832 \left(\begin{array}{cccc}
4833 A & B & C & D\\
4834 \hdotsfor[2]{4}\\
4835 q & w & e & r\end{array}\right)\]
4836
4837 \end_inset
4838
4839 Note that the matrix fields that should be spanned must be empty, otherwise
4840  you get LaTeX-errors.
4841 \end_layout
4842
4843 \begin_layout Standard
4844 \begin_inset VSpace bigskip
4845 \end_inset
4846
4847 Furthermore you can fill with the command 
4848 \series bold
4849
4850 \backslash
4851 dotfill
4852 \series default
4853
4854 \begin_inset Index
4855 status collapsed
4856
4857 \begin_layout Plain Layout
4858 Commands ! D ! 
4859 \backslash
4860 dotfill
4861 \end_layout
4862
4863 \end_inset
4864
4865  the rest of a line with dots.
4866  The effect of these commands is the same like with 
4867 \series bold
4868
4869 \backslash
4870 hfill
4871 \series default
4872 , see 
4873 \begin_inset CommandInset ref
4874 LatexCommand ref
4875 reference "sub:Variable-Space"
4876
4877 \end_inset
4878
4879 .
4880 \end_layout
4881
4882 \begin_layout Standard
4883 For example the command 
4884 \series bold
4885 A
4886 \backslash
4887 dotfill
4888 \begin_inset ERT
4889 status collapsed
4890
4891 \begin_layout Plain Layout
4892
4893
4894 \backslash
4895 spce 
4896 \end_layout
4897
4898 \end_inset
4899
4900 B
4901 \series default
4902  produces
4903 \end_layout
4904
4905 \begin_layout Standard
4906 \begin_inset Formula $A\dotfill B$
4907 \end_inset
4908
4909
4910 \end_layout
4911
4912 \begin_layout Standard
4913 Analog to
4914 \series bold
4915  
4916 \backslash
4917 dotfill
4918 \series default
4919  there is for a line the command 
4920 \series bold
4921
4922 \backslash
4923 hrulefill
4924 \series default
4925
4926 \begin_inset Index
4927 status collapsed
4928
4929 \begin_layout Plain Layout
4930 Commands ! H ! 
4931 \backslash
4932 hrulefill
4933 \end_layout
4934
4935 \end_inset
4936
4937 :
4938 \end_layout
4939
4940 \begin_layout Standard
4941 \begin_inset Formula $A\hrulefill B$
4942 \end_inset
4943
4944
4945 \end_layout
4946
4947 \begin_layout Standard
4948 To use the commands for text, they have to be inserted in TeX-mode.
4949 \end_layout
4950
4951 \begin_layout Section
4952 Matrices
4953 \begin_inset CommandInset label
4954 LatexCommand label
4955 name "sec:Matrices"
4956
4957 \end_inset
4958
4959
4960 \begin_inset Index
4961 status collapsed
4962
4963 \begin_layout Plain Layout
4964 Matrices
4965 \end_layout
4966
4967 \end_inset
4968
4969
4970 \end_layout
4971
4972 \begin_layout Standard
4973 Matrices can be inserted via the math toolbar button 
4974 \begin_inset Graphics
4975         filename ../images/dialog-show_mathmatrix.png
4976         scale 85
4977
4978 \end_inset
4979
4980  or the menu 
4981 \family sans
4982 Insert\SpecialChar \menuseparator
4983 Math\SpecialChar \menuseparator
4984 Matrix
4985 \family default
4986 .
4987  You will be asked for the number of matrix columns and rows, and the alignment.
4988  The vertical alignment is hereby only of importance for matrices in inline
4989  formulas:
4990 \end_layout
4991
4992 \begin_layout Standard
4993 The first matrix is top 
4994 \begin_inset Formula $\begin{array}[t]{cccc}
4995 A & D & G & J\\
4996 B & E & H & K\\
4997 C & F & I & L\end{array}$
4998 \end_inset
4999
5000 , the second middle 
5001 \begin_inset Formula $\begin{array}{cccc}
5002 A & D & G & J\\
5003 B & E & H & K\\
5004 C & F & I & L\end{array}$
5005 \end_inset
5006
5007 , and the third bottom 
5008 \begin_inset Formula $\begin{array}[b]{cccc}
5009 A & D & G & J\\
5010 B & E & H & K\\
5011 C & F & I & L\end{array}$
5012 \end_inset
5013
5014  aligned.
5015 \end_layout
5016
5017 \begin_layout Standard
5018 The horizontal alignment specifies how the column entries should be aligned.
5019  It is set by entering a letter for every column.
5020  
5021 \emph on
5022 l
5023 \emph default
5024  denotes left aligned, 
5025 \emph on
5026 c
5027 \emph default
5028  centered, and 
5029 \emph on
5030 r
5031 \emph default
5032  right aligned.
5033  To create for example a 4
5034 \series bold
5035 ×
5036 \series default
5037 4
5038 \begin_inset space ~
5039 \end_inset
5040
5041 matrix where the first column is left aligned, the second and third are
5042  centered, and the last one is right aligned, one enters for the horizontal
5043  alignment 
5044 \series bold
5045 lccr
5046 \series default
5047 .
5048  Normally are in a matrix all columns centered, therefore the default is
5049  for every column is a 
5050 \series bold
5051 c
5052 \series default
5053 .
5054 \end_layout
5055
5056 \begin_layout Standard
5057 Horizontal alignment:
5058 \end_layout
5059
5060 \begin_layout Standard
5061
5062 \series bold
5063 lll
5064 \series default
5065  : 
5066 \begin_inset Formula $\begin{array}{lll}
5067 10000 & D & G\\
5068 B & 10000 & H\\
5069 C & F & 10000\end{array}$
5070 \end_inset
5071
5072  , 
5073 \series bold
5074 ccc
5075 \series default
5076  : 
5077 \begin_inset Formula $\begin{array}{ccc}
5078 10000 & D & G\\
5079 B & 10000 & H\\
5080 C & F & 10000\end{array}$
5081 \end_inset
5082
5083  , 
5084 \series bold
5085 rrr
5086 \series default
5087  : 
5088 \begin_inset Formula $\begin{array}{rrr}
5089 10000 & D & G\\
5090 B & 10000 & H\\
5091 C & F & 10000\end{array}$
5092 \end_inset
5093
5094
5095 \end_layout
5096
5097 \begin_layout Standard
5098 To add or delete rows and columns subsequently, the math toolbar buttons
5099  
5100 \begin_inset Graphics
5101         filename ../images/tabular-feature_append-row.png
5102         scale 85
5103
5104 \end_inset
5105
5106
5107 \begin_inset Graphics
5108         filename ../images/tabular-feature_delete-row.png
5109         scale 85
5110
5111 \end_inset
5112
5113 , etc.
5114 \begin_inset space \thinspace{}
5115 \end_inset
5116
5117 , or the menu 
5118 \family sans
5119 Edit\SpecialChar \menuseparator
5120 Rows & Columns
5121 \family default
5122  can be used.
5123  New rows can also be created with 
5124 \begin_inset Info
5125 type  "shortcut"
5126 arg   "newline-insert newline"
5127 \end_inset
5128
5129 .
5130 \end_layout
5131
5132 \begin_layout Standard
5133 \begin_inset VSpace bigskip
5134 \end_inset
5135
5136 Parentheses around a matrix can can either be created with the commands
5137  
5138 \series bold
5139
5140 \backslash
5141 left
5142 \series default
5143
5144 \begin_inset Index
5145 status collapsed
5146
5147 \begin_layout Plain Layout
5148 Commands ! L ! 
5149 \backslash
5150 left
5151 \end_layout
5152
5153 \end_inset
5154
5155  and 
5156 \series bold
5157
5158 \backslash
5159 right
5160 \series default
5161
5162 \begin_inset Index
5163 status collapsed
5164
5165 \begin_layout Plain Layout
5166 Commands ! R ! 
5167 \backslash
5168 right
5169 \end_layout
5170
5171 \end_inset
5172
5173  (shortcut 
5174 \family sans
5175 Alt+M
5176 \begin_inset space ~
5177 \end_inset
5178
5179 Parenthesis
5180 \family default
5181 ), see 
5182 \begin_inset CommandInset ref
5183 LatexCommand ref
5184 reference "sub:Automatic-Bracket-Size"
5185
5186 \end_inset
5187
5188 , or by using the following commands:
5189 \begin_inset VSpace medskip
5190 \end_inset
5191
5192
5193 \end_layout
5194
5195 \begin_layout Standard
5196 \begin_inset space \hfill{}
5197 \end_inset
5198
5199
5200 \begin_inset Tabular
5201 <lyxtabular version="3" rows="4" columns="2">
5202 <features>
5203 <column alignment="center" valignment="top" width="0">
5204 <column alignment="center" valignment="top" width="0">
5205 <row>
5206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210 Command
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5216 \begin_inset Text
5217
5218 \begin_layout Plain Layout
5219 Result
5220 \begin_inset Note Note
5221 status collapsed
5222
5223 \begin_layout Plain Layout
5224
5225 \series bold
5226
5227 \backslash
5228 raisebox
5229 \series default
5230  is only used as spacer.
5231 \end_layout
5232
5233 \end_inset
5234
5235
5236 \end_layout
5237
5238 \end_inset
5239 </cell>
5240 </row>
5241 <row>
5242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246
5247 \backslash
5248 bmatrix
5249 \begin_inset ERT
5250 status collapsed
5251
5252 \begin_layout Plain Layout
5253
5254
5255 \backslash
5256 spce 
5257 \end_layout
5258
5259 \end_inset
5260
5261 2
5262 \series bold
5263 ×
5264 \series default
5265 2
5266 \begin_inset space \thinspace{}
5267 \end_inset
5268
5269 matrix
5270 \end_layout
5271
5272 \end_inset
5273 </cell>
5274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5275 \begin_inset Text
5276
5277 \begin_layout Plain Layout
5278 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5279 0 & \textrm{-}\mathrm{i}\\
5280 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5281 \end_inset
5282
5283
5284 \end_layout
5285
5286 \end_inset
5287 </cell>
5288 </row>
5289 <row>
5290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Plain Layout
5294
5295 \backslash
5296 Bmatrix
5297 \begin_inset ERT
5298 status collapsed
5299
5300 \begin_layout Plain Layout
5301
5302
5303 \backslash
5304 spce 
5305 \end_layout
5306
5307 \end_inset
5308
5309 2
5310 \series bold
5311 ×
5312 \series default
5313 2
5314 \begin_inset space \thinspace{}
5315 \end_inset
5316
5317 matrix
5318 \end_layout
5319
5320 \end_inset
5321 </cell>
5322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5323 \begin_inset Text
5324
5325 \begin_layout Plain Layout
5326 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5327 0 & \textrm{-}\mathrm{i}\\
5328 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5329 \end_inset
5330
5331
5332 \end_layout
5333
5334 \end_inset
5335 </cell>
5336 </row>
5337 <row>
5338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Plain Layout
5342
5343 \backslash
5344 pmatrix
5345 \begin_inset ERT
5346 status collapsed
5347
5348 \begin_layout Plain Layout
5349
5350
5351 \backslash
5352 spce 
5353 \end_layout
5354
5355 \end_inset
5356
5357 2
5358 \series bold
5359 ×
5360 \series default
5361 2
5362 \begin_inset space \thinspace{}
5363 \end_inset
5364
5365 matrix
5366 \end_layout
5367
5368 \end_inset
5369 </cell>
5370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5371 \begin_inset Text
5372
5373 \begin_layout Plain Layout
5374 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5375 0 & \textrm{-}\mathrm{i}\\
5376 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5377 \end_inset
5378
5379
5380 \end_layout
5381
5382 \end_inset
5383 </cell>
5384 </row>
5385 </lyxtabular>
5386
5387 \end_inset
5388
5389
5390 \begin_inset space \hfill{}
5391 \end_inset
5392
5393
5394 \begin_inset Tabular
5395 <lyxtabular version="3" rows="4" columns="2">
5396 <features>
5397 <column alignment="center" valignment="top" width="0">
5398 <column alignment="center" valignment="top" width="0">
5399 <row>
5400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Plain Layout
5404 Command
5405 \end_layout
5406
5407 \end_inset
5408 </cell>
5409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5410 \begin_inset Text
5411
5412 \begin_layout Plain Layout
5413 Result
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 </row>
5419 <row>
5420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5421 \begin_inset Text
5422
5423 \begin_layout Plain Layout
5424
5425 \backslash
5426 vmatrix
5427 \begin_inset ERT
5428 status collapsed
5429
5430 \begin_layout Plain Layout
5431
5432
5433 \backslash
5434 spce 
5435 \end_layout
5436
5437 \end_inset
5438
5439 2
5440 \series bold
5441 ×
5442 \series default
5443 2
5444 \begin_inset space \thinspace{}
5445 \end_inset
5446
5447 matrix
5448 \end_layout
5449
5450 \end_inset
5451 </cell>
5452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5453 \begin_inset Text
5454
5455 \begin_layout Plain Layout
5456 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5457 0 & \textrm{-}\mathrm{i}\\
5458 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5459 \end_inset
5460
5461
5462 \end_layout
5463
5464 \end_inset
5465 </cell>
5466 </row>
5467 <row>
5468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5469 \begin_inset Text
5470
5471 \begin_layout Plain Layout
5472
5473 \backslash
5474 Vmatrix
5475 \begin_inset ERT
5476 status collapsed
5477
5478 \begin_layout Plain Layout
5479
5480
5481 \backslash
5482 spce 
5483 \end_layout
5484
5485 \end_inset
5486
5487 2
5488 \series bold
5489 ×
5490 \series default
5491 2
5492 \begin_inset space \thinspace{}
5493 \end_inset
5494
5495 matrix
5496 \end_layout
5497
5498 \end_inset
5499 </cell>
5500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5501 \begin_inset Text
5502
5503 \begin_layout Plain Layout
5504 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5505 0 & \textrm{-}\mathrm{i}\\
5506 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5507 \end_inset
5508
5509
5510 \end_layout
5511
5512 \end_inset
5513 </cell>
5514 </row>
5515 <row>
5516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Plain Layout
5520
5521 \backslash
5522 matrix
5523 \begin_inset ERT
5524 status collapsed
5525
5526 \begin_layout Plain Layout
5527
5528
5529 \backslash
5530 spce 
5531 \end_layout
5532
5533 \end_inset
5534
5535 2
5536 \series bold
5537 ×
5538 \series default
5539 2
5540 \begin_inset space \thinspace{}
5541 \end_inset
5542
5543 matrix
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5549 \begin_inset Text
5550
5551 \begin_layout Plain Layout
5552 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5553 0 & \textrm{-}\mathrm{i}\\
5554 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5555 \end_inset
5556
5557
5558 \end_layout
5559
5560 \end_inset
5561 </cell>
5562 </row>
5563 </lyxtabular>
5564
5565 \end_inset
5566
5567
5568 \begin_inset space \hfill{}
5569 \end_inset
5570
5571
5572 \end_layout
5573
5574 \begin_layout Standard
5575 \begin_inset VSpace medskip
5576 \end_inset
5577
5578 When e.
5579 \begin_inset space \thinspace{}
5580 \end_inset
5581
5582 g.
5583 \begin_inset space \space{}
5584 \end_inset
5585
5586
5587 \series bold
5588
5589 \backslash
5590 vmatrix
5591 \series default
5592  is inserted, a blue box appears between two vertical lines where the matrix
5593  is inserted.
5594 \end_layout
5595
5596 \begin_layout Standard
5597 \begin_inset VSpace bigskip
5598 \end_inset
5599
5600 As all multiline formulas are matrices, the length 
5601 \series bold
5602
5603 \backslash
5604 arraycolsep
5605 \series default
5606
5607 \begin_inset Index
5608 status collapsed
5609
5610 \begin_layout Plain Layout
5611 Commands ! A ! 
5612 \backslash
5613 arraycolsep
5614 \end_layout
5615
5616 \end_inset
5617
5618  that is described in 
5619 \begin_inset CommandInset ref
5620 LatexCommand ref
5621 reference "sub:Column-Separation"
5622
5623 \end_inset
5624
5625  can also be used to change the column separation of matrices.
5626 \end_layout
5627
5628 \begin_layout Standard
5629 To change the row separation, the command 
5630 \series bold
5631
5632 \backslash
5633 arraystretch
5634 \series default
5635
5636 \begin_inset Index
5637 status collapsed
5638
5639 \begin_layout Plain Layout
5640 Commands ! A ! 
5641 \backslash
5642 arraystretch
5643 \end_layout
5644
5645 \end_inset
5646
5647  is used.
5648  It is used as follows:
5649 \end_layout
5650
5651 \begin_layout Standard
5652
5653 \series bold
5654
5655 \backslash
5656 renewcommand{
5657 \backslash
5658 arraystretch}{stretch factor}
5659 \begin_inset Index
5660 status collapsed
5661
5662 \begin_layout Plain Layout
5663 Commands ! R ! 
5664 \backslash
5665 renewcommand
5666 \end_layout
5667
5668 \end_inset
5669
5670
5671 \end_layout
5672
5673 \begin_layout Standard
5674 The command 
5675 \series bold
5676
5677 \backslash
5678 renewcommand
5679 \series default
5680  assigns the stretch factor to the predefined command 
5681 \series bold
5682
5683 \backslash
5684 arraystretch
5685 \series default
5686 .
5687  To double e.
5688 \begin_inset space \thinspace{}
5689 \end_inset
5690
5691 g.
5692 \begin_inset space \space{}
5693 \end_inset
5694
5695 the row separation, use the factor 2.
5696  This is then used for all following matrices.
5697  To go back to the original separation, assign the factor 1 to 
5698 \series bold
5699
5700 \backslash
5701 arraystretch
5702 \series default
5703 .
5704 \end_layout
5705
5706 \begin_layout Standard
5707 To set matrices into a text line, the command 
5708 \series bold
5709
5710 \backslash
5711 smallmatrix
5712 \series default
5713
5714 \begin_inset Index
5715 status collapsed
5716
5717 \begin_layout Plain Layout
5718 Commands ! S ! 
5719 \backslash
5720 smallmatrix
5721 \end_layout
5722
5723 \end_inset
5724
5725  is used.
5726  When it is inserted a blue box with two dashed lines appears.
5727  In this box the matrix is inserted.
5728 \end_layout
5729
5730 \begin_layout Standard
5731 This is a matrix 
5732 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5733 C & D\end{smallmatrix}\right)$
5734 \end_inset
5735
5736  in a text line.
5737 \end_layout
5738
5739 \begin_layout Section
5740 Brackets and Delimiters
5741 \begin_inset Index
5742 status collapsed
5743
5744 \begin_layout Plain Layout
5745 Brackets
5746 \end_layout
5747
5748 \end_inset
5749
5750
5751 \begin_inset Index
5752 status collapsed
5753
5754 \begin_layout Plain Layout
5755 Delimiters
5756 \end_layout
5757
5758 \end_inset
5759
5760
5761 \end_layout
5762
5763 \begin_layout Subsection
5764 Vertical Brackets and Delimiters
5765 \begin_inset Index
5766 status collapsed
5767
5768 \begin_layout Plain Layout
5769 Brackets ! vertical
5770 \end_layout
5771
5772 \end_inset
5773
5774
5775 \end_layout
5776
5777 \begin_layout Standard
5778 \begin_inset space \hfill{}
5779 \end_inset
5780
5781
5782 \begin_inset Tabular
5783 <lyxtabular version="3" rows="9" columns="2">
5784 <features>
5785 <column alignment="center" valignment="top" width="0pt">
5786 <column alignment="center" valignment="top" width="0pt">
5787 <row>
5788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792 Command
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Plain Layout
5801 Result
5802 \end_layout
5803
5804 \end_inset
5805 </cell>
5806 </row>
5807 <row>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 (
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Plain Layout
5821 \begin_inset Formula $($
5822 \end_inset
5823
5824
5825 \end_layout
5826
5827 \end_inset
5828 </cell>
5829 </row>
5830 <row>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 {
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Plain Layout
5844 \begin_inset Formula $\{$
5845 \end_inset
5846
5847
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 </row>
5853 <row>
5854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5855 \begin_inset Text
5856
5857 \begin_layout Plain Layout
5858 [
5859 \end_layout
5860
5861 \end_inset
5862 </cell>
5863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5864 \begin_inset Text
5865
5866 \begin_layout Plain Layout
5867 \begin_inset Formula $[$
5868 \end_inset
5869
5870
5871 \end_layout
5872
5873 \end_inset
5874 </cell>
5875 </row>
5876 <row>
5877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5878 \begin_inset Text
5879
5880 \begin_layout Plain Layout
5881
5882 \backslash
5883 langle
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5889 \begin_inset Text
5890
5891 \begin_layout Plain Layout
5892 \begin_inset Formula $\langle$
5893 \end_inset
5894
5895
5896 \end_layout
5897
5898 \end_inset
5899 </cell>
5900 </row>
5901 <row>
5902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906
5907 \backslash
5908 lceil
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917 \begin_inset Formula $\lceil$
5918 \end_inset
5919
5920
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 </row>
5926 <row>
5927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5928 \begin_inset Text
5929
5930 \begin_layout Plain Layout
5931
5932 \backslash
5933 lfloor
5934 \end_layout
5935
5936 \end_inset
5937 </cell>
5938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5939 \begin_inset Text
5940
5941 \begin_layout Plain Layout
5942 \begin_inset Formula $\lfloor$
5943 \end_inset
5944
5945
5946 \end_layout
5947
5948 \end_inset
5949 </cell>
5950 </row>
5951 <row>
5952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5953 \begin_inset Text
5954
5955 \begin_layout Plain Layout
5956 /
5957 \end_layout
5958
5959 \end_inset
5960 </cell>
5961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5962 \begin_inset Text
5963
5964 \begin_layout Plain Layout
5965 \begin_inset Formula $/$
5966 \end_inset
5967
5968
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 </row>
5974 <row>
5975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5976 \begin_inset Text
5977
5978 \begin_layout Plain Layout
5979 |
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988 \begin_inset Formula $|$
5989 \end_inset
5990
5991
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 </row>
5997 </lyxtabular>
5998
5999 \end_inset
6000
6001
6002 \begin_inset space \hfill{}
6003 \end_inset
6004
6005
6006 \begin_inset Tabular
6007 <lyxtabular version="3" rows="9" columns="2">
6008 <features>
6009 <column alignment="center" valignment="top" width="0pt">
6010 <column alignment="center" valignment="top" width="0pt">
6011 <row>
6012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6013 \begin_inset Text
6014
6015 \begin_layout Plain Layout
6016 Command
6017 \end_layout
6018
6019 \end_inset
6020 </cell>
6021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6022 \begin_inset Text
6023
6024 \begin_layout Plain Layout
6025 Result
6026 \end_layout
6027
6028 \end_inset
6029 </cell>
6030 </row>
6031 <row>
6032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6033 \begin_inset Text
6034
6035 \begin_layout Plain Layout
6036 )
6037 \end_layout
6038
6039 \end_inset
6040 </cell>
6041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6042 \begin_inset Text
6043
6044 \begin_layout Plain Layout
6045 \begin_inset Formula $)$
6046 \end_inset
6047
6048
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 </row>
6054 <row>
6055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6056 \begin_inset Text
6057
6058 \begin_layout Plain Layout
6059 }
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6065 \begin_inset Text
6066
6067 \begin_layout Plain Layout
6068 \begin_inset Formula $\}$
6069 \end_inset
6070
6071
6072 \end_layout
6073
6074 \end_inset
6075 </cell>
6076 </row>
6077 <row>
6078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082 ]
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Plain Layout
6091 \begin_inset Formula $]$
6092 \end_inset
6093
6094
6095 \end_layout
6096
6097 \end_inset
6098 </cell>
6099 </row>
6100 <row>
6101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6102 \begin_inset Text
6103
6104 \begin_layout Plain Layout
6105
6106 \backslash
6107 rangle
6108 \end_layout
6109
6110 \end_inset
6111 </cell>
6112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6113 \begin_inset Text
6114
6115 \begin_layout Plain Layout
6116 \begin_inset Formula $\rangle$
6117 \end_inset
6118
6119
6120 \end_layout
6121
6122 \end_inset
6123 </cell>
6124 </row>
6125 <row>
6126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130
6131 \backslash
6132 rceil
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141 \begin_inset Formula $\rceil$
6142 \end_inset
6143
6144
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 </row>
6150 <row>
6151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Plain Layout
6155
6156 \backslash
6157 rfloor
6158 \end_layout
6159
6160 \end_inset
6161 </cell>
6162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6163 \begin_inset Text
6164
6165 \begin_layout Plain Layout
6166 \begin_inset Formula $\rfloor$
6167 \end_inset
6168
6169
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 </row>
6175 <row>
6176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180
6181 \backslash
6182
6183 \backslash
6184
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6190 \begin_inset Text
6191
6192 \begin_layout Plain Layout
6193 \begin_inset Formula $\backslash$
6194 \end_inset
6195
6196
6197 \end_layout
6198
6199 \end_inset
6200 </cell>
6201 </row>
6202 <row>
6203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207
6208 \backslash
6209 |
6210 \end_layout
6211
6212 \end_inset
6213 </cell>
6214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6215 \begin_inset Text
6216
6217 \begin_layout Plain Layout
6218 \begin_inset Formula $\|$
6219 \end_inset
6220
6221
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 </row>
6227 </lyxtabular>
6228
6229 \end_inset
6230
6231
6232 \begin_inset space \hfill{}
6233 \end_inset
6234
6235
6236 \end_layout
6237
6238 \begin_layout Standard
6239
6240 \series medium
6241 \begin_inset Note Greyedout
6242 status open
6243
6244 \begin_layout Plain Layout
6245
6246 \series bold
6247 Note:
6248 \series default
6249  In TeX-mode the command 
6250 \series bold
6251
6252 \backslash
6253 textbackslash
6254 \series default
6255
6256 \begin_inset Index
6257 status collapsed
6258
6259 \begin_layout Plain Layout
6260 Commands ! T ! 
6261 \backslash
6262 textbackslash
6263 \end_layout
6264
6265 \end_inset
6266
6267  must be used for the backslash, because the command 
6268 \series bold
6269
6270 \backslash
6271
6272 \backslash
6273
6274 \series default
6275  produces there a line break.
6276 \end_layout
6277
6278 \end_inset
6279
6280
6281 \end_layout
6282
6283 \begin_layout Standard
6284 For all characters listed above the size can be adjusted with the commands
6285  described in the following two subsections.
6286  When using these commands, the characters < and > can directly be used
6287  instead of the commands 
6288 \series bold
6289
6290 \backslash
6291 langle
6292 \series default
6293  and 
6294 \series bold
6295
6296 \backslash
6297 rangle
6298 \series default
6299 .
6300 \end_layout
6301
6302 \begin_layout Subsubsection
6303 Manual Bracket Size
6304 \begin_inset CommandInset label
6305 LatexCommand label
6306 name "sub:Manual-Bracket-Size"
6307
6308 \end_inset
6309
6310
6311 \begin_inset Index
6312 status collapsed
6313
6314 \begin_layout Plain Layout
6315 Bracket size ! manual
6316 \end_layout
6317
6318 \end_inset
6319
6320
6321 \end_layout
6322
6323 \begin_layout Standard
6324 The bracket size can be specified manually by the LaTeX-commands 
6325 \series bold
6326
6327 \backslash
6328 big
6329 \series default
6330
6331 \begin_inset Index
6332 status collapsed
6333
6334 \begin_layout Plain Layout
6335 Commands ! B ! 
6336 \backslash
6337 big
6338 \end_layout
6339
6340 \end_inset
6341
6342
6343 \series bold
6344
6345 \backslash
6346 Big
6347 \series default
6348
6349 \series bold
6350
6351 \backslash
6352 bigg
6353 \series default
6354 , and 
6355 \series bold
6356
6357 \backslash
6358 Bigg
6359 \series default
6360 .
6361  
6362 \series bold
6363
6364 \backslash
6365 big
6366 \series default
6367  denotes the smallest and 
6368 \series bold
6369
6370 \backslash
6371 Bigg
6372 \series default
6373  the largest bracket size.
6374 \end_layout
6375
6376 \begin_layout Standard
6377 These commands are used to emphasize levels of brackets:
6378 \end_layout
6379
6380 \begin_layout Standard
6381 \align center
6382 \begin_inset Tabular
6383 <lyxtabular version="3" rows="2" columns="2">
6384 <features>
6385 <column alignment="center" valignment="top" width="0pt">
6386 <column alignment="center" valignment="top" width="0pt">
6387 <row>
6388 <cell alignment="center" valignment="top" usebox="none">
6389 \begin_inset Text
6390
6391 \begin_layout Plain Layout
6392 all brackets in the same size:
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 <cell alignment="center" valignment="top" usebox="none">
6398 \begin_inset Text
6399
6400 \begin_layout Plain Layout
6401 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6402 \end_inset
6403
6404
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 </row>
6410 <row>
6411 <cell alignment="center" valignment="top" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Plain Layout
6415 this looks better:
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 <cell alignment="center" valignment="top" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6425 \end_inset
6426
6427
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 </row>
6433 </lyxtabular>
6434
6435 \end_inset
6436
6437
6438 \begin_inset Note Note
6439 status collapsed
6440
6441 \begin_layout Plain Layout
6442
6443 \series bold
6444
6445 \backslash
6446 raisebox
6447 \series default
6448  is only used as spacer.
6449 \end_layout
6450
6451 \end_inset
6452
6453
6454 \end_layout
6455
6456 \begin_layout Standard
6457 For the second formula the command 
6458 \series bold
6459
6460 \backslash
6461 Big((A+B)(A-B)
6462 \backslash
6463 Big)^
6464 \begin_inset ERT
6465 status collapsed
6466
6467 \begin_layout Plain Layout
6468
6469
6470 \backslash
6471 spce 
6472 \end_layout
6473
6474 \end_inset
6475
6476 C
6477 \series default
6478  has been used.
6479 \end_layout
6480
6481 \begin_layout Standard
6482 Here is an overview about all bracket sizes:
6483 \end_layout
6484
6485 \begin_layout Standard
6486 \align center
6487
6488 \backslash
6489 Bigg(
6490 \backslash
6491 exp
6492 \backslash
6493 bigg<
6494 \backslash
6495 Big[
6496 \backslash
6497 big{
6498 \backslash
6499 ln(3x)
6500 \backslash
6501 big}^2
6502 \begin_inset ERT
6503 status collapsed
6504
6505 \begin_layout Plain Layout
6506
6507
6508 \backslash
6509 spce 
6510 \end_layout
6511
6512 \end_inset
6513
6514
6515 \backslash
6516 sin(x)
6517 \backslash
6518 Big]^
6519 \begin_inset ERT
6520 status collapsed
6521
6522 \begin_layout Plain Layout
6523
6524
6525 \backslash
6526 spce 
6527 \end_layout
6528
6529 \end_inset
6530
6531 A
6532 \begin_inset ERT
6533 status collapsed
6534
6535 \begin_layout Plain Layout
6536
6537
6538 \backslash
6539 spce 
6540 \end_layout
6541
6542 \end_inset
6543
6544
6545 \backslash
6546 bigg>
6547 \backslash
6548 Bigg)^0,5
6549 \end_layout
6550
6551 \begin_layout Standard
6552 \align center
6553 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6554 \end_inset
6555
6556
6557 \end_layout
6558
6559 \begin_layout Standard
6560 Besides the 
6561 \series bold
6562
6563 \backslash
6564 big
6565 \series default
6566 -commands there is the variant 
6567 \series bold
6568
6569 \backslash
6570 bigm
6571 \series default
6572
6573 \begin_inset Index
6574 status collapsed
6575
6576 \begin_layout Plain Layout
6577 Commands ! B ! 
6578 \backslash
6579 bigm
6580 \end_layout
6581
6582 \end_inset
6583
6584  that adds a bit more space between the bracket and its content, and the
6585  variant 
6586 \series bold
6587
6588 \backslash
6589 bigl
6590 \series default
6591 -
6592 \series bold
6593
6594 \backslash
6595 bigr
6596 \series default
6597
6598 \begin_inset Index
6599 status collapsed
6600
6601 \begin_layout Plain Layout
6602 Commands ! B ! 
6603 \backslash
6604 bigl - 
6605 \backslash
6606 bigr
6607 \end_layout
6608
6609 \end_inset
6610
6611 , that don't add additional space.
6612  The 
6613 \emph on
6614 l
6615 \emph default
6616  at the end of the command 
6617 \series bold
6618
6619 \backslash
6620 bigl
6621 \series default
6622  is for a left bracket; for a right bracket this will be replaced by an
6623  
6624 \emph on
6625 r
6626 \emph default
6627 .
6628  A left or right bracket can each be an opening or closing bracket.
6629 \end_layout
6630
6631 \begin_layout Standard
6632 In the following table is a comparison of the variants:
6633 \end_layout
6634
6635 \begin_layout Standard
6636 \align center
6637 \begin_inset Tabular
6638 <lyxtabular version="3" rows="5" columns="2">
6639 <features>
6640 <column alignment="center" valignment="middle" width="0">
6641 <column alignment="center" valignment="middle" width="0">
6642 <row>
6643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647 Command
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 Result
6657 \begin_inset Note Note
6658 status collapsed
6659
6660 \begin_layout Plain Layout
6661
6662 \series bold
6663
6664 \backslash
6665 raisebox
6666 \series default
6667  is only used as spacer.
6668 \end_layout
6669
6670 \end_inset
6671
6672
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 </row>
6678 <row>
6679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683
6684 \backslash
6685 Bigm(
6686 \backslash
6687 bigm(
6688 \backslash
6689 ln(3x)
6690 \backslash
6691 bigm)^2
6692 \series bold
6693
6694 \begin_inset ERT
6695 status collapsed
6696
6697 \begin_layout Plain Layout
6698
6699
6700 \backslash
6701 spce 
6702 \end_layout
6703
6704 \end_inset
6705
6706
6707 \series default
6708
6709 \backslash
6710 Bigm)
6711 \end_layout
6712
6713 \end_inset
6714 </cell>
6715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6716 \begin_inset Text
6717
6718 \begin_layout Plain Layout
6719 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6720 \end_inset
6721
6722
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 </row>
6728 <row>
6729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6730 \begin_inset Text
6731
6732 \begin_layout Plain Layout
6733
6734 \backslash
6735 Big(
6736 \backslash
6737 big(
6738 \backslash
6739 ln(3x)
6740 \backslash
6741 big)^2
6742 \series bold
6743
6744 \begin_inset ERT
6745 status collapsed
6746
6747 \begin_layout Plain Layout
6748
6749
6750 \backslash
6751 spce 
6752 \end_layout
6753
6754 \end_inset
6755
6756
6757 \series default
6758
6759 \backslash
6760 Big)
6761 \end_layout
6762
6763 \end_inset
6764 </cell>
6765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Plain Layout
6769 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6770 \end_inset
6771
6772
6773 \end_layout
6774
6775 \end_inset
6776 </cell>
6777 </row>
6778 <row>
6779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6780 \begin_inset Text
6781
6782 \begin_layout Plain Layout
6783
6784 \backslash
6785 Bigl(
6786 \backslash
6787 bigl(
6788 \backslash
6789 ln(3x)
6790 \backslash
6791 bigr)^2
6792 \series bold
6793
6794 \begin_inset ERT
6795 status collapsed
6796
6797 \begin_layout Plain Layout
6798
6799
6800 \backslash
6801 spce 
6802 \end_layout
6803
6804 \end_inset
6805
6806
6807 \series default
6808
6809 \backslash
6810 Bigr)
6811 \end_layout
6812
6813 \end_inset
6814 </cell>
6815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Plain Layout
6819 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6820 \end_inset
6821
6822
6823 \end_layout
6824
6825 \end_inset
6826 </cell>
6827 </row>
6828 <row>
6829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833
6834 \backslash
6835 bigl)
6836 \backslash
6837 ln(3x)
6838 \backslash
6839 bigr(
6840 \end_layout
6841
6842 \end_inset
6843 </cell>
6844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6845 \begin_inset Text
6846
6847 \begin_layout Plain Layout
6848 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6849 \end_inset
6850
6851
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 </row>
6857 </lyxtabular>
6858
6859 \end_inset
6860
6861
6862 \end_layout
6863
6864 \begin_layout Subsubsection
6865 Automatic Bracket Size
6866 \begin_inset CommandInset label
6867 LatexCommand label
6868 name "sub:Automatic-Bracket-Size"
6869
6870 \end_inset
6871
6872
6873 \begin_inset Index
6874 status collapsed
6875
6876 \begin_layout Plain Layout
6877 Bracket size ! automatic
6878 \end_layout
6879
6880 \end_inset
6881
6882
6883 \end_layout
6884
6885 \begin_layout Standard
6886 Brackets with variable size can be inserted with the commands 
6887 \series bold
6888
6889 \backslash
6890 left
6891 \series default
6892
6893 \begin_inset Index
6894 status collapsed
6895
6896 \begin_layout Plain Layout
6897 Commands ! L ! 
6898 \backslash
6899 left
6900 \end_layout
6901
6902 \end_inset
6903
6904  and 
6905 \series bold
6906
6907 \backslash
6908 right
6909 \series default
6910
6911 \begin_inset Index
6912 status collapsed
6913
6914 \begin_layout Plain Layout
6915 Commands ! R ! 
6916 \backslash
6917 right
6918 \end_layout
6919
6920 \end_inset
6921
6922  or via the math toolbar button 
6923 \begin_inset Graphics
6924         filename ../images/dialog-show_mathdelimiter.png
6925         scale 85
6926
6927 \end_inset
6928
6929 .
6930  Directly behind 
6931 \series bold
6932
6933 \backslash
6934 left
6935 \series default
6936  and 
6937 \series bold
6938
6939 \backslash
6940 right
6941 \series default
6942  the wanted bracket must be inserted.
6943  The bracket size will then automatically be calculated for the output.
6944 \end_layout
6945
6946 \begin_layout Standard
6947 \align center
6948 normal bracket: The command 
6949 \series bold
6950
6951 \backslash
6952 ln(
6953 \backslash
6954 frac
6955 \begin_inset ERT
6956 status collapsed
6957
6958 \begin_layout Plain Layout
6959
6960
6961 \backslash
6962 spce 
6963 \end_layout
6964
6965 \end_inset
6966
6967 A
6968 \begin_inset Formula $\downarrow$
6969 \end_inset
6970
6971 C
6972 \begin_inset ERT
6973 status collapsed
6974
6975 \begin_layout Plain Layout
6976
6977
6978 \backslash
6979 spce 
6980 \end_layout
6981
6982 \end_inset
6983
6984 )
6985 \series default
6986  creates
6987 \begin_inset Formula \[
6988 \ln(\frac{A}{C})\]
6989
6990 \end_inset
6991
6992
6993 \end_layout
6994
6995 \begin_layout Standard
6996 \align center
6997 multiline bracket: The command 
6998 \series bold
6999
7000 \backslash
7001 ln
7002 \backslash
7003 left(
7004 \backslash
7005 frac
7006 \begin_inset ERT
7007 status collapsed
7008
7009 \begin_layout Plain Layout
7010
7011
7012 \backslash
7013 spce 
7014 \end_layout
7015
7016 \end_inset
7017
7018 A
7019 \begin_inset Formula $\downarrow$
7020 \end_inset
7021
7022 C
7023 \begin_inset ERT
7024 status collapsed
7025
7026 \begin_layout Plain Layout
7027
7028
7029 \backslash
7030 spce 
7031 \end_layout
7032
7033 \end_inset
7034
7035
7036 \backslash
7037 right)
7038 \series default
7039  creates
7040 \begin_inset Formula \[
7041 \ln\left(\frac{A}{C}\right)\]
7042
7043 \end_inset
7044
7045
7046 \end_layout
7047
7048 \begin_layout Standard
7049 Instead of 
7050 \series bold
7051
7052 \backslash
7053 left
7054 \series default
7055  and 
7056 \series bold
7057
7058 \backslash
7059 right
7060 \series default
7061  the shortcut 
7062 \family sans
7063 Alt+M
7064 \begin_inset space ~
7065 \end_inset
7066
7067 Bracket
7068 \family default
7069  can be used.
7070  This has the advantage that you can see in LyX immediately the real bracket
7071  size and that the matching right bracket will be created too.
7072 \begin_inset Newline newline
7073 \end_inset
7074
7075 The command for the last example would then be: 
7076 \series bold
7077
7078 \backslash
7079 ln Alt+M
7080 \series default
7081  
7082 \series bold
7083 (
7084 \backslash
7085 frac
7086 \begin_inset ERT
7087 status collapsed
7088
7089 \begin_layout Plain Layout
7090
7091
7092 \backslash
7093 spce 
7094 \end_layout
7095
7096 \end_inset
7097
7098 A
7099 \begin_inset Formula $\downarrow$
7100 \end_inset
7101
7102 C
7103 \end_layout
7104
7105 \begin_layout Standard
7106 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7107  For example the command 
7108 \series bold
7109
7110 \backslash
7111 left.
7112 \backslash
7113 frac
7114 \begin_inset ERT
7115 status collapsed
7116
7117 \begin_layout Plain Layout
7118
7119
7120 \backslash
7121 spce 
7122 \end_layout
7123
7124 \end_inset
7125
7126 A
7127 \begin_inset Formula $\downarrow$
7128 \end_inset
7129
7130 B
7131 \begin_inset ERT
7132 status collapsed
7133
7134 \begin_layout Plain Layout
7135
7136
7137 \backslash
7138 spce 
7139 \end_layout
7140
7141 \end_inset
7142
7143
7144 \backslash
7145 right}
7146 \series default
7147  creates:
7148 \series bold
7149
7150 \begin_inset Formula \[
7151 \left.\frac{A}{B}\right\} \]
7152
7153 \end_inset
7154
7155
7156 \series default
7157 The commands 
7158 \series bold
7159
7160 \backslash
7161 left
7162 \series default
7163  and 
7164 \series bold
7165
7166 \backslash
7167 right
7168 \series default
7169  will be converted by LyX to brackets in the right size when the document
7170  is reloaded and an omitted bracket will appear as dashed line.
7171 \end_layout
7172
7173 \begin_layout Standard
7174 \begin_inset VSpace bigskip
7175 \end_inset
7176
7177 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7178  the command 
7179 \series bold
7180
7181 \backslash
7182 middle
7183 \series default
7184
7185 \begin_inset Index
7186 status collapsed
7187
7188 \begin_layout Plain Layout
7189 Commands ! M ! 
7190 \backslash
7191 middle
7192 \end_layout
7193
7194 \end_inset
7195
7196  is additionally available for all brackets and limits.
7197  With this command the height of the following character is adapted to the
7198  one of the surrounding brackets, what is e.
7199 \begin_inset space \thinspace{}
7200 \end_inset
7201
7202 g.
7203 \begin_inset space \space{}
7204 \end_inset
7205
7206 needed for physical vectors:
7207 \begin_inset Formula \[
7208 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7209
7210 \end_inset
7211
7212 For physical vectors there is a special LaTeX-package, described in 
7213 \begin_inset CommandInset ref
7214 LatexCommand ref
7215 reference "sub:Physical-Vectors"
7216
7217 \end_inset
7218
7219 .
7220 \end_layout
7221
7222 \begin_layout Subsection
7223 Horizontal Brackets
7224 \begin_inset Index
7225 status collapsed
7226
7227 \begin_layout Plain Layout
7228 Brackets ! horizontal
7229 \end_layout
7230
7231 \end_inset
7232
7233
7234 \end_layout
7235
7236 \begin_layout Standard
7237 \align center
7238 \begin_inset Tabular
7239 <lyxtabular version="3" rows="4" columns="2">
7240 <features>
7241 <column alignment="center" valignment="top" width="0pt">
7242 <column alignment="center" valignment="top" width="0pt">
7243 <row>
7244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7245 \begin_inset Text
7246
7247 \begin_layout Plain Layout
7248 Command
7249 \begin_inset Note Note
7250 status collapsed
7251
7252 \begin_layout Plain Layout
7253
7254 \series bold
7255
7256 \backslash
7257 raisebox
7258 \series default
7259  is only used as spacer.
7260 \end_layout
7261
7262 \end_inset
7263
7264
7265 \end_layout
7266
7267 \end_inset
7268 </cell>
7269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7270 \begin_inset Text
7271
7272 \begin_layout Plain Layout
7273 Result
7274 \end_layout
7275
7276 \end_inset
7277 </cell>
7278 </row>
7279 <row>
7280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7281 \begin_inset Text
7282
7283 \begin_layout Plain Layout
7284 \begin_inset ERT
7285 status collapsed
7286
7287 \begin_layout Plain Layout
7288
7289
7290 \backslash
7291 raisebox{2.3mm}{
7292 \end_layout
7293
7294 \end_inset
7295
7296
7297 \backslash
7298 overbrace
7299 \begin_inset ERT
7300 status collapsed
7301
7302 \begin_layout Plain Layout
7303
7304
7305 \backslash
7306 spce 
7307 \end_layout
7308
7309 \end_inset
7310
7311 A+B
7312 \begin_inset ERT
7313 status collapsed
7314
7315 \begin_layout Plain Layout
7316
7317
7318 \backslash
7319 spce 
7320 \end_layout
7321
7322 \end_inset
7323
7324 ^
7325 \begin_inset ERT
7326 status collapsed
7327
7328 \begin_layout Plain Layout
7329
7330
7331 \backslash
7332 spce 
7333 \end_layout
7334
7335 \end_inset
7336
7337 3
7338 \begin_inset ERT
7339 status collapsed
7340
7341 \begin_layout Plain Layout
7342
7343 }
7344 \end_layout
7345
7346 \end_inset
7347
7348
7349 \begin_inset Index
7350 status collapsed
7351
7352 \begin_layout Plain Layout
7353 Commands ! O ! 
7354 \backslash
7355 overbrace
7356 \end_layout
7357
7358 \end_inset
7359
7360
7361 \end_layout
7362
7363 \end_inset
7364 </cell>
7365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7366 \begin_inset Text
7367
7368 \begin_layout Plain Layout
7369 \begin_inset Formula $\overbrace{A+B}^{3}$
7370 \end_inset
7371
7372
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 </row>
7378 <row>
7379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7380 \begin_inset Text
7381
7382 \begin_layout Plain Layout
7383 \begin_inset ERT
7384 status collapsed
7385
7386 \begin_layout Plain Layout
7387
7388
7389 \backslash
7390 raisebox{-2.2mm}{
7391 \end_layout
7392
7393 \end_inset
7394
7395
7396 \backslash
7397 underbrace
7398 \begin_inset ERT
7399 status collapsed
7400
7401 \begin_layout Plain Layout
7402
7403
7404 \backslash
7405 spce 
7406 \end_layout
7407
7408 \end_inset
7409
7410 A+B
7411 \begin_inset ERT
7412 status collapsed
7413
7414 \begin_layout Plain Layout
7415
7416
7417 \backslash
7418 spce 
7419 \end_layout
7420
7421 \end_inset
7422
7423 _5
7424 \begin_inset ERT
7425 status collapsed
7426
7427 \begin_layout Plain Layout
7428
7429 }
7430 \end_layout
7431
7432 \end_inset
7433
7434
7435 \begin_inset Index
7436 status collapsed
7437
7438 \begin_layout Plain Layout
7439 Commands ! U ! 
7440 \backslash
7441 underbrace
7442 \end_layout
7443
7444 \end_inset
7445
7446
7447 \end_layout
7448
7449 \end_inset
7450 </cell>
7451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Plain Layout
7455 \begin_inset Formula $\underbrace{A+B}_{5}$
7456 \end_inset
7457
7458
7459 \end_layout
7460
7461 \end_inset
7462 </cell>
7463 </row>
7464 <row>
7465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7466 \begin_inset Text
7467
7468 \begin_layout Plain Layout
7469
7470 \backslash
7471 overbrace
7472 \begin_inset ERT
7473 status collapsed
7474
7475 \begin_layout Plain Layout
7476
7477
7478 \backslash
7479 spce 
7480 \end_layout
7481
7482 \end_inset
7483
7484
7485 \backslash
7486 underbrace
7487 \begin_inset ERT
7488 status collapsed
7489
7490 \begin_layout Plain Layout
7491
7492
7493 \backslash
7494 spce 
7495 \end_layout
7496
7497 \end_inset
7498
7499 A+B_w
7500 \begin_inset ERT
7501 status collapsed
7502
7503 \begin_layout Plain Layout
7504
7505
7506 \backslash
7507 spce 
7508 \end_layout
7509
7510 \end_inset
7511
7512
7513 \begin_inset ERT
7514 status collapsed
7515
7516 \begin_layout Plain Layout
7517
7518
7519 \backslash
7520 spce 
7521 \end_layout
7522
7523 \end_inset
7524
7525 _7
7526 \begin_inset ERT
7527 status collapsed
7528
7529 \begin_layout Plain Layout
7530
7531
7532 \backslash
7533 spce 
7534 \end_layout
7535
7536 \end_inset
7537
7538
7539 \begin_inset ERT
7540 status collapsed
7541
7542 \begin_layout Plain Layout
7543
7544
7545 \backslash
7546 spce 
7547 \end_layout
7548
7549 \end_inset
7550
7551 ^
7552 \begin_inset ERT
7553 status collapsed
7554
7555 \begin_layout Plain Layout
7556
7557
7558 \backslash
7559 spce 
7560 \end_layout
7561
7562 \end_inset
7563
7564 C
7565 \end_layout
7566
7567 \end_inset
7568 </cell>
7569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7570 \begin_inset Text
7571
7572 \begin_layout Plain Layout
7573 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7574 \end_inset
7575
7576
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 </row>
7582 </lyxtabular>
7583
7584 \end_inset
7585
7586
7587 \end_layout
7588
7589 \begin_layout Standard
7590 In the last example it doesn't matter if 
7591 \series bold
7592
7593 \backslash
7594 overbrace
7595 \series default
7596  or 
7597 \series bold
7598
7599 \backslash
7600 underbrace
7601 \series default
7602  is inserted at first.
7603 \end_layout
7604
7605 \begin_layout Standard
7606 \begin_inset VSpace bigskip
7607 \end_inset
7608
7609 When brackets are needed that overlap each other, multiline formulas, as
7610  described in 
7611 \begin_inset CommandInset ref
7612 LatexCommand ref
7613 reference "sec:Multiline-Formulas"
7614
7615 \end_inset
7616
7617 , must be used:
7618 \begin_inset Formula \begin{eqnarray*}
7619 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7620  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7621
7622 \end_inset
7623
7624 In the first row the formula is inserted together with the first brace.
7625  It is hereby important that the space command
7626 \begin_inset Foot
7627 status collapsed
7628
7629 \begin_layout Plain Layout
7630 Space commands are explained in 
7631 \begin_inset CommandInset ref
7632 LatexCommand ref
7633 reference "sub:Predefined-Space"
7634
7635 \end_inset
7636
7637 .
7638 \end_layout
7639
7640 \end_inset
7641
7642  
7643 \series bold
7644
7645 \backslash
7646 :
7647 \series default
7648  is inserted before the first 
7649 \begin_inset Formula $d$
7650 \end_inset
7651
7652 , because the brace that ends behind the 
7653 \begin_inset Formula $q$
7654 \end_inset
7655
7656  prevents that the following 
7657 \begin_inset Quotes eld
7658 \end_inset
7659
7660 +
7661 \begin_inset Quotes erd
7662 \end_inset
7663
7664  is surrounded by space.
7665 \begin_inset Foot
7666 status collapsed
7667
7668 \begin_layout Plain Layout
7669 because a bracket is not handled as character, see 
7670 \begin_inset CommandInset ref
7671 LatexCommand ref
7672 reference "sub:Binary-Operators"
7673
7674 \end_inset
7675
7676
7677 \end_layout
7678
7679 \end_inset
7680
7681  In the second row the second brace is inserted.
7682  As it should begin before the 
7683 \begin_inset Formula $b$
7684 \end_inset
7685
7686 , first the command 
7687 \series bold
7688
7689 \backslash
7690 hphantom{gggg+
7691 \backslash
7692 :}
7693 \series default
7694  is inserted.
7695 \begin_inset Foot
7696 status collapsed
7697
7698 \begin_layout Plain Layout
7699 more about 
7700 \series bold
7701
7702 \backslash
7703 hphantom
7704 \series default
7705  see 
7706 \begin_inset CommandInset ref
7707 LatexCommand ref
7708 reference "sub:Placeholders"
7709
7710 \end_inset
7711
7712
7713 \end_layout
7714
7715 \end_inset
7716
7717  This space is needed because the 
7718 \begin_inset Quotes eld
7719 \end_inset
7720
7721 +
7722 \begin_inset Quotes erd
7723 \end_inset
7724
7725  is also surrounded by space in the formula.
7726  The brace is placed under the command 
7727 \series bold
7728
7729 \backslash
7730 hphantom{bbqq+dddd}
7731 \series default
7732 .
7733 \end_layout
7734
7735 \begin_layout Standard
7736 It gets more complicated when brackets overlap each other, like in the following
7737  example:
7738 \begin_inset ERT
7739 status collapsed
7740
7741 \begin_layout Plain Layout
7742
7743
7744 \backslash
7745 setlength{
7746 \backslash
7747 jot}{-6pt}
7748 \end_layout
7749
7750 \end_inset
7751
7752
7753 \begin_inset Formula \begin{eqnarray*}
7754  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7755 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7756
7757 \end_inset
7758
7759
7760 \begin_inset ERT
7761 status collapsed
7762
7763 \begin_layout Plain Layout
7764
7765
7766 \backslash
7767 setlength{
7768 \backslash
7769 jot}{3pt}
7770 \end_layout
7771
7772 \end_inset
7773
7774 The first formula row is the same as the second row of the previous example,
7775  with the difference that the brace is above.
7776  The second row contains the formula together with the second brace.
7777  To avoid that there is space between the upper brace in the first row and
7778  the formula, the row spacing need to be reduced.
7779  This is not easily possible due to a bug in LyX
7780 \begin_inset Foot
7781 status collapsed
7782
7783 \begin_layout Plain Layout
7784 \begin_inset CommandInset href
7785 LatexCommand href
7786 name "LyX-bug #1505"
7787 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7788
7789 \end_inset
7790
7791
7792 \end_layout
7793
7794 \end_inset
7795
7796 .
7797  As solution for the problem, the global formula row separation 
7798 \series bold
7799
7800 \backslash
7801 jot
7802 \series default
7803
7804 \begin_inset Index
7805 status collapsed
7806
7807 \begin_layout Plain Layout
7808 Commands ! J ! 
7809 \backslash
7810 jot
7811 \end_layout
7812
7813 \end_inset
7814
7815  must be changed to -6
7816 \begin_inset space \thinspace{}
7817 \end_inset
7818
7819 pt before the formula with the command 
7820 \series bold
7821
7822 \backslash
7823 setlength{
7824 \backslash
7825 jot}{-6pt}
7826 \series default
7827  in TeX-mode.
7828  
7829 \series bold
7830
7831 \backslash
7832 jot
7833 \series default
7834  is set back after the formula to the standard value of 3
7835 \begin_inset space \thinspace{}
7836 \end_inset
7837
7838 pt using the same command.
7839  More about the row separation in formulas is explained in 
7840 \begin_inset CommandInset ref
7841 LatexCommand ref
7842 reference "sub:Line-Separation"
7843
7844 \end_inset
7845
7846 .
7847 \end_layout
7848
7849 \begin_layout Section
7850 Arrows
7851 \begin_inset Index
7852 status collapsed
7853
7854 \begin_layout Plain Layout
7855 Arrows
7856 \end_layout
7857
7858 \end_inset
7859
7860
7861 \end_layout
7862
7863 \begin_layout Standard
7864 Arrows can be inserted via the math toolbar button 
7865 \begin_inset Graphics
7866         filename ../images/math/leftarrow.png
7867         scale 85
7868
7869 \end_inset
7870
7871  or the commands listed in the following subsections.
7872 \end_layout
7873
7874 \begin_layout Standard
7875 \begin_inset Newpage newpage
7876 \end_inset
7877
7878
7879 \end_layout
7880
7881 \begin_layout Subsection
7882 Horizontal Arrows
7883 \begin_inset Index
7884 status collapsed
7885
7886 \begin_layout Plain Layout
7887 Arrows ! horizontal
7888 \end_layout
7889
7890 \end_inset
7891
7892
7893 \end_layout
7894
7895 \begin_layout Standard
7896 \begin_inset space \hfill{}
7897 \end_inset
7898
7899
7900 \begin_inset Tabular
7901 <lyxtabular version="3" rows="8" columns="2">
7902 <features>
7903 <column alignment="center" valignment="top" width="0pt">
7904 <column alignment="center" valignment="top" width="0pt">
7905 <row>
7906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910 Command
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919 Result
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 </row>
7925 <row>
7926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930
7931 \backslash
7932 gets
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941 \begin_inset Formula $\gets$
7942 \end_inset
7943
7944
7945 \end_layout
7946
7947 \end_inset
7948 </cell>
7949 </row>
7950 <row>
7951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955
7956 \backslash
7957 Leftarrow
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966 \begin_inset Formula $\Leftarrow$
7967 \end_inset
7968
7969
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 </row>
7975 <row>
7976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980
7981 \backslash
7982 longleftarrow
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991 \begin_inset Formula $\longleftarrow$
7992 \end_inset
7993
7994
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 </row>
8000 <row>
8001 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005
8006 \backslash
8007 Longleftarrow
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016 \begin_inset Formula $\Longleftarrow$
8017 \end_inset
8018
8019
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 </row>
8025 <row>
8026 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030
8031 \backslash
8032 leftharpoonup
8033 \end_layout
8034
8035 \end_inset
8036 </cell>
8037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8038 \begin_inset Text
8039
8040 \begin_layout Plain Layout
8041 \begin_inset Formula $\leftharpoonup$
8042 \end_inset
8043
8044
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 </row>
8050 <row>
8051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055
8056 \backslash
8057 leftharpoondown
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066 \begin_inset Formula $\leftharpoondown$
8067 \end_inset
8068
8069
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 </row>
8075 <row>
8076 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080
8081 \backslash
8082 hookleftarrow
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091 \begin_inset Formula $\hookleftarrow$
8092 \end_inset
8093
8094
8095 \end_layout
8096
8097 \end_inset
8098 </cell>
8099 </row>
8100 </lyxtabular>
8101
8102 \end_inset
8103
8104
8105 \begin_inset space \hfill{}
8106 \end_inset
8107
8108
8109 \begin_inset Tabular
8110 <lyxtabular version="3" rows="8" columns="2">
8111 <features>
8112 <column alignment="center" valignment="top" width="0pt">
8113 <column alignment="center" valignment="top" width="0pt">
8114 <row>
8115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119 Command
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128 Result
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 </row>
8134 <row>
8135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139
8140 \backslash
8141 to
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150 \begin_inset Formula $\to$
8151 \end_inset
8152
8153
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 </row>
8159 <row>
8160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164
8165 \backslash
8166 Rightarrow
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175 \begin_inset Formula $\Rightarrow$
8176 \end_inset
8177
8178
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 </row>
8184 <row>
8185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189
8190 \backslash
8191 longrightarrow
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200 \begin_inset Formula $\longrightarrow$
8201 \end_inset
8202
8203
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 </row>
8209 <row>
8210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214
8215 \backslash
8216 Longrightarrow
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225 \begin_inset Formula $\Longrightarrow$
8226 \end_inset
8227
8228
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 </row>
8234 <row>
8235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239
8240 \backslash
8241 rightharpoonup
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250 \begin_inset Formula $\rightharpoonup$
8251 \end_inset
8252
8253
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 </row>
8259 <row>
8260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264
8265 \backslash
8266 rightharpoondown
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275 \begin_inset Formula $\rightharpoondown$
8276 \end_inset
8277
8278
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 </row>
8284 <row>
8285 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8286 \begin_inset Text
8287
8288 \begin_layout Plain Layout
8289
8290 \backslash
8291 hookrightarrow
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 \begin_inset Formula $\hookrightarrow$
8301 \end_inset
8302
8303
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 </row>
8309 </lyxtabular>
8310
8311 \end_inset
8312
8313
8314 \begin_inset space \hfill{}
8315 \end_inset
8316
8317
8318 \end_layout
8319
8320 \begin_layout Standard
8321 \begin_inset space \hfill{}
8322 \end_inset
8323
8324
8325 \begin_inset Tabular
8326 <lyxtabular version="3" rows="6" columns="2">
8327 <features>
8328 <column alignment="center" valignment="top" width="0pt">
8329 <column alignment="center" valignment="top" width="0pt">
8330 <row>
8331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335 Command
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344 Result
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 </row>
8350 <row>
8351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355
8356 \backslash
8357 leftrightarrow
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366 \begin_inset Formula $\leftrightarrow$
8367 \end_inset
8368
8369
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 </row>
8375 <row>
8376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380
8381 \backslash
8382 Leftrightarrow
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391 \begin_inset Formula $\Leftrightarrow$
8392 \end_inset
8393
8394
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 </row>
8400 <row>
8401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405
8406 \backslash
8407 longleftrightarrow
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416 \begin_inset Formula $\longleftrightarrow$
8417 \end_inset
8418
8419
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 </row>
8425 <row>
8426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430
8431 \backslash
8432 Longleftrightarrow
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441 \begin_inset Formula $\Longleftrightarrow$
8442 \end_inset
8443
8444
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 </row>
8450 <row>
8451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455
8456 \backslash
8457 rightleftharpoons
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466 \begin_inset Formula $\rightleftharpoons$
8467 \end_inset
8468
8469
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 </row>
8475 </lyxtabular>
8476
8477 \end_inset
8478
8479
8480 \begin_inset space \hspace{}
8481 \length 25pt
8482 \end_inset
8483
8484
8485 \begin_inset space \hfill{}
8486 \end_inset
8487
8488
8489 \begin_inset Tabular
8490 <lyxtabular version="3" rows="5" columns="2">
8491 <features>
8492 <column alignment="center" valignment="top" width="0pt">
8493 <column alignment="center" valignment="top" width="0pt">
8494 <row>
8495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499 Command
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508 Result
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 </row>
8514 <row>
8515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519
8520 \backslash
8521 mapsto
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530 \begin_inset Formula $\mapsto$
8531 \end_inset
8532
8533
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 </row>
8539 <row>
8540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544
8545 \backslash
8546 longmapsto
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555 \begin_inset Formula $\longmapsto$
8556 \end_inset
8557
8558
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 </row>
8564 <row>
8565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569
8570 \backslash
8571 leadsto
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8577 \begin_inset Text
8578
8579 \begin_layout Plain Layout
8580 \begin_inset Formula $\leadsto$
8581 \end_inset
8582
8583
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 </row>
8589 <row>
8590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594
8595 \backslash
8596 dasharrow
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605 \begin_inset Formula $\dasharrow$
8606 \end_inset
8607
8608
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 </row>
8614 </lyxtabular>
8615
8616 \end_inset
8617
8618
8619 \begin_inset space \hfill{}
8620 \end_inset
8621
8622
8623 \end_layout
8624
8625 \begin_layout Standard
8626 \begin_inset VSpace medskip
8627 \end_inset
8628
8629 Arrows used as accent like e.
8630 \begin_inset space \thinspace{}
8631 \end_inset
8632
8633 g.
8634 \begin_inset space \space{}
8635 \end_inset
8636
8637 vector arrows are listed in 
8638 \begin_inset CommandInset ref
8639 LatexCommand ref
8640 reference "sec:Accents"
8641
8642 \end_inset
8643
8644 .
8645 \end_layout
8646
8647 \begin_layout Standard
8648 \begin_inset VSpace bigskip
8649 \end_inset
8650
8651 Furthermore there are the labeled arrows
8652 \begin_inset Index
8653 status collapsed
8654
8655 \begin_layout Plain Layout
8656 Arrows ! labeled
8657 \end_layout
8658
8659 \end_inset
8660
8661  
8662 \series bold
8663
8664 \backslash
8665 xleftarrow
8666 \series default
8667
8668 \begin_inset Index
8669 status collapsed
8670
8671 \begin_layout Plain Layout
8672 Commands ! X ! 
8673 \backslash
8674 xleftarrow
8675 \end_layout
8676
8677 \end_inset
8678
8679  and 
8680 \series bold
8681
8682 \backslash
8683 xrightarrow
8684 \series default
8685
8686 \begin_inset Index
8687 status collapsed
8688
8689 \begin_layout Plain Layout
8690 Commands ! X ! 
8691 \backslash
8692 xrightarrow
8693 \begin_inset ERT
8694 status collapsed
8695
8696 \begin_layout Plain Layout
8697
8698
8699 \backslash
8700 vspace{4mm}
8701 \end_layout
8702
8703 \end_inset
8704
8705
8706 \end_layout
8707
8708 \end_inset
8709
8710 .
8711  When inserting one of these commands in a formula, an arrow with two blue
8712  boxes appear where the label can be inserted.
8713  The length of the arrow adapts to the label width.
8714 \end_layout
8715
8716 \begin_layout Standard
8717 \align center
8718 \begin_inset Tabular
8719 <lyxtabular version="3" rows="3" columns="2">
8720 <features>
8721 <column alignment="center" valignment="top" width="0pt">
8722 <column alignment="center" valignment="top" width="0pt">
8723 <row>
8724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728 Command
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737 Result
8738 \begin_inset Note Note
8739 status collapsed
8740
8741 \begin_layout Plain Layout
8742
8743 \series bold
8744
8745 \backslash
8746 raisebox
8747 \series default
8748  is only used as spacer.
8749 \end_layout
8750
8751 \end_inset
8752
8753
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 </row>
8759 <row>
8760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Plain Layout
8764 F(a)
8765 \backslash
8766 xleftarrow
8767 \begin_inset ERT
8768 status collapsed
8769
8770 \begin_layout Plain Layout
8771
8772
8773 \backslash
8774 spce 
8775 \end_layout
8776
8777 \end_inset
8778
8779 x=a
8780 \begin_inset Formula $\downarrow$
8781 \end_inset
8782
8783 x>0
8784 \begin_inset Formula $\to$
8785 \end_inset
8786
8787 F(x)
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8797 \end_inset
8798
8799
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 </row>
8805 <row>
8806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810 F(x)
8811 \backslash
8812 xrightarrow
8813 \begin_inset ERT
8814 status collapsed
8815
8816 \begin_layout Plain Layout
8817
8818
8819 \backslash
8820 spce 
8821 \end_layout
8822
8823 \end_inset
8824
8825 x=a
8826 \begin_inset Formula $\downarrow$
8827 \end_inset
8828
8829 x>0
8830 \begin_inset Formula $\to$
8831 \end_inset
8832
8833 F(a)
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8843 \end_inset
8844
8845
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 </row>
8851 </lyxtabular>
8852
8853 \end_inset
8854
8855
8856 \end_layout
8857
8858 \begin_layout Subsection
8859 Vertical and diagonal Arrows
8860 \begin_inset Index
8861 status collapsed
8862
8863 \begin_layout Plain Layout
8864 Arrows ! diagonal
8865 \end_layout
8866
8867 \end_inset
8868
8869
8870 \begin_inset Index
8871 status collapsed
8872
8873 \begin_layout Plain Layout
8874 Arrows ! vertical
8875 \end_layout
8876
8877 \end_inset
8878
8879
8880 \end_layout
8881
8882 \begin_layout Standard
8883 \begin_inset space \hfill{}
8884 \end_inset
8885
8886
8887 \begin_inset Tabular
8888 <lyxtabular version="3" rows="7" columns="2">
8889 <features>
8890 <column alignment="center" valignment="top" width="0pt">
8891 <column alignment="center" valignment="top" width="0pt">
8892 <row>
8893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897 Command
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906 Result
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 </row>
8912 <row>
8913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917
8918 \backslash
8919 uparrow
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928 \begin_inset Formula $\uparrow$
8929 \end_inset
8930
8931
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 </row>
8937 <row>
8938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942
8943 \backslash
8944 Uparrow
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953 \begin_inset Formula $\Uparrow$
8954 \end_inset
8955
8956
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 </row>
8962 <row>
8963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967
8968 \backslash
8969 updownarrow
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978 \begin_inset Formula $\updownarrow$
8979 \end_inset
8980
8981
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 </row>
8987 <row>
8988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992
8993 \backslash
8994 Updownarrow
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003 \begin_inset Formula $\Updownarrow$
9004 \end_inset
9005
9006
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 </row>
9012 <row>
9013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017
9018 \backslash
9019 Downarrow
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028 \begin_inset Formula $\Downarrow$
9029 \end_inset
9030
9031
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 </row>
9037 <row>
9038 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042
9043 \backslash
9044 downarrow
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053 \begin_inset Formula $\downarrow$
9054 \end_inset
9055
9056
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 </row>
9062 </lyxtabular>
9063
9064 \end_inset
9065
9066
9067 \begin_inset space \hfill{}
9068 \end_inset
9069
9070
9071 \begin_inset Tabular
9072 <lyxtabular version="3" rows="5" columns="2">
9073 <features>
9074 <column alignment="center" valignment="top" width="0pt">
9075 <column alignment="center" valignment="top" width="0pt">
9076 <row>
9077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081 Command
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 Result
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 </row>
9096 <row>
9097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101
9102 \backslash
9103 nearrow
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112 \begin_inset Formula $\nearrow$
9113 \end_inset
9114
9115
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 </row>
9121 <row>
9122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126
9127 \backslash
9128 searrow
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137 \begin_inset Formula $\searrow$
9138 \end_inset
9139
9140
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 </row>
9146 <row>
9147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151
9152 \backslash
9153 swarrow
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162 \begin_inset Formula $\swarrow$
9163 \end_inset
9164
9165
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 </row>
9171 <row>
9172 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176
9177 \backslash
9178 nwarrow
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9184 \begin_inset Text
9185
9186 \begin_layout Plain Layout
9187 \begin_inset Formula $\nwarrow$
9188 \end_inset
9189
9190
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 </row>
9196 </lyxtabular>
9197
9198 \end_inset
9199
9200
9201 \begin_inset space \hfill{}
9202 \end_inset
9203
9204
9205 \end_layout
9206
9207 \begin_layout Standard
9208 \begin_inset VSpace medskip
9209 \end_inset
9210
9211 Vertical arrows can be used also as delimiter together with the commands
9212  described in 
9213 \begin_inset CommandInset ref
9214 LatexCommand ref
9215 reference "sub:Manual-Bracket-Size"
9216
9217 \end_inset
9218
9219  and 
9220 \begin_inset CommandInset ref
9221 LatexCommand ref
9222 reference "sub:Automatic-Bracket-Size"
9223
9224 \end_inset
9225
9226 .
9227 \end_layout
9228
9229 \begin_layout Standard
9230 \begin_inset Newpage newpage
9231 \end_inset
9232
9233
9234 \end_layout
9235
9236 \begin_layout Section
9237 Accents
9238 \begin_inset CommandInset label
9239 LatexCommand label
9240 name "sec:Accents"
9241
9242 \end_inset
9243
9244
9245 \begin_inset Index
9246 status collapsed
9247
9248 \begin_layout Plain Layout
9249 Accents
9250 \end_layout
9251
9252 \end_inset
9253
9254
9255 \end_layout
9256
9257 \begin_layout Standard
9258 Accents can be inserted via the math toolbar button 
9259 \begin_inset Graphics
9260         filename ../images/math/hat.png
9261         scale 85
9262
9263 \end_inset
9264
9265  or the commands listed in the following subsections.
9266 \end_layout
9267
9268 \begin_layout Subsection
9269 Accents for one Character
9270 \begin_inset ERT
9271 status collapsed
9272
9273 \begin_layout Plain Layout
9274
9275
9276 \backslash
9277 texorpdfstring{
9278 \end_layout
9279
9280 \end_inset
9281
9282
9283 \begin_inset Foot
9284 status collapsed
9285
9286 \begin_layout Plain Layout
9287 accents in text see 
9288 \begin_inset CommandInset ref
9289 LatexCommand ref
9290 reference "sub:Accents-in-Text"
9291
9292 \end_inset
9293
9294
9295 \end_layout
9296
9297 \end_inset
9298
9299
9300 \begin_inset ERT
9301 status collapsed
9302
9303 \begin_layout Plain Layout
9304
9305 }{}
9306 \end_layout
9307
9308 \end_inset
9309
9310
9311 \begin_inset Note Note
9312 status collapsed
9313
9314 \begin_layout Plain Layout
9315
9316 \backslash
9317 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
9318 \end_layout
9319
9320 \begin_layout Plain Layout
9321 More about 
9322 \backslash
9323 texorpdfstring is in section 
9324 \begin_inset CommandInset ref
9325 LatexCommand ref
9326 reference "sub:Formulas-in-Section"
9327
9328 \end_inset
9329
9330 .
9331 \end_layout
9332
9333 \end_inset
9334
9335
9336 \begin_inset CommandInset label
9337 LatexCommand label
9338 name "sub:Accents-for-one"
9339
9340 \end_inset
9341
9342
9343 \begin_inset Index
9344 status collapsed
9345
9346 \begin_layout Plain Layout
9347 Accents ! for one character
9348 \end_layout
9349
9350 \end_inset
9351
9352
9353 \end_layout
9354
9355 \begin_layout Standard
9356 \begin_inset space \hfill{}
9357 \end_inset
9358
9359
9360 \begin_inset Tabular
9361 <lyxtabular version="3" rows="8" columns="2">
9362 <features>
9363 <column alignment="center" valignment="top" width="0pt">
9364 <column alignment="center" valignment="top" width="0pt">
9365 <row>
9366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370 Command
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Plain Layout
9379 Result
9380 \begin_inset Note Note
9381 status collapsed
9382
9383 \begin_layout Plain Layout
9384
9385 \series bold
9386
9387 \backslash
9388 raisebox
9389 \series default
9390  is only used as spacer.
9391 \end_layout
9392
9393 \end_inset
9394
9395
9396 \end_layout
9397
9398 \end_inset
9399 </cell>
9400 </row>
9401 <row>
9402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406
9407 \backslash
9408 dot
9409 \begin_inset ERT
9410 status collapsed
9411
9412 \begin_layout Plain Layout
9413
9414
9415 \backslash
9416 spce 
9417 \end_layout
9418
9419 \end_inset
9420
9421 A
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9431 \end_inset
9432
9433
9434 \end_layout
9435
9436 \end_inset
9437 </cell>
9438 </row>
9439 <row>
9440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444
9445 \backslash
9446 ddot
9447 \begin_inset ERT
9448 status collapsed
9449
9450 \begin_layout Plain Layout
9451
9452
9453 \backslash
9454 spce 
9455 \end_layout
9456
9457 \end_inset
9458
9459 A
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9469 \end_inset
9470
9471
9472 \end_layout
9473
9474 \end_inset
9475 </cell>
9476 </row>
9477 <row>
9478 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Plain Layout
9482
9483 \backslash
9484 dddot
9485 \begin_inset ERT
9486 status collapsed
9487
9488 \begin_layout Plain Layout
9489
9490
9491 \backslash
9492 spce 
9493 \end_layout
9494
9495 \end_inset
9496
9497 A
9498 \end_layout
9499
9500 \end_inset
9501 </cell>
9502 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9503 \begin_inset Text
9504
9505 \begin_layout Plain Layout
9506 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9507 \end_inset
9508
9509
9510 \end_layout
9511
9512 \end_inset
9513 </cell>
9514 </row>
9515 <row>
9516 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9517 \begin_inset Text
9518
9519 \begin_layout Plain Layout
9520
9521 \backslash
9522 ddddot{A
9523 \end_layout
9524
9525 \end_inset
9526 </cell>
9527 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9528 \begin_inset Text
9529
9530 \begin_layout Plain Layout
9531 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9532 \end_inset
9533
9534
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 </row>
9540 <row>
9541 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9542 \begin_inset Text
9543
9544 \begin_layout Plain Layout
9545
9546 \backslash
9547 vec
9548 \begin_inset ERT
9549 status collapsed
9550
9551 \begin_layout Plain Layout
9552
9553
9554 \backslash
9555 spce 
9556 \end_layout
9557
9558 \end_inset
9559
9560 A
9561 \begin_inset Index
9562 status collapsed
9563
9564 \begin_layout Plain Layout
9565 Vectors
9566 \end_layout
9567
9568 \end_inset
9569
9570
9571 \end_layout
9572
9573 \end_inset
9574 </cell>
9575 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9576 \begin_inset Text
9577
9578 \begin_layout Plain Layout
9579 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9580 \end_inset
9581
9582
9583 \end_layout
9584
9585 \end_inset
9586 </cell>
9587 </row>
9588 <row>
9589 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9590 \begin_inset Text
9591
9592 \begin_layout Plain Layout
9593
9594 \backslash
9595 bar
9596 \begin_inset ERT
9597 status collapsed
9598
9599 \begin_layout Plain Layout
9600
9601
9602 \backslash
9603 spce 
9604 \end_layout
9605
9606 \end_inset
9607
9608 A
9609 \end_layout
9610
9611 \end_inset
9612 </cell>
9613 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9614 \begin_inset Text
9615
9616 \begin_layout Plain Layout
9617 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9618 \end_inset
9619
9620
9621 \end_layout
9622
9623 \end_inset
9624 </cell>
9625 </row>
9626 <row>
9627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9628 \begin_inset Text
9629
9630 \begin_layout Plain Layout
9631
9632 \backslash
9633 mathring
9634 \begin_inset ERT
9635 status collapsed
9636
9637 \begin_layout Plain Layout
9638
9639
9640 \backslash
9641 spce 
9642 \end_layout
9643
9644 \end_inset
9645
9646 A
9647 \end_layout
9648
9649 \end_inset
9650 </cell>
9651 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9652 \begin_inset Text
9653
9654 \begin_layout Plain Layout
9655 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9656 \end_inset
9657
9658
9659 \end_layout
9660
9661 \end_inset
9662 </cell>
9663 </row>
9664 </lyxtabular>
9665
9666 \end_inset
9667
9668
9669 \begin_inset space \hfill{}
9670 \end_inset
9671
9672
9673 \begin_inset Tabular
9674 <lyxtabular version="3" rows="7" columns="2">
9675 <features>
9676 <column alignment="center" valignment="top" width="0pt">
9677 <column alignment="center" valignment="top" width="0pt">
9678 <row>
9679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9680 \begin_inset Text
9681
9682 \begin_layout Plain Layout
9683 Command
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692 Result
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 </row>
9698 <row>
9699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9700 \begin_inset Text
9701
9702 \begin_layout Plain Layout
9703
9704 \backslash
9705 tilde
9706 \begin_inset ERT
9707 status collapsed
9708
9709 \begin_layout Plain Layout
9710
9711
9712 \backslash
9713 spce 
9714 \end_layout
9715
9716 \end_inset
9717
9718 A
9719 \end_layout
9720
9721 \end_inset
9722 </cell>
9723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9724 \begin_inset Text
9725
9726 \begin_layout Plain Layout
9727 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9728 \end_inset
9729
9730
9731 \end_layout
9732
9733 \end_inset
9734 </cell>
9735 </row>
9736 <row>
9737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741
9742 \backslash
9743 hat
9744 \begin_inset ERT
9745 status collapsed
9746
9747 \begin_layout Plain Layout
9748
9749
9750 \backslash
9751 spce 
9752 \end_layout
9753
9754 \end_inset
9755
9756 A
9757 \end_layout
9758
9759 \end_inset
9760 </cell>
9761 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9762 \begin_inset Text
9763
9764 \begin_layout Plain Layout
9765 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9766 \end_inset
9767
9768
9769 \end_layout
9770
9771 \end_inset
9772 </cell>
9773 </row>
9774 <row>
9775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9776 \begin_inset Text
9777
9778 \begin_layout Plain Layout
9779
9780 \backslash
9781 check
9782 \begin_inset ERT
9783 status collapsed
9784
9785 \begin_layout Plain Layout
9786
9787
9788 \backslash
9789 spce 
9790 \end_layout
9791
9792 \end_inset
9793
9794 A
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9804 \end_inset
9805
9806
9807 \end_layout
9808
9809 \end_inset
9810 </cell>
9811 </row>
9812 <row>
9813 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9814 \begin_inset Text
9815
9816 \begin_layout Plain Layout
9817
9818 \backslash
9819 acute
9820 \begin_inset ERT
9821 status collapsed
9822
9823 \begin_layout Plain Layout
9824
9825
9826 \backslash
9827 spce 
9828 \end_layout
9829
9830 \end_inset
9831
9832 A
9833 \end_layout
9834
9835 \end_inset
9836 </cell>
9837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9838 \begin_inset Text
9839
9840 \begin_layout Plain Layout
9841 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9842 \end_inset
9843
9844
9845 \end_layout
9846
9847 \end_inset
9848 </cell>
9849 </row>
9850 <row>
9851 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Plain Layout
9855
9856 \backslash
9857 grave
9858 \begin_inset ERT
9859 status collapsed
9860
9861 \begin_layout Plain Layout
9862
9863
9864 \backslash
9865 spce 
9866 \end_layout
9867
9868 \end_inset
9869
9870 A
9871 \end_layout
9872
9873 \end_inset
9874 </cell>
9875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9876 \begin_inset Text
9877
9878 \begin_layout Plain Layout
9879 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9880 \end_inset
9881
9882
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 </row>
9888 <row>
9889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9890 \begin_inset Text
9891
9892 \begin_layout Plain Layout
9893
9894 \backslash
9895 breve
9896 \begin_inset ERT
9897 status collapsed
9898
9899 \begin_layout Plain Layout
9900
9901
9902 \backslash
9903 spce 
9904 \end_layout
9905
9906 \end_inset
9907
9908 A
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9918 \end_inset
9919
9920
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 </row>
9926 </lyxtabular>
9927
9928 \end_inset
9929
9930
9931 \begin_inset space \hfill{}
9932 \end_inset
9933
9934
9935 \end_layout
9936
9937 \begin_layout Standard
9938 \begin_inset VSpace bigskip
9939 \end_inset
9940
9941
9942 \end_layout
9943
9944 \begin_layout Standard
9945 You can directly insert accents like é to formulas.
9946  LyX will transform them to the corresponding accent command.
9947  For umlauts
9948 \begin_inset Index
9949 status collapsed
9950
9951 \begin_layout Plain Layout
9952 Umlauts
9953 \end_layout
9954
9955 \end_inset
9956
9957  it is better to insert a quotation mark before the vowel.
9958  These two characters are then treated by LaTeX as 
9959 \emph on
9960 one
9961 \emph default
9962  character when the formula part with the umlaut is marked as German.
9963  In contrary to 
9964 \series bold
9965
9966 \backslash
9967 ddot
9968 \series default
9969 , with this method 
9970 \begin_inset Quotes eld
9971 \end_inset
9972
9973 real
9974 \begin_inset Quotes erd
9975 \end_inset
9976
9977  umlauts are created as demonstrated in the following example:
9978 \end_layout
9979
9980 \begin_layout Standard
9981 \begin_inset VSpace -2mm
9982 \end_inset
9983
9984
9985 \end_layout
9986
9987 \begin_layout Standard
9988 \align center
9989 \begin_inset Tabular
9990 <lyxtabular version="3" rows="3" columns="2">
9991 <features>
9992 <column alignment="center" valignment="top" width="0">
9993 <column alignment="center" valignment="top" width="0">
9994 <row>
9995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999 Command
10000 \end_layout
10001
10002 \end_inset
10003 </cell>
10004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008 Result
10009 \begin_inset Note Note
10010 status collapsed
10011
10012 \begin_layout Plain Layout
10013
10014 \series bold
10015
10016 \backslash
10017 raisebox
10018 \series default
10019  and the 0
10020 \begin_inset space \thinspace{}
10021 \end_inset
10022
10023 pt space are only used as spacer.
10024 \end_layout
10025
10026 \end_inset
10027
10028
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 </row>
10034 <row>
10035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039
10040 \lang ngerman
10041 \begin_inset Quotes grd
10042 \end_inset
10043
10044 i
10045 \end_layout
10046
10047 \end_inset
10048 </cell>
10049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Plain Layout
10053 \begin_inset space \hspace{}
10054 \length 0pt
10055 \end_inset
10056
10057
10058 \lang ngerman
10059
10060 \begin_inset Formula $"i$
10061 \end_inset
10062
10063
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 </row>
10069 <row>
10070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074
10075 \backslash
10076 ddot
10077 \begin_inset ERT
10078 status collapsed
10079
10080 \begin_layout Plain Layout
10081
10082
10083 \backslash
10084 spce 
10085 \end_layout
10086
10087 \end_inset
10088
10089 i
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10099 \end_inset
10100
10101
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 </row>
10107 </lyxtabular>
10108
10109 \end_inset
10110
10111
10112 \end_layout
10113
10114 \begin_layout Standard
10115 Another advantage to 
10116 \series bold
10117
10118 \backslash
10119 ddot
10120 \series default
10121  is that umlauts can directly be converted to mathematical text because
10122  the accent commands above are 
10123 \emph on
10124 not allowed
10125 \emph default
10126  
10127 \emph on
10128 in mathematical text
10129 \emph default
10130 .
10131  To convert an accented character to mathematical text, only the character
10132  under the accent may be converted.
10133  This applies also for all other conversions, e.
10134 \begin_inset space \thinspace{}
10135 \end_inset
10136
10137 g.
10138 \begin_inset space \space{}
10139 \end_inset
10140
10141 to italic or bold.
10142 \end_layout
10143
10144 \begin_layout Standard
10145 In mathematical text, umlauts and other accented characters can directly
10146  be inserted.
10147 \end_layout
10148
10149 \begin_layout Subsection
10150 Accents for Operators
10151 \begin_inset Index
10152 status collapsed
10153
10154 \begin_layout Plain Layout
10155 Accents ! for operators
10156 \end_layout
10157
10158 \end_inset
10159
10160
10161 \end_layout
10162
10163 \begin_layout Standard
10164 With the commands 
10165 \series bold
10166
10167 \backslash
10168 overset
10169 \series default
10170
10171 \begin_inset Index
10172 status collapsed
10173
10174 \begin_layout Plain Layout
10175 Commands ! O ! 
10176 \backslash
10177 overset
10178 \end_layout
10179
10180 \end_inset
10181
10182  and 
10183 \series bold
10184
10185 \backslash
10186 underset
10187 \series default
10188
10189 \begin_inset Index
10190 status collapsed
10191
10192 \begin_layout Plain Layout
10193 Commands ! U ! 
10194 \backslash
10195 underset
10196 \end_layout
10197
10198 \end_inset
10199
10200  characters can be placed above or below an operator, respectively, to accent
10201  it.
10202  With the command 
10203 \series bold
10204
10205 \backslash
10206 sideset
10207 \series default
10208
10209 \begin_inset Index
10210 status collapsed
10211
10212 \begin_layout Plain Layout
10213 Commands ! S ! 
10214 \backslash
10215 sideset
10216 \end_layout
10217
10218 \end_inset
10219
10220  characters can be set before and behind an operator.
10221  The command scheme is:
10222 \end_layout
10223
10224 \begin_layout Standard
10225
10226 \series bold
10227
10228 \backslash
10229 sideset{character
10230 \series default
10231  
10232 \series bold
10233 before}{character
10234 \series default
10235  
10236 \series bold
10237 behind}
10238 \end_layout
10239
10240 \begin_layout Standard
10241
10242 \series bold
10243
10244 \backslash
10245 sideset
10246 \series default
10247  must always be before the operator that should be accented.
10248  You can accent with several characters and even with other operators and
10249  symbols.
10250  To place with 
10251 \series bold
10252
10253 \backslash
10254 sideset
10255 \series default
10256  for example only characters behind an operator, write nothing between the
10257  first braces but don't omit the braces.
10258 \end_layout
10259
10260 \begin_layout Standard
10261 For example the command 
10262 \series bold
10263
10264 \backslash
10265 sideset{
10266 \begin_inset Formula $\to$
10267 \end_inset
10268
10269
10270 \backslash
10271 {
10272 \series default
10273 '
10274 \series bold
10275
10276 \begin_inset Formula $\to$
10277 \end_inset
10278
10279
10280 \backslash
10281 sum_k=1
10282 \begin_inset ERT
10283 status collapsed
10284
10285 \begin_layout Plain Layout
10286
10287
10288 \backslash
10289 spce 
10290 \end_layout
10291
10292 \end_inset
10293
10294
10295 \series default
10296 ^
10297 \series bold
10298 n
10299 \series default
10300  produces:
10301 \begin_inset Formula \[
10302 \sideset{}{'}\sum_{k=1}^{n}\]
10303
10304 \end_inset
10305
10306
10307 \end_layout
10308
10309 \begin_layout Standard
10310 The command 
10311 \series bold
10312
10313 \backslash
10314 overset
10315 \begin_inset ERT
10316 status collapsed
10317
10318 \begin_layout Plain Layout
10319
10320
10321 \backslash
10322 spce 
10323 \end_layout
10324
10325 \end_inset
10326
10327
10328 \backslash
10329 maltese
10330 \begin_inset ERT
10331 status collapsed
10332
10333 \begin_layout Plain Layout
10334
10335
10336 \backslash
10337 spce 
10338 \end_layout
10339
10340 \end_inset
10341
10342
10343 \series default
10344
10345 \begin_inset Formula $\uparrow$
10346 \end_inset
10347
10348
10349 \series bold
10350 a
10351 \series default
10352  produces:
10353 \begin_inset Formula \[
10354 \overset{a}{\maltese}\]
10355
10356 \end_inset
10357
10358 As seen in the last example, with 
10359 \series bold
10360
10361 \backslash
10362 overset
10363 \series default
10364  and 
10365 \series bold
10366
10367 \backslash
10368 underset
10369 \series default
10370  also symbols and characters can be accented; with 
10371 \series bold
10372
10373 \backslash
10374 sideset
10375 \series default
10376  this is not possible.
10377 \end_layout
10378
10379 \begin_layout Subsection
10380 Accents for several Characters
10381 \begin_inset Index
10382 status collapsed
10383
10384 \begin_layout Plain Layout
10385 Accents ! for several characters
10386 \end_layout
10387
10388 \end_inset
10389
10390
10391 \end_layout
10392
10393 \begin_layout Standard
10394 \begin_inset space \hfill{}
10395 \end_inset
10396
10397
10398 \begin_inset Tabular
10399 <lyxtabular version="3" rows="5" columns="2">
10400 <features>
10401 <column alignment="center" valignment="top" width="0pt">
10402 <column alignment="center" valignment="top" width="0pt">
10403 <row>
10404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408 Command
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Plain Layout
10417 Result
10418 \begin_inset Note Note
10419 status collapsed
10420
10421 \begin_layout Plain Layout
10422
10423 \series bold
10424
10425 \backslash
10426 raisebox
10427 \series default
10428  is only used as spacer.
10429 \end_layout
10430
10431 \end_inset
10432
10433
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 </row>
10439 <row>
10440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444
10445 \backslash
10446 overleftarrow
10447 \begin_inset ERT
10448 status collapsed
10449
10450 \begin_layout Plain Layout
10451
10452
10453 \backslash
10454 spce 
10455 \end_layout
10456
10457 \end_inset
10458
10459 A=B
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10469 \end_inset
10470
10471
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 </row>
10477 <row>
10478 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482
10483 \backslash
10484 underleftarrow
10485 \begin_inset ERT
10486 status collapsed
10487
10488 \begin_layout Plain Layout
10489
10490
10491 \backslash
10492 spce 
10493 \end_layout
10494
10495 \end_inset
10496
10497 A=B
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10507 \end_inset
10508
10509
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 </row>
10515 <row>
10516 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10517 \begin_inset Text
10518
10519 \begin_layout Plain Layout
10520
10521 \backslash
10522 overleftrightarrow
10523 \begin_inset ERT
10524 status collapsed
10525
10526 \begin_layout Plain Layout
10527
10528
10529 \backslash
10530 spce 
10531 \end_layout
10532
10533 \end_inset
10534
10535 A=B
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10545 \end_inset
10546
10547
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 </row>
10553 <row>
10554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558
10559 \backslash
10560 underleftrightarrow
10561 \begin_inset ERT
10562 status collapsed
10563
10564 \begin_layout Plain Layout
10565
10566
10567 \backslash
10568 spce 
10569 \end_layout
10570
10571 \end_inset
10572
10573 A=B
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10583 \end_inset
10584
10585
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 </row>
10591 </lyxtabular>
10592
10593 \end_inset
10594
10595
10596 \begin_inset space \hfill{}
10597 \end_inset
10598
10599
10600 \begin_inset Tabular
10601 <lyxtabular version="3" rows="5" columns="2">
10602 <features>
10603 <column alignment="center" valignment="top" width="0pt">
10604 <column alignment="center" valignment="top" width="0pt">
10605 <row>
10606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610 Command
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Plain Layout
10619 Result
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 </row>
10625 <row>
10626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630
10631 \backslash
10632 overrightarrow
10633 \begin_inset ERT
10634 status collapsed
10635
10636 \begin_layout Plain Layout
10637
10638
10639 \backslash
10640 spce 
10641 \end_layout
10642
10643 \end_inset
10644
10645 A=B
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10655 \end_inset
10656
10657
10658 \end_layout
10659
10660 \end_inset
10661 </cell>
10662 </row>
10663 <row>
10664 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668
10669 \backslash
10670 underrightarrow
10671 \begin_inset ERT
10672 status collapsed
10673
10674 \begin_layout Plain Layout
10675
10676
10677 \backslash
10678 spce 
10679 \end_layout
10680
10681 \end_inset
10682
10683 A=B
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10693 \end_inset
10694
10695
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 </row>
10701 <row>
10702 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706
10707 \backslash
10708 widetilde
10709 \begin_inset ERT
10710 status collapsed
10711
10712 \begin_layout Plain Layout
10713
10714
10715 \backslash
10716 spce 
10717 \end_layout
10718
10719 \end_inset
10720
10721 A=B
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10727 \begin_inset Text
10728
10729 \begin_layout Plain Layout
10730 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10731 \end_inset
10732
10733
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 </row>
10739 <row>
10740 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744
10745 \backslash
10746 widehat
10747 \begin_inset ERT
10748 status collapsed
10749
10750 \begin_layout Plain Layout
10751
10752
10753 \backslash
10754 spce 
10755 \end_layout
10756
10757 \end_inset
10758
10759 A=B
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10765 \begin_inset Text
10766
10767 \begin_layout Plain Layout
10768 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10769 \end_inset
10770
10771
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 </row>
10777 </lyxtabular>
10778
10779 \end_inset
10780
10781
10782 \begin_inset space \hfill{}
10783 \end_inset
10784
10785
10786 \end_layout
10787
10788 \begin_layout Standard
10789 \begin_inset VSpace medskip
10790 \end_inset
10791
10792 With these commands as many characters as you like can be accented.
10793  But the accents 
10794 \series bold
10795
10796 \backslash
10797 widetilde
10798 \series default
10799  and 
10800 \series bold
10801
10802 \backslash
10803 widehat
10804 \series default
10805  will only be set in the output with a length of three characters, as shown
10806  in the following example:
10807 \begin_inset Formula \[
10808 \widetilde{A+B=C-D}\]
10809
10810 \end_inset
10811
10812
10813 \end_layout
10814
10815 \begin_layout Standard
10816 With the commands 
10817 \series bold
10818
10819 \backslash
10820 overset
10821 \series default
10822
10823 \begin_inset Index
10824 status collapsed
10825
10826 \begin_layout Plain Layout
10827 Commands ! O ! 
10828 \backslash
10829 overset
10830 \end_layout
10831
10832 \end_inset
10833
10834  and 
10835 \series bold
10836
10837 \backslash
10838 underset
10839 \series default
10840
10841 \begin_inset Index
10842 status collapsed
10843
10844 \begin_layout Plain Layout
10845 Commands ! U ! 
10846 \backslash
10847 underset
10848 \end_layout
10849
10850 \end_inset
10851
10852  described in the previous subsection it is also possible to accent several
10853  characters.
10854  The command 
10855 \series bold
10856
10857 \backslash
10858 underset
10859 \begin_inset ERT
10860 status collapsed
10861
10862 \begin_layout Plain Layout
10863
10864
10865 \backslash
10866 spce 
10867 \end_layout
10868
10869 \end_inset
10870
10871 A=B
10872 \begin_inset Formula $\downarrow$
10873 \end_inset
10874
10875 ***
10876 \series default
10877  creates:
10878 \begin_inset Formula \[
10879 \underset{***}{A=B}\]
10880
10881 \end_inset
10882
10883
10884 \end_layout
10885
10886 \begin_layout Section
10887 Space
10888 \begin_inset CommandInset label
10889 LatexCommand label
10890 name "sub:Space"
10891
10892 \end_inset
10893
10894
10895 \begin_inset Index
10896 status collapsed
10897
10898 \begin_layout Plain Layout
10899 Space ! horizontal
10900 \end_layout
10901
10902 \end_inset
10903
10904
10905 \end_layout
10906
10907 \begin_layout Subsection
10908 Predefined Space
10909 \begin_inset CommandInset label
10910 LatexCommand label
10911 name "sub:Predefined-Space"
10912
10913 \end_inset
10914
10915
10916 \begin_inset Index
10917 status collapsed
10918
10919 \begin_layout Plain Layout
10920 Space ! horizontal ! predefined
10921 \end_layout
10922
10923 \end_inset
10924
10925
10926 \end_layout
10927
10928 \begin_layout Standard
10929 Sometimes it is necessary to insert horizontal space to a formula.
10930  This is done by inserting a protected space (shortcut 
10931 \family sans
10932 Ctrl+Space
10933 \family default
10934 ).
10935  A blue 
10936 \begin_inset Quotes eld
10937 \end_inset
10938
10939
10940 \series bold
10941 \color blue
10942
10943 \begin_inset ERT
10944 status collapsed
10945
10946 \begin_layout Plain Layout
10947
10948
10949 \backslash
10950 spce 
10951 \end_layout
10952
10953 \end_inset
10954
10955
10956 \series default
10957 \color inherit
10958
10959 \begin_inset Quotes erd
10960 \end_inset
10961
10962  appears and by pressing 
10963 \family sans
10964 Space
10965 \family default
10966  several times one can select one of eight different space sizes.
10967  The spaces can also be inserted using the math toolbar button 
10968 \begin_inset Graphics
10969         filename ../images/math/space.png
10970         scale 85
10971
10972 \end_inset
10973
10974  or special commands.
10975  Independent from the inserted command, one can select the size again by
10976  pressing 
10977 \family sans
10978 Space
10979 \family default
10980  afterwards.
10981 \end_layout
10982
10983 \begin_layout Standard
10984 \noindent
10985 \align center
10986 \begin_inset VSpace -5mm
10987 \end_inset
10988
10989
10990 \begin_inset Tabular
10991 <lyxtabular version="3" rows="3" columns="7">
10992 <features>
10993 <column alignment="center" valignment="middle" width="6.8cm">
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 <column alignment="center" valignment="top" width="0">
10998 <column alignment="center" valignment="top" width="0">
10999 <column alignment="center" valignment="top" width="0">
11000 <row>
11001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005 Command
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014
11015 \backslash
11016 ,
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11022 \begin_inset Text
11023
11024 \begin_layout Plain Layout
11025
11026 \backslash
11027 :
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036
11037 \backslash
11038 ;
11039 \end_layout
11040
11041 \end_inset
11042 </cell>
11043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047
11048 \backslash
11049 quad
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058
11059 \backslash
11060 qquad
11061 \end_layout
11062
11063 \end_inset
11064 </cell>
11065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11066 \begin_inset Text
11067
11068 \begin_layout Plain Layout
11069
11070 \backslash
11071 !
11072 \end_layout
11073
11074 \end_inset
11075 </cell>
11076 </row>
11077 <row>
11078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082 Number of 
11083 \family sans
11084 Space
11085 \family default
11086  keystrokes after inserting the protected space
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095 0
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104 1
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11110 \begin_inset Text
11111
11112 \begin_layout Plain Layout
11113 2
11114 \end_layout
11115
11116 \end_inset
11117 </cell>
11118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11119 \begin_inset Text
11120
11121 \begin_layout Plain Layout
11122 3
11123 \end_layout
11124
11125 \end_inset
11126 </cell>
11127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11128 \begin_inset Text
11129
11130 \begin_layout Plain Layout
11131 4
11132 \end_layout
11133
11134 \end_inset
11135 </cell>
11136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11137 \begin_inset Text
11138
11139 \begin_layout Plain Layout
11140 5
11141 \end_layout
11142
11143 \end_inset
11144 </cell>
11145 </row>
11146 <row>
11147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11148 \begin_inset Text
11149
11150 \begin_layout Plain Layout
11151 Result
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11157 \begin_inset Text
11158
11159 \begin_layout Plain Layout
11160 \begin_inset Formula $A\, B$
11161 \end_inset
11162
11163
11164 \end_layout
11165
11166 \end_inset
11167 </cell>
11168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11169 \begin_inset Text
11170
11171 \begin_layout Plain Layout
11172 \begin_inset Formula $A\: B$
11173 \end_inset
11174
11175
11176 \end_layout
11177
11178 \end_inset
11179 </cell>
11180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11181 \begin_inset Text
11182
11183 \begin_layout Plain Layout
11184 \begin_inset Formula $A\; B$
11185 \end_inset
11186
11187
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 \begin_inset Formula $A\quad B$
11197 \end_inset
11198
11199
11200 \end_layout
11201
11202 \end_inset
11203 </cell>
11204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11205 \begin_inset Text
11206
11207 \begin_layout Plain Layout
11208 \begin_inset Formula $A\qquad B$
11209 \end_inset
11210
11211
11212 \end_layout
11213
11214 \end_inset
11215 </cell>
11216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11217 \begin_inset Text
11218
11219 \begin_layout Plain Layout
11220 \begin_inset Formula $A\! B$
11221 \end_inset
11222
11223
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 </row>
11229 </lyxtabular>
11230
11231 \end_inset
11232
11233
11234 \end_layout
11235
11236 \begin_layout Standard
11237 The last size seem to produce no space.
11238  It is displayed red in LyX contrary to the other sizes, because it is a
11239  negative space.
11240  There are two more negative spaces:
11241 \end_layout
11242
11243 \begin_layout Standard
11244 \align center
11245 \begin_inset Tabular
11246 <lyxtabular version="3" rows="3" columns="3">
11247 <features>
11248 <column alignment="center" valignment="middle" width="6.8cm">
11249 <column alignment="center" valignment="top" width="0pt">
11250 <column alignment="center" valignment="top" width="0pt">
11251 <row>
11252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 Command
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265
11266 \backslash
11267 negmedspace
11268 \end_layout
11269
11270 \end_inset
11271 </cell>
11272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11273 \begin_inset Text
11274
11275 \begin_layout Plain Layout
11276
11277 \backslash
11278 negthickspace
11279 \end_layout
11280
11281 \end_inset
11282 </cell>
11283 </row>
11284 <row>
11285 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11286 \begin_inset Text
11287
11288 \begin_layout Plain Layout
11289 Number of 
11290 \family sans
11291 Space
11292 \family default
11293  keystrokes after inserting the protected space
11294 \end_layout
11295
11296 \end_inset
11297 </cell>
11298 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302 6
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311 7
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 </row>
11317 <row>
11318 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322 Result
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11328 \begin_inset Text
11329
11330 \begin_layout Plain Layout
11331 \begin_inset Formula $A\negmedspace B$
11332 \end_inset
11333
11334
11335 \end_layout
11336
11337 \end_inset
11338 </cell>
11339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11340 \begin_inset Text
11341
11342 \begin_layout Plain Layout
11343 \begin_inset Formula $A\negthickspace B$
11344 \end_inset
11345
11346
11347 \end_layout
11348
11349 \end_inset
11350 </cell>
11351 </row>
11352 </lyxtabular>
11353
11354 \end_inset
11355
11356
11357 \end_layout
11358
11359 \begin_layout Standard
11360 Negative spaces can lead to characters overlapping each other.
11361  Thus they can be used to enforce ligatures, what is e.
11362 \begin_inset space \thinspace{}
11363 \end_inset
11364
11365 g.
11366 \begin_inset space \space{}
11367 \end_inset
11368
11369 useful for summation operators: 
11370 \end_layout
11371
11372 \begin_layout Standard
11373 \align center
11374 \begin_inset Tabular
11375 <lyxtabular version="3" rows="3" columns="2">
11376 <features>
11377 <column alignment="center" valignment="top" width="0">
11378 <column alignment="center" valignment="top" width="0">
11379 <row>
11380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11381 \begin_inset Text
11382
11383 \begin_layout Plain Layout
11384 Command
11385 \end_layout
11386
11387 \end_inset
11388 </cell>
11389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Plain Layout
11393 Result
11394 \begin_inset Note Note
11395 status collapsed
11396
11397 \begin_layout Plain Layout
11398
11399 \series bold
11400
11401 \backslash
11402 raisebox
11403 \series default
11404  is only used as spacer.
11405 \end_layout
11406
11407 \end_inset
11408
11409
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 </row>
11415 <row>
11416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420
11421 \backslash
11422 sum
11423 \backslash
11424 sum
11425 \begin_inset ERT
11426 status collapsed
11427
11428 \begin_layout Plain Layout
11429
11430
11431 \backslash
11432 spce 
11433 \end_layout
11434
11435 \end_inset
11436
11437 f_kl
11438 \end_layout
11439
11440 \end_inset
11441 </cell>
11442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11443 \begin_inset Text
11444
11445 \begin_layout Plain Layout
11446 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11447 \end_inset
11448
11449
11450 \end_layout
11451
11452 \end_inset
11453 </cell>
11454 </row>
11455 <row>
11456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460
11461 \backslash
11462 sum
11463 \backslash
11464 negmedspace
11465 \backslash
11466 sum
11467 \begin_inset ERT
11468 status collapsed
11469
11470 \begin_layout Plain Layout
11471
11472
11473 \backslash
11474 spce 
11475 \end_layout
11476
11477 \end_inset
11478
11479 f_kl
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11489 \end_inset
11490
11491
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 </row>
11497 </lyxtabular>
11498
11499 \end_inset
11500
11501
11502 \end_layout
11503
11504 \begin_layout Standard
11505 Relations like for example equal signs, are always surrounded by space.
11506  To suppress this, the equal sign is placed into a TeX-brace.
11507  The following example demonstrates this:
11508 \end_layout
11509
11510 \begin_layout Standard
11511 \align center
11512 \begin_inset Tabular
11513 <lyxtabular version="3" rows="2" columns="2">
11514 <features>
11515 <column alignment="center" valignment="top" width="0pt">
11516 <column alignment="center" valignment="top" width="0pt">
11517 <row>
11518 <cell alignment="center" valignment="top" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Plain Layout
11522 normal equation
11523 \end_layout
11524
11525 \end_inset
11526 </cell>
11527 <cell alignment="center" valignment="top" usebox="none">
11528 \begin_inset Text
11529
11530 \begin_layout Plain Layout
11531 \begin_inset Formula $A=B$
11532 \end_inset
11533
11534
11535 \end_layout
11536
11537 \end_inset
11538 </cell>
11539 </row>
11540 <row>
11541 <cell alignment="center" valignment="top" usebox="none">
11542 \begin_inset Text
11543
11544 \begin_layout Plain Layout
11545 \begin_inset Note Note
11546 status collapsed
11547
11548 \begin_layout Plain Layout
11549
11550 \series bold
11551
11552 \backslash
11553 raisebox
11554 \series default
11555  is only used as spacer.
11556 \end_layout
11557
11558 \end_inset
11559
11560
11561 \begin_inset Formula $\raisebox{5mm}{}$
11562 \end_inset
11563
11564 equation without space
11565 \end_layout
11566
11567 \end_inset
11568 </cell>
11569 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11570 \begin_inset Text
11571
11572 \begin_layout Plain Layout
11573 \begin_inset Formula $A{=}B$
11574 \end_inset
11575
11576
11577 \end_layout
11578
11579 \end_inset
11580 </cell>
11581 </row>
11582 </lyxtabular>
11583
11584 \end_inset
11585
11586
11587 \end_layout
11588
11589 \begin_layout Standard
11590 \noindent
11591 The command for the last formula is: 
11592 \series bold
11593 A
11594 \backslash
11595 {=
11596 \begin_inset Formula $\to$
11597 \end_inset
11598
11599 B
11600 \end_layout
11601
11602 \begin_layout Standard
11603 \begin_inset VSpace bigskip
11604 \end_inset
11605
11606 Spaces are needed for physical units, because the space between the value
11607  and the unit is the smallest one and not a normal space.
11608  For units in text, the smallest space is inserted via the menu 
11609 \family sans
11610 Insert\SpecialChar \menuseparator
11611 Formatting\SpecialChar \menuseparator
11612 Thin
11613 \begin_inset space ~
11614 \end_inset
11615
11616 Space
11617 \family default
11618  (shortcut 
11619 \begin_inset Info
11620 type  "shortcut"
11621 arg   "space-insert thin"
11622 \end_inset
11623
11624 ).
11625 \end_layout
11626
11627 \begin_layout Standard
11628 An example to visualize the difference:
11629 \end_layout
11630
11631 \begin_layout Standard
11632 \begin_inset Tabular
11633 <lyxtabular version="3" rows="2" columns="2">
11634 <features>
11635 <column alignment="left" valignment="top" width="0">
11636 <column alignment="left" valignment="top" width="0">
11637 <row>
11638 <cell alignment="center" valignment="top" usebox="none">
11639 \begin_inset Text
11640
11641 \begin_layout Plain Layout
11642 24 kW
11643 \begin_inset Formula $\cdot$
11644 \end_inset
11645
11646 h
11647 \end_layout
11648
11649 \end_inset
11650 </cell>
11651 <cell alignment="center" valignment="top" usebox="none">
11652 \begin_inset Text
11653
11654 \begin_layout Plain Layout
11655 space between value and unit
11656 \end_layout
11657
11658 \end_inset
11659 </cell>
11660 </row>
11661 <row>
11662 <cell alignment="center" valignment="top" usebox="none">
11663 \begin_inset Text
11664
11665 \begin_layout Plain Layout
11666 24
11667 \begin_inset space \thinspace{}
11668 \end_inset
11669
11670 kW
11671 \begin_inset Formula $\cdot$
11672 \end_inset
11673
11674 h
11675 \end_layout
11676
11677 \end_inset
11678 </cell>
11679 <cell alignment="center" valignment="top" usebox="none">
11680 \begin_inset Text
11681
11682 \begin_layout Plain Layout
11683 smallest space between value and unit
11684 \end_layout
11685
11686 \end_inset
11687 </cell>
11688 </row>
11689 </lyxtabular>
11690
11691 \end_inset
11692
11693
11694 \end_layout
11695
11696 \begin_layout Subsection
11697 Variable Space
11698 \begin_inset ERT
11699 status collapsed
11700
11701 \begin_layout Plain Layout
11702
11703
11704 \backslash
11705 texorpdfstring{
11706 \end_layout
11707
11708 \end_inset
11709
11710
11711 \begin_inset Foot
11712 status collapsed
11713
11714 \begin_layout Plain Layout
11715 for vertical space in formulas see 
11716 \begin_inset CommandInset ref
11717 LatexCommand ref
11718 reference "sub:Line-Separation"
11719
11720 \end_inset
11721
11722
11723 \end_layout
11724
11725 \end_inset
11726
11727
11728 \begin_inset ERT
11729 status collapsed
11730
11731 \begin_layout Plain Layout
11732
11733 }{}
11734 \end_layout
11735
11736 \end_inset
11737
11738
11739 \begin_inset Note Note
11740 status collapsed
11741
11742 \begin_layout Plain Layout
11743
11744 \backslash
11745 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11746 \end_layout
11747
11748 \begin_layout Plain Layout
11749 More about 
11750 \backslash
11751 texorpdfstring is in section 
11752 \begin_inset CommandInset ref
11753 LatexCommand ref
11754 reference "sub:Formulas-in-Section"
11755
11756 \end_inset
11757
11758 .
11759 \end_layout
11760
11761 \end_inset
11762
11763
11764 \begin_inset CommandInset label
11765 LatexCommand label
11766 name "sub:Variable-Space"
11767
11768 \end_inset
11769
11770
11771 \begin_inset Index
11772 status collapsed
11773
11774 \begin_layout Plain Layout
11775 Space ! horizontal ! variable
11776 \end_layout
11777
11778 \end_inset
11779
11780
11781 \end_layout
11782
11783 \begin_layout Standard
11784 Space with a defined length can be inserted in LyX with the command
11785 \begin_inset Newline newline
11786 \end_inset
11787
11788
11789 \series bold
11790
11791 \backslash
11792 hspace{length}
11793 \series default
11794
11795 \begin_inset Index
11796 status collapsed
11797
11798 \begin_layout Plain Layout
11799 Commands ! H ! 
11800 \backslash
11801 hspace
11802 \end_layout
11803
11804 \end_inset
11805
11806 .
11807  For the length all units listed in 
11808 \begin_inset CommandInset ref
11809 LatexCommand ref
11810 reference "tab:Available-units"
11811
11812 \end_inset
11813
11814  are allowed, except of the unit 
11815 \begin_inset Quotes eld
11816 \end_inset
11817
11818 mu
11819 \begin_inset Quotes erd
11820 \end_inset
11821
11822 .
11823  The length may also be negative.
11824  To insert so many space that the formula uses all available space, the
11825  command 
11826 \series bold
11827
11828 \backslash
11829 hfill
11830 \series default
11831
11832 \begin_inset Index
11833 status collapsed
11834
11835 \begin_layout Plain Layout
11836 Commands ! H ! 
11837 \backslash
11838 hfill
11839 \end_layout
11840
11841 \end_inset
11842
11843  is used.
11844 \end_layout
11845
11846 \begin_layout Standard
11847 \begin_inset VSpace -1mm
11848 \end_inset
11849
11850
11851 \end_layout
11852
11853 \begin_layout Standard
11854 \align center
11855 \begin_inset Tabular
11856 <lyxtabular version="3" rows="4" columns="2">
11857 <features>
11858 <column alignment="center" valignment="top" width="0">
11859 <column alignment="center" valignment="top" width="0">
11860 <row>
11861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11862 \begin_inset Text
11863
11864 \begin_layout Plain Layout
11865 Command
11866 \end_layout
11867
11868 \end_inset
11869 </cell>
11870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11871 \begin_inset Text
11872
11873 \begin_layout Plain Layout
11874 Result
11875 \end_layout
11876
11877 \end_inset
11878 </cell>
11879 </row>
11880 <row>
11881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11882 \begin_inset Text
11883
11884 \begin_layout Plain Layout
11885 A=B
11886 \backslash
11887 hspace{3cm
11888 \begin_inset Formula $\to$
11889 \end_inset
11890
11891 A
11892 \backslash
11893 not=C
11894 \end_layout
11895
11896 \end_inset
11897 </cell>
11898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11899 \begin_inset Text
11900
11901 \begin_layout Plain Layout
11902 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11903 \end_inset
11904
11905
11906 \end_layout
11907
11908 \end_inset
11909 </cell>
11910 </row>
11911 <row>
11912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11913 \begin_inset Text
11914
11915 \begin_layout Plain Layout
11916 A
11917 \backslash
11918 hspace{-1mm
11919 \begin_inset Formula $\to$
11920 \end_inset
11921
11922 A
11923 \backslash
11924 not=A
11925 \end_layout
11926
11927 \end_inset
11928 </cell>
11929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11930 \begin_inset Text
11931
11932 \begin_layout Plain Layout
11933 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11934 \end_inset
11935
11936
11937 \end_layout
11938
11939 \end_inset
11940 </cell>
11941 </row>
11942 <row>
11943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11944 \begin_inset Text
11945
11946 \begin_layout Plain Layout
11947 A=A
11948 \backslash
11949 hfill
11950 \begin_inset ERT
11951 status collapsed
11952
11953 \begin_layout Plain Layout
11954
11955
11956 \backslash
11957 spce 
11958 \end_layout
11959
11960 \end_inset
11961
11962 B=B
11963 \end_layout
11964
11965 \end_inset
11966 </cell>
11967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11968 \begin_inset Text
11969
11970 \begin_layout Plain Layout
11971 \begin_inset Formula $A=A\hfill B=B$
11972 \end_inset
11973
11974
11975 \end_layout
11976
11977 \end_inset
11978 </cell>
11979 </row>
11980 </lyxtabular>
11981
11982 \end_inset
11983
11984
11985 \end_layout
11986
11987 \begin_layout Standard
11988 In the last example the available space is given by the longest column entry
11989  of the table.
11990  In an inline formula the space depends on the length of the line in which
11991  
11992 \series bold
11993
11994 \backslash
11995 hfill
11996 \series default
11997  is inserted.
11998  Thus, when the line uses the full width, no space will be created.
11999  
12000 \series bold
12001
12002 \backslash
12003 hfill
12004 \series default
12005  only has an effect on displayed formulas when the formula style 
12006 \series bold
12007 Indented
12008 \series default
12009  is used.
12010  (Formula styles are explained in 
12011 \begin_inset CommandInset ref
12012 LatexCommand ref
12013 reference "sec:Formula-Styles"
12014
12015 \end_inset
12016
12017 .)
12018 \end_layout
12019
12020 \begin_layout Standard
12021 Besides 
12022 \series bold
12023
12024 \backslash
12025 hfill
12026 \series default
12027 , there are the commands 
12028 \series bold
12029
12030 \backslash
12031 dotfill
12032 \series default
12033  and 
12034 \series bold
12035
12036 \backslash
12037 hrulefill
12038 \series default
12039  that fill the space with a pattern, see 
12040 \begin_inset CommandInset ref
12041 LatexCommand ref
12042 reference "sub:Ellipses"
12043
12044 \end_inset
12045
12046  for an example.
12047 \end_layout
12048
12049 \begin_layout Standard
12050 For text, variable space can be inserted via the menu 
12051 \family sans
12052 Insert\SpecialChar \menuseparator
12053 Formatting\SpecialChar \menuseparator
12054 Horizontal
12055 \begin_inset space ~
12056 \end_inset
12057
12058 Space
12059 \family default
12060 , what is not possible in formulas:
12061 \end_layout
12062
12063 \begin_layout Standard
12064 This is a line with
12065 \begin_inset space \hspace{}
12066 \length 2cm
12067 \end_inset
12068
12069 2
12070 \begin_inset space \thinspace{}
12071 \end_inset
12072
12073 cm space.
12074 \end_layout
12075
12076 \begin_layout Standard
12077 This is a line with
12078 \begin_inset space \hfill{}
12079 \end_inset
12080
12081 maximum space.
12082 \end_layout
12083
12084 \begin_layout Subsection
12085 Space besides inline Formulas
12086 \begin_inset Index
12087 status collapsed
12088
12089 \begin_layout Plain Layout
12090 Space ! besides inline formulas
12091 \end_layout
12092
12093 \end_inset
12094
12095
12096 \end_layout
12097
12098 \begin_layout Standard
12099 The space that surrounds inline formulas can be adjusted with the length
12100  
12101 \series bold
12102
12103 \backslash
12104 mathsurround
12105 \begin_inset Index
12106 status collapsed
12107
12108 \begin_layout Plain Layout
12109 Commands ! M ! 
12110 \backslash
12111 mathsurround
12112 \end_layout
12113
12114 \end_inset
12115
12116
12117 \series default
12118 .
12119  The value of a length is set with the command 
12120 \series bold
12121
12122 \backslash
12123 setlength
12124 \begin_inset Index
12125 status collapsed
12126
12127 \begin_layout Plain Layout
12128 Commands ! S ! 
12129 \backslash
12130 setlength
12131 \end_layout
12132
12133 \end_inset
12134
12135
12136 \series default
12137  that has the following scheme:
12138 \end_layout
12139
12140 \begin_layout Standard
12141
12142 \series bold
12143
12144 \backslash
12145 setlength{length name}{value}
12146 \end_layout
12147
12148 \begin_layout Standard
12149 To set 
12150 \series bold
12151
12152 \backslash
12153 mathsurround
12154 \series default
12155  to the value 5
12156 \begin_inset space \thinspace{}
12157 \end_inset
12158
12159 mm, the command
12160 \end_layout
12161
12162 \begin_layout Standard
12163
12164 \series bold
12165
12166 \backslash
12167 setlength{
12168 \backslash
12169 mathsurround}{5mm}
12170 \end_layout
12171
12172 \begin_layout Standard
12173 is inserted in TeX-mode.
12174  5
12175 \begin_inset space \thinspace{}
12176 \end_inset
12177
12178 mm space will now be set around all inline formulas:
12179 \begin_inset ERT
12180 status collapsed
12181
12182 \begin_layout Plain Layout
12183
12184
12185 \backslash
12186 setlength{
12187 \backslash
12188 mathsurround}{5mm}
12189 \end_layout
12190
12191 \end_inset
12192
12193
12194 \end_layout
12195
12196 \begin_layout Standard
12197 This is a line with an inline formula 
12198 \begin_inset Formula $A=B$
12199 \end_inset
12200
12201  with 5
12202 \begin_inset space \thinspace{}
12203 \end_inset
12204
12205 mm surrounding space.
12206 \begin_inset ERT
12207 status collapsed
12208
12209 \begin_layout Plain Layout
12210
12211
12212 \backslash
12213 setlength{
12214 \backslash
12215 mathsurround}{0pt}
12216 \end_layout
12217
12218 \end_inset
12219
12220
12221 \end_layout
12222
12223 \begin_layout Standard
12224 To return to the predefined value, 
12225 \series bold
12226
12227 \backslash
12228 mathsurround
12229 \series default
12230  is set to the value 0
12231 \begin_inset space \thinspace{}
12232 \end_inset
12233
12234 pt.
12235 \end_layout
12236
12237 \begin_layout Section
12238 Boxes and Frames
12239 \begin_inset Index
12240 status collapsed
12241
12242 \begin_layout Plain Layout
12243 Boxes
12244 \end_layout
12245
12246 \end_inset
12247
12248
12249 \begin_inset Index
12250 status collapsed
12251
12252 \begin_layout Plain Layout
12253 Frames | see
12254 \begin_inset ERT
12255 status collapsed
12256
12257 \begin_layout Plain Layout
12258
12259 {
12260 \end_layout
12261
12262 \end_inset
12263
12264 Boxes
12265 \begin_inset ERT
12266 status collapsed
12267
12268 \begin_layout Plain Layout
12269
12270 }
12271 \end_layout
12272
12273 \end_inset
12274
12275
12276 \end_layout
12277
12278 \end_inset
12279
12280
12281 \end_layout
12282
12283 \begin_layout Standard
12284 Boxes for text are described in chapter 
12285 \family typewriter
12286 Boxes
12287 \family default
12288  in the 
12289 \family typewriter
12290 Embedded
12291 \begin_inset space ~
12292 \end_inset
12293
12294 Objects
12295 \family default
12296  manual.
12297 \end_layout
12298
12299 \begin_layout Subsection
12300 Boxes with Frame
12301 \begin_inset CommandInset label
12302 LatexCommand label
12303 name "sub:Boxes-with-Frame"
12304
12305 \end_inset
12306
12307
12308 \begin_inset Index
12309 status collapsed
12310
12311 \begin_layout Plain Layout
12312 Boxes ! with frame
12313 \end_layout
12314
12315 \end_inset
12316
12317
12318 \end_layout
12319
12320 \begin_layout Standard
12321 It is possible to frame formulas or parts of it with the commands 
12322 \series bold
12323
12324 \backslash
12325 fbox
12326 \series default
12327
12328 \begin_inset Index
12329 status collapsed
12330
12331 \begin_layout Plain Layout
12332 Commands ! F ! 
12333 \backslash
12334 fbox
12335 \end_layout
12336
12337 \end_inset
12338
12339  and 
12340 \series bold
12341
12342 \backslash
12343 boxed
12344 \series default
12345
12346 \begin_inset Index
12347 status collapsed
12348
12349 \begin_layout Plain Layout
12350 Commands ! B ! 
12351 \backslash
12352 boxed
12353 \end_layout
12354
12355 \end_inset
12356
12357 .
12358 \end_layout
12359
12360 \begin_layout Standard
12361 When one of these commands is inserted to a formula, a blue box appears
12362  within a frame to enter formula parts.
12363  For 
12364 \series bold
12365
12366 \backslash
12367 fbox
12368 \series default
12369  an additional formula has to be created by 
12370 \family sans
12371 Ctrl+M
12372 \family default
12373  within this box
12374 \begin_inset Foot
12375 status collapsed
12376
12377 \begin_layout Plain Layout
12378 Due to a bug in LyX it is not possible to create a new formula with 
12379 \family sans
12380 Ctrl+M
12381 \family default
12382 , see 
12383 \begin_inset CommandInset href
12384 LatexCommand href
12385 name "LyX-bug #1435"
12386 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12387
12388 \end_inset
12389
12390 .
12391 \end_layout
12392
12393 \end_inset
12394
12395 , because the box content will otherwise be treated as mathematical text.
12396  When 
12397 \series bold
12398
12399 \backslash
12400 boxed
12401 \series default
12402  is used, a new formula is automatically created inside the frame.
12403 \end_layout
12404
12405 \begin_layout Standard
12406 The command 
12407 \series bold
12408
12409 \backslash
12410 fbox
12411 \series default
12412  is not suitable to frame displayed formulas, because the formula will always
12413  be set in the size of the text.
12414  
12415 \series bold
12416
12417 \backslash
12418 boxed
12419 \series default
12420  is in contrary not suitable to frame inline formulas, because the formula
12421  will always be set in the size of a displayed formula.
12422 \end_layout
12423
12424 \begin_layout Standard
12425 As extension to 
12426 \series bold
12427
12428 \backslash
12429 fbox
12430 \series default
12431  there is the command 
12432 \series bold
12433
12434 \backslash
12435 framebox
12436 \series default
12437
12438 \begin_inset Index
12439 status collapsed
12440
12441 \begin_layout Plain Layout
12442 Commands ! F ! 
12443 \backslash
12444 framebox
12445 \end_layout
12446
12447 \end_inset
12448
12449  where additionally the frame width and the alignment can be specified.
12450  
12451 \series bold
12452
12453 \backslash
12454 framebox
12455 \series default
12456  is used in the following scheme:
12457 \end_layout
12458
12459 \begin_layout Standard
12460
12461 \series bold
12462
12463 \backslash
12464 framebox[frame width][position]{box content}
12465 \end_layout
12466
12467 \begin_layout Standard
12468 The position can either be 
12469 \emph on
12470 l
12471 \emph default
12472  or 
12473 \emph on
12474 r
12475 \emph default
12476 .
12477  
12478 \emph on
12479 l
12480 \emph default
12481  left aligns, 
12482 \emph on
12483 r
12484 \emph default
12485  right aligns the formula in the box.
12486  When no position is given, the formula will be centered.
12487 \begin_inset Newline newline
12488 \end_inset
12489
12490 Is no width given, also no position can be given.
12491  In this case the frame width is adjusted to the box content like for 
12492 \series bold
12493
12494 \backslash
12495 fbox
12496 \series default
12497 .
12498 \end_layout
12499
12500 \begin_layout Standard
12501 When the command 
12502 \series bold
12503
12504 \backslash
12505 framebox
12506 \series default
12507  is inserted, a box appears containing three blue boxes.
12508  The first two boxes are surrounded by brackets and denote the two optional
12509  arguments.
12510  The third box is for formula parts like for 
12511 \series bold
12512
12513 \backslash
12514 fbox
12515 \series default
12516 .
12517 \end_layout
12518
12519 \begin_layout Standard
12520 \align center
12521 \begin_inset Note Note
12522 status open
12523
12524 \begin_layout Plain Layout
12525 The table has been set into a minipage to make the footnote appearing.
12526  Otherwise the footnote text would not be displayed.
12527 \end_layout
12528
12529 \end_inset
12530
12531
12532 \begin_inset Box Frameless
12533 position "c"
12534 hor_pos "c"
12535 has_inner_box 1
12536 inner_pos "c"
12537 use_parbox 0
12538 width "100col%"
12539 special "none"
12540 height "1in"
12541 height_special "totalheight"
12542 status open
12543
12544 \begin_layout Plain Layout
12545 \align center
12546 \begin_inset Tabular
12547 <lyxtabular version="3" rows="5" columns="2">
12548 <features>
12549 <column alignment="center" valignment="top" width="0">
12550 <column alignment="center" valignment="top" width="0">
12551 <row>
12552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12553 \begin_inset Text
12554
12555 \begin_layout Plain Layout
12556 Command
12557 \begin_inset Foot
12558 status collapsed
12559
12560 \begin_layout Plain Layout
12561 Due to a bug in LyX it is not possible to create a new formula with 
12562 \family sans
12563 Ctrl+m
12564 \family default
12565 , see 
12566 \begin_inset CommandInset href
12567 LatexCommand href
12568 name "LyX-bug #1435"
12569 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12570
12571 \end_inset
12572
12573 .
12574 \end_layout
12575
12576 \end_inset
12577
12578
12579 \end_layout
12580
12581 \end_inset
12582 </cell>
12583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12584 \begin_inset Text
12585
12586 \begin_layout Plain Layout
12587 Result
12588 \begin_inset Note Note
12589 status collapsed
12590
12591 \begin_layout Plain Layout
12592
12593 \series bold
12594
12595 \backslash
12596 raisebox
12597 \series default
12598  is only used as spacer.
12599 \end_layout
12600
12601 \end_inset
12602
12603
12604 \end_layout
12605
12606 \end_inset
12607 </cell>
12608 </row>
12609 <row>
12610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12611 \begin_inset Text
12612
12613 \begin_layout Plain Layout
12614
12615 \backslash
12616 fbox
12617 \begin_inset ERT
12618 status collapsed
12619
12620 \begin_layout Plain Layout
12621
12622
12623 \backslash
12624 spce 
12625 \end_layout
12626
12627 \end_inset
12628
12629
12630 \family sans
12631 Ctrl+M
12632 \family default
12633  
12634 \backslash
12635 int
12636 \begin_inset ERT
12637 status collapsed
12638
12639 \begin_layout Plain Layout
12640
12641
12642 \backslash
12643 spce 
12644 \end_layout
12645
12646 \end_inset
12647
12648 A=B
12649 \end_layout
12650
12651 \end_inset
12652 </cell>
12653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12654 \begin_inset Text
12655
12656 \begin_layout Plain Layout
12657 \begin_inset Formula $\raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}$
12658 \end_inset
12659
12660
12661 \end_layout
12662
12663 \end_inset
12664 </cell>
12665 </row>
12666 <row>
12667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Plain Layout
12671
12672 \backslash
12673 boxed
12674 \begin_inset ERT
12675 status collapsed
12676
12677 \begin_layout Plain Layout
12678
12679
12680 \backslash
12681 spce 
12682 \end_layout
12683
12684 \end_inset
12685
12686
12687 \backslash
12688 int
12689 \begin_inset ERT
12690 status collapsed
12691
12692 \begin_layout Plain Layout
12693
12694
12695 \backslash
12696 spce 
12697 \end_layout
12698
12699 \end_inset
12700
12701 A=B
12702 \end_layout
12703
12704 \end_inset
12705 </cell>
12706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12707 \begin_inset Text
12708
12709 \begin_layout Plain Layout
12710 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12711 \end_inset
12712
12713
12714 \end_layout
12715
12716 \end_inset
12717 </cell>
12718 </row>
12719 <row>
12720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12721 \begin_inset Text
12722
12723 \begin_layout Plain Layout
12724 A+
12725 \backslash
12726 fbox
12727 \begin_inset ERT
12728 status collapsed
12729
12730 \begin_layout Plain Layout
12731
12732
12733 \backslash
12734 spce 
12735 \end_layout
12736
12737 \end_inset
12738
12739 B
12740 \end_layout
12741
12742 \end_inset
12743 </cell>
12744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12745 \begin_inset Text
12746
12747 \begin_layout Plain Layout
12748 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12749 \end_inset
12750
12751
12752 \end_layout
12753
12754 \end_inset
12755 </cell>
12756 </row>
12757 <row>
12758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12759 \begin_inset Text
12760
12761 \begin_layout Plain Layout
12762
12763 \backslash
12764 framebox
12765 \begin_inset ERT
12766 status collapsed
12767
12768 \begin_layout Plain Layout
12769
12770
12771 \backslash
12772 spce 
12773 \end_layout
12774
12775 \end_inset
12776
12777 20mm
12778 \begin_inset Formula $\to$
12779 \end_inset
12780
12781
12782 \begin_inset Formula $\to$
12783 \end_inset
12784
12785
12786 \family sans
12787 Ctrl+M
12788 \family default
12789  
12790 \backslash
12791 frac
12792 \begin_inset ERT
12793 status collapsed
12794
12795 \begin_layout Plain Layout
12796
12797
12798 \backslash
12799 spce 
12800 \end_layout
12801
12802 \end_inset
12803
12804 A
12805 \begin_inset Formula $\downarrow$
12806 \end_inset
12807
12808 B
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817 \begin_inset Formula $\raisebox{6mm}{}$
12818 \end_inset
12819
12820
12821 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12822 \end_inset
12823
12824
12825 \begin_inset Formula $\raisebox{-4mm}{}$
12826 \end_inset
12827
12828
12829 \end_layout
12830
12831 \end_inset
12832 </cell>
12833 </row>
12834 </lyxtabular>
12835
12836 \end_inset
12837
12838
12839 \end_layout
12840
12841 \end_inset
12842
12843
12844 \end_layout
12845
12846 \begin_layout Standard
12847 The frame thickness can also be adjusted.
12848  To do this the following commands have to be inserted in TeX-mode before
12849  the formula
12850 \end_layout
12851
12852 \begin_layout Standard
12853
12854 \series bold
12855
12856 \backslash
12857 fboxrule
12858 \series default
12859  
12860 \series bold
12861
12862 \begin_inset Quotes eld
12863 \end_inset
12864
12865 thickness
12866 \begin_inset Quotes erd
12867 \end_inset
12868
12869
12870 \series default
12871  
12872 \series bold
12873
12874 \backslash
12875 fboxsep
12876 \series default
12877  
12878 \series bold
12879
12880 \begin_inset Quotes eld
12881 \end_inset
12882
12883 distance
12884 \begin_inset Quotes erd
12885 \end_inset
12886
12887
12888 \end_layout
12889
12890 \begin_layout Standard
12891 \begin_inset Quotes eld
12892 \end_inset
12893
12894 distance
12895 \begin_inset Quotes erd
12896 \end_inset
12897
12898  specifies the minimal distance between the frame and the first character
12899  in the box.
12900  An example for this is the following framed formula:
12901 \begin_inset ERT
12902 status collapsed
12903
12904 \begin_layout Plain Layout
12905
12906
12907 \backslash
12908 fboxrule 2mm 
12909 \backslash
12910 fboxsep 3mm
12911 \end_layout
12912
12913 \end_inset
12914
12915
12916 \begin_inset Formula \[
12917 \boxed{A+B=C}\]
12918
12919 \end_inset
12920
12921 Before this formula the commands
12922 \end_layout
12923
12924 \begin_layout Standard
12925
12926 \series bold
12927
12928 \backslash
12929 fboxrule
12930 \series default
12931  
12932 \series bold
12933 2mm
12934 \series default
12935  
12936 \series bold
12937
12938 \backslash
12939 fboxsep
12940 \series default
12941  
12942 \series bold
12943 3mm
12944 \end_layout
12945
12946 \begin_layout Standard
12947 were inserted in TeX-mode.
12948  The given values are used for all following boxes.
12949 \end_layout
12950
12951 \begin_layout Standard
12952 To return to the standard frame size, the command
12953 \end_layout
12954
12955 \begin_layout Standard
12956
12957 \series bold
12958
12959 \backslash
12960 fboxrule
12961 \series default
12962  
12963 \series bold
12964 0.4pt
12965 \series default
12966  
12967 \series bold
12968
12969 \backslash
12970 fboxsep
12971 \series default
12972  
12973 \series bold
12974 3pt
12975 \series default
12976
12977 \begin_inset ERT
12978 status collapsed
12979
12980 \begin_layout Plain Layout
12981
12982
12983 \backslash
12984 fboxrule 0.4pt 
12985 \backslash
12986 fboxsep 3pt
12987 \end_layout
12988
12989 \end_inset
12990
12991
12992 \end_layout
12993
12994 \begin_layout Standard
12995 is inserted in TeX-mode before the next formula.
12996 \end_layout
12997
12998 \begin_layout Subsection
12999 Boxes without Frame
13000 \begin_inset CommandInset label
13001 LatexCommand label
13002 name "sub:Boxes-without-Frame"
13003
13004 \end_inset
13005
13006
13007 \begin_inset Index
13008 status collapsed
13009
13010 \begin_layout Plain Layout
13011 Boxes ! without frame
13012 \end_layout
13013
13014 \end_inset
13015
13016
13017 \end_layout
13018
13019 \begin_layout Standard
13020 For boxes without a frame there are the following box commands: 
13021 \series bold
13022
13023 \backslash
13024 mbox
13025 \series default
13026
13027 \begin_inset Index
13028 status collapsed
13029
13030 \begin_layout Plain Layout
13031 Commands ! M ! 
13032 \backslash
13033 mbox
13034 \end_layout
13035
13036 \end_inset
13037
13038
13039 \series bold
13040
13041 \backslash
13042 makebox
13043 \series default
13044
13045 \begin_inset Index
13046 status collapsed
13047
13048 \begin_layout Plain Layout
13049 Commands ! M ! 
13050 \backslash
13051 makebox
13052 \end_layout
13053
13054 \end_inset
13055
13056 , and 
13057 \series bold
13058
13059 \backslash
13060 raisebox
13061 \series default
13062
13063 \begin_inset Index
13064 status collapsed
13065
13066 \begin_layout Plain Layout
13067 Commands ! R ! 
13068 \backslash
13069 raisebox
13070 \end_layout
13071
13072 \end_inset
13073
13074
13075 \end_layout
13076
13077 \begin_layout Standard
13078 With 
13079 \series bold
13080
13081 \backslash
13082 raisebox
13083 \series default
13084  a box can be super- or subscripted.
13085  But in contrary to normal super- and subscripting, the characters in the
13086  box keep their font size.
13087  
13088 \series bold
13089
13090 \backslash
13091 raisebox
13092 \series default
13093  is used in the following scheme:
13094 \end_layout
13095
13096 \begin_layout Standard
13097
13098 \series bold
13099
13100 \backslash
13101 raisebox{height}{box content}
13102 \end_layout
13103
13104 \begin_layout Standard
13105 When the box should contain a formula, an extra formula is needed like for
13106  
13107 \series bold
13108
13109 \backslash
13110 fbox
13111 \series default
13112 .
13113 \end_layout
13114
13115 \begin_layout Standard
13116 \align center
13117 \begin_inset Tabular
13118 <lyxtabular version="3" rows="4" columns="2">
13119 <features>
13120 <column alignment="center" valignment="top" width="0">
13121 <column alignment="center" valignment="top" width="0">
13122 <row>
13123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13124 \begin_inset Text
13125
13126 \begin_layout Plain Layout
13127 Command
13128 \end_layout
13129
13130 \end_inset
13131 </cell>
13132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13133 \begin_inset Text
13134
13135 \begin_layout Plain Layout
13136 Result
13137 \end_layout
13138
13139 \end_inset
13140 </cell>
13141 </row>
13142 <row>
13143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13144 \begin_inset Text
13145
13146 \begin_layout Plain Layout
13147 H
13148 \backslash
13149 raisebox{2mm
13150 \begin_inset Formula $\to$
13151 \end_inset
13152
13153
13154 \backslash
13155 {al
13156 \begin_inset Formula $\to$
13157 \end_inset
13158
13159  lo
13160 \end_layout
13161
13162 \end_inset
13163 </cell>
13164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13165 \begin_inset Text
13166
13167 \begin_layout Plain Layout
13168 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13169 \end_inset
13170
13171
13172 \end_layout
13173
13174 \end_inset
13175 </cell>
13176 </row>
13177 <row>
13178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13179 \begin_inset Text
13180
13181 \begin_layout Plain Layout
13182 H
13183 \backslash
13184 raisebox{-2mm
13185 \begin_inset Formula $\to$
13186 \end_inset
13187
13188
13189 \backslash
13190 {al
13191 \begin_inset Formula $\to$
13192 \end_inset
13193
13194 lo
13195 \end_layout
13196
13197 \end_inset
13198 </cell>
13199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13200 \begin_inset Text
13201
13202 \begin_layout Plain Layout
13203 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13204 \end_inset
13205
13206
13207 \end_layout
13208
13209 \end_inset
13210 </cell>
13211 </row>
13212 <row>
13213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13214 \begin_inset Text
13215
13216 \begin_layout Plain Layout
13217 A=
13218 \backslash
13219 raisebox{-2mm
13220 \begin_inset Formula $\to$
13221 \end_inset
13222
13223
13224 \backslash
13225 {
13226 \family sans
13227 Ctrl+M
13228 \family default
13229  
13230 \backslash
13231 sqrt
13232 \begin_inset ERT
13233 status collapsed
13234
13235 \begin_layout Plain Layout
13236
13237
13238 \backslash
13239 spce 
13240 \end_layout
13241
13242 \end_inset
13243
13244
13245 \end_layout
13246
13247 \end_inset
13248 </cell>
13249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13250 \begin_inset Text
13251
13252 \begin_layout Plain Layout
13253 \begin_inset ERT
13254 status collapsed
13255
13256 \begin_layout Plain Layout
13257
13258 $A=
13259 \backslash
13260 raisebox{-2mm}{$
13261 \backslash
13262 sqrt{B}$}$
13263 \end_layout
13264
13265 \end_inset
13266
13267
13268 \end_layout
13269
13270 \end_inset
13271 </cell>
13272 </row>
13273 </lyxtabular>
13274
13275 \end_inset
13276
13277
13278 \end_layout
13279
13280 \begin_layout Standard
13281 The last formula can currently only be created using TeX-mode because LyX
13282  inserts a box instead of the needed extra formula.
13283 \begin_inset Foot
13284 status collapsed
13285
13286 \begin_layout Plain Layout
13287 see 
13288 \begin_inset CommandInset href
13289 LatexCommand href
13290 name "LyX-bug #1435"
13291 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13292
13293 \end_inset
13294
13295
13296 \end_layout
13297
13298 \end_inset
13299
13300
13301 \end_layout
13302
13303 \begin_layout Standard
13304 The command 
13305 \series bold
13306
13307 \backslash
13308 mbox
13309 \series default
13310  is equivalent to 
13311 \series bold
13312
13313 \backslash
13314 fbox
13315 \series default
13316  and 
13317 \series bold
13318
13319 \backslash
13320 makebox
13321 \series default
13322  is equivalent to 
13323 \series bold
13324
13325 \backslash
13326 framebox
13327 \series default
13328 , with the difference that there is no frame.
13329 \end_layout
13330
13331 \begin_layout Subsection
13332 Colored Boxes
13333 \begin_inset CommandInset label
13334 LatexCommand label
13335 name "sub:Colored-Boxes"
13336
13337 \end_inset
13338
13339
13340 \begin_inset Index
13341 status collapsed
13342
13343 \begin_layout Plain Layout
13344 Boxes ! colored
13345 \end_layout
13346
13347 \end_inset
13348
13349
13350 \end_layout
13351
13352 \begin_layout Standard
13353 To be able to use all commands explained in this section, the LaTeX-package
13354  
13355 \series bold
13356 color
13357 \series default
13358
13359 \begin_inset Foot
13360 status collapsed
13361
13362 \begin_layout Plain Layout
13363 The LaTeX-package 
13364 \series bold
13365 color
13366 \series default
13367  is part of every LaTeX standard installation.
13368 \end_layout
13369
13370 \end_inset
13371
13372
13373 \begin_inset Index
13374 status collapsed
13375
13376 \begin_layout Plain Layout
13377 Packages ! color
13378 \end_layout
13379
13380 \end_inset
13381
13382  has to be loaded in the LaTeX-preamble with the line
13383 \begin_inset Foot
13384 status collapsed
13385
13386 \begin_layout Plain Layout
13387 When text is colored somewhere in the document with a predefined color,
13388  LyX loads the LaTeX-package 
13389 \series bold
13390 color
13391 \series default
13392  automatically.
13393  Thus it is possible that the package is loaded twice, but this doesn't
13394  arise problems.
13395 \end_layout
13396
13397 \end_inset
13398
13399
13400 \begin_inset Note Note
13401 status collapsed
13402
13403 \begin_layout Plain Layout
13404 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13405 amble.
13406 \end_layout
13407
13408 \end_inset
13409
13410
13411 \end_layout
13412
13413 \begin_layout Standard
13414
13415 \series bold
13416
13417 \backslash
13418 usepackage{color}
13419 \end_layout
13420
13421 \begin_layout Standard
13422 \begin_inset VSpace medskip
13423 \end_inset
13424
13425 To color boxes, the command 
13426 \series bold
13427
13428 \backslash
13429 colorbox
13430 \series default
13431
13432 \begin_inset Index
13433 status collapsed
13434
13435 \begin_layout Plain Layout
13436 Commands ! C ! 
13437 \backslash
13438 colorbox
13439 \end_layout
13440
13441 \end_inset
13442
13443  is used in the following scheme:
13444 \end_layout
13445
13446 \begin_layout Standard
13447
13448 \series bold
13449
13450 \backslash
13451 colorbox{color}{box content}
13452 \end_layout
13453
13454 \begin_layout Standard
13455 The box content can also be a box and a 
13456 \series bold
13457
13458 \backslash
13459 colorbox
13460 \series default
13461  can also be part of another box (see the 2nd and 3rd example).
13462  When the box should contain a formula, an extra formula has to be created,
13463  the same as for 
13464 \series bold
13465
13466 \backslash
13467 fbox
13468 \series default
13469 .
13470 \begin_inset Foot
13471 status collapsed
13472
13473 \begin_layout Plain Layout
13474 This also applies for the command 
13475 \series bold
13476
13477 \backslash
13478 fcolorbox
13479 \series default
13480 .
13481  Thereby note 
13482 \begin_inset CommandInset href
13483 LatexCommand href
13484 name "LyX-bug #1435"
13485 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13486
13487 \end_inset
13488
13489 .
13490 \end_layout
13491
13492 \end_inset
13493
13494
13495 \end_layout
13496
13497 \begin_layout Standard
13498 One of the following predefined colors can be chosen:
13499 \end_layout
13500
13501 \begin_layout Standard
13502
13503 \series bold
13504 black
13505 \series default
13506
13507 \series bold
13508 blue
13509 \series default
13510
13511 \series bold
13512 cyan
13513 \series default
13514
13515 \series bold
13516 green
13517 \series default
13518
13519 \series bold
13520 magenta
13521 \series default
13522
13523 \series bold
13524 red
13525 \series default
13526
13527 \series bold
13528 white
13529 \series default
13530 , and 
13531 \series bold
13532 yellow
13533 \end_layout
13534
13535 \begin_layout Standard
13536 \align center
13537 \begin_inset Tabular
13538 <lyxtabular version="3" rows="4" columns="2">
13539 <features>
13540 <column alignment="center" valignment="top" width="0">
13541 <column alignment="center" valignment="top" width="0">
13542 <row>
13543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13544 \begin_inset Text
13545
13546 \begin_layout Plain Layout
13547 Command
13548 \end_layout
13549
13550 \end_inset
13551 </cell>
13552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13553 \begin_inset Text
13554
13555 \begin_layout Plain Layout
13556 Result
13557 \begin_inset Note Note
13558 status collapsed
13559
13560 \begin_layout Plain Layout
13561
13562 \series bold
13563
13564 \backslash
13565 raisebox
13566 \series default
13567  is only used as spacer.
13568 \end_layout
13569
13570 \end_inset
13571
13572
13573 \end_layout
13574
13575 \end_inset
13576 </cell>
13577 </row>
13578 <row>
13579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13580 \begin_inset Text
13581
13582 \begin_layout Plain Layout
13583
13584 \backslash
13585 colorbox{yellow
13586 \begin_inset Formula $\to$
13587 \end_inset
13588
13589
13590 \backslash
13591 {A=B
13592 \end_layout
13593
13594 \end_inset
13595 </cell>
13596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13597 \begin_inset Text
13598
13599 \begin_layout Plain Layout
13600 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13601 \end_inset
13602
13603
13604 \end_layout
13605
13606 \end_inset
13607 </cell>
13608 </row>
13609 <row>
13610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13611 \begin_inset Text
13612
13613 \begin_layout Plain Layout
13614
13615 \backslash
13616 colorbox{green
13617 \begin_inset Formula $\to$
13618 \end_inset
13619
13620
13621 \backslash
13622 {
13623 \backslash
13624 fbox
13625 \begin_inset ERT
13626 status collapsed
13627
13628 \begin_layout Plain Layout
13629
13630
13631 \backslash
13632 spce 
13633 \end_layout
13634
13635 \end_inset
13636
13637 A=B
13638 \end_layout
13639
13640 \end_inset
13641 </cell>
13642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13643 \begin_inset Text
13644
13645 \begin_layout Plain Layout
13646 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13647 \end_inset
13648
13649
13650 \end_layout
13651
13652 \end_inset
13653 </cell>
13654 </row>
13655 <row>
13656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13657 \begin_inset Text
13658
13659 \begin_layout Plain Layout
13660
13661 \backslash
13662 fbox
13663 \begin_inset ERT
13664 status collapsed
13665
13666 \begin_layout Plain Layout
13667
13668
13669 \backslash
13670 spce 
13671 \end_layout
13672
13673 \end_inset
13674
13675
13676 \backslash
13677 colorbox{green
13678 \begin_inset Formula $\to$
13679 \end_inset
13680
13681
13682 \backslash
13683 {A=B
13684 \end_layout
13685
13686 \end_inset
13687 </cell>
13688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13689 \begin_inset Text
13690
13691 \begin_layout Plain Layout
13692 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13693 \end_inset
13694
13695
13696 \end_layout
13697
13698 \end_inset
13699 </cell>
13700 </row>
13701 </lyxtabular>
13702
13703 \end_inset
13704
13705
13706 \end_layout
13707
13708 \begin_layout Standard
13709
13710 \series bold
13711
13712 \backslash
13713 colorbox
13714 \series default
13715  only colors the box but not the characters in the box.
13716  To color all characters, the whole formula is highlighted and the wanted
13717  color is chosen in the 
13718 \family sans
13719 Text
13720 \begin_inset space ~
13721 \end_inset
13722
13723 Style
13724 \family default
13725  dialog.
13726  The dialog can be called with the toolbar button 
13727 \begin_inset Graphics
13728         filename ../images/dialog-show_character.png
13729         scale 85
13730
13731 \end_inset
13732
13733  or the menu 
13734 \family sans
13735 Edit\SpecialChar \menuseparator
13736 Text
13737 \begin_inset space ~
13738 \end_inset
13739
13740 Style\SpecialChar \menuseparator
13741 Customized
13742 \family default
13743 .
13744  The formula number has then the same color as the formula.
13745  When the formula number should get another color than the formula characters,
13746  the color must be changed within the formula.
13747 \end_layout
13748
13749 \begin_layout Standard
13750 An example:
13751 \end_layout
13752
13753 \begin_layout Standard
13754
13755 \color red
13756 \begin_inset Formula \begin{equation}
13757 \int A=B\label{eq:red}\end{equation}
13758
13759 \end_inset
13760
13761
13762 \color green
13763
13764 \begin_inset Formula \begin{equation}
13765 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13766
13767 \end_inset
13768
13769
13770 \end_layout
13771
13772 \begin_layout Standard
13773 Formula 
13774 \begin_inset CommandInset ref
13775 LatexCommand eqref
13776 reference "eq:red"
13777
13778 \end_inset
13779
13780  is completely colored red.
13781 \begin_inset Newline newline
13782 \end_inset
13783
13784 Formula 
13785 \begin_inset CommandInset ref
13786 LatexCommand eqref
13787 reference "eq:redgreen"
13788
13789 \end_inset
13790
13791  was first completely colored green to set the color for the formula number.
13792  Subsequently the formula characters were colored red.
13793 \end_layout
13794
13795 \begin_layout Standard
13796 \begin_inset VSpace bigskip
13797 \end_inset
13798
13799 To color the frame different than the rest of the box, the command 
13800 \series bold
13801
13802 \backslash
13803 fcolorbox
13804 \series default
13805
13806 \begin_inset Index
13807 status collapsed
13808
13809 \begin_layout Plain Layout
13810 Commands ! F ! 
13811 \backslash
13812 fcolorbox
13813 \end_layout
13814
13815 \end_inset
13816
13817  is used in the following scheme:
13818 \end_layout
13819
13820 \begin_layout Standard
13821
13822 \series bold
13823
13824 \backslash
13825 fcolorbox{frame color}{color}{box content}
13826 \end_layout
13827
13828 \begin_layout Standard
13829 So 
13830 \series bold
13831
13832 \backslash
13833 fcolorbox
13834 \series default
13835  is an extension of the command 
13836 \series bold
13837
13838 \backslash
13839 colorbox
13840 \series default
13841 .
13842  The frame width is set, like for 
13843 \series bold
13844
13845 \backslash
13846 framebox
13847 \series default
13848 , with 
13849 \series bold
13850
13851 \backslash
13852 fboxrule
13853 \series default
13854  and 
13855 \series bold
13856
13857 \backslash
13858 fboxsep
13859 \series default
13860 .
13861  An example:
13862 \begin_inset ERT
13863 status collapsed
13864
13865 \begin_layout Plain Layout
13866
13867
13868 \backslash
13869 fboxrule 1mm 
13870 \backslash
13871 fboxsep 1mm
13872 \end_layout
13873
13874 \end_inset
13875
13876
13877 \begin_inset Formula \[
13878 \fcolorbox{cyan}{magenta}{A=B}\]
13879
13880 \end_inset
13881
13882
13883 \begin_inset ERT
13884 status collapsed
13885
13886 \begin_layout Plain Layout
13887
13888
13889 \backslash
13890 fboxrule 0.4pt 
13891 \backslash
13892 fboxsep 3pt
13893 \end_layout
13894
13895 \end_inset
13896
13897
13898 \end_layout
13899
13900 \begin_layout Standard
13901 This formula was created with the command
13902 \begin_inset Newline newline
13903 \end_inset
13904
13905
13906 \series bold
13907
13908 \backslash
13909 fcolorbox{cyan
13910 \begin_inset Formula $\to$
13911 \end_inset
13912
13913
13914 \backslash
13915 {magenta
13916 \begin_inset Formula $\to$
13917 \end_inset
13918
13919
13920 \backslash
13921 {A=B
13922 \series default
13923 .
13924 \end_layout
13925
13926 \begin_layout Standard
13927 \begin_inset VSpace bigskip
13928 \end_inset
13929
13930 To use other colors than the predefined ones, they have to be defined first.
13931 \end_layout
13932
13933 \begin_layout Standard
13934 One can for example define the color 
13935 \begin_inset Quotes eld
13936 \end_inset
13937
13938
13939 \series bold
13940 darkgreen
13941 \series default
13942
13943 \begin_inset Quotes erd
13944 \end_inset
13945
13946  with the LaTeX-preamble line:
13947 \end_layout
13948
13949 \begin_layout Standard
13950
13951 \series bold
13952
13953 \backslash
13954 definecolor{darkgreen}{cmyk}{0.5,
13955 \series default
13956  
13957 \series bold
13958 0,
13959 \series default
13960  
13961 \series bold
13962 1,
13963 \series default
13964  
13965 \series bold
13966 0.5}
13967 \series default
13968
13969 \begin_inset Index
13970 status collapsed
13971
13972 \begin_layout Plain Layout
13973 Commands ! D ! 
13974 \backslash
13975 definecolor
13976 \end_layout
13977
13978 \end_inset
13979
13980
13981 \end_layout
13982
13983 \begin_layout Standard
13984
13985 \series bold
13986 cmyk
13987 \series default
13988  is the color space that denotes the colors 
13989 \series bold
13990 cyan
13991 \series default
13992
13993 \series bold
13994 magenta
13995 \series default
13996
13997 \series bold
13998 yellow
13999 \series default
14000 , and 
14001 \series bold
14002 black
14003 \series default
14004 .
14005  The four comma separated numbers are the portion factor for the corresponding
14006  colors of the color space.
14007  The factors can be in the range of 0
14008 \begin_inset space \thinspace{}
14009 \end_inset
14010
14011 -
14012 \begin_inset space \thinspace{}
14013 \end_inset
14014
14015 1.
14016  Instead of 
14017 \series bold
14018 cmyk
14019 \series default
14020  also the color space 
14021 \series bold
14022 rgb
14023 \series default
14024  can be used for definitions.
14025  
14026 \series bold
14027 rgb
14028 \series default
14029  denotes 
14030 \series bold
14031 red
14032 \series default
14033
14034 \series bold
14035 green
14036 \series default
14037 , and 
14038 \series bold
14039 blue
14040 \series default
14041 , so that there are in this case three portion factors for the corresponding
14042  colors.
14043  Furthermore there is the color space 
14044 \series bold
14045 gray
14046 \series default
14047  with one portion factor for the gray value.
14048 \end_layout
14049
14050 \begin_layout Standard
14051 As example a framed box with the new defined color 
14052 \series bold
14053 darkgreen
14054 \series default
14055  where the characters have been colored 
14056 \series bold
14057 yellow
14058 \series default
14059 :
14060 \begin_inset Formula \begin{equation}
14061 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14062
14063 \end_inset
14064
14065
14066 \end_layout
14067
14068 \begin_layout Standard
14069 Self-defined colors can also be used for text with the help of the command
14070  
14071 \series bold
14072
14073 \backslash
14074 textcolor
14075 \series default
14076 :
14077 \begin_inset Index
14078 status collapsed
14079
14080 \begin_layout Plain Layout
14081 Text ! colored
14082 \end_layout
14083
14084 \end_inset
14085
14086
14087 \end_layout
14088
14089 \begin_layout Standard
14090 \begin_inset ERT
14091 status collapsed
14092
14093 \begin_layout Plain Layout
14094
14095
14096 \backslash
14097 textcolor{darkgreen}{
14098 \end_layout
14099
14100 \end_inset
14101
14102 This sentence is 
14103 \begin_inset Quotes eld
14104 \end_inset
14105
14106 darkgreen
14107 \begin_inset Quotes erd
14108 \end_inset
14109
14110 .
14111 \begin_inset ERT
14112 status collapsed
14113
14114 \begin_layout Plain Layout
14115
14116 }
14117 \end_layout
14118
14119 \end_inset
14120
14121
14122 \end_layout
14123
14124 \begin_layout Standard
14125
14126 \series bold
14127
14128 \backslash
14129 textcolor
14130 \series default
14131
14132 \begin_inset Index
14133 status collapsed
14134
14135 \begin_layout Plain Layout
14136 Commands ! T ! 
14137 \backslash
14138 textcolor
14139 \end_layout
14140
14141 \end_inset
14142
14143  is used in the scheme 
14144 \series bold
14145
14146 \backslash
14147 textcolor{color}{characters to color}
14148 \series default
14149 .
14150 \end_layout
14151
14152 \begin_layout Subsection
14153 Paragraph Boxes
14154 \begin_inset CommandInset label
14155 LatexCommand label
14156 name "sub:Paragraph-Boxes"
14157
14158 \end_inset
14159
14160
14161 \begin_inset Index
14162 status collapsed
14163
14164 \begin_layout Plain Layout
14165 Boxes ! as paragraph
14166 \end_layout
14167
14168 \end_inset
14169
14170
14171 \end_layout
14172
14173 \begin_layout Standard
14174 A box that can contain several lines and paragraphs, a so called paragraph
14175  box (parbox), can be created with the menu 
14176 \family sans
14177 Insert\SpecialChar \menuseparator
14178 Box
14179 \family default
14180  or the toolbar button 
14181 \begin_inset Graphics
14182         filename ../images/box-insert.png
14183         scale 85
14184
14185 \end_inset
14186
14187 .
14188 \end_layout
14189
14190 \begin_layout Standard
14191 The following example shows a framed parbox in a line:
14192 \end_layout
14193
14194 \begin_layout Standard
14195 \begin_inset VSpace medskip
14196 \end_inset
14197
14198 This is a line 
14199 \begin_inset Box Boxed
14200 position "c"
14201 hor_pos "c"
14202 has_inner_box 1
14203 inner_pos "t"
14204 use_parbox 1
14205 width "5cm"
14206 special "none"
14207 height "1in"
14208 height_special "totalheight"
14209 status open
14210
14211 \begin_layout Plain Layout
14212 This is a paragraph box.
14213  It is exactly 5
14214 \begin_inset space \thinspace{}
14215 \end_inset
14216
14217 cm long and can also contain formulas: 
14218 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14219 \end_inset
14220
14221
14222 \end_layout
14223
14224 \end_inset
14225
14226  with a parbox.
14227 \end_layout
14228
14229 \begin_layout Standard
14230 \begin_inset VSpace medskip
14231 \end_inset
14232
14233
14234 \end_layout
14235
14236 \begin_layout Standard
14237 Such a box is created by right-clicking on the gray box inset.
14238  A dialog pops up showing the box properties.
14239  In our case set: 
14240 \emph on
14241 Decoration
14242 \emph default
14243 : Recangular box, 
14244 \emph on
14245 Inner Box
14246 \emph default
14247 : Parbox, 
14248 \emph on
14249 Width
14250 \emph default
14251 : 5
14252 \begin_inset space \thinspace{}
14253 \end_inset
14254
14255 cm, 
14256 \emph on
14257 Vertical Box Alignment
14258 \emph default
14259 : Middle
14260 \end_layout
14261
14262 \begin_layout Standard
14263 \begin_inset VSpace medskip
14264 \end_inset
14265
14266 In LaTeX a parbox is created with the command 
14267 \series bold
14268
14269 \backslash
14270 parbox
14271 \series default
14272
14273 \begin_inset Index
14274 status collapsed
14275
14276 \begin_layout Plain Layout
14277 Commands ! P ! 
14278 \backslash
14279 parbox
14280 \end_layout
14281
14282 \end_inset
14283
14284  that has the following scheme:
14285 \end_layout
14286
14287 \begin_layout Standard
14288
14289 \series bold
14290
14291 \backslash
14292 parbox[position]{width}{box content}
14293 \end_layout
14294
14295 \begin_layout Standard
14296 The positions 
14297 \emph on
14298 b
14299 \emph default
14300  and 
14301 \emph on
14302 t
14303 \emph default
14304  are possible.
14305  
14306 \emph on
14307 b
14308 \emph default
14309  for bottom means that the box is aligned within the surrounding text with
14310  its last line.
14311  With 
14312 \emph on
14313 t
14314 \emph default
14315  for top this is done with the first line.
14316  When no position is given, the box will be vertically centered, see section
14317  
14318 \emph on
14319 Boxes
14320 \emph default
14321  of the 
14322 \emph on
14323 Embedded
14324 \begin_inset space ~
14325 \end_inset
14326
14327 Objects
14328 \emph default
14329  manual for examples.
14330 \end_layout
14331
14332 \begin_layout Standard
14333 \begin_inset VSpace bigskip
14334 \end_inset
14335
14336 To frame formulas completely, including the formula number, the formula
14337  must be set into a parbox.
14338  To do this, the command 
14339 \series bold
14340
14341 \backslash
14342 fbox{
14343 \backslash
14344 parbox{
14345 \backslash
14346 linewidth-2
14347 \backslash
14348 fboxsep-2
14349 \backslash
14350 fboxrule}{
14351 \series default
14352  is inserted in TeX-mode before the formula.
14353  
14354 \series bold
14355
14356 \backslash
14357 linewidth
14358 \begin_inset Index
14359 status collapsed
14360
14361 \begin_layout Plain Layout
14362 Commands ! L ! 
14363 \backslash
14364 linewidth
14365 \end_layout
14366
14367 \end_inset
14368
14369
14370 \series default
14371  is hereby the line width set for the document.
14372  Because the frame is outside the parbox, 2
14373 \begin_inset space \thinspace{}
14374 \end_inset
14375
14376 times the frame separation and the frame thickness must be subtracted from
14377  the line width.
14378  As this is not automatically done by LyX due to a bug
14379 \begin_inset Foot
14380 status collapsed
14381
14382 \begin_layout Plain Layout
14383 \begin_inset CommandInset href
14384 LatexCommand href
14385 name "LyX-bug #4483"
14386 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14387
14388 \end_inset
14389
14390
14391 \end_layout
14392
14393 \end_inset
14394
14395 , TeX-mode has to be used.
14396  To be able to multiply and subtract in arguments, the LaTeX-package 
14397 \series bold
14398 calc
14399 \series default
14400
14401 \begin_inset Foot
14402 status collapsed
14403
14404 \begin_layout Plain Layout
14405
14406 \series bold
14407 calc
14408 \series default
14409  is part of every LaTeX standard installation.
14410 \end_layout
14411
14412 \end_inset
14413
14414
14415 \begin_inset Index
14416 status collapsed
14417
14418 \begin_layout Plain Layout
14419 Packages ! calc
14420 \end_layout
14421
14422 \end_inset
14423
14424  must be loaded in the LaTeX-preamble with the line
14425 \end_layout
14426
14427 \begin_layout Standard
14428
14429 \series bold
14430
14431 \backslash
14432 usepackage{calc}
14433 \end_layout
14434
14435 \begin_layout Standard
14436 Behind the formula both boxes are closed by entering 
14437 \series bold
14438 }}
14439 \series default
14440  in TeX-mode.
14441  Here is an example:
14442 \begin_inset ERT
14443 status collapsed
14444
14445 \begin_layout Plain Layout
14446
14447
14448 \backslash
14449 fboxsep 5mm 
14450 \backslash
14451 fboxrule 5mm
14452 \end_layout
14453
14454 \end_inset
14455
14456
14457 \end_layout
14458
14459 \begin_layout Standard
14460 \begin_inset ERT
14461 status collapsed
14462
14463 \begin_layout Plain Layout
14464
14465
14466 \backslash
14467 fbox{
14468 \backslash
14469 parbox{
14470 \backslash
14471 linewidth-2
14472 \backslash
14473 fboxsep-2
14474 \backslash
14475 fboxrule}{
14476 \end_layout
14477
14478 \end_inset
14479
14480
14481 \begin_inset Formula \begin{equation}
14482 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14483
14484 \end_inset
14485
14486
14487 \begin_inset ERT
14488 status collapsed
14489
14490 \begin_layout Plain Layout
14491
14492 }}
14493 \end_layout
14494
14495 \end_inset
14496
14497
14498 \begin_inset ERT
14499 status collapsed
14500
14501 \begin_layout Plain Layout
14502
14503
14504 \backslash
14505 fboxrule 0.4pt 
14506 \backslash
14507 fboxsep 3pt
14508 \end_layout
14509
14510 \end_inset
14511
14512
14513 \end_layout
14514
14515 \begin_layout Standard
14516 \begin_inset VSpace medskip
14517 \end_inset
14518
14519 As a parbox is used as argument of 
14520 \series bold
14521
14522 \backslash
14523 fbox
14524 \series default
14525 , there is in this case no difference between 
14526 \series bold
14527
14528 \backslash
14529 fbox
14530 \series default
14531  and 
14532 \series bold
14533
14534 \backslash
14535 boxed
14536 \series default
14537 .
14538 \end_layout
14539
14540 \begin_layout Standard
14541 \begin_inset VSpace bigskip
14542 \end_inset
14543
14544 Paragraph boxes are very useful to comment formulas directly.
14545  To do this, 
14546 \series bold
14547
14548 \backslash
14549 parbox
14550 \series default
14551  is used in combination with the command 
14552 \series bold
14553
14554 \backslash
14555 tag
14556 \series default
14557 .
14558  (more about 
14559 \series bold
14560
14561 \backslash
14562 tag
14563 \series default
14564  see 
14565 \begin_inset CommandInset ref
14566 LatexCommand ref
14567 reference "sub:User-defined-Numbering"
14568
14569 \end_inset
14570
14571 )
14572 \end_layout
14573
14574 \begin_layout Standard
14575 An example of a formula commented with 
14576 \series bold
14577
14578 \backslash
14579 parbox
14580 \series default
14581 :
14582 \end_layout
14583
14584 \begin_layout Standard
14585 \begin_inset ERT
14586 status collapsed
14587
14588 \begin_layout Plain Layout
14589
14590
14591 \backslash
14592 [5x-7b=3b
14593 \backslash
14594 tag*{
14595 \backslash
14596 parbox{5cm}{
14597 \end_layout
14598
14599 \end_inset
14600
14601 This is a description.
14602  It is distinctly separated from the formula and multiline.
14603 \begin_inset ERT
14604 status collapsed
14605
14606 \begin_layout Plain Layout
14607
14608 }}
14609 \backslash
14610 ]
14611 \end_layout
14612
14613 \end_inset
14614
14615
14616 \end_layout
14617
14618 \begin_layout Standard
14619 Such a formula must be inserted completely in TeX-mode because LyX does
14620  not yet support the command 
14621 \series bold
14622
14623 \backslash
14624 parbox
14625 \series default
14626  in formulas.
14627  The formula is created with the following command sequence:
14628 \end_layout
14629
14630 \begin_layout Standard
14631 The command 
14632 \series bold
14633
14634 \backslash
14635 [5x-7b=3b
14636 \backslash
14637 tag*
14638 \backslash
14639 {
14640 \backslash
14641 parbox{5cm}{
14642 \series default
14643  is inserted in TeX-mode.
14644 \begin_inset Foot
14645 status collapsed
14646
14647 \begin_layout Plain Layout
14648 When the formula style 
14649 \series bold
14650 Indented
14651 \series default
14652  is used, 
14653 \series bold
14654
14655 \backslash
14656 tag*
14657 \backslash
14658 {
14659 \series default
14660  can also be replaced by 
14661 \series bold
14662
14663 \backslash
14664 hfill
14665 \series default
14666 .
14667  (formula styles see 
14668 \begin_inset CommandInset ref
14669 LatexCommand ref
14670 reference "sec:Formula-Styles"
14671
14672 \end_inset
14673
14674 )
14675 \end_layout
14676
14677 \end_inset
14678
14679  Then the description follows as normal text, and finally 
14680 \series bold
14681 }}
14682 \backslash
14683 ]
14684 \series default
14685  is inserted in TeX-mode.
14686  The commands 
14687 \series bold
14688
14689 \backslash
14690 [
14691 \series default
14692  and 
14693 \series bold
14694
14695 \backslash
14696 ]
14697 \series default
14698  hereby create a displayed formula.
14699 \end_layout
14700
14701 \begin_layout Standard
14702 The advantages of 
14703 \series bold
14704
14705 \backslash
14706 parbox
14707 \series default
14708  can be seen in this example that was 
14709 \begin_inset Quotes eld
14710 \end_inset
14711
14712 commented
14713 \begin_inset Quotes erd
14714 \end_inset
14715
14716  using the mathematical textmode:
14717 \begin_inset Formula \[
14718 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14719
14720 \end_inset
14721
14722
14723 \end_layout
14724
14725 \begin_layout Section
14726 Operators
14727 \begin_inset Index
14728 status collapsed
14729
14730 \begin_layout Plain Layout
14731 Operators
14732 \end_layout
14733
14734 \end_inset
14735
14736
14737 \end_layout
14738
14739 \begin_layout Subsection
14740 Big Operators
14741 \begin_inset CommandInset label
14742 LatexCommand label
14743 name "sub:Big-Operators"
14744
14745 \end_inset
14746
14747
14748 \begin_inset Index
14749 status collapsed
14750
14751 \begin_layout Plain Layout
14752 Operators ! big
14753 \end_layout
14754
14755 \end_inset
14756
14757
14758 \begin_inset Index
14759 status collapsed
14760
14761 \begin_layout Plain Layout
14762 Sums
14763 \end_layout
14764
14765 \end_inset
14766
14767
14768 \begin_inset Index
14769 status collapsed
14770
14771 \begin_layout Plain Layout
14772 Integrals
14773 \end_layout
14774
14775 \end_inset
14776
14777
14778 \end_layout
14779
14780 \begin_layout Standard
14781 To be able to use all integral operators listed here, the option 
14782 \family sans
14783 Use esint package automatically
14784 \family default
14785  must be set in the document settings under 
14786 \family sans
14787 Math
14788 \begin_inset space ~
14789 \end_inset
14790
14791 Options
14792 \family default
14793 .
14794 \end_layout
14795
14796 \begin_layout Standard
14797 \begin_inset space \hfill{}
14798 \end_inset
14799
14800
14801 \begin_inset Tabular
14802 <lyxtabular version="3" rows="11" columns="2">
14803 <features>
14804 <column alignment="center" valignment="top" width="0pt">
14805 <column alignment="center" valignment="top" width="0pt">
14806 <row>
14807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14808 \begin_inset Text
14809
14810 \begin_layout Plain Layout
14811 Command
14812 \end_layout
14813
14814 \end_inset
14815 </cell>
14816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14817 \begin_inset Text
14818
14819 \begin_layout Plain Layout
14820 Result
14821 \end_layout
14822
14823 \end_inset
14824 </cell>
14825 </row>
14826 <row>
14827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14828 \begin_inset Text
14829
14830 \begin_layout Plain Layout
14831
14832 \backslash
14833 sum
14834 \begin_inset Index
14835 status collapsed
14836
14837 \begin_layout Plain Layout
14838 Commands ! S ! 
14839 \backslash
14840 sum
14841 \end_layout
14842
14843 \end_inset
14844
14845
14846 \end_layout
14847
14848 \end_inset
14849 </cell>
14850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14851 \begin_inset Text
14852
14853 \begin_layout Plain Layout
14854 \begin_inset Formula $\sum$
14855 \end_inset
14856
14857
14858 \end_layout
14859
14860 \end_inset
14861 </cell>
14862 </row>
14863 <row>
14864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14865 \begin_inset Text
14866
14867 \begin_layout Plain Layout
14868
14869 \backslash
14870 int
14871 \begin_inset Index
14872 status collapsed
14873
14874 \begin_layout Plain Layout
14875 Commands ! I ! 
14876 \backslash
14877 int
14878 \end_layout
14879
14880 \end_inset
14881
14882
14883 \end_layout
14884
14885 \end_inset
14886 </cell>
14887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14888 \begin_inset Text
14889
14890 \begin_layout Plain Layout
14891 \begin_inset Formula $\int$
14892 \end_inset
14893
14894
14895 \end_layout
14896
14897 \end_inset
14898 </cell>
14899 </row>
14900 <row>
14901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14902 \begin_inset Text
14903
14904 \begin_layout Plain Layout
14905
14906 \backslash
14907 intop
14908 \end_layout
14909
14910 \end_inset
14911 </cell>
14912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14913 \begin_inset Text
14914
14915 \begin_layout Plain Layout
14916 \begin_inset Formula $\intop$
14917 \end_inset
14918
14919
14920 \end_layout
14921
14922 \end_inset
14923 </cell>
14924 </row>
14925 <row>
14926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14927 \begin_inset Text
14928
14929 \begin_layout Plain Layout
14930
14931 \backslash
14932 oint
14933 \end_layout
14934
14935 \end_inset
14936 </cell>
14937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14938 \begin_inset Text
14939
14940 \begin_layout Plain Layout
14941 \begin_inset Formula $\oint$
14942 \end_inset
14943
14944
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 </row>
14950 <row>
14951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14952 \begin_inset Text
14953
14954 \begin_layout Plain Layout
14955
14956 \backslash
14957 ointop
14958 \end_layout
14959
14960 \end_inset
14961 </cell>
14962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14963 \begin_inset Text
14964
14965 \begin_layout Plain Layout
14966 \begin_inset Formula $\ointop$
14967 \end_inset
14968
14969
14970 \end_layout
14971
14972 \end_inset
14973 </cell>
14974 </row>
14975 <row>
14976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14977 \begin_inset Text
14978
14979 \begin_layout Plain Layout
14980
14981 \backslash
14982 ointctrclockwise
14983 \end_layout
14984
14985 \end_inset
14986 </cell>
14987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14988 \begin_inset Text
14989
14990 \begin_layout Plain Layout
14991 \begin_inset Formula $\ointctrclockwise$
14992 \end_inset
14993
14994
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 </row>
15000 <row>
15001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Plain Layout
15005
15006 \backslash
15007 ointclockwise
15008 \end_layout
15009
15010 \end_inset
15011 </cell>
15012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016 \begin_inset Formula $\ointclockwise$
15017 \end_inset
15018
15019
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 </row>
15025 <row>
15026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030
15031 \backslash
15032 sqint
15033 \end_layout
15034
15035 \end_inset
15036 </cell>
15037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15038 \begin_inset Text
15039
15040 \begin_layout Plain Layout
15041 \begin_inset Formula $\sqint$
15042 \end_inset
15043
15044
15045 \end_layout
15046
15047 \end_inset
15048 </cell>
15049 </row>
15050 <row>
15051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15052 \begin_inset Text
15053
15054 \begin_layout Plain Layout
15055
15056 \backslash
15057 bigcap
15058 \end_layout
15059
15060 \end_inset
15061 </cell>
15062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Plain Layout
15066 \begin_inset Formula $\bigcap$
15067 \end_inset
15068
15069
15070 \end_layout
15071
15072 \end_inset
15073 </cell>
15074 </row>
15075 <row>
15076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080
15081 \backslash
15082 bigcup
15083 \end_layout
15084
15085 \end_inset
15086 </cell>
15087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15088 \begin_inset Text
15089
15090 \begin_layout Plain Layout
15091 \begin_inset Formula $\bigcup$
15092 \end_inset
15093
15094
15095 \end_layout
15096
15097 \end_inset
15098 </cell>
15099 </row>
15100 </lyxtabular>
15101
15102 \end_inset
15103
15104
15105 \begin_inset space \hfill{}
15106 \end_inset
15107
15108
15109 \begin_inset Tabular
15110 <lyxtabular version="3" rows="10" columns="2">
15111 <features>
15112 <column alignment="center" valignment="top" width="0pt">
15113 <column alignment="center" valignment="top" width="0pt">
15114 <row>
15115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119 Command
15120 \end_layout
15121
15122 \end_inset
15123 </cell>
15124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15125 \begin_inset Text
15126
15127 \begin_layout Plain Layout
15128 Result
15129 \end_layout
15130
15131 \end_inset
15132 </cell>
15133 </row>
15134 <row>
15135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15136 \begin_inset Text
15137
15138 \begin_layout Plain Layout
15139
15140 \backslash
15141 prod
15142 \begin_inset Index
15143 status collapsed
15144
15145 \begin_layout Plain Layout
15146 Commands ! P ! 
15147 \backslash
15148 prod
15149 \end_layout
15150
15151 \end_inset
15152
15153
15154 \end_layout
15155
15156 \end_inset
15157 </cell>
15158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15159 \begin_inset Text
15160
15161 \begin_layout Plain Layout
15162 \begin_inset Formula $\prod$
15163 \end_inset
15164
15165
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 </row>
15171 <row>
15172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15173 \begin_inset Text
15174
15175 \begin_layout Plain Layout
15176
15177 \backslash
15178 coprod
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Plain Layout
15187 \begin_inset Formula $\coprod$
15188 \end_inset
15189
15190
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 </row>
15196 <row>
15197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Plain Layout
15201
15202 \backslash
15203 bigodot
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15209 \begin_inset Text
15210
15211 \begin_layout Plain Layout
15212 \begin_inset Formula $\bigodot$
15213 \end_inset
15214
15215
15216 \end_layout
15217
15218 \end_inset
15219 </cell>
15220 </row>
15221 <row>
15222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15223 \begin_inset Text
15224
15225 \begin_layout Plain Layout
15226
15227 \backslash
15228 bigotimes
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15234 \begin_inset Text
15235
15236 \begin_layout Plain Layout
15237 \begin_inset Formula $\bigotimes$
15238 \end_inset
15239
15240
15241 \end_layout
15242
15243 \end_inset
15244 </cell>
15245 </row>
15246 <row>
15247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15248 \begin_inset Text
15249
15250 \begin_layout Plain Layout
15251
15252 \backslash
15253 bigoplus
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15259 \begin_inset Text
15260
15261 \begin_layout Plain Layout
15262 \begin_inset Formula $\bigoplus$
15263 \end_inset
15264
15265
15266 \end_layout
15267
15268 \end_inset
15269 </cell>
15270 </row>
15271 <row>
15272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15273 \begin_inset Text
15274
15275 \begin_layout Plain Layout
15276
15277 \backslash
15278 bigwedge
15279 \end_layout
15280
15281 \end_inset
15282 </cell>
15283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15284 \begin_inset Text
15285
15286 \begin_layout Plain Layout
15287 \begin_inset Formula $\bigwedge$
15288 \end_inset
15289
15290
15291 \end_layout
15292
15293 \end_inset
15294 </cell>
15295 </row>
15296 <row>
15297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15298 \begin_inset Text
15299
15300 \begin_layout Plain Layout
15301
15302 \backslash
15303 bigvee
15304 \end_layout
15305
15306 \end_inset
15307 </cell>
15308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15309 \begin_inset Text
15310
15311 \begin_layout Plain Layout
15312 \begin_inset Formula $\bigvee$
15313 \end_inset
15314
15315
15316 \end_layout
15317
15318 \end_inset
15319 </cell>
15320 </row>
15321 <row>
15322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15323 \begin_inset Text
15324
15325 \begin_layout Plain Layout
15326
15327 \backslash
15328 bigsqcup
15329 \end_layout
15330
15331 \end_inset
15332 </cell>
15333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15334 \begin_inset Text
15335
15336 \begin_layout Plain Layout
15337 \begin_inset Formula $\bigsqcup$
15338 \end_inset
15339
15340
15341 \end_layout
15342
15343 \end_inset
15344 </cell>
15345 </row>
15346 <row>
15347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15348 \begin_inset Text
15349
15350 \begin_layout Plain Layout
15351
15352 \backslash
15353 biguplus
15354 \end_layout
15355
15356 \end_inset
15357 </cell>
15358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15359 \begin_inset Text
15360
15361 \begin_layout Plain Layout
15362 \begin_inset Formula $\biguplus$
15363 \end_inset
15364
15365
15366 \end_layout
15367
15368 \end_inset
15369 </cell>
15370 </row>
15371 </lyxtabular>
15372
15373 \end_inset
15374
15375
15376 \begin_inset space \hfill{}
15377 \end_inset
15378
15379
15380 \end_layout
15381
15382 \begin_layout Standard
15383 All big operators can also be inserted via the math toolbar button 
15384 \begin_inset Graphics
15385         filename ../images/math/intop.png
15386         scale 85
15387
15388 \end_inset
15389
15390 .
15391 \end_layout
15392
15393 \begin_layout Standard
15394 The operators are called big because they are bigger than the sometimes
15395  equal looking binary operators.
15396  All big operators can have limits as described in the next subsection.
15397 \end_layout
15398
15399 \begin_layout Standard
15400 The operators 
15401 \series bold
15402
15403 \backslash
15404 intop
15405 \series default
15406  and 
15407 \series bold
15408
15409 \backslash
15410 ointop
15411 \series default
15412  are different from 
15413 \series bold
15414
15415 \backslash
15416 int
15417 \series default
15418  and 
15419 \series bold
15420
15421 \backslash
15422 oint
15423 \series default
15424 , resp.
15425 \begin_inset space ~
15426 \end_inset
15427
15428 in the style the operator limits are displayed, see 
15429 \begin_inset CommandInset ref
15430 LatexCommand ref
15431 reference "sub:Operator-Limits"
15432
15433 \end_inset
15434
15435 .
15436  
15437 \end_layout
15438
15439 \begin_layout Subsubsection*
15440 Advices for Integrals
15441 \end_layout
15442
15443 \begin_layout Standard
15444 The letter 
15445 \emph on
15446 d
15447 \emph default
15448  in an integral is an operator, that therefore has to be set upright.
15449  This is done by highlighting the 
15450 \emph on
15451 d
15452 \emph default
15453  and using the keyboard shortcut 
15454 \begin_inset Info
15455 type  "shortcut"
15456 arg   "font-roman"
15457 \end_inset
15458
15459
15460 \begin_inset Foot
15461 status collapsed
15462
15463 \begin_layout Plain Layout
15464 Font styles
15465 \series bold
15466  
15467 \series default
15468 see 
15469 \begin_inset CommandInset ref
15470 LatexCommand ref
15471 reference "sub:Font-Styles"
15472
15473 \end_inset
15474
15475
15476 \end_layout
15477
15478 \end_inset
15479
15480 .
15481  Finally the smallest space is inserted before the 
15482 \emph on
15483 d
15484 \emph default
15485 , as this is usual for operators.
15486  An example:
15487 \end_layout
15488
15489 \begin_layout Standard
15490 incorrect: 
15491 \begin_inset Formula $\int A(x)dx$
15492 \end_inset
15493
15494
15495 \begin_inset Newline newline
15496 \end_inset
15497
15498
15499 \begin_inset ERT
15500 status collapsed
15501
15502 \begin_layout Plain Layout
15503
15504
15505 \backslash
15506 hphantom{in}
15507 \end_layout
15508
15509 \end_inset
15510
15511 correct: 
15512 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15513 \end_inset
15514
15515
15516 \end_layout
15517
15518 \begin_layout Standard
15519 For multiple integrals there are the following commands:
15520 \begin_inset VSpace medskip
15521 \end_inset
15522
15523
15524 \end_layout
15525
15526 \begin_layout Standard
15527 \begin_inset space \hfill{}
15528 \end_inset
15529
15530
15531 \begin_inset Tabular
15532 <lyxtabular version="3" rows="4" columns="2">
15533 <features>
15534 <column alignment="center" valignment="top" width="0">
15535 <column alignment="center" valignment="top" width="0">
15536 <row>
15537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15538 \begin_inset Text
15539
15540 \begin_layout Plain Layout
15541 Command
15542 \end_layout
15543
15544 \end_inset
15545 </cell>
15546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15547 \begin_inset Text
15548
15549 \begin_layout Plain Layout
15550 Result
15551 \begin_inset Note Note
15552 status collapsed
15553
15554 \begin_layout Plain Layout
15555
15556 \series bold
15557
15558 \backslash
15559 raisebox
15560 \series default
15561  is only used as spacer.
15562 \end_layout
15563
15564 \end_inset
15565
15566
15567 \end_layout
15568
15569 \end_inset
15570 </cell>
15571 </row>
15572 <row>
15573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15574 \begin_inset Text
15575
15576 \begin_layout Plain Layout
15577
15578 \backslash
15579 iint
15580 \end_layout
15581
15582 \end_inset
15583 </cell>
15584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15585 \begin_inset Text
15586
15587 \begin_layout Plain Layout
15588 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15589 \end_inset
15590
15591
15592 \end_layout
15593
15594 \end_inset
15595 </cell>
15596 </row>
15597 <row>
15598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15599 \begin_inset Text
15600
15601 \begin_layout Plain Layout
15602
15603 \backslash
15604 oiint
15605 \end_layout
15606
15607 \end_inset
15608 </cell>
15609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15610 \begin_inset Text
15611
15612 \begin_layout Plain Layout
15613 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15614 \end_inset
15615
15616
15617 \end_layout
15618
15619 \end_inset
15620 </cell>
15621 </row>
15622 <row>
15623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15624 \begin_inset Text
15625
15626 \begin_layout Plain Layout
15627
15628 \backslash
15629 sqiint
15630 \end_layout
15631
15632 \end_inset
15633 </cell>
15634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15635 \begin_inset Text
15636
15637 \begin_layout Plain Layout
15638 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15639 \end_inset
15640
15641
15642 \end_layout
15643
15644 \end_inset
15645 </cell>
15646 </row>
15647 </lyxtabular>
15648
15649 \end_inset
15650
15651
15652 \begin_inset space \hfill{}
15653 \end_inset
15654
15655
15656 \begin_inset Tabular
15657 <lyxtabular version="3" rows="4" columns="2">
15658 <features>
15659 <column alignment="center" valignment="top" width="0">
15660 <column alignment="center" valignment="top" width="0">
15661 <row>
15662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15663 \begin_inset Text
15664
15665 \begin_layout Plain Layout
15666 Command
15667 \end_layout
15668
15669 \end_inset
15670 </cell>
15671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15672 \begin_inset Text
15673
15674 \begin_layout Plain Layout
15675 Result
15676 \end_layout
15677
15678 \end_inset
15679 </cell>
15680 </row>
15681 <row>
15682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15683 \begin_inset Text
15684
15685 \begin_layout Plain Layout
15686
15687 \backslash
15688 iiint
15689 \end_layout
15690
15691 \end_inset
15692 </cell>
15693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15694 \begin_inset Text
15695
15696 \begin_layout Plain Layout
15697 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15698 \end_inset
15699
15700
15701 \end_layout
15702
15703 \end_inset
15704 </cell>
15705 </row>
15706 <row>
15707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15708 \begin_inset Text
15709
15710 \begin_layout Plain Layout
15711
15712 \backslash
15713 iiiint
15714 \end_layout
15715
15716 \end_inset
15717 </cell>
15718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15719 \begin_inset Text
15720
15721 \begin_layout Plain Layout
15722 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15723 \end_inset
15724
15725
15726 \end_layout
15727
15728 \end_inset
15729 </cell>
15730 </row>
15731 <row>
15732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15733 \begin_inset Text
15734
15735 \begin_layout Plain Layout
15736
15737 \backslash
15738 dotsint
15739 \end_layout
15740
15741 \end_inset
15742 </cell>
15743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15744 \begin_inset Text
15745
15746 \begin_layout Plain Layout
15747 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15748 \end_inset
15749
15750
15751 \end_layout
15752
15753 \end_inset
15754 </cell>
15755 </row>
15756 </lyxtabular>
15757
15758 \end_inset
15759
15760
15761 \begin_inset space \hfill{}
15762 \end_inset
15763
15764
15765 \end_layout
15766
15767 \begin_layout Subsection
15768 Operator Limits
15769 \begin_inset CommandInset label
15770 LatexCommand label
15771 name "sub:Operator-Limits"
15772
15773 \end_inset
15774
15775
15776 \begin_inset Index
15777 status collapsed
15778
15779 \begin_layout Plain Layout
15780 Operators ! Limits
15781 \end_layout
15782
15783 \end_inset
15784
15785
15786 \end_layout
15787
15788 \begin_layout Standard
15789 Limits are created by super- and subscripts:
15790 \end_layout
15791
15792 \begin_layout Standard
15793 \align center
15794 \begin_inset Tabular
15795 <lyxtabular version="3" rows="2" columns="2">
15796 <features>
15797 <column alignment="center" valignment="top" width="0pt">
15798 <column alignment="center" valignment="top" width="0pt">
15799 <row>
15800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15801 \begin_inset Text
15802
15803 \begin_layout Plain Layout
15804 Command
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813 Result
15814 \begin_inset Note Note
15815 status collapsed
15816
15817 \begin_layout Plain Layout
15818
15819 \series bold
15820
15821 \backslash
15822 raisebox
15823 \series default
15824  is only used as spacer.
15825 \end_layout
15826
15827 \end_inset
15828
15829
15830 \end_layout
15831
15832 \end_inset
15833 </cell>
15834 </row>
15835 <row>
15836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Plain Layout
15840
15841 \backslash
15842 prod^
15843 \backslash
15844 infty
15845 \begin_inset ERT
15846 status collapsed
15847
15848 \begin_layout Plain Layout
15849
15850
15851 \backslash
15852 spce 
15853 \end_layout
15854
15855 \end_inset
15856
15857
15858 \begin_inset Formula $\to$
15859 \end_inset
15860
15861 _0
15862 \begin_inset Formula $\to$
15863 \end_inset
15864
15865 A(x)
15866 \end_layout
15867
15868 \end_inset
15869 </cell>
15870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15871 \begin_inset Text
15872
15873 \begin_layout Plain Layout
15874 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15875 \end_inset
15876
15877
15878 \end_layout
15879
15880 \end_inset
15881 </cell>
15882 </row>
15883 </lyxtabular>
15884
15885 \end_inset
15886
15887
15888 \end_layout
15889
15890 \begin_layout Standard
15891 Limits of inline formulas are set right beside the operator.
15892  Limits in displayed formulas are set above or below the operator, except
15893  of integral limits.
15894 \end_layout
15895
15896 \begin_layout Standard
15897 To force that the limits are set beside the operator, the cursor is set
15898  directly behind the operator and the limits type is changed with the menu
15899  
15900 \family sans
15901 Edit\SpecialChar \menuseparator
15902 Math\SpecialChar \menuseparator
15903 Change Limits Type
15904 \family default
15905  to 
15906 \family sans
15907 \series bold
15908 Inline
15909 \family default
15910 \series default
15911  (shortcut 
15912 \begin_inset Info
15913 type  "shortcut"
15914 arg   "math-limits"
15915 \end_inset
15916
15917 ).
15918  An example:
15919 \end_layout
15920
15921 \begin_layout Standard
15922 The default limits type is this:
15923 \begin_inset Formula \[
15924 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15925
15926 \end_inset
15927
15928 This is how it looks when the limits type was changed to 
15929 \family sans
15930 \series bold
15931 Inline
15932 \family default
15933 \series default
15934 :
15935 \begin_inset Formula \[
15936 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15937
15938 \end_inset
15939
15940 For integrals, except of 
15941 \series bold
15942
15943 \backslash
15944 intop
15945 \series default
15946  and 
15947 \series bold
15948
15949 \backslash
15950 ointop
15951 \series default
15952 , the limits are by default set beside the operator.
15953  But for multiple integrals the limits are often set below the operator.
15954  In the following example the limits type was therefore set to 
15955 \series bold
15956 Display
15957 \series default
15958  and so set below the integrals:
15959 \begin_inset Formula \begin{equation}
15960 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15961
15962 \end_inset
15963
15964
15965 \end_layout
15966
15967 \begin_layout Standard
15968 \begin_inset VSpace medskip
15969 \end_inset
15970
15971 To specify conditions for limits, the commands 
15972 \series bold
15973
15974 \backslash
15975 subarray
15976 \series default
15977
15978 \begin_inset Index
15979 status collapsed
15980
15981 \begin_layout Plain Layout
15982 Commands ! S ! 
15983 \backslash
15984 subarray
15985 \end_layout
15986
15987 \end_inset
15988
15989  and 
15990 \series bold
15991
15992 \backslash
15993 substack
15994 \series default
15995
15996 \begin_inset Index
15997 status collapsed
15998
15999 \begin_layout Plain Layout
16000 Commands ! S ! 
16001 \backslash
16002 substack
16003 \end_layout
16004
16005 \end_inset
16006
16007  are used.
16008  To create for example this expression 
16009 \begin_inset Formula \begin{equation}
16010 \sum_{\begin{subarray}{c}
16011 0<k<1000\\
16012 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16013
16014 \end_inset
16015
16016
16017 \end_layout
16018
16019 \begin_layout Standard
16020 the following has to be done:
16021 \begin_inset Newline newline
16022 \end_inset
16023
16024 First the command 
16025 \series bold
16026
16027 \backslash
16028 sum
16029 \series default
16030 ^
16031 \series bold
16032 n
16033 \begin_inset ERT
16034 status collapsed
16035
16036 \begin_layout Plain Layout
16037
16038
16039 \backslash
16040 spce 
16041 \end_layout
16042
16043 \end_inset
16044
16045 _
16046 \series default
16047  is typed in.
16048  One is now in a blue box under the summation operator and insert there
16049  the command 
16050 \series bold
16051
16052 \backslash
16053 subarray
16054 \begin_inset ERT
16055 status collapsed
16056
16057 \begin_layout Plain Layout
16058
16059
16060 \backslash
16061 spce 
16062 \end_layout
16063
16064 \end_inset
16065
16066
16067 \series default
16068 .
16069  The blue box is now within a purple box and now several lines can be written
16070  among each other.
16071  A new line is created by inserting a line break (
16072 \begin_inset Info
16073 type  "shortcut"
16074 arg   "newline-insert newline"
16075 \end_inset
16076
16077 ).
16078  When now
16079 \begin_inset Newline newline
16080 \end_inset
16081
16082
16083 \series bold
16084 0<k<1000 Ctrl+Return
16085 \begin_inset Newline newline
16086 \end_inset
16087
16088
16089 \series default
16090 is typed in, a new box appears below for the new line.
16091 \end_layout
16092
16093 \begin_layout Standard
16094 The alignment of the lines can be changed to left aligned with the 
16095 \family sans
16096 table
16097 \family default
16098  
16099 \family sans
16100 toolbar
16101 \family default
16102  or the menu 
16103 \family sans
16104 Edit\SpecialChar \menuseparator
16105 Rows &Columns
16106 \family default
16107 .
16108  To get right alignment, 
16109 \series bold
16110
16111 \backslash
16112 hfill
16113 \begin_inset ERT
16114 status collapsed
16115
16116 \begin_layout Plain Layout
16117
16118
16119 \backslash
16120 spce 
16121 \end_layout
16122
16123 \end_inset
16124
16125
16126 \series default
16127  is inserted at the beginning of the line.
16128 \end_layout
16129
16130 \begin_layout Standard
16131 The command 
16132 \series bold
16133
16134 \backslash
16135 substack
16136 \series default
16137  is equivalent to 
16138 \series bold
16139
16140 \backslash
16141 subarray
16142 \series default
16143  with the difference that the lines are always centered.
16144 \end_layout
16145
16146 \begin_layout Standard
16147 \begin_inset VSpace bigskip
16148 \end_inset
16149
16150 Like in formula 
16151 \begin_inset CommandInset ref
16152 LatexCommand eqref
16153 reference "eq:substack"
16154
16155 \end_inset
16156
16157  there can be too much space beside an operator, because the characters
16158  following the operator are set beside the limits.
16159 \end_layout
16160
16161 \begin_layout Standard
16162 To avoid this, the following macro can be used in the LaTeX-preamble:
16163 \end_layout
16164
16165 \begin_layout Standard
16166
16167 \series bold
16168
16169 \backslash
16170 def
16171 \backslash
16172 clap#1{
16173 \backslash
16174 hbox to 0pt{
16175 \backslash
16176 hss #1
16177 \backslash
16178 hss}}
16179 \begin_inset Newline newline
16180 \end_inset
16181
16182
16183 \backslash
16184 def
16185 \backslash
16186 mathclap {
16187 \backslash
16188 mathpalette 
16189 \backslash
16190 mathclapinternal}
16191 \begin_inset Newline newline
16192 \end_inset
16193
16194
16195 \backslash
16196 def
16197 \backslash
16198 mathclapinternal #1#2{
16199 \backslash
16200 clap{$
16201 \backslash
16202 mathsurround =0pt #1{#2}$}}
16203 \end_layout
16204
16205 \begin_layout Standard
16206 This defines the command 
16207 \series bold
16208
16209 \backslash
16210 mathclap
16211 \series default
16212
16213 \begin_inset Index
16214 status collapsed
16215
16216 \begin_layout Plain Layout
16217 Commands ! M ! 
16218 \backslash
16219 mathclap
16220 \end_layout
16221
16222 \end_inset
16223
16224  that sets the width of the limit to 0
16225 \begin_inset space \thinspace{}
16226 \end_inset
16227
16228 pt.
16229  The command scheme is
16230 \end_layout
16231
16232 \begin_layout Standard
16233
16234 \series bold
16235
16236 \backslash
16237 mathclap{limit}
16238 \end_layout
16239
16240 \begin_layout Standard
16241 where the limit can consist of several conditions.
16242 \end_layout
16243
16244 \begin_layout Standard
16245 Applied on formula 
16246 \begin_inset CommandInset ref
16247 LatexCommand eqref
16248 reference "eq:substack"
16249
16250 \end_inset
16251
16252 , one uses the command
16253 \end_layout
16254
16255 \begin_layout Standard
16256
16257 \series bold
16258
16259 \backslash
16260 sum_
16261 \backslash
16262 mathclap{
16263 \backslash
16264 substack
16265 \begin_inset ERT
16266 status collapsed
16267
16268 \begin_layout Plain Layout
16269
16270
16271 \backslash
16272 spce 
16273 \end_layout
16274
16275 \end_inset
16276
16277 0<k<1000 Ctrl+Return
16278 \end_layout
16279
16280 \begin_layout Standard
16281 to create the lower limit.
16282  The summand is now directly behind the summation operator:
16283 \begin_inset Formula \[
16284 \sum_{\mathclap{\substack{0<k<1000\\
16285 \\k\,\in\,\mathbb{N}}
16286 }}^{n}k^{-2}\]
16287
16288 \end_inset
16289
16290
16291 \end_layout
16292
16293 \begin_layout Standard
16294 \begin_inset VSpace bigskip
16295 \end_inset
16296
16297 How to use one limit for several operators is described in 
16298 \begin_inset CommandInset ref
16299 LatexCommand ref
16300 reference "sub:Self-defined-Operators"
16301
16302 \end_inset
16303
16304 .
16305 \end_layout
16306
16307 \begin_layout Standard
16308 \begin_inset Newpage newpage
16309 \end_inset
16310
16311
16312 \end_layout
16313
16314 \begin_layout Subsection
16315 Binary Operators
16316 \begin_inset CommandInset label
16317 LatexCommand label
16318 name "sub:Binary-Operators"
16319
16320 \end_inset
16321
16322
16323 \begin_inset Index
16324 status collapsed
16325
16326 \begin_layout Plain Layout
16327 Operators ! binary
16328 \end_layout
16329
16330 \end_inset
16331
16332
16333 \end_layout
16334
16335 \begin_layout Standard
16336 Binary operators are surrounded by space when there is a character before
16337  and behind them.
16338 \begin_inset VSpace medskip
16339 \end_inset
16340
16341
16342 \end_layout
16343
16344 \begin_layout Standard
16345 \begin_inset space \hfill{}
16346 \end_inset
16347
16348
16349 \begin_inset Tabular
16350 <lyxtabular version="3" rows="13" columns="2">
16351 <features>
16352 <column alignment="center" valignment="top" width="0pt">
16353 <column alignment="center" valignment="top" width="0pt">
16354 <row>
16355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16356 \begin_inset Text
16357
16358 \begin_layout Plain Layout
16359 Command
16360 \begin_inset Note Note
16361 status collapsed
16362
16363 \begin_layout Plain Layout
16364
16365 \series bold
16366
16367 \backslash
16368 raisebox
16369 \series default
16370  is only used as spacer.
16371 \end_layout
16372
16373 \end_inset
16374
16375
16376 \end_layout
16377
16378 \end_inset
16379 </cell>
16380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16381 \begin_inset Text
16382
16383 \begin_layout Plain Layout
16384 Result
16385 \end_layout
16386
16387 \end_inset
16388 </cell>
16389 </row>
16390 <row>
16391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16392 \begin_inset Text
16393
16394 \begin_layout Plain Layout
16395 +
16396 \end_layout
16397
16398 \end_inset
16399 </cell>
16400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16401 \begin_inset Text
16402
16403 \begin_layout Plain Layout
16404 \begin_inset Formula $+$
16405 \end_inset
16406
16407
16408 \end_layout
16409
16410 \end_inset
16411 </cell>
16412 </row>
16413 <row>
16414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16415 \begin_inset Text
16416
16417 \begin_layout Plain Layout
16418 -
16419 \end_layout
16420
16421 \end_inset
16422 </cell>
16423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16424 \begin_inset Text
16425
16426 \begin_layout Plain Layout
16427 \begin_inset Formula $-$
16428 \end_inset
16429
16430
16431 \end_layout
16432
16433 \end_inset
16434 </cell>
16435 </row>
16436 <row>
16437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16438 \begin_inset Text
16439
16440 \begin_layout Plain Layout
16441
16442 \backslash
16443 pm
16444 \end_layout
16445
16446 \end_inset
16447 </cell>
16448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16449 \begin_inset Text
16450
16451 \begin_layout Plain Layout
16452 \begin_inset Formula $\pm$
16453 \end_inset
16454
16455
16456 \end_layout
16457
16458 \end_inset
16459 </cell>
16460 </row>
16461 <row>
16462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16463 \begin_inset Text
16464
16465 \begin_layout Plain Layout
16466
16467 \backslash
16468 mp
16469 \end_layout
16470
16471 \end_inset
16472 </cell>
16473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16474 \begin_inset Text
16475
16476 \begin_layout Plain Layout
16477 \begin_inset Formula $\mp$
16478 \end_inset
16479
16480
16481 \end_layout
16482
16483 \end_inset
16484 </cell>
16485 </row>
16486 <row>
16487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491
16492 \backslash
16493 cdot
16494 \end_layout
16495
16496 \end_inset
16497 </cell>
16498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16499 \begin_inset Text
16500
16501 \begin_layout Plain Layout
16502 \begin_inset Formula $\cdot$
16503 \end_inset
16504
16505
16506 \end_layout
16507
16508 \end_inset
16509 </cell>
16510 </row>
16511 <row>
16512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16513 \begin_inset Text
16514
16515 \begin_layout Plain Layout
16516
16517 \backslash
16518 times
16519 \end_layout
16520
16521 \end_inset
16522 </cell>
16523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16524 \begin_inset Text
16525
16526 \begin_layout Plain Layout
16527 \begin_inset Formula $\times$
16528 \end_inset
16529
16530
16531 \end_layout
16532
16533 \end_inset
16534 </cell>
16535 </row>
16536 <row>
16537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16538 \begin_inset Text
16539
16540 \begin_layout Plain Layout
16541
16542 \backslash
16543 div
16544 \end_layout
16545
16546 \end_inset
16547 </cell>
16548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Plain Layout
16552 \begin_inset Formula $\div$
16553 \end_inset
16554
16555
16556 \end_layout
16557
16558 \end_inset
16559 </cell>
16560 </row>
16561 <row>
16562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16563 \begin_inset Text
16564
16565 \begin_layout Plain Layout
16566 \begin_inset ERT
16567 status collapsed
16568
16569 \begin_layout Plain Layout
16570
16571
16572 \backslash
16573 raisebox{-1.2mm}{
16574 \end_layout
16575
16576 \end_inset
16577
16578 *
16579 \begin_inset ERT
16580 status collapsed
16581
16582 \begin_layout Plain Layout
16583
16584 }
16585 \end_layout
16586
16587 \end_inset
16588
16589
16590 \end_layout
16591
16592 \end_inset
16593 </cell>
16594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16595 \begin_inset Text
16596
16597 \begin_layout Plain Layout
16598 \begin_inset Formula $*$
16599 \end_inset
16600
16601
16602 \end_layout
16603
16604 \end_inset
16605 </cell>
16606 </row>
16607 <row>
16608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16609 \begin_inset Text
16610
16611 \begin_layout Plain Layout
16612
16613 \backslash
16614 star
16615 \end_layout
16616
16617 \end_inset
16618 </cell>
16619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16620 \begin_inset Text
16621
16622 \begin_layout Plain Layout
16623 \begin_inset Formula $\star$
16624 \end_inset
16625
16626
16627 \end_layout
16628
16629 \end_inset
16630 </cell>
16631 </row>
16632 <row>
16633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16634 \begin_inset Text
16635
16636 \begin_layout Plain Layout
16637
16638 \backslash
16639 circ
16640 \end_layout
16641
16642 \end_inset
16643 </cell>
16644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16645 \begin_inset Text
16646
16647 \begin_layout Plain Layout
16648 \begin_inset Formula $\circ$
16649 \end_inset
16650
16651
16652 \end_layout
16653
16654 \end_inset
16655 </cell>
16656 </row>
16657 <row>
16658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16659 \begin_inset Text
16660
16661 \begin_layout Plain Layout
16662
16663 \backslash
16664 diamond
16665 \end_layout
16666
16667 \end_inset
16668 </cell>
16669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16670 \begin_inset Text
16671
16672 \begin_layout Plain Layout
16673 \begin_inset Formula $\diamond$
16674 \end_inset
16675
16676
16677 \end_layout
16678
16679 \end_inset
16680 </cell>
16681 </row>
16682 <row>
16683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16684 \begin_inset Text
16685
16686 \begin_layout Plain Layout
16687
16688 \backslash
16689 bullet
16690 \end_layout
16691
16692 \end_inset
16693 </cell>
16694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16695 \begin_inset Text
16696
16697 \begin_layout Plain Layout
16698 \begin_inset Formula $\bullet$
16699 \end_inset
16700
16701
16702 \end_layout
16703
16704 \end_inset
16705 </cell>
16706 </row>
16707 </lyxtabular>
16708
16709 \end_inset
16710
16711
16712 \begin_inset space \hfill{}
16713 \end_inset
16714
16715
16716 \begin_inset Tabular
16717 <lyxtabular version="3" rows="13" columns="2">
16718 <features>
16719 <column alignment="center" valignment="top" width="0pt">
16720 <column alignment="center" valignment="top" width="0pt">
16721 <row>
16722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16723 \begin_inset Text
16724
16725 \begin_layout Plain Layout
16726 Command
16727 \end_layout
16728
16729 \end_inset
16730 </cell>
16731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Plain Layout
16735 Result
16736 \end_layout
16737
16738 \end_inset
16739 </cell>
16740 </row>
16741 <row>
16742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16743 \begin_inset Text
16744
16745 \begin_layout Plain Layout
16746
16747 \backslash
16748 nabla
16749 \end_layout
16750
16751 \end_inset
16752 </cell>
16753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16754 \begin_inset Text
16755
16756 \begin_layout Plain Layout
16757 \begin_inset Formula $\nabla$
16758 \end_inset
16759
16760
16761 \end_layout
16762
16763 \end_inset
16764 </cell>
16765 </row>
16766 <row>
16767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16768 \begin_inset Text
16769
16770 \begin_layout Plain Layout
16771
16772 \backslash
16773 bigtriangledown
16774 \end_layout
16775
16776 \end_inset
16777 </cell>
16778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16779 \begin_inset Text
16780
16781 \begin_layout Plain Layout
16782 \begin_inset Formula $\bigtriangledown$
16783 \end_inset
16784
16785
16786 \end_layout
16787
16788 \end_inset
16789 </cell>
16790 </row>
16791 <row>
16792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16793 \begin_inset Text
16794
16795 \begin_layout Plain Layout
16796
16797 \backslash
16798 bigtriangleup
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16804 \begin_inset Text
16805
16806 \begin_layout Plain Layout
16807 \begin_inset Formula $\bigtriangleup$
16808 \end_inset
16809
16810
16811 \end_layout
16812
16813 \end_inset
16814 </cell>
16815 </row>
16816 <row>
16817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821
16822 \backslash
16823 Box
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Plain Layout
16832 \begin_inset Formula $\Box$
16833 \end_inset
16834
16835
16836 \end_layout
16837
16838 \end_inset
16839 </cell>
16840 </row>
16841 <row>
16842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16843 \begin_inset Text
16844
16845 \begin_layout Plain Layout
16846
16847 \backslash
16848 cap 
16849 \end_layout
16850
16851 \end_inset
16852 </cell>
16853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16854 \begin_inset Text
16855
16856 \begin_layout Plain Layout
16857 \begin_inset Formula $\cap$
16858 \end_inset
16859
16860
16861 \end_layout
16862
16863 \end_inset
16864 </cell>
16865 </row>
16866 <row>
16867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16868 \begin_inset Text
16869
16870 \begin_layout Plain Layout
16871
16872 \backslash
16873 cup
16874 \end_layout
16875
16876 \end_inset
16877 </cell>
16878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882 \begin_inset Formula $\cup$
16883 \end_inset
16884
16885
16886 \end_layout
16887
16888 \end_inset
16889 </cell>
16890 </row>
16891 <row>
16892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16893 \begin_inset Text
16894
16895 \begin_layout Plain Layout
16896
16897 \backslash
16898 dagger
16899 \end_layout
16900
16901 \end_inset
16902 </cell>
16903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16904 \begin_inset Text
16905
16906 \begin_layout Plain Layout
16907 \begin_inset Formula $\dagger$
16908 \end_inset
16909
16910
16911 \end_layout
16912
16913 \end_inset
16914 </cell>
16915 </row>
16916 <row>
16917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16918 \begin_inset Text
16919
16920 \begin_layout Plain Layout
16921
16922 \backslash
16923 ddagger
16924 \end_layout
16925
16926 \end_inset
16927 </cell>
16928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16929 \begin_inset Text
16930
16931 \begin_layout Plain Layout
16932 \begin_inset Formula $\ddagger$
16933 \end_inset
16934
16935
16936 \end_layout
16937
16938 \end_inset
16939 </cell>
16940 </row>
16941 <row>
16942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16943 \begin_inset Text
16944
16945 \begin_layout Plain Layout
16946
16947 \backslash
16948 wr
16949 \end_layout
16950
16951 \end_inset
16952 </cell>
16953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16954 \begin_inset Text
16955
16956 \begin_layout Plain Layout
16957 \begin_inset Formula $\wr$
16958 \end_inset
16959
16960
16961 \end_layout
16962
16963 \end_inset
16964 </cell>
16965 </row>
16966 <row>
16967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971
16972 \backslash
16973 bigcirc
16974 \end_layout
16975
16976 \end_inset
16977 </cell>
16978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982 \begin_inset Formula $\bigcirc$
16983 \end_inset
16984
16985
16986 \end_layout
16987
16988 \end_inset
16989 </cell>
16990 </row>
16991 <row>
16992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16993 \begin_inset Text
16994
16995 \begin_layout Plain Layout
16996
16997 \backslash
16998 wedge
16999 \end_layout
17000
17001 \end_inset
17002 </cell>
17003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Plain Layout
17007 \begin_inset Formula $\wedge$
17008 \end_inset
17009
17010
17011 \end_layout
17012
17013 \end_inset
17014 </cell>
17015 </row>
17016 <row>
17017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17018 \begin_inset Text
17019
17020 \begin_layout Plain Layout
17021
17022 \backslash
17023 vee
17024 \end_layout
17025
17026 \end_inset
17027 </cell>
17028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032 \begin_inset Formula $\vee$
17033 \end_inset
17034
17035
17036 \end_layout
17037
17038 \end_inset
17039 </cell>
17040 </row>
17041 </lyxtabular>
17042
17043 \end_inset
17044
17045
17046 \begin_inset space \hfill{}
17047 \end_inset
17048
17049
17050 \begin_inset Tabular
17051 <lyxtabular version="3" rows="13" columns="2">
17052 <features>
17053 <column alignment="center" valignment="top" width="0pt">
17054 <column alignment="center" valignment="top" width="0pt">
17055 <row>
17056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17057 \begin_inset Text
17058
17059 \begin_layout Plain Layout
17060 Command
17061 \end_layout
17062
17063 \end_inset
17064 </cell>
17065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17066 \begin_inset Text
17067
17068 \begin_layout Plain Layout
17069 Result
17070 \end_layout
17071
17072 \end_inset
17073 </cell>
17074 </row>
17075 <row>
17076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Plain Layout
17080
17081 \backslash
17082 oplus
17083 \end_layout
17084
17085 \end_inset
17086 </cell>
17087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17088 \begin_inset Text
17089
17090 \begin_layout Plain Layout
17091 \begin_inset Formula $\oplus$
17092 \end_inset
17093
17094
17095 \end_layout
17096
17097 \end_inset
17098 </cell>
17099 </row>
17100 <row>
17101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17102 \begin_inset Text
17103
17104 \begin_layout Plain Layout
17105
17106 \backslash
17107 ominus
17108 \end_layout
17109
17110 \end_inset
17111 </cell>
17112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17113 \begin_inset Text
17114
17115 \begin_layout Plain Layout
17116 \begin_inset Formula $\ominus$
17117 \end_inset
17118
17119
17120 \end_layout
17121
17122 \end_inset
17123 </cell>
17124 </row>
17125 <row>
17126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17127 \begin_inset Text
17128
17129 \begin_layout Plain Layout
17130
17131 \backslash
17132 otimes
17133 \end_layout
17134
17135 \end_inset
17136 </cell>
17137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17138 \begin_inset Text
17139
17140 \begin_layout Plain Layout
17141 \begin_inset Formula $\otimes$
17142 \end_inset
17143
17144
17145 \end_layout
17146
17147 \end_inset
17148 </cell>
17149 </row>
17150 <row>
17151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17152 \begin_inset Text
17153
17154 \begin_layout Plain Layout
17155
17156 \backslash
17157 oslash
17158 \end_layout
17159
17160 \end_inset
17161 </cell>
17162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17163 \begin_inset Text
17164
17165 \begin_layout Plain Layout
17166 \begin_inset Formula $\oslash$
17167 \end_inset
17168
17169
17170 \end_layout
17171
17172 \end_inset
17173 </cell>
17174 </row>
17175 <row>
17176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17177 \begin_inset Text
17178
17179 \begin_layout Plain Layout
17180
17181 \backslash
17182 odot
17183 \end_layout
17184
17185 \end_inset
17186 </cell>
17187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17188 \begin_inset Text
17189
17190 \begin_layout Plain Layout
17191 \begin_inset Formula $\odot$
17192 \end_inset
17193
17194
17195 \end_layout
17196
17197 \end_inset
17198 </cell>
17199 </row>
17200 <row>
17201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17202 \begin_inset Text
17203
17204 \begin_layout Plain Layout
17205
17206 \backslash
17207 amalg
17208 \end_layout
17209
17210 \end_inset
17211 </cell>
17212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17213 \begin_inset Text
17214
17215 \begin_layout Plain Layout
17216 \begin_inset Formula $\amalg$
17217 \end_inset
17218
17219
17220 \end_layout
17221
17222 \end_inset
17223 </cell>
17224 </row>
17225 <row>
17226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17227 \begin_inset Text
17228
17229 \begin_layout Plain Layout
17230
17231 \backslash
17232 uplus
17233 \end_layout
17234
17235 \end_inset
17236 </cell>
17237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17238 \begin_inset Text
17239
17240 \begin_layout Plain Layout
17241 \begin_inset Formula $\uplus$
17242 \end_inset
17243
17244
17245 \end_layout
17246
17247 \end_inset
17248 </cell>
17249 </row>
17250 <row>
17251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17252 \begin_inset Text
17253
17254 \begin_layout Plain Layout
17255
17256 \backslash
17257 setminus
17258 \end_layout
17259
17260 \end_inset
17261 </cell>
17262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17263 \begin_inset Text
17264
17265 \begin_layout Plain Layout
17266 \begin_inset Formula $\setminus$
17267 \end_inset
17268
17269
17270 \end_layout
17271
17272 \end_inset
17273 </cell>
17274 </row>
17275 <row>
17276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17277 \begin_inset Text
17278
17279 \begin_layout Plain Layout
17280
17281 \backslash
17282 sqcap
17283 \end_layout
17284
17285 \end_inset
17286 </cell>
17287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291 \begin_inset Formula $\sqcap$
17292 \end_inset
17293
17294
17295 \end_layout
17296
17297 \end_inset
17298 </cell>
17299 </row>
17300 <row>
17301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17302 \begin_inset Text
17303
17304 \begin_layout Plain Layout
17305
17306 \backslash
17307 sqcup
17308 \end_layout
17309
17310 \end_inset
17311 </cell>
17312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17313 \begin_inset Text
17314
17315 \begin_layout Plain Layout
17316 \begin_inset Formula $\sqcup$
17317 \end_inset
17318
17319
17320 \end_layout
17321
17322 \end_inset
17323 </cell>
17324 </row>
17325 <row>
17326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17327 \begin_inset Text
17328
17329 \begin_layout Plain Layout
17330
17331 \backslash
17332 triangleleft
17333 \end_layout
17334
17335 \end_inset
17336 </cell>
17337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Plain Layout
17341 \begin_inset Formula $\triangleleft$
17342 \end_inset
17343
17344
17345 \end_layout
17346
17347 \end_inset
17348 </cell>
17349 </row>
17350 <row>
17351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17352 \begin_inset Text
17353
17354 \begin_layout Plain Layout
17355
17356 \backslash
17357 triangleright
17358 \end_layout
17359
17360 \end_inset
17361 </cell>
17362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17363 \begin_inset Text
17364
17365 \begin_layout Plain Layout
17366 \begin_inset Formula $\triangleright$
17367 \end_inset
17368
17369
17370 \end_layout
17371
17372 \end_inset
17373 </cell>
17374 </row>
17375 </lyxtabular>
17376
17377 \end_inset
17378
17379
17380 \begin_inset space \hfill{}
17381 \end_inset
17382
17383
17384 \end_layout
17385
17386 \begin_layout Standard
17387 All binary operators can also be inserted via the math toolbar button 
17388 \begin_inset Graphics
17389         filename ../images/math/pm.png
17390         scale 85
17391
17392 \end_inset
17393
17394 .
17395 \end_layout
17396
17397 \begin_layout Standard
17398 To typeset the Laplace operator also 
17399 \series bold
17400
17401 \backslash
17402 Delta
17403 \series default
17404  or 
17405 \series bold
17406
17407 \backslash
17408 nabla
17409 \series default
17410 ^
17411 \series bold
17412 2
17413 \series default
17414  (
17415 \begin_inset Formula $\nabla^{2}$
17416 \end_inset
17417
17418 ) can be used instead of 
17419 \series bold
17420
17421 \backslash
17422 bigtriangleup
17423 \series default
17424  .
17425 \end_layout
17426
17427 \begin_layout Standard
17428 The character 
17429 \family sans
17430 Menu Separator
17431 \family default
17432  from the menu 
17433 \family sans
17434 Insert\SpecialChar \menuseparator
17435 Special Character
17436 \family default
17437  is the operator 
17438 \series bold
17439
17440 \backslash
17441 triangleright
17442 \series default
17443 .
17444 \end_layout
17445
17446 \begin_layout Subsection
17447 Self-defined Operators
17448 \begin_inset CommandInset label
17449 LatexCommand label
17450 name "sub:Self-defined-Operators"
17451
17452 \end_inset
17453
17454
17455 \begin_inset Index
17456 status collapsed
17457
17458 \begin_layout Plain Layout
17459 Operators ! self-defined
17460 \end_layout
17461
17462 \end_inset
17463
17464
17465 \end_layout
17466
17467 \begin_layout Standard
17468 With the help of the command 
17469 \series bold
17470
17471 \backslash
17472 DeclareMathOperator
17473 \series default
17474
17475 \begin_inset Index
17476 status collapsed
17477
17478 \begin_layout Plain Layout
17479 Commands ! D ! 
17480 \backslash
17481 dbinom@
17482 \backslash
17483 DeclareMathOperator
17484 \end_layout
17485
17486 \end_inset
17487
17488  custom operators can be defined in the LaTeX-preamble.
17489  Its command scheme is:
17490 \end_layout
17491
17492 \begin_layout Standard
17493
17494 \series bold
17495
17496 \backslash
17497 DeclareMathOperator{new command}{display}
17498 \end_layout
17499
17500 \begin_layout Standard
17501 Display can be characters or symbols that define how the operator looks
17502  in the output.
17503  To define a big operator a * is set behind the command.
17504  All self-defined big operators can have limits as described in 
17505 \begin_inset CommandInset ref
17506 LatexCommand ref
17507 reference "sub:Operator-Limits"
17508
17509 \end_inset
17510
17511 .
17512 \end_layout
17513
17514 \begin_layout Standard
17515 For example the LaTeX-preamble line
17516 \end_layout
17517
17518 \begin_layout Standard
17519
17520 \series bold
17521
17522 \backslash
17523 DeclareMathOperator*{
17524 \backslash
17525 Lozenge}{
17526 \backslash
17527 blacklozenge}
17528 \end_layout
17529
17530 \begin_layout Standard
17531 defines the command 
17532 \series bold
17533
17534 \backslash
17535 Lozenge
17536 \series default
17537 , that inserts a big operator consisting of the lozenge symbol from 
17538 \begin_inset CommandInset ref
17539 LatexCommand ref
17540 reference "sub:Miscellaneous-Symbols"
17541
17542 \end_inset
17543
17544 :
17545 \begin_inset Formula \[
17546 \Lozenge_{n=1}^{\infty}\]
17547
17548 \end_inset
17549
17550 The command for this formula is: 
17551 \series bold
17552
17553 \backslash
17554 Lozenge
17555 \series default
17556 ^
17557 \series bold
17558
17559 \backslash
17560 infty
17561 \begin_inset Formula $\to$
17562 \end_inset
17563
17564 _n=1
17565 \end_layout
17566
17567 \begin_layout Standard
17568 \begin_inset VSpace bigskip
17569 \end_inset
17570
17571 When self-defined operators are not used several times in the document,
17572  they can also be defined with the commands 
17573 \series bold
17574
17575 \backslash
17576 mathop
17577 \series default
17578
17579 \begin_inset Index
17580 status collapsed
17581
17582 \begin_layout Plain Layout
17583 Commands ! M ! 
17584 \backslash
17585 mathop
17586 \end_layout
17587
17588 \end_inset
17589
17590  and 
17591 \series bold
17592
17593 \backslash
17594 mathbin
17595 \series default
17596
17597 \begin_inset Index
17598 status collapsed
17599
17600 \begin_layout Plain Layout
17601 Commands ! M ! 
17602 \backslash
17603 mathbin
17604 \end_layout
17605
17606 \end_inset
17607
17608 , which have the following scheme:
17609 \end_layout
17610
17611 \begin_layout Standard
17612
17613 \series bold
17614
17615 \backslash
17616 mathop{display}
17617 \series default
17618  and 
17619 \series bold
17620
17621 \backslash
17622 mathbin{display}
17623 \end_layout
17624
17625 \begin_layout Standard
17626
17627 \series bold
17628
17629 \backslash
17630 mathop
17631 \series default
17632  defines big operators, 
17633 \series bold
17634
17635 \backslash
17636 mathbin
17637 \series default
17638  binary operators.
17639 \end_layout
17640
17641 \begin_layout Standard
17642
17643 \series bold
17644
17645 \backslash
17646 mathop
17647 \series default
17648  can e.
17649 \begin_inset space \thinspace{}
17650 \end_inset
17651
17652 g.
17653 \begin_inset space \space{}
17654 \end_inset
17655
17656 be used to use one limit for several operators:
17657 \end_layout
17658
17659 \begin_layout Standard
17660 \begin_inset Formula \[
17661 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17662
17663 \end_inset
17664
17665
17666 \end_layout
17667
17668 \begin_layout Standard
17669 The command for the formula above is:
17670 \begin_inset Newline newline
17671 \end_inset
17672
17673
17674 \series bold
17675
17676 \backslash
17677 mathop{
17678 \backslash
17679 sum
17680 \backslash
17681 negmedspace
17682 \backslash
17683 sum
17684 \series default
17685
17686 \begin_inset ERT
17687 status collapsed
17688
17689 \begin_layout Plain Layout
17690
17691
17692 \backslash
17693 spce 
17694 \end_layout
17695
17696 \end_inset
17697
17698
17699 \series bold
17700
17701 \begin_inset Formula $\to$
17702 \end_inset
17703
17704 ^N
17705 \series default
17706
17707 \begin_inset ERT
17708 status collapsed
17709
17710 \begin_layout Plain Layout
17711
17712
17713 \backslash
17714 spce 
17715 \end_layout
17716
17717 \end_inset
17718
17719
17720 \series bold
17721 _i,j=1
17722 \end_layout
17723
17724 \begin_layout Section
17725 Fonts
17726 \begin_inset Index
17727 status collapsed
17728
17729 \begin_layout Plain Layout
17730 Fonts
17731 \end_layout
17732
17733 \end_inset
17734
17735
17736 \end_layout
17737
17738 \begin_layout Subsection
17739 Font Styles
17740 \begin_inset CommandInset label
17741 LatexCommand label
17742 name "sub:Font-Styles"
17743
17744 \end_inset
17745
17746
17747 \begin_inset Index
17748 status collapsed
17749
17750 \begin_layout Plain Layout
17751 Font ! style
17752 \end_layout
17753
17754 \end_inset
17755
17756
17757 \end_layout
17758
17759 \begin_layout Standard
17760 Latin letters in formulas can be set in one of the following font styles:
17761 \begin_inset VSpace -2mm
17762 \end_inset
17763
17764
17765 \end_layout
17766
17767 \begin_layout Standard
17768 \align center
17769 \begin_inset Tabular
17770 <lyxtabular version="3" rows="6" columns="3">
17771 <features>
17772 <column alignment="center" valignment="top" width="0">
17773 <column alignment="center" valignment="top" width="0">
17774 <column alignment="center" valignment="top" width="0">
17775 <row>
17776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17777 \begin_inset Text
17778
17779 \begin_layout Plain Layout
17780 Command
17781 \end_layout
17782
17783 \end_inset
17784 </cell>
17785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17786 \begin_inset Text
17787
17788 \begin_layout Plain Layout
17789 Result
17790 \end_layout
17791
17792 \end_inset
17793 </cell>
17794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17795 \begin_inset Text
17796
17797 \begin_layout Plain Layout
17798 shortcut
17799 \end_layout
17800
17801 \end_inset
17802 </cell>
17803 </row>
17804 <row>
17805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17806 \begin_inset Text
17807
17808 \begin_layout Plain Layout
17809
17810 \backslash
17811 mathbb
17812 \series bold
17813
17814 \begin_inset ERT
17815 status collapsed
17816
17817 \begin_layout Plain Layout
17818
17819
17820 \backslash
17821 spce 
17822 \end_layout
17823
17824 \end_inset
17825
17826
17827 \series default
17828 ABC
17829 \end_layout
17830
17831 \end_inset
17832 </cell>
17833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17834 \begin_inset Text
17835
17836 \begin_layout Plain Layout
17837 \begin_inset Formula $\mathbb{ABC}$
17838 \end_inset
17839
17840
17841 \end_layout
17842
17843 \end_inset
17844 </cell>
17845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17846 \begin_inset Text
17847
17848 \begin_layout Plain Layout
17849 \begin_inset Info
17850 type  "shortcut"
17851 arg   "font-noun"
17852 \end_inset
17853
17854
17855 \end_layout
17856
17857 \end_inset
17858 </cell>
17859 </row>
17860 <row>
17861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17862 \begin_inset Text
17863
17864 \begin_layout Plain Layout
17865
17866 \backslash
17867 mathbf
17868 \series bold
17869
17870 \begin_inset ERT
17871 status collapsed
17872
17873 \begin_layout Plain Layout
17874
17875
17876 \backslash
17877 spce 
17878 \end_layout
17879
17880 \end_inset
17881
17882
17883 \series default
17884 AbC
17885 \end_layout
17886
17887 \end_inset
17888 </cell>
17889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17890 \begin_inset Text
17891
17892 \begin_layout Plain Layout
17893 \begin_inset Formula $\mathbf{AbC}$
17894 \end_inset
17895
17896
17897 \end_layout
17898
17899 \end_inset
17900 </cell>
17901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17902 \begin_inset Text
17903
17904 \begin_layout Plain Layout
17905 \begin_inset Info
17906 type  "shortcut"
17907 arg   "font-bold"
17908 \end_inset
17909
17910
17911 \end_layout
17912
17913 \end_inset
17914 </cell>
17915 </row>
17916 <row>
17917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17918 \begin_inset Text
17919
17920 \begin_layout Plain Layout
17921
17922 \backslash
17923 boldsymbol
17924 \series bold
17925
17926 \begin_inset ERT
17927 status collapsed
17928
17929 \begin_layout Plain Layout
17930
17931
17932 \backslash
17933 spce 
17934 \end_layout
17935
17936 \end_inset
17937
17938
17939 \series default
17940 AbC
17941 \end_layout
17942
17943 \end_inset
17944 </cell>
17945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17946 \begin_inset Text
17947
17948 \begin_layout Plain Layout
17949 \begin_inset Formula $\boldsymbol{AbC}$
17950 \end_inset
17951
17952
17953 \end_layout
17954
17955 \end_inset
17956 </cell>
17957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17958 \begin_inset Text
17959
17960 \begin_layout Plain Layout
17961 \begin_inset Info
17962 type  "shortcuts"
17963 arg   "font-boldsymbol"
17964 \end_inset
17965
17966
17967 \end_layout
17968
17969 \end_inset
17970 </cell>
17971 </row>
17972 <row>
17973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17974 \begin_inset Text
17975
17976 \begin_layout Plain Layout
17977
17978 \backslash
17979 mathcal
17980 \series bold
17981
17982 \begin_inset ERT
17983 status collapsed
17984
17985 \begin_layout Plain Layout
17986
17987
17988 \backslash
17989 spce 
17990 \end_layout
17991
17992 \end_inset
17993
17994
17995 \series default
17996 ABC
17997 \end_layout
17998
17999 \end_inset
18000 </cell>
18001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18002 \begin_inset Text
18003
18004 \begin_layout Plain Layout
18005 \begin_inset Formula $\mathcal{ABC}$
18006 \end_inset
18007
18008
18009 \end_layout
18010
18011 \end_inset
18012 </cell>
18013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18014 \begin_inset Text
18015
18016 \begin_layout Plain Layout
18017 \begin_inset Info
18018 type  "shortcut"
18019 arg   "font-emph"
18020 \end_inset
18021
18022
18023 \end_layout
18024
18025 \end_inset
18026 </cell>
18027 </row>
18028 <row>
18029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18030 \begin_inset Text
18031
18032 \begin_layout Plain Layout
18033
18034 \backslash
18035 mathfrak
18036 \series bold
18037
18038 \begin_inset ERT
18039 status collapsed
18040
18041 \begin_layout Plain Layout
18042
18043
18044 \backslash
18045 spce 
18046 \end_layout
18047
18048 \end_inset
18049
18050
18051 \series default
18052 AbC
18053 \end_layout
18054
18055 \end_inset
18056 </cell>
18057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18058 \begin_inset Text
18059
18060 \begin_layout Plain Layout
18061 \begin_inset Formula $\mathfrak{AbC}$
18062 \end_inset
18063
18064
18065 \end_layout
18066
18067 \end_inset
18068 </cell>
18069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18070 \begin_inset Text
18071
18072 \begin_layout Plain Layout
18073 -
18074 \end_layout
18075
18076 \end_inset
18077 </cell>
18078 </row>
18079 </lyxtabular>
18080
18081 \end_inset
18082
18083
18084 \end_layout
18085
18086 \begin_layout Standard
18087 \align center
18088 \begin_inset Tabular
18089 <lyxtabular version="3" rows="5" columns="3">
18090 <features>
18091 <column alignment="center" valignment="top" width="0">
18092 <column alignment="center" valignment="top" width="0">
18093 <column alignment="center" valignment="top" width="0">
18094 <row>
18095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18096 \begin_inset Text
18097
18098 \begin_layout Plain Layout
18099 Command
18100 \end_layout
18101
18102 \end_inset
18103 </cell>
18104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18105 \begin_inset Text
18106
18107 \begin_layout Plain Layout
18108 Result
18109 \end_layout
18110
18111 \end_inset
18112 </cell>
18113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18114 \begin_inset Text
18115
18116 \begin_layout Plain Layout
18117 shortcut
18118 \end_layout
18119
18120 \end_inset
18121 </cell>
18122 </row>
18123 <row>
18124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18125 \begin_inset Text
18126
18127 \begin_layout Plain Layout
18128
18129 \backslash
18130 mathit
18131 \series bold
18132
18133 \begin_inset ERT
18134 status collapsed
18135
18136 \begin_layout Plain Layout
18137
18138
18139 \backslash
18140 spce 
18141 \end_layout
18142
18143 \end_inset
18144
18145
18146 \series default
18147 AbC
18148 \end_layout
18149
18150 \end_inset
18151 </cell>
18152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18153 \begin_inset Text
18154
18155 \begin_layout Plain Layout
18156 \begin_inset Formula $\mathit{AbC}$
18157 \end_inset
18158
18159
18160 \end_layout
18161
18162 \end_inset
18163 </cell>
18164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18165 \begin_inset Text
18166
18167 \begin_layout Plain Layout
18168 -
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 </row>
18174 <row>
18175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18176 \begin_inset Text
18177
18178 \begin_layout Plain Layout
18179
18180 \backslash
18181 mathrm
18182 \series bold
18183
18184 \begin_inset ERT
18185 status collapsed
18186
18187 \begin_layout Plain Layout
18188
18189
18190 \backslash
18191 spce 
18192 \end_layout
18193
18194 \end_inset
18195
18196
18197 \series default
18198 AbC
18199 \end_layout
18200
18201 \end_inset
18202 </cell>
18203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18204 \begin_inset Text
18205
18206 \begin_layout Plain Layout
18207 \begin_inset Formula $\mathrm{AbC}$
18208 \end_inset
18209
18210
18211 \end_layout
18212
18213 \end_inset
18214 </cell>
18215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18216 \begin_inset Text
18217
18218 \begin_layout Plain Layout
18219 \begin_inset Info
18220 type  "shortcut"
18221 arg   "font-roman"
18222 \end_inset
18223
18224
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 </row>
18230 <row>
18231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18232 \begin_inset Text
18233
18234 \begin_layout Plain Layout
18235
18236 \backslash
18237 mathsf
18238 \series bold
18239
18240 \begin_inset ERT
18241 status collapsed
18242
18243 \begin_layout Plain Layout
18244
18245
18246 \backslash
18247 spce 
18248 \end_layout
18249
18250 \end_inset
18251
18252
18253 \series default
18254 AbC
18255 \end_layout
18256
18257 \end_inset
18258 </cell>
18259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18260 \begin_inset Text
18261
18262 \begin_layout Plain Layout
18263 \begin_inset Formula $\mathsf{AbC}$
18264 \end_inset
18265
18266
18267 \end_layout
18268
18269 \end_inset
18270 </cell>
18271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18272 \begin_inset Text
18273
18274 \begin_layout Plain Layout
18275 \begin_inset Info
18276 type  "shortcut"
18277 arg   "font-sans"
18278 \end_inset
18279
18280
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 </row>
18286 <row>
18287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18288 \begin_inset Text
18289
18290 \begin_layout Plain Layout
18291
18292 \backslash
18293 mathtt
18294 \series bold
18295
18296 \begin_inset ERT
18297 status collapsed
18298
18299 \begin_layout Plain Layout
18300
18301
18302 \backslash
18303 spce 
18304 \end_layout
18305
18306 \end_inset
18307
18308
18309 \series default
18310 AbC
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18316 \begin_inset Text
18317
18318 \begin_layout Plain Layout
18319 \begin_inset Formula $\mathtt{AbC}$
18320 \end_inset
18321
18322
18323 \end_layout
18324
18325 \end_inset
18326 </cell>
18327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18328 \begin_inset Text
18329
18330 \begin_layout Plain Layout
18331 \begin_inset Info
18332 type  "shortcut"
18333 arg   "font-typewriter"
18334 \end_inset
18335
18336
18337 \end_layout
18338
18339 \end_inset
18340 </cell>
18341 </row>
18342 </lyxtabular>
18343
18344 \end_inset
18345
18346
18347 \end_layout
18348
18349 \begin_layout Standard
18350 \begin_inset Note Greyedout
18351 status open
18352
18353 \begin_layout Plain Layout
18354
18355 \series bold
18356 Note:
18357 \series default
18358  The styles 
18359 \series bold
18360
18361 \backslash
18362 mathbb
18363 \series default
18364  and 
18365 \series bold
18366
18367 \backslash
18368 mathcal
18369 \series default
18370  can only be used for big letters.
18371 \end_layout
18372
18373 \end_inset
18374
18375
18376 \end_layout
18377
18378 \begin_layout Standard
18379 Predefined is the style 
18380 \series bold
18381
18382 \backslash
18383 mathnormal
18384 \series default
18385 .
18386 \end_layout
18387
18388 \begin_layout Standard
18389 The style commands work also for letters in mathematical constructs:
18390 \begin_inset Formula \[
18391 \mathfrak{A=\frac{b}{C}}\]
18392
18393 \end_inset
18394
18395
18396 \end_layout
18397
18398 \begin_layout Standard
18399 Characters in mathematical text don't appear in a math font style but in
18400  the text font style 
18401 \series bold
18402
18403 \backslash
18404 textrm
18405 \series default
18406 .
18407  That their style can't be set correctly via the text style dialog is a
18408  bug in LyX.
18409 \begin_inset Foot
18410 status collapsed
18411
18412 \begin_layout Plain Layout
18413 \begin_inset CommandInset href
18414 LatexCommand href
18415 name "LyX-bug #4091"
18416 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18417
18418 \end_inset
18419
18420
18421 \end_layout
18422
18423 \end_inset
18424
18425
18426 \end_layout
18427
18428 \begin_layout Standard
18429 Instead of the style commands the dialog 
18430 \family sans
18431 Edit\SpecialChar \menuseparator
18432 Math\SpecialChar \menuseparator
18433 Text Style
18434 \family default
18435  or the toolbar button 
18436 \begin_inset Graphics
18437         filename ../images/math/font.png
18438         scale 85
18439
18440 \end_inset
18441
18442  can be used.
18443 \end_layout
18444
18445 \begin_layout Subsection
18446 Bold Formulas
18447 \begin_inset CommandInset label
18448 LatexCommand label
18449 name "sub:Bold-Formulas"
18450
18451 \end_inset
18452
18453
18454 \begin_inset Index
18455 status collapsed
18456
18457 \begin_layout Plain Layout
18458 Formula ! bold
18459 \end_layout
18460
18461 \end_inset
18462
18463
18464 \end_layout
18465
18466 \begin_layout Standard
18467 To make a complete formula bold, the command 
18468 \series bold
18469
18470 \backslash
18471 mathbf
18472 \series default
18473  from the previous subsection cannot be used, because it doesn't work for
18474  small Greek letters.
18475  Furthermore it prints Latin letters always upright, like in the following
18476  equation:
18477 \end_layout
18478
18479 \begin_layout Standard
18480 \begin_inset Formula \[
18481 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
18482
18483 \end_inset
18484
18485
18486 \end_layout
18487
18488 \begin_layout Standard
18489 To display the formula correctly, the command 
18490 \series bold
18491
18492 \backslash
18493 boldsymbol
18494 \series default
18495  is used:
18496 \begin_inset Formula \[
18497 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
18498
18499 \end_inset
18500
18501 It is also possible to set the formula in a 
18502 \series bold
18503 boldmath environment
18504 \series default
18505 .
18506  This environment is created by inserting the command 
18507 \series bold
18508
18509 \backslash
18510 boldmath
18511 \begin_inset Index
18512 status collapsed
18513
18514 \begin_layout Plain Layout
18515 Commands ! B ! 
18516 \backslash
18517 boldmath
18518 \end_layout
18519
18520 \end_inset
18521
18522
18523 \series default
18524  in TeX-mode.
18525  To end the environment, the command 
18526 \series bold
18527
18528 \backslash
18529 unboldmath
18530 \begin_inset Index
18531 status collapsed
18532
18533 \begin_layout Plain Layout
18534 Commands ! U ! 
18535 \backslash
18536 unboldmath
18537 \end_layout
18538
18539 \end_inset
18540
18541
18542 \series default
18543  is inserted in TeX-mode.
18544 \begin_inset ERT
18545 status collapsed
18546
18547 \begin_layout Plain Layout
18548
18549
18550 \backslash
18551 boldmath 
18552 \end_layout
18553
18554 \end_inset
18555
18556
18557 \begin_inset Formula \[
18558 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18559
18560 \end_inset
18561
18562
18563 \begin_inset ERT
18564 status collapsed
18565
18566 \begin_layout Plain Layout
18567
18568
18569 \backslash
18570 unboldmath 
18571 \end_layout
18572
18573 \end_inset
18574
18575
18576 \end_layout
18577
18578 \begin_layout Subsection
18579 Colored Formulas
18580 \begin_inset Index
18581 status collapsed
18582
18583 \begin_layout Plain Layout
18584 Formula ! colored
18585 \end_layout
18586
18587 \end_inset
18588
18589
18590 \end_layout
18591
18592 \begin_layout Standard
18593 Formulas can be colored like normal text: Highlight a formula or a formula
18594  part and use the 
18595 \family sans
18596 Text Style
18597 \family default
18598  dialog.
18599  Here is a formula in magenta:
18600 \begin_inset Formula \[
18601 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18602
18603 \end_inset
18604
18605
18606 \end_layout
18607
18608 \begin_layout Standard
18609 You can also define your own colors as described in 
18610 \begin_inset CommandInset ref
18611 LatexCommand ref
18612 reference "sub:Colored-Boxes"
18613
18614 \end_inset
18615
18616 .
18617  They can be used with the TeX code command 
18618 \series bold
18619
18620 \backslash
18621 textcolor
18622 \series default
18623
18624 \begin_inset Index
18625 status collapsed
18626
18627 \begin_layout Plain Layout
18628 Commands ! T ! 
18629 \backslash
18630 textcolor
18631 \end_layout
18632
18633 \end_inset
18634
18635  in the scheme
18636 \end_layout
18637
18638 \begin_layout Standard
18639
18640 \series bold
18641
18642 \backslash
18643 textcolor{color}{characters or formula}
18644 \end_layout
18645
18646 \begin_layout Standard
18647 The following example was colored completely dark green and partly red:
18648 \end_layout
18649
18650 \begin_layout Standard
18651 \begin_inset ERT
18652 status collapsed
18653
18654 \begin_layout Plain Layout
18655
18656
18657 \backslash
18658 textcolor{darkgreen}{
18659 \end_layout
18660
18661 \end_inset
18662
18663
18664 \begin_inset Formula \[
18665 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18666
18667 \end_inset
18668
18669
18670 \begin_inset ERT
18671 status collapsed
18672
18673 \begin_layout Plain Layout
18674
18675 }
18676 \end_layout
18677
18678 \end_inset
18679
18680
18681 \end_layout
18682
18683 \begin_layout Standard
18684 Due to a bug in LyX only complete formulas can be colored with self-defined
18685  colors.
18686 \begin_inset Foot
18687 status collapsed
18688
18689 \begin_layout Plain Layout
18690 \begin_inset CommandInset href
18691 LatexCommand href
18692 name "LyX-bug #5269"
18693 target "http://bugzilla.lyx.org/show_bug.cgi?id=5269"
18694
18695 \end_inset
18696
18697
18698 \end_layout
18699
18700 \end_inset
18701
18702
18703 \end_layout
18704
18705 \begin_layout Subsection
18706 Font Sizes
18707 \begin_inset CommandInset label
18708 LatexCommand label
18709 name "sub:Font-Sizes"
18710
18711 \end_inset
18712
18713
18714 \begin_inset Index
18715 status collapsed
18716
18717 \begin_layout Plain Layout
18718 Font ! size
18719 \end_layout
18720
18721 \end_inset
18722
18723
18724 \end_layout
18725
18726 \begin_layout Standard
18727 For characters in formulas there are, analog to characters in text, the
18728  following size commands:
18729 \end_layout
18730
18731 \begin_layout Standard
18732
18733 \series bold
18734
18735 \backslash
18736 Huge
18737 \series default
18738
18739 \series bold
18740
18741 \backslash
18742 huge
18743 \series default
18744
18745 \series bold
18746
18747 \backslash
18748 LARGE
18749 \series default
18750
18751 \series bold
18752
18753 \backslash
18754 Large
18755 \series default
18756
18757 \series bold
18758
18759 \backslash
18760 large
18761 \series default
18762
18763 \series bold
18764
18765 \backslash
18766 normalsize
18767 \series default
18768
18769 \series bold
18770
18771 \backslash
18772 small
18773 \series default
18774 ,
18775 \begin_inset Newline newline
18776 \end_inset
18777
18778
18779 \series bold
18780
18781 \backslash
18782 footnotesize
18783 \series default
18784
18785 \series bold
18786
18787 \backslash
18788 scriptsize
18789 \series default
18790 , and 
18791 \series bold
18792
18793 \backslash
18794 tiny
18795 \end_layout
18796
18797 \begin_layout Standard
18798 The size produced by the commands depends on the document font size, that
18799  corresponds with the command 
18800 \series bold
18801
18802 \backslash
18803 normalsize
18804 \series default
18805 .
18806  The other commands produce smaller or larger sizes than 
18807 \series bold
18808
18809 \backslash
18810 normalsize
18811 \series default
18812 .
18813  The font size can however not exceed a certain value.
18814  Is for example the document font size 12
18815 \begin_inset space \thinspace{}
18816 \end_inset
18817
18818 pt, the command 
18819 \series bold
18820
18821 \backslash
18822 Huge
18823 \series default
18824  switches to the same size as 
18825 \series bold
18826
18827 \backslash
18828 huge
18829 \series default
18830 .
18831  
18832 \end_layout
18833
18834 \begin_layout Standard
18835 A size command is inserted in TeX-mode before the formula and sets the size
18836  for all following formula and text characters.
18837  To switch back to the initial size, the command 
18838 \series bold
18839
18840 \backslash
18841 normalsize
18842 \series default
18843  is inserted behind the formula in TeX-mode.
18844 \end_layout
18845
18846 \begin_layout Standard
18847 Within a formula the size can only be changed for symbols or letters in
18848  mathematical text.
18849  To do this, the size command is inserted in mathematical text.
18850  All following characters until the end of the mathematical text or until
18851  another size command will have the selected size.
18852  Two examples:
18853 \begin_inset VSpace -2mm
18854 \end_inset
18855
18856
18857 \end_layout
18858
18859 \begin_layout Standard
18860 \begin_inset ERT
18861 status collapsed
18862
18863 \begin_layout Plain Layout
18864
18865
18866 \backslash
18867 huge 
18868 \end_layout
18869
18870 \end_inset
18871
18872
18873 \begin_inset Formula \[
18874 A=\frac{B}{c}\cdot\maltese\]
18875
18876 \end_inset
18877
18878
18879 \begin_inset Formula \[
18880 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18881
18882 \end_inset
18883
18884
18885 \begin_inset ERT
18886 status collapsed
18887
18888 \begin_layout Plain Layout
18889
18890
18891 \backslash
18892 normalsize 
18893 \end_layout
18894
18895 \end_inset
18896
18897
18898 \end_layout
18899
18900 \begin_layout Standard
18901 \begin_inset VSpace medskip
18902 \end_inset
18903
18904 Before both formulas the command 
18905 \series bold
18906
18907 \backslash
18908 huge
18909 \series default
18910  was inserted.
18911  The command for the second formula is:
18912 \begin_inset Newline newline
18913 \end_inset
18914
18915
18916 \series bold
18917
18918 \backslash
18919 maltese
18920 \begin_inset ERT
18921 status collapsed
18922
18923 \begin_layout Plain Layout
18924
18925
18926 \backslash
18927 spce 
18928 \end_layout
18929
18930 \end_inset
18931
18932 A Alt+M M 
18933 \backslash
18934 Large
18935 \begin_inset ERT
18936 status collapsed
18937
18938 \begin_layout Plain Layout
18939
18940
18941 \backslash
18942 spce 
18943 \end_layout
18944
18945 \end_inset
18946
18947
18948 \backslash
18949 maltese
18950 \begin_inset ERT
18951 status collapsed
18952
18953 \begin_layout Plain Layout
18954
18955
18956 \backslash
18957 spce 
18958 \end_layout
18959
18960 \end_inset
18961
18962
18963 \backslash
18964 textit
18965 \begin_inset ERT
18966 status collapsed
18967
18968 \begin_layout Plain Layout
18969
18970
18971 \backslash
18972 spce 
18973 \end_layout
18974
18975 \end_inset
18976
18977 A
18978 \begin_inset Formula $\to$
18979 \end_inset
18980
18981
18982 \begin_inset Formula $\to$
18983 \end_inset
18984
18985
18986 \begin_inset Newline newline
18987 \end_inset
18988
18989
18990 \begin_inset space \hspace*{}
18991 \length 1cm
18992 \end_inset
18993
18994 Alt+M
18995 \series default
18996  
18997 \series bold
18998
18999 \backslash
19000 tiny
19001 \begin_inset ERT
19002 status collapsed
19003
19004 \begin_layout Plain Layout
19005
19006
19007 \backslash
19008 spce 
19009 \end_layout
19010
19011 \end_inset
19012
19013
19014 \backslash
19015 maltese
19016 \begin_inset ERT
19017 status collapsed
19018
19019 \begin_layout Plain Layout
19020
19021
19022 \backslash
19023 spce 
19024 \end_layout
19025
19026 \end_inset
19027
19028
19029 \backslash
19030 textit
19031 \begin_inset ERT
19032 status collapsed
19033
19034 \begin_layout Plain Layout
19035
19036
19037 \backslash
19038 spce 
19039 \end_layout
19040
19041 \end_inset
19042
19043 A
19044 \end_layout
19045
19046 \begin_layout Standard
19047 If a symbol cannot be displayed in different sizes, it will always be displayed
19048  in the default size.
19049 \end_layout
19050
19051 \begin_layout Section
19052 Greek Letters
19053 \begin_inset Index
19054 status collapsed
19055
19056 \begin_layout Plain Layout
19057 Greek letters
19058 \end_layout
19059
19060 \end_inset
19061
19062
19063 \end_layout
19064
19065 \begin_layout Standard
19066 All Greek letters can also be inserted via the toolbar button 
19067 \begin_inset Graphics
19068         filename ../images/math/alpha.png
19069         scale 85
19070
19071 \end_inset
19072
19073 .
19074 \end_layout
19075
19076 \begin_layout Subsection
19077 Small Letters
19078 \begin_inset Index
19079 status collapsed
19080
19081 \begin_layout Plain Layout
19082 Greek letters ! small
19083 \end_layout
19084
19085 \end_inset
19086
19087
19088 \end_layout
19089
19090 \begin_layout Standard
19091 \begin_inset space \hfill{}
19092 \end_inset
19093
19094
19095 \begin_inset Tabular
19096 <lyxtabular version="3" rows="11" columns="2">
19097 <features>
19098 <column alignment="center" valignment="top" width="0pt">
19099 <column alignment="center" valignment="top" width="0pt">
19100 <row>
19101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19102 \begin_inset Text
19103
19104 \begin_layout Plain Layout
19105 Command
19106 \end_layout
19107
19108 \end_inset
19109 </cell>
19110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19111 \begin_inset Text
19112
19113 \begin_layout Plain Layout
19114 Result
19115 \end_layout
19116
19117 \end_inset
19118 </cell>
19119 </row>
19120 <row>
19121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19122 \begin_inset Text
19123
19124 \begin_layout Plain Layout
19125
19126 \backslash
19127 alpha
19128 \end_layout
19129
19130 \end_inset
19131 </cell>
19132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19133 \begin_inset Text
19134
19135 \begin_layout Plain Layout
19136 \begin_inset Formula $\alpha$
19137 \end_inset
19138
19139
19140 \end_layout
19141
19142 \end_inset
19143 </cell>
19144 </row>
19145 <row>
19146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19147 \begin_inset Text
19148
19149 \begin_layout Plain Layout
19150
19151 \backslash
19152 beta
19153 \end_layout
19154
19155 \end_inset
19156 </cell>
19157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19158 \begin_inset Text
19159
19160 \begin_layout Plain Layout
19161 \begin_inset Formula $\beta$
19162 \end_inset
19163
19164
19165 \end_layout
19166
19167 \end_inset
19168 </cell>
19169 </row>
19170 <row>
19171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19172 \begin_inset Text
19173
19174 \begin_layout Plain Layout
19175
19176 \backslash
19177 gamma
19178 \end_layout
19179
19180 \end_inset
19181 </cell>
19182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19183 \begin_inset Text
19184
19185 \begin_layout Plain Layout
19186 \begin_inset Formula $\gamma$
19187 \end_inset
19188
19189
19190 \end_layout
19191
19192 \end_inset
19193 </cell>
19194 </row>
19195 <row>
19196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19197 \begin_inset Text
19198
19199 \begin_layout Plain Layout
19200
19201 \backslash
19202 delta
19203 \end_layout
19204
19205 \end_inset
19206 </cell>
19207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19208 \begin_inset Text
19209
19210 \begin_layout Plain Layout
19211 \begin_inset Formula $\delta$
19212 \end_inset
19213
19214
19215 \end_layout
19216
19217 \end_inset
19218 </cell>
19219 </row>
19220 <row>
19221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19222 \begin_inset Text
19223
19224 \begin_layout Plain Layout
19225
19226 \backslash
19227 epsilon
19228 \end_layout
19229
19230 \end_inset
19231 </cell>
19232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19233 \begin_inset Text
19234
19235 \begin_layout Plain Layout
19236 \begin_inset Formula $\epsilon$
19237 \end_inset
19238
19239
19240 \end_layout
19241
19242 \end_inset
19243 </cell>
19244 </row>
19245 <row>
19246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19247 \begin_inset Text
19248
19249 \begin_layout Plain Layout
19250
19251 \backslash
19252 varepsilon
19253 \end_layout
19254
19255 \end_inset
19256 </cell>
19257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19258 \begin_inset Text
19259
19260 \begin_layout Plain Layout
19261 \begin_inset Formula $\varepsilon$
19262 \end_inset
19263
19264
19265 \end_layout
19266
19267 \end_inset
19268 </cell>
19269 </row>
19270 <row>
19271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19272 \begin_inset Text
19273
19274 \begin_layout Plain Layout
19275
19276 \backslash
19277 zeta
19278 \end_layout
19279
19280 \end_inset
19281 </cell>
19282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19283 \begin_inset Text
19284
19285 \begin_layout Plain Layout
19286 \begin_inset Formula $\zeta$
19287 \end_inset
19288
19289
19290 \end_layout
19291
19292 \end_inset
19293 </cell>
19294 </row>
19295 <row>
19296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Plain Layout
19300
19301 \backslash
19302 eta
19303 \end_layout
19304
19305 \end_inset
19306 </cell>
19307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19308 \begin_inset Text
19309
19310 \begin_layout Plain Layout
19311 \begin_inset Formula $\eta$
19312 \end_inset
19313
19314
19315 \end_layout
19316
19317 \end_inset
19318 </cell>
19319 </row>
19320 <row>
19321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19322 \begin_inset Text
19323
19324 \begin_layout Plain Layout
19325
19326 \backslash
19327 theta
19328 \end_layout
19329
19330 \end_inset
19331 </cell>
19332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19333 \begin_inset Text
19334
19335 \begin_layout Plain Layout
19336 \begin_inset Formula $\theta$
19337 \end_inset
19338
19339
19340 \end_layout
19341
19342 \end_inset
19343 </cell>
19344 </row>
19345 <row>
19346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Plain Layout
19350
19351 \backslash
19352 vartheta
19353 \end_layout
19354
19355 \end_inset
19356 </cell>
19357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19358 \begin_inset Text
19359
19360 \begin_layout Plain Layout
19361 \begin_inset Formula $\vartheta$
19362 \end_inset
19363
19364
19365 \end_layout
19366
19367 \end_inset
19368 </cell>
19369 </row>
19370 </lyxtabular>
19371
19372 \end_inset
19373
19374
19375 \begin_inset space \hfill{}
19376 \end_inset
19377
19378
19379 \begin_inset Tabular
19380 <lyxtabular version="3" rows="12" columns="2">
19381 <features>
19382 <column alignment="center" valignment="top" width="0pt">
19383 <column alignment="center" valignment="top" width="0pt">
19384 <row>
19385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19386 \begin_inset Text
19387
19388 \begin_layout Plain Layout
19389 Command
19390 \end_layout
19391
19392 \end_inset
19393 </cell>
19394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19395 \begin_inset Text
19396
19397 \begin_layout Plain Layout
19398 Result
19399 \end_layout
19400
19401 \end_inset
19402 </cell>
19403 </row>
19404 <row>
19405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19406 \begin_inset Text
19407
19408 \begin_layout Plain Layout
19409
19410 \backslash
19411 iota
19412 \end_layout
19413
19414 \end_inset
19415 </cell>
19416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19417 \begin_inset Text
19418
19419 \begin_layout Plain Layout
19420 \begin_inset Formula $\iota$
19421 \end_inset
19422
19423
19424 \end_layout
19425
19426 \end_inset
19427 </cell>
19428 </row>
19429 <row>
19430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19431 \begin_inset Text
19432
19433 \begin_layout Plain Layout
19434
19435 \backslash
19436 kappa
19437 \end_layout
19438
19439 \end_inset
19440 </cell>
19441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19442 \begin_inset Text
19443
19444 \begin_layout Plain Layout
19445 \begin_inset Formula $\kappa$
19446 \end_inset
19447
19448
19449 \end_layout
19450
19451 \end_inset
19452 </cell>
19453 </row>
19454 <row>
19455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19456 \begin_inset Text
19457
19458 \begin_layout Plain Layout
19459
19460 \backslash
19461 varkappa
19462 \end_layout
19463
19464 \end_inset
19465 </cell>
19466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19467 \begin_inset Text
19468
19469 \begin_layout Plain Layout
19470 \begin_inset Formula $\varkappa$
19471 \end_inset
19472
19473
19474 \end_layout
19475
19476 \end_inset
19477 </cell>
19478 </row>
19479 <row>
19480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19481 \begin_inset Text
19482
19483 \begin_layout Plain Layout
19484
19485 \backslash
19486 lambda
19487 \end_layout
19488
19489 \end_inset
19490 </cell>
19491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19492 \begin_inset Text
19493
19494 \begin_layout Plain Layout
19495 \begin_inset Formula $\lambda$
19496 \end_inset
19497
19498
19499 \end_layout
19500
19501 \end_inset
19502 </cell>
19503 </row>
19504 <row>
19505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19506 \begin_inset Text
19507
19508 \begin_layout Plain Layout
19509
19510 \backslash
19511 mu
19512 \end_layout
19513
19514 \end_inset
19515 </cell>
19516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19517 \begin_inset Text
19518
19519 \begin_layout Plain Layout
19520 \begin_inset Formula $\mu$
19521 \end_inset
19522
19523
19524 \end_layout
19525
19526 \end_inset
19527 </cell>
19528 </row>
19529 <row>
19530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19531 \begin_inset Text
19532
19533 \begin_layout Plain Layout
19534
19535 \backslash
19536 nu
19537 \end_layout
19538
19539 \end_inset
19540 </cell>
19541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19542 \begin_inset Text
19543
19544 \begin_layout Plain Layout
19545 \begin_inset Formula $\nu$
19546 \end_inset
19547
19548
19549 \end_layout
19550
19551 \end_inset
19552 </cell>
19553 </row>
19554 <row>
19555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19556 \begin_inset Text
19557
19558 \begin_layout Plain Layout
19559
19560 \backslash
19561 xi
19562 \end_layout
19563
19564 \end_inset
19565 </cell>
19566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19567 \begin_inset Text
19568
19569 \begin_layout Plain Layout
19570 \begin_inset Formula $\xi$
19571 \end_inset
19572
19573
19574 \end_layout
19575
19576 \end_inset
19577 </cell>
19578 </row>
19579 <row>
19580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19581 \begin_inset Text
19582
19583 \begin_layout Plain Layout
19584 o
19585 \end_layout
19586
19587 \end_inset
19588 </cell>
19589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19590 \begin_inset Text
19591
19592 \begin_layout Plain Layout
19593 \begin_inset Formula $o$
19594 \end_inset
19595
19596
19597 \end_layout
19598
19599 \end_inset
19600 </cell>
19601 </row>
19602 <row>
19603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19604 \begin_inset Text
19605
19606 \begin_layout Plain Layout
19607
19608 \backslash
19609 pi
19610 \end_layout
19611
19612 \end_inset
19613 </cell>
19614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19615 \begin_inset Text
19616
19617 \begin_layout Plain Layout
19618 \begin_inset Formula $\pi$
19619 \end_inset
19620
19621
19622 \end_layout
19623
19624 \end_inset
19625 </cell>
19626 </row>
19627 <row>
19628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19629 \begin_inset Text
19630
19631 \begin_layout Plain Layout
19632
19633 \backslash
19634 varpi
19635 \end_layout
19636
19637 \end_inset
19638 </cell>
19639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19640 \begin_inset Text
19641
19642 \begin_layout Plain Layout
19643 \begin_inset Formula $\varpi$
19644 \end_inset
19645
19646
19647 \end_layout
19648
19649 \end_inset
19650 </cell>
19651 </row>
19652 <row>
19653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19654 \begin_inset Text
19655
19656 \begin_layout Plain Layout
19657
19658 \backslash
19659 rho
19660 \end_layout
19661
19662 \end_inset
19663 </cell>
19664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19665 \begin_inset Text
19666
19667 \begin_layout Plain Layout
19668 \begin_inset Formula $\rho$
19669 \end_inset
19670
19671
19672 \end_layout
19673
19674 \end_inset
19675 </cell>
19676 </row>
19677 </lyxtabular>
19678
19679 \end_inset
19680
19681
19682 \begin_inset space \hfill{}
19683 \end_inset
19684
19685
19686 \begin_inset Tabular
19687 <lyxtabular version="3" rows="11" columns="2">
19688 <features>
19689 <column alignment="center" valignment="top" width="0pt">
19690 <column alignment="center" valignment="top" width="0pt">
19691 <row>
19692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19693 \begin_inset Text
19694
19695 \begin_layout Plain Layout
19696 Command
19697 \end_layout
19698
19699 \end_inset
19700 </cell>
19701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705 Result
19706 \end_layout
19707
19708 \end_inset
19709 </cell>
19710 </row>
19711 <row>
19712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19713 \begin_inset Text
19714
19715 \begin_layout Plain Layout
19716
19717 \backslash
19718 varrho
19719 \end_layout
19720
19721 \end_inset
19722 </cell>
19723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19724 \begin_inset Text
19725
19726 \begin_layout Plain Layout
19727 \begin_inset Formula $\varrho$
19728 \end_inset
19729
19730
19731 \end_layout
19732
19733 \end_inset
19734 </cell>
19735 </row>
19736 <row>
19737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19738 \begin_inset Text
19739
19740 \begin_layout Plain Layout
19741
19742 \backslash
19743 sigma
19744 \end_layout
19745
19746 \end_inset
19747 </cell>
19748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19749 \begin_inset Text
19750
19751 \begin_layout Plain Layout
19752 \begin_inset Formula $\sigma$
19753 \end_inset
19754
19755
19756 \end_layout
19757
19758 \end_inset
19759 </cell>
19760 </row>
19761 <row>
19762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19763 \begin_inset Text
19764
19765 \begin_layout Plain Layout
19766
19767 \backslash
19768 varsigma
19769 \end_layout
19770
19771 \end_inset
19772 </cell>
19773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19774 \begin_inset Text
19775
19776 \begin_layout Plain Layout
19777 \begin_inset Formula $\varsigma$
19778 \end_inset
19779
19780
19781 \end_layout
19782
19783 \end_inset
19784 </cell>
19785 </row>
19786 <row>
19787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19788 \begin_inset Text
19789
19790 \begin_layout Plain Layout
19791
19792 \backslash
19793 tau
19794 \end_layout
19795
19796 \end_inset
19797 </cell>
19798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19799 \begin_inset Text
19800
19801 \begin_layout Plain Layout
19802 \begin_inset Formula $\tau$
19803 \end_inset
19804
19805
19806 \end_layout
19807
19808 \end_inset
19809 </cell>
19810 </row>
19811 <row>
19812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816
19817 \backslash
19818 upsilon
19819 \end_layout
19820
19821 \end_inset
19822 </cell>
19823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19824 \begin_inset Text
19825
19826 \begin_layout Plain Layout
19827 \begin_inset Formula $\upsilon$
19828 \end_inset
19829
19830
19831 \end_layout
19832
19833 \end_inset
19834 </cell>
19835 </row>
19836 <row>
19837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19838 \begin_inset Text
19839
19840 \begin_layout Plain Layout
19841
19842 \backslash
19843 phi
19844 \end_layout
19845
19846 \end_inset
19847 </cell>
19848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19849 \begin_inset Text
19850
19851 \begin_layout Plain Layout
19852 \begin_inset Formula $\phi$
19853 \end_inset
19854
19855
19856 \end_layout
19857
19858 \end_inset
19859 </cell>
19860 </row>
19861 <row>
19862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19863 \begin_inset Text
19864
19865 \begin_layout Plain Layout
19866
19867 \backslash
19868 varphi
19869 \end_layout
19870
19871 \end_inset
19872 </cell>
19873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19874 \begin_inset Text
19875
19876 \begin_layout Plain Layout
19877 \begin_inset Formula $\varphi$
19878 \end_inset
19879
19880
19881 \end_layout
19882
19883 \end_inset
19884 </cell>
19885 </row>
19886 <row>
19887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19888 \begin_inset Text
19889
19890 \begin_layout Plain Layout
19891
19892 \backslash
19893 chi
19894 \end_layout
19895
19896 \end_inset
19897 </cell>
19898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19899 \begin_inset Text
19900
19901 \begin_layout Plain Layout
19902 \begin_inset Formula $\chi$
19903 \end_inset
19904
19905
19906 \end_layout
19907
19908 \end_inset
19909 </cell>
19910 </row>
19911 <row>
19912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19913 \begin_inset Text
19914
19915 \begin_layout Plain Layout
19916
19917 \backslash
19918 psi
19919 \end_layout
19920
19921 \end_inset
19922 </cell>
19923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19924 \begin_inset Text
19925
19926 \begin_layout Plain Layout
19927 \begin_inset Formula $\psi$
19928 \end_inset
19929
19930
19931 \end_layout
19932
19933 \end_inset
19934 </cell>
19935 </row>
19936 <row>
19937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19938 \begin_inset Text
19939
19940 \begin_layout Plain Layout
19941
19942 \backslash
19943 omega
19944 \end_layout
19945
19946 \end_inset
19947 </cell>
19948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19949 \begin_inset Text
19950
19951 \begin_layout Plain Layout
19952 \begin_inset Formula $\omega$
19953 \end_inset
19954
19955
19956 \end_layout
19957
19958 \end_inset
19959 </cell>
19960 </row>
19961 </lyxtabular>
19962
19963 \end_inset
19964
19965
19966 \begin_inset space \hfill{}
19967 \end_inset
19968
19969
19970 \end_layout
19971
19972 \begin_layout Standard
19973 \begin_inset VSpace medskip
19974 \end_inset
19975
19976
19977 \end_layout
19978
19979 \begin_layout Standard
19980 How to create upright Greek letters is explained in 
19981 \begin_inset CommandInset ref
19982 LatexCommand ref
19983 reference "sub:Upright-small-Greek"
19984
19985 \end_inset
19986
19987 .
19988 \end_layout
19989
19990 \begin_layout Subsection
19991 Big Letters
19992 \begin_inset Index
19993 status collapsed
19994
19995 \begin_layout Plain Layout
19996 Greek letters ! big
19997 \end_layout
19998
19999 \end_inset
20000
20001
20002 \end_layout
20003
20004 \begin_layout Standard
20005 \begin_inset space \hfill{}
20006 \end_inset
20007
20008
20009 \begin_inset Tabular
20010 <lyxtabular version="3" rows="7" columns="2">
20011 <features>
20012 <column alignment="center" valignment="top" width="0pt">
20013 <column alignment="center" valignment="top" width="0pt">
20014 <row>
20015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20016 \begin_inset Text
20017
20018 \begin_layout Plain Layout
20019 Command
20020 \end_layout
20021
20022 \end_inset
20023 </cell>
20024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20025 \begin_inset Text
20026
20027 \begin_layout Plain Layout
20028 Result
20029 \end_layout
20030
20031 \end_inset
20032 </cell>
20033 </row>
20034 <row>
20035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20036 \begin_inset Text
20037
20038 \begin_layout Plain Layout
20039
20040 \backslash
20041 Gamma
20042 \end_layout
20043
20044 \end_inset
20045 </cell>
20046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20047 \begin_inset Text
20048
20049 \begin_layout Plain Layout
20050 \begin_inset Formula $\Gamma$
20051 \end_inset
20052
20053
20054 \end_layout
20055
20056 \end_inset
20057 </cell>
20058 </row>
20059 <row>
20060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20061 \begin_inset Text
20062
20063 \begin_layout Plain Layout
20064
20065 \backslash
20066 Delta
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20072 \begin_inset Text
20073
20074 \begin_layout Plain Layout
20075 \begin_inset Formula $\Delta$
20076 \end_inset
20077
20078
20079 \end_layout
20080
20081 \end_inset
20082 </cell>
20083 </row>
20084 <row>
20085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20086 \begin_inset Text
20087
20088 \begin_layout Plain Layout
20089
20090 \backslash
20091 Theta
20092 \end_layout
20093
20094 \end_inset
20095 </cell>
20096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20097 \begin_inset Text
20098
20099 \begin_layout Plain Layout
20100 \begin_inset Formula $\Theta$
20101 \end_inset
20102
20103
20104 \end_layout
20105
20106 \end_inset
20107 </cell>
20108 </row>
20109 <row>
20110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20111 \begin_inset Text
20112
20113 \begin_layout Plain Layout
20114
20115 \backslash
20116 Lambda
20117 \end_layout
20118
20119 \end_inset
20120 </cell>
20121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20122 \begin_inset Text
20123
20124 \begin_layout Plain Layout
20125 \begin_inset Formula $\Lambda$
20126 \end_inset
20127
20128
20129 \end_layout
20130
20131 \end_inset
20132 </cell>
20133 </row>
20134 <row>
20135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20136 \begin_inset Text
20137
20138 \begin_layout Plain Layout
20139
20140 \backslash
20141 Xi
20142 \end_layout
20143
20144 \end_inset
20145 </cell>
20146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20147 \begin_inset Text
20148
20149 \begin_layout Plain Layout
20150 \begin_inset Formula $\Xi$
20151 \end_inset
20152
20153
20154 \end_layout
20155
20156 \end_inset
20157 </cell>
20158 </row>
20159 <row>
20160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20161 \begin_inset Text
20162
20163 \begin_layout Plain Layout
20164
20165 \backslash
20166 Pi
20167 \end_layout
20168
20169 \end_inset
20170 </cell>
20171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20172 \begin_inset Text
20173
20174 \begin_layout Plain Layout
20175 \begin_inset Formula $\Pi$
20176 \end_inset
20177
20178
20179 \end_layout
20180
20181 \end_inset
20182 </cell>
20183 </row>
20184 </lyxtabular>
20185
20186 \end_inset
20187
20188
20189 \begin_inset space \hfill{}
20190 \end_inset
20191
20192
20193 \begin_inset Tabular
20194 <lyxtabular version="3" rows="6" columns="2">
20195 <features>
20196 <column alignment="center" valignment="top" width="0pt">
20197 <column alignment="center" valignment="top" width="0pt">
20198 <row>
20199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20200 \begin_inset Text
20201
20202 \begin_layout Plain Layout
20203 Command
20204 \end_layout
20205
20206 \end_inset
20207 </cell>
20208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20209 \begin_inset Text
20210
20211 \begin_layout Plain Layout
20212 Result
20213 \end_layout
20214
20215 \end_inset
20216 </cell>
20217 </row>
20218 <row>
20219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20220 \begin_inset Text
20221
20222 \begin_layout Plain Layout
20223
20224 \backslash
20225 Sigma
20226 \end_layout
20227
20228 \end_inset
20229 </cell>
20230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20231 \begin_inset Text
20232
20233 \begin_layout Plain Layout
20234 \begin_inset Formula $\Sigma$
20235 \end_inset
20236
20237
20238 \end_layout
20239
20240 \end_inset
20241 </cell>
20242 </row>
20243 <row>
20244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20245 \begin_inset Text
20246
20247 \begin_layout Plain Layout
20248
20249 \backslash
20250 Upsilon
20251 \end_layout
20252
20253 \end_inset
20254 </cell>
20255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20256 \begin_inset Text
20257
20258 \begin_layout Plain Layout
20259 \begin_inset Formula $\Upsilon$
20260 \end_inset
20261
20262
20263 \end_layout
20264
20265 \end_inset
20266 </cell>
20267 </row>
20268 <row>
20269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20270 \begin_inset Text
20271
20272 \begin_layout Plain Layout
20273
20274 \backslash
20275 Phi
20276 \end_layout
20277
20278 \end_inset
20279 </cell>
20280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20281 \begin_inset Text
20282
20283 \begin_layout Plain Layout
20284 \begin_inset Formula $\Phi$
20285 \end_inset
20286
20287
20288 \end_layout
20289
20290 \end_inset
20291 </cell>
20292 </row>
20293 <row>
20294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20295 \begin_inset Text
20296
20297 \begin_layout Plain Layout
20298
20299 \backslash
20300 Psi
20301 \end_layout
20302
20303 \end_inset
20304 </cell>
20305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20306 \begin_inset Text
20307
20308 \begin_layout Plain Layout
20309 \begin_inset Formula $\Psi$
20310 \end_inset
20311
20312
20313 \end_layout
20314
20315 \end_inset
20316 </cell>
20317 </row>
20318 <row>
20319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20320 \begin_inset Text
20321
20322 \begin_layout Plain Layout
20323
20324 \backslash
20325 Omega
20326 \end_layout
20327
20328 \end_inset
20329 </cell>
20330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20331 \begin_inset Text
20332
20333 \begin_layout Plain Layout
20334 \begin_inset Formula $\Omega$
20335 \end_inset
20336
20337
20338 \end_layout
20339
20340 \end_inset
20341 </cell>
20342 </row>
20343 </lyxtabular>
20344
20345 \end_inset
20346
20347
20348 \begin_inset space \hfill{}
20349 \end_inset
20350
20351
20352 \end_layout
20353
20354 \begin_layout Standard
20355 \begin_inset VSpace medskip
20356 \end_inset
20357
20358 That the big Greek letters appear upright is caused by a design bug when
20359  TeX was developed.
20360  To get correct italic big letters, begin every command with 
20361 \series bold
20362 var
20363 \series default
20364 .
20365  For example the command 
20366 \series bold
20367
20368 \backslash
20369 varGamma
20370 \series default
20371  produces: 
20372 \begin_inset Formula $\varGamma$
20373 \end_inset
20374
20375
20376 \end_layout
20377
20378 \begin_layout Subsection
20379 Bold Letters
20380 \begin_inset Index
20381 status collapsed
20382
20383 \begin_layout Plain Layout
20384 Greek letters ! bold
20385 \end_layout
20386
20387 \end_inset
20388
20389
20390 \end_layout
20391
20392 \begin_layout Standard
20393 Greek letters cannot be set with different font styles like Latin letters.
20394  They can only be made bold with the command 
20395 \series bold
20396
20397 \backslash
20398 boldsymbol
20399 \series default
20400
20401 \begin_inset Index
20402 status collapsed
20403
20404 \begin_layout Plain Layout
20405 Commands ! B ! 
20406 \backslash
20407 boldsymbol
20408 \end_layout
20409
20410 \end_inset
20411
20412 .
20413 \end_layout
20414
20415 \begin_layout Standard
20416 \align center
20417 \begin_inset Tabular
20418 <lyxtabular version="3" rows="3" columns="2">
20419 <features>
20420 <column alignment="center" valignment="top" width="0">
20421 <column alignment="center" valignment="top" width="0">
20422 <row>
20423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20424 \begin_inset Text
20425
20426 \begin_layout Plain Layout
20427 Command
20428 \end_layout
20429
20430 \end_inset
20431 </cell>
20432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20433 \begin_inset Text
20434
20435 \begin_layout Plain Layout
20436 Result
20437 \end_layout
20438
20439 \end_inset
20440 </cell>
20441 </row>
20442 <row>
20443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20444 \begin_inset Text
20445
20446 \begin_layout Plain Layout
20447
20448 \backslash
20449 Upsilon
20450 \backslash
20451 boldsymbol
20452 \backslash
20453 Upsilon
20454 \end_layout
20455
20456 \end_inset
20457 </cell>
20458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20459 \begin_inset Text
20460
20461 \begin_layout Plain Layout
20462 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20463 \end_inset
20464
20465
20466 \end_layout
20467
20468 \end_inset
20469 </cell>
20470 </row>
20471 <row>
20472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20473 \begin_inset Text
20474
20475 \begin_layout Plain Layout
20476
20477 \backslash
20478 theta
20479 \backslash
20480 boldsymbol
20481 \backslash
20482 theta
20483 \end_layout
20484
20485 \end_inset
20486 </cell>
20487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20488 \begin_inset Text
20489
20490 \begin_layout Plain Layout
20491 \begin_inset Formula $\theta\boldsymbol{\theta}$
20492 \end_inset
20493
20494
20495 \end_layout
20496
20497 \end_inset
20498 </cell>
20499 </row>
20500 </lyxtabular>
20501
20502 \end_inset
20503
20504
20505 \end_layout
20506
20507 \begin_layout Section
20508 Symbols
20509 \begin_inset ERT
20510 status collapsed
20511
20512 \begin_layout Plain Layout
20513
20514
20515 \backslash
20516 texorpdfstring{
20517 \end_layout
20518
20519 \end_inset
20520
20521
20522 \begin_inset Foot
20523 status collapsed
20524
20525 \begin_layout Plain Layout
20526 A list with all symbols of most of the LaTeX-packages can be found in 
20527 \begin_inset CommandInset citation
20528 LatexCommand cite
20529 key "Symbole"
20530
20531 \end_inset
20532
20533 .
20534 \end_layout
20535
20536 \end_inset
20537
20538
20539 \begin_inset ERT
20540 status collapsed
20541
20542 \begin_layout Plain Layout
20543
20544 }{}
20545 \end_layout
20546
20547 \end_inset
20548
20549
20550 \begin_inset Note Note
20551 status collapsed
20552
20553 \begin_layout Plain Layout
20554
20555 \backslash
20556 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20557 \end_layout
20558
20559 \begin_layout Plain Layout
20560 More about 
20561 \backslash
20562 texorpdfstring is in section 
20563 \begin_inset CommandInset ref
20564 LatexCommand ref
20565 reference "sub:Formulas-in-Section"
20566
20567 \end_inset
20568
20569 .
20570 \end_layout
20571
20572 \end_inset
20573
20574
20575 \begin_inset Index
20576 status collapsed
20577
20578 \begin_layout Plain Layout
20579 Symbols
20580 \end_layout
20581
20582 \end_inset
20583
20584
20585 \end_layout
20586
20587 \begin_layout Standard
20588 Many of the symbols listed in this section can also be inserted via the
20589  toolbar buttons 
20590 \begin_inset Graphics
20591         filename ../images/math/nabla.png
20592         scale 85
20593
20594 \end_inset
20595
20596  and 
20597 \begin_inset Graphics
20598         filename ../images/math/digamma.png
20599         scale 85
20600
20601 \end_inset
20602
20603 .
20604 \end_layout
20605
20606 \begin_layout Subsection
20607 Mathematical Symbols
20608 \begin_inset CommandInset label
20609 LatexCommand label
20610 name "sub:Mathematical-Symbols"
20611
20612 \end_inset
20613
20614
20615 \begin_inset Index
20616 status collapsed
20617
20618 \begin_layout Plain Layout
20619 Symbols ! mathematical
20620 \end_layout
20621
20622 \end_inset
20623
20624
20625 \end_layout
20626
20627 \begin_layout Standard
20628 \begin_inset space \hfill{}
20629 \end_inset
20630
20631
20632 \begin_inset Tabular
20633 <lyxtabular version="3" rows="10" columns="2">
20634 <features>
20635 <column alignment="center" valignment="top" width="0pt">
20636 <column alignment="center" valignment="top" width="0pt">
20637 <row>
20638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20639 \begin_inset Text
20640
20641 \begin_layout Plain Layout
20642 Command
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20648 \begin_inset Text
20649
20650 \begin_layout Plain Layout
20651 Result
20652 \end_layout
20653
20654 \end_inset
20655 </cell>
20656 </row>
20657 <row>
20658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20659 \begin_inset Text
20660
20661 \begin_layout Plain Layout
20662
20663 \backslash
20664 neg
20665 \end_layout
20666
20667 \end_inset
20668 </cell>
20669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20670 \begin_inset Text
20671
20672 \begin_layout Plain Layout
20673 \begin_inset Formula $\neg$
20674 \end_inset
20675
20676
20677 \end_layout
20678
20679 \end_inset
20680 </cell>
20681 </row>
20682 <row>
20683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20684 \begin_inset Text
20685
20686 \begin_layout Plain Layout
20687
20688 \backslash
20689 Im
20690 \end_layout
20691
20692 \end_inset
20693 </cell>
20694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20695 \begin_inset Text
20696
20697 \begin_layout Plain Layout
20698 \begin_inset Formula $\Im$
20699 \end_inset
20700
20701
20702 \end_layout
20703
20704 \end_inset
20705 </cell>
20706 </row>
20707 <row>
20708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20709 \begin_inset Text
20710
20711 \begin_layout Plain Layout
20712
20713 \backslash
20714 Re
20715 \end_layout
20716
20717 \end_inset
20718 </cell>
20719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20720 \begin_inset Text
20721
20722 \begin_layout Plain Layout
20723 \begin_inset Formula $\Re$
20724 \end_inset
20725
20726
20727 \end_layout
20728
20729 \end_inset
20730 </cell>
20731 </row>
20732 <row>
20733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20734 \begin_inset Text
20735
20736 \begin_layout Plain Layout
20737
20738 \backslash
20739 aleph
20740 \end_layout
20741
20742 \end_inset
20743 </cell>
20744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20745 \begin_inset Text
20746
20747 \begin_layout Plain Layout
20748 \begin_inset Formula $\aleph$
20749 \end_inset
20750
20751
20752 \end_layout
20753
20754 \end_inset
20755 </cell>
20756 </row>
20757 <row>
20758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762
20763 \backslash
20764 partial
20765 \end_layout
20766
20767 \end_inset
20768 </cell>
20769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20770 \begin_inset Text
20771
20772 \begin_layout Plain Layout
20773 \begin_inset Formula $\partial$
20774 \end_inset
20775
20776
20777 \end_layout
20778
20779 \end_inset
20780 </cell>
20781 </row>
20782 <row>
20783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20784 \begin_inset Text
20785
20786 \begin_layout Plain Layout
20787
20788 \backslash
20789 infty
20790 \end_layout
20791
20792 \end_inset
20793 </cell>
20794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20795 \begin_inset Text
20796
20797 \begin_layout Plain Layout
20798 \begin_inset Formula $\infty$
20799 \end_inset
20800
20801
20802 \end_layout
20803
20804 \end_inset
20805 </cell>
20806 </row>
20807 <row>
20808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20809 \begin_inset Text
20810
20811 \begin_layout Plain Layout
20812
20813 \backslash
20814 wp
20815 \end_layout
20816
20817 \end_inset
20818 </cell>
20819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20820 \begin_inset Text
20821
20822 \begin_layout Plain Layout
20823 \begin_inset Formula $\wp$
20824 \end_inset
20825
20826
20827 \end_layout
20828
20829 \end_inset
20830 </cell>
20831 </row>
20832 <row>
20833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20834 \begin_inset Text
20835
20836 \begin_layout Plain Layout
20837
20838 \backslash
20839 imath
20840 \end_layout
20841
20842 \end_inset
20843 </cell>
20844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20845 \begin_inset Text
20846
20847 \begin_layout Plain Layout
20848 \begin_inset Formula $\imath$
20849 \end_inset
20850
20851
20852 \end_layout
20853
20854 \end_inset
20855 </cell>
20856 </row>
20857 <row>
20858 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20859 \begin_inset Text
20860
20861 \begin_layout Plain Layout
20862
20863 \backslash
20864 jmath
20865 \end_layout
20866
20867 \end_inset
20868 </cell>
20869 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20870 \begin_inset Text
20871
20872 \begin_layout Plain Layout
20873 \begin_inset Formula $\jmath$
20874 \end_inset
20875
20876
20877 \end_layout
20878
20879 \end_inset
20880 </cell>
20881 </row>
20882 </lyxtabular>
20883
20884 \end_inset
20885
20886
20887 \begin_inset space \hfill{}
20888 \end_inset
20889
20890
20891 \begin_inset Tabular
20892 <lyxtabular version="3" rows="10" columns="2">
20893 <features>
20894 <column alignment="center" valignment="top" width="0pt">
20895 <column alignment="center" valignment="top" width="0pt">
20896 <row>
20897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20898 \begin_inset Text
20899
20900 \begin_layout Plain Layout
20901 Command
20902 \end_layout
20903
20904 \end_inset
20905 </cell>
20906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20907 \begin_inset Text
20908
20909 \begin_layout Plain Layout
20910 Result
20911 \begin_inset Note Note
20912 status collapsed
20913
20914 \begin_layout Plain Layout
20915
20916 \series bold
20917
20918 \backslash
20919 raisebox
20920 \series default
20921  is only used as spacer.
20922 \end_layout
20923
20924 \end_inset
20925
20926
20927 \end_layout
20928
20929 \end_inset
20930 </cell>
20931 </row>
20932 <row>
20933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20934 \begin_inset Text
20935
20936 \begin_layout Plain Layout
20937
20938 \backslash
20939 forall
20940 \end_layout
20941
20942 \end_inset
20943 </cell>
20944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20945 \begin_inset Text
20946
20947 \begin_layout Plain Layout
20948 \begin_inset Formula $\forall$
20949 \end_inset
20950
20951
20952 \end_layout
20953
20954 \end_inset
20955 </cell>
20956 </row>
20957 <row>
20958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20959 \begin_inset Text
20960
20961 \begin_layout Plain Layout
20962
20963 \backslash
20964 exists
20965 \end_layout
20966
20967 \end_inset
20968 </cell>
20969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20970 \begin_inset Text
20971
20972 \begin_layout Plain Layout
20973 \begin_inset Formula $\exists$
20974 \end_inset
20975
20976
20977 \end_layout
20978
20979 \end_inset
20980 </cell>
20981 </row>
20982 <row>
20983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20984 \begin_inset Text
20985
20986 \begin_layout Plain Layout
20987
20988 \backslash
20989 nexists
20990 \end_layout
20991
20992 \end_inset
20993 </cell>
20994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20995 \begin_inset Text
20996
20997 \begin_layout Plain Layout
20998 \begin_inset Formula $\nexists$
20999 \end_inset
21000
21001
21002 \end_layout
21003
21004 \end_inset
21005 </cell>
21006 </row>
21007 <row>
21008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21009 \begin_inset Text
21010
21011 \begin_layout Plain Layout
21012
21013 \backslash
21014 emptyset
21015 \end_layout
21016
21017 \end_inset
21018 </cell>
21019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21020 \begin_inset Text
21021
21022 \begin_layout Plain Layout
21023 \begin_inset Formula $\emptyset$
21024 \end_inset
21025
21026
21027 \end_layout
21028
21029 \end_inset
21030 </cell>
21031 </row>
21032 <row>
21033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21034 \begin_inset Text
21035
21036 \begin_layout Plain Layout
21037
21038 \backslash
21039 varnothing
21040 \end_layout
21041
21042 \end_inset
21043 </cell>
21044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21045 \begin_inset Text
21046
21047 \begin_layout Plain Layout
21048 \begin_inset Formula $\varnothing$
21049 \end_inset
21050
21051
21052 \end_layout
21053
21054 \end_inset
21055 </cell>
21056 </row>
21057 <row>
21058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21059 \begin_inset Text
21060
21061 \begin_layout Plain Layout
21062
21063 \backslash
21064 dag
21065 \end_layout
21066
21067 \end_inset
21068 </cell>
21069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21070 \begin_inset Text
21071
21072 \begin_layout Plain Layout
21073 \begin_inset Formula $\dag$
21074 \end_inset
21075
21076
21077 \end_layout
21078
21079 \end_inset
21080 </cell>
21081 </row>
21082 <row>
21083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21084 \begin_inset Text
21085
21086 \begin_layout Plain Layout
21087
21088 \backslash
21089 ddag
21090 \end_layout
21091
21092 \end_inset
21093 </cell>
21094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21095 \begin_inset Text
21096
21097 \begin_layout Plain Layout
21098 \begin_inset Formula $\ddag$
21099 \end_inset
21100
21101
21102 \end_layout
21103
21104 \end_inset
21105 </cell>
21106 </row>
21107 <row>
21108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21109 \begin_inset Text
21110
21111 \begin_layout Plain Layout
21112
21113 \backslash
21114 complement
21115 \end_layout
21116
21117 \end_inset
21118 </cell>
21119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21120 \begin_inset Text
21121
21122 \begin_layout Plain Layout
21123 \begin_inset ERT
21124 status collapsed
21125
21126 \begin_layout Plain Layout
21127
21128
21129 \backslash
21130 raisebox{-0.8mm}{
21131 \end_layout
21132
21133 \end_inset
21134
21135
21136 \begin_inset Formula $\complement$
21137 \end_inset
21138
21139
21140 \begin_inset ERT
21141 status collapsed
21142
21143 \begin_layout Plain Layout
21144
21145 }
21146 \end_layout
21147
21148 \end_inset
21149
21150
21151 \end_layout
21152
21153 \end_inset
21154 </cell>
21155 </row>
21156 <row>
21157 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21158 \begin_inset Text
21159
21160 \begin_layout Plain Layout
21161
21162 \backslash
21163 Bbbk
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21169 \begin_inset Text
21170
21171 \begin_layout Plain Layout
21172 \begin_inset Formula $\Bbbk$
21173 \end_inset
21174
21175
21176 \end_layout
21177
21178 \end_inset
21179 </cell>
21180 </row>
21181 </lyxtabular>
21182
21183 \end_inset
21184
21185
21186 \begin_inset space \hfill{}
21187 \end_inset
21188
21189
21190 \begin_inset Tabular
21191 <lyxtabular version="3" rows="10" columns="2">
21192 <features>
21193 <column alignment="center" valignment="top" width="0pt">
21194 <column alignment="center" valignment="top" width="0pt">
21195 <row>
21196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21197 \begin_inset Text
21198
21199 \begin_layout Plain Layout
21200 Command
21201 \end_layout
21202
21203 \end_inset
21204 </cell>
21205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21206 \begin_inset Text
21207
21208 \begin_layout Plain Layout
21209 Result
21210 \end_layout
21211
21212 \end_inset
21213 </cell>
21214 </row>
21215 <row>
21216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21217 \begin_inset Text
21218
21219 \begin_layout Plain Layout
21220
21221 \backslash
21222 prime
21223 \end_layout
21224
21225 \end_inset
21226 </cell>
21227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21228 \begin_inset Text
21229
21230 \begin_layout Plain Layout
21231 \begin_inset Formula $\prime$
21232 \end_inset
21233
21234
21235 \end_layout
21236
21237 \end_inset
21238 </cell>
21239 </row>
21240 <row>
21241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21242 \begin_inset Text
21243
21244 \begin_layout Plain Layout
21245
21246 \backslash
21247 backprime
21248 \end_layout
21249
21250 \end_inset
21251 </cell>
21252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21253 \begin_inset Text
21254
21255 \begin_layout Plain Layout
21256 \begin_inset Formula $\backprime$
21257 \end_inset
21258
21259
21260 \end_layout
21261
21262 \end_inset
21263 </cell>
21264 </row>
21265 <row>
21266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21267 \begin_inset Text
21268
21269 \begin_layout Plain Layout
21270
21271 \backslash
21272 mho
21273 \end_layout
21274
21275 \end_inset
21276 </cell>
21277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21278 \begin_inset Text
21279
21280 \begin_layout Plain Layout
21281 \begin_inset Formula $\mho$
21282 \end_inset
21283
21284
21285 \end_layout
21286
21287 \end_inset
21288 </cell>
21289 </row>
21290 <row>
21291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21292 \begin_inset Text
21293
21294 \begin_layout Plain Layout
21295
21296 \backslash
21297 triangle
21298 \end_layout
21299
21300 \end_inset
21301 </cell>
21302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21303 \begin_inset Text
21304
21305 \begin_layout Plain Layout
21306 \begin_inset Formula $\triangle$
21307 \end_inset
21308
21309
21310 \end_layout
21311
21312 \end_inset
21313 </cell>
21314 </row>
21315 <row>
21316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21317 \begin_inset Text
21318
21319 \begin_layout Plain Layout
21320
21321 \backslash
21322 angle
21323 \end_layout
21324
21325 \end_inset
21326 </cell>
21327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21328 \begin_inset Text
21329
21330 \begin_layout Plain Layout
21331 \begin_inset Formula $\angle$
21332 \end_inset
21333
21334
21335 \end_layout
21336
21337 \end_inset
21338 </cell>
21339 </row>
21340 <row>
21341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21342 \begin_inset Text
21343
21344 \begin_layout Plain Layout
21345
21346 \backslash
21347 measuredangle
21348 \end_layout
21349
21350 \end_inset
21351 </cell>
21352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21353 \begin_inset Text
21354
21355 \begin_layout Plain Layout
21356 \begin_inset Formula $\measuredangle$
21357 \end_inset
21358
21359
21360 \end_layout
21361
21362 \end_inset
21363 </cell>
21364 </row>
21365 <row>
21366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21367 \begin_inset Text
21368
21369 \begin_layout Plain Layout
21370
21371 \backslash
21372 sphericalangle
21373 \end_layout
21374
21375 \end_inset
21376 </cell>
21377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21378 \begin_inset Text
21379
21380 \begin_layout Plain Layout
21381 \begin_inset Formula $\sphericalangle$
21382 \end_inset
21383
21384
21385 \end_layout
21386
21387 \end_inset
21388 </cell>
21389 </row>
21390 <row>
21391 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21392 \begin_inset Text
21393
21394 \begin_layout Plain Layout
21395
21396 \backslash
21397 top
21398 \end_layout
21399
21400 \end_inset
21401 </cell>
21402 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21403 \begin_inset Text
21404
21405 \begin_layout Plain Layout
21406 \begin_inset Formula $\top$
21407 \end_inset
21408
21409
21410 \end_layout
21411
21412 \end_inset
21413 </cell>
21414 </row>
21415 <row>
21416 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21417 \begin_inset Text
21418
21419 \begin_layout Plain Layout
21420
21421 \backslash
21422 bot
21423 \end_layout
21424
21425 \end_inset
21426 </cell>
21427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21428 \begin_inset Text
21429
21430 \begin_layout Plain Layout
21431 \begin_inset Formula $\bot$
21432 \end_inset
21433
21434
21435 \end_layout
21436
21437 \end_inset
21438 </cell>
21439 </row>
21440 </lyxtabular>
21441
21442 \end_inset
21443
21444
21445 \begin_inset space \hfill{}
21446 \end_inset
21447
21448
21449 \end_layout
21450
21451 \begin_layout Subsection
21452 Miscellaneous Symbols
21453 \begin_inset CommandInset label
21454 LatexCommand label
21455 name "sub:Miscellaneous-Symbols"
21456
21457 \end_inset
21458
21459
21460 \begin_inset Index
21461 status collapsed
21462
21463 \begin_layout Plain Layout
21464 Symbols ! miscellaneous
21465 \end_layout
21466
21467 \end_inset
21468
21469
21470 \end_layout
21471
21472 \begin_layout Standard
21473 \noindent
21474 \align center
21475 \begin_inset Tabular
21476 <lyxtabular version="3" rows="10" columns="2">
21477 <features>
21478 <column alignment="center" valignment="top" width="0pt">
21479 <column alignment="center" valignment="top" width="0pt">
21480 <row>
21481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21482 \begin_inset Text
21483
21484 \begin_layout Plain Layout
21485 Command
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21491 \begin_inset Text
21492
21493 \begin_layout Plain Layout
21494 Result
21495 \end_layout
21496
21497 \end_inset
21498 </cell>
21499 </row>
21500 <row>
21501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21502 \begin_inset Text
21503
21504 \begin_layout Plain Layout
21505
21506 \backslash
21507 flat
21508 \end_layout
21509
21510 \end_inset
21511 </cell>
21512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21513 \begin_inset Text
21514
21515 \begin_layout Plain Layout
21516 \begin_inset Formula $\flat$
21517 \end_inset
21518
21519
21520 \end_layout
21521
21522 \end_inset
21523 </cell>
21524 </row>
21525 <row>
21526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21527 \begin_inset Text
21528
21529 \begin_layout Plain Layout
21530
21531 \backslash
21532 natural
21533 \end_layout
21534
21535 \end_inset
21536 </cell>
21537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21538 \begin_inset Text
21539
21540 \begin_layout Plain Layout
21541 \begin_inset Formula $\natural$
21542 \end_inset
21543
21544
21545 \end_layout
21546
21547 \end_inset
21548 </cell>
21549 </row>
21550 <row>
21551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21552 \begin_inset Text
21553
21554 \begin_layout Plain Layout
21555
21556 \backslash
21557 sharp
21558 \end_layout
21559
21560 \end_inset
21561 </cell>
21562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21563 \begin_inset Text
21564
21565 \begin_layout Plain Layout
21566 \begin_inset Formula $\sharp$
21567 \end_inset
21568
21569
21570 \end_layout
21571
21572 \end_inset
21573 </cell>
21574 </row>
21575 <row>
21576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21577 \begin_inset Text
21578
21579 \begin_layout Plain Layout
21580
21581 \backslash
21582 surd
21583 \end_layout
21584
21585 \end_inset
21586 </cell>
21587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21588 \begin_inset Text
21589
21590 \begin_layout Plain Layout
21591 \begin_inset Formula $\surd$
21592 \end_inset
21593
21594
21595 \end_layout
21596
21597 \end_inset
21598 </cell>
21599 </row>
21600 <row>
21601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21602 \begin_inset Text
21603
21604 \begin_layout Plain Layout
21605
21606 \backslash
21607 checkmark
21608 \end_layout
21609
21610 \end_inset
21611 </cell>
21612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21613 \begin_inset Text
21614
21615 \begin_layout Plain Layout
21616 \begin_inset Formula $\checkmark$
21617 \end_inset
21618
21619
21620 \end_layout
21621
21622 \end_inset
21623 </cell>
21624 </row>
21625 <row>
21626 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21627 \begin_inset Text
21628
21629 \begin_layout Plain Layout
21630
21631 \backslash
21632 yen
21633 \end_layout
21634
21635 \end_inset
21636 </cell>
21637 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21638 \begin_inset Text
21639
21640 \begin_layout Plain Layout
21641 \begin_inset Formula $\yen$
21642 \end_inset
21643
21644
21645 \end_layout
21646
21647 \end_inset
21648 </cell>
21649 </row>
21650 <row>
21651 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21652 \begin_inset Text
21653
21654 \begin_layout Plain Layout
21655
21656 \backslash
21657 pounds
21658 \end_layout
21659
21660 \end_inset
21661 </cell>
21662 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21663 \begin_inset Text
21664
21665 \begin_layout Plain Layout
21666 \begin_inset Formula $\pounds$
21667 \end_inset
21668
21669
21670 \end_layout
21671
21672 \end_inset
21673 </cell>
21674 </row>
21675 <row>
21676 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21677 \begin_inset Text
21678
21679 \begin_layout Plain Layout
21680 $
21681 \end_layout
21682
21683 \end_inset
21684 </cell>
21685 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21686 \begin_inset Text
21687
21688 \begin_layout Plain Layout
21689 \begin_inset Formula $\$$
21690 \end_inset
21691
21692
21693 \end_layout
21694
21695 \end_inset
21696 </cell>
21697 </row>
21698 <row>
21699 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21700 \begin_inset Text
21701
21702 \begin_layout Plain Layout
21703 §
21704 \end_layout
21705
21706 \end_inset
21707 </cell>
21708 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21709 \begin_inset Text
21710
21711 \begin_layout Plain Layout
21712 \begin_inset Formula $§$
21713 \end_inset
21714
21715
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 </row>
21721 </lyxtabular>
21722
21723 \end_inset
21724
21725
21726 \begin_inset Tabular
21727 <lyxtabular version="3" rows="10" columns="2">
21728 <features>
21729 <column alignment="center" valignment="top" width="0">
21730 <column alignment="center" valignment="top" width="0">
21731 <row>
21732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21733 \begin_inset Text
21734
21735 \begin_layout Plain Layout
21736 Command
21737 \end_layout
21738
21739 \end_inset
21740 </cell>
21741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21742 \begin_inset Text
21743
21744 \begin_layout Plain Layout
21745 Result
21746 \end_layout
21747
21748 \end_inset
21749 </cell>
21750 </row>
21751 <row>
21752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21753 \begin_inset Text
21754
21755 \begin_layout Plain Layout
21756
21757 \backslash
21758 hbar
21759 \end_layout
21760
21761 \end_inset
21762 </cell>
21763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21764 \begin_inset Text
21765
21766 \begin_layout Plain Layout
21767 \begin_inset Formula $\hbar$
21768 \end_inset
21769
21770
21771 \end_layout
21772
21773 \end_inset
21774 </cell>
21775 </row>
21776 <row>
21777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21778 \begin_inset Text
21779
21780 \begin_layout Plain Layout
21781
21782 \backslash
21783 hslash
21784 \end_layout
21785
21786 \end_inset
21787 </cell>
21788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21789 \begin_inset Text
21790
21791 \begin_layout Plain Layout
21792 \begin_inset Formula $\hslash$
21793 \end_inset
21794
21795
21796 \end_layout
21797
21798 \end_inset
21799 </cell>
21800 </row>
21801 <row>
21802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21803 \begin_inset Text
21804
21805 \begin_layout Plain Layout
21806
21807 \backslash
21808 clubsuit
21809 \end_layout
21810
21811 \end_inset
21812 </cell>
21813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21814 \begin_inset Text
21815
21816 \begin_layout Plain Layout
21817 \begin_inset Formula $\clubsuit$
21818 \end_inset
21819
21820
21821 \end_layout
21822
21823 \end_inset
21824 </cell>
21825 </row>
21826 <row>
21827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21828 \begin_inset Text
21829
21830 \begin_layout Plain Layout
21831
21832 \backslash
21833 spadesuit
21834 \end_layout
21835
21836 \end_inset
21837 </cell>
21838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21839 \begin_inset Text
21840
21841 \begin_layout Plain Layout
21842 \begin_inset Formula $\spadesuit$
21843 \end_inset
21844
21845
21846 \end_layout
21847
21848 \end_inset
21849 </cell>
21850 </row>
21851 <row>
21852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21853 \begin_inset Text
21854
21855 \begin_layout Plain Layout
21856
21857 \backslash
21858 bigstar
21859 \end_layout
21860
21861 \end_inset
21862 </cell>
21863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21864 \begin_inset Text
21865
21866 \begin_layout Plain Layout
21867 \begin_inset Formula $\bigstar$
21868 \end_inset
21869
21870
21871 \end_layout
21872
21873 \end_inset
21874 </cell>
21875 </row>
21876 <row>
21877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21878 \begin_inset Text
21879
21880 \begin_layout Plain Layout
21881
21882 \backslash
21883 blacklozenge
21884 \end_layout
21885
21886 \end_inset
21887 </cell>
21888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21889 \begin_inset Text
21890
21891 \begin_layout Plain Layout
21892 \begin_inset Formula $\blacklozenge$
21893 \end_inset
21894
21895
21896 \end_layout
21897
21898 \end_inset
21899 </cell>
21900 </row>
21901 <row>
21902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21903 \begin_inset Text
21904
21905 \begin_layout Plain Layout
21906
21907 \backslash
21908 blacktriangle
21909 \end_layout
21910
21911 \end_inset
21912 </cell>
21913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21914 \begin_inset Text
21915
21916 \begin_layout Plain Layout
21917 \begin_inset Formula $\blacktriangle$
21918 \end_inset
21919
21920
21921 \end_layout
21922
21923 \end_inset
21924 </cell>
21925 </row>
21926 <row>
21927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21928 \begin_inset Text
21929
21930 \begin_layout Plain Layout
21931
21932 \backslash
21933 blacktiangledown
21934 \end_layout
21935
21936 \end_inset
21937 </cell>
21938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21939 \begin_inset Text
21940
21941 \begin_layout Plain Layout
21942 \begin_inset Formula $\blacktriangledown$
21943 \end_inset
21944
21945
21946 \end_layout
21947
21948 \end_inset
21949 </cell>
21950 </row>
21951 <row>
21952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21953 \begin_inset Text
21954
21955 \begin_layout Plain Layout
21956
21957 \backslash
21958 bullet
21959 \end_layout
21960
21961 \end_inset
21962 </cell>
21963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21964 \begin_inset Text
21965
21966 \begin_layout Plain Layout
21967 \begin_inset Formula $\bullet$
21968 \end_inset
21969
21970
21971 \end_layout
21972
21973 \end_inset
21974 </cell>
21975 </row>
21976 </lyxtabular>
21977
21978 \end_inset
21979
21980
21981 \begin_inset Tabular
21982 <lyxtabular version="3" rows="10" columns="2">
21983 <features>
21984 <column alignment="center" valignment="top" width="0pt">
21985 <column alignment="center" valignment="top" width="0pt">
21986 <row>
21987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21988 \begin_inset Text
21989
21990 \begin_layout Plain Layout
21991 Command
21992 \end_layout
21993
21994 \end_inset
21995 </cell>
21996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21997 \begin_inset Text
21998
21999 \begin_layout Plain Layout
22000 Result
22001 \end_layout
22002
22003 \end_inset
22004 </cell>
22005 </row>
22006 <row>
22007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22008 \begin_inset Text
22009
22010 \begin_layout Plain Layout
22011
22012 \backslash
22013 diamondsuit
22014 \end_layout
22015
22016 \end_inset
22017 </cell>
22018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22019 \begin_inset Text
22020
22021 \begin_layout Plain Layout
22022 \begin_inset Formula $\diamondsuit$
22023 \end_inset
22024
22025
22026 \end_layout
22027
22028 \end_inset
22029 </cell>
22030 </row>
22031 <row>
22032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22033 \begin_inset Text
22034
22035 \begin_layout Plain Layout
22036
22037 \backslash
22038 Diamond
22039 \end_layout
22040
22041 \end_inset
22042 </cell>
22043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22044 \begin_inset Text
22045
22046 \begin_layout Plain Layout
22047 \begin_inset Formula $\Diamond$
22048 \end_inset
22049
22050
22051 \end_layout
22052
22053 \end_inset
22054 </cell>
22055 </row>
22056 <row>
22057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22058 \begin_inset Text
22059
22060 \begin_layout Plain Layout
22061
22062 \backslash
22063 heartsuit
22064 \end_layout
22065
22066 \end_inset
22067 </cell>
22068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22069 \begin_inset Text
22070
22071 \begin_layout Plain Layout
22072 \begin_inset Formula $\heartsuit$
22073 \end_inset
22074
22075
22076 \end_layout
22077
22078 \end_inset
22079 </cell>
22080 </row>
22081 <row>
22082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22083 \begin_inset Text
22084
22085 \begin_layout Plain Layout
22086
22087 \backslash
22088 P
22089 \end_layout
22090
22091 \end_inset
22092 </cell>
22093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22094 \begin_inset Text
22095
22096 \begin_layout Plain Layout
22097 \begin_inset Formula $\P$
22098 \end_inset
22099
22100
22101 \end_layout
22102
22103 \end_inset
22104 </cell>
22105 </row>
22106 <row>
22107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22108 \begin_inset Text
22109
22110 \begin_layout Plain Layout
22111
22112 \backslash
22113 copyright
22114 \end_layout
22115
22116 \end_inset
22117 </cell>
22118 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22119 \begin_inset Text
22120
22121 \begin_layout Plain Layout
22122 \begin_inset Formula $\copyright$
22123 \end_inset
22124
22125
22126 \end_layout
22127
22128 \end_inset
22129 </cell>
22130 </row>
22131 <row>
22132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22133 \begin_inset Text
22134
22135 \begin_layout Plain Layout
22136
22137 \backslash
22138 circledR
22139 \end_layout
22140
22141 \end_inset
22142 </cell>
22143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22144 \begin_inset Text
22145
22146 \begin_layout Plain Layout
22147 \begin_inset Formula $\circledR$
22148 \end_inset
22149
22150
22151 \end_layout
22152
22153 \end_inset
22154 </cell>
22155 </row>
22156 <row>
22157 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22158 \begin_inset Text
22159
22160 \begin_layout Plain Layout
22161
22162 \backslash
22163 maltese
22164 \end_layout
22165
22166 \end_inset
22167 </cell>
22168 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22169 \begin_inset Text
22170
22171 \begin_layout Plain Layout
22172 \begin_inset Formula $\maltese$
22173 \end_inset
22174
22175
22176 \end_layout
22177
22178 \end_inset
22179 </cell>
22180 </row>
22181 <row>
22182 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22183 \begin_inset Text
22184
22185 \begin_layout Plain Layout
22186
22187 \backslash
22188 diagup
22189 \end_layout
22190
22191 \end_inset
22192 </cell>
22193 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22194 \begin_inset Text
22195
22196 \begin_layout Plain Layout
22197 \begin_inset Formula $\diagup$
22198 \end_inset
22199
22200
22201 \end_layout
22202
22203 \end_inset
22204 </cell>
22205 </row>
22206 <row>
22207 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22208 \begin_inset Text
22209
22210 \begin_layout Plain Layout
22211
22212 \backslash
22213 diagdown
22214 \end_layout
22215
22216 \end_inset
22217 </cell>
22218 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22219 \begin_inset Text
22220
22221 \begin_layout Plain Layout
22222 \begin_inset Formula $\diagdown$
22223 \end_inset
22224
22225
22226 \end_layout
22227
22228 \end_inset
22229 </cell>
22230 </row>
22231 </lyxtabular>
22232
22233 \end_inset
22234
22235
22236 \end_layout
22237
22238 \begin_layout Standard
22239 \begin_inset VSpace medskip
22240 \end_inset
22241
22242 More symbols are listed in 
22243 \begin_inset CommandInset ref
22244 LatexCommand ref
22245 reference "sub:Miscellaneous-special-Characters"
22246
22247 \end_inset
22248
22249 .
22250 \end_layout
22251
22252 \begin_layout Standard
22253 Some symbols can be displayed in different sizes, see 
22254 \begin_inset CommandInset ref
22255 LatexCommand ref
22256 reference "sub:Font-Sizes"
22257
22258 \end_inset
22259
22260 .
22261 \end_layout
22262
22263 \begin_layout Subsection
22264 The Euro-Symbol €
22265 \begin_inset Index
22266 status collapsed
22267
22268 \begin_layout Plain Layout
22269 Symbols ! Euro-symbol
22270 \end_layout
22271
22272 \end_inset
22273
22274
22275 \begin_inset Index
22276 status collapsed
22277
22278 \begin_layout Plain Layout
22279
22280 \backslash
22281 @
22282 \begin_inset ERT
22283 status collapsed
22284
22285 \begin_layout Plain Layout
22286
22287
22288 \backslash
22289 officialeuro
22290 \end_layout
22291
22292 \end_inset
22293
22294
22295 \end_layout
22296
22297 \end_inset
22298
22299
22300 \end_layout
22301
22302 \begin_layout Standard
22303 To use the Euro symbol in formulas, the LaTeX-package 
22304 \series bold
22305 eurosym
22306 \series default
22307
22308 \begin_inset Index
22309 status collapsed
22310
22311 \begin_layout Plain Layout
22312 Packages ! eurosym
22313 \end_layout
22314
22315 \end_inset
22316
22317  must be installed and loaded with the LaTeX-preamble line
22318 \end_layout
22319
22320 \begin_layout Standard
22321
22322 \series bold
22323
22324 \backslash
22325 usepackage[gennarrow]{eurosym}
22326 \end_layout
22327
22328 \begin_layout Standard
22329 The Euro symbol can now be inserted with the command 
22330 \series bold
22331
22332 \backslash
22333 euro
22334 \series default
22335
22336 \begin_inset Index
22337 status collapsed
22338
22339 \begin_layout Plain Layout
22340 Commands ! E ! 
22341 \backslash
22342 euro
22343 \end_layout
22344
22345 \end_inset
22346
22347 .
22348 \end_layout
22349
22350 \begin_layout Standard
22351 The Euro symbol can directly be inserted with the € key in mathematical
22352  text, without having 
22353 \series bold
22354 eurosym
22355 \series default
22356  installed.
22357  When 
22358 \series bold
22359 eurosym
22360 \series default
22361  is installed, 
22362 \series bold
22363
22364 \backslash
22365 euro
22366 \series default
22367  can also be inserted in TeX-mode.
22368  The official currency symbol can then be inserted with the command 
22369 \series bold
22370
22371 \backslash
22372 officialeuro
22373 \series default
22374
22375 \begin_inset Index
22376 status collapsed
22377
22378 \begin_layout Plain Layout
22379 Commands ! O ! 
22380 \backslash
22381 officialeuro
22382 \end_layout
22383
22384 \end_inset
22385
22386 , that is only available in TeX-mode.
22387 \end_layout
22388
22389 \begin_layout Standard
22390 \begin_inset ERT
22391 status collapsed
22392
22393 \begin_layout Plain Layout
22394
22395
22396 \backslash
22397 ifeurosym 
22398 \end_layout
22399
22400 \end_inset
22401
22402
22403 \begin_inset Note Note
22404 status open
22405
22406 \begin_layout Plain Layout
22407 The following table will only be displayed when the LaTeX-package 
22408 \series bold
22409 eurosym
22410 \series default
22411  is installed.
22412 \end_layout
22413
22414 \end_inset
22415
22416
22417 \end_layout
22418
22419 \begin_layout Standard
22420 An overview about the different Euro symbols:
22421 \end_layout
22422
22423 \begin_layout Standard
22424 \align center
22425 \begin_inset Tabular
22426 <lyxtabular version="3" rows="4" columns="3">
22427 <features>
22428 <column alignment="center" valignment="top" width="0pt">
22429 <column alignment="center" valignment="top" width="0pt">
22430 <column alignment="center" valignment="top" width="0pt">
22431 <row>
22432 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Plain Layout
22445 Command 
22446 \end_layout
22447
22448 \end_inset
22449 </cell>
22450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22451 \begin_inset Text
22452
22453 \begin_layout Plain Layout
22454 Result
22455 \end_layout
22456
22457 \end_inset
22458 </cell>
22459 </row>
22460 <row>
22461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22462 \begin_inset Text
22463
22464 \begin_layout Plain Layout
22465 formula
22466 \end_layout
22467
22468 \end_inset
22469 </cell>
22470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22471 \begin_inset Text
22472
22473 \begin_layout Plain Layout
22474
22475 \backslash
22476 euro
22477 \end_layout
22478
22479 \end_inset
22480 </cell>
22481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22482 \begin_inset Text
22483
22484 \begin_layout Plain Layout
22485 \begin_inset Formula $\euro$
22486 \end_inset
22487
22488
22489 \end_layout
22490
22491 \end_inset
22492 </cell>
22493 </row>
22494 <row>
22495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22496 \begin_inset Text
22497
22498 \begin_layout Plain Layout
22499 mathematical text
22500 \end_layout
22501
22502 \end_inset
22503 </cell>
22504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22505 \begin_inset Text
22506
22507 \begin_layout Plain Layout
22508
22509 \end_layout
22510
22511 \end_inset
22512 </cell>
22513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22514 \begin_inset Text
22515
22516 \begin_layout Plain Layout
22517 \begin_inset Formula $\mbox{€}$
22518 \end_inset
22519
22520
22521 \end_layout
22522
22523 \end_inset
22524 </cell>
22525 </row>
22526 <row>
22527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22528 \begin_inset Text
22529
22530 \begin_layout Plain Layout
22531 TeX-mode
22532 \end_layout
22533
22534 \end_inset
22535 </cell>
22536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22537 \begin_inset Text
22538
22539 \begin_layout Plain Layout
22540
22541 \backslash
22542 officialeuro
22543 \end_layout
22544
22545 \end_inset
22546 </cell>
22547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22548 \begin_inset Text
22549
22550 \begin_layout Plain Layout
22551 \begin_inset ERT
22552 status collapsed
22553
22554 \begin_layout Plain Layout
22555
22556
22557 \backslash
22558 officialeuro
22559 \end_layout
22560
22561 \end_inset
22562
22563
22564 \end_layout
22565
22566 \end_inset
22567 </cell>
22568 </row>
22569 </lyxtabular>
22570
22571 \end_inset
22572
22573
22574 \end_layout
22575
22576 \begin_layout Standard
22577 \begin_inset ERT
22578 status collapsed
22579
22580 \begin_layout Plain Layout
22581
22582
22583 \backslash
22584 else 
22585 \end_layout
22586
22587 \end_inset
22588
22589
22590 \begin_inset Note Note
22591 status open
22592
22593 \begin_layout Plain Layout
22594 The following will be displayed when the LaTeX-package 
22595 \series bold
22596 eurosym
22597 \series default
22598  is not installed:
22599 \end_layout
22600
22601 \end_inset
22602
22603
22604 \end_layout
22605
22606 \begin_layout Standard
22607 You need to install the LaTeX-package 
22608 \series bold
22609 eurosym
22610 \series default
22611  to see the rest of this subsection in the output.
22612 \end_layout
22613
22614 \begin_layout Standard
22615 \begin_inset ERT
22616 status collapsed
22617
22618 \begin_layout Plain Layout
22619
22620
22621 \backslash
22622 fi 
22623 \end_layout
22624
22625 \end_inset
22626
22627
22628 \end_layout
22629
22630 \begin_layout Section
22631 Relations
22632 \begin_inset CommandInset label
22633 LatexCommand label
22634 name "sec:Relations"
22635
22636 \end_inset
22637
22638
22639 \begin_inset Index
22640 status collapsed
22641
22642 \begin_layout Plain Layout
22643 Relations
22644 \end_layout
22645
22646 \end_inset
22647
22648
22649 \begin_inset Index
22650 status collapsed
22651
22652 \begin_layout Plain Layout
22653 Comparisons|see
22654 \begin_inset ERT
22655 status collapsed
22656
22657 \begin_layout Plain Layout
22658
22659 {
22660 \end_layout
22661
22662 \end_inset
22663
22664 Relations
22665 \begin_inset ERT
22666 status collapsed
22667
22668 \begin_layout Plain Layout
22669
22670 }
22671 \end_layout
22672
22673 \end_inset
22674
22675
22676 \end_layout
22677
22678 \end_inset
22679
22680
22681 \end_layout
22682
22683 \begin_layout Standard
22684 All relations can also be inserted via the toolbar button 
22685 \begin_inset Graphics
22686         filename ../images/math/leq.png
22687         scale 85
22688
22689 \end_inset
22690
22691 .
22692 \end_layout
22693
22694 \begin_layout Standard
22695 \begin_inset space \hfill{}
22696 \end_inset
22697
22698
22699 \begin_inset Tabular
22700 <lyxtabular version="3" rows="17" columns="2">
22701 <features>
22702 <column alignment="center" valignment="top" width="0pt">
22703 <column alignment="center" valignment="top" width="0pt">
22704 <row>
22705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Plain Layout
22709 Command
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22715 \begin_inset Text
22716
22717 \begin_layout Plain Layout
22718 Result
22719 \end_layout
22720
22721 \end_inset
22722 </cell>
22723 </row>
22724 <row>
22725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22726 \begin_inset Text
22727
22728 \begin_layout Plain Layout
22729 <
22730 \end_layout
22731
22732 \end_inset
22733 </cell>
22734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22735 \begin_inset Text
22736
22737 \begin_layout Plain Layout
22738 \begin_inset Formula $<$
22739 \end_inset
22740
22741
22742 \end_layout
22743
22744 \end_inset
22745 </cell>
22746 </row>
22747 <row>
22748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22749 \begin_inset Text
22750
22751 \begin_layout Plain Layout
22752
22753 \backslash
22754 le
22755 \end_layout
22756
22757 \end_inset
22758 </cell>
22759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22760 \begin_inset Text
22761
22762 \begin_layout Plain Layout
22763 \begin_inset Formula $\le$
22764 \end_inset
22765
22766
22767 \end_layout
22768
22769 \end_inset
22770 </cell>
22771 </row>
22772 <row>
22773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22774 \begin_inset Text
22775
22776 \begin_layout Plain Layout
22777
22778 \backslash
22779 ll
22780 \end_layout
22781
22782 \end_inset
22783 </cell>
22784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22785 \begin_inset Text
22786
22787 \begin_layout Plain Layout
22788 \begin_inset Formula $\ll$
22789 \end_inset
22790
22791
22792 \end_layout
22793
22794 \end_inset
22795 </cell>
22796 </row>
22797 <row>
22798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22799 \begin_inset Text
22800
22801 \begin_layout Plain Layout
22802
22803 \backslash
22804 prec
22805 \end_layout
22806
22807 \end_inset
22808 </cell>
22809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22810 \begin_inset Text
22811
22812 \begin_layout Plain Layout
22813 \begin_inset Formula $\prec$
22814 \end_inset
22815
22816
22817 \end_layout
22818
22819 \end_inset
22820 </cell>
22821 </row>
22822 <row>
22823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22824 \begin_inset Text
22825
22826 \begin_layout Plain Layout
22827
22828 \backslash
22829 preceq
22830 \end_layout
22831
22832 \end_inset
22833 </cell>
22834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22835 \begin_inset Text
22836
22837 \begin_layout Plain Layout
22838 \begin_inset Formula $\preceq$
22839 \end_inset
22840
22841
22842 \end_layout
22843
22844 \end_inset
22845 </cell>
22846 </row>
22847 <row>
22848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22849 \begin_inset Text
22850
22851 \begin_layout Plain Layout
22852
22853 \backslash
22854 subset
22855 \end_layout
22856
22857 \end_inset
22858 </cell>
22859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22860 \begin_inset Text
22861
22862 \begin_layout Plain Layout
22863 \begin_inset Formula $\subset$
22864 \end_inset
22865
22866
22867 \end_layout
22868
22869 \end_inset
22870 </cell>
22871 </row>
22872 <row>
22873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22874 \begin_inset Text
22875
22876 \begin_layout Plain Layout
22877
22878 \backslash
22879 subseteq
22880 \end_layout
22881
22882 \end_inset
22883 </cell>
22884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22885 \begin_inset Text
22886
22887 \begin_layout Plain Layout
22888 \begin_inset Formula $\subseteq$
22889 \end_inset
22890
22891
22892 \end_layout
22893
22894 \end_inset
22895 </cell>
22896 </row>
22897 <row>
22898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22899 \begin_inset Text
22900
22901 \begin_layout Plain Layout
22902
22903 \backslash
22904 sqsubseteq
22905 \end_layout
22906
22907 \end_inset
22908 </cell>
22909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22910 \begin_inset Text
22911
22912 \begin_layout Plain Layout
22913 \begin_inset Formula $\sqsubseteq$
22914 \end_inset
22915
22916
22917 \end_layout
22918
22919 \end_inset
22920 </cell>
22921 </row>
22922 <row>
22923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22924 \begin_inset Text
22925
22926 \begin_layout Plain Layout
22927
22928 \backslash
22929 in
22930 \end_layout
22931
22932 \end_inset
22933 </cell>
22934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22935 \begin_inset Text
22936
22937 \begin_layout Plain Layout
22938 \begin_inset Formula $\in$
22939 \end_inset
22940
22941
22942 \end_layout
22943
22944 \end_inset
22945 </cell>
22946 </row>
22947 <row>
22948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22949 \begin_inset Text
22950
22951 \begin_layout Plain Layout
22952
22953 \backslash
22954 vdash
22955 \end_layout
22956
22957 \end_inset
22958 </cell>
22959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22960 \begin_inset Text
22961
22962 \begin_layout Plain Layout
22963 \begin_inset Formula $\vdash$
22964 \end_inset
22965
22966
22967 \end_layout
22968
22969 \end_inset
22970 </cell>
22971 </row>
22972 <row>
22973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22974 \begin_inset Text
22975
22976 \begin_layout Plain Layout
22977
22978 \backslash
22979 smile
22980 \end_layout
22981
22982 \end_inset
22983 </cell>
22984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22985 \begin_inset Text
22986
22987 \begin_layout Plain Layout
22988 \begin_inset Formula $\smile$
22989 \end_inset
22990
22991
22992 \end_layout
22993
22994 \end_inset
22995 </cell>
22996 </row>
22997 <row>
22998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22999 \begin_inset Text
23000
23001 \begin_layout Plain Layout
23002
23003 \backslash
23004 lhd
23005 \end_layout
23006
23007 \end_inset
23008 </cell>
23009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23010 \begin_inset Text
23011
23012 \begin_layout Plain Layout
23013 \begin_inset Formula $\lhd$
23014 \end_inset
23015
23016
23017 \end_layout
23018
23019 \end_inset
23020 </cell>
23021 </row>
23022 <row>
23023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23024 \begin_inset Text
23025
23026 \begin_layout Plain Layout
23027
23028 \backslash
23029 unlhd
23030 \end_layout
23031
23032 \end_inset
23033 </cell>
23034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23035 \begin_inset Text
23036
23037 \begin_layout Plain Layout
23038 \begin_inset Formula $\unlhd$
23039 \end_inset
23040
23041
23042 \end_layout
23043
23044 \end_inset
23045 </cell>
23046 </row>
23047 <row>
23048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23049 \begin_inset Text
23050
23051 \begin_layout Plain Layout
23052
23053 \backslash
23054 gtrless
23055 \end_layout
23056
23057 \end_inset
23058 </cell>
23059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23060 \begin_inset Text
23061
23062 \begin_layout Plain Layout
23063 \begin_inset Formula $\gtrless$
23064 \end_inset
23065
23066
23067 \end_layout
23068
23069 \end_inset
23070 </cell>
23071 </row>
23072 <row>
23073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23074 \begin_inset Text
23075
23076 \begin_layout Plain Layout
23077
23078 \backslash
23079 mid
23080 \end_layout
23081
23082 \end_inset
23083 </cell>
23084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23085 \begin_inset Text
23086
23087 \begin_layout Plain Layout
23088 \begin_inset Formula $\mid$
23089 \end_inset
23090
23091
23092 \end_layout
23093
23094 \end_inset
23095 </cell>
23096 </row>
23097 <row>
23098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23099 \begin_inset Text
23100
23101 \begin_layout Plain Layout
23102
23103 \backslash
23104 nmid
23105 \end_layout
23106
23107 \end_inset
23108 </cell>
23109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23110 \begin_inset Text
23111
23112 \begin_layout Plain Layout
23113 \begin_inset Formula $\nmid$
23114 \end_inset
23115
23116
23117 \end_layout
23118
23119 \end_inset
23120 </cell>
23121 </row>
23122 </lyxtabular>
23123
23124 \end_inset
23125
23126
23127 \begin_inset space \hfill{}
23128 \end_inset
23129
23130
23131 \begin_inset Tabular
23132 <lyxtabular version="3" rows="17" columns="2">
23133 <features>
23134 <column alignment="center" valignment="top" width="0pt">
23135 <column alignment="center" valignment="top" width="0pt">
23136 <row>
23137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23138 \begin_inset Text
23139
23140 \begin_layout Plain Layout
23141 Command
23142 \end_layout
23143
23144 \end_inset
23145 </cell>
23146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23147 \begin_inset Text
23148
23149 \begin_layout Plain Layout
23150 Result
23151 \end_layout
23152
23153 \end_inset
23154 </cell>
23155 </row>
23156 <row>
23157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23158 \begin_inset Text
23159
23160 \begin_layout Plain Layout
23161 =
23162 \end_layout
23163
23164 \end_inset
23165 </cell>
23166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23167 \begin_inset Text
23168
23169 \begin_layout Plain Layout
23170 \begin_inset Formula $=$
23171 \end_inset
23172
23173
23174 \end_layout
23175
23176 \end_inset
23177 </cell>
23178 </row>
23179 <row>
23180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23181 \begin_inset Text
23182
23183 \begin_layout Plain Layout
23184
23185 \backslash
23186 not=
23187 \end_layout
23188
23189 \end_inset
23190 </cell>
23191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23192 \begin_inset Text
23193
23194 \begin_layout Plain Layout
23195 \begin_inset Formula $\not=$
23196 \end_inset
23197
23198
23199 \end_layout
23200
23201 \end_inset
23202 </cell>
23203 </row>
23204 <row>
23205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23206 \begin_inset Text
23207
23208 \begin_layout Plain Layout
23209
23210 \backslash
23211 equiv
23212 \end_layout
23213
23214 \end_inset
23215 </cell>
23216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23217 \begin_inset Text
23218
23219 \begin_layout Plain Layout
23220 \begin_inset Formula $\equiv$
23221 \end_inset
23222
23223
23224 \end_layout
23225
23226 \end_inset
23227 </cell>
23228 </row>
23229 <row>
23230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23231 \begin_inset Text
23232
23233 \begin_layout Plain Layout
23234
23235 \backslash
23236 sim
23237 \end_layout
23238
23239 \end_inset
23240 </cell>
23241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23242 \begin_inset Text
23243
23244 \begin_layout Plain Layout
23245 \begin_inset Formula $\sim$
23246 \end_inset
23247
23248
23249 \end_layout
23250
23251 \end_inset
23252 </cell>
23253 </row>
23254 <row>
23255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23256 \begin_inset Text
23257
23258 \begin_layout Plain Layout
23259
23260 \backslash
23261 simeq
23262 \end_layout
23263
23264 \end_inset
23265 </cell>
23266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23267 \begin_inset Text
23268
23269 \begin_layout Plain Layout
23270 \begin_inset Formula $\simeq$
23271 \end_inset
23272
23273
23274 \end_layout
23275
23276 \end_inset
23277 </cell>
23278 </row>
23279 <row>
23280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23281 \begin_inset Text
23282
23283 \begin_layout Plain Layout
23284
23285 \backslash
23286 approx
23287 \end_layout
23288
23289 \end_inset
23290 </cell>
23291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23292 \begin_inset Text
23293
23294 \begin_layout Plain Layout
23295 \begin_inset Formula $\approx$
23296 \end_inset
23297
23298
23299 \end_layout
23300
23301 \end_inset
23302 </cell>
23303 </row>
23304 <row>
23305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23306 \begin_inset Text
23307
23308 \begin_layout Plain Layout
23309
23310 \backslash
23311 cong
23312 \end_layout
23313
23314 \end_inset
23315 </cell>
23316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23317 \begin_inset Text
23318
23319 \begin_layout Plain Layout
23320 \begin_inset Formula $\cong$
23321 \end_inset
23322
23323
23324 \end_layout
23325
23326 \end_inset
23327 </cell>
23328 </row>
23329 <row>
23330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23331 \begin_inset Text
23332
23333 \begin_layout Plain Layout
23334
23335 \backslash
23336 bowtie
23337 \end_layout
23338
23339 \end_inset
23340 </cell>
23341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23342 \begin_inset Text
23343
23344 \begin_layout Plain Layout
23345 \begin_inset Formula $\bowtie$
23346 \end_inset
23347
23348
23349 \end_layout
23350
23351 \end_inset
23352 </cell>
23353 </row>
23354 <row>
23355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23356 \begin_inset Text
23357
23358 \begin_layout Plain Layout
23359
23360 \backslash
23361 notin
23362 \end_layout
23363
23364 \end_inset
23365 </cell>
23366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23367 \begin_inset Text
23368
23369 \begin_layout Plain Layout
23370 \begin_inset Formula $\notin$
23371 \end_inset
23372
23373
23374 \end_layout
23375
23376 \end_inset
23377 </cell>
23378 </row>
23379 <row>
23380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23381 \begin_inset Text
23382
23383 \begin_layout Plain Layout
23384
23385 \backslash
23386 perp
23387 \end_layout
23388
23389 \end_inset
23390 </cell>
23391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23392 \begin_inset Text
23393
23394 \begin_layout Plain Layout
23395 \begin_inset Formula $\perp$
23396 \end_inset
23397
23398
23399 \end_layout
23400
23401 \end_inset
23402 </cell>
23403 </row>
23404 <row>
23405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23406 \begin_inset Text
23407
23408 \begin_layout Plain Layout
23409
23410 \backslash
23411 propto
23412 \end_layout
23413
23414 \end_inset
23415 </cell>
23416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23417 \begin_inset Text
23418
23419 \begin_layout Plain Layout
23420 \begin_inset Formula $\propto$
23421 \end_inset
23422
23423
23424 \end_layout
23425
23426 \end_inset
23427 </cell>
23428 </row>
23429 <row>
23430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23431 \begin_inset Text
23432
23433 \begin_layout Plain Layout
23434
23435 \backslash
23436 asymp
23437 \end_layout
23438
23439 \end_inset
23440 </cell>
23441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23442 \begin_inset Text
23443
23444 \begin_layout Plain Layout
23445 \begin_inset Formula $\asymp$
23446 \end_inset
23447
23448
23449 \end_layout
23450
23451 \end_inset
23452 </cell>
23453 </row>
23454 <row>
23455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23456 \begin_inset Text
23457
23458 \begin_layout Plain Layout
23459
23460 \backslash
23461 doteq
23462 \end_layout
23463
23464 \end_inset
23465 </cell>
23466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23467 \begin_inset Text
23468
23469 \begin_layout Plain Layout
23470 \begin_inset Formula $\doteq$
23471 \end_inset
23472
23473
23474 \end_layout
23475
23476 \end_inset
23477 </cell>
23478 </row>
23479 <row>
23480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23481 \begin_inset Text
23482
23483 \begin_layout Plain Layout
23484
23485 \backslash
23486 circeq
23487 \end_layout
23488
23489 \end_inset
23490 </cell>
23491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23492 \begin_inset Text
23493
23494 \begin_layout Plain Layout
23495 \begin_inset Formula $\circeq$
23496 \end_inset
23497
23498
23499 \end_layout
23500
23501 \end_inset
23502 </cell>
23503 </row>
23504 <row>
23505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509
23510 \backslash
23511 models
23512 \end_layout
23513
23514 \end_inset
23515 </cell>
23516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23517 \begin_inset Text
23518
23519 \begin_layout Plain Layout
23520 \begin_inset Formula $\models$
23521 \end_inset
23522
23523
23524 \end_layout
23525
23526 \end_inset
23527 </cell>
23528 </row>
23529 <row>
23530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23531 \begin_inset Text
23532
23533 \begin_layout Plain Layout
23534
23535 \backslash
23536 widehat=
23537 \end_layout
23538
23539 \end_inset
23540 </cell>
23541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23542 \begin_inset Text
23543
23544 \begin_layout Plain Layout
23545 \begin_inset Formula $\widehat{=}$
23546 \end_inset
23547
23548
23549 \end_layout
23550
23551 \end_inset
23552 </cell>
23553 </row>
23554 </lyxtabular>
23555
23556 \end_inset
23557
23558
23559 \begin_inset space \hfill{}
23560 \end_inset
23561
23562
23563 \begin_inset Tabular
23564 <lyxtabular version="3" rows="17" columns="2">
23565 <features>
23566 <column alignment="center" valignment="top" width="0pt">
23567 <column alignment="center" valignment="top" width="0pt">
23568 <row>
23569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573 Command
23574 \end_layout
23575
23576 \end_inset
23577 </cell>
23578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23579 \begin_inset Text
23580
23581 \begin_layout Plain Layout
23582 Result
23583 \end_layout
23584
23585 \end_inset
23586 </cell>
23587 </row>
23588 <row>
23589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23590 \begin_inset Text
23591
23592 \begin_layout Plain Layout
23593 >
23594 \end_layout
23595
23596 \end_inset
23597 </cell>
23598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23599 \begin_inset Text
23600
23601 \begin_layout Plain Layout
23602 \begin_inset Formula $>$
23603 \end_inset
23604
23605
23606 \end_layout
23607
23608 \end_inset
23609 </cell>
23610 </row>
23611 <row>
23612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23613 \begin_inset Text
23614
23615 \begin_layout Plain Layout
23616
23617 \backslash
23618 ge
23619 \end_layout
23620
23621 \end_inset
23622 </cell>
23623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23624 \begin_inset Text
23625
23626 \begin_layout Plain Layout
23627 \begin_inset Formula $\ge$
23628 \end_inset
23629
23630
23631 \end_layout
23632
23633 \end_inset
23634 </cell>
23635 </row>
23636 <row>
23637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23638 \begin_inset Text
23639
23640 \begin_layout Plain Layout
23641
23642 \backslash
23643 gg
23644 \end_layout
23645
23646 \end_inset
23647 </cell>
23648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23649 \begin_inset Text
23650
23651 \begin_layout Plain Layout
23652 \begin_inset Formula $\gg$
23653 \end_inset
23654
23655
23656 \end_layout
23657
23658 \end_inset
23659 </cell>
23660 </row>
23661 <row>
23662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23663 \begin_inset Text
23664
23665 \begin_layout Plain Layout
23666
23667 \backslash
23668 succ
23669 \end_layout
23670
23671 \end_inset
23672 </cell>
23673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23674 \begin_inset Text
23675
23676 \begin_layout Plain Layout
23677 \begin_inset Formula $\succ$
23678 \end_inset
23679
23680
23681 \end_layout
23682
23683 \end_inset
23684 </cell>
23685 </row>
23686 <row>
23687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23688 \begin_inset Text
23689
23690 \begin_layout Plain Layout
23691
23692 \backslash
23693 succeq
23694 \end_layout
23695
23696 \end_inset
23697 </cell>
23698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23699 \begin_inset Text
23700
23701 \begin_layout Plain Layout
23702 \begin_inset Formula $\succeq$
23703 \end_inset
23704
23705
23706 \end_layout
23707
23708 \end_inset
23709 </cell>
23710 </row>
23711 <row>
23712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23713 \begin_inset Text
23714
23715 \begin_layout Plain Layout
23716
23717 \backslash
23718 supset
23719 \end_layout
23720
23721 \end_inset
23722 </cell>
23723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23724 \begin_inset Text
23725
23726 \begin_layout Plain Layout
23727 \begin_inset Formula $\supset$
23728 \end_inset
23729
23730
23731 \end_layout
23732
23733 \end_inset
23734 </cell>
23735 </row>
23736 <row>
23737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23738 \begin_inset Text
23739
23740 \begin_layout Plain Layout
23741
23742 \backslash
23743 supseteq
23744 \end_layout
23745
23746 \end_inset
23747 </cell>
23748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23749 \begin_inset Text
23750
23751 \begin_layout Plain Layout
23752 \begin_inset Formula $\supseteq$
23753 \end_inset
23754
23755
23756 \end_layout
23757
23758 \end_inset
23759 </cell>
23760 </row>
23761 <row>
23762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23763 \begin_inset Text
23764
23765 \begin_layout Plain Layout
23766
23767 \backslash
23768 sqsupseteq
23769 \end_layout
23770
23771 \end_inset
23772 </cell>
23773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23774 \begin_inset Text
23775
23776 \begin_layout Plain Layout
23777 \begin_inset Formula $\sqsupseteq$
23778 \end_inset
23779
23780
23781 \end_layout
23782
23783 \end_inset
23784 </cell>
23785 </row>
23786 <row>
23787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23788 \begin_inset Text
23789
23790 \begin_layout Plain Layout
23791
23792 \backslash
23793 ni
23794 \end_layout
23795
23796 \end_inset
23797 </cell>
23798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23799 \begin_inset Text
23800
23801 \begin_layout Plain Layout
23802 \begin_inset Formula $\ni$
23803 \end_inset
23804
23805
23806 \end_layout
23807
23808 \end_inset
23809 </cell>
23810 </row>
23811 <row>
23812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23813 \begin_inset Text
23814
23815 \begin_layout Plain Layout
23816
23817 \backslash
23818 dashv
23819 \end_layout
23820
23821 \end_inset
23822 </cell>
23823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23824 \begin_inset Text
23825
23826 \begin_layout Plain Layout
23827 \begin_inset Formula $\dashv$
23828 \end_inset
23829
23830
23831 \end_layout
23832
23833 \end_inset
23834 </cell>
23835 </row>
23836 <row>
23837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23838 \begin_inset Text
23839
23840 \begin_layout Plain Layout
23841
23842 \backslash
23843 frown
23844 \end_layout
23845
23846 \end_inset
23847 </cell>
23848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23849 \begin_inset Text
23850
23851 \begin_layout Plain Layout
23852 \begin_inset Formula $\frown$
23853 \end_inset
23854
23855
23856 \end_layout
23857
23858 \end_inset
23859 </cell>
23860 </row>
23861 <row>
23862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23863 \begin_inset Text
23864
23865 \begin_layout Plain Layout
23866
23867 \backslash
23868 rhd
23869 \end_layout
23870
23871 \end_inset
23872 </cell>
23873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23874 \begin_inset Text
23875
23876 \begin_layout Plain Layout
23877 \begin_inset Formula $\rhd$
23878 \end_inset
23879
23880
23881 \end_layout
23882
23883 \end_inset
23884 </cell>
23885 </row>
23886 <row>
23887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23888 \begin_inset Text
23889
23890 \begin_layout Plain Layout
23891
23892 \backslash
23893 unrhd
23894 \end_layout
23895
23896 \end_inset
23897 </cell>
23898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902 \begin_inset Formula $\unrhd$
23903 \end_inset
23904
23905
23906 \end_layout
23907
23908 \end_inset
23909 </cell>
23910 </row>
23911 <row>
23912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23913 \begin_inset Text
23914
23915 \begin_layout Plain Layout
23916
23917 \backslash
23918 lessgtr
23919 \end_layout
23920
23921 \end_inset
23922 </cell>
23923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23924 \begin_inset Text
23925
23926 \begin_layout Plain Layout
23927 \begin_inset Formula $\lessgtr$
23928 \end_inset
23929
23930
23931 \end_layout
23932
23933 \end_inset
23934 </cell>
23935 </row>
23936 <row>
23937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23938 \begin_inset Text
23939
23940 \begin_layout Plain Layout
23941
23942 \backslash
23943 parallel
23944 \end_layout
23945
23946 \end_inset
23947 </cell>
23948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952 \begin_inset Formula $\parallel$
23953 \end_inset
23954
23955
23956 \end_layout
23957
23958 \end_inset
23959 </cell>
23960 </row>
23961 <row>
23962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23963 \begin_inset Text
23964
23965 \begin_layout Plain Layout
23966
23967 \backslash
23968 nparallel
23969 \end_layout
23970
23971 \end_inset
23972 </cell>
23973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23974 \begin_inset Text
23975
23976 \begin_layout Plain Layout
23977 \begin_inset Formula $\nparallel$
23978 \end_inset
23979
23980
23981 \end_layout
23982
23983 \end_inset
23984 </cell>
23985 </row>
23986 </lyxtabular>
23987
23988 \end_inset
23989
23990
23991 \begin_inset space \hfill{}
23992 \end_inset
23993
23994
23995 \end_layout
23996
23997 \begin_layout Standard
23998 \begin_inset VSpace medskip
23999 \end_inset
24000
24001 The characters 
24002 \series bold
24003
24004 \backslash
24005 lhd
24006 \series default
24007  and 
24008 \series bold
24009
24010 \backslash
24011 rhd
24012 \series default
24013  are bigger than the equal looking operators 
24014 \series bold
24015
24016 \backslash
24017 triangleleft
24018 \series default
24019  and 
24020 \series bold
24021
24022 \backslash
24023 triangleright
24024 \series default
24025 , respectively.
24026 \end_layout
24027
24028 \begin_layout Standard
24029 Relations are, in contrary to symbols, always surrounded by space.
24030 \end_layout
24031
24032 \begin_layout Standard
24033 Relations with labels can be created with the command 
24034 \series bold
24035
24036 \backslash
24037 stackrel
24038 \series default
24039
24040 \begin_inset Index
24041 status collapsed
24042
24043 \begin_layout Plain Layout
24044 Commands ! S ! 
24045 \backslash
24046 stackrel
24047 \end_layout
24048
24049 \end_inset
24050
24051 :
24052 \end_layout
24053
24054 \begin_layout Standard
24055 \align center
24056 \begin_inset Tabular
24057 <lyxtabular version="3" rows="2" columns="2">
24058 <features>
24059 <column alignment="center" valignment="top" width="0">
24060 <column alignment="center" valignment="top" width="0">
24061 <row>
24062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066 Command
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24072 \begin_inset Text
24073
24074 \begin_layout Plain Layout
24075 Result
24076 \begin_inset Note Note
24077 status collapsed
24078
24079 \begin_layout Plain Layout
24080
24081 \series bold
24082
24083 \backslash
24084 raisebox
24085 \series default
24086  is only used as spacer.
24087 \end_layout
24088
24089 \end_inset
24090
24091
24092 \end_layout
24093
24094 \end_inset
24095 </cell>
24096 </row>
24097 <row>
24098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24099 \begin_inset Text
24100
24101 \begin_layout Plain Layout
24102 A(r)
24103 \backslash
24104 stackrel
24105 \begin_inset ERT
24106 status collapsed
24107
24108 \begin_layout Plain Layout
24109
24110
24111 \backslash
24112 spce 
24113 \end_layout
24114
24115 \end_inset
24116
24117 r
24118 \backslash
24119 to
24120 \backslash
24121 infty
24122 \begin_inset ERT
24123 status collapsed
24124
24125 \begin_layout Plain Layout
24126
24127
24128 \backslash
24129 spce 
24130 \end_layout
24131
24132 \end_inset
24133
24134
24135 \begin_inset Formula $\downarrow$
24136 \end_inset
24137
24138
24139 \backslash
24140 approx
24141 \begin_inset ERT
24142 status collapsed
24143
24144 \begin_layout Plain Layout
24145
24146
24147 \backslash
24148 spce 
24149 \end_layout
24150
24151 \end_inset
24152
24153
24154 \begin_inset ERT
24155 status collapsed
24156
24157 \begin_layout Plain Layout
24158
24159
24160 \backslash
24161 spce 
24162 \end_layout
24163
24164 \end_inset
24165
24166 B
24167 \end_layout
24168
24169 \end_inset
24170 </cell>
24171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24172 \begin_inset Text
24173
24174 \begin_layout Plain Layout
24175 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24176 \end_inset
24177
24178
24179 \end_layout
24180
24181 \end_inset
24182 </cell>
24183 </row>
24184 </lyxtabular>
24185
24186 \end_inset
24187
24188
24189 \end_layout
24190
24191 \begin_layout Section
24192 Functions
24193 \end_layout
24194
24195 \begin_layout Subsection
24196 Predefined Functions
24197 \begin_inset CommandInset label
24198 LatexCommand label
24199 name "sub:Predefined-Functions"
24200
24201 \end_inset
24202
24203
24204 \begin_inset Index
24205 status collapsed
24206
24207 \begin_layout Plain Layout
24208 Functions ! predefined
24209 \end_layout
24210
24211 \end_inset
24212
24213
24214 \end_layout
24215
24216 \begin_layout Standard
24217 In general, variables are set 
24218 \emph on
24219 italic
24220 \emph default
24221  in mathematical expressions, but not function names, because 
24222 \begin_inset Formula $sin$
24223 \end_inset
24224
24225  could be misunderstood as 
24226 \begin_inset Formula $s\cdot i\cdot n$
24227 \end_inset
24228
24229 .
24230  Therefore there are predefined functions, that are additionally a bit separated
24231  from prefactors.
24232  They are inserted as commands starting with a backslash before their name.
24233 \end_layout
24234
24235 \begin_layout Standard
24236 \align center
24237 \begin_inset Tabular
24238 <lyxtabular version="3" rows="2" columns="4">
24239 <features>
24240 <column alignment="center" valignment="top" width="0pt">
24241 <column alignment="center" valignment="top" width="0pt">
24242 <column alignment="center" valignment="top" width="0pt">
24243 <column alignment="center" valignment="top" width="0pt">
24244 <row>
24245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24246 \begin_inset Text
24247
24248 \begin_layout Plain Layout
24249 Command
24250 \end_layout
24251
24252 \end_inset
24253 </cell>
24254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24255 \begin_inset Text
24256
24257 \begin_layout Plain Layout
24258 Result
24259 \end_layout
24260
24261 \end_inset
24262 </cell>
24263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24264 \begin_inset Text
24265
24266 \begin_layout Plain Layout
24267 Command
24268 \end_layout
24269
24270 \end_inset
24271 </cell>
24272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24273 \begin_inset Text
24274
24275 \begin_layout Plain Layout
24276 Result
24277 \end_layout
24278
24279 \end_inset
24280 </cell>
24281 </row>
24282 <row>
24283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24284 \begin_inset Text
24285
24286 \begin_layout Plain Layout
24287 Asin(x)+B
24288 \end_layout
24289
24290 \end_inset
24291 </cell>
24292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24293 \begin_inset Text
24294
24295 \begin_layout Plain Layout
24296 \begin_inset Formula $Asin(x)+B$
24297 \end_inset
24298
24299
24300 \end_layout
24301
24302 \end_inset
24303 </cell>
24304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24305 \begin_inset Text
24306
24307 \begin_layout Plain Layout
24308 A
24309 \backslash
24310 sin(x)+B
24311 \end_layout
24312
24313 \end_inset
24314 </cell>
24315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24316 \begin_inset Text
24317
24318 \begin_layout Plain Layout
24319 \begin_inset Formula $A\sin(x)+B$
24320 \end_inset
24321
24322
24323 \end_layout
24324
24325 \end_inset
24326 </cell>
24327 </row>
24328 </lyxtabular>
24329
24330 \end_inset
24331
24332
24333 \end_layout
24334
24335 \begin_layout Standard
24336 The following functions are predefined:
24337 \end_layout
24338
24339 \begin_layout Standard
24340 \begin_inset VSpace -2mm
24341 \end_inset
24342
24343
24344 \end_layout
24345
24346 \begin_layout Standard
24347 \align center
24348 \begin_inset Tabular
24349 <lyxtabular version="3" rows="9" columns="4">
24350 <features>
24351 <column alignment="center" valignment="top" width="0pt">
24352 <column alignment="center" valignment="top" width="0pt">
24353 <column alignment="center" valignment="top" width="0pt">
24354 <column alignment="center" valignment="top" width="0pt">
24355 <row>
24356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24357 \begin_inset Text
24358
24359 \begin_layout Plain Layout
24360 Command
24361 \end_layout
24362
24363 \end_inset
24364 </cell>
24365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24366 \begin_inset Text
24367
24368 \begin_layout Plain Layout
24369 Command
24370 \end_layout
24371
24372 \end_inset
24373 </cell>
24374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24375 \begin_inset Text
24376
24377 \begin_layout Plain Layout
24378 Command
24379 \end_layout
24380
24381 \end_inset
24382 </cell>
24383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24384 \begin_inset Text
24385
24386 \begin_layout Plain Layout
24387 Command
24388 \end_layout
24389
24390 \end_inset
24391 </cell>
24392 </row>
24393 <row>
24394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24395 \begin_inset Text
24396
24397 \begin_layout Plain Layout
24398
24399 \backslash
24400 sin
24401 \end_layout
24402
24403 \end_inset
24404 </cell>
24405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24406 \begin_inset Text
24407
24408 \begin_layout Plain Layout
24409
24410 \backslash
24411 sinh
24412 \end_layout
24413
24414 \end_inset
24415 </cell>
24416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24417 \begin_inset Text
24418
24419 \begin_layout Plain Layout
24420
24421 \backslash
24422 arcsin
24423 \end_layout
24424
24425 \end_inset
24426 </cell>
24427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24428 \begin_inset Text
24429
24430 \begin_layout Plain Layout
24431
24432 \backslash
24433 sup
24434 \end_layout
24435
24436 \end_inset
24437 </cell>
24438 </row>
24439 <row>
24440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24441 \begin_inset Text
24442
24443 \begin_layout Plain Layout
24444
24445 \backslash
24446 cos
24447 \end_layout
24448
24449 \end_inset
24450 </cell>
24451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24452 \begin_inset Text
24453
24454 \begin_layout Plain Layout
24455
24456 \backslash
24457 cosh
24458 \end_layout
24459
24460 \end_inset
24461 </cell>
24462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24463 \begin_inset Text
24464
24465 \begin_layout Plain Layout
24466
24467 \backslash
24468 arccos
24469 \end_layout
24470
24471 \end_inset
24472 </cell>
24473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24474 \begin_inset Text
24475
24476 \begin_layout Plain Layout
24477
24478 \backslash
24479 inf
24480 \end_layout
24481
24482 \end_inset
24483 </cell>
24484 </row>
24485 <row>
24486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24487 \begin_inset Text
24488
24489 \begin_layout Plain Layout
24490
24491 \backslash
24492 tan
24493 \end_layout
24494
24495 \end_inset
24496 </cell>
24497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24498 \begin_inset Text
24499
24500 \begin_layout Plain Layout
24501
24502 \backslash
24503 tanh
24504 \end_layout
24505
24506 \end_inset
24507 </cell>
24508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24509 \begin_inset Text
24510
24511 \begin_layout Plain Layout
24512
24513 \backslash
24514 arctan
24515 \end_layout
24516
24517 \end_inset
24518 </cell>
24519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24520 \begin_inset Text
24521
24522 \begin_layout Plain Layout
24523
24524 \backslash
24525 lim
24526 \end_layout
24527
24528 \end_inset
24529 </cell>
24530 </row>
24531 <row>
24532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24533 \begin_inset Text
24534
24535 \begin_layout Plain Layout
24536
24537 \backslash
24538 cot
24539 \end_layout
24540
24541 \end_inset
24542 </cell>
24543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24544 \begin_inset Text
24545
24546 \begin_layout Plain Layout
24547
24548 \backslash
24549 coth
24550 \end_layout
24551
24552 \end_inset
24553 </cell>
24554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24555 \begin_inset Text
24556
24557 \begin_layout Plain Layout
24558
24559 \backslash
24560 arg
24561 \end_layout
24562
24563 \end_inset
24564 </cell>
24565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24566 \begin_inset Text
24567
24568 \begin_layout Plain Layout
24569
24570 \backslash
24571 liminf
24572 \end_layout
24573
24574 \end_inset
24575 </cell>
24576 </row>
24577 <row>
24578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24579 \begin_inset Text
24580
24581 \begin_layout Plain Layout
24582
24583 \backslash
24584 sec
24585 \end_layout
24586
24587 \end_inset
24588 </cell>
24589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24590 \begin_inset Text
24591
24592 \begin_layout Plain Layout
24593
24594 \backslash
24595 min
24596 \end_layout
24597
24598 \end_inset
24599 </cell>
24600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24601 \begin_inset Text
24602
24603 \begin_layout Plain Layout
24604
24605 \backslash
24606 deg
24607 \end_layout
24608
24609 \end_inset
24610 </cell>
24611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24612 \begin_inset Text
24613
24614 \begin_layout Plain Layout
24615
24616 \backslash
24617 limsup
24618 \end_layout
24619
24620 \end_inset
24621 </cell>
24622 </row>
24623 <row>
24624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24625 \begin_inset Text
24626
24627 \begin_layout Plain Layout
24628
24629 \backslash
24630 csc
24631 \end_layout
24632
24633 \end_inset
24634 </cell>
24635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24636 \begin_inset Text
24637
24638 \begin_layout Plain Layout
24639
24640 \backslash
24641 max
24642 \end_layout
24643
24644 \end_inset
24645 </cell>
24646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24647 \begin_inset Text
24648
24649 \begin_layout Plain Layout
24650
24651 \backslash
24652 det
24653 \end_layout
24654
24655 \end_inset
24656 </cell>
24657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24658 \begin_inset Text
24659
24660 \begin_layout Plain Layout
24661
24662 \backslash
24663 Pr
24664 \end_layout
24665
24666 \end_inset
24667 </cell>
24668 </row>
24669 <row>
24670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24671 \begin_inset Text
24672
24673 \begin_layout Plain Layout
24674
24675 \backslash
24676 ln
24677 \end_layout
24678
24679 \end_inset
24680 </cell>
24681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24682 \begin_inset Text
24683
24684 \begin_layout Plain Layout
24685
24686 \backslash
24687 exp
24688 \end_layout
24689
24690 \end_inset
24691 </cell>
24692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24693 \begin_inset Text
24694
24695 \begin_layout Plain Layout
24696
24697 \backslash
24698 dim
24699 \end_layout
24700
24701 \end_inset
24702 </cell>
24703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24704 \begin_inset Text
24705
24706 \begin_layout Plain Layout
24707
24708 \backslash
24709 hom
24710 \end_layout
24711
24712 \end_inset
24713 </cell>
24714 </row>
24715 <row>
24716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24717 \begin_inset Text
24718
24719 \begin_layout Plain Layout
24720
24721 \backslash
24722 lg
24723 \end_layout
24724
24725 \end_inset
24726 </cell>
24727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24728 \begin_inset Text
24729
24730 \begin_layout Plain Layout
24731
24732 \backslash
24733 log
24734 \end_layout
24735
24736 \end_inset
24737 </cell>
24738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24739 \begin_inset Text
24740
24741 \begin_layout Plain Layout
24742
24743 \backslash
24744 ker
24745 \end_layout
24746
24747 \end_inset
24748 </cell>
24749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24750 \begin_inset Text
24751
24752 \begin_layout Plain Layout
24753
24754 \backslash
24755 gcd
24756 \end_layout
24757
24758 \end_inset
24759 </cell>
24760 </row>
24761 </lyxtabular>
24762
24763 \end_inset
24764
24765
24766 \end_layout
24767
24768 \begin_layout Standard
24769 They can also be inserted with the math toolbar button 
24770 \begin_inset Graphics
24771         filename ../images/math/functions.png
24772         scale 85
24773
24774 \end_inset
24775
24776 .
24777 \end_layout
24778
24779 \begin_layout Subsection
24780 Self-defined Functions
24781 \begin_inset Index
24782 status collapsed
24783
24784 \begin_layout Plain Layout
24785 Functions ! self-defined
24786 \end_layout
24787
24788 \end_inset
24789
24790
24791 \end_layout
24792
24793 \begin_layout Standard
24794 To use a function that is not predefined, like for example the sign function
24795  sgn(x), there are two possibilities:
24796 \end_layout
24797
24798 \begin_layout Itemize
24799 Define the function by inserting the following line to the LaTeX-preamble
24800 \begin_inset Foot
24801 status collapsed
24802
24803 \begin_layout Plain Layout
24804 For more about 
24805 \series bold
24806
24807 \backslash
24808 DeclareMathOperator
24809 \series default
24810  see 
24811 \begin_inset CommandInset ref
24812 LatexCommand ref
24813 reference "sub:Self-defined-Operators"
24814
24815 \end_inset
24816
24817 .
24818 \end_layout
24819
24820 \end_inset
24821
24822
24823 \begin_inset Newline newline
24824 \end_inset
24825
24826
24827 \begin_inset VSpace -3mm
24828 \end_inset
24829
24830
24831 \begin_inset Newline newline
24832 \end_inset
24833
24834
24835 \series bold
24836
24837 \backslash
24838 DeclareMathOperator{
24839 \backslash
24840 sgn}{sgn}
24841 \series default
24842
24843 \begin_inset Index
24844 status collapsed
24845
24846 \begin_layout Plain Layout
24847 Commands ! D ! 
24848 \backslash
24849 dbinom@
24850 \backslash
24851 DeclareMathOperator
24852 \end_layout
24853
24854 \end_inset
24855
24856
24857 \begin_inset Newline newline
24858 \end_inset
24859
24860
24861 \begin_inset VSpace -2mm
24862 \end_inset
24863
24864
24865 \begin_inset Newline newline
24866 \end_inset
24867
24868 Now the new defined function can be called with the command 
24869 \series bold
24870
24871 \backslash
24872 sgn
24873 \series default
24874 .
24875 \end_layout
24876
24877 \begin_layout Itemize
24878 Write the the formula as usual, mark the formula name, in our example the
24879  letters 
24880 \emph on
24881 sgn
24882 \emph default
24883 , and change it to mathematical text.
24884  At last a space is inserted between prefactor and function.
24885 \end_layout
24886
24887 \begin_layout Standard
24888 The result is the same with both methods as with a predefined function
24889 \begin_inset Foot
24890 status collapsed
24891
24892 \begin_layout Plain Layout
24893 In LyX self-defined functions are displayed red, predefined ones black.
24894 \end_layout
24895
24896 \end_inset
24897
24898 :
24899 \end_layout
24900
24901 \begin_layout Standard
24902 \align center
24903 \begin_inset Tabular
24904 <lyxtabular version="3" rows="3" columns="2">
24905 <features>
24906 <column alignment="center" valignment="top" width="0pt">
24907 <column alignment="center" valignment="top" width="0pt">
24908 <row>
24909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24910 \begin_inset Text
24911
24912 \begin_layout Plain Layout
24913 Command
24914 \end_layout
24915
24916 \end_inset
24917 </cell>
24918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24919 \begin_inset Text
24920
24921 \begin_layout Plain Layout
24922 Result
24923 \end_layout
24924
24925 \end_inset
24926 </cell>
24927 </row>
24928 <row>
24929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24930 \begin_inset Text
24931
24932 \begin_layout Plain Layout
24933 A
24934 \backslash
24935 sgn(x)+B
24936 \end_layout
24937
24938 \end_inset
24939 </cell>
24940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24941 \begin_inset Text
24942
24943 \begin_layout Plain Layout
24944 \begin_inset Formula $A\sgn(x)+B$
24945 \end_inset
24946
24947
24948 \end_layout
24949
24950 \end_inset
24951 </cell>
24952 </row>
24953 <row>
24954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24955 \begin_inset Text
24956
24957 \begin_layout Plain Layout
24958 A
24959 \backslash
24960 ,
24961 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24962 \end_inset
24963
24964 (x)+B
24965 \end_layout
24966
24967 \end_inset
24968 </cell>
24969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24970 \begin_inset Text
24971
24972 \begin_layout Plain Layout
24973 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24974 \end_inset
24975
24976
24977 \end_layout
24978
24979 \end_inset
24980 </cell>
24981 </row>
24982 </lyxtabular>
24983
24984 \end_inset
24985
24986
24987 \end_layout
24988
24989 \begin_layout Standard
24990 The first method is more suitable when the self-defined function should
24991  be used several times.
24992 \end_layout
24993
24994 \begin_layout Subsection
24995 Limits
24996 \begin_inset Index
24997 status collapsed
24998
24999 \begin_layout Plain Layout
25000 Limits
25001 \end_layout
25002
25003 \end_inset
25004
25005
25006 \end_layout
25007
25008 \begin_layout Standard
25009 For limits there are defined besides 
25010 \series bold
25011
25012 \backslash
25013 lim
25014 \series default
25015
25016 \begin_inset Index
25017 status collapsed
25018
25019 \begin_layout Plain Layout
25020 Commands ! L ! 
25021 \backslash
25022 lim
25023 \end_layout
25024
25025 \end_inset
25026
25027
25028 \series bold
25029
25030 \backslash
25031 liminf
25032 \series default
25033  and 
25034 \series bold
25035
25036 \backslash
25037 limsup
25038 \series default
25039  furthermore the following functions:
25040 \end_layout
25041
25042 \begin_layout Standard
25043 \align center
25044 \begin_inset Tabular
25045 <lyxtabular version="3" rows="5" columns="2">
25046 <features>
25047 <column alignment="center" valignment="top" width="0">
25048 <column alignment="center" valignment="top" width="0">
25049 <row>
25050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25051 \begin_inset Text
25052
25053 \begin_layout Plain Layout
25054 Command
25055 \end_layout
25056
25057 \end_inset
25058 </cell>
25059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25060 \begin_inset Text
25061
25062 \begin_layout Plain Layout
25063 Result
25064 \begin_inset Note Note
25065 status collapsed
25066
25067 \begin_layout Plain Layout
25068
25069 \series bold
25070
25071 \backslash
25072 raisebox
25073 \series default
25074  is only used as spacer.
25075 \end_layout
25076
25077 \end_inset
25078
25079
25080 \end_layout
25081
25082 \end_inset
25083 </cell>
25084 </row>
25085 <row>
25086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25087 \begin_inset Text
25088
25089 \begin_layout Plain Layout
25090
25091 \backslash
25092 varliminf
25093 \end_layout
25094
25095 \end_inset
25096 </cell>
25097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25098 \begin_inset Text
25099
25100 \begin_layout Plain Layout
25101 \begin_inset Formula $\varliminf$
25102 \end_inset
25103
25104
25105 \end_layout
25106
25107 \end_inset
25108 </cell>
25109 </row>
25110 <row>
25111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25112 \begin_inset Text
25113
25114 \begin_layout Plain Layout
25115
25116 \backslash
25117 varlimsup
25118 \end_layout
25119
25120 \end_inset
25121 </cell>
25122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25123 \begin_inset Text
25124
25125 \begin_layout Plain Layout
25126 \begin_inset Formula $\varlimsup$
25127 \end_inset
25128
25129
25130 \end_layout
25131
25132 \end_inset
25133 </cell>
25134 </row>
25135 <row>
25136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25137 \begin_inset Text
25138
25139 \begin_layout Plain Layout
25140
25141 \backslash
25142 varprojlim
25143 \end_layout
25144
25145 \end_inset
25146 </cell>
25147 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25148 \begin_inset Text
25149
25150 \begin_layout Plain Layout
25151 \begin_inset Formula $\varprojlim$
25152 \end_inset
25153
25154
25155 \end_layout
25156
25157 \end_inset
25158 </cell>
25159 </row>
25160 <row>
25161 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25162 \begin_inset Text
25163
25164 \begin_layout Plain Layout
25165
25166 \backslash
25167 varinjlim
25168 \end_layout
25169
25170 \end_inset
25171 </cell>
25172 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25173 \begin_inset Text
25174
25175 \begin_layout Plain Layout
25176 \begin_inset Formula $\varinjlim$
25177 \end_inset
25178
25179
25180 \begin_inset Formula $\raisebox{-2.5mm}{}$
25181 \end_inset
25182
25183
25184 \end_layout
25185
25186 \end_inset
25187 </cell>
25188 </row>
25189 </lyxtabular>
25190
25191 \end_inset
25192
25193
25194 \end_layout
25195
25196 \begin_layout Standard
25197 \begin_inset VSpace medskip
25198 \end_inset
25199
25200 The limit is created by inserting a subscript.
25201  It is set right beside the function in an inline formula:
25202 \end_layout
25203
25204 \begin_layout Standard
25205 \align center
25206 \begin_inset Tabular
25207 <lyxtabular version="3" rows="2" columns="2">
25208 <features>
25209 <column alignment="center" valignment="top" width="0pt">
25210 <column alignment="center" valignment="top" width="0pt">
25211 <row>
25212 <cell alignment="center" valignment="top" usebox="none">
25213 \begin_inset Text
25214
25215 \begin_layout Plain Layout
25216 Command
25217 \end_layout
25218
25219 \end_inset
25220 </cell>
25221 <cell alignment="center" valignment="top" usebox="none">
25222 \begin_inset Text
25223
25224 \begin_layout Plain Layout
25225 \begin_inset space \hspace{}
25226 \length 1cm
25227 \end_inset
25228
25229 Result
25230 \begin_inset Note Note
25231 status collapsed
25232
25233 \begin_layout Plain Layout
25234
25235 \series bold
25236
25237 \backslash
25238 hspace
25239 \series default
25240  and
25241 \series bold
25242  
25243 \backslash
25244 raisebox
25245 \series default
25246  are used here as spacer.
25247 \end_layout
25248
25249 \end_inset
25250
25251
25252 \end_layout
25253
25254 \end_inset
25255 </cell>
25256 </row>
25257 <row>
25258 <cell alignment="center" valignment="top" usebox="none">
25259 \begin_inset Text
25260
25261 \begin_layout Plain Layout
25262
25263 \backslash
25264 lim_x
25265 \backslash
25266 to
25267 \begin_inset ERT
25268 status collapsed
25269
25270 \begin_layout Plain Layout
25271
25272
25273 \backslash
25274 spce 
25275 \end_layout
25276
25277 \end_inset
25278
25279 A
25280 \begin_inset ERT
25281 status collapsed
25282
25283 \begin_layout Plain Layout
25284
25285
25286 \backslash
25287 spce 
25288 \end_layout
25289
25290 \end_inset
25291
25292 x=B
25293 \end_layout
25294
25295 \end_inset
25296 </cell>
25297 <cell alignment="center" valignment="top" usebox="none">
25298 \begin_inset Text
25299
25300 \begin_layout Plain Layout
25301 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25302 \end_inset
25303
25304
25305 \end_layout
25306
25307 \end_inset
25308 </cell>
25309 </row>
25310 </lyxtabular>
25311
25312 \end_inset
25313
25314
25315 \end_layout
25316
25317 \begin_layout Standard
25318 In a displayed formula the limit is set below the formula, as usual:
25319 \begin_inset Formula \[
25320 \lim_{x\to A}x=B\]
25321
25322 \end_inset
25323
25324
25325 \end_layout
25326
25327 \begin_layout Subsection
25328 Modulo-Functions
25329 \begin_inset Index
25330 status collapsed
25331
25332 \begin_layout Plain Layout
25333 Functions ! modulo-
25334 \end_layout
25335
25336 \end_inset
25337
25338
25339 \end_layout
25340
25341 \begin_layout Standard
25342 The modulo-function is special, because it exists in four variants.
25343 \end_layout
25344
25345 \begin_layout Standard
25346 The variants in a displayed formula:
25347 \begin_inset Formula \begin{align*}
25348 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25349 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25350 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25351 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25352 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25353
25354 \end_inset
25355
25356
25357 \end_layout
25358
25359 \begin_layout Standard
25360 In an inline formula less space is set before the function names for all
25361  variants.
25362 \end_layout
25363
25364 \begin_layout Section
25365 Special Characters
25366 \begin_inset Index
25367 status collapsed
25368
25369 \begin_layout Plain Layout
25370 Special characters
25371 \end_layout
25372
25373 \end_inset
25374
25375
25376 \end_layout
25377
25378 \begin_layout Subsection
25379 Special Characters in Mathematical Text
25380 \end_layout
25381
25382 \begin_layout Standard
25383 The following commands can only be used in mathematical text or in TeX-mode:
25384 \end_layout
25385
25386 \begin_layout Standard
25387 \begin_inset space \hfill{}
25388 \end_inset
25389
25390
25391 \begin_inset Tabular
25392 <lyxtabular version="3" rows="8" columns="2">
25393 <features>
25394 <column alignment="block" valignment="top" width="0">
25395 <column alignment="block" valignment="top" width="0">
25396 <row>
25397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25398 \begin_inset Text
25399
25400 \begin_layout Plain Layout
25401 Command
25402 \end_layout
25403
25404 \end_inset
25405 </cell>
25406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25407 \begin_inset Text
25408
25409 \begin_layout Plain Layout
25410 Result
25411 \end_layout
25412
25413 \end_inset
25414 </cell>
25415 </row>
25416 <row>
25417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25418 \begin_inset Text
25419
25420 \begin_layout Plain Layout
25421
25422 \backslash
25423 oe
25424 \end_layout
25425
25426 \end_inset
25427 </cell>
25428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25429 \begin_inset Text
25430
25431 \begin_layout Plain Layout
25432 \begin_inset Formula $\textrm{œ}$
25433 \end_inset
25434
25435
25436 \end_layout
25437
25438 \end_inset
25439 </cell>
25440 </row>
25441 <row>
25442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25443 \begin_inset Text
25444
25445 \begin_layout Plain Layout
25446
25447 \backslash
25448 OE
25449 \end_layout
25450
25451 \end_inset
25452 </cell>
25453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25454 \begin_inset Text
25455
25456 \begin_layout Plain Layout
25457 \begin_inset Formula $\textrm{Œ}$
25458 \end_inset
25459
25460
25461 \end_layout
25462
25463 \end_inset
25464 </cell>
25465 </row>
25466 <row>
25467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25468 \begin_inset Text
25469
25470 \begin_layout Plain Layout
25471
25472 \backslash
25473 ae
25474 \end_layout
25475
25476 \end_inset
25477 </cell>
25478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25479 \begin_inset Text
25480
25481 \begin_layout Plain Layout
25482 \begin_inset Formula $\textrm{æ}$
25483 \end_inset
25484
25485
25486 \end_layout
25487
25488 \end_inset
25489 </cell>
25490 </row>
25491 <row>
25492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25493 \begin_inset Text
25494
25495 \begin_layout Plain Layout
25496
25497 \backslash
25498 AE
25499 \end_layout
25500
25501 \end_inset
25502 </cell>
25503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25504 \begin_inset Text
25505
25506 \begin_layout Plain Layout
25507 \begin_inset Formula $\textrm{Æ}$
25508 \end_inset
25509
25510
25511 \end_layout
25512
25513 \end_inset
25514 </cell>
25515 </row>
25516 <row>
25517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25518 \begin_inset Text
25519
25520 \begin_layout Plain Layout
25521
25522 \backslash
25523 aa
25524 \end_layout
25525
25526 \end_inset
25527 </cell>
25528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25529 \begin_inset Text
25530
25531 \begin_layout Plain Layout
25532 \begin_inset Formula $\textrm{\aa}$
25533 \end_inset
25534
25535
25536 \end_layout
25537
25538 \end_inset
25539 </cell>
25540 </row>
25541 <row>
25542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25543 \begin_inset Text
25544
25545 \begin_layout Plain Layout
25546
25547 \backslash
25548 AA
25549 \begin_inset Index
25550 status collapsed
25551
25552 \begin_layout Plain Layout
25553
25554 \backslash
25555 @
25556 \begin_inset ERT
25557 status collapsed
25558
25559 \begin_layout Plain Layout
25560
25561
25562 \backslash
25563 textrm{
25564 \backslash
25565 AA}
25566 \end_layout
25567
25568 \end_inset
25569
25570
25571 \end_layout
25572
25573 \end_inset
25574
25575
25576 \end_layout
25577
25578 \end_inset
25579 </cell>
25580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25581 \begin_inset Text
25582
25583 \begin_layout Plain Layout
25584 \begin_inset Formula $\textrm{Å}$
25585 \end_inset
25586
25587
25588 \end_layout
25589
25590 \end_inset
25591 </cell>
25592 </row>
25593 <row>
25594 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25595 \begin_inset Text
25596
25597 \begin_layout Plain Layout
25598
25599 \backslash
25600 i
25601 \end_layout
25602
25603 \end_inset
25604 </cell>
25605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25606 \begin_inset Text
25607
25608 \begin_layout Plain Layout
25609 \begin_inset Formula $\textrm{ı}$
25610 \end_inset
25611
25612
25613 \end_layout
25614
25615 \end_inset
25616 </cell>
25617 </row>
25618 </lyxtabular>
25619
25620 \end_inset
25621
25622
25623 \begin_inset space \hfill{}
25624 \end_inset
25625
25626
25627 \begin_inset Tabular
25628 <lyxtabular version="3" rows="8" columns="2">
25629 <features>
25630 <column alignment="block" valignment="top" width="0">
25631 <column alignment="center" valignment="top" width="0">
25632 <row>
25633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25634 \begin_inset Text
25635
25636 \begin_layout Plain Layout
25637 command
25638 \begin_inset Note Note
25639 status collapsed
25640
25641 \begin_layout Plain Layout
25642
25643 \series bold
25644
25645 \backslash
25646 hspace{0mm}
25647 \series default
25648  is used for separation, because otherwise the output will be ¡ and ¿ respective
25649 ly.
25650 \end_layout
25651
25652 \end_inset
25653
25654
25655 \end_layout
25656
25657 \end_inset
25658 </cell>
25659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25660 \begin_inset Text
25661
25662 \begin_layout Plain Layout
25663 Result
25664 \end_layout
25665
25666 \end_inset
25667 </cell>
25668 </row>
25669 <row>
25670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25671 \begin_inset Text
25672
25673 \begin_layout Plain Layout
25674
25675 \backslash
25676 o
25677 \end_layout
25678
25679 \end_inset
25680 </cell>
25681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25682 \begin_inset Text
25683
25684 \begin_layout Plain Layout
25685 \begin_inset Formula $\textrm{ø}$
25686 \end_inset
25687
25688
25689 \end_layout
25690
25691 \end_inset
25692 </cell>
25693 </row>
25694 <row>
25695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25696 \begin_inset Text
25697
25698 \begin_layout Plain Layout
25699
25700 \backslash
25701 O
25702 \end_layout
25703
25704 \end_inset
25705 </cell>
25706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25707 \begin_inset Text
25708
25709 \begin_layout Plain Layout
25710 \begin_inset Formula $\textrm{Ø}$
25711 \end_inset
25712
25713
25714 \end_layout
25715
25716 \end_inset
25717 </cell>
25718 </row>
25719 <row>
25720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25721 \begin_inset Text
25722
25723 \begin_layout Plain Layout
25724
25725 \backslash
25726 l
25727 \end_layout
25728
25729 \end_inset
25730 </cell>
25731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25732 \begin_inset Text
25733
25734 \begin_layout Plain Layout
25735 \begin_inset Formula $\textrm{ł}$
25736 \end_inset
25737
25738
25739 \end_layout
25740
25741 \end_inset
25742 </cell>
25743 </row>
25744 <row>
25745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25746 \begin_inset Text
25747
25748 \begin_layout Plain Layout
25749
25750 \backslash
25751 L
25752 \end_layout
25753
25754 \end_inset
25755 </cell>
25756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25757 \begin_inset Text
25758
25759 \begin_layout Plain Layout
25760 \begin_inset Formula $\textrm{Ł}$
25761 \end_inset
25762
25763
25764 \end_layout
25765
25766 \end_inset
25767 </cell>
25768 </row>
25769 <row>
25770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25771 \begin_inset Text
25772
25773 \begin_layout Plain Layout
25774 !
25775 \begin_inset space \hspace{}
25776 \length 0mm
25777 \end_inset
25778
25779 `
25780 \begin_inset ERT
25781 status collapsed
25782
25783 \begin_layout Plain Layout
25784
25785
25786 \backslash
25787 spce 
25788 \end_layout
25789
25790 \end_inset
25791
25792
25793 \end_layout
25794
25795 \end_inset
25796 </cell>
25797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25798 \begin_inset Text
25799
25800 \begin_layout Plain Layout
25801 \begin_inset Formula $\textrm{!`}$
25802 \end_inset
25803
25804
25805 \end_layout
25806
25807 \end_inset
25808 </cell>
25809 </row>
25810 <row>
25811 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25812 \begin_inset Text
25813
25814 \begin_layout Plain Layout
25815 ?
25816 \begin_inset space \hspace{}
25817 \length 0mm
25818 \end_inset
25819
25820 `
25821 \begin_inset ERT
25822 status collapsed
25823
25824 \begin_layout Plain Layout
25825
25826
25827 \backslash
25828 spce 
25829 \end_layout
25830
25831 \end_inset
25832
25833
25834 \end_layout
25835
25836 \end_inset
25837 </cell>
25838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25839 \begin_inset Text
25840
25841 \begin_layout Plain Layout
25842 \begin_inset Formula $\textrm{?`}$
25843 \end_inset
25844
25845
25846 \end_layout
25847
25848 \end_inset
25849 </cell>
25850 </row>
25851 <row>
25852 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25853 \begin_inset Text
25854
25855 \begin_layout Plain Layout
25856
25857 \backslash
25858 j
25859 \end_layout
25860
25861 \end_inset
25862 </cell>
25863 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25864 \begin_inset Text
25865
25866 \begin_layout Plain Layout
25867 \begin_inset Formula $\textrm{ȷ}$
25868 \end_inset
25869
25870
25871 \end_layout
25872
25873 \end_inset
25874 </cell>
25875 </row>
25876 </lyxtabular>
25877
25878 \end_inset
25879
25880
25881 \begin_inset space \hfill{}
25882 \end_inset
25883
25884
25885 \end_layout
25886
25887 \begin_layout Standard
25888 The characters 
25889 \begin_inset Formula $\textrm{\textrm{Å}}$
25890 \end_inset
25891
25892  and 
25893 \begin_inset Formula $\textrm{\textrm{Ø}}$
25894 \end_inset
25895
25896  can also be inserted via the math toolbar button 
25897 \begin_inset Graphics
25898         filename ../images/math/digamma.png
25899         scale 85
25900
25901 \end_inset
25902
25903 .
25904 \end_layout
25905
25906 \begin_layout Standard
25907 An exception are the commands 
25908 \series bold
25909 !
25910 \begin_inset space \hspace{}
25911 \length 0mm
25912 \end_inset
25913
25914 `
25915 \series default
25916  and 
25917 \series bold
25918 ?
25919 \begin_inset space \hspace{}
25920 \length 0mm
25921 \end_inset
25922
25923 `
25924 \series default
25925 , because they can be inserted in LyX directly to text.
25926 \end_layout
25927
25928 \begin_layout Subsection
25929 Accents in Text
25930 \begin_inset CommandInset label
25931 LatexCommand label
25932 name "sub:Accents-in-Text"
25933
25934 \end_inset
25935
25936
25937 \begin_inset Index
25938 status collapsed
25939
25940 \begin_layout Plain Layout
25941 Accents ! in text
25942 \end_layout
25943
25944 \end_inset
25945
25946
25947 \end_layout
25948
25949 \begin_layout Standard
25950 With the following commands all letters can be accented.
25951  The commands must be inserted in TeX-mode.
25952 \end_layout
25953
25954 \begin_layout Standard
25955 \begin_inset space \hfill{}
25956 \end_inset
25957
25958
25959 \begin_inset Tabular
25960 <lyxtabular version="3" rows="8" columns="2">
25961 <features>
25962 <column alignment="block" valignment="top" width="0">
25963 <column alignment="block" valignment="top" width="0">
25964 <row>
25965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25966 \begin_inset Text
25967
25968 \begin_layout Plain Layout
25969 Command
25970 \end_layout
25971
25972 \end_inset
25973 </cell>
25974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25975 \begin_inset Text
25976
25977 \begin_layout Plain Layout
25978 Result
25979 \end_layout
25980
25981 \end_inset
25982 </cell>
25983 </row>
25984 <row>
25985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25986 \begin_inset Text
25987
25988 \begin_layout Plain Layout
25989
25990 \backslash
25991
25992 \begin_inset Quotes grd
25993 \end_inset
25994
25995 e
25996 \end_layout
25997
25998 \end_inset
25999 </cell>
26000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26001 \begin_inset Text
26002
26003 \begin_layout Plain Layout
26004 \begin_inset ERT
26005 status collapsed
26006
26007 \begin_layout Plain Layout
26008
26009
26010 \backslash
26011 "e
26012 \end_layout
26013
26014 \end_inset
26015
26016
26017 \end_layout
26018
26019 \end_inset
26020 </cell>
26021 </row>
26022 <row>
26023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26024 \begin_inset Text
26025
26026 \begin_layout Plain Layout
26027
26028 \backslash
26029 `e
26030 \end_layout
26031
26032 \end_inset
26033 </cell>
26034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26035 \begin_inset Text
26036
26037 \begin_layout Plain Layout
26038 \begin_inset ERT
26039 status collapsed
26040
26041 \begin_layout Plain Layout
26042
26043
26044 \backslash
26045 `e
26046 \end_layout
26047
26048 \end_inset
26049
26050
26051 \end_layout
26052
26053 \end_inset
26054 </cell>
26055 </row>
26056 <row>
26057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26058 \begin_inset Text
26059
26060 \begin_layout Plain Layout
26061
26062 \backslash
26063 ^
26064 \begin_inset ERT
26065 status collapsed
26066
26067 \begin_layout Plain Layout
26068
26069
26070 \backslash
26071 spce 
26072 \end_layout
26073
26074 \end_inset
26075
26076 e
26077 \end_layout
26078
26079 \end_inset
26080 </cell>
26081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26082 \begin_inset Text
26083
26084 \begin_layout Plain Layout
26085 \begin_inset ERT
26086 status collapsed
26087
26088 \begin_layout Plain Layout
26089
26090
26091 \backslash
26092 ^e
26093 \end_layout
26094
26095 \end_inset
26096
26097
26098 \end_layout
26099
26100 \end_inset
26101 </cell>
26102 </row>
26103 <row>
26104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26105 \begin_inset Text
26106
26107 \begin_layout Plain Layout
26108
26109 \backslash
26110 =e
26111 \end_layout
26112
26113 \end_inset
26114 </cell>
26115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26116 \begin_inset Text
26117
26118 \begin_layout Plain Layout
26119 \begin_inset ERT
26120 status collapsed
26121
26122 \begin_layout Plain Layout
26123
26124
26125 \backslash
26126 =e
26127 \end_layout
26128
26129 \end_inset
26130
26131
26132 \end_layout
26133
26134 \end_inset
26135 </cell>
26136 </row>
26137 <row>
26138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26139 \begin_inset Text
26140
26141 \begin_layout Plain Layout
26142
26143 \backslash
26144 u
26145 \begin_inset ERT
26146 status collapsed
26147
26148 \begin_layout Plain Layout
26149
26150
26151 \backslash
26152 spce 
26153 \end_layout
26154
26155 \end_inset
26156
26157 e
26158 \end_layout
26159
26160 \end_inset
26161 </cell>
26162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26163 \begin_inset Text
26164
26165 \begin_layout Plain Layout
26166 \begin_inset ERT
26167 status collapsed
26168
26169 \begin_layout Plain Layout
26170
26171
26172 \backslash
26173 u e
26174 \end_layout
26175
26176 \end_inset
26177
26178
26179 \end_layout
26180
26181 \end_inset
26182 </cell>
26183 </row>
26184 <row>
26185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26186 \begin_inset Text
26187
26188 \begin_layout Plain Layout
26189
26190 \backslash
26191 b
26192 \begin_inset ERT
26193 status collapsed
26194
26195 \begin_layout Plain Layout
26196
26197
26198 \backslash
26199 spce 
26200 \end_layout
26201
26202 \end_inset
26203
26204 e
26205 \end_layout
26206
26207 \end_inset
26208 </cell>
26209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26210 \begin_inset Text
26211
26212 \begin_layout Plain Layout
26213 \begin_inset ERT
26214 status collapsed
26215
26216 \begin_layout Plain Layout
26217
26218
26219 \backslash
26220 b e
26221 \end_layout
26222
26223 \end_inset
26224
26225
26226 \end_layout
26227
26228 \end_inset
26229 </cell>
26230 </row>
26231 <row>
26232 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26233 \begin_inset Text
26234
26235 \begin_layout Plain Layout
26236
26237 \backslash
26238 t
26239 \begin_inset ERT
26240 status collapsed
26241
26242 \begin_layout Plain Layout
26243
26244
26245 \backslash
26246 spce 
26247 \end_layout
26248
26249 \end_inset
26250
26251 ee
26252 \end_layout
26253
26254 \end_inset
26255 </cell>
26256 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26257 \begin_inset Text
26258
26259 \begin_layout Plain Layout
26260 \begin_inset ERT
26261 status collapsed
26262
26263 \begin_layout Plain Layout
26264
26265
26266 \backslash
26267 t ee
26268 \end_layout
26269
26270 \end_inset
26271
26272
26273 \end_layout
26274
26275 \end_inset
26276 </cell>
26277 </row>
26278 </lyxtabular>
26279
26280 \end_inset
26281
26282
26283 \begin_inset space \hfill{}
26284 \end_inset
26285
26286
26287 \begin_inset Tabular
26288 <lyxtabular version="3" rows="8" columns="2">
26289 <features>
26290 <column alignment="block" valignment="top" width="0">
26291 <column alignment="center" valignment="top" width="0">
26292 <row>
26293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26294 \begin_inset Text
26295
26296 \begin_layout Plain Layout
26297 Command
26298 \end_layout
26299
26300 \end_inset
26301 </cell>
26302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26303 \begin_inset Text
26304
26305 \begin_layout Plain Layout
26306 Result
26307 \end_layout
26308
26309 \end_inset
26310 </cell>
26311 </row>
26312 <row>
26313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26314 \begin_inset Text
26315
26316 \begin_layout Plain Layout
26317
26318 \backslash
26319 H
26320 \begin_inset ERT
26321 status collapsed
26322
26323 \begin_layout Plain Layout
26324
26325
26326 \backslash
26327 spce 
26328 \end_layout
26329
26330 \end_inset
26331
26332 e
26333 \end_layout
26334
26335 \end_inset
26336 </cell>
26337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26338 \begin_inset Text
26339
26340 \begin_layout Plain Layout
26341 \begin_inset ERT
26342 status collapsed
26343
26344 \begin_layout Plain Layout
26345
26346
26347 \backslash
26348 H e
26349 \end_layout
26350
26351 \end_inset
26352
26353
26354 \end_layout
26355
26356 \end_inset
26357 </cell>
26358 </row>
26359 <row>
26360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26361 \begin_inset Text
26362
26363 \begin_layout Plain Layout
26364
26365 \backslash
26366 'e
26367 \end_layout
26368
26369 \end_inset
26370 </cell>
26371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26372 \begin_inset Text
26373
26374 \begin_layout Plain Layout
26375 \begin_inset ERT
26376 status collapsed
26377
26378 \begin_layout Plain Layout
26379
26380
26381 \backslash
26382 'e
26383 \end_layout
26384
26385 \end_inset
26386
26387
26388 \end_layout
26389
26390 \end_inset
26391 </cell>
26392 </row>
26393 <row>
26394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26395 \begin_inset Text
26396
26397 \begin_layout Plain Layout
26398
26399 \backslash
26400 ~e
26401 \begin_inset Index
26402 status collapsed
26403
26404 \begin_layout Plain Layout
26405 Tilde
26406 \end_layout
26407
26408 \end_inset
26409
26410
26411 \end_layout
26412
26413 \end_inset
26414 </cell>
26415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26416 \begin_inset Text
26417
26418 \begin_layout Plain Layout
26419 \begin_inset ERT
26420 status collapsed
26421
26422 \begin_layout Plain Layout
26423
26424
26425 \backslash
26426 ~e
26427 \end_layout
26428
26429 \end_inset
26430
26431
26432 \end_layout
26433
26434 \end_inset
26435 </cell>
26436 </row>
26437 <row>
26438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26439 \begin_inset Text
26440
26441 \begin_layout Plain Layout
26442
26443 \backslash
26444 .e
26445 \end_layout
26446
26447 \end_inset
26448 </cell>
26449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26450 \begin_inset Text
26451
26452 \begin_layout Plain Layout
26453 \begin_inset ERT
26454 status collapsed
26455
26456 \begin_layout Plain Layout
26457
26458
26459 \backslash
26460 .e
26461 \end_layout
26462
26463 \end_inset
26464
26465
26466 \end_layout
26467
26468 \end_inset
26469 </cell>
26470 </row>
26471 <row>
26472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26473 \begin_inset Text
26474
26475 \begin_layout Plain Layout
26476
26477 \backslash
26478 v
26479 \begin_inset ERT
26480 status collapsed
26481
26482 \begin_layout Plain Layout
26483
26484
26485 \backslash
26486 spce 
26487 \end_layout
26488
26489 \end_inset
26490
26491 e
26492 \end_layout
26493
26494 \end_inset
26495 </cell>
26496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26497 \begin_inset Text
26498
26499 \begin_layout Plain Layout
26500 \begin_inset ERT
26501 status collapsed
26502
26503 \begin_layout Plain Layout
26504
26505
26506 \backslash
26507 v e
26508 \end_layout
26509
26510 \end_inset
26511
26512
26513 \end_layout
26514
26515 \end_inset
26516 </cell>
26517 </row>
26518 <row>
26519 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26520 \begin_inset Text
26521
26522 \begin_layout Plain Layout
26523
26524 \backslash
26525 d
26526 \begin_inset ERT
26527 status collapsed
26528
26529 \begin_layout Plain Layout
26530
26531
26532 \backslash
26533 spce 
26534 \end_layout
26535
26536 \end_inset
26537
26538 e
26539 \end_layout
26540
26541 \end_inset
26542 </cell>
26543 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26544 \begin_inset Text
26545
26546 \begin_layout Plain Layout
26547 \begin_inset ERT
26548 status collapsed
26549
26550 \begin_layout Plain Layout
26551
26552
26553 \backslash
26554 d e
26555 \end_layout
26556
26557 \end_inset
26558
26559
26560 \end_layout
26561
26562 \end_inset
26563 </cell>
26564 </row>
26565 <row>
26566 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26567 \begin_inset Text
26568
26569 \begin_layout Plain Layout
26570
26571 \backslash
26572 c
26573 \begin_inset ERT
26574 status collapsed
26575
26576 \begin_layout Plain Layout
26577
26578
26579 \backslash
26580 spce 
26581 \end_layout
26582
26583 \end_inset
26584
26585 e
26586 \end_layout
26587
26588 \end_inset
26589 </cell>
26590 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26591 \begin_inset Text
26592
26593 \begin_layout Plain Layout
26594 \begin_inset ERT
26595 status collapsed
26596
26597 \begin_layout Plain Layout
26598
26599
26600 \backslash
26601 c e
26602 \end_layout
26603
26604 \end_inset
26605
26606
26607 \end_layout
26608
26609 \end_inset
26610 </cell>
26611 </row>
26612 </lyxtabular>
26613
26614 \end_inset
26615
26616
26617 \begin_inset space \hfill{}
26618 \end_inset
26619
26620
26621 \end_layout
26622
26623 \begin_layout Standard
26624 \begin_inset VSpace medskip
26625 \end_inset
26626
26627 With the command 
26628 \series bold
26629
26630 \backslash
26631 t
26632 \series default
26633  also two different characters can be accented.
26634  The command 
26635 \series bold
26636
26637 \backslash
26638 t
26639 \begin_inset ERT
26640 status collapsed
26641
26642 \begin_layout Plain Layout
26643
26644
26645 \backslash
26646 spce 
26647 \end_layout
26648
26649 \end_inset
26650
26651 sz
26652 \series default
26653  creates: 
26654 \begin_inset ERT
26655 status collapsed
26656
26657 \begin_layout Plain Layout
26658
26659
26660 \backslash
26661 t sz
26662 \end_layout
26663
26664 \end_inset
26665
26666
26667 \end_layout
26668
26669 \begin_layout Standard
26670 The accents 
26671 \series bold
26672 `
26673 \series default
26674  , 
26675 \series bold
26676 '
26677 \series default
26678  , and 
26679 \series bold
26680 ^
26681 \series default
26682  can in combination with vowels directly be inserted with the keyboard without
26683  using TeX-mode.
26684  The same applies for the tilde
26685 \begin_inset Foot
26686 status collapsed
26687
26688 \begin_layout Plain Layout
26689 This only applies for keyboards where the tilde is defined as accent.
26690 \end_layout
26691
26692 \end_inset
26693
26694  
26695 \series bold
26696 ~
26697 \series default
26698  in combination with 
26699 \emph on
26700 a
26701 \emph default
26702  , 
26703 \emph on
26704 n
26705 \emph default
26706  , or 
26707 \emph on
26708 o
26709 \emph default
26710 .
26711 \end_layout
26712
26713 \begin_layout Standard
26714 The commands 
26715 \series bold
26716
26717 \backslash
26718 b
26719 \series default
26720  , 
26721 \series bold
26722
26723 \backslash
26724 c
26725 \series default
26726  , 
26727 \series bold
26728
26729 \backslash
26730 d
26731 \series default
26732  , 
26733 \series bold
26734
26735 \backslash
26736 H
26737 \series default
26738  , 
26739 \series bold
26740
26741 \backslash
26742 t
26743 \series default
26744  , 
26745 \series bold
26746
26747 \backslash
26748 u
26749 \series default
26750  , 
26751 \series bold
26752
26753 \backslash
26754 v
26755 \series default
26756 , and accents inserted directly with the keyboard are also available in
26757  mathematical text.
26758  For the other accents there are special math commands to be used in formulas,
26759  see 
26760 \begin_inset CommandInset ref
26761 LatexCommand ref
26762 reference "sub:Accents-for-one"
26763
26764 \end_inset
26765
26766 .
26767 \end_layout
26768
26769 \begin_layout Standard
26770 \begin_inset VSpace bigskip
26771 \end_inset
26772
26773 Furthermore, with the command 
26774 \series bold
26775
26776 \backslash
26777 textcircled
26778 \series default
26779
26780 \begin_inset Index
26781 status collapsed
26782
26783 \begin_layout Plain Layout
26784 Commands ! T ! 
26785 \backslash
26786 textcircled
26787 \end_layout
26788
26789 \end_inset
26790
26791  all numbers and letters can be set into a circle, quasi accented with a
26792  circle, similar to the the copyright symbol.
26793 \end_layout
26794
26795 \begin_layout Standard
26796 \align center
26797 \begin_inset Tabular
26798 <lyxtabular version="3" rows="3" columns="2">
26799 <features>
26800 <column alignment="center" valignment="top" width="0">
26801 <column alignment="center" valignment="top" width="0">
26802 <row>
26803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26804 \begin_inset Text
26805
26806 \begin_layout Plain Layout
26807 Command
26808 \end_layout
26809
26810 \end_inset
26811 </cell>
26812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26813 \begin_inset Text
26814
26815 \begin_layout Plain Layout
26816 Result
26817 \begin_inset Note Note
26818 status collapsed
26819
26820 \begin_layout Plain Layout
26821
26822 \series bold
26823
26824 \backslash
26825 raisebox
26826 \series default
26827  is only used as spacer.
26828 \end_layout
26829
26830 \end_inset
26831
26832
26833 \end_layout
26834
26835 \end_inset
26836 </cell>
26837 </row>
26838 <row>
26839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26840 \begin_inset Text
26841
26842 \begin_layout Plain Layout
26843
26844 \backslash
26845 textcircled{w}
26846 \end_layout
26847
26848 \end_inset
26849 </cell>
26850 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26851 \begin_inset Text
26852
26853 \begin_layout Plain Layout
26854 \begin_inset ERT
26855 status collapsed
26856
26857 \begin_layout Plain Layout
26858
26859
26860 \backslash
26861 textcircled{w}
26862 \end_layout
26863
26864 \end_inset
26865
26866
26867 \end_layout
26868
26869 \end_inset
26870 </cell>
26871 </row>
26872 <row>
26873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26874 \begin_inset Text
26875
26876 \begin_layout Plain Layout
26877
26878 \backslash
26879 Large 
26880 \backslash
26881 textcircled{
26882 \backslash
26883 normalsize
26884 \backslash
26885 protect
26886 \backslash
26887 raisebox{-1.5pt}{W}}
26888 \end_layout
26889
26890 \end_inset
26891 </cell>
26892 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26893 \begin_inset Text
26894
26895 \begin_layout Plain Layout
26896 \begin_inset Formula $\raisebox{4.5mm}{}$
26897 \end_inset
26898
26899
26900 \begin_inset ERT
26901 status collapsed
26902
26903 \begin_layout Plain Layout
26904
26905
26906 \backslash
26907 Large 
26908 \backslash
26909 textcircled{
26910 \backslash
26911 normalsize
26912 \backslash
26913 protect
26914 \backslash
26915 raisebox{-1.5pt}W}
26916 \end_layout
26917
26918 \end_inset
26919
26920
26921 \begin_inset Formula $\raisebox{-2mm}{}$
26922 \end_inset
26923
26924
26925 \end_layout
26926
26927 \end_inset
26928 </cell>
26929 </row>
26930 </lyxtabular>
26931
26932 \end_inset
26933
26934
26935 \end_layout
26936
26937 \begin_layout Standard
26938 One has to take care that the character fits in the circle.
26939  
26940 \series bold
26941
26942 \backslash
26943 Large
26944 \series default
26945
26946 \begin_inset Foot
26947 status collapsed
26948
26949 \begin_layout Plain Layout
26950 see 
26951 \begin_inset CommandInset ref
26952 LatexCommand ref
26953 reference "sub:Font-Sizes"
26954
26955 \end_inset
26956
26957
26958 \end_layout
26959
26960 \end_inset
26961
26962  specifies thereby the size of the circle.
26963  With the help of 
26964 \series bold
26965
26966 \backslash
26967 raisebox
26968 \series default
26969
26970 \begin_inset Foot
26971 status collapsed
26972
26973 \begin_layout Plain Layout
26974 see 
26975 \begin_inset CommandInset ref
26976 LatexCommand ref
26977 reference "sub:Boxes-without-Frame"
26978
26979 \end_inset
26980
26981
26982 \end_layout
26983
26984 \end_inset
26985
26986  the character can be centered.
26987 \end_layout
26988
26989 \begin_layout Subsection
26990 Minuscule Numbers
26991 \begin_inset Index
26992 status collapsed
26993
26994 \begin_layout Plain Layout
26995 Minuscule numbers
26996 \end_layout
26997
26998 \end_inset
26999
27000
27001 \end_layout
27002
27003 \begin_layout Standard
27004 Minuscule numbers are created with the command 
27005 \series bold
27006
27007 \backslash
27008 oldstylenums
27009 \series default
27010
27011 \begin_inset Index
27012 status collapsed
27013
27014 \begin_layout Plain Layout
27015 Commands ! O ! 
27016 \backslash
27017 oldstylenums
27018 \end_layout
27019
27020 \end_inset
27021
27022 .
27023  The command can be used in formulas and in TeX-mode.
27024  The command scheme is:
27025 \end_layout
27026
27027 \begin_layout Standard
27028
27029 \series bold
27030
27031 \backslash
27032 oldstylenums{number}
27033 \end_layout
27034
27035 \begin_layout Standard
27036 The command 
27037 \series bold
27038
27039 \backslash
27040 oldstylenums{0123456789
27041 \series default
27042  produces: 
27043 \begin_inset Formula $\oldstylenums{0123456789}$
27044 \end_inset
27045
27046
27047 \end_layout
27048
27049 \begin_layout Subsection
27050 Miscellaneous special Characters
27051 \begin_inset CommandInset label
27052 LatexCommand label
27053 name "sub:Miscellaneous-special-Characters"
27054
27055 \end_inset
27056
27057
27058 \begin_inset Index
27059 status collapsed
27060
27061 \begin_layout Plain Layout
27062 Special characters ! miscellaneous
27063 \end_layout
27064
27065 \end_inset
27066
27067
27068 \end_layout
27069
27070 \begin_layout Standard
27071 The following characters can only be inserted to formulas by using commands:
27072 \end_layout
27073
27074 \begin_layout Standard
27075 \align center
27076 \begin_inset Tabular
27077 <lyxtabular version="3" rows="4" columns="2">
27078 <features>
27079 <column alignment="center" valignment="top" width="0">
27080 <column alignment="center" valignment="top" width="0">
27081 <row>
27082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27083 \begin_inset Text
27084
27085 \begin_layout Plain Layout
27086 Command
27087 \end_layout
27088
27089 \end_inset
27090 </cell>
27091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27092 \begin_inset Text
27093
27094 \begin_layout Plain Layout
27095 Result
27096 \end_layout
27097
27098 \end_inset
27099 </cell>
27100 </row>
27101 <row>
27102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27103 \begin_inset Text
27104
27105 \begin_layout Plain Layout
27106
27107 \backslash
27108 ^
27109 \begin_inset ERT
27110 status collapsed
27111
27112 \begin_layout Plain Layout
27113
27114
27115 \backslash
27116 spce 
27117 \end_layout
27118
27119 \end_inset
27120
27121
27122 \end_layout
27123
27124 \end_inset
27125 </cell>
27126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27127 \begin_inset Text
27128
27129 \begin_layout Plain Layout
27130 \begin_inset Formula $\mathcircumflex$
27131 \end_inset
27132
27133
27134 \end_layout
27135
27136 \end_inset
27137 </cell>
27138 </row>
27139 <row>
27140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27141 \begin_inset Text
27142
27143 \begin_layout Plain Layout
27144
27145 \backslash
27146 _
27147 \end_layout
27148
27149 \end_inset
27150 </cell>
27151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27152 \begin_inset Text
27153
27154 \begin_layout Plain Layout
27155 \begin_inset Formula $\_$
27156 \end_inset
27157
27158
27159 \end_layout
27160
27161 \end_inset
27162 </cell>
27163 </row>
27164 <row>
27165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27166 \begin_inset Text
27167
27168 \begin_layout Plain Layout
27169 ^
27170 \begin_inset ERT
27171 status collapsed
27172
27173 \begin_layout Plain Layout
27174
27175
27176 \backslash
27177 spce 
27178 \end_layout
27179
27180 \end_inset
27181
27182
27183 \backslash
27184 circ
27185 \begin_inset Index
27186 status collapsed
27187
27188 \begin_layout Plain Layout
27189
27190 \backslash
27191
27192 \end_layout
27193
27194 \end_inset
27195
27196
27197 \end_layout
27198
27199 \end_inset
27200 </cell>
27201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27202 \begin_inset Text
27203
27204 \begin_layout Plain Layout
27205 \begin_inset Formula $^{\circ}$
27206 \end_inset
27207
27208
27209 \end_layout
27210
27211 \end_inset
27212 </cell>
27213 </row>
27214 </lyxtabular>
27215
27216 \end_inset
27217
27218
27219 \end_layout
27220
27221 \begin_layout Standard
27222 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27223  contains the following line
27224 \begin_inset Foot
27225 status collapsed
27226
27227 \begin_layout Plain Layout
27228 More about this is described in 
27229 \begin_inset CommandInset ref
27230 LatexCommand ref
27231 reference "sub:Text-Characters-in"
27232
27233 \end_inset
27234
27235 .
27236 \end_layout
27237
27238 \end_inset
27239
27240 :
27241 \end_layout
27242
27243 \begin_layout Standard
27244
27245 \series bold
27246
27247 \backslash
27248 DeclareInputtext{176}{
27249 \backslash
27250 ifmmode^
27251 \backslash
27252 circ
27253 \backslash
27254 else
27255 \backslash
27256 textdegree
27257 \backslash
27258 fi}
27259 \end_layout
27260
27261 \begin_layout Section
27262 Formula Styles
27263 \begin_inset CommandInset label
27264 LatexCommand label
27265 name "sec:Formula-Styles"
27266
27267 \end_inset
27268
27269
27270 \begin_inset Index
27271 status collapsed
27272
27273 \begin_layout Plain Layout
27274 Formula ! styles
27275 \end_layout
27276
27277 \end_inset
27278
27279
27280 \end_layout
27281
27282 \begin_layout Itemize
27283 There are two different alignment styles:
27284 \end_layout
27285
27286 \begin_deeper
27287 \begin_layout Description
27288 Centered is the predefined standard
27289 \end_layout
27290
27291 \begin_layout Description
27292 Indented for this the option 
27293 \series bold
27294 fleqn
27295 \series default
27296  must be inserted in the menu 
27297 \family sans
27298 Document\SpecialChar \menuseparator
27299 Settings
27300 \family default
27301  under 
27302 \family sans
27303 Document
27304 \begin_inset space ~
27305 \end_inset
27306
27307 Class
27308 \end_layout
27309
27310 \begin_layout Standard
27311 When 
27312 \series bold
27313 Indented
27314 \series default
27315  is used, the indentation can be adjusted with the length 
27316 \series bold
27317
27318 \backslash
27319 mathindent
27320 \series default
27321
27322 \begin_inset Index
27323 status collapsed
27324
27325 \begin_layout Plain Layout
27326 Commands ! M ! 
27327 \backslash
27328 mathindent
27329 \end_layout
27330
27331 \end_inset
27332
27333 .
27334  Should the distance be 15
27335 \begin_inset space \thinspace{}
27336 \end_inset
27337
27338 mm, the following command line is inserted in the LaTeX-preamble
27339 \end_layout
27340
27341 \begin_layout Standard
27342
27343 \series bold
27344
27345 \backslash
27346 setlength{
27347 \backslash
27348 mathindent}{15mm}
27349 \end_layout
27350
27351 \begin_layout Standard
27352 When no length is specified, the predefined value of 30
27353 \begin_inset space \thinspace{}
27354 \end_inset
27355
27356 pt will be used.
27357 \end_layout
27358
27359 \end_deeper
27360 \begin_layout Itemize
27361 And two different numbering styles:
27362 \end_layout
27363
27364 \begin_deeper
27365 \begin_layout Description
27366 Right is the predefined standard
27367 \end_layout
27368
27369 \begin_layout Description
27370 Left for this the option 
27371 \series bold
27372 leqno
27373 \series default
27374  must be inserted in the menu 
27375 \family sans
27376 Document\SpecialChar \menuseparator
27377 Settings
27378 \family default
27379  under 
27380 \family sans
27381 Document
27382 \begin_inset space ~
27383 \end_inset
27384
27385 Class
27386 \end_layout
27387
27388 \end_deeper
27389 \begin_layout Standard
27390
27391 \series bold
27392 fleqn
27393 \series default
27394  and 
27395 \series bold
27396 leqno
27397 \series default
27398  can also be used together.
27399  In this case both options are inserted, separated by a comma.
27400 \end_layout
27401
27402 \begin_layout Standard
27403 The chosen styles are used for all displayed formulas of the document.
27404  When both, centered and indented formulas should be created in a document,
27405  the style 
27406 \series bold
27407 Centered
27408 \series default
27409  is used.
27410  The indented formulas are then set in a flalign environment, see 
27411 \begin_inset CommandInset ref
27412 LatexCommand ref
27413 reference "sub:Flalign-Environment"
27414
27415 \end_inset
27416
27417 .
27418 \end_layout
27419
27420 \begin_layout Section
27421 Multiline Formulas
27422 \begin_inset CommandInset label
27423 LatexCommand label
27424 name "sec:Multiline-Formulas"
27425
27426 \end_inset
27427
27428
27429 \begin_inset Index
27430 status collapsed
27431
27432 \begin_layout Plain Layout
27433 Formula ! multiline
27434 \end_layout
27435
27436 \end_inset
27437
27438
27439 \end_layout
27440
27441 \begin_layout Subsection
27442 General
27443 \end_layout
27444
27445 \begin_layout Standard
27446 In LyX multiline formulas are created by pressing 
27447 \series bold
27448
27449 \begin_inset Info
27450 type  "shortcut"
27451 arg   "newline-insert newline"
27452 \end_inset
27453
27454
27455 \series default
27456  inside a formula.
27457  This creates either an 
27458 \series bold
27459 eqnarray environment
27460 \series default
27461  that is described in 
27462 \begin_inset CommandInset ref
27463 LatexCommand ref
27464 reference "sub:Eqnarray-Environment"
27465
27466 \end_inset
27467
27468  or, when the option 
27469 \family sans
27470 Use AMS math package
27471 \family default
27472  in the document settings is selected, an 
27473 \series bold
27474 align environment
27475 \series default
27476  that is described in 
27477 \begin_inset CommandInset ref
27478 LatexCommand ref
27479 reference "sub:Standard-align-Environment"
27480
27481 \end_inset
27482
27483 .
27484 \end_layout
27485
27486 \begin_layout Standard
27487 There are other multiline formula environments that can be created via the
27488  menu 
27489 \family sans
27490 Insert\SpecialChar \menuseparator
27491 Math
27492 \family default
27493 .
27494  These environments are described in the following sections.
27495 \end_layout
27496
27497 \begin_layout Standard
27498 In all multiline formula environments a new line is created by pressing
27499  
27500 \begin_inset Info
27501 type  "shortcut"
27502 arg   "newline-insert newline"
27503 \end_inset
27504
27505 .
27506  To add or delete lines, the math toolbar buttons 
27507 \begin_inset Graphics
27508         filename ../images/tabular-feature_append-row.png
27509         scale 85
27510
27511 \end_inset
27512
27513  or 
27514 \begin_inset Graphics
27515         filename ../images/tabular-feature_delete-row.png
27516         scale 85
27517
27518 \end_inset
27519
27520 , respectively, or the menu 
27521 \family sans
27522 Edit\SpecialChar \menuseparator
27523 Rows & Columns
27524 \family default
27525  can be used.
27526 \end_layout
27527
27528 \begin_layout Subsubsection
27529 Line Separation
27530 \begin_inset CommandInset label
27531 LatexCommand label
27532 name "sub:Line-Separation"
27533
27534 \end_inset
27535
27536
27537 \begin_inset Index
27538 status collapsed
27539
27540 \begin_layout Plain Layout
27541 Formula ! multiline ! Line separation
27542 \end_layout
27543
27544 \end_inset
27545
27546
27547 \end_layout
27548
27549 \begin_layout Standard
27550 There is sometimes not enough space in multiline formulas between the lines:
27551 \begin_inset Formula \begin{eqnarray*}
27552 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}\\
27553 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*}
27554
27555 \end_inset
27556
27557
27558 \end_layout
27559
27560 \begin_layout Standard
27561 In LaTeX additional line space is specified as optional argument of the
27562  new line command.
27563  This is not yet possible in LyX
27564 \begin_inset Foot
27565 status collapsed
27566
27567 \begin_layout Plain Layout
27568 see 
27569 \begin_inset CommandInset href
27570 LatexCommand href
27571 name "LyX-bug #1505"
27572 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27573
27574 \end_inset
27575
27576
27577 \end_layout
27578
27579 \end_inset
27580
27581 , therefore the whole formula must be inserted in TeX-mode.
27582  To add in our example space, the command 
27583 \series bold
27584
27585 \backslash
27586
27587 \backslash
27588 [3mm]
27589 \series default
27590  is inserted at the end of the first line.
27591  One gets: 
27592 \begin_inset ERT
27593 status collapsed
27594
27595 \begin_layout Plain Layout
27596
27597
27598 \backslash
27599 begin{eqnarray*}
27600 \end_layout
27601
27602 \begin_layout Plain Layout
27603
27604 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27605  = & 
27606 \backslash
27607 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27608 \backslash
27609
27610 \backslash
27611 [3mm]
27612 \end_layout
27613
27614 \begin_layout Plain Layout
27615
27616 4x^{2}
27617 \backslash
27618 left(B^{2}+x_{0}^{2}
27619 \backslash
27620 right)+4x_{0}x
27621 \backslash
27622 left(D-B^{2}
27623 \backslash
27624 right)+B^{2}
27625 \backslash
27626 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27627 \backslash
27628 right) & = & 0
27629 \end_layout
27630
27631 \begin_layout Plain Layout
27632
27633
27634 \backslash
27635 end{eqnarray*}
27636 \end_layout
27637
27638 \end_inset
27639
27640
27641 \end_layout
27642
27643 \begin_layout Standard
27644 \begin_inset VSpace bigskip
27645 \end_inset
27646
27647 To set the the line separation for all lines in a formula, the length 
27648 \series bold
27649
27650 \backslash
27651 jot
27652 \series default
27653
27654 \begin_inset Index
27655 status collapsed
27656
27657 \begin_layout Plain Layout
27658 Commands ! J ! 
27659 \backslash
27660 jot
27661 \end_layout
27662
27663 \end_inset
27664
27665  is changed.
27666  The definition is: 
27667 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
27668 \end_inset
27669
27670 .
27671  Predefined for 
27672 \series bold
27673
27674 \backslash
27675 jot
27676 \series default
27677  is the value 3
27678 \begin_inset space \thinspace{}
27679 \end_inset
27680
27681 pt.
27682  To create 3
27683 \begin_inset space \thinspace{}
27684 \end_inset
27685
27686 mm additional line separation as in the previous example, the command
27687 \end_layout
27688
27689 \begin_layout Standard
27690
27691 \series bold
27692
27693 \backslash
27694 setlength{
27695 \backslash
27696 jot}{3mm+3pt}
27697 \end_layout
27698
27699 \begin_layout Standard
27700 is inserted in TeX-mode before the formula.
27701  This requires that the LaTeX-package 
27702 \series bold
27703 calc
27704 \series default
27705
27706 \begin_inset Foot
27707 status collapsed
27708
27709 \begin_layout Plain Layout
27710
27711 \series bold
27712 calc
27713 \series default
27714  is part of every LaTeX standard installation.
27715 \end_layout
27716
27717 \end_inset
27718
27719
27720 \begin_inset Index
27721 status collapsed
27722
27723 \begin_layout Plain Layout
27724 Packages ! calc
27725 \end_layout
27726
27727 \end_inset
27728
27729  was loaded in LaTeX-preamble with the line
27730 \end_layout
27731
27732 \begin_layout Standard
27733
27734 \series bold
27735
27736 \backslash
27737 usepackage{calc}
27738 \end_layout
27739
27740 \begin_layout Standard
27741 One gets: 
27742 \begin_inset ERT
27743 status collapsed
27744
27745 \begin_layout Plain Layout
27746
27747
27748 \backslash
27749 setlength{
27750 \backslash
27751 jot}{3mm+3pt}
27752 \end_layout
27753
27754 \end_inset
27755
27756
27757 \begin_inset Formula \begin{eqnarray*}
27758 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}\\
27759 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*}
27760
27761 \end_inset
27762
27763
27764 \end_layout
27765
27766 \begin_layout Standard
27767 \begin_inset ERT
27768 status collapsed
27769
27770 \begin_layout Plain Layout
27771
27772
27773 \backslash
27774 setlength{
27775 \backslash
27776 jot}{3pt}
27777 \end_layout
27778
27779 \end_inset
27780
27781  To get back to the predefined distance, 
27782 \series bold
27783
27784 \backslash
27785 jot
27786 \series default
27787  is set to the value 3
27788 \begin_inset space \thinspace{}
27789 \end_inset
27790
27791 pt.
27792 \end_layout
27793
27794 \begin_layout Subsubsection
27795 Column Separation
27796 \begin_inset CommandInset label
27797 LatexCommand label
27798 name "sub:Column-Separation"
27799
27800 \end_inset
27801
27802
27803 \begin_inset Index
27804 status collapsed
27805
27806 \begin_layout Plain Layout
27807 Formula ! multiline ! Column separation
27808 \end_layout
27809
27810 \end_inset
27811
27812
27813 \end_layout
27814
27815 \begin_layout Standard
27816 Multiline formulas form a matrix.
27817  A formula in the eqnarray environment is for example a matrix with three
27818  columns.
27819  By changing the column separation in this environment, the space beside
27820  the relation sign can be changed.
27821 \end_layout
27822
27823 \begin_layout Standard
27824 The column separation is specified with the length 
27825 \series bold
27826
27827 \backslash
27828 arraycolsep
27829 \series default
27830
27831 \begin_inset Index
27832 status collapsed
27833
27834 \begin_layout Plain Layout
27835 Commands ! A ! 
27836 \backslash
27837 arraycolsep
27838 \end_layout
27839
27840 \end_inset
27841
27842  according to:
27843 \begin_inset Newline newline
27844 \end_inset
27845
27846 column separation = 2
27847 \begin_inset space \thinspace{}
27848 \end_inset
27849
27850
27851 \series bold
27852
27853 \backslash
27854 arraycolsep
27855 \series default
27856
27857 \begin_inset Newline newline
27858 \end_inset
27859
27860 Thus, the command
27861 \end_layout
27862
27863 \begin_layout Standard
27864
27865 \series bold
27866
27867 \backslash
27868 setlength{
27869 \backslash
27870 arraycolsep}{1cm}
27871 \end_layout
27872
27873 \begin_layout Standard
27874 inserted in TeX-mode, sets for all following formulas a column separation
27875  of 2
27876 \begin_inset space \thinspace{}
27877 \end_inset
27878
27879 cm.
27880  To get back to the predefined distance, 
27881 \series bold
27882
27883 \backslash
27884 arraycolsep
27885 \series default
27886  is set to 5
27887 \begin_inset space \thinspace{}
27888 \end_inset
27889
27890 pt.
27891 \end_layout
27892
27893 \begin_layout Standard
27894 A formula with 2
27895 \begin_inset space \thinspace{}
27896 \end_inset
27897
27898 cm column separation:
27899 \begin_inset ERT
27900 status collapsed
27901
27902 \begin_layout Plain Layout
27903
27904
27905 \backslash
27906 setlength{
27907 \backslash
27908 arraycolsep}{1cm}
27909 \end_layout
27910
27911 \end_inset
27912
27913
27914 \begin_inset Formula \begin{eqnarray*}
27915 A & = & B\\
27916 C & \ne & A\end{eqnarray*}
27917
27918 \end_inset
27919
27920 A formula with the predefined column separation for matrices of 10
27921 \begin_inset space \thinspace{}
27922 \end_inset
27923
27924 pt:
27925 \begin_inset ERT
27926 status collapsed
27927
27928 \begin_layout Plain Layout
27929
27930
27931 \backslash
27932 setlength{
27933 \backslash
27934 arraycolsep}{5pt}
27935 \end_layout
27936
27937 \end_inset
27938
27939
27940 \begin_inset Formula \begin{eqnarray*}
27941 A & = & B\\
27942 C & \ne & A\end{eqnarray*}
27943
27944 \end_inset
27945
27946
27947 \end_layout
27948
27949 \begin_layout Subsubsection
27950 Long Formulas
27951 \begin_inset Index
27952 status collapsed
27953
27954 \begin_layout Plain Layout
27955 Formula ! long
27956 \end_layout
27957
27958 \end_inset
27959
27960
27961 \end_layout
27962
27963 \begin_layout Standard
27964 Long formulas can be typeset using these methods:
27965 \end_layout
27966
27967 \begin_layout Itemize
27968 When one side of the equation is much shorther than the line width, this
27969  one is chosen for the left side and the right side is typeset over two
27970  lines:
27971 \begin_inset ERT
27972 status collapsed
27973
27974 \begin_layout Plain Layout
27975
27976
27977 \backslash
27978 medskip
27979 \end_layout
27980
27981 \end_inset
27982
27983  
27984 \begin_inset Formula \begin{eqnarray}
27985 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 \\
27986  &  & -\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}
27987
27988 \end_inset
27989
27990
27991 \begin_inset ERT
27992 status collapsed
27993
27994 \begin_layout Plain Layout
27995
27996
27997 \backslash
27998 smallskip
27999 \end_layout
28000
28001 \end_inset
28002
28003
28004 \begin_inset Newline newline
28005 \end_inset
28006
28007 The minus sign at the beginning of the second line does normally not appear
28008  as operator because it is the first character of the line.
28009  Thus it would not be surrounded by space and could not be distinguished
28010  from the fraction bar.
28011  To avoid this, space was inserted behind the minus sign with the command
28012  
28013 \series bold
28014
28015 \backslash
28016 hspace{3pt}
28017 \series default
28018
28019 \begin_inset Foot
28020 status collapsed
28021
28022 \begin_layout Plain Layout
28023 more about 
28024 \series bold
28025
28026 \backslash
28027 hspace
28028 \series default
28029  see 
28030 \begin_inset CommandInset ref
28031 LatexCommand ref
28032 reference "sub:Variable-Space"
28033
28034 \end_inset
28035
28036
28037 \end_layout
28038
28039 \end_inset
28040
28041
28042 \begin_inset Index
28043 status collapsed
28044
28045 \begin_layout Plain Layout
28046 Commands ! H ! 
28047 \backslash
28048 hspace
28049 \end_layout
28050
28051 \end_inset
28052
28053 .
28054 \end_layout
28055
28056 \begin_layout Itemize
28057 When both sides of the equation are too long, the command 
28058 \series bold
28059
28060 \backslash
28061 lefteqn
28062 \series default
28063
28064 \begin_inset Index
28065 status collapsed
28066
28067 \begin_layout Plain Layout
28068 Commands ! L ! 
28069 \backslash
28070 lefteqn
28071 \end_layout
28072
28073 \end_inset
28074
28075  is used.
28076  It is inserted to the first column of the first line and effects that all
28077  further insertions overwrite the following columns:
28078 \begin_inset ERT
28079 status collapsed
28080
28081 \begin_layout Plain Layout
28082
28083
28084 \backslash
28085 medskip
28086 \end_layout
28087
28088 \end_inset
28089
28090
28091 \begin_inset Formula \begin{eqnarray}
28092 \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 \\
28093  &  & -\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 \\
28094  &  & =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}
28095
28096 \end_inset
28097
28098
28099 \begin_inset ERT
28100 status collapsed
28101
28102 \begin_layout Plain Layout
28103
28104
28105 \backslash
28106 smallskip
28107 \end_layout
28108
28109 \end_inset
28110
28111
28112 \begin_inset Newline newline
28113 \end_inset
28114
28115 After the insertion of 
28116 \series bold
28117
28118 \backslash
28119 lefteqn
28120 \series default
28121 , the cursor is in a purple box that is a bit shifted to the left from the
28122  blue one.
28123  In this the formula is inserted.
28124 \begin_inset ERT
28125 status collapsed
28126
28127 \begin_layout Plain Layout
28128
28129
28130 \backslash
28131 medskip
28132 \end_layout
28133
28134 \end_inset
28135
28136
28137 \begin_inset Newline newline
28138 \end_inset
28139
28140 The content of the further lines is inserted to the second or another formula
28141  column.
28142  The greater the column number where it was inserted, the larger the indentation.
28143 \begin_inset ERT
28144 status collapsed
28145
28146 \begin_layout Plain Layout
28147
28148
28149 \backslash
28150 medskip
28151 \end_layout
28152
28153 \end_inset
28154
28155
28156 \begin_inset Newline newline
28157 \end_inset
28158
28159
28160 \begin_inset Note Greyedout
28161 status open
28162
28163 \begin_layout Plain Layout
28164 Note the following when using 
28165 \series bold
28166
28167 \backslash
28168 lefteqn
28169 \series default
28170 :
28171 \end_layout
28172
28173 \begin_layout Itemize
28174 The formula doesn't use the full page width.
28175  When e.
28176 \begin_inset space \thinspace{}
28177 \end_inset
28178
28179 g.
28180 \begin_inset space \space{}
28181 \end_inset
28182
28183 the term 
28184 \begin_inset Formula $-B^{2}$
28185 \end_inset
28186
28187  is added to the first line in the above example, it would have been outside
28188  the page margin.
28189  To better use the width, negative space can be inserted at the beginning
28190  of the first line.
28191 \end_layout
28192
28193 \begin_layout Itemize
28194 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28195  line.
28196 \begin_inset Foot
28197 status collapsed
28198
28199 \begin_layout Plain Layout
28200 \begin_inset CommandInset href
28201 LatexCommand href
28202 name "LyX-bug #1429"
28203 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28204
28205 \end_inset
28206
28207
28208 \end_layout
28209
28210 \end_inset
28211
28212  One can only set the cursor at the beginning of the line and move it with
28213  the arrow keys.
28214 \end_layout
28215
28216 \end_inset
28217
28218
28219 \end_layout
28220
28221 \begin_layout Itemize
28222 Other methods to set long formulas are offered by the environments described
28223  in 
28224 \begin_inset CommandInset ref
28225 LatexCommand ref
28226 reference "sub:Multline-Environment"
28227
28228 \end_inset
28229
28230  and 
28231 \begin_inset CommandInset ref
28232 LatexCommand ref
28233 reference "sub:Multiline-Formula-Parts"
28234
28235 \end_inset
28236
28237 .
28238 \end_layout
28239
28240 \begin_layout Subsubsection
28241 Multiline Brackets
28242 \begin_inset CommandInset label
28243 LatexCommand label
28244 name "sub:Multiline-Brackets"
28245
28246 \end_inset
28247
28248
28249 \begin_inset Index
28250 status collapsed
28251
28252 \begin_layout Plain Layout
28253 Brackets ! for multiline expressions
28254 \end_layout
28255
28256 \end_inset
28257
28258
28259 \end_layout
28260
28261 \begin_layout Standard
28262 For brackets spanning multiple lines the following problem occurs:
28263 \begin_inset Formula \begin{eqnarray*}
28264 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28265  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28266
28267 \end_inset
28268
28269
28270 \end_layout
28271
28272 \begin_layout Standard
28273 The closing bracket is smaller than the opening bracket because brackets
28274  with variable size may not span multiple lines.
28275 \end_layout
28276
28277 \begin_layout Standard
28278 To set the bracket size for the second line correctly, the first line is
28279  ended with 
28280 \series bold
28281
28282 \backslash
28283 right.
28284 \series default
28285
28286 \begin_inset Index
28287 status collapsed
28288
28289 \begin_layout Plain Layout
28290 Commands ! R ! 
28291 \backslash
28292 right
28293 \end_layout
28294
28295 \end_inset
28296
28297  and the second line with 
28298 \series bold
28299
28300 \backslash
28301 left.
28302 \begin_inset Foot
28303 status collapsed
28304
28305 \begin_layout Plain Layout
28306 for more about 
28307 \series bold
28308
28309 \backslash
28310 left
28311 \series default
28312  and 
28313 \series bold
28314
28315 \backslash
28316 right
28317 \series default
28318  see 
28319 \begin_inset CommandInset ref
28320 LatexCommand ref
28321 reference "sub:Automatic-Bracket-Size"
28322
28323 \end_inset
28324
28325
28326 \end_layout
28327
28328 \end_inset
28329
28330
28331 \series default
28332
28333 \begin_inset Index
28334 status collapsed
28335
28336 \begin_layout Plain Layout
28337 Commands ! L ! 
28338 \backslash
28339 left
28340 \end_layout
28341
28342 \end_inset
28343
28344 .
28345  After 
28346 \series bold
28347
28348 \backslash
28349 left.
28350
28351 \series default
28352  the command 
28353 \series bold
28354
28355 \backslash
28356 vphantom
28357 \series default
28358
28359 \begin_inset ERT
28360 status collapsed
28361
28362 \begin_layout Plain Layout
28363
28364
28365 \backslash
28366 spce 
28367 \end_layout
28368
28369 \end_inset
28370
28371
28372 \series bold
28373
28374 \backslash
28375 prod
28376 \series default
28377 ^
28378 \begin_inset ERT
28379 status collapsed
28380
28381 \begin_layout Plain Layout
28382
28383
28384 \backslash
28385 spce 
28386 \end_layout
28387
28388 \end_inset
28389
28390
28391 \series bold
28392
28393 \backslash
28394 infty
28395 \series default
28396
28397 \begin_inset ERT
28398 status collapsed
28399
28400 \begin_layout Plain Layout
28401
28402
28403 \backslash
28404 spce 
28405 \end_layout
28406
28407 \end_inset
28408
28409
28410 \series bold
28411
28412 \begin_inset Formula $\downarrow$
28413 \end_inset
28414
28415 _R=1}
28416 \series default
28417
28418 \begin_inset Index
28419 status collapsed
28420
28421 \begin_layout Plain Layout
28422 Commands ! V ! 
28423 \backslash
28424 vphantom
28425 \end_layout
28426
28427 \end_inset
28428
28429  is inserted, because the multiplication operator with its limits is the
28430  largest symbol in the first line and this should be the size for the bracket
28431  in the second line.
28432 \end_layout
28433
28434 \begin_layout Standard
28435 The result is this:
28436 \begin_inset Formula \begin{eqnarray*}
28437 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28438  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28439
28440 \end_inset
28441
28442
28443 \end_layout
28444
28445 \begin_layout Subsection
28446 Align Environments
28447 \end_layout
28448
28449 \begin_layout Standard
28450 Align environments can be used for every kind of multiline formulas.
28451  They are specially useful to set several formulas side by side.
28452 \end_layout
28453
28454 \begin_layout Standard
28455 Align environments consist of columns.
28456  The odd columns are right aligned, the even ones left aligned.
28457  Every line in an Align environment can be numbered.
28458 \end_layout
28459
28460 \begin_layout Standard
28461 Align environments are created via the menu 
28462 \family sans
28463 Insert\SpecialChar \menuseparator
28464 Math
28465 \family default
28466 .
28467  With the menu 
28468 \family sans
28469 Edit\SpecialChar \menuseparator
28470 Math\SpecialChar \menuseparator
28471 Change Formula Type
28472 \family default
28473  already existing formulas can be converted to Align environments.
28474 \end_layout
28475
28476 \begin_layout Standard
28477 To add or delete columns, the math toolbar buttons 
28478 \begin_inset Graphics
28479         filename ../images/tabular-feature_append-column.png
28480         scale 85
28481
28482 \end_inset
28483
28484  or 
28485 \begin_inset Graphics
28486         filename ../images/tabular-feature_delete-column.png
28487         scale 85
28488
28489 \end_inset
28490
28491 , respectively, or the menu 
28492 \family sans
28493 Edit\SpecialChar \menuseparator
28494 Rows & Columns
28495 \family default
28496  can be used.
28497 \end_layout
28498
28499 \begin_layout Subsubsection
28500 Standard align Environment
28501 \begin_inset CommandInset label
28502 LatexCommand label
28503 name "sub:Standard-align-Environment"
28504
28505 \end_inset
28506
28507
28508 \begin_inset Index
28509 status collapsed
28510
28511 \begin_layout Plain Layout
28512 Formula ! multiline ! align environment
28513 \end_layout
28514
28515 \end_inset
28516
28517
28518 \end_layout
28519
28520 \begin_layout Standard
28521 This Align environment is created by presssing 
28522 \begin_inset Info
28523 type  "shortcut"
28524 arg   "newline-insert newline"
28525 \end_inset
28526
28527  in a formula or by the menu 
28528 \family sans
28529 Insert\SpecialChar \menuseparator
28530 Math\SpecialChar \menuseparator
28531 AMS align Environment
28532 \family default
28533 .
28534 \end_layout
28535
28536 \begin_layout Standard
28537 An example for two formulas set side by side, that are created with a four
28538  column align environment:
28539 \begin_inset Formula \begin{align*}
28540 A & =\sin(B) & C & =D\\
28541 C & \ne A & B & \ne D\end{align*}
28542
28543 \end_inset
28544
28545 As it can be seen, the formulas in this environment are placed so as if
28546  there would be a 
28547 \series bold
28548
28549 \backslash
28550 hfill
28551 \begin_inset Foot
28552 status collapsed
28553
28554 \begin_layout Plain Layout
28555 more about 
28556 \series bold
28557
28558 \backslash
28559 hfill
28560 \series default
28561  see 
28562 \begin_inset CommandInset ref
28563 LatexCommand ref
28564 reference "sub:Variable-Space"
28565
28566 \end_inset
28567
28568
28569 \end_layout
28570
28571 \end_inset
28572
28573
28574 \series default
28575  before the first and after every even column.
28576  When the formula style 
28577 \series bold
28578 Indented
28579 \begin_inset Foot
28580 status collapsed
28581
28582 \begin_layout Plain Layout
28583 formula styles see 
28584 \begin_inset CommandInset ref
28585 LatexCommand ref
28586 reference "sec:Formula-Styles"
28587
28588 \end_inset
28589
28590
28591 \end_layout
28592
28593 \end_inset
28594
28595
28596 \series default
28597  is used, the formula is set without the 
28598 \series bold
28599
28600 \backslash
28601 hfill
28602 \series default
28603  before the first column.
28604 \end_layout
28605
28606 \begin_layout Subsubsection
28607 Alignat Environment
28608 \begin_inset Index
28609 status collapsed
28610
28611 \begin_layout Plain Layout
28612 Formula ! multiline ! alignat environment
28613 \end_layout
28614
28615 \end_inset
28616
28617
28618 \end_layout
28619
28620 \begin_layout Standard
28621 The alignat environment has no predefined column separation.
28622  It can be inserted manually with the spaces that are described 
28623 \begin_inset CommandInset ref
28624 LatexCommand ref
28625 reference "sub:Space"
28626
28627 \end_inset
28628
28629 .
28630 \end_layout
28631
28632 \begin_layout Standard
28633 The above example in the alignat environment where 1
28634 \begin_inset space \thinspace{}
28635 \end_inset
28636
28637 cm space was inserted at the beginning of the second formula:
28638 \begin_inset Formula \begin{alignat*}{2}
28639 A & =\sin(B) & \hspace{1cm}C & =D\\
28640 C & \ne A & B & \ne D\end{alignat*}
28641
28642 \end_inset
28643
28644 Because the column separation can be set separately for every column, this
28645  environment is especially suitable to set three and more formulas side
28646  by side.
28647 \end_layout
28648
28649 \begin_layout Subsubsection
28650 Flalign Environment
28651 \begin_inset CommandInset label
28652 LatexCommand label
28653 name "sub:Flalign-Environment"
28654
28655 \end_inset
28656
28657
28658 \begin_inset Index
28659 status collapsed
28660
28661 \begin_layout Plain Layout
28662 Formula ! multiline ! flalign environment
28663 \end_layout
28664
28665 \end_inset
28666
28667
28668 \end_layout
28669
28670 \begin_layout Standard
28671 In this environment the first two columns are always set as much as possible
28672  to the left and the last two ones to the right.
28673  An example:
28674 \begin_inset Formula \begin{flalign*}
28675 A & =1 & B & =2 & C & =3\\
28676 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28677
28678 \end_inset
28679
28680
28681 \end_layout
28682
28683 \begin_layout Standard
28684 By creating a flalign environment with an odd number of columns where an
28685  empty TeX-brace is inserted to the last column, several formulas in a document
28686  can be set to the left, although the formula style 
28687 \series bold
28688 Centered
28689 \series default
28690  is used.
28691  As example the indented formula 
28692 \begin_inset CommandInset ref
28693 LatexCommand eqref
28694 reference "eq:VolInt"
28695
28696 \end_inset
28697
28698 :
28699 \begin_inset Formula \begin{flalign}
28700 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28701
28702 \end_inset
28703
28704 The first two columns contain the formula.
28705  To indent it as with the formula style 
28706 \series bold
28707 Indented
28708 \series default
28709 , 30
28710 \begin_inset space \thinspace{}
28711 \end_inset
28712
28713 pt space was inserted at the beginning of the first column.
28714 \end_layout
28715
28716 \begin_layout Subsection
28717 Eqnarray Environment
28718 \begin_inset CommandInset label
28719 LatexCommand label
28720 name "sub:Eqnarray-Environment"
28721
28722 \end_inset
28723
28724
28725 \begin_inset Index
28726 status collapsed
28727
28728 \begin_layout Plain Layout
28729 Formula ! multiline ! eqnarray environment
28730 \end_layout
28731
28732 \end_inset
28733
28734
28735 \end_layout
28736
28737 \begin_layout Standard
28738 When this environment has been created, three blue boxes appear.
28739  The content of the first box is right aligned, the content of the last
28740  one left aligned.
28741  The content of the middle box appears centered and a bit smaller, because
28742  it is designed to insert there only relation characters.
28743 \begin_inset Formula \begin{eqnarray*}
28744 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28745 AB & AB & AB\\
28746 A & = & A\end{eqnarray*}
28747
28748 \end_inset
28749
28750
28751 \end_layout
28752
28753 \begin_layout Subsection
28754 Gather Environment
28755 \begin_inset Index
28756 status collapsed
28757
28758 \begin_layout Plain Layout
28759 Formula ! multiline ! gather environment
28760 \end_layout
28761
28762 \end_inset
28763
28764
28765 \end_layout
28766
28767 \begin_layout Standard
28768 This environment consists of only one centered column.
28769  Every line can be numbered.
28770 \begin_inset Formula \begin{gather}
28771 A=1\\
28772 X=\textrm{-}1\end{gather}
28773
28774 \end_inset
28775
28776
28777 \end_layout
28778
28779 \begin_layout Subsection
28780 Multline Environment
28781 \begin_inset CommandInset label
28782 LatexCommand label
28783 name "sub:Multline-Environment"
28784
28785 \end_inset
28786
28787
28788 \begin_inset Index
28789 status collapsed
28790
28791 \begin_layout Plain Layout
28792 Formula ! multiline ! multline environment
28793 \end_layout
28794
28795 \end_inset
28796
28797
28798 \end_layout
28799
28800 \begin_layout Standard
28801 The multline environment consists, like the gather environment, of only
28802  one column.
28803  But the first line is left aligned, the last one right aligned.
28804  All other lines are centered.
28805  Therefore this environment is suitable for long formulas.
28806  As example formula 
28807 \begin_inset CommandInset ref
28808 LatexCommand eqref
28809 reference "eq:lefteqn"
28810
28811 \end_inset
28812
28813  in the multline environment:
28814 \begin_inset Formula \begin{multline}
28815 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}\\
28816 -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}\\
28817 =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}
28818
28819 \end_inset
28820
28821
28822 \end_layout
28823
28824 \begin_layout Standard
28825 In the output only the last (first) line of a multline environment appears
28826  numbered when the document numbering is right (left).
28827 \begin_inset Foot
28828 status collapsed
28829
28830 \begin_layout Plain Layout
28831 numbering styles see 
28832 \begin_inset CommandInset ref
28833 LatexCommand ref
28834 reference "sec:Formula-Styles"
28835
28836 \end_inset
28837
28838
28839 \end_layout
28840
28841 \end_inset
28842
28843
28844 \end_layout
28845
28846 \begin_layout Standard
28847 With the commands 
28848 \series bold
28849
28850 \backslash
28851 shoveright
28852 \begin_inset Index
28853 status collapsed
28854
28855 \begin_layout Plain Layout
28856 Commands ! S ! 
28857 \backslash
28858 shoveright
28859 \end_layout
28860
28861 \end_inset
28862
28863
28864 \series default
28865  and 
28866 \series bold
28867
28868 \backslash
28869 shoveleft
28870 \begin_inset Index
28871 status collapsed
28872
28873 \begin_layout Plain Layout
28874 Commands ! S ! 
28875 \backslash
28876 shoveleft
28877 \end_layout
28878
28879 \end_inset
28880
28881
28882 \series default
28883  a centered line can be right or left aligned, respectively.
28884  The commands are used as follows:
28885 \end_layout
28886
28887 \begin_layout Standard
28888
28889 \series bold
28890
28891 \backslash
28892 shoveright{line content}
28893 \series default
28894  and 
28895 \series bold
28896
28897 \backslash
28898 shoveleft{line content}
28899 \end_layout
28900
28901 \begin_layout Standard
28902 \begin_inset VSpace medskip
28903 \end_inset
28904
28905 The length 
28906 \series bold
28907
28908 \backslash
28909 multlinegap
28910 \begin_inset Index
28911 status collapsed
28912
28913 \begin_layout Plain Layout
28914 Commands ! M ! 
28915 \backslash
28916 multlinegap
28917 \end_layout
28918
28919 \end_inset
28920
28921
28922 \series default
28923  specifies the distance of the first line from the left page margin.
28924  Predefined is the length 0
28925 \begin_inset space \thinspace{}
28926 \end_inset
28927
28928 pt.
28929 \end_layout
28930
28931 \begin_layout Standard
28932 As example the above formula where the command
28933 \end_layout
28934
28935 \begin_layout Standard
28936
28937 \series bold
28938
28939 \backslash
28940 setlength{
28941 \backslash
28942 multlinegap}{2cm}
28943 \end_layout
28944
28945 \begin_layout Standard
28946 was inserted in TeX-mode before:
28947 \begin_inset ERT
28948 status collapsed
28949
28950 \begin_layout Plain Layout
28951
28952
28953 \backslash
28954 setlength{
28955 \backslash
28956 multlinegap}{2cm}
28957 \end_layout
28958
28959 \end_inset
28960
28961
28962 \begin_inset Formula \begin{multline}
28963 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}\\
28964 \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}}\\
28965 =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}
28966
28967 \end_inset
28968
28969
28970 \begin_inset ERT
28971 status collapsed
28972
28973 \begin_layout Plain Layout
28974
28975
28976 \backslash
28977 setlength{
28978 \backslash
28979 multlinegap}{0pt}
28980 \end_layout
28981
28982 \end_inset
28983
28984 The second line was left aligned using 
28985 \series bold
28986
28987 \backslash
28988 shoveleft
28989 \series default
28990 .
28991 \end_layout
28992
28993 \begin_layout Subsection
28994 Multiline Formula Parts
28995 \begin_inset CommandInset label
28996 LatexCommand label
28997 name "sub:Multiline-Formula-Parts"
28998
28999 \end_inset
29000
29001
29002 \begin_inset Index
29003 status collapsed
29004
29005 \begin_layout Plain Layout
29006 Formula ! multiline ! formula parts
29007 \end_layout
29008
29009 \end_inset
29010
29011
29012 \end_layout
29013
29014 \begin_layout Standard
29015 To display only parts of a formula with multiple lines, one of the following
29016  environments are used: 
29017 \series bold
29018 aligned
29019 \series default
29020
29021 \series bold
29022 alignedat
29023 \series default
29024
29025 \series bold
29026 gathered
29027 \series default
29028  or 
29029 \series bold
29030 split
29031 \series default
29032 .
29033  They can be inserted via the menu 
29034 \family sans
29035 Insert\SpecialChar \menuseparator
29036 Math
29037 \family default
29038  or by using the commands described in this section.
29039 \end_layout
29040
29041 \begin_layout Standard
29042 The first three have the same properties as the corresponding multiline
29043  formula environments, but it is possible to set further formula parts beside
29044  them.
29045  An example:
29046 \begin_inset Formula \[
29047 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29048 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29049 \right\} \textrm{Uncertainty relations}\]
29050
29051 \end_inset
29052
29053
29054 \end_layout
29055
29056 \begin_layout Standard
29057 To get this formula, a displayed formula is created where the command 
29058 \series bold
29059
29060 \backslash
29061 aligned
29062 \begin_inset Index
29063 status collapsed
29064
29065 \begin_layout Plain Layout
29066 Commands ! A ! 
29067 \backslash
29068 aligned
29069 \end_layout
29070
29071 \end_inset
29072
29073
29074 \series default
29075  is inserted.
29076  A purple box appears around the blue formula box where now columns and
29077  lines can be added.
29078  Outside the multiline environment other formula parts can be set, like
29079  the brace.
29080 \end_layout
29081
29082 \begin_layout Standard
29083 The aligned environment is also suitable for long formulas whose lines are
29084  horizontally aligned.
29085  Using aligned in a displayed formula has the advantage that the formula
29086  number is vertically centered behind the lines.
29087  As example formula 
29088 \begin_inset CommandInset ref
29089 LatexCommand eqref
29090 reference "eq:kurzlang"
29091
29092 \end_inset
29093
29094  in the aligned environment:
29095 \begin_inset Formula \begin{equation}
29096 \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}|}\\
29097  & -\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}
29098 \end{equation}
29099
29100 \end_inset
29101
29102
29103 \end_layout
29104
29105 \begin_layout Standard
29106 To use the environments 
29107 \series bold
29108 alignedat
29109 \series default
29110
29111 \series bold
29112 gathered
29113 \series default
29114 , or 
29115 \series bold
29116 split
29117 \series default
29118 , the command 
29119 \series bold
29120
29121 \backslash
29122 alignedat
29123 \series default
29124 ,
29125 \begin_inset Index
29126 status collapsed
29127
29128 \begin_layout Plain Layout
29129 Commands ! A ! 
29130 \backslash
29131 alignedat
29132 \end_layout
29133
29134 \end_inset
29135
29136  
29137 \series bold
29138
29139 \backslash
29140 gathered
29141 \series default
29142
29143 \begin_inset Index
29144 status collapsed
29145
29146 \begin_layout Plain Layout
29147 Commands ! G ! 
29148 \backslash
29149 gathered
29150 \end_layout
29151
29152 \end_inset
29153
29154 , or 
29155 \series bold
29156
29157 \backslash
29158 split
29159 \series default
29160
29161 \begin_inset Index
29162 status collapsed
29163
29164 \begin_layout Plain Layout
29165 Commands ! S ! 
29166 \backslash
29167 split
29168 \end_layout
29169
29170 \end_inset
29171
29172  are inserted, respectively.
29173  The split environment has the same properties as the aligned environment
29174  but it can only have two columns.
29175 \end_layout
29176
29177 \begin_layout Subsection
29178 Text in multiline Formulas
29179 \begin_inset CommandInset label
29180 LatexCommand label
29181 name "sub:Text-in-multiline"
29182
29183 \end_inset
29184
29185
29186 \begin_inset Index
29187 status collapsed
29188
29189 \begin_layout Plain Layout
29190 Text ! in formulas
29191 \end_layout
29192
29193 \end_inset
29194
29195
29196 \begin_inset Index
29197 status collapsed
29198
29199 \begin_layout Plain Layout
29200 Formula ! multiline ! text
29201 \end_layout
29202
29203 \end_inset
29204
29205
29206 \end_layout
29207
29208 \begin_layout Standard
29209 In the Align environments, and the multline and gather environment, text
29210  can be inserted that will appear in a separate line and doesn't affect
29211  the column alignment.
29212  To do this, the command 
29213 \series bold
29214
29215 \backslash
29216 intertext
29217 \begin_inset Index
29218 status collapsed
29219
29220 \begin_layout Plain Layout
29221 Commands ! I ! 
29222 \backslash
29223 intertext
29224 \end_layout
29225
29226 \end_inset
29227
29228
29229 \series default
29230  is used in the following scheme:
29231 \end_layout
29232
29233 \begin_layout Standard
29234
29235 \series bold
29236
29237 \backslash
29238 intertext{text}
29239 \end_layout
29240
29241 \begin_layout Standard
29242 The text should not be longer than a line because it cannot be hyphenated.
29243  As LyX doesn't yet support 
29244 \series bold
29245
29246 \backslash
29247 intertext
29248 \series default
29249  directly, the text is written as mathematical text.
29250  
29251 \series bold
29252
29253 \backslash
29254 intertext
29255 \series default
29256  must hereby be at the beginning of a line and appears in the output above
29257  this line.
29258  An example where the text was inserted at the beginning of the second line:
29259 \begin_inset Formula \begin{align}
29260 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29261 \intertext{\text{integrand is symmetric to $\phi=\pi$, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29262
29263 \end_inset
29264
29265
29266 \end_layout
29267
29268 \begin_layout Section
29269 Formula Numbering
29270 \begin_inset Index
29271 status collapsed
29272
29273 \begin_layout Plain Layout
29274 Formula numbering
29275 \end_layout
29276
29277 \end_inset
29278
29279
29280 \begin_inset Index
29281 status collapsed
29282
29283 \begin_layout Plain Layout
29284 Formula ! numbering|see
29285 \begin_inset ERT
29286 status collapsed
29287
29288 \begin_layout Plain Layout
29289
29290 {
29291 \end_layout
29292
29293 \end_inset
29294
29295 Formula numbering
29296 \begin_inset ERT
29297 status collapsed
29298
29299 \begin_layout Plain Layout
29300
29301 }
29302 \end_layout
29303
29304 \end_inset
29305
29306
29307 \end_layout
29308
29309 \end_inset
29310
29311
29312 \end_layout
29313
29314 \begin_layout Subsection
29315 General
29316 \end_layout
29317
29318 \begin_layout Standard
29319 Numbered formulas can be created with the menu 
29320 \family sans
29321 Insert\SpecialChar \menuseparator
29322 Math\SpecialChar \menuseparator
29323 Numbered
29324 \begin_inset space ~
29325 \end_inset
29326
29327 Formula
29328 \family default
29329  (shortcut 
29330 \family sans
29331 Ctrl+Alt
29332 \begin_inset space ~
29333 \end_inset
29334
29335 N
29336 \family default
29337 ).
29338  Existing formulas can be numbered with the menu 
29339 \family sans
29340 Edit\SpecialChar \menuseparator
29341 Math\SpecialChar \menuseparator
29342 Toggle
29343 \begin_inset space ~
29344 \end_inset
29345
29346 Numbering
29347 \family default
29348  (shortcut 
29349 \begin_inset Info
29350 type  "shortcut"
29351 arg   "math-number-toggle"
29352 \end_inset
29353
29354 ).
29355  The formula number is displayed in LyX behind the formula as number sign
29356  in parentheses.
29357  The number sign is replaced in the output by the formula number.
29358 \end_layout
29359
29360 \begin_layout Standard
29361 When numbering is turned on in multiline formulas, all lines will be numbered.
29362  But the numbering can be controlled with the menu 
29363 \family sans
29364 Edit\SpecialChar \menuseparator
29365 Math\SpecialChar \menuseparator
29366 Toggle
29367 \begin_inset space ~
29368 \end_inset
29369
29370 Numbering
29371 \begin_inset space ~
29372 \end_inset
29373
29374 of
29375 \begin_inset space ~
29376 \end_inset
29377
29378 Line
29379 \family default
29380  (shortcut
29381 \begin_inset Info
29382 type  "shortcut"
29383 arg   "math-number-line-toggle"
29384 \end_inset
29385
29386 ) for every line.
29387 \end_layout
29388
29389 \begin_layout Standard
29390 Except of inline formulas, all formulas can be numbered with two different
29391  styles, see 
29392 \begin_inset CommandInset ref
29393 LatexCommand ref
29394 reference "sec:Formula-Styles"
29395
29396 \end_inset
29397
29398 .
29399 \end_layout
29400
29401 \begin_layout Subsection
29402 Cross-References
29403 \begin_inset Index
29404 status collapsed
29405
29406 \begin_layout Plain Layout
29407 Cross-references ! to formulas
29408 \end_layout
29409
29410 \end_inset
29411
29412
29413 \end_layout
29414
29415 \begin_layout Standard
29416 All labeled formulas can be cross-referenced.
29417  A label is added by the menu 
29418 \family sans
29419 Insert\SpecialChar \menuseparator
29420 Label
29421 \family default
29422  or the toolbar button 
29423 \begin_inset Graphics
29424         filename ../images/label-insert.png
29425         scale 85
29426
29427 \end_inset
29428
29429 .
29430  The cursor must hereby be inside a displayed formula.
29431  A dialog pops up displaying the prefix 
29432 \series bold
29433 eq:
29434 \series default
29435  in a text field.
29436  The label is inserted there behind the prefix.
29437  The predefined prefix means 
29438 \begin_inset Quotes eld
29439 \end_inset
29440
29441 equation
29442 \begin_inset Quotes erd
29443 \end_inset
29444
29445  and makes it easier to find labels in large documents because it marks
29446  it as formula label to divide it from e.
29447 \begin_inset space \thinspace{}
29448 \end_inset
29449
29450 g.
29451 \begin_inset space \space{}
29452 \end_inset
29453
29454 section labels.
29455  To change a label, the menu 
29456 \family sans
29457 Insert\SpecialChar \menuseparator
29458 Label
29459 \family default
29460  is used again.
29461 \end_layout
29462
29463 \begin_layout Standard
29464 The name of the label is displayed in LyX within two parentheses behind
29465  formula.
29466  A formula with a label is always numbered.
29467 \end_layout
29468
29469 \begin_layout Standard
29470 Cross-references are inserted via the menu 
29471 \family sans
29472 Insert\SpecialChar \menuseparator
29473 Cross-Reference
29474 \family default
29475  or with the toolbar button 
29476 \begin_inset Graphics
29477         filename ../images/dialog-show-new-inset_ref.png
29478         scale 85
29479
29480 \end_inset
29481
29482 .
29483  A formula cross-reference appears in the output as formula number.
29484  When in the cross-reference dialog window the format 
29485 \series bold
29486 (<reference>)
29487 \series default
29488  is chosen, the cross-reference appears in the output as formula number
29489  in parentheses.
29490 \begin_inset Newline newline
29491 \end_inset
29492
29493 By right-clicking on a cross-reference in LyX, one jumps to the formula
29494  that is referenced.
29495 \end_layout
29496
29497 \begin_layout Standard
29498 Here are as examples cross-references to formulas of the following subsections:
29499 \begin_inset Note Note
29500 status open
29501
29502 \begin_layout Plain Layout
29503 Note the different cross-reference types.
29504 \end_layout
29505
29506 \end_inset
29507
29508
29509 \end_layout
29510
29511 \begin_layout Standard
29512 The equations 
29513 \begin_inset CommandInset ref
29514 LatexCommand eqref
29515 reference "eq:tag"
29516
29517 \end_inset
29518
29519  and 
29520 \begin_inset CommandInset ref
29521 LatexCommand eqref
29522 reference "eq:c"
29523
29524 \end_inset
29525
29526  are equivalent.
29527  In (
29528 \begin_inset CommandInset ref
29529 LatexCommand ref
29530 reference "eq:Lat"
29531
29532 \end_inset
29533
29534 ) big Latin letters are used for the numbering in contrary to (
29535 \begin_inset CommandInset ref
29536 LatexCommand ref
29537 reference "eq:Rom"
29538
29539 \end_inset
29540
29541 ).
29542 \end_layout
29543
29544 \begin_layout Standard
29545 \begin_inset VSpace medskip
29546 \end_inset
29547
29548 When the argument of 
29549 \series bold
29550
29551 \backslash
29552 tag
29553 \begin_inset Foot
29554 status collapsed
29555
29556 \begin_layout Plain Layout
29557
29558 \series bold
29559
29560 \backslash
29561 tag
29562 \series default
29563  is described in 
29564 \begin_inset CommandInset ref
29565 LatexCommand ref
29566 reference "sub:User-defined-Numbering"
29567
29568 \end_inset
29569
29570 .
29571 \end_layout
29572
29573 \end_inset
29574
29575
29576 \series default
29577  contains a box like in 
29578 \begin_inset CommandInset ref
29579 LatexCommand ref
29580 reference "sub:Paragraph-Boxes"
29581
29582 \end_inset
29583
29584 , the formula cannot be referenced.
29585 \end_layout
29586
29587 \begin_layout Subsection
29588 Subnumbering
29589 \begin_inset Index
29590 status collapsed
29591
29592 \begin_layout Plain Layout
29593 Formula numbering ! subnumbering
29594 \end_layout
29595
29596 \end_inset
29597
29598
29599 \end_layout
29600
29601 \begin_layout Standard
29602 With the help of the commands 
29603 \series bold
29604
29605 \backslash
29606 begin{subequations}
29607 \series default
29608  and 
29609 \series bold
29610
29611 \backslash
29612 end{subequations}
29613 \series default
29614  formulas can be subnumbered.
29615  Both commands are inserted in TeX-mode.
29616 \end_layout
29617
29618 \begin_layout Standard
29619 An example:
29620 \begin_inset Formula \begin{equation}
29621 A=C-B\label{eq:a}\end{equation}
29622
29623 \end_inset
29624
29625
29626 \begin_inset ERT
29627 status collapsed
29628
29629 \begin_layout Plain Layout
29630
29631
29632 \backslash
29633 addtocounter{equation}{-1}
29634 \end_layout
29635
29636 \end_inset
29637
29638
29639 \begin_inset ERT
29640 status collapsed
29641
29642 \begin_layout Plain Layout
29643
29644
29645 \backslash
29646 begin{subequations}
29647 \end_layout
29648
29649 \end_inset
29650
29651
29652 \begin_inset VSpace -5mm
29653 \end_inset
29654
29655
29656 \begin_inset Formula \begin{equation}
29657 B=C-A\label{eq:b}\end{equation}
29658
29659 \end_inset
29660
29661
29662 \begin_inset Formula \begin{equation}
29663 C=A+B\label{eq:c}\end{equation}
29664
29665 \end_inset
29666
29667
29668 \end_layout
29669
29670 \begin_layout Standard
29671 \begin_inset ERT
29672 status collapsed
29673
29674 \begin_layout Plain Layout
29675
29676
29677 \backslash
29678 end{subequations}
29679 \end_layout
29680
29681 \end_inset
29682
29683
29684 \end_layout
29685
29686 \begin_layout Standard
29687 To create the example, the following is done:
29688 \end_layout
29689
29690 \begin_layout Enumerate
29691 first formula is inserted
29692 \end_layout
29693
29694 \begin_layout Enumerate
29695
29696 \series bold
29697
29698 \backslash
29699 addtocounter{equation}{-1} 
29700 \backslash
29701 begin{subequations}
29702 \begin_inset Index
29703 status collapsed
29704
29705 \begin_layout Plain Layout
29706 Commands ! A ! 
29707 \backslash
29708 addtocounter
29709 \end_layout
29710
29711 \end_inset
29712
29713
29714 \begin_inset Newline newline
29715 \end_inset
29716
29717
29718 \series default
29719 is inserted after the first formula
29720 \end_layout
29721
29722 \begin_layout Enumerate
29723 second formula is inserted
29724 \end_layout
29725
29726 \begin_layout Enumerate
29727 third formula is inserted
29728 \end_layout
29729
29730 \begin_layout Enumerate
29731
29732 \series bold
29733
29734 \backslash
29735 end{subequations}
29736 \series default
29737  is inserted after the third formula
29738 \end_layout
29739
29740 \begin_layout Standard
29741 Every formula between the commands 
29742 \series bold
29743
29744 \backslash
29745 begin
29746 \series default
29747  and 
29748 \series bold
29749
29750 \backslash
29751 end
29752 \series default
29753  is subnumbered as a, b, 
29754 \begin_inset Newline linebreak
29755 \end_inset
29756
29757 c, \SpecialChar \ldots{}
29758  For multiline formulas every line will be subnumbered.
29759  All subnumbered formulas are treated as 
29760 \emph on
29761 one
29762 \emph default
29763  numbered formula.
29764  But as every numbered formula increases the counter 
29765 \series bold
29766 equation
29767 \series default
29768  by one, the command 
29769 \series bold
29770
29771 \backslash
29772 addtocounter
29773 \series default
29774  is needed to decrease it.
29775  Otherwise the formulas 
29776 \begin_inset CommandInset ref
29777 LatexCommand eqref
29778 reference "eq:a"
29779
29780 \end_inset
29781
29782
29783 \begin_inset CommandInset ref
29784 LatexCommand eqref
29785 reference "eq:b"
29786
29787 \end_inset
29788
29789
29790 \begin_inset CommandInset ref
29791 LatexCommand eqref
29792 reference "eq:c"
29793
29794 \end_inset
29795
29796  would be numbered as 
29797 \begin_inset CommandInset ref
29798 LatexCommand eqref
29799 reference "eq:a"
29800
29801 \end_inset
29802
29803
29804 \begin_inset CommandInset ref
29805 LatexCommand eqref
29806 reference "eq:d"
29807
29808 \end_inset
29809
29810
29811 \begin_inset CommandInset ref
29812 LatexCommand eqref
29813 reference "eq:f"
29814
29815 \end_inset
29816
29817 .
29818 \end_layout
29819
29820 \begin_layout Standard
29821 By inserting the commands in TeX-mode, a space is created between the first
29822  two formulas.
29823  To revert this -5
29824 \begin_inset space \thinspace{}
29825 \end_inset
29826
29827 mm vertical space is inserted after the command 
29828 \series bold
29829
29830 \backslash
29831 begin{subequations}
29832 \series default
29833 .
29834  When the formula style 
29835 \series bold
29836 Indented
29837 \begin_inset Foot
29838 status collapsed
29839
29840 \begin_layout Plain Layout
29841 formula styles see 
29842 \begin_inset CommandInset ref
29843 LatexCommand ref
29844 reference "sec:Formula-Styles"
29845
29846 \end_inset
29847
29848
29849 \end_layout
29850
29851 \end_inset
29852
29853
29854 \series default
29855  is used, -7
29856 \begin_inset space \thinspace{}
29857 \end_inset
29858
29859 mm space is inserted instead.
29860 \end_layout
29861
29862 \begin_layout Standard
29863 Here is an example for a multiline formula where the numbering was turned
29864  off for the second line:
29865 \begin_inset ERT
29866 status collapsed
29867
29868 \begin_layout Plain Layout
29869
29870
29871 \backslash
29872 begin{subequations}
29873 \end_layout
29874
29875 \end_inset
29876
29877
29878 \begin_inset Formula \begin{eqnarray}
29879 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29880  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29881  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29882
29883 \end_inset
29884
29885
29886 \begin_inset ERT
29887 status collapsed
29888
29889 \begin_layout Plain Layout
29890
29891
29892 \backslash
29893 end{subequations}
29894 \end_layout
29895
29896 \end_inset
29897
29898
29899 \end_layout
29900
29901 \begin_layout Subsection
29902 User-defined Numbering
29903 \begin_inset CommandInset label
29904 LatexCommand label
29905 name "sub:User-defined-Numbering"
29906
29907 \end_inset
29908
29909
29910 \begin_inset Index
29911 status collapsed
29912
29913 \begin_layout Plain Layout
29914 Formula numbering ! user-defined
29915 \end_layout
29916
29917 \end_inset
29918
29919
29920 \end_layout
29921
29922 \begin_layout Standard
29923 \begin_inset Index
29924 status collapsed
29925
29926 \begin_layout Plain Layout
29927 Formula numbering ! self-defined delimiters
29928 \end_layout
29929
29930 \end_inset
29931
29932 With the standard numbering parentheses are set around the formula number.
29933  To replace the parentheses for example by vertical bars, the following
29934  line is added to the LaTeX-preamble:
29935 \end_layout
29936
29937 \begin_layout Standard
29938
29939 \series bold
29940
29941 \backslash
29942 def
29943 \backslash
29944 tagform@#1{
29945 \backslash
29946 maketag@@@{|#1|}}
29947 \series default
29948
29949 \begin_inset Note Note
29950 status collapsed
29951
29952 \begin_layout Plain Layout
29953 This macro is already declared in the LaTeX-preamble for testing.
29954  To activate it, remove the percent sign at the beginning.
29955 \end_layout
29956
29957 \end_inset
29958
29959
29960 \end_layout
29961
29962 \begin_layout Standard
29963 To use other characters, the vertical bars besides the 
29964 \series bold
29965 #1
29966 \series default
29967  are replaced by one ore more characters.
29968  To get only the formula number the vertical bars are omitted.
29969 \end_layout
29970
29971 \begin_layout Standard
29972 \begin_inset VSpace bigskip
29973 \end_inset
29974
29975 When there should be an expression of your choice instead of the consecutive
29976  formula number in parentheses behind the formula, the command 
29977 \series bold
29978
29979 \backslash
29980 tag
29981 \series default
29982
29983 \begin_inset Index
29984 status collapsed
29985
29986 \begin_layout Plain Layout
29987 Commands ! T ! 
29988 \backslash
29989 tag
29990 \end_layout
29991
29992 \end_inset
29993
29994  is used:
29995 \begin_inset Formula \begin{equation}
29996 A+B=C\tag{something}\label{eq:tag}\end{equation}
29997
29998 \end_inset
29999
30000 In this example the command 
30001 \series bold
30002
30003 \backslash
30004 tag
30005 \begin_inset ERT
30006 status collapsed
30007
30008 \begin_layout Plain Layout
30009
30010
30011 \backslash
30012 spce 
30013 \end_layout
30014
30015 \end_inset
30016
30017 something
30018 \series default
30019  was inserted to the formula.
30020 \end_layout
30021
30022 \begin_layout Standard
30023 When the command 
30024 \series bold
30025
30026 \backslash
30027 tag*
30028 \begin_inset ERT
30029 status collapsed
30030
30031 \begin_layout Plain Layout
30032
30033
30034 \backslash
30035 spce 
30036 \end_layout
30037
30038 \end_inset
30039
30040 something
30041 \series default
30042  is inserted instead, the star prevents the parentheses around the expression:
30043 \begin_inset Formula \[
30044 A+B=C\tag*{something}\]
30045
30046 \end_inset
30047
30048
30049 \end_layout
30050
30051 \begin_layout Standard
30052 \begin_inset VSpace bigskip
30053 \end_inset
30054
30055 To restart the formula numbering with new document parts or sections, the
30056  following command is used:
30057 \end_layout
30058
30059 \begin_layout Standard
30060
30061 \series bold
30062
30063 \backslash
30064 @addtoreset{equation}{part}
30065 \series default
30066
30067 \begin_inset Index
30068 status collapsed
30069
30070 \begin_layout Plain Layout
30071 Commands ! 
30072 \begin_inset ERT
30073 status collapsed
30074
30075 \begin_layout Plain Layout
30076
30077 "
30078 \end_layout
30079
30080 \end_inset
30081
30082 @
30083 \begin_inset ERT
30084 status collapsed
30085
30086 \begin_layout Plain Layout
30087
30088 "
30089 \end_layout
30090
30091 \end_inset
30092
30093  ! 
30094 \backslash
30095
30096 \begin_inset ERT
30097 status collapsed
30098
30099 \begin_layout Plain Layout
30100
30101 "
30102 \end_layout
30103
30104 \end_inset
30105
30106 @
30107 \begin_inset ERT
30108 status collapsed
30109
30110 \begin_layout Plain Layout
30111
30112 "
30113 \end_layout
30114
30115 \end_inset
30116
30117 addtoreset
30118 \end_layout
30119
30120 \end_inset
30121
30122
30123 \begin_inset Newline newline
30124 \end_inset
30125
30126 resp.
30127 \begin_inset Newline newline
30128 \end_inset
30129
30130
30131 \series bold
30132
30133 \backslash
30134 @addtoreset{equation}{section}
30135 \end_layout
30136
30137 \begin_layout Standard
30138 To be able to use these commands in TeX-mode, the 
30139 \begin_inset Quotes eld
30140 \end_inset
30141
30142 @
30143 \begin_inset Quotes erd
30144 \end_inset
30145
30146  character has to be made 
30147 \begin_inset Quotes eld
30148 \end_inset
30149
30150 active
30151 \begin_inset Quotes erd
30152 \end_inset
30153
30154  for LaTeX using the command 
30155 \series bold
30156
30157 \backslash
30158 makeatletter.
30159
30160 \series default
30161  The command 
30162 \series bold
30163
30164 \backslash
30165 makeatother
30166 \series default
30167  reverts this.
30168  So the command sequence in TeX-mode is:
30169 \end_layout
30170
30171 \begin_layout Standard
30172
30173 \series bold
30174
30175 \backslash
30176 makeatletter
30177 \begin_inset Newline newline
30178 \end_inset
30179
30180
30181 \backslash
30182 @addtoreset{equation}{section}
30183 \begin_inset Newline newline
30184 \end_inset
30185
30186
30187 \backslash
30188 makeatother
30189 \end_layout
30190
30191 \begin_layout Standard
30192 In the LaTeX-preamble 
30193 \series bold
30194
30195 \backslash
30196 makeatletter
30197 \series default
30198  and 
30199 \series bold
30200
30201 \backslash
30202 makeatother
30203 \series default
30204  can be omitted as they are automatically internally inserted by LyX.
30205 \end_layout
30206
30207 \begin_layout Standard
30208 To revert 
30209 \series bold
30210
30211 \backslash
30212 @addtoreset
30213 \series default
30214 , the file 
30215 \series bold
30216 remreset.sty
30217 \series default
30218
30219 \begin_inset Foot
30220 status collapsed
30221
30222 \begin_layout Plain Layout
30223
30224 \series bold
30225 remreset
30226 \series default
30227  is part of the LaTeX-package 
30228 \series bold
30229 carlisle
30230 \series default
30231
30232 \begin_inset Index
30233 status collapsed
30234
30235 \begin_layout Plain Layout
30236 Packages ! carlisle
30237 \end_layout
30238
30239 \end_inset
30240
30241  that is part of every LaTeX standard installation.
30242 \end_layout
30243
30244 \end_inset
30245
30246
30247 \begin_inset Index
30248 status collapsed
30249
30250 \begin_layout Plain Layout
30251 Packages ! remreset
30252 \end_layout
30253
30254 \end_inset
30255
30256  has to be loaded in the LaTeX-preamble with the line
30257 \end_layout
30258
30259 \begin_layout Standard
30260
30261 \series bold
30262
30263 \backslash
30264 usepackage{remreset}
30265 \end_layout
30266
30267 \begin_layout Standard
30268 Then the command 
30269 \series bold
30270
30271 \backslash
30272 @removefromreset
30273 \series default
30274
30275 \begin_inset Index
30276 status collapsed
30277
30278 \begin_layout Plain Layout
30279 Commands ! 
30280 \begin_inset ERT
30281 status collapsed
30282
30283 \begin_layout Plain Layout
30284
30285 "
30286 \end_layout
30287
30288 \end_inset
30289
30290 @
30291 \begin_inset ERT
30292 status collapsed
30293
30294 \begin_layout Plain Layout
30295
30296 "
30297 \end_layout
30298
30299 \end_inset
30300
30301  ! 
30302 \backslash
30303
30304 \begin_inset ERT
30305 status collapsed
30306
30307 \begin_layout Plain Layout
30308
30309 "
30310 \end_layout
30311
30312 \end_inset
30313
30314 @
30315 \begin_inset ERT
30316 status collapsed
30317
30318 \begin_layout Plain Layout
30319
30320 "
30321 \end_layout
30322
30323 \end_inset
30324
30325 removefromreset
30326 \end_layout
30327
30328 \end_inset
30329
30330  can be used with the same scheme as 
30331 \series bold
30332
30333 \backslash
30334 @addtoreset
30335 \series default
30336 .
30337 \end_layout
30338
30339 \begin_layout Standard
30340 \begin_inset VSpace bigskip
30341 \end_inset
30342
30343 Sometimes formulas should be numbered in the following form:
30344 \end_layout
30345
30346 \begin_layout Standard
30347
30348 \family typewriter
30349 (section number.formula number)
30350 \end_layout
30351
30352 \begin_layout Standard
30353 The formula number should start with every section with 
30354 \begin_inset Quotes eld
30355 \end_inset
30356
30357 1
30358 \begin_inset Quotes erd
30359 \end_inset
30360
30361 .
30362 \end_layout
30363
30364 \begin_layout Standard
30365 For this case there is the command 
30366 \series bold
30367
30368 \backslash
30369 numberwithin
30370 \series default
30371
30372 \begin_inset Index
30373 status collapsed
30374
30375 \begin_layout Plain Layout
30376 Commands ! N ! 
30377 \backslash
30378 numberwithin
30379 \end_layout
30380
30381 \end_inset
30382
30383 , which is used with the following scheme:
30384 \end_layout
30385
30386 \begin_layout Standard
30387
30388 \series bold
30389
30390 \backslash
30391 numberwithin{counter}{sectioning}
30392 \end_layout
30393
30394 \begin_layout Standard
30395 Counter denotes what kind of numbering is affected, sectioning denotes what
30396  number is before the dot.
30397 \end_layout
30398
30399 \begin_layout Standard
30400 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30401 \end_layout
30402
30403 \begin_layout Standard
30404
30405 \series bold
30406
30407 \backslash
30408 numberwithin{equation}{section}
30409 \end_layout
30410
30411 \begin_layout Standard
30412 This is the result:
30413 \begin_inset ERT
30414 status collapsed
30415
30416 \begin_layout Plain Layout
30417
30418
30419 \backslash
30420 numberwithin{equation}{section}
30421 \end_layout
30422
30423 \end_inset
30424
30425
30426 \begin_inset Formula \begin{equation}
30427 A+B=C\end{equation}
30428
30429 \end_inset
30430
30431
30432 \end_layout
30433
30434 \begin_layout Standard
30435 To number e.
30436 \begin_inset space \thinspace{}
30437 \end_inset
30438
30439 g.
30440 \begin_inset space \space{}
30441 \end_inset
30442
30443 tables so that the number of the part is the sectioning,
30444 \begin_inset Newline newline
30445 \end_inset
30446
30447
30448 \series bold
30449
30450 \backslash
30451 numberwithin{table}{part}
30452 \series default
30453  is used.
30454 \end_layout
30455
30456 \begin_layout Standard
30457 To go back to the standard numbering or to prevent this kind of numbering
30458  when it is defined by the document class, the following command is inserted
30459  as TeX-Code or to the LaTeX-preamble:
30460 \end_layout
30461
30462 \begin_layout Standard
30463
30464 \series bold
30465
30466 \backslash
30467 renewcommand{
30468 \backslash
30469 theequation}{
30470 \backslash
30471 arabic{equation}}
30472 \begin_inset Index
30473 status collapsed
30474
30475 \begin_layout Plain Layout
30476 Commands ! A ! 
30477 \backslash
30478 arabic
30479 \end_layout
30480
30481 \end_inset
30482
30483
30484 \series default
30485
30486 \begin_inset ERT
30487 status collapsed
30488
30489 \begin_layout Plain Layout
30490
30491
30492 \backslash
30493 renewcommand{
30494 \backslash
30495 theequation}{
30496 \backslash
30497 arabic{equation}}
30498 \end_layout
30499
30500 \end_inset
30501
30502
30503 \series bold
30504
30505 \begin_inset Newline newline
30506 \end_inset
30507
30508
30509 \series default
30510 or
30511 \series bold
30512
30513 \begin_inset Newline newline
30514 \end_inset
30515
30516
30517 \backslash
30518 renewcommand{
30519 \backslash
30520 thetable}{
30521 \backslash
30522 arabic{table}}
30523 \end_layout
30524
30525 \begin_layout Standard
30526
30527 \series bold
30528
30529 \backslash
30530 numberwithin
30531 \series default
30532  uses internally the command 
30533 \series bold
30534
30535 \backslash
30536 @addtoreset
30537 \series default
30538 , described above, that also needs to be reverted.
30539 \begin_inset ERT
30540 status collapsed
30541
30542 \begin_layout Plain Layout
30543
30544
30545 \backslash
30546 makeatletter
30547 \end_layout
30548
30549 \begin_layout Plain Layout
30550
30551
30552 \backslash
30553 @removefromreset{equation}{section}
30554 \end_layout
30555
30556 \begin_layout Plain Layout
30557
30558
30559 \backslash
30560 makeatother
30561 \end_layout
30562
30563 \end_inset
30564
30565
30566 \end_layout
30567
30568 \begin_layout Subsection
30569 Numbering with Roman Numbers and Letters
30570 \begin_inset Index
30571 status collapsed
30572
30573 \begin_layout Plain Layout
30574 Formula numbering ! with letters
30575 \end_layout
30576
30577 \end_inset
30578
30579
30580 \begin_inset Index
30581 status collapsed
30582
30583 \begin_layout Plain Layout
30584 Formula numbering ! with Roman numbers
30585 \end_layout
30586
30587 \end_inset
30588
30589
30590 \end_layout
30591
30592 \begin_layout Standard
30593 Formulas can also be numbered with Roman numbers and Latin letters.
30594  To number for example with small Roman numbers, the command
30595 \end_layout
30596
30597 \begin_layout Standard
30598
30599 \series bold
30600
30601 \backslash
30602 renewcommand{
30603 \backslash
30604 theequation}{
30605 \backslash
30606 roman{equation}}
30607 \end_layout
30608
30609 \begin_layout Standard
30610 is inserted before the formula in TeX-mode.
30611  
30612 \series bold
30613
30614 \backslash
30615 renewcommand
30616 \series default
30617
30618 \begin_inset Index
30619 status collapsed
30620
30621 \begin_layout Plain Layout
30622 Commands ! R ! 
30623 \backslash
30624 renewcommand
30625 \end_layout
30626
30627 \end_inset
30628
30629  redefines the predefined command 
30630 \series bold
30631
30632 \backslash
30633 theequation
30634 \series default
30635  to the command 
30636 \series bold
30637
30638 \backslash
30639 roman{equation}
30640 \series default
30641
30642 \begin_inset Foot
30643 status collapsed
30644
30645 \begin_layout Plain Layout
30646 The command 
30647 \series bold
30648
30649 \backslash
30650 renewcommand
30651 \series default
30652  has the same scheme like the command 
30653 \series bold
30654
30655 \backslash
30656 newcommand
30657 \series default
30658  that is described in 
30659 \begin_inset CommandInset ref
30660 LatexCommand ref
30661 reference "sec:User-defined-Commands"
30662
30663 \end_inset
30664
30665 .
30666 \end_layout
30667
30668 \end_inset
30669
30670 .
30671  
30672 \series bold
30673 equation
30674 \series default
30675  is the formula counter.
30676  When the command 
30677 \series bold
30678
30679 \backslash
30680 the
30681 \series default
30682  is used as prefix for a counter, the value of the counter is output as
30683  Arabic number.
30684  When a formula is numbered, LaTeX sets internally the command 
30685 \series bold
30686
30687 \backslash
30688 theequation
30689 \series default
30690  behind the formula.
30691  
30692 \series bold
30693
30694 \backslash
30695 roman{equation}
30696 \begin_inset Index
30697 status collapsed
30698
30699 \begin_layout Plain Layout
30700 Commands ! R ! 
30701 \backslash
30702 roman
30703 \end_layout
30704
30705 \end_inset
30706
30707
30708 \series default
30709  outputs the counter as small Roman number.
30710 \end_layout
30711
30712 \begin_layout Standard
30713 All formulas behind the command 
30714 \series bold
30715
30716 \backslash
30717 renew
30718 \series default
30719 c
30720 \series bold
30721 ommand
30722 \series default
30723  are now numbered Roman.
30724  To switch to numbering with big Roman numbers, the command is inserted
30725  again, but 
30726 \series bold
30727
30728 \backslash
30729 roman
30730 \series default
30731  is replaced by 
30732 \series bold
30733
30734 \backslash
30735 Roman
30736 \series default
30737
30738 \begin_inset Index
30739 status collapsed
30740
30741 \begin_layout Plain Layout
30742 Commands ! R ! 
30743 \backslash
30744 roman@
30745 \backslash
30746 Roman
30747 \end_layout
30748
30749 \end_inset
30750
30751 .
30752  To 
30753 \begin_inset Quotes eld
30754 \end_inset
30755
30756 number
30757 \begin_inset Quotes erd
30758 \end_inset
30759
30760  with small Latin letters there is the command 
30761 \series bold
30762
30763 \backslash
30764 alph
30765 \series default
30766
30767 \begin_inset Index
30768 status collapsed
30769
30770 \begin_layout Plain Layout
30771 Commands ! A ! 
30772 \backslash
30773 alph
30774 \end_layout
30775
30776 \end_inset
30777
30778 , for big ones there is the command 
30779 \series bold
30780
30781 \backslash
30782 Alph
30783 \series default
30784
30785 \begin_inset Index
30786 status open
30787
30788 \begin_layout Plain Layout
30789 Commands ! A ! 
30790 \backslash
30791 alph@
30792 \backslash
30793 Alph
30794 \end_layout
30795
30796 \end_inset
30797
30798 .
30799 \end_layout
30800
30801 \begin_layout Standard
30802 \begin_inset Note Greyedout
30803 status open
30804
30805 \begin_layout Plain Layout
30806
30807 \series bold
30808 Note:
30809 \series default
30810  Only maximal 26 formulas can be numbered with Latin letters in one document.
30811 \end_layout
30812
30813 \end_inset
30814
30815
30816 \end_layout
30817
30818 \begin_layout Standard
30819 \begin_inset ERT
30820 status collapsed
30821
30822 \begin_layout Plain Layout
30823
30824
30825 \backslash
30826 renewcommand{
30827 \backslash
30828 theequation}{
30829 \backslash
30830 roman{equation}}
30831 \end_layout
30832
30833 \end_inset
30834
30835
30836 \end_layout
30837
30838 \begin_layout Standard
30839 \begin_inset Formula \begin{equation}
30840 A=\textrm{small roman}\label{eq:rom}\end{equation}
30841
30842 \end_inset
30843
30844
30845 \begin_inset ERT
30846 status collapsed
30847
30848 \begin_layout Plain Layout
30849
30850
30851 \backslash
30852 renewcommand{
30853 \backslash
30854 theequation}{
30855 \backslash
30856 Roman{equation}}
30857 \end_layout
30858
30859 \end_inset
30860
30861
30862 \begin_inset Formula \begin{equation}
30863 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
30864
30865 \end_inset
30866
30867
30868 \begin_inset ERT
30869 status collapsed
30870
30871 \begin_layout Plain Layout
30872
30873
30874 \backslash
30875 renewcommand{
30876 \backslash
30877 theequation}{
30878 \backslash
30879 alph{equation}}
30880 \end_layout
30881
30882 \end_inset
30883
30884
30885 \begin_inset Formula \begin{equation}
30886 C=\textrm{small Latin}\label{eq:lat}\end{equation}
30887
30888 \end_inset
30889
30890
30891 \begin_inset ERT
30892 status collapsed
30893
30894 \begin_layout Plain Layout
30895
30896
30897 \backslash
30898 renewcommand{
30899 \backslash
30900 theequation}{
30901 \backslash
30902 Alph{equation}}
30903 \end_layout
30904
30905 \end_inset
30906
30907
30908 \begin_inset Formula \begin{equation}
30909 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
30910
30911 \end_inset
30912
30913
30914 \end_layout
30915
30916 \begin_layout Standard
30917 To switch back to the default numbering, insert the command:
30918 \end_layout
30919
30920 \begin_layout Standard
30921
30922 \series bold
30923
30924 \backslash
30925 renewcommand{
30926 \backslash
30927 theequation}{
30928 \backslash
30929 arabic{equation}}
30930 \begin_inset Index
30931 status collapsed
30932
30933 \begin_layout Plain Layout
30934 Commands ! A ! 
30935 \backslash
30936 arabic
30937 \end_layout
30938
30939 \end_inset
30940
30941
30942 \end_layout
30943
30944 \begin_layout Standard
30945 \begin_inset ERT
30946 status collapsed
30947
30948 \begin_layout Plain Layout
30949
30950
30951 \backslash
30952 renewcommand{
30953 \backslash
30954 theequation}{
30955 \backslash
30956 arabic{equation}}
30957 \end_layout
30958
30959 \end_inset
30960
30961
30962 \begin_inset Formula \begin{equation}
30963 E=\textrm{Arabic}\label{eq:arab}\end{equation}
30964
30965 \end_inset
30966
30967
30968 \end_layout
30969
30970 \begin_layout Standard
30971 \begin_inset VSpace medskip
30972 \end_inset
30973
30974 As you see, formulas are numbered serially independent from the numbering
30975  style.
30976  When then numbering should start with 
30977 \begin_inset Quotes eld
30978 \end_inset
30979
30980 1
30981 \begin_inset Quotes erd
30982 \end_inset
30983
30984  when the style is changed, new equation counters have to be defined.
30985  A description about this can be found in the file 
30986 \begin_inset CommandInset href
30987 LatexCommand href
30988 target "Formula-numbering.lyx"
30989
30990 \end_inset
30991
30992 .
30993 \end_layout
30994
30995 \begin_layout Section
30996 User-defined Commands
30997 \begin_inset CommandInset label
30998 LatexCommand label
30999 name "sec:User-defined-Commands"
31000
31001 \end_inset
31002
31003
31004 \begin_inset Index
31005 status collapsed
31006
31007 \begin_layout Plain Layout
31008 User-defined commands
31009 \end_layout
31010
31011 \end_inset
31012
31013
31014 \end_layout
31015
31016 \begin_layout Standard
31017 Many LaTeX-commands are too long to be used frequently.
31018  But it is possible to define with the command 
31019 \series bold
31020
31021 \backslash
31022 newcommand
31023 \series default
31024
31025 \begin_inset Index
31026 status collapsed
31027
31028 \begin_layout Plain Layout
31029 Commands ! N ! 
31030 \backslash
31031 newcommand
31032 \end_layout
31033
31034 \end_inset
31035
31036  new shorter commands.
31037 \end_layout
31038
31039 \begin_layout Standard
31040 The command scheme of 
31041 \series bold
31042
31043 \backslash
31044 newcommand
31045 \series default
31046  is:
31047 \end_layout
31048
31049 \begin_layout Standard
31050
31051 \series bold
31052
31053 \backslash
31054 newcommand{new command name}[number of arguments][optional
31055 \series default
31056  
31057 \series bold
31058 value]
31059 \begin_inset Newline newline
31060 \end_inset
31061
31062
31063 \begin_inset ERT
31064 status collapsed
31065
31066 \begin_layout Plain Layout
31067
31068
31069 \backslash
31070 phantom{
31071 \end_layout
31072
31073 \end_inset
31074
31075
31076 \backslash
31077 newcommand
31078 \begin_inset ERT
31079 status collapsed
31080
31081 \begin_layout Plain Layout
31082
31083 }
31084 \end_layout
31085
31086 \end_inset
31087
31088 {command definition}
31089 \end_layout
31090
31091 \begin_layout Standard
31092 \begin_inset Note Greyedout
31093 status open
31094
31095 \begin_layout Plain Layout
31096
31097 \series bold
31098 Note:
31099 \series default
31100  Assure that the name of the new command is not already used in your document
31101  or by LaTeX-packages that you use.
31102  When you for example define the command 
31103 \series bold
31104
31105 \backslash
31106 le
31107 \series default
31108  for 
31109 \series bold
31110
31111 \backslash
31112 Leftarrow
31113 \series default
31114 , you get an error message because 
31115 \series bold
31116
31117 \backslash
31118 le
31119 \series default
31120  is already defined as command for 
31121 \begin_inset Quotes eld
31122 \end_inset
31123
31124
31125 \begin_inset Formula $\le$
31126 \end_inset
31127
31128
31129 \begin_inset Quotes erd
31130 \end_inset
31131
31132 .
31133 \end_layout
31134
31135 \end_inset
31136
31137
31138 \end_layout
31139
31140 \begin_layout Standard
31141 \begin_inset Note Greyedout
31142 status open
31143
31144 \begin_layout Plain Layout
31145
31146 \series bold
31147 Note:
31148 \series default
31149  The names of user-defined commands may only consist of Latin letters.
31150 \end_layout
31151
31152 \end_inset
31153
31154
31155 \end_layout
31156
31157 \begin_layout Standard
31158 The number of arguments is an integer in the range 0
31159 \begin_inset space \thinspace{}
31160 \end_inset
31161
31162 -
31163 \begin_inset space \thinspace{}
31164 \end_inset
31165
31166 9 and specifies how many arguments the new command should have.
31167  With the optional value a value for an optional argument can be predefined.
31168  When this is done, the 
31169 \emph on
31170 first
31171 \emph default
31172  
31173 \emph on
31174 a
31175 \emph default
31176 rgument of the new command is automatically an optional one.
31177 \end_layout
31178
31179 \begin_layout Standard
31180 Here are some examples:
31181 \end_layout
31182
31183 \begin_layout Itemize
31184 To define the command 
31185 \series bold
31186
31187 \backslash
31188 gr
31189 \series default
31190  for 
31191 \series bold
31192
31193 \backslash
31194 Longrightarrow
31195 \series default
31196 , the LaTeX-preamble line is:
31197 \begin_inset ERT
31198 status collapsed
31199
31200 \begin_layout Plain Layout
31201
31202
31203 \backslash
31204 medskip
31205 \end_layout
31206
31207 \end_inset
31208
31209
31210 \series bold
31211
31212 \begin_inset Newline newline
31213 \end_inset
31214
31215
31216 \backslash
31217 newcommand{
31218 \backslash
31219 gr}{
31220 \backslash
31221 Longrightarrow}
31222 \end_layout
31223
31224 \begin_layout Itemize
31225 To define the command 
31226 \series bold
31227
31228 \backslash
31229 us
31230 \series default
31231  for 
31232 \series bold
31233
31234 \backslash
31235 underline
31236 \series default
31237 , the argument (that should be underlined) must be taken into account.
31238  For this the preamble line is:
31239 \begin_inset ERT
31240 status collapsed
31241
31242 \begin_layout Plain Layout
31243
31244
31245 \backslash
31246 medskip
31247 \end_layout
31248
31249 \end_inset
31250
31251
31252 \series bold
31253
31254 \begin_inset Newline newline
31255 \end_inset
31256
31257
31258 \backslash
31259 newcommand{
31260 \backslash
31261 us}[1]{
31262 \backslash
31263 underline{#1}}
31264 \series default
31265
31266 \begin_inset ERT
31267 status collapsed
31268
31269 \begin_layout Plain Layout
31270
31271
31272 \backslash
31273 medskip
31274 \end_layout
31275
31276 \end_inset
31277
31278
31279 \series bold
31280
31281 \begin_inset Newline newline
31282 \end_inset
31283
31284
31285 \series default
31286 The character 
31287 \series bold
31288 #
31289 \series default
31290  acts as argument placeholder, the 
31291 \series bold
31292 1
31293 \series default
31294  behind it denotes that it is the placeholder for the first argument.
31295 \end_layout
31296
31297 \begin_layout Itemize
31298 For 
31299 \series bold
31300
31301 \backslash
31302 framebox
31303 \series default
31304  one can e.
31305 \begin_inset space \thinspace{}
31306 \end_inset
31307
31308 g.
31309 \begin_inset space \space{}
31310 \end_inset
31311
31312 define the command 
31313 \series bold
31314
31315 \backslash
31316 fb
31317 \series default
31318 :
31319 \begin_inset ERT
31320 status collapsed
31321
31322 \begin_layout Plain Layout
31323
31324
31325 \backslash
31326 medskip
31327 \end_layout
31328
31329 \end_inset
31330
31331
31332 \series bold
31333
31334 \begin_inset Newline newline
31335 \end_inset
31336
31337
31338 \backslash
31339 newcommand{
31340 \backslash
31341 fb}[3]{
31342 \backslash
31343 framebox#1#2{$#3$}}
31344 \series default
31345
31346 \begin_inset ERT
31347 status collapsed
31348
31349 \begin_layout Plain Layout
31350
31351
31352 \backslash
31353 medskip
31354 \end_layout
31355
31356 \end_inset
31357
31358
31359 \series bold
31360
31361 \begin_inset Newline newline
31362 \end_inset
31363
31364
31365 \series default
31366 The two Dollar signs creates the extra formula needed for 
31367 \series bold
31368
31369 \backslash
31370 framebox
31371 \series default
31372 , see 
31373 \begin_inset CommandInset ref
31374 LatexCommand ref
31375 reference "sub:Boxes-with-Frame"
31376
31377 \end_inset
31378
31379 .
31380 \end_layout
31381
31382 \begin_layout Itemize
31383 To create a new command for 
31384 \series bold
31385
31386 \backslash
31387 fcolorbox
31388 \series default
31389  where the color for the box needn't to be specified, the argument for the
31390  color is defined optional:
31391 \begin_inset ERT
31392 status collapsed
31393
31394 \begin_layout Plain Layout
31395
31396
31397 \backslash
31398 medskip
31399 \end_layout
31400
31401 \end_inset
31402
31403
31404 \series bold
31405
31406 \begin_inset Newline newline
31407 \end_inset
31408
31409
31410 \backslash
31411 newcommand{
31412 \backslash
31413 cb}[3][white]{
31414 \backslash
31415 fcolorbox{#2}{#1}{$#3$}}
31416 \series default
31417
31418 \begin_inset ERT
31419 status collapsed
31420
31421 \begin_layout Plain Layout
31422
31423
31424 \backslash
31425 medskip
31426 \end_layout
31427
31428 \end_inset
31429
31430
31431 \begin_inset Newline newline
31432 \end_inset
31433
31434 When the color is not specified when using 
31435 \series bold
31436
31437 \backslash
31438 cb
31439 \series default
31440 , the predefined color 
31441 \series bold
31442 white
31443 \series default
31444  will be used.
31445 \end_layout
31446
31447 \begin_layout Standard
31448 A test of the new defined commands:
31449 \end_layout
31450
31451 \begin_layout Standard
31452 \align center
31453 \begin_inset Tabular
31454 <lyxtabular version="3" rows="6" columns="2">
31455 <features>
31456 <column alignment="center" valignment="top" width="0">
31457 <column alignment="center" valignment="top" width="0">
31458 <row>
31459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31460 \begin_inset Text
31461
31462 \begin_layout Plain Layout
31463 Command
31464 \end_layout
31465
31466 \end_inset
31467 </cell>
31468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31469 \begin_inset Text
31470
31471 \begin_layout Plain Layout
31472 Result
31473 \begin_inset Note Note
31474 status collapsed
31475
31476 \begin_layout Plain Layout
31477
31478 \series bold
31479
31480 \backslash
31481 raisebox
31482 \series default
31483  is only used as spacer.
31484 \end_layout
31485
31486 \end_inset
31487
31488
31489 \end_layout
31490
31491 \end_inset
31492 </cell>
31493 </row>
31494 <row>
31495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31496 \begin_inset Text
31497
31498 \begin_layout Plain Layout
31499 A
31500 \backslash
31501 gr
31502 \begin_inset ERT
31503 status collapsed
31504
31505 \begin_layout Plain Layout
31506
31507
31508 \backslash
31509 spce 
31510 \end_layout
31511
31512 \end_inset
31513
31514 B
31515 \end_layout
31516
31517 \end_inset
31518 </cell>
31519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31520 \begin_inset Text
31521
31522 \begin_layout Plain Layout
31523 \begin_inset Formula $A\gr B$
31524 \end_inset
31525
31526
31527 \end_layout
31528
31529 \end_inset
31530 </cell>
31531 </row>
31532 <row>
31533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31534 \begin_inset Text
31535
31536 \begin_layout Plain Layout
31537
31538 \backslash
31539 us{ABcd
31540 \end_layout
31541
31542 \end_inset
31543 </cell>
31544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31545 \begin_inset Text
31546
31547 \begin_layout Plain Layout
31548 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31549 \end_inset
31550
31551
31552 \end_layout
31553
31554 \end_inset
31555 </cell>
31556 </row>
31557 <row>
31558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31559 \begin_inset Text
31560
31561 \begin_layout Plain Layout
31562
31563 \backslash
31564 fb{[2cm]
31565 \begin_inset Formula $\to$
31566 \end_inset
31567
31568
31569 \backslash
31570 {
31571 \begin_inset Formula $\to$
31572 \end_inset
31573
31574
31575 \backslash
31576 {
31577 \backslash
31578 int
31579 \begin_inset ERT
31580 status collapsed
31581
31582 \begin_layout Plain Layout
31583
31584
31585 \backslash
31586 spce 
31587 \end_layout
31588
31589 \end_inset
31590
31591 A=B
31592 \end_layout
31593
31594 \end_inset
31595 </cell>
31596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31597 \begin_inset Text
31598
31599 \begin_layout Plain Layout
31600 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31601 \end_inset
31602
31603
31604 \end_layout
31605
31606 \end_inset
31607 </cell>
31608 </row>
31609 <row>
31610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31611 \begin_inset Text
31612
31613 \begin_layout Plain Layout
31614
31615 \backslash
31616 cb{red
31617 \begin_inset Formula $\to$
31618 \end_inset
31619
31620
31621 \backslash
31622 {
31623 \backslash
31624 int
31625 \begin_inset ERT
31626 status collapsed
31627
31628 \begin_layout Plain Layout
31629
31630
31631 \backslash
31632 spce 
31633 \end_layout
31634
31635 \end_inset
31636
31637 A=B
31638 \end_layout
31639
31640 \end_inset
31641 </cell>
31642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31643 \begin_inset Text
31644
31645 \begin_layout Plain Layout
31646 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31647 \end_inset
31648
31649
31650 \end_layout
31651
31652 \end_inset
31653 </cell>
31654 </row>
31655 <row>
31656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31657 \begin_inset Text
31658
31659 \begin_layout Plain Layout
31660
31661 \backslash
31662 cb[green]
31663 \backslash
31664 {red
31665 \begin_inset Formula $\to$
31666 \end_inset
31667
31668
31669 \backslash
31670 {
31671 \backslash
31672 int
31673 \begin_inset ERT
31674 status collapsed
31675
31676 \begin_layout Plain Layout
31677
31678
31679 \backslash
31680 spce 
31681 \end_layout
31682
31683 \end_inset
31684
31685 A=B
31686 \end_layout
31687
31688 \end_inset
31689 </cell>
31690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31691 \begin_inset Text
31692
31693 \begin_layout Plain Layout
31694 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31695 \end_inset
31696
31697
31698 \end_layout
31699
31700 \end_inset
31701 </cell>
31702 </row>
31703 </lyxtabular>
31704
31705 \end_inset
31706
31707
31708 \end_layout
31709
31710 \begin_layout Section
31711 Diagrams
31712 \end_layout
31713
31714 \begin_layout Standard
31715 LyX supports two types of commutative diagrams: 
31716 \series bold
31717 amscd
31718 \series default
31719  and 
31720 \series bold
31721 xymatrix
31722 \series default
31723  that are explained in the following.
31724 \end_layout
31725
31726 \begin_layout Subsection
31727 Amscd Diagrams
31728 \begin_inset Index
31729 status collapsed
31730
31731 \begin_layout Plain Layout
31732 Diagrams ! amscd
31733 \end_layout
31734
31735 \end_inset
31736
31737
31738 \end_layout
31739
31740 \begin_layout Standard
31741 Diagrams of this type visualize relations by vertical and horizontal lines
31742  or arrows:
31743 \begin_inset Formula \[
31744 \begin{CD}A@>>>B@>>>C\\
31745 @AAA@.@VVV\\
31746 F@<<<E@<<<D\end{CD}\]
31747
31748 \end_inset
31749
31750
31751 \end_layout
31752
31753 \begin_layout Standard
31754 To get them, the command 
31755 \series bold
31756
31757 \backslash
31758 CD
31759 \begin_inset Index
31760 status collapsed
31761
31762 \begin_layout Plain Layout
31763 Commands ! C ! 
31764 \backslash
31765 CD
31766 \end_layout
31767
31768 \end_inset
31769
31770
31771 \series default
31772  is inserted to a formula.
31773  A blue box appears with two dashed lines where further commands can be
31774  inserted.
31775  With 
31776 \begin_inset Info
31777 type  "shortcut"
31778 arg   "newline-insert newline"
31779 \end_inset
31780
31781  a new line is created.
31782  Horizontal relations are inserted in odd, vertical in even formula lines.
31783 \end_layout
31784
31785 \begin_layout Standard
31786 To create the relations there are the following commands:
31787 \end_layout
31788
31789 \begin_layout Itemize
31790
31791 \series bold
31792 @<<<
31793 \series default
31794  creates a left arrow, 
31795 \series bold
31796 @>>>
31797 \series default
31798  a right arrow, and 
31799 \series bold
31800 @=
31801 \series default
31802  a long equal sign
31803 \end_layout
31804
31805 \begin_layout Itemize
31806
31807 \series bold
31808 @AAA
31809 \series default
31810  creates an up arrow, 
31811 \series bold
31812 @VVV
31813 \series default
31814  an down arrow, and 
31815 \series bold
31816 @|
31817 \series default
31818  a vertical equal sign
31819 \end_layout
31820
31821 \begin_layout Itemize
31822
31823 \series bold
31824 @.
31825
31826 \series default
31827  is a placeholder for non-existent relations
31828 \end_layout
31829
31830 \begin_layout Standard
31831 All arrows can be labeled as follows:
31832 \end_layout
31833
31834 \begin_layout Itemize
31835 Is text inserted between the first and second < or >, resp., it is placed
31836  above the arrow.
31837  When it is inserted between the second and third one, it appears under
31838  the arrow.
31839 \end_layout
31840
31841 \begin_layout Itemize
31842 When text for vertical arrows is inserted between the first and second A
31843  or V, resp., it is placed left beside the arrow.
31844  When it is inserted between the second and third one, it appears right
31845  beside the arrow.
31846  If the text contains an A or V, these letters must be set into a TeX-brace.
31847 \end_layout
31848
31849 \begin_layout Standard
31850 As example a diagram with all possible relations:
31851 \end_layout
31852
31853 \begin_layout Standard
31854 \begin_inset Formula \[
31855 \begin{CD}A@>j>>B@>>k>C@=F\\
31856 @AmAA@.@VV{V}V@|\\
31857 D@<<j<E@>k>>F@=C\end{CD}\]
31858
31859 \end_inset
31860
31861
31862 \end_layout
31863
31864 \begin_layout Standard
31865 The command for this is:
31866 \begin_inset Newline newline
31867 \end_inset
31868
31869
31870 \series bold
31871
31872 \backslash
31873 CD
31874 \begin_inset ERT
31875 status collapsed
31876
31877 \begin_layout Plain Layout
31878
31879
31880 \backslash
31881 spce 
31882 \end_layout
31883
31884 \end_inset
31885
31886 A@>j>>B@>>k>C@=F Ctrl+Return
31887 \begin_inset Newline newline
31888 \end_inset
31889
31890
31891 \begin_inset ERT
31892 status collapsed
31893
31894 \begin_layout Plain Layout
31895
31896
31897 \backslash
31898 hphantom{
31899 \end_layout
31900
31901 \end_inset
31902
31903
31904 \backslash
31905 CD
31906 \begin_inset ERT
31907 status collapsed
31908
31909 \begin_layout Plain Layout
31910
31911
31912 \backslash
31913 spce 
31914 \end_layout
31915
31916 \end_inset
31917
31918
31919 \begin_inset ERT
31920 status collapsed
31921
31922 \begin_layout Plain Layout
31923
31924 }
31925 \end_layout
31926
31927 \end_inset
31928
31929 @AmAA@.@VV
31930 \backslash
31931 {V
31932 \series default
31933
31934 \begin_inset Formula $\to$
31935 \end_inset
31936
31937
31938 \series bold
31939 V@| Ctrl+Return
31940 \begin_inset Newline newline
31941 \end_inset
31942
31943
31944 \begin_inset ERT
31945 status collapsed
31946
31947 \begin_layout Plain Layout
31948
31949
31950 \backslash
31951 hphantom{
31952 \end_layout
31953
31954 \end_inset
31955
31956
31957 \backslash
31958 CD
31959 \begin_inset ERT
31960 status collapsed
31961
31962 \begin_layout Plain Layout
31963
31964
31965 \backslash
31966 spce 
31967 \end_layout
31968
31969 \end_inset
31970
31971
31972 \begin_inset ERT
31973 status collapsed
31974
31975 \begin_layout Plain Layout
31976
31977 }
31978 \end_layout
31979
31980 \end_inset
31981
31982 D@<<j<E@>k>>F@=C
31983 \end_layout
31984
31985 \begin_layout Subsection
31986 Xymatrix Diagrams
31987 \begin_inset Index
31988 status collapsed
31989
31990 \begin_layout Plain Layout
31991 Diagrams ! xymatrix
31992 \end_layout
31993
31994 \end_inset
31995
31996
31997 \end_layout
31998
31999 \begin_layout Standard
32000 To be able to use xymatrices, the LaTeX-package 
32001 \series bold
32002 xypic
32003 \series default
32004  must be installed.
32005  A xymatrix is created by inserting the command 
32006 \series bold
32007
32008 \backslash
32009 xymatrix
32010 \series default
32011  in a formula.
32012  Then you are able to add new matrix columns and rows like for normal matrices,
32013  see 
32014 \begin_inset CommandInset ref
32015 LatexCommand ref
32016 reference "sec:Matrices"
32017
32018 \end_inset
32019
32020 .
32021 \end_layout
32022
32023 \begin_layout Standard
32024 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32025  and much more.
32026  All possibilities to create commutative diagrams and decorations are explained
32027  in detail in this manual: 
32028 \begin_inset CommandInset href
32029 LatexCommand href
32030 target "http://wiki.lyx.org/LyX/XY-pic#xy-manual"
32031
32032 \end_inset
32033
32034 .
32035 \end_layout
32036
32037 \begin_layout Standard
32038 \begin_inset Newpage newpage
32039 \end_inset
32040
32041
32042 \end_layout
32043
32044 \begin_layout Section
32045 Tips
32046 \begin_inset ERT
32047 status collapsed
32048
32049 \begin_layout Plain Layout
32050
32051
32052 \backslash
32053 texorpdfstring{
32054 \end_layout
32055
32056 \end_inset
32057
32058
32059 \begin_inset Foot
32060 status collapsed
32061
32062 \begin_layout Plain Layout
32063 Other useful math tips can be found in 
32064 \begin_inset CommandInset citation
32065 LatexCommand cite
32066 key "Voss"
32067
32068 \end_inset
32069
32070 .
32071 \end_layout
32072
32073 \end_inset
32074
32075
32076 \begin_inset ERT
32077 status collapsed
32078
32079 \begin_layout Plain Layout
32080
32081 }{}
32082 \end_layout
32083
32084 \end_inset
32085
32086
32087 \begin_inset Note Note
32088 status collapsed
32089
32090 \begin_layout Plain Layout
32091
32092 \backslash
32093 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
32094 \end_layout
32095
32096 \begin_layout Plain Layout
32097 More about 
32098 \backslash
32099 texorpdfstring is in section 
32100 \begin_inset CommandInset ref
32101 LatexCommand ref
32102 reference "sub:Formulas-in-Section"
32103
32104 \end_inset
32105
32106 .
32107 \end_layout
32108
32109 \end_inset
32110
32111
32112 \begin_inset Index
32113 status collapsed
32114
32115 \begin_layout Plain Layout
32116 Tips
32117 \end_layout
32118
32119 \end_inset
32120
32121
32122 \begin_inset Index
32123 status collapsed
32124
32125 \begin_layout Plain Layout
32126 Ions|see
32127 \begin_inset ERT
32128 status collapsed
32129
32130 \begin_layout Plain Layout
32131
32132 {
32133 \end_layout
32134
32135 \end_inset
32136
32137 Chemical characters
32138 \begin_inset ERT
32139 status collapsed
32140
32141 \begin_layout Plain Layout
32142
32143 }
32144 \end_layout
32145
32146 \end_inset
32147
32148
32149 \end_layout
32150
32151 \end_inset
32152
32153
32154 \end_layout
32155
32156 \begin_layout Subsection
32157 Chemical Symbols and Equations
32158 \begin_inset CommandInset label
32159 LatexCommand label
32160 name "sub:Chemical-Symbols-and"
32161
32162 \end_inset
32163
32164
32165 \begin_inset Index
32166 status collapsed
32167
32168 \begin_layout Plain Layout
32169 Chemical characters ! Symbols
32170 \end_layout
32171
32172 \end_inset
32173
32174
32175 \begin_inset Index
32176 status collapsed
32177
32178 \begin_layout Plain Layout
32179 Chemical equations
32180 \end_layout
32181
32182 \end_inset
32183
32184
32185 \begin_inset Index
32186 status collapsed
32187
32188 \begin_layout Plain Layout
32189 Symbols ! chemical
32190 \end_layout
32191
32192 \end_inset
32193
32194
32195 \end_layout
32196
32197 \begin_layout Standard
32198 An example text from chemistry:
32199 \end_layout
32200
32201 \begin_layout Quote
32202 The 
32203 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32204 \end_inset
32205
32206 -ion reacts with two 
32207 \begin_inset Formula $\mathrm{Na^{+}}$
32208 \end_inset
32209
32210 -ions to sodium sulfate 
32211 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32212 \end_inset
32213
32214 .
32215  The chemical equation for this is:
32216 \begin_inset Formula \[
32217 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32218
32219 \end_inset
32220
32221
32222 \end_layout
32223
32224 \begin_layout Standard
32225 This chemical equation can directly be created as formula.
32226  To avoid that the symbols appear italic, everything is highlighted and
32227  changed by the shortcut 
32228 \begin_inset Info
32229 type  "shortcut"
32230 arg   "font-roman"
32231 \end_inset
32232
32233  to the upright font style.
32234 \begin_inset Foot
32235 status collapsed
32236
32237 \begin_layout Plain Layout
32238 font styles
32239 \series bold
32240  
32241 \series default
32242 see 
32243 \begin_inset CommandInset ref
32244 LatexCommand ref
32245 reference "sub:Font-Styles"
32246
32247 \end_inset
32248
32249
32250 \end_layout
32251
32252 \end_inset
32253
32254
32255 \end_layout
32256
32257 \begin_layout Subsection
32258 Negative Numbers
32259 \begin_inset Index
32260 status collapsed
32261
32262 \begin_layout Plain Layout
32263 Numbers ! negative
32264 \end_layout
32265
32266 \end_inset
32267
32268
32269 \end_layout
32270
32271 \begin_layout Standard
32272 Negative numbers often look ugly in formulas because the minus sign before
32273  the number is set with the same length as the minus operator sign.
32274  When writing the negative number in normal text, the minus sign appears
32275  correctly.
32276 \end_layout
32277
32278 \begin_layout Standard
32279 Thus, the problem disappears when converting the minus sign to mathematical
32280  text.
32281 \end_layout
32282
32283 \begin_layout Standard
32284 An example to visualize the problem:
32285 \end_layout
32286
32287 \begin_layout Standard
32288 \align center
32289 \begin_inset Tabular
32290 <lyxtabular version="3" rows="3" columns="2">
32291 <features>
32292 <column alignment="right" valignment="top" width="0">
32293 <column alignment="left" valignment="top" width="0">
32294 <row>
32295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32296 \begin_inset Text
32297
32298 \begin_layout Plain Layout
32299 normal text:
32300 \end_layout
32301
32302 \end_inset
32303 </cell>
32304 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32305 \begin_inset Text
32306
32307 \begin_layout Plain Layout
32308 x = -2
32309 \end_layout
32310
32311 \end_inset
32312 </cell>
32313 </row>
32314 <row>
32315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32316 \begin_inset Text
32317
32318 \begin_layout Plain Layout
32319 formula:
32320 \end_layout
32321
32322 \end_inset
32323 </cell>
32324 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32325 \begin_inset Text
32326
32327 \begin_layout Plain Layout
32328 \begin_inset Formula $x=-2$
32329 \end_inset
32330
32331
32332 \end_layout
32333
32334 \end_inset
32335 </cell>
32336 </row>
32337 <row>
32338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32339 \begin_inset Text
32340
32341 \begin_layout Plain Layout
32342 solution:
32343 \end_layout
32344
32345 \end_inset
32346 </cell>
32347 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32348 \begin_inset Text
32349
32350 \begin_layout Plain Layout
32351 \begin_inset Formula $x=\textrm{-}2$
32352 \end_inset
32353
32354
32355 \end_layout
32356
32357 \end_inset
32358 </cell>
32359 </row>
32360 </lyxtabular>
32361
32362 \end_inset
32363
32364
32365 \end_layout
32366
32367 \begin_layout Subsection
32368 Comma as decimal Separator
32369 \begin_inset Index
32370 status collapsed
32371
32372 \begin_layout Plain Layout
32373 Comma
32374 \end_layout
32375
32376 \end_inset
32377
32378
32379 \end_layout
32380
32381 \begin_layout Standard
32382 In LaTeX a comma inside a formula is used, according to the English convention,
32383  as number group separator.
32384  So there will be space added behind all commas in formulas.
32385 \end_layout
32386
32387 \begin_layout Standard
32388 To avoid this, the comma is highlighted and changed to mathematical text
32389  (shortcut 
32390 \begin_inset Info
32391 type  "shortcut"
32392 arg   "math-mode"
32393 \end_inset
32394
32395 ).
32396 \end_layout
32397
32398 \begin_layout Standard
32399 To use all formula commas in the document as decimal separator, the file
32400  
32401 \series bold
32402 icomma.sty
32403 \series default
32404
32405 \begin_inset Foot
32406 status collapsed
32407
32408 \begin_layout Plain Layout
32409
32410 \series bold
32411 icomma
32412 \series default
32413  is part of the LaTeX-package 
32414 \series bold
32415 was
32416 \series default
32417
32418 \begin_inset Index
32419 status collapsed
32420
32421 \begin_layout Plain Layout
32422 Packages ! was
32423 \begin_inset ERT
32424 status collapsed
32425
32426 \begin_layout Plain Layout
32427
32428
32429 \backslash
32430 vspace{4mm}
32431 \end_layout
32432
32433 \end_inset
32434
32435
32436 \end_layout
32437
32438 \end_inset
32439
32440 .
32441 \end_layout
32442
32443 \end_inset
32444
32445
32446 \begin_inset Index
32447 status collapsed
32448
32449 \begin_layout Plain Layout
32450 Packages ! icomma
32451 \end_layout
32452
32453 \end_inset
32454
32455  is loaded with the LaTeX-preamble line
32456 \end_layout
32457
32458 \begin_layout Standard
32459
32460 \series bold
32461
32462 \backslash
32463 usepackage{icomma}
32464 \end_layout
32465
32466 \begin_layout Subsection
32467 Physical Vectors
32468 \begin_inset CommandInset label
32469 LatexCommand label
32470 name "sub:Physical-Vectors"
32471
32472 \end_inset
32473
32474
32475 \begin_inset Index
32476 status collapsed
32477
32478 \begin_layout Plain Layout
32479 Vectors ! physical
32480 \end_layout
32481
32482 \end_inset
32483
32484
32485 \end_layout
32486
32487 \begin_layout Standard
32488 Predefined vectors are offered by the LaTeX-package 
32489 \series bold
32490 braket
32491 \series default
32492
32493 \begin_inset Foot
32494 status collapsed
32495
32496 \begin_layout Plain Layout
32497
32498 \series bold
32499 braket
32500 \series default
32501  should be part of every LaTeX standard installation.
32502 \end_layout
32503
32504 \end_inset
32505
32506
32507 \begin_inset Index
32508 status collapsed
32509
32510 \begin_layout Plain Layout
32511 Packages ! braket
32512 \end_layout
32513
32514 \end_inset
32515
32516  that is loaded with the LaTeX-preamble line
32517 \end_layout
32518
32519 \begin_layout Standard
32520
32521 \series bold
32522
32523 \backslash
32524 usepackage{braket}
32525 \end_layout
32526
32527 \begin_layout Standard
32528 \begin_inset ERT
32529 status collapsed
32530
32531 \begin_layout Plain Layout
32532
32533
32534 \backslash
32535 ifbraket 
32536 \end_layout
32537
32538 \end_inset
32539
32540
32541 \begin_inset Note Note
32542 status open
32543
32544 \begin_layout Plain Layout
32545 The following table will only be displayed when the LaTeX-package 
32546 \series bold
32547 braket
32548 \series default
32549  is installed.
32550 \end_layout
32551
32552 \end_inset
32553
32554 The following commands are defined:
32555 \end_layout
32556
32557 \begin_layout Standard
32558 \align center
32559 \begin_inset Tabular
32560 <lyxtabular version="3" rows="4" columns="2">
32561 <features>
32562 <column alignment="center" valignment="top" width="0">
32563 <column alignment="center" valignment="top" width="0">
32564 <row>
32565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32566 \begin_inset Text
32567
32568 \begin_layout Plain Layout
32569 Command
32570 \end_layout
32571
32572 \end_inset
32573 </cell>
32574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32575 \begin_inset Text
32576
32577 \begin_layout Plain Layout
32578 Result
32579 \end_layout
32580
32581 \end_inset
32582 </cell>
32583 </row>
32584 <row>
32585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32586 \begin_inset Text
32587
32588 \begin_layout Plain Layout
32589
32590 \backslash
32591 Bra{
32592 \backslash
32593 psi
32594 \end_layout
32595
32596 \end_inset
32597 </cell>
32598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32599 \begin_inset Text
32600
32601 \begin_layout Plain Layout
32602 \begin_inset Formula $\Bra{\psi}$
32603 \end_inset
32604
32605
32606 \end_layout
32607
32608 \end_inset
32609 </cell>
32610 </row>
32611 <row>
32612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32613 \begin_inset Text
32614
32615 \begin_layout Plain Layout
32616
32617 \backslash
32618 Ket{
32619 \backslash
32620 psi
32621 \end_layout
32622
32623 \end_inset
32624 </cell>
32625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32626 \begin_inset Text
32627
32628 \begin_layout Plain Layout
32629 \begin_inset Formula $\Ket{\psi}$
32630 \end_inset
32631
32632
32633 \end_layout
32634
32635 \end_inset
32636 </cell>
32637 </row>
32638 <row>
32639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32640 \begin_inset Text
32641
32642 \begin_layout Plain Layout
32643
32644 \backslash
32645 Braket{
32646 \backslash
32647 psi|
32648 \backslash
32649 phi
32650 \end_layout
32651
32652 \end_inset
32653 </cell>
32654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32655 \begin_inset Text
32656
32657 \begin_layout Plain Layout
32658 \begin_inset Formula $\Braket{\psi|\phi}$
32659 \end_inset
32660
32661
32662 \end_layout
32663
32664 \end_inset
32665 </cell>
32666 </row>
32667 </lyxtabular>
32668
32669 \end_inset
32670
32671
32672 \end_layout
32673
32674 \begin_layout Standard
32675 The command 
32676 \series bold
32677
32678 \backslash
32679 Braket
32680 \series default
32681  assures that all vertical bars are set in the size of the surrounding brackets:
32682 \begin_inset Formula \[
32683 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32684
32685 \end_inset
32686
32687
32688 \begin_inset ERT
32689 status collapsed
32690
32691 \begin_layout Plain Layout
32692
32693
32694 \backslash
32695 else 
32696 \end_layout
32697
32698 \end_inset
32699
32700
32701 \begin_inset Note Note
32702 status open
32703
32704 \begin_layout Plain Layout
32705 The following will be displayed when the LaTeX-package 
32706 \series bold
32707 braket
32708 \series default
32709  is not installed:
32710 \end_layout
32711
32712 \end_inset
32713
32714
32715 \end_layout
32716
32717 \begin_layout Standard
32718 You need to install the LaTeX-package 
32719 \series bold
32720 braket
32721 \series default
32722  to see the rest of this subsection in the output.
32723 \end_layout
32724
32725 \begin_layout Standard
32726 \begin_inset ERT
32727 status collapsed
32728
32729 \begin_layout Plain Layout
32730
32731
32732 \backslash
32733 fi 
32734 \end_layout
32735
32736 \end_inset
32737
32738
32739 \end_layout
32740
32741 \begin_layout Standard
32742 The effect of 
32743 \series bold
32744
32745 \backslash
32746 Braket
32747 \series default
32748  can also be achieved using the command 
32749 \series bold
32750
32751 \backslash
32752 middle
32753 \series default
32754 , that is described in 
32755 \begin_inset CommandInset ref
32756 LatexCommand ref
32757 reference "sub:Automatic-Bracket-Size"
32758
32759 \end_inset
32760
32761 .
32762 \end_layout
32763
32764 \begin_layout Subsection
32765 Self-defined Fractions
32766 \begin_inset CommandInset label
32767 LatexCommand label
32768 name "sub:Self-defined-Fractions"
32769
32770 \end_inset
32771
32772
32773 \begin_inset Index
32774 status collapsed
32775
32776 \begin_layout Plain Layout
32777 Fractions ! self-defined
32778 \end_layout
32779
32780 \end_inset
32781
32782
32783 \end_layout
32784
32785 \begin_layout Standard
32786 To define custom commands for fractions, the command 
32787 \series bold
32788
32789 \backslash
32790 genfrac
32791 \series default
32792
32793 \begin_inset Index
32794 status collapsed
32795
32796 \begin_layout Plain Layout
32797 Commands ! G ! 
32798 \backslash
32799 genfrac
32800 \end_layout
32801
32802 \end_inset
32803
32804  is used in the following scheme:
32805 \end_layout
32806
32807 \begin_layout Standard
32808
32809 \series bold
32810
32811 \backslash
32812 genfrac{left
32813 \series default
32814  
32815 \series bold
32816 bracket}{right
32817 \series default
32818  
32819 \series bold
32820 bracket}{fraction bar thickness}{style}
32821 \begin_inset Newline newline
32822 \end_inset
32823
32824
32825 \begin_inset ERT
32826 status collapsed
32827
32828 \begin_layout Plain Layout
32829
32830
32831 \backslash
32832 phantom{
32833 \end_layout
32834
32835 \end_inset
32836
32837
32838 \backslash
32839 genfrac
32840 \begin_inset ERT
32841 status collapsed
32842
32843 \begin_layout Plain Layout
32844
32845 }
32846 \end_layout
32847
32848 \end_inset
32849
32850 {numerator}{denominator}
32851 \end_layout
32852
32853 \begin_layout Standard
32854 The style is a number in the range of 0
32855 \begin_inset space \thinspace{}
32856 \end_inset
32857
32858 -
32859 \begin_inset space \thinspace{}
32860 \end_inset
32861
32862 3.
32863 \end_layout
32864
32865 \begin_layout Standard
32866 \align center
32867 \begin_inset Tabular
32868 <lyxtabular version="3" rows="5" columns="2">
32869 <features>
32870 <column alignment="center" valignment="top" width="0">
32871 <column alignment="center" valignment="top" width="0">
32872 <row>
32873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32874 \begin_inset Text
32875
32876 \begin_layout Plain Layout
32877 Number
32878 \end_layout
32879
32880 \end_inset
32881 </cell>
32882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32883 \begin_inset Text
32884
32885 \begin_layout Plain Layout
32886 Style (Size)
32887 \end_layout
32888
32889 \end_inset
32890 </cell>
32891 </row>
32892 <row>
32893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32894 \begin_inset Text
32895
32896 \begin_layout Plain Layout
32897 0
32898 \end_layout
32899
32900 \end_inset
32901 </cell>
32902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32903 \begin_inset Text
32904
32905 \begin_layout Plain Layout
32906 display style formula
32907 \end_layout
32908
32909 \end_inset
32910 </cell>
32911 </row>
32912 <row>
32913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32914 \begin_inset Text
32915
32916 \begin_layout Plain Layout
32917 1
32918 \end_layout
32919
32920 \end_inset
32921 </cell>
32922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32923 \begin_inset Text
32924
32925 \begin_layout Plain Layout
32926 inline formula
32927 \end_layout
32928
32929 \end_inset
32930 </cell>
32931 </row>
32932 <row>
32933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32934 \begin_inset Text
32935
32936 \begin_layout Plain Layout
32937 2
32938 \end_layout
32939
32940 \end_inset
32941 </cell>
32942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32943 \begin_inset Text
32944
32945 \begin_layout Plain Layout
32946 small
32947 \end_layout
32948
32949 \end_inset
32950 </cell>
32951 </row>
32952 <row>
32953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32954 \begin_inset Text
32955
32956 \begin_layout Plain Layout
32957 3
32958 \end_layout
32959
32960 \end_inset
32961 </cell>
32962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32963 \begin_inset Text
32964
32965 \begin_layout Plain Layout
32966 tiny
32967 \end_layout
32968
32969 \end_inset
32970 </cell>
32971 </row>
32972 </lyxtabular>
32973
32974 \end_inset
32975
32976
32977 \end_layout
32978
32979 \begin_layout Standard
32980 When no style is given, the size is adjusted to the surrounding environment
32981  like for the command 
32982 \series bold
32983
32984 \backslash
32985 frac
32986 \series default
32987 .
32988 \end_layout
32989
32990 \begin_layout Standard
32991 When no fraction bar thickness is given, the predefined value of 0.4
32992 \begin_inset space \thinspace{}
32993 \end_inset
32994
32995 pt will be used.
32996 \end_layout
32997
32998 \begin_layout Standard
32999 \begin_inset VSpace medskip
33000 \end_inset
33001
33002 For example, the commands 
33003 \series bold
33004
33005 \backslash
33006 dfrac
33007 \series default
33008  and 
33009 \series bold
33010
33011 \backslash
33012 tbinom
33013 \series default
33014  from 
33015 \begin_inset CommandInset ref
33016 LatexCommand ref
33017 reference "sub:Fractions"
33018
33019 \end_inset
33020
33021  are defined with the commands
33022 \end_layout
33023
33024 \begin_layout Standard
33025
33026 \series bold
33027
33028 \backslash
33029 newcommand{
33030 \backslash
33031 dfrac}[2]{
33032 \backslash
33033 genfrac{}{}{}{0}{#1}{#2}}
33034 \end_layout
33035
33036 \begin_layout Standard
33037 and
33038 \end_layout
33039
33040 \begin_layout Standard
33041
33042 \series bold
33043
33044 \backslash
33045 newcommand{
33046 \backslash
33047 tbinom}[2]{
33048 \backslash
33049 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33050 \end_layout
33051
33052 \begin_layout Standard
33053 \begin_inset VSpace medskip
33054 \end_inset
33055
33056 To define a fraction where the fraction bar thickness can be given as optional
33057  argument, the following line is inserted to the LaTeX-preamble:
33058 \end_layout
33059
33060 \begin_layout Standard
33061
33062 \series bold
33063
33064 \backslash
33065 newcommand{
33066 \backslash
33067 fracS}[3][]{
33068 \backslash
33069 genfrac{}{}{#1}{}{#2}{#3}}
33070 \end_layout
33071
33072 \begin_layout Standard
33073 A test:
33074 \begin_inset Formula \begin{align*}
33075 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33076 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
33077
33078 \end_inset
33079
33080 As one can see, the distance of the numerator and the denominator to the
33081  fraction bar is round about three times the bar thickness.
33082 \end_layout
33083
33084 \begin_layout Subsection
33085 Canceled Formulas
33086 \begin_inset Index
33087 status collapsed
33088
33089 \begin_layout Plain Layout
33090 Formula ! canceled
33091 \end_layout
33092
33093 \end_inset
33094
33095
33096 \end_layout
33097
33098 \begin_layout Standard
33099 To cancel formulas or formula parts, the LaTeX-package 
33100 \series bold
33101 cancel
33102 \series default
33103
33104 \begin_inset Foot
33105 status collapsed
33106
33107 \begin_layout Plain Layout
33108
33109 \series bold
33110 cancel
33111 \series default
33112  is part of every LaTeX standard installation.
33113 \end_layout
33114
33115 \end_inset
33116
33117
33118 \begin_inset Index
33119 status collapsed
33120
33121 \begin_layout Plain Layout
33122 Packages ! cancel
33123 \end_layout
33124
33125 \end_inset
33126
33127  has to be loaded with the LaTeX-preamble line
33128 \end_layout
33129
33130 \begin_layout Standard
33131
33132 \series bold
33133
33134 \backslash
33135 usepackage[samesize]{cancel}
33136 \end_layout
33137
33138 \begin_layout Standard
33139 There are four ways to cancel formulas:
33140 \end_layout
33141
33142 \begin_layout Standard
33143 \align center
33144 \begin_inset Tabular
33145 <lyxtabular version="3" rows="5" columns="2">
33146 <features>
33147 <column alignment="center" valignment="top" width="0">
33148 <column alignment="center" valignment="top" width="0">
33149 <row>
33150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33151 \begin_inset Text
33152
33153 \begin_layout Plain Layout
33154 Command
33155 \end_layout
33156
33157 \end_inset
33158 </cell>
33159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33160 \begin_inset Text
33161
33162 \begin_layout Plain Layout
33163 Result
33164 \begin_inset Note Note
33165 status collapsed
33166
33167 \begin_layout Plain Layout
33168
33169 \series bold
33170
33171 \backslash
33172 hspace
33173 \series default
33174  and
33175 \series bold
33176  
33177 \backslash
33178 raisebox
33179 \series default
33180  are used here as spacer.
33181 \end_layout
33182
33183 \end_inset
33184
33185
33186 \end_layout
33187
33188 \end_inset
33189 </cell>
33190 </row>
33191 <row>
33192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33193 \begin_inset Text
33194
33195 \begin_layout Plain Layout
33196
33197 \backslash
33198 cancel{
33199 \backslash
33200 int
33201 \begin_inset ERT
33202 status collapsed
33203
33204 \begin_layout Plain Layout
33205
33206
33207 \backslash
33208 spce 
33209 \end_layout
33210
33211 \end_inset
33212
33213 A=B
33214 \end_layout
33215
33216 \end_inset
33217 </cell>
33218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33219 \begin_inset Text
33220
33221 \begin_layout Plain Layout
33222 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33223 \end_inset
33224
33225
33226 \end_layout
33227
33228 \end_inset
33229 </cell>
33230 </row>
33231 <row>
33232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33233 \begin_inset Text
33234
33235 \begin_layout Plain Layout
33236
33237 \backslash
33238 bcancel{
33239 \backslash
33240 int
33241 \begin_inset ERT
33242 status collapsed
33243
33244 \begin_layout Plain Layout
33245
33246
33247 \backslash
33248 spce 
33249 \end_layout
33250
33251 \end_inset
33252
33253 A=B
33254 \end_layout
33255
33256 \end_inset
33257 </cell>
33258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33259 \begin_inset Text
33260
33261 \begin_layout Plain Layout
33262 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33263 \end_inset
33264
33265
33266 \end_layout
33267
33268 \end_inset
33269 </cell>
33270 </row>
33271 <row>
33272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33273 \begin_inset Text
33274
33275 \begin_layout Plain Layout
33276
33277 \backslash
33278 xcancel{
33279 \backslash
33280 int
33281 \begin_inset ERT
33282 status collapsed
33283
33284 \begin_layout Plain Layout
33285
33286
33287 \backslash
33288 spce 
33289 \end_layout
33290
33291 \end_inset
33292
33293 A=B
33294 \end_layout
33295
33296 \end_inset
33297 </cell>
33298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33299 \begin_inset Text
33300
33301 \begin_layout Plain Layout
33302 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33303 \end_inset
33304
33305
33306 \end_layout
33307
33308 \end_inset
33309 </cell>
33310 </row>
33311 <row>
33312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33313 \begin_inset Text
33314
33315 \begin_layout Plain Layout
33316
33317 \backslash
33318 cancelto{1
33319 \begin_inset Formula $\to$
33320 \end_inset
33321
33322
33323 \backslash
33324 {
33325 \backslash
33326 int
33327 \begin_inset ERT
33328 status collapsed
33329
33330 \begin_layout Plain Layout
33331
33332
33333 \backslash
33334 spce 
33335 \end_layout
33336
33337 \end_inset
33338
33339 A=B
33340 \end_layout
33341
33342 \end_inset
33343 </cell>
33344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33345 \begin_inset Text
33346
33347 \begin_layout Plain Layout
33348 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33349 \end_inset
33350
33351
33352 \end_layout
33353
33354 \end_inset
33355 </cell>
33356 </row>
33357 </lyxtabular>
33358
33359 \end_inset
33360
33361
33362 \end_layout
33363
33364 \begin_layout Standard
33365
33366 \series bold
33367
33368 \backslash
33369 cancelto
33370 \series default
33371  is especially suitable to visualize the reduction of fractions within formulas:
33372 \begin_inset Formula \[
33373 \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}}}\]
33374
33375 \end_inset
33376
33377
33378 \end_layout
33379
33380 \begin_layout Subsection
33381 Formulas in Section Headings
33382 \begin_inset CommandInset label
33383 LatexCommand label
33384 name "sub:Formulas-in-Section"
33385
33386 \end_inset
33387
33388
33389 \begin_inset Index
33390 status collapsed
33391
33392 \begin_layout Plain Layout
33393 Formula ! in section headings
33394 \end_layout
33395
33396 \end_inset
33397
33398
33399 \end_layout
33400
33401 \begin_layout Standard
33402 When formulas are used in section headings, the following has to be taken
33403  into account:
33404 \end_layout
33405
33406 \begin_layout Standard
33407 \begin_inset Note Greyedout
33408 status open
33409
33410 \begin_layout Plain Layout
33411 When 
33412 \series bold
33413 hyperref
33414 \series default
33415
33416 \begin_inset Index
33417 status collapsed
33418
33419 \begin_layout Plain Layout
33420 Packages ! hyperref
33421 \end_layout
33422
33423 \end_inset
33424
33425  support is enabled in the document settings dialog under 
33426 \family sans
33427 PDF
33428 \begin_inset space ~
33429 \end_inset
33430
33431 Properties
33432 \family default
33433 , PDF-bookmarks are created for every section heading in the table of contents.
33434  If a section heading contains formulas, they are incorrectly displayed
33435  in the bookmark text, because formulas in bookmarks infringe the PDF convention
33436 s.
33437 \end_layout
33438
33439 \end_inset
33440
33441
33442 \end_layout
33443
33444 \begin_layout Standard
33445 Both problems can be solved by inserting at the end of the section heading
33446  a short title with the menu 
33447 \family sans
33448 Insert\SpecialChar \menuseparator
33449 Short
33450 \begin_inset space ~
33451 \end_inset
33452
33453 Title
33454 \family default
33455 .
33456  Short titles are used as alternative for multiline section headings to
33457  keep the table of contents clearly arranged.
33458  Only the short title appears in the table of contents and therefore also
33459  in the PDF-bookmark.
33460 \end_layout
33461
33462 \begin_layout Standard
33463 When formulas should be used in the table of contents but 
33464 \series bold
33465 hyperref
33466 \series default
33467  is used, one can use the following command in TeX-mode:
33468 \end_layout
33469
33470 \begin_layout Standard
33471
33472 \series bold
33473
33474 \backslash
33475 texorpdfstring{part}{alternative}
33476 \begin_inset Index
33477 status collapsed
33478
33479 \begin_layout Plain Layout
33480 Commands ! T ! 
33481 \backslash
33482 texorpdfstring
33483 \end_layout
33484
33485 \end_inset
33486
33487
33488 \end_layout
33489
33490 \begin_layout Standard
33491 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
33492  This can be characters, formulas, footnotes, but also cross-references.
33493  The alternative is used instead of the part for the bookmark.
33494 \end_layout
33495
33496 \begin_layout Standard
33497 Here are two example headings:
33498 \begin_inset VSpace -3mm
33499 \end_inset
33500
33501
33502 \begin_inset ERT
33503 status collapsed
33504
33505 \begin_layout Plain Layout
33506
33507
33508 \backslash
33509 boldmath 
33510 \end_layout
33511
33512 \end_inset
33513
33514
33515 \end_layout
33516
33517 \begin_layout Subsubsection
33518 Heading without formula in table of contents 
33519 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33520 \end_inset
33521
33522
33523 \begin_inset OptArg
33524 status collapsed
33525
33526 \begin_layout Plain Layout
33527 Heading without formula in table of contents
33528 \end_layout
33529
33530 \end_inset
33531
33532
33533 \end_layout
33534
33535 \begin_layout Subsubsection
33536 Heading with formula in table of contents
33537 \begin_inset ERT
33538 status collapsed
33539
33540 \begin_layout Plain Layout
33541
33542
33543 \backslash
33544 texorpdfstring{
33545 \end_layout
33546
33547 \end_inset
33548
33549  
33550 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33551 \end_inset
33552
33553
33554 \begin_inset ERT
33555 status collapsed
33556
33557 \begin_layout Plain Layout
33558
33559 }{}
33560 \end_layout
33561
33562 \end_inset
33563
33564
33565 \end_layout
33566
33567 \begin_layout Standard
33568 \begin_inset ERT
33569 status collapsed
33570
33571 \begin_layout Plain Layout
33572
33573
33574 \backslash
33575 unboldmath 
33576 \end_layout
33577
33578 \end_inset
33579
33580 In the first heading a short title was used, in the second one 
33581 \series bold
33582
33583 \backslash
33584 texorpdfstring
33585 \series default
33586 .
33587 \end_layout
33588
33589 \begin_layout Standard
33590 To get the same formatting as for the other headings, the complete heading
33591  was set into a 
33592 \series bold
33593 boldmath
33594 \series default
33595  environment
33596 \begin_inset Foot
33597 status collapsed
33598
33599 \begin_layout Plain Layout
33600 see 
33601 \begin_inset CommandInset ref
33602 LatexCommand ref
33603 reference "sub:Bold-Formulas"
33604
33605 \end_inset
33606
33607
33608 \end_layout
33609
33610 \end_inset
33611
33612 .
33613 \end_layout
33614
33615 \begin_layout Subsection
33616 Formulas in multi-column Text
33617 \begin_inset Index
33618 status collapsed
33619
33620 \begin_layout Plain Layout
33621 Formula ! in multi-column text
33622 \end_layout
33623
33624 \end_inset
33625
33626
33627 \end_layout
33628
33629 \begin_layout Standard
33630 Formulas in multi-column text are often too wide to fit into a column and
33631  thus need to be set over the whole page width.
33632  This is done by using the LaTeX-package 
33633 \series bold
33634 multicol
33635 \series default
33636
33637 \begin_inset Foot
33638 status collapsed
33639
33640 \begin_layout Plain Layout
33641
33642 \series bold
33643 multicol
33644 \series default
33645  is part of every LaTeX standard installation.
33646 \end_layout
33647
33648 \end_inset
33649
33650
33651 \begin_inset Index
33652 status collapsed
33653
33654 \begin_layout Plain Layout
33655 Packages ! multicol
33656 \end_layout
33657
33658 \end_inset
33659
33660 , that is loaded with the LaTeX-preamble line
33661 \end_layout
33662
33663 \begin_layout Standard
33664
33665 \series bold
33666
33667 \backslash
33668 usepackage{multicol}
33669 \end_layout
33670
33671 \begin_layout Standard
33672 \begin_inset Note Greyedout
33673 status open
33674
33675 \begin_layout Plain Layout
33676 Note herby that the setting 
33677 \family sans
33678 Two-column
33679 \begin_inset space ~
33680 \end_inset
33681
33682 document
33683 \family default
33684  in the menu 
33685 \family sans
33686 Document\SpecialChar \menuseparator
33687 Settings
33688 \family default
33689  under 
33690 \family sans
33691 Text
33692 \begin_inset space ~
33693 \end_inset
33694
33695 Layout
33696 \family default
33697 \emph on
33698  
33699 \emph default
33700 must 
33701 \emph on
33702 not
33703 \emph default
33704  be selected.
33705 \end_layout
33706
33707 \end_inset
33708
33709
33710 \end_layout
33711
33712 \begin_layout Standard
33713 Before the multi-column text the command
33714 \end_layout
33715
33716 \begin_layout Standard
33717
33718 \series bold
33719
33720 \backslash
33721 begin{multicols}{column number}
33722 \end_layout
33723
33724 \begin_layout Standard
33725 is written in TeX-mode.
33726  The column number is a number in the range of 2
33727 \begin_inset space \thinspace{}
33728 \end_inset
33729
33730 -
33731 \begin_inset space \thinspace{}
33732 \end_inset
33733
33734 10.
33735  Before the formula the multi-column text is ended by inserting the command
33736 \end_layout
33737
33738 \begin_layout Standard
33739
33740 \series bold
33741
33742 \backslash
33743 end{multicols}
33744 \end_layout
33745
33746 \begin_layout Standard
33747 in TeX-mode.
33748 \end_layout
33749
33750 \begin_layout Standard
33751 Due to the command some space is automatically added before the formula.
33752  To revert this, -6
33753 \begin_inset space \thinspace{}
33754 \end_inset
33755
33756 mm vertical space is inserted before the formula.
33757  When the formula style 
33758 \series bold
33759 Indented
33760 \begin_inset Foot
33761 status collapsed
33762
33763 \begin_layout Plain Layout
33764 formula styles see 
33765 \begin_inset CommandInset ref
33766 LatexCommand ref
33767 reference "sec:Formula-Styles"
33768
33769 \end_inset
33770
33771
33772 \end_layout
33773
33774 \end_inset
33775
33776
33777 \series default
33778  is used, -9
33779 \begin_inset space \thinspace{}
33780 \end_inset
33781
33782 mm space is inserted instead.
33783 \end_layout
33784
33785 \begin_layout Standard
33786 As example a multi-column text with a displayed formula:
33787 \end_layout
33788
33789 \begin_layout Standard
33790 \begin_inset ERT
33791 status collapsed
33792
33793 \begin_layout Plain Layout
33794
33795
33796 \backslash
33797 begin{multicols}{2}
33798 \end_layout
33799
33800 \end_inset
33801
33802 Das Spektrum wird fouriertransformiert.
33803  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
33804 , Lösungsmittel) zu trennen.
33805  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
33806  nun das Aussehen des Ausgangssignals.
33807  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
33808  über alle Phasen integrieren muss.
33809  Sei nun 
33810 \begin_inset Formula $S$
33811 \end_inset
33812
33813  unser normiertes Ausgangssignal and 
33814 \begin_inset Formula $P$
33815 \end_inset
33816
33817  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
33818 \begin_inset ERT
33819 status collapsed
33820
33821 \begin_layout Plain Layout
33822
33823
33824 \backslash
33825 end{multicols}
33826 \end_layout
33827
33828 \end_inset
33829
33830
33831 \begin_inset VSpace -6mm
33832 \end_inset
33833
33834
33835 \begin_inset Formula \begin{equation}
33836 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33837
33838 \end_inset
33839
33840
33841 \begin_inset ERT
33842 status collapsed
33843
33844 \begin_layout Plain Layout
33845
33846
33847 \backslash
33848 begin{multicols}{2}
33849 \end_layout
33850
33851 \end_inset
33852
33853 wobei 
33854 \begin_inset Formula $S_{0}$
33855 \end_inset
33856
33857  das Signal ohne Gradient ist and the Normierungsbedingung 
33858 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33859 \end_inset
33860
33861  gilt.
33862  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
33863  Direkt nach the 
33864 \begin_inset Formula $\nicefrac{\pi}{2}$
33865 \end_inset
33866
33867
33868 \begin_inset space \thinspace{}
33869 \end_inset
33870
33871 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
33872  das Signal zusätzlich abschwächt.
33873  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
33874  
33875 \begin_inset Formula $T_{2}$
33876 \end_inset
33877
33878 -Zeit.
33879 \end_layout
33880
33881 \begin_layout Standard
33882 \begin_inset ERT
33883 status collapsed
33884
33885 \begin_layout Plain Layout
33886
33887
33888 \backslash
33889 end{multicols}
33890 \end_layout
33891
33892 \end_inset
33893
33894  
33895 \end_layout
33896
33897 \begin_layout Subsection
33898 Formulas with Description of Variables
33899 \begin_inset Index
33900 status collapsed
33901
33902 \begin_layout Plain Layout
33903 Formula ! with description of variables
33904 \end_layout
33905
33906 \end_inset
33907
33908
33909 \end_layout
33910
33911 \begin_layout Standard
33912 To describe variables within a formula, like in formula 
33913 \begin_inset CommandInset ref
33914 LatexCommand eqref
33915 reference "eq:within"
33916
33917 \end_inset
33918
33919 , a 2
33920 \series bold
33921 ×
33922 \series default
33923
33924 \begin_inset Formula $n$
33925 \end_inset
33926
33927
33928 \begin_inset space ~
33929 \end_inset
33930
33931 matrix is used with left aligned columns for the 
33932 \begin_inset Formula $n$
33933 \end_inset
33934
33935  used variables.
33936 \begin_inset Foot
33937 status collapsed
33938
33939 \begin_layout Plain Layout
33940 matrices see 
33941 \begin_inset CommandInset ref
33942 LatexCommand ref
33943 reference "sec:Matrices"
33944
33945 \end_inset
33946
33947
33948 \end_layout
33949
33950 \end_inset
33951
33952  To set the description in a smaller size, before the matrix e.
33953 \begin_inset space \thinspace{}
33954 \end_inset
33955
33956 g.
33957 \begin_inset space \space{}
33958 \end_inset
33959
33960 the command 
33961 \series bold
33962
33963 \backslash
33964 footnotesize
33965 \series default
33966  is inserted.
33967 \begin_inset Foot
33968 status collapsed
33969
33970 \begin_layout Plain Layout
33971 font sizes see 
33972 \begin_inset CommandInset ref
33973 LatexCommand ref
33974 reference "sub:Font-Sizes"
33975
33976 \end_inset
33977
33978
33979 \end_layout
33980
33981 \end_inset
33982
33983
33984 \end_layout
33985
33986 \begin_layout Standard
33987 When the formula style 
33988 \series bold
33989 Indented
33990 \begin_inset Foot
33991 status collapsed
33992
33993 \begin_layout Plain Layout
33994 formula styles see 
33995 \begin_inset CommandInset ref
33996 LatexCommand ref
33997 reference "sec:Formula-Styles"
33998
33999 \end_inset
34000
34001
34002 \end_layout
34003
34004 \end_inset
34005
34006
34007 \series default
34008  is used, a 
34009 \series bold
34010
34011 \backslash
34012 hfill
34013 \series default
34014
34015 \begin_inset Foot
34016 status collapsed
34017
34018 \begin_layout Plain Layout
34019
34020 \series bold
34021
34022 \backslash
34023 hfill
34024 \series default
34025  only works in formulas with the style 
34026 \series bold
34027 Indented
34028 \series default
34029 , see 
34030 \begin_inset CommandInset ref
34031 LatexCommand ref
34032 reference "sub:Variable-Space"
34033
34034 \end_inset
34035
34036 .
34037 \end_layout
34038
34039 \end_inset
34040
34041  is inserted before and after the matrix to have the same separation of
34042  the matrix from the equation and the side margin.
34043 \end_layout
34044
34045 \begin_layout Standard
34046 When the formula style 
34047 \series bold
34048 Centered
34049 \series default
34050  is used, the method described in 
34051 \begin_inset CommandInset ref
34052 LatexCommand ref
34053 reference "sub:Flalign-Environment"
34054
34055 \end_inset
34056
34057  is used to indent formulas.
34058  Formula 
34059 \begin_inset CommandInset ref
34060 LatexCommand eqref
34061 reference "eq:within"
34062
34063 \end_inset
34064
34065  consists of five columns whereas in the first two columns contain the equation,
34066  the third the matrix, and the last one an empty TeX-brace.
34067 \begin_inset Formula \begin{flalign}
34068 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
34069 \rho & \textrm{density}\\
34070 V & \textrm{volume}\\
34071 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
34072
34073 \end_inset
34074
34075
34076 \end_layout
34077
34078 \begin_layout Subsection
34079 Upright small Greek Letters
34080 \begin_inset CommandInset label
34081 LatexCommand label
34082 name "sub:Upright-small-Greek"
34083
34084 \end_inset
34085
34086
34087 \begin_inset Index
34088 status collapsed
34089
34090 \begin_layout Plain Layout
34091 Greek letters ! upright
34092 \end_layout
34093
34094 \end_inset
34095
34096
34097 \end_layout
34098
34099 \begin_layout Standard
34100 Most of the math fonts only provide italic small Greek letters.
34101  But for symbols of elementary particles like pions and neutrinos, upright
34102  Greek letters are needed.
34103  The file 
34104 \series bold
34105 upgreek.sty
34106 \series default
34107
34108 \begin_inset Foot
34109 status collapsed
34110
34111 \begin_layout Plain Layout
34112
34113 \series bold
34114 upgreek
34115 \series default
34116  is part of the LaTeX-package 
34117 \series bold
34118 was
34119 \series default
34120
34121 \begin_inset Index
34122 status collapsed
34123
34124 \begin_layout Plain Layout
34125 Packages ! was
34126 \begin_inset ERT
34127 status collapsed
34128
34129 \begin_layout Plain Layout
34130
34131
34132 \backslash
34133 vspace{4mm}
34134 \end_layout
34135
34136 \end_inset
34137
34138
34139 \end_layout
34140
34141 \end_inset
34142
34143 .
34144 \end_layout
34145
34146 \end_inset
34147
34148
34149 \begin_inset Index
34150 status collapsed
34151
34152 \begin_layout Plain Layout
34153 Packages ! upgreek
34154 \end_layout
34155
34156 \end_inset
34157
34158  that is loaded with the LaTeX-preamble line
34159 \end_layout
34160
34161 \begin_layout Standard
34162
34163 \series bold
34164
34165 \backslash
34166 usepackage{upgreek}
34167 \end_layout
34168
34169 \begin_layout Standard
34170 provides them.
34171  
34172 \begin_inset ERT
34173 status collapsed
34174
34175 \begin_layout Plain Layout
34176
34177
34178 \backslash
34179 ifupgreek 
34180 \end_layout
34181
34182 \end_inset
34183
34184
34185 \begin_inset Note Note
34186 status open
34187
34188 \begin_layout Plain Layout
34189 The following table will only be displayed when the LaTeX-package 
34190 \series bold
34191 upgreek
34192 \series default
34193  is installed.
34194 \end_layout
34195
34196 \end_inset
34197
34198  They are created when the command for a small Greek letters is started
34199  with 
34200 \series bold
34201 up
34202 \series default
34203 .
34204  For example the command 
34205 \series bold
34206
34207 \backslash
34208 uptau
34209 \series default
34210  creates this: 
34211 \begin_inset Formula $\uptau$
34212 \end_inset
34213
34214
34215 \end_layout
34216
34217 \begin_layout Standard
34218 With these commands reactions of elementary particles can be typeset:
34219 \begin_inset Formula \[
34220 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
34221
34222 \end_inset
34223
34224
34225 \end_layout
34226
34227 \begin_layout Standard
34228 The upright letters are more bold and wider than the italic ones.
34229  They should therefore not be used for units like 
34230 \begin_inset Quotes eld
34231 \end_inset
34232
34233 µm
34234 \begin_inset Quotes erd
34235 \end_inset
34236
34237 .
34238 \end_layout
34239
34240 \begin_layout Standard
34241 \begin_inset ERT
34242 status collapsed
34243
34244 \begin_layout Plain Layout
34245
34246
34247 \backslash
34248 else 
34249 \end_layout
34250
34251 \end_inset
34252
34253
34254 \begin_inset Note Note
34255 status open
34256
34257 \begin_layout Plain Layout
34258 The following will be displayed when the LaTeX-package 
34259 \series bold
34260 upgreek
34261 \series default
34262  is not installed:
34263 \end_layout
34264
34265 \end_inset
34266
34267
34268 \end_layout
34269
34270 \begin_layout Standard
34271 You need to install the LaTeX-package 
34272 \series bold
34273 upgreek
34274 \series default
34275  to see the rest of this subsection in the output.
34276 \end_layout
34277
34278 \begin_layout Standard
34279 \begin_inset ERT
34280 status collapsed
34281
34282 \begin_layout Plain Layout
34283
34284
34285 \backslash
34286 fi 
34287 \end_layout
34288
34289 \end_inset
34290
34291
34292 \end_layout
34293
34294 \begin_layout Subsection
34295 Text Characters in Formulas
34296 \begin_inset CommandInset label
34297 LatexCommand label
34298 name "sub:Text-Characters-in"
34299
34300 \end_inset
34301
34302
34303 \begin_inset Index
34304 status collapsed
34305
34306 \begin_layout Plain Layout
34307 Text ! in formulas
34308 \end_layout
34309
34310 \end_inset
34311
34312
34313 \end_layout
34314
34315 \begin_layout Standard
34316 In some cases you might want to insert text characters directly into formulas.
34317  When for example the centered dot · is often used in formulas like 
34318 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34319 \end_inset
34320
34321 , one would have to insert the command 
34322 \series bold
34323
34324 \backslash
34325 cdot
34326 \series default
34327
34328 \begin_inset Foot
34329 status collapsed
34330
34331 \begin_layout Plain Layout
34332 see 
34333 \begin_inset CommandInset ref
34334 LatexCommand ref
34335 reference "sub:Binary-Operators"
34336
34337 \end_inset
34338
34339
34340 \end_layout
34341
34342 \end_inset
34343
34344  all the time, because this character is defined in all encodings as text
34345  character.
34346  But the encoding can be changed by this LaTeX-preamble line:
34347 \end_layout
34348
34349 \begin_layout Standard
34350
34351 \series bold
34352
34353 \backslash
34354 Declare Inputtext{183}{
34355 \backslash
34356 ifmmode
34357 \backslash
34358 cdot
34359 \backslash
34360 else
34361 \backslash
34362 textperiodcentered
34363 \backslash
34364 f\SpecialChar \textcompwordmark{}
34365 i}
34366 \end_layout
34367
34368 \begin_layout Standard
34369 The character encoding (menu 
34370 \family sans
34371 Document\SpecialChar \menuseparator
34372 Settings\SpecialChar \menuseparator
34373 Language
34374 \family default
34375 ) specifies what character appears when a keyboard key is pressed.
34376  When the key for the character '·' is pressed, internally the command 
34377 \series bold
34378
34379 \backslash
34380 textperiodcentered
34381 \series default
34382  is used.
34383  But this command is not available in a formula so that you would get LaTeX-erro
34384 rs.
34385  With the changed encoding the right command is chosen automatically, depending
34386  on if the character was inserted into a formula or not.
34387 \end_layout
34388
34389 \begin_layout Standard
34390 The encoding of several characters is saved in definition files.
34391  Fore example the encoding 
34392 \series bold
34393 latin9
34394 \series default
34395  is defined in the file 
34396 \series bold
34397 latin9.def
34398 \series default
34399  that is in the installation folder of LaTeX.
34400  Encodings should only be changed via the LaTeX-preamble and not in the
34401  definition files.
34402  Otherwise own documents could not be edited by other LyX users working
34403  on other computers.
34404 \end_layout
34405
34406 \begin_layout Standard
34407 \begin_inset VSpace medskip
34408 \end_inset
34409
34410 Besides the centered dot, in this document the degree sign ° is defined
34411  with the following LaTeX-preamble line so that it can directly be inserted
34412  to a formula:
34413 \end_layout
34414
34415 \begin_layout Standard
34416
34417 \series bold
34418
34419 \backslash
34420 DeclareInputtext{176}{
34421 \backslash
34422 ifmmode^
34423 \backslash
34424 circ
34425 \backslash
34426 else
34427 \backslash
34428 textdegree
34429 \backslash
34430 f\SpecialChar \textcompwordmark{}
34431 i}
34432 \end_layout
34433
34434 \begin_layout Standard
34435 \begin_inset Newpage newpage
34436 \end_inset
34437
34438
34439 \end_layout
34440
34441 \begin_layout Section
34442 \start_of_appendix
34443 Typographic Advice
34444 \begin_inset Index
34445 status collapsed
34446
34447 \begin_layout Plain Layout
34448 Typographic advice
34449 \end_layout
34450
34451 \end_inset
34452
34453
34454 \end_layout
34455
34456 \begin_layout Standard
34457 This section is a summary of the most important typographic rules, listed
34458  in ISO norms.
34459 \begin_inset Foot
34460 status collapsed
34461
34462 \begin_layout Plain Layout
34463 This collection was partly taken from the German semi-official dictionary
34464  called 
34465 \begin_inset Quotes eld
34466 \end_inset
34467
34468 Duden
34469 \begin_inset Quotes erd
34470 \end_inset
34471
34472  
34473 \begin_inset CommandInset citation
34474 LatexCommand cite
34475 key "Duden"
34476
34477 \end_inset
34478
34479  that lists some of the ISO rules.
34480 \end_layout
34481
34482 \end_inset
34483
34484
34485 \end_layout
34486
34487 \begin_layout Itemize
34488 Physical units are 
34489 \emph on
34490 always
34491 \emph default
34492  set upright
34493 \begin_inset Foot
34494 status collapsed
34495
34496 \begin_layout Plain Layout
34497 done with font styles, see 
34498 \begin_inset CommandInset ref
34499 LatexCommand ref
34500 reference "sub:Font-Styles"
34501
34502 \end_inset
34503
34504
34505 \end_layout
34506
34507 \end_inset
34508
34509 : 30
34510 \begin_inset space \thinspace{}
34511 \end_inset
34512
34513 km/h
34514 \begin_inset Newline newline
34515 \end_inset
34516
34517 Between the value and the unit is the smallest space, see 
34518 \begin_inset CommandInset ref
34519 LatexCommand ref
34520 reference "sub:Predefined-Space"
34521
34522 \end_inset
34523
34524 .
34525 \begin_inset Newline newline
34526 \end_inset
34527
34528 This convention is automatically fulfilled when the command 
34529 \series bold
34530
34531 \backslash
34532 unittwo
34533 \series default
34534  is used.
34535  When it is entered to a formula, two boxes appear.
34536  In the first one the value is inserted, in the second one the unit, and
34537  one gets as above: 
34538 \begin_inset Formula $\unit[30]{km/h}$
34539 \end_inset
34540
34541
34542 \begin_inset space \thinspace{}
34543 \end_inset
34544
34545 .
34546  Note that 
34547 \series bold
34548
34549 \backslash
34550 unittwo
34551 \series default
34552  is not a real LaTeX command but the command 
34553 \series bold
34554
34555 \backslash
34556 unit[value]{unit}
34557 \series default
34558 , therefore you cannot use it in TeX code.
34559 \end_layout
34560
34561 \begin_layout Itemize
34562 Percent and perthousand signs are set like physical units:
34563 \begin_inset Newline newline
34564 \end_inset
34565
34566 1,2
34567 \begin_inset space \thinspace{}
34568 \end_inset
34569
34570 ‰ alcohol in blood
34571 \end_layout
34572
34573 \begin_layout Itemize
34574 The degree sign follows directly on the value: 15°, but not when it is used
34575  in units: 15
34576 \begin_inset space \thinspace{}
34577 \end_inset
34578
34579 °C
34580 \end_layout
34581
34582 \begin_layout Itemize
34583 In numbers with more than four digits the smallest space is inserted before
34584  every third digit to group them: 
34585 \family roman
34586 \series medium
34587 \shape up
34588 \size normal
34589 \emph off
34590 \bar no
34591 \noun off
34592 \color none
34593 18
34594 \begin_inset space \thinspace{}
34595 \end_inset
34596
34597 473
34598 \begin_inset space \thinspace{}
34599 \end_inset
34600
34601 588
34602 \end_layout
34603
34604 \begin_layout Itemize
34605 For dimensions like 120×90×40
34606 \begin_inset space \thinspace{}
34607 \end_inset
34608
34609 cm the multiplication sign 
34610 \begin_inset Quotes eld
34611 \end_inset
34612
34613 ×
34614 \begin_inset Quotes erd
34615 \end_inset
34616
34617  is used.
34618  It is available via the menu 
34619 \family sans
34620 Insert\SpecialChar \menuseparator
34621 Special Character\SpecialChar \menuseparator
34622 Symbols
34623 \family default
34624 .
34625  With some keyboard definitions it can also be inserted directly.
34626 \end_layout
34627
34628 \begin_layout Itemize
34629 Functions with names consisting of several letters are set upright to avoid
34630  confusions, see 
34631 \begin_inset CommandInset ref
34632 LatexCommand ref
34633 reference "sub:Predefined-Functions"
34634
34635 \end_inset
34636
34637 .
34638 \end_layout
34639
34640 \begin_layout Itemize
34641 Indices consisting of several letters, are set upright: 
34642 \begin_inset Formula $E_{\mathrm{kin}}$
34643 \end_inset
34644
34645
34646 \begin_inset Newline newline
34647 \end_inset
34648
34649 Components of matrices are set italic: 
34650 \begin_inset Formula $\hat{H}_{kl}$
34651 \end_inset
34652
34653
34654 \end_layout
34655
34656 \begin_layout Itemize
34657 The differentiation/integration operator 'd', the Euler's number 'e', and
34658  the imaginary unit 'i' should be set upright, to avoid mixing them up with
34659  other variables.
34660 \end_layout
34661
34662 \begin_layout Standard
34663 \begin_inset Newpage newpage
34664 \end_inset
34665
34666
34667 \end_layout
34668
34669 \begin_layout Section
34670 Synonyms
34671 \begin_inset Index
34672 status collapsed
34673
34674 \begin_layout Plain Layout
34675 Synonyms
34676 \end_layout
34677
34678 \end_inset
34679
34680
34681 \end_layout
34682
34683 \begin_layout Standard
34684 Some characters and symbols can be created with several commands.
34685  Here is a list of the synonym commands:
34686 \end_layout
34687
34688 \begin_layout Standard
34689 \begin_inset VSpace bigskip
34690 \end_inset
34691
34692
34693 \begin_inset space \hfill{}
34694 \end_inset
34695
34696
34697 \begin_inset Tabular
34698 <lyxtabular version="3" rows="12" columns="2">
34699 <features>
34700 <column alignment="center" valignment="top" width="0pt">
34701 <column alignment="center" valignment="top" width="0pt">
34702 <row>
34703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34704 \begin_inset Text
34705
34706 \begin_layout Plain Layout
34707 Command
34708 \end_layout
34709
34710 \end_inset
34711 </cell>
34712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34713 \begin_inset Text
34714
34715 \begin_layout Plain Layout
34716 equivalent to
34717 \begin_inset Note Note
34718 status collapsed
34719
34720 \begin_layout Plain Layout
34721
34722 \series bold
34723
34724 \backslash
34725 raisebox
34726 \series default
34727  is only used as spacer.
34728 \end_layout
34729
34730 \end_inset
34731
34732
34733 \end_layout
34734
34735 \end_inset
34736 </cell>
34737 </row>
34738 <row>
34739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34740 \begin_inset Text
34741
34742 \begin_layout Plain Layout
34743
34744 \backslash
34745 ast
34746 \end_layout
34747
34748 \end_inset
34749 </cell>
34750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34751 \begin_inset Text
34752
34753 \begin_layout Plain Layout
34754 \begin_inset ERT
34755 status collapsed
34756
34757 \begin_layout Plain Layout
34758
34759
34760 \backslash
34761 raisebox{-1.2mm}{
34762 \end_layout
34763
34764 \end_inset
34765
34766 *
34767 \begin_inset ERT
34768 status collapsed
34769
34770 \begin_layout Plain Layout
34771
34772 }
34773 \end_layout
34774
34775 \end_inset
34776
34777
34778 \end_layout
34779
34780 \end_inset
34781 </cell>
34782 </row>
34783 <row>
34784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34785 \begin_inset Text
34786
34787 \begin_layout Plain Layout
34788
34789 \backslash
34790 choose
34791 \end_layout
34792
34793 \end_inset
34794 </cell>
34795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34796 \begin_inset Text
34797
34798 \begin_layout Plain Layout
34799
34800 \backslash
34801 binom
34802 \end_layout
34803
34804 \end_inset
34805 </cell>
34806 </row>
34807 <row>
34808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34809 \begin_inset Text
34810
34811 \begin_layout Plain Layout
34812
34813 \backslash
34814 geq
34815 \end_layout
34816
34817 \end_inset
34818 </cell>
34819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34820 \begin_inset Text
34821
34822 \begin_layout Plain Layout
34823
34824 \backslash
34825 ge
34826 \end_layout
34827
34828 \end_inset
34829 </cell>
34830 </row>
34831 <row>
34832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34833 \begin_inset Text
34834
34835 \begin_layout Plain Layout
34836
34837 \backslash
34838 lbrace
34839 \end_layout
34840
34841 \end_inset
34842 </cell>
34843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34844 \begin_inset Text
34845
34846 \begin_layout Plain Layout
34847 {
34848 \end_layout
34849
34850 \end_inset
34851 </cell>
34852 </row>
34853 <row>
34854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34855 \begin_inset Text
34856
34857 \begin_layout Plain Layout
34858
34859 \backslash
34860 lbracket
34861 \end_layout
34862
34863 \end_inset
34864 </cell>
34865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34866 \begin_inset Text
34867
34868 \begin_layout Plain Layout
34869 [
34870 \end_layout
34871
34872 \end_inset
34873 </cell>
34874 </row>
34875 <row>
34876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34877 \begin_inset Text
34878
34879 \begin_layout Plain Layout
34880
34881 \backslash
34882 leftarrow
34883 \end_layout
34884
34885 \end_inset
34886 </cell>
34887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34888 \begin_inset Text
34889
34890 \begin_layout Plain Layout
34891
34892 \backslash
34893 gets
34894 \end_layout
34895
34896 \end_inset
34897 </cell>
34898 </row>
34899 <row>
34900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34901 \begin_inset Text
34902
34903 \begin_layout Plain Layout
34904
34905 \backslash
34906 leq
34907 \end_layout
34908
34909 \end_inset
34910 </cell>
34911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34912 \begin_inset Text
34913
34914 \begin_layout Plain Layout
34915
34916 \backslash
34917 le
34918 \end_layout
34919
34920 \end_inset
34921 </cell>
34922 </row>
34923 <row>
34924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34925 \begin_inset Text
34926
34927 \begin_layout Plain Layout
34928
34929 \backslash
34930 lor
34931 \end_layout
34932
34933 \end_inset
34934 </cell>
34935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34936 \begin_inset Text
34937
34938 \begin_layout Plain Layout
34939
34940 \backslash
34941 vee
34942 \end_layout
34943
34944 \end_inset
34945 </cell>
34946 </row>
34947 <row>
34948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34949 \begin_inset Text
34950
34951 \begin_layout Plain Layout
34952
34953 \backslash
34954 neq
34955 \end_layout
34956
34957 \end_inset
34958 </cell>
34959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34960 \begin_inset Text
34961
34962 \begin_layout Plain Layout
34963
34964 \backslash
34965 not=
34966 \end_layout
34967
34968 \end_inset
34969 </cell>
34970 </row>
34971 <row>
34972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34973 \begin_inset Text
34974
34975 \begin_layout Plain Layout
34976
34977 \backslash
34978 slash
34979 \end_layout
34980
34981 \end_inset
34982 </cell>
34983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34984 \begin_inset Text
34985
34986 \begin_layout Plain Layout
34987 /
34988 \end_layout
34989
34990 \end_inset
34991 </cell>
34992 </row>
34993 <row>
34994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34995 \begin_inset Text
34996
34997 \begin_layout Plain Layout
34998
34999 \backslash
35000 vert
35001 \end_layout
35002
35003 \end_inset
35004 </cell>
35005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35006 \begin_inset Text
35007
35008 \begin_layout Plain Layout
35009 |
35010 \end_layout
35011
35012 \end_inset
35013 </cell>
35014 </row>
35015 </lyxtabular>
35016
35017 \end_inset
35018
35019
35020 \begin_inset space \hfill{}
35021 \end_inset
35022
35023
35024 \begin_inset Tabular
35025 <lyxtabular version="3" rows="12" columns="2">
35026 <features>
35027 <column alignment="center" valignment="top" width="0pt">
35028 <column alignment="center" valignment="top" width="0pt">
35029 <row>
35030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35031 \begin_inset Text
35032
35033 \begin_layout Plain Layout
35034 Command
35035 \end_layout
35036
35037 \end_inset
35038 </cell>
35039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35040 \begin_inset Text
35041
35042 \begin_layout Plain Layout
35043 equivalent to
35044 \end_layout
35045
35046 \end_inset
35047 </cell>
35048 </row>
35049 <row>
35050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35051 \begin_inset Text
35052
35053 \begin_layout Plain Layout
35054
35055 \backslash
35056 backslash
35057 \end_layout
35058
35059 \end_inset
35060 </cell>
35061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35062 \begin_inset Text
35063
35064 \begin_layout Plain Layout
35065
35066 \backslash
35067
35068 \backslash
35069
35070 \end_layout
35071
35072 \end_inset
35073 </cell>
35074 </row>
35075 <row>
35076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35077 \begin_inset Text
35078
35079 \begin_layout Plain Layout
35080
35081 \backslash
35082 dasharrow
35083 \end_layout
35084
35085 \end_inset
35086 </cell>
35087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35088 \begin_inset Text
35089
35090 \begin_layout Plain Layout
35091
35092 \backslash
35093 dashrightarrow
35094 \end_layout
35095
35096 \end_inset
35097 </cell>
35098 </row>
35099 <row>
35100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35101 \begin_inset Text
35102
35103 \begin_layout Plain Layout
35104
35105 \backslash
35106 land
35107 \end_layout
35108
35109 \end_inset
35110 </cell>
35111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35112 \begin_inset Text
35113
35114 \begin_layout Plain Layout
35115
35116 \backslash
35117 wedge
35118 \end_layout
35119
35120 \end_inset
35121 </cell>
35122 </row>
35123 <row>
35124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35125 \begin_inset Text
35126
35127 \begin_layout Plain Layout
35128
35129 \backslash
35130 rbrace
35131 \end_layout
35132
35133 \end_inset
35134 </cell>
35135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35136 \begin_inset Text
35137
35138 \begin_layout Plain Layout
35139 }
35140 \end_layout
35141
35142 \end_inset
35143 </cell>
35144 </row>
35145 <row>
35146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35147 \begin_inset Text
35148
35149 \begin_layout Plain Layout
35150
35151 \backslash
35152 rbracket
35153 \end_layout
35154
35155 \end_inset
35156 </cell>
35157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35158 \begin_inset Text
35159
35160 \begin_layout Plain Layout
35161 ]
35162 \end_layout
35163
35164 \end_inset
35165 </cell>
35166 </row>
35167 <row>
35168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35169 \begin_inset Text
35170
35171 \begin_layout Plain Layout
35172
35173 \backslash
35174 rightarrow
35175 \end_layout
35176
35177 \end_inset
35178 </cell>
35179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35180 \begin_inset Text
35181
35182 \begin_layout Plain Layout
35183
35184 \backslash
35185 to
35186 \end_layout
35187
35188 \end_inset
35189 </cell>
35190 </row>
35191 <row>
35192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35193 \begin_inset Text
35194
35195 \begin_layout Plain Layout
35196
35197 \backslash
35198 lnot
35199 \end_layout
35200
35201 \end_inset
35202 </cell>
35203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35204 \begin_inset Text
35205
35206 \begin_layout Plain Layout
35207
35208 \backslash
35209 neg
35210 \end_layout
35211
35212 \end_inset
35213 </cell>
35214 </row>
35215 <row>
35216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35217 \begin_inset Text
35218
35219 \begin_layout Plain Layout
35220
35221 \backslash
35222 ne
35223 \end_layout
35224
35225 \end_inset
35226 </cell>
35227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35228 \begin_inset Text
35229
35230 \begin_layout Plain Layout
35231
35232 \backslash
35233 not=
35234 \end_layout
35235
35236 \end_inset
35237 </cell>
35238 </row>
35239 <row>
35240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35241 \begin_inset Text
35242
35243 \begin_layout Plain Layout
35244
35245 \backslash
35246 owns
35247 \end_layout
35248
35249 \end_inset
35250 </cell>
35251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35252 \begin_inset Text
35253
35254 \begin_layout Plain Layout
35255
35256 \backslash
35257 ni
35258 \end_layout
35259
35260 \end_inset
35261 </cell>
35262 </row>
35263 <row>
35264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35265 \begin_inset Text
35266
35267 \begin_layout Plain Layout
35268
35269 \backslash
35270 square
35271 \end_layout
35272
35273 \end_inset
35274 </cell>
35275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35276 \begin_inset Text
35277
35278 \begin_layout Plain Layout
35279
35280 \backslash
35281 Box
35282 \end_layout
35283
35284 \end_inset
35285 </cell>
35286 </row>
35287 <row>
35288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35289 \begin_inset Text
35290
35291 \begin_layout Plain Layout
35292
35293 \backslash
35294 Vert
35295 \end_layout
35296
35297 \end_inset
35298 </cell>
35299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35300 \begin_inset Text
35301
35302 \begin_layout Plain Layout
35303
35304 \backslash
35305 |
35306 \end_layout
35307
35308 \end_inset
35309 </cell>
35310 </row>
35311 </lyxtabular>
35312
35313 \end_inset
35314
35315
35316 \begin_inset space \hfill{}
35317 \end_inset
35318
35319
35320 \end_layout
35321
35322 \begin_layout Standard
35323 \begin_inset Newpage newpage
35324 \end_inset
35325
35326
35327 \end_layout
35328
35329 \begin_layout Bibliography
35330 \begin_inset CommandInset bibitem
35331 LatexCommand bibitem
35332 key "TLC2"
35333
35334 \end_inset
35335
35336
35337 \shape smallcaps
35338 Mittelbach, F.
35339  ; Goossens, M.
35340 \shape default
35341
35342 \shape italic
35343 The LaTeX Companion
35344 \shape default
35345 .
35346  Addison Wesley, 2004
35347 \end_layout
35348
35349 \begin_layout Bibliography
35350 \begin_inset CommandInset bibitem
35351 LatexCommand bibitem
35352 key "Mathmode"
35353
35354 \end_inset
35355
35356
35357 \begin_inset CommandInset href
35358 LatexCommand href
35359 name "Description"
35360 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35361
35362 \end_inset
35363
35364  of LaTeX's math abilities
35365 \end_layout
35366
35367 \begin_layout Bibliography
35368 \begin_inset CommandInset bibitem
35369 LatexCommand bibitem
35370 key "Voss"
35371
35372 \end_inset
35373
35374 LaTeX tips and tricks-
35375 \begin_inset CommandInset href
35376 LatexCommand href
35377 name "page"
35378 target "http://tug.org/TeXnik/"
35379
35380 \end_inset
35381
35382
35383 \end_layout
35384
35385 \begin_layout Bibliography
35386 \begin_inset CommandInset bibitem
35387 LatexCommand bibitem
35388 key "AMS"
35389
35390 \end_inset
35391
35392
35393 \begin_inset CommandInset href
35394 LatexCommand href
35395 name "Description"
35396 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35397
35398 \end_inset
35399
35400  of 
35401 \begin_inset ERT
35402 status collapsed
35403
35404 \begin_layout Plain Layout
35405
35406
35407 \backslash
35408 AmS
35409 \end_layout
35410
35411 \end_inset
35412
35413 -LaTeX
35414 \end_layout
35415
35416 \begin_layout Bibliography
35417 \begin_inset CommandInset bibitem
35418 LatexCommand bibitem
35419 key "Symbole"
35420
35421 \end_inset
35422
35423
35424 \begin_inset CommandInset href
35425 LatexCommand href
35426 name "List"
35427 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35428
35429 \end_inset
35430
35431  of all symbols available with LaTeX-packages
35432 \end_layout
35433
35434 \begin_layout Bibliography
35435 \begin_inset CommandInset bibitem
35436 LatexCommand bibitem
35437 key "hyperref"
35438
35439 \end_inset
35440
35441
35442 \begin_inset CommandInset href
35443 LatexCommand href
35444 name "Documentation"
35445 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35446
35447 \end_inset
35448
35449  of the LaTeX-package 
35450 \series bold
35451 hyperref
35452 \series default
35453
35454 \begin_inset Index
35455 status collapsed
35456
35457 \begin_layout Plain Layout
35458 Packages ! hyperref
35459 \end_layout
35460
35461 \end_inset
35462
35463
35464 \end_layout
35465
35466 \begin_layout Bibliography
35467 \begin_inset CommandInset bibitem
35468 LatexCommand bibitem
35469 key "Mathclap"
35470
35471 \end_inset
35472
35473
35474 \begin_inset CommandInset href
35475 LatexCommand href
35476 name "Description"
35477 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35478
35479 \end_inset
35480
35481  of the command 
35482 \series bold
35483
35484 \backslash
35485 mathclap
35486 \series default
35487 , described in 
35488 \begin_inset CommandInset ref
35489 LatexCommand ref
35490 reference "sub:Operator-Limits"
35491
35492 \end_inset
35493
35494
35495 \begin_inset Index
35496 status collapsed
35497
35498 \begin_layout Plain Layout
35499 Commands ! M ! 
35500 \backslash
35501 mathclap
35502 \end_layout
35503
35504 \end_inset
35505
35506
35507 \end_layout
35508
35509 \begin_layout Bibliography
35510 \begin_inset CommandInset bibitem
35511 LatexCommand bibitem
35512 key "Duden"
35513
35514 \end_inset
35515
35516
35517 \emph on
35518 Duden Band 1
35519 \emph default
35520 .
35521  22.
35522  Auflage, Duden 2001
35523 \end_layout
35524
35525 \begin_layout Subsubsection*
35526 \begin_inset CommandInset index_print
35527 LatexCommand printindex
35528
35529 \end_inset
35530
35531
35532 \end_layout
35533
35534 \end_body
35535 \end_document