]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
10dc1bcbc381cc18f66c1f8b981cdaa8f877c39e
[lyx.git] / lib / doc / Math.lyx
1 #LyX 1.6.0 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
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \fi % end if pdflatex is used
26
27 % Folgendes Problem lösen:
28 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
29 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
30 % die Kapitelnummer geschrieben.
31 % Als Lösung wird mehr Platz zwischen Nummer und
32 % Überschrift eingefügt.
33 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
34 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
35
36 % To be able to enter the character ° and · directly in LyX,
37 % see sec. 22.11
38 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
39 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
40
41 % increase link area for cross-references and autoname them,
42 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
43 \newlength{\abc}
44 \settowidth{\abc}{\space}
45 \addto\extrasenglish{
46  \renewcommand{\equationautorefname}{\hspace{-\abc}}
47  \renewcommand{\sectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
49  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
50
51 % don't load packages twice
52 % see first footnote in sec. 9.3
53 \@ifundefined{textcolor}{\usepackage{color}}{}
54
55 % the pages of the TOC are numbered roman
56 % and a PDF-bookmark for the TOC is added
57 \pagenumbering{roman}
58 \let\myTOC\tableofcontents
59 \renewcommand{\tableofcontents}{%
60  \vspace{1cm}
61  \pdfbookmark[1]{\contentsname}{}
62  \myTOC
63  \cleardoublepage
64  \pagenumbering{arabic}}
65
66 % insert additional vertical space of 1.5 mm between footnotes,
67 \let\myFoot\footnote
68 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
69
70 % provides caption formatting
71 \setkomafont{captionlabel}{\bfseries}
72
73 % used in Kap. 22.6
74 \usepackage[samesize]{cancel}
75
76 % enables calculation of values,
77 \usepackage{calc}
78
79 % for multiple table row and column cells
80 \usepackage{multirow}
81 \usepackage{multicol}
82
83 % needed in sec. 19.4
84 \usepackage{remreset}
85
86 % center multirows (e.g. in sec. 13.3)
87 \renewcommand{\multirowsetup}{\centering}
88
89 % define a color, used in sec.9.3
90 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
91
92 % declare operators (see sec. 10.4 and sec. 15.2)
93 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
94 \DeclareMathOperator{\sgn}{sgn}
95
96 \newcommand{\spce}{\textvisiblespace}
97
98 % example definitions for sec. 20.1 
99 \newcommand{\gr}{\Longrightarrow}
100 \newcommand{\us}[1]{\underline{#1}}
101 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
102 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
103 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
104
105 % example macro from sec. 19.4
106 %\def\tagform@#1{\maketag@@@{|#1|}}
107
108 % macro from sec. 10.2
109 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
110 \def\mathclap {\mathpalette \mathclapinternal}
111 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
112
113 % redefine the greyed out note
114 \renewenvironment{lyxgreyedout}
115  {\textcolor{blue}\bgroup}{\egroup}
116
117 % ------------------------------------
118 % used to check for needed LaTeX packages
119 \usepackage{ifthen}
120
121 % check for package eurosym
122 % used for the Euro symbol
123 \newboolean{eurosym}
124 \IfFileExists{eurosym.sty}
125  {\usepackage[gennarrow]{eurosym}
126   \setboolean{eurosym}{true}}
127  {\setboolean{eurosym}{false}}
128
129 % needed in sec. 22.4
130 % check for package braket
131 \newboolean{braket}
132 \IfFileExists{braket.sty}
133  {\usepackage{braket}
134   \setboolean{braket}{true}}
135  {\setboolean{braket}{false}}
136
137 % needed in sec. 22.10
138 % check for package upgreek
139 \newboolean{upgreek}
140 \IfFileExists{upgreek.sty}
141  {\usepackage{upgreek}
142   \setboolean{upgreek}{true}}
143  {\setboolean{upgreek}{false}}
144 \end_preamble
145 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
146 \use_default_options false
147 \language english
148 \inputencoding auto
149 \font_roman default
150 \font_sans default
151 \font_typewriter default
152 \font_default_family default
153 \font_sc false
154 \font_osf false
155 \font_sf_scale 100
156 \font_tt_scale 100
157 \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 blue 
10939 \begin_inset Quotes eld
10940 \end_inset
10941
10942
10943 \series bold
10944 \color blue
10945
10946 \begin_inset ERT
10947 status collapsed
10948
10949 \begin_layout Plain Layout
10950
10951
10952 \backslash
10953 spce 
10954 \end_layout
10955
10956 \end_inset
10957
10958
10959 \series default
10960 \color inherit
10961
10962 \begin_inset Quotes erd
10963 \end_inset
10964
10965  appears and by pressing 
10966 \family sans
10967 Space
10968 \family default
10969  several times one can select one of eight different space sizes.
10970  The spaces can also be inserted using the math toolbar button 
10971 \begin_inset Graphics
10972         filename ../images/math/space.png
10973         scale 85
10974
10975 \end_inset
10976
10977  or special commands.
10978  Independent from the inserted command, one can select the size again by
10979  pressing 
10980 \family sans
10981 Space
10982 \family default
10983  afterwards.
10984 \end_layout
10985
10986 \begin_layout Standard
10987 \noindent
10988 \align center
10989 \begin_inset VSpace -5mm
10990 \end_inset
10991
10992
10993 \begin_inset Tabular
10994 <lyxtabular version="3" rows="3" columns="7">
10995 <features>
10996 <column alignment="center" valignment="middle" width="6.8cm">
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 <column alignment="center" valignment="top" width="0">
11002 <column alignment="center" valignment="top" width="0">
11003 <row>
11004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Plain Layout
11008 Command
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Plain Layout
11017
11018 \backslash
11019 ,
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11025 \begin_inset Text
11026
11027 \begin_layout Plain Layout
11028
11029 \backslash
11030 :
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039
11040 \backslash
11041 ;
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050
11051 \backslash
11052 quad
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061
11062 \backslash
11063 qquad
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072
11073 \backslash
11074 !
11075 \end_layout
11076
11077 \end_inset
11078 </cell>
11079 </row>
11080 <row>
11081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Plain Layout
11085 Number of 
11086 \family sans
11087 Space
11088 \family default
11089  keystrokes after inserting the protected space
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098 0
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107 1
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116 2
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125 3
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11131 \begin_inset Text
11132
11133 \begin_layout Plain Layout
11134 4
11135 \end_layout
11136
11137 \end_inset
11138 </cell>
11139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11140 \begin_inset Text
11141
11142 \begin_layout Plain Layout
11143 5
11144 \end_layout
11145
11146 \end_inset
11147 </cell>
11148 </row>
11149 <row>
11150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11151 \begin_inset Text
11152
11153 \begin_layout Plain Layout
11154 Result
11155 \end_layout
11156
11157 \end_inset
11158 </cell>
11159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11160 \begin_inset Text
11161
11162 \begin_layout Plain Layout
11163 \begin_inset Formula $A\, B$
11164 \end_inset
11165
11166
11167 \end_layout
11168
11169 \end_inset
11170 </cell>
11171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11172 \begin_inset Text
11173
11174 \begin_layout Plain Layout
11175 \begin_inset Formula $A\: B$
11176 \end_inset
11177
11178
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11184 \begin_inset Text
11185
11186 \begin_layout Plain Layout
11187 \begin_inset Formula $A\; B$
11188 \end_inset
11189
11190
11191 \end_layout
11192
11193 \end_inset
11194 </cell>
11195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199 \begin_inset Formula $A\quad B$
11200 \end_inset
11201
11202
11203 \end_layout
11204
11205 \end_inset
11206 </cell>
11207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211 \begin_inset Formula $A\qquad B$
11212 \end_inset
11213
11214
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223 \begin_inset Formula $A\! B$
11224 \end_inset
11225
11226
11227 \end_layout
11228
11229 \end_inset
11230 </cell>
11231 </row>
11232 </lyxtabular>
11233
11234 \end_inset
11235
11236
11237 \end_layout
11238
11239 \begin_layout Standard
11240 The last size seem to produce no space.
11241  It is displayed red in LyX contrary to the other sizes, because it is a
11242  negative space.
11243  There are two more negative spaces:
11244 \end_layout
11245
11246 \begin_layout Standard
11247 \align center
11248 \begin_inset Tabular
11249 <lyxtabular version="3" rows="3" columns="3">
11250 <features>
11251 <column alignment="center" valignment="middle" width="6.8cm">
11252 <column alignment="center" valignment="top" width="0pt">
11253 <column alignment="center" valignment="top" width="0pt">
11254 <row>
11255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259 Command
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268
11269 \backslash
11270 negmedspace
11271 \end_layout
11272
11273 \end_inset
11274 </cell>
11275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279
11280 \backslash
11281 negthickspace
11282 \end_layout
11283
11284 \end_inset
11285 </cell>
11286 </row>
11287 <row>
11288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11289 \begin_inset Text
11290
11291 \begin_layout Plain Layout
11292 Number of 
11293 \family sans
11294 Space
11295 \family default
11296  keystrokes after inserting the protected space
11297 \end_layout
11298
11299 \end_inset
11300 </cell>
11301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11302 \begin_inset Text
11303
11304 \begin_layout Plain Layout
11305 6
11306 \end_layout
11307
11308 \end_inset
11309 </cell>
11310 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11311 \begin_inset Text
11312
11313 \begin_layout Plain Layout
11314 7
11315 \end_layout
11316
11317 \end_inset
11318 </cell>
11319 </row>
11320 <row>
11321 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11322 \begin_inset Text
11323
11324 \begin_layout Plain Layout
11325 Result
11326 \end_layout
11327
11328 \end_inset
11329 </cell>
11330 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11331 \begin_inset Text
11332
11333 \begin_layout Plain Layout
11334 \begin_inset Formula $A\negmedspace B$
11335 \end_inset
11336
11337
11338 \end_layout
11339
11340 \end_inset
11341 </cell>
11342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11343 \begin_inset Text
11344
11345 \begin_layout Plain Layout
11346 \begin_inset Formula $A\negthickspace B$
11347 \end_inset
11348
11349
11350 \end_layout
11351
11352 \end_inset
11353 </cell>
11354 </row>
11355 </lyxtabular>
11356
11357 \end_inset
11358
11359
11360 \end_layout
11361
11362 \begin_layout Standard
11363 Negative spaces can lead to characters overlapping each other.
11364  Thus they can be used to enforce ligatures, what is e.
11365 \begin_inset space \thinspace{}
11366 \end_inset
11367
11368 g.
11369 \begin_inset space \space{}
11370 \end_inset
11371
11372 useful for summation operators: 
11373 \end_layout
11374
11375 \begin_layout Standard
11376 \align center
11377 \begin_inset Tabular
11378 <lyxtabular version="3" rows="3" columns="2">
11379 <features>
11380 <column alignment="center" valignment="top" width="0">
11381 <column alignment="center" valignment="top" width="0">
11382 <row>
11383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11384 \begin_inset Text
11385
11386 \begin_layout Plain Layout
11387 Command
11388 \end_layout
11389
11390 \end_inset
11391 </cell>
11392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396 Result
11397 \begin_inset Note Note
11398 status collapsed
11399
11400 \begin_layout Plain Layout
11401
11402 \series bold
11403
11404 \backslash
11405 raisebox
11406 \series default
11407  is only used as spacer.
11408 \end_layout
11409
11410 \end_inset
11411
11412
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 </row>
11418 <row>
11419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11420 \begin_inset Text
11421
11422 \begin_layout Plain Layout
11423
11424 \backslash
11425 sum
11426 \backslash
11427 sum
11428 \begin_inset ERT
11429 status collapsed
11430
11431 \begin_layout Plain Layout
11432
11433
11434 \backslash
11435 spce 
11436 \end_layout
11437
11438 \end_inset
11439
11440 f_kl
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11450 \end_inset
11451
11452
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 </row>
11458 <row>
11459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463
11464 \backslash
11465 sum
11466 \backslash
11467 negmedspace
11468 \backslash
11469 sum
11470 \begin_inset ERT
11471 status collapsed
11472
11473 \begin_layout Plain Layout
11474
11475
11476 \backslash
11477 spce 
11478 \end_layout
11479
11480 \end_inset
11481
11482 f_kl
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11492 \end_inset
11493
11494
11495 \end_layout
11496
11497 \end_inset
11498 </cell>
11499 </row>
11500 </lyxtabular>
11501
11502 \end_inset
11503
11504
11505 \end_layout
11506
11507 \begin_layout Standard
11508 Relations like for example equal signs, are always surrounded by space.
11509  To suppress this, the equal sign is placed into a TeX-brace.
11510  The following example demonstrates this:
11511 \end_layout
11512
11513 \begin_layout Standard
11514 \align center
11515 \begin_inset Tabular
11516 <lyxtabular version="3" rows="2" columns="2">
11517 <features>
11518 <column alignment="center" valignment="top" width="0pt">
11519 <column alignment="center" valignment="top" width="0pt">
11520 <row>
11521 <cell alignment="center" valignment="top" usebox="none">
11522 \begin_inset Text
11523
11524 \begin_layout Plain Layout
11525 normal equation
11526 \end_layout
11527
11528 \end_inset
11529 </cell>
11530 <cell alignment="center" valignment="top" usebox="none">
11531 \begin_inset Text
11532
11533 \begin_layout Plain Layout
11534 \begin_inset Formula $A=B$
11535 \end_inset
11536
11537
11538 \end_layout
11539
11540 \end_inset
11541 </cell>
11542 </row>
11543 <row>
11544 <cell alignment="center" valignment="top" usebox="none">
11545 \begin_inset Text
11546
11547 \begin_layout Plain Layout
11548 \begin_inset Note Note
11549 status collapsed
11550
11551 \begin_layout Plain Layout
11552
11553 \series bold
11554
11555 \backslash
11556 raisebox
11557 \series default
11558  is only used as spacer.
11559 \end_layout
11560
11561 \end_inset
11562
11563
11564 \begin_inset Formula $\raisebox{5mm}{}$
11565 \end_inset
11566
11567 equation without space
11568 \end_layout
11569
11570 \end_inset
11571 </cell>
11572 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11573 \begin_inset Text
11574
11575 \begin_layout Plain Layout
11576 \begin_inset Formula $A{=}B$
11577 \end_inset
11578
11579
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 </row>
11585 </lyxtabular>
11586
11587 \end_inset
11588
11589
11590 \end_layout
11591
11592 \begin_layout Standard
11593 \noindent
11594 The command for the last formula is: 
11595 \series bold
11596 A
11597 \backslash
11598 {=
11599 \begin_inset Formula $\to$
11600 \end_inset
11601
11602 B
11603 \end_layout
11604
11605 \begin_layout Standard
11606 \begin_inset VSpace bigskip
11607 \end_inset
11608
11609 Spaces are needed for physical units, because the space between the value
11610  and the unit is the smallest one and not a normal space.
11611  For units in text, the smallest space is inserted via the menu 
11612 \family sans
11613 Insert\SpecialChar \menuseparator
11614 Formatting\SpecialChar \menuseparator
11615 Thin
11616 \begin_inset space ~
11617 \end_inset
11618
11619 Space
11620 \family default
11621  (shortcut 
11622 \begin_inset Info
11623 type  "shortcut"
11624 arg   "space-insert thin"
11625 \end_inset
11626
11627 ).
11628 \end_layout
11629
11630 \begin_layout Standard
11631 An example to visualize the difference:
11632 \end_layout
11633
11634 \begin_layout Standard
11635 \begin_inset Tabular
11636 <lyxtabular version="3" rows="2" columns="2">
11637 <features>
11638 <column alignment="left" valignment="top" width="0">
11639 <column alignment="left" valignment="top" width="0">
11640 <row>
11641 <cell alignment="center" valignment="top" usebox="none">
11642 \begin_inset Text
11643
11644 \begin_layout Plain Layout
11645 24 kW
11646 \begin_inset Formula $\cdot$
11647 \end_inset
11648
11649 h
11650 \end_layout
11651
11652 \end_inset
11653 </cell>
11654 <cell alignment="center" valignment="top" usebox="none">
11655 \begin_inset Text
11656
11657 \begin_layout Plain Layout
11658 space between value and unit
11659 \end_layout
11660
11661 \end_inset
11662 </cell>
11663 </row>
11664 <row>
11665 <cell alignment="center" valignment="top" usebox="none">
11666 \begin_inset Text
11667
11668 \begin_layout Plain Layout
11669 24
11670 \begin_inset space \thinspace{}
11671 \end_inset
11672
11673 kW
11674 \begin_inset Formula $\cdot$
11675 \end_inset
11676
11677 h
11678 \end_layout
11679
11680 \end_inset
11681 </cell>
11682 <cell alignment="center" valignment="top" usebox="none">
11683 \begin_inset Text
11684
11685 \begin_layout Plain Layout
11686 smallest space between value and unit
11687 \end_layout
11688
11689 \end_inset
11690 </cell>
11691 </row>
11692 </lyxtabular>
11693
11694 \end_inset
11695
11696
11697 \end_layout
11698
11699 \begin_layout Subsection
11700 Variable Space
11701 \begin_inset ERT
11702 status collapsed
11703
11704 \begin_layout Plain Layout
11705
11706
11707 \backslash
11708 texorpdfstring{
11709 \end_layout
11710
11711 \end_inset
11712
11713
11714 \begin_inset Foot
11715 status collapsed
11716
11717 \begin_layout Plain Layout
11718 for vertical space in formulas see 
11719 \begin_inset CommandInset ref
11720 LatexCommand ref
11721 reference "sub:Line-Separation"
11722
11723 \end_inset
11724
11725
11726 \end_layout
11727
11728 \end_inset
11729
11730
11731 \begin_inset ERT
11732 status collapsed
11733
11734 \begin_layout Plain Layout
11735
11736 }{}
11737 \end_layout
11738
11739 \end_inset
11740
11741
11742 \begin_inset Note Note
11743 status collapsed
11744
11745 \begin_layout Plain Layout
11746
11747 \backslash
11748 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11749 \end_layout
11750
11751 \begin_layout Plain Layout
11752 More about 
11753 \backslash
11754 texorpdfstring is in section 
11755 \begin_inset CommandInset ref
11756 LatexCommand ref
11757 reference "sub:Formulas-in-Section"
11758
11759 \end_inset
11760
11761 .
11762 \end_layout
11763
11764 \end_inset
11765
11766
11767 \begin_inset CommandInset label
11768 LatexCommand label
11769 name "sub:Variable-Space"
11770
11771 \end_inset
11772
11773
11774 \begin_inset Index
11775 status collapsed
11776
11777 \begin_layout Plain Layout
11778 Space ! horizontal ! variable
11779 \end_layout
11780
11781 \end_inset
11782
11783
11784 \end_layout
11785
11786 \begin_layout Standard
11787 Space with a defined length can be inserted in LyX with the command
11788 \begin_inset Newline newline
11789 \end_inset
11790
11791
11792 \series bold
11793
11794 \backslash
11795 hspace{length}
11796 \series default
11797
11798 \begin_inset Index
11799 status collapsed
11800
11801 \begin_layout Plain Layout
11802 Commands ! H ! 
11803 \backslash
11804 hspace
11805 \end_layout
11806
11807 \end_inset
11808
11809 .
11810  For the length all units listed in 
11811 \begin_inset CommandInset ref
11812 LatexCommand ref
11813 reference "tab:Available-units"
11814
11815 \end_inset
11816
11817  are allowed, except of the unit 
11818 \begin_inset Quotes eld
11819 \end_inset
11820
11821 mu
11822 \begin_inset Quotes erd
11823 \end_inset
11824
11825 .
11826  The length may also be negative.
11827  To insert so many space that the formula uses all available space, the
11828  command 
11829 \series bold
11830
11831 \backslash
11832 hfill
11833 \series default
11834
11835 \begin_inset Index
11836 status collapsed
11837
11838 \begin_layout Plain Layout
11839 Commands ! H ! 
11840 \backslash
11841 hfill
11842 \end_layout
11843
11844 \end_inset
11845
11846  is used.
11847 \end_layout
11848
11849 \begin_layout Standard
11850 \begin_inset VSpace -1mm
11851 \end_inset
11852
11853
11854 \end_layout
11855
11856 \begin_layout Standard
11857 \align center
11858 \begin_inset Tabular
11859 <lyxtabular version="3" rows="4" columns="2">
11860 <features>
11861 <column alignment="center" valignment="top" width="0">
11862 <column alignment="center" valignment="top" width="0">
11863 <row>
11864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11865 \begin_inset Text
11866
11867 \begin_layout Plain Layout
11868 Command
11869 \end_layout
11870
11871 \end_inset
11872 </cell>
11873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11874 \begin_inset Text
11875
11876 \begin_layout Plain Layout
11877 Result
11878 \end_layout
11879
11880 \end_inset
11881 </cell>
11882 </row>
11883 <row>
11884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11885 \begin_inset Text
11886
11887 \begin_layout Plain Layout
11888 A=B
11889 \backslash
11890 hspace{3cm
11891 \begin_inset Formula $\to$
11892 \end_inset
11893
11894 A
11895 \backslash
11896 not=C
11897 \end_layout
11898
11899 \end_inset
11900 </cell>
11901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11902 \begin_inset Text
11903
11904 \begin_layout Plain Layout
11905 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11906 \end_inset
11907
11908
11909 \end_layout
11910
11911 \end_inset
11912 </cell>
11913 </row>
11914 <row>
11915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11916 \begin_inset Text
11917
11918 \begin_layout Plain Layout
11919 A
11920 \backslash
11921 hspace{-1mm
11922 \begin_inset Formula $\to$
11923 \end_inset
11924
11925 A
11926 \backslash
11927 not=A
11928 \end_layout
11929
11930 \end_inset
11931 </cell>
11932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11933 \begin_inset Text
11934
11935 \begin_layout Plain Layout
11936 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11937 \end_inset
11938
11939
11940 \end_layout
11941
11942 \end_inset
11943 </cell>
11944 </row>
11945 <row>
11946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11947 \begin_inset Text
11948
11949 \begin_layout Plain Layout
11950 A=A
11951 \backslash
11952 hfill
11953 \begin_inset ERT
11954 status collapsed
11955
11956 \begin_layout Plain Layout
11957
11958
11959 \backslash
11960 spce 
11961 \end_layout
11962
11963 \end_inset
11964
11965 B=B
11966 \end_layout
11967
11968 \end_inset
11969 </cell>
11970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11971 \begin_inset Text
11972
11973 \begin_layout Plain Layout
11974 \begin_inset Formula $A=A\hfill B=B$
11975 \end_inset
11976
11977
11978 \end_layout
11979
11980 \end_inset
11981 </cell>
11982 </row>
11983 </lyxtabular>
11984
11985 \end_inset
11986
11987
11988 \end_layout
11989
11990 \begin_layout Standard
11991 In the last example the available space is given by the longest column entry
11992  of the table.
11993  In an inline formula the space depends on the length of the line in which
11994  
11995 \series bold
11996
11997 \backslash
11998 hfill
11999 \series default
12000  is inserted.
12001  Thus, when the line uses the full width, no space will be created.
12002  
12003 \series bold
12004
12005 \backslash
12006 hfill
12007 \series default
12008  only has an effect on displayed formulas when the formula style 
12009 \series bold
12010 Indented
12011 \series default
12012  is used.
12013  (Formula styles are explained in 
12014 \begin_inset CommandInset ref
12015 LatexCommand ref
12016 reference "sec:Formula-Styles"
12017
12018 \end_inset
12019
12020 .)
12021 \end_layout
12022
12023 \begin_layout Standard
12024 Besides 
12025 \series bold
12026
12027 \backslash
12028 hfill
12029 \series default
12030 , there are the commands 
12031 \series bold
12032
12033 \backslash
12034 dotfill
12035 \series default
12036  and 
12037 \series bold
12038
12039 \backslash
12040 hrulefill
12041 \series default
12042  that fill the space with a pattern, see 
12043 \begin_inset CommandInset ref
12044 LatexCommand ref
12045 reference "sub:Ellipses"
12046
12047 \end_inset
12048
12049  for an example.
12050 \end_layout
12051
12052 \begin_layout Standard
12053 For text, variable space can be inserted via the menu 
12054 \family sans
12055 Insert\SpecialChar \menuseparator
12056 Formatting\SpecialChar \menuseparator
12057 Horizontal
12058 \begin_inset space ~
12059 \end_inset
12060
12061 Space
12062 \family default
12063 , what is not possible in formulas:
12064 \end_layout
12065
12066 \begin_layout Standard
12067 This is a line with
12068 \begin_inset space \hspace{}
12069 \length 2cm
12070 \end_inset
12071
12072 2
12073 \begin_inset space \thinspace{}
12074 \end_inset
12075
12076 cm space.
12077 \end_layout
12078
12079 \begin_layout Standard
12080 This is a line with
12081 \begin_inset space \hfill{}
12082 \end_inset
12083
12084 maximum space.
12085 \end_layout
12086
12087 \begin_layout Subsection
12088 Space besides inline Formulas
12089 \begin_inset Index
12090 status collapsed
12091
12092 \begin_layout Plain Layout
12093 Space ! besides inline formulas
12094 \end_layout
12095
12096 \end_inset
12097
12098
12099 \end_layout
12100
12101 \begin_layout Standard
12102 The space that surrounds inline formulas can be adjusted with the length
12103  
12104 \series bold
12105
12106 \backslash
12107 mathsurround
12108 \begin_inset Index
12109 status collapsed
12110
12111 \begin_layout Plain Layout
12112 Commands ! M ! 
12113 \backslash
12114 mathsurround
12115 \end_layout
12116
12117 \end_inset
12118
12119
12120 \series default
12121 .
12122  The value of a length is set with the command 
12123 \series bold
12124
12125 \backslash
12126 setlength
12127 \begin_inset Index
12128 status collapsed
12129
12130 \begin_layout Plain Layout
12131 Commands ! S ! 
12132 \backslash
12133 setlength
12134 \end_layout
12135
12136 \end_inset
12137
12138
12139 \series default
12140  that has the following scheme:
12141 \end_layout
12142
12143 \begin_layout Standard
12144
12145 \series bold
12146
12147 \backslash
12148 setlength{length name}{value}
12149 \end_layout
12150
12151 \begin_layout Standard
12152 To set 
12153 \series bold
12154
12155 \backslash
12156 mathsurround
12157 \series default
12158  to the value 5
12159 \begin_inset space \thinspace{}
12160 \end_inset
12161
12162 mm, the command
12163 \end_layout
12164
12165 \begin_layout Standard
12166
12167 \series bold
12168
12169 \backslash
12170 setlength{
12171 \backslash
12172 mathsurround}{5mm}
12173 \end_layout
12174
12175 \begin_layout Standard
12176 is inserted in TeX-mode.
12177  5
12178 \begin_inset space \thinspace{}
12179 \end_inset
12180
12181 mm space will now be set around all inline formulas:
12182 \begin_inset ERT
12183 status collapsed
12184
12185 \begin_layout Plain Layout
12186
12187
12188 \backslash
12189 setlength{
12190 \backslash
12191 mathsurround}{5mm}
12192 \end_layout
12193
12194 \end_inset
12195
12196
12197 \end_layout
12198
12199 \begin_layout Standard
12200 This is a line with an inline formula 
12201 \begin_inset Formula $A=B$
12202 \end_inset
12203
12204  with 5
12205 \begin_inset space \thinspace{}
12206 \end_inset
12207
12208 mm surrounding space.
12209 \begin_inset ERT
12210 status collapsed
12211
12212 \begin_layout Plain Layout
12213
12214
12215 \backslash
12216 setlength{
12217 \backslash
12218 mathsurround}{0pt}
12219 \end_layout
12220
12221 \end_inset
12222
12223
12224 \end_layout
12225
12226 \begin_layout Standard
12227 To return to the predefined value, 
12228 \series bold
12229
12230 \backslash
12231 mathsurround
12232 \series default
12233  is set to the value 0
12234 \begin_inset space \thinspace{}
12235 \end_inset
12236
12237 pt.
12238 \end_layout
12239
12240 \begin_layout Section
12241 Boxes and Frames
12242 \begin_inset Index
12243 status collapsed
12244
12245 \begin_layout Plain Layout
12246 Boxes
12247 \end_layout
12248
12249 \end_inset
12250
12251
12252 \begin_inset Index
12253 status collapsed
12254
12255 \begin_layout Plain Layout
12256 Frames | see
12257 \begin_inset ERT
12258 status collapsed
12259
12260 \begin_layout Plain Layout
12261
12262 {
12263 \end_layout
12264
12265 \end_inset
12266
12267 Boxes
12268 \begin_inset ERT
12269 status collapsed
12270
12271 \begin_layout Plain Layout
12272
12273 }
12274 \end_layout
12275
12276 \end_inset
12277
12278
12279 \end_layout
12280
12281 \end_inset
12282
12283
12284 \end_layout
12285
12286 \begin_layout Standard
12287 Boxes for text are described in chapter 
12288 \family typewriter
12289 Boxes
12290 \family default
12291  in the 
12292 \family typewriter
12293 Embedded
12294 \begin_inset space ~
12295 \end_inset
12296
12297 Objects
12298 \family default
12299  manual.
12300 \end_layout
12301
12302 \begin_layout Subsection
12303 Boxes with Frame
12304 \begin_inset CommandInset label
12305 LatexCommand label
12306 name "sub:Boxes-with-Frame"
12307
12308 \end_inset
12309
12310
12311 \begin_inset Index
12312 status collapsed
12313
12314 \begin_layout Plain Layout
12315 Boxes ! with frame
12316 \end_layout
12317
12318 \end_inset
12319
12320
12321 \end_layout
12322
12323 \begin_layout Standard
12324 It is possible to frame formulas or parts of it with the commands 
12325 \series bold
12326
12327 \backslash
12328 fbox
12329 \series default
12330
12331 \begin_inset Index
12332 status collapsed
12333
12334 \begin_layout Plain Layout
12335 Commands ! F ! 
12336 \backslash
12337 fbox
12338 \end_layout
12339
12340 \end_inset
12341
12342  and 
12343 \series bold
12344
12345 \backslash
12346 boxed
12347 \series default
12348
12349 \begin_inset Index
12350 status collapsed
12351
12352 \begin_layout Plain Layout
12353 Commands ! B ! 
12354 \backslash
12355 boxed
12356 \end_layout
12357
12358 \end_inset
12359
12360 .
12361 \end_layout
12362
12363 \begin_layout Standard
12364 When one of these commands is inserted to a formula, a blue box appears
12365  within a frame to enter formula parts.
12366  For 
12367 \series bold
12368
12369 \backslash
12370 fbox
12371 \series default
12372  an additional formula has to be created by 
12373 \family sans
12374 Ctrl+M
12375 \family default
12376  within this box
12377 \begin_inset Foot
12378 status collapsed
12379
12380 \begin_layout Plain Layout
12381 Due to a bug in LyX it is not possible to create a new formula with 
12382 \family sans
12383 Ctrl+M
12384 \family default
12385 , see 
12386 \begin_inset CommandInset href
12387 LatexCommand href
12388 name "LyX-bug #1435"
12389 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12390
12391 \end_inset
12392
12393 .
12394 \end_layout
12395
12396 \end_inset
12397
12398 , because the box content will otherwise be treated as mathematical text.
12399  When 
12400 \series bold
12401
12402 \backslash
12403 boxed
12404 \series default
12405  is used, a new formula is automatically created inside the frame.
12406 \end_layout
12407
12408 \begin_layout Standard
12409 The command 
12410 \series bold
12411
12412 \backslash
12413 fbox
12414 \series default
12415  is not suitable to frame displayed formulas, because the formula will always
12416  be set in the size of the text.
12417  
12418 \series bold
12419
12420 \backslash
12421 boxed
12422 \series default
12423  is in contrary not suitable to frame inline formulas, because the formula
12424  will always be set in the size of a displayed formula.
12425 \end_layout
12426
12427 \begin_layout Standard
12428 As extension to 
12429 \series bold
12430
12431 \backslash
12432 fbox
12433 \series default
12434  there is the command 
12435 \series bold
12436
12437 \backslash
12438 framebox
12439 \series default
12440
12441 \begin_inset Index
12442 status collapsed
12443
12444 \begin_layout Plain Layout
12445 Commands ! F ! 
12446 \backslash
12447 framebox
12448 \end_layout
12449
12450 \end_inset
12451
12452  where additionally the frame width and the alignment can be specified.
12453  
12454 \series bold
12455
12456 \backslash
12457 framebox
12458 \series default
12459  is used in the following scheme:
12460 \end_layout
12461
12462 \begin_layout Standard
12463
12464 \series bold
12465
12466 \backslash
12467 framebox[frame width][position]{box content}
12468 \end_layout
12469
12470 \begin_layout Standard
12471 The position can either be 
12472 \emph on
12473 l
12474 \emph default
12475  or 
12476 \emph on
12477 r
12478 \emph default
12479 .
12480  
12481 \emph on
12482 l
12483 \emph default
12484  left aligns, 
12485 \emph on
12486 r
12487 \emph default
12488  right aligns the formula in the box.
12489  When no position is given, the formula will be centered.
12490 \begin_inset Newline newline
12491 \end_inset
12492
12493 Is no width given, also no position can be given.
12494  In this case the frame width is adjusted to the box content like for 
12495 \series bold
12496
12497 \backslash
12498 fbox
12499 \series default
12500 .
12501 \end_layout
12502
12503 \begin_layout Standard
12504 When the command 
12505 \series bold
12506
12507 \backslash
12508 framebox
12509 \series default
12510  is inserted, a box appears containing three blue boxes.
12511  The first two boxes are surrounded by brackets and denote the two optional
12512  arguments.
12513  The third box is for formula parts like for 
12514 \series bold
12515
12516 \backslash
12517 fbox
12518 \series default
12519 .
12520 \end_layout
12521
12522 \begin_layout Standard
12523 \align center
12524 \begin_inset Note Note
12525 status open
12526
12527 \begin_layout Plain Layout
12528 The table has been set into a minipage to make the footnote appearing.
12529  Otherwise the footnote text would not be displayed.
12530 \end_layout
12531
12532 \end_inset
12533
12534
12535 \begin_inset Box Frameless
12536 position "c"
12537 hor_pos "c"
12538 has_inner_box 1
12539 inner_pos "c"
12540 use_parbox 0
12541 width "100col%"
12542 special "none"
12543 height "1in"
12544 height_special "totalheight"
12545 status open
12546
12547 \begin_layout Plain Layout
12548 \align center
12549 \begin_inset Tabular
12550 <lyxtabular version="3" rows="5" columns="2">
12551 <features>
12552 <column alignment="center" valignment="top" width="0">
12553 <column alignment="center" valignment="top" width="0">
12554 <row>
12555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12556 \begin_inset Text
12557
12558 \begin_layout Plain Layout
12559 Command
12560 \begin_inset Foot
12561 status collapsed
12562
12563 \begin_layout Plain Layout
12564 Due to a bug in LyX it is not possible to create a new formula with 
12565 \family sans
12566 Ctrl+m
12567 \family default
12568 , see 
12569 \begin_inset CommandInset href
12570 LatexCommand href
12571 name "LyX-bug #1435"
12572 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12573
12574 \end_inset
12575
12576 .
12577 \end_layout
12578
12579 \end_inset
12580
12581
12582 \end_layout
12583
12584 \end_inset
12585 </cell>
12586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12587 \begin_inset Text
12588
12589 \begin_layout Plain Layout
12590 Result
12591 \begin_inset Note Note
12592 status collapsed
12593
12594 \begin_layout Plain Layout
12595
12596 \series bold
12597
12598 \backslash
12599 raisebox
12600 \series default
12601  is only used as spacer.
12602 \end_layout
12603
12604 \end_inset
12605
12606
12607 \end_layout
12608
12609 \end_inset
12610 </cell>
12611 </row>
12612 <row>
12613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Plain Layout
12617
12618 \backslash
12619 fbox
12620 \begin_inset ERT
12621 status collapsed
12622
12623 \begin_layout Plain Layout
12624
12625
12626 \backslash
12627 spce 
12628 \end_layout
12629
12630 \end_inset
12631
12632
12633 \family sans
12634 Ctrl+M
12635 \family default
12636  
12637 \backslash
12638 int
12639 \begin_inset ERT
12640 status collapsed
12641
12642 \begin_layout Plain Layout
12643
12644
12645 \backslash
12646 spce 
12647 \end_layout
12648
12649 \end_inset
12650
12651 A=B
12652 \end_layout
12653
12654 \end_inset
12655 </cell>
12656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12657 \begin_inset Text
12658
12659 \begin_layout Plain Layout
12660 \begin_inset Formula $\raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}$
12661 \end_inset
12662
12663
12664 \end_layout
12665
12666 \end_inset
12667 </cell>
12668 </row>
12669 <row>
12670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12671 \begin_inset Text
12672
12673 \begin_layout Plain Layout
12674
12675 \backslash
12676 boxed
12677 \begin_inset ERT
12678 status collapsed
12679
12680 \begin_layout Plain Layout
12681
12682
12683 \backslash
12684 spce 
12685 \end_layout
12686
12687 \end_inset
12688
12689
12690 \backslash
12691 int
12692 \begin_inset ERT
12693 status collapsed
12694
12695 \begin_layout Plain Layout
12696
12697
12698 \backslash
12699 spce 
12700 \end_layout
12701
12702 \end_inset
12703
12704 A=B
12705 \end_layout
12706
12707 \end_inset
12708 </cell>
12709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12710 \begin_inset Text
12711
12712 \begin_layout Plain Layout
12713 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12714 \end_inset
12715
12716
12717 \end_layout
12718
12719 \end_inset
12720 </cell>
12721 </row>
12722 <row>
12723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12724 \begin_inset Text
12725
12726 \begin_layout Plain Layout
12727 A+
12728 \backslash
12729 fbox
12730 \begin_inset ERT
12731 status collapsed
12732
12733 \begin_layout Plain Layout
12734
12735
12736 \backslash
12737 spce 
12738 \end_layout
12739
12740 \end_inset
12741
12742 B
12743 \end_layout
12744
12745 \end_inset
12746 </cell>
12747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12748 \begin_inset Text
12749
12750 \begin_layout Plain Layout
12751 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12752 \end_inset
12753
12754
12755 \end_layout
12756
12757 \end_inset
12758 </cell>
12759 </row>
12760 <row>
12761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12762 \begin_inset Text
12763
12764 \begin_layout Plain Layout
12765
12766 \backslash
12767 framebox
12768 \begin_inset ERT
12769 status collapsed
12770
12771 \begin_layout Plain Layout
12772
12773
12774 \backslash
12775 spce 
12776 \end_layout
12777
12778 \end_inset
12779
12780 20mm
12781 \begin_inset Formula $\to$
12782 \end_inset
12783
12784
12785 \begin_inset Formula $\to$
12786 \end_inset
12787
12788
12789 \family sans
12790 Ctrl+M
12791 \family default
12792  
12793 \backslash
12794 frac
12795 \begin_inset ERT
12796 status collapsed
12797
12798 \begin_layout Plain Layout
12799
12800
12801 \backslash
12802 spce 
12803 \end_layout
12804
12805 \end_inset
12806
12807 A
12808 \begin_inset Formula $\downarrow$
12809 \end_inset
12810
12811 B
12812 \end_layout
12813
12814 \end_inset
12815 </cell>
12816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12817 \begin_inset Text
12818
12819 \begin_layout Plain Layout
12820 \begin_inset Formula $\raisebox{6mm}{}$
12821 \end_inset
12822
12823
12824 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12825 \end_inset
12826
12827
12828 \begin_inset Formula $\raisebox{-4mm}{}$
12829 \end_inset
12830
12831
12832 \end_layout
12833
12834 \end_inset
12835 </cell>
12836 </row>
12837 </lyxtabular>
12838
12839 \end_inset
12840
12841
12842 \end_layout
12843
12844 \end_inset
12845
12846
12847 \end_layout
12848
12849 \begin_layout Standard
12850 The frame thickness can also be adjusted.
12851  To do this the following commands have to be inserted in TeX-mode before
12852  the formula
12853 \end_layout
12854
12855 \begin_layout Standard
12856
12857 \series bold
12858
12859 \backslash
12860 fboxrule
12861 \series default
12862  
12863 \series bold
12864
12865 \begin_inset Quotes eld
12866 \end_inset
12867
12868 thickness
12869 \begin_inset Quotes erd
12870 \end_inset
12871
12872
12873 \series default
12874  
12875 \series bold
12876
12877 \backslash
12878 fboxsep
12879 \series default
12880  
12881 \series bold
12882
12883 \begin_inset Quotes eld
12884 \end_inset
12885
12886 distance
12887 \begin_inset Quotes erd
12888 \end_inset
12889
12890
12891 \end_layout
12892
12893 \begin_layout Standard
12894 \begin_inset Quotes eld
12895 \end_inset
12896
12897 distance
12898 \begin_inset Quotes erd
12899 \end_inset
12900
12901  specifies the minimal distance between the frame and the first character
12902  in the box.
12903  An example for this is the following framed formula:
12904 \begin_inset ERT
12905 status collapsed
12906
12907 \begin_layout Plain Layout
12908
12909
12910 \backslash
12911 fboxrule 2mm 
12912 \backslash
12913 fboxsep 3mm
12914 \end_layout
12915
12916 \end_inset
12917
12918
12919 \begin_inset Formula \[
12920 \boxed{A+B=C}\]
12921
12922 \end_inset
12923
12924 Before this formula the commands
12925 \end_layout
12926
12927 \begin_layout Standard
12928
12929 \series bold
12930
12931 \backslash
12932 fboxrule
12933 \series default
12934  
12935 \series bold
12936 2mm
12937 \series default
12938  
12939 \series bold
12940
12941 \backslash
12942 fboxsep
12943 \series default
12944  
12945 \series bold
12946 3mm
12947 \end_layout
12948
12949 \begin_layout Standard
12950 were inserted in TeX-mode.
12951  The given values are used for all following boxes.
12952 \end_layout
12953
12954 \begin_layout Standard
12955 To return to the standard frame size, the command
12956 \end_layout
12957
12958 \begin_layout Standard
12959
12960 \series bold
12961
12962 \backslash
12963 fboxrule
12964 \series default
12965  
12966 \series bold
12967 0.4pt
12968 \series default
12969  
12970 \series bold
12971
12972 \backslash
12973 fboxsep
12974 \series default
12975  
12976 \series bold
12977 3pt
12978 \series default
12979
12980 \begin_inset ERT
12981 status collapsed
12982
12983 \begin_layout Plain Layout
12984
12985
12986 \backslash
12987 fboxrule 0.4pt 
12988 \backslash
12989 fboxsep 3pt
12990 \end_layout
12991
12992 \end_inset
12993
12994
12995 \end_layout
12996
12997 \begin_layout Standard
12998 is inserted in TeX-mode before the next formula.
12999 \end_layout
13000
13001 \begin_layout Subsection
13002 Boxes without Frame
13003 \begin_inset CommandInset label
13004 LatexCommand label
13005 name "sub:Boxes-without-Frame"
13006
13007 \end_inset
13008
13009
13010 \begin_inset Index
13011 status collapsed
13012
13013 \begin_layout Plain Layout
13014 Boxes ! without frame
13015 \end_layout
13016
13017 \end_inset
13018
13019
13020 \end_layout
13021
13022 \begin_layout Standard
13023 For boxes without a frame there are the following box commands: 
13024 \series bold
13025
13026 \backslash
13027 mbox
13028 \series default
13029
13030 \begin_inset Index
13031 status collapsed
13032
13033 \begin_layout Plain Layout
13034 Commands ! M ! 
13035 \backslash
13036 mbox
13037 \end_layout
13038
13039 \end_inset
13040
13041
13042 \series bold
13043
13044 \backslash
13045 makebox
13046 \series default
13047
13048 \begin_inset Index
13049 status collapsed
13050
13051 \begin_layout Plain Layout
13052 Commands ! M ! 
13053 \backslash
13054 makebox
13055 \end_layout
13056
13057 \end_inset
13058
13059 , and 
13060 \series bold
13061
13062 \backslash
13063 raisebox
13064 \series default
13065
13066 \begin_inset Index
13067 status collapsed
13068
13069 \begin_layout Plain Layout
13070 Commands ! R ! 
13071 \backslash
13072 raisebox
13073 \end_layout
13074
13075 \end_inset
13076
13077
13078 \end_layout
13079
13080 \begin_layout Standard
13081 With 
13082 \series bold
13083
13084 \backslash
13085 raisebox
13086 \series default
13087  a box can be super- or subscripted.
13088  But in contrary to normal super- and subscripting, the characters in the
13089  box keep their font size.
13090  
13091 \series bold
13092
13093 \backslash
13094 raisebox
13095 \series default
13096  is used in the following scheme:
13097 \end_layout
13098
13099 \begin_layout Standard
13100
13101 \series bold
13102
13103 \backslash
13104 raisebox{height}{box content}
13105 \end_layout
13106
13107 \begin_layout Standard
13108 When the box should contain a formula, an extra formula is needed like for
13109  
13110 \series bold
13111
13112 \backslash
13113 fbox
13114 \series default
13115 .
13116 \end_layout
13117
13118 \begin_layout Standard
13119 \align center
13120 \begin_inset Tabular
13121 <lyxtabular version="3" rows="4" columns="2">
13122 <features>
13123 <column alignment="center" valignment="top" width="0">
13124 <column alignment="center" valignment="top" width="0">
13125 <row>
13126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13127 \begin_inset Text
13128
13129 \begin_layout Plain Layout
13130 Command
13131 \end_layout
13132
13133 \end_inset
13134 </cell>
13135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13136 \begin_inset Text
13137
13138 \begin_layout Plain Layout
13139 Result
13140 \end_layout
13141
13142 \end_inset
13143 </cell>
13144 </row>
13145 <row>
13146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13147 \begin_inset Text
13148
13149 \begin_layout Plain Layout
13150 H
13151 \backslash
13152 raisebox{2mm
13153 \begin_inset Formula $\to$
13154 \end_inset
13155
13156
13157 \backslash
13158 {al
13159 \begin_inset Formula $\to$
13160 \end_inset
13161
13162  lo
13163 \end_layout
13164
13165 \end_inset
13166 </cell>
13167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13168 \begin_inset Text
13169
13170 \begin_layout Plain Layout
13171 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13172 \end_inset
13173
13174
13175 \end_layout
13176
13177 \end_inset
13178 </cell>
13179 </row>
13180 <row>
13181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13182 \begin_inset Text
13183
13184 \begin_layout Plain Layout
13185 H
13186 \backslash
13187 raisebox{-2mm
13188 \begin_inset Formula $\to$
13189 \end_inset
13190
13191
13192 \backslash
13193 {al
13194 \begin_inset Formula $\to$
13195 \end_inset
13196
13197 lo
13198 \end_layout
13199
13200 \end_inset
13201 </cell>
13202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13203 \begin_inset Text
13204
13205 \begin_layout Plain Layout
13206 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13207 \end_inset
13208
13209
13210 \end_layout
13211
13212 \end_inset
13213 </cell>
13214 </row>
13215 <row>
13216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13217 \begin_inset Text
13218
13219 \begin_layout Plain Layout
13220 A=
13221 \backslash
13222 raisebox{-2mm
13223 \begin_inset Formula $\to$
13224 \end_inset
13225
13226
13227 \backslash
13228 {
13229 \family sans
13230 Ctrl+M
13231 \family default
13232  
13233 \backslash
13234 sqrt
13235 \begin_inset ERT
13236 status collapsed
13237
13238 \begin_layout Plain Layout
13239
13240
13241 \backslash
13242 spce 
13243 \end_layout
13244
13245 \end_inset
13246
13247
13248 \end_layout
13249
13250 \end_inset
13251 </cell>
13252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13253 \begin_inset Text
13254
13255 \begin_layout Plain Layout
13256 \begin_inset ERT
13257 status collapsed
13258
13259 \begin_layout Plain Layout
13260
13261 $A=
13262 \backslash
13263 raisebox{-2mm}{$
13264 \backslash
13265 sqrt{B}$}$
13266 \end_layout
13267
13268 \end_inset
13269
13270
13271 \end_layout
13272
13273 \end_inset
13274 </cell>
13275 </row>
13276 </lyxtabular>
13277
13278 \end_inset
13279
13280
13281 \end_layout
13282
13283 \begin_layout Standard
13284 The last formula can currently only be created using TeX-mode because LyX
13285  inserts a box instead of the needed extra formula.
13286 \begin_inset Foot
13287 status collapsed
13288
13289 \begin_layout Plain Layout
13290 see 
13291 \begin_inset CommandInset href
13292 LatexCommand href
13293 name "LyX-bug #1435"
13294 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13295
13296 \end_inset
13297
13298
13299 \end_layout
13300
13301 \end_inset
13302
13303
13304 \end_layout
13305
13306 \begin_layout Standard
13307 The command 
13308 \series bold
13309
13310 \backslash
13311 mbox
13312 \series default
13313  is equivalent to 
13314 \series bold
13315
13316 \backslash
13317 fbox
13318 \series default
13319  and 
13320 \series bold
13321
13322 \backslash
13323 makebox
13324 \series default
13325  is equivalent to 
13326 \series bold
13327
13328 \backslash
13329 framebox
13330 \series default
13331 , with the difference that there is no frame.
13332 \end_layout
13333
13334 \begin_layout Subsection
13335 Colored Boxes
13336 \begin_inset CommandInset label
13337 LatexCommand label
13338 name "sub:Colored-Boxes"
13339
13340 \end_inset
13341
13342
13343 \begin_inset Index
13344 status collapsed
13345
13346 \begin_layout Plain Layout
13347 Boxes ! colored
13348 \end_layout
13349
13350 \end_inset
13351
13352
13353 \end_layout
13354
13355 \begin_layout Standard
13356 To be able to use all commands explained in this section, the LaTeX-package
13357  
13358 \series bold
13359 color
13360 \series default
13361
13362 \begin_inset Foot
13363 status collapsed
13364
13365 \begin_layout Plain Layout
13366 The LaTeX-package 
13367 \series bold
13368 color
13369 \series default
13370  is part of every LaTeX standard installation.
13371 \end_layout
13372
13373 \end_inset
13374
13375
13376 \begin_inset Index
13377 status collapsed
13378
13379 \begin_layout Plain Layout
13380 Packages ! color
13381 \end_layout
13382
13383 \end_inset
13384
13385  has to be loaded in the LaTeX-preamble with the line
13386 \begin_inset Foot
13387 status collapsed
13388
13389 \begin_layout Plain Layout
13390 When text is colored somewhere in the document with a predefined color,
13391  LyX loads the LaTeX-package 
13392 \series bold
13393 color
13394 \series default
13395  automatically.
13396  Thus it is possible that the package is loaded twice, but this doesn't
13397  arise problems.
13398 \end_layout
13399
13400 \end_inset
13401
13402
13403 \begin_inset Note Note
13404 status collapsed
13405
13406 \begin_layout Plain Layout
13407 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13408 amble.
13409 \end_layout
13410
13411 \end_inset
13412
13413
13414 \end_layout
13415
13416 \begin_layout Standard
13417
13418 \series bold
13419
13420 \backslash
13421 usepackage{color}
13422 \end_layout
13423
13424 \begin_layout Standard
13425 \begin_inset VSpace medskip
13426 \end_inset
13427
13428 To color boxes, the command 
13429 \series bold
13430
13431 \backslash
13432 colorbox
13433 \series default
13434
13435 \begin_inset Index
13436 status collapsed
13437
13438 \begin_layout Plain Layout
13439 Commands ! C ! 
13440 \backslash
13441 colorbox
13442 \end_layout
13443
13444 \end_inset
13445
13446  is used in the following scheme:
13447 \end_layout
13448
13449 \begin_layout Standard
13450
13451 \series bold
13452
13453 \backslash
13454 colorbox{color}{box content}
13455 \end_layout
13456
13457 \begin_layout Standard
13458 The box content can also be a box and a 
13459 \series bold
13460
13461 \backslash
13462 colorbox
13463 \series default
13464  can also be part of another box (see the 2nd and 3rd example).
13465  When the box should contain a formula, an extra formula has to be created,
13466  the same as for 
13467 \series bold
13468
13469 \backslash
13470 fbox
13471 \series default
13472 .
13473 \begin_inset Foot
13474 status collapsed
13475
13476 \begin_layout Plain Layout
13477 This also applies for the command 
13478 \series bold
13479
13480 \backslash
13481 fcolorbox
13482 \series default
13483 .
13484  Thereby note 
13485 \begin_inset CommandInset href
13486 LatexCommand href
13487 name "LyX-bug #1435"
13488 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13489
13490 \end_inset
13491
13492 .
13493 \end_layout
13494
13495 \end_inset
13496
13497
13498 \end_layout
13499
13500 \begin_layout Standard
13501 One of the following predefined colors can be chosen:
13502 \end_layout
13503
13504 \begin_layout Standard
13505
13506 \series bold
13507 black
13508 \series default
13509
13510 \series bold
13511 blue
13512 \series default
13513
13514 \series bold
13515 cyan
13516 \series default
13517
13518 \series bold
13519 green
13520 \series default
13521
13522 \series bold
13523 magenta
13524 \series default
13525
13526 \series bold
13527 red
13528 \series default
13529
13530 \series bold
13531 white
13532 \series default
13533 , and 
13534 \series bold
13535 yellow
13536 \end_layout
13537
13538 \begin_layout Standard
13539 \align center
13540 \begin_inset Tabular
13541 <lyxtabular version="3" rows="4" columns="2">
13542 <features>
13543 <column alignment="center" valignment="top" width="0">
13544 <column alignment="center" valignment="top" width="0">
13545 <row>
13546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13547 \begin_inset Text
13548
13549 \begin_layout Plain Layout
13550 Command
13551 \end_layout
13552
13553 \end_inset
13554 </cell>
13555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13556 \begin_inset Text
13557
13558 \begin_layout Plain Layout
13559 Result
13560 \begin_inset Note Note
13561 status collapsed
13562
13563 \begin_layout Plain Layout
13564
13565 \series bold
13566
13567 \backslash
13568 raisebox
13569 \series default
13570  is only used as spacer.
13571 \end_layout
13572
13573 \end_inset
13574
13575
13576 \end_layout
13577
13578 \end_inset
13579 </cell>
13580 </row>
13581 <row>
13582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13583 \begin_inset Text
13584
13585 \begin_layout Plain Layout
13586
13587 \backslash
13588 colorbox{yellow
13589 \begin_inset Formula $\to$
13590 \end_inset
13591
13592
13593 \backslash
13594 {A=B
13595 \end_layout
13596
13597 \end_inset
13598 </cell>
13599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13600 \begin_inset Text
13601
13602 \begin_layout Plain Layout
13603 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13604 \end_inset
13605
13606
13607 \end_layout
13608
13609 \end_inset
13610 </cell>
13611 </row>
13612 <row>
13613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13614 \begin_inset Text
13615
13616 \begin_layout Plain Layout
13617
13618 \backslash
13619 colorbox{green
13620 \begin_inset Formula $\to$
13621 \end_inset
13622
13623
13624 \backslash
13625 {
13626 \backslash
13627 fbox
13628 \begin_inset ERT
13629 status collapsed
13630
13631 \begin_layout Plain Layout
13632
13633
13634 \backslash
13635 spce 
13636 \end_layout
13637
13638 \end_inset
13639
13640 A=B
13641 \end_layout
13642
13643 \end_inset
13644 </cell>
13645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13646 \begin_inset Text
13647
13648 \begin_layout Plain Layout
13649 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13650 \end_inset
13651
13652
13653 \end_layout
13654
13655 \end_inset
13656 </cell>
13657 </row>
13658 <row>
13659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13660 \begin_inset Text
13661
13662 \begin_layout Plain Layout
13663
13664 \backslash
13665 fbox
13666 \begin_inset ERT
13667 status collapsed
13668
13669 \begin_layout Plain Layout
13670
13671
13672 \backslash
13673 spce 
13674 \end_layout
13675
13676 \end_inset
13677
13678
13679 \backslash
13680 colorbox{green
13681 \begin_inset Formula $\to$
13682 \end_inset
13683
13684
13685 \backslash
13686 {A=B
13687 \end_layout
13688
13689 \end_inset
13690 </cell>
13691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13692 \begin_inset Text
13693
13694 \begin_layout Plain Layout
13695 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13696 \end_inset
13697
13698
13699 \end_layout
13700
13701 \end_inset
13702 </cell>
13703 </row>
13704 </lyxtabular>
13705
13706 \end_inset
13707
13708
13709 \end_layout
13710
13711 \begin_layout Standard
13712
13713 \series bold
13714
13715 \backslash
13716 colorbox
13717 \series default
13718  only colors the box but not the characters in the box.
13719  To color all characters, the whole formula is highlighted and the wanted
13720  color is chosen in the 
13721 \family sans
13722 Text
13723 \begin_inset space ~
13724 \end_inset
13725
13726 Style
13727 \family default
13728  dialog.
13729  The dialog can be called with the toolbar button 
13730 \begin_inset Graphics
13731         filename ../images/dialog-show_character.png
13732         scale 85
13733
13734 \end_inset
13735
13736  or the menu 
13737 \family sans
13738 Edit\SpecialChar \menuseparator
13739 Text
13740 \begin_inset space ~
13741 \end_inset
13742
13743 Style\SpecialChar \menuseparator
13744 Customized
13745 \family default
13746 .
13747  The formula number has then the same color as the formula.
13748  When the formula number should get another color than the formula characters,
13749  the color must be changed within the formula.
13750 \end_layout
13751
13752 \begin_layout Standard
13753 An example:
13754 \end_layout
13755
13756 \begin_layout Standard
13757
13758 \color red
13759 \begin_inset Formula \begin{equation}
13760 \int A=B\label{eq:red}\end{equation}
13761
13762 \end_inset
13763
13764
13765 \color green
13766
13767 \begin_inset Formula \begin{equation}
13768 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13769
13770 \end_inset
13771
13772
13773 \end_layout
13774
13775 \begin_layout Standard
13776 Formula 
13777 \begin_inset CommandInset ref
13778 LatexCommand eqref
13779 reference "eq:red"
13780
13781 \end_inset
13782
13783  is completely colored red.
13784 \begin_inset Newline newline
13785 \end_inset
13786
13787 Formula 
13788 \begin_inset CommandInset ref
13789 LatexCommand eqref
13790 reference "eq:redgreen"
13791
13792 \end_inset
13793
13794  was first completely colored green to set the color for the formula number.
13795  Subsequently the formula characters were colored red.
13796 \end_layout
13797
13798 \begin_layout Standard
13799 \begin_inset VSpace bigskip
13800 \end_inset
13801
13802 To color the frame different than the rest of the box, the command 
13803 \series bold
13804
13805 \backslash
13806 fcolorbox
13807 \series default
13808
13809 \begin_inset Index
13810 status collapsed
13811
13812 \begin_layout Plain Layout
13813 Commands ! F ! 
13814 \backslash
13815 fcolorbox
13816 \end_layout
13817
13818 \end_inset
13819
13820  is used in the following scheme:
13821 \end_layout
13822
13823 \begin_layout Standard
13824
13825 \series bold
13826
13827 \backslash
13828 fcolorbox{frame color}{color}{box content}
13829 \end_layout
13830
13831 \begin_layout Standard
13832 So 
13833 \series bold
13834
13835 \backslash
13836 fcolorbox
13837 \series default
13838  is an extension of the command 
13839 \series bold
13840
13841 \backslash
13842 colorbox
13843 \series default
13844 .
13845  The frame width is set, like for 
13846 \series bold
13847
13848 \backslash
13849 framebox
13850 \series default
13851 , with 
13852 \series bold
13853
13854 \backslash
13855 fboxrule
13856 \series default
13857  and 
13858 \series bold
13859
13860 \backslash
13861 fboxsep
13862 \series default
13863 .
13864  An example:
13865 \begin_inset ERT
13866 status collapsed
13867
13868 \begin_layout Plain Layout
13869
13870
13871 \backslash
13872 fboxrule 1mm 
13873 \backslash
13874 fboxsep 1mm
13875 \end_layout
13876
13877 \end_inset
13878
13879
13880 \begin_inset Formula \[
13881 \fcolorbox{cyan}{magenta}{A=B}\]
13882
13883 \end_inset
13884
13885
13886 \begin_inset ERT
13887 status collapsed
13888
13889 \begin_layout Plain Layout
13890
13891
13892 \backslash
13893 fboxrule 0.4pt 
13894 \backslash
13895 fboxsep 3pt
13896 \end_layout
13897
13898 \end_inset
13899
13900
13901 \end_layout
13902
13903 \begin_layout Standard
13904 This formula was created with the command
13905 \begin_inset Newline newline
13906 \end_inset
13907
13908
13909 \series bold
13910
13911 \backslash
13912 fcolorbox{cyan
13913 \begin_inset Formula $\to$
13914 \end_inset
13915
13916
13917 \backslash
13918 {magenta
13919 \begin_inset Formula $\to$
13920 \end_inset
13921
13922
13923 \backslash
13924 {A=B
13925 \series default
13926 .
13927 \end_layout
13928
13929 \begin_layout Standard
13930 \begin_inset VSpace bigskip
13931 \end_inset
13932
13933 To use other colors than the predefined ones, they have to be defined first.
13934 \end_layout
13935
13936 \begin_layout Standard
13937 One can for example define the color 
13938 \begin_inset Quotes eld
13939 \end_inset
13940
13941
13942 \series bold
13943 darkgreen
13944 \series default
13945
13946 \begin_inset Quotes erd
13947 \end_inset
13948
13949  with the LaTeX-preamble line:
13950 \end_layout
13951
13952 \begin_layout Standard
13953
13954 \series bold
13955
13956 \backslash
13957 definecolor{darkgreen}{cmyk}{0.5,
13958 \series default
13959  
13960 \series bold
13961 0,
13962 \series default
13963  
13964 \series bold
13965 1,
13966 \series default
13967  
13968 \series bold
13969 0.5}
13970 \series default
13971
13972 \begin_inset Index
13973 status collapsed
13974
13975 \begin_layout Plain Layout
13976 Commands ! D ! 
13977 \backslash
13978 definecolor
13979 \end_layout
13980
13981 \end_inset
13982
13983
13984 \end_layout
13985
13986 \begin_layout Standard
13987
13988 \series bold
13989 cmyk
13990 \series default
13991  is the color space that denotes the colors 
13992 \series bold
13993 cyan
13994 \series default
13995
13996 \series bold
13997 magenta
13998 \series default
13999
14000 \series bold
14001 yellow
14002 \series default
14003 , and 
14004 \series bold
14005 black
14006 \series default
14007 .
14008  The four comma separated numbers are the portion factor for the corresponding
14009  colors of the color space.
14010  The factors can be in the range of 0
14011 \begin_inset space \thinspace{}
14012 \end_inset
14013
14014 -
14015 \begin_inset space \thinspace{}
14016 \end_inset
14017
14018 1.
14019  Instead of 
14020 \series bold
14021 cmyk
14022 \series default
14023  also the color space 
14024 \series bold
14025 rgb
14026 \series default
14027  can be used for definitions.
14028  
14029 \series bold
14030 rgb
14031 \series default
14032  denotes 
14033 \series bold
14034 red
14035 \series default
14036
14037 \series bold
14038 green
14039 \series default
14040 , and 
14041 \series bold
14042 blue
14043 \series default
14044 , so that there are in this case three portion factors for the corresponding
14045  colors.
14046  Furthermore there is the color space 
14047 \series bold
14048 gray
14049 \series default
14050  with one portion factor for the gray value.
14051 \end_layout
14052
14053 \begin_layout Standard
14054 As example a framed box with the new defined color 
14055 \series bold
14056 darkgreen
14057 \series default
14058  where the characters have been colored 
14059 \series bold
14060 yellow
14061 \series default
14062 :
14063 \begin_inset Formula \begin{equation}
14064 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14065
14066 \end_inset
14067
14068
14069 \end_layout
14070
14071 \begin_layout Standard
14072 Self-defined colors can also be used for text with the help of the command
14073  
14074 \series bold
14075
14076 \backslash
14077 textcolor
14078 \series default
14079 :
14080 \begin_inset Index
14081 status collapsed
14082
14083 \begin_layout Plain Layout
14084 Text ! colored
14085 \end_layout
14086
14087 \end_inset
14088
14089
14090 \end_layout
14091
14092 \begin_layout Standard
14093 \begin_inset ERT
14094 status collapsed
14095
14096 \begin_layout Plain Layout
14097
14098
14099 \backslash
14100 textcolor{darkgreen}{
14101 \end_layout
14102
14103 \end_inset
14104
14105 This sentence is 
14106 \begin_inset Quotes eld
14107 \end_inset
14108
14109 darkgreen
14110 \begin_inset Quotes erd
14111 \end_inset
14112
14113 .
14114 \begin_inset ERT
14115 status collapsed
14116
14117 \begin_layout Plain Layout
14118
14119 }
14120 \end_layout
14121
14122 \end_inset
14123
14124
14125 \end_layout
14126
14127 \begin_layout Standard
14128
14129 \series bold
14130
14131 \backslash
14132 textcolor
14133 \series default
14134
14135 \begin_inset Index
14136 status collapsed
14137
14138 \begin_layout Plain Layout
14139 Commands ! T ! 
14140 \backslash
14141 textcolor
14142 \end_layout
14143
14144 \end_inset
14145
14146  is used in the scheme 
14147 \series bold
14148
14149 \backslash
14150 textcolor{color}{characters to color}
14151 \series default
14152 .
14153 \end_layout
14154
14155 \begin_layout Subsection
14156 Paragraph Boxes
14157 \begin_inset CommandInset label
14158 LatexCommand label
14159 name "sub:Paragraph-Boxes"
14160
14161 \end_inset
14162
14163
14164 \begin_inset Index
14165 status collapsed
14166
14167 \begin_layout Plain Layout
14168 Boxes ! as paragraph
14169 \end_layout
14170
14171 \end_inset
14172
14173
14174 \end_layout
14175
14176 \begin_layout Standard
14177 A box that can contain several lines and paragraphs, a so called paragraph
14178  box (parbox), can be created with the menu 
14179 \family sans
14180 Insert\SpecialChar \menuseparator
14181 Box
14182 \family default
14183  or the toolbar button 
14184 \begin_inset Graphics
14185         filename ../images/box-insert.png
14186         scale 85
14187
14188 \end_inset
14189
14190 .
14191 \end_layout
14192
14193 \begin_layout Standard
14194 The following example shows a framed parbox in a line:
14195 \end_layout
14196
14197 \begin_layout Standard
14198 \begin_inset VSpace medskip
14199 \end_inset
14200
14201 This is a line 
14202 \begin_inset Box Boxed
14203 position "c"
14204 hor_pos "c"
14205 has_inner_box 1
14206 inner_pos "t"
14207 use_parbox 1
14208 width "5cm"
14209 special "none"
14210 height "1in"
14211 height_special "totalheight"
14212 status open
14213
14214 \begin_layout Plain Layout
14215 This is a paragraph box.
14216  It is exactly 5
14217 \begin_inset space \thinspace{}
14218 \end_inset
14219
14220 cm long and can also contain formulas: 
14221 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14222 \end_inset
14223
14224
14225 \end_layout
14226
14227 \end_inset
14228
14229  with a parbox.
14230 \end_layout
14231
14232 \begin_layout Standard
14233 \begin_inset VSpace medskip
14234 \end_inset
14235
14236
14237 \end_layout
14238
14239 \begin_layout Standard
14240 Such a box is created by right-clicking on the gray box inset.
14241  A dialog pops up showing the box properties.
14242  In our case set: 
14243 \emph on
14244 Decoration
14245 \emph default
14246 : Recangular box, 
14247 \emph on
14248 Inner Box
14249 \emph default
14250 : Parbox, 
14251 \emph on
14252 Width
14253 \emph default
14254 : 5
14255 \begin_inset space \thinspace{}
14256 \end_inset
14257
14258 cm, 
14259 \emph on
14260 Vertical Box Alignment
14261 \emph default
14262 : Middle
14263 \end_layout
14264
14265 \begin_layout Standard
14266 \begin_inset VSpace medskip
14267 \end_inset
14268
14269 In LaTeX a parbox is created with the command 
14270 \series bold
14271
14272 \backslash
14273 parbox
14274 \series default
14275
14276 \begin_inset Index
14277 status collapsed
14278
14279 \begin_layout Plain Layout
14280 Commands ! P ! 
14281 \backslash
14282 parbox
14283 \end_layout
14284
14285 \end_inset
14286
14287  that has the following scheme:
14288 \end_layout
14289
14290 \begin_layout Standard
14291
14292 \series bold
14293
14294 \backslash
14295 parbox[position]{width}{box content}
14296 \end_layout
14297
14298 \begin_layout Standard
14299 The positions 
14300 \emph on
14301 b
14302 \emph default
14303  and 
14304 \emph on
14305 t
14306 \emph default
14307  are possible.
14308  
14309 \emph on
14310 b
14311 \emph default
14312  for bottom means that the box is aligned within the surrounding text with
14313  its last line.
14314  With 
14315 \emph on
14316 t
14317 \emph default
14318  for top this is done with the first line.
14319  When no position is given, the box will be vertically centered, see section
14320  
14321 \emph on
14322 Boxes
14323 \emph default
14324  of the 
14325 \emph on
14326 Embedded
14327 \begin_inset space ~
14328 \end_inset
14329
14330 Objects
14331 \emph default
14332  manual for examples.
14333 \end_layout
14334
14335 \begin_layout Standard
14336 \begin_inset VSpace bigskip
14337 \end_inset
14338
14339 To frame formulas completely, including the formula number, the formula
14340  must be set into a parbox.
14341  To do this, the command 
14342 \series bold
14343
14344 \backslash
14345 fbox{
14346 \backslash
14347 parbox{
14348 \backslash
14349 linewidth-2
14350 \backslash
14351 fboxsep-2
14352 \backslash
14353 fboxrule}{
14354 \series default
14355  is inserted in TeX-mode before the formula.
14356  
14357 \series bold
14358
14359 \backslash
14360 linewidth
14361 \begin_inset Index
14362 status collapsed
14363
14364 \begin_layout Plain Layout
14365 Commands ! L ! 
14366 \backslash
14367 linewidth
14368 \end_layout
14369
14370 \end_inset
14371
14372
14373 \series default
14374  is hereby the line width set for the document.
14375  Because the frame is outside the parbox, 2
14376 \begin_inset space \thinspace{}
14377 \end_inset
14378
14379 times the frame separation and the frame thickness must be subtracted from
14380  the line width.
14381  As this is not automatically done by LyX due to a bug
14382 \begin_inset Foot
14383 status collapsed
14384
14385 \begin_layout Plain Layout
14386 \begin_inset CommandInset href
14387 LatexCommand href
14388 name "LyX-bug #4483"
14389 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14390
14391 \end_inset
14392
14393
14394 \end_layout
14395
14396 \end_inset
14397
14398 , TeX-mode has to be used.
14399  To be able to multiply and subtract in arguments, the LaTeX-package 
14400 \series bold
14401 calc
14402 \series default
14403
14404 \begin_inset Foot
14405 status collapsed
14406
14407 \begin_layout Plain Layout
14408
14409 \series bold
14410 calc
14411 \series default
14412  is part of every LaTeX standard installation.
14413 \end_layout
14414
14415 \end_inset
14416
14417
14418 \begin_inset Index
14419 status collapsed
14420
14421 \begin_layout Plain Layout
14422 Packages ! calc
14423 \end_layout
14424
14425 \end_inset
14426
14427  must be loaded in the LaTeX-preamble with the line
14428 \end_layout
14429
14430 \begin_layout Standard
14431
14432 \series bold
14433
14434 \backslash
14435 usepackage{calc}
14436 \end_layout
14437
14438 \begin_layout Standard
14439 Behind the formula both boxes are closed by entering 
14440 \series bold
14441 }}
14442 \series default
14443  in TeX-mode.
14444  Here is an example:
14445 \begin_inset ERT
14446 status collapsed
14447
14448 \begin_layout Plain Layout
14449
14450
14451 \backslash
14452 fboxsep 5mm 
14453 \backslash
14454 fboxrule 5mm
14455 \end_layout
14456
14457 \end_inset
14458
14459
14460 \end_layout
14461
14462 \begin_layout Standard
14463 \begin_inset ERT
14464 status collapsed
14465
14466 \begin_layout Plain Layout
14467
14468
14469 \backslash
14470 fbox{
14471 \backslash
14472 parbox{
14473 \backslash
14474 linewidth-2
14475 \backslash
14476 fboxsep-2
14477 \backslash
14478 fboxrule}{
14479 \end_layout
14480
14481 \end_inset
14482
14483
14484 \begin_inset Formula \begin{equation}
14485 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14486
14487 \end_inset
14488
14489
14490 \begin_inset ERT
14491 status collapsed
14492
14493 \begin_layout Plain Layout
14494
14495 }}
14496 \end_layout
14497
14498 \end_inset
14499
14500
14501 \begin_inset ERT
14502 status collapsed
14503
14504 \begin_layout Plain Layout
14505
14506
14507 \backslash
14508 fboxrule 0.4pt 
14509 \backslash
14510 fboxsep 3pt
14511 \end_layout
14512
14513 \end_inset
14514
14515
14516 \end_layout
14517
14518 \begin_layout Standard
14519 \begin_inset VSpace medskip
14520 \end_inset
14521
14522 As a parbox is used as argument of 
14523 \series bold
14524
14525 \backslash
14526 fbox
14527 \series default
14528 , there is in this case no difference between 
14529 \series bold
14530
14531 \backslash
14532 fbox
14533 \series default
14534  and 
14535 \series bold
14536
14537 \backslash
14538 boxed
14539 \series default
14540 .
14541 \end_layout
14542
14543 \begin_layout Standard
14544 \begin_inset VSpace bigskip
14545 \end_inset
14546
14547 Paragraph boxes are very useful to comment formulas directly.
14548  To do this, 
14549 \series bold
14550
14551 \backslash
14552 parbox
14553 \series default
14554  is used in combination with the command 
14555 \series bold
14556
14557 \backslash
14558 tag
14559 \series default
14560 .
14561  (more about 
14562 \series bold
14563
14564 \backslash
14565 tag
14566 \series default
14567  see 
14568 \begin_inset CommandInset ref
14569 LatexCommand ref
14570 reference "sub:User-defined-Numbering"
14571
14572 \end_inset
14573
14574 )
14575 \end_layout
14576
14577 \begin_layout Standard
14578 An example of a formula commented with 
14579 \series bold
14580
14581 \backslash
14582 parbox
14583 \series default
14584 :
14585 \end_layout
14586
14587 \begin_layout Standard
14588 \begin_inset ERT
14589 status collapsed
14590
14591 \begin_layout Plain Layout
14592
14593
14594 \backslash
14595 [5x-7b=3b
14596 \backslash
14597 tag*{
14598 \backslash
14599 parbox{5cm}{
14600 \end_layout
14601
14602 \end_inset
14603
14604 This is a description.
14605  It is distinctly separated from the formula and multiline.
14606 \begin_inset ERT
14607 status collapsed
14608
14609 \begin_layout Plain Layout
14610
14611 }}
14612 \backslash
14613 ]
14614 \end_layout
14615
14616 \end_inset
14617
14618
14619 \end_layout
14620
14621 \begin_layout Standard
14622 Such a formula must be inserted completely in TeX-mode because LyX does
14623  not yet support the command 
14624 \series bold
14625
14626 \backslash
14627 parbox
14628 \series default
14629  in formulas.
14630  The formula is created with the following command sequence:
14631 \end_layout
14632
14633 \begin_layout Standard
14634 The command 
14635 \series bold
14636
14637 \backslash
14638 [5x-7b=3b
14639 \backslash
14640 tag*
14641 \backslash
14642 {
14643 \backslash
14644 parbox{5cm}{
14645 \series default
14646  is inserted in TeX-mode.
14647 \begin_inset Foot
14648 status collapsed
14649
14650 \begin_layout Plain Layout
14651 When the formula style 
14652 \series bold
14653 Indented
14654 \series default
14655  is used, 
14656 \series bold
14657
14658 \backslash
14659 tag*
14660 \backslash
14661 {
14662 \series default
14663  can also be replaced by 
14664 \series bold
14665
14666 \backslash
14667 hfill
14668 \series default
14669 .
14670  (formula styles see 
14671 \begin_inset CommandInset ref
14672 LatexCommand ref
14673 reference "sec:Formula-Styles"
14674
14675 \end_inset
14676
14677 )
14678 \end_layout
14679
14680 \end_inset
14681
14682  Then the description follows as normal text, and finally 
14683 \series bold
14684 }}
14685 \backslash
14686 ]
14687 \series default
14688  is inserted in TeX-mode.
14689  The commands 
14690 \series bold
14691
14692 \backslash
14693 [
14694 \series default
14695  and 
14696 \series bold
14697
14698 \backslash
14699 ]
14700 \series default
14701  hereby create a displayed formula.
14702 \end_layout
14703
14704 \begin_layout Standard
14705 The advantages of 
14706 \series bold
14707
14708 \backslash
14709 parbox
14710 \series default
14711  can be seen in this example that was 
14712 \begin_inset Quotes eld
14713 \end_inset
14714
14715 commented
14716 \begin_inset Quotes erd
14717 \end_inset
14718
14719  using the mathematical textmode:
14720 \begin_inset Formula \[
14721 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14722
14723 \end_inset
14724
14725
14726 \end_layout
14727
14728 \begin_layout Section
14729 Operators
14730 \begin_inset Index
14731 status collapsed
14732
14733 \begin_layout Plain Layout
14734 Operators
14735 \end_layout
14736
14737 \end_inset
14738
14739
14740 \end_layout
14741
14742 \begin_layout Subsection
14743 Big Operators
14744 \begin_inset CommandInset label
14745 LatexCommand label
14746 name "sub:Big-Operators"
14747
14748 \end_inset
14749
14750
14751 \begin_inset Index
14752 status collapsed
14753
14754 \begin_layout Plain Layout
14755 Operators ! big
14756 \end_layout
14757
14758 \end_inset
14759
14760
14761 \begin_inset Index
14762 status collapsed
14763
14764 \begin_layout Plain Layout
14765 Sums
14766 \end_layout
14767
14768 \end_inset
14769
14770
14771 \begin_inset Index
14772 status collapsed
14773
14774 \begin_layout Plain Layout
14775 Integrals
14776 \end_layout
14777
14778 \end_inset
14779
14780
14781 \end_layout
14782
14783 \begin_layout Standard
14784 To be able to use all integral operators listed here, the option 
14785 \family sans
14786 Use esint package automatically
14787 \family default
14788  must be set in the document settings under 
14789 \family sans
14790 Math
14791 \begin_inset space ~
14792 \end_inset
14793
14794 Options
14795 \family default
14796 .
14797 \end_layout
14798
14799 \begin_layout Standard
14800 \begin_inset space \hfill{}
14801 \end_inset
14802
14803
14804 \begin_inset Tabular
14805 <lyxtabular version="3" rows="11" columns="2">
14806 <features>
14807 <column alignment="center" valignment="top" width="0pt">
14808 <column alignment="center" valignment="top" width="0pt">
14809 <row>
14810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14811 \begin_inset Text
14812
14813 \begin_layout Plain Layout
14814 Command
14815 \end_layout
14816
14817 \end_inset
14818 </cell>
14819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14820 \begin_inset Text
14821
14822 \begin_layout Plain Layout
14823 Result
14824 \end_layout
14825
14826 \end_inset
14827 </cell>
14828 </row>
14829 <row>
14830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14831 \begin_inset Text
14832
14833 \begin_layout Plain Layout
14834
14835 \backslash
14836 sum
14837 \begin_inset Index
14838 status collapsed
14839
14840 \begin_layout Plain Layout
14841 Commands ! S ! 
14842 \backslash
14843 sum
14844 \end_layout
14845
14846 \end_inset
14847
14848
14849 \end_layout
14850
14851 \end_inset
14852 </cell>
14853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14854 \begin_inset Text
14855
14856 \begin_layout Plain Layout
14857 \begin_inset Formula $\sum$
14858 \end_inset
14859
14860
14861 \end_layout
14862
14863 \end_inset
14864 </cell>
14865 </row>
14866 <row>
14867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14868 \begin_inset Text
14869
14870 \begin_layout Plain Layout
14871
14872 \backslash
14873 int
14874 \begin_inset Index
14875 status collapsed
14876
14877 \begin_layout Plain Layout
14878 Commands ! I ! 
14879 \backslash
14880 int
14881 \end_layout
14882
14883 \end_inset
14884
14885
14886 \end_layout
14887
14888 \end_inset
14889 </cell>
14890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14891 \begin_inset Text
14892
14893 \begin_layout Plain Layout
14894 \begin_inset Formula $\int$
14895 \end_inset
14896
14897
14898 \end_layout
14899
14900 \end_inset
14901 </cell>
14902 </row>
14903 <row>
14904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14905 \begin_inset Text
14906
14907 \begin_layout Plain Layout
14908
14909 \backslash
14910 intop
14911 \end_layout
14912
14913 \end_inset
14914 </cell>
14915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14916 \begin_inset Text
14917
14918 \begin_layout Plain Layout
14919 \begin_inset Formula $\intop$
14920 \end_inset
14921
14922
14923 \end_layout
14924
14925 \end_inset
14926 </cell>
14927 </row>
14928 <row>
14929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14930 \begin_inset Text
14931
14932 \begin_layout Plain Layout
14933
14934 \backslash
14935 oint
14936 \end_layout
14937
14938 \end_inset
14939 </cell>
14940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14941 \begin_inset Text
14942
14943 \begin_layout Plain Layout
14944 \begin_inset Formula $\oint$
14945 \end_inset
14946
14947
14948 \end_layout
14949
14950 \end_inset
14951 </cell>
14952 </row>
14953 <row>
14954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14955 \begin_inset Text
14956
14957 \begin_layout Plain Layout
14958
14959 \backslash
14960 ointop
14961 \end_layout
14962
14963 \end_inset
14964 </cell>
14965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14966 \begin_inset Text
14967
14968 \begin_layout Plain Layout
14969 \begin_inset Formula $\ointop$
14970 \end_inset
14971
14972
14973 \end_layout
14974
14975 \end_inset
14976 </cell>
14977 </row>
14978 <row>
14979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14980 \begin_inset Text
14981
14982 \begin_layout Plain Layout
14983
14984 \backslash
14985 ointctrclockwise
14986 \end_layout
14987
14988 \end_inset
14989 </cell>
14990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14991 \begin_inset Text
14992
14993 \begin_layout Plain Layout
14994 \begin_inset Formula $\ointctrclockwise$
14995 \end_inset
14996
14997
14998 \end_layout
14999
15000 \end_inset
15001 </cell>
15002 </row>
15003 <row>
15004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15005 \begin_inset Text
15006
15007 \begin_layout Plain Layout
15008
15009 \backslash
15010 ointclockwise
15011 \end_layout
15012
15013 \end_inset
15014 </cell>
15015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15016 \begin_inset Text
15017
15018 \begin_layout Plain Layout
15019 \begin_inset Formula $\ointclockwise$
15020 \end_inset
15021
15022
15023 \end_layout
15024
15025 \end_inset
15026 </cell>
15027 </row>
15028 <row>
15029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15030 \begin_inset Text
15031
15032 \begin_layout Plain Layout
15033
15034 \backslash
15035 sqint
15036 \end_layout
15037
15038 \end_inset
15039 </cell>
15040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15041 \begin_inset Text
15042
15043 \begin_layout Plain Layout
15044 \begin_inset Formula $\sqint$
15045 \end_inset
15046
15047
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 </row>
15053 <row>
15054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15055 \begin_inset Text
15056
15057 \begin_layout Plain Layout
15058
15059 \backslash
15060 bigcap
15061 \end_layout
15062
15063 \end_inset
15064 </cell>
15065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15066 \begin_inset Text
15067
15068 \begin_layout Plain Layout
15069 \begin_inset Formula $\bigcap$
15070 \end_inset
15071
15072
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 </row>
15078 <row>
15079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083
15084 \backslash
15085 bigcup
15086 \end_layout
15087
15088 \end_inset
15089 </cell>
15090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094 \begin_inset Formula $\bigcup$
15095 \end_inset
15096
15097
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 </row>
15103 </lyxtabular>
15104
15105 \end_inset
15106
15107
15108 \begin_inset space \hfill{}
15109 \end_inset
15110
15111
15112 \begin_inset Tabular
15113 <lyxtabular version="3" rows="10" columns="2">
15114 <features>
15115 <column alignment="center" valignment="top" width="0pt">
15116 <column alignment="center" valignment="top" width="0pt">
15117 <row>
15118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122 Command
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15128 \begin_inset Text
15129
15130 \begin_layout Plain Layout
15131 Result
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 </row>
15137 <row>
15138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15139 \begin_inset Text
15140
15141 \begin_layout Plain Layout
15142
15143 \backslash
15144 prod
15145 \begin_inset Index
15146 status collapsed
15147
15148 \begin_layout Plain Layout
15149 Commands ! P ! 
15150 \backslash
15151 prod
15152 \end_layout
15153
15154 \end_inset
15155
15156
15157 \end_layout
15158
15159 \end_inset
15160 </cell>
15161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15162 \begin_inset Text
15163
15164 \begin_layout Plain Layout
15165 \begin_inset Formula $\prod$
15166 \end_inset
15167
15168
15169 \end_layout
15170
15171 \end_inset
15172 </cell>
15173 </row>
15174 <row>
15175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Plain Layout
15179
15180 \backslash
15181 coprod
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Plain Layout
15190 \begin_inset Formula $\coprod$
15191 \end_inset
15192
15193
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 </row>
15199 <row>
15200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15201 \begin_inset Text
15202
15203 \begin_layout Plain Layout
15204
15205 \backslash
15206 bigodot
15207 \end_layout
15208
15209 \end_inset
15210 </cell>
15211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15212 \begin_inset Text
15213
15214 \begin_layout Plain Layout
15215 \begin_inset Formula $\bigodot$
15216 \end_inset
15217
15218
15219 \end_layout
15220
15221 \end_inset
15222 </cell>
15223 </row>
15224 <row>
15225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15226 \begin_inset Text
15227
15228 \begin_layout Plain Layout
15229
15230 \backslash
15231 bigotimes
15232 \end_layout
15233
15234 \end_inset
15235 </cell>
15236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15237 \begin_inset Text
15238
15239 \begin_layout Plain Layout
15240 \begin_inset Formula $\bigotimes$
15241 \end_inset
15242
15243
15244 \end_layout
15245
15246 \end_inset
15247 </cell>
15248 </row>
15249 <row>
15250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15251 \begin_inset Text
15252
15253 \begin_layout Plain Layout
15254
15255 \backslash
15256 bigoplus
15257 \end_layout
15258
15259 \end_inset
15260 </cell>
15261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15262 \begin_inset Text
15263
15264 \begin_layout Plain Layout
15265 \begin_inset Formula $\bigoplus$
15266 \end_inset
15267
15268
15269 \end_layout
15270
15271 \end_inset
15272 </cell>
15273 </row>
15274 <row>
15275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15276 \begin_inset Text
15277
15278 \begin_layout Plain Layout
15279
15280 \backslash
15281 bigwedge
15282 \end_layout
15283
15284 \end_inset
15285 </cell>
15286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15287 \begin_inset Text
15288
15289 \begin_layout Plain Layout
15290 \begin_inset Formula $\bigwedge$
15291 \end_inset
15292
15293
15294 \end_layout
15295
15296 \end_inset
15297 </cell>
15298 </row>
15299 <row>
15300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15301 \begin_inset Text
15302
15303 \begin_layout Plain Layout
15304
15305 \backslash
15306 bigvee
15307 \end_layout
15308
15309 \end_inset
15310 </cell>
15311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15312 \begin_inset Text
15313
15314 \begin_layout Plain Layout
15315 \begin_inset Formula $\bigvee$
15316 \end_inset
15317
15318
15319 \end_layout
15320
15321 \end_inset
15322 </cell>
15323 </row>
15324 <row>
15325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15326 \begin_inset Text
15327
15328 \begin_layout Plain Layout
15329
15330 \backslash
15331 bigsqcup
15332 \end_layout
15333
15334 \end_inset
15335 </cell>
15336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15337 \begin_inset Text
15338
15339 \begin_layout Plain Layout
15340 \begin_inset Formula $\bigsqcup$
15341 \end_inset
15342
15343
15344 \end_layout
15345
15346 \end_inset
15347 </cell>
15348 </row>
15349 <row>
15350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15351 \begin_inset Text
15352
15353 \begin_layout Plain Layout
15354
15355 \backslash
15356 biguplus
15357 \end_layout
15358
15359 \end_inset
15360 </cell>
15361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15362 \begin_inset Text
15363
15364 \begin_layout Plain Layout
15365 \begin_inset Formula $\biguplus$
15366 \end_inset
15367
15368
15369 \end_layout
15370
15371 \end_inset
15372 </cell>
15373 </row>
15374 </lyxtabular>
15375
15376 \end_inset
15377
15378
15379 \begin_inset space \hfill{}
15380 \end_inset
15381
15382
15383 \end_layout
15384
15385 \begin_layout Standard
15386 All big operators can also be inserted via the math toolbar button 
15387 \begin_inset Graphics
15388         filename ../images/math/intop.png
15389         scale 85
15390
15391 \end_inset
15392
15393 .
15394 \end_layout
15395
15396 \begin_layout Standard
15397 The operators are called big because they are bigger than the sometimes
15398  equal looking binary operators.
15399  All big operators can have limits as described in the next subsection.
15400 \end_layout
15401
15402 \begin_layout Standard
15403 The operators 
15404 \series bold
15405
15406 \backslash
15407 intop
15408 \series default
15409  and 
15410 \series bold
15411
15412 \backslash
15413 ointop
15414 \series default
15415  are different from 
15416 \series bold
15417
15418 \backslash
15419 int
15420 \series default
15421  and 
15422 \series bold
15423
15424 \backslash
15425 oint
15426 \series default
15427 , resp.
15428 \begin_inset space ~
15429 \end_inset
15430
15431 in the style the operator limits are displayed, see 
15432 \begin_inset CommandInset ref
15433 LatexCommand ref
15434 reference "sub:Operator-Limits"
15435
15436 \end_inset
15437
15438 .
15439  
15440 \end_layout
15441
15442 \begin_layout Subsubsection*
15443 Advices for Integrals
15444 \end_layout
15445
15446 \begin_layout Standard
15447 The letter 
15448 \emph on
15449 d
15450 \emph default
15451  in an integral is an operator, that therefore has to be set upright.
15452  This is done by highlighting the 
15453 \emph on
15454 d
15455 \emph default
15456  and using the keyboard shortcut 
15457 \begin_inset Info
15458 type  "shortcut"
15459 arg   "font-roman"
15460 \end_inset
15461
15462
15463 \begin_inset Foot
15464 status collapsed
15465
15466 \begin_layout Plain Layout
15467 Font styles
15468 \series bold
15469  
15470 \series default
15471 see 
15472 \begin_inset CommandInset ref
15473 LatexCommand ref
15474 reference "sub:Font-Styles"
15475
15476 \end_inset
15477
15478
15479 \end_layout
15480
15481 \end_inset
15482
15483 .
15484  Finally the smallest space is inserted before the 
15485 \emph on
15486 d
15487 \emph default
15488 , as this is usual for operators.
15489  An example:
15490 \end_layout
15491
15492 \begin_layout Standard
15493 incorrect: 
15494 \begin_inset Formula $\int A(x)dx$
15495 \end_inset
15496
15497
15498 \begin_inset Newline newline
15499 \end_inset
15500
15501
15502 \begin_inset ERT
15503 status collapsed
15504
15505 \begin_layout Plain Layout
15506
15507
15508 \backslash
15509 hphantom{in}
15510 \end_layout
15511
15512 \end_inset
15513
15514 correct: 
15515 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15516 \end_inset
15517
15518
15519 \end_layout
15520
15521 \begin_layout Standard
15522 For multiple integrals there are the following commands:
15523 \begin_inset VSpace medskip
15524 \end_inset
15525
15526
15527 \end_layout
15528
15529 \begin_layout Standard
15530 \begin_inset space \hfill{}
15531 \end_inset
15532
15533
15534 \begin_inset Tabular
15535 <lyxtabular version="3" rows="4" columns="2">
15536 <features>
15537 <column alignment="center" valignment="top" width="0">
15538 <column alignment="center" valignment="top" width="0">
15539 <row>
15540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15541 \begin_inset Text
15542
15543 \begin_layout Plain Layout
15544 Command
15545 \end_layout
15546
15547 \end_inset
15548 </cell>
15549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15550 \begin_inset Text
15551
15552 \begin_layout Plain Layout
15553 Result
15554 \begin_inset Note Note
15555 status collapsed
15556
15557 \begin_layout Plain Layout
15558
15559 \series bold
15560
15561 \backslash
15562 raisebox
15563 \series default
15564  is only used as spacer.
15565 \end_layout
15566
15567 \end_inset
15568
15569
15570 \end_layout
15571
15572 \end_inset
15573 </cell>
15574 </row>
15575 <row>
15576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15577 \begin_inset Text
15578
15579 \begin_layout Plain Layout
15580
15581 \backslash
15582 iint
15583 \end_layout
15584
15585 \end_inset
15586 </cell>
15587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15588 \begin_inset Text
15589
15590 \begin_layout Plain Layout
15591 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15592 \end_inset
15593
15594
15595 \end_layout
15596
15597 \end_inset
15598 </cell>
15599 </row>
15600 <row>
15601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15602 \begin_inset Text
15603
15604 \begin_layout Plain Layout
15605
15606 \backslash
15607 oiint
15608 \end_layout
15609
15610 \end_inset
15611 </cell>
15612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15613 \begin_inset Text
15614
15615 \begin_layout Plain Layout
15616 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15617 \end_inset
15618
15619
15620 \end_layout
15621
15622 \end_inset
15623 </cell>
15624 </row>
15625 <row>
15626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15627 \begin_inset Text
15628
15629 \begin_layout Plain Layout
15630
15631 \backslash
15632 sqiint
15633 \end_layout
15634
15635 \end_inset
15636 </cell>
15637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15638 \begin_inset Text
15639
15640 \begin_layout Plain Layout
15641 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15642 \end_inset
15643
15644
15645 \end_layout
15646
15647 \end_inset
15648 </cell>
15649 </row>
15650 </lyxtabular>
15651
15652 \end_inset
15653
15654
15655 \begin_inset space \hfill{}
15656 \end_inset
15657
15658
15659 \begin_inset Tabular
15660 <lyxtabular version="3" rows="4" columns="2">
15661 <features>
15662 <column alignment="center" valignment="top" width="0">
15663 <column alignment="center" valignment="top" width="0">
15664 <row>
15665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15666 \begin_inset Text
15667
15668 \begin_layout Plain Layout
15669 Command
15670 \end_layout
15671
15672 \end_inset
15673 </cell>
15674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15675 \begin_inset Text
15676
15677 \begin_layout Plain Layout
15678 Result
15679 \end_layout
15680
15681 \end_inset
15682 </cell>
15683 </row>
15684 <row>
15685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15686 \begin_inset Text
15687
15688 \begin_layout Plain Layout
15689
15690 \backslash
15691 iiint
15692 \end_layout
15693
15694 \end_inset
15695 </cell>
15696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15697 \begin_inset Text
15698
15699 \begin_layout Plain Layout
15700 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15701 \end_inset
15702
15703
15704 \end_layout
15705
15706 \end_inset
15707 </cell>
15708 </row>
15709 <row>
15710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15711 \begin_inset Text
15712
15713 \begin_layout Plain Layout
15714
15715 \backslash
15716 iiiint
15717 \end_layout
15718
15719 \end_inset
15720 </cell>
15721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15722 \begin_inset Text
15723
15724 \begin_layout Plain Layout
15725 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15726 \end_inset
15727
15728
15729 \end_layout
15730
15731 \end_inset
15732 </cell>
15733 </row>
15734 <row>
15735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15736 \begin_inset Text
15737
15738 \begin_layout Plain Layout
15739
15740 \backslash
15741 dotsint
15742 \end_layout
15743
15744 \end_inset
15745 </cell>
15746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15747 \begin_inset Text
15748
15749 \begin_layout Plain Layout
15750 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15751 \end_inset
15752
15753
15754 \end_layout
15755
15756 \end_inset
15757 </cell>
15758 </row>
15759 </lyxtabular>
15760
15761 \end_inset
15762
15763
15764 \begin_inset space \hfill{}
15765 \end_inset
15766
15767
15768 \end_layout
15769
15770 \begin_layout Subsection
15771 Operator Limits
15772 \begin_inset CommandInset label
15773 LatexCommand label
15774 name "sub:Operator-Limits"
15775
15776 \end_inset
15777
15778
15779 \begin_inset Index
15780 status collapsed
15781
15782 \begin_layout Plain Layout
15783 Operators ! Limits
15784 \end_layout
15785
15786 \end_inset
15787
15788
15789 \end_layout
15790
15791 \begin_layout Standard
15792 Limits are created by super- and subscripts:
15793 \end_layout
15794
15795 \begin_layout Standard
15796 \align center
15797 \begin_inset Tabular
15798 <lyxtabular version="3" rows="2" columns="2">
15799 <features>
15800 <column alignment="center" valignment="top" width="0pt">
15801 <column alignment="center" valignment="top" width="0pt">
15802 <row>
15803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15804 \begin_inset Text
15805
15806 \begin_layout Plain Layout
15807 Command
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 Result
15817 \begin_inset Note Note
15818 status collapsed
15819
15820 \begin_layout Plain Layout
15821
15822 \series bold
15823
15824 \backslash
15825 raisebox
15826 \series default
15827  is only used as spacer.
15828 \end_layout
15829
15830 \end_inset
15831
15832
15833 \end_layout
15834
15835 \end_inset
15836 </cell>
15837 </row>
15838 <row>
15839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843
15844 \backslash
15845 prod^
15846 \backslash
15847 infty
15848 \begin_inset ERT
15849 status collapsed
15850
15851 \begin_layout Plain Layout
15852
15853
15854 \backslash
15855 spce 
15856 \end_layout
15857
15858 \end_inset
15859
15860
15861 \begin_inset Formula $\to$
15862 \end_inset
15863
15864 _0
15865 \begin_inset Formula $\to$
15866 \end_inset
15867
15868 A(x)
15869 \end_layout
15870
15871 \end_inset
15872 </cell>
15873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15874 \begin_inset Text
15875
15876 \begin_layout Plain Layout
15877 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15878 \end_inset
15879
15880
15881 \end_layout
15882
15883 \end_inset
15884 </cell>
15885 </row>
15886 </lyxtabular>
15887
15888 \end_inset
15889
15890
15891 \end_layout
15892
15893 \begin_layout Standard
15894 Limits of inline formulas are set right beside the operator.
15895  Limits in displayed formulas are set above or below the operator, except
15896  of integral limits.
15897 \end_layout
15898
15899 \begin_layout Standard
15900 To force that the limits are set beside the operator, the cursor is set
15901  directly behind the operator and the limits type is changed with the menu
15902  
15903 \family sans
15904 Edit\SpecialChar \menuseparator
15905 Math\SpecialChar \menuseparator
15906 Change Limits Type
15907 \family default
15908  to 
15909 \family sans
15910 \series bold
15911 Inline
15912 \family default
15913 \series default
15914  (shortcut 
15915 \begin_inset Info
15916 type  "shortcut"
15917 arg   "math-limits"
15918 \end_inset
15919
15920 ).
15921  An example:
15922 \end_layout
15923
15924 \begin_layout Standard
15925 The default limits type is this:
15926 \begin_inset Formula \[
15927 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15928
15929 \end_inset
15930
15931 This is how it looks when the limits type was changed to 
15932 \family sans
15933 \series bold
15934 Inline
15935 \family default
15936 \series default
15937 :
15938 \begin_inset Formula \[
15939 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15940
15941 \end_inset
15942
15943 For integrals, except of 
15944 \series bold
15945
15946 \backslash
15947 intop
15948 \series default
15949  and 
15950 \series bold
15951
15952 \backslash
15953 ointop
15954 \series default
15955 , the limits are by default set beside the operator.
15956  But for multiple integrals the limits are often set below the operator.
15957  In the following example the limits type was therefore set to 
15958 \series bold
15959 Display
15960 \series default
15961  and so set below the integrals:
15962 \begin_inset Formula \begin{equation}
15963 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15964
15965 \end_inset
15966
15967
15968 \end_layout
15969
15970 \begin_layout Standard
15971 \begin_inset VSpace medskip
15972 \end_inset
15973
15974 To specify conditions for limits, the commands 
15975 \series bold
15976
15977 \backslash
15978 subarray
15979 \series default
15980
15981 \begin_inset Index
15982 status collapsed
15983
15984 \begin_layout Plain Layout
15985 Commands ! S ! 
15986 \backslash
15987 subarray
15988 \end_layout
15989
15990 \end_inset
15991
15992  and 
15993 \series bold
15994
15995 \backslash
15996 substack
15997 \series default
15998
15999 \begin_inset Index
16000 status collapsed
16001
16002 \begin_layout Plain Layout
16003 Commands ! S ! 
16004 \backslash
16005 substack
16006 \end_layout
16007
16008 \end_inset
16009
16010  are used.
16011  To create for example this expression 
16012 \begin_inset Formula \begin{equation}
16013 \sum_{\begin{subarray}{c}
16014 0<k<1000\\
16015 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16016
16017 \end_inset
16018
16019
16020 \end_layout
16021
16022 \begin_layout Standard
16023 the following has to be done:
16024 \begin_inset Newline newline
16025 \end_inset
16026
16027 First the command 
16028 \series bold
16029
16030 \backslash
16031 sum
16032 \series default
16033 ^
16034 \series bold
16035 n
16036 \begin_inset ERT
16037 status collapsed
16038
16039 \begin_layout Plain Layout
16040
16041
16042 \backslash
16043 spce 
16044 \end_layout
16045
16046 \end_inset
16047
16048 _
16049 \series default
16050  is typed in.
16051  One is now in a blue box under the summation operator and insert there
16052  the command 
16053 \series bold
16054
16055 \backslash
16056 subarray
16057 \begin_inset ERT
16058 status collapsed
16059
16060 \begin_layout Plain Layout
16061
16062
16063 \backslash
16064 spce 
16065 \end_layout
16066
16067 \end_inset
16068
16069
16070 \series default
16071 .
16072  The blue box is now within a purple box and now several lines can be written
16073  among each other.
16074  A new line is created by inserting a line break (
16075 \begin_inset Info
16076 type  "shortcut"
16077 arg   "newline-insert newline"
16078 \end_inset
16079
16080 ).
16081  When now
16082 \begin_inset Newline newline
16083 \end_inset
16084
16085
16086 \series bold
16087 0<k<1000 Ctrl+Return
16088 \begin_inset Newline newline
16089 \end_inset
16090
16091
16092 \series default
16093 is typed in, a new box appears below for the new line.
16094 \end_layout
16095
16096 \begin_layout Standard
16097 The alignment of the lines can be changed to left aligned with the 
16098 \family sans
16099 table
16100 \family default
16101  
16102 \family sans
16103 toolbar
16104 \family default
16105  or the menu 
16106 \family sans
16107 Edit\SpecialChar \menuseparator
16108 Rows &Columns
16109 \family default
16110 .
16111  To get right alignment, 
16112 \series bold
16113
16114 \backslash
16115 hfill
16116 \begin_inset ERT
16117 status collapsed
16118
16119 \begin_layout Plain Layout
16120
16121
16122 \backslash
16123 spce 
16124 \end_layout
16125
16126 \end_inset
16127
16128
16129 \series default
16130  is inserted at the beginning of the line.
16131 \end_layout
16132
16133 \begin_layout Standard
16134 The command 
16135 \series bold
16136
16137 \backslash
16138 substack
16139 \series default
16140  is equivalent to 
16141 \series bold
16142
16143 \backslash
16144 subarray
16145 \series default
16146  with the difference that the lines are always centered.
16147 \end_layout
16148
16149 \begin_layout Standard
16150 \begin_inset VSpace bigskip
16151 \end_inset
16152
16153 Like in formula 
16154 \begin_inset CommandInset ref
16155 LatexCommand eqref
16156 reference "eq:substack"
16157
16158 \end_inset
16159
16160  there can be too much space beside an operator, because the characters
16161  following the operator are set beside the limits.
16162 \end_layout
16163
16164 \begin_layout Standard
16165 To avoid this, the following macro can be used in the LaTeX-preamble:
16166 \end_layout
16167
16168 \begin_layout Standard
16169
16170 \series bold
16171
16172 \backslash
16173 def
16174 \backslash
16175 clap#1{
16176 \backslash
16177 hbox to 0pt{
16178 \backslash
16179 hss #1
16180 \backslash
16181 hss}}
16182 \begin_inset Newline newline
16183 \end_inset
16184
16185
16186 \backslash
16187 def
16188 \backslash
16189 mathclap {
16190 \backslash
16191 mathpalette 
16192 \backslash
16193 mathclapinternal}
16194 \begin_inset Newline newline
16195 \end_inset
16196
16197
16198 \backslash
16199 def
16200 \backslash
16201 mathclapinternal #1#2{
16202 \backslash
16203 clap{$
16204 \backslash
16205 mathsurround =0pt #1{#2}$}}
16206 \end_layout
16207
16208 \begin_layout Standard
16209 This defines the command 
16210 \series bold
16211
16212 \backslash
16213 mathclap
16214 \series default
16215
16216 \begin_inset Index
16217 status collapsed
16218
16219 \begin_layout Plain Layout
16220 Commands ! M ! 
16221 \backslash
16222 mathclap
16223 \end_layout
16224
16225 \end_inset
16226
16227  that sets the width of the limit to 0
16228 \begin_inset space \thinspace{}
16229 \end_inset
16230
16231 pt.
16232  The command scheme is
16233 \end_layout
16234
16235 \begin_layout Standard
16236
16237 \series bold
16238
16239 \backslash
16240 mathclap{limit}
16241 \end_layout
16242
16243 \begin_layout Standard
16244 where the limit can consist of several conditions.
16245 \end_layout
16246
16247 \begin_layout Standard
16248 Applied on formula 
16249 \begin_inset CommandInset ref
16250 LatexCommand eqref
16251 reference "eq:substack"
16252
16253 \end_inset
16254
16255 , one uses the command
16256 \end_layout
16257
16258 \begin_layout Standard
16259
16260 \series bold
16261
16262 \backslash
16263 sum_
16264 \backslash
16265 mathclap{
16266 \backslash
16267 substack
16268 \begin_inset ERT
16269 status collapsed
16270
16271 \begin_layout Plain Layout
16272
16273
16274 \backslash
16275 spce 
16276 \end_layout
16277
16278 \end_inset
16279
16280 0<k<1000 Ctrl+Return
16281 \end_layout
16282
16283 \begin_layout Standard
16284 to create the lower limit.
16285  The summand is now directly behind the summation operator:
16286 \begin_inset Formula \[
16287 \sum_{\mathclap{\substack{0<k<1000\\
16288 \\k\,\in\,\mathbb{N}}
16289 }}^{n}k^{-2}\]
16290
16291 \end_inset
16292
16293
16294 \end_layout
16295
16296 \begin_layout Standard
16297 \begin_inset VSpace bigskip
16298 \end_inset
16299
16300 How to use one limit for several operators is described in 
16301 \begin_inset CommandInset ref
16302 LatexCommand ref
16303 reference "sub:Self-defined-Operators"
16304
16305 \end_inset
16306
16307 .
16308 \end_layout
16309
16310 \begin_layout Standard
16311 \begin_inset Newpage newpage
16312 \end_inset
16313
16314
16315 \end_layout
16316
16317 \begin_layout Subsection
16318 Binary Operators
16319 \begin_inset CommandInset label
16320 LatexCommand label
16321 name "sub:Binary-Operators"
16322
16323 \end_inset
16324
16325
16326 \begin_inset Index
16327 status collapsed
16328
16329 \begin_layout Plain Layout
16330 Operators ! binary
16331 \end_layout
16332
16333 \end_inset
16334
16335
16336 \end_layout
16337
16338 \begin_layout Standard
16339 Binary operators are surrounded by space when there is a character before
16340  and behind them.
16341 \begin_inset VSpace medskip
16342 \end_inset
16343
16344
16345 \end_layout
16346
16347 \begin_layout Standard
16348 \begin_inset space \hfill{}
16349 \end_inset
16350
16351
16352 \begin_inset Tabular
16353 <lyxtabular version="3" rows="13" columns="2">
16354 <features>
16355 <column alignment="center" valignment="top" width="0pt">
16356 <column alignment="center" valignment="top" width="0pt">
16357 <row>
16358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16359 \begin_inset Text
16360
16361 \begin_layout Plain Layout
16362 Command
16363 \begin_inset Note Note
16364 status collapsed
16365
16366 \begin_layout Plain Layout
16367
16368 \series bold
16369
16370 \backslash
16371 raisebox
16372 \series default
16373  is only used as spacer.
16374 \end_layout
16375
16376 \end_inset
16377
16378
16379 \end_layout
16380
16381 \end_inset
16382 </cell>
16383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16384 \begin_inset Text
16385
16386 \begin_layout Plain Layout
16387 Result
16388 \end_layout
16389
16390 \end_inset
16391 </cell>
16392 </row>
16393 <row>
16394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16395 \begin_inset Text
16396
16397 \begin_layout Plain Layout
16398 +
16399 \end_layout
16400
16401 \end_inset
16402 </cell>
16403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16404 \begin_inset Text
16405
16406 \begin_layout Plain Layout
16407 \begin_inset Formula $+$
16408 \end_inset
16409
16410
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 </row>
16416 <row>
16417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16418 \begin_inset Text
16419
16420 \begin_layout Plain Layout
16421 -
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16427 \begin_inset Text
16428
16429 \begin_layout Plain Layout
16430 \begin_inset Formula $-$
16431 \end_inset
16432
16433
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 </row>
16439 <row>
16440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444
16445 \backslash
16446 pm
16447 \end_layout
16448
16449 \end_inset
16450 </cell>
16451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16452 \begin_inset Text
16453
16454 \begin_layout Plain Layout
16455 \begin_inset Formula $\pm$
16456 \end_inset
16457
16458
16459 \end_layout
16460
16461 \end_inset
16462 </cell>
16463 </row>
16464 <row>
16465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16466 \begin_inset Text
16467
16468 \begin_layout Plain Layout
16469
16470 \backslash
16471 mp
16472 \end_layout
16473
16474 \end_inset
16475 </cell>
16476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16477 \begin_inset Text
16478
16479 \begin_layout Plain Layout
16480 \begin_inset Formula $\mp$
16481 \end_inset
16482
16483
16484 \end_layout
16485
16486 \end_inset
16487 </cell>
16488 </row>
16489 <row>
16490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16491 \begin_inset Text
16492
16493 \begin_layout Plain Layout
16494
16495 \backslash
16496 cdot
16497 \end_layout
16498
16499 \end_inset
16500 </cell>
16501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16502 \begin_inset Text
16503
16504 \begin_layout Plain Layout
16505 \begin_inset Formula $\cdot$
16506 \end_inset
16507
16508
16509 \end_layout
16510
16511 \end_inset
16512 </cell>
16513 </row>
16514 <row>
16515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16516 \begin_inset Text
16517
16518 \begin_layout Plain Layout
16519
16520 \backslash
16521 times
16522 \end_layout
16523
16524 \end_inset
16525 </cell>
16526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16527 \begin_inset Text
16528
16529 \begin_layout Plain Layout
16530 \begin_inset Formula $\times$
16531 \end_inset
16532
16533
16534 \end_layout
16535
16536 \end_inset
16537 </cell>
16538 </row>
16539 <row>
16540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16541 \begin_inset Text
16542
16543 \begin_layout Plain Layout
16544
16545 \backslash
16546 div
16547 \end_layout
16548
16549 \end_inset
16550 </cell>
16551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16552 \begin_inset Text
16553
16554 \begin_layout Plain Layout
16555 \begin_inset Formula $\div$
16556 \end_inset
16557
16558
16559 \end_layout
16560
16561 \end_inset
16562 </cell>
16563 </row>
16564 <row>
16565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16566 \begin_inset Text
16567
16568 \begin_layout Plain Layout
16569 \begin_inset ERT
16570 status collapsed
16571
16572 \begin_layout Plain Layout
16573
16574
16575 \backslash
16576 raisebox{-1.2mm}{
16577 \end_layout
16578
16579 \end_inset
16580
16581 *
16582 \begin_inset ERT
16583 status collapsed
16584
16585 \begin_layout Plain Layout
16586
16587 }
16588 \end_layout
16589
16590 \end_inset
16591
16592
16593 \end_layout
16594
16595 \end_inset
16596 </cell>
16597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16598 \begin_inset Text
16599
16600 \begin_layout Plain Layout
16601 \begin_inset Formula $*$
16602 \end_inset
16603
16604
16605 \end_layout
16606
16607 \end_inset
16608 </cell>
16609 </row>
16610 <row>
16611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16612 \begin_inset Text
16613
16614 \begin_layout Plain Layout
16615
16616 \backslash
16617 star
16618 \end_layout
16619
16620 \end_inset
16621 </cell>
16622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16623 \begin_inset Text
16624
16625 \begin_layout Plain Layout
16626 \begin_inset Formula $\star$
16627 \end_inset
16628
16629
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 </row>
16635 <row>
16636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16637 \begin_inset Text
16638
16639 \begin_layout Plain Layout
16640
16641 \backslash
16642 circ
16643 \end_layout
16644
16645 \end_inset
16646 </cell>
16647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16648 \begin_inset Text
16649
16650 \begin_layout Plain Layout
16651 \begin_inset Formula $\circ$
16652 \end_inset
16653
16654
16655 \end_layout
16656
16657 \end_inset
16658 </cell>
16659 </row>
16660 <row>
16661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16662 \begin_inset Text
16663
16664 \begin_layout Plain Layout
16665
16666 \backslash
16667 diamond
16668 \end_layout
16669
16670 \end_inset
16671 </cell>
16672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16673 \begin_inset Text
16674
16675 \begin_layout Plain Layout
16676 \begin_inset Formula $\diamond$
16677 \end_inset
16678
16679
16680 \end_layout
16681
16682 \end_inset
16683 </cell>
16684 </row>
16685 <row>
16686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16687 \begin_inset Text
16688
16689 \begin_layout Plain Layout
16690
16691 \backslash
16692 bullet
16693 \end_layout
16694
16695 \end_inset
16696 </cell>
16697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16698 \begin_inset Text
16699
16700 \begin_layout Plain Layout
16701 \begin_inset Formula $\bullet$
16702 \end_inset
16703
16704
16705 \end_layout
16706
16707 \end_inset
16708 </cell>
16709 </row>
16710 </lyxtabular>
16711
16712 \end_inset
16713
16714
16715 \begin_inset space \hfill{}
16716 \end_inset
16717
16718
16719 \begin_inset Tabular
16720 <lyxtabular version="3" rows="13" columns="2">
16721 <features>
16722 <column alignment="center" valignment="top" width="0pt">
16723 <column alignment="center" valignment="top" width="0pt">
16724 <row>
16725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16726 \begin_inset Text
16727
16728 \begin_layout Plain Layout
16729 Command
16730 \end_layout
16731
16732 \end_inset
16733 </cell>
16734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16735 \begin_inset Text
16736
16737 \begin_layout Plain Layout
16738 Result
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 </row>
16744 <row>
16745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749
16750 \backslash
16751 nabla
16752 \end_layout
16753
16754 \end_inset
16755 </cell>
16756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16757 \begin_inset Text
16758
16759 \begin_layout Plain Layout
16760 \begin_inset Formula $\nabla$
16761 \end_inset
16762
16763
16764 \end_layout
16765
16766 \end_inset
16767 </cell>
16768 </row>
16769 <row>
16770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16771 \begin_inset Text
16772
16773 \begin_layout Plain Layout
16774
16775 \backslash
16776 bigtriangledown
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Plain Layout
16785 \begin_inset Formula $\bigtriangledown$
16786 \end_inset
16787
16788
16789 \end_layout
16790
16791 \end_inset
16792 </cell>
16793 </row>
16794 <row>
16795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16796 \begin_inset Text
16797
16798 \begin_layout Plain Layout
16799
16800 \backslash
16801 bigtriangleup
16802 \end_layout
16803
16804 \end_inset
16805 </cell>
16806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16807 \begin_inset Text
16808
16809 \begin_layout Plain Layout
16810 \begin_inset Formula $\bigtriangleup$
16811 \end_inset
16812
16813
16814 \end_layout
16815
16816 \end_inset
16817 </cell>
16818 </row>
16819 <row>
16820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824
16825 \backslash
16826 Box
16827 \end_layout
16828
16829 \end_inset
16830 </cell>
16831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16832 \begin_inset Text
16833
16834 \begin_layout Plain Layout
16835 \begin_inset Formula $\Box$
16836 \end_inset
16837
16838
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 </row>
16844 <row>
16845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16846 \begin_inset Text
16847
16848 \begin_layout Plain Layout
16849
16850 \backslash
16851 cap 
16852 \end_layout
16853
16854 \end_inset
16855 </cell>
16856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16857 \begin_inset Text
16858
16859 \begin_layout Plain Layout
16860 \begin_inset Formula $\cap$
16861 \end_inset
16862
16863
16864 \end_layout
16865
16866 \end_inset
16867 </cell>
16868 </row>
16869 <row>
16870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16871 \begin_inset Text
16872
16873 \begin_layout Plain Layout
16874
16875 \backslash
16876 cup
16877 \end_layout
16878
16879 \end_inset
16880 </cell>
16881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16882 \begin_inset Text
16883
16884 \begin_layout Plain Layout
16885 \begin_inset Formula $\cup$
16886 \end_inset
16887
16888
16889 \end_layout
16890
16891 \end_inset
16892 </cell>
16893 </row>
16894 <row>
16895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16896 \begin_inset Text
16897
16898 \begin_layout Plain Layout
16899
16900 \backslash
16901 dagger
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Plain Layout
16910 \begin_inset Formula $\dagger$
16911 \end_inset
16912
16913
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 </row>
16919 <row>
16920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924
16925 \backslash
16926 ddagger
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935 \begin_inset Formula $\ddagger$
16936 \end_inset
16937
16938
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 </row>
16944 <row>
16945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16946 \begin_inset Text
16947
16948 \begin_layout Plain Layout
16949
16950 \backslash
16951 wr
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16957 \begin_inset Text
16958
16959 \begin_layout Plain Layout
16960 \begin_inset Formula $\wr$
16961 \end_inset
16962
16963
16964 \end_layout
16965
16966 \end_inset
16967 </cell>
16968 </row>
16969 <row>
16970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16971 \begin_inset Text
16972
16973 \begin_layout Plain Layout
16974
16975 \backslash
16976 bigcirc
16977 \end_layout
16978
16979 \end_inset
16980 </cell>
16981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16982 \begin_inset Text
16983
16984 \begin_layout Plain Layout
16985 \begin_inset Formula $\bigcirc$
16986 \end_inset
16987
16988
16989 \end_layout
16990
16991 \end_inset
16992 </cell>
16993 </row>
16994 <row>
16995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16996 \begin_inset Text
16997
16998 \begin_layout Plain Layout
16999
17000 \backslash
17001 wedge
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17007 \begin_inset Text
17008
17009 \begin_layout Plain Layout
17010 \begin_inset Formula $\wedge$
17011 \end_inset
17012
17013
17014 \end_layout
17015
17016 \end_inset
17017 </cell>
17018 </row>
17019 <row>
17020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17021 \begin_inset Text
17022
17023 \begin_layout Plain Layout
17024
17025 \backslash
17026 vee
17027 \end_layout
17028
17029 \end_inset
17030 </cell>
17031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17032 \begin_inset Text
17033
17034 \begin_layout Plain Layout
17035 \begin_inset Formula $\vee$
17036 \end_inset
17037
17038
17039 \end_layout
17040
17041 \end_inset
17042 </cell>
17043 </row>
17044 </lyxtabular>
17045
17046 \end_inset
17047
17048
17049 \begin_inset space \hfill{}
17050 \end_inset
17051
17052
17053 \begin_inset Tabular
17054 <lyxtabular version="3" rows="13" columns="2">
17055 <features>
17056 <column alignment="center" valignment="top" width="0pt">
17057 <column alignment="center" valignment="top" width="0pt">
17058 <row>
17059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Plain Layout
17063 Command
17064 \end_layout
17065
17066 \end_inset
17067 </cell>
17068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17069 \begin_inset Text
17070
17071 \begin_layout Plain Layout
17072 Result
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 </row>
17078 <row>
17079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17080 \begin_inset Text
17081
17082 \begin_layout Plain Layout
17083
17084 \backslash
17085 oplus
17086 \end_layout
17087
17088 \end_inset
17089 </cell>
17090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17091 \begin_inset Text
17092
17093 \begin_layout Plain Layout
17094 \begin_inset Formula $\oplus$
17095 \end_inset
17096
17097
17098 \end_layout
17099
17100 \end_inset
17101 </cell>
17102 </row>
17103 <row>
17104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17105 \begin_inset Text
17106
17107 \begin_layout Plain Layout
17108
17109 \backslash
17110 ominus
17111 \end_layout
17112
17113 \end_inset
17114 </cell>
17115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17116 \begin_inset Text
17117
17118 \begin_layout Plain Layout
17119 \begin_inset Formula $\ominus$
17120 \end_inset
17121
17122
17123 \end_layout
17124
17125 \end_inset
17126 </cell>
17127 </row>
17128 <row>
17129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Plain Layout
17133
17134 \backslash
17135 otimes
17136 \end_layout
17137
17138 \end_inset
17139 </cell>
17140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17141 \begin_inset Text
17142
17143 \begin_layout Plain Layout
17144 \begin_inset Formula $\otimes$
17145 \end_inset
17146
17147
17148 \end_layout
17149
17150 \end_inset
17151 </cell>
17152 </row>
17153 <row>
17154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17155 \begin_inset Text
17156
17157 \begin_layout Plain Layout
17158
17159 \backslash
17160 oslash
17161 \end_layout
17162
17163 \end_inset
17164 </cell>
17165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17166 \begin_inset Text
17167
17168 \begin_layout Plain Layout
17169 \begin_inset Formula $\oslash$
17170 \end_inset
17171
17172
17173 \end_layout
17174
17175 \end_inset
17176 </cell>
17177 </row>
17178 <row>
17179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17180 \begin_inset Text
17181
17182 \begin_layout Plain Layout
17183
17184 \backslash
17185 odot
17186 \end_layout
17187
17188 \end_inset
17189 </cell>
17190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17191 \begin_inset Text
17192
17193 \begin_layout Plain Layout
17194 \begin_inset Formula $\odot$
17195 \end_inset
17196
17197
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 </row>
17203 <row>
17204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17205 \begin_inset Text
17206
17207 \begin_layout Plain Layout
17208
17209 \backslash
17210 amalg
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17216 \begin_inset Text
17217
17218 \begin_layout Plain Layout
17219 \begin_inset Formula $\amalg$
17220 \end_inset
17221
17222
17223 \end_layout
17224
17225 \end_inset
17226 </cell>
17227 </row>
17228 <row>
17229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17230 \begin_inset Text
17231
17232 \begin_layout Plain Layout
17233
17234 \backslash
17235 uplus
17236 \end_layout
17237
17238 \end_inset
17239 </cell>
17240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17241 \begin_inset Text
17242
17243 \begin_layout Plain Layout
17244 \begin_inset Formula $\uplus$
17245 \end_inset
17246
17247
17248 \end_layout
17249
17250 \end_inset
17251 </cell>
17252 </row>
17253 <row>
17254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17255 \begin_inset Text
17256
17257 \begin_layout Plain Layout
17258
17259 \backslash
17260 setminus
17261 \end_layout
17262
17263 \end_inset
17264 </cell>
17265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17266 \begin_inset Text
17267
17268 \begin_layout Plain Layout
17269 \begin_inset Formula $\setminus$
17270 \end_inset
17271
17272
17273 \end_layout
17274
17275 \end_inset
17276 </cell>
17277 </row>
17278 <row>
17279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17280 \begin_inset Text
17281
17282 \begin_layout Plain Layout
17283
17284 \backslash
17285 sqcap
17286 \end_layout
17287
17288 \end_inset
17289 </cell>
17290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17291 \begin_inset Text
17292
17293 \begin_layout Plain Layout
17294 \begin_inset Formula $\sqcap$
17295 \end_inset
17296
17297
17298 \end_layout
17299
17300 \end_inset
17301 </cell>
17302 </row>
17303 <row>
17304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17305 \begin_inset Text
17306
17307 \begin_layout Plain Layout
17308
17309 \backslash
17310 sqcup
17311 \end_layout
17312
17313 \end_inset
17314 </cell>
17315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17316 \begin_inset Text
17317
17318 \begin_layout Plain Layout
17319 \begin_inset Formula $\sqcup$
17320 \end_inset
17321
17322
17323 \end_layout
17324
17325 \end_inset
17326 </cell>
17327 </row>
17328 <row>
17329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17330 \begin_inset Text
17331
17332 \begin_layout Plain Layout
17333
17334 \backslash
17335 triangleleft
17336 \end_layout
17337
17338 \end_inset
17339 </cell>
17340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17341 \begin_inset Text
17342
17343 \begin_layout Plain Layout
17344 \begin_inset Formula $\triangleleft$
17345 \end_inset
17346
17347
17348 \end_layout
17349
17350 \end_inset
17351 </cell>
17352 </row>
17353 <row>
17354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17355 \begin_inset Text
17356
17357 \begin_layout Plain Layout
17358
17359 \backslash
17360 triangleright
17361 \end_layout
17362
17363 \end_inset
17364 </cell>
17365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17366 \begin_inset Text
17367
17368 \begin_layout Plain Layout
17369 \begin_inset Formula $\triangleright$
17370 \end_inset
17371
17372
17373 \end_layout
17374
17375 \end_inset
17376 </cell>
17377 </row>
17378 </lyxtabular>
17379
17380 \end_inset
17381
17382
17383 \begin_inset space \hfill{}
17384 \end_inset
17385
17386
17387 \end_layout
17388
17389 \begin_layout Standard
17390 All binary operators can also be inserted via the math toolbar button 
17391 \begin_inset Graphics
17392         filename ../images/math/pm.png
17393         scale 85
17394
17395 \end_inset
17396
17397 .
17398 \end_layout
17399
17400 \begin_layout Standard
17401 To typeset the Laplace operator also 
17402 \series bold
17403
17404 \backslash
17405 Delta
17406 \series default
17407  or 
17408 \series bold
17409
17410 \backslash
17411 nabla
17412 \series default
17413 ^
17414 \series bold
17415 2
17416 \series default
17417  (
17418 \begin_inset Formula $\nabla^{2}$
17419 \end_inset
17420
17421 ) can be used instead of 
17422 \series bold
17423
17424 \backslash
17425 bigtriangleup
17426 \series default
17427  .
17428 \end_layout
17429
17430 \begin_layout Standard
17431 The character 
17432 \family sans
17433 Menu Separator
17434 \family default
17435  from the menu 
17436 \family sans
17437 Insert\SpecialChar \menuseparator
17438 Special Character
17439 \family default
17440  is the operator 
17441 \series bold
17442
17443 \backslash
17444 triangleright
17445 \series default
17446 .
17447 \end_layout
17448
17449 \begin_layout Subsection
17450 Self-defined Operators
17451 \begin_inset CommandInset label
17452 LatexCommand label
17453 name "sub:Self-defined-Operators"
17454
17455 \end_inset
17456
17457
17458 \begin_inset Index
17459 status collapsed
17460
17461 \begin_layout Plain Layout
17462 Operators ! self-defined
17463 \end_layout
17464
17465 \end_inset
17466
17467
17468 \end_layout
17469
17470 \begin_layout Standard
17471 With the help of the command 
17472 \series bold
17473
17474 \backslash
17475 DeclareMathOperator
17476 \series default
17477
17478 \begin_inset Index
17479 status collapsed
17480
17481 \begin_layout Plain Layout
17482 Commands ! D ! 
17483 \backslash
17484 dbinom@
17485 \backslash
17486 DeclareMathOperator
17487 \end_layout
17488
17489 \end_inset
17490
17491  custom operators can be defined in the LaTeX-preamble.
17492  Its command scheme is:
17493 \end_layout
17494
17495 \begin_layout Standard
17496
17497 \series bold
17498
17499 \backslash
17500 DeclareMathOperator{new command}{display}
17501 \end_layout
17502
17503 \begin_layout Standard
17504 Display can be characters or symbols that define how the operator looks
17505  in the output.
17506  To define a big operator a * is set behind the command.
17507  All self-defined big operators can have limits as described in 
17508 \begin_inset CommandInset ref
17509 LatexCommand ref
17510 reference "sub:Operator-Limits"
17511
17512 \end_inset
17513
17514 .
17515 \end_layout
17516
17517 \begin_layout Standard
17518 For example the LaTeX-preamble line
17519 \end_layout
17520
17521 \begin_layout Standard
17522
17523 \series bold
17524
17525 \backslash
17526 DeclareMathOperator*{
17527 \backslash
17528 Lozenge}{
17529 \backslash
17530 blacklozenge}
17531 \end_layout
17532
17533 \begin_layout Standard
17534 defines the command 
17535 \series bold
17536
17537 \backslash
17538 Lozenge
17539 \series default
17540 , that inserts a big operator consisting of the lozenge symbol from 
17541 \begin_inset CommandInset ref
17542 LatexCommand ref
17543 reference "sub:Miscellaneous-Symbols"
17544
17545 \end_inset
17546
17547 :
17548 \begin_inset Formula \[
17549 \Lozenge_{n=1}^{\infty}\]
17550
17551 \end_inset
17552
17553 The command for this formula is: 
17554 \series bold
17555
17556 \backslash
17557 Lozenge
17558 \series default
17559 ^
17560 \series bold
17561
17562 \backslash
17563 infty
17564 \begin_inset Formula $\to$
17565 \end_inset
17566
17567 _n=1
17568 \end_layout
17569
17570 \begin_layout Standard
17571 \begin_inset VSpace bigskip
17572 \end_inset
17573
17574 When self-defined operators are not used several times in the document,
17575  they can also be defined with the commands 
17576 \series bold
17577
17578 \backslash
17579 mathop
17580 \series default
17581
17582 \begin_inset Index
17583 status collapsed
17584
17585 \begin_layout Plain Layout
17586 Commands ! M ! 
17587 \backslash
17588 mathop
17589 \end_layout
17590
17591 \end_inset
17592
17593  and 
17594 \series bold
17595
17596 \backslash
17597 mathbin
17598 \series default
17599
17600 \begin_inset Index
17601 status collapsed
17602
17603 \begin_layout Plain Layout
17604 Commands ! M ! 
17605 \backslash
17606 mathbin
17607 \end_layout
17608
17609 \end_inset
17610
17611 , which have the following scheme:
17612 \end_layout
17613
17614 \begin_layout Standard
17615
17616 \series bold
17617
17618 \backslash
17619 mathop{display}
17620 \series default
17621  and 
17622 \series bold
17623
17624 \backslash
17625 mathbin{display}
17626 \end_layout
17627
17628 \begin_layout Standard
17629
17630 \series bold
17631
17632 \backslash
17633 mathop
17634 \series default
17635  defines big operators, 
17636 \series bold
17637
17638 \backslash
17639 mathbin
17640 \series default
17641  binary operators.
17642 \end_layout
17643
17644 \begin_layout Standard
17645
17646 \series bold
17647
17648 \backslash
17649 mathop
17650 \series default
17651  can e.
17652 \begin_inset space \thinspace{}
17653 \end_inset
17654
17655 g.
17656 \begin_inset space \space{}
17657 \end_inset
17658
17659 be used to use one limit for several operators:
17660 \end_layout
17661
17662 \begin_layout Standard
17663 \begin_inset Formula \[
17664 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17665
17666 \end_inset
17667
17668
17669 \end_layout
17670
17671 \begin_layout Standard
17672 The command for the formula above is:
17673 \begin_inset Newline newline
17674 \end_inset
17675
17676
17677 \series bold
17678
17679 \backslash
17680 mathop{
17681 \backslash
17682 sum
17683 \backslash
17684 negmedspace
17685 \backslash
17686 sum
17687 \series default
17688
17689 \begin_inset ERT
17690 status collapsed
17691
17692 \begin_layout Plain Layout
17693
17694
17695 \backslash
17696 spce 
17697 \end_layout
17698
17699 \end_inset
17700
17701
17702 \series bold
17703
17704 \begin_inset Formula $\to$
17705 \end_inset
17706
17707 ^N
17708 \series default
17709
17710 \begin_inset ERT
17711 status collapsed
17712
17713 \begin_layout Plain Layout
17714
17715
17716 \backslash
17717 spce 
17718 \end_layout
17719
17720 \end_inset
17721
17722
17723 \series bold
17724 _i,j=1
17725 \end_layout
17726
17727 \begin_layout Section
17728 Fonts
17729 \begin_inset Index
17730 status collapsed
17731
17732 \begin_layout Plain Layout
17733 Fonts
17734 \end_layout
17735
17736 \end_inset
17737
17738
17739 \end_layout
17740
17741 \begin_layout Subsection
17742 Font Styles
17743 \begin_inset CommandInset label
17744 LatexCommand label
17745 name "sub:Font-Styles"
17746
17747 \end_inset
17748
17749
17750 \begin_inset Index
17751 status collapsed
17752
17753 \begin_layout Plain Layout
17754 Font ! style
17755 \end_layout
17756
17757 \end_inset
17758
17759
17760 \end_layout
17761
17762 \begin_layout Standard
17763 Latin letters in formulas can be set in one of the following font styles:
17764 \begin_inset VSpace -2mm
17765 \end_inset
17766
17767
17768 \end_layout
17769
17770 \begin_layout Standard
17771 \align center
17772 \begin_inset Tabular
17773 <lyxtabular version="3" rows="6" columns="3">
17774 <features>
17775 <column alignment="center" valignment="top" width="0">
17776 <column alignment="center" valignment="top" width="0">
17777 <column alignment="center" valignment="top" width="0">
17778 <row>
17779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17780 \begin_inset Text
17781
17782 \begin_layout Plain Layout
17783 Command
17784 \end_layout
17785
17786 \end_inset
17787 </cell>
17788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17789 \begin_inset Text
17790
17791 \begin_layout Plain Layout
17792 Result
17793 \end_layout
17794
17795 \end_inset
17796 </cell>
17797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17798 \begin_inset Text
17799
17800 \begin_layout Plain Layout
17801 shortcut
17802 \end_layout
17803
17804 \end_inset
17805 </cell>
17806 </row>
17807 <row>
17808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17809 \begin_inset Text
17810
17811 \begin_layout Plain Layout
17812
17813 \backslash
17814 mathbb
17815 \series bold
17816
17817 \begin_inset ERT
17818 status collapsed
17819
17820 \begin_layout Plain Layout
17821
17822
17823 \backslash
17824 spce 
17825 \end_layout
17826
17827 \end_inset
17828
17829
17830 \series default
17831 ABC
17832 \end_layout
17833
17834 \end_inset
17835 </cell>
17836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17837 \begin_inset Text
17838
17839 \begin_layout Plain Layout
17840 \begin_inset Formula $\mathbb{ABC}$
17841 \end_inset
17842
17843
17844 \end_layout
17845
17846 \end_inset
17847 </cell>
17848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17849 \begin_inset Text
17850
17851 \begin_layout Plain Layout
17852 \begin_inset Info
17853 type  "shortcut"
17854 arg   "font-noun"
17855 \end_inset
17856
17857
17858 \end_layout
17859
17860 \end_inset
17861 </cell>
17862 </row>
17863 <row>
17864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17865 \begin_inset Text
17866
17867 \begin_layout Plain Layout
17868
17869 \backslash
17870 mathbf
17871 \series bold
17872
17873 \begin_inset ERT
17874 status collapsed
17875
17876 \begin_layout Plain Layout
17877
17878
17879 \backslash
17880 spce 
17881 \end_layout
17882
17883 \end_inset
17884
17885
17886 \series default
17887 AbC
17888 \end_layout
17889
17890 \end_inset
17891 </cell>
17892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17893 \begin_inset Text
17894
17895 \begin_layout Plain Layout
17896 \begin_inset Formula $\mathbf{AbC}$
17897 \end_inset
17898
17899
17900 \end_layout
17901
17902 \end_inset
17903 </cell>
17904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17905 \begin_inset Text
17906
17907 \begin_layout Plain Layout
17908 \begin_inset Info
17909 type  "shortcut"
17910 arg   "font-bold"
17911 \end_inset
17912
17913
17914 \end_layout
17915
17916 \end_inset
17917 </cell>
17918 </row>
17919 <row>
17920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17921 \begin_inset Text
17922
17923 \begin_layout Plain Layout
17924
17925 \backslash
17926 boldsymbol
17927 \series bold
17928
17929 \begin_inset ERT
17930 status collapsed
17931
17932 \begin_layout Plain Layout
17933
17934
17935 \backslash
17936 spce 
17937 \end_layout
17938
17939 \end_inset
17940
17941
17942 \series default
17943 AbC
17944 \end_layout
17945
17946 \end_inset
17947 </cell>
17948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17949 \begin_inset Text
17950
17951 \begin_layout Plain Layout
17952 \begin_inset Formula $\boldsymbol{AbC}$
17953 \end_inset
17954
17955
17956 \end_layout
17957
17958 \end_inset
17959 </cell>
17960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17961 \begin_inset Text
17962
17963 \begin_layout Plain Layout
17964 \begin_inset Info
17965 type  "shortcuts"
17966 arg   "font-boldsymbol"
17967 \end_inset
17968
17969
17970 \end_layout
17971
17972 \end_inset
17973 </cell>
17974 </row>
17975 <row>
17976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17977 \begin_inset Text
17978
17979 \begin_layout Plain Layout
17980
17981 \backslash
17982 mathcal
17983 \series bold
17984
17985 \begin_inset ERT
17986 status collapsed
17987
17988 \begin_layout Plain Layout
17989
17990
17991 \backslash
17992 spce 
17993 \end_layout
17994
17995 \end_inset
17996
17997
17998 \series default
17999 ABC
18000 \end_layout
18001
18002 \end_inset
18003 </cell>
18004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18005 \begin_inset Text
18006
18007 \begin_layout Plain Layout
18008 \begin_inset Formula $\mathcal{ABC}$
18009 \end_inset
18010
18011
18012 \end_layout
18013
18014 \end_inset
18015 </cell>
18016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18017 \begin_inset Text
18018
18019 \begin_layout Plain Layout
18020 \begin_inset Info
18021 type  "shortcut"
18022 arg   "font-emph"
18023 \end_inset
18024
18025
18026 \end_layout
18027
18028 \end_inset
18029 </cell>
18030 </row>
18031 <row>
18032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18033 \begin_inset Text
18034
18035 \begin_layout Plain Layout
18036
18037 \backslash
18038 mathfrak
18039 \series bold
18040
18041 \begin_inset ERT
18042 status collapsed
18043
18044 \begin_layout Plain Layout
18045
18046
18047 \backslash
18048 spce 
18049 \end_layout
18050
18051 \end_inset
18052
18053
18054 \series default
18055 AbC
18056 \end_layout
18057
18058 \end_inset
18059 </cell>
18060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18061 \begin_inset Text
18062
18063 \begin_layout Plain Layout
18064 \begin_inset Formula $\mathfrak{AbC}$
18065 \end_inset
18066
18067
18068 \end_layout
18069
18070 \end_inset
18071 </cell>
18072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18073 \begin_inset Text
18074
18075 \begin_layout Plain Layout
18076 -
18077 \end_layout
18078
18079 \end_inset
18080 </cell>
18081 </row>
18082 </lyxtabular>
18083
18084 \end_inset
18085
18086
18087 \end_layout
18088
18089 \begin_layout Standard
18090 \align center
18091 \begin_inset Tabular
18092 <lyxtabular version="3" rows="5" columns="3">
18093 <features>
18094 <column alignment="center" valignment="top" width="0">
18095 <column alignment="center" valignment="top" width="0">
18096 <column alignment="center" valignment="top" width="0">
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 Command
18103 \end_layout
18104
18105 \end_inset
18106 </cell>
18107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18108 \begin_inset Text
18109
18110 \begin_layout Plain Layout
18111 Result
18112 \end_layout
18113
18114 \end_inset
18115 </cell>
18116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18117 \begin_inset Text
18118
18119 \begin_layout Plain Layout
18120 shortcut
18121 \end_layout
18122
18123 \end_inset
18124 </cell>
18125 </row>
18126 <row>
18127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131
18132 \backslash
18133 mathit
18134 \series bold
18135
18136 \begin_inset ERT
18137 status collapsed
18138
18139 \begin_layout Plain Layout
18140
18141
18142 \backslash
18143 spce 
18144 \end_layout
18145
18146 \end_inset
18147
18148
18149 \series default
18150 AbC
18151 \end_layout
18152
18153 \end_inset
18154 </cell>
18155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18156 \begin_inset Text
18157
18158 \begin_layout Plain Layout
18159 \begin_inset Formula $\mathit{AbC}$
18160 \end_inset
18161
18162
18163 \end_layout
18164
18165 \end_inset
18166 </cell>
18167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171 -
18172 \end_layout
18173
18174 \end_inset
18175 </cell>
18176 </row>
18177 <row>
18178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout Plain Layout
18182
18183 \backslash
18184 mathrm
18185 \series bold
18186
18187 \begin_inset ERT
18188 status collapsed
18189
18190 \begin_layout Plain Layout
18191
18192
18193 \backslash
18194 spce 
18195 \end_layout
18196
18197 \end_inset
18198
18199
18200 \series default
18201 AbC
18202 \end_layout
18203
18204 \end_inset
18205 </cell>
18206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18207 \begin_inset Text
18208
18209 \begin_layout Plain Layout
18210 \begin_inset Formula $\mathrm{AbC}$
18211 \end_inset
18212
18213
18214 \end_layout
18215
18216 \end_inset
18217 </cell>
18218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18219 \begin_inset Text
18220
18221 \begin_layout Plain Layout
18222 \begin_inset Info
18223 type  "shortcut"
18224 arg   "font-roman"
18225 \end_inset
18226
18227
18228 \end_layout
18229
18230 \end_inset
18231 </cell>
18232 </row>
18233 <row>
18234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18235 \begin_inset Text
18236
18237 \begin_layout Plain Layout
18238
18239 \backslash
18240 mathsf
18241 \series bold
18242
18243 \begin_inset ERT
18244 status collapsed
18245
18246 \begin_layout Plain Layout
18247
18248
18249 \backslash
18250 spce 
18251 \end_layout
18252
18253 \end_inset
18254
18255
18256 \series default
18257 AbC
18258 \end_layout
18259
18260 \end_inset
18261 </cell>
18262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18263 \begin_inset Text
18264
18265 \begin_layout Plain Layout
18266 \begin_inset Formula $\mathsf{AbC}$
18267 \end_inset
18268
18269
18270 \end_layout
18271
18272 \end_inset
18273 </cell>
18274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18275 \begin_inset Text
18276
18277 \begin_layout Plain Layout
18278 \begin_inset Info
18279 type  "shortcut"
18280 arg   "font-sans"
18281 \end_inset
18282
18283
18284 \end_layout
18285
18286 \end_inset
18287 </cell>
18288 </row>
18289 <row>
18290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18291 \begin_inset Text
18292
18293 \begin_layout Plain Layout
18294
18295 \backslash
18296 mathtt
18297 \series bold
18298
18299 \begin_inset ERT
18300 status collapsed
18301
18302 \begin_layout Plain Layout
18303
18304
18305 \backslash
18306 spce 
18307 \end_layout
18308
18309 \end_inset
18310
18311
18312 \series default
18313 AbC
18314 \end_layout
18315
18316 \end_inset
18317 </cell>
18318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18319 \begin_inset Text
18320
18321 \begin_layout Plain Layout
18322 \begin_inset Formula $\mathtt{AbC}$
18323 \end_inset
18324
18325
18326 \end_layout
18327
18328 \end_inset
18329 </cell>
18330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18331 \begin_inset Text
18332
18333 \begin_layout Plain Layout
18334 \begin_inset Info
18335 type  "shortcut"
18336 arg   "font-typewriter"
18337 \end_inset
18338
18339
18340 \end_layout
18341
18342 \end_inset
18343 </cell>
18344 </row>
18345 </lyxtabular>
18346
18347 \end_inset
18348
18349
18350 \end_layout
18351
18352 \begin_layout Standard
18353 \begin_inset Note Greyedout
18354 status open
18355
18356 \begin_layout Plain Layout
18357
18358 \series bold
18359 Note:
18360 \series default
18361  The styles 
18362 \series bold
18363
18364 \backslash
18365 mathbb
18366 \series default
18367  and 
18368 \series bold
18369
18370 \backslash
18371 mathcal
18372 \series default
18373  can only be used for big letters.
18374 \end_layout
18375
18376 \end_inset
18377
18378
18379 \end_layout
18380
18381 \begin_layout Standard
18382 Predefined is the style 
18383 \series bold
18384
18385 \backslash
18386 mathnormal
18387 \series default
18388 .
18389 \end_layout
18390
18391 \begin_layout Standard
18392 The style commands work also for letters in mathematical constructs:
18393 \begin_inset Formula \[
18394 \mathfrak{A=\frac{b}{C}}\]
18395
18396 \end_inset
18397
18398
18399 \end_layout
18400
18401 \begin_layout Standard
18402 Characters in mathematical text don't appear in a math font style but in
18403  the text font style 
18404 \series bold
18405
18406 \backslash
18407 textrm
18408 \series default
18409 .
18410  That their style can't be set correctly via the text style dialog is a
18411  bug in LyX.
18412 \begin_inset Foot
18413 status collapsed
18414
18415 \begin_layout Plain Layout
18416 \begin_inset CommandInset href
18417 LatexCommand href
18418 name "LyX-bug #4091"
18419 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18420
18421 \end_inset
18422
18423
18424 \end_layout
18425
18426 \end_inset
18427
18428
18429 \end_layout
18430
18431 \begin_layout Standard
18432 Instead of the style commands the dialog 
18433 \family sans
18434 Edit\SpecialChar \menuseparator
18435 Math\SpecialChar \menuseparator
18436 Text Style
18437 \family default
18438  or the toolbar button 
18439 \begin_inset Graphics
18440         filename ../images/math/font.png
18441         scale 85
18442
18443 \end_inset
18444
18445  can be used.
18446 \end_layout
18447
18448 \begin_layout Subsection
18449 Bold Formulas
18450 \begin_inset CommandInset label
18451 LatexCommand label
18452 name "sub:Bold-Formulas"
18453
18454 \end_inset
18455
18456
18457 \begin_inset Index
18458 status collapsed
18459
18460 \begin_layout Plain Layout
18461 Formula ! bold
18462 \end_layout
18463
18464 \end_inset
18465
18466
18467 \end_layout
18468
18469 \begin_layout Standard
18470 To make a complete formula bold, the command 
18471 \series bold
18472
18473 \backslash
18474 mathbf
18475 \series default
18476  from the previous subsection cannot be used, because it doesn't work for
18477  small Greek letters.
18478  Furthermore it prints Latin letters always upright, like in the following
18479  equation:
18480 \end_layout
18481
18482 \begin_layout Standard
18483 \begin_inset Formula \[
18484 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
18485
18486 \end_inset
18487
18488
18489 \end_layout
18490
18491 \begin_layout Standard
18492 To display the formula correctly, the command 
18493 \series bold
18494
18495 \backslash
18496 boldsymbol
18497 \series default
18498  is used:
18499 \begin_inset Formula \[
18500 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
18501
18502 \end_inset
18503
18504 It is also possible to set the formula in a 
18505 \series bold
18506 boldmath environment
18507 \series default
18508 .
18509  This environment is created by inserting the command 
18510 \series bold
18511
18512 \backslash
18513 boldmath
18514 \begin_inset Index
18515 status collapsed
18516
18517 \begin_layout Plain Layout
18518 Commands ! B ! 
18519 \backslash
18520 boldmath
18521 \end_layout
18522
18523 \end_inset
18524
18525
18526 \series default
18527  in TeX-mode.
18528  To end the environment, the command 
18529 \series bold
18530
18531 \backslash
18532 unboldmath
18533 \begin_inset Index
18534 status collapsed
18535
18536 \begin_layout Plain Layout
18537 Commands ! U ! 
18538 \backslash
18539 unboldmath
18540 \end_layout
18541
18542 \end_inset
18543
18544
18545 \series default
18546  is inserted in TeX-mode.
18547 \begin_inset ERT
18548 status collapsed
18549
18550 \begin_layout Plain Layout
18551
18552
18553 \backslash
18554 boldmath 
18555 \end_layout
18556
18557 \end_inset
18558
18559
18560 \begin_inset Formula \[
18561 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18562
18563 \end_inset
18564
18565
18566 \begin_inset ERT
18567 status collapsed
18568
18569 \begin_layout Plain Layout
18570
18571
18572 \backslash
18573 unboldmath 
18574 \end_layout
18575
18576 \end_inset
18577
18578
18579 \end_layout
18580
18581 \begin_layout Subsection
18582 Colored Formulas
18583 \begin_inset Index
18584 status collapsed
18585
18586 \begin_layout Plain Layout
18587 Formula ! colored
18588 \end_layout
18589
18590 \end_inset
18591
18592
18593 \end_layout
18594
18595 \begin_layout Standard
18596 Formulas can be colored like normal text: Highlight a formula or a formula
18597  part and use the 
18598 \family sans
18599 Text Style
18600 \family default
18601  dialog.
18602  Here is a formula in magenta:
18603 \begin_inset Formula \[
18604 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18605
18606 \end_inset
18607
18608
18609 \end_layout
18610
18611 \begin_layout Standard
18612 You can also define your own colors as described in 
18613 \begin_inset CommandInset ref
18614 LatexCommand ref
18615 reference "sub:Colored-Boxes"
18616
18617 \end_inset
18618
18619 .
18620  They can be used with the TeX code command 
18621 \series bold
18622
18623 \backslash
18624 textcolor
18625 \series default
18626
18627 \begin_inset Index
18628 status collapsed
18629
18630 \begin_layout Plain Layout
18631 Commands ! T ! 
18632 \backslash
18633 textcolor
18634 \end_layout
18635
18636 \end_inset
18637
18638  in the scheme
18639 \end_layout
18640
18641 \begin_layout Standard
18642
18643 \series bold
18644
18645 \backslash
18646 textcolor{color}{characters or formula}
18647 \end_layout
18648
18649 \begin_layout Standard
18650 The following example was colored completely dark green and partly red:
18651 \end_layout
18652
18653 \begin_layout Standard
18654 \begin_inset ERT
18655 status collapsed
18656
18657 \begin_layout Plain Layout
18658
18659
18660 \backslash
18661 textcolor{darkgreen}{
18662 \end_layout
18663
18664 \end_inset
18665
18666
18667 \begin_inset Formula \[
18668 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18669
18670 \end_inset
18671
18672
18673 \begin_inset ERT
18674 status collapsed
18675
18676 \begin_layout Plain Layout
18677
18678 }
18679 \end_layout
18680
18681 \end_inset
18682
18683
18684 \end_layout
18685
18686 \begin_layout Standard
18687 Due to a bug in LyX only complete formulas can be colored with self-defined
18688  colors.
18689 \begin_inset Foot
18690 status collapsed
18691
18692 \begin_layout Plain Layout
18693 \begin_inset CommandInset href
18694 LatexCommand href
18695 name "LyX-bug #5269"
18696 target "http://bugzilla.lyx.org/show_bug.cgi?id=5269"
18697
18698 \end_inset
18699
18700
18701 \end_layout
18702
18703 \end_inset
18704
18705
18706 \end_layout
18707
18708 \begin_layout Subsection
18709 Font Sizes
18710 \begin_inset CommandInset label
18711 LatexCommand label
18712 name "sub:Font-Sizes"
18713
18714 \end_inset
18715
18716
18717 \begin_inset Index
18718 status collapsed
18719
18720 \begin_layout Plain Layout
18721 Font ! size
18722 \end_layout
18723
18724 \end_inset
18725
18726
18727 \end_layout
18728
18729 \begin_layout Standard
18730 For characters in formulas there are, analog to characters in text, the
18731  following size commands:
18732 \end_layout
18733
18734 \begin_layout Standard
18735
18736 \series bold
18737
18738 \backslash
18739 Huge
18740 \series default
18741
18742 \series bold
18743
18744 \backslash
18745 huge
18746 \series default
18747
18748 \series bold
18749
18750 \backslash
18751 LARGE
18752 \series default
18753
18754 \series bold
18755
18756 \backslash
18757 Large
18758 \series default
18759
18760 \series bold
18761
18762 \backslash
18763 large
18764 \series default
18765
18766 \series bold
18767
18768 \backslash
18769 normalsize
18770 \series default
18771
18772 \series bold
18773
18774 \backslash
18775 small
18776 \series default
18777 ,
18778 \begin_inset Newline newline
18779 \end_inset
18780
18781
18782 \series bold
18783
18784 \backslash
18785 footnotesize
18786 \series default
18787
18788 \series bold
18789
18790 \backslash
18791 scriptsize
18792 \series default
18793 , and 
18794 \series bold
18795
18796 \backslash
18797 tiny
18798 \end_layout
18799
18800 \begin_layout Standard
18801 The size produced by the commands depends on the document font size, that
18802  corresponds with the command 
18803 \series bold
18804
18805 \backslash
18806 normalsize
18807 \series default
18808 .
18809  The other commands produce smaller or larger sizes than 
18810 \series bold
18811
18812 \backslash
18813 normalsize
18814 \series default
18815 .
18816  The font size can however not exceed a certain value.
18817  Is for example the document font size 12
18818 \begin_inset space \thinspace{}
18819 \end_inset
18820
18821 pt, the command 
18822 \series bold
18823
18824 \backslash
18825 Huge
18826 \series default
18827  switches to the same size as 
18828 \series bold
18829
18830 \backslash
18831 huge
18832 \series default
18833 .
18834  
18835 \end_layout
18836
18837 \begin_layout Standard
18838 A size command is inserted in TeX-mode before the formula and sets the size
18839  for all following formula and text characters.
18840  To switch back to the initial size, the command 
18841 \series bold
18842
18843 \backslash
18844 normalsize
18845 \series default
18846  is inserted behind the formula in TeX-mode.
18847 \end_layout
18848
18849 \begin_layout Standard
18850 Within a formula the size can only be changed for symbols or letters in
18851  mathematical text.
18852  To do this, the size command is inserted in mathematical text.
18853  All following characters until the end of the mathematical text or until
18854  another size command will have the selected size.
18855  Two examples:
18856 \begin_inset VSpace -2mm
18857 \end_inset
18858
18859
18860 \end_layout
18861
18862 \begin_layout Standard
18863 \begin_inset ERT
18864 status collapsed
18865
18866 \begin_layout Plain Layout
18867
18868
18869 \backslash
18870 huge 
18871 \end_layout
18872
18873 \end_inset
18874
18875
18876 \begin_inset Formula \[
18877 A=\frac{B}{c}\cdot\maltese\]
18878
18879 \end_inset
18880
18881
18882 \begin_inset Formula \[
18883 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18884
18885 \end_inset
18886
18887
18888 \begin_inset ERT
18889 status collapsed
18890
18891 \begin_layout Plain Layout
18892
18893
18894 \backslash
18895 normalsize 
18896 \end_layout
18897
18898 \end_inset
18899
18900
18901 \end_layout
18902
18903 \begin_layout Standard
18904 \begin_inset VSpace medskip
18905 \end_inset
18906
18907 Before both formulas the command 
18908 \series bold
18909
18910 \backslash
18911 huge
18912 \series default
18913  was inserted.
18914  The command for the second formula is:
18915 \begin_inset Newline newline
18916 \end_inset
18917
18918
18919 \series bold
18920
18921 \backslash
18922 maltese
18923 \begin_inset ERT
18924 status collapsed
18925
18926 \begin_layout Plain Layout
18927
18928
18929 \backslash
18930 spce 
18931 \end_layout
18932
18933 \end_inset
18934
18935 A Alt+M M 
18936 \backslash
18937 Large
18938 \begin_inset ERT
18939 status collapsed
18940
18941 \begin_layout Plain Layout
18942
18943
18944 \backslash
18945 spce 
18946 \end_layout
18947
18948 \end_inset
18949
18950
18951 \backslash
18952 maltese
18953 \begin_inset ERT
18954 status collapsed
18955
18956 \begin_layout Plain Layout
18957
18958
18959 \backslash
18960 spce 
18961 \end_layout
18962
18963 \end_inset
18964
18965
18966 \backslash
18967 textit
18968 \begin_inset ERT
18969 status collapsed
18970
18971 \begin_layout Plain Layout
18972
18973
18974 \backslash
18975 spce 
18976 \end_layout
18977
18978 \end_inset
18979
18980 A
18981 \begin_inset Formula $\to$
18982 \end_inset
18983
18984
18985 \begin_inset Formula $\to$
18986 \end_inset
18987
18988
18989 \begin_inset Newline newline
18990 \end_inset
18991
18992
18993 \begin_inset space \hspace*{}
18994 \length 1cm
18995 \end_inset
18996
18997 Alt+M
18998 \series default
18999  
19000 \series bold
19001
19002 \backslash
19003 tiny
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 \end_layout
19048
19049 \begin_layout Standard
19050 If a symbol cannot be displayed in different sizes, it will always be displayed
19051  in the default size.
19052 \end_layout
19053
19054 \begin_layout Section
19055 Greek Letters
19056 \begin_inset Index
19057 status collapsed
19058
19059 \begin_layout Plain Layout
19060 Greek letters
19061 \end_layout
19062
19063 \end_inset
19064
19065
19066 \end_layout
19067
19068 \begin_layout Standard
19069 All Greek letters can also be inserted via the toolbar button 
19070 \begin_inset Graphics
19071         filename ../images/math/alpha.png
19072         scale 85
19073
19074 \end_inset
19075
19076 .
19077 \end_layout
19078
19079 \begin_layout Subsection
19080 Small Letters
19081 \begin_inset Index
19082 status collapsed
19083
19084 \begin_layout Plain Layout
19085 Greek letters ! small
19086 \end_layout
19087
19088 \end_inset
19089
19090
19091 \end_layout
19092
19093 \begin_layout Standard
19094 \begin_inset space \hfill{}
19095 \end_inset
19096
19097
19098 \begin_inset Tabular
19099 <lyxtabular version="3" rows="11" columns="2">
19100 <features>
19101 <column alignment="center" valignment="top" width="0pt">
19102 <column alignment="center" valignment="top" width="0pt">
19103 <row>
19104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19105 \begin_inset Text
19106
19107 \begin_layout Plain Layout
19108 Command
19109 \end_layout
19110
19111 \end_inset
19112 </cell>
19113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19114 \begin_inset Text
19115
19116 \begin_layout Plain Layout
19117 Result
19118 \end_layout
19119
19120 \end_inset
19121 </cell>
19122 </row>
19123 <row>
19124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19125 \begin_inset Text
19126
19127 \begin_layout Plain Layout
19128
19129 \backslash
19130 alpha
19131 \end_layout
19132
19133 \end_inset
19134 </cell>
19135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19136 \begin_inset Text
19137
19138 \begin_layout Plain Layout
19139 \begin_inset Formula $\alpha$
19140 \end_inset
19141
19142
19143 \end_layout
19144
19145 \end_inset
19146 </cell>
19147 </row>
19148 <row>
19149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19150 \begin_inset Text
19151
19152 \begin_layout Plain Layout
19153
19154 \backslash
19155 beta
19156 \end_layout
19157
19158 \end_inset
19159 </cell>
19160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19161 \begin_inset Text
19162
19163 \begin_layout Plain Layout
19164 \begin_inset Formula $\beta$
19165 \end_inset
19166
19167
19168 \end_layout
19169
19170 \end_inset
19171 </cell>
19172 </row>
19173 <row>
19174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19175 \begin_inset Text
19176
19177 \begin_layout Plain Layout
19178
19179 \backslash
19180 gamma
19181 \end_layout
19182
19183 \end_inset
19184 </cell>
19185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19186 \begin_inset Text
19187
19188 \begin_layout Plain Layout
19189 \begin_inset Formula $\gamma$
19190 \end_inset
19191
19192
19193 \end_layout
19194
19195 \end_inset
19196 </cell>
19197 </row>
19198 <row>
19199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19200 \begin_inset Text
19201
19202 \begin_layout Plain Layout
19203
19204 \backslash
19205 delta
19206 \end_layout
19207
19208 \end_inset
19209 </cell>
19210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19211 \begin_inset Text
19212
19213 \begin_layout Plain Layout
19214 \begin_inset Formula $\delta$
19215 \end_inset
19216
19217
19218 \end_layout
19219
19220 \end_inset
19221 </cell>
19222 </row>
19223 <row>
19224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19225 \begin_inset Text
19226
19227 \begin_layout Plain Layout
19228
19229 \backslash
19230 epsilon
19231 \end_layout
19232
19233 \end_inset
19234 </cell>
19235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19236 \begin_inset Text
19237
19238 \begin_layout Plain Layout
19239 \begin_inset Formula $\epsilon$
19240 \end_inset
19241
19242
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 </row>
19248 <row>
19249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19250 \begin_inset Text
19251
19252 \begin_layout Plain Layout
19253
19254 \backslash
19255 varepsilon
19256 \end_layout
19257
19258 \end_inset
19259 </cell>
19260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout Plain Layout
19264 \begin_inset Formula $\varepsilon$
19265 \end_inset
19266
19267
19268 \end_layout
19269
19270 \end_inset
19271 </cell>
19272 </row>
19273 <row>
19274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19275 \begin_inset Text
19276
19277 \begin_layout Plain Layout
19278
19279 \backslash
19280 zeta
19281 \end_layout
19282
19283 \end_inset
19284 </cell>
19285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19286 \begin_inset Text
19287
19288 \begin_layout Plain Layout
19289 \begin_inset Formula $\zeta$
19290 \end_inset
19291
19292
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 </row>
19298 <row>
19299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19300 \begin_inset Text
19301
19302 \begin_layout Plain Layout
19303
19304 \backslash
19305 eta
19306 \end_layout
19307
19308 \end_inset
19309 </cell>
19310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314 \begin_inset Formula $\eta$
19315 \end_inset
19316
19317
19318 \end_layout
19319
19320 \end_inset
19321 </cell>
19322 </row>
19323 <row>
19324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19325 \begin_inset Text
19326
19327 \begin_layout Plain Layout
19328
19329 \backslash
19330 theta
19331 \end_layout
19332
19333 \end_inset
19334 </cell>
19335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19336 \begin_inset Text
19337
19338 \begin_layout Plain Layout
19339 \begin_inset Formula $\theta$
19340 \end_inset
19341
19342
19343 \end_layout
19344
19345 \end_inset
19346 </cell>
19347 </row>
19348 <row>
19349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19350 \begin_inset Text
19351
19352 \begin_layout Plain Layout
19353
19354 \backslash
19355 vartheta
19356 \end_layout
19357
19358 \end_inset
19359 </cell>
19360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19361 \begin_inset Text
19362
19363 \begin_layout Plain Layout
19364 \begin_inset Formula $\vartheta$
19365 \end_inset
19366
19367
19368 \end_layout
19369
19370 \end_inset
19371 </cell>
19372 </row>
19373 </lyxtabular>
19374
19375 \end_inset
19376
19377
19378 \begin_inset space \hfill{}
19379 \end_inset
19380
19381
19382 \begin_inset Tabular
19383 <lyxtabular version="3" rows="12" columns="2">
19384 <features>
19385 <column alignment="center" valignment="top" width="0pt">
19386 <column alignment="center" valignment="top" width="0pt">
19387 <row>
19388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19389 \begin_inset Text
19390
19391 \begin_layout Plain Layout
19392 Command
19393 \end_layout
19394
19395 \end_inset
19396 </cell>
19397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19398 \begin_inset Text
19399
19400 \begin_layout Plain Layout
19401 Result
19402 \end_layout
19403
19404 \end_inset
19405 </cell>
19406 </row>
19407 <row>
19408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19409 \begin_inset Text
19410
19411 \begin_layout Plain Layout
19412
19413 \backslash
19414 iota
19415 \end_layout
19416
19417 \end_inset
19418 </cell>
19419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423 \begin_inset Formula $\iota$
19424 \end_inset
19425
19426
19427 \end_layout
19428
19429 \end_inset
19430 </cell>
19431 </row>
19432 <row>
19433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19434 \begin_inset Text
19435
19436 \begin_layout Plain Layout
19437
19438 \backslash
19439 kappa
19440 \end_layout
19441
19442 \end_inset
19443 </cell>
19444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448 \begin_inset Formula $\kappa$
19449 \end_inset
19450
19451
19452 \end_layout
19453
19454 \end_inset
19455 </cell>
19456 </row>
19457 <row>
19458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19459 \begin_inset Text
19460
19461 \begin_layout Plain Layout
19462
19463 \backslash
19464 varkappa
19465 \end_layout
19466
19467 \end_inset
19468 </cell>
19469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19470 \begin_inset Text
19471
19472 \begin_layout Plain Layout
19473 \begin_inset Formula $\varkappa$
19474 \end_inset
19475
19476
19477 \end_layout
19478
19479 \end_inset
19480 </cell>
19481 </row>
19482 <row>
19483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19484 \begin_inset Text
19485
19486 \begin_layout Plain Layout
19487
19488 \backslash
19489 lambda
19490 \end_layout
19491
19492 \end_inset
19493 </cell>
19494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19495 \begin_inset Text
19496
19497 \begin_layout Plain Layout
19498 \begin_inset Formula $\lambda$
19499 \end_inset
19500
19501
19502 \end_layout
19503
19504 \end_inset
19505 </cell>
19506 </row>
19507 <row>
19508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19509 \begin_inset Text
19510
19511 \begin_layout Plain Layout
19512
19513 \backslash
19514 mu
19515 \end_layout
19516
19517 \end_inset
19518 </cell>
19519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19520 \begin_inset Text
19521
19522 \begin_layout Plain Layout
19523 \begin_inset Formula $\mu$
19524 \end_inset
19525
19526
19527 \end_layout
19528
19529 \end_inset
19530 </cell>
19531 </row>
19532 <row>
19533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19534 \begin_inset Text
19535
19536 \begin_layout Plain Layout
19537
19538 \backslash
19539 nu
19540 \end_layout
19541
19542 \end_inset
19543 </cell>
19544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19545 \begin_inset Text
19546
19547 \begin_layout Plain Layout
19548 \begin_inset Formula $\nu$
19549 \end_inset
19550
19551
19552 \end_layout
19553
19554 \end_inset
19555 </cell>
19556 </row>
19557 <row>
19558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19559 \begin_inset Text
19560
19561 \begin_layout Plain Layout
19562
19563 \backslash
19564 xi
19565 \end_layout
19566
19567 \end_inset
19568 </cell>
19569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19570 \begin_inset Text
19571
19572 \begin_layout Plain Layout
19573 \begin_inset Formula $\xi$
19574 \end_inset
19575
19576
19577 \end_layout
19578
19579 \end_inset
19580 </cell>
19581 </row>
19582 <row>
19583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587 o
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19593 \begin_inset Text
19594
19595 \begin_layout Plain Layout
19596 \begin_inset Formula $o$
19597 \end_inset
19598
19599
19600 \end_layout
19601
19602 \end_inset
19603 </cell>
19604 </row>
19605 <row>
19606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19607 \begin_inset Text
19608
19609 \begin_layout Plain Layout
19610
19611 \backslash
19612 pi
19613 \end_layout
19614
19615 \end_inset
19616 </cell>
19617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19618 \begin_inset Text
19619
19620 \begin_layout Plain Layout
19621 \begin_inset Formula $\pi$
19622 \end_inset
19623
19624
19625 \end_layout
19626
19627 \end_inset
19628 </cell>
19629 </row>
19630 <row>
19631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19632 \begin_inset Text
19633
19634 \begin_layout Plain Layout
19635
19636 \backslash
19637 varpi
19638 \end_layout
19639
19640 \end_inset
19641 </cell>
19642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19643 \begin_inset Text
19644
19645 \begin_layout Plain Layout
19646 \begin_inset Formula $\varpi$
19647 \end_inset
19648
19649
19650 \end_layout
19651
19652 \end_inset
19653 </cell>
19654 </row>
19655 <row>
19656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19657 \begin_inset Text
19658
19659 \begin_layout Plain Layout
19660
19661 \backslash
19662 rho
19663 \end_layout
19664
19665 \end_inset
19666 </cell>
19667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19668 \begin_inset Text
19669
19670 \begin_layout Plain Layout
19671 \begin_inset Formula $\rho$
19672 \end_inset
19673
19674
19675 \end_layout
19676
19677 \end_inset
19678 </cell>
19679 </row>
19680 </lyxtabular>
19681
19682 \end_inset
19683
19684
19685 \begin_inset space \hfill{}
19686 \end_inset
19687
19688
19689 \begin_inset Tabular
19690 <lyxtabular version="3" rows="11" columns="2">
19691 <features>
19692 <column alignment="center" valignment="top" width="0pt">
19693 <column alignment="center" valignment="top" width="0pt">
19694 <row>
19695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19696 \begin_inset Text
19697
19698 \begin_layout Plain Layout
19699 Command
19700 \end_layout
19701
19702 \end_inset
19703 </cell>
19704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19705 \begin_inset Text
19706
19707 \begin_layout Plain Layout
19708 Result
19709 \end_layout
19710
19711 \end_inset
19712 </cell>
19713 </row>
19714 <row>
19715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19716 \begin_inset Text
19717
19718 \begin_layout Plain Layout
19719
19720 \backslash
19721 varrho
19722 \end_layout
19723
19724 \end_inset
19725 </cell>
19726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19727 \begin_inset Text
19728
19729 \begin_layout Plain Layout
19730 \begin_inset Formula $\varrho$
19731 \end_inset
19732
19733
19734 \end_layout
19735
19736 \end_inset
19737 </cell>
19738 </row>
19739 <row>
19740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19741 \begin_inset Text
19742
19743 \begin_layout Plain Layout
19744
19745 \backslash
19746 sigma
19747 \end_layout
19748
19749 \end_inset
19750 </cell>
19751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755 \begin_inset Formula $\sigma$
19756 \end_inset
19757
19758
19759 \end_layout
19760
19761 \end_inset
19762 </cell>
19763 </row>
19764 <row>
19765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19766 \begin_inset Text
19767
19768 \begin_layout Plain Layout
19769
19770 \backslash
19771 varsigma
19772 \end_layout
19773
19774 \end_inset
19775 </cell>
19776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780 \begin_inset Formula $\varsigma$
19781 \end_inset
19782
19783
19784 \end_layout
19785
19786 \end_inset
19787 </cell>
19788 </row>
19789 <row>
19790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19791 \begin_inset Text
19792
19793 \begin_layout Plain Layout
19794
19795 \backslash
19796 tau
19797 \end_layout
19798
19799 \end_inset
19800 </cell>
19801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19802 \begin_inset Text
19803
19804 \begin_layout Plain Layout
19805 \begin_inset Formula $\tau$
19806 \end_inset
19807
19808
19809 \end_layout
19810
19811 \end_inset
19812 </cell>
19813 </row>
19814 <row>
19815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19816 \begin_inset Text
19817
19818 \begin_layout Plain Layout
19819
19820 \backslash
19821 upsilon
19822 \end_layout
19823
19824 \end_inset
19825 </cell>
19826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19827 \begin_inset Text
19828
19829 \begin_layout Plain Layout
19830 \begin_inset Formula $\upsilon$
19831 \end_inset
19832
19833
19834 \end_layout
19835
19836 \end_inset
19837 </cell>
19838 </row>
19839 <row>
19840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19841 \begin_inset Text
19842
19843 \begin_layout Plain Layout
19844
19845 \backslash
19846 phi
19847 \end_layout
19848
19849 \end_inset
19850 </cell>
19851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19852 \begin_inset Text
19853
19854 \begin_layout Plain Layout
19855 \begin_inset Formula $\phi$
19856 \end_inset
19857
19858
19859 \end_layout
19860
19861 \end_inset
19862 </cell>
19863 </row>
19864 <row>
19865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19866 \begin_inset Text
19867
19868 \begin_layout Plain Layout
19869
19870 \backslash
19871 varphi
19872 \end_layout
19873
19874 \end_inset
19875 </cell>
19876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19877 \begin_inset Text
19878
19879 \begin_layout Plain Layout
19880 \begin_inset Formula $\varphi$
19881 \end_inset
19882
19883
19884 \end_layout
19885
19886 \end_inset
19887 </cell>
19888 </row>
19889 <row>
19890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19891 \begin_inset Text
19892
19893 \begin_layout Plain Layout
19894
19895 \backslash
19896 chi
19897 \end_layout
19898
19899 \end_inset
19900 </cell>
19901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19902 \begin_inset Text
19903
19904 \begin_layout Plain Layout
19905 \begin_inset Formula $\chi$
19906 \end_inset
19907
19908
19909 \end_layout
19910
19911 \end_inset
19912 </cell>
19913 </row>
19914 <row>
19915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19916 \begin_inset Text
19917
19918 \begin_layout Plain Layout
19919
19920 \backslash
19921 psi
19922 \end_layout
19923
19924 \end_inset
19925 </cell>
19926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19927 \begin_inset Text
19928
19929 \begin_layout Plain Layout
19930 \begin_inset Formula $\psi$
19931 \end_inset
19932
19933
19934 \end_layout
19935
19936 \end_inset
19937 </cell>
19938 </row>
19939 <row>
19940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19941 \begin_inset Text
19942
19943 \begin_layout Plain Layout
19944
19945 \backslash
19946 omega
19947 \end_layout
19948
19949 \end_inset
19950 </cell>
19951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19952 \begin_inset Text
19953
19954 \begin_layout Plain Layout
19955 \begin_inset Formula $\omega$
19956 \end_inset
19957
19958
19959 \end_layout
19960
19961 \end_inset
19962 </cell>
19963 </row>
19964 </lyxtabular>
19965
19966 \end_inset
19967
19968
19969 \begin_inset space \hfill{}
19970 \end_inset
19971
19972
19973 \end_layout
19974
19975 \begin_layout Standard
19976 \begin_inset VSpace medskip
19977 \end_inset
19978
19979
19980 \end_layout
19981
19982 \begin_layout Standard
19983 How to create upright Greek letters is explained in 
19984 \begin_inset CommandInset ref
19985 LatexCommand ref
19986 reference "sub:Upright-small-Greek"
19987
19988 \end_inset
19989
19990 .
19991 \end_layout
19992
19993 \begin_layout Subsection
19994 Big Letters
19995 \begin_inset Index
19996 status collapsed
19997
19998 \begin_layout Plain Layout
19999 Greek letters ! big
20000 \end_layout
20001
20002 \end_inset
20003
20004
20005 \end_layout
20006
20007 \begin_layout Standard
20008 \begin_inset space \hfill{}
20009 \end_inset
20010
20011
20012 \begin_inset Tabular
20013 <lyxtabular version="3" rows="7" columns="2">
20014 <features>
20015 <column alignment="center" valignment="top" width="0pt">
20016 <column alignment="center" valignment="top" width="0pt">
20017 <row>
20018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20019 \begin_inset Text
20020
20021 \begin_layout Plain Layout
20022 Command
20023 \end_layout
20024
20025 \end_inset
20026 </cell>
20027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20028 \begin_inset Text
20029
20030 \begin_layout Plain Layout
20031 Result
20032 \end_layout
20033
20034 \end_inset
20035 </cell>
20036 </row>
20037 <row>
20038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20039 \begin_inset Text
20040
20041 \begin_layout Plain Layout
20042
20043 \backslash
20044 Gamma
20045 \end_layout
20046
20047 \end_inset
20048 </cell>
20049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20050 \begin_inset Text
20051
20052 \begin_layout Plain Layout
20053 \begin_inset Formula $\Gamma$
20054 \end_inset
20055
20056
20057 \end_layout
20058
20059 \end_inset
20060 </cell>
20061 </row>
20062 <row>
20063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20064 \begin_inset Text
20065
20066 \begin_layout Plain Layout
20067
20068 \backslash
20069 Delta
20070 \end_layout
20071
20072 \end_inset
20073 </cell>
20074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20075 \begin_inset Text
20076
20077 \begin_layout Plain Layout
20078 \begin_inset Formula $\Delta$
20079 \end_inset
20080
20081
20082 \end_layout
20083
20084 \end_inset
20085 </cell>
20086 </row>
20087 <row>
20088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20089 \begin_inset Text
20090
20091 \begin_layout Plain Layout
20092
20093 \backslash
20094 Theta
20095 \end_layout
20096
20097 \end_inset
20098 </cell>
20099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20100 \begin_inset Text
20101
20102 \begin_layout Plain Layout
20103 \begin_inset Formula $\Theta$
20104 \end_inset
20105
20106
20107 \end_layout
20108
20109 \end_inset
20110 </cell>
20111 </row>
20112 <row>
20113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20114 \begin_inset Text
20115
20116 \begin_layout Plain Layout
20117
20118 \backslash
20119 Lambda
20120 \end_layout
20121
20122 \end_inset
20123 </cell>
20124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20125 \begin_inset Text
20126
20127 \begin_layout Plain Layout
20128 \begin_inset Formula $\Lambda$
20129 \end_inset
20130
20131
20132 \end_layout
20133
20134 \end_inset
20135 </cell>
20136 </row>
20137 <row>
20138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20139 \begin_inset Text
20140
20141 \begin_layout Plain Layout
20142
20143 \backslash
20144 Xi
20145 \end_layout
20146
20147 \end_inset
20148 </cell>
20149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20150 \begin_inset Text
20151
20152 \begin_layout Plain Layout
20153 \begin_inset Formula $\Xi$
20154 \end_inset
20155
20156
20157 \end_layout
20158
20159 \end_inset
20160 </cell>
20161 </row>
20162 <row>
20163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20164 \begin_inset Text
20165
20166 \begin_layout Plain Layout
20167
20168 \backslash
20169 Pi
20170 \end_layout
20171
20172 \end_inset
20173 </cell>
20174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20175 \begin_inset Text
20176
20177 \begin_layout Plain Layout
20178 \begin_inset Formula $\Pi$
20179 \end_inset
20180
20181
20182 \end_layout
20183
20184 \end_inset
20185 </cell>
20186 </row>
20187 </lyxtabular>
20188
20189 \end_inset
20190
20191
20192 \begin_inset space \hfill{}
20193 \end_inset
20194
20195
20196 \begin_inset Tabular
20197 <lyxtabular version="3" rows="6" columns="2">
20198 <features>
20199 <column alignment="center" valignment="top" width="0pt">
20200 <column alignment="center" valignment="top" width="0pt">
20201 <row>
20202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20203 \begin_inset Text
20204
20205 \begin_layout Plain Layout
20206 Command
20207 \end_layout
20208
20209 \end_inset
20210 </cell>
20211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20212 \begin_inset Text
20213
20214 \begin_layout Plain Layout
20215 Result
20216 \end_layout
20217
20218 \end_inset
20219 </cell>
20220 </row>
20221 <row>
20222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20223 \begin_inset Text
20224
20225 \begin_layout Plain Layout
20226
20227 \backslash
20228 Sigma
20229 \end_layout
20230
20231 \end_inset
20232 </cell>
20233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20234 \begin_inset Text
20235
20236 \begin_layout Plain Layout
20237 \begin_inset Formula $\Sigma$
20238 \end_inset
20239
20240
20241 \end_layout
20242
20243 \end_inset
20244 </cell>
20245 </row>
20246 <row>
20247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20248 \begin_inset Text
20249
20250 \begin_layout Plain Layout
20251
20252 \backslash
20253 Upsilon
20254 \end_layout
20255
20256 \end_inset
20257 </cell>
20258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20259 \begin_inset Text
20260
20261 \begin_layout Plain Layout
20262 \begin_inset Formula $\Upsilon$
20263 \end_inset
20264
20265
20266 \end_layout
20267
20268 \end_inset
20269 </cell>
20270 </row>
20271 <row>
20272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20273 \begin_inset Text
20274
20275 \begin_layout Plain Layout
20276
20277 \backslash
20278 Phi
20279 \end_layout
20280
20281 \end_inset
20282 </cell>
20283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20284 \begin_inset Text
20285
20286 \begin_layout Plain Layout
20287 \begin_inset Formula $\Phi$
20288 \end_inset
20289
20290
20291 \end_layout
20292
20293 \end_inset
20294 </cell>
20295 </row>
20296 <row>
20297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20298 \begin_inset Text
20299
20300 \begin_layout Plain Layout
20301
20302 \backslash
20303 Psi
20304 \end_layout
20305
20306 \end_inset
20307 </cell>
20308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20309 \begin_inset Text
20310
20311 \begin_layout Plain Layout
20312 \begin_inset Formula $\Psi$
20313 \end_inset
20314
20315
20316 \end_layout
20317
20318 \end_inset
20319 </cell>
20320 </row>
20321 <row>
20322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20323 \begin_inset Text
20324
20325 \begin_layout Plain Layout
20326
20327 \backslash
20328 Omega
20329 \end_layout
20330
20331 \end_inset
20332 </cell>
20333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20334 \begin_inset Text
20335
20336 \begin_layout Plain Layout
20337 \begin_inset Formula $\Omega$
20338 \end_inset
20339
20340
20341 \end_layout
20342
20343 \end_inset
20344 </cell>
20345 </row>
20346 </lyxtabular>
20347
20348 \end_inset
20349
20350
20351 \begin_inset space \hfill{}
20352 \end_inset
20353
20354
20355 \end_layout
20356
20357 \begin_layout Standard
20358 \begin_inset VSpace medskip
20359 \end_inset
20360
20361 That the big Greek letters appear upright is caused by a design bug when
20362  TeX was developed.
20363  To get correct italic big letters, begin every command with 
20364 \series bold
20365 var
20366 \series default
20367 .
20368  For example the command 
20369 \series bold
20370
20371 \backslash
20372 varGamma
20373 \series default
20374  produces: 
20375 \begin_inset Formula $\varGamma$
20376 \end_inset
20377
20378
20379 \end_layout
20380
20381 \begin_layout Subsection
20382 Bold Letters
20383 \begin_inset Index
20384 status collapsed
20385
20386 \begin_layout Plain Layout
20387 Greek letters ! bold
20388 \end_layout
20389
20390 \end_inset
20391
20392
20393 \end_layout
20394
20395 \begin_layout Standard
20396 Greek letters cannot be set with different font styles like Latin letters.
20397  They can only be made bold with the command 
20398 \series bold
20399
20400 \backslash
20401 boldsymbol
20402 \series default
20403
20404 \begin_inset Index
20405 status collapsed
20406
20407 \begin_layout Plain Layout
20408 Commands ! B ! 
20409 \backslash
20410 boldsymbol
20411 \end_layout
20412
20413 \end_inset
20414
20415 .
20416 \end_layout
20417
20418 \begin_layout Standard
20419 \align center
20420 \begin_inset Tabular
20421 <lyxtabular version="3" rows="3" columns="2">
20422 <features>
20423 <column alignment="center" valignment="top" width="0">
20424 <column alignment="center" valignment="top" width="0">
20425 <row>
20426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20427 \begin_inset Text
20428
20429 \begin_layout Plain Layout
20430 Command
20431 \end_layout
20432
20433 \end_inset
20434 </cell>
20435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20436 \begin_inset Text
20437
20438 \begin_layout Plain Layout
20439 Result
20440 \end_layout
20441
20442 \end_inset
20443 </cell>
20444 </row>
20445 <row>
20446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20447 \begin_inset Text
20448
20449 \begin_layout Plain Layout
20450
20451 \backslash
20452 Upsilon
20453 \backslash
20454 boldsymbol
20455 \backslash
20456 Upsilon
20457 \end_layout
20458
20459 \end_inset
20460 </cell>
20461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20462 \begin_inset Text
20463
20464 \begin_layout Plain Layout
20465 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20466 \end_inset
20467
20468
20469 \end_layout
20470
20471 \end_inset
20472 </cell>
20473 </row>
20474 <row>
20475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20476 \begin_inset Text
20477
20478 \begin_layout Plain Layout
20479
20480 \backslash
20481 theta
20482 \backslash
20483 boldsymbol
20484 \backslash
20485 theta
20486 \end_layout
20487
20488 \end_inset
20489 </cell>
20490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20491 \begin_inset Text
20492
20493 \begin_layout Plain Layout
20494 \begin_inset Formula $\theta\boldsymbol{\theta}$
20495 \end_inset
20496
20497
20498 \end_layout
20499
20500 \end_inset
20501 </cell>
20502 </row>
20503 </lyxtabular>
20504
20505 \end_inset
20506
20507
20508 \end_layout
20509
20510 \begin_layout Section
20511 Symbols
20512 \begin_inset ERT
20513 status collapsed
20514
20515 \begin_layout Plain Layout
20516
20517
20518 \backslash
20519 texorpdfstring{
20520 \end_layout
20521
20522 \end_inset
20523
20524
20525 \begin_inset Foot
20526 status collapsed
20527
20528 \begin_layout Plain Layout
20529 A list with all symbols of most of the LaTeX-packages can be found in 
20530 \begin_inset CommandInset citation
20531 LatexCommand cite
20532 key "Symbole"
20533
20534 \end_inset
20535
20536 .
20537 \end_layout
20538
20539 \end_inset
20540
20541
20542 \begin_inset ERT
20543 status collapsed
20544
20545 \begin_layout Plain Layout
20546
20547 }{}
20548 \end_layout
20549
20550 \end_inset
20551
20552
20553 \begin_inset Note Note
20554 status collapsed
20555
20556 \begin_layout Plain Layout
20557
20558 \backslash
20559 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20560 \end_layout
20561
20562 \begin_layout Plain Layout
20563 More about 
20564 \backslash
20565 texorpdfstring is in section 
20566 \begin_inset CommandInset ref
20567 LatexCommand ref
20568 reference "sub:Formulas-in-Section"
20569
20570 \end_inset
20571
20572 .
20573 \end_layout
20574
20575 \end_inset
20576
20577
20578 \begin_inset Index
20579 status collapsed
20580
20581 \begin_layout Plain Layout
20582 Symbols
20583 \end_layout
20584
20585 \end_inset
20586
20587
20588 \end_layout
20589
20590 \begin_layout Standard
20591 Many of the symbols listed in this section can also be inserted via the
20592  toolbar buttons 
20593 \begin_inset Graphics
20594         filename ../images/math/nabla.png
20595         scale 85
20596
20597 \end_inset
20598
20599  and 
20600 \begin_inset Graphics
20601         filename ../images/math/digamma.png
20602         scale 85
20603
20604 \end_inset
20605
20606 .
20607 \end_layout
20608
20609 \begin_layout Subsection
20610 Mathematical Symbols
20611 \begin_inset CommandInset label
20612 LatexCommand label
20613 name "sub:Mathematical-Symbols"
20614
20615 \end_inset
20616
20617
20618 \begin_inset Index
20619 status collapsed
20620
20621 \begin_layout Plain Layout
20622 Symbols ! mathematical
20623 \end_layout
20624
20625 \end_inset
20626
20627
20628 \end_layout
20629
20630 \begin_layout Standard
20631 \begin_inset space \hfill{}
20632 \end_inset
20633
20634
20635 \begin_inset Tabular
20636 <lyxtabular version="3" rows="10" columns="2">
20637 <features>
20638 <column alignment="center" valignment="top" width="0pt">
20639 <column alignment="center" valignment="top" width="0pt">
20640 <row>
20641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20642 \begin_inset Text
20643
20644 \begin_layout Plain Layout
20645 Command
20646 \end_layout
20647
20648 \end_inset
20649 </cell>
20650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20651 \begin_inset Text
20652
20653 \begin_layout Plain Layout
20654 Result
20655 \end_layout
20656
20657 \end_inset
20658 </cell>
20659 </row>
20660 <row>
20661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20662 \begin_inset Text
20663
20664 \begin_layout Plain Layout
20665
20666 \backslash
20667 neg
20668 \end_layout
20669
20670 \end_inset
20671 </cell>
20672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20673 \begin_inset Text
20674
20675 \begin_layout Plain Layout
20676 \begin_inset Formula $\neg$
20677 \end_inset
20678
20679
20680 \end_layout
20681
20682 \end_inset
20683 </cell>
20684 </row>
20685 <row>
20686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20687 \begin_inset Text
20688
20689 \begin_layout Plain Layout
20690
20691 \backslash
20692 Im
20693 \end_layout
20694
20695 \end_inset
20696 </cell>
20697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20698 \begin_inset Text
20699
20700 \begin_layout Plain Layout
20701 \begin_inset Formula $\Im$
20702 \end_inset
20703
20704
20705 \end_layout
20706
20707 \end_inset
20708 </cell>
20709 </row>
20710 <row>
20711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20712 \begin_inset Text
20713
20714 \begin_layout Plain Layout
20715
20716 \backslash
20717 Re
20718 \end_layout
20719
20720 \end_inset
20721 </cell>
20722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20723 \begin_inset Text
20724
20725 \begin_layout Plain Layout
20726 \begin_inset Formula $\Re$
20727 \end_inset
20728
20729
20730 \end_layout
20731
20732 \end_inset
20733 </cell>
20734 </row>
20735 <row>
20736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20737 \begin_inset Text
20738
20739 \begin_layout Plain Layout
20740
20741 \backslash
20742 aleph
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Plain Layout
20751 \begin_inset Formula $\aleph$
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \end_inset
20758 </cell>
20759 </row>
20760 <row>
20761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20762 \begin_inset Text
20763
20764 \begin_layout Plain Layout
20765
20766 \backslash
20767 partial
20768 \end_layout
20769
20770 \end_inset
20771 </cell>
20772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20773 \begin_inset Text
20774
20775 \begin_layout Plain Layout
20776 \begin_inset Formula $\partial$
20777 \end_inset
20778
20779
20780 \end_layout
20781
20782 \end_inset
20783 </cell>
20784 </row>
20785 <row>
20786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20787 \begin_inset Text
20788
20789 \begin_layout Plain Layout
20790
20791 \backslash
20792 infty
20793 \end_layout
20794
20795 \end_inset
20796 </cell>
20797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20798 \begin_inset Text
20799
20800 \begin_layout Plain Layout
20801 \begin_inset Formula $\infty$
20802 \end_inset
20803
20804
20805 \end_layout
20806
20807 \end_inset
20808 </cell>
20809 </row>
20810 <row>
20811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20812 \begin_inset Text
20813
20814 \begin_layout Plain Layout
20815
20816 \backslash
20817 wp
20818 \end_layout
20819
20820 \end_inset
20821 </cell>
20822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20823 \begin_inset Text
20824
20825 \begin_layout Plain Layout
20826 \begin_inset Formula $\wp$
20827 \end_inset
20828
20829
20830 \end_layout
20831
20832 \end_inset
20833 </cell>
20834 </row>
20835 <row>
20836 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20837 \begin_inset Text
20838
20839 \begin_layout Plain Layout
20840
20841 \backslash
20842 imath
20843 \end_layout
20844
20845 \end_inset
20846 </cell>
20847 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20848 \begin_inset Text
20849
20850 \begin_layout Plain Layout
20851 \begin_inset Formula $\imath$
20852 \end_inset
20853
20854
20855 \end_layout
20856
20857 \end_inset
20858 </cell>
20859 </row>
20860 <row>
20861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20862 \begin_inset Text
20863
20864 \begin_layout Plain Layout
20865
20866 \backslash
20867 jmath
20868 \end_layout
20869
20870 \end_inset
20871 </cell>
20872 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Plain Layout
20876 \begin_inset Formula $\jmath$
20877 \end_inset
20878
20879
20880 \end_layout
20881
20882 \end_inset
20883 </cell>
20884 </row>
20885 </lyxtabular>
20886
20887 \end_inset
20888
20889
20890 \begin_inset space \hfill{}
20891 \end_inset
20892
20893
20894 \begin_inset Tabular
20895 <lyxtabular version="3" rows="10" columns="2">
20896 <features>
20897 <column alignment="center" valignment="top" width="0pt">
20898 <column alignment="center" valignment="top" width="0pt">
20899 <row>
20900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20901 \begin_inset Text
20902
20903 \begin_layout Plain Layout
20904 Command
20905 \end_layout
20906
20907 \end_inset
20908 </cell>
20909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20910 \begin_inset Text
20911
20912 \begin_layout Plain Layout
20913 Result
20914 \begin_inset Note Note
20915 status collapsed
20916
20917 \begin_layout Plain Layout
20918
20919 \series bold
20920
20921 \backslash
20922 raisebox
20923 \series default
20924  is only used as spacer.
20925 \end_layout
20926
20927 \end_inset
20928
20929
20930 \end_layout
20931
20932 \end_inset
20933 </cell>
20934 </row>
20935 <row>
20936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20937 \begin_inset Text
20938
20939 \begin_layout Plain Layout
20940
20941 \backslash
20942 forall
20943 \end_layout
20944
20945 \end_inset
20946 </cell>
20947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20948 \begin_inset Text
20949
20950 \begin_layout Plain Layout
20951 \begin_inset Formula $\forall$
20952 \end_inset
20953
20954
20955 \end_layout
20956
20957 \end_inset
20958 </cell>
20959 </row>
20960 <row>
20961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20962 \begin_inset Text
20963
20964 \begin_layout Plain Layout
20965
20966 \backslash
20967 exists
20968 \end_layout
20969
20970 \end_inset
20971 </cell>
20972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20973 \begin_inset Text
20974
20975 \begin_layout Plain Layout
20976 \begin_inset Formula $\exists$
20977 \end_inset
20978
20979
20980 \end_layout
20981
20982 \end_inset
20983 </cell>
20984 </row>
20985 <row>
20986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20987 \begin_inset Text
20988
20989 \begin_layout Plain Layout
20990
20991 \backslash
20992 nexists
20993 \end_layout
20994
20995 \end_inset
20996 </cell>
20997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20998 \begin_inset Text
20999
21000 \begin_layout Plain Layout
21001 \begin_inset Formula $\nexists$
21002 \end_inset
21003
21004
21005 \end_layout
21006
21007 \end_inset
21008 </cell>
21009 </row>
21010 <row>
21011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21012 \begin_inset Text
21013
21014 \begin_layout Plain Layout
21015
21016 \backslash
21017 emptyset
21018 \end_layout
21019
21020 \end_inset
21021 </cell>
21022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21023 \begin_inset Text
21024
21025 \begin_layout Plain Layout
21026 \begin_inset Formula $\emptyset$
21027 \end_inset
21028
21029
21030 \end_layout
21031
21032 \end_inset
21033 </cell>
21034 </row>
21035 <row>
21036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21037 \begin_inset Text
21038
21039 \begin_layout Plain Layout
21040
21041 \backslash
21042 varnothing
21043 \end_layout
21044
21045 \end_inset
21046 </cell>
21047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21048 \begin_inset Text
21049
21050 \begin_layout Plain Layout
21051 \begin_inset Formula $\varnothing$
21052 \end_inset
21053
21054
21055 \end_layout
21056
21057 \end_inset
21058 </cell>
21059 </row>
21060 <row>
21061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21062 \begin_inset Text
21063
21064 \begin_layout Plain Layout
21065
21066 \backslash
21067 dag
21068 \end_layout
21069
21070 \end_inset
21071 </cell>
21072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21073 \begin_inset Text
21074
21075 \begin_layout Plain Layout
21076 \begin_inset Formula $\dag$
21077 \end_inset
21078
21079
21080 \end_layout
21081
21082 \end_inset
21083 </cell>
21084 </row>
21085 <row>
21086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21087 \begin_inset Text
21088
21089 \begin_layout Plain Layout
21090
21091 \backslash
21092 ddag
21093 \end_layout
21094
21095 \end_inset
21096 </cell>
21097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21098 \begin_inset Text
21099
21100 \begin_layout Plain Layout
21101 \begin_inset Formula $\ddag$
21102 \end_inset
21103
21104
21105 \end_layout
21106
21107 \end_inset
21108 </cell>
21109 </row>
21110 <row>
21111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21112 \begin_inset Text
21113
21114 \begin_layout Plain Layout
21115
21116 \backslash
21117 complement
21118 \end_layout
21119
21120 \end_inset
21121 </cell>
21122 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21123 \begin_inset Text
21124
21125 \begin_layout Plain Layout
21126 \begin_inset ERT
21127 status collapsed
21128
21129 \begin_layout Plain Layout
21130
21131
21132 \backslash
21133 raisebox{-0.8mm}{
21134 \end_layout
21135
21136 \end_inset
21137
21138
21139 \begin_inset Formula $\complement$
21140 \end_inset
21141
21142
21143 \begin_inset ERT
21144 status collapsed
21145
21146 \begin_layout Plain Layout
21147
21148 }
21149 \end_layout
21150
21151 \end_inset
21152
21153
21154 \end_layout
21155
21156 \end_inset
21157 </cell>
21158 </row>
21159 <row>
21160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21161 \begin_inset Text
21162
21163 \begin_layout Plain Layout
21164
21165 \backslash
21166 Bbbk
21167 \end_layout
21168
21169 \end_inset
21170 </cell>
21171 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21172 \begin_inset Text
21173
21174 \begin_layout Plain Layout
21175 \begin_inset Formula $\Bbbk$
21176 \end_inset
21177
21178
21179 \end_layout
21180
21181 \end_inset
21182 </cell>
21183 </row>
21184 </lyxtabular>
21185
21186 \end_inset
21187
21188
21189 \begin_inset space \hfill{}
21190 \end_inset
21191
21192
21193 \begin_inset Tabular
21194 <lyxtabular version="3" rows="10" columns="2">
21195 <features>
21196 <column alignment="center" valignment="top" width="0pt">
21197 <column alignment="center" valignment="top" width="0pt">
21198 <row>
21199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21200 \begin_inset Text
21201
21202 \begin_layout Plain Layout
21203 Command
21204 \end_layout
21205
21206 \end_inset
21207 </cell>
21208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21209 \begin_inset Text
21210
21211 \begin_layout Plain Layout
21212 Result
21213 \end_layout
21214
21215 \end_inset
21216 </cell>
21217 </row>
21218 <row>
21219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21220 \begin_inset Text
21221
21222 \begin_layout Plain Layout
21223
21224 \backslash
21225 prime
21226 \end_layout
21227
21228 \end_inset
21229 </cell>
21230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21231 \begin_inset Text
21232
21233 \begin_layout Plain Layout
21234 \begin_inset Formula $\prime$
21235 \end_inset
21236
21237
21238 \end_layout
21239
21240 \end_inset
21241 </cell>
21242 </row>
21243 <row>
21244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21245 \begin_inset Text
21246
21247 \begin_layout Plain Layout
21248
21249 \backslash
21250 backprime
21251 \end_layout
21252
21253 \end_inset
21254 </cell>
21255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21256 \begin_inset Text
21257
21258 \begin_layout Plain Layout
21259 \begin_inset Formula $\backprime$
21260 \end_inset
21261
21262
21263 \end_layout
21264
21265 \end_inset
21266 </cell>
21267 </row>
21268 <row>
21269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21270 \begin_inset Text
21271
21272 \begin_layout Plain Layout
21273
21274 \backslash
21275 mho
21276 \end_layout
21277
21278 \end_inset
21279 </cell>
21280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21281 \begin_inset Text
21282
21283 \begin_layout Plain Layout
21284 \begin_inset Formula $\mho$
21285 \end_inset
21286
21287
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 </row>
21293 <row>
21294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298
21299 \backslash
21300 triangle
21301 \end_layout
21302
21303 \end_inset
21304 </cell>
21305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21306 \begin_inset Text
21307
21308 \begin_layout Plain Layout
21309 \begin_inset Formula $\triangle$
21310 \end_inset
21311
21312
21313 \end_layout
21314
21315 \end_inset
21316 </cell>
21317 </row>
21318 <row>
21319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323
21324 \backslash
21325 angle
21326 \end_layout
21327
21328 \end_inset
21329 </cell>
21330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21331 \begin_inset Text
21332
21333 \begin_layout Plain Layout
21334 \begin_inset Formula $\angle$
21335 \end_inset
21336
21337
21338 \end_layout
21339
21340 \end_inset
21341 </cell>
21342 </row>
21343 <row>
21344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21345 \begin_inset Text
21346
21347 \begin_layout Plain Layout
21348
21349 \backslash
21350 measuredangle
21351 \end_layout
21352
21353 \end_inset
21354 </cell>
21355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21356 \begin_inset Text
21357
21358 \begin_layout Plain Layout
21359 \begin_inset Formula $\measuredangle$
21360 \end_inset
21361
21362
21363 \end_layout
21364
21365 \end_inset
21366 </cell>
21367 </row>
21368 <row>
21369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Plain Layout
21373
21374 \backslash
21375 sphericalangle
21376 \end_layout
21377
21378 \end_inset
21379 </cell>
21380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21381 \begin_inset Text
21382
21383 \begin_layout Plain Layout
21384 \begin_inset Formula $\sphericalangle$
21385 \end_inset
21386
21387
21388 \end_layout
21389
21390 \end_inset
21391 </cell>
21392 </row>
21393 <row>
21394 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21395 \begin_inset Text
21396
21397 \begin_layout Plain Layout
21398
21399 \backslash
21400 top
21401 \end_layout
21402
21403 \end_inset
21404 </cell>
21405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21406 \begin_inset Text
21407
21408 \begin_layout Plain Layout
21409 \begin_inset Formula $\top$
21410 \end_inset
21411
21412
21413 \end_layout
21414
21415 \end_inset
21416 </cell>
21417 </row>
21418 <row>
21419 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21420 \begin_inset Text
21421
21422 \begin_layout Plain Layout
21423
21424 \backslash
21425 bot
21426 \end_layout
21427
21428 \end_inset
21429 </cell>
21430 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21431 \begin_inset Text
21432
21433 \begin_layout Plain Layout
21434 \begin_inset Formula $\bot$
21435 \end_inset
21436
21437
21438 \end_layout
21439
21440 \end_inset
21441 </cell>
21442 </row>
21443 </lyxtabular>
21444
21445 \end_inset
21446
21447
21448 \begin_inset space \hfill{}
21449 \end_inset
21450
21451
21452 \end_layout
21453
21454 \begin_layout Subsection
21455 Miscellaneous Symbols
21456 \begin_inset CommandInset label
21457 LatexCommand label
21458 name "sub:Miscellaneous-Symbols"
21459
21460 \end_inset
21461
21462
21463 \begin_inset Index
21464 status collapsed
21465
21466 \begin_layout Plain Layout
21467 Symbols ! miscellaneous
21468 \end_layout
21469
21470 \end_inset
21471
21472
21473 \end_layout
21474
21475 \begin_layout Standard
21476 \noindent
21477 \align center
21478 \begin_inset Tabular
21479 <lyxtabular version="3" rows="10" columns="2">
21480 <features>
21481 <column alignment="center" valignment="top" width="0pt">
21482 <column alignment="center" valignment="top" width="0pt">
21483 <row>
21484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21485 \begin_inset Text
21486
21487 \begin_layout Plain Layout
21488 Command
21489 \end_layout
21490
21491 \end_inset
21492 </cell>
21493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21494 \begin_inset Text
21495
21496 \begin_layout Plain Layout
21497 Result
21498 \end_layout
21499
21500 \end_inset
21501 </cell>
21502 </row>
21503 <row>
21504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21505 \begin_inset Text
21506
21507 \begin_layout Plain Layout
21508
21509 \backslash
21510 flat
21511 \end_layout
21512
21513 \end_inset
21514 </cell>
21515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21516 \begin_inset Text
21517
21518 \begin_layout Plain Layout
21519 \begin_inset Formula $\flat$
21520 \end_inset
21521
21522
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 </row>
21528 <row>
21529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21530 \begin_inset Text
21531
21532 \begin_layout Plain Layout
21533
21534 \backslash
21535 natural
21536 \end_layout
21537
21538 \end_inset
21539 </cell>
21540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21541 \begin_inset Text
21542
21543 \begin_layout Plain Layout
21544 \begin_inset Formula $\natural$
21545 \end_inset
21546
21547
21548 \end_layout
21549
21550 \end_inset
21551 </cell>
21552 </row>
21553 <row>
21554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21555 \begin_inset Text
21556
21557 \begin_layout Plain Layout
21558
21559 \backslash
21560 sharp
21561 \end_layout
21562
21563 \end_inset
21564 </cell>
21565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21566 \begin_inset Text
21567
21568 \begin_layout Plain Layout
21569 \begin_inset Formula $\sharp$
21570 \end_inset
21571
21572
21573 \end_layout
21574
21575 \end_inset
21576 </cell>
21577 </row>
21578 <row>
21579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21580 \begin_inset Text
21581
21582 \begin_layout Plain Layout
21583
21584 \backslash
21585 surd
21586 \end_layout
21587
21588 \end_inset
21589 </cell>
21590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21591 \begin_inset Text
21592
21593 \begin_layout Plain Layout
21594 \begin_inset Formula $\surd$
21595 \end_inset
21596
21597
21598 \end_layout
21599
21600 \end_inset
21601 </cell>
21602 </row>
21603 <row>
21604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21605 \begin_inset Text
21606
21607 \begin_layout Plain Layout
21608
21609 \backslash
21610 checkmark
21611 \end_layout
21612
21613 \end_inset
21614 </cell>
21615 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21616 \begin_inset Text
21617
21618 \begin_layout Plain Layout
21619 \begin_inset Formula $\checkmark$
21620 \end_inset
21621
21622
21623 \end_layout
21624
21625 \end_inset
21626 </cell>
21627 </row>
21628 <row>
21629 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21630 \begin_inset Text
21631
21632 \begin_layout Plain Layout
21633
21634 \backslash
21635 yen
21636 \end_layout
21637
21638 \end_inset
21639 </cell>
21640 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21641 \begin_inset Text
21642
21643 \begin_layout Plain Layout
21644 \begin_inset Formula $\yen$
21645 \end_inset
21646
21647
21648 \end_layout
21649
21650 \end_inset
21651 </cell>
21652 </row>
21653 <row>
21654 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658
21659 \backslash
21660 pounds
21661 \end_layout
21662
21663 \end_inset
21664 </cell>
21665 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21666 \begin_inset Text
21667
21668 \begin_layout Plain Layout
21669 \begin_inset Formula $\pounds$
21670 \end_inset
21671
21672
21673 \end_layout
21674
21675 \end_inset
21676 </cell>
21677 </row>
21678 <row>
21679 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21680 \begin_inset Text
21681
21682 \begin_layout Plain Layout
21683 $
21684 \end_layout
21685
21686 \end_inset
21687 </cell>
21688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21689 \begin_inset Text
21690
21691 \begin_layout Plain Layout
21692 \begin_inset Formula $\$$
21693 \end_inset
21694
21695
21696 \end_layout
21697
21698 \end_inset
21699 </cell>
21700 </row>
21701 <row>
21702 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21703 \begin_inset Text
21704
21705 \begin_layout Plain Layout
21706 §
21707 \end_layout
21708
21709 \end_inset
21710 </cell>
21711 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21712 \begin_inset Text
21713
21714 \begin_layout Plain Layout
21715 \begin_inset Formula $§$
21716 \end_inset
21717
21718
21719 \end_layout
21720
21721 \end_inset
21722 </cell>
21723 </row>
21724 </lyxtabular>
21725
21726 \end_inset
21727
21728
21729 \begin_inset Tabular
21730 <lyxtabular version="3" rows="10" columns="2">
21731 <features>
21732 <column alignment="center" valignment="top" width="0">
21733 <column alignment="center" valignment="top" width="0">
21734 <row>
21735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21736 \begin_inset Text
21737
21738 \begin_layout Plain Layout
21739 Command
21740 \end_layout
21741
21742 \end_inset
21743 </cell>
21744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21745 \begin_inset Text
21746
21747 \begin_layout Plain Layout
21748 Result
21749 \end_layout
21750
21751 \end_inset
21752 </cell>
21753 </row>
21754 <row>
21755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21756 \begin_inset Text
21757
21758 \begin_layout Plain Layout
21759
21760 \backslash
21761 hbar
21762 \end_layout
21763
21764 \end_inset
21765 </cell>
21766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21767 \begin_inset Text
21768
21769 \begin_layout Plain Layout
21770 \begin_inset Formula $\hbar$
21771 \end_inset
21772
21773
21774 \end_layout
21775
21776 \end_inset
21777 </cell>
21778 </row>
21779 <row>
21780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21781 \begin_inset Text
21782
21783 \begin_layout Plain Layout
21784
21785 \backslash
21786 hslash
21787 \end_layout
21788
21789 \end_inset
21790 </cell>
21791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21792 \begin_inset Text
21793
21794 \begin_layout Plain Layout
21795 \begin_inset Formula $\hslash$
21796 \end_inset
21797
21798
21799 \end_layout
21800
21801 \end_inset
21802 </cell>
21803 </row>
21804 <row>
21805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21806 \begin_inset Text
21807
21808 \begin_layout Plain Layout
21809
21810 \backslash
21811 clubsuit
21812 \end_layout
21813
21814 \end_inset
21815 </cell>
21816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21817 \begin_inset Text
21818
21819 \begin_layout Plain Layout
21820 \begin_inset Formula $\clubsuit$
21821 \end_inset
21822
21823
21824 \end_layout
21825
21826 \end_inset
21827 </cell>
21828 </row>
21829 <row>
21830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21831 \begin_inset Text
21832
21833 \begin_layout Plain Layout
21834
21835 \backslash
21836 spadesuit
21837 \end_layout
21838
21839 \end_inset
21840 </cell>
21841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21842 \begin_inset Text
21843
21844 \begin_layout Plain Layout
21845 \begin_inset Formula $\spadesuit$
21846 \end_inset
21847
21848
21849 \end_layout
21850
21851 \end_inset
21852 </cell>
21853 </row>
21854 <row>
21855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21856 \begin_inset Text
21857
21858 \begin_layout Plain Layout
21859
21860 \backslash
21861 bigstar
21862 \end_layout
21863
21864 \end_inset
21865 </cell>
21866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21867 \begin_inset Text
21868
21869 \begin_layout Plain Layout
21870 \begin_inset Formula $\bigstar$
21871 \end_inset
21872
21873
21874 \end_layout
21875
21876 \end_inset
21877 </cell>
21878 </row>
21879 <row>
21880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21881 \begin_inset Text
21882
21883 \begin_layout Plain Layout
21884
21885 \backslash
21886 blacklozenge
21887 \end_layout
21888
21889 \end_inset
21890 </cell>
21891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895 \begin_inset Formula $\blacklozenge$
21896 \end_inset
21897
21898
21899 \end_layout
21900
21901 \end_inset
21902 </cell>
21903 </row>
21904 <row>
21905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909
21910 \backslash
21911 blacktriangle
21912 \end_layout
21913
21914 \end_inset
21915 </cell>
21916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21917 \begin_inset Text
21918
21919 \begin_layout Plain Layout
21920 \begin_inset Formula $\blacktriangle$
21921 \end_inset
21922
21923
21924 \end_layout
21925
21926 \end_inset
21927 </cell>
21928 </row>
21929 <row>
21930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21931 \begin_inset Text
21932
21933 \begin_layout Plain Layout
21934
21935 \backslash
21936 blacktiangledown
21937 \end_layout
21938
21939 \end_inset
21940 </cell>
21941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21942 \begin_inset Text
21943
21944 \begin_layout Plain Layout
21945 \begin_inset Formula $\blacktriangledown$
21946 \end_inset
21947
21948
21949 \end_layout
21950
21951 \end_inset
21952 </cell>
21953 </row>
21954 <row>
21955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21956 \begin_inset Text
21957
21958 \begin_layout Plain Layout
21959
21960 \backslash
21961 bullet
21962 \end_layout
21963
21964 \end_inset
21965 </cell>
21966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21967 \begin_inset Text
21968
21969 \begin_layout Plain Layout
21970 \begin_inset Formula $\bullet$
21971 \end_inset
21972
21973
21974 \end_layout
21975
21976 \end_inset
21977 </cell>
21978 </row>
21979 </lyxtabular>
21980
21981 \end_inset
21982
21983
21984 \begin_inset Tabular
21985 <lyxtabular version="3" rows="10" columns="2">
21986 <features>
21987 <column alignment="center" valignment="top" width="0pt">
21988 <column alignment="center" valignment="top" width="0pt">
21989 <row>
21990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21991 \begin_inset Text
21992
21993 \begin_layout Plain Layout
21994 Command
21995 \end_layout
21996
21997 \end_inset
21998 </cell>
21999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22000 \begin_inset Text
22001
22002 \begin_layout Plain Layout
22003 Result
22004 \end_layout
22005
22006 \end_inset
22007 </cell>
22008 </row>
22009 <row>
22010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22011 \begin_inset Text
22012
22013 \begin_layout Plain Layout
22014
22015 \backslash
22016 diamondsuit
22017 \end_layout
22018
22019 \end_inset
22020 </cell>
22021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22022 \begin_inset Text
22023
22024 \begin_layout Plain Layout
22025 \begin_inset Formula $\diamondsuit$
22026 \end_inset
22027
22028
22029 \end_layout
22030
22031 \end_inset
22032 </cell>
22033 </row>
22034 <row>
22035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22036 \begin_inset Text
22037
22038 \begin_layout Plain Layout
22039
22040 \backslash
22041 Diamond
22042 \end_layout
22043
22044 \end_inset
22045 </cell>
22046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22047 \begin_inset Text
22048
22049 \begin_layout Plain Layout
22050 \begin_inset Formula $\Diamond$
22051 \end_inset
22052
22053
22054 \end_layout
22055
22056 \end_inset
22057 </cell>
22058 </row>
22059 <row>
22060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22061 \begin_inset Text
22062
22063 \begin_layout Plain Layout
22064
22065 \backslash
22066 heartsuit
22067 \end_layout
22068
22069 \end_inset
22070 </cell>
22071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22072 \begin_inset Text
22073
22074 \begin_layout Plain Layout
22075 \begin_inset Formula $\heartsuit$
22076 \end_inset
22077
22078
22079 \end_layout
22080
22081 \end_inset
22082 </cell>
22083 </row>
22084 <row>
22085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089
22090 \backslash
22091 P
22092 \end_layout
22093
22094 \end_inset
22095 </cell>
22096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22097 \begin_inset Text
22098
22099 \begin_layout Plain Layout
22100 \begin_inset Formula $\P$
22101 \end_inset
22102
22103
22104 \end_layout
22105
22106 \end_inset
22107 </cell>
22108 </row>
22109 <row>
22110 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22111 \begin_inset Text
22112
22113 \begin_layout Plain Layout
22114
22115 \backslash
22116 copyright
22117 \end_layout
22118
22119 \end_inset
22120 </cell>
22121 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22122 \begin_inset Text
22123
22124 \begin_layout Plain Layout
22125 \begin_inset Formula $\copyright$
22126 \end_inset
22127
22128
22129 \end_layout
22130
22131 \end_inset
22132 </cell>
22133 </row>
22134 <row>
22135 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22136 \begin_inset Text
22137
22138 \begin_layout Plain Layout
22139
22140 \backslash
22141 circledR
22142 \end_layout
22143
22144 \end_inset
22145 </cell>
22146 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22147 \begin_inset Text
22148
22149 \begin_layout Plain Layout
22150 \begin_inset Formula $\circledR$
22151 \end_inset
22152
22153
22154 \end_layout
22155
22156 \end_inset
22157 </cell>
22158 </row>
22159 <row>
22160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22161 \begin_inset Text
22162
22163 \begin_layout Plain Layout
22164
22165 \backslash
22166 maltese
22167 \end_layout
22168
22169 \end_inset
22170 </cell>
22171 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22172 \begin_inset Text
22173
22174 \begin_layout Plain Layout
22175 \begin_inset Formula $\maltese$
22176 \end_inset
22177
22178
22179 \end_layout
22180
22181 \end_inset
22182 </cell>
22183 </row>
22184 <row>
22185 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22186 \begin_inset Text
22187
22188 \begin_layout Plain Layout
22189
22190 \backslash
22191 diagup
22192 \end_layout
22193
22194 \end_inset
22195 </cell>
22196 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22197 \begin_inset Text
22198
22199 \begin_layout Plain Layout
22200 \begin_inset Formula $\diagup$
22201 \end_inset
22202
22203
22204 \end_layout
22205
22206 \end_inset
22207 </cell>
22208 </row>
22209 <row>
22210 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22211 \begin_inset Text
22212
22213 \begin_layout Plain Layout
22214
22215 \backslash
22216 diagdown
22217 \end_layout
22218
22219 \end_inset
22220 </cell>
22221 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22222 \begin_inset Text
22223
22224 \begin_layout Plain Layout
22225 \begin_inset Formula $\diagdown$
22226 \end_inset
22227
22228
22229 \end_layout
22230
22231 \end_inset
22232 </cell>
22233 </row>
22234 </lyxtabular>
22235
22236 \end_inset
22237
22238
22239 \end_layout
22240
22241 \begin_layout Standard
22242 \begin_inset VSpace medskip
22243 \end_inset
22244
22245 More symbols are listed in 
22246 \begin_inset CommandInset ref
22247 LatexCommand ref
22248 reference "sub:Miscellaneous-special-Characters"
22249
22250 \end_inset
22251
22252 .
22253 \end_layout
22254
22255 \begin_layout Standard
22256 Some symbols can be displayed in different sizes, see 
22257 \begin_inset CommandInset ref
22258 LatexCommand ref
22259 reference "sub:Font-Sizes"
22260
22261 \end_inset
22262
22263 .
22264 \end_layout
22265
22266 \begin_layout Subsection
22267 The Euro-Symbol €
22268 \begin_inset Index
22269 status collapsed
22270
22271 \begin_layout Plain Layout
22272 Symbols ! Euro-symbol
22273 \end_layout
22274
22275 \end_inset
22276
22277
22278 \begin_inset Index
22279 status collapsed
22280
22281 \begin_layout Plain Layout
22282
22283 \backslash
22284 @
22285 \begin_inset ERT
22286 status collapsed
22287
22288 \begin_layout Plain Layout
22289
22290
22291 \backslash
22292 officialeuro
22293 \end_layout
22294
22295 \end_inset
22296
22297
22298 \end_layout
22299
22300 \end_inset
22301
22302
22303 \end_layout
22304
22305 \begin_layout Standard
22306 To use the Euro symbol in formulas, the LaTeX-package 
22307 \series bold
22308 eurosym
22309 \series default
22310
22311 \begin_inset Index
22312 status collapsed
22313
22314 \begin_layout Plain Layout
22315 Packages ! eurosym
22316 \end_layout
22317
22318 \end_inset
22319
22320  must be installed and loaded with the LaTeX-preamble line
22321 \end_layout
22322
22323 \begin_layout Standard
22324
22325 \series bold
22326
22327 \backslash
22328 usepackage[gennarrow]{eurosym}
22329 \end_layout
22330
22331 \begin_layout Standard
22332 The Euro symbol can now be inserted with the command 
22333 \series bold
22334
22335 \backslash
22336 euro
22337 \series default
22338
22339 \begin_inset Index
22340 status collapsed
22341
22342 \begin_layout Plain Layout
22343 Commands ! E ! 
22344 \backslash
22345 euro
22346 \end_layout
22347
22348 \end_inset
22349
22350 .
22351 \end_layout
22352
22353 \begin_layout Standard
22354 The Euro symbol can directly be inserted with the € key in mathematical
22355  text, without having 
22356 \series bold
22357 eurosym
22358 \series default
22359  installed.
22360  When 
22361 \series bold
22362 eurosym
22363 \series default
22364  is installed, 
22365 \series bold
22366
22367 \backslash
22368 euro
22369 \series default
22370  can also be inserted in TeX-mode.
22371  The official currency symbol can then be inserted with the command 
22372 \series bold
22373
22374 \backslash
22375 officialeuro
22376 \series default
22377
22378 \begin_inset Index
22379 status collapsed
22380
22381 \begin_layout Plain Layout
22382 Commands ! O ! 
22383 \backslash
22384 officialeuro
22385 \end_layout
22386
22387 \end_inset
22388
22389 , that is only available in TeX-mode.
22390 \end_layout
22391
22392 \begin_layout Standard
22393 \begin_inset ERT
22394 status collapsed
22395
22396 \begin_layout Plain Layout
22397
22398
22399 \backslash
22400 ifeurosym 
22401 \end_layout
22402
22403 \end_inset
22404
22405
22406 \begin_inset Note Note
22407 status open
22408
22409 \begin_layout Plain Layout
22410 The following table will only be displayed when the LaTeX-package 
22411 \series bold
22412 eurosym
22413 \series default
22414  is installed.
22415 \end_layout
22416
22417 \end_inset
22418
22419
22420 \end_layout
22421
22422 \begin_layout Standard
22423 An overview about the different Euro symbols:
22424 \end_layout
22425
22426 \begin_layout Standard
22427 \align center
22428 \begin_inset Tabular
22429 <lyxtabular version="3" rows="4" columns="3">
22430 <features>
22431 <column alignment="center" valignment="top" width="0pt">
22432 <column alignment="center" valignment="top" width="0pt">
22433 <column alignment="center" valignment="top" width="0pt">
22434 <row>
22435 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22436 \begin_inset Text
22437
22438 \begin_layout Plain Layout
22439
22440 \end_layout
22441
22442 \end_inset
22443 </cell>
22444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22445 \begin_inset Text
22446
22447 \begin_layout Plain Layout
22448 Command 
22449 \end_layout
22450
22451 \end_inset
22452 </cell>
22453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22454 \begin_inset Text
22455
22456 \begin_layout Plain Layout
22457 Result
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 </row>
22463 <row>
22464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22465 \begin_inset Text
22466
22467 \begin_layout Plain Layout
22468 formula
22469 \end_layout
22470
22471 \end_inset
22472 </cell>
22473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22474 \begin_inset Text
22475
22476 \begin_layout Plain Layout
22477
22478 \backslash
22479 euro
22480 \end_layout
22481
22482 \end_inset
22483 </cell>
22484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22485 \begin_inset Text
22486
22487 \begin_layout Plain Layout
22488 \begin_inset Formula $\euro$
22489 \end_inset
22490
22491
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 </row>
22497 <row>
22498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22499 \begin_inset Text
22500
22501 \begin_layout Plain Layout
22502 mathematical text
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22508 \begin_inset Text
22509
22510 \begin_layout Plain Layout
22511
22512 \end_layout
22513
22514 \end_inset
22515 </cell>
22516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22517 \begin_inset Text
22518
22519 \begin_layout Plain Layout
22520 \begin_inset Formula $\mbox{€}$
22521 \end_inset
22522
22523
22524 \end_layout
22525
22526 \end_inset
22527 </cell>
22528 </row>
22529 <row>
22530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22531 \begin_inset Text
22532
22533 \begin_layout Plain Layout
22534 TeX-mode
22535 \end_layout
22536
22537 \end_inset
22538 </cell>
22539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22540 \begin_inset Text
22541
22542 \begin_layout Plain Layout
22543
22544 \backslash
22545 officialeuro
22546 \end_layout
22547
22548 \end_inset
22549 </cell>
22550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22551 \begin_inset Text
22552
22553 \begin_layout Plain Layout
22554 \begin_inset ERT
22555 status collapsed
22556
22557 \begin_layout Plain Layout
22558
22559
22560 \backslash
22561 officialeuro
22562 \end_layout
22563
22564 \end_inset
22565
22566
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 </row>
22572 </lyxtabular>
22573
22574 \end_inset
22575
22576
22577 \end_layout
22578
22579 \begin_layout Standard
22580 \begin_inset ERT
22581 status collapsed
22582
22583 \begin_layout Plain Layout
22584
22585
22586 \backslash
22587 else 
22588 \end_layout
22589
22590 \end_inset
22591
22592
22593 \begin_inset Note Note
22594 status open
22595
22596 \begin_layout Plain Layout
22597 The following will be displayed when the LaTeX-package 
22598 \series bold
22599 eurosym
22600 \series default
22601  is not installed:
22602 \end_layout
22603
22604 \end_inset
22605
22606
22607 \end_layout
22608
22609 \begin_layout Standard
22610 You need to install the LaTeX-package 
22611 \series bold
22612 eurosym
22613 \series default
22614  to see the rest of this subsection in the output.
22615 \end_layout
22616
22617 \begin_layout Standard
22618 \begin_inset ERT
22619 status collapsed
22620
22621 \begin_layout Plain Layout
22622
22623
22624 \backslash
22625 fi 
22626 \end_layout
22627
22628 \end_inset
22629
22630
22631 \end_layout
22632
22633 \begin_layout Section
22634 Relations
22635 \begin_inset CommandInset label
22636 LatexCommand label
22637 name "sec:Relations"
22638
22639 \end_inset
22640
22641
22642 \begin_inset Index
22643 status collapsed
22644
22645 \begin_layout Plain Layout
22646 Relations
22647 \end_layout
22648
22649 \end_inset
22650
22651
22652 \begin_inset Index
22653 status collapsed
22654
22655 \begin_layout Plain Layout
22656 Comparisons|see
22657 \begin_inset ERT
22658 status collapsed
22659
22660 \begin_layout Plain Layout
22661
22662 {
22663 \end_layout
22664
22665 \end_inset
22666
22667 Relations
22668 \begin_inset ERT
22669 status collapsed
22670
22671 \begin_layout Plain Layout
22672
22673 }
22674 \end_layout
22675
22676 \end_inset
22677
22678
22679 \end_layout
22680
22681 \end_inset
22682
22683
22684 \end_layout
22685
22686 \begin_layout Standard
22687 All relations can also be inserted via the toolbar button 
22688 \begin_inset Graphics
22689         filename ../images/math/leq.png
22690         scale 85
22691
22692 \end_inset
22693
22694 .
22695 \end_layout
22696
22697 \begin_layout Standard
22698 \begin_inset space \hfill{}
22699 \end_inset
22700
22701
22702 \begin_inset Tabular
22703 <lyxtabular version="3" rows="17" columns="2">
22704 <features>
22705 <column alignment="center" valignment="top" width="0pt">
22706 <column alignment="center" valignment="top" width="0pt">
22707 <row>
22708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712 Command
22713 \end_layout
22714
22715 \end_inset
22716 </cell>
22717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22718 \begin_inset Text
22719
22720 \begin_layout Plain Layout
22721 Result
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 </row>
22727 <row>
22728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22729 \begin_inset Text
22730
22731 \begin_layout Plain Layout
22732 <
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741 \begin_inset Formula $<$
22742 \end_inset
22743
22744
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 </row>
22750 <row>
22751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22752 \begin_inset Text
22753
22754 \begin_layout Plain Layout
22755
22756 \backslash
22757 le
22758 \end_layout
22759
22760 \end_inset
22761 </cell>
22762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22763 \begin_inset Text
22764
22765 \begin_layout Plain Layout
22766 \begin_inset Formula $\le$
22767 \end_inset
22768
22769
22770 \end_layout
22771
22772 \end_inset
22773 </cell>
22774 </row>
22775 <row>
22776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22777 \begin_inset Text
22778
22779 \begin_layout Plain Layout
22780
22781 \backslash
22782 ll
22783 \end_layout
22784
22785 \end_inset
22786 </cell>
22787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22788 \begin_inset Text
22789
22790 \begin_layout Plain Layout
22791 \begin_inset Formula $\ll$
22792 \end_inset
22793
22794
22795 \end_layout
22796
22797 \end_inset
22798 </cell>
22799 </row>
22800 <row>
22801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22802 \begin_inset Text
22803
22804 \begin_layout Plain Layout
22805
22806 \backslash
22807 prec
22808 \end_layout
22809
22810 \end_inset
22811 </cell>
22812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22813 \begin_inset Text
22814
22815 \begin_layout Plain Layout
22816 \begin_inset Formula $\prec$
22817 \end_inset
22818
22819
22820 \end_layout
22821
22822 \end_inset
22823 </cell>
22824 </row>
22825 <row>
22826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22827 \begin_inset Text
22828
22829 \begin_layout Plain Layout
22830
22831 \backslash
22832 preceq
22833 \end_layout
22834
22835 \end_inset
22836 </cell>
22837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22838 \begin_inset Text
22839
22840 \begin_layout Plain Layout
22841 \begin_inset Formula $\preceq$
22842 \end_inset
22843
22844
22845 \end_layout
22846
22847 \end_inset
22848 </cell>
22849 </row>
22850 <row>
22851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22852 \begin_inset Text
22853
22854 \begin_layout Plain Layout
22855
22856 \backslash
22857 subset
22858 \end_layout
22859
22860 \end_inset
22861 </cell>
22862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22863 \begin_inset Text
22864
22865 \begin_layout Plain Layout
22866 \begin_inset Formula $\subset$
22867 \end_inset
22868
22869
22870 \end_layout
22871
22872 \end_inset
22873 </cell>
22874 </row>
22875 <row>
22876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22877 \begin_inset Text
22878
22879 \begin_layout Plain Layout
22880
22881 \backslash
22882 subseteq
22883 \end_layout
22884
22885 \end_inset
22886 </cell>
22887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22888 \begin_inset Text
22889
22890 \begin_layout Plain Layout
22891 \begin_inset Formula $\subseteq$
22892 \end_inset
22893
22894
22895 \end_layout
22896
22897 \end_inset
22898 </cell>
22899 </row>
22900 <row>
22901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22902 \begin_inset Text
22903
22904 \begin_layout Plain Layout
22905
22906 \backslash
22907 sqsubseteq
22908 \end_layout
22909
22910 \end_inset
22911 </cell>
22912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22913 \begin_inset Text
22914
22915 \begin_layout Plain Layout
22916 \begin_inset Formula $\sqsubseteq$
22917 \end_inset
22918
22919
22920 \end_layout
22921
22922 \end_inset
22923 </cell>
22924 </row>
22925 <row>
22926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22927 \begin_inset Text
22928
22929 \begin_layout Plain Layout
22930
22931 \backslash
22932 in
22933 \end_layout
22934
22935 \end_inset
22936 </cell>
22937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22938 \begin_inset Text
22939
22940 \begin_layout Plain Layout
22941 \begin_inset Formula $\in$
22942 \end_inset
22943
22944
22945 \end_layout
22946
22947 \end_inset
22948 </cell>
22949 </row>
22950 <row>
22951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22952 \begin_inset Text
22953
22954 \begin_layout Plain Layout
22955
22956 \backslash
22957 vdash
22958 \end_layout
22959
22960 \end_inset
22961 </cell>
22962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22963 \begin_inset Text
22964
22965 \begin_layout Plain Layout
22966 \begin_inset Formula $\vdash$
22967 \end_inset
22968
22969
22970 \end_layout
22971
22972 \end_inset
22973 </cell>
22974 </row>
22975 <row>
22976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22977 \begin_inset Text
22978
22979 \begin_layout Plain Layout
22980
22981 \backslash
22982 smile
22983 \end_layout
22984
22985 \end_inset
22986 </cell>
22987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22988 \begin_inset Text
22989
22990 \begin_layout Plain Layout
22991 \begin_inset Formula $\smile$
22992 \end_inset
22993
22994
22995 \end_layout
22996
22997 \end_inset
22998 </cell>
22999 </row>
23000 <row>
23001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23002 \begin_inset Text
23003
23004 \begin_layout Plain Layout
23005
23006 \backslash
23007 lhd
23008 \end_layout
23009
23010 \end_inset
23011 </cell>
23012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23013 \begin_inset Text
23014
23015 \begin_layout Plain Layout
23016 \begin_inset Formula $\lhd$
23017 \end_inset
23018
23019
23020 \end_layout
23021
23022 \end_inset
23023 </cell>
23024 </row>
23025 <row>
23026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23027 \begin_inset Text
23028
23029 \begin_layout Plain Layout
23030
23031 \backslash
23032 unlhd
23033 \end_layout
23034
23035 \end_inset
23036 </cell>
23037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23038 \begin_inset Text
23039
23040 \begin_layout Plain Layout
23041 \begin_inset Formula $\unlhd$
23042 \end_inset
23043
23044
23045 \end_layout
23046
23047 \end_inset
23048 </cell>
23049 </row>
23050 <row>
23051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23052 \begin_inset Text
23053
23054 \begin_layout Plain Layout
23055
23056 \backslash
23057 gtrless
23058 \end_layout
23059
23060 \end_inset
23061 </cell>
23062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23063 \begin_inset Text
23064
23065 \begin_layout Plain Layout
23066 \begin_inset Formula $\gtrless$
23067 \end_inset
23068
23069
23070 \end_layout
23071
23072 \end_inset
23073 </cell>
23074 </row>
23075 <row>
23076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23077 \begin_inset Text
23078
23079 \begin_layout Plain Layout
23080
23081 \backslash
23082 mid
23083 \end_layout
23084
23085 \end_inset
23086 </cell>
23087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23088 \begin_inset Text
23089
23090 \begin_layout Plain Layout
23091 \begin_inset Formula $\mid$
23092 \end_inset
23093
23094
23095 \end_layout
23096
23097 \end_inset
23098 </cell>
23099 </row>
23100 <row>
23101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23102 \begin_inset Text
23103
23104 \begin_layout Plain Layout
23105
23106 \backslash
23107 nmid
23108 \end_layout
23109
23110 \end_inset
23111 </cell>
23112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23113 \begin_inset Text
23114
23115 \begin_layout Plain Layout
23116 \begin_inset Formula $\nmid$
23117 \end_inset
23118
23119
23120 \end_layout
23121
23122 \end_inset
23123 </cell>
23124 </row>
23125 </lyxtabular>
23126
23127 \end_inset
23128
23129
23130 \begin_inset space \hfill{}
23131 \end_inset
23132
23133
23134 \begin_inset Tabular
23135 <lyxtabular version="3" rows="17" columns="2">
23136 <features>
23137 <column alignment="center" valignment="top" width="0pt">
23138 <column alignment="center" valignment="top" width="0pt">
23139 <row>
23140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23141 \begin_inset Text
23142
23143 \begin_layout Plain Layout
23144 Command
23145 \end_layout
23146
23147 \end_inset
23148 </cell>
23149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23150 \begin_inset Text
23151
23152 \begin_layout Plain Layout
23153 Result
23154 \end_layout
23155
23156 \end_inset
23157 </cell>
23158 </row>
23159 <row>
23160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23161 \begin_inset Text
23162
23163 \begin_layout Plain Layout
23164 =
23165 \end_layout
23166
23167 \end_inset
23168 </cell>
23169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23170 \begin_inset Text
23171
23172 \begin_layout Plain Layout
23173 \begin_inset Formula $=$
23174 \end_inset
23175
23176
23177 \end_layout
23178
23179 \end_inset
23180 </cell>
23181 </row>
23182 <row>
23183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23184 \begin_inset Text
23185
23186 \begin_layout Plain Layout
23187
23188 \backslash
23189 not=
23190 \end_layout
23191
23192 \end_inset
23193 </cell>
23194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23195 \begin_inset Text
23196
23197 \begin_layout Plain Layout
23198 \begin_inset Formula $\not=$
23199 \end_inset
23200
23201
23202 \end_layout
23203
23204 \end_inset
23205 </cell>
23206 </row>
23207 <row>
23208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23209 \begin_inset Text
23210
23211 \begin_layout Plain Layout
23212
23213 \backslash
23214 equiv
23215 \end_layout
23216
23217 \end_inset
23218 </cell>
23219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23220 \begin_inset Text
23221
23222 \begin_layout Plain Layout
23223 \begin_inset Formula $\equiv$
23224 \end_inset
23225
23226
23227 \end_layout
23228
23229 \end_inset
23230 </cell>
23231 </row>
23232 <row>
23233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237
23238 \backslash
23239 sim
23240 \end_layout
23241
23242 \end_inset
23243 </cell>
23244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23245 \begin_inset Text
23246
23247 \begin_layout Plain Layout
23248 \begin_inset Formula $\sim$
23249 \end_inset
23250
23251
23252 \end_layout
23253
23254 \end_inset
23255 </cell>
23256 </row>
23257 <row>
23258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23259 \begin_inset Text
23260
23261 \begin_layout Plain Layout
23262
23263 \backslash
23264 simeq
23265 \end_layout
23266
23267 \end_inset
23268 </cell>
23269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23270 \begin_inset Text
23271
23272 \begin_layout Plain Layout
23273 \begin_inset Formula $\simeq$
23274 \end_inset
23275
23276
23277 \end_layout
23278
23279 \end_inset
23280 </cell>
23281 </row>
23282 <row>
23283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23284 \begin_inset Text
23285
23286 \begin_layout Plain Layout
23287
23288 \backslash
23289 approx
23290 \end_layout
23291
23292 \end_inset
23293 </cell>
23294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23295 \begin_inset Text
23296
23297 \begin_layout Plain Layout
23298 \begin_inset Formula $\approx$
23299 \end_inset
23300
23301
23302 \end_layout
23303
23304 \end_inset
23305 </cell>
23306 </row>
23307 <row>
23308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23309 \begin_inset Text
23310
23311 \begin_layout Plain Layout
23312
23313 \backslash
23314 cong
23315 \end_layout
23316
23317 \end_inset
23318 </cell>
23319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23320 \begin_inset Text
23321
23322 \begin_layout Plain Layout
23323 \begin_inset Formula $\cong$
23324 \end_inset
23325
23326
23327 \end_layout
23328
23329 \end_inset
23330 </cell>
23331 </row>
23332 <row>
23333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23334 \begin_inset Text
23335
23336 \begin_layout Plain Layout
23337
23338 \backslash
23339 bowtie
23340 \end_layout
23341
23342 \end_inset
23343 </cell>
23344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23345 \begin_inset Text
23346
23347 \begin_layout Plain Layout
23348 \begin_inset Formula $\bowtie$
23349 \end_inset
23350
23351
23352 \end_layout
23353
23354 \end_inset
23355 </cell>
23356 </row>
23357 <row>
23358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23359 \begin_inset Text
23360
23361 \begin_layout Plain Layout
23362
23363 \backslash
23364 notin
23365 \end_layout
23366
23367 \end_inset
23368 </cell>
23369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23370 \begin_inset Text
23371
23372 \begin_layout Plain Layout
23373 \begin_inset Formula $\notin$
23374 \end_inset
23375
23376
23377 \end_layout
23378
23379 \end_inset
23380 </cell>
23381 </row>
23382 <row>
23383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23384 \begin_inset Text
23385
23386 \begin_layout Plain Layout
23387
23388 \backslash
23389 perp
23390 \end_layout
23391
23392 \end_inset
23393 </cell>
23394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23395 \begin_inset Text
23396
23397 \begin_layout Plain Layout
23398 \begin_inset Formula $\perp$
23399 \end_inset
23400
23401
23402 \end_layout
23403
23404 \end_inset
23405 </cell>
23406 </row>
23407 <row>
23408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23409 \begin_inset Text
23410
23411 \begin_layout Plain Layout
23412
23413 \backslash
23414 propto
23415 \end_layout
23416
23417 \end_inset
23418 </cell>
23419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23420 \begin_inset Text
23421
23422 \begin_layout Plain Layout
23423 \begin_inset Formula $\propto$
23424 \end_inset
23425
23426
23427 \end_layout
23428
23429 \end_inset
23430 </cell>
23431 </row>
23432 <row>
23433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23434 \begin_inset Text
23435
23436 \begin_layout Plain Layout
23437
23438 \backslash
23439 asymp
23440 \end_layout
23441
23442 \end_inset
23443 </cell>
23444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23445 \begin_inset Text
23446
23447 \begin_layout Plain Layout
23448 \begin_inset Formula $\asymp$
23449 \end_inset
23450
23451
23452 \end_layout
23453
23454 \end_inset
23455 </cell>
23456 </row>
23457 <row>
23458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23459 \begin_inset Text
23460
23461 \begin_layout Plain Layout
23462
23463 \backslash
23464 doteq
23465 \end_layout
23466
23467 \end_inset
23468 </cell>
23469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23470 \begin_inset Text
23471
23472 \begin_layout Plain Layout
23473 \begin_inset Formula $\doteq$
23474 \end_inset
23475
23476
23477 \end_layout
23478
23479 \end_inset
23480 </cell>
23481 </row>
23482 <row>
23483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23484 \begin_inset Text
23485
23486 \begin_layout Plain Layout
23487
23488 \backslash
23489 circeq
23490 \end_layout
23491
23492 \end_inset
23493 </cell>
23494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23495 \begin_inset Text
23496
23497 \begin_layout Plain Layout
23498 \begin_inset Formula $\circeq$
23499 \end_inset
23500
23501
23502 \end_layout
23503
23504 \end_inset
23505 </cell>
23506 </row>
23507 <row>
23508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23509 \begin_inset Text
23510
23511 \begin_layout Plain Layout
23512
23513 \backslash
23514 models
23515 \end_layout
23516
23517 \end_inset
23518 </cell>
23519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23520 \begin_inset Text
23521
23522 \begin_layout Plain Layout
23523 \begin_inset Formula $\models$
23524 \end_inset
23525
23526
23527 \end_layout
23528
23529 \end_inset
23530 </cell>
23531 </row>
23532 <row>
23533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23534 \begin_inset Text
23535
23536 \begin_layout Plain Layout
23537
23538 \backslash
23539 widehat=
23540 \end_layout
23541
23542 \end_inset
23543 </cell>
23544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23545 \begin_inset Text
23546
23547 \begin_layout Plain Layout
23548 \begin_inset Formula $\widehat{=}$
23549 \end_inset
23550
23551
23552 \end_layout
23553
23554 \end_inset
23555 </cell>
23556 </row>
23557 </lyxtabular>
23558
23559 \end_inset
23560
23561
23562 \begin_inset space \hfill{}
23563 \end_inset
23564
23565
23566 \begin_inset Tabular
23567 <lyxtabular version="3" rows="17" columns="2">
23568 <features>
23569 <column alignment="center" valignment="top" width="0pt">
23570 <column alignment="center" valignment="top" width="0pt">
23571 <row>
23572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23573 \begin_inset Text
23574
23575 \begin_layout Plain Layout
23576 Command
23577 \end_layout
23578
23579 \end_inset
23580 </cell>
23581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23582 \begin_inset Text
23583
23584 \begin_layout Plain Layout
23585 Result
23586 \end_layout
23587
23588 \end_inset
23589 </cell>
23590 </row>
23591 <row>
23592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23593 \begin_inset Text
23594
23595 \begin_layout Plain Layout
23596 >
23597 \end_layout
23598
23599 \end_inset
23600 </cell>
23601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23602 \begin_inset Text
23603
23604 \begin_layout Plain Layout
23605 \begin_inset Formula $>$
23606 \end_inset
23607
23608
23609 \end_layout
23610
23611 \end_inset
23612 </cell>
23613 </row>
23614 <row>
23615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23616 \begin_inset Text
23617
23618 \begin_layout Plain Layout
23619
23620 \backslash
23621 ge
23622 \end_layout
23623
23624 \end_inset
23625 </cell>
23626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23627 \begin_inset Text
23628
23629 \begin_layout Plain Layout
23630 \begin_inset Formula $\ge$
23631 \end_inset
23632
23633
23634 \end_layout
23635
23636 \end_inset
23637 </cell>
23638 </row>
23639 <row>
23640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23641 \begin_inset Text
23642
23643 \begin_layout Plain Layout
23644
23645 \backslash
23646 gg
23647 \end_layout
23648
23649 \end_inset
23650 </cell>
23651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23652 \begin_inset Text
23653
23654 \begin_layout Plain Layout
23655 \begin_inset Formula $\gg$
23656 \end_inset
23657
23658
23659 \end_layout
23660
23661 \end_inset
23662 </cell>
23663 </row>
23664 <row>
23665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23666 \begin_inset Text
23667
23668 \begin_layout Plain Layout
23669
23670 \backslash
23671 succ
23672 \end_layout
23673
23674 \end_inset
23675 </cell>
23676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23677 \begin_inset Text
23678
23679 \begin_layout Plain Layout
23680 \begin_inset Formula $\succ$
23681 \end_inset
23682
23683
23684 \end_layout
23685
23686 \end_inset
23687 </cell>
23688 </row>
23689 <row>
23690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23691 \begin_inset Text
23692
23693 \begin_layout Plain Layout
23694
23695 \backslash
23696 succeq
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23702 \begin_inset Text
23703
23704 \begin_layout Plain Layout
23705 \begin_inset Formula $\succeq$
23706 \end_inset
23707
23708
23709 \end_layout
23710
23711 \end_inset
23712 </cell>
23713 </row>
23714 <row>
23715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23716 \begin_inset Text
23717
23718 \begin_layout Plain Layout
23719
23720 \backslash
23721 supset
23722 \end_layout
23723
23724 \end_inset
23725 </cell>
23726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23727 \begin_inset Text
23728
23729 \begin_layout Plain Layout
23730 \begin_inset Formula $\supset$
23731 \end_inset
23732
23733
23734 \end_layout
23735
23736 \end_inset
23737 </cell>
23738 </row>
23739 <row>
23740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23741 \begin_inset Text
23742
23743 \begin_layout Plain Layout
23744
23745 \backslash
23746 supseteq
23747 \end_layout
23748
23749 \end_inset
23750 </cell>
23751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23752 \begin_inset Text
23753
23754 \begin_layout Plain Layout
23755 \begin_inset Formula $\supseteq$
23756 \end_inset
23757
23758
23759 \end_layout
23760
23761 \end_inset
23762 </cell>
23763 </row>
23764 <row>
23765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23766 \begin_inset Text
23767
23768 \begin_layout Plain Layout
23769
23770 \backslash
23771 sqsupseteq
23772 \end_layout
23773
23774 \end_inset
23775 </cell>
23776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23777 \begin_inset Text
23778
23779 \begin_layout Plain Layout
23780 \begin_inset Formula $\sqsupseteq$
23781 \end_inset
23782
23783
23784 \end_layout
23785
23786 \end_inset
23787 </cell>
23788 </row>
23789 <row>
23790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23791 \begin_inset Text
23792
23793 \begin_layout Plain Layout
23794
23795 \backslash
23796 ni
23797 \end_layout
23798
23799 \end_inset
23800 </cell>
23801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23802 \begin_inset Text
23803
23804 \begin_layout Plain Layout
23805 \begin_inset Formula $\ni$
23806 \end_inset
23807
23808
23809 \end_layout
23810
23811 \end_inset
23812 </cell>
23813 </row>
23814 <row>
23815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23816 \begin_inset Text
23817
23818 \begin_layout Plain Layout
23819
23820 \backslash
23821 dashv
23822 \end_layout
23823
23824 \end_inset
23825 </cell>
23826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23827 \begin_inset Text
23828
23829 \begin_layout Plain Layout
23830 \begin_inset Formula $\dashv$
23831 \end_inset
23832
23833
23834 \end_layout
23835
23836 \end_inset
23837 </cell>
23838 </row>
23839 <row>
23840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23841 \begin_inset Text
23842
23843 \begin_layout Plain Layout
23844
23845 \backslash
23846 frown
23847 \end_layout
23848
23849 \end_inset
23850 </cell>
23851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23852 \begin_inset Text
23853
23854 \begin_layout Plain Layout
23855 \begin_inset Formula $\frown$
23856 \end_inset
23857
23858
23859 \end_layout
23860
23861 \end_inset
23862 </cell>
23863 </row>
23864 <row>
23865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23866 \begin_inset Text
23867
23868 \begin_layout Plain Layout
23869
23870 \backslash
23871 rhd
23872 \end_layout
23873
23874 \end_inset
23875 </cell>
23876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23877 \begin_inset Text
23878
23879 \begin_layout Plain Layout
23880 \begin_inset Formula $\rhd$
23881 \end_inset
23882
23883
23884 \end_layout
23885
23886 \end_inset
23887 </cell>
23888 </row>
23889 <row>
23890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23891 \begin_inset Text
23892
23893 \begin_layout Plain Layout
23894
23895 \backslash
23896 unrhd
23897 \end_layout
23898
23899 \end_inset
23900 </cell>
23901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23902 \begin_inset Text
23903
23904 \begin_layout Plain Layout
23905 \begin_inset Formula $\unrhd$
23906 \end_inset
23907
23908
23909 \end_layout
23910
23911 \end_inset
23912 </cell>
23913 </row>
23914 <row>
23915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23916 \begin_inset Text
23917
23918 \begin_layout Plain Layout
23919
23920 \backslash
23921 lessgtr
23922 \end_layout
23923
23924 \end_inset
23925 </cell>
23926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23927 \begin_inset Text
23928
23929 \begin_layout Plain Layout
23930 \begin_inset Formula $\lessgtr$
23931 \end_inset
23932
23933
23934 \end_layout
23935
23936 \end_inset
23937 </cell>
23938 </row>
23939 <row>
23940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23941 \begin_inset Text
23942
23943 \begin_layout Plain Layout
23944
23945 \backslash
23946 parallel
23947 \end_layout
23948
23949 \end_inset
23950 </cell>
23951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23952 \begin_inset Text
23953
23954 \begin_layout Plain Layout
23955 \begin_inset Formula $\parallel$
23956 \end_inset
23957
23958
23959 \end_layout
23960
23961 \end_inset
23962 </cell>
23963 </row>
23964 <row>
23965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23966 \begin_inset Text
23967
23968 \begin_layout Plain Layout
23969
23970 \backslash
23971 nparallel
23972 \end_layout
23973
23974 \end_inset
23975 </cell>
23976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23977 \begin_inset Text
23978
23979 \begin_layout Plain Layout
23980 \begin_inset Formula $\nparallel$
23981 \end_inset
23982
23983
23984 \end_layout
23985
23986 \end_inset
23987 </cell>
23988 </row>
23989 </lyxtabular>
23990
23991 \end_inset
23992
23993
23994 \begin_inset space \hfill{}
23995 \end_inset
23996
23997
23998 \end_layout
23999
24000 \begin_layout Standard
24001 \begin_inset VSpace medskip
24002 \end_inset
24003
24004 The characters 
24005 \series bold
24006
24007 \backslash
24008 lhd
24009 \series default
24010  and 
24011 \series bold
24012
24013 \backslash
24014 rhd
24015 \series default
24016  are bigger than the equal looking operators 
24017 \series bold
24018
24019 \backslash
24020 triangleleft
24021 \series default
24022  and 
24023 \series bold
24024
24025 \backslash
24026 triangleright
24027 \series default
24028 , respectively.
24029 \end_layout
24030
24031 \begin_layout Standard
24032 Relations are, in contrary to symbols, always surrounded by space.
24033 \end_layout
24034
24035 \begin_layout Standard
24036 Relations with labels can be created with the command 
24037 \series bold
24038
24039 \backslash
24040 stackrel
24041 \series default
24042
24043 \begin_inset Index
24044 status collapsed
24045
24046 \begin_layout Plain Layout
24047 Commands ! S ! 
24048 \backslash
24049 stackrel
24050 \end_layout
24051
24052 \end_inset
24053
24054 :
24055 \end_layout
24056
24057 \begin_layout Standard
24058 \align center
24059 \begin_inset Tabular
24060 <lyxtabular version="3" rows="2" columns="2">
24061 <features>
24062 <column alignment="center" valignment="top" width="0">
24063 <column alignment="center" valignment="top" width="0">
24064 <row>
24065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24066 \begin_inset Text
24067
24068 \begin_layout Plain Layout
24069 Command
24070 \end_layout
24071
24072 \end_inset
24073 </cell>
24074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24075 \begin_inset Text
24076
24077 \begin_layout Plain Layout
24078 Result
24079 \begin_inset Note Note
24080 status collapsed
24081
24082 \begin_layout Plain Layout
24083
24084 \series bold
24085
24086 \backslash
24087 raisebox
24088 \series default
24089  is only used as spacer.
24090 \end_layout
24091
24092 \end_inset
24093
24094
24095 \end_layout
24096
24097 \end_inset
24098 </cell>
24099 </row>
24100 <row>
24101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24102 \begin_inset Text
24103
24104 \begin_layout Plain Layout
24105 A(r)
24106 \backslash
24107 stackrel
24108 \begin_inset ERT
24109 status collapsed
24110
24111 \begin_layout Plain Layout
24112
24113
24114 \backslash
24115 spce 
24116 \end_layout
24117
24118 \end_inset
24119
24120 r
24121 \backslash
24122 to
24123 \backslash
24124 infty
24125 \begin_inset ERT
24126 status collapsed
24127
24128 \begin_layout Plain Layout
24129
24130
24131 \backslash
24132 spce 
24133 \end_layout
24134
24135 \end_inset
24136
24137
24138 \begin_inset Formula $\downarrow$
24139 \end_inset
24140
24141
24142 \backslash
24143 approx
24144 \begin_inset ERT
24145 status collapsed
24146
24147 \begin_layout Plain Layout
24148
24149
24150 \backslash
24151 spce 
24152 \end_layout
24153
24154 \end_inset
24155
24156
24157 \begin_inset ERT
24158 status collapsed
24159
24160 \begin_layout Plain Layout
24161
24162
24163 \backslash
24164 spce 
24165 \end_layout
24166
24167 \end_inset
24168
24169 B
24170 \end_layout
24171
24172 \end_inset
24173 </cell>
24174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24175 \begin_inset Text
24176
24177 \begin_layout Plain Layout
24178 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24179 \end_inset
24180
24181
24182 \end_layout
24183
24184 \end_inset
24185 </cell>
24186 </row>
24187 </lyxtabular>
24188
24189 \end_inset
24190
24191
24192 \end_layout
24193
24194 \begin_layout Section
24195 Functions
24196 \end_layout
24197
24198 \begin_layout Subsection
24199 Predefined Functions
24200 \begin_inset CommandInset label
24201 LatexCommand label
24202 name "sub:Predefined-Functions"
24203
24204 \end_inset
24205
24206
24207 \begin_inset Index
24208 status collapsed
24209
24210 \begin_layout Plain Layout
24211 Functions ! predefined
24212 \end_layout
24213
24214 \end_inset
24215
24216
24217 \end_layout
24218
24219 \begin_layout Standard
24220 In general, variables are set 
24221 \emph on
24222 italic
24223 \emph default
24224  in mathematical expressions, but not function names, because 
24225 \begin_inset Formula $sin$
24226 \end_inset
24227
24228  could be misunderstood as 
24229 \begin_inset Formula $s\cdot i\cdot n$
24230 \end_inset
24231
24232 .
24233  Therefore there are predefined functions, that are additionally a bit separated
24234  from prefactors.
24235  They are inserted as commands starting with a backslash before their name.
24236 \end_layout
24237
24238 \begin_layout Standard
24239 \align center
24240 \begin_inset Tabular
24241 <lyxtabular version="3" rows="2" columns="4">
24242 <features>
24243 <column alignment="center" valignment="top" width="0pt">
24244 <column alignment="center" valignment="top" width="0pt">
24245 <column alignment="center" valignment="top" width="0pt">
24246 <column alignment="center" valignment="top" width="0pt">
24247 <row>
24248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24249 \begin_inset Text
24250
24251 \begin_layout Plain Layout
24252 Command
24253 \end_layout
24254
24255 \end_inset
24256 </cell>
24257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24258 \begin_inset Text
24259
24260 \begin_layout Plain Layout
24261 Result
24262 \end_layout
24263
24264 \end_inset
24265 </cell>
24266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24267 \begin_inset Text
24268
24269 \begin_layout Plain Layout
24270 Command
24271 \end_layout
24272
24273 \end_inset
24274 </cell>
24275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24276 \begin_inset Text
24277
24278 \begin_layout Plain Layout
24279 Result
24280 \end_layout
24281
24282 \end_inset
24283 </cell>
24284 </row>
24285 <row>
24286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24287 \begin_inset Text
24288
24289 \begin_layout Plain Layout
24290 Asin(x)+B
24291 \end_layout
24292
24293 \end_inset
24294 </cell>
24295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24296 \begin_inset Text
24297
24298 \begin_layout Plain Layout
24299 \begin_inset Formula $Asin(x)+B$
24300 \end_inset
24301
24302
24303 \end_layout
24304
24305 \end_inset
24306 </cell>
24307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24308 \begin_inset Text
24309
24310 \begin_layout Plain Layout
24311 A
24312 \backslash
24313 sin(x)+B
24314 \end_layout
24315
24316 \end_inset
24317 </cell>
24318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24319 \begin_inset Text
24320
24321 \begin_layout Plain Layout
24322 \begin_inset Formula $A\sin(x)+B$
24323 \end_inset
24324
24325
24326 \end_layout
24327
24328 \end_inset
24329 </cell>
24330 </row>
24331 </lyxtabular>
24332
24333 \end_inset
24334
24335
24336 \end_layout
24337
24338 \begin_layout Standard
24339 The following functions are predefined:
24340 \end_layout
24341
24342 \begin_layout Standard
24343 \begin_inset VSpace -2mm
24344 \end_inset
24345
24346
24347 \end_layout
24348
24349 \begin_layout Standard
24350 \align center
24351 \begin_inset Tabular
24352 <lyxtabular version="3" rows="9" columns="4">
24353 <features>
24354 <column alignment="center" valignment="top" width="0pt">
24355 <column alignment="center" valignment="top" width="0pt">
24356 <column alignment="center" valignment="top" width="0pt">
24357 <column alignment="center" valignment="top" width="0pt">
24358 <row>
24359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24360 \begin_inset Text
24361
24362 \begin_layout Plain Layout
24363 Command
24364 \end_layout
24365
24366 \end_inset
24367 </cell>
24368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24369 \begin_inset Text
24370
24371 \begin_layout Plain Layout
24372 Command
24373 \end_layout
24374
24375 \end_inset
24376 </cell>
24377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24378 \begin_inset Text
24379
24380 \begin_layout Plain Layout
24381 Command
24382 \end_layout
24383
24384 \end_inset
24385 </cell>
24386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24387 \begin_inset Text
24388
24389 \begin_layout Plain Layout
24390 Command
24391 \end_layout
24392
24393 \end_inset
24394 </cell>
24395 </row>
24396 <row>
24397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24398 \begin_inset Text
24399
24400 \begin_layout Plain Layout
24401
24402 \backslash
24403 sin
24404 \end_layout
24405
24406 \end_inset
24407 </cell>
24408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24409 \begin_inset Text
24410
24411 \begin_layout Plain Layout
24412
24413 \backslash
24414 sinh
24415 \end_layout
24416
24417 \end_inset
24418 </cell>
24419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24420 \begin_inset Text
24421
24422 \begin_layout Plain Layout
24423
24424 \backslash
24425 arcsin
24426 \end_layout
24427
24428 \end_inset
24429 </cell>
24430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24431 \begin_inset Text
24432
24433 \begin_layout Plain Layout
24434
24435 \backslash
24436 sup
24437 \end_layout
24438
24439 \end_inset
24440 </cell>
24441 </row>
24442 <row>
24443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24444 \begin_inset Text
24445
24446 \begin_layout Plain Layout
24447
24448 \backslash
24449 cos
24450 \end_layout
24451
24452 \end_inset
24453 </cell>
24454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24455 \begin_inset Text
24456
24457 \begin_layout Plain Layout
24458
24459 \backslash
24460 cosh
24461 \end_layout
24462
24463 \end_inset
24464 </cell>
24465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24466 \begin_inset Text
24467
24468 \begin_layout Plain Layout
24469
24470 \backslash
24471 arccos
24472 \end_layout
24473
24474 \end_inset
24475 </cell>
24476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24477 \begin_inset Text
24478
24479 \begin_layout Plain Layout
24480
24481 \backslash
24482 inf
24483 \end_layout
24484
24485 \end_inset
24486 </cell>
24487 </row>
24488 <row>
24489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24490 \begin_inset Text
24491
24492 \begin_layout Plain Layout
24493
24494 \backslash
24495 tan
24496 \end_layout
24497
24498 \end_inset
24499 </cell>
24500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24501 \begin_inset Text
24502
24503 \begin_layout Plain Layout
24504
24505 \backslash
24506 tanh
24507 \end_layout
24508
24509 \end_inset
24510 </cell>
24511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24512 \begin_inset Text
24513
24514 \begin_layout Plain Layout
24515
24516 \backslash
24517 arctan
24518 \end_layout
24519
24520 \end_inset
24521 </cell>
24522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24523 \begin_inset Text
24524
24525 \begin_layout Plain Layout
24526
24527 \backslash
24528 lim
24529 \end_layout
24530
24531 \end_inset
24532 </cell>
24533 </row>
24534 <row>
24535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24536 \begin_inset Text
24537
24538 \begin_layout Plain Layout
24539
24540 \backslash
24541 cot
24542 \end_layout
24543
24544 \end_inset
24545 </cell>
24546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24547 \begin_inset Text
24548
24549 \begin_layout Plain Layout
24550
24551 \backslash
24552 coth
24553 \end_layout
24554
24555 \end_inset
24556 </cell>
24557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24558 \begin_inset Text
24559
24560 \begin_layout Plain Layout
24561
24562 \backslash
24563 arg
24564 \end_layout
24565
24566 \end_inset
24567 </cell>
24568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24569 \begin_inset Text
24570
24571 \begin_layout Plain Layout
24572
24573 \backslash
24574 liminf
24575 \end_layout
24576
24577 \end_inset
24578 </cell>
24579 </row>
24580 <row>
24581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24582 \begin_inset Text
24583
24584 \begin_layout Plain Layout
24585
24586 \backslash
24587 sec
24588 \end_layout
24589
24590 \end_inset
24591 </cell>
24592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24593 \begin_inset Text
24594
24595 \begin_layout Plain Layout
24596
24597 \backslash
24598 min
24599 \end_layout
24600
24601 \end_inset
24602 </cell>
24603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24604 \begin_inset Text
24605
24606 \begin_layout Plain Layout
24607
24608 \backslash
24609 deg
24610 \end_layout
24611
24612 \end_inset
24613 </cell>
24614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24615 \begin_inset Text
24616
24617 \begin_layout Plain Layout
24618
24619 \backslash
24620 limsup
24621 \end_layout
24622
24623 \end_inset
24624 </cell>
24625 </row>
24626 <row>
24627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24628 \begin_inset Text
24629
24630 \begin_layout Plain Layout
24631
24632 \backslash
24633 csc
24634 \end_layout
24635
24636 \end_inset
24637 </cell>
24638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24639 \begin_inset Text
24640
24641 \begin_layout Plain Layout
24642
24643 \backslash
24644 max
24645 \end_layout
24646
24647 \end_inset
24648 </cell>
24649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24650 \begin_inset Text
24651
24652 \begin_layout Plain Layout
24653
24654 \backslash
24655 det
24656 \end_layout
24657
24658 \end_inset
24659 </cell>
24660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24661 \begin_inset Text
24662
24663 \begin_layout Plain Layout
24664
24665 \backslash
24666 Pr
24667 \end_layout
24668
24669 \end_inset
24670 </cell>
24671 </row>
24672 <row>
24673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24674 \begin_inset Text
24675
24676 \begin_layout Plain Layout
24677
24678 \backslash
24679 ln
24680 \end_layout
24681
24682 \end_inset
24683 </cell>
24684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24685 \begin_inset Text
24686
24687 \begin_layout Plain Layout
24688
24689 \backslash
24690 exp
24691 \end_layout
24692
24693 \end_inset
24694 </cell>
24695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24696 \begin_inset Text
24697
24698 \begin_layout Plain Layout
24699
24700 \backslash
24701 dim
24702 \end_layout
24703
24704 \end_inset
24705 </cell>
24706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24707 \begin_inset Text
24708
24709 \begin_layout Plain Layout
24710
24711 \backslash
24712 hom
24713 \end_layout
24714
24715 \end_inset
24716 </cell>
24717 </row>
24718 <row>
24719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24720 \begin_inset Text
24721
24722 \begin_layout Plain Layout
24723
24724 \backslash
24725 lg
24726 \end_layout
24727
24728 \end_inset
24729 </cell>
24730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24731 \begin_inset Text
24732
24733 \begin_layout Plain Layout
24734
24735 \backslash
24736 log
24737 \end_layout
24738
24739 \end_inset
24740 </cell>
24741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24742 \begin_inset Text
24743
24744 \begin_layout Plain Layout
24745
24746 \backslash
24747 ker
24748 \end_layout
24749
24750 \end_inset
24751 </cell>
24752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24753 \begin_inset Text
24754
24755 \begin_layout Plain Layout
24756
24757 \backslash
24758 gcd
24759 \end_layout
24760
24761 \end_inset
24762 </cell>
24763 </row>
24764 </lyxtabular>
24765
24766 \end_inset
24767
24768
24769 \end_layout
24770
24771 \begin_layout Standard
24772 They can also be inserted with the math toolbar button 
24773 \begin_inset Graphics
24774         filename ../images/math/functions.png
24775         scale 85
24776
24777 \end_inset
24778
24779 .
24780 \end_layout
24781
24782 \begin_layout Subsection
24783 Self-defined Functions
24784 \begin_inset Index
24785 status collapsed
24786
24787 \begin_layout Plain Layout
24788 Functions ! self-defined
24789 \end_layout
24790
24791 \end_inset
24792
24793
24794 \end_layout
24795
24796 \begin_layout Standard
24797 To use a function that is not predefined, like for example the sign function
24798  sgn(x), there are two possibilities:
24799 \end_layout
24800
24801 \begin_layout Itemize
24802 Define the function by inserting the following line to the LaTeX-preamble
24803 \begin_inset Foot
24804 status collapsed
24805
24806 \begin_layout Plain Layout
24807 For more about 
24808 \series bold
24809
24810 \backslash
24811 DeclareMathOperator
24812 \series default
24813  see 
24814 \begin_inset CommandInset ref
24815 LatexCommand ref
24816 reference "sub:Self-defined-Operators"
24817
24818 \end_inset
24819
24820 .
24821 \end_layout
24822
24823 \end_inset
24824
24825
24826 \begin_inset Newline newline
24827 \end_inset
24828
24829
24830 \begin_inset VSpace -3mm
24831 \end_inset
24832
24833
24834 \begin_inset Newline newline
24835 \end_inset
24836
24837
24838 \series bold
24839
24840 \backslash
24841 DeclareMathOperator{
24842 \backslash
24843 sgn}{sgn}
24844 \series default
24845
24846 \begin_inset Index
24847 status collapsed
24848
24849 \begin_layout Plain Layout
24850 Commands ! D ! 
24851 \backslash
24852 dbinom@
24853 \backslash
24854 DeclareMathOperator
24855 \end_layout
24856
24857 \end_inset
24858
24859
24860 \begin_inset Newline newline
24861 \end_inset
24862
24863
24864 \begin_inset VSpace -2mm
24865 \end_inset
24866
24867
24868 \begin_inset Newline newline
24869 \end_inset
24870
24871 Now the new defined function can be called with the command 
24872 \series bold
24873
24874 \backslash
24875 sgn
24876 \series default
24877 .
24878 \end_layout
24879
24880 \begin_layout Itemize
24881 Write the the formula as usual, mark the formula name, in our example the
24882  letters 
24883 \emph on
24884 sgn
24885 \emph default
24886 , and change it to mathematical text.
24887  At last a space is inserted between prefactor and function.
24888 \end_layout
24889
24890 \begin_layout Standard
24891 The result is the same with both methods as with a predefined function
24892 \begin_inset Foot
24893 status collapsed
24894
24895 \begin_layout Plain Layout
24896 In LyX self-defined functions are displayed red, predefined ones black.
24897 \end_layout
24898
24899 \end_inset
24900
24901 :
24902 \end_layout
24903
24904 \begin_layout Standard
24905 \align center
24906 \begin_inset Tabular
24907 <lyxtabular version="3" rows="3" columns="2">
24908 <features>
24909 <column alignment="center" valignment="top" width="0pt">
24910 <column alignment="center" valignment="top" width="0pt">
24911 <row>
24912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24913 \begin_inset Text
24914
24915 \begin_layout Plain Layout
24916 Command
24917 \end_layout
24918
24919 \end_inset
24920 </cell>
24921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24922 \begin_inset Text
24923
24924 \begin_layout Plain Layout
24925 Result
24926 \end_layout
24927
24928 \end_inset
24929 </cell>
24930 </row>
24931 <row>
24932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24933 \begin_inset Text
24934
24935 \begin_layout Plain Layout
24936 A
24937 \backslash
24938 sgn(x)+B
24939 \end_layout
24940
24941 \end_inset
24942 </cell>
24943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24944 \begin_inset Text
24945
24946 \begin_layout Plain Layout
24947 \begin_inset Formula $A\sgn(x)+B$
24948 \end_inset
24949
24950
24951 \end_layout
24952
24953 \end_inset
24954 </cell>
24955 </row>
24956 <row>
24957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24958 \begin_inset Text
24959
24960 \begin_layout Plain Layout
24961 A
24962 \backslash
24963 ,
24964 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24965 \end_inset
24966
24967 (x)+B
24968 \end_layout
24969
24970 \end_inset
24971 </cell>
24972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24973 \begin_inset Text
24974
24975 \begin_layout Plain Layout
24976 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24977 \end_inset
24978
24979
24980 \end_layout
24981
24982 \end_inset
24983 </cell>
24984 </row>
24985 </lyxtabular>
24986
24987 \end_inset
24988
24989
24990 \end_layout
24991
24992 \begin_layout Standard
24993 The first method is more suitable when the self-defined function should
24994  be used several times.
24995 \end_layout
24996
24997 \begin_layout Subsection
24998 Limits
24999 \begin_inset Index
25000 status collapsed
25001
25002 \begin_layout Plain Layout
25003 Limits
25004 \end_layout
25005
25006 \end_inset
25007
25008
25009 \end_layout
25010
25011 \begin_layout Standard
25012 For limits there are defined besides 
25013 \series bold
25014
25015 \backslash
25016 lim
25017 \series default
25018
25019 \begin_inset Index
25020 status collapsed
25021
25022 \begin_layout Plain Layout
25023 Commands ! L ! 
25024 \backslash
25025 lim
25026 \end_layout
25027
25028 \end_inset
25029
25030
25031 \series bold
25032
25033 \backslash
25034 liminf
25035 \series default
25036  and 
25037 \series bold
25038
25039 \backslash
25040 limsup
25041 \series default
25042  furthermore the following functions:
25043 \end_layout
25044
25045 \begin_layout Standard
25046 \align center
25047 \begin_inset Tabular
25048 <lyxtabular version="3" rows="5" columns="2">
25049 <features>
25050 <column alignment="center" valignment="top" width="0">
25051 <column alignment="center" valignment="top" width="0">
25052 <row>
25053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25054 \begin_inset Text
25055
25056 \begin_layout Plain Layout
25057 Command
25058 \end_layout
25059
25060 \end_inset
25061 </cell>
25062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25063 \begin_inset Text
25064
25065 \begin_layout Plain Layout
25066 Result
25067 \begin_inset Note Note
25068 status collapsed
25069
25070 \begin_layout Plain Layout
25071
25072 \series bold
25073
25074 \backslash
25075 raisebox
25076 \series default
25077  is only used as spacer.
25078 \end_layout
25079
25080 \end_inset
25081
25082
25083 \end_layout
25084
25085 \end_inset
25086 </cell>
25087 </row>
25088 <row>
25089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25090 \begin_inset Text
25091
25092 \begin_layout Plain Layout
25093
25094 \backslash
25095 varliminf
25096 \end_layout
25097
25098 \end_inset
25099 </cell>
25100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25101 \begin_inset Text
25102
25103 \begin_layout Plain Layout
25104 \begin_inset Formula $\varliminf$
25105 \end_inset
25106
25107
25108 \end_layout
25109
25110 \end_inset
25111 </cell>
25112 </row>
25113 <row>
25114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25115 \begin_inset Text
25116
25117 \begin_layout Plain Layout
25118
25119 \backslash
25120 varlimsup
25121 \end_layout
25122
25123 \end_inset
25124 </cell>
25125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25126 \begin_inset Text
25127
25128 \begin_layout Plain Layout
25129 \begin_inset Formula $\varlimsup$
25130 \end_inset
25131
25132
25133 \end_layout
25134
25135 \end_inset
25136 </cell>
25137 </row>
25138 <row>
25139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25140 \begin_inset Text
25141
25142 \begin_layout Plain Layout
25143
25144 \backslash
25145 varprojlim
25146 \end_layout
25147
25148 \end_inset
25149 </cell>
25150 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25151 \begin_inset Text
25152
25153 \begin_layout Plain Layout
25154 \begin_inset Formula $\varprojlim$
25155 \end_inset
25156
25157
25158 \end_layout
25159
25160 \end_inset
25161 </cell>
25162 </row>
25163 <row>
25164 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25165 \begin_inset Text
25166
25167 \begin_layout Plain Layout
25168
25169 \backslash
25170 varinjlim
25171 \end_layout
25172
25173 \end_inset
25174 </cell>
25175 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25176 \begin_inset Text
25177
25178 \begin_layout Plain Layout
25179 \begin_inset Formula $\varinjlim$
25180 \end_inset
25181
25182
25183 \begin_inset Formula $\raisebox{-2.5mm}{}$
25184 \end_inset
25185
25186
25187 \end_layout
25188
25189 \end_inset
25190 </cell>
25191 </row>
25192 </lyxtabular>
25193
25194 \end_inset
25195
25196
25197 \end_layout
25198
25199 \begin_layout Standard
25200 \begin_inset VSpace medskip
25201 \end_inset
25202
25203 The limit is created by inserting a subscript.
25204  It is set right beside the function in an inline formula:
25205 \end_layout
25206
25207 \begin_layout Standard
25208 \align center
25209 \begin_inset Tabular
25210 <lyxtabular version="3" rows="2" columns="2">
25211 <features>
25212 <column alignment="center" valignment="top" width="0pt">
25213 <column alignment="center" valignment="top" width="0pt">
25214 <row>
25215 <cell alignment="center" valignment="top" usebox="none">
25216 \begin_inset Text
25217
25218 \begin_layout Plain Layout
25219 Command
25220 \end_layout
25221
25222 \end_inset
25223 </cell>
25224 <cell alignment="center" valignment="top" usebox="none">
25225 \begin_inset Text
25226
25227 \begin_layout Plain Layout
25228 \begin_inset space \hspace{}
25229 \length 1cm
25230 \end_inset
25231
25232 Result
25233 \begin_inset Note Note
25234 status collapsed
25235
25236 \begin_layout Plain Layout
25237
25238 \series bold
25239
25240 \backslash
25241 hspace
25242 \series default
25243  and
25244 \series bold
25245  
25246 \backslash
25247 raisebox
25248 \series default
25249  are used here as spacer.
25250 \end_layout
25251
25252 \end_inset
25253
25254
25255 \end_layout
25256
25257 \end_inset
25258 </cell>
25259 </row>
25260 <row>
25261 <cell alignment="center" valignment="top" usebox="none">
25262 \begin_inset Text
25263
25264 \begin_layout Plain Layout
25265
25266 \backslash
25267 lim_x
25268 \backslash
25269 to
25270 \begin_inset ERT
25271 status collapsed
25272
25273 \begin_layout Plain Layout
25274
25275
25276 \backslash
25277 spce 
25278 \end_layout
25279
25280 \end_inset
25281
25282 A
25283 \begin_inset ERT
25284 status collapsed
25285
25286 \begin_layout Plain Layout
25287
25288
25289 \backslash
25290 spce 
25291 \end_layout
25292
25293 \end_inset
25294
25295 x=B
25296 \end_layout
25297
25298 \end_inset
25299 </cell>
25300 <cell alignment="center" valignment="top" usebox="none">
25301 \begin_inset Text
25302
25303 \begin_layout Plain Layout
25304 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25305 \end_inset
25306
25307
25308 \end_layout
25309
25310 \end_inset
25311 </cell>
25312 </row>
25313 </lyxtabular>
25314
25315 \end_inset
25316
25317
25318 \end_layout
25319
25320 \begin_layout Standard
25321 In a displayed formula the limit is set below the formula, as usual:
25322 \begin_inset Formula \[
25323 \lim_{x\to A}x=B\]
25324
25325 \end_inset
25326
25327
25328 \end_layout
25329
25330 \begin_layout Subsection
25331 Modulo-Functions
25332 \begin_inset Index
25333 status collapsed
25334
25335 \begin_layout Plain Layout
25336 Functions ! modulo-
25337 \end_layout
25338
25339 \end_inset
25340
25341
25342 \end_layout
25343
25344 \begin_layout Standard
25345 The modulo-function is special, because it exists in four variants.
25346 \end_layout
25347
25348 \begin_layout Standard
25349 The variants in a displayed formula:
25350 \begin_inset Formula \begin{align*}
25351 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25352 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25353 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25354 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25355 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25356
25357 \end_inset
25358
25359
25360 \end_layout
25361
25362 \begin_layout Standard
25363 In an inline formula less space is set before the function names for all
25364  variants.
25365 \end_layout
25366
25367 \begin_layout Section
25368 Special Characters
25369 \begin_inset Index
25370 status collapsed
25371
25372 \begin_layout Plain Layout
25373 Special characters
25374 \end_layout
25375
25376 \end_inset
25377
25378
25379 \end_layout
25380
25381 \begin_layout Subsection
25382 Special Characters in Mathematical Text
25383 \end_layout
25384
25385 \begin_layout Standard
25386 The following commands can only be used in mathematical text or in TeX-mode:
25387 \end_layout
25388
25389 \begin_layout Standard
25390 \begin_inset space \hfill{}
25391 \end_inset
25392
25393
25394 \begin_inset Tabular
25395 <lyxtabular version="3" rows="8" columns="2">
25396 <features>
25397 <column alignment="block" valignment="top" width="0">
25398 <column alignment="block" valignment="top" width="0">
25399 <row>
25400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25401 \begin_inset Text
25402
25403 \begin_layout Plain Layout
25404 Command
25405 \end_layout
25406
25407 \end_inset
25408 </cell>
25409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25410 \begin_inset Text
25411
25412 \begin_layout Plain Layout
25413 Result
25414 \end_layout
25415
25416 \end_inset
25417 </cell>
25418 </row>
25419 <row>
25420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25421 \begin_inset Text
25422
25423 \begin_layout Plain Layout
25424
25425 \backslash
25426 oe
25427 \end_layout
25428
25429 \end_inset
25430 </cell>
25431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25432 \begin_inset Text
25433
25434 \begin_layout Plain Layout
25435 \begin_inset Formula $\textrm{œ}$
25436 \end_inset
25437
25438
25439 \end_layout
25440
25441 \end_inset
25442 </cell>
25443 </row>
25444 <row>
25445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25446 \begin_inset Text
25447
25448 \begin_layout Plain Layout
25449
25450 \backslash
25451 OE
25452 \end_layout
25453
25454 \end_inset
25455 </cell>
25456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25457 \begin_inset Text
25458
25459 \begin_layout Plain Layout
25460 \begin_inset Formula $\textrm{Œ}$
25461 \end_inset
25462
25463
25464 \end_layout
25465
25466 \end_inset
25467 </cell>
25468 </row>
25469 <row>
25470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25471 \begin_inset Text
25472
25473 \begin_layout Plain Layout
25474
25475 \backslash
25476 ae
25477 \end_layout
25478
25479 \end_inset
25480 </cell>
25481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25482 \begin_inset Text
25483
25484 \begin_layout Plain Layout
25485 \begin_inset Formula $\textrm{æ}$
25486 \end_inset
25487
25488
25489 \end_layout
25490
25491 \end_inset
25492 </cell>
25493 </row>
25494 <row>
25495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25496 \begin_inset Text
25497
25498 \begin_layout Plain Layout
25499
25500 \backslash
25501 AE
25502 \end_layout
25503
25504 \end_inset
25505 </cell>
25506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25507 \begin_inset Text
25508
25509 \begin_layout Plain Layout
25510 \begin_inset Formula $\textrm{Æ}$
25511 \end_inset
25512
25513
25514 \end_layout
25515
25516 \end_inset
25517 </cell>
25518 </row>
25519 <row>
25520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25521 \begin_inset Text
25522
25523 \begin_layout Plain Layout
25524
25525 \backslash
25526 aa
25527 \end_layout
25528
25529 \end_inset
25530 </cell>
25531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25532 \begin_inset Text
25533
25534 \begin_layout Plain Layout
25535 \begin_inset Formula $\textrm{\aa}$
25536 \end_inset
25537
25538
25539 \end_layout
25540
25541 \end_inset
25542 </cell>
25543 </row>
25544 <row>
25545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25546 \begin_inset Text
25547
25548 \begin_layout Plain Layout
25549
25550 \backslash
25551 AA
25552 \begin_inset Index
25553 status collapsed
25554
25555 \begin_layout Plain Layout
25556
25557 \backslash
25558 @
25559 \begin_inset ERT
25560 status collapsed
25561
25562 \begin_layout Plain Layout
25563
25564
25565 \backslash
25566 textrm{
25567 \backslash
25568 AA}
25569 \end_layout
25570
25571 \end_inset
25572
25573
25574 \end_layout
25575
25576 \end_inset
25577
25578
25579 \end_layout
25580
25581 \end_inset
25582 </cell>
25583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25584 \begin_inset Text
25585
25586 \begin_layout Plain Layout
25587 \begin_inset Formula $\textrm{Å}$
25588 \end_inset
25589
25590
25591 \end_layout
25592
25593 \end_inset
25594 </cell>
25595 </row>
25596 <row>
25597 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25598 \begin_inset Text
25599
25600 \begin_layout Plain Layout
25601
25602 \backslash
25603 i
25604 \end_layout
25605
25606 \end_inset
25607 </cell>
25608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25609 \begin_inset Text
25610
25611 \begin_layout Plain Layout
25612 \begin_inset Formula $\textrm{ı}$
25613 \end_inset
25614
25615
25616 \end_layout
25617
25618 \end_inset
25619 </cell>
25620 </row>
25621 </lyxtabular>
25622
25623 \end_inset
25624
25625
25626 \begin_inset space \hfill{}
25627 \end_inset
25628
25629
25630 \begin_inset Tabular
25631 <lyxtabular version="3" rows="8" columns="2">
25632 <features>
25633 <column alignment="block" valignment="top" width="0">
25634 <column alignment="center" valignment="top" width="0">
25635 <row>
25636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25637 \begin_inset Text
25638
25639 \begin_layout Plain Layout
25640 command
25641 \begin_inset Note Note
25642 status collapsed
25643
25644 \begin_layout Plain Layout
25645
25646 \series bold
25647
25648 \backslash
25649 hspace{0mm}
25650 \series default
25651  is used for separation, because otherwise the output will be ¡ and ¿ respective
25652 ly.
25653 \end_layout
25654
25655 \end_inset
25656
25657
25658 \end_layout
25659
25660 \end_inset
25661 </cell>
25662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25663 \begin_inset Text
25664
25665 \begin_layout Plain Layout
25666 Result
25667 \end_layout
25668
25669 \end_inset
25670 </cell>
25671 </row>
25672 <row>
25673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25674 \begin_inset Text
25675
25676 \begin_layout Plain Layout
25677
25678 \backslash
25679 o
25680 \end_layout
25681
25682 \end_inset
25683 </cell>
25684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25685 \begin_inset Text
25686
25687 \begin_layout Plain Layout
25688 \begin_inset Formula $\textrm{ø}$
25689 \end_inset
25690
25691
25692 \end_layout
25693
25694 \end_inset
25695 </cell>
25696 </row>
25697 <row>
25698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25699 \begin_inset Text
25700
25701 \begin_layout Plain Layout
25702
25703 \backslash
25704 O
25705 \end_layout
25706
25707 \end_inset
25708 </cell>
25709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25710 \begin_inset Text
25711
25712 \begin_layout Plain Layout
25713 \begin_inset Formula $\textrm{Ø}$
25714 \end_inset
25715
25716
25717 \end_layout
25718
25719 \end_inset
25720 </cell>
25721 </row>
25722 <row>
25723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25724 \begin_inset Text
25725
25726 \begin_layout Plain Layout
25727
25728 \backslash
25729 l
25730 \end_layout
25731
25732 \end_inset
25733 </cell>
25734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25735 \begin_inset Text
25736
25737 \begin_layout Plain Layout
25738 \begin_inset Formula $\textrm{ł}$
25739 \end_inset
25740
25741
25742 \end_layout
25743
25744 \end_inset
25745 </cell>
25746 </row>
25747 <row>
25748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25749 \begin_inset Text
25750
25751 \begin_layout Plain Layout
25752
25753 \backslash
25754 L
25755 \end_layout
25756
25757 \end_inset
25758 </cell>
25759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25760 \begin_inset Text
25761
25762 \begin_layout Plain Layout
25763 \begin_inset Formula $\textrm{Ł}$
25764 \end_inset
25765
25766
25767 \end_layout
25768
25769 \end_inset
25770 </cell>
25771 </row>
25772 <row>
25773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25774 \begin_inset Text
25775
25776 \begin_layout Plain Layout
25777 !
25778 \begin_inset space \hspace{}
25779 \length 0mm
25780 \end_inset
25781
25782 `
25783 \begin_inset ERT
25784 status collapsed
25785
25786 \begin_layout Plain Layout
25787
25788
25789 \backslash
25790 spce 
25791 \end_layout
25792
25793 \end_inset
25794
25795
25796 \end_layout
25797
25798 \end_inset
25799 </cell>
25800 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" usebox="none">
25815 \begin_inset Text
25816
25817 \begin_layout Plain Layout
25818 ?
25819 \begin_inset space \hspace{}
25820 \length 0mm
25821 \end_inset
25822
25823 `
25824 \begin_inset ERT
25825 status collapsed
25826
25827 \begin_layout Plain Layout
25828
25829
25830 \backslash
25831 spce 
25832 \end_layout
25833
25834 \end_inset
25835
25836
25837 \end_layout
25838
25839 \end_inset
25840 </cell>
25841 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25842 \begin_inset Text
25843
25844 \begin_layout Plain Layout
25845 \begin_inset Formula $\textrm{?`}$
25846 \end_inset
25847
25848
25849 \end_layout
25850
25851 \end_inset
25852 </cell>
25853 </row>
25854 <row>
25855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25856 \begin_inset Text
25857
25858 \begin_layout Plain Layout
25859
25860 \backslash
25861 j
25862 \end_layout
25863
25864 \end_inset
25865 </cell>
25866 <cell alignment="center" valignment="top" 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 </lyxtabular>
25880
25881 \end_inset
25882
25883
25884 \begin_inset space \hfill{}
25885 \end_inset
25886
25887
25888 \end_layout
25889
25890 \begin_layout Standard
25891 The characters 
25892 \begin_inset Formula $\textrm{\textrm{Å}}$
25893 \end_inset
25894
25895  and 
25896 \begin_inset Formula $\textrm{\textrm{Ø}}$
25897 \end_inset
25898
25899  can also be inserted via the math toolbar button 
25900 \begin_inset Graphics
25901         filename ../images/math/digamma.png
25902         scale 85
25903
25904 \end_inset
25905
25906 .
25907 \end_layout
25908
25909 \begin_layout Standard
25910 An exception are the commands 
25911 \series bold
25912 !
25913 \begin_inset space \hspace{}
25914 \length 0mm
25915 \end_inset
25916
25917 `
25918 \series default
25919  and 
25920 \series bold
25921 ?
25922 \begin_inset space \hspace{}
25923 \length 0mm
25924 \end_inset
25925
25926 `
25927 \series default
25928 , because they can be inserted in LyX directly to text.
25929 \end_layout
25930
25931 \begin_layout Subsection
25932 Accents in Text
25933 \begin_inset CommandInset label
25934 LatexCommand label
25935 name "sub:Accents-in-Text"
25936
25937 \end_inset
25938
25939
25940 \begin_inset Index
25941 status collapsed
25942
25943 \begin_layout Plain Layout
25944 Accents ! in text
25945 \end_layout
25946
25947 \end_inset
25948
25949
25950 \end_layout
25951
25952 \begin_layout Standard
25953 With the following commands all letters can be accented.
25954  The commands must be inserted in TeX-mode.
25955 \end_layout
25956
25957 \begin_layout Standard
25958 \begin_inset space \hfill{}
25959 \end_inset
25960
25961
25962 \begin_inset Tabular
25963 <lyxtabular version="3" rows="8" columns="2">
25964 <features>
25965 <column alignment="block" valignment="top" width="0">
25966 <column alignment="block" valignment="top" width="0">
25967 <row>
25968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25969 \begin_inset Text
25970
25971 \begin_layout Plain Layout
25972 Command
25973 \end_layout
25974
25975 \end_inset
25976 </cell>
25977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25978 \begin_inset Text
25979
25980 \begin_layout Plain Layout
25981 Result
25982 \end_layout
25983
25984 \end_inset
25985 </cell>
25986 </row>
25987 <row>
25988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25989 \begin_inset Text
25990
25991 \begin_layout Plain Layout
25992
25993 \backslash
25994
25995 \begin_inset Quotes grd
25996 \end_inset
25997
25998 e
25999 \end_layout
26000
26001 \end_inset
26002 </cell>
26003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26004 \begin_inset Text
26005
26006 \begin_layout Plain Layout
26007 \begin_inset ERT
26008 status collapsed
26009
26010 \begin_layout Plain Layout
26011
26012
26013 \backslash
26014 "e
26015 \end_layout
26016
26017 \end_inset
26018
26019
26020 \end_layout
26021
26022 \end_inset
26023 </cell>
26024 </row>
26025 <row>
26026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26027 \begin_inset Text
26028
26029 \begin_layout Plain Layout
26030
26031 \backslash
26032 `e
26033 \end_layout
26034
26035 \end_inset
26036 </cell>
26037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26038 \begin_inset Text
26039
26040 \begin_layout Plain Layout
26041 \begin_inset ERT
26042 status collapsed
26043
26044 \begin_layout Plain Layout
26045
26046
26047 \backslash
26048 `e
26049 \end_layout
26050
26051 \end_inset
26052
26053
26054 \end_layout
26055
26056 \end_inset
26057 </cell>
26058 </row>
26059 <row>
26060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26061 \begin_inset Text
26062
26063 \begin_layout Plain Layout
26064
26065 \backslash
26066 ^
26067 \begin_inset ERT
26068 status collapsed
26069
26070 \begin_layout Plain Layout
26071
26072
26073 \backslash
26074 spce 
26075 \end_layout
26076
26077 \end_inset
26078
26079 e
26080 \end_layout
26081
26082 \end_inset
26083 </cell>
26084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26085 \begin_inset Text
26086
26087 \begin_layout Plain Layout
26088 \begin_inset ERT
26089 status collapsed
26090
26091 \begin_layout Plain Layout
26092
26093
26094 \backslash
26095 ^e
26096 \end_layout
26097
26098 \end_inset
26099
26100
26101 \end_layout
26102
26103 \end_inset
26104 </cell>
26105 </row>
26106 <row>
26107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26108 \begin_inset Text
26109
26110 \begin_layout Plain Layout
26111
26112 \backslash
26113 =e
26114 \end_layout
26115
26116 \end_inset
26117 </cell>
26118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26119 \begin_inset Text
26120
26121 \begin_layout Plain Layout
26122 \begin_inset ERT
26123 status collapsed
26124
26125 \begin_layout Plain Layout
26126
26127
26128 \backslash
26129 =e
26130 \end_layout
26131
26132 \end_inset
26133
26134
26135 \end_layout
26136
26137 \end_inset
26138 </cell>
26139 </row>
26140 <row>
26141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26142 \begin_inset Text
26143
26144 \begin_layout Plain Layout
26145
26146 \backslash
26147 u
26148 \begin_inset ERT
26149 status collapsed
26150
26151 \begin_layout Plain Layout
26152
26153
26154 \backslash
26155 spce 
26156 \end_layout
26157
26158 \end_inset
26159
26160 e
26161 \end_layout
26162
26163 \end_inset
26164 </cell>
26165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26166 \begin_inset Text
26167
26168 \begin_layout Plain Layout
26169 \begin_inset ERT
26170 status collapsed
26171
26172 \begin_layout Plain Layout
26173
26174
26175 \backslash
26176 u e
26177 \end_layout
26178
26179 \end_inset
26180
26181
26182 \end_layout
26183
26184 \end_inset
26185 </cell>
26186 </row>
26187 <row>
26188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26189 \begin_inset Text
26190
26191 \begin_layout Plain Layout
26192
26193 \backslash
26194 b
26195 \begin_inset ERT
26196 status collapsed
26197
26198 \begin_layout Plain Layout
26199
26200
26201 \backslash
26202 spce 
26203 \end_layout
26204
26205 \end_inset
26206
26207 e
26208 \end_layout
26209
26210 \end_inset
26211 </cell>
26212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26213 \begin_inset Text
26214
26215 \begin_layout Plain Layout
26216 \begin_inset ERT
26217 status collapsed
26218
26219 \begin_layout Plain Layout
26220
26221
26222 \backslash
26223 b e
26224 \end_layout
26225
26226 \end_inset
26227
26228
26229 \end_layout
26230
26231 \end_inset
26232 </cell>
26233 </row>
26234 <row>
26235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26236 \begin_inset Text
26237
26238 \begin_layout Plain Layout
26239
26240 \backslash
26241 t
26242 \begin_inset ERT
26243 status collapsed
26244
26245 \begin_layout Plain Layout
26246
26247
26248 \backslash
26249 spce 
26250 \end_layout
26251
26252 \end_inset
26253
26254 ee
26255 \end_layout
26256
26257 \end_inset
26258 </cell>
26259 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26260 \begin_inset Text
26261
26262 \begin_layout Plain Layout
26263 \begin_inset ERT
26264 status collapsed
26265
26266 \begin_layout Plain Layout
26267
26268
26269 \backslash
26270 t ee
26271 \end_layout
26272
26273 \end_inset
26274
26275
26276 \end_layout
26277
26278 \end_inset
26279 </cell>
26280 </row>
26281 </lyxtabular>
26282
26283 \end_inset
26284
26285
26286 \begin_inset space \hfill{}
26287 \end_inset
26288
26289
26290 \begin_inset Tabular
26291 <lyxtabular version="3" rows="8" columns="2">
26292 <features>
26293 <column alignment="block" valignment="top" width="0">
26294 <column alignment="center" valignment="top" width="0">
26295 <row>
26296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26297 \begin_inset Text
26298
26299 \begin_layout Plain Layout
26300 Command
26301 \end_layout
26302
26303 \end_inset
26304 </cell>
26305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26306 \begin_inset Text
26307
26308 \begin_layout Plain Layout
26309 Result
26310 \end_layout
26311
26312 \end_inset
26313 </cell>
26314 </row>
26315 <row>
26316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26317 \begin_inset Text
26318
26319 \begin_layout Plain Layout
26320
26321 \backslash
26322 H
26323 \begin_inset ERT
26324 status collapsed
26325
26326 \begin_layout Plain Layout
26327
26328
26329 \backslash
26330 spce 
26331 \end_layout
26332
26333 \end_inset
26334
26335 e
26336 \end_layout
26337
26338 \end_inset
26339 </cell>
26340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26341 \begin_inset Text
26342
26343 \begin_layout Plain Layout
26344 \begin_inset ERT
26345 status collapsed
26346
26347 \begin_layout Plain Layout
26348
26349
26350 \backslash
26351 H e
26352 \end_layout
26353
26354 \end_inset
26355
26356
26357 \end_layout
26358
26359 \end_inset
26360 </cell>
26361 </row>
26362 <row>
26363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26364 \begin_inset Text
26365
26366 \begin_layout Plain Layout
26367
26368 \backslash
26369 'e
26370 \end_layout
26371
26372 \end_inset
26373 </cell>
26374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26375 \begin_inset Text
26376
26377 \begin_layout Plain Layout
26378 \begin_inset ERT
26379 status collapsed
26380
26381 \begin_layout Plain Layout
26382
26383
26384 \backslash
26385 'e
26386 \end_layout
26387
26388 \end_inset
26389
26390
26391 \end_layout
26392
26393 \end_inset
26394 </cell>
26395 </row>
26396 <row>
26397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26398 \begin_inset Text
26399
26400 \begin_layout Plain Layout
26401
26402 \backslash
26403 ~e
26404 \begin_inset Index
26405 status collapsed
26406
26407 \begin_layout Plain Layout
26408 Tilde
26409 \end_layout
26410
26411 \end_inset
26412
26413
26414 \end_layout
26415
26416 \end_inset
26417 </cell>
26418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26419 \begin_inset Text
26420
26421 \begin_layout Plain Layout
26422 \begin_inset ERT
26423 status collapsed
26424
26425 \begin_layout Plain Layout
26426
26427
26428 \backslash
26429 ~e
26430 \end_layout
26431
26432 \end_inset
26433
26434
26435 \end_layout
26436
26437 \end_inset
26438 </cell>
26439 </row>
26440 <row>
26441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26442 \begin_inset Text
26443
26444 \begin_layout Plain Layout
26445
26446 \backslash
26447 .e
26448 \end_layout
26449
26450 \end_inset
26451 </cell>
26452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26453 \begin_inset Text
26454
26455 \begin_layout Plain Layout
26456 \begin_inset ERT
26457 status collapsed
26458
26459 \begin_layout Plain Layout
26460
26461
26462 \backslash
26463 .e
26464 \end_layout
26465
26466 \end_inset
26467
26468
26469 \end_layout
26470
26471 \end_inset
26472 </cell>
26473 </row>
26474 <row>
26475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26476 \begin_inset Text
26477
26478 \begin_layout Plain Layout
26479
26480 \backslash
26481 v
26482 \begin_inset ERT
26483 status collapsed
26484
26485 \begin_layout Plain Layout
26486
26487
26488 \backslash
26489 spce 
26490 \end_layout
26491
26492 \end_inset
26493
26494 e
26495 \end_layout
26496
26497 \end_inset
26498 </cell>
26499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26500 \begin_inset Text
26501
26502 \begin_layout Plain Layout
26503 \begin_inset ERT
26504 status collapsed
26505
26506 \begin_layout Plain Layout
26507
26508
26509 \backslash
26510 v e
26511 \end_layout
26512
26513 \end_inset
26514
26515
26516 \end_layout
26517
26518 \end_inset
26519 </cell>
26520 </row>
26521 <row>
26522 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26523 \begin_inset Text
26524
26525 \begin_layout Plain Layout
26526
26527 \backslash
26528 d
26529 \begin_inset ERT
26530 status collapsed
26531
26532 \begin_layout Plain Layout
26533
26534
26535 \backslash
26536 spce 
26537 \end_layout
26538
26539 \end_inset
26540
26541 e
26542 \end_layout
26543
26544 \end_inset
26545 </cell>
26546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26547 \begin_inset Text
26548
26549 \begin_layout Plain Layout
26550 \begin_inset ERT
26551 status collapsed
26552
26553 \begin_layout Plain Layout
26554
26555
26556 \backslash
26557 d e
26558 \end_layout
26559
26560 \end_inset
26561
26562
26563 \end_layout
26564
26565 \end_inset
26566 </cell>
26567 </row>
26568 <row>
26569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26570 \begin_inset Text
26571
26572 \begin_layout Plain Layout
26573
26574 \backslash
26575 c
26576 \begin_inset ERT
26577 status collapsed
26578
26579 \begin_layout Plain Layout
26580
26581
26582 \backslash
26583 spce 
26584 \end_layout
26585
26586 \end_inset
26587
26588 e
26589 \end_layout
26590
26591 \end_inset
26592 </cell>
26593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26594 \begin_inset Text
26595
26596 \begin_layout Plain Layout
26597 \begin_inset ERT
26598 status collapsed
26599
26600 \begin_layout Plain Layout
26601
26602
26603 \backslash
26604 c e
26605 \end_layout
26606
26607 \end_inset
26608
26609
26610 \end_layout
26611
26612 \end_inset
26613 </cell>
26614 </row>
26615 </lyxtabular>
26616
26617 \end_inset
26618
26619
26620 \begin_inset space \hfill{}
26621 \end_inset
26622
26623
26624 \end_layout
26625
26626 \begin_layout Standard
26627 \begin_inset VSpace medskip
26628 \end_inset
26629
26630 With the command 
26631 \series bold
26632
26633 \backslash
26634 t
26635 \series default
26636  also two different characters can be accented.
26637  The command 
26638 \series bold
26639
26640 \backslash
26641 t
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 sz
26655 \series default
26656  creates: 
26657 \begin_inset ERT
26658 status collapsed
26659
26660 \begin_layout Plain Layout
26661
26662
26663 \backslash
26664 t sz
26665 \end_layout
26666
26667 \end_inset
26668
26669
26670 \end_layout
26671
26672 \begin_layout Standard
26673 The accents 
26674 \series bold
26675 `
26676 \series default
26677  , 
26678 \series bold
26679 '
26680 \series default
26681  , and 
26682 \series bold
26683 ^
26684 \series default
26685  can in combination with vowels directly be inserted with the keyboard without
26686  using TeX-mode.
26687  The same applies for the tilde
26688 \begin_inset Foot
26689 status collapsed
26690
26691 \begin_layout Plain Layout
26692 This only applies for keyboards where the tilde is defined as accent.
26693 \end_layout
26694
26695 \end_inset
26696
26697  
26698 \series bold
26699 ~
26700 \series default
26701  in combination with 
26702 \emph on
26703 a
26704 \emph default
26705  , 
26706 \emph on
26707 n
26708 \emph default
26709  , or 
26710 \emph on
26711 o
26712 \emph default
26713 .
26714 \end_layout
26715
26716 \begin_layout Standard
26717 The commands 
26718 \series bold
26719
26720 \backslash
26721 b
26722 \series default
26723  , 
26724 \series bold
26725
26726 \backslash
26727 c
26728 \series default
26729  , 
26730 \series bold
26731
26732 \backslash
26733 d
26734 \series default
26735  , 
26736 \series bold
26737
26738 \backslash
26739 H
26740 \series default
26741  , 
26742 \series bold
26743
26744 \backslash
26745 t
26746 \series default
26747  , 
26748 \series bold
26749
26750 \backslash
26751 u
26752 \series default
26753  , 
26754 \series bold
26755
26756 \backslash
26757 v
26758 \series default
26759 , and accents inserted directly with the keyboard are also available in
26760  mathematical text.
26761  For the other accents there are special math commands to be used in formulas,
26762  see 
26763 \begin_inset CommandInset ref
26764 LatexCommand ref
26765 reference "sub:Accents-for-one"
26766
26767 \end_inset
26768
26769 .
26770 \end_layout
26771
26772 \begin_layout Standard
26773 \begin_inset VSpace bigskip
26774 \end_inset
26775
26776 Furthermore, with the command 
26777 \series bold
26778
26779 \backslash
26780 textcircled
26781 \series default
26782
26783 \begin_inset Index
26784 status collapsed
26785
26786 \begin_layout Plain Layout
26787 Commands ! T ! 
26788 \backslash
26789 textcircled
26790 \end_layout
26791
26792 \end_inset
26793
26794  all numbers and letters can be set into a circle, quasi accented with a
26795  circle, similar to the the copyright symbol.
26796 \end_layout
26797
26798 \begin_layout Standard
26799 \align center
26800 \begin_inset Tabular
26801 <lyxtabular version="3" rows="3" columns="2">
26802 <features>
26803 <column alignment="center" valignment="top" width="0">
26804 <column alignment="center" valignment="top" width="0">
26805 <row>
26806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26807 \begin_inset Text
26808
26809 \begin_layout Plain Layout
26810 Command
26811 \end_layout
26812
26813 \end_inset
26814 </cell>
26815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26816 \begin_inset Text
26817
26818 \begin_layout Plain Layout
26819 Result
26820 \begin_inset Note Note
26821 status collapsed
26822
26823 \begin_layout Plain Layout
26824
26825 \series bold
26826
26827 \backslash
26828 raisebox
26829 \series default
26830  is only used as spacer.
26831 \end_layout
26832
26833 \end_inset
26834
26835
26836 \end_layout
26837
26838 \end_inset
26839 </cell>
26840 </row>
26841 <row>
26842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26843 \begin_inset Text
26844
26845 \begin_layout Plain Layout
26846
26847 \backslash
26848 textcircled{w}
26849 \end_layout
26850
26851 \end_inset
26852 </cell>
26853 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26854 \begin_inset Text
26855
26856 \begin_layout Plain Layout
26857 \begin_inset ERT
26858 status collapsed
26859
26860 \begin_layout Plain Layout
26861
26862
26863 \backslash
26864 textcircled{w}
26865 \end_layout
26866
26867 \end_inset
26868
26869
26870 \end_layout
26871
26872 \end_inset
26873 </cell>
26874 </row>
26875 <row>
26876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26877 \begin_inset Text
26878
26879 \begin_layout Plain Layout
26880
26881 \backslash
26882 Large 
26883 \backslash
26884 textcircled{
26885 \backslash
26886 normalsize
26887 \backslash
26888 protect
26889 \backslash
26890 raisebox{-1.5pt}{W}}
26891 \end_layout
26892
26893 \end_inset
26894 </cell>
26895 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26896 \begin_inset Text
26897
26898 \begin_layout Plain Layout
26899 \begin_inset Formula $\raisebox{4.5mm}{}$
26900 \end_inset
26901
26902
26903 \begin_inset ERT
26904 status collapsed
26905
26906 \begin_layout Plain Layout
26907
26908
26909 \backslash
26910 Large 
26911 \backslash
26912 textcircled{
26913 \backslash
26914 normalsize
26915 \backslash
26916 protect
26917 \backslash
26918 raisebox{-1.5pt}W}
26919 \end_layout
26920
26921 \end_inset
26922
26923
26924 \begin_inset Formula $\raisebox{-2mm}{}$
26925 \end_inset
26926
26927
26928 \end_layout
26929
26930 \end_inset
26931 </cell>
26932 </row>
26933 </lyxtabular>
26934
26935 \end_inset
26936
26937
26938 \end_layout
26939
26940 \begin_layout Standard
26941 One has to take care that the character fits in the circle.
26942  
26943 \series bold
26944
26945 \backslash
26946 Large
26947 \series default
26948
26949 \begin_inset Foot
26950 status collapsed
26951
26952 \begin_layout Plain Layout
26953 see 
26954 \begin_inset CommandInset ref
26955 LatexCommand ref
26956 reference "sub:Font-Sizes"
26957
26958 \end_inset
26959
26960
26961 \end_layout
26962
26963 \end_inset
26964
26965  specifies thereby the size of the circle.
26966  With the help of 
26967 \series bold
26968
26969 \backslash
26970 raisebox
26971 \series default
26972
26973 \begin_inset Foot
26974 status collapsed
26975
26976 \begin_layout Plain Layout
26977 see 
26978 \begin_inset CommandInset ref
26979 LatexCommand ref
26980 reference "sub:Boxes-without-Frame"
26981
26982 \end_inset
26983
26984
26985 \end_layout
26986
26987 \end_inset
26988
26989  the character can be centered.
26990 \end_layout
26991
26992 \begin_layout Subsection
26993 Minuscule Numbers
26994 \begin_inset Index
26995 status collapsed
26996
26997 \begin_layout Plain Layout
26998 Minuscule numbers
26999 \end_layout
27000
27001 \end_inset
27002
27003
27004 \end_layout
27005
27006 \begin_layout Standard
27007 Minuscule numbers are created with the command 
27008 \series bold
27009
27010 \backslash
27011 oldstylenums
27012 \series default
27013
27014 \begin_inset Index
27015 status collapsed
27016
27017 \begin_layout Plain Layout
27018 Commands ! O ! 
27019 \backslash
27020 oldstylenums
27021 \end_layout
27022
27023 \end_inset
27024
27025 .
27026  The command can be used in formulas and in TeX-mode.
27027  The command scheme is:
27028 \end_layout
27029
27030 \begin_layout Standard
27031
27032 \series bold
27033
27034 \backslash
27035 oldstylenums{number}
27036 \end_layout
27037
27038 \begin_layout Standard
27039 The command 
27040 \series bold
27041
27042 \backslash
27043 oldstylenums{0123456789
27044 \series default
27045  produces: 
27046 \begin_inset Formula $\oldstylenums{0123456789}$
27047 \end_inset
27048
27049
27050 \end_layout
27051
27052 \begin_layout Subsection
27053 Miscellaneous special Characters
27054 \begin_inset CommandInset label
27055 LatexCommand label
27056 name "sub:Miscellaneous-special-Characters"
27057
27058 \end_inset
27059
27060
27061 \begin_inset Index
27062 status collapsed
27063
27064 \begin_layout Plain Layout
27065 Special characters ! miscellaneous
27066 \end_layout
27067
27068 \end_inset
27069
27070
27071 \end_layout
27072
27073 \begin_layout Standard
27074 The following characters can only be inserted to formulas by using commands:
27075 \end_layout
27076
27077 \begin_layout Standard
27078 \align center
27079 \begin_inset Tabular
27080 <lyxtabular version="3" rows="4" columns="2">
27081 <features>
27082 <column alignment="center" valignment="top" width="0">
27083 <column alignment="center" valignment="top" width="0">
27084 <row>
27085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27086 \begin_inset Text
27087
27088 \begin_layout Plain Layout
27089 Command
27090 \end_layout
27091
27092 \end_inset
27093 </cell>
27094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27095 \begin_inset Text
27096
27097 \begin_layout Plain Layout
27098 Result
27099 \end_layout
27100
27101 \end_inset
27102 </cell>
27103 </row>
27104 <row>
27105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27106 \begin_inset Text
27107
27108 \begin_layout Plain Layout
27109
27110 \backslash
27111 ^
27112 \begin_inset ERT
27113 status collapsed
27114
27115 \begin_layout Plain Layout
27116
27117
27118 \backslash
27119 spce 
27120 \end_layout
27121
27122 \end_inset
27123
27124
27125 \end_layout
27126
27127 \end_inset
27128 </cell>
27129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27130 \begin_inset Text
27131
27132 \begin_layout Plain Layout
27133 \begin_inset Formula $\mathcircumflex$
27134 \end_inset
27135
27136
27137 \end_layout
27138
27139 \end_inset
27140 </cell>
27141 </row>
27142 <row>
27143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27144 \begin_inset Text
27145
27146 \begin_layout Plain Layout
27147
27148 \backslash
27149 _
27150 \end_layout
27151
27152 \end_inset
27153 </cell>
27154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27155 \begin_inset Text
27156
27157 \begin_layout Plain Layout
27158 \begin_inset Formula $\_$
27159 \end_inset
27160
27161
27162 \end_layout
27163
27164 \end_inset
27165 </cell>
27166 </row>
27167 <row>
27168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27169 \begin_inset Text
27170
27171 \begin_layout Plain Layout
27172 ^
27173 \begin_inset ERT
27174 status collapsed
27175
27176 \begin_layout Plain Layout
27177
27178
27179 \backslash
27180 spce 
27181 \end_layout
27182
27183 \end_inset
27184
27185
27186 \backslash
27187 circ
27188 \begin_inset Index
27189 status collapsed
27190
27191 \begin_layout Plain Layout
27192
27193 \backslash
27194
27195 \end_layout
27196
27197 \end_inset
27198
27199
27200 \end_layout
27201
27202 \end_inset
27203 </cell>
27204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27205 \begin_inset Text
27206
27207 \begin_layout Plain Layout
27208 \begin_inset Formula $^{\circ}$
27209 \end_inset
27210
27211
27212 \end_layout
27213
27214 \end_inset
27215 </cell>
27216 </row>
27217 </lyxtabular>
27218
27219 \end_inset
27220
27221
27222 \end_layout
27223
27224 \begin_layout Standard
27225 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27226  contains the following line
27227 \begin_inset Foot
27228 status collapsed
27229
27230 \begin_layout Plain Layout
27231 More about this is described in 
27232 \begin_inset CommandInset ref
27233 LatexCommand ref
27234 reference "sub:Text-Characters-in"
27235
27236 \end_inset
27237
27238 .
27239 \end_layout
27240
27241 \end_inset
27242
27243 :
27244 \end_layout
27245
27246 \begin_layout Standard
27247
27248 \series bold
27249
27250 \backslash
27251 DeclareInputtext{176}{
27252 \backslash
27253 ifmmode^
27254 \backslash
27255 circ
27256 \backslash
27257 else
27258 \backslash
27259 textdegree
27260 \backslash
27261 fi}
27262 \end_layout
27263
27264 \begin_layout Section
27265 Formula Styles
27266 \begin_inset CommandInset label
27267 LatexCommand label
27268 name "sec:Formula-Styles"
27269
27270 \end_inset
27271
27272
27273 \begin_inset Index
27274 status collapsed
27275
27276 \begin_layout Plain Layout
27277 Formula ! styles
27278 \end_layout
27279
27280 \end_inset
27281
27282
27283 \end_layout
27284
27285 \begin_layout Itemize
27286 There are two different alignment styles:
27287 \end_layout
27288
27289 \begin_deeper
27290 \begin_layout Description
27291 Centered is the predefined standard
27292 \end_layout
27293
27294 \begin_layout Description
27295 Indented for this the option 
27296 \series bold
27297 fleqn
27298 \series default
27299  must be inserted in the menu 
27300 \family sans
27301 Document\SpecialChar \menuseparator
27302 Settings
27303 \family default
27304  under 
27305 \family sans
27306 Document
27307 \begin_inset space ~
27308 \end_inset
27309
27310 Class
27311 \end_layout
27312
27313 \begin_layout Standard
27314 When 
27315 \series bold
27316 Indented
27317 \series default
27318  is used, the indentation can be adjusted with the length 
27319 \series bold
27320
27321 \backslash
27322 mathindent
27323 \series default
27324
27325 \begin_inset Index
27326 status collapsed
27327
27328 \begin_layout Plain Layout
27329 Commands ! M ! 
27330 \backslash
27331 mathindent
27332 \end_layout
27333
27334 \end_inset
27335
27336 .
27337  Should the distance be 15
27338 \begin_inset space \thinspace{}
27339 \end_inset
27340
27341 mm, the following command line is inserted in the LaTeX-preamble
27342 \end_layout
27343
27344 \begin_layout Standard
27345
27346 \series bold
27347
27348 \backslash
27349 setlength{
27350 \backslash
27351 mathindent}{15mm}
27352 \end_layout
27353
27354 \begin_layout Standard
27355 When no length is specified, the predefined value of 30
27356 \begin_inset space \thinspace{}
27357 \end_inset
27358
27359 pt will be used.
27360 \end_layout
27361
27362 \end_deeper
27363 \begin_layout Itemize
27364 And two different numbering styles:
27365 \end_layout
27366
27367 \begin_deeper
27368 \begin_layout Description
27369 Right is the predefined standard
27370 \end_layout
27371
27372 \begin_layout Description
27373 Left for this the option 
27374 \series bold
27375 leqno
27376 \series default
27377  must be inserted in the menu 
27378 \family sans
27379 Document\SpecialChar \menuseparator
27380 Settings
27381 \family default
27382  under 
27383 \family sans
27384 Document
27385 \begin_inset space ~
27386 \end_inset
27387
27388 Class
27389 \end_layout
27390
27391 \end_deeper
27392 \begin_layout Standard
27393
27394 \series bold
27395 fleqn
27396 \series default
27397  and 
27398 \series bold
27399 leqno
27400 \series default
27401  can also be used together.
27402  In this case both options are inserted, separated by a comma.
27403 \end_layout
27404
27405 \begin_layout Standard
27406 The chosen styles are used for all displayed formulas of the document.
27407  When both, centered and indented formulas should be created in a document,
27408  the style 
27409 \series bold
27410 Centered
27411 \series default
27412  is used.
27413  The indented formulas are then set in a flalign environment, see 
27414 \begin_inset CommandInset ref
27415 LatexCommand ref
27416 reference "sub:Flalign-Environment"
27417
27418 \end_inset
27419
27420 .
27421 \end_layout
27422
27423 \begin_layout Section
27424 Multiline Formulas
27425 \begin_inset CommandInset label
27426 LatexCommand label
27427 name "sec:Multiline-Formulas"
27428
27429 \end_inset
27430
27431
27432 \begin_inset Index
27433 status collapsed
27434
27435 \begin_layout Plain Layout
27436 Formula ! multiline
27437 \end_layout
27438
27439 \end_inset
27440
27441
27442 \end_layout
27443
27444 \begin_layout Subsection
27445 General
27446 \end_layout
27447
27448 \begin_layout Standard
27449 In LyX multiline formulas are created by pressing 
27450 \series bold
27451
27452 \begin_inset Info
27453 type  "shortcut"
27454 arg   "newline-insert newline"
27455 \end_inset
27456
27457
27458 \series default
27459  inside a formula.
27460  This creates either an 
27461 \series bold
27462 eqnarray environment
27463 \series default
27464  that is described in 
27465 \begin_inset CommandInset ref
27466 LatexCommand ref
27467 reference "sub:Eqnarray-Environment"
27468
27469 \end_inset
27470
27471  or, when the option 
27472 \family sans
27473 Use AMS math package
27474 \family default
27475  in the document settings is selected, an 
27476 \series bold
27477 align environment
27478 \series default
27479  that is described in 
27480 \begin_inset CommandInset ref
27481 LatexCommand ref
27482 reference "sub:Standard-align-Environment"
27483
27484 \end_inset
27485
27486 .
27487 \end_layout
27488
27489 \begin_layout Standard
27490 There are other multiline formula environments that can be created via the
27491  menu 
27492 \family sans
27493 Insert\SpecialChar \menuseparator
27494 Math
27495 \family default
27496 .
27497  These environments are described in the following sections.
27498 \end_layout
27499
27500 \begin_layout Standard
27501 In all multiline formula environments a new line is created by pressing
27502  
27503 \begin_inset Info
27504 type  "shortcut"
27505 arg   "newline-insert newline"
27506 \end_inset
27507
27508 .
27509  To add or delete lines, the math toolbar buttons 
27510 \begin_inset Graphics
27511         filename ../images/tabular-feature_append-row.png
27512         scale 85
27513
27514 \end_inset
27515
27516  or 
27517 \begin_inset Graphics
27518         filename ../images/tabular-feature_delete-row.png
27519         scale 85
27520
27521 \end_inset
27522
27523 , respectively, or the menu 
27524 \family sans
27525 Edit\SpecialChar \menuseparator
27526 Rows & Columns
27527 \family default
27528  can be used.
27529 \end_layout
27530
27531 \begin_layout Subsubsection
27532 Line Separation
27533 \begin_inset CommandInset label
27534 LatexCommand label
27535 name "sub:Line-Separation"
27536
27537 \end_inset
27538
27539
27540 \begin_inset Index
27541 status collapsed
27542
27543 \begin_layout Plain Layout
27544 Formula ! multiline ! Line separation
27545 \end_layout
27546
27547 \end_inset
27548
27549
27550 \end_layout
27551
27552 \begin_layout Standard
27553 There is sometimes not enough space in multiline formulas between the lines:
27554 \begin_inset Formula \begin{eqnarray*}
27555 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}\\
27556 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*}
27557
27558 \end_inset
27559
27560
27561 \end_layout
27562
27563 \begin_layout Standard
27564 In LaTeX additional line space is specified as optional argument of the
27565  new line command.
27566  This is not yet possible in LyX
27567 \begin_inset Foot
27568 status collapsed
27569
27570 \begin_layout Plain Layout
27571 see 
27572 \begin_inset CommandInset href
27573 LatexCommand href
27574 name "LyX-bug #1505"
27575 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27576
27577 \end_inset
27578
27579
27580 \end_layout
27581
27582 \end_inset
27583
27584 , therefore the whole formula must be inserted in TeX-mode.
27585  To add in our example space, the command 
27586 \series bold
27587
27588 \backslash
27589
27590 \backslash
27591 [3mm]
27592 \series default
27593  is inserted at the end of the first line.
27594  One gets: 
27595 \begin_inset ERT
27596 status collapsed
27597
27598 \begin_layout Plain Layout
27599
27600
27601 \backslash
27602 begin{eqnarray*}
27603 \end_layout
27604
27605 \begin_layout Plain Layout
27606
27607 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27608  = & 
27609 \backslash
27610 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27611 \backslash
27612
27613 \backslash
27614 [3mm]
27615 \end_layout
27616
27617 \begin_layout Plain Layout
27618
27619 4x^{2}
27620 \backslash
27621 left(B^{2}+x_{0}^{2}
27622 \backslash
27623 right)+4x_{0}x
27624 \backslash
27625 left(D-B^{2}
27626 \backslash
27627 right)+B^{2}
27628 \backslash
27629 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27630 \backslash
27631 right) & = & 0
27632 \end_layout
27633
27634 \begin_layout Plain Layout
27635
27636
27637 \backslash
27638 end{eqnarray*}
27639 \end_layout
27640
27641 \end_inset
27642
27643
27644 \end_layout
27645
27646 \begin_layout Standard
27647 \begin_inset VSpace bigskip
27648 \end_inset
27649
27650 To set the the line separation for all lines in a formula, the length 
27651 \series bold
27652
27653 \backslash
27654 jot
27655 \series default
27656
27657 \begin_inset Index
27658 status collapsed
27659
27660 \begin_layout Plain Layout
27661 Commands ! J ! 
27662 \backslash
27663 jot
27664 \end_layout
27665
27666 \end_inset
27667
27668  is changed.
27669  The definition is: 
27670 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
27671 \end_inset
27672
27673 .
27674  Predefined for 
27675 \series bold
27676
27677 \backslash
27678 jot
27679 \series default
27680  is the value 3
27681 \begin_inset space \thinspace{}
27682 \end_inset
27683
27684 pt.
27685  To create 3
27686 \begin_inset space \thinspace{}
27687 \end_inset
27688
27689 mm additional line separation as in the previous example, the command
27690 \end_layout
27691
27692 \begin_layout Standard
27693
27694 \series bold
27695
27696 \backslash
27697 setlength{
27698 \backslash
27699 jot}{3mm+3pt}
27700 \end_layout
27701
27702 \begin_layout Standard
27703 is inserted in TeX-mode before the formula.
27704  This requires that the LaTeX-package 
27705 \series bold
27706 calc
27707 \series default
27708
27709 \begin_inset Foot
27710 status collapsed
27711
27712 \begin_layout Plain Layout
27713
27714 \series bold
27715 calc
27716 \series default
27717  is part of every LaTeX standard installation.
27718 \end_layout
27719
27720 \end_inset
27721
27722
27723 \begin_inset Index
27724 status collapsed
27725
27726 \begin_layout Plain Layout
27727 Packages ! calc
27728 \end_layout
27729
27730 \end_inset
27731
27732  was loaded in LaTeX-preamble with the line
27733 \end_layout
27734
27735 \begin_layout Standard
27736
27737 \series bold
27738
27739 \backslash
27740 usepackage{calc}
27741 \end_layout
27742
27743 \begin_layout Standard
27744 One gets: 
27745 \begin_inset ERT
27746 status collapsed
27747
27748 \begin_layout Plain Layout
27749
27750
27751 \backslash
27752 setlength{
27753 \backslash
27754 jot}{3mm+3pt}
27755 \end_layout
27756
27757 \end_inset
27758
27759
27760 \begin_inset Formula \begin{eqnarray*}
27761 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}\\
27762 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*}
27763
27764 \end_inset
27765
27766
27767 \end_layout
27768
27769 \begin_layout Standard
27770 \begin_inset ERT
27771 status collapsed
27772
27773 \begin_layout Plain Layout
27774
27775
27776 \backslash
27777 setlength{
27778 \backslash
27779 jot}{3pt}
27780 \end_layout
27781
27782 \end_inset
27783
27784  To get back to the predefined distance, 
27785 \series bold
27786
27787 \backslash
27788 jot
27789 \series default
27790  is set to the value 3
27791 \begin_inset space \thinspace{}
27792 \end_inset
27793
27794 pt.
27795 \end_layout
27796
27797 \begin_layout Subsubsection
27798 Column Separation
27799 \begin_inset CommandInset label
27800 LatexCommand label
27801 name "sub:Column-Separation"
27802
27803 \end_inset
27804
27805
27806 \begin_inset Index
27807 status collapsed
27808
27809 \begin_layout Plain Layout
27810 Formula ! multiline ! Column separation
27811 \end_layout
27812
27813 \end_inset
27814
27815
27816 \end_layout
27817
27818 \begin_layout Standard
27819 Multiline formulas form a matrix.
27820  A formula in the eqnarray environment is for example a matrix with three
27821  columns.
27822  By changing the column separation in this environment, the space beside
27823  the relation sign can be changed.
27824 \end_layout
27825
27826 \begin_layout Standard
27827 The column separation is specified with the length 
27828 \series bold
27829
27830 \backslash
27831 arraycolsep
27832 \series default
27833
27834 \begin_inset Index
27835 status collapsed
27836
27837 \begin_layout Plain Layout
27838 Commands ! A ! 
27839 \backslash
27840 arraycolsep
27841 \end_layout
27842
27843 \end_inset
27844
27845  according to:
27846 \begin_inset Newline newline
27847 \end_inset
27848
27849 column separation = 2
27850 \begin_inset space \thinspace{}
27851 \end_inset
27852
27853
27854 \series bold
27855
27856 \backslash
27857 arraycolsep
27858 \series default
27859
27860 \begin_inset Newline newline
27861 \end_inset
27862
27863 Thus, the command
27864 \end_layout
27865
27866 \begin_layout Standard
27867
27868 \series bold
27869
27870 \backslash
27871 setlength{
27872 \backslash
27873 arraycolsep}{1cm}
27874 \end_layout
27875
27876 \begin_layout Standard
27877 inserted in TeX-mode, sets for all following formulas a column separation
27878  of 2
27879 \begin_inset space \thinspace{}
27880 \end_inset
27881
27882 cm.
27883  To get back to the predefined distance, 
27884 \series bold
27885
27886 \backslash
27887 arraycolsep
27888 \series default
27889  is set to 5
27890 \begin_inset space \thinspace{}
27891 \end_inset
27892
27893 pt.
27894 \end_layout
27895
27896 \begin_layout Standard
27897 A formula with 2
27898 \begin_inset space \thinspace{}
27899 \end_inset
27900
27901 cm column separation:
27902 \begin_inset ERT
27903 status collapsed
27904
27905 \begin_layout Plain Layout
27906
27907
27908 \backslash
27909 setlength{
27910 \backslash
27911 arraycolsep}{1cm}
27912 \end_layout
27913
27914 \end_inset
27915
27916
27917 \begin_inset Formula \begin{eqnarray*}
27918 A & = & B\\
27919 C & \ne & A\end{eqnarray*}
27920
27921 \end_inset
27922
27923 A formula with the predefined column separation for matrices of 10
27924 \begin_inset space \thinspace{}
27925 \end_inset
27926
27927 pt:
27928 \begin_inset ERT
27929 status collapsed
27930
27931 \begin_layout Plain Layout
27932
27933
27934 \backslash
27935 setlength{
27936 \backslash
27937 arraycolsep}{5pt}
27938 \end_layout
27939
27940 \end_inset
27941
27942
27943 \begin_inset Formula \begin{eqnarray*}
27944 A & = & B\\
27945 C & \ne & A\end{eqnarray*}
27946
27947 \end_inset
27948
27949
27950 \end_layout
27951
27952 \begin_layout Subsubsection
27953 Long Formulas
27954 \begin_inset Index
27955 status collapsed
27956
27957 \begin_layout Plain Layout
27958 Formula ! long
27959 \end_layout
27960
27961 \end_inset
27962
27963
27964 \end_layout
27965
27966 \begin_layout Standard
27967 Long formulas can be typeset using these methods:
27968 \end_layout
27969
27970 \begin_layout Itemize
27971 When one side of the equation is much shorther than the line width, this
27972  one is chosen for the left side and the right side is typeset over two
27973  lines:
27974 \begin_inset ERT
27975 status collapsed
27976
27977 \begin_layout Plain Layout
27978
27979
27980 \backslash
27981 medskip
27982 \end_layout
27983
27984 \end_inset
27985
27986  
27987 \begin_inset Formula \begin{eqnarray}
27988 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 \\
27989  &  & -\hspace{3pt}\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{2}|}+\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{R}_{1}-\mathbf{R}_{2}|}\label{eq:kurzlang}\end{eqnarray}
27990
27991 \end_inset
27992
27993
27994 \begin_inset ERT
27995 status collapsed
27996
27997 \begin_layout Plain Layout
27998
27999
28000 \backslash
28001 smallskip
28002 \end_layout
28003
28004 \end_inset
28005
28006
28007 \begin_inset Newline newline
28008 \end_inset
28009
28010 The minus sign at the beginning of the second line does normally not appear
28011  as operator because it is the first character of the line.
28012  Thus it would not be surrounded by space and could not be distinguished
28013  from the fraction bar.
28014  To avoid this, space was inserted behind the minus sign with the command
28015  
28016 \series bold
28017
28018 \backslash
28019 hspace{3pt}
28020 \series default
28021
28022 \begin_inset Foot
28023 status collapsed
28024
28025 \begin_layout Plain Layout
28026 more about 
28027 \series bold
28028
28029 \backslash
28030 hspace
28031 \series default
28032  see 
28033 \begin_inset CommandInset ref
28034 LatexCommand ref
28035 reference "sub:Variable-Space"
28036
28037 \end_inset
28038
28039
28040 \end_layout
28041
28042 \end_inset
28043
28044
28045 \begin_inset Index
28046 status collapsed
28047
28048 \begin_layout Plain Layout
28049 Commands ! H ! 
28050 \backslash
28051 hspace
28052 \end_layout
28053
28054 \end_inset
28055
28056 .
28057 \end_layout
28058
28059 \begin_layout Itemize
28060 When both sides of the equation are too long, the command 
28061 \series bold
28062
28063 \backslash
28064 lefteqn
28065 \series default
28066
28067 \begin_inset Index
28068 status collapsed
28069
28070 \begin_layout Plain Layout
28071 Commands ! L ! 
28072 \backslash
28073 lefteqn
28074 \end_layout
28075
28076 \end_inset
28077
28078  is used.
28079  It is inserted to the first column of the first line and effects that all
28080  further insertions overwrite the following columns:
28081 \begin_inset ERT
28082 status collapsed
28083
28084 \begin_layout Plain Layout
28085
28086
28087 \backslash
28088 medskip
28089 \end_layout
28090
28091 \end_inset
28092
28093
28094 \begin_inset Formula \begin{eqnarray}
28095 \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 \\
28096  &  & -\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 \\
28097  &  & =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}
28098
28099 \end_inset
28100
28101
28102 \begin_inset ERT
28103 status collapsed
28104
28105 \begin_layout Plain Layout
28106
28107
28108 \backslash
28109 smallskip
28110 \end_layout
28111
28112 \end_inset
28113
28114
28115 \begin_inset Newline newline
28116 \end_inset
28117
28118 After the insertion of 
28119 \series bold
28120
28121 \backslash
28122 lefteqn
28123 \series default
28124 , the cursor is in a purple box that is a bit shifted to the left from the
28125  blue one.
28126  In this the formula is inserted.
28127 \begin_inset ERT
28128 status collapsed
28129
28130 \begin_layout Plain Layout
28131
28132
28133 \backslash
28134 medskip
28135 \end_layout
28136
28137 \end_inset
28138
28139
28140 \begin_inset Newline newline
28141 \end_inset
28142
28143 The content of the further lines is inserted to the second or another formula
28144  column.
28145  The greater the column number where it was inserted, the larger the indentation.
28146 \begin_inset ERT
28147 status collapsed
28148
28149 \begin_layout Plain Layout
28150
28151
28152 \backslash
28153 medskip
28154 \end_layout
28155
28156 \end_inset
28157
28158
28159 \begin_inset Newline newline
28160 \end_inset
28161
28162
28163 \begin_inset Note Greyedout
28164 status open
28165
28166 \begin_layout Plain Layout
28167 Note the following when using 
28168 \series bold
28169
28170 \backslash
28171 lefteqn
28172 \series default
28173 :
28174 \end_layout
28175
28176 \begin_layout Itemize
28177 The formula doesn't use the full page width.
28178  When e.
28179 \begin_inset space \thinspace{}
28180 \end_inset
28181
28182 g.
28183 \begin_inset space \space{}
28184 \end_inset
28185
28186 the term 
28187 \begin_inset Formula $-B^{2}$
28188 \end_inset
28189
28190  is added to the first line in the above example, it would have been outside
28191  the page margin.
28192  To better use the width, negative space can be inserted at the beginning
28193  of the first line.
28194 \end_layout
28195
28196 \begin_layout Itemize
28197 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28198  line.
28199 \begin_inset Foot
28200 status collapsed
28201
28202 \begin_layout Plain Layout
28203 \begin_inset CommandInset href
28204 LatexCommand href
28205 name "LyX-bug #1429"
28206 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28207
28208 \end_inset
28209
28210
28211 \end_layout
28212
28213 \end_inset
28214
28215  One can only set the cursor at the beginning of the line and move it with
28216  the arrow keys.
28217 \end_layout
28218
28219 \end_inset
28220
28221
28222 \end_layout
28223
28224 \begin_layout Itemize
28225 Other methods to set long formulas are offered by the environments described
28226  in 
28227 \begin_inset CommandInset ref
28228 LatexCommand ref
28229 reference "sub:Multline-Environment"
28230
28231 \end_inset
28232
28233  and 
28234 \begin_inset CommandInset ref
28235 LatexCommand ref
28236 reference "sub:Multiline-Formula-Parts"
28237
28238 \end_inset
28239
28240 .
28241 \end_layout
28242
28243 \begin_layout Subsubsection
28244 Multiline Brackets
28245 \begin_inset CommandInset label
28246 LatexCommand label
28247 name "sub:Multiline-Brackets"
28248
28249 \end_inset
28250
28251
28252 \begin_inset Index
28253 status collapsed
28254
28255 \begin_layout Plain Layout
28256 Brackets ! for multiline expressions
28257 \end_layout
28258
28259 \end_inset
28260
28261
28262 \end_layout
28263
28264 \begin_layout Standard
28265 For brackets spanning multiple lines the following problem occurs:
28266 \begin_inset Formula \begin{eqnarray*}
28267 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28268  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28269
28270 \end_inset
28271
28272
28273 \end_layout
28274
28275 \begin_layout Standard
28276 The closing bracket is smaller than the opening bracket because brackets
28277  with variable size may not span multiple lines.
28278 \end_layout
28279
28280 \begin_layout Standard
28281 To set the bracket size for the second line correctly, the first line is
28282  ended with 
28283 \series bold
28284
28285 \backslash
28286 right.
28287 \series default
28288
28289 \begin_inset Index
28290 status collapsed
28291
28292 \begin_layout Plain Layout
28293 Commands ! R ! 
28294 \backslash
28295 right
28296 \end_layout
28297
28298 \end_inset
28299
28300  and the second line with 
28301 \series bold
28302
28303 \backslash
28304 left.
28305 \begin_inset Foot
28306 status collapsed
28307
28308 \begin_layout Plain Layout
28309 for more about 
28310 \series bold
28311
28312 \backslash
28313 left
28314 \series default
28315  and 
28316 \series bold
28317
28318 \backslash
28319 right
28320 \series default
28321  see 
28322 \begin_inset CommandInset ref
28323 LatexCommand ref
28324 reference "sub:Automatic-Bracket-Size"
28325
28326 \end_inset
28327
28328
28329 \end_layout
28330
28331 \end_inset
28332
28333
28334 \series default
28335
28336 \begin_inset Index
28337 status collapsed
28338
28339 \begin_layout Plain Layout
28340 Commands ! L ! 
28341 \backslash
28342 left
28343 \end_layout
28344
28345 \end_inset
28346
28347 .
28348  After 
28349 \series bold
28350
28351 \backslash
28352 left.
28353
28354 \series default
28355  the command 
28356 \series bold
28357
28358 \backslash
28359 vphantom
28360 \series default
28361
28362 \begin_inset ERT
28363 status collapsed
28364
28365 \begin_layout Plain Layout
28366
28367
28368 \backslash
28369 spce 
28370 \end_layout
28371
28372 \end_inset
28373
28374
28375 \series bold
28376
28377 \backslash
28378 prod
28379 \series default
28380 ^
28381 \begin_inset ERT
28382 status collapsed
28383
28384 \begin_layout Plain Layout
28385
28386
28387 \backslash
28388 spce 
28389 \end_layout
28390
28391 \end_inset
28392
28393
28394 \series bold
28395
28396 \backslash
28397 infty
28398 \series default
28399
28400 \begin_inset ERT
28401 status collapsed
28402
28403 \begin_layout Plain Layout
28404
28405
28406 \backslash
28407 spce 
28408 \end_layout
28409
28410 \end_inset
28411
28412
28413 \series bold
28414
28415 \begin_inset Formula $\downarrow$
28416 \end_inset
28417
28418 _R=1}
28419 \series default
28420
28421 \begin_inset Index
28422 status collapsed
28423
28424 \begin_layout Plain Layout
28425 Commands ! V ! 
28426 \backslash
28427 vphantom
28428 \end_layout
28429
28430 \end_inset
28431
28432  is inserted, because the multiplication operator with its limits is the
28433  largest symbol in the first line and this should be the size for the bracket
28434  in the second line.
28435 \end_layout
28436
28437 \begin_layout Standard
28438 The result is this:
28439 \begin_inset Formula \begin{eqnarray*}
28440 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28441  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28442
28443 \end_inset
28444
28445
28446 \end_layout
28447
28448 \begin_layout Subsection
28449 Align Environments
28450 \end_layout
28451
28452 \begin_layout Standard
28453 Align environments can be used for every kind of multiline formulas.
28454  They are specially useful to set several formulas side by side.
28455 \end_layout
28456
28457 \begin_layout Standard
28458 Align environments consist of columns.
28459  The odd columns are right aligned, the even ones left aligned.
28460  Every line in an Align environment can be numbered.
28461 \end_layout
28462
28463 \begin_layout Standard
28464 Align environments are created via the menu 
28465 \family sans
28466 Insert\SpecialChar \menuseparator
28467 Math
28468 \family default
28469 .
28470  With the menu 
28471 \family sans
28472 Edit\SpecialChar \menuseparator
28473 Math\SpecialChar \menuseparator
28474 Change Formula Type
28475 \family default
28476  already existing formulas can be converted to Align environments.
28477 \end_layout
28478
28479 \begin_layout Standard
28480 To add or delete columns, the math toolbar buttons 
28481 \begin_inset Graphics
28482         filename ../images/tabular-feature_append-column.png
28483         scale 85
28484
28485 \end_inset
28486
28487  or 
28488 \begin_inset Graphics
28489         filename ../images/tabular-feature_delete-column.png
28490         scale 85
28491
28492 \end_inset
28493
28494 , respectively, or the menu 
28495 \family sans
28496 Edit\SpecialChar \menuseparator
28497 Rows & Columns
28498 \family default
28499  can be used.
28500 \end_layout
28501
28502 \begin_layout Subsubsection
28503 Standard align Environment
28504 \begin_inset CommandInset label
28505 LatexCommand label
28506 name "sub:Standard-align-Environment"
28507
28508 \end_inset
28509
28510
28511 \begin_inset Index
28512 status collapsed
28513
28514 \begin_layout Plain Layout
28515 Formula ! multiline ! align environment
28516 \end_layout
28517
28518 \end_inset
28519
28520
28521 \end_layout
28522
28523 \begin_layout Standard
28524 This Align environment is created by presssing 
28525 \begin_inset Info
28526 type  "shortcut"
28527 arg   "newline-insert newline"
28528 \end_inset
28529
28530  in a formula or by the menu 
28531 \family sans
28532 Insert\SpecialChar \menuseparator
28533 Math\SpecialChar \menuseparator
28534 AMS align Environment
28535 \family default
28536 .
28537 \end_layout
28538
28539 \begin_layout Standard
28540 An example for two formulas set side by side, that are created with a four
28541  column align environment:
28542 \begin_inset Formula \begin{align*}
28543 A & =\sin(B) & C & =D\\
28544 C & \ne A & B & \ne D\end{align*}
28545
28546 \end_inset
28547
28548 As it can be seen, the formulas in this environment are placed so as if
28549  there would be a 
28550 \series bold
28551
28552 \backslash
28553 hfill
28554 \begin_inset Foot
28555 status collapsed
28556
28557 \begin_layout Plain Layout
28558 more about 
28559 \series bold
28560
28561 \backslash
28562 hfill
28563 \series default
28564  see 
28565 \begin_inset CommandInset ref
28566 LatexCommand ref
28567 reference "sub:Variable-Space"
28568
28569 \end_inset
28570
28571
28572 \end_layout
28573
28574 \end_inset
28575
28576
28577 \series default
28578  before the first and after every even column.
28579  When the formula style 
28580 \series bold
28581 Indented
28582 \begin_inset Foot
28583 status collapsed
28584
28585 \begin_layout Plain Layout
28586 formula styles see 
28587 \begin_inset CommandInset ref
28588 LatexCommand ref
28589 reference "sec:Formula-Styles"
28590
28591 \end_inset
28592
28593
28594 \end_layout
28595
28596 \end_inset
28597
28598
28599 \series default
28600  is used, the formula is set without the 
28601 \series bold
28602
28603 \backslash
28604 hfill
28605 \series default
28606  before the first column.
28607 \end_layout
28608
28609 \begin_layout Subsubsection
28610 Alignat Environment
28611 \begin_inset Index
28612 status collapsed
28613
28614 \begin_layout Plain Layout
28615 Formula ! multiline ! alignat environment
28616 \end_layout
28617
28618 \end_inset
28619
28620
28621 \end_layout
28622
28623 \begin_layout Standard
28624 The alignat environment has no predefined column separation.
28625  It can be inserted manually with the spaces that are described 
28626 \begin_inset CommandInset ref
28627 LatexCommand ref
28628 reference "sub:Space"
28629
28630 \end_inset
28631
28632 .
28633 \end_layout
28634
28635 \begin_layout Standard
28636 The above example in the alignat environment where 1
28637 \begin_inset space \thinspace{}
28638 \end_inset
28639
28640 cm space was inserted at the beginning of the second formula:
28641 \begin_inset Formula \begin{alignat*}{2}
28642 A & =\sin(B) & \hspace{1cm}C & =D\\
28643 C & \ne A & B & \ne D\end{alignat*}
28644
28645 \end_inset
28646
28647 Because the column separation can be set separately for every column, this
28648  environment is especially suitable to set three and more formulas side
28649  by side.
28650 \end_layout
28651
28652 \begin_layout Subsubsection
28653 Flalign Environment
28654 \begin_inset CommandInset label
28655 LatexCommand label
28656 name "sub:Flalign-Environment"
28657
28658 \end_inset
28659
28660
28661 \begin_inset Index
28662 status collapsed
28663
28664 \begin_layout Plain Layout
28665 Formula ! multiline ! flalign environment
28666 \end_layout
28667
28668 \end_inset
28669
28670
28671 \end_layout
28672
28673 \begin_layout Standard
28674 In this environment the first two columns are always set as much as possible
28675  to the left and the last two ones to the right.
28676  An example:
28677 \begin_inset Formula \begin{flalign*}
28678 A & =1 & B & =2 & C & =3\\
28679 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28680
28681 \end_inset
28682
28683
28684 \end_layout
28685
28686 \begin_layout Standard
28687 By creating a flalign environment with an odd number of columns where an
28688  empty TeX-brace is inserted to the last column, several formulas in a document
28689  can be set to the left, although the formula style 
28690 \series bold
28691 Centered
28692 \series default
28693  is used.
28694  As example the indented formula 
28695 \begin_inset CommandInset ref
28696 LatexCommand eqref
28697 reference "eq:VolInt"
28698
28699 \end_inset
28700
28701 :
28702 \begin_inset Formula \begin{flalign}
28703 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28704
28705 \end_inset
28706
28707 The first two columns contain the formula.
28708  To indent it as with the formula style 
28709 \series bold
28710 Indented
28711 \series default
28712 , 30
28713 \begin_inset space \thinspace{}
28714 \end_inset
28715
28716 pt space was inserted at the beginning of the first column.
28717 \end_layout
28718
28719 \begin_layout Subsection
28720 Eqnarray Environment
28721 \begin_inset CommandInset label
28722 LatexCommand label
28723 name "sub:Eqnarray-Environment"
28724
28725 \end_inset
28726
28727
28728 \begin_inset Index
28729 status collapsed
28730
28731 \begin_layout Plain Layout
28732 Formula ! multiline ! eqnarray environment
28733 \end_layout
28734
28735 \end_inset
28736
28737
28738 \end_layout
28739
28740 \begin_layout Standard
28741 When this environment has been created, three blue boxes appear.
28742  The content of the first box is right aligned, the content of the last
28743  one left aligned.
28744  The content of the middle box appears centered and a bit smaller, because
28745  it is designed to insert there only relation characters.
28746 \begin_inset Formula \begin{eqnarray*}
28747 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28748 AB & AB & AB\\
28749 A & = & A\end{eqnarray*}
28750
28751 \end_inset
28752
28753
28754 \end_layout
28755
28756 \begin_layout Subsection
28757 Gather Environment
28758 \begin_inset Index
28759 status collapsed
28760
28761 \begin_layout Plain Layout
28762 Formula ! multiline ! gather environment
28763 \end_layout
28764
28765 \end_inset
28766
28767
28768 \end_layout
28769
28770 \begin_layout Standard
28771 This environment consists of only one centered column.
28772  Every line can be numbered.
28773 \begin_inset Formula \begin{gather}
28774 A=1\\
28775 X=\textrm{-}1\end{gather}
28776
28777 \end_inset
28778
28779
28780 \end_layout
28781
28782 \begin_layout Subsection
28783 Multline Environment
28784 \begin_inset CommandInset label
28785 LatexCommand label
28786 name "sub:Multline-Environment"
28787
28788 \end_inset
28789
28790
28791 \begin_inset Index
28792 status collapsed
28793
28794 \begin_layout Plain Layout
28795 Formula ! multiline ! multline environment
28796 \end_layout
28797
28798 \end_inset
28799
28800
28801 \end_layout
28802
28803 \begin_layout Standard
28804 The multline environment consists, like the gather environment, of only
28805  one column.
28806  But the first line is left aligned, the last one right aligned.
28807  All other lines are centered.
28808  Therefore this environment is suitable for long formulas.
28809  As example formula 
28810 \begin_inset CommandInset ref
28811 LatexCommand eqref
28812 reference "eq:lefteqn"
28813
28814 \end_inset
28815
28816  in the multline environment:
28817 \begin_inset Formula \begin{multline}
28818 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}\\
28819 -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}\\
28820 =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}
28821
28822 \end_inset
28823
28824
28825 \end_layout
28826
28827 \begin_layout Standard
28828 In the output only the last (first) line of a multline environment appears
28829  numbered when the document numbering is right (left).
28830 \begin_inset Foot
28831 status collapsed
28832
28833 \begin_layout Plain Layout
28834 numbering styles see 
28835 \begin_inset CommandInset ref
28836 LatexCommand ref
28837 reference "sec:Formula-Styles"
28838
28839 \end_inset
28840
28841
28842 \end_layout
28843
28844 \end_inset
28845
28846
28847 \end_layout
28848
28849 \begin_layout Standard
28850 With the commands 
28851 \series bold
28852
28853 \backslash
28854 shoveright
28855 \begin_inset Index
28856 status collapsed
28857
28858 \begin_layout Plain Layout
28859 Commands ! S ! 
28860 \backslash
28861 shoveright
28862 \end_layout
28863
28864 \end_inset
28865
28866
28867 \series default
28868  and 
28869 \series bold
28870
28871 \backslash
28872 shoveleft
28873 \begin_inset Index
28874 status collapsed
28875
28876 \begin_layout Plain Layout
28877 Commands ! S ! 
28878 \backslash
28879 shoveleft
28880 \end_layout
28881
28882 \end_inset
28883
28884
28885 \series default
28886  a centered line can be right or left aligned, respectively.
28887  The commands are used as follows:
28888 \end_layout
28889
28890 \begin_layout Standard
28891
28892 \series bold
28893
28894 \backslash
28895 shoveright{line content}
28896 \series default
28897  and 
28898 \series bold
28899
28900 \backslash
28901 shoveleft{line content}
28902 \end_layout
28903
28904 \begin_layout Standard
28905 \begin_inset VSpace medskip
28906 \end_inset
28907
28908 The length 
28909 \series bold
28910
28911 \backslash
28912 multlinegap
28913 \begin_inset Index
28914 status collapsed
28915
28916 \begin_layout Plain Layout
28917 Commands ! M ! 
28918 \backslash
28919 multlinegap
28920 \end_layout
28921
28922 \end_inset
28923
28924
28925 \series default
28926  specifies the distance of the first line from the left page margin.
28927  Predefined is the length 0
28928 \begin_inset space \thinspace{}
28929 \end_inset
28930
28931 pt.
28932 \end_layout
28933
28934 \begin_layout Standard
28935 As example the above formula where the command
28936 \end_layout
28937
28938 \begin_layout Standard
28939
28940 \series bold
28941
28942 \backslash
28943 setlength{
28944 \backslash
28945 multlinegap}{2cm}
28946 \end_layout
28947
28948 \begin_layout Standard
28949 was inserted in TeX-mode before:
28950 \begin_inset ERT
28951 status collapsed
28952
28953 \begin_layout Plain Layout
28954
28955
28956 \backslash
28957 setlength{
28958 \backslash
28959 multlinegap}{2cm}
28960 \end_layout
28961
28962 \end_inset
28963
28964
28965 \begin_inset Formula \begin{multline}
28966 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}\\
28967 \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}}\\
28968 =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}
28969
28970 \end_inset
28971
28972
28973 \begin_inset ERT
28974 status collapsed
28975
28976 \begin_layout Plain Layout
28977
28978
28979 \backslash
28980 setlength{
28981 \backslash
28982 multlinegap}{0pt}
28983 \end_layout
28984
28985 \end_inset
28986
28987 The second line was left aligned using 
28988 \series bold
28989
28990 \backslash
28991 shoveleft
28992 \series default
28993 .
28994 \end_layout
28995
28996 \begin_layout Subsection
28997 Multiline Formula Parts
28998 \begin_inset CommandInset label
28999 LatexCommand label
29000 name "sub:Multiline-Formula-Parts"
29001
29002 \end_inset
29003
29004
29005 \begin_inset Index
29006 status collapsed
29007
29008 \begin_layout Plain Layout
29009 Formula ! multiline ! formula parts
29010 \end_layout
29011
29012 \end_inset
29013
29014
29015 \end_layout
29016
29017 \begin_layout Standard
29018 To display only parts of a formula with multiple lines, one of the following
29019  environments are used: 
29020 \series bold
29021 aligned
29022 \series default
29023
29024 \series bold
29025 alignedat
29026 \series default
29027
29028 \series bold
29029 gathered
29030 \series default
29031  or 
29032 \series bold
29033 split
29034 \series default
29035 .
29036  They can be inserted via the menu 
29037 \family sans
29038 Insert\SpecialChar \menuseparator
29039 Math
29040 \family default
29041  or by using the commands described in this section.
29042 \end_layout
29043
29044 \begin_layout Standard
29045 The first three have the same properties as the corresponding multiline
29046  formula environments, but it is possible to set further formula parts beside
29047  them.
29048  An example:
29049 \begin_inset Formula \[
29050 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29051 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29052 \right\} \textrm{Uncertainty relations}\]
29053
29054 \end_inset
29055
29056
29057 \end_layout
29058
29059 \begin_layout Standard
29060 To get this formula, a displayed formula is created where the command 
29061 \series bold
29062
29063 \backslash
29064 aligned
29065 \begin_inset Index
29066 status collapsed
29067
29068 \begin_layout Plain Layout
29069 Commands ! A ! 
29070 \backslash
29071 aligned
29072 \end_layout
29073
29074 \end_inset
29075
29076
29077 \series default
29078  is inserted.
29079  A purple box appears around the blue formula box where now columns and
29080  lines can be added.
29081  Outside the multiline environment other formula parts can be set, like
29082  the brace.
29083 \end_layout
29084
29085 \begin_layout Standard
29086 The aligned environment is also suitable for long formulas whose lines are
29087  horizontally aligned.
29088  Using aligned in a displayed formula has the advantage that the formula
29089  number is vertically centered behind the lines.
29090  As example formula 
29091 \begin_inset CommandInset ref
29092 LatexCommand eqref
29093 reference "eq:kurzlang"
29094
29095 \end_inset
29096
29097  in the aligned environment:
29098 \begin_inset Formula \begin{equation}
29099 \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}|}\\
29100  & -\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}
29101 \end{equation}
29102
29103 \end_inset
29104
29105
29106 \end_layout
29107
29108 \begin_layout Standard
29109 To use the environments 
29110 \series bold
29111 alignedat
29112 \series default
29113
29114 \series bold
29115 gathered
29116 \series default
29117 , or 
29118 \series bold
29119 split
29120 \series default
29121 , the command 
29122 \series bold
29123
29124 \backslash
29125 alignedat
29126 \series default
29127 ,
29128 \begin_inset Index
29129 status collapsed
29130
29131 \begin_layout Plain Layout
29132 Commands ! A ! 
29133 \backslash
29134 alignedat
29135 \end_layout
29136
29137 \end_inset
29138
29139  
29140 \series bold
29141
29142 \backslash
29143 gathered
29144 \series default
29145
29146 \begin_inset Index
29147 status collapsed
29148
29149 \begin_layout Plain Layout
29150 Commands ! G ! 
29151 \backslash
29152 gathered
29153 \end_layout
29154
29155 \end_inset
29156
29157 , or 
29158 \series bold
29159
29160 \backslash
29161 split
29162 \series default
29163
29164 \begin_inset Index
29165 status collapsed
29166
29167 \begin_layout Plain Layout
29168 Commands ! S ! 
29169 \backslash
29170 split
29171 \end_layout
29172
29173 \end_inset
29174
29175  are inserted, respectively.
29176  The split environment has the same properties as the aligned environment
29177  but it can only have two columns.
29178 \end_layout
29179
29180 \begin_layout Subsection
29181 Text in multiline Formulas
29182 \begin_inset CommandInset label
29183 LatexCommand label
29184 name "sub:Text-in-multiline"
29185
29186 \end_inset
29187
29188
29189 \begin_inset Index
29190 status collapsed
29191
29192 \begin_layout Plain Layout
29193 Text ! in formulas
29194 \end_layout
29195
29196 \end_inset
29197
29198
29199 \begin_inset Index
29200 status collapsed
29201
29202 \begin_layout Plain Layout
29203 Formula ! multiline ! text
29204 \end_layout
29205
29206 \end_inset
29207
29208
29209 \end_layout
29210
29211 \begin_layout Standard
29212 In the Align environments, and the multline and gather environment, text
29213  can be inserted that will appear in a separate line and doesn't affect
29214  the column alignment.
29215  To do this, the command 
29216 \series bold
29217
29218 \backslash
29219 intertext
29220 \begin_inset Index
29221 status collapsed
29222
29223 \begin_layout Plain Layout
29224 Commands ! I ! 
29225 \backslash
29226 intertext
29227 \end_layout
29228
29229 \end_inset
29230
29231
29232 \series default
29233  is used in the following scheme:
29234 \end_layout
29235
29236 \begin_layout Standard
29237
29238 \series bold
29239
29240 \backslash
29241 intertext{text}
29242 \end_layout
29243
29244 \begin_layout Standard
29245 The text should not be longer than a line because it cannot be hyphenated.
29246  As LyX doesn't yet support 
29247 \series bold
29248
29249 \backslash
29250 intertext
29251 \series default
29252  directly, the text is written as mathematical text.
29253  
29254 \series bold
29255
29256 \backslash
29257 intertext
29258 \series default
29259  must hereby be at the beginning of a line and appears in the output above
29260  this line.
29261  An example where the text was inserted at the beginning of the second line:
29262 \begin_inset Formula \begin{align}
29263 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29264 \intertext{\text{integrand is symmetric to $\phi=\pi$, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29265
29266 \end_inset
29267
29268
29269 \end_layout
29270
29271 \begin_layout Section
29272 Formula Numbering
29273 \begin_inset Index
29274 status collapsed
29275
29276 \begin_layout Plain Layout
29277 Formula numbering
29278 \end_layout
29279
29280 \end_inset
29281
29282
29283 \begin_inset Index
29284 status collapsed
29285
29286 \begin_layout Plain Layout
29287 Formula ! numbering|see
29288 \begin_inset ERT
29289 status collapsed
29290
29291 \begin_layout Plain Layout
29292
29293 {
29294 \end_layout
29295
29296 \end_inset
29297
29298 Formula numbering
29299 \begin_inset ERT
29300 status collapsed
29301
29302 \begin_layout Plain Layout
29303
29304 }
29305 \end_layout
29306
29307 \end_inset
29308
29309
29310 \end_layout
29311
29312 \end_inset
29313
29314
29315 \end_layout
29316
29317 \begin_layout Subsection
29318 General
29319 \end_layout
29320
29321 \begin_layout Standard
29322 Numbered formulas can be created with the menu 
29323 \family sans
29324 Insert\SpecialChar \menuseparator
29325 Math\SpecialChar \menuseparator
29326 Numbered
29327 \begin_inset space ~
29328 \end_inset
29329
29330 Formula
29331 \family default
29332  (shortcut 
29333 \family sans
29334 Ctrl+Alt
29335 \begin_inset space ~
29336 \end_inset
29337
29338 N
29339 \family default
29340 ).
29341  Existing formulas can be numbered with the menu 
29342 \family sans
29343 Edit\SpecialChar \menuseparator
29344 Math\SpecialChar \menuseparator
29345 Toggle
29346 \begin_inset space ~
29347 \end_inset
29348
29349 Numbering
29350 \family default
29351  (shortcut 
29352 \begin_inset Info
29353 type  "shortcut"
29354 arg   "math-number-toggle"
29355 \end_inset
29356
29357 ).
29358  The formula number is displayed in LyX behind the formula as number sign
29359  in parentheses.
29360  The number sign is replaced in the output by the formula number.
29361 \end_layout
29362
29363 \begin_layout Standard
29364 When numbering is turned on in multiline formulas, all lines will be numbered.
29365  But the numbering can be controlled with the menu 
29366 \family sans
29367 Edit\SpecialChar \menuseparator
29368 Math\SpecialChar \menuseparator
29369 Toggle
29370 \begin_inset space ~
29371 \end_inset
29372
29373 Numbering
29374 \begin_inset space ~
29375 \end_inset
29376
29377 of
29378 \begin_inset space ~
29379 \end_inset
29380
29381 Line
29382 \family default
29383  (shortcut
29384 \begin_inset Info
29385 type  "shortcut"
29386 arg   "math-number-line-toggle"
29387 \end_inset
29388
29389 ) for every line.
29390 \end_layout
29391
29392 \begin_layout Standard
29393 Except of inline formulas, all formulas can be numbered with two different
29394  styles, see 
29395 \begin_inset CommandInset ref
29396 LatexCommand ref
29397 reference "sec:Formula-Styles"
29398
29399 \end_inset
29400
29401 .
29402 \end_layout
29403
29404 \begin_layout Subsection
29405 Cross-References
29406 \begin_inset Index
29407 status collapsed
29408
29409 \begin_layout Plain Layout
29410 Cross-references ! to formulas
29411 \end_layout
29412
29413 \end_inset
29414
29415
29416 \end_layout
29417
29418 \begin_layout Standard
29419 All labeled formulas can be cross-referenced.
29420  A label is added by the menu 
29421 \family sans
29422 Insert\SpecialChar \menuseparator
29423 Label
29424 \family default
29425  or the toolbar button 
29426 \begin_inset Graphics
29427         filename ../images/label-insert.png
29428         scale 85
29429
29430 \end_inset
29431
29432 .
29433  The cursor must hereby be inside a displayed formula.
29434  A dialog pops up displaying the prefix 
29435 \series bold
29436 eq:
29437 \series default
29438  in a text field.
29439  The label is inserted there behind the prefix.
29440  The predefined prefix means 
29441 \begin_inset Quotes eld
29442 \end_inset
29443
29444 equation
29445 \begin_inset Quotes erd
29446 \end_inset
29447
29448  and makes it easier to find labels in large documents because it marks
29449  it as formula label to divide it from e.
29450 \begin_inset space \thinspace{}
29451 \end_inset
29452
29453 g.
29454 \begin_inset space \space{}
29455 \end_inset
29456
29457 section labels.
29458  To change a label, the menu 
29459 \family sans
29460 Insert\SpecialChar \menuseparator
29461 Label
29462 \family default
29463  is used again.
29464 \end_layout
29465
29466 \begin_layout Standard
29467 The name of the label is displayed in LyX within two parentheses behind
29468  formula.
29469  A formula with a label is always numbered.
29470 \end_layout
29471
29472 \begin_layout Standard
29473 Cross-references are inserted via the menu 
29474 \family sans
29475 Insert\SpecialChar \menuseparator
29476 Cross-Reference
29477 \family default
29478  or with the toolbar button 
29479 \begin_inset Graphics
29480         filename ../images/dialog-show-new-inset_ref.png
29481         scale 85
29482
29483 \end_inset
29484
29485 .
29486  A formula cross-reference appears in the output as formula number.
29487  When in the cross-reference dialog window the format 
29488 \series bold
29489 (<reference>)
29490 \series default
29491  is chosen, the cross-reference appears in the output as formula number
29492  in parentheses.
29493 \begin_inset Newline newline
29494 \end_inset
29495
29496 By right-clicking on a cross-reference in LyX, one jumps to the formula
29497  that is referenced.
29498 \end_layout
29499
29500 \begin_layout Standard
29501 Here are as examples cross-references to formulas of the following subsections:
29502 \begin_inset Note Note
29503 status open
29504
29505 \begin_layout Plain Layout
29506 Note the different cross-reference types.
29507 \end_layout
29508
29509 \end_inset
29510
29511
29512 \end_layout
29513
29514 \begin_layout Standard
29515 The equations 
29516 \begin_inset CommandInset ref
29517 LatexCommand eqref
29518 reference "eq:tag"
29519
29520 \end_inset
29521
29522  and 
29523 \begin_inset CommandInset ref
29524 LatexCommand eqref
29525 reference "eq:c"
29526
29527 \end_inset
29528
29529  are equivalent.
29530  In (
29531 \begin_inset CommandInset ref
29532 LatexCommand ref
29533 reference "eq:Lat"
29534
29535 \end_inset
29536
29537 ) big Latin letters are used for the numbering in contrary to (
29538 \begin_inset CommandInset ref
29539 LatexCommand ref
29540 reference "eq:Rom"
29541
29542 \end_inset
29543
29544 ).
29545 \end_layout
29546
29547 \begin_layout Standard
29548 \begin_inset VSpace medskip
29549 \end_inset
29550
29551 When the argument of 
29552 \series bold
29553
29554 \backslash
29555 tag
29556 \begin_inset Foot
29557 status collapsed
29558
29559 \begin_layout Plain Layout
29560
29561 \series bold
29562
29563 \backslash
29564 tag
29565 \series default
29566  is described in 
29567 \begin_inset CommandInset ref
29568 LatexCommand ref
29569 reference "sub:User-defined-Numbering"
29570
29571 \end_inset
29572
29573 .
29574 \end_layout
29575
29576 \end_inset
29577
29578
29579 \series default
29580  contains a box like in 
29581 \begin_inset CommandInset ref
29582 LatexCommand ref
29583 reference "sub:Paragraph-Boxes"
29584
29585 \end_inset
29586
29587 , the formula cannot be referenced.
29588 \end_layout
29589
29590 \begin_layout Subsection
29591 Subnumbering
29592 \begin_inset Index
29593 status collapsed
29594
29595 \begin_layout Plain Layout
29596 Formula numbering ! subnumbering
29597 \end_layout
29598
29599 \end_inset
29600
29601
29602 \end_layout
29603
29604 \begin_layout Standard
29605 With the help of the commands 
29606 \series bold
29607
29608 \backslash
29609 begin{subequations}
29610 \series default
29611  and 
29612 \series bold
29613
29614 \backslash
29615 end{subequations}
29616 \series default
29617  formulas can be subnumbered.
29618  Both commands are inserted in TeX-mode.
29619 \end_layout
29620
29621 \begin_layout Standard
29622 An example:
29623 \begin_inset Formula \begin{equation}
29624 A=C-B\label{eq:a}\end{equation}
29625
29626 \end_inset
29627
29628
29629 \begin_inset ERT
29630 status collapsed
29631
29632 \begin_layout Plain Layout
29633
29634
29635 \backslash
29636 addtocounter{equation}{-1}
29637 \end_layout
29638
29639 \end_inset
29640
29641
29642 \begin_inset ERT
29643 status collapsed
29644
29645 \begin_layout Plain Layout
29646
29647
29648 \backslash
29649 begin{subequations}
29650 \end_layout
29651
29652 \end_inset
29653
29654
29655 \begin_inset VSpace -5mm
29656 \end_inset
29657
29658
29659 \begin_inset Formula \begin{equation}
29660 B=C-A\label{eq:b}\end{equation}
29661
29662 \end_inset
29663
29664
29665 \begin_inset Formula \begin{equation}
29666 C=A+B\label{eq:c}\end{equation}
29667
29668 \end_inset
29669
29670
29671 \end_layout
29672
29673 \begin_layout Standard
29674 \begin_inset ERT
29675 status collapsed
29676
29677 \begin_layout Plain Layout
29678
29679
29680 \backslash
29681 end{subequations}
29682 \end_layout
29683
29684 \end_inset
29685
29686
29687 \end_layout
29688
29689 \begin_layout Standard
29690 To create the example, the following is done:
29691 \end_layout
29692
29693 \begin_layout Enumerate
29694 first formula is inserted
29695 \end_layout
29696
29697 \begin_layout Enumerate
29698
29699 \series bold
29700
29701 \backslash
29702 addtocounter{equation}{-1} 
29703 \backslash
29704 begin{subequations}
29705 \begin_inset Index
29706 status collapsed
29707
29708 \begin_layout Plain Layout
29709 Commands ! A ! 
29710 \backslash
29711 addtocounter
29712 \end_layout
29713
29714 \end_inset
29715
29716
29717 \begin_inset Newline newline
29718 \end_inset
29719
29720
29721 \series default
29722 is inserted after the first formula
29723 \end_layout
29724
29725 \begin_layout Enumerate
29726 second formula is inserted
29727 \end_layout
29728
29729 \begin_layout Enumerate
29730 third formula is inserted
29731 \end_layout
29732
29733 \begin_layout Enumerate
29734
29735 \series bold
29736
29737 \backslash
29738 end{subequations}
29739 \series default
29740  is inserted after the third formula
29741 \end_layout
29742
29743 \begin_layout Standard
29744 Every formula between the commands 
29745 \series bold
29746
29747 \backslash
29748 begin
29749 \series default
29750  and 
29751 \series bold
29752
29753 \backslash
29754 end
29755 \series default
29756  is subnumbered as a, b, 
29757 \begin_inset Newline linebreak
29758 \end_inset
29759
29760 c, \SpecialChar \ldots{}
29761  For multiline formulas every line will be subnumbered.
29762  All subnumbered formulas are treated as 
29763 \emph on
29764 one
29765 \emph default
29766  numbered formula.
29767  But as every numbered formula increases the counter 
29768 \series bold
29769 equation
29770 \series default
29771  by one, the command 
29772 \series bold
29773
29774 \backslash
29775 addtocounter
29776 \series default
29777  is needed to decrease it.
29778  Otherwise the formulas 
29779 \begin_inset CommandInset ref
29780 LatexCommand eqref
29781 reference "eq:a"
29782
29783 \end_inset
29784
29785
29786 \begin_inset CommandInset ref
29787 LatexCommand eqref
29788 reference "eq:b"
29789
29790 \end_inset
29791
29792
29793 \begin_inset CommandInset ref
29794 LatexCommand eqref
29795 reference "eq:c"
29796
29797 \end_inset
29798
29799  would be numbered as 
29800 \begin_inset CommandInset ref
29801 LatexCommand eqref
29802 reference "eq:a"
29803
29804 \end_inset
29805
29806
29807 \begin_inset CommandInset ref
29808 LatexCommand eqref
29809 reference "eq:d"
29810
29811 \end_inset
29812
29813
29814 \begin_inset CommandInset ref
29815 LatexCommand eqref
29816 reference "eq:f"
29817
29818 \end_inset
29819
29820 .
29821 \end_layout
29822
29823 \begin_layout Standard
29824 By inserting the commands in TeX-mode, a space is created between the first
29825  two formulas.
29826  To revert this -5
29827 \begin_inset space \thinspace{}
29828 \end_inset
29829
29830 mm vertical space is inserted after the command 
29831 \series bold
29832
29833 \backslash
29834 begin{subequations}
29835 \series default
29836 .
29837  When the formula style 
29838 \series bold
29839 Indented
29840 \begin_inset Foot
29841 status collapsed
29842
29843 \begin_layout Plain Layout
29844 formula styles see 
29845 \begin_inset CommandInset ref
29846 LatexCommand ref
29847 reference "sec:Formula-Styles"
29848
29849 \end_inset
29850
29851
29852 \end_layout
29853
29854 \end_inset
29855
29856
29857 \series default
29858  is used, -7
29859 \begin_inset space \thinspace{}
29860 \end_inset
29861
29862 mm space is inserted instead.
29863 \end_layout
29864
29865 \begin_layout Standard
29866 Here is an example for a multiline formula where the numbering was turned
29867  off for the second line:
29868 \begin_inset ERT
29869 status collapsed
29870
29871 \begin_layout Plain Layout
29872
29873
29874 \backslash
29875 begin{subequations}
29876 \end_layout
29877
29878 \end_inset
29879
29880
29881 \begin_inset Formula \begin{eqnarray}
29882 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29883  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29884  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29885
29886 \end_inset
29887
29888
29889 \begin_inset ERT
29890 status collapsed
29891
29892 \begin_layout Plain Layout
29893
29894
29895 \backslash
29896 end{subequations}
29897 \end_layout
29898
29899 \end_inset
29900
29901
29902 \end_layout
29903
29904 \begin_layout Subsection
29905 User-defined Numbering
29906 \begin_inset CommandInset label
29907 LatexCommand label
29908 name "sub:User-defined-Numbering"
29909
29910 \end_inset
29911
29912
29913 \begin_inset Index
29914 status collapsed
29915
29916 \begin_layout Plain Layout
29917 Formula numbering ! user-defined
29918 \end_layout
29919
29920 \end_inset
29921
29922
29923 \end_layout
29924
29925 \begin_layout Standard
29926 \begin_inset Index
29927 status collapsed
29928
29929 \begin_layout Plain Layout
29930 Formula numbering ! self-defined delimiters
29931 \end_layout
29932
29933 \end_inset
29934
29935 With the standard numbering parentheses are set around the formula number.
29936  To replace the parentheses for example by vertical bars, the following
29937  line is added to the LaTeX-preamble:
29938 \end_layout
29939
29940 \begin_layout Standard
29941
29942 \series bold
29943
29944 \backslash
29945 def
29946 \backslash
29947 tagform@#1{
29948 \backslash
29949 maketag@@@{|#1|}}
29950 \series default
29951
29952 \begin_inset Note Note
29953 status collapsed
29954
29955 \begin_layout Plain Layout
29956 This macro is already declared in the LaTeX-preamble for testing.
29957  To activate it, remove the percent sign at the beginning.
29958 \end_layout
29959
29960 \end_inset
29961
29962
29963 \end_layout
29964
29965 \begin_layout Standard
29966 To use other characters, the vertical bars besides the 
29967 \series bold
29968 #1
29969 \series default
29970  are replaced by one ore more characters.
29971  To get only the formula number the vertical bars are omitted.
29972 \end_layout
29973
29974 \begin_layout Standard
29975 \begin_inset VSpace bigskip
29976 \end_inset
29977
29978 When there should be an expression of your choice instead of the consecutive
29979  formula number in parentheses behind the formula, the command 
29980 \series bold
29981
29982 \backslash
29983 tag
29984 \series default
29985
29986 \begin_inset Index
29987 status collapsed
29988
29989 \begin_layout Plain Layout
29990 Commands ! T ! 
29991 \backslash
29992 tag
29993 \end_layout
29994
29995 \end_inset
29996
29997  is used:
29998 \begin_inset Formula \begin{equation}
29999 A+B=C\tag{something}\label{eq:tag}\end{equation}
30000
30001 \end_inset
30002
30003 In this example the command 
30004 \series bold
30005
30006 \backslash
30007 tag
30008 \begin_inset ERT
30009 status collapsed
30010
30011 \begin_layout Plain Layout
30012
30013
30014 \backslash
30015 spce 
30016 \end_layout
30017
30018 \end_inset
30019
30020 something
30021 \series default
30022  was inserted to the formula.
30023 \end_layout
30024
30025 \begin_layout Standard
30026 When the command 
30027 \series bold
30028
30029 \backslash
30030 tag*
30031 \begin_inset ERT
30032 status collapsed
30033
30034 \begin_layout Plain Layout
30035
30036
30037 \backslash
30038 spce 
30039 \end_layout
30040
30041 \end_inset
30042
30043 something
30044 \series default
30045  is inserted instead, the star prevents the parentheses around the expression:
30046 \begin_inset Formula \[
30047 A+B=C\tag*{something}\]
30048
30049 \end_inset
30050
30051
30052 \end_layout
30053
30054 \begin_layout Standard
30055 \begin_inset VSpace bigskip
30056 \end_inset
30057
30058 To restart the formula numbering with new document parts or sections, the
30059  following command is used:
30060 \end_layout
30061
30062 \begin_layout Standard
30063
30064 \series bold
30065
30066 \backslash
30067 @addtoreset{equation}{part}
30068 \series default
30069
30070 \begin_inset Index
30071 status collapsed
30072
30073 \begin_layout Plain Layout
30074 Commands ! 
30075 \begin_inset ERT
30076 status collapsed
30077
30078 \begin_layout Plain Layout
30079
30080 "
30081 \end_layout
30082
30083 \end_inset
30084
30085 @
30086 \begin_inset ERT
30087 status collapsed
30088
30089 \begin_layout Plain Layout
30090
30091 "
30092 \end_layout
30093
30094 \end_inset
30095
30096  ! 
30097 \backslash
30098
30099 \begin_inset ERT
30100 status collapsed
30101
30102 \begin_layout Plain Layout
30103
30104 "
30105 \end_layout
30106
30107 \end_inset
30108
30109 @
30110 \begin_inset ERT
30111 status collapsed
30112
30113 \begin_layout Plain Layout
30114
30115 "
30116 \end_layout
30117
30118 \end_inset
30119
30120 addtoreset
30121 \end_layout
30122
30123 \end_inset
30124
30125
30126 \begin_inset Newline newline
30127 \end_inset
30128
30129 resp.
30130 \begin_inset Newline newline
30131 \end_inset
30132
30133
30134 \series bold
30135
30136 \backslash
30137 @addtoreset{equation}{section}
30138 \end_layout
30139
30140 \begin_layout Standard
30141 To be able to use these commands in TeX-mode, the 
30142 \begin_inset Quotes eld
30143 \end_inset
30144
30145 @
30146 \begin_inset Quotes erd
30147 \end_inset
30148
30149  character has to be made 
30150 \begin_inset Quotes eld
30151 \end_inset
30152
30153 active
30154 \begin_inset Quotes erd
30155 \end_inset
30156
30157  for LaTeX using the command 
30158 \series bold
30159
30160 \backslash
30161 makeatletter.
30162
30163 \series default
30164  The command 
30165 \series bold
30166
30167 \backslash
30168 makeatother
30169 \series default
30170  reverts this.
30171  So the command sequence in TeX-mode is:
30172 \end_layout
30173
30174 \begin_layout Standard
30175
30176 \series bold
30177
30178 \backslash
30179 makeatletter
30180 \begin_inset Newline newline
30181 \end_inset
30182
30183
30184 \backslash
30185 @addtoreset{equation}{section}
30186 \begin_inset Newline newline
30187 \end_inset
30188
30189
30190 \backslash
30191 makeatother
30192 \end_layout
30193
30194 \begin_layout Standard
30195 In the LaTeX-preamble 
30196 \series bold
30197
30198 \backslash
30199 makeatletter
30200 \series default
30201  and 
30202 \series bold
30203
30204 \backslash
30205 makeatother
30206 \series default
30207  can be omitted as they are automatically internally inserted by LyX.
30208 \end_layout
30209
30210 \begin_layout Standard
30211 To revert 
30212 \series bold
30213
30214 \backslash
30215 @addtoreset
30216 \series default
30217 , the file 
30218 \series bold
30219 remreset.sty
30220 \series default
30221
30222 \begin_inset Foot
30223 status collapsed
30224
30225 \begin_layout Plain Layout
30226
30227 \series bold
30228 remreset
30229 \series default
30230  is part of the LaTeX-package 
30231 \series bold
30232 carlisle
30233 \series default
30234
30235 \begin_inset Index
30236 status collapsed
30237
30238 \begin_layout Plain Layout
30239 Packages ! carlisle
30240 \end_layout
30241
30242 \end_inset
30243
30244  that is part of every LaTeX standard installation.
30245 \end_layout
30246
30247 \end_inset
30248
30249
30250 \begin_inset Index
30251 status collapsed
30252
30253 \begin_layout Plain Layout
30254 Packages ! remreset
30255 \end_layout
30256
30257 \end_inset
30258
30259  has to be loaded in the LaTeX-preamble with the line
30260 \end_layout
30261
30262 \begin_layout Standard
30263
30264 \series bold
30265
30266 \backslash
30267 usepackage{remreset}
30268 \end_layout
30269
30270 \begin_layout Standard
30271 Then the command 
30272 \series bold
30273
30274 \backslash
30275 @removefromreset
30276 \series default
30277
30278 \begin_inset Index
30279 status collapsed
30280
30281 \begin_layout Plain Layout
30282 Commands ! 
30283 \begin_inset ERT
30284 status collapsed
30285
30286 \begin_layout Plain Layout
30287
30288 "
30289 \end_layout
30290
30291 \end_inset
30292
30293 @
30294 \begin_inset ERT
30295 status collapsed
30296
30297 \begin_layout Plain Layout
30298
30299 "
30300 \end_layout
30301
30302 \end_inset
30303
30304  ! 
30305 \backslash
30306
30307 \begin_inset ERT
30308 status collapsed
30309
30310 \begin_layout Plain Layout
30311
30312 "
30313 \end_layout
30314
30315 \end_inset
30316
30317 @
30318 \begin_inset ERT
30319 status collapsed
30320
30321 \begin_layout Plain Layout
30322
30323 "
30324 \end_layout
30325
30326 \end_inset
30327
30328 removefromreset
30329 \end_layout
30330
30331 \end_inset
30332
30333  can be used with the same scheme as 
30334 \series bold
30335
30336 \backslash
30337 @addtoreset
30338 \series default
30339 .
30340 \end_layout
30341
30342 \begin_layout Standard
30343 \begin_inset VSpace bigskip
30344 \end_inset
30345
30346 Sometimes formulas should be numbered in the following form:
30347 \end_layout
30348
30349 \begin_layout Standard
30350
30351 \family typewriter
30352 (section number.formula number)
30353 \end_layout
30354
30355 \begin_layout Standard
30356 The formula number should start with every section with 
30357 \begin_inset Quotes eld
30358 \end_inset
30359
30360 1
30361 \begin_inset Quotes erd
30362 \end_inset
30363
30364 .
30365 \end_layout
30366
30367 \begin_layout Standard
30368 For this case there is the command 
30369 \series bold
30370
30371 \backslash
30372 numberwithin
30373 \series default
30374
30375 \begin_inset Index
30376 status collapsed
30377
30378 \begin_layout Plain Layout
30379 Commands ! N ! 
30380 \backslash
30381 numberwithin
30382 \end_layout
30383
30384 \end_inset
30385
30386 , which is used with the following scheme:
30387 \end_layout
30388
30389 \begin_layout Standard
30390
30391 \series bold
30392
30393 \backslash
30394 numberwithin{counter}{sectioning}
30395 \end_layout
30396
30397 \begin_layout Standard
30398 Counter denotes what kind of numbering is affected, sectioning denotes what
30399  number is before the dot.
30400 \end_layout
30401
30402 \begin_layout Standard
30403 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30404 \end_layout
30405
30406 \begin_layout Standard
30407
30408 \series bold
30409
30410 \backslash
30411 numberwithin{equation}{section}
30412 \end_layout
30413
30414 \begin_layout Standard
30415 This is the result:
30416 \begin_inset ERT
30417 status collapsed
30418
30419 \begin_layout Plain Layout
30420
30421
30422 \backslash
30423 numberwithin{equation}{section}
30424 \end_layout
30425
30426 \end_inset
30427
30428
30429 \begin_inset Formula \begin{equation}
30430 A+B=C\end{equation}
30431
30432 \end_inset
30433
30434
30435 \end_layout
30436
30437 \begin_layout Standard
30438 To number e.
30439 \begin_inset space \thinspace{}
30440 \end_inset
30441
30442 g.
30443 \begin_inset space \space{}
30444 \end_inset
30445
30446 tables so that the number of the part is the sectioning,
30447 \begin_inset Newline newline
30448 \end_inset
30449
30450
30451 \series bold
30452
30453 \backslash
30454 numberwithin{table}{part}
30455 \series default
30456  is used.
30457 \end_layout
30458
30459 \begin_layout Standard
30460 To go back to the standard numbering or to prevent this kind of numbering
30461  when it is defined by the document class, the following command is inserted
30462  as TeX-Code or to the LaTeX-preamble:
30463 \end_layout
30464
30465 \begin_layout Standard
30466
30467 \series bold
30468
30469 \backslash
30470 renewcommand{
30471 \backslash
30472 theequation}{
30473 \backslash
30474 arabic{equation}}
30475 \begin_inset Index
30476 status collapsed
30477
30478 \begin_layout Plain Layout
30479 Commands ! A ! 
30480 \backslash
30481 arabic
30482 \end_layout
30483
30484 \end_inset
30485
30486
30487 \series default
30488
30489 \begin_inset ERT
30490 status collapsed
30491
30492 \begin_layout Plain Layout
30493
30494
30495 \backslash
30496 renewcommand{
30497 \backslash
30498 theequation}{
30499 \backslash
30500 arabic{equation}}
30501 \end_layout
30502
30503 \end_inset
30504
30505
30506 \series bold
30507
30508 \begin_inset Newline newline
30509 \end_inset
30510
30511
30512 \series default
30513 or
30514 \series bold
30515
30516 \begin_inset Newline newline
30517 \end_inset
30518
30519
30520 \backslash
30521 renewcommand{
30522 \backslash
30523 thetable}{
30524 \backslash
30525 arabic{table}}
30526 \end_layout
30527
30528 \begin_layout Standard
30529
30530 \series bold
30531
30532 \backslash
30533 numberwithin
30534 \series default
30535  uses internally the command 
30536 \series bold
30537
30538 \backslash
30539 @addtoreset
30540 \series default
30541 , described above, that also needs to be reverted.
30542 \begin_inset ERT
30543 status collapsed
30544
30545 \begin_layout Plain Layout
30546
30547
30548 \backslash
30549 makeatletter
30550 \end_layout
30551
30552 \begin_layout Plain Layout
30553
30554
30555 \backslash
30556 @removefromreset{equation}{section}
30557 \end_layout
30558
30559 \begin_layout Plain Layout
30560
30561
30562 \backslash
30563 makeatother
30564 \end_layout
30565
30566 \end_inset
30567
30568
30569 \end_layout
30570
30571 \begin_layout Subsection
30572 Numbering with Roman Numbers and Letters
30573 \begin_inset Index
30574 status collapsed
30575
30576 \begin_layout Plain Layout
30577 Formula numbering ! with letters
30578 \end_layout
30579
30580 \end_inset
30581
30582
30583 \begin_inset Index
30584 status collapsed
30585
30586 \begin_layout Plain Layout
30587 Formula numbering ! with Roman numbers
30588 \end_layout
30589
30590 \end_inset
30591
30592
30593 \end_layout
30594
30595 \begin_layout Standard
30596 Formulas can also be numbered with Roman numbers and Latin letters.
30597  To number for example with small Roman numbers, the command
30598 \end_layout
30599
30600 \begin_layout Standard
30601
30602 \series bold
30603
30604 \backslash
30605 renewcommand{
30606 \backslash
30607 theequation}{
30608 \backslash
30609 roman{equation}}
30610 \end_layout
30611
30612 \begin_layout Standard
30613 is inserted before the formula in TeX-mode.
30614  
30615 \series bold
30616
30617 \backslash
30618 renewcommand
30619 \series default
30620
30621 \begin_inset Index
30622 status collapsed
30623
30624 \begin_layout Plain Layout
30625 Commands ! R ! 
30626 \backslash
30627 renewcommand
30628 \end_layout
30629
30630 \end_inset
30631
30632  redefines the predefined command 
30633 \series bold
30634
30635 \backslash
30636 theequation
30637 \series default
30638  to the command 
30639 \series bold
30640
30641 \backslash
30642 roman{equation}
30643 \series default
30644
30645 \begin_inset Foot
30646 status collapsed
30647
30648 \begin_layout Plain Layout
30649 The command 
30650 \series bold
30651
30652 \backslash
30653 renewcommand
30654 \series default
30655  has the same scheme like the command 
30656 \series bold
30657
30658 \backslash
30659 newcommand
30660 \series default
30661  that is described in 
30662 \begin_inset CommandInset ref
30663 LatexCommand ref
30664 reference "sec:User-defined-Commands"
30665
30666 \end_inset
30667
30668 .
30669 \end_layout
30670
30671 \end_inset
30672
30673 .
30674  
30675 \series bold
30676 equation
30677 \series default
30678  is the formula counter.
30679  When the command 
30680 \series bold
30681
30682 \backslash
30683 the
30684 \series default
30685  is used as prefix for a counter, the value of the counter is output as
30686  Arabic number.
30687  When a formula is numbered, LaTeX sets internally the command 
30688 \series bold
30689
30690 \backslash
30691 theequation
30692 \series default
30693  behind the formula.
30694  
30695 \series bold
30696
30697 \backslash
30698 roman{equation}
30699 \begin_inset Index
30700 status collapsed
30701
30702 \begin_layout Plain Layout
30703 Commands ! R ! 
30704 \backslash
30705 roman
30706 \end_layout
30707
30708 \end_inset
30709
30710
30711 \series default
30712  outputs the counter as small Roman number.
30713 \end_layout
30714
30715 \begin_layout Standard
30716 All formulas behind the command 
30717 \series bold
30718
30719 \backslash
30720 renew
30721 \series default
30722 c
30723 \series bold
30724 ommand
30725 \series default
30726  are now numbered Roman.
30727  To switch to numbering with big Roman numbers, the command is inserted
30728  again, but 
30729 \series bold
30730
30731 \backslash
30732 roman
30733 \series default
30734  is replaced by 
30735 \series bold
30736
30737 \backslash
30738 Roman
30739 \series default
30740
30741 \begin_inset Index
30742 status collapsed
30743
30744 \begin_layout Plain Layout
30745 Commands ! R ! 
30746 \backslash
30747 roman@
30748 \backslash
30749 Roman
30750 \end_layout
30751
30752 \end_inset
30753
30754 .
30755  To 
30756 \begin_inset Quotes eld
30757 \end_inset
30758
30759 number
30760 \begin_inset Quotes erd
30761 \end_inset
30762
30763  with small Latin letters there is the command 
30764 \series bold
30765
30766 \backslash
30767 alph
30768 \series default
30769
30770 \begin_inset Index
30771 status collapsed
30772
30773 \begin_layout Plain Layout
30774 Commands ! A ! 
30775 \backslash
30776 alph
30777 \end_layout
30778
30779 \end_inset
30780
30781 , for big ones there is the command 
30782 \series bold
30783
30784 \backslash
30785 Alph
30786 \series default
30787
30788 \begin_inset Index
30789 status open
30790
30791 \begin_layout Plain Layout
30792 Commands ! A ! 
30793 \backslash
30794 alph@
30795 \backslash
30796 Alph
30797 \end_layout
30798
30799 \end_inset
30800
30801 .
30802 \end_layout
30803
30804 \begin_layout Standard
30805 \begin_inset Note Greyedout
30806 status open
30807
30808 \begin_layout Plain Layout
30809
30810 \series bold
30811 Note:
30812 \series default
30813  Only maximal 26 formulas can be numbered with Latin letters in one document.
30814 \end_layout
30815
30816 \end_inset
30817
30818
30819 \end_layout
30820
30821 \begin_layout Standard
30822 \begin_inset ERT
30823 status collapsed
30824
30825 \begin_layout Plain Layout
30826
30827
30828 \backslash
30829 renewcommand{
30830 \backslash
30831 theequation}{
30832 \backslash
30833 roman{equation}}
30834 \end_layout
30835
30836 \end_inset
30837
30838
30839 \end_layout
30840
30841 \begin_layout Standard
30842 \begin_inset Formula \begin{equation}
30843 A=\textrm{small roman}\label{eq:rom}\end{equation}
30844
30845 \end_inset
30846
30847
30848 \begin_inset ERT
30849 status collapsed
30850
30851 \begin_layout Plain Layout
30852
30853
30854 \backslash
30855 renewcommand{
30856 \backslash
30857 theequation}{
30858 \backslash
30859 Roman{equation}}
30860 \end_layout
30861
30862 \end_inset
30863
30864
30865 \begin_inset Formula \begin{equation}
30866 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
30867
30868 \end_inset
30869
30870
30871 \begin_inset ERT
30872 status collapsed
30873
30874 \begin_layout Plain Layout
30875
30876
30877 \backslash
30878 renewcommand{
30879 \backslash
30880 theequation}{
30881 \backslash
30882 alph{equation}}
30883 \end_layout
30884
30885 \end_inset
30886
30887
30888 \begin_inset Formula \begin{equation}
30889 C=\textrm{small Latin}\label{eq:lat}\end{equation}
30890
30891 \end_inset
30892
30893
30894 \begin_inset ERT
30895 status collapsed
30896
30897 \begin_layout Plain Layout
30898
30899
30900 \backslash
30901 renewcommand{
30902 \backslash
30903 theequation}{
30904 \backslash
30905 Alph{equation}}
30906 \end_layout
30907
30908 \end_inset
30909
30910
30911 \begin_inset Formula \begin{equation}
30912 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
30913
30914 \end_inset
30915
30916
30917 \end_layout
30918
30919 \begin_layout Standard
30920 To switch back to the default numbering, insert the command:
30921 \end_layout
30922
30923 \begin_layout Standard
30924
30925 \series bold
30926
30927 \backslash
30928 renewcommand{
30929 \backslash
30930 theequation}{
30931 \backslash
30932 arabic{equation}}
30933 \begin_inset Index
30934 status collapsed
30935
30936 \begin_layout Plain Layout
30937 Commands ! A ! 
30938 \backslash
30939 arabic
30940 \end_layout
30941
30942 \end_inset
30943
30944
30945 \end_layout
30946
30947 \begin_layout Standard
30948 \begin_inset ERT
30949 status collapsed
30950
30951 \begin_layout Plain Layout
30952
30953
30954 \backslash
30955 renewcommand{
30956 \backslash
30957 theequation}{
30958 \backslash
30959 arabic{equation}}
30960 \end_layout
30961
30962 \end_inset
30963
30964
30965 \begin_inset Formula \begin{equation}
30966 E=\textrm{Arabic}\label{eq:arab}\end{equation}
30967
30968 \end_inset
30969
30970
30971 \end_layout
30972
30973 \begin_layout Standard
30974 \begin_inset VSpace medskip
30975 \end_inset
30976
30977 As you see, formulas are numbered serially independent from the numbering
30978  style.
30979  When then numbering should start with 
30980 \begin_inset Quotes eld
30981 \end_inset
30982
30983 1
30984 \begin_inset Quotes erd
30985 \end_inset
30986
30987  when the style is changed, new equation counters have to be defined.
30988  A description about this can be found in the file 
30989 \begin_inset CommandInset href
30990 LatexCommand href
30991 target "Formula-numbering.lyx"
30992
30993 \end_inset
30994
30995 .
30996 \end_layout
30997
30998 \begin_layout Section
30999 User-defined Commands
31000 \begin_inset CommandInset label
31001 LatexCommand label
31002 name "sec:User-defined-Commands"
31003
31004 \end_inset
31005
31006
31007 \begin_inset Index
31008 status collapsed
31009
31010 \begin_layout Plain Layout
31011 User-defined commands
31012 \end_layout
31013
31014 \end_inset
31015
31016
31017 \end_layout
31018
31019 \begin_layout Standard
31020 Many LaTeX-commands are too long to be used frequently.
31021  But it is possible to define with the command 
31022 \series bold
31023
31024 \backslash
31025 newcommand
31026 \series default
31027
31028 \begin_inset Index
31029 status collapsed
31030
31031 \begin_layout Plain Layout
31032 Commands ! N ! 
31033 \backslash
31034 newcommand
31035 \end_layout
31036
31037 \end_inset
31038
31039  new shorter commands.
31040 \end_layout
31041
31042 \begin_layout Standard
31043 The command scheme of 
31044 \series bold
31045
31046 \backslash
31047 newcommand
31048 \series default
31049  is:
31050 \end_layout
31051
31052 \begin_layout Standard
31053
31054 \series bold
31055
31056 \backslash
31057 newcommand{new command name}[number of arguments][optional
31058 \series default
31059  
31060 \series bold
31061 value]
31062 \begin_inset Newline newline
31063 \end_inset
31064
31065
31066 \begin_inset ERT
31067 status collapsed
31068
31069 \begin_layout Plain Layout
31070
31071
31072 \backslash
31073 phantom{
31074 \end_layout
31075
31076 \end_inset
31077
31078
31079 \backslash
31080 newcommand
31081 \begin_inset ERT
31082 status collapsed
31083
31084 \begin_layout Plain Layout
31085
31086 }
31087 \end_layout
31088
31089 \end_inset
31090
31091 {command definition}
31092 \end_layout
31093
31094 \begin_layout Standard
31095 \begin_inset Note Greyedout
31096 status open
31097
31098 \begin_layout Plain Layout
31099
31100 \series bold
31101 Note:
31102 \series default
31103  Assure that the name of the new command is not already used in your document
31104  or by LaTeX-packages that you use.
31105  When you for example define the command 
31106 \series bold
31107
31108 \backslash
31109 le
31110 \series default
31111  for 
31112 \series bold
31113
31114 \backslash
31115 Leftarrow
31116 \series default
31117 , you get an error message because 
31118 \series bold
31119
31120 \backslash
31121 le
31122 \series default
31123  is already defined as command for 
31124 \begin_inset Quotes eld
31125 \end_inset
31126
31127
31128 \begin_inset Formula $\le$
31129 \end_inset
31130
31131
31132 \begin_inset Quotes erd
31133 \end_inset
31134
31135 .
31136 \end_layout
31137
31138 \end_inset
31139
31140
31141 \end_layout
31142
31143 \begin_layout Standard
31144 \begin_inset Note Greyedout
31145 status open
31146
31147 \begin_layout Plain Layout
31148
31149 \series bold
31150 Note:
31151 \series default
31152  The names of user-defined commands may only consist of Latin letters.
31153 \end_layout
31154
31155 \end_inset
31156
31157
31158 \end_layout
31159
31160 \begin_layout Standard
31161 The number of arguments is an integer in the range 0
31162 \begin_inset space \thinspace{}
31163 \end_inset
31164
31165 -
31166 \begin_inset space \thinspace{}
31167 \end_inset
31168
31169 9 and specifies how many arguments the new command should have.
31170  With the optional value a value for an optional argument can be predefined.
31171  When this is done, the 
31172 \emph on
31173 first
31174 \emph default
31175  
31176 \emph on
31177 a
31178 \emph default
31179 rgument of the new command is automatically an optional one.
31180 \end_layout
31181
31182 \begin_layout Standard
31183 Here are some examples:
31184 \end_layout
31185
31186 \begin_layout Itemize
31187 To define the command 
31188 \series bold
31189
31190 \backslash
31191 gr
31192 \series default
31193  for 
31194 \series bold
31195
31196 \backslash
31197 Longrightarrow
31198 \series default
31199 , the LaTeX-preamble line is:
31200 \begin_inset ERT
31201 status collapsed
31202
31203 \begin_layout Plain Layout
31204
31205
31206 \backslash
31207 medskip
31208 \end_layout
31209
31210 \end_inset
31211
31212
31213 \series bold
31214
31215 \begin_inset Newline newline
31216 \end_inset
31217
31218
31219 \backslash
31220 newcommand{
31221 \backslash
31222 gr}{
31223 \backslash
31224 Longrightarrow}
31225 \end_layout
31226
31227 \begin_layout Itemize
31228 To define the command 
31229 \series bold
31230
31231 \backslash
31232 us
31233 \series default
31234  for 
31235 \series bold
31236
31237 \backslash
31238 underline
31239 \series default
31240 , the argument (that should be underlined) must be taken into account.
31241  For this the preamble line is:
31242 \begin_inset ERT
31243 status collapsed
31244
31245 \begin_layout Plain Layout
31246
31247
31248 \backslash
31249 medskip
31250 \end_layout
31251
31252 \end_inset
31253
31254
31255 \series bold
31256
31257 \begin_inset Newline newline
31258 \end_inset
31259
31260
31261 \backslash
31262 newcommand{
31263 \backslash
31264 us}[1]{
31265 \backslash
31266 underline{#1}}
31267 \series default
31268
31269 \begin_inset ERT
31270 status collapsed
31271
31272 \begin_layout Plain Layout
31273
31274
31275 \backslash
31276 medskip
31277 \end_layout
31278
31279 \end_inset
31280
31281
31282 \series bold
31283
31284 \begin_inset Newline newline
31285 \end_inset
31286
31287
31288 \series default
31289 The character 
31290 \series bold
31291 #
31292 \series default
31293  acts as argument placeholder, the 
31294 \series bold
31295 1
31296 \series default
31297  behind it denotes that it is the placeholder for the first argument.
31298 \end_layout
31299
31300 \begin_layout Itemize
31301 For 
31302 \series bold
31303
31304 \backslash
31305 framebox
31306 \series default
31307  one can e.
31308 \begin_inset space \thinspace{}
31309 \end_inset
31310
31311 g.
31312 \begin_inset space \space{}
31313 \end_inset
31314
31315 define the command 
31316 \series bold
31317
31318 \backslash
31319 fb
31320 \series default
31321 :
31322 \begin_inset ERT
31323 status collapsed
31324
31325 \begin_layout Plain Layout
31326
31327
31328 \backslash
31329 medskip
31330 \end_layout
31331
31332 \end_inset
31333
31334
31335 \series bold
31336
31337 \begin_inset Newline newline
31338 \end_inset
31339
31340
31341 \backslash
31342 newcommand{
31343 \backslash
31344 fb}[3]{
31345 \backslash
31346 framebox#1#2{$#3$}}
31347 \series default
31348
31349 \begin_inset ERT
31350 status collapsed
31351
31352 \begin_layout Plain Layout
31353
31354
31355 \backslash
31356 medskip
31357 \end_layout
31358
31359 \end_inset
31360
31361
31362 \series bold
31363
31364 \begin_inset Newline newline
31365 \end_inset
31366
31367
31368 \series default
31369 The two Dollar signs creates the extra formula needed for 
31370 \series bold
31371
31372 \backslash
31373 framebox
31374 \series default
31375 , see 
31376 \begin_inset CommandInset ref
31377 LatexCommand ref
31378 reference "sub:Boxes-with-Frame"
31379
31380 \end_inset
31381
31382 .
31383 \end_layout
31384
31385 \begin_layout Itemize
31386 To create a new command for 
31387 \series bold
31388
31389 \backslash
31390 fcolorbox
31391 \series default
31392  where the color for the box needn't to be specified, the argument for the
31393  color is defined optional:
31394 \begin_inset ERT
31395 status collapsed
31396
31397 \begin_layout Plain Layout
31398
31399
31400 \backslash
31401 medskip
31402 \end_layout
31403
31404 \end_inset
31405
31406
31407 \series bold
31408
31409 \begin_inset Newline newline
31410 \end_inset
31411
31412
31413 \backslash
31414 newcommand{
31415 \backslash
31416 cb}[3][white]{
31417 \backslash
31418 fcolorbox{#2}{#1}{$#3$}}
31419 \series default
31420
31421 \begin_inset ERT
31422 status collapsed
31423
31424 \begin_layout Plain Layout
31425
31426
31427 \backslash
31428 medskip
31429 \end_layout
31430
31431 \end_inset
31432
31433
31434 \begin_inset Newline newline
31435 \end_inset
31436
31437 When the color is not specified when using 
31438 \series bold
31439
31440 \backslash
31441 cb
31442 \series default
31443 , the predefined color 
31444 \series bold
31445 white
31446 \series default
31447  will be used.
31448 \end_layout
31449
31450 \begin_layout Standard
31451 A test of the new defined commands:
31452 \end_layout
31453
31454 \begin_layout Standard
31455 \align center
31456 \begin_inset Tabular
31457 <lyxtabular version="3" rows="6" columns="2">
31458 <features>
31459 <column alignment="center" valignment="top" width="0">
31460 <column alignment="center" valignment="top" width="0">
31461 <row>
31462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31463 \begin_inset Text
31464
31465 \begin_layout Plain Layout
31466 Command
31467 \end_layout
31468
31469 \end_inset
31470 </cell>
31471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31472 \begin_inset Text
31473
31474 \begin_layout Plain Layout
31475 Result
31476 \begin_inset Note Note
31477 status collapsed
31478
31479 \begin_layout Plain Layout
31480
31481 \series bold
31482
31483 \backslash
31484 raisebox
31485 \series default
31486  is only used as spacer.
31487 \end_layout
31488
31489 \end_inset
31490
31491
31492 \end_layout
31493
31494 \end_inset
31495 </cell>
31496 </row>
31497 <row>
31498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31499 \begin_inset Text
31500
31501 \begin_layout Plain Layout
31502 A
31503 \backslash
31504 gr
31505 \begin_inset ERT
31506 status collapsed
31507
31508 \begin_layout Plain Layout
31509
31510
31511 \backslash
31512 spce 
31513 \end_layout
31514
31515 \end_inset
31516
31517 B
31518 \end_layout
31519
31520 \end_inset
31521 </cell>
31522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31523 \begin_inset Text
31524
31525 \begin_layout Plain Layout
31526 \begin_inset Formula $A\gr B$
31527 \end_inset
31528
31529
31530 \end_layout
31531
31532 \end_inset
31533 </cell>
31534 </row>
31535 <row>
31536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31537 \begin_inset Text
31538
31539 \begin_layout Plain Layout
31540
31541 \backslash
31542 us{ABcd
31543 \end_layout
31544
31545 \end_inset
31546 </cell>
31547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31548 \begin_inset Text
31549
31550 \begin_layout Plain Layout
31551 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31552 \end_inset
31553
31554
31555 \end_layout
31556
31557 \end_inset
31558 </cell>
31559 </row>
31560 <row>
31561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31562 \begin_inset Text
31563
31564 \begin_layout Plain Layout
31565
31566 \backslash
31567 fb{[2cm]
31568 \begin_inset Formula $\to$
31569 \end_inset
31570
31571
31572 \backslash
31573 {
31574 \begin_inset Formula $\to$
31575 \end_inset
31576
31577
31578 \backslash
31579 {
31580 \backslash
31581 int
31582 \begin_inset ERT
31583 status collapsed
31584
31585 \begin_layout Plain Layout
31586
31587
31588 \backslash
31589 spce 
31590 \end_layout
31591
31592 \end_inset
31593
31594 A=B
31595 \end_layout
31596
31597 \end_inset
31598 </cell>
31599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31600 \begin_inset Text
31601
31602 \begin_layout Plain Layout
31603 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31604 \end_inset
31605
31606
31607 \end_layout
31608
31609 \end_inset
31610 </cell>
31611 </row>
31612 <row>
31613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31614 \begin_inset Text
31615
31616 \begin_layout Plain Layout
31617
31618 \backslash
31619 cb{red
31620 \begin_inset Formula $\to$
31621 \end_inset
31622
31623
31624 \backslash
31625 {
31626 \backslash
31627 int
31628 \begin_inset ERT
31629 status collapsed
31630
31631 \begin_layout Plain Layout
31632
31633
31634 \backslash
31635 spce 
31636 \end_layout
31637
31638 \end_inset
31639
31640 A=B
31641 \end_layout
31642
31643 \end_inset
31644 </cell>
31645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31646 \begin_inset Text
31647
31648 \begin_layout Plain Layout
31649 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31650 \end_inset
31651
31652
31653 \end_layout
31654
31655 \end_inset
31656 </cell>
31657 </row>
31658 <row>
31659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31660 \begin_inset Text
31661
31662 \begin_layout Plain Layout
31663
31664 \backslash
31665 cb[green]
31666 \backslash
31667 {red
31668 \begin_inset Formula $\to$
31669 \end_inset
31670
31671
31672 \backslash
31673 {
31674 \backslash
31675 int
31676 \begin_inset ERT
31677 status collapsed
31678
31679 \begin_layout Plain Layout
31680
31681
31682 \backslash
31683 spce 
31684 \end_layout
31685
31686 \end_inset
31687
31688 A=B
31689 \end_layout
31690
31691 \end_inset
31692 </cell>
31693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31694 \begin_inset Text
31695
31696 \begin_layout Plain Layout
31697 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31698 \end_inset
31699
31700
31701 \end_layout
31702
31703 \end_inset
31704 </cell>
31705 </row>
31706 </lyxtabular>
31707
31708 \end_inset
31709
31710
31711 \end_layout
31712
31713 \begin_layout Section
31714 Diagrams
31715 \end_layout
31716
31717 \begin_layout Standard
31718 LyX supports two types of commutative diagrams: 
31719 \series bold
31720 amscd
31721 \series default
31722  and 
31723 \series bold
31724 xymatrix
31725 \series default
31726  that are explained in the following.
31727 \end_layout
31728
31729 \begin_layout Subsection
31730 Amscd Diagrams
31731 \begin_inset Index
31732 status collapsed
31733
31734 \begin_layout Plain Layout
31735 Diagrams ! amscd
31736 \end_layout
31737
31738 \end_inset
31739
31740
31741 \end_layout
31742
31743 \begin_layout Standard
31744 Diagrams of this type visualize relations by vertical and horizontal lines
31745  or arrows:
31746 \begin_inset Formula \[
31747 \begin{CD}A@>>>B@>>>C\\
31748 @AAA@.@VVV\\
31749 F@<<<E@<<<D\end{CD}\]
31750
31751 \end_inset
31752
31753
31754 \end_layout
31755
31756 \begin_layout Standard
31757 To get them, the command 
31758 \series bold
31759
31760 \backslash
31761 CD
31762 \begin_inset Index
31763 status collapsed
31764
31765 \begin_layout Plain Layout
31766 Commands ! C ! 
31767 \backslash
31768 CD
31769 \end_layout
31770
31771 \end_inset
31772
31773
31774 \series default
31775  is inserted to a formula.
31776  A blue box appears with two dashed lines where further commands can be
31777  inserted.
31778  With 
31779 \begin_inset Info
31780 type  "shortcut"
31781 arg   "newline-insert newline"
31782 \end_inset
31783
31784  a new line is created.
31785  Horizontal relations are inserted in odd, vertical in even formula lines.
31786 \end_layout
31787
31788 \begin_layout Standard
31789 To create the relations there are the following commands:
31790 \end_layout
31791
31792 \begin_layout Itemize
31793
31794 \series bold
31795 @<<<
31796 \series default
31797  creates a left arrow, 
31798 \series bold
31799 @>>>
31800 \series default
31801  a right arrow, and 
31802 \series bold
31803 @=
31804 \series default
31805  a long equal sign
31806 \end_layout
31807
31808 \begin_layout Itemize
31809
31810 \series bold
31811 @AAA
31812 \series default
31813  creates an up arrow, 
31814 \series bold
31815 @VVV
31816 \series default
31817  an down arrow, and 
31818 \series bold
31819 @|
31820 \series default
31821  a vertical equal sign
31822 \end_layout
31823
31824 \begin_layout Itemize
31825
31826 \series bold
31827 @.
31828
31829 \series default
31830  is a placeholder for non-existent relations
31831 \end_layout
31832
31833 \begin_layout Standard
31834 All arrows can be labeled as follows:
31835 \end_layout
31836
31837 \begin_layout Itemize
31838 Is text inserted between the first and second < or >, resp., it is placed
31839  above the arrow.
31840  When it is inserted between the second and third one, it appears under
31841  the arrow.
31842 \end_layout
31843
31844 \begin_layout Itemize
31845 When text for vertical arrows is inserted between the first and second A
31846  or V, resp., it is placed left beside the arrow.
31847  When it is inserted between the second and third one, it appears right
31848  beside the arrow.
31849  If the text contains an A or V, these letters must be set into a TeX-brace.
31850 \end_layout
31851
31852 \begin_layout Standard
31853 As example a diagram with all possible relations:
31854 \end_layout
31855
31856 \begin_layout Standard
31857 \begin_inset Formula \[
31858 \begin{CD}A@>j>>B@>>k>C@=F\\
31859 @AmAA@.@VV{V}V@|\\
31860 D@<<j<E@>k>>F@=C\end{CD}\]
31861
31862 \end_inset
31863
31864
31865 \end_layout
31866
31867 \begin_layout Standard
31868 The command for this is:
31869 \begin_inset Newline newline
31870 \end_inset
31871
31872
31873 \series bold
31874
31875 \backslash
31876 CD
31877 \begin_inset ERT
31878 status collapsed
31879
31880 \begin_layout Plain Layout
31881
31882
31883 \backslash
31884 spce 
31885 \end_layout
31886
31887 \end_inset
31888
31889 A@>j>>B@>>k>C@=F Ctrl+Return
31890 \begin_inset Newline newline
31891 \end_inset
31892
31893
31894 \begin_inset ERT
31895 status collapsed
31896
31897 \begin_layout Plain Layout
31898
31899
31900 \backslash
31901 hphantom{
31902 \end_layout
31903
31904 \end_inset
31905
31906
31907 \backslash
31908 CD
31909 \begin_inset ERT
31910 status collapsed
31911
31912 \begin_layout Plain Layout
31913
31914
31915 \backslash
31916 spce 
31917 \end_layout
31918
31919 \end_inset
31920
31921
31922 \begin_inset ERT
31923 status collapsed
31924
31925 \begin_layout Plain Layout
31926
31927 }
31928 \end_layout
31929
31930 \end_inset
31931
31932 @AmAA@.@VV
31933 \backslash
31934 {V
31935 \series default
31936
31937 \begin_inset Formula $\to$
31938 \end_inset
31939
31940
31941 \series bold
31942 V@| Ctrl+Return
31943 \begin_inset Newline newline
31944 \end_inset
31945
31946
31947 \begin_inset ERT
31948 status collapsed
31949
31950 \begin_layout Plain Layout
31951
31952
31953 \backslash
31954 hphantom{
31955 \end_layout
31956
31957 \end_inset
31958
31959
31960 \backslash
31961 CD
31962 \begin_inset ERT
31963 status collapsed
31964
31965 \begin_layout Plain Layout
31966
31967
31968 \backslash
31969 spce 
31970 \end_layout
31971
31972 \end_inset
31973
31974
31975 \begin_inset ERT
31976 status collapsed
31977
31978 \begin_layout Plain Layout
31979
31980 }
31981 \end_layout
31982
31983 \end_inset
31984
31985 D@<<j<E@>k>>F@=C
31986 \end_layout
31987
31988 \begin_layout Subsection
31989 Xymatrix Diagrams
31990 \begin_inset Index
31991 status collapsed
31992
31993 \begin_layout Plain Layout
31994 Diagrams ! xymatrix
31995 \end_layout
31996
31997 \end_inset
31998
31999
32000 \end_layout
32001
32002 \begin_layout Standard
32003 To be able to use xymatrices, the LaTeX-package 
32004 \series bold
32005 xypic
32006 \series default
32007  must be installed.
32008  A xymatrix is created by inserting the command 
32009 \series bold
32010
32011 \backslash
32012 xymatrix
32013 \series default
32014  in a formula.
32015  Then you are able to add new matrix columns and rows like for normal matrices,
32016  see 
32017 \begin_inset CommandInset ref
32018 LatexCommand ref
32019 reference "sec:Matrices"
32020
32021 \end_inset
32022
32023 .
32024 \end_layout
32025
32026 \begin_layout Standard
32027 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32028  and much more.
32029  All possibilities to create commutative diagrams and decorations are explained
32030  in detail in this manual: 
32031 \begin_inset CommandInset href
32032 LatexCommand href
32033 target "http://wiki.lyx.org/LyX/XY-pic#xy-manual"
32034
32035 \end_inset
32036
32037 .
32038 \end_layout
32039
32040 \begin_layout Standard
32041 \begin_inset Newpage newpage
32042 \end_inset
32043
32044
32045 \end_layout
32046
32047 \begin_layout Section
32048 Tips
32049 \begin_inset ERT
32050 status collapsed
32051
32052 \begin_layout Plain Layout
32053
32054
32055 \backslash
32056 texorpdfstring{
32057 \end_layout
32058
32059 \end_inset
32060
32061
32062 \begin_inset Foot
32063 status collapsed
32064
32065 \begin_layout Plain Layout
32066 Other useful math tips can be found in 
32067 \begin_inset CommandInset citation
32068 LatexCommand cite
32069 key "Voss"
32070
32071 \end_inset
32072
32073 .
32074 \end_layout
32075
32076 \end_inset
32077
32078
32079 \begin_inset ERT
32080 status collapsed
32081
32082 \begin_layout Plain Layout
32083
32084 }{}
32085 \end_layout
32086
32087 \end_inset
32088
32089
32090 \begin_inset Note Note
32091 status collapsed
32092
32093 \begin_layout Plain Layout
32094
32095 \backslash
32096 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
32097 \end_layout
32098
32099 \begin_layout Plain Layout
32100 More about 
32101 \backslash
32102 texorpdfstring is in section 
32103 \begin_inset CommandInset ref
32104 LatexCommand ref
32105 reference "sub:Formulas-in-Section"
32106
32107 \end_inset
32108
32109 .
32110 \end_layout
32111
32112 \end_inset
32113
32114
32115 \begin_inset Index
32116 status collapsed
32117
32118 \begin_layout Plain Layout
32119 Tips
32120 \end_layout
32121
32122 \end_inset
32123
32124
32125 \begin_inset Index
32126 status collapsed
32127
32128 \begin_layout Plain Layout
32129 Ions|see
32130 \begin_inset ERT
32131 status collapsed
32132
32133 \begin_layout Plain Layout
32134
32135 {
32136 \end_layout
32137
32138 \end_inset
32139
32140 Chemical characters
32141 \begin_inset ERT
32142 status collapsed
32143
32144 \begin_layout Plain Layout
32145
32146 }
32147 \end_layout
32148
32149 \end_inset
32150
32151
32152 \end_layout
32153
32154 \end_inset
32155
32156
32157 \end_layout
32158
32159 \begin_layout Subsection
32160 Chemical Symbols and Equations
32161 \begin_inset CommandInset label
32162 LatexCommand label
32163 name "sub:Chemical-Symbols-and"
32164
32165 \end_inset
32166
32167
32168 \begin_inset Index
32169 status collapsed
32170
32171 \begin_layout Plain Layout
32172 Chemical characters ! Symbols
32173 \end_layout
32174
32175 \end_inset
32176
32177
32178 \begin_inset Index
32179 status collapsed
32180
32181 \begin_layout Plain Layout
32182 Chemical equations
32183 \end_layout
32184
32185 \end_inset
32186
32187
32188 \begin_inset Index
32189 status collapsed
32190
32191 \begin_layout Plain Layout
32192 Symbols ! chemical
32193 \end_layout
32194
32195 \end_inset
32196
32197
32198 \end_layout
32199
32200 \begin_layout Standard
32201 An example text from chemistry:
32202 \end_layout
32203
32204 \begin_layout Quote
32205 The 
32206 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32207 \end_inset
32208
32209 -ion reacts with two 
32210 \begin_inset Formula $\mathrm{Na^{+}}$
32211 \end_inset
32212
32213 -ions to sodium sulfate 
32214 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32215 \end_inset
32216
32217 .
32218  The chemical equation for this is:
32219 \begin_inset Formula \[
32220 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32221
32222 \end_inset
32223
32224
32225 \end_layout
32226
32227 \begin_layout Standard
32228 This chemical equation can directly be created as formula.
32229  To avoid that the symbols appear italic, everything is highlighted and
32230  changed by the shortcut 
32231 \begin_inset Info
32232 type  "shortcut"
32233 arg   "font-roman"
32234 \end_inset
32235
32236  to the upright font style.
32237 \begin_inset Foot
32238 status collapsed
32239
32240 \begin_layout Plain Layout
32241 font styles
32242 \series bold
32243  
32244 \series default
32245 see 
32246 \begin_inset CommandInset ref
32247 LatexCommand ref
32248 reference "sub:Font-Styles"
32249
32250 \end_inset
32251
32252
32253 \end_layout
32254
32255 \end_inset
32256
32257
32258 \end_layout
32259
32260 \begin_layout Subsection
32261 Negative Numbers
32262 \begin_inset Index
32263 status collapsed
32264
32265 \begin_layout Plain Layout
32266 Numbers ! negative
32267 \end_layout
32268
32269 \end_inset
32270
32271
32272 \end_layout
32273
32274 \begin_layout Standard
32275 Negative numbers often look ugly in formulas because the minus sign before
32276  the number is set with the same length as the minus operator sign.
32277  When writing the negative number in normal text, the minus sign appears
32278  correctly.
32279 \end_layout
32280
32281 \begin_layout Standard
32282 Thus, the problem disappears when converting the minus sign to mathematical
32283  text.
32284 \end_layout
32285
32286 \begin_layout Standard
32287 An example to visualize the problem:
32288 \end_layout
32289
32290 \begin_layout Standard
32291 \align center
32292 \begin_inset Tabular
32293 <lyxtabular version="3" rows="3" columns="2">
32294 <features>
32295 <column alignment="right" valignment="top" width="0">
32296 <column alignment="left" valignment="top" width="0">
32297 <row>
32298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32299 \begin_inset Text
32300
32301 \begin_layout Plain Layout
32302 normal text:
32303 \end_layout
32304
32305 \end_inset
32306 </cell>
32307 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32308 \begin_inset Text
32309
32310 \begin_layout Plain Layout
32311 x = -2
32312 \end_layout
32313
32314 \end_inset
32315 </cell>
32316 </row>
32317 <row>
32318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32319 \begin_inset Text
32320
32321 \begin_layout Plain Layout
32322 formula:
32323 \end_layout
32324
32325 \end_inset
32326 </cell>
32327 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32328 \begin_inset Text
32329
32330 \begin_layout Plain Layout
32331 \begin_inset Formula $x=-2$
32332 \end_inset
32333
32334
32335 \end_layout
32336
32337 \end_inset
32338 </cell>
32339 </row>
32340 <row>
32341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32342 \begin_inset Text
32343
32344 \begin_layout Plain Layout
32345 solution:
32346 \end_layout
32347
32348 \end_inset
32349 </cell>
32350 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32351 \begin_inset Text
32352
32353 \begin_layout Plain Layout
32354 \begin_inset Formula $x=\textrm{-}2$
32355 \end_inset
32356
32357
32358 \end_layout
32359
32360 \end_inset
32361 </cell>
32362 </row>
32363 </lyxtabular>
32364
32365 \end_inset
32366
32367
32368 \end_layout
32369
32370 \begin_layout Subsection
32371 Comma as decimal Separator
32372 \begin_inset Index
32373 status collapsed
32374
32375 \begin_layout Plain Layout
32376 Comma
32377 \end_layout
32378
32379 \end_inset
32380
32381
32382 \end_layout
32383
32384 \begin_layout Standard
32385 In LaTeX a comma inside a formula is used, according to the English convention,
32386  as number group separator.
32387  So there will be space added behind all commas in formulas.
32388 \end_layout
32389
32390 \begin_layout Standard
32391 To avoid this, the comma is highlighted and changed to mathematical text
32392  (shortcut 
32393 \begin_inset Info
32394 type  "shortcut"
32395 arg   "math-mode"
32396 \end_inset
32397
32398 ).
32399 \end_layout
32400
32401 \begin_layout Standard
32402 To use all formula commas in the document as decimal separator, the file
32403  
32404 \series bold
32405 icomma.sty
32406 \series default
32407
32408 \begin_inset Foot
32409 status collapsed
32410
32411 \begin_layout Plain Layout
32412
32413 \series bold
32414 icomma
32415 \series default
32416  is part of the LaTeX-package 
32417 \series bold
32418 was
32419 \series default
32420
32421 \begin_inset Index
32422 status collapsed
32423
32424 \begin_layout Plain Layout
32425 Packages ! was
32426 \begin_inset ERT
32427 status collapsed
32428
32429 \begin_layout Plain Layout
32430
32431
32432 \backslash
32433 vspace{4mm}
32434 \end_layout
32435
32436 \end_inset
32437
32438
32439 \end_layout
32440
32441 \end_inset
32442
32443 .
32444 \end_layout
32445
32446 \end_inset
32447
32448
32449 \begin_inset Index
32450 status collapsed
32451
32452 \begin_layout Plain Layout
32453 Packages ! icomma
32454 \end_layout
32455
32456 \end_inset
32457
32458  is loaded with the LaTeX-preamble line
32459 \end_layout
32460
32461 \begin_layout Standard
32462
32463 \series bold
32464
32465 \backslash
32466 usepackage{icomma}
32467 \end_layout
32468
32469 \begin_layout Subsection
32470 Physical Vectors
32471 \begin_inset CommandInset label
32472 LatexCommand label
32473 name "sub:Physical-Vectors"
32474
32475 \end_inset
32476
32477
32478 \begin_inset Index
32479 status collapsed
32480
32481 \begin_layout Plain Layout
32482 Vectors ! physical
32483 \end_layout
32484
32485 \end_inset
32486
32487
32488 \end_layout
32489
32490 \begin_layout Standard
32491 Predefined vectors are offered by the LaTeX-package 
32492 \series bold
32493 braket
32494 \series default
32495
32496 \begin_inset Foot
32497 status collapsed
32498
32499 \begin_layout Plain Layout
32500
32501 \series bold
32502 braket
32503 \series default
32504  should be part of every LaTeX standard installation.
32505 \end_layout
32506
32507 \end_inset
32508
32509
32510 \begin_inset Index
32511 status collapsed
32512
32513 \begin_layout Plain Layout
32514 Packages ! braket
32515 \end_layout
32516
32517 \end_inset
32518
32519  that is loaded with the LaTeX-preamble line
32520 \end_layout
32521
32522 \begin_layout Standard
32523
32524 \series bold
32525
32526 \backslash
32527 usepackage{braket}
32528 \end_layout
32529
32530 \begin_layout Standard
32531 \begin_inset ERT
32532 status collapsed
32533
32534 \begin_layout Plain Layout
32535
32536
32537 \backslash
32538 ifbraket 
32539 \end_layout
32540
32541 \end_inset
32542
32543
32544 \begin_inset Note Note
32545 status open
32546
32547 \begin_layout Plain Layout
32548 The following table will only be displayed when the LaTeX-package 
32549 \series bold
32550 braket
32551 \series default
32552  is installed.
32553 \end_layout
32554
32555 \end_inset
32556
32557 The following commands are defined:
32558 \end_layout
32559
32560 \begin_layout Standard
32561 \align center
32562 \begin_inset Tabular
32563 <lyxtabular version="3" rows="4" columns="2">
32564 <features>
32565 <column alignment="center" valignment="top" width="0">
32566 <column alignment="center" valignment="top" width="0">
32567 <row>
32568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32569 \begin_inset Text
32570
32571 \begin_layout Plain Layout
32572 Command
32573 \end_layout
32574
32575 \end_inset
32576 </cell>
32577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32578 \begin_inset Text
32579
32580 \begin_layout Plain Layout
32581 Result
32582 \end_layout
32583
32584 \end_inset
32585 </cell>
32586 </row>
32587 <row>
32588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32589 \begin_inset Text
32590
32591 \begin_layout Plain Layout
32592
32593 \backslash
32594 Bra{
32595 \backslash
32596 psi
32597 \end_layout
32598
32599 \end_inset
32600 </cell>
32601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32602 \begin_inset Text
32603
32604 \begin_layout Plain Layout
32605 \begin_inset Formula $\Bra{\psi}$
32606 \end_inset
32607
32608
32609 \end_layout
32610
32611 \end_inset
32612 </cell>
32613 </row>
32614 <row>
32615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32616 \begin_inset Text
32617
32618 \begin_layout Plain Layout
32619
32620 \backslash
32621 Ket{
32622 \backslash
32623 psi
32624 \end_layout
32625
32626 \end_inset
32627 </cell>
32628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32629 \begin_inset Text
32630
32631 \begin_layout Plain Layout
32632 \begin_inset Formula $\Ket{\psi}$
32633 \end_inset
32634
32635
32636 \end_layout
32637
32638 \end_inset
32639 </cell>
32640 </row>
32641 <row>
32642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32643 \begin_inset Text
32644
32645 \begin_layout Plain Layout
32646
32647 \backslash
32648 Braket{
32649 \backslash
32650 psi|
32651 \backslash
32652 phi
32653 \end_layout
32654
32655 \end_inset
32656 </cell>
32657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32658 \begin_inset Text
32659
32660 \begin_layout Plain Layout
32661 \begin_inset Formula $\Braket{\psi|\phi}$
32662 \end_inset
32663
32664
32665 \end_layout
32666
32667 \end_inset
32668 </cell>
32669 </row>
32670 </lyxtabular>
32671
32672 \end_inset
32673
32674
32675 \end_layout
32676
32677 \begin_layout Standard
32678 The command 
32679 \series bold
32680
32681 \backslash
32682 Braket
32683 \series default
32684  assures that all vertical bars are set in the size of the surrounding brackets:
32685 \begin_inset Formula \[
32686 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32687
32688 \end_inset
32689
32690
32691 \begin_inset ERT
32692 status collapsed
32693
32694 \begin_layout Plain Layout
32695
32696
32697 \backslash
32698 else 
32699 \end_layout
32700
32701 \end_inset
32702
32703
32704 \begin_inset Note Note
32705 status open
32706
32707 \begin_layout Plain Layout
32708 The following will be displayed when the LaTeX-package 
32709 \series bold
32710 braket
32711 \series default
32712  is not installed:
32713 \end_layout
32714
32715 \end_inset
32716
32717
32718 \end_layout
32719
32720 \begin_layout Standard
32721 You need to install the LaTeX-package 
32722 \series bold
32723 braket
32724 \series default
32725  to see the rest of this subsection in the output.
32726 \end_layout
32727
32728 \begin_layout Standard
32729 \begin_inset ERT
32730 status collapsed
32731
32732 \begin_layout Plain Layout
32733
32734
32735 \backslash
32736 fi 
32737 \end_layout
32738
32739 \end_inset
32740
32741
32742 \end_layout
32743
32744 \begin_layout Standard
32745 The effect of 
32746 \series bold
32747
32748 \backslash
32749 Braket
32750 \series default
32751  can also be achieved using the command 
32752 \series bold
32753
32754 \backslash
32755 middle
32756 \series default
32757 , that is described in 
32758 \begin_inset CommandInset ref
32759 LatexCommand ref
32760 reference "sub:Automatic-Bracket-Size"
32761
32762 \end_inset
32763
32764 .
32765 \end_layout
32766
32767 \begin_layout Subsection
32768 Self-defined Fractions
32769 \begin_inset CommandInset label
32770 LatexCommand label
32771 name "sub:Self-defined-Fractions"
32772
32773 \end_inset
32774
32775
32776 \begin_inset Index
32777 status collapsed
32778
32779 \begin_layout Plain Layout
32780 Fractions ! self-defined
32781 \end_layout
32782
32783 \end_inset
32784
32785
32786 \end_layout
32787
32788 \begin_layout Standard
32789 To define custom commands for fractions, the command 
32790 \series bold
32791
32792 \backslash
32793 genfrac
32794 \series default
32795
32796 \begin_inset Index
32797 status collapsed
32798
32799 \begin_layout Plain Layout
32800 Commands ! G ! 
32801 \backslash
32802 genfrac
32803 \end_layout
32804
32805 \end_inset
32806
32807  is used in the following scheme:
32808 \end_layout
32809
32810 \begin_layout Standard
32811
32812 \series bold
32813
32814 \backslash
32815 genfrac{left
32816 \series default
32817  
32818 \series bold
32819 bracket}{right
32820 \series default
32821  
32822 \series bold
32823 bracket}{fraction bar thickness}{style}
32824 \begin_inset Newline newline
32825 \end_inset
32826
32827
32828 \begin_inset ERT
32829 status collapsed
32830
32831 \begin_layout Plain Layout
32832
32833
32834 \backslash
32835 phantom{
32836 \end_layout
32837
32838 \end_inset
32839
32840
32841 \backslash
32842 genfrac
32843 \begin_inset ERT
32844 status collapsed
32845
32846 \begin_layout Plain Layout
32847
32848 }
32849 \end_layout
32850
32851 \end_inset
32852
32853 {numerator}{denominator}
32854 \end_layout
32855
32856 \begin_layout Standard
32857 The style is a number in the range of 0
32858 \begin_inset space \thinspace{}
32859 \end_inset
32860
32861 -
32862 \begin_inset space \thinspace{}
32863 \end_inset
32864
32865 3.
32866 \end_layout
32867
32868 \begin_layout Standard
32869 \align center
32870 \begin_inset Tabular
32871 <lyxtabular version="3" rows="5" columns="2">
32872 <features>
32873 <column alignment="center" valignment="top" width="0">
32874 <column alignment="center" valignment="top" width="0">
32875 <row>
32876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32877 \begin_inset Text
32878
32879 \begin_layout Plain Layout
32880 Number
32881 \end_layout
32882
32883 \end_inset
32884 </cell>
32885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32886 \begin_inset Text
32887
32888 \begin_layout Plain Layout
32889 Style (Size)
32890 \end_layout
32891
32892 \end_inset
32893 </cell>
32894 </row>
32895 <row>
32896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32897 \begin_inset Text
32898
32899 \begin_layout Plain Layout
32900 0
32901 \end_layout
32902
32903 \end_inset
32904 </cell>
32905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32906 \begin_inset Text
32907
32908 \begin_layout Plain Layout
32909 display style formula
32910 \end_layout
32911
32912 \end_inset
32913 </cell>
32914 </row>
32915 <row>
32916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32917 \begin_inset Text
32918
32919 \begin_layout Plain Layout
32920 1
32921 \end_layout
32922
32923 \end_inset
32924 </cell>
32925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32926 \begin_inset Text
32927
32928 \begin_layout Plain Layout
32929 inline formula
32930 \end_layout
32931
32932 \end_inset
32933 </cell>
32934 </row>
32935 <row>
32936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32937 \begin_inset Text
32938
32939 \begin_layout Plain Layout
32940 2
32941 \end_layout
32942
32943 \end_inset
32944 </cell>
32945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32946 \begin_inset Text
32947
32948 \begin_layout Plain Layout
32949 small
32950 \end_layout
32951
32952 \end_inset
32953 </cell>
32954 </row>
32955 <row>
32956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32957 \begin_inset Text
32958
32959 \begin_layout Plain Layout
32960 3
32961 \end_layout
32962
32963 \end_inset
32964 </cell>
32965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32966 \begin_inset Text
32967
32968 \begin_layout Plain Layout
32969 tiny
32970 \end_layout
32971
32972 \end_inset
32973 </cell>
32974 </row>
32975 </lyxtabular>
32976
32977 \end_inset
32978
32979
32980 \end_layout
32981
32982 \begin_layout Standard
32983 When no style is given, the size is adjusted to the surrounding environment
32984  like for the command 
32985 \series bold
32986
32987 \backslash
32988 frac
32989 \series default
32990 .
32991 \end_layout
32992
32993 \begin_layout Standard
32994 When no fraction bar thickness is given, the predefined value of 0.4
32995 \begin_inset space \thinspace{}
32996 \end_inset
32997
32998 pt will be used.
32999 \end_layout
33000
33001 \begin_layout Standard
33002 \begin_inset VSpace medskip
33003 \end_inset
33004
33005 For example, the commands 
33006 \series bold
33007
33008 \backslash
33009 dfrac
33010 \series default
33011  and 
33012 \series bold
33013
33014 \backslash
33015 tbinom
33016 \series default
33017  from 
33018 \begin_inset CommandInset ref
33019 LatexCommand ref
33020 reference "sub:Fractions"
33021
33022 \end_inset
33023
33024  are defined with the commands
33025 \end_layout
33026
33027 \begin_layout Standard
33028
33029 \series bold
33030
33031 \backslash
33032 newcommand{
33033 \backslash
33034 dfrac}[2]{
33035 \backslash
33036 genfrac{}{}{}{0}{#1}{#2}}
33037 \end_layout
33038
33039 \begin_layout Standard
33040 and
33041 \end_layout
33042
33043 \begin_layout Standard
33044
33045 \series bold
33046
33047 \backslash
33048 newcommand{
33049 \backslash
33050 tbinom}[2]{
33051 \backslash
33052 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33053 \end_layout
33054
33055 \begin_layout Standard
33056 \begin_inset VSpace medskip
33057 \end_inset
33058
33059 To define a fraction where the fraction bar thickness can be given as optional
33060  argument, the following line is inserted to the LaTeX-preamble:
33061 \end_layout
33062
33063 \begin_layout Standard
33064
33065 \series bold
33066
33067 \backslash
33068 newcommand{
33069 \backslash
33070 fracS}[3][]{
33071 \backslash
33072 genfrac{}{}{#1}{}{#2}{#3}}
33073 \end_layout
33074
33075 \begin_layout Standard
33076 A test:
33077 \begin_inset Formula \begin{align*}
33078 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33079 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
33080
33081 \end_inset
33082
33083 As one can see, the distance of the numerator and the denominator to the
33084  fraction bar is round about three times the bar thickness.
33085 \end_layout
33086
33087 \begin_layout Subsection
33088 Canceled Formulas
33089 \begin_inset Index
33090 status collapsed
33091
33092 \begin_layout Plain Layout
33093 Formula ! canceled
33094 \end_layout
33095
33096 \end_inset
33097
33098
33099 \end_layout
33100
33101 \begin_layout Standard
33102 To cancel formulas or formula parts, the LaTeX-package 
33103 \series bold
33104 cancel
33105 \series default
33106
33107 \begin_inset Foot
33108 status collapsed
33109
33110 \begin_layout Plain Layout
33111
33112 \series bold
33113 cancel
33114 \series default
33115  is part of every LaTeX standard installation.
33116 \end_layout
33117
33118 \end_inset
33119
33120
33121 \begin_inset Index
33122 status collapsed
33123
33124 \begin_layout Plain Layout
33125 Packages ! cancel
33126 \end_layout
33127
33128 \end_inset
33129
33130  has to be loaded with the LaTeX-preamble line
33131 \end_layout
33132
33133 \begin_layout Standard
33134
33135 \series bold
33136
33137 \backslash
33138 usepackage[samesize]{cancel}
33139 \end_layout
33140
33141 \begin_layout Standard
33142 There are four ways to cancel formulas:
33143 \end_layout
33144
33145 \begin_layout Standard
33146 \align center
33147 \begin_inset Tabular
33148 <lyxtabular version="3" rows="5" columns="2">
33149 <features>
33150 <column alignment="center" valignment="top" width="0">
33151 <column alignment="center" valignment="top" width="0">
33152 <row>
33153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33154 \begin_inset Text
33155
33156 \begin_layout Plain Layout
33157 Command
33158 \end_layout
33159
33160 \end_inset
33161 </cell>
33162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33163 \begin_inset Text
33164
33165 \begin_layout Plain Layout
33166 Result
33167 \begin_inset Note Note
33168 status collapsed
33169
33170 \begin_layout Plain Layout
33171
33172 \series bold
33173
33174 \backslash
33175 hspace
33176 \series default
33177  and
33178 \series bold
33179  
33180 \backslash
33181 raisebox
33182 \series default
33183  are used here as spacer.
33184 \end_layout
33185
33186 \end_inset
33187
33188
33189 \end_layout
33190
33191 \end_inset
33192 </cell>
33193 </row>
33194 <row>
33195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33196 \begin_inset Text
33197
33198 \begin_layout Plain Layout
33199
33200 \backslash
33201 cancel{
33202 \backslash
33203 int
33204 \begin_inset ERT
33205 status collapsed
33206
33207 \begin_layout Plain Layout
33208
33209
33210 \backslash
33211 spce 
33212 \end_layout
33213
33214 \end_inset
33215
33216 A=B
33217 \end_layout
33218
33219 \end_inset
33220 </cell>
33221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33222 \begin_inset Text
33223
33224 \begin_layout Plain Layout
33225 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33226 \end_inset
33227
33228
33229 \end_layout
33230
33231 \end_inset
33232 </cell>
33233 </row>
33234 <row>
33235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33236 \begin_inset Text
33237
33238 \begin_layout Plain Layout
33239
33240 \backslash
33241 bcancel{
33242 \backslash
33243 int
33244 \begin_inset ERT
33245 status collapsed
33246
33247 \begin_layout Plain Layout
33248
33249
33250 \backslash
33251 spce 
33252 \end_layout
33253
33254 \end_inset
33255
33256 A=B
33257 \end_layout
33258
33259 \end_inset
33260 </cell>
33261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33262 \begin_inset Text
33263
33264 \begin_layout Plain Layout
33265 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33266 \end_inset
33267
33268
33269 \end_layout
33270
33271 \end_inset
33272 </cell>
33273 </row>
33274 <row>
33275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33276 \begin_inset Text
33277
33278 \begin_layout Plain Layout
33279
33280 \backslash
33281 xcancel{
33282 \backslash
33283 int
33284 \begin_inset ERT
33285 status collapsed
33286
33287 \begin_layout Plain Layout
33288
33289
33290 \backslash
33291 spce 
33292 \end_layout
33293
33294 \end_inset
33295
33296 A=B
33297 \end_layout
33298
33299 \end_inset
33300 </cell>
33301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33302 \begin_inset Text
33303
33304 \begin_layout Plain Layout
33305 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33306 \end_inset
33307
33308
33309 \end_layout
33310
33311 \end_inset
33312 </cell>
33313 </row>
33314 <row>
33315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33316 \begin_inset Text
33317
33318 \begin_layout Plain Layout
33319
33320 \backslash
33321 cancelto{1
33322 \begin_inset Formula $\to$
33323 \end_inset
33324
33325
33326 \backslash
33327 {
33328 \backslash
33329 int
33330 \begin_inset ERT
33331 status collapsed
33332
33333 \begin_layout Plain Layout
33334
33335
33336 \backslash
33337 spce 
33338 \end_layout
33339
33340 \end_inset
33341
33342 A=B
33343 \end_layout
33344
33345 \end_inset
33346 </cell>
33347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33348 \begin_inset Text
33349
33350 \begin_layout Plain Layout
33351 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33352 \end_inset
33353
33354
33355 \end_layout
33356
33357 \end_inset
33358 </cell>
33359 </row>
33360 </lyxtabular>
33361
33362 \end_inset
33363
33364
33365 \end_layout
33366
33367 \begin_layout Standard
33368
33369 \series bold
33370
33371 \backslash
33372 cancelto
33373 \series default
33374  is especially suitable to visualize the reduction of fractions within formulas:
33375 \begin_inset Formula \[
33376 \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}}}\]
33377
33378 \end_inset
33379
33380
33381 \end_layout
33382
33383 \begin_layout Subsection
33384 Formulas in Section Headings
33385 \begin_inset CommandInset label
33386 LatexCommand label
33387 name "sub:Formulas-in-Section"
33388
33389 \end_inset
33390
33391
33392 \begin_inset Index
33393 status collapsed
33394
33395 \begin_layout Plain Layout
33396 Formula ! in section headings
33397 \end_layout
33398
33399 \end_inset
33400
33401
33402 \end_layout
33403
33404 \begin_layout Standard
33405 When formulas are used in section headings, the following has to be taken
33406  into account:
33407 \end_layout
33408
33409 \begin_layout Standard
33410 \begin_inset Note Greyedout
33411 status open
33412
33413 \begin_layout Plain Layout
33414 When 
33415 \series bold
33416 hyperref
33417 \series default
33418
33419 \begin_inset Index
33420 status collapsed
33421
33422 \begin_layout Plain Layout
33423 Packages ! hyperref
33424 \end_layout
33425
33426 \end_inset
33427
33428  support is enabled in the document settings dialog under 
33429 \family sans
33430 PDF
33431 \begin_inset space ~
33432 \end_inset
33433
33434 Properties
33435 \family default
33436 , PDF-bookmarks are created for every section heading in the table of contents.
33437  If a section heading contains formulas, they are incorrectly displayed
33438  in the bookmark text, because formulas in bookmarks infringe the PDF convention
33439 s.
33440 \end_layout
33441
33442 \end_inset
33443
33444
33445 \end_layout
33446
33447 \begin_layout Standard
33448 Both problems can be solved by inserting at the end of the section heading
33449  a short title with the menu 
33450 \family sans
33451 Insert\SpecialChar \menuseparator
33452 Short
33453 \begin_inset space ~
33454 \end_inset
33455
33456 Title
33457 \family default
33458 .
33459  Short titles are used as alternative for multiline section headings to
33460  keep the table of contents clearly arranged.
33461  Only the short title appears in the table of contents and therefore also
33462  in the PDF-bookmark.
33463 \end_layout
33464
33465 \begin_layout Standard
33466 When formulas should be used in the table of contents but 
33467 \series bold
33468 hyperref
33469 \series default
33470  is used, one can use the following command in TeX-mode:
33471 \end_layout
33472
33473 \begin_layout Standard
33474
33475 \series bold
33476
33477 \backslash
33478 texorpdfstring{part}{alternative}
33479 \begin_inset Index
33480 status collapsed
33481
33482 \begin_layout Plain Layout
33483 Commands ! T ! 
33484 \backslash
33485 texorpdfstring
33486 \end_layout
33487
33488 \end_inset
33489
33490
33491 \end_layout
33492
33493 \begin_layout Standard
33494 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
33495  This can be characters, formulas, footnotes, but also cross-references.
33496  The alternative is used instead of the part for the bookmark.
33497 \end_layout
33498
33499 \begin_layout Standard
33500 Here are two example headings:
33501 \begin_inset VSpace -3mm
33502 \end_inset
33503
33504
33505 \begin_inset ERT
33506 status collapsed
33507
33508 \begin_layout Plain Layout
33509
33510
33511 \backslash
33512 boldmath 
33513 \end_layout
33514
33515 \end_inset
33516
33517
33518 \end_layout
33519
33520 \begin_layout Subsubsection
33521 Heading without formula in table of contents 
33522 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33523 \end_inset
33524
33525
33526 \begin_inset OptArg
33527 status collapsed
33528
33529 \begin_layout Plain Layout
33530 Heading without formula in table of contents
33531 \end_layout
33532
33533 \end_inset
33534
33535
33536 \end_layout
33537
33538 \begin_layout Subsubsection
33539 Heading with formula in table of contents
33540 \begin_inset ERT
33541 status collapsed
33542
33543 \begin_layout Plain Layout
33544
33545
33546 \backslash
33547 texorpdfstring{
33548 \end_layout
33549
33550 \end_inset
33551
33552  
33553 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33554 \end_inset
33555
33556
33557 \begin_inset ERT
33558 status collapsed
33559
33560 \begin_layout Plain Layout
33561
33562 }{}
33563 \end_layout
33564
33565 \end_inset
33566
33567
33568 \end_layout
33569
33570 \begin_layout Standard
33571 \begin_inset ERT
33572 status collapsed
33573
33574 \begin_layout Plain Layout
33575
33576
33577 \backslash
33578 unboldmath 
33579 \end_layout
33580
33581 \end_inset
33582
33583 In the first heading a short title was used, in the second one 
33584 \series bold
33585
33586 \backslash
33587 texorpdfstring
33588 \series default
33589 .
33590 \end_layout
33591
33592 \begin_layout Standard
33593 To get the same formatting as for the other headings, the complete heading
33594  was set into a 
33595 \series bold
33596 boldmath
33597 \series default
33598  environment
33599 \begin_inset Foot
33600 status collapsed
33601
33602 \begin_layout Plain Layout
33603 see 
33604 \begin_inset CommandInset ref
33605 LatexCommand ref
33606 reference "sub:Bold-Formulas"
33607
33608 \end_inset
33609
33610
33611 \end_layout
33612
33613 \end_inset
33614
33615 .
33616 \end_layout
33617
33618 \begin_layout Subsection
33619 Formulas in multi-column Text
33620 \begin_inset Index
33621 status collapsed
33622
33623 \begin_layout Plain Layout
33624 Formula ! in multi-column text
33625 \end_layout
33626
33627 \end_inset
33628
33629
33630 \end_layout
33631
33632 \begin_layout Standard
33633 Formulas in multi-column text are often too wide to fit into a column and
33634  thus need to be set over the whole page width.
33635  This is done by using the LaTeX-package 
33636 \series bold
33637 multicol
33638 \series default
33639
33640 \begin_inset Foot
33641 status collapsed
33642
33643 \begin_layout Plain Layout
33644
33645 \series bold
33646 multicol
33647 \series default
33648  is part of every LaTeX standard installation.
33649 \end_layout
33650
33651 \end_inset
33652
33653
33654 \begin_inset Index
33655 status collapsed
33656
33657 \begin_layout Plain Layout
33658 Packages ! multicol
33659 \end_layout
33660
33661 \end_inset
33662
33663 , that is loaded with the LaTeX-preamble line
33664 \end_layout
33665
33666 \begin_layout Standard
33667
33668 \series bold
33669
33670 \backslash
33671 usepackage{multicol}
33672 \end_layout
33673
33674 \begin_layout Standard
33675 \begin_inset Note Greyedout
33676 status open
33677
33678 \begin_layout Plain Layout
33679 Note herby that the setting 
33680 \family sans
33681 Two-column
33682 \begin_inset space ~
33683 \end_inset
33684
33685 document
33686 \family default
33687  in the menu 
33688 \family sans
33689 Document\SpecialChar \menuseparator
33690 Settings
33691 \family default
33692  under 
33693 \family sans
33694 Text
33695 \begin_inset space ~
33696 \end_inset
33697
33698 Layout
33699 \family default
33700 \emph on
33701  
33702 \emph default
33703 must 
33704 \emph on
33705 not
33706 \emph default
33707  be selected.
33708 \end_layout
33709
33710 \end_inset
33711
33712
33713 \end_layout
33714
33715 \begin_layout Standard
33716 Before the multi-column text the command
33717 \end_layout
33718
33719 \begin_layout Standard
33720
33721 \series bold
33722
33723 \backslash
33724 begin{multicols}{column number}
33725 \end_layout
33726
33727 \begin_layout Standard
33728 is written in TeX-mode.
33729  The column number is a number in the range of 2
33730 \begin_inset space \thinspace{}
33731 \end_inset
33732
33733 -
33734 \begin_inset space \thinspace{}
33735 \end_inset
33736
33737 10.
33738  Before the formula the multi-column text is ended by inserting the command
33739 \end_layout
33740
33741 \begin_layout Standard
33742
33743 \series bold
33744
33745 \backslash
33746 end{multicols}
33747 \end_layout
33748
33749 \begin_layout Standard
33750 in TeX-mode.
33751 \end_layout
33752
33753 \begin_layout Standard
33754 Due to the command some space is automatically added before the formula.
33755  To revert this, -6
33756 \begin_inset space \thinspace{}
33757 \end_inset
33758
33759 mm vertical space is inserted before the formula.
33760  When the formula style 
33761 \series bold
33762 Indented
33763 \begin_inset Foot
33764 status collapsed
33765
33766 \begin_layout Plain Layout
33767 formula styles see 
33768 \begin_inset CommandInset ref
33769 LatexCommand ref
33770 reference "sec:Formula-Styles"
33771
33772 \end_inset
33773
33774
33775 \end_layout
33776
33777 \end_inset
33778
33779
33780 \series default
33781  is used, -9
33782 \begin_inset space \thinspace{}
33783 \end_inset
33784
33785 mm space is inserted instead.
33786 \end_layout
33787
33788 \begin_layout Standard
33789 As example a multi-column text with a displayed formula:
33790 \end_layout
33791
33792 \begin_layout Standard
33793 \begin_inset ERT
33794 status collapsed
33795
33796 \begin_layout Plain Layout
33797
33798
33799 \backslash
33800 begin{multicols}{2}
33801 \end_layout
33802
33803 \end_inset
33804
33805 Das Spektrum wird fouriertransformiert.
33806  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
33807 , Lösungsmittel) zu trennen.
33808  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
33809  nun das Aussehen des Ausgangssignals.
33810  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
33811  über alle Phasen integrieren muss.
33812  Sei nun 
33813 \begin_inset Formula $S$
33814 \end_inset
33815
33816  unser normiertes Ausgangssignal and 
33817 \begin_inset Formula $P$
33818 \end_inset
33819
33820  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
33821 \begin_inset ERT
33822 status collapsed
33823
33824 \begin_layout Plain Layout
33825
33826
33827 \backslash
33828 end{multicols}
33829 \end_layout
33830
33831 \end_inset
33832
33833
33834 \begin_inset VSpace -6mm
33835 \end_inset
33836
33837
33838 \begin_inset Formula \begin{equation}
33839 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33840
33841 \end_inset
33842
33843
33844 \begin_inset ERT
33845 status collapsed
33846
33847 \begin_layout Plain Layout
33848
33849
33850 \backslash
33851 begin{multicols}{2}
33852 \end_layout
33853
33854 \end_inset
33855
33856 wobei 
33857 \begin_inset Formula $S_{0}$
33858 \end_inset
33859
33860  das Signal ohne Gradient ist and the Normierungsbedingung 
33861 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33862 \end_inset
33863
33864  gilt.
33865  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
33866  Direkt nach the 
33867 \begin_inset Formula $\nicefrac{\pi}{2}$
33868 \end_inset
33869
33870
33871 \begin_inset space \thinspace{}
33872 \end_inset
33873
33874 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
33875  das Signal zusätzlich abschwächt.
33876  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
33877  
33878 \begin_inset Formula $T_{2}$
33879 \end_inset
33880
33881 -Zeit.
33882 \end_layout
33883
33884 \begin_layout Standard
33885 \begin_inset ERT
33886 status collapsed
33887
33888 \begin_layout Plain Layout
33889
33890
33891 \backslash
33892 end{multicols}
33893 \end_layout
33894
33895 \end_inset
33896
33897  
33898 \end_layout
33899
33900 \begin_layout Subsection
33901 Formulas with Description of Variables
33902 \begin_inset Index
33903 status collapsed
33904
33905 \begin_layout Plain Layout
33906 Formula ! with description of variables
33907 \end_layout
33908
33909 \end_inset
33910
33911
33912 \end_layout
33913
33914 \begin_layout Standard
33915 To describe variables within a formula, like in formula 
33916 \begin_inset CommandInset ref
33917 LatexCommand eqref
33918 reference "eq:within"
33919
33920 \end_inset
33921
33922 , a 2
33923 \series bold
33924 ×
33925 \series default
33926
33927 \begin_inset Formula $n$
33928 \end_inset
33929
33930
33931 \begin_inset space ~
33932 \end_inset
33933
33934 matrix is used with left aligned columns for the 
33935 \begin_inset Formula $n$
33936 \end_inset
33937
33938  used variables.
33939 \begin_inset Foot
33940 status collapsed
33941
33942 \begin_layout Plain Layout
33943 matrices see 
33944 \begin_inset CommandInset ref
33945 LatexCommand ref
33946 reference "sec:Matrices"
33947
33948 \end_inset
33949
33950
33951 \end_layout
33952
33953 \end_inset
33954
33955  To set the description in a smaller size, before the matrix e.
33956 \begin_inset space \thinspace{}
33957 \end_inset
33958
33959 g.
33960 \begin_inset space \space{}
33961 \end_inset
33962
33963 the command 
33964 \series bold
33965
33966 \backslash
33967 footnotesize
33968 \series default
33969  is inserted.
33970 \begin_inset Foot
33971 status collapsed
33972
33973 \begin_layout Plain Layout
33974 font sizes see 
33975 \begin_inset CommandInset ref
33976 LatexCommand ref
33977 reference "sub:Font-Sizes"
33978
33979 \end_inset
33980
33981
33982 \end_layout
33983
33984 \end_inset
33985
33986
33987 \end_layout
33988
33989 \begin_layout Standard
33990 When the formula style 
33991 \series bold
33992 Indented
33993 \begin_inset Foot
33994 status collapsed
33995
33996 \begin_layout Plain Layout
33997 formula styles see 
33998 \begin_inset CommandInset ref
33999 LatexCommand ref
34000 reference "sec:Formula-Styles"
34001
34002 \end_inset
34003
34004
34005 \end_layout
34006
34007 \end_inset
34008
34009
34010 \series default
34011  is used, a 
34012 \series bold
34013
34014 \backslash
34015 hfill
34016 \series default
34017
34018 \begin_inset Foot
34019 status collapsed
34020
34021 \begin_layout Plain Layout
34022
34023 \series bold
34024
34025 \backslash
34026 hfill
34027 \series default
34028  only works in formulas with the style 
34029 \series bold
34030 Indented
34031 \series default
34032 , see 
34033 \begin_inset CommandInset ref
34034 LatexCommand ref
34035 reference "sub:Variable-Space"
34036
34037 \end_inset
34038
34039 .
34040 \end_layout
34041
34042 \end_inset
34043
34044  is inserted before and after the matrix to have the same separation of
34045  the matrix from the equation and the side margin.
34046 \end_layout
34047
34048 \begin_layout Standard
34049 When the formula style 
34050 \series bold
34051 Centered
34052 \series default
34053  is used, the method described in 
34054 \begin_inset CommandInset ref
34055 LatexCommand ref
34056 reference "sub:Flalign-Environment"
34057
34058 \end_inset
34059
34060  is used to indent formulas.
34061  Formula 
34062 \begin_inset CommandInset ref
34063 LatexCommand eqref
34064 reference "eq:within"
34065
34066 \end_inset
34067
34068  consists of five columns whereas in the first two columns contain the equation,
34069  the third the matrix, and the last one an empty TeX-brace.
34070 \begin_inset Formula \begin{flalign}
34071 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
34072 \rho & \textrm{density}\\
34073 V & \textrm{volume}\\
34074 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
34075
34076 \end_inset
34077
34078
34079 \end_layout
34080
34081 \begin_layout Subsection
34082 Upright small Greek Letters
34083 \begin_inset CommandInset label
34084 LatexCommand label
34085 name "sub:Upright-small-Greek"
34086
34087 \end_inset
34088
34089
34090 \begin_inset Index
34091 status collapsed
34092
34093 \begin_layout Plain Layout
34094 Greek letters ! upright
34095 \end_layout
34096
34097 \end_inset
34098
34099
34100 \end_layout
34101
34102 \begin_layout Standard
34103 Most of the math fonts only provide italic small Greek letters.
34104  But for symbols of elementary particles like pions and neutrinos, upright
34105  Greek letters are needed.
34106  The file 
34107 \series bold
34108 upgreek.sty
34109 \series default
34110
34111 \begin_inset Foot
34112 status collapsed
34113
34114 \begin_layout Plain Layout
34115
34116 \series bold
34117 upgreek
34118 \series default
34119  is part of the LaTeX-package 
34120 \series bold
34121 was
34122 \series default
34123
34124 \begin_inset Index
34125 status collapsed
34126
34127 \begin_layout Plain Layout
34128 Packages ! was
34129 \begin_inset ERT
34130 status collapsed
34131
34132 \begin_layout Plain Layout
34133
34134
34135 \backslash
34136 vspace{4mm}
34137 \end_layout
34138
34139 \end_inset
34140
34141
34142 \end_layout
34143
34144 \end_inset
34145
34146 .
34147 \end_layout
34148
34149 \end_inset
34150
34151
34152 \begin_inset Index
34153 status collapsed
34154
34155 \begin_layout Plain Layout
34156 Packages ! upgreek
34157 \end_layout
34158
34159 \end_inset
34160
34161  that is loaded with the LaTeX-preamble line
34162 \end_layout
34163
34164 \begin_layout Standard
34165
34166 \series bold
34167
34168 \backslash
34169 usepackage{upgreek}
34170 \end_layout
34171
34172 \begin_layout Standard
34173 provides them.
34174  
34175 \begin_inset ERT
34176 status collapsed
34177
34178 \begin_layout Plain Layout
34179
34180
34181 \backslash
34182 ifupgreek 
34183 \end_layout
34184
34185 \end_inset
34186
34187
34188 \begin_inset Note Note
34189 status open
34190
34191 \begin_layout Plain Layout
34192 The following table will only be displayed when the LaTeX-package 
34193 \series bold
34194 upgreek
34195 \series default
34196  is installed.
34197 \end_layout
34198
34199 \end_inset
34200
34201  They are created when the command for a small Greek letters is started
34202  with 
34203 \series bold
34204 up
34205 \series default
34206 .
34207  For example the command 
34208 \series bold
34209
34210 \backslash
34211 uptau
34212 \series default
34213  creates this: 
34214 \begin_inset Formula $\uptau$
34215 \end_inset
34216
34217
34218 \end_layout
34219
34220 \begin_layout Standard
34221 With these commands reactions of elementary particles can be typeset:
34222 \begin_inset Formula \[
34223 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
34224
34225 \end_inset
34226
34227
34228 \end_layout
34229
34230 \begin_layout Standard
34231 The upright letters are more bold and wider than the italic ones.
34232  They should therefore not be used for units like 
34233 \begin_inset Quotes eld
34234 \end_inset
34235
34236 µm
34237 \begin_inset Quotes erd
34238 \end_inset
34239
34240 .
34241 \end_layout
34242
34243 \begin_layout Standard
34244 \begin_inset ERT
34245 status collapsed
34246
34247 \begin_layout Plain Layout
34248
34249
34250 \backslash
34251 else 
34252 \end_layout
34253
34254 \end_inset
34255
34256
34257 \begin_inset Note Note
34258 status open
34259
34260 \begin_layout Plain Layout
34261 The following will be displayed when the LaTeX-package 
34262 \series bold
34263 upgreek
34264 \series default
34265  is not installed:
34266 \end_layout
34267
34268 \end_inset
34269
34270
34271 \end_layout
34272
34273 \begin_layout Standard
34274 You need to install the LaTeX-package 
34275 \series bold
34276 upgreek
34277 \series default
34278  to see the rest of this subsection in the output.
34279 \end_layout
34280
34281 \begin_layout Standard
34282 \begin_inset ERT
34283 status collapsed
34284
34285 \begin_layout Plain Layout
34286
34287
34288 \backslash
34289 fi 
34290 \end_layout
34291
34292 \end_inset
34293
34294
34295 \end_layout
34296
34297 \begin_layout Subsection
34298 Text Characters in Formulas
34299 \begin_inset CommandInset label
34300 LatexCommand label
34301 name "sub:Text-Characters-in"
34302
34303 \end_inset
34304
34305
34306 \begin_inset Index
34307 status collapsed
34308
34309 \begin_layout Plain Layout
34310 Text ! in formulas
34311 \end_layout
34312
34313 \end_inset
34314
34315
34316 \end_layout
34317
34318 \begin_layout Standard
34319 In some cases you might want to insert text characters directly into formulas.
34320  When for example the centered dot · is often used in formulas like 
34321 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34322 \end_inset
34323
34324 , one would have to insert the command 
34325 \series bold
34326
34327 \backslash
34328 cdot
34329 \series default
34330
34331 \begin_inset Foot
34332 status collapsed
34333
34334 \begin_layout Plain Layout
34335 see 
34336 \begin_inset CommandInset ref
34337 LatexCommand ref
34338 reference "sub:Binary-Operators"
34339
34340 \end_inset
34341
34342
34343 \end_layout
34344
34345 \end_inset
34346
34347  all the time, because this character is defined in all encodings as text
34348  character.
34349  But the encoding can be changed by this LaTeX-preamble line:
34350 \end_layout
34351
34352 \begin_layout Standard
34353
34354 \series bold
34355
34356 \backslash
34357 Declare Inputtext{183}{
34358 \backslash
34359 ifmmode
34360 \backslash
34361 cdot
34362 \backslash
34363 else
34364 \backslash
34365 textperiodcentered
34366 \backslash
34367 f\SpecialChar \textcompwordmark{}
34368 i}
34369 \end_layout
34370
34371 \begin_layout Standard
34372 The character encoding (menu 
34373 \family sans
34374 Document\SpecialChar \menuseparator
34375 Settings\SpecialChar \menuseparator
34376 Language
34377 \family default
34378 ) specifies what character appears when a keyboard key is pressed.
34379  When the key for the character '·' is pressed, internally the command 
34380 \series bold
34381
34382 \backslash
34383 textperiodcentered
34384 \series default
34385  is used.
34386  But this command is not available in a formula so that you would get LaTeX-erro
34387 rs.
34388  With the changed encoding the right command is chosen automatically, depending
34389  on if the character was inserted into a formula or not.
34390 \end_layout
34391
34392 \begin_layout Standard
34393 The encoding of several characters is saved in definition files.
34394  Fore example the encoding 
34395 \series bold
34396 latin9
34397 \series default
34398  is defined in the file 
34399 \series bold
34400 latin9.def
34401 \series default
34402  that is in the installation folder of LaTeX.
34403  Encodings should only be changed via the LaTeX-preamble and not in the
34404  definition files.
34405  Otherwise own documents could not be edited by other LyX users working
34406  on other computers.
34407 \end_layout
34408
34409 \begin_layout Standard
34410 \begin_inset VSpace medskip
34411 \end_inset
34412
34413 Besides the centered dot, in this document the degree sign ° is defined
34414  with the following LaTeX-preamble line so that it can directly be inserted
34415  to a formula:
34416 \end_layout
34417
34418 \begin_layout Standard
34419
34420 \series bold
34421
34422 \backslash
34423 DeclareInputtext{176}{
34424 \backslash
34425 ifmmode^
34426 \backslash
34427 circ
34428 \backslash
34429 else
34430 \backslash
34431 textdegree
34432 \backslash
34433 f\SpecialChar \textcompwordmark{}
34434 i}
34435 \end_layout
34436
34437 \begin_layout Standard
34438 \begin_inset Newpage newpage
34439 \end_inset
34440
34441
34442 \end_layout
34443
34444 \begin_layout Section
34445 \start_of_appendix
34446 Typographic Advice
34447 \begin_inset Index
34448 status collapsed
34449
34450 \begin_layout Plain Layout
34451 Typographic advice
34452 \end_layout
34453
34454 \end_inset
34455
34456
34457 \end_layout
34458
34459 \begin_layout Standard
34460 This section is a summary of the most important typographic rules, listed
34461  in ISO norms.
34462 \begin_inset Foot
34463 status collapsed
34464
34465 \begin_layout Plain Layout
34466 This collection was partly taken from the German semi-official dictionary
34467  called 
34468 \begin_inset Quotes eld
34469 \end_inset
34470
34471 Duden
34472 \begin_inset Quotes erd
34473 \end_inset
34474
34475  
34476 \begin_inset CommandInset citation
34477 LatexCommand cite
34478 key "Duden"
34479
34480 \end_inset
34481
34482  that lists some of the ISO rules.
34483 \end_layout
34484
34485 \end_inset
34486
34487
34488 \end_layout
34489
34490 \begin_layout Itemize
34491 Physical units are 
34492 \emph on
34493 always
34494 \emph default
34495  set upright
34496 \begin_inset Foot
34497 status collapsed
34498
34499 \begin_layout Plain Layout
34500 done with font styles, see 
34501 \begin_inset CommandInset ref
34502 LatexCommand ref
34503 reference "sub:Font-Styles"
34504
34505 \end_inset
34506
34507
34508 \end_layout
34509
34510 \end_inset
34511
34512 : 30
34513 \begin_inset space \thinspace{}
34514 \end_inset
34515
34516 km/h
34517 \begin_inset Newline newline
34518 \end_inset
34519
34520 Between the value and the unit is the smallest space, see 
34521 \begin_inset CommandInset ref
34522 LatexCommand ref
34523 reference "sub:Predefined-Space"
34524
34525 \end_inset
34526
34527 .
34528 \begin_inset Newline newline
34529 \end_inset
34530
34531 This convention is automatically fulfilled when the command 
34532 \series bold
34533
34534 \backslash
34535 unittwo
34536 \series default
34537  is used.
34538  When it is entered to a formula, two boxes appear.
34539  In the first one the value is inserted, in the second one the unit, and
34540  one gets as above: 
34541 \begin_inset Formula $\unit[30]{km/h}$
34542 \end_inset
34543
34544
34545 \begin_inset space \thinspace{}
34546 \end_inset
34547
34548 .
34549  Note that 
34550 \series bold
34551
34552 \backslash
34553 unittwo
34554 \series default
34555  is not a real LaTeX command but the command 
34556 \series bold
34557
34558 \backslash
34559 unit[value]{unit}
34560 \series default
34561 , therefore you cannot use it in TeX code.
34562 \end_layout
34563
34564 \begin_layout Itemize
34565 Percent and perthousand signs are set like physical units:
34566 \begin_inset Newline newline
34567 \end_inset
34568
34569 1,2
34570 \begin_inset space \thinspace{}
34571 \end_inset
34572
34573 ‰ alcohol in blood
34574 \end_layout
34575
34576 \begin_layout Itemize
34577 The degree sign follows directly on the value: 15°, but not when it is used
34578  in units: 15
34579 \begin_inset space \thinspace{}
34580 \end_inset
34581
34582 °C
34583 \end_layout
34584
34585 \begin_layout Itemize
34586 In numbers with more than four digits the smallest space is inserted before
34587  every third digit to group them: 
34588 \family roman
34589 \series medium
34590 \shape up
34591 \size normal
34592 \emph off
34593 \bar no
34594 \noun off
34595 \color none
34596 18
34597 \begin_inset space \thinspace{}
34598 \end_inset
34599
34600 473
34601 \begin_inset space \thinspace{}
34602 \end_inset
34603
34604 588
34605 \end_layout
34606
34607 \begin_layout Itemize
34608 For dimensions like 120×90×40
34609 \begin_inset space \thinspace{}
34610 \end_inset
34611
34612 cm the multiplication sign 
34613 \begin_inset Quotes eld
34614 \end_inset
34615
34616 ×
34617 \begin_inset Quotes erd
34618 \end_inset
34619
34620  is used.
34621  It is available via the menu 
34622 \family sans
34623 Insert\SpecialChar \menuseparator
34624 Special Character\SpecialChar \menuseparator
34625 Symbols
34626 \family default
34627 .
34628  With some keyboard definitions it can also be inserted directly.
34629 \end_layout
34630
34631 \begin_layout Itemize
34632 Functions with names consisting of several letters are set upright to avoid
34633  confusions, see 
34634 \begin_inset CommandInset ref
34635 LatexCommand ref
34636 reference "sub:Predefined-Functions"
34637
34638 \end_inset
34639
34640 .
34641 \end_layout
34642
34643 \begin_layout Itemize
34644 Indices consisting of several letters, are set upright: 
34645 \begin_inset Formula $E_{\mathrm{kin}}$
34646 \end_inset
34647
34648
34649 \begin_inset Newline newline
34650 \end_inset
34651
34652 Components of matrices are set italic: 
34653 \begin_inset Formula $\hat{H}_{kl}$
34654 \end_inset
34655
34656
34657 \end_layout
34658
34659 \begin_layout Itemize
34660 The differentiation/integration operator 'd', the Euler's number 'e', and
34661  the imaginary unit 'i' should be set upright, to avoid mixing them up with
34662  other variables.
34663 \end_layout
34664
34665 \begin_layout Standard
34666 \begin_inset Newpage newpage
34667 \end_inset
34668
34669
34670 \end_layout
34671
34672 \begin_layout Section
34673 Synonyms
34674 \begin_inset Index
34675 status collapsed
34676
34677 \begin_layout Plain Layout
34678 Synonyms
34679 \end_layout
34680
34681 \end_inset
34682
34683
34684 \end_layout
34685
34686 \begin_layout Standard
34687 Some characters and symbols can be created with several commands.
34688  Here is a list of the synonym commands:
34689 \end_layout
34690
34691 \begin_layout Standard
34692 \begin_inset VSpace bigskip
34693 \end_inset
34694
34695
34696 \begin_inset space \hfill{}
34697 \end_inset
34698
34699
34700 \begin_inset Tabular
34701 <lyxtabular version="3" rows="12" columns="2">
34702 <features>
34703 <column alignment="center" valignment="top" width="0pt">
34704 <column alignment="center" valignment="top" width="0pt">
34705 <row>
34706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34707 \begin_inset Text
34708
34709 \begin_layout Plain Layout
34710 Command
34711 \end_layout
34712
34713 \end_inset
34714 </cell>
34715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34716 \begin_inset Text
34717
34718 \begin_layout Plain Layout
34719 equivalent to
34720 \begin_inset Note Note
34721 status collapsed
34722
34723 \begin_layout Plain Layout
34724
34725 \series bold
34726
34727 \backslash
34728 raisebox
34729 \series default
34730  is only used as spacer.
34731 \end_layout
34732
34733 \end_inset
34734
34735
34736 \end_layout
34737
34738 \end_inset
34739 </cell>
34740 </row>
34741 <row>
34742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34743 \begin_inset Text
34744
34745 \begin_layout Plain Layout
34746
34747 \backslash
34748 ast
34749 \end_layout
34750
34751 \end_inset
34752 </cell>
34753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34754 \begin_inset Text
34755
34756 \begin_layout Plain Layout
34757 \begin_inset ERT
34758 status collapsed
34759
34760 \begin_layout Plain Layout
34761
34762
34763 \backslash
34764 raisebox{-1.2mm}{
34765 \end_layout
34766
34767 \end_inset
34768
34769 *
34770 \begin_inset ERT
34771 status collapsed
34772
34773 \begin_layout Plain Layout
34774
34775 }
34776 \end_layout
34777
34778 \end_inset
34779
34780
34781 \end_layout
34782
34783 \end_inset
34784 </cell>
34785 </row>
34786 <row>
34787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34788 \begin_inset Text
34789
34790 \begin_layout Plain Layout
34791
34792 \backslash
34793 choose
34794 \end_layout
34795
34796 \end_inset
34797 </cell>
34798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34799 \begin_inset Text
34800
34801 \begin_layout Plain Layout
34802
34803 \backslash
34804 binom
34805 \end_layout
34806
34807 \end_inset
34808 </cell>
34809 </row>
34810 <row>
34811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34812 \begin_inset Text
34813
34814 \begin_layout Plain Layout
34815
34816 \backslash
34817 geq
34818 \end_layout
34819
34820 \end_inset
34821 </cell>
34822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34823 \begin_inset Text
34824
34825 \begin_layout Plain Layout
34826
34827 \backslash
34828 ge
34829 \end_layout
34830
34831 \end_inset
34832 </cell>
34833 </row>
34834 <row>
34835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34836 \begin_inset Text
34837
34838 \begin_layout Plain Layout
34839
34840 \backslash
34841 lbrace
34842 \end_layout
34843
34844 \end_inset
34845 </cell>
34846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34847 \begin_inset Text
34848
34849 \begin_layout Plain Layout
34850 {
34851 \end_layout
34852
34853 \end_inset
34854 </cell>
34855 </row>
34856 <row>
34857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34858 \begin_inset Text
34859
34860 \begin_layout Plain Layout
34861
34862 \backslash
34863 lbracket
34864 \end_layout
34865
34866 \end_inset
34867 </cell>
34868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34869 \begin_inset Text
34870
34871 \begin_layout Plain Layout
34872 [
34873 \end_layout
34874
34875 \end_inset
34876 </cell>
34877 </row>
34878 <row>
34879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34880 \begin_inset Text
34881
34882 \begin_layout Plain Layout
34883
34884 \backslash
34885 leftarrow
34886 \end_layout
34887
34888 \end_inset
34889 </cell>
34890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34891 \begin_inset Text
34892
34893 \begin_layout Plain Layout
34894
34895 \backslash
34896 gets
34897 \end_layout
34898
34899 \end_inset
34900 </cell>
34901 </row>
34902 <row>
34903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34904 \begin_inset Text
34905
34906 \begin_layout Plain Layout
34907
34908 \backslash
34909 leq
34910 \end_layout
34911
34912 \end_inset
34913 </cell>
34914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34915 \begin_inset Text
34916
34917 \begin_layout Plain Layout
34918
34919 \backslash
34920 le
34921 \end_layout
34922
34923 \end_inset
34924 </cell>
34925 </row>
34926 <row>
34927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34928 \begin_inset Text
34929
34930 \begin_layout Plain Layout
34931
34932 \backslash
34933 lor
34934 \end_layout
34935
34936 \end_inset
34937 </cell>
34938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34939 \begin_inset Text
34940
34941 \begin_layout Plain Layout
34942
34943 \backslash
34944 vee
34945 \end_layout
34946
34947 \end_inset
34948 </cell>
34949 </row>
34950 <row>
34951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34952 \begin_inset Text
34953
34954 \begin_layout Plain Layout
34955
34956 \backslash
34957 neq
34958 \end_layout
34959
34960 \end_inset
34961 </cell>
34962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34963 \begin_inset Text
34964
34965 \begin_layout Plain Layout
34966
34967 \backslash
34968 not=
34969 \end_layout
34970
34971 \end_inset
34972 </cell>
34973 </row>
34974 <row>
34975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34976 \begin_inset Text
34977
34978 \begin_layout Plain Layout
34979
34980 \backslash
34981 slash
34982 \end_layout
34983
34984 \end_inset
34985 </cell>
34986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34987 \begin_inset Text
34988
34989 \begin_layout Plain Layout
34990 /
34991 \end_layout
34992
34993 \end_inset
34994 </cell>
34995 </row>
34996 <row>
34997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34998 \begin_inset Text
34999
35000 \begin_layout Plain Layout
35001
35002 \backslash
35003 vert
35004 \end_layout
35005
35006 \end_inset
35007 </cell>
35008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35009 \begin_inset Text
35010
35011 \begin_layout Plain Layout
35012 |
35013 \end_layout
35014
35015 \end_inset
35016 </cell>
35017 </row>
35018 </lyxtabular>
35019
35020 \end_inset
35021
35022
35023 \begin_inset space \hfill{}
35024 \end_inset
35025
35026
35027 \begin_inset Tabular
35028 <lyxtabular version="3" rows="12" columns="2">
35029 <features>
35030 <column alignment="center" valignment="top" width="0pt">
35031 <column alignment="center" valignment="top" width="0pt">
35032 <row>
35033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35034 \begin_inset Text
35035
35036 \begin_layout Plain Layout
35037 Command
35038 \end_layout
35039
35040 \end_inset
35041 </cell>
35042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35043 \begin_inset Text
35044
35045 \begin_layout Plain Layout
35046 equivalent to
35047 \end_layout
35048
35049 \end_inset
35050 </cell>
35051 </row>
35052 <row>
35053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35054 \begin_inset Text
35055
35056 \begin_layout Plain Layout
35057
35058 \backslash
35059 backslash
35060 \end_layout
35061
35062 \end_inset
35063 </cell>
35064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35065 \begin_inset Text
35066
35067 \begin_layout Plain Layout
35068
35069 \backslash
35070
35071 \backslash
35072
35073 \end_layout
35074
35075 \end_inset
35076 </cell>
35077 </row>
35078 <row>
35079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35080 \begin_inset Text
35081
35082 \begin_layout Plain Layout
35083
35084 \backslash
35085 dasharrow
35086 \end_layout
35087
35088 \end_inset
35089 </cell>
35090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35091 \begin_inset Text
35092
35093 \begin_layout Plain Layout
35094
35095 \backslash
35096 dashrightarrow
35097 \end_layout
35098
35099 \end_inset
35100 </cell>
35101 </row>
35102 <row>
35103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35104 \begin_inset Text
35105
35106 \begin_layout Plain Layout
35107
35108 \backslash
35109 land
35110 \end_layout
35111
35112 \end_inset
35113 </cell>
35114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35115 \begin_inset Text
35116
35117 \begin_layout Plain Layout
35118
35119 \backslash
35120 wedge
35121 \end_layout
35122
35123 \end_inset
35124 </cell>
35125 </row>
35126 <row>
35127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35128 \begin_inset Text
35129
35130 \begin_layout Plain Layout
35131
35132 \backslash
35133 rbrace
35134 \end_layout
35135
35136 \end_inset
35137 </cell>
35138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35139 \begin_inset Text
35140
35141 \begin_layout Plain Layout
35142 }
35143 \end_layout
35144
35145 \end_inset
35146 </cell>
35147 </row>
35148 <row>
35149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35150 \begin_inset Text
35151
35152 \begin_layout Plain Layout
35153
35154 \backslash
35155 rbracket
35156 \end_layout
35157
35158 \end_inset
35159 </cell>
35160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35161 \begin_inset Text
35162
35163 \begin_layout Plain Layout
35164 ]
35165 \end_layout
35166
35167 \end_inset
35168 </cell>
35169 </row>
35170 <row>
35171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35172 \begin_inset Text
35173
35174 \begin_layout Plain Layout
35175
35176 \backslash
35177 rightarrow
35178 \end_layout
35179
35180 \end_inset
35181 </cell>
35182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35183 \begin_inset Text
35184
35185 \begin_layout Plain Layout
35186
35187 \backslash
35188 to
35189 \end_layout
35190
35191 \end_inset
35192 </cell>
35193 </row>
35194 <row>
35195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35196 \begin_inset Text
35197
35198 \begin_layout Plain Layout
35199
35200 \backslash
35201 lnot
35202 \end_layout
35203
35204 \end_inset
35205 </cell>
35206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35207 \begin_inset Text
35208
35209 \begin_layout Plain Layout
35210
35211 \backslash
35212 neg
35213 \end_layout
35214
35215 \end_inset
35216 </cell>
35217 </row>
35218 <row>
35219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35220 \begin_inset Text
35221
35222 \begin_layout Plain Layout
35223
35224 \backslash
35225 ne
35226 \end_layout
35227
35228 \end_inset
35229 </cell>
35230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35231 \begin_inset Text
35232
35233 \begin_layout Plain Layout
35234
35235 \backslash
35236 not=
35237 \end_layout
35238
35239 \end_inset
35240 </cell>
35241 </row>
35242 <row>
35243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35244 \begin_inset Text
35245
35246 \begin_layout Plain Layout
35247
35248 \backslash
35249 owns
35250 \end_layout
35251
35252 \end_inset
35253 </cell>
35254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35255 \begin_inset Text
35256
35257 \begin_layout Plain Layout
35258
35259 \backslash
35260 ni
35261 \end_layout
35262
35263 \end_inset
35264 </cell>
35265 </row>
35266 <row>
35267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35268 \begin_inset Text
35269
35270 \begin_layout Plain Layout
35271
35272 \backslash
35273 square
35274 \end_layout
35275
35276 \end_inset
35277 </cell>
35278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35279 \begin_inset Text
35280
35281 \begin_layout Plain Layout
35282
35283 \backslash
35284 Box
35285 \end_layout
35286
35287 \end_inset
35288 </cell>
35289 </row>
35290 <row>
35291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35292 \begin_inset Text
35293
35294 \begin_layout Plain Layout
35295
35296 \backslash
35297 Vert
35298 \end_layout
35299
35300 \end_inset
35301 </cell>
35302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35303 \begin_inset Text
35304
35305 \begin_layout Plain Layout
35306
35307 \backslash
35308 |
35309 \end_layout
35310
35311 \end_inset
35312 </cell>
35313 </row>
35314 </lyxtabular>
35315
35316 \end_inset
35317
35318
35319 \begin_inset space \hfill{}
35320 \end_inset
35321
35322
35323 \end_layout
35324
35325 \begin_layout Standard
35326 \begin_inset Newpage newpage
35327 \end_inset
35328
35329
35330 \end_layout
35331
35332 \begin_layout Bibliography
35333 \begin_inset CommandInset bibitem
35334 LatexCommand bibitem
35335 key "TLC2"
35336
35337 \end_inset
35338
35339
35340 \shape smallcaps
35341 Mittelbach, F.
35342  ; Goossens, M.
35343 \shape default
35344
35345 \shape italic
35346 The LaTeX Companion
35347 \shape default
35348 .
35349  Addison Wesley, 2004
35350 \end_layout
35351
35352 \begin_layout Bibliography
35353 \begin_inset CommandInset bibitem
35354 LatexCommand bibitem
35355 key "Mathmode"
35356
35357 \end_inset
35358
35359
35360 \begin_inset CommandInset href
35361 LatexCommand href
35362 name "Description"
35363 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35364
35365 \end_inset
35366
35367  of LaTeX's math abilities
35368 \end_layout
35369
35370 \begin_layout Bibliography
35371 \begin_inset CommandInset bibitem
35372 LatexCommand bibitem
35373 key "Voss"
35374
35375 \end_inset
35376
35377 LaTeX tips and tricks-
35378 \begin_inset CommandInset href
35379 LatexCommand href
35380 name "page"
35381 target "http://tug.org/TeXnik/"
35382
35383 \end_inset
35384
35385
35386 \end_layout
35387
35388 \begin_layout Bibliography
35389 \begin_inset CommandInset bibitem
35390 LatexCommand bibitem
35391 key "AMS"
35392
35393 \end_inset
35394
35395
35396 \begin_inset CommandInset href
35397 LatexCommand href
35398 name "Description"
35399 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35400
35401 \end_inset
35402
35403  of 
35404 \begin_inset ERT
35405 status collapsed
35406
35407 \begin_layout Plain Layout
35408
35409
35410 \backslash
35411 AmS
35412 \end_layout
35413
35414 \end_inset
35415
35416 -LaTeX
35417 \end_layout
35418
35419 \begin_layout Bibliography
35420 \begin_inset CommandInset bibitem
35421 LatexCommand bibitem
35422 key "Symbole"
35423
35424 \end_inset
35425
35426
35427 \begin_inset CommandInset href
35428 LatexCommand href
35429 name "List"
35430 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35431
35432 \end_inset
35433
35434  of all symbols available with LaTeX-packages
35435 \end_layout
35436
35437 \begin_layout Bibliography
35438 \begin_inset CommandInset bibitem
35439 LatexCommand bibitem
35440 key "hyperref"
35441
35442 \end_inset
35443
35444
35445 \begin_inset CommandInset href
35446 LatexCommand href
35447 name "Documentation"
35448 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35449
35450 \end_inset
35451
35452  of the LaTeX-package 
35453 \series bold
35454 hyperref
35455 \series default
35456
35457 \begin_inset Index
35458 status collapsed
35459
35460 \begin_layout Plain Layout
35461 Packages ! hyperref
35462 \end_layout
35463
35464 \end_inset
35465
35466
35467 \end_layout
35468
35469 \begin_layout Bibliography
35470 \begin_inset CommandInset bibitem
35471 LatexCommand bibitem
35472 key "Mathclap"
35473
35474 \end_inset
35475
35476
35477 \begin_inset CommandInset href
35478 LatexCommand href
35479 name "Description"
35480 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35481
35482 \end_inset
35483
35484  of the command 
35485 \series bold
35486
35487 \backslash
35488 mathclap
35489 \series default
35490 , described in 
35491 \begin_inset CommandInset ref
35492 LatexCommand ref
35493 reference "sub:Operator-Limits"
35494
35495 \end_inset
35496
35497
35498 \begin_inset Index
35499 status collapsed
35500
35501 \begin_layout Plain Layout
35502 Commands ! M ! 
35503 \backslash
35504 mathclap
35505 \end_layout
35506
35507 \end_inset
35508
35509
35510 \end_layout
35511
35512 \begin_layout Bibliography
35513 \begin_inset CommandInset bibitem
35514 LatexCommand bibitem
35515 key "Duden"
35516
35517 \end_inset
35518
35519
35520 \emph on
35521 Duden Band 1
35522 \emph default
35523 .
35524  22.
35525  Auflage, Duden 2001
35526 \end_layout
35527
35528 \begin_layout Subsubsection*
35529 \begin_inset CommandInset index_print
35530 LatexCommand printindex
35531
35532 \end_inset
35533
35534
35535 \end_layout
35536
35537 \end_body
35538 \end_document