]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
Japanese Tutorial.lyx: update by Koji
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 348
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % To be able to enter the character ° and · directly in LyX,
36 % see sec. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % increase link area for cross-references and autoname them,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \addto\extrasenglish{
45  \renewcommand{\equationautorefname}{\hspace{-\abc}}
46  \renewcommand{\sectionautorefname}{sec.\negthinspace}
47  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
49
50 % don't load packages twice
51 % see first footnote in sec. 9.3
52 \@ifundefined{textcolor}{\usepackage{color}}{}
53
54 % the pages of the TOC are numbered roman
55 % and a PDF-bookmark for the TOC is added
56 \pagenumbering{roman}
57 \let\myTOC\tableofcontents
58 \renewcommand{\tableofcontents}{%
59  \vspace{1cm}
60  \pdfbookmark[1]{\contentsname}{}
61  \myTOC
62  \cleardoublepage
63  \pagenumbering{arabic}}
64
65 % insert additional vertical space of 1.5 mm between footnotes,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % provides caption formatting
70 \setkomafont{captionlabel}{\bfseries}
71
72 % used in Kap. 22.6
73 \usepackage[samesize]{cancel}
74
75 % enables calculation of values,
76 \usepackage{calc}
77
78 % for multiple table row and column cells
79 \usepackage{multirow}
80 \usepackage{multicol}
81
82 % needed in sec. 19.4
83 \usepackage{remreset}
84
85 % center multirows (e.g. in sec. 13.3)
86 \renewcommand{\multirowsetup}{\centering}
87
88 % define a color, used in sec.9.3
89 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
90
91 % declare operators (see sec. 10.4 and sec. 15.2)
92 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
93 \DeclareMathOperator{\sgn}{sgn}
94
95 \newcommand{\spce}{\textvisiblespace}
96
97 % example definitions for sec. 20.1 
98 \newcommand{\gr}{\Longrightarrow}
99 \newcommand{\us}[1]{\underline{#1}}
100 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
101 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
102 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
103
104 % example macro from sec. 19.4
105 %\def\tagform@#1{\maketag@@@{|#1|}}
106
107 % macro from sec. 10.2
108 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
109 \def\mathclap {\mathpalette \mathclapinternal}
110 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
111
112 % redefine the greyed out note
113 \renewenvironment{lyxgreyedout}
114  {\textcolor{blue}\bgroup}{\egroup}
115
116 % ------------------------------------
117 % used to check for needed LaTeX packages
118 \usepackage{ifthen}
119
120 % check for package eurosym
121 % used for the Euro symbol
122 \newboolean{eurosym}
123 \IfFileExists{eurosym.sty}
124  {\usepackage[gennarrow]{eurosym}
125   \setboolean{eurosym}{true}}
126  {\setboolean{eurosym}{false}}
127
128 % needed in sec. 22.4
129 % check for package braket
130 \newboolean{braket}
131 \IfFileExists{braket.sty}
132  {\usepackage{braket}
133   \setboolean{braket}{true}}
134  {\setboolean{braket}{false}}
135
136 % needed in sec. 22.10
137 % check for package upgreek
138 \newboolean{upgreek}
139 \IfFileExists{upgreek.sty}
140  {\usepackage{upgreek}
141   \setboolean{upgreek}{true}}
142  {\setboolean{upgreek}{false}}
143 \end_preamble
144 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
145 \use_default_options false
146 \language english
147 \inputencoding auto
148 \font_roman default
149 \font_sans default
150 \font_typewriter default
151 \font_default_family default
152 \font_sc false
153 \font_osf false
154 \font_sf_scale 100
155 \font_tt_scale 100
156
157 \graphics default
158 \paperfontsize 12
159 \spacing single
160 \use_hyperref true
161 \pdf_title "LyX's Math Manual"
162 \pdf_author "LyX Team, Uwe Stöhr"
163 \pdf_subject "LyX-documentation about math"
164 \pdf_keywords "LyX, Mathed"
165 \pdf_bookmarks true
166 \pdf_bookmarksnumbered true
167 \pdf_bookmarksopen true
168 \pdf_bookmarksopenlevel 1
169 \pdf_breaklinks false
170 \pdf_pdfborder false
171 \pdf_colorlinks true
172 \pdf_backref false
173 \pdf_pdfusetitle false
174 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
175 \papersize a4paper
176 \use_geometry false
177 \use_amsmath 2
178 \use_esint 1
179 \cite_engine basic
180 \use_bibtopic false
181 \paperorientation portrait
182 \secnumdepth 4
183 \tocdepth 3
184 \paragraph_separation skip
185 \defskip medskip
186 \quotes_language english
187 \papercolumns 1
188 \papersides 2
189 \paperpagestyle plain
190 \bullet 1 0 6 -1
191 \bullet 2 2 35 -1
192 \bullet 3 2 7 -1
193 \tracking_changes false
194 \output_changes false
195 \author "" 
196 \author "" 
197 \end_header
198
199 \begin_body
200
201 \begin_layout Title
202 LyX's detailed Math manual
203 \end_layout
204
205 \begin_layout Author
206 by the LyX Team
207 \begin_inset Foot
208 status collapsed
209
210 \begin_layout Plain Layout
211 \noindent
212 If you have comments or error corrections, please send them to the LyX Documenta
213 tion mailing list: 
214 \family typewriter
215
216 \begin_inset CommandInset href
217 LatexCommand href
218 name "lyx-docs@lists.lyx.org"
219 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
220 type "mailto:"
221
222 \end_inset
223
224
225 \end_layout
226
227 \end_inset
228
229
230 \begin_inset Note Note
231 status collapsed
232
233 \begin_layout Plain Layout
234 author: Uwe Stöhr
235 \end_layout
236
237 \end_inset
238
239
240 \begin_inset Newline newline
241 \end_inset
242
243
244 \begin_inset Newline newline
245 \end_inset
246
247
248 \family sans
249 Version 2.0.x
250 \end_layout
251
252 \begin_layout Standard
253 \begin_inset CommandInset toc
254 LatexCommand tableofcontents
255
256 \end_inset
257
258
259 \end_layout
260
261 \begin_layout Standard
262 \begin_inset Note Note
263 status open
264
265 \begin_layout Plain Layout
266 To export this document to PDF, PS, or DVI the LaTeX-packages 
267 \series bold
268 eurosym,
269 \series default
270  
271 \series bold
272 multirow,
273 \series default
274  and 
275 \series bold
276 was
277 \series default
278  must be installed.
279  If they are not installed you can export the document anyway but the sections
280  where the packages are required won't appear in the output.
281 \end_layout
282
283 \begin_layout Plain Layout
284 The latest PDF-version of this document can be found here:
285 \begin_inset Newline newline
286 \end_inset
287
288
289 \series bold
290 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
291 \end_layout
292
293 \end_inset
294
295
296 \end_layout
297
298 \begin_layout Standard
299 \begin_inset Newpage newpage
300 \end_inset
301
302
303 \end_layout
304
305 \begin_layout Section
306 Introduction
307 \end_layout
308
309 \begin_layout Standard
310 This document explains LyX's math features and is furthermore a collection
311  of LaTeX-commands used for mathematical characters and constructs.
312  The explanations are designed for the usage of commands.
313  It is therefore required that you have read the section 
314 \family typewriter
315 Mathematical
316 \begin_inset space ~
317 \end_inset
318
319 Formulas
320 \family default
321  of the User's Guide.
322 \end_layout
323
324 \begin_layout Standard
325 Most of the characters and many constructs explained in this manual are
326  also accessible via the menu 
327 \family sans
328 Insert
329 \series bold
330 \SpecialChar \menuseparator
331
332 \series default
333 Math
334 \family default
335 , or the 
336 \family sans
337 math
338 \family default
339 \series bold
340  
341 \family sans
342 \series default
343 toolbar
344 \family default
345 .
346  But everybody who has to write lots of formulas will notice that it is
347  much faster to use commands instead of the math toolbar.
348  Therefore this manual is focused on commands but also mentions the correspondin
349 g toolbar buttons when available.
350 \end_layout
351
352 \begin_layout Standard
353 If not specially mentioned the commands are only available within formulas.
354  To be able to use all commands explained in this document, the option 
355 \family sans
356 Use AMS math package
357 \family default
358  must be used in the document settings (menu 
359 \family sans
360 Document\SpecialChar \menuseparator
361 Settings\SpecialChar \menuseparator
362 Math
363 \begin_inset space ~
364 \end_inset
365
366 Options
367 \family default
368 ).
369 \begin_inset Foot
370 status collapsed
371
372 \begin_layout Plain Layout
373 The option 
374 \family sans
375 Use AMS math package automatically
376 \family default
377  only uses 
378 \begin_inset ERT
379 status collapsed
380
381 \begin_layout Plain Layout
382
383
384 \backslash
385 AmS 
386 \end_layout
387
388 \end_inset
389
390 -math when math constructs are found that are supported by LyX.
391 \end_layout
392
393 \end_inset
394
395
396 \end_layout
397
398 \begin_layout Standard
399 This document doesn't list all 
400 \begin_inset ERT
401 status collapsed
402
403 \begin_layout Plain Layout
404
405
406 \backslash
407 AmS 
408 \end_layout
409
410 \end_inset
411
412 -math commands
413 \begin_inset Foot
414 status collapsed
415
416 \begin_layout Plain Layout
417 A list with all 
418 \begin_inset ERT
419 status collapsed
420
421 \begin_layout Plain Layout
422
423
424 \backslash
425 AmS
426 \end_layout
427
428 \end_inset
429
430 -math commands is in the file 
431 \family sans
432
433 \begin_inset CommandInset href
434 LatexCommand href
435 name "amsguide.ps"
436 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
437
438 \end_inset
439
440
441 \family default
442 , which is part of every LaTeX standard installation.
443 \end_layout
444
445 \end_inset
446
447  for lucidity reasons.
448 \end_layout
449
450 \begin_layout Section
451 General Instructions
452 \end_layout
453
454 \begin_layout Standard
455 To create an inline formula
456 \begin_inset Index
457 status collapsed
458
459 \begin_layout Plain Layout
460 Formula ! inline
461 \end_layout
462
463 \end_inset
464
465  that is embedded into a text line, use one of the shortcuts 
466 \begin_inset Info
467 type  "shortcuts"
468 arg   "math-mode"
469 \end_inset
470
471  or the toolbar button 
472 \begin_inset Graphics
473         filename ../images/math-mode.png
474         scale 85
475
476 \end_inset
477
478
479 \begin_inset Newline newline
480 \end_inset
481
482 To create a display style formula
483 \begin_inset Index
484 status collapsed
485
486 \begin_layout Plain Layout
487 Formula ! display style
488 \end_layout
489
490 \end_inset
491
492  that will appear bigger and in an own paragraph, use one of these shortcuts:
493  
494 \begin_inset Info
495 type  "shortcuts"
496 arg   "math-display"
497 \end_inset
498
499 .
500 \end_layout
501
502 \begin_layout Standard
503 To change a display style formula to an inline formula, set the cursor into
504  the formula and use one of the shortcuts 
505 \begin_inset Info
506 type  "shortcuts"
507 arg   "math-mode"
508 \end_inset
509
510  or the menu 
511 \family sans
512 Edit\SpecialChar \menuseparator
513 Math\SpecialChar \menuseparator
514 Change formula type
515 \family default
516 .
517  The same way is used to change an inline formula to a display style formula.
518 \end_layout
519
520 \begin_layout Standard
521 To display parts of an inline formula in the size of a display style formula,
522  enter the command 
523 \series bold
524
525 \backslash
526 displaystyle
527 \begin_inset Index
528 status collapsed
529
530 \begin_layout Plain Layout
531 Commands ! D ! 
532 \backslash
533 displaystyle
534 \end_layout
535
536 \end_inset
537
538
539 \series default
540  to a formula.
541  Then a new blue box appears in which the desired formula part is inserted.
542 \end_layout
543
544 \begin_layout Standard
545 Only inline formulas are allowed inside tables.
546 \end_layout
547
548 \begin_layout Standard
549 The 
550 \family sans
551 math toolbar
552 \family default
553  can be turned on in the menu 
554 \family sans
555 View\SpecialChar \menuseparator
556 Toolbars
557 \family default
558 .
559  When you click there on 
560 \begin_inset Quotes eld
561 \end_inset
562
563 Math
564 \begin_inset Quotes erd
565 \end_inset
566
567  the toolbar will be shown permanently at the bottom; this state is visualized
568  in the 
569 \family sans
570 Toolbars
571 \family default
572  menu with a checkmark.
573  When you click in this state again on 
574 \begin_inset Quotes eld
575 \end_inset
576
577 Math
578 \begin_inset Quotes erd
579 \end_inset
580
581  in the 
582 \family sans
583 Toolbars
584 \family default
585  menu, the 
586 \family sans
587 math toolbar
588 \family default
589  is only shown when the cursor is within a formula; this state is visualized
590  by the renaming of the menu entry from 
591 \begin_inset Quotes eld
592 \end_inset
593
594 Math
595 \begin_inset Quotes erd
596 \end_inset
597
598  to 
599 \begin_inset Quotes eld
600 \end_inset
601
602 Math
603 \begin_inset space ~
604 \end_inset
605
606 (auto)
607 \begin_inset Quotes erd
608 \end_inset
609
610 .
611 \end_layout
612
613 \begin_layout Standard
614 The TeX-mode
615 \begin_inset Index
616 status collapsed
617
618 \begin_layout Plain Layout
619 T@TeX-mode
620 \end_layout
621
622 \end_inset
623
624  is invoked by pressing the toolbar button 
625 \begin_inset Graphics
626         filename ../images/ert-insert.png
627         scale 85
628
629 \end_inset
630
631  or by using the menu 
632 \family sans
633 Insert\SpecialChar \menuseparator
634 Te
635 \begin_inset ERT
636 status collapsed
637
638 \begin_layout Plain Layout
639
640 {}
641 \end_layout
642
643 \end_inset
644
645 X Code
646 \family default
647  (shortcut 
648 \begin_inset Info
649 type  "shortcut"
650 arg   "ert-insert"
651 \end_inset
652
653 ).
654 \begin_inset Note Note
655 status collapsed
656
657 \begin_layout Plain Layout
658 In LyX there are three 
659 \begin_inset Quotes eld
660 \end_inset
661
662 proper names
663 \begin_inset Quotes erd
664 \end_inset
665
666  that appear in the output with sub- and superscript letters: TeX, LaTeX,
667  and LyX
668 \end_layout
669
670 \begin_layout Plain Layout
671 To avoid that these names are recognized as proper names, a TeX-brace pair
672  is inserted.
673 \end_layout
674
675 \end_inset
676
677
678 \end_layout
679
680 \begin_layout Standard
681 To change the LaTeX-preamble
682 \begin_inset Index
683 status collapsed
684
685 \begin_layout Plain Layout
686 L@LaTeX-preamble
687 \end_layout
688
689 \end_inset
690
691 , use the menu 
692 \family sans
693 Document\SpecialChar \menuseparator
694 Settings\SpecialChar \menuseparator
695 LaT
696 \begin_inset ERT
697 status collapsed
698
699 \begin_layout Plain Layout
700
701 {}
702 \end_layout
703
704 \end_inset
705
706 eX
707 \family default
708  
709 \family sans
710 Preamble
711 \family default
712 .
713 \end_layout
714
715 \begin_layout Standard
716 To edit matrices, case differentiations, and multiline formulas subsequently,
717  the menus 
718 \family sans
719 Edit\SpecialChar \menuseparator
720 Math
721 \family default
722  and 
723 \family sans
724 Edit\SpecialChar \menuseparator
725 Rows
726 \begin_inset space \thinspace{}
727 \end_inset
728
729 &
730 \begin_inset space \thinspace{}
731 \end_inset
732
733 Columns,
734 \family default
735  or the 
736 \family sans
737 table toolbar
738 \family default
739  can be used.
740  When lines and columns are swapped via the menu, the column or line where
741  the cursor is in is exchanged with the column to the right or the line
742  below, respectively.
743  Is the cursor in the last column or row, the exchange is done with the
744  column to the left or the line above.
745 \end_layout
746
747 \begin_layout Standard
748 To write text in formulas
749 \begin_inset Foot
750 status collapsed
751
752 \begin_layout Plain Layout
753 For multiline formulas the command 
754 \series bold
755
756 \backslash
757 intertext
758 \series default
759  is used, see 
760 \begin_inset CommandInset ref
761 LatexCommand ref
762 reference "sub:Text-in-multiline"
763
764 \end_inset
765
766 .
767 \end_layout
768
769 \end_inset
770
771  
772 \emph on
773 mathematical text
774 \emph default
775
776 \begin_inset Index
777 status collapsed
778
779 \begin_layout Plain Layout
780 Text ! in formulas
781 \end_layout
782
783 \end_inset
784
785
786 \begin_inset Index
787 status collapsed
788
789 \begin_layout Plain Layout
790 Mathematical text
791 \end_layout
792
793 \end_inset
794
795  is used.
796  This mode is invoked with the the shortcut 
797 \begin_inset Info
798 type  "shortcut"
799 arg   "math-mode"
800 \end_inset
801
802  or by the insertion of the command 
803 \series bold
804
805 \backslash
806 text
807 \begin_inset Index
808 status collapsed
809
810 \begin_layout Plain Layout
811 Commands ! T ! 
812 \backslash
813 text
814 \end_layout
815
816 \end_inset
817
818
819 \series default
820 .
821  The text appears black in LyX and can therefore be distinguished from the
822  other formula parts that appear blue.
823  In the output mathematical text is set upright, in contrary to other formula
824  parts.
825 \end_layout
826
827 \begin_layout Subsection*
828 Command Scheme
829 \end_layout
830
831 \begin_layout Standard
832 Most of the LaTeX-commands for math constructs have the following scheme:
833 \end_layout
834
835 \begin_layout Standard
836
837 \series bold
838
839 \backslash
840 commandname[optional
841 \series default
842  
843 \series bold
844 argument]{required
845 \series default
846  
847 \series bold
848 argument}
849 \end_layout
850
851 \begin_layout Standard
852 A command starts always with a backslash 
853 \begin_inset Quotes gld
854 \end_inset
855
856
857 \series bold
858
859 \backslash
860
861 \series default
862
863 \begin_inset Quotes grd
864 \end_inset
865
866 .
867  To omit optional arguments, also omit the associated brackets.
868  The braces around the required arguments are named in this document as
869  TeX-braces
870 \begin_inset Index
871 status collapsed
872
873 \begin_layout Plain Layout
874 T@TeX-braces
875 \end_layout
876
877 \end_inset
878
879 .
880  If you add in a formula a left brace to a command name, LyX creates automatical
881 ly a TeX-brace.
882  In all other cases TeX-braces are created in formulas with the command
883  
884 \series bold
885
886 \backslash
887 {
888 \series default
889 .
890  TeX-braces appear red in LyX, in contrary to normal braces that appear
891  blue.
892  In TeX-mode no command is needed to get TeX-braces.
893  TeX-braces don't appear in the output.
894 \end_layout
895
896 \begin_layout Standard
897 When commands without arguments, like commands for symbols are entered in
898  TeX-mode, a space character must 
899 \emph on
900 always
901 \emph default
902  be behind the command to end it.
903  This space doesn't appear in the output.
904  When the space should appear in the output, the space must be followed
905  by a protected space in normal text.
906 \end_layout
907
908 \begin_layout Standard
909 A protected space is inserted with 
910 \begin_inset Info
911 type  "shortcut"
912 arg   "space-insert protected"
913 \end_inset
914
915 .
916 \end_layout
917
918 \begin_layout Subsection*
919 \begin_inset Newpage newpage
920 \end_inset
921
922 Syntax Explanation
923 \end_layout
924
925 \begin_layout Itemize
926 The symbol
927 \begin_inset Foot
928 status collapsed
929
930 \begin_layout Plain Layout
931 This visible space character can be created with the command 
932 \series bold
933
934 \backslash
935 textvisiblespace
936 \series default
937
938 \begin_inset Index
939 status collapsed
940
941 \begin_layout Plain Layout
942 Commands ! T ! 
943 \backslash
944 textvisiblespace
945 \end_layout
946
947 \end_inset
948
949 , inserted in TeX-mode.
950 \end_layout
951
952 \end_inset
953
954  
955 \begin_inset ERT
956 status collapsed
957
958 \begin_layout Plain Layout
959
960
961 \backslash
962 spce 
963 \end_layout
964
965 \end_inset
966
967
968 \begin_inset space ~
969 \end_inset
970
971 denotes a space character to be input.
972 \end_layout
973
974 \begin_layout Itemize
975 An arrow like 
976 \begin_inset Formula $\to$
977 \end_inset
978
979  denotes the usage of the corresponding arrow key on the keyboard.
980 \end_layout
981
982 \begin_layout Subsection*
983 Available units
984 \end_layout
985
986 \begin_layout Standard
987 \align center
988 \begin_inset Float table
989 placement H
990 wide false
991 sideways false
992 status open
993
994 \begin_layout Plain Layout
995 \align center
996 \begin_inset Caption
997
998 \begin_layout Plain Layout
999 \begin_inset CommandInset label
1000 LatexCommand label
1001 name "tab:Available-units"
1002
1003 \end_inset
1004
1005 Available units
1006 \end_layout
1007
1008 \end_inset
1009
1010
1011 \end_layout
1012
1013 \begin_layout Plain Layout
1014 \align center
1015 \begin_inset Tabular
1016 <lyxtabular version="3" rows="13" columns="2">
1017 <features tabularvalignment="middle">
1018 <column alignment="center" valignment="top" width="0">
1019 <column alignment="center" valignment="top" width="0">
1020 <row>
1021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1022 \begin_inset Text
1023
1024 \begin_layout Plain Layout
1025 Unit
1026 \end_layout
1027
1028 \end_inset
1029 </cell>
1030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1031 \begin_inset Text
1032
1033 \begin_layout Plain Layout
1034 Name / Description
1035 \end_layout
1036
1037 \end_inset
1038 </cell>
1039 </row>
1040 <row>
1041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1042 \begin_inset Text
1043
1044 \begin_layout Plain Layout
1045 mm
1046 \end_layout
1047
1048 \end_inset
1049 </cell>
1050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1051 \begin_inset Text
1052
1053 \begin_layout Plain Layout
1054 Millimeter
1055 \end_layout
1056
1057 \end_inset
1058 </cell>
1059 </row>
1060 <row>
1061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1062 \begin_inset Text
1063
1064 \begin_layout Plain Layout
1065 cm
1066 \end_layout
1067
1068 \end_inset
1069 </cell>
1070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1071 \begin_inset Text
1072
1073 \begin_layout Plain Layout
1074 Centimeter
1075 \end_layout
1076
1077 \end_inset
1078 </cell>
1079 </row>
1080 <row>
1081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1082 \begin_inset Text
1083
1084 \begin_layout Plain Layout
1085 in
1086 \end_layout
1087
1088 \end_inset
1089 </cell>
1090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1091 \begin_inset Text
1092
1093 \begin_layout Plain Layout
1094 Inch (1
1095 \begin_inset space \thinspace{}
1096 \end_inset
1097
1098 in = 2,54
1099 \begin_inset space \thinspace{}
1100 \end_inset
1101
1102 cm)
1103 \end_layout
1104
1105 \end_inset
1106 </cell>
1107 </row>
1108 <row>
1109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1110 \begin_inset Text
1111
1112 \begin_layout Plain Layout
1113 pt
1114 \end_layout
1115
1116 \end_inset
1117 </cell>
1118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1119 \begin_inset Text
1120
1121 \begin_layout Plain Layout
1122 Point (72.27
1123 \begin_inset space \thinspace{}
1124 \end_inset
1125
1126 pt = 1
1127 \begin_inset space \thinspace{}
1128 \end_inset
1129
1130 in)
1131 \end_layout
1132
1133 \end_inset
1134 </cell>
1135 </row>
1136 <row>
1137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1138 \begin_inset Text
1139
1140 \begin_layout Plain Layout
1141 pc
1142 \end_layout
1143
1144 \end_inset
1145 </cell>
1146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1147 \begin_inset Text
1148
1149 \begin_layout Plain Layout
1150 Pica (1
1151 \begin_inset space \thinspace{}
1152 \end_inset
1153
1154 pc = 12
1155 \begin_inset space \thinspace{}
1156 \end_inset
1157
1158 pt)
1159 \end_layout
1160
1161 \end_inset
1162 </cell>
1163 </row>
1164 <row>
1165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1166 \begin_inset Text
1167
1168 \begin_layout Plain Layout
1169 sp
1170 \end_layout
1171
1172 \end_inset
1173 </cell>
1174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1175 \begin_inset Text
1176
1177 \begin_layout Plain Layout
1178 scaled point (65536
1179 \begin_inset space \thinspace{}
1180 \end_inset
1181
1182 sp = 1
1183 \begin_inset space \thinspace{}
1184 \end_inset
1185
1186 pt)
1187 \end_layout
1188
1189 \end_inset
1190 </cell>
1191 </row>
1192 <row>
1193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1194 \begin_inset Text
1195
1196 \begin_layout Plain Layout
1197 bp
1198 \end_layout
1199
1200 \end_inset
1201 </cell>
1202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1203 \begin_inset Text
1204
1205 \begin_layout Plain Layout
1206 big point (72
1207 \begin_inset space \thinspace{}
1208 \end_inset
1209
1210 bp = 1
1211 \begin_inset space \thinspace{}
1212 \end_inset
1213
1214 in)
1215 \end_layout
1216
1217 \end_inset
1218 </cell>
1219 </row>
1220 <row>
1221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1222 \begin_inset Text
1223
1224 \begin_layout Plain Layout
1225 dd
1226 \end_layout
1227
1228 \end_inset
1229 </cell>
1230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1231 \begin_inset Text
1232
1233 \begin_layout Plain Layout
1234 Didot (1
1235 \begin_inset space \thinspace{}
1236 \end_inset
1237
1238 dd 
1239 \begin_inset Formula $\approx$
1240 \end_inset
1241
1242  0.376
1243 \begin_inset space \thinspace{}
1244 \end_inset
1245
1246 mm)
1247 \end_layout
1248
1249 \end_inset
1250 </cell>
1251 </row>
1252 <row>
1253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1254 \begin_inset Text
1255
1256 \begin_layout Plain Layout
1257 cc
1258 \end_layout
1259
1260 \end_inset
1261 </cell>
1262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1263 \begin_inset Text
1264
1265 \begin_layout Plain Layout
1266 Cicero (1
1267 \begin_inset space \thinspace{}
1268 \end_inset
1269
1270 cc = 12
1271 \begin_inset space \thinspace{}
1272 \end_inset
1273
1274 dd)
1275 \end_layout
1276
1277 \end_inset
1278 </cell>
1279 </row>
1280 <row>
1281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1282 \begin_inset Text
1283
1284 \begin_layout Plain Layout
1285 ex
1286 \end_layout
1287
1288 \end_inset
1289 </cell>
1290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1291 \begin_inset Text
1292
1293 \begin_layout Plain Layout
1294 Height of letter 
1295 \emph on
1296
1297 \begin_inset Quotes eld
1298 \end_inset
1299
1300 x
1301 \emph default
1302
1303 \begin_inset Quotes erd
1304 \end_inset
1305
1306  in the current font
1307 \end_layout
1308
1309 \end_inset
1310 </cell>
1311 </row>
1312 <row>
1313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1314 \begin_inset Text
1315
1316 \begin_layout Plain Layout
1317 em
1318 \end_layout
1319
1320 \end_inset
1321 </cell>
1322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1323 \begin_inset Text
1324
1325 \begin_layout Plain Layout
1326 width of letter 
1327 \begin_inset Quotes eld
1328 \end_inset
1329
1330
1331 \emph on
1332 M
1333 \emph default
1334
1335 \begin_inset Quotes erd
1336 \end_inset
1337
1338  in the current font
1339 \end_layout
1340
1341 \end_inset
1342 </cell>
1343 </row>
1344 <row>
1345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1346 \begin_inset Text
1347
1348 \begin_layout Plain Layout
1349 mu
1350 \end_layout
1351
1352 \end_inset
1353 </cell>
1354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1355 \begin_inset Text
1356
1357 \begin_layout Plain Layout
1358 math unit (1
1359 \begin_inset space \thinspace{}
1360 \end_inset
1361
1362 mu = 
1363 \begin_inset Formula $\nicefrac{1}{18}$
1364 \end_inset
1365
1366
1367 \begin_inset space \thinspace{}
1368 \end_inset
1369
1370 em)
1371 \end_layout
1372
1373 \end_inset
1374 </cell>
1375 </row>
1376 </lyxtabular>
1377
1378 \end_inset
1379
1380
1381 \end_layout
1382
1383 \end_inset
1384
1385
1386 \end_layout
1387
1388 \begin_layout Standard
1389 \begin_inset Newpage newpage
1390 \end_inset
1391
1392
1393 \end_layout
1394
1395 \begin_layout Section
1396 Basic Functions
1397 \end_layout
1398
1399 \begin_layout Subsection
1400 Exponents
1401 \begin_inset Index
1402 status collapsed
1403
1404 \begin_layout Plain Layout
1405 Exponents
1406 \end_layout
1407
1408 \end_inset
1409
1410  and Indices
1411 \begin_inset Index
1412 status collapsed
1413
1414 \begin_layout Plain Layout
1415 Indices
1416 \end_layout
1417
1418 \end_inset
1419
1420
1421 \begin_inset Index
1422 status collapsed
1423
1424 \begin_layout Plain Layout
1425 Superscripts|see
1426 \begin_inset ERT
1427 status collapsed
1428
1429 \begin_layout Plain Layout
1430
1431 {
1432 \end_layout
1433
1434 \end_inset
1435
1436 Exponents
1437 \begin_inset ERT
1438 status collapsed
1439
1440 \begin_layout Plain Layout
1441
1442 }
1443 \end_layout
1444
1445 \end_inset
1446
1447
1448 \end_layout
1449
1450 \end_inset
1451
1452
1453 \begin_inset Index
1454 status collapsed
1455
1456 \begin_layout Plain Layout
1457 Subscripts|see
1458 \begin_inset ERT
1459 status collapsed
1460
1461 \begin_layout Plain Layout
1462
1463 {
1464 \end_layout
1465
1466 \end_inset
1467
1468 Indices
1469 \begin_inset ERT
1470 status collapsed
1471
1472 \begin_layout Plain Layout
1473
1474 }
1475 \end_layout
1476
1477 \end_inset
1478
1479
1480 \end_layout
1481
1482 \end_inset
1483
1484
1485 \end_layout
1486
1487 \begin_layout Standard
1488 Indices are created with an underscore 
1489 \begin_inset Quotes eld
1490 \end_inset
1491
1492 _
1493 \begin_inset Quotes erd
1494 \end_inset
1495
1496  or via the math toolbar button 
1497 \begin_inset Graphics
1498         filename ../images/math-subscript.png
1499         scale 85
1500
1501 \end_inset
1502
1503  , exponents with a caret 
1504 \begin_inset Quotes eld
1505 \end_inset
1506
1507 ^
1508 \begin_inset Quotes erd
1509 \end_inset
1510
1511  or via the math toolbar button 
1512 \begin_inset Graphics
1513         filename ../images/math-superscript.png
1514         scale 85
1515
1516 \end_inset
1517
1518 .
1519 \end_layout
1520
1521 \begin_layout Standard
1522 \align center
1523 \begin_inset Tabular
1524 <lyxtabular version="3" rows="4" columns="2">
1525 <features tabularvalignment="middle">
1526 <column alignment="center" valignment="top" width="0pt">
1527 <column alignment="center" valignment="top" width="0pt">
1528 <row>
1529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1530 \begin_inset Text
1531
1532 \begin_layout Plain Layout
1533 command
1534 \end_layout
1535
1536 \end_inset
1537 </cell>
1538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1539 \begin_inset Text
1540
1541 \begin_layout Plain Layout
1542 Result
1543 \begin_inset Note Note
1544 status collapsed
1545
1546 \begin_layout Plain Layout
1547
1548 \series bold
1549
1550 \backslash
1551 raisebox
1552 \series default
1553  is only used as spacer.
1554 \end_layout
1555
1556 \end_inset
1557
1558
1559 \end_layout
1560
1561 \end_inset
1562 </cell>
1563 </row>
1564 <row>
1565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1566 \begin_inset Text
1567
1568 \begin_layout Plain Layout
1569 B_V
1570 \end_layout
1571
1572 \end_inset
1573 </cell>
1574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1575 \begin_inset Text
1576
1577 \begin_layout Plain Layout
1578 \begin_inset Formula $B_{V}$
1579 \end_inset
1580
1581
1582 \end_layout
1583
1584 \end_inset
1585 </cell>
1586 </row>
1587 <row>
1588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1589 \begin_inset Text
1590
1591 \begin_layout Plain Layout
1592 B^V
1593 \end_layout
1594
1595 \end_inset
1596 </cell>
1597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1598 \begin_inset Text
1599
1600 \begin_layout Plain Layout
1601 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1602 \end_inset
1603
1604
1605 \end_layout
1606
1607 \end_inset
1608 </cell>
1609 </row>
1610 <row>
1611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1612 \begin_inset Text
1613
1614 \begin_layout Plain Layout
1615 B^
1616 \begin_inset ERT
1617 status collapsed
1618
1619 \begin_layout Plain Layout
1620
1621
1622 \backslash
1623 spce 
1624 \end_layout
1625
1626 \end_inset
1627
1628 A
1629 \end_layout
1630
1631 \end_inset
1632 </cell>
1633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1634 \begin_inset Text
1635
1636 \begin_layout Plain Layout
1637 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1638 \end_inset
1639
1640
1641 \end_layout
1642
1643 \end_inset
1644 </cell>
1645 </row>
1646 </lyxtabular>
1647
1648 \end_inset
1649
1650
1651 \end_layout
1652
1653 \begin_layout Standard
1654 As the caret is in some languages an accent, vowels will be accentuated
1655  in this case and not set as exponents
1656 \begin_inset Foot
1657 status collapsed
1658
1659 \begin_layout Plain Layout
1660 Depending on the used keyboard settings this can also happen for other character
1661 s than vowels.
1662 \end_layout
1663
1664 \end_inset
1665
1666 .
1667  To get in this case exponents, press 
1668 \family sans
1669 Space
1670 \family default
1671  after the caret as in the last example.
1672 \end_layout
1673
1674 \begin_layout Subsection
1675 Fractions
1676 \begin_inset CommandInset label
1677 LatexCommand label
1678 name "sub:Fractions"
1679
1680 \end_inset
1681
1682
1683 \begin_inset Index
1684 status collapsed
1685
1686 \begin_layout Plain Layout
1687 Fractions
1688 \end_layout
1689
1690 \end_inset
1691
1692
1693 \end_layout
1694
1695 \begin_layout Standard
1696 Fractions are generated with the command 
1697 \series bold
1698
1699 \backslash
1700 frac
1701 \series default
1702
1703 \begin_inset Index
1704 status collapsed
1705
1706 \begin_layout Plain Layout
1707 Commands ! F ! 
1708 \backslash
1709 frac
1710 \end_layout
1711
1712 \end_inset
1713
1714  or via the math toolbar button 
1715 \begin_inset Graphics
1716         filename ../images/math/frac.png
1717         scale 50
1718
1719 \end_inset
1720
1721 .
1722  The font size is adjusted automatically, depending on whether the fraction
1723  is in an inline or display style formula.
1724  With the math toolbar button 
1725 \begin_inset Graphics
1726         filename ../images/math/frac-square.png
1727         scale 85
1728
1729 \end_inset
1730
1731  you can select different fraction types.
1732 \end_layout
1733
1734 \begin_layout Standard
1735 With the command 
1736 \series bold
1737
1738 \backslash
1739 dfrac
1740 \begin_inset Index
1741 status collapsed
1742
1743 \begin_layout Plain Layout
1744 Commands ! D ! 
1745 \backslash
1746 dfrac
1747 \end_layout
1748
1749 \end_inset
1750
1751
1752 \series default
1753  a fraction can be created that has in any case the size of a display style
1754  formula.
1755  With 
1756 \series bold
1757
1758 \backslash
1759 tfrac
1760 \begin_inset Index
1761 status collapsed
1762
1763 \begin_layout Plain Layout
1764 Commands ! T ! 
1765 \backslash
1766 tfrac
1767 \end_layout
1768
1769 \end_inset
1770
1771
1772 \series default
1773  the fraction appears always with the size of an inline formula.
1774  An example:
1775 \end_layout
1776
1777 \begin_layout Standard
1778 A line with the fraction 
1779 \begin_inset Formula $\frac{1}{2}$
1780 \end_inset
1781
1782  that was created with the command 
1783 \series bold
1784
1785 \backslash
1786 frac
1787 \series default
1788 .
1789 \end_layout
1790
1791 \begin_layout Standard
1792 A line with the fraction 
1793 \begin_inset Formula $\dfrac{1}{2}$
1794 \end_inset
1795
1796  that was created with the command 
1797 \series bold
1798
1799 \backslash
1800 dfrac
1801 \series default
1802 .
1803 \end_layout
1804
1805 \begin_layout Standard
1806 \align center
1807 \begin_inset Tabular
1808 <lyxtabular version="3" rows="4" columns="2">
1809 <features tabularvalignment="middle">
1810 <column alignment="center" valignment="top" width="0pt">
1811 <column alignment="center" valignment="top" width="0pt">
1812 <row>
1813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1814 \begin_inset Text
1815
1816 \begin_layout Plain Layout
1817 Command
1818 \end_layout
1819
1820 \end_inset
1821 </cell>
1822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1823 \begin_inset Text
1824
1825 \begin_layout Plain Layout
1826 Result
1827 \begin_inset Note Note
1828 status collapsed
1829
1830 \begin_layout Plain Layout
1831
1832 \series bold
1833
1834 \backslash
1835 raisebox
1836 \series default
1837  is only used as spacer.
1838 \end_layout
1839
1840 \end_inset
1841
1842
1843 \end_layout
1844
1845 \end_inset
1846 </cell>
1847 </row>
1848 <row>
1849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1850 \begin_inset Text
1851
1852 \begin_layout Plain Layout
1853
1854 \backslash
1855 frac
1856 \begin_inset ERT
1857 status collapsed
1858
1859 \begin_layout Plain Layout
1860
1861
1862 \backslash
1863 spce 
1864 \end_layout
1865
1866 \end_inset
1867
1868 A
1869 \begin_inset Formula $\downarrow$
1870 \end_inset
1871
1872 B
1873 \end_layout
1874
1875 \end_inset
1876 </cell>
1877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1878 \begin_inset Text
1879
1880 \begin_layout Plain Layout
1881 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1882 \end_inset
1883
1884
1885 \end_layout
1886
1887 \end_inset
1888 </cell>
1889 </row>
1890 <row>
1891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1892 \begin_inset Text
1893
1894 \begin_layout Plain Layout
1895
1896 \backslash
1897 dfrac
1898 \begin_inset ERT
1899 status collapsed
1900
1901 \begin_layout Plain Layout
1902
1903
1904 \backslash
1905 spce 
1906 \end_layout
1907
1908 \end_inset
1909
1910 A
1911 \begin_inset Formula $\downarrow$
1912 \end_inset
1913
1914 B
1915 \end_layout
1916
1917 \end_inset
1918 </cell>
1919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1920 \begin_inset Text
1921
1922 \begin_layout Plain Layout
1923 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1924 \end_inset
1925
1926
1927 \end_layout
1928
1929 \end_inset
1930 </cell>
1931 </row>
1932 <row>
1933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1934 \begin_inset Text
1935
1936 \begin_layout Plain Layout
1937
1938 \backslash
1939 dfrac
1940 \begin_inset ERT
1941 status collapsed
1942
1943 \begin_layout Plain Layout
1944
1945
1946 \backslash
1947 spce 
1948 \end_layout
1949
1950 \end_inset
1951
1952 e^
1953 \begin_inset ERT
1954 status collapsed
1955
1956 \begin_layout Plain Layout
1957
1958
1959 \backslash
1960 spce 
1961 \end_layout
1962
1963 \end_inset
1964
1965
1966 \backslash
1967 frac
1968 \begin_inset ERT
1969 status collapsed
1970
1971 \begin_layout Plain Layout
1972
1973
1974 \backslash
1975 spce 
1976 \end_layout
1977
1978 \end_inset
1979
1980 1
1981 \begin_inset Formula $\downarrow$
1982 \end_inset
1983
1984 2
1985 \begin_inset Formula $\downarrow\downarrow$
1986 \end_inset
1987
1988 3
1989 \end_layout
1990
1991 \end_inset
1992 </cell>
1993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1994 \begin_inset Text
1995
1996 \begin_layout Plain Layout
1997 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1998 \end_inset
1999
2000
2001 \end_layout
2002
2003 \end_inset
2004 </cell>
2005 </row>
2006 </lyxtabular>
2007
2008 \end_inset
2009
2010
2011 \end_layout
2012
2013 \begin_layout Standard
2014 \begin_inset VSpace bigskip
2015 \end_inset
2016
2017
2018 \begin_inset Newpage newpage
2019 \end_inset
2020
2021 For nested fractions the command 
2022 \series bold
2023
2024 \backslash
2025 cfrac
2026 \series default
2027
2028 \begin_inset Index
2029 status collapsed
2030
2031 \begin_layout Plain Layout
2032 Commands ! C ! 
2033 \backslash
2034 cfrac
2035 \end_layout
2036
2037 \end_inset
2038
2039  can be used.
2040  Here an example:
2041 \begin_inset VSpace -3mm
2042 \end_inset
2043
2044
2045 \end_layout
2046
2047 \begin_layout Standard
2048 \begin_inset Formula \begin{align*}
2049 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2050 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2051
2052 \end_inset
2053
2054
2055 \end_layout
2056
2057 \begin_layout Standard
2058 The command for the example above is:
2059 \end_layout
2060
2061 \begin_layout Standard
2062
2063 \series bold
2064
2065 \backslash
2066 cfrac{A
2067 \begin_inset Formula $\to$
2068 \end_inset
2069
2070
2071 \backslash
2072 {B+
2073 \backslash
2074 cfrac{C+
2075 \backslash
2076 cfrac{E
2077 \begin_inset Formula $\to$
2078 \end_inset
2079
2080
2081 \backslash
2082 {F
2083 \begin_inset Formula $\to\to$
2084 \end_inset
2085
2086
2087 \backslash
2088 {D
2089 \end_layout
2090
2091 \begin_layout Standard
2092 \begin_inset VSpace medskip
2093 \end_inset
2094
2095
2096 \end_layout
2097
2098 \begin_layout Standard
2099
2100 \series bold
2101
2102 \backslash
2103 cfrac
2104 \series default
2105  sets the fraction always in the size of a displayed formula, also when
2106  it is part of another fraction.
2107  
2108 \series bold
2109
2110 \backslash
2111 cfrac
2112 \series default
2113  has the following command scheme:
2114 \end_layout
2115
2116 \begin_layout Standard
2117
2118 \series bold
2119
2120 \backslash
2121 cfrac[numerator position]{numerator}{denominator}
2122 \end_layout
2123
2124 \begin_layout Standard
2125 The numerator position can be 
2126 \emph on
2127 l
2128 \emph default
2129  , 
2130 \emph on
2131 c
2132 \emph default
2133 , or 
2134 \emph on
2135 r
2136 \emph default
2137  .
2138  l or r aligns the numerator to the left or right, resp.
2139 \begin_inset space ~
2140 \end_inset
2141
2142 with the fraction stroke.
2143  When 
2144 \emph on
2145 c
2146 \emph default
2147  or no position is given, the numerator appears centered.
2148  These fractions demonstrate the different alignments:
2149 \begin_inset Newline newline
2150 \end_inset
2151
2152
2153 \series bold
2154
2155 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2156 \end_inset
2157
2158
2159 \begin_inset Formula $\cfrac{A}{B+C}$
2160 \end_inset
2161
2162
2163 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2164 \end_inset
2165
2166
2167 \end_layout
2168
2169 \begin_layout Standard
2170 \begin_inset VSpace medskip
2171 \end_inset
2172
2173 It is often advantageous to combine 
2174 \series bold
2175
2176 \backslash
2177 cfrac
2178 \series default
2179  and 
2180 \series bold
2181
2182 \backslash
2183 frac
2184 \series default
2185 :
2186 \begin_inset Formula \[
2187 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2188
2189 \end_inset
2190
2191
2192 \end_layout
2193
2194 \begin_layout Standard
2195 For inline fractions with a sloped fraction stroke you can use the command
2196  
2197 \series bold
2198
2199 \backslash
2200 nicefrac
2201 \series default
2202
2203 \begin_inset Index
2204 status collapsed
2205
2206 \begin_layout Plain Layout
2207 Commands ! N ! 
2208 \backslash
2209 nicefrac
2210 \end_layout
2211
2212 \end_inset
2213
2214
2215 \begin_inset Formula $\nicefrac{5}{31}$
2216 \end_inset
2217
2218  or 
2219 \series bold
2220
2221 \backslash
2222 unitfrac
2223 \series default
2224
2225 \begin_inset Index
2226 status collapsed
2227
2228 \begin_layout Plain Layout
2229 Commands ! U ! 
2230 \backslash
2231 unitfrac
2232 \end_layout
2233
2234 \end_inset
2235
2236
2237 \begin_inset Formula $\unitfrac{5}{31}$
2238 \end_inset
2239
2240  There is furthermore the command 
2241 \series bold
2242
2243 \backslash
2244 unitfracthree
2245 \series default
2246  that offers to write a fraction in combination with a number: 
2247 \begin_inset Formula $\unitfrac[2]{1}{3}$
2248 \end_inset
2249
2250
2251 \begin_inset Newline newline
2252 \end_inset
2253
2254 Note that 
2255 \series bold
2256
2257 \backslash
2258 unitfracthree
2259 \series default
2260  is not a real LaTeX command but the command
2261 \begin_inset Newline newline
2262 \end_inset
2263
2264
2265 \series bold
2266
2267 \backslash
2268 unitfrac[number]{numerator}{denominator}
2269 \series default
2270 , therefore you cannot use it in TeX code.
2271 \end_layout
2272
2273 \begin_layout Standard
2274 How to define own fractions where the fraction stroke can be changed, is
2275  explained in 
2276 \begin_inset CommandInset ref
2277 LatexCommand ref
2278 reference "sub:Self-defined-Fractions"
2279
2280 \end_inset
2281
2282 .
2283 \end_layout
2284
2285 \begin_layout Subsection
2286 Roots
2287 \begin_inset Index
2288 status collapsed
2289
2290 \begin_layout Plain Layout
2291 Roots
2292 \end_layout
2293
2294 \end_inset
2295
2296
2297 \end_layout
2298
2299 \begin_layout Standard
2300 Square roots are created with 
2301 \series bold
2302
2303 \backslash
2304 sqrt
2305 \series default
2306
2307 \begin_inset Index
2308 status collapsed
2309
2310 \begin_layout Plain Layout
2311 Commands ! S ! 
2312 \backslash
2313 sqrt
2314 \end_layout
2315
2316 \end_inset
2317
2318  or the math toolbar button 
2319 \begin_inset Graphics
2320         filename ../images/math/sqrt.png
2321         scale 85
2322
2323 \end_inset
2324
2325 , all other roots with the command 
2326 \series bold
2327
2328 \backslash
2329 root
2330 \series default
2331
2332 \begin_inset Index
2333 status collapsed
2334
2335 \begin_layout Plain Layout
2336 Commands ! R ! 
2337 \backslash
2338 root
2339 \end_layout
2340
2341 \end_inset
2342
2343  or with the math toolbar button 
2344 \begin_inset Graphics
2345         filename ../images/math/root.png
2346         scale 85
2347
2348 \end_inset
2349
2350 .
2351 \end_layout
2352
2353 \begin_layout Standard
2354 \align center
2355 \begin_inset Tabular
2356 <lyxtabular version="3" rows="3" columns="2">
2357 <features tabularvalignment="middle">
2358 <column alignment="center" valignment="top" width="0pt">
2359 <column alignment="center" valignment="top" width="0pt">
2360 <row>
2361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2362 \begin_inset Text
2363
2364 \begin_layout Plain Layout
2365 Command
2366 \end_layout
2367
2368 \end_inset
2369 </cell>
2370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2371 \begin_inset Text
2372
2373 \begin_layout Plain Layout
2374 Result
2375 \begin_inset Note Note
2376 status collapsed
2377
2378 \begin_layout Plain Layout
2379
2380 \series bold
2381
2382 \backslash
2383 raisebox
2384 \series default
2385  is only used as spacer.
2386 \end_layout
2387
2388 \end_inset
2389
2390
2391 \end_layout
2392
2393 \end_inset
2394 </cell>
2395 </row>
2396 <row>
2397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2398 \begin_inset Text
2399
2400 \begin_layout Plain Layout
2401
2402 \backslash
2403 sqrt
2404 \begin_inset ERT
2405 status collapsed
2406
2407 \begin_layout Plain Layout
2408
2409
2410 \backslash
2411 spce 
2412 \end_layout
2413
2414 \end_inset
2415
2416 A-B
2417 \end_layout
2418
2419 \end_inset
2420 </cell>
2421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2422 \begin_inset Text
2423
2424 \begin_layout Plain Layout
2425 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2426 \end_inset
2427
2428
2429 \end_layout
2430
2431 \end_inset
2432 </cell>
2433 </row>
2434 <row>
2435 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2436 \begin_inset Text
2437
2438 \begin_layout Plain Layout
2439
2440 \backslash
2441 root
2442 \begin_inset ERT
2443 status collapsed
2444
2445 \begin_layout Plain Layout
2446
2447
2448 \backslash
2449 spce 
2450 \end_layout
2451
2452 \end_inset
2453
2454 3
2455 \begin_inset Formula $\downarrow$
2456 \end_inset
2457
2458 A-B
2459 \end_layout
2460
2461 \end_inset
2462 </cell>
2463 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2464 \begin_inset Text
2465
2466 \begin_layout Plain Layout
2467 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2468 \end_inset
2469
2470
2471 \end_layout
2472
2473 \end_inset
2474 </cell>
2475 </row>
2476 </lyxtabular>
2477
2478 \end_inset
2479
2480
2481 \end_layout
2482
2483 \begin_layout Standard
2484 A square root can also be created with 
2485 \series bold
2486
2487 \backslash
2488 root
2489 \series default
2490  when the root index field is left empty.
2491 \end_layout
2492
2493 \begin_layout Standard
2494 With certain indices the distance to the root is too small, like in this
2495  formula: 
2496 \begin_inset Formula $\sqrt[\beta]{B}$
2497 \end_inset
2498
2499
2500 \begin_inset Newline newline
2501 \end_inset
2502
2503 The 
2504 \begin_inset Formula $\beta$
2505 \end_inset
2506
2507  touches the root.
2508  To avoid this, the commands 
2509 \series bold
2510
2511 \backslash
2512 leftroot
2513 \series default
2514
2515 \begin_inset Index
2516 status collapsed
2517
2518 \begin_layout Plain Layout
2519 Commands ! L ! 
2520 \backslash
2521 leftroot
2522 \end_layout
2523
2524 \end_inset
2525
2526  and 
2527 \series bold
2528
2529 \backslash
2530 uproot
2531 \series default
2532
2533 \begin_inset Index
2534 status collapsed
2535
2536 \begin_layout Plain Layout
2537 Commands ! U ! 
2538 \backslash
2539 uproot
2540 \end_layout
2541
2542 \end_inset
2543
2544  are used with the following scheme:
2545 \end_layout
2546
2547 \begin_layout Standard
2548
2549 \series bold
2550
2551 \backslash
2552 leftroot{distance}
2553 \series default
2554  and 
2555 \series bold
2556
2557 \backslash
2558 uproot{distance}
2559 \end_layout
2560
2561 \begin_layout Standard
2562 Distance is the number of Big Points (unit bp; 
2563 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2564 \end_inset
2565
2566 ), that the index should be moved to the left or top, resp..
2567  The commands are written to the index.
2568  This way the command
2569 \begin_inset Newline newline
2570 \end_inset
2571
2572
2573 \series bold
2574
2575 \backslash
2576 root
2577 \backslash
2578 leftroot{-1
2579 \begin_inset Formula $\to$
2580 \end_inset
2581
2582
2583 \backslash
2584 uproot{2
2585 \begin_inset Formula $\to$
2586 \end_inset
2587
2588
2589 \backslash
2590 beta
2591 \begin_inset ERT
2592 status collapsed
2593
2594 \begin_layout Plain Layout
2595
2596
2597 \backslash
2598 spce 
2599 \end_layout
2600
2601 \end_inset
2602
2603
2604 \begin_inset Formula $\to$
2605 \end_inset
2606
2607 B
2608 \begin_inset Newline newline
2609 \end_inset
2610
2611
2612 \series default
2613 produces a correct typeset formula: 
2614 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2615 \end_inset
2616
2617
2618 \end_layout
2619
2620 \begin_layout Subsection
2621 Binomial Coefficients
2622 \begin_inset Index
2623 status collapsed
2624
2625 \begin_layout Plain Layout
2626 Binomial coefficients
2627 \end_layout
2628
2629 \end_inset
2630
2631
2632 \end_layout
2633
2634 \begin_layout Standard
2635 Binomial coefficients are inserted with the command 
2636 \series bold
2637
2638 \backslash
2639 binom
2640 \series default
2641
2642 \begin_inset Index
2643 status collapsed
2644
2645 \begin_layout Plain Layout
2646 Commands ! B ! 
2647 \backslash
2648 binom
2649 \end_layout
2650
2651 \end_inset
2652
2653  or with the submenu of the math toolbar button 
2654 \begin_inset Graphics
2655         filename ../images/math/frac-square.png
2656         scale 85
2657
2658 \end_inset
2659
2660 .
2661  Analog to fractions (
2662 \series bold
2663
2664 \backslash
2665 frac
2666 \series default
2667 ) there are besides 
2668 \series bold
2669
2670 \backslash
2671 binom
2672 \series default
2673  the commands 
2674 \series bold
2675
2676 \backslash
2677 dbinom
2678 \begin_inset Index
2679 status collapsed
2680
2681 \begin_layout Plain Layout
2682 Commands ! D ! 
2683 \backslash
2684 dbinom
2685 \end_layout
2686
2687 \end_inset
2688
2689
2690 \series default
2691  and 
2692 \series bold
2693
2694 \backslash
2695 tbinom
2696 \series default
2697
2698 \begin_inset Index
2699 status collapsed
2700
2701 \begin_layout Plain Layout
2702 Commands ! T ! 
2703 \backslash
2704 tbinom
2705 \end_layout
2706
2707 \end_inset
2708
2709 .
2710  For other brackets around binomial coeficients there are the commands 
2711 \series bold
2712
2713 \backslash
2714 brace
2715 \series default
2716
2717 \begin_inset Index
2718 status collapsed
2719
2720 \begin_layout Plain Layout
2721 Commands ! B ! 
2722 \backslash
2723 brace
2724 \end_layout
2725
2726 \end_inset
2727
2728  and 
2729 \series bold
2730
2731 \backslash
2732 brack
2733 \series default
2734
2735 \begin_inset Index
2736 status collapsed
2737
2738 \begin_layout Plain Layout
2739 Commands ! B ! 
2740 \backslash
2741 brack
2742 \end_layout
2743
2744 \end_inset
2745
2746 .
2747 \end_layout
2748
2749 \begin_layout Standard
2750 \align center
2751 \begin_inset Tabular
2752 <lyxtabular version="3" rows="6" columns="2">
2753 <features tabularvalignment="middle">
2754 <column alignment="center" valignment="top" width="0pt">
2755 <column alignment="center" valignment="top" width="0pt">
2756 <row>
2757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2758 \begin_inset Text
2759
2760 \begin_layout Plain Layout
2761 Command
2762 \end_layout
2763
2764 \end_inset
2765 </cell>
2766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2767 \begin_inset Text
2768
2769 \begin_layout Plain Layout
2770 Result
2771 \begin_inset Note Note
2772 status collapsed
2773
2774 \begin_layout Plain Layout
2775
2776 \series bold
2777
2778 \backslash
2779 raisebox
2780 \series default
2781  is only used as spacer.
2782 \end_layout
2783
2784 \end_inset
2785
2786
2787 \end_layout
2788
2789 \end_inset
2790 </cell>
2791 </row>
2792 <row>
2793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2794 \begin_inset Text
2795
2796 \begin_layout Plain Layout
2797
2798 \backslash
2799 binom
2800 \begin_inset ERT
2801 status collapsed
2802
2803 \begin_layout Plain Layout
2804
2805
2806 \backslash
2807 spce 
2808 \end_layout
2809
2810 \end_inset
2811
2812 A
2813 \begin_inset Formula $\downarrow$
2814 \end_inset
2815
2816 B
2817 \end_layout
2818
2819 \end_inset
2820 </cell>
2821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2822 \begin_inset Text
2823
2824 \begin_layout Plain Layout
2825 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2826 \end_inset
2827
2828
2829 \end_layout
2830
2831 \end_inset
2832 </cell>
2833 </row>
2834 <row>
2835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2836 \begin_inset Text
2837
2838 \begin_layout Plain Layout
2839
2840 \backslash
2841 dbinom
2842 \begin_inset ERT
2843 status collapsed
2844
2845 \begin_layout Plain Layout
2846
2847
2848 \backslash
2849 spce 
2850 \end_layout
2851
2852 \end_inset
2853
2854 A
2855 \begin_inset Formula $\downarrow$
2856 \end_inset
2857
2858 B
2859 \end_layout
2860
2861 \end_inset
2862 </cell>
2863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2864 \begin_inset Text
2865
2866 \begin_layout Plain Layout
2867 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2868 \end_inset
2869
2870
2871 \end_layout
2872
2873 \end_inset
2874 </cell>
2875 </row>
2876 <row>
2877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2878 \begin_inset Text
2879
2880 \begin_layout Plain Layout
2881
2882 \backslash
2883 tbinom
2884 \begin_inset ERT
2885 status collapsed
2886
2887 \begin_layout Plain Layout
2888
2889
2890 \backslash
2891 spce 
2892 \end_layout
2893
2894 \end_inset
2895
2896 A
2897 \begin_inset Formula $\downarrow$
2898 \end_inset
2899
2900 B
2901 \end_layout
2902
2903 \end_inset
2904 </cell>
2905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2906 \begin_inset Text
2907
2908 \begin_layout Plain Layout
2909 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2910 \end_inset
2911
2912
2913 \end_layout
2914
2915 \end_inset
2916 </cell>
2917 </row>
2918 <row>
2919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2920 \begin_inset Text
2921
2922 \begin_layout Plain Layout
2923
2924 \backslash
2925 brack
2926 \begin_inset ERT
2927 status collapsed
2928
2929 \begin_layout Plain Layout
2930
2931
2932 \backslash
2933 spce 
2934 \end_layout
2935
2936 \end_inset
2937
2938 A
2939 \begin_inset Formula $\downarrow$
2940 \end_inset
2941
2942 B
2943 \end_layout
2944
2945 \end_inset
2946 </cell>
2947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2948 \begin_inset Text
2949
2950 \begin_layout Plain Layout
2951 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2952 \end_inset
2953
2954
2955 \end_layout
2956
2957 \end_inset
2958 </cell>
2959 </row>
2960 <row>
2961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2962 \begin_inset Text
2963
2964 \begin_layout Plain Layout
2965
2966 \backslash
2967 brace
2968 \begin_inset ERT
2969 status collapsed
2970
2971 \begin_layout Plain Layout
2972
2973
2974 \backslash
2975 spce 
2976 \end_layout
2977
2978 \end_inset
2979
2980 A
2981 \begin_inset Formula $\downarrow$
2982 \end_inset
2983
2984 B
2985 \end_layout
2986
2987 \end_inset
2988 </cell>
2989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2990 \begin_inset Text
2991
2992 \begin_layout Plain Layout
2993 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2994 \end_inset
2995
2996
2997 \end_layout
2998
2999 \end_inset
3000 </cell>
3001 </row>
3002 </lyxtabular>
3003
3004 \end_inset
3005
3006
3007 \end_layout
3008
3009 \begin_layout Subsection
3010 Case Differentiations
3011 \begin_inset Index
3012 status collapsed
3013
3014 \begin_layout Plain Layout
3015 Case differentiations 
3016 \end_layout
3017
3018 \end_inset
3019
3020
3021 \end_layout
3022
3023 \begin_layout Standard
3024 \align center
3025 \begin_inset Tabular
3026 <lyxtabular version="3" rows="3" columns="2">
3027 <features tabularvalignment="middle">
3028 <column alignment="center" valignment="top" width="0pt">
3029 <column alignment="center" valignment="top" width="0pt">
3030 <row>
3031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3032 \begin_inset Text
3033
3034 \begin_layout Plain Layout
3035 Command
3036 \end_layout
3037
3038 \end_inset
3039 </cell>
3040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3041 \begin_inset Text
3042
3043 \begin_layout Plain Layout
3044 Result
3045 \end_layout
3046
3047 \end_inset
3048 </cell>
3049 </row>
3050 <row>
3051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3052 \begin_inset Text
3053
3054 \begin_layout Plain Layout
3055
3056 \backslash
3057 cases
3058 \begin_inset ERT
3059 status collapsed
3060
3061 \begin_layout Plain Layout
3062
3063
3064 \backslash
3065 spce 
3066 \end_layout
3067
3068 \end_inset
3069
3070 A
3071 \begin_inset Formula $\to$
3072 \end_inset
3073
3074 B>0
3075 \begin_inset Index
3076 status collapsed
3077
3078 \begin_layout Plain Layout
3079 Commands ! C ! 
3080 \backslash
3081 cases
3082 \end_layout
3083
3084 \end_inset
3085
3086
3087 \end_layout
3088
3089 \end_inset
3090 </cell>
3091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3092 \begin_inset Text
3093
3094 \begin_layout Plain Layout
3095 \begin_inset Formula $\begin{cases}
3096 A & B>0\end{cases}$
3097 \end_inset
3098
3099
3100 \end_layout
3101
3102 \end_inset
3103 </cell>
3104 </row>
3105 <row>
3106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3107 \begin_inset Text
3108
3109 \begin_layout Plain Layout
3110
3111 \backslash
3112 cases
3113 \begin_inset ERT
3114 status collapsed
3115
3116 \begin_layout Plain Layout
3117
3118
3119 \backslash
3120 spce 
3121 \end_layout
3122
3123 \end_inset
3124
3125
3126 \begin_inset Info
3127 type  "shortcut"
3128 arg   "newline-insert newline"
3129 \end_inset
3130
3131
3132 \end_layout
3133
3134 \end_inset
3135 </cell>
3136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140 \begin_inset Formula $\begin{cases}
3141 A & \textrm{for }x>0\\
3142 B & \textrm{for }x=0\end{cases}$
3143 \end_inset
3144
3145
3146 \end_layout
3147
3148 \end_inset
3149 </cell>
3150 </row>
3151 </lyxtabular>
3152
3153 \end_inset
3154
3155
3156 \end_layout
3157
3158 \begin_layout Standard
3159 After inserting 
3160 \series bold
3161
3162 \backslash
3163 cases
3164 \series default
3165  or the usage of the math toolbar button 
3166 \begin_inset Graphics
3167         filename ../images/math/cases.png
3168         scale 85
3169
3170 \end_inset
3171
3172  you can create new lines with the shortcut 
3173 \begin_inset Info
3174 type  "shortcut"
3175 arg   "newline-insert newline"
3176 \end_inset
3177
3178  or the table toolbar button 
3179 \begin_inset Graphics
3180         filename ../images/tabular-feature_append-row.png
3181         scale 85
3182
3183 \end_inset
3184
3185 .
3186 \end_layout
3187
3188 \begin_layout Standard
3189 The command 
3190 \series bold
3191
3192 \backslash
3193 cases
3194 \series default
3195  is also available via the menu 
3196 \family sans
3197 Insert\SpecialChar \menuseparator
3198 Math\SpecialChar \menuseparator
3199 Cases-Environment
3200 \family default
3201 .
3202 \end_layout
3203
3204 \begin_layout Subsection
3205 Negations
3206 \begin_inset Index
3207 status collapsed
3208
3209 \begin_layout Plain Layout
3210 Negations
3211 \end_layout
3212
3213 \end_inset
3214
3215
3216 \end_layout
3217
3218 \begin_layout Standard
3219 By inserting of 
3220 \series bold
3221
3222 \backslash
3223 not
3224 \series default
3225
3226 \begin_inset Index
3227 status collapsed
3228
3229 \begin_layout Plain Layout
3230 Commands ! N ! 
3231 \backslash
3232 not
3233 \end_layout
3234
3235 \end_inset
3236
3237  every character can be displayed canceled.
3238  The characters are quasi accentuated by a slash.
3239 \end_layout
3240
3241 \begin_layout Standard
3242 \align center
3243 \begin_inset Tabular
3244 <lyxtabular version="3" rows="4" columns="2">
3245 <features tabularvalignment="middle">
3246 <column alignment="center" valignment="top" width="0pt">
3247 <column alignment="center" valignment="top" width="0pt">
3248 <row>
3249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Plain Layout
3253 Command
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3259 \begin_inset Text
3260
3261 \begin_layout Plain Layout
3262 Result
3263 \end_layout
3264
3265 \end_inset
3266 </cell>
3267 </row>
3268 <row>
3269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3270 \begin_inset Text
3271
3272 \begin_layout Plain Layout
3273
3274 \backslash
3275 not=
3276 \end_layout
3277
3278 \end_inset
3279 </cell>
3280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Plain Layout
3284 \begin_inset Formula $\not=$
3285 \end_inset
3286
3287
3288 \end_layout
3289
3290 \end_inset
3291 </cell>
3292 </row>
3293 <row>
3294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3295 \begin_inset Text
3296
3297 \begin_layout Plain Layout
3298
3299 \backslash
3300 not 
3301 \backslash
3302 le
3303 \end_layout
3304
3305 \end_inset
3306 </cell>
3307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3308 \begin_inset Text
3309
3310 \begin_layout Plain Layout
3311 \begin_inset Formula $\not\le$
3312 \end_inset
3313
3314
3315 \end_layout
3316
3317 \end_inset
3318 </cell>
3319 </row>
3320 <row>
3321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3322 \begin_inset Text
3323
3324 \begin_layout Plain Layout
3325
3326 \backslash
3327 not 
3328 \backslash
3329 parallel
3330 \end_layout
3331
3332 \end_inset
3333 </cell>
3334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3335 \begin_inset Text
3336
3337 \begin_layout Plain Layout
3338 \begin_inset Formula $\not\parallel$
3339 \end_inset
3340
3341
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 </row>
3347 </lyxtabular>
3348
3349 \end_inset
3350
3351
3352 \end_layout
3353
3354 \begin_layout Standard
3355 The last example shows, that not all negations look good.
3356  Therefore there are for some negations special commands (see 
3357 \begin_inset CommandInset ref
3358 LatexCommand ref
3359 reference "sub:Mathematical-Symbols"
3360
3361 \end_inset
3362
3363  and 
3364 \begin_inset CommandInset ref
3365 LatexCommand ref
3366 reference "sec:Relations"
3367
3368 \end_inset
3369
3370 ).
3371 \end_layout
3372
3373 \begin_layout Subsection
3374 Placeholders
3375 \begin_inset CommandInset label
3376 LatexCommand label
3377 name "sub:Placeholders"
3378
3379 \end_inset
3380
3381
3382 \begin_inset Index
3383 status collapsed
3384
3385 \begin_layout Plain Layout
3386 Placeholders
3387 \end_layout
3388
3389 \end_inset
3390
3391
3392 \begin_inset Index
3393 status collapsed
3394
3395 \begin_layout Plain Layout
3396 Chemical characters ! Isotopes
3397 \end_layout
3398
3399 \end_inset
3400
3401
3402 \begin_inset Index
3403 status collapsed
3404
3405 \begin_layout Plain Layout
3406 Isotopes|see
3407 \begin_inset ERT
3408 status collapsed
3409
3410 \begin_layout Plain Layout
3411
3412 {
3413 \end_layout
3414
3415 \end_inset
3416
3417 Chemical characters
3418 \begin_inset ERT
3419 status collapsed
3420
3421 \begin_layout Plain Layout
3422
3423 }
3424 \end_layout
3425
3426 \end_inset
3427
3428
3429 \end_layout
3430
3431 \end_inset
3432
3433
3434 \end_layout
3435
3436 \begin_layout Standard
3437 When displaying e.
3438 \begin_inset space \thinspace{}
3439 \end_inset
3440
3441 g.
3442 \begin_inset space \space{}
3443 \end_inset
3444
3445 isotopes
3446 \begin_inset Foot
3447 status collapsed
3448
3449 \begin_layout Plain Layout
3450 More about chemical symbols is written in 
3451 \begin_inset CommandInset ref
3452 LatexCommand ref
3453 reference "sub:Chemical-Symbols-and"
3454
3455 \end_inset
3456
3457 .
3458 \end_layout
3459
3460 \end_inset
3461
3462  the following problem occurs:
3463 \end_layout
3464
3465 \begin_layout Standard
3466 \align center
3467 \begin_inset Tabular
3468 <lyxtabular version="3" rows="2" columns="2">
3469 <features tabularvalignment="middle">
3470 <column alignment="center" valignment="top" width="0pt">
3471 <column alignment="center" valignment="top" width="0pt">
3472 <row>
3473 <cell alignment="center" valignment="top" usebox="none">
3474 \begin_inset Text
3475
3476 \begin_layout Plain Layout
3477 Indices created with sub- and superscripts:
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 <cell alignment="center" valignment="top" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3487 \end_inset
3488
3489
3490 \end_layout
3491
3492 \end_inset
3493 </cell>
3494 </row>
3495 <row>
3496 <cell alignment="center" valignment="top" usebox="none">
3497 \begin_inset Text
3498
3499 \begin_layout Plain Layout
3500 correct indices:
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 <cell alignment="center" valignment="top" usebox="none">
3506 \begin_inset Text
3507
3508 \begin_layout Plain Layout
3509 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3510 \end_inset
3511
3512
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 </row>
3518 </lyxtabular>
3519
3520 \end_inset
3521
3522
3523 \begin_inset Note Note
3524 status collapsed
3525
3526 \begin_layout Plain Layout
3527
3528 \series bold
3529
3530 \backslash
3531 raisebox
3532 \series default
3533  is only used as spacer.
3534 \end_layout
3535
3536 \end_inset
3537
3538
3539 \end_layout
3540
3541 \begin_layout Standard
3542 The shorter index is by default placed below or above the first character
3543  of the longer index.
3544  To avoid this there is the command 
3545 \series bold
3546
3547 \backslash
3548 phantom
3549 \series default
3550
3551 \begin_inset Index
3552 status collapsed
3553
3554 \begin_layout Plain Layout
3555 Commands ! P ! 
3556 \backslash
3557 phantom
3558 \end_layout
3559
3560 \end_inset
3561
3562  or the math toolbar button
3563 \begin_inset space \thinspace{}
3564 \end_inset
3565
3566
3567 \begin_inset Foot
3568 status collapsed
3569
3570 \begin_layout Plain Layout
3571 can be found in the submenu of the toolbar button 
3572 \begin_inset Graphics
3573         filename ../images/math/space.png
3574         scale 85
3575
3576 \end_inset
3577
3578
3579 \end_layout
3580
3581 \end_inset
3582
3583  
3584 \begin_inset Graphics
3585         filename ../images/math/phantom.png
3586         scale 85
3587
3588 \end_inset
3589
3590  that creates one or more phantom characters.
3591  When inserting 
3592 \series bold
3593
3594 \backslash
3595 phantom
3596 \series default
3597  a small blue box appears that is superposed with two red arrows.
3598  The arrows indicate that the complete width and height of the box content
3599  will be created as placeholder.
3600  Phantom characters are accordingly placeholders with the size of the characters.
3601 \end_layout
3602
3603 \begin_layout Standard
3604 \align center
3605 \begin_inset Tabular
3606 <lyxtabular version="3" rows="4" columns="2">
3607 <features tabularvalignment="middle">
3608 <column alignment="center" valignment="top" width="0">
3609 <column alignment="center" valignment="top" width="0">
3610 <row>
3611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3612 \begin_inset Text
3613
3614 \begin_layout Plain Layout
3615 Command
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Plain Layout
3624 Result
3625 \begin_inset Note Note
3626 status collapsed
3627
3628 \begin_layout Plain Layout
3629
3630 \series bold
3631
3632 \backslash
3633 raisebox
3634 \series default
3635  is only used as spacer.
3636 \end_layout
3637
3638 \end_inset
3639
3640
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 </row>
3646 <row>
3647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651 ^19
3652 \begin_inset ERT
3653 status collapsed
3654
3655 \begin_layout Plain Layout
3656
3657
3658 \backslash
3659 spce 
3660 \end_layout
3661
3662 \end_inset
3663
3664 _
3665 \backslash
3666 phantom
3667 \begin_inset ERT
3668 status collapsed
3669
3670 \begin_layout Plain Layout
3671
3672
3673 \backslash
3674 spce 
3675 \end_layout
3676
3677 \end_inset
3678
3679 1
3680 \begin_inset Formula $\to$
3681 \end_inset
3682
3683 9
3684 \begin_inset ERT
3685 status collapsed
3686
3687 \begin_layout Plain Layout
3688
3689
3690 \backslash
3691 spce 
3692 \end_layout
3693
3694 \end_inset
3695
3696 F
3697 \end_layout
3698
3699 \end_inset
3700 </cell>
3701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Plain Layout
3705 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3706 \end_inset
3707
3708
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 </row>
3714 <row>
3715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3716 \begin_inset Text
3717
3718 \begin_layout Plain Layout
3719 ^235
3720 \begin_inset ERT
3721 status collapsed
3722
3723 \begin_layout Plain Layout
3724
3725
3726 \backslash
3727 spce 
3728 \end_layout
3729
3730 \end_inset
3731
3732 _
3733 \backslash
3734 phantom
3735 \begin_inset ERT
3736 status collapsed
3737
3738 \begin_layout Plain Layout
3739
3740
3741 \backslash
3742 spce 
3743 \end_layout
3744
3745 \end_inset
3746
3747 23
3748 \begin_inset Formula $\to$
3749 \end_inset
3750
3751 9
3752 \begin_inset ERT
3753 status collapsed
3754
3755 \begin_layout Plain Layout
3756
3757
3758 \backslash
3759 spce 
3760 \end_layout
3761
3762 \end_inset
3763
3764 F
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3774 \end_inset
3775
3776
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 </row>
3782 <row>
3783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Plain Layout
3787
3788 \backslash
3789 Lambda^
3790 \begin_inset ERT
3791 status collapsed
3792
3793 \begin_layout Plain Layout
3794
3795
3796 \backslash
3797 spce 
3798 \end_layout
3799
3800 \end_inset
3801
3802
3803 \backslash
3804 phantom
3805 \begin_inset ERT
3806 status collapsed
3807
3808 \begin_layout Plain Layout
3809
3810
3811 \backslash
3812 spce 
3813 \end_layout
3814
3815 \end_inset
3816
3817 ii
3818 \begin_inset Formula $\to$
3819 \end_inset
3820
3821 t
3822 \begin_inset ERT
3823 status collapsed
3824
3825 \begin_layout Plain Layout
3826
3827
3828 \backslash
3829 spce 
3830 \end_layout
3831
3832 \end_inset
3833
3834 _MMt
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3840 \begin_inset Text
3841
3842 \begin_layout Plain Layout
3843 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3844 \end_inset
3845
3846
3847 \end_layout
3848
3849 \end_inset
3850 </cell>
3851 </row>
3852 </lyxtabular>
3853
3854 \end_inset
3855
3856
3857 \end_layout
3858
3859 \begin_layout Standard
3860 Furthermore there are the commands 
3861 \series bold
3862
3863 \backslash
3864 vphantom
3865 \series default
3866
3867 \begin_inset Index
3868 status collapsed
3869
3870 \begin_layout Plain Layout
3871 Commands ! V ! 
3872 \backslash
3873 vphantom
3874 \end_layout
3875
3876 \end_inset
3877
3878  (toolbar button 
3879 \begin_inset space ~
3880 \end_inset
3881
3882
3883 \begin_inset Graphics
3884         filename ../images/math/vphantom.png
3885         scale 85
3886
3887 \end_inset
3888
3889 ) and 
3890 \series bold
3891
3892 \backslash
3893 hphantom
3894 \series default
3895
3896 \begin_inset Index
3897 status collapsed
3898
3899 \begin_layout Plain Layout
3900 Commands ! H ! 
3901 \backslash
3902 hphantom
3903 \end_layout
3904
3905 \end_inset
3906
3907  (toolbar button 
3908 \begin_inset space ~
3909 \end_inset
3910
3911
3912 \begin_inset Graphics
3913         filename ../images/math/hphantom.png
3914         scale 85
3915
3916 \end_inset
3917
3918 ).
3919  
3920 \series bold
3921
3922 \backslash
3923 hphantom
3924 \series default
3925  creates only space for the maximal height of the characters in the box
3926  but not for its width.
3927  
3928 \series bold
3929
3930 \backslash
3931 vphantom
3932 \series default
3933  creates only space for the width of the box content.
3934  Therefore  the boxes of both commands have only one red arrow.
3935 \end_layout
3936
3937 \begin_layout Standard
3938 For example creates 
3939 \series bold
3940
3941 \backslash
3942 vphantom
3943 \series default
3944
3945 \begin_inset ERT
3946 status collapsed
3947
3948 \begin_layout Plain Layout
3949
3950
3951 \backslash
3952 spce 
3953 \end_layout
3954
3955 \end_inset
3956
3957
3958 \series bold
3959 a
3960 \backslash
3961 int
3962 \series default
3963  space for the height of the integral sign,
3964 \begin_inset Foot
3965 status collapsed
3966
3967 \begin_layout Plain Layout
3968 The command 
3969 \series bold
3970
3971 \backslash
3972 int
3973 \series default
3974  creates an integral sign, see 
3975 \begin_inset CommandInset ref
3976 LatexCommand ref
3977 reference "sub:Big-Operators"
3978
3979 \end_inset
3980
3981 .
3982 \end_layout
3983
3984 \end_inset
3985
3986  because this is the larger character.
3987  An example application is in 
3988 \begin_inset CommandInset ref
3989 LatexCommand ref
3990 reference "sub:Multiline-Brackets"
3991
3992 \end_inset
3993
3994 .
3995 \end_layout
3996
3997 \begin_layout Subsection
3998 Lines
3999 \begin_inset Index
4000 status collapsed
4001
4002 \begin_layout Plain Layout
4003 Lines
4004 \end_layout
4005
4006 \end_inset
4007
4008
4009 \begin_inset Index
4010 status collapsed
4011
4012 \begin_layout Plain Layout
4013 Formula ! underlined
4014 \end_layout
4015
4016 \end_inset
4017
4018
4019 \end_layout
4020
4021 \begin_layout Standard
4022 \align center
4023 \begin_inset Tabular
4024 <lyxtabular version="3" rows="4" columns="2">
4025 <features tabularvalignment="middle">
4026 <column alignment="center" valignment="top" width="0pt">
4027 <column alignment="center" valignment="top" width="0pt">
4028 <row>
4029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033 Command
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042 Result
4043 \begin_inset Note Note
4044 status collapsed
4045
4046 \begin_layout Plain Layout
4047
4048 \series bold
4049
4050 \backslash
4051 raisebox
4052 \series default
4053  is only used as spacer.
4054 \end_layout
4055
4056 \end_inset
4057
4058
4059 \end_layout
4060
4061 \end_inset
4062 </cell>
4063 </row>
4064 <row>
4065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4066 \begin_inset Text
4067
4068 \begin_layout Plain Layout
4069
4070 \backslash
4071 overline
4072 \begin_inset ERT
4073 status collapsed
4074
4075 \begin_layout Plain Layout
4076
4077
4078 \backslash
4079 spce 
4080 \end_layout
4081
4082 \end_inset
4083
4084 A+B
4085 \begin_inset Index
4086 status collapsed
4087
4088 \begin_layout Plain Layout
4089 Commands ! O ! 
4090 \backslash
4091 overline
4092 \end_layout
4093
4094 \end_inset
4095
4096
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4106 \end_inset
4107
4108
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 </row>
4114 <row>
4115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119
4120 \backslash
4121 underline
4122 \begin_inset ERT
4123 status collapsed
4124
4125 \begin_layout Plain Layout
4126
4127
4128 \backslash
4129 spce 
4130 \end_layout
4131
4132 \end_inset
4133
4134 A+B
4135 \begin_inset Index
4136 status collapsed
4137
4138 \begin_layout Plain Layout
4139 Commands ! U ! 
4140 \backslash
4141 underline
4142 \end_layout
4143
4144 \end_inset
4145
4146
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4156 \end_inset
4157
4158
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 </row>
4164 <row>
4165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4166 \begin_inset Text
4167
4168 \begin_layout Plain Layout
4169
4170 \backslash
4171 overline
4172 \begin_inset ERT
4173 status collapsed
4174
4175 \begin_layout Plain Layout
4176
4177
4178 \backslash
4179 spce 
4180 \end_layout
4181
4182 \end_inset
4183
4184
4185 \backslash
4186 underline
4187 \begin_inset ERT
4188 status collapsed
4189
4190 \begin_layout Plain Layout
4191
4192
4193 \backslash
4194 spce 
4195 \end_layout
4196
4197 \end_inset
4198
4199 A+B
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4209 \end_inset
4210
4211
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 </row>
4217 </lyxtabular>
4218
4219 \end_inset
4220
4221
4222 \end_layout
4223
4224 \begin_layout Standard
4225 In the last example it doesn't matter if first 
4226 \series bold
4227
4228 \backslash
4229 overline
4230 \series default
4231  or 
4232 \series bold
4233
4234 \backslash
4235 underline
4236 \series default
4237  is inserted.
4238 \end_layout
4239
4240 \begin_layout Standard
4241 To double underline e.
4242 \begin_inset space \thinspace{}
4243 \end_inset
4244
4245 g.
4246 \begin_inset space \space{}
4247 \end_inset
4248
4249 results, one uses 
4250 \series bold
4251
4252 \backslash
4253 underline
4254 \series default
4255  twice.
4256 \end_layout
4257
4258 \begin_layout Standard
4259 It is possible to place up to 6 lines above or below characters.
4260 \end_layout
4261
4262 \begin_layout Standard
4263 \begin_inset VSpace bigskip
4264 \end_inset
4265
4266 Custom lines can be created using the command 
4267 \series bold
4268
4269 \backslash
4270 rule
4271 \series default
4272
4273 \begin_inset Index
4274 status collapsed
4275
4276 \begin_layout Plain Layout
4277 Commands ! R ! 
4278 \backslash
4279 rule
4280 \end_layout
4281
4282 \end_inset
4283
4284  which has the following scheme:
4285 \end_layout
4286
4287 \begin_layout Standard
4288
4289 \series bold
4290
4291 \backslash
4292 rule[vertical offset]{length}{thickness}
4293 \end_layout
4294
4295 \begin_layout Standard
4296 The optional vertical offset shifts the line upwards (or downwards, when
4297  the value is negative).
4298  The units listed in 
4299 \begin_inset CommandInset ref
4300 LatexCommand ref
4301 reference "tab:Available-units"
4302
4303 \end_inset
4304
4305  can be used for the values.
4306  Here are two example lines created with the commands
4307 \begin_inset Newline newline
4308 \end_inset
4309
4310
4311 \series bold
4312
4313 \backslash
4314 rule[-2ex]{3cm}{2pt}
4315 \series default
4316  and 
4317 \series bold
4318
4319 \backslash
4320 rule{2cm}{1pt}
4321 \series default
4322 :
4323 \end_layout
4324
4325 \begin_layout Standard
4326 This is a sentence 
4327 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4328 \end_inset
4329
4330  with two lines.
4331 \end_layout
4332
4333 \begin_layout Standard
4334
4335 \series bold
4336
4337 \backslash
4338 rule
4339 \series default
4340  can also be used for text when it is inserted in TeX-mode.
4341 \end_layout
4342
4343 \begin_layout Subsection
4344 Ellipses
4345 \begin_inset CommandInset label
4346 LatexCommand label
4347 name "sub:Ellipses"
4348
4349 \end_inset
4350
4351
4352 \begin_inset Index
4353 status collapsed
4354
4355 \begin_layout Plain Layout
4356 Ellipses
4357 \end_layout
4358
4359 \end_inset
4360
4361
4362 \end_layout
4363
4364 \begin_layout Standard
4365 There are different types of ellipses available.
4366 \begin_inset Foot
4367 status collapsed
4368
4369 \begin_layout Plain Layout
4370 In the math toolbar in the submenu of the button 
4371 \begin_inset Graphics
4372         filename ../images/math/ldots.png
4373         scale 85
4374
4375 \end_inset
4376
4377
4378 \end_layout
4379
4380 \end_inset
4381
4382  For listings dots at the baseline are used (
4383 \series bold
4384
4385 \backslash
4386 ldots
4387 \series default
4388
4389 \begin_inset Index
4390 status collapsed
4391
4392 \begin_layout Plain Layout
4393 Commands ! L ! 
4394 \backslash
4395 ldots
4396 \end_layout
4397
4398 \end_inset
4399
4400 ), while for operations dots are needed that are on the same height as the
4401  operators (
4402 \series bold
4403
4404 \backslash
4405 cdots
4406 \series default
4407
4408 \begin_inset Index
4409 status collapsed
4410
4411 \begin_layout Plain Layout
4412 Commands ! C ! 
4413 \backslash
4414 cdots
4415 \end_layout
4416
4417 \end_inset
4418
4419 ).
4420  When using the command 
4421 \series bold
4422
4423 \backslash
4424 dots
4425 \series default
4426
4427 \begin_inset Index
4428 status collapsed
4429
4430 \begin_layout Plain Layout
4431 Commands ! D ! 
4432 \backslash
4433 dots
4434 \end_layout
4435
4436 \end_inset
4437
4438 , LaTeX decides on the basis of the next character what type is used.
4439 \end_layout
4440
4441 \begin_layout Standard
4442 \align center
4443 \begin_inset Tabular
4444 <lyxtabular version="3" rows="8" columns="2">
4445 <features tabularvalignment="middle">
4446 <column alignment="center" valignment="top" width="0pt">
4447 <column alignment="center" valignment="top" width="0pt">
4448 <row>
4449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453 Command
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4459 \begin_inset Text
4460
4461 \begin_layout Plain Layout
4462 Result
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 </row>
4468 <row>
4469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 A_1
4474 \begin_inset ERT
4475 status collapsed
4476
4477 \begin_layout Plain Layout
4478
4479
4480 \backslash
4481 spce 
4482 \end_layout
4483
4484 \end_inset
4485
4486 ,
4487 \backslash
4488 dots
4489 \begin_inset ERT
4490 status collapsed
4491
4492 \begin_layout Plain Layout
4493
4494
4495 \backslash
4496 spce 
4497 \end_layout
4498
4499 \end_inset
4500
4501 ,A_n
4502 \end_layout
4503
4504 \end_inset
4505 </cell>
4506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4507 \begin_inset Text
4508
4509 \begin_layout Plain Layout
4510 \begin_inset Formula $A_{1},\dots,A_{n}$
4511 \end_inset
4512
4513
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 </row>
4519 <row>
4520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524 A_1
4525 \begin_inset ERT
4526 status collapsed
4527
4528 \begin_layout Plain Layout
4529
4530
4531 \backslash
4532 spce 
4533 \end_layout
4534
4535 \end_inset
4536
4537 +
4538 \backslash
4539 dots
4540 \begin_inset ERT
4541 status collapsed
4542
4543 \begin_layout Plain Layout
4544
4545
4546 \backslash
4547 spce 
4548 \end_layout
4549
4550 \end_inset
4551
4552 +A_n
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561 \begin_inset Formula $A_{1}+\dots+A_{n}$
4562 \end_inset
4563
4564
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 </row>
4570 <row>
4571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 A_1
4576 \begin_inset ERT
4577 status collapsed
4578
4579 \begin_layout Plain Layout
4580
4581
4582 \backslash
4583 spce 
4584 \end_layout
4585
4586 \end_inset
4587
4588 ,
4589 \backslash
4590 ldots
4591 \begin_inset ERT
4592 status collapsed
4593
4594 \begin_layout Plain Layout
4595
4596
4597 \backslash
4598 spce 
4599 \end_layout
4600
4601 \end_inset
4602
4603 ,A_n
4604 \end_layout
4605
4606 \end_inset
4607 </cell>
4608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4609 \begin_inset Text
4610
4611 \begin_layout Plain Layout
4612 \begin_inset Formula $A_{1},\ldots,A_{n}$
4613 \end_inset
4614
4615
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 </row>
4621 <row>
4622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626 A_1
4627 \begin_inset ERT
4628 status collapsed
4629
4630 \begin_layout Plain Layout
4631
4632
4633 \backslash
4634 spce 
4635 \end_layout
4636
4637 \end_inset
4638
4639 +
4640 \backslash
4641 cdots
4642 \begin_inset ERT
4643 status collapsed
4644
4645 \begin_layout Plain Layout
4646
4647
4648 \backslash
4649 spce 
4650 \end_layout
4651
4652 \end_inset
4653
4654 +A_n
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4664 \end_inset
4665
4666
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 </row>
4672 <row>
4673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677
4678 \backslash
4679 vdots
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688 \begin_inset Formula $\vdots$
4689 \end_inset
4690
4691
4692 \end_layout
4693
4694 \end_inset
4695 </cell>
4696 </row>
4697 <row>
4698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702
4703 \backslash
4704 ddots
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713 \begin_inset Formula $\ddots$
4714 \end_inset
4715
4716
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 </row>
4722 <row>
4723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4724 \begin_inset Text
4725
4726 \begin_layout Plain Layout
4727 3×3
4728 \begin_inset space \thinspace{}
4729 \end_inset
4730
4731 matrix with the different dots
4732 \end_layout
4733
4734 \end_inset
4735 </cell>
4736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4737 \begin_inset Text
4738
4739 \begin_layout Plain Layout
4740 \begin_inset Formula $\begin{array}{ccc}
4741 A_{11} & \cdots & A_{1m}\\
4742 \vdots & \ddots & \vdots\\
4743 A_{n1} & \cdots & A_{nm}\end{array}$
4744 \end_inset
4745
4746
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 </row>
4752 </lyxtabular>
4753
4754 \end_inset
4755
4756
4757 \end_layout
4758
4759 \begin_layout Standard
4760 The ellipses available in menu 
4761 \family sans
4762 Insert\SpecialChar \menuseparator
4763 Special
4764 \begin_inset space ~
4765 \end_inset
4766
4767 Character
4768 \family default
4769  are 
4770 \series bold
4771
4772 \backslash
4773 ldots
4774 \series default
4775 .
4776 \end_layout
4777
4778 \begin_layout Standard
4779 \begin_inset VSpace medskip
4780 \end_inset
4781
4782 Specially for matrices there are ellipses that span over several columns.
4783  They are created with the command 
4784 \series bold
4785
4786 \backslash
4787 hdotsfor
4788 \series default
4789
4790 \begin_inset Index
4791 status collapsed
4792
4793 \begin_layout Plain Layout
4794 Commands ! H ! 
4795 \backslash
4796 hdotsfor
4797 \end_layout
4798
4799 \end_inset
4800
4801 , that has the following scheme:
4802 \end_layout
4803
4804 \begin_layout Standard
4805
4806 \series bold
4807
4808 \backslash
4809 hdotsfor[distance]{number of columns}
4810 \end_layout
4811
4812 \begin_layout Standard
4813 The number of columns specifies how many columns should be spanned.
4814  Distance is a factor for the distance between the dots.
4815 \end_layout
4816
4817 \begin_layout Standard
4818 In the following matrix the command 
4819 \series bold
4820
4821 \backslash
4822 hdotsfor[2]{4}
4823 \series default
4824  was inserted in the first box of the second line, to get an ellipsis with
4825  a dot distance twice as long as with the command 
4826 \series bold
4827
4828 \backslash
4829 dots
4830 \series default
4831 :
4832 \begin_inset Formula \[
4833 \left(\begin{array}{cccc}
4834 A & B & C & D\\
4835 \hdotsfor[2]{4}\\
4836 q & w & e & r\end{array}\right)\]
4837
4838 \end_inset
4839
4840 Note that the matrix fields that should be spanned must be empty, otherwise
4841  you get LaTeX-errors.
4842 \end_layout
4843
4844 \begin_layout Standard
4845 \begin_inset VSpace bigskip
4846 \end_inset
4847
4848 Furthermore you can fill with the command 
4849 \series bold
4850
4851 \backslash
4852 dotfill
4853 \series default
4854
4855 \begin_inset Index
4856 status collapsed
4857
4858 \begin_layout Plain Layout
4859 Commands ! D ! 
4860 \backslash
4861 dotfill
4862 \end_layout
4863
4864 \end_inset
4865
4866  the rest of a line with dots.
4867  The effect of these commands is the same like with 
4868 \series bold
4869
4870 \backslash
4871 hfill
4872 \series default
4873 , see 
4874 \begin_inset CommandInset ref
4875 LatexCommand ref
4876 reference "sub:Variable-Space"
4877
4878 \end_inset
4879
4880 .
4881 \end_layout
4882
4883 \begin_layout Standard
4884 For example the command 
4885 \series bold
4886 A
4887 \backslash
4888 dotfill
4889 \begin_inset ERT
4890 status collapsed
4891
4892 \begin_layout Plain Layout
4893
4894
4895 \backslash
4896 spce 
4897 \end_layout
4898
4899 \end_inset
4900
4901 B
4902 \series default
4903  produces
4904 \end_layout
4905
4906 \begin_layout Standard
4907 \begin_inset Formula $A\dotfill B$
4908 \end_inset
4909
4910
4911 \end_layout
4912
4913 \begin_layout Standard
4914 Analog to
4915 \series bold
4916  
4917 \backslash
4918 dotfill
4919 \series default
4920  there is for a line the command 
4921 \series bold
4922
4923 \backslash
4924 hrulefill
4925 \series default
4926
4927 \begin_inset Index
4928 status collapsed
4929
4930 \begin_layout Plain Layout
4931 Commands ! H ! 
4932 \backslash
4933 hrulefill
4934 \end_layout
4935
4936 \end_inset
4937
4938 :
4939 \end_layout
4940
4941 \begin_layout Standard
4942 \begin_inset Formula $A\hrulefill B$
4943 \end_inset
4944
4945
4946 \end_layout
4947
4948 \begin_layout Standard
4949 To use the commands for text, they have to be inserted in TeX-mode.
4950 \end_layout
4951
4952 \begin_layout Section
4953 Matrices
4954 \begin_inset CommandInset label
4955 LatexCommand label
4956 name "sec:Matrices"
4957
4958 \end_inset
4959
4960
4961 \begin_inset Index
4962 status collapsed
4963
4964 \begin_layout Plain Layout
4965 Matrices
4966 \end_layout
4967
4968 \end_inset
4969
4970
4971 \end_layout
4972
4973 \begin_layout Standard
4974 Matrices can be inserted via the math toolbar button 
4975 \begin_inset Graphics
4976         filename ../images/dialog-show_mathmatrix.png
4977         scale 85
4978
4979 \end_inset
4980
4981  or the menu 
4982 \family sans
4983 Insert\SpecialChar \menuseparator
4984 Math\SpecialChar \menuseparator
4985 Matrix
4986 \family default
4987 .
4988  You will be asked for the number of matrix columns and rows, and the alignment.
4989  The vertical alignment is hereby only of importance for matrices in inline
4990  formulas:
4991 \end_layout
4992
4993 \begin_layout Standard
4994 The first matrix is top 
4995 \begin_inset Formula $\begin{array}[t]{cccc}
4996 A & D & G & J\\
4997 B & E & H & K\\
4998 C & F & I & L\end{array}$
4999 \end_inset
5000
5001 , the second middle 
5002 \begin_inset Formula $\begin{array}{cccc}
5003 A & D & G & J\\
5004 B & E & H & K\\
5005 C & F & I & L\end{array}$
5006 \end_inset
5007
5008 , and the third bottom 
5009 \begin_inset Formula $\begin{array}[b]{cccc}
5010 A & D & G & J\\
5011 B & E & H & K\\
5012 C & F & I & L\end{array}$
5013 \end_inset
5014
5015  aligned.
5016 \end_layout
5017
5018 \begin_layout Standard
5019 The horizontal alignment specifies how the column entries should be aligned.
5020  It is set by entering a letter for every column.
5021  
5022 \emph on
5023 l
5024 \emph default
5025  denotes left aligned, 
5026 \emph on
5027 c
5028 \emph default
5029  centered, and 
5030 \emph on
5031 r
5032 \emph default
5033  right aligned.
5034  To create for example a 4
5035 \series bold
5036 ×
5037 \series default
5038 4
5039 \begin_inset space ~
5040 \end_inset
5041
5042 matrix where the first column is left aligned, the second and third are
5043  centered, and the last one is right aligned, one enters for the horizontal
5044  alignment 
5045 \series bold
5046 lccr
5047 \series default
5048 .
5049  Normally are in a matrix all columns centered, therefore the default is
5050  for every column is a 
5051 \series bold
5052 c
5053 \series default
5054 .
5055 \end_layout
5056
5057 \begin_layout Standard
5058 Horizontal alignment:
5059 \end_layout
5060
5061 \begin_layout Standard
5062
5063 \series bold
5064 lll
5065 \series default
5066  : 
5067 \begin_inset Formula $\begin{array}{lll}
5068 10000 & D & G\\
5069 B & 10000 & H\\
5070 C & F & 10000\end{array}$
5071 \end_inset
5072
5073  , 
5074 \series bold
5075 ccc
5076 \series default
5077  : 
5078 \begin_inset Formula $\begin{array}{ccc}
5079 10000 & D & G\\
5080 B & 10000 & H\\
5081 C & F & 10000\end{array}$
5082 \end_inset
5083
5084  , 
5085 \series bold
5086 rrr
5087 \series default
5088  : 
5089 \begin_inset Formula $\begin{array}{rrr}
5090 10000 & D & G\\
5091 B & 10000 & H\\
5092 C & F & 10000\end{array}$
5093 \end_inset
5094
5095
5096 \end_layout
5097
5098 \begin_layout Standard
5099 To add or delete rows and columns subsequently, the math toolbar buttons
5100  
5101 \begin_inset Graphics
5102         filename ../images/tabular-feature_append-row.png
5103         scale 85
5104
5105 \end_inset
5106
5107
5108 \begin_inset Graphics
5109         filename ../images/tabular-feature_delete-row.png
5110         scale 85
5111
5112 \end_inset
5113
5114 , etc.
5115 \begin_inset space \thinspace{}
5116 \end_inset
5117
5118 , or the menu 
5119 \family sans
5120 Edit\SpecialChar \menuseparator
5121 Rows & Columns
5122 \family default
5123  can be used.
5124  New rows can also be created with 
5125 \begin_inset Info
5126 type  "shortcut"
5127 arg   "newline-insert newline"
5128 \end_inset
5129
5130 .
5131 \end_layout
5132
5133 \begin_layout Standard
5134 \begin_inset VSpace bigskip
5135 \end_inset
5136
5137 Parentheses around a matrix can can either be created with the commands
5138  
5139 \series bold
5140
5141 \backslash
5142 left
5143 \series default
5144
5145 \begin_inset Index
5146 status collapsed
5147
5148 \begin_layout Plain Layout
5149 Commands ! L ! 
5150 \backslash
5151 left
5152 \end_layout
5153
5154 \end_inset
5155
5156  and 
5157 \series bold
5158
5159 \backslash
5160 right
5161 \series default
5162
5163 \begin_inset Index
5164 status collapsed
5165
5166 \begin_layout Plain Layout
5167 Commands ! R ! 
5168 \backslash
5169 right
5170 \end_layout
5171
5172 \end_inset
5173
5174  (shortcut 
5175 \family sans
5176 Alt+M
5177 \begin_inset space ~
5178 \end_inset
5179
5180 Parenthesis
5181 \family default
5182 ), see 
5183 \begin_inset CommandInset ref
5184 LatexCommand ref
5185 reference "sub:Automatic-Bracket-Size"
5186
5187 \end_inset
5188
5189 , or by using the following commands:
5190 \begin_inset VSpace medskip
5191 \end_inset
5192
5193
5194 \end_layout
5195
5196 \begin_layout Standard
5197 \begin_inset space \hfill{}
5198 \end_inset
5199
5200
5201 \begin_inset Tabular
5202 <lyxtabular version="3" rows="4" columns="2">
5203 <features tabularvalignment="middle">
5204 <column alignment="center" valignment="top" width="0">
5205 <column alignment="center" valignment="top" width="0">
5206 <row>
5207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5208 \begin_inset Text
5209
5210 \begin_layout Plain Layout
5211 Command
5212 \end_layout
5213
5214 \end_inset
5215 </cell>
5216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Plain Layout
5220 Result
5221 \begin_inset Note Note
5222 status collapsed
5223
5224 \begin_layout Plain Layout
5225
5226 \series bold
5227
5228 \backslash
5229 raisebox
5230 \series default
5231  is only used as spacer.
5232 \end_layout
5233
5234 \end_inset
5235
5236
5237 \end_layout
5238
5239 \end_inset
5240 </cell>
5241 </row>
5242 <row>
5243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5244 \begin_inset Text
5245
5246 \begin_layout Plain Layout
5247
5248 \backslash
5249 bmatrix
5250 \begin_inset ERT
5251 status collapsed
5252
5253 \begin_layout Plain Layout
5254
5255
5256 \backslash
5257 spce 
5258 \end_layout
5259
5260 \end_inset
5261
5262 2
5263 \series bold
5264 ×
5265 \series default
5266 2
5267 \begin_inset space \thinspace{}
5268 \end_inset
5269
5270 matrix
5271 \end_layout
5272
5273 \end_inset
5274 </cell>
5275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5280 0 & \textrm{-}\mathrm{i}\\
5281 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5282 \end_inset
5283
5284
5285 \end_layout
5286
5287 \end_inset
5288 </cell>
5289 </row>
5290 <row>
5291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5292 \begin_inset Text
5293
5294 \begin_layout Plain Layout
5295
5296 \backslash
5297 Bmatrix
5298 \begin_inset ERT
5299 status collapsed
5300
5301 \begin_layout Plain Layout
5302
5303
5304 \backslash
5305 spce 
5306 \end_layout
5307
5308 \end_inset
5309
5310 2
5311 \series bold
5312 ×
5313 \series default
5314 2
5315 \begin_inset space \thinspace{}
5316 \end_inset
5317
5318 matrix
5319 \end_layout
5320
5321 \end_inset
5322 </cell>
5323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5324 \begin_inset Text
5325
5326 \begin_layout Plain Layout
5327 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5328 0 & \textrm{-}\mathrm{i}\\
5329 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5330 \end_inset
5331
5332
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 </row>
5338 <row>
5339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5340 \begin_inset Text
5341
5342 \begin_layout Plain Layout
5343
5344 \backslash
5345 pmatrix
5346 \begin_inset ERT
5347 status collapsed
5348
5349 \begin_layout Plain Layout
5350
5351
5352 \backslash
5353 spce 
5354 \end_layout
5355
5356 \end_inset
5357
5358 2
5359 \series bold
5360 ×
5361 \series default
5362 2
5363 \begin_inset space \thinspace{}
5364 \end_inset
5365
5366 matrix
5367 \end_layout
5368
5369 \end_inset
5370 </cell>
5371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Plain Layout
5375 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5376 0 & \textrm{-}\mathrm{i}\\
5377 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5378 \end_inset
5379
5380
5381 \end_layout
5382
5383 \end_inset
5384 </cell>
5385 </row>
5386 </lyxtabular>
5387
5388 \end_inset
5389
5390
5391 \begin_inset space \hfill{}
5392 \end_inset
5393
5394
5395 \begin_inset Tabular
5396 <lyxtabular version="3" rows="4" columns="2">
5397 <features tabularvalignment="middle">
5398 <column alignment="center" valignment="top" width="0">
5399 <column alignment="center" valignment="top" width="0">
5400 <row>
5401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5402 \begin_inset Text
5403
5404 \begin_layout Plain Layout
5405 Command
5406 \end_layout
5407
5408 \end_inset
5409 </cell>
5410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5411 \begin_inset Text
5412
5413 \begin_layout Plain Layout
5414 Result
5415 \end_layout
5416
5417 \end_inset
5418 </cell>
5419 </row>
5420 <row>
5421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5422 \begin_inset Text
5423
5424 \begin_layout Plain Layout
5425
5426 \backslash
5427 vmatrix
5428 \begin_inset ERT
5429 status collapsed
5430
5431 \begin_layout Plain Layout
5432
5433
5434 \backslash
5435 spce 
5436 \end_layout
5437
5438 \end_inset
5439
5440 2
5441 \series bold
5442 ×
5443 \series default
5444 2
5445 \begin_inset space \thinspace{}
5446 \end_inset
5447
5448 matrix
5449 \end_layout
5450
5451 \end_inset
5452 </cell>
5453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5454 \begin_inset Text
5455
5456 \begin_layout Plain Layout
5457 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5458 0 & \textrm{-}\mathrm{i}\\
5459 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5460 \end_inset
5461
5462
5463 \end_layout
5464
5465 \end_inset
5466 </cell>
5467 </row>
5468 <row>
5469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5470 \begin_inset Text
5471
5472 \begin_layout Plain Layout
5473
5474 \backslash
5475 Vmatrix
5476 \begin_inset ERT
5477 status collapsed
5478
5479 \begin_layout Plain Layout
5480
5481
5482 \backslash
5483 spce 
5484 \end_layout
5485
5486 \end_inset
5487
5488 2
5489 \series bold
5490 ×
5491 \series default
5492 2
5493 \begin_inset space \thinspace{}
5494 \end_inset
5495
5496 matrix
5497 \end_layout
5498
5499 \end_inset
5500 </cell>
5501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5502 \begin_inset Text
5503
5504 \begin_layout Plain Layout
5505 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5506 0 & \textrm{-}\mathrm{i}\\
5507 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5508 \end_inset
5509
5510
5511 \end_layout
5512
5513 \end_inset
5514 </cell>
5515 </row>
5516 <row>
5517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5518 \begin_inset Text
5519
5520 \begin_layout Plain Layout
5521
5522 \backslash
5523 matrix
5524 \begin_inset ERT
5525 status collapsed
5526
5527 \begin_layout Plain Layout
5528
5529
5530 \backslash
5531 spce 
5532 \end_layout
5533
5534 \end_inset
5535
5536 2
5537 \series bold
5538 ×
5539 \series default
5540 2
5541 \begin_inset space \thinspace{}
5542 \end_inset
5543
5544 matrix
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5550 \begin_inset Text
5551
5552 \begin_layout Plain Layout
5553 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5554 0 & \textrm{-}\mathrm{i}\\
5555 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5556 \end_inset
5557
5558
5559 \end_layout
5560
5561 \end_inset
5562 </cell>
5563 </row>
5564 </lyxtabular>
5565
5566 \end_inset
5567
5568
5569 \begin_inset space \hfill{}
5570 \end_inset
5571
5572
5573 \end_layout
5574
5575 \begin_layout Standard
5576 \begin_inset VSpace medskip
5577 \end_inset
5578
5579 When e.
5580 \begin_inset space \thinspace{}
5581 \end_inset
5582
5583 g.
5584 \begin_inset space \space{}
5585 \end_inset
5586
5587
5588 \series bold
5589
5590 \backslash
5591 vmatrix
5592 \series default
5593  is inserted, a blue box appears between two vertical lines where the matrix
5594  is inserted.
5595 \end_layout
5596
5597 \begin_layout Standard
5598 \begin_inset VSpace bigskip
5599 \end_inset
5600
5601 As all multiline formulas are matrices, the length 
5602 \series bold
5603
5604 \backslash
5605 arraycolsep
5606 \series default
5607
5608 \begin_inset Index
5609 status collapsed
5610
5611 \begin_layout Plain Layout
5612 Commands ! A ! 
5613 \backslash
5614 arraycolsep
5615 \end_layout
5616
5617 \end_inset
5618
5619  that is described in 
5620 \begin_inset CommandInset ref
5621 LatexCommand ref
5622 reference "sub:Column-Separation"
5623
5624 \end_inset
5625
5626  can also be used to change the column separation of matrices.
5627 \end_layout
5628
5629 \begin_layout Standard
5630 To change the row separation, the command 
5631 \series bold
5632
5633 \backslash
5634 arraystretch
5635 \series default
5636
5637 \begin_inset Index
5638 status collapsed
5639
5640 \begin_layout Plain Layout
5641 Commands ! A ! 
5642 \backslash
5643 arraystretch
5644 \end_layout
5645
5646 \end_inset
5647
5648  is used.
5649  It is used as follows:
5650 \end_layout
5651
5652 \begin_layout Standard
5653
5654 \series bold
5655
5656 \backslash
5657 renewcommand{
5658 \backslash
5659 arraystretch}{stretch factor}
5660 \begin_inset Index
5661 status collapsed
5662
5663 \begin_layout Plain Layout
5664 Commands ! R ! 
5665 \backslash
5666 renewcommand
5667 \end_layout
5668
5669 \end_inset
5670
5671
5672 \end_layout
5673
5674 \begin_layout Standard
5675 The command 
5676 \series bold
5677
5678 \backslash
5679 renewcommand
5680 \series default
5681  assigns the stretch factor to the predefined command 
5682 \series bold
5683
5684 \backslash
5685 arraystretch
5686 \series default
5687 .
5688  To double e.
5689 \begin_inset space \thinspace{}
5690 \end_inset
5691
5692 g.
5693 \begin_inset space \space{}
5694 \end_inset
5695
5696 the row separation, use the factor 2.
5697  This is then used for all following matrices.
5698  To go back to the original separation, assign the factor 1 to 
5699 \series bold
5700
5701 \backslash
5702 arraystretch
5703 \series default
5704 .
5705 \end_layout
5706
5707 \begin_layout Standard
5708 To set matrices into a text line, the command 
5709 \series bold
5710
5711 \backslash
5712 smallmatrix
5713 \series default
5714
5715 \begin_inset Index
5716 status collapsed
5717
5718 \begin_layout Plain Layout
5719 Commands ! S ! 
5720 \backslash
5721 smallmatrix
5722 \end_layout
5723
5724 \end_inset
5725
5726  is used.
5727  When it is inserted a blue box with two dashed lines appears.
5728  In this box the matrix is inserted.
5729 \end_layout
5730
5731 \begin_layout Standard
5732 This is a matrix 
5733 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5734 C & D\end{smallmatrix}\right)$
5735 \end_inset
5736
5737  in a text line.
5738 \end_layout
5739
5740 \begin_layout Section
5741 Brackets and Delimiters
5742 \begin_inset Index
5743 status collapsed
5744
5745 \begin_layout Plain Layout
5746 Brackets
5747 \end_layout
5748
5749 \end_inset
5750
5751
5752 \begin_inset Index
5753 status collapsed
5754
5755 \begin_layout Plain Layout
5756 Delimiters
5757 \end_layout
5758
5759 \end_inset
5760
5761
5762 \end_layout
5763
5764 \begin_layout Subsection
5765 Vertical Brackets and Delimiters
5766 \begin_inset Index
5767 status collapsed
5768
5769 \begin_layout Plain Layout
5770 Brackets ! vertical
5771 \end_layout
5772
5773 \end_inset
5774
5775
5776 \end_layout
5777
5778 \begin_layout Standard
5779 \begin_inset space \hfill{}
5780 \end_inset
5781
5782
5783 \begin_inset Tabular
5784 <lyxtabular version="3" rows="9" columns="2">
5785 <features tabularvalignment="middle">
5786 <column alignment="center" valignment="top" width="0pt">
5787 <column alignment="center" valignment="top" width="0pt">
5788 <row>
5789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5790 \begin_inset Text
5791
5792 \begin_layout Plain Layout
5793 Command
5794 \end_layout
5795
5796 \end_inset
5797 </cell>
5798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802 Result
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 </row>
5808 <row>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 (
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 \begin_inset Formula $($
5823 \end_inset
5824
5825
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 </row>
5831 <row>
5832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5833 \begin_inset Text
5834
5835 \begin_layout Plain Layout
5836 {
5837 \end_layout
5838
5839 \end_inset
5840 </cell>
5841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5842 \begin_inset Text
5843
5844 \begin_layout Plain Layout
5845 \begin_inset Formula $\{$
5846 \end_inset
5847
5848
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 </row>
5854 <row>
5855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 [
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 \begin_inset Formula $[$
5869 \end_inset
5870
5871
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 </row>
5877 <row>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882
5883 \backslash
5884 langle
5885 \end_layout
5886
5887 \end_inset
5888 </cell>
5889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 \begin_inset Formula $\langle$
5894 \end_inset
5895
5896
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 </row>
5902 <row>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907
5908 \backslash
5909 lceil
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918 \begin_inset Formula $\lceil$
5919 \end_inset
5920
5921
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 </row>
5927 <row>
5928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932
5933 \backslash
5934 lfloor
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943 \begin_inset Formula $\lfloor$
5944 \end_inset
5945
5946
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 </row>
5952 <row>
5953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5954 \begin_inset Text
5955
5956 \begin_layout Plain Layout
5957 /
5958 \end_layout
5959
5960 \end_inset
5961 </cell>
5962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Plain Layout
5966 \begin_inset Formula $/$
5967 \end_inset
5968
5969
5970 \end_layout
5971
5972 \end_inset
5973 </cell>
5974 </row>
5975 <row>
5976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980 |
5981 \end_layout
5982
5983 \end_inset
5984 </cell>
5985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5986 \begin_inset Text
5987
5988 \begin_layout Plain Layout
5989 \begin_inset Formula $|$
5990 \end_inset
5991
5992
5993 \end_layout
5994
5995 \end_inset
5996 </cell>
5997 </row>
5998 </lyxtabular>
5999
6000 \end_inset
6001
6002
6003 \begin_inset space \hfill{}
6004 \end_inset
6005
6006
6007 \begin_inset Tabular
6008 <lyxtabular version="3" rows="9" columns="2">
6009 <features tabularvalignment="middle">
6010 <column alignment="center" valignment="top" width="0pt">
6011 <column alignment="center" valignment="top" width="0pt">
6012 <row>
6013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6014 \begin_inset Text
6015
6016 \begin_layout Plain Layout
6017 Command
6018 \end_layout
6019
6020 \end_inset
6021 </cell>
6022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6023 \begin_inset Text
6024
6025 \begin_layout Plain Layout
6026 Result
6027 \end_layout
6028
6029 \end_inset
6030 </cell>
6031 </row>
6032 <row>
6033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6034 \begin_inset Text
6035
6036 \begin_layout Plain Layout
6037 )
6038 \end_layout
6039
6040 \end_inset
6041 </cell>
6042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6043 \begin_inset Text
6044
6045 \begin_layout Plain Layout
6046 \begin_inset Formula $)$
6047 \end_inset
6048
6049
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 </row>
6055 <row>
6056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6057 \begin_inset Text
6058
6059 \begin_layout Plain Layout
6060 }
6061 \end_layout
6062
6063 \end_inset
6064 </cell>
6065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6066 \begin_inset Text
6067
6068 \begin_layout Plain Layout
6069 \begin_inset Formula $\}$
6070 \end_inset
6071
6072
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 </row>
6078 <row>
6079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Plain Layout
6083 ]
6084 \end_layout
6085
6086 \end_inset
6087 </cell>
6088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092 \begin_inset Formula $]$
6093 \end_inset
6094
6095
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 </row>
6101 <row>
6102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6103 \begin_inset Text
6104
6105 \begin_layout Plain Layout
6106
6107 \backslash
6108 rangle
6109 \end_layout
6110
6111 \end_inset
6112 </cell>
6113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6114 \begin_inset Text
6115
6116 \begin_layout Plain Layout
6117 \begin_inset Formula $\rangle$
6118 \end_inset
6119
6120
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 </row>
6126 <row>
6127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131
6132 \backslash
6133 rceil
6134 \end_layout
6135
6136 \end_inset
6137 </cell>
6138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142 \begin_inset Formula $\rceil$
6143 \end_inset
6144
6145
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 </row>
6151 <row>
6152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156
6157 \backslash
6158 rfloor
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167 \begin_inset Formula $\rfloor$
6168 \end_inset
6169
6170
6171 \end_layout
6172
6173 \end_inset
6174 </cell>
6175 </row>
6176 <row>
6177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6178 \begin_inset Text
6179
6180 \begin_layout Plain Layout
6181
6182 \backslash
6183
6184 \backslash
6185
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 \begin_inset Formula $\backslash$
6195 \end_inset
6196
6197
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 </row>
6203 <row>
6204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6205 \begin_inset Text
6206
6207 \begin_layout Plain Layout
6208
6209 \backslash
6210 |
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6216 \begin_inset Text
6217
6218 \begin_layout Plain Layout
6219 \begin_inset Formula $\|$
6220 \end_inset
6221
6222
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 </row>
6228 </lyxtabular>
6229
6230 \end_inset
6231
6232
6233 \begin_inset space \hfill{}
6234 \end_inset
6235
6236
6237 \end_layout
6238
6239 \begin_layout Standard
6240
6241 \series medium
6242 \begin_inset Note Greyedout
6243 status open
6244
6245 \begin_layout Plain Layout
6246
6247 \series bold
6248 Note:
6249 \series default
6250  In TeX-mode the command 
6251 \series bold
6252
6253 \backslash
6254 textbackslash
6255 \series default
6256
6257 \begin_inset Index
6258 status collapsed
6259
6260 \begin_layout Plain Layout
6261 Commands ! T ! 
6262 \backslash
6263 textbackslash
6264 \end_layout
6265
6266 \end_inset
6267
6268  must be used for the backslash, because the command 
6269 \series bold
6270
6271 \backslash
6272
6273 \backslash
6274
6275 \series default
6276  produces there a line break.
6277 \end_layout
6278
6279 \end_inset
6280
6281
6282 \end_layout
6283
6284 \begin_layout Standard
6285 For all characters listed above the size can be adjusted with the commands
6286  described in the following two subsections.
6287  When using these commands, the characters < and > can directly be used
6288  instead of the commands 
6289 \series bold
6290
6291 \backslash
6292 langle
6293 \series default
6294  and 
6295 \series bold
6296
6297 \backslash
6298 rangle
6299 \series default
6300 .
6301 \end_layout
6302
6303 \begin_layout Subsubsection
6304 Manual Bracket Size
6305 \begin_inset CommandInset label
6306 LatexCommand label
6307 name "sub:Manual-Bracket-Size"
6308
6309 \end_inset
6310
6311
6312 \begin_inset Index
6313 status collapsed
6314
6315 \begin_layout Plain Layout
6316 Bracket size ! manual
6317 \end_layout
6318
6319 \end_inset
6320
6321
6322 \end_layout
6323
6324 \begin_layout Standard
6325 The bracket size can be specified manually by the LaTeX-commands 
6326 \series bold
6327
6328 \backslash
6329 big
6330 \series default
6331
6332 \begin_inset Index
6333 status collapsed
6334
6335 \begin_layout Plain Layout
6336 Commands ! B ! 
6337 \backslash
6338 big
6339 \end_layout
6340
6341 \end_inset
6342
6343
6344 \series bold
6345
6346 \backslash
6347 Big
6348 \series default
6349
6350 \series bold
6351
6352 \backslash
6353 bigg
6354 \series default
6355 , and 
6356 \series bold
6357
6358 \backslash
6359 Bigg
6360 \series default
6361 .
6362  
6363 \series bold
6364
6365 \backslash
6366 big
6367 \series default
6368  denotes the smallest and 
6369 \series bold
6370
6371 \backslash
6372 Bigg
6373 \series default
6374  the largest bracket size.
6375 \end_layout
6376
6377 \begin_layout Standard
6378 These commands are used to emphasize levels of brackets:
6379 \end_layout
6380
6381 \begin_layout Standard
6382 \align center
6383 \begin_inset Tabular
6384 <lyxtabular version="3" rows="2" columns="2">
6385 <features tabularvalignment="middle">
6386 <column alignment="center" valignment="top" width="0pt">
6387 <column alignment="center" valignment="top" width="0pt">
6388 <row>
6389 <cell alignment="center" valignment="top" usebox="none">
6390 \begin_inset Text
6391
6392 \begin_layout Plain Layout
6393 all brackets in the same size:
6394 \end_layout
6395
6396 \end_inset
6397 </cell>
6398 <cell alignment="center" valignment="top" usebox="none">
6399 \begin_inset Text
6400
6401 \begin_layout Plain Layout
6402 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6403 \end_inset
6404
6405
6406 \end_layout
6407
6408 \end_inset
6409 </cell>
6410 </row>
6411 <row>
6412 <cell alignment="center" valignment="top" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416 this looks better:
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 <cell alignment="center" valignment="top" usebox="none">
6422 \begin_inset Text
6423
6424 \begin_layout Plain Layout
6425 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6426 \end_inset
6427
6428
6429 \end_layout
6430
6431 \end_inset
6432 </cell>
6433 </row>
6434 </lyxtabular>
6435
6436 \end_inset
6437
6438
6439 \begin_inset Note Note
6440 status collapsed
6441
6442 \begin_layout Plain Layout
6443
6444 \series bold
6445
6446 \backslash
6447 raisebox
6448 \series default
6449  is only used as spacer.
6450 \end_layout
6451
6452 \end_inset
6453
6454
6455 \end_layout
6456
6457 \begin_layout Standard
6458 For the second formula the command 
6459 \series bold
6460
6461 \backslash
6462 Big((A+B)(A-B)
6463 \backslash
6464 Big)^
6465 \begin_inset ERT
6466 status collapsed
6467
6468 \begin_layout Plain Layout
6469
6470
6471 \backslash
6472 spce 
6473 \end_layout
6474
6475 \end_inset
6476
6477 C
6478 \series default
6479  has been used.
6480 \end_layout
6481
6482 \begin_layout Standard
6483 Here is an overview about all bracket sizes:
6484 \end_layout
6485
6486 \begin_layout Standard
6487 \align center
6488
6489 \backslash
6490 Bigg(
6491 \backslash
6492 exp
6493 \backslash
6494 bigg<
6495 \backslash
6496 Big[
6497 \backslash
6498 big{
6499 \backslash
6500 ln(3x)
6501 \backslash
6502 big}^2
6503 \begin_inset ERT
6504 status collapsed
6505
6506 \begin_layout Plain Layout
6507
6508
6509 \backslash
6510 spce 
6511 \end_layout
6512
6513 \end_inset
6514
6515
6516 \backslash
6517 sin(x)
6518 \backslash
6519 Big]^
6520 \begin_inset ERT
6521 status collapsed
6522
6523 \begin_layout Plain Layout
6524
6525
6526 \backslash
6527 spce 
6528 \end_layout
6529
6530 \end_inset
6531
6532 A
6533 \begin_inset ERT
6534 status collapsed
6535
6536 \begin_layout Plain Layout
6537
6538
6539 \backslash
6540 spce 
6541 \end_layout
6542
6543 \end_inset
6544
6545
6546 \backslash
6547 bigg>
6548 \backslash
6549 Bigg)^0,5
6550 \end_layout
6551
6552 \begin_layout Standard
6553 \align center
6554 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6555 \end_inset
6556
6557
6558 \end_layout
6559
6560 \begin_layout Standard
6561 Besides the 
6562 \series bold
6563
6564 \backslash
6565 big
6566 \series default
6567 -commands there is the variant 
6568 \series bold
6569
6570 \backslash
6571 bigm
6572 \series default
6573
6574 \begin_inset Index
6575 status collapsed
6576
6577 \begin_layout Plain Layout
6578 Commands ! B ! 
6579 \backslash
6580 bigm
6581 \end_layout
6582
6583 \end_inset
6584
6585  that adds a bit more space between the bracket and its content, and the
6586  variant 
6587 \series bold
6588
6589 \backslash
6590 bigl
6591 \series default
6592 -
6593 \series bold
6594
6595 \backslash
6596 bigr
6597 \series default
6598
6599 \begin_inset Index
6600 status collapsed
6601
6602 \begin_layout Plain Layout
6603 Commands ! B ! 
6604 \backslash
6605 bigl - 
6606 \backslash
6607 bigr
6608 \end_layout
6609
6610 \end_inset
6611
6612 , that don't add additional space.
6613  The 
6614 \emph on
6615 l
6616 \emph default
6617  at the end of the command 
6618 \series bold
6619
6620 \backslash
6621 bigl
6622 \series default
6623  is for a left bracket; for a right bracket this will be replaced by an
6624  
6625 \emph on
6626 r
6627 \emph default
6628 .
6629  A left or right bracket can each be an opening or closing bracket.
6630 \end_layout
6631
6632 \begin_layout Standard
6633 In the following table is a comparison of the variants:
6634 \end_layout
6635
6636 \begin_layout Standard
6637 \align center
6638 \begin_inset Tabular
6639 <lyxtabular version="3" rows="5" columns="2">
6640 <features tabularvalignment="middle">
6641 <column alignment="center" valignment="middle" width="0">
6642 <column alignment="center" valignment="middle" width="0">
6643 <row>
6644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6645 \begin_inset Text
6646
6647 \begin_layout Plain Layout
6648 Command
6649 \end_layout
6650
6651 \end_inset
6652 </cell>
6653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6654 \begin_inset Text
6655
6656 \begin_layout Plain Layout
6657 Result
6658 \begin_inset Note Note
6659 status collapsed
6660
6661 \begin_layout Plain Layout
6662
6663 \series bold
6664
6665 \backslash
6666 raisebox
6667 \series default
6668  is only used as spacer.
6669 \end_layout
6670
6671 \end_inset
6672
6673
6674 \end_layout
6675
6676 \end_inset
6677 </cell>
6678 </row>
6679 <row>
6680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Plain Layout
6684
6685 \backslash
6686 Bigm(
6687 \backslash
6688 bigm(
6689 \backslash
6690 ln(3x)
6691 \backslash
6692 bigm)^2
6693 \series bold
6694
6695 \begin_inset ERT
6696 status collapsed
6697
6698 \begin_layout Plain Layout
6699
6700
6701 \backslash
6702 spce 
6703 \end_layout
6704
6705 \end_inset
6706
6707
6708 \series default
6709
6710 \backslash
6711 Bigm)
6712 \end_layout
6713
6714 \end_inset
6715 </cell>
6716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6717 \begin_inset Text
6718
6719 \begin_layout Plain Layout
6720 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6721 \end_inset
6722
6723
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 </row>
6729 <row>
6730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Plain Layout
6734
6735 \backslash
6736 Big(
6737 \backslash
6738 big(
6739 \backslash
6740 ln(3x)
6741 \backslash
6742 big)^2
6743 \series bold
6744
6745 \begin_inset ERT
6746 status collapsed
6747
6748 \begin_layout Plain Layout
6749
6750
6751 \backslash
6752 spce 
6753 \end_layout
6754
6755 \end_inset
6756
6757
6758 \series default
6759
6760 \backslash
6761 Big)
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6767 \begin_inset Text
6768
6769 \begin_layout Plain Layout
6770 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6771 \end_inset
6772
6773
6774 \end_layout
6775
6776 \end_inset
6777 </cell>
6778 </row>
6779 <row>
6780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6781 \begin_inset Text
6782
6783 \begin_layout Plain Layout
6784
6785 \backslash
6786 Bigl(
6787 \backslash
6788 bigl(
6789 \backslash
6790 ln(3x)
6791 \backslash
6792 bigr)^2
6793 \series bold
6794
6795 \begin_inset ERT
6796 status collapsed
6797
6798 \begin_layout Plain Layout
6799
6800
6801 \backslash
6802 spce 
6803 \end_layout
6804
6805 \end_inset
6806
6807
6808 \series default
6809
6810 \backslash
6811 Bigr)
6812 \end_layout
6813
6814 \end_inset
6815 </cell>
6816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6817 \begin_inset Text
6818
6819 \begin_layout Plain Layout
6820 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6821 \end_inset
6822
6823
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 </row>
6829 <row>
6830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6831 \begin_inset Text
6832
6833 \begin_layout Plain Layout
6834
6835 \backslash
6836 bigl)
6837 \backslash
6838 ln(3x)
6839 \backslash
6840 bigr(
6841 \end_layout
6842
6843 \end_inset
6844 </cell>
6845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Plain Layout
6849 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6850 \end_inset
6851
6852
6853 \end_layout
6854
6855 \end_inset
6856 </cell>
6857 </row>
6858 </lyxtabular>
6859
6860 \end_inset
6861
6862
6863 \end_layout
6864
6865 \begin_layout Subsubsection
6866 Automatic Bracket Size
6867 \begin_inset CommandInset label
6868 LatexCommand label
6869 name "sub:Automatic-Bracket-Size"
6870
6871 \end_inset
6872
6873
6874 \begin_inset Index
6875 status collapsed
6876
6877 \begin_layout Plain Layout
6878 Bracket size ! automatic
6879 \end_layout
6880
6881 \end_inset
6882
6883
6884 \end_layout
6885
6886 \begin_layout Standard
6887 Brackets with variable size can be inserted with the commands 
6888 \series bold
6889
6890 \backslash
6891 left
6892 \series default
6893
6894 \begin_inset Index
6895 status collapsed
6896
6897 \begin_layout Plain Layout
6898 Commands ! L ! 
6899 \backslash
6900 left
6901 \end_layout
6902
6903 \end_inset
6904
6905  and 
6906 \series bold
6907
6908 \backslash
6909 right
6910 \series default
6911
6912 \begin_inset Index
6913 status collapsed
6914
6915 \begin_layout Plain Layout
6916 Commands ! R ! 
6917 \backslash
6918 right
6919 \end_layout
6920
6921 \end_inset
6922
6923  or via the math toolbar button 
6924 \begin_inset Graphics
6925         filename ../images/dialog-show_mathdelimiter.png
6926         scale 85
6927
6928 \end_inset
6929
6930 .
6931  Directly behind 
6932 \series bold
6933
6934 \backslash
6935 left
6936 \series default
6937  and 
6938 \series bold
6939
6940 \backslash
6941 right
6942 \series default
6943  the wanted bracket must be inserted.
6944  The bracket size will then automatically be calculated for the output.
6945 \end_layout
6946
6947 \begin_layout Standard
6948 \align center
6949 normal bracket: The command 
6950 \series bold
6951
6952 \backslash
6953 ln(
6954 \backslash
6955 frac
6956 \begin_inset ERT
6957 status collapsed
6958
6959 \begin_layout Plain Layout
6960
6961
6962 \backslash
6963 spce 
6964 \end_layout
6965
6966 \end_inset
6967
6968 A
6969 \begin_inset Formula $\downarrow$
6970 \end_inset
6971
6972 C
6973 \begin_inset ERT
6974 status collapsed
6975
6976 \begin_layout Plain Layout
6977
6978
6979 \backslash
6980 spce 
6981 \end_layout
6982
6983 \end_inset
6984
6985 )
6986 \series default
6987  creates
6988 \begin_inset Formula \[
6989 \ln(\frac{A}{C})\]
6990
6991 \end_inset
6992
6993
6994 \end_layout
6995
6996 \begin_layout Standard
6997 \align center
6998 multiline bracket: The command 
6999 \series bold
7000
7001 \backslash
7002 ln
7003 \backslash
7004 left(
7005 \backslash
7006 frac
7007 \begin_inset ERT
7008 status collapsed
7009
7010 \begin_layout Plain Layout
7011
7012
7013 \backslash
7014 spce 
7015 \end_layout
7016
7017 \end_inset
7018
7019 A
7020 \begin_inset Formula $\downarrow$
7021 \end_inset
7022
7023 C
7024 \begin_inset ERT
7025 status collapsed
7026
7027 \begin_layout Plain Layout
7028
7029
7030 \backslash
7031 spce 
7032 \end_layout
7033
7034 \end_inset
7035
7036
7037 \backslash
7038 right)
7039 \series default
7040  creates
7041 \begin_inset Formula \[
7042 \ln\left(\frac{A}{C}\right)\]
7043
7044 \end_inset
7045
7046
7047 \end_layout
7048
7049 \begin_layout Standard
7050 Instead of 
7051 \series bold
7052
7053 \backslash
7054 left
7055 \series default
7056  and 
7057 \series bold
7058
7059 \backslash
7060 right
7061 \series default
7062  the shortcut 
7063 \family sans
7064 Alt+M
7065 \begin_inset space ~
7066 \end_inset
7067
7068 Bracket
7069 \family default
7070  can be used.
7071  This has the advantage that you can see in LyX immediately the real bracket
7072  size and that the matching right bracket will be created too.
7073 \begin_inset Newline newline
7074 \end_inset
7075
7076 The command for the last example would then be: 
7077 \series bold
7078
7079 \backslash
7080 ln Alt+M
7081 \series default
7082  
7083 \series bold
7084 (
7085 \backslash
7086 frac
7087 \begin_inset ERT
7088 status collapsed
7089
7090 \begin_layout Plain Layout
7091
7092
7093 \backslash
7094 spce 
7095 \end_layout
7096
7097 \end_inset
7098
7099 A
7100 \begin_inset Formula $\downarrow$
7101 \end_inset
7102
7103 C
7104 \end_layout
7105
7106 \begin_layout Standard
7107 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7108  For example the command 
7109 \series bold
7110
7111 \backslash
7112 left.
7113 \backslash
7114 frac
7115 \begin_inset ERT
7116 status collapsed
7117
7118 \begin_layout Plain Layout
7119
7120
7121 \backslash
7122 spce 
7123 \end_layout
7124
7125 \end_inset
7126
7127 A
7128 \begin_inset Formula $\downarrow$
7129 \end_inset
7130
7131 B
7132 \begin_inset ERT
7133 status collapsed
7134
7135 \begin_layout Plain Layout
7136
7137
7138 \backslash
7139 spce 
7140 \end_layout
7141
7142 \end_inset
7143
7144
7145 \backslash
7146 right}
7147 \series default
7148  creates:
7149 \series bold
7150
7151 \begin_inset Formula \[
7152 \left.\frac{A}{B}\right\} \]
7153
7154 \end_inset
7155
7156
7157 \series default
7158 The commands 
7159 \series bold
7160
7161 \backslash
7162 left
7163 \series default
7164  and 
7165 \series bold
7166
7167 \backslash
7168 right
7169 \series default
7170  will be converted by LyX to brackets in the right size when the document
7171  is reloaded and an omitted bracket will appear as dashed line.
7172 \end_layout
7173
7174 \begin_layout Standard
7175 \begin_inset VSpace bigskip
7176 \end_inset
7177
7178 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7179  the command 
7180 \series bold
7181
7182 \backslash
7183 middle
7184 \series default
7185
7186 \begin_inset Index
7187 status collapsed
7188
7189 \begin_layout Plain Layout
7190 Commands ! M ! 
7191 \backslash
7192 middle
7193 \end_layout
7194
7195 \end_inset
7196
7197  is additionally available for all brackets and limits.
7198  With this command the height of the following character is adapted to the
7199  one of the surrounding brackets, what is e.
7200 \begin_inset space \thinspace{}
7201 \end_inset
7202
7203 g.
7204 \begin_inset space \space{}
7205 \end_inset
7206
7207 needed for physical vectors:
7208 \begin_inset Formula \[
7209 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7210
7211 \end_inset
7212
7213 For physical vectors there is a special LaTeX-package, described in 
7214 \begin_inset CommandInset ref
7215 LatexCommand ref
7216 reference "sub:Physical-Vectors"
7217
7218 \end_inset
7219
7220 .
7221 \end_layout
7222
7223 \begin_layout Subsection
7224 Horizontal Brackets
7225 \begin_inset Index
7226 status collapsed
7227
7228 \begin_layout Plain Layout
7229 Brackets ! horizontal
7230 \end_layout
7231
7232 \end_inset
7233
7234
7235 \end_layout
7236
7237 \begin_layout Standard
7238 \align center
7239 \begin_inset Tabular
7240 <lyxtabular version="3" rows="4" columns="2">
7241 <features tabularvalignment="middle">
7242 <column alignment="center" valignment="top" width="0pt">
7243 <column alignment="center" valignment="top" width="0pt">
7244 <row>
7245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7246 \begin_inset Text
7247
7248 \begin_layout Plain Layout
7249 Command
7250 \begin_inset Note Note
7251 status collapsed
7252
7253 \begin_layout Plain Layout
7254
7255 \series bold
7256
7257 \backslash
7258 raisebox
7259 \series default
7260  is only used as spacer.
7261 \end_layout
7262
7263 \end_inset
7264
7265
7266 \end_layout
7267
7268 \end_inset
7269 </cell>
7270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7271 \begin_inset Text
7272
7273 \begin_layout Plain Layout
7274 Result
7275 \end_layout
7276
7277 \end_inset
7278 </cell>
7279 </row>
7280 <row>
7281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7282 \begin_inset Text
7283
7284 \begin_layout Plain Layout
7285 \begin_inset ERT
7286 status collapsed
7287
7288 \begin_layout Plain Layout
7289
7290
7291 \backslash
7292 raisebox{2.3mm}{
7293 \end_layout
7294
7295 \end_inset
7296
7297
7298 \backslash
7299 overbrace
7300 \begin_inset ERT
7301 status collapsed
7302
7303 \begin_layout Plain Layout
7304
7305
7306 \backslash
7307 spce 
7308 \end_layout
7309
7310 \end_inset
7311
7312 A+B
7313 \begin_inset ERT
7314 status collapsed
7315
7316 \begin_layout Plain Layout
7317
7318
7319 \backslash
7320 spce 
7321 \end_layout
7322
7323 \end_inset
7324
7325 ^
7326 \begin_inset ERT
7327 status collapsed
7328
7329 \begin_layout Plain Layout
7330
7331
7332 \backslash
7333 spce 
7334 \end_layout
7335
7336 \end_inset
7337
7338 3
7339 \begin_inset ERT
7340 status collapsed
7341
7342 \begin_layout Plain Layout
7343
7344 }
7345 \end_layout
7346
7347 \end_inset
7348
7349
7350 \begin_inset Index
7351 status collapsed
7352
7353 \begin_layout Plain Layout
7354 Commands ! O ! 
7355 \backslash
7356 overbrace
7357 \end_layout
7358
7359 \end_inset
7360
7361
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370 \begin_inset Formula $\overbrace{A+B}^{3}$
7371 \end_inset
7372
7373
7374 \end_layout
7375
7376 \end_inset
7377 </cell>
7378 </row>
7379 <row>
7380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7381 \begin_inset Text
7382
7383 \begin_layout Plain Layout
7384 \begin_inset ERT
7385 status collapsed
7386
7387 \begin_layout Plain Layout
7388
7389
7390 \backslash
7391 raisebox{-2.2mm}{
7392 \end_layout
7393
7394 \end_inset
7395
7396
7397 \backslash
7398 underbrace
7399 \begin_inset ERT
7400 status collapsed
7401
7402 \begin_layout Plain Layout
7403
7404
7405 \backslash
7406 spce 
7407 \end_layout
7408
7409 \end_inset
7410
7411 A+B
7412 \begin_inset ERT
7413 status collapsed
7414
7415 \begin_layout Plain Layout
7416
7417
7418 \backslash
7419 spce 
7420 \end_layout
7421
7422 \end_inset
7423
7424 _5
7425 \begin_inset ERT
7426 status collapsed
7427
7428 \begin_layout Plain Layout
7429
7430 }
7431 \end_layout
7432
7433 \end_inset
7434
7435
7436 \begin_inset Index
7437 status collapsed
7438
7439 \begin_layout Plain Layout
7440 Commands ! U ! 
7441 \backslash
7442 underbrace
7443 \end_layout
7444
7445 \end_inset
7446
7447
7448 \end_layout
7449
7450 \end_inset
7451 </cell>
7452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7453 \begin_inset Text
7454
7455 \begin_layout Plain Layout
7456 \begin_inset Formula $\underbrace{A+B}_{5}$
7457 \end_inset
7458
7459
7460 \end_layout
7461
7462 \end_inset
7463 </cell>
7464 </row>
7465 <row>
7466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7467 \begin_inset Text
7468
7469 \begin_layout Plain Layout
7470
7471 \backslash
7472 overbrace
7473 \begin_inset ERT
7474 status collapsed
7475
7476 \begin_layout Plain Layout
7477
7478
7479 \backslash
7480 spce 
7481 \end_layout
7482
7483 \end_inset
7484
7485
7486 \backslash
7487 underbrace
7488 \begin_inset ERT
7489 status collapsed
7490
7491 \begin_layout Plain Layout
7492
7493
7494 \backslash
7495 spce 
7496 \end_layout
7497
7498 \end_inset
7499
7500 A+B_w
7501 \begin_inset ERT
7502 status collapsed
7503
7504 \begin_layout Plain Layout
7505
7506
7507 \backslash
7508 spce 
7509 \end_layout
7510
7511 \end_inset
7512
7513
7514 \begin_inset ERT
7515 status collapsed
7516
7517 \begin_layout Plain Layout
7518
7519
7520 \backslash
7521 spce 
7522 \end_layout
7523
7524 \end_inset
7525
7526 _7
7527 \begin_inset ERT
7528 status collapsed
7529
7530 \begin_layout Plain Layout
7531
7532
7533 \backslash
7534 spce 
7535 \end_layout
7536
7537 \end_inset
7538
7539
7540 \begin_inset ERT
7541 status collapsed
7542
7543 \begin_layout Plain Layout
7544
7545
7546 \backslash
7547 spce 
7548 \end_layout
7549
7550 \end_inset
7551
7552 ^
7553 \begin_inset ERT
7554 status collapsed
7555
7556 \begin_layout Plain Layout
7557
7558
7559 \backslash
7560 spce 
7561 \end_layout
7562
7563 \end_inset
7564
7565 C
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7571 \begin_inset Text
7572
7573 \begin_layout Plain Layout
7574 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7575 \end_inset
7576
7577
7578 \end_layout
7579
7580 \end_inset
7581 </cell>
7582 </row>
7583 </lyxtabular>
7584
7585 \end_inset
7586
7587
7588 \end_layout
7589
7590 \begin_layout Standard
7591 In the last example it doesn't matter if 
7592 \series bold
7593
7594 \backslash
7595 overbrace
7596 \series default
7597  or 
7598 \series bold
7599
7600 \backslash
7601 underbrace
7602 \series default
7603  is inserted at first.
7604 \end_layout
7605
7606 \begin_layout Standard
7607 \begin_inset VSpace bigskip
7608 \end_inset
7609
7610 When brackets are needed that overlap each other, multiline formulas, as
7611  described in 
7612 \begin_inset CommandInset ref
7613 LatexCommand ref
7614 reference "sec:Multiline-Formulas"
7615
7616 \end_inset
7617
7618 , must be used:
7619 \begin_inset Formula \begin{eqnarray*}
7620 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7621  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7622
7623 \end_inset
7624
7625 In the first row the formula is inserted together with the first brace.
7626  It is hereby important that the space command
7627 \begin_inset Foot
7628 status collapsed
7629
7630 \begin_layout Plain Layout
7631 Space commands are explained in 
7632 \begin_inset CommandInset ref
7633 LatexCommand ref
7634 reference "sub:Predefined-Space"
7635
7636 \end_inset
7637
7638 .
7639 \end_layout
7640
7641 \end_inset
7642
7643  
7644 \series bold
7645
7646 \backslash
7647 :
7648 \series default
7649  is inserted before the first 
7650 \begin_inset Formula $d$
7651 \end_inset
7652
7653 , because the brace that ends behind the 
7654 \begin_inset Formula $q$
7655 \end_inset
7656
7657  prevents that the following 
7658 \begin_inset Quotes eld
7659 \end_inset
7660
7661 +
7662 \begin_inset Quotes erd
7663 \end_inset
7664
7665  is surrounded by space.
7666 \begin_inset Foot
7667 status collapsed
7668
7669 \begin_layout Plain Layout
7670 because a bracket is not handled as character, see 
7671 \begin_inset CommandInset ref
7672 LatexCommand ref
7673 reference "sub:Binary-Operators"
7674
7675 \end_inset
7676
7677
7678 \end_layout
7679
7680 \end_inset
7681
7682  In the second row the second brace is inserted.
7683  As it should begin before the 
7684 \begin_inset Formula $b$
7685 \end_inset
7686
7687 , first the command 
7688 \series bold
7689
7690 \backslash
7691 hphantom{gggg+
7692 \backslash
7693 :}
7694 \series default
7695  is inserted.
7696 \begin_inset Foot
7697 status collapsed
7698
7699 \begin_layout Plain Layout
7700 more about 
7701 \series bold
7702
7703 \backslash
7704 hphantom
7705 \series default
7706  see 
7707 \begin_inset CommandInset ref
7708 LatexCommand ref
7709 reference "sub:Placeholders"
7710
7711 \end_inset
7712
7713
7714 \end_layout
7715
7716 \end_inset
7717
7718  This space is needed because the 
7719 \begin_inset Quotes eld
7720 \end_inset
7721
7722 +
7723 \begin_inset Quotes erd
7724 \end_inset
7725
7726  is also surrounded by space in the formula.
7727  The brace is placed under the command 
7728 \series bold
7729
7730 \backslash
7731 hphantom{bbqq+dddd}
7732 \series default
7733 .
7734 \end_layout
7735
7736 \begin_layout Standard
7737 It gets more complicated when brackets overlap each other, like in the following
7738  example:
7739 \begin_inset ERT
7740 status collapsed
7741
7742 \begin_layout Plain Layout
7743
7744
7745 \backslash
7746 setlength{
7747 \backslash
7748 jot}{-6pt}
7749 \end_layout
7750
7751 \end_inset
7752
7753
7754 \begin_inset Formula \begin{eqnarray*}
7755  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7756 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7757
7758 \end_inset
7759
7760
7761 \begin_inset ERT
7762 status collapsed
7763
7764 \begin_layout Plain Layout
7765
7766
7767 \backslash
7768 setlength{
7769 \backslash
7770 jot}{3pt}
7771 \end_layout
7772
7773 \end_inset
7774
7775 The first formula row is the same as the second row of the previous example,
7776  with the difference that the brace is above.
7777  The second row contains the formula together with the second brace.
7778  To avoid that there is space between the upper brace in the first row and
7779  the formula, the row spacing need to be reduced.
7780  This is not easily possible due to a bug in LyX
7781 \begin_inset Foot
7782 status collapsed
7783
7784 \begin_layout Plain Layout
7785 \begin_inset CommandInset href
7786 LatexCommand href
7787 name "LyX-bug #1505"
7788 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7789
7790 \end_inset
7791
7792
7793 \end_layout
7794
7795 \end_inset
7796
7797 .
7798  As solution for the problem, the global formula row separation 
7799 \series bold
7800
7801 \backslash
7802 jot
7803 \series default
7804
7805 \begin_inset Index
7806 status collapsed
7807
7808 \begin_layout Plain Layout
7809 Commands ! J ! 
7810 \backslash
7811 jot
7812 \end_layout
7813
7814 \end_inset
7815
7816  must be changed to -6
7817 \begin_inset space \thinspace{}
7818 \end_inset
7819
7820 pt before the formula with the command 
7821 \series bold
7822
7823 \backslash
7824 setlength{
7825 \backslash
7826 jot}{-6pt}
7827 \series default
7828  in TeX-mode.
7829  
7830 \series bold
7831
7832 \backslash
7833 jot
7834 \series default
7835  is set back after the formula to the standard value of 3
7836 \begin_inset space \thinspace{}
7837 \end_inset
7838
7839 pt using the same command.
7840  More about the row separation in formulas is explained in 
7841 \begin_inset CommandInset ref
7842 LatexCommand ref
7843 reference "sub:Line-Separation"
7844
7845 \end_inset
7846
7847 .
7848 \end_layout
7849
7850 \begin_layout Section
7851 Arrows
7852 \begin_inset Index
7853 status collapsed
7854
7855 \begin_layout Plain Layout
7856 Arrows
7857 \end_layout
7858
7859 \end_inset
7860
7861
7862 \end_layout
7863
7864 \begin_layout Standard
7865 Arrows can be inserted via the math toolbar button 
7866 \begin_inset Graphics
7867         filename ../images/math/leftarrow.png
7868         scale 85
7869
7870 \end_inset
7871
7872  or the commands listed in the following subsections.
7873 \end_layout
7874
7875 \begin_layout Standard
7876 \begin_inset Newpage newpage
7877 \end_inset
7878
7879
7880 \end_layout
7881
7882 \begin_layout Subsection
7883 Horizontal Arrows
7884 \begin_inset Index
7885 status collapsed
7886
7887 \begin_layout Plain Layout
7888 Arrows ! horizontal
7889 \end_layout
7890
7891 \end_inset
7892
7893
7894 \end_layout
7895
7896 \begin_layout Standard
7897 \begin_inset space \hfill{}
7898 \end_inset
7899
7900
7901 \begin_inset Tabular
7902 <lyxtabular version="3" rows="8" columns="2">
7903 <features tabularvalignment="middle">
7904 <column alignment="center" valignment="top" width="0pt">
7905 <column alignment="center" valignment="top" width="0pt">
7906 <row>
7907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 Command
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920 Result
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 </row>
7926 <row>
7927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931
7932 \backslash
7933 gets
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942 \begin_inset Formula $\gets$
7943 \end_inset
7944
7945
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 </row>
7951 <row>
7952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956
7957 \backslash
7958 Leftarrow
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967 \begin_inset Formula $\Leftarrow$
7968 \end_inset
7969
7970
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 </row>
7976 <row>
7977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981
7982 \backslash
7983 longleftarrow
7984 \end_layout
7985
7986 \end_inset
7987 </cell>
7988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992 \begin_inset Formula $\longleftarrow$
7993 \end_inset
7994
7995
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 </row>
8001 <row>
8002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006
8007 \backslash
8008 Longleftarrow
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017 \begin_inset Formula $\Longleftarrow$
8018 \end_inset
8019
8020
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 </row>
8026 <row>
8027 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031
8032 \backslash
8033 leftharpoonup
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042 \begin_inset Formula $\leftharpoonup$
8043 \end_inset
8044
8045
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 </row>
8051 <row>
8052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056
8057 \backslash
8058 leftharpoondown
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067 \begin_inset Formula $\leftharpoondown$
8068 \end_inset
8069
8070
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 </row>
8076 <row>
8077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081
8082 \backslash
8083 hookleftarrow
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092 \begin_inset Formula $\hookleftarrow$
8093 \end_inset
8094
8095
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 </row>
8101 </lyxtabular>
8102
8103 \end_inset
8104
8105
8106 \begin_inset space \hfill{}
8107 \end_inset
8108
8109
8110 \begin_inset Tabular
8111 <lyxtabular version="3" rows="8" columns="2">
8112 <features tabularvalignment="middle">
8113 <column alignment="center" valignment="top" width="0pt">
8114 <column alignment="center" valignment="top" width="0pt">
8115 <row>
8116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120 Command
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129 Result
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 </row>
8135 <row>
8136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140
8141 \backslash
8142 to
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151 \begin_inset Formula $\to$
8152 \end_inset
8153
8154
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 </row>
8160 <row>
8161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165
8166 \backslash
8167 Rightarrow
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176 \begin_inset Formula $\Rightarrow$
8177 \end_inset
8178
8179
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 </row>
8185 <row>
8186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190
8191 \backslash
8192 longrightarrow
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201 \begin_inset Formula $\longrightarrow$
8202 \end_inset
8203
8204
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 </row>
8210 <row>
8211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215
8216 \backslash
8217 Longrightarrow
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226 \begin_inset Formula $\Longrightarrow$
8227 \end_inset
8228
8229
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 </row>
8235 <row>
8236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240
8241 \backslash
8242 rightharpoonup
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251 \begin_inset Formula $\rightharpoonup$
8252 \end_inset
8253
8254
8255 \end_layout
8256
8257 \end_inset
8258 </cell>
8259 </row>
8260 <row>
8261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265
8266 \backslash
8267 rightharpoondown
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276 \begin_inset Formula $\rightharpoondown$
8277 \end_inset
8278
8279
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 </row>
8285 <row>
8286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290
8291 \backslash
8292 hookrightarrow
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301 \begin_inset Formula $\hookrightarrow$
8302 \end_inset
8303
8304
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 </row>
8310 </lyxtabular>
8311
8312 \end_inset
8313
8314
8315 \begin_inset space \hfill{}
8316 \end_inset
8317
8318
8319 \end_layout
8320
8321 \begin_layout Standard
8322 \begin_inset space \hfill{}
8323 \end_inset
8324
8325
8326 \begin_inset Tabular
8327 <lyxtabular version="3" rows="6" columns="2">
8328 <features tabularvalignment="middle">
8329 <column alignment="center" valignment="top" width="0pt">
8330 <column alignment="center" valignment="top" width="0pt">
8331 <row>
8332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336 Command
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345 Result
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 </row>
8351 <row>
8352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356
8357 \backslash
8358 leftrightarrow
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367 \begin_inset Formula $\leftrightarrow$
8368 \end_inset
8369
8370
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 </row>
8376 <row>
8377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381
8382 \backslash
8383 Leftrightarrow
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392 \begin_inset Formula $\Leftrightarrow$
8393 \end_inset
8394
8395
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 </row>
8401 <row>
8402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406
8407 \backslash
8408 longleftrightarrow
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417 \begin_inset Formula $\longleftrightarrow$
8418 \end_inset
8419
8420
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 </row>
8426 <row>
8427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431
8432 \backslash
8433 Longleftrightarrow
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 \begin_inset Formula $\Longleftrightarrow$
8443 \end_inset
8444
8445
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 </row>
8451 <row>
8452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456
8457 \backslash
8458 rightleftharpoons
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467 \begin_inset Formula $\rightleftharpoons$
8468 \end_inset
8469
8470
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 </row>
8476 </lyxtabular>
8477
8478 \end_inset
8479
8480
8481 \begin_inset space \hspace{}
8482 \length 25pt
8483 \end_inset
8484
8485
8486 \begin_inset space \hfill{}
8487 \end_inset
8488
8489
8490 \begin_inset Tabular
8491 <lyxtabular version="3" rows="5" columns="2">
8492 <features tabularvalignment="middle">
8493 <column alignment="center" valignment="top" width="0pt">
8494 <column alignment="center" valignment="top" width="0pt">
8495 <row>
8496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500 Command
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509 Result
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 </row>
8515 <row>
8516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520
8521 \backslash
8522 mapsto
8523 \end_layout
8524
8525 \end_inset
8526 </cell>
8527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531 \begin_inset Formula $\mapsto$
8532 \end_inset
8533
8534
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 </row>
8540 <row>
8541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545
8546 \backslash
8547 longmapsto
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556 \begin_inset Formula $\longmapsto$
8557 \end_inset
8558
8559
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 </row>
8565 <row>
8566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570
8571 \backslash
8572 leadsto
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581 \begin_inset Formula $\leadsto$
8582 \end_inset
8583
8584
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 </row>
8590 <row>
8591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595
8596 \backslash
8597 dasharrow
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606 \begin_inset Formula $\dasharrow$
8607 \end_inset
8608
8609
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 </row>
8615 </lyxtabular>
8616
8617 \end_inset
8618
8619
8620 \begin_inset space \hfill{}
8621 \end_inset
8622
8623
8624 \end_layout
8625
8626 \begin_layout Standard
8627 \begin_inset VSpace medskip
8628 \end_inset
8629
8630 Arrows used as accent like e.
8631 \begin_inset space \thinspace{}
8632 \end_inset
8633
8634 g.
8635 \begin_inset space \space{}
8636 \end_inset
8637
8638 vector arrows are listed in 
8639 \begin_inset CommandInset ref
8640 LatexCommand ref
8641 reference "sec:Accents"
8642
8643 \end_inset
8644
8645 .
8646 \end_layout
8647
8648 \begin_layout Standard
8649 \begin_inset VSpace bigskip
8650 \end_inset
8651
8652 Furthermore there are the labeled arrows
8653 \begin_inset Index
8654 status collapsed
8655
8656 \begin_layout Plain Layout
8657 Arrows ! labeled
8658 \end_layout
8659
8660 \end_inset
8661
8662  
8663 \series bold
8664
8665 \backslash
8666 xleftarrow
8667 \series default
8668
8669 \begin_inset Index
8670 status collapsed
8671
8672 \begin_layout Plain Layout
8673 Commands ! X ! 
8674 \backslash
8675 xleftarrow
8676 \end_layout
8677
8678 \end_inset
8679
8680  and 
8681 \series bold
8682
8683 \backslash
8684 xrightarrow
8685 \series default
8686
8687 \begin_inset Index
8688 status collapsed
8689
8690 \begin_layout Plain Layout
8691 Commands ! X ! 
8692 \backslash
8693 xrightarrow
8694 \begin_inset ERT
8695 status collapsed
8696
8697 \begin_layout Plain Layout
8698
8699
8700 \backslash
8701 vspace{4mm}
8702 \end_layout
8703
8704 \end_inset
8705
8706
8707 \end_layout
8708
8709 \end_inset
8710
8711 .
8712  When inserting one of these commands in a formula, an arrow with two blue
8713  boxes appear where the label can be inserted.
8714  The length of the arrow adapts to the label width.
8715 \end_layout
8716
8717 \begin_layout Standard
8718 \align center
8719 \begin_inset Tabular
8720 <lyxtabular version="3" rows="3" columns="2">
8721 <features tabularvalignment="middle">
8722 <column alignment="center" valignment="top" width="0pt">
8723 <column alignment="center" valignment="top" width="0pt">
8724 <row>
8725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729 Command
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738 Result
8739 \begin_inset Note Note
8740 status collapsed
8741
8742 \begin_layout Plain Layout
8743
8744 \series bold
8745
8746 \backslash
8747 raisebox
8748 \series default
8749  is only used as spacer.
8750 \end_layout
8751
8752 \end_inset
8753
8754
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 </row>
8760 <row>
8761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765 F(a)
8766 \backslash
8767 xleftarrow
8768 \begin_inset ERT
8769 status collapsed
8770
8771 \begin_layout Plain Layout
8772
8773
8774 \backslash
8775 spce 
8776 \end_layout
8777
8778 \end_inset
8779
8780 x=a
8781 \begin_inset Formula $\downarrow$
8782 \end_inset
8783
8784 x>0
8785 \begin_inset Formula $\to$
8786 \end_inset
8787
8788 F(x)
8789 \end_layout
8790
8791 \end_inset
8792 </cell>
8793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Plain Layout
8797 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8798 \end_inset
8799
8800
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 </row>
8806 <row>
8807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811 F(x)
8812 \backslash
8813 xrightarrow
8814 \begin_inset ERT
8815 status collapsed
8816
8817 \begin_layout Plain Layout
8818
8819
8820 \backslash
8821 spce 
8822 \end_layout
8823
8824 \end_inset
8825
8826 x=a
8827 \begin_inset Formula $\downarrow$
8828 \end_inset
8829
8830 x>0
8831 \begin_inset Formula $\to$
8832 \end_inset
8833
8834 F(a)
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8844 \end_inset
8845
8846
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 </row>
8852 </lyxtabular>
8853
8854 \end_inset
8855
8856
8857 \end_layout
8858
8859 \begin_layout Subsection
8860 Vertical and diagonal Arrows
8861 \begin_inset Index
8862 status collapsed
8863
8864 \begin_layout Plain Layout
8865 Arrows ! diagonal
8866 \end_layout
8867
8868 \end_inset
8869
8870
8871 \begin_inset Index
8872 status collapsed
8873
8874 \begin_layout Plain Layout
8875 Arrows ! vertical
8876 \end_layout
8877
8878 \end_inset
8879
8880
8881 \end_layout
8882
8883 \begin_layout Standard
8884 \begin_inset space \hfill{}
8885 \end_inset
8886
8887
8888 \begin_inset Tabular
8889 <lyxtabular version="3" rows="7" columns="2">
8890 <features tabularvalignment="middle">
8891 <column alignment="center" valignment="top" width="0pt">
8892 <column alignment="center" valignment="top" width="0pt">
8893 <row>
8894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898 Command
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907 Result
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 </row>
8913 <row>
8914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918
8919 \backslash
8920 uparrow
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929 \begin_inset Formula $\uparrow$
8930 \end_inset
8931
8932
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 </row>
8938 <row>
8939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8940 \begin_inset Text
8941
8942 \begin_layout Plain Layout
8943
8944 \backslash
8945 Uparrow
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954 \begin_inset Formula $\Uparrow$
8955 \end_inset
8956
8957
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 </row>
8963 <row>
8964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968
8969 \backslash
8970 updownarrow
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979 \begin_inset Formula $\updownarrow$
8980 \end_inset
8981
8982
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 </row>
8988 <row>
8989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993
8994 \backslash
8995 Updownarrow
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004 \begin_inset Formula $\Updownarrow$
9005 \end_inset
9006
9007
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 </row>
9013 <row>
9014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018
9019 \backslash
9020 Downarrow
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 \begin_inset Formula $\Downarrow$
9030 \end_inset
9031
9032
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 </row>
9038 <row>
9039 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043
9044 \backslash
9045 downarrow
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054 \begin_inset Formula $\downarrow$
9055 \end_inset
9056
9057
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 </row>
9063 </lyxtabular>
9064
9065 \end_inset
9066
9067
9068 \begin_inset space \hfill{}
9069 \end_inset
9070
9071
9072 \begin_inset Tabular
9073 <lyxtabular version="3" rows="5" columns="2">
9074 <features tabularvalignment="middle">
9075 <column alignment="center" valignment="top" width="0pt">
9076 <column alignment="center" valignment="top" width="0pt">
9077 <row>
9078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082 Command
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 Result
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 </row>
9097 <row>
9098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102
9103 \backslash
9104 nearrow
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 \begin_inset Formula $\nearrow$
9114 \end_inset
9115
9116
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 </row>
9122 <row>
9123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127
9128 \backslash
9129 searrow
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 \begin_inset Formula $\searrow$
9139 \end_inset
9140
9141
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 </row>
9147 <row>
9148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152
9153 \backslash
9154 swarrow
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163 \begin_inset Formula $\swarrow$
9164 \end_inset
9165
9166
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 </row>
9172 <row>
9173 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177
9178 \backslash
9179 nwarrow
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188 \begin_inset Formula $\nwarrow$
9189 \end_inset
9190
9191
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 </row>
9197 </lyxtabular>
9198
9199 \end_inset
9200
9201
9202 \begin_inset space \hfill{}
9203 \end_inset
9204
9205
9206 \end_layout
9207
9208 \begin_layout Standard
9209 \begin_inset VSpace medskip
9210 \end_inset
9211
9212 Vertical arrows can be used also as delimiter together with the commands
9213  described in 
9214 \begin_inset CommandInset ref
9215 LatexCommand ref
9216 reference "sub:Manual-Bracket-Size"
9217
9218 \end_inset
9219
9220  and 
9221 \begin_inset CommandInset ref
9222 LatexCommand ref
9223 reference "sub:Automatic-Bracket-Size"
9224
9225 \end_inset
9226
9227 .
9228 \end_layout
9229
9230 \begin_layout Standard
9231 \begin_inset Newpage newpage
9232 \end_inset
9233
9234
9235 \end_layout
9236
9237 \begin_layout Section
9238 Accents
9239 \begin_inset CommandInset label
9240 LatexCommand label
9241 name "sec:Accents"
9242
9243 \end_inset
9244
9245
9246 \begin_inset Index
9247 status collapsed
9248
9249 \begin_layout Plain Layout
9250 Accents
9251 \end_layout
9252
9253 \end_inset
9254
9255
9256 \end_layout
9257
9258 \begin_layout Standard
9259 Accents can be inserted via the math toolbar button 
9260 \begin_inset Graphics
9261         filename ../images/math/hat.png
9262         scale 85
9263
9264 \end_inset
9265
9266  or the commands listed in the following subsections.
9267 \end_layout
9268
9269 \begin_layout Subsection
9270 Accents for one Character
9271 \begin_inset ERT
9272 status collapsed
9273
9274 \begin_layout Plain Layout
9275
9276
9277 \backslash
9278 texorpdfstring{
9279 \end_layout
9280
9281 \end_inset
9282
9283
9284 \begin_inset Foot
9285 status collapsed
9286
9287 \begin_layout Plain Layout
9288 accents in text see 
9289 \begin_inset CommandInset ref
9290 LatexCommand ref
9291 reference "sub:Accents-in-Text"
9292
9293 \end_inset
9294
9295
9296 \end_layout
9297
9298 \end_inset
9299
9300
9301 \begin_inset ERT
9302 status collapsed
9303
9304 \begin_layout Plain Layout
9305
9306 }{}
9307 \end_layout
9308
9309 \end_inset
9310
9311
9312 \begin_inset Note Note
9313 status collapsed
9314
9315 \begin_layout Plain Layout
9316
9317 \backslash
9318 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
9319 \end_layout
9320
9321 \begin_layout Plain Layout
9322 More about 
9323 \backslash
9324 texorpdfstring is in section 
9325 \begin_inset CommandInset ref
9326 LatexCommand ref
9327 reference "sub:Formulas-in-Section"
9328
9329 \end_inset
9330
9331 .
9332 \end_layout
9333
9334 \end_inset
9335
9336
9337 \begin_inset CommandInset label
9338 LatexCommand label
9339 name "sub:Accents-for-one"
9340
9341 \end_inset
9342
9343
9344 \begin_inset Index
9345 status collapsed
9346
9347 \begin_layout Plain Layout
9348 Accents ! for one character
9349 \end_layout
9350
9351 \end_inset
9352
9353
9354 \end_layout
9355
9356 \begin_layout Standard
9357 \begin_inset space \hfill{}
9358 \end_inset
9359
9360
9361 \begin_inset Tabular
9362 <lyxtabular version="3" rows="8" columns="2">
9363 <features tabularvalignment="middle">
9364 <column alignment="center" valignment="top" width="0pt">
9365 <column alignment="center" valignment="top" width="0pt">
9366 <row>
9367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371 Command
9372 \end_layout
9373
9374 \end_inset
9375 </cell>
9376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380 Result
9381 \begin_inset Note Note
9382 status collapsed
9383
9384 \begin_layout Plain Layout
9385
9386 \series bold
9387
9388 \backslash
9389 raisebox
9390 \series default
9391  is only used as spacer.
9392 \end_layout
9393
9394 \end_inset
9395
9396
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 </row>
9402 <row>
9403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407
9408 \backslash
9409 dot
9410 \begin_inset ERT
9411 status collapsed
9412
9413 \begin_layout Plain Layout
9414
9415
9416 \backslash
9417 spce 
9418 \end_layout
9419
9420 \end_inset
9421
9422 A
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Plain Layout
9431 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9432 \end_inset
9433
9434
9435 \end_layout
9436
9437 \end_inset
9438 </cell>
9439 </row>
9440 <row>
9441 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445
9446 \backslash
9447 ddot
9448 \begin_inset ERT
9449 status collapsed
9450
9451 \begin_layout Plain Layout
9452
9453
9454 \backslash
9455 spce 
9456 \end_layout
9457
9458 \end_inset
9459
9460 A
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9470 \end_inset
9471
9472
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 </row>
9478 <row>
9479 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9480 \begin_inset Text
9481
9482 \begin_layout Plain Layout
9483
9484 \backslash
9485 dddot
9486 \begin_inset ERT
9487 status collapsed
9488
9489 \begin_layout Plain Layout
9490
9491
9492 \backslash
9493 spce 
9494 \end_layout
9495
9496 \end_inset
9497
9498 A
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9504 \begin_inset Text
9505
9506 \begin_layout Plain Layout
9507 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9508 \end_inset
9509
9510
9511 \end_layout
9512
9513 \end_inset
9514 </cell>
9515 </row>
9516 <row>
9517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521
9522 \backslash
9523 ddddot{A
9524 \end_layout
9525
9526 \end_inset
9527 </cell>
9528 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9529 \begin_inset Text
9530
9531 \begin_layout Plain Layout
9532 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9533 \end_inset
9534
9535
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 </row>
9541 <row>
9542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9543 \begin_inset Text
9544
9545 \begin_layout Plain Layout
9546
9547 \backslash
9548 vec
9549 \begin_inset ERT
9550 status collapsed
9551
9552 \begin_layout Plain Layout
9553
9554
9555 \backslash
9556 spce 
9557 \end_layout
9558
9559 \end_inset
9560
9561 A
9562 \begin_inset Index
9563 status collapsed
9564
9565 \begin_layout Plain Layout
9566 Vectors
9567 \end_layout
9568
9569 \end_inset
9570
9571
9572 \end_layout
9573
9574 \end_inset
9575 </cell>
9576 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9577 \begin_inset Text
9578
9579 \begin_layout Plain Layout
9580 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9581 \end_inset
9582
9583
9584 \end_layout
9585
9586 \end_inset
9587 </cell>
9588 </row>
9589 <row>
9590 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9591 \begin_inset Text
9592
9593 \begin_layout Plain Layout
9594
9595 \backslash
9596 bar
9597 \begin_inset ERT
9598 status collapsed
9599
9600 \begin_layout Plain Layout
9601
9602
9603 \backslash
9604 spce 
9605 \end_layout
9606
9607 \end_inset
9608
9609 A
9610 \end_layout
9611
9612 \end_inset
9613 </cell>
9614 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9615 \begin_inset Text
9616
9617 \begin_layout Plain Layout
9618 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9619 \end_inset
9620
9621
9622 \end_layout
9623
9624 \end_inset
9625 </cell>
9626 </row>
9627 <row>
9628 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9629 \begin_inset Text
9630
9631 \begin_layout Plain Layout
9632
9633 \backslash
9634 mathring
9635 \begin_inset ERT
9636 status collapsed
9637
9638 \begin_layout Plain Layout
9639
9640
9641 \backslash
9642 spce 
9643 \end_layout
9644
9645 \end_inset
9646
9647 A
9648 \end_layout
9649
9650 \end_inset
9651 </cell>
9652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9653 \begin_inset Text
9654
9655 \begin_layout Plain Layout
9656 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9657 \end_inset
9658
9659
9660 \end_layout
9661
9662 \end_inset
9663 </cell>
9664 </row>
9665 </lyxtabular>
9666
9667 \end_inset
9668
9669
9670 \begin_inset space \hfill{}
9671 \end_inset
9672
9673
9674 \begin_inset Tabular
9675 <lyxtabular version="3" rows="7" columns="2">
9676 <features tabularvalignment="middle">
9677 <column alignment="center" valignment="top" width="0pt">
9678 <column alignment="center" valignment="top" width="0pt">
9679 <row>
9680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9681 \begin_inset Text
9682
9683 \begin_layout Plain Layout
9684 Command
9685 \end_layout
9686
9687 \end_inset
9688 </cell>
9689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9690 \begin_inset Text
9691
9692 \begin_layout Plain Layout
9693 Result
9694 \end_layout
9695
9696 \end_inset
9697 </cell>
9698 </row>
9699 <row>
9700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9701 \begin_inset Text
9702
9703 \begin_layout Plain Layout
9704
9705 \backslash
9706 tilde
9707 \begin_inset ERT
9708 status collapsed
9709
9710 \begin_layout Plain Layout
9711
9712
9713 \backslash
9714 spce 
9715 \end_layout
9716
9717 \end_inset
9718
9719 A
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9725 \begin_inset Text
9726
9727 \begin_layout Plain Layout
9728 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9729 \end_inset
9730
9731
9732 \end_layout
9733
9734 \end_inset
9735 </cell>
9736 </row>
9737 <row>
9738 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9739 \begin_inset Text
9740
9741 \begin_layout Plain Layout
9742
9743 \backslash
9744 hat
9745 \begin_inset ERT
9746 status collapsed
9747
9748 \begin_layout Plain Layout
9749
9750
9751 \backslash
9752 spce 
9753 \end_layout
9754
9755 \end_inset
9756
9757 A
9758 \end_layout
9759
9760 \end_inset
9761 </cell>
9762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9763 \begin_inset Text
9764
9765 \begin_layout Plain Layout
9766 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9767 \end_inset
9768
9769
9770 \end_layout
9771
9772 \end_inset
9773 </cell>
9774 </row>
9775 <row>
9776 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9777 \begin_inset Text
9778
9779 \begin_layout Plain Layout
9780
9781 \backslash
9782 check
9783 \begin_inset ERT
9784 status collapsed
9785
9786 \begin_layout Plain Layout
9787
9788
9789 \backslash
9790 spce 
9791 \end_layout
9792
9793 \end_inset
9794
9795 A
9796 \end_layout
9797
9798 \end_inset
9799 </cell>
9800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9801 \begin_inset Text
9802
9803 \begin_layout Plain Layout
9804 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9805 \end_inset
9806
9807
9808 \end_layout
9809
9810 \end_inset
9811 </cell>
9812 </row>
9813 <row>
9814 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9815 \begin_inset Text
9816
9817 \begin_layout Plain Layout
9818
9819 \backslash
9820 acute
9821 \begin_inset ERT
9822 status collapsed
9823
9824 \begin_layout Plain Layout
9825
9826
9827 \backslash
9828 spce 
9829 \end_layout
9830
9831 \end_inset
9832
9833 A
9834 \end_layout
9835
9836 \end_inset
9837 </cell>
9838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9839 \begin_inset Text
9840
9841 \begin_layout Plain Layout
9842 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9843 \end_inset
9844
9845
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 </row>
9851 <row>
9852 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Plain Layout
9856
9857 \backslash
9858 grave
9859 \begin_inset ERT
9860 status collapsed
9861
9862 \begin_layout Plain Layout
9863
9864
9865 \backslash
9866 spce 
9867 \end_layout
9868
9869 \end_inset
9870
9871 A
9872 \end_layout
9873
9874 \end_inset
9875 </cell>
9876 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9881 \end_inset
9882
9883
9884 \end_layout
9885
9886 \end_inset
9887 </cell>
9888 </row>
9889 <row>
9890 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9891 \begin_inset Text
9892
9893 \begin_layout Plain Layout
9894
9895 \backslash
9896 breve
9897 \begin_inset ERT
9898 status collapsed
9899
9900 \begin_layout Plain Layout
9901
9902
9903 \backslash
9904 spce 
9905 \end_layout
9906
9907 \end_inset
9908
9909 A
9910 \end_layout
9911
9912 \end_inset
9913 </cell>
9914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9915 \begin_inset Text
9916
9917 \begin_layout Plain Layout
9918 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9919 \end_inset
9920
9921
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 </row>
9927 </lyxtabular>
9928
9929 \end_inset
9930
9931
9932 \begin_inset space \hfill{}
9933 \end_inset
9934
9935
9936 \end_layout
9937
9938 \begin_layout Standard
9939 \begin_inset VSpace bigskip
9940 \end_inset
9941
9942
9943 \end_layout
9944
9945 \begin_layout Standard
9946 You can directly insert accents like é to formulas.
9947  LyX will transform them to the corresponding accent command.
9948  For umlauts
9949 \begin_inset Index
9950 status collapsed
9951
9952 \begin_layout Plain Layout
9953 Umlauts
9954 \end_layout
9955
9956 \end_inset
9957
9958  it is better to insert a quotation mark before the vowel.
9959  These two characters are then treated by LaTeX as 
9960 \emph on
9961 one
9962 \emph default
9963  character when the formula part with the umlaut is marked as German.
9964  In contrary to 
9965 \series bold
9966
9967 \backslash
9968 ddot
9969 \series default
9970 , with this method 
9971 \begin_inset Quotes eld
9972 \end_inset
9973
9974 real
9975 \begin_inset Quotes erd
9976 \end_inset
9977
9978  umlauts are created as demonstrated in the following example:
9979 \end_layout
9980
9981 \begin_layout Standard
9982 \begin_inset VSpace -2mm
9983 \end_inset
9984
9985
9986 \end_layout
9987
9988 \begin_layout Standard
9989 \align center
9990 \begin_inset Tabular
9991 <lyxtabular version="3" rows="3" columns="2">
9992 <features tabularvalignment="middle">
9993 <column alignment="center" valignment="top" width="0">
9994 <column alignment="center" valignment="top" width="0">
9995 <row>
9996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000 Command
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009 Result
10010 \begin_inset Note Note
10011 status collapsed
10012
10013 \begin_layout Plain Layout
10014
10015 \series bold
10016
10017 \backslash
10018 raisebox
10019 \series default
10020  and the 0
10021 \begin_inset space \thinspace{}
10022 \end_inset
10023
10024 pt space are only used as spacer.
10025 \end_layout
10026
10027 \end_inset
10028
10029
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 </row>
10035 <row>
10036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040
10041 \lang ngerman
10042 \begin_inset Quotes grd
10043 \end_inset
10044
10045 i
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10051 \begin_inset Text
10052
10053 \begin_layout Plain Layout
10054 \begin_inset space \hspace{}
10055 \length 0pt
10056 \end_inset
10057
10058
10059 \lang ngerman
10060
10061 \begin_inset Formula $"i$
10062 \end_inset
10063
10064
10065 \end_layout
10066
10067 \end_inset
10068 </cell>
10069 </row>
10070 <row>
10071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10072 \begin_inset Text
10073
10074 \begin_layout Plain Layout
10075
10076 \backslash
10077 ddot
10078 \begin_inset ERT
10079 status collapsed
10080
10081 \begin_layout Plain Layout
10082
10083
10084 \backslash
10085 spce 
10086 \end_layout
10087
10088 \end_inset
10089
10090 i
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Plain Layout
10099 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10100 \end_inset
10101
10102
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 </row>
10108 </lyxtabular>
10109
10110 \end_inset
10111
10112
10113 \end_layout
10114
10115 \begin_layout Standard
10116 Another advantage to 
10117 \series bold
10118
10119 \backslash
10120 ddot
10121 \series default
10122  is that umlauts can directly be converted to mathematical text because
10123  the accent commands above are 
10124 \emph on
10125 not allowed
10126 \emph default
10127  
10128 \emph on
10129 in mathematical text
10130 \emph default
10131 .
10132  To convert an accented character to mathematical text, only the character
10133  under the accent may be converted.
10134  This applies also for all other conversions, e.
10135 \begin_inset space \thinspace{}
10136 \end_inset
10137
10138 g.
10139 \begin_inset space \space{}
10140 \end_inset
10141
10142 to italic or bold.
10143 \end_layout
10144
10145 \begin_layout Standard
10146 In mathematical text, umlauts and other accented characters can directly
10147  be inserted.
10148 \end_layout
10149
10150 \begin_layout Subsection
10151 Accents for Operators
10152 \begin_inset Index
10153 status collapsed
10154
10155 \begin_layout Plain Layout
10156 Accents ! for operators
10157 \end_layout
10158
10159 \end_inset
10160
10161
10162 \end_layout
10163
10164 \begin_layout Standard
10165 With the commands 
10166 \series bold
10167
10168 \backslash
10169 overset
10170 \series default
10171
10172 \begin_inset Index
10173 status collapsed
10174
10175 \begin_layout Plain Layout
10176 Commands ! O ! 
10177 \backslash
10178 overset
10179 \end_layout
10180
10181 \end_inset
10182
10183  and 
10184 \series bold
10185
10186 \backslash
10187 underset
10188 \series default
10189
10190 \begin_inset Index
10191 status collapsed
10192
10193 \begin_layout Plain Layout
10194 Commands ! U ! 
10195 \backslash
10196 underset
10197 \end_layout
10198
10199 \end_inset
10200
10201  characters can be placed above or below an operator, respectively, to accent
10202  it.
10203  With the command 
10204 \series bold
10205
10206 \backslash
10207 sideset
10208 \series default
10209
10210 \begin_inset Index
10211 status collapsed
10212
10213 \begin_layout Plain Layout
10214 Commands ! S ! 
10215 \backslash
10216 sideset
10217 \end_layout
10218
10219 \end_inset
10220
10221  characters can be set before and behind an operator.
10222  The command scheme is:
10223 \end_layout
10224
10225 \begin_layout Standard
10226
10227 \series bold
10228
10229 \backslash
10230 sideset{character
10231 \series default
10232  
10233 \series bold
10234 before}{character
10235 \series default
10236  
10237 \series bold
10238 behind}
10239 \end_layout
10240
10241 \begin_layout Standard
10242
10243 \series bold
10244
10245 \backslash
10246 sideset
10247 \series default
10248  must always be before the operator that should be accented.
10249  You can accent with several characters and even with other operators and
10250  symbols.
10251  To place with 
10252 \series bold
10253
10254 \backslash
10255 sideset
10256 \series default
10257  for example only characters behind an operator, write nothing between the
10258  first braces but don't omit the braces.
10259 \end_layout
10260
10261 \begin_layout Standard
10262 For example the command 
10263 \series bold
10264
10265 \backslash
10266 sideset{
10267 \begin_inset Formula $\to$
10268 \end_inset
10269
10270
10271 \backslash
10272 {
10273 \series default
10274 '
10275 \series bold
10276
10277 \begin_inset Formula $\to$
10278 \end_inset
10279
10280
10281 \backslash
10282 sum_k=1
10283 \begin_inset ERT
10284 status collapsed
10285
10286 \begin_layout Plain Layout
10287
10288
10289 \backslash
10290 spce 
10291 \end_layout
10292
10293 \end_inset
10294
10295
10296 \series default
10297 ^
10298 \series bold
10299 n
10300 \series default
10301  produces:
10302 \begin_inset Formula \[
10303 \sideset{}{'}\sum_{k=1}^{n}\]
10304
10305 \end_inset
10306
10307
10308 \end_layout
10309
10310 \begin_layout Standard
10311 The command 
10312 \series bold
10313
10314 \backslash
10315 overset
10316 \begin_inset ERT
10317 status collapsed
10318
10319 \begin_layout Plain Layout
10320
10321
10322 \backslash
10323 spce 
10324 \end_layout
10325
10326 \end_inset
10327
10328
10329 \backslash
10330 maltese
10331 \begin_inset ERT
10332 status collapsed
10333
10334 \begin_layout Plain Layout
10335
10336
10337 \backslash
10338 spce 
10339 \end_layout
10340
10341 \end_inset
10342
10343
10344 \series default
10345
10346 \begin_inset Formula $\uparrow$
10347 \end_inset
10348
10349
10350 \series bold
10351 a
10352 \series default
10353  produces:
10354 \begin_inset Formula \[
10355 \overset{a}{\maltese}\]
10356
10357 \end_inset
10358
10359 As seen in the last example, with 
10360 \series bold
10361
10362 \backslash
10363 overset
10364 \series default
10365  and 
10366 \series bold
10367
10368 \backslash
10369 underset
10370 \series default
10371  also symbols and characters can be accented; with 
10372 \series bold
10373
10374 \backslash
10375 sideset
10376 \series default
10377  this is not possible.
10378 \end_layout
10379
10380 \begin_layout Subsection
10381 Accents for several Characters
10382 \begin_inset Index
10383 status collapsed
10384
10385 \begin_layout Plain Layout
10386 Accents ! for several characters
10387 \end_layout
10388
10389 \end_inset
10390
10391
10392 \end_layout
10393
10394 \begin_layout Standard
10395 \begin_inset space \hfill{}
10396 \end_inset
10397
10398
10399 \begin_inset Tabular
10400 <lyxtabular version="3" rows="5" columns="2">
10401 <features tabularvalignment="middle">
10402 <column alignment="center" valignment="top" width="0pt">
10403 <column alignment="center" valignment="top" width="0pt">
10404 <row>
10405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409 Command
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10415 \begin_inset Text
10416
10417 \begin_layout Plain Layout
10418 Result
10419 \begin_inset Note Note
10420 status collapsed
10421
10422 \begin_layout Plain Layout
10423
10424 \series bold
10425
10426 \backslash
10427 raisebox
10428 \series default
10429  is only used as spacer.
10430 \end_layout
10431
10432 \end_inset
10433
10434
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 </row>
10440 <row>
10441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445
10446 \backslash
10447 overleftarrow
10448 \begin_inset ERT
10449 status collapsed
10450
10451 \begin_layout Plain Layout
10452
10453
10454 \backslash
10455 spce 
10456 \end_layout
10457
10458 \end_inset
10459
10460 A=B
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10466 \begin_inset Text
10467
10468 \begin_layout Plain Layout
10469 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10470 \end_inset
10471
10472
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 </row>
10478 <row>
10479 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483
10484 \backslash
10485 underleftarrow
10486 \begin_inset ERT
10487 status collapsed
10488
10489 \begin_layout Plain Layout
10490
10491
10492 \backslash
10493 spce 
10494 \end_layout
10495
10496 \end_inset
10497
10498 A=B
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10508 \end_inset
10509
10510
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 </row>
10516 <row>
10517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521
10522 \backslash
10523 overleftrightarrow
10524 \begin_inset ERT
10525 status collapsed
10526
10527 \begin_layout Plain Layout
10528
10529
10530 \backslash
10531 spce 
10532 \end_layout
10533
10534 \end_inset
10535
10536 A=B
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10546 \end_inset
10547
10548
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 </row>
10554 <row>
10555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559
10560 \backslash
10561 underleftrightarrow
10562 \begin_inset ERT
10563 status collapsed
10564
10565 \begin_layout Plain Layout
10566
10567
10568 \backslash
10569 spce 
10570 \end_layout
10571
10572 \end_inset
10573
10574 A=B
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10584 \end_inset
10585
10586
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 </row>
10592 </lyxtabular>
10593
10594 \end_inset
10595
10596
10597 \begin_inset space \hfill{}
10598 \end_inset
10599
10600
10601 \begin_inset Tabular
10602 <lyxtabular version="3" rows="5" columns="2">
10603 <features tabularvalignment="middle">
10604 <column alignment="center" valignment="top" width="0pt">
10605 <column alignment="center" valignment="top" width="0pt">
10606 <row>
10607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 Command
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620 Result
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 </row>
10626 <row>
10627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631
10632 \backslash
10633 overrightarrow
10634 \begin_inset ERT
10635 status collapsed
10636
10637 \begin_layout Plain Layout
10638
10639
10640 \backslash
10641 spce 
10642 \end_layout
10643
10644 \end_inset
10645
10646 A=B
10647 \end_layout
10648
10649 \end_inset
10650 </cell>
10651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10652 \begin_inset Text
10653
10654 \begin_layout Plain Layout
10655 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10656 \end_inset
10657
10658
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 </row>
10664 <row>
10665 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669
10670 \backslash
10671 underrightarrow
10672 \begin_inset ERT
10673 status collapsed
10674
10675 \begin_layout Plain Layout
10676
10677
10678 \backslash
10679 spce 
10680 \end_layout
10681
10682 \end_inset
10683
10684 A=B
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10694 \end_inset
10695
10696
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 </row>
10702 <row>
10703 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707
10708 \backslash
10709 widetilde
10710 \begin_inset ERT
10711 status collapsed
10712
10713 \begin_layout Plain Layout
10714
10715
10716 \backslash
10717 spce 
10718 \end_layout
10719
10720 \end_inset
10721
10722 A=B
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10732 \end_inset
10733
10734
10735 \end_layout
10736
10737 \end_inset
10738 </cell>
10739 </row>
10740 <row>
10741 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745
10746 \backslash
10747 widehat
10748 \begin_inset ERT
10749 status collapsed
10750
10751 \begin_layout Plain Layout
10752
10753
10754 \backslash
10755 spce 
10756 \end_layout
10757
10758 \end_inset
10759
10760 A=B
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10770 \end_inset
10771
10772
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 </row>
10778 </lyxtabular>
10779
10780 \end_inset
10781
10782
10783 \begin_inset space \hfill{}
10784 \end_inset
10785
10786
10787 \end_layout
10788
10789 \begin_layout Standard
10790 \begin_inset VSpace medskip
10791 \end_inset
10792
10793 With these commands as many characters as you like can be accented.
10794  But the accents 
10795 \series bold
10796
10797 \backslash
10798 widetilde
10799 \series default
10800  and 
10801 \series bold
10802
10803 \backslash
10804 widehat
10805 \series default
10806  will only be set in the output with a length of three characters, as shown
10807  in the following example:
10808 \begin_inset Formula \[
10809 \widetilde{A+B=C-D}\]
10810
10811 \end_inset
10812
10813
10814 \end_layout
10815
10816 \begin_layout Standard
10817 With the commands 
10818 \series bold
10819
10820 \backslash
10821 overset
10822 \series default
10823
10824 \begin_inset Index
10825 status collapsed
10826
10827 \begin_layout Plain Layout
10828 Commands ! O ! 
10829 \backslash
10830 overset
10831 \end_layout
10832
10833 \end_inset
10834
10835  and 
10836 \series bold
10837
10838 \backslash
10839 underset
10840 \series default
10841
10842 \begin_inset Index
10843 status collapsed
10844
10845 \begin_layout Plain Layout
10846 Commands ! U ! 
10847 \backslash
10848 underset
10849 \end_layout
10850
10851 \end_inset
10852
10853  described in the previous subsection it is also possible to accent several
10854  characters.
10855  The command 
10856 \series bold
10857
10858 \backslash
10859 underset
10860 \begin_inset ERT
10861 status collapsed
10862
10863 \begin_layout Plain Layout
10864
10865
10866 \backslash
10867 spce 
10868 \end_layout
10869
10870 \end_inset
10871
10872 A=B
10873 \begin_inset Formula $\downarrow$
10874 \end_inset
10875
10876 ***
10877 \series default
10878  creates:
10879 \begin_inset Formula \[
10880 \underset{***}{A=B}\]
10881
10882 \end_inset
10883
10884
10885 \end_layout
10886
10887 \begin_layout Section
10888 Space
10889 \begin_inset CommandInset label
10890 LatexCommand label
10891 name "sub:Space"
10892
10893 \end_inset
10894
10895
10896 \begin_inset Index
10897 status collapsed
10898
10899 \begin_layout Plain Layout
10900 Space ! horizontal
10901 \end_layout
10902
10903 \end_inset
10904
10905
10906 \end_layout
10907
10908 \begin_layout Subsection
10909 Predefined Space
10910 \begin_inset CommandInset label
10911 LatexCommand label
10912 name "sub:Predefined-Space"
10913
10914 \end_inset
10915
10916
10917 \begin_inset Index
10918 status collapsed
10919
10920 \begin_layout Plain Layout
10921 Space ! horizontal ! predefined
10922 \end_layout
10923
10924 \end_inset
10925
10926
10927 \end_layout
10928
10929 \begin_layout Standard
10930 Sometimes it is necessary to insert horizontal space to a formula.
10931  This is done by inserting a protected space (shortcut 
10932 \begin_inset Info
10933 type  "shortcut"
10934 arg   "space-insert protected"
10935 \end_inset
10936
10937 ).
10938  A 
10939 \begin_inset Quotes eld
10940 \end_inset
10941
10942
10943 \color blue
10944
10945 \begin_inset ERT
10946 status collapsed
10947
10948 \begin_layout Plain Layout
10949
10950
10951 \backslash
10952 spce 
10953 \end_layout
10954
10955 \end_inset
10956
10957
10958 \color inherit
10959
10960 \begin_inset Quotes erd
10961 \end_inset
10962
10963  appears and by pressing 
10964 \family sans
10965 Space
10966 \family default
10967  several times one can select one of eight different space sizes.
10968  The spaces can also be inserted using the math toolbar button 
10969 \begin_inset Graphics
10970         filename ../images/math/space.png
10971         scale 85
10972
10973 \end_inset
10974
10975  or special commands.
10976  Independent from the inserted command, one can select the size again by
10977  pressing 
10978 \family sans
10979 Space
10980 \family default
10981  afterwards.
10982 \end_layout
10983
10984 \begin_layout Standard
10985 \noindent
10986 \align center
10987 \begin_inset VSpace -5mm
10988 \end_inset
10989
10990
10991 \begin_inset Tabular
10992 <lyxtabular version="3" rows="3" columns="7">
10993 <features tabularvalignment="middle">
10994 <column alignment="center" valignment="middle" width="6.8cm">
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 <column alignment="center" valignment="top" width="0">
11001 <row>
11002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006 Command
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015
11016 \backslash
11017 ,
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026
11027 \backslash
11028 :
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037
11038 \backslash
11039 ;
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048
11049 \backslash
11050 quad
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11056 \begin_inset Text
11057
11058 \begin_layout Plain Layout
11059
11060 \backslash
11061 qquad
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11067 \begin_inset Text
11068
11069 \begin_layout Plain Layout
11070
11071 \backslash
11072 !
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 </row>
11078 <row>
11079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083 Number of 
11084 \family sans
11085 Space
11086 \family default
11087  keystrokes after inserting the protected space
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096 0
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105 1
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114 2
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11120 \begin_inset Text
11121
11122 \begin_layout Plain Layout
11123 3
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11129 \begin_inset Text
11130
11131 \begin_layout Plain Layout
11132 4
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141 5
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 </row>
11147 <row>
11148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11149 \begin_inset Text
11150
11151 \begin_layout Plain Layout
11152 Result
11153 \end_layout
11154
11155 \end_inset
11156 </cell>
11157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161 \begin_inset Formula $A\, B$
11162 \end_inset
11163
11164
11165 \end_layout
11166
11167 \end_inset
11168 </cell>
11169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173 \begin_inset Formula $A\: B$
11174 \end_inset
11175
11176
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185 \begin_inset Formula $A\; B$
11186 \end_inset
11187
11188
11189 \end_layout
11190
11191 \end_inset
11192 </cell>
11193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11194 \begin_inset Text
11195
11196 \begin_layout Plain Layout
11197 \begin_inset Formula $A\quad B$
11198 \end_inset
11199
11200
11201 \end_layout
11202
11203 \end_inset
11204 </cell>
11205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11206 \begin_inset Text
11207
11208 \begin_layout Plain Layout
11209 \begin_inset Formula $A\qquad B$
11210 \end_inset
11211
11212
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221 \begin_inset Formula $A\! B$
11222 \end_inset
11223
11224
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 </row>
11230 </lyxtabular>
11231
11232 \end_inset
11233
11234
11235 \end_layout
11236
11237 \begin_layout Standard
11238 The last size seem to produce no space.
11239  It is displayed red in LyX contrary to the other sizes, because it is a
11240  negative space.
11241  There are two more negative spaces:
11242 \end_layout
11243
11244 \begin_layout Standard
11245 \align center
11246 \begin_inset Tabular
11247 <lyxtabular version="3" rows="3" columns="3">
11248 <features tabularvalignment="middle">
11249 <column alignment="center" valignment="middle" width="6.8cm">
11250 <column alignment="center" valignment="top" width="0pt">
11251 <column alignment="center" valignment="top" width="0pt">
11252 <row>
11253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Plain Layout
11257 Command
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266
11267 \backslash
11268 negmedspace
11269 \end_layout
11270
11271 \end_inset
11272 </cell>
11273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11274 \begin_inset Text
11275
11276 \begin_layout Plain Layout
11277
11278 \backslash
11279 negthickspace
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 </row>
11285 <row>
11286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290 Number of 
11291 \family sans
11292 Space
11293 \family default
11294  keystrokes after inserting the protected space
11295 \end_layout
11296
11297 \end_inset
11298 </cell>
11299 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11300 \begin_inset Text
11301
11302 \begin_layout Plain Layout
11303 6
11304 \end_layout
11305
11306 \end_inset
11307 </cell>
11308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11309 \begin_inset Text
11310
11311 \begin_layout Plain Layout
11312 7
11313 \end_layout
11314
11315 \end_inset
11316 </cell>
11317 </row>
11318 <row>
11319 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11320 \begin_inset Text
11321
11322 \begin_layout Plain Layout
11323 Result
11324 \end_layout
11325
11326 \end_inset
11327 </cell>
11328 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11329 \begin_inset Text
11330
11331 \begin_layout Plain Layout
11332 \begin_inset Formula $A\negmedspace B$
11333 \end_inset
11334
11335
11336 \end_layout
11337
11338 \end_inset
11339 </cell>
11340 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11341 \begin_inset Text
11342
11343 \begin_layout Plain Layout
11344 \begin_inset Formula $A\negthickspace B$
11345 \end_inset
11346
11347
11348 \end_layout
11349
11350 \end_inset
11351 </cell>
11352 </row>
11353 </lyxtabular>
11354
11355 \end_inset
11356
11357
11358 \end_layout
11359
11360 \begin_layout Standard
11361 Negative spaces can lead to characters overlapping each other.
11362  Thus they can be used to enforce ligatures, what is e.
11363 \begin_inset space \thinspace{}
11364 \end_inset
11365
11366 g.
11367 \begin_inset space \space{}
11368 \end_inset
11369
11370 useful for summation operators: 
11371 \end_layout
11372
11373 \begin_layout Standard
11374 \align center
11375 \begin_inset Tabular
11376 <lyxtabular version="3" rows="3" columns="2">
11377 <features tabularvalignment="middle">
11378 <column alignment="center" valignment="top" width="0">
11379 <column alignment="center" valignment="top" width="0">
11380 <row>
11381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 Command
11386 \end_layout
11387
11388 \end_inset
11389 </cell>
11390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11391 \begin_inset Text
11392
11393 \begin_layout Plain Layout
11394 Result
11395 \begin_inset Note Note
11396 status collapsed
11397
11398 \begin_layout Plain Layout
11399
11400 \series bold
11401
11402 \backslash
11403 raisebox
11404 \series default
11405  is only used as spacer.
11406 \end_layout
11407
11408 \end_inset
11409
11410
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 </row>
11416 <row>
11417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Plain Layout
11421
11422 \backslash
11423 sum
11424 \backslash
11425 sum
11426 \begin_inset ERT
11427 status collapsed
11428
11429 \begin_layout Plain Layout
11430
11431
11432 \backslash
11433 spce 
11434 \end_layout
11435
11436 \end_inset
11437
11438 f_kl
11439 \end_layout
11440
11441 \end_inset
11442 </cell>
11443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11444 \begin_inset Text
11445
11446 \begin_layout Plain Layout
11447 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11448 \end_inset
11449
11450
11451 \end_layout
11452
11453 \end_inset
11454 </cell>
11455 </row>
11456 <row>
11457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11458 \begin_inset Text
11459
11460 \begin_layout Plain Layout
11461
11462 \backslash
11463 sum
11464 \backslash
11465 negmedspace
11466 \backslash
11467 sum
11468 \begin_inset ERT
11469 status collapsed
11470
11471 \begin_layout Plain Layout
11472
11473
11474 \backslash
11475 spce 
11476 \end_layout
11477
11478 \end_inset
11479
11480 f_kl
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11490 \end_inset
11491
11492
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 </row>
11498 </lyxtabular>
11499
11500 \end_inset
11501
11502
11503 \end_layout
11504
11505 \begin_layout Standard
11506 Relations like for example equal signs, are always surrounded by space.
11507  To suppress this, the equal sign is placed into a TeX-brace.
11508  The following example demonstrates this:
11509 \end_layout
11510
11511 \begin_layout Standard
11512 \align center
11513 \begin_inset Tabular
11514 <lyxtabular version="3" rows="2" columns="2">
11515 <features tabularvalignment="middle">
11516 <column alignment="center" valignment="top" width="0pt">
11517 <column alignment="center" valignment="top" width="0pt">
11518 <row>
11519 <cell alignment="center" valignment="top" usebox="none">
11520 \begin_inset Text
11521
11522 \begin_layout Plain Layout
11523 normal equation
11524 \end_layout
11525
11526 \end_inset
11527 </cell>
11528 <cell alignment="center" valignment="top" usebox="none">
11529 \begin_inset Text
11530
11531 \begin_layout Plain Layout
11532 \begin_inset Formula $A=B$
11533 \end_inset
11534
11535
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 </row>
11541 <row>
11542 <cell alignment="center" valignment="top" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546 \begin_inset Note Note
11547 status collapsed
11548
11549 \begin_layout Plain Layout
11550
11551 \series bold
11552
11553 \backslash
11554 raisebox
11555 \series default
11556  is only used as spacer.
11557 \end_layout
11558
11559 \end_inset
11560
11561
11562 \begin_inset Formula $\raisebox{5mm}{}$
11563 \end_inset
11564
11565 equation without space
11566 \end_layout
11567
11568 \end_inset
11569 </cell>
11570 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11571 \begin_inset Text
11572
11573 \begin_layout Plain Layout
11574 \begin_inset Formula $A{=}B$
11575 \end_inset
11576
11577
11578 \end_layout
11579
11580 \end_inset
11581 </cell>
11582 </row>
11583 </lyxtabular>
11584
11585 \end_inset
11586
11587
11588 \end_layout
11589
11590 \begin_layout Standard
11591 \noindent
11592 The command for the last formula is: 
11593 \series bold
11594 A
11595 \backslash
11596 {=
11597 \begin_inset Formula $\to$
11598 \end_inset
11599
11600 B
11601 \end_layout
11602
11603 \begin_layout Standard
11604 \begin_inset VSpace bigskip
11605 \end_inset
11606
11607 Spaces are needed for physical units, because the space between the value
11608  and the unit is the smallest one and not a normal space.
11609  For units in text, the smallest space is inserted via the menu 
11610 \family sans
11611 Insert\SpecialChar \menuseparator
11612 Formatting\SpecialChar \menuseparator
11613 Thin
11614 \begin_inset space ~
11615 \end_inset
11616
11617 Space
11618 \family default
11619  (shortcut 
11620 \begin_inset Info
11621 type  "shortcut"
11622 arg   "space-insert thin"
11623 \end_inset
11624
11625 ).
11626 \end_layout
11627
11628 \begin_layout Standard
11629 An example to visualize the difference:
11630 \end_layout
11631
11632 \begin_layout Standard
11633 \begin_inset Tabular
11634 <lyxtabular version="3" rows="2" columns="2">
11635 <features tabularvalignment="middle">
11636 <column alignment="left" valignment="top" width="0">
11637 <column alignment="left" valignment="top" width="0">
11638 <row>
11639 <cell alignment="center" valignment="top" usebox="none">
11640 \begin_inset Text
11641
11642 \begin_layout Plain Layout
11643 24 kW
11644 \begin_inset Formula $\cdot$
11645 \end_inset
11646
11647 h
11648 \end_layout
11649
11650 \end_inset
11651 </cell>
11652 <cell alignment="center" valignment="top" usebox="none">
11653 \begin_inset Text
11654
11655 \begin_layout Plain Layout
11656 space between value and unit
11657 \end_layout
11658
11659 \end_inset
11660 </cell>
11661 </row>
11662 <row>
11663 <cell alignment="center" valignment="top" usebox="none">
11664 \begin_inset Text
11665
11666 \begin_layout Plain Layout
11667 24
11668 \begin_inset space \thinspace{}
11669 \end_inset
11670
11671 kW
11672 \begin_inset Formula $\cdot$
11673 \end_inset
11674
11675 h
11676 \end_layout
11677
11678 \end_inset
11679 </cell>
11680 <cell alignment="center" valignment="top" usebox="none">
11681 \begin_inset Text
11682
11683 \begin_layout Plain Layout
11684 smallest space between value and unit
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 </row>
11690 </lyxtabular>
11691
11692 \end_inset
11693
11694
11695 \end_layout
11696
11697 \begin_layout Subsection
11698 Variable Space
11699 \begin_inset ERT
11700 status collapsed
11701
11702 \begin_layout Plain Layout
11703
11704
11705 \backslash
11706 texorpdfstring{
11707 \end_layout
11708
11709 \end_inset
11710
11711
11712 \begin_inset Foot
11713 status collapsed
11714
11715 \begin_layout Plain Layout
11716 for vertical space in formulas see 
11717 \begin_inset CommandInset ref
11718 LatexCommand ref
11719 reference "sub:Line-Separation"
11720
11721 \end_inset
11722
11723
11724 \end_layout
11725
11726 \end_inset
11727
11728
11729 \begin_inset ERT
11730 status collapsed
11731
11732 \begin_layout Plain Layout
11733
11734 }{}
11735 \end_layout
11736
11737 \end_inset
11738
11739
11740 \begin_inset Note Note
11741 status collapsed
11742
11743 \begin_layout Plain Layout
11744
11745 \backslash
11746 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11747 \end_layout
11748
11749 \begin_layout Plain Layout
11750 More about 
11751 \backslash
11752 texorpdfstring is in section 
11753 \begin_inset CommandInset ref
11754 LatexCommand ref
11755 reference "sub:Formulas-in-Section"
11756
11757 \end_inset
11758
11759 .
11760 \end_layout
11761
11762 \end_inset
11763
11764
11765 \begin_inset CommandInset label
11766 LatexCommand label
11767 name "sub:Variable-Space"
11768
11769 \end_inset
11770
11771
11772 \begin_inset Index
11773 status collapsed
11774
11775 \begin_layout Plain Layout
11776 Space ! horizontal ! variable
11777 \end_layout
11778
11779 \end_inset
11780
11781
11782 \end_layout
11783
11784 \begin_layout Standard
11785 Space with a defined length can be inserted with the command 
11786 \series bold
11787
11788 \backslash
11789 hspace
11790 \series default
11791
11792 \begin_inset Index
11793 status collapsed
11794
11795 \begin_layout Plain Layout
11796 Commands ! H ! 
11797 \backslash
11798 hspace
11799 \end_layout
11800
11801 \end_inset
11802
11803 .
11804  Then a long 
11805 \begin_inset Quotes eld
11806 \end_inset
11807
11808
11809 \color blue
11810
11811 \begin_inset ERT
11812 status collapsed
11813
11814 \begin_layout Plain Layout
11815
11816
11817 \backslash
11818 spce 
11819 \end_layout
11820
11821 \end_inset
11822
11823
11824 \color inherit
11825
11826 \begin_inset Quotes erd
11827 \end_inset
11828
11829  appears.
11830  The length can be specified by left-clicking on the 
11831 \begin_inset Quotes eld
11832 \end_inset
11833
11834
11835 \color blue
11836
11837 \begin_inset ERT
11838 status collapsed
11839
11840 \begin_layout Plain Layout
11841
11842
11843 \backslash
11844 spce 
11845 \end_layout
11846
11847 \end_inset
11848
11849
11850 \color inherit
11851
11852 \begin_inset Quotes erd
11853 \end_inset
11854
11855 .
11856  The length may also be negative.
11857  To insert so many space that the formula uses all available space, the
11858  command 
11859 \series bold
11860
11861 \backslash
11862 hfill
11863 \series default
11864
11865 \begin_inset Index
11866 status collapsed
11867
11868 \begin_layout Plain Layout
11869 Commands ! H ! 
11870 \backslash
11871 hfill
11872 \end_layout
11873
11874 \end_inset
11875
11876  is used.
11877 \end_layout
11878
11879 \begin_layout Standard
11880 \begin_inset VSpace -1mm
11881 \end_inset
11882
11883
11884 \end_layout
11885
11886 \begin_layout Standard
11887 \align center
11888 \begin_inset Tabular
11889 <lyxtabular version="3" rows="4" columns="2">
11890 <features tabularvalignment="middle">
11891 <column alignment="center" valignment="top" width="0">
11892 <column alignment="center" valignment="top" width="0">
11893 <row>
11894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11895 \begin_inset Text
11896
11897 \begin_layout Plain Layout
11898 Command (
11899 \backslash
11900 hspace length)
11901 \end_layout
11902
11903 \end_inset
11904 </cell>
11905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11906 \begin_inset Text
11907
11908 \begin_layout Plain Layout
11909 Result
11910 \end_layout
11911
11912 \end_inset
11913 </cell>
11914 </row>
11915 <row>
11916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11917 \begin_inset Text
11918
11919 \begin_layout Plain Layout
11920 A=B
11921 \backslash
11922 hspace
11923 \begin_inset ERT
11924 status collapsed
11925
11926 \begin_layout Plain Layout
11927
11928
11929 \backslash
11930 spce 
11931 \end_layout
11932
11933 \end_inset
11934
11935
11936 \begin_inset Formula $\to$
11937 \end_inset
11938
11939 A
11940 \backslash
11941 not=C (3
11942 \begin_inset space \thinspace{}
11943 \end_inset
11944
11945 cm)
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11951 \begin_inset Text
11952
11953 \begin_layout Plain Layout
11954 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11955 \end_inset
11956
11957
11958 \end_layout
11959
11960 \end_inset
11961 </cell>
11962 </row>
11963 <row>
11964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11965 \begin_inset Text
11966
11967 \begin_layout Plain Layout
11968 A
11969 \backslash
11970 hspace
11971 \begin_inset ERT
11972 status collapsed
11973
11974 \begin_layout Plain Layout
11975
11976
11977 \backslash
11978 spce 
11979 \end_layout
11980
11981 \end_inset
11982
11983
11984 \begin_inset Formula $\to$
11985 \end_inset
11986
11987 A
11988 \backslash
11989 not=A (-1
11990 \begin_inset space \thinspace{}
11991 \end_inset
11992
11993 mm)
11994 \end_layout
11995
11996 \end_inset
11997 </cell>
11998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11999 \begin_inset Text
12000
12001 \begin_layout Plain Layout
12002 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12003 \end_inset
12004
12005
12006 \end_layout
12007
12008 \end_inset
12009 </cell>
12010 </row>
12011 <row>
12012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12013 \begin_inset Text
12014
12015 \begin_layout Plain Layout
12016 A=A
12017 \backslash
12018 hfill
12019 \begin_inset ERT
12020 status collapsed
12021
12022 \begin_layout Plain Layout
12023
12024
12025 \backslash
12026 spce 
12027 \end_layout
12028
12029 \end_inset
12030
12031 B=B
12032 \end_layout
12033
12034 \end_inset
12035 </cell>
12036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12037 \begin_inset Text
12038
12039 \begin_layout Plain Layout
12040 \begin_inset Formula $A=A\hfill B=B$
12041 \end_inset
12042
12043
12044 \end_layout
12045
12046 \end_inset
12047 </cell>
12048 </row>
12049 </lyxtabular>
12050
12051 \end_inset
12052
12053
12054 \end_layout
12055
12056 \begin_layout Standard
12057 In the last example the available space is given by the longest column entry
12058  of the table.
12059  In an inline formula the space depends on the length of the line in which
12060  
12061 \series bold
12062
12063 \backslash
12064 hfill
12065 \series default
12066  is inserted.
12067  Thus, when the line uses the full width, no space will be created.
12068  
12069 \series bold
12070
12071 \backslash
12072 hfill
12073 \series default
12074  only has an effect on displayed formulas when the formula style 
12075 \series bold
12076 Indented
12077 \series default
12078  is used.
12079  (Formula styles are explained in 
12080 \begin_inset CommandInset ref
12081 LatexCommand ref
12082 reference "sec:Formula-Styles"
12083
12084 \end_inset
12085
12086 .)
12087 \end_layout
12088
12089 \begin_layout Standard
12090 Besides 
12091 \series bold
12092
12093 \backslash
12094 hfill
12095 \series default
12096 , there are the commands 
12097 \series bold
12098
12099 \backslash
12100 dotfill
12101 \series default
12102  and 
12103 \series bold
12104
12105 \backslash
12106 hrulefill
12107 \series default
12108  that fill the space with a pattern, see 
12109 \begin_inset CommandInset ref
12110 LatexCommand ref
12111 reference "sub:Ellipses"
12112
12113 \end_inset
12114
12115  for an example.
12116 \end_layout
12117
12118 \begin_layout Standard
12119 For text, variable space can be inserted via the menu 
12120 \family sans
12121 Insert\SpecialChar \menuseparator
12122 Formatting\SpecialChar \menuseparator
12123 Horizontal
12124 \begin_inset space ~
12125 \end_inset
12126
12127 Space
12128 \family default
12129 :
12130 \end_layout
12131
12132 \begin_layout Standard
12133 This is a line with
12134 \begin_inset space \hspace{}
12135 \length 2cm
12136 \end_inset
12137
12138 2
12139 \begin_inset space \thinspace{}
12140 \end_inset
12141
12142 cm space.
12143 \end_layout
12144
12145 \begin_layout Standard
12146 This is a line with
12147 \begin_inset space \hfill{}
12148 \end_inset
12149
12150 maximum space.
12151 \end_layout
12152
12153 \begin_layout Subsection
12154 Space besides inline Formulas
12155 \begin_inset Index
12156 status collapsed
12157
12158 \begin_layout Plain Layout
12159 Space ! besides inline formulas
12160 \end_layout
12161
12162 \end_inset
12163
12164
12165 \end_layout
12166
12167 \begin_layout Standard
12168 The space that surrounds inline formulas can be adjusted with the length
12169  
12170 \series bold
12171
12172 \backslash
12173 mathsurround
12174 \begin_inset Index
12175 status collapsed
12176
12177 \begin_layout Plain Layout
12178 Commands ! M ! 
12179 \backslash
12180 mathsurround
12181 \end_layout
12182
12183 \end_inset
12184
12185
12186 \series default
12187 .
12188  The value of a length is set with the command 
12189 \series bold
12190
12191 \backslash
12192 setlength
12193 \begin_inset Index
12194 status collapsed
12195
12196 \begin_layout Plain Layout
12197 Commands ! S ! 
12198 \backslash
12199 setlength
12200 \end_layout
12201
12202 \end_inset
12203
12204
12205 \series default
12206  that has the following scheme:
12207 \end_layout
12208
12209 \begin_layout Standard
12210
12211 \series bold
12212
12213 \backslash
12214 setlength{length name}{value}
12215 \end_layout
12216
12217 \begin_layout Standard
12218 To set 
12219 \series bold
12220
12221 \backslash
12222 mathsurround
12223 \series default
12224  to the value 5
12225 \begin_inset space \thinspace{}
12226 \end_inset
12227
12228 mm, the command
12229 \end_layout
12230
12231 \begin_layout Standard
12232
12233 \series bold
12234
12235 \backslash
12236 setlength{
12237 \backslash
12238 mathsurround}{5mm}
12239 \end_layout
12240
12241 \begin_layout Standard
12242 is inserted in TeX-mode.
12243  5
12244 \begin_inset space \thinspace{}
12245 \end_inset
12246
12247 mm space will now be set around all inline formulas:
12248 \begin_inset ERT
12249 status collapsed
12250
12251 \begin_layout Plain Layout
12252
12253
12254 \backslash
12255 setlength{
12256 \backslash
12257 mathsurround}{5mm}
12258 \end_layout
12259
12260 \end_inset
12261
12262
12263 \end_layout
12264
12265 \begin_layout Standard
12266 This is a line with an inline formula 
12267 \begin_inset Formula $A=B$
12268 \end_inset
12269
12270  with 5
12271 \begin_inset space \thinspace{}
12272 \end_inset
12273
12274 mm surrounding space.
12275 \begin_inset ERT
12276 status collapsed
12277
12278 \begin_layout Plain Layout
12279
12280
12281 \backslash
12282 setlength{
12283 \backslash
12284 mathsurround}{0pt}
12285 \end_layout
12286
12287 \end_inset
12288
12289
12290 \end_layout
12291
12292 \begin_layout Standard
12293 To return to the predefined value, 
12294 \series bold
12295
12296 \backslash
12297 mathsurround
12298 \series default
12299  is set to the value 0
12300 \begin_inset space \thinspace{}
12301 \end_inset
12302
12303 pt.
12304 \end_layout
12305
12306 \begin_layout Section
12307 Boxes and Frames
12308 \begin_inset Index
12309 status collapsed
12310
12311 \begin_layout Plain Layout
12312 Boxes
12313 \end_layout
12314
12315 \end_inset
12316
12317
12318 \begin_inset Index
12319 status collapsed
12320
12321 \begin_layout Plain Layout
12322 Frames | see
12323 \begin_inset ERT
12324 status collapsed
12325
12326 \begin_layout Plain Layout
12327
12328 {
12329 \end_layout
12330
12331 \end_inset
12332
12333 Boxes
12334 \begin_inset ERT
12335 status collapsed
12336
12337 \begin_layout Plain Layout
12338
12339 }
12340 \end_layout
12341
12342 \end_inset
12343
12344
12345 \end_layout
12346
12347 \end_inset
12348
12349
12350 \end_layout
12351
12352 \begin_layout Standard
12353 Boxes for text are described in chapter 
12354 \family typewriter
12355 Boxes
12356 \family default
12357  in the 
12358 \family typewriter
12359 Embedded
12360 \begin_inset space ~
12361 \end_inset
12362
12363 Objects
12364 \family default
12365  manual.
12366 \end_layout
12367
12368 \begin_layout Subsection
12369 Boxes with Frame
12370 \begin_inset CommandInset label
12371 LatexCommand label
12372 name "sub:Boxes-with-Frame"
12373
12374 \end_inset
12375
12376
12377 \begin_inset Index
12378 status collapsed
12379
12380 \begin_layout Plain Layout
12381 Boxes ! with frame
12382 \end_layout
12383
12384 \end_inset
12385
12386
12387 \end_layout
12388
12389 \begin_layout Standard
12390 It is possible to frame formulas or parts of it with the commands 
12391 \series bold
12392
12393 \backslash
12394 fbox
12395 \series default
12396
12397 \begin_inset Index
12398 status collapsed
12399
12400 \begin_layout Plain Layout
12401 Commands ! F ! 
12402 \backslash
12403 fbox
12404 \end_layout
12405
12406 \end_inset
12407
12408  and 
12409 \series bold
12410
12411 \backslash
12412 boxed
12413 \series default
12414
12415 \begin_inset Index
12416 status collapsed
12417
12418 \begin_layout Plain Layout
12419 Commands ! B ! 
12420 \backslash
12421 boxed
12422 \end_layout
12423
12424 \end_inset
12425
12426 .
12427 \end_layout
12428
12429 \begin_layout Standard
12430 When one of these commands is inserted to a formula, a blue box appears
12431  within a frame to enter formula parts.
12432  For 
12433 \series bold
12434
12435 \backslash
12436 fbox
12437 \series default
12438  an additional formula has to be created by 
12439 \family sans
12440 Ctrl+M
12441 \family default
12442  within this box
12443 \begin_inset Foot
12444 status collapsed
12445
12446 \begin_layout Plain Layout
12447 Due to a bug in LyX it is not possible to create a new formula with 
12448 \family sans
12449 Ctrl+M
12450 \family default
12451 , see 
12452 \begin_inset CommandInset href
12453 LatexCommand href
12454 name "LyX-bug #1435"
12455 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12456
12457 \end_inset
12458
12459 .
12460 \end_layout
12461
12462 \end_inset
12463
12464 , because the box content will otherwise be treated as mathematical text.
12465  When 
12466 \series bold
12467
12468 \backslash
12469 boxed
12470 \series default
12471  is used, a new formula is automatically created inside the frame.
12472 \end_layout
12473
12474 \begin_layout Standard
12475 The command 
12476 \series bold
12477
12478 \backslash
12479 fbox
12480 \series default
12481  is not suitable to frame displayed formulas, because the formula will always
12482  be set in the size of the text.
12483  
12484 \series bold
12485
12486 \backslash
12487 boxed
12488 \series default
12489  is in contrary not suitable to frame inline formulas, because the formula
12490  will always be set in the size of a displayed formula.
12491 \end_layout
12492
12493 \begin_layout Standard
12494 As extension to 
12495 \series bold
12496
12497 \backslash
12498 fbox
12499 \series default
12500  there is the command 
12501 \series bold
12502
12503 \backslash
12504 framebox
12505 \series default
12506
12507 \begin_inset Index
12508 status collapsed
12509
12510 \begin_layout Plain Layout
12511 Commands ! F ! 
12512 \backslash
12513 framebox
12514 \end_layout
12515
12516 \end_inset
12517
12518  where additionally the frame width and the alignment can be specified.
12519  
12520 \series bold
12521
12522 \backslash
12523 framebox
12524 \series default
12525  is used in the following scheme:
12526 \end_layout
12527
12528 \begin_layout Standard
12529
12530 \series bold
12531
12532 \backslash
12533 framebox[frame width][position]{box content}
12534 \end_layout
12535
12536 \begin_layout Standard
12537 The position can either be 
12538 \emph on
12539 l
12540 \emph default
12541  or 
12542 \emph on
12543 r
12544 \emph default
12545 .
12546  
12547 \emph on
12548 l
12549 \emph default
12550  left aligns, 
12551 \emph on
12552 r
12553 \emph default
12554  right aligns the formula in the box.
12555  When no position is given, the formula will be centered.
12556 \begin_inset Newline newline
12557 \end_inset
12558
12559 Is no width given, also no position can be given.
12560  In this case the frame width is adjusted to the box content like for 
12561 \series bold
12562
12563 \backslash
12564 fbox
12565 \series default
12566 .
12567 \end_layout
12568
12569 \begin_layout Standard
12570 When the command 
12571 \series bold
12572
12573 \backslash
12574 framebox
12575 \series default
12576  is inserted, a box appears containing three blue boxes.
12577  The first two boxes are surrounded by brackets and denote the two optional
12578  arguments.
12579  The third box is for formula parts like for 
12580 \series bold
12581
12582 \backslash
12583 fbox
12584 \series default
12585 .
12586 \end_layout
12587
12588 \begin_layout Standard
12589 \align center
12590 \begin_inset Note Note
12591 status open
12592
12593 \begin_layout Plain Layout
12594 The table has been set into a minipage to make the footnote appearing.
12595  Otherwise the footnote text would not be displayed.
12596 \end_layout
12597
12598 \end_inset
12599
12600
12601 \begin_inset Box Frameless
12602 position "c"
12603 hor_pos "c"
12604 has_inner_box 1
12605 inner_pos "c"
12606 use_parbox 0
12607 width "100col%"
12608 special "none"
12609 height "1in"
12610 height_special "totalheight"
12611 status open
12612
12613 \begin_layout Plain Layout
12614 \align center
12615 \begin_inset Tabular
12616 <lyxtabular version="3" rows="5" columns="2">
12617 <features tabularvalignment="middle">
12618 <column alignment="center" valignment="top" width="0">
12619 <column alignment="center" valignment="top" width="0">
12620 <row>
12621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12622 \begin_inset Text
12623
12624 \begin_layout Plain Layout
12625 Command
12626 \begin_inset Foot
12627 status collapsed
12628
12629 \begin_layout Plain Layout
12630 Due to a bug in LyX it is not possible to create a new formula with 
12631 \family sans
12632 Ctrl+m
12633 \family default
12634 , see 
12635 \begin_inset CommandInset href
12636 LatexCommand href
12637 name "LyX-bug #1435"
12638 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12639
12640 \end_inset
12641
12642 .
12643 \end_layout
12644
12645 \end_inset
12646
12647
12648 \end_layout
12649
12650 \end_inset
12651 </cell>
12652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12653 \begin_inset Text
12654
12655 \begin_layout Plain Layout
12656 Result
12657 \begin_inset Note Note
12658 status collapsed
12659
12660 \begin_layout Plain Layout
12661
12662 \series bold
12663
12664 \backslash
12665 raisebox
12666 \series default
12667  is only used as spacer.
12668 \end_layout
12669
12670 \end_inset
12671
12672
12673 \end_layout
12674
12675 \end_inset
12676 </cell>
12677 </row>
12678 <row>
12679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12680 \begin_inset Text
12681
12682 \begin_layout Plain Layout
12683
12684 \backslash
12685 fbox
12686 \begin_inset ERT
12687 status collapsed
12688
12689 \begin_layout Plain Layout
12690
12691
12692 \backslash
12693 spce 
12694 \end_layout
12695
12696 \end_inset
12697
12698
12699 \family sans
12700 Ctrl+M
12701 \family default
12702  
12703 \backslash
12704 int
12705 \begin_inset ERT
12706 status collapsed
12707
12708 \begin_layout Plain Layout
12709
12710
12711 \backslash
12712 spce 
12713 \end_layout
12714
12715 \end_inset
12716
12717 A=B
12718 \end_layout
12719
12720 \end_inset
12721 </cell>
12722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12723 \begin_inset Text
12724
12725 \begin_layout Plain Layout
12726 \begin_inset Formula $\raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}$
12727 \end_inset
12728
12729
12730 \end_layout
12731
12732 \end_inset
12733 </cell>
12734 </row>
12735 <row>
12736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12737 \begin_inset Text
12738
12739 \begin_layout Plain Layout
12740
12741 \backslash
12742 boxed
12743 \begin_inset ERT
12744 status collapsed
12745
12746 \begin_layout Plain Layout
12747
12748
12749 \backslash
12750 spce 
12751 \end_layout
12752
12753 \end_inset
12754
12755
12756 \backslash
12757 int
12758 \begin_inset ERT
12759 status collapsed
12760
12761 \begin_layout Plain Layout
12762
12763
12764 \backslash
12765 spce 
12766 \end_layout
12767
12768 \end_inset
12769
12770 A=B
12771 \end_layout
12772
12773 \end_inset
12774 </cell>
12775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12776 \begin_inset Text
12777
12778 \begin_layout Plain Layout
12779 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12780 \end_inset
12781
12782
12783 \end_layout
12784
12785 \end_inset
12786 </cell>
12787 </row>
12788 <row>
12789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12790 \begin_inset Text
12791
12792 \begin_layout Plain Layout
12793 A+
12794 \backslash
12795 fbox
12796 \begin_inset ERT
12797 status collapsed
12798
12799 \begin_layout Plain Layout
12800
12801
12802 \backslash
12803 spce 
12804 \end_layout
12805
12806 \end_inset
12807
12808 B
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12818 \end_inset
12819
12820
12821 \end_layout
12822
12823 \end_inset
12824 </cell>
12825 </row>
12826 <row>
12827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12828 \begin_inset Text
12829
12830 \begin_layout Plain Layout
12831
12832 \backslash
12833 framebox
12834 \begin_inset ERT
12835 status collapsed
12836
12837 \begin_layout Plain Layout
12838
12839
12840 \backslash
12841 spce 
12842 \end_layout
12843
12844 \end_inset
12845
12846 20mm
12847 \begin_inset Formula $\to$
12848 \end_inset
12849
12850
12851 \begin_inset Formula $\to$
12852 \end_inset
12853
12854
12855 \family sans
12856 Ctrl+M
12857 \family default
12858  
12859 \backslash
12860 frac
12861 \begin_inset ERT
12862 status collapsed
12863
12864 \begin_layout Plain Layout
12865
12866
12867 \backslash
12868 spce 
12869 \end_layout
12870
12871 \end_inset
12872
12873 A
12874 \begin_inset Formula $\downarrow$
12875 \end_inset
12876
12877 B
12878 \end_layout
12879
12880 \end_inset
12881 </cell>
12882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12883 \begin_inset Text
12884
12885 \begin_layout Plain Layout
12886 \begin_inset Formula $\raisebox{6mm}{}$
12887 \end_inset
12888
12889
12890 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12891 \end_inset
12892
12893
12894 \begin_inset Formula $\raisebox{-4mm}{}$
12895 \end_inset
12896
12897
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 </row>
12903 </lyxtabular>
12904
12905 \end_inset
12906
12907
12908 \end_layout
12909
12910 \end_inset
12911
12912
12913 \end_layout
12914
12915 \begin_layout Standard
12916 The frame thickness can also be adjusted.
12917  To do this the following commands have to be inserted in TeX-mode before
12918  the formula
12919 \end_layout
12920
12921 \begin_layout Standard
12922
12923 \series bold
12924
12925 \backslash
12926 fboxrule
12927 \series default
12928  
12929 \series bold
12930
12931 \begin_inset Quotes eld
12932 \end_inset
12933
12934 thickness
12935 \begin_inset Quotes erd
12936 \end_inset
12937
12938
12939 \series default
12940  
12941 \series bold
12942
12943 \backslash
12944 fboxsep
12945 \series default
12946  
12947 \series bold
12948
12949 \begin_inset Quotes eld
12950 \end_inset
12951
12952 distance
12953 \begin_inset Quotes erd
12954 \end_inset
12955
12956
12957 \end_layout
12958
12959 \begin_layout Standard
12960 \begin_inset Quotes eld
12961 \end_inset
12962
12963 distance
12964 \begin_inset Quotes erd
12965 \end_inset
12966
12967  specifies the minimal distance between the frame and the first character
12968  in the box.
12969  An example for this is the following framed formula:
12970 \begin_inset ERT
12971 status collapsed
12972
12973 \begin_layout Plain Layout
12974
12975
12976 \backslash
12977 fboxrule 2mm 
12978 \backslash
12979 fboxsep 3mm
12980 \end_layout
12981
12982 \end_inset
12983
12984
12985 \begin_inset Formula \[
12986 \boxed{A+B=C}\]
12987
12988 \end_inset
12989
12990 Before this formula the commands
12991 \end_layout
12992
12993 \begin_layout Standard
12994
12995 \series bold
12996
12997 \backslash
12998 fboxrule
12999 \series default
13000  
13001 \series bold
13002 2mm
13003 \series default
13004  
13005 \series bold
13006
13007 \backslash
13008 fboxsep
13009 \series default
13010  
13011 \series bold
13012 3mm
13013 \end_layout
13014
13015 \begin_layout Standard
13016 were inserted in TeX-mode.
13017  The given values are used for all following boxes.
13018 \end_layout
13019
13020 \begin_layout Standard
13021 To return to the standard frame size, the command
13022 \end_layout
13023
13024 \begin_layout Standard
13025
13026 \series bold
13027
13028 \backslash
13029 fboxrule
13030 \series default
13031  
13032 \series bold
13033 0.4pt
13034 \series default
13035  
13036 \series bold
13037
13038 \backslash
13039 fboxsep
13040 \series default
13041  
13042 \series bold
13043 3pt
13044 \series default
13045
13046 \begin_inset ERT
13047 status collapsed
13048
13049 \begin_layout Plain Layout
13050
13051
13052 \backslash
13053 fboxrule 0.4pt 
13054 \backslash
13055 fboxsep 3pt
13056 \end_layout
13057
13058 \end_inset
13059
13060
13061 \end_layout
13062
13063 \begin_layout Standard
13064 is inserted in TeX-mode before the next formula.
13065 \end_layout
13066
13067 \begin_layout Subsection
13068 Boxes without Frame
13069 \begin_inset CommandInset label
13070 LatexCommand label
13071 name "sub:Boxes-without-Frame"
13072
13073 \end_inset
13074
13075
13076 \begin_inset Index
13077 status collapsed
13078
13079 \begin_layout Plain Layout
13080 Boxes ! without frame
13081 \end_layout
13082
13083 \end_inset
13084
13085
13086 \end_layout
13087
13088 \begin_layout Standard
13089 For boxes without a frame there are the following box commands: 
13090 \series bold
13091
13092 \backslash
13093 mbox
13094 \series default
13095
13096 \begin_inset Index
13097 status collapsed
13098
13099 \begin_layout Plain Layout
13100 Commands ! M ! 
13101 \backslash
13102 mbox
13103 \end_layout
13104
13105 \end_inset
13106
13107
13108 \series bold
13109
13110 \backslash
13111 makebox
13112 \series default
13113
13114 \begin_inset Index
13115 status collapsed
13116
13117 \begin_layout Plain Layout
13118 Commands ! M ! 
13119 \backslash
13120 makebox
13121 \end_layout
13122
13123 \end_inset
13124
13125 , and 
13126 \series bold
13127
13128 \backslash
13129 raisebox
13130 \series default
13131
13132 \begin_inset Index
13133 status collapsed
13134
13135 \begin_layout Plain Layout
13136 Commands ! R ! 
13137 \backslash
13138 raisebox
13139 \end_layout
13140
13141 \end_inset
13142
13143
13144 \end_layout
13145
13146 \begin_layout Standard
13147 With 
13148 \series bold
13149
13150 \backslash
13151 raisebox
13152 \series default
13153  a box can be super- or subscripted.
13154  But in contrary to normal super- and subscripting, the characters in the
13155  box keep their font size.
13156  
13157 \series bold
13158
13159 \backslash
13160 raisebox
13161 \series default
13162  is used in the following scheme:
13163 \end_layout
13164
13165 \begin_layout Standard
13166
13167 \series bold
13168
13169 \backslash
13170 raisebox{height}{box content}
13171 \end_layout
13172
13173 \begin_layout Standard
13174 When the box should contain a formula, an extra formula is needed like for
13175  
13176 \series bold
13177
13178 \backslash
13179 fbox
13180 \series default
13181 .
13182 \end_layout
13183
13184 \begin_layout Standard
13185 \align center
13186 \begin_inset Tabular
13187 <lyxtabular version="3" rows="4" columns="2">
13188 <features tabularvalignment="middle">
13189 <column alignment="center" valignment="top" width="0">
13190 <column alignment="center" valignment="top" width="0">
13191 <row>
13192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13193 \begin_inset Text
13194
13195 \begin_layout Plain Layout
13196 Command
13197 \end_layout
13198
13199 \end_inset
13200 </cell>
13201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13202 \begin_inset Text
13203
13204 \begin_layout Plain Layout
13205 Result
13206 \end_layout
13207
13208 \end_inset
13209 </cell>
13210 </row>
13211 <row>
13212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13213 \begin_inset Text
13214
13215 \begin_layout Plain Layout
13216 H
13217 \backslash
13218 raisebox{2mm
13219 \begin_inset Formula $\to$
13220 \end_inset
13221
13222
13223 \backslash
13224 {al
13225 \begin_inset Formula $\to$
13226 \end_inset
13227
13228  lo
13229 \end_layout
13230
13231 \end_inset
13232 </cell>
13233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13234 \begin_inset Text
13235
13236 \begin_layout Plain Layout
13237 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13238 \end_inset
13239
13240
13241 \end_layout
13242
13243 \end_inset
13244 </cell>
13245 </row>
13246 <row>
13247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13248 \begin_inset Text
13249
13250 \begin_layout Plain Layout
13251 H
13252 \backslash
13253 raisebox{-2mm
13254 \begin_inset Formula $\to$
13255 \end_inset
13256
13257
13258 \backslash
13259 {al
13260 \begin_inset Formula $\to$
13261 \end_inset
13262
13263 lo
13264 \end_layout
13265
13266 \end_inset
13267 </cell>
13268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13269 \begin_inset Text
13270
13271 \begin_layout Plain Layout
13272 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13273 \end_inset
13274
13275
13276 \end_layout
13277
13278 \end_inset
13279 </cell>
13280 </row>
13281 <row>
13282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13283 \begin_inset Text
13284
13285 \begin_layout Plain Layout
13286 A=
13287 \backslash
13288 raisebox{-2mm
13289 \begin_inset Formula $\to$
13290 \end_inset
13291
13292
13293 \backslash
13294 {
13295 \family sans
13296 Ctrl+M
13297 \family default
13298  
13299 \backslash
13300 sqrt
13301 \begin_inset ERT
13302 status collapsed
13303
13304 \begin_layout Plain Layout
13305
13306
13307 \backslash
13308 spce 
13309 \end_layout
13310
13311 \end_inset
13312
13313
13314 \end_layout
13315
13316 \end_inset
13317 </cell>
13318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13319 \begin_inset Text
13320
13321 \begin_layout Plain Layout
13322 \begin_inset ERT
13323 status collapsed
13324
13325 \begin_layout Plain Layout
13326
13327 $A=
13328 \backslash
13329 raisebox{-2mm}{$
13330 \backslash
13331 sqrt{B}$}$
13332 \end_layout
13333
13334 \end_inset
13335
13336
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 </row>
13342 </lyxtabular>
13343
13344 \end_inset
13345
13346
13347 \end_layout
13348
13349 \begin_layout Standard
13350 The last formula can currently only be created using TeX-mode because LyX
13351  inserts a box instead of the needed extra formula.
13352 \begin_inset Foot
13353 status collapsed
13354
13355 \begin_layout Plain Layout
13356 see 
13357 \begin_inset CommandInset href
13358 LatexCommand href
13359 name "LyX-bug #1435"
13360 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13361
13362 \end_inset
13363
13364
13365 \end_layout
13366
13367 \end_inset
13368
13369
13370 \end_layout
13371
13372 \begin_layout Standard
13373 The command 
13374 \series bold
13375
13376 \backslash
13377 mbox
13378 \series default
13379  is equivalent to 
13380 \series bold
13381
13382 \backslash
13383 fbox
13384 \series default
13385  and 
13386 \series bold
13387
13388 \backslash
13389 makebox
13390 \series default
13391  is equivalent to 
13392 \series bold
13393
13394 \backslash
13395 framebox
13396 \series default
13397 , with the difference that there is no frame.
13398 \end_layout
13399
13400 \begin_layout Subsection
13401 Colored Boxes
13402 \begin_inset CommandInset label
13403 LatexCommand label
13404 name "sub:Colored-Boxes"
13405
13406 \end_inset
13407
13408
13409 \begin_inset Index
13410 status collapsed
13411
13412 \begin_layout Plain Layout
13413 Boxes ! colored
13414 \end_layout
13415
13416 \end_inset
13417
13418
13419 \end_layout
13420
13421 \begin_layout Standard
13422 To be able to use all commands explained in this section, the LaTeX-package
13423  
13424 \series bold
13425 color
13426 \series default
13427
13428 \begin_inset Foot
13429 status collapsed
13430
13431 \begin_layout Plain Layout
13432 The LaTeX-package 
13433 \series bold
13434 color
13435 \series default
13436  is part of every LaTeX standard installation.
13437 \end_layout
13438
13439 \end_inset
13440
13441
13442 \begin_inset Index
13443 status collapsed
13444
13445 \begin_layout Plain Layout
13446 Packages ! color
13447 \end_layout
13448
13449 \end_inset
13450
13451  has to be loaded in the LaTeX-preamble with the line
13452 \begin_inset Foot
13453 status collapsed
13454
13455 \begin_layout Plain Layout
13456 When text is colored somewhere in the document with a predefined color,
13457  LyX loads the LaTeX-package 
13458 \series bold
13459 color
13460 \series default
13461  automatically.
13462  Thus it is possible that the package is loaded twice, but this doesn't
13463  arise problems.
13464 \end_layout
13465
13466 \end_inset
13467
13468
13469 \begin_inset Note Note
13470 status collapsed
13471
13472 \begin_layout Plain Layout
13473 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13474 amble.
13475 \end_layout
13476
13477 \end_inset
13478
13479
13480 \end_layout
13481
13482 \begin_layout Standard
13483
13484 \series bold
13485
13486 \backslash
13487 usepackage{color}
13488 \end_layout
13489
13490 \begin_layout Standard
13491 \begin_inset VSpace medskip
13492 \end_inset
13493
13494 To color boxes, the command 
13495 \series bold
13496
13497 \backslash
13498 colorbox
13499 \series default
13500
13501 \begin_inset Index
13502 status collapsed
13503
13504 \begin_layout Plain Layout
13505 Commands ! C ! 
13506 \backslash
13507 colorbox
13508 \end_layout
13509
13510 \end_inset
13511
13512  is used in the following scheme:
13513 \end_layout
13514
13515 \begin_layout Standard
13516
13517 \series bold
13518
13519 \backslash
13520 colorbox{color}{box content}
13521 \end_layout
13522
13523 \begin_layout Standard
13524 The box content can also be a box and a 
13525 \series bold
13526
13527 \backslash
13528 colorbox
13529 \series default
13530  can also be part of another box (see the 2nd and 3rd example).
13531  When the box should contain a formula, an extra formula has to be created,
13532  the same as for 
13533 \series bold
13534
13535 \backslash
13536 fbox
13537 \series default
13538 .
13539 \begin_inset Foot
13540 status collapsed
13541
13542 \begin_layout Plain Layout
13543 This also applies for the command 
13544 \series bold
13545
13546 \backslash
13547 fcolorbox
13548 \series default
13549 .
13550  Thereby note 
13551 \begin_inset CommandInset href
13552 LatexCommand href
13553 name "LyX-bug #1435"
13554 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13555
13556 \end_inset
13557
13558 .
13559 \end_layout
13560
13561 \end_inset
13562
13563
13564 \end_layout
13565
13566 \begin_layout Standard
13567 One of the following predefined colors can be chosen:
13568 \end_layout
13569
13570 \begin_layout Standard
13571
13572 \series bold
13573 black
13574 \series default
13575
13576 \series bold
13577 blue
13578 \series default
13579
13580 \series bold
13581 cyan
13582 \series default
13583
13584 \series bold
13585 green
13586 \series default
13587
13588 \series bold
13589 magenta
13590 \series default
13591
13592 \series bold
13593 red
13594 \series default
13595
13596 \series bold
13597 white
13598 \series default
13599 , and 
13600 \series bold
13601 yellow
13602 \end_layout
13603
13604 \begin_layout Standard
13605 \align center
13606 \begin_inset Tabular
13607 <lyxtabular version="3" rows="4" columns="2">
13608 <features tabularvalignment="middle">
13609 <column alignment="center" valignment="top" width="0">
13610 <column alignment="center" valignment="top" width="0">
13611 <row>
13612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13613 \begin_inset Text
13614
13615 \begin_layout Plain Layout
13616 Command
13617 \end_layout
13618
13619 \end_inset
13620 </cell>
13621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13622 \begin_inset Text
13623
13624 \begin_layout Plain Layout
13625 Result
13626 \begin_inset Note Note
13627 status collapsed
13628
13629 \begin_layout Plain Layout
13630
13631 \series bold
13632
13633 \backslash
13634 raisebox
13635 \series default
13636  is only used as spacer.
13637 \end_layout
13638
13639 \end_inset
13640
13641
13642 \end_layout
13643
13644 \end_inset
13645 </cell>
13646 </row>
13647 <row>
13648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13649 \begin_inset Text
13650
13651 \begin_layout Plain Layout
13652
13653 \backslash
13654 colorbox{yellow
13655 \begin_inset Formula $\to$
13656 \end_inset
13657
13658
13659 \backslash
13660 {A=B
13661 \end_layout
13662
13663 \end_inset
13664 </cell>
13665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13666 \begin_inset Text
13667
13668 \begin_layout Plain Layout
13669 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13670 \end_inset
13671
13672
13673 \end_layout
13674
13675 \end_inset
13676 </cell>
13677 </row>
13678 <row>
13679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13680 \begin_inset Text
13681
13682 \begin_layout Plain Layout
13683
13684 \backslash
13685 colorbox{green
13686 \begin_inset Formula $\to$
13687 \end_inset
13688
13689
13690 \backslash
13691 {
13692 \backslash
13693 fbox
13694 \begin_inset ERT
13695 status collapsed
13696
13697 \begin_layout Plain Layout
13698
13699
13700 \backslash
13701 spce 
13702 \end_layout
13703
13704 \end_inset
13705
13706 A=B
13707 \end_layout
13708
13709 \end_inset
13710 </cell>
13711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13712 \begin_inset Text
13713
13714 \begin_layout Plain Layout
13715 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13716 \end_inset
13717
13718
13719 \end_layout
13720
13721 \end_inset
13722 </cell>
13723 </row>
13724 <row>
13725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13726 \begin_inset Text
13727
13728 \begin_layout Plain Layout
13729
13730 \backslash
13731 fbox
13732 \begin_inset ERT
13733 status collapsed
13734
13735 \begin_layout Plain Layout
13736
13737
13738 \backslash
13739 spce 
13740 \end_layout
13741
13742 \end_inset
13743
13744
13745 \backslash
13746 colorbox{green
13747 \begin_inset Formula $\to$
13748 \end_inset
13749
13750
13751 \backslash
13752 {A=B
13753 \end_layout
13754
13755 \end_inset
13756 </cell>
13757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13758 \begin_inset Text
13759
13760 \begin_layout Plain Layout
13761 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13762 \end_inset
13763
13764
13765 \end_layout
13766
13767 \end_inset
13768 </cell>
13769 </row>
13770 </lyxtabular>
13771
13772 \end_inset
13773
13774
13775 \end_layout
13776
13777 \begin_layout Standard
13778
13779 \series bold
13780
13781 \backslash
13782 colorbox
13783 \series default
13784  only colors the box but not the characters in the box.
13785  To color all characters, the whole formula is highlighted and the wanted
13786  color is chosen in the 
13787 \family sans
13788 Text
13789 \begin_inset space ~
13790 \end_inset
13791
13792 Style
13793 \family default
13794  dialog.
13795  The dialog can be called with the toolbar button 
13796 \begin_inset Graphics
13797         filename ../images/dialog-show_character.png
13798         scale 85
13799
13800 \end_inset
13801
13802  or the menu 
13803 \family sans
13804 Edit\SpecialChar \menuseparator
13805 Text
13806 \begin_inset space ~
13807 \end_inset
13808
13809 Style\SpecialChar \menuseparator
13810 Customized
13811 \family default
13812 .
13813  The formula number has then the same color as the formula.
13814  When the formula number should get another color than the formula characters,
13815  the color must be changed within the formula.
13816 \end_layout
13817
13818 \begin_layout Standard
13819 An example:
13820 \end_layout
13821
13822 \begin_layout Standard
13823
13824 \color red
13825 \begin_inset Formula \begin{equation}
13826 \int A=B\label{eq:red}\end{equation}
13827
13828 \end_inset
13829
13830
13831 \color green
13832
13833 \begin_inset Formula \begin{equation}
13834 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13835
13836 \end_inset
13837
13838
13839 \end_layout
13840
13841 \begin_layout Standard
13842 Formula 
13843 \begin_inset CommandInset ref
13844 LatexCommand eqref
13845 reference "eq:red"
13846
13847 \end_inset
13848
13849  is completely colored red.
13850 \begin_inset Newline newline
13851 \end_inset
13852
13853 Formula 
13854 \begin_inset CommandInset ref
13855 LatexCommand eqref
13856 reference "eq:redgreen"
13857
13858 \end_inset
13859
13860  was first completely colored green to set the color for the formula number.
13861  Subsequently the formula characters were colored red.
13862 \end_layout
13863
13864 \begin_layout Standard
13865 \begin_inset VSpace bigskip
13866 \end_inset
13867
13868 To color the frame different than the rest of the box, the command 
13869 \series bold
13870
13871 \backslash
13872 fcolorbox
13873 \series default
13874
13875 \begin_inset Index
13876 status collapsed
13877
13878 \begin_layout Plain Layout
13879 Commands ! F ! 
13880 \backslash
13881 fcolorbox
13882 \end_layout
13883
13884 \end_inset
13885
13886  is used in the following scheme:
13887 \end_layout
13888
13889 \begin_layout Standard
13890
13891 \series bold
13892
13893 \backslash
13894 fcolorbox{frame color}{color}{box content}
13895 \end_layout
13896
13897 \begin_layout Standard
13898 So 
13899 \series bold
13900
13901 \backslash
13902 fcolorbox
13903 \series default
13904  is an extension of the command 
13905 \series bold
13906
13907 \backslash
13908 colorbox
13909 \series default
13910 .
13911  The frame width is set, like for 
13912 \series bold
13913
13914 \backslash
13915 framebox
13916 \series default
13917 , with 
13918 \series bold
13919
13920 \backslash
13921 fboxrule
13922 \series default
13923  and 
13924 \series bold
13925
13926 \backslash
13927 fboxsep
13928 \series default
13929 .
13930  An example:
13931 \begin_inset ERT
13932 status collapsed
13933
13934 \begin_layout Plain Layout
13935
13936
13937 \backslash
13938 fboxrule 1mm 
13939 \backslash
13940 fboxsep 1mm
13941 \end_layout
13942
13943 \end_inset
13944
13945
13946 \begin_inset Formula \[
13947 \fcolorbox{cyan}{magenta}{A=B}\]
13948
13949 \end_inset
13950
13951
13952 \begin_inset ERT
13953 status collapsed
13954
13955 \begin_layout Plain Layout
13956
13957
13958 \backslash
13959 fboxrule 0.4pt 
13960 \backslash
13961 fboxsep 3pt
13962 \end_layout
13963
13964 \end_inset
13965
13966
13967 \end_layout
13968
13969 \begin_layout Standard
13970 This formula was created with the command
13971 \begin_inset Newline newline
13972 \end_inset
13973
13974
13975 \series bold
13976
13977 \backslash
13978 fcolorbox{cyan
13979 \begin_inset Formula $\to$
13980 \end_inset
13981
13982
13983 \backslash
13984 {magenta
13985 \begin_inset Formula $\to$
13986 \end_inset
13987
13988
13989 \backslash
13990 {A=B
13991 \series default
13992 .
13993 \end_layout
13994
13995 \begin_layout Standard
13996 \begin_inset VSpace bigskip
13997 \end_inset
13998
13999 To use other colors than the predefined ones, they have to be defined first.
14000 \end_layout
14001
14002 \begin_layout Standard
14003 One can for example define the color 
14004 \begin_inset Quotes eld
14005 \end_inset
14006
14007
14008 \series bold
14009 darkgreen
14010 \series default
14011
14012 \begin_inset Quotes erd
14013 \end_inset
14014
14015  with the LaTeX-preamble line:
14016 \end_layout
14017
14018 \begin_layout Standard
14019
14020 \series bold
14021
14022 \backslash
14023 definecolor{darkgreen}{cmyk}{0.5,
14024 \series default
14025  
14026 \series bold
14027 0,
14028 \series default
14029  
14030 \series bold
14031 1,
14032 \series default
14033  
14034 \series bold
14035 0.5}
14036 \series default
14037
14038 \begin_inset Index
14039 status collapsed
14040
14041 \begin_layout Plain Layout
14042 Commands ! D ! 
14043 \backslash
14044 definecolor
14045 \end_layout
14046
14047 \end_inset
14048
14049
14050 \end_layout
14051
14052 \begin_layout Standard
14053
14054 \series bold
14055 cmyk
14056 \series default
14057  is the color space that denotes the colors 
14058 \series bold
14059 cyan
14060 \series default
14061
14062 \series bold
14063 magenta
14064 \series default
14065
14066 \series bold
14067 yellow
14068 \series default
14069 , and 
14070 \series bold
14071 black
14072 \series default
14073 .
14074  The four comma separated numbers are the portion factor for the corresponding
14075  colors of the color space.
14076  The factors can be in the range of 0
14077 \begin_inset space \thinspace{}
14078 \end_inset
14079
14080 -
14081 \begin_inset space \thinspace{}
14082 \end_inset
14083
14084 1.
14085  Instead of 
14086 \series bold
14087 cmyk
14088 \series default
14089  also the color space 
14090 \series bold
14091 rgb
14092 \series default
14093  can be used for definitions.
14094  
14095 \series bold
14096 rgb
14097 \series default
14098  denotes 
14099 \series bold
14100 red
14101 \series default
14102
14103 \series bold
14104 green
14105 \series default
14106 , and 
14107 \series bold
14108 blue
14109 \series default
14110 , so that there are in this case three portion factors for the corresponding
14111  colors.
14112  Furthermore there is the color space 
14113 \series bold
14114 gray
14115 \series default
14116  with one portion factor for the gray value.
14117 \end_layout
14118
14119 \begin_layout Standard
14120 As example a framed box with the new defined color 
14121 \series bold
14122 darkgreen
14123 \series default
14124  where the characters have been colored 
14125 \series bold
14126 yellow
14127 \series default
14128 :
14129 \begin_inset Formula \begin{equation}
14130 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14131
14132 \end_inset
14133
14134
14135 \end_layout
14136
14137 \begin_layout Standard
14138 Self-defined colors can also be used for text with the help of the command
14139  
14140 \series bold
14141
14142 \backslash
14143 textcolor
14144 \series default
14145 :
14146 \begin_inset Index
14147 status collapsed
14148
14149 \begin_layout Plain Layout
14150 Text ! colored
14151 \end_layout
14152
14153 \end_inset
14154
14155
14156 \end_layout
14157
14158 \begin_layout Standard
14159 \begin_inset ERT
14160 status collapsed
14161
14162 \begin_layout Plain Layout
14163
14164
14165 \backslash
14166 textcolor{darkgreen}{
14167 \end_layout
14168
14169 \end_inset
14170
14171 This sentence is 
14172 \begin_inset Quotes eld
14173 \end_inset
14174
14175 darkgreen
14176 \begin_inset Quotes erd
14177 \end_inset
14178
14179 .
14180 \begin_inset ERT
14181 status collapsed
14182
14183 \begin_layout Plain Layout
14184
14185 }
14186 \end_layout
14187
14188 \end_inset
14189
14190
14191 \end_layout
14192
14193 \begin_layout Standard
14194
14195 \series bold
14196
14197 \backslash
14198 textcolor
14199 \series default
14200
14201 \begin_inset Index
14202 status collapsed
14203
14204 \begin_layout Plain Layout
14205 Commands ! T ! 
14206 \backslash
14207 textcolor
14208 \end_layout
14209
14210 \end_inset
14211
14212  is used in the scheme 
14213 \series bold
14214
14215 \backslash
14216 textcolor{color}{characters to color}
14217 \series default
14218 .
14219 \end_layout
14220
14221 \begin_layout Subsection
14222 Paragraph Boxes
14223 \begin_inset CommandInset label
14224 LatexCommand label
14225 name "sub:Paragraph-Boxes"
14226
14227 \end_inset
14228
14229
14230 \begin_inset Index
14231 status collapsed
14232
14233 \begin_layout Plain Layout
14234 Boxes ! as paragraph
14235 \end_layout
14236
14237 \end_inset
14238
14239
14240 \end_layout
14241
14242 \begin_layout Standard
14243 A box that can contain several lines and paragraphs, a so called paragraph
14244  box (parbox), can be created with the menu 
14245 \family sans
14246 Insert\SpecialChar \menuseparator
14247 Box
14248 \family default
14249  or the toolbar button 
14250 \begin_inset Graphics
14251         filename ../images/box-insert.png
14252         scale 85
14253
14254 \end_inset
14255
14256 .
14257 \end_layout
14258
14259 \begin_layout Standard
14260 The following example shows a framed parbox in a line:
14261 \end_layout
14262
14263 \begin_layout Standard
14264 \begin_inset VSpace medskip
14265 \end_inset
14266
14267 This is a line 
14268 \begin_inset Box Boxed
14269 position "c"
14270 hor_pos "c"
14271 has_inner_box 1
14272 inner_pos "t"
14273 use_parbox 1
14274 width "5cm"
14275 special "none"
14276 height "1in"
14277 height_special "totalheight"
14278 status open
14279
14280 \begin_layout Plain Layout
14281 This is a paragraph box.
14282  It is exactly 5
14283 \begin_inset space \thinspace{}
14284 \end_inset
14285
14286 cm long and can also contain formulas: 
14287 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14288 \end_inset
14289
14290
14291 \end_layout
14292
14293 \end_inset
14294
14295  with a parbox.
14296 \end_layout
14297
14298 \begin_layout Standard
14299 \begin_inset VSpace medskip
14300 \end_inset
14301
14302
14303 \end_layout
14304
14305 \begin_layout Standard
14306 Such a box is created by right-clicking on the gray box inset.
14307  A dialog pops up showing the box properties.
14308  In our case set: 
14309 \emph on
14310 Decoration
14311 \emph default
14312 : Recangular box, 
14313 \emph on
14314 Inner Box
14315 \emph default
14316 : Parbox, 
14317 \emph on
14318 Width
14319 \emph default
14320 : 5
14321 \begin_inset space \thinspace{}
14322 \end_inset
14323
14324 cm, 
14325 \emph on
14326 Vertical Box Alignment
14327 \emph default
14328 : Middle
14329 \end_layout
14330
14331 \begin_layout Standard
14332 \begin_inset VSpace medskip
14333 \end_inset
14334
14335 In LaTeX a parbox is created with the command 
14336 \series bold
14337
14338 \backslash
14339 parbox
14340 \series default
14341
14342 \begin_inset Index
14343 status collapsed
14344
14345 \begin_layout Plain Layout
14346 Commands ! P ! 
14347 \backslash
14348 parbox
14349 \end_layout
14350
14351 \end_inset
14352
14353  that has the following scheme:
14354 \end_layout
14355
14356 \begin_layout Standard
14357
14358 \series bold
14359
14360 \backslash
14361 parbox[position]{width}{box content}
14362 \end_layout
14363
14364 \begin_layout Standard
14365 The positions 
14366 \emph on
14367 b
14368 \emph default
14369  and 
14370 \emph on
14371 t
14372 \emph default
14373  are possible.
14374  
14375 \emph on
14376 b
14377 \emph default
14378  for bottom means that the box is aligned within the surrounding text with
14379  its last line.
14380  With 
14381 \emph on
14382 t
14383 \emph default
14384  for top this is done with the first line.
14385  When no position is given, the box will be vertically centered, see section
14386  
14387 \emph on
14388 Boxes
14389 \emph default
14390  of the 
14391 \emph on
14392 Embedded
14393 \begin_inset space ~
14394 \end_inset
14395
14396 Objects
14397 \emph default
14398  manual for examples.
14399 \end_layout
14400
14401 \begin_layout Standard
14402 \begin_inset VSpace bigskip
14403 \end_inset
14404
14405 To frame formulas completely, including the formula number, the formula
14406  must be set into a parbox.
14407  To do this, the command 
14408 \series bold
14409
14410 \backslash
14411 fbox{
14412 \backslash
14413 parbox{
14414 \backslash
14415 linewidth-2
14416 \backslash
14417 fboxsep-2
14418 \backslash
14419 fboxrule}{
14420 \series default
14421  is inserted in TeX-mode before the formula.
14422  
14423 \series bold
14424
14425 \backslash
14426 linewidth
14427 \begin_inset Index
14428 status collapsed
14429
14430 \begin_layout Plain Layout
14431 Commands ! L ! 
14432 \backslash
14433 linewidth
14434 \end_layout
14435
14436 \end_inset
14437
14438
14439 \series default
14440  is hereby the line width set for the document.
14441  Because the frame is outside the parbox, 2
14442 \begin_inset space \thinspace{}
14443 \end_inset
14444
14445 times the frame separation and the frame thickness must be subtracted from
14446  the line width.
14447  As this is not automatically done by LyX due to a bug
14448 \begin_inset Foot
14449 status collapsed
14450
14451 \begin_layout Plain Layout
14452 \begin_inset CommandInset href
14453 LatexCommand href
14454 name "LyX-bug #4483"
14455 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14456
14457 \end_inset
14458
14459
14460 \end_layout
14461
14462 \end_inset
14463
14464 , TeX-mode has to be used.
14465  To be able to multiply and subtract in arguments, the LaTeX-package 
14466 \series bold
14467 calc
14468 \series default
14469
14470 \begin_inset Foot
14471 status collapsed
14472
14473 \begin_layout Plain Layout
14474
14475 \series bold
14476 calc
14477 \series default
14478  is part of every LaTeX standard installation.
14479 \end_layout
14480
14481 \end_inset
14482
14483
14484 \begin_inset Index
14485 status collapsed
14486
14487 \begin_layout Plain Layout
14488 Packages ! calc
14489 \end_layout
14490
14491 \end_inset
14492
14493  must be loaded in the LaTeX-preamble with the line
14494 \end_layout
14495
14496 \begin_layout Standard
14497
14498 \series bold
14499
14500 \backslash
14501 usepackage{calc}
14502 \end_layout
14503
14504 \begin_layout Standard
14505 Behind the formula both boxes are closed by entering 
14506 \series bold
14507 }}
14508 \series default
14509  in TeX-mode.
14510  Here is an example:
14511 \begin_inset ERT
14512 status collapsed
14513
14514 \begin_layout Plain Layout
14515
14516
14517 \backslash
14518 fboxsep 5mm 
14519 \backslash
14520 fboxrule 5mm
14521 \end_layout
14522
14523 \end_inset
14524
14525
14526 \end_layout
14527
14528 \begin_layout Standard
14529 \begin_inset ERT
14530 status collapsed
14531
14532 \begin_layout Plain Layout
14533
14534
14535 \backslash
14536 fbox{
14537 \backslash
14538 parbox{
14539 \backslash
14540 linewidth-2
14541 \backslash
14542 fboxsep-2
14543 \backslash
14544 fboxrule}{
14545 \end_layout
14546
14547 \end_inset
14548
14549
14550 \begin_inset Formula \begin{equation}
14551 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14552
14553 \end_inset
14554
14555
14556 \begin_inset ERT
14557 status collapsed
14558
14559 \begin_layout Plain Layout
14560
14561 }}
14562 \end_layout
14563
14564 \end_inset
14565
14566
14567 \begin_inset ERT
14568 status collapsed
14569
14570 \begin_layout Plain Layout
14571
14572
14573 \backslash
14574 fboxrule 0.4pt 
14575 \backslash
14576 fboxsep 3pt
14577 \end_layout
14578
14579 \end_inset
14580
14581
14582 \end_layout
14583
14584 \begin_layout Standard
14585 \begin_inset VSpace medskip
14586 \end_inset
14587
14588 As a parbox is used as argument of 
14589 \series bold
14590
14591 \backslash
14592 fbox
14593 \series default
14594 , there is in this case no difference between 
14595 \series bold
14596
14597 \backslash
14598 fbox
14599 \series default
14600  and 
14601 \series bold
14602
14603 \backslash
14604 boxed
14605 \series default
14606 .
14607 \end_layout
14608
14609 \begin_layout Standard
14610 \begin_inset VSpace bigskip
14611 \end_inset
14612
14613 Paragraph boxes are very useful to comment formulas directly.
14614  To do this, 
14615 \series bold
14616
14617 \backslash
14618 parbox
14619 \series default
14620  is used in combination with the command 
14621 \series bold
14622
14623 \backslash
14624 tag
14625 \series default
14626 .
14627  (more about 
14628 \series bold
14629
14630 \backslash
14631 tag
14632 \series default
14633  see 
14634 \begin_inset CommandInset ref
14635 LatexCommand ref
14636 reference "sub:User-defined-Numbering"
14637
14638 \end_inset
14639
14640 )
14641 \end_layout
14642
14643 \begin_layout Standard
14644 An example of a formula commented with 
14645 \series bold
14646
14647 \backslash
14648 parbox
14649 \series default
14650 :
14651 \end_layout
14652
14653 \begin_layout Standard
14654 \begin_inset ERT
14655 status collapsed
14656
14657 \begin_layout Plain Layout
14658
14659
14660 \backslash
14661 [5x-7b=3b
14662 \backslash
14663 tag*{
14664 \backslash
14665 parbox{5cm}{
14666 \end_layout
14667
14668 \end_inset
14669
14670 This is a description.
14671  It is distinctly separated from the formula and multiline.
14672 \begin_inset ERT
14673 status collapsed
14674
14675 \begin_layout Plain Layout
14676
14677 }}
14678 \backslash
14679 ]
14680 \end_layout
14681
14682 \end_inset
14683
14684
14685 \end_layout
14686
14687 \begin_layout Standard
14688 Such a formula must be inserted completely in TeX-mode because LyX does
14689  not yet support the command 
14690 \series bold
14691
14692 \backslash
14693 parbox
14694 \series default
14695  in formulas.
14696  The formula is created with the following command sequence:
14697 \end_layout
14698
14699 \begin_layout Standard
14700 The command 
14701 \series bold
14702
14703 \backslash
14704 [5x-7b=3b
14705 \backslash
14706 tag*
14707 \backslash
14708 {
14709 \backslash
14710 parbox{5cm}{
14711 \series default
14712  is inserted in TeX-mode.
14713 \begin_inset Foot
14714 status collapsed
14715
14716 \begin_layout Plain Layout
14717 When the formula style 
14718 \series bold
14719 Indented
14720 \series default
14721  is used, 
14722 \series bold
14723
14724 \backslash
14725 tag*
14726 \backslash
14727 {
14728 \series default
14729  can also be replaced by 
14730 \series bold
14731
14732 \backslash
14733 hfill
14734 \series default
14735 .
14736  (formula styles see 
14737 \begin_inset CommandInset ref
14738 LatexCommand ref
14739 reference "sec:Formula-Styles"
14740
14741 \end_inset
14742
14743 )
14744 \end_layout
14745
14746 \end_inset
14747
14748  Then the description follows as normal text, and finally 
14749 \series bold
14750 }}
14751 \backslash
14752 ]
14753 \series default
14754  is inserted in TeX-mode.
14755  The commands 
14756 \series bold
14757
14758 \backslash
14759 [
14760 \series default
14761  and 
14762 \series bold
14763
14764 \backslash
14765 ]
14766 \series default
14767  hereby create a displayed formula.
14768 \end_layout
14769
14770 \begin_layout Standard
14771 The advantages of 
14772 \series bold
14773
14774 \backslash
14775 parbox
14776 \series default
14777  can be seen in this example that was 
14778 \begin_inset Quotes eld
14779 \end_inset
14780
14781 commented
14782 \begin_inset Quotes erd
14783 \end_inset
14784
14785  using the mathematical textmode:
14786 \begin_inset Formula \[
14787 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14788
14789 \end_inset
14790
14791
14792 \end_layout
14793
14794 \begin_layout Section
14795 Operators
14796 \begin_inset Index
14797 status collapsed
14798
14799 \begin_layout Plain Layout
14800 Operators
14801 \end_layout
14802
14803 \end_inset
14804
14805
14806 \end_layout
14807
14808 \begin_layout Subsection
14809 Big Operators
14810 \begin_inset CommandInset label
14811 LatexCommand label
14812 name "sub:Big-Operators"
14813
14814 \end_inset
14815
14816
14817 \begin_inset Index
14818 status collapsed
14819
14820 \begin_layout Plain Layout
14821 Operators ! big
14822 \end_layout
14823
14824 \end_inset
14825
14826
14827 \begin_inset Index
14828 status collapsed
14829
14830 \begin_layout Plain Layout
14831 Sums
14832 \end_layout
14833
14834 \end_inset
14835
14836
14837 \begin_inset Index
14838 status collapsed
14839
14840 \begin_layout Plain Layout
14841 Integrals
14842 \end_layout
14843
14844 \end_inset
14845
14846
14847 \end_layout
14848
14849 \begin_layout Standard
14850 To be able to use all integral operators listed here, the option 
14851 \family sans
14852 Use esint package automatically
14853 \family default
14854  must be set in the document settings under 
14855 \family sans
14856 Math
14857 \begin_inset space ~
14858 \end_inset
14859
14860 Options
14861 \family default
14862 .
14863 \end_layout
14864
14865 \begin_layout Standard
14866 \begin_inset space \hfill{}
14867 \end_inset
14868
14869
14870 \begin_inset Tabular
14871 <lyxtabular version="3" rows="11" columns="2">
14872 <features tabularvalignment="middle">
14873 <column alignment="center" valignment="top" width="0pt">
14874 <column alignment="center" valignment="top" width="0pt">
14875 <row>
14876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14877 \begin_inset Text
14878
14879 \begin_layout Plain Layout
14880 Command
14881 \end_layout
14882
14883 \end_inset
14884 </cell>
14885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14886 \begin_inset Text
14887
14888 \begin_layout Plain Layout
14889 Result
14890 \end_layout
14891
14892 \end_inset
14893 </cell>
14894 </row>
14895 <row>
14896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14897 \begin_inset Text
14898
14899 \begin_layout Plain Layout
14900
14901 \backslash
14902 int
14903 \begin_inset Index
14904 status collapsed
14905
14906 \begin_layout Plain Layout
14907 Commands ! I ! 
14908 \backslash
14909 int
14910 \end_layout
14911
14912 \end_inset
14913
14914
14915 \end_layout
14916
14917 \end_inset
14918 </cell>
14919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14920 \begin_inset Text
14921
14922 \begin_layout Plain Layout
14923 \begin_inset Formula $\int$
14924 \end_inset
14925
14926
14927 \end_layout
14928
14929 \end_inset
14930 </cell>
14931 </row>
14932 <row>
14933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14934 \begin_inset Text
14935
14936 \begin_layout Plain Layout
14937
14938 \backslash
14939 oint
14940 \end_layout
14941
14942 \end_inset
14943 </cell>
14944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14945 \begin_inset Text
14946
14947 \begin_layout Plain Layout
14948 \begin_inset Formula $\oint$
14949 \end_inset
14950
14951
14952 \end_layout
14953
14954 \end_inset
14955 </cell>
14956 </row>
14957 <row>
14958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14959 \begin_inset Text
14960
14961 \begin_layout Plain Layout
14962
14963 \backslash
14964 ointctrclockwise
14965 \end_layout
14966
14967 \end_inset
14968 </cell>
14969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14970 \begin_inset Text
14971
14972 \begin_layout Plain Layout
14973 \begin_inset Formula $\ointctrclockwise$
14974 \end_inset
14975
14976
14977 \end_layout
14978
14979 \end_inset
14980 </cell>
14981 </row>
14982 <row>
14983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14984 \begin_inset Text
14985
14986 \begin_layout Plain Layout
14987
14988 \backslash
14989 ointclockwise
14990 \end_layout
14991
14992 \end_inset
14993 </cell>
14994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14995 \begin_inset Text
14996
14997 \begin_layout Plain Layout
14998 \begin_inset Formula $\ointclockwise$
14999 \end_inset
15000
15001
15002 \end_layout
15003
15004 \end_inset
15005 </cell>
15006 </row>
15007 <row>
15008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15009 \begin_inset Text
15010
15011 \begin_layout Plain Layout
15012
15013 \backslash
15014 sqint
15015 \end_layout
15016
15017 \end_inset
15018 </cell>
15019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15020 \begin_inset Text
15021
15022 \begin_layout Plain Layout
15023 \begin_inset Formula $\sqint$
15024 \end_inset
15025
15026
15027 \end_layout
15028
15029 \end_inset
15030 </cell>
15031 </row>
15032 <row>
15033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15034 \begin_inset Text
15035
15036 \begin_layout Plain Layout
15037
15038 \backslash
15039 fint
15040 \end_layout
15041
15042 \end_inset
15043 </cell>
15044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15045 \begin_inset Text
15046
15047 \begin_layout Plain Layout
15048  
15049 \begin_inset Formula $\fint$
15050 \end_inset
15051
15052
15053 \end_layout
15054
15055 \end_inset
15056 </cell>
15057 </row>
15058 <row>
15059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063
15064 \backslash
15065 landupint
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15071 \begin_inset Text
15072
15073 \begin_layout Plain Layout
15074  
15075 \begin_inset Formula $\landupint$
15076 \end_inset
15077
15078
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 </row>
15084 <row>
15085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15086 \begin_inset Text
15087
15088 \begin_layout Plain Layout
15089
15090 \backslash
15091 landdownint
15092 \end_layout
15093
15094 \end_inset
15095 </cell>
15096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15097 \begin_inset Text
15098
15099 \begin_layout Plain Layout
15100  
15101 \begin_inset Formula $\landdownint$
15102 \end_inset
15103
15104
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 </row>
15110 <row>
15111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15112 \begin_inset Text
15113
15114 \begin_layout Plain Layout
15115
15116 \backslash
15117 bigcap
15118 \end_layout
15119
15120 \end_inset
15121 </cell>
15122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15123 \begin_inset Text
15124
15125 \begin_layout Plain Layout
15126 \begin_inset Formula $\bigcap$
15127 \end_inset
15128
15129
15130 \end_layout
15131
15132 \end_inset
15133 </cell>
15134 </row>
15135 <row>
15136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Plain Layout
15140
15141 \backslash
15142 bigcup
15143 \end_layout
15144
15145 \end_inset
15146 </cell>
15147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15148 \begin_inset Text
15149
15150 \begin_layout Plain Layout
15151 \begin_inset Formula $\bigcup$
15152 \end_inset
15153
15154
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 </row>
15160 </lyxtabular>
15161
15162 \end_inset
15163
15164
15165 \begin_inset space \hfill{}
15166 \end_inset
15167
15168
15169 \begin_inset Tabular
15170 <lyxtabular version="3" rows="11" columns="2">
15171 <features tabularvalignment="middle">
15172 <column alignment="center" valignment="top" width="0pt">
15173 <column alignment="center" valignment="top" width="0pt">
15174 <row>
15175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Plain Layout
15179 Command
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188 Result
15189 \end_layout
15190
15191 \end_inset
15192 </cell>
15193 </row>
15194 <row>
15195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199
15200 \backslash
15201 sum
15202 \begin_inset Index
15203 status collapsed
15204
15205 \begin_layout Plain Layout
15206 Commands ! S ! 
15207 \backslash
15208 sum
15209 \end_layout
15210
15211 \end_inset
15212
15213
15214 \end_layout
15215
15216 \end_inset
15217 </cell>
15218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15219 \begin_inset Text
15220
15221 \begin_layout Plain Layout
15222 \begin_inset Formula $\sum$
15223 \end_inset
15224
15225
15226 \end_layout
15227
15228 \end_inset
15229 </cell>
15230 </row>
15231 <row>
15232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15233 \begin_inset Text
15234
15235 \begin_layout Plain Layout
15236
15237 \backslash
15238 prod
15239 \begin_inset Index
15240 status collapsed
15241
15242 \begin_layout Plain Layout
15243 Commands ! P ! 
15244 \backslash
15245 prod
15246 \end_layout
15247
15248 \end_inset
15249
15250
15251 \end_layout
15252
15253 \end_inset
15254 </cell>
15255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15256 \begin_inset Text
15257
15258 \begin_layout Plain Layout
15259 \begin_inset Formula $\prod$
15260 \end_inset
15261
15262
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 </row>
15268 <row>
15269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15270 \begin_inset Text
15271
15272 \begin_layout Plain Layout
15273
15274 \backslash
15275 coprod
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15281 \begin_inset Text
15282
15283 \begin_layout Plain Layout
15284 \begin_inset Formula $\coprod$
15285 \end_inset
15286
15287
15288 \end_layout
15289
15290 \end_inset
15291 </cell>
15292 </row>
15293 <row>
15294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15295 \begin_inset Text
15296
15297 \begin_layout Plain Layout
15298
15299 \backslash
15300 bigodot
15301 \end_layout
15302
15303 \end_inset
15304 </cell>
15305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309 \begin_inset Formula $\bigodot$
15310 \end_inset
15311
15312
15313 \end_layout
15314
15315 \end_inset
15316 </cell>
15317 </row>
15318 <row>
15319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15320 \begin_inset Text
15321
15322 \begin_layout Plain Layout
15323
15324 \backslash
15325 bigotimes
15326 \end_layout
15327
15328 \end_inset
15329 </cell>
15330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15331 \begin_inset Text
15332
15333 \begin_layout Plain Layout
15334 \begin_inset Formula $\bigotimes$
15335 \end_inset
15336
15337
15338 \end_layout
15339
15340 \end_inset
15341 </cell>
15342 </row>
15343 <row>
15344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15345 \begin_inset Text
15346
15347 \begin_layout Plain Layout
15348
15349 \backslash
15350 bigoplus
15351 \end_layout
15352
15353 \end_inset
15354 </cell>
15355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15356 \begin_inset Text
15357
15358 \begin_layout Plain Layout
15359 \begin_inset Formula $\bigoplus$
15360 \end_inset
15361
15362
15363 \end_layout
15364
15365 \end_inset
15366 </cell>
15367 </row>
15368 <row>
15369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15370 \begin_inset Text
15371
15372 \begin_layout Plain Layout
15373
15374 \backslash
15375 bigwedge
15376 \end_layout
15377
15378 \end_inset
15379 </cell>
15380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15381 \begin_inset Text
15382
15383 \begin_layout Plain Layout
15384 \begin_inset Formula $\bigwedge$
15385 \end_inset
15386
15387
15388 \end_layout
15389
15390 \end_inset
15391 </cell>
15392 </row>
15393 <row>
15394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15395 \begin_inset Text
15396
15397 \begin_layout Plain Layout
15398
15399 \backslash
15400 bigvee
15401 \end_layout
15402
15403 \end_inset
15404 </cell>
15405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15406 \begin_inset Text
15407
15408 \begin_layout Plain Layout
15409 \begin_inset Formula $\bigvee$
15410 \end_inset
15411
15412
15413 \end_layout
15414
15415 \end_inset
15416 </cell>
15417 </row>
15418 <row>
15419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15420 \begin_inset Text
15421
15422 \begin_layout Plain Layout
15423
15424 \backslash
15425 bigsqcup
15426 \end_layout
15427
15428 \end_inset
15429 </cell>
15430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15431 \begin_inset Text
15432
15433 \begin_layout Plain Layout
15434 \begin_inset Formula $\bigsqcup$
15435 \end_inset
15436
15437
15438 \end_layout
15439
15440 \end_inset
15441 </cell>
15442 </row>
15443 <row>
15444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15445 \begin_inset Text
15446
15447 \begin_layout Plain Layout
15448
15449 \backslash
15450 biguplus
15451 \end_layout
15452
15453 \end_inset
15454 </cell>
15455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15456 \begin_inset Text
15457
15458 \begin_layout Plain Layout
15459 \begin_inset Formula $\biguplus$
15460 \end_inset
15461
15462
15463 \end_layout
15464
15465 \end_inset
15466 </cell>
15467 </row>
15468 </lyxtabular>
15469
15470 \end_inset
15471
15472
15473 \begin_inset space \hfill{}
15474 \end_inset
15475
15476
15477 \end_layout
15478
15479 \begin_layout Standard
15480 All big operators can also be inserted via the math toolbar button 
15481 \begin_inset Graphics
15482         filename ../images/math/intop.png
15483         scale 85
15484
15485 \end_inset
15486
15487 .
15488 \end_layout
15489
15490 \begin_layout Standard
15491 The operators are called big because they are bigger than the sometimes
15492  equal looking binary operators.
15493  All big operators can have limits as described in the next subsection.
15494 \end_layout
15495
15496 \begin_layout Standard
15497 For all integral operators there is a second version available, ending on
15498  
15499 \series bold
15500 op
15501 \series default
15502
15503 \series bold
15504
15505 \backslash
15506 intop,
15507 \series default
15508  
15509 \series bold
15510
15511 \backslash
15512 ointop
15513 \series default
15514  etc..
15515  These operators are different from 
15516 \series bold
15517
15518 \backslash
15519 int
15520 \series default
15521  etc.
15522 \begin_inset space \space{}
15523 \end_inset
15524
15525 in the style the operator limits are displayed, see 
15526 \begin_inset CommandInset ref
15527 LatexCommand ref
15528 reference "sub:Operator-Limits"
15529
15530 \end_inset
15531
15532 .
15533  
15534 \end_layout
15535
15536 \begin_layout Subsubsection*
15537 Advices for Integrals
15538 \end_layout
15539
15540 \begin_layout Standard
15541 The letter 
15542 \emph on
15543 d
15544 \emph default
15545  in an integral is an operator, that therefore has to be set upright.
15546  This is done by highlighting the 
15547 \emph on
15548 d
15549 \emph default
15550  and using the keyboard shortcut 
15551 \begin_inset Info
15552 type  "shortcut"
15553 arg   "font-roman"
15554 \end_inset
15555
15556
15557 \begin_inset Foot
15558 status collapsed
15559
15560 \begin_layout Plain Layout
15561 Font styles
15562 \series bold
15563  
15564 \series default
15565 see 
15566 \begin_inset CommandInset ref
15567 LatexCommand ref
15568 reference "sub:Font-Styles"
15569
15570 \end_inset
15571
15572
15573 \end_layout
15574
15575 \end_inset
15576
15577 .
15578  Finally the smallest space is inserted before the 
15579 \emph on
15580 d
15581 \emph default
15582 , as this is usual for operators.
15583  An example:
15584 \end_layout
15585
15586 \begin_layout Standard
15587 incorrect: 
15588 \begin_inset Formula $\int A(x)dx$
15589 \end_inset
15590
15591
15592 \begin_inset Newline newline
15593 \end_inset
15594
15595
15596 \begin_inset ERT
15597 status collapsed
15598
15599 \begin_layout Plain Layout
15600
15601
15602 \backslash
15603 hphantom{in}
15604 \end_layout
15605
15606 \end_inset
15607
15608 correct: 
15609 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15610 \end_inset
15611
15612
15613 \end_layout
15614
15615 \begin_layout Standard
15616 For multiple integrals there are the following commands:
15617 \begin_inset VSpace medskip
15618 \end_inset
15619
15620
15621 \end_layout
15622
15623 \begin_layout Standard
15624 \begin_inset space \hfill{}
15625 \end_inset
15626
15627
15628 \begin_inset Tabular
15629 <lyxtabular version="3" rows="4" columns="2">
15630 <features tabularvalignment="middle">
15631 <column alignment="center" valignment="top" width="0">
15632 <column alignment="center" valignment="top" width="0">
15633 <row>
15634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15635 \begin_inset Text
15636
15637 \begin_layout Plain Layout
15638 Command
15639 \end_layout
15640
15641 \end_inset
15642 </cell>
15643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15644 \begin_inset Text
15645
15646 \begin_layout Plain Layout
15647 Result
15648 \begin_inset Note Note
15649 status collapsed
15650
15651 \begin_layout Plain Layout
15652
15653 \series bold
15654
15655 \backslash
15656 raisebox
15657 \series default
15658  is only used as spacer.
15659 \end_layout
15660
15661 \end_inset
15662
15663
15664 \end_layout
15665
15666 \end_inset
15667 </cell>
15668 </row>
15669 <row>
15670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15671 \begin_inset Text
15672
15673 \begin_layout Plain Layout
15674
15675 \backslash
15676 iint
15677 \end_layout
15678
15679 \end_inset
15680 </cell>
15681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15682 \begin_inset Text
15683
15684 \begin_layout Plain Layout
15685 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15686 \end_inset
15687
15688
15689 \end_layout
15690
15691 \end_inset
15692 </cell>
15693 </row>
15694 <row>
15695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15696 \begin_inset Text
15697
15698 \begin_layout Plain Layout
15699
15700 \backslash
15701 oiint
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15707 \begin_inset Text
15708
15709 \begin_layout Plain Layout
15710 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15711 \end_inset
15712
15713
15714 \end_layout
15715
15716 \end_inset
15717 </cell>
15718 </row>
15719 <row>
15720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15721 \begin_inset Text
15722
15723 \begin_layout Plain Layout
15724
15725 \backslash
15726 sqiint
15727 \end_layout
15728
15729 \end_inset
15730 </cell>
15731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15732 \begin_inset Text
15733
15734 \begin_layout Plain Layout
15735 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15736 \end_inset
15737
15738
15739 \end_layout
15740
15741 \end_inset
15742 </cell>
15743 </row>
15744 </lyxtabular>
15745
15746 \end_inset
15747
15748
15749 \begin_inset space \hfill{}
15750 \end_inset
15751
15752
15753 \begin_inset Tabular
15754 <lyxtabular version="3" rows="4" columns="2">
15755 <features tabularvalignment="middle">
15756 <column alignment="center" valignment="top" width="0">
15757 <column alignment="center" valignment="top" width="0">
15758 <row>
15759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15760 \begin_inset Text
15761
15762 \begin_layout Plain Layout
15763 Command
15764 \end_layout
15765
15766 \end_inset
15767 </cell>
15768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15769 \begin_inset Text
15770
15771 \begin_layout Plain Layout
15772 Result
15773 \end_layout
15774
15775 \end_inset
15776 </cell>
15777 </row>
15778 <row>
15779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15780 \begin_inset Text
15781
15782 \begin_layout Plain Layout
15783
15784 \backslash
15785 iiint
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Plain Layout
15794 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15795 \end_inset
15796
15797
15798 \end_layout
15799
15800 \end_inset
15801 </cell>
15802 </row>
15803 <row>
15804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15805 \begin_inset Text
15806
15807 \begin_layout Plain Layout
15808
15809 \backslash
15810 iiiint
15811 \end_layout
15812
15813 \end_inset
15814 </cell>
15815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15816 \begin_inset Text
15817
15818 \begin_layout Plain Layout
15819 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15820 \end_inset
15821
15822
15823 \end_layout
15824
15825 \end_inset
15826 </cell>
15827 </row>
15828 <row>
15829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833
15834 \backslash
15835 dotsint
15836 \end_layout
15837
15838 \end_inset
15839 </cell>
15840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15841 \begin_inset Text
15842
15843 \begin_layout Plain Layout
15844 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15845 \end_inset
15846
15847
15848 \end_layout
15849
15850 \end_inset
15851 </cell>
15852 </row>
15853 </lyxtabular>
15854
15855 \end_inset
15856
15857
15858 \begin_inset space \hfill{}
15859 \end_inset
15860
15861
15862 \end_layout
15863
15864 \begin_layout Subsection
15865 Operator Limits
15866 \begin_inset CommandInset label
15867 LatexCommand label
15868 name "sub:Operator-Limits"
15869
15870 \end_inset
15871
15872
15873 \begin_inset Index
15874 status collapsed
15875
15876 \begin_layout Plain Layout
15877 Operators ! Limits
15878 \end_layout
15879
15880 \end_inset
15881
15882
15883 \end_layout
15884
15885 \begin_layout Standard
15886 Limits are created by super- and subscripts:
15887 \end_layout
15888
15889 \begin_layout Standard
15890 \align center
15891 \begin_inset Tabular
15892 <lyxtabular version="3" rows="2" columns="2">
15893 <features tabularvalignment="middle">
15894 <column alignment="center" valignment="top" width="0pt">
15895 <column alignment="center" valignment="top" width="0pt">
15896 <row>
15897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15898 \begin_inset Text
15899
15900 \begin_layout Plain Layout
15901 Command
15902 \end_layout
15903
15904 \end_inset
15905 </cell>
15906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15907 \begin_inset Text
15908
15909 \begin_layout Plain Layout
15910 Result
15911 \begin_inset Note Note
15912 status collapsed
15913
15914 \begin_layout Plain Layout
15915
15916 \series bold
15917
15918 \backslash
15919 raisebox
15920 \series default
15921  is only used as spacer.
15922 \end_layout
15923
15924 \end_inset
15925
15926
15927 \end_layout
15928
15929 \end_inset
15930 </cell>
15931 </row>
15932 <row>
15933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15934 \begin_inset Text
15935
15936 \begin_layout Plain Layout
15937
15938 \backslash
15939 prod^
15940 \backslash
15941 infty
15942 \begin_inset ERT
15943 status collapsed
15944
15945 \begin_layout Plain Layout
15946
15947
15948 \backslash
15949 spce 
15950 \end_layout
15951
15952 \end_inset
15953
15954
15955 \begin_inset Formula $\to$
15956 \end_inset
15957
15958 _0
15959 \begin_inset Formula $\to$
15960 \end_inset
15961
15962 A(x)
15963 \end_layout
15964
15965 \end_inset
15966 </cell>
15967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15968 \begin_inset Text
15969
15970 \begin_layout Plain Layout
15971 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15972 \end_inset
15973
15974
15975 \end_layout
15976
15977 \end_inset
15978 </cell>
15979 </row>
15980 </lyxtabular>
15981
15982 \end_inset
15983
15984
15985 \end_layout
15986
15987 \begin_layout Standard
15988 Limits of inline formulas are set right beside the operator.
15989  Limits in displayed formulas are set above or below the operator, except
15990  of integral limits.
15991 \end_layout
15992
15993 \begin_layout Standard
15994 To force that the limits are set beside the operator, the cursor is set
15995  directly behind the operator and the limits type is changed with the menu
15996  
15997 \family sans
15998 Edit\SpecialChar \menuseparator
15999 Math\SpecialChar \menuseparator
16000 Change Limits Type
16001 \family default
16002  to 
16003 \family sans
16004 \series bold
16005 Inline
16006 \family default
16007 \series default
16008  (shortcut 
16009 \begin_inset Info
16010 type  "shortcut"
16011 arg   "math-limits"
16012 \end_inset
16013
16014 ).
16015  An example:
16016 \end_layout
16017
16018 \begin_layout Standard
16019 The default limits type is this:
16020 \begin_inset Formula \[
16021 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16022
16023 \end_inset
16024
16025 This is how it looks when the limits type was changed to 
16026 \family sans
16027 \series bold
16028 Inline
16029 \family default
16030 \series default
16031 :
16032 \begin_inset Formula \[
16033 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16034
16035 \end_inset
16036
16037 For integrals, except those ending with 
16038 \series bold
16039 op
16040 \series default
16041  like 
16042 \series bold
16043
16044 \backslash
16045 intop
16046 \series default
16047
16048 \series bold
16049
16050 \backslash
16051 ointop
16052 \series default
16053  etc., the limits are by default set beside the operator.
16054  But for multiple integrals the limits are often set below the operator.
16055  In the following example the limits type was therefore set to 
16056 \series bold
16057 Display
16058 \series default
16059  and so set below the integrals:
16060 \begin_inset Formula \begin{equation}
16061 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
16062
16063 \end_inset
16064
16065
16066 \end_layout
16067
16068 \begin_layout Standard
16069 \begin_inset VSpace medskip
16070 \end_inset
16071
16072 To specify conditions for limits, the commands 
16073 \series bold
16074
16075 \backslash
16076 subarray
16077 \series default
16078
16079 \begin_inset Index
16080 status collapsed
16081
16082 \begin_layout Plain Layout
16083 Commands ! S ! 
16084 \backslash
16085 subarray
16086 \end_layout
16087
16088 \end_inset
16089
16090  and 
16091 \series bold
16092
16093 \backslash
16094 substack
16095 \series default
16096
16097 \begin_inset Index
16098 status collapsed
16099
16100 \begin_layout Plain Layout
16101 Commands ! S ! 
16102 \backslash
16103 substack
16104 \end_layout
16105
16106 \end_inset
16107
16108  are used.
16109  To create for example this expression 
16110 \begin_inset Formula \begin{equation}
16111 \sum_{\begin{subarray}{c}
16112 0<k<1000\\
16113 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16114
16115 \end_inset
16116
16117
16118 \end_layout
16119
16120 \begin_layout Standard
16121 the following has to be done:
16122 \begin_inset Newline newline
16123 \end_inset
16124
16125 First the command 
16126 \series bold
16127
16128 \backslash
16129 sum
16130 \series default
16131 ^
16132 \series bold
16133 n
16134 \begin_inset ERT
16135 status collapsed
16136
16137 \begin_layout Plain Layout
16138
16139
16140 \backslash
16141 spce 
16142 \end_layout
16143
16144 \end_inset
16145
16146 _
16147 \series default
16148  is typed in.
16149  One is now in a blue box under the summation operator and insert there
16150  the command 
16151 \series bold
16152
16153 \backslash
16154 subarray
16155 \begin_inset ERT
16156 status collapsed
16157
16158 \begin_layout Plain Layout
16159
16160
16161 \backslash
16162 spce 
16163 \end_layout
16164
16165 \end_inset
16166
16167
16168 \series default
16169 .
16170  The blue box is now within a purple box and now several lines can be written
16171  among each other.
16172  A new line is created by inserting a line break (
16173 \begin_inset Info
16174 type  "shortcut"
16175 arg   "newline-insert newline"
16176 \end_inset
16177
16178 ).
16179  When now
16180 \begin_inset Newline newline
16181 \end_inset
16182
16183
16184 \series bold
16185 0<k<1000 Ctrl+Return
16186 \begin_inset Newline newline
16187 \end_inset
16188
16189
16190 \series default
16191 is typed in, a new box appears below for the new line.
16192 \end_layout
16193
16194 \begin_layout Standard
16195 The alignment of the lines can be changed to left aligned with the 
16196 \family sans
16197 table
16198 \family default
16199  
16200 \family sans
16201 toolbar
16202 \family default
16203  or the menu 
16204 \family sans
16205 Edit\SpecialChar \menuseparator
16206 Rows &Columns
16207 \family default
16208 .
16209  To get right alignment, 
16210 \series bold
16211
16212 \backslash
16213 hfill
16214 \begin_inset ERT
16215 status collapsed
16216
16217 \begin_layout Plain Layout
16218
16219
16220 \backslash
16221 spce 
16222 \end_layout
16223
16224 \end_inset
16225
16226
16227 \series default
16228  is inserted at the beginning of the line.
16229 \end_layout
16230
16231 \begin_layout Standard
16232 The command 
16233 \series bold
16234
16235 \backslash
16236 substack
16237 \series default
16238  is equivalent to 
16239 \series bold
16240
16241 \backslash
16242 subarray
16243 \series default
16244  with the difference that the lines are always centered.
16245 \end_layout
16246
16247 \begin_layout Standard
16248 \begin_inset VSpace bigskip
16249 \end_inset
16250
16251 Like in formula 
16252 \begin_inset CommandInset ref
16253 LatexCommand eqref
16254 reference "eq:substack"
16255
16256 \end_inset
16257
16258  there can be too much space beside an operator, because the characters
16259  following the operator are set beside the limits.
16260 \end_layout
16261
16262 \begin_layout Standard
16263 To avoid this, the following macro can be used in the LaTeX-preamble:
16264 \end_layout
16265
16266 \begin_layout Standard
16267
16268 \series bold
16269
16270 \backslash
16271 def
16272 \backslash
16273 clap#1{
16274 \backslash
16275 hbox to 0pt{
16276 \backslash
16277 hss #1
16278 \backslash
16279 hss}}
16280 \begin_inset Newline newline
16281 \end_inset
16282
16283
16284 \backslash
16285 def
16286 \backslash
16287 mathclap {
16288 \backslash
16289 mathpalette 
16290 \backslash
16291 mathclapinternal}
16292 \begin_inset Newline newline
16293 \end_inset
16294
16295
16296 \backslash
16297 def
16298 \backslash
16299 mathclapinternal #1#2{
16300 \backslash
16301 clap{$
16302 \backslash
16303 mathsurround =0pt #1{#2}$}}
16304 \end_layout
16305
16306 \begin_layout Standard
16307 This defines the command 
16308 \series bold
16309
16310 \backslash
16311 mathclap
16312 \series default
16313
16314 \begin_inset Index
16315 status collapsed
16316
16317 \begin_layout Plain Layout
16318 Commands ! M ! 
16319 \backslash
16320 mathclap
16321 \end_layout
16322
16323 \end_inset
16324
16325  that sets the width of the limit to 0
16326 \begin_inset space \thinspace{}
16327 \end_inset
16328
16329 pt.
16330  The command scheme is
16331 \end_layout
16332
16333 \begin_layout Standard
16334
16335 \series bold
16336
16337 \backslash
16338 mathclap{limit}
16339 \end_layout
16340
16341 \begin_layout Standard
16342 where the limit can consist of several conditions.
16343 \end_layout
16344
16345 \begin_layout Standard
16346 Applied on formula 
16347 \begin_inset CommandInset ref
16348 LatexCommand eqref
16349 reference "eq:substack"
16350
16351 \end_inset
16352
16353 , one uses the command
16354 \end_layout
16355
16356 \begin_layout Standard
16357
16358 \series bold
16359
16360 \backslash
16361 sum_
16362 \backslash
16363 mathclap{
16364 \backslash
16365 substack
16366 \begin_inset ERT
16367 status collapsed
16368
16369 \begin_layout Plain Layout
16370
16371
16372 \backslash
16373 spce 
16374 \end_layout
16375
16376 \end_inset
16377
16378 0<k<1000 Ctrl+Return
16379 \end_layout
16380
16381 \begin_layout Standard
16382 to create the lower limit.
16383  The summand is now directly behind the summation operator:
16384 \begin_inset Formula \[
16385 \sum_{\mathclap{\substack{0<k<1000\\
16386 \\k\,\in\,\mathbb{N}}
16387 }}^{n}k^{-2}\]
16388
16389 \end_inset
16390
16391
16392 \end_layout
16393
16394 \begin_layout Standard
16395 \begin_inset VSpace bigskip
16396 \end_inset
16397
16398 How to use one limit for several operators is described in 
16399 \begin_inset CommandInset ref
16400 LatexCommand ref
16401 reference "sub:Self-defined-Operators"
16402
16403 \end_inset
16404
16405 .
16406 \end_layout
16407
16408 \begin_layout Standard
16409 \begin_inset Newpage newpage
16410 \end_inset
16411
16412
16413 \end_layout
16414
16415 \begin_layout Subsection
16416 Binary Operators
16417 \begin_inset CommandInset label
16418 LatexCommand label
16419 name "sub:Binary-Operators"
16420
16421 \end_inset
16422
16423
16424 \begin_inset Index
16425 status collapsed
16426
16427 \begin_layout Plain Layout
16428 Operators ! binary
16429 \end_layout
16430
16431 \end_inset
16432
16433
16434 \end_layout
16435
16436 \begin_layout Standard
16437 Binary operators are surrounded by space when there is a character before
16438  and behind them.
16439 \begin_inset VSpace medskip
16440 \end_inset
16441
16442
16443 \end_layout
16444
16445 \begin_layout Standard
16446 \begin_inset space \hfill{}
16447 \end_inset
16448
16449
16450 \begin_inset Tabular
16451 <lyxtabular version="3" rows="13" columns="2">
16452 <features tabularvalignment="middle">
16453 <column alignment="center" valignment="top" width="0pt">
16454 <column alignment="center" valignment="top" width="0pt">
16455 <row>
16456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16457 \begin_inset Text
16458
16459 \begin_layout Plain Layout
16460 Command
16461 \begin_inset Note Note
16462 status collapsed
16463
16464 \begin_layout Plain Layout
16465
16466 \series bold
16467
16468 \backslash
16469 raisebox
16470 \series default
16471  is only used as spacer.
16472 \end_layout
16473
16474 \end_inset
16475
16476
16477 \end_layout
16478
16479 \end_inset
16480 </cell>
16481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485 Result
16486 \end_layout
16487
16488 \end_inset
16489 </cell>
16490 </row>
16491 <row>
16492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16493 \begin_inset Text
16494
16495 \begin_layout Plain Layout
16496 +
16497 \end_layout
16498
16499 \end_inset
16500 </cell>
16501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16502 \begin_inset Text
16503
16504 \begin_layout Plain Layout
16505 \begin_inset Formula $+$
16506 \end_inset
16507
16508
16509 \end_layout
16510
16511 \end_inset
16512 </cell>
16513 </row>
16514 <row>
16515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16516 \begin_inset Text
16517
16518 \begin_layout Plain Layout
16519 -
16520 \end_layout
16521
16522 \end_inset
16523 </cell>
16524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16525 \begin_inset Text
16526
16527 \begin_layout Plain Layout
16528 \begin_inset Formula $-$
16529 \end_inset
16530
16531
16532 \end_layout
16533
16534 \end_inset
16535 </cell>
16536 </row>
16537 <row>
16538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16539 \begin_inset Text
16540
16541 \begin_layout Plain Layout
16542
16543 \backslash
16544 pm
16545 \end_layout
16546
16547 \end_inset
16548 </cell>
16549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16550 \begin_inset Text
16551
16552 \begin_layout Plain Layout
16553 \begin_inset Formula $\pm$
16554 \end_inset
16555
16556
16557 \end_layout
16558
16559 \end_inset
16560 </cell>
16561 </row>
16562 <row>
16563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16564 \begin_inset Text
16565
16566 \begin_layout Plain Layout
16567
16568 \backslash
16569 mp
16570 \end_layout
16571
16572 \end_inset
16573 </cell>
16574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16575 \begin_inset Text
16576
16577 \begin_layout Plain Layout
16578 \begin_inset Formula $\mp$
16579 \end_inset
16580
16581
16582 \end_layout
16583
16584 \end_inset
16585 </cell>
16586 </row>
16587 <row>
16588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16589 \begin_inset Text
16590
16591 \begin_layout Plain Layout
16592
16593 \backslash
16594 cdot
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16600 \begin_inset Text
16601
16602 \begin_layout Plain Layout
16603 \begin_inset Formula $\cdot$
16604 \end_inset
16605
16606
16607 \end_layout
16608
16609 \end_inset
16610 </cell>
16611 </row>
16612 <row>
16613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16614 \begin_inset Text
16615
16616 \begin_layout Plain Layout
16617
16618 \backslash
16619 times
16620 \end_layout
16621
16622 \end_inset
16623 </cell>
16624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16625 \begin_inset Text
16626
16627 \begin_layout Plain Layout
16628 \begin_inset Formula $\times$
16629 \end_inset
16630
16631
16632 \end_layout
16633
16634 \end_inset
16635 </cell>
16636 </row>
16637 <row>
16638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16639 \begin_inset Text
16640
16641 \begin_layout Plain Layout
16642
16643 \backslash
16644 div
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16650 \begin_inset Text
16651
16652 \begin_layout Plain Layout
16653 \begin_inset Formula $\div$
16654 \end_inset
16655
16656
16657 \end_layout
16658
16659 \end_inset
16660 </cell>
16661 </row>
16662 <row>
16663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16664 \begin_inset Text
16665
16666 \begin_layout Plain Layout
16667 \begin_inset ERT
16668 status collapsed
16669
16670 \begin_layout Plain Layout
16671
16672
16673 \backslash
16674 raisebox{-1.2mm}{
16675 \end_layout
16676
16677 \end_inset
16678
16679 *
16680 \begin_inset ERT
16681 status collapsed
16682
16683 \begin_layout Plain Layout
16684
16685 }
16686 \end_layout
16687
16688 \end_inset
16689
16690
16691 \end_layout
16692
16693 \end_inset
16694 </cell>
16695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16696 \begin_inset Text
16697
16698 \begin_layout Plain Layout
16699 \begin_inset Formula $*$
16700 \end_inset
16701
16702
16703 \end_layout
16704
16705 \end_inset
16706 </cell>
16707 </row>
16708 <row>
16709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16710 \begin_inset Text
16711
16712 \begin_layout Plain Layout
16713
16714 \backslash
16715 star
16716 \end_layout
16717
16718 \end_inset
16719 </cell>
16720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16721 \begin_inset Text
16722
16723 \begin_layout Plain Layout
16724 \begin_inset Formula $\star$
16725 \end_inset
16726
16727
16728 \end_layout
16729
16730 \end_inset
16731 </cell>
16732 </row>
16733 <row>
16734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16735 \begin_inset Text
16736
16737 \begin_layout Plain Layout
16738
16739 \backslash
16740 circ
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749 \begin_inset Formula $\circ$
16750 \end_inset
16751
16752
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 </row>
16758 <row>
16759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16760 \begin_inset Text
16761
16762 \begin_layout Plain Layout
16763
16764 \backslash
16765 diamond
16766 \end_layout
16767
16768 \end_inset
16769 </cell>
16770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16771 \begin_inset Text
16772
16773 \begin_layout Plain Layout
16774 \begin_inset Formula $\diamond$
16775 \end_inset
16776
16777
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 </row>
16783 <row>
16784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16785 \begin_inset Text
16786
16787 \begin_layout Plain Layout
16788
16789 \backslash
16790 bullet
16791 \end_layout
16792
16793 \end_inset
16794 </cell>
16795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16796 \begin_inset Text
16797
16798 \begin_layout Plain Layout
16799 \begin_inset Formula $\bullet$
16800 \end_inset
16801
16802
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 </row>
16808 </lyxtabular>
16809
16810 \end_inset
16811
16812
16813 \begin_inset space \hfill{}
16814 \end_inset
16815
16816
16817 \begin_inset Tabular
16818 <lyxtabular version="3" rows="13" columns="2">
16819 <features tabularvalignment="middle">
16820 <column alignment="center" valignment="top" width="0pt">
16821 <column alignment="center" valignment="top" width="0pt">
16822 <row>
16823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Plain Layout
16827 Command
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836 Result
16837 \end_layout
16838
16839 \end_inset
16840 </cell>
16841 </row>
16842 <row>
16843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847
16848 \backslash
16849 nabla
16850 \end_layout
16851
16852 \end_inset
16853 </cell>
16854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858 \begin_inset Formula $\nabla$
16859 \end_inset
16860
16861
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 </row>
16867 <row>
16868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872
16873 \backslash
16874 bigtriangledown
16875 \end_layout
16876
16877 \end_inset
16878 </cell>
16879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16880 \begin_inset Text
16881
16882 \begin_layout Plain Layout
16883 \begin_inset Formula $\bigtriangledown$
16884 \end_inset
16885
16886
16887 \end_layout
16888
16889 \end_inset
16890 </cell>
16891 </row>
16892 <row>
16893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16894 \begin_inset Text
16895
16896 \begin_layout Plain Layout
16897
16898 \backslash
16899 bigtriangleup
16900 \end_layout
16901
16902 \end_inset
16903 </cell>
16904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16905 \begin_inset Text
16906
16907 \begin_layout Plain Layout
16908 \begin_inset Formula $\bigtriangleup$
16909 \end_inset
16910
16911
16912 \end_layout
16913
16914 \end_inset
16915 </cell>
16916 </row>
16917 <row>
16918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922
16923 \backslash
16924 Box
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16930 \begin_inset Text
16931
16932 \begin_layout Plain Layout
16933 \begin_inset Formula $\Box$
16934 \end_inset
16935
16936
16937 \end_layout
16938
16939 \end_inset
16940 </cell>
16941 </row>
16942 <row>
16943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947
16948 \backslash
16949 cap 
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16955 \begin_inset Text
16956
16957 \begin_layout Plain Layout
16958 \begin_inset Formula $\cap$
16959 \end_inset
16960
16961
16962 \end_layout
16963
16964 \end_inset
16965 </cell>
16966 </row>
16967 <row>
16968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972
16973 \backslash
16974 cup
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16980 \begin_inset Text
16981
16982 \begin_layout Plain Layout
16983 \begin_inset Formula $\cup$
16984 \end_inset
16985
16986
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 </row>
16992 <row>
16993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Plain Layout
16997
16998 \backslash
16999 dagger
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008 \begin_inset Formula $\dagger$
17009 \end_inset
17010
17011
17012 \end_layout
17013
17014 \end_inset
17015 </cell>
17016 </row>
17017 <row>
17018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17019 \begin_inset Text
17020
17021 \begin_layout Plain Layout
17022
17023 \backslash
17024 ddagger
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17030 \begin_inset Text
17031
17032 \begin_layout Plain Layout
17033 \begin_inset Formula $\ddagger$
17034 \end_inset
17035
17036
17037 \end_layout
17038
17039 \end_inset
17040 </cell>
17041 </row>
17042 <row>
17043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17044 \begin_inset Text
17045
17046 \begin_layout Plain Layout
17047
17048 \backslash
17049 wr
17050 \end_layout
17051
17052 \end_inset
17053 </cell>
17054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17055 \begin_inset Text
17056
17057 \begin_layout Plain Layout
17058 \begin_inset Formula $\wr$
17059 \end_inset
17060
17061
17062 \end_layout
17063
17064 \end_inset
17065 </cell>
17066 </row>
17067 <row>
17068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17069 \begin_inset Text
17070
17071 \begin_layout Plain Layout
17072
17073 \backslash
17074 bigcirc
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17080 \begin_inset Text
17081
17082 \begin_layout Plain Layout
17083 \begin_inset Formula $\bigcirc$
17084 \end_inset
17085
17086
17087 \end_layout
17088
17089 \end_inset
17090 </cell>
17091 </row>
17092 <row>
17093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17094 \begin_inset Text
17095
17096 \begin_layout Plain Layout
17097
17098 \backslash
17099 wedge
17100 \end_layout
17101
17102 \end_inset
17103 </cell>
17104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17105 \begin_inset Text
17106
17107 \begin_layout Plain Layout
17108 \begin_inset Formula $\wedge$
17109 \end_inset
17110
17111
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 </row>
17117 <row>
17118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17119 \begin_inset Text
17120
17121 \begin_layout Plain Layout
17122
17123 \backslash
17124 vee
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Plain Layout
17133 \begin_inset Formula $\vee$
17134 \end_inset
17135
17136
17137 \end_layout
17138
17139 \end_inset
17140 </cell>
17141 </row>
17142 </lyxtabular>
17143
17144 \end_inset
17145
17146
17147 \begin_inset space \hfill{}
17148 \end_inset
17149
17150
17151 \begin_inset Tabular
17152 <lyxtabular version="3" rows="13" columns="2">
17153 <features tabularvalignment="middle">
17154 <column alignment="center" valignment="top" width="0pt">
17155 <column alignment="center" valignment="top" width="0pt">
17156 <row>
17157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17158 \begin_inset Text
17159
17160 \begin_layout Plain Layout
17161 Command
17162 \end_layout
17163
17164 \end_inset
17165 </cell>
17166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170 Result
17171 \end_layout
17172
17173 \end_inset
17174 </cell>
17175 </row>
17176 <row>
17177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17178 \begin_inset Text
17179
17180 \begin_layout Plain Layout
17181
17182 \backslash
17183 oplus
17184 \end_layout
17185
17186 \end_inset
17187 </cell>
17188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17189 \begin_inset Text
17190
17191 \begin_layout Plain Layout
17192 \begin_inset Formula $\oplus$
17193 \end_inset
17194
17195
17196 \end_layout
17197
17198 \end_inset
17199 </cell>
17200 </row>
17201 <row>
17202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206
17207 \backslash
17208 ominus
17209 \end_layout
17210
17211 \end_inset
17212 </cell>
17213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17214 \begin_inset Text
17215
17216 \begin_layout Plain Layout
17217 \begin_inset Formula $\ominus$
17218 \end_inset
17219
17220
17221 \end_layout
17222
17223 \end_inset
17224 </cell>
17225 </row>
17226 <row>
17227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231
17232 \backslash
17233 otimes
17234 \end_layout
17235
17236 \end_inset
17237 </cell>
17238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17239 \begin_inset Text
17240
17241 \begin_layout Plain Layout
17242 \begin_inset Formula $\otimes$
17243 \end_inset
17244
17245
17246 \end_layout
17247
17248 \end_inset
17249 </cell>
17250 </row>
17251 <row>
17252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17253 \begin_inset Text
17254
17255 \begin_layout Plain Layout
17256
17257 \backslash
17258 oslash
17259 \end_layout
17260
17261 \end_inset
17262 </cell>
17263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17264 \begin_inset Text
17265
17266 \begin_layout Plain Layout
17267 \begin_inset Formula $\oslash$
17268 \end_inset
17269
17270
17271 \end_layout
17272
17273 \end_inset
17274 </cell>
17275 </row>
17276 <row>
17277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17278 \begin_inset Text
17279
17280 \begin_layout Plain Layout
17281
17282 \backslash
17283 odot
17284 \end_layout
17285
17286 \end_inset
17287 </cell>
17288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17289 \begin_inset Text
17290
17291 \begin_layout Plain Layout
17292 \begin_inset Formula $\odot$
17293 \end_inset
17294
17295
17296 \end_layout
17297
17298 \end_inset
17299 </cell>
17300 </row>
17301 <row>
17302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17303 \begin_inset Text
17304
17305 \begin_layout Plain Layout
17306
17307 \backslash
17308 amalg
17309 \end_layout
17310
17311 \end_inset
17312 </cell>
17313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17314 \begin_inset Text
17315
17316 \begin_layout Plain Layout
17317 \begin_inset Formula $\amalg$
17318 \end_inset
17319
17320
17321 \end_layout
17322
17323 \end_inset
17324 </cell>
17325 </row>
17326 <row>
17327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17328 \begin_inset Text
17329
17330 \begin_layout Plain Layout
17331
17332 \backslash
17333 uplus
17334 \end_layout
17335
17336 \end_inset
17337 </cell>
17338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17339 \begin_inset Text
17340
17341 \begin_layout Plain Layout
17342 \begin_inset Formula $\uplus$
17343 \end_inset
17344
17345
17346 \end_layout
17347
17348 \end_inset
17349 </cell>
17350 </row>
17351 <row>
17352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17353 \begin_inset Text
17354
17355 \begin_layout Plain Layout
17356
17357 \backslash
17358 setminus
17359 \end_layout
17360
17361 \end_inset
17362 </cell>
17363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17364 \begin_inset Text
17365
17366 \begin_layout Plain Layout
17367 \begin_inset Formula $\setminus$
17368 \end_inset
17369
17370
17371 \end_layout
17372
17373 \end_inset
17374 </cell>
17375 </row>
17376 <row>
17377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17378 \begin_inset Text
17379
17380 \begin_layout Plain Layout
17381
17382 \backslash
17383 sqcap
17384 \end_layout
17385
17386 \end_inset
17387 </cell>
17388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17389 \begin_inset Text
17390
17391 \begin_layout Plain Layout
17392 \begin_inset Formula $\sqcap$
17393 \end_inset
17394
17395
17396 \end_layout
17397
17398 \end_inset
17399 </cell>
17400 </row>
17401 <row>
17402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17403 \begin_inset Text
17404
17405 \begin_layout Plain Layout
17406
17407 \backslash
17408 sqcup
17409 \end_layout
17410
17411 \end_inset
17412 </cell>
17413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17414 \begin_inset Text
17415
17416 \begin_layout Plain Layout
17417 \begin_inset Formula $\sqcup$
17418 \end_inset
17419
17420
17421 \end_layout
17422
17423 \end_inset
17424 </cell>
17425 </row>
17426 <row>
17427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17428 \begin_inset Text
17429
17430 \begin_layout Plain Layout
17431
17432 \backslash
17433 triangleleft
17434 \end_layout
17435
17436 \end_inset
17437 </cell>
17438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17439 \begin_inset Text
17440
17441 \begin_layout Plain Layout
17442 \begin_inset Formula $\triangleleft$
17443 \end_inset
17444
17445
17446 \end_layout
17447
17448 \end_inset
17449 </cell>
17450 </row>
17451 <row>
17452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456
17457 \backslash
17458 triangleright
17459 \end_layout
17460
17461 \end_inset
17462 </cell>
17463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17464 \begin_inset Text
17465
17466 \begin_layout Plain Layout
17467 \begin_inset Formula $\triangleright$
17468 \end_inset
17469
17470
17471 \end_layout
17472
17473 \end_inset
17474 </cell>
17475 </row>
17476 </lyxtabular>
17477
17478 \end_inset
17479
17480
17481 \begin_inset space \hfill{}
17482 \end_inset
17483
17484
17485 \end_layout
17486
17487 \begin_layout Standard
17488 All binary operators can also be inserted via the math toolbar button 
17489 \begin_inset Graphics
17490         filename ../images/math/pm.png
17491         scale 85
17492
17493 \end_inset
17494
17495 .
17496 \end_layout
17497
17498 \begin_layout Standard
17499 To typeset the Laplace operator also 
17500 \series bold
17501
17502 \backslash
17503 Delta
17504 \series default
17505  or 
17506 \series bold
17507
17508 \backslash
17509 nabla
17510 \series default
17511 ^
17512 \series bold
17513 2
17514 \series default
17515  (
17516 \begin_inset Formula $\nabla^{2}$
17517 \end_inset
17518
17519 ) can be used instead of 
17520 \series bold
17521
17522 \backslash
17523 bigtriangleup
17524 \series default
17525  .
17526 \end_layout
17527
17528 \begin_layout Standard
17529 The character 
17530 \family sans
17531 Menu Separator
17532 \family default
17533  from the menu 
17534 \family sans
17535 Insert\SpecialChar \menuseparator
17536 Special Character
17537 \family default
17538  is the operator 
17539 \series bold
17540
17541 \backslash
17542 triangleright
17543 \series default
17544 .
17545 \end_layout
17546
17547 \begin_layout Subsection
17548 Self-defined Operators
17549 \begin_inset CommandInset label
17550 LatexCommand label
17551 name "sub:Self-defined-Operators"
17552
17553 \end_inset
17554
17555
17556 \begin_inset Index
17557 status collapsed
17558
17559 \begin_layout Plain Layout
17560 Operators ! self-defined
17561 \end_layout
17562
17563 \end_inset
17564
17565
17566 \end_layout
17567
17568 \begin_layout Standard
17569 With the help of the command 
17570 \series bold
17571
17572 \backslash
17573 DeclareMathOperator
17574 \series default
17575
17576 \begin_inset Index
17577 status collapsed
17578
17579 \begin_layout Plain Layout
17580 Commands ! D ! 
17581 \backslash
17582 dbinom@
17583 \backslash
17584 DeclareMathOperator
17585 \end_layout
17586
17587 \end_inset
17588
17589  custom operators can be defined in the LaTeX-preamble.
17590  Its command scheme is:
17591 \end_layout
17592
17593 \begin_layout Standard
17594
17595 \series bold
17596
17597 \backslash
17598 DeclareMathOperator{new command}{display}
17599 \end_layout
17600
17601 \begin_layout Standard
17602 Display can be characters or symbols that define how the operator looks
17603  in the output.
17604  To define a big operator a * is set behind the command.
17605  All self-defined big operators can have limits as described in 
17606 \begin_inset CommandInset ref
17607 LatexCommand ref
17608 reference "sub:Operator-Limits"
17609
17610 \end_inset
17611
17612 .
17613 \end_layout
17614
17615 \begin_layout Standard
17616 For example the LaTeX-preamble line
17617 \end_layout
17618
17619 \begin_layout Standard
17620
17621 \series bold
17622
17623 \backslash
17624 DeclareMathOperator*{
17625 \backslash
17626 Lozenge}{
17627 \backslash
17628 blacklozenge}
17629 \end_layout
17630
17631 \begin_layout Standard
17632 defines the command 
17633 \series bold
17634
17635 \backslash
17636 Lozenge
17637 \series default
17638 , that inserts a big operator consisting of the lozenge symbol from 
17639 \begin_inset CommandInset ref
17640 LatexCommand ref
17641 reference "sub:Miscellaneous-Symbols"
17642
17643 \end_inset
17644
17645 :
17646 \begin_inset Formula \[
17647 \Lozenge_{n=1}^{\infty}\]
17648
17649 \end_inset
17650
17651 The command for this formula is: 
17652 \series bold
17653
17654 \backslash
17655 Lozenge
17656 \series default
17657 ^
17658 \series bold
17659
17660 \backslash
17661 infty
17662 \begin_inset Formula $\to$
17663 \end_inset
17664
17665 _n=1
17666 \end_layout
17667
17668 \begin_layout Standard
17669 \begin_inset VSpace bigskip
17670 \end_inset
17671
17672 When self-defined operators are not used several times in the document,
17673  they can also be defined with the commands 
17674 \series bold
17675
17676 \backslash
17677 mathop
17678 \series default
17679
17680 \begin_inset Index
17681 status collapsed
17682
17683 \begin_layout Plain Layout
17684 Commands ! M ! 
17685 \backslash
17686 mathop
17687 \end_layout
17688
17689 \end_inset
17690
17691  and 
17692 \series bold
17693
17694 \backslash
17695 mathbin
17696 \series default
17697
17698 \begin_inset Index
17699 status collapsed
17700
17701 \begin_layout Plain Layout
17702 Commands ! M ! 
17703 \backslash
17704 mathbin
17705 \end_layout
17706
17707 \end_inset
17708
17709 , which have the following scheme:
17710 \end_layout
17711
17712 \begin_layout Standard
17713
17714 \series bold
17715
17716 \backslash
17717 mathop{display}
17718 \series default
17719  and 
17720 \series bold
17721
17722 \backslash
17723 mathbin{display}
17724 \end_layout
17725
17726 \begin_layout Standard
17727
17728 \series bold
17729
17730 \backslash
17731 mathop
17732 \series default
17733  defines big operators, 
17734 \series bold
17735
17736 \backslash
17737 mathbin
17738 \series default
17739  binary operators.
17740 \end_layout
17741
17742 \begin_layout Standard
17743
17744 \series bold
17745
17746 \backslash
17747 mathop
17748 \series default
17749  can e.
17750 \begin_inset space \thinspace{}
17751 \end_inset
17752
17753 g.
17754 \begin_inset space \space{}
17755 \end_inset
17756
17757 be used to use one limit for several operators:
17758 \end_layout
17759
17760 \begin_layout Standard
17761 \begin_inset Formula \[
17762 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17763
17764 \end_inset
17765
17766
17767 \end_layout
17768
17769 \begin_layout Standard
17770 The command for the formula above is:
17771 \begin_inset Newline newline
17772 \end_inset
17773
17774
17775 \series bold
17776
17777 \backslash
17778 mathop{
17779 \backslash
17780 sum
17781 \backslash
17782 negmedspace
17783 \backslash
17784 sum
17785 \series default
17786
17787 \begin_inset ERT
17788 status collapsed
17789
17790 \begin_layout Plain Layout
17791
17792
17793 \backslash
17794 spce 
17795 \end_layout
17796
17797 \end_inset
17798
17799
17800 \series bold
17801
17802 \begin_inset Formula $\to$
17803 \end_inset
17804
17805 ^N
17806 \series default
17807
17808 \begin_inset ERT
17809 status collapsed
17810
17811 \begin_layout Plain Layout
17812
17813
17814 \backslash
17815 spce 
17816 \end_layout
17817
17818 \end_inset
17819
17820
17821 \series bold
17822 _i,j=1
17823 \end_layout
17824
17825 \begin_layout Section
17826 Fonts
17827 \begin_inset Index
17828 status collapsed
17829
17830 \begin_layout Plain Layout
17831 Fonts
17832 \end_layout
17833
17834 \end_inset
17835
17836
17837 \end_layout
17838
17839 \begin_layout Subsection
17840 Font Styles
17841 \begin_inset CommandInset label
17842 LatexCommand label
17843 name "sub:Font-Styles"
17844
17845 \end_inset
17846
17847
17848 \begin_inset Index
17849 status collapsed
17850
17851 \begin_layout Plain Layout
17852 Font ! style
17853 \end_layout
17854
17855 \end_inset
17856
17857
17858 \end_layout
17859
17860 \begin_layout Standard
17861 Latin letters in formulas can be set in one of the following font styles:
17862 \begin_inset VSpace -2mm
17863 \end_inset
17864
17865
17866 \end_layout
17867
17868 \begin_layout Standard
17869 \align center
17870 \begin_inset Tabular
17871 <lyxtabular version="3" rows="6" columns="3">
17872 <features tabularvalignment="middle">
17873 <column alignment="center" valignment="top" width="0">
17874 <column alignment="center" valignment="top" width="0">
17875 <column alignment="center" valignment="top" width="0">
17876 <row>
17877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17878 \begin_inset Text
17879
17880 \begin_layout Plain Layout
17881 Command
17882 \end_layout
17883
17884 \end_inset
17885 </cell>
17886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17887 \begin_inset Text
17888
17889 \begin_layout Plain Layout
17890 Result
17891 \end_layout
17892
17893 \end_inset
17894 </cell>
17895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17896 \begin_inset Text
17897
17898 \begin_layout Plain Layout
17899 shortcut
17900 \end_layout
17901
17902 \end_inset
17903 </cell>
17904 </row>
17905 <row>
17906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17907 \begin_inset Text
17908
17909 \begin_layout Plain Layout
17910
17911 \backslash
17912 mathbb
17913 \series bold
17914
17915 \begin_inset ERT
17916 status collapsed
17917
17918 \begin_layout Plain Layout
17919
17920
17921 \backslash
17922 spce 
17923 \end_layout
17924
17925 \end_inset
17926
17927
17928 \series default
17929 ABC
17930 \end_layout
17931
17932 \end_inset
17933 </cell>
17934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17935 \begin_inset Text
17936
17937 \begin_layout Plain Layout
17938 \begin_inset Formula $\mathbb{ABC}$
17939 \end_inset
17940
17941
17942 \end_layout
17943
17944 \end_inset
17945 </cell>
17946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17947 \begin_inset Text
17948
17949 \begin_layout Plain Layout
17950 \begin_inset Info
17951 type  "shortcut"
17952 arg   "font-noun"
17953 \end_inset
17954
17955
17956 \end_layout
17957
17958 \end_inset
17959 </cell>
17960 </row>
17961 <row>
17962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17963 \begin_inset Text
17964
17965 \begin_layout Plain Layout
17966
17967 \backslash
17968 mathbf
17969 \series bold
17970
17971 \begin_inset ERT
17972 status collapsed
17973
17974 \begin_layout Plain Layout
17975
17976
17977 \backslash
17978 spce 
17979 \end_layout
17980
17981 \end_inset
17982
17983
17984 \series default
17985 AbC
17986 \end_layout
17987
17988 \end_inset
17989 </cell>
17990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17991 \begin_inset Text
17992
17993 \begin_layout Plain Layout
17994 \begin_inset Formula $\mathbf{AbC}$
17995 \end_inset
17996
17997
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18003 \begin_inset Text
18004
18005 \begin_layout Plain Layout
18006 \begin_inset Info
18007 type  "shortcut"
18008 arg   "font-bold"
18009 \end_inset
18010
18011
18012 \end_layout
18013
18014 \end_inset
18015 </cell>
18016 </row>
18017 <row>
18018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18019 \begin_inset Text
18020
18021 \begin_layout Plain Layout
18022
18023 \backslash
18024 boldsymbol
18025 \series bold
18026
18027 \begin_inset ERT
18028 status collapsed
18029
18030 \begin_layout Plain Layout
18031
18032
18033 \backslash
18034 spce 
18035 \end_layout
18036
18037 \end_inset
18038
18039
18040 \series default
18041 AbC
18042 \end_layout
18043
18044 \end_inset
18045 </cell>
18046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18047 \begin_inset Text
18048
18049 \begin_layout Plain Layout
18050 \begin_inset Formula $\boldsymbol{AbC}$
18051 \end_inset
18052
18053
18054 \end_layout
18055
18056 \end_inset
18057 </cell>
18058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18059 \begin_inset Text
18060
18061 \begin_layout Plain Layout
18062 \begin_inset Info
18063 type  "shortcuts"
18064 arg   "font-boldsymbol"
18065 \end_inset
18066
18067
18068 \end_layout
18069
18070 \end_inset
18071 </cell>
18072 </row>
18073 <row>
18074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18075 \begin_inset Text
18076
18077 \begin_layout Plain Layout
18078
18079 \backslash
18080 mathcal
18081 \series bold
18082
18083 \begin_inset ERT
18084 status collapsed
18085
18086 \begin_layout Plain Layout
18087
18088
18089 \backslash
18090 spce 
18091 \end_layout
18092
18093 \end_inset
18094
18095
18096 \series default
18097 ABC
18098 \end_layout
18099
18100 \end_inset
18101 </cell>
18102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18103 \begin_inset Text
18104
18105 \begin_layout Plain Layout
18106 \begin_inset Formula $\mathcal{ABC}$
18107 \end_inset
18108
18109
18110 \end_layout
18111
18112 \end_inset
18113 </cell>
18114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18115 \begin_inset Text
18116
18117 \begin_layout Plain Layout
18118 \begin_inset Info
18119 type  "shortcut"
18120 arg   "font-emph"
18121 \end_inset
18122
18123
18124 \end_layout
18125
18126 \end_inset
18127 </cell>
18128 </row>
18129 <row>
18130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18131 \begin_inset Text
18132
18133 \begin_layout Plain Layout
18134
18135 \backslash
18136 mathfrak
18137 \series bold
18138
18139 \begin_inset ERT
18140 status collapsed
18141
18142 \begin_layout Plain Layout
18143
18144
18145 \backslash
18146 spce 
18147 \end_layout
18148
18149 \end_inset
18150
18151
18152 \series default
18153 AbC
18154 \end_layout
18155
18156 \end_inset
18157 </cell>
18158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18159 \begin_inset Text
18160
18161 \begin_layout Plain Layout
18162 \begin_inset Formula $\mathfrak{AbC}$
18163 \end_inset
18164
18165
18166 \end_layout
18167
18168 \end_inset
18169 </cell>
18170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18171 \begin_inset Text
18172
18173 \begin_layout Plain Layout
18174 -
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 </row>
18180 </lyxtabular>
18181
18182 \end_inset
18183
18184
18185 \end_layout
18186
18187 \begin_layout Standard
18188 \align center
18189 \begin_inset Tabular
18190 <lyxtabular version="3" rows="5" columns="3">
18191 <features tabularvalignment="middle">
18192 <column alignment="center" valignment="top" width="0">
18193 <column alignment="center" valignment="top" width="0">
18194 <column alignment="center" valignment="top" width="0">
18195 <row>
18196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18197 \begin_inset Text
18198
18199 \begin_layout Plain Layout
18200 Command
18201 \end_layout
18202
18203 \end_inset
18204 </cell>
18205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18206 \begin_inset Text
18207
18208 \begin_layout Plain Layout
18209 Result
18210 \end_layout
18211
18212 \end_inset
18213 </cell>
18214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18215 \begin_inset Text
18216
18217 \begin_layout Plain Layout
18218 shortcut
18219 \end_layout
18220
18221 \end_inset
18222 </cell>
18223 </row>
18224 <row>
18225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18226 \begin_inset Text
18227
18228 \begin_layout Plain Layout
18229
18230 \backslash
18231 mathit
18232 \series bold
18233
18234 \begin_inset ERT
18235 status collapsed
18236
18237 \begin_layout Plain Layout
18238
18239
18240 \backslash
18241 spce 
18242 \end_layout
18243
18244 \end_inset
18245
18246
18247 \series default
18248 AbC
18249 \end_layout
18250
18251 \end_inset
18252 </cell>
18253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18254 \begin_inset Text
18255
18256 \begin_layout Plain Layout
18257 \begin_inset Formula $\mathit{AbC}$
18258 \end_inset
18259
18260
18261 \end_layout
18262
18263 \end_inset
18264 </cell>
18265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18266 \begin_inset Text
18267
18268 \begin_layout Plain Layout
18269 -
18270 \end_layout
18271
18272 \end_inset
18273 </cell>
18274 </row>
18275 <row>
18276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18277 \begin_inset Text
18278
18279 \begin_layout Plain Layout
18280
18281 \backslash
18282 mathrm
18283 \series bold
18284
18285 \begin_inset ERT
18286 status collapsed
18287
18288 \begin_layout Plain Layout
18289
18290
18291 \backslash
18292 spce 
18293 \end_layout
18294
18295 \end_inset
18296
18297
18298 \series default
18299 AbC
18300 \end_layout
18301
18302 \end_inset
18303 </cell>
18304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18305 \begin_inset Text
18306
18307 \begin_layout Plain Layout
18308 \begin_inset Formula $\mathrm{AbC}$
18309 \end_inset
18310
18311
18312 \end_layout
18313
18314 \end_inset
18315 </cell>
18316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18317 \begin_inset Text
18318
18319 \begin_layout Plain Layout
18320 \begin_inset Info
18321 type  "shortcut"
18322 arg   "font-roman"
18323 \end_inset
18324
18325
18326 \end_layout
18327
18328 \end_inset
18329 </cell>
18330 </row>
18331 <row>
18332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18333 \begin_inset Text
18334
18335 \begin_layout Plain Layout
18336
18337 \backslash
18338 mathsf
18339 \series bold
18340
18341 \begin_inset ERT
18342 status collapsed
18343
18344 \begin_layout Plain Layout
18345
18346
18347 \backslash
18348 spce 
18349 \end_layout
18350
18351 \end_inset
18352
18353
18354 \series default
18355 AbC
18356 \end_layout
18357
18358 \end_inset
18359 </cell>
18360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18361 \begin_inset Text
18362
18363 \begin_layout Plain Layout
18364 \begin_inset Formula $\mathsf{AbC}$
18365 \end_inset
18366
18367
18368 \end_layout
18369
18370 \end_inset
18371 </cell>
18372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18373 \begin_inset Text
18374
18375 \begin_layout Plain Layout
18376 \begin_inset Info
18377 type  "shortcut"
18378 arg   "font-sans"
18379 \end_inset
18380
18381
18382 \end_layout
18383
18384 \end_inset
18385 </cell>
18386 </row>
18387 <row>
18388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18389 \begin_inset Text
18390
18391 \begin_layout Plain Layout
18392
18393 \backslash
18394 mathtt
18395 \series bold
18396
18397 \begin_inset ERT
18398 status collapsed
18399
18400 \begin_layout Plain Layout
18401
18402
18403 \backslash
18404 spce 
18405 \end_layout
18406
18407 \end_inset
18408
18409
18410 \series default
18411 AbC
18412 \end_layout
18413
18414 \end_inset
18415 </cell>
18416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18417 \begin_inset Text
18418
18419 \begin_layout Plain Layout
18420 \begin_inset Formula $\mathtt{AbC}$
18421 \end_inset
18422
18423
18424 \end_layout
18425
18426 \end_inset
18427 </cell>
18428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18429 \begin_inset Text
18430
18431 \begin_layout Plain Layout
18432 \begin_inset Info
18433 type  "shortcut"
18434 arg   "font-typewriter"
18435 \end_inset
18436
18437
18438 \end_layout
18439
18440 \end_inset
18441 </cell>
18442 </row>
18443 </lyxtabular>
18444
18445 \end_inset
18446
18447
18448 \end_layout
18449
18450 \begin_layout Standard
18451 \begin_inset Note Greyedout
18452 status open
18453
18454 \begin_layout Plain Layout
18455
18456 \series bold
18457 Note:
18458 \series default
18459  The styles 
18460 \series bold
18461
18462 \backslash
18463 mathbb
18464 \series default
18465  and 
18466 \series bold
18467
18468 \backslash
18469 mathcal
18470 \series default
18471  can only be used for big letters.
18472 \end_layout
18473
18474 \end_inset
18475
18476
18477 \end_layout
18478
18479 \begin_layout Standard
18480 Predefined is the style 
18481 \series bold
18482
18483 \backslash
18484 mathnormal
18485 \series default
18486 .
18487 \end_layout
18488
18489 \begin_layout Standard
18490 The style commands work also for letters in mathematical constructs:
18491 \begin_inset Formula \[
18492 \mathfrak{A=\frac{b}{C}}\]
18493
18494 \end_inset
18495
18496
18497 \end_layout
18498
18499 \begin_layout Standard
18500 Characters in mathematical text don't appear in a math font style but in
18501  the text font style 
18502 \series bold
18503
18504 \backslash
18505 textrm
18506 \series default
18507 .
18508  That their style can't be set correctly via the text style dialog is a
18509  bug in LyX.
18510 \begin_inset Foot
18511 status collapsed
18512
18513 \begin_layout Plain Layout
18514 \begin_inset CommandInset href
18515 LatexCommand href
18516 name "LyX-bug #4091"
18517 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18518
18519 \end_inset
18520
18521
18522 \end_layout
18523
18524 \end_inset
18525
18526
18527 \end_layout
18528
18529 \begin_layout Standard
18530 Instead of the style commands the dialog 
18531 \family sans
18532 Edit\SpecialChar \menuseparator
18533 Math\SpecialChar \menuseparator
18534 Text Style
18535 \family default
18536  or the toolbar button 
18537 \begin_inset Graphics
18538         filename ../images/math/font.png
18539         scale 85
18540
18541 \end_inset
18542
18543  can be used.
18544 \end_layout
18545
18546 \begin_layout Subsection
18547 Bold Formulas
18548 \begin_inset CommandInset label
18549 LatexCommand label
18550 name "sub:Bold-Formulas"
18551
18552 \end_inset
18553
18554
18555 \begin_inset Index
18556 status collapsed
18557
18558 \begin_layout Plain Layout
18559 Formula ! bold
18560 \end_layout
18561
18562 \end_inset
18563
18564
18565 \end_layout
18566
18567 \begin_layout Standard
18568 To make a complete formula bold, the command 
18569 \series bold
18570
18571 \backslash
18572 mathbf
18573 \series default
18574  from the previous subsection cannot be used, because it doesn't work for
18575  small Greek letters.
18576  Furthermore it prints Latin letters always upright, like in the following
18577  equation:
18578 \end_layout
18579
18580 \begin_layout Standard
18581 \begin_inset Formula \[
18582 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
18583
18584 \end_inset
18585
18586
18587 \end_layout
18588
18589 \begin_layout Standard
18590 To display the formula correctly, the command 
18591 \series bold
18592
18593 \backslash
18594 boldsymbol
18595 \series default
18596  is used:
18597 \begin_inset Formula \[
18598 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
18599
18600 \end_inset
18601
18602 It is also possible to set the formula in a 
18603 \series bold
18604 boldmath environment
18605 \series default
18606 .
18607  This environment is created by inserting the command 
18608 \series bold
18609
18610 \backslash
18611 boldmath
18612 \begin_inset Index
18613 status collapsed
18614
18615 \begin_layout Plain Layout
18616 Commands ! B ! 
18617 \backslash
18618 boldmath
18619 \end_layout
18620
18621 \end_inset
18622
18623
18624 \series default
18625  in TeX-mode.
18626  To end the environment, the command 
18627 \series bold
18628
18629 \backslash
18630 unboldmath
18631 \begin_inset Index
18632 status collapsed
18633
18634 \begin_layout Plain Layout
18635 Commands ! U ! 
18636 \backslash
18637 unboldmath
18638 \end_layout
18639
18640 \end_inset
18641
18642
18643 \series default
18644  is inserted in TeX-mode.
18645 \begin_inset ERT
18646 status collapsed
18647
18648 \begin_layout Plain Layout
18649
18650
18651 \backslash
18652 boldmath 
18653 \end_layout
18654
18655 \end_inset
18656
18657
18658 \begin_inset Formula \[
18659 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18660
18661 \end_inset
18662
18663
18664 \begin_inset ERT
18665 status collapsed
18666
18667 \begin_layout Plain Layout
18668
18669
18670 \backslash
18671 unboldmath 
18672 \end_layout
18673
18674 \end_inset
18675
18676
18677 \end_layout
18678
18679 \begin_layout Subsection
18680 Colored Formulas
18681 \begin_inset Index
18682 status collapsed
18683
18684 \begin_layout Plain Layout
18685 Formula ! colored
18686 \end_layout
18687
18688 \end_inset
18689
18690
18691 \end_layout
18692
18693 \begin_layout Standard
18694 Formulas can be colored like normal text: Highlight a formula or a formula
18695  part and use the 
18696 \family sans
18697 Text Style
18698 \family default
18699  dialog.
18700  Here is a formula in magenta:
18701 \begin_inset Formula \[
18702 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18703
18704 \end_inset
18705
18706
18707 \end_layout
18708
18709 \begin_layout Standard
18710 You can also define your own colors as described in 
18711 \begin_inset CommandInset ref
18712 LatexCommand ref
18713 reference "sub:Colored-Boxes"
18714
18715 \end_inset
18716
18717 .
18718  They can be used with the TeX code command 
18719 \series bold
18720
18721 \backslash
18722 textcolor
18723 \series default
18724
18725 \begin_inset Index
18726 status collapsed
18727
18728 \begin_layout Plain Layout
18729 Commands ! T ! 
18730 \backslash
18731 textcolor
18732 \end_layout
18733
18734 \end_inset
18735
18736  in the scheme
18737 \end_layout
18738
18739 \begin_layout Standard
18740
18741 \series bold
18742
18743 \backslash
18744 textcolor{color}{characters or formula}
18745 \end_layout
18746
18747 \begin_layout Standard
18748 The following example was colored completely dark green and partly red:
18749 \end_layout
18750
18751 \begin_layout Standard
18752 \begin_inset ERT
18753 status collapsed
18754
18755 \begin_layout Plain Layout
18756
18757
18758 \backslash
18759 textcolor{darkgreen}{
18760 \end_layout
18761
18762 \end_inset
18763
18764
18765 \begin_inset Formula \[
18766 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18767
18768 \end_inset
18769
18770
18771 \begin_inset ERT
18772 status collapsed
18773
18774 \begin_layout Plain Layout
18775
18776 }
18777 \end_layout
18778
18779 \end_inset
18780
18781
18782 \end_layout
18783
18784 \begin_layout Standard
18785 Due to a bug in LyX only complete formulas can be colored with self-defined
18786  colors.
18787 \begin_inset Foot
18788 status collapsed
18789
18790 \begin_layout Plain Layout
18791 \begin_inset CommandInset href
18792 LatexCommand href
18793 name "LyX-bug #5269"
18794 target "http://bugzilla.lyx.org/show_bug.cgi?id=5269"
18795
18796 \end_inset
18797
18798
18799 \end_layout
18800
18801 \end_inset
18802
18803
18804 \end_layout
18805
18806 \begin_layout Subsection
18807 Font Sizes
18808 \begin_inset CommandInset label
18809 LatexCommand label
18810 name "sub:Font-Sizes"
18811
18812 \end_inset
18813
18814
18815 \begin_inset Index
18816 status collapsed
18817
18818 \begin_layout Plain Layout
18819 Font ! size
18820 \end_layout
18821
18822 \end_inset
18823
18824
18825 \end_layout
18826
18827 \begin_layout Standard
18828 For characters in formulas there are, analog to characters in text, the
18829  following size commands:
18830 \end_layout
18831
18832 \begin_layout Standard
18833
18834 \series bold
18835
18836 \backslash
18837 Huge
18838 \series default
18839
18840 \series bold
18841
18842 \backslash
18843 huge
18844 \series default
18845
18846 \series bold
18847
18848 \backslash
18849 LARGE
18850 \series default
18851
18852 \series bold
18853
18854 \backslash
18855 Large
18856 \series default
18857
18858 \series bold
18859
18860 \backslash
18861 large
18862 \series default
18863
18864 \series bold
18865
18866 \backslash
18867 normalsize
18868 \series default
18869
18870 \series bold
18871
18872 \backslash
18873 small
18874 \series default
18875 ,
18876 \begin_inset Newline newline
18877 \end_inset
18878
18879
18880 \series bold
18881
18882 \backslash
18883 footnotesize
18884 \series default
18885
18886 \series bold
18887
18888 \backslash
18889 scriptsize
18890 \series default
18891 , and 
18892 \series bold
18893
18894 \backslash
18895 tiny
18896 \end_layout
18897
18898 \begin_layout Standard
18899 The size produced by the commands depends on the document font size, that
18900  corresponds with the command 
18901 \series bold
18902
18903 \backslash
18904 normalsize
18905 \series default
18906 .
18907  The other commands produce smaller or larger sizes than 
18908 \series bold
18909
18910 \backslash
18911 normalsize
18912 \series default
18913 .
18914  The font size can however not exceed a certain value.
18915  Is for example the document font size 12
18916 \begin_inset space \thinspace{}
18917 \end_inset
18918
18919 pt, the command 
18920 \series bold
18921
18922 \backslash
18923 Huge
18924 \series default
18925  switches to the same size as 
18926 \series bold
18927
18928 \backslash
18929 huge
18930 \series default
18931 .
18932  
18933 \end_layout
18934
18935 \begin_layout Standard
18936 A size command is inserted in TeX-mode before the formula and sets the size
18937  for all following formula and text characters.
18938  To switch back to the initial size, the command 
18939 \series bold
18940
18941 \backslash
18942 normalsize
18943 \series default
18944  is inserted behind the formula in TeX-mode.
18945 \end_layout
18946
18947 \begin_layout Standard
18948 Within a formula the size can only be changed for symbols or letters in
18949  mathematical text.
18950  To do this, the size command is inserted in mathematical text.
18951  All following characters until the end of the mathematical text or until
18952  another size command will have the selected size.
18953  Two examples:
18954 \begin_inset VSpace -2mm
18955 \end_inset
18956
18957
18958 \end_layout
18959
18960 \begin_layout Standard
18961 \begin_inset ERT
18962 status collapsed
18963
18964 \begin_layout Plain Layout
18965
18966
18967 \backslash
18968 huge 
18969 \end_layout
18970
18971 \end_inset
18972
18973
18974 \begin_inset Formula \[
18975 A=\frac{B}{c}\cdot\maltese\]
18976
18977 \end_inset
18978
18979
18980 \begin_inset Formula \[
18981 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18982
18983 \end_inset
18984
18985
18986 \begin_inset ERT
18987 status collapsed
18988
18989 \begin_layout Plain Layout
18990
18991
18992 \backslash
18993 normalsize 
18994 \end_layout
18995
18996 \end_inset
18997
18998
18999 \end_layout
19000
19001 \begin_layout Standard
19002 \begin_inset VSpace medskip
19003 \end_inset
19004
19005 Before both formulas the command 
19006 \series bold
19007
19008 \backslash
19009 huge
19010 \series default
19011  was inserted.
19012  The command for the second formula is:
19013 \begin_inset Newline newline
19014 \end_inset
19015
19016
19017 \series bold
19018
19019 \backslash
19020 maltese
19021 \begin_inset ERT
19022 status collapsed
19023
19024 \begin_layout Plain Layout
19025
19026
19027 \backslash
19028 spce 
19029 \end_layout
19030
19031 \end_inset
19032
19033 A Alt+M M 
19034 \backslash
19035 Large
19036 \begin_inset ERT
19037 status collapsed
19038
19039 \begin_layout Plain Layout
19040
19041
19042 \backslash
19043 spce 
19044 \end_layout
19045
19046 \end_inset
19047
19048
19049 \backslash
19050 maltese
19051 \begin_inset ERT
19052 status collapsed
19053
19054 \begin_layout Plain Layout
19055
19056
19057 \backslash
19058 spce 
19059 \end_layout
19060
19061 \end_inset
19062
19063
19064 \backslash
19065 textit
19066 \begin_inset ERT
19067 status collapsed
19068
19069 \begin_layout Plain Layout
19070
19071
19072 \backslash
19073 spce 
19074 \end_layout
19075
19076 \end_inset
19077
19078 A
19079 \begin_inset Formula $\to$
19080 \end_inset
19081
19082
19083 \begin_inset Formula $\to$
19084 \end_inset
19085
19086
19087 \begin_inset Newline newline
19088 \end_inset
19089
19090
19091 \begin_inset space \hspace*{}
19092 \length 1cm
19093 \end_inset
19094
19095 Alt+M
19096 \series default
19097  
19098 \series bold
19099
19100 \backslash
19101 tiny
19102 \begin_inset ERT
19103 status collapsed
19104
19105 \begin_layout Plain Layout
19106
19107
19108 \backslash
19109 spce 
19110 \end_layout
19111
19112 \end_inset
19113
19114
19115 \backslash
19116 maltese
19117 \begin_inset ERT
19118 status collapsed
19119
19120 \begin_layout Plain Layout
19121
19122
19123 \backslash
19124 spce 
19125 \end_layout
19126
19127 \end_inset
19128
19129
19130 \backslash
19131 textit
19132 \begin_inset ERT
19133 status collapsed
19134
19135 \begin_layout Plain Layout
19136
19137
19138 \backslash
19139 spce 
19140 \end_layout
19141
19142 \end_inset
19143
19144 A
19145 \end_layout
19146
19147 \begin_layout Standard
19148 If a symbol cannot be displayed in different sizes, it will always be displayed
19149  in the default size.
19150 \end_layout
19151
19152 \begin_layout Section
19153 Greek Letters
19154 \begin_inset Index
19155 status collapsed
19156
19157 \begin_layout Plain Layout
19158 Greek letters
19159 \end_layout
19160
19161 \end_inset
19162
19163
19164 \end_layout
19165
19166 \begin_layout Standard
19167 All Greek letters can also be inserted via the toolbar button 
19168 \begin_inset Graphics
19169         filename ../images/math/alpha.png
19170         scale 85
19171
19172 \end_inset
19173
19174 .
19175 \end_layout
19176
19177 \begin_layout Subsection
19178 Small Letters
19179 \begin_inset Index
19180 status collapsed
19181
19182 \begin_layout Plain Layout
19183 Greek letters ! small
19184 \end_layout
19185
19186 \end_inset
19187
19188
19189 \end_layout
19190
19191 \begin_layout Standard
19192 \begin_inset space \hfill{}
19193 \end_inset
19194
19195
19196 \begin_inset Tabular
19197 <lyxtabular version="3" rows="11" columns="2">
19198 <features tabularvalignment="middle">
19199 <column alignment="center" valignment="top" width="0pt">
19200 <column alignment="center" valignment="top" width="0pt">
19201 <row>
19202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19203 \begin_inset Text
19204
19205 \begin_layout Plain Layout
19206 Command
19207 \end_layout
19208
19209 \end_inset
19210 </cell>
19211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19212 \begin_inset Text
19213
19214 \begin_layout Plain Layout
19215 Result
19216 \end_layout
19217
19218 \end_inset
19219 </cell>
19220 </row>
19221 <row>
19222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19223 \begin_inset Text
19224
19225 \begin_layout Plain Layout
19226
19227 \backslash
19228 alpha
19229 \end_layout
19230
19231 \end_inset
19232 </cell>
19233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19234 \begin_inset Text
19235
19236 \begin_layout Plain Layout
19237 \begin_inset Formula $\alpha$
19238 \end_inset
19239
19240
19241 \end_layout
19242
19243 \end_inset
19244 </cell>
19245 </row>
19246 <row>
19247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19248 \begin_inset Text
19249
19250 \begin_layout Plain Layout
19251
19252 \backslash
19253 beta
19254 \end_layout
19255
19256 \end_inset
19257 </cell>
19258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19259 \begin_inset Text
19260
19261 \begin_layout Plain Layout
19262 \begin_inset Formula $\beta$
19263 \end_inset
19264
19265
19266 \end_layout
19267
19268 \end_inset
19269 </cell>
19270 </row>
19271 <row>
19272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19273 \begin_inset Text
19274
19275 \begin_layout Plain Layout
19276
19277 \backslash
19278 gamma
19279 \end_layout
19280
19281 \end_inset
19282 </cell>
19283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19284 \begin_inset Text
19285
19286 \begin_layout Plain Layout
19287 \begin_inset Formula $\gamma$
19288 \end_inset
19289
19290
19291 \end_layout
19292
19293 \end_inset
19294 </cell>
19295 </row>
19296 <row>
19297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19298 \begin_inset Text
19299
19300 \begin_layout Plain Layout
19301
19302 \backslash
19303 delta
19304 \end_layout
19305
19306 \end_inset
19307 </cell>
19308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19309 \begin_inset Text
19310
19311 \begin_layout Plain Layout
19312 \begin_inset Formula $\delta$
19313 \end_inset
19314
19315
19316 \end_layout
19317
19318 \end_inset
19319 </cell>
19320 </row>
19321 <row>
19322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19323 \begin_inset Text
19324
19325 \begin_layout Plain Layout
19326
19327 \backslash
19328 epsilon
19329 \end_layout
19330
19331 \end_inset
19332 </cell>
19333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19334 \begin_inset Text
19335
19336 \begin_layout Plain Layout
19337 \begin_inset Formula $\epsilon$
19338 \end_inset
19339
19340
19341 \end_layout
19342
19343 \end_inset
19344 </cell>
19345 </row>
19346 <row>
19347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19348 \begin_inset Text
19349
19350 \begin_layout Plain Layout
19351
19352 \backslash
19353 varepsilon
19354 \end_layout
19355
19356 \end_inset
19357 </cell>
19358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19359 \begin_inset Text
19360
19361 \begin_layout Plain Layout
19362 \begin_inset Formula $\varepsilon$
19363 \end_inset
19364
19365
19366 \end_layout
19367
19368 \end_inset
19369 </cell>
19370 </row>
19371 <row>
19372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19373 \begin_inset Text
19374
19375 \begin_layout Plain Layout
19376
19377 \backslash
19378 zeta
19379 \end_layout
19380
19381 \end_inset
19382 </cell>
19383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19384 \begin_inset Text
19385
19386 \begin_layout Plain Layout
19387 \begin_inset Formula $\zeta$
19388 \end_inset
19389
19390
19391 \end_layout
19392
19393 \end_inset
19394 </cell>
19395 </row>
19396 <row>
19397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19398 \begin_inset Text
19399
19400 \begin_layout Plain Layout
19401
19402 \backslash
19403 eta
19404 \end_layout
19405
19406 \end_inset
19407 </cell>
19408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19409 \begin_inset Text
19410
19411 \begin_layout Plain Layout
19412 \begin_inset Formula $\eta$
19413 \end_inset
19414
19415
19416 \end_layout
19417
19418 \end_inset
19419 </cell>
19420 </row>
19421 <row>
19422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19423 \begin_inset Text
19424
19425 \begin_layout Plain Layout
19426
19427 \backslash
19428 theta
19429 \end_layout
19430
19431 \end_inset
19432 </cell>
19433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19434 \begin_inset Text
19435
19436 \begin_layout Plain Layout
19437 \begin_inset Formula $\theta$
19438 \end_inset
19439
19440
19441 \end_layout
19442
19443 \end_inset
19444 </cell>
19445 </row>
19446 <row>
19447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19448 \begin_inset Text
19449
19450 \begin_layout Plain Layout
19451
19452 \backslash
19453 vartheta
19454 \end_layout
19455
19456 \end_inset
19457 </cell>
19458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19459 \begin_inset Text
19460
19461 \begin_layout Plain Layout
19462 \begin_inset Formula $\vartheta$
19463 \end_inset
19464
19465
19466 \end_layout
19467
19468 \end_inset
19469 </cell>
19470 </row>
19471 </lyxtabular>
19472
19473 \end_inset
19474
19475
19476 \begin_inset space \hfill{}
19477 \end_inset
19478
19479
19480 \begin_inset Tabular
19481 <lyxtabular version="3" rows="12" columns="2">
19482 <features tabularvalignment="middle">
19483 <column alignment="center" valignment="top" width="0pt">
19484 <column alignment="center" valignment="top" width="0pt">
19485 <row>
19486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19487 \begin_inset Text
19488
19489 \begin_layout Plain Layout
19490 Command
19491 \end_layout
19492
19493 \end_inset
19494 </cell>
19495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19496 \begin_inset Text
19497
19498 \begin_layout Plain Layout
19499 Result
19500 \end_layout
19501
19502 \end_inset
19503 </cell>
19504 </row>
19505 <row>
19506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19507 \begin_inset Text
19508
19509 \begin_layout Plain Layout
19510
19511 \backslash
19512 iota
19513 \end_layout
19514
19515 \end_inset
19516 </cell>
19517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19518 \begin_inset Text
19519
19520 \begin_layout Plain Layout
19521 \begin_inset Formula $\iota$
19522 \end_inset
19523
19524
19525 \end_layout
19526
19527 \end_inset
19528 </cell>
19529 </row>
19530 <row>
19531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19532 \begin_inset Text
19533
19534 \begin_layout Plain Layout
19535
19536 \backslash
19537 kappa
19538 \end_layout
19539
19540 \end_inset
19541 </cell>
19542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19543 \begin_inset Text
19544
19545 \begin_layout Plain Layout
19546 \begin_inset Formula $\kappa$
19547 \end_inset
19548
19549
19550 \end_layout
19551
19552 \end_inset
19553 </cell>
19554 </row>
19555 <row>
19556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19557 \begin_inset Text
19558
19559 \begin_layout Plain Layout
19560
19561 \backslash
19562 varkappa
19563 \end_layout
19564
19565 \end_inset
19566 </cell>
19567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19568 \begin_inset Text
19569
19570 \begin_layout Plain Layout
19571 \begin_inset Formula $\varkappa$
19572 \end_inset
19573
19574
19575 \end_layout
19576
19577 \end_inset
19578 </cell>
19579 </row>
19580 <row>
19581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19582 \begin_inset Text
19583
19584 \begin_layout Plain Layout
19585
19586 \backslash
19587 lambda
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19593 \begin_inset Text
19594
19595 \begin_layout Plain Layout
19596 \begin_inset Formula $\lambda$
19597 \end_inset
19598
19599
19600 \end_layout
19601
19602 \end_inset
19603 </cell>
19604 </row>
19605 <row>
19606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19607 \begin_inset Text
19608
19609 \begin_layout Plain Layout
19610
19611 \backslash
19612 mu
19613 \end_layout
19614
19615 \end_inset
19616 </cell>
19617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19618 \begin_inset Text
19619
19620 \begin_layout Plain Layout
19621 \begin_inset Formula $\mu$
19622 \end_inset
19623
19624
19625 \end_layout
19626
19627 \end_inset
19628 </cell>
19629 </row>
19630 <row>
19631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19632 \begin_inset Text
19633
19634 \begin_layout Plain Layout
19635
19636 \backslash
19637 nu
19638 \end_layout
19639
19640 \end_inset
19641 </cell>
19642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19643 \begin_inset Text
19644
19645 \begin_layout Plain Layout
19646 \begin_inset Formula $\nu$
19647 \end_inset
19648
19649
19650 \end_layout
19651
19652 \end_inset
19653 </cell>
19654 </row>
19655 <row>
19656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19657 \begin_inset Text
19658
19659 \begin_layout Plain Layout
19660
19661 \backslash
19662 xi
19663 \end_layout
19664
19665 \end_inset
19666 </cell>
19667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19668 \begin_inset Text
19669
19670 \begin_layout Plain Layout
19671 \begin_inset Formula $\xi$
19672 \end_inset
19673
19674
19675 \end_layout
19676
19677 \end_inset
19678 </cell>
19679 </row>
19680 <row>
19681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19682 \begin_inset Text
19683
19684 \begin_layout Plain Layout
19685 o
19686 \end_layout
19687
19688 \end_inset
19689 </cell>
19690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19691 \begin_inset Text
19692
19693 \begin_layout Plain Layout
19694 \begin_inset Formula $o$
19695 \end_inset
19696
19697
19698 \end_layout
19699
19700 \end_inset
19701 </cell>
19702 </row>
19703 <row>
19704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19705 \begin_inset Text
19706
19707 \begin_layout Plain Layout
19708
19709 \backslash
19710 pi
19711 \end_layout
19712
19713 \end_inset
19714 </cell>
19715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19716 \begin_inset Text
19717
19718 \begin_layout Plain Layout
19719 \begin_inset Formula $\pi$
19720 \end_inset
19721
19722
19723 \end_layout
19724
19725 \end_inset
19726 </cell>
19727 </row>
19728 <row>
19729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19730 \begin_inset Text
19731
19732 \begin_layout Plain Layout
19733
19734 \backslash
19735 varpi
19736 \end_layout
19737
19738 \end_inset
19739 </cell>
19740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19741 \begin_inset Text
19742
19743 \begin_layout Plain Layout
19744 \begin_inset Formula $\varpi$
19745 \end_inset
19746
19747
19748 \end_layout
19749
19750 \end_inset
19751 </cell>
19752 </row>
19753 <row>
19754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19755 \begin_inset Text
19756
19757 \begin_layout Plain Layout
19758
19759 \backslash
19760 rho
19761 \end_layout
19762
19763 \end_inset
19764 </cell>
19765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19766 \begin_inset Text
19767
19768 \begin_layout Plain Layout
19769 \begin_inset Formula $\rho$
19770 \end_inset
19771
19772
19773 \end_layout
19774
19775 \end_inset
19776 </cell>
19777 </row>
19778 </lyxtabular>
19779
19780 \end_inset
19781
19782
19783 \begin_inset space \hfill{}
19784 \end_inset
19785
19786
19787 \begin_inset Tabular
19788 <lyxtabular version="3" rows="11" columns="2">
19789 <features tabularvalignment="middle">
19790 <column alignment="center" valignment="top" width="0pt">
19791 <column alignment="center" valignment="top" width="0pt">
19792 <row>
19793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19794 \begin_inset Text
19795
19796 \begin_layout Plain Layout
19797 Command
19798 \end_layout
19799
19800 \end_inset
19801 </cell>
19802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19803 \begin_inset Text
19804
19805 \begin_layout Plain Layout
19806 Result
19807 \end_layout
19808
19809 \end_inset
19810 </cell>
19811 </row>
19812 <row>
19813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19814 \begin_inset Text
19815
19816 \begin_layout Plain Layout
19817
19818 \backslash
19819 varrho
19820 \end_layout
19821
19822 \end_inset
19823 </cell>
19824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19825 \begin_inset Text
19826
19827 \begin_layout Plain Layout
19828 \begin_inset Formula $\varrho$
19829 \end_inset
19830
19831
19832 \end_layout
19833
19834 \end_inset
19835 </cell>
19836 </row>
19837 <row>
19838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19839 \begin_inset Text
19840
19841 \begin_layout Plain Layout
19842
19843 \backslash
19844 sigma
19845 \end_layout
19846
19847 \end_inset
19848 </cell>
19849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19850 \begin_inset Text
19851
19852 \begin_layout Plain Layout
19853 \begin_inset Formula $\sigma$
19854 \end_inset
19855
19856
19857 \end_layout
19858
19859 \end_inset
19860 </cell>
19861 </row>
19862 <row>
19863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19864 \begin_inset Text
19865
19866 \begin_layout Plain Layout
19867
19868 \backslash
19869 varsigma
19870 \end_layout
19871
19872 \end_inset
19873 </cell>
19874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19875 \begin_inset Text
19876
19877 \begin_layout Plain Layout
19878 \begin_inset Formula $\varsigma$
19879 \end_inset
19880
19881
19882 \end_layout
19883
19884 \end_inset
19885 </cell>
19886 </row>
19887 <row>
19888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19889 \begin_inset Text
19890
19891 \begin_layout Plain Layout
19892
19893 \backslash
19894 tau
19895 \end_layout
19896
19897 \end_inset
19898 </cell>
19899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19900 \begin_inset Text
19901
19902 \begin_layout Plain Layout
19903 \begin_inset Formula $\tau$
19904 \end_inset
19905
19906
19907 \end_layout
19908
19909 \end_inset
19910 </cell>
19911 </row>
19912 <row>
19913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19914 \begin_inset Text
19915
19916 \begin_layout Plain Layout
19917
19918 \backslash
19919 upsilon
19920 \end_layout
19921
19922 \end_inset
19923 </cell>
19924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19925 \begin_inset Text
19926
19927 \begin_layout Plain Layout
19928 \begin_inset Formula $\upsilon$
19929 \end_inset
19930
19931
19932 \end_layout
19933
19934 \end_inset
19935 </cell>
19936 </row>
19937 <row>
19938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19939 \begin_inset Text
19940
19941 \begin_layout Plain Layout
19942
19943 \backslash
19944 phi
19945 \end_layout
19946
19947 \end_inset
19948 </cell>
19949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19950 \begin_inset Text
19951
19952 \begin_layout Plain Layout
19953 \begin_inset Formula $\phi$
19954 \end_inset
19955
19956
19957 \end_layout
19958
19959 \end_inset
19960 </cell>
19961 </row>
19962 <row>
19963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19964 \begin_inset Text
19965
19966 \begin_layout Plain Layout
19967
19968 \backslash
19969 varphi
19970 \end_layout
19971
19972 \end_inset
19973 </cell>
19974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19975 \begin_inset Text
19976
19977 \begin_layout Plain Layout
19978 \begin_inset Formula $\varphi$
19979 \end_inset
19980
19981
19982 \end_layout
19983
19984 \end_inset
19985 </cell>
19986 </row>
19987 <row>
19988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19989 \begin_inset Text
19990
19991 \begin_layout Plain Layout
19992
19993 \backslash
19994 chi
19995 \end_layout
19996
19997 \end_inset
19998 </cell>
19999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20000 \begin_inset Text
20001
20002 \begin_layout Plain Layout
20003 \begin_inset Formula $\chi$
20004 \end_inset
20005
20006
20007 \end_layout
20008
20009 \end_inset
20010 </cell>
20011 </row>
20012 <row>
20013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20014 \begin_inset Text
20015
20016 \begin_layout Plain Layout
20017
20018 \backslash
20019 psi
20020 \end_layout
20021
20022 \end_inset
20023 </cell>
20024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20025 \begin_inset Text
20026
20027 \begin_layout Plain Layout
20028 \begin_inset Formula $\psi$
20029 \end_inset
20030
20031
20032 \end_layout
20033
20034 \end_inset
20035 </cell>
20036 </row>
20037 <row>
20038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20039 \begin_inset Text
20040
20041 \begin_layout Plain Layout
20042
20043 \backslash
20044 omega
20045 \end_layout
20046
20047 \end_inset
20048 </cell>
20049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20050 \begin_inset Text
20051
20052 \begin_layout Plain Layout
20053 \begin_inset Formula $\omega$
20054 \end_inset
20055
20056
20057 \end_layout
20058
20059 \end_inset
20060 </cell>
20061 </row>
20062 </lyxtabular>
20063
20064 \end_inset
20065
20066
20067 \begin_inset space \hfill{}
20068 \end_inset
20069
20070
20071 \end_layout
20072
20073 \begin_layout Standard
20074 \begin_inset VSpace medskip
20075 \end_inset
20076
20077
20078 \end_layout
20079
20080 \begin_layout Standard
20081 How to create upright Greek letters is explained in 
20082 \begin_inset CommandInset ref
20083 LatexCommand ref
20084 reference "sub:Upright-small-Greek"
20085
20086 \end_inset
20087
20088 .
20089 \end_layout
20090
20091 \begin_layout Subsection
20092 Big Letters
20093 \begin_inset Index
20094 status collapsed
20095
20096 \begin_layout Plain Layout
20097 Greek letters ! big
20098 \end_layout
20099
20100 \end_inset
20101
20102
20103 \end_layout
20104
20105 \begin_layout Standard
20106 \begin_inset space \hfill{}
20107 \end_inset
20108
20109
20110 \begin_inset Tabular
20111 <lyxtabular version="3" rows="7" columns="2">
20112 <features tabularvalignment="middle">
20113 <column alignment="center" valignment="top" width="0pt">
20114 <column alignment="center" valignment="top" width="0pt">
20115 <row>
20116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20117 \begin_inset Text
20118
20119 \begin_layout Plain Layout
20120 Command
20121 \end_layout
20122
20123 \end_inset
20124 </cell>
20125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20126 \begin_inset Text
20127
20128 \begin_layout Plain Layout
20129 Result
20130 \end_layout
20131
20132 \end_inset
20133 </cell>
20134 </row>
20135 <row>
20136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20137 \begin_inset Text
20138
20139 \begin_layout Plain Layout
20140
20141 \backslash
20142 Gamma
20143 \end_layout
20144
20145 \end_inset
20146 </cell>
20147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20148 \begin_inset Text
20149
20150 \begin_layout Plain Layout
20151 \begin_inset Formula $\Gamma$
20152 \end_inset
20153
20154
20155 \end_layout
20156
20157 \end_inset
20158 </cell>
20159 </row>
20160 <row>
20161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20162 \begin_inset Text
20163
20164 \begin_layout Plain Layout
20165
20166 \backslash
20167 Delta
20168 \end_layout
20169
20170 \end_inset
20171 </cell>
20172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20173 \begin_inset Text
20174
20175 \begin_layout Plain Layout
20176 \begin_inset Formula $\Delta$
20177 \end_inset
20178
20179
20180 \end_layout
20181
20182 \end_inset
20183 </cell>
20184 </row>
20185 <row>
20186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20187 \begin_inset Text
20188
20189 \begin_layout Plain Layout
20190
20191 \backslash
20192 Theta
20193 \end_layout
20194
20195 \end_inset
20196 </cell>
20197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20198 \begin_inset Text
20199
20200 \begin_layout Plain Layout
20201 \begin_inset Formula $\Theta$
20202 \end_inset
20203
20204
20205 \end_layout
20206
20207 \end_inset
20208 </cell>
20209 </row>
20210 <row>
20211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20212 \begin_inset Text
20213
20214 \begin_layout Plain Layout
20215
20216 \backslash
20217 Lambda
20218 \end_layout
20219
20220 \end_inset
20221 </cell>
20222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20223 \begin_inset Text
20224
20225 \begin_layout Plain Layout
20226 \begin_inset Formula $\Lambda$
20227 \end_inset
20228
20229
20230 \end_layout
20231
20232 \end_inset
20233 </cell>
20234 </row>
20235 <row>
20236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20237 \begin_inset Text
20238
20239 \begin_layout Plain Layout
20240
20241 \backslash
20242 Xi
20243 \end_layout
20244
20245 \end_inset
20246 </cell>
20247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20248 \begin_inset Text
20249
20250 \begin_layout Plain Layout
20251 \begin_inset Formula $\Xi$
20252 \end_inset
20253
20254
20255 \end_layout
20256
20257 \end_inset
20258 </cell>
20259 </row>
20260 <row>
20261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20262 \begin_inset Text
20263
20264 \begin_layout Plain Layout
20265
20266 \backslash
20267 Pi
20268 \end_layout
20269
20270 \end_inset
20271 </cell>
20272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20273 \begin_inset Text
20274
20275 \begin_layout Plain Layout
20276 \begin_inset Formula $\Pi$
20277 \end_inset
20278
20279
20280 \end_layout
20281
20282 \end_inset
20283 </cell>
20284 </row>
20285 </lyxtabular>
20286
20287 \end_inset
20288
20289
20290 \begin_inset space \hfill{}
20291 \end_inset
20292
20293
20294 \begin_inset Tabular
20295 <lyxtabular version="3" rows="6" columns="2">
20296 <features tabularvalignment="middle">
20297 <column alignment="center" valignment="top" width="0pt">
20298 <column alignment="center" valignment="top" width="0pt">
20299 <row>
20300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20301 \begin_inset Text
20302
20303 \begin_layout Plain Layout
20304 Command
20305 \end_layout
20306
20307 \end_inset
20308 </cell>
20309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20310 \begin_inset Text
20311
20312 \begin_layout Plain Layout
20313 Result
20314 \end_layout
20315
20316 \end_inset
20317 </cell>
20318 </row>
20319 <row>
20320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20321 \begin_inset Text
20322
20323 \begin_layout Plain Layout
20324
20325 \backslash
20326 Sigma
20327 \end_layout
20328
20329 \end_inset
20330 </cell>
20331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20332 \begin_inset Text
20333
20334 \begin_layout Plain Layout
20335 \begin_inset Formula $\Sigma$
20336 \end_inset
20337
20338
20339 \end_layout
20340
20341 \end_inset
20342 </cell>
20343 </row>
20344 <row>
20345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20346 \begin_inset Text
20347
20348 \begin_layout Plain Layout
20349
20350 \backslash
20351 Upsilon
20352 \end_layout
20353
20354 \end_inset
20355 </cell>
20356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20357 \begin_inset Text
20358
20359 \begin_layout Plain Layout
20360 \begin_inset Formula $\Upsilon$
20361 \end_inset
20362
20363
20364 \end_layout
20365
20366 \end_inset
20367 </cell>
20368 </row>
20369 <row>
20370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20371 \begin_inset Text
20372
20373 \begin_layout Plain Layout
20374
20375 \backslash
20376 Phi
20377 \end_layout
20378
20379 \end_inset
20380 </cell>
20381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20382 \begin_inset Text
20383
20384 \begin_layout Plain Layout
20385 \begin_inset Formula $\Phi$
20386 \end_inset
20387
20388
20389 \end_layout
20390
20391 \end_inset
20392 </cell>
20393 </row>
20394 <row>
20395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20396 \begin_inset Text
20397
20398 \begin_layout Plain Layout
20399
20400 \backslash
20401 Psi
20402 \end_layout
20403
20404 \end_inset
20405 </cell>
20406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20407 \begin_inset Text
20408
20409 \begin_layout Plain Layout
20410 \begin_inset Formula $\Psi$
20411 \end_inset
20412
20413
20414 \end_layout
20415
20416 \end_inset
20417 </cell>
20418 </row>
20419 <row>
20420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20421 \begin_inset Text
20422
20423 \begin_layout Plain Layout
20424
20425 \backslash
20426 Omega
20427 \end_layout
20428
20429 \end_inset
20430 </cell>
20431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20432 \begin_inset Text
20433
20434 \begin_layout Plain Layout
20435 \begin_inset Formula $\Omega$
20436 \end_inset
20437
20438
20439 \end_layout
20440
20441 \end_inset
20442 </cell>
20443 </row>
20444 </lyxtabular>
20445
20446 \end_inset
20447
20448
20449 \begin_inset space \hfill{}
20450 \end_inset
20451
20452
20453 \end_layout
20454
20455 \begin_layout Standard
20456 \begin_inset VSpace medskip
20457 \end_inset
20458
20459 That the big Greek letters appear upright is caused by a design bug when
20460  TeX was developed.
20461  To get correct italic big letters, begin every command with 
20462 \series bold
20463 var
20464 \series default
20465 .
20466  For example the command 
20467 \series bold
20468
20469 \backslash
20470 varGamma
20471 \series default
20472  produces: 
20473 \begin_inset Formula $\varGamma$
20474 \end_inset
20475
20476
20477 \end_layout
20478
20479 \begin_layout Subsection
20480 Bold Letters
20481 \begin_inset Index
20482 status collapsed
20483
20484 \begin_layout Plain Layout
20485 Greek letters ! bold
20486 \end_layout
20487
20488 \end_inset
20489
20490
20491 \end_layout
20492
20493 \begin_layout Standard
20494 Greek letters cannot be set with different font styles like Latin letters.
20495  They can only be made bold with the command 
20496 \series bold
20497
20498 \backslash
20499 boldsymbol
20500 \series default
20501
20502 \begin_inset Index
20503 status collapsed
20504
20505 \begin_layout Plain Layout
20506 Commands ! B ! 
20507 \backslash
20508 boldsymbol
20509 \end_layout
20510
20511 \end_inset
20512
20513 .
20514 \end_layout
20515
20516 \begin_layout Standard
20517 \align center
20518 \begin_inset Tabular
20519 <lyxtabular version="3" rows="3" columns="2">
20520 <features tabularvalignment="middle">
20521 <column alignment="center" valignment="top" width="0">
20522 <column alignment="center" valignment="top" width="0">
20523 <row>
20524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528 Command
20529 \end_layout
20530
20531 \end_inset
20532 </cell>
20533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20534 \begin_inset Text
20535
20536 \begin_layout Plain Layout
20537 Result
20538 \end_layout
20539
20540 \end_inset
20541 </cell>
20542 </row>
20543 <row>
20544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20545 \begin_inset Text
20546
20547 \begin_layout Plain Layout
20548
20549 \backslash
20550 Upsilon
20551 \backslash
20552 boldsymbol
20553 \backslash
20554 Upsilon
20555 \end_layout
20556
20557 \end_inset
20558 </cell>
20559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20560 \begin_inset Text
20561
20562 \begin_layout Plain Layout
20563 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20564 \end_inset
20565
20566
20567 \end_layout
20568
20569 \end_inset
20570 </cell>
20571 </row>
20572 <row>
20573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20574 \begin_inset Text
20575
20576 \begin_layout Plain Layout
20577
20578 \backslash
20579 theta
20580 \backslash
20581 boldsymbol
20582 \backslash
20583 theta
20584 \end_layout
20585
20586 \end_inset
20587 </cell>
20588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20589 \begin_inset Text
20590
20591 \begin_layout Plain Layout
20592 \begin_inset Formula $\theta\boldsymbol{\theta}$
20593 \end_inset
20594
20595
20596 \end_layout
20597
20598 \end_inset
20599 </cell>
20600 </row>
20601 </lyxtabular>
20602
20603 \end_inset
20604
20605
20606 \end_layout
20607
20608 \begin_layout Section
20609 Symbols
20610 \begin_inset ERT
20611 status collapsed
20612
20613 \begin_layout Plain Layout
20614
20615
20616 \backslash
20617 texorpdfstring{
20618 \end_layout
20619
20620 \end_inset
20621
20622
20623 \begin_inset Foot
20624 status collapsed
20625
20626 \begin_layout Plain Layout
20627 A list with all symbols of most of the LaTeX-packages can be found in 
20628 \begin_inset CommandInset citation
20629 LatexCommand cite
20630 key "Symbole"
20631
20632 \end_inset
20633
20634 .
20635 \end_layout
20636
20637 \end_inset
20638
20639
20640 \begin_inset ERT
20641 status collapsed
20642
20643 \begin_layout Plain Layout
20644
20645 }{}
20646 \end_layout
20647
20648 \end_inset
20649
20650
20651 \begin_inset Note Note
20652 status collapsed
20653
20654 \begin_layout Plain Layout
20655
20656 \backslash
20657 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20658 \end_layout
20659
20660 \begin_layout Plain Layout
20661 More about 
20662 \backslash
20663 texorpdfstring is in section 
20664 \begin_inset CommandInset ref
20665 LatexCommand ref
20666 reference "sub:Formulas-in-Section"
20667
20668 \end_inset
20669
20670 .
20671 \end_layout
20672
20673 \end_inset
20674
20675
20676 \begin_inset Index
20677 status collapsed
20678
20679 \begin_layout Plain Layout
20680 Symbols
20681 \end_layout
20682
20683 \end_inset
20684
20685
20686 \end_layout
20687
20688 \begin_layout Standard
20689 Many of the symbols listed in this section can also be inserted via the
20690  toolbar buttons 
20691 \begin_inset Graphics
20692         filename ../images/math/nabla.png
20693         scale 85
20694
20695 \end_inset
20696
20697  and 
20698 \begin_inset Graphics
20699         filename ../images/math/digamma.png
20700         scale 85
20701
20702 \end_inset
20703
20704 .
20705 \end_layout
20706
20707 \begin_layout Subsection
20708 Mathematical Symbols
20709 \begin_inset CommandInset label
20710 LatexCommand label
20711 name "sub:Mathematical-Symbols"
20712
20713 \end_inset
20714
20715
20716 \begin_inset Index
20717 status collapsed
20718
20719 \begin_layout Plain Layout
20720 Symbols ! mathematical
20721 \end_layout
20722
20723 \end_inset
20724
20725
20726 \end_layout
20727
20728 \begin_layout Standard
20729 \begin_inset space \hfill{}
20730 \end_inset
20731
20732
20733 \begin_inset Tabular
20734 <lyxtabular version="3" rows="10" columns="2">
20735 <features tabularvalignment="middle">
20736 <column alignment="center" valignment="top" width="0pt">
20737 <column alignment="center" valignment="top" width="0pt">
20738 <row>
20739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20740 \begin_inset Text
20741
20742 \begin_layout Plain Layout
20743 Command
20744 \end_layout
20745
20746 \end_inset
20747 </cell>
20748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20749 \begin_inset Text
20750
20751 \begin_layout Plain Layout
20752 Result
20753 \end_layout
20754
20755 \end_inset
20756 </cell>
20757 </row>
20758 <row>
20759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20760 \begin_inset Text
20761
20762 \begin_layout Plain Layout
20763
20764 \backslash
20765 neg
20766 \end_layout
20767
20768 \end_inset
20769 </cell>
20770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20771 \begin_inset Text
20772
20773 \begin_layout Plain Layout
20774 \begin_inset Formula $\neg$
20775 \end_inset
20776
20777
20778 \end_layout
20779
20780 \end_inset
20781 </cell>
20782 </row>
20783 <row>
20784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20785 \begin_inset Text
20786
20787 \begin_layout Plain Layout
20788
20789 \backslash
20790 Im
20791 \end_layout
20792
20793 \end_inset
20794 </cell>
20795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20796 \begin_inset Text
20797
20798 \begin_layout Plain Layout
20799 \begin_inset Formula $\Im$
20800 \end_inset
20801
20802
20803 \end_layout
20804
20805 \end_inset
20806 </cell>
20807 </row>
20808 <row>
20809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20810 \begin_inset Text
20811
20812 \begin_layout Plain Layout
20813
20814 \backslash
20815 Re
20816 \end_layout
20817
20818 \end_inset
20819 </cell>
20820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20821 \begin_inset Text
20822
20823 \begin_layout Plain Layout
20824 \begin_inset Formula $\Re$
20825 \end_inset
20826
20827
20828 \end_layout
20829
20830 \end_inset
20831 </cell>
20832 </row>
20833 <row>
20834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20835 \begin_inset Text
20836
20837 \begin_layout Plain Layout
20838
20839 \backslash
20840 aleph
20841 \end_layout
20842
20843 \end_inset
20844 </cell>
20845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20846 \begin_inset Text
20847
20848 \begin_layout Plain Layout
20849 \begin_inset Formula $\aleph$
20850 \end_inset
20851
20852
20853 \end_layout
20854
20855 \end_inset
20856 </cell>
20857 </row>
20858 <row>
20859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20860 \begin_inset Text
20861
20862 \begin_layout Plain Layout
20863
20864 \backslash
20865 partial
20866 \end_layout
20867
20868 \end_inset
20869 </cell>
20870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20871 \begin_inset Text
20872
20873 \begin_layout Plain Layout
20874 \begin_inset Formula $\partial$
20875 \end_inset
20876
20877
20878 \end_layout
20879
20880 \end_inset
20881 </cell>
20882 </row>
20883 <row>
20884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20885 \begin_inset Text
20886
20887 \begin_layout Plain Layout
20888
20889 \backslash
20890 infty
20891 \end_layout
20892
20893 \end_inset
20894 </cell>
20895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20896 \begin_inset Text
20897
20898 \begin_layout Plain Layout
20899 \begin_inset Formula $\infty$
20900 \end_inset
20901
20902
20903 \end_layout
20904
20905 \end_inset
20906 </cell>
20907 </row>
20908 <row>
20909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20910 \begin_inset Text
20911
20912 \begin_layout Plain Layout
20913
20914 \backslash
20915 wp
20916 \end_layout
20917
20918 \end_inset
20919 </cell>
20920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20921 \begin_inset Text
20922
20923 \begin_layout Plain Layout
20924 \begin_inset Formula $\wp$
20925 \end_inset
20926
20927
20928 \end_layout
20929
20930 \end_inset
20931 </cell>
20932 </row>
20933 <row>
20934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20935 \begin_inset Text
20936
20937 \begin_layout Plain Layout
20938
20939 \backslash
20940 imath
20941 \end_layout
20942
20943 \end_inset
20944 </cell>
20945 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20946 \begin_inset Text
20947
20948 \begin_layout Plain Layout
20949 \begin_inset Formula $\imath$
20950 \end_inset
20951
20952
20953 \end_layout
20954
20955 \end_inset
20956 </cell>
20957 </row>
20958 <row>
20959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20960 \begin_inset Text
20961
20962 \begin_layout Plain Layout
20963
20964 \backslash
20965 jmath
20966 \end_layout
20967
20968 \end_inset
20969 </cell>
20970 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20971 \begin_inset Text
20972
20973 \begin_layout Plain Layout
20974 \begin_inset Formula $\jmath$
20975 \end_inset
20976
20977
20978 \end_layout
20979
20980 \end_inset
20981 </cell>
20982 </row>
20983 </lyxtabular>
20984
20985 \end_inset
20986
20987
20988 \begin_inset space \hfill{}
20989 \end_inset
20990
20991
20992 \begin_inset Tabular
20993 <lyxtabular version="3" rows="10" columns="2">
20994 <features tabularvalignment="middle">
20995 <column alignment="center" valignment="top" width="0pt">
20996 <column alignment="center" valignment="top" width="0pt">
20997 <row>
20998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20999 \begin_inset Text
21000
21001 \begin_layout Plain Layout
21002 Command
21003 \end_layout
21004
21005 \end_inset
21006 </cell>
21007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21008 \begin_inset Text
21009
21010 \begin_layout Plain Layout
21011 Result
21012 \begin_inset Note Note
21013 status collapsed
21014
21015 \begin_layout Plain Layout
21016
21017 \series bold
21018
21019 \backslash
21020 raisebox
21021 \series default
21022  is only used as spacer.
21023 \end_layout
21024
21025 \end_inset
21026
21027
21028 \end_layout
21029
21030 \end_inset
21031 </cell>
21032 </row>
21033 <row>
21034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21035 \begin_inset Text
21036
21037 \begin_layout Plain Layout
21038
21039 \backslash
21040 forall
21041 \end_layout
21042
21043 \end_inset
21044 </cell>
21045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21046 \begin_inset Text
21047
21048 \begin_layout Plain Layout
21049 \begin_inset Formula $\forall$
21050 \end_inset
21051
21052
21053 \end_layout
21054
21055 \end_inset
21056 </cell>
21057 </row>
21058 <row>
21059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21060 \begin_inset Text
21061
21062 \begin_layout Plain Layout
21063
21064 \backslash
21065 exists
21066 \end_layout
21067
21068 \end_inset
21069 </cell>
21070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21071 \begin_inset Text
21072
21073 \begin_layout Plain Layout
21074 \begin_inset Formula $\exists$
21075 \end_inset
21076
21077
21078 \end_layout
21079
21080 \end_inset
21081 </cell>
21082 </row>
21083 <row>
21084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21085 \begin_inset Text
21086
21087 \begin_layout Plain Layout
21088
21089 \backslash
21090 nexists
21091 \end_layout
21092
21093 \end_inset
21094 </cell>
21095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21096 \begin_inset Text
21097
21098 \begin_layout Plain Layout
21099 \begin_inset Formula $\nexists$
21100 \end_inset
21101
21102
21103 \end_layout
21104
21105 \end_inset
21106 </cell>
21107 </row>
21108 <row>
21109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21110 \begin_inset Text
21111
21112 \begin_layout Plain Layout
21113
21114 \backslash
21115 emptyset
21116 \end_layout
21117
21118 \end_inset
21119 </cell>
21120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21121 \begin_inset Text
21122
21123 \begin_layout Plain Layout
21124 \begin_inset Formula $\emptyset$
21125 \end_inset
21126
21127
21128 \end_layout
21129
21130 \end_inset
21131 </cell>
21132 </row>
21133 <row>
21134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21135 \begin_inset Text
21136
21137 \begin_layout Plain Layout
21138
21139 \backslash
21140 varnothing
21141 \end_layout
21142
21143 \end_inset
21144 </cell>
21145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21146 \begin_inset Text
21147
21148 \begin_layout Plain Layout
21149 \begin_inset Formula $\varnothing$
21150 \end_inset
21151
21152
21153 \end_layout
21154
21155 \end_inset
21156 </cell>
21157 </row>
21158 <row>
21159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21160 \begin_inset Text
21161
21162 \begin_layout Plain Layout
21163
21164 \backslash
21165 dag
21166 \end_layout
21167
21168 \end_inset
21169 </cell>
21170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21171 \begin_inset Text
21172
21173 \begin_layout Plain Layout
21174 \begin_inset Formula $\dag$
21175 \end_inset
21176
21177
21178 \end_layout
21179
21180 \end_inset
21181 </cell>
21182 </row>
21183 <row>
21184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21185 \begin_inset Text
21186
21187 \begin_layout Plain Layout
21188
21189 \backslash
21190 ddag
21191 \end_layout
21192
21193 \end_inset
21194 </cell>
21195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21196 \begin_inset Text
21197
21198 \begin_layout Plain Layout
21199 \begin_inset Formula $\ddag$
21200 \end_inset
21201
21202
21203 \end_layout
21204
21205 \end_inset
21206 </cell>
21207 </row>
21208 <row>
21209 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213
21214 \backslash
21215 complement
21216 \end_layout
21217
21218 \end_inset
21219 </cell>
21220 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21221 \begin_inset Text
21222
21223 \begin_layout Plain Layout
21224 \begin_inset ERT
21225 status collapsed
21226
21227 \begin_layout Plain Layout
21228
21229
21230 \backslash
21231 raisebox{-0.8mm}{
21232 \end_layout
21233
21234 \end_inset
21235
21236
21237 \begin_inset Formula $\complement$
21238 \end_inset
21239
21240
21241 \begin_inset ERT
21242 status collapsed
21243
21244 \begin_layout Plain Layout
21245
21246 }
21247 \end_layout
21248
21249 \end_inset
21250
21251
21252 \end_layout
21253
21254 \end_inset
21255 </cell>
21256 </row>
21257 <row>
21258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262
21263 \backslash
21264 Bbbk
21265 \end_layout
21266
21267 \end_inset
21268 </cell>
21269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21270 \begin_inset Text
21271
21272 \begin_layout Plain Layout
21273 \begin_inset Formula $\Bbbk$
21274 \end_inset
21275
21276
21277 \end_layout
21278
21279 \end_inset
21280 </cell>
21281 </row>
21282 </lyxtabular>
21283
21284 \end_inset
21285
21286
21287 \begin_inset space \hfill{}
21288 \end_inset
21289
21290
21291 \begin_inset Tabular
21292 <lyxtabular version="3" rows="10" columns="2">
21293 <features tabularvalignment="middle">
21294 <column alignment="center" valignment="top" width="0pt">
21295 <column alignment="center" valignment="top" width="0pt">
21296 <row>
21297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21298 \begin_inset Text
21299
21300 \begin_layout Plain Layout
21301 Command
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21307 \begin_inset Text
21308
21309 \begin_layout Plain Layout
21310 Result
21311 \end_layout
21312
21313 \end_inset
21314 </cell>
21315 </row>
21316 <row>
21317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21318 \begin_inset Text
21319
21320 \begin_layout Plain Layout
21321
21322 \backslash
21323 prime
21324 \end_layout
21325
21326 \end_inset
21327 </cell>
21328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332 \begin_inset Formula $\prime$
21333 \end_inset
21334
21335
21336 \end_layout
21337
21338 \end_inset
21339 </cell>
21340 </row>
21341 <row>
21342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21343 \begin_inset Text
21344
21345 \begin_layout Plain Layout
21346
21347 \backslash
21348 backprime
21349 \end_layout
21350
21351 \end_inset
21352 </cell>
21353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21354 \begin_inset Text
21355
21356 \begin_layout Plain Layout
21357 \begin_inset Formula $\backprime$
21358 \end_inset
21359
21360
21361 \end_layout
21362
21363 \end_inset
21364 </cell>
21365 </row>
21366 <row>
21367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21368 \begin_inset Text
21369
21370 \begin_layout Plain Layout
21371
21372 \backslash
21373 mho
21374 \end_layout
21375
21376 \end_inset
21377 </cell>
21378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21379 \begin_inset Text
21380
21381 \begin_layout Plain Layout
21382 \begin_inset Formula $\mho$
21383 \end_inset
21384
21385
21386 \end_layout
21387
21388 \end_inset
21389 </cell>
21390 </row>
21391 <row>
21392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21393 \begin_inset Text
21394
21395 \begin_layout Plain Layout
21396
21397 \backslash
21398 triangle
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21404 \begin_inset Text
21405
21406 \begin_layout Plain Layout
21407 \begin_inset Formula $\triangle$
21408 \end_inset
21409
21410
21411 \end_layout
21412
21413 \end_inset
21414 </cell>
21415 </row>
21416 <row>
21417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21418 \begin_inset Text
21419
21420 \begin_layout Plain Layout
21421
21422 \backslash
21423 angle
21424 \end_layout
21425
21426 \end_inset
21427 </cell>
21428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21429 \begin_inset Text
21430
21431 \begin_layout Plain Layout
21432 \begin_inset Formula $\angle$
21433 \end_inset
21434
21435
21436 \end_layout
21437
21438 \end_inset
21439 </cell>
21440 </row>
21441 <row>
21442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21443 \begin_inset Text
21444
21445 \begin_layout Plain Layout
21446
21447 \backslash
21448 measuredangle
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21454 \begin_inset Text
21455
21456 \begin_layout Plain Layout
21457 \begin_inset Formula $\measuredangle$
21458 \end_inset
21459
21460
21461 \end_layout
21462
21463 \end_inset
21464 </cell>
21465 </row>
21466 <row>
21467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21468 \begin_inset Text
21469
21470 \begin_layout Plain Layout
21471
21472 \backslash
21473 sphericalangle
21474 \end_layout
21475
21476 \end_inset
21477 </cell>
21478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21479 \begin_inset Text
21480
21481 \begin_layout Plain Layout
21482 \begin_inset Formula $\sphericalangle$
21483 \end_inset
21484
21485
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 </row>
21491 <row>
21492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21493 \begin_inset Text
21494
21495 \begin_layout Plain Layout
21496
21497 \backslash
21498 top
21499 \end_layout
21500
21501 \end_inset
21502 </cell>
21503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21504 \begin_inset Text
21505
21506 \begin_layout Plain Layout
21507 \begin_inset Formula $\top$
21508 \end_inset
21509
21510
21511 \end_layout
21512
21513 \end_inset
21514 </cell>
21515 </row>
21516 <row>
21517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21518 \begin_inset Text
21519
21520 \begin_layout Plain Layout
21521
21522 \backslash
21523 bot
21524 \end_layout
21525
21526 \end_inset
21527 </cell>
21528 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21529 \begin_inset Text
21530
21531 \begin_layout Plain Layout
21532 \begin_inset Formula $\bot$
21533 \end_inset
21534
21535
21536 \end_layout
21537
21538 \end_inset
21539 </cell>
21540 </row>
21541 </lyxtabular>
21542
21543 \end_inset
21544
21545
21546 \begin_inset space \hfill{}
21547 \end_inset
21548
21549
21550 \end_layout
21551
21552 \begin_layout Subsection
21553 Miscellaneous Symbols
21554 \begin_inset CommandInset label
21555 LatexCommand label
21556 name "sub:Miscellaneous-Symbols"
21557
21558 \end_inset
21559
21560
21561 \begin_inset Index
21562 status collapsed
21563
21564 \begin_layout Plain Layout
21565 Symbols ! miscellaneous
21566 \end_layout
21567
21568 \end_inset
21569
21570
21571 \end_layout
21572
21573 \begin_layout Standard
21574 \noindent
21575 \align center
21576 \begin_inset Tabular
21577 <lyxtabular version="3" rows="10" columns="2">
21578 <features tabularvalignment="middle">
21579 <column alignment="center" valignment="top" width="0pt">
21580 <column alignment="center" valignment="top" width="0pt">
21581 <row>
21582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21583 \begin_inset Text
21584
21585 \begin_layout Plain Layout
21586 Command
21587 \end_layout
21588
21589 \end_inset
21590 </cell>
21591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21592 \begin_inset Text
21593
21594 \begin_layout Plain Layout
21595 Result
21596 \end_layout
21597
21598 \end_inset
21599 </cell>
21600 </row>
21601 <row>
21602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21603 \begin_inset Text
21604
21605 \begin_layout Plain Layout
21606
21607 \backslash
21608 flat
21609 \end_layout
21610
21611 \end_inset
21612 </cell>
21613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21614 \begin_inset Text
21615
21616 \begin_layout Plain Layout
21617 \begin_inset Formula $\flat$
21618 \end_inset
21619
21620
21621 \end_layout
21622
21623 \end_inset
21624 </cell>
21625 </row>
21626 <row>
21627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21628 \begin_inset Text
21629
21630 \begin_layout Plain Layout
21631
21632 \backslash
21633 natural
21634 \end_layout
21635
21636 \end_inset
21637 </cell>
21638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21639 \begin_inset Text
21640
21641 \begin_layout Plain Layout
21642 \begin_inset Formula $\natural$
21643 \end_inset
21644
21645
21646 \end_layout
21647
21648 \end_inset
21649 </cell>
21650 </row>
21651 <row>
21652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21653 \begin_inset Text
21654
21655 \begin_layout Plain Layout
21656
21657 \backslash
21658 sharp
21659 \end_layout
21660
21661 \end_inset
21662 </cell>
21663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21664 \begin_inset Text
21665
21666 \begin_layout Plain Layout
21667 \begin_inset Formula $\sharp$
21668 \end_inset
21669
21670
21671 \end_layout
21672
21673 \end_inset
21674 </cell>
21675 </row>
21676 <row>
21677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21678 \begin_inset Text
21679
21680 \begin_layout Plain Layout
21681
21682 \backslash
21683 surd
21684 \end_layout
21685
21686 \end_inset
21687 </cell>
21688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21689 \begin_inset Text
21690
21691 \begin_layout Plain Layout
21692 \begin_inset Formula $\surd$
21693 \end_inset
21694
21695
21696 \end_layout
21697
21698 \end_inset
21699 </cell>
21700 </row>
21701 <row>
21702 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21703 \begin_inset Text
21704
21705 \begin_layout Plain Layout
21706
21707 \backslash
21708 checkmark
21709 \end_layout
21710
21711 \end_inset
21712 </cell>
21713 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21714 \begin_inset Text
21715
21716 \begin_layout Plain Layout
21717 \begin_inset Formula $\checkmark$
21718 \end_inset
21719
21720
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 </row>
21726 <row>
21727 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21728 \begin_inset Text
21729
21730 \begin_layout Plain Layout
21731
21732 \backslash
21733 yen
21734 \end_layout
21735
21736 \end_inset
21737 </cell>
21738 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21739 \begin_inset Text
21740
21741 \begin_layout Plain Layout
21742 \begin_inset Formula $\yen$
21743 \end_inset
21744
21745
21746 \end_layout
21747
21748 \end_inset
21749 </cell>
21750 </row>
21751 <row>
21752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21753 \begin_inset Text
21754
21755 \begin_layout Plain Layout
21756
21757 \backslash
21758 pounds
21759 \end_layout
21760
21761 \end_inset
21762 </cell>
21763 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21764 \begin_inset Text
21765
21766 \begin_layout Plain Layout
21767 \begin_inset Formula $\pounds$
21768 \end_inset
21769
21770
21771 \end_layout
21772
21773 \end_inset
21774 </cell>
21775 </row>
21776 <row>
21777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21778 \begin_inset Text
21779
21780 \begin_layout Plain Layout
21781 $
21782 \end_layout
21783
21784 \end_inset
21785 </cell>
21786 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790 \begin_inset Formula $\$$
21791 \end_inset
21792
21793
21794 \end_layout
21795
21796 \end_inset
21797 </cell>
21798 </row>
21799 <row>
21800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21801 \begin_inset Text
21802
21803 \begin_layout Plain Layout
21804 §
21805 \end_layout
21806
21807 \end_inset
21808 </cell>
21809 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21810 \begin_inset Text
21811
21812 \begin_layout Plain Layout
21813 \begin_inset Formula $§$
21814 \end_inset
21815
21816
21817 \end_layout
21818
21819 \end_inset
21820 </cell>
21821 </row>
21822 </lyxtabular>
21823
21824 \end_inset
21825
21826
21827 \begin_inset Tabular
21828 <lyxtabular version="3" rows="10" columns="2">
21829 <features tabularvalignment="middle">
21830 <column alignment="center" valignment="top" width="0">
21831 <column alignment="center" valignment="top" width="0">
21832 <row>
21833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21834 \begin_inset Text
21835
21836 \begin_layout Plain Layout
21837 Command
21838 \end_layout
21839
21840 \end_inset
21841 </cell>
21842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21843 \begin_inset Text
21844
21845 \begin_layout Plain Layout
21846 Result
21847 \end_layout
21848
21849 \end_inset
21850 </cell>
21851 </row>
21852 <row>
21853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21854 \begin_inset Text
21855
21856 \begin_layout Plain Layout
21857
21858 \backslash
21859 hbar
21860 \end_layout
21861
21862 \end_inset
21863 </cell>
21864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21865 \begin_inset Text
21866
21867 \begin_layout Plain Layout
21868 \begin_inset Formula $\hbar$
21869 \end_inset
21870
21871
21872 \end_layout
21873
21874 \end_inset
21875 </cell>
21876 </row>
21877 <row>
21878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21879 \begin_inset Text
21880
21881 \begin_layout Plain Layout
21882
21883 \backslash
21884 hslash
21885 \end_layout
21886
21887 \end_inset
21888 </cell>
21889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21890 \begin_inset Text
21891
21892 \begin_layout Plain Layout
21893 \begin_inset Formula $\hslash$
21894 \end_inset
21895
21896
21897 \end_layout
21898
21899 \end_inset
21900 </cell>
21901 </row>
21902 <row>
21903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21904 \begin_inset Text
21905
21906 \begin_layout Plain Layout
21907
21908 \backslash
21909 clubsuit
21910 \end_layout
21911
21912 \end_inset
21913 </cell>
21914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21915 \begin_inset Text
21916
21917 \begin_layout Plain Layout
21918 \begin_inset Formula $\clubsuit$
21919 \end_inset
21920
21921
21922 \end_layout
21923
21924 \end_inset
21925 </cell>
21926 </row>
21927 <row>
21928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21929 \begin_inset Text
21930
21931 \begin_layout Plain Layout
21932
21933 \backslash
21934 spadesuit
21935 \end_layout
21936
21937 \end_inset
21938 </cell>
21939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21940 \begin_inset Text
21941
21942 \begin_layout Plain Layout
21943 \begin_inset Formula $\spadesuit$
21944 \end_inset
21945
21946
21947 \end_layout
21948
21949 \end_inset
21950 </cell>
21951 </row>
21952 <row>
21953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21954 \begin_inset Text
21955
21956 \begin_layout Plain Layout
21957
21958 \backslash
21959 bigstar
21960 \end_layout
21961
21962 \end_inset
21963 </cell>
21964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21965 \begin_inset Text
21966
21967 \begin_layout Plain Layout
21968 \begin_inset Formula $\bigstar$
21969 \end_inset
21970
21971
21972 \end_layout
21973
21974 \end_inset
21975 </cell>
21976 </row>
21977 <row>
21978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21979 \begin_inset Text
21980
21981 \begin_layout Plain Layout
21982
21983 \backslash
21984 blacklozenge
21985 \end_layout
21986
21987 \end_inset
21988 </cell>
21989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21990 \begin_inset Text
21991
21992 \begin_layout Plain Layout
21993 \begin_inset Formula $\blacklozenge$
21994 \end_inset
21995
21996
21997 \end_layout
21998
21999 \end_inset
22000 </cell>
22001 </row>
22002 <row>
22003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22004 \begin_inset Text
22005
22006 \begin_layout Plain Layout
22007
22008 \backslash
22009 blacktriangle
22010 \end_layout
22011
22012 \end_inset
22013 </cell>
22014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22015 \begin_inset Text
22016
22017 \begin_layout Plain Layout
22018 \begin_inset Formula $\blacktriangle$
22019 \end_inset
22020
22021
22022 \end_layout
22023
22024 \end_inset
22025 </cell>
22026 </row>
22027 <row>
22028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22029 \begin_inset Text
22030
22031 \begin_layout Plain Layout
22032
22033 \backslash
22034 blacktiangledown
22035 \end_layout
22036
22037 \end_inset
22038 </cell>
22039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22040 \begin_inset Text
22041
22042 \begin_layout Plain Layout
22043 \begin_inset Formula $\blacktriangledown$
22044 \end_inset
22045
22046
22047 \end_layout
22048
22049 \end_inset
22050 </cell>
22051 </row>
22052 <row>
22053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22054 \begin_inset Text
22055
22056 \begin_layout Plain Layout
22057
22058 \backslash
22059 bullet
22060 \end_layout
22061
22062 \end_inset
22063 </cell>
22064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22065 \begin_inset Text
22066
22067 \begin_layout Plain Layout
22068 \begin_inset Formula $\bullet$
22069 \end_inset
22070
22071
22072 \end_layout
22073
22074 \end_inset
22075 </cell>
22076 </row>
22077 </lyxtabular>
22078
22079 \end_inset
22080
22081
22082 \begin_inset Tabular
22083 <lyxtabular version="3" rows="10" columns="2">
22084 <features tabularvalignment="middle">
22085 <column alignment="center" valignment="top" width="0pt">
22086 <column alignment="center" valignment="top" width="0pt">
22087 <row>
22088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22089 \begin_inset Text
22090
22091 \begin_layout Plain Layout
22092 Command
22093 \end_layout
22094
22095 \end_inset
22096 </cell>
22097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22098 \begin_inset Text
22099
22100 \begin_layout Plain Layout
22101 Result
22102 \end_layout
22103
22104 \end_inset
22105 </cell>
22106 </row>
22107 <row>
22108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22109 \begin_inset Text
22110
22111 \begin_layout Plain Layout
22112
22113 \backslash
22114 diamondsuit
22115 \end_layout
22116
22117 \end_inset
22118 </cell>
22119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22120 \begin_inset Text
22121
22122 \begin_layout Plain Layout
22123 \begin_inset Formula $\diamondsuit$
22124 \end_inset
22125
22126
22127 \end_layout
22128
22129 \end_inset
22130 </cell>
22131 </row>
22132 <row>
22133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22134 \begin_inset Text
22135
22136 \begin_layout Plain Layout
22137
22138 \backslash
22139 Diamond
22140 \end_layout
22141
22142 \end_inset
22143 </cell>
22144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22145 \begin_inset Text
22146
22147 \begin_layout Plain Layout
22148 \begin_inset Formula $\Diamond$
22149 \end_inset
22150
22151
22152 \end_layout
22153
22154 \end_inset
22155 </cell>
22156 </row>
22157 <row>
22158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22159 \begin_inset Text
22160
22161 \begin_layout Plain Layout
22162
22163 \backslash
22164 heartsuit
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173 \begin_inset Formula $\heartsuit$
22174 \end_inset
22175
22176
22177 \end_layout
22178
22179 \end_inset
22180 </cell>
22181 </row>
22182 <row>
22183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22184 \begin_inset Text
22185
22186 \begin_layout Plain Layout
22187
22188 \backslash
22189 P
22190 \end_layout
22191
22192 \end_inset
22193 </cell>
22194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22195 \begin_inset Text
22196
22197 \begin_layout Plain Layout
22198 \begin_inset Formula $\P$
22199 \end_inset
22200
22201
22202 \end_layout
22203
22204 \end_inset
22205 </cell>
22206 </row>
22207 <row>
22208 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22209 \begin_inset Text
22210
22211 \begin_layout Plain Layout
22212
22213 \backslash
22214 copyright
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22220 \begin_inset Text
22221
22222 \begin_layout Plain Layout
22223 \begin_inset Formula $\copyright$
22224 \end_inset
22225
22226
22227 \end_layout
22228
22229 \end_inset
22230 </cell>
22231 </row>
22232 <row>
22233 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22234 \begin_inset Text
22235
22236 \begin_layout Plain Layout
22237
22238 \backslash
22239 circledR
22240 \end_layout
22241
22242 \end_inset
22243 </cell>
22244 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22245 \begin_inset Text
22246
22247 \begin_layout Plain Layout
22248 \begin_inset Formula $\circledR$
22249 \end_inset
22250
22251
22252 \end_layout
22253
22254 \end_inset
22255 </cell>
22256 </row>
22257 <row>
22258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22259 \begin_inset Text
22260
22261 \begin_layout Plain Layout
22262
22263 \backslash
22264 maltese
22265 \end_layout
22266
22267 \end_inset
22268 </cell>
22269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22270 \begin_inset Text
22271
22272 \begin_layout Plain Layout
22273 \begin_inset Formula $\maltese$
22274 \end_inset
22275
22276
22277 \end_layout
22278
22279 \end_inset
22280 </cell>
22281 </row>
22282 <row>
22283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22284 \begin_inset Text
22285
22286 \begin_layout Plain Layout
22287
22288 \backslash
22289 diagup
22290 \end_layout
22291
22292 \end_inset
22293 </cell>
22294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22295 \begin_inset Text
22296
22297 \begin_layout Plain Layout
22298 \begin_inset Formula $\diagup$
22299 \end_inset
22300
22301
22302 \end_layout
22303
22304 \end_inset
22305 </cell>
22306 </row>
22307 <row>
22308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22309 \begin_inset Text
22310
22311 \begin_layout Plain Layout
22312
22313 \backslash
22314 diagdown
22315 \end_layout
22316
22317 \end_inset
22318 </cell>
22319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22320 \begin_inset Text
22321
22322 \begin_layout Plain Layout
22323 \begin_inset Formula $\diagdown$
22324 \end_inset
22325
22326
22327 \end_layout
22328
22329 \end_inset
22330 </cell>
22331 </row>
22332 </lyxtabular>
22333
22334 \end_inset
22335
22336
22337 \end_layout
22338
22339 \begin_layout Standard
22340 \begin_inset VSpace medskip
22341 \end_inset
22342
22343 More symbols are listed in 
22344 \begin_inset CommandInset ref
22345 LatexCommand ref
22346 reference "sub:Miscellaneous-special-Characters"
22347
22348 \end_inset
22349
22350 .
22351 \end_layout
22352
22353 \begin_layout Standard
22354 Some symbols can be displayed in different sizes, see 
22355 \begin_inset CommandInset ref
22356 LatexCommand ref
22357 reference "sub:Font-Sizes"
22358
22359 \end_inset
22360
22361 .
22362 \end_layout
22363
22364 \begin_layout Subsection
22365 The Euro-Symbol €
22366 \begin_inset Index
22367 status collapsed
22368
22369 \begin_layout Plain Layout
22370 Symbols ! Euro-symbol
22371 \end_layout
22372
22373 \end_inset
22374
22375
22376 \begin_inset Index
22377 status collapsed
22378
22379 \begin_layout Plain Layout
22380
22381 \backslash
22382 @
22383 \begin_inset ERT
22384 status collapsed
22385
22386 \begin_layout Plain Layout
22387
22388
22389 \backslash
22390 officialeuro
22391 \end_layout
22392
22393 \end_inset
22394
22395
22396 \end_layout
22397
22398 \end_inset
22399
22400
22401 \end_layout
22402
22403 \begin_layout Standard
22404 To use the Euro symbol in formulas, the LaTeX-package 
22405 \series bold
22406 eurosym
22407 \series default
22408
22409 \begin_inset Index
22410 status collapsed
22411
22412 \begin_layout Plain Layout
22413 Packages ! eurosym
22414 \end_layout
22415
22416 \end_inset
22417
22418  must be installed and loaded with the LaTeX-preamble line
22419 \end_layout
22420
22421 \begin_layout Standard
22422
22423 \series bold
22424
22425 \backslash
22426 usepackage[gennarrow]{eurosym}
22427 \end_layout
22428
22429 \begin_layout Standard
22430 The Euro symbol can now be inserted with the command 
22431 \series bold
22432
22433 \backslash
22434 euro
22435 \series default
22436
22437 \begin_inset Index
22438 status collapsed
22439
22440 \begin_layout Plain Layout
22441 Commands ! E ! 
22442 \backslash
22443 euro
22444 \end_layout
22445
22446 \end_inset
22447
22448 .
22449 \end_layout
22450
22451 \begin_layout Standard
22452 The Euro symbol can directly be inserted with the € key in mathematical
22453  text, without having 
22454 \series bold
22455 eurosym
22456 \series default
22457  installed.
22458  When 
22459 \series bold
22460 eurosym
22461 \series default
22462  is installed, 
22463 \series bold
22464
22465 \backslash
22466 euro
22467 \series default
22468  can also be inserted in TeX-mode.
22469  The official currency symbol can then be inserted with the command 
22470 \series bold
22471
22472 \backslash
22473 officialeuro
22474 \series default
22475
22476 \begin_inset Index
22477 status collapsed
22478
22479 \begin_layout Plain Layout
22480 Commands ! O ! 
22481 \backslash
22482 officialeuro
22483 \end_layout
22484
22485 \end_inset
22486
22487 , that is only available in TeX-mode.
22488 \end_layout
22489
22490 \begin_layout Standard
22491 \begin_inset ERT
22492 status collapsed
22493
22494 \begin_layout Plain Layout
22495
22496
22497 \backslash
22498 ifeurosym 
22499 \end_layout
22500
22501 \end_inset
22502
22503
22504 \begin_inset Note Note
22505 status open
22506
22507 \begin_layout Plain Layout
22508 The following table will only be displayed when the LaTeX-package 
22509 \series bold
22510 eurosym
22511 \series default
22512  is installed.
22513 \end_layout
22514
22515 \end_inset
22516
22517
22518 \end_layout
22519
22520 \begin_layout Standard
22521 An overview about the different Euro symbols:
22522 \end_layout
22523
22524 \begin_layout Standard
22525 \align center
22526 \begin_inset Tabular
22527 <lyxtabular version="3" rows="4" columns="3">
22528 <features tabularvalignment="middle">
22529 <column alignment="center" valignment="top" width="0pt">
22530 <column alignment="center" valignment="top" width="0pt">
22531 <column alignment="center" valignment="top" width="0pt">
22532 <row>
22533 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22534 \begin_inset Text
22535
22536 \begin_layout Plain Layout
22537
22538 \end_layout
22539
22540 \end_inset
22541 </cell>
22542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22543 \begin_inset Text
22544
22545 \begin_layout Plain Layout
22546 Command 
22547 \end_layout
22548
22549 \end_inset
22550 </cell>
22551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22552 \begin_inset Text
22553
22554 \begin_layout Plain Layout
22555 Result
22556 \end_layout
22557
22558 \end_inset
22559 </cell>
22560 </row>
22561 <row>
22562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566 formula
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22572 \begin_inset Text
22573
22574 \begin_layout Plain Layout
22575
22576 \backslash
22577 euro
22578 \end_layout
22579
22580 \end_inset
22581 </cell>
22582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22583 \begin_inset Text
22584
22585 \begin_layout Plain Layout
22586 \begin_inset Formula $\euro$
22587 \end_inset
22588
22589
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 </row>
22595 <row>
22596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22597 \begin_inset Text
22598
22599 \begin_layout Plain Layout
22600 mathematical text
22601 \end_layout
22602
22603 \end_inset
22604 </cell>
22605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22606 \begin_inset Text
22607
22608 \begin_layout Plain Layout
22609
22610 \end_layout
22611
22612 \end_inset
22613 </cell>
22614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22615 \begin_inset Text
22616
22617 \begin_layout Plain Layout
22618 \begin_inset Formula $\mbox{€}$
22619 \end_inset
22620
22621
22622 \end_layout
22623
22624 \end_inset
22625 </cell>
22626 </row>
22627 <row>
22628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632 TeX-mode
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641
22642 \backslash
22643 officialeuro
22644 \end_layout
22645
22646 \end_inset
22647 </cell>
22648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22649 \begin_inset Text
22650
22651 \begin_layout Plain Layout
22652 \begin_inset ERT
22653 status collapsed
22654
22655 \begin_layout Plain Layout
22656
22657
22658 \backslash
22659 officialeuro
22660 \end_layout
22661
22662 \end_inset
22663
22664
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 </row>
22670 </lyxtabular>
22671
22672 \end_inset
22673
22674
22675 \end_layout
22676
22677 \begin_layout Standard
22678 \begin_inset ERT
22679 status collapsed
22680
22681 \begin_layout Plain Layout
22682
22683
22684 \backslash
22685 else 
22686 \end_layout
22687
22688 \end_inset
22689
22690
22691 \begin_inset Note Note
22692 status open
22693
22694 \begin_layout Plain Layout
22695 The following will be displayed when the LaTeX-package 
22696 \series bold
22697 eurosym
22698 \series default
22699  is not installed:
22700 \end_layout
22701
22702 \end_inset
22703
22704
22705 \end_layout
22706
22707 \begin_layout Standard
22708 You need to install the LaTeX-package 
22709 \series bold
22710 eurosym
22711 \series default
22712  to see the rest of this subsection in the output.
22713 \end_layout
22714
22715 \begin_layout Standard
22716 \begin_inset ERT
22717 status collapsed
22718
22719 \begin_layout Plain Layout
22720
22721
22722 \backslash
22723 fi 
22724 \end_layout
22725
22726 \end_inset
22727
22728
22729 \end_layout
22730
22731 \begin_layout Section
22732 Relations
22733 \begin_inset CommandInset label
22734 LatexCommand label
22735 name "sec:Relations"
22736
22737 \end_inset
22738
22739
22740 \begin_inset Index
22741 status collapsed
22742
22743 \begin_layout Plain Layout
22744 Relations
22745 \end_layout
22746
22747 \end_inset
22748
22749
22750 \begin_inset Index
22751 status collapsed
22752
22753 \begin_layout Plain Layout
22754 Comparisons|see
22755 \begin_inset ERT
22756 status collapsed
22757
22758 \begin_layout Plain Layout
22759
22760 {
22761 \end_layout
22762
22763 \end_inset
22764
22765 Relations
22766 \begin_inset ERT
22767 status collapsed
22768
22769 \begin_layout Plain Layout
22770
22771 }
22772 \end_layout
22773
22774 \end_inset
22775
22776
22777 \end_layout
22778
22779 \end_inset
22780
22781
22782 \end_layout
22783
22784 \begin_layout Standard
22785 All relations can also be inserted via the toolbar button 
22786 \begin_inset Graphics
22787         filename ../images/math/leq.png
22788         scale 85
22789
22790 \end_inset
22791
22792 .
22793 \end_layout
22794
22795 \begin_layout Standard
22796 \begin_inset space \hfill{}
22797 \end_inset
22798
22799
22800 \begin_inset Tabular
22801 <lyxtabular version="3" rows="17" columns="2">
22802 <features tabularvalignment="middle">
22803 <column alignment="center" valignment="top" width="0pt">
22804 <column alignment="center" valignment="top" width="0pt">
22805 <row>
22806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22807 \begin_inset Text
22808
22809 \begin_layout Plain Layout
22810 Command
22811 \end_layout
22812
22813 \end_inset
22814 </cell>
22815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22816 \begin_inset Text
22817
22818 \begin_layout Plain Layout
22819 Result
22820 \end_layout
22821
22822 \end_inset
22823 </cell>
22824 </row>
22825 <row>
22826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22827 \begin_inset Text
22828
22829 \begin_layout Plain Layout
22830 <
22831 \end_layout
22832
22833 \end_inset
22834 </cell>
22835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22836 \begin_inset Text
22837
22838 \begin_layout Plain Layout
22839 \begin_inset Formula $<$
22840 \end_inset
22841
22842
22843 \end_layout
22844
22845 \end_inset
22846 </cell>
22847 </row>
22848 <row>
22849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22850 \begin_inset Text
22851
22852 \begin_layout Plain Layout
22853
22854 \backslash
22855 le
22856 \end_layout
22857
22858 \end_inset
22859 </cell>
22860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22861 \begin_inset Text
22862
22863 \begin_layout Plain Layout
22864 \begin_inset Formula $\le$
22865 \end_inset
22866
22867
22868 \end_layout
22869
22870 \end_inset
22871 </cell>
22872 </row>
22873 <row>
22874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22875 \begin_inset Text
22876
22877 \begin_layout Plain Layout
22878
22879 \backslash
22880 ll
22881 \end_layout
22882
22883 \end_inset
22884 </cell>
22885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22886 \begin_inset Text
22887
22888 \begin_layout Plain Layout
22889 \begin_inset Formula $\ll$
22890 \end_inset
22891
22892
22893 \end_layout
22894
22895 \end_inset
22896 </cell>
22897 </row>
22898 <row>
22899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22900 \begin_inset Text
22901
22902 \begin_layout Plain Layout
22903
22904 \backslash
22905 prec
22906 \end_layout
22907
22908 \end_inset
22909 </cell>
22910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22911 \begin_inset Text
22912
22913 \begin_layout Plain Layout
22914 \begin_inset Formula $\prec$
22915 \end_inset
22916
22917
22918 \end_layout
22919
22920 \end_inset
22921 </cell>
22922 </row>
22923 <row>
22924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22925 \begin_inset Text
22926
22927 \begin_layout Plain Layout
22928
22929 \backslash
22930 preceq
22931 \end_layout
22932
22933 \end_inset
22934 </cell>
22935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22936 \begin_inset Text
22937
22938 \begin_layout Plain Layout
22939 \begin_inset Formula $\preceq$
22940 \end_inset
22941
22942
22943 \end_layout
22944
22945 \end_inset
22946 </cell>
22947 </row>
22948 <row>
22949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22950 \begin_inset Text
22951
22952 \begin_layout Plain Layout
22953
22954 \backslash
22955 subset
22956 \end_layout
22957
22958 \end_inset
22959 </cell>
22960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22961 \begin_inset Text
22962
22963 \begin_layout Plain Layout
22964 \begin_inset Formula $\subset$
22965 \end_inset
22966
22967
22968 \end_layout
22969
22970 \end_inset
22971 </cell>
22972 </row>
22973 <row>
22974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22975 \begin_inset Text
22976
22977 \begin_layout Plain Layout
22978
22979 \backslash
22980 subseteq
22981 \end_layout
22982
22983 \end_inset
22984 </cell>
22985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22986 \begin_inset Text
22987
22988 \begin_layout Plain Layout
22989 \begin_inset Formula $\subseteq$
22990 \end_inset
22991
22992
22993 \end_layout
22994
22995 \end_inset
22996 </cell>
22997 </row>
22998 <row>
22999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23000 \begin_inset Text
23001
23002 \begin_layout Plain Layout
23003
23004 \backslash
23005 sqsubseteq
23006 \end_layout
23007
23008 \end_inset
23009 </cell>
23010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23011 \begin_inset Text
23012
23013 \begin_layout Plain Layout
23014 \begin_inset Formula $\sqsubseteq$
23015 \end_inset
23016
23017
23018 \end_layout
23019
23020 \end_inset
23021 </cell>
23022 </row>
23023 <row>
23024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23025 \begin_inset Text
23026
23027 \begin_layout Plain Layout
23028
23029 \backslash
23030 in
23031 \end_layout
23032
23033 \end_inset
23034 </cell>
23035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23036 \begin_inset Text
23037
23038 \begin_layout Plain Layout
23039 \begin_inset Formula $\in$
23040 \end_inset
23041
23042
23043 \end_layout
23044
23045 \end_inset
23046 </cell>
23047 </row>
23048 <row>
23049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23050 \begin_inset Text
23051
23052 \begin_layout Plain Layout
23053
23054 \backslash
23055 vdash
23056 \end_layout
23057
23058 \end_inset
23059 </cell>
23060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23061 \begin_inset Text
23062
23063 \begin_layout Plain Layout
23064 \begin_inset Formula $\vdash$
23065 \end_inset
23066
23067
23068 \end_layout
23069
23070 \end_inset
23071 </cell>
23072 </row>
23073 <row>
23074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23075 \begin_inset Text
23076
23077 \begin_layout Plain Layout
23078
23079 \backslash
23080 smile
23081 \end_layout
23082
23083 \end_inset
23084 </cell>
23085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23086 \begin_inset Text
23087
23088 \begin_layout Plain Layout
23089 \begin_inset Formula $\smile$
23090 \end_inset
23091
23092
23093 \end_layout
23094
23095 \end_inset
23096 </cell>
23097 </row>
23098 <row>
23099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23100 \begin_inset Text
23101
23102 \begin_layout Plain Layout
23103
23104 \backslash
23105 lhd
23106 \end_layout
23107
23108 \end_inset
23109 </cell>
23110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23111 \begin_inset Text
23112
23113 \begin_layout Plain Layout
23114 \begin_inset Formula $\lhd$
23115 \end_inset
23116
23117
23118 \end_layout
23119
23120 \end_inset
23121 </cell>
23122 </row>
23123 <row>
23124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23125 \begin_inset Text
23126
23127 \begin_layout Plain Layout
23128
23129 \backslash
23130 unlhd
23131 \end_layout
23132
23133 \end_inset
23134 </cell>
23135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23136 \begin_inset Text
23137
23138 \begin_layout Plain Layout
23139 \begin_inset Formula $\unlhd$
23140 \end_inset
23141
23142
23143 \end_layout
23144
23145 \end_inset
23146 </cell>
23147 </row>
23148 <row>
23149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23150 \begin_inset Text
23151
23152 \begin_layout Plain Layout
23153
23154 \backslash
23155 gtrless
23156 \end_layout
23157
23158 \end_inset
23159 </cell>
23160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23161 \begin_inset Text
23162
23163 \begin_layout Plain Layout
23164 \begin_inset Formula $\gtrless$
23165 \end_inset
23166
23167
23168 \end_layout
23169
23170 \end_inset
23171 </cell>
23172 </row>
23173 <row>
23174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23175 \begin_inset Text
23176
23177 \begin_layout Plain Layout
23178
23179 \backslash
23180 mid
23181 \end_layout
23182
23183 \end_inset
23184 </cell>
23185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23186 \begin_inset Text
23187
23188 \begin_layout Plain Layout
23189 \begin_inset Formula $\mid$
23190 \end_inset
23191
23192
23193 \end_layout
23194
23195 \end_inset
23196 </cell>
23197 </row>
23198 <row>
23199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23200 \begin_inset Text
23201
23202 \begin_layout Plain Layout
23203
23204 \backslash
23205 nmid
23206 \end_layout
23207
23208 \end_inset
23209 </cell>
23210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23211 \begin_inset Text
23212
23213 \begin_layout Plain Layout
23214 \begin_inset Formula $\nmid$
23215 \end_inset
23216
23217
23218 \end_layout
23219
23220 \end_inset
23221 </cell>
23222 </row>
23223 </lyxtabular>
23224
23225 \end_inset
23226
23227
23228 \begin_inset space \hfill{}
23229 \end_inset
23230
23231
23232 \begin_inset Tabular
23233 <lyxtabular version="3" rows="17" columns="2">
23234 <features tabularvalignment="middle">
23235 <column alignment="center" valignment="top" width="0pt">
23236 <column alignment="center" valignment="top" width="0pt">
23237 <row>
23238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23239 \begin_inset Text
23240
23241 \begin_layout Plain Layout
23242 Command
23243 \end_layout
23244
23245 \end_inset
23246 </cell>
23247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23248 \begin_inset Text
23249
23250 \begin_layout Plain Layout
23251 Result
23252 \end_layout
23253
23254 \end_inset
23255 </cell>
23256 </row>
23257 <row>
23258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23259 \begin_inset Text
23260
23261 \begin_layout Plain Layout
23262 =
23263 \end_layout
23264
23265 \end_inset
23266 </cell>
23267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23268 \begin_inset Text
23269
23270 \begin_layout Plain Layout
23271 \begin_inset Formula $=$
23272 \end_inset
23273
23274
23275 \end_layout
23276
23277 \end_inset
23278 </cell>
23279 </row>
23280 <row>
23281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23282 \begin_inset Text
23283
23284 \begin_layout Plain Layout
23285
23286 \backslash
23287 not=
23288 \end_layout
23289
23290 \end_inset
23291 </cell>
23292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23293 \begin_inset Text
23294
23295 \begin_layout Plain Layout
23296 \begin_inset Formula $\not=$
23297 \end_inset
23298
23299
23300 \end_layout
23301
23302 \end_inset
23303 </cell>
23304 </row>
23305 <row>
23306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23307 \begin_inset Text
23308
23309 \begin_layout Plain Layout
23310
23311 \backslash
23312 equiv
23313 \end_layout
23314
23315 \end_inset
23316 </cell>
23317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23318 \begin_inset Text
23319
23320 \begin_layout Plain Layout
23321 \begin_inset Formula $\equiv$
23322 \end_inset
23323
23324
23325 \end_layout
23326
23327 \end_inset
23328 </cell>
23329 </row>
23330 <row>
23331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23332 \begin_inset Text
23333
23334 \begin_layout Plain Layout
23335
23336 \backslash
23337 sim
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23343 \begin_inset Text
23344
23345 \begin_layout Plain Layout
23346 \begin_inset Formula $\sim$
23347 \end_inset
23348
23349
23350 \end_layout
23351
23352 \end_inset
23353 </cell>
23354 </row>
23355 <row>
23356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23357 \begin_inset Text
23358
23359 \begin_layout Plain Layout
23360
23361 \backslash
23362 simeq
23363 \end_layout
23364
23365 \end_inset
23366 </cell>
23367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23368 \begin_inset Text
23369
23370 \begin_layout Plain Layout
23371 \begin_inset Formula $\simeq$
23372 \end_inset
23373
23374
23375 \end_layout
23376
23377 \end_inset
23378 </cell>
23379 </row>
23380 <row>
23381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23382 \begin_inset Text
23383
23384 \begin_layout Plain Layout
23385
23386 \backslash
23387 approx
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23393 \begin_inset Text
23394
23395 \begin_layout Plain Layout
23396 \begin_inset Formula $\approx$
23397 \end_inset
23398
23399
23400 \end_layout
23401
23402 \end_inset
23403 </cell>
23404 </row>
23405 <row>
23406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23407 \begin_inset Text
23408
23409 \begin_layout Plain Layout
23410
23411 \backslash
23412 cong
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23418 \begin_inset Text
23419
23420 \begin_layout Plain Layout
23421 \begin_inset Formula $\cong$
23422 \end_inset
23423
23424
23425 \end_layout
23426
23427 \end_inset
23428 </cell>
23429 </row>
23430 <row>
23431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23432 \begin_inset Text
23433
23434 \begin_layout Plain Layout
23435
23436 \backslash
23437 bowtie
23438 \end_layout
23439
23440 \end_inset
23441 </cell>
23442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23443 \begin_inset Text
23444
23445 \begin_layout Plain Layout
23446 \begin_inset Formula $\bowtie$
23447 \end_inset
23448
23449
23450 \end_layout
23451
23452 \end_inset
23453 </cell>
23454 </row>
23455 <row>
23456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23457 \begin_inset Text
23458
23459 \begin_layout Plain Layout
23460
23461 \backslash
23462 notin
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23468 \begin_inset Text
23469
23470 \begin_layout Plain Layout
23471 \begin_inset Formula $\notin$
23472 \end_inset
23473
23474
23475 \end_layout
23476
23477 \end_inset
23478 </cell>
23479 </row>
23480 <row>
23481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23482 \begin_inset Text
23483
23484 \begin_layout Plain Layout
23485
23486 \backslash
23487 perp
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23493 \begin_inset Text
23494
23495 \begin_layout Plain Layout
23496 \begin_inset Formula $\perp$
23497 \end_inset
23498
23499
23500 \end_layout
23501
23502 \end_inset
23503 </cell>
23504 </row>
23505 <row>
23506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23507 \begin_inset Text
23508
23509 \begin_layout Plain Layout
23510
23511 \backslash
23512 propto
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23518 \begin_inset Text
23519
23520 \begin_layout Plain Layout
23521 \begin_inset Formula $\propto$
23522 \end_inset
23523
23524
23525 \end_layout
23526
23527 \end_inset
23528 </cell>
23529 </row>
23530 <row>
23531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23532 \begin_inset Text
23533
23534 \begin_layout Plain Layout
23535
23536 \backslash
23537 asymp
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23543 \begin_inset Text
23544
23545 \begin_layout Plain Layout
23546 \begin_inset Formula $\asymp$
23547 \end_inset
23548
23549
23550 \end_layout
23551
23552 \end_inset
23553 </cell>
23554 </row>
23555 <row>
23556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23557 \begin_inset Text
23558
23559 \begin_layout Plain Layout
23560
23561 \backslash
23562 doteq
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23568 \begin_inset Text
23569
23570 \begin_layout Plain Layout
23571 \begin_inset Formula $\doteq$
23572 \end_inset
23573
23574
23575 \end_layout
23576
23577 \end_inset
23578 </cell>
23579 </row>
23580 <row>
23581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23582 \begin_inset Text
23583
23584 \begin_layout Plain Layout
23585
23586 \backslash
23587 circeq
23588 \end_layout
23589
23590 \end_inset
23591 </cell>
23592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23593 \begin_inset Text
23594
23595 \begin_layout Plain Layout
23596 \begin_inset Formula $\circeq$
23597 \end_inset
23598
23599
23600 \end_layout
23601
23602 \end_inset
23603 </cell>
23604 </row>
23605 <row>
23606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23607 \begin_inset Text
23608
23609 \begin_layout Plain Layout
23610
23611 \backslash
23612 models
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23618 \begin_inset Text
23619
23620 \begin_layout Plain Layout
23621 \begin_inset Formula $\models$
23622 \end_inset
23623
23624
23625 \end_layout
23626
23627 \end_inset
23628 </cell>
23629 </row>
23630 <row>
23631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23632 \begin_inset Text
23633
23634 \begin_layout Plain Layout
23635
23636 \backslash
23637 widehat=
23638 \end_layout
23639
23640 \end_inset
23641 </cell>
23642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23643 \begin_inset Text
23644
23645 \begin_layout Plain Layout
23646 \begin_inset Formula $\widehat{=}$
23647 \end_inset
23648
23649
23650 \end_layout
23651
23652 \end_inset
23653 </cell>
23654 </row>
23655 </lyxtabular>
23656
23657 \end_inset
23658
23659
23660 \begin_inset space \hfill{}
23661 \end_inset
23662
23663
23664 \begin_inset Tabular
23665 <lyxtabular version="3" rows="17" columns="2">
23666 <features tabularvalignment="middle">
23667 <column alignment="center" valignment="top" width="0pt">
23668 <column alignment="center" valignment="top" width="0pt">
23669 <row>
23670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23671 \begin_inset Text
23672
23673 \begin_layout Plain Layout
23674 Command
23675 \end_layout
23676
23677 \end_inset
23678 </cell>
23679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23680 \begin_inset Text
23681
23682 \begin_layout Plain Layout
23683 Result
23684 \end_layout
23685
23686 \end_inset
23687 </cell>
23688 </row>
23689 <row>
23690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23691 \begin_inset Text
23692
23693 \begin_layout Plain Layout
23694 >
23695 \end_layout
23696
23697 \end_inset
23698 </cell>
23699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23700 \begin_inset Text
23701
23702 \begin_layout Plain Layout
23703 \begin_inset Formula $>$
23704 \end_inset
23705
23706
23707 \end_layout
23708
23709 \end_inset
23710 </cell>
23711 </row>
23712 <row>
23713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23714 \begin_inset Text
23715
23716 \begin_layout Plain Layout
23717
23718 \backslash
23719 ge
23720 \end_layout
23721
23722 \end_inset
23723 </cell>
23724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23725 \begin_inset Text
23726
23727 \begin_layout Plain Layout
23728 \begin_inset Formula $\ge$
23729 \end_inset
23730
23731
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 </row>
23737 <row>
23738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23739 \begin_inset Text
23740
23741 \begin_layout Plain Layout
23742
23743 \backslash
23744 gg
23745 \end_layout
23746
23747 \end_inset
23748 </cell>
23749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23750 \begin_inset Text
23751
23752 \begin_layout Plain Layout
23753 \begin_inset Formula $\gg$
23754 \end_inset
23755
23756
23757 \end_layout
23758
23759 \end_inset
23760 </cell>
23761 </row>
23762 <row>
23763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23764 \begin_inset Text
23765
23766 \begin_layout Plain Layout
23767
23768 \backslash
23769 succ
23770 \end_layout
23771
23772 \end_inset
23773 </cell>
23774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23775 \begin_inset Text
23776
23777 \begin_layout Plain Layout
23778 \begin_inset Formula $\succ$
23779 \end_inset
23780
23781
23782 \end_layout
23783
23784 \end_inset
23785 </cell>
23786 </row>
23787 <row>
23788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23789 \begin_inset Text
23790
23791 \begin_layout Plain Layout
23792
23793 \backslash
23794 succeq
23795 \end_layout
23796
23797 \end_inset
23798 </cell>
23799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23800 \begin_inset Text
23801
23802 \begin_layout Plain Layout
23803 \begin_inset Formula $\succeq$
23804 \end_inset
23805
23806
23807 \end_layout
23808
23809 \end_inset
23810 </cell>
23811 </row>
23812 <row>
23813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23814 \begin_inset Text
23815
23816 \begin_layout Plain Layout
23817
23818 \backslash
23819 supset
23820 \end_layout
23821
23822 \end_inset
23823 </cell>
23824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23825 \begin_inset Text
23826
23827 \begin_layout Plain Layout
23828 \begin_inset Formula $\supset$
23829 \end_inset
23830
23831
23832 \end_layout
23833
23834 \end_inset
23835 </cell>
23836 </row>
23837 <row>
23838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23839 \begin_inset Text
23840
23841 \begin_layout Plain Layout
23842
23843 \backslash
23844 supseteq
23845 \end_layout
23846
23847 \end_inset
23848 </cell>
23849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23850 \begin_inset Text
23851
23852 \begin_layout Plain Layout
23853 \begin_inset Formula $\supseteq$
23854 \end_inset
23855
23856
23857 \end_layout
23858
23859 \end_inset
23860 </cell>
23861 </row>
23862 <row>
23863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23864 \begin_inset Text
23865
23866 \begin_layout Plain Layout
23867
23868 \backslash
23869 sqsupseteq
23870 \end_layout
23871
23872 \end_inset
23873 </cell>
23874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23875 \begin_inset Text
23876
23877 \begin_layout Plain Layout
23878 \begin_inset Formula $\sqsupseteq$
23879 \end_inset
23880
23881
23882 \end_layout
23883
23884 \end_inset
23885 </cell>
23886 </row>
23887 <row>
23888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23889 \begin_inset Text
23890
23891 \begin_layout Plain Layout
23892
23893 \backslash
23894 ni
23895 \end_layout
23896
23897 \end_inset
23898 </cell>
23899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23900 \begin_inset Text
23901
23902 \begin_layout Plain Layout
23903 \begin_inset Formula $\ni$
23904 \end_inset
23905
23906
23907 \end_layout
23908
23909 \end_inset
23910 </cell>
23911 </row>
23912 <row>
23913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23914 \begin_inset Text
23915
23916 \begin_layout Plain Layout
23917
23918 \backslash
23919 dashv
23920 \end_layout
23921
23922 \end_inset
23923 </cell>
23924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23925 \begin_inset Text
23926
23927 \begin_layout Plain Layout
23928 \begin_inset Formula $\dashv$
23929 \end_inset
23930
23931
23932 \end_layout
23933
23934 \end_inset
23935 </cell>
23936 </row>
23937 <row>
23938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23939 \begin_inset Text
23940
23941 \begin_layout Plain Layout
23942
23943 \backslash
23944 frown
23945 \end_layout
23946
23947 \end_inset
23948 </cell>
23949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23950 \begin_inset Text
23951
23952 \begin_layout Plain Layout
23953 \begin_inset Formula $\frown$
23954 \end_inset
23955
23956
23957 \end_layout
23958
23959 \end_inset
23960 </cell>
23961 </row>
23962 <row>
23963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23964 \begin_inset Text
23965
23966 \begin_layout Plain Layout
23967
23968 \backslash
23969 rhd
23970 \end_layout
23971
23972 \end_inset
23973 </cell>
23974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23975 \begin_inset Text
23976
23977 \begin_layout Plain Layout
23978 \begin_inset Formula $\rhd$
23979 \end_inset
23980
23981
23982 \end_layout
23983
23984 \end_inset
23985 </cell>
23986 </row>
23987 <row>
23988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23989 \begin_inset Text
23990
23991 \begin_layout Plain Layout
23992
23993 \backslash
23994 unrhd
23995 \end_layout
23996
23997 \end_inset
23998 </cell>
23999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24000 \begin_inset Text
24001
24002 \begin_layout Plain Layout
24003 \begin_inset Formula $\unrhd$
24004 \end_inset
24005
24006
24007 \end_layout
24008
24009 \end_inset
24010 </cell>
24011 </row>
24012 <row>
24013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24014 \begin_inset Text
24015
24016 \begin_layout Plain Layout
24017
24018 \backslash
24019 lessgtr
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24025 \begin_inset Text
24026
24027 \begin_layout Plain Layout
24028 \begin_inset Formula $\lessgtr$
24029 \end_inset
24030
24031
24032 \end_layout
24033
24034 \end_inset
24035 </cell>
24036 </row>
24037 <row>
24038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24039 \begin_inset Text
24040
24041 \begin_layout Plain Layout
24042
24043 \backslash
24044 parallel
24045 \end_layout
24046
24047 \end_inset
24048 </cell>
24049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24050 \begin_inset Text
24051
24052 \begin_layout Plain Layout
24053 \begin_inset Formula $\parallel$
24054 \end_inset
24055
24056
24057 \end_layout
24058
24059 \end_inset
24060 </cell>
24061 </row>
24062 <row>
24063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24064 \begin_inset Text
24065
24066 \begin_layout Plain Layout
24067
24068 \backslash
24069 nparallel
24070 \end_layout
24071
24072 \end_inset
24073 </cell>
24074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24075 \begin_inset Text
24076
24077 \begin_layout Plain Layout
24078 \begin_inset Formula $\nparallel$
24079 \end_inset
24080
24081
24082 \end_layout
24083
24084 \end_inset
24085 </cell>
24086 </row>
24087 </lyxtabular>
24088
24089 \end_inset
24090
24091
24092 \begin_inset space \hfill{}
24093 \end_inset
24094
24095
24096 \end_layout
24097
24098 \begin_layout Standard
24099 \begin_inset VSpace medskip
24100 \end_inset
24101
24102 The characters 
24103 \series bold
24104
24105 \backslash
24106 lhd
24107 \series default
24108  and 
24109 \series bold
24110
24111 \backslash
24112 rhd
24113 \series default
24114  are bigger than the equal looking operators 
24115 \series bold
24116
24117 \backslash
24118 triangleleft
24119 \series default
24120  and 
24121 \series bold
24122
24123 \backslash
24124 triangleright
24125 \series default
24126 , respectively.
24127 \end_layout
24128
24129 \begin_layout Standard
24130 Relations are, in contrary to symbols, always surrounded by space.
24131 \end_layout
24132
24133 \begin_layout Standard
24134 Relations with labels can be created with the command 
24135 \series bold
24136
24137 \backslash
24138 stackrel
24139 \series default
24140
24141 \begin_inset Index
24142 status collapsed
24143
24144 \begin_layout Plain Layout
24145 Commands ! S ! 
24146 \backslash
24147 stackrel
24148 \end_layout
24149
24150 \end_inset
24151
24152 :
24153 \end_layout
24154
24155 \begin_layout Standard
24156 \align center
24157 \begin_inset Tabular
24158 <lyxtabular version="3" rows="2" columns="2">
24159 <features tabularvalignment="middle">
24160 <column alignment="center" valignment="top" width="0">
24161 <column alignment="center" valignment="top" width="0">
24162 <row>
24163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24164 \begin_inset Text
24165
24166 \begin_layout Plain Layout
24167 Command
24168 \end_layout
24169
24170 \end_inset
24171 </cell>
24172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24173 \begin_inset Text
24174
24175 \begin_layout Plain Layout
24176 Result
24177 \begin_inset Note Note
24178 status collapsed
24179
24180 \begin_layout Plain Layout
24181
24182 \series bold
24183
24184 \backslash
24185 raisebox
24186 \series default
24187  is only used as spacer.
24188 \end_layout
24189
24190 \end_inset
24191
24192
24193 \end_layout
24194
24195 \end_inset
24196 </cell>
24197 </row>
24198 <row>
24199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24200 \begin_inset Text
24201
24202 \begin_layout Plain Layout
24203 A(r)
24204 \backslash
24205 stackrel
24206 \begin_inset ERT
24207 status collapsed
24208
24209 \begin_layout Plain Layout
24210
24211
24212 \backslash
24213 spce 
24214 \end_layout
24215
24216 \end_inset
24217
24218 r
24219 \backslash
24220 to
24221 \backslash
24222 infty
24223 \begin_inset ERT
24224 status collapsed
24225
24226 \begin_layout Plain Layout
24227
24228
24229 \backslash
24230 spce 
24231 \end_layout
24232
24233 \end_inset
24234
24235
24236 \begin_inset Formula $\downarrow$
24237 \end_inset
24238
24239
24240 \backslash
24241 approx
24242 \begin_inset ERT
24243 status collapsed
24244
24245 \begin_layout Plain Layout
24246
24247
24248 \backslash
24249 spce 
24250 \end_layout
24251
24252 \end_inset
24253
24254
24255 \begin_inset ERT
24256 status collapsed
24257
24258 \begin_layout Plain Layout
24259
24260
24261 \backslash
24262 spce 
24263 \end_layout
24264
24265 \end_inset
24266
24267 B
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 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24277 \end_inset
24278
24279
24280 \end_layout
24281
24282 \end_inset
24283 </cell>
24284 </row>
24285 </lyxtabular>
24286
24287 \end_inset
24288
24289
24290 \end_layout
24291
24292 \begin_layout Section
24293 Functions
24294 \end_layout
24295
24296 \begin_layout Subsection
24297 Predefined Functions
24298 \begin_inset CommandInset label
24299 LatexCommand label
24300 name "sub:Predefined-Functions"
24301
24302 \end_inset
24303
24304
24305 \begin_inset Index
24306 status collapsed
24307
24308 \begin_layout Plain Layout
24309 Functions ! predefined
24310 \end_layout
24311
24312 \end_inset
24313
24314
24315 \end_layout
24316
24317 \begin_layout Standard
24318 In general, variables are set 
24319 \emph on
24320 italic
24321 \emph default
24322  in mathematical expressions, but not function names, because 
24323 \begin_inset Formula $sin$
24324 \end_inset
24325
24326  could be misunderstood as 
24327 \begin_inset Formula $s\cdot i\cdot n$
24328 \end_inset
24329
24330 .
24331  Therefore there are predefined functions, that are additionally a bit separated
24332  from prefactors.
24333  They are inserted as commands starting with a backslash before their name.
24334 \end_layout
24335
24336 \begin_layout Standard
24337 \align center
24338 \begin_inset Tabular
24339 <lyxtabular version="3" rows="2" columns="4">
24340 <features tabularvalignment="middle">
24341 <column alignment="center" valignment="top" width="0pt">
24342 <column alignment="center" valignment="top" width="0pt">
24343 <column alignment="center" valignment="top" width="0pt">
24344 <column alignment="center" valignment="top" width="0pt">
24345 <row>
24346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24347 \begin_inset Text
24348
24349 \begin_layout Plain Layout
24350 Command
24351 \end_layout
24352
24353 \end_inset
24354 </cell>
24355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24356 \begin_inset Text
24357
24358 \begin_layout Plain Layout
24359 Result
24360 \end_layout
24361
24362 \end_inset
24363 </cell>
24364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24365 \begin_inset Text
24366
24367 \begin_layout Plain Layout
24368 Command
24369 \end_layout
24370
24371 \end_inset
24372 </cell>
24373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24374 \begin_inset Text
24375
24376 \begin_layout Plain Layout
24377 Result
24378 \end_layout
24379
24380 \end_inset
24381 </cell>
24382 </row>
24383 <row>
24384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24385 \begin_inset Text
24386
24387 \begin_layout Plain Layout
24388 Asin(x)+B
24389 \end_layout
24390
24391 \end_inset
24392 </cell>
24393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24394 \begin_inset Text
24395
24396 \begin_layout Plain Layout
24397 \begin_inset Formula $Asin(x)+B$
24398 \end_inset
24399
24400
24401 \end_layout
24402
24403 \end_inset
24404 </cell>
24405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24406 \begin_inset Text
24407
24408 \begin_layout Plain Layout
24409 A
24410 \backslash
24411 sin(x)+B
24412 \end_layout
24413
24414 \end_inset
24415 </cell>
24416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24417 \begin_inset Text
24418
24419 \begin_layout Plain Layout
24420 \begin_inset Formula $A\sin(x)+B$
24421 \end_inset
24422
24423
24424 \end_layout
24425
24426 \end_inset
24427 </cell>
24428 </row>
24429 </lyxtabular>
24430
24431 \end_inset
24432
24433
24434 \end_layout
24435
24436 \begin_layout Standard
24437 The following functions are predefined:
24438 \end_layout
24439
24440 \begin_layout Standard
24441 \begin_inset VSpace -2mm
24442 \end_inset
24443
24444
24445 \end_layout
24446
24447 \begin_layout Standard
24448 \align center
24449 \begin_inset Tabular
24450 <lyxtabular version="3" rows="9" columns="4">
24451 <features tabularvalignment="middle">
24452 <column alignment="center" valignment="top" width="0pt">
24453 <column alignment="center" valignment="top" width="0pt">
24454 <column alignment="center" valignment="top" width="0pt">
24455 <column alignment="center" valignment="top" width="0pt">
24456 <row>
24457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24458 \begin_inset Text
24459
24460 \begin_layout Plain Layout
24461 Command
24462 \end_layout
24463
24464 \end_inset
24465 </cell>
24466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24467 \begin_inset Text
24468
24469 \begin_layout Plain Layout
24470 Command
24471 \end_layout
24472
24473 \end_inset
24474 </cell>
24475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24476 \begin_inset Text
24477
24478 \begin_layout Plain Layout
24479 Command
24480 \end_layout
24481
24482 \end_inset
24483 </cell>
24484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24485 \begin_inset Text
24486
24487 \begin_layout Plain Layout
24488 Command
24489 \end_layout
24490
24491 \end_inset
24492 </cell>
24493 </row>
24494 <row>
24495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24496 \begin_inset Text
24497
24498 \begin_layout Plain Layout
24499
24500 \backslash
24501 sin
24502 \end_layout
24503
24504 \end_inset
24505 </cell>
24506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24507 \begin_inset Text
24508
24509 \begin_layout Plain Layout
24510
24511 \backslash
24512 sinh
24513 \end_layout
24514
24515 \end_inset
24516 </cell>
24517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24518 \begin_inset Text
24519
24520 \begin_layout Plain Layout
24521
24522 \backslash
24523 arcsin
24524 \end_layout
24525
24526 \end_inset
24527 </cell>
24528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24529 \begin_inset Text
24530
24531 \begin_layout Plain Layout
24532
24533 \backslash
24534 sup
24535 \end_layout
24536
24537 \end_inset
24538 </cell>
24539 </row>
24540 <row>
24541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24542 \begin_inset Text
24543
24544 \begin_layout Plain Layout
24545
24546 \backslash
24547 cos
24548 \end_layout
24549
24550 \end_inset
24551 </cell>
24552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24553 \begin_inset Text
24554
24555 \begin_layout Plain Layout
24556
24557 \backslash
24558 cosh
24559 \end_layout
24560
24561 \end_inset
24562 </cell>
24563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24564 \begin_inset Text
24565
24566 \begin_layout Plain Layout
24567
24568 \backslash
24569 arccos
24570 \end_layout
24571
24572 \end_inset
24573 </cell>
24574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24575 \begin_inset Text
24576
24577 \begin_layout Plain Layout
24578
24579 \backslash
24580 inf
24581 \end_layout
24582
24583 \end_inset
24584 </cell>
24585 </row>
24586 <row>
24587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24588 \begin_inset Text
24589
24590 \begin_layout Plain Layout
24591
24592 \backslash
24593 tan
24594 \end_layout
24595
24596 \end_inset
24597 </cell>
24598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24599 \begin_inset Text
24600
24601 \begin_layout Plain Layout
24602
24603 \backslash
24604 tanh
24605 \end_layout
24606
24607 \end_inset
24608 </cell>
24609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24610 \begin_inset Text
24611
24612 \begin_layout Plain Layout
24613
24614 \backslash
24615 arctan
24616 \end_layout
24617
24618 \end_inset
24619 </cell>
24620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24621 \begin_inset Text
24622
24623 \begin_layout Plain Layout
24624
24625 \backslash
24626 lim
24627 \end_layout
24628
24629 \end_inset
24630 </cell>
24631 </row>
24632 <row>
24633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24634 \begin_inset Text
24635
24636 \begin_layout Plain Layout
24637
24638 \backslash
24639 cot
24640 \end_layout
24641
24642 \end_inset
24643 </cell>
24644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24645 \begin_inset Text
24646
24647 \begin_layout Plain Layout
24648
24649 \backslash
24650 coth
24651 \end_layout
24652
24653 \end_inset
24654 </cell>
24655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24656 \begin_inset Text
24657
24658 \begin_layout Plain Layout
24659
24660 \backslash
24661 arg
24662 \end_layout
24663
24664 \end_inset
24665 </cell>
24666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24667 \begin_inset Text
24668
24669 \begin_layout Plain Layout
24670
24671 \backslash
24672 liminf
24673 \end_layout
24674
24675 \end_inset
24676 </cell>
24677 </row>
24678 <row>
24679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24680 \begin_inset Text
24681
24682 \begin_layout Plain Layout
24683
24684 \backslash
24685 sec
24686 \end_layout
24687
24688 \end_inset
24689 </cell>
24690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24691 \begin_inset Text
24692
24693 \begin_layout Plain Layout
24694
24695 \backslash
24696 min
24697 \end_layout
24698
24699 \end_inset
24700 </cell>
24701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24702 \begin_inset Text
24703
24704 \begin_layout Plain Layout
24705
24706 \backslash
24707 deg
24708 \end_layout
24709
24710 \end_inset
24711 </cell>
24712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24713 \begin_inset Text
24714
24715 \begin_layout Plain Layout
24716
24717 \backslash
24718 limsup
24719 \end_layout
24720
24721 \end_inset
24722 </cell>
24723 </row>
24724 <row>
24725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24726 \begin_inset Text
24727
24728 \begin_layout Plain Layout
24729
24730 \backslash
24731 csc
24732 \end_layout
24733
24734 \end_inset
24735 </cell>
24736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24737 \begin_inset Text
24738
24739 \begin_layout Plain Layout
24740
24741 \backslash
24742 max
24743 \end_layout
24744
24745 \end_inset
24746 </cell>
24747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24748 \begin_inset Text
24749
24750 \begin_layout Plain Layout
24751
24752 \backslash
24753 det
24754 \end_layout
24755
24756 \end_inset
24757 </cell>
24758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24759 \begin_inset Text
24760
24761 \begin_layout Plain Layout
24762
24763 \backslash
24764 Pr
24765 \end_layout
24766
24767 \end_inset
24768 </cell>
24769 </row>
24770 <row>
24771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24772 \begin_inset Text
24773
24774 \begin_layout Plain Layout
24775
24776 \backslash
24777 ln
24778 \end_layout
24779
24780 \end_inset
24781 </cell>
24782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24783 \begin_inset Text
24784
24785 \begin_layout Plain Layout
24786
24787 \backslash
24788 exp
24789 \end_layout
24790
24791 \end_inset
24792 </cell>
24793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24794 \begin_inset Text
24795
24796 \begin_layout Plain Layout
24797
24798 \backslash
24799 dim
24800 \end_layout
24801
24802 \end_inset
24803 </cell>
24804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24805 \begin_inset Text
24806
24807 \begin_layout Plain Layout
24808
24809 \backslash
24810 hom
24811 \end_layout
24812
24813 \end_inset
24814 </cell>
24815 </row>
24816 <row>
24817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24818 \begin_inset Text
24819
24820 \begin_layout Plain Layout
24821
24822 \backslash
24823 lg
24824 \end_layout
24825
24826 \end_inset
24827 </cell>
24828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24829 \begin_inset Text
24830
24831 \begin_layout Plain Layout
24832
24833 \backslash
24834 log
24835 \end_layout
24836
24837 \end_inset
24838 </cell>
24839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24840 \begin_inset Text
24841
24842 \begin_layout Plain Layout
24843
24844 \backslash
24845 ker
24846 \end_layout
24847
24848 \end_inset
24849 </cell>
24850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24851 \begin_inset Text
24852
24853 \begin_layout Plain Layout
24854
24855 \backslash
24856 gcd
24857 \end_layout
24858
24859 \end_inset
24860 </cell>
24861 </row>
24862 </lyxtabular>
24863
24864 \end_inset
24865
24866
24867 \end_layout
24868
24869 \begin_layout Standard
24870 They can also be inserted with the math toolbar button 
24871 \begin_inset Graphics
24872         filename ../images/math/functions.png
24873         scale 85
24874
24875 \end_inset
24876
24877 .
24878 \end_layout
24879
24880 \begin_layout Subsection
24881 Self-defined Functions
24882 \begin_inset Index
24883 status collapsed
24884
24885 \begin_layout Plain Layout
24886 Functions ! self-defined
24887 \end_layout
24888
24889 \end_inset
24890
24891
24892 \end_layout
24893
24894 \begin_layout Standard
24895 To use a function that is not predefined, like for example the sign function
24896  sgn(x), there are two possibilities:
24897 \end_layout
24898
24899 \begin_layout Itemize
24900 Define the function by inserting the following line to the LaTeX-preamble
24901 \begin_inset Foot
24902 status collapsed
24903
24904 \begin_layout Plain Layout
24905 For more about 
24906 \series bold
24907
24908 \backslash
24909 DeclareMathOperator
24910 \series default
24911  see 
24912 \begin_inset CommandInset ref
24913 LatexCommand ref
24914 reference "sub:Self-defined-Operators"
24915
24916 \end_inset
24917
24918 .
24919 \end_layout
24920
24921 \end_inset
24922
24923
24924 \begin_inset Newline newline
24925 \end_inset
24926
24927
24928 \begin_inset VSpace -3mm
24929 \end_inset
24930
24931
24932 \begin_inset Newline newline
24933 \end_inset
24934
24935
24936 \series bold
24937
24938 \backslash
24939 DeclareMathOperator{
24940 \backslash
24941 sgn}{sgn}
24942 \series default
24943
24944 \begin_inset Index
24945 status collapsed
24946
24947 \begin_layout Plain Layout
24948 Commands ! D ! 
24949 \backslash
24950 dbinom@
24951 \backslash
24952 DeclareMathOperator
24953 \end_layout
24954
24955 \end_inset
24956
24957
24958 \begin_inset Newline newline
24959 \end_inset
24960
24961
24962 \begin_inset VSpace -2mm
24963 \end_inset
24964
24965
24966 \begin_inset Newline newline
24967 \end_inset
24968
24969 Now the new defined function can be called with the command 
24970 \series bold
24971
24972 \backslash
24973 sgn
24974 \series default
24975 .
24976 \end_layout
24977
24978 \begin_layout Itemize
24979 Write the the formula as usual, mark the formula name, in our example the
24980  letters 
24981 \emph on
24982 sgn
24983 \emph default
24984 , and change it to mathematical text.
24985  At last a space is inserted between prefactor and function.
24986 \end_layout
24987
24988 \begin_layout Standard
24989 The result is the same with both methods as with a predefined function
24990 \begin_inset Foot
24991 status collapsed
24992
24993 \begin_layout Plain Layout
24994 In LyX self-defined functions are displayed red, predefined ones black.
24995 \end_layout
24996
24997 \end_inset
24998
24999 :
25000 \end_layout
25001
25002 \begin_layout Standard
25003 \align center
25004 \begin_inset Tabular
25005 <lyxtabular version="3" rows="3" columns="2">
25006 <features tabularvalignment="middle">
25007 <column alignment="center" valignment="top" width="0pt">
25008 <column alignment="center" valignment="top" width="0pt">
25009 <row>
25010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25011 \begin_inset Text
25012
25013 \begin_layout Plain Layout
25014 Command
25015 \end_layout
25016
25017 \end_inset
25018 </cell>
25019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25020 \begin_inset Text
25021
25022 \begin_layout Plain Layout
25023 Result
25024 \end_layout
25025
25026 \end_inset
25027 </cell>
25028 </row>
25029 <row>
25030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25031 \begin_inset Text
25032
25033 \begin_layout Plain Layout
25034 A
25035 \backslash
25036 sgn(x)+B
25037 \end_layout
25038
25039 \end_inset
25040 </cell>
25041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25042 \begin_inset Text
25043
25044 \begin_layout Plain Layout
25045 \begin_inset Formula $A\sgn(x)+B$
25046 \end_inset
25047
25048
25049 \end_layout
25050
25051 \end_inset
25052 </cell>
25053 </row>
25054 <row>
25055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25056 \begin_inset Text
25057
25058 \begin_layout Plain Layout
25059 A
25060 \backslash
25061 ,
25062 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25063 \end_inset
25064
25065 (x)+B
25066 \end_layout
25067
25068 \end_inset
25069 </cell>
25070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25071 \begin_inset Text
25072
25073 \begin_layout Plain Layout
25074 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25075 \end_inset
25076
25077
25078 \end_layout
25079
25080 \end_inset
25081 </cell>
25082 </row>
25083 </lyxtabular>
25084
25085 \end_inset
25086
25087
25088 \end_layout
25089
25090 \begin_layout Standard
25091 The first method is more suitable when the self-defined function should
25092  be used several times.
25093 \end_layout
25094
25095 \begin_layout Subsection
25096 Limits
25097 \begin_inset Index
25098 status collapsed
25099
25100 \begin_layout Plain Layout
25101 Limits
25102 \end_layout
25103
25104 \end_inset
25105
25106
25107 \end_layout
25108
25109 \begin_layout Standard
25110 For limits there are defined besides 
25111 \series bold
25112
25113 \backslash
25114 lim
25115 \series default
25116
25117 \begin_inset Index
25118 status collapsed
25119
25120 \begin_layout Plain Layout
25121 Commands ! L ! 
25122 \backslash
25123 lim
25124 \end_layout
25125
25126 \end_inset
25127
25128
25129 \series bold
25130
25131 \backslash
25132 liminf
25133 \series default
25134  and 
25135 \series bold
25136
25137 \backslash
25138 limsup
25139 \series default
25140  furthermore the following functions:
25141 \end_layout
25142
25143 \begin_layout Standard
25144 \align center
25145 \begin_inset Tabular
25146 <lyxtabular version="3" rows="5" columns="2">
25147 <features tabularvalignment="middle">
25148 <column alignment="center" valignment="top" width="0">
25149 <column alignment="center" valignment="top" width="0">
25150 <row>
25151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25152 \begin_inset Text
25153
25154 \begin_layout Plain Layout
25155 Command
25156 \end_layout
25157
25158 \end_inset
25159 </cell>
25160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25161 \begin_inset Text
25162
25163 \begin_layout Plain Layout
25164 Result
25165 \begin_inset Note Note
25166 status collapsed
25167
25168 \begin_layout Plain Layout
25169
25170 \series bold
25171
25172 \backslash
25173 raisebox
25174 \series default
25175  is only used as spacer.
25176 \end_layout
25177
25178 \end_inset
25179
25180
25181 \end_layout
25182
25183 \end_inset
25184 </cell>
25185 </row>
25186 <row>
25187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25188 \begin_inset Text
25189
25190 \begin_layout Plain Layout
25191
25192 \backslash
25193 varliminf
25194 \end_layout
25195
25196 \end_inset
25197 </cell>
25198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25199 \begin_inset Text
25200
25201 \begin_layout Plain Layout
25202 \begin_inset Formula $\varliminf$
25203 \end_inset
25204
25205
25206 \end_layout
25207
25208 \end_inset
25209 </cell>
25210 </row>
25211 <row>
25212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25213 \begin_inset Text
25214
25215 \begin_layout Plain Layout
25216
25217 \backslash
25218 varlimsup
25219 \end_layout
25220
25221 \end_inset
25222 </cell>
25223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25224 \begin_inset Text
25225
25226 \begin_layout Plain Layout
25227 \begin_inset Formula $\varlimsup$
25228 \end_inset
25229
25230
25231 \end_layout
25232
25233 \end_inset
25234 </cell>
25235 </row>
25236 <row>
25237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25238 \begin_inset Text
25239
25240 \begin_layout Plain Layout
25241
25242 \backslash
25243 varprojlim
25244 \end_layout
25245
25246 \end_inset
25247 </cell>
25248 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25249 \begin_inset Text
25250
25251 \begin_layout Plain Layout
25252 \begin_inset Formula $\varprojlim$
25253 \end_inset
25254
25255
25256 \end_layout
25257
25258 \end_inset
25259 </cell>
25260 </row>
25261 <row>
25262 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25263 \begin_inset Text
25264
25265 \begin_layout Plain Layout
25266
25267 \backslash
25268 varinjlim
25269 \end_layout
25270
25271 \end_inset
25272 </cell>
25273 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25274 \begin_inset Text
25275
25276 \begin_layout Plain Layout
25277 \begin_inset Formula $\varinjlim$
25278 \end_inset
25279
25280
25281 \begin_inset Formula $\raisebox{-2.5mm}{}$
25282 \end_inset
25283
25284
25285 \end_layout
25286
25287 \end_inset
25288 </cell>
25289 </row>
25290 </lyxtabular>
25291
25292 \end_inset
25293
25294
25295 \end_layout
25296
25297 \begin_layout Standard
25298 \begin_inset VSpace medskip
25299 \end_inset
25300
25301 The limit is created by inserting a subscript.
25302  It is set right beside the function in an inline formula:
25303 \end_layout
25304
25305 \begin_layout Standard
25306 \align center
25307 \begin_inset Tabular
25308 <lyxtabular version="3" rows="2" columns="2">
25309 <features tabularvalignment="middle">
25310 <column alignment="center" valignment="top" width="0pt">
25311 <column alignment="center" valignment="top" width="0pt">
25312 <row>
25313 <cell alignment="center" valignment="top" usebox="none">
25314 \begin_inset Text
25315
25316 \begin_layout Plain Layout
25317 Command
25318 \end_layout
25319
25320 \end_inset
25321 </cell>
25322 <cell alignment="center" valignment="top" usebox="none">
25323 \begin_inset Text
25324
25325 \begin_layout Plain Layout
25326 \begin_inset space \hspace{}
25327 \length 1cm
25328 \end_inset
25329
25330 Result
25331 \begin_inset Note Note
25332 status collapsed
25333
25334 \begin_layout Plain Layout
25335
25336 \series bold
25337
25338 \backslash
25339 hspace
25340 \series default
25341  and
25342 \series bold
25343  
25344 \backslash
25345 raisebox
25346 \series default
25347  are used here as spacer.
25348 \end_layout
25349
25350 \end_inset
25351
25352
25353 \end_layout
25354
25355 \end_inset
25356 </cell>
25357 </row>
25358 <row>
25359 <cell alignment="center" valignment="top" usebox="none">
25360 \begin_inset Text
25361
25362 \begin_layout Plain Layout
25363
25364 \backslash
25365 lim_x
25366 \backslash
25367 to
25368 \begin_inset ERT
25369 status collapsed
25370
25371 \begin_layout Plain Layout
25372
25373
25374 \backslash
25375 spce 
25376 \end_layout
25377
25378 \end_inset
25379
25380 A
25381 \begin_inset ERT
25382 status collapsed
25383
25384 \begin_layout Plain Layout
25385
25386
25387 \backslash
25388 spce 
25389 \end_layout
25390
25391 \end_inset
25392
25393 x=B
25394 \end_layout
25395
25396 \end_inset
25397 </cell>
25398 <cell alignment="center" valignment="top" usebox="none">
25399 \begin_inset Text
25400
25401 \begin_layout Plain Layout
25402 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25403 \end_inset
25404
25405
25406 \end_layout
25407
25408 \end_inset
25409 </cell>
25410 </row>
25411 </lyxtabular>
25412
25413 \end_inset
25414
25415
25416 \end_layout
25417
25418 \begin_layout Standard
25419 In a displayed formula the limit is set below the formula, as usual:
25420 \begin_inset Formula \[
25421 \lim_{x\to A}x=B\]
25422
25423 \end_inset
25424
25425
25426 \end_layout
25427
25428 \begin_layout Subsection
25429 Modulo-Functions
25430 \begin_inset Index
25431 status collapsed
25432
25433 \begin_layout Plain Layout
25434 Functions ! modulo-
25435 \end_layout
25436
25437 \end_inset
25438
25439
25440 \end_layout
25441
25442 \begin_layout Standard
25443 The modulo-function is special, because it exists in four variants.
25444 \end_layout
25445
25446 \begin_layout Standard
25447 The variants in a displayed formula:
25448 \begin_inset Formula \begin{align*}
25449 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25450 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25451 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25452 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25453 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25454
25455 \end_inset
25456
25457
25458 \end_layout
25459
25460 \begin_layout Standard
25461 In an inline formula less space is set before the function names for all
25462  variants.
25463 \end_layout
25464
25465 \begin_layout Section
25466 Special Characters
25467 \begin_inset Index
25468 status collapsed
25469
25470 \begin_layout Plain Layout
25471 Special characters
25472 \end_layout
25473
25474 \end_inset
25475
25476
25477 \end_layout
25478
25479 \begin_layout Subsection
25480 Special Characters in Mathematical Text
25481 \end_layout
25482
25483 \begin_layout Standard
25484 The following commands can only be used in mathematical text or in TeX-mode:
25485 \end_layout
25486
25487 \begin_layout Standard
25488 \begin_inset space \hfill{}
25489 \end_inset
25490
25491
25492 \begin_inset Tabular
25493 <lyxtabular version="3" rows="8" columns="2">
25494 <features tabularvalignment="middle">
25495 <column alignment="block" valignment="top" width="0">
25496 <column alignment="block" valignment="top" width="0">
25497 <row>
25498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25499 \begin_inset Text
25500
25501 \begin_layout Plain Layout
25502 Command
25503 \end_layout
25504
25505 \end_inset
25506 </cell>
25507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25508 \begin_inset Text
25509
25510 \begin_layout Plain Layout
25511 Result
25512 \end_layout
25513
25514 \end_inset
25515 </cell>
25516 </row>
25517 <row>
25518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25519 \begin_inset Text
25520
25521 \begin_layout Plain Layout
25522
25523 \backslash
25524 oe
25525 \end_layout
25526
25527 \end_inset
25528 </cell>
25529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25530 \begin_inset Text
25531
25532 \begin_layout Plain Layout
25533 \begin_inset Formula $\textrm{œ}$
25534 \end_inset
25535
25536
25537 \end_layout
25538
25539 \end_inset
25540 </cell>
25541 </row>
25542 <row>
25543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25544 \begin_inset Text
25545
25546 \begin_layout Plain Layout
25547
25548 \backslash
25549 OE
25550 \end_layout
25551
25552 \end_inset
25553 </cell>
25554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25555 \begin_inset Text
25556
25557 \begin_layout Plain Layout
25558 \begin_inset Formula $\textrm{Œ}$
25559 \end_inset
25560
25561
25562 \end_layout
25563
25564 \end_inset
25565 </cell>
25566 </row>
25567 <row>
25568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25569 \begin_inset Text
25570
25571 \begin_layout Plain Layout
25572
25573 \backslash
25574 ae
25575 \end_layout
25576
25577 \end_inset
25578 </cell>
25579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25580 \begin_inset Text
25581
25582 \begin_layout Plain Layout
25583 \begin_inset Formula $\textrm{æ}$
25584 \end_inset
25585
25586
25587 \end_layout
25588
25589 \end_inset
25590 </cell>
25591 </row>
25592 <row>
25593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25594 \begin_inset Text
25595
25596 \begin_layout Plain Layout
25597
25598 \backslash
25599 AE
25600 \end_layout
25601
25602 \end_inset
25603 </cell>
25604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25605 \begin_inset Text
25606
25607 \begin_layout Plain Layout
25608 \begin_inset Formula $\textrm{Æ}$
25609 \end_inset
25610
25611
25612 \end_layout
25613
25614 \end_inset
25615 </cell>
25616 </row>
25617 <row>
25618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25619 \begin_inset Text
25620
25621 \begin_layout Plain Layout
25622
25623 \backslash
25624 aa
25625 \end_layout
25626
25627 \end_inset
25628 </cell>
25629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25630 \begin_inset Text
25631
25632 \begin_layout Plain Layout
25633 \begin_inset Formula $\textrm{\aa}$
25634 \end_inset
25635
25636
25637 \end_layout
25638
25639 \end_inset
25640 </cell>
25641 </row>
25642 <row>
25643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25644 \begin_inset Text
25645
25646 \begin_layout Plain Layout
25647
25648 \backslash
25649 AA
25650 \begin_inset Index
25651 status collapsed
25652
25653 \begin_layout Plain Layout
25654
25655 \backslash
25656 @
25657 \begin_inset ERT
25658 status collapsed
25659
25660 \begin_layout Plain Layout
25661
25662
25663 \backslash
25664 textrm{
25665 \backslash
25666 AA}
25667 \end_layout
25668
25669 \end_inset
25670
25671
25672 \end_layout
25673
25674 \end_inset
25675
25676
25677 \end_layout
25678
25679 \end_inset
25680 </cell>
25681 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" usebox="none">
25696 \begin_inset Text
25697
25698 \begin_layout Plain Layout
25699
25700 \backslash
25701 i
25702 \end_layout
25703
25704 \end_inset
25705 </cell>
25706 <cell alignment="center" valignment="top" bottomline="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 </lyxtabular>
25720
25721 \end_inset
25722
25723
25724 \begin_inset space \hfill{}
25725 \end_inset
25726
25727
25728 \begin_inset Tabular
25729 <lyxtabular version="3" rows="8" columns="2">
25730 <features tabularvalignment="middle">
25731 <column alignment="block" valignment="top" width="0">
25732 <column alignment="center" valignment="top" width="0">
25733 <row>
25734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25735 \begin_inset Text
25736
25737 \begin_layout Plain Layout
25738 command
25739 \begin_inset Note Note
25740 status collapsed
25741
25742 \begin_layout Plain Layout
25743
25744 \series bold
25745
25746 \backslash
25747 hspace{0mm}
25748 \series default
25749  is used for separation, because otherwise the output will be ¡ and ¿ respective
25750 ly.
25751 \end_layout
25752
25753 \end_inset
25754
25755
25756 \end_layout
25757
25758 \end_inset
25759 </cell>
25760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25761 \begin_inset Text
25762
25763 \begin_layout Plain Layout
25764 Result
25765 \end_layout
25766
25767 \end_inset
25768 </cell>
25769 </row>
25770 <row>
25771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25772 \begin_inset Text
25773
25774 \begin_layout Plain Layout
25775
25776 \backslash
25777 o
25778 \end_layout
25779
25780 \end_inset
25781 </cell>
25782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25783 \begin_inset Text
25784
25785 \begin_layout Plain Layout
25786 \begin_inset Formula $\textrm{ø}$
25787 \end_inset
25788
25789
25790 \end_layout
25791
25792 \end_inset
25793 </cell>
25794 </row>
25795 <row>
25796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25797 \begin_inset Text
25798
25799 \begin_layout Plain Layout
25800
25801 \backslash
25802 O
25803 \end_layout
25804
25805 \end_inset
25806 </cell>
25807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25808 \begin_inset Text
25809
25810 \begin_layout Plain Layout
25811 \begin_inset Formula $\textrm{Ø}$
25812 \end_inset
25813
25814
25815 \end_layout
25816
25817 \end_inset
25818 </cell>
25819 </row>
25820 <row>
25821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25822 \begin_inset Text
25823
25824 \begin_layout Plain Layout
25825
25826 \backslash
25827 l
25828 \end_layout
25829
25830 \end_inset
25831 </cell>
25832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25833 \begin_inset Text
25834
25835 \begin_layout Plain Layout
25836 \begin_inset Formula $\textrm{ł}$
25837 \end_inset
25838
25839
25840 \end_layout
25841
25842 \end_inset
25843 </cell>
25844 </row>
25845 <row>
25846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25847 \begin_inset Text
25848
25849 \begin_layout Plain Layout
25850
25851 \backslash
25852 L
25853 \end_layout
25854
25855 \end_inset
25856 </cell>
25857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25858 \begin_inset Text
25859
25860 \begin_layout Plain Layout
25861 \begin_inset Formula $\textrm{Ł}$
25862 \end_inset
25863
25864
25865 \end_layout
25866
25867 \end_inset
25868 </cell>
25869 </row>
25870 <row>
25871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25872 \begin_inset Text
25873
25874 \begin_layout Plain Layout
25875 !
25876 \begin_inset space \hspace{}
25877 \length 0mm
25878 \end_inset
25879
25880 `
25881 \begin_inset ERT
25882 status collapsed
25883
25884 \begin_layout Plain Layout
25885
25886
25887 \backslash
25888 spce 
25889 \end_layout
25890
25891 \end_inset
25892
25893
25894 \end_layout
25895
25896 \end_inset
25897 </cell>
25898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25899 \begin_inset Text
25900
25901 \begin_layout Plain Layout
25902 \begin_inset Formula $\textrm{!`}$
25903 \end_inset
25904
25905
25906 \end_layout
25907
25908 \end_inset
25909 </cell>
25910 </row>
25911 <row>
25912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25913 \begin_inset Text
25914
25915 \begin_layout Plain Layout
25916 ?
25917 \begin_inset space \hspace{}
25918 \length 0mm
25919 \end_inset
25920
25921 `
25922 \begin_inset ERT
25923 status collapsed
25924
25925 \begin_layout Plain Layout
25926
25927
25928 \backslash
25929 spce 
25930 \end_layout
25931
25932 \end_inset
25933
25934
25935 \end_layout
25936
25937 \end_inset
25938 </cell>
25939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25940 \begin_inset Text
25941
25942 \begin_layout Plain Layout
25943 \begin_inset Formula $\textrm{?`}$
25944 \end_inset
25945
25946
25947 \end_layout
25948
25949 \end_inset
25950 </cell>
25951 </row>
25952 <row>
25953 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25954 \begin_inset Text
25955
25956 \begin_layout Plain Layout
25957
25958 \backslash
25959 j
25960 \end_layout
25961
25962 \end_inset
25963 </cell>
25964 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25965 \begin_inset Text
25966
25967 \begin_layout Plain Layout
25968 \begin_inset Formula $\textrm{ȷ}$
25969 \end_inset
25970
25971
25972 \end_layout
25973
25974 \end_inset
25975 </cell>
25976 </row>
25977 </lyxtabular>
25978
25979 \end_inset
25980
25981
25982 \begin_inset space \hfill{}
25983 \end_inset
25984
25985
25986 \end_layout
25987
25988 \begin_layout Standard
25989 The characters 
25990 \begin_inset Formula $\textrm{\textrm{Å}}$
25991 \end_inset
25992
25993  and 
25994 \begin_inset Formula $\textrm{\textrm{Ø}}$
25995 \end_inset
25996
25997  can also be inserted via the math toolbar button 
25998 \begin_inset Graphics
25999         filename ../images/math/digamma.png
26000         scale 85
26001
26002 \end_inset
26003
26004 .
26005 \end_layout
26006
26007 \begin_layout Standard
26008 An exception are the commands 
26009 \series bold
26010 !
26011 \begin_inset space \hspace{}
26012 \length 0mm
26013 \end_inset
26014
26015 `
26016 \series default
26017  and 
26018 \series bold
26019 ?
26020 \begin_inset space \hspace{}
26021 \length 0mm
26022 \end_inset
26023
26024 `
26025 \series default
26026 , because they can be inserted in LyX directly to text.
26027 \end_layout
26028
26029 \begin_layout Subsection
26030 Accents in Text
26031 \begin_inset CommandInset label
26032 LatexCommand label
26033 name "sub:Accents-in-Text"
26034
26035 \end_inset
26036
26037
26038 \begin_inset Index
26039 status collapsed
26040
26041 \begin_layout Plain Layout
26042 Accents ! in text
26043 \end_layout
26044
26045 \end_inset
26046
26047
26048 \end_layout
26049
26050 \begin_layout Standard
26051 With the following commands all letters can be accented.
26052  The commands must be inserted in TeX-mode.
26053 \end_layout
26054
26055 \begin_layout Standard
26056 \begin_inset space \hfill{}
26057 \end_inset
26058
26059
26060 \begin_inset Tabular
26061 <lyxtabular version="3" rows="8" columns="2">
26062 <features tabularvalignment="middle">
26063 <column alignment="block" valignment="top" width="0">
26064 <column alignment="block" valignment="top" width="0">
26065 <row>
26066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26067 \begin_inset Text
26068
26069 \begin_layout Plain Layout
26070 Command
26071 \end_layout
26072
26073 \end_inset
26074 </cell>
26075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26076 \begin_inset Text
26077
26078 \begin_layout Plain Layout
26079 Result
26080 \end_layout
26081
26082 \end_inset
26083 </cell>
26084 </row>
26085 <row>
26086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26087 \begin_inset Text
26088
26089 \begin_layout Plain Layout
26090
26091 \backslash
26092
26093 \begin_inset Quotes grd
26094 \end_inset
26095
26096 e
26097 \end_layout
26098
26099 \end_inset
26100 </cell>
26101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26102 \begin_inset Text
26103
26104 \begin_layout Plain Layout
26105 \begin_inset ERT
26106 status collapsed
26107
26108 \begin_layout Plain Layout
26109
26110
26111 \backslash
26112 "e
26113 \end_layout
26114
26115 \end_inset
26116
26117
26118 \end_layout
26119
26120 \end_inset
26121 </cell>
26122 </row>
26123 <row>
26124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26125 \begin_inset Text
26126
26127 \begin_layout Plain Layout
26128
26129 \backslash
26130 `e
26131 \end_layout
26132
26133 \end_inset
26134 </cell>
26135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26136 \begin_inset Text
26137
26138 \begin_layout Plain Layout
26139 \begin_inset ERT
26140 status collapsed
26141
26142 \begin_layout Plain Layout
26143
26144
26145 \backslash
26146 `e
26147 \end_layout
26148
26149 \end_inset
26150
26151
26152 \end_layout
26153
26154 \end_inset
26155 </cell>
26156 </row>
26157 <row>
26158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26159 \begin_inset Text
26160
26161 \begin_layout Plain Layout
26162
26163 \backslash
26164 ^
26165 \begin_inset ERT
26166 status collapsed
26167
26168 \begin_layout Plain Layout
26169
26170
26171 \backslash
26172 spce 
26173 \end_layout
26174
26175 \end_inset
26176
26177 e
26178 \end_layout
26179
26180 \end_inset
26181 </cell>
26182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26183 \begin_inset Text
26184
26185 \begin_layout Plain Layout
26186 \begin_inset ERT
26187 status collapsed
26188
26189 \begin_layout Plain Layout
26190
26191
26192 \backslash
26193 ^e
26194 \end_layout
26195
26196 \end_inset
26197
26198
26199 \end_layout
26200
26201 \end_inset
26202 </cell>
26203 </row>
26204 <row>
26205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26206 \begin_inset Text
26207
26208 \begin_layout Plain Layout
26209
26210 \backslash
26211 =e
26212 \end_layout
26213
26214 \end_inset
26215 </cell>
26216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26217 \begin_inset Text
26218
26219 \begin_layout Plain Layout
26220 \begin_inset ERT
26221 status collapsed
26222
26223 \begin_layout Plain Layout
26224
26225
26226 \backslash
26227 =e
26228 \end_layout
26229
26230 \end_inset
26231
26232
26233 \end_layout
26234
26235 \end_inset
26236 </cell>
26237 </row>
26238 <row>
26239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26240 \begin_inset Text
26241
26242 \begin_layout Plain Layout
26243
26244 \backslash
26245 u
26246 \begin_inset ERT
26247 status collapsed
26248
26249 \begin_layout Plain Layout
26250
26251
26252 \backslash
26253 spce 
26254 \end_layout
26255
26256 \end_inset
26257
26258 e
26259 \end_layout
26260
26261 \end_inset
26262 </cell>
26263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26264 \begin_inset Text
26265
26266 \begin_layout Plain Layout
26267 \begin_inset ERT
26268 status collapsed
26269
26270 \begin_layout Plain Layout
26271
26272
26273 \backslash
26274 u e
26275 \end_layout
26276
26277 \end_inset
26278
26279
26280 \end_layout
26281
26282 \end_inset
26283 </cell>
26284 </row>
26285 <row>
26286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26287 \begin_inset Text
26288
26289 \begin_layout Plain Layout
26290
26291 \backslash
26292 b
26293 \begin_inset ERT
26294 status collapsed
26295
26296 \begin_layout Plain Layout
26297
26298
26299 \backslash
26300 spce 
26301 \end_layout
26302
26303 \end_inset
26304
26305 e
26306 \end_layout
26307
26308 \end_inset
26309 </cell>
26310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26311 \begin_inset Text
26312
26313 \begin_layout Plain Layout
26314 \begin_inset ERT
26315 status collapsed
26316
26317 \begin_layout Plain Layout
26318
26319
26320 \backslash
26321 b e
26322 \end_layout
26323
26324 \end_inset
26325
26326
26327 \end_layout
26328
26329 \end_inset
26330 </cell>
26331 </row>
26332 <row>
26333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26334 \begin_inset Text
26335
26336 \begin_layout Plain Layout
26337
26338 \backslash
26339 t
26340 \begin_inset ERT
26341 status collapsed
26342
26343 \begin_layout Plain Layout
26344
26345
26346 \backslash
26347 spce 
26348 \end_layout
26349
26350 \end_inset
26351
26352 ee
26353 \end_layout
26354
26355 \end_inset
26356 </cell>
26357 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26358 \begin_inset Text
26359
26360 \begin_layout Plain Layout
26361 \begin_inset ERT
26362 status collapsed
26363
26364 \begin_layout Plain Layout
26365
26366
26367 \backslash
26368 t ee
26369 \end_layout
26370
26371 \end_inset
26372
26373
26374 \end_layout
26375
26376 \end_inset
26377 </cell>
26378 </row>
26379 </lyxtabular>
26380
26381 \end_inset
26382
26383
26384 \begin_inset space \hfill{}
26385 \end_inset
26386
26387
26388 \begin_inset Tabular
26389 <lyxtabular version="3" rows="8" columns="2">
26390 <features tabularvalignment="middle">
26391 <column alignment="block" valignment="top" width="0">
26392 <column alignment="center" valignment="top" width="0">
26393 <row>
26394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26395 \begin_inset Text
26396
26397 \begin_layout Plain Layout
26398 Command
26399 \end_layout
26400
26401 \end_inset
26402 </cell>
26403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26404 \begin_inset Text
26405
26406 \begin_layout Plain Layout
26407 Result
26408 \end_layout
26409
26410 \end_inset
26411 </cell>
26412 </row>
26413 <row>
26414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26415 \begin_inset Text
26416
26417 \begin_layout Plain Layout
26418
26419 \backslash
26420 H
26421 \begin_inset ERT
26422 status collapsed
26423
26424 \begin_layout Plain Layout
26425
26426
26427 \backslash
26428 spce 
26429 \end_layout
26430
26431 \end_inset
26432
26433 e
26434 \end_layout
26435
26436 \end_inset
26437 </cell>
26438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26439 \begin_inset Text
26440
26441 \begin_layout Plain Layout
26442 \begin_inset ERT
26443 status collapsed
26444
26445 \begin_layout Plain Layout
26446
26447
26448 \backslash
26449 H e
26450 \end_layout
26451
26452 \end_inset
26453
26454
26455 \end_layout
26456
26457 \end_inset
26458 </cell>
26459 </row>
26460 <row>
26461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26462 \begin_inset Text
26463
26464 \begin_layout Plain Layout
26465
26466 \backslash
26467 'e
26468 \end_layout
26469
26470 \end_inset
26471 </cell>
26472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26473 \begin_inset Text
26474
26475 \begin_layout Plain Layout
26476 \begin_inset ERT
26477 status collapsed
26478
26479 \begin_layout Plain Layout
26480
26481
26482 \backslash
26483 'e
26484 \end_layout
26485
26486 \end_inset
26487
26488
26489 \end_layout
26490
26491 \end_inset
26492 </cell>
26493 </row>
26494 <row>
26495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26496 \begin_inset Text
26497
26498 \begin_layout Plain Layout
26499
26500 \backslash
26501 ~e
26502 \begin_inset Index
26503 status collapsed
26504
26505 \begin_layout Plain Layout
26506 Tilde
26507 \end_layout
26508
26509 \end_inset
26510
26511
26512 \end_layout
26513
26514 \end_inset
26515 </cell>
26516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26517 \begin_inset Text
26518
26519 \begin_layout Plain Layout
26520 \begin_inset ERT
26521 status collapsed
26522
26523 \begin_layout Plain Layout
26524
26525
26526 \backslash
26527 ~e
26528 \end_layout
26529
26530 \end_inset
26531
26532
26533 \end_layout
26534
26535 \end_inset
26536 </cell>
26537 </row>
26538 <row>
26539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26540 \begin_inset Text
26541
26542 \begin_layout Plain Layout
26543
26544 \backslash
26545 .e
26546 \end_layout
26547
26548 \end_inset
26549 </cell>
26550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26551 \begin_inset Text
26552
26553 \begin_layout Plain Layout
26554 \begin_inset ERT
26555 status collapsed
26556
26557 \begin_layout Plain Layout
26558
26559
26560 \backslash
26561 .e
26562 \end_layout
26563
26564 \end_inset
26565
26566
26567 \end_layout
26568
26569 \end_inset
26570 </cell>
26571 </row>
26572 <row>
26573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26574 \begin_inset Text
26575
26576 \begin_layout Plain Layout
26577
26578 \backslash
26579 v
26580 \begin_inset ERT
26581 status collapsed
26582
26583 \begin_layout Plain Layout
26584
26585
26586 \backslash
26587 spce 
26588 \end_layout
26589
26590 \end_inset
26591
26592 e
26593 \end_layout
26594
26595 \end_inset
26596 </cell>
26597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26598 \begin_inset Text
26599
26600 \begin_layout Plain Layout
26601 \begin_inset ERT
26602 status collapsed
26603
26604 \begin_layout Plain Layout
26605
26606
26607 \backslash
26608 v e
26609 \end_layout
26610
26611 \end_inset
26612
26613
26614 \end_layout
26615
26616 \end_inset
26617 </cell>
26618 </row>
26619 <row>
26620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26621 \begin_inset Text
26622
26623 \begin_layout Plain Layout
26624
26625 \backslash
26626 d
26627 \begin_inset ERT
26628 status collapsed
26629
26630 \begin_layout Plain Layout
26631
26632
26633 \backslash
26634 spce 
26635 \end_layout
26636
26637 \end_inset
26638
26639 e
26640 \end_layout
26641
26642 \end_inset
26643 </cell>
26644 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26645 \begin_inset Text
26646
26647 \begin_layout Plain Layout
26648 \begin_inset ERT
26649 status collapsed
26650
26651 \begin_layout Plain Layout
26652
26653
26654 \backslash
26655 d e
26656 \end_layout
26657
26658 \end_inset
26659
26660
26661 \end_layout
26662
26663 \end_inset
26664 </cell>
26665 </row>
26666 <row>
26667 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26668 \begin_inset Text
26669
26670 \begin_layout Plain Layout
26671
26672 \backslash
26673 c
26674 \begin_inset ERT
26675 status collapsed
26676
26677 \begin_layout Plain Layout
26678
26679
26680 \backslash
26681 spce 
26682 \end_layout
26683
26684 \end_inset
26685
26686 e
26687 \end_layout
26688
26689 \end_inset
26690 </cell>
26691 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26692 \begin_inset Text
26693
26694 \begin_layout Plain Layout
26695 \begin_inset ERT
26696 status collapsed
26697
26698 \begin_layout Plain Layout
26699
26700
26701 \backslash
26702 c e
26703 \end_layout
26704
26705 \end_inset
26706
26707
26708 \end_layout
26709
26710 \end_inset
26711 </cell>
26712 </row>
26713 </lyxtabular>
26714
26715 \end_inset
26716
26717
26718 \begin_inset space \hfill{}
26719 \end_inset
26720
26721
26722 \end_layout
26723
26724 \begin_layout Standard
26725 \begin_inset VSpace medskip
26726 \end_inset
26727
26728 With the command 
26729 \series bold
26730
26731 \backslash
26732 t
26733 \series default
26734  also two different characters can be accented.
26735  The command 
26736 \series bold
26737
26738 \backslash
26739 t
26740 \begin_inset ERT
26741 status collapsed
26742
26743 \begin_layout Plain Layout
26744
26745
26746 \backslash
26747 spce 
26748 \end_layout
26749
26750 \end_inset
26751
26752 sz
26753 \series default
26754  creates: 
26755 \begin_inset ERT
26756 status collapsed
26757
26758 \begin_layout Plain Layout
26759
26760
26761 \backslash
26762 t sz
26763 \end_layout
26764
26765 \end_inset
26766
26767
26768 \end_layout
26769
26770 \begin_layout Standard
26771 The accents 
26772 \series bold
26773 `
26774 \series default
26775  , 
26776 \series bold
26777 '
26778 \series default
26779  , and 
26780 \series bold
26781 ^
26782 \series default
26783  can in combination with vowels directly be inserted with the keyboard without
26784  using TeX-mode.
26785  The same applies for the tilde
26786 \begin_inset Foot
26787 status collapsed
26788
26789 \begin_layout Plain Layout
26790 This only applies for keyboards where the tilde is defined as accent.
26791 \end_layout
26792
26793 \end_inset
26794
26795  
26796 \series bold
26797 ~
26798 \series default
26799  in combination with 
26800 \emph on
26801 a
26802 \emph default
26803  , 
26804 \emph on
26805 n
26806 \emph default
26807  , or 
26808 \emph on
26809 o
26810 \emph default
26811 .
26812 \end_layout
26813
26814 \begin_layout Standard
26815 The commands 
26816 \series bold
26817
26818 \backslash
26819 b
26820 \series default
26821  , 
26822 \series bold
26823
26824 \backslash
26825 c
26826 \series default
26827  , 
26828 \series bold
26829
26830 \backslash
26831 d
26832 \series default
26833  , 
26834 \series bold
26835
26836 \backslash
26837 H
26838 \series default
26839  , 
26840 \series bold
26841
26842 \backslash
26843 t
26844 \series default
26845  , 
26846 \series bold
26847
26848 \backslash
26849 u
26850 \series default
26851  , 
26852 \series bold
26853
26854 \backslash
26855 v
26856 \series default
26857 , and accents inserted directly with the keyboard are also available in
26858  mathematical text.
26859  For the other accents there are special math commands to be used in formulas,
26860  see 
26861 \begin_inset CommandInset ref
26862 LatexCommand ref
26863 reference "sub:Accents-for-one"
26864
26865 \end_inset
26866
26867 .
26868 \end_layout
26869
26870 \begin_layout Standard
26871 \begin_inset VSpace bigskip
26872 \end_inset
26873
26874 Furthermore, with the command 
26875 \series bold
26876
26877 \backslash
26878 textcircled
26879 \series default
26880
26881 \begin_inset Index
26882 status collapsed
26883
26884 \begin_layout Plain Layout
26885 Commands ! T ! 
26886 \backslash
26887 textcircled
26888 \end_layout
26889
26890 \end_inset
26891
26892  all numbers and letters can be set into a circle, quasi accented with a
26893  circle, similar to the the copyright symbol.
26894 \end_layout
26895
26896 \begin_layout Standard
26897 \align center
26898 \begin_inset Tabular
26899 <lyxtabular version="3" rows="3" columns="2">
26900 <features tabularvalignment="middle">
26901 <column alignment="center" valignment="top" width="0">
26902 <column alignment="center" valignment="top" width="0">
26903 <row>
26904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26905 \begin_inset Text
26906
26907 \begin_layout Plain Layout
26908 Command
26909 \end_layout
26910
26911 \end_inset
26912 </cell>
26913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26914 \begin_inset Text
26915
26916 \begin_layout Plain Layout
26917 Result
26918 \begin_inset Note Note
26919 status collapsed
26920
26921 \begin_layout Plain Layout
26922
26923 \series bold
26924
26925 \backslash
26926 raisebox
26927 \series default
26928  is only used as spacer.
26929 \end_layout
26930
26931 \end_inset
26932
26933
26934 \end_layout
26935
26936 \end_inset
26937 </cell>
26938 </row>
26939 <row>
26940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26941 \begin_inset Text
26942
26943 \begin_layout Plain Layout
26944
26945 \backslash
26946 textcircled{w}
26947 \end_layout
26948
26949 \end_inset
26950 </cell>
26951 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26952 \begin_inset Text
26953
26954 \begin_layout Plain Layout
26955 \begin_inset ERT
26956 status collapsed
26957
26958 \begin_layout Plain Layout
26959
26960
26961 \backslash
26962 textcircled{w}
26963 \end_layout
26964
26965 \end_inset
26966
26967
26968 \end_layout
26969
26970 \end_inset
26971 </cell>
26972 </row>
26973 <row>
26974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26975 \begin_inset Text
26976
26977 \begin_layout Plain Layout
26978
26979 \backslash
26980 Large 
26981 \backslash
26982 textcircled{
26983 \backslash
26984 normalsize
26985 \backslash
26986 protect
26987 \backslash
26988 raisebox{-1.5pt}{W}}
26989 \end_layout
26990
26991 \end_inset
26992 </cell>
26993 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26994 \begin_inset Text
26995
26996 \begin_layout Plain Layout
26997 \begin_inset Formula $\raisebox{4.5mm}{}$
26998 \end_inset
26999
27000
27001 \begin_inset ERT
27002 status collapsed
27003
27004 \begin_layout Plain Layout
27005
27006
27007 \backslash
27008 Large 
27009 \backslash
27010 textcircled{
27011 \backslash
27012 normalsize
27013 \backslash
27014 protect
27015 \backslash
27016 raisebox{-1.5pt}W}
27017 \end_layout
27018
27019 \end_inset
27020
27021
27022 \begin_inset Formula $\raisebox{-2mm}{}$
27023 \end_inset
27024
27025
27026 \end_layout
27027
27028 \end_inset
27029 </cell>
27030 </row>
27031 </lyxtabular>
27032
27033 \end_inset
27034
27035
27036 \end_layout
27037
27038 \begin_layout Standard
27039 One has to take care that the character fits in the circle.
27040  
27041 \series bold
27042
27043 \backslash
27044 Large
27045 \series default
27046
27047 \begin_inset Foot
27048 status collapsed
27049
27050 \begin_layout Plain Layout
27051 see 
27052 \begin_inset CommandInset ref
27053 LatexCommand ref
27054 reference "sub:Font-Sizes"
27055
27056 \end_inset
27057
27058
27059 \end_layout
27060
27061 \end_inset
27062
27063  specifies thereby the size of the circle.
27064  With the help of 
27065 \series bold
27066
27067 \backslash
27068 raisebox
27069 \series default
27070
27071 \begin_inset Foot
27072 status collapsed
27073
27074 \begin_layout Plain Layout
27075 see 
27076 \begin_inset CommandInset ref
27077 LatexCommand ref
27078 reference "sub:Boxes-without-Frame"
27079
27080 \end_inset
27081
27082
27083 \end_layout
27084
27085 \end_inset
27086
27087  the character can be centered.
27088 \end_layout
27089
27090 \begin_layout Subsection
27091 Minuscule Numbers
27092 \begin_inset Index
27093 status collapsed
27094
27095 \begin_layout Plain Layout
27096 Minuscule numbers
27097 \end_layout
27098
27099 \end_inset
27100
27101
27102 \end_layout
27103
27104 \begin_layout Standard
27105 Minuscule numbers are created with the command 
27106 \series bold
27107
27108 \backslash
27109 oldstylenums
27110 \series default
27111
27112 \begin_inset Index
27113 status collapsed
27114
27115 \begin_layout Plain Layout
27116 Commands ! O ! 
27117 \backslash
27118 oldstylenums
27119 \end_layout
27120
27121 \end_inset
27122
27123 .
27124  The command can be used in formulas and in TeX-mode.
27125  The command scheme is:
27126 \end_layout
27127
27128 \begin_layout Standard
27129
27130 \series bold
27131
27132 \backslash
27133 oldstylenums{number}
27134 \end_layout
27135
27136 \begin_layout Standard
27137 The command 
27138 \series bold
27139
27140 \backslash
27141 oldstylenums{0123456789
27142 \series default
27143  produces: 
27144 \begin_inset Formula $\oldstylenums{0123456789}$
27145 \end_inset
27146
27147
27148 \end_layout
27149
27150 \begin_layout Subsection
27151 Miscellaneous special Characters
27152 \begin_inset CommandInset label
27153 LatexCommand label
27154 name "sub:Miscellaneous-special-Characters"
27155
27156 \end_inset
27157
27158
27159 \begin_inset Index
27160 status collapsed
27161
27162 \begin_layout Plain Layout
27163 Special characters ! miscellaneous
27164 \end_layout
27165
27166 \end_inset
27167
27168
27169 \end_layout
27170
27171 \begin_layout Standard
27172 The following characters can only be inserted to formulas by using commands:
27173 \end_layout
27174
27175 \begin_layout Standard
27176 \align center
27177 \begin_inset Tabular
27178 <lyxtabular version="3" rows="4" columns="2">
27179 <features tabularvalignment="middle">
27180 <column alignment="center" valignment="top" width="0">
27181 <column alignment="center" valignment="top" width="0">
27182 <row>
27183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27184 \begin_inset Text
27185
27186 \begin_layout Plain Layout
27187 Command
27188 \end_layout
27189
27190 \end_inset
27191 </cell>
27192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27193 \begin_inset Text
27194
27195 \begin_layout Plain Layout
27196 Result
27197 \end_layout
27198
27199 \end_inset
27200 </cell>
27201 </row>
27202 <row>
27203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27204 \begin_inset Text
27205
27206 \begin_layout Plain Layout
27207
27208 \backslash
27209 ^
27210 \begin_inset ERT
27211 status collapsed
27212
27213 \begin_layout Plain Layout
27214
27215
27216 \backslash
27217 spce 
27218 \end_layout
27219
27220 \end_inset
27221
27222
27223 \end_layout
27224
27225 \end_inset
27226 </cell>
27227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27228 \begin_inset Text
27229
27230 \begin_layout Plain Layout
27231 \begin_inset Formula $\mathcircumflex$
27232 \end_inset
27233
27234
27235 \end_layout
27236
27237 \end_inset
27238 </cell>
27239 </row>
27240 <row>
27241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27242 \begin_inset Text
27243
27244 \begin_layout Plain Layout
27245
27246 \backslash
27247 _
27248 \end_layout
27249
27250 \end_inset
27251 </cell>
27252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27253 \begin_inset Text
27254
27255 \begin_layout Plain Layout
27256 \begin_inset Formula $\_$
27257 \end_inset
27258
27259
27260 \end_layout
27261
27262 \end_inset
27263 </cell>
27264 </row>
27265 <row>
27266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27267 \begin_inset Text
27268
27269 \begin_layout Plain Layout
27270 ^
27271 \begin_inset ERT
27272 status collapsed
27273
27274 \begin_layout Plain Layout
27275
27276
27277 \backslash
27278 spce 
27279 \end_layout
27280
27281 \end_inset
27282
27283
27284 \backslash
27285 circ
27286 \begin_inset Index
27287 status collapsed
27288
27289 \begin_layout Plain Layout
27290
27291 \backslash
27292
27293 \end_layout
27294
27295 \end_inset
27296
27297
27298 \end_layout
27299
27300 \end_inset
27301 </cell>
27302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27303 \begin_inset Text
27304
27305 \begin_layout Plain Layout
27306 \begin_inset Formula $^{\circ}$
27307 \end_inset
27308
27309
27310 \end_layout
27311
27312 \end_inset
27313 </cell>
27314 </row>
27315 </lyxtabular>
27316
27317 \end_inset
27318
27319
27320 \end_layout
27321
27322 \begin_layout Standard
27323 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27324  contains the following line
27325 \begin_inset Foot
27326 status collapsed
27327
27328 \begin_layout Plain Layout
27329 More about this is described in 
27330 \begin_inset CommandInset ref
27331 LatexCommand ref
27332 reference "sub:Text-Characters-in"
27333
27334 \end_inset
27335
27336 .
27337 \end_layout
27338
27339 \end_inset
27340
27341 :
27342 \end_layout
27343
27344 \begin_layout Standard
27345
27346 \series bold
27347
27348 \backslash
27349 DeclareInputtext{176}{
27350 \backslash
27351 ifmmode^
27352 \backslash
27353 circ
27354 \backslash
27355 else
27356 \backslash
27357 textdegree
27358 \backslash
27359 fi}
27360 \end_layout
27361
27362 \begin_layout Section
27363 Formula Styles
27364 \begin_inset CommandInset label
27365 LatexCommand label
27366 name "sec:Formula-Styles"
27367
27368 \end_inset
27369
27370
27371 \begin_inset Index
27372 status collapsed
27373
27374 \begin_layout Plain Layout
27375 Formula ! styles
27376 \end_layout
27377
27378 \end_inset
27379
27380
27381 \end_layout
27382
27383 \begin_layout Itemize
27384 There are two different alignment styles:
27385 \end_layout
27386
27387 \begin_deeper
27388 \begin_layout Description
27389 Centered is the predefined standard
27390 \end_layout
27391
27392 \begin_layout Description
27393 Indented for this the option 
27394 \series bold
27395 fleqn
27396 \series default
27397  must be inserted in the menu 
27398 \family sans
27399 Document\SpecialChar \menuseparator
27400 Settings
27401 \family default
27402  under 
27403 \family sans
27404 Document
27405 \begin_inset space ~
27406 \end_inset
27407
27408 Class
27409 \end_layout
27410
27411 \begin_layout Standard
27412 When 
27413 \series bold
27414 Indented
27415 \series default
27416  is used, the indentation can be adjusted with the length 
27417 \series bold
27418
27419 \backslash
27420 mathindent
27421 \series default
27422
27423 \begin_inset Index
27424 status collapsed
27425
27426 \begin_layout Plain Layout
27427 Commands ! M ! 
27428 \backslash
27429 mathindent
27430 \end_layout
27431
27432 \end_inset
27433
27434 .
27435  Should the distance be 15
27436 \begin_inset space \thinspace{}
27437 \end_inset
27438
27439 mm, the following command line is inserted in the LaTeX-preamble
27440 \end_layout
27441
27442 \begin_layout Standard
27443
27444 \series bold
27445
27446 \backslash
27447 setlength{
27448 \backslash
27449 mathindent}{15mm}
27450 \end_layout
27451
27452 \begin_layout Standard
27453 When no length is specified, the predefined value of 30
27454 \begin_inset space \thinspace{}
27455 \end_inset
27456
27457 pt will be used.
27458 \end_layout
27459
27460 \end_deeper
27461 \begin_layout Itemize
27462 And two different numbering styles:
27463 \end_layout
27464
27465 \begin_deeper
27466 \begin_layout Description
27467 Right is the predefined standard
27468 \end_layout
27469
27470 \begin_layout Description
27471 Left for this the option 
27472 \series bold
27473 leqno
27474 \series default
27475  must be inserted in the menu 
27476 \family sans
27477 Document\SpecialChar \menuseparator
27478 Settings
27479 \family default
27480  under 
27481 \family sans
27482 Document
27483 \begin_inset space ~
27484 \end_inset
27485
27486 Class
27487 \end_layout
27488
27489 \end_deeper
27490 \begin_layout Standard
27491
27492 \series bold
27493 fleqn
27494 \series default
27495  and 
27496 \series bold
27497 leqno
27498 \series default
27499  can also be used together.
27500  In this case both options are inserted, separated by a comma.
27501 \end_layout
27502
27503 \begin_layout Standard
27504 The chosen styles are used for all displayed formulas of the document.
27505  When both, centered and indented formulas should be created in a document,
27506  the style 
27507 \series bold
27508 Centered
27509 \series default
27510  is used.
27511  The indented formulas are then set in a flalign environment, see 
27512 \begin_inset CommandInset ref
27513 LatexCommand ref
27514 reference "sub:Flalign-Environment"
27515
27516 \end_inset
27517
27518 .
27519 \end_layout
27520
27521 \begin_layout Section
27522 Multiline Formulas
27523 \begin_inset CommandInset label
27524 LatexCommand label
27525 name "sec:Multiline-Formulas"
27526
27527 \end_inset
27528
27529
27530 \begin_inset Index
27531 status collapsed
27532
27533 \begin_layout Plain Layout
27534 Formula ! multiline
27535 \end_layout
27536
27537 \end_inset
27538
27539
27540 \end_layout
27541
27542 \begin_layout Subsection
27543 General
27544 \end_layout
27545
27546 \begin_layout Standard
27547 In LyX multiline formulas are created by pressing 
27548 \series bold
27549
27550 \begin_inset Info
27551 type  "shortcut"
27552 arg   "newline-insert newline"
27553 \end_inset
27554
27555
27556 \series default
27557  inside a formula.
27558  This creates either an 
27559 \series bold
27560 eqnarray environment
27561 \series default
27562  that is described in 
27563 \begin_inset CommandInset ref
27564 LatexCommand ref
27565 reference "sub:Eqnarray-Environment"
27566
27567 \end_inset
27568
27569  or, when the option 
27570 \family sans
27571 Use AMS math package
27572 \family default
27573  in the document settings is selected, an 
27574 \series bold
27575 align environment
27576 \series default
27577  that is described in 
27578 \begin_inset CommandInset ref
27579 LatexCommand ref
27580 reference "sub:Standard-align-Environment"
27581
27582 \end_inset
27583
27584 .
27585 \end_layout
27586
27587 \begin_layout Standard
27588 There are other multiline formula environments that can be created via the
27589  menu 
27590 \family sans
27591 Insert\SpecialChar \menuseparator
27592 Math
27593 \family default
27594 .
27595  These environments are described in the following sections.
27596 \end_layout
27597
27598 \begin_layout Standard
27599 In all multiline formula environments a new line is created by pressing
27600  
27601 \begin_inset Info
27602 type  "shortcut"
27603 arg   "newline-insert newline"
27604 \end_inset
27605
27606 .
27607  To add or delete lines, the math toolbar buttons 
27608 \begin_inset Graphics
27609         filename ../images/tabular-feature_append-row.png
27610         scale 85
27611
27612 \end_inset
27613
27614  or 
27615 \begin_inset Graphics
27616         filename ../images/tabular-feature_delete-row.png
27617         scale 85
27618
27619 \end_inset
27620
27621 , respectively, or the menu 
27622 \family sans
27623 Edit\SpecialChar \menuseparator
27624 Rows & Columns
27625 \family default
27626  can be used.
27627 \end_layout
27628
27629 \begin_layout Subsubsection
27630 Line Separation
27631 \begin_inset CommandInset label
27632 LatexCommand label
27633 name "sub:Line-Separation"
27634
27635 \end_inset
27636
27637
27638 \begin_inset Index
27639 status collapsed
27640
27641 \begin_layout Plain Layout
27642 Formula ! multiline ! Line separation
27643 \end_layout
27644
27645 \end_inset
27646
27647
27648 \end_layout
27649
27650 \begin_layout Standard
27651 There is sometimes not enough space in multiline formulas between the lines:
27652 \begin_inset Formula \begin{eqnarray*}
27653 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}\\
27654 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*}
27655
27656 \end_inset
27657
27658
27659 \end_layout
27660
27661 \begin_layout Standard
27662 In LaTeX additional line space is specified as optional argument of the
27663  new line command.
27664  This is not yet possible in LyX
27665 \begin_inset Foot
27666 status collapsed
27667
27668 \begin_layout Plain Layout
27669 see 
27670 \begin_inset CommandInset href
27671 LatexCommand href
27672 name "LyX-bug #1505"
27673 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27674
27675 \end_inset
27676
27677
27678 \end_layout
27679
27680 \end_inset
27681
27682 , therefore the whole formula must be inserted in TeX-mode.
27683  To add in our example space, the command 
27684 \series bold
27685
27686 \backslash
27687
27688 \backslash
27689 [3mm]
27690 \series default
27691  is inserted at the end of the first line.
27692  One gets: 
27693 \begin_inset ERT
27694 status collapsed
27695
27696 \begin_layout Plain Layout
27697
27698
27699 \backslash
27700 begin{eqnarray*}
27701 \end_layout
27702
27703 \begin_layout Plain Layout
27704
27705 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27706  = & 
27707 \backslash
27708 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27709 \backslash
27710
27711 \backslash
27712 [3mm]
27713 \end_layout
27714
27715 \begin_layout Plain Layout
27716
27717 4x^{2}
27718 \backslash
27719 left(B^{2}+x_{0}^{2}
27720 \backslash
27721 right)+4x_{0}x
27722 \backslash
27723 left(D-B^{2}
27724 \backslash
27725 right)+B^{2}
27726 \backslash
27727 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27728 \backslash
27729 right) & = & 0
27730 \end_layout
27731
27732 \begin_layout Plain Layout
27733
27734
27735 \backslash
27736 end{eqnarray*}
27737 \end_layout
27738
27739 \end_inset
27740
27741
27742 \end_layout
27743
27744 \begin_layout Standard
27745 \begin_inset VSpace bigskip
27746 \end_inset
27747
27748 To set the the line separation for all lines in a formula, the length 
27749 \series bold
27750
27751 \backslash
27752 jot
27753 \series default
27754
27755 \begin_inset Index
27756 status collapsed
27757
27758 \begin_layout Plain Layout
27759 Commands ! J ! 
27760 \backslash
27761 jot
27762 \end_layout
27763
27764 \end_inset
27765
27766  is changed.
27767  The definition is: 
27768 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
27769 \end_inset
27770
27771 .
27772  Predefined for 
27773 \series bold
27774
27775 \backslash
27776 jot
27777 \series default
27778  is the value 3
27779 \begin_inset space \thinspace{}
27780 \end_inset
27781
27782 pt.
27783  To create 3
27784 \begin_inset space \thinspace{}
27785 \end_inset
27786
27787 mm additional line separation as in the previous example, the command
27788 \end_layout
27789
27790 \begin_layout Standard
27791
27792 \series bold
27793
27794 \backslash
27795 setlength{
27796 \backslash
27797 jot}{3mm+3pt}
27798 \end_layout
27799
27800 \begin_layout Standard
27801 is inserted in TeX-mode before the formula.
27802  This requires that the LaTeX-package 
27803 \series bold
27804 calc
27805 \series default
27806
27807 \begin_inset Foot
27808 status collapsed
27809
27810 \begin_layout Plain Layout
27811
27812 \series bold
27813 calc
27814 \series default
27815  is part of every LaTeX standard installation.
27816 \end_layout
27817
27818 \end_inset
27819
27820
27821 \begin_inset Index
27822 status collapsed
27823
27824 \begin_layout Plain Layout
27825 Packages ! calc
27826 \end_layout
27827
27828 \end_inset
27829
27830  was loaded in LaTeX-preamble with the line
27831 \end_layout
27832
27833 \begin_layout Standard
27834
27835 \series bold
27836
27837 \backslash
27838 usepackage{calc}
27839 \end_layout
27840
27841 \begin_layout Standard
27842 One gets: 
27843 \begin_inset ERT
27844 status collapsed
27845
27846 \begin_layout Plain Layout
27847
27848
27849 \backslash
27850 setlength{
27851 \backslash
27852 jot}{3mm+3pt}
27853 \end_layout
27854
27855 \end_inset
27856
27857
27858 \begin_inset Formula \begin{eqnarray*}
27859 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}\\
27860 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*}
27861
27862 \end_inset
27863
27864
27865 \end_layout
27866
27867 \begin_layout Standard
27868 \begin_inset ERT
27869 status collapsed
27870
27871 \begin_layout Plain Layout
27872
27873
27874 \backslash
27875 setlength{
27876 \backslash
27877 jot}{3pt}
27878 \end_layout
27879
27880 \end_inset
27881
27882  To get back to the predefined distance, 
27883 \series bold
27884
27885 \backslash
27886 jot
27887 \series default
27888  is set to the value 3
27889 \begin_inset space \thinspace{}
27890 \end_inset
27891
27892 pt.
27893 \end_layout
27894
27895 \begin_layout Subsubsection
27896 Column Separation
27897 \begin_inset CommandInset label
27898 LatexCommand label
27899 name "sub:Column-Separation"
27900
27901 \end_inset
27902
27903
27904 \begin_inset Index
27905 status collapsed
27906
27907 \begin_layout Plain Layout
27908 Formula ! multiline ! Column separation
27909 \end_layout
27910
27911 \end_inset
27912
27913
27914 \end_layout
27915
27916 \begin_layout Standard
27917 Multiline formulas form a matrix.
27918  A formula in the eqnarray environment is for example a matrix with three
27919  columns.
27920  By changing the column separation in this environment, the space beside
27921  the relation sign can be changed.
27922 \end_layout
27923
27924 \begin_layout Standard
27925 The column separation is specified with the length 
27926 \series bold
27927
27928 \backslash
27929 arraycolsep
27930 \series default
27931
27932 \begin_inset Index
27933 status collapsed
27934
27935 \begin_layout Plain Layout
27936 Commands ! A ! 
27937 \backslash
27938 arraycolsep
27939 \end_layout
27940
27941 \end_inset
27942
27943  according to:
27944 \begin_inset Newline newline
27945 \end_inset
27946
27947 column separation = 2
27948 \begin_inset space \thinspace{}
27949 \end_inset
27950
27951
27952 \series bold
27953
27954 \backslash
27955 arraycolsep
27956 \series default
27957
27958 \begin_inset Newline newline
27959 \end_inset
27960
27961 Thus, the command
27962 \end_layout
27963
27964 \begin_layout Standard
27965
27966 \series bold
27967
27968 \backslash
27969 setlength{
27970 \backslash
27971 arraycolsep}{1cm}
27972 \end_layout
27973
27974 \begin_layout Standard
27975 inserted in TeX-mode, sets for all following formulas a column separation
27976  of 2
27977 \begin_inset space \thinspace{}
27978 \end_inset
27979
27980 cm.
27981  To get back to the predefined distance, 
27982 \series bold
27983
27984 \backslash
27985 arraycolsep
27986 \series default
27987  is set to 5
27988 \begin_inset space \thinspace{}
27989 \end_inset
27990
27991 pt.
27992 \end_layout
27993
27994 \begin_layout Standard
27995 A formula with 2
27996 \begin_inset space \thinspace{}
27997 \end_inset
27998
27999 cm column separation:
28000 \begin_inset ERT
28001 status collapsed
28002
28003 \begin_layout Plain Layout
28004
28005
28006 \backslash
28007 setlength{
28008 \backslash
28009 arraycolsep}{1cm}
28010 \end_layout
28011
28012 \end_inset
28013
28014
28015 \begin_inset Formula \begin{eqnarray*}
28016 A & = & B\\
28017 C & \ne & A\end{eqnarray*}
28018
28019 \end_inset
28020
28021 A formula with the predefined column separation for matrices of 10
28022 \begin_inset space \thinspace{}
28023 \end_inset
28024
28025 pt:
28026 \begin_inset ERT
28027 status collapsed
28028
28029 \begin_layout Plain Layout
28030
28031
28032 \backslash
28033 setlength{
28034 \backslash
28035 arraycolsep}{5pt}
28036 \end_layout
28037
28038 \end_inset
28039
28040
28041 \begin_inset Formula \begin{eqnarray*}
28042 A & = & B\\
28043 C & \ne & A\end{eqnarray*}
28044
28045 \end_inset
28046
28047
28048 \end_layout
28049
28050 \begin_layout Subsubsection
28051 Long Formulas
28052 \begin_inset Index
28053 status collapsed
28054
28055 \begin_layout Plain Layout
28056 Formula ! long
28057 \end_layout
28058
28059 \end_inset
28060
28061
28062 \end_layout
28063
28064 \begin_layout Standard
28065 Long formulas can be typeset using these methods:
28066 \end_layout
28067
28068 \begin_layout Itemize
28069 When one side of the equation is much shorther than the line width, this
28070  one is chosen for the left side and the right side is typeset over two
28071  lines: 
28072 \begin_inset Formula \begin{eqnarray}
28073 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 \\
28074  &  & -\hspace{3pt}\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{2}|}+\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{R}_{1}-\mathbf{R}_{2}|}\label{eq:shortlong}\end{eqnarray}
28075
28076 \end_inset
28077
28078 The minus sign at the beginning of the second line does normally not appear
28079  as operator because it is the first character of the line.
28080  Thus it would not be surrounded by space and could not be distinguished
28081  from the fraction bar.
28082  To avoid this, space was inserted behind the minus sign with the command
28083  
28084 \series bold
28085
28086 \backslash
28087 hspace{3pt}
28088 \series default
28089
28090 \begin_inset Foot
28091 status collapsed
28092
28093 \begin_layout Plain Layout
28094 more about 
28095 \series bold
28096
28097 \backslash
28098 hspace
28099 \series default
28100  see 
28101 \begin_inset CommandInset ref
28102 LatexCommand ref
28103 reference "sub:Variable-Space"
28104
28105 \end_inset
28106
28107
28108 \end_layout
28109
28110 \end_inset
28111
28112
28113 \begin_inset Index
28114 status collapsed
28115
28116 \begin_layout Plain Layout
28117 Commands ! H ! 
28118 \backslash
28119 hspace
28120 \end_layout
28121
28122 \end_inset
28123
28124 .
28125 \end_layout
28126
28127 \begin_layout Itemize
28128 When both sides of the equation are too long, the command 
28129 \series bold
28130
28131 \backslash
28132 lefteqn
28133 \series default
28134
28135 \begin_inset Index
28136 status collapsed
28137
28138 \begin_layout Plain Layout
28139 Commands ! L ! 
28140 \backslash
28141 lefteqn
28142 \end_layout
28143
28144 \end_inset
28145
28146  is used.
28147  It is inserted to the first column of the first line and effects that all
28148  further insertions overwrite the following columns:
28149 \begin_inset Formula \begin{eqnarray}
28150 \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 \\
28151  &  & -\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 \\
28152  &  & =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}
28153
28154 \end_inset
28155
28156 After the insertion of 
28157 \series bold
28158
28159 \backslash
28160 lefteqn
28161 \series default
28162 , the cursor is in a purple box that is a bit shifted to the left from the
28163  blue one.
28164  In this the formula is inserted.
28165 \begin_inset Newline newline
28166 \end_inset
28167
28168 The content of the further lines is inserted to the second or another formula
28169  column.
28170  The greater the column number where it was inserted, the larger the indentation.
28171 \begin_inset VSpace medskip
28172 \end_inset
28173
28174
28175 \begin_inset Newline newline
28176 \end_inset
28177
28178
28179 \begin_inset Note Greyedout
28180 status open
28181
28182 \begin_layout Plain Layout
28183 Note the following when using 
28184 \series bold
28185
28186 \backslash
28187 lefteqn
28188 \series default
28189 :
28190 \end_layout
28191
28192 \begin_layout Itemize
28193 The formula doesn't use the full page width.
28194  When e.
28195 \begin_inset space \thinspace{}
28196 \end_inset
28197
28198 g.
28199 \begin_inset space \space{}
28200 \end_inset
28201
28202 the term 
28203 \begin_inset Formula $-B^{2}$
28204 \end_inset
28205
28206  is added to the first line in the above example, it would have been outside
28207  the page margin.
28208  To better use the width, negative space can be inserted at the beginning
28209  of the first line.
28210 \end_layout
28211
28212 \begin_layout Itemize
28213 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28214  line.
28215 \begin_inset Foot
28216 status collapsed
28217
28218 \begin_layout Plain Layout
28219 \begin_inset CommandInset href
28220 LatexCommand href
28221 name "LyX-bug #1429"
28222 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28223
28224 \end_inset
28225
28226
28227 \end_layout
28228
28229 \end_inset
28230
28231  One can only set the cursor at the beginning of the line and move it with
28232  the arrow keys.
28233 \end_layout
28234
28235 \end_inset
28236
28237
28238 \end_layout
28239
28240 \begin_layout Itemize
28241 Other methods to set long formulas are offered by the environments described
28242  in 
28243 \begin_inset CommandInset ref
28244 LatexCommand ref
28245 reference "sub:Multline-Environment"
28246
28247 \end_inset
28248
28249  and 
28250 \begin_inset CommandInset ref
28251 LatexCommand ref
28252 reference "sub:Multiline-Formula-Parts"
28253
28254 \end_inset
28255
28256 .
28257 \end_layout
28258
28259 \begin_layout Subsubsection
28260 Multiline Brackets
28261 \begin_inset CommandInset label
28262 LatexCommand label
28263 name "sub:Multiline-Brackets"
28264
28265 \end_inset
28266
28267
28268 \begin_inset Index
28269 status collapsed
28270
28271 \begin_layout Plain Layout
28272 Brackets ! for multiline expressions
28273 \end_layout
28274
28275 \end_inset
28276
28277
28278 \end_layout
28279
28280 \begin_layout Standard
28281 For brackets spanning multiple lines the following problem occurs:
28282 \begin_inset Formula \begin{eqnarray*}
28283 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28284  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28285
28286 \end_inset
28287
28288
28289 \end_layout
28290
28291 \begin_layout Standard
28292 The closing bracket is smaller than the opening bracket because brackets
28293  with variable size may not span multiple lines.
28294 \end_layout
28295
28296 \begin_layout Standard
28297 To set the bracket size for the second line correctly, the first line is
28298  ended with 
28299 \series bold
28300
28301 \backslash
28302 right.
28303 \series default
28304
28305 \begin_inset Index
28306 status collapsed
28307
28308 \begin_layout Plain Layout
28309 Commands ! R ! 
28310 \backslash
28311 right
28312 \end_layout
28313
28314 \end_inset
28315
28316  and the second line with 
28317 \series bold
28318
28319 \backslash
28320 left.
28321 \begin_inset Foot
28322 status collapsed
28323
28324 \begin_layout Plain Layout
28325 for more about 
28326 \series bold
28327
28328 \backslash
28329 left
28330 \series default
28331  and 
28332 \series bold
28333
28334 \backslash
28335 right
28336 \series default
28337  see 
28338 \begin_inset CommandInset ref
28339 LatexCommand ref
28340 reference "sub:Automatic-Bracket-Size"
28341
28342 \end_inset
28343
28344
28345 \end_layout
28346
28347 \end_inset
28348
28349
28350 \series default
28351
28352 \begin_inset Index
28353 status collapsed
28354
28355 \begin_layout Plain Layout
28356 Commands ! L ! 
28357 \backslash
28358 left
28359 \end_layout
28360
28361 \end_inset
28362
28363 .
28364  After 
28365 \series bold
28366
28367 \backslash
28368 left.
28369
28370 \series default
28371  the command 
28372 \series bold
28373
28374 \backslash
28375 vphantom
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 prod
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 \backslash
28413 infty
28414 \series default
28415
28416 \begin_inset ERT
28417 status collapsed
28418
28419 \begin_layout Plain Layout
28420
28421
28422 \backslash
28423 spce 
28424 \end_layout
28425
28426 \end_inset
28427
28428
28429 \series bold
28430
28431 \begin_inset Formula $\downarrow$
28432 \end_inset
28433
28434 _R=1}
28435 \series default
28436
28437 \begin_inset Index
28438 status collapsed
28439
28440 \begin_layout Plain Layout
28441 Commands ! V ! 
28442 \backslash
28443 vphantom
28444 \end_layout
28445
28446 \end_inset
28447
28448  is inserted, because the multiplication operator with its limits is the
28449  largest symbol in the first line and this should be the size for the bracket
28450  in the second line.
28451 \end_layout
28452
28453 \begin_layout Standard
28454 The result is this:
28455 \begin_inset Formula \begin{eqnarray*}
28456 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28457  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28458
28459 \end_inset
28460
28461
28462 \end_layout
28463
28464 \begin_layout Subsection
28465 Align Environments
28466 \end_layout
28467
28468 \begin_layout Standard
28469 Align environments can be used for every kind of multiline formulas.
28470  They are specially useful to set several formulas side by side.
28471 \end_layout
28472
28473 \begin_layout Standard
28474 Align environments consist of columns.
28475  The odd columns are right aligned, the even ones left aligned.
28476  Every line in an Align environment can be numbered.
28477 \end_layout
28478
28479 \begin_layout Standard
28480 Align environments are created via the menu 
28481 \family sans
28482 Insert\SpecialChar \menuseparator
28483 Math
28484 \family default
28485 .
28486  With the menu 
28487 \family sans
28488 Edit\SpecialChar \menuseparator
28489 Math\SpecialChar \menuseparator
28490 Change Formula Type
28491 \family default
28492  already existing formulas can be converted to Align environments.
28493 \end_layout
28494
28495 \begin_layout Standard
28496 To add or delete columns, the math toolbar buttons 
28497 \begin_inset Graphics
28498         filename ../images/tabular-feature_append-column.png
28499         scale 85
28500
28501 \end_inset
28502
28503  or 
28504 \begin_inset Graphics
28505         filename ../images/tabular-feature_delete-column.png
28506         scale 85
28507
28508 \end_inset
28509
28510 , respectively, or the menu 
28511 \family sans
28512 Edit\SpecialChar \menuseparator
28513 Rows & Columns
28514 \family default
28515  can be used.
28516 \end_layout
28517
28518 \begin_layout Subsubsection
28519 Standard align Environment
28520 \begin_inset CommandInset label
28521 LatexCommand label
28522 name "sub:Standard-align-Environment"
28523
28524 \end_inset
28525
28526
28527 \begin_inset Index
28528 status collapsed
28529
28530 \begin_layout Plain Layout
28531 Formula ! multiline ! align environment
28532 \end_layout
28533
28534 \end_inset
28535
28536
28537 \end_layout
28538
28539 \begin_layout Standard
28540 This Align environment is created by presssing 
28541 \begin_inset Info
28542 type  "shortcut"
28543 arg   "newline-insert newline"
28544 \end_inset
28545
28546  in a formula or by the menu 
28547 \family sans
28548 Insert\SpecialChar \menuseparator
28549 Math\SpecialChar \menuseparator
28550 AMS align Environment
28551 \family default
28552 .
28553 \end_layout
28554
28555 \begin_layout Standard
28556 An example for two formulas set side by side, that are created with a four
28557  column align environment:
28558 \begin_inset Formula \begin{align*}
28559 A & =\sin(B) & C & =D\\
28560 C & \ne A & B & \ne D\end{align*}
28561
28562 \end_inset
28563
28564 As it can be seen, the formulas in this environment are placed so as if
28565  there would be a 
28566 \series bold
28567
28568 \backslash
28569 hfill
28570 \begin_inset Foot
28571 status collapsed
28572
28573 \begin_layout Plain Layout
28574 more about 
28575 \series bold
28576
28577 \backslash
28578 hfill
28579 \series default
28580  see 
28581 \begin_inset CommandInset ref
28582 LatexCommand ref
28583 reference "sub:Variable-Space"
28584
28585 \end_inset
28586
28587
28588 \end_layout
28589
28590 \end_inset
28591
28592
28593 \series default
28594  before the first and after every even column.
28595  When the formula style 
28596 \series bold
28597 Indented
28598 \begin_inset Foot
28599 status collapsed
28600
28601 \begin_layout Plain Layout
28602 formula styles see 
28603 \begin_inset CommandInset ref
28604 LatexCommand ref
28605 reference "sec:Formula-Styles"
28606
28607 \end_inset
28608
28609
28610 \end_layout
28611
28612 \end_inset
28613
28614
28615 \series default
28616  is used, the formula is set without the 
28617 \series bold
28618
28619 \backslash
28620 hfill
28621 \series default
28622  before the first column.
28623 \end_layout
28624
28625 \begin_layout Subsubsection
28626 Alignat Environment
28627 \begin_inset Index
28628 status collapsed
28629
28630 \begin_layout Plain Layout
28631 Formula ! multiline ! alignat environment
28632 \end_layout
28633
28634 \end_inset
28635
28636
28637 \end_layout
28638
28639 \begin_layout Standard
28640 The alignat environment has no predefined column separation.
28641  It can be inserted manually with the spaces that are described 
28642 \begin_inset CommandInset ref
28643 LatexCommand ref
28644 reference "sub:Space"
28645
28646 \end_inset
28647
28648 .
28649 \end_layout
28650
28651 \begin_layout Standard
28652 The above example in the alignat environment where 1
28653 \begin_inset space \thinspace{}
28654 \end_inset
28655
28656 cm space was inserted at the beginning of the second formula:
28657 \begin_inset Formula \begin{alignat*}{2}
28658 A & =\sin(B) & \hspace{1cm}C & =D\\
28659 C & \ne A & B & \ne D\end{alignat*}
28660
28661 \end_inset
28662
28663 Because the column separation can be set separately for every column, this
28664  environment is especially suitable to set three and more formulas side
28665  by side.
28666 \end_layout
28667
28668 \begin_layout Subsubsection
28669 Flalign Environment
28670 \begin_inset CommandInset label
28671 LatexCommand label
28672 name "sub:Flalign-Environment"
28673
28674 \end_inset
28675
28676
28677 \begin_inset Index
28678 status collapsed
28679
28680 \begin_layout Plain Layout
28681 Formula ! multiline ! flalign environment
28682 \end_layout
28683
28684 \end_inset
28685
28686
28687 \end_layout
28688
28689 \begin_layout Standard
28690 In this environment the first two columns are always set as much as possible
28691  to the left and the last two ones to the right.
28692  An example:
28693 \begin_inset Formula \begin{flalign*}
28694 A & =1 & B & =2 & C & =3\\
28695 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28696
28697 \end_inset
28698
28699
28700 \end_layout
28701
28702 \begin_layout Standard
28703 By creating a flalign environment with an odd number of columns where an
28704  empty TeX-brace is inserted to the last column, several formulas in a document
28705  can be set to the left, although the formula style 
28706 \series bold
28707 Centered
28708 \series default
28709  is used.
28710  As example the indented formula 
28711 \begin_inset CommandInset ref
28712 LatexCommand eqref
28713 reference "eq:VolInt"
28714
28715 \end_inset
28716
28717 :
28718 \begin_inset Formula \begin{flalign}
28719 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28720
28721 \end_inset
28722
28723 The first two columns contain the formula.
28724  To indent it as with the formula style 
28725 \series bold
28726 Indented
28727 \series default
28728 , 30
28729 \begin_inset space \thinspace{}
28730 \end_inset
28731
28732 pt space was inserted at the beginning of the first column.
28733 \end_layout
28734
28735 \begin_layout Subsection
28736 Eqnarray Environment
28737 \begin_inset CommandInset label
28738 LatexCommand label
28739 name "sub:Eqnarray-Environment"
28740
28741 \end_inset
28742
28743
28744 \begin_inset Index
28745 status collapsed
28746
28747 \begin_layout Plain Layout
28748 Formula ! multiline ! eqnarray environment
28749 \end_layout
28750
28751 \end_inset
28752
28753
28754 \end_layout
28755
28756 \begin_layout Standard
28757 When this environment has been created, three blue boxes appear.
28758  The content of the first box is right aligned, the content of the last
28759  one left aligned.
28760  The content of the middle box appears centered and a bit smaller, because
28761  it is designed to insert there only relation characters.
28762 \begin_inset Formula \begin{eqnarray*}
28763 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28764 AB & AB & AB\\
28765 A & = & A\end{eqnarray*}
28766
28767 \end_inset
28768
28769
28770 \end_layout
28771
28772 \begin_layout Subsection
28773 Gather Environment
28774 \begin_inset Index
28775 status collapsed
28776
28777 \begin_layout Plain Layout
28778 Formula ! multiline ! gather environment
28779 \end_layout
28780
28781 \end_inset
28782
28783
28784 \end_layout
28785
28786 \begin_layout Standard
28787 This environment consists of only one centered column.
28788  Every line can be numbered.
28789 \begin_inset Formula \begin{gather}
28790 A=1\\
28791 X=\textrm{-}1\end{gather}
28792
28793 \end_inset
28794
28795
28796 \end_layout
28797
28798 \begin_layout Subsection
28799 Multline Environment
28800 \begin_inset CommandInset label
28801 LatexCommand label
28802 name "sub:Multline-Environment"
28803
28804 \end_inset
28805
28806
28807 \begin_inset Index
28808 status collapsed
28809
28810 \begin_layout Plain Layout
28811 Formula ! multiline ! multline environment
28812 \end_layout
28813
28814 \end_inset
28815
28816
28817 \end_layout
28818
28819 \begin_layout Standard
28820 The multline environment consists, like the gather environment, of only
28821  one column.
28822  But the first line is left aligned, the last one right aligned.
28823  All other lines are centered.
28824  Therefore this environment is suitable for long formulas.
28825  As example formula 
28826 \begin_inset CommandInset ref
28827 LatexCommand eqref
28828 reference "eq:lefteqn"
28829
28830 \end_inset
28831
28832  in the multline environment:
28833 \begin_inset Formula \begin{multline}
28834 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}\\
28835 -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}\\
28836 =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}
28837
28838 \end_inset
28839
28840
28841 \end_layout
28842
28843 \begin_layout Standard
28844 In the output only the last (first) line of a multline environment appears
28845  numbered when the document numbering is right (left).
28846 \begin_inset Foot
28847 status collapsed
28848
28849 \begin_layout Plain Layout
28850 numbering styles see 
28851 \begin_inset CommandInset ref
28852 LatexCommand ref
28853 reference "sec:Formula-Styles"
28854
28855 \end_inset
28856
28857
28858 \end_layout
28859
28860 \end_inset
28861
28862
28863 \end_layout
28864
28865 \begin_layout Standard
28866 With the commands 
28867 \series bold
28868
28869 \backslash
28870 shoveright
28871 \begin_inset Index
28872 status collapsed
28873
28874 \begin_layout Plain Layout
28875 Commands ! S ! 
28876 \backslash
28877 shoveright
28878 \end_layout
28879
28880 \end_inset
28881
28882
28883 \series default
28884  and 
28885 \series bold
28886
28887 \backslash
28888 shoveleft
28889 \begin_inset Index
28890 status collapsed
28891
28892 \begin_layout Plain Layout
28893 Commands ! S ! 
28894 \backslash
28895 shoveleft
28896 \end_layout
28897
28898 \end_inset
28899
28900
28901 \series default
28902  a centered line can be right or left aligned, respectively.
28903  The commands are used as follows:
28904 \end_layout
28905
28906 \begin_layout Standard
28907
28908 \series bold
28909
28910 \backslash
28911 shoveright{line content}
28912 \series default
28913  and 
28914 \series bold
28915
28916 \backslash
28917 shoveleft{line content}
28918 \end_layout
28919
28920 \begin_layout Standard
28921 \begin_inset VSpace medskip
28922 \end_inset
28923
28924 The length 
28925 \series bold
28926
28927 \backslash
28928 multlinegap
28929 \begin_inset Index
28930 status collapsed
28931
28932 \begin_layout Plain Layout
28933 Commands ! M ! 
28934 \backslash
28935 multlinegap
28936 \end_layout
28937
28938 \end_inset
28939
28940
28941 \series default
28942  specifies the distance of the first line from the left page margin.
28943  Predefined is the length 0
28944 \begin_inset space \thinspace{}
28945 \end_inset
28946
28947 pt.
28948 \end_layout
28949
28950 \begin_layout Standard
28951 As example the above formula where the command
28952 \end_layout
28953
28954 \begin_layout Standard
28955
28956 \series bold
28957
28958 \backslash
28959 setlength{
28960 \backslash
28961 multlinegap}{2cm}
28962 \end_layout
28963
28964 \begin_layout Standard
28965 was inserted in TeX-mode before:
28966 \begin_inset ERT
28967 status collapsed
28968
28969 \begin_layout Plain Layout
28970
28971
28972 \backslash
28973 setlength{
28974 \backslash
28975 multlinegap}{2cm}
28976 \end_layout
28977
28978 \end_inset
28979
28980
28981 \begin_inset Formula \begin{multline}
28982 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}\\
28983 \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}}\\
28984 =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}
28985
28986 \end_inset
28987
28988
28989 \begin_inset ERT
28990 status collapsed
28991
28992 \begin_layout Plain Layout
28993
28994
28995 \backslash
28996 setlength{
28997 \backslash
28998 multlinegap}{0pt}
28999 \end_layout
29000
29001 \end_inset
29002
29003 The second line was left aligned using 
29004 \series bold
29005
29006 \backslash
29007 shoveleft
29008 \series default
29009 .
29010 \end_layout
29011
29012 \begin_layout Subsection
29013 Multiline Formula Parts
29014 \begin_inset CommandInset label
29015 LatexCommand label
29016 name "sub:Multiline-Formula-Parts"
29017
29018 \end_inset
29019
29020
29021 \begin_inset Index
29022 status collapsed
29023
29024 \begin_layout Plain Layout
29025 Formula ! multiline ! formula parts
29026 \end_layout
29027
29028 \end_inset
29029
29030
29031 \end_layout
29032
29033 \begin_layout Standard
29034 To display only parts of a formula with multiple lines, one of the following
29035  environments are used: 
29036 \series bold
29037 aligned
29038 \series default
29039
29040 \series bold
29041 alignedat
29042 \series default
29043
29044 \series bold
29045 gathered
29046 \series default
29047  or 
29048 \series bold
29049 split
29050 \series default
29051 .
29052  They can be inserted via the menu 
29053 \family sans
29054 Insert\SpecialChar \menuseparator
29055 Math
29056 \family default
29057  or by using the commands described in this section.
29058 \end_layout
29059
29060 \begin_layout Standard
29061 The first three have the same properties as the corresponding multiline
29062  formula environments, but it is possible to set further formula parts beside
29063  them.
29064  An example:
29065 \begin_inset Formula \[
29066 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29067 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29068 \right\} \textrm{Uncertainty relations}\]
29069
29070 \end_inset
29071
29072
29073 \end_layout
29074
29075 \begin_layout Standard
29076 To get this formula, a displayed formula is created where the command 
29077 \series bold
29078
29079 \backslash
29080 aligned
29081 \begin_inset Index
29082 status collapsed
29083
29084 \begin_layout Plain Layout
29085 Commands ! A ! 
29086 \backslash
29087 aligned
29088 \end_layout
29089
29090 \end_inset
29091
29092
29093 \series default
29094  is inserted.
29095  A purple box appears around the blue formula box where now columns and
29096  lines can be added.
29097  Outside the multiline environment other formula parts can be set, like
29098  the brace.
29099 \end_layout
29100
29101 \begin_layout Standard
29102 The aligned environment is also suitable for long formulas whose lines are
29103  horizontally aligned.
29104  Using aligned in a displayed formula has the advantage that the formula
29105  number is vertically centered behind the lines.
29106  As example formula 
29107 \begin_inset CommandInset ref
29108 LatexCommand eqref
29109 reference "eq:shortlong"
29110
29111 \end_inset
29112
29113  in the aligned environment:
29114 \begin_inset Formula \begin{equation}
29115 \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}|}\\
29116  & -\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}
29117 \end{equation}
29118
29119 \end_inset
29120
29121
29122 \end_layout
29123
29124 \begin_layout Standard
29125 To use the environments 
29126 \series bold
29127 alignedat
29128 \series default
29129
29130 \series bold
29131 gathered
29132 \series default
29133 , or 
29134 \series bold
29135 split
29136 \series default
29137 , the command 
29138 \series bold
29139
29140 \backslash
29141 alignedat
29142 \series default
29143 ,
29144 \begin_inset Index
29145 status collapsed
29146
29147 \begin_layout Plain Layout
29148 Commands ! A ! 
29149 \backslash
29150 alignedat
29151 \end_layout
29152
29153 \end_inset
29154
29155  
29156 \series bold
29157
29158 \backslash
29159 gathered
29160 \series default
29161
29162 \begin_inset Index
29163 status collapsed
29164
29165 \begin_layout Plain Layout
29166 Commands ! G ! 
29167 \backslash
29168 gathered
29169 \end_layout
29170
29171 \end_inset
29172
29173 , or 
29174 \series bold
29175
29176 \backslash
29177 split
29178 \series default
29179
29180 \begin_inset Index
29181 status collapsed
29182
29183 \begin_layout Plain Layout
29184 Commands ! S ! 
29185 \backslash
29186 split
29187 \end_layout
29188
29189 \end_inset
29190
29191  are inserted, respectively.
29192  The split environment has the same properties as the aligned environment
29193  but it can only have two columns.
29194 \end_layout
29195
29196 \begin_layout Subsection
29197 Text in multiline Formulas
29198 \begin_inset CommandInset label
29199 LatexCommand label
29200 name "sub:Text-in-multiline"
29201
29202 \end_inset
29203
29204
29205 \begin_inset Index
29206 status collapsed
29207
29208 \begin_layout Plain Layout
29209 Text ! in formulas
29210 \end_layout
29211
29212 \end_inset
29213
29214
29215 \begin_inset Index
29216 status collapsed
29217
29218 \begin_layout Plain Layout
29219 Formula ! multiline ! text
29220 \end_layout
29221
29222 \end_inset
29223
29224
29225 \end_layout
29226
29227 \begin_layout Standard
29228 In the Align environments, and the multline and gather environment, text
29229  can be inserted that will appear in a separate line and doesn't affect
29230  the column alignment.
29231  To do this, the command 
29232 \series bold
29233
29234 \backslash
29235 intertext
29236 \begin_inset Index
29237 status collapsed
29238
29239 \begin_layout Plain Layout
29240 Commands ! I ! 
29241 \backslash
29242 intertext
29243 \end_layout
29244
29245 \end_inset
29246
29247
29248 \series default
29249  is used in the following scheme:
29250 \end_layout
29251
29252 \begin_layout Standard
29253
29254 \series bold
29255
29256 \backslash
29257 intertext{text}
29258 \end_layout
29259
29260 \begin_layout Standard
29261 The text should not be longer than a line because it cannot be hyphenated.
29262  As LyX doesn't yet support 
29263 \series bold
29264
29265 \backslash
29266 intertext
29267 \series default
29268  directly, the text is written as mathematical text.
29269  
29270 \series bold
29271
29272 \backslash
29273 intertext
29274 \series default
29275  must hereby be at the beginning of a line and appears in the output above
29276  this line.
29277  An example where the text was inserted at the beginning of the second line:
29278 \begin_inset Formula \begin{align}
29279 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29280 \intertext{\text{integrand is symmetric to $\phi=\pi$, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29281
29282 \end_inset
29283
29284
29285 \end_layout
29286
29287 \begin_layout Section
29288 Formula Numbering
29289 \begin_inset Index
29290 status collapsed
29291
29292 \begin_layout Plain Layout
29293 Formula numbering
29294 \end_layout
29295
29296 \end_inset
29297
29298
29299 \begin_inset Index
29300 status collapsed
29301
29302 \begin_layout Plain Layout
29303 Formula ! numbering|see
29304 \begin_inset ERT
29305 status collapsed
29306
29307 \begin_layout Plain Layout
29308
29309 {
29310 \end_layout
29311
29312 \end_inset
29313
29314 Formula numbering
29315 \begin_inset ERT
29316 status collapsed
29317
29318 \begin_layout Plain Layout
29319
29320 }
29321 \end_layout
29322
29323 \end_inset
29324
29325
29326 \end_layout
29327
29328 \end_inset
29329
29330
29331 \end_layout
29332
29333 \begin_layout Subsection
29334 General
29335 \end_layout
29336
29337 \begin_layout Standard
29338 Numbered formulas can be created with the menu 
29339 \family sans
29340 Insert\SpecialChar \menuseparator
29341 Math\SpecialChar \menuseparator
29342 Numbered
29343 \begin_inset space ~
29344 \end_inset
29345
29346 Formula
29347 \family default
29348  (shortcut 
29349 \family sans
29350 Ctrl+Alt
29351 \begin_inset space ~
29352 \end_inset
29353
29354 N
29355 \family default
29356 ).
29357  Existing formulas can be numbered with the menu 
29358 \family sans
29359 Edit\SpecialChar \menuseparator
29360 Math\SpecialChar \menuseparator
29361 Toggle
29362 \begin_inset space ~
29363 \end_inset
29364
29365 Numbering
29366 \family default
29367  (shortcut 
29368 \begin_inset Info
29369 type  "shortcut"
29370 arg   "math-number-toggle"
29371 \end_inset
29372
29373 ).
29374  The formula number is displayed in LyX behind the formula as number sign
29375  in parentheses.
29376  The number sign is replaced in the output by the formula number.
29377 \end_layout
29378
29379 \begin_layout Standard
29380 When numbering is turned on in multiline formulas, all lines will be numbered.
29381  But the numbering can be controlled with the menu 
29382 \family sans
29383 Edit\SpecialChar \menuseparator
29384 Math\SpecialChar \menuseparator
29385 Toggle
29386 \begin_inset space ~
29387 \end_inset
29388
29389 Numbering
29390 \begin_inset space ~
29391 \end_inset
29392
29393 of
29394 \begin_inset space ~
29395 \end_inset
29396
29397 Line
29398 \family default
29399  (shortcut
29400 \begin_inset Info
29401 type  "shortcut"
29402 arg   "math-number-line-toggle"
29403 \end_inset
29404
29405 ) for every line.
29406 \end_layout
29407
29408 \begin_layout Standard
29409 Except of inline formulas, all formulas can be numbered with two different
29410  styles, see 
29411 \begin_inset CommandInset ref
29412 LatexCommand ref
29413 reference "sec:Formula-Styles"
29414
29415 \end_inset
29416
29417 .
29418 \end_layout
29419
29420 \begin_layout Subsection
29421 Cross-References
29422 \begin_inset Index
29423 status collapsed
29424
29425 \begin_layout Plain Layout
29426 Cross-references ! to formulas
29427 \end_layout
29428
29429 \end_inset
29430
29431
29432 \end_layout
29433
29434 \begin_layout Standard
29435 All labeled formulas can be cross-referenced.
29436  A label is added by the menu 
29437 \family sans
29438 Insert\SpecialChar \menuseparator
29439 Label
29440 \family default
29441  or the toolbar button 
29442 \begin_inset Graphics
29443         filename ../images/label-insert.png
29444         scale 85
29445
29446 \end_inset
29447
29448 .
29449  The cursor must hereby be inside a displayed formula.
29450  A dialog pops up displaying the prefix 
29451 \series bold
29452 eq:
29453 \series default
29454  in a text field.
29455  The label is inserted there behind the prefix.
29456  The predefined prefix means 
29457 \begin_inset Quotes eld
29458 \end_inset
29459
29460 equation
29461 \begin_inset Quotes erd
29462 \end_inset
29463
29464  and makes it easier to find labels in large documents because it marks
29465  it as formula label to divide it from e.
29466 \begin_inset space \thinspace{}
29467 \end_inset
29468
29469 g.
29470 \begin_inset space \space{}
29471 \end_inset
29472
29473 section labels.
29474  To change a label, the menu 
29475 \family sans
29476 Insert\SpecialChar \menuseparator
29477 Label
29478 \family default
29479  is used again.
29480 \end_layout
29481
29482 \begin_layout Standard
29483 The name of the label is displayed in LyX within two parentheses behind
29484  formula.
29485  A formula with a label is always numbered.
29486 \end_layout
29487
29488 \begin_layout Standard
29489 Cross-references are inserted via the menu 
29490 \family sans
29491 Insert\SpecialChar \menuseparator
29492 Cross-Reference
29493 \family default
29494  or with the toolbar button 
29495 \begin_inset Graphics
29496         filename ../images/dialog-show-new-inset_ref.png
29497         scale 85
29498
29499 \end_inset
29500
29501 .
29502  A formula cross-reference appears in the output as formula number.
29503  When in the cross-reference dialog window the format 
29504 \series bold
29505 (<reference>)
29506 \series default
29507  is chosen, the cross-reference appears in the output as formula number
29508  in parentheses.
29509 \begin_inset Newline newline
29510 \end_inset
29511
29512 By right-clicking on a cross-reference in LyX, one jumps to the formula
29513  that is referenced.
29514 \end_layout
29515
29516 \begin_layout Standard
29517 Here are as examples cross-references to formulas of the following subsections:
29518 \begin_inset Note Note
29519 status open
29520
29521 \begin_layout Plain Layout
29522 Note the different cross-reference types.
29523 \end_layout
29524
29525 \end_inset
29526
29527
29528 \end_layout
29529
29530 \begin_layout Standard
29531 The equations 
29532 \begin_inset CommandInset ref
29533 LatexCommand eqref
29534 reference "eq:tag"
29535
29536 \end_inset
29537
29538  and 
29539 \begin_inset CommandInset ref
29540 LatexCommand eqref
29541 reference "eq:c"
29542
29543 \end_inset
29544
29545  are equivalent.
29546  In (
29547 \begin_inset CommandInset ref
29548 LatexCommand ref
29549 reference "eq:Lat"
29550
29551 \end_inset
29552
29553 ) big Latin letters are used for the numbering in contrary to (
29554 \begin_inset CommandInset ref
29555 LatexCommand ref
29556 reference "eq:Rom"
29557
29558 \end_inset
29559
29560 ).
29561 \end_layout
29562
29563 \begin_layout Standard
29564 \begin_inset VSpace medskip
29565 \end_inset
29566
29567 When the argument of 
29568 \series bold
29569
29570 \backslash
29571 tag
29572 \begin_inset Foot
29573 status collapsed
29574
29575 \begin_layout Plain Layout
29576
29577 \series bold
29578
29579 \backslash
29580 tag
29581 \series default
29582  is described in 
29583 \begin_inset CommandInset ref
29584 LatexCommand ref
29585 reference "sub:User-defined-Numbering"
29586
29587 \end_inset
29588
29589 .
29590 \end_layout
29591
29592 \end_inset
29593
29594
29595 \series default
29596  contains a box like in 
29597 \begin_inset CommandInset ref
29598 LatexCommand ref
29599 reference "sub:Paragraph-Boxes"
29600
29601 \end_inset
29602
29603 , the formula cannot be referenced.
29604 \end_layout
29605
29606 \begin_layout Subsection
29607 Subnumbering
29608 \begin_inset Index
29609 status collapsed
29610
29611 \begin_layout Plain Layout
29612 Formula numbering ! subnumbering
29613 \end_layout
29614
29615 \end_inset
29616
29617
29618 \end_layout
29619
29620 \begin_layout Standard
29621 With the help of the commands 
29622 \series bold
29623
29624 \backslash
29625 begin{subequations}
29626 \series default
29627  and 
29628 \series bold
29629
29630 \backslash
29631 end{subequations}
29632 \series default
29633  formulas can be subnumbered.
29634  Both commands are inserted in TeX-mode.
29635 \end_layout
29636
29637 \begin_layout Standard
29638 An example:
29639 \begin_inset Formula \begin{equation}
29640 A=C-B\label{eq:a}\end{equation}
29641
29642 \end_inset
29643
29644
29645 \begin_inset ERT
29646 status collapsed
29647
29648 \begin_layout Plain Layout
29649
29650
29651 \backslash
29652 addtocounter{equation}{-1}
29653 \end_layout
29654
29655 \end_inset
29656
29657
29658 \begin_inset ERT
29659 status collapsed
29660
29661 \begin_layout Plain Layout
29662
29663
29664 \backslash
29665 begin{subequations}
29666 \end_layout
29667
29668 \end_inset
29669
29670
29671 \begin_inset VSpace -5mm
29672 \end_inset
29673
29674
29675 \begin_inset Formula \begin{equation}
29676 B=C-A\label{eq:b}\end{equation}
29677
29678 \end_inset
29679
29680
29681 \begin_inset Formula \begin{equation}
29682 C=A+B\label{eq:c}\end{equation}
29683
29684 \end_inset
29685
29686
29687 \end_layout
29688
29689 \begin_layout Standard
29690 \begin_inset ERT
29691 status collapsed
29692
29693 \begin_layout Plain Layout
29694
29695
29696 \backslash
29697 end{subequations}
29698 \end_layout
29699
29700 \end_inset
29701
29702
29703 \end_layout
29704
29705 \begin_layout Standard
29706 To create the example, the following is done:
29707 \end_layout
29708
29709 \begin_layout Enumerate
29710 first formula is inserted
29711 \end_layout
29712
29713 \begin_layout Enumerate
29714
29715 \series bold
29716
29717 \backslash
29718 addtocounter{equation}{-1} 
29719 \backslash
29720 begin{subequations}
29721 \begin_inset Index
29722 status collapsed
29723
29724 \begin_layout Plain Layout
29725 Commands ! A ! 
29726 \backslash
29727 addtocounter
29728 \end_layout
29729
29730 \end_inset
29731
29732
29733 \begin_inset Newline newline
29734 \end_inset
29735
29736
29737 \series default
29738 is inserted after the first formula
29739 \end_layout
29740
29741 \begin_layout Enumerate
29742 second formula is inserted
29743 \end_layout
29744
29745 \begin_layout Enumerate
29746 third formula is inserted
29747 \end_layout
29748
29749 \begin_layout Enumerate
29750
29751 \series bold
29752
29753 \backslash
29754 end{subequations}
29755 \series default
29756  is inserted after the third formula
29757 \end_layout
29758
29759 \begin_layout Standard
29760 Every formula between the commands 
29761 \series bold
29762
29763 \backslash
29764 begin
29765 \series default
29766  and 
29767 \series bold
29768
29769 \backslash
29770 end
29771 \series default
29772  is subnumbered as a, b, 
29773 \begin_inset Newline linebreak
29774 \end_inset
29775
29776 c, \SpecialChar \ldots{}
29777  For multiline formulas every line will be subnumbered.
29778  All subnumbered formulas are treated as 
29779 \emph on
29780 one
29781 \emph default
29782  numbered formula.
29783  But as every numbered formula increases the counter 
29784 \series bold
29785 equation
29786 \series default
29787  by one, the command 
29788 \series bold
29789
29790 \backslash
29791 addtocounter
29792 \series default
29793  is needed to decrease it.
29794  Otherwise the formulas 
29795 \begin_inset CommandInset ref
29796 LatexCommand eqref
29797 reference "eq:a"
29798
29799 \end_inset
29800
29801
29802 \begin_inset CommandInset ref
29803 LatexCommand eqref
29804 reference "eq:b"
29805
29806 \end_inset
29807
29808
29809 \begin_inset CommandInset ref
29810 LatexCommand eqref
29811 reference "eq:c"
29812
29813 \end_inset
29814
29815  would be numbered as 
29816 \begin_inset CommandInset ref
29817 LatexCommand eqref
29818 reference "eq:a"
29819
29820 \end_inset
29821
29822
29823 \begin_inset CommandInset ref
29824 LatexCommand eqref
29825 reference "eq:d"
29826
29827 \end_inset
29828
29829
29830 \begin_inset CommandInset ref
29831 LatexCommand eqref
29832 reference "eq:f"
29833
29834 \end_inset
29835
29836 .
29837 \end_layout
29838
29839 \begin_layout Standard
29840 By inserting the commands in TeX-mode, a space is created between the first
29841  two formulas.
29842  To revert this -5
29843 \begin_inset space \thinspace{}
29844 \end_inset
29845
29846 mm vertical space is inserted after the command 
29847 \series bold
29848
29849 \backslash
29850 begin{subequations}
29851 \series default
29852 .
29853  When the formula style 
29854 \series bold
29855 Indented
29856 \begin_inset Foot
29857 status collapsed
29858
29859 \begin_layout Plain Layout
29860 formula styles see 
29861 \begin_inset CommandInset ref
29862 LatexCommand ref
29863 reference "sec:Formula-Styles"
29864
29865 \end_inset
29866
29867
29868 \end_layout
29869
29870 \end_inset
29871
29872
29873 \series default
29874  is used, -7
29875 \begin_inset space \thinspace{}
29876 \end_inset
29877
29878 mm space is inserted instead.
29879 \end_layout
29880
29881 \begin_layout Standard
29882 Here is an example for a multiline formula where the numbering was turned
29883  off for the second line:
29884 \begin_inset ERT
29885 status collapsed
29886
29887 \begin_layout Plain Layout
29888
29889
29890 \backslash
29891 begin{subequations}
29892 \end_layout
29893
29894 \end_inset
29895
29896
29897 \begin_inset Formula \begin{eqnarray}
29898 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29899  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29900  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29901
29902 \end_inset
29903
29904
29905 \begin_inset ERT
29906 status collapsed
29907
29908 \begin_layout Plain Layout
29909
29910
29911 \backslash
29912 end{subequations}
29913 \end_layout
29914
29915 \end_inset
29916
29917
29918 \end_layout
29919
29920 \begin_layout Subsection
29921 User-defined Numbering
29922 \begin_inset CommandInset label
29923 LatexCommand label
29924 name "sub:User-defined-Numbering"
29925
29926 \end_inset
29927
29928
29929 \begin_inset Index
29930 status collapsed
29931
29932 \begin_layout Plain Layout
29933 Formula numbering ! user-defined
29934 \end_layout
29935
29936 \end_inset
29937
29938
29939 \end_layout
29940
29941 \begin_layout Standard
29942 \begin_inset Index
29943 status collapsed
29944
29945 \begin_layout Plain Layout
29946 Formula numbering ! self-defined delimiters
29947 \end_layout
29948
29949 \end_inset
29950
29951 With the standard numbering parentheses are set around the formula number.
29952  To replace the parentheses for example by vertical bars, the following
29953  line is added to the LaTeX-preamble:
29954 \end_layout
29955
29956 \begin_layout Standard
29957
29958 \series bold
29959
29960 \backslash
29961 def
29962 \backslash
29963 tagform@#1{
29964 \backslash
29965 maketag@@@{|#1|}}
29966 \series default
29967
29968 \begin_inset Note Note
29969 status collapsed
29970
29971 \begin_layout Plain Layout
29972 This macro is already declared in the LaTeX-preamble for testing.
29973  To activate it, remove the percent sign at the beginning.
29974 \end_layout
29975
29976 \end_inset
29977
29978
29979 \end_layout
29980
29981 \begin_layout Standard
29982 To use other characters, the vertical bars besides the 
29983 \series bold
29984 #1
29985 \series default
29986  are replaced by one ore more characters.
29987  To get only the formula number the vertical bars are omitted.
29988 \end_layout
29989
29990 \begin_layout Standard
29991 \begin_inset VSpace bigskip
29992 \end_inset
29993
29994 When there should be an expression of your choice instead of the consecutive
29995  formula number in parentheses behind the formula, the command 
29996 \series bold
29997
29998 \backslash
29999 tag
30000 \series default
30001
30002 \begin_inset Index
30003 status collapsed
30004
30005 \begin_layout Plain Layout
30006 Commands ! T ! 
30007 \backslash
30008 tag
30009 \end_layout
30010
30011 \end_inset
30012
30013  is used:
30014 \begin_inset Formula \begin{equation}
30015 A+B=C\tag{something}\label{eq:tag}\end{equation}
30016
30017 \end_inset
30018
30019 In this example the command 
30020 \series bold
30021
30022 \backslash
30023 tag
30024 \begin_inset ERT
30025 status collapsed
30026
30027 \begin_layout Plain Layout
30028
30029
30030 \backslash
30031 spce 
30032 \end_layout
30033
30034 \end_inset
30035
30036 something
30037 \series default
30038  was inserted to the formula.
30039 \end_layout
30040
30041 \begin_layout Standard
30042 When the command 
30043 \series bold
30044
30045 \backslash
30046 tag*
30047 \begin_inset ERT
30048 status collapsed
30049
30050 \begin_layout Plain Layout
30051
30052
30053 \backslash
30054 spce 
30055 \end_layout
30056
30057 \end_inset
30058
30059 something
30060 \series default
30061  is inserted instead, the star prevents the parentheses around the expression:
30062 \begin_inset Formula \[
30063 A+B=C\tag*{something}\]
30064
30065 \end_inset
30066
30067
30068 \end_layout
30069
30070 \begin_layout Standard
30071 \begin_inset VSpace bigskip
30072 \end_inset
30073
30074 To restart the formula numbering with new document parts or sections, the
30075  following command is used:
30076 \end_layout
30077
30078 \begin_layout Standard
30079
30080 \series bold
30081
30082 \backslash
30083 @addtoreset{equation}{part}
30084 \series default
30085
30086 \begin_inset Index
30087 status collapsed
30088
30089 \begin_layout Plain Layout
30090 Commands ! 
30091 \begin_inset ERT
30092 status collapsed
30093
30094 \begin_layout Plain Layout
30095
30096 "
30097 \end_layout
30098
30099 \end_inset
30100
30101 @
30102 \begin_inset ERT
30103 status collapsed
30104
30105 \begin_layout Plain Layout
30106
30107 "
30108 \end_layout
30109
30110 \end_inset
30111
30112  ! 
30113 \backslash
30114
30115 \begin_inset ERT
30116 status collapsed
30117
30118 \begin_layout Plain Layout
30119
30120 "
30121 \end_layout
30122
30123 \end_inset
30124
30125 @
30126 \begin_inset ERT
30127 status collapsed
30128
30129 \begin_layout Plain Layout
30130
30131 "
30132 \end_layout
30133
30134 \end_inset
30135
30136 addtoreset
30137 \end_layout
30138
30139 \end_inset
30140
30141
30142 \begin_inset Newline newline
30143 \end_inset
30144
30145 resp.
30146 \begin_inset Newline newline
30147 \end_inset
30148
30149
30150 \series bold
30151
30152 \backslash
30153 @addtoreset{equation}{section}
30154 \end_layout
30155
30156 \begin_layout Standard
30157 To be able to use these commands in TeX-mode, the 
30158 \begin_inset Quotes eld
30159 \end_inset
30160
30161 @
30162 \begin_inset Quotes erd
30163 \end_inset
30164
30165  character has to be made 
30166 \begin_inset Quotes eld
30167 \end_inset
30168
30169 active
30170 \begin_inset Quotes erd
30171 \end_inset
30172
30173  for LaTeX using the command 
30174 \series bold
30175
30176 \backslash
30177 makeatletter.
30178
30179 \series default
30180  The command 
30181 \series bold
30182
30183 \backslash
30184 makeatother
30185 \series default
30186  reverts this.
30187  So the command sequence in TeX-mode is:
30188 \end_layout
30189
30190 \begin_layout Standard
30191
30192 \series bold
30193
30194 \backslash
30195 makeatletter
30196 \begin_inset Newline newline
30197 \end_inset
30198
30199
30200 \backslash
30201 @addtoreset{equation}{section}
30202 \begin_inset Newline newline
30203 \end_inset
30204
30205
30206 \backslash
30207 makeatother
30208 \end_layout
30209
30210 \begin_layout Standard
30211 In the LaTeX-preamble 
30212 \series bold
30213
30214 \backslash
30215 makeatletter
30216 \series default
30217  and 
30218 \series bold
30219
30220 \backslash
30221 makeatother
30222 \series default
30223  can be omitted as they are automatically internally inserted by LyX.
30224 \end_layout
30225
30226 \begin_layout Standard
30227 To revert 
30228 \series bold
30229
30230 \backslash
30231 @addtoreset
30232 \series default
30233 , the file 
30234 \series bold
30235 remreset.sty
30236 \series default
30237
30238 \begin_inset Foot
30239 status collapsed
30240
30241 \begin_layout Plain Layout
30242
30243 \series bold
30244 remreset
30245 \series default
30246  is part of the LaTeX-package 
30247 \series bold
30248 carlisle
30249 \series default
30250
30251 \begin_inset Index
30252 status collapsed
30253
30254 \begin_layout Plain Layout
30255 Packages ! carlisle
30256 \end_layout
30257
30258 \end_inset
30259
30260  that is part of every LaTeX standard installation.
30261 \end_layout
30262
30263 \end_inset
30264
30265
30266 \begin_inset Index
30267 status collapsed
30268
30269 \begin_layout Plain Layout
30270 Packages ! remreset
30271 \end_layout
30272
30273 \end_inset
30274
30275  has to be loaded in the LaTeX-preamble with the line
30276 \end_layout
30277
30278 \begin_layout Standard
30279
30280 \series bold
30281
30282 \backslash
30283 usepackage{remreset}
30284 \end_layout
30285
30286 \begin_layout Standard
30287 Then the command 
30288 \series bold
30289
30290 \backslash
30291 @removefromreset
30292 \series default
30293
30294 \begin_inset Index
30295 status collapsed
30296
30297 \begin_layout Plain Layout
30298 Commands ! 
30299 \begin_inset ERT
30300 status collapsed
30301
30302 \begin_layout Plain Layout
30303
30304 "
30305 \end_layout
30306
30307 \end_inset
30308
30309 @
30310 \begin_inset ERT
30311 status collapsed
30312
30313 \begin_layout Plain Layout
30314
30315 "
30316 \end_layout
30317
30318 \end_inset
30319
30320  ! 
30321 \backslash
30322
30323 \begin_inset ERT
30324 status collapsed
30325
30326 \begin_layout Plain Layout
30327
30328 "
30329 \end_layout
30330
30331 \end_inset
30332
30333 @
30334 \begin_inset ERT
30335 status collapsed
30336
30337 \begin_layout Plain Layout
30338
30339 "
30340 \end_layout
30341
30342 \end_inset
30343
30344 removefromreset
30345 \end_layout
30346
30347 \end_inset
30348
30349  can be used with the same scheme as 
30350 \series bold
30351
30352 \backslash
30353 @addtoreset
30354 \series default
30355 .
30356 \end_layout
30357
30358 \begin_layout Standard
30359 \begin_inset VSpace bigskip
30360 \end_inset
30361
30362 Sometimes formulas should be numbered in the following form:
30363 \end_layout
30364
30365 \begin_layout Standard
30366
30367 \family typewriter
30368 (section number.formula number)
30369 \end_layout
30370
30371 \begin_layout Standard
30372 The formula number should start with every section with 
30373 \begin_inset Quotes eld
30374 \end_inset
30375
30376 1
30377 \begin_inset Quotes erd
30378 \end_inset
30379
30380 .
30381 \end_layout
30382
30383 \begin_layout Standard
30384 For this case there is the command 
30385 \series bold
30386
30387 \backslash
30388 numberwithin
30389 \series default
30390
30391 \begin_inset Index
30392 status collapsed
30393
30394 \begin_layout Plain Layout
30395 Commands ! N ! 
30396 \backslash
30397 numberwithin
30398 \end_layout
30399
30400 \end_inset
30401
30402 , which is used with the following scheme:
30403 \end_layout
30404
30405 \begin_layout Standard
30406
30407 \series bold
30408
30409 \backslash
30410 numberwithin{counter}{sectioning}
30411 \end_layout
30412
30413 \begin_layout Standard
30414 Counter denotes what kind of numbering is affected, sectioning denotes what
30415  number is before the dot.
30416 \end_layout
30417
30418 \begin_layout Standard
30419 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30420 \end_layout
30421
30422 \begin_layout Standard
30423
30424 \series bold
30425
30426 \backslash
30427 numberwithin{equation}{section}
30428 \end_layout
30429
30430 \begin_layout Standard
30431 This is the result:
30432 \begin_inset ERT
30433 status collapsed
30434
30435 \begin_layout Plain Layout
30436
30437
30438 \backslash
30439 numberwithin{equation}{section}
30440 \end_layout
30441
30442 \end_inset
30443
30444
30445 \begin_inset Formula \begin{equation}
30446 A+B=C\end{equation}
30447
30448 \end_inset
30449
30450
30451 \end_layout
30452
30453 \begin_layout Standard
30454 To number e.
30455 \begin_inset space \thinspace{}
30456 \end_inset
30457
30458 g.
30459 \begin_inset space \space{}
30460 \end_inset
30461
30462 tables so that the number of the part is the sectioning,
30463 \begin_inset Newline newline
30464 \end_inset
30465
30466
30467 \series bold
30468
30469 \backslash
30470 numberwithin{table}{part}
30471 \series default
30472  is used.
30473 \end_layout
30474
30475 \begin_layout Standard
30476 To go back to the standard numbering or to prevent this kind of numbering
30477  when it is defined by the document class, the following command is inserted
30478  as TeX-Code or to the LaTeX-preamble:
30479 \end_layout
30480
30481 \begin_layout Standard
30482
30483 \series bold
30484
30485 \backslash
30486 renewcommand{
30487 \backslash
30488 theequation}{
30489 \backslash
30490 arabic{equation}}
30491 \begin_inset Index
30492 status collapsed
30493
30494 \begin_layout Plain Layout
30495 Commands ! A ! 
30496 \backslash
30497 arabic
30498 \end_layout
30499
30500 \end_inset
30501
30502
30503 \series default
30504
30505 \begin_inset ERT
30506 status collapsed
30507
30508 \begin_layout Plain Layout
30509
30510
30511 \backslash
30512 renewcommand{
30513 \backslash
30514 theequation}{
30515 \backslash
30516 arabic{equation}}
30517 \end_layout
30518
30519 \end_inset
30520
30521
30522 \series bold
30523
30524 \begin_inset Newline newline
30525 \end_inset
30526
30527
30528 \series default
30529 or
30530 \series bold
30531
30532 \begin_inset Newline newline
30533 \end_inset
30534
30535
30536 \backslash
30537 renewcommand{
30538 \backslash
30539 thetable}{
30540 \backslash
30541 arabic{table}}
30542 \end_layout
30543
30544 \begin_layout Standard
30545
30546 \series bold
30547
30548 \backslash
30549 numberwithin
30550 \series default
30551  uses internally the command 
30552 \series bold
30553
30554 \backslash
30555 @addtoreset
30556 \series default
30557 , described above, that also needs to be reverted.
30558 \begin_inset ERT
30559 status collapsed
30560
30561 \begin_layout Plain Layout
30562
30563
30564 \backslash
30565 makeatletter
30566 \end_layout
30567
30568 \begin_layout Plain Layout
30569
30570
30571 \backslash
30572 @removefromreset{equation}{section}
30573 \end_layout
30574
30575 \begin_layout Plain Layout
30576
30577
30578 \backslash
30579 makeatother
30580 \end_layout
30581
30582 \end_inset
30583
30584
30585 \end_layout
30586
30587 \begin_layout Subsection
30588 Numbering with Roman Numbers and Letters
30589 \begin_inset Index
30590 status collapsed
30591
30592 \begin_layout Plain Layout
30593 Formula numbering ! with letters
30594 \end_layout
30595
30596 \end_inset
30597
30598
30599 \begin_inset Index
30600 status collapsed
30601
30602 \begin_layout Plain Layout
30603 Formula numbering ! with Roman numbers
30604 \end_layout
30605
30606 \end_inset
30607
30608
30609 \end_layout
30610
30611 \begin_layout Standard
30612 Formulas can also be numbered with Roman numbers and Latin letters.
30613  To number for example with small Roman numbers, the command
30614 \end_layout
30615
30616 \begin_layout Standard
30617
30618 \series bold
30619
30620 \backslash
30621 renewcommand{
30622 \backslash
30623 theequation}{
30624 \backslash
30625 roman{equation}}
30626 \end_layout
30627
30628 \begin_layout Standard
30629 is inserted before the formula in TeX-mode.
30630  
30631 \series bold
30632
30633 \backslash
30634 renewcommand
30635 \series default
30636
30637 \begin_inset Index
30638 status collapsed
30639
30640 \begin_layout Plain Layout
30641 Commands ! R ! 
30642 \backslash
30643 renewcommand
30644 \end_layout
30645
30646 \end_inset
30647
30648  redefines the predefined command 
30649 \series bold
30650
30651 \backslash
30652 theequation
30653 \series default
30654  to the command 
30655 \series bold
30656
30657 \backslash
30658 roman{equation}
30659 \series default
30660 .
30661 \begin_inset Foot
30662 status collapsed
30663
30664 \begin_layout Plain Layout
30665 The command 
30666 \series bold
30667
30668 \backslash
30669 renewcommand
30670 \series default
30671  has the same scheme like the command 
30672 \series bold
30673
30674 \backslash
30675 newcommand
30676 \series default
30677  that is described in 
30678 \begin_inset CommandInset ref
30679 LatexCommand ref
30680 reference "sub:The-Command-newcommand"
30681
30682 \end_inset
30683
30684 .
30685 \end_layout
30686
30687 \end_inset
30688
30689  
30690 \series bold
30691 equation
30692 \series default
30693  is the formula counter.
30694  When the command 
30695 \series bold
30696
30697 \backslash
30698 the
30699 \series default
30700  is used as prefix for a counter, the value of the counter is output as
30701  Arabic number.
30702  When a formula is numbered, LaTeX sets internally the command 
30703 \series bold
30704
30705 \backslash
30706 theequation
30707 \series default
30708  behind the formula.
30709  
30710 \series bold
30711
30712 \backslash
30713 roman{equation}
30714 \begin_inset Index
30715 status collapsed
30716
30717 \begin_layout Plain Layout
30718 Commands ! R ! 
30719 \backslash
30720 roman
30721 \end_layout
30722
30723 \end_inset
30724
30725
30726 \series default
30727  outputs the counter as small Roman number.
30728 \end_layout
30729
30730 \begin_layout Standard
30731 All formulas behind the command 
30732 \series bold
30733
30734 \backslash
30735 renew
30736 \series default
30737 c
30738 \series bold
30739 ommand
30740 \series default
30741  are now numbered Roman.
30742  To switch to numbering with big Roman numbers, the command is inserted
30743  again, but 
30744 \series bold
30745
30746 \backslash
30747 roman
30748 \series default
30749  is replaced by 
30750 \series bold
30751
30752 \backslash
30753 Roman
30754 \series default
30755
30756 \begin_inset Index
30757 status collapsed
30758
30759 \begin_layout Plain Layout
30760 Commands ! R ! 
30761 \backslash
30762 roman@
30763 \backslash
30764 Roman
30765 \end_layout
30766
30767 \end_inset
30768
30769 .
30770  To 
30771 \begin_inset Quotes eld
30772 \end_inset
30773
30774 number
30775 \begin_inset Quotes erd
30776 \end_inset
30777
30778  with small Latin letters there is the command 
30779 \series bold
30780
30781 \backslash
30782 alph
30783 \series default
30784
30785 \begin_inset Index
30786 status collapsed
30787
30788 \begin_layout Plain Layout
30789 Commands ! A ! 
30790 \backslash
30791 alph
30792 \end_layout
30793
30794 \end_inset
30795
30796 , for big ones there is the command 
30797 \series bold
30798
30799 \backslash
30800 Alph
30801 \series default
30802
30803 \begin_inset Index
30804 status open
30805
30806 \begin_layout Plain Layout
30807 Commands ! A ! 
30808 \backslash
30809 alph@
30810 \backslash
30811 Alph
30812 \end_layout
30813
30814 \end_inset
30815
30816 .
30817 \end_layout
30818
30819 \begin_layout Standard
30820 \begin_inset Note Greyedout
30821 status open
30822
30823 \begin_layout Plain Layout
30824
30825 \series bold
30826 Note:
30827 \series default
30828  Only maximal 26 formulas can be numbered with Latin letters in one document.
30829 \end_layout
30830
30831 \end_inset
30832
30833
30834 \end_layout
30835
30836 \begin_layout Standard
30837 \begin_inset ERT
30838 status collapsed
30839
30840 \begin_layout Plain Layout
30841
30842
30843 \backslash
30844 renewcommand{
30845 \backslash
30846 theequation}{
30847 \backslash
30848 roman{equation}}
30849 \end_layout
30850
30851 \end_inset
30852
30853
30854 \end_layout
30855
30856 \begin_layout Standard
30857 \begin_inset Formula \begin{equation}
30858 A=\textrm{small roman}\label{eq:rom}\end{equation}
30859
30860 \end_inset
30861
30862
30863 \begin_inset ERT
30864 status collapsed
30865
30866 \begin_layout Plain Layout
30867
30868
30869 \backslash
30870 renewcommand{
30871 \backslash
30872 theequation}{
30873 \backslash
30874 Roman{equation}}
30875 \end_layout
30876
30877 \end_inset
30878
30879
30880 \begin_inset Formula \begin{equation}
30881 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
30882
30883 \end_inset
30884
30885
30886 \begin_inset ERT
30887 status collapsed
30888
30889 \begin_layout Plain Layout
30890
30891
30892 \backslash
30893 renewcommand{
30894 \backslash
30895 theequation}{
30896 \backslash
30897 alph{equation}}
30898 \end_layout
30899
30900 \end_inset
30901
30902
30903 \begin_inset Formula \begin{equation}
30904 C=\textrm{small Latin}\label{eq:lat}\end{equation}
30905
30906 \end_inset
30907
30908
30909 \begin_inset ERT
30910 status collapsed
30911
30912 \begin_layout Plain Layout
30913
30914
30915 \backslash
30916 renewcommand{
30917 \backslash
30918 theequation}{
30919 \backslash
30920 Alph{equation}}
30921 \end_layout
30922
30923 \end_inset
30924
30925
30926 \begin_inset Formula \begin{equation}
30927 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
30928
30929 \end_inset
30930
30931
30932 \end_layout
30933
30934 \begin_layout Standard
30935 To switch back to the default numbering, insert the command:
30936 \end_layout
30937
30938 \begin_layout Standard
30939
30940 \series bold
30941
30942 \backslash
30943 renewcommand{
30944 \backslash
30945 theequation}{
30946 \backslash
30947 arabic{equation}}
30948 \begin_inset Index
30949 status collapsed
30950
30951 \begin_layout Plain Layout
30952 Commands ! A ! 
30953 \backslash
30954 arabic
30955 \end_layout
30956
30957 \end_inset
30958
30959
30960 \end_layout
30961
30962 \begin_layout Standard
30963 \begin_inset ERT
30964 status collapsed
30965
30966 \begin_layout Plain Layout
30967
30968
30969 \backslash
30970 renewcommand{
30971 \backslash
30972 theequation}{
30973 \backslash
30974 arabic{equation}}
30975 \end_layout
30976
30977 \end_inset
30978
30979
30980 \begin_inset Formula \begin{equation}
30981 E=\textrm{Arabic}\label{eq:arab}\end{equation}
30982
30983 \end_inset
30984
30985
30986 \end_layout
30987
30988 \begin_layout Standard
30989 \begin_inset VSpace medskip
30990 \end_inset
30991
30992 As you see, formulas are numbered serially independent from the numbering
30993  style.
30994  When then numbering should start with 
30995 \begin_inset Quotes eld
30996 \end_inset
30997
30998 1
30999 \begin_inset Quotes erd
31000 \end_inset
31001
31002  when the style is changed, new equation counters have to be defined.
31003  A description about this can be found in the file 
31004 \begin_inset CommandInset href
31005 LatexCommand href
31006 target "Formula-numbering.lyx"
31007
31008 \end_inset
31009
31010 .
31011 \end_layout
31012
31013 \begin_layout Section
31014 User-defined Commands
31015 \begin_inset Index
31016 status collapsed
31017
31018 \begin_layout Plain Layout
31019 User-defined commands
31020 \end_layout
31021
31022 \end_inset
31023
31024
31025 \end_layout
31026
31027 \begin_layout Standard
31028 \begin_inset Note Greyedout
31029 status open
31030
31031 \begin_layout Plain Layout
31032
31033 \series bold
31034 Note:
31035 \series default
31036  The names of user-defined commands and macros may only consist of Latin
31037  letters.
31038 \end_layout
31039
31040 \end_inset
31041
31042
31043 \end_layout
31044
31045 \begin_layout Subsection
31046 The Command 
31047 \backslash
31048 newcommand
31049 \begin_inset CommandInset label
31050 LatexCommand label
31051 name "sub:The-Command-newcommand"
31052
31053 \end_inset
31054
31055
31056 \begin_inset Index
31057 status collapsed
31058
31059 \begin_layout Plain Layout
31060 User-defined commands ! 
31061 \backslash
31062 newcommand
31063 \end_layout
31064
31065 \end_inset
31066
31067
31068 \begin_inset Index
31069 status collapsed
31070
31071 \begin_layout Plain Layout
31072 Commands ! N ! 
31073 \backslash
31074 newcommand
31075 \end_layout
31076
31077 \end_inset
31078
31079
31080 \end_layout
31081
31082 \begin_layout Standard
31083 Many LaTeX-commands are too long to be used frequently.
31084  But it is possible to define with the command 
31085 \series bold
31086
31087 \backslash
31088 newcommand
31089 \series default
31090  new shorter commands.
31091 \end_layout
31092
31093 \begin_layout Standard
31094 The command scheme of 
31095 \series bold
31096
31097 \backslash
31098 newcommand
31099 \series default
31100  is:
31101 \end_layout
31102
31103 \begin_layout Standard
31104
31105 \series bold
31106
31107 \backslash
31108 newcommand{new command name}[number of arguments][optional
31109 \series default
31110  
31111 \series bold
31112 value]
31113 \begin_inset Newline newline
31114 \end_inset
31115
31116
31117 \begin_inset ERT
31118 status collapsed
31119
31120 \begin_layout Plain Layout
31121
31122
31123 \backslash
31124 phantom{
31125 \end_layout
31126
31127 \end_inset
31128
31129
31130 \backslash
31131 newcommand
31132 \begin_inset ERT
31133 status collapsed
31134
31135 \begin_layout Plain Layout
31136
31137 }
31138 \end_layout
31139
31140 \end_inset
31141
31142 {command definition}
31143 \end_layout
31144
31145 \begin_layout Standard
31146 \begin_inset Note Greyedout
31147 status open
31148
31149 \begin_layout Plain Layout
31150
31151 \series bold
31152 Note:
31153 \series default
31154  Assure that the name of the new command is not already used in your document
31155  or by LaTeX-packages that you use.
31156  When you for example define the command 
31157 \series bold
31158
31159 \backslash
31160 le
31161 \series default
31162  for 
31163 \series bold
31164
31165 \backslash
31166 Leftarrow
31167 \series default
31168 , you get an error message because 
31169 \series bold
31170
31171 \backslash
31172 le
31173 \series default
31174  is already defined as command for 
31175 \begin_inset Quotes eld
31176 \end_inset
31177
31178
31179 \begin_inset Formula $\le$
31180 \end_inset
31181
31182
31183 \begin_inset Quotes erd
31184 \end_inset
31185
31186 .
31187 \end_layout
31188
31189 \end_inset
31190
31191
31192 \end_layout
31193
31194 \begin_layout Standard
31195 The number of arguments is an integer in the range 0
31196 \begin_inset space \thinspace{}
31197 \end_inset
31198
31199 -
31200 \begin_inset space \thinspace{}
31201 \end_inset
31202
31203 9 and specifies how many arguments the new command should have.
31204  With the optional value a value for an optional argument can be predefined.
31205  When this is done, the 
31206 \emph on
31207 first
31208 \emph default
31209  
31210 \emph on
31211 a
31212 \emph default
31213 rgument of the new command is automatically an optional one.
31214 \end_layout
31215
31216 \begin_layout Standard
31217 Here are some examples:
31218 \end_layout
31219
31220 \begin_layout Itemize
31221 To define the command 
31222 \series bold
31223
31224 \backslash
31225 gr
31226 \series default
31227  for 
31228 \series bold
31229
31230 \backslash
31231 Longrightarrow
31232 \series default
31233 , the LaTeX-preamble line is:
31234 \begin_inset VSpace medskip
31235 \end_inset
31236
31237
31238 \begin_inset Newline newline
31239 \end_inset
31240
31241
31242 \series bold
31243
31244 \backslash
31245 newcommand{
31246 \backslash
31247 gr}{
31248 \backslash
31249 Longrightarrow}
31250 \end_layout
31251
31252 \begin_layout Itemize
31253 To define the command 
31254 \series bold
31255
31256 \backslash
31257 us
31258 \series default
31259  for 
31260 \series bold
31261
31262 \backslash
31263 underline
31264 \series default
31265 , the argument (that should be underlined) must be taken into account.
31266  For this the preamble line is:
31267 \begin_inset VSpace medskip
31268 \end_inset
31269
31270
31271 \begin_inset Newline newline
31272 \end_inset
31273
31274
31275 \series bold
31276
31277 \backslash
31278 newcommand{
31279 \backslash
31280 us}[1]{
31281 \backslash
31282 underline{#1}}
31283 \series default
31284
31285 \begin_inset VSpace medskip
31286 \end_inset
31287
31288
31289 \begin_inset Newline newline
31290 \end_inset
31291
31292 The character 
31293 \series bold
31294 #
31295 \series default
31296  acts as argument placeholder, the 
31297 \series bold
31298 1
31299 \series default
31300  behind it denotes that it is the placeholder for the first argument.
31301 \end_layout
31302
31303 \begin_layout Itemize
31304 For 
31305 \series bold
31306
31307 \backslash
31308 framebox
31309 \series default
31310  one can e.
31311 \begin_inset space \thinspace{}
31312 \end_inset
31313
31314 g.
31315 \begin_inset space \space{}
31316 \end_inset
31317
31318 define the command 
31319 \series bold
31320
31321 \backslash
31322 fb
31323 \series default
31324 :
31325 \begin_inset VSpace medskip
31326 \end_inset
31327
31328
31329 \begin_inset Newline newline
31330 \end_inset
31331
31332
31333 \series bold
31334
31335 \backslash
31336 newcommand{
31337 \backslash
31338 fb}[3]{
31339 \backslash
31340 framebox#1#2{$#3$}}
31341 \series default
31342
31343 \begin_inset VSpace medskip
31344 \end_inset
31345
31346
31347 \begin_inset Newline newline
31348 \end_inset
31349
31350 The two Dollar signs creates the extra formula needed for 
31351 \series bold
31352
31353 \backslash
31354 framebox
31355 \series default
31356 , see 
31357 \begin_inset CommandInset ref
31358 LatexCommand ref
31359 reference "sub:Boxes-with-Frame"
31360
31361 \end_inset
31362
31363 .
31364 \end_layout
31365
31366 \begin_layout Itemize
31367 To create a new command for 
31368 \series bold
31369
31370 \backslash
31371 fcolorbox
31372 \series default
31373  where the color for the box needn't to be specified, the argument for the
31374  color is defined optional:
31375 \begin_inset VSpace medskip
31376 \end_inset
31377
31378
31379 \begin_inset Newline newline
31380 \end_inset
31381
31382
31383 \series bold
31384
31385 \backslash
31386 newcommand{
31387 \backslash
31388 cb}[3][white]{
31389 \backslash
31390 fcolorbox{#2}{#1}{$#3$}}
31391 \series default
31392
31393 \begin_inset VSpace medskip
31394 \end_inset
31395
31396
31397 \begin_inset Newline newline
31398 \end_inset
31399
31400 When the color is not specified when using 
31401 \series bold
31402
31403 \backslash
31404 cb
31405 \series default
31406 , the predefined color 
31407 \series bold
31408 white
31409 \series default
31410  will be used.
31411 \end_layout
31412
31413 \begin_layout Standard
31414 A test of the new defined commands:
31415 \end_layout
31416
31417 \begin_layout Standard
31418 \align center
31419 \begin_inset Tabular
31420 <lyxtabular version="3" rows="6" columns="2">
31421 <features tabularvalignment="middle">
31422 <column alignment="center" valignment="top" width="0">
31423 <column alignment="center" valignment="top" width="0">
31424 <row>
31425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31426 \begin_inset Text
31427
31428 \begin_layout Plain Layout
31429 Command
31430 \end_layout
31431
31432 \end_inset
31433 </cell>
31434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31435 \begin_inset Text
31436
31437 \begin_layout Plain Layout
31438 Result
31439 \begin_inset Note Note
31440 status collapsed
31441
31442 \begin_layout Plain Layout
31443
31444 \series bold
31445
31446 \backslash
31447 raisebox
31448 \series default
31449  is only used as spacer.
31450 \end_layout
31451
31452 \end_inset
31453
31454
31455 \end_layout
31456
31457 \end_inset
31458 </cell>
31459 </row>
31460 <row>
31461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31462 \begin_inset Text
31463
31464 \begin_layout Plain Layout
31465 A
31466 \backslash
31467 gr
31468 \begin_inset ERT
31469 status collapsed
31470
31471 \begin_layout Plain Layout
31472
31473
31474 \backslash
31475 spce 
31476 \end_layout
31477
31478 \end_inset
31479
31480 B
31481 \end_layout
31482
31483 \end_inset
31484 </cell>
31485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31486 \begin_inset Text
31487
31488 \begin_layout Plain Layout
31489 \begin_inset Formula $A\gr B$
31490 \end_inset
31491
31492
31493 \end_layout
31494
31495 \end_inset
31496 </cell>
31497 </row>
31498 <row>
31499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31500 \begin_inset Text
31501
31502 \begin_layout Plain Layout
31503
31504 \backslash
31505 us{ABcd
31506 \end_layout
31507
31508 \end_inset
31509 </cell>
31510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31511 \begin_inset Text
31512
31513 \begin_layout Plain Layout
31514 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31515 \end_inset
31516
31517
31518 \end_layout
31519
31520 \end_inset
31521 </cell>
31522 </row>
31523 <row>
31524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31525 \begin_inset Text
31526
31527 \begin_layout Plain Layout
31528
31529 \backslash
31530 fb{[2cm]
31531 \begin_inset Formula $\to$
31532 \end_inset
31533
31534
31535 \backslash
31536 {
31537 \begin_inset Formula $\to$
31538 \end_inset
31539
31540
31541 \backslash
31542 {
31543 \backslash
31544 int
31545 \begin_inset ERT
31546 status collapsed
31547
31548 \begin_layout Plain Layout
31549
31550
31551 \backslash
31552 spce 
31553 \end_layout
31554
31555 \end_inset
31556
31557 A=B
31558 \end_layout
31559
31560 \end_inset
31561 </cell>
31562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31563 \begin_inset Text
31564
31565 \begin_layout Plain Layout
31566 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31567 \end_inset
31568
31569
31570 \end_layout
31571
31572 \end_inset
31573 </cell>
31574 </row>
31575 <row>
31576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31577 \begin_inset Text
31578
31579 \begin_layout Plain Layout
31580
31581 \backslash
31582 cb{red
31583 \begin_inset Formula $\to$
31584 \end_inset
31585
31586
31587 \backslash
31588 {
31589 \backslash
31590 int
31591 \begin_inset ERT
31592 status collapsed
31593
31594 \begin_layout Plain Layout
31595
31596
31597 \backslash
31598 spce 
31599 \end_layout
31600
31601 \end_inset
31602
31603 A=B
31604 \end_layout
31605
31606 \end_inset
31607 </cell>
31608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31609 \begin_inset Text
31610
31611 \begin_layout Plain Layout
31612 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31613 \end_inset
31614
31615
31616 \end_layout
31617
31618 \end_inset
31619 </cell>
31620 </row>
31621 <row>
31622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31623 \begin_inset Text
31624
31625 \begin_layout Plain Layout
31626
31627 \backslash
31628 cb[green]
31629 \backslash
31630 {red
31631 \begin_inset Formula $\to$
31632 \end_inset
31633
31634
31635 \backslash
31636 {
31637 \backslash
31638 int
31639 \begin_inset ERT
31640 status collapsed
31641
31642 \begin_layout Plain Layout
31643
31644
31645 \backslash
31646 spce 
31647 \end_layout
31648
31649 \end_inset
31650
31651 A=B
31652 \end_layout
31653
31654 \end_inset
31655 </cell>
31656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31657 \begin_inset Text
31658
31659 \begin_layout Plain Layout
31660 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31661 \end_inset
31662
31663
31664 \end_layout
31665
31666 \end_inset
31667 </cell>
31668 </row>
31669 </lyxtabular>
31670
31671 \end_inset
31672
31673
31674 \end_layout
31675
31676 \begin_layout Subsection
31677 Math Macros
31678 \begin_inset Index
31679 status collapsed
31680
31681 \begin_layout Plain Layout
31682 User-defined commands! Math macros
31683 \end_layout
31684
31685 \end_inset
31686
31687
31688 \begin_inset Index
31689 status collapsed
31690
31691 \begin_layout Plain Layout
31692 Macros
31693 \end_layout
31694
31695 \end_inset
31696
31697
31698 \end_layout
31699
31700 \begin_layout Standard
31701 User-defined commands are especially convenient for complex expressions.
31702  When you are for example dealing in a document with quadratic equations,
31703  the same solution type occurs several times.
31704  The general form of a quadratic equation is
31705 \begin_inset Formula \[
31706 0=\lambda^{2}+p\lambda+q\]
31707
31708 \end_inset
31709
31710 The general form of the solution is
31711 \begin_inset Formula \[
31712 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
31713
31714 \end_inset
31715
31716
31717 \end_layout
31718
31719 \begin_layout Standard
31720 To define a command for the solution formula where only the three parameters
31721  
31722 \begin_inset Formula $\lambda$
31723 \end_inset
31724
31725
31726 \begin_inset Formula $p$
31727 \end_inset
31728
31729 , and 
31730 \begin_inset Formula $q$
31731 \end_inset
31732
31733  need to be specified and the index of 
31734 \begin_inset Formula $\lambda$
31735 \end_inset
31736
31737  can be given optionally, the LaTeX-preamble line is
31738 \begin_inset Newline newline
31739 \end_inset
31740
31741
31742 \series bold
31743
31744 \backslash
31745 newcommand{
31746 \backslash
31747 qG}[4][1,
31748 \backslash
31749 ,2]{#2_{#1}=-
31750 \backslash
31751 frac{#3}{2}
31752 \backslash
31753 pm
31754 \begin_inset Newline newline
31755 \end_inset
31756
31757
31758 \begin_inset ERT
31759 status collapsed
31760
31761 \begin_layout Plain Layout
31762
31763
31764 \backslash
31765 hphantom{
31766 \end_layout
31767
31768 \end_inset
31769
31770
31771 \backslash
31772 newcommand
31773 \begin_inset ERT
31774 status collapsed
31775
31776 \begin_layout Plain Layout
31777
31778 }
31779 \end_layout
31780
31781 \end_inset
31782
31783
31784 \backslash
31785 sqrt{
31786 \backslash
31787 frac{#3^{2}}{4}-#4}}
31788 \end_layout
31789
31790 \begin_layout Standard
31791 To create with this the solution formula, the command
31792 \begin_inset Newline newline
31793 \end_inset
31794
31795
31796 \series bold
31797
31798 \backslash
31799 qG{
31800 \backslash
31801 lambda
31802 \begin_inset Formula $\to$
31803 \end_inset
31804
31805
31806 \backslash
31807 {p
31808 \begin_inset Formula $\to$
31809 \end_inset
31810
31811
31812 \backslash
31813 {q
31814 \series default
31815  is inserted to a formula
31816 \series bold
31817 .
31818 \end_layout
31819
31820 \begin_layout Standard
31821 The definition of the new command is unintuitive because one has to know
31822  the schemes of all used LaTeX commands, e.
31823 \begin_inset space \thinspace{}
31824 \end_inset
31825
31826 g.
31827 \begin_inset space \space{}
31828 \end_inset
31829
31830 that a fraction is inserted in LaTeX as 
31831 \series bold
31832
31833 \backslash
31834 frac{numerator}{denominator}
31835 \series default
31836 .
31837  Furthermore one can easily forget a brace in the definition and cannot
31838  see in LyX what the new command is doing.
31839  To avoid these problems LyX offers the possibility to use math macros instead
31840  of the command 
31841 \series bold
31842
31843 \backslash
31844 newcommand
31845 \series default
31846 .
31847 \end_layout
31848
31849 \begin_layout Standard
31850 A math macro is created by using the menu 
31851 \family sans
31852 Insert\SpecialChar \menuseparator
31853 Math\SpecialChar \menuseparator
31854 Macro
31855 \family default
31856  or the toolbar button 
31857 \begin_inset Graphics
31858         filename ../images/math-macro_newmacroname_newcommand.png
31859         scale 85
31860
31861 \end_inset
31862
31863 .
31864  The math macro toolbar appears together with the following box where the
31865  macro is defined:
31866 \begin_inset Newline newline
31867 \end_inset
31868
31869
31870 \begin_inset space \hspace*{\fill}
31871 \end_inset
31872
31873
31874 \begin_inset Graphics
31875         filename clipart/macrobox.png
31876         lyxscale 90
31877         scale 90
31878
31879 \end_inset
31880
31881
31882 \begin_inset space \hspace*{\fill}
31883 \end_inset
31884
31885
31886 \begin_inset Newline newline
31887 \end_inset
31888
31889
31890 \begin_inset FormulaMacro
31891 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
31892 \end_inset
31893
31894
31895 \backslash
31896 newmacroname is the default name of the macro that should be changed to
31897  something sensible.
31898  The wanted formula is inserted in the first blue box.
31899  An argument placeholder is inserted with the command 
31900 \series bold
31901
31902 \backslash
31903 #argumentnumber
31904 \series default
31905 , e.
31906 \begin_inset space \thinspace{}
31907 \end_inset
31908
31909 g
31910 \begin_inset space \space{}
31911 \end_inset
31912
31913
31914 \series bold
31915
31916 \backslash
31917 #1
31918 \series default
31919  or by using the macro toolbar button 
31920 \begin_inset Graphics
31921         filename ../images/math-macro-add-param.png
31922         scale 85
31923
31924 \end_inset
31925
31926 .
31927  Argument placeholders are displayed red.
31928  Maximum 9 arguments are possible.
31929  Optional arguments are created with the toolbar button 
31930 \begin_inset Graphics
31931         filename ../images/math-macro-add-optional-param.png
31932         scale 85
31933
31934 \end_inset
31935
31936 .
31937  The first non-optional argument can be transformed to an optional one with
31938  the toolbar button 
31939 \begin_inset Graphics
31940         filename ../images/math-macro-make-optional.png
31941         scale 85
31942
31943 \end_inset
31944
31945 .
31946  In the second blue box the appearance of the macro in LyX can be defined.
31947  Normally you want to see it as it is defined, so the box is kept empty.
31948  But when you have created a macro that needs lot of space on the screen,
31949  you can insert in the box for example
31950 \begin_inset Newline newline
31951 \end_inset
31952
31953
31954 \series bold
31955 qG: 
31956 \backslash
31957 #1
31958 \series default
31959  
31960 \series bold
31961 ,
31962 \series default
31963  
31964 \series bold
31965
31966 \backslash
31967 #2
31968 \series default
31969  
31970 \series bold
31971 ,
31972 \series default
31973  
31974 \series bold
31975
31976 \backslash
31977 #3, 
31978 \backslash
31979 #4
31980 \begin_inset Newline newline
31981 \end_inset
31982
31983
31984 \series default
31985 For the macro only the arguments with the macro name in front of them will
31986  then be displayed in LyX, leading to a better overview.
31987  The formula appears in the output as defined in the first box.
31988 \begin_inset Newline newline
31989 \end_inset
31990
31991 The appearance of macros in formulas can furthermore be changed for single
31992  macros by setting the cursor in the macro and using the menu 
31993 \family sans
31994 View\SpecialChar \menuseparator
31995 (Un)fold
31996 \begin_inset space ~
31997 \end_inset
31998
31999 Math
32000 \begin_inset space ~
32001 \end_inset
32002
32003 Macro
32004 \family default
32005 .
32006 \end_layout
32007
32008 \begin_layout Standard
32009 To use a macro, the macro name is inserted as command to a formula, in our
32010  case 
32011 \series bold
32012
32013 \backslash
32014 qG
32015 \series default
32016 .
32017  Our macro looks in LyX like this:
32018 \begin_inset Newline newline
32019 \end_inset
32020
32021
32022 \begin_inset space \hspace*{\fill}
32023 \end_inset
32024
32025
32026 \begin_inset Graphics
32027         filename clipart/macrouse.png
32028         lyxscale 75
32029         scale 75
32030
32031 \end_inset
32032
32033
32034 \begin_inset space \hspace*{\fill}
32035 \end_inset
32036
32037
32038 \begin_inset Newline newline
32039 \end_inset
32040
32041 Here is our macro example with the arguments 
32042 \begin_inset Formula $x$
32043 \end_inset
32044
32045
32046 \begin_inset Formula $\ln(x)$
32047 \end_inset
32048
32049 , and 
32050 \begin_inset Formula $B$
32051 \end_inset
32052
32053 :
32054 \end_layout
32055
32056 \begin_layout Standard
32057 \begin_inset Formula \[
32058 \qG x{\ln(x)}B\]
32059
32060 \end_inset
32061
32062
32063 \end_layout
32064
32065 \begin_layout Standard
32066 A math macro is transformed internally to a 
32067 \series bold
32068
32069 \backslash
32070 newcommand
32071 \series default
32072  command when exporting the document.
32073  The created 
32074 \series bold
32075
32076 \backslash
32077 newcommand
32078 \series default
32079  command is not placed in the LaTeX-preamble, therefore macros can only
32080  be used in formulas that are in the document below the macro definition
32081  box.
32082 \end_layout
32083
32084 \begin_layout Standard
32085 Math macros can also be directly be created from a 
32086 \series bold
32087
32088 \backslash
32089 newcommand
32090 \series default
32091  command.
32092  When writing for example the command
32093 \series bold
32094
32095 \begin_inset Newline newline
32096 \end_inset
32097
32098
32099 \backslash
32100 newcommand{
32101 \backslash
32102 larrow}[2]{
32103 \backslash
32104 xleftarrow[#2]{#1}}
32105 \begin_inset Newline newline
32106 \end_inset
32107
32108
32109 \series default
32110 in LyX as normal text, highlighting it completely and using then the shortcut
32111  
32112 \family sans
32113 Ctrl+M
32114 \family default
32115 , the command will be transformed to a math macro.
32116  Using this method you need to be careful that the 
32117 \series bold
32118
32119 \backslash
32120 newcommand
32121 \series default
32122  command is typed correctly, otherwise you get a faulty macro leading to
32123  LaTeX errors.
32124 \end_layout
32125
32126 \begin_layout Standard
32127 Math macros currently yet have the problem that further formulas in macro
32128  definitions are handled wrongly.
32129  Therefore the example 
32130 \series bold
32131
32132 \backslash
32133 fb
32134 \series default
32135  from 
32136 \begin_inset CommandInset ref
32137 LatexCommand ref
32138 reference "sub:The-Command-newcommand"
32139
32140 \end_inset
32141
32142  cannot be created as macro.
32143 \end_layout
32144
32145 \begin_layout Standard
32146 When the cursor is in a macro definition box, you will see the macro toolbar
32147  in LyX:
32148 \end_layout
32149
32150 \begin_layout Standard
32151 \begin_inset VSpace defskip
32152 \end_inset
32153
32154
32155 \end_layout
32156
32157 \begin_layout Standard
32158 \begin_inset Graphics
32159         filename clipart/MacroToolbar.png
32160
32161 \end_inset
32162
32163
32164 \begin_inset Index
32165 status collapsed
32166
32167 \begin_layout Plain Layout
32168 Macros ! Toolbar
32169 \end_layout
32170
32171 \end_inset
32172
32173
32174 \end_layout
32175
32176 \begin_layout Standard
32177 \begin_inset VSpace defskip
32178 \end_inset
32179
32180
32181 \end_layout
32182
32183 \begin_layout Standard
32184 The macro toolbar contains from left to right the following buttons:
32185 \end_layout
32186
32187 \begin_layout Standard
32188 \begin_inset VSpace defskip
32189 \end_inset
32190
32191
32192 \end_layout
32193
32194 \begin_layout Standard
32195 \begin_inset Tabular
32196 <lyxtabular version="3" rows="9" columns="2">
32197 <features islongtable="true" tabularvalignment="middle">
32198 <column alignment="left" valignment="top" width="0">
32199 <column alignment="left" valignment="top" width="85col%">
32200 <row interlinespace="2.5mm">
32201 <cell alignment="center" valignment="top" usebox="none">
32202 \begin_inset Text
32203
32204 \begin_layout Plain Layout
32205 \begin_inset Graphics
32206         filename ../images/math-macro-remove-param.png
32207         BoundingBox 0bp 5bp 20bp 25bp
32208         rotateOrigin center
32209
32210 \end_inset
32211
32212
32213 \end_layout
32214
32215 \end_inset
32216 </cell>
32217 <cell alignment="center" valignment="top" usebox="none">
32218 \begin_inset Text
32219
32220 \begin_layout Plain Layout
32221
32222 \family sans
32223 Edit\SpecialChar \menuseparator
32224 Math\SpecialChar \menuseparator
32225 Macro
32226 \begin_inset space ~
32227 \end_inset
32228
32229 Definition\SpecialChar \menuseparator
32230 Remove Argument
32231 \end_layout
32232
32233 \end_inset
32234 </cell>
32235 </row>
32236 <row interlinespace="2.5mm">
32237 <cell alignment="center" valignment="top" usebox="none">
32238 \begin_inset Text
32239
32240 \begin_layout Plain Layout
32241 \begin_inset Graphics
32242         filename ../images/math-macro-add-param.png
32243         BoundingBox 0bp 5bp 20bp 25bp
32244         rotateOrigin center
32245
32246 \end_inset
32247
32248
32249 \end_layout
32250
32251 \end_inset
32252 </cell>
32253 <cell alignment="center" valignment="top" usebox="none">
32254 \begin_inset Text
32255
32256 \begin_layout Plain Layout
32257
32258 \family sans
32259 Edit\SpecialChar \menuseparator
32260 Math\SpecialChar \menuseparator
32261 Macro
32262 \begin_inset space ~
32263 \end_inset
32264
32265 Definition\SpecialChar \menuseparator
32266 Append Last Argument
32267 \end_layout
32268
32269 \end_inset
32270 </cell>
32271 </row>
32272 <row interlinespace="2.5mm">
32273 <cell alignment="center" valignment="top" usebox="none">
32274 \begin_inset Text
32275
32276 \begin_layout Plain Layout
32277 \begin_inset Graphics
32278         filename ../images/math-macro-make-optional.png
32279         BoundingBox 0bp 5bp 20bp 25bp
32280         rotateOrigin center
32281
32282 \end_inset
32283
32284
32285 \end_layout
32286
32287 \end_inset
32288 </cell>
32289 <cell alignment="center" valignment="top" usebox="none">
32290 \begin_inset Text
32291
32292 \begin_layout Plain Layout
32293
32294 \family sans
32295 Edit\SpecialChar \menuseparator
32296 Math\SpecialChar \menuseparator
32297 Macro
32298 \begin_inset space ~
32299 \end_inset
32300
32301 Definition\SpecialChar \menuseparator
32302 Make First Non-Optional into
32303 \begin_inset Newline newline
32304 \end_inset
32305
32306
32307 \begin_inset ERT
32308 status collapsed
32309
32310 \begin_layout Plain Layout
32311
32312
32313 \backslash
32314 hphantom{
32315 \end_layout
32316
32317 \end_inset
32318
32319 Edit\SpecialChar \menuseparator
32320 Math\SpecialChar \menuseparator
32321 Macro
32322 \begin_inset space ~
32323 \end_inset
32324
32325 Definition\SpecialChar \menuseparator
32326
32327 \begin_inset ERT
32328 status collapsed
32329
32330 \begin_layout Plain Layout
32331
32332 }
32333 \end_layout
32334
32335 \end_inset
32336
32337 Optional Argument
32338 \end_layout
32339
32340 \end_inset
32341 </cell>
32342 </row>
32343 <row interlinespace="2.5mm">
32344 <cell alignment="center" valignment="top" usebox="none">
32345 \begin_inset Text
32346
32347 \begin_layout Plain Layout
32348 \begin_inset Graphics
32349         filename ../images/math-macro-make-nonoptional.png
32350         BoundingBox 0bp 5bp 20bp 25bp
32351         rotateOrigin center
32352
32353 \end_inset
32354
32355
32356 \end_layout
32357
32358 \end_inset
32359 </cell>
32360 <cell alignment="center" valignment="top" usebox="none">
32361 \begin_inset Text
32362
32363 \begin_layout Plain Layout
32364
32365 \family sans
32366 Edit\SpecialChar \menuseparator
32367 Math\SpecialChar \menuseparator
32368 Macro
32369 \begin_inset space ~
32370 \end_inset
32371
32372 Definition\SpecialChar \menuseparator
32373 Make Last Optional into
32374 \begin_inset Newline newline
32375 \end_inset
32376
32377
32378 \begin_inset ERT
32379 status collapsed
32380
32381 \begin_layout Plain Layout
32382
32383
32384 \backslash
32385 hphantom{
32386 \end_layout
32387
32388 \end_inset
32389
32390 Edit\SpecialChar \menuseparator
32391 Math\SpecialChar \menuseparator
32392 Macro
32393 \begin_inset space ~
32394 \end_inset
32395
32396 Definition\SpecialChar \menuseparator
32397
32398 \begin_inset ERT
32399 status collapsed
32400
32401 \begin_layout Plain Layout
32402
32403 }
32404 \end_layout
32405
32406 \end_inset
32407
32408 Non-Optional Argument
32409 \end_layout
32410
32411 \end_inset
32412 </cell>
32413 </row>
32414 <row interlinespace="2.5mm">
32415 <cell alignment="center" valignment="top" usebox="none">
32416 \begin_inset Text
32417
32418 \begin_layout Plain Layout
32419 \begin_inset Graphics
32420         filename ../images/math-macro-remove-optional-param.png
32421         BoundingBox 0bp 5bp 20bp 25bp
32422         rotateOrigin center
32423
32424 \end_inset
32425
32426
32427 \end_layout
32428
32429 \end_inset
32430 </cell>
32431 <cell alignment="center" valignment="top" usebox="none">
32432 \begin_inset Text
32433
32434 \begin_layout Plain Layout
32435
32436 \family sans
32437 Edit\SpecialChar \menuseparator
32438 Math\SpecialChar \menuseparator
32439 Macro
32440 \begin_inset space ~
32441 \end_inset
32442
32443 Definition\SpecialChar \menuseparator
32444 Remove Optional Argument
32445 \end_layout
32446
32447 \end_inset
32448 </cell>
32449 </row>
32450 <row interlinespace="2.5mm">
32451 <cell alignment="center" valignment="top" usebox="none">
32452 \begin_inset Text
32453
32454 \begin_layout Plain Layout
32455 \begin_inset Graphics
32456         filename ../images/math-macro-add-optional-param.png
32457         BoundingBox 0bp 5bp 20bp 25bp
32458         rotateOrigin center
32459
32460 \end_inset
32461
32462
32463 \end_layout
32464
32465 \end_inset
32466 </cell>
32467 <cell alignment="center" valignment="top" usebox="none">
32468 \begin_inset Text
32469
32470 \begin_layout Plain Layout
32471
32472 \family sans
32473 Edit\SpecialChar \menuseparator
32474 Math\SpecialChar \menuseparator
32475 Macro
32476 \begin_inset space ~
32477 \end_inset
32478
32479 Definition\SpecialChar \menuseparator
32480 Insert Optional Argument
32481 \end_layout
32482
32483 \end_inset
32484 </cell>
32485 </row>
32486 <row interlinespace="2.5mm">
32487 <cell alignment="center" valignment="top" usebox="none">
32488 \begin_inset Text
32489
32490 \begin_layout Plain Layout
32491 \begin_inset Graphics
32492         filename ../images/math-macro-remove-greedy-param.png
32493         BoundingBox 0bp 5bp 20bp 25bp
32494         rotateOrigin center
32495
32496 \end_inset
32497
32498
32499 \end_layout
32500
32501 \end_inset
32502 </cell>
32503 <cell alignment="center" valignment="top" usebox="none">
32504 \begin_inset Text
32505
32506 \begin_layout Plain Layout
32507
32508 \family sans
32509 Edit\SpecialChar \menuseparator
32510 Math\SpecialChar \menuseparator
32511 Macro
32512 \begin_inset space ~
32513 \end_inset
32514
32515 Definition\SpecialChar \menuseparator
32516 Remove Last Argument
32517 \begin_inset Newline newline
32518 \end_inset
32519
32520
32521 \begin_inset ERT
32522 status collapsed
32523
32524 \begin_layout Plain Layout
32525
32526
32527 \backslash
32528 hphantom{
32529 \end_layout
32530
32531 \end_inset
32532
32533 Edit\SpecialChar \menuseparator
32534 Math\SpecialChar \menuseparator
32535 Macro
32536 \begin_inset space ~
32537 \end_inset
32538
32539 Definition\SpecialChar \menuseparator
32540
32541 \begin_inset ERT
32542 status collapsed
32543
32544 \begin_layout Plain Layout
32545
32546 }
32547 \end_layout
32548
32549 \end_inset
32550
32551 Spitting Out To The Right
32552 \end_layout
32553
32554 \end_inset
32555 </cell>
32556 </row>
32557 <row interlinespace="2.5mm">
32558 <cell alignment="center" valignment="top" usebox="none">
32559 \begin_inset Text
32560
32561 \begin_layout Plain Layout
32562 \begin_inset Graphics
32563         filename ../images/math-macro-append-greedy-param.png
32564         BoundingBox 0bp 5bp 20bp 25bp
32565         rotateOrigin center
32566
32567 \end_inset
32568
32569
32570 \end_layout
32571
32572 \end_inset
32573 </cell>
32574 <cell alignment="center" valignment="top" usebox="none">
32575 \begin_inset Text
32576
32577 \begin_layout Plain Layout
32578
32579 \family sans
32580 Edit\SpecialChar \menuseparator
32581 Math\SpecialChar \menuseparator
32582 Macro
32583 \begin_inset space ~
32584 \end_inset
32585
32586 Definition\SpecialChar \menuseparator
32587 Append Argument
32588 \begin_inset Newline newline
32589 \end_inset
32590
32591
32592 \begin_inset ERT
32593 status collapsed
32594
32595 \begin_layout Plain Layout
32596
32597
32598 \backslash
32599 hphantom{
32600 \end_layout
32601
32602 \end_inset
32603
32604 Edit\SpecialChar \menuseparator
32605 Math\SpecialChar \menuseparator
32606 Macro
32607 \begin_inset space ~
32608 \end_inset
32609
32610 Definition\SpecialChar \menuseparator
32611
32612 \begin_inset ERT
32613 status collapsed
32614
32615 \begin_layout Plain Layout
32616
32617 }
32618 \end_layout
32619
32620 \end_inset
32621
32622 Eating From The Right
32623 \end_layout
32624
32625 \end_inset
32626 </cell>
32627 </row>
32628 <row interlinespace="2.5mm">
32629 <cell alignment="center" valignment="top" usebox="none">
32630 \begin_inset Text
32631
32632 \begin_layout Plain Layout
32633 \begin_inset Graphics
32634         filename ../images/math-macro-add-greedy-optional-param.png
32635         BoundingBox 0bp 5bp 20bp 25bp
32636         rotateOrigin center
32637
32638 \end_inset
32639
32640
32641 \end_layout
32642
32643 \end_inset
32644 </cell>
32645 <cell alignment="center" valignment="top" usebox="none">
32646 \begin_inset Text
32647
32648 \begin_layout Plain Layout
32649
32650 \family sans
32651 Edit\SpecialChar \menuseparator
32652 Math\SpecialChar \menuseparator
32653 Macro
32654 \begin_inset space ~
32655 \end_inset
32656
32657 Definition\SpecialChar \menuseparator
32658 Append Optional Argument
32659 \begin_inset Newline newline
32660 \end_inset
32661
32662
32663 \begin_inset ERT
32664 status collapsed
32665
32666 \begin_layout Plain Layout
32667
32668
32669 \backslash
32670 hphantom{
32671 \end_layout
32672
32673 \end_inset
32674
32675 Edit\SpecialChar \menuseparator
32676 Math\SpecialChar \menuseparator
32677 Macro
32678 \begin_inset space ~
32679 \end_inset
32680
32681 Definition\SpecialChar \menuseparator
32682
32683 \begin_inset ERT
32684 status collapsed
32685
32686 \begin_layout Plain Layout
32687
32688 }
32689 \end_layout
32690
32691 \end_inset
32692
32693 Eating From The Right
32694 \end_layout
32695
32696 \end_inset
32697 </cell>
32698 </row>
32699 </lyxtabular>
32700
32701 \end_inset
32702
32703
32704 \end_layout
32705
32706 \begin_layout Standard
32707 \begin_inset Newpage newpage
32708 \end_inset
32709
32710
32711 \end_layout
32712
32713 \begin_layout Section
32714 Diagrams
32715 \end_layout
32716
32717 \begin_layout Standard
32718 LyX supports two types of commutative diagrams: 
32719 \series bold
32720 amscd
32721 \series default
32722  and 
32723 \series bold
32724 xymatrix
32725 \series default
32726  that are explained in the following.
32727 \end_layout
32728
32729 \begin_layout Subsection
32730 Amscd Diagrams
32731 \begin_inset Index
32732 status collapsed
32733
32734 \begin_layout Plain Layout
32735 Diagrams ! amscd
32736 \end_layout
32737
32738 \end_inset
32739
32740
32741 \end_layout
32742
32743 \begin_layout Standard
32744 Diagrams of this type visualize relations by vertical and horizontal lines
32745  or arrows:
32746 \begin_inset Formula \[
32747 \begin{CD}A@>>>B@>>>C\\
32748 @AAA@.@VVV\\
32749 F@<<<E@<<<D\end{CD}\]
32750
32751 \end_inset
32752
32753
32754 \end_layout
32755
32756 \begin_layout Standard
32757 To get them, the command 
32758 \series bold
32759
32760 \backslash
32761 CD
32762 \begin_inset Index
32763 status collapsed
32764
32765 \begin_layout Plain Layout
32766 Commands ! C ! 
32767 \backslash
32768 CD
32769 \end_layout
32770
32771 \end_inset
32772
32773
32774 \series default
32775  is inserted to a formula.
32776  A blue box appears with two dashed lines where further commands can be
32777  inserted.
32778  With 
32779 \begin_inset Info
32780 type  "shortcut"
32781 arg   "newline-insert newline"
32782 \end_inset
32783
32784  a new line is created.
32785  Horizontal relations are inserted in odd, vertical in even formula lines.
32786 \end_layout
32787
32788 \begin_layout Standard
32789 To create the relations there are the following commands:
32790 \end_layout
32791
32792 \begin_layout Itemize
32793
32794 \series bold
32795 @<<<
32796 \series default
32797  creates a left arrow, 
32798 \series bold
32799 @>>>
32800 \series default
32801  a right arrow, and 
32802 \series bold
32803 @=
32804 \series default
32805  a long equal sign
32806 \end_layout
32807
32808 \begin_layout Itemize
32809
32810 \series bold
32811 @AAA
32812 \series default
32813  creates an up arrow, 
32814 \series bold
32815 @VVV
32816 \series default
32817  an down arrow, and 
32818 \series bold
32819 @|
32820 \series default
32821  a vertical equal sign
32822 \end_layout
32823
32824 \begin_layout Itemize
32825
32826 \series bold
32827 @.
32828
32829 \series default
32830  is a placeholder for non-existent relations
32831 \end_layout
32832
32833 \begin_layout Standard
32834 All arrows can be labeled as follows:
32835 \end_layout
32836
32837 \begin_layout Itemize
32838 Is text inserted between the first and second < or >, resp., it is placed
32839  above the arrow.
32840  When it is inserted between the second and third one, it appears under
32841  the arrow.
32842 \end_layout
32843
32844 \begin_layout Itemize
32845 When text for vertical arrows is inserted between the first and second A
32846  or V, resp., it is placed left beside the arrow.
32847  When it is inserted between the second and third one, it appears right
32848  beside the arrow.
32849  If the text contains an A or V, these letters must be set into a TeX-brace.
32850 \end_layout
32851
32852 \begin_layout Standard
32853 As example a diagram with all possible relations:
32854 \end_layout
32855
32856 \begin_layout Standard
32857 \begin_inset Formula \[
32858 \begin{CD}A@>j>>B@>>k>C@=F\\
32859 @AmAA@.@VV{V}V@|\\
32860 D@<<j<E@>k>>F@=C\end{CD}\]
32861
32862 \end_inset
32863
32864
32865 \end_layout
32866
32867 \begin_layout Standard
32868 The command for this is:
32869 \begin_inset Newline newline
32870 \end_inset
32871
32872
32873 \series bold
32874
32875 \backslash
32876 CD
32877 \begin_inset ERT
32878 status collapsed
32879
32880 \begin_layout Plain Layout
32881
32882
32883 \backslash
32884 spce 
32885 \end_layout
32886
32887 \end_inset
32888
32889 A@>j>>B@>>k>C@=F Ctrl+Return
32890 \begin_inset Newline newline
32891 \end_inset
32892
32893
32894 \begin_inset ERT
32895 status collapsed
32896
32897 \begin_layout Plain Layout
32898
32899
32900 \backslash
32901 hphantom{
32902 \end_layout
32903
32904 \end_inset
32905
32906
32907 \backslash
32908 CD
32909 \begin_inset ERT
32910 status collapsed
32911
32912 \begin_layout Plain Layout
32913
32914
32915 \backslash
32916 spce 
32917 \end_layout
32918
32919 \end_inset
32920
32921
32922 \begin_inset ERT
32923 status collapsed
32924
32925 \begin_layout Plain Layout
32926
32927 }
32928 \end_layout
32929
32930 \end_inset
32931
32932 @AmAA@.@VV
32933 \backslash
32934 {V
32935 \series default
32936
32937 \begin_inset Formula $\to$
32938 \end_inset
32939
32940
32941 \series bold
32942 V@| Ctrl+Return
32943 \begin_inset Newline newline
32944 \end_inset
32945
32946
32947 \begin_inset ERT
32948 status collapsed
32949
32950 \begin_layout Plain Layout
32951
32952
32953 \backslash
32954 hphantom{
32955 \end_layout
32956
32957 \end_inset
32958
32959
32960 \backslash
32961 CD
32962 \begin_inset ERT
32963 status collapsed
32964
32965 \begin_layout Plain Layout
32966
32967
32968 \backslash
32969 spce 
32970 \end_layout
32971
32972 \end_inset
32973
32974
32975 \begin_inset ERT
32976 status collapsed
32977
32978 \begin_layout Plain Layout
32979
32980 }
32981 \end_layout
32982
32983 \end_inset
32984
32985 D@<<j<E@>k>>F@=C
32986 \end_layout
32987
32988 \begin_layout Subsection
32989 Xymatrix Diagrams
32990 \begin_inset Index
32991 status collapsed
32992
32993 \begin_layout Plain Layout
32994 Diagrams ! xymatrix
32995 \end_layout
32996
32997 \end_inset
32998
32999
33000 \end_layout
33001
33002 \begin_layout Standard
33003 To be able to use xymatrices, the LaTeX-package 
33004 \series bold
33005 xypic
33006 \series default
33007  must be installed.
33008  A xymatrix is created by inserting the command 
33009 \series bold
33010
33011 \backslash
33012 xymatrix
33013 \series default
33014  in a formula.
33015  Then you are able to add new matrix columns and rows like for normal matrices,
33016  see 
33017 \begin_inset CommandInset ref
33018 LatexCommand ref
33019 reference "sec:Matrices"
33020
33021 \end_inset
33022
33023 .
33024 \end_layout
33025
33026 \begin_layout Standard
33027 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
33028  and much more.
33029  All possibilities to create commutative diagrams and decorations are explained
33030  in detail in the 
33031 \emph on
33032 XY-pic manual
33033 \emph default
33034  that you find in the menu 
33035 \family sans
33036 Help\SpecialChar \menuseparator
33037 Specific
33038 \begin_inset space ~
33039 \end_inset
33040
33041 Manuals\SpecialChar \menuseparator
33042 XY-pic
33043 \begin_inset space ~
33044 \end_inset
33045
33046 Manual
33047 \family default
33048 .
33049 \end_layout
33050
33051 \begin_layout Standard
33052 \begin_inset Newpage newpage
33053 \end_inset
33054
33055
33056 \end_layout
33057
33058 \begin_layout Section
33059 Tips
33060 \begin_inset ERT
33061 status collapsed
33062
33063 \begin_layout Plain Layout
33064
33065
33066 \backslash
33067 texorpdfstring{
33068 \end_layout
33069
33070 \end_inset
33071
33072
33073 \begin_inset Foot
33074 status collapsed
33075
33076 \begin_layout Plain Layout
33077 Other useful math tips can be found in 
33078 \begin_inset CommandInset citation
33079 LatexCommand cite
33080 key "Voss"
33081
33082 \end_inset
33083
33084 .
33085 \end_layout
33086
33087 \end_inset
33088
33089
33090 \begin_inset ERT
33091 status collapsed
33092
33093 \begin_layout Plain Layout
33094
33095 }{}
33096 \end_layout
33097
33098 \end_inset
33099
33100
33101 \begin_inset Note Note
33102 status collapsed
33103
33104 \begin_layout Plain Layout
33105
33106 \backslash
33107 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
33108 \end_layout
33109
33110 \begin_layout Plain Layout
33111 More about 
33112 \backslash
33113 texorpdfstring is in section 
33114 \begin_inset CommandInset ref
33115 LatexCommand ref
33116 reference "sub:Formulas-in-Section"
33117
33118 \end_inset
33119
33120 .
33121 \end_layout
33122
33123 \end_inset
33124
33125
33126 \begin_inset Index
33127 status collapsed
33128
33129 \begin_layout Plain Layout
33130 Tips
33131 \end_layout
33132
33133 \end_inset
33134
33135
33136 \begin_inset Index
33137 status collapsed
33138
33139 \begin_layout Plain Layout
33140 Ions|see
33141 \begin_inset ERT
33142 status collapsed
33143
33144 \begin_layout Plain Layout
33145
33146 {
33147 \end_layout
33148
33149 \end_inset
33150
33151 Chemical characters
33152 \begin_inset ERT
33153 status collapsed
33154
33155 \begin_layout Plain Layout
33156
33157 }
33158 \end_layout
33159
33160 \end_inset
33161
33162
33163 \end_layout
33164
33165 \end_inset
33166
33167
33168 \end_layout
33169
33170 \begin_layout Subsection
33171 Chemical Symbols and Equations
33172 \begin_inset CommandInset label
33173 LatexCommand label
33174 name "sub:Chemical-Symbols-and"
33175
33176 \end_inset
33177
33178
33179 \begin_inset Index
33180 status collapsed
33181
33182 \begin_layout Plain Layout
33183 Chemical characters ! Symbols
33184 \end_layout
33185
33186 \end_inset
33187
33188
33189 \begin_inset Index
33190 status collapsed
33191
33192 \begin_layout Plain Layout
33193 Chemical equations
33194 \end_layout
33195
33196 \end_inset
33197
33198
33199 \begin_inset Index
33200 status collapsed
33201
33202 \begin_layout Plain Layout
33203 Symbols ! chemical
33204 \end_layout
33205
33206 \end_inset
33207
33208
33209 \end_layout
33210
33211 \begin_layout Standard
33212 An example text from chemistry:
33213 \end_layout
33214
33215 \begin_layout Quote
33216 The 
33217 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
33218 \end_inset
33219
33220 -ion reacts with two 
33221 \begin_inset Formula $\mathrm{Na^{+}}$
33222 \end_inset
33223
33224 -ions to sodium sulfate 
33225 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
33226 \end_inset
33227
33228 .
33229  The chemical equation for this is:
33230 \begin_inset Formula \[
33231 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
33232
33233 \end_inset
33234
33235
33236 \end_layout
33237
33238 \begin_layout Standard
33239 This chemical equation can directly be created as formula.
33240  To avoid that the symbols appear italic, everything is highlighted and
33241  changed by the shortcut 
33242 \begin_inset Info
33243 type  "shortcut"
33244 arg   "font-roman"
33245 \end_inset
33246
33247  to the upright font style.
33248 \begin_inset Foot
33249 status collapsed
33250
33251 \begin_layout Plain Layout
33252 font styles
33253 \series bold
33254  
33255 \series default
33256 see 
33257 \begin_inset CommandInset ref
33258 LatexCommand ref
33259 reference "sub:Font-Styles"
33260
33261 \end_inset
33262
33263
33264 \end_layout
33265
33266 \end_inset
33267
33268
33269 \end_layout
33270
33271 \begin_layout Subsection
33272 Negative Numbers
33273 \begin_inset Index
33274 status collapsed
33275
33276 \begin_layout Plain Layout
33277 Numbers ! negative
33278 \end_layout
33279
33280 \end_inset
33281
33282
33283 \end_layout
33284
33285 \begin_layout Standard
33286 Negative numbers often look ugly in formulas because the minus sign before
33287  the number is set with the same length as the minus operator sign.
33288  When writing the negative number in normal text, the minus sign appears
33289  correctly.
33290 \end_layout
33291
33292 \begin_layout Standard
33293 Thus, the problem disappears when converting the minus sign to mathematical
33294  text.
33295 \end_layout
33296
33297 \begin_layout Standard
33298 An example to visualize the problem:
33299 \end_layout
33300
33301 \begin_layout Standard
33302 \align center
33303 \begin_inset Tabular
33304 <lyxtabular version="3" rows="3" columns="2">
33305 <features tabularvalignment="middle">
33306 <column alignment="right" valignment="top" width="0">
33307 <column alignment="left" valignment="top" width="0">
33308 <row>
33309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33310 \begin_inset Text
33311
33312 \begin_layout Plain Layout
33313 normal text:
33314 \end_layout
33315
33316 \end_inset
33317 </cell>
33318 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33319 \begin_inset Text
33320
33321 \begin_layout Plain Layout
33322 x = -2
33323 \end_layout
33324
33325 \end_inset
33326 </cell>
33327 </row>
33328 <row>
33329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33330 \begin_inset Text
33331
33332 \begin_layout Plain Layout
33333 formula:
33334 \end_layout
33335
33336 \end_inset
33337 </cell>
33338 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33339 \begin_inset Text
33340
33341 \begin_layout Plain Layout
33342 \begin_inset Formula $x=-2$
33343 \end_inset
33344
33345
33346 \end_layout
33347
33348 \end_inset
33349 </cell>
33350 </row>
33351 <row>
33352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33353 \begin_inset Text
33354
33355 \begin_layout Plain Layout
33356 solution:
33357 \end_layout
33358
33359 \end_inset
33360 </cell>
33361 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33362 \begin_inset Text
33363
33364 \begin_layout Plain Layout
33365 \begin_inset Formula $x=\textrm{-}2$
33366 \end_inset
33367
33368
33369 \end_layout
33370
33371 \end_inset
33372 </cell>
33373 </row>
33374 </lyxtabular>
33375
33376 \end_inset
33377
33378
33379 \end_layout
33380
33381 \begin_layout Subsection
33382 Comma as decimal Separator
33383 \begin_inset Index
33384 status collapsed
33385
33386 \begin_layout Plain Layout
33387 Comma
33388 \end_layout
33389
33390 \end_inset
33391
33392
33393 \end_layout
33394
33395 \begin_layout Standard
33396 In LaTeX a comma inside a formula is used, according to the English convention,
33397  as number group separator.
33398  So there will be space added behind all commas in formulas.
33399 \end_layout
33400
33401 \begin_layout Standard
33402 To avoid this, the comma is highlighted and changed to mathematical text
33403  (shortcut 
33404 \begin_inset Info
33405 type  "shortcut"
33406 arg   "math-mode"
33407 \end_inset
33408
33409 ).
33410 \end_layout
33411
33412 \begin_layout Standard
33413 To use all formula commas in the document as decimal separator, the file
33414  
33415 \series bold
33416 icomma.sty
33417 \series default
33418
33419 \begin_inset Foot
33420 status collapsed
33421
33422 \begin_layout Plain Layout
33423
33424 \series bold
33425 icomma
33426 \series default
33427  is part of the LaTeX-package 
33428 \series bold
33429 was
33430 \series default
33431
33432 \begin_inset Index
33433 status collapsed
33434
33435 \begin_layout Plain Layout
33436 Packages ! was
33437 \begin_inset ERT
33438 status collapsed
33439
33440 \begin_layout Plain Layout
33441
33442
33443 \backslash
33444 vspace{4mm}
33445 \end_layout
33446
33447 \end_inset
33448
33449
33450 \end_layout
33451
33452 \end_inset
33453
33454 .
33455 \end_layout
33456
33457 \end_inset
33458
33459
33460 \begin_inset Index
33461 status collapsed
33462
33463 \begin_layout Plain Layout
33464 Packages ! icomma
33465 \end_layout
33466
33467 \end_inset
33468
33469  is loaded with the LaTeX-preamble line
33470 \end_layout
33471
33472 \begin_layout Standard
33473
33474 \series bold
33475
33476 \backslash
33477 usepackage{icomma}
33478 \end_layout
33479
33480 \begin_layout Subsection
33481 Physical Vectors
33482 \begin_inset CommandInset label
33483 LatexCommand label
33484 name "sub:Physical-Vectors"
33485
33486 \end_inset
33487
33488
33489 \begin_inset Index
33490 status collapsed
33491
33492 \begin_layout Plain Layout
33493 Vectors ! physical
33494 \end_layout
33495
33496 \end_inset
33497
33498
33499 \end_layout
33500
33501 \begin_layout Standard
33502 Predefined vectors are offered by the LaTeX-package 
33503 \series bold
33504 braket
33505 \series default
33506
33507 \begin_inset Foot
33508 status collapsed
33509
33510 \begin_layout Plain Layout
33511
33512 \series bold
33513 braket
33514 \series default
33515  should be part of every LaTeX standard installation.
33516 \end_layout
33517
33518 \end_inset
33519
33520
33521 \begin_inset Index
33522 status collapsed
33523
33524 \begin_layout Plain Layout
33525 Packages ! braket
33526 \end_layout
33527
33528 \end_inset
33529
33530  that is loaded with the LaTeX-preamble line
33531 \end_layout
33532
33533 \begin_layout Standard
33534
33535 \series bold
33536
33537 \backslash
33538 usepackage{braket}
33539 \end_layout
33540
33541 \begin_layout Standard
33542 \begin_inset ERT
33543 status collapsed
33544
33545 \begin_layout Plain Layout
33546
33547
33548 \backslash
33549 ifbraket 
33550 \end_layout
33551
33552 \end_inset
33553
33554
33555 \begin_inset Note Note
33556 status open
33557
33558 \begin_layout Plain Layout
33559 The following table will only be displayed when the LaTeX-package 
33560 \series bold
33561 braket
33562 \series default
33563  is installed.
33564 \end_layout
33565
33566 \end_inset
33567
33568 The following commands are defined:
33569 \end_layout
33570
33571 \begin_layout Standard
33572 \align center
33573 \begin_inset Tabular
33574 <lyxtabular version="3" rows="4" columns="2">
33575 <features tabularvalignment="middle">
33576 <column alignment="center" valignment="top" width="0">
33577 <column alignment="center" valignment="top" width="0">
33578 <row>
33579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33580 \begin_inset Text
33581
33582 \begin_layout Plain Layout
33583 Command
33584 \end_layout
33585
33586 \end_inset
33587 </cell>
33588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33589 \begin_inset Text
33590
33591 \begin_layout Plain Layout
33592 Result
33593 \end_layout
33594
33595 \end_inset
33596 </cell>
33597 </row>
33598 <row>
33599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33600 \begin_inset Text
33601
33602 \begin_layout Plain Layout
33603
33604 \backslash
33605 Bra{
33606 \backslash
33607 psi
33608 \end_layout
33609
33610 \end_inset
33611 </cell>
33612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33613 \begin_inset Text
33614
33615 \begin_layout Plain Layout
33616 \begin_inset Formula $\Bra{\psi}$
33617 \end_inset
33618
33619
33620 \end_layout
33621
33622 \end_inset
33623 </cell>
33624 </row>
33625 <row>
33626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33627 \begin_inset Text
33628
33629 \begin_layout Plain Layout
33630
33631 \backslash
33632 Ket{
33633 \backslash
33634 psi
33635 \end_layout
33636
33637 \end_inset
33638 </cell>
33639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33640 \begin_inset Text
33641
33642 \begin_layout Plain Layout
33643 \begin_inset Formula $\Ket{\psi}$
33644 \end_inset
33645
33646
33647 \end_layout
33648
33649 \end_inset
33650 </cell>
33651 </row>
33652 <row>
33653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33654 \begin_inset Text
33655
33656 \begin_layout Plain Layout
33657
33658 \backslash
33659 Braket{
33660 \backslash
33661 psi|
33662 \backslash
33663 phi
33664 \end_layout
33665
33666 \end_inset
33667 </cell>
33668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33669 \begin_inset Text
33670
33671 \begin_layout Plain Layout
33672 \begin_inset Formula $\Braket{\psi|\phi}$
33673 \end_inset
33674
33675
33676 \end_layout
33677
33678 \end_inset
33679 </cell>
33680 </row>
33681 </lyxtabular>
33682
33683 \end_inset
33684
33685
33686 \end_layout
33687
33688 \begin_layout Standard
33689 The command 
33690 \series bold
33691
33692 \backslash
33693 Braket
33694 \series default
33695  assures that all vertical bars are set in the size of the surrounding brackets:
33696 \begin_inset Formula \[
33697 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
33698
33699 \end_inset
33700
33701
33702 \begin_inset ERT
33703 status collapsed
33704
33705 \begin_layout Plain Layout
33706
33707
33708 \backslash
33709 else 
33710 \end_layout
33711
33712 \end_inset
33713
33714
33715 \begin_inset Note Note
33716 status open
33717
33718 \begin_layout Plain Layout
33719 The following will be displayed when the LaTeX-package 
33720 \series bold
33721 braket
33722 \series default
33723  is not installed:
33724 \end_layout
33725
33726 \end_inset
33727
33728
33729 \end_layout
33730
33731 \begin_layout Standard
33732 You need to install the LaTeX-package 
33733 \series bold
33734 braket
33735 \series default
33736  to see the rest of this subsection in the output.
33737 \end_layout
33738
33739 \begin_layout Standard
33740 \begin_inset ERT
33741 status collapsed
33742
33743 \begin_layout Plain Layout
33744
33745
33746 \backslash
33747 fi 
33748 \end_layout
33749
33750 \end_inset
33751
33752
33753 \end_layout
33754
33755 \begin_layout Standard
33756 The effect of 
33757 \series bold
33758
33759 \backslash
33760 Braket
33761 \series default
33762  can also be achieved using the command 
33763 \series bold
33764
33765 \backslash
33766 middle
33767 \series default
33768 , that is described in 
33769 \begin_inset CommandInset ref
33770 LatexCommand ref
33771 reference "sub:Automatic-Bracket-Size"
33772
33773 \end_inset
33774
33775 .
33776 \end_layout
33777
33778 \begin_layout Subsection
33779 Self-defined Fractions
33780 \begin_inset CommandInset label
33781 LatexCommand label
33782 name "sub:Self-defined-Fractions"
33783
33784 \end_inset
33785
33786
33787 \begin_inset Index
33788 status collapsed
33789
33790 \begin_layout Plain Layout
33791 Fractions ! self-defined
33792 \end_layout
33793
33794 \end_inset
33795
33796
33797 \end_layout
33798
33799 \begin_layout Standard
33800 To define custom commands for fractions, the command 
33801 \series bold
33802
33803 \backslash
33804 genfrac
33805 \series default
33806
33807 \begin_inset Index
33808 status collapsed
33809
33810 \begin_layout Plain Layout
33811 Commands ! G ! 
33812 \backslash
33813 genfrac
33814 \end_layout
33815
33816 \end_inset
33817
33818  is used in the following scheme:
33819 \end_layout
33820
33821 \begin_layout Standard
33822
33823 \series bold
33824
33825 \backslash
33826 genfrac{left
33827 \series default
33828  
33829 \series bold
33830 bracket}{right
33831 \series default
33832  
33833 \series bold
33834 bracket}{fraction bar thickness}{style}
33835 \begin_inset Newline newline
33836 \end_inset
33837
33838
33839 \begin_inset ERT
33840 status collapsed
33841
33842 \begin_layout Plain Layout
33843
33844
33845 \backslash
33846 phantom{
33847 \end_layout
33848
33849 \end_inset
33850
33851
33852 \backslash
33853 genfrac
33854 \begin_inset ERT
33855 status collapsed
33856
33857 \begin_layout Plain Layout
33858
33859 }
33860 \end_layout
33861
33862 \end_inset
33863
33864 {numerator}{denominator}
33865 \end_layout
33866
33867 \begin_layout Standard
33868 The style is a number in the range of 0
33869 \begin_inset space \thinspace{}
33870 \end_inset
33871
33872 -
33873 \begin_inset space \thinspace{}
33874 \end_inset
33875
33876 3.
33877 \end_layout
33878
33879 \begin_layout Standard
33880 \align center
33881 \begin_inset Tabular
33882 <lyxtabular version="3" rows="5" columns="2">
33883 <features tabularvalignment="middle">
33884 <column alignment="center" valignment="top" width="0">
33885 <column alignment="center" valignment="top" width="0">
33886 <row>
33887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33888 \begin_inset Text
33889
33890 \begin_layout Plain Layout
33891 Number
33892 \end_layout
33893
33894 \end_inset
33895 </cell>
33896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33897 \begin_inset Text
33898
33899 \begin_layout Plain Layout
33900 Style (Size)
33901 \end_layout
33902
33903 \end_inset
33904 </cell>
33905 </row>
33906 <row>
33907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33908 \begin_inset Text
33909
33910 \begin_layout Plain Layout
33911 0
33912 \end_layout
33913
33914 \end_inset
33915 </cell>
33916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33917 \begin_inset Text
33918
33919 \begin_layout Plain Layout
33920 display style formula
33921 \end_layout
33922
33923 \end_inset
33924 </cell>
33925 </row>
33926 <row>
33927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33928 \begin_inset Text
33929
33930 \begin_layout Plain Layout
33931 1
33932 \end_layout
33933
33934 \end_inset
33935 </cell>
33936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33937 \begin_inset Text
33938
33939 \begin_layout Plain Layout
33940 inline formula
33941 \end_layout
33942
33943 \end_inset
33944 </cell>
33945 </row>
33946 <row>
33947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33948 \begin_inset Text
33949
33950 \begin_layout Plain Layout
33951 2
33952 \end_layout
33953
33954 \end_inset
33955 </cell>
33956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33957 \begin_inset Text
33958
33959 \begin_layout Plain Layout
33960 small
33961 \end_layout
33962
33963 \end_inset
33964 </cell>
33965 </row>
33966 <row>
33967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33968 \begin_inset Text
33969
33970 \begin_layout Plain Layout
33971 3
33972 \end_layout
33973
33974 \end_inset
33975 </cell>
33976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33977 \begin_inset Text
33978
33979 \begin_layout Plain Layout
33980 tiny
33981 \end_layout
33982
33983 \end_inset
33984 </cell>
33985 </row>
33986 </lyxtabular>
33987
33988 \end_inset
33989
33990
33991 \end_layout
33992
33993 \begin_layout Standard
33994 When no style is given, the size is adjusted to the surrounding environment
33995  like for the command 
33996 \series bold
33997
33998 \backslash
33999 frac
34000 \series default
34001 .
34002 \end_layout
34003
34004 \begin_layout Standard
34005 When no fraction bar thickness is given, the predefined value of 0.4
34006 \begin_inset space \thinspace{}
34007 \end_inset
34008
34009 pt will be used.
34010 \end_layout
34011
34012 \begin_layout Standard
34013 \begin_inset VSpace medskip
34014 \end_inset
34015
34016 For example, the commands 
34017 \series bold
34018
34019 \backslash
34020 dfrac
34021 \series default
34022  and 
34023 \series bold
34024
34025 \backslash
34026 tbinom
34027 \series default
34028  from 
34029 \begin_inset CommandInset ref
34030 LatexCommand ref
34031 reference "sub:Fractions"
34032
34033 \end_inset
34034
34035  are defined with the commands
34036 \end_layout
34037
34038 \begin_layout Standard
34039
34040 \series bold
34041
34042 \backslash
34043 newcommand{
34044 \backslash
34045 dfrac}[2]{
34046 \backslash
34047 genfrac{}{}{}{0}{#1}{#2}}
34048 \end_layout
34049
34050 \begin_layout Standard
34051 and
34052 \end_layout
34053
34054 \begin_layout Standard
34055
34056 \series bold
34057
34058 \backslash
34059 newcommand{
34060 \backslash
34061 tbinom}[2]{
34062 \backslash
34063 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34064 \end_layout
34065
34066 \begin_layout Standard
34067 \begin_inset VSpace medskip
34068 \end_inset
34069
34070 To define a fraction where the fraction bar thickness can be given as optional
34071  argument, the following line is inserted to the LaTeX-preamble:
34072 \end_layout
34073
34074 \begin_layout Standard
34075
34076 \series bold
34077
34078 \backslash
34079 newcommand{
34080 \backslash
34081 fracS}[3][]{
34082 \backslash
34083 genfrac{}{}{#1}{}{#2}{#3}}
34084 \end_layout
34085
34086 \begin_layout Standard
34087 A test:
34088 \begin_inset Formula \begin{align*}
34089 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34090 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
34091
34092 \end_inset
34093
34094 As one can see, the distance of the numerator and the denominator to the
34095  fraction bar is round about three times the bar thickness.
34096 \end_layout
34097
34098 \begin_layout Subsection
34099 Canceled Formulas
34100 \begin_inset Index
34101 status collapsed
34102
34103 \begin_layout Plain Layout
34104 Formula ! canceled
34105 \end_layout
34106
34107 \end_inset
34108
34109
34110 \end_layout
34111
34112 \begin_layout Standard
34113 To cancel formulas or formula parts, the LaTeX-package 
34114 \series bold
34115 cancel
34116 \series default
34117
34118 \begin_inset Foot
34119 status collapsed
34120
34121 \begin_layout Plain Layout
34122
34123 \series bold
34124 cancel
34125 \series default
34126  is part of every LaTeX standard installation.
34127 \end_layout
34128
34129 \end_inset
34130
34131
34132 \begin_inset Index
34133 status collapsed
34134
34135 \begin_layout Plain Layout
34136 Packages ! cancel
34137 \end_layout
34138
34139 \end_inset
34140
34141  has to be loaded with the LaTeX-preamble line
34142 \end_layout
34143
34144 \begin_layout Standard
34145
34146 \series bold
34147
34148 \backslash
34149 usepackage[samesize]{cancel}
34150 \end_layout
34151
34152 \begin_layout Standard
34153 There are four ways to cancel formulas:
34154 \end_layout
34155
34156 \begin_layout Standard
34157 \align center
34158 \begin_inset Tabular
34159 <lyxtabular version="3" rows="5" columns="2">
34160 <features tabularvalignment="middle">
34161 <column alignment="center" valignment="top" width="0">
34162 <column alignment="center" valignment="top" width="0">
34163 <row>
34164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34165 \begin_inset Text
34166
34167 \begin_layout Plain Layout
34168 Command
34169 \end_layout
34170
34171 \end_inset
34172 </cell>
34173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34174 \begin_inset Text
34175
34176 \begin_layout Plain Layout
34177 Result
34178 \begin_inset Note Note
34179 status collapsed
34180
34181 \begin_layout Plain Layout
34182
34183 \series bold
34184
34185 \backslash
34186 hspace
34187 \series default
34188  and
34189 \series bold
34190  
34191 \backslash
34192 raisebox
34193 \series default
34194  are used here as spacer.
34195 \end_layout
34196
34197 \end_inset
34198
34199
34200 \end_layout
34201
34202 \end_inset
34203 </cell>
34204 </row>
34205 <row>
34206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34207 \begin_inset Text
34208
34209 \begin_layout Plain Layout
34210
34211 \backslash
34212 cancel{
34213 \backslash
34214 int
34215 \begin_inset ERT
34216 status collapsed
34217
34218 \begin_layout Plain Layout
34219
34220
34221 \backslash
34222 spce 
34223 \end_layout
34224
34225 \end_inset
34226
34227 A=B
34228 \end_layout
34229
34230 \end_inset
34231 </cell>
34232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34233 \begin_inset Text
34234
34235 \begin_layout Plain Layout
34236 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34237 \end_inset
34238
34239
34240 \end_layout
34241
34242 \end_inset
34243 </cell>
34244 </row>
34245 <row>
34246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34247 \begin_inset Text
34248
34249 \begin_layout Plain Layout
34250
34251 \backslash
34252 bcancel{
34253 \backslash
34254 int
34255 \begin_inset ERT
34256 status collapsed
34257
34258 \begin_layout Plain Layout
34259
34260
34261 \backslash
34262 spce 
34263 \end_layout
34264
34265 \end_inset
34266
34267 A=B
34268 \end_layout
34269
34270 \end_inset
34271 </cell>
34272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34273 \begin_inset Text
34274
34275 \begin_layout Plain Layout
34276 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34277 \end_inset
34278
34279
34280 \end_layout
34281
34282 \end_inset
34283 </cell>
34284 </row>
34285 <row>
34286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34287 \begin_inset Text
34288
34289 \begin_layout Plain Layout
34290
34291 \backslash
34292 xcancel{
34293 \backslash
34294 int
34295 \begin_inset ERT
34296 status collapsed
34297
34298 \begin_layout Plain Layout
34299
34300
34301 \backslash
34302 spce 
34303 \end_layout
34304
34305 \end_inset
34306
34307 A=B
34308 \end_layout
34309
34310 \end_inset
34311 </cell>
34312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34313 \begin_inset Text
34314
34315 \begin_layout Plain Layout
34316 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34317 \end_inset
34318
34319
34320 \end_layout
34321
34322 \end_inset
34323 </cell>
34324 </row>
34325 <row>
34326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34327 \begin_inset Text
34328
34329 \begin_layout Plain Layout
34330
34331 \backslash
34332 cancelto{1
34333 \begin_inset Formula $\to$
34334 \end_inset
34335
34336
34337 \backslash
34338 {
34339 \backslash
34340 int
34341 \begin_inset ERT
34342 status collapsed
34343
34344 \begin_layout Plain Layout
34345
34346
34347 \backslash
34348 spce 
34349 \end_layout
34350
34351 \end_inset
34352
34353 A=B
34354 \end_layout
34355
34356 \end_inset
34357 </cell>
34358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34359 \begin_inset Text
34360
34361 \begin_layout Plain Layout
34362 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34363 \end_inset
34364
34365
34366 \end_layout
34367
34368 \end_inset
34369 </cell>
34370 </row>
34371 </lyxtabular>
34372
34373 \end_inset
34374
34375
34376 \end_layout
34377
34378 \begin_layout Standard
34379
34380 \series bold
34381
34382 \backslash
34383 cancelto
34384 \series default
34385  is especially suitable to visualize the reduction of fractions within formulas:
34386 \begin_inset Formula \[
34387 \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}}}\]
34388
34389 \end_inset
34390
34391
34392 \end_layout
34393
34394 \begin_layout Subsection
34395 Formulas in Section Headings
34396 \begin_inset CommandInset label
34397 LatexCommand label
34398 name "sub:Formulas-in-Section"
34399
34400 \end_inset
34401
34402
34403 \begin_inset Index
34404 status collapsed
34405
34406 \begin_layout Plain Layout
34407 Formula ! in section headings
34408 \end_layout
34409
34410 \end_inset
34411
34412
34413 \end_layout
34414
34415 \begin_layout Standard
34416 When formulas are used in section headings, the following has to be taken
34417  into account:
34418 \end_layout
34419
34420 \begin_layout Standard
34421 \begin_inset Note Greyedout
34422 status open
34423
34424 \begin_layout Plain Layout
34425 When 
34426 \series bold
34427 hyperref
34428 \series default
34429
34430 \begin_inset Index
34431 status collapsed
34432
34433 \begin_layout Plain Layout
34434 Packages ! hyperref
34435 \end_layout
34436
34437 \end_inset
34438
34439  support is enabled in the document settings dialog under 
34440 \family sans
34441 PDF
34442 \begin_inset space ~
34443 \end_inset
34444
34445 Properties
34446 \family default
34447 , PDF-bookmarks are created for every section heading in the table of contents.
34448  If a section heading contains formulas, they are incorrectly displayed
34449  in the bookmark text, because formulas in bookmarks infringe the PDF convention
34450 s.
34451 \end_layout
34452
34453 \end_inset
34454
34455
34456 \end_layout
34457
34458 \begin_layout Standard
34459 Both problems can be solved by inserting at the end of the section heading
34460  a short title with the menu 
34461 \family sans
34462 Insert\SpecialChar \menuseparator
34463 Short
34464 \begin_inset space ~
34465 \end_inset
34466
34467 Title
34468 \family default
34469 .
34470  Short titles are used as alternative for multiline section headings to
34471  keep the table of contents clearly arranged.
34472  Only the short title appears in the table of contents and therefore also
34473  in the PDF-bookmark.
34474 \end_layout
34475
34476 \begin_layout Standard
34477 When formulas should be used in the table of contents but 
34478 \series bold
34479 hyperref
34480 \series default
34481  is used, one can use the following command in TeX-mode:
34482 \end_layout
34483
34484 \begin_layout Standard
34485
34486 \series bold
34487
34488 \backslash
34489 texorpdfstring{part}{alternative}
34490 \begin_inset Index
34491 status collapsed
34492
34493 \begin_layout Plain Layout
34494 Commands ! T ! 
34495 \backslash
34496 texorpdfstring
34497 \end_layout
34498
34499 \end_inset
34500
34501
34502 \end_layout
34503
34504 \begin_layout Standard
34505 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
34506  This can be characters, formulas, footnotes, but also cross-references.
34507  The alternative is used instead of the part for the bookmark.
34508 \end_layout
34509
34510 \begin_layout Standard
34511 Here are two example headings:
34512 \begin_inset VSpace -3mm
34513 \end_inset
34514
34515
34516 \begin_inset ERT
34517 status collapsed
34518
34519 \begin_layout Plain Layout
34520
34521
34522 \backslash
34523 boldmath 
34524 \end_layout
34525
34526 \end_inset
34527
34528
34529 \end_layout
34530
34531 \begin_layout Subsubsection
34532 Heading without formula in table of contents 
34533 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34534 \end_inset
34535
34536
34537 \begin_inset OptArg
34538 status collapsed
34539
34540 \begin_layout Plain Layout
34541 Heading without formula in table of contents
34542 \end_layout
34543
34544 \end_inset
34545
34546
34547 \end_layout
34548
34549 \begin_layout Subsubsection
34550 Heading with formula in table of contents
34551 \begin_inset ERT
34552 status collapsed
34553
34554 \begin_layout Plain Layout
34555
34556
34557 \backslash
34558 texorpdfstring{
34559 \end_layout
34560
34561 \end_inset
34562
34563  
34564 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34565 \end_inset
34566
34567
34568 \begin_inset ERT
34569 status collapsed
34570
34571 \begin_layout Plain Layout
34572
34573 }{}
34574 \end_layout
34575
34576 \end_inset
34577
34578
34579 \end_layout
34580
34581 \begin_layout Standard
34582 \begin_inset ERT
34583 status collapsed
34584
34585 \begin_layout Plain Layout
34586
34587
34588 \backslash
34589 unboldmath 
34590 \end_layout
34591
34592 \end_inset
34593
34594 In the first heading a short title was used, in the second one 
34595 \series bold
34596
34597 \backslash
34598 texorpdfstring
34599 \series default
34600 .
34601 \end_layout
34602
34603 \begin_layout Standard
34604 To get the same formatting as for the other headings, the complete heading
34605  was set into a 
34606 \series bold
34607 boldmath
34608 \series default
34609  environment
34610 \begin_inset Foot
34611 status collapsed
34612
34613 \begin_layout Plain Layout
34614 see 
34615 \begin_inset CommandInset ref
34616 LatexCommand ref
34617 reference "sub:Bold-Formulas"
34618
34619 \end_inset
34620
34621
34622 \end_layout
34623
34624 \end_inset
34625
34626 .
34627 \end_layout
34628
34629 \begin_layout Subsection
34630 Formulas in multi-column Text
34631 \begin_inset Index
34632 status collapsed
34633
34634 \begin_layout Plain Layout
34635 Formula ! in multi-column text
34636 \end_layout
34637
34638 \end_inset
34639
34640
34641 \end_layout
34642
34643 \begin_layout Standard
34644 Formulas in multi-column text are often too wide to fit into a column and
34645  thus need to be set over the whole page width.
34646  This is done by using the LaTeX-package 
34647 \series bold
34648 multicol
34649 \series default
34650
34651 \begin_inset Foot
34652 status collapsed
34653
34654 \begin_layout Plain Layout
34655
34656 \series bold
34657 multicol
34658 \series default
34659  is part of every LaTeX standard installation.
34660 \end_layout
34661
34662 \end_inset
34663
34664
34665 \begin_inset Index
34666 status collapsed
34667
34668 \begin_layout Plain Layout
34669 Packages ! multicol
34670 \end_layout
34671
34672 \end_inset
34673
34674 , that is loaded with the LaTeX-preamble line
34675 \end_layout
34676
34677 \begin_layout Standard
34678
34679 \series bold
34680
34681 \backslash
34682 usepackage{multicol}
34683 \end_layout
34684
34685 \begin_layout Standard
34686 \begin_inset Note Greyedout
34687 status open
34688
34689 \begin_layout Plain Layout
34690 Note herby that the setting 
34691 \family sans
34692 Two-column
34693 \begin_inset space ~
34694 \end_inset
34695
34696 document
34697 \family default
34698  in the menu 
34699 \family sans
34700 Document\SpecialChar \menuseparator
34701 Settings
34702 \family default
34703  under 
34704 \family sans
34705 Text
34706 \begin_inset space ~
34707 \end_inset
34708
34709 Layout
34710 \family default
34711 \emph on
34712  
34713 \emph default
34714 must 
34715 \emph on
34716 not
34717 \emph default
34718  be selected.
34719 \end_layout
34720
34721 \end_inset
34722
34723
34724 \end_layout
34725
34726 \begin_layout Standard
34727 Before the multi-column text the command
34728 \end_layout
34729
34730 \begin_layout Standard
34731
34732 \series bold
34733
34734 \backslash
34735 begin{multicols}{column number}
34736 \end_layout
34737
34738 \begin_layout Standard
34739 is written in TeX-mode.
34740  The column number is a number in the range of 2
34741 \begin_inset space \thinspace{}
34742 \end_inset
34743
34744 -
34745 \begin_inset space \thinspace{}
34746 \end_inset
34747
34748 10.
34749  Before the formula the multi-column text is ended by inserting the command
34750 \end_layout
34751
34752 \begin_layout Standard
34753
34754 \series bold
34755
34756 \backslash
34757 end{multicols}
34758 \end_layout
34759
34760 \begin_layout Standard
34761 in TeX-mode.
34762 \end_layout
34763
34764 \begin_layout Standard
34765 Due to the command some space is automatically added before the formula.
34766  To revert this, -6
34767 \begin_inset space \thinspace{}
34768 \end_inset
34769
34770 mm vertical space is inserted before the formula.
34771  When the formula style 
34772 \series bold
34773 Indented
34774 \begin_inset Foot
34775 status collapsed
34776
34777 \begin_layout Plain Layout
34778 formula styles see 
34779 \begin_inset CommandInset ref
34780 LatexCommand ref
34781 reference "sec:Formula-Styles"
34782
34783 \end_inset
34784
34785
34786 \end_layout
34787
34788 \end_inset
34789
34790
34791 \series default
34792  is used, -9
34793 \begin_inset space \thinspace{}
34794 \end_inset
34795
34796 mm space is inserted instead.
34797 \end_layout
34798
34799 \begin_layout Standard
34800 As example a multi-column text with a displayed formula:
34801 \end_layout
34802
34803 \begin_layout Standard
34804 \begin_inset ERT
34805 status collapsed
34806
34807 \begin_layout Plain Layout
34808
34809
34810 \backslash
34811 begin{multicols}{2}
34812 \end_layout
34813
34814 \end_inset
34815
34816 Das Spektrum wird fouriertransformiert.
34817  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
34818 , Lösungsmittel) zu trennen.
34819  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
34820  nun das Aussehen des Ausgangssignals.
34821  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
34822  über alle Phasen integrieren muss.
34823  Sei nun 
34824 \begin_inset Formula $S$
34825 \end_inset
34826
34827  unser normiertes Ausgangssignal and 
34828 \begin_inset Formula $P$
34829 \end_inset
34830
34831  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
34832 \begin_inset ERT
34833 status collapsed
34834
34835 \begin_layout Plain Layout
34836
34837
34838 \backslash
34839 end{multicols}
34840 \end_layout
34841
34842 \end_inset
34843
34844
34845 \begin_inset VSpace -6mm
34846 \end_inset
34847
34848
34849 \begin_inset Formula \begin{equation}
34850 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
34851
34852 \end_inset
34853
34854
34855 \begin_inset ERT
34856 status collapsed
34857
34858 \begin_layout Plain Layout
34859
34860
34861 \backslash
34862 begin{multicols}{2}
34863 \end_layout
34864
34865 \end_inset
34866
34867 wobei 
34868 \begin_inset Formula $S_{0}$
34869 \end_inset
34870
34871  das Signal ohne Gradient ist and the Normierungsbedingung 
34872 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34873 \end_inset
34874
34875  gilt.
34876  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
34877  Direkt nach the 
34878 \begin_inset Formula $\nicefrac{\pi}{2}$
34879 \end_inset
34880
34881
34882 \begin_inset space \thinspace{}
34883 \end_inset
34884
34885 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
34886  das Signal zusätzlich abschwächt.
34887  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
34888  
34889 \begin_inset Formula $T_{2}$
34890 \end_inset
34891
34892 -Zeit.
34893 \end_layout
34894
34895 \begin_layout Standard
34896 \begin_inset ERT
34897 status collapsed
34898
34899 \begin_layout Plain Layout
34900
34901
34902 \backslash
34903 end{multicols}
34904 \end_layout
34905
34906 \end_inset
34907
34908  
34909 \end_layout
34910
34911 \begin_layout Subsection
34912 Formulas with Description of Variables
34913 \begin_inset Index
34914 status collapsed
34915
34916 \begin_layout Plain Layout
34917 Formula ! with description of variables
34918 \end_layout
34919
34920 \end_inset
34921
34922
34923 \end_layout
34924
34925 \begin_layout Standard
34926 To describe variables within a formula, like in formula 
34927 \begin_inset CommandInset ref
34928 LatexCommand eqref
34929 reference "eq:within"
34930
34931 \end_inset
34932
34933 , a 2
34934 \series bold
34935 ×
34936 \series default
34937
34938 \begin_inset Formula $n$
34939 \end_inset
34940
34941
34942 \begin_inset space ~
34943 \end_inset
34944
34945 matrix is used with left aligned columns for the 
34946 \begin_inset Formula $n$
34947 \end_inset
34948
34949  used variables.
34950 \begin_inset Foot
34951 status collapsed
34952
34953 \begin_layout Plain Layout
34954 matrices see 
34955 \begin_inset CommandInset ref
34956 LatexCommand ref
34957 reference "sec:Matrices"
34958
34959 \end_inset
34960
34961
34962 \end_layout
34963
34964 \end_inset
34965
34966  To set the description in a smaller size, before the matrix e.
34967 \begin_inset space \thinspace{}
34968 \end_inset
34969
34970 g.
34971 \begin_inset space \space{}
34972 \end_inset
34973
34974 the command 
34975 \series bold
34976
34977 \backslash
34978 footnotesize
34979 \series default
34980  is inserted.
34981 \begin_inset Foot
34982 status collapsed
34983
34984 \begin_layout Plain Layout
34985 font sizes see 
34986 \begin_inset CommandInset ref
34987 LatexCommand ref
34988 reference "sub:Font-Sizes"
34989
34990 \end_inset
34991
34992
34993 \end_layout
34994
34995 \end_inset
34996
34997
34998 \end_layout
34999
35000 \begin_layout Standard
35001 When the formula style 
35002 \series bold
35003 Indented
35004 \begin_inset Foot
35005 status collapsed
35006
35007 \begin_layout Plain Layout
35008 formula styles see 
35009 \begin_inset CommandInset ref
35010 LatexCommand ref
35011 reference "sec:Formula-Styles"
35012
35013 \end_inset
35014
35015
35016 \end_layout
35017
35018 \end_inset
35019
35020
35021 \series default
35022  is used, a 
35023 \series bold
35024
35025 \backslash
35026 hfill
35027 \series default
35028
35029 \begin_inset Foot
35030 status collapsed
35031
35032 \begin_layout Plain Layout
35033
35034 \series bold
35035
35036 \backslash
35037 hfill
35038 \series default
35039  only works in formulas with the style 
35040 \series bold
35041 Indented
35042 \series default
35043 , see 
35044 \begin_inset CommandInset ref
35045 LatexCommand ref
35046 reference "sub:Variable-Space"
35047
35048 \end_inset
35049
35050 .
35051 \end_layout
35052
35053 \end_inset
35054
35055  is inserted before and after the matrix to have the same separation of
35056  the matrix from the equation and the side margin.
35057 \end_layout
35058
35059 \begin_layout Standard
35060 When the formula style 
35061 \series bold
35062 Centered
35063 \series default
35064  is used, the method described in 
35065 \begin_inset CommandInset ref
35066 LatexCommand ref
35067 reference "sub:Flalign-Environment"
35068
35069 \end_inset
35070
35071  is used to indent formulas.
35072  Formula 
35073 \begin_inset CommandInset ref
35074 LatexCommand eqref
35075 reference "eq:within"
35076
35077 \end_inset
35078
35079  consists of five columns whereas in the first two columns contain the equation,
35080  the third the matrix, and the last one an empty TeX-brace.
35081 \begin_inset Formula \begin{flalign}
35082 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35083 \rho & \textrm{density}\\
35084 V & \textrm{volume}\\
35085 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
35086
35087 \end_inset
35088
35089
35090 \end_layout
35091
35092 \begin_layout Subsection
35093 Upright small Greek Letters
35094 \begin_inset CommandInset label
35095 LatexCommand label
35096 name "sub:Upright-small-Greek"
35097
35098 \end_inset
35099
35100
35101 \begin_inset Index
35102 status collapsed
35103
35104 \begin_layout Plain Layout
35105 Greek letters ! upright
35106 \end_layout
35107
35108 \end_inset
35109
35110
35111 \end_layout
35112
35113 \begin_layout Standard
35114 Most of the math fonts only provide italic small Greek letters.
35115  But for symbols of elementary particles like pions and neutrinos, upright
35116  Greek letters are needed.
35117  The file 
35118 \series bold
35119 upgreek.sty
35120 \series default
35121
35122 \begin_inset Foot
35123 status collapsed
35124
35125 \begin_layout Plain Layout
35126
35127 \series bold
35128 upgreek
35129 \series default
35130  is part of the LaTeX-package 
35131 \series bold
35132 was
35133 \series default
35134
35135 \begin_inset Index
35136 status collapsed
35137
35138 \begin_layout Plain Layout
35139 Packages ! was
35140 \begin_inset ERT
35141 status collapsed
35142
35143 \begin_layout Plain Layout
35144
35145
35146 \backslash
35147 vspace{4mm}
35148 \end_layout
35149
35150 \end_inset
35151
35152
35153 \end_layout
35154
35155 \end_inset
35156
35157 .
35158 \end_layout
35159
35160 \end_inset
35161
35162
35163 \begin_inset Index
35164 status collapsed
35165
35166 \begin_layout Plain Layout
35167 Packages ! upgreek
35168 \end_layout
35169
35170 \end_inset
35171
35172  that is loaded with the LaTeX-preamble line
35173 \end_layout
35174
35175 \begin_layout Standard
35176
35177 \series bold
35178
35179 \backslash
35180 usepackage{upgreek}
35181 \end_layout
35182
35183 \begin_layout Standard
35184 provides them.
35185  
35186 \begin_inset ERT
35187 status collapsed
35188
35189 \begin_layout Plain Layout
35190
35191
35192 \backslash
35193 ifupgreek 
35194 \end_layout
35195
35196 \end_inset
35197
35198
35199 \begin_inset Note Note
35200 status open
35201
35202 \begin_layout Plain Layout
35203 The following table will only be displayed when the LaTeX-package 
35204 \series bold
35205 upgreek
35206 \series default
35207  is installed.
35208 \end_layout
35209
35210 \end_inset
35211
35212  They are created when the command for a small Greek letters is started
35213  with 
35214 \series bold
35215 up
35216 \series default
35217 .
35218  For example the command 
35219 \series bold
35220
35221 \backslash
35222 uptau
35223 \series default
35224  creates this: 
35225 \begin_inset Formula $\uptau$
35226 \end_inset
35227
35228
35229 \end_layout
35230
35231 \begin_layout Standard
35232 With these commands reactions of elementary particles can be typeset:
35233 \begin_inset Formula \[
35234 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
35235
35236 \end_inset
35237
35238
35239 \end_layout
35240
35241 \begin_layout Standard
35242 The upright letters are more bold and wider than the italic ones.
35243  They should therefore not be used for units like 
35244 \begin_inset Quotes eld
35245 \end_inset
35246
35247 µm
35248 \begin_inset Quotes erd
35249 \end_inset
35250
35251 .
35252 \end_layout
35253
35254 \begin_layout Standard
35255 \begin_inset ERT
35256 status collapsed
35257
35258 \begin_layout Plain Layout
35259
35260
35261 \backslash
35262 else 
35263 \end_layout
35264
35265 \end_inset
35266
35267
35268 \begin_inset Note Note
35269 status open
35270
35271 \begin_layout Plain Layout
35272 The following will be displayed when the LaTeX-package 
35273 \series bold
35274 upgreek
35275 \series default
35276  is not installed:
35277 \end_layout
35278
35279 \end_inset
35280
35281
35282 \end_layout
35283
35284 \begin_layout Standard
35285 You need to install the LaTeX-package 
35286 \series bold
35287 upgreek
35288 \series default
35289  to see the rest of this subsection in the output.
35290 \end_layout
35291
35292 \begin_layout Standard
35293 \begin_inset ERT
35294 status collapsed
35295
35296 \begin_layout Plain Layout
35297
35298
35299 \backslash
35300 fi 
35301 \end_layout
35302
35303 \end_inset
35304
35305
35306 \end_layout
35307
35308 \begin_layout Subsection
35309 Text Characters in Formulas
35310 \begin_inset CommandInset label
35311 LatexCommand label
35312 name "sub:Text-Characters-in"
35313
35314 \end_inset
35315
35316
35317 \begin_inset Index
35318 status collapsed
35319
35320 \begin_layout Plain Layout
35321 Text ! in formulas
35322 \end_layout
35323
35324 \end_inset
35325
35326
35327 \end_layout
35328
35329 \begin_layout Standard
35330 In some cases you might want to insert text characters directly into formulas.
35331  When for example the centered dot · is often used in formulas like 
35332 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35333 \end_inset
35334
35335 , one would have to insert the command 
35336 \series bold
35337
35338 \backslash
35339 cdot
35340 \series default
35341
35342 \begin_inset Foot
35343 status collapsed
35344
35345 \begin_layout Plain Layout
35346 see 
35347 \begin_inset CommandInset ref
35348 LatexCommand ref
35349 reference "sub:Binary-Operators"
35350
35351 \end_inset
35352
35353
35354 \end_layout
35355
35356 \end_inset
35357
35358  all the time, because this character is defined in all encodings as text
35359  character.
35360  But the encoding can be changed by this LaTeX-preamble line:
35361 \end_layout
35362
35363 \begin_layout Standard
35364
35365 \series bold
35366
35367 \backslash
35368 Declare Inputtext{183}{
35369 \backslash
35370 ifmmode
35371 \backslash
35372 cdot
35373 \backslash
35374 else
35375 \backslash
35376 textperiodcentered
35377 \backslash
35378 f\SpecialChar \textcompwordmark{}
35379 i}
35380 \end_layout
35381
35382 \begin_layout Standard
35383 The character encoding (menu 
35384 \family sans
35385 Document\SpecialChar \menuseparator
35386 Settings\SpecialChar \menuseparator
35387 Language
35388 \family default
35389 ) specifies what character appears when a keyboard key is pressed.
35390  When the key for the character '·' is pressed, internally the command 
35391 \series bold
35392
35393 \backslash
35394 textperiodcentered
35395 \series default
35396  is used.
35397  But this command is not available in a formula so that you would get LaTeX-erro
35398 rs.
35399  With the changed encoding the right command is chosen automatically, depending
35400  on if the character was inserted into a formula or not.
35401 \end_layout
35402
35403 \begin_layout Standard
35404 The encoding of several characters is saved in definition files.
35405  Fore example the encoding 
35406 \series bold
35407 latin9
35408 \series default
35409  is defined in the file 
35410 \series bold
35411 latin9.def
35412 \series default
35413  that is in the installation folder of LaTeX.
35414  Encodings should only be changed via the LaTeX-preamble and not in the
35415  definition files.
35416  Otherwise own documents could not be edited by other LyX users working
35417  on other computers.
35418 \end_layout
35419
35420 \begin_layout Standard
35421 \begin_inset VSpace medskip
35422 \end_inset
35423
35424 Besides the centered dot, in this document the degree sign ° is defined
35425  with the following LaTeX-preamble line so that it can directly be inserted
35426  to a formula:
35427 \end_layout
35428
35429 \begin_layout Standard
35430
35431 \series bold
35432
35433 \backslash
35434 DeclareInputtext{176}{
35435 \backslash
35436 ifmmode^
35437 \backslash
35438 circ
35439 \backslash
35440 else
35441 \backslash
35442 textdegree
35443 \backslash
35444 f\SpecialChar \textcompwordmark{}
35445 i}
35446 \end_layout
35447
35448 \begin_layout Standard
35449 \begin_inset Newpage newpage
35450 \end_inset
35451
35452
35453 \end_layout
35454
35455 \begin_layout Section
35456 \start_of_appendix
35457 Typographic Advice
35458 \begin_inset Index
35459 status collapsed
35460
35461 \begin_layout Plain Layout
35462 Typographic advice
35463 \end_layout
35464
35465 \end_inset
35466
35467
35468 \end_layout
35469
35470 \begin_layout Standard
35471 This section is a summary of the most important typographic rules, listed
35472  in ISO norms.
35473 \begin_inset Foot
35474 status collapsed
35475
35476 \begin_layout Plain Layout
35477 This collection was partly taken from the German semi-official dictionary
35478  called 
35479 \begin_inset Quotes eld
35480 \end_inset
35481
35482 Duden
35483 \begin_inset Quotes erd
35484 \end_inset
35485
35486  
35487 \begin_inset CommandInset citation
35488 LatexCommand cite
35489 key "Duden"
35490
35491 \end_inset
35492
35493  that lists some of the ISO rules.
35494 \end_layout
35495
35496 \end_inset
35497
35498
35499 \end_layout
35500
35501 \begin_layout Itemize
35502 Physical units are 
35503 \emph on
35504 always
35505 \emph default
35506  set upright
35507 \begin_inset Foot
35508 status collapsed
35509
35510 \begin_layout Plain Layout
35511 done with font styles, see 
35512 \begin_inset CommandInset ref
35513 LatexCommand ref
35514 reference "sub:Font-Styles"
35515
35516 \end_inset
35517
35518
35519 \end_layout
35520
35521 \end_inset
35522
35523 : 30
35524 \begin_inset space \thinspace{}
35525 \end_inset
35526
35527 km/h
35528 \begin_inset Newline newline
35529 \end_inset
35530
35531 Between the value and the unit is the smallest space, see 
35532 \begin_inset CommandInset ref
35533 LatexCommand ref
35534 reference "sub:Predefined-Space"
35535
35536 \end_inset
35537
35538 .
35539 \begin_inset Newline newline
35540 \end_inset
35541
35542 This convention is automatically fulfilled when the command 
35543 \series bold
35544
35545 \backslash
35546 unittwo
35547 \series default
35548  is used.
35549  When it is entered to a formula, two boxes appear.
35550  In the first one the value is inserted, in the second one the unit, and
35551  one gets as above: 
35552 \begin_inset Formula $\unit[30]{km/h}$
35553 \end_inset
35554
35555
35556 \begin_inset space \thinspace{}
35557 \end_inset
35558
35559 .
35560  Note that 
35561 \series bold
35562
35563 \backslash
35564 unittwo
35565 \series default
35566  is not a real LaTeX command but the command 
35567 \series bold
35568
35569 \backslash
35570 unit[value]{unit}
35571 \series default
35572 , therefore you cannot use it in TeX code.
35573 \end_layout
35574
35575 \begin_layout Itemize
35576 Percent and perthousand signs are set like physical units:
35577 \begin_inset Newline newline
35578 \end_inset
35579
35580 1,2
35581 \begin_inset space \thinspace{}
35582 \end_inset
35583
35584 ‰ alcohol in blood
35585 \end_layout
35586
35587 \begin_layout Itemize
35588 The degree sign follows directly on the value: 15°, but not when it is used
35589  in units: 15
35590 \begin_inset space \thinspace{}
35591 \end_inset
35592
35593 °C
35594 \end_layout
35595
35596 \begin_layout Itemize
35597 In numbers with more than four digits the smallest space is inserted before
35598  every third digit to group them: 
35599 \family roman
35600 \series medium
35601 \shape up
35602 \size normal
35603 \emph off
35604 \bar no
35605 \noun off
35606 \color none
35607 18
35608 \begin_inset space \thinspace{}
35609 \end_inset
35610
35611 473
35612 \begin_inset space \thinspace{}
35613 \end_inset
35614
35615 588
35616 \end_layout
35617
35618 \begin_layout Itemize
35619 For dimensions like 120×90×40
35620 \begin_inset space \thinspace{}
35621 \end_inset
35622
35623 cm the multiplication sign 
35624 \begin_inset Quotes eld
35625 \end_inset
35626
35627 ×
35628 \begin_inset Quotes erd
35629 \end_inset
35630
35631  is used.
35632  It is available via the menu 
35633 \family sans
35634 Insert\SpecialChar \menuseparator
35635 Special Character\SpecialChar \menuseparator
35636 Symbols
35637 \family default
35638 .
35639  With some keyboard definitions it can also be inserted directly.
35640 \end_layout
35641
35642 \begin_layout Itemize
35643 Functions with names consisting of several letters are set upright to avoid
35644  confusions, see 
35645 \begin_inset CommandInset ref
35646 LatexCommand ref
35647 reference "sub:Predefined-Functions"
35648
35649 \end_inset
35650
35651 .
35652 \end_layout
35653
35654 \begin_layout Itemize
35655 Indices consisting of several letters, are set upright: 
35656 \begin_inset Formula $E_{\mathrm{kin}}$
35657 \end_inset
35658
35659
35660 \begin_inset Newline newline
35661 \end_inset
35662
35663 Components of matrices are set italic: 
35664 \begin_inset Formula $\hat{H}_{kl}$
35665 \end_inset
35666
35667
35668 \end_layout
35669
35670 \begin_layout Itemize
35671 The differentiation/integration operator 'd', the Euler's number 'e', and
35672  the imaginary unit 'i' should be set upright, to avoid mixing them up with
35673  other variables.
35674 \end_layout
35675
35676 \begin_layout Standard
35677 \begin_inset Newpage newpage
35678 \end_inset
35679
35680
35681 \end_layout
35682
35683 \begin_layout Section
35684 Synonyms
35685 \begin_inset Index
35686 status collapsed
35687
35688 \begin_layout Plain Layout
35689 Synonyms
35690 \end_layout
35691
35692 \end_inset
35693
35694
35695 \end_layout
35696
35697 \begin_layout Standard
35698 Some characters and symbols can be created with several commands.
35699  Here is a list of the synonym commands:
35700 \end_layout
35701
35702 \begin_layout Standard
35703 \begin_inset VSpace bigskip
35704 \end_inset
35705
35706
35707 \begin_inset space \hfill{}
35708 \end_inset
35709
35710
35711 \begin_inset Tabular
35712 <lyxtabular version="3" rows="12" columns="2">
35713 <features tabularvalignment="middle">
35714 <column alignment="center" valignment="top" width="0pt">
35715 <column alignment="center" valignment="top" width="0pt">
35716 <row>
35717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35718 \begin_inset Text
35719
35720 \begin_layout Plain Layout
35721 Command
35722 \end_layout
35723
35724 \end_inset
35725 </cell>
35726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35727 \begin_inset Text
35728
35729 \begin_layout Plain Layout
35730 equivalent to
35731 \begin_inset Note Note
35732 status collapsed
35733
35734 \begin_layout Plain Layout
35735
35736 \series bold
35737
35738 \backslash
35739 raisebox
35740 \series default
35741  is only used as spacer.
35742 \end_layout
35743
35744 \end_inset
35745
35746
35747 \end_layout
35748
35749 \end_inset
35750 </cell>
35751 </row>
35752 <row>
35753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35754 \begin_inset Text
35755
35756 \begin_layout Plain Layout
35757
35758 \backslash
35759 ast
35760 \end_layout
35761
35762 \end_inset
35763 </cell>
35764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35765 \begin_inset Text
35766
35767 \begin_layout Plain Layout
35768 \begin_inset ERT
35769 status collapsed
35770
35771 \begin_layout Plain Layout
35772
35773
35774 \backslash
35775 raisebox{-1.2mm}{
35776 \end_layout
35777
35778 \end_inset
35779
35780 *
35781 \begin_inset ERT
35782 status collapsed
35783
35784 \begin_layout Plain Layout
35785
35786 }
35787 \end_layout
35788
35789 \end_inset
35790
35791
35792 \end_layout
35793
35794 \end_inset
35795 </cell>
35796 </row>
35797 <row>
35798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35799 \begin_inset Text
35800
35801 \begin_layout Plain Layout
35802
35803 \backslash
35804 choose
35805 \end_layout
35806
35807 \end_inset
35808 </cell>
35809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35810 \begin_inset Text
35811
35812 \begin_layout Plain Layout
35813
35814 \backslash
35815 binom
35816 \end_layout
35817
35818 \end_inset
35819 </cell>
35820 </row>
35821 <row>
35822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35823 \begin_inset Text
35824
35825 \begin_layout Plain Layout
35826
35827 \backslash
35828 geq
35829 \end_layout
35830
35831 \end_inset
35832 </cell>
35833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35834 \begin_inset Text
35835
35836 \begin_layout Plain Layout
35837
35838 \backslash
35839 ge
35840 \end_layout
35841
35842 \end_inset
35843 </cell>
35844 </row>
35845 <row>
35846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35847 \begin_inset Text
35848
35849 \begin_layout Plain Layout
35850
35851 \backslash
35852 lbrace
35853 \end_layout
35854
35855 \end_inset
35856 </cell>
35857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35858 \begin_inset Text
35859
35860 \begin_layout Plain Layout
35861 {
35862 \end_layout
35863
35864 \end_inset
35865 </cell>
35866 </row>
35867 <row>
35868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35869 \begin_inset Text
35870
35871 \begin_layout Plain Layout
35872
35873 \backslash
35874 lbracket
35875 \end_layout
35876
35877 \end_inset
35878 </cell>
35879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35880 \begin_inset Text
35881
35882 \begin_layout Plain Layout
35883 [
35884 \end_layout
35885
35886 \end_inset
35887 </cell>
35888 </row>
35889 <row>
35890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35891 \begin_inset Text
35892
35893 \begin_layout Plain Layout
35894
35895 \backslash
35896 leftarrow
35897 \end_layout
35898
35899 \end_inset
35900 </cell>
35901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35902 \begin_inset Text
35903
35904 \begin_layout Plain Layout
35905
35906 \backslash
35907 gets
35908 \end_layout
35909
35910 \end_inset
35911 </cell>
35912 </row>
35913 <row>
35914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35915 \begin_inset Text
35916
35917 \begin_layout Plain Layout
35918
35919 \backslash
35920 leq
35921 \end_layout
35922
35923 \end_inset
35924 </cell>
35925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35926 \begin_inset Text
35927
35928 \begin_layout Plain Layout
35929
35930 \backslash
35931 le
35932 \end_layout
35933
35934 \end_inset
35935 </cell>
35936 </row>
35937 <row>
35938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35939 \begin_inset Text
35940
35941 \begin_layout Plain Layout
35942
35943 \backslash
35944 lor
35945 \end_layout
35946
35947 \end_inset
35948 </cell>
35949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35950 \begin_inset Text
35951
35952 \begin_layout Plain Layout
35953
35954 \backslash
35955 vee
35956 \end_layout
35957
35958 \end_inset
35959 </cell>
35960 </row>
35961 <row>
35962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35963 \begin_inset Text
35964
35965 \begin_layout Plain Layout
35966
35967 \backslash
35968 neq
35969 \end_layout
35970
35971 \end_inset
35972 </cell>
35973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35974 \begin_inset Text
35975
35976 \begin_layout Plain Layout
35977
35978 \backslash
35979 not=
35980 \end_layout
35981
35982 \end_inset
35983 </cell>
35984 </row>
35985 <row>
35986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35987 \begin_inset Text
35988
35989 \begin_layout Plain Layout
35990
35991 \backslash
35992 slash
35993 \end_layout
35994
35995 \end_inset
35996 </cell>
35997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35998 \begin_inset Text
35999
36000 \begin_layout Plain Layout
36001 /
36002 \end_layout
36003
36004 \end_inset
36005 </cell>
36006 </row>
36007 <row>
36008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36009 \begin_inset Text
36010
36011 \begin_layout Plain Layout
36012
36013 \backslash
36014 vert
36015 \end_layout
36016
36017 \end_inset
36018 </cell>
36019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36020 \begin_inset Text
36021
36022 \begin_layout Plain Layout
36023 |
36024 \end_layout
36025
36026 \end_inset
36027 </cell>
36028 </row>
36029 </lyxtabular>
36030
36031 \end_inset
36032
36033
36034 \begin_inset space \hfill{}
36035 \end_inset
36036
36037
36038 \begin_inset Tabular
36039 <lyxtabular version="3" rows="12" columns="2">
36040 <features tabularvalignment="middle">
36041 <column alignment="center" valignment="top" width="0pt">
36042 <column alignment="center" valignment="top" width="0pt">
36043 <row>
36044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36045 \begin_inset Text
36046
36047 \begin_layout Plain Layout
36048 Command
36049 \end_layout
36050
36051 \end_inset
36052 </cell>
36053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36054 \begin_inset Text
36055
36056 \begin_layout Plain Layout
36057 equivalent to
36058 \end_layout
36059
36060 \end_inset
36061 </cell>
36062 </row>
36063 <row>
36064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36065 \begin_inset Text
36066
36067 \begin_layout Plain Layout
36068
36069 \backslash
36070 backslash
36071 \end_layout
36072
36073 \end_inset
36074 </cell>
36075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36076 \begin_inset Text
36077
36078 \begin_layout Plain Layout
36079
36080 \backslash
36081
36082 \backslash
36083
36084 \end_layout
36085
36086 \end_inset
36087 </cell>
36088 </row>
36089 <row>
36090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36091 \begin_inset Text
36092
36093 \begin_layout Plain Layout
36094
36095 \backslash
36096 dasharrow
36097 \end_layout
36098
36099 \end_inset
36100 </cell>
36101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36102 \begin_inset Text
36103
36104 \begin_layout Plain Layout
36105
36106 \backslash
36107 dashrightarrow
36108 \end_layout
36109
36110 \end_inset
36111 </cell>
36112 </row>
36113 <row>
36114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36115 \begin_inset Text
36116
36117 \begin_layout Plain Layout
36118
36119 \backslash
36120 land
36121 \end_layout
36122
36123 \end_inset
36124 </cell>
36125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36126 \begin_inset Text
36127
36128 \begin_layout Plain Layout
36129
36130 \backslash
36131 wedge
36132 \end_layout
36133
36134 \end_inset
36135 </cell>
36136 </row>
36137 <row>
36138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36139 \begin_inset Text
36140
36141 \begin_layout Plain Layout
36142
36143 \backslash
36144 rbrace
36145 \end_layout
36146
36147 \end_inset
36148 </cell>
36149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36150 \begin_inset Text
36151
36152 \begin_layout Plain Layout
36153 }
36154 \end_layout
36155
36156 \end_inset
36157 </cell>
36158 </row>
36159 <row>
36160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36161 \begin_inset Text
36162
36163 \begin_layout Plain Layout
36164
36165 \backslash
36166 rbracket
36167 \end_layout
36168
36169 \end_inset
36170 </cell>
36171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36172 \begin_inset Text
36173
36174 \begin_layout Plain Layout
36175 ]
36176 \end_layout
36177
36178 \end_inset
36179 </cell>
36180 </row>
36181 <row>
36182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36183 \begin_inset Text
36184
36185 \begin_layout Plain Layout
36186
36187 \backslash
36188 rightarrow
36189 \end_layout
36190
36191 \end_inset
36192 </cell>
36193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36194 \begin_inset Text
36195
36196 \begin_layout Plain Layout
36197
36198 \backslash
36199 to
36200 \end_layout
36201
36202 \end_inset
36203 </cell>
36204 </row>
36205 <row>
36206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36207 \begin_inset Text
36208
36209 \begin_layout Plain Layout
36210
36211 \backslash
36212 lnot
36213 \end_layout
36214
36215 \end_inset
36216 </cell>
36217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36218 \begin_inset Text
36219
36220 \begin_layout Plain Layout
36221
36222 \backslash
36223 neg
36224 \end_layout
36225
36226 \end_inset
36227 </cell>
36228 </row>
36229 <row>
36230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36231 \begin_inset Text
36232
36233 \begin_layout Plain Layout
36234
36235 \backslash
36236 ne
36237 \end_layout
36238
36239 \end_inset
36240 </cell>
36241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36242 \begin_inset Text
36243
36244 \begin_layout Plain Layout
36245
36246 \backslash
36247 not=
36248 \end_layout
36249
36250 \end_inset
36251 </cell>
36252 </row>
36253 <row>
36254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36255 \begin_inset Text
36256
36257 \begin_layout Plain Layout
36258
36259 \backslash
36260 owns
36261 \end_layout
36262
36263 \end_inset
36264 </cell>
36265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36266 \begin_inset Text
36267
36268 \begin_layout Plain Layout
36269
36270 \backslash
36271 ni
36272 \end_layout
36273
36274 \end_inset
36275 </cell>
36276 </row>
36277 <row>
36278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36279 \begin_inset Text
36280
36281 \begin_layout Plain Layout
36282
36283 \backslash
36284 square
36285 \end_layout
36286
36287 \end_inset
36288 </cell>
36289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36290 \begin_inset Text
36291
36292 \begin_layout Plain Layout
36293
36294 \backslash
36295 Box
36296 \end_layout
36297
36298 \end_inset
36299 </cell>
36300 </row>
36301 <row>
36302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36303 \begin_inset Text
36304
36305 \begin_layout Plain Layout
36306
36307 \backslash
36308 Vert
36309 \end_layout
36310
36311 \end_inset
36312 </cell>
36313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36314 \begin_inset Text
36315
36316 \begin_layout Plain Layout
36317
36318 \backslash
36319 |
36320 \end_layout
36321
36322 \end_inset
36323 </cell>
36324 </row>
36325 </lyxtabular>
36326
36327 \end_inset
36328
36329
36330 \begin_inset space \hfill{}
36331 \end_inset
36332
36333
36334 \end_layout
36335
36336 \begin_layout Standard
36337 \begin_inset Newpage newpage
36338 \end_inset
36339
36340
36341 \end_layout
36342
36343 \begin_layout Bibliography
36344 \begin_inset CommandInset bibitem
36345 LatexCommand bibitem
36346 key "TLC2"
36347
36348 \end_inset
36349
36350
36351 \shape smallcaps
36352 Mittelbach, F.
36353  ; Goossens, M.
36354 \shape default
36355
36356 \shape italic
36357 The LaTeX Companion
36358 \shape default
36359 .
36360  Addison Wesley, 2004
36361 \end_layout
36362
36363 \begin_layout Bibliography
36364 \begin_inset CommandInset bibitem
36365 LatexCommand bibitem
36366 key "Mathmode"
36367
36368 \end_inset
36369
36370
36371 \begin_inset CommandInset href
36372 LatexCommand href
36373 name "Description"
36374 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36375
36376 \end_inset
36377
36378  of LaTeX's math abilities
36379 \end_layout
36380
36381 \begin_layout Bibliography
36382 \begin_inset CommandInset bibitem
36383 LatexCommand bibitem
36384 key "Voss"
36385
36386 \end_inset
36387
36388 LaTeX tips and tricks-
36389 \begin_inset CommandInset href
36390 LatexCommand href
36391 name "page"
36392 target "http://tug.org/TeXnik/"
36393
36394 \end_inset
36395
36396
36397 \end_layout
36398
36399 \begin_layout Bibliography
36400 \begin_inset CommandInset bibitem
36401 LatexCommand bibitem
36402 key "AMS"
36403
36404 \end_inset
36405
36406
36407 \begin_inset CommandInset href
36408 LatexCommand href
36409 name "Description"
36410 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
36411
36412 \end_inset
36413
36414  of 
36415 \begin_inset ERT
36416 status collapsed
36417
36418 \begin_layout Plain Layout
36419
36420
36421 \backslash
36422 AmS
36423 \end_layout
36424
36425 \end_inset
36426
36427 -LaTeX
36428 \end_layout
36429
36430 \begin_layout Bibliography
36431 \begin_inset CommandInset bibitem
36432 LatexCommand bibitem
36433 key "Symbole"
36434
36435 \end_inset
36436
36437
36438 \begin_inset CommandInset href
36439 LatexCommand href
36440 name "List"
36441 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36442
36443 \end_inset
36444
36445  of all symbols available with LaTeX-packages
36446 \end_layout
36447
36448 \begin_layout Bibliography
36449 \begin_inset CommandInset bibitem
36450 LatexCommand bibitem
36451 key "hyperref"
36452
36453 \end_inset
36454
36455
36456 \begin_inset CommandInset href
36457 LatexCommand href
36458 name "Documentation"
36459 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36460
36461 \end_inset
36462
36463  of the LaTeX-package 
36464 \series bold
36465 hyperref
36466 \series default
36467
36468 \begin_inset Index
36469 status collapsed
36470
36471 \begin_layout Plain Layout
36472 Packages ! hyperref
36473 \end_layout
36474
36475 \end_inset
36476
36477
36478 \end_layout
36479
36480 \begin_layout Bibliography
36481 \begin_inset CommandInset bibitem
36482 LatexCommand bibitem
36483 key "Mathclap"
36484
36485 \end_inset
36486
36487
36488 \begin_inset CommandInset href
36489 LatexCommand href
36490 name "Description"
36491 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36492
36493 \end_inset
36494
36495  of the command 
36496 \series bold
36497
36498 \backslash
36499 mathclap
36500 \series default
36501 , described in 
36502 \begin_inset CommandInset ref
36503 LatexCommand ref
36504 reference "sub:Operator-Limits"
36505
36506 \end_inset
36507
36508
36509 \begin_inset Index
36510 status collapsed
36511
36512 \begin_layout Plain Layout
36513 Commands ! M ! 
36514 \backslash
36515 mathclap
36516 \end_layout
36517
36518 \end_inset
36519
36520
36521 \end_layout
36522
36523 \begin_layout Bibliography
36524 \begin_inset CommandInset bibitem
36525 LatexCommand bibitem
36526 key "Duden"
36527
36528 \end_inset
36529
36530
36531 \emph on
36532 Duden Band 1
36533 \emph default
36534 .
36535  22.
36536  Auflage, Duden 2001
36537 \end_layout
36538
36539 \begin_layout Subsubsection*
36540 \begin_inset CommandInset index_print
36541 LatexCommand printindex
36542
36543 \end_inset
36544
36545
36546 \end_layout
36547
36548 \end_body
36549 \end_document