]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
496fac0b4407b8bdc6e82aea7e89a69017cf0ebd
[lyx.git] / lib / doc / Math.lyx
1 #LyX 1.6.2svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
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 1.6.0
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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 sum
14903 \begin_inset Index
14904 status collapsed
14905
14906 \begin_layout Plain Layout
14907 Commands ! S ! 
14908 \backslash
14909 sum
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 $\sum$
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 int
14940 \begin_inset Index
14941 status collapsed
14942
14943 \begin_layout Plain Layout
14944 Commands ! I ! 
14945 \backslash
14946 int
14947 \end_layout
14948
14949 \end_inset
14950
14951
14952 \end_layout
14953
14954 \end_inset
14955 </cell>
14956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14957 \begin_inset Text
14958
14959 \begin_layout Plain Layout
14960 \begin_inset Formula $\int$
14961 \end_inset
14962
14963
14964 \end_layout
14965
14966 \end_inset
14967 </cell>
14968 </row>
14969 <row>
14970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14971 \begin_inset Text
14972
14973 \begin_layout Plain Layout
14974
14975 \backslash
14976 intop
14977 \end_layout
14978
14979 \end_inset
14980 </cell>
14981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14982 \begin_inset Text
14983
14984 \begin_layout Plain Layout
14985 \begin_inset Formula $\intop$
14986 \end_inset
14987
14988
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 </row>
14994 <row>
14995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14996 \begin_inset Text
14997
14998 \begin_layout Plain Layout
14999
15000 \backslash
15001 oint
15002 \end_layout
15003
15004 \end_inset
15005 </cell>
15006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15007 \begin_inset Text
15008
15009 \begin_layout Plain Layout
15010 \begin_inset Formula $\oint$
15011 \end_inset
15012
15013
15014 \end_layout
15015
15016 \end_inset
15017 </cell>
15018 </row>
15019 <row>
15020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Plain Layout
15024
15025 \backslash
15026 ointop
15027 \end_layout
15028
15029 \end_inset
15030 </cell>
15031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15032 \begin_inset Text
15033
15034 \begin_layout Plain Layout
15035 \begin_inset Formula $\ointop$
15036 \end_inset
15037
15038
15039 \end_layout
15040
15041 \end_inset
15042 </cell>
15043 </row>
15044 <row>
15045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15046 \begin_inset Text
15047
15048 \begin_layout Plain Layout
15049
15050 \backslash
15051 ointctrclockwise
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15057 \begin_inset Text
15058
15059 \begin_layout Plain Layout
15060 \begin_inset Formula $\ointctrclockwise$
15061 \end_inset
15062
15063
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 </row>
15069 <row>
15070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15071 \begin_inset Text
15072
15073 \begin_layout Plain Layout
15074
15075 \backslash
15076 ointclockwise
15077 \end_layout
15078
15079 \end_inset
15080 </cell>
15081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15082 \begin_inset Text
15083
15084 \begin_layout Plain Layout
15085 \begin_inset Formula $\ointclockwise$
15086 \end_inset
15087
15088
15089 \end_layout
15090
15091 \end_inset
15092 </cell>
15093 </row>
15094 <row>
15095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Plain Layout
15099
15100 \backslash
15101 sqint
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15107 \begin_inset Text
15108
15109 \begin_layout Plain Layout
15110 \begin_inset Formula $\sqint$
15111 \end_inset
15112
15113
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 </row>
15119 <row>
15120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15121 \begin_inset Text
15122
15123 \begin_layout Plain Layout
15124
15125 \backslash
15126 bigcap
15127 \end_layout
15128
15129 \end_inset
15130 </cell>
15131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15132 \begin_inset Text
15133
15134 \begin_layout Plain Layout
15135 \begin_inset Formula $\bigcap$
15136 \end_inset
15137
15138
15139 \end_layout
15140
15141 \end_inset
15142 </cell>
15143 </row>
15144 <row>
15145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Plain Layout
15149
15150 \backslash
15151 bigcup
15152 \end_layout
15153
15154 \end_inset
15155 </cell>
15156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Plain Layout
15160 \begin_inset Formula $\bigcup$
15161 \end_inset
15162
15163
15164 \end_layout
15165
15166 \end_inset
15167 </cell>
15168 </row>
15169 </lyxtabular>
15170
15171 \end_inset
15172
15173
15174 \begin_inset space \hfill{}
15175 \end_inset
15176
15177
15178 \begin_inset Tabular
15179 <lyxtabular version="3" rows="10" columns="2">
15180 <features>
15181 <column alignment="center" valignment="top" width="0pt">
15182 <column alignment="center" valignment="top" width="0pt">
15183 <row>
15184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188 Command
15189 \end_layout
15190
15191 \end_inset
15192 </cell>
15193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15194 \begin_inset Text
15195
15196 \begin_layout Plain Layout
15197 Result
15198 \end_layout
15199
15200 \end_inset
15201 </cell>
15202 </row>
15203 <row>
15204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Plain Layout
15208
15209 \backslash
15210 prod
15211 \begin_inset Index
15212 status collapsed
15213
15214 \begin_layout Plain Layout
15215 Commands ! P ! 
15216 \backslash
15217 prod
15218 \end_layout
15219
15220 \end_inset
15221
15222
15223 \end_layout
15224
15225 \end_inset
15226 </cell>
15227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15228 \begin_inset Text
15229
15230 \begin_layout Plain Layout
15231 \begin_inset Formula $\prod$
15232 \end_inset
15233
15234
15235 \end_layout
15236
15237 \end_inset
15238 </cell>
15239 </row>
15240 <row>
15241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15242 \begin_inset Text
15243
15244 \begin_layout Plain Layout
15245
15246 \backslash
15247 coprod
15248 \end_layout
15249
15250 \end_inset
15251 </cell>
15252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15253 \begin_inset Text
15254
15255 \begin_layout Plain Layout
15256 \begin_inset Formula $\coprod$
15257 \end_inset
15258
15259
15260 \end_layout
15261
15262 \end_inset
15263 </cell>
15264 </row>
15265 <row>
15266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15267 \begin_inset Text
15268
15269 \begin_layout Plain Layout
15270
15271 \backslash
15272 bigodot
15273 \end_layout
15274
15275 \end_inset
15276 </cell>
15277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15278 \begin_inset Text
15279
15280 \begin_layout Plain Layout
15281 \begin_inset Formula $\bigodot$
15282 \end_inset
15283
15284
15285 \end_layout
15286
15287 \end_inset
15288 </cell>
15289 </row>
15290 <row>
15291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15292 \begin_inset Text
15293
15294 \begin_layout Plain Layout
15295
15296 \backslash
15297 bigotimes
15298 \end_layout
15299
15300 \end_inset
15301 </cell>
15302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15303 \begin_inset Text
15304
15305 \begin_layout Plain Layout
15306 \begin_inset Formula $\bigotimes$
15307 \end_inset
15308
15309
15310 \end_layout
15311
15312 \end_inset
15313 </cell>
15314 </row>
15315 <row>
15316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15317 \begin_inset Text
15318
15319 \begin_layout Plain Layout
15320
15321 \backslash
15322 bigoplus
15323 \end_layout
15324
15325 \end_inset
15326 </cell>
15327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15328 \begin_inset Text
15329
15330 \begin_layout Plain Layout
15331 \begin_inset Formula $\bigoplus$
15332 \end_inset
15333
15334
15335 \end_layout
15336
15337 \end_inset
15338 </cell>
15339 </row>
15340 <row>
15341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15342 \begin_inset Text
15343
15344 \begin_layout Plain Layout
15345
15346 \backslash
15347 bigwedge
15348 \end_layout
15349
15350 \end_inset
15351 </cell>
15352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15353 \begin_inset Text
15354
15355 \begin_layout Plain Layout
15356 \begin_inset Formula $\bigwedge$
15357 \end_inset
15358
15359
15360 \end_layout
15361
15362 \end_inset
15363 </cell>
15364 </row>
15365 <row>
15366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15367 \begin_inset Text
15368
15369 \begin_layout Plain Layout
15370
15371 \backslash
15372 bigvee
15373 \end_layout
15374
15375 \end_inset
15376 </cell>
15377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15378 \begin_inset Text
15379
15380 \begin_layout Plain Layout
15381 \begin_inset Formula $\bigvee$
15382 \end_inset
15383
15384
15385 \end_layout
15386
15387 \end_inset
15388 </cell>
15389 </row>
15390 <row>
15391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15392 \begin_inset Text
15393
15394 \begin_layout Plain Layout
15395
15396 \backslash
15397 bigsqcup
15398 \end_layout
15399
15400 \end_inset
15401 </cell>
15402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15403 \begin_inset Text
15404
15405 \begin_layout Plain Layout
15406 \begin_inset Formula $\bigsqcup$
15407 \end_inset
15408
15409
15410 \end_layout
15411
15412 \end_inset
15413 </cell>
15414 </row>
15415 <row>
15416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15417 \begin_inset Text
15418
15419 \begin_layout Plain Layout
15420
15421 \backslash
15422 biguplus
15423 \end_layout
15424
15425 \end_inset
15426 </cell>
15427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15428 \begin_inset Text
15429
15430 \begin_layout Plain Layout
15431 \begin_inset Formula $\biguplus$
15432 \end_inset
15433
15434
15435 \end_layout
15436
15437 \end_inset
15438 </cell>
15439 </row>
15440 </lyxtabular>
15441
15442 \end_inset
15443
15444
15445 \begin_inset space \hfill{}
15446 \end_inset
15447
15448
15449 \end_layout
15450
15451 \begin_layout Standard
15452 All big operators can also be inserted via the math toolbar button 
15453 \begin_inset Graphics
15454         filename ../images/math/intop.png
15455         scale 85
15456
15457 \end_inset
15458
15459 .
15460 \end_layout
15461
15462 \begin_layout Standard
15463 The operators are called big because they are bigger than the sometimes
15464  equal looking binary operators.
15465  All big operators can have limits as described in the next subsection.
15466 \end_layout
15467
15468 \begin_layout Standard
15469 The operators 
15470 \series bold
15471
15472 \backslash
15473 intop
15474 \series default
15475  and 
15476 \series bold
15477
15478 \backslash
15479 ointop
15480 \series default
15481  are different from 
15482 \series bold
15483
15484 \backslash
15485 int
15486 \series default
15487  and 
15488 \series bold
15489
15490 \backslash
15491 oint
15492 \series default
15493 , resp.
15494 \begin_inset space ~
15495 \end_inset
15496
15497 in the style the operator limits are displayed, see 
15498 \begin_inset CommandInset ref
15499 LatexCommand ref
15500 reference "sub:Operator-Limits"
15501
15502 \end_inset
15503
15504 .
15505  
15506 \end_layout
15507
15508 \begin_layout Subsubsection*
15509 Advices for Integrals
15510 \end_layout
15511
15512 \begin_layout Standard
15513 The letter 
15514 \emph on
15515 d
15516 \emph default
15517  in an integral is an operator, that therefore has to be set upright.
15518  This is done by highlighting the 
15519 \emph on
15520 d
15521 \emph default
15522  and using the keyboard shortcut 
15523 \begin_inset Info
15524 type  "shortcut"
15525 arg   "font-roman"
15526 \end_inset
15527
15528
15529 \begin_inset Foot
15530 status collapsed
15531
15532 \begin_layout Plain Layout
15533 Font styles
15534 \series bold
15535  
15536 \series default
15537 see 
15538 \begin_inset CommandInset ref
15539 LatexCommand ref
15540 reference "sub:Font-Styles"
15541
15542 \end_inset
15543
15544
15545 \end_layout
15546
15547 \end_inset
15548
15549 .
15550  Finally the smallest space is inserted before the 
15551 \emph on
15552 d
15553 \emph default
15554 , as this is usual for operators.
15555  An example:
15556 \end_layout
15557
15558 \begin_layout Standard
15559 incorrect: 
15560 \begin_inset Formula $\int A(x)dx$
15561 \end_inset
15562
15563
15564 \begin_inset Newline newline
15565 \end_inset
15566
15567
15568 \begin_inset ERT
15569 status collapsed
15570
15571 \begin_layout Plain Layout
15572
15573
15574 \backslash
15575 hphantom{in}
15576 \end_layout
15577
15578 \end_inset
15579
15580 correct: 
15581 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15582 \end_inset
15583
15584
15585 \end_layout
15586
15587 \begin_layout Standard
15588 For multiple integrals there are the following commands:
15589 \begin_inset VSpace medskip
15590 \end_inset
15591
15592
15593 \end_layout
15594
15595 \begin_layout Standard
15596 \begin_inset space \hfill{}
15597 \end_inset
15598
15599
15600 \begin_inset Tabular
15601 <lyxtabular version="3" rows="4" columns="2">
15602 <features>
15603 <column alignment="center" valignment="top" width="0">
15604 <column alignment="center" valignment="top" width="0">
15605 <row>
15606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15607 \begin_inset Text
15608
15609 \begin_layout Plain Layout
15610 Command
15611 \end_layout
15612
15613 \end_inset
15614 </cell>
15615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15616 \begin_inset Text
15617
15618 \begin_layout Plain Layout
15619 Result
15620 \begin_inset Note Note
15621 status collapsed
15622
15623 \begin_layout Plain Layout
15624
15625 \series bold
15626
15627 \backslash
15628 raisebox
15629 \series default
15630  is only used as spacer.
15631 \end_layout
15632
15633 \end_inset
15634
15635
15636 \end_layout
15637
15638 \end_inset
15639 </cell>
15640 </row>
15641 <row>
15642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15643 \begin_inset Text
15644
15645 \begin_layout Plain Layout
15646
15647 \backslash
15648 iint
15649 \end_layout
15650
15651 \end_inset
15652 </cell>
15653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15654 \begin_inset Text
15655
15656 \begin_layout Plain Layout
15657 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15658 \end_inset
15659
15660
15661 \end_layout
15662
15663 \end_inset
15664 </cell>
15665 </row>
15666 <row>
15667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15668 \begin_inset Text
15669
15670 \begin_layout Plain Layout
15671
15672 \backslash
15673 oiint
15674 \end_layout
15675
15676 \end_inset
15677 </cell>
15678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15679 \begin_inset Text
15680
15681 \begin_layout Plain Layout
15682 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15683 \end_inset
15684
15685
15686 \end_layout
15687
15688 \end_inset
15689 </cell>
15690 </row>
15691 <row>
15692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15693 \begin_inset Text
15694
15695 \begin_layout Plain Layout
15696
15697 \backslash
15698 sqiint
15699 \end_layout
15700
15701 \end_inset
15702 </cell>
15703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15704 \begin_inset Text
15705
15706 \begin_layout Plain Layout
15707 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15708 \end_inset
15709
15710
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 </row>
15716 </lyxtabular>
15717
15718 \end_inset
15719
15720
15721 \begin_inset space \hfill{}
15722 \end_inset
15723
15724
15725 \begin_inset Tabular
15726 <lyxtabular version="3" rows="4" columns="2">
15727 <features>
15728 <column alignment="center" valignment="top" width="0">
15729 <column alignment="center" valignment="top" width="0">
15730 <row>
15731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15732 \begin_inset Text
15733
15734 \begin_layout Plain Layout
15735 Command
15736 \end_layout
15737
15738 \end_inset
15739 </cell>
15740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15741 \begin_inset Text
15742
15743 \begin_layout Plain Layout
15744 Result
15745 \end_layout
15746
15747 \end_inset
15748 </cell>
15749 </row>
15750 <row>
15751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15752 \begin_inset Text
15753
15754 \begin_layout Plain Layout
15755
15756 \backslash
15757 iiint
15758 \end_layout
15759
15760 \end_inset
15761 </cell>
15762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15763 \begin_inset Text
15764
15765 \begin_layout Plain Layout
15766 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15767 \end_inset
15768
15769
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 </row>
15775 <row>
15776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15777 \begin_inset Text
15778
15779 \begin_layout Plain Layout
15780
15781 \backslash
15782 iiiint
15783 \end_layout
15784
15785 \end_inset
15786 </cell>
15787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15788 \begin_inset Text
15789
15790 \begin_layout Plain Layout
15791 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15792 \end_inset
15793
15794
15795 \end_layout
15796
15797 \end_inset
15798 </cell>
15799 </row>
15800 <row>
15801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15802 \begin_inset Text
15803
15804 \begin_layout Plain Layout
15805
15806 \backslash
15807 dotsint
15808 \end_layout
15809
15810 \end_inset
15811 </cell>
15812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15813 \begin_inset Text
15814
15815 \begin_layout Plain Layout
15816 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15817 \end_inset
15818
15819
15820 \end_layout
15821
15822 \end_inset
15823 </cell>
15824 </row>
15825 </lyxtabular>
15826
15827 \end_inset
15828
15829
15830 \begin_inset space \hfill{}
15831 \end_inset
15832
15833
15834 \end_layout
15835
15836 \begin_layout Subsection
15837 Operator Limits
15838 \begin_inset CommandInset label
15839 LatexCommand label
15840 name "sub:Operator-Limits"
15841
15842 \end_inset
15843
15844
15845 \begin_inset Index
15846 status collapsed
15847
15848 \begin_layout Plain Layout
15849 Operators ! Limits
15850 \end_layout
15851
15852 \end_inset
15853
15854
15855 \end_layout
15856
15857 \begin_layout Standard
15858 Limits are created by super- and subscripts:
15859 \end_layout
15860
15861 \begin_layout Standard
15862 \align center
15863 \begin_inset Tabular
15864 <lyxtabular version="3" rows="2" columns="2">
15865 <features>
15866 <column alignment="center" valignment="top" width="0pt">
15867 <column alignment="center" valignment="top" width="0pt">
15868 <row>
15869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15870 \begin_inset Text
15871
15872 \begin_layout Plain Layout
15873 Command
15874 \end_layout
15875
15876 \end_inset
15877 </cell>
15878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15879 \begin_inset Text
15880
15881 \begin_layout Plain Layout
15882 Result
15883 \begin_inset Note Note
15884 status collapsed
15885
15886 \begin_layout Plain Layout
15887
15888 \series bold
15889
15890 \backslash
15891 raisebox
15892 \series default
15893  is only used as spacer.
15894 \end_layout
15895
15896 \end_inset
15897
15898
15899 \end_layout
15900
15901 \end_inset
15902 </cell>
15903 </row>
15904 <row>
15905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909
15910 \backslash
15911 prod^
15912 \backslash
15913 infty
15914 \begin_inset ERT
15915 status collapsed
15916
15917 \begin_layout Plain Layout
15918
15919
15920 \backslash
15921 spce 
15922 \end_layout
15923
15924 \end_inset
15925
15926
15927 \begin_inset Formula $\to$
15928 \end_inset
15929
15930 _0
15931 \begin_inset Formula $\to$
15932 \end_inset
15933
15934 A(x)
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15940 \begin_inset Text
15941
15942 \begin_layout Plain Layout
15943 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15944 \end_inset
15945
15946
15947 \end_layout
15948
15949 \end_inset
15950 </cell>
15951 </row>
15952 </lyxtabular>
15953
15954 \end_inset
15955
15956
15957 \end_layout
15958
15959 \begin_layout Standard
15960 Limits of inline formulas are set right beside the operator.
15961  Limits in displayed formulas are set above or below the operator, except
15962  of integral limits.
15963 \end_layout
15964
15965 \begin_layout Standard
15966 To force that the limits are set beside the operator, the cursor is set
15967  directly behind the operator and the limits type is changed with the menu
15968  
15969 \family sans
15970 Edit\SpecialChar \menuseparator
15971 Math\SpecialChar \menuseparator
15972 Change Limits Type
15973 \family default
15974  to 
15975 \family sans
15976 \series bold
15977 Inline
15978 \family default
15979 \series default
15980  (shortcut 
15981 \begin_inset Info
15982 type  "shortcut"
15983 arg   "math-limits"
15984 \end_inset
15985
15986 ).
15987  An example:
15988 \end_layout
15989
15990 \begin_layout Standard
15991 The default limits type is this:
15992 \begin_inset Formula \[
15993 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15994
15995 \end_inset
15996
15997 This is how it looks when the limits type was changed to 
15998 \family sans
15999 \series bold
16000 Inline
16001 \family default
16002 \series default
16003 :
16004 \begin_inset Formula \[
16005 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16006
16007 \end_inset
16008
16009 For integrals, except of 
16010 \series bold
16011
16012 \backslash
16013 intop
16014 \series default
16015  and 
16016 \series bold
16017
16018 \backslash
16019 ointop
16020 \series default
16021 , the limits are by default set beside the operator.
16022  But for multiple integrals the limits are often set below the operator.
16023  In the following example the limits type was therefore set to 
16024 \series bold
16025 Display
16026 \series default
16027  and so set below the integrals:
16028 \begin_inset Formula \begin{equation}
16029 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
16030
16031 \end_inset
16032
16033
16034 \end_layout
16035
16036 \begin_layout Standard
16037 \begin_inset VSpace medskip
16038 \end_inset
16039
16040 To specify conditions for limits, the commands 
16041 \series bold
16042
16043 \backslash
16044 subarray
16045 \series default
16046
16047 \begin_inset Index
16048 status collapsed
16049
16050 \begin_layout Plain Layout
16051 Commands ! S ! 
16052 \backslash
16053 subarray
16054 \end_layout
16055
16056 \end_inset
16057
16058  and 
16059 \series bold
16060
16061 \backslash
16062 substack
16063 \series default
16064
16065 \begin_inset Index
16066 status collapsed
16067
16068 \begin_layout Plain Layout
16069 Commands ! S ! 
16070 \backslash
16071 substack
16072 \end_layout
16073
16074 \end_inset
16075
16076  are used.
16077  To create for example this expression 
16078 \begin_inset Formula \begin{equation}
16079 \sum_{\begin{subarray}{c}
16080 0<k<1000\\
16081 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16082
16083 \end_inset
16084
16085
16086 \end_layout
16087
16088 \begin_layout Standard
16089 the following has to be done:
16090 \begin_inset Newline newline
16091 \end_inset
16092
16093 First the command 
16094 \series bold
16095
16096 \backslash
16097 sum
16098 \series default
16099 ^
16100 \series bold
16101 n
16102 \begin_inset ERT
16103 status collapsed
16104
16105 \begin_layout Plain Layout
16106
16107
16108 \backslash
16109 spce 
16110 \end_layout
16111
16112 \end_inset
16113
16114 _
16115 \series default
16116  is typed in.
16117  One is now in a blue box under the summation operator and insert there
16118  the command 
16119 \series bold
16120
16121 \backslash
16122 subarray
16123 \begin_inset ERT
16124 status collapsed
16125
16126 \begin_layout Plain Layout
16127
16128
16129 \backslash
16130 spce 
16131 \end_layout
16132
16133 \end_inset
16134
16135
16136 \series default
16137 .
16138  The blue box is now within a purple box and now several lines can be written
16139  among each other.
16140  A new line is created by inserting a line break (
16141 \begin_inset Info
16142 type  "shortcut"
16143 arg   "newline-insert newline"
16144 \end_inset
16145
16146 ).
16147  When now
16148 \begin_inset Newline newline
16149 \end_inset
16150
16151
16152 \series bold
16153 0<k<1000 Ctrl+Return
16154 \begin_inset Newline newline
16155 \end_inset
16156
16157
16158 \series default
16159 is typed in, a new box appears below for the new line.
16160 \end_layout
16161
16162 \begin_layout Standard
16163 The alignment of the lines can be changed to left aligned with the 
16164 \family sans
16165 table
16166 \family default
16167  
16168 \family sans
16169 toolbar
16170 \family default
16171  or the menu 
16172 \family sans
16173 Edit\SpecialChar \menuseparator
16174 Rows &Columns
16175 \family default
16176 .
16177  To get right alignment, 
16178 \series bold
16179
16180 \backslash
16181 hfill
16182 \begin_inset ERT
16183 status collapsed
16184
16185 \begin_layout Plain Layout
16186
16187
16188 \backslash
16189 spce 
16190 \end_layout
16191
16192 \end_inset
16193
16194
16195 \series default
16196  is inserted at the beginning of the line.
16197 \end_layout
16198
16199 \begin_layout Standard
16200 The command 
16201 \series bold
16202
16203 \backslash
16204 substack
16205 \series default
16206  is equivalent to 
16207 \series bold
16208
16209 \backslash
16210 subarray
16211 \series default
16212  with the difference that the lines are always centered.
16213 \end_layout
16214
16215 \begin_layout Standard
16216 \begin_inset VSpace bigskip
16217 \end_inset
16218
16219 Like in formula 
16220 \begin_inset CommandInset ref
16221 LatexCommand eqref
16222 reference "eq:substack"
16223
16224 \end_inset
16225
16226  there can be too much space beside an operator, because the characters
16227  following the operator are set beside the limits.
16228 \end_layout
16229
16230 \begin_layout Standard
16231 To avoid this, the following macro can be used in the LaTeX-preamble:
16232 \end_layout
16233
16234 \begin_layout Standard
16235
16236 \series bold
16237
16238 \backslash
16239 def
16240 \backslash
16241 clap#1{
16242 \backslash
16243 hbox to 0pt{
16244 \backslash
16245 hss #1
16246 \backslash
16247 hss}}
16248 \begin_inset Newline newline
16249 \end_inset
16250
16251
16252 \backslash
16253 def
16254 \backslash
16255 mathclap {
16256 \backslash
16257 mathpalette 
16258 \backslash
16259 mathclapinternal}
16260 \begin_inset Newline newline
16261 \end_inset
16262
16263
16264 \backslash
16265 def
16266 \backslash
16267 mathclapinternal #1#2{
16268 \backslash
16269 clap{$
16270 \backslash
16271 mathsurround =0pt #1{#2}$}}
16272 \end_layout
16273
16274 \begin_layout Standard
16275 This defines the command 
16276 \series bold
16277
16278 \backslash
16279 mathclap
16280 \series default
16281
16282 \begin_inset Index
16283 status collapsed
16284
16285 \begin_layout Plain Layout
16286 Commands ! M ! 
16287 \backslash
16288 mathclap
16289 \end_layout
16290
16291 \end_inset
16292
16293  that sets the width of the limit to 0
16294 \begin_inset space \thinspace{}
16295 \end_inset
16296
16297 pt.
16298  The command scheme is
16299 \end_layout
16300
16301 \begin_layout Standard
16302
16303 \series bold
16304
16305 \backslash
16306 mathclap{limit}
16307 \end_layout
16308
16309 \begin_layout Standard
16310 where the limit can consist of several conditions.
16311 \end_layout
16312
16313 \begin_layout Standard
16314 Applied on formula 
16315 \begin_inset CommandInset ref
16316 LatexCommand eqref
16317 reference "eq:substack"
16318
16319 \end_inset
16320
16321 , one uses the command
16322 \end_layout
16323
16324 \begin_layout Standard
16325
16326 \series bold
16327
16328 \backslash
16329 sum_
16330 \backslash
16331 mathclap{
16332 \backslash
16333 substack
16334 \begin_inset ERT
16335 status collapsed
16336
16337 \begin_layout Plain Layout
16338
16339
16340 \backslash
16341 spce 
16342 \end_layout
16343
16344 \end_inset
16345
16346 0<k<1000 Ctrl+Return
16347 \end_layout
16348
16349 \begin_layout Standard
16350 to create the lower limit.
16351  The summand is now directly behind the summation operator:
16352 \begin_inset Formula \[
16353 \sum_{\mathclap{\substack{0<k<1000\\
16354 \\k\,\in\,\mathbb{N}}
16355 }}^{n}k^{-2}\]
16356
16357 \end_inset
16358
16359
16360 \end_layout
16361
16362 \begin_layout Standard
16363 \begin_inset VSpace bigskip
16364 \end_inset
16365
16366 How to use one limit for several operators is described in 
16367 \begin_inset CommandInset ref
16368 LatexCommand ref
16369 reference "sub:Self-defined-Operators"
16370
16371 \end_inset
16372
16373 .
16374 \end_layout
16375
16376 \begin_layout Standard
16377 \begin_inset Newpage newpage
16378 \end_inset
16379
16380
16381 \end_layout
16382
16383 \begin_layout Subsection
16384 Binary Operators
16385 \begin_inset CommandInset label
16386 LatexCommand label
16387 name "sub:Binary-Operators"
16388
16389 \end_inset
16390
16391
16392 \begin_inset Index
16393 status collapsed
16394
16395 \begin_layout Plain Layout
16396 Operators ! binary
16397 \end_layout
16398
16399 \end_inset
16400
16401
16402 \end_layout
16403
16404 \begin_layout Standard
16405 Binary operators are surrounded by space when there is a character before
16406  and behind them.
16407 \begin_inset VSpace medskip
16408 \end_inset
16409
16410
16411 \end_layout
16412
16413 \begin_layout Standard
16414 \begin_inset space \hfill{}
16415 \end_inset
16416
16417
16418 \begin_inset Tabular
16419 <lyxtabular version="3" rows="13" columns="2">
16420 <features>
16421 <column alignment="center" valignment="top" width="0pt">
16422 <column alignment="center" valignment="top" width="0pt">
16423 <row>
16424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16425 \begin_inset Text
16426
16427 \begin_layout Plain Layout
16428 Command
16429 \begin_inset Note Note
16430 status collapsed
16431
16432 \begin_layout Plain Layout
16433
16434 \series bold
16435
16436 \backslash
16437 raisebox
16438 \series default
16439  is only used as spacer.
16440 \end_layout
16441
16442 \end_inset
16443
16444
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453 Result
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 </row>
16459 <row>
16460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16461 \begin_inset Text
16462
16463 \begin_layout Plain Layout
16464 +
16465 \end_layout
16466
16467 \end_inset
16468 </cell>
16469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16470 \begin_inset Text
16471
16472 \begin_layout Plain Layout
16473 \begin_inset Formula $+$
16474 \end_inset
16475
16476
16477 \end_layout
16478
16479 \end_inset
16480 </cell>
16481 </row>
16482 <row>
16483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16484 \begin_inset Text
16485
16486 \begin_layout Plain Layout
16487 -
16488 \end_layout
16489
16490 \end_inset
16491 </cell>
16492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16493 \begin_inset Text
16494
16495 \begin_layout Plain Layout
16496 \begin_inset Formula $-$
16497 \end_inset
16498
16499
16500 \end_layout
16501
16502 \end_inset
16503 </cell>
16504 </row>
16505 <row>
16506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16507 \begin_inset Text
16508
16509 \begin_layout Plain Layout
16510
16511 \backslash
16512 pm
16513 \end_layout
16514
16515 \end_inset
16516 </cell>
16517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16518 \begin_inset Text
16519
16520 \begin_layout Plain Layout
16521 \begin_inset Formula $\pm$
16522 \end_inset
16523
16524
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 </row>
16530 <row>
16531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16532 \begin_inset Text
16533
16534 \begin_layout Plain Layout
16535
16536 \backslash
16537 mp
16538 \end_layout
16539
16540 \end_inset
16541 </cell>
16542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16543 \begin_inset Text
16544
16545 \begin_layout Plain Layout
16546 \begin_inset Formula $\mp$
16547 \end_inset
16548
16549
16550 \end_layout
16551
16552 \end_inset
16553 </cell>
16554 </row>
16555 <row>
16556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16557 \begin_inset Text
16558
16559 \begin_layout Plain Layout
16560
16561 \backslash
16562 cdot
16563 \end_layout
16564
16565 \end_inset
16566 </cell>
16567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16568 \begin_inset Text
16569
16570 \begin_layout Plain Layout
16571 \begin_inset Formula $\cdot$
16572 \end_inset
16573
16574
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 </row>
16580 <row>
16581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Plain Layout
16585
16586 \backslash
16587 times
16588 \end_layout
16589
16590 \end_inset
16591 </cell>
16592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16593 \begin_inset Text
16594
16595 \begin_layout Plain Layout
16596 \begin_inset Formula $\times$
16597 \end_inset
16598
16599
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 </row>
16605 <row>
16606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Plain Layout
16610
16611 \backslash
16612 div
16613 \end_layout
16614
16615 \end_inset
16616 </cell>
16617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16618 \begin_inset Text
16619
16620 \begin_layout Plain Layout
16621 \begin_inset Formula $\div$
16622 \end_inset
16623
16624
16625 \end_layout
16626
16627 \end_inset
16628 </cell>
16629 </row>
16630 <row>
16631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16632 \begin_inset Text
16633
16634 \begin_layout Plain Layout
16635 \begin_inset ERT
16636 status collapsed
16637
16638 \begin_layout Plain Layout
16639
16640
16641 \backslash
16642 raisebox{-1.2mm}{
16643 \end_layout
16644
16645 \end_inset
16646
16647 *
16648 \begin_inset ERT
16649 status collapsed
16650
16651 \begin_layout Plain Layout
16652
16653 }
16654 \end_layout
16655
16656 \end_inset
16657
16658
16659 \end_layout
16660
16661 \end_inset
16662 </cell>
16663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16664 \begin_inset Text
16665
16666 \begin_layout Plain Layout
16667 \begin_inset Formula $*$
16668 \end_inset
16669
16670
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 </row>
16676 <row>
16677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16678 \begin_inset Text
16679
16680 \begin_layout Plain Layout
16681
16682 \backslash
16683 star
16684 \end_layout
16685
16686 \end_inset
16687 </cell>
16688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16689 \begin_inset Text
16690
16691 \begin_layout Plain Layout
16692 \begin_inset Formula $\star$
16693 \end_inset
16694
16695
16696 \end_layout
16697
16698 \end_inset
16699 </cell>
16700 </row>
16701 <row>
16702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16703 \begin_inset Text
16704
16705 \begin_layout Plain Layout
16706
16707 \backslash
16708 circ
16709 \end_layout
16710
16711 \end_inset
16712 </cell>
16713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16714 \begin_inset Text
16715
16716 \begin_layout Plain Layout
16717 \begin_inset Formula $\circ$
16718 \end_inset
16719
16720
16721 \end_layout
16722
16723 \end_inset
16724 </cell>
16725 </row>
16726 <row>
16727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16728 \begin_inset Text
16729
16730 \begin_layout Plain Layout
16731
16732 \backslash
16733 diamond
16734 \end_layout
16735
16736 \end_inset
16737 </cell>
16738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16739 \begin_inset Text
16740
16741 \begin_layout Plain Layout
16742 \begin_inset Formula $\diamond$
16743 \end_inset
16744
16745
16746 \end_layout
16747
16748 \end_inset
16749 </cell>
16750 </row>
16751 <row>
16752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16753 \begin_inset Text
16754
16755 \begin_layout Plain Layout
16756
16757 \backslash
16758 bullet
16759 \end_layout
16760
16761 \end_inset
16762 </cell>
16763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16764 \begin_inset Text
16765
16766 \begin_layout Plain Layout
16767 \begin_inset Formula $\bullet$
16768 \end_inset
16769
16770
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 </row>
16776 </lyxtabular>
16777
16778 \end_inset
16779
16780
16781 \begin_inset space \hfill{}
16782 \end_inset
16783
16784
16785 \begin_inset Tabular
16786 <lyxtabular version="3" rows="13" columns="2">
16787 <features>
16788 <column alignment="center" valignment="top" width="0pt">
16789 <column alignment="center" valignment="top" width="0pt">
16790 <row>
16791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16792 \begin_inset Text
16793
16794 \begin_layout Plain Layout
16795 Command
16796 \end_layout
16797
16798 \end_inset
16799 </cell>
16800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16801 \begin_inset Text
16802
16803 \begin_layout Plain Layout
16804 Result
16805 \end_layout
16806
16807 \end_inset
16808 </cell>
16809 </row>
16810 <row>
16811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16812 \begin_inset Text
16813
16814 \begin_layout Plain Layout
16815
16816 \backslash
16817 nabla
16818 \end_layout
16819
16820 \end_inset
16821 </cell>
16822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16823 \begin_inset Text
16824
16825 \begin_layout Plain Layout
16826 \begin_inset Formula $\nabla$
16827 \end_inset
16828
16829
16830 \end_layout
16831
16832 \end_inset
16833 </cell>
16834 </row>
16835 <row>
16836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840
16841 \backslash
16842 bigtriangledown
16843 \end_layout
16844
16845 \end_inset
16846 </cell>
16847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16848 \begin_inset Text
16849
16850 \begin_layout Plain Layout
16851 \begin_inset Formula $\bigtriangledown$
16852 \end_inset
16853
16854
16855 \end_layout
16856
16857 \end_inset
16858 </cell>
16859 </row>
16860 <row>
16861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16862 \begin_inset Text
16863
16864 \begin_layout Plain Layout
16865
16866 \backslash
16867 bigtriangleup
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16873 \begin_inset Text
16874
16875 \begin_layout Plain Layout
16876 \begin_inset Formula $\bigtriangleup$
16877 \end_inset
16878
16879
16880 \end_layout
16881
16882 \end_inset
16883 </cell>
16884 </row>
16885 <row>
16886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Plain Layout
16890
16891 \backslash
16892 Box
16893 \end_layout
16894
16895 \end_inset
16896 </cell>
16897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Plain Layout
16901 \begin_inset Formula $\Box$
16902 \end_inset
16903
16904
16905 \end_layout
16906
16907 \end_inset
16908 </cell>
16909 </row>
16910 <row>
16911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Plain Layout
16915
16916 \backslash
16917 cap 
16918 \end_layout
16919
16920 \end_inset
16921 </cell>
16922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16923 \begin_inset Text
16924
16925 \begin_layout Plain Layout
16926 \begin_inset Formula $\cap$
16927 \end_inset
16928
16929
16930 \end_layout
16931
16932 \end_inset
16933 </cell>
16934 </row>
16935 <row>
16936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16937 \begin_inset Text
16938
16939 \begin_layout Plain Layout
16940
16941 \backslash
16942 cup
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Plain Layout
16951 \begin_inset Formula $\cup$
16952 \end_inset
16953
16954
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 </row>
16960 <row>
16961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Plain Layout
16965
16966 \backslash
16967 dagger
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16973 \begin_inset Text
16974
16975 \begin_layout Plain Layout
16976 \begin_inset Formula $\dagger$
16977 \end_inset
16978
16979
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 </row>
16985 <row>
16986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16987 \begin_inset Text
16988
16989 \begin_layout Plain Layout
16990
16991 \backslash
16992 ddagger
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Plain Layout
17001 \begin_inset Formula $\ddagger$
17002 \end_inset
17003
17004
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 </row>
17010 <row>
17011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17012 \begin_inset Text
17013
17014 \begin_layout Plain Layout
17015
17016 \backslash
17017 wr
17018 \end_layout
17019
17020 \end_inset
17021 </cell>
17022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17023 \begin_inset Text
17024
17025 \begin_layout Plain Layout
17026 \begin_inset Formula $\wr$
17027 \end_inset
17028
17029
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 </row>
17035 <row>
17036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17037 \begin_inset Text
17038
17039 \begin_layout Plain Layout
17040
17041 \backslash
17042 bigcirc
17043 \end_layout
17044
17045 \end_inset
17046 </cell>
17047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17048 \begin_inset Text
17049
17050 \begin_layout Plain Layout
17051 \begin_inset Formula $\bigcirc$
17052 \end_inset
17053
17054
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 </row>
17060 <row>
17061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17062 \begin_inset Text
17063
17064 \begin_layout Plain Layout
17065
17066 \backslash
17067 wedge
17068 \end_layout
17069
17070 \end_inset
17071 </cell>
17072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17073 \begin_inset Text
17074
17075 \begin_layout Plain Layout
17076 \begin_inset Formula $\wedge$
17077 \end_inset
17078
17079
17080 \end_layout
17081
17082 \end_inset
17083 </cell>
17084 </row>
17085 <row>
17086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17087 \begin_inset Text
17088
17089 \begin_layout Plain Layout
17090
17091 \backslash
17092 vee
17093 \end_layout
17094
17095 \end_inset
17096 </cell>
17097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17098 \begin_inset Text
17099
17100 \begin_layout Plain Layout
17101 \begin_inset Formula $\vee$
17102 \end_inset
17103
17104
17105 \end_layout
17106
17107 \end_inset
17108 </cell>
17109 </row>
17110 </lyxtabular>
17111
17112 \end_inset
17113
17114
17115 \begin_inset space \hfill{}
17116 \end_inset
17117
17118
17119 \begin_inset Tabular
17120 <lyxtabular version="3" rows="13" columns="2">
17121 <features>
17122 <column alignment="center" valignment="top" width="0pt">
17123 <column alignment="center" valignment="top" width="0pt">
17124 <row>
17125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Plain Layout
17129 Command
17130 \end_layout
17131
17132 \end_inset
17133 </cell>
17134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138 Result
17139 \end_layout
17140
17141 \end_inset
17142 </cell>
17143 </row>
17144 <row>
17145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17146 \begin_inset Text
17147
17148 \begin_layout Plain Layout
17149
17150 \backslash
17151 oplus
17152 \end_layout
17153
17154 \end_inset
17155 </cell>
17156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160 \begin_inset Formula $\oplus$
17161 \end_inset
17162
17163
17164 \end_layout
17165
17166 \end_inset
17167 </cell>
17168 </row>
17169 <row>
17170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17171 \begin_inset Text
17172
17173 \begin_layout Plain Layout
17174
17175 \backslash
17176 ominus
17177 \end_layout
17178
17179 \end_inset
17180 </cell>
17181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Plain Layout
17185 \begin_inset Formula $\ominus$
17186 \end_inset
17187
17188
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 </row>
17194 <row>
17195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17196 \begin_inset Text
17197
17198 \begin_layout Plain Layout
17199
17200 \backslash
17201 otimes
17202 \end_layout
17203
17204 \end_inset
17205 </cell>
17206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210 \begin_inset Formula $\otimes$
17211 \end_inset
17212
17213
17214 \end_layout
17215
17216 \end_inset
17217 </cell>
17218 </row>
17219 <row>
17220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17221 \begin_inset Text
17222
17223 \begin_layout Plain Layout
17224
17225 \backslash
17226 oslash
17227 \end_layout
17228
17229 \end_inset
17230 </cell>
17231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17232 \begin_inset Text
17233
17234 \begin_layout Plain Layout
17235 \begin_inset Formula $\oslash$
17236 \end_inset
17237
17238
17239 \end_layout
17240
17241 \end_inset
17242 </cell>
17243 </row>
17244 <row>
17245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17246 \begin_inset Text
17247
17248 \begin_layout Plain Layout
17249
17250 \backslash
17251 odot
17252 \end_layout
17253
17254 \end_inset
17255 </cell>
17256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17257 \begin_inset Text
17258
17259 \begin_layout Plain Layout
17260 \begin_inset Formula $\odot$
17261 \end_inset
17262
17263
17264 \end_layout
17265
17266 \end_inset
17267 </cell>
17268 </row>
17269 <row>
17270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17271 \begin_inset Text
17272
17273 \begin_layout Plain Layout
17274
17275 \backslash
17276 amalg
17277 \end_layout
17278
17279 \end_inset
17280 </cell>
17281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17282 \begin_inset Text
17283
17284 \begin_layout Plain Layout
17285 \begin_inset Formula $\amalg$
17286 \end_inset
17287
17288
17289 \end_layout
17290
17291 \end_inset
17292 </cell>
17293 </row>
17294 <row>
17295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17296 \begin_inset Text
17297
17298 \begin_layout Plain Layout
17299
17300 \backslash
17301 uplus
17302 \end_layout
17303
17304 \end_inset
17305 </cell>
17306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17307 \begin_inset Text
17308
17309 \begin_layout Plain Layout
17310 \begin_inset Formula $\uplus$
17311 \end_inset
17312
17313
17314 \end_layout
17315
17316 \end_inset
17317 </cell>
17318 </row>
17319 <row>
17320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17321 \begin_inset Text
17322
17323 \begin_layout Plain Layout
17324
17325 \backslash
17326 setminus
17327 \end_layout
17328
17329 \end_inset
17330 </cell>
17331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17332 \begin_inset Text
17333
17334 \begin_layout Plain Layout
17335 \begin_inset Formula $\setminus$
17336 \end_inset
17337
17338
17339 \end_layout
17340
17341 \end_inset
17342 </cell>
17343 </row>
17344 <row>
17345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17346 \begin_inset Text
17347
17348 \begin_layout Plain Layout
17349
17350 \backslash
17351 sqcap
17352 \end_layout
17353
17354 \end_inset
17355 </cell>
17356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17357 \begin_inset Text
17358
17359 \begin_layout Plain Layout
17360 \begin_inset Formula $\sqcap$
17361 \end_inset
17362
17363
17364 \end_layout
17365
17366 \end_inset
17367 </cell>
17368 </row>
17369 <row>
17370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17371 \begin_inset Text
17372
17373 \begin_layout Plain Layout
17374
17375 \backslash
17376 sqcup
17377 \end_layout
17378
17379 \end_inset
17380 </cell>
17381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17382 \begin_inset Text
17383
17384 \begin_layout Plain Layout
17385 \begin_inset Formula $\sqcup$
17386 \end_inset
17387
17388
17389 \end_layout
17390
17391 \end_inset
17392 </cell>
17393 </row>
17394 <row>
17395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17396 \begin_inset Text
17397
17398 \begin_layout Plain Layout
17399
17400 \backslash
17401 triangleleft
17402 \end_layout
17403
17404 \end_inset
17405 </cell>
17406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17407 \begin_inset Text
17408
17409 \begin_layout Plain Layout
17410 \begin_inset Formula $\triangleleft$
17411 \end_inset
17412
17413
17414 \end_layout
17415
17416 \end_inset
17417 </cell>
17418 </row>
17419 <row>
17420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17421 \begin_inset Text
17422
17423 \begin_layout Plain Layout
17424
17425 \backslash
17426 triangleright
17427 \end_layout
17428
17429 \end_inset
17430 </cell>
17431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17432 \begin_inset Text
17433
17434 \begin_layout Plain Layout
17435 \begin_inset Formula $\triangleright$
17436 \end_inset
17437
17438
17439 \end_layout
17440
17441 \end_inset
17442 </cell>
17443 </row>
17444 </lyxtabular>
17445
17446 \end_inset
17447
17448
17449 \begin_inset space \hfill{}
17450 \end_inset
17451
17452
17453 \end_layout
17454
17455 \begin_layout Standard
17456 All binary operators can also be inserted via the math toolbar button 
17457 \begin_inset Graphics
17458         filename ../images/math/pm.png
17459         scale 85
17460
17461 \end_inset
17462
17463 .
17464 \end_layout
17465
17466 \begin_layout Standard
17467 To typeset the Laplace operator also 
17468 \series bold
17469
17470 \backslash
17471 Delta
17472 \series default
17473  or 
17474 \series bold
17475
17476 \backslash
17477 nabla
17478 \series default
17479 ^
17480 \series bold
17481 2
17482 \series default
17483  (
17484 \begin_inset Formula $\nabla^{2}$
17485 \end_inset
17486
17487 ) can be used instead of 
17488 \series bold
17489
17490 \backslash
17491 bigtriangleup
17492 \series default
17493  .
17494 \end_layout
17495
17496 \begin_layout Standard
17497 The character 
17498 \family sans
17499 Menu Separator
17500 \family default
17501  from the menu 
17502 \family sans
17503 Insert\SpecialChar \menuseparator
17504 Special Character
17505 \family default
17506  is the operator 
17507 \series bold
17508
17509 \backslash
17510 triangleright
17511 \series default
17512 .
17513 \end_layout
17514
17515 \begin_layout Subsection
17516 Self-defined Operators
17517 \begin_inset CommandInset label
17518 LatexCommand label
17519 name "sub:Self-defined-Operators"
17520
17521 \end_inset
17522
17523
17524 \begin_inset Index
17525 status collapsed
17526
17527 \begin_layout Plain Layout
17528 Operators ! self-defined
17529 \end_layout
17530
17531 \end_inset
17532
17533
17534 \end_layout
17535
17536 \begin_layout Standard
17537 With the help of the command 
17538 \series bold
17539
17540 \backslash
17541 DeclareMathOperator
17542 \series default
17543
17544 \begin_inset Index
17545 status collapsed
17546
17547 \begin_layout Plain Layout
17548 Commands ! D ! 
17549 \backslash
17550 dbinom@
17551 \backslash
17552 DeclareMathOperator
17553 \end_layout
17554
17555 \end_inset
17556
17557  custom operators can be defined in the LaTeX-preamble.
17558  Its command scheme is:
17559 \end_layout
17560
17561 \begin_layout Standard
17562
17563 \series bold
17564
17565 \backslash
17566 DeclareMathOperator{new command}{display}
17567 \end_layout
17568
17569 \begin_layout Standard
17570 Display can be characters or symbols that define how the operator looks
17571  in the output.
17572  To define a big operator a * is set behind the command.
17573  All self-defined big operators can have limits as described in 
17574 \begin_inset CommandInset ref
17575 LatexCommand ref
17576 reference "sub:Operator-Limits"
17577
17578 \end_inset
17579
17580 .
17581 \end_layout
17582
17583 \begin_layout Standard
17584 For example the LaTeX-preamble line
17585 \end_layout
17586
17587 \begin_layout Standard
17588
17589 \series bold
17590
17591 \backslash
17592 DeclareMathOperator*{
17593 \backslash
17594 Lozenge}{
17595 \backslash
17596 blacklozenge}
17597 \end_layout
17598
17599 \begin_layout Standard
17600 defines the command 
17601 \series bold
17602
17603 \backslash
17604 Lozenge
17605 \series default
17606 , that inserts a big operator consisting of the lozenge symbol from 
17607 \begin_inset CommandInset ref
17608 LatexCommand ref
17609 reference "sub:Miscellaneous-Symbols"
17610
17611 \end_inset
17612
17613 :
17614 \begin_inset Formula \[
17615 \Lozenge_{n=1}^{\infty}\]
17616
17617 \end_inset
17618
17619 The command for this formula is: 
17620 \series bold
17621
17622 \backslash
17623 Lozenge
17624 \series default
17625 ^
17626 \series bold
17627
17628 \backslash
17629 infty
17630 \begin_inset Formula $\to$
17631 \end_inset
17632
17633 _n=1
17634 \end_layout
17635
17636 \begin_layout Standard
17637 \begin_inset VSpace bigskip
17638 \end_inset
17639
17640 When self-defined operators are not used several times in the document,
17641  they can also be defined with the commands 
17642 \series bold
17643
17644 \backslash
17645 mathop
17646 \series default
17647
17648 \begin_inset Index
17649 status collapsed
17650
17651 \begin_layout Plain Layout
17652 Commands ! M ! 
17653 \backslash
17654 mathop
17655 \end_layout
17656
17657 \end_inset
17658
17659  and 
17660 \series bold
17661
17662 \backslash
17663 mathbin
17664 \series default
17665
17666 \begin_inset Index
17667 status collapsed
17668
17669 \begin_layout Plain Layout
17670 Commands ! M ! 
17671 \backslash
17672 mathbin
17673 \end_layout
17674
17675 \end_inset
17676
17677 , which have the following scheme:
17678 \end_layout
17679
17680 \begin_layout Standard
17681
17682 \series bold
17683
17684 \backslash
17685 mathop{display}
17686 \series default
17687  and 
17688 \series bold
17689
17690 \backslash
17691 mathbin{display}
17692 \end_layout
17693
17694 \begin_layout Standard
17695
17696 \series bold
17697
17698 \backslash
17699 mathop
17700 \series default
17701  defines big operators, 
17702 \series bold
17703
17704 \backslash
17705 mathbin
17706 \series default
17707  binary operators.
17708 \end_layout
17709
17710 \begin_layout Standard
17711
17712 \series bold
17713
17714 \backslash
17715 mathop
17716 \series default
17717  can e.
17718 \begin_inset space \thinspace{}
17719 \end_inset
17720
17721 g.
17722 \begin_inset space \space{}
17723 \end_inset
17724
17725 be used to use one limit for several operators:
17726 \end_layout
17727
17728 \begin_layout Standard
17729 \begin_inset Formula \[
17730 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17731
17732 \end_inset
17733
17734
17735 \end_layout
17736
17737 \begin_layout Standard
17738 The command for the formula above is:
17739 \begin_inset Newline newline
17740 \end_inset
17741
17742
17743 \series bold
17744
17745 \backslash
17746 mathop{
17747 \backslash
17748 sum
17749 \backslash
17750 negmedspace
17751 \backslash
17752 sum
17753 \series default
17754
17755 \begin_inset ERT
17756 status collapsed
17757
17758 \begin_layout Plain Layout
17759
17760
17761 \backslash
17762 spce 
17763 \end_layout
17764
17765 \end_inset
17766
17767
17768 \series bold
17769
17770 \begin_inset Formula $\to$
17771 \end_inset
17772
17773 ^N
17774 \series default
17775
17776 \begin_inset ERT
17777 status collapsed
17778
17779 \begin_layout Plain Layout
17780
17781
17782 \backslash
17783 spce 
17784 \end_layout
17785
17786 \end_inset
17787
17788
17789 \series bold
17790 _i,j=1
17791 \end_layout
17792
17793 \begin_layout Section
17794 Fonts
17795 \begin_inset Index
17796 status collapsed
17797
17798 \begin_layout Plain Layout
17799 Fonts
17800 \end_layout
17801
17802 \end_inset
17803
17804
17805 \end_layout
17806
17807 \begin_layout Subsection
17808 Font Styles
17809 \begin_inset CommandInset label
17810 LatexCommand label
17811 name "sub:Font-Styles"
17812
17813 \end_inset
17814
17815
17816 \begin_inset Index
17817 status collapsed
17818
17819 \begin_layout Plain Layout
17820 Font ! style
17821 \end_layout
17822
17823 \end_inset
17824
17825
17826 \end_layout
17827
17828 \begin_layout Standard
17829 Latin letters in formulas can be set in one of the following font styles:
17830 \begin_inset VSpace -2mm
17831 \end_inset
17832
17833
17834 \end_layout
17835
17836 \begin_layout Standard
17837 \align center
17838 \begin_inset Tabular
17839 <lyxtabular version="3" rows="6" columns="3">
17840 <features>
17841 <column alignment="center" valignment="top" width="0">
17842 <column alignment="center" valignment="top" width="0">
17843 <column alignment="center" valignment="top" width="0">
17844 <row>
17845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17846 \begin_inset Text
17847
17848 \begin_layout Plain Layout
17849 Command
17850 \end_layout
17851
17852 \end_inset
17853 </cell>
17854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17855 \begin_inset Text
17856
17857 \begin_layout Plain Layout
17858 Result
17859 \end_layout
17860
17861 \end_inset
17862 </cell>
17863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17864 \begin_inset Text
17865
17866 \begin_layout Plain Layout
17867 shortcut
17868 \end_layout
17869
17870 \end_inset
17871 </cell>
17872 </row>
17873 <row>
17874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17875 \begin_inset Text
17876
17877 \begin_layout Plain Layout
17878
17879 \backslash
17880 mathbb
17881 \series bold
17882
17883 \begin_inset ERT
17884 status collapsed
17885
17886 \begin_layout Plain Layout
17887
17888
17889 \backslash
17890 spce 
17891 \end_layout
17892
17893 \end_inset
17894
17895
17896 \series default
17897 ABC
17898 \end_layout
17899
17900 \end_inset
17901 </cell>
17902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17903 \begin_inset Text
17904
17905 \begin_layout Plain Layout
17906 \begin_inset Formula $\mathbb{ABC}$
17907 \end_inset
17908
17909
17910 \end_layout
17911
17912 \end_inset
17913 </cell>
17914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17915 \begin_inset Text
17916
17917 \begin_layout Plain Layout
17918 \begin_inset Info
17919 type  "shortcut"
17920 arg   "font-noun"
17921 \end_inset
17922
17923
17924 \end_layout
17925
17926 \end_inset
17927 </cell>
17928 </row>
17929 <row>
17930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934
17935 \backslash
17936 mathbf
17937 \series bold
17938
17939 \begin_inset ERT
17940 status collapsed
17941
17942 \begin_layout Plain Layout
17943
17944
17945 \backslash
17946 spce 
17947 \end_layout
17948
17949 \end_inset
17950
17951
17952 \series default
17953 AbC
17954 \end_layout
17955
17956 \end_inset
17957 </cell>
17958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17959 \begin_inset Text
17960
17961 \begin_layout Plain Layout
17962 \begin_inset Formula $\mathbf{AbC}$
17963 \end_inset
17964
17965
17966 \end_layout
17967
17968 \end_inset
17969 </cell>
17970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974 \begin_inset Info
17975 type  "shortcut"
17976 arg   "font-bold"
17977 \end_inset
17978
17979
17980 \end_layout
17981
17982 \end_inset
17983 </cell>
17984 </row>
17985 <row>
17986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17987 \begin_inset Text
17988
17989 \begin_layout Plain Layout
17990
17991 \backslash
17992 boldsymbol
17993 \series bold
17994
17995 \begin_inset ERT
17996 status collapsed
17997
17998 \begin_layout Plain Layout
17999
18000
18001 \backslash
18002 spce 
18003 \end_layout
18004
18005 \end_inset
18006
18007
18008 \series default
18009 AbC
18010 \end_layout
18011
18012 \end_inset
18013 </cell>
18014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18015 \begin_inset Text
18016
18017 \begin_layout Plain Layout
18018 \begin_inset Formula $\boldsymbol{AbC}$
18019 \end_inset
18020
18021
18022 \end_layout
18023
18024 \end_inset
18025 </cell>
18026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18027 \begin_inset Text
18028
18029 \begin_layout Plain Layout
18030 \begin_inset Info
18031 type  "shortcuts"
18032 arg   "font-boldsymbol"
18033 \end_inset
18034
18035
18036 \end_layout
18037
18038 \end_inset
18039 </cell>
18040 </row>
18041 <row>
18042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18043 \begin_inset Text
18044
18045 \begin_layout Plain Layout
18046
18047 \backslash
18048 mathcal
18049 \series bold
18050
18051 \begin_inset ERT
18052 status collapsed
18053
18054 \begin_layout Plain Layout
18055
18056
18057 \backslash
18058 spce 
18059 \end_layout
18060
18061 \end_inset
18062
18063
18064 \series default
18065 ABC
18066 \end_layout
18067
18068 \end_inset
18069 </cell>
18070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18071 \begin_inset Text
18072
18073 \begin_layout Plain Layout
18074 \begin_inset Formula $\mathcal{ABC}$
18075 \end_inset
18076
18077
18078 \end_layout
18079
18080 \end_inset
18081 </cell>
18082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18083 \begin_inset Text
18084
18085 \begin_layout Plain Layout
18086 \begin_inset Info
18087 type  "shortcut"
18088 arg   "font-emph"
18089 \end_inset
18090
18091
18092 \end_layout
18093
18094 \end_inset
18095 </cell>
18096 </row>
18097 <row>
18098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18099 \begin_inset Text
18100
18101 \begin_layout Plain Layout
18102
18103 \backslash
18104 mathfrak
18105 \series bold
18106
18107 \begin_inset ERT
18108 status collapsed
18109
18110 \begin_layout Plain Layout
18111
18112
18113 \backslash
18114 spce 
18115 \end_layout
18116
18117 \end_inset
18118
18119
18120 \series default
18121 AbC
18122 \end_layout
18123
18124 \end_inset
18125 </cell>
18126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18127 \begin_inset Text
18128
18129 \begin_layout Plain Layout
18130 \begin_inset Formula $\mathfrak{AbC}$
18131 \end_inset
18132
18133
18134 \end_layout
18135
18136 \end_inset
18137 </cell>
18138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142 -
18143 \end_layout
18144
18145 \end_inset
18146 </cell>
18147 </row>
18148 </lyxtabular>
18149
18150 \end_inset
18151
18152
18153 \end_layout
18154
18155 \begin_layout Standard
18156 \align center
18157 \begin_inset Tabular
18158 <lyxtabular version="3" rows="5" columns="3">
18159 <features>
18160 <column alignment="center" valignment="top" width="0">
18161 <column alignment="center" valignment="top" width="0">
18162 <column alignment="center" valignment="top" width="0">
18163 <row>
18164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18165 \begin_inset Text
18166
18167 \begin_layout Plain Layout
18168 Command
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18174 \begin_inset Text
18175
18176 \begin_layout Plain Layout
18177 Result
18178 \end_layout
18179
18180 \end_inset
18181 </cell>
18182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18183 \begin_inset Text
18184
18185 \begin_layout Plain Layout
18186 shortcut
18187 \end_layout
18188
18189 \end_inset
18190 </cell>
18191 </row>
18192 <row>
18193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18194 \begin_inset Text
18195
18196 \begin_layout Plain Layout
18197
18198 \backslash
18199 mathit
18200 \series bold
18201
18202 \begin_inset ERT
18203 status collapsed
18204
18205 \begin_layout Plain Layout
18206
18207
18208 \backslash
18209 spce 
18210 \end_layout
18211
18212 \end_inset
18213
18214
18215 \series default
18216 AbC
18217 \end_layout
18218
18219 \end_inset
18220 </cell>
18221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18222 \begin_inset Text
18223
18224 \begin_layout Plain Layout
18225 \begin_inset Formula $\mathit{AbC}$
18226 \end_inset
18227
18228
18229 \end_layout
18230
18231 \end_inset
18232 </cell>
18233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18234 \begin_inset Text
18235
18236 \begin_layout Plain Layout
18237 -
18238 \end_layout
18239
18240 \end_inset
18241 </cell>
18242 </row>
18243 <row>
18244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18245 \begin_inset Text
18246
18247 \begin_layout Plain Layout
18248
18249 \backslash
18250 mathrm
18251 \series bold
18252
18253 \begin_inset ERT
18254 status collapsed
18255
18256 \begin_layout Plain Layout
18257
18258
18259 \backslash
18260 spce 
18261 \end_layout
18262
18263 \end_inset
18264
18265
18266 \series default
18267 AbC
18268 \end_layout
18269
18270 \end_inset
18271 </cell>
18272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18273 \begin_inset Text
18274
18275 \begin_layout Plain Layout
18276 \begin_inset Formula $\mathrm{AbC}$
18277 \end_inset
18278
18279
18280 \end_layout
18281
18282 \end_inset
18283 </cell>
18284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18285 \begin_inset Text
18286
18287 \begin_layout Plain Layout
18288 \begin_inset Info
18289 type  "shortcut"
18290 arg   "font-roman"
18291 \end_inset
18292
18293
18294 \end_layout
18295
18296 \end_inset
18297 </cell>
18298 </row>
18299 <row>
18300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18301 \begin_inset Text
18302
18303 \begin_layout Plain Layout
18304
18305 \backslash
18306 mathsf
18307 \series bold
18308
18309 \begin_inset ERT
18310 status collapsed
18311
18312 \begin_layout Plain Layout
18313
18314
18315 \backslash
18316 spce 
18317 \end_layout
18318
18319 \end_inset
18320
18321
18322 \series default
18323 AbC
18324 \end_layout
18325
18326 \end_inset
18327 </cell>
18328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18329 \begin_inset Text
18330
18331 \begin_layout Plain Layout
18332 \begin_inset Formula $\mathsf{AbC}$
18333 \end_inset
18334
18335
18336 \end_layout
18337
18338 \end_inset
18339 </cell>
18340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18341 \begin_inset Text
18342
18343 \begin_layout Plain Layout
18344 \begin_inset Info
18345 type  "shortcut"
18346 arg   "font-sans"
18347 \end_inset
18348
18349
18350 \end_layout
18351
18352 \end_inset
18353 </cell>
18354 </row>
18355 <row>
18356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18357 \begin_inset Text
18358
18359 \begin_layout Plain Layout
18360
18361 \backslash
18362 mathtt
18363 \series bold
18364
18365 \begin_inset ERT
18366 status collapsed
18367
18368 \begin_layout Plain Layout
18369
18370
18371 \backslash
18372 spce 
18373 \end_layout
18374
18375 \end_inset
18376
18377
18378 \series default
18379 AbC
18380 \end_layout
18381
18382 \end_inset
18383 </cell>
18384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18385 \begin_inset Text
18386
18387 \begin_layout Plain Layout
18388 \begin_inset Formula $\mathtt{AbC}$
18389 \end_inset
18390
18391
18392 \end_layout
18393
18394 \end_inset
18395 </cell>
18396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18397 \begin_inset Text
18398
18399 \begin_layout Plain Layout
18400 \begin_inset Info
18401 type  "shortcut"
18402 arg   "font-typewriter"
18403 \end_inset
18404
18405
18406 \end_layout
18407
18408 \end_inset
18409 </cell>
18410 </row>
18411 </lyxtabular>
18412
18413 \end_inset
18414
18415
18416 \end_layout
18417
18418 \begin_layout Standard
18419 \begin_inset Note Greyedout
18420 status open
18421
18422 \begin_layout Plain Layout
18423
18424 \series bold
18425 Note:
18426 \series default
18427  The styles 
18428 \series bold
18429
18430 \backslash
18431 mathbb
18432 \series default
18433  and 
18434 \series bold
18435
18436 \backslash
18437 mathcal
18438 \series default
18439  can only be used for big letters.
18440 \end_layout
18441
18442 \end_inset
18443
18444
18445 \end_layout
18446
18447 \begin_layout Standard
18448 Predefined is the style 
18449 \series bold
18450
18451 \backslash
18452 mathnormal
18453 \series default
18454 .
18455 \end_layout
18456
18457 \begin_layout Standard
18458 The style commands work also for letters in mathematical constructs:
18459 \begin_inset Formula \[
18460 \mathfrak{A=\frac{b}{C}}\]
18461
18462 \end_inset
18463
18464
18465 \end_layout
18466
18467 \begin_layout Standard
18468 Characters in mathematical text don't appear in a math font style but in
18469  the text font style 
18470 \series bold
18471
18472 \backslash
18473 textrm
18474 \series default
18475 .
18476  That their style can't be set correctly via the text style dialog is a
18477  bug in LyX.
18478 \begin_inset Foot
18479 status collapsed
18480
18481 \begin_layout Plain Layout
18482 \begin_inset CommandInset href
18483 LatexCommand href
18484 name "LyX-bug #4091"
18485 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18486
18487 \end_inset
18488
18489
18490 \end_layout
18491
18492 \end_inset
18493
18494
18495 \end_layout
18496
18497 \begin_layout Standard
18498 Instead of the style commands the dialog 
18499 \family sans
18500 Edit\SpecialChar \menuseparator
18501 Math\SpecialChar \menuseparator
18502 Text Style
18503 \family default
18504  or the toolbar button 
18505 \begin_inset Graphics
18506         filename ../images/math/font.png
18507         scale 85
18508
18509 \end_inset
18510
18511  can be used.
18512 \end_layout
18513
18514 \begin_layout Subsection
18515 Bold Formulas
18516 \begin_inset CommandInset label
18517 LatexCommand label
18518 name "sub:Bold-Formulas"
18519
18520 \end_inset
18521
18522
18523 \begin_inset Index
18524 status collapsed
18525
18526 \begin_layout Plain Layout
18527 Formula ! bold
18528 \end_layout
18529
18530 \end_inset
18531
18532
18533 \end_layout
18534
18535 \begin_layout Standard
18536 To make a complete formula bold, the command 
18537 \series bold
18538
18539 \backslash
18540 mathbf
18541 \series default
18542  from the previous subsection cannot be used, because it doesn't work for
18543  small Greek letters.
18544  Furthermore it prints Latin letters always upright, like in the following
18545  equation:
18546 \end_layout
18547
18548 \begin_layout Standard
18549 \begin_inset Formula \[
18550 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
18551
18552 \end_inset
18553
18554
18555 \end_layout
18556
18557 \begin_layout Standard
18558 To display the formula correctly, the command 
18559 \series bold
18560
18561 \backslash
18562 boldsymbol
18563 \series default
18564  is used:
18565 \begin_inset Formula \[
18566 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
18567
18568 \end_inset
18569
18570 It is also possible to set the formula in a 
18571 \series bold
18572 boldmath environment
18573 \series default
18574 .
18575  This environment is created by inserting the command 
18576 \series bold
18577
18578 \backslash
18579 boldmath
18580 \begin_inset Index
18581 status collapsed
18582
18583 \begin_layout Plain Layout
18584 Commands ! B ! 
18585 \backslash
18586 boldmath
18587 \end_layout
18588
18589 \end_inset
18590
18591
18592 \series default
18593  in TeX-mode.
18594  To end the environment, the command 
18595 \series bold
18596
18597 \backslash
18598 unboldmath
18599 \begin_inset Index
18600 status collapsed
18601
18602 \begin_layout Plain Layout
18603 Commands ! U ! 
18604 \backslash
18605 unboldmath
18606 \end_layout
18607
18608 \end_inset
18609
18610
18611 \series default
18612  is inserted in TeX-mode.
18613 \begin_inset ERT
18614 status collapsed
18615
18616 \begin_layout Plain Layout
18617
18618
18619 \backslash
18620 boldmath 
18621 \end_layout
18622
18623 \end_inset
18624
18625
18626 \begin_inset Formula \[
18627 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18628
18629 \end_inset
18630
18631
18632 \begin_inset ERT
18633 status collapsed
18634
18635 \begin_layout Plain Layout
18636
18637
18638 \backslash
18639 unboldmath 
18640 \end_layout
18641
18642 \end_inset
18643
18644
18645 \end_layout
18646
18647 \begin_layout Subsection
18648 Colored Formulas
18649 \begin_inset Index
18650 status collapsed
18651
18652 \begin_layout Plain Layout
18653 Formula ! colored
18654 \end_layout
18655
18656 \end_inset
18657
18658
18659 \end_layout
18660
18661 \begin_layout Standard
18662 Formulas can be colored like normal text: Highlight a formula or a formula
18663  part and use the 
18664 \family sans
18665 Text Style
18666 \family default
18667  dialog.
18668  Here is a formula in magenta:
18669 \begin_inset Formula \[
18670 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18671
18672 \end_inset
18673
18674
18675 \end_layout
18676
18677 \begin_layout Standard
18678 You can also define your own colors as described in 
18679 \begin_inset CommandInset ref
18680 LatexCommand ref
18681 reference "sub:Colored-Boxes"
18682
18683 \end_inset
18684
18685 .
18686  They can be used with the TeX code command 
18687 \series bold
18688
18689 \backslash
18690 textcolor
18691 \series default
18692
18693 \begin_inset Index
18694 status collapsed
18695
18696 \begin_layout Plain Layout
18697 Commands ! T ! 
18698 \backslash
18699 textcolor
18700 \end_layout
18701
18702 \end_inset
18703
18704  in the scheme
18705 \end_layout
18706
18707 \begin_layout Standard
18708
18709 \series bold
18710
18711 \backslash
18712 textcolor{color}{characters or formula}
18713 \end_layout
18714
18715 \begin_layout Standard
18716 The following example was colored completely dark green and partly red:
18717 \end_layout
18718
18719 \begin_layout Standard
18720 \begin_inset ERT
18721 status collapsed
18722
18723 \begin_layout Plain Layout
18724
18725
18726 \backslash
18727 textcolor{darkgreen}{
18728 \end_layout
18729
18730 \end_inset
18731
18732
18733 \begin_inset Formula \[
18734 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18735
18736 \end_inset
18737
18738
18739 \begin_inset ERT
18740 status collapsed
18741
18742 \begin_layout Plain Layout
18743
18744 }
18745 \end_layout
18746
18747 \end_inset
18748
18749
18750 \end_layout
18751
18752 \begin_layout Standard
18753 Due to a bug in LyX only complete formulas can be colored with self-defined
18754  colors.
18755 \begin_inset Foot
18756 status collapsed
18757
18758 \begin_layout Plain Layout
18759 \begin_inset CommandInset href
18760 LatexCommand href
18761 name "LyX-bug #5269"
18762 target "http://bugzilla.lyx.org/show_bug.cgi?id=5269"
18763
18764 \end_inset
18765
18766
18767 \end_layout
18768
18769 \end_inset
18770
18771
18772 \end_layout
18773
18774 \begin_layout Subsection
18775 Font Sizes
18776 \begin_inset CommandInset label
18777 LatexCommand label
18778 name "sub:Font-Sizes"
18779
18780 \end_inset
18781
18782
18783 \begin_inset Index
18784 status collapsed
18785
18786 \begin_layout Plain Layout
18787 Font ! size
18788 \end_layout
18789
18790 \end_inset
18791
18792
18793 \end_layout
18794
18795 \begin_layout Standard
18796 For characters in formulas there are, analog to characters in text, the
18797  following size commands:
18798 \end_layout
18799
18800 \begin_layout Standard
18801
18802 \series bold
18803
18804 \backslash
18805 Huge
18806 \series default
18807
18808 \series bold
18809
18810 \backslash
18811 huge
18812 \series default
18813
18814 \series bold
18815
18816 \backslash
18817 LARGE
18818 \series default
18819
18820 \series bold
18821
18822 \backslash
18823 Large
18824 \series default
18825
18826 \series bold
18827
18828 \backslash
18829 large
18830 \series default
18831
18832 \series bold
18833
18834 \backslash
18835 normalsize
18836 \series default
18837
18838 \series bold
18839
18840 \backslash
18841 small
18842 \series default
18843 ,
18844 \begin_inset Newline newline
18845 \end_inset
18846
18847
18848 \series bold
18849
18850 \backslash
18851 footnotesize
18852 \series default
18853
18854 \series bold
18855
18856 \backslash
18857 scriptsize
18858 \series default
18859 , and 
18860 \series bold
18861
18862 \backslash
18863 tiny
18864 \end_layout
18865
18866 \begin_layout Standard
18867 The size produced by the commands depends on the document font size, that
18868  corresponds with the command 
18869 \series bold
18870
18871 \backslash
18872 normalsize
18873 \series default
18874 .
18875  The other commands produce smaller or larger sizes than 
18876 \series bold
18877
18878 \backslash
18879 normalsize
18880 \series default
18881 .
18882  The font size can however not exceed a certain value.
18883  Is for example the document font size 12
18884 \begin_inset space \thinspace{}
18885 \end_inset
18886
18887 pt, the command 
18888 \series bold
18889
18890 \backslash
18891 Huge
18892 \series default
18893  switches to the same size as 
18894 \series bold
18895
18896 \backslash
18897 huge
18898 \series default
18899 .
18900  
18901 \end_layout
18902
18903 \begin_layout Standard
18904 A size command is inserted in TeX-mode before the formula and sets the size
18905  for all following formula and text characters.
18906  To switch back to the initial size, the command 
18907 \series bold
18908
18909 \backslash
18910 normalsize
18911 \series default
18912  is inserted behind the formula in TeX-mode.
18913 \end_layout
18914
18915 \begin_layout Standard
18916 Within a formula the size can only be changed for symbols or letters in
18917  mathematical text.
18918  To do this, the size command is inserted in mathematical text.
18919  All following characters until the end of the mathematical text or until
18920  another size command will have the selected size.
18921  Two examples:
18922 \begin_inset VSpace -2mm
18923 \end_inset
18924
18925
18926 \end_layout
18927
18928 \begin_layout Standard
18929 \begin_inset ERT
18930 status collapsed
18931
18932 \begin_layout Plain Layout
18933
18934
18935 \backslash
18936 huge 
18937 \end_layout
18938
18939 \end_inset
18940
18941
18942 \begin_inset Formula \[
18943 A=\frac{B}{c}\cdot\maltese\]
18944
18945 \end_inset
18946
18947
18948 \begin_inset Formula \[
18949 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18950
18951 \end_inset
18952
18953
18954 \begin_inset ERT
18955 status collapsed
18956
18957 \begin_layout Plain Layout
18958
18959
18960 \backslash
18961 normalsize 
18962 \end_layout
18963
18964 \end_inset
18965
18966
18967 \end_layout
18968
18969 \begin_layout Standard
18970 \begin_inset VSpace medskip
18971 \end_inset
18972
18973 Before both formulas the command 
18974 \series bold
18975
18976 \backslash
18977 huge
18978 \series default
18979  was inserted.
18980  The command for the second formula is:
18981 \begin_inset Newline newline
18982 \end_inset
18983
18984
18985 \series bold
18986
18987 \backslash
18988 maltese
18989 \begin_inset ERT
18990 status collapsed
18991
18992 \begin_layout Plain Layout
18993
18994
18995 \backslash
18996 spce 
18997 \end_layout
18998
18999 \end_inset
19000
19001 A Alt+M M 
19002 \backslash
19003 Large
19004 \begin_inset ERT
19005 status collapsed
19006
19007 \begin_layout Plain Layout
19008
19009
19010 \backslash
19011 spce 
19012 \end_layout
19013
19014 \end_inset
19015
19016
19017 \backslash
19018 maltese
19019 \begin_inset ERT
19020 status collapsed
19021
19022 \begin_layout Plain Layout
19023
19024
19025 \backslash
19026 spce 
19027 \end_layout
19028
19029 \end_inset
19030
19031
19032 \backslash
19033 textit
19034 \begin_inset ERT
19035 status collapsed
19036
19037 \begin_layout Plain Layout
19038
19039
19040 \backslash
19041 spce 
19042 \end_layout
19043
19044 \end_inset
19045
19046 A
19047 \begin_inset Formula $\to$
19048 \end_inset
19049
19050
19051 \begin_inset Formula $\to$
19052 \end_inset
19053
19054
19055 \begin_inset Newline newline
19056 \end_inset
19057
19058
19059 \begin_inset space \hspace*{}
19060 \length 1cm
19061 \end_inset
19062
19063 Alt+M
19064 \series default
19065  
19066 \series bold
19067
19068 \backslash
19069 tiny
19070 \begin_inset ERT
19071 status collapsed
19072
19073 \begin_layout Plain Layout
19074
19075
19076 \backslash
19077 spce 
19078 \end_layout
19079
19080 \end_inset
19081
19082
19083 \backslash
19084 maltese
19085 \begin_inset ERT
19086 status collapsed
19087
19088 \begin_layout Plain Layout
19089
19090
19091 \backslash
19092 spce 
19093 \end_layout
19094
19095 \end_inset
19096
19097
19098 \backslash
19099 textit
19100 \begin_inset ERT
19101 status collapsed
19102
19103 \begin_layout Plain Layout
19104
19105
19106 \backslash
19107 spce 
19108 \end_layout
19109
19110 \end_inset
19111
19112 A
19113 \end_layout
19114
19115 \begin_layout Standard
19116 If a symbol cannot be displayed in different sizes, it will always be displayed
19117  in the default size.
19118 \end_layout
19119
19120 \begin_layout Section
19121 Greek Letters
19122 \begin_inset Index
19123 status collapsed
19124
19125 \begin_layout Plain Layout
19126 Greek letters
19127 \end_layout
19128
19129 \end_inset
19130
19131
19132 \end_layout
19133
19134 \begin_layout Standard
19135 All Greek letters can also be inserted via the toolbar button 
19136 \begin_inset Graphics
19137         filename ../images/math/alpha.png
19138         scale 85
19139
19140 \end_inset
19141
19142 .
19143 \end_layout
19144
19145 \begin_layout Subsection
19146 Small Letters
19147 \begin_inset Index
19148 status collapsed
19149
19150 \begin_layout Plain Layout
19151 Greek letters ! small
19152 \end_layout
19153
19154 \end_inset
19155
19156
19157 \end_layout
19158
19159 \begin_layout Standard
19160 \begin_inset space \hfill{}
19161 \end_inset
19162
19163
19164 \begin_inset Tabular
19165 <lyxtabular version="3" rows="11" columns="2">
19166 <features>
19167 <column alignment="center" valignment="top" width="0pt">
19168 <column alignment="center" valignment="top" width="0pt">
19169 <row>
19170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174 Command
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183 Result
19184 \end_layout
19185
19186 \end_inset
19187 </cell>
19188 </row>
19189 <row>
19190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19191 \begin_inset Text
19192
19193 \begin_layout Plain Layout
19194
19195 \backslash
19196 alpha
19197 \end_layout
19198
19199 \end_inset
19200 </cell>
19201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19202 \begin_inset Text
19203
19204 \begin_layout Plain Layout
19205 \begin_inset Formula $\alpha$
19206 \end_inset
19207
19208
19209 \end_layout
19210
19211 \end_inset
19212 </cell>
19213 </row>
19214 <row>
19215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19216 \begin_inset Text
19217
19218 \begin_layout Plain Layout
19219
19220 \backslash
19221 beta
19222 \end_layout
19223
19224 \end_inset
19225 </cell>
19226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19227 \begin_inset Text
19228
19229 \begin_layout Plain Layout
19230 \begin_inset Formula $\beta$
19231 \end_inset
19232
19233
19234 \end_layout
19235
19236 \end_inset
19237 </cell>
19238 </row>
19239 <row>
19240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19241 \begin_inset Text
19242
19243 \begin_layout Plain Layout
19244
19245 \backslash
19246 gamma
19247 \end_layout
19248
19249 \end_inset
19250 </cell>
19251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19252 \begin_inset Text
19253
19254 \begin_layout Plain Layout
19255 \begin_inset Formula $\gamma$
19256 \end_inset
19257
19258
19259 \end_layout
19260
19261 \end_inset
19262 </cell>
19263 </row>
19264 <row>
19265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19266 \begin_inset Text
19267
19268 \begin_layout Plain Layout
19269
19270 \backslash
19271 delta
19272 \end_layout
19273
19274 \end_inset
19275 </cell>
19276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19277 \begin_inset Text
19278
19279 \begin_layout Plain Layout
19280 \begin_inset Formula $\delta$
19281 \end_inset
19282
19283
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 </row>
19289 <row>
19290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19291 \begin_inset Text
19292
19293 \begin_layout Plain Layout
19294
19295 \backslash
19296 epsilon
19297 \end_layout
19298
19299 \end_inset
19300 </cell>
19301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19302 \begin_inset Text
19303
19304 \begin_layout Plain Layout
19305 \begin_inset Formula $\epsilon$
19306 \end_inset
19307
19308
19309 \end_layout
19310
19311 \end_inset
19312 </cell>
19313 </row>
19314 <row>
19315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319
19320 \backslash
19321 varepsilon
19322 \end_layout
19323
19324 \end_inset
19325 </cell>
19326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Plain Layout
19330 \begin_inset Formula $\varepsilon$
19331 \end_inset
19332
19333
19334 \end_layout
19335
19336 \end_inset
19337 </cell>
19338 </row>
19339 <row>
19340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19341 \begin_inset Text
19342
19343 \begin_layout Plain Layout
19344
19345 \backslash
19346 zeta
19347 \end_layout
19348
19349 \end_inset
19350 </cell>
19351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Plain Layout
19355 \begin_inset Formula $\zeta$
19356 \end_inset
19357
19358
19359 \end_layout
19360
19361 \end_inset
19362 </cell>
19363 </row>
19364 <row>
19365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19366 \begin_inset Text
19367
19368 \begin_layout Plain Layout
19369
19370 \backslash
19371 eta
19372 \end_layout
19373
19374 \end_inset
19375 </cell>
19376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19377 \begin_inset Text
19378
19379 \begin_layout Plain Layout
19380 \begin_inset Formula $\eta$
19381 \end_inset
19382
19383
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 </row>
19389 <row>
19390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394
19395 \backslash
19396 theta
19397 \end_layout
19398
19399 \end_inset
19400 </cell>
19401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19402 \begin_inset Text
19403
19404 \begin_layout Plain Layout
19405 \begin_inset Formula $\theta$
19406 \end_inset
19407
19408
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 </row>
19414 <row>
19415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19416 \begin_inset Text
19417
19418 \begin_layout Plain Layout
19419
19420 \backslash
19421 vartheta
19422 \end_layout
19423
19424 \end_inset
19425 </cell>
19426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19427 \begin_inset Text
19428
19429 \begin_layout Plain Layout
19430 \begin_inset Formula $\vartheta$
19431 \end_inset
19432
19433
19434 \end_layout
19435
19436 \end_inset
19437 </cell>
19438 </row>
19439 </lyxtabular>
19440
19441 \end_inset
19442
19443
19444 \begin_inset space \hfill{}
19445 \end_inset
19446
19447
19448 \begin_inset Tabular
19449 <lyxtabular version="3" rows="12" columns="2">
19450 <features>
19451 <column alignment="center" valignment="top" width="0pt">
19452 <column alignment="center" valignment="top" width="0pt">
19453 <row>
19454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19455 \begin_inset Text
19456
19457 \begin_layout Plain Layout
19458 Command
19459 \end_layout
19460
19461 \end_inset
19462 </cell>
19463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19464 \begin_inset Text
19465
19466 \begin_layout Plain Layout
19467 Result
19468 \end_layout
19469
19470 \end_inset
19471 </cell>
19472 </row>
19473 <row>
19474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19475 \begin_inset Text
19476
19477 \begin_layout Plain Layout
19478
19479 \backslash
19480 iota
19481 \end_layout
19482
19483 \end_inset
19484 </cell>
19485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19486 \begin_inset Text
19487
19488 \begin_layout Plain Layout
19489 \begin_inset Formula $\iota$
19490 \end_inset
19491
19492
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 </row>
19498 <row>
19499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19500 \begin_inset Text
19501
19502 \begin_layout Plain Layout
19503
19504 \backslash
19505 kappa
19506 \end_layout
19507
19508 \end_inset
19509 </cell>
19510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19511 \begin_inset Text
19512
19513 \begin_layout Plain Layout
19514 \begin_inset Formula $\kappa$
19515 \end_inset
19516
19517
19518 \end_layout
19519
19520 \end_inset
19521 </cell>
19522 </row>
19523 <row>
19524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19525 \begin_inset Text
19526
19527 \begin_layout Plain Layout
19528
19529 \backslash
19530 varkappa
19531 \end_layout
19532
19533 \end_inset
19534 </cell>
19535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19536 \begin_inset Text
19537
19538 \begin_layout Plain Layout
19539 \begin_inset Formula $\varkappa$
19540 \end_inset
19541
19542
19543 \end_layout
19544
19545 \end_inset
19546 </cell>
19547 </row>
19548 <row>
19549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19550 \begin_inset Text
19551
19552 \begin_layout Plain Layout
19553
19554 \backslash
19555 lambda
19556 \end_layout
19557
19558 \end_inset
19559 </cell>
19560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19561 \begin_inset Text
19562
19563 \begin_layout Plain Layout
19564 \begin_inset Formula $\lambda$
19565 \end_inset
19566
19567
19568 \end_layout
19569
19570 \end_inset
19571 </cell>
19572 </row>
19573 <row>
19574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578
19579 \backslash
19580 mu
19581 \end_layout
19582
19583 \end_inset
19584 </cell>
19585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19586 \begin_inset Text
19587
19588 \begin_layout Plain Layout
19589 \begin_inset Formula $\mu$
19590 \end_inset
19591
19592
19593 \end_layout
19594
19595 \end_inset
19596 </cell>
19597 </row>
19598 <row>
19599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19600 \begin_inset Text
19601
19602 \begin_layout Plain Layout
19603
19604 \backslash
19605 nu
19606 \end_layout
19607
19608 \end_inset
19609 </cell>
19610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614 \begin_inset Formula $\nu$
19615 \end_inset
19616
19617
19618 \end_layout
19619
19620 \end_inset
19621 </cell>
19622 </row>
19623 <row>
19624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19625 \begin_inset Text
19626
19627 \begin_layout Plain Layout
19628
19629 \backslash
19630 xi
19631 \end_layout
19632
19633 \end_inset
19634 </cell>
19635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19636 \begin_inset Text
19637
19638 \begin_layout Plain Layout
19639 \begin_inset Formula $\xi$
19640 \end_inset
19641
19642
19643 \end_layout
19644
19645 \end_inset
19646 </cell>
19647 </row>
19648 <row>
19649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19650 \begin_inset Text
19651
19652 \begin_layout Plain Layout
19653 o
19654 \end_layout
19655
19656 \end_inset
19657 </cell>
19658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19659 \begin_inset Text
19660
19661 \begin_layout Plain Layout
19662 \begin_inset Formula $o$
19663 \end_inset
19664
19665
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 </row>
19671 <row>
19672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19673 \begin_inset Text
19674
19675 \begin_layout Plain Layout
19676
19677 \backslash
19678 pi
19679 \end_layout
19680
19681 \end_inset
19682 </cell>
19683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19684 \begin_inset Text
19685
19686 \begin_layout Plain Layout
19687 \begin_inset Formula $\pi$
19688 \end_inset
19689
19690
19691 \end_layout
19692
19693 \end_inset
19694 </cell>
19695 </row>
19696 <row>
19697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19698 \begin_inset Text
19699
19700 \begin_layout Plain Layout
19701
19702 \backslash
19703 varpi
19704 \end_layout
19705
19706 \end_inset
19707 </cell>
19708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19709 \begin_inset Text
19710
19711 \begin_layout Plain Layout
19712 \begin_inset Formula $\varpi$
19713 \end_inset
19714
19715
19716 \end_layout
19717
19718 \end_inset
19719 </cell>
19720 </row>
19721 <row>
19722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19723 \begin_inset Text
19724
19725 \begin_layout Plain Layout
19726
19727 \backslash
19728 rho
19729 \end_layout
19730
19731 \end_inset
19732 </cell>
19733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19734 \begin_inset Text
19735
19736 \begin_layout Plain Layout
19737 \begin_inset Formula $\rho$
19738 \end_inset
19739
19740
19741 \end_layout
19742
19743 \end_inset
19744 </cell>
19745 </row>
19746 </lyxtabular>
19747
19748 \end_inset
19749
19750
19751 \begin_inset space \hfill{}
19752 \end_inset
19753
19754
19755 \begin_inset Tabular
19756 <lyxtabular version="3" rows="11" columns="2">
19757 <features>
19758 <column alignment="center" valignment="top" width="0pt">
19759 <column alignment="center" valignment="top" width="0pt">
19760 <row>
19761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19762 \begin_inset Text
19763
19764 \begin_layout Plain Layout
19765 Command
19766 \end_layout
19767
19768 \end_inset
19769 </cell>
19770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19771 \begin_inset Text
19772
19773 \begin_layout Plain Layout
19774 Result
19775 \end_layout
19776
19777 \end_inset
19778 </cell>
19779 </row>
19780 <row>
19781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19782 \begin_inset Text
19783
19784 \begin_layout Plain Layout
19785
19786 \backslash
19787 varrho
19788 \end_layout
19789
19790 \end_inset
19791 </cell>
19792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19793 \begin_inset Text
19794
19795 \begin_layout Plain Layout
19796 \begin_inset Formula $\varrho$
19797 \end_inset
19798
19799
19800 \end_layout
19801
19802 \end_inset
19803 </cell>
19804 </row>
19805 <row>
19806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19807 \begin_inset Text
19808
19809 \begin_layout Plain Layout
19810
19811 \backslash
19812 sigma
19813 \end_layout
19814
19815 \end_inset
19816 </cell>
19817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19818 \begin_inset Text
19819
19820 \begin_layout Plain Layout
19821 \begin_inset Formula $\sigma$
19822 \end_inset
19823
19824
19825 \end_layout
19826
19827 \end_inset
19828 </cell>
19829 </row>
19830 <row>
19831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19832 \begin_inset Text
19833
19834 \begin_layout Plain Layout
19835
19836 \backslash
19837 varsigma
19838 \end_layout
19839
19840 \end_inset
19841 </cell>
19842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19843 \begin_inset Text
19844
19845 \begin_layout Plain Layout
19846 \begin_inset Formula $\varsigma$
19847 \end_inset
19848
19849
19850 \end_layout
19851
19852 \end_inset
19853 </cell>
19854 </row>
19855 <row>
19856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19857 \begin_inset Text
19858
19859 \begin_layout Plain Layout
19860
19861 \backslash
19862 tau
19863 \end_layout
19864
19865 \end_inset
19866 </cell>
19867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19868 \begin_inset Text
19869
19870 \begin_layout Plain Layout
19871 \begin_inset Formula $\tau$
19872 \end_inset
19873
19874
19875 \end_layout
19876
19877 \end_inset
19878 </cell>
19879 </row>
19880 <row>
19881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19882 \begin_inset Text
19883
19884 \begin_layout Plain Layout
19885
19886 \backslash
19887 upsilon
19888 \end_layout
19889
19890 \end_inset
19891 </cell>
19892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19893 \begin_inset Text
19894
19895 \begin_layout Plain Layout
19896 \begin_inset Formula $\upsilon$
19897 \end_inset
19898
19899
19900 \end_layout
19901
19902 \end_inset
19903 </cell>
19904 </row>
19905 <row>
19906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19907 \begin_inset Text
19908
19909 \begin_layout Plain Layout
19910
19911 \backslash
19912 phi
19913 \end_layout
19914
19915 \end_inset
19916 </cell>
19917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19918 \begin_inset Text
19919
19920 \begin_layout Plain Layout
19921 \begin_inset Formula $\phi$
19922 \end_inset
19923
19924
19925 \end_layout
19926
19927 \end_inset
19928 </cell>
19929 </row>
19930 <row>
19931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19932 \begin_inset Text
19933
19934 \begin_layout Plain Layout
19935
19936 \backslash
19937 varphi
19938 \end_layout
19939
19940 \end_inset
19941 </cell>
19942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19943 \begin_inset Text
19944
19945 \begin_layout Plain Layout
19946 \begin_inset Formula $\varphi$
19947 \end_inset
19948
19949
19950 \end_layout
19951
19952 \end_inset
19953 </cell>
19954 </row>
19955 <row>
19956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19957 \begin_inset Text
19958
19959 \begin_layout Plain Layout
19960
19961 \backslash
19962 chi
19963 \end_layout
19964
19965 \end_inset
19966 </cell>
19967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19968 \begin_inset Text
19969
19970 \begin_layout Plain Layout
19971 \begin_inset Formula $\chi$
19972 \end_inset
19973
19974
19975 \end_layout
19976
19977 \end_inset
19978 </cell>
19979 </row>
19980 <row>
19981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19982 \begin_inset Text
19983
19984 \begin_layout Plain Layout
19985
19986 \backslash
19987 psi
19988 \end_layout
19989
19990 \end_inset
19991 </cell>
19992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19993 \begin_inset Text
19994
19995 \begin_layout Plain Layout
19996 \begin_inset Formula $\psi$
19997 \end_inset
19998
19999
20000 \end_layout
20001
20002 \end_inset
20003 </cell>
20004 </row>
20005 <row>
20006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20007 \begin_inset Text
20008
20009 \begin_layout Plain Layout
20010
20011 \backslash
20012 omega
20013 \end_layout
20014
20015 \end_inset
20016 </cell>
20017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20018 \begin_inset Text
20019
20020 \begin_layout Plain Layout
20021 \begin_inset Formula $\omega$
20022 \end_inset
20023
20024
20025 \end_layout
20026
20027 \end_inset
20028 </cell>
20029 </row>
20030 </lyxtabular>
20031
20032 \end_inset
20033
20034
20035 \begin_inset space \hfill{}
20036 \end_inset
20037
20038
20039 \end_layout
20040
20041 \begin_layout Standard
20042 \begin_inset VSpace medskip
20043 \end_inset
20044
20045
20046 \end_layout
20047
20048 \begin_layout Standard
20049 How to create upright Greek letters is explained in 
20050 \begin_inset CommandInset ref
20051 LatexCommand ref
20052 reference "sub:Upright-small-Greek"
20053
20054 \end_inset
20055
20056 .
20057 \end_layout
20058
20059 \begin_layout Subsection
20060 Big Letters
20061 \begin_inset Index
20062 status collapsed
20063
20064 \begin_layout Plain Layout
20065 Greek letters ! big
20066 \end_layout
20067
20068 \end_inset
20069
20070
20071 \end_layout
20072
20073 \begin_layout Standard
20074 \begin_inset space \hfill{}
20075 \end_inset
20076
20077
20078 \begin_inset Tabular
20079 <lyxtabular version="3" rows="7" columns="2">
20080 <features>
20081 <column alignment="center" valignment="top" width="0pt">
20082 <column alignment="center" valignment="top" width="0pt">
20083 <row>
20084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20085 \begin_inset Text
20086
20087 \begin_layout Plain Layout
20088 Command
20089 \end_layout
20090
20091 \end_inset
20092 </cell>
20093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20094 \begin_inset Text
20095
20096 \begin_layout Plain Layout
20097 Result
20098 \end_layout
20099
20100 \end_inset
20101 </cell>
20102 </row>
20103 <row>
20104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20105 \begin_inset Text
20106
20107 \begin_layout Plain Layout
20108
20109 \backslash
20110 Gamma
20111 \end_layout
20112
20113 \end_inset
20114 </cell>
20115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20116 \begin_inset Text
20117
20118 \begin_layout Plain Layout
20119 \begin_inset Formula $\Gamma$
20120 \end_inset
20121
20122
20123 \end_layout
20124
20125 \end_inset
20126 </cell>
20127 </row>
20128 <row>
20129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20130 \begin_inset Text
20131
20132 \begin_layout Plain Layout
20133
20134 \backslash
20135 Delta
20136 \end_layout
20137
20138 \end_inset
20139 </cell>
20140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20141 \begin_inset Text
20142
20143 \begin_layout Plain Layout
20144 \begin_inset Formula $\Delta$
20145 \end_inset
20146
20147
20148 \end_layout
20149
20150 \end_inset
20151 </cell>
20152 </row>
20153 <row>
20154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20155 \begin_inset Text
20156
20157 \begin_layout Plain Layout
20158
20159 \backslash
20160 Theta
20161 \end_layout
20162
20163 \end_inset
20164 </cell>
20165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20166 \begin_inset Text
20167
20168 \begin_layout Plain Layout
20169 \begin_inset Formula $\Theta$
20170 \end_inset
20171
20172
20173 \end_layout
20174
20175 \end_inset
20176 </cell>
20177 </row>
20178 <row>
20179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20180 \begin_inset Text
20181
20182 \begin_layout Plain Layout
20183
20184 \backslash
20185 Lambda
20186 \end_layout
20187
20188 \end_inset
20189 </cell>
20190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20191 \begin_inset Text
20192
20193 \begin_layout Plain Layout
20194 \begin_inset Formula $\Lambda$
20195 \end_inset
20196
20197
20198 \end_layout
20199
20200 \end_inset
20201 </cell>
20202 </row>
20203 <row>
20204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20205 \begin_inset Text
20206
20207 \begin_layout Plain Layout
20208
20209 \backslash
20210 Xi
20211 \end_layout
20212
20213 \end_inset
20214 </cell>
20215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20216 \begin_inset Text
20217
20218 \begin_layout Plain Layout
20219 \begin_inset Formula $\Xi$
20220 \end_inset
20221
20222
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 </row>
20228 <row>
20229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20230 \begin_inset Text
20231
20232 \begin_layout Plain Layout
20233
20234 \backslash
20235 Pi
20236 \end_layout
20237
20238 \end_inset
20239 </cell>
20240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Plain Layout
20244 \begin_inset Formula $\Pi$
20245 \end_inset
20246
20247
20248 \end_layout
20249
20250 \end_inset
20251 </cell>
20252 </row>
20253 </lyxtabular>
20254
20255 \end_inset
20256
20257
20258 \begin_inset space \hfill{}
20259 \end_inset
20260
20261
20262 \begin_inset Tabular
20263 <lyxtabular version="3" rows="6" columns="2">
20264 <features>
20265 <column alignment="center" valignment="top" width="0pt">
20266 <column alignment="center" valignment="top" width="0pt">
20267 <row>
20268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20269 \begin_inset Text
20270
20271 \begin_layout Plain Layout
20272 Command
20273 \end_layout
20274
20275 \end_inset
20276 </cell>
20277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20278 \begin_inset Text
20279
20280 \begin_layout Plain Layout
20281 Result
20282 \end_layout
20283
20284 \end_inset
20285 </cell>
20286 </row>
20287 <row>
20288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20289 \begin_inset Text
20290
20291 \begin_layout Plain Layout
20292
20293 \backslash
20294 Sigma
20295 \end_layout
20296
20297 \end_inset
20298 </cell>
20299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Plain Layout
20303 \begin_inset Formula $\Sigma$
20304 \end_inset
20305
20306
20307 \end_layout
20308
20309 \end_inset
20310 </cell>
20311 </row>
20312 <row>
20313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20314 \begin_inset Text
20315
20316 \begin_layout Plain Layout
20317
20318 \backslash
20319 Upsilon
20320 \end_layout
20321
20322 \end_inset
20323 </cell>
20324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20325 \begin_inset Text
20326
20327 \begin_layout Plain Layout
20328 \begin_inset Formula $\Upsilon$
20329 \end_inset
20330
20331
20332 \end_layout
20333
20334 \end_inset
20335 </cell>
20336 </row>
20337 <row>
20338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20339 \begin_inset Text
20340
20341 \begin_layout Plain Layout
20342
20343 \backslash
20344 Phi
20345 \end_layout
20346
20347 \end_inset
20348 </cell>
20349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20350 \begin_inset Text
20351
20352 \begin_layout Plain Layout
20353 \begin_inset Formula $\Phi$
20354 \end_inset
20355
20356
20357 \end_layout
20358
20359 \end_inset
20360 </cell>
20361 </row>
20362 <row>
20363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20364 \begin_inset Text
20365
20366 \begin_layout Plain Layout
20367
20368 \backslash
20369 Psi
20370 \end_layout
20371
20372 \end_inset
20373 </cell>
20374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20375 \begin_inset Text
20376
20377 \begin_layout Plain Layout
20378 \begin_inset Formula $\Psi$
20379 \end_inset
20380
20381
20382 \end_layout
20383
20384 \end_inset
20385 </cell>
20386 </row>
20387 <row>
20388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20389 \begin_inset Text
20390
20391 \begin_layout Plain Layout
20392
20393 \backslash
20394 Omega
20395 \end_layout
20396
20397 \end_inset
20398 </cell>
20399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20400 \begin_inset Text
20401
20402 \begin_layout Plain Layout
20403 \begin_inset Formula $\Omega$
20404 \end_inset
20405
20406
20407 \end_layout
20408
20409 \end_inset
20410 </cell>
20411 </row>
20412 </lyxtabular>
20413
20414 \end_inset
20415
20416
20417 \begin_inset space \hfill{}
20418 \end_inset
20419
20420
20421 \end_layout
20422
20423 \begin_layout Standard
20424 \begin_inset VSpace medskip
20425 \end_inset
20426
20427 That the big Greek letters appear upright is caused by a design bug when
20428  TeX was developed.
20429  To get correct italic big letters, begin every command with 
20430 \series bold
20431 var
20432 \series default
20433 .
20434  For example the command 
20435 \series bold
20436
20437 \backslash
20438 varGamma
20439 \series default
20440  produces: 
20441 \begin_inset Formula $\varGamma$
20442 \end_inset
20443
20444
20445 \end_layout
20446
20447 \begin_layout Subsection
20448 Bold Letters
20449 \begin_inset Index
20450 status collapsed
20451
20452 \begin_layout Plain Layout
20453 Greek letters ! bold
20454 \end_layout
20455
20456 \end_inset
20457
20458
20459 \end_layout
20460
20461 \begin_layout Standard
20462 Greek letters cannot be set with different font styles like Latin letters.
20463  They can only be made bold with the command 
20464 \series bold
20465
20466 \backslash
20467 boldsymbol
20468 \series default
20469
20470 \begin_inset Index
20471 status collapsed
20472
20473 \begin_layout Plain Layout
20474 Commands ! B ! 
20475 \backslash
20476 boldsymbol
20477 \end_layout
20478
20479 \end_inset
20480
20481 .
20482 \end_layout
20483
20484 \begin_layout Standard
20485 \align center
20486 \begin_inset Tabular
20487 <lyxtabular version="3" rows="3" columns="2">
20488 <features>
20489 <column alignment="center" valignment="top" width="0">
20490 <column alignment="center" valignment="top" width="0">
20491 <row>
20492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20493 \begin_inset Text
20494
20495 \begin_layout Plain Layout
20496 Command
20497 \end_layout
20498
20499 \end_inset
20500 </cell>
20501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20502 \begin_inset Text
20503
20504 \begin_layout Plain Layout
20505 Result
20506 \end_layout
20507
20508 \end_inset
20509 </cell>
20510 </row>
20511 <row>
20512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20513 \begin_inset Text
20514
20515 \begin_layout Plain Layout
20516
20517 \backslash
20518 Upsilon
20519 \backslash
20520 boldsymbol
20521 \backslash
20522 Upsilon
20523 \end_layout
20524
20525 \end_inset
20526 </cell>
20527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20528 \begin_inset Text
20529
20530 \begin_layout Plain Layout
20531 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20532 \end_inset
20533
20534
20535 \end_layout
20536
20537 \end_inset
20538 </cell>
20539 </row>
20540 <row>
20541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20542 \begin_inset Text
20543
20544 \begin_layout Plain Layout
20545
20546 \backslash
20547 theta
20548 \backslash
20549 boldsymbol
20550 \backslash
20551 theta
20552 \end_layout
20553
20554 \end_inset
20555 </cell>
20556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20557 \begin_inset Text
20558
20559 \begin_layout Plain Layout
20560 \begin_inset Formula $\theta\boldsymbol{\theta}$
20561 \end_inset
20562
20563
20564 \end_layout
20565
20566 \end_inset
20567 </cell>
20568 </row>
20569 </lyxtabular>
20570
20571 \end_inset
20572
20573
20574 \end_layout
20575
20576 \begin_layout Section
20577 Symbols
20578 \begin_inset ERT
20579 status collapsed
20580
20581 \begin_layout Plain Layout
20582
20583
20584 \backslash
20585 texorpdfstring{
20586 \end_layout
20587
20588 \end_inset
20589
20590
20591 \begin_inset Foot
20592 status collapsed
20593
20594 \begin_layout Plain Layout
20595 A list with all symbols of most of the LaTeX-packages can be found in 
20596 \begin_inset CommandInset citation
20597 LatexCommand cite
20598 key "Symbole"
20599
20600 \end_inset
20601
20602 .
20603 \end_layout
20604
20605 \end_inset
20606
20607
20608 \begin_inset ERT
20609 status collapsed
20610
20611 \begin_layout Plain Layout
20612
20613 }{}
20614 \end_layout
20615
20616 \end_inset
20617
20618
20619 \begin_inset Note Note
20620 status collapsed
20621
20622 \begin_layout Plain Layout
20623
20624 \backslash
20625 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20626 \end_layout
20627
20628 \begin_layout Plain Layout
20629 More about 
20630 \backslash
20631 texorpdfstring is in section 
20632 \begin_inset CommandInset ref
20633 LatexCommand ref
20634 reference "sub:Formulas-in-Section"
20635
20636 \end_inset
20637
20638 .
20639 \end_layout
20640
20641 \end_inset
20642
20643
20644 \begin_inset Index
20645 status collapsed
20646
20647 \begin_layout Plain Layout
20648 Symbols
20649 \end_layout
20650
20651 \end_inset
20652
20653
20654 \end_layout
20655
20656 \begin_layout Standard
20657 Many of the symbols listed in this section can also be inserted via the
20658  toolbar buttons 
20659 \begin_inset Graphics
20660         filename ../images/math/nabla.png
20661         scale 85
20662
20663 \end_inset
20664
20665  and 
20666 \begin_inset Graphics
20667         filename ../images/math/digamma.png
20668         scale 85
20669
20670 \end_inset
20671
20672 .
20673 \end_layout
20674
20675 \begin_layout Subsection
20676 Mathematical Symbols
20677 \begin_inset CommandInset label
20678 LatexCommand label
20679 name "sub:Mathematical-Symbols"
20680
20681 \end_inset
20682
20683
20684 \begin_inset Index
20685 status collapsed
20686
20687 \begin_layout Plain Layout
20688 Symbols ! mathematical
20689 \end_layout
20690
20691 \end_inset
20692
20693
20694 \end_layout
20695
20696 \begin_layout Standard
20697 \begin_inset space \hfill{}
20698 \end_inset
20699
20700
20701 \begin_inset Tabular
20702 <lyxtabular version="3" rows="10" columns="2">
20703 <features>
20704 <column alignment="center" valignment="top" width="0pt">
20705 <column alignment="center" valignment="top" width="0pt">
20706 <row>
20707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20708 \begin_inset Text
20709
20710 \begin_layout Plain Layout
20711 Command
20712 \end_layout
20713
20714 \end_inset
20715 </cell>
20716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20717 \begin_inset Text
20718
20719 \begin_layout Plain Layout
20720 Result
20721 \end_layout
20722
20723 \end_inset
20724 </cell>
20725 </row>
20726 <row>
20727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20728 \begin_inset Text
20729
20730 \begin_layout Plain Layout
20731
20732 \backslash
20733 neg
20734 \end_layout
20735
20736 \end_inset
20737 </cell>
20738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20739 \begin_inset Text
20740
20741 \begin_layout Plain Layout
20742 \begin_inset Formula $\neg$
20743 \end_inset
20744
20745
20746 \end_layout
20747
20748 \end_inset
20749 </cell>
20750 </row>
20751 <row>
20752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20753 \begin_inset Text
20754
20755 \begin_layout Plain Layout
20756
20757 \backslash
20758 Im
20759 \end_layout
20760
20761 \end_inset
20762 </cell>
20763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20764 \begin_inset Text
20765
20766 \begin_layout Plain Layout
20767 \begin_inset Formula $\Im$
20768 \end_inset
20769
20770
20771 \end_layout
20772
20773 \end_inset
20774 </cell>
20775 </row>
20776 <row>
20777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20778 \begin_inset Text
20779
20780 \begin_layout Plain Layout
20781
20782 \backslash
20783 Re
20784 \end_layout
20785
20786 \end_inset
20787 </cell>
20788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20789 \begin_inset Text
20790
20791 \begin_layout Plain Layout
20792 \begin_inset Formula $\Re$
20793 \end_inset
20794
20795
20796 \end_layout
20797
20798 \end_inset
20799 </cell>
20800 </row>
20801 <row>
20802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20803 \begin_inset Text
20804
20805 \begin_layout Plain Layout
20806
20807 \backslash
20808 aleph
20809 \end_layout
20810
20811 \end_inset
20812 </cell>
20813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20814 \begin_inset Text
20815
20816 \begin_layout Plain Layout
20817 \begin_inset Formula $\aleph$
20818 \end_inset
20819
20820
20821 \end_layout
20822
20823 \end_inset
20824 </cell>
20825 </row>
20826 <row>
20827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20828 \begin_inset Text
20829
20830 \begin_layout Plain Layout
20831
20832 \backslash
20833 partial
20834 \end_layout
20835
20836 \end_inset
20837 </cell>
20838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20839 \begin_inset Text
20840
20841 \begin_layout Plain Layout
20842 \begin_inset Formula $\partial$
20843 \end_inset
20844
20845
20846 \end_layout
20847
20848 \end_inset
20849 </cell>
20850 </row>
20851 <row>
20852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20853 \begin_inset Text
20854
20855 \begin_layout Plain Layout
20856
20857 \backslash
20858 infty
20859 \end_layout
20860
20861 \end_inset
20862 </cell>
20863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20864 \begin_inset Text
20865
20866 \begin_layout Plain Layout
20867 \begin_inset Formula $\infty$
20868 \end_inset
20869
20870
20871 \end_layout
20872
20873 \end_inset
20874 </cell>
20875 </row>
20876 <row>
20877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20878 \begin_inset Text
20879
20880 \begin_layout Plain Layout
20881
20882 \backslash
20883 wp
20884 \end_layout
20885
20886 \end_inset
20887 </cell>
20888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20889 \begin_inset Text
20890
20891 \begin_layout Plain Layout
20892 \begin_inset Formula $\wp$
20893 \end_inset
20894
20895
20896 \end_layout
20897
20898 \end_inset
20899 </cell>
20900 </row>
20901 <row>
20902 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20903 \begin_inset Text
20904
20905 \begin_layout Plain Layout
20906
20907 \backslash
20908 imath
20909 \end_layout
20910
20911 \end_inset
20912 </cell>
20913 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20914 \begin_inset Text
20915
20916 \begin_layout Plain Layout
20917 \begin_inset Formula $\imath$
20918 \end_inset
20919
20920
20921 \end_layout
20922
20923 \end_inset
20924 </cell>
20925 </row>
20926 <row>
20927 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20928 \begin_inset Text
20929
20930 \begin_layout Plain Layout
20931
20932 \backslash
20933 jmath
20934 \end_layout
20935
20936 \end_inset
20937 </cell>
20938 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20939 \begin_inset Text
20940
20941 \begin_layout Plain Layout
20942 \begin_inset Formula $\jmath$
20943 \end_inset
20944
20945
20946 \end_layout
20947
20948 \end_inset
20949 </cell>
20950 </row>
20951 </lyxtabular>
20952
20953 \end_inset
20954
20955
20956 \begin_inset space \hfill{}
20957 \end_inset
20958
20959
20960 \begin_inset Tabular
20961 <lyxtabular version="3" rows="10" columns="2">
20962 <features>
20963 <column alignment="center" valignment="top" width="0pt">
20964 <column alignment="center" valignment="top" width="0pt">
20965 <row>
20966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20967 \begin_inset Text
20968
20969 \begin_layout Plain Layout
20970 Command
20971 \end_layout
20972
20973 \end_inset
20974 </cell>
20975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20976 \begin_inset Text
20977
20978 \begin_layout Plain Layout
20979 Result
20980 \begin_inset Note Note
20981 status collapsed
20982
20983 \begin_layout Plain Layout
20984
20985 \series bold
20986
20987 \backslash
20988 raisebox
20989 \series default
20990  is only used as spacer.
20991 \end_layout
20992
20993 \end_inset
20994
20995
20996 \end_layout
20997
20998 \end_inset
20999 </cell>
21000 </row>
21001 <row>
21002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21003 \begin_inset Text
21004
21005 \begin_layout Plain Layout
21006
21007 \backslash
21008 forall
21009 \end_layout
21010
21011 \end_inset
21012 </cell>
21013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21014 \begin_inset Text
21015
21016 \begin_layout Plain Layout
21017 \begin_inset Formula $\forall$
21018 \end_inset
21019
21020
21021 \end_layout
21022
21023 \end_inset
21024 </cell>
21025 </row>
21026 <row>
21027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21028 \begin_inset Text
21029
21030 \begin_layout Plain Layout
21031
21032 \backslash
21033 exists
21034 \end_layout
21035
21036 \end_inset
21037 </cell>
21038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21039 \begin_inset Text
21040
21041 \begin_layout Plain Layout
21042 \begin_inset Formula $\exists$
21043 \end_inset
21044
21045
21046 \end_layout
21047
21048 \end_inset
21049 </cell>
21050 </row>
21051 <row>
21052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21053 \begin_inset Text
21054
21055 \begin_layout Plain Layout
21056
21057 \backslash
21058 nexists
21059 \end_layout
21060
21061 \end_inset
21062 </cell>
21063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21064 \begin_inset Text
21065
21066 \begin_layout Plain Layout
21067 \begin_inset Formula $\nexists$
21068 \end_inset
21069
21070
21071 \end_layout
21072
21073 \end_inset
21074 </cell>
21075 </row>
21076 <row>
21077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21078 \begin_inset Text
21079
21080 \begin_layout Plain Layout
21081
21082 \backslash
21083 emptyset
21084 \end_layout
21085
21086 \end_inset
21087 </cell>
21088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21089 \begin_inset Text
21090
21091 \begin_layout Plain Layout
21092 \begin_inset Formula $\emptyset$
21093 \end_inset
21094
21095
21096 \end_layout
21097
21098 \end_inset
21099 </cell>
21100 </row>
21101 <row>
21102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21103 \begin_inset Text
21104
21105 \begin_layout Plain Layout
21106
21107 \backslash
21108 varnothing
21109 \end_layout
21110
21111 \end_inset
21112 </cell>
21113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21114 \begin_inset Text
21115
21116 \begin_layout Plain Layout
21117 \begin_inset Formula $\varnothing$
21118 \end_inset
21119
21120
21121 \end_layout
21122
21123 \end_inset
21124 </cell>
21125 </row>
21126 <row>
21127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21128 \begin_inset Text
21129
21130 \begin_layout Plain Layout
21131
21132 \backslash
21133 dag
21134 \end_layout
21135
21136 \end_inset
21137 </cell>
21138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21139 \begin_inset Text
21140
21141 \begin_layout Plain Layout
21142 \begin_inset Formula $\dag$
21143 \end_inset
21144
21145
21146 \end_layout
21147
21148 \end_inset
21149 </cell>
21150 </row>
21151 <row>
21152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21153 \begin_inset Text
21154
21155 \begin_layout Plain Layout
21156
21157 \backslash
21158 ddag
21159 \end_layout
21160
21161 \end_inset
21162 </cell>
21163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21164 \begin_inset Text
21165
21166 \begin_layout Plain Layout
21167 \begin_inset Formula $\ddag$
21168 \end_inset
21169
21170
21171 \end_layout
21172
21173 \end_inset
21174 </cell>
21175 </row>
21176 <row>
21177 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21178 \begin_inset Text
21179
21180 \begin_layout Plain Layout
21181
21182 \backslash
21183 complement
21184 \end_layout
21185
21186 \end_inset
21187 </cell>
21188 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21189 \begin_inset Text
21190
21191 \begin_layout Plain Layout
21192 \begin_inset ERT
21193 status collapsed
21194
21195 \begin_layout Plain Layout
21196
21197
21198 \backslash
21199 raisebox{-0.8mm}{
21200 \end_layout
21201
21202 \end_inset
21203
21204
21205 \begin_inset Formula $\complement$
21206 \end_inset
21207
21208
21209 \begin_inset ERT
21210 status collapsed
21211
21212 \begin_layout Plain Layout
21213
21214 }
21215 \end_layout
21216
21217 \end_inset
21218
21219
21220 \end_layout
21221
21222 \end_inset
21223 </cell>
21224 </row>
21225 <row>
21226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21227 \begin_inset Text
21228
21229 \begin_layout Plain Layout
21230
21231 \backslash
21232 Bbbk
21233 \end_layout
21234
21235 \end_inset
21236 </cell>
21237 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21238 \begin_inset Text
21239
21240 \begin_layout Plain Layout
21241 \begin_inset Formula $\Bbbk$
21242 \end_inset
21243
21244
21245 \end_layout
21246
21247 \end_inset
21248 </cell>
21249 </row>
21250 </lyxtabular>
21251
21252 \end_inset
21253
21254
21255 \begin_inset space \hfill{}
21256 \end_inset
21257
21258
21259 \begin_inset Tabular
21260 <lyxtabular version="3" rows="10" columns="2">
21261 <features>
21262 <column alignment="center" valignment="top" width="0pt">
21263 <column alignment="center" valignment="top" width="0pt">
21264 <row>
21265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21266 \begin_inset Text
21267
21268 \begin_layout Plain Layout
21269 Command
21270 \end_layout
21271
21272 \end_inset
21273 </cell>
21274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 Result
21279 \end_layout
21280
21281 \end_inset
21282 </cell>
21283 </row>
21284 <row>
21285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21286 \begin_inset Text
21287
21288 \begin_layout Plain Layout
21289
21290 \backslash
21291 prime
21292 \end_layout
21293
21294 \end_inset
21295 </cell>
21296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21297 \begin_inset Text
21298
21299 \begin_layout Plain Layout
21300 \begin_inset Formula $\prime$
21301 \end_inset
21302
21303
21304 \end_layout
21305
21306 \end_inset
21307 </cell>
21308 </row>
21309 <row>
21310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21311 \begin_inset Text
21312
21313 \begin_layout Plain Layout
21314
21315 \backslash
21316 backprime
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21322 \begin_inset Text
21323
21324 \begin_layout Plain Layout
21325 \begin_inset Formula $\backprime$
21326 \end_inset
21327
21328
21329 \end_layout
21330
21331 \end_inset
21332 </cell>
21333 </row>
21334 <row>
21335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21336 \begin_inset Text
21337
21338 \begin_layout Plain Layout
21339
21340 \backslash
21341 mho
21342 \end_layout
21343
21344 \end_inset
21345 </cell>
21346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21347 \begin_inset Text
21348
21349 \begin_layout Plain Layout
21350 \begin_inset Formula $\mho$
21351 \end_inset
21352
21353
21354 \end_layout
21355
21356 \end_inset
21357 </cell>
21358 </row>
21359 <row>
21360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21361 \begin_inset Text
21362
21363 \begin_layout Plain Layout
21364
21365 \backslash
21366 triangle
21367 \end_layout
21368
21369 \end_inset
21370 </cell>
21371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21372 \begin_inset Text
21373
21374 \begin_layout Plain Layout
21375 \begin_inset Formula $\triangle$
21376 \end_inset
21377
21378
21379 \end_layout
21380
21381 \end_inset
21382 </cell>
21383 </row>
21384 <row>
21385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21386 \begin_inset Text
21387
21388 \begin_layout Plain Layout
21389
21390 \backslash
21391 angle
21392 \end_layout
21393
21394 \end_inset
21395 </cell>
21396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21397 \begin_inset Text
21398
21399 \begin_layout Plain Layout
21400 \begin_inset Formula $\angle$
21401 \end_inset
21402
21403
21404 \end_layout
21405
21406 \end_inset
21407 </cell>
21408 </row>
21409 <row>
21410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21411 \begin_inset Text
21412
21413 \begin_layout Plain Layout
21414
21415 \backslash
21416 measuredangle
21417 \end_layout
21418
21419 \end_inset
21420 </cell>
21421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21422 \begin_inset Text
21423
21424 \begin_layout Plain Layout
21425 \begin_inset Formula $\measuredangle$
21426 \end_inset
21427
21428
21429 \end_layout
21430
21431 \end_inset
21432 </cell>
21433 </row>
21434 <row>
21435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21436 \begin_inset Text
21437
21438 \begin_layout Plain Layout
21439
21440 \backslash
21441 sphericalangle
21442 \end_layout
21443
21444 \end_inset
21445 </cell>
21446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21447 \begin_inset Text
21448
21449 \begin_layout Plain Layout
21450 \begin_inset Formula $\sphericalangle$
21451 \end_inset
21452
21453
21454 \end_layout
21455
21456 \end_inset
21457 </cell>
21458 </row>
21459 <row>
21460 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21461 \begin_inset Text
21462
21463 \begin_layout Plain Layout
21464
21465 \backslash
21466 top
21467 \end_layout
21468
21469 \end_inset
21470 </cell>
21471 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21472 \begin_inset Text
21473
21474 \begin_layout Plain Layout
21475 \begin_inset Formula $\top$
21476 \end_inset
21477
21478
21479 \end_layout
21480
21481 \end_inset
21482 </cell>
21483 </row>
21484 <row>
21485 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21486 \begin_inset Text
21487
21488 \begin_layout Plain Layout
21489
21490 \backslash
21491 bot
21492 \end_layout
21493
21494 \end_inset
21495 </cell>
21496 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21497 \begin_inset Text
21498
21499 \begin_layout Plain Layout
21500 \begin_inset Formula $\bot$
21501 \end_inset
21502
21503
21504 \end_layout
21505
21506 \end_inset
21507 </cell>
21508 </row>
21509 </lyxtabular>
21510
21511 \end_inset
21512
21513
21514 \begin_inset space \hfill{}
21515 \end_inset
21516
21517
21518 \end_layout
21519
21520 \begin_layout Subsection
21521 Miscellaneous Symbols
21522 \begin_inset CommandInset label
21523 LatexCommand label
21524 name "sub:Miscellaneous-Symbols"
21525
21526 \end_inset
21527
21528
21529 \begin_inset Index
21530 status collapsed
21531
21532 \begin_layout Plain Layout
21533 Symbols ! miscellaneous
21534 \end_layout
21535
21536 \end_inset
21537
21538
21539 \end_layout
21540
21541 \begin_layout Standard
21542 \noindent
21543 \align center
21544 \begin_inset Tabular
21545 <lyxtabular version="3" rows="10" columns="2">
21546 <features>
21547 <column alignment="center" valignment="top" width="0pt">
21548 <column alignment="center" valignment="top" width="0pt">
21549 <row>
21550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21551 \begin_inset Text
21552
21553 \begin_layout Plain Layout
21554 Command
21555 \end_layout
21556
21557 \end_inset
21558 </cell>
21559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21560 \begin_inset Text
21561
21562 \begin_layout Plain Layout
21563 Result
21564 \end_layout
21565
21566 \end_inset
21567 </cell>
21568 </row>
21569 <row>
21570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21571 \begin_inset Text
21572
21573 \begin_layout Plain Layout
21574
21575 \backslash
21576 flat
21577 \end_layout
21578
21579 \end_inset
21580 </cell>
21581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21582 \begin_inset Text
21583
21584 \begin_layout Plain Layout
21585 \begin_inset Formula $\flat$
21586 \end_inset
21587
21588
21589 \end_layout
21590
21591 \end_inset
21592 </cell>
21593 </row>
21594 <row>
21595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21596 \begin_inset Text
21597
21598 \begin_layout Plain Layout
21599
21600 \backslash
21601 natural
21602 \end_layout
21603
21604 \end_inset
21605 </cell>
21606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21607 \begin_inset Text
21608
21609 \begin_layout Plain Layout
21610 \begin_inset Formula $\natural$
21611 \end_inset
21612
21613
21614 \end_layout
21615
21616 \end_inset
21617 </cell>
21618 </row>
21619 <row>
21620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21621 \begin_inset Text
21622
21623 \begin_layout Plain Layout
21624
21625 \backslash
21626 sharp
21627 \end_layout
21628
21629 \end_inset
21630 </cell>
21631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21632 \begin_inset Text
21633
21634 \begin_layout Plain Layout
21635 \begin_inset Formula $\sharp$
21636 \end_inset
21637
21638
21639 \end_layout
21640
21641 \end_inset
21642 </cell>
21643 </row>
21644 <row>
21645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21646 \begin_inset Text
21647
21648 \begin_layout Plain Layout
21649
21650 \backslash
21651 surd
21652 \end_layout
21653
21654 \end_inset
21655 </cell>
21656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21657 \begin_inset Text
21658
21659 \begin_layout Plain Layout
21660 \begin_inset Formula $\surd$
21661 \end_inset
21662
21663
21664 \end_layout
21665
21666 \end_inset
21667 </cell>
21668 </row>
21669 <row>
21670 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21671 \begin_inset Text
21672
21673 \begin_layout Plain Layout
21674
21675 \backslash
21676 checkmark
21677 \end_layout
21678
21679 \end_inset
21680 </cell>
21681 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21682 \begin_inset Text
21683
21684 \begin_layout Plain Layout
21685 \begin_inset Formula $\checkmark$
21686 \end_inset
21687
21688
21689 \end_layout
21690
21691 \end_inset
21692 </cell>
21693 </row>
21694 <row>
21695 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21696 \begin_inset Text
21697
21698 \begin_layout Plain Layout
21699
21700 \backslash
21701 yen
21702 \end_layout
21703
21704 \end_inset
21705 </cell>
21706 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21707 \begin_inset Text
21708
21709 \begin_layout Plain Layout
21710 \begin_inset Formula $\yen$
21711 \end_inset
21712
21713
21714 \end_layout
21715
21716 \end_inset
21717 </cell>
21718 </row>
21719 <row>
21720 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21721 \begin_inset Text
21722
21723 \begin_layout Plain Layout
21724
21725 \backslash
21726 pounds
21727 \end_layout
21728
21729 \end_inset
21730 </cell>
21731 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21732 \begin_inset Text
21733
21734 \begin_layout Plain Layout
21735 \begin_inset Formula $\pounds$
21736 \end_inset
21737
21738
21739 \end_layout
21740
21741 \end_inset
21742 </cell>
21743 </row>
21744 <row>
21745 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21746 \begin_inset Text
21747
21748 \begin_layout Plain Layout
21749 $
21750 \end_layout
21751
21752 \end_inset
21753 </cell>
21754 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21755 \begin_inset Text
21756
21757 \begin_layout Plain Layout
21758 \begin_inset Formula $\$$
21759 \end_inset
21760
21761
21762 \end_layout
21763
21764 \end_inset
21765 </cell>
21766 </row>
21767 <row>
21768 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21769 \begin_inset Text
21770
21771 \begin_layout Plain Layout
21772 §
21773 \end_layout
21774
21775 \end_inset
21776 </cell>
21777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21778 \begin_inset Text
21779
21780 \begin_layout Plain Layout
21781 \begin_inset Formula $§$
21782 \end_inset
21783
21784
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 </row>
21790 </lyxtabular>
21791
21792 \end_inset
21793
21794
21795 \begin_inset Tabular
21796 <lyxtabular version="3" rows="10" columns="2">
21797 <features>
21798 <column alignment="center" valignment="top" width="0">
21799 <column alignment="center" valignment="top" width="0">
21800 <row>
21801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21802 \begin_inset Text
21803
21804 \begin_layout Plain Layout
21805 Command
21806 \end_layout
21807
21808 \end_inset
21809 </cell>
21810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21811 \begin_inset Text
21812
21813 \begin_layout Plain Layout
21814 Result
21815 \end_layout
21816
21817 \end_inset
21818 </cell>
21819 </row>
21820 <row>
21821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21822 \begin_inset Text
21823
21824 \begin_layout Plain Layout
21825
21826 \backslash
21827 hbar
21828 \end_layout
21829
21830 \end_inset
21831 </cell>
21832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21833 \begin_inset Text
21834
21835 \begin_layout Plain Layout
21836 \begin_inset Formula $\hbar$
21837 \end_inset
21838
21839
21840 \end_layout
21841
21842 \end_inset
21843 </cell>
21844 </row>
21845 <row>
21846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21847 \begin_inset Text
21848
21849 \begin_layout Plain Layout
21850
21851 \backslash
21852 hslash
21853 \end_layout
21854
21855 \end_inset
21856 </cell>
21857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21858 \begin_inset Text
21859
21860 \begin_layout Plain Layout
21861 \begin_inset Formula $\hslash$
21862 \end_inset
21863
21864
21865 \end_layout
21866
21867 \end_inset
21868 </cell>
21869 </row>
21870 <row>
21871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21872 \begin_inset Text
21873
21874 \begin_layout Plain Layout
21875
21876 \backslash
21877 clubsuit
21878 \end_layout
21879
21880 \end_inset
21881 </cell>
21882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21883 \begin_inset Text
21884
21885 \begin_layout Plain Layout
21886 \begin_inset Formula $\clubsuit$
21887 \end_inset
21888
21889
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 </row>
21895 <row>
21896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900
21901 \backslash
21902 spadesuit
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21908 \begin_inset Text
21909
21910 \begin_layout Plain Layout
21911 \begin_inset Formula $\spadesuit$
21912 \end_inset
21913
21914
21915 \end_layout
21916
21917 \end_inset
21918 </cell>
21919 </row>
21920 <row>
21921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21922 \begin_inset Text
21923
21924 \begin_layout Plain Layout
21925
21926 \backslash
21927 bigstar
21928 \end_layout
21929
21930 \end_inset
21931 </cell>
21932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21933 \begin_inset Text
21934
21935 \begin_layout Plain Layout
21936 \begin_inset Formula $\bigstar$
21937 \end_inset
21938
21939
21940 \end_layout
21941
21942 \end_inset
21943 </cell>
21944 </row>
21945 <row>
21946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21947 \begin_inset Text
21948
21949 \begin_layout Plain Layout
21950
21951 \backslash
21952 blacklozenge
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21958 \begin_inset Text
21959
21960 \begin_layout Plain Layout
21961 \begin_inset Formula $\blacklozenge$
21962 \end_inset
21963
21964
21965 \end_layout
21966
21967 \end_inset
21968 </cell>
21969 </row>
21970 <row>
21971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21972 \begin_inset Text
21973
21974 \begin_layout Plain Layout
21975
21976 \backslash
21977 blacktriangle
21978 \end_layout
21979
21980 \end_inset
21981 </cell>
21982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21983 \begin_inset Text
21984
21985 \begin_layout Plain Layout
21986 \begin_inset Formula $\blacktriangle$
21987 \end_inset
21988
21989
21990 \end_layout
21991
21992 \end_inset
21993 </cell>
21994 </row>
21995 <row>
21996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21997 \begin_inset Text
21998
21999 \begin_layout Plain Layout
22000
22001 \backslash
22002 blacktiangledown
22003 \end_layout
22004
22005 \end_inset
22006 </cell>
22007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22008 \begin_inset Text
22009
22010 \begin_layout Plain Layout
22011 \begin_inset Formula $\blacktriangledown$
22012 \end_inset
22013
22014
22015 \end_layout
22016
22017 \end_inset
22018 </cell>
22019 </row>
22020 <row>
22021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22022 \begin_inset Text
22023
22024 \begin_layout Plain Layout
22025
22026 \backslash
22027 bullet
22028 \end_layout
22029
22030 \end_inset
22031 </cell>
22032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22033 \begin_inset Text
22034
22035 \begin_layout Plain Layout
22036 \begin_inset Formula $\bullet$
22037 \end_inset
22038
22039
22040 \end_layout
22041
22042 \end_inset
22043 </cell>
22044 </row>
22045 </lyxtabular>
22046
22047 \end_inset
22048
22049
22050 \begin_inset Tabular
22051 <lyxtabular version="3" rows="10" columns="2">
22052 <features>
22053 <column alignment="center" valignment="top" width="0pt">
22054 <column alignment="center" valignment="top" width="0pt">
22055 <row>
22056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22057 \begin_inset Text
22058
22059 \begin_layout Plain Layout
22060 Command
22061 \end_layout
22062
22063 \end_inset
22064 </cell>
22065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22066 \begin_inset Text
22067
22068 \begin_layout Plain Layout
22069 Result
22070 \end_layout
22071
22072 \end_inset
22073 </cell>
22074 </row>
22075 <row>
22076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22077 \begin_inset Text
22078
22079 \begin_layout Plain Layout
22080
22081 \backslash
22082 diamondsuit
22083 \end_layout
22084
22085 \end_inset
22086 </cell>
22087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22088 \begin_inset Text
22089
22090 \begin_layout Plain Layout
22091 \begin_inset Formula $\diamondsuit$
22092 \end_inset
22093
22094
22095 \end_layout
22096
22097 \end_inset
22098 </cell>
22099 </row>
22100 <row>
22101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22102 \begin_inset Text
22103
22104 \begin_layout Plain Layout
22105
22106 \backslash
22107 Diamond
22108 \end_layout
22109
22110 \end_inset
22111 </cell>
22112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22113 \begin_inset Text
22114
22115 \begin_layout Plain Layout
22116 \begin_inset Formula $\Diamond$
22117 \end_inset
22118
22119
22120 \end_layout
22121
22122 \end_inset
22123 </cell>
22124 </row>
22125 <row>
22126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22127 \begin_inset Text
22128
22129 \begin_layout Plain Layout
22130
22131 \backslash
22132 heartsuit
22133 \end_layout
22134
22135 \end_inset
22136 </cell>
22137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22138 \begin_inset Text
22139
22140 \begin_layout Plain Layout
22141 \begin_inset Formula $\heartsuit$
22142 \end_inset
22143
22144
22145 \end_layout
22146
22147 \end_inset
22148 </cell>
22149 </row>
22150 <row>
22151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22152 \begin_inset Text
22153
22154 \begin_layout Plain Layout
22155
22156 \backslash
22157 P
22158 \end_layout
22159
22160 \end_inset
22161 </cell>
22162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22163 \begin_inset Text
22164
22165 \begin_layout Plain Layout
22166 \begin_inset Formula $\P$
22167 \end_inset
22168
22169
22170 \end_layout
22171
22172 \end_inset
22173 </cell>
22174 </row>
22175 <row>
22176 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22177 \begin_inset Text
22178
22179 \begin_layout Plain Layout
22180
22181 \backslash
22182 copyright
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22188 \begin_inset Text
22189
22190 \begin_layout Plain Layout
22191 \begin_inset Formula $\copyright$
22192 \end_inset
22193
22194
22195 \end_layout
22196
22197 \end_inset
22198 </cell>
22199 </row>
22200 <row>
22201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205
22206 \backslash
22207 circledR
22208 \end_layout
22209
22210 \end_inset
22211 </cell>
22212 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22213 \begin_inset Text
22214
22215 \begin_layout Plain Layout
22216 \begin_inset Formula $\circledR$
22217 \end_inset
22218
22219
22220 \end_layout
22221
22222 \end_inset
22223 </cell>
22224 </row>
22225 <row>
22226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22227 \begin_inset Text
22228
22229 \begin_layout Plain Layout
22230
22231 \backslash
22232 maltese
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22238 \begin_inset Text
22239
22240 \begin_layout Plain Layout
22241 \begin_inset Formula $\maltese$
22242 \end_inset
22243
22244
22245 \end_layout
22246
22247 \end_inset
22248 </cell>
22249 </row>
22250 <row>
22251 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22252 \begin_inset Text
22253
22254 \begin_layout Plain Layout
22255
22256 \backslash
22257 diagup
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22263 \begin_inset Text
22264
22265 \begin_layout Plain Layout
22266 \begin_inset Formula $\diagup$
22267 \end_inset
22268
22269
22270 \end_layout
22271
22272 \end_inset
22273 </cell>
22274 </row>
22275 <row>
22276 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22277 \begin_inset Text
22278
22279 \begin_layout Plain Layout
22280
22281 \backslash
22282 diagdown
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22288 \begin_inset Text
22289
22290 \begin_layout Plain Layout
22291 \begin_inset Formula $\diagdown$
22292 \end_inset
22293
22294
22295 \end_layout
22296
22297 \end_inset
22298 </cell>
22299 </row>
22300 </lyxtabular>
22301
22302 \end_inset
22303
22304
22305 \end_layout
22306
22307 \begin_layout Standard
22308 \begin_inset VSpace medskip
22309 \end_inset
22310
22311 More symbols are listed in 
22312 \begin_inset CommandInset ref
22313 LatexCommand ref
22314 reference "sub:Miscellaneous-special-Characters"
22315
22316 \end_inset
22317
22318 .
22319 \end_layout
22320
22321 \begin_layout Standard
22322 Some symbols can be displayed in different sizes, see 
22323 \begin_inset CommandInset ref
22324 LatexCommand ref
22325 reference "sub:Font-Sizes"
22326
22327 \end_inset
22328
22329 .
22330 \end_layout
22331
22332 \begin_layout Subsection
22333 The Euro-Symbol €
22334 \begin_inset Index
22335 status collapsed
22336
22337 \begin_layout Plain Layout
22338 Symbols ! Euro-symbol
22339 \end_layout
22340
22341 \end_inset
22342
22343
22344 \begin_inset Index
22345 status collapsed
22346
22347 \begin_layout Plain Layout
22348
22349 \backslash
22350 @
22351 \begin_inset ERT
22352 status collapsed
22353
22354 \begin_layout Plain Layout
22355
22356
22357 \backslash
22358 officialeuro
22359 \end_layout
22360
22361 \end_inset
22362
22363
22364 \end_layout
22365
22366 \end_inset
22367
22368
22369 \end_layout
22370
22371 \begin_layout Standard
22372 To use the Euro symbol in formulas, the LaTeX-package 
22373 \series bold
22374 eurosym
22375 \series default
22376
22377 \begin_inset Index
22378 status collapsed
22379
22380 \begin_layout Plain Layout
22381 Packages ! eurosym
22382 \end_layout
22383
22384 \end_inset
22385
22386  must be installed and loaded with the LaTeX-preamble line
22387 \end_layout
22388
22389 \begin_layout Standard
22390
22391 \series bold
22392
22393 \backslash
22394 usepackage[gennarrow]{eurosym}
22395 \end_layout
22396
22397 \begin_layout Standard
22398 The Euro symbol can now be inserted with the command 
22399 \series bold
22400
22401 \backslash
22402 euro
22403 \series default
22404
22405 \begin_inset Index
22406 status collapsed
22407
22408 \begin_layout Plain Layout
22409 Commands ! E ! 
22410 \backslash
22411 euro
22412 \end_layout
22413
22414 \end_inset
22415
22416 .
22417 \end_layout
22418
22419 \begin_layout Standard
22420 The Euro symbol can directly be inserted with the € key in mathematical
22421  text, without having 
22422 \series bold
22423 eurosym
22424 \series default
22425  installed.
22426  When 
22427 \series bold
22428 eurosym
22429 \series default
22430  is installed, 
22431 \series bold
22432
22433 \backslash
22434 euro
22435 \series default
22436  can also be inserted in TeX-mode.
22437  The official currency symbol can then be inserted with the command 
22438 \series bold
22439
22440 \backslash
22441 officialeuro
22442 \series default
22443
22444 \begin_inset Index
22445 status collapsed
22446
22447 \begin_layout Plain Layout
22448 Commands ! O ! 
22449 \backslash
22450 officialeuro
22451 \end_layout
22452
22453 \end_inset
22454
22455 , that is only available in TeX-mode.
22456 \end_layout
22457
22458 \begin_layout Standard
22459 \begin_inset ERT
22460 status collapsed
22461
22462 \begin_layout Plain Layout
22463
22464
22465 \backslash
22466 ifeurosym 
22467 \end_layout
22468
22469 \end_inset
22470
22471
22472 \begin_inset Note Note
22473 status open
22474
22475 \begin_layout Plain Layout
22476 The following table will only be displayed when the LaTeX-package 
22477 \series bold
22478 eurosym
22479 \series default
22480  is installed.
22481 \end_layout
22482
22483 \end_inset
22484
22485
22486 \end_layout
22487
22488 \begin_layout Standard
22489 An overview about the different Euro symbols:
22490 \end_layout
22491
22492 \begin_layout Standard
22493 \align center
22494 \begin_inset Tabular
22495 <lyxtabular version="3" rows="4" columns="3">
22496 <features>
22497 <column alignment="center" valignment="top" width="0pt">
22498 <column alignment="center" valignment="top" width="0pt">
22499 <column alignment="center" valignment="top" width="0pt">
22500 <row>
22501 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22502 \begin_inset Text
22503
22504 \begin_layout Plain Layout
22505
22506 \end_layout
22507
22508 \end_inset
22509 </cell>
22510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22511 \begin_inset Text
22512
22513 \begin_layout Plain Layout
22514 Command 
22515 \end_layout
22516
22517 \end_inset
22518 </cell>
22519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22520 \begin_inset Text
22521
22522 \begin_layout Plain Layout
22523 Result
22524 \end_layout
22525
22526 \end_inset
22527 </cell>
22528 </row>
22529 <row>
22530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22531 \begin_inset Text
22532
22533 \begin_layout Plain Layout
22534 formula
22535 \end_layout
22536
22537 \end_inset
22538 </cell>
22539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22540 \begin_inset Text
22541
22542 \begin_layout Plain Layout
22543
22544 \backslash
22545 euro
22546 \end_layout
22547
22548 \end_inset
22549 </cell>
22550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22551 \begin_inset Text
22552
22553 \begin_layout Plain Layout
22554 \begin_inset Formula $\euro$
22555 \end_inset
22556
22557
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 </row>
22563 <row>
22564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22565 \begin_inset Text
22566
22567 \begin_layout Plain Layout
22568 mathematical text
22569 \end_layout
22570
22571 \end_inset
22572 </cell>
22573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22574 \begin_inset Text
22575
22576 \begin_layout Plain Layout
22577
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 $\mbox{€}$
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" bottomline="true" leftline="true" usebox="none">
22597 \begin_inset Text
22598
22599 \begin_layout Plain Layout
22600 TeX-mode
22601 \end_layout
22602
22603 \end_inset
22604 </cell>
22605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22606 \begin_inset Text
22607
22608 \begin_layout Plain Layout
22609
22610 \backslash
22611 officialeuro
22612 \end_layout
22613
22614 \end_inset
22615 </cell>
22616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22617 \begin_inset Text
22618
22619 \begin_layout Plain Layout
22620 \begin_inset ERT
22621 status collapsed
22622
22623 \begin_layout Plain Layout
22624
22625
22626 \backslash
22627 officialeuro
22628 \end_layout
22629
22630 \end_inset
22631
22632
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 </row>
22638 </lyxtabular>
22639
22640 \end_inset
22641
22642
22643 \end_layout
22644
22645 \begin_layout Standard
22646 \begin_inset ERT
22647 status collapsed
22648
22649 \begin_layout Plain Layout
22650
22651
22652 \backslash
22653 else 
22654 \end_layout
22655
22656 \end_inset
22657
22658
22659 \begin_inset Note Note
22660 status open
22661
22662 \begin_layout Plain Layout
22663 The following will be displayed when the LaTeX-package 
22664 \series bold
22665 eurosym
22666 \series default
22667  is not installed:
22668 \end_layout
22669
22670 \end_inset
22671
22672
22673 \end_layout
22674
22675 \begin_layout Standard
22676 You need to install the LaTeX-package 
22677 \series bold
22678 eurosym
22679 \series default
22680  to see the rest of this subsection in the output.
22681 \end_layout
22682
22683 \begin_layout Standard
22684 \begin_inset ERT
22685 status collapsed
22686
22687 \begin_layout Plain Layout
22688
22689
22690 \backslash
22691 fi 
22692 \end_layout
22693
22694 \end_inset
22695
22696
22697 \end_layout
22698
22699 \begin_layout Section
22700 Relations
22701 \begin_inset CommandInset label
22702 LatexCommand label
22703 name "sec:Relations"
22704
22705 \end_inset
22706
22707
22708 \begin_inset Index
22709 status collapsed
22710
22711 \begin_layout Plain Layout
22712 Relations
22713 \end_layout
22714
22715 \end_inset
22716
22717
22718 \begin_inset Index
22719 status collapsed
22720
22721 \begin_layout Plain Layout
22722 Comparisons|see
22723 \begin_inset ERT
22724 status collapsed
22725
22726 \begin_layout Plain Layout
22727
22728 {
22729 \end_layout
22730
22731 \end_inset
22732
22733 Relations
22734 \begin_inset ERT
22735 status collapsed
22736
22737 \begin_layout Plain Layout
22738
22739 }
22740 \end_layout
22741
22742 \end_inset
22743
22744
22745 \end_layout
22746
22747 \end_inset
22748
22749
22750 \end_layout
22751
22752 \begin_layout Standard
22753 All relations can also be inserted via the toolbar button 
22754 \begin_inset Graphics
22755         filename ../images/math/leq.png
22756         scale 85
22757
22758 \end_inset
22759
22760 .
22761 \end_layout
22762
22763 \begin_layout Standard
22764 \begin_inset space \hfill{}
22765 \end_inset
22766
22767
22768 \begin_inset Tabular
22769 <lyxtabular version="3" rows="17" columns="2">
22770 <features>
22771 <column alignment="center" valignment="top" width="0pt">
22772 <column alignment="center" valignment="top" width="0pt">
22773 <row>
22774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22775 \begin_inset Text
22776
22777 \begin_layout Plain Layout
22778 Command
22779 \end_layout
22780
22781 \end_inset
22782 </cell>
22783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22784 \begin_inset Text
22785
22786 \begin_layout Plain Layout
22787 Result
22788 \end_layout
22789
22790 \end_inset
22791 </cell>
22792 </row>
22793 <row>
22794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22795 \begin_inset Text
22796
22797 \begin_layout Plain Layout
22798 <
22799 \end_layout
22800
22801 \end_inset
22802 </cell>
22803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22804 \begin_inset Text
22805
22806 \begin_layout Plain Layout
22807 \begin_inset Formula $<$
22808 \end_inset
22809
22810
22811 \end_layout
22812
22813 \end_inset
22814 </cell>
22815 </row>
22816 <row>
22817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22818 \begin_inset Text
22819
22820 \begin_layout Plain Layout
22821
22822 \backslash
22823 le
22824 \end_layout
22825
22826 \end_inset
22827 </cell>
22828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22829 \begin_inset Text
22830
22831 \begin_layout Plain Layout
22832 \begin_inset Formula $\le$
22833 \end_inset
22834
22835
22836 \end_layout
22837
22838 \end_inset
22839 </cell>
22840 </row>
22841 <row>
22842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22843 \begin_inset Text
22844
22845 \begin_layout Plain Layout
22846
22847 \backslash
22848 ll
22849 \end_layout
22850
22851 \end_inset
22852 </cell>
22853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22854 \begin_inset Text
22855
22856 \begin_layout Plain Layout
22857 \begin_inset Formula $\ll$
22858 \end_inset
22859
22860
22861 \end_layout
22862
22863 \end_inset
22864 </cell>
22865 </row>
22866 <row>
22867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22868 \begin_inset Text
22869
22870 \begin_layout Plain Layout
22871
22872 \backslash
22873 prec
22874 \end_layout
22875
22876 \end_inset
22877 </cell>
22878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22879 \begin_inset Text
22880
22881 \begin_layout Plain Layout
22882 \begin_inset Formula $\prec$
22883 \end_inset
22884
22885
22886 \end_layout
22887
22888 \end_inset
22889 </cell>
22890 </row>
22891 <row>
22892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22893 \begin_inset Text
22894
22895 \begin_layout Plain Layout
22896
22897 \backslash
22898 preceq
22899 \end_layout
22900
22901 \end_inset
22902 </cell>
22903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22904 \begin_inset Text
22905
22906 \begin_layout Plain Layout
22907 \begin_inset Formula $\preceq$
22908 \end_inset
22909
22910
22911 \end_layout
22912
22913 \end_inset
22914 </cell>
22915 </row>
22916 <row>
22917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22918 \begin_inset Text
22919
22920 \begin_layout Plain Layout
22921
22922 \backslash
22923 subset
22924 \end_layout
22925
22926 \end_inset
22927 </cell>
22928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22929 \begin_inset Text
22930
22931 \begin_layout Plain Layout
22932 \begin_inset Formula $\subset$
22933 \end_inset
22934
22935
22936 \end_layout
22937
22938 \end_inset
22939 </cell>
22940 </row>
22941 <row>
22942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22943 \begin_inset Text
22944
22945 \begin_layout Plain Layout
22946
22947 \backslash
22948 subseteq
22949 \end_layout
22950
22951 \end_inset
22952 </cell>
22953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22954 \begin_inset Text
22955
22956 \begin_layout Plain Layout
22957 \begin_inset Formula $\subseteq$
22958 \end_inset
22959
22960
22961 \end_layout
22962
22963 \end_inset
22964 </cell>
22965 </row>
22966 <row>
22967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22968 \begin_inset Text
22969
22970 \begin_layout Plain Layout
22971
22972 \backslash
22973 sqsubseteq
22974 \end_layout
22975
22976 \end_inset
22977 </cell>
22978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22979 \begin_inset Text
22980
22981 \begin_layout Plain Layout
22982 \begin_inset Formula $\sqsubseteq$
22983 \end_inset
22984
22985
22986 \end_layout
22987
22988 \end_inset
22989 </cell>
22990 </row>
22991 <row>
22992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22993 \begin_inset Text
22994
22995 \begin_layout Plain Layout
22996
22997 \backslash
22998 in
22999 \end_layout
23000
23001 \end_inset
23002 </cell>
23003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23004 \begin_inset Text
23005
23006 \begin_layout Plain Layout
23007 \begin_inset Formula $\in$
23008 \end_inset
23009
23010
23011 \end_layout
23012
23013 \end_inset
23014 </cell>
23015 </row>
23016 <row>
23017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23018 \begin_inset Text
23019
23020 \begin_layout Plain Layout
23021
23022 \backslash
23023 vdash
23024 \end_layout
23025
23026 \end_inset
23027 </cell>
23028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23029 \begin_inset Text
23030
23031 \begin_layout Plain Layout
23032 \begin_inset Formula $\vdash$
23033 \end_inset
23034
23035
23036 \end_layout
23037
23038 \end_inset
23039 </cell>
23040 </row>
23041 <row>
23042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046
23047 \backslash
23048 smile
23049 \end_layout
23050
23051 \end_inset
23052 </cell>
23053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23054 \begin_inset Text
23055
23056 \begin_layout Plain Layout
23057 \begin_inset Formula $\smile$
23058 \end_inset
23059
23060
23061 \end_layout
23062
23063 \end_inset
23064 </cell>
23065 </row>
23066 <row>
23067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23068 \begin_inset Text
23069
23070 \begin_layout Plain Layout
23071
23072 \backslash
23073 lhd
23074 \end_layout
23075
23076 \end_inset
23077 </cell>
23078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23079 \begin_inset Text
23080
23081 \begin_layout Plain Layout
23082 \begin_inset Formula $\lhd$
23083 \end_inset
23084
23085
23086 \end_layout
23087
23088 \end_inset
23089 </cell>
23090 </row>
23091 <row>
23092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23093 \begin_inset Text
23094
23095 \begin_layout Plain Layout
23096
23097 \backslash
23098 unlhd
23099 \end_layout
23100
23101 \end_inset
23102 </cell>
23103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23104 \begin_inset Text
23105
23106 \begin_layout Plain Layout
23107 \begin_inset Formula $\unlhd$
23108 \end_inset
23109
23110
23111 \end_layout
23112
23113 \end_inset
23114 </cell>
23115 </row>
23116 <row>
23117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23118 \begin_inset Text
23119
23120 \begin_layout Plain Layout
23121
23122 \backslash
23123 gtrless
23124 \end_layout
23125
23126 \end_inset
23127 </cell>
23128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23129 \begin_inset Text
23130
23131 \begin_layout Plain Layout
23132 \begin_inset Formula $\gtrless$
23133 \end_inset
23134
23135
23136 \end_layout
23137
23138 \end_inset
23139 </cell>
23140 </row>
23141 <row>
23142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146
23147 \backslash
23148 mid
23149 \end_layout
23150
23151 \end_inset
23152 </cell>
23153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23154 \begin_inset Text
23155
23156 \begin_layout Plain Layout
23157 \begin_inset Formula $\mid$
23158 \end_inset
23159
23160
23161 \end_layout
23162
23163 \end_inset
23164 </cell>
23165 </row>
23166 <row>
23167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171
23172 \backslash
23173 nmid
23174 \end_layout
23175
23176 \end_inset
23177 </cell>
23178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23179 \begin_inset Text
23180
23181 \begin_layout Plain Layout
23182 \begin_inset Formula $\nmid$
23183 \end_inset
23184
23185
23186 \end_layout
23187
23188 \end_inset
23189 </cell>
23190 </row>
23191 </lyxtabular>
23192
23193 \end_inset
23194
23195
23196 \begin_inset space \hfill{}
23197 \end_inset
23198
23199
23200 \begin_inset Tabular
23201 <lyxtabular version="3" rows="17" columns="2">
23202 <features>
23203 <column alignment="center" valignment="top" width="0pt">
23204 <column alignment="center" valignment="top" width="0pt">
23205 <row>
23206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23207 \begin_inset Text
23208
23209 \begin_layout Plain Layout
23210 Command
23211 \end_layout
23212
23213 \end_inset
23214 </cell>
23215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23216 \begin_inset Text
23217
23218 \begin_layout Plain Layout
23219 Result
23220 \end_layout
23221
23222 \end_inset
23223 </cell>
23224 </row>
23225 <row>
23226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23227 \begin_inset Text
23228
23229 \begin_layout Plain Layout
23230 =
23231 \end_layout
23232
23233 \end_inset
23234 </cell>
23235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23236 \begin_inset Text
23237
23238 \begin_layout Plain Layout
23239 \begin_inset Formula $=$
23240 \end_inset
23241
23242
23243 \end_layout
23244
23245 \end_inset
23246 </cell>
23247 </row>
23248 <row>
23249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23250 \begin_inset Text
23251
23252 \begin_layout Plain Layout
23253
23254 \backslash
23255 not=
23256 \end_layout
23257
23258 \end_inset
23259 </cell>
23260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23261 \begin_inset Text
23262
23263 \begin_layout Plain Layout
23264 \begin_inset Formula $\not=$
23265 \end_inset
23266
23267
23268 \end_layout
23269
23270 \end_inset
23271 </cell>
23272 </row>
23273 <row>
23274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23275 \begin_inset Text
23276
23277 \begin_layout Plain Layout
23278
23279 \backslash
23280 equiv
23281 \end_layout
23282
23283 \end_inset
23284 </cell>
23285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23286 \begin_inset Text
23287
23288 \begin_layout Plain Layout
23289 \begin_inset Formula $\equiv$
23290 \end_inset
23291
23292
23293 \end_layout
23294
23295 \end_inset
23296 </cell>
23297 </row>
23298 <row>
23299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23300 \begin_inset Text
23301
23302 \begin_layout Plain Layout
23303
23304 \backslash
23305 sim
23306 \end_layout
23307
23308 \end_inset
23309 </cell>
23310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23311 \begin_inset Text
23312
23313 \begin_layout Plain Layout
23314 \begin_inset Formula $\sim$
23315 \end_inset
23316
23317
23318 \end_layout
23319
23320 \end_inset
23321 </cell>
23322 </row>
23323 <row>
23324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23325 \begin_inset Text
23326
23327 \begin_layout Plain Layout
23328
23329 \backslash
23330 simeq
23331 \end_layout
23332
23333 \end_inset
23334 </cell>
23335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23336 \begin_inset Text
23337
23338 \begin_layout Plain Layout
23339 \begin_inset Formula $\simeq$
23340 \end_inset
23341
23342
23343 \end_layout
23344
23345 \end_inset
23346 </cell>
23347 </row>
23348 <row>
23349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23350 \begin_inset Text
23351
23352 \begin_layout Plain Layout
23353
23354 \backslash
23355 approx
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23361 \begin_inset Text
23362
23363 \begin_layout Plain Layout
23364 \begin_inset Formula $\approx$
23365 \end_inset
23366
23367
23368 \end_layout
23369
23370 \end_inset
23371 </cell>
23372 </row>
23373 <row>
23374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378
23379 \backslash
23380 cong
23381 \end_layout
23382
23383 \end_inset
23384 </cell>
23385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23386 \begin_inset Text
23387
23388 \begin_layout Plain Layout
23389 \begin_inset Formula $\cong$
23390 \end_inset
23391
23392
23393 \end_layout
23394
23395 \end_inset
23396 </cell>
23397 </row>
23398 <row>
23399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403
23404 \backslash
23405 bowtie
23406 \end_layout
23407
23408 \end_inset
23409 </cell>
23410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23411 \begin_inset Text
23412
23413 \begin_layout Plain Layout
23414 \begin_inset Formula $\bowtie$
23415 \end_inset
23416
23417
23418 \end_layout
23419
23420 \end_inset
23421 </cell>
23422 </row>
23423 <row>
23424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23425 \begin_inset Text
23426
23427 \begin_layout Plain Layout
23428
23429 \backslash
23430 notin
23431 \end_layout
23432
23433 \end_inset
23434 </cell>
23435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23436 \begin_inset Text
23437
23438 \begin_layout Plain Layout
23439 \begin_inset Formula $\notin$
23440 \end_inset
23441
23442
23443 \end_layout
23444
23445 \end_inset
23446 </cell>
23447 </row>
23448 <row>
23449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453
23454 \backslash
23455 perp
23456 \end_layout
23457
23458 \end_inset
23459 </cell>
23460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23461 \begin_inset Text
23462
23463 \begin_layout Plain Layout
23464 \begin_inset Formula $\perp$
23465 \end_inset
23466
23467
23468 \end_layout
23469
23470 \end_inset
23471 </cell>
23472 </row>
23473 <row>
23474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23475 \begin_inset Text
23476
23477 \begin_layout Plain Layout
23478
23479 \backslash
23480 propto
23481 \end_layout
23482
23483 \end_inset
23484 </cell>
23485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23486 \begin_inset Text
23487
23488 \begin_layout Plain Layout
23489 \begin_inset Formula $\propto$
23490 \end_inset
23491
23492
23493 \end_layout
23494
23495 \end_inset
23496 </cell>
23497 </row>
23498 <row>
23499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503
23504 \backslash
23505 asymp
23506 \end_layout
23507
23508 \end_inset
23509 </cell>
23510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23511 \begin_inset Text
23512
23513 \begin_layout Plain Layout
23514 \begin_inset Formula $\asymp$
23515 \end_inset
23516
23517
23518 \end_layout
23519
23520 \end_inset
23521 </cell>
23522 </row>
23523 <row>
23524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23525 \begin_inset Text
23526
23527 \begin_layout Plain Layout
23528
23529 \backslash
23530 doteq
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23536 \begin_inset Text
23537
23538 \begin_layout Plain Layout
23539 \begin_inset Formula $\doteq$
23540 \end_inset
23541
23542
23543 \end_layout
23544
23545 \end_inset
23546 </cell>
23547 </row>
23548 <row>
23549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553
23554 \backslash
23555 circeq
23556 \end_layout
23557
23558 \end_inset
23559 </cell>
23560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23561 \begin_inset Text
23562
23563 \begin_layout Plain Layout
23564 \begin_inset Formula $\circeq$
23565 \end_inset
23566
23567
23568 \end_layout
23569
23570 \end_inset
23571 </cell>
23572 </row>
23573 <row>
23574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578
23579 \backslash
23580 models
23581 \end_layout
23582
23583 \end_inset
23584 </cell>
23585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23586 \begin_inset Text
23587
23588 \begin_layout Plain Layout
23589 \begin_inset Formula $\models$
23590 \end_inset
23591
23592
23593 \end_layout
23594
23595 \end_inset
23596 </cell>
23597 </row>
23598 <row>
23599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603
23604 \backslash
23605 widehat=
23606 \end_layout
23607
23608 \end_inset
23609 </cell>
23610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23611 \begin_inset Text
23612
23613 \begin_layout Plain Layout
23614 \begin_inset Formula $\widehat{=}$
23615 \end_inset
23616
23617
23618 \end_layout
23619
23620 \end_inset
23621 </cell>
23622 </row>
23623 </lyxtabular>
23624
23625 \end_inset
23626
23627
23628 \begin_inset space \hfill{}
23629 \end_inset
23630
23631
23632 \begin_inset Tabular
23633 <lyxtabular version="3" rows="17" columns="2">
23634 <features>
23635 <column alignment="center" valignment="top" width="0pt">
23636 <column alignment="center" valignment="top" width="0pt">
23637 <row>
23638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23639 \begin_inset Text
23640
23641 \begin_layout Plain Layout
23642 Command
23643 \end_layout
23644
23645 \end_inset
23646 </cell>
23647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23648 \begin_inset Text
23649
23650 \begin_layout Plain Layout
23651 Result
23652 \end_layout
23653
23654 \end_inset
23655 </cell>
23656 </row>
23657 <row>
23658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23659 \begin_inset Text
23660
23661 \begin_layout Plain Layout
23662 >
23663 \end_layout
23664
23665 \end_inset
23666 </cell>
23667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23668 \begin_inset Text
23669
23670 \begin_layout Plain Layout
23671 \begin_inset Formula $>$
23672 \end_inset
23673
23674
23675 \end_layout
23676
23677 \end_inset
23678 </cell>
23679 </row>
23680 <row>
23681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23682 \begin_inset Text
23683
23684 \begin_layout Plain Layout
23685
23686 \backslash
23687 ge
23688 \end_layout
23689
23690 \end_inset
23691 </cell>
23692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23693 \begin_inset Text
23694
23695 \begin_layout Plain Layout
23696 \begin_inset Formula $\ge$
23697 \end_inset
23698
23699
23700 \end_layout
23701
23702 \end_inset
23703 </cell>
23704 </row>
23705 <row>
23706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23707 \begin_inset Text
23708
23709 \begin_layout Plain Layout
23710
23711 \backslash
23712 gg
23713 \end_layout
23714
23715 \end_inset
23716 </cell>
23717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23718 \begin_inset Text
23719
23720 \begin_layout Plain Layout
23721 \begin_inset Formula $\gg$
23722 \end_inset
23723
23724
23725 \end_layout
23726
23727 \end_inset
23728 </cell>
23729 </row>
23730 <row>
23731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23732 \begin_inset Text
23733
23734 \begin_layout Plain Layout
23735
23736 \backslash
23737 succ
23738 \end_layout
23739
23740 \end_inset
23741 </cell>
23742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23743 \begin_inset Text
23744
23745 \begin_layout Plain Layout
23746 \begin_inset Formula $\succ$
23747 \end_inset
23748
23749
23750 \end_layout
23751
23752 \end_inset
23753 </cell>
23754 </row>
23755 <row>
23756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23757 \begin_inset Text
23758
23759 \begin_layout Plain Layout
23760
23761 \backslash
23762 succeq
23763 \end_layout
23764
23765 \end_inset
23766 </cell>
23767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23768 \begin_inset Text
23769
23770 \begin_layout Plain Layout
23771 \begin_inset Formula $\succeq$
23772 \end_inset
23773
23774
23775 \end_layout
23776
23777 \end_inset
23778 </cell>
23779 </row>
23780 <row>
23781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23782 \begin_inset Text
23783
23784 \begin_layout Plain Layout
23785
23786 \backslash
23787 supset
23788 \end_layout
23789
23790 \end_inset
23791 </cell>
23792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23793 \begin_inset Text
23794
23795 \begin_layout Plain Layout
23796 \begin_inset Formula $\supset$
23797 \end_inset
23798
23799
23800 \end_layout
23801
23802 \end_inset
23803 </cell>
23804 </row>
23805 <row>
23806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23807 \begin_inset Text
23808
23809 \begin_layout Plain Layout
23810
23811 \backslash
23812 supseteq
23813 \end_layout
23814
23815 \end_inset
23816 </cell>
23817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23818 \begin_inset Text
23819
23820 \begin_layout Plain Layout
23821 \begin_inset Formula $\supseteq$
23822 \end_inset
23823
23824
23825 \end_layout
23826
23827 \end_inset
23828 </cell>
23829 </row>
23830 <row>
23831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23832 \begin_inset Text
23833
23834 \begin_layout Plain Layout
23835
23836 \backslash
23837 sqsupseteq
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23843 \begin_inset Text
23844
23845 \begin_layout Plain Layout
23846 \begin_inset Formula $\sqsupseteq$
23847 \end_inset
23848
23849
23850 \end_layout
23851
23852 \end_inset
23853 </cell>
23854 </row>
23855 <row>
23856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23857 \begin_inset Text
23858
23859 \begin_layout Plain Layout
23860
23861 \backslash
23862 ni
23863 \end_layout
23864
23865 \end_inset
23866 </cell>
23867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23868 \begin_inset Text
23869
23870 \begin_layout Plain Layout
23871 \begin_inset Formula $\ni$
23872 \end_inset
23873
23874
23875 \end_layout
23876
23877 \end_inset
23878 </cell>
23879 </row>
23880 <row>
23881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23882 \begin_inset Text
23883
23884 \begin_layout Plain Layout
23885
23886 \backslash
23887 dashv
23888 \end_layout
23889
23890 \end_inset
23891 </cell>
23892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23893 \begin_inset Text
23894
23895 \begin_layout Plain Layout
23896 \begin_inset Formula $\dashv$
23897 \end_inset
23898
23899
23900 \end_layout
23901
23902 \end_inset
23903 </cell>
23904 </row>
23905 <row>
23906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23907 \begin_inset Text
23908
23909 \begin_layout Plain Layout
23910
23911 \backslash
23912 frown
23913 \end_layout
23914
23915 \end_inset
23916 </cell>
23917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23918 \begin_inset Text
23919
23920 \begin_layout Plain Layout
23921 \begin_inset Formula $\frown$
23922 \end_inset
23923
23924
23925 \end_layout
23926
23927 \end_inset
23928 </cell>
23929 </row>
23930 <row>
23931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23932 \begin_inset Text
23933
23934 \begin_layout Plain Layout
23935
23936 \backslash
23937 rhd
23938 \end_layout
23939
23940 \end_inset
23941 </cell>
23942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23943 \begin_inset Text
23944
23945 \begin_layout Plain Layout
23946 \begin_inset Formula $\rhd$
23947 \end_inset
23948
23949
23950 \end_layout
23951
23952 \end_inset
23953 </cell>
23954 </row>
23955 <row>
23956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23957 \begin_inset Text
23958
23959 \begin_layout Plain Layout
23960
23961 \backslash
23962 unrhd
23963 \end_layout
23964
23965 \end_inset
23966 </cell>
23967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23968 \begin_inset Text
23969
23970 \begin_layout Plain Layout
23971 \begin_inset Formula $\unrhd$
23972 \end_inset
23973
23974
23975 \end_layout
23976
23977 \end_inset
23978 </cell>
23979 </row>
23980 <row>
23981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23982 \begin_inset Text
23983
23984 \begin_layout Plain Layout
23985
23986 \backslash
23987 lessgtr
23988 \end_layout
23989
23990 \end_inset
23991 </cell>
23992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23993 \begin_inset Text
23994
23995 \begin_layout Plain Layout
23996 \begin_inset Formula $\lessgtr$
23997 \end_inset
23998
23999
24000 \end_layout
24001
24002 \end_inset
24003 </cell>
24004 </row>
24005 <row>
24006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24007 \begin_inset Text
24008
24009 \begin_layout Plain Layout
24010
24011 \backslash
24012 parallel
24013 \end_layout
24014
24015 \end_inset
24016 </cell>
24017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24018 \begin_inset Text
24019
24020 \begin_layout Plain Layout
24021 \begin_inset Formula $\parallel$
24022 \end_inset
24023
24024
24025 \end_layout
24026
24027 \end_inset
24028 </cell>
24029 </row>
24030 <row>
24031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24032 \begin_inset Text
24033
24034 \begin_layout Plain Layout
24035
24036 \backslash
24037 nparallel
24038 \end_layout
24039
24040 \end_inset
24041 </cell>
24042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24043 \begin_inset Text
24044
24045 \begin_layout Plain Layout
24046 \begin_inset Formula $\nparallel$
24047 \end_inset
24048
24049
24050 \end_layout
24051
24052 \end_inset
24053 </cell>
24054 </row>
24055 </lyxtabular>
24056
24057 \end_inset
24058
24059
24060 \begin_inset space \hfill{}
24061 \end_inset
24062
24063
24064 \end_layout
24065
24066 \begin_layout Standard
24067 \begin_inset VSpace medskip
24068 \end_inset
24069
24070 The characters 
24071 \series bold
24072
24073 \backslash
24074 lhd
24075 \series default
24076  and 
24077 \series bold
24078
24079 \backslash
24080 rhd
24081 \series default
24082  are bigger than the equal looking operators 
24083 \series bold
24084
24085 \backslash
24086 triangleleft
24087 \series default
24088  and 
24089 \series bold
24090
24091 \backslash
24092 triangleright
24093 \series default
24094 , respectively.
24095 \end_layout
24096
24097 \begin_layout Standard
24098 Relations are, in contrary to symbols, always surrounded by space.
24099 \end_layout
24100
24101 \begin_layout Standard
24102 Relations with labels can be created with the command 
24103 \series bold
24104
24105 \backslash
24106 stackrel
24107 \series default
24108
24109 \begin_inset Index
24110 status collapsed
24111
24112 \begin_layout Plain Layout
24113 Commands ! S ! 
24114 \backslash
24115 stackrel
24116 \end_layout
24117
24118 \end_inset
24119
24120 :
24121 \end_layout
24122
24123 \begin_layout Standard
24124 \align center
24125 \begin_inset Tabular
24126 <lyxtabular version="3" rows="2" columns="2">
24127 <features>
24128 <column alignment="center" valignment="top" width="0">
24129 <column alignment="center" valignment="top" width="0">
24130 <row>
24131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24132 \begin_inset Text
24133
24134 \begin_layout Plain Layout
24135 Command
24136 \end_layout
24137
24138 \end_inset
24139 </cell>
24140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24141 \begin_inset Text
24142
24143 \begin_layout Plain Layout
24144 Result
24145 \begin_inset Note Note
24146 status collapsed
24147
24148 \begin_layout Plain Layout
24149
24150 \series bold
24151
24152 \backslash
24153 raisebox
24154 \series default
24155  is only used as spacer.
24156 \end_layout
24157
24158 \end_inset
24159
24160
24161 \end_layout
24162
24163 \end_inset
24164 </cell>
24165 </row>
24166 <row>
24167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24168 \begin_inset Text
24169
24170 \begin_layout Plain Layout
24171 A(r)
24172 \backslash
24173 stackrel
24174 \begin_inset ERT
24175 status collapsed
24176
24177 \begin_layout Plain Layout
24178
24179
24180 \backslash
24181 spce 
24182 \end_layout
24183
24184 \end_inset
24185
24186 r
24187 \backslash
24188 to
24189 \backslash
24190 infty
24191 \begin_inset ERT
24192 status collapsed
24193
24194 \begin_layout Plain Layout
24195
24196
24197 \backslash
24198 spce 
24199 \end_layout
24200
24201 \end_inset
24202
24203
24204 \begin_inset Formula $\downarrow$
24205 \end_inset
24206
24207
24208 \backslash
24209 approx
24210 \begin_inset ERT
24211 status collapsed
24212
24213 \begin_layout Plain Layout
24214
24215
24216 \backslash
24217 spce 
24218 \end_layout
24219
24220 \end_inset
24221
24222
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 B
24236 \end_layout
24237
24238 \end_inset
24239 </cell>
24240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24241 \begin_inset Text
24242
24243 \begin_layout Plain Layout
24244 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24245 \end_inset
24246
24247
24248 \end_layout
24249
24250 \end_inset
24251 </cell>
24252 </row>
24253 </lyxtabular>
24254
24255 \end_inset
24256
24257
24258 \end_layout
24259
24260 \begin_layout Section
24261 Functions
24262 \end_layout
24263
24264 \begin_layout Subsection
24265 Predefined Functions
24266 \begin_inset CommandInset label
24267 LatexCommand label
24268 name "sub:Predefined-Functions"
24269
24270 \end_inset
24271
24272
24273 \begin_inset Index
24274 status collapsed
24275
24276 \begin_layout Plain Layout
24277 Functions ! predefined
24278 \end_layout
24279
24280 \end_inset
24281
24282
24283 \end_layout
24284
24285 \begin_layout Standard
24286 In general, variables are set 
24287 \emph on
24288 italic
24289 \emph default
24290  in mathematical expressions, but not function names, because 
24291 \begin_inset Formula $sin$
24292 \end_inset
24293
24294  could be misunderstood as 
24295 \begin_inset Formula $s\cdot i\cdot n$
24296 \end_inset
24297
24298 .
24299  Therefore there are predefined functions, that are additionally a bit separated
24300  from prefactors.
24301  They are inserted as commands starting with a backslash before their name.
24302 \end_layout
24303
24304 \begin_layout Standard
24305 \align center
24306 \begin_inset Tabular
24307 <lyxtabular version="3" rows="2" columns="4">
24308 <features>
24309 <column alignment="center" valignment="top" width="0pt">
24310 <column alignment="center" valignment="top" width="0pt">
24311 <column alignment="center" valignment="top" width="0pt">
24312 <column alignment="center" valignment="top" width="0pt">
24313 <row>
24314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24315 \begin_inset Text
24316
24317 \begin_layout Plain Layout
24318 Command
24319 \end_layout
24320
24321 \end_inset
24322 </cell>
24323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24324 \begin_inset Text
24325
24326 \begin_layout Plain Layout
24327 Result
24328 \end_layout
24329
24330 \end_inset
24331 </cell>
24332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24333 \begin_inset Text
24334
24335 \begin_layout Plain Layout
24336 Command
24337 \end_layout
24338
24339 \end_inset
24340 </cell>
24341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24342 \begin_inset Text
24343
24344 \begin_layout Plain Layout
24345 Result
24346 \end_layout
24347
24348 \end_inset
24349 </cell>
24350 </row>
24351 <row>
24352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24353 \begin_inset Text
24354
24355 \begin_layout Plain Layout
24356 Asin(x)+B
24357 \end_layout
24358
24359 \end_inset
24360 </cell>
24361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24362 \begin_inset Text
24363
24364 \begin_layout Plain Layout
24365 \begin_inset Formula $Asin(x)+B$
24366 \end_inset
24367
24368
24369 \end_layout
24370
24371 \end_inset
24372 </cell>
24373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24374 \begin_inset Text
24375
24376 \begin_layout Plain Layout
24377 A
24378 \backslash
24379 sin(x)+B
24380 \end_layout
24381
24382 \end_inset
24383 </cell>
24384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24385 \begin_inset Text
24386
24387 \begin_layout Plain Layout
24388 \begin_inset Formula $A\sin(x)+B$
24389 \end_inset
24390
24391
24392 \end_layout
24393
24394 \end_inset
24395 </cell>
24396 </row>
24397 </lyxtabular>
24398
24399 \end_inset
24400
24401
24402 \end_layout
24403
24404 \begin_layout Standard
24405 The following functions are predefined:
24406 \end_layout
24407
24408 \begin_layout Standard
24409 \begin_inset VSpace -2mm
24410 \end_inset
24411
24412
24413 \end_layout
24414
24415 \begin_layout Standard
24416 \align center
24417 \begin_inset Tabular
24418 <lyxtabular version="3" rows="9" columns="4">
24419 <features>
24420 <column alignment="center" valignment="top" width="0pt">
24421 <column alignment="center" valignment="top" width="0pt">
24422 <column alignment="center" valignment="top" width="0pt">
24423 <column alignment="center" valignment="top" width="0pt">
24424 <row>
24425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24426 \begin_inset Text
24427
24428 \begin_layout Plain Layout
24429 Command
24430 \end_layout
24431
24432 \end_inset
24433 </cell>
24434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24435 \begin_inset Text
24436
24437 \begin_layout Plain Layout
24438 Command
24439 \end_layout
24440
24441 \end_inset
24442 </cell>
24443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24444 \begin_inset Text
24445
24446 \begin_layout Plain Layout
24447 Command
24448 \end_layout
24449
24450 \end_inset
24451 </cell>
24452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24453 \begin_inset Text
24454
24455 \begin_layout Plain Layout
24456 Command
24457 \end_layout
24458
24459 \end_inset
24460 </cell>
24461 </row>
24462 <row>
24463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24464 \begin_inset Text
24465
24466 \begin_layout Plain Layout
24467
24468 \backslash
24469 sin
24470 \end_layout
24471
24472 \end_inset
24473 </cell>
24474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24475 \begin_inset Text
24476
24477 \begin_layout Plain Layout
24478
24479 \backslash
24480 sinh
24481 \end_layout
24482
24483 \end_inset
24484 </cell>
24485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24486 \begin_inset Text
24487
24488 \begin_layout Plain Layout
24489
24490 \backslash
24491 arcsin
24492 \end_layout
24493
24494 \end_inset
24495 </cell>
24496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24497 \begin_inset Text
24498
24499 \begin_layout Plain Layout
24500
24501 \backslash
24502 sup
24503 \end_layout
24504
24505 \end_inset
24506 </cell>
24507 </row>
24508 <row>
24509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24510 \begin_inset Text
24511
24512 \begin_layout Plain Layout
24513
24514 \backslash
24515 cos
24516 \end_layout
24517
24518 \end_inset
24519 </cell>
24520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24521 \begin_inset Text
24522
24523 \begin_layout Plain Layout
24524
24525 \backslash
24526 cosh
24527 \end_layout
24528
24529 \end_inset
24530 </cell>
24531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24532 \begin_inset Text
24533
24534 \begin_layout Plain Layout
24535
24536 \backslash
24537 arccos
24538 \end_layout
24539
24540 \end_inset
24541 </cell>
24542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24543 \begin_inset Text
24544
24545 \begin_layout Plain Layout
24546
24547 \backslash
24548 inf
24549 \end_layout
24550
24551 \end_inset
24552 </cell>
24553 </row>
24554 <row>
24555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24556 \begin_inset Text
24557
24558 \begin_layout Plain Layout
24559
24560 \backslash
24561 tan
24562 \end_layout
24563
24564 \end_inset
24565 </cell>
24566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24567 \begin_inset Text
24568
24569 \begin_layout Plain Layout
24570
24571 \backslash
24572 tanh
24573 \end_layout
24574
24575 \end_inset
24576 </cell>
24577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24578 \begin_inset Text
24579
24580 \begin_layout Plain Layout
24581
24582 \backslash
24583 arctan
24584 \end_layout
24585
24586 \end_inset
24587 </cell>
24588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24589 \begin_inset Text
24590
24591 \begin_layout Plain Layout
24592
24593 \backslash
24594 lim
24595 \end_layout
24596
24597 \end_inset
24598 </cell>
24599 </row>
24600 <row>
24601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24602 \begin_inset Text
24603
24604 \begin_layout Plain Layout
24605
24606 \backslash
24607 cot
24608 \end_layout
24609
24610 \end_inset
24611 </cell>
24612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24613 \begin_inset Text
24614
24615 \begin_layout Plain Layout
24616
24617 \backslash
24618 coth
24619 \end_layout
24620
24621 \end_inset
24622 </cell>
24623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24624 \begin_inset Text
24625
24626 \begin_layout Plain Layout
24627
24628 \backslash
24629 arg
24630 \end_layout
24631
24632 \end_inset
24633 </cell>
24634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24635 \begin_inset Text
24636
24637 \begin_layout Plain Layout
24638
24639 \backslash
24640 liminf
24641 \end_layout
24642
24643 \end_inset
24644 </cell>
24645 </row>
24646 <row>
24647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24648 \begin_inset Text
24649
24650 \begin_layout Plain Layout
24651
24652 \backslash
24653 sec
24654 \end_layout
24655
24656 \end_inset
24657 </cell>
24658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24659 \begin_inset Text
24660
24661 \begin_layout Plain Layout
24662
24663 \backslash
24664 min
24665 \end_layout
24666
24667 \end_inset
24668 </cell>
24669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24670 \begin_inset Text
24671
24672 \begin_layout Plain Layout
24673
24674 \backslash
24675 deg
24676 \end_layout
24677
24678 \end_inset
24679 </cell>
24680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24681 \begin_inset Text
24682
24683 \begin_layout Plain Layout
24684
24685 \backslash
24686 limsup
24687 \end_layout
24688
24689 \end_inset
24690 </cell>
24691 </row>
24692 <row>
24693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24694 \begin_inset Text
24695
24696 \begin_layout Plain Layout
24697
24698 \backslash
24699 csc
24700 \end_layout
24701
24702 \end_inset
24703 </cell>
24704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24705 \begin_inset Text
24706
24707 \begin_layout Plain Layout
24708
24709 \backslash
24710 max
24711 \end_layout
24712
24713 \end_inset
24714 </cell>
24715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24716 \begin_inset Text
24717
24718 \begin_layout Plain Layout
24719
24720 \backslash
24721 det
24722 \end_layout
24723
24724 \end_inset
24725 </cell>
24726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24727 \begin_inset Text
24728
24729 \begin_layout Plain Layout
24730
24731 \backslash
24732 Pr
24733 \end_layout
24734
24735 \end_inset
24736 </cell>
24737 </row>
24738 <row>
24739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24740 \begin_inset Text
24741
24742 \begin_layout Plain Layout
24743
24744 \backslash
24745 ln
24746 \end_layout
24747
24748 \end_inset
24749 </cell>
24750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24751 \begin_inset Text
24752
24753 \begin_layout Plain Layout
24754
24755 \backslash
24756 exp
24757 \end_layout
24758
24759 \end_inset
24760 </cell>
24761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24762 \begin_inset Text
24763
24764 \begin_layout Plain Layout
24765
24766 \backslash
24767 dim
24768 \end_layout
24769
24770 \end_inset
24771 </cell>
24772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24773 \begin_inset Text
24774
24775 \begin_layout Plain Layout
24776
24777 \backslash
24778 hom
24779 \end_layout
24780
24781 \end_inset
24782 </cell>
24783 </row>
24784 <row>
24785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24786 \begin_inset Text
24787
24788 \begin_layout Plain Layout
24789
24790 \backslash
24791 lg
24792 \end_layout
24793
24794 \end_inset
24795 </cell>
24796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24797 \begin_inset Text
24798
24799 \begin_layout Plain Layout
24800
24801 \backslash
24802 log
24803 \end_layout
24804
24805 \end_inset
24806 </cell>
24807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24808 \begin_inset Text
24809
24810 \begin_layout Plain Layout
24811
24812 \backslash
24813 ker
24814 \end_layout
24815
24816 \end_inset
24817 </cell>
24818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24819 \begin_inset Text
24820
24821 \begin_layout Plain Layout
24822
24823 \backslash
24824 gcd
24825 \end_layout
24826
24827 \end_inset
24828 </cell>
24829 </row>
24830 </lyxtabular>
24831
24832 \end_inset
24833
24834
24835 \end_layout
24836
24837 \begin_layout Standard
24838 They can also be inserted with the math toolbar button 
24839 \begin_inset Graphics
24840         filename ../images/math/functions.png
24841         scale 85
24842
24843 \end_inset
24844
24845 .
24846 \end_layout
24847
24848 \begin_layout Subsection
24849 Self-defined Functions
24850 \begin_inset Index
24851 status collapsed
24852
24853 \begin_layout Plain Layout
24854 Functions ! self-defined
24855 \end_layout
24856
24857 \end_inset
24858
24859
24860 \end_layout
24861
24862 \begin_layout Standard
24863 To use a function that is not predefined, like for example the sign function
24864  sgn(x), there are two possibilities:
24865 \end_layout
24866
24867 \begin_layout Itemize
24868 Define the function by inserting the following line to the LaTeX-preamble
24869 \begin_inset Foot
24870 status collapsed
24871
24872 \begin_layout Plain Layout
24873 For more about 
24874 \series bold
24875
24876 \backslash
24877 DeclareMathOperator
24878 \series default
24879  see 
24880 \begin_inset CommandInset ref
24881 LatexCommand ref
24882 reference "sub:Self-defined-Operators"
24883
24884 \end_inset
24885
24886 .
24887 \end_layout
24888
24889 \end_inset
24890
24891
24892 \begin_inset Newline newline
24893 \end_inset
24894
24895
24896 \begin_inset VSpace -3mm
24897 \end_inset
24898
24899
24900 \begin_inset Newline newline
24901 \end_inset
24902
24903
24904 \series bold
24905
24906 \backslash
24907 DeclareMathOperator{
24908 \backslash
24909 sgn}{sgn}
24910 \series default
24911
24912 \begin_inset Index
24913 status collapsed
24914
24915 \begin_layout Plain Layout
24916 Commands ! D ! 
24917 \backslash
24918 dbinom@
24919 \backslash
24920 DeclareMathOperator
24921 \end_layout
24922
24923 \end_inset
24924
24925
24926 \begin_inset Newline newline
24927 \end_inset
24928
24929
24930 \begin_inset VSpace -2mm
24931 \end_inset
24932
24933
24934 \begin_inset Newline newline
24935 \end_inset
24936
24937 Now the new defined function can be called with the command 
24938 \series bold
24939
24940 \backslash
24941 sgn
24942 \series default
24943 .
24944 \end_layout
24945
24946 \begin_layout Itemize
24947 Write the the formula as usual, mark the formula name, in our example the
24948  letters 
24949 \emph on
24950 sgn
24951 \emph default
24952 , and change it to mathematical text.
24953  At last a space is inserted between prefactor and function.
24954 \end_layout
24955
24956 \begin_layout Standard
24957 The result is the same with both methods as with a predefined function
24958 \begin_inset Foot
24959 status collapsed
24960
24961 \begin_layout Plain Layout
24962 In LyX self-defined functions are displayed red, predefined ones black.
24963 \end_layout
24964
24965 \end_inset
24966
24967 :
24968 \end_layout
24969
24970 \begin_layout Standard
24971 \align center
24972 \begin_inset Tabular
24973 <lyxtabular version="3" rows="3" columns="2">
24974 <features>
24975 <column alignment="center" valignment="top" width="0pt">
24976 <column alignment="center" valignment="top" width="0pt">
24977 <row>
24978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24979 \begin_inset Text
24980
24981 \begin_layout Plain Layout
24982 Command
24983 \end_layout
24984
24985 \end_inset
24986 </cell>
24987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24988 \begin_inset Text
24989
24990 \begin_layout Plain Layout
24991 Result
24992 \end_layout
24993
24994 \end_inset
24995 </cell>
24996 </row>
24997 <row>
24998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24999 \begin_inset Text
25000
25001 \begin_layout Plain Layout
25002 A
25003 \backslash
25004 sgn(x)+B
25005 \end_layout
25006
25007 \end_inset
25008 </cell>
25009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25010 \begin_inset Text
25011
25012 \begin_layout Plain Layout
25013 \begin_inset Formula $A\sgn(x)+B$
25014 \end_inset
25015
25016
25017 \end_layout
25018
25019 \end_inset
25020 </cell>
25021 </row>
25022 <row>
25023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25024 \begin_inset Text
25025
25026 \begin_layout Plain Layout
25027 A
25028 \backslash
25029 ,
25030 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25031 \end_inset
25032
25033 (x)+B
25034 \end_layout
25035
25036 \end_inset
25037 </cell>
25038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25039 \begin_inset Text
25040
25041 \begin_layout Plain Layout
25042 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25043 \end_inset
25044
25045
25046 \end_layout
25047
25048 \end_inset
25049 </cell>
25050 </row>
25051 </lyxtabular>
25052
25053 \end_inset
25054
25055
25056 \end_layout
25057
25058 \begin_layout Standard
25059 The first method is more suitable when the self-defined function should
25060  be used several times.
25061 \end_layout
25062
25063 \begin_layout Subsection
25064 Limits
25065 \begin_inset Index
25066 status collapsed
25067
25068 \begin_layout Plain Layout
25069 Limits
25070 \end_layout
25071
25072 \end_inset
25073
25074
25075 \end_layout
25076
25077 \begin_layout Standard
25078 For limits there are defined besides 
25079 \series bold
25080
25081 \backslash
25082 lim
25083 \series default
25084
25085 \begin_inset Index
25086 status collapsed
25087
25088 \begin_layout Plain Layout
25089 Commands ! L ! 
25090 \backslash
25091 lim
25092 \end_layout
25093
25094 \end_inset
25095
25096
25097 \series bold
25098
25099 \backslash
25100 liminf
25101 \series default
25102  and 
25103 \series bold
25104
25105 \backslash
25106 limsup
25107 \series default
25108  furthermore the following functions:
25109 \end_layout
25110
25111 \begin_layout Standard
25112 \align center
25113 \begin_inset Tabular
25114 <lyxtabular version="3" rows="5" columns="2">
25115 <features>
25116 <column alignment="center" valignment="top" width="0">
25117 <column alignment="center" valignment="top" width="0">
25118 <row>
25119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25120 \begin_inset Text
25121
25122 \begin_layout Plain Layout
25123 Command
25124 \end_layout
25125
25126 \end_inset
25127 </cell>
25128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25129 \begin_inset Text
25130
25131 \begin_layout Plain Layout
25132 Result
25133 \begin_inset Note Note
25134 status collapsed
25135
25136 \begin_layout Plain Layout
25137
25138 \series bold
25139
25140 \backslash
25141 raisebox
25142 \series default
25143  is only used as spacer.
25144 \end_layout
25145
25146 \end_inset
25147
25148
25149 \end_layout
25150
25151 \end_inset
25152 </cell>
25153 </row>
25154 <row>
25155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25156 \begin_inset Text
25157
25158 \begin_layout Plain Layout
25159
25160 \backslash
25161 varliminf
25162 \end_layout
25163
25164 \end_inset
25165 </cell>
25166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25167 \begin_inset Text
25168
25169 \begin_layout Plain Layout
25170 \begin_inset Formula $\varliminf$
25171 \end_inset
25172
25173
25174 \end_layout
25175
25176 \end_inset
25177 </cell>
25178 </row>
25179 <row>
25180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25181 \begin_inset Text
25182
25183 \begin_layout Plain Layout
25184
25185 \backslash
25186 varlimsup
25187 \end_layout
25188
25189 \end_inset
25190 </cell>
25191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25192 \begin_inset Text
25193
25194 \begin_layout Plain Layout
25195 \begin_inset Formula $\varlimsup$
25196 \end_inset
25197
25198
25199 \end_layout
25200
25201 \end_inset
25202 </cell>
25203 </row>
25204 <row>
25205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25206 \begin_inset Text
25207
25208 \begin_layout Plain Layout
25209
25210 \backslash
25211 varprojlim
25212 \end_layout
25213
25214 \end_inset
25215 </cell>
25216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25217 \begin_inset Text
25218
25219 \begin_layout Plain Layout
25220 \begin_inset Formula $\varprojlim$
25221 \end_inset
25222
25223
25224 \end_layout
25225
25226 \end_inset
25227 </cell>
25228 </row>
25229 <row>
25230 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25231 \begin_inset Text
25232
25233 \begin_layout Plain Layout
25234
25235 \backslash
25236 varinjlim
25237 \end_layout
25238
25239 \end_inset
25240 </cell>
25241 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25242 \begin_inset Text
25243
25244 \begin_layout Plain Layout
25245 \begin_inset Formula $\varinjlim$
25246 \end_inset
25247
25248
25249 \begin_inset Formula $\raisebox{-2.5mm}{}$
25250 \end_inset
25251
25252
25253 \end_layout
25254
25255 \end_inset
25256 </cell>
25257 </row>
25258 </lyxtabular>
25259
25260 \end_inset
25261
25262
25263 \end_layout
25264
25265 \begin_layout Standard
25266 \begin_inset VSpace medskip
25267 \end_inset
25268
25269 The limit is created by inserting a subscript.
25270  It is set right beside the function in an inline formula:
25271 \end_layout
25272
25273 \begin_layout Standard
25274 \align center
25275 \begin_inset Tabular
25276 <lyxtabular version="3" rows="2" columns="2">
25277 <features>
25278 <column alignment="center" valignment="top" width="0pt">
25279 <column alignment="center" valignment="top" width="0pt">
25280 <row>
25281 <cell alignment="center" valignment="top" usebox="none">
25282 \begin_inset Text
25283
25284 \begin_layout Plain Layout
25285 Command
25286 \end_layout
25287
25288 \end_inset
25289 </cell>
25290 <cell alignment="center" valignment="top" usebox="none">
25291 \begin_inset Text
25292
25293 \begin_layout Plain Layout
25294 \begin_inset space \hspace{}
25295 \length 1cm
25296 \end_inset
25297
25298 Result
25299 \begin_inset Note Note
25300 status collapsed
25301
25302 \begin_layout Plain Layout
25303
25304 \series bold
25305
25306 \backslash
25307 hspace
25308 \series default
25309  and
25310 \series bold
25311  
25312 \backslash
25313 raisebox
25314 \series default
25315  are used here as spacer.
25316 \end_layout
25317
25318 \end_inset
25319
25320
25321 \end_layout
25322
25323 \end_inset
25324 </cell>
25325 </row>
25326 <row>
25327 <cell alignment="center" valignment="top" usebox="none">
25328 \begin_inset Text
25329
25330 \begin_layout Plain Layout
25331
25332 \backslash
25333 lim_x
25334 \backslash
25335 to
25336 \begin_inset ERT
25337 status collapsed
25338
25339 \begin_layout Plain Layout
25340
25341
25342 \backslash
25343 spce 
25344 \end_layout
25345
25346 \end_inset
25347
25348 A
25349 \begin_inset ERT
25350 status collapsed
25351
25352 \begin_layout Plain Layout
25353
25354
25355 \backslash
25356 spce 
25357 \end_layout
25358
25359 \end_inset
25360
25361 x=B
25362 \end_layout
25363
25364 \end_inset
25365 </cell>
25366 <cell alignment="center" valignment="top" usebox="none">
25367 \begin_inset Text
25368
25369 \begin_layout Plain Layout
25370 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25371 \end_inset
25372
25373
25374 \end_layout
25375
25376 \end_inset
25377 </cell>
25378 </row>
25379 </lyxtabular>
25380
25381 \end_inset
25382
25383
25384 \end_layout
25385
25386 \begin_layout Standard
25387 In a displayed formula the limit is set below the formula, as usual:
25388 \begin_inset Formula \[
25389 \lim_{x\to A}x=B\]
25390
25391 \end_inset
25392
25393
25394 \end_layout
25395
25396 \begin_layout Subsection
25397 Modulo-Functions
25398 \begin_inset Index
25399 status collapsed
25400
25401 \begin_layout Plain Layout
25402 Functions ! modulo-
25403 \end_layout
25404
25405 \end_inset
25406
25407
25408 \end_layout
25409
25410 \begin_layout Standard
25411 The modulo-function is special, because it exists in four variants.
25412 \end_layout
25413
25414 \begin_layout Standard
25415 The variants in a displayed formula:
25416 \begin_inset Formula \begin{align*}
25417 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25418 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25419 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25420 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25421 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25422
25423 \end_inset
25424
25425
25426 \end_layout
25427
25428 \begin_layout Standard
25429 In an inline formula less space is set before the function names for all
25430  variants.
25431 \end_layout
25432
25433 \begin_layout Section
25434 Special Characters
25435 \begin_inset Index
25436 status collapsed
25437
25438 \begin_layout Plain Layout
25439 Special characters
25440 \end_layout
25441
25442 \end_inset
25443
25444
25445 \end_layout
25446
25447 \begin_layout Subsection
25448 Special Characters in Mathematical Text
25449 \end_layout
25450
25451 \begin_layout Standard
25452 The following commands can only be used in mathematical text or in TeX-mode:
25453 \end_layout
25454
25455 \begin_layout Standard
25456 \begin_inset space \hfill{}
25457 \end_inset
25458
25459
25460 \begin_inset Tabular
25461 <lyxtabular version="3" rows="8" columns="2">
25462 <features>
25463 <column alignment="block" valignment="top" width="0">
25464 <column alignment="block" valignment="top" width="0">
25465 <row>
25466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25467 \begin_inset Text
25468
25469 \begin_layout Plain Layout
25470 Command
25471 \end_layout
25472
25473 \end_inset
25474 </cell>
25475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25476 \begin_inset Text
25477
25478 \begin_layout Plain Layout
25479 Result
25480 \end_layout
25481
25482 \end_inset
25483 </cell>
25484 </row>
25485 <row>
25486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25487 \begin_inset Text
25488
25489 \begin_layout Plain Layout
25490
25491 \backslash
25492 oe
25493 \end_layout
25494
25495 \end_inset
25496 </cell>
25497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25498 \begin_inset Text
25499
25500 \begin_layout Plain Layout
25501 \begin_inset Formula $\textrm{œ}$
25502 \end_inset
25503
25504
25505 \end_layout
25506
25507 \end_inset
25508 </cell>
25509 </row>
25510 <row>
25511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25512 \begin_inset Text
25513
25514 \begin_layout Plain Layout
25515
25516 \backslash
25517 OE
25518 \end_layout
25519
25520 \end_inset
25521 </cell>
25522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25523 \begin_inset Text
25524
25525 \begin_layout Plain Layout
25526 \begin_inset Formula $\textrm{Œ}$
25527 \end_inset
25528
25529
25530 \end_layout
25531
25532 \end_inset
25533 </cell>
25534 </row>
25535 <row>
25536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25537 \begin_inset Text
25538
25539 \begin_layout Plain Layout
25540
25541 \backslash
25542 ae
25543 \end_layout
25544
25545 \end_inset
25546 </cell>
25547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25548 \begin_inset Text
25549
25550 \begin_layout Plain Layout
25551 \begin_inset Formula $\textrm{æ}$
25552 \end_inset
25553
25554
25555 \end_layout
25556
25557 \end_inset
25558 </cell>
25559 </row>
25560 <row>
25561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25562 \begin_inset Text
25563
25564 \begin_layout Plain Layout
25565
25566 \backslash
25567 AE
25568 \end_layout
25569
25570 \end_inset
25571 </cell>
25572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25573 \begin_inset Text
25574
25575 \begin_layout Plain Layout
25576 \begin_inset Formula $\textrm{Æ}$
25577 \end_inset
25578
25579
25580 \end_layout
25581
25582 \end_inset
25583 </cell>
25584 </row>
25585 <row>
25586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25587 \begin_inset Text
25588
25589 \begin_layout Plain Layout
25590
25591 \backslash
25592 aa
25593 \end_layout
25594
25595 \end_inset
25596 </cell>
25597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25598 \begin_inset Text
25599
25600 \begin_layout Plain Layout
25601 \begin_inset Formula $\textrm{\aa}$
25602 \end_inset
25603
25604
25605 \end_layout
25606
25607 \end_inset
25608 </cell>
25609 </row>
25610 <row>
25611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25612 \begin_inset Text
25613
25614 \begin_layout Plain Layout
25615
25616 \backslash
25617 AA
25618 \begin_inset Index
25619 status collapsed
25620
25621 \begin_layout Plain Layout
25622
25623 \backslash
25624 @
25625 \begin_inset ERT
25626 status collapsed
25627
25628 \begin_layout Plain Layout
25629
25630
25631 \backslash
25632 textrm{
25633 \backslash
25634 AA}
25635 \end_layout
25636
25637 \end_inset
25638
25639
25640 \end_layout
25641
25642 \end_inset
25643
25644
25645 \end_layout
25646
25647 \end_inset
25648 </cell>
25649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25650 \begin_inset Text
25651
25652 \begin_layout Plain Layout
25653 \begin_inset Formula $\textrm{Å}$
25654 \end_inset
25655
25656
25657 \end_layout
25658
25659 \end_inset
25660 </cell>
25661 </row>
25662 <row>
25663 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25664 \begin_inset Text
25665
25666 \begin_layout Plain Layout
25667
25668 \backslash
25669 i
25670 \end_layout
25671
25672 \end_inset
25673 </cell>
25674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25675 \begin_inset Text
25676
25677 \begin_layout Plain Layout
25678 \begin_inset Formula $\textrm{ı}$
25679 \end_inset
25680
25681
25682 \end_layout
25683
25684 \end_inset
25685 </cell>
25686 </row>
25687 </lyxtabular>
25688
25689 \end_inset
25690
25691
25692 \begin_inset space \hfill{}
25693 \end_inset
25694
25695
25696 \begin_inset Tabular
25697 <lyxtabular version="3" rows="8" columns="2">
25698 <features>
25699 <column alignment="block" valignment="top" width="0">
25700 <column alignment="center" valignment="top" width="0">
25701 <row>
25702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25703 \begin_inset Text
25704
25705 \begin_layout Plain Layout
25706 command
25707 \begin_inset Note Note
25708 status collapsed
25709
25710 \begin_layout Plain Layout
25711
25712 \series bold
25713
25714 \backslash
25715 hspace{0mm}
25716 \series default
25717  is used for separation, because otherwise the output will be ¡ and ¿ respective
25718 ly.
25719 \end_layout
25720
25721 \end_inset
25722
25723
25724 \end_layout
25725
25726 \end_inset
25727 </cell>
25728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25729 \begin_inset Text
25730
25731 \begin_layout Plain Layout
25732 Result
25733 \end_layout
25734
25735 \end_inset
25736 </cell>
25737 </row>
25738 <row>
25739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25740 \begin_inset Text
25741
25742 \begin_layout Plain Layout
25743
25744 \backslash
25745 o
25746 \end_layout
25747
25748 \end_inset
25749 </cell>
25750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25751 \begin_inset Text
25752
25753 \begin_layout Plain Layout
25754 \begin_inset Formula $\textrm{ø}$
25755 \end_inset
25756
25757
25758 \end_layout
25759
25760 \end_inset
25761 </cell>
25762 </row>
25763 <row>
25764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25765 \begin_inset Text
25766
25767 \begin_layout Plain Layout
25768
25769 \backslash
25770 O
25771 \end_layout
25772
25773 \end_inset
25774 </cell>
25775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25776 \begin_inset Text
25777
25778 \begin_layout Plain Layout
25779 \begin_inset Formula $\textrm{Ø}$
25780 \end_inset
25781
25782
25783 \end_layout
25784
25785 \end_inset
25786 </cell>
25787 </row>
25788 <row>
25789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25790 \begin_inset Text
25791
25792 \begin_layout Plain Layout
25793
25794 \backslash
25795 l
25796 \end_layout
25797
25798 \end_inset
25799 </cell>
25800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25801 \begin_inset Text
25802
25803 \begin_layout Plain Layout
25804 \begin_inset Formula $\textrm{ł}$
25805 \end_inset
25806
25807
25808 \end_layout
25809
25810 \end_inset
25811 </cell>
25812 </row>
25813 <row>
25814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25815 \begin_inset Text
25816
25817 \begin_layout Plain Layout
25818
25819 \backslash
25820 L
25821 \end_layout
25822
25823 \end_inset
25824 </cell>
25825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25826 \begin_inset Text
25827
25828 \begin_layout Plain Layout
25829 \begin_inset Formula $\textrm{Ł}$
25830 \end_inset
25831
25832
25833 \end_layout
25834
25835 \end_inset
25836 </cell>
25837 </row>
25838 <row>
25839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25840 \begin_inset Text
25841
25842 \begin_layout Plain Layout
25843 !
25844 \begin_inset space \hspace{}
25845 \length 0mm
25846 \end_inset
25847
25848 `
25849 \begin_inset ERT
25850 status collapsed
25851
25852 \begin_layout Plain Layout
25853
25854
25855 \backslash
25856 spce 
25857 \end_layout
25858
25859 \end_inset
25860
25861
25862 \end_layout
25863
25864 \end_inset
25865 </cell>
25866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25867 \begin_inset Text
25868
25869 \begin_layout Plain Layout
25870 \begin_inset Formula $\textrm{!`}$
25871 \end_inset
25872
25873
25874 \end_layout
25875
25876 \end_inset
25877 </cell>
25878 </row>
25879 <row>
25880 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25881 \begin_inset Text
25882
25883 \begin_layout Plain Layout
25884 ?
25885 \begin_inset space \hspace{}
25886 \length 0mm
25887 \end_inset
25888
25889 `
25890 \begin_inset ERT
25891 status collapsed
25892
25893 \begin_layout Plain Layout
25894
25895
25896 \backslash
25897 spce 
25898 \end_layout
25899
25900 \end_inset
25901
25902
25903 \end_layout
25904
25905 \end_inset
25906 </cell>
25907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25908 \begin_inset Text
25909
25910 \begin_layout Plain Layout
25911 \begin_inset Formula $\textrm{?`}$
25912 \end_inset
25913
25914
25915 \end_layout
25916
25917 \end_inset
25918 </cell>
25919 </row>
25920 <row>
25921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25922 \begin_inset Text
25923
25924 \begin_layout Plain Layout
25925
25926 \backslash
25927 j
25928 \end_layout
25929
25930 \end_inset
25931 </cell>
25932 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25933 \begin_inset Text
25934
25935 \begin_layout Plain Layout
25936 \begin_inset Formula $\textrm{ȷ}$
25937 \end_inset
25938
25939
25940 \end_layout
25941
25942 \end_inset
25943 </cell>
25944 </row>
25945 </lyxtabular>
25946
25947 \end_inset
25948
25949
25950 \begin_inset space \hfill{}
25951 \end_inset
25952
25953
25954 \end_layout
25955
25956 \begin_layout Standard
25957 The characters 
25958 \begin_inset Formula $\textrm{\textrm{Å}}$
25959 \end_inset
25960
25961  and 
25962 \begin_inset Formula $\textrm{\textrm{Ø}}$
25963 \end_inset
25964
25965  can also be inserted via the math toolbar button 
25966 \begin_inset Graphics
25967         filename ../images/math/digamma.png
25968         scale 85
25969
25970 \end_inset
25971
25972 .
25973 \end_layout
25974
25975 \begin_layout Standard
25976 An exception are the commands 
25977 \series bold
25978 !
25979 \begin_inset space \hspace{}
25980 \length 0mm
25981 \end_inset
25982
25983 `
25984 \series default
25985  and 
25986 \series bold
25987 ?
25988 \begin_inset space \hspace{}
25989 \length 0mm
25990 \end_inset
25991
25992 `
25993 \series default
25994 , because they can be inserted in LyX directly to text.
25995 \end_layout
25996
25997 \begin_layout Subsection
25998 Accents in Text
25999 \begin_inset CommandInset label
26000 LatexCommand label
26001 name "sub:Accents-in-Text"
26002
26003 \end_inset
26004
26005
26006 \begin_inset Index
26007 status collapsed
26008
26009 \begin_layout Plain Layout
26010 Accents ! in text
26011 \end_layout
26012
26013 \end_inset
26014
26015
26016 \end_layout
26017
26018 \begin_layout Standard
26019 With the following commands all letters can be accented.
26020  The commands must be inserted in TeX-mode.
26021 \end_layout
26022
26023 \begin_layout Standard
26024 \begin_inset space \hfill{}
26025 \end_inset
26026
26027
26028 \begin_inset Tabular
26029 <lyxtabular version="3" rows="8" columns="2">
26030 <features>
26031 <column alignment="block" valignment="top" width="0">
26032 <column alignment="block" valignment="top" width="0">
26033 <row>
26034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26035 \begin_inset Text
26036
26037 \begin_layout Plain Layout
26038 Command
26039 \end_layout
26040
26041 \end_inset
26042 </cell>
26043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26044 \begin_inset Text
26045
26046 \begin_layout Plain Layout
26047 Result
26048 \end_layout
26049
26050 \end_inset
26051 </cell>
26052 </row>
26053 <row>
26054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26055 \begin_inset Text
26056
26057 \begin_layout Plain Layout
26058
26059 \backslash
26060
26061 \begin_inset Quotes grd
26062 \end_inset
26063
26064 e
26065 \end_layout
26066
26067 \end_inset
26068 </cell>
26069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26070 \begin_inset Text
26071
26072 \begin_layout Plain Layout
26073 \begin_inset ERT
26074 status collapsed
26075
26076 \begin_layout Plain Layout
26077
26078
26079 \backslash
26080 "e
26081 \end_layout
26082
26083 \end_inset
26084
26085
26086 \end_layout
26087
26088 \end_inset
26089 </cell>
26090 </row>
26091 <row>
26092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26093 \begin_inset Text
26094
26095 \begin_layout Plain Layout
26096
26097 \backslash
26098 `e
26099 \end_layout
26100
26101 \end_inset
26102 </cell>
26103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26104 \begin_inset Text
26105
26106 \begin_layout Plain Layout
26107 \begin_inset ERT
26108 status collapsed
26109
26110 \begin_layout Plain Layout
26111
26112
26113 \backslash
26114 `e
26115 \end_layout
26116
26117 \end_inset
26118
26119
26120 \end_layout
26121
26122 \end_inset
26123 </cell>
26124 </row>
26125 <row>
26126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26127 \begin_inset Text
26128
26129 \begin_layout Plain Layout
26130
26131 \backslash
26132 ^
26133 \begin_inset ERT
26134 status collapsed
26135
26136 \begin_layout Plain Layout
26137
26138
26139 \backslash
26140 spce 
26141 \end_layout
26142
26143 \end_inset
26144
26145 e
26146 \end_layout
26147
26148 \end_inset
26149 </cell>
26150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26151 \begin_inset Text
26152
26153 \begin_layout Plain Layout
26154 \begin_inset ERT
26155 status collapsed
26156
26157 \begin_layout Plain Layout
26158
26159
26160 \backslash
26161 ^e
26162 \end_layout
26163
26164 \end_inset
26165
26166
26167 \end_layout
26168
26169 \end_inset
26170 </cell>
26171 </row>
26172 <row>
26173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26174 \begin_inset Text
26175
26176 \begin_layout Plain Layout
26177
26178 \backslash
26179 =e
26180 \end_layout
26181
26182 \end_inset
26183 </cell>
26184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26185 \begin_inset Text
26186
26187 \begin_layout Plain Layout
26188 \begin_inset ERT
26189 status collapsed
26190
26191 \begin_layout Plain Layout
26192
26193
26194 \backslash
26195 =e
26196 \end_layout
26197
26198 \end_inset
26199
26200
26201 \end_layout
26202
26203 \end_inset
26204 </cell>
26205 </row>
26206 <row>
26207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26208 \begin_inset Text
26209
26210 \begin_layout Plain Layout
26211
26212 \backslash
26213 u
26214 \begin_inset ERT
26215 status collapsed
26216
26217 \begin_layout Plain Layout
26218
26219
26220 \backslash
26221 spce 
26222 \end_layout
26223
26224 \end_inset
26225
26226 e
26227 \end_layout
26228
26229 \end_inset
26230 </cell>
26231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26232 \begin_inset Text
26233
26234 \begin_layout Plain Layout
26235 \begin_inset ERT
26236 status collapsed
26237
26238 \begin_layout Plain Layout
26239
26240
26241 \backslash
26242 u e
26243 \end_layout
26244
26245 \end_inset
26246
26247
26248 \end_layout
26249
26250 \end_inset
26251 </cell>
26252 </row>
26253 <row>
26254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26255 \begin_inset Text
26256
26257 \begin_layout Plain Layout
26258
26259 \backslash
26260 b
26261 \begin_inset ERT
26262 status collapsed
26263
26264 \begin_layout Plain Layout
26265
26266
26267 \backslash
26268 spce 
26269 \end_layout
26270
26271 \end_inset
26272
26273 e
26274 \end_layout
26275
26276 \end_inset
26277 </cell>
26278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26279 \begin_inset Text
26280
26281 \begin_layout Plain Layout
26282 \begin_inset ERT
26283 status collapsed
26284
26285 \begin_layout Plain Layout
26286
26287
26288 \backslash
26289 b e
26290 \end_layout
26291
26292 \end_inset
26293
26294
26295 \end_layout
26296
26297 \end_inset
26298 </cell>
26299 </row>
26300 <row>
26301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26302 \begin_inset Text
26303
26304 \begin_layout Plain Layout
26305
26306 \backslash
26307 t
26308 \begin_inset ERT
26309 status collapsed
26310
26311 \begin_layout Plain Layout
26312
26313
26314 \backslash
26315 spce 
26316 \end_layout
26317
26318 \end_inset
26319
26320 ee
26321 \end_layout
26322
26323 \end_inset
26324 </cell>
26325 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26326 \begin_inset Text
26327
26328 \begin_layout Plain Layout
26329 \begin_inset ERT
26330 status collapsed
26331
26332 \begin_layout Plain Layout
26333
26334
26335 \backslash
26336 t ee
26337 \end_layout
26338
26339 \end_inset
26340
26341
26342 \end_layout
26343
26344 \end_inset
26345 </cell>
26346 </row>
26347 </lyxtabular>
26348
26349 \end_inset
26350
26351
26352 \begin_inset space \hfill{}
26353 \end_inset
26354
26355
26356 \begin_inset Tabular
26357 <lyxtabular version="3" rows="8" columns="2">
26358 <features>
26359 <column alignment="block" valignment="top" width="0">
26360 <column alignment="center" valignment="top" width="0">
26361 <row>
26362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26363 \begin_inset Text
26364
26365 \begin_layout Plain Layout
26366 Command
26367 \end_layout
26368
26369 \end_inset
26370 </cell>
26371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26372 \begin_inset Text
26373
26374 \begin_layout Plain Layout
26375 Result
26376 \end_layout
26377
26378 \end_inset
26379 </cell>
26380 </row>
26381 <row>
26382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26383 \begin_inset Text
26384
26385 \begin_layout Plain Layout
26386
26387 \backslash
26388 H
26389 \begin_inset ERT
26390 status collapsed
26391
26392 \begin_layout Plain Layout
26393
26394
26395 \backslash
26396 spce 
26397 \end_layout
26398
26399 \end_inset
26400
26401 e
26402 \end_layout
26403
26404 \end_inset
26405 </cell>
26406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26407 \begin_inset Text
26408
26409 \begin_layout Plain Layout
26410 \begin_inset ERT
26411 status collapsed
26412
26413 \begin_layout Plain Layout
26414
26415
26416 \backslash
26417 H e
26418 \end_layout
26419
26420 \end_inset
26421
26422
26423 \end_layout
26424
26425 \end_inset
26426 </cell>
26427 </row>
26428 <row>
26429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26430 \begin_inset Text
26431
26432 \begin_layout Plain Layout
26433
26434 \backslash
26435 'e
26436 \end_layout
26437
26438 \end_inset
26439 </cell>
26440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26441 \begin_inset Text
26442
26443 \begin_layout Plain Layout
26444 \begin_inset ERT
26445 status collapsed
26446
26447 \begin_layout Plain Layout
26448
26449
26450 \backslash
26451 'e
26452 \end_layout
26453
26454 \end_inset
26455
26456
26457 \end_layout
26458
26459 \end_inset
26460 </cell>
26461 </row>
26462 <row>
26463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26464 \begin_inset Text
26465
26466 \begin_layout Plain Layout
26467
26468 \backslash
26469 ~e
26470 \begin_inset Index
26471 status collapsed
26472
26473 \begin_layout Plain Layout
26474 Tilde
26475 \end_layout
26476
26477 \end_inset
26478
26479
26480 \end_layout
26481
26482 \end_inset
26483 </cell>
26484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26485 \begin_inset Text
26486
26487 \begin_layout Plain Layout
26488 \begin_inset ERT
26489 status collapsed
26490
26491 \begin_layout Plain Layout
26492
26493
26494 \backslash
26495 ~e
26496 \end_layout
26497
26498 \end_inset
26499
26500
26501 \end_layout
26502
26503 \end_inset
26504 </cell>
26505 </row>
26506 <row>
26507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26508 \begin_inset Text
26509
26510 \begin_layout Plain Layout
26511
26512 \backslash
26513 .e
26514 \end_layout
26515
26516 \end_inset
26517 </cell>
26518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26519 \begin_inset Text
26520
26521 \begin_layout Plain Layout
26522 \begin_inset ERT
26523 status collapsed
26524
26525 \begin_layout Plain Layout
26526
26527
26528 \backslash
26529 .e
26530 \end_layout
26531
26532 \end_inset
26533
26534
26535 \end_layout
26536
26537 \end_inset
26538 </cell>
26539 </row>
26540 <row>
26541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26542 \begin_inset Text
26543
26544 \begin_layout Plain Layout
26545
26546 \backslash
26547 v
26548 \begin_inset ERT
26549 status collapsed
26550
26551 \begin_layout Plain Layout
26552
26553
26554 \backslash
26555 spce 
26556 \end_layout
26557
26558 \end_inset
26559
26560 e
26561 \end_layout
26562
26563 \end_inset
26564 </cell>
26565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26566 \begin_inset Text
26567
26568 \begin_layout Plain Layout
26569 \begin_inset ERT
26570 status collapsed
26571
26572 \begin_layout Plain Layout
26573
26574
26575 \backslash
26576 v e
26577 \end_layout
26578
26579 \end_inset
26580
26581
26582 \end_layout
26583
26584 \end_inset
26585 </cell>
26586 </row>
26587 <row>
26588 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26589 \begin_inset Text
26590
26591 \begin_layout Plain Layout
26592
26593 \backslash
26594 d
26595 \begin_inset ERT
26596 status collapsed
26597
26598 \begin_layout Plain Layout
26599
26600
26601 \backslash
26602 spce 
26603 \end_layout
26604
26605 \end_inset
26606
26607 e
26608 \end_layout
26609
26610 \end_inset
26611 </cell>
26612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26613 \begin_inset Text
26614
26615 \begin_layout Plain Layout
26616 \begin_inset ERT
26617 status collapsed
26618
26619 \begin_layout Plain Layout
26620
26621
26622 \backslash
26623 d e
26624 \end_layout
26625
26626 \end_inset
26627
26628
26629 \end_layout
26630
26631 \end_inset
26632 </cell>
26633 </row>
26634 <row>
26635 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26636 \begin_inset Text
26637
26638 \begin_layout Plain Layout
26639
26640 \backslash
26641 c
26642 \begin_inset ERT
26643 status collapsed
26644
26645 \begin_layout Plain Layout
26646
26647
26648 \backslash
26649 spce 
26650 \end_layout
26651
26652 \end_inset
26653
26654 e
26655 \end_layout
26656
26657 \end_inset
26658 </cell>
26659 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26660 \begin_inset Text
26661
26662 \begin_layout Plain Layout
26663 \begin_inset ERT
26664 status collapsed
26665
26666 \begin_layout Plain Layout
26667
26668
26669 \backslash
26670 c e
26671 \end_layout
26672
26673 \end_inset
26674
26675
26676 \end_layout
26677
26678 \end_inset
26679 </cell>
26680 </row>
26681 </lyxtabular>
26682
26683 \end_inset
26684
26685
26686 \begin_inset space \hfill{}
26687 \end_inset
26688
26689
26690 \end_layout
26691
26692 \begin_layout Standard
26693 \begin_inset VSpace medskip
26694 \end_inset
26695
26696 With the command 
26697 \series bold
26698
26699 \backslash
26700 t
26701 \series default
26702  also two different characters can be accented.
26703  The command 
26704 \series bold
26705
26706 \backslash
26707 t
26708 \begin_inset ERT
26709 status collapsed
26710
26711 \begin_layout Plain Layout
26712
26713
26714 \backslash
26715 spce 
26716 \end_layout
26717
26718 \end_inset
26719
26720 sz
26721 \series default
26722  creates: 
26723 \begin_inset ERT
26724 status collapsed
26725
26726 \begin_layout Plain Layout
26727
26728
26729 \backslash
26730 t sz
26731 \end_layout
26732
26733 \end_inset
26734
26735
26736 \end_layout
26737
26738 \begin_layout Standard
26739 The accents 
26740 \series bold
26741 `
26742 \series default
26743  , 
26744 \series bold
26745 '
26746 \series default
26747  , and 
26748 \series bold
26749 ^
26750 \series default
26751  can in combination with vowels directly be inserted with the keyboard without
26752  using TeX-mode.
26753  The same applies for the tilde
26754 \begin_inset Foot
26755 status collapsed
26756
26757 \begin_layout Plain Layout
26758 This only applies for keyboards where the tilde is defined as accent.
26759 \end_layout
26760
26761 \end_inset
26762
26763  
26764 \series bold
26765 ~
26766 \series default
26767  in combination with 
26768 \emph on
26769 a
26770 \emph default
26771  , 
26772 \emph on
26773 n
26774 \emph default
26775  , or 
26776 \emph on
26777 o
26778 \emph default
26779 .
26780 \end_layout
26781
26782 \begin_layout Standard
26783 The commands 
26784 \series bold
26785
26786 \backslash
26787 b
26788 \series default
26789  , 
26790 \series bold
26791
26792 \backslash
26793 c
26794 \series default
26795  , 
26796 \series bold
26797
26798 \backslash
26799 d
26800 \series default
26801  , 
26802 \series bold
26803
26804 \backslash
26805 H
26806 \series default
26807  , 
26808 \series bold
26809
26810 \backslash
26811 t
26812 \series default
26813  , 
26814 \series bold
26815
26816 \backslash
26817 u
26818 \series default
26819  , 
26820 \series bold
26821
26822 \backslash
26823 v
26824 \series default
26825 , and accents inserted directly with the keyboard are also available in
26826  mathematical text.
26827  For the other accents there are special math commands to be used in formulas,
26828  see 
26829 \begin_inset CommandInset ref
26830 LatexCommand ref
26831 reference "sub:Accents-for-one"
26832
26833 \end_inset
26834
26835 .
26836 \end_layout
26837
26838 \begin_layout Standard
26839 \begin_inset VSpace bigskip
26840 \end_inset
26841
26842 Furthermore, with the command 
26843 \series bold
26844
26845 \backslash
26846 textcircled
26847 \series default
26848
26849 \begin_inset Index
26850 status collapsed
26851
26852 \begin_layout Plain Layout
26853 Commands ! T ! 
26854 \backslash
26855 textcircled
26856 \end_layout
26857
26858 \end_inset
26859
26860  all numbers and letters can be set into a circle, quasi accented with a
26861  circle, similar to the the copyright symbol.
26862 \end_layout
26863
26864 \begin_layout Standard
26865 \align center
26866 \begin_inset Tabular
26867 <lyxtabular version="3" rows="3" columns="2">
26868 <features>
26869 <column alignment="center" valignment="top" width="0">
26870 <column alignment="center" valignment="top" width="0">
26871 <row>
26872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26873 \begin_inset Text
26874
26875 \begin_layout Plain Layout
26876 Command
26877 \end_layout
26878
26879 \end_inset
26880 </cell>
26881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26882 \begin_inset Text
26883
26884 \begin_layout Plain Layout
26885 Result
26886 \begin_inset Note Note
26887 status collapsed
26888
26889 \begin_layout Plain Layout
26890
26891 \series bold
26892
26893 \backslash
26894 raisebox
26895 \series default
26896  is only used as spacer.
26897 \end_layout
26898
26899 \end_inset
26900
26901
26902 \end_layout
26903
26904 \end_inset
26905 </cell>
26906 </row>
26907 <row>
26908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26909 \begin_inset Text
26910
26911 \begin_layout Plain Layout
26912
26913 \backslash
26914 textcircled{w}
26915 \end_layout
26916
26917 \end_inset
26918 </cell>
26919 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26920 \begin_inset Text
26921
26922 \begin_layout Plain Layout
26923 \begin_inset ERT
26924 status collapsed
26925
26926 \begin_layout Plain Layout
26927
26928
26929 \backslash
26930 textcircled{w}
26931 \end_layout
26932
26933 \end_inset
26934
26935
26936 \end_layout
26937
26938 \end_inset
26939 </cell>
26940 </row>
26941 <row>
26942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26943 \begin_inset Text
26944
26945 \begin_layout Plain Layout
26946
26947 \backslash
26948 Large 
26949 \backslash
26950 textcircled{
26951 \backslash
26952 normalsize
26953 \backslash
26954 protect
26955 \backslash
26956 raisebox{-1.5pt}{W}}
26957 \end_layout
26958
26959 \end_inset
26960 </cell>
26961 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26962 \begin_inset Text
26963
26964 \begin_layout Plain Layout
26965 \begin_inset Formula $\raisebox{4.5mm}{}$
26966 \end_inset
26967
26968
26969 \begin_inset ERT
26970 status collapsed
26971
26972 \begin_layout Plain Layout
26973
26974
26975 \backslash
26976 Large 
26977 \backslash
26978 textcircled{
26979 \backslash
26980 normalsize
26981 \backslash
26982 protect
26983 \backslash
26984 raisebox{-1.5pt}W}
26985 \end_layout
26986
26987 \end_inset
26988
26989
26990 \begin_inset Formula $\raisebox{-2mm}{}$
26991 \end_inset
26992
26993
26994 \end_layout
26995
26996 \end_inset
26997 </cell>
26998 </row>
26999 </lyxtabular>
27000
27001 \end_inset
27002
27003
27004 \end_layout
27005
27006 \begin_layout Standard
27007 One has to take care that the character fits in the circle.
27008  
27009 \series bold
27010
27011 \backslash
27012 Large
27013 \series default
27014
27015 \begin_inset Foot
27016 status collapsed
27017
27018 \begin_layout Plain Layout
27019 see 
27020 \begin_inset CommandInset ref
27021 LatexCommand ref
27022 reference "sub:Font-Sizes"
27023
27024 \end_inset
27025
27026
27027 \end_layout
27028
27029 \end_inset
27030
27031  specifies thereby the size of the circle.
27032  With the help of 
27033 \series bold
27034
27035 \backslash
27036 raisebox
27037 \series default
27038
27039 \begin_inset Foot
27040 status collapsed
27041
27042 \begin_layout Plain Layout
27043 see 
27044 \begin_inset CommandInset ref
27045 LatexCommand ref
27046 reference "sub:Boxes-without-Frame"
27047
27048 \end_inset
27049
27050
27051 \end_layout
27052
27053 \end_inset
27054
27055  the character can be centered.
27056 \end_layout
27057
27058 \begin_layout Subsection
27059 Minuscule Numbers
27060 \begin_inset Index
27061 status collapsed
27062
27063 \begin_layout Plain Layout
27064 Minuscule numbers
27065 \end_layout
27066
27067 \end_inset
27068
27069
27070 \end_layout
27071
27072 \begin_layout Standard
27073 Minuscule numbers are created with the command 
27074 \series bold
27075
27076 \backslash
27077 oldstylenums
27078 \series default
27079
27080 \begin_inset Index
27081 status collapsed
27082
27083 \begin_layout Plain Layout
27084 Commands ! O ! 
27085 \backslash
27086 oldstylenums
27087 \end_layout
27088
27089 \end_inset
27090
27091 .
27092  The command can be used in formulas and in TeX-mode.
27093  The command scheme is:
27094 \end_layout
27095
27096 \begin_layout Standard
27097
27098 \series bold
27099
27100 \backslash
27101 oldstylenums{number}
27102 \end_layout
27103
27104 \begin_layout Standard
27105 The command 
27106 \series bold
27107
27108 \backslash
27109 oldstylenums{0123456789
27110 \series default
27111  produces: 
27112 \begin_inset Formula $\oldstylenums{0123456789}$
27113 \end_inset
27114
27115
27116 \end_layout
27117
27118 \begin_layout Subsection
27119 Miscellaneous special Characters
27120 \begin_inset CommandInset label
27121 LatexCommand label
27122 name "sub:Miscellaneous-special-Characters"
27123
27124 \end_inset
27125
27126
27127 \begin_inset Index
27128 status collapsed
27129
27130 \begin_layout Plain Layout
27131 Special characters ! miscellaneous
27132 \end_layout
27133
27134 \end_inset
27135
27136
27137 \end_layout
27138
27139 \begin_layout Standard
27140 The following characters can only be inserted to formulas by using commands:
27141 \end_layout
27142
27143 \begin_layout Standard
27144 \align center
27145 \begin_inset Tabular
27146 <lyxtabular version="3" rows="4" columns="2">
27147 <features>
27148 <column alignment="center" valignment="top" width="0">
27149 <column alignment="center" valignment="top" width="0">
27150 <row>
27151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27152 \begin_inset Text
27153
27154 \begin_layout Plain Layout
27155 Command
27156 \end_layout
27157
27158 \end_inset
27159 </cell>
27160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27161 \begin_inset Text
27162
27163 \begin_layout Plain Layout
27164 Result
27165 \end_layout
27166
27167 \end_inset
27168 </cell>
27169 </row>
27170 <row>
27171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27172 \begin_inset Text
27173
27174 \begin_layout Plain Layout
27175
27176 \backslash
27177 ^
27178 \begin_inset ERT
27179 status collapsed
27180
27181 \begin_layout Plain Layout
27182
27183
27184 \backslash
27185 spce 
27186 \end_layout
27187
27188 \end_inset
27189
27190
27191 \end_layout
27192
27193 \end_inset
27194 </cell>
27195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27196 \begin_inset Text
27197
27198 \begin_layout Plain Layout
27199 \begin_inset Formula $\mathcircumflex$
27200 \end_inset
27201
27202
27203 \end_layout
27204
27205 \end_inset
27206 </cell>
27207 </row>
27208 <row>
27209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27210 \begin_inset Text
27211
27212 \begin_layout Plain Layout
27213
27214 \backslash
27215 _
27216 \end_layout
27217
27218 \end_inset
27219 </cell>
27220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27221 \begin_inset Text
27222
27223 \begin_layout Plain Layout
27224 \begin_inset Formula $\_$
27225 \end_inset
27226
27227
27228 \end_layout
27229
27230 \end_inset
27231 </cell>
27232 </row>
27233 <row>
27234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27235 \begin_inset Text
27236
27237 \begin_layout Plain Layout
27238 ^
27239 \begin_inset ERT
27240 status collapsed
27241
27242 \begin_layout Plain Layout
27243
27244
27245 \backslash
27246 spce 
27247 \end_layout
27248
27249 \end_inset
27250
27251
27252 \backslash
27253 circ
27254 \begin_inset Index
27255 status collapsed
27256
27257 \begin_layout Plain Layout
27258
27259 \backslash
27260
27261 \end_layout
27262
27263 \end_inset
27264
27265
27266 \end_layout
27267
27268 \end_inset
27269 </cell>
27270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27271 \begin_inset Text
27272
27273 \begin_layout Plain Layout
27274 \begin_inset Formula $^{\circ}$
27275 \end_inset
27276
27277
27278 \end_layout
27279
27280 \end_inset
27281 </cell>
27282 </row>
27283 </lyxtabular>
27284
27285 \end_inset
27286
27287
27288 \end_layout
27289
27290 \begin_layout Standard
27291 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27292  contains the following line
27293 \begin_inset Foot
27294 status collapsed
27295
27296 \begin_layout Plain Layout
27297 More about this is described in 
27298 \begin_inset CommandInset ref
27299 LatexCommand ref
27300 reference "sub:Text-Characters-in"
27301
27302 \end_inset
27303
27304 .
27305 \end_layout
27306
27307 \end_inset
27308
27309 :
27310 \end_layout
27311
27312 \begin_layout Standard
27313
27314 \series bold
27315
27316 \backslash
27317 DeclareInputtext{176}{
27318 \backslash
27319 ifmmode^
27320 \backslash
27321 circ
27322 \backslash
27323 else
27324 \backslash
27325 textdegree
27326 \backslash
27327 fi}
27328 \end_layout
27329
27330 \begin_layout Section
27331 Formula Styles
27332 \begin_inset CommandInset label
27333 LatexCommand label
27334 name "sec:Formula-Styles"
27335
27336 \end_inset
27337
27338
27339 \begin_inset Index
27340 status collapsed
27341
27342 \begin_layout Plain Layout
27343 Formula ! styles
27344 \end_layout
27345
27346 \end_inset
27347
27348
27349 \end_layout
27350
27351 \begin_layout Itemize
27352 There are two different alignment styles:
27353 \end_layout
27354
27355 \begin_deeper
27356 \begin_layout Description
27357 Centered is the predefined standard
27358 \end_layout
27359
27360 \begin_layout Description
27361 Indented for this the option 
27362 \series bold
27363 fleqn
27364 \series default
27365  must be inserted in the menu 
27366 \family sans
27367 Document\SpecialChar \menuseparator
27368 Settings
27369 \family default
27370  under 
27371 \family sans
27372 Document
27373 \begin_inset space ~
27374 \end_inset
27375
27376 Class
27377 \end_layout
27378
27379 \begin_layout Standard
27380 When 
27381 \series bold
27382 Indented
27383 \series default
27384  is used, the indentation can be adjusted with the length 
27385 \series bold
27386
27387 \backslash
27388 mathindent
27389 \series default
27390
27391 \begin_inset Index
27392 status collapsed
27393
27394 \begin_layout Plain Layout
27395 Commands ! M ! 
27396 \backslash
27397 mathindent
27398 \end_layout
27399
27400 \end_inset
27401
27402 .
27403  Should the distance be 15
27404 \begin_inset space \thinspace{}
27405 \end_inset
27406
27407 mm, the following command line is inserted in the LaTeX-preamble
27408 \end_layout
27409
27410 \begin_layout Standard
27411
27412 \series bold
27413
27414 \backslash
27415 setlength{
27416 \backslash
27417 mathindent}{15mm}
27418 \end_layout
27419
27420 \begin_layout Standard
27421 When no length is specified, the predefined value of 30
27422 \begin_inset space \thinspace{}
27423 \end_inset
27424
27425 pt will be used.
27426 \end_layout
27427
27428 \end_deeper
27429 \begin_layout Itemize
27430 And two different numbering styles:
27431 \end_layout
27432
27433 \begin_deeper
27434 \begin_layout Description
27435 Right is the predefined standard
27436 \end_layout
27437
27438 \begin_layout Description
27439 Left for this the option 
27440 \series bold
27441 leqno
27442 \series default
27443  must be inserted in the menu 
27444 \family sans
27445 Document\SpecialChar \menuseparator
27446 Settings
27447 \family default
27448  under 
27449 \family sans
27450 Document
27451 \begin_inset space ~
27452 \end_inset
27453
27454 Class
27455 \end_layout
27456
27457 \end_deeper
27458 \begin_layout Standard
27459
27460 \series bold
27461 fleqn
27462 \series default
27463  and 
27464 \series bold
27465 leqno
27466 \series default
27467  can also be used together.
27468  In this case both options are inserted, separated by a comma.
27469 \end_layout
27470
27471 \begin_layout Standard
27472 The chosen styles are used for all displayed formulas of the document.
27473  When both, centered and indented formulas should be created in a document,
27474  the style 
27475 \series bold
27476 Centered
27477 \series default
27478  is used.
27479  The indented formulas are then set in a flalign environment, see 
27480 \begin_inset CommandInset ref
27481 LatexCommand ref
27482 reference "sub:Flalign-Environment"
27483
27484 \end_inset
27485
27486 .
27487 \end_layout
27488
27489 \begin_layout Section
27490 Multiline Formulas
27491 \begin_inset CommandInset label
27492 LatexCommand label
27493 name "sec:Multiline-Formulas"
27494
27495 \end_inset
27496
27497
27498 \begin_inset Index
27499 status collapsed
27500
27501 \begin_layout Plain Layout
27502 Formula ! multiline
27503 \end_layout
27504
27505 \end_inset
27506
27507
27508 \end_layout
27509
27510 \begin_layout Subsection
27511 General
27512 \end_layout
27513
27514 \begin_layout Standard
27515 In LyX multiline formulas are created by pressing 
27516 \series bold
27517
27518 \begin_inset Info
27519 type  "shortcut"
27520 arg   "newline-insert newline"
27521 \end_inset
27522
27523
27524 \series default
27525  inside a formula.
27526  This creates either an 
27527 \series bold
27528 eqnarray environment
27529 \series default
27530  that is described in 
27531 \begin_inset CommandInset ref
27532 LatexCommand ref
27533 reference "sub:Eqnarray-Environment"
27534
27535 \end_inset
27536
27537  or, when the option 
27538 \family sans
27539 Use AMS math package
27540 \family default
27541  in the document settings is selected, an 
27542 \series bold
27543 align environment
27544 \series default
27545  that is described in 
27546 \begin_inset CommandInset ref
27547 LatexCommand ref
27548 reference "sub:Standard-align-Environment"
27549
27550 \end_inset
27551
27552 .
27553 \end_layout
27554
27555 \begin_layout Standard
27556 There are other multiline formula environments that can be created via the
27557  menu 
27558 \family sans
27559 Insert\SpecialChar \menuseparator
27560 Math
27561 \family default
27562 .
27563  These environments are described in the following sections.
27564 \end_layout
27565
27566 \begin_layout Standard
27567 In all multiline formula environments a new line is created by pressing
27568  
27569 \begin_inset Info
27570 type  "shortcut"
27571 arg   "newline-insert newline"
27572 \end_inset
27573
27574 .
27575  To add or delete lines, the math toolbar buttons 
27576 \begin_inset Graphics
27577         filename ../images/tabular-feature_append-row.png
27578         scale 85
27579
27580 \end_inset
27581
27582  or 
27583 \begin_inset Graphics
27584         filename ../images/tabular-feature_delete-row.png
27585         scale 85
27586
27587 \end_inset
27588
27589 , respectively, or the menu 
27590 \family sans
27591 Edit\SpecialChar \menuseparator
27592 Rows & Columns
27593 \family default
27594  can be used.
27595 \end_layout
27596
27597 \begin_layout Subsubsection
27598 Line Separation
27599 \begin_inset CommandInset label
27600 LatexCommand label
27601 name "sub:Line-Separation"
27602
27603 \end_inset
27604
27605
27606 \begin_inset Index
27607 status collapsed
27608
27609 \begin_layout Plain Layout
27610 Formula ! multiline ! Line separation
27611 \end_layout
27612
27613 \end_inset
27614
27615
27616 \end_layout
27617
27618 \begin_layout Standard
27619 There is sometimes not enough space in multiline formulas between the lines:
27620 \begin_inset Formula \begin{eqnarray*}
27621 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}\\
27622 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*}
27623
27624 \end_inset
27625
27626
27627 \end_layout
27628
27629 \begin_layout Standard
27630 In LaTeX additional line space is specified as optional argument of the
27631  new line command.
27632  This is not yet possible in LyX
27633 \begin_inset Foot
27634 status collapsed
27635
27636 \begin_layout Plain Layout
27637 see 
27638 \begin_inset CommandInset href
27639 LatexCommand href
27640 name "LyX-bug #1505"
27641 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27642
27643 \end_inset
27644
27645
27646 \end_layout
27647
27648 \end_inset
27649
27650 , therefore the whole formula must be inserted in TeX-mode.
27651  To add in our example space, the command 
27652 \series bold
27653
27654 \backslash
27655
27656 \backslash
27657 [3mm]
27658 \series default
27659  is inserted at the end of the first line.
27660  One gets: 
27661 \begin_inset ERT
27662 status collapsed
27663
27664 \begin_layout Plain Layout
27665
27666
27667 \backslash
27668 begin{eqnarray*}
27669 \end_layout
27670
27671 \begin_layout Plain Layout
27672
27673 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27674  = & 
27675 \backslash
27676 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27677 \backslash
27678
27679 \backslash
27680 [3mm]
27681 \end_layout
27682
27683 \begin_layout Plain Layout
27684
27685 4x^{2}
27686 \backslash
27687 left(B^{2}+x_{0}^{2}
27688 \backslash
27689 right)+4x_{0}x
27690 \backslash
27691 left(D-B^{2}
27692 \backslash
27693 right)+B^{2}
27694 \backslash
27695 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27696 \backslash
27697 right) & = & 0
27698 \end_layout
27699
27700 \begin_layout Plain Layout
27701
27702
27703 \backslash
27704 end{eqnarray*}
27705 \end_layout
27706
27707 \end_inset
27708
27709
27710 \end_layout
27711
27712 \begin_layout Standard
27713 \begin_inset VSpace bigskip
27714 \end_inset
27715
27716 To set the the line separation for all lines in a formula, the length 
27717 \series bold
27718
27719 \backslash
27720 jot
27721 \series default
27722
27723 \begin_inset Index
27724 status collapsed
27725
27726 \begin_layout Plain Layout
27727 Commands ! J ! 
27728 \backslash
27729 jot
27730 \end_layout
27731
27732 \end_inset
27733
27734  is changed.
27735  The definition is: 
27736 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
27737 \end_inset
27738
27739 .
27740  Predefined for 
27741 \series bold
27742
27743 \backslash
27744 jot
27745 \series default
27746  is the value 3
27747 \begin_inset space \thinspace{}
27748 \end_inset
27749
27750 pt.
27751  To create 3
27752 \begin_inset space \thinspace{}
27753 \end_inset
27754
27755 mm additional line separation as in the previous example, the command
27756 \end_layout
27757
27758 \begin_layout Standard
27759
27760 \series bold
27761
27762 \backslash
27763 setlength{
27764 \backslash
27765 jot}{3mm+3pt}
27766 \end_layout
27767
27768 \begin_layout Standard
27769 is inserted in TeX-mode before the formula.
27770  This requires that the LaTeX-package 
27771 \series bold
27772 calc
27773 \series default
27774
27775 \begin_inset Foot
27776 status collapsed
27777
27778 \begin_layout Plain Layout
27779
27780 \series bold
27781 calc
27782 \series default
27783  is part of every LaTeX standard installation.
27784 \end_layout
27785
27786 \end_inset
27787
27788
27789 \begin_inset Index
27790 status collapsed
27791
27792 \begin_layout Plain Layout
27793 Packages ! calc
27794 \end_layout
27795
27796 \end_inset
27797
27798  was loaded in LaTeX-preamble with the line
27799 \end_layout
27800
27801 \begin_layout Standard
27802
27803 \series bold
27804
27805 \backslash
27806 usepackage{calc}
27807 \end_layout
27808
27809 \begin_layout Standard
27810 One gets: 
27811 \begin_inset ERT
27812 status collapsed
27813
27814 \begin_layout Plain Layout
27815
27816
27817 \backslash
27818 setlength{
27819 \backslash
27820 jot}{3mm+3pt}
27821 \end_layout
27822
27823 \end_inset
27824
27825
27826 \begin_inset Formula \begin{eqnarray*}
27827 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}\\
27828 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*}
27829
27830 \end_inset
27831
27832
27833 \end_layout
27834
27835 \begin_layout Standard
27836 \begin_inset ERT
27837 status collapsed
27838
27839 \begin_layout Plain Layout
27840
27841
27842 \backslash
27843 setlength{
27844 \backslash
27845 jot}{3pt}
27846 \end_layout
27847
27848 \end_inset
27849
27850  To get back to the predefined distance, 
27851 \series bold
27852
27853 \backslash
27854 jot
27855 \series default
27856  is set to the value 3
27857 \begin_inset space \thinspace{}
27858 \end_inset
27859
27860 pt.
27861 \end_layout
27862
27863 \begin_layout Subsubsection
27864 Column Separation
27865 \begin_inset CommandInset label
27866 LatexCommand label
27867 name "sub:Column-Separation"
27868
27869 \end_inset
27870
27871
27872 \begin_inset Index
27873 status collapsed
27874
27875 \begin_layout Plain Layout
27876 Formula ! multiline ! Column separation
27877 \end_layout
27878
27879 \end_inset
27880
27881
27882 \end_layout
27883
27884 \begin_layout Standard
27885 Multiline formulas form a matrix.
27886  A formula in the eqnarray environment is for example a matrix with three
27887  columns.
27888  By changing the column separation in this environment, the space beside
27889  the relation sign can be changed.
27890 \end_layout
27891
27892 \begin_layout Standard
27893 The column separation is specified with the length 
27894 \series bold
27895
27896 \backslash
27897 arraycolsep
27898 \series default
27899
27900 \begin_inset Index
27901 status collapsed
27902
27903 \begin_layout Plain Layout
27904 Commands ! A ! 
27905 \backslash
27906 arraycolsep
27907 \end_layout
27908
27909 \end_inset
27910
27911  according to:
27912 \begin_inset Newline newline
27913 \end_inset
27914
27915 column separation = 2
27916 \begin_inset space \thinspace{}
27917 \end_inset
27918
27919
27920 \series bold
27921
27922 \backslash
27923 arraycolsep
27924 \series default
27925
27926 \begin_inset Newline newline
27927 \end_inset
27928
27929 Thus, the command
27930 \end_layout
27931
27932 \begin_layout Standard
27933
27934 \series bold
27935
27936 \backslash
27937 setlength{
27938 \backslash
27939 arraycolsep}{1cm}
27940 \end_layout
27941
27942 \begin_layout Standard
27943 inserted in TeX-mode, sets for all following formulas a column separation
27944  of 2
27945 \begin_inset space \thinspace{}
27946 \end_inset
27947
27948 cm.
27949  To get back to the predefined distance, 
27950 \series bold
27951
27952 \backslash
27953 arraycolsep
27954 \series default
27955  is set to 5
27956 \begin_inset space \thinspace{}
27957 \end_inset
27958
27959 pt.
27960 \end_layout
27961
27962 \begin_layout Standard
27963 A formula with 2
27964 \begin_inset space \thinspace{}
27965 \end_inset
27966
27967 cm column separation:
27968 \begin_inset ERT
27969 status collapsed
27970
27971 \begin_layout Plain Layout
27972
27973
27974 \backslash
27975 setlength{
27976 \backslash
27977 arraycolsep}{1cm}
27978 \end_layout
27979
27980 \end_inset
27981
27982
27983 \begin_inset Formula \begin{eqnarray*}
27984 A & = & B\\
27985 C & \ne & A\end{eqnarray*}
27986
27987 \end_inset
27988
27989 A formula with the predefined column separation for matrices of 10
27990 \begin_inset space \thinspace{}
27991 \end_inset
27992
27993 pt:
27994 \begin_inset ERT
27995 status collapsed
27996
27997 \begin_layout Plain Layout
27998
27999
28000 \backslash
28001 setlength{
28002 \backslash
28003 arraycolsep}{5pt}
28004 \end_layout
28005
28006 \end_inset
28007
28008
28009 \begin_inset Formula \begin{eqnarray*}
28010 A & = & B\\
28011 C & \ne & A\end{eqnarray*}
28012
28013 \end_inset
28014
28015
28016 \end_layout
28017
28018 \begin_layout Subsubsection
28019 Long Formulas
28020 \begin_inset Index
28021 status collapsed
28022
28023 \begin_layout Plain Layout
28024 Formula ! long
28025 \end_layout
28026
28027 \end_inset
28028
28029
28030 \end_layout
28031
28032 \begin_layout Standard
28033 Long formulas can be typeset using these methods:
28034 \end_layout
28035
28036 \begin_layout Itemize
28037 When one side of the equation is much shorther than the line width, this
28038  one is chosen for the left side and the right side is typeset over two
28039  lines:
28040 \begin_inset ERT
28041 status collapsed
28042
28043 \begin_layout Plain Layout
28044
28045
28046 \backslash
28047 medskip
28048 \end_layout
28049
28050 \end_inset
28051
28052  
28053 \begin_inset Formula \begin{eqnarray}
28054 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 \\
28055  &  & -\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}
28056
28057 \end_inset
28058
28059
28060 \begin_inset ERT
28061 status collapsed
28062
28063 \begin_layout Plain Layout
28064
28065
28066 \backslash
28067 smallskip
28068 \end_layout
28069
28070 \end_inset
28071
28072
28073 \begin_inset Newline newline
28074 \end_inset
28075
28076 The minus sign at the beginning of the second line does normally not appear
28077  as operator because it is the first character of the line.
28078  Thus it would not be surrounded by space and could not be distinguished
28079  from the fraction bar.
28080  To avoid this, space was inserted behind the minus sign with the command
28081  
28082 \series bold
28083
28084 \backslash
28085 hspace{3pt}
28086 \series default
28087
28088 \begin_inset Foot
28089 status collapsed
28090
28091 \begin_layout Plain Layout
28092 more about 
28093 \series bold
28094
28095 \backslash
28096 hspace
28097 \series default
28098  see 
28099 \begin_inset CommandInset ref
28100 LatexCommand ref
28101 reference "sub:Variable-Space"
28102
28103 \end_inset
28104
28105
28106 \end_layout
28107
28108 \end_inset
28109
28110
28111 \begin_inset Index
28112 status collapsed
28113
28114 \begin_layout Plain Layout
28115 Commands ! H ! 
28116 \backslash
28117 hspace
28118 \end_layout
28119
28120 \end_inset
28121
28122 .
28123 \end_layout
28124
28125 \begin_layout Itemize
28126 When both sides of the equation are too long, the command 
28127 \series bold
28128
28129 \backslash
28130 lefteqn
28131 \series default
28132
28133 \begin_inset Index
28134 status collapsed
28135
28136 \begin_layout Plain Layout
28137 Commands ! L ! 
28138 \backslash
28139 lefteqn
28140 \end_layout
28141
28142 \end_inset
28143
28144  is used.
28145  It is inserted to the first column of the first line and effects that all
28146  further insertions overwrite the following columns:
28147 \begin_inset ERT
28148 status collapsed
28149
28150 \begin_layout Plain Layout
28151
28152
28153 \backslash
28154 medskip
28155 \end_layout
28156
28157 \end_inset
28158
28159
28160 \begin_inset Formula \begin{eqnarray}
28161 \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 \\
28162  &  & -\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 \\
28163  &  & =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}
28164
28165 \end_inset
28166
28167
28168 \begin_inset ERT
28169 status collapsed
28170
28171 \begin_layout Plain Layout
28172
28173
28174 \backslash
28175 smallskip
28176 \end_layout
28177
28178 \end_inset
28179
28180
28181 \begin_inset Newline newline
28182 \end_inset
28183
28184 After the insertion of 
28185 \series bold
28186
28187 \backslash
28188 lefteqn
28189 \series default
28190 , the cursor is in a purple box that is a bit shifted to the left from the
28191  blue one.
28192  In this the formula is inserted.
28193 \begin_inset ERT
28194 status collapsed
28195
28196 \begin_layout Plain Layout
28197
28198
28199 \backslash
28200 medskip
28201 \end_layout
28202
28203 \end_inset
28204
28205
28206 \begin_inset Newline newline
28207 \end_inset
28208
28209 The content of the further lines is inserted to the second or another formula
28210  column.
28211  The greater the column number where it was inserted, the larger the indentation.
28212 \begin_inset ERT
28213 status collapsed
28214
28215 \begin_layout Plain Layout
28216
28217
28218 \backslash
28219 medskip
28220 \end_layout
28221
28222 \end_inset
28223
28224
28225 \begin_inset Newline newline
28226 \end_inset
28227
28228
28229 \begin_inset Note Greyedout
28230 status open
28231
28232 \begin_layout Plain Layout
28233 Note the following when using 
28234 \series bold
28235
28236 \backslash
28237 lefteqn
28238 \series default
28239 :
28240 \end_layout
28241
28242 \begin_layout Itemize
28243 The formula doesn't use the full page width.
28244  When e.
28245 \begin_inset space \thinspace{}
28246 \end_inset
28247
28248 g.
28249 \begin_inset space \space{}
28250 \end_inset
28251
28252 the term 
28253 \begin_inset Formula $-B^{2}$
28254 \end_inset
28255
28256  is added to the first line in the above example, it would have been outside
28257  the page margin.
28258  To better use the width, negative space can be inserted at the beginning
28259  of the first line.
28260 \end_layout
28261
28262 \begin_layout Itemize
28263 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28264  line.
28265 \begin_inset Foot
28266 status collapsed
28267
28268 \begin_layout Plain Layout
28269 \begin_inset CommandInset href
28270 LatexCommand href
28271 name "LyX-bug #1429"
28272 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28273
28274 \end_inset
28275
28276
28277 \end_layout
28278
28279 \end_inset
28280
28281  One can only set the cursor at the beginning of the line and move it with
28282  the arrow keys.
28283 \end_layout
28284
28285 \end_inset
28286
28287
28288 \end_layout
28289
28290 \begin_layout Itemize
28291 Other methods to set long formulas are offered by the environments described
28292  in 
28293 \begin_inset CommandInset ref
28294 LatexCommand ref
28295 reference "sub:Multline-Environment"
28296
28297 \end_inset
28298
28299  and 
28300 \begin_inset CommandInset ref
28301 LatexCommand ref
28302 reference "sub:Multiline-Formula-Parts"
28303
28304 \end_inset
28305
28306 .
28307 \end_layout
28308
28309 \begin_layout Subsubsection
28310 Multiline Brackets
28311 \begin_inset CommandInset label
28312 LatexCommand label
28313 name "sub:Multiline-Brackets"
28314
28315 \end_inset
28316
28317
28318 \begin_inset Index
28319 status collapsed
28320
28321 \begin_layout Plain Layout
28322 Brackets ! for multiline expressions
28323 \end_layout
28324
28325 \end_inset
28326
28327
28328 \end_layout
28329
28330 \begin_layout Standard
28331 For brackets spanning multiple lines the following problem occurs:
28332 \begin_inset Formula \begin{eqnarray*}
28333 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28334  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28335
28336 \end_inset
28337
28338
28339 \end_layout
28340
28341 \begin_layout Standard
28342 The closing bracket is smaller than the opening bracket because brackets
28343  with variable size may not span multiple lines.
28344 \end_layout
28345
28346 \begin_layout Standard
28347 To set the bracket size for the second line correctly, the first line is
28348  ended with 
28349 \series bold
28350
28351 \backslash
28352 right.
28353 \series default
28354
28355 \begin_inset Index
28356 status collapsed
28357
28358 \begin_layout Plain Layout
28359 Commands ! R ! 
28360 \backslash
28361 right
28362 \end_layout
28363
28364 \end_inset
28365
28366  and the second line with 
28367 \series bold
28368
28369 \backslash
28370 left.
28371 \begin_inset Foot
28372 status collapsed
28373
28374 \begin_layout Plain Layout
28375 for more about 
28376 \series bold
28377
28378 \backslash
28379 left
28380 \series default
28381  and 
28382 \series bold
28383
28384 \backslash
28385 right
28386 \series default
28387  see 
28388 \begin_inset CommandInset ref
28389 LatexCommand ref
28390 reference "sub:Automatic-Bracket-Size"
28391
28392 \end_inset
28393
28394
28395 \end_layout
28396
28397 \end_inset
28398
28399
28400 \series default
28401
28402 \begin_inset Index
28403 status collapsed
28404
28405 \begin_layout Plain Layout
28406 Commands ! L ! 
28407 \backslash
28408 left
28409 \end_layout
28410
28411 \end_inset
28412
28413 .
28414  After 
28415 \series bold
28416
28417 \backslash
28418 left.
28419
28420 \series default
28421  the command 
28422 \series bold
28423
28424 \backslash
28425 vphantom
28426 \series default
28427
28428 \begin_inset ERT
28429 status collapsed
28430
28431 \begin_layout Plain Layout
28432
28433
28434 \backslash
28435 spce 
28436 \end_layout
28437
28438 \end_inset
28439
28440
28441 \series bold
28442
28443 \backslash
28444 prod
28445 \series default
28446 ^
28447 \begin_inset ERT
28448 status collapsed
28449
28450 \begin_layout Plain Layout
28451
28452
28453 \backslash
28454 spce 
28455 \end_layout
28456
28457 \end_inset
28458
28459
28460 \series bold
28461
28462 \backslash
28463 infty
28464 \series default
28465
28466 \begin_inset ERT
28467 status collapsed
28468
28469 \begin_layout Plain Layout
28470
28471
28472 \backslash
28473 spce 
28474 \end_layout
28475
28476 \end_inset
28477
28478
28479 \series bold
28480
28481 \begin_inset Formula $\downarrow$
28482 \end_inset
28483
28484 _R=1}
28485 \series default
28486
28487 \begin_inset Index
28488 status collapsed
28489
28490 \begin_layout Plain Layout
28491 Commands ! V ! 
28492 \backslash
28493 vphantom
28494 \end_layout
28495
28496 \end_inset
28497
28498  is inserted, because the multiplication operator with its limits is the
28499  largest symbol in the first line and this should be the size for the bracket
28500  in the second line.
28501 \end_layout
28502
28503 \begin_layout Standard
28504 The result is this:
28505 \begin_inset Formula \begin{eqnarray*}
28506 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28507  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28508
28509 \end_inset
28510
28511
28512 \end_layout
28513
28514 \begin_layout Subsection
28515 Align Environments
28516 \end_layout
28517
28518 \begin_layout Standard
28519 Align environments can be used for every kind of multiline formulas.
28520  They are specially useful to set several formulas side by side.
28521 \end_layout
28522
28523 \begin_layout Standard
28524 Align environments consist of columns.
28525  The odd columns are right aligned, the even ones left aligned.
28526  Every line in an Align environment can be numbered.
28527 \end_layout
28528
28529 \begin_layout Standard
28530 Align environments are created via the menu 
28531 \family sans
28532 Insert\SpecialChar \menuseparator
28533 Math
28534 \family default
28535 .
28536  With the menu 
28537 \family sans
28538 Edit\SpecialChar \menuseparator
28539 Math\SpecialChar \menuseparator
28540 Change Formula Type
28541 \family default
28542  already existing formulas can be converted to Align environments.
28543 \end_layout
28544
28545 \begin_layout Standard
28546 To add or delete columns, the math toolbar buttons 
28547 \begin_inset Graphics
28548         filename ../images/tabular-feature_append-column.png
28549         scale 85
28550
28551 \end_inset
28552
28553  or 
28554 \begin_inset Graphics
28555         filename ../images/tabular-feature_delete-column.png
28556         scale 85
28557
28558 \end_inset
28559
28560 , respectively, or the menu 
28561 \family sans
28562 Edit\SpecialChar \menuseparator
28563 Rows & Columns
28564 \family default
28565  can be used.
28566 \end_layout
28567
28568 \begin_layout Subsubsection
28569 Standard align Environment
28570 \begin_inset CommandInset label
28571 LatexCommand label
28572 name "sub:Standard-align-Environment"
28573
28574 \end_inset
28575
28576
28577 \begin_inset Index
28578 status collapsed
28579
28580 \begin_layout Plain Layout
28581 Formula ! multiline ! align environment
28582 \end_layout
28583
28584 \end_inset
28585
28586
28587 \end_layout
28588
28589 \begin_layout Standard
28590 This Align environment is created by presssing 
28591 \begin_inset Info
28592 type  "shortcut"
28593 arg   "newline-insert newline"
28594 \end_inset
28595
28596  in a formula or by the menu 
28597 \family sans
28598 Insert\SpecialChar \menuseparator
28599 Math\SpecialChar \menuseparator
28600 AMS align Environment
28601 \family default
28602 .
28603 \end_layout
28604
28605 \begin_layout Standard
28606 An example for two formulas set side by side, that are created with a four
28607  column align environment:
28608 \begin_inset Formula \begin{align*}
28609 A & =\sin(B) & C & =D\\
28610 C & \ne A & B & \ne D\end{align*}
28611
28612 \end_inset
28613
28614 As it can be seen, the formulas in this environment are placed so as if
28615  there would be a 
28616 \series bold
28617
28618 \backslash
28619 hfill
28620 \begin_inset Foot
28621 status collapsed
28622
28623 \begin_layout Plain Layout
28624 more about 
28625 \series bold
28626
28627 \backslash
28628 hfill
28629 \series default
28630  see 
28631 \begin_inset CommandInset ref
28632 LatexCommand ref
28633 reference "sub:Variable-Space"
28634
28635 \end_inset
28636
28637
28638 \end_layout
28639
28640 \end_inset
28641
28642
28643 \series default
28644  before the first and after every even column.
28645  When the formula style 
28646 \series bold
28647 Indented
28648 \begin_inset Foot
28649 status collapsed
28650
28651 \begin_layout Plain Layout
28652 formula styles see 
28653 \begin_inset CommandInset ref
28654 LatexCommand ref
28655 reference "sec:Formula-Styles"
28656
28657 \end_inset
28658
28659
28660 \end_layout
28661
28662 \end_inset
28663
28664
28665 \series default
28666  is used, the formula is set without the 
28667 \series bold
28668
28669 \backslash
28670 hfill
28671 \series default
28672  before the first column.
28673 \end_layout
28674
28675 \begin_layout Subsubsection
28676 Alignat Environment
28677 \begin_inset Index
28678 status collapsed
28679
28680 \begin_layout Plain Layout
28681 Formula ! multiline ! alignat environment
28682 \end_layout
28683
28684 \end_inset
28685
28686
28687 \end_layout
28688
28689 \begin_layout Standard
28690 The alignat environment has no predefined column separation.
28691  It can be inserted manually with the spaces that are described 
28692 \begin_inset CommandInset ref
28693 LatexCommand ref
28694 reference "sub:Space"
28695
28696 \end_inset
28697
28698 .
28699 \end_layout
28700
28701 \begin_layout Standard
28702 The above example in the alignat environment where 1
28703 \begin_inset space \thinspace{}
28704 \end_inset
28705
28706 cm space was inserted at the beginning of the second formula:
28707 \begin_inset Formula \begin{alignat*}{2}
28708 A & =\sin(B) & \hspace{1cm}C & =D\\
28709 C & \ne A & B & \ne D\end{alignat*}
28710
28711 \end_inset
28712
28713 Because the column separation can be set separately for every column, this
28714  environment is especially suitable to set three and more formulas side
28715  by side.
28716 \end_layout
28717
28718 \begin_layout Subsubsection
28719 Flalign Environment
28720 \begin_inset CommandInset label
28721 LatexCommand label
28722 name "sub:Flalign-Environment"
28723
28724 \end_inset
28725
28726
28727 \begin_inset Index
28728 status collapsed
28729
28730 \begin_layout Plain Layout
28731 Formula ! multiline ! flalign environment
28732 \end_layout
28733
28734 \end_inset
28735
28736
28737 \end_layout
28738
28739 \begin_layout Standard
28740 In this environment the first two columns are always set as much as possible
28741  to the left and the last two ones to the right.
28742  An example:
28743 \begin_inset Formula \begin{flalign*}
28744 A & =1 & B & =2 & C & =3\\
28745 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28746
28747 \end_inset
28748
28749
28750 \end_layout
28751
28752 \begin_layout Standard
28753 By creating a flalign environment with an odd number of columns where an
28754  empty TeX-brace is inserted to the last column, several formulas in a document
28755  can be set to the left, although the formula style 
28756 \series bold
28757 Centered
28758 \series default
28759  is used.
28760  As example the indented formula 
28761 \begin_inset CommandInset ref
28762 LatexCommand eqref
28763 reference "eq:VolInt"
28764
28765 \end_inset
28766
28767 :
28768 \begin_inset Formula \begin{flalign}
28769 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28770
28771 \end_inset
28772
28773 The first two columns contain the formula.
28774  To indent it as with the formula style 
28775 \series bold
28776 Indented
28777 \series default
28778 , 30
28779 \begin_inset space \thinspace{}
28780 \end_inset
28781
28782 pt space was inserted at the beginning of the first column.
28783 \end_layout
28784
28785 \begin_layout Subsection
28786 Eqnarray Environment
28787 \begin_inset CommandInset label
28788 LatexCommand label
28789 name "sub:Eqnarray-Environment"
28790
28791 \end_inset
28792
28793
28794 \begin_inset Index
28795 status collapsed
28796
28797 \begin_layout Plain Layout
28798 Formula ! multiline ! eqnarray environment
28799 \end_layout
28800
28801 \end_inset
28802
28803
28804 \end_layout
28805
28806 \begin_layout Standard
28807 When this environment has been created, three blue boxes appear.
28808  The content of the first box is right aligned, the content of the last
28809  one left aligned.
28810  The content of the middle box appears centered and a bit smaller, because
28811  it is designed to insert there only relation characters.
28812 \begin_inset Formula \begin{eqnarray*}
28813 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28814 AB & AB & AB\\
28815 A & = & A\end{eqnarray*}
28816
28817 \end_inset
28818
28819
28820 \end_layout
28821
28822 \begin_layout Subsection
28823 Gather Environment
28824 \begin_inset Index
28825 status collapsed
28826
28827 \begin_layout Plain Layout
28828 Formula ! multiline ! gather environment
28829 \end_layout
28830
28831 \end_inset
28832
28833
28834 \end_layout
28835
28836 \begin_layout Standard
28837 This environment consists of only one centered column.
28838  Every line can be numbered.
28839 \begin_inset Formula \begin{gather}
28840 A=1\\
28841 X=\textrm{-}1\end{gather}
28842
28843 \end_inset
28844
28845
28846 \end_layout
28847
28848 \begin_layout Subsection
28849 Multline Environment
28850 \begin_inset CommandInset label
28851 LatexCommand label
28852 name "sub:Multline-Environment"
28853
28854 \end_inset
28855
28856
28857 \begin_inset Index
28858 status collapsed
28859
28860 \begin_layout Plain Layout
28861 Formula ! multiline ! multline environment
28862 \end_layout
28863
28864 \end_inset
28865
28866
28867 \end_layout
28868
28869 \begin_layout Standard
28870 The multline environment consists, like the gather environment, of only
28871  one column.
28872  But the first line is left aligned, the last one right aligned.
28873  All other lines are centered.
28874  Therefore this environment is suitable for long formulas.
28875  As example formula 
28876 \begin_inset CommandInset ref
28877 LatexCommand eqref
28878 reference "eq:lefteqn"
28879
28880 \end_inset
28881
28882  in the multline environment:
28883 \begin_inset Formula \begin{multline}
28884 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}\\
28885 -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}\\
28886 =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}
28887
28888 \end_inset
28889
28890
28891 \end_layout
28892
28893 \begin_layout Standard
28894 In the output only the last (first) line of a multline environment appears
28895  numbered when the document numbering is right (left).
28896 \begin_inset Foot
28897 status collapsed
28898
28899 \begin_layout Plain Layout
28900 numbering styles see 
28901 \begin_inset CommandInset ref
28902 LatexCommand ref
28903 reference "sec:Formula-Styles"
28904
28905 \end_inset
28906
28907
28908 \end_layout
28909
28910 \end_inset
28911
28912
28913 \end_layout
28914
28915 \begin_layout Standard
28916 With the commands 
28917 \series bold
28918
28919 \backslash
28920 shoveright
28921 \begin_inset Index
28922 status collapsed
28923
28924 \begin_layout Plain Layout
28925 Commands ! S ! 
28926 \backslash
28927 shoveright
28928 \end_layout
28929
28930 \end_inset
28931
28932
28933 \series default
28934  and 
28935 \series bold
28936
28937 \backslash
28938 shoveleft
28939 \begin_inset Index
28940 status collapsed
28941
28942 \begin_layout Plain Layout
28943 Commands ! S ! 
28944 \backslash
28945 shoveleft
28946 \end_layout
28947
28948 \end_inset
28949
28950
28951 \series default
28952  a centered line can be right or left aligned, respectively.
28953  The commands are used as follows:
28954 \end_layout
28955
28956 \begin_layout Standard
28957
28958 \series bold
28959
28960 \backslash
28961 shoveright{line content}
28962 \series default
28963  and 
28964 \series bold
28965
28966 \backslash
28967 shoveleft{line content}
28968 \end_layout
28969
28970 \begin_layout Standard
28971 \begin_inset VSpace medskip
28972 \end_inset
28973
28974 The length 
28975 \series bold
28976
28977 \backslash
28978 multlinegap
28979 \begin_inset Index
28980 status collapsed
28981
28982 \begin_layout Plain Layout
28983 Commands ! M ! 
28984 \backslash
28985 multlinegap
28986 \end_layout
28987
28988 \end_inset
28989
28990
28991 \series default
28992  specifies the distance of the first line from the left page margin.
28993  Predefined is the length 0
28994 \begin_inset space \thinspace{}
28995 \end_inset
28996
28997 pt.
28998 \end_layout
28999
29000 \begin_layout Standard
29001 As example the above formula where the command
29002 \end_layout
29003
29004 \begin_layout Standard
29005
29006 \series bold
29007
29008 \backslash
29009 setlength{
29010 \backslash
29011 multlinegap}{2cm}
29012 \end_layout
29013
29014 \begin_layout Standard
29015 was inserted in TeX-mode before:
29016 \begin_inset ERT
29017 status collapsed
29018
29019 \begin_layout Plain Layout
29020
29021
29022 \backslash
29023 setlength{
29024 \backslash
29025 multlinegap}{2cm}
29026 \end_layout
29027
29028 \end_inset
29029
29030
29031 \begin_inset Formula \begin{multline}
29032 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}\\
29033 \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}}\\
29034 =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}
29035
29036 \end_inset
29037
29038
29039 \begin_inset ERT
29040 status collapsed
29041
29042 \begin_layout Plain Layout
29043
29044
29045 \backslash
29046 setlength{
29047 \backslash
29048 multlinegap}{0pt}
29049 \end_layout
29050
29051 \end_inset
29052
29053 The second line was left aligned using 
29054 \series bold
29055
29056 \backslash
29057 shoveleft
29058 \series default
29059 .
29060 \end_layout
29061
29062 \begin_layout Subsection
29063 Multiline Formula Parts
29064 \begin_inset CommandInset label
29065 LatexCommand label
29066 name "sub:Multiline-Formula-Parts"
29067
29068 \end_inset
29069
29070
29071 \begin_inset Index
29072 status collapsed
29073
29074 \begin_layout Plain Layout
29075 Formula ! multiline ! formula parts
29076 \end_layout
29077
29078 \end_inset
29079
29080
29081 \end_layout
29082
29083 \begin_layout Standard
29084 To display only parts of a formula with multiple lines, one of the following
29085  environments are used: 
29086 \series bold
29087 aligned
29088 \series default
29089
29090 \series bold
29091 alignedat
29092 \series default
29093
29094 \series bold
29095 gathered
29096 \series default
29097  or 
29098 \series bold
29099 split
29100 \series default
29101 .
29102  They can be inserted via the menu 
29103 \family sans
29104 Insert\SpecialChar \menuseparator
29105 Math
29106 \family default
29107  or by using the commands described in this section.
29108 \end_layout
29109
29110 \begin_layout Standard
29111 The first three have the same properties as the corresponding multiline
29112  formula environments, but it is possible to set further formula parts beside
29113  them.
29114  An example:
29115 \begin_inset Formula \[
29116 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29117 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29118 \right\} \textrm{Uncertainty relations}\]
29119
29120 \end_inset
29121
29122
29123 \end_layout
29124
29125 \begin_layout Standard
29126 To get this formula, a displayed formula is created where the command 
29127 \series bold
29128
29129 \backslash
29130 aligned
29131 \begin_inset Index
29132 status collapsed
29133
29134 \begin_layout Plain Layout
29135 Commands ! A ! 
29136 \backslash
29137 aligned
29138 \end_layout
29139
29140 \end_inset
29141
29142
29143 \series default
29144  is inserted.
29145  A purple box appears around the blue formula box where now columns and
29146  lines can be added.
29147  Outside the multiline environment other formula parts can be set, like
29148  the brace.
29149 \end_layout
29150
29151 \begin_layout Standard
29152 The aligned environment is also suitable for long formulas whose lines are
29153  horizontally aligned.
29154  Using aligned in a displayed formula has the advantage that the formula
29155  number is vertically centered behind the lines.
29156  As example formula 
29157 \begin_inset CommandInset ref
29158 LatexCommand eqref
29159 reference "eq:shortlong"
29160
29161 \end_inset
29162
29163  in the aligned environment:
29164 \begin_inset Formula \begin{equation}
29165 \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}|}\\
29166  & -\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}
29167 \end{equation}
29168
29169 \end_inset
29170
29171
29172 \end_layout
29173
29174 \begin_layout Standard
29175 To use the environments 
29176 \series bold
29177 alignedat
29178 \series default
29179
29180 \series bold
29181 gathered
29182 \series default
29183 , or 
29184 \series bold
29185 split
29186 \series default
29187 , the command 
29188 \series bold
29189
29190 \backslash
29191 alignedat
29192 \series default
29193 ,
29194 \begin_inset Index
29195 status collapsed
29196
29197 \begin_layout Plain Layout
29198 Commands ! A ! 
29199 \backslash
29200 alignedat
29201 \end_layout
29202
29203 \end_inset
29204
29205  
29206 \series bold
29207
29208 \backslash
29209 gathered
29210 \series default
29211
29212 \begin_inset Index
29213 status collapsed
29214
29215 \begin_layout Plain Layout
29216 Commands ! G ! 
29217 \backslash
29218 gathered
29219 \end_layout
29220
29221 \end_inset
29222
29223 , or 
29224 \series bold
29225
29226 \backslash
29227 split
29228 \series default
29229
29230 \begin_inset Index
29231 status collapsed
29232
29233 \begin_layout Plain Layout
29234 Commands ! S ! 
29235 \backslash
29236 split
29237 \end_layout
29238
29239 \end_inset
29240
29241  are inserted, respectively.
29242  The split environment has the same properties as the aligned environment
29243  but it can only have two columns.
29244 \end_layout
29245
29246 \begin_layout Subsection
29247 Text in multiline Formulas
29248 \begin_inset CommandInset label
29249 LatexCommand label
29250 name "sub:Text-in-multiline"
29251
29252 \end_inset
29253
29254
29255 \begin_inset Index
29256 status collapsed
29257
29258 \begin_layout Plain Layout
29259 Text ! in formulas
29260 \end_layout
29261
29262 \end_inset
29263
29264
29265 \begin_inset Index
29266 status collapsed
29267
29268 \begin_layout Plain Layout
29269 Formula ! multiline ! text
29270 \end_layout
29271
29272 \end_inset
29273
29274
29275 \end_layout
29276
29277 \begin_layout Standard
29278 In the Align environments, and the multline and gather environment, text
29279  can be inserted that will appear in a separate line and doesn't affect
29280  the column alignment.
29281  To do this, the command 
29282 \series bold
29283
29284 \backslash
29285 intertext
29286 \begin_inset Index
29287 status collapsed
29288
29289 \begin_layout Plain Layout
29290 Commands ! I ! 
29291 \backslash
29292 intertext
29293 \end_layout
29294
29295 \end_inset
29296
29297
29298 \series default
29299  is used in the following scheme:
29300 \end_layout
29301
29302 \begin_layout Standard
29303
29304 \series bold
29305
29306 \backslash
29307 intertext{text}
29308 \end_layout
29309
29310 \begin_layout Standard
29311 The text should not be longer than a line because it cannot be hyphenated.
29312  As LyX doesn't yet support 
29313 \series bold
29314
29315 \backslash
29316 intertext
29317 \series default
29318  directly, the text is written as mathematical text.
29319  
29320 \series bold
29321
29322 \backslash
29323 intertext
29324 \series default
29325  must hereby be at the beginning of a line and appears in the output above
29326  this line.
29327  An example where the text was inserted at the beginning of the second line:
29328 \begin_inset Formula \begin{align}
29329 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29330 \intertext{\text{integrand is symmetric to $\phi=\pi$, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29331
29332 \end_inset
29333
29334
29335 \end_layout
29336
29337 \begin_layout Section
29338 Formula Numbering
29339 \begin_inset Index
29340 status collapsed
29341
29342 \begin_layout Plain Layout
29343 Formula numbering
29344 \end_layout
29345
29346 \end_inset
29347
29348
29349 \begin_inset Index
29350 status collapsed
29351
29352 \begin_layout Plain Layout
29353 Formula ! numbering|see
29354 \begin_inset ERT
29355 status collapsed
29356
29357 \begin_layout Plain Layout
29358
29359 {
29360 \end_layout
29361
29362 \end_inset
29363
29364 Formula numbering
29365 \begin_inset ERT
29366 status collapsed
29367
29368 \begin_layout Plain Layout
29369
29370 }
29371 \end_layout
29372
29373 \end_inset
29374
29375
29376 \end_layout
29377
29378 \end_inset
29379
29380
29381 \end_layout
29382
29383 \begin_layout Subsection
29384 General
29385 \end_layout
29386
29387 \begin_layout Standard
29388 Numbered formulas can be created with the menu 
29389 \family sans
29390 Insert\SpecialChar \menuseparator
29391 Math\SpecialChar \menuseparator
29392 Numbered
29393 \begin_inset space ~
29394 \end_inset
29395
29396 Formula
29397 \family default
29398  (shortcut 
29399 \family sans
29400 Ctrl+Alt
29401 \begin_inset space ~
29402 \end_inset
29403
29404 N
29405 \family default
29406 ).
29407  Existing formulas can be numbered with the menu 
29408 \family sans
29409 Edit\SpecialChar \menuseparator
29410 Math\SpecialChar \menuseparator
29411 Toggle
29412 \begin_inset space ~
29413 \end_inset
29414
29415 Numbering
29416 \family default
29417  (shortcut 
29418 \begin_inset Info
29419 type  "shortcut"
29420 arg   "math-number-toggle"
29421 \end_inset
29422
29423 ).
29424  The formula number is displayed in LyX behind the formula as number sign
29425  in parentheses.
29426  The number sign is replaced in the output by the formula number.
29427 \end_layout
29428
29429 \begin_layout Standard
29430 When numbering is turned on in multiline formulas, all lines will be numbered.
29431  But the numbering can be controlled with the menu 
29432 \family sans
29433 Edit\SpecialChar \menuseparator
29434 Math\SpecialChar \menuseparator
29435 Toggle
29436 \begin_inset space ~
29437 \end_inset
29438
29439 Numbering
29440 \begin_inset space ~
29441 \end_inset
29442
29443 of
29444 \begin_inset space ~
29445 \end_inset
29446
29447 Line
29448 \family default
29449  (shortcut
29450 \begin_inset Info
29451 type  "shortcut"
29452 arg   "math-number-line-toggle"
29453 \end_inset
29454
29455 ) for every line.
29456 \end_layout
29457
29458 \begin_layout Standard
29459 Except of inline formulas, all formulas can be numbered with two different
29460  styles, see 
29461 \begin_inset CommandInset ref
29462 LatexCommand ref
29463 reference "sec:Formula-Styles"
29464
29465 \end_inset
29466
29467 .
29468 \end_layout
29469
29470 \begin_layout Subsection
29471 Cross-References
29472 \begin_inset Index
29473 status collapsed
29474
29475 \begin_layout Plain Layout
29476 Cross-references ! to formulas
29477 \end_layout
29478
29479 \end_inset
29480
29481
29482 \end_layout
29483
29484 \begin_layout Standard
29485 All labeled formulas can be cross-referenced.
29486  A label is added by the menu 
29487 \family sans
29488 Insert\SpecialChar \menuseparator
29489 Label
29490 \family default
29491  or the toolbar button 
29492 \begin_inset Graphics
29493         filename ../images/label-insert.png
29494         scale 85
29495
29496 \end_inset
29497
29498 .
29499  The cursor must hereby be inside a displayed formula.
29500  A dialog pops up displaying the prefix 
29501 \series bold
29502 eq:
29503 \series default
29504  in a text field.
29505  The label is inserted there behind the prefix.
29506  The predefined prefix means 
29507 \begin_inset Quotes eld
29508 \end_inset
29509
29510 equation
29511 \begin_inset Quotes erd
29512 \end_inset
29513
29514  and makes it easier to find labels in large documents because it marks
29515  it as formula label to divide it from e.
29516 \begin_inset space \thinspace{}
29517 \end_inset
29518
29519 g.
29520 \begin_inset space \space{}
29521 \end_inset
29522
29523 section labels.
29524  To change a label, the menu 
29525 \family sans
29526 Insert\SpecialChar \menuseparator
29527 Label
29528 \family default
29529  is used again.
29530 \end_layout
29531
29532 \begin_layout Standard
29533 The name of the label is displayed in LyX within two parentheses behind
29534  formula.
29535  A formula with a label is always numbered.
29536 \end_layout
29537
29538 \begin_layout Standard
29539 Cross-references are inserted via the menu 
29540 \family sans
29541 Insert\SpecialChar \menuseparator
29542 Cross-Reference
29543 \family default
29544  or with the toolbar button 
29545 \begin_inset Graphics
29546         filename ../images/dialog-show-new-inset_ref.png
29547         scale 85
29548
29549 \end_inset
29550
29551 .
29552  A formula cross-reference appears in the output as formula number.
29553  When in the cross-reference dialog window the format 
29554 \series bold
29555 (<reference>)
29556 \series default
29557  is chosen, the cross-reference appears in the output as formula number
29558  in parentheses.
29559 \begin_inset Newline newline
29560 \end_inset
29561
29562 By right-clicking on a cross-reference in LyX, one jumps to the formula
29563  that is referenced.
29564 \end_layout
29565
29566 \begin_layout Standard
29567 Here are as examples cross-references to formulas of the following subsections:
29568 \begin_inset Note Note
29569 status open
29570
29571 \begin_layout Plain Layout
29572 Note the different cross-reference types.
29573 \end_layout
29574
29575 \end_inset
29576
29577
29578 \end_layout
29579
29580 \begin_layout Standard
29581 The equations 
29582 \begin_inset CommandInset ref
29583 LatexCommand eqref
29584 reference "eq:tag"
29585
29586 \end_inset
29587
29588  and 
29589 \begin_inset CommandInset ref
29590 LatexCommand eqref
29591 reference "eq:c"
29592
29593 \end_inset
29594
29595  are equivalent.
29596  In (
29597 \begin_inset CommandInset ref
29598 LatexCommand ref
29599 reference "eq:Lat"
29600
29601 \end_inset
29602
29603 ) big Latin letters are used for the numbering in contrary to (
29604 \begin_inset CommandInset ref
29605 LatexCommand ref
29606 reference "eq:Rom"
29607
29608 \end_inset
29609
29610 ).
29611 \end_layout
29612
29613 \begin_layout Standard
29614 \begin_inset VSpace medskip
29615 \end_inset
29616
29617 When the argument of 
29618 \series bold
29619
29620 \backslash
29621 tag
29622 \begin_inset Foot
29623 status collapsed
29624
29625 \begin_layout Plain Layout
29626
29627 \series bold
29628
29629 \backslash
29630 tag
29631 \series default
29632  is described in 
29633 \begin_inset CommandInset ref
29634 LatexCommand ref
29635 reference "sub:User-defined-Numbering"
29636
29637 \end_inset
29638
29639 .
29640 \end_layout
29641
29642 \end_inset
29643
29644
29645 \series default
29646  contains a box like in 
29647 \begin_inset CommandInset ref
29648 LatexCommand ref
29649 reference "sub:Paragraph-Boxes"
29650
29651 \end_inset
29652
29653 , the formula cannot be referenced.
29654 \end_layout
29655
29656 \begin_layout Subsection
29657 Subnumbering
29658 \begin_inset Index
29659 status collapsed
29660
29661 \begin_layout Plain Layout
29662 Formula numbering ! subnumbering
29663 \end_layout
29664
29665 \end_inset
29666
29667
29668 \end_layout
29669
29670 \begin_layout Standard
29671 With the help of the commands 
29672 \series bold
29673
29674 \backslash
29675 begin{subequations}
29676 \series default
29677  and 
29678 \series bold
29679
29680 \backslash
29681 end{subequations}
29682 \series default
29683  formulas can be subnumbered.
29684  Both commands are inserted in TeX-mode.
29685 \end_layout
29686
29687 \begin_layout Standard
29688 An example:
29689 \begin_inset Formula \begin{equation}
29690 A=C-B\label{eq:a}\end{equation}
29691
29692 \end_inset
29693
29694
29695 \begin_inset ERT
29696 status collapsed
29697
29698 \begin_layout Plain Layout
29699
29700
29701 \backslash
29702 addtocounter{equation}{-1}
29703 \end_layout
29704
29705 \end_inset
29706
29707
29708 \begin_inset ERT
29709 status collapsed
29710
29711 \begin_layout Plain Layout
29712
29713
29714 \backslash
29715 begin{subequations}
29716 \end_layout
29717
29718 \end_inset
29719
29720
29721 \begin_inset VSpace -5mm
29722 \end_inset
29723
29724
29725 \begin_inset Formula \begin{equation}
29726 B=C-A\label{eq:b}\end{equation}
29727
29728 \end_inset
29729
29730
29731 \begin_inset Formula \begin{equation}
29732 C=A+B\label{eq:c}\end{equation}
29733
29734 \end_inset
29735
29736
29737 \end_layout
29738
29739 \begin_layout Standard
29740 \begin_inset ERT
29741 status collapsed
29742
29743 \begin_layout Plain Layout
29744
29745
29746 \backslash
29747 end{subequations}
29748 \end_layout
29749
29750 \end_inset
29751
29752
29753 \end_layout
29754
29755 \begin_layout Standard
29756 To create the example, the following is done:
29757 \end_layout
29758
29759 \begin_layout Enumerate
29760 first formula is inserted
29761 \end_layout
29762
29763 \begin_layout Enumerate
29764
29765 \series bold
29766
29767 \backslash
29768 addtocounter{equation}{-1} 
29769 \backslash
29770 begin{subequations}
29771 \begin_inset Index
29772 status collapsed
29773
29774 \begin_layout Plain Layout
29775 Commands ! A ! 
29776 \backslash
29777 addtocounter
29778 \end_layout
29779
29780 \end_inset
29781
29782
29783 \begin_inset Newline newline
29784 \end_inset
29785
29786
29787 \series default
29788 is inserted after the first formula
29789 \end_layout
29790
29791 \begin_layout Enumerate
29792 second formula is inserted
29793 \end_layout
29794
29795 \begin_layout Enumerate
29796 third formula is inserted
29797 \end_layout
29798
29799 \begin_layout Enumerate
29800
29801 \series bold
29802
29803 \backslash
29804 end{subequations}
29805 \series default
29806  is inserted after the third formula
29807 \end_layout
29808
29809 \begin_layout Standard
29810 Every formula between the commands 
29811 \series bold
29812
29813 \backslash
29814 begin
29815 \series default
29816  and 
29817 \series bold
29818
29819 \backslash
29820 end
29821 \series default
29822  is subnumbered as a, b, 
29823 \begin_inset Newline linebreak
29824 \end_inset
29825
29826 c, \SpecialChar \ldots{}
29827  For multiline formulas every line will be subnumbered.
29828  All subnumbered formulas are treated as 
29829 \emph on
29830 one
29831 \emph default
29832  numbered formula.
29833  But as every numbered formula increases the counter 
29834 \series bold
29835 equation
29836 \series default
29837  by one, the command 
29838 \series bold
29839
29840 \backslash
29841 addtocounter
29842 \series default
29843  is needed to decrease it.
29844  Otherwise the formulas 
29845 \begin_inset CommandInset ref
29846 LatexCommand eqref
29847 reference "eq:a"
29848
29849 \end_inset
29850
29851
29852 \begin_inset CommandInset ref
29853 LatexCommand eqref
29854 reference "eq:b"
29855
29856 \end_inset
29857
29858
29859 \begin_inset CommandInset ref
29860 LatexCommand eqref
29861 reference "eq:c"
29862
29863 \end_inset
29864
29865  would be numbered as 
29866 \begin_inset CommandInset ref
29867 LatexCommand eqref
29868 reference "eq:a"
29869
29870 \end_inset
29871
29872
29873 \begin_inset CommandInset ref
29874 LatexCommand eqref
29875 reference "eq:d"
29876
29877 \end_inset
29878
29879
29880 \begin_inset CommandInset ref
29881 LatexCommand eqref
29882 reference "eq:f"
29883
29884 \end_inset
29885
29886 .
29887 \end_layout
29888
29889 \begin_layout Standard
29890 By inserting the commands in TeX-mode, a space is created between the first
29891  two formulas.
29892  To revert this -5
29893 \begin_inset space \thinspace{}
29894 \end_inset
29895
29896 mm vertical space is inserted after the command 
29897 \series bold
29898
29899 \backslash
29900 begin{subequations}
29901 \series default
29902 .
29903  When the formula style 
29904 \series bold
29905 Indented
29906 \begin_inset Foot
29907 status collapsed
29908
29909 \begin_layout Plain Layout
29910 formula styles see 
29911 \begin_inset CommandInset ref
29912 LatexCommand ref
29913 reference "sec:Formula-Styles"
29914
29915 \end_inset
29916
29917
29918 \end_layout
29919
29920 \end_inset
29921
29922
29923 \series default
29924  is used, -7
29925 \begin_inset space \thinspace{}
29926 \end_inset
29927
29928 mm space is inserted instead.
29929 \end_layout
29930
29931 \begin_layout Standard
29932 Here is an example for a multiline formula where the numbering was turned
29933  off for the second line:
29934 \begin_inset ERT
29935 status collapsed
29936
29937 \begin_layout Plain Layout
29938
29939
29940 \backslash
29941 begin{subequations}
29942 \end_layout
29943
29944 \end_inset
29945
29946
29947 \begin_inset Formula \begin{eqnarray}
29948 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29949  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29950  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29951
29952 \end_inset
29953
29954
29955 \begin_inset ERT
29956 status collapsed
29957
29958 \begin_layout Plain Layout
29959
29960
29961 \backslash
29962 end{subequations}
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \end_layout
29969
29970 \begin_layout Subsection
29971 User-defined Numbering
29972 \begin_inset CommandInset label
29973 LatexCommand label
29974 name "sub:User-defined-Numbering"
29975
29976 \end_inset
29977
29978
29979 \begin_inset Index
29980 status collapsed
29981
29982 \begin_layout Plain Layout
29983 Formula numbering ! user-defined
29984 \end_layout
29985
29986 \end_inset
29987
29988
29989 \end_layout
29990
29991 \begin_layout Standard
29992 \begin_inset Index
29993 status collapsed
29994
29995 \begin_layout Plain Layout
29996 Formula numbering ! self-defined delimiters
29997 \end_layout
29998
29999 \end_inset
30000
30001 With the standard numbering parentheses are set around the formula number.
30002  To replace the parentheses for example by vertical bars, the following
30003  line is added to the LaTeX-preamble:
30004 \end_layout
30005
30006 \begin_layout Standard
30007
30008 \series bold
30009
30010 \backslash
30011 def
30012 \backslash
30013 tagform@#1{
30014 \backslash
30015 maketag@@@{|#1|}}
30016 \series default
30017
30018 \begin_inset Note Note
30019 status collapsed
30020
30021 \begin_layout Plain Layout
30022 This macro is already declared in the LaTeX-preamble for testing.
30023  To activate it, remove the percent sign at the beginning.
30024 \end_layout
30025
30026 \end_inset
30027
30028
30029 \end_layout
30030
30031 \begin_layout Standard
30032 To use other characters, the vertical bars besides the 
30033 \series bold
30034 #1
30035 \series default
30036  are replaced by one ore more characters.
30037  To get only the formula number the vertical bars are omitted.
30038 \end_layout
30039
30040 \begin_layout Standard
30041 \begin_inset VSpace bigskip
30042 \end_inset
30043
30044 When there should be an expression of your choice instead of the consecutive
30045  formula number in parentheses behind the formula, the command 
30046 \series bold
30047
30048 \backslash
30049 tag
30050 \series default
30051
30052 \begin_inset Index
30053 status collapsed
30054
30055 \begin_layout Plain Layout
30056 Commands ! T ! 
30057 \backslash
30058 tag
30059 \end_layout
30060
30061 \end_inset
30062
30063  is used:
30064 \begin_inset Formula \begin{equation}
30065 A+B=C\tag{something}\label{eq:tag}\end{equation}
30066
30067 \end_inset
30068
30069 In this example the command 
30070 \series bold
30071
30072 \backslash
30073 tag
30074 \begin_inset ERT
30075 status collapsed
30076
30077 \begin_layout Plain Layout
30078
30079
30080 \backslash
30081 spce 
30082 \end_layout
30083
30084 \end_inset
30085
30086 something
30087 \series default
30088  was inserted to the formula.
30089 \end_layout
30090
30091 \begin_layout Standard
30092 When the command 
30093 \series bold
30094
30095 \backslash
30096 tag*
30097 \begin_inset ERT
30098 status collapsed
30099
30100 \begin_layout Plain Layout
30101
30102
30103 \backslash
30104 spce 
30105 \end_layout
30106
30107 \end_inset
30108
30109 something
30110 \series default
30111  is inserted instead, the star prevents the parentheses around the expression:
30112 \begin_inset Formula \[
30113 A+B=C\tag*{something}\]
30114
30115 \end_inset
30116
30117
30118 \end_layout
30119
30120 \begin_layout Standard
30121 \begin_inset VSpace bigskip
30122 \end_inset
30123
30124 To restart the formula numbering with new document parts or sections, the
30125  following command is used:
30126 \end_layout
30127
30128 \begin_layout Standard
30129
30130 \series bold
30131
30132 \backslash
30133 @addtoreset{equation}{part}
30134 \series default
30135
30136 \begin_inset Index
30137 status collapsed
30138
30139 \begin_layout Plain Layout
30140 Commands ! 
30141 \begin_inset ERT
30142 status collapsed
30143
30144 \begin_layout Plain Layout
30145
30146 "
30147 \end_layout
30148
30149 \end_inset
30150
30151 @
30152 \begin_inset ERT
30153 status collapsed
30154
30155 \begin_layout Plain Layout
30156
30157 "
30158 \end_layout
30159
30160 \end_inset
30161
30162  ! 
30163 \backslash
30164
30165 \begin_inset ERT
30166 status collapsed
30167
30168 \begin_layout Plain Layout
30169
30170 "
30171 \end_layout
30172
30173 \end_inset
30174
30175 @
30176 \begin_inset ERT
30177 status collapsed
30178
30179 \begin_layout Plain Layout
30180
30181 "
30182 \end_layout
30183
30184 \end_inset
30185
30186 addtoreset
30187 \end_layout
30188
30189 \end_inset
30190
30191
30192 \begin_inset Newline newline
30193 \end_inset
30194
30195 resp.
30196 \begin_inset Newline newline
30197 \end_inset
30198
30199
30200 \series bold
30201
30202 \backslash
30203 @addtoreset{equation}{section}
30204 \end_layout
30205
30206 \begin_layout Standard
30207 To be able to use these commands in TeX-mode, the 
30208 \begin_inset Quotes eld
30209 \end_inset
30210
30211 @
30212 \begin_inset Quotes erd
30213 \end_inset
30214
30215  character has to be made 
30216 \begin_inset Quotes eld
30217 \end_inset
30218
30219 active
30220 \begin_inset Quotes erd
30221 \end_inset
30222
30223  for LaTeX using the command 
30224 \series bold
30225
30226 \backslash
30227 makeatletter.
30228
30229 \series default
30230  The command 
30231 \series bold
30232
30233 \backslash
30234 makeatother
30235 \series default
30236  reverts this.
30237  So the command sequence in TeX-mode is:
30238 \end_layout
30239
30240 \begin_layout Standard
30241
30242 \series bold
30243
30244 \backslash
30245 makeatletter
30246 \begin_inset Newline newline
30247 \end_inset
30248
30249
30250 \backslash
30251 @addtoreset{equation}{section}
30252 \begin_inset Newline newline
30253 \end_inset
30254
30255
30256 \backslash
30257 makeatother
30258 \end_layout
30259
30260 \begin_layout Standard
30261 In the LaTeX-preamble 
30262 \series bold
30263
30264 \backslash
30265 makeatletter
30266 \series default
30267  and 
30268 \series bold
30269
30270 \backslash
30271 makeatother
30272 \series default
30273  can be omitted as they are automatically internally inserted by LyX.
30274 \end_layout
30275
30276 \begin_layout Standard
30277 To revert 
30278 \series bold
30279
30280 \backslash
30281 @addtoreset
30282 \series default
30283 , the file 
30284 \series bold
30285 remreset.sty
30286 \series default
30287
30288 \begin_inset Foot
30289 status collapsed
30290
30291 \begin_layout Plain Layout
30292
30293 \series bold
30294 remreset
30295 \series default
30296  is part of the LaTeX-package 
30297 \series bold
30298 carlisle
30299 \series default
30300
30301 \begin_inset Index
30302 status collapsed
30303
30304 \begin_layout Plain Layout
30305 Packages ! carlisle
30306 \end_layout
30307
30308 \end_inset
30309
30310  that is part of every LaTeX standard installation.
30311 \end_layout
30312
30313 \end_inset
30314
30315
30316 \begin_inset Index
30317 status collapsed
30318
30319 \begin_layout Plain Layout
30320 Packages ! remreset
30321 \end_layout
30322
30323 \end_inset
30324
30325  has to be loaded in the LaTeX-preamble with the line
30326 \end_layout
30327
30328 \begin_layout Standard
30329
30330 \series bold
30331
30332 \backslash
30333 usepackage{remreset}
30334 \end_layout
30335
30336 \begin_layout Standard
30337 Then the command 
30338 \series bold
30339
30340 \backslash
30341 @removefromreset
30342 \series default
30343
30344 \begin_inset Index
30345 status collapsed
30346
30347 \begin_layout Plain Layout
30348 Commands ! 
30349 \begin_inset ERT
30350 status collapsed
30351
30352 \begin_layout Plain Layout
30353
30354 "
30355 \end_layout
30356
30357 \end_inset
30358
30359 @
30360 \begin_inset ERT
30361 status collapsed
30362
30363 \begin_layout Plain Layout
30364
30365 "
30366 \end_layout
30367
30368 \end_inset
30369
30370  ! 
30371 \backslash
30372
30373 \begin_inset ERT
30374 status collapsed
30375
30376 \begin_layout Plain Layout
30377
30378 "
30379 \end_layout
30380
30381 \end_inset
30382
30383 @
30384 \begin_inset ERT
30385 status collapsed
30386
30387 \begin_layout Plain Layout
30388
30389 "
30390 \end_layout
30391
30392 \end_inset
30393
30394 removefromreset
30395 \end_layout
30396
30397 \end_inset
30398
30399  can be used with the same scheme as 
30400 \series bold
30401
30402 \backslash
30403 @addtoreset
30404 \series default
30405 .
30406 \end_layout
30407
30408 \begin_layout Standard
30409 \begin_inset VSpace bigskip
30410 \end_inset
30411
30412 Sometimes formulas should be numbered in the following form:
30413 \end_layout
30414
30415 \begin_layout Standard
30416
30417 \family typewriter
30418 (section number.formula number)
30419 \end_layout
30420
30421 \begin_layout Standard
30422 The formula number should start with every section with 
30423 \begin_inset Quotes eld
30424 \end_inset
30425
30426 1
30427 \begin_inset Quotes erd
30428 \end_inset
30429
30430 .
30431 \end_layout
30432
30433 \begin_layout Standard
30434 For this case there is the command 
30435 \series bold
30436
30437 \backslash
30438 numberwithin
30439 \series default
30440
30441 \begin_inset Index
30442 status collapsed
30443
30444 \begin_layout Plain Layout
30445 Commands ! N ! 
30446 \backslash
30447 numberwithin
30448 \end_layout
30449
30450 \end_inset
30451
30452 , which is used with the following scheme:
30453 \end_layout
30454
30455 \begin_layout Standard
30456
30457 \series bold
30458
30459 \backslash
30460 numberwithin{counter}{sectioning}
30461 \end_layout
30462
30463 \begin_layout Standard
30464 Counter denotes what kind of numbering is affected, sectioning denotes what
30465  number is before the dot.
30466 \end_layout
30467
30468 \begin_layout Standard
30469 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30470 \end_layout
30471
30472 \begin_layout Standard
30473
30474 \series bold
30475
30476 \backslash
30477 numberwithin{equation}{section}
30478 \end_layout
30479
30480 \begin_layout Standard
30481 This is the result:
30482 \begin_inset ERT
30483 status collapsed
30484
30485 \begin_layout Plain Layout
30486
30487
30488 \backslash
30489 numberwithin{equation}{section}
30490 \end_layout
30491
30492 \end_inset
30493
30494
30495 \begin_inset Formula \begin{equation}
30496 A+B=C\end{equation}
30497
30498 \end_inset
30499
30500
30501 \end_layout
30502
30503 \begin_layout Standard
30504 To number e.
30505 \begin_inset space \thinspace{}
30506 \end_inset
30507
30508 g.
30509 \begin_inset space \space{}
30510 \end_inset
30511
30512 tables so that the number of the part is the sectioning,
30513 \begin_inset Newline newline
30514 \end_inset
30515
30516
30517 \series bold
30518
30519 \backslash
30520 numberwithin{table}{part}
30521 \series default
30522  is used.
30523 \end_layout
30524
30525 \begin_layout Standard
30526 To go back to the standard numbering or to prevent this kind of numbering
30527  when it is defined by the document class, the following command is inserted
30528  as TeX-Code or to the LaTeX-preamble:
30529 \end_layout
30530
30531 \begin_layout Standard
30532
30533 \series bold
30534
30535 \backslash
30536 renewcommand{
30537 \backslash
30538 theequation}{
30539 \backslash
30540 arabic{equation}}
30541 \begin_inset Index
30542 status collapsed
30543
30544 \begin_layout Plain Layout
30545 Commands ! A ! 
30546 \backslash
30547 arabic
30548 \end_layout
30549
30550 \end_inset
30551
30552
30553 \series default
30554
30555 \begin_inset ERT
30556 status collapsed
30557
30558 \begin_layout Plain Layout
30559
30560
30561 \backslash
30562 renewcommand{
30563 \backslash
30564 theequation}{
30565 \backslash
30566 arabic{equation}}
30567 \end_layout
30568
30569 \end_inset
30570
30571
30572 \series bold
30573
30574 \begin_inset Newline newline
30575 \end_inset
30576
30577
30578 \series default
30579 or
30580 \series bold
30581
30582 \begin_inset Newline newline
30583 \end_inset
30584
30585
30586 \backslash
30587 renewcommand{
30588 \backslash
30589 thetable}{
30590 \backslash
30591 arabic{table}}
30592 \end_layout
30593
30594 \begin_layout Standard
30595
30596 \series bold
30597
30598 \backslash
30599 numberwithin
30600 \series default
30601  uses internally the command 
30602 \series bold
30603
30604 \backslash
30605 @addtoreset
30606 \series default
30607 , described above, that also needs to be reverted.
30608 \begin_inset ERT
30609 status collapsed
30610
30611 \begin_layout Plain Layout
30612
30613
30614 \backslash
30615 makeatletter
30616 \end_layout
30617
30618 \begin_layout Plain Layout
30619
30620
30621 \backslash
30622 @removefromreset{equation}{section}
30623 \end_layout
30624
30625 \begin_layout Plain Layout
30626
30627
30628 \backslash
30629 makeatother
30630 \end_layout
30631
30632 \end_inset
30633
30634
30635 \end_layout
30636
30637 \begin_layout Subsection
30638 Numbering with Roman Numbers and Letters
30639 \begin_inset Index
30640 status collapsed
30641
30642 \begin_layout Plain Layout
30643 Formula numbering ! with letters
30644 \end_layout
30645
30646 \end_inset
30647
30648
30649 \begin_inset Index
30650 status collapsed
30651
30652 \begin_layout Plain Layout
30653 Formula numbering ! with Roman numbers
30654 \end_layout
30655
30656 \end_inset
30657
30658
30659 \end_layout
30660
30661 \begin_layout Standard
30662 Formulas can also be numbered with Roman numbers and Latin letters.
30663  To number for example with small Roman numbers, the command
30664 \end_layout
30665
30666 \begin_layout Standard
30667
30668 \series bold
30669
30670 \backslash
30671 renewcommand{
30672 \backslash
30673 theequation}{
30674 \backslash
30675 roman{equation}}
30676 \end_layout
30677
30678 \begin_layout Standard
30679 is inserted before the formula in TeX-mode.
30680  
30681 \series bold
30682
30683 \backslash
30684 renewcommand
30685 \series default
30686
30687 \begin_inset Index
30688 status collapsed
30689
30690 \begin_layout Plain Layout
30691 Commands ! R ! 
30692 \backslash
30693 renewcommand
30694 \end_layout
30695
30696 \end_inset
30697
30698  redefines the predefined command 
30699 \series bold
30700
30701 \backslash
30702 theequation
30703 \series default
30704  to the command 
30705 \series bold
30706
30707 \backslash
30708 roman{equation}
30709 \series default
30710 .
30711 \begin_inset Foot
30712 status collapsed
30713
30714 \begin_layout Plain Layout
30715 The command 
30716 \series bold
30717
30718 \backslash
30719 renewcommand
30720 \series default
30721  has the same scheme like the command 
30722 \series bold
30723
30724 \backslash
30725 newcommand
30726 \series default
30727  that is described in 
30728 \begin_inset CommandInset ref
30729 LatexCommand ref
30730 reference "sub:The-Command-newcommand"
30731
30732 \end_inset
30733
30734 .
30735 \end_layout
30736
30737 \end_inset
30738
30739  
30740 \series bold
30741 equation
30742 \series default
30743  is the formula counter.
30744  When the command 
30745 \series bold
30746
30747 \backslash
30748 the
30749 \series default
30750  is used as prefix for a counter, the value of the counter is output as
30751  Arabic number.
30752  When a formula is numbered, LaTeX sets internally the command 
30753 \series bold
30754
30755 \backslash
30756 theequation
30757 \series default
30758  behind the formula.
30759  
30760 \series bold
30761
30762 \backslash
30763 roman{equation}
30764 \begin_inset Index
30765 status collapsed
30766
30767 \begin_layout Plain Layout
30768 Commands ! R ! 
30769 \backslash
30770 roman
30771 \end_layout
30772
30773 \end_inset
30774
30775
30776 \series default
30777  outputs the counter as small Roman number.
30778 \end_layout
30779
30780 \begin_layout Standard
30781 All formulas behind the command 
30782 \series bold
30783
30784 \backslash
30785 renew
30786 \series default
30787 c
30788 \series bold
30789 ommand
30790 \series default
30791  are now numbered Roman.
30792  To switch to numbering with big Roman numbers, the command is inserted
30793  again, but 
30794 \series bold
30795
30796 \backslash
30797 roman
30798 \series default
30799  is replaced by 
30800 \series bold
30801
30802 \backslash
30803 Roman
30804 \series default
30805
30806 \begin_inset Index
30807 status collapsed
30808
30809 \begin_layout Plain Layout
30810 Commands ! R ! 
30811 \backslash
30812 roman@
30813 \backslash
30814 Roman
30815 \end_layout
30816
30817 \end_inset
30818
30819 .
30820  To 
30821 \begin_inset Quotes eld
30822 \end_inset
30823
30824 number
30825 \begin_inset Quotes erd
30826 \end_inset
30827
30828  with small Latin letters there is the command 
30829 \series bold
30830
30831 \backslash
30832 alph
30833 \series default
30834
30835 \begin_inset Index
30836 status collapsed
30837
30838 \begin_layout Plain Layout
30839 Commands ! A ! 
30840 \backslash
30841 alph
30842 \end_layout
30843
30844 \end_inset
30845
30846 , for big ones there is the command 
30847 \series bold
30848
30849 \backslash
30850 Alph
30851 \series default
30852
30853 \begin_inset Index
30854 status open
30855
30856 \begin_layout Plain Layout
30857 Commands ! A ! 
30858 \backslash
30859 alph@
30860 \backslash
30861 Alph
30862 \end_layout
30863
30864 \end_inset
30865
30866 .
30867 \end_layout
30868
30869 \begin_layout Standard
30870 \begin_inset Note Greyedout
30871 status open
30872
30873 \begin_layout Plain Layout
30874
30875 \series bold
30876 Note:
30877 \series default
30878  Only maximal 26 formulas can be numbered with Latin letters in one document.
30879 \end_layout
30880
30881 \end_inset
30882
30883
30884 \end_layout
30885
30886 \begin_layout Standard
30887 \begin_inset ERT
30888 status collapsed
30889
30890 \begin_layout Plain Layout
30891
30892
30893 \backslash
30894 renewcommand{
30895 \backslash
30896 theequation}{
30897 \backslash
30898 roman{equation}}
30899 \end_layout
30900
30901 \end_inset
30902
30903
30904 \end_layout
30905
30906 \begin_layout Standard
30907 \begin_inset Formula \begin{equation}
30908 A=\textrm{small roman}\label{eq:rom}\end{equation}
30909
30910 \end_inset
30911
30912
30913 \begin_inset ERT
30914 status collapsed
30915
30916 \begin_layout Plain Layout
30917
30918
30919 \backslash
30920 renewcommand{
30921 \backslash
30922 theequation}{
30923 \backslash
30924 Roman{equation}}
30925 \end_layout
30926
30927 \end_inset
30928
30929
30930 \begin_inset Formula \begin{equation}
30931 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
30932
30933 \end_inset
30934
30935
30936 \begin_inset ERT
30937 status collapsed
30938
30939 \begin_layout Plain Layout
30940
30941
30942 \backslash
30943 renewcommand{
30944 \backslash
30945 theequation}{
30946 \backslash
30947 alph{equation}}
30948 \end_layout
30949
30950 \end_inset
30951
30952
30953 \begin_inset Formula \begin{equation}
30954 C=\textrm{small Latin}\label{eq:lat}\end{equation}
30955
30956 \end_inset
30957
30958
30959 \begin_inset ERT
30960 status collapsed
30961
30962 \begin_layout Plain Layout
30963
30964
30965 \backslash
30966 renewcommand{
30967 \backslash
30968 theequation}{
30969 \backslash
30970 Alph{equation}}
30971 \end_layout
30972
30973 \end_inset
30974
30975
30976 \begin_inset Formula \begin{equation}
30977 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
30978
30979 \end_inset
30980
30981
30982 \end_layout
30983
30984 \begin_layout Standard
30985 To switch back to the default numbering, insert the command:
30986 \end_layout
30987
30988 \begin_layout Standard
30989
30990 \series bold
30991
30992 \backslash
30993 renewcommand{
30994 \backslash
30995 theequation}{
30996 \backslash
30997 arabic{equation}}
30998 \begin_inset Index
30999 status collapsed
31000
31001 \begin_layout Plain Layout
31002 Commands ! A ! 
31003 \backslash
31004 arabic
31005 \end_layout
31006
31007 \end_inset
31008
31009
31010 \end_layout
31011
31012 \begin_layout Standard
31013 \begin_inset ERT
31014 status collapsed
31015
31016 \begin_layout Plain Layout
31017
31018
31019 \backslash
31020 renewcommand{
31021 \backslash
31022 theequation}{
31023 \backslash
31024 arabic{equation}}
31025 \end_layout
31026
31027 \end_inset
31028
31029
31030 \begin_inset Formula \begin{equation}
31031 E=\textrm{Arabic}\label{eq:arab}\end{equation}
31032
31033 \end_inset
31034
31035
31036 \end_layout
31037
31038 \begin_layout Standard
31039 \begin_inset VSpace medskip
31040 \end_inset
31041
31042 As you see, formulas are numbered serially independent from the numbering
31043  style.
31044  When then numbering should start with 
31045 \begin_inset Quotes eld
31046 \end_inset
31047
31048 1
31049 \begin_inset Quotes erd
31050 \end_inset
31051
31052  when the style is changed, new equation counters have to be defined.
31053  A description about this can be found in the file 
31054 \begin_inset CommandInset href
31055 LatexCommand href
31056 target "Formula-numbering.lyx"
31057
31058 \end_inset
31059
31060 .
31061 \end_layout
31062
31063 \begin_layout Section
31064 User-defined Commands
31065 \begin_inset Index
31066 status collapsed
31067
31068 \begin_layout Plain Layout
31069 User-defined commands
31070 \end_layout
31071
31072 \end_inset
31073
31074
31075 \end_layout
31076
31077 \begin_layout Standard
31078 \begin_inset Note Greyedout
31079 status open
31080
31081 \begin_layout Plain Layout
31082
31083 \series bold
31084 Note:
31085 \series default
31086  The names of user-defined commands and macros may only consist of Latin
31087  letters.
31088 \end_layout
31089
31090 \end_inset
31091
31092
31093 \end_layout
31094
31095 \begin_layout Subsection
31096 The Command 
31097 \backslash
31098 newcommand
31099 \begin_inset CommandInset label
31100 LatexCommand label
31101 name "sub:The-Command-newcommand"
31102
31103 \end_inset
31104
31105
31106 \begin_inset Index
31107 status collapsed
31108
31109 \begin_layout Plain Layout
31110 User-defined commands ! 
31111 \backslash
31112 newcommand
31113 \end_layout
31114
31115 \end_inset
31116
31117
31118 \begin_inset Index
31119 status collapsed
31120
31121 \begin_layout Plain Layout
31122 Commands ! N ! 
31123 \backslash
31124 newcommand
31125 \end_layout
31126
31127 \end_inset
31128
31129
31130 \end_layout
31131
31132 \begin_layout Standard
31133 Many LaTeX-commands are too long to be used frequently.
31134  But it is possible to define with the command 
31135 \series bold
31136
31137 \backslash
31138 newcommand
31139 \series default
31140  new shorter commands.
31141 \end_layout
31142
31143 \begin_layout Standard
31144 The command scheme of 
31145 \series bold
31146
31147 \backslash
31148 newcommand
31149 \series default
31150  is:
31151 \end_layout
31152
31153 \begin_layout Standard
31154
31155 \series bold
31156
31157 \backslash
31158 newcommand{new command name}[number of arguments][optional
31159 \series default
31160  
31161 \series bold
31162 value]
31163 \begin_inset Newline newline
31164 \end_inset
31165
31166
31167 \begin_inset ERT
31168 status collapsed
31169
31170 \begin_layout Plain Layout
31171
31172
31173 \backslash
31174 phantom{
31175 \end_layout
31176
31177 \end_inset
31178
31179
31180 \backslash
31181 newcommand
31182 \begin_inset ERT
31183 status collapsed
31184
31185 \begin_layout Plain Layout
31186
31187 }
31188 \end_layout
31189
31190 \end_inset
31191
31192 {command definition}
31193 \end_layout
31194
31195 \begin_layout Standard
31196 \begin_inset Note Greyedout
31197 status open
31198
31199 \begin_layout Plain Layout
31200
31201 \series bold
31202 Note:
31203 \series default
31204  Assure that the name of the new command is not already used in your document
31205  or by LaTeX-packages that you use.
31206  When you for example define the command 
31207 \series bold
31208
31209 \backslash
31210 le
31211 \series default
31212  for 
31213 \series bold
31214
31215 \backslash
31216 Leftarrow
31217 \series default
31218 , you get an error message because 
31219 \series bold
31220
31221 \backslash
31222 le
31223 \series default
31224  is already defined as command for 
31225 \begin_inset Quotes eld
31226 \end_inset
31227
31228
31229 \begin_inset Formula $\le$
31230 \end_inset
31231
31232
31233 \begin_inset Quotes erd
31234 \end_inset
31235
31236 .
31237 \end_layout
31238
31239 \end_inset
31240
31241
31242 \end_layout
31243
31244 \begin_layout Standard
31245 The number of arguments is an integer in the range 0
31246 \begin_inset space \thinspace{}
31247 \end_inset
31248
31249 -
31250 \begin_inset space \thinspace{}
31251 \end_inset
31252
31253 9 and specifies how many arguments the new command should have.
31254  With the optional value a value for an optional argument can be predefined.
31255  When this is done, the 
31256 \emph on
31257 first
31258 \emph default
31259  
31260 \emph on
31261 a
31262 \emph default
31263 rgument of the new command is automatically an optional one.
31264 \end_layout
31265
31266 \begin_layout Standard
31267 Here are some examples:
31268 \end_layout
31269
31270 \begin_layout Itemize
31271 To define the command 
31272 \series bold
31273
31274 \backslash
31275 gr
31276 \series default
31277  for 
31278 \series bold
31279
31280 \backslash
31281 Longrightarrow
31282 \series default
31283 , the LaTeX-preamble line is:
31284 \begin_inset ERT
31285 status collapsed
31286
31287 \begin_layout Plain Layout
31288
31289
31290 \backslash
31291 medskip
31292 \end_layout
31293
31294 \end_inset
31295
31296
31297 \series bold
31298
31299 \begin_inset Newline newline
31300 \end_inset
31301
31302
31303 \backslash
31304 newcommand{
31305 \backslash
31306 gr}{
31307 \backslash
31308 Longrightarrow}
31309 \end_layout
31310
31311 \begin_layout Itemize
31312 To define the command 
31313 \series bold
31314
31315 \backslash
31316 us
31317 \series default
31318  for 
31319 \series bold
31320
31321 \backslash
31322 underline
31323 \series default
31324 , the argument (that should be underlined) must be taken into account.
31325  For this the preamble line is:
31326 \begin_inset ERT
31327 status collapsed
31328
31329 \begin_layout Plain Layout
31330
31331
31332 \backslash
31333 medskip
31334 \end_layout
31335
31336 \end_inset
31337
31338
31339 \series bold
31340
31341 \begin_inset Newline newline
31342 \end_inset
31343
31344
31345 \backslash
31346 newcommand{
31347 \backslash
31348 us}[1]{
31349 \backslash
31350 underline{#1}}
31351 \series default
31352
31353 \begin_inset ERT
31354 status collapsed
31355
31356 \begin_layout Plain Layout
31357
31358
31359 \backslash
31360 medskip
31361 \end_layout
31362
31363 \end_inset
31364
31365
31366 \series bold
31367
31368 \begin_inset Newline newline
31369 \end_inset
31370
31371
31372 \series default
31373 The character 
31374 \series bold
31375 #
31376 \series default
31377  acts as argument placeholder, the 
31378 \series bold
31379 1
31380 \series default
31381  behind it denotes that it is the placeholder for the first argument.
31382 \end_layout
31383
31384 \begin_layout Itemize
31385 For 
31386 \series bold
31387
31388 \backslash
31389 framebox
31390 \series default
31391  one can e.
31392 \begin_inset space \thinspace{}
31393 \end_inset
31394
31395 g.
31396 \begin_inset space \space{}
31397 \end_inset
31398
31399 define the command 
31400 \series bold
31401
31402 \backslash
31403 fb
31404 \series default
31405 :
31406 \begin_inset ERT
31407 status collapsed
31408
31409 \begin_layout Plain Layout
31410
31411
31412 \backslash
31413 medskip
31414 \end_layout
31415
31416 \end_inset
31417
31418
31419 \series bold
31420
31421 \begin_inset Newline newline
31422 \end_inset
31423
31424
31425 \backslash
31426 newcommand{
31427 \backslash
31428 fb}[3]{
31429 \backslash
31430 framebox#1#2{$#3$}}
31431 \series default
31432
31433 \begin_inset ERT
31434 status collapsed
31435
31436 \begin_layout Plain Layout
31437
31438
31439 \backslash
31440 medskip
31441 \end_layout
31442
31443 \end_inset
31444
31445
31446 \series bold
31447
31448 \begin_inset Newline newline
31449 \end_inset
31450
31451
31452 \series default
31453 The two Dollar signs creates the extra formula needed for 
31454 \series bold
31455
31456 \backslash
31457 framebox
31458 \series default
31459 , see 
31460 \begin_inset CommandInset ref
31461 LatexCommand ref
31462 reference "sub:Boxes-with-Frame"
31463
31464 \end_inset
31465
31466 .
31467 \end_layout
31468
31469 \begin_layout Itemize
31470 To create a new command for 
31471 \series bold
31472
31473 \backslash
31474 fcolorbox
31475 \series default
31476  where the color for the box needn't to be specified, the argument for the
31477  color is defined optional:
31478 \begin_inset ERT
31479 status collapsed
31480
31481 \begin_layout Plain Layout
31482
31483
31484 \backslash
31485 medskip
31486 \end_layout
31487
31488 \end_inset
31489
31490
31491 \series bold
31492
31493 \begin_inset Newline newline
31494 \end_inset
31495
31496
31497 \backslash
31498 newcommand{
31499 \backslash
31500 cb}[3][white]{
31501 \backslash
31502 fcolorbox{#2}{#1}{$#3$}}
31503 \series default
31504
31505 \begin_inset ERT
31506 status collapsed
31507
31508 \begin_layout Plain Layout
31509
31510
31511 \backslash
31512 medskip
31513 \end_layout
31514
31515 \end_inset
31516
31517
31518 \begin_inset Newline newline
31519 \end_inset
31520
31521 When the color is not specified when using 
31522 \series bold
31523
31524 \backslash
31525 cb
31526 \series default
31527 , the predefined color 
31528 \series bold
31529 white
31530 \series default
31531  will be used.
31532 \end_layout
31533
31534 \begin_layout Standard
31535 A test of the new defined commands:
31536 \end_layout
31537
31538 \begin_layout Standard
31539 \align center
31540 \begin_inset Tabular
31541 <lyxtabular version="3" rows="6" columns="2">
31542 <features>
31543 <column alignment="center" valignment="top" width="0">
31544 <column alignment="center" valignment="top" width="0">
31545 <row>
31546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31547 \begin_inset Text
31548
31549 \begin_layout Plain Layout
31550 Command
31551 \end_layout
31552
31553 \end_inset
31554 </cell>
31555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31556 \begin_inset Text
31557
31558 \begin_layout Plain Layout
31559 Result
31560 \begin_inset Note Note
31561 status collapsed
31562
31563 \begin_layout Plain Layout
31564
31565 \series bold
31566
31567 \backslash
31568 raisebox
31569 \series default
31570  is only used as spacer.
31571 \end_layout
31572
31573 \end_inset
31574
31575
31576 \end_layout
31577
31578 \end_inset
31579 </cell>
31580 </row>
31581 <row>
31582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31583 \begin_inset Text
31584
31585 \begin_layout Plain Layout
31586 A
31587 \backslash
31588 gr
31589 \begin_inset ERT
31590 status collapsed
31591
31592 \begin_layout Plain Layout
31593
31594
31595 \backslash
31596 spce 
31597 \end_layout
31598
31599 \end_inset
31600
31601 B
31602 \end_layout
31603
31604 \end_inset
31605 </cell>
31606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31607 \begin_inset Text
31608
31609 \begin_layout Plain Layout
31610 \begin_inset Formula $A\gr B$
31611 \end_inset
31612
31613
31614 \end_layout
31615
31616 \end_inset
31617 </cell>
31618 </row>
31619 <row>
31620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31621 \begin_inset Text
31622
31623 \begin_layout Plain Layout
31624
31625 \backslash
31626 us{ABcd
31627 \end_layout
31628
31629 \end_inset
31630 </cell>
31631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31632 \begin_inset Text
31633
31634 \begin_layout Plain Layout
31635 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31636 \end_inset
31637
31638
31639 \end_layout
31640
31641 \end_inset
31642 </cell>
31643 </row>
31644 <row>
31645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31646 \begin_inset Text
31647
31648 \begin_layout Plain Layout
31649
31650 \backslash
31651 fb{[2cm]
31652 \begin_inset Formula $\to$
31653 \end_inset
31654
31655
31656 \backslash
31657 {
31658 \begin_inset Formula $\to$
31659 \end_inset
31660
31661
31662 \backslash
31663 {
31664 \backslash
31665 int
31666 \begin_inset ERT
31667 status collapsed
31668
31669 \begin_layout Plain Layout
31670
31671
31672 \backslash
31673 spce 
31674 \end_layout
31675
31676 \end_inset
31677
31678 A=B
31679 \end_layout
31680
31681 \end_inset
31682 </cell>
31683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31684 \begin_inset Text
31685
31686 \begin_layout Plain Layout
31687 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31688 \end_inset
31689
31690
31691 \end_layout
31692
31693 \end_inset
31694 </cell>
31695 </row>
31696 <row>
31697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31698 \begin_inset Text
31699
31700 \begin_layout Plain Layout
31701
31702 \backslash
31703 cb{red
31704 \begin_inset Formula $\to$
31705 \end_inset
31706
31707
31708 \backslash
31709 {
31710 \backslash
31711 int
31712 \begin_inset ERT
31713 status collapsed
31714
31715 \begin_layout Plain Layout
31716
31717
31718 \backslash
31719 spce 
31720 \end_layout
31721
31722 \end_inset
31723
31724 A=B
31725 \end_layout
31726
31727 \end_inset
31728 </cell>
31729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31730 \begin_inset Text
31731
31732 \begin_layout Plain Layout
31733 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31734 \end_inset
31735
31736
31737 \end_layout
31738
31739 \end_inset
31740 </cell>
31741 </row>
31742 <row>
31743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31744 \begin_inset Text
31745
31746 \begin_layout Plain Layout
31747
31748 \backslash
31749 cb[green]
31750 \backslash
31751 {red
31752 \begin_inset Formula $\to$
31753 \end_inset
31754
31755
31756 \backslash
31757 {
31758 \backslash
31759 int
31760 \begin_inset ERT
31761 status collapsed
31762
31763 \begin_layout Plain Layout
31764
31765
31766 \backslash
31767 spce 
31768 \end_layout
31769
31770 \end_inset
31771
31772 A=B
31773 \end_layout
31774
31775 \end_inset
31776 </cell>
31777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31778 \begin_inset Text
31779
31780 \begin_layout Plain Layout
31781 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31782 \end_inset
31783
31784
31785 \end_layout
31786
31787 \end_inset
31788 </cell>
31789 </row>
31790 </lyxtabular>
31791
31792 \end_inset
31793
31794
31795 \end_layout
31796
31797 \begin_layout Subsection
31798 Math Macros
31799 \begin_inset Index
31800 status collapsed
31801
31802 \begin_layout Plain Layout
31803 User-defined commands! Math macros
31804 \end_layout
31805
31806 \end_inset
31807
31808
31809 \begin_inset Index
31810 status collapsed
31811
31812 \begin_layout Plain Layout
31813 Macros
31814 \end_layout
31815
31816 \end_inset
31817
31818
31819 \end_layout
31820
31821 \begin_layout Standard
31822 User-defined commands are especially convenient for complex expressions.
31823  When you are for example dealing in a document with quadratic equations,
31824  the same solution type occurs several times.
31825  The general form of a quadratic equation is
31826 \begin_inset Formula \[
31827 0=\lambda^{2}+p\lambda+q\]
31828
31829 \end_inset
31830
31831 The general form of the solution is
31832 \begin_inset Formula \[
31833 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
31834
31835 \end_inset
31836
31837
31838 \end_layout
31839
31840 \begin_layout Standard
31841 To define a command for the solution formula where only the three parameters
31842  
31843 \begin_inset Formula $\lambda$
31844 \end_inset
31845
31846
31847 \begin_inset Formula $p$
31848 \end_inset
31849
31850 , and 
31851 \begin_inset Formula $q$
31852 \end_inset
31853
31854  need to be specified and the index of 
31855 \begin_inset Formula $\lambda$
31856 \end_inset
31857
31858  can be given optionally, the LaTeX-preamble line is
31859 \begin_inset Newline newline
31860 \end_inset
31861
31862
31863 \series bold
31864
31865 \backslash
31866 newcommand{
31867 \backslash
31868 qG}[4][1,
31869 \backslash
31870 ,2]{#2_{#1}=-
31871 \backslash
31872 frac{#3}{2}
31873 \backslash
31874 pm
31875 \begin_inset Newline newline
31876 \end_inset
31877
31878
31879 \begin_inset ERT
31880 status collapsed
31881
31882 \begin_layout Plain Layout
31883
31884
31885 \backslash
31886 hphantom{
31887 \end_layout
31888
31889 \end_inset
31890
31891
31892 \backslash
31893 newcommand
31894 \begin_inset ERT
31895 status collapsed
31896
31897 \begin_layout Plain Layout
31898
31899 }
31900 \end_layout
31901
31902 \end_inset
31903
31904
31905 \backslash
31906 sqrt{
31907 \backslash
31908 frac{#3^{2}}{4}-#4}}
31909 \end_layout
31910
31911 \begin_layout Standard
31912 To create with this the solution formula, the command
31913 \begin_inset Newline newline
31914 \end_inset
31915
31916
31917 \series bold
31918
31919 \backslash
31920 qG{
31921 \backslash
31922 lambda
31923 \begin_inset Formula $\to$
31924 \end_inset
31925
31926
31927 \backslash
31928 {p
31929 \begin_inset Formula $\to$
31930 \end_inset
31931
31932
31933 \backslash
31934 {q
31935 \series default
31936  is inserted to a formula
31937 \series bold
31938 .
31939 \end_layout
31940
31941 \begin_layout Standard
31942 The definition of the new command is unintuitive because one has to know
31943  the schemes of all used LaTeX commands, e.
31944 \begin_inset space \thinspace{}
31945 \end_inset
31946
31947 g.
31948 \begin_inset space \space{}
31949 \end_inset
31950
31951 that a fraction is inserted in LaTeX as 
31952 \series bold
31953
31954 \backslash
31955 frac{numerator}{denominator}
31956 \series default
31957 .
31958  Furthermore one can easily forget a brace in the definition and cannot
31959  see in LyX what the new command is doing.
31960  To avoid these problems LyX offers the possibility to use math macros instead
31961  of the command 
31962 \series bold
31963
31964 \backslash
31965 newcommand
31966 \series default
31967 .
31968 \end_layout
31969
31970 \begin_layout Standard
31971 A math macro is created by using the menu 
31972 \family sans
31973 Insert\SpecialChar \menuseparator
31974 Math\SpecialChar \menuseparator
31975 Macro
31976 \family default
31977  or the toolbar button 
31978 \begin_inset Graphics
31979         filename ../images/math-macro_newmacroname_newcommand.png
31980         scale 85
31981
31982 \end_inset
31983
31984 .
31985  The math macro toolbar appears together with the following box where the
31986  macro is defined:
31987 \begin_inset Newline newline
31988 \end_inset
31989
31990
31991 \begin_inset space \hspace*{\fill}
31992 \end_inset
31993
31994
31995 \begin_inset Graphics
31996         filename clipart/macrobox.png
31997         lyxscale 90
31998         scale 90
31999
32000 \end_inset
32001
32002
32003 \begin_inset space \hspace*{\fill}
32004 \end_inset
32005
32006
32007 \begin_inset Newline newline
32008 \end_inset
32009
32010
32011 \begin_inset FormulaMacro
32012 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32013 \end_inset
32014
32015
32016 \backslash
32017 newmacroname is the default name of the macro that should be changed to
32018  something sensible.
32019  The wanted formula is inserted in the first blue box.
32020  An argument placeholder is inserted with the command 
32021 \series bold
32022
32023 \backslash
32024 #argumentnumber
32025 \series default
32026 , e.
32027 \begin_inset space \thinspace{}
32028 \end_inset
32029
32030 g
32031 \begin_inset space \space{}
32032 \end_inset
32033
32034
32035 \series bold
32036
32037 \backslash
32038 #1
32039 \series default
32040  or by using the macro toolbar button 
32041 \begin_inset Graphics
32042         filename ../images/math-macro-add-param.png
32043         scale 85
32044
32045 \end_inset
32046
32047 .
32048  Argument placeholders are displayed red.
32049  Maximum 9 arguments are possible.
32050  Optional arguments are created with the toolbar button 
32051 \begin_inset Graphics
32052         filename ../images/math-macro-add-optional-param.png
32053         scale 85
32054
32055 \end_inset
32056
32057 .
32058  The first non-optional argument can be transformed to an optional one with
32059  the toolbar button 
32060 \begin_inset Graphics
32061         filename ../images/math-macro-make-optional.png
32062         scale 85
32063
32064 \end_inset
32065
32066 .
32067  In the second blue box the appearance of the macro in LyX can be defined.
32068  Normally you want to see it as it is defined, so the box is kept empty.
32069  But when you have created a macro that needs lot of space on the screen,
32070  you can insert in the box for example
32071 \begin_inset Newline newline
32072 \end_inset
32073
32074
32075 \series bold
32076 qG: 
32077 \backslash
32078 #1
32079 \series default
32080  
32081 \series bold
32082 ,
32083 \series default
32084  
32085 \series bold
32086
32087 \backslash
32088 #2
32089 \series default
32090  
32091 \series bold
32092 ,
32093 \series default
32094  
32095 \series bold
32096
32097 \backslash
32098 #3, 
32099 \backslash
32100 #4
32101 \begin_inset Newline newline
32102 \end_inset
32103
32104
32105 \series default
32106 For the macro only the arguments with the macro name in front of them will
32107  then be displayed in LyX, leading to a better overview.
32108  The formula appears in the output as defined in the first box.
32109 \begin_inset Newline newline
32110 \end_inset
32111
32112 The appearance of macros in formulas can furthermore be changed for single
32113  macros by setting the cursor in the macro and using the menu 
32114 \family sans
32115 View\SpecialChar \menuseparator
32116 (Un)fold
32117 \begin_inset space ~
32118 \end_inset
32119
32120 Math
32121 \begin_inset space ~
32122 \end_inset
32123
32124 Macro
32125 \family default
32126 .
32127 \end_layout
32128
32129 \begin_layout Standard
32130 To use a macro, the macro name is inserted as command to a formula, in our
32131  case 
32132 \series bold
32133
32134 \backslash
32135 qG
32136 \series default
32137 .
32138  Our macro looks in LyX like this:
32139 \begin_inset Newline newline
32140 \end_inset
32141
32142
32143 \begin_inset space \hspace*{\fill}
32144 \end_inset
32145
32146
32147 \begin_inset Graphics
32148         filename clipart/macrouse.png
32149         lyxscale 75
32150         scale 75
32151
32152 \end_inset
32153
32154
32155 \begin_inset space \hspace*{\fill}
32156 \end_inset
32157
32158
32159 \begin_inset Newline newline
32160 \end_inset
32161
32162 Here is our macro example with the arguments 
32163 \begin_inset Formula $x$
32164 \end_inset
32165
32166
32167 \begin_inset Formula $\ln(x)$
32168 \end_inset
32169
32170 , and 
32171 \begin_inset Formula $B$
32172 \end_inset
32173
32174 :
32175 \end_layout
32176
32177 \begin_layout Standard
32178 \begin_inset Formula \[
32179 \qG x{\ln(x)}B\]
32180
32181 \end_inset
32182
32183
32184 \end_layout
32185
32186 \begin_layout Standard
32187 A math macro is transformed internally to a 
32188 \series bold
32189
32190 \backslash
32191 newcommand
32192 \series default
32193  command when exporting the document.
32194  The created 
32195 \series bold
32196
32197 \backslash
32198 newcommand
32199 \series default
32200  command is not placed in the LaTeX-preamble, therefore macros can only
32201  be used in formulas that are in the document below the macro definition
32202  box.
32203 \end_layout
32204
32205 \begin_layout Standard
32206 Math macros can also be directly be created from a 
32207 \series bold
32208
32209 \backslash
32210 newcommand
32211 \series default
32212  command.
32213  When writing for example the command
32214 \series bold
32215
32216 \begin_inset Newline newline
32217 \end_inset
32218
32219
32220 \backslash
32221 newcommand{
32222 \backslash
32223 larrow}[2]{
32224 \backslash
32225 xleftarrow[#2]{#1}}
32226 \begin_inset Newline newline
32227 \end_inset
32228
32229
32230 \series default
32231 in LyX as normal text, highlighting it completely and using then the shortcut
32232  
32233 \family sans
32234 Ctrl-m
32235 \family default
32236 , the command will be transformed to a math macro.
32237  Using this method you need to be careful that the 
32238 \series bold
32239
32240 \backslash
32241 newcommand
32242 \series default
32243  command is typed correctly, otherwise you get a faulty macro leading to
32244  LaTeX errors.
32245 \end_layout
32246
32247 \begin_layout Standard
32248 Math macros currently yet have the problem that further formulas in macro
32249  definitions are handled wrongly.
32250  Therefore the example 
32251 \series bold
32252
32253 \backslash
32254 fb
32255 \series default
32256  from 
32257 \begin_inset CommandInset ref
32258 LatexCommand ref
32259 reference "sub:The-Command-newcommand"
32260
32261 \end_inset
32262
32263  cannot be created as macro.
32264 \end_layout
32265
32266 \begin_layout Standard
32267 When the cursor is in a macro definition box, you will see the macro toolbar
32268  in LyX:
32269 \end_layout
32270
32271 \begin_layout Standard
32272 \begin_inset VSpace defskip
32273 \end_inset
32274
32275
32276 \end_layout
32277
32278 \begin_layout Standard
32279 \begin_inset Graphics
32280         filename clipart/MacroToolbar.png
32281
32282 \end_inset
32283
32284
32285 \begin_inset Index
32286 status collapsed
32287
32288 \begin_layout Plain Layout
32289 Macros ! Toolbar
32290 \end_layout
32291
32292 \end_inset
32293
32294
32295 \end_layout
32296
32297 \begin_layout Standard
32298 \begin_inset VSpace defskip
32299 \end_inset
32300
32301
32302 \end_layout
32303
32304 \begin_layout Standard
32305 The macro toolbar contains from left to right the following buttons:
32306 \end_layout
32307
32308 \begin_layout Standard
32309 \begin_inset VSpace defskip
32310 \end_inset
32311
32312
32313 \end_layout
32314
32315 \begin_layout Standard
32316 \begin_inset Tabular
32317 <lyxtabular version="3" rows="9" columns="2">
32318 <features islongtable="true">
32319 <column alignment="left" valignment="top" width="0">
32320 <column alignment="left" valignment="top" width="85col%">
32321 <row interlinespace="2.5mm">
32322 <cell alignment="center" valignment="top" usebox="none">
32323 \begin_inset Text
32324
32325 \begin_layout Plain Layout
32326 \begin_inset Graphics
32327         filename ../images/math-macro-remove-param.png
32328         BoundingBox 0bp 5bp 20bp 25bp
32329         rotateOrigin center
32330
32331 \end_inset
32332
32333
32334 \end_layout
32335
32336 \end_inset
32337 </cell>
32338 <cell alignment="center" valignment="top" usebox="none">
32339 \begin_inset Text
32340
32341 \begin_layout Plain Layout
32342
32343 \family sans
32344 Edit\SpecialChar \menuseparator
32345 Math\SpecialChar \menuseparator
32346 Macro
32347 \begin_inset space ~
32348 \end_inset
32349
32350 Definition\SpecialChar \menuseparator
32351 Remove Argument
32352 \end_layout
32353
32354 \end_inset
32355 </cell>
32356 </row>
32357 <row interlinespace="2.5mm">
32358 <cell alignment="center" valignment="top" usebox="none">
32359 \begin_inset Text
32360
32361 \begin_layout Plain Layout
32362 \begin_inset Graphics
32363         filename ../images/math-macro-add-param.png
32364         BoundingBox 0bp 5bp 20bp 25bp
32365         rotateOrigin center
32366
32367 \end_inset
32368
32369
32370 \end_layout
32371
32372 \end_inset
32373 </cell>
32374 <cell alignment="center" valignment="top" usebox="none">
32375 \begin_inset Text
32376
32377 \begin_layout Plain Layout
32378
32379 \family sans
32380 Edit\SpecialChar \menuseparator
32381 Math\SpecialChar \menuseparator
32382 Macro
32383 \begin_inset space ~
32384 \end_inset
32385
32386 Definition\SpecialChar \menuseparator
32387 Append Last Argument
32388 \end_layout
32389
32390 \end_inset
32391 </cell>
32392 </row>
32393 <row interlinespace="2.5mm">
32394 <cell alignment="center" valignment="top" usebox="none">
32395 \begin_inset Text
32396
32397 \begin_layout Plain Layout
32398 \begin_inset Graphics
32399         filename ../images/math-macro-make-optional.png
32400         BoundingBox 0bp 5bp 20bp 25bp
32401         rotateOrigin center
32402
32403 \end_inset
32404
32405
32406 \end_layout
32407
32408 \end_inset
32409 </cell>
32410 <cell alignment="center" valignment="top" usebox="none">
32411 \begin_inset Text
32412
32413 \begin_layout Plain Layout
32414
32415 \family sans
32416 Edit\SpecialChar \menuseparator
32417 Math\SpecialChar \menuseparator
32418 Macro
32419 \begin_inset space ~
32420 \end_inset
32421
32422 Definition\SpecialChar \menuseparator
32423 Make First Non-Optional into
32424 \begin_inset Newline newline
32425 \end_inset
32426
32427
32428 \begin_inset ERT
32429 status collapsed
32430
32431 \begin_layout Plain Layout
32432
32433
32434 \backslash
32435 hphantom{
32436 \end_layout
32437
32438 \end_inset
32439
32440 Edit\SpecialChar \menuseparator
32441 Math\SpecialChar \menuseparator
32442 Macro
32443 \begin_inset space ~
32444 \end_inset
32445
32446 Definition\SpecialChar \menuseparator
32447
32448 \begin_inset ERT
32449 status collapsed
32450
32451 \begin_layout Plain Layout
32452
32453 }
32454 \end_layout
32455
32456 \end_inset
32457
32458 Optional Argument
32459 \end_layout
32460
32461 \end_inset
32462 </cell>
32463 </row>
32464 <row interlinespace="2.5mm">
32465 <cell alignment="center" valignment="top" usebox="none">
32466 \begin_inset Text
32467
32468 \begin_layout Plain Layout
32469 \begin_inset Graphics
32470         filename ../images/math-macro-make-nonoptional.png
32471         BoundingBox 0bp 5bp 20bp 25bp
32472         rotateOrigin center
32473
32474 \end_inset
32475
32476
32477 \end_layout
32478
32479 \end_inset
32480 </cell>
32481 <cell alignment="center" valignment="top" usebox="none">
32482 \begin_inset Text
32483
32484 \begin_layout Plain Layout
32485
32486 \family sans
32487 Edit\SpecialChar \menuseparator
32488 Math\SpecialChar \menuseparator
32489 Macro
32490 \begin_inset space ~
32491 \end_inset
32492
32493 Definition\SpecialChar \menuseparator
32494 Make Last Optional into
32495 \begin_inset Newline newline
32496 \end_inset
32497
32498
32499 \begin_inset ERT
32500 status collapsed
32501
32502 \begin_layout Plain Layout
32503
32504
32505 \backslash
32506 hphantom{
32507 \end_layout
32508
32509 \end_inset
32510
32511 Edit\SpecialChar \menuseparator
32512 Math\SpecialChar \menuseparator
32513 Macro
32514 \begin_inset space ~
32515 \end_inset
32516
32517 Definition\SpecialChar \menuseparator
32518
32519 \begin_inset ERT
32520 status collapsed
32521
32522 \begin_layout Plain Layout
32523
32524 }
32525 \end_layout
32526
32527 \end_inset
32528
32529 Non-Optional Argument
32530 \end_layout
32531
32532 \end_inset
32533 </cell>
32534 </row>
32535 <row interlinespace="2.5mm">
32536 <cell alignment="center" valignment="top" usebox="none">
32537 \begin_inset Text
32538
32539 \begin_layout Plain Layout
32540 \begin_inset Graphics
32541         filename ../images/math-macro-remove-optional-param.png
32542         BoundingBox 0bp 5bp 20bp 25bp
32543         rotateOrigin center
32544
32545 \end_inset
32546
32547
32548 \end_layout
32549
32550 \end_inset
32551 </cell>
32552 <cell alignment="center" valignment="top" usebox="none">
32553 \begin_inset Text
32554
32555 \begin_layout Plain Layout
32556
32557 \family sans
32558 Edit\SpecialChar \menuseparator
32559 Math\SpecialChar \menuseparator
32560 Macro
32561 \begin_inset space ~
32562 \end_inset
32563
32564 Definition\SpecialChar \menuseparator
32565 Remove Optional Argument
32566 \end_layout
32567
32568 \end_inset
32569 </cell>
32570 </row>
32571 <row interlinespace="2.5mm">
32572 <cell alignment="center" valignment="top" usebox="none">
32573 \begin_inset Text
32574
32575 \begin_layout Plain Layout
32576 \begin_inset Graphics
32577         filename ../images/math-macro-add-optional-param.png
32578         BoundingBox 0bp 5bp 20bp 25bp
32579         rotateOrigin center
32580
32581 \end_inset
32582
32583
32584 \end_layout
32585
32586 \end_inset
32587 </cell>
32588 <cell alignment="center" valignment="top" usebox="none">
32589 \begin_inset Text
32590
32591 \begin_layout Plain Layout
32592
32593 \family sans
32594 Edit\SpecialChar \menuseparator
32595 Math\SpecialChar \menuseparator
32596 Macro
32597 \begin_inset space ~
32598 \end_inset
32599
32600 Definition\SpecialChar \menuseparator
32601 Insert Optional Argument
32602 \end_layout
32603
32604 \end_inset
32605 </cell>
32606 </row>
32607 <row interlinespace="2.5mm">
32608 <cell alignment="center" valignment="top" usebox="none">
32609 \begin_inset Text
32610
32611 \begin_layout Plain Layout
32612 \begin_inset Graphics
32613         filename ../images/math-macro-remove-greedy-param.png
32614         BoundingBox 0bp 5bp 20bp 25bp
32615         rotateOrigin center
32616
32617 \end_inset
32618
32619
32620 \end_layout
32621
32622 \end_inset
32623 </cell>
32624 <cell alignment="center" valignment="top" usebox="none">
32625 \begin_inset Text
32626
32627 \begin_layout Plain Layout
32628
32629 \family sans
32630 Edit\SpecialChar \menuseparator
32631 Math\SpecialChar \menuseparator
32632 Macro
32633 \begin_inset space ~
32634 \end_inset
32635
32636 Definition\SpecialChar \menuseparator
32637 Remove Last Argument
32638 \begin_inset Newline newline
32639 \end_inset
32640
32641
32642 \begin_inset ERT
32643 status collapsed
32644
32645 \begin_layout Plain Layout
32646
32647
32648 \backslash
32649 hphantom{
32650 \end_layout
32651
32652 \end_inset
32653
32654 Edit\SpecialChar \menuseparator
32655 Math\SpecialChar \menuseparator
32656 Macro
32657 \begin_inset space ~
32658 \end_inset
32659
32660 Definition\SpecialChar \menuseparator
32661
32662 \begin_inset ERT
32663 status collapsed
32664
32665 \begin_layout Plain Layout
32666
32667 }
32668 \end_layout
32669
32670 \end_inset
32671
32672 Spitting Out To The Right
32673 \end_layout
32674
32675 \end_inset
32676 </cell>
32677 </row>
32678 <row interlinespace="2.5mm">
32679 <cell alignment="center" valignment="top" usebox="none">
32680 \begin_inset Text
32681
32682 \begin_layout Plain Layout
32683 \begin_inset Graphics
32684         filename ../images/math-macro-append-greedy-param.png
32685         BoundingBox 0bp 5bp 20bp 25bp
32686         rotateOrigin center
32687
32688 \end_inset
32689
32690
32691 \end_layout
32692
32693 \end_inset
32694 </cell>
32695 <cell alignment="center" valignment="top" usebox="none">
32696 \begin_inset Text
32697
32698 \begin_layout Plain Layout
32699
32700 \family sans
32701 Edit\SpecialChar \menuseparator
32702 Math\SpecialChar \menuseparator
32703 Macro
32704 \begin_inset space ~
32705 \end_inset
32706
32707 Definition\SpecialChar \menuseparator
32708 Append Argument
32709 \begin_inset Newline newline
32710 \end_inset
32711
32712
32713 \begin_inset ERT
32714 status collapsed
32715
32716 \begin_layout Plain Layout
32717
32718
32719 \backslash
32720 hphantom{
32721 \end_layout
32722
32723 \end_inset
32724
32725 Edit\SpecialChar \menuseparator
32726 Math\SpecialChar \menuseparator
32727 Macro
32728 \begin_inset space ~
32729 \end_inset
32730
32731 Definition\SpecialChar \menuseparator
32732
32733 \begin_inset ERT
32734 status collapsed
32735
32736 \begin_layout Plain Layout
32737
32738 }
32739 \end_layout
32740
32741 \end_inset
32742
32743 Eating From The Right
32744 \end_layout
32745
32746 \end_inset
32747 </cell>
32748 </row>
32749 <row interlinespace="2.5mm">
32750 <cell alignment="center" valignment="top" usebox="none">
32751 \begin_inset Text
32752
32753 \begin_layout Plain Layout
32754 \begin_inset Graphics
32755         filename ../images/math-macro-add-greedy-optional-param.png
32756         BoundingBox 0bp 5bp 20bp 25bp
32757         rotateOrigin center
32758
32759 \end_inset
32760
32761
32762 \end_layout
32763
32764 \end_inset
32765 </cell>
32766 <cell alignment="center" valignment="top" usebox="none">
32767 \begin_inset Text
32768
32769 \begin_layout Plain Layout
32770
32771 \family sans
32772 Edit\SpecialChar \menuseparator
32773 Math\SpecialChar \menuseparator
32774 Macro
32775 \begin_inset space ~
32776 \end_inset
32777
32778 Definition\SpecialChar \menuseparator
32779 Append Optional Argument
32780 \begin_inset Newline newline
32781 \end_inset
32782
32783
32784 \begin_inset ERT
32785 status collapsed
32786
32787 \begin_layout Plain Layout
32788
32789
32790 \backslash
32791 hphantom{
32792 \end_layout
32793
32794 \end_inset
32795
32796 Edit\SpecialChar \menuseparator
32797 Math\SpecialChar \menuseparator
32798 Macro
32799 \begin_inset space ~
32800 \end_inset
32801
32802 Definition\SpecialChar \menuseparator
32803
32804 \begin_inset ERT
32805 status collapsed
32806
32807 \begin_layout Plain Layout
32808
32809 }
32810 \end_layout
32811
32812 \end_inset
32813
32814 Eating From The Right
32815 \end_layout
32816
32817 \end_inset
32818 </cell>
32819 </row>
32820 </lyxtabular>
32821
32822 \end_inset
32823
32824
32825 \end_layout
32826
32827 \begin_layout Standard
32828 \begin_inset Newpage newpage
32829 \end_inset
32830
32831
32832 \end_layout
32833
32834 \begin_layout Section
32835 Diagrams
32836 \end_layout
32837
32838 \begin_layout Standard
32839 LyX supports two types of commutative diagrams: 
32840 \series bold
32841 amscd
32842 \series default
32843  and 
32844 \series bold
32845 xymatrix
32846 \series default
32847  that are explained in the following.
32848 \end_layout
32849
32850 \begin_layout Subsection
32851 Amscd Diagrams
32852 \begin_inset Index
32853 status collapsed
32854
32855 \begin_layout Plain Layout
32856 Diagrams ! amscd
32857 \end_layout
32858
32859 \end_inset
32860
32861
32862 \end_layout
32863
32864 \begin_layout Standard
32865 Diagrams of this type visualize relations by vertical and horizontal lines
32866  or arrows:
32867 \begin_inset Formula \[
32868 \begin{CD}A@>>>B@>>>C\\
32869 @AAA@.@VVV\\
32870 F@<<<E@<<<D\end{CD}\]
32871
32872 \end_inset
32873
32874
32875 \end_layout
32876
32877 \begin_layout Standard
32878 To get them, the command 
32879 \series bold
32880
32881 \backslash
32882 CD
32883 \begin_inset Index
32884 status collapsed
32885
32886 \begin_layout Plain Layout
32887 Commands ! C ! 
32888 \backslash
32889 CD
32890 \end_layout
32891
32892 \end_inset
32893
32894
32895 \series default
32896  is inserted to a formula.
32897  A blue box appears with two dashed lines where further commands can be
32898  inserted.
32899  With 
32900 \begin_inset Info
32901 type  "shortcut"
32902 arg   "newline-insert newline"
32903 \end_inset
32904
32905  a new line is created.
32906  Horizontal relations are inserted in odd, vertical in even formula lines.
32907 \end_layout
32908
32909 \begin_layout Standard
32910 To create the relations there are the following commands:
32911 \end_layout
32912
32913 \begin_layout Itemize
32914
32915 \series bold
32916 @<<<
32917 \series default
32918  creates a left arrow, 
32919 \series bold
32920 @>>>
32921 \series default
32922  a right arrow, and 
32923 \series bold
32924 @=
32925 \series default
32926  a long equal sign
32927 \end_layout
32928
32929 \begin_layout Itemize
32930
32931 \series bold
32932 @AAA
32933 \series default
32934  creates an up arrow, 
32935 \series bold
32936 @VVV
32937 \series default
32938  an down arrow, and 
32939 \series bold
32940 @|
32941 \series default
32942  a vertical equal sign
32943 \end_layout
32944
32945 \begin_layout Itemize
32946
32947 \series bold
32948 @.
32949
32950 \series default
32951  is a placeholder for non-existent relations
32952 \end_layout
32953
32954 \begin_layout Standard
32955 All arrows can be labeled as follows:
32956 \end_layout
32957
32958 \begin_layout Itemize
32959 Is text inserted between the first and second < or >, resp., it is placed
32960  above the arrow.
32961  When it is inserted between the second and third one, it appears under
32962  the arrow.
32963 \end_layout
32964
32965 \begin_layout Itemize
32966 When text for vertical arrows is inserted between the first and second A
32967  or V, resp., it is placed left beside the arrow.
32968  When it is inserted between the second and third one, it appears right
32969  beside the arrow.
32970  If the text contains an A or V, these letters must be set into a TeX-brace.
32971 \end_layout
32972
32973 \begin_layout Standard
32974 As example a diagram with all possible relations:
32975 \end_layout
32976
32977 \begin_layout Standard
32978 \begin_inset Formula \[
32979 \begin{CD}A@>j>>B@>>k>C@=F\\
32980 @AmAA@.@VV{V}V@|\\
32981 D@<<j<E@>k>>F@=C\end{CD}\]
32982
32983 \end_inset
32984
32985
32986 \end_layout
32987
32988 \begin_layout Standard
32989 The command for this is:
32990 \begin_inset Newline newline
32991 \end_inset
32992
32993
32994 \series bold
32995
32996 \backslash
32997 CD
32998 \begin_inset ERT
32999 status collapsed
33000
33001 \begin_layout Plain Layout
33002
33003
33004 \backslash
33005 spce 
33006 \end_layout
33007
33008 \end_inset
33009
33010 A@>j>>B@>>k>C@=F Ctrl+Return
33011 \begin_inset Newline newline
33012 \end_inset
33013
33014
33015 \begin_inset ERT
33016 status collapsed
33017
33018 \begin_layout Plain Layout
33019
33020
33021 \backslash
33022 hphantom{
33023 \end_layout
33024
33025 \end_inset
33026
33027
33028 \backslash
33029 CD
33030 \begin_inset ERT
33031 status collapsed
33032
33033 \begin_layout Plain Layout
33034
33035
33036 \backslash
33037 spce 
33038 \end_layout
33039
33040 \end_inset
33041
33042
33043 \begin_inset ERT
33044 status collapsed
33045
33046 \begin_layout Plain Layout
33047
33048 }
33049 \end_layout
33050
33051 \end_inset
33052
33053 @AmAA@.@VV
33054 \backslash
33055 {V
33056 \series default
33057
33058 \begin_inset Formula $\to$
33059 \end_inset
33060
33061
33062 \series bold
33063 V@| Ctrl+Return
33064 \begin_inset Newline newline
33065 \end_inset
33066
33067
33068 \begin_inset ERT
33069 status collapsed
33070
33071 \begin_layout Plain Layout
33072
33073
33074 \backslash
33075 hphantom{
33076 \end_layout
33077
33078 \end_inset
33079
33080
33081 \backslash
33082 CD
33083 \begin_inset ERT
33084 status collapsed
33085
33086 \begin_layout Plain Layout
33087
33088
33089 \backslash
33090 spce 
33091 \end_layout
33092
33093 \end_inset
33094
33095
33096 \begin_inset ERT
33097 status collapsed
33098
33099 \begin_layout Plain Layout
33100
33101 }
33102 \end_layout
33103
33104 \end_inset
33105
33106 D@<<j<E@>k>>F@=C
33107 \end_layout
33108
33109 \begin_layout Subsection
33110 Xymatrix Diagrams
33111 \begin_inset Index
33112 status collapsed
33113
33114 \begin_layout Plain Layout
33115 Diagrams ! xymatrix
33116 \end_layout
33117
33118 \end_inset
33119
33120
33121 \end_layout
33122
33123 \begin_layout Standard
33124 To be able to use xymatrices, the LaTeX-package 
33125 \series bold
33126 xypic
33127 \series default
33128  must be installed.
33129  A xymatrix is created by inserting the command 
33130 \series bold
33131
33132 \backslash
33133 xymatrix
33134 \series default
33135  in a formula.
33136  Then you are able to add new matrix columns and rows like for normal matrices,
33137  see 
33138 \begin_inset CommandInset ref
33139 LatexCommand ref
33140 reference "sec:Matrices"
33141
33142 \end_inset
33143
33144 .
33145 \end_layout
33146
33147 \begin_layout Standard
33148 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
33149  and much more.
33150  All possibilities to create commutative diagrams and decorations are explained
33151  in detail in the 
33152 \emph on
33153 XY-pic manual
33154 \emph default
33155  that you find in the menu 
33156 \family sans
33157 Help\SpecialChar \menuseparator
33158 Specific
33159 \begin_inset space ~
33160 \end_inset
33161
33162 Manuals\SpecialChar \menuseparator
33163 XY-pic
33164 \begin_inset space ~
33165 \end_inset
33166
33167 Manual
33168 \family default
33169 .
33170 \end_layout
33171
33172 \begin_layout Standard
33173 \begin_inset Newpage newpage
33174 \end_inset
33175
33176
33177 \end_layout
33178
33179 \begin_layout Section
33180 Tips
33181 \begin_inset ERT
33182 status collapsed
33183
33184 \begin_layout Plain Layout
33185
33186
33187 \backslash
33188 texorpdfstring{
33189 \end_layout
33190
33191 \end_inset
33192
33193
33194 \begin_inset Foot
33195 status collapsed
33196
33197 \begin_layout Plain Layout
33198 Other useful math tips can be found in 
33199 \begin_inset CommandInset citation
33200 LatexCommand cite
33201 key "Voss"
33202
33203 \end_inset
33204
33205 .
33206 \end_layout
33207
33208 \end_inset
33209
33210
33211 \begin_inset ERT
33212 status collapsed
33213
33214 \begin_layout Plain Layout
33215
33216 }{}
33217 \end_layout
33218
33219 \end_inset
33220
33221
33222 \begin_inset Note Note
33223 status collapsed
33224
33225 \begin_layout Plain Layout
33226
33227 \backslash
33228 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
33229 \end_layout
33230
33231 \begin_layout Plain Layout
33232 More about 
33233 \backslash
33234 texorpdfstring is in section 
33235 \begin_inset CommandInset ref
33236 LatexCommand ref
33237 reference "sub:Formulas-in-Section"
33238
33239 \end_inset
33240
33241 .
33242 \end_layout
33243
33244 \end_inset
33245
33246
33247 \begin_inset Index
33248 status collapsed
33249
33250 \begin_layout Plain Layout
33251 Tips
33252 \end_layout
33253
33254 \end_inset
33255
33256
33257 \begin_inset Index
33258 status collapsed
33259
33260 \begin_layout Plain Layout
33261 Ions|see
33262 \begin_inset ERT
33263 status collapsed
33264
33265 \begin_layout Plain Layout
33266
33267 {
33268 \end_layout
33269
33270 \end_inset
33271
33272 Chemical characters
33273 \begin_inset ERT
33274 status collapsed
33275
33276 \begin_layout Plain Layout
33277
33278 }
33279 \end_layout
33280
33281 \end_inset
33282
33283
33284 \end_layout
33285
33286 \end_inset
33287
33288
33289 \end_layout
33290
33291 \begin_layout Subsection
33292 Chemical Symbols and Equations
33293 \begin_inset CommandInset label
33294 LatexCommand label
33295 name "sub:Chemical-Symbols-and"
33296
33297 \end_inset
33298
33299
33300 \begin_inset Index
33301 status collapsed
33302
33303 \begin_layout Plain Layout
33304 Chemical characters ! Symbols
33305 \end_layout
33306
33307 \end_inset
33308
33309
33310 \begin_inset Index
33311 status collapsed
33312
33313 \begin_layout Plain Layout
33314 Chemical equations
33315 \end_layout
33316
33317 \end_inset
33318
33319
33320 \begin_inset Index
33321 status collapsed
33322
33323 \begin_layout Plain Layout
33324 Symbols ! chemical
33325 \end_layout
33326
33327 \end_inset
33328
33329
33330 \end_layout
33331
33332 \begin_layout Standard
33333 An example text from chemistry:
33334 \end_layout
33335
33336 \begin_layout Quote
33337 The 
33338 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
33339 \end_inset
33340
33341 -ion reacts with two 
33342 \begin_inset Formula $\mathrm{Na^{+}}$
33343 \end_inset
33344
33345 -ions to sodium sulfate 
33346 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
33347 \end_inset
33348
33349 .
33350  The chemical equation for this is:
33351 \begin_inset Formula \[
33352 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
33353
33354 \end_inset
33355
33356
33357 \end_layout
33358
33359 \begin_layout Standard
33360 This chemical equation can directly be created as formula.
33361  To avoid that the symbols appear italic, everything is highlighted and
33362  changed by the shortcut 
33363 \begin_inset Info
33364 type  "shortcut"
33365 arg   "font-roman"
33366 \end_inset
33367
33368  to the upright font style.
33369 \begin_inset Foot
33370 status collapsed
33371
33372 \begin_layout Plain Layout
33373 font styles
33374 \series bold
33375  
33376 \series default
33377 see 
33378 \begin_inset CommandInset ref
33379 LatexCommand ref
33380 reference "sub:Font-Styles"
33381
33382 \end_inset
33383
33384
33385 \end_layout
33386
33387 \end_inset
33388
33389
33390 \end_layout
33391
33392 \begin_layout Subsection
33393 Negative Numbers
33394 \begin_inset Index
33395 status collapsed
33396
33397 \begin_layout Plain Layout
33398 Numbers ! negative
33399 \end_layout
33400
33401 \end_inset
33402
33403
33404 \end_layout
33405
33406 \begin_layout Standard
33407 Negative numbers often look ugly in formulas because the minus sign before
33408  the number is set with the same length as the minus operator sign.
33409  When writing the negative number in normal text, the minus sign appears
33410  correctly.
33411 \end_layout
33412
33413 \begin_layout Standard
33414 Thus, the problem disappears when converting the minus sign to mathematical
33415  text.
33416 \end_layout
33417
33418 \begin_layout Standard
33419 An example to visualize the problem:
33420 \end_layout
33421
33422 \begin_layout Standard
33423 \align center
33424 \begin_inset Tabular
33425 <lyxtabular version="3" rows="3" columns="2">
33426 <features>
33427 <column alignment="right" valignment="top" width="0">
33428 <column alignment="left" valignment="top" width="0">
33429 <row>
33430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33431 \begin_inset Text
33432
33433 \begin_layout Plain Layout
33434 normal text:
33435 \end_layout
33436
33437 \end_inset
33438 </cell>
33439 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33440 \begin_inset Text
33441
33442 \begin_layout Plain Layout
33443 x = -2
33444 \end_layout
33445
33446 \end_inset
33447 </cell>
33448 </row>
33449 <row>
33450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33451 \begin_inset Text
33452
33453 \begin_layout Plain Layout
33454 formula:
33455 \end_layout
33456
33457 \end_inset
33458 </cell>
33459 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33460 \begin_inset Text
33461
33462 \begin_layout Plain Layout
33463 \begin_inset Formula $x=-2$
33464 \end_inset
33465
33466
33467 \end_layout
33468
33469 \end_inset
33470 </cell>
33471 </row>
33472 <row>
33473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33474 \begin_inset Text
33475
33476 \begin_layout Plain Layout
33477 solution:
33478 \end_layout
33479
33480 \end_inset
33481 </cell>
33482 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33483 \begin_inset Text
33484
33485 \begin_layout Plain Layout
33486 \begin_inset Formula $x=\textrm{-}2$
33487 \end_inset
33488
33489
33490 \end_layout
33491
33492 \end_inset
33493 </cell>
33494 </row>
33495 </lyxtabular>
33496
33497 \end_inset
33498
33499
33500 \end_layout
33501
33502 \begin_layout Subsection
33503 Comma as decimal Separator
33504 \begin_inset Index
33505 status collapsed
33506
33507 \begin_layout Plain Layout
33508 Comma
33509 \end_layout
33510
33511 \end_inset
33512
33513
33514 \end_layout
33515
33516 \begin_layout Standard
33517 In LaTeX a comma inside a formula is used, according to the English convention,
33518  as number group separator.
33519  So there will be space added behind all commas in formulas.
33520 \end_layout
33521
33522 \begin_layout Standard
33523 To avoid this, the comma is highlighted and changed to mathematical text
33524  (shortcut 
33525 \begin_inset Info
33526 type  "shortcut"
33527 arg   "math-mode"
33528 \end_inset
33529
33530 ).
33531 \end_layout
33532
33533 \begin_layout Standard
33534 To use all formula commas in the document as decimal separator, the file
33535  
33536 \series bold
33537 icomma.sty
33538 \series default
33539
33540 \begin_inset Foot
33541 status collapsed
33542
33543 \begin_layout Plain Layout
33544
33545 \series bold
33546 icomma
33547 \series default
33548  is part of the LaTeX-package 
33549 \series bold
33550 was
33551 \series default
33552
33553 \begin_inset Index
33554 status collapsed
33555
33556 \begin_layout Plain Layout
33557 Packages ! was
33558 \begin_inset ERT
33559 status collapsed
33560
33561 \begin_layout Plain Layout
33562
33563
33564 \backslash
33565 vspace{4mm}
33566 \end_layout
33567
33568 \end_inset
33569
33570
33571 \end_layout
33572
33573 \end_inset
33574
33575 .
33576 \end_layout
33577
33578 \end_inset
33579
33580
33581 \begin_inset Index
33582 status collapsed
33583
33584 \begin_layout Plain Layout
33585 Packages ! icomma
33586 \end_layout
33587
33588 \end_inset
33589
33590  is loaded with the LaTeX-preamble line
33591 \end_layout
33592
33593 \begin_layout Standard
33594
33595 \series bold
33596
33597 \backslash
33598 usepackage{icomma}
33599 \end_layout
33600
33601 \begin_layout Subsection
33602 Physical Vectors
33603 \begin_inset CommandInset label
33604 LatexCommand label
33605 name "sub:Physical-Vectors"
33606
33607 \end_inset
33608
33609
33610 \begin_inset Index
33611 status collapsed
33612
33613 \begin_layout Plain Layout
33614 Vectors ! physical
33615 \end_layout
33616
33617 \end_inset
33618
33619
33620 \end_layout
33621
33622 \begin_layout Standard
33623 Predefined vectors are offered by the LaTeX-package 
33624 \series bold
33625 braket
33626 \series default
33627
33628 \begin_inset Foot
33629 status collapsed
33630
33631 \begin_layout Plain Layout
33632
33633 \series bold
33634 braket
33635 \series default
33636  should be part of every LaTeX standard installation.
33637 \end_layout
33638
33639 \end_inset
33640
33641
33642 \begin_inset Index
33643 status collapsed
33644
33645 \begin_layout Plain Layout
33646 Packages ! braket
33647 \end_layout
33648
33649 \end_inset
33650
33651  that is loaded with the LaTeX-preamble line
33652 \end_layout
33653
33654 \begin_layout Standard
33655
33656 \series bold
33657
33658 \backslash
33659 usepackage{braket}
33660 \end_layout
33661
33662 \begin_layout Standard
33663 \begin_inset ERT
33664 status collapsed
33665
33666 \begin_layout Plain Layout
33667
33668
33669 \backslash
33670 ifbraket 
33671 \end_layout
33672
33673 \end_inset
33674
33675
33676 \begin_inset Note Note
33677 status open
33678
33679 \begin_layout Plain Layout
33680 The following table will only be displayed when the LaTeX-package 
33681 \series bold
33682 braket
33683 \series default
33684  is installed.
33685 \end_layout
33686
33687 \end_inset
33688
33689 The following commands are defined:
33690 \end_layout
33691
33692 \begin_layout Standard
33693 \align center
33694 \begin_inset Tabular
33695 <lyxtabular version="3" rows="4" columns="2">
33696 <features>
33697 <column alignment="center" valignment="top" width="0">
33698 <column alignment="center" valignment="top" width="0">
33699 <row>
33700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33701 \begin_inset Text
33702
33703 \begin_layout Plain Layout
33704 Command
33705 \end_layout
33706
33707 \end_inset
33708 </cell>
33709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33710 \begin_inset Text
33711
33712 \begin_layout Plain Layout
33713 Result
33714 \end_layout
33715
33716 \end_inset
33717 </cell>
33718 </row>
33719 <row>
33720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33721 \begin_inset Text
33722
33723 \begin_layout Plain Layout
33724
33725 \backslash
33726 Bra{
33727 \backslash
33728 psi
33729 \end_layout
33730
33731 \end_inset
33732 </cell>
33733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33734 \begin_inset Text
33735
33736 \begin_layout Plain Layout
33737 \begin_inset Formula $\Bra{\psi}$
33738 \end_inset
33739
33740
33741 \end_layout
33742
33743 \end_inset
33744 </cell>
33745 </row>
33746 <row>
33747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33748 \begin_inset Text
33749
33750 \begin_layout Plain Layout
33751
33752 \backslash
33753 Ket{
33754 \backslash
33755 psi
33756 \end_layout
33757
33758 \end_inset
33759 </cell>
33760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33761 \begin_inset Text
33762
33763 \begin_layout Plain Layout
33764 \begin_inset Formula $\Ket{\psi}$
33765 \end_inset
33766
33767
33768 \end_layout
33769
33770 \end_inset
33771 </cell>
33772 </row>
33773 <row>
33774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33775 \begin_inset Text
33776
33777 \begin_layout Plain Layout
33778
33779 \backslash
33780 Braket{
33781 \backslash
33782 psi|
33783 \backslash
33784 phi
33785 \end_layout
33786
33787 \end_inset
33788 </cell>
33789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33790 \begin_inset Text
33791
33792 \begin_layout Plain Layout
33793 \begin_inset Formula $\Braket{\psi|\phi}$
33794 \end_inset
33795
33796
33797 \end_layout
33798
33799 \end_inset
33800 </cell>
33801 </row>
33802 </lyxtabular>
33803
33804 \end_inset
33805
33806
33807 \end_layout
33808
33809 \begin_layout Standard
33810 The command 
33811 \series bold
33812
33813 \backslash
33814 Braket
33815 \series default
33816  assures that all vertical bars are set in the size of the surrounding brackets:
33817 \begin_inset Formula \[
33818 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
33819
33820 \end_inset
33821
33822
33823 \begin_inset ERT
33824 status collapsed
33825
33826 \begin_layout Plain Layout
33827
33828
33829 \backslash
33830 else 
33831 \end_layout
33832
33833 \end_inset
33834
33835
33836 \begin_inset Note Note
33837 status open
33838
33839 \begin_layout Plain Layout
33840 The following will be displayed when the LaTeX-package 
33841 \series bold
33842 braket
33843 \series default
33844  is not installed:
33845 \end_layout
33846
33847 \end_inset
33848
33849
33850 \end_layout
33851
33852 \begin_layout Standard
33853 You need to install the LaTeX-package 
33854 \series bold
33855 braket
33856 \series default
33857  to see the rest of this subsection in the output.
33858 \end_layout
33859
33860 \begin_layout Standard
33861 \begin_inset ERT
33862 status collapsed
33863
33864 \begin_layout Plain Layout
33865
33866
33867 \backslash
33868 fi 
33869 \end_layout
33870
33871 \end_inset
33872
33873
33874 \end_layout
33875
33876 \begin_layout Standard
33877 The effect of 
33878 \series bold
33879
33880 \backslash
33881 Braket
33882 \series default
33883  can also be achieved using the command 
33884 \series bold
33885
33886 \backslash
33887 middle
33888 \series default
33889 , that is described in 
33890 \begin_inset CommandInset ref
33891 LatexCommand ref
33892 reference "sub:Automatic-Bracket-Size"
33893
33894 \end_inset
33895
33896 .
33897 \end_layout
33898
33899 \begin_layout Subsection
33900 Self-defined Fractions
33901 \begin_inset CommandInset label
33902 LatexCommand label
33903 name "sub:Self-defined-Fractions"
33904
33905 \end_inset
33906
33907
33908 \begin_inset Index
33909 status collapsed
33910
33911 \begin_layout Plain Layout
33912 Fractions ! self-defined
33913 \end_layout
33914
33915 \end_inset
33916
33917
33918 \end_layout
33919
33920 \begin_layout Standard
33921 To define custom commands for fractions, the command 
33922 \series bold
33923
33924 \backslash
33925 genfrac
33926 \series default
33927
33928 \begin_inset Index
33929 status collapsed
33930
33931 \begin_layout Plain Layout
33932 Commands ! G ! 
33933 \backslash
33934 genfrac
33935 \end_layout
33936
33937 \end_inset
33938
33939  is used in the following scheme:
33940 \end_layout
33941
33942 \begin_layout Standard
33943
33944 \series bold
33945
33946 \backslash
33947 genfrac{left
33948 \series default
33949  
33950 \series bold
33951 bracket}{right
33952 \series default
33953  
33954 \series bold
33955 bracket}{fraction bar thickness}{style}
33956 \begin_inset Newline newline
33957 \end_inset
33958
33959
33960 \begin_inset ERT
33961 status collapsed
33962
33963 \begin_layout Plain Layout
33964
33965
33966 \backslash
33967 phantom{
33968 \end_layout
33969
33970 \end_inset
33971
33972
33973 \backslash
33974 genfrac
33975 \begin_inset ERT
33976 status collapsed
33977
33978 \begin_layout Plain Layout
33979
33980 }
33981 \end_layout
33982
33983 \end_inset
33984
33985 {numerator}{denominator}
33986 \end_layout
33987
33988 \begin_layout Standard
33989 The style is a number in the range of 0
33990 \begin_inset space \thinspace{}
33991 \end_inset
33992
33993 -
33994 \begin_inset space \thinspace{}
33995 \end_inset
33996
33997 3.
33998 \end_layout
33999
34000 \begin_layout Standard
34001 \align center
34002 \begin_inset Tabular
34003 <lyxtabular version="3" rows="5" columns="2">
34004 <features>
34005 <column alignment="center" valignment="top" width="0">
34006 <column alignment="center" valignment="top" width="0">
34007 <row>
34008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34009 \begin_inset Text
34010
34011 \begin_layout Plain Layout
34012 Number
34013 \end_layout
34014
34015 \end_inset
34016 </cell>
34017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34018 \begin_inset Text
34019
34020 \begin_layout Plain Layout
34021 Style (Size)
34022 \end_layout
34023
34024 \end_inset
34025 </cell>
34026 </row>
34027 <row>
34028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34029 \begin_inset Text
34030
34031 \begin_layout Plain Layout
34032 0
34033 \end_layout
34034
34035 \end_inset
34036 </cell>
34037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34038 \begin_inset Text
34039
34040 \begin_layout Plain Layout
34041 display style formula
34042 \end_layout
34043
34044 \end_inset
34045 </cell>
34046 </row>
34047 <row>
34048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34049 \begin_inset Text
34050
34051 \begin_layout Plain Layout
34052 1
34053 \end_layout
34054
34055 \end_inset
34056 </cell>
34057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34058 \begin_inset Text
34059
34060 \begin_layout Plain Layout
34061 inline formula
34062 \end_layout
34063
34064 \end_inset
34065 </cell>
34066 </row>
34067 <row>
34068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34069 \begin_inset Text
34070
34071 \begin_layout Plain Layout
34072 2
34073 \end_layout
34074
34075 \end_inset
34076 </cell>
34077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34078 \begin_inset Text
34079
34080 \begin_layout Plain Layout
34081 small
34082 \end_layout
34083
34084 \end_inset
34085 </cell>
34086 </row>
34087 <row>
34088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34089 \begin_inset Text
34090
34091 \begin_layout Plain Layout
34092 3
34093 \end_layout
34094
34095 \end_inset
34096 </cell>
34097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34098 \begin_inset Text
34099
34100 \begin_layout Plain Layout
34101 tiny
34102 \end_layout
34103
34104 \end_inset
34105 </cell>
34106 </row>
34107 </lyxtabular>
34108
34109 \end_inset
34110
34111
34112 \end_layout
34113
34114 \begin_layout Standard
34115 When no style is given, the size is adjusted to the surrounding environment
34116  like for the command 
34117 \series bold
34118
34119 \backslash
34120 frac
34121 \series default
34122 .
34123 \end_layout
34124
34125 \begin_layout Standard
34126 When no fraction bar thickness is given, the predefined value of 0.4
34127 \begin_inset space \thinspace{}
34128 \end_inset
34129
34130 pt will be used.
34131 \end_layout
34132
34133 \begin_layout Standard
34134 \begin_inset VSpace medskip
34135 \end_inset
34136
34137 For example, the commands 
34138 \series bold
34139
34140 \backslash
34141 dfrac
34142 \series default
34143  and 
34144 \series bold
34145
34146 \backslash
34147 tbinom
34148 \series default
34149  from 
34150 \begin_inset CommandInset ref
34151 LatexCommand ref
34152 reference "sub:Fractions"
34153
34154 \end_inset
34155
34156  are defined with the commands
34157 \end_layout
34158
34159 \begin_layout Standard
34160
34161 \series bold
34162
34163 \backslash
34164 newcommand{
34165 \backslash
34166 dfrac}[2]{
34167 \backslash
34168 genfrac{}{}{}{0}{#1}{#2}}
34169 \end_layout
34170
34171 \begin_layout Standard
34172 and
34173 \end_layout
34174
34175 \begin_layout Standard
34176
34177 \series bold
34178
34179 \backslash
34180 newcommand{
34181 \backslash
34182 tbinom}[2]{
34183 \backslash
34184 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34185 \end_layout
34186
34187 \begin_layout Standard
34188 \begin_inset VSpace medskip
34189 \end_inset
34190
34191 To define a fraction where the fraction bar thickness can be given as optional
34192  argument, the following line is inserted to the LaTeX-preamble:
34193 \end_layout
34194
34195 \begin_layout Standard
34196
34197 \series bold
34198
34199 \backslash
34200 newcommand{
34201 \backslash
34202 fracS}[3][]{
34203 \backslash
34204 genfrac{}{}{#1}{}{#2}{#3}}
34205 \end_layout
34206
34207 \begin_layout Standard
34208 A test:
34209 \begin_inset Formula \begin{align*}
34210 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34211 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
34212
34213 \end_inset
34214
34215 As one can see, the distance of the numerator and the denominator to the
34216  fraction bar is round about three times the bar thickness.
34217 \end_layout
34218
34219 \begin_layout Subsection
34220 Canceled Formulas
34221 \begin_inset Index
34222 status collapsed
34223
34224 \begin_layout Plain Layout
34225 Formula ! canceled
34226 \end_layout
34227
34228 \end_inset
34229
34230
34231 \end_layout
34232
34233 \begin_layout Standard
34234 To cancel formulas or formula parts, the LaTeX-package 
34235 \series bold
34236 cancel
34237 \series default
34238
34239 \begin_inset Foot
34240 status collapsed
34241
34242 \begin_layout Plain Layout
34243
34244 \series bold
34245 cancel
34246 \series default
34247  is part of every LaTeX standard installation.
34248 \end_layout
34249
34250 \end_inset
34251
34252
34253 \begin_inset Index
34254 status collapsed
34255
34256 \begin_layout Plain Layout
34257 Packages ! cancel
34258 \end_layout
34259
34260 \end_inset
34261
34262  has to be loaded with the LaTeX-preamble line
34263 \end_layout
34264
34265 \begin_layout Standard
34266
34267 \series bold
34268
34269 \backslash
34270 usepackage[samesize]{cancel}
34271 \end_layout
34272
34273 \begin_layout Standard
34274 There are four ways to cancel formulas:
34275 \end_layout
34276
34277 \begin_layout Standard
34278 \align center
34279 \begin_inset Tabular
34280 <lyxtabular version="3" rows="5" columns="2">
34281 <features>
34282 <column alignment="center" valignment="top" width="0">
34283 <column alignment="center" valignment="top" width="0">
34284 <row>
34285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34286 \begin_inset Text
34287
34288 \begin_layout Plain Layout
34289 Command
34290 \end_layout
34291
34292 \end_inset
34293 </cell>
34294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34295 \begin_inset Text
34296
34297 \begin_layout Plain Layout
34298 Result
34299 \begin_inset Note Note
34300 status collapsed
34301
34302 \begin_layout Plain Layout
34303
34304 \series bold
34305
34306 \backslash
34307 hspace
34308 \series default
34309  and
34310 \series bold
34311  
34312 \backslash
34313 raisebox
34314 \series default
34315  are used here as spacer.
34316 \end_layout
34317
34318 \end_inset
34319
34320
34321 \end_layout
34322
34323 \end_inset
34324 </cell>
34325 </row>
34326 <row>
34327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34328 \begin_inset Text
34329
34330 \begin_layout Plain Layout
34331
34332 \backslash
34333 cancel{
34334 \backslash
34335 int
34336 \begin_inset ERT
34337 status collapsed
34338
34339 \begin_layout Plain Layout
34340
34341
34342 \backslash
34343 spce 
34344 \end_layout
34345
34346 \end_inset
34347
34348 A=B
34349 \end_layout
34350
34351 \end_inset
34352 </cell>
34353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34354 \begin_inset Text
34355
34356 \begin_layout Plain Layout
34357 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34358 \end_inset
34359
34360
34361 \end_layout
34362
34363 \end_inset
34364 </cell>
34365 </row>
34366 <row>
34367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34368 \begin_inset Text
34369
34370 \begin_layout Plain Layout
34371
34372 \backslash
34373 bcancel{
34374 \backslash
34375 int
34376 \begin_inset ERT
34377 status collapsed
34378
34379 \begin_layout Plain Layout
34380
34381
34382 \backslash
34383 spce 
34384 \end_layout
34385
34386 \end_inset
34387
34388 A=B
34389 \end_layout
34390
34391 \end_inset
34392 </cell>
34393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34394 \begin_inset Text
34395
34396 \begin_layout Plain Layout
34397 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34398 \end_inset
34399
34400
34401 \end_layout
34402
34403 \end_inset
34404 </cell>
34405 </row>
34406 <row>
34407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34408 \begin_inset Text
34409
34410 \begin_layout Plain Layout
34411
34412 \backslash
34413 xcancel{
34414 \backslash
34415 int
34416 \begin_inset ERT
34417 status collapsed
34418
34419 \begin_layout Plain Layout
34420
34421
34422 \backslash
34423 spce 
34424 \end_layout
34425
34426 \end_inset
34427
34428 A=B
34429 \end_layout
34430
34431 \end_inset
34432 </cell>
34433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34434 \begin_inset Text
34435
34436 \begin_layout Plain Layout
34437 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34438 \end_inset
34439
34440
34441 \end_layout
34442
34443 \end_inset
34444 </cell>
34445 </row>
34446 <row>
34447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34448 \begin_inset Text
34449
34450 \begin_layout Plain Layout
34451
34452 \backslash
34453 cancelto{1
34454 \begin_inset Formula $\to$
34455 \end_inset
34456
34457
34458 \backslash
34459 {
34460 \backslash
34461 int
34462 \begin_inset ERT
34463 status collapsed
34464
34465 \begin_layout Plain Layout
34466
34467
34468 \backslash
34469 spce 
34470 \end_layout
34471
34472 \end_inset
34473
34474 A=B
34475 \end_layout
34476
34477 \end_inset
34478 </cell>
34479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34480 \begin_inset Text
34481
34482 \begin_layout Plain Layout
34483 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34484 \end_inset
34485
34486
34487 \end_layout
34488
34489 \end_inset
34490 </cell>
34491 </row>
34492 </lyxtabular>
34493
34494 \end_inset
34495
34496
34497 \end_layout
34498
34499 \begin_layout Standard
34500
34501 \series bold
34502
34503 \backslash
34504 cancelto
34505 \series default
34506  is especially suitable to visualize the reduction of fractions within formulas:
34507 \begin_inset Formula \[
34508 \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}}}\]
34509
34510 \end_inset
34511
34512
34513 \end_layout
34514
34515 \begin_layout Subsection
34516 Formulas in Section Headings
34517 \begin_inset CommandInset label
34518 LatexCommand label
34519 name "sub:Formulas-in-Section"
34520
34521 \end_inset
34522
34523
34524 \begin_inset Index
34525 status collapsed
34526
34527 \begin_layout Plain Layout
34528 Formula ! in section headings
34529 \end_layout
34530
34531 \end_inset
34532
34533
34534 \end_layout
34535
34536 \begin_layout Standard
34537 When formulas are used in section headings, the following has to be taken
34538  into account:
34539 \end_layout
34540
34541 \begin_layout Standard
34542 \begin_inset Note Greyedout
34543 status open
34544
34545 \begin_layout Plain Layout
34546 When 
34547 \series bold
34548 hyperref
34549 \series default
34550
34551 \begin_inset Index
34552 status collapsed
34553
34554 \begin_layout Plain Layout
34555 Packages ! hyperref
34556 \end_layout
34557
34558 \end_inset
34559
34560  support is enabled in the document settings dialog under 
34561 \family sans
34562 PDF
34563 \begin_inset space ~
34564 \end_inset
34565
34566 Properties
34567 \family default
34568 , PDF-bookmarks are created for every section heading in the table of contents.
34569  If a section heading contains formulas, they are incorrectly displayed
34570  in the bookmark text, because formulas in bookmarks infringe the PDF convention
34571 s.
34572 \end_layout
34573
34574 \end_inset
34575
34576
34577 \end_layout
34578
34579 \begin_layout Standard
34580 Both problems can be solved by inserting at the end of the section heading
34581  a short title with the menu 
34582 \family sans
34583 Insert\SpecialChar \menuseparator
34584 Short
34585 \begin_inset space ~
34586 \end_inset
34587
34588 Title
34589 \family default
34590 .
34591  Short titles are used as alternative for multiline section headings to
34592  keep the table of contents clearly arranged.
34593  Only the short title appears in the table of contents and therefore also
34594  in the PDF-bookmark.
34595 \end_layout
34596
34597 \begin_layout Standard
34598 When formulas should be used in the table of contents but 
34599 \series bold
34600 hyperref
34601 \series default
34602  is used, one can use the following command in TeX-mode:
34603 \end_layout
34604
34605 \begin_layout Standard
34606
34607 \series bold
34608
34609 \backslash
34610 texorpdfstring{part}{alternative}
34611 \begin_inset Index
34612 status collapsed
34613
34614 \begin_layout Plain Layout
34615 Commands ! T ! 
34616 \backslash
34617 texorpdfstring
34618 \end_layout
34619
34620 \end_inset
34621
34622
34623 \end_layout
34624
34625 \begin_layout Standard
34626 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
34627  This can be characters, formulas, footnotes, but also cross-references.
34628  The alternative is used instead of the part for the bookmark.
34629 \end_layout
34630
34631 \begin_layout Standard
34632 Here are two example headings:
34633 \begin_inset VSpace -3mm
34634 \end_inset
34635
34636
34637 \begin_inset ERT
34638 status collapsed
34639
34640 \begin_layout Plain Layout
34641
34642
34643 \backslash
34644 boldmath 
34645 \end_layout
34646
34647 \end_inset
34648
34649
34650 \end_layout
34651
34652 \begin_layout Subsubsection
34653 Heading without formula in table of contents 
34654 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34655 \end_inset
34656
34657
34658 \begin_inset OptArg
34659 status collapsed
34660
34661 \begin_layout Plain Layout
34662 Heading without formula in table of contents
34663 \end_layout
34664
34665 \end_inset
34666
34667
34668 \end_layout
34669
34670 \begin_layout Subsubsection
34671 Heading with formula in table of contents
34672 \begin_inset ERT
34673 status collapsed
34674
34675 \begin_layout Plain Layout
34676
34677
34678 \backslash
34679 texorpdfstring{
34680 \end_layout
34681
34682 \end_inset
34683
34684  
34685 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34686 \end_inset
34687
34688
34689 \begin_inset ERT
34690 status collapsed
34691
34692 \begin_layout Plain Layout
34693
34694 }{}
34695 \end_layout
34696
34697 \end_inset
34698
34699
34700 \end_layout
34701
34702 \begin_layout Standard
34703 \begin_inset ERT
34704 status collapsed
34705
34706 \begin_layout Plain Layout
34707
34708
34709 \backslash
34710 unboldmath 
34711 \end_layout
34712
34713 \end_inset
34714
34715 In the first heading a short title was used, in the second one 
34716 \series bold
34717
34718 \backslash
34719 texorpdfstring
34720 \series default
34721 .
34722 \end_layout
34723
34724 \begin_layout Standard
34725 To get the same formatting as for the other headings, the complete heading
34726  was set into a 
34727 \series bold
34728 boldmath
34729 \series default
34730  environment
34731 \begin_inset Foot
34732 status collapsed
34733
34734 \begin_layout Plain Layout
34735 see 
34736 \begin_inset CommandInset ref
34737 LatexCommand ref
34738 reference "sub:Bold-Formulas"
34739
34740 \end_inset
34741
34742
34743 \end_layout
34744
34745 \end_inset
34746
34747 .
34748 \end_layout
34749
34750 \begin_layout Subsection
34751 Formulas in multi-column Text
34752 \begin_inset Index
34753 status collapsed
34754
34755 \begin_layout Plain Layout
34756 Formula ! in multi-column text
34757 \end_layout
34758
34759 \end_inset
34760
34761
34762 \end_layout
34763
34764 \begin_layout Standard
34765 Formulas in multi-column text are often too wide to fit into a column and
34766  thus need to be set over the whole page width.
34767  This is done by using the LaTeX-package 
34768 \series bold
34769 multicol
34770 \series default
34771
34772 \begin_inset Foot
34773 status collapsed
34774
34775 \begin_layout Plain Layout
34776
34777 \series bold
34778 multicol
34779 \series default
34780  is part of every LaTeX standard installation.
34781 \end_layout
34782
34783 \end_inset
34784
34785
34786 \begin_inset Index
34787 status collapsed
34788
34789 \begin_layout Plain Layout
34790 Packages ! multicol
34791 \end_layout
34792
34793 \end_inset
34794
34795 , that is loaded with the LaTeX-preamble line
34796 \end_layout
34797
34798 \begin_layout Standard
34799
34800 \series bold
34801
34802 \backslash
34803 usepackage{multicol}
34804 \end_layout
34805
34806 \begin_layout Standard
34807 \begin_inset Note Greyedout
34808 status open
34809
34810 \begin_layout Plain Layout
34811 Note herby that the setting 
34812 \family sans
34813 Two-column
34814 \begin_inset space ~
34815 \end_inset
34816
34817 document
34818 \family default
34819  in the menu 
34820 \family sans
34821 Document\SpecialChar \menuseparator
34822 Settings
34823 \family default
34824  under 
34825 \family sans
34826 Text
34827 \begin_inset space ~
34828 \end_inset
34829
34830 Layout
34831 \family default
34832 \emph on
34833  
34834 \emph default
34835 must 
34836 \emph on
34837 not
34838 \emph default
34839  be selected.
34840 \end_layout
34841
34842 \end_inset
34843
34844
34845 \end_layout
34846
34847 \begin_layout Standard
34848 Before the multi-column text the command
34849 \end_layout
34850
34851 \begin_layout Standard
34852
34853 \series bold
34854
34855 \backslash
34856 begin{multicols}{column number}
34857 \end_layout
34858
34859 \begin_layout Standard
34860 is written in TeX-mode.
34861  The column number is a number in the range of 2
34862 \begin_inset space \thinspace{}
34863 \end_inset
34864
34865 -
34866 \begin_inset space \thinspace{}
34867 \end_inset
34868
34869 10.
34870  Before the formula the multi-column text is ended by inserting the command
34871 \end_layout
34872
34873 \begin_layout Standard
34874
34875 \series bold
34876
34877 \backslash
34878 end{multicols}
34879 \end_layout
34880
34881 \begin_layout Standard
34882 in TeX-mode.
34883 \end_layout
34884
34885 \begin_layout Standard
34886 Due to the command some space is automatically added before the formula.
34887  To revert this, -6
34888 \begin_inset space \thinspace{}
34889 \end_inset
34890
34891 mm vertical space is inserted before the formula.
34892  When the formula style 
34893 \series bold
34894 Indented
34895 \begin_inset Foot
34896 status collapsed
34897
34898 \begin_layout Plain Layout
34899 formula styles see 
34900 \begin_inset CommandInset ref
34901 LatexCommand ref
34902 reference "sec:Formula-Styles"
34903
34904 \end_inset
34905
34906
34907 \end_layout
34908
34909 \end_inset
34910
34911
34912 \series default
34913  is used, -9
34914 \begin_inset space \thinspace{}
34915 \end_inset
34916
34917 mm space is inserted instead.
34918 \end_layout
34919
34920 \begin_layout Standard
34921 As example a multi-column text with a displayed formula:
34922 \end_layout
34923
34924 \begin_layout Standard
34925 \begin_inset ERT
34926 status collapsed
34927
34928 \begin_layout Plain Layout
34929
34930
34931 \backslash
34932 begin{multicols}{2}
34933 \end_layout
34934
34935 \end_inset
34936
34937 Das Spektrum wird fouriertransformiert.
34938  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
34939 , Lösungsmittel) zu trennen.
34940  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
34941  nun das Aussehen des Ausgangssignals.
34942  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
34943  über alle Phasen integrieren muss.
34944  Sei nun 
34945 \begin_inset Formula $S$
34946 \end_inset
34947
34948  unser normiertes Ausgangssignal and 
34949 \begin_inset Formula $P$
34950 \end_inset
34951
34952  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
34953 \begin_inset ERT
34954 status collapsed
34955
34956 \begin_layout Plain Layout
34957
34958
34959 \backslash
34960 end{multicols}
34961 \end_layout
34962
34963 \end_inset
34964
34965
34966 \begin_inset VSpace -6mm
34967 \end_inset
34968
34969
34970 \begin_inset Formula \begin{equation}
34971 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
34972
34973 \end_inset
34974
34975
34976 \begin_inset ERT
34977 status collapsed
34978
34979 \begin_layout Plain Layout
34980
34981
34982 \backslash
34983 begin{multicols}{2}
34984 \end_layout
34985
34986 \end_inset
34987
34988 wobei 
34989 \begin_inset Formula $S_{0}$
34990 \end_inset
34991
34992  das Signal ohne Gradient ist and the Normierungsbedingung 
34993 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34994 \end_inset
34995
34996  gilt.
34997  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
34998  Direkt nach the 
34999 \begin_inset Formula $\nicefrac{\pi}{2}$
35000 \end_inset
35001
35002
35003 \begin_inset space \thinspace{}
35004 \end_inset
35005
35006 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
35007  das Signal zusätzlich abschwächt.
35008  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
35009  
35010 \begin_inset Formula $T_{2}$
35011 \end_inset
35012
35013 -Zeit.
35014 \end_layout
35015
35016 \begin_layout Standard
35017 \begin_inset ERT
35018 status collapsed
35019
35020 \begin_layout Plain Layout
35021
35022
35023 \backslash
35024 end{multicols}
35025 \end_layout
35026
35027 \end_inset
35028
35029  
35030 \end_layout
35031
35032 \begin_layout Subsection
35033 Formulas with Description of Variables
35034 \begin_inset Index
35035 status collapsed
35036
35037 \begin_layout Plain Layout
35038 Formula ! with description of variables
35039 \end_layout
35040
35041 \end_inset
35042
35043
35044 \end_layout
35045
35046 \begin_layout Standard
35047 To describe variables within a formula, like in formula 
35048 \begin_inset CommandInset ref
35049 LatexCommand eqref
35050 reference "eq:within"
35051
35052 \end_inset
35053
35054 , a 2
35055 \series bold
35056 ×
35057 \series default
35058
35059 \begin_inset Formula $n$
35060 \end_inset
35061
35062
35063 \begin_inset space ~
35064 \end_inset
35065
35066 matrix is used with left aligned columns for the 
35067 \begin_inset Formula $n$
35068 \end_inset
35069
35070  used variables.
35071 \begin_inset Foot
35072 status collapsed
35073
35074 \begin_layout Plain Layout
35075 matrices see 
35076 \begin_inset CommandInset ref
35077 LatexCommand ref
35078 reference "sec:Matrices"
35079
35080 \end_inset
35081
35082
35083 \end_layout
35084
35085 \end_inset
35086
35087  To set the description in a smaller size, before the matrix e.
35088 \begin_inset space \thinspace{}
35089 \end_inset
35090
35091 g.
35092 \begin_inset space \space{}
35093 \end_inset
35094
35095 the command 
35096 \series bold
35097
35098 \backslash
35099 footnotesize
35100 \series default
35101  is inserted.
35102 \begin_inset Foot
35103 status collapsed
35104
35105 \begin_layout Plain Layout
35106 font sizes see 
35107 \begin_inset CommandInset ref
35108 LatexCommand ref
35109 reference "sub:Font-Sizes"
35110
35111 \end_inset
35112
35113
35114 \end_layout
35115
35116 \end_inset
35117
35118
35119 \end_layout
35120
35121 \begin_layout Standard
35122 When the formula style 
35123 \series bold
35124 Indented
35125 \begin_inset Foot
35126 status collapsed
35127
35128 \begin_layout Plain Layout
35129 formula styles see 
35130 \begin_inset CommandInset ref
35131 LatexCommand ref
35132 reference "sec:Formula-Styles"
35133
35134 \end_inset
35135
35136
35137 \end_layout
35138
35139 \end_inset
35140
35141
35142 \series default
35143  is used, a 
35144 \series bold
35145
35146 \backslash
35147 hfill
35148 \series default
35149
35150 \begin_inset Foot
35151 status collapsed
35152
35153 \begin_layout Plain Layout
35154
35155 \series bold
35156
35157 \backslash
35158 hfill
35159 \series default
35160  only works in formulas with the style 
35161 \series bold
35162 Indented
35163 \series default
35164 , see 
35165 \begin_inset CommandInset ref
35166 LatexCommand ref
35167 reference "sub:Variable-Space"
35168
35169 \end_inset
35170
35171 .
35172 \end_layout
35173
35174 \end_inset
35175
35176  is inserted before and after the matrix to have the same separation of
35177  the matrix from the equation and the side margin.
35178 \end_layout
35179
35180 \begin_layout Standard
35181 When the formula style 
35182 \series bold
35183 Centered
35184 \series default
35185  is used, the method described in 
35186 \begin_inset CommandInset ref
35187 LatexCommand ref
35188 reference "sub:Flalign-Environment"
35189
35190 \end_inset
35191
35192  is used to indent formulas.
35193  Formula 
35194 \begin_inset CommandInset ref
35195 LatexCommand eqref
35196 reference "eq:within"
35197
35198 \end_inset
35199
35200  consists of five columns whereas in the first two columns contain the equation,
35201  the third the matrix, and the last one an empty TeX-brace.
35202 \begin_inset Formula \begin{flalign}
35203 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35204 \rho & \textrm{density}\\
35205 V & \textrm{volume}\\
35206 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
35207
35208 \end_inset
35209
35210
35211 \end_layout
35212
35213 \begin_layout Subsection
35214 Upright small Greek Letters
35215 \begin_inset CommandInset label
35216 LatexCommand label
35217 name "sub:Upright-small-Greek"
35218
35219 \end_inset
35220
35221
35222 \begin_inset Index
35223 status collapsed
35224
35225 \begin_layout Plain Layout
35226 Greek letters ! upright
35227 \end_layout
35228
35229 \end_inset
35230
35231
35232 \end_layout
35233
35234 \begin_layout Standard
35235 Most of the math fonts only provide italic small Greek letters.
35236  But for symbols of elementary particles like pions and neutrinos, upright
35237  Greek letters are needed.
35238  The file 
35239 \series bold
35240 upgreek.sty
35241 \series default
35242
35243 \begin_inset Foot
35244 status collapsed
35245
35246 \begin_layout Plain Layout
35247
35248 \series bold
35249 upgreek
35250 \series default
35251  is part of the LaTeX-package 
35252 \series bold
35253 was
35254 \series default
35255
35256 \begin_inset Index
35257 status collapsed
35258
35259 \begin_layout Plain Layout
35260 Packages ! was
35261 \begin_inset ERT
35262 status collapsed
35263
35264 \begin_layout Plain Layout
35265
35266
35267 \backslash
35268 vspace{4mm}
35269 \end_layout
35270
35271 \end_inset
35272
35273
35274 \end_layout
35275
35276 \end_inset
35277
35278 .
35279 \end_layout
35280
35281 \end_inset
35282
35283
35284 \begin_inset Index
35285 status collapsed
35286
35287 \begin_layout Plain Layout
35288 Packages ! upgreek
35289 \end_layout
35290
35291 \end_inset
35292
35293  that is loaded with the LaTeX-preamble line
35294 \end_layout
35295
35296 \begin_layout Standard
35297
35298 \series bold
35299
35300 \backslash
35301 usepackage{upgreek}
35302 \end_layout
35303
35304 \begin_layout Standard
35305 provides them.
35306  
35307 \begin_inset ERT
35308 status collapsed
35309
35310 \begin_layout Plain Layout
35311
35312
35313 \backslash
35314 ifupgreek 
35315 \end_layout
35316
35317 \end_inset
35318
35319
35320 \begin_inset Note Note
35321 status open
35322
35323 \begin_layout Plain Layout
35324 The following table will only be displayed when the LaTeX-package 
35325 \series bold
35326 upgreek
35327 \series default
35328  is installed.
35329 \end_layout
35330
35331 \end_inset
35332
35333  They are created when the command for a small Greek letters is started
35334  with 
35335 \series bold
35336 up
35337 \series default
35338 .
35339  For example the command 
35340 \series bold
35341
35342 \backslash
35343 uptau
35344 \series default
35345  creates this: 
35346 \begin_inset Formula $\uptau$
35347 \end_inset
35348
35349
35350 \end_layout
35351
35352 \begin_layout Standard
35353 With these commands reactions of elementary particles can be typeset:
35354 \begin_inset Formula \[
35355 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
35356
35357 \end_inset
35358
35359
35360 \end_layout
35361
35362 \begin_layout Standard
35363 The upright letters are more bold and wider than the italic ones.
35364  They should therefore not be used for units like 
35365 \begin_inset Quotes eld
35366 \end_inset
35367
35368 µm
35369 \begin_inset Quotes erd
35370 \end_inset
35371
35372 .
35373 \end_layout
35374
35375 \begin_layout Standard
35376 \begin_inset ERT
35377 status collapsed
35378
35379 \begin_layout Plain Layout
35380
35381
35382 \backslash
35383 else 
35384 \end_layout
35385
35386 \end_inset
35387
35388
35389 \begin_inset Note Note
35390 status open
35391
35392 \begin_layout Plain Layout
35393 The following will be displayed when the LaTeX-package 
35394 \series bold
35395 upgreek
35396 \series default
35397  is not installed:
35398 \end_layout
35399
35400 \end_inset
35401
35402
35403 \end_layout
35404
35405 \begin_layout Standard
35406 You need to install the LaTeX-package 
35407 \series bold
35408 upgreek
35409 \series default
35410  to see the rest of this subsection in the output.
35411 \end_layout
35412
35413 \begin_layout Standard
35414 \begin_inset ERT
35415 status collapsed
35416
35417 \begin_layout Plain Layout
35418
35419
35420 \backslash
35421 fi 
35422 \end_layout
35423
35424 \end_inset
35425
35426
35427 \end_layout
35428
35429 \begin_layout Subsection
35430 Text Characters in Formulas
35431 \begin_inset CommandInset label
35432 LatexCommand label
35433 name "sub:Text-Characters-in"
35434
35435 \end_inset
35436
35437
35438 \begin_inset Index
35439 status collapsed
35440
35441 \begin_layout Plain Layout
35442 Text ! in formulas
35443 \end_layout
35444
35445 \end_inset
35446
35447
35448 \end_layout
35449
35450 \begin_layout Standard
35451 In some cases you might want to insert text characters directly into formulas.
35452  When for example the centered dot · is often used in formulas like 
35453 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35454 \end_inset
35455
35456 , one would have to insert the command 
35457 \series bold
35458
35459 \backslash
35460 cdot
35461 \series default
35462
35463 \begin_inset Foot
35464 status collapsed
35465
35466 \begin_layout Plain Layout
35467 see 
35468 \begin_inset CommandInset ref
35469 LatexCommand ref
35470 reference "sub:Binary-Operators"
35471
35472 \end_inset
35473
35474
35475 \end_layout
35476
35477 \end_inset
35478
35479  all the time, because this character is defined in all encodings as text
35480  character.
35481  But the encoding can be changed by this LaTeX-preamble line:
35482 \end_layout
35483
35484 \begin_layout Standard
35485
35486 \series bold
35487
35488 \backslash
35489 Declare Inputtext{183}{
35490 \backslash
35491 ifmmode
35492 \backslash
35493 cdot
35494 \backslash
35495 else
35496 \backslash
35497 textperiodcentered
35498 \backslash
35499 f\SpecialChar \textcompwordmark{}
35500 i}
35501 \end_layout
35502
35503 \begin_layout Standard
35504 The character encoding (menu 
35505 \family sans
35506 Document\SpecialChar \menuseparator
35507 Settings\SpecialChar \menuseparator
35508 Language
35509 \family default
35510 ) specifies what character appears when a keyboard key is pressed.
35511  When the key for the character '·' is pressed, internally the command 
35512 \series bold
35513
35514 \backslash
35515 textperiodcentered
35516 \series default
35517  is used.
35518  But this command is not available in a formula so that you would get LaTeX-erro
35519 rs.
35520  With the changed encoding the right command is chosen automatically, depending
35521  on if the character was inserted into a formula or not.
35522 \end_layout
35523
35524 \begin_layout Standard
35525 The encoding of several characters is saved in definition files.
35526  Fore example the encoding 
35527 \series bold
35528 latin9
35529 \series default
35530  is defined in the file 
35531 \series bold
35532 latin9.def
35533 \series default
35534  that is in the installation folder of LaTeX.
35535  Encodings should only be changed via the LaTeX-preamble and not in the
35536  definition files.
35537  Otherwise own documents could not be edited by other LyX users working
35538  on other computers.
35539 \end_layout
35540
35541 \begin_layout Standard
35542 \begin_inset VSpace medskip
35543 \end_inset
35544
35545 Besides the centered dot, in this document the degree sign ° is defined
35546  with the following LaTeX-preamble line so that it can directly be inserted
35547  to a formula:
35548 \end_layout
35549
35550 \begin_layout Standard
35551
35552 \series bold
35553
35554 \backslash
35555 DeclareInputtext{176}{
35556 \backslash
35557 ifmmode^
35558 \backslash
35559 circ
35560 \backslash
35561 else
35562 \backslash
35563 textdegree
35564 \backslash
35565 f\SpecialChar \textcompwordmark{}
35566 i}
35567 \end_layout
35568
35569 \begin_layout Standard
35570 \begin_inset Newpage newpage
35571 \end_inset
35572
35573
35574 \end_layout
35575
35576 \begin_layout Section
35577 \start_of_appendix
35578 Typographic Advice
35579 \begin_inset Index
35580 status collapsed
35581
35582 \begin_layout Plain Layout
35583 Typographic advice
35584 \end_layout
35585
35586 \end_inset
35587
35588
35589 \end_layout
35590
35591 \begin_layout Standard
35592 This section is a summary of the most important typographic rules, listed
35593  in ISO norms.
35594 \begin_inset Foot
35595 status collapsed
35596
35597 \begin_layout Plain Layout
35598 This collection was partly taken from the German semi-official dictionary
35599  called 
35600 \begin_inset Quotes eld
35601 \end_inset
35602
35603 Duden
35604 \begin_inset Quotes erd
35605 \end_inset
35606
35607  
35608 \begin_inset CommandInset citation
35609 LatexCommand cite
35610 key "Duden"
35611
35612 \end_inset
35613
35614  that lists some of the ISO rules.
35615 \end_layout
35616
35617 \end_inset
35618
35619
35620 \end_layout
35621
35622 \begin_layout Itemize
35623 Physical units are 
35624 \emph on
35625 always
35626 \emph default
35627  set upright
35628 \begin_inset Foot
35629 status collapsed
35630
35631 \begin_layout Plain Layout
35632 done with font styles, see 
35633 \begin_inset CommandInset ref
35634 LatexCommand ref
35635 reference "sub:Font-Styles"
35636
35637 \end_inset
35638
35639
35640 \end_layout
35641
35642 \end_inset
35643
35644 : 30
35645 \begin_inset space \thinspace{}
35646 \end_inset
35647
35648 km/h
35649 \begin_inset Newline newline
35650 \end_inset
35651
35652 Between the value and the unit is the smallest space, see 
35653 \begin_inset CommandInset ref
35654 LatexCommand ref
35655 reference "sub:Predefined-Space"
35656
35657 \end_inset
35658
35659 .
35660 \begin_inset Newline newline
35661 \end_inset
35662
35663 This convention is automatically fulfilled when the command 
35664 \series bold
35665
35666 \backslash
35667 unittwo
35668 \series default
35669  is used.
35670  When it is entered to a formula, two boxes appear.
35671  In the first one the value is inserted, in the second one the unit, and
35672  one gets as above: 
35673 \begin_inset Formula $\unit[30]{km/h}$
35674 \end_inset
35675
35676
35677 \begin_inset space \thinspace{}
35678 \end_inset
35679
35680 .
35681  Note that 
35682 \series bold
35683
35684 \backslash
35685 unittwo
35686 \series default
35687  is not a real LaTeX command but the command 
35688 \series bold
35689
35690 \backslash
35691 unit[value]{unit}
35692 \series default
35693 , therefore you cannot use it in TeX code.
35694 \end_layout
35695
35696 \begin_layout Itemize
35697 Percent and perthousand signs are set like physical units:
35698 \begin_inset Newline newline
35699 \end_inset
35700
35701 1,2
35702 \begin_inset space \thinspace{}
35703 \end_inset
35704
35705 ‰ alcohol in blood
35706 \end_layout
35707
35708 \begin_layout Itemize
35709 The degree sign follows directly on the value: 15°, but not when it is used
35710  in units: 15
35711 \begin_inset space \thinspace{}
35712 \end_inset
35713
35714 °C
35715 \end_layout
35716
35717 \begin_layout Itemize
35718 In numbers with more than four digits the smallest space is inserted before
35719  every third digit to group them: 
35720 \family roman
35721 \series medium
35722 \shape up
35723 \size normal
35724 \emph off
35725 \bar no
35726 \noun off
35727 \color none
35728 18
35729 \begin_inset space \thinspace{}
35730 \end_inset
35731
35732 473
35733 \begin_inset space \thinspace{}
35734 \end_inset
35735
35736 588
35737 \end_layout
35738
35739 \begin_layout Itemize
35740 For dimensions like 120×90×40
35741 \begin_inset space \thinspace{}
35742 \end_inset
35743
35744 cm the multiplication sign 
35745 \begin_inset Quotes eld
35746 \end_inset
35747
35748 ×
35749 \begin_inset Quotes erd
35750 \end_inset
35751
35752  is used.
35753  It is available via the menu 
35754 \family sans
35755 Insert\SpecialChar \menuseparator
35756 Special Character\SpecialChar \menuseparator
35757 Symbols
35758 \family default
35759 .
35760  With some keyboard definitions it can also be inserted directly.
35761 \end_layout
35762
35763 \begin_layout Itemize
35764 Functions with names consisting of several letters are set upright to avoid
35765  confusions, see 
35766 \begin_inset CommandInset ref
35767 LatexCommand ref
35768 reference "sub:Predefined-Functions"
35769
35770 \end_inset
35771
35772 .
35773 \end_layout
35774
35775 \begin_layout Itemize
35776 Indices consisting of several letters, are set upright: 
35777 \begin_inset Formula $E_{\mathrm{kin}}$
35778 \end_inset
35779
35780
35781 \begin_inset Newline newline
35782 \end_inset
35783
35784 Components of matrices are set italic: 
35785 \begin_inset Formula $\hat{H}_{kl}$
35786 \end_inset
35787
35788
35789 \end_layout
35790
35791 \begin_layout Itemize
35792 The differentiation/integration operator 'd', the Euler's number 'e', and
35793  the imaginary unit 'i' should be set upright, to avoid mixing them up with
35794  other variables.
35795 \end_layout
35796
35797 \begin_layout Standard
35798 \begin_inset Newpage newpage
35799 \end_inset
35800
35801
35802 \end_layout
35803
35804 \begin_layout Section
35805 Synonyms
35806 \begin_inset Index
35807 status collapsed
35808
35809 \begin_layout Plain Layout
35810 Synonyms
35811 \end_layout
35812
35813 \end_inset
35814
35815
35816 \end_layout
35817
35818 \begin_layout Standard
35819 Some characters and symbols can be created with several commands.
35820  Here is a list of the synonym commands:
35821 \end_layout
35822
35823 \begin_layout Standard
35824 \begin_inset VSpace bigskip
35825 \end_inset
35826
35827
35828 \begin_inset space \hfill{}
35829 \end_inset
35830
35831
35832 \begin_inset Tabular
35833 <lyxtabular version="3" rows="12" columns="2">
35834 <features>
35835 <column alignment="center" valignment="top" width="0pt">
35836 <column alignment="center" valignment="top" width="0pt">
35837 <row>
35838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35839 \begin_inset Text
35840
35841 \begin_layout Plain Layout
35842 Command
35843 \end_layout
35844
35845 \end_inset
35846 </cell>
35847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35848 \begin_inset Text
35849
35850 \begin_layout Plain Layout
35851 equivalent to
35852 \begin_inset Note Note
35853 status collapsed
35854
35855 \begin_layout Plain Layout
35856
35857 \series bold
35858
35859 \backslash
35860 raisebox
35861 \series default
35862  is only used as spacer.
35863 \end_layout
35864
35865 \end_inset
35866
35867
35868 \end_layout
35869
35870 \end_inset
35871 </cell>
35872 </row>
35873 <row>
35874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35875 \begin_inset Text
35876
35877 \begin_layout Plain Layout
35878
35879 \backslash
35880 ast
35881 \end_layout
35882
35883 \end_inset
35884 </cell>
35885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35886 \begin_inset Text
35887
35888 \begin_layout Plain Layout
35889 \begin_inset ERT
35890 status collapsed
35891
35892 \begin_layout Plain Layout
35893
35894
35895 \backslash
35896 raisebox{-1.2mm}{
35897 \end_layout
35898
35899 \end_inset
35900
35901 *
35902 \begin_inset ERT
35903 status collapsed
35904
35905 \begin_layout Plain Layout
35906
35907 }
35908 \end_layout
35909
35910 \end_inset
35911
35912
35913 \end_layout
35914
35915 \end_inset
35916 </cell>
35917 </row>
35918 <row>
35919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35920 \begin_inset Text
35921
35922 \begin_layout Plain Layout
35923
35924 \backslash
35925 choose
35926 \end_layout
35927
35928 \end_inset
35929 </cell>
35930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35931 \begin_inset Text
35932
35933 \begin_layout Plain Layout
35934
35935 \backslash
35936 binom
35937 \end_layout
35938
35939 \end_inset
35940 </cell>
35941 </row>
35942 <row>
35943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35944 \begin_inset Text
35945
35946 \begin_layout Plain Layout
35947
35948 \backslash
35949 geq
35950 \end_layout
35951
35952 \end_inset
35953 </cell>
35954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35955 \begin_inset Text
35956
35957 \begin_layout Plain Layout
35958
35959 \backslash
35960 ge
35961 \end_layout
35962
35963 \end_inset
35964 </cell>
35965 </row>
35966 <row>
35967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35968 \begin_inset Text
35969
35970 \begin_layout Plain Layout
35971
35972 \backslash
35973 lbrace
35974 \end_layout
35975
35976 \end_inset
35977 </cell>
35978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35979 \begin_inset Text
35980
35981 \begin_layout Plain Layout
35982 {
35983 \end_layout
35984
35985 \end_inset
35986 </cell>
35987 </row>
35988 <row>
35989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35990 \begin_inset Text
35991
35992 \begin_layout Plain Layout
35993
35994 \backslash
35995 lbracket
35996 \end_layout
35997
35998 \end_inset
35999 </cell>
36000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36001 \begin_inset Text
36002
36003 \begin_layout Plain Layout
36004 [
36005 \end_layout
36006
36007 \end_inset
36008 </cell>
36009 </row>
36010 <row>
36011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36012 \begin_inset Text
36013
36014 \begin_layout Plain Layout
36015
36016 \backslash
36017 leftarrow
36018 \end_layout
36019
36020 \end_inset
36021 </cell>
36022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36023 \begin_inset Text
36024
36025 \begin_layout Plain Layout
36026
36027 \backslash
36028 gets
36029 \end_layout
36030
36031 \end_inset
36032 </cell>
36033 </row>
36034 <row>
36035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36036 \begin_inset Text
36037
36038 \begin_layout Plain Layout
36039
36040 \backslash
36041 leq
36042 \end_layout
36043
36044 \end_inset
36045 </cell>
36046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36047 \begin_inset Text
36048
36049 \begin_layout Plain Layout
36050
36051 \backslash
36052 le
36053 \end_layout
36054
36055 \end_inset
36056 </cell>
36057 </row>
36058 <row>
36059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36060 \begin_inset Text
36061
36062 \begin_layout Plain Layout
36063
36064 \backslash
36065 lor
36066 \end_layout
36067
36068 \end_inset
36069 </cell>
36070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36071 \begin_inset Text
36072
36073 \begin_layout Plain Layout
36074
36075 \backslash
36076 vee
36077 \end_layout
36078
36079 \end_inset
36080 </cell>
36081 </row>
36082 <row>
36083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36084 \begin_inset Text
36085
36086 \begin_layout Plain Layout
36087
36088 \backslash
36089 neq
36090 \end_layout
36091
36092 \end_inset
36093 </cell>
36094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36095 \begin_inset Text
36096
36097 \begin_layout Plain Layout
36098
36099 \backslash
36100 not=
36101 \end_layout
36102
36103 \end_inset
36104 </cell>
36105 </row>
36106 <row>
36107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36108 \begin_inset Text
36109
36110 \begin_layout Plain Layout
36111
36112 \backslash
36113 slash
36114 \end_layout
36115
36116 \end_inset
36117 </cell>
36118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36119 \begin_inset Text
36120
36121 \begin_layout Plain Layout
36122 /
36123 \end_layout
36124
36125 \end_inset
36126 </cell>
36127 </row>
36128 <row>
36129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36130 \begin_inset Text
36131
36132 \begin_layout Plain Layout
36133
36134 \backslash
36135 vert
36136 \end_layout
36137
36138 \end_inset
36139 </cell>
36140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36141 \begin_inset Text
36142
36143 \begin_layout Plain Layout
36144 |
36145 \end_layout
36146
36147 \end_inset
36148 </cell>
36149 </row>
36150 </lyxtabular>
36151
36152 \end_inset
36153
36154
36155 \begin_inset space \hfill{}
36156 \end_inset
36157
36158
36159 \begin_inset Tabular
36160 <lyxtabular version="3" rows="12" columns="2">
36161 <features>
36162 <column alignment="center" valignment="top" width="0pt">
36163 <column alignment="center" valignment="top" width="0pt">
36164 <row>
36165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36166 \begin_inset Text
36167
36168 \begin_layout Plain Layout
36169 Command
36170 \end_layout
36171
36172 \end_inset
36173 </cell>
36174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36175 \begin_inset Text
36176
36177 \begin_layout Plain Layout
36178 equivalent to
36179 \end_layout
36180
36181 \end_inset
36182 </cell>
36183 </row>
36184 <row>
36185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36186 \begin_inset Text
36187
36188 \begin_layout Plain Layout
36189
36190 \backslash
36191 backslash
36192 \end_layout
36193
36194 \end_inset
36195 </cell>
36196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36197 \begin_inset Text
36198
36199 \begin_layout Plain Layout
36200
36201 \backslash
36202
36203 \backslash
36204
36205 \end_layout
36206
36207 \end_inset
36208 </cell>
36209 </row>
36210 <row>
36211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36212 \begin_inset Text
36213
36214 \begin_layout Plain Layout
36215
36216 \backslash
36217 dasharrow
36218 \end_layout
36219
36220 \end_inset
36221 </cell>
36222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36223 \begin_inset Text
36224
36225 \begin_layout Plain Layout
36226
36227 \backslash
36228 dashrightarrow
36229 \end_layout
36230
36231 \end_inset
36232 </cell>
36233 </row>
36234 <row>
36235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36236 \begin_inset Text
36237
36238 \begin_layout Plain Layout
36239
36240 \backslash
36241 land
36242 \end_layout
36243
36244 \end_inset
36245 </cell>
36246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36247 \begin_inset Text
36248
36249 \begin_layout Plain Layout
36250
36251 \backslash
36252 wedge
36253 \end_layout
36254
36255 \end_inset
36256 </cell>
36257 </row>
36258 <row>
36259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36260 \begin_inset Text
36261
36262 \begin_layout Plain Layout
36263
36264 \backslash
36265 rbrace
36266 \end_layout
36267
36268 \end_inset
36269 </cell>
36270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36271 \begin_inset Text
36272
36273 \begin_layout Plain Layout
36274 }
36275 \end_layout
36276
36277 \end_inset
36278 </cell>
36279 </row>
36280 <row>
36281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36282 \begin_inset Text
36283
36284 \begin_layout Plain Layout
36285
36286 \backslash
36287 rbracket
36288 \end_layout
36289
36290 \end_inset
36291 </cell>
36292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36293 \begin_inset Text
36294
36295 \begin_layout Plain Layout
36296 ]
36297 \end_layout
36298
36299 \end_inset
36300 </cell>
36301 </row>
36302 <row>
36303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36304 \begin_inset Text
36305
36306 \begin_layout Plain Layout
36307
36308 \backslash
36309 rightarrow
36310 \end_layout
36311
36312 \end_inset
36313 </cell>
36314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36315 \begin_inset Text
36316
36317 \begin_layout Plain Layout
36318
36319 \backslash
36320 to
36321 \end_layout
36322
36323 \end_inset
36324 </cell>
36325 </row>
36326 <row>
36327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36328 \begin_inset Text
36329
36330 \begin_layout Plain Layout
36331
36332 \backslash
36333 lnot
36334 \end_layout
36335
36336 \end_inset
36337 </cell>
36338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36339 \begin_inset Text
36340
36341 \begin_layout Plain Layout
36342
36343 \backslash
36344 neg
36345 \end_layout
36346
36347 \end_inset
36348 </cell>
36349 </row>
36350 <row>
36351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36352 \begin_inset Text
36353
36354 \begin_layout Plain Layout
36355
36356 \backslash
36357 ne
36358 \end_layout
36359
36360 \end_inset
36361 </cell>
36362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36363 \begin_inset Text
36364
36365 \begin_layout Plain Layout
36366
36367 \backslash
36368 not=
36369 \end_layout
36370
36371 \end_inset
36372 </cell>
36373 </row>
36374 <row>
36375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36376 \begin_inset Text
36377
36378 \begin_layout Plain Layout
36379
36380 \backslash
36381 owns
36382 \end_layout
36383
36384 \end_inset
36385 </cell>
36386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36387 \begin_inset Text
36388
36389 \begin_layout Plain Layout
36390
36391 \backslash
36392 ni
36393 \end_layout
36394
36395 \end_inset
36396 </cell>
36397 </row>
36398 <row>
36399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36400 \begin_inset Text
36401
36402 \begin_layout Plain Layout
36403
36404 \backslash
36405 square
36406 \end_layout
36407
36408 \end_inset
36409 </cell>
36410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36411 \begin_inset Text
36412
36413 \begin_layout Plain Layout
36414
36415 \backslash
36416 Box
36417 \end_layout
36418
36419 \end_inset
36420 </cell>
36421 </row>
36422 <row>
36423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36424 \begin_inset Text
36425
36426 \begin_layout Plain Layout
36427
36428 \backslash
36429 Vert
36430 \end_layout
36431
36432 \end_inset
36433 </cell>
36434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36435 \begin_inset Text
36436
36437 \begin_layout Plain Layout
36438
36439 \backslash
36440 |
36441 \end_layout
36442
36443 \end_inset
36444 </cell>
36445 </row>
36446 </lyxtabular>
36447
36448 \end_inset
36449
36450
36451 \begin_inset space \hfill{}
36452 \end_inset
36453
36454
36455 \end_layout
36456
36457 \begin_layout Standard
36458 \begin_inset Newpage newpage
36459 \end_inset
36460
36461
36462 \end_layout
36463
36464 \begin_layout Bibliography
36465 \begin_inset CommandInset bibitem
36466 LatexCommand bibitem
36467 key "TLC2"
36468
36469 \end_inset
36470
36471
36472 \shape smallcaps
36473 Mittelbach, F.
36474  ; Goossens, M.
36475 \shape default
36476
36477 \shape italic
36478 The LaTeX Companion
36479 \shape default
36480 .
36481  Addison Wesley, 2004
36482 \end_layout
36483
36484 \begin_layout Bibliography
36485 \begin_inset CommandInset bibitem
36486 LatexCommand bibitem
36487 key "Mathmode"
36488
36489 \end_inset
36490
36491
36492 \begin_inset CommandInset href
36493 LatexCommand href
36494 name "Description"
36495 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36496
36497 \end_inset
36498
36499  of LaTeX's math abilities
36500 \end_layout
36501
36502 \begin_layout Bibliography
36503 \begin_inset CommandInset bibitem
36504 LatexCommand bibitem
36505 key "Voss"
36506
36507 \end_inset
36508
36509 LaTeX tips and tricks-
36510 \begin_inset CommandInset href
36511 LatexCommand href
36512 name "page"
36513 target "http://tug.org/TeXnik/"
36514
36515 \end_inset
36516
36517
36518 \end_layout
36519
36520 \begin_layout Bibliography
36521 \begin_inset CommandInset bibitem
36522 LatexCommand bibitem
36523 key "AMS"
36524
36525 \end_inset
36526
36527
36528 \begin_inset CommandInset href
36529 LatexCommand href
36530 name "Description"
36531 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
36532
36533 \end_inset
36534
36535  of 
36536 \begin_inset ERT
36537 status collapsed
36538
36539 \begin_layout Plain Layout
36540
36541
36542 \backslash
36543 AmS
36544 \end_layout
36545
36546 \end_inset
36547
36548 -LaTeX
36549 \end_layout
36550
36551 \begin_layout Bibliography
36552 \begin_inset CommandInset bibitem
36553 LatexCommand bibitem
36554 key "Symbole"
36555
36556 \end_inset
36557
36558
36559 \begin_inset CommandInset href
36560 LatexCommand href
36561 name "List"
36562 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36563
36564 \end_inset
36565
36566  of all symbols available with LaTeX-packages
36567 \end_layout
36568
36569 \begin_layout Bibliography
36570 \begin_inset CommandInset bibitem
36571 LatexCommand bibitem
36572 key "hyperref"
36573
36574 \end_inset
36575
36576
36577 \begin_inset CommandInset href
36578 LatexCommand href
36579 name "Documentation"
36580 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36581
36582 \end_inset
36583
36584  of the LaTeX-package 
36585 \series bold
36586 hyperref
36587 \series default
36588
36589 \begin_inset Index
36590 status collapsed
36591
36592 \begin_layout Plain Layout
36593 Packages ! hyperref
36594 \end_layout
36595
36596 \end_inset
36597
36598
36599 \end_layout
36600
36601 \begin_layout Bibliography
36602 \begin_inset CommandInset bibitem
36603 LatexCommand bibitem
36604 key "Mathclap"
36605
36606 \end_inset
36607
36608
36609 \begin_inset CommandInset href
36610 LatexCommand href
36611 name "Description"
36612 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36613
36614 \end_inset
36615
36616  of the command 
36617 \series bold
36618
36619 \backslash
36620 mathclap
36621 \series default
36622 , described in 
36623 \begin_inset CommandInset ref
36624 LatexCommand ref
36625 reference "sub:Operator-Limits"
36626
36627 \end_inset
36628
36629
36630 \begin_inset Index
36631 status collapsed
36632
36633 \begin_layout Plain Layout
36634 Commands ! M ! 
36635 \backslash
36636 mathclap
36637 \end_layout
36638
36639 \end_inset
36640
36641
36642 \end_layout
36643
36644 \begin_layout Bibliography
36645 \begin_inset CommandInset bibitem
36646 LatexCommand bibitem
36647 key "Duden"
36648
36649 \end_inset
36650
36651
36652 \emph on
36653 Duden Band 1
36654 \emph default
36655 .
36656  22.
36657  Auflage, Duden 2001
36658 \end_layout
36659
36660 \begin_layout Subsubsection*
36661 \begin_inset CommandInset index_print
36662 LatexCommand printindex
36663
36664 \end_inset
36665
36666
36667 \end_layout
36668
36669 \end_body
36670 \end_document