]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
UserGuide.lyx: clarify the description of the character encodings
[lyx.git] / lib / doc / Math.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 337
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 % see sec. 22.18.1
43 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
44 %\renewcommand{\sectionautorefname}{sec.\negthinspace}
45 \renewcommand{\subsectionautorefname}{sec.\negthinspace}
46 \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
47 \newlength{\abc}
48 \settowidth{\abc}{\space}
49 \renewcommand{\equationautorefname}{\hspace{-\abc}}
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 % see sec. 22.16
68 \let\myFoot\footnote
69 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
70
71 % provides caption formatting
72 \setkomafont{captionlabel}{\bfseries}
73
74 % used in Kap. 22.4
75 \usepackage{braket}
76
77 % used in Kap. 22.6
78 \usepackage[samesize]{cancel}
79
80 % enables calculation of values,
81 \usepackage{calc}
82
83 % for multiple table row and column cells
84 \usepackage{multirow}
85 \usepackage{multicol}
86
87 % needed for diagrams
88 \usepackage{amscd}
89
90 % needed in sec. 19.4
91 \usepackage{remreset}
92
93 % center multirows (e.g. in sec. 13.3)
94 \renewcommand{\multirowsetup}{\centering}
95
96 % define a color, used in sec.9.3
97 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
98
99 % declare operators (see sec. 10.4 and sec. 15.2)
100 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
101 \DeclareMathOperator{\sgn}{sgn}
102
103 \newcommand{\spce}{\textvisiblespace}
104
105 % example definitions for sec. 20.1 
106 \newcommand{\gr}{\Longrightarrow}
107 \newcommand{\us}[1]{\underline{#1}}
108 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
109 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
110 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
111
112 % example macro from sec. 19.4
113 %\def\tagform@#1{\maketag@@@{|#1|}}
114
115 % macro from sec. 10.2
116 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
117 \def\mathclap {\mathpalette \mathclapinternal}
118 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
119
120 % redefine the greyed out note
121 \renewenvironment{lyxgreyedout}
122  {\textcolor{blue}\bgroup}{\egroup}
123
124 % check for package eurosym
125 % used for the Euro symbol
126 \newboolean{eurosym}
127 \IfFileExists{eurosym.sty}
128  {\usepackage[gennarrow]{eurosym}
129   \setboolean{eurosym}{true}}
130  {\setboolean{eurosym}{false}}
131
132 % needed in sec. 22.4
133 % check for package braket
134 \newboolean{braket}
135 \IfFileExists{braket.sty}
136  {\usepackage{braket}
137   \setboolean{braket}{true}}
138  {\setboolean{braket}{false}}
139
140 % needed in sec. 22.10
141 % check for package upgreek
142 \newboolean{upgreek}
143 \IfFileExists{upgreek.sty}
144  {\usepackage{upgreek}
145   \setboolean{upgreek}{true}}
146  {\setboolean{upgreek}{false}}
147 \end_preamble
148 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
149 \language english
150 \inputencoding auto
151 \font_roman default
152 \font_sans default
153 \font_typewriter default
154 \font_default_family default
155 \font_sc false
156 \font_osf false
157 \font_sf_scale 100
158 \font_tt_scale 100
159
160 \graphics default
161 \paperfontsize 12
162 \spacing single
163 \use_hyperref true
164 \pdf_title "LyX's Math Manual"
165 \pdf_author "LyX Team, Uwe Stöhr"
166 \pdf_subject "LyX-documentation about math"
167 \pdf_keywords "LyX, Mathed"
168 \pdf_bookmarks true
169 \pdf_bookmarksnumbered true
170 \pdf_bookmarksopen true
171 \pdf_bookmarksopenlevel 1
172 \pdf_breaklinks false
173 \pdf_pdfborder false
174 \pdf_colorlinks true
175 \pdf_backref false
176 \pdf_pagebackref false
177 \pdf_pdfusetitle false
178 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
179 \papersize a4paper
180 \use_geometry false
181 \use_amsmath 2
182 \use_esint 1
183 \cite_engine basic
184 \use_bibtopic false
185 \paperorientation portrait
186 \secnumdepth 4
187 \tocdepth 3
188 \paragraph_separation skip
189 \defskip medskip
190 \quotes_language english
191 \papercolumns 1
192 \papersides 2
193 \paperpagestyle plain
194 \bullet 1 0 6 -1
195 \bullet 2 2 35 -1
196 \bullet 3 2 7 -1
197 \tracking_changes false
198 \output_changes false
199 \author "" 
200 \author "" 
201 \end_header
202
203 \begin_body
204
205 \begin_layout Title
206 LyX's detailed Math manual
207 \end_layout
208
209 \begin_layout Author
210 by the LyX Team
211 \begin_inset Foot
212 status collapsed
213
214 \begin_layout Plain Layout
215 \noindent
216 If you have comments or error corrections, please send them to the LyX Documenta
217 tion mailing list: 
218 \family typewriter
219
220 \begin_inset CommandInset href
221 LatexCommand href
222 name "lyx-docs@lists.lyx.org"
223 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
224 type "mailto:"
225
226 \end_inset
227
228
229 \end_layout
230
231 \end_inset
232
233
234 \begin_inset Note Note
235 status collapsed
236
237 \begin_layout Plain Layout
238 author: Uwe Stöhr
239 \end_layout
240
241 \end_inset
242
243
244 \begin_inset Newline newline
245 \end_inset
246
247
248 \begin_inset Newline newline
249 \end_inset
250
251
252 \family sans
253 Version 1.6svn
254 \end_layout
255
256 \begin_layout Standard
257 \begin_inset CommandInset toc
258 LatexCommand tableofcontents
259
260 \end_inset
261
262
263 \end_layout
264
265 \begin_layout Standard
266 \begin_inset Note Note
267 status open
268
269 \begin_layout Plain Layout
270 To export this document to PDF, PS, or DVI the LaTeX-packages 
271 \series bold
272 eurosym,
273 \series default
274  
275 \series bold
276 multirow,
277 \series default
278  and 
279 \series bold
280 was
281 \series default
282  must be installed.
283  If they are not installed you can export the document anyway but the sections
284  where the packages are required won't appear in the output.
285 \end_layout
286
287 \begin_layout Plain Layout
288 The latest PDF-version of this document can be found here:
289 \begin_inset Newline newline
290 \end_inset
291
292
293 \series bold
294 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
295 \end_layout
296
297 \end_inset
298
299
300 \end_layout
301
302 \begin_layout Standard
303 \begin_inset Newpage newpage
304 \end_inset
305
306
307 \end_layout
308
309 \begin_layout Section
310 Introduction
311 \begin_inset CommandInset label
312 LatexCommand label
313 name "sec:Introduction"
314
315 \end_inset
316
317
318 \end_layout
319
320 \begin_layout Standard
321 This document explains LyX's math features and is furthermore a collection
322  of LaTeX-commands used for mathematical characters and constructs.
323  The explanations are designed for the usage of commands.
324  It is therefore required that you have read the section 
325 \family typewriter
326 Mathematical
327 \begin_inset space ~
328 \end_inset
329
330 Formulas
331 \family default
332  of the User's Guide.
333 \end_layout
334
335 \begin_layout Standard
336 Most of the characters and many constructs explained in this manual are
337  also accessible via the menu 
338 \family sans
339 Insert
340 \series bold
341 \SpecialChar \menuseparator
342
343 \series default
344 Math
345 \family default
346 , or the 
347 \family sans
348 math
349 \family default
350 \series bold
351  
352 \family sans
353 \series default
354 toolbar
355 \family default
356 .
357  But everybody who has to write lots of formulas will notice that it is
358  much faster to use commands instead of the math toolbar.
359  Therefore this manual is focused on commands but also mentions the correspondin
360 g toolbar buttons when available.
361 \end_layout
362
363 \begin_layout Standard
364 If not specially mentioned the commands are only available within formulas.
365  To be able to use all commands explained in this document, the option 
366 \family sans
367 Use AMS math package
368 \family default
369  must be used in the document settings (menu 
370 \family sans
371 Document\SpecialChar \menuseparator
372 Settings\SpecialChar \menuseparator
373 Math
374 \begin_inset space ~
375 \end_inset
376
377 Options
378 \family default
379 ).
380 \begin_inset Foot
381 status collapsed
382
383 \begin_layout Plain Layout
384 The option 
385 \family sans
386 Use AMS math package automatically
387 \family default
388  only uses 
389 \begin_inset ERT
390 status collapsed
391
392 \begin_layout Plain Layout
393
394
395 \backslash
396 AmS 
397 \end_layout
398
399 \end_inset
400
401 -math when math constructs are found that are supported by LyX.
402 \end_layout
403
404 \end_inset
405
406
407 \end_layout
408
409 \begin_layout Standard
410 This document doesn't list all 
411 \begin_inset ERT
412 status collapsed
413
414 \begin_layout Plain Layout
415
416
417 \backslash
418 AmS 
419 \end_layout
420
421 \end_inset
422
423 -math commands
424 \begin_inset Foot
425 status collapsed
426
427 \begin_layout Plain Layout
428 A list with all 
429 \begin_inset ERT
430 status collapsed
431
432 \begin_layout Plain Layout
433
434
435 \backslash
436 AmS
437 \end_layout
438
439 \end_inset
440
441 -math commands is in the file 
442 \family sans
443
444 \begin_inset CommandInset href
445 LatexCommand href
446 name "amsguide.ps"
447 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
448
449 \end_inset
450
451
452 \family default
453 , which is part of every LaTeX standard installation.
454 \end_layout
455
456 \end_inset
457
458  for lucidity reasons.
459 \end_layout
460
461 \begin_layout Section
462 General Instructions
463 \begin_inset CommandInset label
464 LatexCommand label
465 name "sec:General-Instructions"
466
467 \end_inset
468
469
470 \end_layout
471
472 \begin_layout Standard
473 To create an inline formula
474 \begin_inset Index
475 status collapsed
476
477 \begin_layout Plain Layout
478 Formula ! inline
479 \end_layout
480
481 \end_inset
482
483  that is embedded into a text line, press 
484 \family sans
485 Ctrl-m
486 \family default
487  or the toolbar button 
488 \begin_inset Graphics
489         filename ../images/math-mode.png
490         scale 85
491
492 \end_inset
493
494
495 \begin_inset Newline newline
496 \end_inset
497
498 To create a display style formula
499 \begin_inset Index
500 status collapsed
501
502 \begin_layout Plain Layout
503 Formula ! display style
504 \end_layout
505
506 \end_inset
507
508  that will appear bigger and in an own paragraph, press 
509 \family sans
510 Ctrl-M
511 \family default
512 .
513 \end_layout
514
515 \begin_layout Standard
516 To change a display style formula to an inline formula, set the cursor into
517  the formula and press 
518 \family sans
519 Ctrl-M
520 \family default
521  or use the menu 
522 \family sans
523 Edit\SpecialChar \menuseparator
524 Math\SpecialChar \menuseparator
525 Change formula type
526 \family default
527 .
528  The same way is used to change an inline formula to a display style formula.
529 \end_layout
530
531 \begin_layout Standard
532 To display parts of an inline formula in the size of a display style formula,
533  enter the command 
534 \series bold
535
536 \backslash
537 displaystyle
538 \begin_inset Index
539 status collapsed
540
541 \begin_layout Plain Layout
542 Commands ! D ! 
543 \backslash
544 displaystyle
545 \end_layout
546
547 \end_inset
548
549
550 \series default
551  to a formula.
552  Then a new blue box appears in which the desired formula part is inserted.
553 \end_layout
554
555 \begin_layout Standard
556 Only inline formulas are allowed inside tables.
557 \end_layout
558
559 \begin_layout Standard
560 The 
561 \family sans
562 math toolbar
563 \family default
564  can be turned on in the menu 
565 \family sans
566 View\SpecialChar \menuseparator
567 Toolbars
568 \family default
569 .
570  When you click there on 
571 \begin_inset Quotes eld
572 \end_inset
573
574 Math
575 \begin_inset Quotes erd
576 \end_inset
577
578  the toolbar will be shown permanently at the bottom; this state is visualized
579  in the 
580 \family sans
581 Toolbars
582 \family default
583  menu with a checkmark.
584  When you click in this state again on 
585 \begin_inset Quotes eld
586 \end_inset
587
588 Math
589 \begin_inset Quotes erd
590 \end_inset
591
592  in the 
593 \family sans
594 Toolbars
595 \family default
596  menu, the 
597 \family sans
598 math toolbar
599 \family default
600  is only shown when the cursor is within a formula; this state is visualized
601  by the renaming of the menu entry from 
602 \begin_inset Quotes eld
603 \end_inset
604
605 Math
606 \begin_inset Quotes erd
607 \end_inset
608
609  to 
610 \begin_inset Quotes eld
611 \end_inset
612
613 Math
614 \begin_inset space ~
615 \end_inset
616
617 (auto)
618 \begin_inset Quotes erd
619 \end_inset
620
621 .
622 \end_layout
623
624 \begin_layout Standard
625 The TeX-mode
626 \begin_inset Index
627 status collapsed
628
629 \begin_layout Plain Layout
630 T@
631 \begin_inset ERT
632 status collapsed
633
634 \begin_layout Plain Layout
635
636
637 \backslash
638
639 \begin_inset ERT
640 status collapsed
641
642 \begin_layout Plain Layout
643
644 {
645 \end_layout
646
647 \end_inset
648
649
650 \begin_inset ERT
651 status collapsed
652
653 \begin_layout Plain Layout
654
655 }
656 \end_layout
657
658 \end_inset
659
660
661 \end_layout
662
663 \end_inset
664
665 TeX-mode
666 \end_layout
667
668 \end_inset
669
670  is invoked by pressing the toolbar button 
671 \begin_inset Graphics
672         filename ../images/ert-insert.png
673         scale 85
674
675 \end_inset
676
677  or by using the menu 
678 \family sans
679 Insert\SpecialChar \menuseparator
680 T
681 \begin_inset ERT
682 status collapsed
683
684 \begin_layout Plain Layout
685
686 {
687 \end_layout
688
689 \end_inset
690
691 e
692 \begin_inset ERT
693 status collapsed
694
695 \begin_layout Plain Layout
696
697 }
698 \end_layout
699
700 \end_inset
701
702 X Code
703 \family default
704  (shortcut 
705 \family sans
706 Ctrl-l
707 \family default
708 ).
709 \begin_inset Note Note
710 status collapsed
711
712 \begin_layout Plain Layout
713 In LyX there are three 
714 \begin_inset Quotes eld
715 \end_inset
716
717 proper names
718 \begin_inset Quotes erd
719 \end_inset
720
721  that appear in the output with sub- and superscript letters: TeX, LaTeX,
722  and LyX
723 \end_layout
724
725 \begin_layout Plain Layout
726 To avoid that these names are recognized as proper names, TeX-braces are
727  set around one of the letters of the name.
728 \end_layout
729
730 \end_inset
731
732
733 \end_layout
734
735 \begin_layout Standard
736 To change the LaTeX-preamble
737 \begin_inset Index
738 status collapsed
739
740 \begin_layout Plain Layout
741 L@LaTeX-preamble
742 \end_layout
743
744 \end_inset
745
746 , use the menu 
747 \family sans
748 Document\SpecialChar \menuseparator
749 Settings\SpecialChar \menuseparator
750 La
751 \begin_inset ERT
752 status collapsed
753
754 \begin_layout Plain Layout
755
756 {
757 \end_layout
758
759 \end_inset
760
761 T
762 \begin_inset ERT
763 status collapsed
764
765 \begin_layout Plain Layout
766
767 }
768 \end_layout
769
770 \end_inset
771
772 eX
773 \family default
774  
775 \family sans
776 Preamble
777 \family default
778 .
779 \end_layout
780
781 \begin_layout Standard
782 To edit matrices, case differentiations, and multiline formulas subsequently,
783  the menus 
784 \family sans
785 Edit\SpecialChar \menuseparator
786 Math
787 \family default
788  and 
789 \family sans
790 Edit\SpecialChar \menuseparator
791 Rows
792 \begin_inset space \thinspace{}
793 \end_inset
794
795 &
796 \begin_inset space \thinspace{}
797 \end_inset
798
799 Columns,
800 \family default
801  or the 
802 \family sans
803 table toolbar
804 \family default
805  can be used.
806  When lines and columns are swapped via the menu, the column or line where
807  the cursor is in is exchanged with the column to the right or the line
808  below, respectively.
809  Is the cursor in the last column or row, the exchange is done with the
810  column to the left or the line above.
811 \end_layout
812
813 \begin_layout Standard
814 To write text in formulas
815 \begin_inset Foot
816 status collapsed
817
818 \begin_layout Plain Layout
819 For multiline formulas the command 
820 \series bold
821
822 \backslash
823 intertext
824 \series default
825  is used, see 
826 \begin_inset CommandInset ref
827 LatexCommand ref
828 reference "sub:Text-in-multiline"
829
830 \end_inset
831
832 .
833 \end_layout
834
835 \end_inset
836
837  
838 \emph on
839 mathematical text
840 \emph default
841
842 \begin_inset Index
843 status collapsed
844
845 \begin_layout Plain Layout
846 Text ! in formulas
847 \end_layout
848
849 \end_inset
850
851
852 \begin_inset Index
853 status collapsed
854
855 \begin_layout Plain Layout
856 Mathematical text
857 \end_layout
858
859 \end_inset
860
861  is used.
862  This mode is invoked with the the shortcut 
863 \family sans
864 Alt-m
865 \begin_inset space ~
866 \end_inset
867
868 m
869 \family default
870  or by the insertion of the command 
871 \series bold
872
873 \backslash
874 text
875 \begin_inset Index
876 status collapsed
877
878 \begin_layout Plain Layout
879 Commands ! T ! 
880 \backslash
881 text
882 \end_layout
883
884 \end_inset
885
886
887 \series default
888 .
889  The text appears black in LyX and can therefore be distinguished from the
890  other formula parts that appear blue.
891  In the output mathematical text is set upright, in contrary to other formula
892  parts.
893 \end_layout
894
895 \begin_layout Subsection*
896 Command Scheme
897 \end_layout
898
899 \begin_layout Standard
900 Most of the LaTeX-commands for math constructs have the following scheme:
901 \end_layout
902
903 \begin_layout Standard
904
905 \series bold
906
907 \backslash
908 commandname[optional
909 \series default
910  
911 \series bold
912 argument]{required
913 \series default
914  
915 \series bold
916 argument}
917 \end_layout
918
919 \begin_layout Standard
920 A command starts always with a backslash 
921 \begin_inset Quotes gld
922 \end_inset
923
924
925 \series bold
926
927 \backslash
928
929 \series default
930
931 \begin_inset Quotes grd
932 \end_inset
933
934 .
935  To omit optional arguments, also omit the associated brackets.
936  The braces around the required arguments are named in this document as
937  TeX-braces
938 \begin_inset Index
939 status collapsed
940
941 \begin_layout Plain Layout
942 T@
943 \begin_inset ERT
944 status collapsed
945
946 \begin_layout Plain Layout
947
948
949 \backslash
950
951 \begin_inset ERT
952 status collapsed
953
954 \begin_layout Plain Layout
955
956 {
957 \end_layout
958
959 \end_inset
960
961
962 \begin_inset ERT
963 status collapsed
964
965 \begin_layout Plain Layout
966
967 }
968 \end_layout
969
970 \end_inset
971
972
973 \end_layout
974
975 \end_inset
976
977 TeX-braces
978 \end_layout
979
980 \end_inset
981
982 .
983  If you add in a formula a left brace to a command name, LyX creates automatical
984 ly a TeX-brace.
985  In all other cases TeX-braces are created in formulas with the command
986  
987 \series bold
988
989 \backslash
990 {
991 \series default
992 .
993  TeX-braces appear red in LyX, in contrary to normal braces that appear
994  blue.
995  In TeX-mode no command is needed to get TeX-braces.
996  TeX-braces don't appear in the output.
997 \end_layout
998
999 \begin_layout Standard
1000 When commands without arguments, like commands for symbols are entered in
1001  TeX-mode, a space character must 
1002 \emph on
1003 always
1004 \emph default
1005  be behind the command to end it.
1006  This space doesn't appear in the output.
1007  When the space should appear in the output, the space must be followed
1008  by a protected space in normal text.
1009 \end_layout
1010
1011 \begin_layout Standard
1012 A protected space is inserted with 
1013 \family sans
1014 Ctrl-Space
1015 \family default
1016 .
1017 \end_layout
1018
1019 \begin_layout Subsection*
1020 \begin_inset Newpage newpage
1021 \end_inset
1022
1023 Syntax Explanation
1024 \end_layout
1025
1026 \begin_layout Itemize
1027 The symbol
1028 \begin_inset Foot
1029 status collapsed
1030
1031 \begin_layout Plain Layout
1032 This visible space character can be created with the command 
1033 \series bold
1034
1035 \backslash
1036 textvisiblespace
1037 \series default
1038
1039 \begin_inset Index
1040 status collapsed
1041
1042 \begin_layout Plain Layout
1043 Commands ! T ! 
1044 \backslash
1045 textvisiblespace
1046 \end_layout
1047
1048 \end_inset
1049
1050 , inserted in TeX-mode.
1051 \end_layout
1052
1053 \end_inset
1054
1055  
1056 \begin_inset ERT
1057 status collapsed
1058
1059 \begin_layout Plain Layout
1060
1061
1062 \backslash
1063 spce 
1064 \end_layout
1065
1066 \end_inset
1067
1068
1069 \begin_inset space ~
1070 \end_inset
1071
1072 denotes a space character to be input.
1073 \end_layout
1074
1075 \begin_layout Itemize
1076 An arrow like 
1077 \begin_inset Formula $\to$
1078 \end_inset
1079
1080  denotes the usage of the corresponding arrow key on the keyboard.
1081 \end_layout
1082
1083 \begin_layout Subsection*
1084 Used units
1085 \end_layout
1086
1087 \begin_layout Standard
1088 \align center
1089 \begin_inset Float table
1090 placement H
1091 wide false
1092 sideways false
1093 status open
1094
1095 \begin_layout Plain Layout
1096 \align center
1097 \begin_inset Caption
1098
1099 \begin_layout Plain Layout
1100 \begin_inset CommandInset label
1101 LatexCommand label
1102 name "tab:Used-units"
1103
1104 \end_inset
1105
1106 Used units
1107 \end_layout
1108
1109 \end_inset
1110
1111
1112 \end_layout
1113
1114 \begin_layout Plain Layout
1115 \align center
1116 \begin_inset Tabular
1117 <lyxtabular version="3" rows="13" columns="2">
1118 <features>
1119 <column alignment="center" valignment="top" width="0">
1120 <column alignment="center" valignment="top" width="0">
1121 <row>
1122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1123 \begin_inset Text
1124
1125 \begin_layout Plain Layout
1126 Unit
1127 \end_layout
1128
1129 \end_inset
1130 </cell>
1131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1132 \begin_inset Text
1133
1134 \begin_layout Plain Layout
1135 Name / Description
1136 \end_layout
1137
1138 \end_inset
1139 </cell>
1140 </row>
1141 <row>
1142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1143 \begin_inset Text
1144
1145 \begin_layout Plain Layout
1146 mm
1147 \end_layout
1148
1149 \end_inset
1150 </cell>
1151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1152 \begin_inset Text
1153
1154 \begin_layout Plain Layout
1155 Millimeter
1156 \end_layout
1157
1158 \end_inset
1159 </cell>
1160 </row>
1161 <row>
1162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1163 \begin_inset Text
1164
1165 \begin_layout Plain Layout
1166 cm
1167 \end_layout
1168
1169 \end_inset
1170 </cell>
1171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1172 \begin_inset Text
1173
1174 \begin_layout Plain Layout
1175 Centimeter
1176 \end_layout
1177
1178 \end_inset
1179 </cell>
1180 </row>
1181 <row>
1182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1183 \begin_inset Text
1184
1185 \begin_layout Plain Layout
1186 in
1187 \end_layout
1188
1189 \end_inset
1190 </cell>
1191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1192 \begin_inset Text
1193
1194 \begin_layout Plain Layout
1195 Inch (1
1196 \begin_inset space \thinspace{}
1197 \end_inset
1198
1199 in = 2,54
1200 \begin_inset space \thinspace{}
1201 \end_inset
1202
1203 cm)
1204 \end_layout
1205
1206 \end_inset
1207 </cell>
1208 </row>
1209 <row>
1210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1211 \begin_inset Text
1212
1213 \begin_layout Plain Layout
1214 pt
1215 \end_layout
1216
1217 \end_inset
1218 </cell>
1219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1220 \begin_inset Text
1221
1222 \begin_layout Plain Layout
1223 Point (72.27
1224 \begin_inset space \thinspace{}
1225 \end_inset
1226
1227 pt = 1
1228 \begin_inset space \thinspace{}
1229 \end_inset
1230
1231 in)
1232 \end_layout
1233
1234 \end_inset
1235 </cell>
1236 </row>
1237 <row>
1238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1239 \begin_inset Text
1240
1241 \begin_layout Plain Layout
1242 pc
1243 \end_layout
1244
1245 \end_inset
1246 </cell>
1247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1248 \begin_inset Text
1249
1250 \begin_layout Plain Layout
1251 Pica (1
1252 \begin_inset space \thinspace{}
1253 \end_inset
1254
1255 pc = 12
1256 \begin_inset space \thinspace{}
1257 \end_inset
1258
1259 pt)
1260 \end_layout
1261
1262 \end_inset
1263 </cell>
1264 </row>
1265 <row>
1266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1267 \begin_inset Text
1268
1269 \begin_layout Plain Layout
1270 sp
1271 \end_layout
1272
1273 \end_inset
1274 </cell>
1275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1276 \begin_inset Text
1277
1278 \begin_layout Plain Layout
1279 scaled point (65536
1280 \begin_inset space \thinspace{}
1281 \end_inset
1282
1283 sp = 1
1284 \begin_inset space \thinspace{}
1285 \end_inset
1286
1287 pt)
1288 \end_layout
1289
1290 \end_inset
1291 </cell>
1292 </row>
1293 <row>
1294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1295 \begin_inset Text
1296
1297 \begin_layout Plain Layout
1298 bp
1299 \end_layout
1300
1301 \end_inset
1302 </cell>
1303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1304 \begin_inset Text
1305
1306 \begin_layout Plain Layout
1307 big point (72
1308 \begin_inset space \thinspace{}
1309 \end_inset
1310
1311 bp = 1
1312 \begin_inset space \thinspace{}
1313 \end_inset
1314
1315 in)
1316 \end_layout
1317
1318 \end_inset
1319 </cell>
1320 </row>
1321 <row>
1322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1323 \begin_inset Text
1324
1325 \begin_layout Plain Layout
1326 dd
1327 \end_layout
1328
1329 \end_inset
1330 </cell>
1331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1332 \begin_inset Text
1333
1334 \begin_layout Plain Layout
1335 Didot (1
1336 \begin_inset space \thinspace{}
1337 \end_inset
1338
1339 dd 
1340 \begin_inset Formula $\approx$
1341 \end_inset
1342
1343  0.376
1344 \begin_inset space \thinspace{}
1345 \end_inset
1346
1347 mm)
1348 \end_layout
1349
1350 \end_inset
1351 </cell>
1352 </row>
1353 <row>
1354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1355 \begin_inset Text
1356
1357 \begin_layout Plain Layout
1358 cc
1359 \end_layout
1360
1361 \end_inset
1362 </cell>
1363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1364 \begin_inset Text
1365
1366 \begin_layout Plain Layout
1367 Cicero (1
1368 \begin_inset space \thinspace{}
1369 \end_inset
1370
1371 cc = 12
1372 \begin_inset space \thinspace{}
1373 \end_inset
1374
1375 dd)
1376 \end_layout
1377
1378 \end_inset
1379 </cell>
1380 </row>
1381 <row>
1382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1383 \begin_inset Text
1384
1385 \begin_layout Plain Layout
1386 ex
1387 \end_layout
1388
1389 \end_inset
1390 </cell>
1391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1392 \begin_inset Text
1393
1394 \begin_layout Plain Layout
1395 Height of letter 
1396 \emph on
1397
1398 \begin_inset Quotes eld
1399 \end_inset
1400
1401 x
1402 \emph default
1403
1404 \begin_inset Quotes erd
1405 \end_inset
1406
1407  in the current font
1408 \end_layout
1409
1410 \end_inset
1411 </cell>
1412 </row>
1413 <row>
1414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1415 \begin_inset Text
1416
1417 \begin_layout Plain Layout
1418 em
1419 \end_layout
1420
1421 \end_inset
1422 </cell>
1423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1424 \begin_inset Text
1425
1426 \begin_layout Plain Layout
1427 width of letter 
1428 \begin_inset Quotes eld
1429 \end_inset
1430
1431
1432 \emph on
1433 M
1434 \emph default
1435
1436 \begin_inset Quotes erd
1437 \end_inset
1438
1439  in the current font
1440 \end_layout
1441
1442 \end_inset
1443 </cell>
1444 </row>
1445 <row>
1446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1447 \begin_inset Text
1448
1449 \begin_layout Plain Layout
1450 mu
1451 \end_layout
1452
1453 \end_inset
1454 </cell>
1455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1456 \begin_inset Text
1457
1458 \begin_layout Plain Layout
1459 math unit (1
1460 \begin_inset space \thinspace{}
1461 \end_inset
1462
1463 mu = 
1464 \begin_inset Formula $\nicefrac{1}{18}$
1465 \end_inset
1466
1467
1468 \begin_inset space \thinspace{}
1469 \end_inset
1470
1471 em)
1472 \end_layout
1473
1474 \end_inset
1475 </cell>
1476 </row>
1477 </lyxtabular>
1478
1479 \end_inset
1480
1481
1482 \end_layout
1483
1484 \end_inset
1485
1486
1487 \end_layout
1488
1489 \begin_layout Standard
1490 \begin_inset Newpage newpage
1491 \end_inset
1492
1493
1494 \end_layout
1495
1496 \begin_layout Section
1497 Basic Functions
1498 \end_layout
1499
1500 \begin_layout Subsection
1501 Exponents
1502 \begin_inset Index
1503 status collapsed
1504
1505 \begin_layout Plain Layout
1506 Exponents
1507 \end_layout
1508
1509 \end_inset
1510
1511  and Indices
1512 \begin_inset Index
1513 status collapsed
1514
1515 \begin_layout Plain Layout
1516 Indices
1517 \end_layout
1518
1519 \end_inset
1520
1521
1522 \begin_inset Index
1523 status collapsed
1524
1525 \begin_layout Plain Layout
1526 Superscripts|see
1527 \begin_inset ERT
1528 status collapsed
1529
1530 \begin_layout Plain Layout
1531
1532 {
1533 \end_layout
1534
1535 \end_inset
1536
1537 Exponents
1538 \begin_inset ERT
1539 status collapsed
1540
1541 \begin_layout Plain Layout
1542
1543 }
1544 \end_layout
1545
1546 \end_inset
1547
1548
1549 \end_layout
1550
1551 \end_inset
1552
1553
1554 \begin_inset Index
1555 status collapsed
1556
1557 \begin_layout Plain Layout
1558 Subscripts|see
1559 \begin_inset ERT
1560 status collapsed
1561
1562 \begin_layout Plain Layout
1563
1564 {
1565 \end_layout
1566
1567 \end_inset
1568
1569 Indices
1570 \begin_inset ERT
1571 status collapsed
1572
1573 \begin_layout Plain Layout
1574
1575 }
1576 \end_layout
1577
1578 \end_inset
1579
1580
1581 \end_layout
1582
1583 \end_inset
1584
1585
1586 \end_layout
1587
1588 \begin_layout Standard
1589 Indices are created with an underscore 
1590 \begin_inset Quotes eld
1591 \end_inset
1592
1593 _
1594 \begin_inset Quotes erd
1595 \end_inset
1596
1597  or via the math toolbar button 
1598 \begin_inset Graphics
1599         filename ../images/math-subscript.png
1600         scale 85
1601
1602 \end_inset
1603
1604  , exponents with a caret 
1605 \begin_inset Quotes eld
1606 \end_inset
1607
1608 ^
1609 \begin_inset Quotes erd
1610 \end_inset
1611
1612  or via the math toolbar button 
1613 \begin_inset Graphics
1614         filename ../images/math-superscript.png
1615         scale 85
1616
1617 \end_inset
1618
1619 .
1620 \end_layout
1621
1622 \begin_layout Standard
1623 \align center
1624 \begin_inset Tabular
1625 <lyxtabular version="3" rows="4" columns="2">
1626 <features>
1627 <column alignment="center" valignment="top" width="0pt">
1628 <column alignment="center" valignment="top" width="0pt">
1629 <row>
1630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1631 \begin_inset Text
1632
1633 \begin_layout Plain Layout
1634 command
1635 \end_layout
1636
1637 \end_inset
1638 </cell>
1639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1640 \begin_inset Text
1641
1642 \begin_layout Plain Layout
1643 Result
1644 \begin_inset Note Note
1645 status collapsed
1646
1647 \begin_layout Plain Layout
1648
1649 \series bold
1650
1651 \backslash
1652 raisebox
1653 \series default
1654  is only used as spacer.
1655 \end_layout
1656
1657 \end_inset
1658
1659
1660 \end_layout
1661
1662 \end_inset
1663 </cell>
1664 </row>
1665 <row>
1666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1667 \begin_inset Text
1668
1669 \begin_layout Plain Layout
1670 B_V
1671 \end_layout
1672
1673 \end_inset
1674 </cell>
1675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1676 \begin_inset Text
1677
1678 \begin_layout Plain Layout
1679 \begin_inset Formula $B_{V}$
1680 \end_inset
1681
1682
1683 \end_layout
1684
1685 \end_inset
1686 </cell>
1687 </row>
1688 <row>
1689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1690 \begin_inset Text
1691
1692 \begin_layout Plain Layout
1693 B^V
1694 \end_layout
1695
1696 \end_inset
1697 </cell>
1698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1699 \begin_inset Text
1700
1701 \begin_layout Plain Layout
1702 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1703 \end_inset
1704
1705
1706 \end_layout
1707
1708 \end_inset
1709 </cell>
1710 </row>
1711 <row>
1712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1713 \begin_inset Text
1714
1715 \begin_layout Plain Layout
1716 B^
1717 \begin_inset ERT
1718 status collapsed
1719
1720 \begin_layout Plain Layout
1721
1722
1723 \backslash
1724 spce 
1725 \end_layout
1726
1727 \end_inset
1728
1729 A
1730 \end_layout
1731
1732 \end_inset
1733 </cell>
1734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1735 \begin_inset Text
1736
1737 \begin_layout Plain Layout
1738 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1739 \end_inset
1740
1741
1742 \end_layout
1743
1744 \end_inset
1745 </cell>
1746 </row>
1747 </lyxtabular>
1748
1749 \end_inset
1750
1751
1752 \end_layout
1753
1754 \begin_layout Standard
1755 As the caret is in some languages an accent, vowels will be accentuated
1756  in this case and not set as exponents
1757 \begin_inset Foot
1758 status collapsed
1759
1760 \begin_layout Plain Layout
1761 Depending on the used keyboard settings this can also happen for other character
1762 s than vowels.
1763 \end_layout
1764
1765 \end_inset
1766
1767 .
1768  To get in this case exponents, press 
1769 \family sans
1770 Space
1771 \family default
1772  after the caret as in the last example.
1773 \end_layout
1774
1775 \begin_layout Subsection
1776 Fractions
1777 \begin_inset CommandInset label
1778 LatexCommand label
1779 name "sub:Fractions"
1780
1781 \end_inset
1782
1783
1784 \begin_inset Index
1785 status collapsed
1786
1787 \begin_layout Plain Layout
1788 Fractions
1789 \end_layout
1790
1791 \end_inset
1792
1793
1794 \end_layout
1795
1796 \begin_layout Standard
1797 Fractions are generated with the command 
1798 \series bold
1799
1800 \backslash
1801 frac
1802 \series default
1803
1804 \begin_inset Index
1805 status collapsed
1806
1807 \begin_layout Plain Layout
1808 Commands ! F ! 
1809 \backslash
1810 frac
1811 \end_layout
1812
1813 \end_inset
1814
1815  or via the math toolbar button 
1816 \begin_inset Graphics
1817         filename ../images/math/frac.png
1818         scale 50
1819
1820 \end_inset
1821
1822 .
1823  The font size is adjusted automatically, depending on whether the fraction
1824  is in an inline or display style formula.
1825  With the math toolbar button 
1826 \begin_inset Graphics
1827         filename ../images/math/frac-square.png
1828         scale 85
1829
1830 \end_inset
1831
1832  you can select different fraction types.
1833 \end_layout
1834
1835 \begin_layout Standard
1836 With the command 
1837 \series bold
1838
1839 \backslash
1840 dfrac
1841 \begin_inset Index
1842 status collapsed
1843
1844 \begin_layout Plain Layout
1845 Commands ! D ! 
1846 \backslash
1847 dfrac
1848 \end_layout
1849
1850 \end_inset
1851
1852
1853 \series default
1854  a fraction can be created that has in any case the size of a display style
1855  formula.
1856  With 
1857 \series bold
1858
1859 \backslash
1860 tfrac
1861 \begin_inset Index
1862 status collapsed
1863
1864 \begin_layout Plain Layout
1865 Commands ! T ! 
1866 \backslash
1867 tfrac
1868 \end_layout
1869
1870 \end_inset
1871
1872
1873 \series default
1874  the fraction appears always with the size of an inline formula.
1875  An example:
1876 \end_layout
1877
1878 \begin_layout Standard
1879 A line with the fraction 
1880 \begin_inset Formula $\frac{1}{2}$
1881 \end_inset
1882
1883  that was created with the command 
1884 \series bold
1885
1886 \backslash
1887 frac
1888 \series default
1889 .
1890 \end_layout
1891
1892 \begin_layout Standard
1893 A line with the fraction 
1894 \begin_inset Formula $\dfrac{1}{2}$
1895 \end_inset
1896
1897  that was created with the command 
1898 \series bold
1899
1900 \backslash
1901 dfrac
1902 \series default
1903 .
1904 \end_layout
1905
1906 \begin_layout Standard
1907 \align center
1908 \begin_inset Tabular
1909 <lyxtabular version="3" rows="4" columns="2">
1910 <features>
1911 <column alignment="center" valignment="top" width="0pt">
1912 <column alignment="center" valignment="top" width="0pt">
1913 <row>
1914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1915 \begin_inset Text
1916
1917 \begin_layout Plain Layout
1918 Command
1919 \end_layout
1920
1921 \end_inset
1922 </cell>
1923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1924 \begin_inset Text
1925
1926 \begin_layout Plain Layout
1927 Result
1928 \begin_inset Note Note
1929 status collapsed
1930
1931 \begin_layout Plain Layout
1932
1933 \series bold
1934
1935 \backslash
1936 raisebox
1937 \series default
1938  is only used as spacer.
1939 \end_layout
1940
1941 \end_inset
1942
1943
1944 \end_layout
1945
1946 \end_inset
1947 </cell>
1948 </row>
1949 <row>
1950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1951 \begin_inset Text
1952
1953 \begin_layout Plain Layout
1954
1955 \backslash
1956 frac
1957 \begin_inset ERT
1958 status collapsed
1959
1960 \begin_layout Plain Layout
1961
1962
1963 \backslash
1964 spce 
1965 \end_layout
1966
1967 \end_inset
1968
1969 A
1970 \begin_inset Formula $\downarrow$
1971 \end_inset
1972
1973 B
1974 \end_layout
1975
1976 \end_inset
1977 </cell>
1978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1979 \begin_inset Text
1980
1981 \begin_layout Plain Layout
1982 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1983 \end_inset
1984
1985
1986 \end_layout
1987
1988 \end_inset
1989 </cell>
1990 </row>
1991 <row>
1992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1993 \begin_inset Text
1994
1995 \begin_layout Plain Layout
1996
1997 \backslash
1998 dfrac
1999 \begin_inset ERT
2000 status collapsed
2001
2002 \begin_layout Plain Layout
2003
2004
2005 \backslash
2006 spce 
2007 \end_layout
2008
2009 \end_inset
2010
2011 A
2012 \begin_inset Formula $\downarrow$
2013 \end_inset
2014
2015 B
2016 \end_layout
2017
2018 \end_inset
2019 </cell>
2020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2021 \begin_inset Text
2022
2023 \begin_layout Plain Layout
2024 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
2025 \end_inset
2026
2027
2028 \end_layout
2029
2030 \end_inset
2031 </cell>
2032 </row>
2033 <row>
2034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2035 \begin_inset Text
2036
2037 \begin_layout Plain Layout
2038
2039 \backslash
2040 dfrac
2041 \begin_inset ERT
2042 status collapsed
2043
2044 \begin_layout Plain Layout
2045
2046
2047 \backslash
2048 spce 
2049 \end_layout
2050
2051 \end_inset
2052
2053 e^
2054 \begin_inset ERT
2055 status collapsed
2056
2057 \begin_layout Plain Layout
2058
2059
2060 \backslash
2061 spce 
2062 \end_layout
2063
2064 \end_inset
2065
2066
2067 \backslash
2068 frac
2069 \begin_inset ERT
2070 status collapsed
2071
2072 \begin_layout Plain Layout
2073
2074
2075 \backslash
2076 spce 
2077 \end_layout
2078
2079 \end_inset
2080
2081 1
2082 \begin_inset Formula $\downarrow$
2083 \end_inset
2084
2085 2
2086 \begin_inset Formula $\downarrow\downarrow$
2087 \end_inset
2088
2089 3
2090 \end_layout
2091
2092 \end_inset
2093 </cell>
2094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2095 \begin_inset Text
2096
2097 \begin_layout Plain Layout
2098 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2099 \end_inset
2100
2101
2102 \end_layout
2103
2104 \end_inset
2105 </cell>
2106 </row>
2107 </lyxtabular>
2108
2109 \end_inset
2110
2111
2112 \end_layout
2113
2114 \begin_layout Standard
2115 \begin_inset VSpace bigskip
2116 \end_inset
2117
2118
2119 \begin_inset Newpage newpage
2120 \end_inset
2121
2122 For nested fractions the command 
2123 \series bold
2124
2125 \backslash
2126 cfrac
2127 \series default
2128
2129 \begin_inset Index
2130 status collapsed
2131
2132 \begin_layout Plain Layout
2133 Commands ! C ! 
2134 \backslash
2135 cfrac
2136 \end_layout
2137
2138 \end_inset
2139
2140  can be used.
2141  Here an example:
2142 \begin_inset VSpace -3mm
2143 \end_inset
2144
2145
2146 \end_layout
2147
2148 \begin_layout Standard
2149 \begin_inset Formula \begin{align*}
2150 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2151 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2152
2153 \end_inset
2154
2155
2156 \end_layout
2157
2158 \begin_layout Standard
2159 The command for the example above is:
2160 \end_layout
2161
2162 \begin_layout Standard
2163
2164 \series bold
2165
2166 \backslash
2167 cfrac{A
2168 \begin_inset Formula $\to$
2169 \end_inset
2170
2171
2172 \backslash
2173 {B+
2174 \backslash
2175 cfrac{C+
2176 \backslash
2177 cfrac{E
2178 \begin_inset Formula $\to$
2179 \end_inset
2180
2181
2182 \backslash
2183 {F
2184 \begin_inset Formula $\to\to$
2185 \end_inset
2186
2187
2188 \backslash
2189 {D
2190 \end_layout
2191
2192 \begin_layout Standard
2193 \begin_inset VSpace medskip
2194 \end_inset
2195
2196
2197 \end_layout
2198
2199 \begin_layout Standard
2200
2201 \series bold
2202
2203 \backslash
2204 cfrac
2205 \series default
2206  sets the fraction always in the size of a displayed formula, also when
2207  it is part of another fraction.
2208  
2209 \series bold
2210
2211 \backslash
2212 cfrac
2213 \series default
2214  has the following command scheme:
2215 \end_layout
2216
2217 \begin_layout Standard
2218
2219 \series bold
2220
2221 \backslash
2222 cfrac[numerator position]{numerator}{denominator}
2223 \end_layout
2224
2225 \begin_layout Standard
2226 The numerator position can be 
2227 \emph on
2228 l
2229 \emph default
2230  , 
2231 \emph on
2232 c
2233 \emph default
2234 , or 
2235 \emph on
2236 r
2237 \emph default
2238  .
2239  l or r aligns the numerator to the left or right, resp.
2240 \begin_inset space ~
2241 \end_inset
2242
2243 with the fraction stroke.
2244  When 
2245 \emph on
2246 c
2247 \emph default
2248  or no position is given, the numerator appears centered.
2249  These fractions demonstrate the different alignments:
2250 \begin_inset Newline newline
2251 \end_inset
2252
2253
2254 \series bold
2255
2256 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2257 \end_inset
2258
2259
2260 \begin_inset Formula $\cfrac{A}{B+C}$
2261 \end_inset
2262
2263
2264 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2265 \end_inset
2266
2267
2268 \end_layout
2269
2270 \begin_layout Standard
2271 \begin_inset VSpace medskip
2272 \end_inset
2273
2274 It is often advantageous to combine 
2275 \series bold
2276
2277 \backslash
2278 cfrac
2279 \series default
2280  and 
2281 \series bold
2282
2283 \backslash
2284 frac
2285 \series default
2286 :
2287 \begin_inset Formula \[
2288 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2289
2290 \end_inset
2291
2292
2293 \end_layout
2294
2295 \begin_layout Standard
2296 For inline fractions with a sloped fraction stroke you can use the command
2297  
2298 \series bold
2299
2300 \backslash
2301 nicefrac
2302 \begin_inset Index
2303 status collapsed
2304
2305 \begin_layout Plain Layout
2306 Commands ! N ! 
2307 \backslash
2308 nicefrac
2309 \end_layout
2310
2311 \end_inset
2312
2313
2314 \series default
2315
2316 \begin_inset Formula $\nicefrac{5}{31}$
2317 \end_inset
2318
2319
2320 \end_layout
2321
2322 \begin_layout Standard
2323 How to define own fractions where the fraction stroke can be changed, is
2324  explained in 
2325 \begin_inset CommandInset ref
2326 LatexCommand ref
2327 reference "sub:Self-defined-Fractions"
2328
2329 \end_inset
2330
2331 .
2332 \end_layout
2333
2334 \begin_layout Subsection
2335 Roots
2336 \begin_inset Index
2337 status collapsed
2338
2339 \begin_layout Plain Layout
2340 Roots
2341 \end_layout
2342
2343 \end_inset
2344
2345
2346 \end_layout
2347
2348 \begin_layout Standard
2349 Square roots are created with 
2350 \series bold
2351
2352 \backslash
2353 sqrt
2354 \series default
2355
2356 \begin_inset Index
2357 status collapsed
2358
2359 \begin_layout Plain Layout
2360 Commands ! S ! 
2361 \backslash
2362 sqrt
2363 \end_layout
2364
2365 \end_inset
2366
2367  or the math toolbar button 
2368 \begin_inset Graphics
2369         filename ../images/math/sqrt.png
2370         scale 85
2371
2372 \end_inset
2373
2374 , all other roots with the command 
2375 \series bold
2376
2377 \backslash
2378 root
2379 \series default
2380
2381 \begin_inset Index
2382 status collapsed
2383
2384 \begin_layout Plain Layout
2385 Commands ! R ! 
2386 \backslash
2387 root
2388 \end_layout
2389
2390 \end_inset
2391
2392  or with the math toolbar button 
2393 \begin_inset Graphics
2394         filename ../images/math/root.png
2395         scale 85
2396
2397 \end_inset
2398
2399 .
2400 \end_layout
2401
2402 \begin_layout Standard
2403 \align center
2404 \begin_inset Tabular
2405 <lyxtabular version="3" rows="3" columns="2">
2406 <features>
2407 <column alignment="center" valignment="top" width="0pt">
2408 <column alignment="center" valignment="top" width="0pt">
2409 <row>
2410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2411 \begin_inset Text
2412
2413 \begin_layout Plain Layout
2414 Command
2415 \end_layout
2416
2417 \end_inset
2418 </cell>
2419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2420 \begin_inset Text
2421
2422 \begin_layout Plain Layout
2423 Result
2424 \begin_inset Note Note
2425 status collapsed
2426
2427 \begin_layout Plain Layout
2428
2429 \series bold
2430
2431 \backslash
2432 raisebox
2433 \series default
2434  is only used as spacer.
2435 \end_layout
2436
2437 \end_inset
2438
2439
2440 \end_layout
2441
2442 \end_inset
2443 </cell>
2444 </row>
2445 <row>
2446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2447 \begin_inset Text
2448
2449 \begin_layout Plain Layout
2450
2451 \backslash
2452 sqrt
2453 \begin_inset ERT
2454 status collapsed
2455
2456 \begin_layout Plain Layout
2457
2458
2459 \backslash
2460 spce 
2461 \end_layout
2462
2463 \end_inset
2464
2465 A-B
2466 \end_layout
2467
2468 \end_inset
2469 </cell>
2470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2471 \begin_inset Text
2472
2473 \begin_layout Plain Layout
2474 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2475 \end_inset
2476
2477
2478 \end_layout
2479
2480 \end_inset
2481 </cell>
2482 </row>
2483 <row>
2484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2485 \begin_inset Text
2486
2487 \begin_layout Plain Layout
2488
2489 \backslash
2490 root
2491 \begin_inset ERT
2492 status collapsed
2493
2494 \begin_layout Plain Layout
2495
2496
2497 \backslash
2498 spce 
2499 \end_layout
2500
2501 \end_inset
2502
2503 3
2504 \begin_inset Formula $\downarrow$
2505 \end_inset
2506
2507 A-B
2508 \end_layout
2509
2510 \end_inset
2511 </cell>
2512 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2513 \begin_inset Text
2514
2515 \begin_layout Plain Layout
2516 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2517 \end_inset
2518
2519
2520 \end_layout
2521
2522 \end_inset
2523 </cell>
2524 </row>
2525 </lyxtabular>
2526
2527 \end_inset
2528
2529
2530 \end_layout
2531
2532 \begin_layout Standard
2533 A square root can also be created with 
2534 \series bold
2535
2536 \backslash
2537 root
2538 \series default
2539  when the root index field is left empty.
2540 \end_layout
2541
2542 \begin_layout Standard
2543 With certain indices the distance to the root is too small, like in this
2544  formula: 
2545 \begin_inset Formula $\sqrt[\beta]{B}$
2546 \end_inset
2547
2548
2549 \begin_inset Newline newline
2550 \end_inset
2551
2552 The 
2553 \begin_inset Formula $\beta$
2554 \end_inset
2555
2556  touches the root.
2557  To avoid this, the commands 
2558 \series bold
2559
2560 \backslash
2561 leftroot
2562 \series default
2563
2564 \begin_inset Index
2565 status collapsed
2566
2567 \begin_layout Plain Layout
2568 Commands ! L ! 
2569 \backslash
2570 leftroot
2571 \end_layout
2572
2573 \end_inset
2574
2575  and 
2576 \series bold
2577
2578 \backslash
2579 uproot
2580 \series default
2581
2582 \begin_inset Index
2583 status collapsed
2584
2585 \begin_layout Plain Layout
2586 Commands ! U ! 
2587 \backslash
2588 uproot
2589 \end_layout
2590
2591 \end_inset
2592
2593  are used with the following scheme:
2594 \end_layout
2595
2596 \begin_layout Standard
2597
2598 \series bold
2599
2600 \backslash
2601 leftroot{distance}
2602 \series default
2603  and 
2604 \series bold
2605
2606 \backslash
2607 uproot{distance}
2608 \end_layout
2609
2610 \begin_layout Standard
2611 Distance is the number of Big Points (unit bp; 
2612 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2613 \end_inset
2614
2615 ), that the index should be moved to the left or top, resp..
2616  The commands are written to the index.
2617  This way the command
2618 \begin_inset Newline newline
2619 \end_inset
2620
2621
2622 \series bold
2623
2624 \backslash
2625 root
2626 \backslash
2627 leftroot{-1
2628 \begin_inset Formula $\to$
2629 \end_inset
2630
2631
2632 \backslash
2633 uproot{2
2634 \begin_inset Formula $\to$
2635 \end_inset
2636
2637
2638 \backslash
2639 beta
2640 \begin_inset ERT
2641 status collapsed
2642
2643 \begin_layout Plain Layout
2644
2645
2646 \backslash
2647 spce 
2648 \end_layout
2649
2650 \end_inset
2651
2652
2653 \begin_inset Formula $\to$
2654 \end_inset
2655
2656 B
2657 \begin_inset Newline newline
2658 \end_inset
2659
2660
2661 \series default
2662 produces a correct typeset formula: 
2663 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2664 \end_inset
2665
2666
2667 \end_layout
2668
2669 \begin_layout Subsection
2670 Binomial coefficients 
2671 \begin_inset Index
2672 status collapsed
2673
2674 \begin_layout Plain Layout
2675 Binomial coefficient s
2676 \end_layout
2677
2678 \end_inset
2679
2680
2681 \end_layout
2682
2683 \begin_layout Standard
2684 Binomial coefficients are inserted with the command 
2685 \series bold
2686
2687 \backslash
2688 binom
2689 \series default
2690
2691 \begin_inset Index
2692 status collapsed
2693
2694 \begin_layout Plain Layout
2695 Commands ! B ! 
2696 \backslash
2697 binom
2698 \end_layout
2699
2700 \end_inset
2701
2702  or with the submenu of the math toolbar button 
2703 \begin_inset Graphics
2704         filename ../images/math/frac-square.png
2705         scale 85
2706
2707 \end_inset
2708
2709 .
2710  Analog to fractions (
2711 \series bold
2712
2713 \backslash
2714 frac
2715 \series default
2716 ) there are besides 
2717 \series bold
2718
2719 \backslash
2720 binom
2721 \series default
2722  the commands 
2723 \series bold
2724
2725 \backslash
2726 dbinom
2727 \begin_inset Index
2728 status collapsed
2729
2730 \begin_layout Plain Layout
2731 Commands ! D ! 
2732 \backslash
2733 dbinom
2734 \end_layout
2735
2736 \end_inset
2737
2738
2739 \series default
2740  and 
2741 \series bold
2742
2743 \backslash
2744 tbinom
2745 \series default
2746
2747 \begin_inset Index
2748 status collapsed
2749
2750 \begin_layout Plain Layout
2751 Commands ! T ! 
2752 \backslash
2753 tbinom
2754 \end_layout
2755
2756 \end_inset
2757
2758 .
2759  For other brackets around binomial coeficients there are the commands 
2760 \series bold
2761
2762 \backslash
2763 brace
2764 \series default
2765
2766 \begin_inset Index
2767 status collapsed
2768
2769 \begin_layout Plain Layout
2770 Commands ! B ! 
2771 \backslash
2772 brace
2773 \end_layout
2774
2775 \end_inset
2776
2777  and 
2778 \series bold
2779
2780 \backslash
2781 brack
2782 \series default
2783
2784 \begin_inset Index
2785 status collapsed
2786
2787 \begin_layout Plain Layout
2788 Commands ! B ! 
2789 \backslash
2790 brack
2791 \end_layout
2792
2793 \end_inset
2794
2795 .
2796 \end_layout
2797
2798 \begin_layout Standard
2799 \align center
2800 \begin_inset Tabular
2801 <lyxtabular version="3" rows="6" columns="2">
2802 <features>
2803 <column alignment="center" valignment="top" width="0pt">
2804 <column alignment="center" valignment="top" width="0pt">
2805 <row>
2806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2807 \begin_inset Text
2808
2809 \begin_layout Plain Layout
2810 Command
2811 \end_layout
2812
2813 \end_inset
2814 </cell>
2815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2816 \begin_inset Text
2817
2818 \begin_layout Plain Layout
2819 Result
2820 \begin_inset Note Note
2821 status collapsed
2822
2823 \begin_layout Plain Layout
2824
2825 \series bold
2826
2827 \backslash
2828 raisebox
2829 \series default
2830  is only used as spacer.
2831 \end_layout
2832
2833 \end_inset
2834
2835
2836 \end_layout
2837
2838 \end_inset
2839 </cell>
2840 </row>
2841 <row>
2842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2843 \begin_inset Text
2844
2845 \begin_layout Plain Layout
2846
2847 \backslash
2848 binom
2849 \begin_inset ERT
2850 status collapsed
2851
2852 \begin_layout Plain Layout
2853
2854
2855 \backslash
2856 spce 
2857 \end_layout
2858
2859 \end_inset
2860
2861 A
2862 \begin_inset Formula $\downarrow$
2863 \end_inset
2864
2865 B
2866 \end_layout
2867
2868 \end_inset
2869 </cell>
2870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2871 \begin_inset Text
2872
2873 \begin_layout Plain Layout
2874 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2875 \end_inset
2876
2877
2878 \end_layout
2879
2880 \end_inset
2881 </cell>
2882 </row>
2883 <row>
2884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2885 \begin_inset Text
2886
2887 \begin_layout Plain Layout
2888
2889 \backslash
2890 dbinom
2891 \begin_inset ERT
2892 status collapsed
2893
2894 \begin_layout Plain Layout
2895
2896
2897 \backslash
2898 spce 
2899 \end_layout
2900
2901 \end_inset
2902
2903 A
2904 \begin_inset Formula $\downarrow$
2905 \end_inset
2906
2907 B
2908 \end_layout
2909
2910 \end_inset
2911 </cell>
2912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2913 \begin_inset Text
2914
2915 \begin_layout Plain Layout
2916 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2917 \end_inset
2918
2919
2920 \end_layout
2921
2922 \end_inset
2923 </cell>
2924 </row>
2925 <row>
2926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2927 \begin_inset Text
2928
2929 \begin_layout Plain Layout
2930
2931 \backslash
2932 tbinom
2933 \begin_inset ERT
2934 status collapsed
2935
2936 \begin_layout Plain Layout
2937
2938
2939 \backslash
2940 spce 
2941 \end_layout
2942
2943 \end_inset
2944
2945 A
2946 \begin_inset Formula $\downarrow$
2947 \end_inset
2948
2949 B
2950 \end_layout
2951
2952 \end_inset
2953 </cell>
2954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2955 \begin_inset Text
2956
2957 \begin_layout Plain Layout
2958 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2959 \end_inset
2960
2961
2962 \end_layout
2963
2964 \end_inset
2965 </cell>
2966 </row>
2967 <row>
2968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2969 \begin_inset Text
2970
2971 \begin_layout Plain Layout
2972
2973 \backslash
2974 brack
2975 \begin_inset ERT
2976 status collapsed
2977
2978 \begin_layout Plain Layout
2979
2980
2981 \backslash
2982 spce 
2983 \end_layout
2984
2985 \end_inset
2986
2987 A
2988 \begin_inset Formula $\downarrow$
2989 \end_inset
2990
2991 B
2992 \end_layout
2993
2994 \end_inset
2995 </cell>
2996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2997 \begin_inset Text
2998
2999 \begin_layout Plain Layout
3000 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3001 \end_inset
3002
3003
3004 \end_layout
3005
3006 \end_inset
3007 </cell>
3008 </row>
3009 <row>
3010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3011 \begin_inset Text
3012
3013 \begin_layout Plain Layout
3014
3015 \backslash
3016 brace
3017 \begin_inset ERT
3018 status collapsed
3019
3020 \begin_layout Plain Layout
3021
3022
3023 \backslash
3024 spce 
3025 \end_layout
3026
3027 \end_inset
3028
3029 A
3030 \begin_inset Formula $\downarrow$
3031 \end_inset
3032
3033 B
3034 \end_layout
3035
3036 \end_inset
3037 </cell>
3038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3039 \begin_inset Text
3040
3041 \begin_layout Plain Layout
3042 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3043 \end_inset
3044
3045
3046 \end_layout
3047
3048 \end_inset
3049 </cell>
3050 </row>
3051 </lyxtabular>
3052
3053 \end_inset
3054
3055
3056 \end_layout
3057
3058 \begin_layout Subsection
3059 Case differentiations 
3060 \begin_inset Index
3061 status collapsed
3062
3063 \begin_layout Plain Layout
3064 Case differentiations 
3065 \end_layout
3066
3067 \end_inset
3068
3069
3070 \end_layout
3071
3072 \begin_layout Standard
3073 \align center
3074 \begin_inset Tabular
3075 <lyxtabular version="3" rows="3" columns="2">
3076 <features>
3077 <column alignment="center" valignment="top" width="0pt">
3078 <column alignment="center" valignment="top" width="0pt">
3079 <row>
3080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3081 \begin_inset Text
3082
3083 \begin_layout Plain Layout
3084 Command
3085 \end_layout
3086
3087 \end_inset
3088 </cell>
3089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3090 \begin_inset Text
3091
3092 \begin_layout Plain Layout
3093 Result
3094 \end_layout
3095
3096 \end_inset
3097 </cell>
3098 </row>
3099 <row>
3100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3101 \begin_inset Text
3102
3103 \begin_layout Plain Layout
3104
3105 \backslash
3106 cases
3107 \begin_inset ERT
3108 status collapsed
3109
3110 \begin_layout Plain Layout
3111
3112
3113 \backslash
3114 spce 
3115 \end_layout
3116
3117 \end_inset
3118
3119 A
3120 \begin_inset Formula $\to$
3121 \end_inset
3122
3123 B>0
3124 \begin_inset Index
3125 status collapsed
3126
3127 \begin_layout Plain Layout
3128 Commands ! C ! 
3129 \backslash
3130 cases
3131 \end_layout
3132
3133 \end_inset
3134
3135
3136 \end_layout
3137
3138 \end_inset
3139 </cell>
3140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3141 \begin_inset Text
3142
3143 \begin_layout Plain Layout
3144 \begin_inset Formula $\begin{cases}
3145 A & B>0\end{cases}$
3146 \end_inset
3147
3148
3149 \end_layout
3150
3151 \end_inset
3152 </cell>
3153 </row>
3154 <row>
3155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3156 \begin_inset Text
3157
3158 \begin_layout Plain Layout
3159
3160 \backslash
3161 cases
3162 \begin_inset ERT
3163 status collapsed
3164
3165 \begin_layout Plain Layout
3166
3167
3168 \backslash
3169 spce 
3170 \end_layout
3171
3172 \end_inset
3173
3174 Ctrl-Enter
3175 \end_layout
3176
3177 \end_inset
3178 </cell>
3179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3180 \begin_inset Text
3181
3182 \begin_layout Plain Layout
3183 \begin_inset Formula $\begin{cases}
3184 A & \textrm{for }x>0\\
3185 B & \textrm{for }x=0\end{cases}$
3186 \end_inset
3187
3188
3189 \end_layout
3190
3191 \end_inset
3192 </cell>
3193 </row>
3194 </lyxtabular>
3195
3196 \end_inset
3197
3198
3199 \end_layout
3200
3201 \begin_layout Standard
3202 After inserting 
3203 \series bold
3204
3205 \backslash
3206 cases
3207 \series default
3208  or the usage of the math toolbar button 
3209 \begin_inset Graphics
3210         filename ../images/math/cases.png
3211         scale 85
3212
3213 \end_inset
3214
3215  you can create new lines with the shortcut 
3216 \family sans
3217 Ctrl-Return
3218 \family default
3219  or the table toolbar button 
3220 \begin_inset Graphics
3221         filename ../images/tabular-feature_append-row.png
3222         scale 85
3223
3224 \end_inset
3225
3226 .
3227 \end_layout
3228
3229 \begin_layout Standard
3230 The command 
3231 \series bold
3232
3233 \backslash
3234 cases
3235 \series default
3236  is also available via the menu 
3237 \family sans
3238 Insert\SpecialChar \menuseparator
3239 Math\SpecialChar \menuseparator
3240 Cases-Environment
3241 \family default
3242 .
3243 \end_layout
3244
3245 \begin_layout Subsection
3246 Negations
3247 \begin_inset Index
3248 status collapsed
3249
3250 \begin_layout Plain Layout
3251 Negations
3252 \end_layout
3253
3254 \end_inset
3255
3256
3257 \end_layout
3258
3259 \begin_layout Standard
3260 By inserting of 
3261 \series bold
3262
3263 \backslash
3264 not
3265 \series default
3266
3267 \begin_inset Index
3268 status collapsed
3269
3270 \begin_layout Plain Layout
3271 Commands ! N ! 
3272 \backslash
3273 not
3274 \end_layout
3275
3276 \end_inset
3277
3278  every character can be displayed canceled.
3279  The characters are quasi accentuated by a slash.
3280 \end_layout
3281
3282 \begin_layout Standard
3283 \align center
3284 \begin_inset Tabular
3285 <lyxtabular version="3" rows="4" columns="2">
3286 <features>
3287 <column alignment="center" valignment="top" width="0pt">
3288 <column alignment="center" valignment="top" width="0pt">
3289 <row>
3290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3291 \begin_inset Text
3292
3293 \begin_layout Plain Layout
3294 Command
3295 \end_layout
3296
3297 \end_inset
3298 </cell>
3299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3300 \begin_inset Text
3301
3302 \begin_layout Plain Layout
3303 Result
3304 \end_layout
3305
3306 \end_inset
3307 </cell>
3308 </row>
3309 <row>
3310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3311 \begin_inset Text
3312
3313 \begin_layout Plain Layout
3314
3315 \backslash
3316 not=
3317 \end_layout
3318
3319 \end_inset
3320 </cell>
3321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3322 \begin_inset Text
3323
3324 \begin_layout Plain Layout
3325 \begin_inset Formula $\not=$
3326 \end_inset
3327
3328
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 </row>
3334 <row>
3335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339
3340 \backslash
3341 not 
3342 \backslash
3343 le
3344 \end_layout
3345
3346 \end_inset
3347 </cell>
3348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352 \begin_inset Formula $\not\le$
3353 \end_inset
3354
3355
3356 \end_layout
3357
3358 \end_inset
3359 </cell>
3360 </row>
3361 <row>
3362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366
3367 \backslash
3368 not 
3369 \backslash
3370 parallel
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3376 \begin_inset Text
3377
3378 \begin_layout Plain Layout
3379 \begin_inset Formula $\not\parallel$
3380 \end_inset
3381
3382
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 </row>
3388 </lyxtabular>
3389
3390 \end_inset
3391
3392
3393 \end_layout
3394
3395 \begin_layout Standard
3396 The last example shows, that not all negations look good.
3397  Therefore there are for some negations special commands (see 
3398 \begin_inset CommandInset ref
3399 LatexCommand ref
3400 reference "sub:Mathematical-Symbols"
3401
3402 \end_inset
3403
3404  and 
3405 \begin_inset CommandInset ref
3406 LatexCommand ref
3407 reference "sec:Relations"
3408
3409 \end_inset
3410
3411 ).
3412 \end_layout
3413
3414 \begin_layout Subsection
3415 Placeholders
3416 \begin_inset CommandInset label
3417 LatexCommand label
3418 name "sub:Placeholders"
3419
3420 \end_inset
3421
3422
3423 \begin_inset Index
3424 status collapsed
3425
3426 \begin_layout Plain Layout
3427 Placeholders
3428 \end_layout
3429
3430 \end_inset
3431
3432
3433 \begin_inset Index
3434 status collapsed
3435
3436 \begin_layout Plain Layout
3437 Chemical characters ! Isotopes
3438 \end_layout
3439
3440 \end_inset
3441
3442
3443 \begin_inset Index
3444 status collapsed
3445
3446 \begin_layout Plain Layout
3447 Isotopes|see
3448 \begin_inset ERT
3449 status collapsed
3450
3451 \begin_layout Plain Layout
3452
3453 {
3454 \end_layout
3455
3456 \end_inset
3457
3458 Chemical characters
3459 \begin_inset ERT
3460 status collapsed
3461
3462 \begin_layout Plain Layout
3463
3464 }
3465 \end_layout
3466
3467 \end_inset
3468
3469
3470 \end_layout
3471
3472 \end_inset
3473
3474
3475 \end_layout
3476
3477 \begin_layout Standard
3478 When displaying e.
3479 \begin_inset space \thinspace{}
3480 \end_inset
3481
3482 g.
3483 \begin_inset space ~
3484 \end_inset
3485
3486 isotopes
3487 \begin_inset Foot
3488 status collapsed
3489
3490 \begin_layout Plain Layout
3491 More about chemical symbols is written in 
3492 \begin_inset CommandInset ref
3493 LatexCommand ref
3494 reference "sub:Chemical-Symbols-and"
3495
3496 \end_inset
3497
3498 .
3499 \end_layout
3500
3501 \end_inset
3502
3503  the following problem occurs:
3504 \end_layout
3505
3506 \begin_layout Standard
3507 \align center
3508 \begin_inset Tabular
3509 <lyxtabular version="3" rows="2" columns="2">
3510 <features>
3511 <column alignment="center" valignment="top" width="0pt">
3512 <column alignment="center" valignment="top" width="0pt">
3513 <row>
3514 <cell alignment="center" valignment="top" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518 Indices created with sub- and superscripts:
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 <cell alignment="center" valignment="top" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Plain Layout
3527 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3528 \end_inset
3529
3530
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 </row>
3536 <row>
3537 <cell alignment="center" valignment="top" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541 correct indices:
3542 \end_layout
3543
3544 \end_inset
3545 </cell>
3546 <cell alignment="center" valignment="top" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3551 \end_inset
3552
3553
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 </row>
3559 </lyxtabular>
3560
3561 \end_inset
3562
3563
3564 \begin_inset Note Note
3565 status collapsed
3566
3567 \begin_layout Plain Layout
3568
3569 \series bold
3570
3571 \backslash
3572 raisebox
3573 \series default
3574  is only used as spacer.
3575 \end_layout
3576
3577 \end_inset
3578
3579
3580 \end_layout
3581
3582 \begin_layout Standard
3583 The shorter index is by default placed below or above the first character
3584  of the longer index.
3585  To avoid this there is the command 
3586 \series bold
3587
3588 \backslash
3589 phantom
3590 \series default
3591
3592 \begin_inset Index
3593 status collapsed
3594
3595 \begin_layout Plain Layout
3596 Commands ! P ! 
3597 \backslash
3598 phantom
3599 \end_layout
3600
3601 \end_inset
3602
3603  or the math toolbar button
3604 \begin_inset space \thinspace{}
3605 \end_inset
3606
3607
3608 \begin_inset Foot
3609 status collapsed
3610
3611 \begin_layout Plain Layout
3612 can be found in the submenu of the toolbar button 
3613 \begin_inset Graphics
3614         filename ../images/math/space.png
3615         scale 85
3616
3617 \end_inset
3618
3619
3620 \end_layout
3621
3622 \end_inset
3623
3624  
3625 \begin_inset Graphics
3626         filename ../images/math/phantom.png
3627         scale 85
3628
3629 \end_inset
3630
3631  that creates one or more phantom characters.
3632  When inserting 
3633 \series bold
3634
3635 \backslash
3636 phantom
3637 \series default
3638  a small blue box appears that is superposed with two red arrows.
3639  The arrows indicate that the complete width and height of the box content
3640  will be created as placeholder.
3641  Phantom characters are accordingly placeholders with the size of the characters.
3642 \end_layout
3643
3644 \begin_layout Standard
3645 \align center
3646 \begin_inset Tabular
3647 <lyxtabular version="3" rows="4" columns="2">
3648 <features>
3649 <column alignment="center" valignment="top" width="0">
3650 <column alignment="center" valignment="top" width="0">
3651 <row>
3652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656 Command
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3662 \begin_inset Text
3663
3664 \begin_layout Plain Layout
3665 Result
3666 \begin_inset Note Note
3667 status collapsed
3668
3669 \begin_layout Plain Layout
3670
3671 \series bold
3672
3673 \backslash
3674 raisebox
3675 \series default
3676  is only used as spacer.
3677 \end_layout
3678
3679 \end_inset
3680
3681
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 </row>
3687 <row>
3688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692 ^19
3693 \begin_inset ERT
3694 status collapsed
3695
3696 \begin_layout Plain Layout
3697
3698
3699 \backslash
3700 spce 
3701 \end_layout
3702
3703 \end_inset
3704
3705 _
3706 \backslash
3707 phantom
3708 \begin_inset ERT
3709 status collapsed
3710
3711 \begin_layout Plain Layout
3712
3713
3714 \backslash
3715 spce 
3716 \end_layout
3717
3718 \end_inset
3719
3720 1
3721 \begin_inset Formula $\to$
3722 \end_inset
3723
3724 9
3725 \begin_inset ERT
3726 status collapsed
3727
3728 \begin_layout Plain Layout
3729
3730
3731 \backslash
3732 spce 
3733 \end_layout
3734
3735 \end_inset
3736
3737 F
3738 \end_layout
3739
3740 \end_inset
3741 </cell>
3742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3743 \begin_inset Text
3744
3745 \begin_layout Plain Layout
3746 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3747 \end_inset
3748
3749
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 </row>
3755 <row>
3756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760 ^235
3761 \begin_inset ERT
3762 status collapsed
3763
3764 \begin_layout Plain Layout
3765
3766
3767 \backslash
3768 spce 
3769 \end_layout
3770
3771 \end_inset
3772
3773 _
3774 \backslash
3775 phantom
3776 \begin_inset ERT
3777 status collapsed
3778
3779 \begin_layout Plain Layout
3780
3781
3782 \backslash
3783 spce 
3784 \end_layout
3785
3786 \end_inset
3787
3788 23
3789 \begin_inset Formula $\to$
3790 \end_inset
3791
3792 9
3793 \begin_inset ERT
3794 status collapsed
3795
3796 \begin_layout Plain Layout
3797
3798
3799 \backslash
3800 spce 
3801 \end_layout
3802
3803 \end_inset
3804
3805 F
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3815 \end_inset
3816
3817
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 </row>
3823 <row>
3824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Plain Layout
3828
3829 \backslash
3830 Lambda^
3831 \begin_inset ERT
3832 status collapsed
3833
3834 \begin_layout Plain Layout
3835
3836
3837 \backslash
3838 spce 
3839 \end_layout
3840
3841 \end_inset
3842
3843
3844 \backslash
3845 phantom
3846 \begin_inset ERT
3847 status collapsed
3848
3849 \begin_layout Plain Layout
3850
3851
3852 \backslash
3853 spce 
3854 \end_layout
3855
3856 \end_inset
3857
3858 ii
3859 \begin_inset Formula $\to$
3860 \end_inset
3861
3862 t
3863 \begin_inset ERT
3864 status collapsed
3865
3866 \begin_layout Plain Layout
3867
3868
3869 \backslash
3870 spce 
3871 \end_layout
3872
3873 \end_inset
3874
3875 _MMt
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3885 \end_inset
3886
3887
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 </row>
3893 </lyxtabular>
3894
3895 \end_inset
3896
3897
3898 \end_layout
3899
3900 \begin_layout Standard
3901 Furthermore there are the commands 
3902 \series bold
3903
3904 \backslash
3905 vphantom
3906 \series default
3907
3908 \begin_inset Index
3909 status collapsed
3910
3911 \begin_layout Plain Layout
3912 Commands ! V ! 
3913 \backslash
3914 vphantom
3915 \end_layout
3916
3917 \end_inset
3918
3919  (toolbar button 
3920 \begin_inset space ~
3921 \end_inset
3922
3923
3924 \begin_inset Graphics
3925         filename ../images/math/vphantom.png
3926         scale 85
3927
3928 \end_inset
3929
3930 ) and 
3931 \series bold
3932
3933 \backslash
3934 hphantom
3935 \series default
3936
3937 \begin_inset Index
3938 status collapsed
3939
3940 \begin_layout Plain Layout
3941 Commands ! H ! 
3942 \backslash
3943 hphantom
3944 \end_layout
3945
3946 \end_inset
3947
3948  (toolbar button 
3949 \begin_inset space ~
3950 \end_inset
3951
3952
3953 \begin_inset Graphics
3954         filename ../images/math/hphantom.png
3955         scale 85
3956
3957 \end_inset
3958
3959 ).
3960  
3961 \series bold
3962
3963 \backslash
3964 hphantom
3965 \series default
3966  creates only space for the maximal height of the characters in the box
3967  but not for its width.
3968  
3969 \series bold
3970
3971 \backslash
3972 vphantom
3973 \series default
3974  creates only space for the width of the box content.
3975  Therefore  the boxes of both commands have only one red arrow.
3976 \end_layout
3977
3978 \begin_layout Standard
3979 For example creates 
3980 \series bold
3981
3982 \backslash
3983 vphantom
3984 \series default
3985
3986 \begin_inset ERT
3987 status collapsed
3988
3989 \begin_layout Plain Layout
3990
3991
3992 \backslash
3993 spce 
3994 \end_layout
3995
3996 \end_inset
3997
3998
3999 \series bold
4000 a
4001 \backslash
4002 int
4003 \series default
4004  space for the height of the integral sign,
4005 \begin_inset Foot
4006 status collapsed
4007
4008 \begin_layout Plain Layout
4009 The command 
4010 \series bold
4011
4012 \backslash
4013 int
4014 \series default
4015  creates an integral sign, see 
4016 \begin_inset CommandInset ref
4017 LatexCommand ref
4018 reference "sub:Big-Operators"
4019
4020 \end_inset
4021
4022 .
4023 \end_layout
4024
4025 \end_inset
4026
4027  because this is the larger character.
4028  An example application is in 
4029 \begin_inset CommandInset ref
4030 LatexCommand ref
4031 reference "sub:Multiline-Brackets"
4032
4033 \end_inset
4034
4035 .
4036 \end_layout
4037
4038 \begin_layout Subsection
4039 Lines
4040 \begin_inset Index
4041 status collapsed
4042
4043 \begin_layout Plain Layout
4044 Lines
4045 \end_layout
4046
4047 \end_inset
4048
4049
4050 \begin_inset Index
4051 status collapsed
4052
4053 \begin_layout Plain Layout
4054 Formula ! underlined
4055 \end_layout
4056
4057 \end_inset
4058
4059
4060 \end_layout
4061
4062 \begin_layout Standard
4063 \align center
4064 \begin_inset Tabular
4065 <lyxtabular version="3" rows="4" columns="2">
4066 <features>
4067 <column alignment="center" valignment="top" width="0pt">
4068 <column alignment="center" valignment="top" width="0pt">
4069 <row>
4070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074 Command
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083 Result
4084 \begin_inset Note Note
4085 status collapsed
4086
4087 \begin_layout Plain Layout
4088
4089 \series bold
4090
4091 \backslash
4092 raisebox
4093 \series default
4094  is only used as spacer.
4095 \end_layout
4096
4097 \end_inset
4098
4099
4100 \end_layout
4101
4102 \end_inset
4103 </cell>
4104 </row>
4105 <row>
4106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110
4111 \backslash
4112 overline
4113 \begin_inset ERT
4114 status collapsed
4115
4116 \begin_layout Plain Layout
4117
4118
4119 \backslash
4120 spce 
4121 \end_layout
4122
4123 \end_inset
4124
4125 A+B
4126 \begin_inset Index
4127 status collapsed
4128
4129 \begin_layout Plain Layout
4130 Commands ! O ! 
4131 \backslash
4132 overline
4133 \end_layout
4134
4135 \end_inset
4136
4137
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4147 \end_inset
4148
4149
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 </row>
4155 <row>
4156 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Plain Layout
4160
4161 \backslash
4162 underline
4163 \begin_inset ERT
4164 status collapsed
4165
4166 \begin_layout Plain Layout
4167
4168
4169 \backslash
4170 spce 
4171 \end_layout
4172
4173 \end_inset
4174
4175 A+B
4176 \begin_inset Index
4177 status collapsed
4178
4179 \begin_layout Plain Layout
4180 Commands ! U ! 
4181 \backslash
4182 underline
4183 \end_layout
4184
4185 \end_inset
4186
4187
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4197 \end_inset
4198
4199
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 </row>
4205 <row>
4206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210
4211 \backslash
4212 overline
4213 \begin_inset ERT
4214 status collapsed
4215
4216 \begin_layout Plain Layout
4217
4218
4219 \backslash
4220 spce 
4221 \end_layout
4222
4223 \end_inset
4224
4225
4226 \backslash
4227 underline
4228 \begin_inset ERT
4229 status collapsed
4230
4231 \begin_layout Plain Layout
4232
4233
4234 \backslash
4235 spce 
4236 \end_layout
4237
4238 \end_inset
4239
4240 A+B
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4250 \end_inset
4251
4252
4253 \end_layout
4254
4255 \end_inset
4256 </cell>
4257 </row>
4258 </lyxtabular>
4259
4260 \end_inset
4261
4262
4263 \end_layout
4264
4265 \begin_layout Standard
4266 In the last example it doesn't matter if first 
4267 \series bold
4268
4269 \backslash
4270 overline
4271 \series default
4272  or 
4273 \series bold
4274
4275 \backslash
4276 underline
4277 \series default
4278  is inserted.
4279 \end_layout
4280
4281 \begin_layout Standard
4282 To double underline e.
4283 \begin_inset space \thinspace{}
4284 \end_inset
4285
4286 g.
4287  results, one uses 
4288 \series bold
4289
4290 \backslash
4291 underline
4292 \series default
4293  twice.
4294 \end_layout
4295
4296 \begin_layout Standard
4297 It is possible to place up to 6 lines above or below characters.
4298 \end_layout
4299
4300 \begin_layout Subsection
4301 Ellipses
4302 \begin_inset Index
4303 status collapsed
4304
4305 \begin_layout Plain Layout
4306 Ellipses
4307 \end_layout
4308
4309 \end_inset
4310
4311
4312 \end_layout
4313
4314 \begin_layout Standard
4315 There are different types of ellipses available.
4316 \begin_inset Foot
4317 status collapsed
4318
4319 \begin_layout Plain Layout
4320 In the math toolbar in the submenu of the button 
4321 \begin_inset Graphics
4322         filename ../images/math/ldots.png
4323         scale 85
4324
4325 \end_inset
4326
4327
4328 \end_layout
4329
4330 \end_inset
4331
4332  For listings dots at the baseline are used (
4333 \series bold
4334
4335 \backslash
4336 ldots
4337 \series default
4338
4339 \begin_inset Index
4340 status collapsed
4341
4342 \begin_layout Plain Layout
4343 Commands ! L ! 
4344 \backslash
4345 ldots
4346 \end_layout
4347
4348 \end_inset
4349
4350 ), while for operations dots are needed that are on the same height as the
4351  operators (
4352 \series bold
4353
4354 \backslash
4355 cdots
4356 \series default
4357
4358 \begin_inset Index
4359 status collapsed
4360
4361 \begin_layout Plain Layout
4362 Commands ! C ! 
4363 \backslash
4364 cdots
4365 \end_layout
4366
4367 \end_inset
4368
4369 ).
4370  When using the command 
4371 \series bold
4372
4373 \backslash
4374 dots
4375 \series default
4376
4377 \begin_inset Index
4378 status collapsed
4379
4380 \begin_layout Plain Layout
4381 Commands ! D ! 
4382 \backslash
4383 dots
4384 \end_layout
4385
4386 \end_inset
4387
4388 , LaTeX decides on the basis of the next character what type is used.
4389 \end_layout
4390
4391 \begin_layout Standard
4392 \align center
4393 \begin_inset Tabular
4394 <lyxtabular version="3" rows="8" columns="2">
4395 <features>
4396 <column alignment="center" valignment="top" width="0pt">
4397 <column alignment="center" valignment="top" width="0pt">
4398 <row>
4399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403 Command
4404 \end_layout
4405
4406 \end_inset
4407 </cell>
4408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4409 \begin_inset Text
4410
4411 \begin_layout Plain Layout
4412 Result
4413 \end_layout
4414
4415 \end_inset
4416 </cell>
4417 </row>
4418 <row>
4419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423 A_1
4424 \begin_inset ERT
4425 status collapsed
4426
4427 \begin_layout Plain Layout
4428
4429
4430 \backslash
4431 spce 
4432 \end_layout
4433
4434 \end_inset
4435
4436 ,
4437 \backslash
4438 dots
4439 \begin_inset ERT
4440 status collapsed
4441
4442 \begin_layout Plain Layout
4443
4444
4445 \backslash
4446 spce 
4447 \end_layout
4448
4449 \end_inset
4450
4451 ,A_n
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460 \begin_inset Formula $A_{1},\dots,A_{n}$
4461 \end_inset
4462
4463
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 </row>
4469 <row>
4470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474 A_1
4475 \begin_inset ERT
4476 status collapsed
4477
4478 \begin_layout Plain Layout
4479
4480
4481 \backslash
4482 spce 
4483 \end_layout
4484
4485 \end_inset
4486
4487 +
4488 \backslash
4489 dots
4490 \begin_inset ERT
4491 status collapsed
4492
4493 \begin_layout Plain Layout
4494
4495
4496 \backslash
4497 spce 
4498 \end_layout
4499
4500 \end_inset
4501
4502 +A_n
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4508 \begin_inset Text
4509
4510 \begin_layout Plain Layout
4511 \begin_inset Formula $A_{1}+\dots+A_{n}$
4512 \end_inset
4513
4514
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 </row>
4520 <row>
4521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525 A_1
4526 \begin_inset ERT
4527 status collapsed
4528
4529 \begin_layout Plain Layout
4530
4531
4532 \backslash
4533 spce 
4534 \end_layout
4535
4536 \end_inset
4537
4538 ,
4539 \backslash
4540 ldots
4541 \begin_inset ERT
4542 status collapsed
4543
4544 \begin_layout Plain Layout
4545
4546
4547 \backslash
4548 spce 
4549 \end_layout
4550
4551 \end_inset
4552
4553 ,A_n
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4559 \begin_inset Text
4560
4561 \begin_layout Plain Layout
4562 \begin_inset Formula $A_{1},\ldots,A_{n}$
4563 \end_inset
4564
4565
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 </row>
4571 <row>
4572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576 A_1
4577 \begin_inset ERT
4578 status collapsed
4579
4580 \begin_layout Plain Layout
4581
4582
4583 \backslash
4584 spce 
4585 \end_layout
4586
4587 \end_inset
4588
4589 +
4590 \backslash
4591 cdots
4592 \begin_inset ERT
4593 status collapsed
4594
4595 \begin_layout Plain Layout
4596
4597
4598 \backslash
4599 spce 
4600 \end_layout
4601
4602 \end_inset
4603
4604 +A_n
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4614 \end_inset
4615
4616
4617 \end_layout
4618
4619 \end_inset
4620 </cell>
4621 </row>
4622 <row>
4623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4624 \begin_inset Text
4625
4626 \begin_layout Plain Layout
4627
4628 \backslash
4629 vdots
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Plain Layout
4638 \begin_inset Formula $\vdots$
4639 \end_inset
4640
4641
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 </row>
4647 <row>
4648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652
4653 \backslash
4654 ddots
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 $\ddots$
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" bottomline="true" leftline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 3×3
4678 \begin_inset space \thinspace{}
4679 \end_inset
4680
4681 matrix with the different dots
4682 \end_layout
4683
4684 \end_inset
4685 </cell>
4686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690 \begin_inset Formula $\begin{array}{ccc}
4691 A_{11} & \cdots & A_{1m}\\
4692 \vdots & \ddots & \vdots\\
4693 A_{n1} & \cdots & A_{nm}\end{array}$
4694 \end_inset
4695
4696
4697 \end_layout
4698
4699 \end_inset
4700 </cell>
4701 </row>
4702 </lyxtabular>
4703
4704 \end_inset
4705
4706
4707 \end_layout
4708
4709 \begin_layout Standard
4710 The ellipses available in menu 
4711 \family sans
4712 Insert\SpecialChar \menuseparator
4713 Special
4714 \begin_inset space ~
4715 \end_inset
4716
4717 Character
4718 \family default
4719  are 
4720 \series bold
4721
4722 \backslash
4723 ldots
4724 \series default
4725 .
4726 \end_layout
4727
4728 \begin_layout Standard
4729 \begin_inset VSpace medskip
4730 \end_inset
4731
4732 Specially for matrices there are ellipses that span over several columns.
4733  They are created with the command 
4734 \series bold
4735
4736 \backslash
4737 hdotsfor
4738 \series default
4739
4740 \begin_inset Index
4741 status collapsed
4742
4743 \begin_layout Plain Layout
4744 Commands ! H ! 
4745 \backslash
4746 hdotsfor
4747 \end_layout
4748
4749 \end_inset
4750
4751 , that has the following scheme:
4752 \end_layout
4753
4754 \begin_layout Standard
4755
4756 \series bold
4757
4758 \backslash
4759 hdotsfor[distance]{number of columns}
4760 \end_layout
4761
4762 \begin_layout Standard
4763 The number of columns specifies how many columns should be spanned.
4764  Distance is a factor for the distance between the dots.
4765 \end_layout
4766
4767 \begin_layout Standard
4768 In the following matrix the command 
4769 \series bold
4770
4771 \backslash
4772 hdotsfor[2]{4}
4773 \series default
4774  was inserted in the first box of the second line, to get an ellipsis with
4775  a dot distance twice as long as with the command 
4776 \series bold
4777
4778 \backslash
4779 dots
4780 \series default
4781 :
4782 \begin_inset Formula \[
4783 \left(\begin{array}{cccc}
4784 A & B & C & D\\
4785 \hdotsfor[2]{4}\\
4786 q & w & e & r\end{array}\right)\]
4787
4788 \end_inset
4789
4790 Note that the matrix fields that should be spanned must be empty, otherwise
4791  you get LaTeX-errors.
4792 \end_layout
4793
4794 \begin_layout Standard
4795 \begin_inset VSpace bigskip
4796 \end_inset
4797
4798 Furthermore you can fill with the command 
4799 \series bold
4800
4801 \backslash
4802 dotfill
4803 \series default
4804
4805 \begin_inset Index
4806 status collapsed
4807
4808 \begin_layout Plain Layout
4809 Commands ! D ! 
4810 \backslash
4811 dotfill
4812 \end_layout
4813
4814 \end_inset
4815
4816  the rest of a line with dots.
4817  The effect of these commands is the same like with 
4818 \series bold
4819
4820 \backslash
4821 hfill
4822 \series default
4823 , see 
4824 \begin_inset CommandInset ref
4825 LatexCommand ref
4826 reference "sub:Variable-Space"
4827
4828 \end_inset
4829
4830 .
4831 \end_layout
4832
4833 \begin_layout Standard
4834 For example the command 
4835 \series bold
4836 A
4837 \backslash
4838 dotfill
4839 \begin_inset ERT
4840 status collapsed
4841
4842 \begin_layout Plain Layout
4843
4844
4845 \backslash
4846 spce 
4847 \end_layout
4848
4849 \end_inset
4850
4851 B
4852 \series default
4853  produces
4854 \end_layout
4855
4856 \begin_layout Standard
4857 \begin_inset Formula $A\dotfill B$
4858 \end_inset
4859
4860
4861 \end_layout
4862
4863 \begin_layout Standard
4864 Analog to
4865 \series bold
4866  
4867 \backslash
4868 dotfill
4869 \series default
4870  there is for a line the command 
4871 \series bold
4872
4873 \backslash
4874 hrulefill
4875 \series default
4876
4877 \begin_inset Index
4878 status collapsed
4879
4880 \begin_layout Plain Layout
4881 Commands ! H ! 
4882 \backslash
4883 hrulefill
4884 \end_layout
4885
4886 \end_inset
4887
4888 :
4889 \end_layout
4890
4891 \begin_layout Standard
4892 \begin_inset Formula $A\hrulefill B$
4893 \end_inset
4894
4895
4896 \end_layout
4897
4898 \begin_layout Standard
4899 To use the commands for text, they have to be inserted in TeX-mode.
4900 \end_layout
4901
4902 \begin_layout Section
4903 Matrices
4904 \begin_inset CommandInset label
4905 LatexCommand label
4906 name "sec:Matrices"
4907
4908 \end_inset
4909
4910
4911 \begin_inset Index
4912 status collapsed
4913
4914 \begin_layout Plain Layout
4915 Matrices
4916 \end_layout
4917
4918 \end_inset
4919
4920
4921 \end_layout
4922
4923 \begin_layout Standard
4924 Matrices can be inserted via the math toolbar button 
4925 \begin_inset Graphics
4926         filename ../images/dialog-show_mathmatrix.png
4927         scale 85
4928
4929 \end_inset
4930
4931  or the menu 
4932 \family sans
4933 Insert\SpecialChar \menuseparator
4934 Math\SpecialChar \menuseparator
4935 Matrix
4936 \family default
4937 .
4938  You will be asked for the number of matrix columns and rows, and the alignment.
4939  The vertical alignment is hereby only of importance for matrices in inline
4940  formulas:
4941 \end_layout
4942
4943 \begin_layout Standard
4944 The first matrix is top 
4945 \begin_inset Formula $\begin{array}[t]{cccc}
4946 A & D & G & J\\
4947 B & E & H & K\\
4948 C & F & I & L\end{array}$
4949 \end_inset
4950
4951 , the second middle 
4952 \begin_inset Formula $\begin{array}{cccc}
4953 A & D & G & J\\
4954 B & E & H & K\\
4955 C & F & I & L\end{array}$
4956 \end_inset
4957
4958 , and the third bottom 
4959 \begin_inset Formula $\begin{array}[b]{cccc}
4960 A & D & G & J\\
4961 B & E & H & K\\
4962 C & F & I & L\end{array}$
4963 \end_inset
4964
4965  aligned.
4966 \end_layout
4967
4968 \begin_layout Standard
4969 The horizontal alignment specifies how the column entries should be aligned.
4970  It is set by entering a letter for every column.
4971  
4972 \emph on
4973 l
4974 \emph default
4975  denotes left aligned, 
4976 \emph on
4977 c
4978 \emph default
4979  centered, and 
4980 \emph on
4981 r
4982 \emph default
4983  right aligned.
4984  To create for example a 4
4985 \series bold
4986 ×
4987 \series default
4988 4
4989 \begin_inset space ~
4990 \end_inset
4991
4992 matrix where the first column is left aligned, the second and third are
4993  centered, and the last one is right aligned, one enters for the horizontal
4994  alignment 
4995 \series bold
4996 lccr
4997 \series default
4998 .
4999  Normally are in a matrix all columns centered, therefore the default is
5000  for every column is a 
5001 \series bold
5002 c
5003 \series default
5004 .
5005 \end_layout
5006
5007 \begin_layout Standard
5008 Horizontal alignment:
5009 \end_layout
5010
5011 \begin_layout Standard
5012
5013 \series bold
5014 lll
5015 \series default
5016  : 
5017 \begin_inset Formula $\begin{array}{lll}
5018 10000 & D & G\\
5019 B & 10000 & H\\
5020 C & F & 10000\end{array}$
5021 \end_inset
5022
5023  , 
5024 \series bold
5025 ccc
5026 \series default
5027  : 
5028 \begin_inset Formula $\begin{array}{ccc}
5029 10000 & D & G\\
5030 B & 10000 & H\\
5031 C & F & 10000\end{array}$
5032 \end_inset
5033
5034  , 
5035 \series bold
5036 rrr
5037 \series default
5038  : 
5039 \begin_inset Formula $\begin{array}{rrr}
5040 10000 & D & G\\
5041 B & 10000 & H\\
5042 C & F & 10000\end{array}$
5043 \end_inset
5044
5045
5046 \end_layout
5047
5048 \begin_layout Standard
5049 To add or delete rows and columns subsequently, the math toolbar buttons
5050  
5051 \begin_inset Graphics
5052         filename ../images/tabular-feature_append-row.png
5053         scale 85
5054
5055 \end_inset
5056
5057
5058 \begin_inset Graphics
5059         filename ../images/tabular-feature_delete-row.png
5060         scale 85
5061
5062 \end_inset
5063
5064 , etc.
5065 \begin_inset space \thinspace{}
5066 \end_inset
5067
5068 , or the menu 
5069 \family sans
5070 Edit\SpecialChar \menuseparator
5071 Rows & Columns
5072 \family default
5073  can be used.
5074  New rows can also be created with 
5075 \family sans
5076 Ctrl-Return
5077 \family default
5078 .
5079 \end_layout
5080
5081 \begin_layout Standard
5082 \begin_inset VSpace bigskip
5083 \end_inset
5084
5085 Parentheses around a matrix can can either be created with the commands
5086  
5087 \series bold
5088
5089 \backslash
5090 left
5091 \series default
5092
5093 \begin_inset Index
5094 status collapsed
5095
5096 \begin_layout Plain Layout
5097 Commands ! L ! 
5098 \backslash
5099 left
5100 \end_layout
5101
5102 \end_inset
5103
5104  and 
5105 \series bold
5106
5107 \backslash
5108 right
5109 \series default
5110
5111 \begin_inset Index
5112 status collapsed
5113
5114 \begin_layout Plain Layout
5115 Commands ! R ! 
5116 \backslash
5117 right
5118 \end_layout
5119
5120 \end_inset
5121
5122  (shortcut 
5123 \family sans
5124 Alt-m
5125 \begin_inset space ~
5126 \end_inset
5127
5128 parenthesis
5129 \family default
5130 ), see 
5131 \begin_inset CommandInset ref
5132 LatexCommand ref
5133 reference "sub:Automatic-Bracket-Size"
5134
5135 \end_inset
5136
5137 , or by using the following commands:
5138 \begin_inset VSpace medskip
5139 \end_inset
5140
5141
5142 \end_layout
5143
5144 \begin_layout Standard
5145 \begin_inset space \hfill{}
5146 \end_inset
5147
5148
5149 \begin_inset Tabular
5150 <lyxtabular version="3" rows="4" columns="2">
5151 <features>
5152 <column alignment="center" valignment="top" width="0">
5153 <column alignment="center" valignment="top" width="0">
5154 <row>
5155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159 Command
5160 \end_layout
5161
5162 \end_inset
5163 </cell>
5164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5165 \begin_inset Text
5166
5167 \begin_layout Plain Layout
5168 Result
5169 \begin_inset Note Note
5170 status collapsed
5171
5172 \begin_layout Plain Layout
5173
5174 \series bold
5175
5176 \backslash
5177 raisebox
5178 \series default
5179  is only used as spacer.
5180 \end_layout
5181
5182 \end_inset
5183
5184
5185 \end_layout
5186
5187 \end_inset
5188 </cell>
5189 </row>
5190 <row>
5191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195
5196 \backslash
5197 bmatrix
5198 \begin_inset ERT
5199 status collapsed
5200
5201 \begin_layout Plain Layout
5202
5203
5204 \backslash
5205 spce 
5206 \end_layout
5207
5208 \end_inset
5209
5210 2
5211 \series bold
5212 ×
5213 \series default
5214 2
5215 \begin_inset space \thinspace{}
5216 \end_inset
5217
5218 matrix
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5224 \begin_inset Text
5225
5226 \begin_layout Plain Layout
5227 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5228 0 & \textrm{-}\mathrm{i}\\
5229 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5230 \end_inset
5231
5232
5233 \end_layout
5234
5235 \end_inset
5236 </cell>
5237 </row>
5238 <row>
5239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5240 \begin_inset Text
5241
5242 \begin_layout Plain Layout
5243
5244 \backslash
5245 Bmatrix
5246 \begin_inset ERT
5247 status collapsed
5248
5249 \begin_layout Plain Layout
5250
5251
5252 \backslash
5253 spce 
5254 \end_layout
5255
5256 \end_inset
5257
5258 2
5259 \series bold
5260 ×
5261 \series default
5262 2
5263 \begin_inset space \thinspace{}
5264 \end_inset
5265
5266 matrix
5267 \end_layout
5268
5269 \end_inset
5270 </cell>
5271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5276 0 & \textrm{-}\mathrm{i}\\
5277 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5278 \end_inset
5279
5280
5281 \end_layout
5282
5283 \end_inset
5284 </cell>
5285 </row>
5286 <row>
5287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5288 \begin_inset Text
5289
5290 \begin_layout Plain Layout
5291
5292 \backslash
5293 pmatrix
5294 \begin_inset ERT
5295 status collapsed
5296
5297 \begin_layout Plain Layout
5298
5299
5300 \backslash
5301 spce 
5302 \end_layout
5303
5304 \end_inset
5305
5306 2
5307 \series bold
5308 ×
5309 \series default
5310 2
5311 \begin_inset space \thinspace{}
5312 \end_inset
5313
5314 matrix
5315 \end_layout
5316
5317 \end_inset
5318 </cell>
5319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Plain Layout
5323 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5324 0 & \textrm{-}\mathrm{i}\\
5325 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5326 \end_inset
5327
5328
5329 \end_layout
5330
5331 \end_inset
5332 </cell>
5333 </row>
5334 </lyxtabular>
5335
5336 \end_inset
5337
5338
5339 \begin_inset space \hfill{}
5340 \end_inset
5341
5342
5343 \begin_inset Tabular
5344 <lyxtabular version="3" rows="4" columns="2">
5345 <features>
5346 <column alignment="center" valignment="top" width="0">
5347 <column alignment="center" valignment="top" width="0">
5348 <row>
5349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5350 \begin_inset Text
5351
5352 \begin_layout Plain Layout
5353 Command
5354 \end_layout
5355
5356 \end_inset
5357 </cell>
5358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5359 \begin_inset Text
5360
5361 \begin_layout Plain Layout
5362 Result
5363 \end_layout
5364
5365 \end_inset
5366 </cell>
5367 </row>
5368 <row>
5369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5370 \begin_inset Text
5371
5372 \begin_layout Plain Layout
5373
5374 \backslash
5375 vmatrix
5376 \begin_inset ERT
5377 status collapsed
5378
5379 \begin_layout Plain Layout
5380
5381
5382 \backslash
5383 spce 
5384 \end_layout
5385
5386 \end_inset
5387
5388 2
5389 \series bold
5390 ×
5391 \series default
5392 2
5393 \begin_inset space \thinspace{}
5394 \end_inset
5395
5396 matrix
5397 \end_layout
5398
5399 \end_inset
5400 </cell>
5401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5402 \begin_inset Text
5403
5404 \begin_layout Plain Layout
5405 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5406 0 & \textrm{-}\mathrm{i}\\
5407 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5408 \end_inset
5409
5410
5411 \end_layout
5412
5413 \end_inset
5414 </cell>
5415 </row>
5416 <row>
5417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Plain Layout
5421
5422 \backslash
5423 Vmatrix
5424 \begin_inset ERT
5425 status collapsed
5426
5427 \begin_layout Plain Layout
5428
5429
5430 \backslash
5431 spce 
5432 \end_layout
5433
5434 \end_inset
5435
5436 2
5437 \series bold
5438 ×
5439 \series default
5440 2
5441 \begin_inset space \thinspace{}
5442 \end_inset
5443
5444 matrix
5445 \end_layout
5446
5447 \end_inset
5448 </cell>
5449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5450 \begin_inset Text
5451
5452 \begin_layout Plain Layout
5453 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5454 0 & \textrm{-}\mathrm{i}\\
5455 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5456 \end_inset
5457
5458
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 </row>
5464 <row>
5465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469
5470 \backslash
5471 matrix
5472 \begin_inset ERT
5473 status collapsed
5474
5475 \begin_layout Plain Layout
5476
5477
5478 \backslash
5479 spce 
5480 \end_layout
5481
5482 \end_inset
5483
5484 2
5485 \series bold
5486 ×
5487 \series default
5488 2
5489 \begin_inset space \thinspace{}
5490 \end_inset
5491
5492 matrix
5493 \end_layout
5494
5495 \end_inset
5496 </cell>
5497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5498 \begin_inset Text
5499
5500 \begin_layout Plain Layout
5501 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5502 0 & \textrm{-}\mathrm{i}\\
5503 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5504 \end_inset
5505
5506
5507 \end_layout
5508
5509 \end_inset
5510 </cell>
5511 </row>
5512 </lyxtabular>
5513
5514 \end_inset
5515
5516
5517 \begin_inset space \hfill{}
5518 \end_inset
5519
5520
5521 \end_layout
5522
5523 \begin_layout Standard
5524 \begin_inset VSpace medskip
5525 \end_inset
5526
5527 When e.
5528 \begin_inset space \thinspace{}
5529 \end_inset
5530
5531 g.
5532 \begin_inset space ~
5533 \end_inset
5534
5535
5536 \series bold
5537
5538 \backslash
5539 vmatrix
5540 \series default
5541  is inserted, a blue box appears between two vertical lines where the matrix
5542  is inserted.
5543 \end_layout
5544
5545 \begin_layout Standard
5546 \begin_inset VSpace bigskip
5547 \end_inset
5548
5549 As all multiline formulas are matrices, the length 
5550 \series bold
5551
5552 \backslash
5553 arraycolsep
5554 \series default
5555
5556 \begin_inset Index
5557 status collapsed
5558
5559 \begin_layout Plain Layout
5560 Commands ! A ! 
5561 \backslash
5562 arraycolsep
5563 \end_layout
5564
5565 \end_inset
5566
5567  that is described in 
5568 \begin_inset CommandInset ref
5569 LatexCommand ref
5570 reference "sub:Column-Separation"
5571
5572 \end_inset
5573
5574  can also be used to change the column separation of matrices.
5575 \end_layout
5576
5577 \begin_layout Standard
5578 To change the row separation, the command 
5579 \series bold
5580
5581 \backslash
5582 arraystretch
5583 \series default
5584
5585 \begin_inset Index
5586 status collapsed
5587
5588 \begin_layout Plain Layout
5589 Commands ! A ! 
5590 \backslash
5591 arraystretch
5592 \end_layout
5593
5594 \end_inset
5595
5596  is used.
5597  It is used as follows:
5598 \end_layout
5599
5600 \begin_layout Standard
5601
5602 \series bold
5603
5604 \backslash
5605 renewcommand{
5606 \backslash
5607 arraystretch}{stretch factor}
5608 \begin_inset Index
5609 status collapsed
5610
5611 \begin_layout Plain Layout
5612 Commands ! R ! 
5613 \backslash
5614 renewcommand
5615 \end_layout
5616
5617 \end_inset
5618
5619
5620 \end_layout
5621
5622 \begin_layout Standard
5623 The command 
5624 \series bold
5625
5626 \backslash
5627 renewcommand
5628 \series default
5629  assigns the stretch factor to the predefined command 
5630 \series bold
5631
5632 \backslash
5633 arraystretch
5634 \series default
5635 .
5636  To double e.
5637 \begin_inset space \thinspace{}
5638 \end_inset
5639
5640 g.
5641 \begin_inset space ~
5642 \end_inset
5643
5644 the row separation, use the factor 2.
5645  This is then used for all following matrices.
5646  To go back to the original separation, assign the factor 1 to 
5647 \series bold
5648
5649 \backslash
5650 arraystretch
5651 \series default
5652 .
5653 \end_layout
5654
5655 \begin_layout Standard
5656 To set matrices into a text line, the command 
5657 \series bold
5658
5659 \backslash
5660 smallmatrix
5661 \series default
5662
5663 \begin_inset Index
5664 status collapsed
5665
5666 \begin_layout Plain Layout
5667 Commands ! S ! 
5668 \backslash
5669 smallmatrix
5670 \end_layout
5671
5672 \end_inset
5673
5674  is used.
5675  When it is inserted a blue box with two dashed lines appears.
5676  In this box the matrix is inserted.
5677 \end_layout
5678
5679 \begin_layout Standard
5680 This is a matrix 
5681 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5682 C & D\end{smallmatrix}\right)$
5683 \end_inset
5684
5685  in a text line.
5686 \end_layout
5687
5688 \begin_layout Section
5689 Brackets and Delimiters
5690 \begin_inset Index
5691 status collapsed
5692
5693 \begin_layout Plain Layout
5694 Brackets
5695 \end_layout
5696
5697 \end_inset
5698
5699
5700 \begin_inset Index
5701 status collapsed
5702
5703 \begin_layout Plain Layout
5704 Delimiters
5705 \end_layout
5706
5707 \end_inset
5708
5709
5710 \end_layout
5711
5712 \begin_layout Subsection
5713 Vertical Brackets and Delimiters
5714 \begin_inset Index
5715 status collapsed
5716
5717 \begin_layout Plain Layout
5718 Brackets ! vertical
5719 \end_layout
5720
5721 \end_inset
5722
5723
5724 \end_layout
5725
5726 \begin_layout Standard
5727 \begin_inset space \hfill{}
5728 \end_inset
5729
5730
5731 \begin_inset Tabular
5732 <lyxtabular version="3" rows="9" columns="2">
5733 <features>
5734 <column alignment="center" valignment="top" width="0pt">
5735 <column alignment="center" valignment="top" width="0pt">
5736 <row>
5737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Plain Layout
5741 Command
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5747 \begin_inset Text
5748
5749 \begin_layout Plain Layout
5750 Result
5751 \end_layout
5752
5753 \end_inset
5754 </cell>
5755 </row>
5756 <row>
5757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 (
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5767 \begin_inset Text
5768
5769 \begin_layout Plain Layout
5770 \begin_inset Formula $($
5771 \end_inset
5772
5773
5774 \end_layout
5775
5776 \end_inset
5777 </cell>
5778 </row>
5779 <row>
5780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5781 \begin_inset Text
5782
5783 \begin_layout Plain Layout
5784 {
5785 \end_layout
5786
5787 \end_inset
5788 </cell>
5789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5790 \begin_inset Text
5791
5792 \begin_layout Plain Layout
5793 \begin_inset Formula $\{$
5794 \end_inset
5795
5796
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 </row>
5802 <row>
5803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Plain Layout
5807 [
5808 \end_layout
5809
5810 \end_inset
5811 </cell>
5812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5813 \begin_inset Text
5814
5815 \begin_layout Plain Layout
5816 \begin_inset Formula $[$
5817 \end_inset
5818
5819
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 </row>
5825 <row>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830
5831 \backslash
5832 langle
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841 \begin_inset Formula $\langle$
5842 \end_inset
5843
5844
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 </row>
5850 <row>
5851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855
5856 \backslash
5857 lceil
5858 \end_layout
5859
5860 \end_inset
5861 </cell>
5862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5863 \begin_inset Text
5864
5865 \begin_layout Plain Layout
5866 \begin_inset Formula $\lceil$
5867 \end_inset
5868
5869
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 </row>
5875 <row>
5876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5877 \begin_inset Text
5878
5879 \begin_layout Plain Layout
5880
5881 \backslash
5882 lfloor
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5888 \begin_inset Text
5889
5890 \begin_layout Plain Layout
5891 \begin_inset Formula $\lfloor$
5892 \end_inset
5893
5894
5895 \end_layout
5896
5897 \end_inset
5898 </cell>
5899 </row>
5900 <row>
5901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5902 \begin_inset Text
5903
5904 \begin_layout Plain Layout
5905 /
5906 \end_layout
5907
5908 \end_inset
5909 </cell>
5910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5911 \begin_inset Text
5912
5913 \begin_layout Plain Layout
5914 \begin_inset Formula $/$
5915 \end_inset
5916
5917
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 </row>
5923 <row>
5924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928 |
5929 \end_layout
5930
5931 \end_inset
5932 </cell>
5933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Plain Layout
5937 \begin_inset Formula $|$
5938 \end_inset
5939
5940
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 </row>
5946 </lyxtabular>
5947
5948 \end_inset
5949
5950
5951 \begin_inset space \hfill{}
5952 \end_inset
5953
5954
5955 \begin_inset Tabular
5956 <lyxtabular version="3" rows="9" columns="2">
5957 <features>
5958 <column alignment="center" valignment="top" width="0pt">
5959 <column alignment="center" valignment="top" width="0pt">
5960 <row>
5961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5962 \begin_inset Text
5963
5964 \begin_layout Plain Layout
5965 Command
5966 \end_layout
5967
5968 \end_inset
5969 </cell>
5970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5971 \begin_inset Text
5972
5973 \begin_layout Plain Layout
5974 Result
5975 \end_layout
5976
5977 \end_inset
5978 </cell>
5979 </row>
5980 <row>
5981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985 )
5986 \end_layout
5987
5988 \end_inset
5989 </cell>
5990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5991 \begin_inset Text
5992
5993 \begin_layout Plain Layout
5994 \begin_inset Formula $)$
5995 \end_inset
5996
5997
5998 \end_layout
5999
6000 \end_inset
6001 </cell>
6002 </row>
6003 <row>
6004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6005 \begin_inset Text
6006
6007 \begin_layout Plain Layout
6008 }
6009 \end_layout
6010
6011 \end_inset
6012 </cell>
6013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6014 \begin_inset Text
6015
6016 \begin_layout Plain Layout
6017 \begin_inset Formula $\}$
6018 \end_inset
6019
6020
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 </row>
6026 <row>
6027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6028 \begin_inset Text
6029
6030 \begin_layout Plain Layout
6031 ]
6032 \end_layout
6033
6034 \end_inset
6035 </cell>
6036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6037 \begin_inset Text
6038
6039 \begin_layout Plain Layout
6040 \begin_inset Formula $]$
6041 \end_inset
6042
6043
6044 \end_layout
6045
6046 \end_inset
6047 </cell>
6048 </row>
6049 <row>
6050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6051 \begin_inset Text
6052
6053 \begin_layout Plain Layout
6054
6055 \backslash
6056 rangle
6057 \end_layout
6058
6059 \end_inset
6060 </cell>
6061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065 \begin_inset Formula $\rangle$
6066 \end_inset
6067
6068
6069 \end_layout
6070
6071 \end_inset
6072 </cell>
6073 </row>
6074 <row>
6075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Plain Layout
6079
6080 \backslash
6081 rceil
6082 \end_layout
6083
6084 \end_inset
6085 </cell>
6086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6087 \begin_inset Text
6088
6089 \begin_layout Plain Layout
6090 \begin_inset Formula $\rceil$
6091 \end_inset
6092
6093
6094 \end_layout
6095
6096 \end_inset
6097 </cell>
6098 </row>
6099 <row>
6100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104
6105 \backslash
6106 rfloor
6107 \end_layout
6108
6109 \end_inset
6110 </cell>
6111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6112 \begin_inset Text
6113
6114 \begin_layout Plain Layout
6115 \begin_inset Formula $\rfloor$
6116 \end_inset
6117
6118
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 </row>
6124 <row>
6125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6126 \begin_inset Text
6127
6128 \begin_layout Plain Layout
6129
6130 \backslash
6131
6132 \backslash
6133
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 $\backslash$
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" bottomline="true" leftline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156
6157 \backslash
6158 |
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167 \begin_inset Formula $\|$
6168 \end_inset
6169
6170
6171 \end_layout
6172
6173 \end_inset
6174 </cell>
6175 </row>
6176 </lyxtabular>
6177
6178 \end_inset
6179
6180
6181 \begin_inset space \hfill{}
6182 \end_inset
6183
6184
6185 \end_layout
6186
6187 \begin_layout Standard
6188
6189 \series medium
6190 \begin_inset Note Greyedout
6191 status open
6192
6193 \begin_layout Plain Layout
6194
6195 \series bold
6196 Note:
6197 \series default
6198  In TeX-mode the command 
6199 \series bold
6200
6201 \backslash
6202 textbackslash
6203 \series default
6204
6205 \begin_inset Index
6206 status collapsed
6207
6208 \begin_layout Plain Layout
6209 Commands ! T ! 
6210 \backslash
6211 textbackslash
6212 \end_layout
6213
6214 \end_inset
6215
6216  must be used for the backslash, because the command 
6217 \series bold
6218
6219 \backslash
6220
6221 \backslash
6222
6223 \series default
6224  produces there a line break.
6225 \end_layout
6226
6227 \end_inset
6228
6229
6230 \end_layout
6231
6232 \begin_layout Standard
6233 For all characters listed above the size can be adjusted with the commands
6234  described in the following two subsections.
6235  When using these commands, the characters < and > can directly be used
6236  instead of the commands 
6237 \series bold
6238
6239 \backslash
6240 langle
6241 \series default
6242  and 
6243 \series bold
6244
6245 \backslash
6246 rangle
6247 \series default
6248 .
6249 \end_layout
6250
6251 \begin_layout Subsubsection
6252 Manual Bracket Size
6253 \begin_inset CommandInset label
6254 LatexCommand label
6255 name "sub:Manual-Bracket-Size"
6256
6257 \end_inset
6258
6259
6260 \begin_inset Index
6261 status collapsed
6262
6263 \begin_layout Plain Layout
6264 Bracket size ! manual
6265 \end_layout
6266
6267 \end_inset
6268
6269
6270 \end_layout
6271
6272 \begin_layout Standard
6273 The bracket size can be specified manually by the LaTeX-commands 
6274 \series bold
6275
6276 \backslash
6277 big
6278 \series default
6279
6280 \begin_inset Index
6281 status collapsed
6282
6283 \begin_layout Plain Layout
6284 Commands ! B ! 
6285 \backslash
6286 big
6287 \end_layout
6288
6289 \end_inset
6290
6291
6292 \series bold
6293
6294 \backslash
6295 Big
6296 \series default
6297
6298 \series bold
6299
6300 \backslash
6301 bigg
6302 \series default
6303 , and 
6304 \series bold
6305
6306 \backslash
6307 Bigg
6308 \series default
6309 .
6310  
6311 \series bold
6312
6313 \backslash
6314 big
6315 \series default
6316  denotes the smallest and 
6317 \series bold
6318
6319 \backslash
6320 Bigg
6321 \series default
6322  the largest bracket size.
6323 \end_layout
6324
6325 \begin_layout Standard
6326 These commands are used to emphasize levels of brackets:
6327 \end_layout
6328
6329 \begin_layout Standard
6330 \align center
6331 \begin_inset Tabular
6332 <lyxtabular version="3" rows="2" columns="2">
6333 <features>
6334 <column alignment="center" valignment="top" width="0pt">
6335 <column alignment="center" valignment="top" width="0pt">
6336 <row>
6337 <cell alignment="center" valignment="top" usebox="none">
6338 \begin_inset Text
6339
6340 \begin_layout Plain Layout
6341 all brackets in the same size:
6342 \end_layout
6343
6344 \end_inset
6345 </cell>
6346 <cell alignment="center" valignment="top" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Plain Layout
6350 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6351 \end_inset
6352
6353
6354 \end_layout
6355
6356 \end_inset
6357 </cell>
6358 </row>
6359 <row>
6360 <cell alignment="center" valignment="top" usebox="none">
6361 \begin_inset Text
6362
6363 \begin_layout Plain Layout
6364 this looks better:
6365 \end_layout
6366
6367 \end_inset
6368 </cell>
6369 <cell alignment="center" valignment="top" usebox="none">
6370 \begin_inset Text
6371
6372 \begin_layout Plain Layout
6373 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6374 \end_inset
6375
6376
6377 \end_layout
6378
6379 \end_inset
6380 </cell>
6381 </row>
6382 </lyxtabular>
6383
6384 \end_inset
6385
6386
6387 \begin_inset Note Note
6388 status collapsed
6389
6390 \begin_layout Plain Layout
6391
6392 \series bold
6393
6394 \backslash
6395 raisebox
6396 \series default
6397  is only used as spacer.
6398 \end_layout
6399
6400 \end_inset
6401
6402
6403 \end_layout
6404
6405 \begin_layout Standard
6406 For the second formula the command 
6407 \series bold
6408
6409 \backslash
6410 Big((A+B)(A-B)
6411 \backslash
6412 Big)^
6413 \begin_inset ERT
6414 status collapsed
6415
6416 \begin_layout Plain Layout
6417
6418
6419 \backslash
6420 spce 
6421 \end_layout
6422
6423 \end_inset
6424
6425 C
6426 \series default
6427  has been used.
6428 \end_layout
6429
6430 \begin_layout Standard
6431 Here is an overview about all bracket sizes:
6432 \end_layout
6433
6434 \begin_layout Standard
6435 \align center
6436
6437 \backslash
6438 Bigg(
6439 \backslash
6440 exp
6441 \backslash
6442 bigg<
6443 \backslash
6444 Big[
6445 \backslash
6446 big{
6447 \backslash
6448 ln(3x)
6449 \backslash
6450 big}^2
6451 \begin_inset ERT
6452 status collapsed
6453
6454 \begin_layout Plain Layout
6455
6456
6457 \backslash
6458 spce 
6459 \end_layout
6460
6461 \end_inset
6462
6463
6464 \backslash
6465 sin(x)
6466 \backslash
6467 Big]^
6468 \begin_inset ERT
6469 status collapsed
6470
6471 \begin_layout Plain Layout
6472
6473
6474 \backslash
6475 spce 
6476 \end_layout
6477
6478 \end_inset
6479
6480 A
6481 \begin_inset ERT
6482 status collapsed
6483
6484 \begin_layout Plain Layout
6485
6486
6487 \backslash
6488 spce 
6489 \end_layout
6490
6491 \end_inset
6492
6493
6494 \backslash
6495 bigg>
6496 \backslash
6497 Bigg)^0,5
6498 \end_layout
6499
6500 \begin_layout Standard
6501 \align center
6502 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6503 \end_inset
6504
6505
6506 \end_layout
6507
6508 \begin_layout Standard
6509 \begin_inset Newpage newpage
6510 \end_inset
6511
6512 Besides the 
6513 \series bold
6514
6515 \backslash
6516 big
6517 \series default
6518 -commands there is the variant 
6519 \series bold
6520
6521 \backslash
6522 bigm
6523 \series default
6524
6525 \begin_inset Index
6526 status collapsed
6527
6528 \begin_layout Plain Layout
6529 Commands ! B ! 
6530 \backslash
6531 bigm
6532 \end_layout
6533
6534 \end_inset
6535
6536  that adds a bit more space between the bracket and its content, and the
6537  variant 
6538 \series bold
6539
6540 \backslash
6541 bigl
6542 \series default
6543 -
6544 \series bold
6545
6546 \backslash
6547 bigr
6548 \series default
6549
6550 \begin_inset Index
6551 status collapsed
6552
6553 \begin_layout Plain Layout
6554 Commands ! B ! 
6555 \backslash
6556 bigl - 
6557 \backslash
6558 bigr
6559 \end_layout
6560
6561 \end_inset
6562
6563 , that don't add additional space.
6564  The 
6565 \emph on
6566 l
6567 \emph default
6568  at the end of the command 
6569 \series bold
6570
6571 \backslash
6572 bigl
6573 \series default
6574  is for a left bracket; for a right bracket this will be replaced by an
6575  
6576 \emph on
6577 r
6578 \emph default
6579 .
6580  A left or right bracket can each be an opening or closing bracket.
6581 \end_layout
6582
6583 \begin_layout Standard
6584 In the following table is a comparison of the variants:
6585 \end_layout
6586
6587 \begin_layout Standard
6588 \align center
6589 \begin_inset Tabular
6590 <lyxtabular version="3" rows="5" columns="2">
6591 <features>
6592 <column alignment="center" valignment="middle" width="0">
6593 <column alignment="center" valignment="middle" width="0">
6594 <row>
6595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6596 \begin_inset Text
6597
6598 \begin_layout Plain Layout
6599 Command
6600 \end_layout
6601
6602 \end_inset
6603 </cell>
6604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6605 \begin_inset Text
6606
6607 \begin_layout Plain Layout
6608 Result
6609 \begin_inset Note Note
6610 status collapsed
6611
6612 \begin_layout Plain Layout
6613
6614 \series bold
6615
6616 \backslash
6617 raisebox
6618 \series default
6619  is only used as spacer.
6620 \end_layout
6621
6622 \end_inset
6623
6624
6625 \end_layout
6626
6627 \end_inset
6628 </cell>
6629 </row>
6630 <row>
6631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6632 \begin_inset Text
6633
6634 \begin_layout Plain Layout
6635
6636 \backslash
6637 Bigm(
6638 \backslash
6639 bigm(
6640 \backslash
6641 ln(3x)
6642 \backslash
6643 bigm)^2
6644 \series bold
6645
6646 \begin_inset ERT
6647 status collapsed
6648
6649 \begin_layout Plain Layout
6650
6651
6652 \backslash
6653 spce 
6654 \end_layout
6655
6656 \end_inset
6657
6658
6659 \series default
6660
6661 \backslash
6662 Bigm)
6663 \end_layout
6664
6665 \end_inset
6666 </cell>
6667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6668 \begin_inset Text
6669
6670 \begin_layout Plain Layout
6671 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6672 \end_inset
6673
6674
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 </row>
6680 <row>
6681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685
6686 \backslash
6687 Big(
6688 \backslash
6689 big(
6690 \backslash
6691 ln(3x)
6692 \backslash
6693 big)^2
6694 \series bold
6695
6696 \begin_inset ERT
6697 status collapsed
6698
6699 \begin_layout Plain Layout
6700
6701
6702 \backslash
6703 spce 
6704 \end_layout
6705
6706 \end_inset
6707
6708
6709 \series default
6710
6711 \backslash
6712 Big)
6713 \end_layout
6714
6715 \end_inset
6716 </cell>
6717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6718 \begin_inset Text
6719
6720 \begin_layout Plain Layout
6721 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6722 \end_inset
6723
6724
6725 \end_layout
6726
6727 \end_inset
6728 </cell>
6729 </row>
6730 <row>
6731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6732 \begin_inset Text
6733
6734 \begin_layout Plain Layout
6735
6736 \backslash
6737 Bigl(
6738 \backslash
6739 bigl(
6740 \backslash
6741 ln(3x)
6742 \backslash
6743 bigr)^2
6744 \series bold
6745
6746 \begin_inset ERT
6747 status collapsed
6748
6749 \begin_layout Plain Layout
6750
6751
6752 \backslash
6753 spce 
6754 \end_layout
6755
6756 \end_inset
6757
6758
6759 \series default
6760
6761 \backslash
6762 Bigr)
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Plain Layout
6771 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6772 \end_inset
6773
6774
6775 \end_layout
6776
6777 \end_inset
6778 </cell>
6779 </row>
6780 <row>
6781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6782 \begin_inset Text
6783
6784 \begin_layout Plain Layout
6785
6786 \backslash
6787 bigl)
6788 \backslash
6789 ln(3x)
6790 \backslash
6791 bigr(
6792 \end_layout
6793
6794 \end_inset
6795 </cell>
6796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6797 \begin_inset Text
6798
6799 \begin_layout Plain Layout
6800 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6801 \end_inset
6802
6803
6804 \end_layout
6805
6806 \end_inset
6807 </cell>
6808 </row>
6809 </lyxtabular>
6810
6811 \end_inset
6812
6813
6814 \end_layout
6815
6816 \begin_layout Subsubsection
6817 Automatic Bracket Size
6818 \begin_inset CommandInset label
6819 LatexCommand label
6820 name "sub:Automatic-Bracket-Size"
6821
6822 \end_inset
6823
6824
6825 \begin_inset Index
6826 status collapsed
6827
6828 \begin_layout Plain Layout
6829 Bracket size ! automatic
6830 \end_layout
6831
6832 \end_inset
6833
6834
6835 \end_layout
6836
6837 \begin_layout Standard
6838 Brackets with variable size can be inserted with the commands 
6839 \series bold
6840
6841 \backslash
6842 left
6843 \series default
6844
6845 \begin_inset Index
6846 status collapsed
6847
6848 \begin_layout Plain Layout
6849 Commands ! L ! 
6850 \backslash
6851 left
6852 \end_layout
6853
6854 \end_inset
6855
6856  and 
6857 \series bold
6858
6859 \backslash
6860 right
6861 \series default
6862
6863 \begin_inset Index
6864 status collapsed
6865
6866 \begin_layout Plain Layout
6867 Commands ! R ! 
6868 \backslash
6869 right
6870 \end_layout
6871
6872 \end_inset
6873
6874  or via the math toolbar button 
6875 \begin_inset Graphics
6876         filename ../images/dialog-show_mathdelimiter.png
6877         scale 85
6878
6879 \end_inset
6880
6881 .
6882  Directly behind 
6883 \series bold
6884
6885 \backslash
6886 left
6887 \series default
6888  and 
6889 \series bold
6890
6891 \backslash
6892 right
6893 \series default
6894  the wanted bracket must be inserted.
6895  The bracket size will then automatically be calculated for the output.
6896 \end_layout
6897
6898 \begin_layout Standard
6899 \align center
6900 normal bracket: The command 
6901 \series bold
6902
6903 \backslash
6904 ln(
6905 \backslash
6906 frac
6907 \begin_inset ERT
6908 status collapsed
6909
6910 \begin_layout Plain Layout
6911
6912
6913 \backslash
6914 spce 
6915 \end_layout
6916
6917 \end_inset
6918
6919 A
6920 \begin_inset Formula $\downarrow$
6921 \end_inset
6922
6923 C
6924 \begin_inset ERT
6925 status collapsed
6926
6927 \begin_layout Plain Layout
6928
6929
6930 \backslash
6931 spce 
6932 \end_layout
6933
6934 \end_inset
6935
6936 )
6937 \series default
6938  creates
6939 \begin_inset Formula \[
6940 \ln(\frac{A}{C})\]
6941
6942 \end_inset
6943
6944
6945 \end_layout
6946
6947 \begin_layout Standard
6948 \align center
6949 multiline bracket: The command 
6950 \series bold
6951
6952 \backslash
6953 ln
6954 \backslash
6955 left(
6956 \backslash
6957 frac
6958 \begin_inset ERT
6959 status collapsed
6960
6961 \begin_layout Plain Layout
6962
6963
6964 \backslash
6965 spce 
6966 \end_layout
6967
6968 \end_inset
6969
6970 A
6971 \begin_inset Formula $\downarrow$
6972 \end_inset
6973
6974 C
6975 \begin_inset ERT
6976 status collapsed
6977
6978 \begin_layout Plain Layout
6979
6980
6981 \backslash
6982 spce 
6983 \end_layout
6984
6985 \end_inset
6986
6987
6988 \backslash
6989 right)
6990 \series default
6991  creates
6992 \begin_inset Formula \[
6993 \ln\left(\frac{A}{C}\right)\]
6994
6995 \end_inset
6996
6997
6998 \end_layout
6999
7000 \begin_layout Standard
7001 Instead of 
7002 \series bold
7003
7004 \backslash
7005 left
7006 \series default
7007  and 
7008 \series bold
7009
7010 \backslash
7011 right
7012 \series default
7013  the shortcut 
7014 \family sans
7015 Alt-m
7016 \begin_inset space ~
7017 \end_inset
7018
7019 bracket
7020 \family default
7021  can be used.
7022  This has the advantage that you can see in LyX immediately the real bracket
7023  size and that the matching right bracket will be created too.
7024 \begin_inset Newline newline
7025 \end_inset
7026
7027 The command for the last example would then be: 
7028 \series bold
7029
7030 \backslash
7031 ln Alt-m
7032 \series default
7033  
7034 \series bold
7035 (
7036 \backslash
7037 frac
7038 \begin_inset ERT
7039 status collapsed
7040
7041 \begin_layout Plain Layout
7042
7043
7044 \backslash
7045 spce 
7046 \end_layout
7047
7048 \end_inset
7049
7050 A
7051 \begin_inset Formula $\downarrow$
7052 \end_inset
7053
7054 C
7055 \end_layout
7056
7057 \begin_layout Standard
7058 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7059  For example the command 
7060 \series bold
7061
7062 \backslash
7063 left.
7064 \backslash
7065 frac
7066 \begin_inset ERT
7067 status collapsed
7068
7069 \begin_layout Plain Layout
7070
7071
7072 \backslash
7073 spce 
7074 \end_layout
7075
7076 \end_inset
7077
7078 A
7079 \begin_inset Formula $\downarrow$
7080 \end_inset
7081
7082 B
7083 \begin_inset ERT
7084 status collapsed
7085
7086 \begin_layout Plain Layout
7087
7088
7089 \backslash
7090 spce 
7091 \end_layout
7092
7093 \end_inset
7094
7095
7096 \backslash
7097 right}
7098 \series default
7099  creates:
7100 \series bold
7101
7102 \begin_inset Formula \[
7103 \left.\frac{A}{B}\right\} \]
7104
7105 \end_inset
7106
7107
7108 \series default
7109 The commands 
7110 \series bold
7111
7112 \backslash
7113 left
7114 \series default
7115  and 
7116 \series bold
7117
7118 \backslash
7119 right
7120 \series default
7121  will be converted by LyX to brackets in the right size when the document
7122  is reloaded and an omitted bracket will appear as dashed line.
7123 \end_layout
7124
7125 \begin_layout Standard
7126 \begin_inset VSpace bigskip
7127 \end_inset
7128
7129 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7130  the command 
7131 \series bold
7132
7133 \backslash
7134 middle
7135 \series default
7136
7137 \begin_inset Index
7138 status collapsed
7139
7140 \begin_layout Plain Layout
7141 Commands ! M ! 
7142 \backslash
7143 middle
7144 \end_layout
7145
7146 \end_inset
7147
7148  is additionally available for all brackets and limits.
7149  With this command the height of the following character is adapted to the
7150  one of the surrounding brackets, what is e.
7151 \begin_inset space \thinspace{}
7152 \end_inset
7153
7154 g.
7155 \begin_inset space ~
7156 \end_inset
7157
7158 needed for physical vectors:
7159 \begin_inset Formula \[
7160 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7161
7162 \end_inset
7163
7164 For physical vectors there is a special LaTeX-package, described in 
7165 \begin_inset CommandInset ref
7166 LatexCommand ref
7167 reference "sub:Physical-Vectors"
7168
7169 \end_inset
7170
7171 .
7172 \end_layout
7173
7174 \begin_layout Subsection
7175 Horizontal Brackets
7176 \begin_inset Index
7177 status collapsed
7178
7179 \begin_layout Plain Layout
7180 Brackets ! horizontal
7181 \end_layout
7182
7183 \end_inset
7184
7185
7186 \end_layout
7187
7188 \begin_layout Standard
7189 \align center
7190 \begin_inset Tabular
7191 <lyxtabular version="3" rows="4" columns="2">
7192 <features>
7193 <column alignment="center" valignment="top" width="0pt">
7194 <column alignment="center" valignment="top" width="0pt">
7195 <row>
7196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7197 \begin_inset Text
7198
7199 \begin_layout Plain Layout
7200 Command
7201 \begin_inset Note Note
7202 status collapsed
7203
7204 \begin_layout Plain Layout
7205
7206 \series bold
7207
7208 \backslash
7209 raisebox
7210 \series default
7211  is only used as spacer.
7212 \end_layout
7213
7214 \end_inset
7215
7216
7217 \end_layout
7218
7219 \end_inset
7220 </cell>
7221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7222 \begin_inset Text
7223
7224 \begin_layout Plain Layout
7225 Result
7226 \end_layout
7227
7228 \end_inset
7229 </cell>
7230 </row>
7231 <row>
7232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7233 \begin_inset Text
7234
7235 \begin_layout Plain Layout
7236 \begin_inset ERT
7237 status collapsed
7238
7239 \begin_layout Plain Layout
7240
7241
7242 \backslash
7243 raisebox{2.3mm}{
7244 \end_layout
7245
7246 \end_inset
7247
7248
7249 \backslash
7250 overbrace
7251 \begin_inset ERT
7252 status collapsed
7253
7254 \begin_layout Plain Layout
7255
7256
7257 \backslash
7258 spce 
7259 \end_layout
7260
7261 \end_inset
7262
7263 A+B
7264 \begin_inset ERT
7265 status collapsed
7266
7267 \begin_layout Plain Layout
7268
7269
7270 \backslash
7271 spce 
7272 \end_layout
7273
7274 \end_inset
7275
7276 ^
7277 \begin_inset ERT
7278 status collapsed
7279
7280 \begin_layout Plain Layout
7281
7282
7283 \backslash
7284 spce 
7285 \end_layout
7286
7287 \end_inset
7288
7289 3
7290 \begin_inset ERT
7291 status collapsed
7292
7293 \begin_layout Plain Layout
7294
7295 }
7296 \end_layout
7297
7298 \end_inset
7299
7300
7301 \begin_inset Index
7302 status collapsed
7303
7304 \begin_layout Plain Layout
7305 Commands ! O ! 
7306 \backslash
7307 overbrace
7308 \end_layout
7309
7310 \end_inset
7311
7312
7313 \end_layout
7314
7315 \end_inset
7316 </cell>
7317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7318 \begin_inset Text
7319
7320 \begin_layout Plain Layout
7321 \begin_inset Formula $\overbrace{A+B}^{3}$
7322 \end_inset
7323
7324
7325 \end_layout
7326
7327 \end_inset
7328 </cell>
7329 </row>
7330 <row>
7331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7332 \begin_inset Text
7333
7334 \begin_layout Plain Layout
7335 \begin_inset ERT
7336 status collapsed
7337
7338 \begin_layout Plain Layout
7339
7340
7341 \backslash
7342 raisebox{-2.2mm}{
7343 \end_layout
7344
7345 \end_inset
7346
7347
7348 \backslash
7349 underbrace
7350 \begin_inset ERT
7351 status collapsed
7352
7353 \begin_layout Plain Layout
7354
7355
7356 \backslash
7357 spce 
7358 \end_layout
7359
7360 \end_inset
7361
7362 A+B
7363 \begin_inset ERT
7364 status collapsed
7365
7366 \begin_layout Plain Layout
7367
7368
7369 \backslash
7370 spce 
7371 \end_layout
7372
7373 \end_inset
7374
7375 _5
7376 \begin_inset ERT
7377 status collapsed
7378
7379 \begin_layout Plain Layout
7380
7381 }
7382 \end_layout
7383
7384 \end_inset
7385
7386
7387 \begin_inset Index
7388 status collapsed
7389
7390 \begin_layout Plain Layout
7391 Commands ! U ! 
7392 \backslash
7393 underbrace
7394 \end_layout
7395
7396 \end_inset
7397
7398
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7404 \begin_inset Text
7405
7406 \begin_layout Plain Layout
7407 \begin_inset Formula $\underbrace{A+B}_{5}$
7408 \end_inset
7409
7410
7411 \end_layout
7412
7413 \end_inset
7414 </cell>
7415 </row>
7416 <row>
7417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7418 \begin_inset Text
7419
7420 \begin_layout Plain Layout
7421
7422 \backslash
7423 overbrace
7424 \begin_inset ERT
7425 status collapsed
7426
7427 \begin_layout Plain Layout
7428
7429
7430 \backslash
7431 spce 
7432 \end_layout
7433
7434 \end_inset
7435
7436
7437 \backslash
7438 underbrace
7439 \begin_inset ERT
7440 status collapsed
7441
7442 \begin_layout Plain Layout
7443
7444
7445 \backslash
7446 spce 
7447 \end_layout
7448
7449 \end_inset
7450
7451 A+B_w
7452 \begin_inset ERT
7453 status collapsed
7454
7455 \begin_layout Plain Layout
7456
7457
7458 \backslash
7459 spce 
7460 \end_layout
7461
7462 \end_inset
7463
7464
7465 \begin_inset ERT
7466 status collapsed
7467
7468 \begin_layout Plain Layout
7469
7470
7471 \backslash
7472 spce 
7473 \end_layout
7474
7475 \end_inset
7476
7477 _7
7478 \begin_inset ERT
7479 status collapsed
7480
7481 \begin_layout Plain Layout
7482
7483
7484 \backslash
7485 spce 
7486 \end_layout
7487
7488 \end_inset
7489
7490
7491 \begin_inset ERT
7492 status collapsed
7493
7494 \begin_layout Plain Layout
7495
7496
7497 \backslash
7498 spce 
7499 \end_layout
7500
7501 \end_inset
7502
7503 ^
7504 \begin_inset ERT
7505 status collapsed
7506
7507 \begin_layout Plain Layout
7508
7509
7510 \backslash
7511 spce 
7512 \end_layout
7513
7514 \end_inset
7515
7516 C
7517 \end_layout
7518
7519 \end_inset
7520 </cell>
7521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Plain Layout
7525 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7526 \end_inset
7527
7528
7529 \end_layout
7530
7531 \end_inset
7532 </cell>
7533 </row>
7534 </lyxtabular>
7535
7536 \end_inset
7537
7538
7539 \end_layout
7540
7541 \begin_layout Standard
7542 In the last example it doesn't matter if 
7543 \series bold
7544
7545 \backslash
7546 overbrace
7547 \series default
7548  or 
7549 \series bold
7550
7551 \backslash
7552 underbrace
7553 \series default
7554  is inserted at first.
7555 \end_layout
7556
7557 \begin_layout Standard
7558 \begin_inset VSpace bigskip
7559 \end_inset
7560
7561 When brackets are needed that overlap each other, multiline formulas, as
7562  described in 
7563 \begin_inset CommandInset ref
7564 LatexCommand ref
7565 reference "sec:Multiline-Formulas"
7566
7567 \end_inset
7568
7569 , must be used:
7570 \begin_inset Formula \begin{eqnarray*}
7571 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7572  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7573
7574 \end_inset
7575
7576 In the first row the formula is inserted together with the first brace.
7577  It is hereby important that the space command
7578 \begin_inset Foot
7579 status collapsed
7580
7581 \begin_layout Plain Layout
7582 Space commands are explained in 
7583 \begin_inset CommandInset ref
7584 LatexCommand ref
7585 reference "sub:Predefined-Space"
7586
7587 \end_inset
7588
7589 .
7590 \end_layout
7591
7592 \end_inset
7593
7594  
7595 \series bold
7596
7597 \backslash
7598 :
7599 \series default
7600  is inserted before the first 
7601 \begin_inset Formula $d$
7602 \end_inset
7603
7604 , because the brace that ends behind the 
7605 \begin_inset Formula $q$
7606 \end_inset
7607
7608  prevents that the following 
7609 \begin_inset Quotes eld
7610 \end_inset
7611
7612 +
7613 \begin_inset Quotes erd
7614 \end_inset
7615
7616  is surrounded by space.
7617 \begin_inset Foot
7618 status collapsed
7619
7620 \begin_layout Plain Layout
7621 because a bracket is not handled as character, see 
7622 \begin_inset CommandInset ref
7623 LatexCommand ref
7624 reference "sub:Binary-Operators"
7625
7626 \end_inset
7627
7628
7629 \end_layout
7630
7631 \end_inset
7632
7633  In the second row the second brace is inserted.
7634  As it should begin before the 
7635 \begin_inset Formula $b$
7636 \end_inset
7637
7638 , first the command 
7639 \series bold
7640
7641 \backslash
7642 hphantom{gggg+
7643 \backslash
7644 :}
7645 \series default
7646  is inserted.
7647 \begin_inset Foot
7648 status collapsed
7649
7650 \begin_layout Plain Layout
7651 more about 
7652 \series bold
7653
7654 \backslash
7655 hphantom
7656 \series default
7657  see 
7658 \begin_inset CommandInset ref
7659 LatexCommand ref
7660 reference "sub:Placeholders"
7661
7662 \end_inset
7663
7664
7665 \end_layout
7666
7667 \end_inset
7668
7669  This space is needed because the 
7670 \begin_inset Quotes eld
7671 \end_inset
7672
7673 +
7674 \begin_inset Quotes erd
7675 \end_inset
7676
7677  is also surrounded by space in the formula.
7678  The brace is placed under the command 
7679 \series bold
7680
7681 \backslash
7682 hphantom{bbqq+dddd}
7683 \series default
7684 .
7685 \end_layout
7686
7687 \begin_layout Standard
7688 It gets more complicated when brackets overlap each other, like in the following
7689  example:
7690 \begin_inset ERT
7691 status collapsed
7692
7693 \begin_layout Plain Layout
7694
7695
7696 \backslash
7697 setlength{
7698 \backslash
7699 jot}{-6pt}
7700 \end_layout
7701
7702 \end_inset
7703
7704
7705 \begin_inset Formula \begin{eqnarray*}
7706  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7707 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7708
7709 \end_inset
7710
7711
7712 \begin_inset ERT
7713 status collapsed
7714
7715 \begin_layout Plain Layout
7716
7717
7718 \backslash
7719 setlength{
7720 \backslash
7721 jot}{3pt}
7722 \end_layout
7723
7724 \end_inset
7725
7726 The first formula row is the same as the second row of the previous example,
7727  with the difference that the brace is above.
7728  The second row contains the formula together with the second brace.
7729  To avoid that there is space between the upper brace in the first row and
7730  the formula, the row spacing need to be reduced.
7731  This is not easily possible due to a bug in LyX
7732 \begin_inset Foot
7733 status collapsed
7734
7735 \begin_layout Plain Layout
7736 \begin_inset CommandInset href
7737 LatexCommand href
7738 name "LyX-bug #1505"
7739 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7740
7741 \end_inset
7742
7743
7744 \end_layout
7745
7746 \end_inset
7747
7748 .
7749  As solution for the problem, the global formula row separation 
7750 \series bold
7751
7752 \backslash
7753 jot
7754 \series default
7755
7756 \begin_inset Index
7757 status collapsed
7758
7759 \begin_layout Plain Layout
7760 Commands ! J ! 
7761 \backslash
7762 jot
7763 \end_layout
7764
7765 \end_inset
7766
7767  must be changed to -6
7768 \begin_inset space \thinspace{}
7769 \end_inset
7770
7771 pt before the formula with the command 
7772 \series bold
7773
7774 \backslash
7775 setlength{
7776 \backslash
7777 jot}{-6pt}
7778 \series default
7779  in TeX-mode.
7780  
7781 \series bold
7782
7783 \backslash
7784 jot
7785 \series default
7786  is set back after the formula to the standard value of 3
7787 \begin_inset space \thinspace{}
7788 \end_inset
7789
7790 pt using the same command.
7791  More about the row separation in formulas is explained in 
7792 \begin_inset CommandInset ref
7793 LatexCommand ref
7794 reference "sub:Line-Separation"
7795
7796 \end_inset
7797
7798 .
7799 \end_layout
7800
7801 \begin_layout Section
7802 Arrows
7803 \begin_inset Index
7804 status collapsed
7805
7806 \begin_layout Plain Layout
7807 Arrows
7808 \end_layout
7809
7810 \end_inset
7811
7812
7813 \end_layout
7814
7815 \begin_layout Standard
7816 Arrows can be inserted via the math toolbar button 
7817 \begin_inset Graphics
7818         filename ../images/math/leftarrow.png
7819         scale 85
7820
7821 \end_inset
7822
7823  or the commands listed in the following subsections.
7824 \end_layout
7825
7826 \begin_layout Subsection
7827 Horizontal Arrows
7828 \begin_inset Index
7829 status collapsed
7830
7831 \begin_layout Plain Layout
7832 Arrows ! horizontal
7833 \end_layout
7834
7835 \end_inset
7836
7837
7838 \end_layout
7839
7840 \begin_layout Standard
7841 \begin_inset space \hfill{}
7842 \end_inset
7843
7844
7845 \begin_inset Tabular
7846 <lyxtabular version="3" rows="8" columns="2">
7847 <features>
7848 <column alignment="center" valignment="top" width="0pt">
7849 <column alignment="center" valignment="top" width="0pt">
7850 <row>
7851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855 Command
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864 Result
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 </row>
7870 <row>
7871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875
7876 \backslash
7877 gets
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886 \begin_inset Formula $\gets$
7887 \end_inset
7888
7889
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 </row>
7895 <row>
7896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900
7901 \backslash
7902 Leftarrow
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 \begin_inset Formula $\Leftarrow$
7912 \end_inset
7913
7914
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 </row>
7920 <row>
7921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925
7926 \backslash
7927 longleftarrow
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936 \begin_inset Formula $\longleftarrow$
7937 \end_inset
7938
7939
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 </row>
7945 <row>
7946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950
7951 \backslash
7952 Longleftarrow
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Plain Layout
7961 \begin_inset Formula $\Longleftarrow$
7962 \end_inset
7963
7964
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 </row>
7970 <row>
7971 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975
7976 \backslash
7977 leftharpoonup
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 \begin_inset Formula $\leftharpoonup$
7987 \end_inset
7988
7989
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 </row>
7995 <row>
7996 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000
8001 \backslash
8002 leftharpoondown
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011 \begin_inset Formula $\leftharpoondown$
8012 \end_inset
8013
8014
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 </row>
8020 <row>
8021 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025
8026 \backslash
8027 hookleftarrow
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036 \begin_inset Formula $\hookleftarrow$
8037 \end_inset
8038
8039
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 </row>
8045 </lyxtabular>
8046
8047 \end_inset
8048
8049
8050 \begin_inset space \hfill{}
8051 \end_inset
8052
8053
8054 \begin_inset Tabular
8055 <lyxtabular version="3" rows="8" columns="2">
8056 <features>
8057 <column alignment="center" valignment="top" width="0pt">
8058 <column alignment="center" valignment="top" width="0pt">
8059 <row>
8060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064 Command
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Plain Layout
8073 Result
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 </row>
8079 <row>
8080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084
8085 \backslash
8086 to
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 \begin_inset Formula $\to$
8096 \end_inset
8097
8098
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 </row>
8104 <row>
8105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109
8110 \backslash
8111 Rightarrow
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120 \begin_inset Formula $\Rightarrow$
8121 \end_inset
8122
8123
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 </row>
8129 <row>
8130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134
8135 \backslash
8136 longrightarrow
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145 \begin_inset Formula $\longrightarrow$
8146 \end_inset
8147
8148
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 </row>
8154 <row>
8155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159
8160 \backslash
8161 Longrightarrow
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170 \begin_inset Formula $\Longrightarrow$
8171 \end_inset
8172
8173
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 </row>
8179 <row>
8180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184
8185 \backslash
8186 rightharpoonup
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 \begin_inset Formula $\rightharpoonup$
8196 \end_inset
8197
8198
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 </row>
8204 <row>
8205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209
8210 \backslash
8211 rightharpoondown
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220 \begin_inset Formula $\rightharpoondown$
8221 \end_inset
8222
8223
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 </row>
8229 <row>
8230 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234
8235 \backslash
8236 hookrightarrow
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245 \begin_inset Formula $\hookrightarrow$
8246 \end_inset
8247
8248
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 </row>
8254 </lyxtabular>
8255
8256 \end_inset
8257
8258
8259 \begin_inset space \hfill{}
8260 \end_inset
8261
8262
8263 \end_layout
8264
8265 \begin_layout Standard
8266 \begin_inset space \hfill{}
8267 \end_inset
8268
8269
8270 \begin_inset Tabular
8271 <lyxtabular version="3" rows="6" columns="2">
8272 <features>
8273 <column alignment="center" valignment="top" width="0pt">
8274 <column alignment="center" valignment="top" width="0pt">
8275 <row>
8276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Plain Layout
8280 Command
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8286 \begin_inset Text
8287
8288 \begin_layout Plain Layout
8289 Result
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 </row>
8295 <row>
8296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300
8301 \backslash
8302 leftrightarrow
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311 \begin_inset Formula $\leftrightarrow$
8312 \end_inset
8313
8314
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 </row>
8320 <row>
8321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325
8326 \backslash
8327 Leftrightarrow
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336 \begin_inset Formula $\Leftrightarrow$
8337 \end_inset
8338
8339
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 </row>
8345 <row>
8346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350
8351 \backslash
8352 longleftrightarrow
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361 \begin_inset Formula $\longleftrightarrow$
8362 \end_inset
8363
8364
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 </row>
8370 <row>
8371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375
8376 \backslash
8377 Longleftrightarrow
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386 \begin_inset Formula $\Longleftrightarrow$
8387 \end_inset
8388
8389
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 </row>
8395 <row>
8396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400
8401 \backslash
8402 rightleftharpoons
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 \begin_inset Formula $\rightleftharpoons$
8412 \end_inset
8413
8414
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 </row>
8420 </lyxtabular>
8421
8422 \end_inset
8423
8424
8425 \begin_inset space \hspace{}
8426 \length 25pt
8427 \end_inset
8428
8429
8430 \begin_inset space \hfill{}
8431 \end_inset
8432
8433
8434 \begin_inset Tabular
8435 <lyxtabular version="3" rows="5" columns="2">
8436 <features>
8437 <column alignment="center" valignment="top" width="0pt">
8438 <column alignment="center" valignment="top" width="0pt">
8439 <row>
8440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8441 \begin_inset Text
8442
8443 \begin_layout Plain Layout
8444 Command
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453 Result
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 </row>
8459 <row>
8460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464
8465 \backslash
8466 mapsto
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475 \begin_inset Formula $\mapsto$
8476 \end_inset
8477
8478
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 </row>
8484 <row>
8485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489
8490 \backslash
8491 longmapsto
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500 \begin_inset Formula $\longmapsto$
8501 \end_inset
8502
8503
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 </row>
8509 <row>
8510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514
8515 \backslash
8516 leadsto
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525 \begin_inset Formula $\leadsto$
8526 \end_inset
8527
8528
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 </row>
8534 <row>
8535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539
8540 \backslash
8541 dasharrow
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550 \begin_inset Formula $\dasharrow$
8551 \end_inset
8552
8553
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 </row>
8559 </lyxtabular>
8560
8561 \end_inset
8562
8563
8564 \begin_inset space \hfill{}
8565 \end_inset
8566
8567
8568 \end_layout
8569
8570 \begin_layout Standard
8571 \begin_inset VSpace medskip
8572 \end_inset
8573
8574 Arrows used as accent like e.
8575 \begin_inset space \thinspace{}
8576 \end_inset
8577
8578 g.
8579 \begin_inset space ~
8580 \end_inset
8581
8582 vector arrows are listed in 
8583 \begin_inset CommandInset ref
8584 LatexCommand ref
8585 reference "sec:Accents"
8586
8587 \end_inset
8588
8589 .
8590 \end_layout
8591
8592 \begin_layout Standard
8593 \begin_inset VSpace bigskip
8594 \end_inset
8595
8596 Furthermore there are the labeled arrows
8597 \begin_inset Index
8598 status collapsed
8599
8600 \begin_layout Plain Layout
8601 Arrows ! labeled
8602 \end_layout
8603
8604 \end_inset
8605
8606  
8607 \series bold
8608
8609 \backslash
8610 xleftarrow
8611 \series default
8612
8613 \begin_inset Index
8614 status collapsed
8615
8616 \begin_layout Plain Layout
8617 Commands ! X ! 
8618 \backslash
8619 xleftarrow
8620 \end_layout
8621
8622 \end_inset
8623
8624  and 
8625 \series bold
8626
8627 \backslash
8628 xrightarrow
8629 \series default
8630
8631 \begin_inset Index
8632 status collapsed
8633
8634 \begin_layout Plain Layout
8635 Commands ! X ! 
8636 \backslash
8637 xrightarrow
8638 \begin_inset ERT
8639 status collapsed
8640
8641 \begin_layout Plain Layout
8642
8643
8644 \backslash
8645 vspace{4mm}
8646 \end_layout
8647
8648 \end_inset
8649
8650
8651 \end_layout
8652
8653 \end_inset
8654
8655 .
8656  When inserting one of these commands in a formula, an arrow with two blue
8657  boxes appear where the label can be inserted.
8658  The length of the arrow adapts to the label width.
8659 \end_layout
8660
8661 \begin_layout Standard
8662 \align center
8663 \begin_inset Tabular
8664 <lyxtabular version="3" rows="3" columns="2">
8665 <features>
8666 <column alignment="center" valignment="top" width="0pt">
8667 <column alignment="center" valignment="top" width="0pt">
8668 <row>
8669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673 Command
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682 Result
8683 \begin_inset Note Note
8684 status collapsed
8685
8686 \begin_layout Plain Layout
8687
8688 \series bold
8689
8690 \backslash
8691 raisebox
8692 \series default
8693  is only used as spacer.
8694 \end_layout
8695
8696 \end_inset
8697
8698
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 </row>
8704 <row>
8705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709 F(a)
8710 \backslash
8711 xleftarrow
8712 \begin_inset ERT
8713 status collapsed
8714
8715 \begin_layout Plain Layout
8716
8717
8718 \backslash
8719 spce 
8720 \end_layout
8721
8722 \end_inset
8723
8724 x=a
8725 \begin_inset Formula $\downarrow$
8726 \end_inset
8727
8728 x>0
8729 \begin_inset Formula $\to$
8730 \end_inset
8731
8732 F(x)
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8742 \end_inset
8743
8744
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 </row>
8750 <row>
8751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8752 \begin_inset Text
8753
8754 \begin_layout Plain Layout
8755 F(x)
8756 \backslash
8757 xrightarrow
8758 \begin_inset ERT
8759 status collapsed
8760
8761 \begin_layout Plain Layout
8762
8763
8764 \backslash
8765 spce 
8766 \end_layout
8767
8768 \end_inset
8769
8770 x=a
8771 \begin_inset Formula $\downarrow$
8772 \end_inset
8773
8774 x>0
8775 \begin_inset Formula $\to$
8776 \end_inset
8777
8778 F(a)
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8788 \end_inset
8789
8790
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 </row>
8796 </lyxtabular>
8797
8798 \end_inset
8799
8800
8801 \end_layout
8802
8803 \begin_layout Subsection
8804 Vertical and diagonal Arrows
8805 \begin_inset Index
8806 status collapsed
8807
8808 \begin_layout Plain Layout
8809 Arrows ! diagonal
8810 \end_layout
8811
8812 \end_inset
8813
8814
8815 \begin_inset Index
8816 status collapsed
8817
8818 \begin_layout Plain Layout
8819 Arrows ! vertical
8820 \end_layout
8821
8822 \end_inset
8823
8824
8825 \end_layout
8826
8827 \begin_layout Standard
8828 \begin_inset space \hfill{}
8829 \end_inset
8830
8831
8832 \begin_inset Tabular
8833 <lyxtabular version="3" rows="7" columns="2">
8834 <features>
8835 <column alignment="center" valignment="top" width="0pt">
8836 <column alignment="center" valignment="top" width="0pt">
8837 <row>
8838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842 Command
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851 Result
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 </row>
8857 <row>
8858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862
8863 \backslash
8864 uparrow
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873 \begin_inset Formula $\uparrow$
8874 \end_inset
8875
8876
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 </row>
8882 <row>
8883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887
8888 \backslash
8889 Uparrow
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898 \begin_inset Formula $\Uparrow$
8899 \end_inset
8900
8901
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 </row>
8907 <row>
8908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912
8913 \backslash
8914 updownarrow
8915 \end_layout
8916
8917 \end_inset
8918 </cell>
8919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8920 \begin_inset Text
8921
8922 \begin_layout Plain Layout
8923 \begin_inset Formula $\updownarrow$
8924 \end_inset
8925
8926
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 </row>
8932 <row>
8933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937
8938 \backslash
8939 Updownarrow
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948 \begin_inset Formula $\Updownarrow$
8949 \end_inset
8950
8951
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 </row>
8957 <row>
8958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962
8963 \backslash
8964 Downarrow
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 \begin_inset Formula $\Downarrow$
8974 \end_inset
8975
8976
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 </row>
8982 <row>
8983 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987
8988 \backslash
8989 downarrow
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 \begin_inset Formula $\downarrow$
8999 \end_inset
9000
9001
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 </row>
9007 </lyxtabular>
9008
9009 \end_inset
9010
9011
9012 \begin_inset space \hfill{}
9013 \end_inset
9014
9015
9016 \begin_inset Tabular
9017 <lyxtabular version="3" rows="5" columns="2">
9018 <features>
9019 <column alignment="center" valignment="top" width="0pt">
9020 <column alignment="center" valignment="top" width="0pt">
9021 <row>
9022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026 Command
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035 Result
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 </row>
9041 <row>
9042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046
9047 \backslash
9048 nearrow
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057 \begin_inset Formula $\nearrow$
9058 \end_inset
9059
9060
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 </row>
9066 <row>
9067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071
9072 \backslash
9073 searrow
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082 \begin_inset Formula $\searrow$
9083 \end_inset
9084
9085
9086 \end_layout
9087
9088 \end_inset
9089 </cell>
9090 </row>
9091 <row>
9092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096
9097 \backslash
9098 swarrow
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107 \begin_inset Formula $\swarrow$
9108 \end_inset
9109
9110
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 </row>
9116 <row>
9117 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121
9122 \backslash
9123 nwarrow
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132 \begin_inset Formula $\nwarrow$
9133 \end_inset
9134
9135
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 </row>
9141 </lyxtabular>
9142
9143 \end_inset
9144
9145
9146 \begin_inset space \hfill{}
9147 \end_inset
9148
9149
9150 \end_layout
9151
9152 \begin_layout Standard
9153 \begin_inset VSpace medskip
9154 \end_inset
9155
9156 Vertical arrows can be used also as delimiter together with the commands
9157  described in 
9158 \begin_inset CommandInset ref
9159 LatexCommand ref
9160 reference "sub:Manual-Bracket-Size"
9161
9162 \end_inset
9163
9164  and 
9165 \begin_inset CommandInset ref
9166 LatexCommand ref
9167 reference "sub:Automatic-Bracket-Size"
9168
9169 \end_inset
9170
9171 .
9172 \end_layout
9173
9174 \begin_layout Standard
9175 \begin_inset Newpage newpage
9176 \end_inset
9177
9178
9179 \end_layout
9180
9181 \begin_layout Section
9182 Accents
9183 \begin_inset CommandInset label
9184 LatexCommand label
9185 name "sec:Accents"
9186
9187 \end_inset
9188
9189
9190 \begin_inset Index
9191 status collapsed
9192
9193 \begin_layout Plain Layout
9194 Accents
9195 \end_layout
9196
9197 \end_inset
9198
9199
9200 \end_layout
9201
9202 \begin_layout Standard
9203 Accents can be inserted via the math toolbar button 
9204 \begin_inset Graphics
9205         filename ../images/math/hat.png
9206         scale 85
9207
9208 \end_inset
9209
9210  or the commands listed in the following subsections.
9211 \end_layout
9212
9213 \begin_layout Subsection
9214 Accents for one Character
9215 \begin_inset ERT
9216 status collapsed
9217
9218 \begin_layout Plain Layout
9219
9220
9221 \backslash
9222 texorpdfstring{
9223 \end_layout
9224
9225 \end_inset
9226
9227
9228 \begin_inset Foot
9229 status collapsed
9230
9231 \begin_layout Plain Layout
9232 accents in text see 
9233 \begin_inset CommandInset ref
9234 LatexCommand ref
9235 reference "sub:Accents-in-Text"
9236
9237 \end_inset
9238
9239
9240 \end_layout
9241
9242 \end_inset
9243
9244
9245 \begin_inset ERT
9246 status collapsed
9247
9248 \begin_layout Plain Layout
9249
9250 }{}
9251 \end_layout
9252
9253 \end_inset
9254
9255
9256 \begin_inset Note Note
9257 status collapsed
9258
9259 \begin_layout Plain Layout
9260
9261 \backslash
9262 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
9263 \end_layout
9264
9265 \begin_layout Plain Layout
9266 More about 
9267 \backslash
9268 texorpdfstring is in section 
9269 \begin_inset CommandInset ref
9270 LatexCommand ref
9271 reference "sub:Formulas-in-Section"
9272
9273 \end_inset
9274
9275 .
9276 \end_layout
9277
9278 \end_inset
9279
9280
9281 \begin_inset CommandInset label
9282 LatexCommand label
9283 name "sub:Accents-for-one"
9284
9285 \end_inset
9286
9287
9288 \begin_inset Index
9289 status collapsed
9290
9291 \begin_layout Plain Layout
9292 Accents ! for one character
9293 \end_layout
9294
9295 \end_inset
9296
9297
9298 \end_layout
9299
9300 \begin_layout Standard
9301 \begin_inset space \hfill{}
9302 \end_inset
9303
9304
9305 \begin_inset Tabular
9306 <lyxtabular version="3" rows="8" columns="2">
9307 <features>
9308 <column alignment="center" valignment="top" width="0pt">
9309 <column alignment="center" valignment="top" width="0pt">
9310 <row>
9311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315 Command
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324 Result
9325 \begin_inset Note Note
9326 status collapsed
9327
9328 \begin_layout Plain Layout
9329
9330 \series bold
9331
9332 \backslash
9333 raisebox
9334 \series default
9335  is only used as spacer.
9336 \end_layout
9337
9338 \end_inset
9339
9340
9341 \end_layout
9342
9343 \end_inset
9344 </cell>
9345 </row>
9346 <row>
9347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351
9352 \backslash
9353 dot
9354 \begin_inset ERT
9355 status collapsed
9356
9357 \begin_layout Plain Layout
9358
9359
9360 \backslash
9361 spce 
9362 \end_layout
9363
9364 \end_inset
9365
9366 A
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9376 \end_inset
9377
9378
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 </row>
9384 <row>
9385 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9386 \begin_inset Text
9387
9388 \begin_layout Plain Layout
9389
9390 \backslash
9391 ddot
9392 \begin_inset ERT
9393 status collapsed
9394
9395 \begin_layout Plain Layout
9396
9397
9398 \backslash
9399 spce 
9400 \end_layout
9401
9402 \end_inset
9403
9404 A
9405 \end_layout
9406
9407 \end_inset
9408 </cell>
9409 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9410 \begin_inset Text
9411
9412 \begin_layout Plain Layout
9413 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9414 \end_inset
9415
9416
9417 \end_layout
9418
9419 \end_inset
9420 </cell>
9421 </row>
9422 <row>
9423 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9424 \begin_inset Text
9425
9426 \begin_layout Plain Layout
9427
9428 \backslash
9429 dddot
9430 \begin_inset ERT
9431 status collapsed
9432
9433 \begin_layout Plain Layout
9434
9435
9436 \backslash
9437 spce 
9438 \end_layout
9439
9440 \end_inset
9441
9442 A
9443 \end_layout
9444
9445 \end_inset
9446 </cell>
9447 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9448 \begin_inset Text
9449
9450 \begin_layout Plain Layout
9451 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9452 \end_inset
9453
9454
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 </row>
9460 <row>
9461 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9462 \begin_inset Text
9463
9464 \begin_layout Plain Layout
9465
9466 \backslash
9467 ddddot{A
9468 \end_layout
9469
9470 \end_inset
9471 </cell>
9472 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Plain Layout
9476 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9477 \end_inset
9478
9479
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 </row>
9485 <row>
9486 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490
9491 \backslash
9492 vec
9493 \begin_inset ERT
9494 status collapsed
9495
9496 \begin_layout Plain Layout
9497
9498
9499 \backslash
9500 spce 
9501 \end_layout
9502
9503 \end_inset
9504
9505 A
9506 \begin_inset Index
9507 status collapsed
9508
9509 \begin_layout Plain Layout
9510 Vectors
9511 \end_layout
9512
9513 \end_inset
9514
9515
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9521 \begin_inset Text
9522
9523 \begin_layout Plain Layout
9524 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9525 \end_inset
9526
9527
9528 \end_layout
9529
9530 \end_inset
9531 </cell>
9532 </row>
9533 <row>
9534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9535 \begin_inset Text
9536
9537 \begin_layout Plain Layout
9538
9539 \backslash
9540 bar
9541 \begin_inset ERT
9542 status collapsed
9543
9544 \begin_layout Plain Layout
9545
9546
9547 \backslash
9548 spce 
9549 \end_layout
9550
9551 \end_inset
9552
9553 A
9554 \end_layout
9555
9556 \end_inset
9557 </cell>
9558 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9559 \begin_inset Text
9560
9561 \begin_layout Plain Layout
9562 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9563 \end_inset
9564
9565
9566 \end_layout
9567
9568 \end_inset
9569 </cell>
9570 </row>
9571 <row>
9572 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9573 \begin_inset Text
9574
9575 \begin_layout Plain Layout
9576
9577 \backslash
9578 mathring
9579 \begin_inset ERT
9580 status collapsed
9581
9582 \begin_layout Plain Layout
9583
9584
9585 \backslash
9586 spce 
9587 \end_layout
9588
9589 \end_inset
9590
9591 A
9592 \end_layout
9593
9594 \end_inset
9595 </cell>
9596 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9597 \begin_inset Text
9598
9599 \begin_layout Plain Layout
9600 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9601 \end_inset
9602
9603
9604 \end_layout
9605
9606 \end_inset
9607 </cell>
9608 </row>
9609 </lyxtabular>
9610
9611 \end_inset
9612
9613
9614 \begin_inset space \hfill{}
9615 \end_inset
9616
9617
9618 \begin_inset Tabular
9619 <lyxtabular version="3" rows="7" columns="2">
9620 <features>
9621 <column alignment="center" valignment="top" width="0pt">
9622 <column alignment="center" valignment="top" width="0pt">
9623 <row>
9624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628 Command
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9634 \begin_inset Text
9635
9636 \begin_layout Plain Layout
9637 Result
9638 \end_layout
9639
9640 \end_inset
9641 </cell>
9642 </row>
9643 <row>
9644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9645 \begin_inset Text
9646
9647 \begin_layout Plain Layout
9648
9649 \backslash
9650 tilde
9651 \begin_inset ERT
9652 status collapsed
9653
9654 \begin_layout Plain Layout
9655
9656
9657 \backslash
9658 spce 
9659 \end_layout
9660
9661 \end_inset
9662
9663 A
9664 \end_layout
9665
9666 \end_inset
9667 </cell>
9668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9669 \begin_inset Text
9670
9671 \begin_layout Plain Layout
9672 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9673 \end_inset
9674
9675
9676 \end_layout
9677
9678 \end_inset
9679 </cell>
9680 </row>
9681 <row>
9682 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9683 \begin_inset Text
9684
9685 \begin_layout Plain Layout
9686
9687 \backslash
9688 hat
9689 \begin_inset ERT
9690 status collapsed
9691
9692 \begin_layout Plain Layout
9693
9694
9695 \backslash
9696 spce 
9697 \end_layout
9698
9699 \end_inset
9700
9701 A
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9711 \end_inset
9712
9713
9714 \end_layout
9715
9716 \end_inset
9717 </cell>
9718 </row>
9719 <row>
9720 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9721 \begin_inset Text
9722
9723 \begin_layout Plain Layout
9724
9725 \backslash
9726 check
9727 \begin_inset ERT
9728 status collapsed
9729
9730 \begin_layout Plain Layout
9731
9732
9733 \backslash
9734 spce 
9735 \end_layout
9736
9737 \end_inset
9738
9739 A
9740 \end_layout
9741
9742 \end_inset
9743 </cell>
9744 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9745 \begin_inset Text
9746
9747 \begin_layout Plain Layout
9748 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9749 \end_inset
9750
9751
9752 \end_layout
9753
9754 \end_inset
9755 </cell>
9756 </row>
9757 <row>
9758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9759 \begin_inset Text
9760
9761 \begin_layout Plain Layout
9762
9763 \backslash
9764 acute
9765 \begin_inset ERT
9766 status collapsed
9767
9768 \begin_layout Plain Layout
9769
9770
9771 \backslash
9772 spce 
9773 \end_layout
9774
9775 \end_inset
9776
9777 A
9778 \end_layout
9779
9780 \end_inset
9781 </cell>
9782 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9783 \begin_inset Text
9784
9785 \begin_layout Plain Layout
9786 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9787 \end_inset
9788
9789
9790 \end_layout
9791
9792 \end_inset
9793 </cell>
9794 </row>
9795 <row>
9796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9797 \begin_inset Text
9798
9799 \begin_layout Plain Layout
9800
9801 \backslash
9802 grave
9803 \begin_inset ERT
9804 status collapsed
9805
9806 \begin_layout Plain Layout
9807
9808
9809 \backslash
9810 spce 
9811 \end_layout
9812
9813 \end_inset
9814
9815 A
9816 \end_layout
9817
9818 \end_inset
9819 </cell>
9820 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9821 \begin_inset Text
9822
9823 \begin_layout Plain Layout
9824 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9825 \end_inset
9826
9827
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 </row>
9833 <row>
9834 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Plain Layout
9838
9839 \backslash
9840 breve
9841 \begin_inset ERT
9842 status collapsed
9843
9844 \begin_layout Plain Layout
9845
9846
9847 \backslash
9848 spce 
9849 \end_layout
9850
9851 \end_inset
9852
9853 A
9854 \end_layout
9855
9856 \end_inset
9857 </cell>
9858 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9859 \begin_inset Text
9860
9861 \begin_layout Plain Layout
9862 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9863 \end_inset
9864
9865
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 </row>
9871 </lyxtabular>
9872
9873 \end_inset
9874
9875
9876 \begin_inset space \hfill{}
9877 \end_inset
9878
9879
9880 \end_layout
9881
9882 \begin_layout Standard
9883 \begin_inset VSpace bigskip
9884 \end_inset
9885
9886 To create umlauts
9887 \begin_inset Index
9888 status collapsed
9889
9890 \begin_layout Plain Layout
9891 Umlauts
9892 \end_layout
9893
9894 \end_inset
9895
9896  in formulas, a quotation mark is inserted before the vowel.
9897  These two characters are then treated by LaTeX as 
9898 \emph on
9899 one
9900 \emph default
9901  character when the formula part with the umlaut is marked as German.
9902  In contrary to 
9903 \series bold
9904
9905 \backslash
9906 ddot
9907 \series default
9908 , with this method 
9909 \begin_inset Quotes eld
9910 \end_inset
9911
9912 real
9913 \begin_inset Quotes erd
9914 \end_inset
9915
9916  umlauts are created as demonstrated in the following example:
9917 \end_layout
9918
9919 \begin_layout Standard
9920 \begin_inset VSpace -2mm
9921 \end_inset
9922
9923
9924 \end_layout
9925
9926 \begin_layout Standard
9927 \align center
9928 \begin_inset Tabular
9929 <lyxtabular version="3" rows="3" columns="2">
9930 <features>
9931 <column alignment="center" valignment="top" width="0">
9932 <column alignment="center" valignment="top" width="0">
9933 <row>
9934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938 Command
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947 Result
9948 \begin_inset Note Note
9949 status collapsed
9950
9951 \begin_layout Plain Layout
9952
9953 \series bold
9954
9955 \backslash
9956 raisebox
9957 \series default
9958  is only used as spacer.
9959 \end_layout
9960
9961 \end_inset
9962
9963
9964 \end_layout
9965
9966 \end_inset
9967 </cell>
9968 </row>
9969 <row>
9970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Plain Layout
9974
9975 \lang ngerman
9976 \begin_inset Quotes grd
9977 \end_inset
9978
9979 i
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988
9989 \lang ngerman
9990 \begin_inset Formula $"i$
9991 \end_inset
9992
9993
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 </row>
9999 <row>
10000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004
10005 \backslash
10006 ddot
10007 \begin_inset ERT
10008 status collapsed
10009
10010 \begin_layout Plain Layout
10011
10012
10013 \backslash
10014 spce 
10015 \end_layout
10016
10017 \end_inset
10018
10019 i
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10029 \end_inset
10030
10031
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 </row>
10037 </lyxtabular>
10038
10039 \end_inset
10040
10041
10042 \end_layout
10043
10044 \begin_layout Standard
10045 Another advantage to 
10046 \series bold
10047
10048 \backslash
10049 ddot
10050 \series default
10051  is that umlauts can directly be converted to mathematical text because
10052  the accent commands above are 
10053 \emph on
10054 not allowed
10055 \emph default
10056  
10057 \emph on
10058 in mathematical text
10059 \emph default
10060 .
10061  To convert an accented character to mathematical text, only the character
10062  under the accent may be converted.
10063  This applies also for all other conversions, e.
10064 \begin_inset space \thinspace{}
10065 \end_inset
10066
10067 g.
10068 \begin_inset space ~
10069 \end_inset
10070
10071 to italic or bold.
10072 \end_layout
10073
10074 \begin_layout Standard
10075 In mathematical text, umlauts and other accented characters can directly
10076  be inserted.
10077 \end_layout
10078
10079 \begin_layout Subsection
10080 Accents for Operators
10081 \begin_inset Index
10082 status collapsed
10083
10084 \begin_layout Plain Layout
10085 Accents ! for operators
10086 \end_layout
10087
10088 \end_inset
10089
10090
10091 \end_layout
10092
10093 \begin_layout Standard
10094 With the commands 
10095 \series bold
10096
10097 \backslash
10098 overset
10099 \series default
10100
10101 \begin_inset Index
10102 status collapsed
10103
10104 \begin_layout Plain Layout
10105 Commands ! O ! 
10106 \backslash
10107 overset
10108 \end_layout
10109
10110 \end_inset
10111
10112  and 
10113 \series bold
10114
10115 \backslash
10116 underset
10117 \series default
10118
10119 \begin_inset Index
10120 status collapsed
10121
10122 \begin_layout Plain Layout
10123 Commands ! U ! 
10124 \backslash
10125 underset
10126 \end_layout
10127
10128 \end_inset
10129
10130  characters can be placed above or below an operator, respectively, to accent
10131  it.
10132  With the command 
10133 \series bold
10134
10135 \backslash
10136 sideset
10137 \series default
10138
10139 \begin_inset Index
10140 status collapsed
10141
10142 \begin_layout Plain Layout
10143 Commands ! S ! 
10144 \backslash
10145 sideset
10146 \end_layout
10147
10148 \end_inset
10149
10150  characters can be set before and behind an operator.
10151  The command scheme is:
10152 \end_layout
10153
10154 \begin_layout Standard
10155
10156 \series bold
10157
10158 \backslash
10159 sideset{character
10160 \series default
10161  
10162 \series bold
10163 before}{character
10164 \series default
10165  
10166 \series bold
10167 behind}
10168 \end_layout
10169
10170 \begin_layout Standard
10171
10172 \series bold
10173
10174 \backslash
10175 sideset
10176 \series default
10177  must always be before the operator that should be accented.
10178  You can accent with several characters and even with other operators and
10179  symbols.
10180  To place with 
10181 \series bold
10182
10183 \backslash
10184 sideset
10185 \series default
10186  for example only characters behind an operator, write nothing between the
10187  first braces but don't omit the braces.
10188 \end_layout
10189
10190 \begin_layout Standard
10191 For example the command 
10192 \series bold
10193
10194 \backslash
10195 sideset{
10196 \begin_inset Formula $\to$
10197 \end_inset
10198
10199
10200 \backslash
10201 {
10202 \series default
10203 '
10204 \series bold
10205
10206 \begin_inset Formula $\to$
10207 \end_inset
10208
10209
10210 \backslash
10211 sum_k=1
10212 \begin_inset ERT
10213 status collapsed
10214
10215 \begin_layout Plain Layout
10216
10217
10218 \backslash
10219 spce 
10220 \end_layout
10221
10222 \end_inset
10223
10224
10225 \series default
10226 ^
10227 \series bold
10228 n
10229 \series default
10230  produces:
10231 \begin_inset Formula \[
10232 \sideset{}{'}\sum_{k=1}^{n}\]
10233
10234 \end_inset
10235
10236
10237 \end_layout
10238
10239 \begin_layout Standard
10240 The command 
10241 \series bold
10242
10243 \backslash
10244 overset
10245 \begin_inset ERT
10246 status collapsed
10247
10248 \begin_layout Plain Layout
10249
10250
10251 \backslash
10252 spce 
10253 \end_layout
10254
10255 \end_inset
10256
10257
10258 \backslash
10259 maltese
10260 \begin_inset ERT
10261 status collapsed
10262
10263 \begin_layout Plain Layout
10264
10265
10266 \backslash
10267 spce 
10268 \end_layout
10269
10270 \end_inset
10271
10272
10273 \series default
10274
10275 \begin_inset Formula $\uparrow$
10276 \end_inset
10277
10278
10279 \series bold
10280 a
10281 \series default
10282  produces:
10283 \begin_inset Formula \[
10284 \overset{a}{\maltese}\]
10285
10286 \end_inset
10287
10288 As seen in the last example, with 
10289 \series bold
10290
10291 \backslash
10292 overset
10293 \series default
10294  and 
10295 \series bold
10296
10297 \backslash
10298 underset
10299 \series default
10300  also symbols and characters can be accented; with 
10301 \series bold
10302
10303 \backslash
10304 sideset
10305 \series default
10306  this is not possible.
10307 \end_layout
10308
10309 \begin_layout Subsection
10310 Accents for several Characters
10311 \begin_inset CommandInset label
10312 LatexCommand label
10313 name "sub:Accents-for-several"
10314
10315 \end_inset
10316
10317
10318 \begin_inset Index
10319 status collapsed
10320
10321 \begin_layout Plain Layout
10322 Accents ! for several characters
10323 \end_layout
10324
10325 \end_inset
10326
10327
10328 \end_layout
10329
10330 \begin_layout Standard
10331 \begin_inset space \hfill{}
10332 \end_inset
10333
10334
10335 \begin_inset Tabular
10336 <lyxtabular version="3" rows="5" columns="2">
10337 <features>
10338 <column alignment="center" valignment="top" width="0pt">
10339 <column alignment="center" valignment="top" width="0pt">
10340 <row>
10341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345 Command
10346 \end_layout
10347
10348 \end_inset
10349 </cell>
10350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10351 \begin_inset Text
10352
10353 \begin_layout Plain Layout
10354 Result
10355 \begin_inset Note Note
10356 status collapsed
10357
10358 \begin_layout Plain Layout
10359
10360 \series bold
10361
10362 \backslash
10363 raisebox
10364 \series default
10365  is only used as spacer.
10366 \end_layout
10367
10368 \end_inset
10369
10370
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 </row>
10376 <row>
10377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381
10382 \backslash
10383 overleftarrow
10384 \begin_inset ERT
10385 status collapsed
10386
10387 \begin_layout Plain Layout
10388
10389
10390 \backslash
10391 spce 
10392 \end_layout
10393
10394 \end_inset
10395
10396 A=B
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10406 \end_inset
10407
10408
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 </row>
10414 <row>
10415 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419
10420 \backslash
10421 underleftarrow
10422 \begin_inset ERT
10423 status collapsed
10424
10425 \begin_layout Plain Layout
10426
10427
10428 \backslash
10429 spce 
10430 \end_layout
10431
10432 \end_inset
10433
10434 A=B
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10444 \end_inset
10445
10446
10447 \end_layout
10448
10449 \end_inset
10450 </cell>
10451 </row>
10452 <row>
10453 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457
10458 \backslash
10459 overleftrightarrow
10460 \begin_inset ERT
10461 status collapsed
10462
10463 \begin_layout Plain Layout
10464
10465
10466 \backslash
10467 spce 
10468 \end_layout
10469
10470 \end_inset
10471
10472 A=B
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10482 \end_inset
10483
10484
10485 \end_layout
10486
10487 \end_inset
10488 </cell>
10489 </row>
10490 <row>
10491 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495
10496 \backslash
10497 underleftrightarrow
10498 \begin_inset ERT
10499 status collapsed
10500
10501 \begin_layout Plain Layout
10502
10503
10504 \backslash
10505 spce 
10506 \end_layout
10507
10508 \end_inset
10509
10510 A=B
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10520 \end_inset
10521
10522
10523 \end_layout
10524
10525 \end_inset
10526 </cell>
10527 </row>
10528 </lyxtabular>
10529
10530 \end_inset
10531
10532
10533 \begin_inset space \hfill{}
10534 \end_inset
10535
10536
10537 \begin_inset Tabular
10538 <lyxtabular version="3" rows="5" columns="2">
10539 <features>
10540 <column alignment="center" valignment="top" width="0pt">
10541 <column alignment="center" valignment="top" width="0pt">
10542 <row>
10543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547 Command
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556 Result
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 </row>
10562 <row>
10563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567
10568 \backslash
10569 overrightarrow
10570 \begin_inset ERT
10571 status collapsed
10572
10573 \begin_layout Plain Layout
10574
10575
10576 \backslash
10577 spce 
10578 \end_layout
10579
10580 \end_inset
10581
10582 A=B
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10592 \end_inset
10593
10594
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 </row>
10600 <row>
10601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605
10606 \backslash
10607 underrightarrow
10608 \begin_inset ERT
10609 status collapsed
10610
10611 \begin_layout Plain Layout
10612
10613
10614 \backslash
10615 spce 
10616 \end_layout
10617
10618 \end_inset
10619
10620 A=B
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10630 \end_inset
10631
10632
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 </row>
10638 <row>
10639 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10640 \begin_inset Text
10641
10642 \begin_layout Plain Layout
10643
10644 \backslash
10645 widetilde
10646 \begin_inset ERT
10647 status collapsed
10648
10649 \begin_layout Plain Layout
10650
10651
10652 \backslash
10653 spce 
10654 \end_layout
10655
10656 \end_inset
10657
10658 A=B
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10668 \end_inset
10669
10670
10671 \end_layout
10672
10673 \end_inset
10674 </cell>
10675 </row>
10676 <row>
10677 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Plain Layout
10681
10682 \backslash
10683 widehat
10684 \begin_inset ERT
10685 status collapsed
10686
10687 \begin_layout Plain Layout
10688
10689
10690 \backslash
10691 spce 
10692 \end_layout
10693
10694 \end_inset
10695
10696 A=B
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10702 \begin_inset Text
10703
10704 \begin_layout Plain Layout
10705 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10706 \end_inset
10707
10708
10709 \end_layout
10710
10711 \end_inset
10712 </cell>
10713 </row>
10714 </lyxtabular>
10715
10716 \end_inset
10717
10718
10719 \begin_inset space \hfill{}
10720 \end_inset
10721
10722
10723 \end_layout
10724
10725 \begin_layout Standard
10726 \begin_inset VSpace medskip
10727 \end_inset
10728
10729 With these commands as many characters as you like can be accented.
10730  But the accents 
10731 \series bold
10732
10733 \backslash
10734 widetilde
10735 \series default
10736  and 
10737 \series bold
10738
10739 \backslash
10740 widehat
10741 \series default
10742  will only be set in the output with a length of three characters, as shown
10743  in the following example:
10744 \begin_inset Formula \[
10745 \widetilde{A+B=C-D}\]
10746
10747 \end_inset
10748
10749
10750 \end_layout
10751
10752 \begin_layout Standard
10753 With the commands 
10754 \series bold
10755
10756 \backslash
10757 overset
10758 \series default
10759
10760 \begin_inset Index
10761 status collapsed
10762
10763 \begin_layout Plain Layout
10764 Commands ! O ! 
10765 \backslash
10766 overset
10767 \end_layout
10768
10769 \end_inset
10770
10771  and 
10772 \series bold
10773
10774 \backslash
10775 underset
10776 \series default
10777
10778 \begin_inset Index
10779 status collapsed
10780
10781 \begin_layout Plain Layout
10782 Commands ! U ! 
10783 \backslash
10784 underset
10785 \end_layout
10786
10787 \end_inset
10788
10789  described in the previous subsection it is also possible to accent several
10790  characters.
10791  The command 
10792 \series bold
10793
10794 \backslash
10795 underset
10796 \begin_inset ERT
10797 status collapsed
10798
10799 \begin_layout Plain Layout
10800
10801
10802 \backslash
10803 spce 
10804 \end_layout
10805
10806 \end_inset
10807
10808 A=B
10809 \begin_inset Formula $\downarrow$
10810 \end_inset
10811
10812 ***
10813 \series default
10814  creates:
10815 \begin_inset Formula \[
10816 \underset{***}{A=B}\]
10817
10818 \end_inset
10819
10820
10821 \end_layout
10822
10823 \begin_layout Section
10824 Space
10825 \begin_inset CommandInset label
10826 LatexCommand label
10827 name "sub:Space"
10828
10829 \end_inset
10830
10831
10832 \begin_inset Index
10833 status collapsed
10834
10835 \begin_layout Plain Layout
10836 Space ! horizontal
10837 \end_layout
10838
10839 \end_inset
10840
10841
10842 \end_layout
10843
10844 \begin_layout Subsection
10845 Predefined Space
10846 \begin_inset CommandInset label
10847 LatexCommand label
10848 name "sub:Predefined-Space"
10849
10850 \end_inset
10851
10852
10853 \begin_inset Index
10854 status collapsed
10855
10856 \begin_layout Plain Layout
10857 Space ! horizontal ! predefined
10858 \end_layout
10859
10860 \end_inset
10861
10862
10863 \end_layout
10864
10865 \begin_layout Standard
10866 Sometimes it is necessary to insert horizontal space to a formula.
10867  This is done by inserting a protected space (shortcut 
10868 \family sans
10869 Ctrl-Space
10870 \family default
10871 ).
10872  A blue 
10873 \begin_inset Quotes eld
10874 \end_inset
10875
10876
10877 \series bold
10878 \color blue
10879
10880 \begin_inset ERT
10881 status collapsed
10882
10883 \begin_layout Plain Layout
10884
10885
10886 \backslash
10887 spce 
10888 \end_layout
10889
10890 \end_inset
10891
10892
10893 \series default
10894 \color inherit
10895
10896 \begin_inset Quotes erd
10897 \end_inset
10898
10899  appears and by pressing 
10900 \family sans
10901 Space
10902 \family default
10903  several times one can select one of eight different space sizes.
10904  The spaces can also be inserted using the math toolbar button 
10905 \begin_inset Graphics
10906         filename ../images/math/space.png
10907         scale 85
10908
10909 \end_inset
10910
10911  or special commands.
10912  Independent from the inserted command, one can select the size again by
10913  pressing 
10914 \family sans
10915 Space
10916 \family default
10917  afterwards.
10918 \end_layout
10919
10920 \begin_layout Standard
10921 \noindent
10922 \align center
10923 \begin_inset VSpace -5mm
10924 \end_inset
10925
10926
10927 \begin_inset Tabular
10928 <lyxtabular version="3" rows="3" columns="7">
10929 <features>
10930 <column alignment="center" valignment="middle" width="6.8cm">
10931 <column alignment="center" valignment="top" width="0">
10932 <column alignment="center" valignment="top" width="0">
10933 <column alignment="center" valignment="top" width="0">
10934 <column alignment="center" valignment="top" width="0">
10935 <column alignment="center" valignment="top" width="0">
10936 <column alignment="center" valignment="top" width="0">
10937 <row>
10938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942 Command
10943 \end_layout
10944
10945 \end_inset
10946 </cell>
10947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10948 \begin_inset Text
10949
10950 \begin_layout Plain Layout
10951
10952 \backslash
10953 ,
10954 \end_layout
10955
10956 \end_inset
10957 </cell>
10958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10959 \begin_inset Text
10960
10961 \begin_layout Plain Layout
10962
10963 \backslash
10964 :
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973
10974 \backslash
10975 ;
10976 \end_layout
10977
10978 \end_inset
10979 </cell>
10980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984
10985 \backslash
10986 quad
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995
10996 \backslash
10997 qquad
10998 \end_layout
10999
11000 \end_inset
11001 </cell>
11002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006
11007 \backslash
11008 !
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 </row>
11014 <row>
11015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019 Number of 
11020 \family sans
11021 Space
11022 \family default
11023  keystrokes after inserting the protected space
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032 0
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041 1
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 2
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11056 \begin_inset Text
11057
11058 \begin_layout Plain Layout
11059 3
11060 \end_layout
11061
11062 \end_inset
11063 </cell>
11064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11065 \begin_inset Text
11066
11067 \begin_layout Plain Layout
11068 4
11069 \end_layout
11070
11071 \end_inset
11072 </cell>
11073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077 5
11078 \end_layout
11079
11080 \end_inset
11081 </cell>
11082 </row>
11083 <row>
11084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11085 \begin_inset Text
11086
11087 \begin_layout Plain Layout
11088 Result
11089 \end_layout
11090
11091 \end_inset
11092 </cell>
11093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11094 \begin_inset Text
11095
11096 \begin_layout Plain Layout
11097 \begin_inset Formula $A\, B$
11098 \end_inset
11099
11100
11101 \end_layout
11102
11103 \end_inset
11104 </cell>
11105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109 \begin_inset Formula $A\: B$
11110 \end_inset
11111
11112
11113 \end_layout
11114
11115 \end_inset
11116 </cell>
11117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11118 \begin_inset Text
11119
11120 \begin_layout Plain Layout
11121 \begin_inset Formula $A\; B$
11122 \end_inset
11123
11124
11125 \end_layout
11126
11127 \end_inset
11128 </cell>
11129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11130 \begin_inset Text
11131
11132 \begin_layout Plain Layout
11133 \begin_inset Formula $A\quad B$
11134 \end_inset
11135
11136
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145 \begin_inset Formula $A\qquad B$
11146 \end_inset
11147
11148
11149 \end_layout
11150
11151 \end_inset
11152 </cell>
11153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11154 \begin_inset Text
11155
11156 \begin_layout Plain Layout
11157 \begin_inset Formula $A\! B$
11158 \end_inset
11159
11160
11161 \end_layout
11162
11163 \end_inset
11164 </cell>
11165 </row>
11166 </lyxtabular>
11167
11168 \end_inset
11169
11170
11171 \end_layout
11172
11173 \begin_layout Standard
11174 The last size seem to produce no space.
11175  It is displayed red in LyX contrary to the other sizes, because it is a
11176  negative space.
11177  There are two more negative spaces:
11178 \end_layout
11179
11180 \begin_layout Standard
11181 \align center
11182 \begin_inset Tabular
11183 <lyxtabular version="3" rows="3" columns="3">
11184 <features>
11185 <column alignment="center" valignment="middle" width="6.8cm">
11186 <column alignment="center" valignment="top" width="0pt">
11187 <column alignment="center" valignment="top" width="0pt">
11188 <row>
11189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11190 \begin_inset Text
11191
11192 \begin_layout Plain Layout
11193 Command
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202
11203 \backslash
11204 negmedspace
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213
11214 \backslash
11215 negthickspace
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
11220 </row>
11221 <row>
11222 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11223 \begin_inset Text
11224
11225 \begin_layout Plain Layout
11226 Number of 
11227 \family sans
11228 Space
11229 \family default
11230  keystrokes after inserting the protected space
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239 6
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248 7
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 </row>
11254 <row>
11255 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259 Result
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268 \begin_inset Formula $A\negmedspace B$
11269 \end_inset
11270
11271
11272 \end_layout
11273
11274 \end_inset
11275 </cell>
11276 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11277 \begin_inset Text
11278
11279 \begin_layout Plain Layout
11280 \begin_inset Formula $A\negthickspace B$
11281 \end_inset
11282
11283
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 </row>
11289 </lyxtabular>
11290
11291 \end_inset
11292
11293
11294 \end_layout
11295
11296 \begin_layout Standard
11297 Negative spaces can lead to characters overlapping each other.
11298  Thus they can be used to enforce ligatures, what is e.
11299 \begin_inset space \thinspace{}
11300 \end_inset
11301
11302 g.
11303 \begin_inset space ~
11304 \end_inset
11305
11306 useful for summation operators: 
11307 \end_layout
11308
11309 \begin_layout Standard
11310 \align center
11311 \begin_inset Tabular
11312 <lyxtabular version="3" rows="3" columns="2">
11313 <features>
11314 <column alignment="center" valignment="top" width="0">
11315 <column alignment="center" valignment="top" width="0">
11316 <row>
11317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11318 \begin_inset Text
11319
11320 \begin_layout Plain Layout
11321 Command
11322 \end_layout
11323
11324 \end_inset
11325 </cell>
11326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11327 \begin_inset Text
11328
11329 \begin_layout Plain Layout
11330 Result
11331 \begin_inset Note Note
11332 status collapsed
11333
11334 \begin_layout Plain Layout
11335
11336 \series bold
11337
11338 \backslash
11339 raisebox
11340 \series default
11341  is only used as spacer.
11342 \end_layout
11343
11344 \end_inset
11345
11346
11347 \end_layout
11348
11349 \end_inset
11350 </cell>
11351 </row>
11352 <row>
11353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11354 \begin_inset Text
11355
11356 \begin_layout Plain Layout
11357
11358 \backslash
11359 sum
11360 \backslash
11361 sum
11362 \begin_inset ERT
11363 status collapsed
11364
11365 \begin_layout Plain Layout
11366
11367
11368 \backslash
11369 spce 
11370 \end_layout
11371
11372 \end_inset
11373
11374 f_kl
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11384 \end_inset
11385
11386
11387 \end_layout
11388
11389 \end_inset
11390 </cell>
11391 </row>
11392 <row>
11393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397
11398 \backslash
11399 sum
11400 \backslash
11401 negmedspace
11402 \backslash
11403 sum
11404 \begin_inset ERT
11405 status collapsed
11406
11407 \begin_layout Plain Layout
11408
11409
11410 \backslash
11411 spce 
11412 \end_layout
11413
11414 \end_inset
11415
11416 f_kl
11417 \end_layout
11418
11419 \end_inset
11420 </cell>
11421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11426 \end_inset
11427
11428
11429 \end_layout
11430
11431 \end_inset
11432 </cell>
11433 </row>
11434 </lyxtabular>
11435
11436 \end_inset
11437
11438
11439 \end_layout
11440
11441 \begin_layout Standard
11442 Relations like for example equal signs, are always surrounded by space.
11443  To suppress this, the equal sign is placed into a TeX-brace.
11444  The following example demonstrates this:
11445 \end_layout
11446
11447 \begin_layout Standard
11448 \align center
11449 \begin_inset Tabular
11450 <lyxtabular version="3" rows="2" columns="2">
11451 <features>
11452 <column alignment="center" valignment="top" width="0pt">
11453 <column alignment="center" valignment="top" width="0pt">
11454 <row>
11455 <cell alignment="center" valignment="top" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Plain Layout
11459 normal equation
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 <cell alignment="center" valignment="top" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 \begin_inset Formula $A=B$
11469 \end_inset
11470
11471
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 </row>
11477 <row>
11478 <cell alignment="center" valignment="top" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 \begin_inset Note Note
11483 status collapsed
11484
11485 \begin_layout Plain Layout
11486
11487 \series bold
11488
11489 \backslash
11490 raisebox
11491 \series default
11492  is only used as spacer.
11493 \end_layout
11494
11495 \end_inset
11496
11497
11498 \begin_inset Formula $\raisebox{5mm}{}$
11499 \end_inset
11500
11501 equation without space
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11507 \begin_inset Text
11508
11509 \begin_layout Plain Layout
11510 \begin_inset Formula $A{=}B$
11511 \end_inset
11512
11513
11514 \end_layout
11515
11516 \end_inset
11517 </cell>
11518 </row>
11519 </lyxtabular>
11520
11521 \end_inset
11522
11523
11524 \end_layout
11525
11526 \begin_layout Standard
11527 \noindent
11528 The command for the last formula is: 
11529 \series bold
11530 A
11531 \backslash
11532 {=
11533 \begin_inset Formula $\to$
11534 \end_inset
11535
11536 B
11537 \end_layout
11538
11539 \begin_layout Standard
11540 \begin_inset VSpace bigskip
11541 \end_inset
11542
11543 Spaces are needed for physical units, because the space between the value
11544  and the unit is the smallest one and not a normal space.
11545  For units in text, the smallest space is inserted via the menu 
11546 \family sans
11547 Insert\SpecialChar \menuseparator
11548 Formatting\SpecialChar \menuseparator
11549 Thin
11550 \begin_inset space ~
11551 \end_inset
11552
11553 Space
11554 \family default
11555  (shortcut 
11556 \family sans
11557 Ctrl-Shift-Space
11558 \family default
11559 ).
11560 \end_layout
11561
11562 \begin_layout Standard
11563 An example to visualize the difference:
11564 \end_layout
11565
11566 \begin_layout Standard
11567 \begin_inset Tabular
11568 <lyxtabular version="3" rows="2" columns="2">
11569 <features>
11570 <column alignment="left" valignment="top" width="0">
11571 <column alignment="left" valignment="top" width="0">
11572 <row>
11573 <cell alignment="center" valignment="top" usebox="none">
11574 \begin_inset Text
11575
11576 \begin_layout Plain Layout
11577 24 kW
11578 \begin_inset Formula $\cdot$
11579 \end_inset
11580
11581 h
11582 \end_layout
11583
11584 \end_inset
11585 </cell>
11586 <cell alignment="center" valignment="top" usebox="none">
11587 \begin_inset Text
11588
11589 \begin_layout Plain Layout
11590 space between value and unit
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 </row>
11596 <row>
11597 <cell alignment="center" valignment="top" usebox="none">
11598 \begin_inset Text
11599
11600 \begin_layout Plain Layout
11601 24
11602 \begin_inset space \thinspace{}
11603 \end_inset
11604
11605 kW
11606 \begin_inset Formula $\cdot$
11607 \end_inset
11608
11609 h
11610 \end_layout
11611
11612 \end_inset
11613 </cell>
11614 <cell alignment="center" valignment="top" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618 smallest space between value and unit
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 </row>
11624 </lyxtabular>
11625
11626 \end_inset
11627
11628
11629 \end_layout
11630
11631 \begin_layout Subsection
11632 Variable Space
11633 \begin_inset ERT
11634 status collapsed
11635
11636 \begin_layout Plain Layout
11637
11638
11639 \backslash
11640 texorpdfstring{
11641 \end_layout
11642
11643 \end_inset
11644
11645
11646 \begin_inset Foot
11647 status collapsed
11648
11649 \begin_layout Plain Layout
11650 for vertical space in formulas see 
11651 \begin_inset CommandInset ref
11652 LatexCommand ref
11653 reference "sub:Line-Separation"
11654
11655 \end_inset
11656
11657
11658 \end_layout
11659
11660 \end_inset
11661
11662
11663 \begin_inset ERT
11664 status collapsed
11665
11666 \begin_layout Plain Layout
11667
11668 }{}
11669 \end_layout
11670
11671 \end_inset
11672
11673
11674 \begin_inset Note Note
11675 status collapsed
11676
11677 \begin_layout Plain Layout
11678
11679 \backslash
11680 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11681 \end_layout
11682
11683 \begin_layout Plain Layout
11684 More about 
11685 \backslash
11686 texorpdfstring is in section 
11687 \begin_inset CommandInset ref
11688 LatexCommand ref
11689 reference "sub:Formulas-in-Section"
11690
11691 \end_inset
11692
11693 .
11694 \end_layout
11695
11696 \end_inset
11697
11698
11699 \begin_inset CommandInset label
11700 LatexCommand label
11701 name "sub:Variable-Space"
11702
11703 \end_inset
11704
11705
11706 \begin_inset Index
11707 status collapsed
11708
11709 \begin_layout Plain Layout
11710 Space ! horizontal ! variable
11711 \end_layout
11712
11713 \end_inset
11714
11715
11716 \end_layout
11717
11718 \begin_layout Standard
11719 Space with a defined length can be inserted in LyX with the command
11720 \begin_inset Newline newline
11721 \end_inset
11722
11723
11724 \series bold
11725
11726 \backslash
11727 hspace{length}
11728 \series default
11729
11730 \begin_inset Index
11731 status collapsed
11732
11733 \begin_layout Plain Layout
11734 Commands ! H ! 
11735 \backslash
11736 hspace
11737 \end_layout
11738
11739 \end_inset
11740
11741 .
11742  For the length all units listed in 
11743 \begin_inset CommandInset ref
11744 LatexCommand ref
11745 reference "tab:Used-units"
11746
11747 \end_inset
11748
11749  are allowed, except of the unit 
11750 \begin_inset Quotes eld
11751 \end_inset
11752
11753 mu
11754 \begin_inset Quotes erd
11755 \end_inset
11756
11757 .
11758  The length may also be negative.
11759  To insert so many space that the formula uses all available space, the
11760  command 
11761 \series bold
11762
11763 \backslash
11764 hfill
11765 \series default
11766
11767 \begin_inset Index
11768 status collapsed
11769
11770 \begin_layout Plain Layout
11771 Commands ! H ! 
11772 \backslash
11773 hfill
11774 \end_layout
11775
11776 \end_inset
11777
11778  is used.
11779 \end_layout
11780
11781 \begin_layout Standard
11782 \begin_inset VSpace -1mm
11783 \end_inset
11784
11785
11786 \end_layout
11787
11788 \begin_layout Standard
11789 \align center
11790 \begin_inset Tabular
11791 <lyxtabular version="3" rows="4" columns="2">
11792 <features>
11793 <column alignment="center" valignment="top" width="0">
11794 <column alignment="center" valignment="top" width="0">
11795 <row>
11796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11797 \begin_inset Text
11798
11799 \begin_layout Plain Layout
11800 Command
11801 \end_layout
11802
11803 \end_inset
11804 </cell>
11805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11806 \begin_inset Text
11807
11808 \begin_layout Plain Layout
11809 Result
11810 \end_layout
11811
11812 \end_inset
11813 </cell>
11814 </row>
11815 <row>
11816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11817 \begin_inset Text
11818
11819 \begin_layout Plain Layout
11820 A=B
11821 \backslash
11822 hspace{3cm
11823 \begin_inset Formula $\to$
11824 \end_inset
11825
11826 A
11827 \backslash
11828 not=C
11829 \end_layout
11830
11831 \end_inset
11832 </cell>
11833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11834 \begin_inset Text
11835
11836 \begin_layout Plain Layout
11837 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11838 \end_inset
11839
11840
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 </row>
11846 <row>
11847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11848 \begin_inset Text
11849
11850 \begin_layout Plain Layout
11851 A
11852 \backslash
11853 hspace{-1mm
11854 \begin_inset Formula $\to$
11855 \end_inset
11856
11857 A
11858 \backslash
11859 not=A
11860 \end_layout
11861
11862 \end_inset
11863 </cell>
11864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11865 \begin_inset Text
11866
11867 \begin_layout Plain Layout
11868 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11869 \end_inset
11870
11871
11872 \end_layout
11873
11874 \end_inset
11875 </cell>
11876 </row>
11877 <row>
11878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11879 \begin_inset Text
11880
11881 \begin_layout Plain Layout
11882 A=A
11883 \backslash
11884 hfill
11885 \begin_inset ERT
11886 status collapsed
11887
11888 \begin_layout Plain Layout
11889
11890
11891 \backslash
11892 spce 
11893 \end_layout
11894
11895 \end_inset
11896
11897 B=B
11898 \end_layout
11899
11900 \end_inset
11901 </cell>
11902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11903 \begin_inset Text
11904
11905 \begin_layout Plain Layout
11906 \begin_inset Formula $A=A\hfill B=B$
11907 \end_inset
11908
11909
11910 \end_layout
11911
11912 \end_inset
11913 </cell>
11914 </row>
11915 </lyxtabular>
11916
11917 \end_inset
11918
11919
11920 \end_layout
11921
11922 \begin_layout Standard
11923 In the last example the available space is given by the longest column entry
11924  of the table.
11925  In an inline formula the space depends on the length of the line in which
11926  
11927 \series bold
11928
11929 \backslash
11930 hfill
11931 \series default
11932  is inserted.
11933  Thus, when the line uses the full width, no space will be created.
11934  
11935 \series bold
11936
11937 \backslash
11938 hfill
11939 \series default
11940  only has an effect on displayed formulas when the formula style 
11941 \series bold
11942 Indented
11943 \series default
11944  is used.
11945  (Formula styles are explained in 
11946 \begin_inset CommandInset ref
11947 LatexCommand ref
11948 reference "sec:Formula-Styles"
11949
11950 \end_inset
11951
11952 .)
11953 \end_layout
11954
11955 \begin_layout Standard
11956 For text, variable space can be inserted via the menu 
11957 \family sans
11958 Insert\SpecialChar \menuseparator
11959 Formatting\SpecialChar \menuseparator
11960 Horizontal
11961 \begin_inset space ~
11962 \end_inset
11963
11964 Space
11965 \family default
11966 , what is not possible in formulas:
11967 \end_layout
11968
11969 \begin_layout Standard
11970 This is a line with
11971 \begin_inset space \hspace{}
11972 \length 2cm
11973 \end_inset
11974
11975 2
11976 \begin_inset space \thinspace{}
11977 \end_inset
11978
11979 cm space.
11980 \end_layout
11981
11982 \begin_layout Standard
11983 This is a line with
11984 \begin_inset space \hfill{}
11985 \end_inset
11986
11987 maximum space.
11988 \end_layout
11989
11990 \begin_layout Subsection
11991 Space besides inline Formulas
11992 \begin_inset Index
11993 status collapsed
11994
11995 \begin_layout Plain Layout
11996 Space ! besides inline formulas
11997 \end_layout
11998
11999 \end_inset
12000
12001
12002 \end_layout
12003
12004 \begin_layout Standard
12005 The space that surrounds inline formulas can be adjusted with the length
12006  
12007 \series bold
12008
12009 \backslash
12010 mathsurround
12011 \begin_inset Index
12012 status collapsed
12013
12014 \begin_layout Plain Layout
12015 Commands ! M ! 
12016 \backslash
12017 mathsurround
12018 \end_layout
12019
12020 \end_inset
12021
12022
12023 \series default
12024 .
12025  The value of a length is set with the command 
12026 \series bold
12027
12028 \backslash
12029 setlength
12030 \begin_inset Index
12031 status collapsed
12032
12033 \begin_layout Plain Layout
12034 Commands ! S ! 
12035 \backslash
12036 setlength
12037 \end_layout
12038
12039 \end_inset
12040
12041
12042 \series default
12043  that has the following scheme:
12044 \end_layout
12045
12046 \begin_layout Standard
12047
12048 \series bold
12049
12050 \backslash
12051 setlength{length name}{value}
12052 \end_layout
12053
12054 \begin_layout Standard
12055 To set 
12056 \series bold
12057
12058 \backslash
12059 mathsurround
12060 \series default
12061  to the value 5
12062 \begin_inset space \thinspace{}
12063 \end_inset
12064
12065 mm, the command
12066 \end_layout
12067
12068 \begin_layout Standard
12069
12070 \series bold
12071
12072 \backslash
12073 setlength{
12074 \backslash
12075 mathsurround}{5mm}
12076 \end_layout
12077
12078 \begin_layout Standard
12079 is inserted in TeX-mode.
12080  5
12081 \begin_inset space \thinspace{}
12082 \end_inset
12083
12084 mm space will now be set around all inline formulas:
12085 \begin_inset ERT
12086 status collapsed
12087
12088 \begin_layout Plain Layout
12089
12090
12091 \backslash
12092 setlength{
12093 \backslash
12094 mathsurround}{5mm}
12095 \end_layout
12096
12097 \end_inset
12098
12099
12100 \end_layout
12101
12102 \begin_layout Standard
12103 This is a line with an inline formula 
12104 \begin_inset Formula $A=B$
12105 \end_inset
12106
12107  with 5
12108 \begin_inset space \thinspace{}
12109 \end_inset
12110
12111 mm surrounding space.
12112 \begin_inset ERT
12113 status collapsed
12114
12115 \begin_layout Plain Layout
12116
12117
12118 \backslash
12119 setlength{
12120 \backslash
12121 mathsurround}{0pt}
12122 \end_layout
12123
12124 \end_inset
12125
12126
12127 \end_layout
12128
12129 \begin_layout Standard
12130 To return to the predefined value, 
12131 \series bold
12132
12133 \backslash
12134 mathsurround
12135 \series default
12136  is set to the value 0
12137 \begin_inset space \thinspace{}
12138 \end_inset
12139
12140 pt.
12141 \end_layout
12142
12143 \begin_layout Section
12144 Boxes and Frames
12145 \begin_inset Index
12146 status collapsed
12147
12148 \begin_layout Plain Layout
12149 Boxes
12150 \end_layout
12151
12152 \end_inset
12153
12154
12155 \begin_inset Index
12156 status collapsed
12157
12158 \begin_layout Plain Layout
12159 Frames | see 
12160 \begin_inset ERT
12161 status collapsed
12162
12163 \begin_layout Plain Layout
12164
12165 {
12166 \end_layout
12167
12168 \end_inset
12169
12170 Boxes
12171 \begin_inset ERT
12172 status collapsed
12173
12174 \begin_layout Plain Layout
12175
12176 }
12177 \end_layout
12178
12179 \end_inset
12180
12181
12182 \end_layout
12183
12184 \end_inset
12185
12186
12187 \end_layout
12188
12189 \begin_layout Standard
12190 Boxes for text are described in chapter 
12191 \family typewriter
12192 Boxes
12193 \family default
12194  in the 
12195 \family typewriter
12196 Embedded
12197 \begin_inset space ~
12198 \end_inset
12199
12200 Objects
12201 \family default
12202  manual.
12203 \end_layout
12204
12205 \begin_layout Subsection
12206 Boxes with Frame
12207 \begin_inset CommandInset label
12208 LatexCommand label
12209 name "sub:Boxes-with-Frame"
12210
12211 \end_inset
12212
12213
12214 \begin_inset Index
12215 status collapsed
12216
12217 \begin_layout Plain Layout
12218 Boxes ! with frame
12219 \end_layout
12220
12221 \end_inset
12222
12223
12224 \end_layout
12225
12226 \begin_layout Standard
12227 It is possible to frame formulas or parts of it with the commands 
12228 \series bold
12229
12230 \backslash
12231 fbox
12232 \series default
12233
12234 \begin_inset Index
12235 status collapsed
12236
12237 \begin_layout Plain Layout
12238 Commands ! F ! 
12239 \backslash
12240 fbox
12241 \end_layout
12242
12243 \end_inset
12244
12245  and 
12246 \series bold
12247
12248 \backslash
12249 boxed
12250 \series default
12251
12252 \begin_inset Index
12253 status collapsed
12254
12255 \begin_layout Plain Layout
12256 Commands ! B ! 
12257 \backslash
12258 boxed
12259 \end_layout
12260
12261 \end_inset
12262
12263 .
12264 \end_layout
12265
12266 \begin_layout Standard
12267 When one of these commands is inserted to a formula, a blue box appears
12268  within a frame to enter formula parts.
12269  For 
12270 \series bold
12271
12272 \backslash
12273 fbox
12274 \series default
12275  an additional formula has to be created by 
12276 \family sans
12277 Ctrl-m
12278 \family default
12279  within this box
12280 \begin_inset Foot
12281 status collapsed
12282
12283 \begin_layout Plain Layout
12284 Due to a bug in LyX it is not possible to create a new formula with 
12285 \family sans
12286 Ctrl-m
12287 \family default
12288 , see 
12289 \begin_inset CommandInset href
12290 LatexCommand href
12291 name "LyX-bug #1435"
12292 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12293
12294 \end_inset
12295
12296 .
12297 \end_layout
12298
12299 \end_inset
12300
12301 , because the box content will otherwise be treated as mathematical text.
12302  When 
12303 \series bold
12304
12305 \backslash
12306 boxed
12307 \series default
12308  is used, a new formula is automatically created inside the frame.
12309 \end_layout
12310
12311 \begin_layout Standard
12312 The command 
12313 \series bold
12314
12315 \backslash
12316 fbox
12317 \series default
12318  is not suitable to frame displayed formulas, because the formula will always
12319  be set in the size of the text.
12320  
12321 \series bold
12322
12323 \backslash
12324 boxed
12325 \series default
12326  is in contrary not suitable to frame inline formulas, because the formula
12327  will always be set in the size of a displayed formula.
12328 \end_layout
12329
12330 \begin_layout Standard
12331 As extension to 
12332 \series bold
12333
12334 \backslash
12335 fbox
12336 \series default
12337  there is the command 
12338 \series bold
12339
12340 \backslash
12341 framebox
12342 \series default
12343
12344 \begin_inset Index
12345 status collapsed
12346
12347 \begin_layout Plain Layout
12348 Commands ! F ! 
12349 \backslash
12350 framebox
12351 \end_layout
12352
12353 \end_inset
12354
12355  where additionally the frame width and the alignment can be specified.
12356  
12357 \series bold
12358
12359 \backslash
12360 framebox
12361 \series default
12362  is used in the following scheme:
12363 \end_layout
12364
12365 \begin_layout Standard
12366
12367 \series bold
12368
12369 \backslash
12370 framebox[frame width][position]{box content}
12371 \end_layout
12372
12373 \begin_layout Standard
12374 The position can either be 
12375 \emph on
12376 l
12377 \emph default
12378  or 
12379 \emph on
12380 r
12381 \emph default
12382 .
12383  
12384 \emph on
12385 l
12386 \emph default
12387  left aligns, 
12388 \emph on
12389 r
12390 \emph default
12391  right aligns the formula in the box.
12392  When no position is given, the formula will be centered.
12393 \begin_inset Newline newline
12394 \end_inset
12395
12396 Is no width given, also no position can be given.
12397  In this case the frame width is adjusted to the box content like for 
12398 \series bold
12399
12400 \backslash
12401 fbox
12402 \series default
12403 .
12404 \end_layout
12405
12406 \begin_layout Standard
12407 When the command 
12408 \series bold
12409
12410 \backslash
12411 framebox
12412 \series default
12413  is inserted, a box appears containing three blue boxes.
12414  The first two boxes are surrounded by brackets and denote the two optional
12415  arguments.
12416  The third box is for formula parts like for 
12417 \series bold
12418
12419 \backslash
12420 fbox
12421 \series default
12422 .
12423 \end_layout
12424
12425 \begin_layout Standard
12426 \align center
12427 \begin_inset Note Note
12428 status open
12429
12430 \begin_layout Plain Layout
12431 The table has been set into a minipage to make the footnote appearing.
12432  Otherwise the footnote text would not be displayed.
12433 \end_layout
12434
12435 \end_inset
12436
12437
12438 \begin_inset Box Frameless
12439 position "c"
12440 hor_pos "c"
12441 has_inner_box 1
12442 inner_pos "c"
12443 use_parbox 0
12444 width "100col%"
12445 special "none"
12446 height "1in"
12447 height_special "totalheight"
12448 status open
12449
12450 \begin_layout Plain Layout
12451 \align center
12452 \begin_inset Tabular
12453 <lyxtabular version="3" rows="5" columns="2">
12454 <features>
12455 <column alignment="center" valignment="top" width="0">
12456 <column alignment="center" valignment="top" width="0">
12457 <row>
12458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12459 \begin_inset Text
12460
12461 \begin_layout Plain Layout
12462 Command
12463 \begin_inset Foot
12464 status collapsed
12465
12466 \begin_layout Plain Layout
12467 Due to a bug in LyX it is not possible to create a new formula with 
12468 \family sans
12469 Ctrl-m
12470 \family default
12471 , see 
12472 \begin_inset CommandInset href
12473 LatexCommand href
12474 name "LyX-bug #1435"
12475 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12476
12477 \end_inset
12478
12479 .
12480 \end_layout
12481
12482 \end_inset
12483
12484
12485 \end_layout
12486
12487 \end_inset
12488 </cell>
12489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12490 \begin_inset Text
12491
12492 \begin_layout Plain Layout
12493 Result
12494 \begin_inset Note Note
12495 status collapsed
12496
12497 \begin_layout Plain Layout
12498
12499 \series bold
12500
12501 \backslash
12502 raisebox
12503 \series default
12504  is only used as spacer.
12505 \end_layout
12506
12507 \end_inset
12508
12509
12510 \end_layout
12511
12512 \end_inset
12513 </cell>
12514 </row>
12515 <row>
12516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12517 \begin_inset Text
12518
12519 \begin_layout Plain Layout
12520
12521 \backslash
12522 fbox
12523 \begin_inset ERT
12524 status collapsed
12525
12526 \begin_layout Plain Layout
12527
12528
12529 \backslash
12530 spce 
12531 \end_layout
12532
12533 \end_inset
12534
12535
12536 \family sans
12537 Ctrl-m
12538 \family default
12539  
12540 \backslash
12541 int
12542 \begin_inset ERT
12543 status collapsed
12544
12545 \begin_layout Plain Layout
12546
12547
12548 \backslash
12549 spce 
12550 \end_layout
12551
12552 \end_inset
12553
12554 A=B
12555 \end_layout
12556
12557 \end_inset
12558 </cell>
12559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12560 \begin_inset Text
12561
12562 \begin_layout Plain Layout
12563 \begin_inset Formula \raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}
12564
12565 \end_inset
12566
12567
12568 \end_layout
12569
12570 \end_inset
12571 </cell>
12572 </row>
12573 <row>
12574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12575 \begin_inset Text
12576
12577 \begin_layout Plain Layout
12578
12579 \backslash
12580 boxed
12581 \begin_inset ERT
12582 status collapsed
12583
12584 \begin_layout Plain Layout
12585
12586
12587 \backslash
12588 spce 
12589 \end_layout
12590
12591 \end_inset
12592
12593
12594 \backslash
12595 int
12596 \begin_inset ERT
12597 status collapsed
12598
12599 \begin_layout Plain Layout
12600
12601
12602 \backslash
12603 spce 
12604 \end_layout
12605
12606 \end_inset
12607
12608 A=B
12609 \end_layout
12610
12611 \end_inset
12612 </cell>
12613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Plain Layout
12617 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12618 \end_inset
12619
12620
12621 \end_layout
12622
12623 \end_inset
12624 </cell>
12625 </row>
12626 <row>
12627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12628 \begin_inset Text
12629
12630 \begin_layout Plain Layout
12631 A+
12632 \backslash
12633 fbox
12634 \begin_inset ERT
12635 status collapsed
12636
12637 \begin_layout Plain Layout
12638
12639
12640 \backslash
12641 spce 
12642 \end_layout
12643
12644 \end_inset
12645
12646 B
12647 \end_layout
12648
12649 \end_inset
12650 </cell>
12651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12652 \begin_inset Text
12653
12654 \begin_layout Plain Layout
12655 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12656 \end_inset
12657
12658
12659 \end_layout
12660
12661 \end_inset
12662 </cell>
12663 </row>
12664 <row>
12665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12666 \begin_inset Text
12667
12668 \begin_layout Plain Layout
12669
12670 \backslash
12671 framebox
12672 \begin_inset ERT
12673 status collapsed
12674
12675 \begin_layout Plain Layout
12676
12677
12678 \backslash
12679 spce 
12680 \end_layout
12681
12682 \end_inset
12683
12684 20mm
12685 \begin_inset Formula $\to$
12686 \end_inset
12687
12688
12689 \begin_inset Formula $\to$
12690 \end_inset
12691
12692
12693 \family sans
12694 Ctrl-m
12695 \family default
12696  
12697 \backslash
12698 frac
12699 \begin_inset ERT
12700 status collapsed
12701
12702 \begin_layout Plain Layout
12703
12704
12705 \backslash
12706 spce 
12707 \end_layout
12708
12709 \end_inset
12710
12711 A
12712 \begin_inset Formula $\downarrow$
12713 \end_inset
12714
12715 B
12716 \end_layout
12717
12718 \end_inset
12719 </cell>
12720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12721 \begin_inset Text
12722
12723 \begin_layout Plain Layout
12724 \begin_inset Formula $\raisebox{6mm}{}$
12725 \end_inset
12726
12727
12728 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12729 \end_inset
12730
12731
12732 \begin_inset Formula $\raisebox{-4mm}{}$
12733 \end_inset
12734
12735
12736 \end_layout
12737
12738 \end_inset
12739 </cell>
12740 </row>
12741 </lyxtabular>
12742
12743 \end_inset
12744
12745
12746 \end_layout
12747
12748 \end_inset
12749
12750
12751 \end_layout
12752
12753 \begin_layout Standard
12754 The frame thickness can also be adjusted.
12755  To do this the following commands have to be inserted in TeX-mode before
12756  the formula
12757 \end_layout
12758
12759 \begin_layout Standard
12760
12761 \series bold
12762
12763 \backslash
12764 fboxrule
12765 \series default
12766  
12767 \series bold
12768
12769 \begin_inset Quotes eld
12770 \end_inset
12771
12772 thickness
12773 \begin_inset Quotes erd
12774 \end_inset
12775
12776
12777 \series default
12778  
12779 \series bold
12780
12781 \backslash
12782 fboxsep
12783 \series default
12784  
12785 \series bold
12786
12787 \begin_inset Quotes eld
12788 \end_inset
12789
12790 distance
12791 \begin_inset Quotes erd
12792 \end_inset
12793
12794
12795 \end_layout
12796
12797 \begin_layout Standard
12798 \begin_inset Quotes eld
12799 \end_inset
12800
12801 distance
12802 \begin_inset Quotes erd
12803 \end_inset
12804
12805  specifies the minimal distance between the frame and the first character
12806  in the box.
12807  An example for this is the following framed formula:
12808 \begin_inset ERT
12809 status collapsed
12810
12811 \begin_layout Plain Layout
12812
12813
12814 \backslash
12815 fboxrule 2mm 
12816 \backslash
12817 fboxsep 3mm
12818 \end_layout
12819
12820 \end_inset
12821
12822
12823 \begin_inset Formula \[
12824 \boxed{A+B=C}\]
12825
12826 \end_inset
12827
12828 Before this formula the commands
12829 \end_layout
12830
12831 \begin_layout Standard
12832
12833 \series bold
12834
12835 \backslash
12836 fboxrule
12837 \series default
12838  
12839 \series bold
12840 2mm
12841 \series default
12842  
12843 \series bold
12844
12845 \backslash
12846 fboxsep
12847 \series default
12848  
12849 \series bold
12850 3mm
12851 \end_layout
12852
12853 \begin_layout Standard
12854 were inserted in TeX-mode.
12855  The given values are used for all following boxes.
12856 \end_layout
12857
12858 \begin_layout Standard
12859 To return to the standard frame size, the command
12860 \end_layout
12861
12862 \begin_layout Standard
12863
12864 \series bold
12865
12866 \backslash
12867 fboxrule
12868 \series default
12869  
12870 \series bold
12871 0.4pt
12872 \series default
12873  
12874 \series bold
12875
12876 \backslash
12877 fboxsep
12878 \series default
12879  
12880 \series bold
12881 3pt
12882 \series default
12883
12884 \begin_inset ERT
12885 status collapsed
12886
12887 \begin_layout Plain Layout
12888
12889
12890 \backslash
12891 fboxrule 0.4pt 
12892 \backslash
12893 fboxsep 3pt
12894 \end_layout
12895
12896 \end_inset
12897
12898
12899 \end_layout
12900
12901 \begin_layout Standard
12902 is inserted in TeX-mode before the next formula.
12903 \end_layout
12904
12905 \begin_layout Subsection
12906 Boxes without Frame
12907 \begin_inset CommandInset label
12908 LatexCommand label
12909 name "sub:Boxes-without-Frame"
12910
12911 \end_inset
12912
12913
12914 \begin_inset Index
12915 status collapsed
12916
12917 \begin_layout Plain Layout
12918 Boxes ! without frame
12919 \end_layout
12920
12921 \end_inset
12922
12923
12924 \end_layout
12925
12926 \begin_layout Standard
12927 For boxes without a frame there are the following box commands: 
12928 \series bold
12929
12930 \backslash
12931 mbox
12932 \series default
12933
12934 \begin_inset Index
12935 status collapsed
12936
12937 \begin_layout Plain Layout
12938 Commands ! M ! 
12939 \backslash
12940 mbox
12941 \end_layout
12942
12943 \end_inset
12944
12945
12946 \series bold
12947
12948 \backslash
12949 makebox
12950 \series default
12951
12952 \begin_inset Index
12953 status collapsed
12954
12955 \begin_layout Plain Layout
12956 Commands ! M ! 
12957 \backslash
12958 makebox
12959 \end_layout
12960
12961 \end_inset
12962
12963 , and 
12964 \series bold
12965
12966 \backslash
12967 raisebox
12968 \series default
12969
12970 \begin_inset Index
12971 status collapsed
12972
12973 \begin_layout Plain Layout
12974 Commands ! R ! 
12975 \backslash
12976 raisebox
12977 \end_layout
12978
12979 \end_inset
12980
12981
12982 \end_layout
12983
12984 \begin_layout Standard
12985 With 
12986 \series bold
12987
12988 \backslash
12989 raisebox
12990 \series default
12991  a box can be super- or subscripted.
12992  But in contrary to normal super- and subscripting, the characters in the
12993  box keep their font size.
12994  
12995 \series bold
12996
12997 \backslash
12998 raisebox
12999 \series default
13000  is used in the following scheme:
13001 \end_layout
13002
13003 \begin_layout Standard
13004
13005 \series bold
13006
13007 \backslash
13008 raisebox{height}{box content}
13009 \end_layout
13010
13011 \begin_layout Standard
13012 When the box should contain a formula, an extra formula is needed like for
13013  
13014 \series bold
13015
13016 \backslash
13017 fbox
13018 \series default
13019 .
13020 \end_layout
13021
13022 \begin_layout Standard
13023 \align center
13024 \begin_inset Tabular
13025 <lyxtabular version="3" rows="4" columns="2">
13026 <features>
13027 <column alignment="center" valignment="top" width="0">
13028 <column alignment="center" valignment="top" width="0">
13029 <row>
13030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13031 \begin_inset Text
13032
13033 \begin_layout Plain Layout
13034 Command
13035 \end_layout
13036
13037 \end_inset
13038 </cell>
13039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13040 \begin_inset Text
13041
13042 \begin_layout Plain Layout
13043 Result
13044 \end_layout
13045
13046 \end_inset
13047 </cell>
13048 </row>
13049 <row>
13050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13051 \begin_inset Text
13052
13053 \begin_layout Plain Layout
13054 H
13055 \backslash
13056 raisebox{2mm
13057 \begin_inset Formula $\to$
13058 \end_inset
13059
13060
13061 \backslash
13062 {al
13063 \begin_inset Formula $\to$
13064 \end_inset
13065
13066  lo
13067 \end_layout
13068
13069 \end_inset
13070 </cell>
13071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13072 \begin_inset Text
13073
13074 \begin_layout Plain Layout
13075 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13076 \end_inset
13077
13078
13079 \end_layout
13080
13081 \end_inset
13082 </cell>
13083 </row>
13084 <row>
13085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13086 \begin_inset Text
13087
13088 \begin_layout Plain Layout
13089 H
13090 \backslash
13091 raisebox{-2mm
13092 \begin_inset Formula $\to$
13093 \end_inset
13094
13095
13096 \backslash
13097 {al
13098 \begin_inset Formula $\to$
13099 \end_inset
13100
13101 lo
13102 \end_layout
13103
13104 \end_inset
13105 </cell>
13106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13107 \begin_inset Text
13108
13109 \begin_layout Plain Layout
13110 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13111 \end_inset
13112
13113
13114 \end_layout
13115
13116 \end_inset
13117 </cell>
13118 </row>
13119 <row>
13120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13121 \begin_inset Text
13122
13123 \begin_layout Plain Layout
13124 A=
13125 \backslash
13126 raisebox{-2mm
13127 \begin_inset Formula $\to$
13128 \end_inset
13129
13130
13131 \backslash
13132 {
13133 \family sans
13134 Ctrl-m
13135 \family default
13136  
13137 \backslash
13138 sqrt
13139 \begin_inset ERT
13140 status collapsed
13141
13142 \begin_layout Plain Layout
13143
13144
13145 \backslash
13146 spce 
13147 \end_layout
13148
13149 \end_inset
13150
13151
13152 \end_layout
13153
13154 \end_inset
13155 </cell>
13156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13157 \begin_inset Text
13158
13159 \begin_layout Plain Layout
13160 \begin_inset ERT
13161 status collapsed
13162
13163 \begin_layout Plain Layout
13164
13165 $A=
13166 \backslash
13167 raisebox{-2mm}{$
13168 \backslash
13169 sqrt{B}$}$
13170 \end_layout
13171
13172 \end_inset
13173
13174
13175 \end_layout
13176
13177 \end_inset
13178 </cell>
13179 </row>
13180 </lyxtabular>
13181
13182 \end_inset
13183
13184
13185 \end_layout
13186
13187 \begin_layout Standard
13188 The last formula can currently only be created using TeX-mode because LyX
13189  inserts a box instead of the needed extra formula.
13190 \begin_inset Foot
13191 status collapsed
13192
13193 \begin_layout Plain Layout
13194 see 
13195 \begin_inset CommandInset href
13196 LatexCommand href
13197 name "LyX-bug #1435"
13198 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13199
13200 \end_inset
13201
13202
13203 \end_layout
13204
13205 \end_inset
13206
13207
13208 \end_layout
13209
13210 \begin_layout Standard
13211 The command 
13212 \series bold
13213
13214 \backslash
13215 mbox
13216 \series default
13217  is equivalent to 
13218 \series bold
13219
13220 \backslash
13221 fbox
13222 \series default
13223  and 
13224 \series bold
13225
13226 \backslash
13227 makebox
13228 \series default
13229  is equivalent to 
13230 \series bold
13231
13232 \backslash
13233 framebox
13234 \series default
13235 , with the difference that there is no frame.
13236 \end_layout
13237
13238 \begin_layout Subsection
13239 Colored Boxes
13240 \begin_inset CommandInset label
13241 LatexCommand label
13242 name "sub:Colored-Boxes"
13243
13244 \end_inset
13245
13246
13247 \begin_inset Index
13248 status collapsed
13249
13250 \begin_layout Plain Layout
13251 Boxes ! colored
13252 \end_layout
13253
13254 \end_inset
13255
13256
13257 \end_layout
13258
13259 \begin_layout Standard
13260 To be able to use all commands explained in this section, the LaTeX-package
13261  
13262 \series bold
13263 color
13264 \series default
13265
13266 \begin_inset Foot
13267 status collapsed
13268
13269 \begin_layout Plain Layout
13270 The LaTeX-package 
13271 \series bold
13272 color
13273 \series default
13274  is part of every LaTeX standard installation.
13275 \end_layout
13276
13277 \end_inset
13278
13279
13280 \begin_inset Index
13281 status collapsed
13282
13283 \begin_layout Plain Layout
13284 Packages ! color
13285 \end_layout
13286
13287 \end_inset
13288
13289  has to be loaded in the LaTeX-preamble with the line
13290 \begin_inset Foot
13291 status collapsed
13292
13293 \begin_layout Plain Layout
13294 When text is colored somewhere in the document with a predefined color,
13295  LyX loads the LaTeX-package 
13296 \series bold
13297 color
13298 \series default
13299  automatically.
13300  Thus it is possible that the package is loaded twice, but this doesn't
13301  arise problems.
13302 \end_layout
13303
13304 \end_inset
13305
13306
13307 \begin_inset Note Note
13308 status collapsed
13309
13310 \begin_layout Plain Layout
13311 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13312 amble.
13313 \end_layout
13314
13315 \end_inset
13316
13317
13318 \end_layout
13319
13320 \begin_layout Standard
13321
13322 \series bold
13323
13324 \backslash
13325 usepackage{color}
13326 \end_layout
13327
13328 \begin_layout Standard
13329 \begin_inset VSpace medskip
13330 \end_inset
13331
13332 To color boxes, the command 
13333 \series bold
13334
13335 \backslash
13336 colorbox
13337 \series default
13338
13339 \begin_inset Index
13340 status collapsed
13341
13342 \begin_layout Plain Layout
13343 Commands ! C ! 
13344 \backslash
13345 colorbox
13346 \end_layout
13347
13348 \end_inset
13349
13350  is used in the following scheme:
13351 \end_layout
13352
13353 \begin_layout Standard
13354
13355 \series bold
13356
13357 \backslash
13358 colorbox{color}{box content}
13359 \end_layout
13360
13361 \begin_layout Standard
13362 The box content can also be a box and a 
13363 \series bold
13364
13365 \backslash
13366 colorbox
13367 \series default
13368  can also be part of another box (see the 2nd and 3rd example).
13369  When the box should contain a formula, an extra formula has to be created,
13370  the same as for 
13371 \series bold
13372
13373 \backslash
13374 fbox
13375 \series default
13376 .
13377 \begin_inset Foot
13378 status collapsed
13379
13380 \begin_layout Plain Layout
13381 This also applies for the command 
13382 \series bold
13383
13384 \backslash
13385 fcolorbox
13386 \series default
13387 .
13388  Thereby note 
13389 \begin_inset CommandInset href
13390 LatexCommand href
13391 name "LyX-bug #1435"
13392 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13393
13394 \end_inset
13395
13396 .
13397 \end_layout
13398
13399 \end_inset
13400
13401
13402 \end_layout
13403
13404 \begin_layout Standard
13405 One of the following predefined colors can be chosen:
13406 \end_layout
13407
13408 \begin_layout Standard
13409
13410 \series bold
13411 black
13412 \series default
13413
13414 \series bold
13415 blue
13416 \series default
13417
13418 \series bold
13419 cyan
13420 \series default
13421
13422 \series bold
13423 green
13424 \series default
13425
13426 \series bold
13427 magenta
13428 \series default
13429
13430 \series bold
13431 red
13432 \series default
13433
13434 \series bold
13435 white
13436 \series default
13437 , and 
13438 \series bold
13439 yellow
13440 \end_layout
13441
13442 \begin_layout Standard
13443 \align center
13444 \begin_inset Tabular
13445 <lyxtabular version="3" rows="4" columns="2">
13446 <features>
13447 <column alignment="center" valignment="top" width="0">
13448 <column alignment="center" valignment="top" width="0">
13449 <row>
13450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13451 \begin_inset Text
13452
13453 \begin_layout Plain Layout
13454 Command
13455 \end_layout
13456
13457 \end_inset
13458 </cell>
13459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13460 \begin_inset Text
13461
13462 \begin_layout Plain Layout
13463 Result
13464 \begin_inset Note Note
13465 status collapsed
13466
13467 \begin_layout Plain Layout
13468
13469 \series bold
13470
13471 \backslash
13472 raisebox
13473 \series default
13474  is only used as spacer.
13475 \end_layout
13476
13477 \end_inset
13478
13479
13480 \end_layout
13481
13482 \end_inset
13483 </cell>
13484 </row>
13485 <row>
13486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13487 \begin_inset Text
13488
13489 \begin_layout Plain Layout
13490
13491 \backslash
13492 colorbox{yellow
13493 \begin_inset Formula $\to$
13494 \end_inset
13495
13496
13497 \backslash
13498 {A=B
13499 \end_layout
13500
13501 \end_inset
13502 </cell>
13503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13504 \begin_inset Text
13505
13506 \begin_layout Plain Layout
13507 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13508 \end_inset
13509
13510
13511 \end_layout
13512
13513 \end_inset
13514 </cell>
13515 </row>
13516 <row>
13517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13518 \begin_inset Text
13519
13520 \begin_layout Plain Layout
13521
13522 \backslash
13523 colorbox{green
13524 \begin_inset Formula $\to$
13525 \end_inset
13526
13527
13528 \backslash
13529 {
13530 \backslash
13531 fbox
13532 \begin_inset ERT
13533 status collapsed
13534
13535 \begin_layout Plain Layout
13536
13537
13538 \backslash
13539 spce 
13540 \end_layout
13541
13542 \end_inset
13543
13544 A=B
13545 \end_layout
13546
13547 \end_inset
13548 </cell>
13549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13550 \begin_inset Text
13551
13552 \begin_layout Plain Layout
13553 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13554 \end_inset
13555
13556
13557 \end_layout
13558
13559 \end_inset
13560 </cell>
13561 </row>
13562 <row>
13563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13564 \begin_inset Text
13565
13566 \begin_layout Plain Layout
13567
13568 \backslash
13569 fbox
13570 \begin_inset ERT
13571 status collapsed
13572
13573 \begin_layout Plain Layout
13574
13575
13576 \backslash
13577 spce 
13578 \end_layout
13579
13580 \end_inset
13581
13582
13583 \backslash
13584 colorbox{green
13585 \begin_inset Formula $\to$
13586 \end_inset
13587
13588
13589 \backslash
13590 {A=B
13591 \end_layout
13592
13593 \end_inset
13594 </cell>
13595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13596 \begin_inset Text
13597
13598 \begin_layout Plain Layout
13599 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13600 \end_inset
13601
13602
13603 \end_layout
13604
13605 \end_inset
13606 </cell>
13607 </row>
13608 </lyxtabular>
13609
13610 \end_inset
13611
13612
13613 \end_layout
13614
13615 \begin_layout Standard
13616
13617 \series bold
13618
13619 \backslash
13620 colorbox
13621 \series default
13622  only colors the box but not the characters in the box.
13623  To color all characters, the whole formula is highlighted and the wanted
13624  color is chosen in the 
13625 \family sans
13626 Text
13627 \begin_inset space ~
13628 \end_inset
13629
13630 Style
13631 \family default
13632  dialog.
13633  The dialog can be called with the toolbar button 
13634 \begin_inset Graphics
13635         filename ../images/dialog-show_character.png
13636         scale 85
13637
13638 \end_inset
13639
13640  or the menu 
13641 \family sans
13642 Edit\SpecialChar \menuseparator
13643 Text
13644 \begin_inset space ~
13645 \end_inset
13646
13647 Style\SpecialChar \menuseparator
13648 Customized
13649 \family default
13650 .
13651  The formula number has then the same color as the formula.
13652  When the formula number should get another color than the formula characters,
13653  the color must be changed within the formula.
13654 \end_layout
13655
13656 \begin_layout Standard
13657 An example:
13658 \end_layout
13659
13660 \begin_layout Standard
13661
13662 \color red
13663 \begin_inset Formula \begin{equation}
13664 \int A=B\label{eq:red}\end{equation}
13665
13666 \end_inset
13667
13668
13669 \color green
13670
13671 \begin_inset Formula \begin{equation}
13672 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13673
13674 \end_inset
13675
13676
13677 \end_layout
13678
13679 \begin_layout Standard
13680 Formula 
13681 \begin_inset CommandInset ref
13682 LatexCommand eqref
13683 reference "eq:red"
13684
13685 \end_inset
13686
13687  is completely colored red.
13688 \begin_inset Newline newline
13689 \end_inset
13690
13691 Formula 
13692 \begin_inset CommandInset ref
13693 LatexCommand eqref
13694 reference "eq:redgreen"
13695
13696 \end_inset
13697
13698  was first completely colored green to set the color for the formula number.
13699  Subsequently the formula characters were colored red.
13700 \end_layout
13701
13702 \begin_layout Standard
13703 \begin_inset VSpace bigskip
13704 \end_inset
13705
13706 To color the frame different than the rest of the box, the command 
13707 \series bold
13708
13709 \backslash
13710 fcolorbox
13711 \series default
13712
13713 \begin_inset Index
13714 status collapsed
13715
13716 \begin_layout Plain Layout
13717 Commands ! F ! 
13718 \backslash
13719 fcolorbox
13720 \end_layout
13721
13722 \end_inset
13723
13724  is used in the following scheme:
13725 \end_layout
13726
13727 \begin_layout Standard
13728
13729 \series bold
13730
13731 \backslash
13732 fcolorbox{frame color}{color}{box content}
13733 \end_layout
13734
13735 \begin_layout Standard
13736 So 
13737 \series bold
13738
13739 \backslash
13740 fcolorbox
13741 \series default
13742  is an extension of the command 
13743 \series bold
13744
13745 \backslash
13746 colorbox
13747 \series default
13748 .
13749  The frame width is set, like for 
13750 \series bold
13751
13752 \backslash
13753 framebox
13754 \series default
13755 , with 
13756 \series bold
13757
13758 \backslash
13759 fboxrule
13760 \series default
13761  and 
13762 \series bold
13763
13764 \backslash
13765 fboxsep
13766 \series default
13767 .
13768  An example:
13769 \begin_inset ERT
13770 status collapsed
13771
13772 \begin_layout Plain Layout
13773
13774
13775 \backslash
13776 fboxrule 1mm 
13777 \backslash
13778 fboxsep 1mm
13779 \end_layout
13780
13781 \end_inset
13782
13783
13784 \begin_inset Formula \[
13785 \fcolorbox{cyan}{magenta}{A=B}\]
13786
13787 \end_inset
13788
13789
13790 \begin_inset ERT
13791 status collapsed
13792
13793 \begin_layout Plain Layout
13794
13795
13796 \backslash
13797 fboxrule 0.4pt 
13798 \backslash
13799 fboxsep 3pt
13800 \end_layout
13801
13802 \end_inset
13803
13804
13805 \end_layout
13806
13807 \begin_layout Standard
13808 This formula was created with the command
13809 \begin_inset Newline newline
13810 \end_inset
13811
13812
13813 \series bold
13814
13815 \backslash
13816 fcolorbox{cyan
13817 \begin_inset Formula $\to$
13818 \end_inset
13819
13820
13821 \backslash
13822 {magenta
13823 \begin_inset Formula $\to$
13824 \end_inset
13825
13826
13827 \backslash
13828 {A=B
13829 \series default
13830 .
13831 \end_layout
13832
13833 \begin_layout Standard
13834 \begin_inset VSpace bigskip
13835 \end_inset
13836
13837 To use other colors than the predefined ones, they have to be defined first.
13838 \end_layout
13839
13840 \begin_layout Standard
13841 One can for example define the color 
13842 \begin_inset Quotes eld
13843 \end_inset
13844
13845
13846 \series bold
13847 darkgreen
13848 \series default
13849
13850 \begin_inset Quotes erd
13851 \end_inset
13852
13853  with the LaTeX-preamble line:
13854 \end_layout
13855
13856 \begin_layout Standard
13857
13858 \series bold
13859
13860 \backslash
13861 definecolor{darkgreen}{cmyk}{0.5,
13862 \series default
13863  
13864 \series bold
13865 0,
13866 \series default
13867  
13868 \series bold
13869 1,
13870 \series default
13871  
13872 \series bold
13873 0.5}
13874 \series default
13875
13876 \begin_inset Index
13877 status collapsed
13878
13879 \begin_layout Plain Layout
13880 Commands ! D ! 
13881 \backslash
13882 definecolor
13883 \end_layout
13884
13885 \end_inset
13886
13887
13888 \end_layout
13889
13890 \begin_layout Standard
13891
13892 \series bold
13893 cmyk
13894 \series default
13895  is the color space that denotes the colors 
13896 \series bold
13897 cyan
13898 \series default
13899
13900 \series bold
13901 magenta
13902 \series default
13903
13904 \series bold
13905 yellow
13906 \series default
13907 , and 
13908 \series bold
13909 black
13910 \series default
13911 .
13912  The four comma separated numbers are the portion factor for the corresponding
13913  colors of the color space.
13914  The factors can be in the range of 0
13915 \begin_inset space \thinspace{}
13916 \end_inset
13917
13918 -
13919 \begin_inset space \thinspace{}
13920 \end_inset
13921
13922 1.
13923  Instead of 
13924 \series bold
13925 cmyk
13926 \series default
13927  also the color space 
13928 \series bold
13929 rgb
13930 \series default
13931  can be used for definitions.
13932  
13933 \series bold
13934 rgb
13935 \series default
13936  denotes 
13937 \series bold
13938 red
13939 \series default
13940
13941 \series bold
13942 green
13943 \series default
13944 , and 
13945 \series bold
13946 blue
13947 \series default
13948 , so that there are in this case three portion factors for the corresponding
13949  colors.
13950  Furthermore there is the color space 
13951 \series bold
13952 gray
13953 \series default
13954  with one portion factor for the gray value.
13955 \end_layout
13956
13957 \begin_layout Standard
13958 As example a framed box with the new defined color 
13959 \series bold
13960 darkgreen
13961 \series default
13962  where the characters have been colored 
13963 \series bold
13964 yellow
13965 \series default
13966 :
13967 \begin_inset Formula \begin{equation}
13968 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
13969
13970 \end_inset
13971
13972
13973 \end_layout
13974
13975 \begin_layout Standard
13976 Self-defined colors can also be used for text with the help of the command
13977  
13978 \series bold
13979
13980 \backslash
13981 textcolor
13982 \series default
13983 :
13984 \begin_inset Index
13985 status collapsed
13986
13987 \begin_layout Plain Layout
13988 Text ! colored
13989 \end_layout
13990
13991 \end_inset
13992
13993
13994 \end_layout
13995
13996 \begin_layout Standard
13997 \begin_inset ERT
13998 status collapsed
13999
14000 \begin_layout Plain Layout
14001
14002
14003 \backslash
14004 textcolor{darkgreen}{
14005 \end_layout
14006
14007 \end_inset
14008
14009 This sentence is 
14010 \begin_inset Quotes eld
14011 \end_inset
14012
14013 darkgreen
14014 \begin_inset Quotes erd
14015 \end_inset
14016
14017 .
14018 \begin_inset ERT
14019 status collapsed
14020
14021 \begin_layout Plain Layout
14022
14023 }
14024 \end_layout
14025
14026 \end_inset
14027
14028
14029 \end_layout
14030
14031 \begin_layout Standard
14032
14033 \series bold
14034
14035 \backslash
14036 textcolor
14037 \series default
14038
14039 \begin_inset Index
14040 status collapsed
14041
14042 \begin_layout Plain Layout
14043 Commands ! T ! 
14044 \backslash
14045 textcolor
14046 \end_layout
14047
14048 \end_inset
14049
14050  is used in the scheme 
14051 \series bold
14052
14053 \backslash
14054 textcolor{color}{characters to color}
14055 \series default
14056 .
14057 \end_layout
14058
14059 \begin_layout Subsection
14060 Paragraph Boxes
14061 \begin_inset CommandInset label
14062 LatexCommand label
14063 name "sub:Paragraph-Boxes"
14064
14065 \end_inset
14066
14067
14068 \begin_inset Index
14069 status collapsed
14070
14071 \begin_layout Plain Layout
14072 Boxes ! as paragraph
14073 \end_layout
14074
14075 \end_inset
14076
14077
14078 \end_layout
14079
14080 \begin_layout Standard
14081 A box that can contain several lines and paragraphs, a so called paragraph
14082  box (parbox), can be created with the menu 
14083 \family sans
14084 Insert\SpecialChar \menuseparator
14085 Box
14086 \family default
14087  or the toolbar button 
14088 \begin_inset Graphics
14089         filename ../images/box-insert.png
14090         scale 85
14091
14092 \end_inset
14093
14094 .
14095 \end_layout
14096
14097 \begin_layout Standard
14098 The following example shows a framed parbox in a line:
14099 \end_layout
14100
14101 \begin_layout Standard
14102 \begin_inset VSpace medskip
14103 \end_inset
14104
14105 This is a line 
14106 \begin_inset Box Boxed
14107 position "c"
14108 hor_pos "c"
14109 has_inner_box 1
14110 inner_pos "t"
14111 use_parbox 1
14112 width "5cm"
14113 special "none"
14114 height "1in"
14115 height_special "totalheight"
14116 status open
14117
14118 \begin_layout Plain Layout
14119 This is a paragraph box.
14120  It is exactly 5
14121 \begin_inset space \thinspace{}
14122 \end_inset
14123
14124 cm long and can also contain formulas: 
14125 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14126 \end_inset
14127
14128
14129 \end_layout
14130
14131 \end_inset
14132
14133  with a parbox.
14134 \end_layout
14135
14136 \begin_layout Standard
14137 \begin_inset VSpace medskip
14138 \end_inset
14139
14140
14141 \end_layout
14142
14143 \begin_layout Standard
14144 Such a box is created by right-clicking on the gray box inset.
14145  A dialog pops up showing the box properties.
14146  In our case set: 
14147 \emph on
14148 Decoration
14149 \emph default
14150 : Recangular box, 
14151 \emph on
14152 Inner Box
14153 \emph default
14154 : Parbox, 
14155 \emph on
14156 Width
14157 \emph default
14158 : 5
14159 \begin_inset space \thinspace{}
14160 \end_inset
14161
14162 cm, 
14163 \emph on
14164 Vertical Box Alignment
14165 \emph default
14166 : Middle
14167 \end_layout
14168
14169 \begin_layout Standard
14170 \begin_inset VSpace medskip
14171 \end_inset
14172
14173 In LaTeX a parbox is created with the command 
14174 \series bold
14175
14176 \backslash
14177 parbox
14178 \series default
14179
14180 \begin_inset Index
14181 status collapsed
14182
14183 \begin_layout Plain Layout
14184 Commands ! P ! 
14185 \backslash
14186 parbox
14187 \end_layout
14188
14189 \end_inset
14190
14191  that has the following scheme:
14192 \end_layout
14193
14194 \begin_layout Standard
14195
14196 \series bold
14197
14198 \backslash
14199 parbox[position]{width}{box content}
14200 \end_layout
14201
14202 \begin_layout Standard
14203 The positions 
14204 \emph on
14205 b
14206 \emph default
14207  and 
14208 \emph on
14209 t
14210 \emph default
14211  are possible.
14212  
14213 \emph on
14214 b
14215 \emph default
14216  for bottom means that the box is aligned within the surrounding text with
14217  its last line.
14218  With 
14219 \emph on
14220 t
14221 \emph default
14222  for top this is done with the first line.
14223  When no position is given, the box will be vertically centered, see section
14224  
14225 \emph on
14226 Boxes
14227 \emph default
14228  of the 
14229 \emph on
14230 Embedded
14231 \begin_inset space ~
14232 \end_inset
14233
14234 Objects
14235 \emph default
14236  manual for examples.
14237 \end_layout
14238
14239 \begin_layout Standard
14240 \begin_inset VSpace bigskip
14241 \end_inset
14242
14243 To frame formulas completely, including the formula number, the formula
14244  must be set into a parbox.
14245  To do this, the command 
14246 \series bold
14247
14248 \backslash
14249 fbox{
14250 \backslash
14251 parbox{
14252 \backslash
14253 linewidth-2
14254 \backslash
14255 fboxsep-2
14256 \backslash
14257 fboxrule}{
14258 \series default
14259  is inserted in TeX-mode before the formula.
14260  
14261 \series bold
14262
14263 \backslash
14264 linewidth
14265 \begin_inset Index
14266 status collapsed
14267
14268 \begin_layout Plain Layout
14269 Commands ! L ! 
14270 \backslash
14271 linewidth
14272 \end_layout
14273
14274 \end_inset
14275
14276
14277 \series default
14278  is hereby the line width set for the document.
14279  Because the frame is outside the parbox, 2
14280 \begin_inset space \thinspace{}
14281 \end_inset
14282
14283 times the frame separation and the frame thickness must be subtracted from
14284  the line width.
14285  As this is not automatically done by LyX due to a bug
14286 \begin_inset Foot
14287 status collapsed
14288
14289 \begin_layout Plain Layout
14290 \begin_inset CommandInset href
14291 LatexCommand href
14292 name "LyX-bug #4483"
14293 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14294
14295 \end_inset
14296
14297
14298 \end_layout
14299
14300 \end_inset
14301
14302 , TeX-mode has to be used.
14303  To be able to multiply and subtract in arguments, the LaTeX-package 
14304 \series bold
14305 calc
14306 \series default
14307
14308 \begin_inset Foot
14309 status collapsed
14310
14311 \begin_layout Plain Layout
14312
14313 \series bold
14314 calc
14315 \series default
14316  is part of every LaTeX standard installation.
14317 \end_layout
14318
14319 \end_inset
14320
14321
14322 \begin_inset Index
14323 status collapsed
14324
14325 \begin_layout Plain Layout
14326 Packages ! calc
14327 \end_layout
14328
14329 \end_inset
14330
14331  must be loaded in the LaTeX-preamble with the line
14332 \end_layout
14333
14334 \begin_layout Standard
14335
14336 \series bold
14337
14338 \backslash
14339 usepackage{calc}
14340 \end_layout
14341
14342 \begin_layout Standard
14343 Behind the formula both boxes are closed by entering 
14344 \series bold
14345 }}
14346 \series default
14347  in TeX-mode.
14348  Here is an example:
14349 \begin_inset ERT
14350 status collapsed
14351
14352 \begin_layout Plain Layout
14353
14354
14355 \backslash
14356 fboxsep 5mm 
14357 \backslash
14358 fboxrule 5mm
14359 \end_layout
14360
14361 \end_inset
14362
14363
14364 \end_layout
14365
14366 \begin_layout Standard
14367 \begin_inset ERT
14368 status collapsed
14369
14370 \begin_layout Plain Layout
14371
14372
14373 \backslash
14374 fbox{
14375 \backslash
14376 parbox{
14377 \backslash
14378 linewidth-2
14379 \backslash
14380 fboxsep-2
14381 \backslash
14382 fboxrule}{
14383 \end_layout
14384
14385 \end_inset
14386
14387
14388 \begin_inset Formula \begin{equation}
14389 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14390
14391 \end_inset
14392
14393
14394 \begin_inset ERT
14395 status collapsed
14396
14397 \begin_layout Plain Layout
14398
14399 }}
14400 \end_layout
14401
14402 \end_inset
14403
14404
14405 \begin_inset ERT
14406 status collapsed
14407
14408 \begin_layout Plain Layout
14409
14410
14411 \backslash
14412 fboxrule 0.4pt 
14413 \backslash
14414 fboxsep 3pt
14415 \end_layout
14416
14417 \end_inset
14418
14419
14420 \end_layout
14421
14422 \begin_layout Standard
14423 \begin_inset VSpace medskip
14424 \end_inset
14425
14426 As a parbox is used as argument of 
14427 \series bold
14428
14429 \backslash
14430 fbox
14431 \series default
14432 , there is in this case no difference between 
14433 \series bold
14434
14435 \backslash
14436 fbox
14437 \series default
14438  and 
14439 \series bold
14440
14441 \backslash
14442 boxed
14443 \series default
14444 .
14445 \end_layout
14446
14447 \begin_layout Standard
14448 \begin_inset VSpace bigskip
14449 \end_inset
14450
14451 Paragraph boxes are very useful to comment formulas directly.
14452  To do this, 
14453 \series bold
14454
14455 \backslash
14456 parbox
14457 \series default
14458  is used in combination with the command 
14459 \series bold
14460
14461 \backslash
14462 tag
14463 \series default
14464 .
14465  (more about 
14466 \series bold
14467
14468 \backslash
14469 tag
14470 \series default
14471  see 
14472 \begin_inset CommandInset ref
14473 LatexCommand ref
14474 reference "sub:User-defined-Numbering"
14475
14476 \end_inset
14477
14478 )
14479 \end_layout
14480
14481 \begin_layout Standard
14482 An example of a formula commented with 
14483 \series bold
14484
14485 \backslash
14486 parbox
14487 \series default
14488 :
14489 \end_layout
14490
14491 \begin_layout Standard
14492 \begin_inset ERT
14493 status collapsed
14494
14495 \begin_layout Plain Layout
14496
14497
14498 \backslash
14499 [5x-7b=3b
14500 \backslash
14501 tag*{
14502 \backslash
14503 parbox{5cm}{
14504 \end_layout
14505
14506 \end_inset
14507
14508 This is a description.
14509  It is distinctly separated from the formula and multiline.
14510 \begin_inset ERT
14511 status collapsed
14512
14513 \begin_layout Plain Layout
14514
14515 }}
14516 \backslash
14517 ]
14518 \end_layout
14519
14520 \end_inset
14521
14522
14523 \end_layout
14524
14525 \begin_layout Standard
14526 Such a formula must be inserted completely in TeX-mode because LyX does
14527  not yet support the command 
14528 \series bold
14529
14530 \backslash
14531 parbox
14532 \series default
14533  in formulas.
14534  The formula is created with the following command sequence:
14535 \end_layout
14536
14537 \begin_layout Standard
14538 The command 
14539 \series bold
14540
14541 \backslash
14542 [5x-7b=3b
14543 \backslash
14544 tag*
14545 \backslash
14546 {
14547 \backslash
14548 parbox{5cm}{
14549 \series default
14550  is inserted in TeX-mode.
14551 \begin_inset Foot
14552 status collapsed
14553
14554 \begin_layout Plain Layout
14555 When the formula style 
14556 \series bold
14557 Indented
14558 \series default
14559  is used, 
14560 \series bold
14561
14562 \backslash
14563 tag*
14564 \backslash
14565 {
14566 \series default
14567  can also be replaced by 
14568 \series bold
14569
14570 \backslash
14571 hfill
14572 \series default
14573 .
14574  (formula styles see 
14575 \begin_inset CommandInset ref
14576 LatexCommand ref
14577 reference "sec:Formula-Styles"
14578
14579 \end_inset
14580
14581 )
14582 \end_layout
14583
14584 \end_inset
14585
14586  Then the description follows as normal text, and finally 
14587 \series bold
14588 }}
14589 \backslash
14590 ]
14591 \series default
14592  is inserted in TeX-mode.
14593  The commands 
14594 \series bold
14595
14596 \backslash
14597 [
14598 \series default
14599  and 
14600 \series bold
14601
14602 \backslash
14603 ]
14604 \series default
14605  hereby create a displayed formula.
14606 \end_layout
14607
14608 \begin_layout Standard
14609 The advantages of 
14610 \series bold
14611
14612 \backslash
14613 parbox
14614 \series default
14615  can be seen in this example that was 
14616 \begin_inset Quotes eld
14617 \end_inset
14618
14619 commented
14620 \begin_inset Quotes erd
14621 \end_inset
14622
14623  using the mathematical textmode:
14624 \begin_inset Formula \[
14625 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14626
14627 \end_inset
14628
14629
14630 \end_layout
14631
14632 \begin_layout Section
14633 Operators
14634 \begin_inset Index
14635 status collapsed
14636
14637 \begin_layout Plain Layout
14638 Operators
14639 \end_layout
14640
14641 \end_inset
14642
14643
14644 \end_layout
14645
14646 \begin_layout Subsection
14647 Big Operators
14648 \begin_inset CommandInset label
14649 LatexCommand label
14650 name "sub:Big-Operators"
14651
14652 \end_inset
14653
14654
14655 \begin_inset Index
14656 status collapsed
14657
14658 \begin_layout Plain Layout
14659 Operators ! big
14660 \end_layout
14661
14662 \end_inset
14663
14664
14665 \begin_inset Index
14666 status collapsed
14667
14668 \begin_layout Plain Layout
14669 Sums
14670 \end_layout
14671
14672 \end_inset
14673
14674
14675 \begin_inset Index
14676 status collapsed
14677
14678 \begin_layout Plain Layout
14679 Integrals
14680 \end_layout
14681
14682 \end_inset
14683
14684
14685 \end_layout
14686
14687 \begin_layout Standard
14688 To be able to use all integral operators listed here, the option 
14689 \family sans
14690 Use esint package automatically
14691 \family default
14692  must be set in the document settings under 
14693 \family sans
14694 Math
14695 \begin_inset space ~
14696 \end_inset
14697
14698 Options
14699 \family default
14700 .
14701 \end_layout
14702
14703 \begin_layout Standard
14704 \begin_inset space \hfill{}
14705 \end_inset
14706
14707
14708 \begin_inset Tabular
14709 <lyxtabular version="3" rows="11" columns="2">
14710 <features>
14711 <column alignment="center" valignment="top" width="0pt">
14712 <column alignment="center" valignment="top" width="0pt">
14713 <row>
14714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14715 \begin_inset Text
14716
14717 \begin_layout Plain Layout
14718 Command
14719 \end_layout
14720
14721 \end_inset
14722 </cell>
14723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14724 \begin_inset Text
14725
14726 \begin_layout Plain Layout
14727 Result
14728 \end_layout
14729
14730 \end_inset
14731 </cell>
14732 </row>
14733 <row>
14734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14735 \begin_inset Text
14736
14737 \begin_layout Plain Layout
14738
14739 \backslash
14740 sum
14741 \begin_inset Index
14742 status collapsed
14743
14744 \begin_layout Plain Layout
14745 Commands ! S ! 
14746 \backslash
14747 sum
14748 \end_layout
14749
14750 \end_inset
14751
14752
14753 \end_layout
14754
14755 \end_inset
14756 </cell>
14757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14758 \begin_inset Text
14759
14760 \begin_layout Plain Layout
14761 \begin_inset Formula $\sum$
14762 \end_inset
14763
14764
14765 \end_layout
14766
14767 \end_inset
14768 </cell>
14769 </row>
14770 <row>
14771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14772 \begin_inset Text
14773
14774 \begin_layout Plain Layout
14775
14776 \backslash
14777 int
14778 \begin_inset Index
14779 status collapsed
14780
14781 \begin_layout Plain Layout
14782 Commands ! I ! 
14783 \backslash
14784 int
14785 \end_layout
14786
14787 \end_inset
14788
14789
14790 \end_layout
14791
14792 \end_inset
14793 </cell>
14794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14795 \begin_inset Text
14796
14797 \begin_layout Plain Layout
14798 \begin_inset Formula $\int$
14799 \end_inset
14800
14801
14802 \end_layout
14803
14804 \end_inset
14805 </cell>
14806 </row>
14807 <row>
14808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14809 \begin_inset Text
14810
14811 \begin_layout Plain Layout
14812
14813 \backslash
14814 intop
14815 \end_layout
14816
14817 \end_inset
14818 </cell>
14819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14820 \begin_inset Text
14821
14822 \begin_layout Plain Layout
14823 \begin_inset Formula $\intop$
14824 \end_inset
14825
14826
14827 \end_layout
14828
14829 \end_inset
14830 </cell>
14831 </row>
14832 <row>
14833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14834 \begin_inset Text
14835
14836 \begin_layout Plain Layout
14837
14838 \backslash
14839 oint
14840 \end_layout
14841
14842 \end_inset
14843 </cell>
14844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14845 \begin_inset Text
14846
14847 \begin_layout Plain Layout
14848 \begin_inset Formula $\oint$
14849 \end_inset
14850
14851
14852 \end_layout
14853
14854 \end_inset
14855 </cell>
14856 </row>
14857 <row>
14858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14859 \begin_inset Text
14860
14861 \begin_layout Plain Layout
14862
14863 \backslash
14864 ointop
14865 \end_layout
14866
14867 \end_inset
14868 </cell>
14869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14870 \begin_inset Text
14871
14872 \begin_layout Plain Layout
14873 \begin_inset Formula $\ointop$
14874 \end_inset
14875
14876
14877 \end_layout
14878
14879 \end_inset
14880 </cell>
14881 </row>
14882 <row>
14883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14884 \begin_inset Text
14885
14886 \begin_layout Plain Layout
14887
14888 \backslash
14889 ointctrclockwise
14890 \end_layout
14891
14892 \end_inset
14893 </cell>
14894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14895 \begin_inset Text
14896
14897 \begin_layout Plain Layout
14898 \begin_inset Formula $\ointctrclockwise$
14899 \end_inset
14900
14901
14902 \end_layout
14903
14904 \end_inset
14905 </cell>
14906 </row>
14907 <row>
14908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14909 \begin_inset Text
14910
14911 \begin_layout Plain Layout
14912
14913 \backslash
14914 ointclockwise
14915 \end_layout
14916
14917 \end_inset
14918 </cell>
14919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14920 \begin_inset Text
14921
14922 \begin_layout Plain Layout
14923 \begin_inset Formula $\ointclockwise$
14924 \end_inset
14925
14926
14927 \end_layout
14928
14929 \end_inset
14930 </cell>
14931 </row>
14932 <row>
14933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14934 \begin_inset Text
14935
14936 \begin_layout Plain Layout
14937
14938 \backslash
14939 sqint
14940 \end_layout
14941
14942 \end_inset
14943 </cell>
14944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14945 \begin_inset Text
14946
14947 \begin_layout Plain Layout
14948 \begin_inset Formula $\sqint$
14949 \end_inset
14950
14951
14952 \end_layout
14953
14954 \end_inset
14955 </cell>
14956 </row>
14957 <row>
14958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14959 \begin_inset Text
14960
14961 \begin_layout Plain Layout
14962
14963 \backslash
14964 bigcap
14965 \end_layout
14966
14967 \end_inset
14968 </cell>
14969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14970 \begin_inset Text
14971
14972 \begin_layout Plain Layout
14973 \begin_inset Formula $\bigcap$
14974 \end_inset
14975
14976
14977 \end_layout
14978
14979 \end_inset
14980 </cell>
14981 </row>
14982 <row>
14983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14984 \begin_inset Text
14985
14986 \begin_layout Plain Layout
14987
14988 \backslash
14989 bigcup
14990 \end_layout
14991
14992 \end_inset
14993 </cell>
14994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14995 \begin_inset Text
14996
14997 \begin_layout Plain Layout
14998 \begin_inset Formula $\bigcup$
14999 \end_inset
15000
15001
15002 \end_layout
15003
15004 \end_inset
15005 </cell>
15006 </row>
15007 </lyxtabular>
15008
15009 \end_inset
15010
15011
15012 \begin_inset space \hfill{}
15013 \end_inset
15014
15015
15016 \begin_inset Tabular
15017 <lyxtabular version="3" rows="10" columns="2">
15018 <features>
15019 <column alignment="center" valignment="top" width="0pt">
15020 <column alignment="center" valignment="top" width="0pt">
15021 <row>
15022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15023 \begin_inset Text
15024
15025 \begin_layout Plain Layout
15026 Command
15027 \end_layout
15028
15029 \end_inset
15030 </cell>
15031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15032 \begin_inset Text
15033
15034 \begin_layout Plain Layout
15035 Result
15036 \end_layout
15037
15038 \end_inset
15039 </cell>
15040 </row>
15041 <row>
15042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15043 \begin_inset Text
15044
15045 \begin_layout Plain Layout
15046
15047 \backslash
15048 prod
15049 \begin_inset Index
15050 status collapsed
15051
15052 \begin_layout Plain Layout
15053 Commands ! P ! 
15054 \backslash
15055 prod
15056 \end_layout
15057
15058 \end_inset
15059
15060
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 $\prod$
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" leftline="true" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083
15084 \backslash
15085 coprod
15086 \end_layout
15087
15088 \end_inset
15089 </cell>
15090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094 \begin_inset Formula $\coprod$
15095 \end_inset
15096
15097
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 </row>
15103 <row>
15104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108
15109 \backslash
15110 bigodot
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119 \begin_inset Formula $\bigodot$
15120 \end_inset
15121
15122
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 </row>
15128 <row>
15129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133
15134 \backslash
15135 bigotimes
15136 \end_layout
15137
15138 \end_inset
15139 </cell>
15140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144 \begin_inset Formula $\bigotimes$
15145 \end_inset
15146
15147
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 </row>
15153 <row>
15154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158
15159 \backslash
15160 bigoplus
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169 \begin_inset Formula $\bigoplus$
15170 \end_inset
15171
15172
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 </row>
15178 <row>
15179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15180 \begin_inset Text
15181
15182 \begin_layout Plain Layout
15183
15184 \backslash
15185 bigwedge
15186 \end_layout
15187
15188 \end_inset
15189 </cell>
15190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15191 \begin_inset Text
15192
15193 \begin_layout Plain Layout
15194 \begin_inset Formula $\bigwedge$
15195 \end_inset
15196
15197
15198 \end_layout
15199
15200 \end_inset
15201 </cell>
15202 </row>
15203 <row>
15204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Plain Layout
15208
15209 \backslash
15210 bigvee
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15216 \begin_inset Text
15217
15218 \begin_layout Plain Layout
15219 \begin_inset Formula $\bigvee$
15220 \end_inset
15221
15222
15223 \end_layout
15224
15225 \end_inset
15226 </cell>
15227 </row>
15228 <row>
15229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15230 \begin_inset Text
15231
15232 \begin_layout Plain Layout
15233
15234 \backslash
15235 bigsqcup
15236 \end_layout
15237
15238 \end_inset
15239 </cell>
15240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15241 \begin_inset Text
15242
15243 \begin_layout Plain Layout
15244 \begin_inset Formula $\bigsqcup$
15245 \end_inset
15246
15247
15248 \end_layout
15249
15250 \end_inset
15251 </cell>
15252 </row>
15253 <row>
15254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15255 \begin_inset Text
15256
15257 \begin_layout Plain Layout
15258
15259 \backslash
15260 biguplus
15261 \end_layout
15262
15263 \end_inset
15264 </cell>
15265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15266 \begin_inset Text
15267
15268 \begin_layout Plain Layout
15269 \begin_inset Formula $\biguplus$
15270 \end_inset
15271
15272
15273 \end_layout
15274
15275 \end_inset
15276 </cell>
15277 </row>
15278 </lyxtabular>
15279
15280 \end_inset
15281
15282
15283 \begin_inset space \hfill{}
15284 \end_inset
15285
15286
15287 \end_layout
15288
15289 \begin_layout Standard
15290 All big operators can also be inserted via the math toolbar button 
15291 \begin_inset Graphics
15292         filename ../images/math/intop.png
15293         scale 85
15294
15295 \end_inset
15296
15297 .
15298 \end_layout
15299
15300 \begin_layout Standard
15301 The operators are called big because they are bigger than the sometimes
15302  equal looking binary operators.
15303  All big operators can have limits as described in the next subsection.
15304 \end_layout
15305
15306 \begin_layout Standard
15307 The operators 
15308 \series bold
15309
15310 \backslash
15311 intop
15312 \series default
15313  and 
15314 \series bold
15315
15316 \backslash
15317 ointop
15318 \series default
15319  are different from 
15320 \series bold
15321
15322 \backslash
15323 int
15324 \series default
15325  and 
15326 \series bold
15327
15328 \backslash
15329 oint
15330 \series default
15331 , resp.
15332 \begin_inset space ~
15333 \end_inset
15334
15335 in the style the operator limits are displayed, see 
15336 \begin_inset CommandInset ref
15337 LatexCommand ref
15338 reference "sub:Operator-Limits"
15339
15340 \end_inset
15341
15342 .
15343  
15344 \end_layout
15345
15346 \begin_layout Subsubsection*
15347 Advices for Integrals
15348 \end_layout
15349
15350 \begin_layout Standard
15351 The letter 
15352 \emph on
15353 d
15354 \emph default
15355  in an integral is an operator, that therefore has to be set upright.
15356  This is done by highlighting the 
15357 \emph on
15358 d
15359 \emph default
15360  and using the keyboard shortcut 
15361 \family sans
15362 Alt-c
15363 \begin_inset space ~
15364 \end_inset
15365
15366 r
15367 \family default
15368
15369 \begin_inset Foot
15370 status collapsed
15371
15372 \begin_layout Plain Layout
15373 Font styles
15374 \series bold
15375  
15376 \series default
15377 see 
15378 \begin_inset CommandInset ref
15379 LatexCommand ref
15380 reference "sub:Font-Styles"
15381
15382 \end_inset
15383
15384
15385 \end_layout
15386
15387 \end_inset
15388
15389 .
15390  Finally the smallest space is inserted before the 
15391 \emph on
15392 d
15393 \emph default
15394 , as this is usual for operators.
15395  An example:
15396 \end_layout
15397
15398 \begin_layout Standard
15399 incorrect: 
15400 \begin_inset Formula $\int A(x)dx$
15401 \end_inset
15402
15403
15404 \begin_inset Newline newline
15405 \end_inset
15406
15407
15408 \begin_inset ERT
15409 status collapsed
15410
15411 \begin_layout Plain Layout
15412
15413
15414 \backslash
15415 hphantom{in}
15416 \end_layout
15417
15418 \end_inset
15419
15420 correct: 
15421 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15422 \end_inset
15423
15424
15425 \end_layout
15426
15427 \begin_layout Standard
15428 For multiple integrals there are the following commands:
15429 \begin_inset VSpace medskip
15430 \end_inset
15431
15432
15433 \end_layout
15434
15435 \begin_layout Standard
15436 \begin_inset space \hfill{}
15437 \end_inset
15438
15439
15440 \begin_inset Tabular
15441 <lyxtabular version="3" rows="4" columns="2">
15442 <features>
15443 <column alignment="center" valignment="top" width="0">
15444 <column alignment="center" valignment="top" width="0">
15445 <row>
15446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15447 \begin_inset Text
15448
15449 \begin_layout Plain Layout
15450 Command
15451 \end_layout
15452
15453 \end_inset
15454 </cell>
15455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15456 \begin_inset Text
15457
15458 \begin_layout Plain Layout
15459 Result
15460 \begin_inset Note Note
15461 status collapsed
15462
15463 \begin_layout Plain Layout
15464
15465 \series bold
15466
15467 \backslash
15468 raisebox
15469 \series default
15470  is only used as spacer.
15471 \end_layout
15472
15473 \end_inset
15474
15475
15476 \end_layout
15477
15478 \end_inset
15479 </cell>
15480 </row>
15481 <row>
15482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486
15487 \backslash
15488 iint
15489 \end_layout
15490
15491 \end_inset
15492 </cell>
15493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Plain Layout
15497 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15498 \end_inset
15499
15500
15501 \end_layout
15502
15503 \end_inset
15504 </cell>
15505 </row>
15506 <row>
15507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15508 \begin_inset Text
15509
15510 \begin_layout Plain Layout
15511
15512 \backslash
15513 oiint
15514 \end_layout
15515
15516 \end_inset
15517 </cell>
15518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15519 \begin_inset Text
15520
15521 \begin_layout Plain Layout
15522 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15523 \end_inset
15524
15525
15526 \end_layout
15527
15528 \end_inset
15529 </cell>
15530 </row>
15531 <row>
15532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15533 \begin_inset Text
15534
15535 \begin_layout Plain Layout
15536
15537 \backslash
15538 sqiint
15539 \end_layout
15540
15541 \end_inset
15542 </cell>
15543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15544 \begin_inset Text
15545
15546 \begin_layout Plain Layout
15547 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15548 \end_inset
15549
15550
15551 \end_layout
15552
15553 \end_inset
15554 </cell>
15555 </row>
15556 </lyxtabular>
15557
15558 \end_inset
15559
15560
15561 \begin_inset space \hfill{}
15562 \end_inset
15563
15564
15565 \begin_inset Tabular
15566 <lyxtabular version="3" rows="4" columns="2">
15567 <features>
15568 <column alignment="center" valignment="top" width="0">
15569 <column alignment="center" valignment="top" width="0">
15570 <row>
15571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15572 \begin_inset Text
15573
15574 \begin_layout Plain Layout
15575 Command
15576 \end_layout
15577
15578 \end_inset
15579 </cell>
15580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15581 \begin_inset Text
15582
15583 \begin_layout Plain Layout
15584 Result
15585 \end_layout
15586
15587 \end_inset
15588 </cell>
15589 </row>
15590 <row>
15591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15592 \begin_inset Text
15593
15594 \begin_layout Plain Layout
15595
15596 \backslash
15597 iiint
15598 \end_layout
15599
15600 \end_inset
15601 </cell>
15602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15603 \begin_inset Text
15604
15605 \begin_layout Plain Layout
15606 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15607 \end_inset
15608
15609
15610 \end_layout
15611
15612 \end_inset
15613 </cell>
15614 </row>
15615 <row>
15616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15617 \begin_inset Text
15618
15619 \begin_layout Plain Layout
15620
15621 \backslash
15622 iiiint
15623 \end_layout
15624
15625 \end_inset
15626 </cell>
15627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15628 \begin_inset Text
15629
15630 \begin_layout Plain Layout
15631 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15632 \end_inset
15633
15634
15635 \end_layout
15636
15637 \end_inset
15638 </cell>
15639 </row>
15640 <row>
15641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15642 \begin_inset Text
15643
15644 \begin_layout Plain Layout
15645
15646 \backslash
15647 dotsint
15648 \end_layout
15649
15650 \end_inset
15651 </cell>
15652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Plain Layout
15656 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15657 \end_inset
15658
15659
15660 \end_layout
15661
15662 \end_inset
15663 </cell>
15664 </row>
15665 </lyxtabular>
15666
15667 \end_inset
15668
15669
15670 \begin_inset space \hfill{}
15671 \end_inset
15672
15673
15674 \end_layout
15675
15676 \begin_layout Subsection
15677 Operator Limits
15678 \begin_inset CommandInset label
15679 LatexCommand label
15680 name "sub:Operator-Limits"
15681
15682 \end_inset
15683
15684
15685 \begin_inset Index
15686 status collapsed
15687
15688 \begin_layout Plain Layout
15689 Operators ! Limits
15690 \end_layout
15691
15692 \end_inset
15693
15694
15695 \end_layout
15696
15697 \begin_layout Standard
15698 Limits are created by super- and subscripts:
15699 \end_layout
15700
15701 \begin_layout Standard
15702 \align center
15703 \begin_inset Tabular
15704 <lyxtabular version="3" rows="2" columns="2">
15705 <features>
15706 <column alignment="center" valignment="top" width="0pt">
15707 <column alignment="center" valignment="top" width="0pt">
15708 <row>
15709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15710 \begin_inset Text
15711
15712 \begin_layout Plain Layout
15713 Command
15714 \end_layout
15715
15716 \end_inset
15717 </cell>
15718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15719 \begin_inset Text
15720
15721 \begin_layout Plain Layout
15722 Result
15723 \begin_inset Note Note
15724 status collapsed
15725
15726 \begin_layout Plain Layout
15727
15728 \series bold
15729
15730 \backslash
15731 raisebox
15732 \series default
15733  is only used as spacer.
15734 \end_layout
15735
15736 \end_inset
15737
15738
15739 \end_layout
15740
15741 \end_inset
15742 </cell>
15743 </row>
15744 <row>
15745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Plain Layout
15749
15750 \backslash
15751 prod^
15752 \backslash
15753 infty
15754 \begin_inset ERT
15755 status collapsed
15756
15757 \begin_layout Plain Layout
15758
15759
15760 \backslash
15761 spce 
15762 \end_layout
15763
15764 \end_inset
15765
15766
15767 \begin_inset Formula $\to$
15768 \end_inset
15769
15770 _0
15771 \begin_inset Formula $\to$
15772 \end_inset
15773
15774 A(x)
15775 \end_layout
15776
15777 \end_inset
15778 </cell>
15779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15780 \begin_inset Text
15781
15782 \begin_layout Plain Layout
15783 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15784 \end_inset
15785
15786
15787 \end_layout
15788
15789 \end_inset
15790 </cell>
15791 </row>
15792 </lyxtabular>
15793
15794 \end_inset
15795
15796
15797 \end_layout
15798
15799 \begin_layout Standard
15800 Limits of inline formulas are set right beside the operator.
15801  Limits in displayed formulas are set above or below the operator, except
15802  of integral limits.
15803 \end_layout
15804
15805 \begin_layout Standard
15806 To force that the limits are set beside the operator, the cursor is set
15807  directly behind the operator and the limits type is changed with the menu
15808  
15809 \family sans
15810 Edit\SpecialChar \menuseparator
15811 Math\SpecialChar \menuseparator
15812 Change Limits Type
15813 \family default
15814  to 
15815 \family sans
15816 \series bold
15817 Inline
15818 \family default
15819 \series default
15820  (shortcut 
15821 \family sans
15822 Alt-m
15823 \begin_inset space ~
15824 \end_inset
15825
15826 l
15827 \family default
15828 ).
15829  An example:
15830 \end_layout
15831
15832 \begin_layout Standard
15833 The default limits type is this:
15834 \begin_inset Formula \[
15835 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15836
15837 \end_inset
15838
15839 This is how it looks when the limits type was changed to 
15840 \family sans
15841 \series bold
15842 Inline
15843 \family default
15844 \series default
15845 :
15846 \begin_inset Formula \[
15847 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15848
15849 \end_inset
15850
15851 For integrals, except of 
15852 \series bold
15853
15854 \backslash
15855 intop
15856 \series default
15857  and 
15858 \series bold
15859
15860 \backslash
15861 ointop
15862 \series default
15863 , the limits are by default set beside the operator.
15864  But for multiple integrals the limits are often set below the operator.
15865  In the following example the limits type was therefore set to 
15866 \series bold
15867 Display
15868 \series default
15869  and so set below the integrals:
15870 \begin_inset Formula \begin{equation}
15871 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15872
15873 \end_inset
15874
15875
15876 \end_layout
15877
15878 \begin_layout Standard
15879 \begin_inset VSpace medskip
15880 \end_inset
15881
15882 To specify conditions for limits, the commands 
15883 \series bold
15884
15885 \backslash
15886 subarray
15887 \series default
15888
15889 \begin_inset Index
15890 status collapsed
15891
15892 \begin_layout Plain Layout
15893 Commands ! S ! 
15894 \backslash
15895 subarray
15896 \end_layout
15897
15898 \end_inset
15899
15900  and 
15901 \series bold
15902
15903 \backslash
15904 substack
15905 \series default
15906
15907 \begin_inset Index
15908 status collapsed
15909
15910 \begin_layout Plain Layout
15911 Commands ! S ! 
15912 \backslash
15913 substack
15914 \end_layout
15915
15916 \end_inset
15917
15918  are used.
15919  To create for example this expression 
15920 \begin_inset Formula \begin{equation}
15921 \sum_{\begin{subarray}{c}
15922 0<k<1000\\
15923 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15924
15925 \end_inset
15926
15927
15928 \end_layout
15929
15930 \begin_layout Standard
15931 the following has to be done:
15932 \begin_inset Newline newline
15933 \end_inset
15934
15935 First the command 
15936 \series bold
15937
15938 \backslash
15939 sum
15940 \series default
15941 ^
15942 \series bold
15943 n
15944 \begin_inset ERT
15945 status collapsed
15946
15947 \begin_layout Plain Layout
15948
15949
15950 \backslash
15951 spce 
15952 \end_layout
15953
15954 \end_inset
15955
15956 _
15957 \series default
15958  is typed in.
15959  One is now in a blue box under the summation operator and insert there
15960  the command 
15961 \series bold
15962
15963 \backslash
15964 subarray
15965 \begin_inset ERT
15966 status collapsed
15967
15968 \begin_layout Plain Layout
15969
15970
15971 \backslash
15972 spce 
15973 \end_layout
15974
15975 \end_inset
15976
15977
15978 \series default
15979 .
15980  The blue box is now within a purple box and now several lines can be written
15981  among each other.
15982  A new line is created by inserting a line break (
15983 \family sans
15984 Ctrl-Return
15985 \family default
15986 ).
15987  When now
15988 \begin_inset Newline newline
15989 \end_inset
15990
15991
15992 \series bold
15993 0<k<1000 Ctrl-Return
15994 \begin_inset Newline newline
15995 \end_inset
15996
15997
15998 \series default
15999 is typed in, a new box appears below for the new line.
16000 \end_layout
16001
16002 \begin_layout Standard
16003 The alignment of the lines can be changed to left aligned with the 
16004 \family sans
16005 table
16006 \family default
16007  
16008 \family sans
16009 toolbar
16010 \family default
16011  or the menu 
16012 \family sans
16013 Edit\SpecialChar \menuseparator
16014 Rows &Columns
16015 \family default
16016 .
16017  To get right alignment, 
16018 \series bold
16019
16020 \backslash
16021 hfill
16022 \begin_inset ERT
16023 status collapsed
16024
16025 \begin_layout Plain Layout
16026
16027
16028 \backslash
16029 spce 
16030 \end_layout
16031
16032 \end_inset
16033
16034
16035 \series default
16036  is inserted at the beginning of the line.
16037 \end_layout
16038
16039 \begin_layout Standard
16040 The command 
16041 \series bold
16042
16043 \backslash
16044 substack
16045 \series default
16046  is equivalent to 
16047 \series bold
16048
16049 \backslash
16050 subarray
16051 \series default
16052  with the difference that the lines are always centered.
16053 \end_layout
16054
16055 \begin_layout Standard
16056 \begin_inset VSpace bigskip
16057 \end_inset
16058
16059 Like in formula 
16060 \begin_inset CommandInset ref
16061 LatexCommand eqref
16062 reference "eq:substack"
16063
16064 \end_inset
16065
16066  there can be too much space beside an operator, because the characters
16067  following the operator are set beside the limits.
16068 \end_layout
16069
16070 \begin_layout Standard
16071 To avoid this, the following macro can be used in the LaTeX-preamble:
16072 \end_layout
16073
16074 \begin_layout Standard
16075
16076 \series bold
16077
16078 \backslash
16079 def
16080 \backslash
16081 clap#1{
16082 \backslash
16083 hbox to 0pt{
16084 \backslash
16085 hss #1
16086 \backslash
16087 hss}}
16088 \begin_inset Newline newline
16089 \end_inset
16090
16091
16092 \backslash
16093 def
16094 \backslash
16095 mathclap {
16096 \backslash
16097 mathpalette 
16098 \backslash
16099 mathclapinternal}
16100 \begin_inset Newline newline
16101 \end_inset
16102
16103
16104 \backslash
16105 def
16106 \backslash
16107 mathclapinternal #1#2{
16108 \backslash
16109 clap{$
16110 \backslash
16111 mathsurround =0pt #1{#2}$}}
16112 \end_layout
16113
16114 \begin_layout Standard
16115 This defines the command 
16116 \series bold
16117
16118 \backslash
16119 mathclap
16120 \series default
16121
16122 \begin_inset Index
16123 status collapsed
16124
16125 \begin_layout Plain Layout
16126 Commands ! M ! 
16127 \backslash
16128 mathclap
16129 \end_layout
16130
16131 \end_inset
16132
16133  that sets the width of the limit to 0
16134 \begin_inset space \thinspace{}
16135 \end_inset
16136
16137 pt.
16138  The command scheme is
16139 \end_layout
16140
16141 \begin_layout Standard
16142
16143 \series bold
16144
16145 \backslash
16146 mathclap{limit}
16147 \end_layout
16148
16149 \begin_layout Standard
16150 where the limit can consist of several conditions.
16151 \end_layout
16152
16153 \begin_layout Standard
16154 Applied on formula 
16155 \begin_inset CommandInset ref
16156 LatexCommand eqref
16157 reference "eq:substack"
16158
16159 \end_inset
16160
16161 , one uses the command
16162 \end_layout
16163
16164 \begin_layout Standard
16165
16166 \series bold
16167
16168 \backslash
16169 sum_
16170 \backslash
16171 mathclap{
16172 \backslash
16173 substack
16174 \begin_inset ERT
16175 status collapsed
16176
16177 \begin_layout Plain Layout
16178
16179
16180 \backslash
16181 spce 
16182 \end_layout
16183
16184 \end_inset
16185
16186 0<k<1000 Ctrl-Enter
16187 \end_layout
16188
16189 \begin_layout Standard
16190 to create the lower limit.
16191  The summand is now directly behind the summation operator:
16192 \begin_inset Formula \[
16193 \sum_{\mathclap{\substack{0<k<1000\\
16194 \\k\,\in\,\mathbb{N}}
16195 }}^{n}k^{-2}\]
16196
16197 \end_inset
16198
16199
16200 \end_layout
16201
16202 \begin_layout Standard
16203 \begin_inset VSpace bigskip
16204 \end_inset
16205
16206 How to use one limit for several operators is described in 
16207 \begin_inset CommandInset ref
16208 LatexCommand ref
16209 reference "sub:Self-defined-Operators"
16210
16211 \end_inset
16212
16213 .
16214 \end_layout
16215
16216 \begin_layout Subsection
16217 Binary Operators
16218 \begin_inset CommandInset label
16219 LatexCommand label
16220 name "sub:Binary-Operators"
16221
16222 \end_inset
16223
16224
16225 \begin_inset Index
16226 status collapsed
16227
16228 \begin_layout Plain Layout
16229 Operators ! binary
16230 \end_layout
16231
16232 \end_inset
16233
16234
16235 \end_layout
16236
16237 \begin_layout Standard
16238 Binary operators are surrounded by space when there is a character before
16239  and behind them.
16240 \begin_inset VSpace medskip
16241 \end_inset
16242
16243
16244 \end_layout
16245
16246 \begin_layout Standard
16247 \begin_inset space \hfill{}
16248 \end_inset
16249
16250
16251 \begin_inset Tabular
16252 <lyxtabular version="3" rows="13" columns="2">
16253 <features>
16254 <column alignment="center" valignment="top" width="0pt">
16255 <column alignment="center" valignment="top" width="0pt">
16256 <row>
16257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16258 \begin_inset Text
16259
16260 \begin_layout Plain Layout
16261 Command
16262 \begin_inset Note Note
16263 status collapsed
16264
16265 \begin_layout Plain Layout
16266
16267 \series bold
16268
16269 \backslash
16270 raisebox
16271 \series default
16272  is only used as spacer.
16273 \end_layout
16274
16275 \end_inset
16276
16277
16278 \end_layout
16279
16280 \end_inset
16281 </cell>
16282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16283 \begin_inset Text
16284
16285 \begin_layout Plain Layout
16286 Result
16287 \end_layout
16288
16289 \end_inset
16290 </cell>
16291 </row>
16292 <row>
16293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16294 \begin_inset Text
16295
16296 \begin_layout Plain Layout
16297 +
16298 \end_layout
16299
16300 \end_inset
16301 </cell>
16302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16303 \begin_inset Text
16304
16305 \begin_layout Plain Layout
16306 \begin_inset Formula $+$
16307 \end_inset
16308
16309
16310 \end_layout
16311
16312 \end_inset
16313 </cell>
16314 </row>
16315 <row>
16316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16317 \begin_inset Text
16318
16319 \begin_layout Plain Layout
16320 -
16321 \end_layout
16322
16323 \end_inset
16324 </cell>
16325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16326 \begin_inset Text
16327
16328 \begin_layout Plain Layout
16329 \begin_inset Formula $-$
16330 \end_inset
16331
16332
16333 \end_layout
16334
16335 \end_inset
16336 </cell>
16337 </row>
16338 <row>
16339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16340 \begin_inset Text
16341
16342 \begin_layout Plain Layout
16343
16344 \backslash
16345 pm
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16351 \begin_inset Text
16352
16353 \begin_layout Plain Layout
16354 \begin_inset Formula $\pm$
16355 \end_inset
16356
16357
16358 \end_layout
16359
16360 \end_inset
16361 </cell>
16362 </row>
16363 <row>
16364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16365 \begin_inset Text
16366
16367 \begin_layout Plain Layout
16368
16369 \backslash
16370 mp
16371 \end_layout
16372
16373 \end_inset
16374 </cell>
16375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16376 \begin_inset Text
16377
16378 \begin_layout Plain Layout
16379 \begin_inset Formula $\mp$
16380 \end_inset
16381
16382
16383 \end_layout
16384
16385 \end_inset
16386 </cell>
16387 </row>
16388 <row>
16389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16390 \begin_inset Text
16391
16392 \begin_layout Plain Layout
16393
16394 \backslash
16395 cdot
16396 \end_layout
16397
16398 \end_inset
16399 </cell>
16400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16401 \begin_inset Text
16402
16403 \begin_layout Plain Layout
16404 \begin_inset Formula $\cdot$
16405 \end_inset
16406
16407
16408 \end_layout
16409
16410 \end_inset
16411 </cell>
16412 </row>
16413 <row>
16414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16415 \begin_inset Text
16416
16417 \begin_layout Plain Layout
16418
16419 \backslash
16420 times
16421 \end_layout
16422
16423 \end_inset
16424 </cell>
16425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16426 \begin_inset Text
16427
16428 \begin_layout Plain Layout
16429 \begin_inset Formula $\times$
16430 \end_inset
16431
16432
16433 \end_layout
16434
16435 \end_inset
16436 </cell>
16437 </row>
16438 <row>
16439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16440 \begin_inset Text
16441
16442 \begin_layout Plain Layout
16443
16444 \backslash
16445 div
16446 \end_layout
16447
16448 \end_inset
16449 </cell>
16450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16451 \begin_inset Text
16452
16453 \begin_layout Plain Layout
16454 \begin_inset Formula $\div$
16455 \end_inset
16456
16457
16458 \end_layout
16459
16460 \end_inset
16461 </cell>
16462 </row>
16463 <row>
16464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16465 \begin_inset Text
16466
16467 \begin_layout Plain Layout
16468 \begin_inset ERT
16469 status collapsed
16470
16471 \begin_layout Plain Layout
16472
16473
16474 \backslash
16475 raisebox{-1.2mm}{
16476 \end_layout
16477
16478 \end_inset
16479
16480 *
16481 \begin_inset ERT
16482 status collapsed
16483
16484 \begin_layout Plain Layout
16485
16486 }
16487 \end_layout
16488
16489 \end_inset
16490
16491
16492 \end_layout
16493
16494 \end_inset
16495 </cell>
16496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16497 \begin_inset Text
16498
16499 \begin_layout Plain Layout
16500 \begin_inset Formula $*$
16501 \end_inset
16502
16503
16504 \end_layout
16505
16506 \end_inset
16507 </cell>
16508 </row>
16509 <row>
16510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16511 \begin_inset Text
16512
16513 \begin_layout Plain Layout
16514
16515 \backslash
16516 star
16517 \end_layout
16518
16519 \end_inset
16520 </cell>
16521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16522 \begin_inset Text
16523
16524 \begin_layout Plain Layout
16525 \begin_inset Formula $\star$
16526 \end_inset
16527
16528
16529 \end_layout
16530
16531 \end_inset
16532 </cell>
16533 </row>
16534 <row>
16535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16536 \begin_inset Text
16537
16538 \begin_layout Plain Layout
16539
16540 \backslash
16541 circ
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16547 \begin_inset Text
16548
16549 \begin_layout Plain Layout
16550 \begin_inset Formula $\circ$
16551 \end_inset
16552
16553
16554 \end_layout
16555
16556 \end_inset
16557 </cell>
16558 </row>
16559 <row>
16560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16561 \begin_inset Text
16562
16563 \begin_layout Plain Layout
16564
16565 \backslash
16566 diamond
16567 \end_layout
16568
16569 \end_inset
16570 </cell>
16571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16572 \begin_inset Text
16573
16574 \begin_layout Plain Layout
16575 \begin_inset Formula $\diamond$
16576 \end_inset
16577
16578
16579 \end_layout
16580
16581 \end_inset
16582 </cell>
16583 </row>
16584 <row>
16585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16586 \begin_inset Text
16587
16588 \begin_layout Plain Layout
16589
16590 \backslash
16591 bullet
16592 \end_layout
16593
16594 \end_inset
16595 </cell>
16596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16597 \begin_inset Text
16598
16599 \begin_layout Plain Layout
16600 \begin_inset Formula $\bullet$
16601 \end_inset
16602
16603
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 </row>
16609 </lyxtabular>
16610
16611 \end_inset
16612
16613
16614 \begin_inset space \hfill{}
16615 \end_inset
16616
16617
16618 \begin_inset Tabular
16619 <lyxtabular version="3" rows="13" columns="2">
16620 <features>
16621 <column alignment="center" valignment="top" width="0pt">
16622 <column alignment="center" valignment="top" width="0pt">
16623 <row>
16624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16625 \begin_inset Text
16626
16627 \begin_layout Plain Layout
16628 Command
16629 \end_layout
16630
16631 \end_inset
16632 </cell>
16633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16634 \begin_inset Text
16635
16636 \begin_layout Plain Layout
16637 Result
16638 \end_layout
16639
16640 \end_inset
16641 </cell>
16642 </row>
16643 <row>
16644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16645 \begin_inset Text
16646
16647 \begin_layout Plain Layout
16648
16649 \backslash
16650 nabla
16651 \end_layout
16652
16653 \end_inset
16654 </cell>
16655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16656 \begin_inset Text
16657
16658 \begin_layout Plain Layout
16659 \begin_inset Formula $\nabla$
16660 \end_inset
16661
16662
16663 \end_layout
16664
16665 \end_inset
16666 </cell>
16667 </row>
16668 <row>
16669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16670 \begin_inset Text
16671
16672 \begin_layout Plain Layout
16673
16674 \backslash
16675 bigtriangledown
16676 \end_layout
16677
16678 \end_inset
16679 </cell>
16680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16681 \begin_inset Text
16682
16683 \begin_layout Plain Layout
16684 \begin_inset Formula $\bigtriangledown$
16685 \end_inset
16686
16687
16688 \end_layout
16689
16690 \end_inset
16691 </cell>
16692 </row>
16693 <row>
16694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16695 \begin_inset Text
16696
16697 \begin_layout Plain Layout
16698
16699 \backslash
16700 bigtriangleup
16701 \end_layout
16702
16703 \end_inset
16704 </cell>
16705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16706 \begin_inset Text
16707
16708 \begin_layout Plain Layout
16709 \begin_inset Formula $\bigtriangleup$
16710 \end_inset
16711
16712
16713 \end_layout
16714
16715 \end_inset
16716 </cell>
16717 </row>
16718 <row>
16719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16720 \begin_inset Text
16721
16722 \begin_layout Plain Layout
16723
16724 \backslash
16725 Box
16726 \end_layout
16727
16728 \end_inset
16729 </cell>
16730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16731 \begin_inset Text
16732
16733 \begin_layout Plain Layout
16734 \begin_inset Formula $\Box$
16735 \end_inset
16736
16737
16738 \end_layout
16739
16740 \end_inset
16741 </cell>
16742 </row>
16743 <row>
16744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748
16749 \backslash
16750 cap 
16751 \end_layout
16752
16753 \end_inset
16754 </cell>
16755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16756 \begin_inset Text
16757
16758 \begin_layout Plain Layout
16759 \begin_inset Formula $\cap$
16760 \end_inset
16761
16762
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 </row>
16768 <row>
16769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16770 \begin_inset Text
16771
16772 \begin_layout Plain Layout
16773
16774 \backslash
16775 cup
16776 \end_layout
16777
16778 \end_inset
16779 </cell>
16780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16781 \begin_inset Text
16782
16783 \begin_layout Plain Layout
16784 \begin_inset Formula $\cup$
16785 \end_inset
16786
16787
16788 \end_layout
16789
16790 \end_inset
16791 </cell>
16792 </row>
16793 <row>
16794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16795 \begin_inset Text
16796
16797 \begin_layout Plain Layout
16798
16799 \backslash
16800 dagger
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Plain Layout
16809 \begin_inset Formula $\dagger$
16810 \end_inset
16811
16812
16813 \end_layout
16814
16815 \end_inset
16816 </cell>
16817 </row>
16818 <row>
16819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16820 \begin_inset Text
16821
16822 \begin_layout Plain Layout
16823
16824 \backslash
16825 ddagger
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Plain Layout
16834 \begin_inset Formula $\ddagger$
16835 \end_inset
16836
16837
16838 \end_layout
16839
16840 \end_inset
16841 </cell>
16842 </row>
16843 <row>
16844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16845 \begin_inset Text
16846
16847 \begin_layout Plain Layout
16848
16849 \backslash
16850 wr
16851 \end_layout
16852
16853 \end_inset
16854 </cell>
16855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16856 \begin_inset Text
16857
16858 \begin_layout Plain Layout
16859 \begin_inset Formula $\wr$
16860 \end_inset
16861
16862
16863 \end_layout
16864
16865 \end_inset
16866 </cell>
16867 </row>
16868 <row>
16869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16870 \begin_inset Text
16871
16872 \begin_layout Plain Layout
16873
16874 \backslash
16875 bigcirc
16876 \end_layout
16877
16878 \end_inset
16879 </cell>
16880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16881 \begin_inset Text
16882
16883 \begin_layout Plain Layout
16884 \begin_inset Formula $\bigcirc$
16885 \end_inset
16886
16887
16888 \end_layout
16889
16890 \end_inset
16891 </cell>
16892 </row>
16893 <row>
16894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16895 \begin_inset Text
16896
16897 \begin_layout Plain Layout
16898
16899 \backslash
16900 wedge
16901 \end_layout
16902
16903 \end_inset
16904 </cell>
16905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16906 \begin_inset Text
16907
16908 \begin_layout Plain Layout
16909 \begin_inset Formula $\wedge$
16910 \end_inset
16911
16912
16913 \end_layout
16914
16915 \end_inset
16916 </cell>
16917 </row>
16918 <row>
16919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16920 \begin_inset Text
16921
16922 \begin_layout Plain Layout
16923
16924 \backslash
16925 vee
16926 \end_layout
16927
16928 \end_inset
16929 </cell>
16930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16931 \begin_inset Text
16932
16933 \begin_layout Plain Layout
16934 \begin_inset Formula $\vee$
16935 \end_inset
16936
16937
16938 \end_layout
16939
16940 \end_inset
16941 </cell>
16942 </row>
16943 </lyxtabular>
16944
16945 \end_inset
16946
16947
16948 \begin_inset space \hfill{}
16949 \end_inset
16950
16951
16952 \begin_inset Tabular
16953 <lyxtabular version="3" rows="13" columns="2">
16954 <features>
16955 <column alignment="center" valignment="top" width="0pt">
16956 <column alignment="center" valignment="top" width="0pt">
16957 <row>
16958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962 Command
16963 \end_layout
16964
16965 \end_inset
16966 </cell>
16967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971 Result
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 </row>
16977 <row>
16978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982
16983 \backslash
16984 oplus
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993 \begin_inset Formula $\oplus$
16994 \end_inset
16995
16996
16997 \end_layout
16998
16999 \end_inset
17000 </cell>
17001 </row>
17002 <row>
17003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Plain Layout
17007
17008 \backslash
17009 ominus
17010 \end_layout
17011
17012 \end_inset
17013 </cell>
17014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Plain Layout
17018 \begin_inset Formula $\ominus$
17019 \end_inset
17020
17021
17022 \end_layout
17023
17024 \end_inset
17025 </cell>
17026 </row>
17027 <row>
17028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032
17033 \backslash
17034 otimes
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17040 \begin_inset Text
17041
17042 \begin_layout Plain Layout
17043 \begin_inset Formula $\otimes$
17044 \end_inset
17045
17046
17047 \end_layout
17048
17049 \end_inset
17050 </cell>
17051 </row>
17052 <row>
17053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Plain Layout
17057
17058 \backslash
17059 oslash
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17065 \begin_inset Text
17066
17067 \begin_layout Plain Layout
17068 \begin_inset Formula $\oslash$
17069 \end_inset
17070
17071
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 </row>
17077 <row>
17078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17079 \begin_inset Text
17080
17081 \begin_layout Plain Layout
17082
17083 \backslash
17084 odot
17085 \end_layout
17086
17087 \end_inset
17088 </cell>
17089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17090 \begin_inset Text
17091
17092 \begin_layout Plain Layout
17093 \begin_inset Formula $\odot$
17094 \end_inset
17095
17096
17097 \end_layout
17098
17099 \end_inset
17100 </cell>
17101 </row>
17102 <row>
17103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17104 \begin_inset Text
17105
17106 \begin_layout Plain Layout
17107
17108 \backslash
17109 amalg
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17115 \begin_inset Text
17116
17117 \begin_layout Plain Layout
17118 \begin_inset Formula $\amalg$
17119 \end_inset
17120
17121
17122 \end_layout
17123
17124 \end_inset
17125 </cell>
17126 </row>
17127 <row>
17128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17129 \begin_inset Text
17130
17131 \begin_layout Plain Layout
17132
17133 \backslash
17134 uplus
17135 \end_layout
17136
17137 \end_inset
17138 </cell>
17139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17140 \begin_inset Text
17141
17142 \begin_layout Plain Layout
17143 \begin_inset Formula $\uplus$
17144 \end_inset
17145
17146
17147 \end_layout
17148
17149 \end_inset
17150 </cell>
17151 </row>
17152 <row>
17153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17154 \begin_inset Text
17155
17156 \begin_layout Plain Layout
17157
17158 \backslash
17159 setminus
17160 \end_layout
17161
17162 \end_inset
17163 </cell>
17164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17165 \begin_inset Text
17166
17167 \begin_layout Plain Layout
17168 \begin_inset Formula $\setminus$
17169 \end_inset
17170
17171
17172 \end_layout
17173
17174 \end_inset
17175 </cell>
17176 </row>
17177 <row>
17178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17179 \begin_inset Text
17180
17181 \begin_layout Plain Layout
17182
17183 \backslash
17184 sqcap
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17190 \begin_inset Text
17191
17192 \begin_layout Plain Layout
17193 \begin_inset Formula $\sqcap$
17194 \end_inset
17195
17196
17197 \end_layout
17198
17199 \end_inset
17200 </cell>
17201 </row>
17202 <row>
17203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17204 \begin_inset Text
17205
17206 \begin_layout Plain Layout
17207
17208 \backslash
17209 sqcup
17210 \end_layout
17211
17212 \end_inset
17213 </cell>
17214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17215 \begin_inset Text
17216
17217 \begin_layout Plain Layout
17218 \begin_inset Formula $\sqcup$
17219 \end_inset
17220
17221
17222 \end_layout
17223
17224 \end_inset
17225 </cell>
17226 </row>
17227 <row>
17228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17229 \begin_inset Text
17230
17231 \begin_layout Plain Layout
17232
17233 \backslash
17234 triangleleft
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17240 \begin_inset Text
17241
17242 \begin_layout Plain Layout
17243 \begin_inset Formula $\triangleleft$
17244 \end_inset
17245
17246
17247 \end_layout
17248
17249 \end_inset
17250 </cell>
17251 </row>
17252 <row>
17253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17254 \begin_inset Text
17255
17256 \begin_layout Plain Layout
17257
17258 \backslash
17259 triangleright
17260 \end_layout
17261
17262 \end_inset
17263 </cell>
17264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17265 \begin_inset Text
17266
17267 \begin_layout Plain Layout
17268 \begin_inset Formula $\triangleright$
17269 \end_inset
17270
17271
17272 \end_layout
17273
17274 \end_inset
17275 </cell>
17276 </row>
17277 </lyxtabular>
17278
17279 \end_inset
17280
17281
17282 \begin_inset space \hfill{}
17283 \end_inset
17284
17285
17286 \end_layout
17287
17288 \begin_layout Standard
17289 All binary operators can also be inserted via the math toolbar button 
17290 \begin_inset Graphics
17291         filename ../images/math/pm.png
17292         scale 85
17293
17294 \end_inset
17295
17296 .
17297 \end_layout
17298
17299 \begin_layout Standard
17300 To typeset the Laplace operator also 
17301 \series bold
17302
17303 \backslash
17304 Delta
17305 \series default
17306  or 
17307 \series bold
17308
17309 \backslash
17310 nabla
17311 \series default
17312 ^
17313 \series bold
17314 2
17315 \series default
17316  (
17317 \begin_inset Formula $\nabla^{2}$
17318 \end_inset
17319
17320 ) can be used instead of 
17321 \series bold
17322
17323 \backslash
17324 bigtriangleup
17325 \series default
17326  .
17327 \end_layout
17328
17329 \begin_layout Standard
17330 The character 
17331 \family sans
17332 Menu Separator
17333 \family default
17334  from the menu 
17335 \family sans
17336 Insert\SpecialChar \menuseparator
17337 Special Character
17338 \family default
17339  is the operator 
17340 \series bold
17341
17342 \backslash
17343 triangleright
17344 \series default
17345 .
17346 \end_layout
17347
17348 \begin_layout Subsection
17349 Self-defined Operators
17350 \begin_inset CommandInset label
17351 LatexCommand label
17352 name "sub:Self-defined-Operators"
17353
17354 \end_inset
17355
17356
17357 \begin_inset Index
17358 status collapsed
17359
17360 \begin_layout Plain Layout
17361 Operators ! self-defined
17362 \end_layout
17363
17364 \end_inset
17365
17366
17367 \end_layout
17368
17369 \begin_layout Standard
17370 With the help of the command 
17371 \series bold
17372
17373 \backslash
17374 DeclareMathOperator
17375 \series default
17376
17377 \begin_inset Index
17378 status collapsed
17379
17380 \begin_layout Plain Layout
17381 Commands ! D ! 
17382 \backslash
17383 dbinom@
17384 \backslash
17385 DeclareMathOperator
17386 \end_layout
17387
17388 \end_inset
17389
17390  custom operators can be defined in the LaTeX-preamble.
17391  Its command scheme is:
17392 \end_layout
17393
17394 \begin_layout Standard
17395
17396 \series bold
17397
17398 \backslash
17399 DeclareMathOperator{new command}{display}
17400 \end_layout
17401
17402 \begin_layout Standard
17403 Display can be characters or symbols that define how the operator looks
17404  in the output.
17405  To define a big operator a * is set behind the command.
17406  All self-defined big operators can have limits as described in 
17407 \begin_inset CommandInset ref
17408 LatexCommand ref
17409 reference "sub:Operator-Limits"
17410
17411 \end_inset
17412
17413 .
17414 \end_layout
17415
17416 \begin_layout Standard
17417 For example the LaTeX-preamble line
17418 \end_layout
17419
17420 \begin_layout Standard
17421
17422 \series bold
17423
17424 \backslash
17425 DeclareMathOperator*{
17426 \backslash
17427 Lozenge}{
17428 \backslash
17429 blacklozenge}
17430 \end_layout
17431
17432 \begin_layout Standard
17433 defines the command 
17434 \series bold
17435
17436 \backslash
17437 Lozenge
17438 \series default
17439 , that inserts a big operator consisting of the lozenge symbol from 
17440 \begin_inset CommandInset ref
17441 LatexCommand ref
17442 reference "sub:Miscellaneous-Symbols"
17443
17444 \end_inset
17445
17446 :
17447 \begin_inset Formula \[
17448 \Lozenge_{n=1}^{\infty}\]
17449
17450 \end_inset
17451
17452 The command for this formula is: 
17453 \series bold
17454
17455 \backslash
17456 Lozenge
17457 \series default
17458 ^
17459 \series bold
17460
17461 \backslash
17462 infty
17463 \begin_inset Formula $\to$
17464 \end_inset
17465
17466 _n=1
17467 \end_layout
17468
17469 \begin_layout Standard
17470 \begin_inset VSpace bigskip
17471 \end_inset
17472
17473 When self-defined operators are not used several times in the document,
17474  they can also be defined with the commands 
17475 \series bold
17476
17477 \backslash
17478 mathop
17479 \series default
17480
17481 \begin_inset Index
17482 status collapsed
17483
17484 \begin_layout Plain Layout
17485 Commands ! M ! 
17486 \backslash
17487 mathop
17488 \end_layout
17489
17490 \end_inset
17491
17492  and 
17493 \series bold
17494
17495 \backslash
17496 mathbin
17497 \series default
17498
17499 \begin_inset Index
17500 status collapsed
17501
17502 \begin_layout Plain Layout
17503 Commands ! M ! 
17504 \backslash
17505 mathbin
17506 \end_layout
17507
17508 \end_inset
17509
17510 , which have the following scheme:
17511 \end_layout
17512
17513 \begin_layout Standard
17514
17515 \series bold
17516
17517 \backslash
17518 mathop{display}
17519 \series default
17520  and 
17521 \series bold
17522
17523 \backslash
17524 mathbin{display}
17525 \end_layout
17526
17527 \begin_layout Standard
17528
17529 \series bold
17530
17531 \backslash
17532 mathop
17533 \series default
17534  defines big operators, 
17535 \series bold
17536
17537 \backslash
17538 mathbin
17539 \series default
17540  binary operators.
17541 \end_layout
17542
17543 \begin_layout Standard
17544
17545 \series bold
17546
17547 \backslash
17548 mathop
17549 \series default
17550  can e.
17551 \begin_inset space \thinspace{}
17552 \end_inset
17553
17554 g.
17555 \begin_inset space ~
17556 \end_inset
17557
17558 be used to use one limit for several operators:
17559 \end_layout
17560
17561 \begin_layout Standard
17562 \begin_inset Formula \[
17563 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17564
17565 \end_inset
17566
17567
17568 \end_layout
17569
17570 \begin_layout Standard
17571 The command for the formula above is:
17572 \begin_inset Newline newline
17573 \end_inset
17574
17575
17576 \series bold
17577
17578 \backslash
17579 mathop{
17580 \backslash
17581 sum
17582 \backslash
17583 negmedspace
17584 \backslash
17585 sum
17586 \series default
17587
17588 \begin_inset ERT
17589 status collapsed
17590
17591 \begin_layout Plain Layout
17592
17593
17594 \backslash
17595 spce 
17596 \end_layout
17597
17598 \end_inset
17599
17600
17601 \series bold
17602
17603 \begin_inset Formula $\to$
17604 \end_inset
17605
17606 ^N
17607 \series default
17608
17609 \begin_inset ERT
17610 status collapsed
17611
17612 \begin_layout Plain Layout
17613
17614
17615 \backslash
17616 spce 
17617 \end_layout
17618
17619 \end_inset
17620
17621
17622 \series bold
17623 _i,j=1
17624 \end_layout
17625
17626 \begin_layout Section
17627 Fonts
17628 \begin_inset Index
17629 status collapsed
17630
17631 \begin_layout Plain Layout
17632 Fonts
17633 \end_layout
17634
17635 \end_inset
17636
17637
17638 \end_layout
17639
17640 \begin_layout Subsection
17641 Font Styles
17642 \begin_inset CommandInset label
17643 LatexCommand label
17644 name "sub:Font-Styles"
17645
17646 \end_inset
17647
17648
17649 \begin_inset Index
17650 status collapsed
17651
17652 \begin_layout Plain Layout
17653 Font ! style
17654 \end_layout
17655
17656 \end_inset
17657
17658
17659 \end_layout
17660
17661 \begin_layout Standard
17662 Latin letters in formulas can be set in one of the following font styles:
17663 \begin_inset VSpace -2mm
17664 \end_inset
17665
17666
17667 \end_layout
17668
17669 \begin_layout Standard
17670 \align center
17671 \begin_inset Tabular
17672 <lyxtabular version="3" rows="6" columns="3">
17673 <features>
17674 <column alignment="center" valignment="top" width="0">
17675 <column alignment="center" valignment="top" width="0">
17676 <column alignment="center" valignment="top" width="0">
17677 <row>
17678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17679 \begin_inset Text
17680
17681 \begin_layout Plain Layout
17682 Command
17683 \end_layout
17684
17685 \end_inset
17686 </cell>
17687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17688 \begin_inset Text
17689
17690 \begin_layout Plain Layout
17691 Result
17692 \end_layout
17693
17694 \end_inset
17695 </cell>
17696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17697 \begin_inset Text
17698
17699 \begin_layout Plain Layout
17700 shortcut
17701 \end_layout
17702
17703 \end_inset
17704 </cell>
17705 </row>
17706 <row>
17707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17708 \begin_inset Text
17709
17710 \begin_layout Plain Layout
17711
17712 \backslash
17713 mathbb
17714 \series bold
17715
17716 \begin_inset ERT
17717 status collapsed
17718
17719 \begin_layout Plain Layout
17720
17721
17722 \backslash
17723 spce 
17724 \end_layout
17725
17726 \end_inset
17727
17728
17729 \series default
17730 ABC
17731 \end_layout
17732
17733 \end_inset
17734 </cell>
17735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17736 \begin_inset Text
17737
17738 \begin_layout Plain Layout
17739 \begin_inset Formula $\mathbb{ABC}$
17740 \end_inset
17741
17742
17743 \end_layout
17744
17745 \end_inset
17746 </cell>
17747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17748 \begin_inset Text
17749
17750 \begin_layout Plain Layout
17751 Alt-c c
17752 \end_layout
17753
17754 \end_inset
17755 </cell>
17756 </row>
17757 <row>
17758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17759 \begin_inset Text
17760
17761 \begin_layout Plain Layout
17762
17763 \backslash
17764 mathbf
17765 \series bold
17766
17767 \begin_inset ERT
17768 status collapsed
17769
17770 \begin_layout Plain Layout
17771
17772
17773 \backslash
17774 spce 
17775 \end_layout
17776
17777 \end_inset
17778
17779
17780 \series default
17781 AbC
17782 \end_layout
17783
17784 \end_inset
17785 </cell>
17786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17787 \begin_inset Text
17788
17789 \begin_layout Plain Layout
17790 \begin_inset Formula $\mathbf{AbC}$
17791 \end_inset
17792
17793
17794 \end_layout
17795
17796 \end_inset
17797 </cell>
17798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17799 \begin_inset Text
17800
17801 \begin_layout Plain Layout
17802 -
17803 \end_layout
17804
17805 \end_inset
17806 </cell>
17807 </row>
17808 <row>
17809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17810 \begin_inset Text
17811
17812 \begin_layout Plain Layout
17813
17814 \backslash
17815 boldsymbol
17816 \series bold
17817
17818 \begin_inset ERT
17819 status collapsed
17820
17821 \begin_layout Plain Layout
17822
17823
17824 \backslash
17825 spce 
17826 \end_layout
17827
17828 \end_inset
17829
17830
17831 \series default
17832 AbC
17833 \end_layout
17834
17835 \end_inset
17836 </cell>
17837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17838 \begin_inset Text
17839
17840 \begin_layout Plain Layout
17841 \begin_inset Formula $\boldsymbol{AbC}$
17842 \end_inset
17843
17844
17845 \end_layout
17846
17847 \end_inset
17848 </cell>
17849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17850 \begin_inset Text
17851
17852 \begin_layout Plain Layout
17853 Alt-c b
17854 \end_layout
17855
17856 \end_inset
17857 </cell>
17858 </row>
17859 <row>
17860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17861 \begin_inset Text
17862
17863 \begin_layout Plain Layout
17864
17865 \backslash
17866 mathcal
17867 \series bold
17868
17869 \begin_inset ERT
17870 status collapsed
17871
17872 \begin_layout Plain Layout
17873
17874
17875 \backslash
17876 spce 
17877 \end_layout
17878
17879 \end_inset
17880
17881
17882 \series default
17883 ABC
17884 \end_layout
17885
17886 \end_inset
17887 </cell>
17888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17889 \begin_inset Text
17890
17891 \begin_layout Plain Layout
17892 \begin_inset Formula $\mathcal{ABC}$
17893 \end_inset
17894
17895
17896 \end_layout
17897
17898 \end_inset
17899 </cell>
17900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17901 \begin_inset Text
17902
17903 \begin_layout Plain Layout
17904 Alt-c e
17905 \end_layout
17906
17907 \end_inset
17908 </cell>
17909 </row>
17910 <row>
17911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17912 \begin_inset Text
17913
17914 \begin_layout Plain Layout
17915
17916 \backslash
17917 mathfrak
17918 \series bold
17919
17920 \begin_inset ERT
17921 status collapsed
17922
17923 \begin_layout Plain Layout
17924
17925
17926 \backslash
17927 spce 
17928 \end_layout
17929
17930 \end_inset
17931
17932
17933 \series default
17934 AbC
17935 \end_layout
17936
17937 \end_inset
17938 </cell>
17939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17940 \begin_inset Text
17941
17942 \begin_layout Plain Layout
17943 \begin_inset Formula $\mathfrak{AbC}$
17944 \end_inset
17945
17946
17947 \end_layout
17948
17949 \end_inset
17950 </cell>
17951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17952 \begin_inset Text
17953
17954 \begin_layout Plain Layout
17955 -
17956 \end_layout
17957
17958 \end_inset
17959 </cell>
17960 </row>
17961 </lyxtabular>
17962
17963 \end_inset
17964
17965
17966 \end_layout
17967
17968 \begin_layout Standard
17969 \align center
17970 \begin_inset Tabular
17971 <lyxtabular version="3" rows="5" columns="3">
17972 <features>
17973 <column alignment="center" valignment="top" width="0">
17974 <column alignment="center" valignment="top" width="0">
17975 <column alignment="center" valignment="top" width="0">
17976 <row>
17977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17978 \begin_inset Text
17979
17980 \begin_layout Plain Layout
17981 Command
17982 \end_layout
17983
17984 \end_inset
17985 </cell>
17986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17987 \begin_inset Text
17988
17989 \begin_layout Plain Layout
17990 Result
17991 \end_layout
17992
17993 \end_inset
17994 </cell>
17995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17996 \begin_inset Text
17997
17998 \begin_layout Plain Layout
17999 shortcut
18000 \end_layout
18001
18002 \end_inset
18003 </cell>
18004 </row>
18005 <row>
18006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18007 \begin_inset Text
18008
18009 \begin_layout Plain Layout
18010
18011 \backslash
18012 mathit
18013 \series bold
18014
18015 \begin_inset ERT
18016 status collapsed
18017
18018 \begin_layout Plain Layout
18019
18020
18021 \backslash
18022 spce 
18023 \end_layout
18024
18025 \end_inset
18026
18027
18028 \series default
18029 AbC
18030 \end_layout
18031
18032 \end_inset
18033 </cell>
18034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18035 \begin_inset Text
18036
18037 \begin_layout Plain Layout
18038 \begin_inset Formula $\mathit{AbC}$
18039 \end_inset
18040
18041
18042 \end_layout
18043
18044 \end_inset
18045 </cell>
18046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18047 \begin_inset Text
18048
18049 \begin_layout Plain Layout
18050 -
18051 \end_layout
18052
18053 \end_inset
18054 </cell>
18055 </row>
18056 <row>
18057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18058 \begin_inset Text
18059
18060 \begin_layout Plain Layout
18061
18062 \backslash
18063 mathrm
18064 \series bold
18065
18066 \begin_inset ERT
18067 status collapsed
18068
18069 \begin_layout Plain Layout
18070
18071
18072 \backslash
18073 spce 
18074 \end_layout
18075
18076 \end_inset
18077
18078
18079 \series default
18080 AbC
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18086 \begin_inset Text
18087
18088 \begin_layout Plain Layout
18089 \begin_inset Formula $\mathrm{AbC}$
18090 \end_inset
18091
18092
18093 \end_layout
18094
18095 \end_inset
18096 </cell>
18097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18098 \begin_inset Text
18099
18100 \begin_layout Plain Layout
18101 Alt-c r
18102 \end_layout
18103
18104 \end_inset
18105 </cell>
18106 </row>
18107 <row>
18108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18109 \begin_inset Text
18110
18111 \begin_layout Plain Layout
18112
18113 \backslash
18114 mathsf
18115 \series bold
18116
18117 \begin_inset ERT
18118 status collapsed
18119
18120 \begin_layout Plain Layout
18121
18122
18123 \backslash
18124 spce 
18125 \end_layout
18126
18127 \end_inset
18128
18129
18130 \series default
18131 AbC
18132 \end_layout
18133
18134 \end_inset
18135 </cell>
18136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18137 \begin_inset Text
18138
18139 \begin_layout Plain Layout
18140 \begin_inset Formula $\mathsf{AbC}$
18141 \end_inset
18142
18143
18144 \end_layout
18145
18146 \end_inset
18147 </cell>
18148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18149 \begin_inset Text
18150
18151 \begin_layout Plain Layout
18152 Alt-c s
18153 \end_layout
18154
18155 \end_inset
18156 </cell>
18157 </row>
18158 <row>
18159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18160 \begin_inset Text
18161
18162 \begin_layout Plain Layout
18163
18164 \backslash
18165 mathtt
18166 \series bold
18167
18168 \begin_inset ERT
18169 status collapsed
18170
18171 \begin_layout Plain Layout
18172
18173
18174 \backslash
18175 spce 
18176 \end_layout
18177
18178 \end_inset
18179
18180
18181 \series default
18182 AbC
18183 \end_layout
18184
18185 \end_inset
18186 </cell>
18187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18188 \begin_inset Text
18189
18190 \begin_layout Plain Layout
18191 \begin_inset Formula $\mathtt{AbC}$
18192 \end_inset
18193
18194
18195 \end_layout
18196
18197 \end_inset
18198 </cell>
18199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18200 \begin_inset Text
18201
18202 \begin_layout Plain Layout
18203 Alt-c p
18204 \end_layout
18205
18206 \end_inset
18207 </cell>
18208 </row>
18209 </lyxtabular>
18210
18211 \end_inset
18212
18213
18214 \end_layout
18215
18216 \begin_layout Standard
18217 \begin_inset Note Greyedout
18218 status open
18219
18220 \begin_layout Plain Layout
18221
18222 \series bold
18223 Note:
18224 \series default
18225  The styles 
18226 \series bold
18227
18228 \backslash
18229 mathbb
18230 \series default
18231  and 
18232 \series bold
18233
18234 \backslash
18235 mathcal
18236 \series default
18237  can only be used for big letters.
18238 \end_layout
18239
18240 \end_inset
18241
18242
18243 \end_layout
18244
18245 \begin_layout Standard
18246 Predefined is the style 
18247 \series bold
18248
18249 \backslash
18250 mathnormal
18251 \series default
18252 .
18253 \end_layout
18254
18255 \begin_layout Standard
18256 The style commands work also for letters in mathematical constructs:
18257 \begin_inset Formula \[
18258 \mathfrak{A=\frac{b}{C}}\]
18259
18260 \end_inset
18261
18262
18263 \end_layout
18264
18265 \begin_layout Standard
18266 Characters in mathematical text don't appear in a math font style but in
18267  the text font style 
18268 \series bold
18269
18270 \backslash
18271 textrm
18272 \series default
18273 .
18274  That their style can't be set correctly via the text style dialog is a
18275  bug in LyX.
18276 \begin_inset Foot
18277 status collapsed
18278
18279 \begin_layout Plain Layout
18280 \begin_inset CommandInset href
18281 LatexCommand href
18282 name "LyX-bug #4091"
18283 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18284
18285 \end_inset
18286
18287
18288 \end_layout
18289
18290 \end_inset
18291
18292
18293 \end_layout
18294
18295 \begin_layout Standard
18296 Instead of the style commands the dialog 
18297 \family sans
18298 Edit\SpecialChar \menuseparator
18299 Math\SpecialChar \menuseparator
18300 Text Style
18301 \family default
18302  or the toolbar button 
18303 \begin_inset Graphics
18304         filename ../images/math/font.png
18305         scale 85
18306
18307 \end_inset
18308
18309  can be used.
18310 \end_layout
18311
18312 \begin_layout Subsection
18313 Bold Formulas
18314 \begin_inset CommandInset label
18315 LatexCommand label
18316 name "sub:Bold-Formulas"
18317
18318 \end_inset
18319
18320
18321 \begin_inset Index
18322 status collapsed
18323
18324 \begin_layout Plain Layout
18325 Formula ! bold
18326 \end_layout
18327
18328 \end_inset
18329
18330
18331 \end_layout
18332
18333 \begin_layout Standard
18334 To make a complete formula bold, the command 
18335 \series bold
18336
18337 \backslash
18338 mathbf
18339 \series default
18340  from the previous subsection cannot be used, because it doesn't work for
18341  small Greek letters.
18342  Furthermore it prints Latin letters always upright, like in the following
18343  equation:
18344 \end_layout
18345
18346 \begin_layout Standard
18347 \begin_inset Formula \[
18348 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
18349
18350 \end_inset
18351
18352
18353 \end_layout
18354
18355 \begin_layout Standard
18356 To display the formula correctly, the command 
18357 \series bold
18358
18359 \backslash
18360 boldsymbol
18361 \series default
18362  is used:
18363 \begin_inset Formula \[
18364 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
18365
18366 \end_inset
18367
18368 It is also possible to set the formula in a 
18369 \series bold
18370 boldmath environment
18371 \series default
18372 .
18373  This environment is created by inserting the command 
18374 \series bold
18375
18376 \backslash
18377 boldmath
18378 \begin_inset Index
18379 status collapsed
18380
18381 \begin_layout Plain Layout
18382 Commands ! B ! 
18383 \backslash
18384 boldmath
18385 \end_layout
18386
18387 \end_inset
18388
18389
18390 \series default
18391  in TeX-mode.
18392  To end the environment, the command 
18393 \series bold
18394
18395 \backslash
18396 unboldmath
18397 \begin_inset Index
18398 status collapsed
18399
18400 \begin_layout Plain Layout
18401 Commands ! U ! 
18402 \backslash
18403 unboldmath
18404 \end_layout
18405
18406 \end_inset
18407
18408
18409 \series default
18410  is inserted in TeX-mode.
18411 \begin_inset ERT
18412 status collapsed
18413
18414 \begin_layout Plain Layout
18415
18416
18417 \backslash
18418 boldmath 
18419 \end_layout
18420
18421 \end_inset
18422
18423
18424 \begin_inset Formula \[
18425 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18426
18427 \end_inset
18428
18429
18430 \begin_inset ERT
18431 status collapsed
18432
18433 \begin_layout Plain Layout
18434
18435
18436 \backslash
18437 unboldmath 
18438 \end_layout
18439
18440 \end_inset
18441
18442
18443 \end_layout
18444
18445 \begin_layout Subsection
18446 Font Sizes
18447 \begin_inset CommandInset label
18448 LatexCommand label
18449 name "sub:Font-Sizes"
18450
18451 \end_inset
18452
18453
18454 \begin_inset Index
18455 status collapsed
18456
18457 \begin_layout Plain Layout
18458 Font ! size
18459 \end_layout
18460
18461 \end_inset
18462
18463
18464 \end_layout
18465
18466 \begin_layout Standard
18467 For characters in formulas there are, analog to characters in text, the
18468  following size commands:
18469 \end_layout
18470
18471 \begin_layout Standard
18472
18473 \series bold
18474
18475 \backslash
18476 Huge
18477 \series default
18478
18479 \series bold
18480
18481 \backslash
18482 huge
18483 \series default
18484
18485 \series bold
18486
18487 \backslash
18488 LARGE
18489 \series default
18490
18491 \series bold
18492
18493 \backslash
18494 Large
18495 \series default
18496
18497 \series bold
18498
18499 \backslash
18500 large
18501 \series default
18502
18503 \series bold
18504
18505 \backslash
18506 normalsize
18507 \series default
18508
18509 \series bold
18510
18511 \backslash
18512 small
18513 \series default
18514 ,
18515 \begin_inset Newline newline
18516 \end_inset
18517
18518
18519 \series bold
18520
18521 \backslash
18522 footnotesize
18523 \series default
18524
18525 \series bold
18526
18527 \backslash
18528 scriptsize
18529 \series default
18530 , and 
18531 \series bold
18532
18533 \backslash
18534 tiny
18535 \end_layout
18536
18537 \begin_layout Standard
18538 The size produced by the commands depends on the document font size, that
18539  corresponds with the command 
18540 \series bold
18541
18542 \backslash
18543 normalsize
18544 \series default
18545 .
18546  The other commands produce smaller or larger sizes than 
18547 \series bold
18548
18549 \backslash
18550 normalsize
18551 \series default
18552 .
18553  The font size can however not exceed a certain value.
18554  Is for example the document font size 12
18555 \begin_inset space \thinspace{}
18556 \end_inset
18557
18558 pt, the command 
18559 \series bold
18560
18561 \backslash
18562 Huge
18563 \series default
18564  switches to the same size as 
18565 \series bold
18566
18567 \backslash
18568 huge
18569 \series default
18570 .
18571  
18572 \end_layout
18573
18574 \begin_layout Standard
18575 A size command is inserted in TeX-mode before the formula and sets the size
18576  for all following formula and text characters.
18577  To switch back to the initial size, the command 
18578 \series bold
18579
18580 \backslash
18581 normalsize
18582 \series default
18583  is inserted behind the formula in TeX-mode.
18584 \end_layout
18585
18586 \begin_layout Standard
18587 Within a formula the size can only be changed for symbols or letters in
18588  mathematical text.
18589  To do this, the size command is inserted in mathematical text.
18590  All following characters until the end of the mathematical text or until
18591  another size command will have the selected size.
18592  Two examples:
18593 \begin_inset VSpace -2mm
18594 \end_inset
18595
18596
18597 \end_layout
18598
18599 \begin_layout Standard
18600 \begin_inset ERT
18601 status collapsed
18602
18603 \begin_layout Plain Layout
18604
18605
18606 \backslash
18607 huge 
18608 \end_layout
18609
18610 \end_inset
18611
18612
18613 \begin_inset Formula \[
18614 A=\frac{B}{c}\cdot\maltese\]
18615
18616 \end_inset
18617
18618
18619 \begin_inset Formula \[
18620 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18621
18622 \end_inset
18623
18624
18625 \begin_inset ERT
18626 status collapsed
18627
18628 \begin_layout Plain Layout
18629
18630
18631 \backslash
18632 normalsize 
18633 \end_layout
18634
18635 \end_inset
18636
18637
18638 \end_layout
18639
18640 \begin_layout Standard
18641 \begin_inset VSpace medskip
18642 \end_inset
18643
18644 Before both formulas the command 
18645 \series bold
18646
18647 \backslash
18648 huge
18649 \series default
18650  was inserted.
18651  The command for the second formula is:
18652 \begin_inset Newline newline
18653 \end_inset
18654
18655
18656 \series bold
18657
18658 \backslash
18659 maltese
18660 \begin_inset ERT
18661 status collapsed
18662
18663 \begin_layout Plain Layout
18664
18665
18666 \backslash
18667 spce 
18668 \end_layout
18669
18670 \end_inset
18671
18672 A Alt-m m 
18673 \backslash
18674 Large
18675 \begin_inset ERT
18676 status collapsed
18677
18678 \begin_layout Plain Layout
18679
18680
18681 \backslash
18682 spce 
18683 \end_layout
18684
18685 \end_inset
18686
18687
18688 \backslash
18689 maltese
18690 \begin_inset ERT
18691 status collapsed
18692
18693 \begin_layout Plain Layout
18694
18695
18696 \backslash
18697 spce 
18698 \end_layout
18699
18700 \end_inset
18701
18702
18703 \backslash
18704 textit
18705 \begin_inset ERT
18706 status collapsed
18707
18708 \begin_layout Plain Layout
18709
18710
18711 \backslash
18712 spce 
18713 \end_layout
18714
18715 \end_inset
18716
18717 A
18718 \begin_inset Formula $\to$
18719 \end_inset
18720
18721
18722 \begin_inset Formula $\to$
18723 \end_inset
18724
18725
18726 \begin_inset Newline newline
18727 \end_inset
18728
18729
18730 \begin_inset space \hspace*{}
18731 \length 1cm
18732 \end_inset
18733
18734 Alt-m
18735 \series default
18736  
18737 \series bold
18738
18739 \backslash
18740 tiny
18741 \begin_inset ERT
18742 status collapsed
18743
18744 \begin_layout Plain Layout
18745
18746
18747 \backslash
18748 spce 
18749 \end_layout
18750
18751 \end_inset
18752
18753
18754 \backslash
18755 maltese
18756 \begin_inset ERT
18757 status collapsed
18758
18759 \begin_layout Plain Layout
18760
18761
18762 \backslash
18763 spce 
18764 \end_layout
18765
18766 \end_inset
18767
18768
18769 \backslash
18770 textit
18771 \begin_inset ERT
18772 status collapsed
18773
18774 \begin_layout Plain Layout
18775
18776
18777 \backslash
18778 spce 
18779 \end_layout
18780
18781 \end_inset
18782
18783 A
18784 \end_layout
18785
18786 \begin_layout Standard
18787 If a symbol cannot be displayed in different sizes, it will always be displayed
18788  in the default size.
18789 \end_layout
18790
18791 \begin_layout Section
18792 Greek Letters
18793 \begin_inset Index
18794 status collapsed
18795
18796 \begin_layout Plain Layout
18797 Greek letters
18798 \end_layout
18799
18800 \end_inset
18801
18802
18803 \end_layout
18804
18805 \begin_layout Standard
18806 All Greek letters can also be inserted via the toolbar button 
18807 \begin_inset Graphics
18808         filename ../images/math/alpha.png
18809         scale 85
18810
18811 \end_inset
18812
18813 .
18814 \end_layout
18815
18816 \begin_layout Subsection
18817 Small Letters
18818 \begin_inset CommandInset label
18819 LatexCommand label
18820 name "sub:Small-Letters"
18821
18822 \end_inset
18823
18824
18825 \begin_inset Index
18826 status collapsed
18827
18828 \begin_layout Plain Layout
18829 Greek letters ! small
18830 \end_layout
18831
18832 \end_inset
18833
18834
18835 \end_layout
18836
18837 \begin_layout Standard
18838 \begin_inset space \hfill{}
18839 \end_inset
18840
18841
18842 \begin_inset Tabular
18843 <lyxtabular version="3" rows="11" columns="2">
18844 <features>
18845 <column alignment="center" valignment="top" width="0pt">
18846 <column alignment="center" valignment="top" width="0pt">
18847 <row>
18848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18849 \begin_inset Text
18850
18851 \begin_layout Plain Layout
18852 Command
18853 \end_layout
18854
18855 \end_inset
18856 </cell>
18857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18858 \begin_inset Text
18859
18860 \begin_layout Plain Layout
18861 Result
18862 \end_layout
18863
18864 \end_inset
18865 </cell>
18866 </row>
18867 <row>
18868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18869 \begin_inset Text
18870
18871 \begin_layout Plain Layout
18872
18873 \backslash
18874 alpha
18875 \end_layout
18876
18877 \end_inset
18878 </cell>
18879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18880 \begin_inset Text
18881
18882 \begin_layout Plain Layout
18883 \begin_inset Formula $\alpha$
18884 \end_inset
18885
18886
18887 \end_layout
18888
18889 \end_inset
18890 </cell>
18891 </row>
18892 <row>
18893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18894 \begin_inset Text
18895
18896 \begin_layout Plain Layout
18897
18898 \backslash
18899 beta
18900 \end_layout
18901
18902 \end_inset
18903 </cell>
18904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18905 \begin_inset Text
18906
18907 \begin_layout Plain Layout
18908 \begin_inset Formula $\beta$
18909 \end_inset
18910
18911
18912 \end_layout
18913
18914 \end_inset
18915 </cell>
18916 </row>
18917 <row>
18918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18919 \begin_inset Text
18920
18921 \begin_layout Plain Layout
18922
18923 \backslash
18924 gamma
18925 \end_layout
18926
18927 \end_inset
18928 </cell>
18929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18930 \begin_inset Text
18931
18932 \begin_layout Plain Layout
18933 \begin_inset Formula $\gamma$
18934 \end_inset
18935
18936
18937 \end_layout
18938
18939 \end_inset
18940 </cell>
18941 </row>
18942 <row>
18943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18944 \begin_inset Text
18945
18946 \begin_layout Plain Layout
18947
18948 \backslash
18949 delta
18950 \end_layout
18951
18952 \end_inset
18953 </cell>
18954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18955 \begin_inset Text
18956
18957 \begin_layout Plain Layout
18958 \begin_inset Formula $\delta$
18959 \end_inset
18960
18961
18962 \end_layout
18963
18964 \end_inset
18965 </cell>
18966 </row>
18967 <row>
18968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18969 \begin_inset Text
18970
18971 \begin_layout Plain Layout
18972
18973 \backslash
18974 epsilon
18975 \end_layout
18976
18977 \end_inset
18978 </cell>
18979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18980 \begin_inset Text
18981
18982 \begin_layout Plain Layout
18983 \begin_inset Formula $\epsilon$
18984 \end_inset
18985
18986
18987 \end_layout
18988
18989 \end_inset
18990 </cell>
18991 </row>
18992 <row>
18993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18994 \begin_inset Text
18995
18996 \begin_layout Plain Layout
18997
18998 \backslash
18999 varepsilon
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19005 \begin_inset Text
19006
19007 \begin_layout Plain Layout
19008 \begin_inset Formula $\varepsilon$
19009 \end_inset
19010
19011
19012 \end_layout
19013
19014 \end_inset
19015 </cell>
19016 </row>
19017 <row>
19018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19019 \begin_inset Text
19020
19021 \begin_layout Plain Layout
19022
19023 \backslash
19024 zeta
19025 \end_layout
19026
19027 \end_inset
19028 </cell>
19029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19030 \begin_inset Text
19031
19032 \begin_layout Plain Layout
19033 \begin_inset Formula $\zeta$
19034 \end_inset
19035
19036
19037 \end_layout
19038
19039 \end_inset
19040 </cell>
19041 </row>
19042 <row>
19043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19044 \begin_inset Text
19045
19046 \begin_layout Plain Layout
19047
19048 \backslash
19049 eta
19050 \end_layout
19051
19052 \end_inset
19053 </cell>
19054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19055 \begin_inset Text
19056
19057 \begin_layout Plain Layout
19058 \begin_inset Formula $\eta$
19059 \end_inset
19060
19061
19062 \end_layout
19063
19064 \end_inset
19065 </cell>
19066 </row>
19067 <row>
19068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19069 \begin_inset Text
19070
19071 \begin_layout Plain Layout
19072
19073 \backslash
19074 theta
19075 \end_layout
19076
19077 \end_inset
19078 </cell>
19079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19080 \begin_inset Text
19081
19082 \begin_layout Plain Layout
19083 \begin_inset Formula $\theta$
19084 \end_inset
19085
19086
19087 \end_layout
19088
19089 \end_inset
19090 </cell>
19091 </row>
19092 <row>
19093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19094 \begin_inset Text
19095
19096 \begin_layout Plain Layout
19097
19098 \backslash
19099 vartheta
19100 \end_layout
19101
19102 \end_inset
19103 </cell>
19104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19105 \begin_inset Text
19106
19107 \begin_layout Plain Layout
19108 \begin_inset Formula $\vartheta$
19109 \end_inset
19110
19111
19112 \end_layout
19113
19114 \end_inset
19115 </cell>
19116 </row>
19117 </lyxtabular>
19118
19119 \end_inset
19120
19121
19122 \begin_inset space \hfill{}
19123 \end_inset
19124
19125
19126 \begin_inset Tabular
19127 <lyxtabular version="3" rows="12" columns="2">
19128 <features>
19129 <column alignment="center" valignment="top" width="0pt">
19130 <column alignment="center" valignment="top" width="0pt">
19131 <row>
19132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19133 \begin_inset Text
19134
19135 \begin_layout Plain Layout
19136 Command
19137 \end_layout
19138
19139 \end_inset
19140 </cell>
19141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19142 \begin_inset Text
19143
19144 \begin_layout Plain Layout
19145 Result
19146 \end_layout
19147
19148 \end_inset
19149 </cell>
19150 </row>
19151 <row>
19152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19153 \begin_inset Text
19154
19155 \begin_layout Plain Layout
19156
19157 \backslash
19158 iota
19159 \end_layout
19160
19161 \end_inset
19162 </cell>
19163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19164 \begin_inset Text
19165
19166 \begin_layout Plain Layout
19167 \begin_inset Formula $\iota$
19168 \end_inset
19169
19170
19171 \end_layout
19172
19173 \end_inset
19174 </cell>
19175 </row>
19176 <row>
19177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19178 \begin_inset Text
19179
19180 \begin_layout Plain Layout
19181
19182 \backslash
19183 kappa
19184 \end_layout
19185
19186 \end_inset
19187 </cell>
19188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19189 \begin_inset Text
19190
19191 \begin_layout Plain Layout
19192 \begin_inset Formula $\kappa$
19193 \end_inset
19194
19195
19196 \end_layout
19197
19198 \end_inset
19199 </cell>
19200 </row>
19201 <row>
19202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19203 \begin_inset Text
19204
19205 \begin_layout Plain Layout
19206
19207 \backslash
19208 varkappa
19209 \end_layout
19210
19211 \end_inset
19212 </cell>
19213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19214 \begin_inset Text
19215
19216 \begin_layout Plain Layout
19217 \begin_inset Formula $\varkappa$
19218 \end_inset
19219
19220
19221 \end_layout
19222
19223 \end_inset
19224 </cell>
19225 </row>
19226 <row>
19227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19228 \begin_inset Text
19229
19230 \begin_layout Plain Layout
19231
19232 \backslash
19233 lambda
19234 \end_layout
19235
19236 \end_inset
19237 </cell>
19238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19239 \begin_inset Text
19240
19241 \begin_layout Plain Layout
19242 \begin_inset Formula $\lambda$
19243 \end_inset
19244
19245
19246 \end_layout
19247
19248 \end_inset
19249 </cell>
19250 </row>
19251 <row>
19252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19253 \begin_inset Text
19254
19255 \begin_layout Plain Layout
19256
19257 \backslash
19258 mu
19259 \end_layout
19260
19261 \end_inset
19262 </cell>
19263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19264 \begin_inset Text
19265
19266 \begin_layout Plain Layout
19267 \begin_inset Formula $\mu$
19268 \end_inset
19269
19270
19271 \end_layout
19272
19273 \end_inset
19274 </cell>
19275 </row>
19276 <row>
19277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19278 \begin_inset Text
19279
19280 \begin_layout Plain Layout
19281
19282 \backslash
19283 nu
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Plain Layout
19292 \begin_inset Formula $\nu$
19293 \end_inset
19294
19295
19296 \end_layout
19297
19298 \end_inset
19299 </cell>
19300 </row>
19301 <row>
19302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19303 \begin_inset Text
19304
19305 \begin_layout Plain Layout
19306
19307 \backslash
19308 xi
19309 \end_layout
19310
19311 \end_inset
19312 </cell>
19313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19314 \begin_inset Text
19315
19316 \begin_layout Plain Layout
19317 \begin_inset Formula $\xi$
19318 \end_inset
19319
19320
19321 \end_layout
19322
19323 \end_inset
19324 </cell>
19325 </row>
19326 <row>
19327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19328 \begin_inset Text
19329
19330 \begin_layout Plain Layout
19331 o
19332 \end_layout
19333
19334 \end_inset
19335 </cell>
19336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19337 \begin_inset Text
19338
19339 \begin_layout Plain Layout
19340 \begin_inset Formula $o$
19341 \end_inset
19342
19343
19344 \end_layout
19345
19346 \end_inset
19347 </cell>
19348 </row>
19349 <row>
19350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19351 \begin_inset Text
19352
19353 \begin_layout Plain Layout
19354
19355 \backslash
19356 pi
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19362 \begin_inset Text
19363
19364 \begin_layout Plain Layout
19365 \begin_inset Formula $\pi$
19366 \end_inset
19367
19368
19369 \end_layout
19370
19371 \end_inset
19372 </cell>
19373 </row>
19374 <row>
19375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19376 \begin_inset Text
19377
19378 \begin_layout Plain Layout
19379
19380 \backslash
19381 varpi
19382 \end_layout
19383
19384 \end_inset
19385 </cell>
19386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19387 \begin_inset Text
19388
19389 \begin_layout Plain Layout
19390 \begin_inset Formula $\varpi$
19391 \end_inset
19392
19393
19394 \end_layout
19395
19396 \end_inset
19397 </cell>
19398 </row>
19399 <row>
19400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19401 \begin_inset Text
19402
19403 \begin_layout Plain Layout
19404
19405 \backslash
19406 rho
19407 \end_layout
19408
19409 \end_inset
19410 </cell>
19411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19412 \begin_inset Text
19413
19414 \begin_layout Plain Layout
19415 \begin_inset Formula $\rho$
19416 \end_inset
19417
19418
19419 \end_layout
19420
19421 \end_inset
19422 </cell>
19423 </row>
19424 </lyxtabular>
19425
19426 \end_inset
19427
19428
19429 \begin_inset space \hfill{}
19430 \end_inset
19431
19432
19433 \begin_inset Tabular
19434 <lyxtabular version="3" rows="11" columns="2">
19435 <features>
19436 <column alignment="center" valignment="top" width="0pt">
19437 <column alignment="center" valignment="top" width="0pt">
19438 <row>
19439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19440 \begin_inset Text
19441
19442 \begin_layout Plain Layout
19443 Command
19444 \end_layout
19445
19446 \end_inset
19447 </cell>
19448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19449 \begin_inset Text
19450
19451 \begin_layout Plain Layout
19452 Result
19453 \end_layout
19454
19455 \end_inset
19456 </cell>
19457 </row>
19458 <row>
19459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19460 \begin_inset Text
19461
19462 \begin_layout Plain Layout
19463
19464 \backslash
19465 varrho
19466 \end_layout
19467
19468 \end_inset
19469 </cell>
19470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19471 \begin_inset Text
19472
19473 \begin_layout Plain Layout
19474 \begin_inset Formula $\varrho$
19475 \end_inset
19476
19477
19478 \end_layout
19479
19480 \end_inset
19481 </cell>
19482 </row>
19483 <row>
19484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19485 \begin_inset Text
19486
19487 \begin_layout Plain Layout
19488
19489 \backslash
19490 sigma
19491 \end_layout
19492
19493 \end_inset
19494 </cell>
19495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19496 \begin_inset Text
19497
19498 \begin_layout Plain Layout
19499 \begin_inset Formula $\sigma$
19500 \end_inset
19501
19502
19503 \end_layout
19504
19505 \end_inset
19506 </cell>
19507 </row>
19508 <row>
19509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19510 \begin_inset Text
19511
19512 \begin_layout Plain Layout
19513
19514 \backslash
19515 varsigma
19516 \end_layout
19517
19518 \end_inset
19519 </cell>
19520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19521 \begin_inset Text
19522
19523 \begin_layout Plain Layout
19524 \begin_inset Formula $\varsigma$
19525 \end_inset
19526
19527
19528 \end_layout
19529
19530 \end_inset
19531 </cell>
19532 </row>
19533 <row>
19534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19535 \begin_inset Text
19536
19537 \begin_layout Plain Layout
19538
19539 \backslash
19540 tau
19541 \end_layout
19542
19543 \end_inset
19544 </cell>
19545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19546 \begin_inset Text
19547
19548 \begin_layout Plain Layout
19549 \begin_inset Formula $\tau$
19550 \end_inset
19551
19552
19553 \end_layout
19554
19555 \end_inset
19556 </cell>
19557 </row>
19558 <row>
19559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19560 \begin_inset Text
19561
19562 \begin_layout Plain Layout
19563
19564 \backslash
19565 upsilon
19566 \end_layout
19567
19568 \end_inset
19569 </cell>
19570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19571 \begin_inset Text
19572
19573 \begin_layout Plain Layout
19574 \begin_inset Formula $\upsilon$
19575 \end_inset
19576
19577
19578 \end_layout
19579
19580 \end_inset
19581 </cell>
19582 </row>
19583 <row>
19584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19585 \begin_inset Text
19586
19587 \begin_layout Plain Layout
19588
19589 \backslash
19590 phi
19591 \end_layout
19592
19593 \end_inset
19594 </cell>
19595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19596 \begin_inset Text
19597
19598 \begin_layout Plain Layout
19599 \begin_inset Formula $\phi$
19600 \end_inset
19601
19602
19603 \end_layout
19604
19605 \end_inset
19606 </cell>
19607 </row>
19608 <row>
19609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19610 \begin_inset Text
19611
19612 \begin_layout Plain Layout
19613
19614 \backslash
19615 varphi
19616 \end_layout
19617
19618 \end_inset
19619 </cell>
19620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19621 \begin_inset Text
19622
19623 \begin_layout Plain Layout
19624 \begin_inset Formula $\varphi$
19625 \end_inset
19626
19627
19628 \end_layout
19629
19630 \end_inset
19631 </cell>
19632 </row>
19633 <row>
19634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19635 \begin_inset Text
19636
19637 \begin_layout Plain Layout
19638
19639 \backslash
19640 chi
19641 \end_layout
19642
19643 \end_inset
19644 </cell>
19645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19646 \begin_inset Text
19647
19648 \begin_layout Plain Layout
19649 \begin_inset Formula $\chi$
19650 \end_inset
19651
19652
19653 \end_layout
19654
19655 \end_inset
19656 </cell>
19657 </row>
19658 <row>
19659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19660 \begin_inset Text
19661
19662 \begin_layout Plain Layout
19663
19664 \backslash
19665 psi
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19671 \begin_inset Text
19672
19673 \begin_layout Plain Layout
19674 \begin_inset Formula $\psi$
19675 \end_inset
19676
19677
19678 \end_layout
19679
19680 \end_inset
19681 </cell>
19682 </row>
19683 <row>
19684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19685 \begin_inset Text
19686
19687 \begin_layout Plain Layout
19688
19689 \backslash
19690 omega
19691 \end_layout
19692
19693 \end_inset
19694 </cell>
19695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19696 \begin_inset Text
19697
19698 \begin_layout Plain Layout
19699 \begin_inset Formula $\omega$
19700 \end_inset
19701
19702
19703 \end_layout
19704
19705 \end_inset
19706 </cell>
19707 </row>
19708 </lyxtabular>
19709
19710 \end_inset
19711
19712
19713 \begin_inset space \hfill{}
19714 \end_inset
19715
19716
19717 \end_layout
19718
19719 \begin_layout Standard
19720 \begin_inset VSpace medskip
19721 \end_inset
19722
19723
19724 \end_layout
19725
19726 \begin_layout Standard
19727 How to create upright Greek letters is explained in 
19728 \begin_inset CommandInset ref
19729 LatexCommand ref
19730 reference "sub:Upright-small-Greek"
19731
19732 \end_inset
19733
19734 .
19735 \end_layout
19736
19737 \begin_layout Subsection
19738 Big Letters
19739 \begin_inset Index
19740 status collapsed
19741
19742 \begin_layout Plain Layout
19743 Greek letters ! big
19744 \end_layout
19745
19746 \end_inset
19747
19748
19749 \end_layout
19750
19751 \begin_layout Standard
19752 \begin_inset space \hfill{}
19753 \end_inset
19754
19755
19756 \begin_inset Tabular
19757 <lyxtabular version="3" rows="7" columns="2">
19758 <features>
19759 <column alignment="center" valignment="top" width="0pt">
19760 <column alignment="center" valignment="top" width="0pt">
19761 <row>
19762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19763 \begin_inset Text
19764
19765 \begin_layout Plain Layout
19766 Command
19767 \end_layout
19768
19769 \end_inset
19770 </cell>
19771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19772 \begin_inset Text
19773
19774 \begin_layout Plain Layout
19775 Result
19776 \end_layout
19777
19778 \end_inset
19779 </cell>
19780 </row>
19781 <row>
19782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19783 \begin_inset Text
19784
19785 \begin_layout Plain Layout
19786
19787 \backslash
19788 Gamma
19789 \end_layout
19790
19791 \end_inset
19792 </cell>
19793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19794 \begin_inset Text
19795
19796 \begin_layout Plain Layout
19797 \begin_inset Formula $\Gamma$
19798 \end_inset
19799
19800
19801 \end_layout
19802
19803 \end_inset
19804 </cell>
19805 </row>
19806 <row>
19807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19808 \begin_inset Text
19809
19810 \begin_layout Plain Layout
19811
19812 \backslash
19813 Delta
19814 \end_layout
19815
19816 \end_inset
19817 </cell>
19818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19819 \begin_inset Text
19820
19821 \begin_layout Plain Layout
19822 \begin_inset Formula $\Delta$
19823 \end_inset
19824
19825
19826 \end_layout
19827
19828 \end_inset
19829 </cell>
19830 </row>
19831 <row>
19832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19833 \begin_inset Text
19834
19835 \begin_layout Plain Layout
19836
19837 \backslash
19838 Theta
19839 \end_layout
19840
19841 \end_inset
19842 </cell>
19843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19844 \begin_inset Text
19845
19846 \begin_layout Plain Layout
19847 \begin_inset Formula $\Theta$
19848 \end_inset
19849
19850
19851 \end_layout
19852
19853 \end_inset
19854 </cell>
19855 </row>
19856 <row>
19857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19858 \begin_inset Text
19859
19860 \begin_layout Plain Layout
19861
19862 \backslash
19863 Lambda
19864 \end_layout
19865
19866 \end_inset
19867 </cell>
19868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19869 \begin_inset Text
19870
19871 \begin_layout Plain Layout
19872 \begin_inset Formula $\Lambda$
19873 \end_inset
19874
19875
19876 \end_layout
19877
19878 \end_inset
19879 </cell>
19880 </row>
19881 <row>
19882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19883 \begin_inset Text
19884
19885 \begin_layout Plain Layout
19886
19887 \backslash
19888 Xi
19889 \end_layout
19890
19891 \end_inset
19892 </cell>
19893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19894 \begin_inset Text
19895
19896 \begin_layout Plain Layout
19897 \begin_inset Formula $\Xi$
19898 \end_inset
19899
19900
19901 \end_layout
19902
19903 \end_inset
19904 </cell>
19905 </row>
19906 <row>
19907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19908 \begin_inset Text
19909
19910 \begin_layout Plain Layout
19911
19912 \backslash
19913 Pi
19914 \end_layout
19915
19916 \end_inset
19917 </cell>
19918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19919 \begin_inset Text
19920
19921 \begin_layout Plain Layout
19922 \begin_inset Formula $\Pi$
19923 \end_inset
19924
19925
19926 \end_layout
19927
19928 \end_inset
19929 </cell>
19930 </row>
19931 </lyxtabular>
19932
19933 \end_inset
19934
19935
19936 \begin_inset space \hfill{}
19937 \end_inset
19938
19939
19940 \begin_inset Tabular
19941 <lyxtabular version="3" rows="6" columns="2">
19942 <features>
19943 <column alignment="center" valignment="top" width="0pt">
19944 <column alignment="center" valignment="top" width="0pt">
19945 <row>
19946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19947 \begin_inset Text
19948
19949 \begin_layout Plain Layout
19950 Command
19951 \end_layout
19952
19953 \end_inset
19954 </cell>
19955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19956 \begin_inset Text
19957
19958 \begin_layout Plain Layout
19959 Result
19960 \end_layout
19961
19962 \end_inset
19963 </cell>
19964 </row>
19965 <row>
19966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19967 \begin_inset Text
19968
19969 \begin_layout Plain Layout
19970
19971 \backslash
19972 Sigma
19973 \end_layout
19974
19975 \end_inset
19976 </cell>
19977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19978 \begin_inset Text
19979
19980 \begin_layout Plain Layout
19981 \begin_inset Formula $\Sigma$
19982 \end_inset
19983
19984
19985 \end_layout
19986
19987 \end_inset
19988 </cell>
19989 </row>
19990 <row>
19991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19992 \begin_inset Text
19993
19994 \begin_layout Plain Layout
19995
19996 \backslash
19997 Upsilon
19998 \end_layout
19999
20000 \end_inset
20001 </cell>
20002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20003 \begin_inset Text
20004
20005 \begin_layout Plain Layout
20006 \begin_inset Formula $\Upsilon$
20007 \end_inset
20008
20009
20010 \end_layout
20011
20012 \end_inset
20013 </cell>
20014 </row>
20015 <row>
20016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20017 \begin_inset Text
20018
20019 \begin_layout Plain Layout
20020
20021 \backslash
20022 Phi
20023 \end_layout
20024
20025 \end_inset
20026 </cell>
20027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20028 \begin_inset Text
20029
20030 \begin_layout Plain Layout
20031 \begin_inset Formula $\Phi$
20032 \end_inset
20033
20034
20035 \end_layout
20036
20037 \end_inset
20038 </cell>
20039 </row>
20040 <row>
20041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20042 \begin_inset Text
20043
20044 \begin_layout Plain Layout
20045
20046 \backslash
20047 Psi
20048 \end_layout
20049
20050 \end_inset
20051 </cell>
20052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20053 \begin_inset Text
20054
20055 \begin_layout Plain Layout
20056 \begin_inset Formula $\Psi$
20057 \end_inset
20058
20059
20060 \end_layout
20061
20062 \end_inset
20063 </cell>
20064 </row>
20065 <row>
20066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20067 \begin_inset Text
20068
20069 \begin_layout Plain Layout
20070
20071 \backslash
20072 Omega
20073 \end_layout
20074
20075 \end_inset
20076 </cell>
20077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20078 \begin_inset Text
20079
20080 \begin_layout Plain Layout
20081 \begin_inset Formula $\Omega$
20082 \end_inset
20083
20084
20085 \end_layout
20086
20087 \end_inset
20088 </cell>
20089 </row>
20090 </lyxtabular>
20091
20092 \end_inset
20093
20094
20095 \begin_inset space \hfill{}
20096 \end_inset
20097
20098
20099 \end_layout
20100
20101 \begin_layout Standard
20102 \begin_inset VSpace medskip
20103 \end_inset
20104
20105 That the big Greek letters appear upright is caused by a design bug when
20106  TeX was developed.
20107  To get correct italic big letters, begin every command with 
20108 \series bold
20109 var
20110 \series default
20111 .
20112  For example the command 
20113 \series bold
20114
20115 \backslash
20116 varGamma
20117 \series default
20118  produces: 
20119 \begin_inset Formula $\varGamma$
20120 \end_inset
20121
20122
20123 \end_layout
20124
20125 \begin_layout Subsection
20126 Bold Letters
20127 \begin_inset Index
20128 status collapsed
20129
20130 \begin_layout Plain Layout
20131 Greek letters ! bold
20132 \end_layout
20133
20134 \end_inset
20135
20136
20137 \end_layout
20138
20139 \begin_layout Standard
20140 Greek letters cannot be set with different font styles like Latin letters.
20141  They can only be made bold with the command 
20142 \series bold
20143
20144 \backslash
20145 boldsymbol
20146 \series default
20147
20148 \begin_inset Index
20149 status collapsed
20150
20151 \begin_layout Plain Layout
20152 Commands ! B ! 
20153 \backslash
20154 boldsymbol
20155 \end_layout
20156
20157 \end_inset
20158
20159 .
20160 \end_layout
20161
20162 \begin_layout Standard
20163 \align center
20164 \begin_inset Tabular
20165 <lyxtabular version="3" rows="3" columns="2">
20166 <features>
20167 <column alignment="center" valignment="top" width="0">
20168 <column alignment="center" valignment="top" width="0">
20169 <row>
20170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20171 \begin_inset Text
20172
20173 \begin_layout Plain Layout
20174 Command
20175 \end_layout
20176
20177 \end_inset
20178 </cell>
20179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20180 \begin_inset Text
20181
20182 \begin_layout Plain Layout
20183 Result
20184 \end_layout
20185
20186 \end_inset
20187 </cell>
20188 </row>
20189 <row>
20190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20191 \begin_inset Text
20192
20193 \begin_layout Plain Layout
20194
20195 \backslash
20196 Upsilon
20197 \backslash
20198 boldsymbol
20199 \backslash
20200 Upsilon
20201 \end_layout
20202
20203 \end_inset
20204 </cell>
20205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20206 \begin_inset Text
20207
20208 \begin_layout Plain Layout
20209 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20210 \end_inset
20211
20212
20213 \end_layout
20214
20215 \end_inset
20216 </cell>
20217 </row>
20218 <row>
20219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20220 \begin_inset Text
20221
20222 \begin_layout Plain Layout
20223
20224 \backslash
20225 theta
20226 \backslash
20227 boldsymbol
20228 \backslash
20229 theta
20230 \end_layout
20231
20232 \end_inset
20233 </cell>
20234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20235 \begin_inset Text
20236
20237 \begin_layout Plain Layout
20238 \begin_inset Formula $\theta\boldsymbol{\theta}$
20239 \end_inset
20240
20241
20242 \end_layout
20243
20244 \end_inset
20245 </cell>
20246 </row>
20247 </lyxtabular>
20248
20249 \end_inset
20250
20251
20252 \end_layout
20253
20254 \begin_layout Section
20255 Symbols
20256 \begin_inset ERT
20257 status collapsed
20258
20259 \begin_layout Plain Layout
20260
20261
20262 \backslash
20263 texorpdfstring{
20264 \end_layout
20265
20266 \end_inset
20267
20268
20269 \begin_inset Foot
20270 status collapsed
20271
20272 \begin_layout Plain Layout
20273 A list with all symbols of most of the LaTeX-packages can be found in 
20274 \begin_inset CommandInset citation
20275 LatexCommand cite
20276 key "Symbole"
20277
20278 \end_inset
20279
20280 .
20281 \end_layout
20282
20283 \end_inset
20284
20285
20286 \begin_inset ERT
20287 status collapsed
20288
20289 \begin_layout Plain Layout
20290
20291 }{}
20292 \end_layout
20293
20294 \end_inset
20295
20296
20297 \begin_inset Note Note
20298 status collapsed
20299
20300 \begin_layout Plain Layout
20301
20302 \backslash
20303 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20304 \end_layout
20305
20306 \begin_layout Plain Layout
20307 More about 
20308 \backslash
20309 texorpdfstring is in section 
20310 \begin_inset CommandInset ref
20311 LatexCommand ref
20312 reference "sub:Formulas-in-Section"
20313
20314 \end_inset
20315
20316 .
20317 \end_layout
20318
20319 \end_inset
20320
20321
20322 \begin_inset Index
20323 status collapsed
20324
20325 \begin_layout Plain Layout
20326 Symbols
20327 \end_layout
20328
20329 \end_inset
20330
20331
20332 \end_layout
20333
20334 \begin_layout Standard
20335 Many of the symbols listed in this section can also be inserted via the
20336  toolbar buttons 
20337 \begin_inset Graphics
20338         filename ../images/math/nabla.png
20339         scale 85
20340
20341 \end_inset
20342
20343  and 
20344 \begin_inset Graphics
20345         filename ../images/math/digamma.png
20346         scale 85
20347
20348 \end_inset
20349
20350 .
20351 \end_layout
20352
20353 \begin_layout Subsection
20354 Mathematical Symbols
20355 \begin_inset CommandInset label
20356 LatexCommand label
20357 name "sub:Mathematical-Symbols"
20358
20359 \end_inset
20360
20361
20362 \begin_inset Index
20363 status collapsed
20364
20365 \begin_layout Plain Layout
20366 Symbols ! mathematical
20367 \end_layout
20368
20369 \end_inset
20370
20371
20372 \end_layout
20373
20374 \begin_layout Standard
20375 \begin_inset space \hfill{}
20376 \end_inset
20377
20378
20379 \begin_inset Tabular
20380 <lyxtabular version="3" rows="10" columns="2">
20381 <features>
20382 <column alignment="center" valignment="top" width="0pt">
20383 <column alignment="center" valignment="top" width="0pt">
20384 <row>
20385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20386 \begin_inset Text
20387
20388 \begin_layout Plain Layout
20389 Command
20390 \end_layout
20391
20392 \end_inset
20393 </cell>
20394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20395 \begin_inset Text
20396
20397 \begin_layout Plain Layout
20398 Result
20399 \end_layout
20400
20401 \end_inset
20402 </cell>
20403 </row>
20404 <row>
20405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20406 \begin_inset Text
20407
20408 \begin_layout Plain Layout
20409
20410 \backslash
20411 neg
20412 \end_layout
20413
20414 \end_inset
20415 </cell>
20416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20417 \begin_inset Text
20418
20419 \begin_layout Plain Layout
20420 \begin_inset Formula $\neg$
20421 \end_inset
20422
20423
20424 \end_layout
20425
20426 \end_inset
20427 </cell>
20428 </row>
20429 <row>
20430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20431 \begin_inset Text
20432
20433 \begin_layout Plain Layout
20434
20435 \backslash
20436 Im
20437 \end_layout
20438
20439 \end_inset
20440 </cell>
20441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20442 \begin_inset Text
20443
20444 \begin_layout Plain Layout
20445 \begin_inset Formula $\Im$
20446 \end_inset
20447
20448
20449 \end_layout
20450
20451 \end_inset
20452 </cell>
20453 </row>
20454 <row>
20455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20456 \begin_inset Text
20457
20458 \begin_layout Plain Layout
20459
20460 \backslash
20461 Re
20462 \end_layout
20463
20464 \end_inset
20465 </cell>
20466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20467 \begin_inset Text
20468
20469 \begin_layout Plain Layout
20470 \begin_inset Formula $\Re$
20471 \end_inset
20472
20473
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 </row>
20479 <row>
20480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484
20485 \backslash
20486 aleph
20487 \end_layout
20488
20489 \end_inset
20490 </cell>
20491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20492 \begin_inset Text
20493
20494 \begin_layout Plain Layout
20495 \begin_inset Formula $\aleph$
20496 \end_inset
20497
20498
20499 \end_layout
20500
20501 \end_inset
20502 </cell>
20503 </row>
20504 <row>
20505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20506 \begin_inset Text
20507
20508 \begin_layout Plain Layout
20509
20510 \backslash
20511 partial
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20517 \begin_inset Text
20518
20519 \begin_layout Plain Layout
20520 \begin_inset Formula $\partial$
20521 \end_inset
20522
20523
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 </row>
20529 <row>
20530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20531 \begin_inset Text
20532
20533 \begin_layout Plain Layout
20534
20535 \backslash
20536 infty
20537 \end_layout
20538
20539 \end_inset
20540 </cell>
20541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20542 \begin_inset Text
20543
20544 \begin_layout Plain Layout
20545 \begin_inset Formula $\infty$
20546 \end_inset
20547
20548
20549 \end_layout
20550
20551 \end_inset
20552 </cell>
20553 </row>
20554 <row>
20555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20556 \begin_inset Text
20557
20558 \begin_layout Plain Layout
20559
20560 \backslash
20561 wp
20562 \end_layout
20563
20564 \end_inset
20565 </cell>
20566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20567 \begin_inset Text
20568
20569 \begin_layout Plain Layout
20570 \begin_inset Formula $\wp$
20571 \end_inset
20572
20573
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 </row>
20579 <row>
20580 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20581 \begin_inset Text
20582
20583 \begin_layout Plain Layout
20584
20585 \backslash
20586 imath
20587 \end_layout
20588
20589 \end_inset
20590 </cell>
20591 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20592 \begin_inset Text
20593
20594 \begin_layout Plain Layout
20595 \begin_inset Formula $\imath$
20596 \end_inset
20597
20598
20599 \end_layout
20600
20601 \end_inset
20602 </cell>
20603 </row>
20604 <row>
20605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20606 \begin_inset Text
20607
20608 \begin_layout Plain Layout
20609
20610 \backslash
20611 jmath
20612 \end_layout
20613
20614 \end_inset
20615 </cell>
20616 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20617 \begin_inset Text
20618
20619 \begin_layout Plain Layout
20620 \begin_inset Formula $\jmath$
20621 \end_inset
20622
20623
20624 \end_layout
20625
20626 \end_inset
20627 </cell>
20628 </row>
20629 </lyxtabular>
20630
20631 \end_inset
20632
20633
20634 \begin_inset space \hfill{}
20635 \end_inset
20636
20637
20638 \begin_inset Tabular
20639 <lyxtabular version="3" rows="10" columns="2">
20640 <features>
20641 <column alignment="center" valignment="top" width="0pt">
20642 <column alignment="center" valignment="top" width="0pt">
20643 <row>
20644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20645 \begin_inset Text
20646
20647 \begin_layout Plain Layout
20648 Command
20649 \end_layout
20650
20651 \end_inset
20652 </cell>
20653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Plain Layout
20657 Result
20658 \begin_inset Note Note
20659 status collapsed
20660
20661 \begin_layout Plain Layout
20662
20663 \series bold
20664
20665 \backslash
20666 raisebox
20667 \series default
20668  is only used as spacer.
20669 \end_layout
20670
20671 \end_inset
20672
20673
20674 \end_layout
20675
20676 \end_inset
20677 </cell>
20678 </row>
20679 <row>
20680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20681 \begin_inset Text
20682
20683 \begin_layout Plain Layout
20684
20685 \backslash
20686 forall
20687 \end_layout
20688
20689 \end_inset
20690 </cell>
20691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20692 \begin_inset Text
20693
20694 \begin_layout Plain Layout
20695 \begin_inset Formula $\forall$
20696 \end_inset
20697
20698
20699 \end_layout
20700
20701 \end_inset
20702 </cell>
20703 </row>
20704 <row>
20705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20706 \begin_inset Text
20707
20708 \begin_layout Plain Layout
20709
20710 \backslash
20711 exists
20712 \end_layout
20713
20714 \end_inset
20715 </cell>
20716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20717 \begin_inset Text
20718
20719 \begin_layout Plain Layout
20720 \begin_inset Formula $\exists$
20721 \end_inset
20722
20723
20724 \end_layout
20725
20726 \end_inset
20727 </cell>
20728 </row>
20729 <row>
20730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20731 \begin_inset Text
20732
20733 \begin_layout Plain Layout
20734
20735 \backslash
20736 nexists
20737 \end_layout
20738
20739 \end_inset
20740 </cell>
20741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20742 \begin_inset Text
20743
20744 \begin_layout Plain Layout
20745 \begin_inset Formula $\nexists$
20746 \end_inset
20747
20748
20749 \end_layout
20750
20751 \end_inset
20752 </cell>
20753 </row>
20754 <row>
20755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20756 \begin_inset Text
20757
20758 \begin_layout Plain Layout
20759
20760 \backslash
20761 emptyset
20762 \end_layout
20763
20764 \end_inset
20765 </cell>
20766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20767 \begin_inset Text
20768
20769 \begin_layout Plain Layout
20770 \begin_inset Formula $\emptyset$
20771 \end_inset
20772
20773
20774 \end_layout
20775
20776 \end_inset
20777 </cell>
20778 </row>
20779 <row>
20780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20781 \begin_inset Text
20782
20783 \begin_layout Plain Layout
20784
20785 \backslash
20786 varnothing
20787 \end_layout
20788
20789 \end_inset
20790 </cell>
20791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20792 \begin_inset Text
20793
20794 \begin_layout Plain Layout
20795 \begin_inset Formula $\varnothing$
20796 \end_inset
20797
20798
20799 \end_layout
20800
20801 \end_inset
20802 </cell>
20803 </row>
20804 <row>
20805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20806 \begin_inset Text
20807
20808 \begin_layout Plain Layout
20809
20810 \backslash
20811 dag
20812 \end_layout
20813
20814 \end_inset
20815 </cell>
20816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20817 \begin_inset Text
20818
20819 \begin_layout Plain Layout
20820 \begin_inset Formula $\dag$
20821 \end_inset
20822
20823
20824 \end_layout
20825
20826 \end_inset
20827 </cell>
20828 </row>
20829 <row>
20830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20831 \begin_inset Text
20832
20833 \begin_layout Plain Layout
20834
20835 \backslash
20836 ddag
20837 \end_layout
20838
20839 \end_inset
20840 </cell>
20841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20842 \begin_inset Text
20843
20844 \begin_layout Plain Layout
20845 \begin_inset Formula $\ddag$
20846 \end_inset
20847
20848
20849 \end_layout
20850
20851 \end_inset
20852 </cell>
20853 </row>
20854 <row>
20855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20856 \begin_inset Text
20857
20858 \begin_layout Plain Layout
20859
20860 \backslash
20861 complement
20862 \end_layout
20863
20864 \end_inset
20865 </cell>
20866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20867 \begin_inset Text
20868
20869 \begin_layout Plain Layout
20870 \begin_inset ERT
20871 status collapsed
20872
20873 \begin_layout Plain Layout
20874
20875
20876 \backslash
20877 raisebox{-0.8mm}{
20878 \end_layout
20879
20880 \end_inset
20881
20882
20883 \begin_inset Formula $\complement$
20884 \end_inset
20885
20886
20887 \begin_inset ERT
20888 status collapsed
20889
20890 \begin_layout Plain Layout
20891
20892 }
20893 \end_layout
20894
20895 \end_inset
20896
20897
20898 \end_layout
20899
20900 \end_inset
20901 </cell>
20902 </row>
20903 <row>
20904 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20905 \begin_inset Text
20906
20907 \begin_layout Plain Layout
20908
20909 \backslash
20910 Bbbk
20911 \end_layout
20912
20913 \end_inset
20914 </cell>
20915 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20916 \begin_inset Text
20917
20918 \begin_layout Plain Layout
20919 \begin_inset Formula $\Bbbk$
20920 \end_inset
20921
20922
20923 \end_layout
20924
20925 \end_inset
20926 </cell>
20927 </row>
20928 </lyxtabular>
20929
20930 \end_inset
20931
20932
20933 \begin_inset space \hfill{}
20934 \end_inset
20935
20936
20937 \begin_inset Tabular
20938 <lyxtabular version="3" rows="10" columns="2">
20939 <features>
20940 <column alignment="center" valignment="top" width="0pt">
20941 <column alignment="center" valignment="top" width="0pt">
20942 <row>
20943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20944 \begin_inset Text
20945
20946 \begin_layout Plain Layout
20947 Command
20948 \end_layout
20949
20950 \end_inset
20951 </cell>
20952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20953 \begin_inset Text
20954
20955 \begin_layout Plain Layout
20956 Result
20957 \end_layout
20958
20959 \end_inset
20960 </cell>
20961 </row>
20962 <row>
20963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20964 \begin_inset Text
20965
20966 \begin_layout Plain Layout
20967
20968 \backslash
20969 prime
20970 \end_layout
20971
20972 \end_inset
20973 </cell>
20974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20975 \begin_inset Text
20976
20977 \begin_layout Plain Layout
20978 \begin_inset Formula $\prime$
20979 \end_inset
20980
20981
20982 \end_layout
20983
20984 \end_inset
20985 </cell>
20986 </row>
20987 <row>
20988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20989 \begin_inset Text
20990
20991 \begin_layout Plain Layout
20992
20993 \backslash
20994 backprime
20995 \end_layout
20996
20997 \end_inset
20998 </cell>
20999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21000 \begin_inset Text
21001
21002 \begin_layout Plain Layout
21003 \begin_inset Formula $\backprime$
21004 \end_inset
21005
21006
21007 \end_layout
21008
21009 \end_inset
21010 </cell>
21011 </row>
21012 <row>
21013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21014 \begin_inset Text
21015
21016 \begin_layout Plain Layout
21017
21018 \backslash
21019 mho
21020 \end_layout
21021
21022 \end_inset
21023 </cell>
21024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21025 \begin_inset Text
21026
21027 \begin_layout Plain Layout
21028 \begin_inset Formula $\mho$
21029 \end_inset
21030
21031
21032 \end_layout
21033
21034 \end_inset
21035 </cell>
21036 </row>
21037 <row>
21038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21039 \begin_inset Text
21040
21041 \begin_layout Plain Layout
21042
21043 \backslash
21044 triangle
21045 \end_layout
21046
21047 \end_inset
21048 </cell>
21049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21050 \begin_inset Text
21051
21052 \begin_layout Plain Layout
21053 \begin_inset Formula $\triangle$
21054 \end_inset
21055
21056
21057 \end_layout
21058
21059 \end_inset
21060 </cell>
21061 </row>
21062 <row>
21063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21064 \begin_inset Text
21065
21066 \begin_layout Plain Layout
21067
21068 \backslash
21069 angle
21070 \end_layout
21071
21072 \end_inset
21073 </cell>
21074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21075 \begin_inset Text
21076
21077 \begin_layout Plain Layout
21078 \begin_inset Formula $\angle$
21079 \end_inset
21080
21081
21082 \end_layout
21083
21084 \end_inset
21085 </cell>
21086 </row>
21087 <row>
21088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21089 \begin_inset Text
21090
21091 \begin_layout Plain Layout
21092
21093 \backslash
21094 measuredangle
21095 \end_layout
21096
21097 \end_inset
21098 </cell>
21099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21100 \begin_inset Text
21101
21102 \begin_layout Plain Layout
21103 \begin_inset Formula $\measuredangle$
21104 \end_inset
21105
21106
21107 \end_layout
21108
21109 \end_inset
21110 </cell>
21111 </row>
21112 <row>
21113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21114 \begin_inset Text
21115
21116 \begin_layout Plain Layout
21117
21118 \backslash
21119 sphericalangle
21120 \end_layout
21121
21122 \end_inset
21123 </cell>
21124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21125 \begin_inset Text
21126
21127 \begin_layout Plain Layout
21128 \begin_inset Formula $\sphericalangle$
21129 \end_inset
21130
21131
21132 \end_layout
21133
21134 \end_inset
21135 </cell>
21136 </row>
21137 <row>
21138 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21139 \begin_inset Text
21140
21141 \begin_layout Plain Layout
21142
21143 \backslash
21144 top
21145 \end_layout
21146
21147 \end_inset
21148 </cell>
21149 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21150 \begin_inset Text
21151
21152 \begin_layout Plain Layout
21153 \begin_inset Formula $\top$
21154 \end_inset
21155
21156
21157 \end_layout
21158
21159 \end_inset
21160 </cell>
21161 </row>
21162 <row>
21163 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21164 \begin_inset Text
21165
21166 \begin_layout Plain Layout
21167
21168 \backslash
21169 bot
21170 \end_layout
21171
21172 \end_inset
21173 </cell>
21174 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21175 \begin_inset Text
21176
21177 \begin_layout Plain Layout
21178 \begin_inset Formula $\bot$
21179 \end_inset
21180
21181
21182 \end_layout
21183
21184 \end_inset
21185 </cell>
21186 </row>
21187 </lyxtabular>
21188
21189 \end_inset
21190
21191
21192 \begin_inset space \hfill{}
21193 \end_inset
21194
21195
21196 \end_layout
21197
21198 \begin_layout Standard
21199 \begin_inset Newpage newpage
21200 \end_inset
21201
21202
21203 \end_layout
21204
21205 \begin_layout Subsection
21206 Miscellaneous Symbols
21207 \begin_inset CommandInset label
21208 LatexCommand label
21209 name "sub:Miscellaneous-Symbols"
21210
21211 \end_inset
21212
21213
21214 \begin_inset Index
21215 status collapsed
21216
21217 \begin_layout Plain Layout
21218 Symbols ! miscellaneous
21219 \end_layout
21220
21221 \end_inset
21222
21223
21224 \end_layout
21225
21226 \begin_layout Standard
21227 \noindent
21228 \align center
21229 \begin_inset Tabular
21230 <lyxtabular version="3" rows="10" columns="2">
21231 <features>
21232 <column alignment="center" valignment="top" width="0pt">
21233 <column alignment="center" valignment="top" width="0pt">
21234 <row>
21235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21236 \begin_inset Text
21237
21238 \begin_layout Plain Layout
21239 Command
21240 \end_layout
21241
21242 \end_inset
21243 </cell>
21244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21245 \begin_inset Text
21246
21247 \begin_layout Plain Layout
21248 Result
21249 \end_layout
21250
21251 \end_inset
21252 </cell>
21253 </row>
21254 <row>
21255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21256 \begin_inset Text
21257
21258 \begin_layout Plain Layout
21259
21260 \backslash
21261 flat
21262 \end_layout
21263
21264 \end_inset
21265 </cell>
21266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21267 \begin_inset Text
21268
21269 \begin_layout Plain Layout
21270 \begin_inset Formula $\flat$
21271 \end_inset
21272
21273
21274 \end_layout
21275
21276 \end_inset
21277 </cell>
21278 </row>
21279 <row>
21280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21281 \begin_inset Text
21282
21283 \begin_layout Plain Layout
21284
21285 \backslash
21286 natural
21287 \end_layout
21288
21289 \end_inset
21290 </cell>
21291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21292 \begin_inset Text
21293
21294 \begin_layout Plain Layout
21295 \begin_inset Formula $\natural$
21296 \end_inset
21297
21298
21299 \end_layout
21300
21301 \end_inset
21302 </cell>
21303 </row>
21304 <row>
21305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21306 \begin_inset Text
21307
21308 \begin_layout Plain Layout
21309
21310 \backslash
21311 sharp
21312 \end_layout
21313
21314 \end_inset
21315 </cell>
21316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21317 \begin_inset Text
21318
21319 \begin_layout Plain Layout
21320 \begin_inset Formula $\sharp$
21321 \end_inset
21322
21323
21324 \end_layout
21325
21326 \end_inset
21327 </cell>
21328 </row>
21329 <row>
21330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21331 \begin_inset Text
21332
21333 \begin_layout Plain Layout
21334
21335 \backslash
21336 surd
21337 \end_layout
21338
21339 \end_inset
21340 </cell>
21341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21342 \begin_inset Text
21343
21344 \begin_layout Plain Layout
21345 \begin_inset Formula $\surd$
21346 \end_inset
21347
21348
21349 \end_layout
21350
21351 \end_inset
21352 </cell>
21353 </row>
21354 <row>
21355 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21356 \begin_inset Text
21357
21358 \begin_layout Plain Layout
21359
21360 \backslash
21361 checkmark
21362 \end_layout
21363
21364 \end_inset
21365 </cell>
21366 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21367 \begin_inset Text
21368
21369 \begin_layout Plain Layout
21370 \begin_inset Formula $\checkmark$
21371 \end_inset
21372
21373
21374 \end_layout
21375
21376 \end_inset
21377 </cell>
21378 </row>
21379 <row>
21380 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21381 \begin_inset Text
21382
21383 \begin_layout Plain Layout
21384
21385 \backslash
21386 yen
21387 \end_layout
21388
21389 \end_inset
21390 </cell>
21391 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21392 \begin_inset Text
21393
21394 \begin_layout Plain Layout
21395 \begin_inset Formula $\yen$
21396 \end_inset
21397
21398
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 </row>
21404 <row>
21405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21406 \begin_inset Text
21407
21408 \begin_layout Plain Layout
21409
21410 \backslash
21411 pounds
21412 \end_layout
21413
21414 \end_inset
21415 </cell>
21416 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21417 \begin_inset Text
21418
21419 \begin_layout Plain Layout
21420 \begin_inset Formula $\pounds$
21421 \end_inset
21422
21423
21424 \end_layout
21425
21426 \end_inset
21427 </cell>
21428 </row>
21429 <row>
21430 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21431 \begin_inset Text
21432
21433 \begin_layout Plain Layout
21434 $
21435 \end_layout
21436
21437 \end_inset
21438 </cell>
21439 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21440 \begin_inset Text
21441
21442 \begin_layout Plain Layout
21443 \begin_inset Formula $\$$
21444 \end_inset
21445
21446
21447 \end_layout
21448
21449 \end_inset
21450 </cell>
21451 </row>
21452 <row>
21453 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21454 \begin_inset Text
21455
21456 \begin_layout Plain Layout
21457 §
21458 \end_layout
21459
21460 \end_inset
21461 </cell>
21462 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21463 \begin_inset Text
21464
21465 \begin_layout Plain Layout
21466 \begin_inset Formula $§$
21467 \end_inset
21468
21469
21470 \end_layout
21471
21472 \end_inset
21473 </cell>
21474 </row>
21475 </lyxtabular>
21476
21477 \end_inset
21478
21479
21480 \begin_inset Tabular
21481 <lyxtabular version="3" rows="10" columns="2">
21482 <features>
21483 <column alignment="center" valignment="top" width="0">
21484 <column alignment="center" valignment="top" width="0">
21485 <row>
21486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21487 \begin_inset Text
21488
21489 \begin_layout Plain Layout
21490 Command
21491 \end_layout
21492
21493 \end_inset
21494 </cell>
21495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21496 \begin_inset Text
21497
21498 \begin_layout Plain Layout
21499 Result
21500 \end_layout
21501
21502 \end_inset
21503 </cell>
21504 </row>
21505 <row>
21506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21507 \begin_inset Text
21508
21509 \begin_layout Plain Layout
21510
21511 \backslash
21512 hbar
21513 \end_layout
21514
21515 \end_inset
21516 </cell>
21517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21518 \begin_inset Text
21519
21520 \begin_layout Plain Layout
21521 \begin_inset Formula $\hbar$
21522 \end_inset
21523
21524
21525 \end_layout
21526
21527 \end_inset
21528 </cell>
21529 </row>
21530 <row>
21531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21532 \begin_inset Text
21533
21534 \begin_layout Plain Layout
21535
21536 \backslash
21537 hslash
21538 \end_layout
21539
21540 \end_inset
21541 </cell>
21542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21543 \begin_inset Text
21544
21545 \begin_layout Plain Layout
21546 \begin_inset Formula $\hslash$
21547 \end_inset
21548
21549
21550 \end_layout
21551
21552 \end_inset
21553 </cell>
21554 </row>
21555 <row>
21556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21557 \begin_inset Text
21558
21559 \begin_layout Plain Layout
21560
21561 \backslash
21562 clubsuit
21563 \end_layout
21564
21565 \end_inset
21566 </cell>
21567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Plain Layout
21571 \begin_inset Formula $\clubsuit$
21572 \end_inset
21573
21574
21575 \end_layout
21576
21577 \end_inset
21578 </cell>
21579 </row>
21580 <row>
21581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21582 \begin_inset Text
21583
21584 \begin_layout Plain Layout
21585
21586 \backslash
21587 spadesuit
21588 \end_layout
21589
21590 \end_inset
21591 </cell>
21592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21593 \begin_inset Text
21594
21595 \begin_layout Plain Layout
21596 \begin_inset Formula $\spadesuit$
21597 \end_inset
21598
21599
21600 \end_layout
21601
21602 \end_inset
21603 </cell>
21604 </row>
21605 <row>
21606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21607 \begin_inset Text
21608
21609 \begin_layout Plain Layout
21610
21611 \backslash
21612 bigstar
21613 \end_layout
21614
21615 \end_inset
21616 </cell>
21617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21618 \begin_inset Text
21619
21620 \begin_layout Plain Layout
21621 \begin_inset Formula $\bigstar$
21622 \end_inset
21623
21624
21625 \end_layout
21626
21627 \end_inset
21628 </cell>
21629 </row>
21630 <row>
21631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21632 \begin_inset Text
21633
21634 \begin_layout Plain Layout
21635
21636 \backslash
21637 blacklozenge
21638 \end_layout
21639
21640 \end_inset
21641 </cell>
21642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21643 \begin_inset Text
21644
21645 \begin_layout Plain Layout
21646 \begin_inset Formula $\blacklozenge$
21647 \end_inset
21648
21649
21650 \end_layout
21651
21652 \end_inset
21653 </cell>
21654 </row>
21655 <row>
21656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21657 \begin_inset Text
21658
21659 \begin_layout Plain Layout
21660
21661 \backslash
21662 blacktriangle
21663 \end_layout
21664
21665 \end_inset
21666 </cell>
21667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21668 \begin_inset Text
21669
21670 \begin_layout Plain Layout
21671 \begin_inset Formula $\blacktriangle$
21672 \end_inset
21673
21674
21675 \end_layout
21676
21677 \end_inset
21678 </cell>
21679 </row>
21680 <row>
21681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21682 \begin_inset Text
21683
21684 \begin_layout Plain Layout
21685
21686 \backslash
21687 blacktiangledown
21688 \end_layout
21689
21690 \end_inset
21691 </cell>
21692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21693 \begin_inset Text
21694
21695 \begin_layout Plain Layout
21696 \begin_inset Formula $\blacktriangledown$
21697 \end_inset
21698
21699
21700 \end_layout
21701
21702 \end_inset
21703 </cell>
21704 </row>
21705 <row>
21706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21707 \begin_inset Text
21708
21709 \begin_layout Plain Layout
21710
21711 \backslash
21712 bullet
21713 \end_layout
21714
21715 \end_inset
21716 </cell>
21717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21718 \begin_inset Text
21719
21720 \begin_layout Plain Layout
21721 \begin_inset Formula $\bullet$
21722 \end_inset
21723
21724
21725 \end_layout
21726
21727 \end_inset
21728 </cell>
21729 </row>
21730 </lyxtabular>
21731
21732 \end_inset
21733
21734
21735 \begin_inset Tabular
21736 <lyxtabular version="3" rows="10" columns="2">
21737 <features>
21738 <column alignment="center" valignment="top" width="0pt">
21739 <column alignment="center" valignment="top" width="0pt">
21740 <row>
21741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21742 \begin_inset Text
21743
21744 \begin_layout Plain Layout
21745 Command
21746 \end_layout
21747
21748 \end_inset
21749 </cell>
21750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21751 \begin_inset Text
21752
21753 \begin_layout Plain Layout
21754 Result
21755 \end_layout
21756
21757 \end_inset
21758 </cell>
21759 </row>
21760 <row>
21761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21762 \begin_inset Text
21763
21764 \begin_layout Plain Layout
21765
21766 \backslash
21767 diamondsuit
21768 \end_layout
21769
21770 \end_inset
21771 </cell>
21772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21773 \begin_inset Text
21774
21775 \begin_layout Plain Layout
21776 \begin_inset Formula $\diamondsuit$
21777 \end_inset
21778
21779
21780 \end_layout
21781
21782 \end_inset
21783 </cell>
21784 </row>
21785 <row>
21786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790
21791 \backslash
21792 Diamond
21793 \end_layout
21794
21795 \end_inset
21796 </cell>
21797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21798 \begin_inset Text
21799
21800 \begin_layout Plain Layout
21801 \begin_inset Formula $\Diamond$
21802 \end_inset
21803
21804
21805 \end_layout
21806
21807 \end_inset
21808 </cell>
21809 </row>
21810 <row>
21811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21812 \begin_inset Text
21813
21814 \begin_layout Plain Layout
21815
21816 \backslash
21817 heartsuit
21818 \end_layout
21819
21820 \end_inset
21821 </cell>
21822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21823 \begin_inset Text
21824
21825 \begin_layout Plain Layout
21826 \begin_inset Formula $\heartsuit$
21827 \end_inset
21828
21829
21830 \end_layout
21831
21832 \end_inset
21833 </cell>
21834 </row>
21835 <row>
21836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21837 \begin_inset Text
21838
21839 \begin_layout Plain Layout
21840
21841 \backslash
21842 P
21843 \end_layout
21844
21845 \end_inset
21846 </cell>
21847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21848 \begin_inset Text
21849
21850 \begin_layout Plain Layout
21851 \begin_inset Formula $\P$
21852 \end_inset
21853
21854
21855 \end_layout
21856
21857 \end_inset
21858 </cell>
21859 </row>
21860 <row>
21861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21862 \begin_inset Text
21863
21864 \begin_layout Plain Layout
21865
21866 \backslash
21867 copyright
21868 \end_layout
21869
21870 \end_inset
21871 </cell>
21872 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21873 \begin_inset Text
21874
21875 \begin_layout Plain Layout
21876 \begin_inset Formula $\copyright$
21877 \end_inset
21878
21879
21880 \end_layout
21881
21882 \end_inset
21883 </cell>
21884 </row>
21885 <row>
21886 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21887 \begin_inset Text
21888
21889 \begin_layout Plain Layout
21890
21891 \backslash
21892 circledR
21893 \end_layout
21894
21895 \end_inset
21896 </cell>
21897 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21898 \begin_inset Text
21899
21900 \begin_layout Plain Layout
21901 \begin_inset Formula $\circledR$
21902 \end_inset
21903
21904
21905 \end_layout
21906
21907 \end_inset
21908 </cell>
21909 </row>
21910 <row>
21911 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21912 \begin_inset Text
21913
21914 \begin_layout Plain Layout
21915
21916 \backslash
21917 maltese
21918 \end_layout
21919
21920 \end_inset
21921 </cell>
21922 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21923 \begin_inset Text
21924
21925 \begin_layout Plain Layout
21926 \begin_inset Formula $\maltese$
21927 \end_inset
21928
21929
21930 \end_layout
21931
21932 \end_inset
21933 </cell>
21934 </row>
21935 <row>
21936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21937 \begin_inset Text
21938
21939 \begin_layout Plain Layout
21940
21941 \backslash
21942 diagup
21943 \end_layout
21944
21945 \end_inset
21946 </cell>
21947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21948 \begin_inset Text
21949
21950 \begin_layout Plain Layout
21951 \begin_inset Formula $\diagup$
21952 \end_inset
21953
21954
21955 \end_layout
21956
21957 \end_inset
21958 </cell>
21959 </row>
21960 <row>
21961 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21962 \begin_inset Text
21963
21964 \begin_layout Plain Layout
21965
21966 \backslash
21967 diagdown
21968 \end_layout
21969
21970 \end_inset
21971 </cell>
21972 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21973 \begin_inset Text
21974
21975 \begin_layout Plain Layout
21976 \begin_inset Formula $\diagdown$
21977 \end_inset
21978
21979
21980 \end_layout
21981
21982 \end_inset
21983 </cell>
21984 </row>
21985 </lyxtabular>
21986
21987 \end_inset
21988
21989
21990 \end_layout
21991
21992 \begin_layout Standard
21993 \begin_inset VSpace medskip
21994 \end_inset
21995
21996 More symbols are listed in 
21997 \begin_inset CommandInset ref
21998 LatexCommand ref
21999 reference "sub:Miscellaneous-Special-Characters"
22000
22001 \end_inset
22002
22003 .
22004 \end_layout
22005
22006 \begin_layout Standard
22007 Some symbols can be displayed in different sizes, see 
22008 \begin_inset CommandInset ref
22009 LatexCommand ref
22010 reference "sub:Font-Sizes"
22011
22012 \end_inset
22013
22014 .
22015 \end_layout
22016
22017 \begin_layout Subsection
22018 The Euro-Symbol €
22019 \begin_inset Index
22020 status collapsed
22021
22022 \begin_layout Plain Layout
22023 Symbols ! Euro-symbol
22024 \end_layout
22025
22026 \end_inset
22027
22028
22029 \begin_inset Index
22030 status collapsed
22031
22032 \begin_layout Plain Layout
22033 \begin_inset ERT
22034 status collapsed
22035
22036 \begin_layout Plain Layout
22037
22038
22039 \backslash
22040 officialeuro
22041 \end_layout
22042
22043 \end_inset
22044
22045
22046 \end_layout
22047
22048 \end_inset
22049
22050
22051 \end_layout
22052
22053 \begin_layout Standard
22054 To use the Euro symbol in formulas, the LaTeX-package 
22055 \series bold
22056 eurosym
22057 \series default
22058
22059 \begin_inset Index
22060 status collapsed
22061
22062 \begin_layout Plain Layout
22063 Packages ! eurosym
22064 \end_layout
22065
22066 \end_inset
22067
22068  must be installed and loaded with the LaTeX-preamble line
22069 \end_layout
22070
22071 \begin_layout Standard
22072
22073 \series bold
22074
22075 \backslash
22076 usepackage[gennarrow]{eurosym}
22077 \end_layout
22078
22079 \begin_layout Standard
22080 The Euro symbol can now be inserted with the command 
22081 \series bold
22082
22083 \backslash
22084 euro
22085 \series default
22086
22087 \begin_inset Index
22088 status collapsed
22089
22090 \begin_layout Plain Layout
22091 Commands ! E ! 
22092 \backslash
22093 euro
22094 \end_layout
22095
22096 \end_inset
22097
22098 .
22099 \end_layout
22100
22101 \begin_layout Standard
22102 The Euro symbol can directly be inserted with the € key in mathematical
22103  text, without having 
22104 \series bold
22105 eurosym
22106 \series default
22107  installed.
22108  When 
22109 \series bold
22110 eurosym
22111 \series default
22112  is installed, 
22113 \series bold
22114
22115 \backslash
22116 euro
22117 \series default
22118  can also be inserted in TeX-mode.
22119  The official currency symbol can then be inserted with the command 
22120 \series bold
22121
22122 \backslash
22123 officialeuro
22124 \series default
22125
22126 \begin_inset Index
22127 status collapsed
22128
22129 \begin_layout Plain Layout
22130 Commands ! O ! 
22131 \backslash
22132 officialeuro
22133 \end_layout
22134
22135 \end_inset
22136
22137 , that is only available in TeX-mode.
22138 \end_layout
22139
22140 \begin_layout Standard
22141 \begin_inset ERT
22142 status collapsed
22143
22144 \begin_layout Plain Layout
22145
22146
22147 \backslash
22148 ifeurosym 
22149 \end_layout
22150
22151 \end_inset
22152
22153
22154 \begin_inset Note Note
22155 status open
22156
22157 \begin_layout Plain Layout
22158 The following table will only be displayed when the LaTeX-package 
22159 \series bold
22160 eurosym
22161 \series default
22162  is installed.
22163 \end_layout
22164
22165 \end_inset
22166
22167
22168 \end_layout
22169
22170 \begin_layout Standard
22171 An overview about the different Euro symbols:
22172 \end_layout
22173
22174 \begin_layout Standard
22175 \align center
22176 \begin_inset Tabular
22177 <lyxtabular version="3" rows="4" columns="3">
22178 <features>
22179 <column alignment="center" valignment="top" width="0pt">
22180 <column alignment="center" valignment="top" width="0pt">
22181 <column alignment="center" valignment="top" width="0pt">
22182 <row>
22183 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22184 \begin_inset Text
22185
22186 \begin_layout Plain Layout
22187
22188 \end_layout
22189
22190 \end_inset
22191 </cell>
22192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22193 \begin_inset Text
22194
22195 \begin_layout Plain Layout
22196 Command 
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205 Result
22206 \end_layout
22207
22208 \end_inset
22209 </cell>
22210 </row>
22211 <row>
22212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22213 \begin_inset Text
22214
22215 \begin_layout Plain Layout
22216 formula
22217 \end_layout
22218
22219 \end_inset
22220 </cell>
22221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22222 \begin_inset Text
22223
22224 \begin_layout Plain Layout
22225
22226 \backslash
22227 euro
22228 \end_layout
22229
22230 \end_inset
22231 </cell>
22232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22233 \begin_inset Text
22234
22235 \begin_layout Plain Layout
22236 \begin_inset Formula $\euro$
22237 \end_inset
22238
22239
22240 \end_layout
22241
22242 \end_inset
22243 </cell>
22244 </row>
22245 <row>
22246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22247 \begin_inset Text
22248
22249 \begin_layout Plain Layout
22250 mathematical text
22251 \end_layout
22252
22253 \end_inset
22254 </cell>
22255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22256 \begin_inset Text
22257
22258 \begin_layout Plain Layout
22259
22260 \end_layout
22261
22262 \end_inset
22263 </cell>
22264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22265 \begin_inset Text
22266
22267 \begin_layout Plain Layout
22268 \begin_inset Formula $\mbox{€}$
22269 \end_inset
22270
22271
22272 \end_layout
22273
22274 \end_inset
22275 </cell>
22276 </row>
22277 <row>
22278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22279 \begin_inset Text
22280
22281 \begin_layout Plain Layout
22282 TeX-mode
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22288 \begin_inset Text
22289
22290 \begin_layout Plain Layout
22291
22292 \backslash
22293 officialeuro
22294 \end_layout
22295
22296 \end_inset
22297 </cell>
22298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22299 \begin_inset Text
22300
22301 \begin_layout Plain Layout
22302 \begin_inset ERT
22303 status collapsed
22304
22305 \begin_layout Plain Layout
22306
22307
22308 \backslash
22309 officialeuro
22310 \end_layout
22311
22312 \end_inset
22313
22314
22315 \end_layout
22316
22317 \end_inset
22318 </cell>
22319 </row>
22320 </lyxtabular>
22321
22322 \end_inset
22323
22324
22325 \end_layout
22326
22327 \begin_layout Standard
22328 \begin_inset ERT
22329 status collapsed
22330
22331 \begin_layout Plain Layout
22332
22333
22334 \backslash
22335 else 
22336 \end_layout
22337
22338 \end_inset
22339
22340
22341 \begin_inset Note Note
22342 status open
22343
22344 \begin_layout Plain Layout
22345 The following will be displayed when the LaTeX-package 
22346 \series bold
22347 eurosym
22348 \series default
22349  is not installed:
22350 \end_layout
22351
22352 \end_inset
22353
22354
22355 \end_layout
22356
22357 \begin_layout Standard
22358 You need to install the LaTeX-package 
22359 \series bold
22360 eurosym
22361 \series default
22362  to see the rest of this subsection in the output.
22363 \end_layout
22364
22365 \begin_layout Standard
22366 \begin_inset ERT
22367 status collapsed
22368
22369 \begin_layout Plain Layout
22370
22371
22372 \backslash
22373 fi 
22374 \end_layout
22375
22376 \end_inset
22377
22378
22379 \end_layout
22380
22381 \begin_layout Section
22382 Relations
22383 \begin_inset CommandInset label
22384 LatexCommand label
22385 name "sec:Relations"
22386
22387 \end_inset
22388
22389
22390 \begin_inset Index
22391 status collapsed
22392
22393 \begin_layout Plain Layout
22394 Relations
22395 \end_layout
22396
22397 \end_inset
22398
22399
22400 \begin_inset Index
22401 status collapsed
22402
22403 \begin_layout Plain Layout
22404 Comparisons|see
22405 \begin_inset ERT
22406 status collapsed
22407
22408 \begin_layout Plain Layout
22409
22410 {
22411 \end_layout
22412
22413 \end_inset
22414
22415 Relations
22416 \begin_inset ERT
22417 status collapsed
22418
22419 \begin_layout Plain Layout
22420
22421 }
22422 \end_layout
22423
22424 \end_inset
22425
22426
22427 \end_layout
22428
22429 \end_inset
22430
22431
22432 \end_layout
22433
22434 \begin_layout Standard
22435 All relations can also be inserted via the toolbar button 
22436 \begin_inset Graphics
22437         filename ../images/math/leq.png
22438         scale 85
22439
22440 \end_inset
22441
22442 .
22443 \end_layout
22444
22445 \begin_layout Standard
22446 \begin_inset space \hfill{}
22447 \end_inset
22448
22449
22450 \begin_inset Tabular
22451 <lyxtabular version="3" rows="17" columns="2">
22452 <features>
22453 <column alignment="center" valignment="top" width="0pt">
22454 <column alignment="center" valignment="top" width="0pt">
22455 <row>
22456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22457 \begin_inset Text
22458
22459 \begin_layout Plain Layout
22460 Command
22461 \end_layout
22462
22463 \end_inset
22464 </cell>
22465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22466 \begin_inset Text
22467
22468 \begin_layout Plain Layout
22469 Result
22470 \end_layout
22471
22472 \end_inset
22473 </cell>
22474 </row>
22475 <row>
22476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22477 \begin_inset Text
22478
22479 \begin_layout Plain Layout
22480 <
22481 \end_layout
22482
22483 \end_inset
22484 </cell>
22485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22486 \begin_inset Text
22487
22488 \begin_layout Plain Layout
22489 \begin_inset Formula $<$
22490 \end_inset
22491
22492
22493 \end_layout
22494
22495 \end_inset
22496 </cell>
22497 </row>
22498 <row>
22499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22500 \begin_inset Text
22501
22502 \begin_layout Plain Layout
22503
22504 \backslash
22505 le
22506 \end_layout
22507
22508 \end_inset
22509 </cell>
22510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22511 \begin_inset Text
22512
22513 \begin_layout Plain Layout
22514 \begin_inset Formula $\le$
22515 \end_inset
22516
22517
22518 \end_layout
22519
22520 \end_inset
22521 </cell>
22522 </row>
22523 <row>
22524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22525 \begin_inset Text
22526
22527 \begin_layout Plain Layout
22528
22529 \backslash
22530 ll
22531 \end_layout
22532
22533 \end_inset
22534 </cell>
22535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Plain Layout
22539 \begin_inset Formula $\ll$
22540 \end_inset
22541
22542
22543 \end_layout
22544
22545 \end_inset
22546 </cell>
22547 </row>
22548 <row>
22549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22550 \begin_inset Text
22551
22552 \begin_layout Plain Layout
22553
22554 \backslash
22555 prec
22556 \end_layout
22557
22558 \end_inset
22559 </cell>
22560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22561 \begin_inset Text
22562
22563 \begin_layout Plain Layout
22564 \begin_inset Formula $\prec$
22565 \end_inset
22566
22567
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 </row>
22573 <row>
22574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578
22579 \backslash
22580 preceq
22581 \end_layout
22582
22583 \end_inset
22584 </cell>
22585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589 \begin_inset Formula $\preceq$
22590 \end_inset
22591
22592
22593 \end_layout
22594
22595 \end_inset
22596 </cell>
22597 </row>
22598 <row>
22599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603
22604 \backslash
22605 subset
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614 \begin_inset Formula $\subset$
22615 \end_inset
22616
22617
22618 \end_layout
22619
22620 \end_inset
22621 </cell>
22622 </row>
22623 <row>
22624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22625 \begin_inset Text
22626
22627 \begin_layout Plain Layout
22628
22629 \backslash
22630 subseteq
22631 \end_layout
22632
22633 \end_inset
22634 </cell>
22635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22636 \begin_inset Text
22637
22638 \begin_layout Plain Layout
22639 \begin_inset Formula $\subseteq$
22640 \end_inset
22641
22642
22643 \end_layout
22644
22645 \end_inset
22646 </cell>
22647 </row>
22648 <row>
22649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22650 \begin_inset Text
22651
22652 \begin_layout Plain Layout
22653
22654 \backslash
22655 sqsubseteq
22656 \end_layout
22657
22658 \end_inset
22659 </cell>
22660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22661 \begin_inset Text
22662
22663 \begin_layout Plain Layout
22664 \begin_inset Formula $\sqsubseteq$
22665 \end_inset
22666
22667
22668 \end_layout
22669
22670 \end_inset
22671 </cell>
22672 </row>
22673 <row>
22674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22675 \begin_inset Text
22676
22677 \begin_layout Plain Layout
22678
22679 \backslash
22680 in
22681 \end_layout
22682
22683 \end_inset
22684 </cell>
22685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22686 \begin_inset Text
22687
22688 \begin_layout Plain Layout
22689 \begin_inset Formula $\in$
22690 \end_inset
22691
22692
22693 \end_layout
22694
22695 \end_inset
22696 </cell>
22697 </row>
22698 <row>
22699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22700 \begin_inset Text
22701
22702 \begin_layout Plain Layout
22703
22704 \backslash
22705 vdash
22706 \end_layout
22707
22708 \end_inset
22709 </cell>
22710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22711 \begin_inset Text
22712
22713 \begin_layout Plain Layout
22714 \begin_inset Formula $\vdash$
22715 \end_inset
22716
22717
22718 \end_layout
22719
22720 \end_inset
22721 </cell>
22722 </row>
22723 <row>
22724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22725 \begin_inset Text
22726
22727 \begin_layout Plain Layout
22728
22729 \backslash
22730 smile
22731 \end_layout
22732
22733 \end_inset
22734 </cell>
22735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22736 \begin_inset Text
22737
22738 \begin_layout Plain Layout
22739 \begin_inset Formula $\smile$
22740 \end_inset
22741
22742
22743 \end_layout
22744
22745 \end_inset
22746 </cell>
22747 </row>
22748 <row>
22749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753
22754 \backslash
22755 lhd
22756 \end_layout
22757
22758 \end_inset
22759 </cell>
22760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22761 \begin_inset Text
22762
22763 \begin_layout Plain Layout
22764 \begin_inset Formula $\lhd$
22765 \end_inset
22766
22767
22768 \end_layout
22769
22770 \end_inset
22771 </cell>
22772 </row>
22773 <row>
22774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22775 \begin_inset Text
22776
22777 \begin_layout Plain Layout
22778
22779 \backslash
22780 unlhd
22781 \end_layout
22782
22783 \end_inset
22784 </cell>
22785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22786 \begin_inset Text
22787
22788 \begin_layout Plain Layout
22789 \begin_inset Formula $\unlhd$
22790 \end_inset
22791
22792
22793 \end_layout
22794
22795 \end_inset
22796 </cell>
22797 </row>
22798 <row>
22799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22800 \begin_inset Text
22801
22802 \begin_layout Plain Layout
22803
22804 \backslash
22805 gtrless
22806 \end_layout
22807
22808 \end_inset
22809 </cell>
22810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22811 \begin_inset Text
22812
22813 \begin_layout Plain Layout
22814 \begin_inset Formula $\gtrless$
22815 \end_inset
22816
22817
22818 \end_layout
22819
22820 \end_inset
22821 </cell>
22822 </row>
22823 <row>
22824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22825 \begin_inset Text
22826
22827 \begin_layout Plain Layout
22828
22829 \backslash
22830 mid
22831 \end_layout
22832
22833 \end_inset
22834 </cell>
22835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22836 \begin_inset Text
22837
22838 \begin_layout Plain Layout
22839 \begin_inset Formula $\mid$
22840 \end_inset
22841
22842
22843 \end_layout
22844
22845 \end_inset
22846 </cell>
22847 </row>
22848 <row>
22849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22850 \begin_inset Text
22851
22852 \begin_layout Plain Layout
22853
22854 \backslash
22855 nmid
22856 \end_layout
22857
22858 \end_inset
22859 </cell>
22860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22861 \begin_inset Text
22862
22863 \begin_layout Plain Layout
22864 \begin_inset Formula $\nmid$
22865 \end_inset
22866
22867
22868 \end_layout
22869
22870 \end_inset
22871 </cell>
22872 </row>
22873 </lyxtabular>
22874
22875 \end_inset
22876
22877
22878 \begin_inset space \hfill{}
22879 \end_inset
22880
22881
22882 \begin_inset Tabular
22883 <lyxtabular version="3" rows="17" columns="2">
22884 <features>
22885 <column alignment="center" valignment="top" width="0pt">
22886 <column alignment="center" valignment="top" width="0pt">
22887 <row>
22888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22889 \begin_inset Text
22890
22891 \begin_layout Plain Layout
22892 Command
22893 \end_layout
22894
22895 \end_inset
22896 </cell>
22897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22898 \begin_inset Text
22899
22900 \begin_layout Plain Layout
22901 Result
22902 \end_layout
22903
22904 \end_inset
22905 </cell>
22906 </row>
22907 <row>
22908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22909 \begin_inset Text
22910
22911 \begin_layout Plain Layout
22912 =
22913 \end_layout
22914
22915 \end_inset
22916 </cell>
22917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22918 \begin_inset Text
22919
22920 \begin_layout Plain Layout
22921 \begin_inset Formula $=$
22922 \end_inset
22923
22924
22925 \end_layout
22926
22927 \end_inset
22928 </cell>
22929 </row>
22930 <row>
22931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22932 \begin_inset Text
22933
22934 \begin_layout Plain Layout
22935
22936 \backslash
22937 not=
22938 \end_layout
22939
22940 \end_inset
22941 </cell>
22942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22943 \begin_inset Text
22944
22945 \begin_layout Plain Layout
22946 \begin_inset Formula $\not=$
22947 \end_inset
22948
22949
22950 \end_layout
22951
22952 \end_inset
22953 </cell>
22954 </row>
22955 <row>
22956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22957 \begin_inset Text
22958
22959 \begin_layout Plain Layout
22960
22961 \backslash
22962 equiv
22963 \end_layout
22964
22965 \end_inset
22966 </cell>
22967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22968 \begin_inset Text
22969
22970 \begin_layout Plain Layout
22971 \begin_inset Formula $\equiv$
22972 \end_inset
22973
22974
22975 \end_layout
22976
22977 \end_inset
22978 </cell>
22979 </row>
22980 <row>
22981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22982 \begin_inset Text
22983
22984 \begin_layout Plain Layout
22985
22986 \backslash
22987 sim
22988 \end_layout
22989
22990 \end_inset
22991 </cell>
22992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22993 \begin_inset Text
22994
22995 \begin_layout Plain Layout
22996 \begin_inset Formula $\sim$
22997 \end_inset
22998
22999
23000 \end_layout
23001
23002 \end_inset
23003 </cell>
23004 </row>
23005 <row>
23006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23007 \begin_inset Text
23008
23009 \begin_layout Plain Layout
23010
23011 \backslash
23012 simeq
23013 \end_layout
23014
23015 \end_inset
23016 </cell>
23017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23018 \begin_inset Text
23019
23020 \begin_layout Plain Layout
23021 \begin_inset Formula $\simeq$
23022 \end_inset
23023
23024
23025 \end_layout
23026
23027 \end_inset
23028 </cell>
23029 </row>
23030 <row>
23031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23032 \begin_inset Text
23033
23034 \begin_layout Plain Layout
23035
23036 \backslash
23037 approx
23038 \end_layout
23039
23040 \end_inset
23041 </cell>
23042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046 \begin_inset Formula $\approx$
23047 \end_inset
23048
23049
23050 \end_layout
23051
23052 \end_inset
23053 </cell>
23054 </row>
23055 <row>
23056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23057 \begin_inset Text
23058
23059 \begin_layout Plain Layout
23060
23061 \backslash
23062 cong
23063 \end_layout
23064
23065 \end_inset
23066 </cell>
23067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23068 \begin_inset Text
23069
23070 \begin_layout Plain Layout
23071 \begin_inset Formula $\cong$
23072 \end_inset
23073
23074
23075 \end_layout
23076
23077 \end_inset
23078 </cell>
23079 </row>
23080 <row>
23081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23082 \begin_inset Text
23083
23084 \begin_layout Plain Layout
23085
23086 \backslash
23087 bowtie
23088 \end_layout
23089
23090 \end_inset
23091 </cell>
23092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23093 \begin_inset Text
23094
23095 \begin_layout Plain Layout
23096 \begin_inset Formula $\bowtie$
23097 \end_inset
23098
23099
23100 \end_layout
23101
23102 \end_inset
23103 </cell>
23104 </row>
23105 <row>
23106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23107 \begin_inset Text
23108
23109 \begin_layout Plain Layout
23110
23111 \backslash
23112 notin
23113 \end_layout
23114
23115 \end_inset
23116 </cell>
23117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23118 \begin_inset Text
23119
23120 \begin_layout Plain Layout
23121 \begin_inset Formula $\notin$
23122 \end_inset
23123
23124
23125 \end_layout
23126
23127 \end_inset
23128 </cell>
23129 </row>
23130 <row>
23131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23132 \begin_inset Text
23133
23134 \begin_layout Plain Layout
23135
23136 \backslash
23137 perp
23138 \end_layout
23139
23140 \end_inset
23141 </cell>
23142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146 \begin_inset Formula $\perp$
23147 \end_inset
23148
23149
23150 \end_layout
23151
23152 \end_inset
23153 </cell>
23154 </row>
23155 <row>
23156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23157 \begin_inset Text
23158
23159 \begin_layout Plain Layout
23160
23161 \backslash
23162 propto
23163 \end_layout
23164
23165 \end_inset
23166 </cell>
23167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171 \begin_inset Formula $\propto$
23172 \end_inset
23173
23174
23175 \end_layout
23176
23177 \end_inset
23178 </cell>
23179 </row>
23180 <row>
23181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23182 \begin_inset Text
23183
23184 \begin_layout Plain Layout
23185
23186 \backslash
23187 asymp
23188 \end_layout
23189
23190 \end_inset
23191 </cell>
23192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23193 \begin_inset Text
23194
23195 \begin_layout Plain Layout
23196 \begin_inset Formula $\asymp$
23197 \end_inset
23198
23199
23200 \end_layout
23201
23202 \end_inset
23203 </cell>
23204 </row>
23205 <row>
23206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23207 \begin_inset Text
23208
23209 \begin_layout Plain Layout
23210
23211 \backslash
23212 doteq
23213 \end_layout
23214
23215 \end_inset
23216 </cell>
23217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23218 \begin_inset Text
23219
23220 \begin_layout Plain Layout
23221 \begin_inset Formula $\doteq$
23222 \end_inset
23223
23224
23225 \end_layout
23226
23227 \end_inset
23228 </cell>
23229 </row>
23230 <row>
23231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23232 \begin_inset Text
23233
23234 \begin_layout Plain Layout
23235
23236 \backslash
23237 circeq
23238 \end_layout
23239
23240 \end_inset
23241 </cell>
23242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23243 \begin_inset Text
23244
23245 \begin_layout Plain Layout
23246 \begin_inset Formula $\circeq$
23247 \end_inset
23248
23249
23250 \end_layout
23251
23252 \end_inset
23253 </cell>
23254 </row>
23255 <row>
23256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23257 \begin_inset Text
23258
23259 \begin_layout Plain Layout
23260
23261 \backslash
23262 models
23263 \end_layout
23264
23265 \end_inset
23266 </cell>
23267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23268 \begin_inset Text
23269
23270 \begin_layout Plain Layout
23271 \begin_inset Formula $\models$
23272 \end_inset
23273
23274
23275 \end_layout
23276
23277 \end_inset
23278 </cell>
23279 </row>
23280 <row>
23281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23282 \begin_inset Text
23283
23284 \begin_layout Plain Layout
23285
23286 \backslash
23287 widehat=
23288 \end_layout
23289
23290 \end_inset
23291 </cell>
23292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23293 \begin_inset Text
23294
23295 \begin_layout Plain Layout
23296 \begin_inset Formula $\widehat{=}$
23297 \end_inset
23298
23299
23300 \end_layout
23301
23302 \end_inset
23303 </cell>
23304 </row>
23305 </lyxtabular>
23306
23307 \end_inset
23308
23309
23310 \begin_inset space \hfill{}
23311 \end_inset
23312
23313
23314 \begin_inset Tabular
23315 <lyxtabular version="3" rows="17" columns="2">
23316 <features>
23317 <column alignment="center" valignment="top" width="0pt">
23318 <column alignment="center" valignment="top" width="0pt">
23319 <row>
23320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23321 \begin_inset Text
23322
23323 \begin_layout Plain Layout
23324 Command
23325 \end_layout
23326
23327 \end_inset
23328 </cell>
23329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23330 \begin_inset Text
23331
23332 \begin_layout Plain Layout
23333 Result
23334 \end_layout
23335
23336 \end_inset
23337 </cell>
23338 </row>
23339 <row>
23340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344 >
23345 \end_layout
23346
23347 \end_inset
23348 </cell>
23349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23350 \begin_inset Text
23351
23352 \begin_layout Plain Layout
23353 \begin_inset Formula $>$
23354 \end_inset
23355
23356
23357 \end_layout
23358
23359 \end_inset
23360 </cell>
23361 </row>
23362 <row>
23363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23364 \begin_inset Text
23365
23366 \begin_layout Plain Layout
23367
23368 \backslash
23369 ge
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378 \begin_inset Formula $\ge$
23379 \end_inset
23380
23381
23382 \end_layout
23383
23384 \end_inset
23385 </cell>
23386 </row>
23387 <row>
23388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23389 \begin_inset Text
23390
23391 \begin_layout Plain Layout
23392
23393 \backslash
23394 gg
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403 \begin_inset Formula $\gg$
23404 \end_inset
23405
23406
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 </row>
23412 <row>
23413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417
23418 \backslash
23419 succ
23420 \end_layout
23421
23422 \end_inset
23423 </cell>
23424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23425 \begin_inset Text
23426
23427 \begin_layout Plain Layout
23428 \begin_inset Formula $\succ$
23429 \end_inset
23430
23431
23432 \end_layout
23433
23434 \end_inset
23435 </cell>
23436 </row>
23437 <row>
23438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23439 \begin_inset Text
23440
23441 \begin_layout Plain Layout
23442
23443 \backslash
23444 succeq
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453 \begin_inset Formula $\succeq$
23454 \end_inset
23455
23456
23457 \end_layout
23458
23459 \end_inset
23460 </cell>
23461 </row>
23462 <row>
23463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23464 \begin_inset Text
23465
23466 \begin_layout Plain Layout
23467
23468 \backslash
23469 supset
23470 \end_layout
23471
23472 \end_inset
23473 </cell>
23474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23475 \begin_inset Text
23476
23477 \begin_layout Plain Layout
23478 \begin_inset Formula $\supset$
23479 \end_inset
23480
23481
23482 \end_layout
23483
23484 \end_inset
23485 </cell>
23486 </row>
23487 <row>
23488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492
23493 \backslash
23494 supseteq
23495 \end_layout
23496
23497 \end_inset
23498 </cell>
23499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503 \begin_inset Formula $\supseteq$
23504 \end_inset
23505
23506
23507 \end_layout
23508
23509 \end_inset
23510 </cell>
23511 </row>
23512 <row>
23513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517
23518 \backslash
23519 sqsupseteq
23520 \end_layout
23521
23522 \end_inset
23523 </cell>
23524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23525 \begin_inset Text
23526
23527 \begin_layout Plain Layout
23528 \begin_inset Formula $\sqsupseteq$
23529 \end_inset
23530
23531
23532 \end_layout
23533
23534 \end_inset
23535 </cell>
23536 </row>
23537 <row>
23538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23539 \begin_inset Text
23540
23541 \begin_layout Plain Layout
23542
23543 \backslash
23544 ni
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553 \begin_inset Formula $\ni$
23554 \end_inset
23555
23556
23557 \end_layout
23558
23559 \end_inset
23560 </cell>
23561 </row>
23562 <row>
23563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23564 \begin_inset Text
23565
23566 \begin_layout Plain Layout
23567
23568 \backslash
23569 dashv
23570 \end_layout
23571
23572 \end_inset
23573 </cell>
23574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578 \begin_inset Formula $\dashv$
23579 \end_inset
23580
23581
23582 \end_layout
23583
23584 \end_inset
23585 </cell>
23586 </row>
23587 <row>
23588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23589 \begin_inset Text
23590
23591 \begin_layout Plain Layout
23592
23593 \backslash
23594 frown
23595 \end_layout
23596
23597 \end_inset
23598 </cell>
23599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603 \begin_inset Formula $\frown$
23604 \end_inset
23605
23606
23607 \end_layout
23608
23609 \end_inset
23610 </cell>
23611 </row>
23612 <row>
23613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23614 \begin_inset Text
23615
23616 \begin_layout Plain Layout
23617
23618 \backslash
23619 rhd
23620 \end_layout
23621
23622 \end_inset
23623 </cell>
23624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23625 \begin_inset Text
23626
23627 \begin_layout Plain Layout
23628 \begin_inset Formula $\rhd$
23629 \end_inset
23630
23631
23632 \end_layout
23633
23634 \end_inset
23635 </cell>
23636 </row>
23637 <row>
23638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23639 \begin_inset Text
23640
23641 \begin_layout Plain Layout
23642
23643 \backslash
23644 unrhd
23645 \end_layout
23646
23647 \end_inset
23648 </cell>
23649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23650 \begin_inset Text
23651
23652 \begin_layout Plain Layout
23653 \begin_inset Formula $\unrhd$
23654 \end_inset
23655
23656
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 </row>
23662 <row>
23663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23664 \begin_inset Text
23665
23666 \begin_layout Plain Layout
23667
23668 \backslash
23669 lessgtr
23670 \end_layout
23671
23672 \end_inset
23673 </cell>
23674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23675 \begin_inset Text
23676
23677 \begin_layout Plain Layout
23678 \begin_inset Formula $\lessgtr$
23679 \end_inset
23680
23681
23682 \end_layout
23683
23684 \end_inset
23685 </cell>
23686 </row>
23687 <row>
23688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23689 \begin_inset Text
23690
23691 \begin_layout Plain Layout
23692
23693 \backslash
23694 parallel
23695 \end_layout
23696
23697 \end_inset
23698 </cell>
23699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23700 \begin_inset Text
23701
23702 \begin_layout Plain Layout
23703 \begin_inset Formula $\parallel$
23704 \end_inset
23705
23706
23707 \end_layout
23708
23709 \end_inset
23710 </cell>
23711 </row>
23712 <row>
23713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23714 \begin_inset Text
23715
23716 \begin_layout Plain Layout
23717
23718 \backslash
23719 nparallel
23720 \end_layout
23721
23722 \end_inset
23723 </cell>
23724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23725 \begin_inset Text
23726
23727 \begin_layout Plain Layout
23728 \begin_inset Formula $\nparallel$
23729 \end_inset
23730
23731
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 </row>
23737 </lyxtabular>
23738
23739 \end_inset
23740
23741
23742 \begin_inset space \hfill{}
23743 \end_inset
23744
23745
23746 \end_layout
23747
23748 \begin_layout Standard
23749 \begin_inset VSpace medskip
23750 \end_inset
23751
23752 The characters 
23753 \series bold
23754
23755 \backslash
23756 lhd
23757 \series default
23758  and 
23759 \series bold
23760
23761 \backslash
23762 rhd
23763 \series default
23764  are bigger than the equal looking operators 
23765 \series bold
23766
23767 \backslash
23768 triangleleft
23769 \series default
23770  and 
23771 \series bold
23772
23773 \backslash
23774 triangleright
23775 \series default
23776 , respectively.
23777 \end_layout
23778
23779 \begin_layout Standard
23780 Relations are, in contrary to symbols, always surrounded by space.
23781 \end_layout
23782
23783 \begin_layout Standard
23784 Relations with labels can be created with the command 
23785 \series bold
23786
23787 \backslash
23788 stackrel
23789 \series default
23790
23791 \begin_inset Index
23792 status collapsed
23793
23794 \begin_layout Plain Layout
23795 Commands ! S ! 
23796 \backslash
23797 stackrel
23798 \end_layout
23799
23800 \end_inset
23801
23802 :
23803 \end_layout
23804
23805 \begin_layout Standard
23806 \align center
23807 \begin_inset Tabular
23808 <lyxtabular version="3" rows="2" columns="2">
23809 <features>
23810 <column alignment="center" valignment="top" width="0">
23811 <column alignment="center" valignment="top" width="0">
23812 <row>
23813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23814 \begin_inset Text
23815
23816 \begin_layout Plain Layout
23817 Command
23818 \end_layout
23819
23820 \end_inset
23821 </cell>
23822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23823 \begin_inset Text
23824
23825 \begin_layout Plain Layout
23826 Result
23827 \begin_inset Note Note
23828 status collapsed
23829
23830 \begin_layout Plain Layout
23831
23832 \series bold
23833
23834 \backslash
23835 raisebox
23836 \series default
23837  is only used as spacer.
23838 \end_layout
23839
23840 \end_inset
23841
23842
23843 \end_layout
23844
23845 \end_inset
23846 </cell>
23847 </row>
23848 <row>
23849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23850 \begin_inset Text
23851
23852 \begin_layout Plain Layout
23853 A(r)
23854 \backslash
23855 stackrel
23856 \begin_inset ERT
23857 status collapsed
23858
23859 \begin_layout Plain Layout
23860
23861
23862 \backslash
23863 spce 
23864 \end_layout
23865
23866 \end_inset
23867
23868 r
23869 \backslash
23870 to
23871 \backslash
23872 infty
23873 \begin_inset ERT
23874 status collapsed
23875
23876 \begin_layout Plain Layout
23877
23878
23879 \backslash
23880 spce 
23881 \end_layout
23882
23883 \end_inset
23884
23885
23886 \begin_inset Formula $\downarrow$
23887 \end_inset
23888
23889
23890 \backslash
23891 approx
23892 \begin_inset ERT
23893 status collapsed
23894
23895 \begin_layout Plain Layout
23896
23897
23898 \backslash
23899 spce 
23900 \end_layout
23901
23902 \end_inset
23903
23904
23905 \begin_inset ERT
23906 status collapsed
23907
23908 \begin_layout Plain Layout
23909
23910
23911 \backslash
23912 spce 
23913 \end_layout
23914
23915 \end_inset
23916
23917 B
23918 \end_layout
23919
23920 \end_inset
23921 </cell>
23922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23923 \begin_inset Text
23924
23925 \begin_layout Plain Layout
23926 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23927 \end_inset
23928
23929
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 </row>
23935 </lyxtabular>
23936
23937 \end_inset
23938
23939
23940 \end_layout
23941
23942 \begin_layout Section
23943 Functions
23944 \end_layout
23945
23946 \begin_layout Subsection
23947 Predefined Functions
23948 \begin_inset CommandInset label
23949 LatexCommand label
23950 name "sub:Predefined-Functions"
23951
23952 \end_inset
23953
23954
23955 \begin_inset Index
23956 status collapsed
23957
23958 \begin_layout Plain Layout
23959 Functions ! predefined
23960 \end_layout
23961
23962 \end_inset
23963
23964
23965 \end_layout
23966
23967 \begin_layout Standard
23968 In general, variables are set 
23969 \emph on
23970 italic
23971 \emph default
23972  in mathematical expressions, but not function names, because 
23973 \begin_inset Formula $sin$
23974 \end_inset
23975
23976  could be misunderstood as 
23977 \begin_inset Formula $s\cdot i\cdot n$
23978 \end_inset
23979
23980 .
23981  Therefore there are predefined functions, that are additionally a bit separated
23982  from prefactors.
23983  They are inserted as commands starting with a backslash before their name.
23984 \end_layout
23985
23986 \begin_layout Standard
23987 \align center
23988 \begin_inset Tabular
23989 <lyxtabular version="3" rows="2" columns="4">
23990 <features>
23991 <column alignment="center" valignment="top" width="0pt">
23992 <column alignment="center" valignment="top" width="0pt">
23993 <column alignment="center" valignment="top" width="0pt">
23994 <column alignment="center" valignment="top" width="0pt">
23995 <row>
23996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23997 \begin_inset Text
23998
23999 \begin_layout Plain Layout
24000 Command
24001 \end_layout
24002
24003 \end_inset
24004 </cell>
24005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24006 \begin_inset Text
24007
24008 \begin_layout Plain Layout
24009 Result
24010 \end_layout
24011
24012 \end_inset
24013 </cell>
24014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24015 \begin_inset Text
24016
24017 \begin_layout Plain Layout
24018 Command
24019 \end_layout
24020
24021 \end_inset
24022 </cell>
24023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24024 \begin_inset Text
24025
24026 \begin_layout Plain Layout
24027 Result
24028 \end_layout
24029
24030 \end_inset
24031 </cell>
24032 </row>
24033 <row>
24034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24035 \begin_inset Text
24036
24037 \begin_layout Plain Layout
24038 Asin(x)+B
24039 \end_layout
24040
24041 \end_inset
24042 </cell>
24043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24044 \begin_inset Text
24045
24046 \begin_layout Plain Layout
24047 \begin_inset Formula $Asin(x)+B$
24048 \end_inset
24049
24050
24051 \end_layout
24052
24053 \end_inset
24054 </cell>
24055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24056 \begin_inset Text
24057
24058 \begin_layout Plain Layout
24059 A
24060 \backslash
24061 sin(x)+B
24062 \end_layout
24063
24064 \end_inset
24065 </cell>
24066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24067 \begin_inset Text
24068
24069 \begin_layout Plain Layout
24070 \begin_inset Formula $A\sin(x)+B$
24071 \end_inset
24072
24073
24074 \end_layout
24075
24076 \end_inset
24077 </cell>
24078 </row>
24079 </lyxtabular>
24080
24081 \end_inset
24082
24083
24084 \begin_inset Newpage pagebreak
24085 \end_inset
24086
24087
24088 \end_layout
24089
24090 \begin_layout Standard
24091 The following functions are predefined:
24092 \end_layout
24093
24094 \begin_layout Standard
24095 \begin_inset VSpace -2mm
24096 \end_inset
24097
24098
24099 \end_layout
24100
24101 \begin_layout Standard
24102 \align center
24103 \begin_inset Tabular
24104 <lyxtabular version="3" rows="9" columns="4">
24105 <features>
24106 <column alignment="center" valignment="top" width="0pt">
24107 <column alignment="center" valignment="top" width="0pt">
24108 <column alignment="center" valignment="top" width="0pt">
24109 <column alignment="center" valignment="top" width="0pt">
24110 <row>
24111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24112 \begin_inset Text
24113
24114 \begin_layout Plain Layout
24115 Command
24116 \end_layout
24117
24118 \end_inset
24119 </cell>
24120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24121 \begin_inset Text
24122
24123 \begin_layout Plain Layout
24124 Command
24125 \end_layout
24126
24127 \end_inset
24128 </cell>
24129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24130 \begin_inset Text
24131
24132 \begin_layout Plain Layout
24133 Command
24134 \end_layout
24135
24136 \end_inset
24137 </cell>
24138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24139 \begin_inset Text
24140
24141 \begin_layout Plain Layout
24142 Command
24143 \end_layout
24144
24145 \end_inset
24146 </cell>
24147 </row>
24148 <row>
24149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24150 \begin_inset Text
24151
24152 \begin_layout Plain Layout
24153
24154 \backslash
24155 sin
24156 \end_layout
24157
24158 \end_inset
24159 </cell>
24160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24161 \begin_inset Text
24162
24163 \begin_layout Plain Layout
24164
24165 \backslash
24166 sinh
24167 \end_layout
24168
24169 \end_inset
24170 </cell>
24171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24172 \begin_inset Text
24173
24174 \begin_layout Plain Layout
24175
24176 \backslash
24177 arcsin
24178 \end_layout
24179
24180 \end_inset
24181 </cell>
24182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24183 \begin_inset Text
24184
24185 \begin_layout Plain Layout
24186
24187 \backslash
24188 sup
24189 \end_layout
24190
24191 \end_inset
24192 </cell>
24193 </row>
24194 <row>
24195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24196 \begin_inset Text
24197
24198 \begin_layout Plain Layout
24199
24200 \backslash
24201 cos
24202 \end_layout
24203
24204 \end_inset
24205 </cell>
24206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24207 \begin_inset Text
24208
24209 \begin_layout Plain Layout
24210
24211 \backslash
24212 cosh
24213 \end_layout
24214
24215 \end_inset
24216 </cell>
24217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24218 \begin_inset Text
24219
24220 \begin_layout Plain Layout
24221
24222 \backslash
24223 arccos
24224 \end_layout
24225
24226 \end_inset
24227 </cell>
24228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24229 \begin_inset Text
24230
24231 \begin_layout Plain Layout
24232
24233 \backslash
24234 inf
24235 \end_layout
24236
24237 \end_inset
24238 </cell>
24239 </row>
24240 <row>
24241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24242 \begin_inset Text
24243
24244 \begin_layout Plain Layout
24245
24246 \backslash
24247 tan
24248 \end_layout
24249
24250 \end_inset
24251 </cell>
24252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24253 \begin_inset Text
24254
24255 \begin_layout Plain Layout
24256
24257 \backslash
24258 tanh
24259 \end_layout
24260
24261 \end_inset
24262 </cell>
24263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24264 \begin_inset Text
24265
24266 \begin_layout Plain Layout
24267
24268 \backslash
24269 arctan
24270 \end_layout
24271
24272 \end_inset
24273 </cell>
24274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24275 \begin_inset Text
24276
24277 \begin_layout Plain Layout
24278
24279 \backslash
24280 lim
24281 \end_layout
24282
24283 \end_inset
24284 </cell>
24285 </row>
24286 <row>
24287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24288 \begin_inset Text
24289
24290 \begin_layout Plain Layout
24291
24292 \backslash
24293 cot
24294 \end_layout
24295
24296 \end_inset
24297 </cell>
24298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24299 \begin_inset Text
24300
24301 \begin_layout Plain Layout
24302
24303 \backslash
24304 coth
24305 \end_layout
24306
24307 \end_inset
24308 </cell>
24309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24310 \begin_inset Text
24311
24312 \begin_layout Plain Layout
24313
24314 \backslash
24315 arg
24316 \end_layout
24317
24318 \end_inset
24319 </cell>
24320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24321 \begin_inset Text
24322
24323 \begin_layout Plain Layout
24324
24325 \backslash
24326 liminf
24327 \end_layout
24328
24329 \end_inset
24330 </cell>
24331 </row>
24332 <row>
24333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24334 \begin_inset Text
24335
24336 \begin_layout Plain Layout
24337
24338 \backslash
24339 sec
24340 \end_layout
24341
24342 \end_inset
24343 </cell>
24344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24345 \begin_inset Text
24346
24347 \begin_layout Plain Layout
24348
24349 \backslash
24350 min
24351 \end_layout
24352
24353 \end_inset
24354 </cell>
24355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24356 \begin_inset Text
24357
24358 \begin_layout Plain Layout
24359
24360 \backslash
24361 deg
24362 \end_layout
24363
24364 \end_inset
24365 </cell>
24366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24367 \begin_inset Text
24368
24369 \begin_layout Plain Layout
24370
24371 \backslash
24372 limsup
24373 \end_layout
24374
24375 \end_inset
24376 </cell>
24377 </row>
24378 <row>
24379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24380 \begin_inset Text
24381
24382 \begin_layout Plain Layout
24383
24384 \backslash
24385 csc
24386 \end_layout
24387
24388 \end_inset
24389 </cell>
24390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24391 \begin_inset Text
24392
24393 \begin_layout Plain Layout
24394
24395 \backslash
24396 max
24397 \end_layout
24398
24399 \end_inset
24400 </cell>
24401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24402 \begin_inset Text
24403
24404 \begin_layout Plain Layout
24405
24406 \backslash
24407 det
24408 \end_layout
24409
24410 \end_inset
24411 </cell>
24412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24413 \begin_inset Text
24414
24415 \begin_layout Plain Layout
24416
24417 \backslash
24418 Pr
24419 \end_layout
24420
24421 \end_inset
24422 </cell>
24423 </row>
24424 <row>
24425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24426 \begin_inset Text
24427
24428 \begin_layout Plain Layout
24429
24430 \backslash
24431 ln
24432 \end_layout
24433
24434 \end_inset
24435 </cell>
24436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24437 \begin_inset Text
24438
24439 \begin_layout Plain Layout
24440
24441 \backslash
24442 exp
24443 \end_layout
24444
24445 \end_inset
24446 </cell>
24447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24448 \begin_inset Text
24449
24450 \begin_layout Plain Layout
24451
24452 \backslash
24453 dim
24454 \end_layout
24455
24456 \end_inset
24457 </cell>
24458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24459 \begin_inset Text
24460
24461 \begin_layout Plain Layout
24462
24463 \backslash
24464 hom
24465 \end_layout
24466
24467 \end_inset
24468 </cell>
24469 </row>
24470 <row>
24471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24472 \begin_inset Text
24473
24474 \begin_layout Plain Layout
24475
24476 \backslash
24477 lg
24478 \end_layout
24479
24480 \end_inset
24481 </cell>
24482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24483 \begin_inset Text
24484
24485 \begin_layout Plain Layout
24486
24487 \backslash
24488 log
24489 \end_layout
24490
24491 \end_inset
24492 </cell>
24493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24494 \begin_inset Text
24495
24496 \begin_layout Plain Layout
24497
24498 \backslash
24499 ker
24500 \end_layout
24501
24502 \end_inset
24503 </cell>
24504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24505 \begin_inset Text
24506
24507 \begin_layout Plain Layout
24508
24509 \backslash
24510 gcd
24511 \end_layout
24512
24513 \end_inset
24514 </cell>
24515 </row>
24516 </lyxtabular>
24517
24518 \end_inset
24519
24520
24521 \end_layout
24522
24523 \begin_layout Standard
24524 They can also be inserted with the math toolbar button 
24525 \begin_inset Graphics
24526         filename ../images/math/functions.png
24527         scale 85
24528
24529 \end_inset
24530
24531 .
24532 \end_layout
24533
24534 \begin_layout Subsection
24535 Self-defined Functions
24536 \begin_inset Index
24537 status collapsed
24538
24539 \begin_layout Plain Layout
24540 Functions ! self-defined
24541 \end_layout
24542
24543 \end_inset
24544
24545
24546 \end_layout
24547
24548 \begin_layout Standard
24549 To use a function that is not predefined, like for example the sign function
24550  sgn(x), there are two possibilities:
24551 \end_layout
24552
24553 \begin_layout Itemize
24554 Define the function by inserting the following line to the LaTeX-preamble
24555 \begin_inset Foot
24556 status collapsed
24557
24558 \begin_layout Plain Layout
24559 For more about 
24560 \series bold
24561
24562 \backslash
24563 DeclareMathOperator
24564 \series default
24565  see 
24566 \begin_inset CommandInset ref
24567 LatexCommand ref
24568 reference "sub:Self-defined-Operators"
24569
24570 \end_inset
24571
24572 .
24573 \end_layout
24574
24575 \end_inset
24576
24577
24578 \begin_inset Newline newline
24579 \end_inset
24580
24581
24582 \begin_inset VSpace -3mm
24583 \end_inset
24584
24585
24586 \begin_inset Newline newline
24587 \end_inset
24588
24589
24590 \series bold
24591
24592 \backslash
24593 DeclareMathOperator{
24594 \backslash
24595 sgn}{sgn}
24596 \series default
24597
24598 \begin_inset Index
24599 status collapsed
24600
24601 \begin_layout Plain Layout
24602 Commands ! D ! 
24603 \backslash
24604 dbinom@
24605 \backslash
24606 DeclareMathOperator
24607 \end_layout
24608
24609 \end_inset
24610
24611
24612 \begin_inset Newline newline
24613 \end_inset
24614
24615
24616 \begin_inset VSpace -2mm
24617 \end_inset
24618
24619
24620 \begin_inset Newline newline
24621 \end_inset
24622
24623 Now the new defined function can be called with the command 
24624 \series bold
24625
24626 \backslash
24627 sgn
24628 \series default
24629 .
24630 \end_layout
24631
24632 \begin_layout Itemize
24633 Write the the formula as usual, mark the formula name, in our example the
24634  letters 
24635 \emph on
24636 sgn
24637 \emph default
24638 , and change it to mathematical text.
24639  At last a space is inserted between prefactor and function.
24640 \end_layout
24641
24642 \begin_layout Standard
24643 The result is the same with both methods as with a predefined function
24644 \begin_inset Foot
24645 status collapsed
24646
24647 \begin_layout Plain Layout
24648 In LyX self-defined functions are displayed red, predefined ones black.
24649 \end_layout
24650
24651 \end_inset
24652
24653 :
24654 \end_layout
24655
24656 \begin_layout Standard
24657 \align center
24658 \begin_inset Tabular
24659 <lyxtabular version="3" rows="3" columns="2">
24660 <features>
24661 <column alignment="center" valignment="top" width="0pt">
24662 <column alignment="center" valignment="top" width="0pt">
24663 <row>
24664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24665 \begin_inset Text
24666
24667 \begin_layout Plain Layout
24668 Command
24669 \end_layout
24670
24671 \end_inset
24672 </cell>
24673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24674 \begin_inset Text
24675
24676 \begin_layout Plain Layout
24677 Result
24678 \end_layout
24679
24680 \end_inset
24681 </cell>
24682 </row>
24683 <row>
24684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24685 \begin_inset Text
24686
24687 \begin_layout Plain Layout
24688 A
24689 \backslash
24690 sgn(x)+B
24691 \end_layout
24692
24693 \end_inset
24694 </cell>
24695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24696 \begin_inset Text
24697
24698 \begin_layout Plain Layout
24699 \begin_inset Formula $A\sgn(x)+B$
24700 \end_inset
24701
24702
24703 \end_layout
24704
24705 \end_inset
24706 </cell>
24707 </row>
24708 <row>
24709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24710 \begin_inset Text
24711
24712 \begin_layout Plain Layout
24713 A
24714 \backslash
24715 ,
24716 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24717 \end_inset
24718
24719 (x)+B
24720 \end_layout
24721
24722 \end_inset
24723 </cell>
24724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24725 \begin_inset Text
24726
24727 \begin_layout Plain Layout
24728 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24729 \end_inset
24730
24731
24732 \end_layout
24733
24734 \end_inset
24735 </cell>
24736 </row>
24737 </lyxtabular>
24738
24739 \end_inset
24740
24741
24742 \end_layout
24743
24744 \begin_layout Standard
24745 The first method is more suitable when the self-defined function should
24746  be used several times.
24747 \end_layout
24748
24749 \begin_layout Subsection
24750 Limits
24751 \begin_inset Index
24752 status collapsed
24753
24754 \begin_layout Plain Layout
24755 Limits
24756 \end_layout
24757
24758 \end_inset
24759
24760
24761 \end_layout
24762
24763 \begin_layout Standard
24764 For limits there are defined besides 
24765 \series bold
24766
24767 \backslash
24768 lim
24769 \series default
24770
24771 \begin_inset Index
24772 status collapsed
24773
24774 \begin_layout Plain Layout
24775 Commands ! L ! 
24776 \backslash
24777 lim
24778 \end_layout
24779
24780 \end_inset
24781
24782
24783 \series bold
24784
24785 \backslash
24786 liminf
24787 \series default
24788  and 
24789 \series bold
24790
24791 \backslash
24792 limsup
24793 \series default
24794  furthermore the following functions:
24795 \end_layout
24796
24797 \begin_layout Standard
24798 \align center
24799 \begin_inset Tabular
24800 <lyxtabular version="3" rows="5" columns="2">
24801 <features>
24802 <column alignment="center" valignment="top" width="0">
24803 <column alignment="center" valignment="top" width="0">
24804 <row>
24805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24806 \begin_inset Text
24807
24808 \begin_layout Plain Layout
24809 Command
24810 \end_layout
24811
24812 \end_inset
24813 </cell>
24814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24815 \begin_inset Text
24816
24817 \begin_layout Plain Layout
24818 Result
24819 \begin_inset Note Note
24820 status collapsed
24821
24822 \begin_layout Plain Layout
24823
24824 \series bold
24825
24826 \backslash
24827 raisebox
24828 \series default
24829  is only used as spacer.
24830 \end_layout
24831
24832 \end_inset
24833
24834
24835 \end_layout
24836
24837 \end_inset
24838 </cell>
24839 </row>
24840 <row>
24841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24842 \begin_inset Text
24843
24844 \begin_layout Plain Layout
24845
24846 \backslash
24847 varliminf
24848 \end_layout
24849
24850 \end_inset
24851 </cell>
24852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24853 \begin_inset Text
24854
24855 \begin_layout Plain Layout
24856 \begin_inset Formula $\varliminf$
24857 \end_inset
24858
24859
24860 \end_layout
24861
24862 \end_inset
24863 </cell>
24864 </row>
24865 <row>
24866 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24867 \begin_inset Text
24868
24869 \begin_layout Plain Layout
24870
24871 \backslash
24872 varlimsup
24873 \end_layout
24874
24875 \end_inset
24876 </cell>
24877 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24878 \begin_inset Text
24879
24880 \begin_layout Plain Layout
24881 \begin_inset Formula $\varlimsup$
24882 \end_inset
24883
24884
24885 \end_layout
24886
24887 \end_inset
24888 </cell>
24889 </row>
24890 <row>
24891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24892 \begin_inset Text
24893
24894 \begin_layout Plain Layout
24895
24896 \backslash
24897 varprojlim
24898 \end_layout
24899
24900 \end_inset
24901 </cell>
24902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24903 \begin_inset Text
24904
24905 \begin_layout Plain Layout
24906 \begin_inset Formula $\varprojlim$
24907 \end_inset
24908
24909
24910 \end_layout
24911
24912 \end_inset
24913 </cell>
24914 </row>
24915 <row>
24916 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24917 \begin_inset Text
24918
24919 \begin_layout Plain Layout
24920
24921 \backslash
24922 varinjlim
24923 \end_layout
24924
24925 \end_inset
24926 </cell>
24927 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24928 \begin_inset Text
24929
24930 \begin_layout Plain Layout
24931 \begin_inset Formula $\varinjlim$
24932 \end_inset
24933
24934
24935 \begin_inset Formula $\raisebox{-2.5mm}{}$
24936 \end_inset
24937
24938
24939 \end_layout
24940
24941 \end_inset
24942 </cell>
24943 </row>
24944 </lyxtabular>
24945
24946 \end_inset
24947
24948
24949 \end_layout
24950
24951 \begin_layout Standard
24952 \begin_inset VSpace medskip
24953 \end_inset
24954
24955 The limit is created by inserting a subscript.
24956  It is set right beside the function in an inline formula:
24957 \end_layout
24958
24959 \begin_layout Standard
24960 \align center
24961 \begin_inset Tabular
24962 <lyxtabular version="3" rows="2" columns="2">
24963 <features>
24964 <column alignment="center" valignment="top" width="0pt">
24965 <column alignment="center" valignment="top" width="0pt">
24966 <row>
24967 <cell alignment="center" valignment="top" usebox="none">
24968 \begin_inset Text
24969
24970 \begin_layout Plain Layout
24971 Command
24972 \end_layout
24973
24974 \end_inset
24975 </cell>
24976 <cell alignment="center" valignment="top" usebox="none">
24977 \begin_inset Text
24978
24979 \begin_layout Plain Layout
24980 \begin_inset space \hspace{}
24981 \length 1cm
24982 \end_inset
24983
24984 Result
24985 \begin_inset Note Note
24986 status collapsed
24987
24988 \begin_layout Plain Layout
24989
24990 \series bold
24991
24992 \backslash
24993 hspace
24994 \series default
24995  and
24996 \series bold
24997  
24998 \backslash
24999 raisebox
25000 \series default
25001  are used here as spacer.
25002 \end_layout
25003
25004 \end_inset
25005
25006
25007 \end_layout
25008
25009 \end_inset
25010 </cell>
25011 </row>
25012 <row>
25013 <cell alignment="center" valignment="top" usebox="none">
25014 \begin_inset Text
25015
25016 \begin_layout Plain Layout
25017
25018 \backslash
25019 lim_x
25020 \backslash
25021 to
25022 \begin_inset ERT
25023 status collapsed
25024
25025 \begin_layout Plain Layout
25026
25027
25028 \backslash
25029 spce 
25030 \end_layout
25031
25032 \end_inset
25033
25034 A
25035 \begin_inset ERT
25036 status collapsed
25037
25038 \begin_layout Plain Layout
25039
25040
25041 \backslash
25042 spce 
25043 \end_layout
25044
25045 \end_inset
25046
25047 x=B
25048 \end_layout
25049
25050 \end_inset
25051 </cell>
25052 <cell alignment="center" valignment="top" usebox="none">
25053 \begin_inset Text
25054
25055 \begin_layout Plain Layout
25056 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25057 \end_inset
25058
25059
25060 \end_layout
25061
25062 \end_inset
25063 </cell>
25064 </row>
25065 </lyxtabular>
25066
25067 \end_inset
25068
25069
25070 \end_layout
25071
25072 \begin_layout Standard
25073 In a displayed formula the limit is set below the formula, as usual:
25074 \begin_inset Formula \[
25075 \lim_{x\to A}x=B\]
25076
25077 \end_inset
25078
25079
25080 \end_layout
25081
25082 \begin_layout Subsection
25083 Modulo-Functions
25084 \begin_inset Index
25085 status collapsed
25086
25087 \begin_layout Plain Layout
25088 Functions ! modulo-
25089 \end_layout
25090
25091 \end_inset
25092
25093
25094 \end_layout
25095
25096 \begin_layout Standard
25097 The modulo-function is special, because it exists in four variants.
25098 \end_layout
25099
25100 \begin_layout Standard
25101 The variants in a displayed formula:
25102 \begin_inset Formula \begin{align*}
25103 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25104 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25105 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25106 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25107 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25108
25109 \end_inset
25110
25111
25112 \end_layout
25113
25114 \begin_layout Standard
25115 In an inline formula less space is set before the function names for all
25116  variants.
25117 \end_layout
25118
25119 \begin_layout Section
25120 Special Characters
25121 \begin_inset Index
25122 status collapsed
25123
25124 \begin_layout Plain Layout
25125 Special characters
25126 \end_layout
25127
25128 \end_inset
25129
25130
25131 \end_layout
25132
25133 \begin_layout Subsection
25134 Special Characters in Mathematical Text
25135 \end_layout
25136
25137 \begin_layout Standard
25138 The following commands can only be used in mathematical text or in TeX-mode:
25139 \end_layout
25140
25141 \begin_layout Standard
25142 \begin_inset space \hfill{}
25143 \end_inset
25144
25145
25146 \begin_inset Tabular
25147 <lyxtabular version="3" rows="8" columns="2">
25148 <features>
25149 <column alignment="block" valignment="top" width="0">
25150 <column alignment="block" valignment="top" width="0">
25151 <row>
25152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25153 \begin_inset Text
25154
25155 \begin_layout Plain Layout
25156 Command
25157 \end_layout
25158
25159 \end_inset
25160 </cell>
25161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25162 \begin_inset Text
25163
25164 \begin_layout Plain Layout
25165 Result
25166 \end_layout
25167
25168 \end_inset
25169 </cell>
25170 </row>
25171 <row>
25172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25173 \begin_inset Text
25174
25175 \begin_layout Plain Layout
25176
25177 \backslash
25178 oe
25179 \end_layout
25180
25181 \end_inset
25182 </cell>
25183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25184 \begin_inset Text
25185
25186 \begin_layout Plain Layout
25187 \begin_inset Formula $\textrm{œ}$
25188 \end_inset
25189
25190
25191 \end_layout
25192
25193 \end_inset
25194 </cell>
25195 </row>
25196 <row>
25197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25198 \begin_inset Text
25199
25200 \begin_layout Plain Layout
25201
25202 \backslash
25203 OE
25204 \end_layout
25205
25206 \end_inset
25207 </cell>
25208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25209 \begin_inset Text
25210
25211 \begin_layout Plain Layout
25212 \begin_inset Formula $\textrm{Œ}$
25213 \end_inset
25214
25215
25216 \end_layout
25217
25218 \end_inset
25219 </cell>
25220 </row>
25221 <row>
25222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25223 \begin_inset Text
25224
25225 \begin_layout Plain Layout
25226
25227 \backslash
25228 ae
25229 \end_layout
25230
25231 \end_inset
25232 </cell>
25233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25234 \begin_inset Text
25235
25236 \begin_layout Plain Layout
25237 \begin_inset Formula $\textrm{æ}$
25238 \end_inset
25239
25240
25241 \end_layout
25242
25243 \end_inset
25244 </cell>
25245 </row>
25246 <row>
25247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25248 \begin_inset Text
25249
25250 \begin_layout Plain Layout
25251
25252 \backslash
25253 AE
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25259 \begin_inset Text
25260
25261 \begin_layout Plain Layout
25262 \begin_inset Formula $\textrm{Æ}$
25263 \end_inset
25264
25265
25266 \end_layout
25267
25268 \end_inset
25269 </cell>
25270 </row>
25271 <row>
25272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25273 \begin_inset Text
25274
25275 \begin_layout Plain Layout
25276
25277 \backslash
25278 aa
25279 \end_layout
25280
25281 \end_inset
25282 </cell>
25283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25284 \begin_inset Text
25285
25286 \begin_layout Plain Layout
25287 \begin_inset Formula $\textrm{\aa}$
25288 \end_inset
25289
25290
25291 \end_layout
25292
25293 \end_inset
25294 </cell>
25295 </row>
25296 <row>
25297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25298 \begin_inset Text
25299
25300 \begin_layout Plain Layout
25301
25302 \backslash
25303 AA
25304 \begin_inset Index
25305 status collapsed
25306
25307 \begin_layout Plain Layout
25308 \begin_inset ERT
25309 status collapsed
25310
25311 \begin_layout Plain Layout
25312
25313
25314 \backslash
25315
25316 \begin_inset ERT
25317 status collapsed
25318
25319 \begin_layout Plain Layout
25320
25321 {
25322 \end_layout
25323
25324 \end_inset
25325
25326
25327 \begin_inset ERT
25328 status collapsed
25329
25330 \begin_layout Plain Layout
25331
25332 }
25333 \end_layout
25334
25335 \end_inset
25336
25337
25338 \end_layout
25339
25340 \end_inset
25341
25342 @
25343 \begin_inset ERT
25344 status collapsed
25345
25346 \begin_layout Plain Layout
25347
25348
25349 \backslash
25350
25351 \begin_inset ERT
25352 status collapsed
25353
25354 \begin_layout Plain Layout
25355
25356 {
25357 \end_layout
25358
25359 \end_inset
25360
25361
25362 \begin_inset ERT
25363 status collapsed
25364
25365 \begin_layout Plain Layout
25366
25367 }
25368 \end_layout
25369
25370 \end_inset
25371
25372
25373 \end_layout
25374
25375 \end_inset
25376
25377 textrm
25378 \begin_inset ERT
25379 status collapsed
25380
25381 \begin_layout Plain Layout
25382
25383 {
25384 \end_layout
25385
25386 \end_inset
25387
25388
25389 \begin_inset ERT
25390 status collapsed
25391
25392 \begin_layout Plain Layout
25393
25394
25395 \backslash
25396
25397 \begin_inset ERT
25398 status collapsed
25399
25400 \begin_layout Plain Layout
25401
25402 {
25403 \end_layout
25404
25405 \end_inset
25406
25407
25408 \begin_inset ERT
25409 status collapsed
25410
25411 \begin_layout Plain Layout
25412
25413 }
25414 \end_layout
25415
25416 \end_inset
25417
25418
25419 \end_layout
25420
25421 \end_inset
25422
25423 AA
25424 \begin_inset ERT
25425 status collapsed
25426
25427 \begin_layout Plain Layout
25428
25429 }
25430 \end_layout
25431
25432 \end_inset
25433
25434
25435 \end_layout
25436
25437 \end_inset
25438
25439
25440 \end_layout
25441
25442 \end_inset
25443 </cell>
25444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25445 \begin_inset Text
25446
25447 \begin_layout Plain Layout
25448 \begin_inset Formula $\textrm{Å}$
25449 \end_inset
25450
25451
25452 \end_layout
25453
25454 \end_inset
25455 </cell>
25456 </row>
25457 <row>
25458 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25459 \begin_inset Text
25460
25461 \begin_layout Plain Layout
25462
25463 \backslash
25464 i
25465 \end_layout
25466
25467 \end_inset
25468 </cell>
25469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25470 \begin_inset Text
25471
25472 \begin_layout Plain Layout
25473 \begin_inset Formula $\textrm{ı}$
25474 \end_inset
25475
25476
25477 \end_layout
25478
25479 \end_inset
25480 </cell>
25481 </row>
25482 </lyxtabular>
25483
25484 \end_inset
25485
25486
25487 \begin_inset space \hfill{}
25488 \end_inset
25489
25490
25491 \begin_inset Tabular
25492 <lyxtabular version="3" rows="8" columns="2">
25493 <features>
25494 <column alignment="block" valignment="top" width="0">
25495 <column alignment="center" valignment="top" width="0">
25496 <row>
25497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25498 \begin_inset Text
25499
25500 \begin_layout Plain Layout
25501 command
25502 \begin_inset Note Note
25503 status collapsed
25504
25505 \begin_layout Plain Layout
25506
25507 \series bold
25508
25509 \backslash
25510 hspace{0mm}
25511 \series default
25512  is used for separation, because otherwise the output will be ¡ and ¿ respective
25513 ly.
25514 \end_layout
25515
25516 \end_inset
25517
25518
25519 \end_layout
25520
25521 \end_inset
25522 </cell>
25523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25524 \begin_inset Text
25525
25526 \begin_layout Plain Layout
25527 Result
25528 \end_layout
25529
25530 \end_inset
25531 </cell>
25532 </row>
25533 <row>
25534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25535 \begin_inset Text
25536
25537 \begin_layout Plain Layout
25538
25539 \backslash
25540 o
25541 \end_layout
25542
25543 \end_inset
25544 </cell>
25545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25546 \begin_inset Text
25547
25548 \begin_layout Plain Layout
25549 \begin_inset Formula $\textrm{ø}$
25550 \end_inset
25551
25552
25553 \end_layout
25554
25555 \end_inset
25556 </cell>
25557 </row>
25558 <row>
25559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25560 \begin_inset Text
25561
25562 \begin_layout Plain Layout
25563
25564 \backslash
25565 O
25566 \end_layout
25567
25568 \end_inset
25569 </cell>
25570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25571 \begin_inset Text
25572
25573 \begin_layout Plain Layout
25574 \begin_inset Formula $\textrm{Ø}$
25575 \end_inset
25576
25577
25578 \end_layout
25579
25580 \end_inset
25581 </cell>
25582 </row>
25583 <row>
25584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25585 \begin_inset Text
25586
25587 \begin_layout Plain Layout
25588
25589 \backslash
25590 l
25591 \end_layout
25592
25593 \end_inset
25594 </cell>
25595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25596 \begin_inset Text
25597
25598 \begin_layout Plain Layout
25599 \begin_inset Formula $\textrm{ł}$
25600 \end_inset
25601
25602
25603 \end_layout
25604
25605 \end_inset
25606 </cell>
25607 </row>
25608 <row>
25609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25610 \begin_inset Text
25611
25612 \begin_layout Plain Layout
25613
25614 \backslash
25615 L
25616 \end_layout
25617
25618 \end_inset
25619 </cell>
25620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25621 \begin_inset Text
25622
25623 \begin_layout Plain Layout
25624 \begin_inset Formula $\textrm{Ł}$
25625 \end_inset
25626
25627
25628 \end_layout
25629
25630 \end_inset
25631 </cell>
25632 </row>
25633 <row>
25634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25635 \begin_inset Text
25636
25637 \begin_layout Plain Layout
25638 !
25639 \begin_inset space \hspace{}
25640 \length 0mm
25641 \end_inset
25642
25643 `
25644 \begin_inset ERT
25645 status collapsed
25646
25647 \begin_layout Plain Layout
25648
25649
25650 \backslash
25651 spce 
25652 \end_layout
25653
25654 \end_inset
25655
25656
25657 \end_layout
25658
25659 \end_inset
25660 </cell>
25661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25662 \begin_inset Text
25663
25664 \begin_layout Plain Layout
25665 \begin_inset Formula $\textrm{!`}$
25666 \end_inset
25667
25668
25669 \end_layout
25670
25671 \end_inset
25672 </cell>
25673 </row>
25674 <row>
25675 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25676 \begin_inset Text
25677
25678 \begin_layout Plain Layout
25679 ?
25680 \begin_inset space \hspace{}
25681 \length 0mm
25682 \end_inset
25683
25684 `
25685 \begin_inset ERT
25686 status collapsed
25687
25688 \begin_layout Plain Layout
25689
25690
25691 \backslash
25692 spce 
25693 \end_layout
25694
25695 \end_inset
25696
25697
25698 \end_layout
25699
25700 \end_inset
25701 </cell>
25702 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25703 \begin_inset Text
25704
25705 \begin_layout Plain Layout
25706 \begin_inset Formula $\textrm{?`}$
25707 \end_inset
25708
25709
25710 \end_layout
25711
25712 \end_inset
25713 </cell>
25714 </row>
25715 <row>
25716 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25717 \begin_inset Text
25718
25719 \begin_layout Plain Layout
25720
25721 \backslash
25722 j
25723 \end_layout
25724
25725 \end_inset
25726 </cell>
25727 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25728 \begin_inset Text
25729
25730 \begin_layout Plain Layout
25731 \begin_inset Formula $\textrm{ȷ}$
25732 \end_inset
25733
25734
25735 \end_layout
25736
25737 \end_inset
25738 </cell>
25739 </row>
25740 </lyxtabular>
25741
25742 \end_inset
25743
25744
25745 \begin_inset space \hfill{}
25746 \end_inset
25747
25748
25749 \end_layout
25750
25751 \begin_layout Standard
25752 The characters 
25753 \begin_inset Formula $\textrm{\textrm{Å}}$
25754 \end_inset
25755
25756  and 
25757 \begin_inset Formula $\textrm{\textrm{Ø}}$
25758 \end_inset
25759
25760  can also be inserted via the math toolbar button 
25761 \begin_inset Graphics
25762         filename ../images/math/digamma.png
25763         scale 85
25764
25765 \end_inset
25766
25767 .
25768 \end_layout
25769
25770 \begin_layout Standard
25771 An exception are the commands 
25772 \series bold
25773 !
25774 \begin_inset space \hspace{}
25775 \length 0mm
25776 \end_inset
25777
25778 `
25779 \series default
25780  and 
25781 \series bold
25782 ?
25783 \begin_inset space \hspace{}
25784 \length 0mm
25785 \end_inset
25786
25787 `
25788 \series default
25789 , because they can be inserted in LyX directly to text.
25790 \end_layout
25791
25792 \begin_layout Subsection
25793 Accents in Text
25794 \begin_inset CommandInset label
25795 LatexCommand label
25796 name "sub:Accents-in-Text"
25797
25798 \end_inset
25799
25800
25801 \begin_inset Index
25802 status collapsed
25803
25804 \begin_layout Plain Layout
25805 Accents ! in text
25806 \end_layout
25807
25808 \end_inset
25809
25810
25811 \end_layout
25812
25813 \begin_layout Standard
25814 With the following commands all letters can be accented.
25815  The commands must be inserted in TeX-mode.
25816 \end_layout
25817
25818 \begin_layout Standard
25819 \begin_inset space \hfill{}
25820 \end_inset
25821
25822
25823 \begin_inset Tabular
25824 <lyxtabular version="3" rows="8" columns="2">
25825 <features>
25826 <column alignment="block" valignment="top" width="0">
25827 <column alignment="block" valignment="top" width="0">
25828 <row>
25829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25830 \begin_inset Text
25831
25832 \begin_layout Plain Layout
25833 Command
25834 \end_layout
25835
25836 \end_inset
25837 </cell>
25838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25839 \begin_inset Text
25840
25841 \begin_layout Plain Layout
25842 Result
25843 \end_layout
25844
25845 \end_inset
25846 </cell>
25847 </row>
25848 <row>
25849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25850 \begin_inset Text
25851
25852 \begin_layout Plain Layout
25853
25854 \backslash
25855
25856 \begin_inset Quotes grd
25857 \end_inset
25858
25859 e
25860 \end_layout
25861
25862 \end_inset
25863 </cell>
25864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25865 \begin_inset Text
25866
25867 \begin_layout Plain Layout
25868 \begin_inset ERT
25869 status collapsed
25870
25871 \begin_layout Plain Layout
25872
25873
25874 \backslash
25875 "e
25876 \end_layout
25877
25878 \end_inset
25879
25880
25881 \end_layout
25882
25883 \end_inset
25884 </cell>
25885 </row>
25886 <row>
25887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25888 \begin_inset Text
25889
25890 \begin_layout Plain Layout
25891
25892 \backslash
25893 `e
25894 \end_layout
25895
25896 \end_inset
25897 </cell>
25898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25899 \begin_inset Text
25900
25901 \begin_layout Plain Layout
25902 \begin_inset ERT
25903 status collapsed
25904
25905 \begin_layout Plain Layout
25906
25907
25908 \backslash
25909 `e
25910 \end_layout
25911
25912 \end_inset
25913
25914
25915 \end_layout
25916
25917 \end_inset
25918 </cell>
25919 </row>
25920 <row>
25921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25922 \begin_inset Text
25923
25924 \begin_layout Plain Layout
25925
25926 \backslash
25927 ^
25928 \begin_inset ERT
25929 status collapsed
25930
25931 \begin_layout Plain Layout
25932
25933
25934 \backslash
25935 spce 
25936 \end_layout
25937
25938 \end_inset
25939
25940 e
25941 \end_layout
25942
25943 \end_inset
25944 </cell>
25945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25946 \begin_inset Text
25947
25948 \begin_layout Plain Layout
25949 \begin_inset ERT
25950 status collapsed
25951
25952 \begin_layout Plain Layout
25953
25954
25955 \backslash
25956 ^e
25957 \end_layout
25958
25959 \end_inset
25960
25961
25962 \end_layout
25963
25964 \end_inset
25965 </cell>
25966 </row>
25967 <row>
25968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25969 \begin_inset Text
25970
25971 \begin_layout Plain Layout
25972
25973 \backslash
25974 =e
25975 \end_layout
25976
25977 \end_inset
25978 </cell>
25979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25980 \begin_inset Text
25981
25982 \begin_layout Plain Layout
25983 \begin_inset ERT
25984 status collapsed
25985
25986 \begin_layout Plain Layout
25987
25988
25989 \backslash
25990 =e
25991 \end_layout
25992
25993 \end_inset
25994
25995
25996 \end_layout
25997
25998 \end_inset
25999 </cell>
26000 </row>
26001 <row>
26002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26003 \begin_inset Text
26004
26005 \begin_layout Plain Layout
26006
26007 \backslash
26008 u
26009 \begin_inset ERT
26010 status collapsed
26011
26012 \begin_layout Plain Layout
26013
26014
26015 \backslash
26016 spce 
26017 \end_layout
26018
26019 \end_inset
26020
26021 e
26022 \end_layout
26023
26024 \end_inset
26025 </cell>
26026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26027 \begin_inset Text
26028
26029 \begin_layout Plain Layout
26030 \begin_inset ERT
26031 status collapsed
26032
26033 \begin_layout Plain Layout
26034
26035
26036 \backslash
26037 u e
26038 \end_layout
26039
26040 \end_inset
26041
26042
26043 \end_layout
26044
26045 \end_inset
26046 </cell>
26047 </row>
26048 <row>
26049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26050 \begin_inset Text
26051
26052 \begin_layout Plain Layout
26053
26054 \backslash
26055 b
26056 \begin_inset ERT
26057 status collapsed
26058
26059 \begin_layout Plain Layout
26060
26061
26062 \backslash
26063 spce 
26064 \end_layout
26065
26066 \end_inset
26067
26068 e
26069 \end_layout
26070
26071 \end_inset
26072 </cell>
26073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26074 \begin_inset Text
26075
26076 \begin_layout Plain Layout
26077 \begin_inset ERT
26078 status collapsed
26079
26080 \begin_layout Plain Layout
26081
26082
26083 \backslash
26084 b e
26085 \end_layout
26086
26087 \end_inset
26088
26089
26090 \end_layout
26091
26092 \end_inset
26093 </cell>
26094 </row>
26095 <row>
26096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26097 \begin_inset Text
26098
26099 \begin_layout Plain Layout
26100
26101 \backslash
26102 t
26103 \begin_inset ERT
26104 status collapsed
26105
26106 \begin_layout Plain Layout
26107
26108
26109 \backslash
26110 spce 
26111 \end_layout
26112
26113 \end_inset
26114
26115 ee
26116 \end_layout
26117
26118 \end_inset
26119 </cell>
26120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26121 \begin_inset Text
26122
26123 \begin_layout Plain Layout
26124 \begin_inset ERT
26125 status collapsed
26126
26127 \begin_layout Plain Layout
26128
26129
26130 \backslash
26131 t ee
26132 \end_layout
26133
26134 \end_inset
26135
26136
26137 \end_layout
26138
26139 \end_inset
26140 </cell>
26141 </row>
26142 </lyxtabular>
26143
26144 \end_inset
26145
26146
26147 \begin_inset space \hfill{}
26148 \end_inset
26149
26150
26151 \begin_inset Tabular
26152 <lyxtabular version="3" rows="8" columns="2">
26153 <features>
26154 <column alignment="block" valignment="top" width="0">
26155 <column alignment="center" valignment="top" width="0">
26156 <row>
26157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26158 \begin_inset Text
26159
26160 \begin_layout Plain Layout
26161 Command
26162 \end_layout
26163
26164 \end_inset
26165 </cell>
26166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26167 \begin_inset Text
26168
26169 \begin_layout Plain Layout
26170 Result
26171 \end_layout
26172
26173 \end_inset
26174 </cell>
26175 </row>
26176 <row>
26177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26178 \begin_inset Text
26179
26180 \begin_layout Plain Layout
26181
26182 \backslash
26183 H
26184 \begin_inset ERT
26185 status collapsed
26186
26187 \begin_layout Plain Layout
26188
26189
26190 \backslash
26191 spce 
26192 \end_layout
26193
26194 \end_inset
26195
26196 e
26197 \end_layout
26198
26199 \end_inset
26200 </cell>
26201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26202 \begin_inset Text
26203
26204 \begin_layout Plain Layout
26205 \begin_inset ERT
26206 status collapsed
26207
26208 \begin_layout Plain Layout
26209
26210
26211 \backslash
26212 H e
26213 \end_layout
26214
26215 \end_inset
26216
26217
26218 \end_layout
26219
26220 \end_inset
26221 </cell>
26222 </row>
26223 <row>
26224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26225 \begin_inset Text
26226
26227 \begin_layout Plain Layout
26228
26229 \backslash
26230 'e
26231 \end_layout
26232
26233 \end_inset
26234 </cell>
26235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26236 \begin_inset Text
26237
26238 \begin_layout Plain Layout
26239 \begin_inset ERT
26240 status collapsed
26241
26242 \begin_layout Plain Layout
26243
26244
26245 \backslash
26246 'e
26247 \end_layout
26248
26249 \end_inset
26250
26251
26252 \end_layout
26253
26254 \end_inset
26255 </cell>
26256 </row>
26257 <row>
26258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26259 \begin_inset Text
26260
26261 \begin_layout Plain Layout
26262
26263 \backslash
26264 ~e
26265 \begin_inset Index
26266 status collapsed
26267
26268 \begin_layout Plain Layout
26269 Tilde
26270 \end_layout
26271
26272 \end_inset
26273
26274
26275 \end_layout
26276
26277 \end_inset
26278 </cell>
26279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26280 \begin_inset Text
26281
26282 \begin_layout Plain Layout
26283 \begin_inset ERT
26284 status collapsed
26285
26286 \begin_layout Plain Layout
26287
26288
26289 \backslash
26290 ~e
26291 \end_layout
26292
26293 \end_inset
26294
26295
26296 \end_layout
26297
26298 \end_inset
26299 </cell>
26300 </row>
26301 <row>
26302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26303 \begin_inset Text
26304
26305 \begin_layout Plain Layout
26306
26307 \backslash
26308 .e
26309 \end_layout
26310
26311 \end_inset
26312 </cell>
26313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26314 \begin_inset Text
26315
26316 \begin_layout Plain Layout
26317 \begin_inset ERT
26318 status collapsed
26319
26320 \begin_layout Plain Layout
26321
26322
26323 \backslash
26324 .e
26325 \end_layout
26326
26327 \end_inset
26328
26329
26330 \end_layout
26331
26332 \end_inset
26333 </cell>
26334 </row>
26335 <row>
26336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26337 \begin_inset Text
26338
26339 \begin_layout Plain Layout
26340
26341 \backslash
26342 v
26343 \begin_inset ERT
26344 status collapsed
26345
26346 \begin_layout Plain Layout
26347
26348
26349 \backslash
26350 spce 
26351 \end_layout
26352
26353 \end_inset
26354
26355 e
26356 \end_layout
26357
26358 \end_inset
26359 </cell>
26360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26361 \begin_inset Text
26362
26363 \begin_layout Plain Layout
26364 \begin_inset ERT
26365 status collapsed
26366
26367 \begin_layout Plain Layout
26368
26369
26370 \backslash
26371 v e
26372 \end_layout
26373
26374 \end_inset
26375
26376
26377 \end_layout
26378
26379 \end_inset
26380 </cell>
26381 </row>
26382 <row>
26383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26384 \begin_inset Text
26385
26386 \begin_layout Plain Layout
26387
26388 \backslash
26389 d
26390 \begin_inset ERT
26391 status collapsed
26392
26393 \begin_layout Plain Layout
26394
26395
26396 \backslash
26397 spce 
26398 \end_layout
26399
26400 \end_inset
26401
26402 e
26403 \end_layout
26404
26405 \end_inset
26406 </cell>
26407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26408 \begin_inset Text
26409
26410 \begin_layout Plain Layout
26411 \begin_inset ERT
26412 status collapsed
26413
26414 \begin_layout Plain Layout
26415
26416
26417 \backslash
26418 d e
26419 \end_layout
26420
26421 \end_inset
26422
26423
26424 \end_layout
26425
26426 \end_inset
26427 </cell>
26428 </row>
26429 <row>
26430 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26431 \begin_inset Text
26432
26433 \begin_layout Plain Layout
26434
26435 \backslash
26436 c
26437 \begin_inset ERT
26438 status collapsed
26439
26440 \begin_layout Plain Layout
26441
26442
26443 \backslash
26444 spce 
26445 \end_layout
26446
26447 \end_inset
26448
26449 e
26450 \end_layout
26451
26452 \end_inset
26453 </cell>
26454 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26455 \begin_inset Text
26456
26457 \begin_layout Plain Layout
26458 \begin_inset ERT
26459 status collapsed
26460
26461 \begin_layout Plain Layout
26462
26463
26464 \backslash
26465 c e
26466 \end_layout
26467
26468 \end_inset
26469
26470
26471 \end_layout
26472
26473 \end_inset
26474 </cell>
26475 </row>
26476 </lyxtabular>
26477
26478 \end_inset
26479
26480
26481 \begin_inset space \hfill{}
26482 \end_inset
26483
26484
26485 \end_layout
26486
26487 \begin_layout Standard
26488 \begin_inset VSpace medskip
26489 \end_inset
26490
26491 With the command 
26492 \series bold
26493
26494 \backslash
26495 t
26496 \series default
26497  also two different characters can be accented.
26498  The command 
26499 \series bold
26500
26501 \backslash
26502 t
26503 \begin_inset ERT
26504 status collapsed
26505
26506 \begin_layout Plain Layout
26507
26508
26509 \backslash
26510 spce 
26511 \end_layout
26512
26513 \end_inset
26514
26515 sz
26516 \series default
26517  creates: 
26518 \begin_inset ERT
26519 status collapsed
26520
26521 \begin_layout Plain Layout
26522
26523
26524 \backslash
26525 t sz
26526 \end_layout
26527
26528 \end_inset
26529
26530
26531 \end_layout
26532
26533 \begin_layout Standard
26534 The accents 
26535 \series bold
26536 `
26537 \series default
26538  , 
26539 \series bold
26540 '
26541 \series default
26542  , and 
26543 \series bold
26544 ^
26545 \series default
26546  can in combination with vowels directly be inserted with the keyboard without
26547  using TeX-mode.
26548  The same applies for the tilde
26549 \begin_inset Foot
26550 status collapsed
26551
26552 \begin_layout Plain Layout
26553 This only applies for keyboards where the tilde is defined as accent.
26554 \end_layout
26555
26556 \end_inset
26557
26558  
26559 \series bold
26560 ~
26561 \series default
26562  in combination with 
26563 \emph on
26564 a
26565 \emph default
26566  , 
26567 \emph on
26568 n
26569 \emph default
26570  , or 
26571 \emph on
26572 o
26573 \emph default
26574 .
26575 \end_layout
26576
26577 \begin_layout Standard
26578 The commands 
26579 \series bold
26580
26581 \backslash
26582 b
26583 \series default
26584  , 
26585 \series bold
26586
26587 \backslash
26588 c
26589 \series default
26590  , 
26591 \series bold
26592
26593 \backslash
26594 d
26595 \series default
26596  , 
26597 \series bold
26598
26599 \backslash
26600 H
26601 \series default
26602  , 
26603 \series bold
26604
26605 \backslash
26606 t
26607 \series default
26608  , 
26609 \series bold
26610
26611 \backslash
26612 u
26613 \series default
26614  , 
26615 \series bold
26616
26617 \backslash
26618 v
26619 \series default
26620 , and accents inserted directly with the keyboard are also available in
26621  mathematical text.
26622  For the other accents there are special math commands to be used in formulas,
26623  see 
26624 \begin_inset CommandInset ref
26625 LatexCommand ref
26626 reference "sub:Accents-for-one"
26627
26628 \end_inset
26629
26630 .
26631 \end_layout
26632
26633 \begin_layout Standard
26634 \begin_inset VSpace bigskip
26635 \end_inset
26636
26637 Furthermore, with the command 
26638 \series bold
26639
26640 \backslash
26641 textcircled
26642 \series default
26643
26644 \begin_inset Index
26645 status collapsed
26646
26647 \begin_layout Plain Layout
26648 Commands ! T ! 
26649 \backslash
26650 textcircled
26651 \end_layout
26652
26653 \end_inset
26654
26655  all numbers and letters can be set into a circle, quasi accented with a
26656  circle, similar to the the copyright symbol.
26657 \end_layout
26658
26659 \begin_layout Standard
26660 \align center
26661 \begin_inset Tabular
26662 <lyxtabular version="3" rows="3" columns="2">
26663 <features>
26664 <column alignment="center" valignment="top" width="0">
26665 <column alignment="center" valignment="top" width="0">
26666 <row>
26667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26668 \begin_inset Text
26669
26670 \begin_layout Plain Layout
26671 Command
26672 \end_layout
26673
26674 \end_inset
26675 </cell>
26676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26677 \begin_inset Text
26678
26679 \begin_layout Plain Layout
26680 Result
26681 \begin_inset Note Note
26682 status collapsed
26683
26684 \begin_layout Plain Layout
26685
26686 \series bold
26687
26688 \backslash
26689 raisebox
26690 \series default
26691  is only used as spacer.
26692 \end_layout
26693
26694 \end_inset
26695
26696
26697 \end_layout
26698
26699 \end_inset
26700 </cell>
26701 </row>
26702 <row>
26703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26704 \begin_inset Text
26705
26706 \begin_layout Plain Layout
26707
26708 \backslash
26709 textcircled{w}
26710 \end_layout
26711
26712 \end_inset
26713 </cell>
26714 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26715 \begin_inset Text
26716
26717 \begin_layout Plain Layout
26718 \begin_inset ERT
26719 status collapsed
26720
26721 \begin_layout Plain Layout
26722
26723
26724 \backslash
26725 textcircled{w}
26726 \end_layout
26727
26728 \end_inset
26729
26730
26731 \end_layout
26732
26733 \end_inset
26734 </cell>
26735 </row>
26736 <row>
26737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26738 \begin_inset Text
26739
26740 \begin_layout Plain Layout
26741
26742 \backslash
26743 Large 
26744 \backslash
26745 textcircled{
26746 \backslash
26747 normalsize
26748 \backslash
26749 protect
26750 \backslash
26751 raisebox{-1.5pt}{W}}
26752 \end_layout
26753
26754 \end_inset
26755 </cell>
26756 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26757 \begin_inset Text
26758
26759 \begin_layout Plain Layout
26760 \begin_inset Formula $\raisebox{4.5mm}{}$
26761 \end_inset
26762
26763
26764 \begin_inset ERT
26765 status collapsed
26766
26767 \begin_layout Plain Layout
26768
26769
26770 \backslash
26771 Large 
26772 \backslash
26773 textcircled{
26774 \backslash
26775 normalsize
26776 \backslash
26777 protect
26778 \backslash
26779 raisebox{-1.5pt}W}
26780 \end_layout
26781
26782 \end_inset
26783
26784
26785 \begin_inset Formula $\raisebox{-2mm}{}$
26786 \end_inset
26787
26788
26789 \end_layout
26790
26791 \end_inset
26792 </cell>
26793 </row>
26794 </lyxtabular>
26795
26796 \end_inset
26797
26798
26799 \end_layout
26800
26801 \begin_layout Standard
26802 One has to take care that the character fits in the circle.
26803  
26804 \series bold
26805
26806 \backslash
26807 Large
26808 \series default
26809
26810 \begin_inset Foot
26811 status collapsed
26812
26813 \begin_layout Plain Layout
26814 see 
26815 \begin_inset CommandInset ref
26816 LatexCommand ref
26817 reference "sub:Font-Sizes"
26818
26819 \end_inset
26820
26821
26822 \end_layout
26823
26824 \end_inset
26825
26826  specifies thereby the size of the circle.
26827  With the help of 
26828 \series bold
26829
26830 \backslash
26831 raisebox
26832 \series default
26833
26834 \begin_inset Foot
26835 status collapsed
26836
26837 \begin_layout Plain Layout
26838 see 
26839 \begin_inset CommandInset ref
26840 LatexCommand ref
26841 reference "sub:Boxes-without-Frame"
26842
26843 \end_inset
26844
26845
26846 \end_layout
26847
26848 \end_inset
26849
26850  the character can be centered.
26851 \end_layout
26852
26853 \begin_layout Subsection
26854 Minuscule Numbers
26855 \begin_inset Index
26856 status collapsed
26857
26858 \begin_layout Plain Layout
26859 Minuscule numbers
26860 \end_layout
26861
26862 \end_inset
26863
26864
26865 \end_layout
26866
26867 \begin_layout Standard
26868 Minuscule numbers are created with the command 
26869 \series bold
26870
26871 \backslash
26872 oldstylenums
26873 \series default
26874
26875 \begin_inset Index
26876 status collapsed
26877
26878 \begin_layout Plain Layout
26879 Commands ! O ! 
26880 \backslash
26881 oldstylenums
26882 \end_layout
26883
26884 \end_inset
26885
26886 .
26887  The command can be used in formulas and in TeX-mode.
26888  The command scheme is:
26889 \end_layout
26890
26891 \begin_layout Standard
26892
26893 \series bold
26894
26895 \backslash
26896 oldstylenums{number}
26897 \end_layout
26898
26899 \begin_layout Standard
26900 The command 
26901 \series bold
26902
26903 \backslash
26904 oldstylenums{0123456789
26905 \series default
26906  produces: 
26907 \begin_inset Formula $\oldstylenums{0123456789}$
26908 \end_inset
26909
26910
26911 \end_layout
26912
26913 \begin_layout Subsection
26914 Miscellaneous Special Characters
26915 \begin_inset CommandInset label
26916 LatexCommand label
26917 name "sub:Miscellaneous-Special-Characters"
26918
26919 \end_inset
26920
26921
26922 \begin_inset Index
26923 status collapsed
26924
26925 \begin_layout Plain Layout
26926 Special characters ! miscellaneous
26927 \end_layout
26928
26929 \end_inset
26930
26931
26932 \end_layout
26933
26934 \begin_layout Standard
26935 The following characters can only be inserted to formulas by using commands:
26936 \end_layout
26937
26938 \begin_layout Standard
26939 \align center
26940 \begin_inset Tabular
26941 <lyxtabular version="3" rows="4" columns="2">
26942 <features>
26943 <column alignment="center" valignment="top" width="0">
26944 <column alignment="center" valignment="top" width="0">
26945 <row>
26946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26947 \begin_inset Text
26948
26949 \begin_layout Plain Layout
26950 Command
26951 \end_layout
26952
26953 \end_inset
26954 </cell>
26955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26956 \begin_inset Text
26957
26958 \begin_layout Plain Layout
26959 Result
26960 \end_layout
26961
26962 \end_inset
26963 </cell>
26964 </row>
26965 <row>
26966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26967 \begin_inset Text
26968
26969 \begin_layout Plain Layout
26970
26971 \backslash
26972 ^
26973 \begin_inset ERT
26974 status collapsed
26975
26976 \begin_layout Plain Layout
26977
26978
26979 \backslash
26980 spce 
26981 \end_layout
26982
26983 \end_inset
26984
26985
26986 \end_layout
26987
26988 \end_inset
26989 </cell>
26990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26991 \begin_inset Text
26992
26993 \begin_layout Plain Layout
26994 \begin_inset Formula $\mathcircumflex$
26995 \end_inset
26996
26997
26998 \end_layout
26999
27000 \end_inset
27001 </cell>
27002 </row>
27003 <row>
27004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27005 \begin_inset Text
27006
27007 \begin_layout Plain Layout
27008
27009 \backslash
27010 _
27011 \end_layout
27012
27013 \end_inset
27014 </cell>
27015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27016 \begin_inset Text
27017
27018 \begin_layout Plain Layout
27019 \begin_inset Formula $\_$
27020 \end_inset
27021
27022
27023 \end_layout
27024
27025 \end_inset
27026 </cell>
27027 </row>
27028 <row>
27029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27030 \begin_inset Text
27031
27032 \begin_layout Plain Layout
27033 ^
27034 \begin_inset ERT
27035 status collapsed
27036
27037 \begin_layout Plain Layout
27038
27039
27040 \backslash
27041 spce 
27042 \end_layout
27043
27044 \end_inset
27045
27046
27047 \backslash
27048 circ
27049 \begin_inset Index
27050 status collapsed
27051
27052 \begin_layout Plain Layout
27053 °
27054 \end_layout
27055
27056 \end_inset
27057
27058
27059 \end_layout
27060
27061 \end_inset
27062 </cell>
27063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27064 \begin_inset Text
27065
27066 \begin_layout Plain Layout
27067 \begin_inset Formula $^{\circ}$
27068 \end_inset
27069
27070
27071 \end_layout
27072
27073 \end_inset
27074 </cell>
27075 </row>
27076 </lyxtabular>
27077
27078 \end_inset
27079
27080
27081 \end_layout
27082
27083 \begin_layout Standard
27084 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27085  contains the following line
27086 \begin_inset Foot
27087 status collapsed
27088
27089 \begin_layout Plain Layout
27090 More about this is described in 
27091 \begin_inset CommandInset ref
27092 LatexCommand ref
27093 reference "sub:Text-Characters-in"
27094
27095 \end_inset
27096
27097 .
27098 \end_layout
27099
27100 \end_inset
27101
27102 :
27103 \end_layout
27104
27105 \begin_layout Standard
27106
27107 \series bold
27108
27109 \backslash
27110 DeclareInputtext{176}{
27111 \backslash
27112 ifmmode^
27113 \backslash
27114 circ
27115 \backslash
27116 else
27117 \backslash
27118 textdegree
27119 \backslash
27120 fi}
27121 \end_layout
27122
27123 \begin_layout Section
27124 Formula Styles
27125 \begin_inset CommandInset label
27126 LatexCommand label
27127 name "sec:Formula-Styles"
27128
27129 \end_inset
27130
27131
27132 \begin_inset Index
27133 status collapsed
27134
27135 \begin_layout Plain Layout
27136 Formula ! styles
27137 \end_layout
27138
27139 \end_inset
27140
27141
27142 \end_layout
27143
27144 \begin_layout Itemize
27145 There are two different alignment styles:
27146 \end_layout
27147
27148 \begin_deeper
27149 \begin_layout Description
27150 Centered is the predefined standard
27151 \end_layout
27152
27153 \begin_layout Description
27154 Indented for this the option 
27155 \series bold
27156 fleqn
27157 \series default
27158  must be inserted in the menu 
27159 \family sans
27160 Document\SpecialChar \menuseparator
27161 Settings
27162 \family default
27163  under 
27164 \family sans
27165 Document
27166 \begin_inset space ~
27167 \end_inset
27168
27169 Class
27170 \end_layout
27171
27172 \begin_layout Standard
27173 When 
27174 \series bold
27175 Indented
27176 \series default
27177  is used, the indentation can be adjusted with the length 
27178 \series bold
27179
27180 \backslash
27181 mathindent
27182 \series default
27183
27184 \begin_inset Index
27185 status collapsed
27186
27187 \begin_layout Plain Layout
27188 Commands ! M ! 
27189 \backslash
27190 mathindent
27191 \end_layout
27192
27193 \end_inset
27194
27195 .
27196  Should the distance be 15
27197 \begin_inset space \thinspace{}
27198 \end_inset
27199
27200 mm, the following command line is inserted in the LaTeX-preamble
27201 \end_layout
27202
27203 \begin_layout Standard
27204
27205 \series bold
27206
27207 \backslash
27208 setlength{
27209 \backslash
27210 mathindent}{15mm}
27211 \end_layout
27212
27213 \begin_layout Standard
27214 When no length is specified, the predefined value of 30
27215 \begin_inset space \thinspace{}
27216 \end_inset
27217
27218 pt will be used.
27219 \end_layout
27220
27221 \end_deeper
27222 \begin_layout Itemize
27223 And two different numbering styles:
27224 \end_layout
27225
27226 \begin_deeper
27227 \begin_layout Description
27228 Right is the predefined standard
27229 \end_layout
27230
27231 \begin_layout Description
27232 Left for this the option 
27233 \series bold
27234 leqno
27235 \series default
27236  must be inserted in the menu 
27237 \family sans
27238 Document\SpecialChar \menuseparator
27239 Settings
27240 \family default
27241  under 
27242 \family sans
27243 Document
27244 \begin_inset space ~
27245 \end_inset
27246
27247 Class
27248 \end_layout
27249
27250 \end_deeper
27251 \begin_layout Standard
27252
27253 \series bold
27254 fleqn
27255 \series default
27256  and 
27257 \series bold
27258 leqno
27259 \series default
27260  can also be used together.
27261  In this case both options are inserted, separated by a comma.
27262 \end_layout
27263
27264 \begin_layout Standard
27265 The chosen styles are used for all displayed formulas of the document.
27266  When both, centered and indented formulas should be created in a document,
27267  the style 
27268 \series bold
27269 Centered
27270 \series default
27271  is used.
27272  The indented formulas are then set in a flalign environment, see 
27273 \begin_inset CommandInset ref
27274 LatexCommand ref
27275 reference "sub:Flalign-Environment"
27276
27277 \end_inset
27278
27279 .
27280 \end_layout
27281
27282 \begin_layout Section
27283 Multiline Formulas
27284 \begin_inset CommandInset label
27285 LatexCommand label
27286 name "sec:Multiline-Formulas"
27287
27288 \end_inset
27289
27290
27291 \begin_inset Index
27292 status collapsed
27293
27294 \begin_layout Plain Layout
27295 Formula ! multiline
27296 \end_layout
27297
27298 \end_inset
27299
27300
27301 \end_layout
27302
27303 \begin_layout Subsection
27304 General
27305 \end_layout
27306
27307 \begin_layout Standard
27308 In LyX multiline formulas are created by pressing 
27309 \family sans
27310 \series bold
27311 Ctrl-Return
27312 \family default
27313 \series default
27314  inside a formula.
27315  This creates an 
27316 \series bold
27317 align environment
27318 \series default
27319  that is described in 
27320 \begin_inset CommandInset ref
27321 LatexCommand ref
27322 reference "sub:Standard-align-Environment"
27323
27324 \end_inset
27325
27326 .
27327 \end_layout
27328
27329 \begin_layout Standard
27330 There are other multiline formula environments that can be created via the
27331  menu 
27332 \family sans
27333 Insert\SpecialChar \menuseparator
27334 Math
27335 \family default
27336 .
27337  These environments are described in the following sections.
27338 \end_layout
27339
27340 \begin_layout Standard
27341 In all multiline formula environments a new line is created by pressing
27342  
27343 \family sans
27344 Ctrl-Return
27345 \family default
27346 .
27347  To add or delete lines, the math toolbar buttons 
27348 \begin_inset Graphics
27349         filename ../images/tabular-feature_append-row.png
27350         scale 85
27351
27352 \end_inset
27353
27354  or 
27355 \begin_inset Graphics
27356         filename ../images/tabular-feature_delete-row.png
27357         scale 85
27358
27359 \end_inset
27360
27361 , respectively, or the menu 
27362 \family sans
27363 Edit\SpecialChar \menuseparator
27364 Rows & Columns
27365 \family default
27366  can be used.
27367 \end_layout
27368
27369 \begin_layout Subsubsection
27370 Line Separation
27371 \begin_inset CommandInset label
27372 LatexCommand label
27373 name "sub:Line-Separation"
27374
27375 \end_inset
27376
27377
27378 \begin_inset Index
27379 status collapsed
27380
27381 \begin_layout Plain Layout
27382 Formula ! multiline ! Line separation
27383 \end_layout
27384
27385 \end_inset
27386
27387
27388 \end_layout
27389
27390 \begin_layout Standard
27391 There is sometimes not enough space in multiline formulas between the lines:
27392 \begin_inset Formula \begin{eqnarray*}
27393 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}\\
27394 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*}
27395
27396 \end_inset
27397
27398
27399 \end_layout
27400
27401 \begin_layout Standard
27402 In LaTeX additional line space is specified as optional argument of the
27403  new line command.
27404  This is not yet possible in LyX
27405 \begin_inset Foot
27406 status collapsed
27407
27408 \begin_layout Plain Layout
27409 see 
27410 \begin_inset CommandInset href
27411 LatexCommand href
27412 name "LyX-bug #1505"
27413 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27414
27415 \end_inset
27416
27417
27418 \end_layout
27419
27420 \end_inset
27421
27422 , therefore the whole formula must be inserted in TeX-mode.
27423  To add in our example space, the command 
27424 \series bold
27425
27426 \backslash
27427
27428 \backslash
27429 [3mm]
27430 \series default
27431  is inserted at the end of the first line.
27432  One gets: 
27433 \begin_inset ERT
27434 status collapsed
27435
27436 \begin_layout Plain Layout
27437
27438
27439 \backslash
27440 begin{eqnarray*}
27441 \end_layout
27442
27443 \begin_layout Plain Layout
27444
27445 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27446  = & 
27447 \backslash
27448 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27449 \backslash
27450
27451 \backslash
27452 [3mm]
27453 \end_layout
27454
27455 \begin_layout Plain Layout
27456
27457 4x^{2}
27458 \backslash
27459 left(B^{2}+x_{0}^{2}
27460 \backslash
27461 right)+4x_{0}x
27462 \backslash
27463 left(D-B^{2}
27464 \backslash
27465 right)+B^{2}
27466 \backslash
27467 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27468 \backslash
27469 right) & = & 0
27470 \end_layout
27471
27472 \begin_layout Plain Layout
27473
27474
27475 \backslash
27476 end{eqnarray*}
27477 \end_layout
27478
27479 \end_inset
27480
27481
27482 \end_layout
27483
27484 \begin_layout Standard
27485 \begin_inset VSpace bigskip
27486 \end_inset
27487
27488 To set the the line separation for all lines in a formula, the length 
27489 \series bold
27490
27491 \backslash
27492 jot
27493 \series default
27494
27495 \begin_inset Index
27496 status collapsed
27497
27498 \begin_layout Plain Layout
27499 Commands ! J ! 
27500 \backslash
27501 jot
27502 \end_layout
27503
27504 \end_inset
27505
27506  is changed.
27507  The definition is: 
27508 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
27509 \end_inset
27510
27511 .
27512  Predefined for 
27513 \series bold
27514
27515 \backslash
27516 jot
27517 \series default
27518  is the value 3
27519 \begin_inset space \thinspace{}
27520 \end_inset
27521
27522 pt.
27523  To create 3
27524 \begin_inset space \thinspace{}
27525 \end_inset
27526
27527 mm additional line separation as in the previous example, the command
27528 \end_layout
27529
27530 \begin_layout Standard
27531
27532 \series bold
27533
27534 \backslash
27535 setlength{
27536 \backslash
27537 jot}{3mm+3pt}
27538 \end_layout
27539
27540 \begin_layout Standard
27541 is inserted in TeX-mode before the formula.
27542  This requires that the LaTeX-package 
27543 \series bold
27544 calc
27545 \series default
27546
27547 \begin_inset Foot
27548 status collapsed
27549
27550 \begin_layout Plain Layout
27551
27552 \series bold
27553 calc
27554 \series default
27555  is part of every LaTeX standard installation.
27556 \end_layout
27557
27558 \end_inset
27559
27560
27561 \begin_inset Index
27562 status collapsed
27563
27564 \begin_layout Plain Layout
27565 Packages ! calc
27566 \end_layout
27567
27568 \end_inset
27569
27570  was loaded in LaTeX-preamble with the line
27571 \end_layout
27572
27573 \begin_layout Standard
27574
27575 \series bold
27576
27577 \backslash
27578 usepackage{calc}
27579 \end_layout
27580
27581 \begin_layout Standard
27582 One gets: 
27583 \begin_inset ERT
27584 status collapsed
27585
27586 \begin_layout Plain Layout
27587
27588
27589 \backslash
27590 setlength{
27591 \backslash
27592 jot}{3mm+3pt}
27593 \end_layout
27594
27595 \end_inset
27596
27597
27598 \begin_inset Formula \begin{eqnarray*}
27599 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}\\
27600 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*}
27601
27602 \end_inset
27603
27604
27605 \end_layout
27606
27607 \begin_layout Standard
27608 \begin_inset ERT
27609 status collapsed
27610
27611 \begin_layout Plain Layout
27612
27613
27614 \backslash
27615 setlength{
27616 \backslash
27617 jot}{3pt}
27618 \end_layout
27619
27620 \end_inset
27621
27622  To get back to the predefined distance, 
27623 \series bold
27624
27625 \backslash
27626 jot
27627 \series default
27628  is set to the value 3
27629 \begin_inset space \thinspace{}
27630 \end_inset
27631
27632 pt.
27633 \end_layout
27634
27635 \begin_layout Subsubsection
27636 Column Separation
27637 \begin_inset CommandInset label
27638 LatexCommand label
27639 name "sub:Column-Separation"
27640
27641 \end_inset
27642
27643
27644 \begin_inset Index
27645 status collapsed
27646
27647 \begin_layout Plain Layout
27648 Formula ! multiline ! Column separation
27649 \end_layout
27650
27651 \end_inset
27652
27653
27654 \end_layout
27655
27656 \begin_layout Standard
27657 Multiline formulas form a matrix.
27658  A formula in the eqnarray environment is for example a matrix with three
27659  columns.
27660  By changing the column separation in this environment, the space beside
27661  the relation sign can be changed.
27662 \end_layout
27663
27664 \begin_layout Standard
27665 The column separation is specified with the length 
27666 \series bold
27667
27668 \backslash
27669 arraycolsep
27670 \series default
27671
27672 \begin_inset Index
27673 status collapsed
27674
27675 \begin_layout Plain Layout
27676 Commands ! A ! 
27677 \backslash
27678 arraycolsep
27679 \end_layout
27680
27681 \end_inset
27682
27683  according to:
27684 \begin_inset Newline newline
27685 \end_inset
27686
27687 column separation = 2
27688 \begin_inset space \thinspace{}
27689 \end_inset
27690
27691
27692 \series bold
27693
27694 \backslash
27695 arraycolsep
27696 \series default
27697
27698 \begin_inset Newline newline
27699 \end_inset
27700
27701 Thus, the command
27702 \end_layout
27703
27704 \begin_layout Standard
27705
27706 \series bold
27707
27708 \backslash
27709 setlength{
27710 \backslash
27711 arraycolsep}{1cm}
27712 \end_layout
27713
27714 \begin_layout Standard
27715 inserted in TeX-mode, sets for all following formulas a column separation
27716  of 2
27717 \begin_inset space \thinspace{}
27718 \end_inset
27719
27720 cm.
27721  To get back to the predefined distance, 
27722 \series bold
27723
27724 \backslash
27725 arraycolsep
27726 \series default
27727  is set to 5
27728 \begin_inset space \thinspace{}
27729 \end_inset
27730
27731 pt.
27732 \end_layout
27733
27734 \begin_layout Standard
27735 A formula with 2
27736 \begin_inset space \thinspace{}
27737 \end_inset
27738
27739 cm column separation:
27740 \begin_inset ERT
27741 status collapsed
27742
27743 \begin_layout Plain Layout
27744
27745
27746 \backslash
27747 setlength{
27748 \backslash
27749 arraycolsep}{1cm}
27750 \end_layout
27751
27752 \end_inset
27753
27754
27755 \begin_inset Formula \begin{eqnarray*}
27756 A & = & B\\
27757 C & \ne & A\end{eqnarray*}
27758
27759 \end_inset
27760
27761 A formula with the predefined column separation for matrices of 10
27762 \begin_inset space \thinspace{}
27763 \end_inset
27764
27765 pt:
27766 \begin_inset ERT
27767 status collapsed
27768
27769 \begin_layout Plain Layout
27770
27771
27772 \backslash
27773 setlength{
27774 \backslash
27775 arraycolsep}{5pt}
27776 \end_layout
27777
27778 \end_inset
27779
27780
27781 \begin_inset Formula \begin{eqnarray*}
27782 A & = & B\\
27783 C & \ne & A\end{eqnarray*}
27784
27785 \end_inset
27786
27787
27788 \end_layout
27789
27790 \begin_layout Subsubsection
27791 Long Formulas
27792 \begin_inset Index
27793 status collapsed
27794
27795 \begin_layout Plain Layout
27796 Formula ! long
27797 \end_layout
27798
27799 \end_inset
27800
27801
27802 \end_layout
27803
27804 \begin_layout Standard
27805 Long formulas can be typeset using these methods:
27806 \end_layout
27807
27808 \begin_layout Itemize
27809 When one side of the equation is much shorther than the line width, this
27810  one is chosen for the left side and the right side is typeset over two
27811  lines:
27812 \begin_inset ERT
27813 status collapsed
27814
27815 \begin_layout Plain Layout
27816
27817
27818 \backslash
27819 medskip
27820 \end_layout
27821
27822 \end_inset
27823
27824  
27825 \begin_inset Formula \begin{eqnarray}
27826 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 \\
27827  &  & -\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}
27828
27829 \end_inset
27830
27831
27832 \begin_inset ERT
27833 status collapsed
27834
27835 \begin_layout Plain Layout
27836
27837
27838 \backslash
27839 smallskip
27840 \end_layout
27841
27842 \end_inset
27843
27844
27845 \begin_inset Newline newline
27846 \end_inset
27847
27848 The minus sign at the beginning of the second line does normally not appear
27849  as operator because it is the first character of the line.
27850  Thus it would not be surrounded by space and could not be distinguished
27851  from the fraction bar.
27852  To avoid this, space was inserted behind the minus sign with the command
27853  
27854 \series bold
27855
27856 \backslash
27857 hspace{3pt}
27858 \series default
27859
27860 \begin_inset Foot
27861 status collapsed
27862
27863 \begin_layout Plain Layout
27864 more about 
27865 \series bold
27866
27867 \backslash
27868 hspace
27869 \series default
27870  see 
27871 \begin_inset CommandInset ref
27872 LatexCommand ref
27873 reference "sub:Variable-Space"
27874
27875 \end_inset
27876
27877
27878 \end_layout
27879
27880 \end_inset
27881
27882
27883 \begin_inset Index
27884 status collapsed
27885
27886 \begin_layout Plain Layout
27887 Commands ! H ! 
27888 \backslash
27889 hspace
27890 \end_layout
27891
27892 \end_inset
27893
27894 .
27895 \end_layout
27896
27897 \begin_layout Itemize
27898 When both sides of the equation are too long, the command 
27899 \series bold
27900
27901 \backslash
27902 lefteqn
27903 \series default
27904
27905 \begin_inset Index
27906 status collapsed
27907
27908 \begin_layout Plain Layout
27909 Commands ! L ! 
27910 \backslash
27911 lefteqn
27912 \end_layout
27913
27914 \end_inset
27915
27916  is used.
27917  It is inserted to the first column of the first line and effects that all
27918  further insertions overwrite the following columns:
27919 \begin_inset ERT
27920 status collapsed
27921
27922 \begin_layout Plain Layout
27923
27924
27925 \backslash
27926 medskip
27927 \end_layout
27928
27929 \end_inset
27930
27931
27932 \begin_inset Formula \begin{eqnarray}
27933 \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 \\
27934  &  & -\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 \\
27935  &  & =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}
27936
27937 \end_inset
27938
27939
27940 \begin_inset ERT
27941 status collapsed
27942
27943 \begin_layout Plain Layout
27944
27945
27946 \backslash
27947 smallskip
27948 \end_layout
27949
27950 \end_inset
27951
27952
27953 \begin_inset Newline newline
27954 \end_inset
27955
27956 After the insertion of 
27957 \series bold
27958
27959 \backslash
27960 lefteqn
27961 \series default
27962 , the cursor is in a purple box that is a bit shifted to the left from the
27963  blue one.
27964  In this the formula is inserted.
27965 \begin_inset ERT
27966 status collapsed
27967
27968 \begin_layout Plain Layout
27969
27970
27971 \backslash
27972 medskip
27973 \end_layout
27974
27975 \end_inset
27976
27977
27978 \begin_inset Newline newline
27979 \end_inset
27980
27981 The content of the further lines is inserted to the second or another formula
27982  column.
27983  The greater the column number where it was inserted, the larger the indentation.
27984 \begin_inset ERT
27985 status collapsed
27986
27987 \begin_layout Plain Layout
27988
27989
27990 \backslash
27991 medskip
27992 \end_layout
27993
27994 \end_inset
27995
27996
27997 \begin_inset Newline newline
27998 \end_inset
27999
28000
28001 \begin_inset Note Greyedout
28002 status open
28003
28004 \begin_layout Plain Layout
28005 Note the following when using 
28006 \series bold
28007
28008 \backslash
28009 lefteqn
28010 \series default
28011 :
28012 \end_layout
28013
28014 \begin_layout Itemize
28015 The formula doesn't use the full page width.
28016  When e.
28017 \begin_inset space \thinspace{}
28018 \end_inset
28019
28020 g.
28021 \begin_inset space ~
28022 \end_inset
28023
28024 the term 
28025 \begin_inset Formula $-B^{2}$
28026 \end_inset
28027
28028  is added to the first line in the above example, it would have been outside
28029  the page margin.
28030  To better use the width, negative space can be inserted at the beginning
28031  of the first line.
28032 \end_layout
28033
28034 \begin_layout Itemize
28035 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28036  line.
28037 \begin_inset Foot
28038 status collapsed
28039
28040 \begin_layout Plain Layout
28041 \begin_inset CommandInset href
28042 LatexCommand href
28043 name "LyX-bug #1429"
28044 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28045
28046 \end_inset
28047
28048
28049 \end_layout
28050
28051 \end_inset
28052
28053  One can only set the cursor at the beginning of the line and move it with
28054  the arrow keys.
28055 \end_layout
28056
28057 \end_inset
28058
28059
28060 \end_layout
28061
28062 \begin_layout Itemize
28063 Other methods to set long formulas are offered by the environments described
28064  in 
28065 \begin_inset CommandInset ref
28066 LatexCommand ref
28067 reference "sub:Multline-Environment"
28068
28069 \end_inset
28070
28071  and 
28072 \begin_inset CommandInset ref
28073 LatexCommand ref
28074 reference "sub:Multiline-Formula-Parts"
28075
28076 \end_inset
28077
28078 .
28079 \end_layout
28080
28081 \begin_layout Subsubsection
28082 Multiline Brackets
28083 \begin_inset CommandInset label
28084 LatexCommand label
28085 name "sub:Multiline-Brackets"
28086
28087 \end_inset
28088
28089
28090 \begin_inset Index
28091 status collapsed
28092
28093 \begin_layout Plain Layout
28094 Brackets ! for multiline expressions
28095 \end_layout
28096
28097 \end_inset
28098
28099
28100 \end_layout
28101
28102 \begin_layout Standard
28103 For brackets spanning multiple lines the following problem occurs:
28104 \begin_inset Formula \begin{eqnarray*}
28105 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28106  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28107
28108 \end_inset
28109
28110
28111 \end_layout
28112
28113 \begin_layout Standard
28114 The closing bracket is smaller than the opening bracket because brackets
28115  with variable size may not span multiple lines.
28116 \end_layout
28117
28118 \begin_layout Standard
28119 To set the bracket size for the second line correctly, the first line is
28120  ended with 
28121 \series bold
28122
28123 \backslash
28124 right.
28125 \series default
28126
28127 \begin_inset Index
28128 status collapsed
28129
28130 \begin_layout Plain Layout
28131 Commands ! R ! 
28132 \backslash
28133 right
28134 \end_layout
28135
28136 \end_inset
28137
28138  and the second line with 
28139 \series bold
28140
28141 \backslash
28142 left.
28143 \begin_inset Foot
28144 status collapsed
28145
28146 \begin_layout Plain Layout
28147 for more about 
28148 \series bold
28149
28150 \backslash
28151 left
28152 \series default
28153  and 
28154 \series bold
28155
28156 \backslash
28157 right
28158 \series default
28159  see 
28160 \begin_inset CommandInset ref
28161 LatexCommand ref
28162 reference "sub:Automatic-Bracket-Size"
28163
28164 \end_inset
28165
28166
28167 \end_layout
28168
28169 \end_inset
28170
28171
28172 \series default
28173
28174 \begin_inset Index
28175 status collapsed
28176
28177 \begin_layout Plain Layout
28178 Commands ! L ! 
28179 \backslash
28180 left
28181 \end_layout
28182
28183 \end_inset
28184
28185 .
28186  After 
28187 \series bold
28188
28189 \backslash
28190 left.
28191
28192 \series default
28193  the command 
28194 \series bold
28195
28196 \backslash
28197 vphantom
28198 \series default
28199
28200 \begin_inset ERT
28201 status collapsed
28202
28203 \begin_layout Plain Layout
28204
28205
28206 \backslash
28207 spce 
28208 \end_layout
28209
28210 \end_inset
28211
28212
28213 \series bold
28214
28215 \backslash
28216 prod
28217 \series default
28218 ^
28219 \begin_inset ERT
28220 status collapsed
28221
28222 \begin_layout Plain Layout
28223
28224
28225 \backslash
28226 spce 
28227 \end_layout
28228
28229 \end_inset
28230
28231
28232 \series bold
28233
28234 \backslash
28235 infty
28236 \series default
28237
28238 \begin_inset ERT
28239 status collapsed
28240
28241 \begin_layout Plain Layout
28242
28243
28244 \backslash
28245 spce 
28246 \end_layout
28247
28248 \end_inset
28249
28250
28251 \series bold
28252
28253 \begin_inset Formula $\downarrow$
28254 \end_inset
28255
28256 _R=1}
28257 \series default
28258
28259 \begin_inset Index
28260 status collapsed
28261
28262 \begin_layout Plain Layout
28263 Commands ! V ! 
28264 \backslash
28265 vphantom
28266 \end_layout
28267
28268 \end_inset
28269
28270  is inserted, because the multiplication operator with its limits is the
28271  largest symbol in the first line and this should be the size for the bracket
28272  in the second line.
28273 \end_layout
28274
28275 \begin_layout Standard
28276 The result is this:
28277 \begin_inset Formula \begin{eqnarray*}
28278 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28279  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28280
28281 \end_inset
28282
28283
28284 \end_layout
28285
28286 \begin_layout Subsection
28287 Align Environments
28288 \end_layout
28289
28290 \begin_layout Standard
28291 Align environments can be used for every kind of multiline formulas.
28292  They are specially useful to set several formulas side by side.
28293 \end_layout
28294
28295 \begin_layout Standard
28296 Align environments consist of columns.
28297  The odd columns are right aligned, the even ones left aligned.
28298  Every line in an Align environment can be numbered.
28299 \end_layout
28300
28301 \begin_layout Standard
28302 Align environments are created via the menu 
28303 \family sans
28304 Insert\SpecialChar \menuseparator
28305 Math
28306 \family default
28307 .
28308  With the menu 
28309 \family sans
28310 Edit\SpecialChar \menuseparator
28311 Math\SpecialChar \menuseparator
28312 Change Formula Type
28313 \family default
28314  already existing formulas can be converted to Align environments.
28315 \end_layout
28316
28317 \begin_layout Standard
28318 To add or delete columns, the math toolbar buttons 
28319 \begin_inset Graphics
28320         filename ../images/tabular-feature_append-column.png
28321         scale 85
28322
28323 \end_inset
28324
28325  or 
28326 \begin_inset Graphics
28327         filename ../images/tabular-feature_delete-column.png
28328         scale 85
28329
28330 \end_inset
28331
28332 , respectively, or the menu 
28333 \family sans
28334 Edit\SpecialChar \menuseparator
28335 Rows & Columns
28336 \family default
28337  can be used.
28338 \end_layout
28339
28340 \begin_layout Subsubsection
28341 Standard align Environment
28342 \begin_inset CommandInset label
28343 LatexCommand label
28344 name "sub:Standard-align-Environment"
28345
28346 \end_inset
28347
28348
28349 \begin_inset Index
28350 status collapsed
28351
28352 \begin_layout Plain Layout
28353 Formula ! multiline ! align environment
28354 \end_layout
28355
28356 \end_inset
28357
28358
28359 \end_layout
28360
28361 \begin_layout Standard
28362 This Align environment is created by presssing 
28363 \family sans
28364 Ctrl-Return
28365 \family default
28366  in a formula or by the menu 
28367 \family sans
28368 Insert\SpecialChar \menuseparator
28369 Math\SpecialChar \menuseparator
28370 AMS align Environment
28371 \family default
28372 .
28373 \end_layout
28374
28375 \begin_layout Standard
28376 An example for two formulas set side by side, that are created with a four
28377  column align environment:
28378 \begin_inset Formula \begin{align*}
28379 A & =\sin(B) & C & =D\\
28380 C & \ne A & B & \ne D\end{align*}
28381
28382 \end_inset
28383
28384 As it can be seen, the formulas in this environment are placed so as if
28385  there would be a 
28386 \series bold
28387
28388 \backslash
28389 hfill
28390 \begin_inset Foot
28391 status collapsed
28392
28393 \begin_layout Plain Layout
28394 more about 
28395 \series bold
28396
28397 \backslash
28398 hfill
28399 \series default
28400  see 
28401 \begin_inset CommandInset ref
28402 LatexCommand ref
28403 reference "sub:Variable-Space"
28404
28405 \end_inset
28406
28407
28408 \end_layout
28409
28410 \end_inset
28411
28412
28413 \series default
28414  before the first and after every even column.
28415  When the formula style 
28416 \series bold
28417 Indented
28418 \begin_inset Foot
28419 status collapsed
28420
28421 \begin_layout Plain Layout
28422 formula styles see 
28423 \begin_inset CommandInset ref
28424 LatexCommand ref
28425 reference "sec:Formula-Styles"
28426
28427 \end_inset
28428
28429
28430 \end_layout
28431
28432 \end_inset
28433
28434
28435 \series default
28436  is used, the formula is set without the 
28437 \series bold
28438
28439 \backslash
28440 hfill
28441 \series default
28442  before the first column.
28443 \end_layout
28444
28445 \begin_layout Subsubsection
28446 Alignat Environment
28447 \begin_inset Index
28448 status collapsed
28449
28450 \begin_layout Plain Layout
28451 Formula ! multiline ! alignat environment
28452 \end_layout
28453
28454 \end_inset
28455
28456
28457 \end_layout
28458
28459 \begin_layout Standard
28460 The alignat environment has no predefined column separation.
28461  It can be inserted manually with the spaces that are described 
28462 \begin_inset CommandInset ref
28463 LatexCommand ref
28464 reference "sub:Space"
28465
28466 \end_inset
28467
28468 .
28469 \end_layout
28470
28471 \begin_layout Standard
28472 The above example in the alignat environment where 1
28473 \begin_inset space \thinspace{}
28474 \end_inset
28475
28476 cm space was inserted at the beginning of the second formula:
28477 \begin_inset Formula \begin{alignat*}{2}
28478 A & =\sin(B) & \hspace{1cm}C & =D\\
28479 C & \ne A & B & \ne D\end{alignat*}
28480
28481 \end_inset
28482
28483 Because the column separation can be set separately for every column, this
28484  environment is especially suitable to set three and more formulas side
28485  by side.
28486 \end_layout
28487
28488 \begin_layout Subsubsection
28489 Flalign Environment
28490 \begin_inset CommandInset label
28491 LatexCommand label
28492 name "sub:Flalign-Environment"
28493
28494 \end_inset
28495
28496
28497 \begin_inset Index
28498 status collapsed
28499
28500 \begin_layout Plain Layout
28501 Formula ! multiline ! flalign environment
28502 \end_layout
28503
28504 \end_inset
28505
28506
28507 \end_layout
28508
28509 \begin_layout Standard
28510 In this environment the first two columns are always set as much as possible
28511  to the left and the last two ones to the right.
28512  An example:
28513 \begin_inset Formula \begin{flalign*}
28514 A & =1 & B & =2 & C & =3\\
28515 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28516
28517 \end_inset
28518
28519
28520 \end_layout
28521
28522 \begin_layout Standard
28523 By creating a flalign environment with an odd number of columns where an
28524  empty TeX-brace is inserted to the last column, several formulas in a document
28525  can be set to the left, although the formula style 
28526 \series bold
28527 Centered
28528 \series default
28529  is used.
28530  As example the indented formula 
28531 \begin_inset CommandInset ref
28532 LatexCommand eqref
28533 reference "eq:VolInt"
28534
28535 \end_inset
28536
28537 :
28538 \begin_inset Formula \begin{flalign}
28539 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28540
28541 \end_inset
28542
28543 The first two columns contain the formula.
28544  To indent it as with the formula style 
28545 \series bold
28546 Indented
28547 \series default
28548 , 30
28549 \begin_inset space \thinspace{}
28550 \end_inset
28551
28552 pt space was inserted at the beginning of the first column.
28553 \end_layout
28554
28555 \begin_layout Subsection
28556 Eqnarray Environment
28557 \begin_inset Index
28558 status collapsed
28559
28560 \begin_layout Plain Layout
28561 Formula ! multiline ! eqnarray environment
28562 \end_layout
28563
28564 \end_inset
28565
28566
28567 \end_layout
28568
28569 \begin_layout Standard
28570 When this environment has been created, three blue boxes appear.
28571  The content of the first box is right aligned, the content of the last
28572  one left aligned.
28573  The content of the middle box appears centered and a bit smaller, because
28574  it is designed to insert there only relation characters.
28575 \begin_inset Formula \begin{eqnarray*}
28576 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28577 AB & AB & AB\\
28578 A & = & A\end{eqnarray*}
28579
28580 \end_inset
28581
28582
28583 \end_layout
28584
28585 \begin_layout Subsection
28586 Gather Environment
28587 \begin_inset Index
28588 status collapsed
28589
28590 \begin_layout Plain Layout
28591 Formula ! multiline ! gather environment
28592 \end_layout
28593
28594 \end_inset
28595
28596
28597 \end_layout
28598
28599 \begin_layout Standard
28600 This environment consists of only one centered column.
28601  Every line can be numbered.
28602 \begin_inset Formula \begin{gather}
28603 A=1\\
28604 X=\textrm{-}1\end{gather}
28605
28606 \end_inset
28607
28608
28609 \end_layout
28610
28611 \begin_layout Subsection
28612 Multline Environment
28613 \begin_inset CommandInset label
28614 LatexCommand label
28615 name "sub:Multline-Environment"
28616
28617 \end_inset
28618
28619
28620 \begin_inset Index
28621 status collapsed
28622
28623 \begin_layout Plain Layout
28624 Formula ! multiline ! multline environment
28625 \end_layout
28626
28627 \end_inset
28628
28629
28630 \end_layout
28631
28632 \begin_layout Standard
28633 The multline environment consists, like the gather environment, of only
28634  one column.
28635  But the first line is left aligned, the last one right aligned.
28636  All other lines are centered.
28637  Therefore this environment is suitable for long formulas.
28638  As example formula 
28639 \begin_inset CommandInset ref
28640 LatexCommand eqref
28641 reference "eq:lefteqn"
28642
28643 \end_inset
28644
28645  in the multline environment:
28646 \begin_inset Formula \begin{multline}
28647 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}\\
28648 -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}\\
28649 =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}
28650
28651 \end_inset
28652
28653
28654 \end_layout
28655
28656 \begin_layout Standard
28657 In the output only the last (first) line of a multline environment appears
28658  numbered when the document numbering is right (left).
28659 \begin_inset Foot
28660 status collapsed
28661
28662 \begin_layout Plain Layout
28663 numbering styles see 
28664 \begin_inset CommandInset ref
28665 LatexCommand ref
28666 reference "sec:Formula-Styles"
28667
28668 \end_inset
28669
28670
28671 \end_layout
28672
28673 \end_inset
28674
28675
28676 \end_layout
28677
28678 \begin_layout Standard
28679 With the commands 
28680 \series bold
28681
28682 \backslash
28683 shoveright
28684 \begin_inset Index
28685 status collapsed
28686
28687 \begin_layout Plain Layout
28688 Commands ! S ! 
28689 \backslash
28690 shoveright
28691 \end_layout
28692
28693 \end_inset
28694
28695
28696 \series default
28697  and 
28698 \series bold
28699
28700 \backslash
28701 shoveleft
28702 \begin_inset Index
28703 status collapsed
28704
28705 \begin_layout Plain Layout
28706 Commands ! S ! 
28707 \backslash
28708 shoveleft
28709 \end_layout
28710
28711 \end_inset
28712
28713
28714 \series default
28715  a centered line can be right or left aligned, respectively.
28716  The commands are used as follows:
28717 \end_layout
28718
28719 \begin_layout Standard
28720
28721 \series bold
28722
28723 \backslash
28724 shoveright{line content}
28725 \series default
28726  and 
28727 \series bold
28728
28729 \backslash
28730 shoveleft{line content}
28731 \end_layout
28732
28733 \begin_layout Standard
28734 \begin_inset VSpace medskip
28735 \end_inset
28736
28737 The length 
28738 \series bold
28739
28740 \backslash
28741 multlinegap
28742 \begin_inset Index
28743 status collapsed
28744
28745 \begin_layout Plain Layout
28746 Commands ! M ! 
28747 \backslash
28748 multlinegap
28749 \end_layout
28750
28751 \end_inset
28752
28753
28754 \series default
28755  specifies the distance of the first line from the left page margin.
28756  Predefined is the length 0
28757 \begin_inset space \thinspace{}
28758 \end_inset
28759
28760 pt.
28761 \end_layout
28762
28763 \begin_layout Standard
28764 As example the above formula where the command
28765 \end_layout
28766
28767 \begin_layout Standard
28768
28769 \series bold
28770
28771 \backslash
28772 setlength{
28773 \backslash
28774 multlinegap}{2cm}
28775 \end_layout
28776
28777 \begin_layout Standard
28778 was inserted in TeX-mode before:
28779 \begin_inset ERT
28780 status collapsed
28781
28782 \begin_layout Plain Layout
28783
28784
28785 \backslash
28786 setlength{
28787 \backslash
28788 multlinegap}{2cm}
28789 \end_layout
28790
28791 \end_inset
28792
28793
28794 \begin_inset Formula \begin{multline}
28795 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}\\
28796 \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}}\\
28797 =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}
28798
28799 \end_inset
28800
28801
28802 \begin_inset ERT
28803 status collapsed
28804
28805 \begin_layout Plain Layout
28806
28807
28808 \backslash
28809 setlength{
28810 \backslash
28811 multlinegap}{0pt}
28812 \end_layout
28813
28814 \end_inset
28815
28816 The second line was left aligned using 
28817 \series bold
28818
28819 \backslash
28820 shoveleft
28821 \series default
28822 .
28823 \end_layout
28824
28825 \begin_layout Subsection
28826 Multiline Formula Parts
28827 \begin_inset CommandInset label
28828 LatexCommand label
28829 name "sub:Multiline-Formula-Parts"
28830
28831 \end_inset
28832
28833
28834 \begin_inset Index
28835 status collapsed
28836
28837 \begin_layout Plain Layout
28838 Formula ! multiline ! formula parts
28839 \end_layout
28840
28841 \end_inset
28842
28843
28844 \end_layout
28845
28846 \begin_layout Standard
28847 To display only parts of a formula with multiple lines, one of the following
28848  environments are used: 
28849 \series bold
28850 aligned
28851 \series default
28852
28853 \series bold
28854 alignedat
28855 \series default
28856
28857 \series bold
28858 gathered
28859 \series default
28860  or 
28861 \series bold
28862 split
28863 \series default
28864 .
28865  They can be inserted via the menu 
28866 \family sans
28867 Insert\SpecialChar \menuseparator
28868 Math
28869 \family default
28870  or by using the commands described in this section.
28871 \end_layout
28872
28873 \begin_layout Standard
28874 The first three have the same properties as the corresponding multiline
28875  formula environments, but it is possible to set further formula parts beside
28876  them.
28877  An example:
28878 \begin_inset Formula \[
28879 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28880 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28881 \right\} \textrm{Uncertainty relations}\]
28882
28883 \end_inset
28884
28885
28886 \end_layout
28887
28888 \begin_layout Standard
28889 To get this formula, a displayed formula is created where the command 
28890 \series bold
28891
28892 \backslash
28893 aligned
28894 \begin_inset Index
28895 status collapsed
28896
28897 \begin_layout Plain Layout
28898 Commands ! A ! 
28899 \backslash
28900 aligned
28901 \end_layout
28902
28903 \end_inset
28904
28905
28906 \series default
28907  is inserted.
28908  A purple box appears around the blue formula box where now columns and
28909  lines can be added.
28910  Outside the multiline environment other formula parts can be set, like
28911  the brace.
28912 \end_layout
28913
28914 \begin_layout Standard
28915 The aligned environment is also suitable for long formulas whose lines are
28916  horizontally aligned.
28917  Using aligned in a displayed formula has the advantage that the formula
28918  number is vertically centered behind the lines.
28919  As example formula 
28920 \begin_inset CommandInset ref
28921 LatexCommand eqref
28922 reference "eq:kurzlang"
28923
28924 \end_inset
28925
28926  in the aligned environment:
28927 \begin_inset Formula \begin{equation}
28928 \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}|}\\
28929  & -\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}
28930 \end{equation}
28931
28932 \end_inset
28933
28934
28935 \end_layout
28936
28937 \begin_layout Standard
28938 To use the environments 
28939 \series bold
28940 alignedat
28941 \series default
28942
28943 \series bold
28944 gathered
28945 \series default
28946 , or 
28947 \series bold
28948 split
28949 \series default
28950 , the command 
28951 \series bold
28952
28953 \backslash
28954 alignedat
28955 \series default
28956 ,
28957 \begin_inset Index
28958 status collapsed
28959
28960 \begin_layout Plain Layout
28961 Commands ! A ! 
28962 \backslash
28963 alignedat
28964 \end_layout
28965
28966 \end_inset
28967
28968  
28969 \series bold
28970
28971 \backslash
28972 gathered
28973 \series default
28974
28975 \begin_inset Index
28976 status collapsed
28977
28978 \begin_layout Plain Layout
28979 Commands ! G ! 
28980 \backslash
28981 gathered
28982 \end_layout
28983
28984 \end_inset
28985
28986 , or 
28987 \series bold
28988
28989 \backslash
28990 split
28991 \series default
28992
28993 \begin_inset Index
28994 status collapsed
28995
28996 \begin_layout Plain Layout
28997 Commands ! S ! 
28998 \backslash
28999 split
29000 \end_layout
29001
29002 \end_inset
29003
29004  are inserted, respectively.
29005  The split environment has the same properties as the aligned environment
29006  but it can only have two columns.
29007 \end_layout
29008
29009 \begin_layout Subsection
29010 Text in multiline Formulas
29011 \begin_inset CommandInset label
29012 LatexCommand label
29013 name "sub:Text-in-multiline"
29014
29015 \end_inset
29016
29017
29018 \begin_inset Index
29019 status collapsed
29020
29021 \begin_layout Plain Layout
29022 Text ! in formulas
29023 \end_layout
29024
29025 \end_inset
29026
29027
29028 \begin_inset Index
29029 status collapsed
29030
29031 \begin_layout Plain Layout
29032 Formula ! multiline ! text
29033 \end_layout
29034
29035 \end_inset
29036
29037
29038 \end_layout
29039
29040 \begin_layout Standard
29041 In the Align environments, and the multline and gather environment, text
29042  can be inserted that will appear in a separate line and doesn't affect
29043  the column alignment.
29044  To do this, the command 
29045 \series bold
29046
29047 \backslash
29048 intertext
29049 \begin_inset Index
29050 status collapsed
29051
29052 \begin_layout Plain Layout
29053 Commands ! I ! 
29054 \backslash
29055 intertext
29056 \end_layout
29057
29058 \end_inset
29059
29060
29061 \series default
29062  is used in the following scheme:
29063 \end_layout
29064
29065 \begin_layout Standard
29066
29067 \series bold
29068
29069 \backslash
29070 intertext{text}
29071 \end_layout
29072
29073 \begin_layout Standard
29074 The text should not be longer than a line because it cannot be hyphenated.
29075  As LyX doesn't yet support 
29076 \series bold
29077
29078 \backslash
29079 intertext
29080 \series default
29081  directly, the text is written as mathematical text.
29082  
29083 \series bold
29084
29085 \backslash
29086 intertext
29087 \series default
29088  must hereby be at the beginning of a line and appears in the output above
29089  this line.
29090  An example where the text was inserted at the beginning of the second line:
29091 \begin_inset Formula \begin{align}
29092 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29093 \intertext{\text{integrand is symmetric to $\phi=\pi$, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29094
29095 \end_inset
29096
29097
29098 \end_layout
29099
29100 \begin_layout Section
29101 Formula Numbering
29102 \begin_inset Index
29103 status collapsed
29104
29105 \begin_layout Plain Layout
29106 Formula numbering
29107 \end_layout
29108
29109 \end_inset
29110
29111
29112 \begin_inset Index
29113 status collapsed
29114
29115 \begin_layout Plain Layout
29116 Formula ! numbering|see
29117 \begin_inset ERT
29118 status collapsed
29119
29120 \begin_layout Plain Layout
29121
29122 {
29123 \end_layout
29124
29125 \end_inset
29126
29127 Formula numbering
29128 \begin_inset ERT
29129 status collapsed
29130
29131 \begin_layout Plain Layout
29132
29133 }
29134 \end_layout
29135
29136 \end_inset
29137
29138
29139 \end_layout
29140
29141 \end_inset
29142
29143
29144 \end_layout
29145
29146 \begin_layout Subsection
29147 General
29148 \end_layout
29149
29150 \begin_layout Standard
29151 Numbered formulas can be created with the menu 
29152 \family sans
29153 Insert\SpecialChar \menuseparator
29154 Math\SpecialChar \menuseparator
29155 Numbered
29156 \begin_inset space ~
29157 \end_inset
29158
29159 Formula
29160 \family default
29161  (shortcut 
29162 \family sans
29163 Ctrl-Alt
29164 \begin_inset space ~
29165 \end_inset
29166
29167 n
29168 \family default
29169 ).
29170  Existing formulas can be numbered with the menu 
29171 \family sans
29172 Edit\SpecialChar \menuseparator
29173 Math\SpecialChar \menuseparator
29174 Toggle
29175 \begin_inset space ~
29176 \end_inset
29177
29178 Numbering
29179 \family default
29180  (shortcut 
29181 \family sans
29182 Alt-m
29183 \begin_inset space ~
29184 \end_inset
29185
29186 n
29187 \family default
29188 ).
29189  The formula number is displayed in LyX behind the formula as number sign
29190  in parentheses.
29191  The number sign is replaced in the output by the formula number.
29192 \end_layout
29193
29194 \begin_layout Standard
29195 When numbering is turned on in multiline formulas, all lines will be numbered.
29196  But the numbering can be controlled with the menu 
29197 \family sans
29198 Edit\SpecialChar \menuseparator
29199 Math\SpecialChar \menuseparator
29200 Toggle
29201 \begin_inset space ~
29202 \end_inset
29203
29204 Numbering
29205 \begin_inset space ~
29206 \end_inset
29207
29208 of
29209 \begin_inset space ~
29210 \end_inset
29211
29212 Line
29213 \family default
29214  (shortcut 
29215 \family sans
29216 Alt-m
29217 \begin_inset space ~
29218 \end_inset
29219
29220 N
29221 \family default
29222 ) for every line.
29223 \end_layout
29224
29225 \begin_layout Standard
29226 Except of inline formulas, all formulas can be numbered with two different
29227  styles, see 
29228 \begin_inset CommandInset ref
29229 LatexCommand ref
29230 reference "sec:Formula-Styles"
29231
29232 \end_inset
29233
29234 .
29235 \end_layout
29236
29237 \begin_layout Subsection
29238 Cross-References
29239 \begin_inset CommandInset label
29240 LatexCommand label
29241 name "sub:Cross-References"
29242
29243 \end_inset
29244
29245
29246 \begin_inset Index
29247 status collapsed
29248
29249 \begin_layout Plain Layout
29250 Cross-references ! to formulas
29251 \end_layout
29252
29253 \end_inset
29254
29255
29256 \end_layout
29257
29258 \begin_layout Standard
29259 All labeled formulas can be cross-referenced.
29260  A label is added by the menu 
29261 \family sans
29262 Insert\SpecialChar \menuseparator
29263 Label
29264 \family default
29265  or the toolbar button 
29266 \begin_inset Graphics
29267         filename ../images/label-insert.png
29268         scale 85
29269
29270 \end_inset
29271
29272 .
29273  The cursor must hereby be inside a displayed formula.
29274  A dialog pops up displaying the prefix 
29275 \series bold
29276 eq:
29277 \series default
29278  in a text field.
29279  The label is inserted there behind the prefix.
29280  The predefined prefix means 
29281 \begin_inset Quotes eld
29282 \end_inset
29283
29284 equation
29285 \begin_inset Quotes erd
29286 \end_inset
29287
29288  and makes it easier to find labels in large documents because it marks
29289  it as formula label to divide it from e.
29290 \begin_inset space \thinspace{}
29291 \end_inset
29292
29293 g.
29294 \begin_inset space ~
29295 \end_inset
29296
29297 section labels.
29298  To change a label, the menu 
29299 \family sans
29300 Insert\SpecialChar \menuseparator
29301 Label
29302 \family default
29303  is used again.
29304 \end_layout
29305
29306 \begin_layout Standard
29307 The name of the label is displayed in LyX within two parentheses behind
29308  formula.
29309  A formula with a label is always numbered.
29310 \end_layout
29311
29312 \begin_layout Standard
29313 Cross-references are inserted via the menu 
29314 \family sans
29315 Insert\SpecialChar \menuseparator
29316 Cross-Reference
29317 \family default
29318  or with the toolbar button 
29319 \begin_inset Graphics
29320         filename ../images/dialog-show-new-inset_ref.png
29321         scale 85
29322
29323 \end_inset
29324
29325 .
29326  A formula cross-reference appears in the output as formula number.
29327  When in the cross-reference dialog window the format 
29328 \series bold
29329 (<reference>)
29330 \series default
29331  is chosen, the cross-reference appears in the output as formula number
29332  in parentheses.
29333 \begin_inset Newline newline
29334 \end_inset
29335
29336 By right-clicking on a cross-reference in LyX, one jumps to the formula
29337  that is referenced.
29338 \end_layout
29339
29340 \begin_layout Standard
29341 Here are as examples cross-references to formulas of the following subsections:
29342 \begin_inset Note Note
29343 status open
29344
29345 \begin_layout Plain Layout
29346 Note the different cross-reference types.
29347 \end_layout
29348
29349 \end_inset
29350
29351
29352 \end_layout
29353
29354 \begin_layout Standard
29355 The equations 
29356 \begin_inset CommandInset ref
29357 LatexCommand eqref
29358 reference "eq:tag"
29359
29360 \end_inset
29361
29362  and 
29363 \begin_inset CommandInset ref
29364 LatexCommand eqref
29365 reference "eq:c"
29366
29367 \end_inset
29368
29369  are equivalent.
29370  In (
29371 \begin_inset CommandInset ref
29372 LatexCommand ref
29373 reference "eq:Lat"
29374
29375 \end_inset
29376
29377 ) big Latin letters are used for the numbering in contrary to (
29378 \begin_inset CommandInset ref
29379 LatexCommand ref
29380 reference "eq:Rom"
29381
29382 \end_inset
29383
29384 ).
29385 \end_layout
29386
29387 \begin_layout Standard
29388 \begin_inset VSpace medskip
29389 \end_inset
29390
29391 When the argument of 
29392 \series bold
29393
29394 \backslash
29395 tag
29396 \begin_inset Foot
29397 status collapsed
29398
29399 \begin_layout Plain Layout
29400
29401 \series bold
29402
29403 \backslash
29404 tag
29405 \series default
29406  is described in 
29407 \begin_inset CommandInset ref
29408 LatexCommand ref
29409 reference "sub:User-defined-Numbering"
29410
29411 \end_inset
29412
29413 .
29414 \end_layout
29415
29416 \end_inset
29417
29418
29419 \series default
29420  contains a box like in 
29421 \begin_inset CommandInset ref
29422 LatexCommand ref
29423 reference "sub:Paragraph-Boxes"
29424
29425 \end_inset
29426
29427 , the formula cannot be referenced.
29428 \end_layout
29429
29430 \begin_layout Subsection
29431 Subnumbering
29432 \begin_inset Index
29433 status collapsed
29434
29435 \begin_layout Plain Layout
29436 Formula numbering ! subnumbering
29437 \end_layout
29438
29439 \end_inset
29440
29441
29442 \end_layout
29443
29444 \begin_layout Standard
29445 With the help of the commands 
29446 \series bold
29447
29448 \backslash
29449 begin{subequations}
29450 \series default
29451  and 
29452 \series bold
29453
29454 \backslash
29455 end{subequations}
29456 \series default
29457  formulas can be subnumbered.
29458  Both commands are inserted in TeX-mode.
29459 \end_layout
29460
29461 \begin_layout Standard
29462 An example:
29463 \begin_inset Formula \begin{equation}
29464 A=C-B\label{eq:a}\end{equation}
29465
29466 \end_inset
29467
29468
29469 \begin_inset ERT
29470 status collapsed
29471
29472 \begin_layout Plain Layout
29473
29474
29475 \backslash
29476 addtocounter{equation}{-1}
29477 \end_layout
29478
29479 \end_inset
29480
29481
29482 \begin_inset ERT
29483 status collapsed
29484
29485 \begin_layout Plain Layout
29486
29487
29488 \backslash
29489 begin{subequations}
29490 \end_layout
29491
29492 \end_inset
29493
29494
29495 \begin_inset VSpace -5mm
29496 \end_inset
29497
29498
29499 \begin_inset Formula \begin{equation}
29500 B=C-A\label{eq:b}\end{equation}
29501
29502 \end_inset
29503
29504
29505 \begin_inset Formula \begin{equation}
29506 C=A+B\label{eq:c}\end{equation}
29507
29508 \end_inset
29509
29510
29511 \end_layout
29512
29513 \begin_layout Standard
29514 \begin_inset ERT
29515 status collapsed
29516
29517 \begin_layout Plain Layout
29518
29519
29520 \backslash
29521 end{subequations}
29522 \end_layout
29523
29524 \end_inset
29525
29526
29527 \end_layout
29528
29529 \begin_layout Standard
29530 To create the example, the following is done:
29531 \end_layout
29532
29533 \begin_layout Enumerate
29534 first formula is inserted
29535 \end_layout
29536
29537 \begin_layout Enumerate
29538
29539 \series bold
29540
29541 \backslash
29542 addtocounter{equation}{-1} 
29543 \backslash
29544 begin{subequations}
29545 \begin_inset Index
29546 status collapsed
29547
29548 \begin_layout Plain Layout
29549 Commands ! A ! 
29550 \backslash
29551 addtocounter
29552 \end_layout
29553
29554 \end_inset
29555
29556
29557 \begin_inset Newline newline
29558 \end_inset
29559
29560
29561 \series default
29562 is inserted after the first formula
29563 \end_layout
29564
29565 \begin_layout Enumerate
29566 second formula is inserted
29567 \end_layout
29568
29569 \begin_layout Enumerate
29570 third formula is inserted
29571 \end_layout
29572
29573 \begin_layout Enumerate
29574
29575 \series bold
29576
29577 \backslash
29578 end{subequations}
29579 \series default
29580  is inserted after the third formula
29581 \end_layout
29582
29583 \begin_layout Standard
29584 Every formula between the commands 
29585 \series bold
29586
29587 \backslash
29588 begin
29589 \series default
29590  and 
29591 \series bold
29592
29593 \backslash
29594 end
29595 \series default
29596  is subnumbered as a, b, 
29597 \begin_inset Newline linebreak
29598 \end_inset
29599
29600 c, \SpecialChar \ldots{}
29601  For multiline formulas every line will be subnumbered.
29602  All subnumbered formulas are treated as 
29603 \emph on
29604 one
29605 \emph default
29606  numbered formula.
29607  But as every numbered formula increases the counter 
29608 \series bold
29609 equation
29610 \series default
29611  by one, the command 
29612 \series bold
29613
29614 \backslash
29615 addtocounter
29616 \series default
29617  is needed to decrease it.
29618  Otherwise the formulas 
29619 \begin_inset CommandInset ref
29620 LatexCommand eqref
29621 reference "eq:a"
29622
29623 \end_inset
29624
29625
29626 \begin_inset CommandInset ref
29627 LatexCommand eqref
29628 reference "eq:b"
29629
29630 \end_inset
29631
29632
29633 \begin_inset CommandInset ref
29634 LatexCommand eqref
29635 reference "eq:c"
29636
29637 \end_inset
29638
29639  would be numbered as 
29640 \begin_inset CommandInset ref
29641 LatexCommand eqref
29642 reference "eq:a"
29643
29644 \end_inset
29645
29646
29647 \begin_inset CommandInset ref
29648 LatexCommand eqref
29649 reference "eq:d"
29650
29651 \end_inset
29652
29653
29654 \begin_inset CommandInset ref
29655 LatexCommand eqref
29656 reference "eq:f"
29657
29658 \end_inset
29659
29660 .
29661 \end_layout
29662
29663 \begin_layout Standard
29664 By inserting the commands in TeX-mode, a space is created between the first
29665  two formulas.
29666  To revert this -5
29667 \begin_inset space \thinspace{}
29668 \end_inset
29669
29670 mm vertical space is inserted after the command 
29671 \series bold
29672
29673 \backslash
29674 begin{subequations}
29675 \series default
29676 .
29677  When the formula style 
29678 \series bold
29679 Indented
29680 \begin_inset Foot
29681 status collapsed
29682
29683 \begin_layout Plain Layout
29684 formula styles see 
29685 \begin_inset CommandInset ref
29686 LatexCommand ref
29687 reference "sec:Formula-Styles"
29688
29689 \end_inset
29690
29691
29692 \end_layout
29693
29694 \end_inset
29695
29696
29697 \series default
29698  is used, -7
29699 \begin_inset space \thinspace{}
29700 \end_inset
29701
29702 mm space is inserted instead.
29703 \end_layout
29704
29705 \begin_layout Standard
29706 Here is an example for a multiline formula where the numbering was turned
29707  off for the second line:
29708 \begin_inset ERT
29709 status collapsed
29710
29711 \begin_layout Plain Layout
29712
29713
29714 \backslash
29715 begin{subequations}
29716 \end_layout
29717
29718 \end_inset
29719
29720
29721 \begin_inset Formula \begin{eqnarray}
29722 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29723  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29724  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29725
29726 \end_inset
29727
29728
29729 \begin_inset ERT
29730 status collapsed
29731
29732 \begin_layout Plain Layout
29733
29734
29735 \backslash
29736 end{subequations}
29737 \end_layout
29738
29739 \end_inset
29740
29741
29742 \end_layout
29743
29744 \begin_layout Subsection
29745 User-defined Numbering
29746 \begin_inset CommandInset label
29747 LatexCommand label
29748 name "sub:User-defined-Numbering"
29749
29750 \end_inset
29751
29752
29753 \begin_inset Index
29754 status collapsed
29755
29756 \begin_layout Plain Layout
29757 Formula numbering ! user-defined
29758 \end_layout
29759
29760 \end_inset
29761
29762
29763 \end_layout
29764
29765 \begin_layout Standard
29766 \begin_inset Index
29767 status collapsed
29768
29769 \begin_layout Plain Layout
29770 Formula numbering ! self-defined delimiters
29771 \end_layout
29772
29773 \end_inset
29774
29775 With the standard numbering parentheses are set around the formula number.
29776  To replace the parentheses for example by vertical bars, the following
29777  line is added to the LaTeX-preamble:
29778 \end_layout
29779
29780 \begin_layout Standard
29781
29782 \series bold
29783
29784 \backslash
29785 def
29786 \backslash
29787 tagform@#1{
29788 \backslash
29789 maketag@@@{|#1|}}
29790 \series default
29791
29792 \begin_inset Note Note
29793 status collapsed
29794
29795 \begin_layout Plain Layout
29796 This macro is already declared in the LaTeX-preamble for testing.
29797  To activate it, remove the percent sign at the beginning.
29798 \end_layout
29799
29800 \end_inset
29801
29802
29803 \end_layout
29804
29805 \begin_layout Standard
29806 To use other characters, the vertical bars besides the 
29807 \series bold
29808 #1
29809 \series default
29810  are replaced by one ore more characters.
29811  To get only the formula number the vertical bars are omitted.
29812 \end_layout
29813
29814 \begin_layout Standard
29815 \begin_inset VSpace bigskip
29816 \end_inset
29817
29818 When there should be an expression of your choice instead of the consecutive
29819  formula number in parentheses behind the formula, the command 
29820 \series bold
29821
29822 \backslash
29823 tag
29824 \series default
29825
29826 \begin_inset Index
29827 status collapsed
29828
29829 \begin_layout Plain Layout
29830 Commands ! T ! 
29831 \backslash
29832 tag
29833 \end_layout
29834
29835 \end_inset
29836
29837  is used:
29838 \begin_inset Formula \begin{equation}
29839 A+B=C\tag{something}\label{eq:tag}\end{equation}
29840
29841 \end_inset
29842
29843 In this example the command 
29844 \series bold
29845
29846 \backslash
29847 tag
29848 \begin_inset ERT
29849 status collapsed
29850
29851 \begin_layout Plain Layout
29852
29853
29854 \backslash
29855 spce 
29856 \end_layout
29857
29858 \end_inset
29859
29860 something
29861 \series default
29862  was inserted to the formula.
29863 \end_layout
29864
29865 \begin_layout Standard
29866 When the command 
29867 \series bold
29868
29869 \backslash
29870 tag*
29871 \begin_inset ERT
29872 status collapsed
29873
29874 \begin_layout Plain Layout
29875
29876
29877 \backslash
29878 spce 
29879 \end_layout
29880
29881 \end_inset
29882
29883 something
29884 \series default
29885  is inserted instead, the star prevents the parentheses around the expression:
29886 \begin_inset Formula \[
29887 A+B=C\tag*{something}\]
29888
29889 \end_inset
29890
29891
29892 \end_layout
29893
29894 \begin_layout Standard
29895 \begin_inset VSpace bigskip
29896 \end_inset
29897
29898 To restart the formula numbering with new document parts or sections, the
29899  following command is used:
29900 \end_layout
29901
29902 \begin_layout Standard
29903
29904 \series bold
29905
29906 \backslash
29907 @addtoreset{equation}{part}
29908 \series default
29909
29910 \begin_inset Index
29911 status collapsed
29912
29913 \begin_layout Plain Layout
29914 Commands ! 
29915 \begin_inset ERT
29916 status collapsed
29917
29918 \begin_layout Plain Layout
29919
29920 "
29921 \end_layout
29922
29923 \end_inset
29924
29925 @
29926 \begin_inset ERT
29927 status collapsed
29928
29929 \begin_layout Plain Layout
29930
29931 "
29932 \end_layout
29933
29934 \end_inset
29935
29936  ! 
29937 \backslash
29938
29939 \begin_inset ERT
29940 status collapsed
29941
29942 \begin_layout Plain Layout
29943
29944 "
29945 \end_layout
29946
29947 \end_inset
29948
29949 @
29950 \begin_inset ERT
29951 status collapsed
29952
29953 \begin_layout Plain Layout
29954
29955 "
29956 \end_layout
29957
29958 \end_inset
29959
29960 addtoreset
29961 \end_layout
29962
29963 \end_inset
29964
29965
29966 \begin_inset Newline newline
29967 \end_inset
29968
29969 resp.
29970 \begin_inset Newline newline
29971 \end_inset
29972
29973
29974 \series bold
29975
29976 \backslash
29977 @addtoreset{equation}{section}
29978 \end_layout
29979
29980 \begin_layout Standard
29981 To be able to use these commands in TeX-mode, the 
29982 \begin_inset Quotes eld
29983 \end_inset
29984
29985 @
29986 \begin_inset Quotes erd
29987 \end_inset
29988
29989  character has to be made 
29990 \begin_inset Quotes eld
29991 \end_inset
29992
29993 active
29994 \begin_inset Quotes erd
29995 \end_inset
29996
29997  for LaTeX using the command 
29998 \series bold
29999
30000 \backslash
30001 makeatletter.
30002
30003 \series default
30004  The command 
30005 \series bold
30006
30007 \backslash
30008 makeatother
30009 \series default
30010  reverts this.
30011  So the command sequence in TeX-mode is:
30012 \end_layout
30013
30014 \begin_layout Standard
30015
30016 \series bold
30017
30018 \backslash
30019 makeatletter
30020 \begin_inset Newline newline
30021 \end_inset
30022
30023
30024 \backslash
30025 @addtoreset{equation}{section}
30026 \begin_inset Newline newline
30027 \end_inset
30028
30029
30030 \backslash
30031 makeatother
30032 \end_layout
30033
30034 \begin_layout Standard
30035 In the LaTeX-preamble 
30036 \series bold
30037
30038 \backslash
30039 makeatletter
30040 \series default
30041  and 
30042 \series bold
30043
30044 \backslash
30045 makeatother
30046 \series default
30047  can be omitted as they are automatically internally inserted by LyX.
30048 \end_layout
30049
30050 \begin_layout Standard
30051 To revert 
30052 \series bold
30053
30054 \backslash
30055 @addtoreset
30056 \series default
30057 , the file 
30058 \series bold
30059 remreset.sty
30060 \series default
30061
30062 \begin_inset Foot
30063 status collapsed
30064
30065 \begin_layout Plain Layout
30066
30067 \series bold
30068 remreset
30069 \series default
30070  is part of the LaTeX-package 
30071 \series bold
30072 carlisle
30073 \series default
30074
30075 \begin_inset Index
30076 status collapsed
30077
30078 \begin_layout Plain Layout
30079 Packages ! carlisle
30080 \end_layout
30081
30082 \end_inset
30083
30084  that is part of every LaTeX standard installation.
30085 \end_layout
30086
30087 \end_inset
30088
30089
30090 \begin_inset Index
30091 status collapsed
30092
30093 \begin_layout Plain Layout
30094 Packages ! remreset
30095 \end_layout
30096
30097 \end_inset
30098
30099  has to be loaded in the LaTeX-preamble with the line
30100 \end_layout
30101
30102 \begin_layout Standard
30103
30104 \series bold
30105
30106 \backslash
30107 usepackage{remreset}
30108 \end_layout
30109
30110 \begin_layout Standard
30111 Then the command 
30112 \series bold
30113
30114 \backslash
30115 @removefromreset
30116 \series default
30117
30118 \begin_inset Index
30119 status collapsed
30120
30121 \begin_layout Plain Layout
30122 Commands ! 
30123 \begin_inset ERT
30124 status collapsed
30125
30126 \begin_layout Plain Layout
30127
30128 "
30129 \end_layout
30130
30131 \end_inset
30132
30133 @
30134 \begin_inset ERT
30135 status collapsed
30136
30137 \begin_layout Plain Layout
30138
30139 "
30140 \end_layout
30141
30142 \end_inset
30143
30144  ! 
30145 \backslash
30146
30147 \begin_inset ERT
30148 status collapsed
30149
30150 \begin_layout Plain Layout
30151
30152 "
30153 \end_layout
30154
30155 \end_inset
30156
30157 @
30158 \begin_inset ERT
30159 status collapsed
30160
30161 \begin_layout Plain Layout
30162
30163 "
30164 \end_layout
30165
30166 \end_inset
30167
30168 removefromreset
30169 \end_layout
30170
30171 \end_inset
30172
30173  can be used with the same scheme as 
30174 \series bold
30175
30176 \backslash
30177 @addtoreset
30178 \series default
30179 .
30180 \end_layout
30181
30182 \begin_layout Standard
30183 \begin_inset VSpace bigskip
30184 \end_inset
30185
30186 Sometimes formulas should be numbered in the following form:
30187 \end_layout
30188
30189 \begin_layout Standard
30190
30191 \family typewriter
30192 (section number.formula number)
30193 \end_layout
30194
30195 \begin_layout Standard
30196 The formula number should start with every section with 
30197 \begin_inset Quotes eld
30198 \end_inset
30199
30200 1
30201 \begin_inset Quotes erd
30202 \end_inset
30203
30204 .
30205 \end_layout
30206
30207 \begin_layout Standard
30208 For this case there is the command 
30209 \series bold
30210
30211 \backslash
30212 numberwithin
30213 \series default
30214
30215 \begin_inset Index
30216 status collapsed
30217
30218 \begin_layout Plain Layout
30219 Commands ! N ! 
30220 \backslash
30221 numberwithin
30222 \end_layout
30223
30224 \end_inset
30225
30226 , which is used with the following scheme:
30227 \end_layout
30228
30229 \begin_layout Standard
30230
30231 \series bold
30232
30233 \backslash
30234 numberwithin{counter}{sectioning}
30235 \end_layout
30236
30237 \begin_layout Standard
30238 Counter denotes what kind of numbering is affected, sectioning denotes what
30239  number is before the dot.
30240 \end_layout
30241
30242 \begin_layout Standard
30243 Thus in our case the following LaTeX-preamble or ERT line is used:
30244 \end_layout
30245
30246 \begin_layout Standard
30247
30248 \series bold
30249
30250 \backslash
30251 numberwithin{equation}{section}
30252 \end_layout
30253
30254 \begin_layout Standard
30255 This is the result:
30256 \begin_inset ERT
30257 status collapsed
30258
30259 \begin_layout Plain Layout
30260
30261
30262 \backslash
30263 numberwithin{equation}{section}
30264 \end_layout
30265
30266 \end_inset
30267
30268
30269 \begin_inset Formula \begin{equation}
30270 A+B=C\end{equation}
30271
30272 \end_inset
30273
30274
30275 \end_layout
30276
30277 \begin_layout Standard
30278 To number e.
30279 \begin_inset space \thinspace{}
30280 \end_inset
30281
30282 g.
30283 \begin_inset space ~
30284 \end_inset
30285
30286 tables so that the number of the part is the sectioning,
30287 \begin_inset Newline newline
30288 \end_inset
30289
30290
30291 \series bold
30292
30293 \backslash
30294 numberwithin{table}{part}
30295 \series default
30296  is used.
30297 \end_layout
30298
30299 \begin_layout Standard
30300 To go back to the standard numbering or to prevent this kind of numbering
30301  when it is defined by the document class, the following command is inserted
30302  as ERT or to the LaTeX-preamble:
30303 \end_layout
30304
30305 \begin_layout Standard
30306
30307 \series bold
30308
30309 \backslash
30310 renewcommand{
30311 \backslash
30312 theequation}{
30313 \backslash
30314 arabic{equation}}
30315 \begin_inset Index
30316 status collapsed
30317
30318 \begin_layout Plain Layout
30319 Commands ! A ! 
30320 \backslash
30321 arabic
30322 \end_layout
30323
30324 \end_inset
30325
30326
30327 \series default
30328
30329 \begin_inset ERT
30330 status collapsed
30331
30332 \begin_layout Plain Layout
30333
30334
30335 \backslash
30336 renewcommand{
30337 \backslash
30338 theequation}{
30339 \backslash
30340 arabic{equation}}
30341 \end_layout
30342
30343 \end_inset
30344
30345
30346 \series bold
30347
30348 \begin_inset Newline newline
30349 \end_inset
30350
30351
30352 \series default
30353 or
30354 \series bold
30355
30356 \begin_inset Newline newline
30357 \end_inset
30358
30359
30360 \backslash
30361 renewcommand{
30362 \backslash
30363 thetable}{
30364 \backslash
30365 arabic{table}}
30366 \end_layout
30367
30368 \begin_layout Standard
30369
30370 \series bold
30371
30372 \backslash
30373 numberwithin
30374 \series default
30375  uses internally the command 
30376 \series bold
30377
30378 \backslash
30379 @addtoreset
30380 \series default
30381 , described above, that also needs to be reverted.
30382 \begin_inset ERT
30383 status collapsed
30384
30385 \begin_layout Plain Layout
30386
30387
30388 \backslash
30389 makeatletter
30390 \end_layout
30391
30392 \begin_layout Plain Layout
30393
30394
30395 \backslash
30396 @removefromreset{equation}{section}
30397 \end_layout
30398
30399 \begin_layout Plain Layout
30400
30401
30402 \backslash
30403 makeatother
30404 \end_layout
30405
30406 \end_inset
30407
30408
30409 \end_layout
30410
30411 \begin_layout Subsection
30412 Numbering with Roman Numbers and Letters
30413 \begin_inset CommandInset label
30414 LatexCommand label
30415 name "sub:Numbering-with-Roman"
30416
30417 \end_inset
30418
30419
30420 \begin_inset Index
30421 status collapsed
30422
30423 \begin_layout Plain Layout
30424 Formula numbering ! with letters
30425 \end_layout
30426
30427 \end_inset
30428
30429
30430 \begin_inset Index
30431 status collapsed
30432
30433 \begin_layout Plain Layout
30434 Formula numbering ! with Roman numbers
30435 \end_layout
30436
30437 \end_inset
30438
30439
30440 \end_layout
30441
30442 \begin_layout Standard
30443 Formulas can also be numbered with Roman numbers and Latin letters.
30444  To number for example with small Roman numbers, the command
30445 \end_layout
30446
30447 \begin_layout Standard
30448
30449 \series bold
30450
30451 \backslash
30452 renewcommand{
30453 \backslash
30454 theequation}{
30455 \backslash
30456 roman{equation}}
30457 \end_layout
30458
30459 \begin_layout Standard
30460 is inserted before the formula in TeX-mode.
30461  
30462 \series bold
30463
30464 \backslash
30465 renewcommand
30466 \series default
30467
30468 \begin_inset Index
30469 status collapsed
30470
30471 \begin_layout Plain Layout
30472 Commands ! R ! 
30473 \backslash
30474 renewcommand
30475 \end_layout
30476
30477 \end_inset
30478
30479  redefines the predefined command 
30480 \series bold
30481
30482 \backslash
30483 theequation
30484 \series default
30485  to the command 
30486 \series bold
30487
30488 \backslash
30489 roman{equation}
30490 \series default
30491
30492 \begin_inset Foot
30493 status collapsed
30494
30495 \begin_layout Plain Layout
30496 The command 
30497 \series bold
30498
30499 \backslash
30500 renewcommand
30501 \series default
30502  has the same scheme like the command 
30503 \series bold
30504
30505 \backslash
30506 newcommand
30507 \series default
30508  that is described in 
30509 \begin_inset CommandInset ref
30510 LatexCommand ref
30511 reference "sec:User-defined-commands"
30512
30513 \end_inset
30514
30515 .
30516 \end_layout
30517
30518 \end_inset
30519
30520 .
30521  
30522 \series bold
30523 equation
30524 \series default
30525  is the formula counter.
30526  When the command 
30527 \series bold
30528
30529 \backslash
30530 the
30531 \series default
30532  is used as prefix for a counter, the value of the counter is output as
30533  Arabic number.
30534  When a formula is numbered, LaTeX sets internally the command 
30535 \series bold
30536
30537 \backslash
30538 theequation
30539 \series default
30540  behind the formula.
30541  
30542 \series bold
30543
30544 \backslash
30545 roman{equation}
30546 \begin_inset Index
30547 status collapsed
30548
30549 \begin_layout Plain Layout
30550 Commands ! R ! 
30551 \backslash
30552 roman
30553 \end_layout
30554
30555 \end_inset
30556
30557
30558 \series default
30559  outputs the counter as small Roman number.
30560 \end_layout
30561
30562 \begin_layout Standard
30563 All formulas behind the command 
30564 \series bold
30565
30566 \backslash
30567 renew
30568 \series default
30569 c
30570 \series bold
30571 ommand
30572 \series default
30573  are now numbered Roman.
30574  To switch to numbering with big Roman numbers, the command is inserted
30575  again, but 
30576 \series bold
30577
30578 \backslash
30579 roman
30580 \series default
30581  is replaced by 
30582 \series bold
30583
30584 \backslash
30585 Roman
30586 \series default
30587
30588 \begin_inset Index
30589 status collapsed
30590
30591 \begin_layout Plain Layout
30592 Commands ! R ! 
30593 \backslash
30594 roman@
30595 \backslash
30596 Roman
30597 \end_layout
30598
30599 \end_inset
30600
30601 .
30602  To 
30603 \begin_inset Quotes eld
30604 \end_inset
30605
30606 number
30607 \begin_inset Quotes erd
30608 \end_inset
30609
30610  with small Latin letters there is the command 
30611 \series bold
30612
30613 \backslash
30614 alph
30615 \series default
30616
30617 \begin_inset Index
30618 status collapsed
30619
30620 \begin_layout Plain Layout
30621 Commands ! A ! 
30622 \backslash
30623 alph
30624 \end_layout
30625
30626 \end_inset
30627
30628 , for big ones there is the command 
30629 \series bold
30630
30631 \backslash
30632 Alph
30633 \series default
30634
30635 \begin_inset Index
30636 status open
30637
30638 \begin_layout Plain Layout
30639 Commands ! A ! 
30640 \backslash
30641 alph@
30642 \backslash
30643 Alph
30644 \end_layout
30645
30646 \end_inset
30647
30648 .
30649 \end_layout
30650
30651 \begin_layout Standard
30652 \begin_inset Note Greyedout
30653 status open
30654
30655 \begin_layout Plain Layout
30656
30657 \series bold
30658 Note:
30659 \series default
30660  Only maximal 26 formulas can be numbered with Latin letters in one document.
30661 \end_layout
30662
30663 \end_inset
30664
30665
30666 \end_layout
30667
30668 \begin_layout Standard
30669 \begin_inset ERT
30670 status collapsed
30671
30672 \begin_layout Plain Layout
30673
30674
30675 \backslash
30676 renewcommand{
30677 \backslash
30678 theequation}{
30679 \backslash
30680 roman{equation}}
30681 \end_layout
30682
30683 \end_inset
30684
30685
30686 \end_layout
30687
30688 \begin_layout Standard
30689 \begin_inset Formula \begin{equation}
30690 A=\textrm{small roman}\label{eq:rom}\end{equation}
30691
30692 \end_inset
30693
30694
30695 \begin_inset ERT
30696 status collapsed
30697
30698 \begin_layout Plain Layout
30699
30700
30701 \backslash
30702 renewcommand{
30703 \backslash
30704 theequation}{
30705 \backslash
30706 Roman{equation}}
30707 \end_layout
30708
30709 \end_inset
30710
30711
30712 \begin_inset Formula \begin{equation}
30713 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
30714
30715 \end_inset
30716
30717
30718 \begin_inset ERT
30719 status collapsed
30720
30721 \begin_layout Plain Layout
30722
30723
30724 \backslash
30725 renewcommand{
30726 \backslash
30727 theequation}{
30728 \backslash
30729 alph{equation}}
30730 \end_layout
30731
30732 \end_inset
30733
30734
30735 \begin_inset Formula \begin{equation}
30736 C=\textrm{small Latin}\label{eq:lat}\end{equation}
30737
30738 \end_inset
30739
30740
30741 \begin_inset ERT
30742 status collapsed
30743
30744 \begin_layout Plain Layout
30745
30746
30747 \backslash
30748 renewcommand{
30749 \backslash
30750 theequation}{
30751 \backslash
30752 Alph{equation}}
30753 \end_layout
30754
30755 \end_inset
30756
30757
30758 \begin_inset Formula \begin{equation}
30759 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
30760
30761 \end_inset
30762
30763
30764 \end_layout
30765
30766 \begin_layout Standard
30767 To switch back to the default numbering, insert the command:
30768 \end_layout
30769
30770 \begin_layout Standard
30771
30772 \series bold
30773
30774 \backslash
30775 renewcommand{
30776 \backslash
30777 theequation}{
30778 \backslash
30779 arabic{equation}}
30780 \begin_inset Index
30781 status collapsed
30782
30783 \begin_layout Plain Layout
30784 Commands ! A ! 
30785 \backslash
30786 arabic
30787 \end_layout
30788
30789 \end_inset
30790
30791
30792 \end_layout
30793
30794 \begin_layout Standard
30795 \begin_inset ERT
30796 status collapsed
30797
30798 \begin_layout Plain Layout
30799
30800
30801 \backslash
30802 renewcommand{
30803 \backslash
30804 theequation}{
30805 \backslash
30806 arabic{equation}}
30807 \end_layout
30808
30809 \end_inset
30810
30811
30812 \begin_inset Formula \begin{equation}
30813 E=\textrm{Arabic}\label{eq:arab}\end{equation}
30814
30815 \end_inset
30816
30817
30818 \end_layout
30819
30820 \begin_layout Standard
30821 \begin_inset VSpace medskip
30822 \end_inset
30823
30824 As you see, formulas are numbered serially independent from the numbering
30825  style.
30826  When then numbering should start with 
30827 \begin_inset Quotes eld
30828 \end_inset
30829
30830 1
30831 \begin_inset Quotes erd
30832 \end_inset
30833
30834  when the style is changed, new equation counters have to be defined.
30835  A description about this can be found in the file 
30836 \begin_inset CommandInset href
30837 LatexCommand href
30838 target "Formula-numbering.lyx"
30839
30840 \end_inset
30841
30842 .
30843 \end_layout
30844
30845 \begin_layout Section
30846 User-defined commands
30847 \begin_inset CommandInset label
30848 LatexCommand label
30849 name "sec:User-defined-commands"
30850
30851 \end_inset
30852
30853
30854 \begin_inset Index
30855 status collapsed
30856
30857 \begin_layout Plain Layout
30858 User-defined commands
30859 \end_layout
30860
30861 \end_inset
30862
30863
30864 \end_layout
30865
30866 \begin_layout Standard
30867 Many LaTeX-commands are too long to be used frequently.
30868  But it is possible to define with the command 
30869 \series bold
30870
30871 \backslash
30872 newcommand
30873 \series default
30874
30875 \begin_inset Index
30876 status collapsed
30877
30878 \begin_layout Plain Layout
30879 Commands ! N ! 
30880 \backslash
30881 newcommand
30882 \end_layout
30883
30884 \end_inset
30885
30886  new shorter commands.
30887 \end_layout
30888
30889 \begin_layout Standard
30890 The command scheme of 
30891 \series bold
30892
30893 \backslash
30894 newcommand
30895 \series default
30896  is:
30897 \end_layout
30898
30899 \begin_layout Standard
30900
30901 \series bold
30902
30903 \backslash
30904 newcommand{new command name}[number of arguments][optional
30905 \series default
30906  
30907 \series bold
30908 value]
30909 \begin_inset Newline newline
30910 \end_inset
30911
30912
30913 \begin_inset ERT
30914 status collapsed
30915
30916 \begin_layout Plain Layout
30917
30918
30919 \backslash
30920 phantom{
30921 \end_layout
30922
30923 \end_inset
30924
30925
30926 \backslash
30927 newcommand
30928 \begin_inset ERT
30929 status collapsed
30930
30931 \begin_layout Plain Layout
30932
30933 }
30934 \end_layout
30935
30936 \end_inset
30937
30938 {command definition}
30939 \end_layout
30940
30941 \begin_layout Standard
30942 \begin_inset Note Greyedout
30943 status open
30944
30945 \begin_layout Plain Layout
30946
30947 \series bold
30948 Note:
30949 \series default
30950  Assure that the name of the new command is not already used in your document
30951  or by LaTeX-packages that you use.
30952  When you for example define the command 
30953 \series bold
30954
30955 \backslash
30956 le
30957 \series default
30958  for 
30959 \series bold
30960
30961 \backslash
30962 Leftarrow
30963 \series default
30964 , you get an error message because 
30965 \series bold
30966
30967 \backslash
30968 le
30969 \series default
30970  is already defined as command for 
30971 \begin_inset Quotes eld
30972 \end_inset
30973
30974
30975 \begin_inset Formula $\le$
30976 \end_inset
30977
30978
30979 \begin_inset Quotes erd
30980 \end_inset
30981
30982 .
30983 \end_layout
30984
30985 \end_inset
30986
30987
30988 \end_layout
30989
30990 \begin_layout Standard
30991 \begin_inset Note Greyedout
30992 status open
30993
30994 \begin_layout Plain Layout
30995
30996 \series bold
30997 Note:
30998 \series default
30999  The names of user-defined commands may only consist of Latin letters.
31000 \end_layout
31001
31002 \end_inset
31003
31004
31005 \end_layout
31006
31007 \begin_layout Standard
31008 The number of arguments is an integer in the range 0
31009 \begin_inset space \thinspace{}
31010 \end_inset
31011
31012 -
31013 \begin_inset space \thinspace{}
31014 \end_inset
31015
31016 9 and specifies how many arguments the new command should have.
31017  With the optional value a value for an optional argument can be predefined.
31018  When this is done, the 
31019 \emph on
31020 first
31021 \emph default
31022  
31023 \emph on
31024 a
31025 \emph default
31026 rgument of the new command is automatically an optional one.
31027 \end_layout
31028
31029 \begin_layout Standard
31030 Here are some examples:
31031 \end_layout
31032
31033 \begin_layout Itemize
31034 To define the command 
31035 \series bold
31036
31037 \backslash
31038 gr
31039 \series default
31040  for 
31041 \series bold
31042
31043 \backslash
31044 Longrightarrow
31045 \series default
31046 , the LaTeX-preamble line is:
31047 \begin_inset ERT
31048 status collapsed
31049
31050 \begin_layout Plain Layout
31051
31052
31053 \backslash
31054 medskip
31055 \end_layout
31056
31057 \end_inset
31058
31059
31060 \series bold
31061
31062 \begin_inset Newline newline
31063 \end_inset
31064
31065
31066 \backslash
31067 newcommand{
31068 \backslash
31069 gr}{
31070 \backslash
31071 Longrightarrow}
31072 \end_layout
31073
31074 \begin_layout Itemize
31075 To define the command 
31076 \series bold
31077
31078 \backslash
31079 us
31080 \series default
31081  for 
31082 \series bold
31083
31084 \backslash
31085 underline
31086 \series default
31087 , the argument (that should be underlined) must be taken into account.
31088  For this the preamble line is:
31089 \begin_inset ERT
31090 status collapsed
31091
31092 \begin_layout Plain Layout
31093
31094
31095 \backslash
31096 medskip
31097 \end_layout
31098
31099 \end_inset
31100
31101
31102 \series bold
31103
31104 \begin_inset Newline newline
31105 \end_inset
31106
31107
31108 \backslash
31109 newcommand{
31110 \backslash
31111 us}[1]{
31112 \backslash
31113 underline{#1}}
31114 \series default
31115
31116 \begin_inset ERT
31117 status collapsed
31118
31119 \begin_layout Plain Layout
31120
31121
31122 \backslash
31123 medskip
31124 \end_layout
31125
31126 \end_inset
31127
31128
31129 \series bold
31130
31131 \begin_inset Newline newline
31132 \end_inset
31133
31134
31135 \series default
31136 The character 
31137 \series bold
31138 #
31139 \series default
31140  acts as argument placeholder, the 
31141 \series bold
31142 1
31143 \series default
31144  behind it denotes that it is the placeholder for the first argument.
31145 \end_layout
31146
31147 \begin_layout Itemize
31148 For 
31149 \series bold
31150
31151 \backslash
31152 framebox
31153 \series default
31154  one can e.
31155 \begin_inset space \thinspace{}
31156 \end_inset
31157
31158 g.
31159 \begin_inset space ~
31160 \end_inset
31161
31162 define the command 
31163 \series bold
31164
31165 \backslash
31166 fb
31167 \series default
31168 :
31169 \begin_inset ERT
31170 status collapsed
31171
31172 \begin_layout Plain Layout
31173
31174
31175 \backslash
31176 medskip
31177 \end_layout
31178
31179 \end_inset
31180
31181
31182 \series bold
31183
31184 \begin_inset Newline newline
31185 \end_inset
31186
31187
31188 \backslash
31189 newcommand{
31190 \backslash
31191 fb}[3]{
31192 \backslash
31193 framebox#1#2{$#3$}}
31194 \series default
31195
31196 \begin_inset ERT
31197 status collapsed
31198
31199 \begin_layout Plain Layout
31200
31201
31202 \backslash
31203 medskip
31204 \end_layout
31205
31206 \end_inset
31207
31208
31209 \series bold
31210
31211 \begin_inset Newline newline
31212 \end_inset
31213
31214
31215 \series default
31216 The two Dollar signs creates the extra formula needed for 
31217 \series bold
31218
31219 \backslash
31220 framebox
31221 \series default
31222 , see 
31223 \begin_inset CommandInset ref
31224 LatexCommand ref
31225 reference "sub:Boxes-with-Frame"
31226
31227 \end_inset
31228
31229 .
31230 \end_layout
31231
31232 \begin_layout Itemize
31233 To create a new command for 
31234 \series bold
31235
31236 \backslash
31237 fcolorbox
31238 \series default
31239  where the color for the box needn't to be specified, the argument for the
31240  color is defined optional:
31241 \begin_inset ERT
31242 status collapsed
31243
31244 \begin_layout Plain Layout
31245
31246
31247 \backslash
31248 medskip
31249 \end_layout
31250
31251 \end_inset
31252
31253
31254 \series bold
31255
31256 \begin_inset Newline newline
31257 \end_inset
31258
31259
31260 \backslash
31261 newcommand{
31262 \backslash
31263 cb}[3][white]{
31264 \backslash
31265 fcolorbox{#2}{#1}{$#3$}}
31266 \series default
31267
31268 \begin_inset ERT
31269 status collapsed
31270
31271 \begin_layout Plain Layout
31272
31273
31274 \backslash
31275 medskip
31276 \end_layout
31277
31278 \end_inset
31279
31280
31281 \begin_inset Newline newline
31282 \end_inset
31283
31284 When the color is not specified when using 
31285 \series bold
31286
31287 \backslash
31288 cb
31289 \series default
31290 , the predefined color 
31291 \series bold
31292 white
31293 \series default
31294  will be used.
31295 \end_layout
31296
31297 \begin_layout Standard
31298 A test of the new defined commands:
31299 \end_layout
31300
31301 \begin_layout Standard
31302 \align center
31303 \begin_inset Tabular
31304 <lyxtabular version="3" rows="6" columns="2">
31305 <features>
31306 <column alignment="center" valignment="top" width="0">
31307 <column alignment="center" valignment="top" width="0">
31308 <row>
31309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31310 \begin_inset Text
31311
31312 \begin_layout Plain Layout
31313 Command
31314 \end_layout
31315
31316 \end_inset
31317 </cell>
31318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31319 \begin_inset Text
31320
31321 \begin_layout Plain Layout
31322 Result
31323 \begin_inset Note Note
31324 status collapsed
31325
31326 \begin_layout Plain Layout
31327
31328 \series bold
31329
31330 \backslash
31331 raisebox
31332 \series default
31333  is only used as spacer.
31334 \end_layout
31335
31336 \end_inset
31337
31338
31339 \end_layout
31340
31341 \end_inset
31342 </cell>
31343 </row>
31344 <row>
31345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31346 \begin_inset Text
31347
31348 \begin_layout Plain Layout
31349 A
31350 \backslash
31351 gr
31352 \begin_inset ERT
31353 status collapsed
31354
31355 \begin_layout Plain Layout
31356
31357
31358 \backslash
31359 spce 
31360 \end_layout
31361
31362 \end_inset
31363
31364 B
31365 \end_layout
31366
31367 \end_inset
31368 </cell>
31369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31370 \begin_inset Text
31371
31372 \begin_layout Plain Layout
31373 \begin_inset Formula $A\gr B$
31374 \end_inset
31375
31376
31377 \end_layout
31378
31379 \end_inset
31380 </cell>
31381 </row>
31382 <row>
31383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31384 \begin_inset Text
31385
31386 \begin_layout Plain Layout
31387
31388 \backslash
31389 us{ABcd
31390 \end_layout
31391
31392 \end_inset
31393 </cell>
31394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31395 \begin_inset Text
31396
31397 \begin_layout Plain Layout
31398 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31399 \end_inset
31400
31401
31402 \end_layout
31403
31404 \end_inset
31405 </cell>
31406 </row>
31407 <row>
31408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31409 \begin_inset Text
31410
31411 \begin_layout Plain Layout
31412
31413 \backslash
31414 fb{[2cm]
31415 \begin_inset Formula $\to$
31416 \end_inset
31417
31418
31419 \backslash
31420 {
31421 \begin_inset Formula $\to$
31422 \end_inset
31423
31424
31425 \backslash
31426 {
31427 \backslash
31428 int
31429 \begin_inset ERT
31430 status collapsed
31431
31432 \begin_layout Plain Layout
31433
31434
31435 \backslash
31436 spce 
31437 \end_layout
31438
31439 \end_inset
31440
31441 A=B
31442 \end_layout
31443
31444 \end_inset
31445 </cell>
31446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31447 \begin_inset Text
31448
31449 \begin_layout Plain Layout
31450 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31451 \end_inset
31452
31453
31454 \end_layout
31455
31456 \end_inset
31457 </cell>
31458 </row>
31459 <row>
31460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31461 \begin_inset Text
31462
31463 \begin_layout Plain Layout
31464
31465 \backslash
31466 cb{red
31467 \begin_inset Formula $\to$
31468 \end_inset
31469
31470
31471 \backslash
31472 {
31473 \backslash
31474 int
31475 \begin_inset ERT
31476 status collapsed
31477
31478 \begin_layout Plain Layout
31479
31480
31481 \backslash
31482 spce 
31483 \end_layout
31484
31485 \end_inset
31486
31487 A=B
31488 \end_layout
31489
31490 \end_inset
31491 </cell>
31492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31493 \begin_inset Text
31494
31495 \begin_layout Plain Layout
31496 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31497 \end_inset
31498
31499
31500 \end_layout
31501
31502 \end_inset
31503 </cell>
31504 </row>
31505 <row>
31506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31507 \begin_inset Text
31508
31509 \begin_layout Plain Layout
31510
31511 \backslash
31512 cb[green]
31513 \backslash
31514 {red
31515 \begin_inset Formula $\to$
31516 \end_inset
31517
31518
31519 \backslash
31520 {
31521 \backslash
31522 int
31523 \begin_inset ERT
31524 status collapsed
31525
31526 \begin_layout Plain Layout
31527
31528
31529 \backslash
31530 spce 
31531 \end_layout
31532
31533 \end_inset
31534
31535 A=B
31536 \end_layout
31537
31538 \end_inset
31539 </cell>
31540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31541 \begin_inset Text
31542
31543 \begin_layout Plain Layout
31544 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31545 \end_inset
31546
31547
31548 \end_layout
31549
31550 \end_inset
31551 </cell>
31552 </row>
31553 </lyxtabular>
31554
31555 \end_inset
31556
31557
31558 \end_layout
31559
31560 \begin_layout Section
31561 Diagrams
31562 \begin_inset Index
31563 status collapsed
31564
31565 \begin_layout Plain Layout
31566 Diagrams
31567 \end_layout
31568
31569 \end_inset
31570
31571
31572 \end_layout
31573
31574 \begin_layout Standard
31575 To create diagrams, the LaTeX-package 
31576 \series bold
31577 amscd
31578 \begin_inset Foot
31579 status collapsed
31580
31581 \begin_layout Plain Layout
31582
31583 \series bold
31584 amscd
31585 \series default
31586  is part of every LaTeX standard installation.
31587 \end_layout
31588
31589 \end_inset
31590
31591
31592 \series default
31593
31594 \begin_inset Index
31595 status collapsed
31596
31597 \begin_layout Plain Layout
31598 Packages ! amscd
31599 \end_layout
31600
31601 \end_inset
31602
31603  is needed.
31604  It is loaded in the LaTeX-preamble with the line
31605 \end_layout
31606
31607 \begin_layout Standard
31608
31609 \series bold
31610
31611 \backslash
31612 usepackage{amscd}
31613 \end_layout
31614
31615 \begin_layout Standard
31616 Diagrams visualize relations and look like this:
31617 \begin_inset Formula \[
31618 \begin{CD}A@>>>B@>>>C\\
31619 @AAA@.@VVV\\
31620 F@<<<E@<<<D\end{CD}\]
31621
31622 \end_inset
31623
31624
31625 \end_layout
31626
31627 \begin_layout Standard
31628 To get them, the command 
31629 \series bold
31630
31631 \backslash
31632 CD
31633 \begin_inset Index
31634 status collapsed
31635
31636 \begin_layout Plain Layout
31637 Commands ! C ! 
31638 \backslash
31639 CD
31640 \end_layout
31641
31642 \end_inset
31643
31644
31645 \series default
31646  is inserted to a formula.
31647  A blue box appears with two dashed lines where further commands can be
31648  inserted.
31649  With 
31650 \family sans
31651 Ctrl-Return
31652 \family default
31653  a new line is created.
31654  Horizontal relations are inserted in odd, vertical in even formula lines.
31655 \end_layout
31656
31657 \begin_layout Standard
31658 To create the relations there are the following commands:
31659 \end_layout
31660
31661 \begin_layout Itemize
31662
31663 \series bold
31664 @<<<
31665 \series default
31666  creates a left arrow, 
31667 \series bold
31668 @>>>
31669 \series default
31670  a right arrow, and 
31671 \series bold
31672 @=
31673 \series default
31674  a long equal sign
31675 \end_layout
31676
31677 \begin_layout Itemize
31678
31679 \series bold
31680 @AAA
31681 \series default
31682  creates an up arrow, 
31683 \series bold
31684 @VVV
31685 \series default
31686  an down arrow, and 
31687 \series bold
31688 @|
31689 \series default
31690  a vertical equal sign
31691 \end_layout
31692
31693 \begin_layout Itemize
31694
31695 \series bold
31696 @.
31697
31698 \series default
31699  is a placeholder for non-existent relations
31700 \end_layout
31701
31702 \begin_layout Standard
31703 All arrows can be labeled as follows:
31704 \end_layout
31705
31706 \begin_layout Itemize
31707 Is text inserted between the first and second < or >, resp., it is placed
31708  above the arrow.
31709  When it is inserted between the second and third one, it appears under
31710  the arrow.
31711 \end_layout
31712
31713 \begin_layout Itemize
31714 When text for vertical arrows is inserted between the first and second A
31715  or V, resp., it is placed left beside the arrow.
31716  When it is inserted between the second and third one, it appears right
31717  beside the arrow.
31718  If the text contains an A or V, these letters must be set into a TeX-brace.
31719 \end_layout
31720
31721 \begin_layout Standard
31722 As example a diagram with all possible relations:
31723 \end_layout
31724
31725 \begin_layout Standard
31726 \begin_inset Formula \[
31727 \begin{CD}A@>j>>B@>>k>C@=F\\
31728 @AmAA@.@VV{V}V@|\\
31729 D@<<j<E@>k>>F@=C\end{CD}\]
31730
31731 \end_inset
31732
31733
31734 \end_layout
31735
31736 \begin_layout Standard
31737 The command for this is:
31738 \begin_inset Newline newline
31739 \end_inset
31740
31741
31742 \series bold
31743
31744 \backslash
31745 CD
31746 \begin_inset ERT
31747 status collapsed
31748
31749 \begin_layout Plain Layout
31750
31751
31752 \backslash
31753 spce 
31754 \end_layout
31755
31756 \end_inset
31757
31758 A@>j>>B@>>k>C@=F Ctrl-Enter
31759 \begin_inset Newline newline
31760 \end_inset
31761
31762
31763 \begin_inset ERT
31764 status collapsed
31765
31766 \begin_layout Plain Layout
31767
31768
31769 \backslash
31770 hphantom{
31771 \end_layout
31772
31773 \end_inset
31774
31775
31776 \backslash
31777 CD
31778 \begin_inset ERT
31779 status collapsed
31780
31781 \begin_layout Plain Layout
31782
31783
31784 \backslash
31785 spce 
31786 \end_layout
31787
31788 \end_inset
31789
31790
31791 \begin_inset ERT
31792 status collapsed
31793
31794 \begin_layout Plain Layout
31795
31796 }
31797 \end_layout
31798
31799 \end_inset
31800
31801 @AmAA@.@VV
31802 \backslash
31803 {V
31804 \series default
31805
31806 \begin_inset Formula $\to$
31807 \end_inset
31808
31809
31810 \series bold
31811 V@| Ctrl-Enter
31812 \begin_inset Newline newline
31813 \end_inset
31814
31815
31816 \begin_inset ERT
31817 status collapsed
31818
31819 \begin_layout Plain Layout
31820
31821
31822 \backslash
31823 hphantom{
31824 \end_layout
31825
31826 \end_inset
31827
31828
31829 \backslash
31830 CD
31831 \begin_inset ERT
31832 status collapsed
31833
31834 \begin_layout Plain Layout
31835
31836
31837 \backslash
31838 spce 
31839 \end_layout
31840
31841 \end_inset
31842
31843
31844 \begin_inset ERT
31845 status collapsed
31846
31847 \begin_layout Plain Layout
31848
31849 }
31850 \end_layout
31851
31852 \end_inset
31853
31854 D@<<j<E@>k>>F@=C
31855 \end_layout
31856
31857 \begin_layout Standard
31858 \begin_inset Newpage newpage
31859 \end_inset
31860
31861
31862 \end_layout
31863
31864 \begin_layout Section
31865 Tips
31866 \begin_inset ERT
31867 status collapsed
31868
31869 \begin_layout Plain Layout
31870
31871
31872 \backslash
31873 texorpdfstring{
31874 \end_layout
31875
31876 \end_inset
31877
31878
31879 \begin_inset Foot
31880 status collapsed
31881
31882 \begin_layout Plain Layout
31883 Other useful math tips can be found in 
31884 \begin_inset CommandInset citation
31885 LatexCommand cite
31886 key "Voss"
31887
31888 \end_inset
31889
31890 .
31891 \end_layout
31892
31893 \end_inset
31894
31895
31896 \begin_inset ERT
31897 status collapsed
31898
31899 \begin_layout Plain Layout
31900
31901 }{}
31902 \end_layout
31903
31904 \end_inset
31905
31906
31907 \begin_inset Note Note
31908 status collapsed
31909
31910 \begin_layout Plain Layout
31911
31912 \backslash
31913 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
31914 \end_layout
31915
31916 \begin_layout Plain Layout
31917 More about 
31918 \backslash
31919 texorpdfstring is in section 
31920 \begin_inset CommandInset ref
31921 LatexCommand ref
31922 reference "sub:Formulas-in-Section"
31923
31924 \end_inset
31925
31926 .
31927 \end_layout
31928
31929 \end_inset
31930
31931
31932 \begin_inset Index
31933 status collapsed
31934
31935 \begin_layout Plain Layout
31936 Tips
31937 \end_layout
31938
31939 \end_inset
31940
31941
31942 \begin_inset Index
31943 status collapsed
31944
31945 \begin_layout Plain Layout
31946 Ions|see
31947 \begin_inset ERT
31948 status collapsed
31949
31950 \begin_layout Plain Layout
31951
31952 {
31953 \end_layout
31954
31955 \end_inset
31956
31957 Chemical characters
31958 \begin_inset ERT
31959 status collapsed
31960
31961 \begin_layout Plain Layout
31962
31963 }
31964 \end_layout
31965
31966 \end_inset
31967
31968
31969 \end_layout
31970
31971 \end_inset
31972
31973
31974 \end_layout
31975
31976 \begin_layout Subsection
31977 Chemical Symbols and Equations
31978 \begin_inset CommandInset label
31979 LatexCommand label
31980 name "sub:Chemical-Symbols-and"
31981
31982 \end_inset
31983
31984
31985 \begin_inset Index
31986 status collapsed
31987
31988 \begin_layout Plain Layout
31989 Chemical characters ! Symbols
31990 \end_layout
31991
31992 \end_inset
31993
31994
31995 \begin_inset Index
31996 status collapsed
31997
31998 \begin_layout Plain Layout
31999 Chemical equations
32000 \end_layout
32001
32002 \end_inset
32003
32004
32005 \begin_inset Index
32006 status collapsed
32007
32008 \begin_layout Plain Layout
32009 Symbols ! chemical
32010 \end_layout
32011
32012 \end_inset
32013
32014
32015 \end_layout
32016
32017 \begin_layout Standard
32018 An example text from chemistry:
32019 \end_layout
32020
32021 \begin_layout Quote
32022 The 
32023 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32024 \end_inset
32025
32026 -ion reacts with two 
32027 \begin_inset Formula $\mathrm{Na^{+}}$
32028 \end_inset
32029
32030 -ions to sodium sulfate 
32031 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32032 \end_inset
32033
32034 .
32035  The chemical equation for this is:
32036 \begin_inset Formula \[
32037 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32038
32039 \end_inset
32040
32041
32042 \end_layout
32043
32044 \begin_layout Standard
32045 This chemical equation can directly be created as formula.
32046  To avoid that the symbols appear italic, everything is highlighted and
32047  changed by the shortcut 
32048 \family sans
32049 Alt-c
32050 \begin_inset space ~
32051 \end_inset
32052
32053 r
32054 \family default
32055  to the upright font style.
32056 \begin_inset Foot
32057 status collapsed
32058
32059 \begin_layout Plain Layout
32060 font styles
32061 \series bold
32062  
32063 \series default
32064 see 
32065 \begin_inset CommandInset ref
32066 LatexCommand ref
32067 reference "sub:Font-Styles"
32068
32069 \end_inset
32070
32071
32072 \end_layout
32073
32074 \end_inset
32075
32076
32077 \end_layout
32078
32079 \begin_layout Subsection
32080 Negative Numbers
32081 \begin_inset Index
32082 status collapsed
32083
32084 \begin_layout Plain Layout
32085 Numbers ! negative
32086 \end_layout
32087
32088 \end_inset
32089
32090
32091 \end_layout
32092
32093 \begin_layout Standard
32094 Negative numbers often look ugly in formulas because the minus sign before
32095  the number is set with the same length as the minus operator sign.
32096  When writing the negative number in normal text, the minus sign appears
32097  correctly.
32098 \end_layout
32099
32100 \begin_layout Standard
32101 Thus, the problem disappears when converting the minus sign to mathematical
32102  text.
32103 \end_layout
32104
32105 \begin_layout Standard
32106 An example to visualize the problem:
32107 \end_layout
32108
32109 \begin_layout Standard
32110 \align center
32111 \begin_inset Tabular
32112 <lyxtabular version="3" rows="3" columns="2">
32113 <features>
32114 <column alignment="right" valignment="top" width="0">
32115 <column alignment="left" valignment="top" width="0">
32116 <row>
32117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32118 \begin_inset Text
32119
32120 \begin_layout Plain Layout
32121 normal text:
32122 \end_layout
32123
32124 \end_inset
32125 </cell>
32126 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32127 \begin_inset Text
32128
32129 \begin_layout Plain Layout
32130 x = -2
32131 \end_layout
32132
32133 \end_inset
32134 </cell>
32135 </row>
32136 <row>
32137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32138 \begin_inset Text
32139
32140 \begin_layout Plain Layout
32141 formula:
32142 \end_layout
32143
32144 \end_inset
32145 </cell>
32146 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32147 \begin_inset Text
32148
32149 \begin_layout Plain Layout
32150 \begin_inset Formula $x=-2$
32151 \end_inset
32152
32153
32154 \end_layout
32155
32156 \end_inset
32157 </cell>
32158 </row>
32159 <row>
32160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32161 \begin_inset Text
32162
32163 \begin_layout Plain Layout
32164 solution:
32165 \end_layout
32166
32167 \end_inset
32168 </cell>
32169 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32170 \begin_inset Text
32171
32172 \begin_layout Plain Layout
32173 \begin_inset Formula $x=\textrm{-}2$
32174 \end_inset
32175
32176
32177 \end_layout
32178
32179 \end_inset
32180 </cell>
32181 </row>
32182 </lyxtabular>
32183
32184 \end_inset
32185
32186
32187 \end_layout
32188
32189 \begin_layout Subsection
32190 Comma as Decimal Separator
32191 \begin_inset Index
32192 status collapsed
32193
32194 \begin_layout Plain Layout
32195 Comma
32196 \end_layout
32197
32198 \end_inset
32199
32200
32201 \end_layout
32202
32203 \begin_layout Standard
32204 In LaTeX a comma inside a formula is used, according to the English convention,
32205  as number group separator.
32206  So there will be space added behind all commas in formulas.
32207 \end_layout
32208
32209 \begin_layout Standard
32210 To avoid this, the comma is highlighted and changed to mathematical text
32211  (shortcut 
32212 \family sans
32213 Alt-m
32214 \begin_inset space ~
32215 \end_inset
32216
32217 m
32218 \family default
32219 ).
32220 \end_layout
32221
32222 \begin_layout Standard
32223 To use all formula commas in the document as decimal separator, the file
32224  
32225 \series bold
32226 icomma.sty
32227 \series default
32228
32229 \begin_inset Foot
32230 status collapsed
32231
32232 \begin_layout Plain Layout
32233
32234 \series bold
32235 icomma
32236 \series default
32237  is part of the LaTeX-package 
32238 \series bold
32239 was
32240 \series default
32241
32242 \begin_inset Index
32243 status collapsed
32244
32245 \begin_layout Plain Layout
32246 Packages ! was
32247 \begin_inset ERT
32248 status collapsed
32249
32250 \begin_layout Plain Layout
32251
32252
32253 \backslash
32254 vspace{4mm}
32255 \end_layout
32256
32257 \end_inset
32258
32259
32260 \end_layout
32261
32262 \end_inset
32263
32264 .
32265 \end_layout
32266
32267 \end_inset
32268
32269
32270 \begin_inset Index
32271 status collapsed
32272
32273 \begin_layout Plain Layout
32274 Packages ! icomma
32275 \end_layout
32276
32277 \end_inset
32278
32279  is loaded with the LaTeX-preamble line
32280 \end_layout
32281
32282 \begin_layout Standard
32283
32284 \series bold
32285
32286 \backslash
32287 usepackage{icomma}
32288 \end_layout
32289
32290 \begin_layout Subsection
32291 Physical Vectors
32292 \begin_inset CommandInset label
32293 LatexCommand label
32294 name "sub:Physical-Vectors"
32295
32296 \end_inset
32297
32298
32299 \begin_inset Index
32300 status collapsed
32301
32302 \begin_layout Plain Layout
32303 Vectors ! physical
32304 \end_layout
32305
32306 \end_inset
32307
32308
32309 \end_layout
32310
32311 \begin_layout Standard
32312 Predefined vectors are offered by the LaTeX-package 
32313 \series bold
32314 braket
32315 \series default
32316
32317 \begin_inset Foot
32318 status collapsed
32319
32320 \begin_layout Plain Layout
32321
32322 \series bold
32323 braket
32324 \series default
32325  should be part of every LaTeX standard installation.
32326 \end_layout
32327
32328 \end_inset
32329
32330
32331 \begin_inset Index
32332 status collapsed
32333
32334 \begin_layout Plain Layout
32335 Packages ! braket
32336 \end_layout
32337
32338 \end_inset
32339
32340  that is loaded with the LaTeX-preamble line
32341 \end_layout
32342
32343 \begin_layout Standard
32344
32345 \series bold
32346
32347 \backslash
32348 usepackage{braket}
32349 \end_layout
32350
32351 \begin_layout Standard
32352 \begin_inset ERT
32353 status collapsed
32354
32355 \begin_layout Plain Layout
32356
32357
32358 \backslash
32359 ifbraket 
32360 \end_layout
32361
32362 \end_inset
32363
32364
32365 \begin_inset Note Note
32366 status open
32367
32368 \begin_layout Plain Layout
32369 The following table will only be displayed when the LaTeX-package 
32370 \series bold
32371 braket
32372 \series default
32373  is installed.
32374 \end_layout
32375
32376 \end_inset
32377
32378 The following commands are defined:
32379 \end_layout
32380
32381 \begin_layout Standard
32382 \align center
32383 \begin_inset Tabular
32384 <lyxtabular version="3" rows="4" columns="2">
32385 <features>
32386 <column alignment="center" valignment="top" width="0">
32387 <column alignment="center" valignment="top" width="0">
32388 <row>
32389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32390 \begin_inset Text
32391
32392 \begin_layout Plain Layout
32393 Command
32394 \end_layout
32395
32396 \end_inset
32397 </cell>
32398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32399 \begin_inset Text
32400
32401 \begin_layout Plain Layout
32402 Result
32403 \end_layout
32404
32405 \end_inset
32406 </cell>
32407 </row>
32408 <row>
32409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32410 \begin_inset Text
32411
32412 \begin_layout Plain Layout
32413
32414 \backslash
32415 Bra{
32416 \backslash
32417 psi
32418 \end_layout
32419
32420 \end_inset
32421 </cell>
32422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32423 \begin_inset Text
32424
32425 \begin_layout Plain Layout
32426 \begin_inset Formula $\Bra{\psi}$
32427 \end_inset
32428
32429
32430 \end_layout
32431
32432 \end_inset
32433 </cell>
32434 </row>
32435 <row>
32436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32437 \begin_inset Text
32438
32439 \begin_layout Plain Layout
32440
32441 \backslash
32442 Ket{
32443 \backslash
32444 psi
32445 \end_layout
32446
32447 \end_inset
32448 </cell>
32449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32450 \begin_inset Text
32451
32452 \begin_layout Plain Layout
32453 \begin_inset Formula $\Ket{\psi}$
32454 \end_inset
32455
32456
32457 \end_layout
32458
32459 \end_inset
32460 </cell>
32461 </row>
32462 <row>
32463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32464 \begin_inset Text
32465
32466 \begin_layout Plain Layout
32467
32468 \backslash
32469 Braket{
32470 \backslash
32471 psi|
32472 \backslash
32473 phi
32474 \end_layout
32475
32476 \end_inset
32477 </cell>
32478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32479 \begin_inset Text
32480
32481 \begin_layout Plain Layout
32482 \begin_inset Formula $\Braket{\psi|\phi}$
32483 \end_inset
32484
32485
32486 \end_layout
32487
32488 \end_inset
32489 </cell>
32490 </row>
32491 </lyxtabular>
32492
32493 \end_inset
32494
32495
32496 \end_layout
32497
32498 \begin_layout Standard
32499 The command 
32500 \series bold
32501
32502 \backslash
32503 Braket
32504 \series default
32505  assures that all vertical bars are set in the size of the surrounding brackets:
32506 \begin_inset Formula \[
32507 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32508
32509 \end_inset
32510
32511
32512 \begin_inset ERT
32513 status collapsed
32514
32515 \begin_layout Plain Layout
32516
32517
32518 \backslash
32519 else 
32520 \end_layout
32521
32522 \end_inset
32523
32524
32525 \begin_inset Note Note
32526 status open
32527
32528 \begin_layout Plain Layout
32529 The following will be displayed when the LaTeX-package 
32530 \series bold
32531 braket
32532 \series default
32533  is not installed:
32534 \end_layout
32535
32536 \end_inset
32537
32538
32539 \end_layout
32540
32541 \begin_layout Standard
32542 You need to install the LaTeX-package 
32543 \series bold
32544 braket
32545 \series default
32546  to see the rest of this subsection in the output.
32547 \end_layout
32548
32549 \begin_layout Standard
32550 \begin_inset ERT
32551 status collapsed
32552
32553 \begin_layout Plain Layout
32554
32555
32556 \backslash
32557 fi 
32558 \end_layout
32559
32560 \end_inset
32561
32562
32563 \end_layout
32564
32565 \begin_layout Standard
32566 The effect of 
32567 \series bold
32568
32569 \backslash
32570 Braket
32571 \series default
32572  can also be achieved using the command 
32573 \series bold
32574
32575 \backslash
32576 middle
32577 \series default
32578 , that is described in 
32579 \begin_inset CommandInset ref
32580 LatexCommand ref
32581 reference "sub:Automatic-Bracket-Size"
32582
32583 \end_inset
32584
32585 .
32586 \end_layout
32587
32588 \begin_layout Subsection
32589 Self-defined Fractions
32590 \begin_inset CommandInset label
32591 LatexCommand label
32592 name "sub:Self-defined-Fractions"
32593
32594 \end_inset
32595
32596
32597 \begin_inset Index
32598 status collapsed
32599
32600 \begin_layout Plain Layout
32601 Fractions ! self-defined
32602 \end_layout
32603
32604 \end_inset
32605
32606
32607 \end_layout
32608
32609 \begin_layout Standard
32610 To define custom commands for fractions, the command 
32611 \series bold
32612
32613 \backslash
32614 genfrac
32615 \series default
32616
32617 \begin_inset Index
32618 status collapsed
32619
32620 \begin_layout Plain Layout
32621 Commands ! G ! 
32622 \backslash
32623 genfrac
32624 \end_layout
32625
32626 \end_inset
32627
32628  is used in the following scheme:
32629 \end_layout
32630
32631 \begin_layout Standard
32632
32633 \series bold
32634
32635 \backslash
32636 genfrac{left
32637 \series default
32638  
32639 \series bold
32640 bracket}{right
32641 \series default
32642  
32643 \series bold
32644 bracket}{fraction bar thickness}{style}
32645 \begin_inset Newline newline
32646 \end_inset
32647
32648
32649 \begin_inset ERT
32650 status collapsed
32651
32652 \begin_layout Plain Layout
32653
32654
32655 \backslash
32656 phantom{
32657 \end_layout
32658
32659 \end_inset
32660
32661
32662 \backslash
32663 genfrac
32664 \begin_inset ERT
32665 status collapsed
32666
32667 \begin_layout Plain Layout
32668
32669 }
32670 \end_layout
32671
32672 \end_inset
32673
32674 {numerator}{denominator}
32675 \end_layout
32676
32677 \begin_layout Standard
32678 The style is a number in the range of 0
32679 \begin_inset space \thinspace{}
32680 \end_inset
32681
32682 -
32683 \begin_inset space \thinspace{}
32684 \end_inset
32685
32686 3.
32687 \end_layout
32688
32689 \begin_layout Standard
32690 \align center
32691 \begin_inset Tabular
32692 <lyxtabular version="3" rows="5" columns="2">
32693 <features>
32694 <column alignment="center" valignment="top" width="0">
32695 <column alignment="center" valignment="top" width="0">
32696 <row>
32697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32698 \begin_inset Text
32699
32700 \begin_layout Plain Layout
32701 Number
32702 \end_layout
32703
32704 \end_inset
32705 </cell>
32706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32707 \begin_inset Text
32708
32709 \begin_layout Plain Layout
32710 Style (Size)
32711 \end_layout
32712
32713 \end_inset
32714 </cell>
32715 </row>
32716 <row>
32717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32718 \begin_inset Text
32719
32720 \begin_layout Plain Layout
32721 0
32722 \end_layout
32723
32724 \end_inset
32725 </cell>
32726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32727 \begin_inset Text
32728
32729 \begin_layout Plain Layout
32730 display style formula
32731 \end_layout
32732
32733 \end_inset
32734 </cell>
32735 </row>
32736 <row>
32737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32738 \begin_inset Text
32739
32740 \begin_layout Plain Layout
32741 1
32742 \end_layout
32743
32744 \end_inset
32745 </cell>
32746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32747 \begin_inset Text
32748
32749 \begin_layout Plain Layout
32750 inline formula
32751 \end_layout
32752
32753 \end_inset
32754 </cell>
32755 </row>
32756 <row>
32757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32758 \begin_inset Text
32759
32760 \begin_layout Plain Layout
32761 2
32762 \end_layout
32763
32764 \end_inset
32765 </cell>
32766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32767 \begin_inset Text
32768
32769 \begin_layout Plain Layout
32770 small
32771 \end_layout
32772
32773 \end_inset
32774 </cell>
32775 </row>
32776 <row>
32777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32778 \begin_inset Text
32779
32780 \begin_layout Plain Layout
32781 3
32782 \end_layout
32783
32784 \end_inset
32785 </cell>
32786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32787 \begin_inset Text
32788
32789 \begin_layout Plain Layout
32790 tiny
32791 \end_layout
32792
32793 \end_inset
32794 </cell>
32795 </row>
32796 </lyxtabular>
32797
32798 \end_inset
32799
32800
32801 \end_layout
32802
32803 \begin_layout Standard
32804 When no style is given, the size is adjusted to the surrounding environment
32805  like for the command 
32806 \series bold
32807
32808 \backslash
32809 frac
32810 \series default
32811 .
32812 \end_layout
32813
32814 \begin_layout Standard
32815 When no fraction bar thickness is given, the predefined value of 0.4
32816 \begin_inset space \thinspace{}
32817 \end_inset
32818
32819 pt will be used.
32820 \end_layout
32821
32822 \begin_layout Standard
32823 \begin_inset VSpace medskip
32824 \end_inset
32825
32826 For example, the commands 
32827 \series bold
32828
32829 \backslash
32830 dfrac
32831 \series default
32832  and 
32833 \series bold
32834
32835 \backslash
32836 tbinom
32837 \series default
32838  from 
32839 \begin_inset CommandInset ref
32840 LatexCommand ref
32841 reference "sub:Fractions"
32842
32843 \end_inset
32844
32845  are defined with the commands
32846 \end_layout
32847
32848 \begin_layout Standard
32849
32850 \series bold
32851
32852 \backslash
32853 newcommand{
32854 \backslash
32855 dfrac}[2]{
32856 \backslash
32857 genfrac{}{}{}{0}{#1}{#2}}
32858 \end_layout
32859
32860 \begin_layout Standard
32861 and
32862 \end_layout
32863
32864 \begin_layout Standard
32865
32866 \series bold
32867
32868 \backslash
32869 newcommand{
32870 \backslash
32871 tbinom}[2]{
32872 \backslash
32873 genfrac{(}{)}{0pt}{1}{#1}{#2}}
32874 \end_layout
32875
32876 \begin_layout Standard
32877 \begin_inset VSpace medskip
32878 \end_inset
32879
32880 To define a fraction where the fraction bar thickness can be given as optional
32881  argument, the following line is inserted to the LaTeX-preamble:
32882 \end_layout
32883
32884 \begin_layout Standard
32885
32886 \series bold
32887
32888 \backslash
32889 newcommand{
32890 \backslash
32891 fracS}[3][]{
32892 \backslash
32893 genfrac{}{}{#1}{}{#2}{#3}}
32894 \end_layout
32895
32896 \begin_layout Standard
32897 A test:
32898 \begin_inset Formula \begin{align*}
32899 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
32900 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
32901
32902 \end_inset
32903
32904 As one can see, the distance of the numerator and the denominator to the
32905  fraction bar is round about three times the bar thickness.
32906 \end_layout
32907
32908 \begin_layout Subsection
32909 Canceled Formulas
32910 \begin_inset CommandInset label
32911 LatexCommand label
32912 name "sub:Canceled-Formulas"
32913
32914 \end_inset
32915
32916
32917 \begin_inset Index
32918 status collapsed
32919
32920 \begin_layout Plain Layout
32921 Formula ! canceled
32922 \end_layout
32923
32924 \end_inset
32925
32926
32927 \end_layout
32928
32929 \begin_layout Standard
32930 To cancel formulas or formula parts, the LaTeX-package 
32931 \series bold
32932 cancel
32933 \series default
32934
32935 \begin_inset Foot
32936 status collapsed
32937
32938 \begin_layout Plain Layout
32939
32940 \series bold
32941 cancel
32942 \series default
32943  is part of every LaTeX standard installation.
32944 \end_layout
32945
32946 \end_inset
32947
32948
32949 \begin_inset Index
32950 status collapsed
32951
32952 \begin_layout Plain Layout
32953 Packages ! cancel
32954 \end_layout
32955
32956 \end_inset
32957
32958  has to be loaded with the LaTeX-preamble line
32959 \end_layout
32960
32961 \begin_layout Standard
32962
32963 \series bold
32964
32965 \backslash
32966 usepackage[samesize]{cancel}
32967 \end_layout
32968
32969 \begin_layout Standard
32970 There are four ways to cancel formulas:
32971 \end_layout
32972
32973 \begin_layout Standard
32974 \align center
32975 \begin_inset Tabular
32976 <lyxtabular version="3" rows="5" columns="2">
32977 <features>
32978 <column alignment="center" valignment="top" width="0">
32979 <column alignment="center" valignment="top" width="0">
32980 <row>
32981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32982 \begin_inset Text
32983
32984 \begin_layout Plain Layout
32985 Command
32986 \end_layout
32987
32988 \end_inset
32989 </cell>
32990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32991 \begin_inset Text
32992
32993 \begin_layout Plain Layout
32994 Result
32995 \begin_inset Note Note
32996 status collapsed
32997
32998 \begin_layout Plain Layout
32999
33000 \series bold
33001
33002 \backslash
33003 hspace
33004 \series default
33005  and
33006 \series bold
33007  
33008 \backslash
33009 raisebox
33010 \series default
33011  are used here as spacer.
33012 \end_layout
33013
33014 \end_inset
33015
33016
33017 \end_layout
33018
33019 \end_inset
33020 </cell>
33021 </row>
33022 <row>
33023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33024 \begin_inset Text
33025
33026 \begin_layout Plain Layout
33027
33028 \backslash
33029 cancel{
33030 \backslash
33031 int
33032 \begin_inset ERT
33033 status collapsed
33034
33035 \begin_layout Plain Layout
33036
33037
33038 \backslash
33039 spce 
33040 \end_layout
33041
33042 \end_inset
33043
33044 A=B
33045 \end_layout
33046
33047 \end_inset
33048 </cell>
33049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33050 \begin_inset Text
33051
33052 \begin_layout Plain Layout
33053 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33054 \end_inset
33055
33056
33057 \end_layout
33058
33059 \end_inset
33060 </cell>
33061 </row>
33062 <row>
33063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33064 \begin_inset Text
33065
33066 \begin_layout Plain Layout
33067
33068 \backslash
33069 bcancel{
33070 \backslash
33071 int
33072 \begin_inset ERT
33073 status collapsed
33074
33075 \begin_layout Plain Layout
33076
33077
33078 \backslash
33079 spce 
33080 \end_layout
33081
33082 \end_inset
33083
33084 A=B
33085 \end_layout
33086
33087 \end_inset
33088 </cell>
33089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33090 \begin_inset Text
33091
33092 \begin_layout Plain Layout
33093 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33094 \end_inset
33095
33096
33097 \end_layout
33098
33099 \end_inset
33100 </cell>
33101 </row>
33102 <row>
33103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33104 \begin_inset Text
33105
33106 \begin_layout Plain Layout
33107
33108 \backslash
33109 xcancel{
33110 \backslash
33111 int
33112 \begin_inset ERT
33113 status collapsed
33114
33115 \begin_layout Plain Layout
33116
33117
33118 \backslash
33119 spce 
33120 \end_layout
33121
33122 \end_inset
33123
33124 A=B
33125 \end_layout
33126
33127 \end_inset
33128 </cell>
33129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33130 \begin_inset Text
33131
33132 \begin_layout Plain Layout
33133 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33134 \end_inset
33135
33136
33137 \end_layout
33138
33139 \end_inset
33140 </cell>
33141 </row>
33142 <row>
33143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33144 \begin_inset Text
33145
33146 \begin_layout Plain Layout
33147
33148 \backslash
33149 cancelto{1
33150 \begin_inset Formula $\to$
33151 \end_inset
33152
33153
33154 \backslash
33155 {
33156 \backslash
33157 int
33158 \begin_inset ERT
33159 status collapsed
33160
33161 \begin_layout Plain Layout
33162
33163
33164 \backslash
33165 spce 
33166 \end_layout
33167
33168 \end_inset
33169
33170 A=B
33171 \end_layout
33172
33173 \end_inset
33174 </cell>
33175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33176 \begin_inset Text
33177
33178 \begin_layout Plain Layout
33179 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33180 \end_inset
33181
33182
33183 \end_layout
33184
33185 \end_inset
33186 </cell>
33187 </row>
33188 </lyxtabular>
33189
33190 \end_inset
33191
33192
33193 \end_layout
33194
33195 \begin_layout Standard
33196
33197 \series bold
33198
33199 \backslash
33200 cancelto
33201 \series default
33202  is especially suitable to visualize the reduction of fractions within formulas:
33203 \begin_inset Formula \[
33204 \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}}}\]
33205
33206 \end_inset
33207
33208
33209 \end_layout
33210
33211 \begin_layout Subsection
33212 Formulas in Section Headings
33213 \begin_inset CommandInset label
33214 LatexCommand label
33215 name "sub:Formulas-in-Section"
33216
33217 \end_inset
33218
33219
33220 \begin_inset Index
33221 status collapsed
33222
33223 \begin_layout Plain Layout
33224 Formula ! in section headings
33225 \end_layout
33226
33227 \end_inset
33228
33229
33230 \end_layout
33231
33232 \begin_layout Standard
33233 When formulas are used in section headings, the following has to be taken
33234  into account:
33235 \end_layout
33236
33237 \begin_layout Standard
33238 \begin_inset Note Greyedout
33239 status open
33240
33241 \begin_layout Plain Layout
33242 When 
33243 \series bold
33244 hyperref
33245 \series default
33246
33247 \begin_inset Index
33248 status collapsed
33249
33250 \begin_layout Plain Layout
33251 Packages ! hyperref
33252 \end_layout
33253
33254 \end_inset
33255
33256  support is enabled in the document settings dialog under 
33257 \family sans
33258 PDF
33259 \begin_inset space ~
33260 \end_inset
33261
33262 Properties
33263 \family default
33264 , PDF-bookmarks are created for every section heading in the table of contents.
33265  If a section heading contains formulas, they are incorrectly displayed
33266  in the bookmark text, because formulas in bookmarks infringe the PDF convention
33267 s.
33268 \end_layout
33269
33270 \end_inset
33271
33272
33273 \end_layout
33274
33275 \begin_layout Standard
33276 Both problems can be solved by inserting at the end of the section heading
33277  a short title with the menu 
33278 \family sans
33279 Insert\SpecialChar \menuseparator
33280 Short
33281 \begin_inset space ~
33282 \end_inset
33283
33284 Title
33285 \family default
33286 .
33287  Short titles are used as alternative for multiline section headings to
33288  keep the table of contents clearly arranged.
33289  Only the short title appears in the table of contents and therefore also
33290  in the PDF-bookmark.
33291 \end_layout
33292
33293 \begin_layout Standard
33294 When formulas should be used in the table of contents but 
33295 \series bold
33296 hyperref
33297 \series default
33298  is used, one can use the following command in TeX-mode:
33299 \end_layout
33300
33301 \begin_layout Standard
33302
33303 \series bold
33304
33305 \backslash
33306 texorpdfstring{part}{alternative}
33307 \begin_inset Index
33308 status collapsed
33309
33310 \begin_layout Plain Layout
33311 Commands ! T ! 
33312 \backslash
33313 texorpdfstring
33314 \end_layout
33315
33316 \end_inset
33317
33318
33319 \end_layout
33320
33321 \begin_layout Standard
33322 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
33323  This can be characters, formulas, footnotes, but also cross-references.
33324  The alternative is used instead of the part for the bookmark.
33325 \end_layout
33326
33327 \begin_layout Standard
33328 Here are two example headings:
33329 \begin_inset VSpace -3mm
33330 \end_inset
33331
33332
33333 \begin_inset ERT
33334 status collapsed
33335
33336 \begin_layout Plain Layout
33337
33338
33339 \backslash
33340 boldmath 
33341 \end_layout
33342
33343 \end_inset
33344
33345
33346 \end_layout
33347
33348 \begin_layout Subsubsection
33349 Heading without formula in table of contents 
33350 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33351 \end_inset
33352
33353
33354 \begin_inset OptArg
33355 status collapsed
33356
33357 \begin_layout Plain Layout
33358 Heading without formula in table of contents
33359 \end_layout
33360
33361 \end_inset
33362
33363
33364 \end_layout
33365
33366 \begin_layout Subsubsection
33367 Heading with formula in table of contents
33368 \begin_inset ERT
33369 status collapsed
33370
33371 \begin_layout Plain Layout
33372
33373
33374 \backslash
33375 texorpdfstring{
33376 \end_layout
33377
33378 \end_inset
33379
33380  
33381 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33382 \end_inset
33383
33384
33385 \begin_inset ERT
33386 status collapsed
33387
33388 \begin_layout Plain Layout
33389
33390 }{}
33391 \end_layout
33392
33393 \end_inset
33394
33395
33396 \end_layout
33397
33398 \begin_layout Standard
33399 \begin_inset ERT
33400 status collapsed
33401
33402 \begin_layout Plain Layout
33403
33404
33405 \backslash
33406 unboldmath 
33407 \end_layout
33408
33409 \end_inset
33410
33411 In the first heading a short title was used, in the second one 
33412 \series bold
33413
33414 \backslash
33415 texorpdfstring
33416 \series default
33417 .
33418 \end_layout
33419
33420 \begin_layout Standard
33421 To get the same formatting as for the other headings, the complete heading
33422  was set into a 
33423 \series bold
33424 boldmath environment
33425 \series default
33426
33427 \begin_inset Foot
33428 status collapsed
33429
33430 \begin_layout Plain Layout
33431 see 
33432 \begin_inset CommandInset ref
33433 LatexCommand ref
33434 reference "sub:Bold-Formulas"
33435
33436 \end_inset
33437
33438
33439 \end_layout
33440
33441 \end_inset
33442
33443 .
33444 \end_layout
33445
33446 \begin_layout Subsection
33447 Formulas in multi-column Text
33448 \begin_inset Index
33449 status collapsed
33450
33451 \begin_layout Plain Layout
33452 Formula ! in multi-column text
33453 \end_layout
33454
33455 \end_inset
33456
33457
33458 \end_layout
33459
33460 \begin_layout Standard
33461 Formulas in multi-column text are often too wide to fit into a column and
33462  thus need to be set over the whole page width.
33463  This is done by using the LaTeX-package 
33464 \series bold
33465 multicol
33466 \series default
33467
33468 \begin_inset Foot
33469 status collapsed
33470
33471 \begin_layout Plain Layout
33472
33473 \series bold
33474 multicol
33475 \series default
33476  is part of every LaTeX standard installation.
33477 \end_layout
33478
33479 \end_inset
33480
33481
33482 \begin_inset Index
33483 status collapsed
33484
33485 \begin_layout Plain Layout
33486 Packages ! multicol
33487 \end_layout
33488
33489 \end_inset
33490
33491 , that is loaded with the LaTeX-preamble line
33492 \end_layout
33493
33494 \begin_layout Standard
33495
33496 \series bold
33497
33498 \backslash
33499 usepackage{multicol}
33500 \end_layout
33501
33502 \begin_layout Standard
33503 \begin_inset Note Greyedout
33504 status open
33505
33506 \begin_layout Plain Layout
33507 Note herby that the setting 
33508 \family sans
33509 Two-column
33510 \begin_inset space ~
33511 \end_inset
33512
33513 document
33514 \family default
33515  in the menu 
33516 \family sans
33517 Document\SpecialChar \menuseparator
33518 Settings
33519 \family default
33520  under 
33521 \family sans
33522 Text
33523 \begin_inset space ~
33524 \end_inset
33525
33526 Layout
33527 \family default
33528 \emph on
33529  
33530 \emph default
33531 must 
33532 \emph on
33533 not
33534 \emph default
33535  be selected.
33536 \end_layout
33537
33538 \end_inset
33539
33540
33541 \end_layout
33542
33543 \begin_layout Standard
33544 Before the multi-column text the command
33545 \end_layout
33546
33547 \begin_layout Standard
33548
33549 \series bold
33550
33551 \backslash
33552 begin{multicols}{column number}
33553 \end_layout
33554
33555 \begin_layout Standard
33556 is written in TeX-mode.
33557  The column number is a number in the range of 2
33558 \begin_inset space \thinspace{}
33559 \end_inset
33560
33561 -
33562 \begin_inset space \thinspace{}
33563 \end_inset
33564
33565 10.
33566  Before the formula the multi-column text is ended by inserting the command
33567 \end_layout
33568
33569 \begin_layout Standard
33570
33571 \series bold
33572
33573 \backslash
33574 end{multicols}
33575 \end_layout
33576
33577 \begin_layout Standard
33578 in TeX-mode.
33579 \end_layout
33580
33581 \begin_layout Standard
33582 Due to the command some space is automatically added before the formula.
33583  To revert this, -6
33584 \begin_inset space \thinspace{}
33585 \end_inset
33586
33587 mm vertical space is inserted before the formula.
33588  When the formula style 
33589 \series bold
33590 Indented
33591 \begin_inset Foot
33592 status collapsed
33593
33594 \begin_layout Plain Layout
33595 formula styles see 
33596 \begin_inset CommandInset ref
33597 LatexCommand ref
33598 reference "sec:Formula-Styles"
33599
33600 \end_inset
33601
33602
33603 \end_layout
33604
33605 \end_inset
33606
33607
33608 \series default
33609  is used, -9
33610 \begin_inset space \thinspace{}
33611 \end_inset
33612
33613 mm space is inserted instead.
33614 \end_layout
33615
33616 \begin_layout Standard
33617 As example a multi-column text with a displayed formula:
33618 \end_layout
33619
33620 \begin_layout Standard
33621 \begin_inset ERT
33622 status collapsed
33623
33624 \begin_layout Plain Layout
33625
33626
33627 \backslash
33628 begin{multicols}{2}
33629 \end_layout
33630
33631 \end_inset
33632
33633 Das Spektrum wird fouriertransformiert.
33634  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
33635 , Lösungsmittel) zu trennen.
33636  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
33637  nun das Aussehen des Ausgangssignals.
33638  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
33639  über alle Phasen integrieren muss.
33640  Sei nun 
33641 \begin_inset Formula $S$
33642 \end_inset
33643
33644  unser normiertes Ausgangssignal and 
33645 \begin_inset Formula $P$
33646 \end_inset
33647
33648  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
33649 \begin_inset ERT
33650 status collapsed
33651
33652 \begin_layout Plain Layout
33653
33654
33655 \backslash
33656 end{multicols}
33657 \end_layout
33658
33659 \end_inset
33660
33661
33662 \begin_inset VSpace -6mm
33663 \end_inset
33664
33665
33666 \begin_inset Formula \begin{equation}
33667 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33668
33669 \end_inset
33670
33671
33672 \begin_inset ERT
33673 status collapsed
33674
33675 \begin_layout Plain Layout
33676
33677
33678 \backslash
33679 begin{multicols}{2}
33680 \end_layout
33681
33682 \end_inset
33683
33684 wobei 
33685 \begin_inset Formula $S_{0}$
33686 \end_inset
33687
33688  das Signal ohne Gradient ist and the Normierungsbedingung 
33689 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33690 \end_inset
33691
33692  gilt.
33693  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
33694  Direkt nach the 
33695 \begin_inset Formula $\nicefrac{\pi}{2}$
33696 \end_inset
33697
33698
33699 \begin_inset space \thinspace{}
33700 \end_inset
33701
33702 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
33703  das Signal zusätzlich abschwächt.
33704  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
33705  
33706 \begin_inset Formula $T_{2}$
33707 \end_inset
33708
33709 -Zeit.
33710 \end_layout
33711
33712 \begin_layout Standard
33713 \begin_inset ERT
33714 status collapsed
33715
33716 \begin_layout Plain Layout
33717
33718
33719 \backslash
33720 end{multicols}
33721 \end_layout
33722
33723 \end_inset
33724
33725  
33726 \end_layout
33727
33728 \begin_layout Subsection
33729 Formulas with Description of Variables
33730 \begin_inset Index
33731 status collapsed
33732
33733 \begin_layout Plain Layout
33734 Formula ! with description of variables
33735 \end_layout
33736
33737 \end_inset
33738
33739
33740 \end_layout
33741
33742 \begin_layout Standard
33743 To describe variables within a formula, like in formula 
33744 \begin_inset CommandInset ref
33745 LatexCommand eqref
33746 reference "eq:within"
33747
33748 \end_inset
33749
33750 , a 2
33751 \series bold
33752 ×
33753 \series default
33754
33755 \begin_inset Formula $n$
33756 \end_inset
33757
33758
33759 \begin_inset space ~
33760 \end_inset
33761
33762 matrix is used with left aligned columns for the 
33763 \begin_inset Formula $n$
33764 \end_inset
33765
33766  used variables.
33767 \begin_inset Foot
33768 status collapsed
33769
33770 \begin_layout Plain Layout
33771 matrices see 
33772 \begin_inset CommandInset ref
33773 LatexCommand ref
33774 reference "sec:Matrices"
33775
33776 \end_inset
33777
33778
33779 \end_layout
33780
33781 \end_inset
33782
33783  To set the description in a smaller size, before the matrix e.
33784 \begin_inset space \thinspace{}
33785 \end_inset
33786
33787 g.
33788 \begin_inset space ~
33789 \end_inset
33790
33791 the command 
33792 \series bold
33793
33794 \backslash
33795 footnotesize
33796 \series default
33797  is inserted.
33798 \begin_inset Foot
33799 status collapsed
33800
33801 \begin_layout Plain Layout
33802 font sizes see 
33803 \begin_inset CommandInset ref
33804 LatexCommand ref
33805 reference "sub:Font-Sizes"
33806
33807 \end_inset
33808
33809
33810 \end_layout
33811
33812 \end_inset
33813
33814
33815 \end_layout
33816
33817 \begin_layout Standard
33818 When the formula style 
33819 \series bold
33820 Indented
33821 \begin_inset Foot
33822 status collapsed
33823
33824 \begin_layout Plain Layout
33825 formula styles see 
33826 \begin_inset CommandInset ref
33827 LatexCommand ref
33828 reference "sec:Formula-Styles"
33829
33830 \end_inset
33831
33832
33833 \end_layout
33834
33835 \end_inset
33836
33837
33838 \series default
33839  is used, a 
33840 \series bold
33841
33842 \backslash
33843 hfill
33844 \series default
33845
33846 \begin_inset Foot
33847 status collapsed
33848
33849 \begin_layout Plain Layout
33850
33851 \series bold
33852
33853 \backslash
33854 hfill
33855 \series default
33856  only works in formulas with the style 
33857 \series bold
33858 Indented
33859 \series default
33860 , see 
33861 \begin_inset CommandInset ref
33862 LatexCommand ref
33863 reference "sub:Variable-Space"
33864
33865 \end_inset
33866
33867 .
33868 \end_layout
33869
33870 \end_inset
33871
33872  is inserted before and after the matrix to have the same separation of
33873  the matrix from the equation and the side margin.
33874 \end_layout
33875
33876 \begin_layout Standard
33877 When the formula style 
33878 \series bold
33879 Centered
33880 \series default
33881  is used, the method described in 
33882 \begin_inset CommandInset ref
33883 LatexCommand ref
33884 reference "sub:Flalign-Environment"
33885
33886 \end_inset
33887
33888  is used to indent formulas.
33889  Formula 
33890 \begin_inset CommandInset ref
33891 LatexCommand eqref
33892 reference "eq:within"
33893
33894 \end_inset
33895
33896  consists of five columns whereas in the first two columns contain the equation,
33897  the third the matrix, and the last one an empty TeX-brace.
33898 \begin_inset Formula \begin{flalign}
33899 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
33900 \rho & \textrm{density}\\
33901 V & \textrm{volume}\\
33902 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
33903
33904 \end_inset
33905
33906
33907 \end_layout
33908
33909 \begin_layout Subsection
33910 Upright small Greek Letters
33911 \begin_inset CommandInset label
33912 LatexCommand label
33913 name "sub:Upright-small-Greek"
33914
33915 \end_inset
33916
33917
33918 \begin_inset Index
33919 status collapsed
33920
33921 \begin_layout Plain Layout
33922 Greek letters ! upright
33923 \end_layout
33924
33925 \end_inset
33926
33927
33928 \end_layout
33929
33930 \begin_layout Standard
33931 Most of the math fonts only provide italic small Greek letters.
33932  But for symbols of elementary particles like pions and neutrinos, upright
33933  Greek letters are needed.
33934  The file 
33935 \series bold
33936 upgreek.sty
33937 \series default
33938
33939 \begin_inset Foot
33940 status collapsed
33941
33942 \begin_layout Plain Layout
33943
33944 \series bold
33945 upgreek
33946 \series default
33947  is part of the LaTeX-package 
33948 \series bold
33949 was
33950 \series default
33951
33952 \begin_inset Index
33953 status collapsed
33954
33955 \begin_layout Plain Layout
33956 Packages ! was
33957 \begin_inset ERT
33958 status collapsed
33959
33960 \begin_layout Plain Layout
33961
33962
33963 \backslash
33964 vspace{4mm}
33965 \end_layout
33966
33967 \end_inset
33968
33969
33970 \end_layout
33971
33972 \end_inset
33973
33974 .
33975 \end_layout
33976
33977 \end_inset
33978
33979
33980 \begin_inset Index
33981 status collapsed
33982
33983 \begin_layout Plain Layout
33984 Packages ! upgreek
33985 \end_layout
33986
33987 \end_inset
33988
33989  that is loaded with the LaTeX-preamble line
33990 \end_layout
33991
33992 \begin_layout Standard
33993
33994 \series bold
33995
33996 \backslash
33997 usepackage{upgreek}
33998 \end_layout
33999
34000 \begin_layout Standard
34001 provides them.
34002  
34003 \begin_inset ERT
34004 status collapsed
34005
34006 \begin_layout Plain Layout
34007
34008
34009 \backslash
34010 ifupgreek 
34011 \end_layout
34012
34013 \end_inset
34014
34015
34016 \begin_inset Note Note
34017 status open
34018
34019 \begin_layout Plain Layout
34020 The following table will only be displayed when the LaTeX-package 
34021 \series bold
34022 upgreek
34023 \series default
34024  is installed.
34025 \end_layout
34026
34027 \end_inset
34028
34029  They are created when the command for a small Greek letters is started
34030  with 
34031 \series bold
34032 up
34033 \series default
34034 .
34035  For example the command 
34036 \series bold
34037
34038 \backslash
34039 uptau
34040 \series default
34041  creates this: 
34042 \begin_inset Formula $\uptau$
34043 \end_inset
34044
34045
34046 \end_layout
34047
34048 \begin_layout Standard
34049 With these commands reactions of elementary particles can be typeset:
34050 \begin_inset Formula \[
34051 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
34052
34053 \end_inset
34054
34055
34056 \end_layout
34057
34058 \begin_layout Standard
34059 The upright letters are more bold and wider than the italic ones.
34060  They should therefore not be used for units like 
34061 \begin_inset Quotes eld
34062 \end_inset
34063
34064 µm
34065 \begin_inset Quotes erd
34066 \end_inset
34067
34068 .
34069 \end_layout
34070
34071 \begin_layout Standard
34072 \begin_inset ERT
34073 status collapsed
34074
34075 \begin_layout Plain Layout
34076
34077
34078 \backslash
34079 else 
34080 \end_layout
34081
34082 \end_inset
34083
34084
34085 \begin_inset Note Note
34086 status open
34087
34088 \begin_layout Plain Layout
34089 The following will be displayed when the LaTeX-package 
34090 \series bold
34091 upgreek
34092 \series default
34093  is not installed:
34094 \end_layout
34095
34096 \end_inset
34097
34098
34099 \end_layout
34100
34101 \begin_layout Standard
34102 You need to install the LaTeX-package 
34103 \series bold
34104 upgreek
34105 \series default
34106  to see the rest of this subsection in the output.
34107 \end_layout
34108
34109 \begin_layout Standard
34110 \begin_inset ERT
34111 status collapsed
34112
34113 \begin_layout Plain Layout
34114
34115
34116 \backslash
34117 fi 
34118 \end_layout
34119
34120 \end_inset
34121
34122
34123 \end_layout
34124
34125 \begin_layout Subsection
34126 Text Characters in Formulas
34127 \begin_inset CommandInset label
34128 LatexCommand label
34129 name "sub:Text-Characters-in"
34130
34131 \end_inset
34132
34133
34134 \begin_inset Index
34135 status collapsed
34136
34137 \begin_layout Plain Layout
34138 Text ! in formulas
34139 \end_layout
34140
34141 \end_inset
34142
34143
34144 \end_layout
34145
34146 \begin_layout Standard
34147 In some cases you might want to insert text characters directly into formulas.
34148  When for example the centered dot · is often used in formulas like 
34149 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34150 \end_inset
34151
34152 , one would have to insert the command 
34153 \series bold
34154
34155 \backslash
34156 cdot
34157 \series default
34158
34159 \begin_inset Foot
34160 status collapsed
34161
34162 \begin_layout Plain Layout
34163 see 
34164 \begin_inset CommandInset ref
34165 LatexCommand ref
34166 reference "sub:Binary-Operators"
34167
34168 \end_inset
34169
34170
34171 \end_layout
34172
34173 \end_inset
34174
34175  all the time, because this character is defined in all encodings as text
34176  character.
34177  But the encoding can be changed by this LaTeX-preamble line:
34178 \end_layout
34179
34180 \begin_layout Standard
34181
34182 \series bold
34183
34184 \backslash
34185 Declare Inputtext{183}{
34186 \backslash
34187 ifmmode
34188 \backslash
34189 cdot
34190 \backslash
34191 else
34192 \backslash
34193 textperiodcentered
34194 \backslash
34195 f\SpecialChar \textcompwordmark{}
34196 i}
34197 \end_layout
34198
34199 \begin_layout Standard
34200 The character encoding (menu 
34201 \family sans
34202 Document\SpecialChar \menuseparator
34203 Settings\SpecialChar \menuseparator
34204 Language
34205 \family default
34206 ) specifies what character appears when a keyboard key is pressed.
34207  When the key for the character '·' is pressed, internally the command 
34208 \series bold
34209
34210 \backslash
34211 textperiodcentered
34212 \series default
34213  is used.
34214  But this command is not available in a formula so that you would get LaTeX-erro
34215 rs.
34216  With the changed encoding the right command is chosen automatically, depending
34217  on if the character was inserted into a formula or not.
34218 \end_layout
34219
34220 \begin_layout Standard
34221 The encoding of several characters is saved in definition files.
34222  Fore example the encoding 
34223 \series bold
34224 latin9
34225 \series default
34226  is defined in the file 
34227 \series bold
34228 latin9.def
34229 \series default
34230  that is in the installation folder of LaTeX.
34231  Encodings should only be changed via the LaTeX-preamble and not in the
34232  definition files.
34233  Otherwise own documents could not be edited by other LyX users working
34234  on other computers.
34235 \end_layout
34236
34237 \begin_layout Standard
34238 \begin_inset VSpace medskip
34239 \end_inset
34240
34241 Besides the centered dot, in this document the degree sign ° is defined
34242  with the following LaTeX-preamble line so that it can directly be inserted
34243  to a formula:
34244 \end_layout
34245
34246 \begin_layout Standard
34247
34248 \series bold
34249
34250 \backslash
34251 DeclareInputtext{176}{
34252 \backslash
34253 ifmmode^
34254 \backslash
34255 circ
34256 \backslash
34257 else
34258 \backslash
34259 textdegree
34260 \backslash
34261 f\SpecialChar \textcompwordmark{}
34262 i}
34263 \end_layout
34264
34265 \begin_layout Standard
34266 \begin_inset Newpage newpage
34267 \end_inset
34268
34269
34270 \end_layout
34271
34272 \begin_layout Section
34273 \start_of_appendix
34274 Typographic Advises
34275 \begin_inset Index
34276 status collapsed
34277
34278 \begin_layout Plain Layout
34279 Typographic Advises
34280 \end_layout
34281
34282 \end_inset
34283
34284
34285 \end_layout
34286
34287 \begin_layout Standard
34288 This section is a summary of the most important typographic rules, listed
34289  in ISO norms.
34290 \begin_inset Foot
34291 status collapsed
34292
34293 \begin_layout Plain Layout
34294 This collection was partly taken from the German semi-official dictionary
34295  called 
34296 \begin_inset Quotes eld
34297 \end_inset
34298
34299 Duden
34300 \begin_inset Quotes erd
34301 \end_inset
34302
34303  
34304 \begin_inset CommandInset citation
34305 LatexCommand cite
34306 key "Duden"
34307
34308 \end_inset
34309
34310  that lists some of the ISO rules.
34311 \end_layout
34312
34313 \end_inset
34314
34315
34316 \end_layout
34317
34318 \begin_layout Itemize
34319 Physical units are 
34320 \emph on
34321 always
34322 \emph default
34323  set upright
34324 \begin_inset Foot
34325 status collapsed
34326
34327 \begin_layout Plain Layout
34328 done with font styles, see 
34329 \begin_inset CommandInset ref
34330 LatexCommand ref
34331 reference "sub:Font-Styles"
34332
34333 \end_inset
34334
34335
34336 \end_layout
34337
34338 \end_inset
34339
34340 : 30
34341 \begin_inset space \thinspace{}
34342 \end_inset
34343
34344 km/h
34345 \begin_inset Newline newline
34346 \end_inset
34347
34348 Between the value and the unit is the smallest space, see 
34349 \begin_inset CommandInset ref
34350 LatexCommand ref
34351 reference "sub:Predefined-Space"
34352
34353 \end_inset
34354
34355 .
34356 \end_layout
34357
34358 \begin_layout Itemize
34359 Percent and perthousand signs are set like physical units:
34360 \begin_inset Newline newline
34361 \end_inset
34362
34363 1,2
34364 \begin_inset space \thinspace{}
34365 \end_inset
34366
34367 ‰ alcohol in blood
34368 \end_layout
34369
34370 \begin_layout Itemize
34371 The degree sign follows directly on the value: 15°, but not when it is used
34372  in units: 15
34373 \begin_inset space \thinspace{}
34374 \end_inset
34375
34376 °C
34377 \end_layout
34378
34379 \begin_layout Itemize
34380 In numbers with more than four digits the smallest space is inserted before
34381  every third digit to group them: 
34382 \family roman
34383 \series medium
34384 \shape up
34385 \size normal
34386 \emph off
34387 \bar no
34388 \noun off
34389 \color none
34390 18
34391 \begin_inset space \thinspace{}
34392 \end_inset
34393
34394 473
34395 \begin_inset space \thinspace{}
34396 \end_inset
34397
34398 588
34399 \end_layout
34400
34401 \begin_layout Itemize
34402 For dimensionings like 120×90×40
34403 \begin_inset space \thinspace{}
34404 \end_inset
34405
34406 cm the multiplication sign 
34407 \begin_inset Quotes eld
34408 \end_inset
34409
34410 ×
34411 \begin_inset Quotes erd
34412 \end_inset
34413
34414  is used.
34415  It is available with the LaTeX-command 
34416 \series bold
34417
34418 \backslash
34419 texttimes
34420 \series default
34421 , but can also directly be inserted with some keyboard definitions.
34422 \end_layout
34423
34424 \begin_layout Itemize
34425 Functions with names consisting of several letters are set upright to avoid
34426  confusions, see 
34427 \begin_inset CommandInset ref
34428 LatexCommand ref
34429 reference "sub:Predefined-Functions"
34430
34431 \end_inset
34432
34433 .
34434 \end_layout
34435
34436 \begin_layout Itemize
34437 Indices consisting of several letters, are set upright: 
34438 \begin_inset Formula $E_{\mathrm{kin}}$
34439 \end_inset
34440
34441
34442 \begin_inset Newline newline
34443 \end_inset
34444
34445 Components of matrices are set italic: 
34446 \begin_inset Formula $\hat{H}_{kl}$
34447 \end_inset
34448
34449
34450 \end_layout
34451
34452 \begin_layout Itemize
34453 The differentiation/integration operator 'd', the Euler's number 'e', and
34454  the imaginary unit 'i' should be set upright, to avoid mixing them up with
34455  other variables.
34456 \end_layout
34457
34458 \begin_layout Standard
34459 \begin_inset Newpage newpage
34460 \end_inset
34461
34462
34463 \end_layout
34464
34465 \begin_layout Section
34466 Synonyms
34467 \begin_inset Index
34468 status collapsed
34469
34470 \begin_layout Plain Layout
34471 Synonyms
34472 \end_layout
34473
34474 \end_inset
34475
34476
34477 \end_layout
34478
34479 \begin_layout Standard
34480 Some characters and symbols can be created with several commands.
34481  Here is a list of the synonym commands:
34482 \end_layout
34483
34484 \begin_layout Standard
34485 \begin_inset VSpace bigskip
34486 \end_inset
34487
34488
34489 \begin_inset space \hfill{}
34490 \end_inset
34491
34492
34493 \begin_inset Tabular
34494 <lyxtabular version="3" rows="12" columns="2">
34495 <features>
34496 <column alignment="center" valignment="top" width="0pt">
34497 <column alignment="center" valignment="top" width="0pt">
34498 <row>
34499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34500 \begin_inset Text
34501
34502 \begin_layout Plain Layout
34503 Command
34504 \end_layout
34505
34506 \end_inset
34507 </cell>
34508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34509 \begin_inset Text
34510
34511 \begin_layout Plain Layout
34512 equivalent to
34513 \begin_inset Note Note
34514 status collapsed
34515
34516 \begin_layout Plain Layout
34517
34518 \series bold
34519
34520 \backslash
34521 raisebox
34522 \series default
34523  is only used as spacer.
34524 \end_layout
34525
34526 \end_inset
34527
34528
34529 \end_layout
34530
34531 \end_inset
34532 </cell>
34533 </row>
34534 <row>
34535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34536 \begin_inset Text
34537
34538 \begin_layout Plain Layout
34539
34540 \backslash
34541 ast
34542 \end_layout
34543
34544 \end_inset
34545 </cell>
34546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34547 \begin_inset Text
34548
34549 \begin_layout Plain Layout
34550 \begin_inset ERT
34551 status collapsed
34552
34553 \begin_layout Plain Layout
34554
34555
34556 \backslash
34557 raisebox{-1.2mm}{
34558 \end_layout
34559
34560 \end_inset
34561
34562 *
34563 \begin_inset ERT
34564 status collapsed
34565
34566 \begin_layout Plain Layout
34567
34568 }
34569 \end_layout
34570
34571 \end_inset
34572
34573
34574 \end_layout
34575
34576 \end_inset
34577 </cell>
34578 </row>
34579 <row>
34580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34581 \begin_inset Text
34582
34583 \begin_layout Plain Layout
34584
34585 \backslash
34586 choose
34587 \end_layout
34588
34589 \end_inset
34590 </cell>
34591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34592 \begin_inset Text
34593
34594 \begin_layout Plain Layout
34595
34596 \backslash
34597 binom
34598 \end_layout
34599
34600 \end_inset
34601 </cell>
34602 </row>
34603 <row>
34604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34605 \begin_inset Text
34606
34607 \begin_layout Plain Layout
34608
34609 \backslash
34610 geq
34611 \end_layout
34612
34613 \end_inset
34614 </cell>
34615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34616 \begin_inset Text
34617
34618 \begin_layout Plain Layout
34619
34620 \backslash
34621 ge
34622 \end_layout
34623
34624 \end_inset
34625 </cell>
34626 </row>
34627 <row>
34628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34629 \begin_inset Text
34630
34631 \begin_layout Plain Layout
34632
34633 \backslash
34634 lbrace
34635 \end_layout
34636
34637 \end_inset
34638 </cell>
34639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34640 \begin_inset Text
34641
34642 \begin_layout Plain Layout
34643 {
34644 \end_layout
34645
34646 \end_inset
34647 </cell>
34648 </row>
34649 <row>
34650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34651 \begin_inset Text
34652
34653 \begin_layout Plain Layout
34654
34655 \backslash
34656 lbracket
34657 \end_layout
34658
34659 \end_inset
34660 </cell>
34661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34662 \begin_inset Text
34663
34664 \begin_layout Plain Layout
34665 [
34666 \end_layout
34667
34668 \end_inset
34669 </cell>
34670 </row>
34671 <row>
34672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34673 \begin_inset Text
34674
34675 \begin_layout Plain Layout
34676
34677 \backslash
34678 leftarrow
34679 \end_layout
34680
34681 \end_inset
34682 </cell>
34683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34684 \begin_inset Text
34685
34686 \begin_layout Plain Layout
34687
34688 \backslash
34689 gets
34690 \end_layout
34691
34692 \end_inset
34693 </cell>
34694 </row>
34695 <row>
34696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34697 \begin_inset Text
34698
34699 \begin_layout Plain Layout
34700
34701 \backslash
34702 leq
34703 \end_layout
34704
34705 \end_inset
34706 </cell>
34707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34708 \begin_inset Text
34709
34710 \begin_layout Plain Layout
34711
34712 \backslash
34713 le
34714 \end_layout
34715
34716 \end_inset
34717 </cell>
34718 </row>
34719 <row>
34720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34721 \begin_inset Text
34722
34723 \begin_layout Plain Layout
34724
34725 \backslash
34726 lor
34727 \end_layout
34728
34729 \end_inset
34730 </cell>
34731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34732 \begin_inset Text
34733
34734 \begin_layout Plain Layout
34735
34736 \backslash
34737 vee
34738 \end_layout
34739
34740 \end_inset
34741 </cell>
34742 </row>
34743 <row>
34744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34745 \begin_inset Text
34746
34747 \begin_layout Plain Layout
34748
34749 \backslash
34750 neq
34751 \end_layout
34752
34753 \end_inset
34754 </cell>
34755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34756 \begin_inset Text
34757
34758 \begin_layout Plain Layout
34759
34760 \backslash
34761 not=
34762 \end_layout
34763
34764 \end_inset
34765 </cell>
34766 </row>
34767 <row>
34768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34769 \begin_inset Text
34770
34771 \begin_layout Plain Layout
34772
34773 \backslash
34774 slash
34775 \end_layout
34776
34777 \end_inset
34778 </cell>
34779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34780 \begin_inset Text
34781
34782 \begin_layout Plain Layout
34783 /
34784 \end_layout
34785
34786 \end_inset
34787 </cell>
34788 </row>
34789 <row>
34790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34791 \begin_inset Text
34792
34793 \begin_layout Plain Layout
34794
34795 \backslash
34796 vert
34797 \end_layout
34798
34799 \end_inset
34800 </cell>
34801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34802 \begin_inset Text
34803
34804 \begin_layout Plain Layout
34805 |
34806 \end_layout
34807
34808 \end_inset
34809 </cell>
34810 </row>
34811 </lyxtabular>
34812
34813 \end_inset
34814
34815
34816 \begin_inset space \hfill{}
34817 \end_inset
34818
34819
34820 \begin_inset Tabular
34821 <lyxtabular version="3" rows="12" columns="2">
34822 <features>
34823 <column alignment="center" valignment="top" width="0pt">
34824 <column alignment="center" valignment="top" width="0pt">
34825 <row>
34826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34827 \begin_inset Text
34828
34829 \begin_layout Plain Layout
34830 Command
34831 \end_layout
34832
34833 \end_inset
34834 </cell>
34835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34836 \begin_inset Text
34837
34838 \begin_layout Plain Layout
34839 equivalent to
34840 \end_layout
34841
34842 \end_inset
34843 </cell>
34844 </row>
34845 <row>
34846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34847 \begin_inset Text
34848
34849 \begin_layout Plain Layout
34850
34851 \backslash
34852 backslash
34853 \end_layout
34854
34855 \end_inset
34856 </cell>
34857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34858 \begin_inset Text
34859
34860 \begin_layout Plain Layout
34861
34862 \backslash
34863
34864 \backslash
34865
34866 \end_layout
34867
34868 \end_inset
34869 </cell>
34870 </row>
34871 <row>
34872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34873 \begin_inset Text
34874
34875 \begin_layout Plain Layout
34876
34877 \backslash
34878 dasharrow
34879 \end_layout
34880
34881 \end_inset
34882 </cell>
34883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34884 \begin_inset Text
34885
34886 \begin_layout Plain Layout
34887
34888 \backslash
34889 dashrightarrow
34890 \end_layout
34891
34892 \end_inset
34893 </cell>
34894 </row>
34895 <row>
34896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34897 \begin_inset Text
34898
34899 \begin_layout Plain Layout
34900
34901 \backslash
34902 land
34903 \end_layout
34904
34905 \end_inset
34906 </cell>
34907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34908 \begin_inset Text
34909
34910 \begin_layout Plain Layout
34911
34912 \backslash
34913 wedge
34914 \end_layout
34915
34916 \end_inset
34917 </cell>
34918 </row>
34919 <row>
34920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34921 \begin_inset Text
34922
34923 \begin_layout Plain Layout
34924
34925 \backslash
34926 rbrace
34927 \end_layout
34928
34929 \end_inset
34930 </cell>
34931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34932 \begin_inset Text
34933
34934 \begin_layout Plain Layout
34935 }
34936 \end_layout
34937
34938 \end_inset
34939 </cell>
34940 </row>
34941 <row>
34942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34943 \begin_inset Text
34944
34945 \begin_layout Plain Layout
34946
34947 \backslash
34948 rbracket
34949 \end_layout
34950
34951 \end_inset
34952 </cell>
34953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34954 \begin_inset Text
34955
34956 \begin_layout Plain Layout
34957 ]
34958 \end_layout
34959
34960 \end_inset
34961 </cell>
34962 </row>
34963 <row>
34964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34965 \begin_inset Text
34966
34967 \begin_layout Plain Layout
34968
34969 \backslash
34970 rightarrow
34971 \end_layout
34972
34973 \end_inset
34974 </cell>
34975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34976 \begin_inset Text
34977
34978 \begin_layout Plain Layout
34979
34980 \backslash
34981 to
34982 \end_layout
34983
34984 \end_inset
34985 </cell>
34986 </row>
34987 <row>
34988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34989 \begin_inset Text
34990
34991 \begin_layout Plain Layout
34992
34993 \backslash
34994 lnot
34995 \end_layout
34996
34997 \end_inset
34998 </cell>
34999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35000 \begin_inset Text
35001
35002 \begin_layout Plain Layout
35003
35004 \backslash
35005 neg
35006 \end_layout
35007
35008 \end_inset
35009 </cell>
35010 </row>
35011 <row>
35012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35013 \begin_inset Text
35014
35015 \begin_layout Plain Layout
35016
35017 \backslash
35018 ne
35019 \end_layout
35020
35021 \end_inset
35022 </cell>
35023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35024 \begin_inset Text
35025
35026 \begin_layout Plain Layout
35027
35028 \backslash
35029 not=
35030 \end_layout
35031
35032 \end_inset
35033 </cell>
35034 </row>
35035 <row>
35036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35037 \begin_inset Text
35038
35039 \begin_layout Plain Layout
35040
35041 \backslash
35042 owns
35043 \end_layout
35044
35045 \end_inset
35046 </cell>
35047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35048 \begin_inset Text
35049
35050 \begin_layout Plain Layout
35051
35052 \backslash
35053 ni
35054 \end_layout
35055
35056 \end_inset
35057 </cell>
35058 </row>
35059 <row>
35060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35061 \begin_inset Text
35062
35063 \begin_layout Plain Layout
35064
35065 \backslash
35066 square
35067 \end_layout
35068
35069 \end_inset
35070 </cell>
35071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35072 \begin_inset Text
35073
35074 \begin_layout Plain Layout
35075
35076 \backslash
35077 Box
35078 \end_layout
35079
35080 \end_inset
35081 </cell>
35082 </row>
35083 <row>
35084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35085 \begin_inset Text
35086
35087 \begin_layout Plain Layout
35088
35089 \backslash
35090 Vert
35091 \end_layout
35092
35093 \end_inset
35094 </cell>
35095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35096 \begin_inset Text
35097
35098 \begin_layout Plain Layout
35099
35100 \backslash
35101 |
35102 \end_layout
35103
35104 \end_inset
35105 </cell>
35106 </row>
35107 </lyxtabular>
35108
35109 \end_inset
35110
35111
35112 \begin_inset space \hfill{}
35113 \end_inset
35114
35115
35116 \end_layout
35117
35118 \begin_layout Standard
35119 \begin_inset Newpage newpage
35120 \end_inset
35121
35122
35123 \end_layout
35124
35125 \begin_layout Bibliography
35126 \begin_inset CommandInset bibitem
35127 LatexCommand bibitem
35128 key "TLC2"
35129
35130 \end_inset
35131
35132
35133 \shape smallcaps
35134 Mittelbach, F.
35135  ; Goossens, M.
35136 \shape default
35137
35138 \shape italic
35139 The LaTeX Companion
35140 \shape default
35141 .
35142  Addison Wesley, 2004
35143 \end_layout
35144
35145 \begin_layout Bibliography
35146 \begin_inset CommandInset bibitem
35147 LatexCommand bibitem
35148 key "Mathmode"
35149
35150 \end_inset
35151
35152
35153 \begin_inset CommandInset href
35154 LatexCommand href
35155 name "Description"
35156 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35157
35158 \end_inset
35159
35160  of LaTeX's math abilities
35161 \end_layout
35162
35163 \begin_layout Bibliography
35164 \begin_inset CommandInset bibitem
35165 LatexCommand bibitem
35166 key "Voss"
35167
35168 \end_inset
35169
35170 LaTeX tips and tricks-
35171 \begin_inset CommandInset href
35172 LatexCommand href
35173 name "page"
35174 target "http://tug.org/TeXnik/"
35175
35176 \end_inset
35177
35178
35179 \end_layout
35180
35181 \begin_layout Bibliography
35182 \begin_inset CommandInset bibitem
35183 LatexCommand bibitem
35184 key "AMS"
35185
35186 \end_inset
35187
35188
35189 \begin_inset CommandInset href
35190 LatexCommand href
35191 name "Description"
35192 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35193
35194 \end_inset
35195
35196  of 
35197 \begin_inset ERT
35198 status collapsed
35199
35200 \begin_layout Plain Layout
35201
35202
35203 \backslash
35204 AmS
35205 \end_layout
35206
35207 \end_inset
35208
35209 -LaTeX
35210 \end_layout
35211
35212 \begin_layout Bibliography
35213 \begin_inset CommandInset bibitem
35214 LatexCommand bibitem
35215 key "Symbole"
35216
35217 \end_inset
35218
35219
35220 \begin_inset CommandInset href
35221 LatexCommand href
35222 name "List"
35223 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35224
35225 \end_inset
35226
35227  of all symbols available with LaTeX-packages
35228 \end_layout
35229
35230 \begin_layout Bibliography
35231 \begin_inset CommandInset bibitem
35232 LatexCommand bibitem
35233 key "hyperref"
35234
35235 \end_inset
35236
35237
35238 \begin_inset CommandInset href
35239 LatexCommand href
35240 name "Documentation"
35241 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35242
35243 \end_inset
35244
35245  of the LaTeX-package 
35246 \series bold
35247 hyperref
35248 \series default
35249
35250 \begin_inset Index
35251 status collapsed
35252
35253 \begin_layout Plain Layout
35254 Packages ! hyperref
35255 \end_layout
35256
35257 \end_inset
35258
35259
35260 \end_layout
35261
35262 \begin_layout Bibliography
35263 \begin_inset CommandInset bibitem
35264 LatexCommand bibitem
35265 key "Mathclap"
35266
35267 \end_inset
35268
35269
35270 \begin_inset CommandInset href
35271 LatexCommand href
35272 name "Description"
35273 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35274
35275 \end_inset
35276
35277  of the command 
35278 \series bold
35279
35280 \backslash
35281 mathclap
35282 \series default
35283 , described in 
35284 \begin_inset CommandInset ref
35285 LatexCommand ref
35286 reference "sub:Operator-Limits"
35287
35288 \end_inset
35289
35290
35291 \begin_inset Index
35292 status collapsed
35293
35294 \begin_layout Plain Layout
35295 Commands ! M ! 
35296 \backslash
35297 mathclap
35298 \end_layout
35299
35300 \end_inset
35301
35302
35303 \end_layout
35304
35305 \begin_layout Bibliography
35306 \begin_inset CommandInset bibitem
35307 LatexCommand bibitem
35308 key "Duden"
35309
35310 \end_inset
35311
35312
35313 \emph on
35314 Duden Band 1
35315 \emph default
35316 .
35317  22.
35318  Auflage, Duden 2001
35319 \end_layout
35320
35321 \begin_layout Subsubsection*
35322 \begin_inset CommandInset index_print
35323 LatexCommand printindex
35324
35325 \end_inset
35326
35327
35328 \end_layout
35329
35330 \end_body
35331 \end_document