]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
0190b2d4058dc4dff8a9872cd043df2abd250e82
[lyx.git] / lib / doc / Math.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 340
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \fi % end if pdflatex is used
26
27 % Folgendes Problem lösen:
28 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
29 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
30 % die Kapitelnummer geschrieben.
31 % Als Lösung wird mehr Platz zwischen Nummer und
32 % Überschrift eingefügt.
33 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
34 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
35
36 % To be able to enter the character ° and · directly in LyX,
37 % see sec. 22.11
38 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
39 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
40
41 % increase link area for cross-references and autoname them,
42 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
43 \newlength{\abc}
44 \settowidth{\abc}{\space}
45 \addto\extrasenglish{
46  \renewcommand{\equationautorefname}{\hspace{-\abc}}
47  \renewcommand{\sectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
49  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
50
51 % don't load packages twice
52 % see first footnote in sec. 9.3
53 \@ifundefined{textcolor}{\usepackage{color}}{}
54
55 % the pages of the TOC are numbered roman
56 % and a PDF-bookmark for the TOC is added
57 \pagenumbering{roman}
58 \let\myTOC\tableofcontents
59 \renewcommand{\tableofcontents}{%
60  \vspace{1cm}
61  \pdfbookmark[1]{\contentsname}{}
62  \myTOC
63  \cleardoublepage
64  \pagenumbering{arabic}}
65
66 % insert additional vertical space of 1.5 mm between footnotes,
67 \let\myFoot\footnote
68 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
69
70 % provides caption formatting
71 \setkomafont{captionlabel}{\bfseries}
72
73 % used in Kap. 22.4
74 \usepackage{braket}
75
76 % used in Kap. 22.6
77 \usepackage[samesize]{cancel}
78
79 % enables calculation of values,
80 \usepackage{calc}
81
82 % for multiple table row and column cells
83 \usepackage{multirow}
84 \usepackage{multicol}
85
86 % needed in sec. 19.4
87 \usepackage{remreset}
88
89 % center multirows (e.g. in sec. 13.3)
90 \renewcommand{\multirowsetup}{\centering}
91
92 % define a color, used in sec.9.3
93 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
94
95 % declare operators (see sec. 10.4 and sec. 15.2)
96 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
97 \DeclareMathOperator{\sgn}{sgn}
98
99 \newcommand{\spce}{\textvisiblespace}
100
101 % example definitions for sec. 20.1 
102 \newcommand{\gr}{\Longrightarrow}
103 \newcommand{\us}[1]{\underline{#1}}
104 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
105 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
106 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
107
108 % example macro from sec. 19.4
109 %\def\tagform@#1{\maketag@@@{|#1|}}
110
111 % macro from sec. 10.2
112 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
113 \def\mathclap {\mathpalette \mathclapinternal}
114 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
115
116 % redefine the greyed out note
117 \renewenvironment{lyxgreyedout}
118  {\textcolor{blue}\bgroup}{\egroup}
119
120 % ------------------------------------
121 % used to check for needed LaTeX packages
122 \usepackage{ifthen}
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@TeX-mode
631 \end_layout
632
633 \end_inset
634
635  is invoked by pressing the toolbar button 
636 \begin_inset Graphics
637         filename ../images/ert-insert.png
638         scale 85
639
640 \end_inset
641
642  or by using the menu 
643 \family sans
644 Insert\SpecialChar \menuseparator
645 Te
646 \begin_inset ERT
647 status collapsed
648
649 \begin_layout Plain Layout
650
651 {}
652 \end_layout
653
654 \end_inset
655
656 X Code
657 \family default
658  (shortcut 
659 \family sans
660 Ctrl-l
661 \family default
662 ).
663 \begin_inset Note Note
664 status collapsed
665
666 \begin_layout Plain Layout
667 In LyX there are three 
668 \begin_inset Quotes eld
669 \end_inset
670
671 proper names
672 \begin_inset Quotes erd
673 \end_inset
674
675  that appear in the output with sub- and superscript letters: TeX, LaTeX,
676  and LyX
677 \end_layout
678
679 \begin_layout Plain Layout
680 To avoid that these names are recognized as proper names, a TeX-brace pair
681  is inserted.
682 \end_layout
683
684 \end_inset
685
686
687 \end_layout
688
689 \begin_layout Standard
690 To change the LaTeX-preamble
691 \begin_inset Index
692 status collapsed
693
694 \begin_layout Plain Layout
695 L@LaTeX-preamble
696 \end_layout
697
698 \end_inset
699
700 , use the menu 
701 \family sans
702 Document\SpecialChar \menuseparator
703 Settings\SpecialChar \menuseparator
704 LaT
705 \begin_inset ERT
706 status collapsed
707
708 \begin_layout Plain Layout
709
710 {}
711 \end_layout
712
713 \end_inset
714
715 eX
716 \family default
717  
718 \family sans
719 Preamble
720 \family default
721 .
722 \end_layout
723
724 \begin_layout Standard
725 To edit matrices, case differentiations, and multiline formulas subsequently,
726  the menus 
727 \family sans
728 Edit\SpecialChar \menuseparator
729 Math
730 \family default
731  and 
732 \family sans
733 Edit\SpecialChar \menuseparator
734 Rows
735 \begin_inset space \thinspace{}
736 \end_inset
737
738 &
739 \begin_inset space \thinspace{}
740 \end_inset
741
742 Columns,
743 \family default
744  or the 
745 \family sans
746 table toolbar
747 \family default
748  can be used.
749  When lines and columns are swapped via the menu, the column or line where
750  the cursor is in is exchanged with the column to the right or the line
751  below, respectively.
752  Is the cursor in the last column or row, the exchange is done with the
753  column to the left or the line above.
754 \end_layout
755
756 \begin_layout Standard
757 To write text in formulas
758 \begin_inset Foot
759 status collapsed
760
761 \begin_layout Plain Layout
762 For multiline formulas the command 
763 \series bold
764
765 \backslash
766 intertext
767 \series default
768  is used, see 
769 \begin_inset CommandInset ref
770 LatexCommand ref
771 reference "sub:Text-in-multiline"
772
773 \end_inset
774
775 .
776 \end_layout
777
778 \end_inset
779
780  
781 \emph on
782 mathematical text
783 \emph default
784
785 \begin_inset Index
786 status collapsed
787
788 \begin_layout Plain Layout
789 Text ! in formulas
790 \end_layout
791
792 \end_inset
793
794
795 \begin_inset Index
796 status collapsed
797
798 \begin_layout Plain Layout
799 Mathematical text
800 \end_layout
801
802 \end_inset
803
804  is used.
805  This mode is invoked with the the shortcut 
806 \family sans
807 Alt-m
808 \begin_inset space ~
809 \end_inset
810
811 m
812 \family default
813  or by the insertion of the command 
814 \series bold
815
816 \backslash
817 text
818 \begin_inset Index
819 status collapsed
820
821 \begin_layout Plain Layout
822 Commands ! T ! 
823 \backslash
824 text
825 \end_layout
826
827 \end_inset
828
829
830 \series default
831 .
832  The text appears black in LyX and can therefore be distinguished from the
833  other formula parts that appear blue.
834  In the output mathematical text is set upright, in contrary to other formula
835  parts.
836 \end_layout
837
838 \begin_layout Subsection*
839 Command Scheme
840 \end_layout
841
842 \begin_layout Standard
843 Most of the LaTeX-commands for math constructs have the following scheme:
844 \end_layout
845
846 \begin_layout Standard
847
848 \series bold
849
850 \backslash
851 commandname[optional
852 \series default
853  
854 \series bold
855 argument]{required
856 \series default
857  
858 \series bold
859 argument}
860 \end_layout
861
862 \begin_layout Standard
863 A command starts always with a backslash 
864 \begin_inset Quotes gld
865 \end_inset
866
867
868 \series bold
869
870 \backslash
871
872 \series default
873
874 \begin_inset Quotes grd
875 \end_inset
876
877 .
878  To omit optional arguments, also omit the associated brackets.
879  The braces around the required arguments are named in this document as
880  TeX-braces
881 \begin_inset Index
882 status collapsed
883
884 \begin_layout Plain Layout
885 T@TeX-braces
886 \end_layout
887
888 \end_inset
889
890 .
891  If you add in a formula a left brace to a command name, LyX creates automatical
892 ly a TeX-brace.
893  In all other cases TeX-braces are created in formulas with the command
894  
895 \series bold
896
897 \backslash
898 {
899 \series default
900 .
901  TeX-braces appear red in LyX, in contrary to normal braces that appear
902  blue.
903  In TeX-mode no command is needed to get TeX-braces.
904  TeX-braces don't appear in the output.
905 \end_layout
906
907 \begin_layout Standard
908 When commands without arguments, like commands for symbols are entered in
909  TeX-mode, a space character must 
910 \emph on
911 always
912 \emph default
913  be behind the command to end it.
914  This space doesn't appear in the output.
915  When the space should appear in the output, the space must be followed
916  by a protected space in normal text.
917 \end_layout
918
919 \begin_layout Standard
920 A protected space is inserted with 
921 \family sans
922 Ctrl-Space
923 \family default
924 .
925 \end_layout
926
927 \begin_layout Subsection*
928 \begin_inset Newpage newpage
929 \end_inset
930
931 Syntax Explanation
932 \end_layout
933
934 \begin_layout Itemize
935 The symbol
936 \begin_inset Foot
937 status collapsed
938
939 \begin_layout Plain Layout
940 This visible space character can be created with the command 
941 \series bold
942
943 \backslash
944 textvisiblespace
945 \series default
946
947 \begin_inset Index
948 status collapsed
949
950 \begin_layout Plain Layout
951 Commands ! T ! 
952 \backslash
953 textvisiblespace
954 \end_layout
955
956 \end_inset
957
958 , inserted in TeX-mode.
959 \end_layout
960
961 \end_inset
962
963  
964 \begin_inset ERT
965 status collapsed
966
967 \begin_layout Plain Layout
968
969
970 \backslash
971 spce 
972 \end_layout
973
974 \end_inset
975
976
977 \begin_inset space ~
978 \end_inset
979
980 denotes a space character to be input.
981 \end_layout
982
983 \begin_layout Itemize
984 An arrow like 
985 \begin_inset Formula $\to$
986 \end_inset
987
988  denotes the usage of the corresponding arrow key on the keyboard.
989 \end_layout
990
991 \begin_layout Subsection*
992 Available units
993 \end_layout
994
995 \begin_layout Standard
996 \align center
997 \begin_inset Float table
998 placement H
999 wide false
1000 sideways false
1001 status open
1002
1003 \begin_layout Plain Layout
1004 \align center
1005 \begin_inset Caption
1006
1007 \begin_layout Plain Layout
1008 \begin_inset CommandInset label
1009 LatexCommand label
1010 name "tab:Available-units"
1011
1012 \end_inset
1013
1014 Available units
1015 \end_layout
1016
1017 \end_inset
1018
1019
1020 \end_layout
1021
1022 \begin_layout Plain Layout
1023 \align center
1024 \begin_inset Tabular
1025 <lyxtabular version="3" rows="13" columns="2">
1026 <features>
1027 <column alignment="center" valignment="top" width="0">
1028 <column alignment="center" valignment="top" width="0">
1029 <row>
1030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1031 \begin_inset Text
1032
1033 \begin_layout Plain Layout
1034 Unit
1035 \end_layout
1036
1037 \end_inset
1038 </cell>
1039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1040 \begin_inset Text
1041
1042 \begin_layout Plain Layout
1043 Name / Description
1044 \end_layout
1045
1046 \end_inset
1047 </cell>
1048 </row>
1049 <row>
1050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1051 \begin_inset Text
1052
1053 \begin_layout Plain Layout
1054 mm
1055 \end_layout
1056
1057 \end_inset
1058 </cell>
1059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1060 \begin_inset Text
1061
1062 \begin_layout Plain Layout
1063 Millimeter
1064 \end_layout
1065
1066 \end_inset
1067 </cell>
1068 </row>
1069 <row>
1070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1071 \begin_inset Text
1072
1073 \begin_layout Plain Layout
1074 cm
1075 \end_layout
1076
1077 \end_inset
1078 </cell>
1079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1080 \begin_inset Text
1081
1082 \begin_layout Plain Layout
1083 Centimeter
1084 \end_layout
1085
1086 \end_inset
1087 </cell>
1088 </row>
1089 <row>
1090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1091 \begin_inset Text
1092
1093 \begin_layout Plain Layout
1094 in
1095 \end_layout
1096
1097 \end_inset
1098 </cell>
1099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1100 \begin_inset Text
1101
1102 \begin_layout Plain Layout
1103 Inch (1
1104 \begin_inset space \thinspace{}
1105 \end_inset
1106
1107 in = 2,54
1108 \begin_inset space \thinspace{}
1109 \end_inset
1110
1111 cm)
1112 \end_layout
1113
1114 \end_inset
1115 </cell>
1116 </row>
1117 <row>
1118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1119 \begin_inset Text
1120
1121 \begin_layout Plain Layout
1122 pt
1123 \end_layout
1124
1125 \end_inset
1126 </cell>
1127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1128 \begin_inset Text
1129
1130 \begin_layout Plain Layout
1131 Point (72.27
1132 \begin_inset space \thinspace{}
1133 \end_inset
1134
1135 pt = 1
1136 \begin_inset space \thinspace{}
1137 \end_inset
1138
1139 in)
1140 \end_layout
1141
1142 \end_inset
1143 </cell>
1144 </row>
1145 <row>
1146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1147 \begin_inset Text
1148
1149 \begin_layout Plain Layout
1150 pc
1151 \end_layout
1152
1153 \end_inset
1154 </cell>
1155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1156 \begin_inset Text
1157
1158 \begin_layout Plain Layout
1159 Pica (1
1160 \begin_inset space \thinspace{}
1161 \end_inset
1162
1163 pc = 12
1164 \begin_inset space \thinspace{}
1165 \end_inset
1166
1167 pt)
1168 \end_layout
1169
1170 \end_inset
1171 </cell>
1172 </row>
1173 <row>
1174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1175 \begin_inset Text
1176
1177 \begin_layout Plain Layout
1178 sp
1179 \end_layout
1180
1181 \end_inset
1182 </cell>
1183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1184 \begin_inset Text
1185
1186 \begin_layout Plain Layout
1187 scaled point (65536
1188 \begin_inset space \thinspace{}
1189 \end_inset
1190
1191 sp = 1
1192 \begin_inset space \thinspace{}
1193 \end_inset
1194
1195 pt)
1196 \end_layout
1197
1198 \end_inset
1199 </cell>
1200 </row>
1201 <row>
1202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1203 \begin_inset Text
1204
1205 \begin_layout Plain Layout
1206 bp
1207 \end_layout
1208
1209 \end_inset
1210 </cell>
1211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1212 \begin_inset Text
1213
1214 \begin_layout Plain Layout
1215 big point (72
1216 \begin_inset space \thinspace{}
1217 \end_inset
1218
1219 bp = 1
1220 \begin_inset space \thinspace{}
1221 \end_inset
1222
1223 in)
1224 \end_layout
1225
1226 \end_inset
1227 </cell>
1228 </row>
1229 <row>
1230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1231 \begin_inset Text
1232
1233 \begin_layout Plain Layout
1234 dd
1235 \end_layout
1236
1237 \end_inset
1238 </cell>
1239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1240 \begin_inset Text
1241
1242 \begin_layout Plain Layout
1243 Didot (1
1244 \begin_inset space \thinspace{}
1245 \end_inset
1246
1247 dd 
1248 \begin_inset Formula $\approx$
1249 \end_inset
1250
1251  0.376
1252 \begin_inset space \thinspace{}
1253 \end_inset
1254
1255 mm)
1256 \end_layout
1257
1258 \end_inset
1259 </cell>
1260 </row>
1261 <row>
1262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1263 \begin_inset Text
1264
1265 \begin_layout Plain Layout
1266 cc
1267 \end_layout
1268
1269 \end_inset
1270 </cell>
1271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1272 \begin_inset Text
1273
1274 \begin_layout Plain Layout
1275 Cicero (1
1276 \begin_inset space \thinspace{}
1277 \end_inset
1278
1279 cc = 12
1280 \begin_inset space \thinspace{}
1281 \end_inset
1282
1283 dd)
1284 \end_layout
1285
1286 \end_inset
1287 </cell>
1288 </row>
1289 <row>
1290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1291 \begin_inset Text
1292
1293 \begin_layout Plain Layout
1294 ex
1295 \end_layout
1296
1297 \end_inset
1298 </cell>
1299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1300 \begin_inset Text
1301
1302 \begin_layout Plain Layout
1303 Height of letter 
1304 \emph on
1305
1306 \begin_inset Quotes eld
1307 \end_inset
1308
1309 x
1310 \emph default
1311
1312 \begin_inset Quotes erd
1313 \end_inset
1314
1315  in the current font
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 em
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 width of letter 
1336 \begin_inset Quotes eld
1337 \end_inset
1338
1339
1340 \emph on
1341 M
1342 \emph default
1343
1344 \begin_inset Quotes erd
1345 \end_inset
1346
1347  in the current font
1348 \end_layout
1349
1350 \end_inset
1351 </cell>
1352 </row>
1353 <row>
1354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1355 \begin_inset Text
1356
1357 \begin_layout Plain Layout
1358 mu
1359 \end_layout
1360
1361 \end_inset
1362 </cell>
1363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1364 \begin_inset Text
1365
1366 \begin_layout Plain Layout
1367 math unit (1
1368 \begin_inset space \thinspace{}
1369 \end_inset
1370
1371 mu = 
1372 \begin_inset Formula $\nicefrac{1}{18}$
1373 \end_inset
1374
1375
1376 \begin_inset space \thinspace{}
1377 \end_inset
1378
1379 em)
1380 \end_layout
1381
1382 \end_inset
1383 </cell>
1384 </row>
1385 </lyxtabular>
1386
1387 \end_inset
1388
1389
1390 \end_layout
1391
1392 \end_inset
1393
1394
1395 \end_layout
1396
1397 \begin_layout Standard
1398 \begin_inset Newpage newpage
1399 \end_inset
1400
1401
1402 \end_layout
1403
1404 \begin_layout Section
1405 Basic Functions
1406 \end_layout
1407
1408 \begin_layout Subsection
1409 Exponents
1410 \begin_inset Index
1411 status collapsed
1412
1413 \begin_layout Plain Layout
1414 Exponents
1415 \end_layout
1416
1417 \end_inset
1418
1419  and Indices
1420 \begin_inset Index
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424 Indices
1425 \end_layout
1426
1427 \end_inset
1428
1429
1430 \begin_inset Index
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434 Superscripts|see
1435 \begin_inset ERT
1436 status collapsed
1437
1438 \begin_layout Plain Layout
1439
1440 {
1441 \end_layout
1442
1443 \end_inset
1444
1445 Exponents
1446 \begin_inset ERT
1447 status collapsed
1448
1449 \begin_layout Plain Layout
1450
1451 }
1452 \end_layout
1453
1454 \end_inset
1455
1456
1457 \end_layout
1458
1459 \end_inset
1460
1461
1462 \begin_inset Index
1463 status collapsed
1464
1465 \begin_layout Plain Layout
1466 Subscripts|see
1467 \begin_inset ERT
1468 status collapsed
1469
1470 \begin_layout Plain Layout
1471
1472 {
1473 \end_layout
1474
1475 \end_inset
1476
1477 Indices
1478 \begin_inset ERT
1479 status collapsed
1480
1481 \begin_layout Plain Layout
1482
1483 }
1484 \end_layout
1485
1486 \end_inset
1487
1488
1489 \end_layout
1490
1491 \end_inset
1492
1493
1494 \end_layout
1495
1496 \begin_layout Standard
1497 Indices are created with an underscore 
1498 \begin_inset Quotes eld
1499 \end_inset
1500
1501 _
1502 \begin_inset Quotes erd
1503 \end_inset
1504
1505  or via the math toolbar button 
1506 \begin_inset Graphics
1507         filename ../images/math-subscript.png
1508         scale 85
1509
1510 \end_inset
1511
1512  , exponents with a caret 
1513 \begin_inset Quotes eld
1514 \end_inset
1515
1516 ^
1517 \begin_inset Quotes erd
1518 \end_inset
1519
1520  or via the math toolbar button 
1521 \begin_inset Graphics
1522         filename ../images/math-superscript.png
1523         scale 85
1524
1525 \end_inset
1526
1527 .
1528 \end_layout
1529
1530 \begin_layout Standard
1531 \align center
1532 \begin_inset Tabular
1533 <lyxtabular version="3" rows="4" columns="2">
1534 <features>
1535 <column alignment="center" valignment="top" width="0pt">
1536 <column alignment="center" valignment="top" width="0pt">
1537 <row>
1538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1539 \begin_inset Text
1540
1541 \begin_layout Plain Layout
1542 command
1543 \end_layout
1544
1545 \end_inset
1546 </cell>
1547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1548 \begin_inset Text
1549
1550 \begin_layout Plain Layout
1551 Result
1552 \begin_inset Note Note
1553 status collapsed
1554
1555 \begin_layout Plain Layout
1556
1557 \series bold
1558
1559 \backslash
1560 raisebox
1561 \series default
1562  is only used as spacer.
1563 \end_layout
1564
1565 \end_inset
1566
1567
1568 \end_layout
1569
1570 \end_inset
1571 </cell>
1572 </row>
1573 <row>
1574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1575 \begin_inset Text
1576
1577 \begin_layout Plain Layout
1578 B_V
1579 \end_layout
1580
1581 \end_inset
1582 </cell>
1583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1584 \begin_inset Text
1585
1586 \begin_layout Plain Layout
1587 \begin_inset Formula $B_{V}$
1588 \end_inset
1589
1590
1591 \end_layout
1592
1593 \end_inset
1594 </cell>
1595 </row>
1596 <row>
1597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1598 \begin_inset Text
1599
1600 \begin_layout Plain Layout
1601 B^V
1602 \end_layout
1603
1604 \end_inset
1605 </cell>
1606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1607 \begin_inset Text
1608
1609 \begin_layout Plain Layout
1610 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1611 \end_inset
1612
1613
1614 \end_layout
1615
1616 \end_inset
1617 </cell>
1618 </row>
1619 <row>
1620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1621 \begin_inset Text
1622
1623 \begin_layout Plain Layout
1624 B^
1625 \begin_inset ERT
1626 status collapsed
1627
1628 \begin_layout Plain Layout
1629
1630
1631 \backslash
1632 spce 
1633 \end_layout
1634
1635 \end_inset
1636
1637 A
1638 \end_layout
1639
1640 \end_inset
1641 </cell>
1642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1643 \begin_inset Text
1644
1645 \begin_layout Plain Layout
1646 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1647 \end_inset
1648
1649
1650 \end_layout
1651
1652 \end_inset
1653 </cell>
1654 </row>
1655 </lyxtabular>
1656
1657 \end_inset
1658
1659
1660 \end_layout
1661
1662 \begin_layout Standard
1663 As the caret is in some languages an accent, vowels will be accentuated
1664  in this case and not set as exponents
1665 \begin_inset Foot
1666 status collapsed
1667
1668 \begin_layout Plain Layout
1669 Depending on the used keyboard settings this can also happen for other character
1670 s than vowels.
1671 \end_layout
1672
1673 \end_inset
1674
1675 .
1676  To get in this case exponents, press 
1677 \family sans
1678 Space
1679 \family default
1680  after the caret as in the last example.
1681 \end_layout
1682
1683 \begin_layout Subsection
1684 Fractions
1685 \begin_inset CommandInset label
1686 LatexCommand label
1687 name "sub:Fractions"
1688
1689 \end_inset
1690
1691
1692 \begin_inset Index
1693 status collapsed
1694
1695 \begin_layout Plain Layout
1696 Fractions
1697 \end_layout
1698
1699 \end_inset
1700
1701
1702 \end_layout
1703
1704 \begin_layout Standard
1705 Fractions are generated with the command 
1706 \series bold
1707
1708 \backslash
1709 frac
1710 \series default
1711
1712 \begin_inset Index
1713 status collapsed
1714
1715 \begin_layout Plain Layout
1716 Commands ! F ! 
1717 \backslash
1718 frac
1719 \end_layout
1720
1721 \end_inset
1722
1723  or via the math toolbar button 
1724 \begin_inset Graphics
1725         filename ../images/math/frac.png
1726         scale 50
1727
1728 \end_inset
1729
1730 .
1731  The font size is adjusted automatically, depending on whether the fraction
1732  is in an inline or display style formula.
1733  With the math toolbar button 
1734 \begin_inset Graphics
1735         filename ../images/math/frac-square.png
1736         scale 85
1737
1738 \end_inset
1739
1740  you can select different fraction types.
1741 \end_layout
1742
1743 \begin_layout Standard
1744 With the command 
1745 \series bold
1746
1747 \backslash
1748 dfrac
1749 \begin_inset Index
1750 status collapsed
1751
1752 \begin_layout Plain Layout
1753 Commands ! D ! 
1754 \backslash
1755 dfrac
1756 \end_layout
1757
1758 \end_inset
1759
1760
1761 \series default
1762  a fraction can be created that has in any case the size of a display style
1763  formula.
1764  With 
1765 \series bold
1766
1767 \backslash
1768 tfrac
1769 \begin_inset Index
1770 status collapsed
1771
1772 \begin_layout Plain Layout
1773 Commands ! T ! 
1774 \backslash
1775 tfrac
1776 \end_layout
1777
1778 \end_inset
1779
1780
1781 \series default
1782  the fraction appears always with the size of an inline formula.
1783  An example:
1784 \end_layout
1785
1786 \begin_layout Standard
1787 A line with the fraction 
1788 \begin_inset Formula $\frac{1}{2}$
1789 \end_inset
1790
1791  that was created with the command 
1792 \series bold
1793
1794 \backslash
1795 frac
1796 \series default
1797 .
1798 \end_layout
1799
1800 \begin_layout Standard
1801 A line with the fraction 
1802 \begin_inset Formula $\dfrac{1}{2}$
1803 \end_inset
1804
1805  that was created with the command 
1806 \series bold
1807
1808 \backslash
1809 dfrac
1810 \series default
1811 .
1812 \end_layout
1813
1814 \begin_layout Standard
1815 \align center
1816 \begin_inset Tabular
1817 <lyxtabular version="3" rows="4" columns="2">
1818 <features>
1819 <column alignment="center" valignment="top" width="0pt">
1820 <column alignment="center" valignment="top" width="0pt">
1821 <row>
1822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1823 \begin_inset Text
1824
1825 \begin_layout Plain Layout
1826 Command
1827 \end_layout
1828
1829 \end_inset
1830 </cell>
1831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1832 \begin_inset Text
1833
1834 \begin_layout Plain Layout
1835 Result
1836 \begin_inset Note Note
1837 status collapsed
1838
1839 \begin_layout Plain Layout
1840
1841 \series bold
1842
1843 \backslash
1844 raisebox
1845 \series default
1846  is only used as spacer.
1847 \end_layout
1848
1849 \end_inset
1850
1851
1852 \end_layout
1853
1854 \end_inset
1855 </cell>
1856 </row>
1857 <row>
1858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862
1863 \backslash
1864 frac
1865 \begin_inset ERT
1866 status collapsed
1867
1868 \begin_layout Plain Layout
1869
1870
1871 \backslash
1872 spce 
1873 \end_layout
1874
1875 \end_inset
1876
1877 A
1878 \begin_inset Formula $\downarrow$
1879 \end_inset
1880
1881 B
1882 \end_layout
1883
1884 \end_inset
1885 </cell>
1886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1891 \end_inset
1892
1893
1894 \end_layout
1895
1896 \end_inset
1897 </cell>
1898 </row>
1899 <row>
1900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1901 \begin_inset Text
1902
1903 \begin_layout Plain Layout
1904
1905 \backslash
1906 dfrac
1907 \begin_inset ERT
1908 status collapsed
1909
1910 \begin_layout Plain Layout
1911
1912
1913 \backslash
1914 spce 
1915 \end_layout
1916
1917 \end_inset
1918
1919 A
1920 \begin_inset Formula $\downarrow$
1921 \end_inset
1922
1923 B
1924 \end_layout
1925
1926 \end_inset
1927 </cell>
1928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1929 \begin_inset Text
1930
1931 \begin_layout Plain Layout
1932 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1933 \end_inset
1934
1935
1936 \end_layout
1937
1938 \end_inset
1939 </cell>
1940 </row>
1941 <row>
1942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1943 \begin_inset Text
1944
1945 \begin_layout Plain Layout
1946
1947 \backslash
1948 dfrac
1949 \begin_inset ERT
1950 status collapsed
1951
1952 \begin_layout Plain Layout
1953
1954
1955 \backslash
1956 spce 
1957 \end_layout
1958
1959 \end_inset
1960
1961 e^
1962 \begin_inset ERT
1963 status collapsed
1964
1965 \begin_layout Plain Layout
1966
1967
1968 \backslash
1969 spce 
1970 \end_layout
1971
1972 \end_inset
1973
1974
1975 \backslash
1976 frac
1977 \begin_inset ERT
1978 status collapsed
1979
1980 \begin_layout Plain Layout
1981
1982
1983 \backslash
1984 spce 
1985 \end_layout
1986
1987 \end_inset
1988
1989 1
1990 \begin_inset Formula $\downarrow$
1991 \end_inset
1992
1993 2
1994 \begin_inset Formula $\downarrow\downarrow$
1995 \end_inset
1996
1997 3
1998 \end_layout
1999
2000 \end_inset
2001 </cell>
2002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2003 \begin_inset Text
2004
2005 \begin_layout Plain Layout
2006 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2007 \end_inset
2008
2009
2010 \end_layout
2011
2012 \end_inset
2013 </cell>
2014 </row>
2015 </lyxtabular>
2016
2017 \end_inset
2018
2019
2020 \end_layout
2021
2022 \begin_layout Standard
2023 \begin_inset VSpace bigskip
2024 \end_inset
2025
2026
2027 \begin_inset Newpage newpage
2028 \end_inset
2029
2030 For nested fractions the command 
2031 \series bold
2032
2033 \backslash
2034 cfrac
2035 \series default
2036
2037 \begin_inset Index
2038 status collapsed
2039
2040 \begin_layout Plain Layout
2041 Commands ! C ! 
2042 \backslash
2043 cfrac
2044 \end_layout
2045
2046 \end_inset
2047
2048  can be used.
2049  Here an example:
2050 \begin_inset VSpace -3mm
2051 \end_inset
2052
2053
2054 \end_layout
2055
2056 \begin_layout Standard
2057 \begin_inset Formula \begin{align*}
2058 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2059 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2060
2061 \end_inset
2062
2063
2064 \end_layout
2065
2066 \begin_layout Standard
2067 The command for the example above is:
2068 \end_layout
2069
2070 \begin_layout Standard
2071
2072 \series bold
2073
2074 \backslash
2075 cfrac{A
2076 \begin_inset Formula $\to$
2077 \end_inset
2078
2079
2080 \backslash
2081 {B+
2082 \backslash
2083 cfrac{C+
2084 \backslash
2085 cfrac{E
2086 \begin_inset Formula $\to$
2087 \end_inset
2088
2089
2090 \backslash
2091 {F
2092 \begin_inset Formula $\to\to$
2093 \end_inset
2094
2095
2096 \backslash
2097 {D
2098 \end_layout
2099
2100 \begin_layout Standard
2101 \begin_inset VSpace medskip
2102 \end_inset
2103
2104
2105 \end_layout
2106
2107 \begin_layout Standard
2108
2109 \series bold
2110
2111 \backslash
2112 cfrac
2113 \series default
2114  sets the fraction always in the size of a displayed formula, also when
2115  it is part of another fraction.
2116  
2117 \series bold
2118
2119 \backslash
2120 cfrac
2121 \series default
2122  has the following command scheme:
2123 \end_layout
2124
2125 \begin_layout Standard
2126
2127 \series bold
2128
2129 \backslash
2130 cfrac[numerator position]{numerator}{denominator}
2131 \end_layout
2132
2133 \begin_layout Standard
2134 The numerator position can be 
2135 \emph on
2136 l
2137 \emph default
2138  , 
2139 \emph on
2140 c
2141 \emph default
2142 , or 
2143 \emph on
2144 r
2145 \emph default
2146  .
2147  l or r aligns the numerator to the left or right, resp.
2148 \begin_inset space ~
2149 \end_inset
2150
2151 with the fraction stroke.
2152  When 
2153 \emph on
2154 c
2155 \emph default
2156  or no position is given, the numerator appears centered.
2157  These fractions demonstrate the different alignments:
2158 \begin_inset Newline newline
2159 \end_inset
2160
2161
2162 \series bold
2163
2164 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2165 \end_inset
2166
2167
2168 \begin_inset Formula $\cfrac{A}{B+C}$
2169 \end_inset
2170
2171
2172 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2173 \end_inset
2174
2175
2176 \end_layout
2177
2178 \begin_layout Standard
2179 \begin_inset VSpace medskip
2180 \end_inset
2181
2182 It is often advantageous to combine 
2183 \series bold
2184
2185 \backslash
2186 cfrac
2187 \series default
2188  and 
2189 \series bold
2190
2191 \backslash
2192 frac
2193 \series default
2194 :
2195 \begin_inset Formula \[
2196 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2197
2198 \end_inset
2199
2200
2201 \end_layout
2202
2203 \begin_layout Standard
2204 For inline fractions with a sloped fraction stroke you can use the command
2205  
2206 \series bold
2207
2208 \backslash
2209 nicefrac
2210 \series default
2211
2212 \begin_inset Index
2213 status collapsed
2214
2215 \begin_layout Plain Layout
2216 Commands ! N ! 
2217 \backslash
2218 nicefrac
2219 \end_layout
2220
2221 \end_inset
2222
2223
2224 \begin_inset Formula $\nicefrac{5}{31}$
2225 \end_inset
2226
2227  or 
2228 \series bold
2229
2230 \backslash
2231 unitfrac
2232 \series default
2233
2234 \begin_inset Index
2235 status collapsed
2236
2237 \begin_layout Plain Layout
2238 Commands ! U ! 
2239 \backslash
2240 unitfrac
2241 \end_layout
2242
2243 \end_inset
2244
2245
2246 \begin_inset Formula $\unitfrac{5}{31}$
2247 \end_inset
2248
2249  There is furthermore the command 
2250 \series bold
2251
2252 \backslash
2253 unitfracthree
2254 \series default
2255  that offers to write a fraction in combination with a number: 
2256 \begin_inset Formula $\unitfrac[2]{1}{3}$
2257 \end_inset
2258
2259
2260 \begin_inset Newline newline
2261 \end_inset
2262
2263 Note that 
2264 \series bold
2265
2266 \backslash
2267 unitfracthree
2268 \series default
2269  is not a real LaTeX command but the command
2270 \begin_inset Newline newline
2271 \end_inset
2272
2273
2274 \series bold
2275
2276 \backslash
2277 unitfrac[number]{numerator}{denominator}
2278 \series default
2279 , therefore you cannot use it in TeX code.
2280 \end_layout
2281
2282 \begin_layout Standard
2283 How to define own fractions where the fraction stroke can be changed, is
2284  explained in 
2285 \begin_inset CommandInset ref
2286 LatexCommand ref
2287 reference "sub:Self-defined-Fractions"
2288
2289 \end_inset
2290
2291 .
2292 \end_layout
2293
2294 \begin_layout Subsection
2295 Roots
2296 \begin_inset Index
2297 status collapsed
2298
2299 \begin_layout Plain Layout
2300 Roots
2301 \end_layout
2302
2303 \end_inset
2304
2305
2306 \end_layout
2307
2308 \begin_layout Standard
2309 Square roots are created with 
2310 \series bold
2311
2312 \backslash
2313 sqrt
2314 \series default
2315
2316 \begin_inset Index
2317 status collapsed
2318
2319 \begin_layout Plain Layout
2320 Commands ! S ! 
2321 \backslash
2322 sqrt
2323 \end_layout
2324
2325 \end_inset
2326
2327  or the math toolbar button 
2328 \begin_inset Graphics
2329         filename ../images/math/sqrt.png
2330         scale 85
2331
2332 \end_inset
2333
2334 , all other roots with the command 
2335 \series bold
2336
2337 \backslash
2338 root
2339 \series default
2340
2341 \begin_inset Index
2342 status collapsed
2343
2344 \begin_layout Plain Layout
2345 Commands ! R ! 
2346 \backslash
2347 root
2348 \end_layout
2349
2350 \end_inset
2351
2352  or with the math toolbar button 
2353 \begin_inset Graphics
2354         filename ../images/math/root.png
2355         scale 85
2356
2357 \end_inset
2358
2359 .
2360 \end_layout
2361
2362 \begin_layout Standard
2363 \align center
2364 \begin_inset Tabular
2365 <lyxtabular version="3" rows="3" columns="2">
2366 <features>
2367 <column alignment="center" valignment="top" width="0pt">
2368 <column alignment="center" valignment="top" width="0pt">
2369 <row>
2370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2371 \begin_inset Text
2372
2373 \begin_layout Plain Layout
2374 Command
2375 \end_layout
2376
2377 \end_inset
2378 </cell>
2379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2380 \begin_inset Text
2381
2382 \begin_layout Plain Layout
2383 Result
2384 \begin_inset Note Note
2385 status collapsed
2386
2387 \begin_layout Plain Layout
2388
2389 \series bold
2390
2391 \backslash
2392 raisebox
2393 \series default
2394  is only used as spacer.
2395 \end_layout
2396
2397 \end_inset
2398
2399
2400 \end_layout
2401
2402 \end_inset
2403 </cell>
2404 </row>
2405 <row>
2406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2407 \begin_inset Text
2408
2409 \begin_layout Plain Layout
2410
2411 \backslash
2412 sqrt
2413 \begin_inset ERT
2414 status collapsed
2415
2416 \begin_layout Plain Layout
2417
2418
2419 \backslash
2420 spce 
2421 \end_layout
2422
2423 \end_inset
2424
2425 A-B
2426 \end_layout
2427
2428 \end_inset
2429 </cell>
2430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2431 \begin_inset Text
2432
2433 \begin_layout Plain Layout
2434 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2435 \end_inset
2436
2437
2438 \end_layout
2439
2440 \end_inset
2441 </cell>
2442 </row>
2443 <row>
2444 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2445 \begin_inset Text
2446
2447 \begin_layout Plain Layout
2448
2449 \backslash
2450 root
2451 \begin_inset ERT
2452 status collapsed
2453
2454 \begin_layout Plain Layout
2455
2456
2457 \backslash
2458 spce 
2459 \end_layout
2460
2461 \end_inset
2462
2463 3
2464 \begin_inset Formula $\downarrow$
2465 \end_inset
2466
2467 A-B
2468 \end_layout
2469
2470 \end_inset
2471 </cell>
2472 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2473 \begin_inset Text
2474
2475 \begin_layout Plain Layout
2476 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2477 \end_inset
2478
2479
2480 \end_layout
2481
2482 \end_inset
2483 </cell>
2484 </row>
2485 </lyxtabular>
2486
2487 \end_inset
2488
2489
2490 \end_layout
2491
2492 \begin_layout Standard
2493 A square root can also be created with 
2494 \series bold
2495
2496 \backslash
2497 root
2498 \series default
2499  when the root index field is left empty.
2500 \end_layout
2501
2502 \begin_layout Standard
2503 With certain indices the distance to the root is too small, like in this
2504  formula: 
2505 \begin_inset Formula $\sqrt[\beta]{B}$
2506 \end_inset
2507
2508
2509 \begin_inset Newline newline
2510 \end_inset
2511
2512 The 
2513 \begin_inset Formula $\beta$
2514 \end_inset
2515
2516  touches the root.
2517  To avoid this, the commands 
2518 \series bold
2519
2520 \backslash
2521 leftroot
2522 \series default
2523
2524 \begin_inset Index
2525 status collapsed
2526
2527 \begin_layout Plain Layout
2528 Commands ! L ! 
2529 \backslash
2530 leftroot
2531 \end_layout
2532
2533 \end_inset
2534
2535  and 
2536 \series bold
2537
2538 \backslash
2539 uproot
2540 \series default
2541
2542 \begin_inset Index
2543 status collapsed
2544
2545 \begin_layout Plain Layout
2546 Commands ! U ! 
2547 \backslash
2548 uproot
2549 \end_layout
2550
2551 \end_inset
2552
2553  are used with the following scheme:
2554 \end_layout
2555
2556 \begin_layout Standard
2557
2558 \series bold
2559
2560 \backslash
2561 leftroot{distance}
2562 \series default
2563  and 
2564 \series bold
2565
2566 \backslash
2567 uproot{distance}
2568 \end_layout
2569
2570 \begin_layout Standard
2571 Distance is the number of Big Points (unit bp; 
2572 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2573 \end_inset
2574
2575 ), that the index should be moved to the left or top, resp..
2576  The commands are written to the index.
2577  This way the command
2578 \begin_inset Newline newline
2579 \end_inset
2580
2581
2582 \series bold
2583
2584 \backslash
2585 root
2586 \backslash
2587 leftroot{-1
2588 \begin_inset Formula $\to$
2589 \end_inset
2590
2591
2592 \backslash
2593 uproot{2
2594 \begin_inset Formula $\to$
2595 \end_inset
2596
2597
2598 \backslash
2599 beta
2600 \begin_inset ERT
2601 status collapsed
2602
2603 \begin_layout Plain Layout
2604
2605
2606 \backslash
2607 spce 
2608 \end_layout
2609
2610 \end_inset
2611
2612
2613 \begin_inset Formula $\to$
2614 \end_inset
2615
2616 B
2617 \begin_inset Newline newline
2618 \end_inset
2619
2620
2621 \series default
2622 produces a correct typeset formula: 
2623 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2624 \end_inset
2625
2626
2627 \end_layout
2628
2629 \begin_layout Subsection
2630 Binomial Coefficients
2631 \begin_inset Index
2632 status collapsed
2633
2634 \begin_layout Plain Layout
2635 Binomial coefficients
2636 \end_layout
2637
2638 \end_inset
2639
2640
2641 \end_layout
2642
2643 \begin_layout Standard
2644 Binomial coefficients are inserted with the command 
2645 \series bold
2646
2647 \backslash
2648 binom
2649 \series default
2650
2651 \begin_inset Index
2652 status collapsed
2653
2654 \begin_layout Plain Layout
2655 Commands ! B ! 
2656 \backslash
2657 binom
2658 \end_layout
2659
2660 \end_inset
2661
2662  or with the submenu of the math toolbar button 
2663 \begin_inset Graphics
2664         filename ../images/math/frac-square.png
2665         scale 85
2666
2667 \end_inset
2668
2669 .
2670  Analog to fractions (
2671 \series bold
2672
2673 \backslash
2674 frac
2675 \series default
2676 ) there are besides 
2677 \series bold
2678
2679 \backslash
2680 binom
2681 \series default
2682  the commands 
2683 \series bold
2684
2685 \backslash
2686 dbinom
2687 \begin_inset Index
2688 status collapsed
2689
2690 \begin_layout Plain Layout
2691 Commands ! D ! 
2692 \backslash
2693 dbinom
2694 \end_layout
2695
2696 \end_inset
2697
2698
2699 \series default
2700  and 
2701 \series bold
2702
2703 \backslash
2704 tbinom
2705 \series default
2706
2707 \begin_inset Index
2708 status collapsed
2709
2710 \begin_layout Plain Layout
2711 Commands ! T ! 
2712 \backslash
2713 tbinom
2714 \end_layout
2715
2716 \end_inset
2717
2718 .
2719  For other brackets around binomial coeficients there are the commands 
2720 \series bold
2721
2722 \backslash
2723 brace
2724 \series default
2725
2726 \begin_inset Index
2727 status collapsed
2728
2729 \begin_layout Plain Layout
2730 Commands ! B ! 
2731 \backslash
2732 brace
2733 \end_layout
2734
2735 \end_inset
2736
2737  and 
2738 \series bold
2739
2740 \backslash
2741 brack
2742 \series default
2743
2744 \begin_inset Index
2745 status collapsed
2746
2747 \begin_layout Plain Layout
2748 Commands ! B ! 
2749 \backslash
2750 brack
2751 \end_layout
2752
2753 \end_inset
2754
2755 .
2756 \end_layout
2757
2758 \begin_layout Standard
2759 \align center
2760 \begin_inset Tabular
2761 <lyxtabular version="3" rows="6" columns="2">
2762 <features>
2763 <column alignment="center" valignment="top" width="0pt">
2764 <column alignment="center" valignment="top" width="0pt">
2765 <row>
2766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2767 \begin_inset Text
2768
2769 \begin_layout Plain Layout
2770 Command
2771 \end_layout
2772
2773 \end_inset
2774 </cell>
2775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2776 \begin_inset Text
2777
2778 \begin_layout Plain Layout
2779 Result
2780 \begin_inset Note Note
2781 status collapsed
2782
2783 \begin_layout Plain Layout
2784
2785 \series bold
2786
2787 \backslash
2788 raisebox
2789 \series default
2790  is only used as spacer.
2791 \end_layout
2792
2793 \end_inset
2794
2795
2796 \end_layout
2797
2798 \end_inset
2799 </cell>
2800 </row>
2801 <row>
2802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2803 \begin_inset Text
2804
2805 \begin_layout Plain Layout
2806
2807 \backslash
2808 binom
2809 \begin_inset ERT
2810 status collapsed
2811
2812 \begin_layout Plain Layout
2813
2814
2815 \backslash
2816 spce 
2817 \end_layout
2818
2819 \end_inset
2820
2821 A
2822 \begin_inset Formula $\downarrow$
2823 \end_inset
2824
2825 B
2826 \end_layout
2827
2828 \end_inset
2829 </cell>
2830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2831 \begin_inset Text
2832
2833 \begin_layout Plain Layout
2834 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2835 \end_inset
2836
2837
2838 \end_layout
2839
2840 \end_inset
2841 </cell>
2842 </row>
2843 <row>
2844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2845 \begin_inset Text
2846
2847 \begin_layout Plain Layout
2848
2849 \backslash
2850 dbinom
2851 \begin_inset ERT
2852 status collapsed
2853
2854 \begin_layout Plain Layout
2855
2856
2857 \backslash
2858 spce 
2859 \end_layout
2860
2861 \end_inset
2862
2863 A
2864 \begin_inset Formula $\downarrow$
2865 \end_inset
2866
2867 B
2868 \end_layout
2869
2870 \end_inset
2871 </cell>
2872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2873 \begin_inset Text
2874
2875 \begin_layout Plain Layout
2876 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2877 \end_inset
2878
2879
2880 \end_layout
2881
2882 \end_inset
2883 </cell>
2884 </row>
2885 <row>
2886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2887 \begin_inset Text
2888
2889 \begin_layout Plain Layout
2890
2891 \backslash
2892 tbinom
2893 \begin_inset ERT
2894 status collapsed
2895
2896 \begin_layout Plain Layout
2897
2898
2899 \backslash
2900 spce 
2901 \end_layout
2902
2903 \end_inset
2904
2905 A
2906 \begin_inset Formula $\downarrow$
2907 \end_inset
2908
2909 B
2910 \end_layout
2911
2912 \end_inset
2913 </cell>
2914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2915 \begin_inset Text
2916
2917 \begin_layout Plain Layout
2918 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2919 \end_inset
2920
2921
2922 \end_layout
2923
2924 \end_inset
2925 </cell>
2926 </row>
2927 <row>
2928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2929 \begin_inset Text
2930
2931 \begin_layout Plain Layout
2932
2933 \backslash
2934 brack
2935 \begin_inset ERT
2936 status collapsed
2937
2938 \begin_layout Plain Layout
2939
2940
2941 \backslash
2942 spce 
2943 \end_layout
2944
2945 \end_inset
2946
2947 A
2948 \begin_inset Formula $\downarrow$
2949 \end_inset
2950
2951 B
2952 \end_layout
2953
2954 \end_inset
2955 </cell>
2956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2957 \begin_inset Text
2958
2959 \begin_layout Plain Layout
2960 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2961 \end_inset
2962
2963
2964 \end_layout
2965
2966 \end_inset
2967 </cell>
2968 </row>
2969 <row>
2970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2971 \begin_inset Text
2972
2973 \begin_layout Plain Layout
2974
2975 \backslash
2976 brace
2977 \begin_inset ERT
2978 status collapsed
2979
2980 \begin_layout Plain Layout
2981
2982
2983 \backslash
2984 spce 
2985 \end_layout
2986
2987 \end_inset
2988
2989 A
2990 \begin_inset Formula $\downarrow$
2991 \end_inset
2992
2993 B
2994 \end_layout
2995
2996 \end_inset
2997 </cell>
2998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2999 \begin_inset Text
3000
3001 \begin_layout Plain Layout
3002 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3003 \end_inset
3004
3005
3006 \end_layout
3007
3008 \end_inset
3009 </cell>
3010 </row>
3011 </lyxtabular>
3012
3013 \end_inset
3014
3015
3016 \end_layout
3017
3018 \begin_layout Subsection
3019 Case Differentiations
3020 \begin_inset Index
3021 status collapsed
3022
3023 \begin_layout Plain Layout
3024 Case differentiations 
3025 \end_layout
3026
3027 \end_inset
3028
3029
3030 \end_layout
3031
3032 \begin_layout Standard
3033 \align center
3034 \begin_inset Tabular
3035 <lyxtabular version="3" rows="3" columns="2">
3036 <features>
3037 <column alignment="center" valignment="top" width="0pt">
3038 <column alignment="center" valignment="top" width="0pt">
3039 <row>
3040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3041 \begin_inset Text
3042
3043 \begin_layout Plain Layout
3044 Command
3045 \end_layout
3046
3047 \end_inset
3048 </cell>
3049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3050 \begin_inset Text
3051
3052 \begin_layout Plain Layout
3053 Result
3054 \end_layout
3055
3056 \end_inset
3057 </cell>
3058 </row>
3059 <row>
3060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3061 \begin_inset Text
3062
3063 \begin_layout Plain Layout
3064
3065 \backslash
3066 cases
3067 \begin_inset ERT
3068 status collapsed
3069
3070 \begin_layout Plain Layout
3071
3072
3073 \backslash
3074 spce 
3075 \end_layout
3076
3077 \end_inset
3078
3079 A
3080 \begin_inset Formula $\to$
3081 \end_inset
3082
3083 B>0
3084 \begin_inset Index
3085 status collapsed
3086
3087 \begin_layout Plain Layout
3088 Commands ! C ! 
3089 \backslash
3090 cases
3091 \end_layout
3092
3093 \end_inset
3094
3095
3096 \end_layout
3097
3098 \end_inset
3099 </cell>
3100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3101 \begin_inset Text
3102
3103 \begin_layout Plain Layout
3104 \begin_inset Formula $\begin{cases}
3105 A & B>0\end{cases}$
3106 \end_inset
3107
3108
3109 \end_layout
3110
3111 \end_inset
3112 </cell>
3113 </row>
3114 <row>
3115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3116 \begin_inset Text
3117
3118 \begin_layout Plain Layout
3119
3120 \backslash
3121 cases
3122 \begin_inset ERT
3123 status collapsed
3124
3125 \begin_layout Plain Layout
3126
3127
3128 \backslash
3129 spce 
3130 \end_layout
3131
3132 \end_inset
3133
3134 Ctrl-Enter
3135 \end_layout
3136
3137 \end_inset
3138 </cell>
3139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3140 \begin_inset Text
3141
3142 \begin_layout Plain Layout
3143 \begin_inset Formula $\begin{cases}
3144 A & \textrm{for }x>0\\
3145 B & \textrm{for }x=0\end{cases}$
3146 \end_inset
3147
3148
3149 \end_layout
3150
3151 \end_inset
3152 </cell>
3153 </row>
3154 </lyxtabular>
3155
3156 \end_inset
3157
3158
3159 \end_layout
3160
3161 \begin_layout Standard
3162 After inserting 
3163 \series bold
3164
3165 \backslash
3166 cases
3167 \series default
3168  or the usage of the math toolbar button 
3169 \begin_inset Graphics
3170         filename ../images/math/cases.png
3171         scale 85
3172
3173 \end_inset
3174
3175  you can create new lines with the shortcut 
3176 \family sans
3177 Ctrl-Return
3178 \family default
3179  or the table toolbar button 
3180 \begin_inset Graphics
3181         filename ../images/tabular-feature_append-row.png
3182         scale 85
3183
3184 \end_inset
3185
3186 .
3187 \end_layout
3188
3189 \begin_layout Standard
3190 The command 
3191 \series bold
3192
3193 \backslash
3194 cases
3195 \series default
3196  is also available via the menu 
3197 \family sans
3198 Insert\SpecialChar \menuseparator
3199 Math\SpecialChar \menuseparator
3200 Cases-Environment
3201 \family default
3202 .
3203 \end_layout
3204
3205 \begin_layout Subsection
3206 Negations
3207 \begin_inset Index
3208 status collapsed
3209
3210 \begin_layout Plain Layout
3211 Negations
3212 \end_layout
3213
3214 \end_inset
3215
3216
3217 \end_layout
3218
3219 \begin_layout Standard
3220 By inserting of 
3221 \series bold
3222
3223 \backslash
3224 not
3225 \series default
3226
3227 \begin_inset Index
3228 status collapsed
3229
3230 \begin_layout Plain Layout
3231 Commands ! N ! 
3232 \backslash
3233 not
3234 \end_layout
3235
3236 \end_inset
3237
3238  every character can be displayed canceled.
3239  The characters are quasi accentuated by a slash.
3240 \end_layout
3241
3242 \begin_layout Standard
3243 \align center
3244 \begin_inset Tabular
3245 <lyxtabular version="3" rows="4" columns="2">
3246 <features>
3247 <column alignment="center" valignment="top" width="0pt">
3248 <column alignment="center" valignment="top" width="0pt">
3249 <row>
3250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3251 \begin_inset Text
3252
3253 \begin_layout Plain Layout
3254 Command
3255 \end_layout
3256
3257 \end_inset
3258 </cell>
3259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3260 \begin_inset Text
3261
3262 \begin_layout Plain Layout
3263 Result
3264 \end_layout
3265
3266 \end_inset
3267 </cell>
3268 </row>
3269 <row>
3270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3271 \begin_inset Text
3272
3273 \begin_layout Plain Layout
3274
3275 \backslash
3276 not=
3277 \end_layout
3278
3279 \end_inset
3280 </cell>
3281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3282 \begin_inset Text
3283
3284 \begin_layout Plain Layout
3285 \begin_inset Formula $\not=$
3286 \end_inset
3287
3288
3289 \end_layout
3290
3291 \end_inset
3292 </cell>
3293 </row>
3294 <row>
3295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3296 \begin_inset Text
3297
3298 \begin_layout Plain Layout
3299
3300 \backslash
3301 not 
3302 \backslash
3303 le
3304 \end_layout
3305
3306 \end_inset
3307 </cell>
3308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3309 \begin_inset Text
3310
3311 \begin_layout Plain Layout
3312 \begin_inset Formula $\not\le$
3313 \end_inset
3314
3315
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 </row>
3321 <row>
3322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326
3327 \backslash
3328 not 
3329 \backslash
3330 parallel
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339 \begin_inset Formula $\not\parallel$
3340 \end_inset
3341
3342
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 </row>
3348 </lyxtabular>
3349
3350 \end_inset
3351
3352
3353 \end_layout
3354
3355 \begin_layout Standard
3356 The last example shows, that not all negations look good.
3357  Therefore there are for some negations special commands (see 
3358 \begin_inset CommandInset ref
3359 LatexCommand ref
3360 reference "sub:Mathematical-Symbols"
3361
3362 \end_inset
3363
3364  and 
3365 \begin_inset CommandInset ref
3366 LatexCommand ref
3367 reference "sec:Relations"
3368
3369 \end_inset
3370
3371 ).
3372 \end_layout
3373
3374 \begin_layout Subsection
3375 Placeholders
3376 \begin_inset CommandInset label
3377 LatexCommand label
3378 name "sub:Placeholders"
3379
3380 \end_inset
3381
3382
3383 \begin_inset Index
3384 status collapsed
3385
3386 \begin_layout Plain Layout
3387 Placeholders
3388 \end_layout
3389
3390 \end_inset
3391
3392
3393 \begin_inset Index
3394 status collapsed
3395
3396 \begin_layout Plain Layout
3397 Chemical characters ! Isotopes
3398 \end_layout
3399
3400 \end_inset
3401
3402
3403 \begin_inset Index
3404 status collapsed
3405
3406 \begin_layout Plain Layout
3407 Isotopes|see
3408 \begin_inset ERT
3409 status collapsed
3410
3411 \begin_layout Plain Layout
3412
3413 {
3414 \end_layout
3415
3416 \end_inset
3417
3418 Chemical characters
3419 \begin_inset ERT
3420 status collapsed
3421
3422 \begin_layout Plain Layout
3423
3424 }
3425 \end_layout
3426
3427 \end_inset
3428
3429
3430 \end_layout
3431
3432 \end_inset
3433
3434
3435 \end_layout
3436
3437 \begin_layout Standard
3438 When displaying e.
3439 \begin_inset space \thinspace{}
3440 \end_inset
3441
3442 g.
3443 \begin_inset space ~
3444 \end_inset
3445
3446 isotopes
3447 \begin_inset Foot
3448 status collapsed
3449
3450 \begin_layout Plain Layout
3451 More about chemical symbols is written in 
3452 \begin_inset CommandInset ref
3453 LatexCommand ref
3454 reference "sub:Chemical-Symbols-and"
3455
3456 \end_inset
3457
3458 .
3459 \end_layout
3460
3461 \end_inset
3462
3463  the following problem occurs:
3464 \end_layout
3465
3466 \begin_layout Standard
3467 \align center
3468 \begin_inset Tabular
3469 <lyxtabular version="3" rows="2" columns="2">
3470 <features>
3471 <column alignment="center" valignment="top" width="0pt">
3472 <column alignment="center" valignment="top" width="0pt">
3473 <row>
3474 <cell alignment="center" valignment="top" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Plain Layout
3478 Indices created with sub- and superscripts:
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 <cell alignment="center" valignment="top" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Plain Layout
3487 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3488 \end_inset
3489
3490
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 </row>
3496 <row>
3497 <cell alignment="center" valignment="top" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501 correct indices:
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 <cell alignment="center" valignment="top" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Plain Layout
3510 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3511 \end_inset
3512
3513
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 </row>
3519 </lyxtabular>
3520
3521 \end_inset
3522
3523
3524 \begin_inset Note Note
3525 status collapsed
3526
3527 \begin_layout Plain Layout
3528
3529 \series bold
3530
3531 \backslash
3532 raisebox
3533 \series default
3534  is only used as spacer.
3535 \end_layout
3536
3537 \end_inset
3538
3539
3540 \end_layout
3541
3542 \begin_layout Standard
3543 The shorter index is by default placed below or above the first character
3544  of the longer index.
3545  To avoid this there is the command 
3546 \series bold
3547
3548 \backslash
3549 phantom
3550 \series default
3551
3552 \begin_inset Index
3553 status collapsed
3554
3555 \begin_layout Plain Layout
3556 Commands ! P ! 
3557 \backslash
3558 phantom
3559 \end_layout
3560
3561 \end_inset
3562
3563  or the math toolbar button
3564 \begin_inset space \thinspace{}
3565 \end_inset
3566
3567
3568 \begin_inset Foot
3569 status collapsed
3570
3571 \begin_layout Plain Layout
3572 can be found in the submenu of the toolbar button 
3573 \begin_inset Graphics
3574         filename ../images/math/space.png
3575         scale 85
3576
3577 \end_inset
3578
3579
3580 \end_layout
3581
3582 \end_inset
3583
3584  
3585 \begin_inset Graphics
3586         filename ../images/math/phantom.png
3587         scale 85
3588
3589 \end_inset
3590
3591  that creates one or more phantom characters.
3592  When inserting 
3593 \series bold
3594
3595 \backslash
3596 phantom
3597 \series default
3598  a small blue box appears that is superposed with two red arrows.
3599  The arrows indicate that the complete width and height of the box content
3600  will be created as placeholder.
3601  Phantom characters are accordingly placeholders with the size of the characters.
3602 \end_layout
3603
3604 \begin_layout Standard
3605 \align center
3606 \begin_inset Tabular
3607 <lyxtabular version="3" rows="4" columns="2">
3608 <features>
3609 <column alignment="center" valignment="top" width="0">
3610 <column alignment="center" valignment="top" width="0">
3611 <row>
3612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 Command
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625 Result
3626 \begin_inset Note Note
3627 status collapsed
3628
3629 \begin_layout Plain Layout
3630
3631 \series bold
3632
3633 \backslash
3634 raisebox
3635 \series default
3636  is only used as spacer.
3637 \end_layout
3638
3639 \end_inset
3640
3641
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 </row>
3647 <row>
3648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652 ^19
3653 \begin_inset ERT
3654 status collapsed
3655
3656 \begin_layout Plain Layout
3657
3658
3659 \backslash
3660 spce 
3661 \end_layout
3662
3663 \end_inset
3664
3665 _
3666 \backslash
3667 phantom
3668 \begin_inset ERT
3669 status collapsed
3670
3671 \begin_layout Plain Layout
3672
3673
3674 \backslash
3675 spce 
3676 \end_layout
3677
3678 \end_inset
3679
3680 1
3681 \begin_inset Formula $\to$
3682 \end_inset
3683
3684 9
3685 \begin_inset ERT
3686 status collapsed
3687
3688 \begin_layout Plain Layout
3689
3690
3691 \backslash
3692 spce 
3693 \end_layout
3694
3695 \end_inset
3696
3697 F
3698 \end_layout
3699
3700 \end_inset
3701 </cell>
3702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3703 \begin_inset Text
3704
3705 \begin_layout Plain Layout
3706 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3707 \end_inset
3708
3709
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 </row>
3715 <row>
3716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720 ^235
3721 \begin_inset ERT
3722 status collapsed
3723
3724 \begin_layout Plain Layout
3725
3726
3727 \backslash
3728 spce 
3729 \end_layout
3730
3731 \end_inset
3732
3733 _
3734 \backslash
3735 phantom
3736 \begin_inset ERT
3737 status collapsed
3738
3739 \begin_layout Plain Layout
3740
3741
3742 \backslash
3743 spce 
3744 \end_layout
3745
3746 \end_inset
3747
3748 23
3749 \begin_inset Formula $\to$
3750 \end_inset
3751
3752 9
3753 \begin_inset ERT
3754 status collapsed
3755
3756 \begin_layout Plain Layout
3757
3758
3759 \backslash
3760 spce 
3761 \end_layout
3762
3763 \end_inset
3764
3765 F
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3775 \end_inset
3776
3777
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 </row>
3783 <row>
3784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Plain Layout
3788
3789 \backslash
3790 Lambda^
3791 \begin_inset ERT
3792 status collapsed
3793
3794 \begin_layout Plain Layout
3795
3796
3797 \backslash
3798 spce 
3799 \end_layout
3800
3801 \end_inset
3802
3803
3804 \backslash
3805 phantom
3806 \begin_inset ERT
3807 status collapsed
3808
3809 \begin_layout Plain Layout
3810
3811
3812 \backslash
3813 spce 
3814 \end_layout
3815
3816 \end_inset
3817
3818 ii
3819 \begin_inset Formula $\to$
3820 \end_inset
3821
3822 t
3823 \begin_inset ERT
3824 status collapsed
3825
3826 \begin_layout Plain Layout
3827
3828
3829 \backslash
3830 spce 
3831 \end_layout
3832
3833 \end_inset
3834
3835 _MMt
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3845 \end_inset
3846
3847
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 </row>
3853 </lyxtabular>
3854
3855 \end_inset
3856
3857
3858 \end_layout
3859
3860 \begin_layout Standard
3861 Furthermore there are the commands 
3862 \series bold
3863
3864 \backslash
3865 vphantom
3866 \series default
3867
3868 \begin_inset Index
3869 status collapsed
3870
3871 \begin_layout Plain Layout
3872 Commands ! V ! 
3873 \backslash
3874 vphantom
3875 \end_layout
3876
3877 \end_inset
3878
3879  (toolbar button 
3880 \begin_inset space ~
3881 \end_inset
3882
3883
3884 \begin_inset Graphics
3885         filename ../images/math/vphantom.png
3886         scale 85
3887
3888 \end_inset
3889
3890 ) and 
3891 \series bold
3892
3893 \backslash
3894 hphantom
3895 \series default
3896
3897 \begin_inset Index
3898 status collapsed
3899
3900 \begin_layout Plain Layout
3901 Commands ! H ! 
3902 \backslash
3903 hphantom
3904 \end_layout
3905
3906 \end_inset
3907
3908  (toolbar button 
3909 \begin_inset space ~
3910 \end_inset
3911
3912
3913 \begin_inset Graphics
3914         filename ../images/math/hphantom.png
3915         scale 85
3916
3917 \end_inset
3918
3919 ).
3920  
3921 \series bold
3922
3923 \backslash
3924 hphantom
3925 \series default
3926  creates only space for the maximal height of the characters in the box
3927  but not for its width.
3928  
3929 \series bold
3930
3931 \backslash
3932 vphantom
3933 \series default
3934  creates only space for the width of the box content.
3935  Therefore  the boxes of both commands have only one red arrow.
3936 \end_layout
3937
3938 \begin_layout Standard
3939 For example creates 
3940 \series bold
3941
3942 \backslash
3943 vphantom
3944 \series default
3945
3946 \begin_inset ERT
3947 status collapsed
3948
3949 \begin_layout Plain Layout
3950
3951
3952 \backslash
3953 spce 
3954 \end_layout
3955
3956 \end_inset
3957
3958
3959 \series bold
3960 a
3961 \backslash
3962 int
3963 \series default
3964  space for the height of the integral sign,
3965 \begin_inset Foot
3966 status collapsed
3967
3968 \begin_layout Plain Layout
3969 The command 
3970 \series bold
3971
3972 \backslash
3973 int
3974 \series default
3975  creates an integral sign, see 
3976 \begin_inset CommandInset ref
3977 LatexCommand ref
3978 reference "sub:Big-Operators"
3979
3980 \end_inset
3981
3982 .
3983 \end_layout
3984
3985 \end_inset
3986
3987  because this is the larger character.
3988  An example application is in 
3989 \begin_inset CommandInset ref
3990 LatexCommand ref
3991 reference "sub:Multiline-Brackets"
3992
3993 \end_inset
3994
3995 .
3996 \end_layout
3997
3998 \begin_layout Subsection
3999 Lines
4000 \begin_inset Index
4001 status collapsed
4002
4003 \begin_layout Plain Layout
4004 Lines
4005 \end_layout
4006
4007 \end_inset
4008
4009
4010 \begin_inset Index
4011 status collapsed
4012
4013 \begin_layout Plain Layout
4014 Formula ! underlined
4015 \end_layout
4016
4017 \end_inset
4018
4019
4020 \end_layout
4021
4022 \begin_layout Standard
4023 \align center
4024 \begin_inset Tabular
4025 <lyxtabular version="3" rows="4" columns="2">
4026 <features>
4027 <column alignment="center" valignment="top" width="0pt">
4028 <column alignment="center" valignment="top" width="0pt">
4029 <row>
4030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034 Command
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043 Result
4044 \begin_inset Note Note
4045 status collapsed
4046
4047 \begin_layout Plain Layout
4048
4049 \series bold
4050
4051 \backslash
4052 raisebox
4053 \series default
4054  is only used as spacer.
4055 \end_layout
4056
4057 \end_inset
4058
4059
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 </row>
4065 <row>
4066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070
4071 \backslash
4072 overline
4073 \begin_inset ERT
4074 status collapsed
4075
4076 \begin_layout Plain Layout
4077
4078
4079 \backslash
4080 spce 
4081 \end_layout
4082
4083 \end_inset
4084
4085 A+B
4086 \begin_inset Index
4087 status collapsed
4088
4089 \begin_layout Plain Layout
4090 Commands ! O ! 
4091 \backslash
4092 overline
4093 \end_layout
4094
4095 \end_inset
4096
4097
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4107 \end_inset
4108
4109
4110 \end_layout
4111
4112 \end_inset
4113 </cell>
4114 </row>
4115 <row>
4116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4117 \begin_inset Text
4118
4119 \begin_layout Plain Layout
4120
4121 \backslash
4122 underline
4123 \begin_inset ERT
4124 status collapsed
4125
4126 \begin_layout Plain Layout
4127
4128
4129 \backslash
4130 spce 
4131 \end_layout
4132
4133 \end_inset
4134
4135 A+B
4136 \begin_inset Index
4137 status collapsed
4138
4139 \begin_layout Plain Layout
4140 Commands ! U ! 
4141 \backslash
4142 underline
4143 \end_layout
4144
4145 \end_inset
4146
4147
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4157 \end_inset
4158
4159
4160 \end_layout
4161
4162 \end_inset
4163 </cell>
4164 </row>
4165 <row>
4166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170
4171 \backslash
4172 overline
4173 \begin_inset ERT
4174 status collapsed
4175
4176 \begin_layout Plain Layout
4177
4178
4179 \backslash
4180 spce 
4181 \end_layout
4182
4183 \end_inset
4184
4185
4186 \backslash
4187 underline
4188 \begin_inset ERT
4189 status collapsed
4190
4191 \begin_layout Plain Layout
4192
4193
4194 \backslash
4195 spce 
4196 \end_layout
4197
4198 \end_inset
4199
4200 A+B
4201 \end_layout
4202
4203 \end_inset
4204 </cell>
4205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Plain Layout
4209 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4210 \end_inset
4211
4212
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 </row>
4218 </lyxtabular>
4219
4220 \end_inset
4221
4222
4223 \end_layout
4224
4225 \begin_layout Standard
4226 In the last example it doesn't matter if first 
4227 \series bold
4228
4229 \backslash
4230 overline
4231 \series default
4232  or 
4233 \series bold
4234
4235 \backslash
4236 underline
4237 \series default
4238  is inserted.
4239 \end_layout
4240
4241 \begin_layout Standard
4242 To double underline e.
4243 \begin_inset space \thinspace{}
4244 \end_inset
4245
4246 g.
4247  results, one uses 
4248 \series bold
4249
4250 \backslash
4251 underline
4252 \series default
4253  twice.
4254 \end_layout
4255
4256 \begin_layout Standard
4257 It is possible to place up to 6 lines above or below characters.
4258 \end_layout
4259
4260 \begin_layout Standard
4261 \begin_inset VSpace bigskip
4262 \end_inset
4263
4264 Custom lines can be created using the command 
4265 \series bold
4266
4267 \backslash
4268 rule
4269 \series default
4270
4271 \begin_inset Index
4272 status collapsed
4273
4274 \begin_layout Plain Layout
4275 Commands ! R ! 
4276 \backslash
4277 rule
4278 \end_layout
4279
4280 \end_inset
4281
4282  which has the following scheme:
4283 \end_layout
4284
4285 \begin_layout Standard
4286
4287 \series bold
4288
4289 \backslash
4290 rule[vertical offset]{length}{thickness}
4291 \end_layout
4292
4293 \begin_layout Standard
4294 The optional vertical offset shifts the line upwards (or downwards, when
4295  the value is negative).
4296  The units listed in 
4297 \begin_inset CommandInset ref
4298 LatexCommand ref
4299 reference "tab:Available-units"
4300
4301 \end_inset
4302
4303  can be used for the values.
4304  Here are two example lines created with the commands
4305 \begin_inset Newline newline
4306 \end_inset
4307
4308
4309 \series bold
4310
4311 \backslash
4312 rule[-2ex]{3cm}{2pt}
4313 \series default
4314  and 
4315 \series bold
4316
4317 \backslash
4318 rule{2cm}{1pt}
4319 \series default
4320 :
4321 \end_layout
4322
4323 \begin_layout Standard
4324 This is a sentence 
4325 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4326 \end_inset
4327
4328  with two lines.
4329 \end_layout
4330
4331 \begin_layout Standard
4332
4333 \series bold
4334
4335 \backslash
4336 rule
4337 \series default
4338  can also be used for text when it is inserted in TeX-mode.
4339 \end_layout
4340
4341 \begin_layout Subsection
4342 Ellipses
4343 \begin_inset CommandInset label
4344 LatexCommand label
4345 name "sub:Ellipses"
4346
4347 \end_inset
4348
4349
4350 \begin_inset Index
4351 status collapsed
4352
4353 \begin_layout Plain Layout
4354 Ellipses
4355 \end_layout
4356
4357 \end_inset
4358
4359
4360 \end_layout
4361
4362 \begin_layout Standard
4363 There are different types of ellipses available.
4364 \begin_inset Foot
4365 status collapsed
4366
4367 \begin_layout Plain Layout
4368 In the math toolbar in the submenu of the button 
4369 \begin_inset Graphics
4370         filename ../images/math/ldots.png
4371         scale 85
4372
4373 \end_inset
4374
4375
4376 \end_layout
4377
4378 \end_inset
4379
4380  For listings dots at the baseline are used (
4381 \series bold
4382
4383 \backslash
4384 ldots
4385 \series default
4386
4387 \begin_inset Index
4388 status collapsed
4389
4390 \begin_layout Plain Layout
4391 Commands ! L ! 
4392 \backslash
4393 ldots
4394 \end_layout
4395
4396 \end_inset
4397
4398 ), while for operations dots are needed that are on the same height as the
4399  operators (
4400 \series bold
4401
4402 \backslash
4403 cdots
4404 \series default
4405
4406 \begin_inset Index
4407 status collapsed
4408
4409 \begin_layout Plain Layout
4410 Commands ! C ! 
4411 \backslash
4412 cdots
4413 \end_layout
4414
4415 \end_inset
4416
4417 ).
4418  When using the command 
4419 \series bold
4420
4421 \backslash
4422 dots
4423 \series default
4424
4425 \begin_inset Index
4426 status collapsed
4427
4428 \begin_layout Plain Layout
4429 Commands ! D ! 
4430 \backslash
4431 dots
4432 \end_layout
4433
4434 \end_inset
4435
4436 , LaTeX decides on the basis of the next character what type is used.
4437 \end_layout
4438
4439 \begin_layout Standard
4440 \align center
4441 \begin_inset Tabular
4442 <lyxtabular version="3" rows="8" columns="2">
4443 <features>
4444 <column alignment="center" valignment="top" width="0pt">
4445 <column alignment="center" valignment="top" width="0pt">
4446 <row>
4447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 Command
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460 Result
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471 A_1
4472 \begin_inset ERT
4473 status collapsed
4474
4475 \begin_layout Plain Layout
4476
4477
4478 \backslash
4479 spce 
4480 \end_layout
4481
4482 \end_inset
4483
4484 ,
4485 \backslash
4486 dots
4487 \begin_inset ERT
4488 status collapsed
4489
4490 \begin_layout Plain Layout
4491
4492
4493 \backslash
4494 spce 
4495 \end_layout
4496
4497 \end_inset
4498
4499 ,A_n
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Plain Layout
4508 \begin_inset Formula $A_{1},\dots,A_{n}$
4509 \end_inset
4510
4511
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 </row>
4517 <row>
4518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522 A_1
4523 \begin_inset ERT
4524 status collapsed
4525
4526 \begin_layout Plain Layout
4527
4528
4529 \backslash
4530 spce 
4531 \end_layout
4532
4533 \end_inset
4534
4535 +
4536 \backslash
4537 dots
4538 \begin_inset ERT
4539 status collapsed
4540
4541 \begin_layout Plain Layout
4542
4543
4544 \backslash
4545 spce 
4546 \end_layout
4547
4548 \end_inset
4549
4550 +A_n
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559 \begin_inset Formula $A_{1}+\dots+A_{n}$
4560 \end_inset
4561
4562
4563 \end_layout
4564
4565 \end_inset
4566 </cell>
4567 </row>
4568 <row>
4569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4570 \begin_inset Text
4571
4572 \begin_layout Plain Layout
4573 A_1
4574 \begin_inset ERT
4575 status collapsed
4576
4577 \begin_layout Plain Layout
4578
4579
4580 \backslash
4581 spce 
4582 \end_layout
4583
4584 \end_inset
4585
4586 ,
4587 \backslash
4588 ldots
4589 \begin_inset ERT
4590 status collapsed
4591
4592 \begin_layout Plain Layout
4593
4594
4595 \backslash
4596 spce 
4597 \end_layout
4598
4599 \end_inset
4600
4601 ,A_n
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610 \begin_inset Formula $A_{1},\ldots,A_{n}$
4611 \end_inset
4612
4613
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 </row>
4619 <row>
4620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Plain Layout
4624 A_1
4625 \begin_inset ERT
4626 status collapsed
4627
4628 \begin_layout Plain Layout
4629
4630
4631 \backslash
4632 spce 
4633 \end_layout
4634
4635 \end_inset
4636
4637 +
4638 \backslash
4639 cdots
4640 \begin_inset ERT
4641 status collapsed
4642
4643 \begin_layout Plain Layout
4644
4645
4646 \backslash
4647 spce 
4648 \end_layout
4649
4650 \end_inset
4651
4652 +A_n
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4658 \begin_inset Text
4659
4660 \begin_layout Plain Layout
4661 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4662 \end_inset
4663
4664
4665 \end_layout
4666
4667 \end_inset
4668 </cell>
4669 </row>
4670 <row>
4671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4672 \begin_inset Text
4673
4674 \begin_layout Plain Layout
4675
4676 \backslash
4677 vdots
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4683 \begin_inset Text
4684
4685 \begin_layout Plain Layout
4686 \begin_inset Formula $\vdots$
4687 \end_inset
4688
4689
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 </row>
4695 <row>
4696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4697 \begin_inset Text
4698
4699 \begin_layout Plain Layout
4700
4701 \backslash
4702 ddots
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711 \begin_inset Formula $\ddots$
4712 \end_inset
4713
4714
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 </row>
4720 <row>
4721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Plain Layout
4725 3×3
4726 \begin_inset space \thinspace{}
4727 \end_inset
4728
4729 matrix with the different dots
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4735 \begin_inset Text
4736
4737 \begin_layout Plain Layout
4738 \begin_inset Formula $\begin{array}{ccc}
4739 A_{11} & \cdots & A_{1m}\\
4740 \vdots & \ddots & \vdots\\
4741 A_{n1} & \cdots & A_{nm}\end{array}$
4742 \end_inset
4743
4744
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 </row>
4750 </lyxtabular>
4751
4752 \end_inset
4753
4754
4755 \end_layout
4756
4757 \begin_layout Standard
4758 The ellipses available in menu 
4759 \family sans
4760 Insert\SpecialChar \menuseparator
4761 Special
4762 \begin_inset space ~
4763 \end_inset
4764
4765 Character
4766 \family default
4767  are 
4768 \series bold
4769
4770 \backslash
4771 ldots
4772 \series default
4773 .
4774 \end_layout
4775
4776 \begin_layout Standard
4777 \begin_inset VSpace medskip
4778 \end_inset
4779
4780 Specially for matrices there are ellipses that span over several columns.
4781  They are created with the command 
4782 \series bold
4783
4784 \backslash
4785 hdotsfor
4786 \series default
4787
4788 \begin_inset Index
4789 status collapsed
4790
4791 \begin_layout Plain Layout
4792 Commands ! H ! 
4793 \backslash
4794 hdotsfor
4795 \end_layout
4796
4797 \end_inset
4798
4799 , that has the following scheme:
4800 \end_layout
4801
4802 \begin_layout Standard
4803
4804 \series bold
4805
4806 \backslash
4807 hdotsfor[distance]{number of columns}
4808 \end_layout
4809
4810 \begin_layout Standard
4811 The number of columns specifies how many columns should be spanned.
4812  Distance is a factor for the distance between the dots.
4813 \end_layout
4814
4815 \begin_layout Standard
4816 In the following matrix the command 
4817 \series bold
4818
4819 \backslash
4820 hdotsfor[2]{4}
4821 \series default
4822  was inserted in the first box of the second line, to get an ellipsis with
4823  a dot distance twice as long as with the command 
4824 \series bold
4825
4826 \backslash
4827 dots
4828 \series default
4829 :
4830 \begin_inset Formula \[
4831 \left(\begin{array}{cccc}
4832 A & B & C & D\\
4833 \hdotsfor[2]{4}\\
4834 q & w & e & r\end{array}\right)\]
4835
4836 \end_inset
4837
4838 Note that the matrix fields that should be spanned must be empty, otherwise
4839  you get LaTeX-errors.
4840 \end_layout
4841
4842 \begin_layout Standard
4843 \begin_inset VSpace bigskip
4844 \end_inset
4845
4846 Furthermore you can fill with the command 
4847 \series bold
4848
4849 \backslash
4850 dotfill
4851 \series default
4852
4853 \begin_inset Index
4854 status collapsed
4855
4856 \begin_layout Plain Layout
4857 Commands ! D ! 
4858 \backslash
4859 dotfill
4860 \end_layout
4861
4862 \end_inset
4863
4864  the rest of a line with dots.
4865  The effect of these commands is the same like with 
4866 \series bold
4867
4868 \backslash
4869 hfill
4870 \series default
4871 , see 
4872 \begin_inset CommandInset ref
4873 LatexCommand ref
4874 reference "sub:Variable-Space"
4875
4876 \end_inset
4877
4878 .
4879 \end_layout
4880
4881 \begin_layout Standard
4882 For example the command 
4883 \series bold
4884 A
4885 \backslash
4886 dotfill
4887 \begin_inset ERT
4888 status collapsed
4889
4890 \begin_layout Plain Layout
4891
4892
4893 \backslash
4894 spce 
4895 \end_layout
4896
4897 \end_inset
4898
4899 B
4900 \series default
4901  produces
4902 \end_layout
4903
4904 \begin_layout Standard
4905 \begin_inset Formula $A\dotfill B$
4906 \end_inset
4907
4908
4909 \end_layout
4910
4911 \begin_layout Standard
4912 Analog to
4913 \series bold
4914  
4915 \backslash
4916 dotfill
4917 \series default
4918  there is for a line the command 
4919 \series bold
4920
4921 \backslash
4922 hrulefill
4923 \series default
4924
4925 \begin_inset Index
4926 status collapsed
4927
4928 \begin_layout Plain Layout
4929 Commands ! H ! 
4930 \backslash
4931 hrulefill
4932 \end_layout
4933
4934 \end_inset
4935
4936 :
4937 \end_layout
4938
4939 \begin_layout Standard
4940 \begin_inset Formula $A\hrulefill B$
4941 \end_inset
4942
4943
4944 \end_layout
4945
4946 \begin_layout Standard
4947 To use the commands for text, they have to be inserted in TeX-mode.
4948 \end_layout
4949
4950 \begin_layout Section
4951 Matrices
4952 \begin_inset CommandInset label
4953 LatexCommand label
4954 name "sec:Matrices"
4955
4956 \end_inset
4957
4958
4959 \begin_inset Index
4960 status collapsed
4961
4962 \begin_layout Plain Layout
4963 Matrices
4964 \end_layout
4965
4966 \end_inset
4967
4968
4969 \end_layout
4970
4971 \begin_layout Standard
4972 Matrices can be inserted via the math toolbar button 
4973 \begin_inset Graphics
4974         filename ../images/dialog-show_mathmatrix.png
4975         scale 85
4976
4977 \end_inset
4978
4979  or the menu 
4980 \family sans
4981 Insert\SpecialChar \menuseparator
4982 Math\SpecialChar \menuseparator
4983 Matrix
4984 \family default
4985 .
4986  You will be asked for the number of matrix columns and rows, and the alignment.
4987  The vertical alignment is hereby only of importance for matrices in inline
4988  formulas:
4989 \end_layout
4990
4991 \begin_layout Standard
4992 The first matrix is top 
4993 \begin_inset Formula $\begin{array}[t]{cccc}
4994 A & D & G & J\\
4995 B & E & H & K\\
4996 C & F & I & L\end{array}$
4997 \end_inset
4998
4999 , the second middle 
5000 \begin_inset Formula $\begin{array}{cccc}
5001 A & D & G & J\\
5002 B & E & H & K\\
5003 C & F & I & L\end{array}$
5004 \end_inset
5005
5006 , and the third bottom 
5007 \begin_inset Formula $\begin{array}[b]{cccc}
5008 A & D & G & J\\
5009 B & E & H & K\\
5010 C & F & I & L\end{array}$
5011 \end_inset
5012
5013  aligned.
5014 \end_layout
5015
5016 \begin_layout Standard
5017 The horizontal alignment specifies how the column entries should be aligned.
5018  It is set by entering a letter for every column.
5019  
5020 \emph on
5021 l
5022 \emph default
5023  denotes left aligned, 
5024 \emph on
5025 c
5026 \emph default
5027  centered, and 
5028 \emph on
5029 r
5030 \emph default
5031  right aligned.
5032  To create for example a 4
5033 \series bold
5034 ×
5035 \series default
5036 4
5037 \begin_inset space ~
5038 \end_inset
5039
5040 matrix where the first column is left aligned, the second and third are
5041  centered, and the last one is right aligned, one enters for the horizontal
5042  alignment 
5043 \series bold
5044 lccr
5045 \series default
5046 .
5047  Normally are in a matrix all columns centered, therefore the default is
5048  for every column is a 
5049 \series bold
5050 c
5051 \series default
5052 .
5053 \end_layout
5054
5055 \begin_layout Standard
5056 Horizontal alignment:
5057 \end_layout
5058
5059 \begin_layout Standard
5060
5061 \series bold
5062 lll
5063 \series default
5064  : 
5065 \begin_inset Formula $\begin{array}{lll}
5066 10000 & D & G\\
5067 B & 10000 & H\\
5068 C & F & 10000\end{array}$
5069 \end_inset
5070
5071  , 
5072 \series bold
5073 ccc
5074 \series default
5075  : 
5076 \begin_inset Formula $\begin{array}{ccc}
5077 10000 & D & G\\
5078 B & 10000 & H\\
5079 C & F & 10000\end{array}$
5080 \end_inset
5081
5082  , 
5083 \series bold
5084 rrr
5085 \series default
5086  : 
5087 \begin_inset Formula $\begin{array}{rrr}
5088 10000 & D & G\\
5089 B & 10000 & H\\
5090 C & F & 10000\end{array}$
5091 \end_inset
5092
5093
5094 \end_layout
5095
5096 \begin_layout Standard
5097 To add or delete rows and columns subsequently, the math toolbar buttons
5098  
5099 \begin_inset Graphics
5100         filename ../images/tabular-feature_append-row.png
5101         scale 85
5102
5103 \end_inset
5104
5105
5106 \begin_inset Graphics
5107         filename ../images/tabular-feature_delete-row.png
5108         scale 85
5109
5110 \end_inset
5111
5112 , etc.
5113 \begin_inset space \thinspace{}
5114 \end_inset
5115
5116 , or the menu 
5117 \family sans
5118 Edit\SpecialChar \menuseparator
5119 Rows & Columns
5120 \family default
5121  can be used.
5122  New rows can also be created with 
5123 \family sans
5124 Ctrl-Return
5125 \family default
5126 .
5127 \end_layout
5128
5129 \begin_layout Standard
5130 \begin_inset VSpace bigskip
5131 \end_inset
5132
5133 Parentheses around a matrix can can either be created with the commands
5134  
5135 \series bold
5136
5137 \backslash
5138 left
5139 \series default
5140
5141 \begin_inset Index
5142 status collapsed
5143
5144 \begin_layout Plain Layout
5145 Commands ! L ! 
5146 \backslash
5147 left
5148 \end_layout
5149
5150 \end_inset
5151
5152  and 
5153 \series bold
5154
5155 \backslash
5156 right
5157 \series default
5158
5159 \begin_inset Index
5160 status collapsed
5161
5162 \begin_layout Plain Layout
5163 Commands ! R ! 
5164 \backslash
5165 right
5166 \end_layout
5167
5168 \end_inset
5169
5170  (shortcut 
5171 \family sans
5172 Alt-m
5173 \begin_inset space ~
5174 \end_inset
5175
5176 parenthesis
5177 \family default
5178 ), see 
5179 \begin_inset CommandInset ref
5180 LatexCommand ref
5181 reference "sub:Automatic-Bracket-Size"
5182
5183 \end_inset
5184
5185 , or by using the following commands:
5186 \begin_inset VSpace medskip
5187 \end_inset
5188
5189
5190 \end_layout
5191
5192 \begin_layout Standard
5193 \begin_inset space \hfill{}
5194 \end_inset
5195
5196
5197 \begin_inset Tabular
5198 <lyxtabular version="3" rows="4" columns="2">
5199 <features>
5200 <column alignment="center" valignment="top" width="0">
5201 <column alignment="center" valignment="top" width="0">
5202 <row>
5203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207 Command
5208 \end_layout
5209
5210 \end_inset
5211 </cell>
5212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5213 \begin_inset Text
5214
5215 \begin_layout Plain Layout
5216 Result
5217 \begin_inset Note Note
5218 status collapsed
5219
5220 \begin_layout Plain Layout
5221
5222 \series bold
5223
5224 \backslash
5225 raisebox
5226 \series default
5227  is only used as spacer.
5228 \end_layout
5229
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" leftline="true" usebox="none">
5288 \begin_inset Text
5289
5290 \begin_layout Plain Layout
5291
5292 \backslash
5293 Bmatrix
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" leftline="true" rightline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Plain Layout
5323 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5324 0 & \textrm{-}\mathrm{i}\\
5325 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5326 \end_inset
5327
5328
5329 \end_layout
5330
5331 \end_inset
5332 </cell>
5333 </row>
5334 <row>
5335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5336 \begin_inset Text
5337
5338 \begin_layout Plain Layout
5339
5340 \backslash
5341 pmatrix
5342 \begin_inset ERT
5343 status collapsed
5344
5345 \begin_layout Plain Layout
5346
5347
5348 \backslash
5349 spce 
5350 \end_layout
5351
5352 \end_inset
5353
5354 2
5355 \series bold
5356 ×
5357 \series default
5358 2
5359 \begin_inset space \thinspace{}
5360 \end_inset
5361
5362 matrix
5363 \end_layout
5364
5365 \end_inset
5366 </cell>
5367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5368 \begin_inset Text
5369
5370 \begin_layout Plain Layout
5371 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5372 0 & \textrm{-}\mathrm{i}\\
5373 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5374 \end_inset
5375
5376
5377 \end_layout
5378
5379 \end_inset
5380 </cell>
5381 </row>
5382 </lyxtabular>
5383
5384 \end_inset
5385
5386
5387 \begin_inset space \hfill{}
5388 \end_inset
5389
5390
5391 \begin_inset Tabular
5392 <lyxtabular version="3" rows="4" columns="2">
5393 <features>
5394 <column alignment="center" valignment="top" width="0">
5395 <column alignment="center" valignment="top" width="0">
5396 <row>
5397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Plain Layout
5401 Command
5402 \end_layout
5403
5404 \end_inset
5405 </cell>
5406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5407 \begin_inset Text
5408
5409 \begin_layout Plain Layout
5410 Result
5411 \end_layout
5412
5413 \end_inset
5414 </cell>
5415 </row>
5416 <row>
5417 <cell alignment="center" valignment="top" topline="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" 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 Vmatrix
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{Vmatrix}\begin{array}{cc}
5502 0 & \textrm{-}\mathrm{i}\\
5503 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5504 \end_inset
5505
5506
5507 \end_layout
5508
5509 \end_inset
5510 </cell>
5511 </row>
5512 <row>
5513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5514 \begin_inset Text
5515
5516 \begin_layout Plain Layout
5517
5518 \backslash
5519 matrix
5520 \begin_inset ERT
5521 status collapsed
5522
5523 \begin_layout Plain Layout
5524
5525
5526 \backslash
5527 spce 
5528 \end_layout
5529
5530 \end_inset
5531
5532 2
5533 \series bold
5534 ×
5535 \series default
5536 2
5537 \begin_inset space \thinspace{}
5538 \end_inset
5539
5540 matrix
5541 \end_layout
5542
5543 \end_inset
5544 </cell>
5545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5546 \begin_inset Text
5547
5548 \begin_layout Plain Layout
5549 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5550 0 & \textrm{-}\mathrm{i}\\
5551 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5552 \end_inset
5553
5554
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 </row>
5560 </lyxtabular>
5561
5562 \end_inset
5563
5564
5565 \begin_inset space \hfill{}
5566 \end_inset
5567
5568
5569 \end_layout
5570
5571 \begin_layout Standard
5572 \begin_inset VSpace medskip
5573 \end_inset
5574
5575 When e.
5576 \begin_inset space \thinspace{}
5577 \end_inset
5578
5579 g.
5580 \begin_inset space ~
5581 \end_inset
5582
5583
5584 \series bold
5585
5586 \backslash
5587 vmatrix
5588 \series default
5589  is inserted, a blue box appears between two vertical lines where the matrix
5590  is inserted.
5591 \end_layout
5592
5593 \begin_layout Standard
5594 \begin_inset VSpace bigskip
5595 \end_inset
5596
5597 As all multiline formulas are matrices, the length 
5598 \series bold
5599
5600 \backslash
5601 arraycolsep
5602 \series default
5603
5604 \begin_inset Index
5605 status collapsed
5606
5607 \begin_layout Plain Layout
5608 Commands ! A ! 
5609 \backslash
5610 arraycolsep
5611 \end_layout
5612
5613 \end_inset
5614
5615  that is described in 
5616 \begin_inset CommandInset ref
5617 LatexCommand ref
5618 reference "sub:Column-Separation"
5619
5620 \end_inset
5621
5622  can also be used to change the column separation of matrices.
5623 \end_layout
5624
5625 \begin_layout Standard
5626 To change the row separation, the command 
5627 \series bold
5628
5629 \backslash
5630 arraystretch
5631 \series default
5632
5633 \begin_inset Index
5634 status collapsed
5635
5636 \begin_layout Plain Layout
5637 Commands ! A ! 
5638 \backslash
5639 arraystretch
5640 \end_layout
5641
5642 \end_inset
5643
5644  is used.
5645  It is used as follows:
5646 \end_layout
5647
5648 \begin_layout Standard
5649
5650 \series bold
5651
5652 \backslash
5653 renewcommand{
5654 \backslash
5655 arraystretch}{stretch factor}
5656 \begin_inset Index
5657 status collapsed
5658
5659 \begin_layout Plain Layout
5660 Commands ! R ! 
5661 \backslash
5662 renewcommand
5663 \end_layout
5664
5665 \end_inset
5666
5667
5668 \end_layout
5669
5670 \begin_layout Standard
5671 The command 
5672 \series bold
5673
5674 \backslash
5675 renewcommand
5676 \series default
5677  assigns the stretch factor to the predefined command 
5678 \series bold
5679
5680 \backslash
5681 arraystretch
5682 \series default
5683 .
5684  To double e.
5685 \begin_inset space \thinspace{}
5686 \end_inset
5687
5688 g.
5689 \begin_inset space ~
5690 \end_inset
5691
5692 the row separation, use the factor 2.
5693  This is then used for all following matrices.
5694  To go back to the original separation, assign the factor 1 to 
5695 \series bold
5696
5697 \backslash
5698 arraystretch
5699 \series default
5700 .
5701 \end_layout
5702
5703 \begin_layout Standard
5704 To set matrices into a text line, the command 
5705 \series bold
5706
5707 \backslash
5708 smallmatrix
5709 \series default
5710
5711 \begin_inset Index
5712 status collapsed
5713
5714 \begin_layout Plain Layout
5715 Commands ! S ! 
5716 \backslash
5717 smallmatrix
5718 \end_layout
5719
5720 \end_inset
5721
5722  is used.
5723  When it is inserted a blue box with two dashed lines appears.
5724  In this box the matrix is inserted.
5725 \end_layout
5726
5727 \begin_layout Standard
5728 This is a matrix 
5729 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5730 C & D\end{smallmatrix}\right)$
5731 \end_inset
5732
5733  in a text line.
5734 \end_layout
5735
5736 \begin_layout Section
5737 Brackets and Delimiters
5738 \begin_inset Index
5739 status collapsed
5740
5741 \begin_layout Plain Layout
5742 Brackets
5743 \end_layout
5744
5745 \end_inset
5746
5747
5748 \begin_inset Index
5749 status collapsed
5750
5751 \begin_layout Plain Layout
5752 Delimiters
5753 \end_layout
5754
5755 \end_inset
5756
5757
5758 \end_layout
5759
5760 \begin_layout Subsection
5761 Vertical Brackets and Delimiters
5762 \begin_inset Index
5763 status collapsed
5764
5765 \begin_layout Plain Layout
5766 Brackets ! vertical
5767 \end_layout
5768
5769 \end_inset
5770
5771
5772 \end_layout
5773
5774 \begin_layout Standard
5775 \begin_inset space \hfill{}
5776 \end_inset
5777
5778
5779 \begin_inset Tabular
5780 <lyxtabular version="3" rows="9" columns="2">
5781 <features>
5782 <column alignment="center" valignment="top" width="0pt">
5783 <column alignment="center" valignment="top" width="0pt">
5784 <row>
5785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789 Command
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798 Result
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 </row>
5804 <row>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 (
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5815 \begin_inset Text
5816
5817 \begin_layout Plain Layout
5818 \begin_inset Formula $($
5819 \end_inset
5820
5821
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 </row>
5827 <row>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 {
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 $\{$
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 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864 \begin_inset Formula $[$
5865 \end_inset
5866
5867
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 </row>
5873 <row>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878
5879 \backslash
5880 langle
5881 \end_layout
5882
5883 \end_inset
5884 </cell>
5885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889 \begin_inset Formula $\langle$
5890 \end_inset
5891
5892
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 </row>
5898 <row>
5899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903
5904 \backslash
5905 lceil
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 $\lceil$
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" leftline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928
5929 \backslash
5930 lfloor
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Plain Layout
5939 \begin_inset Formula $\lfloor$
5940 \end_inset
5941
5942
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 </row>
5948 <row>
5949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953 /
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5959 \begin_inset Text
5960
5961 \begin_layout Plain Layout
5962 \begin_inset Formula $/$
5963 \end_inset
5964
5965
5966 \end_layout
5967
5968 \end_inset
5969 </cell>
5970 </row>
5971 <row>
5972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976 |
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985 \begin_inset Formula $|$
5986 \end_inset
5987
5988
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 </row>
5994 </lyxtabular>
5995
5996 \end_inset
5997
5998
5999 \begin_inset space \hfill{}
6000 \end_inset
6001
6002
6003 \begin_inset Tabular
6004 <lyxtabular version="3" rows="9" columns="2">
6005 <features>
6006 <column alignment="center" valignment="top" width="0pt">
6007 <column alignment="center" valignment="top" width="0pt">
6008 <row>
6009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Plain Layout
6013 Command
6014 \end_layout
6015
6016 \end_inset
6017 </cell>
6018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Plain Layout
6022 Result
6023 \end_layout
6024
6025 \end_inset
6026 </cell>
6027 </row>
6028 <row>
6029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6030 \begin_inset Text
6031
6032 \begin_layout Plain Layout
6033 )
6034 \end_layout
6035
6036 \end_inset
6037 </cell>
6038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6039 \begin_inset Text
6040
6041 \begin_layout Plain Layout
6042 \begin_inset Formula $)$
6043 \end_inset
6044
6045
6046 \end_layout
6047
6048 \end_inset
6049 </cell>
6050 </row>
6051 <row>
6052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056 }
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 $\}$
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 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6085 \begin_inset Text
6086
6087 \begin_layout Plain Layout
6088 \begin_inset Formula $]$
6089 \end_inset
6090
6091
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 </row>
6097 <row>
6098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6099 \begin_inset Text
6100
6101 \begin_layout Plain Layout
6102
6103 \backslash
6104 rangle
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Plain Layout
6113 \begin_inset Formula $\rangle$
6114 \end_inset
6115
6116
6117 \end_layout
6118
6119 \end_inset
6120 </cell>
6121 </row>
6122 <row>
6123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Plain Layout
6127
6128 \backslash
6129 rceil
6130 \end_layout
6131
6132 \end_inset
6133 </cell>
6134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6135 \begin_inset Text
6136
6137 \begin_layout Plain Layout
6138 \begin_inset Formula $\rceil$
6139 \end_inset
6140
6141
6142 \end_layout
6143
6144 \end_inset
6145 </cell>
6146 </row>
6147 <row>
6148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6149 \begin_inset Text
6150
6151 \begin_layout Plain Layout
6152
6153 \backslash
6154 rfloor
6155 \end_layout
6156
6157 \end_inset
6158 </cell>
6159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6160 \begin_inset Text
6161
6162 \begin_layout Plain Layout
6163 \begin_inset Formula $\rfloor$
6164 \end_inset
6165
6166
6167 \end_layout
6168
6169 \end_inset
6170 </cell>
6171 </row>
6172 <row>
6173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177
6178 \backslash
6179
6180 \backslash
6181
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6187 \begin_inset Text
6188
6189 \begin_layout Plain Layout
6190 \begin_inset Formula $\backslash$
6191 \end_inset
6192
6193
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 </row>
6199 <row>
6200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6201 \begin_inset Text
6202
6203 \begin_layout Plain Layout
6204
6205 \backslash
6206 |
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 \begin_inset Formula $\|$
6216 \end_inset
6217
6218
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 </row>
6224 </lyxtabular>
6225
6226 \end_inset
6227
6228
6229 \begin_inset space \hfill{}
6230 \end_inset
6231
6232
6233 \end_layout
6234
6235 \begin_layout Standard
6236
6237 \series medium
6238 \begin_inset Note Greyedout
6239 status open
6240
6241 \begin_layout Plain Layout
6242
6243 \series bold
6244 Note:
6245 \series default
6246  In TeX-mode the command 
6247 \series bold
6248
6249 \backslash
6250 textbackslash
6251 \series default
6252
6253 \begin_inset Index
6254 status collapsed
6255
6256 \begin_layout Plain Layout
6257 Commands ! T ! 
6258 \backslash
6259 textbackslash
6260 \end_layout
6261
6262 \end_inset
6263
6264  must be used for the backslash, because the command 
6265 \series bold
6266
6267 \backslash
6268
6269 \backslash
6270
6271 \series default
6272  produces there a line break.
6273 \end_layout
6274
6275 \end_inset
6276
6277
6278 \end_layout
6279
6280 \begin_layout Standard
6281 For all characters listed above the size can be adjusted with the commands
6282  described in the following two subsections.
6283  When using these commands, the characters < and > can directly be used
6284  instead of the commands 
6285 \series bold
6286
6287 \backslash
6288 langle
6289 \series default
6290  and 
6291 \series bold
6292
6293 \backslash
6294 rangle
6295 \series default
6296 .
6297 \end_layout
6298
6299 \begin_layout Subsubsection
6300 Manual Bracket Size
6301 \begin_inset CommandInset label
6302 LatexCommand label
6303 name "sub:Manual-Bracket-Size"
6304
6305 \end_inset
6306
6307
6308 \begin_inset Index
6309 status collapsed
6310
6311 \begin_layout Plain Layout
6312 Bracket size ! manual
6313 \end_layout
6314
6315 \end_inset
6316
6317
6318 \end_layout
6319
6320 \begin_layout Standard
6321 The bracket size can be specified manually by the LaTeX-commands 
6322 \series bold
6323
6324 \backslash
6325 big
6326 \series default
6327
6328 \begin_inset Index
6329 status collapsed
6330
6331 \begin_layout Plain Layout
6332 Commands ! B ! 
6333 \backslash
6334 big
6335 \end_layout
6336
6337 \end_inset
6338
6339
6340 \series bold
6341
6342 \backslash
6343 Big
6344 \series default
6345
6346 \series bold
6347
6348 \backslash
6349 bigg
6350 \series default
6351 , and 
6352 \series bold
6353
6354 \backslash
6355 Bigg
6356 \series default
6357 .
6358  
6359 \series bold
6360
6361 \backslash
6362 big
6363 \series default
6364  denotes the smallest and 
6365 \series bold
6366
6367 \backslash
6368 Bigg
6369 \series default
6370  the largest bracket size.
6371 \end_layout
6372
6373 \begin_layout Standard
6374 These commands are used to emphasize levels of brackets:
6375 \end_layout
6376
6377 \begin_layout Standard
6378 \align center
6379 \begin_inset Tabular
6380 <lyxtabular version="3" rows="2" columns="2">
6381 <features>
6382 <column alignment="center" valignment="top" width="0pt">
6383 <column alignment="center" valignment="top" width="0pt">
6384 <row>
6385 <cell alignment="center" valignment="top" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 all brackets in the same size:
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 <cell alignment="center" valignment="top" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6399 \end_inset
6400
6401
6402 \end_layout
6403
6404 \end_inset
6405 </cell>
6406 </row>
6407 <row>
6408 <cell alignment="center" valignment="top" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412 this looks better:
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 <cell alignment="center" valignment="top" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Plain Layout
6421 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6422 \end_inset
6423
6424
6425 \end_layout
6426
6427 \end_inset
6428 </cell>
6429 </row>
6430 </lyxtabular>
6431
6432 \end_inset
6433
6434
6435 \begin_inset Note Note
6436 status collapsed
6437
6438 \begin_layout Plain Layout
6439
6440 \series bold
6441
6442 \backslash
6443 raisebox
6444 \series default
6445  is only used as spacer.
6446 \end_layout
6447
6448 \end_inset
6449
6450
6451 \end_layout
6452
6453 \begin_layout Standard
6454 For the second formula the command 
6455 \series bold
6456
6457 \backslash
6458 Big((A+B)(A-B)
6459 \backslash
6460 Big)^
6461 \begin_inset ERT
6462 status collapsed
6463
6464 \begin_layout Plain Layout
6465
6466
6467 \backslash
6468 spce 
6469 \end_layout
6470
6471 \end_inset
6472
6473 C
6474 \series default
6475  has been used.
6476 \end_layout
6477
6478 \begin_layout Standard
6479 Here is an overview about all bracket sizes:
6480 \end_layout
6481
6482 \begin_layout Standard
6483 \align center
6484
6485 \backslash
6486 Bigg(
6487 \backslash
6488 exp
6489 \backslash
6490 bigg<
6491 \backslash
6492 Big[
6493 \backslash
6494 big{
6495 \backslash
6496 ln(3x)
6497 \backslash
6498 big}^2
6499 \begin_inset ERT
6500 status collapsed
6501
6502 \begin_layout Plain Layout
6503
6504
6505 \backslash
6506 spce 
6507 \end_layout
6508
6509 \end_inset
6510
6511
6512 \backslash
6513 sin(x)
6514 \backslash
6515 Big]^
6516 \begin_inset ERT
6517 status collapsed
6518
6519 \begin_layout Plain Layout
6520
6521
6522 \backslash
6523 spce 
6524 \end_layout
6525
6526 \end_inset
6527
6528 A
6529 \begin_inset ERT
6530 status collapsed
6531
6532 \begin_layout Plain Layout
6533
6534
6535 \backslash
6536 spce 
6537 \end_layout
6538
6539 \end_inset
6540
6541
6542 \backslash
6543 bigg>
6544 \backslash
6545 Bigg)^0,5
6546 \end_layout
6547
6548 \begin_layout Standard
6549 \align center
6550 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6551 \end_inset
6552
6553
6554 \end_layout
6555
6556 \begin_layout Standard
6557 Besides the 
6558 \series bold
6559
6560 \backslash
6561 big
6562 \series default
6563 -commands there is the variant 
6564 \series bold
6565
6566 \backslash
6567 bigm
6568 \series default
6569
6570 \begin_inset Index
6571 status collapsed
6572
6573 \begin_layout Plain Layout
6574 Commands ! B ! 
6575 \backslash
6576 bigm
6577 \end_layout
6578
6579 \end_inset
6580
6581  that adds a bit more space between the bracket and its content, and the
6582  variant 
6583 \series bold
6584
6585 \backslash
6586 bigl
6587 \series default
6588 -
6589 \series bold
6590
6591 \backslash
6592 bigr
6593 \series default
6594
6595 \begin_inset Index
6596 status collapsed
6597
6598 \begin_layout Plain Layout
6599 Commands ! B ! 
6600 \backslash
6601 bigl - 
6602 \backslash
6603 bigr
6604 \end_layout
6605
6606 \end_inset
6607
6608 , that don't add additional space.
6609  The 
6610 \emph on
6611 l
6612 \emph default
6613  at the end of the command 
6614 \series bold
6615
6616 \backslash
6617 bigl
6618 \series default
6619  is for a left bracket; for a right bracket this will be replaced by an
6620  
6621 \emph on
6622 r
6623 \emph default
6624 .
6625  A left or right bracket can each be an opening or closing bracket.
6626 \end_layout
6627
6628 \begin_layout Standard
6629 In the following table is a comparison of the variants:
6630 \end_layout
6631
6632 \begin_layout Standard
6633 \align center
6634 \begin_inset Tabular
6635 <lyxtabular version="3" rows="5" columns="2">
6636 <features>
6637 <column alignment="center" valignment="middle" width="0">
6638 <column alignment="center" valignment="middle" width="0">
6639 <row>
6640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644 Command
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 Result
6654 \begin_inset Note Note
6655 status collapsed
6656
6657 \begin_layout Plain Layout
6658
6659 \series bold
6660
6661 \backslash
6662 raisebox
6663 \series default
6664  is only used as spacer.
6665 \end_layout
6666
6667 \end_inset
6668
6669
6670 \end_layout
6671
6672 \end_inset
6673 </cell>
6674 </row>
6675 <row>
6676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6677 \begin_inset Text
6678
6679 \begin_layout Plain Layout
6680
6681 \backslash
6682 Bigm(
6683 \backslash
6684 bigm(
6685 \backslash
6686 ln(3x)
6687 \backslash
6688 bigm)^2
6689 \series bold
6690
6691 \begin_inset ERT
6692 status collapsed
6693
6694 \begin_layout Plain Layout
6695
6696
6697 \backslash
6698 spce 
6699 \end_layout
6700
6701 \end_inset
6702
6703
6704 \series default
6705
6706 \backslash
6707 Bigm)
6708 \end_layout
6709
6710 \end_inset
6711 </cell>
6712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6713 \begin_inset Text
6714
6715 \begin_layout Plain Layout
6716 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6717 \end_inset
6718
6719
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 </row>
6725 <row>
6726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6727 \begin_inset Text
6728
6729 \begin_layout Plain Layout
6730
6731 \backslash
6732 Big(
6733 \backslash
6734 big(
6735 \backslash
6736 ln(3x)
6737 \backslash
6738 big)^2
6739 \series bold
6740
6741 \begin_inset ERT
6742 status collapsed
6743
6744 \begin_layout Plain Layout
6745
6746
6747 \backslash
6748 spce 
6749 \end_layout
6750
6751 \end_inset
6752
6753
6754 \series default
6755
6756 \backslash
6757 Big)
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6763 \begin_inset Text
6764
6765 \begin_layout Plain Layout
6766 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6767 \end_inset
6768
6769
6770 \end_layout
6771
6772 \end_inset
6773 </cell>
6774 </row>
6775 <row>
6776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Plain Layout
6780
6781 \backslash
6782 Bigl(
6783 \backslash
6784 bigl(
6785 \backslash
6786 ln(3x)
6787 \backslash
6788 bigr)^2
6789 \series bold
6790
6791 \begin_inset ERT
6792 status collapsed
6793
6794 \begin_layout Plain Layout
6795
6796
6797 \backslash
6798 spce 
6799 \end_layout
6800
6801 \end_inset
6802
6803
6804 \series default
6805
6806 \backslash
6807 Bigr)
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6813 \begin_inset Text
6814
6815 \begin_layout Plain Layout
6816 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6817 \end_inset
6818
6819
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 </row>
6825 <row>
6826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6827 \begin_inset Text
6828
6829 \begin_layout Plain Layout
6830
6831 \backslash
6832 bigl)
6833 \backslash
6834 ln(3x)
6835 \backslash
6836 bigr(
6837 \end_layout
6838
6839 \end_inset
6840 </cell>
6841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6842 \begin_inset Text
6843
6844 \begin_layout Plain Layout
6845 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6846 \end_inset
6847
6848
6849 \end_layout
6850
6851 \end_inset
6852 </cell>
6853 </row>
6854 </lyxtabular>
6855
6856 \end_inset
6857
6858
6859 \end_layout
6860
6861 \begin_layout Subsubsection
6862 Automatic Bracket Size
6863 \begin_inset CommandInset label
6864 LatexCommand label
6865 name "sub:Automatic-Bracket-Size"
6866
6867 \end_inset
6868
6869
6870 \begin_inset Index
6871 status collapsed
6872
6873 \begin_layout Plain Layout
6874 Bracket size ! automatic
6875 \end_layout
6876
6877 \end_inset
6878
6879
6880 \end_layout
6881
6882 \begin_layout Standard
6883 Brackets with variable size can be inserted with the commands 
6884 \series bold
6885
6886 \backslash
6887 left
6888 \series default
6889
6890 \begin_inset Index
6891 status collapsed
6892
6893 \begin_layout Plain Layout
6894 Commands ! L ! 
6895 \backslash
6896 left
6897 \end_layout
6898
6899 \end_inset
6900
6901  and 
6902 \series bold
6903
6904 \backslash
6905 right
6906 \series default
6907
6908 \begin_inset Index
6909 status collapsed
6910
6911 \begin_layout Plain Layout
6912 Commands ! R ! 
6913 \backslash
6914 right
6915 \end_layout
6916
6917 \end_inset
6918
6919  or via the math toolbar button 
6920 \begin_inset Graphics
6921         filename ../images/dialog-show_mathdelimiter.png
6922         scale 85
6923
6924 \end_inset
6925
6926 .
6927  Directly behind 
6928 \series bold
6929
6930 \backslash
6931 left
6932 \series default
6933  and 
6934 \series bold
6935
6936 \backslash
6937 right
6938 \series default
6939  the wanted bracket must be inserted.
6940  The bracket size will then automatically be calculated for the output.
6941 \end_layout
6942
6943 \begin_layout Standard
6944 \align center
6945 normal bracket: The command 
6946 \series bold
6947
6948 \backslash
6949 ln(
6950 \backslash
6951 frac
6952 \begin_inset ERT
6953 status collapsed
6954
6955 \begin_layout Plain Layout
6956
6957
6958 \backslash
6959 spce 
6960 \end_layout
6961
6962 \end_inset
6963
6964 A
6965 \begin_inset Formula $\downarrow$
6966 \end_inset
6967
6968 C
6969 \begin_inset ERT
6970 status collapsed
6971
6972 \begin_layout Plain Layout
6973
6974
6975 \backslash
6976 spce 
6977 \end_layout
6978
6979 \end_inset
6980
6981 )
6982 \series default
6983  creates
6984 \begin_inset Formula \[
6985 \ln(\frac{A}{C})\]
6986
6987 \end_inset
6988
6989
6990 \end_layout
6991
6992 \begin_layout Standard
6993 \align center
6994 multiline bracket: The command 
6995 \series bold
6996
6997 \backslash
6998 ln
6999 \backslash
7000 left(
7001 \backslash
7002 frac
7003 \begin_inset ERT
7004 status collapsed
7005
7006 \begin_layout Plain Layout
7007
7008
7009 \backslash
7010 spce 
7011 \end_layout
7012
7013 \end_inset
7014
7015 A
7016 \begin_inset Formula $\downarrow$
7017 \end_inset
7018
7019 C
7020 \begin_inset ERT
7021 status collapsed
7022
7023 \begin_layout Plain Layout
7024
7025
7026 \backslash
7027 spce 
7028 \end_layout
7029
7030 \end_inset
7031
7032
7033 \backslash
7034 right)
7035 \series default
7036  creates
7037 \begin_inset Formula \[
7038 \ln\left(\frac{A}{C}\right)\]
7039
7040 \end_inset
7041
7042
7043 \end_layout
7044
7045 \begin_layout Standard
7046 Instead of 
7047 \series bold
7048
7049 \backslash
7050 left
7051 \series default
7052  and 
7053 \series bold
7054
7055 \backslash
7056 right
7057 \series default
7058  the shortcut 
7059 \family sans
7060 Alt-m
7061 \begin_inset space ~
7062 \end_inset
7063
7064 bracket
7065 \family default
7066  can be used.
7067  This has the advantage that you can see in LyX immediately the real bracket
7068  size and that the matching right bracket will be created too.
7069 \begin_inset Newline newline
7070 \end_inset
7071
7072 The command for the last example would then be: 
7073 \series bold
7074
7075 \backslash
7076 ln Alt-m
7077 \series default
7078  
7079 \series bold
7080 (
7081 \backslash
7082 frac
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 A
7096 \begin_inset Formula $\downarrow$
7097 \end_inset
7098
7099 C
7100 \end_layout
7101
7102 \begin_layout Standard
7103 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7104  For example the command 
7105 \series bold
7106
7107 \backslash
7108 left.
7109 \backslash
7110 frac
7111 \begin_inset ERT
7112 status collapsed
7113
7114 \begin_layout Plain Layout
7115
7116
7117 \backslash
7118 spce 
7119 \end_layout
7120
7121 \end_inset
7122
7123 A
7124 \begin_inset Formula $\downarrow$
7125 \end_inset
7126
7127 B
7128 \begin_inset ERT
7129 status collapsed
7130
7131 \begin_layout Plain Layout
7132
7133
7134 \backslash
7135 spce 
7136 \end_layout
7137
7138 \end_inset
7139
7140
7141 \backslash
7142 right}
7143 \series default
7144  creates:
7145 \series bold
7146
7147 \begin_inset Formula \[
7148 \left.\frac{A}{B}\right\} \]
7149
7150 \end_inset
7151
7152
7153 \series default
7154 The commands 
7155 \series bold
7156
7157 \backslash
7158 left
7159 \series default
7160  and 
7161 \series bold
7162
7163 \backslash
7164 right
7165 \series default
7166  will be converted by LyX to brackets in the right size when the document
7167  is reloaded and an omitted bracket will appear as dashed line.
7168 \end_layout
7169
7170 \begin_layout Standard
7171 \begin_inset VSpace bigskip
7172 \end_inset
7173
7174 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7175  the command 
7176 \series bold
7177
7178 \backslash
7179 middle
7180 \series default
7181
7182 \begin_inset Index
7183 status collapsed
7184
7185 \begin_layout Plain Layout
7186 Commands ! M ! 
7187 \backslash
7188 middle
7189 \end_layout
7190
7191 \end_inset
7192
7193  is additionally available for all brackets and limits.
7194  With this command the height of the following character is adapted to the
7195  one of the surrounding brackets, what is e.
7196 \begin_inset space \thinspace{}
7197 \end_inset
7198
7199 g.
7200 \begin_inset space ~
7201 \end_inset
7202
7203 needed for physical vectors:
7204 \begin_inset Formula \[
7205 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7206
7207 \end_inset
7208
7209 For physical vectors there is a special LaTeX-package, described in 
7210 \begin_inset CommandInset ref
7211 LatexCommand ref
7212 reference "sub:Physical-Vectors"
7213
7214 \end_inset
7215
7216 .
7217 \end_layout
7218
7219 \begin_layout Subsection
7220 Horizontal Brackets
7221 \begin_inset Index
7222 status collapsed
7223
7224 \begin_layout Plain Layout
7225 Brackets ! horizontal
7226 \end_layout
7227
7228 \end_inset
7229
7230
7231 \end_layout
7232
7233 \begin_layout Standard
7234 \align center
7235 \begin_inset Tabular
7236 <lyxtabular version="3" rows="4" columns="2">
7237 <features>
7238 <column alignment="center" valignment="top" width="0pt">
7239 <column alignment="center" valignment="top" width="0pt">
7240 <row>
7241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7242 \begin_inset Text
7243
7244 \begin_layout Plain Layout
7245 Command
7246 \begin_inset Note Note
7247 status collapsed
7248
7249 \begin_layout Plain Layout
7250
7251 \series bold
7252
7253 \backslash
7254 raisebox
7255 \series default
7256  is only used as spacer.
7257 \end_layout
7258
7259 \end_inset
7260
7261
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7267 \begin_inset Text
7268
7269 \begin_layout Plain Layout
7270 Result
7271 \end_layout
7272
7273 \end_inset
7274 </cell>
7275 </row>
7276 <row>
7277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7278 \begin_inset Text
7279
7280 \begin_layout Plain Layout
7281 \begin_inset ERT
7282 status collapsed
7283
7284 \begin_layout Plain Layout
7285
7286
7287 \backslash
7288 raisebox{2.3mm}{
7289 \end_layout
7290
7291 \end_inset
7292
7293
7294 \backslash
7295 overbrace
7296 \begin_inset ERT
7297 status collapsed
7298
7299 \begin_layout Plain Layout
7300
7301
7302 \backslash
7303 spce 
7304 \end_layout
7305
7306 \end_inset
7307
7308 A+B
7309 \begin_inset ERT
7310 status collapsed
7311
7312 \begin_layout Plain Layout
7313
7314
7315 \backslash
7316 spce 
7317 \end_layout
7318
7319 \end_inset
7320
7321 ^
7322 \begin_inset ERT
7323 status collapsed
7324
7325 \begin_layout Plain Layout
7326
7327
7328 \backslash
7329 spce 
7330 \end_layout
7331
7332 \end_inset
7333
7334 3
7335 \begin_inset ERT
7336 status collapsed
7337
7338 \begin_layout Plain Layout
7339
7340 }
7341 \end_layout
7342
7343 \end_inset
7344
7345
7346 \begin_inset Index
7347 status collapsed
7348
7349 \begin_layout Plain Layout
7350 Commands ! O ! 
7351 \backslash
7352 overbrace
7353 \end_layout
7354
7355 \end_inset
7356
7357
7358 \end_layout
7359
7360 \end_inset
7361 </cell>
7362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7363 \begin_inset Text
7364
7365 \begin_layout Plain Layout
7366 \begin_inset Formula $\overbrace{A+B}^{3}$
7367 \end_inset
7368
7369
7370 \end_layout
7371
7372 \end_inset
7373 </cell>
7374 </row>
7375 <row>
7376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7377 \begin_inset Text
7378
7379 \begin_layout Plain Layout
7380 \begin_inset ERT
7381 status collapsed
7382
7383 \begin_layout Plain Layout
7384
7385
7386 \backslash
7387 raisebox{-2.2mm}{
7388 \end_layout
7389
7390 \end_inset
7391
7392
7393 \backslash
7394 underbrace
7395 \begin_inset ERT
7396 status collapsed
7397
7398 \begin_layout Plain Layout
7399
7400
7401 \backslash
7402 spce 
7403 \end_layout
7404
7405 \end_inset
7406
7407 A+B
7408 \begin_inset ERT
7409 status collapsed
7410
7411 \begin_layout Plain Layout
7412
7413
7414 \backslash
7415 spce 
7416 \end_layout
7417
7418 \end_inset
7419
7420 _5
7421 \begin_inset ERT
7422 status collapsed
7423
7424 \begin_layout Plain Layout
7425
7426 }
7427 \end_layout
7428
7429 \end_inset
7430
7431
7432 \begin_inset Index
7433 status collapsed
7434
7435 \begin_layout Plain Layout
7436 Commands ! U ! 
7437 \backslash
7438 underbrace
7439 \end_layout
7440
7441 \end_inset
7442
7443
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7449 \begin_inset Text
7450
7451 \begin_layout Plain Layout
7452 \begin_inset Formula $\underbrace{A+B}_{5}$
7453 \end_inset
7454
7455
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 </row>
7461 <row>
7462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7463 \begin_inset Text
7464
7465 \begin_layout Plain Layout
7466
7467 \backslash
7468 overbrace
7469 \begin_inset ERT
7470 status collapsed
7471
7472 \begin_layout Plain Layout
7473
7474
7475 \backslash
7476 spce 
7477 \end_layout
7478
7479 \end_inset
7480
7481
7482 \backslash
7483 underbrace
7484 \begin_inset ERT
7485 status collapsed
7486
7487 \begin_layout Plain Layout
7488
7489
7490 \backslash
7491 spce 
7492 \end_layout
7493
7494 \end_inset
7495
7496 A+B_w
7497 \begin_inset ERT
7498 status collapsed
7499
7500 \begin_layout Plain Layout
7501
7502
7503 \backslash
7504 spce 
7505 \end_layout
7506
7507 \end_inset
7508
7509
7510 \begin_inset ERT
7511 status collapsed
7512
7513 \begin_layout Plain Layout
7514
7515
7516 \backslash
7517 spce 
7518 \end_layout
7519
7520 \end_inset
7521
7522 _7
7523 \begin_inset ERT
7524 status collapsed
7525
7526 \begin_layout Plain Layout
7527
7528
7529 \backslash
7530 spce 
7531 \end_layout
7532
7533 \end_inset
7534
7535
7536 \begin_inset ERT
7537 status collapsed
7538
7539 \begin_layout Plain Layout
7540
7541
7542 \backslash
7543 spce 
7544 \end_layout
7545
7546 \end_inset
7547
7548 ^
7549 \begin_inset ERT
7550 status collapsed
7551
7552 \begin_layout Plain Layout
7553
7554
7555 \backslash
7556 spce 
7557 \end_layout
7558
7559 \end_inset
7560
7561 C
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Plain Layout
7570 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7571 \end_inset
7572
7573
7574 \end_layout
7575
7576 \end_inset
7577 </cell>
7578 </row>
7579 </lyxtabular>
7580
7581 \end_inset
7582
7583
7584 \end_layout
7585
7586 \begin_layout Standard
7587 In the last example it doesn't matter if 
7588 \series bold
7589
7590 \backslash
7591 overbrace
7592 \series default
7593  or 
7594 \series bold
7595
7596 \backslash
7597 underbrace
7598 \series default
7599  is inserted at first.
7600 \end_layout
7601
7602 \begin_layout Standard
7603 \begin_inset VSpace bigskip
7604 \end_inset
7605
7606 When brackets are needed that overlap each other, multiline formulas, as
7607  described in 
7608 \begin_inset CommandInset ref
7609 LatexCommand ref
7610 reference "sec:Multiline-Formulas"
7611
7612 \end_inset
7613
7614 , must be used:
7615 \begin_inset Formula \begin{eqnarray*}
7616 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7617  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7618
7619 \end_inset
7620
7621 In the first row the formula is inserted together with the first brace.
7622  It is hereby important that the space command
7623 \begin_inset Foot
7624 status collapsed
7625
7626 \begin_layout Plain Layout
7627 Space commands are explained in 
7628 \begin_inset CommandInset ref
7629 LatexCommand ref
7630 reference "sub:Predefined-Space"
7631
7632 \end_inset
7633
7634 .
7635 \end_layout
7636
7637 \end_inset
7638
7639  
7640 \series bold
7641
7642 \backslash
7643 :
7644 \series default
7645  is inserted before the first 
7646 \begin_inset Formula $d$
7647 \end_inset
7648
7649 , because the brace that ends behind the 
7650 \begin_inset Formula $q$
7651 \end_inset
7652
7653  prevents that the following 
7654 \begin_inset Quotes eld
7655 \end_inset
7656
7657 +
7658 \begin_inset Quotes erd
7659 \end_inset
7660
7661  is surrounded by space.
7662 \begin_inset Foot
7663 status collapsed
7664
7665 \begin_layout Plain Layout
7666 because a bracket is not handled as character, see 
7667 \begin_inset CommandInset ref
7668 LatexCommand ref
7669 reference "sub:Binary-Operators"
7670
7671 \end_inset
7672
7673
7674 \end_layout
7675
7676 \end_inset
7677
7678  In the second row the second brace is inserted.
7679  As it should begin before the 
7680 \begin_inset Formula $b$
7681 \end_inset
7682
7683 , first the command 
7684 \series bold
7685
7686 \backslash
7687 hphantom{gggg+
7688 \backslash
7689 :}
7690 \series default
7691  is inserted.
7692 \begin_inset Foot
7693 status collapsed
7694
7695 \begin_layout Plain Layout
7696 more about 
7697 \series bold
7698
7699 \backslash
7700 hphantom
7701 \series default
7702  see 
7703 \begin_inset CommandInset ref
7704 LatexCommand ref
7705 reference "sub:Placeholders"
7706
7707 \end_inset
7708
7709
7710 \end_layout
7711
7712 \end_inset
7713
7714  This space is needed because the 
7715 \begin_inset Quotes eld
7716 \end_inset
7717
7718 +
7719 \begin_inset Quotes erd
7720 \end_inset
7721
7722  is also surrounded by space in the formula.
7723  The brace is placed under the command 
7724 \series bold
7725
7726 \backslash
7727 hphantom{bbqq+dddd}
7728 \series default
7729 .
7730 \end_layout
7731
7732 \begin_layout Standard
7733 It gets more complicated when brackets overlap each other, like in the following
7734  example:
7735 \begin_inset ERT
7736 status collapsed
7737
7738 \begin_layout Plain Layout
7739
7740
7741 \backslash
7742 setlength{
7743 \backslash
7744 jot}{-6pt}
7745 \end_layout
7746
7747 \end_inset
7748
7749
7750 \begin_inset Formula \begin{eqnarray*}
7751  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7752 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7753
7754 \end_inset
7755
7756
7757 \begin_inset ERT
7758 status collapsed
7759
7760 \begin_layout Plain Layout
7761
7762
7763 \backslash
7764 setlength{
7765 \backslash
7766 jot}{3pt}
7767 \end_layout
7768
7769 \end_inset
7770
7771 The first formula row is the same as the second row of the previous example,
7772  with the difference that the brace is above.
7773  The second row contains the formula together with the second brace.
7774  To avoid that there is space between the upper brace in the first row and
7775  the formula, the row spacing need to be reduced.
7776  This is not easily possible due to a bug in LyX
7777 \begin_inset Foot
7778 status collapsed
7779
7780 \begin_layout Plain Layout
7781 \begin_inset CommandInset href
7782 LatexCommand href
7783 name "LyX-bug #1505"
7784 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7785
7786 \end_inset
7787
7788
7789 \end_layout
7790
7791 \end_inset
7792
7793 .
7794  As solution for the problem, the global formula row separation 
7795 \series bold
7796
7797 \backslash
7798 jot
7799 \series default
7800
7801 \begin_inset Index
7802 status collapsed
7803
7804 \begin_layout Plain Layout
7805 Commands ! J ! 
7806 \backslash
7807 jot
7808 \end_layout
7809
7810 \end_inset
7811
7812  must be changed to -6
7813 \begin_inset space \thinspace{}
7814 \end_inset
7815
7816 pt before the formula with the command 
7817 \series bold
7818
7819 \backslash
7820 setlength{
7821 \backslash
7822 jot}{-6pt}
7823 \series default
7824  in TeX-mode.
7825  
7826 \series bold
7827
7828 \backslash
7829 jot
7830 \series default
7831  is set back after the formula to the standard value of 3
7832 \begin_inset space \thinspace{}
7833 \end_inset
7834
7835 pt using the same command.
7836  More about the row separation in formulas is explained in 
7837 \begin_inset CommandInset ref
7838 LatexCommand ref
7839 reference "sub:Line-Separation"
7840
7841 \end_inset
7842
7843 .
7844 \end_layout
7845
7846 \begin_layout Section
7847 Arrows
7848 \begin_inset Index
7849 status collapsed
7850
7851 \begin_layout Plain Layout
7852 Arrows
7853 \end_layout
7854
7855 \end_inset
7856
7857
7858 \end_layout
7859
7860 \begin_layout Standard
7861 Arrows can be inserted via the math toolbar button 
7862 \begin_inset Graphics
7863         filename ../images/math/leftarrow.png
7864         scale 85
7865
7866 \end_inset
7867
7868  or the commands listed in the following subsections.
7869 \end_layout
7870
7871 \begin_layout Standard
7872 \begin_inset Newpage newpage
7873 \end_inset
7874
7875
7876 \end_layout
7877
7878 \begin_layout Subsection
7879 Horizontal Arrows
7880 \begin_inset Index
7881 status collapsed
7882
7883 \begin_layout Plain Layout
7884 Arrows ! horizontal
7885 \end_layout
7886
7887 \end_inset
7888
7889
7890 \end_layout
7891
7892 \begin_layout Standard
7893 \begin_inset space \hfill{}
7894 \end_inset
7895
7896
7897 \begin_inset Tabular
7898 <lyxtabular version="3" rows="8" columns="2">
7899 <features>
7900 <column alignment="center" valignment="top" width="0pt">
7901 <column alignment="center" valignment="top" width="0pt">
7902 <row>
7903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907 Command
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916 Result
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 </row>
7922 <row>
7923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Plain Layout
7927
7928 \backslash
7929 gets
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938 \begin_inset Formula $\gets$
7939 \end_inset
7940
7941
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 </row>
7947 <row>
7948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Plain Layout
7952
7953 \backslash
7954 Leftarrow
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963 \begin_inset Formula $\Leftarrow$
7964 \end_inset
7965
7966
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 </row>
7972 <row>
7973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977
7978 \backslash
7979 longleftarrow
7980 \end_layout
7981
7982 \end_inset
7983 </cell>
7984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988 \begin_inset Formula $\longleftarrow$
7989 \end_inset
7990
7991
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 </row>
7997 <row>
7998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002
8003 \backslash
8004 Longleftarrow
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013 \begin_inset Formula $\Longleftarrow$
8014 \end_inset
8015
8016
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 </row>
8022 <row>
8023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027
8028 \backslash
8029 leftharpoonup
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038 \begin_inset Formula $\leftharpoonup$
8039 \end_inset
8040
8041
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 </row>
8047 <row>
8048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052
8053 \backslash
8054 leftharpoondown
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063 \begin_inset Formula $\leftharpoondown$
8064 \end_inset
8065
8066
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 </row>
8072 <row>
8073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077
8078 \backslash
8079 hookleftarrow
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088 \begin_inset Formula $\hookleftarrow$
8089 \end_inset
8090
8091
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 </row>
8097 </lyxtabular>
8098
8099 \end_inset
8100
8101
8102 \begin_inset space \hfill{}
8103 \end_inset
8104
8105
8106 \begin_inset Tabular
8107 <lyxtabular version="3" rows="8" columns="2">
8108 <features>
8109 <column alignment="center" valignment="top" width="0pt">
8110 <column alignment="center" valignment="top" width="0pt">
8111 <row>
8112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116 Command
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125 Result
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 </row>
8131 <row>
8132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136
8137 \backslash
8138 to
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147 \begin_inset Formula $\to$
8148 \end_inset
8149
8150
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 </row>
8156 <row>
8157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161
8162 \backslash
8163 Rightarrow
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172 \begin_inset Formula $\Rightarrow$
8173 \end_inset
8174
8175
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 </row>
8181 <row>
8182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186
8187 \backslash
8188 longrightarrow
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197 \begin_inset Formula $\longrightarrow$
8198 \end_inset
8199
8200
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 </row>
8206 <row>
8207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211
8212 \backslash
8213 Longrightarrow
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222 \begin_inset Formula $\Longrightarrow$
8223 \end_inset
8224
8225
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 </row>
8231 <row>
8232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236
8237 \backslash
8238 rightharpoonup
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 \begin_inset Formula $\rightharpoonup$
8248 \end_inset
8249
8250
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 </row>
8256 <row>
8257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261
8262 \backslash
8263 rightharpoondown
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272 \begin_inset Formula $\rightharpoondown$
8273 \end_inset
8274
8275
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 </row>
8281 <row>
8282 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286
8287 \backslash
8288 hookrightarrow
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297 \begin_inset Formula $\hookrightarrow$
8298 \end_inset
8299
8300
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 </row>
8306 </lyxtabular>
8307
8308 \end_inset
8309
8310
8311 \begin_inset space \hfill{}
8312 \end_inset
8313
8314
8315 \end_layout
8316
8317 \begin_layout Standard
8318 \begin_inset space \hfill{}
8319 \end_inset
8320
8321
8322 \begin_inset Tabular
8323 <lyxtabular version="3" rows="6" columns="2">
8324 <features>
8325 <column alignment="center" valignment="top" width="0pt">
8326 <column alignment="center" valignment="top" width="0pt">
8327 <row>
8328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332 Command
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341 Result
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 </row>
8347 <row>
8348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352
8353 \backslash
8354 leftrightarrow
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363 \begin_inset Formula $\leftrightarrow$
8364 \end_inset
8365
8366
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 </row>
8372 <row>
8373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377
8378 \backslash
8379 Leftrightarrow
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388 \begin_inset Formula $\Leftrightarrow$
8389 \end_inset
8390
8391
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 </row>
8397 <row>
8398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402
8403 \backslash
8404 longleftrightarrow
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413 \begin_inset Formula $\longleftrightarrow$
8414 \end_inset
8415
8416
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 </row>
8422 <row>
8423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427
8428 \backslash
8429 Longleftrightarrow
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438 \begin_inset Formula $\Longleftrightarrow$
8439 \end_inset
8440
8441
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 </row>
8447 <row>
8448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452
8453 \backslash
8454 rightleftharpoons
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463 \begin_inset Formula $\rightleftharpoons$
8464 \end_inset
8465
8466
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 </row>
8472 </lyxtabular>
8473
8474 \end_inset
8475
8476
8477 \begin_inset space \hspace{}
8478 \length 25pt
8479 \end_inset
8480
8481
8482 \begin_inset space \hfill{}
8483 \end_inset
8484
8485
8486 \begin_inset Tabular
8487 <lyxtabular version="3" rows="5" columns="2">
8488 <features>
8489 <column alignment="center" valignment="top" width="0pt">
8490 <column alignment="center" valignment="top" width="0pt">
8491 <row>
8492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496 Command
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505 Result
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 </row>
8511 <row>
8512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516
8517 \backslash
8518 mapsto
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527 \begin_inset Formula $\mapsto$
8528 \end_inset
8529
8530
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 </row>
8536 <row>
8537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541
8542 \backslash
8543 longmapsto
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552 \begin_inset Formula $\longmapsto$
8553 \end_inset
8554
8555
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 </row>
8561 <row>
8562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566
8567 \backslash
8568 leadsto
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577 \begin_inset Formula $\leadsto$
8578 \end_inset
8579
8580
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 </row>
8586 <row>
8587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591
8592 \backslash
8593 dasharrow
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602 \begin_inset Formula $\dasharrow$
8603 \end_inset
8604
8605
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 </row>
8611 </lyxtabular>
8612
8613 \end_inset
8614
8615
8616 \begin_inset space \hfill{}
8617 \end_inset
8618
8619
8620 \end_layout
8621
8622 \begin_layout Standard
8623 \begin_inset VSpace medskip
8624 \end_inset
8625
8626 Arrows used as accent like e.
8627 \begin_inset space \thinspace{}
8628 \end_inset
8629
8630 g.
8631 \begin_inset space ~
8632 \end_inset
8633
8634 vector arrows are listed in 
8635 \begin_inset CommandInset ref
8636 LatexCommand ref
8637 reference "sec:Accents"
8638
8639 \end_inset
8640
8641 .
8642 \end_layout
8643
8644 \begin_layout Standard
8645 \begin_inset VSpace bigskip
8646 \end_inset
8647
8648 Furthermore there are the labeled arrows
8649 \begin_inset Index
8650 status collapsed
8651
8652 \begin_layout Plain Layout
8653 Arrows ! labeled
8654 \end_layout
8655
8656 \end_inset
8657
8658  
8659 \series bold
8660
8661 \backslash
8662 xleftarrow
8663 \series default
8664
8665 \begin_inset Index
8666 status collapsed
8667
8668 \begin_layout Plain Layout
8669 Commands ! X ! 
8670 \backslash
8671 xleftarrow
8672 \end_layout
8673
8674 \end_inset
8675
8676  and 
8677 \series bold
8678
8679 \backslash
8680 xrightarrow
8681 \series default
8682
8683 \begin_inset Index
8684 status collapsed
8685
8686 \begin_layout Plain Layout
8687 Commands ! X ! 
8688 \backslash
8689 xrightarrow
8690 \begin_inset ERT
8691 status collapsed
8692
8693 \begin_layout Plain Layout
8694
8695
8696 \backslash
8697 vspace{4mm}
8698 \end_layout
8699
8700 \end_inset
8701
8702
8703 \end_layout
8704
8705 \end_inset
8706
8707 .
8708  When inserting one of these commands in a formula, an arrow with two blue
8709  boxes appear where the label can be inserted.
8710  The length of the arrow adapts to the label width.
8711 \end_layout
8712
8713 \begin_layout Standard
8714 \align center
8715 \begin_inset Tabular
8716 <lyxtabular version="3" rows="3" columns="2">
8717 <features>
8718 <column alignment="center" valignment="top" width="0pt">
8719 <column alignment="center" valignment="top" width="0pt">
8720 <row>
8721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725 Command
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 Result
8735 \begin_inset Note Note
8736 status collapsed
8737
8738 \begin_layout Plain Layout
8739
8740 \series bold
8741
8742 \backslash
8743 raisebox
8744 \series default
8745  is only used as spacer.
8746 \end_layout
8747
8748 \end_inset
8749
8750
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 </row>
8756 <row>
8757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761 F(a)
8762 \backslash
8763 xleftarrow
8764 \begin_inset ERT
8765 status collapsed
8766
8767 \begin_layout Plain Layout
8768
8769
8770 \backslash
8771 spce 
8772 \end_layout
8773
8774 \end_inset
8775
8776 x=a
8777 \begin_inset Formula $\downarrow$
8778 \end_inset
8779
8780 x>0
8781 \begin_inset Formula $\to$
8782 \end_inset
8783
8784 F(x)
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8794 \end_inset
8795
8796
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 </row>
8802 <row>
8803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807 F(x)
8808 \backslash
8809 xrightarrow
8810 \begin_inset ERT
8811 status collapsed
8812
8813 \begin_layout Plain Layout
8814
8815
8816 \backslash
8817 spce 
8818 \end_layout
8819
8820 \end_inset
8821
8822 x=a
8823 \begin_inset Formula $\downarrow$
8824 \end_inset
8825
8826 x>0
8827 \begin_inset Formula $\to$
8828 \end_inset
8829
8830 F(a)
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8840 \end_inset
8841
8842
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 </row>
8848 </lyxtabular>
8849
8850 \end_inset
8851
8852
8853 \end_layout
8854
8855 \begin_layout Subsection
8856 Vertical and diagonal Arrows
8857 \begin_inset Index
8858 status collapsed
8859
8860 \begin_layout Plain Layout
8861 Arrows ! diagonal
8862 \end_layout
8863
8864 \end_inset
8865
8866
8867 \begin_inset Index
8868 status collapsed
8869
8870 \begin_layout Plain Layout
8871 Arrows ! vertical
8872 \end_layout
8873
8874 \end_inset
8875
8876
8877 \end_layout
8878
8879 \begin_layout Standard
8880 \begin_inset space \hfill{}
8881 \end_inset
8882
8883
8884 \begin_inset Tabular
8885 <lyxtabular version="3" rows="7" columns="2">
8886 <features>
8887 <column alignment="center" valignment="top" width="0pt">
8888 <column alignment="center" valignment="top" width="0pt">
8889 <row>
8890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894 Command
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903 Result
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 </row>
8909 <row>
8910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914
8915 \backslash
8916 uparrow
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925 \begin_inset Formula $\uparrow$
8926 \end_inset
8927
8928
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 </row>
8934 <row>
8935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939
8940 \backslash
8941 Uparrow
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950 \begin_inset Formula $\Uparrow$
8951 \end_inset
8952
8953
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 </row>
8959 <row>
8960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964
8965 \backslash
8966 updownarrow
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975 \begin_inset Formula $\updownarrow$
8976 \end_inset
8977
8978
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 </row>
8984 <row>
8985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989
8990 \backslash
8991 Updownarrow
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000 \begin_inset Formula $\Updownarrow$
9001 \end_inset
9002
9003
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 </row>
9009 <row>
9010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014
9015 \backslash
9016 Downarrow
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025 \begin_inset Formula $\Downarrow$
9026 \end_inset
9027
9028
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 </row>
9034 <row>
9035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039
9040 \backslash
9041 downarrow
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 \begin_inset Formula $\downarrow$
9051 \end_inset
9052
9053
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 </row>
9059 </lyxtabular>
9060
9061 \end_inset
9062
9063
9064 \begin_inset space \hfill{}
9065 \end_inset
9066
9067
9068 \begin_inset Tabular
9069 <lyxtabular version="3" rows="5" columns="2">
9070 <features>
9071 <column alignment="center" valignment="top" width="0pt">
9072 <column alignment="center" valignment="top" width="0pt">
9073 <row>
9074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078 Command
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087 Result
9088 \end_layout
9089
9090 \end_inset
9091 </cell>
9092 </row>
9093 <row>
9094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098
9099 \backslash
9100 nearrow
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109 \begin_inset Formula $\nearrow$
9110 \end_inset
9111
9112
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 </row>
9118 <row>
9119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123
9124 \backslash
9125 searrow
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134 \begin_inset Formula $\searrow$
9135 \end_inset
9136
9137
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 </row>
9143 <row>
9144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148
9149 \backslash
9150 swarrow
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159 \begin_inset Formula $\swarrow$
9160 \end_inset
9161
9162
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 </row>
9168 <row>
9169 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173
9174 \backslash
9175 nwarrow
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 \begin_inset Formula $\nwarrow$
9185 \end_inset
9186
9187
9188 \end_layout
9189
9190 \end_inset
9191 </cell>
9192 </row>
9193 </lyxtabular>
9194
9195 \end_inset
9196
9197
9198 \begin_inset space \hfill{}
9199 \end_inset
9200
9201
9202 \end_layout
9203
9204 \begin_layout Standard
9205 \begin_inset VSpace medskip
9206 \end_inset
9207
9208 Vertical arrows can be used also as delimiter together with the commands
9209  described in 
9210 \begin_inset CommandInset ref
9211 LatexCommand ref
9212 reference "sub:Manual-Bracket-Size"
9213
9214 \end_inset
9215
9216  and 
9217 \begin_inset CommandInset ref
9218 LatexCommand ref
9219 reference "sub:Automatic-Bracket-Size"
9220
9221 \end_inset
9222
9223 .
9224 \end_layout
9225
9226 \begin_layout Standard
9227 \begin_inset Newpage newpage
9228 \end_inset
9229
9230
9231 \end_layout
9232
9233 \begin_layout Section
9234 Accents
9235 \begin_inset CommandInset label
9236 LatexCommand label
9237 name "sec:Accents"
9238
9239 \end_inset
9240
9241
9242 \begin_inset Index
9243 status collapsed
9244
9245 \begin_layout Plain Layout
9246 Accents
9247 \end_layout
9248
9249 \end_inset
9250
9251
9252 \end_layout
9253
9254 \begin_layout Standard
9255 Accents can be inserted via the math toolbar button 
9256 \begin_inset Graphics
9257         filename ../images/math/hat.png
9258         scale 85
9259
9260 \end_inset
9261
9262  or the commands listed in the following subsections.
9263 \end_layout
9264
9265 \begin_layout Subsection
9266 Accents for one Character
9267 \begin_inset ERT
9268 status collapsed
9269
9270 \begin_layout Plain Layout
9271
9272
9273 \backslash
9274 texorpdfstring{
9275 \end_layout
9276
9277 \end_inset
9278
9279
9280 \begin_inset Foot
9281 status collapsed
9282
9283 \begin_layout Plain Layout
9284 accents in text see 
9285 \begin_inset CommandInset ref
9286 LatexCommand ref
9287 reference "sub:Accents-in-Text"
9288
9289 \end_inset
9290
9291
9292 \end_layout
9293
9294 \end_inset
9295
9296
9297 \begin_inset ERT
9298 status collapsed
9299
9300 \begin_layout Plain Layout
9301
9302 }{}
9303 \end_layout
9304
9305 \end_inset
9306
9307
9308 \begin_inset Note Note
9309 status collapsed
9310
9311 \begin_layout Plain Layout
9312
9313 \backslash
9314 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
9315 \end_layout
9316
9317 \begin_layout Plain Layout
9318 More about 
9319 \backslash
9320 texorpdfstring is in section 
9321 \begin_inset CommandInset ref
9322 LatexCommand ref
9323 reference "sub:Formulas-in-Section"
9324
9325 \end_inset
9326
9327 .
9328 \end_layout
9329
9330 \end_inset
9331
9332
9333 \begin_inset CommandInset label
9334 LatexCommand label
9335 name "sub:Accents-for-one"
9336
9337 \end_inset
9338
9339
9340 \begin_inset Index
9341 status collapsed
9342
9343 \begin_layout Plain Layout
9344 Accents ! for one character
9345 \end_layout
9346
9347 \end_inset
9348
9349
9350 \end_layout
9351
9352 \begin_layout Standard
9353 \begin_inset space \hfill{}
9354 \end_inset
9355
9356
9357 \begin_inset Tabular
9358 <lyxtabular version="3" rows="8" columns="2">
9359 <features>
9360 <column alignment="center" valignment="top" width="0pt">
9361 <column alignment="center" valignment="top" width="0pt">
9362 <row>
9363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367 Command
9368 \end_layout
9369
9370 \end_inset
9371 </cell>
9372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Plain Layout
9376 Result
9377 \begin_inset Note Note
9378 status collapsed
9379
9380 \begin_layout Plain Layout
9381
9382 \series bold
9383
9384 \backslash
9385 raisebox
9386 \series default
9387  is only used as spacer.
9388 \end_layout
9389
9390 \end_inset
9391
9392
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 </row>
9398 <row>
9399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Plain Layout
9403
9404 \backslash
9405 dot
9406 \begin_inset ERT
9407 status collapsed
9408
9409 \begin_layout Plain Layout
9410
9411
9412 \backslash
9413 spce 
9414 \end_layout
9415
9416 \end_inset
9417
9418 A
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9424 \begin_inset Text
9425
9426 \begin_layout Plain Layout
9427 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9428 \end_inset
9429
9430
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 </row>
9436 <row>
9437 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Plain Layout
9441
9442 \backslash
9443 ddot
9444 \begin_inset ERT
9445 status collapsed
9446
9447 \begin_layout Plain Layout
9448
9449
9450 \backslash
9451 spce 
9452 \end_layout
9453
9454 \end_inset
9455
9456 A
9457 \end_layout
9458
9459 \end_inset
9460 </cell>
9461 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9462 \begin_inset Text
9463
9464 \begin_layout Plain Layout
9465 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9466 \end_inset
9467
9468
9469 \end_layout
9470
9471 \end_inset
9472 </cell>
9473 </row>
9474 <row>
9475 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9476 \begin_inset Text
9477
9478 \begin_layout Plain Layout
9479
9480 \backslash
9481 dddot
9482 \begin_inset ERT
9483 status collapsed
9484
9485 \begin_layout Plain Layout
9486
9487
9488 \backslash
9489 spce 
9490 \end_layout
9491
9492 \end_inset
9493
9494 A
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9500 \begin_inset Text
9501
9502 \begin_layout Plain Layout
9503 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9504 \end_inset
9505
9506
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 </row>
9512 <row>
9513 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9514 \begin_inset Text
9515
9516 \begin_layout Plain Layout
9517
9518 \backslash
9519 ddddot{A
9520 \end_layout
9521
9522 \end_inset
9523 </cell>
9524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9525 \begin_inset Text
9526
9527 \begin_layout Plain Layout
9528 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9529 \end_inset
9530
9531
9532 \end_layout
9533
9534 \end_inset
9535 </cell>
9536 </row>
9537 <row>
9538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9539 \begin_inset Text
9540
9541 \begin_layout Plain Layout
9542
9543 \backslash
9544 vec
9545 \begin_inset ERT
9546 status collapsed
9547
9548 \begin_layout Plain Layout
9549
9550
9551 \backslash
9552 spce 
9553 \end_layout
9554
9555 \end_inset
9556
9557 A
9558 \begin_inset Index
9559 status collapsed
9560
9561 \begin_layout Plain Layout
9562 Vectors
9563 \end_layout
9564
9565 \end_inset
9566
9567
9568 \end_layout
9569
9570 \end_inset
9571 </cell>
9572 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9573 \begin_inset Text
9574
9575 \begin_layout Plain Layout
9576 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9577 \end_inset
9578
9579
9580 \end_layout
9581
9582 \end_inset
9583 </cell>
9584 </row>
9585 <row>
9586 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590
9591 \backslash
9592 bar
9593 \begin_inset ERT
9594 status collapsed
9595
9596 \begin_layout Plain Layout
9597
9598
9599 \backslash
9600 spce 
9601 \end_layout
9602
9603 \end_inset
9604
9605 A
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9611 \begin_inset Text
9612
9613 \begin_layout Plain Layout
9614 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9615 \end_inset
9616
9617
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 </row>
9623 <row>
9624 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628
9629 \backslash
9630 mathring
9631 \begin_inset ERT
9632 status collapsed
9633
9634 \begin_layout Plain Layout
9635
9636
9637 \backslash
9638 spce 
9639 \end_layout
9640
9641 \end_inset
9642
9643 A
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9649 \begin_inset Text
9650
9651 \begin_layout Plain Layout
9652 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9653 \end_inset
9654
9655
9656 \end_layout
9657
9658 \end_inset
9659 </cell>
9660 </row>
9661 </lyxtabular>
9662
9663 \end_inset
9664
9665
9666 \begin_inset space \hfill{}
9667 \end_inset
9668
9669
9670 \begin_inset Tabular
9671 <lyxtabular version="3" rows="7" columns="2">
9672 <features>
9673 <column alignment="center" valignment="top" width="0pt">
9674 <column alignment="center" valignment="top" width="0pt">
9675 <row>
9676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9677 \begin_inset Text
9678
9679 \begin_layout Plain Layout
9680 Command
9681 \end_layout
9682
9683 \end_inset
9684 </cell>
9685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Plain Layout
9689 Result
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 </row>
9695 <row>
9696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Plain Layout
9700
9701 \backslash
9702 tilde
9703 \begin_inset ERT
9704 status collapsed
9705
9706 \begin_layout Plain Layout
9707
9708
9709 \backslash
9710 spce 
9711 \end_layout
9712
9713 \end_inset
9714
9715 A
9716 \end_layout
9717
9718 \end_inset
9719 </cell>
9720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9721 \begin_inset Text
9722
9723 \begin_layout Plain Layout
9724 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9725 \end_inset
9726
9727
9728 \end_layout
9729
9730 \end_inset
9731 </cell>
9732 </row>
9733 <row>
9734 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9735 \begin_inset Text
9736
9737 \begin_layout Plain Layout
9738
9739 \backslash
9740 hat
9741 \begin_inset ERT
9742 status collapsed
9743
9744 \begin_layout Plain Layout
9745
9746
9747 \backslash
9748 spce 
9749 \end_layout
9750
9751 \end_inset
9752
9753 A
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9759 \begin_inset Text
9760
9761 \begin_layout Plain Layout
9762 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9763 \end_inset
9764
9765
9766 \end_layout
9767
9768 \end_inset
9769 </cell>
9770 </row>
9771 <row>
9772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776
9777 \backslash
9778 check
9779 \begin_inset ERT
9780 status collapsed
9781
9782 \begin_layout Plain Layout
9783
9784
9785 \backslash
9786 spce 
9787 \end_layout
9788
9789 \end_inset
9790
9791 A
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9797 \begin_inset Text
9798
9799 \begin_layout Plain Layout
9800 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9801 \end_inset
9802
9803
9804 \end_layout
9805
9806 \end_inset
9807 </cell>
9808 </row>
9809 <row>
9810 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Plain Layout
9814
9815 \backslash
9816 acute
9817 \begin_inset ERT
9818 status collapsed
9819
9820 \begin_layout Plain Layout
9821
9822
9823 \backslash
9824 spce 
9825 \end_layout
9826
9827 \end_inset
9828
9829 A
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Plain Layout
9838 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9839 \end_inset
9840
9841
9842 \end_layout
9843
9844 \end_inset
9845 </cell>
9846 </row>
9847 <row>
9848 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9849 \begin_inset Text
9850
9851 \begin_layout Plain Layout
9852
9853 \backslash
9854 grave
9855 \begin_inset ERT
9856 status collapsed
9857
9858 \begin_layout Plain Layout
9859
9860
9861 \backslash
9862 spce 
9863 \end_layout
9864
9865 \end_inset
9866
9867 A
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9877 \end_inset
9878
9879
9880 \end_layout
9881
9882 \end_inset
9883 </cell>
9884 </row>
9885 <row>
9886 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Plain Layout
9890
9891 \backslash
9892 breve
9893 \begin_inset ERT
9894 status collapsed
9895
9896 \begin_layout Plain Layout
9897
9898
9899 \backslash
9900 spce 
9901 \end_layout
9902
9903 \end_inset
9904
9905 A
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9915 \end_inset
9916
9917
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 </row>
9923 </lyxtabular>
9924
9925 \end_inset
9926
9927
9928 \begin_inset space \hfill{}
9929 \end_inset
9930
9931
9932 \end_layout
9933
9934 \begin_layout Standard
9935 \begin_inset VSpace bigskip
9936 \end_inset
9937
9938 To create umlauts
9939 \begin_inset Index
9940 status collapsed
9941
9942 \begin_layout Plain Layout
9943 Umlauts
9944 \end_layout
9945
9946 \end_inset
9947
9948  in formulas, a quotation mark is inserted before the vowel.
9949  These two characters are then treated by LaTeX as 
9950 \emph on
9951 one
9952 \emph default
9953  character when the formula part with the umlaut is marked as German.
9954  In contrary to 
9955 \series bold
9956
9957 \backslash
9958 ddot
9959 \series default
9960 , with this method 
9961 \begin_inset Quotes eld
9962 \end_inset
9963
9964 real
9965 \begin_inset Quotes erd
9966 \end_inset
9967
9968  umlauts are created as demonstrated in the following example:
9969 \end_layout
9970
9971 \begin_layout Standard
9972 \begin_inset VSpace -2mm
9973 \end_inset
9974
9975
9976 \end_layout
9977
9978 \begin_layout Standard
9979 \align center
9980 \begin_inset Tabular
9981 <lyxtabular version="3" rows="3" columns="2">
9982 <features>
9983 <column alignment="center" valignment="top" width="0">
9984 <column alignment="center" valignment="top" width="0">
9985 <row>
9986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990 Command
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999 Result
10000 \begin_inset Note Note
10001 status collapsed
10002
10003 \begin_layout Plain Layout
10004
10005 \series bold
10006
10007 \backslash
10008 raisebox
10009 \series default
10010  is only used as spacer.
10011 \end_layout
10012
10013 \end_inset
10014
10015
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 </row>
10021 <row>
10022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026
10027 \lang ngerman
10028 \begin_inset Quotes grd
10029 \end_inset
10030
10031 i
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040
10041 \lang ngerman
10042 \begin_inset Formula $"i$
10043 \end_inset
10044
10045
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 </row>
10051 <row>
10052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056
10057 \backslash
10058 ddot
10059 \begin_inset ERT
10060 status collapsed
10061
10062 \begin_layout Plain Layout
10063
10064
10065 \backslash
10066 spce 
10067 \end_layout
10068
10069 \end_inset
10070
10071 i
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10081 \end_inset
10082
10083
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 </row>
10089 </lyxtabular>
10090
10091 \end_inset
10092
10093
10094 \end_layout
10095
10096 \begin_layout Standard
10097 Another advantage to 
10098 \series bold
10099
10100 \backslash
10101 ddot
10102 \series default
10103  is that umlauts can directly be converted to mathematical text because
10104  the accent commands above are 
10105 \emph on
10106 not allowed
10107 \emph default
10108  
10109 \emph on
10110 in mathematical text
10111 \emph default
10112 .
10113  To convert an accented character to mathematical text, only the character
10114  under the accent may be converted.
10115  This applies also for all other conversions, e.
10116 \begin_inset space \thinspace{}
10117 \end_inset
10118
10119 g.
10120 \begin_inset space ~
10121 \end_inset
10122
10123 to italic or bold.
10124 \end_layout
10125
10126 \begin_layout Standard
10127 In mathematical text, umlauts and other accented characters can directly
10128  be inserted.
10129 \end_layout
10130
10131 \begin_layout Subsection
10132 Accents for Operators
10133 \begin_inset Index
10134 status collapsed
10135
10136 \begin_layout Plain Layout
10137 Accents ! for operators
10138 \end_layout
10139
10140 \end_inset
10141
10142
10143 \end_layout
10144
10145 \begin_layout Standard
10146 With the commands 
10147 \series bold
10148
10149 \backslash
10150 overset
10151 \series default
10152
10153 \begin_inset Index
10154 status collapsed
10155
10156 \begin_layout Plain Layout
10157 Commands ! O ! 
10158 \backslash
10159 overset
10160 \end_layout
10161
10162 \end_inset
10163
10164  and 
10165 \series bold
10166
10167 \backslash
10168 underset
10169 \series default
10170
10171 \begin_inset Index
10172 status collapsed
10173
10174 \begin_layout Plain Layout
10175 Commands ! U ! 
10176 \backslash
10177 underset
10178 \end_layout
10179
10180 \end_inset
10181
10182  characters can be placed above or below an operator, respectively, to accent
10183  it.
10184  With the command 
10185 \series bold
10186
10187 \backslash
10188 sideset
10189 \series default
10190
10191 \begin_inset Index
10192 status collapsed
10193
10194 \begin_layout Plain Layout
10195 Commands ! S ! 
10196 \backslash
10197 sideset
10198 \end_layout
10199
10200 \end_inset
10201
10202  characters can be set before and behind an operator.
10203  The command scheme is:
10204 \end_layout
10205
10206 \begin_layout Standard
10207
10208 \series bold
10209
10210 \backslash
10211 sideset{character
10212 \series default
10213  
10214 \series bold
10215 before}{character
10216 \series default
10217  
10218 \series bold
10219 behind}
10220 \end_layout
10221
10222 \begin_layout Standard
10223
10224 \series bold
10225
10226 \backslash
10227 sideset
10228 \series default
10229  must always be before the operator that should be accented.
10230  You can accent with several characters and even with other operators and
10231  symbols.
10232  To place with 
10233 \series bold
10234
10235 \backslash
10236 sideset
10237 \series default
10238  for example only characters behind an operator, write nothing between the
10239  first braces but don't omit the braces.
10240 \end_layout
10241
10242 \begin_layout Standard
10243 For example the command 
10244 \series bold
10245
10246 \backslash
10247 sideset{
10248 \begin_inset Formula $\to$
10249 \end_inset
10250
10251
10252 \backslash
10253 {
10254 \series default
10255 '
10256 \series bold
10257
10258 \begin_inset Formula $\to$
10259 \end_inset
10260
10261
10262 \backslash
10263 sum_k=1
10264 \begin_inset ERT
10265 status collapsed
10266
10267 \begin_layout Plain Layout
10268
10269
10270 \backslash
10271 spce 
10272 \end_layout
10273
10274 \end_inset
10275
10276
10277 \series default
10278 ^
10279 \series bold
10280 n
10281 \series default
10282  produces:
10283 \begin_inset Formula \[
10284 \sideset{}{'}\sum_{k=1}^{n}\]
10285
10286 \end_inset
10287
10288
10289 \end_layout
10290
10291 \begin_layout Standard
10292 The command 
10293 \series bold
10294
10295 \backslash
10296 overset
10297 \begin_inset ERT
10298 status collapsed
10299
10300 \begin_layout Plain Layout
10301
10302
10303 \backslash
10304 spce 
10305 \end_layout
10306
10307 \end_inset
10308
10309
10310 \backslash
10311 maltese
10312 \begin_inset ERT
10313 status collapsed
10314
10315 \begin_layout Plain Layout
10316
10317
10318 \backslash
10319 spce 
10320 \end_layout
10321
10322 \end_inset
10323
10324
10325 \series default
10326
10327 \begin_inset Formula $\uparrow$
10328 \end_inset
10329
10330
10331 \series bold
10332 a
10333 \series default
10334  produces:
10335 \begin_inset Formula \[
10336 \overset{a}{\maltese}\]
10337
10338 \end_inset
10339
10340 As seen in the last example, with 
10341 \series bold
10342
10343 \backslash
10344 overset
10345 \series default
10346  and 
10347 \series bold
10348
10349 \backslash
10350 underset
10351 \series default
10352  also symbols and characters can be accented; with 
10353 \series bold
10354
10355 \backslash
10356 sideset
10357 \series default
10358  this is not possible.
10359 \end_layout
10360
10361 \begin_layout Subsection
10362 Accents for several Characters
10363 \begin_inset CommandInset label
10364 LatexCommand label
10365 name "sub:Accents-for-several"
10366
10367 \end_inset
10368
10369
10370 \begin_inset Index
10371 status collapsed
10372
10373 \begin_layout Plain Layout
10374 Accents ! for several characters
10375 \end_layout
10376
10377 \end_inset
10378
10379
10380 \end_layout
10381
10382 \begin_layout Standard
10383 \begin_inset space \hfill{}
10384 \end_inset
10385
10386
10387 \begin_inset Tabular
10388 <lyxtabular version="3" rows="5" columns="2">
10389 <features>
10390 <column alignment="center" valignment="top" width="0pt">
10391 <column alignment="center" valignment="top" width="0pt">
10392 <row>
10393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397 Command
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Plain Layout
10406 Result
10407 \begin_inset Note Note
10408 status collapsed
10409
10410 \begin_layout Plain Layout
10411
10412 \series bold
10413
10414 \backslash
10415 raisebox
10416 \series default
10417  is only used as spacer.
10418 \end_layout
10419
10420 \end_inset
10421
10422
10423 \end_layout
10424
10425 \end_inset
10426 </cell>
10427 </row>
10428 <row>
10429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433
10434 \backslash
10435 overleftarrow
10436 \begin_inset ERT
10437 status collapsed
10438
10439 \begin_layout Plain Layout
10440
10441
10442 \backslash
10443 spce 
10444 \end_layout
10445
10446 \end_inset
10447
10448 A=B
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10458 \end_inset
10459
10460
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 </row>
10466 <row>
10467 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471
10472 \backslash
10473 underleftarrow
10474 \begin_inset ERT
10475 status collapsed
10476
10477 \begin_layout Plain Layout
10478
10479
10480 \backslash
10481 spce 
10482 \end_layout
10483
10484 \end_inset
10485
10486 A=B
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10496 \end_inset
10497
10498
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 </row>
10504 <row>
10505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509
10510 \backslash
10511 overleftrightarrow
10512 \begin_inset ERT
10513 status collapsed
10514
10515 \begin_layout Plain Layout
10516
10517
10518 \backslash
10519 spce 
10520 \end_layout
10521
10522 \end_inset
10523
10524 A=B
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10534 \end_inset
10535
10536
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 </row>
10542 <row>
10543 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547
10548 \backslash
10549 underleftrightarrow
10550 \begin_inset ERT
10551 status collapsed
10552
10553 \begin_layout Plain Layout
10554
10555
10556 \backslash
10557 spce 
10558 \end_layout
10559
10560 \end_inset
10561
10562 A=B
10563 \end_layout
10564
10565 \end_inset
10566 </cell>
10567 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10568 \begin_inset Text
10569
10570 \begin_layout Plain Layout
10571 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10572 \end_inset
10573
10574
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 </row>
10580 </lyxtabular>
10581
10582 \end_inset
10583
10584
10585 \begin_inset space \hfill{}
10586 \end_inset
10587
10588
10589 \begin_inset Tabular
10590 <lyxtabular version="3" rows="5" columns="2">
10591 <features>
10592 <column alignment="center" valignment="top" width="0pt">
10593 <column alignment="center" valignment="top" width="0pt">
10594 <row>
10595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10596 \begin_inset Text
10597
10598 \begin_layout Plain Layout
10599 Command
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10605 \begin_inset Text
10606
10607 \begin_layout Plain Layout
10608 Result
10609 \end_layout
10610
10611 \end_inset
10612 </cell>
10613 </row>
10614 <row>
10615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Plain Layout
10619
10620 \backslash
10621 overrightarrow
10622 \begin_inset ERT
10623 status collapsed
10624
10625 \begin_layout Plain Layout
10626
10627
10628 \backslash
10629 spce 
10630 \end_layout
10631
10632 \end_inset
10633
10634 A=B
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10640 \begin_inset Text
10641
10642 \begin_layout Plain Layout
10643 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10644 \end_inset
10645
10646
10647 \end_layout
10648
10649 \end_inset
10650 </cell>
10651 </row>
10652 <row>
10653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657
10658 \backslash
10659 underrightarrow
10660 \begin_inset ERT
10661 status collapsed
10662
10663 \begin_layout Plain Layout
10664
10665
10666 \backslash
10667 spce 
10668 \end_layout
10669
10670 \end_inset
10671
10672 A=B
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Plain Layout
10681 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10682 \end_inset
10683
10684
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 </row>
10690 <row>
10691 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10692 \begin_inset Text
10693
10694 \begin_layout Plain Layout
10695
10696 \backslash
10697 widetilde
10698 \begin_inset ERT
10699 status collapsed
10700
10701 \begin_layout Plain Layout
10702
10703
10704 \backslash
10705 spce 
10706 \end_layout
10707
10708 \end_inset
10709
10710 A=B
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10720 \end_inset
10721
10722
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 </row>
10728 <row>
10729 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733
10734 \backslash
10735 widehat
10736 \begin_inset ERT
10737 status collapsed
10738
10739 \begin_layout Plain Layout
10740
10741
10742 \backslash
10743 spce 
10744 \end_layout
10745
10746 \end_inset
10747
10748 A=B
10749 \end_layout
10750
10751 \end_inset
10752 </cell>
10753 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10754 \begin_inset Text
10755
10756 \begin_layout Plain Layout
10757 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10758 \end_inset
10759
10760
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 </row>
10766 </lyxtabular>
10767
10768 \end_inset
10769
10770
10771 \begin_inset space \hfill{}
10772 \end_inset
10773
10774
10775 \end_layout
10776
10777 \begin_layout Standard
10778 \begin_inset VSpace medskip
10779 \end_inset
10780
10781 With these commands as many characters as you like can be accented.
10782  But the accents 
10783 \series bold
10784
10785 \backslash
10786 widetilde
10787 \series default
10788  and 
10789 \series bold
10790
10791 \backslash
10792 widehat
10793 \series default
10794  will only be set in the output with a length of three characters, as shown
10795  in the following example:
10796 \begin_inset Formula \[
10797 \widetilde{A+B=C-D}\]
10798
10799 \end_inset
10800
10801
10802 \end_layout
10803
10804 \begin_layout Standard
10805 With the commands 
10806 \series bold
10807
10808 \backslash
10809 overset
10810 \series default
10811
10812 \begin_inset Index
10813 status collapsed
10814
10815 \begin_layout Plain Layout
10816 Commands ! O ! 
10817 \backslash
10818 overset
10819 \end_layout
10820
10821 \end_inset
10822
10823  and 
10824 \series bold
10825
10826 \backslash
10827 underset
10828 \series default
10829
10830 \begin_inset Index
10831 status collapsed
10832
10833 \begin_layout Plain Layout
10834 Commands ! U ! 
10835 \backslash
10836 underset
10837 \end_layout
10838
10839 \end_inset
10840
10841  described in the previous subsection it is also possible to accent several
10842  characters.
10843  The command 
10844 \series bold
10845
10846 \backslash
10847 underset
10848 \begin_inset ERT
10849 status collapsed
10850
10851 \begin_layout Plain Layout
10852
10853
10854 \backslash
10855 spce 
10856 \end_layout
10857
10858 \end_inset
10859
10860 A=B
10861 \begin_inset Formula $\downarrow$
10862 \end_inset
10863
10864 ***
10865 \series default
10866  creates:
10867 \begin_inset Formula \[
10868 \underset{***}{A=B}\]
10869
10870 \end_inset
10871
10872
10873 \end_layout
10874
10875 \begin_layout Section
10876 Space
10877 \begin_inset CommandInset label
10878 LatexCommand label
10879 name "sub:Space"
10880
10881 \end_inset
10882
10883
10884 \begin_inset Index
10885 status collapsed
10886
10887 \begin_layout Plain Layout
10888 Space ! horizontal
10889 \end_layout
10890
10891 \end_inset
10892
10893
10894 \end_layout
10895
10896 \begin_layout Subsection
10897 Predefined Space
10898 \begin_inset CommandInset label
10899 LatexCommand label
10900 name "sub:Predefined-Space"
10901
10902 \end_inset
10903
10904
10905 \begin_inset Index
10906 status collapsed
10907
10908 \begin_layout Plain Layout
10909 Space ! horizontal ! predefined
10910 \end_layout
10911
10912 \end_inset
10913
10914
10915 \end_layout
10916
10917 \begin_layout Standard
10918 Sometimes it is necessary to insert horizontal space to a formula.
10919  This is done by inserting a protected space (shortcut 
10920 \family sans
10921 Ctrl-Space
10922 \family default
10923 ).
10924  A blue 
10925 \begin_inset Quotes eld
10926 \end_inset
10927
10928
10929 \series bold
10930 \color blue
10931
10932 \begin_inset ERT
10933 status collapsed
10934
10935 \begin_layout Plain Layout
10936
10937
10938 \backslash
10939 spce 
10940 \end_layout
10941
10942 \end_inset
10943
10944
10945 \series default
10946 \color inherit
10947
10948 \begin_inset Quotes erd
10949 \end_inset
10950
10951  appears and by pressing 
10952 \family sans
10953 Space
10954 \family default
10955  several times one can select one of eight different space sizes.
10956  The spaces can also be inserted using the math toolbar button 
10957 \begin_inset Graphics
10958         filename ../images/math/space.png
10959         scale 85
10960
10961 \end_inset
10962
10963  or special commands.
10964  Independent from the inserted command, one can select the size again by
10965  pressing 
10966 \family sans
10967 Space
10968 \family default
10969  afterwards.
10970 \end_layout
10971
10972 \begin_layout Standard
10973 \noindent
10974 \align center
10975 \begin_inset VSpace -5mm
10976 \end_inset
10977
10978
10979 \begin_inset Tabular
10980 <lyxtabular version="3" rows="3" columns="7">
10981 <features>
10982 <column alignment="center" valignment="middle" width="6.8cm">
10983 <column alignment="center" valignment="top" width="0">
10984 <column alignment="center" valignment="top" width="0">
10985 <column alignment="center" valignment="top" width="0">
10986 <column alignment="center" valignment="top" width="0">
10987 <column alignment="center" valignment="top" width="0">
10988 <column alignment="center" valignment="top" width="0">
10989 <row>
10990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10991 \begin_inset Text
10992
10993 \begin_layout Plain Layout
10994 Command
10995 \end_layout
10996
10997 \end_inset
10998 </cell>
10999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003
11004 \backslash
11005 ,
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014
11015 \backslash
11016 :
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11022 \begin_inset Text
11023
11024 \begin_layout Plain Layout
11025
11026 \backslash
11027 ;
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036
11037 \backslash
11038 quad
11039 \end_layout
11040
11041 \end_inset
11042 </cell>
11043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047
11048 \backslash
11049 qquad
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058
11059 \backslash
11060 !
11061 \end_layout
11062
11063 \end_inset
11064 </cell>
11065 </row>
11066 <row>
11067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11068 \begin_inset Text
11069
11070 \begin_layout Plain Layout
11071 Number of 
11072 \family sans
11073 Space
11074 \family default
11075  keystrokes after inserting the protected space
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Plain Layout
11084 0
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093 1
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11099 \begin_inset Text
11100
11101 \begin_layout Plain Layout
11102 2
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Plain Layout
11111 3
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120 4
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11126 \begin_inset Text
11127
11128 \begin_layout Plain Layout
11129 5
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 </row>
11135 <row>
11136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11137 \begin_inset Text
11138
11139 \begin_layout Plain Layout
11140 Result
11141 \end_layout
11142
11143 \end_inset
11144 </cell>
11145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11146 \begin_inset Text
11147
11148 \begin_layout Plain Layout
11149 \begin_inset Formula $A\, B$
11150 \end_inset
11151
11152
11153 \end_layout
11154
11155 \end_inset
11156 </cell>
11157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161 \begin_inset Formula $A\: B$
11162 \end_inset
11163
11164
11165 \end_layout
11166
11167 \end_inset
11168 </cell>
11169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173 \begin_inset Formula $A\; B$
11174 \end_inset
11175
11176
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185 \begin_inset Formula $A\quad B$
11186 \end_inset
11187
11188
11189 \end_layout
11190
11191 \end_inset
11192 </cell>
11193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11194 \begin_inset Text
11195
11196 \begin_layout Plain Layout
11197 \begin_inset Formula $A\qquad B$
11198 \end_inset
11199
11200
11201 \end_layout
11202
11203 \end_inset
11204 </cell>
11205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11206 \begin_inset Text
11207
11208 \begin_layout Plain Layout
11209 \begin_inset Formula $A\! B$
11210 \end_inset
11211
11212
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 </row>
11218 </lyxtabular>
11219
11220 \end_inset
11221
11222
11223 \end_layout
11224
11225 \begin_layout Standard
11226 The last size seem to produce no space.
11227  It is displayed red in LyX contrary to the other sizes, because it is a
11228  negative space.
11229  There are two more negative spaces:
11230 \end_layout
11231
11232 \begin_layout Standard
11233 \align center
11234 \begin_inset Tabular
11235 <lyxtabular version="3" rows="3" columns="3">
11236 <features>
11237 <column alignment="center" valignment="middle" width="6.8cm">
11238 <column alignment="center" valignment="top" width="0pt">
11239 <column alignment="center" valignment="top" width="0pt">
11240 <row>
11241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245 Command
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254
11255 \backslash
11256 negmedspace
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265
11266 \backslash
11267 negthickspace
11268 \end_layout
11269
11270 \end_inset
11271 </cell>
11272 </row>
11273 <row>
11274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11275 \begin_inset Text
11276
11277 \begin_layout Plain Layout
11278 Number of 
11279 \family sans
11280 Space
11281 \family default
11282  keystrokes after inserting the protected space
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11288 \begin_inset Text
11289
11290 \begin_layout Plain Layout
11291 6
11292 \end_layout
11293
11294 \end_inset
11295 </cell>
11296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11297 \begin_inset Text
11298
11299 \begin_layout Plain Layout
11300 7
11301 \end_layout
11302
11303 \end_inset
11304 </cell>
11305 </row>
11306 <row>
11307 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311 Result
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320 \begin_inset Formula $A\negmedspace B$
11321 \end_inset
11322
11323
11324 \end_layout
11325
11326 \end_inset
11327 </cell>
11328 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11329 \begin_inset Text
11330
11331 \begin_layout Plain Layout
11332 \begin_inset Formula $A\negthickspace B$
11333 \end_inset
11334
11335
11336 \end_layout
11337
11338 \end_inset
11339 </cell>
11340 </row>
11341 </lyxtabular>
11342
11343 \end_inset
11344
11345
11346 \end_layout
11347
11348 \begin_layout Standard
11349 Negative spaces can lead to characters overlapping each other.
11350  Thus they can be used to enforce ligatures, what is e.
11351 \begin_inset space \thinspace{}
11352 \end_inset
11353
11354 g.
11355 \begin_inset space ~
11356 \end_inset
11357
11358 useful for summation operators: 
11359 \end_layout
11360
11361 \begin_layout Standard
11362 \align center
11363 \begin_inset Tabular
11364 <lyxtabular version="3" rows="3" columns="2">
11365 <features>
11366 <column alignment="center" valignment="top" width="0">
11367 <column alignment="center" valignment="top" width="0">
11368 <row>
11369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11370 \begin_inset Text
11371
11372 \begin_layout Plain Layout
11373 Command
11374 \end_layout
11375
11376 \end_inset
11377 </cell>
11378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382 Result
11383 \begin_inset Note Note
11384 status collapsed
11385
11386 \begin_layout Plain Layout
11387
11388 \series bold
11389
11390 \backslash
11391 raisebox
11392 \series default
11393  is only used as spacer.
11394 \end_layout
11395
11396 \end_inset
11397
11398
11399 \end_layout
11400
11401 \end_inset
11402 </cell>
11403 </row>
11404 <row>
11405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Plain Layout
11409
11410 \backslash
11411 sum
11412 \backslash
11413 sum
11414 \begin_inset ERT
11415 status collapsed
11416
11417 \begin_layout Plain Layout
11418
11419
11420 \backslash
11421 spce 
11422 \end_layout
11423
11424 \end_inset
11425
11426 f_kl
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11436 \end_inset
11437
11438
11439 \end_layout
11440
11441 \end_inset
11442 </cell>
11443 </row>
11444 <row>
11445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449
11450 \backslash
11451 sum
11452 \backslash
11453 negmedspace
11454 \backslash
11455 sum
11456 \begin_inset ERT
11457 status collapsed
11458
11459 \begin_layout Plain Layout
11460
11461
11462 \backslash
11463 spce 
11464 \end_layout
11465
11466 \end_inset
11467
11468 f_kl
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Plain Layout
11477 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11478 \end_inset
11479
11480
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 </row>
11486 </lyxtabular>
11487
11488 \end_inset
11489
11490
11491 \end_layout
11492
11493 \begin_layout Standard
11494 Relations like for example equal signs, are always surrounded by space.
11495  To suppress this, the equal sign is placed into a TeX-brace.
11496  The following example demonstrates this:
11497 \end_layout
11498
11499 \begin_layout Standard
11500 \align center
11501 \begin_inset Tabular
11502 <lyxtabular version="3" rows="2" columns="2">
11503 <features>
11504 <column alignment="center" valignment="top" width="0pt">
11505 <column alignment="center" valignment="top" width="0pt">
11506 <row>
11507 <cell alignment="center" valignment="top" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 normal equation
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 \begin_inset Formula $A=B$
11521 \end_inset
11522
11523
11524 \end_layout
11525
11526 \end_inset
11527 </cell>
11528 </row>
11529 <row>
11530 <cell alignment="center" valignment="top" usebox="none">
11531 \begin_inset Text
11532
11533 \begin_layout Plain Layout
11534 \begin_inset Note Note
11535 status collapsed
11536
11537 \begin_layout Plain Layout
11538
11539 \series bold
11540
11541 \backslash
11542 raisebox
11543 \series default
11544  is only used as spacer.
11545 \end_layout
11546
11547 \end_inset
11548
11549
11550 \begin_inset Formula $\raisebox{5mm}{}$
11551 \end_inset
11552
11553 equation without space
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11559 \begin_inset Text
11560
11561 \begin_layout Plain Layout
11562 \begin_inset Formula $A{=}B$
11563 \end_inset
11564
11565
11566 \end_layout
11567
11568 \end_inset
11569 </cell>
11570 </row>
11571 </lyxtabular>
11572
11573 \end_inset
11574
11575
11576 \end_layout
11577
11578 \begin_layout Standard
11579 \noindent
11580 The command for the last formula is: 
11581 \series bold
11582 A
11583 \backslash
11584 {=
11585 \begin_inset Formula $\to$
11586 \end_inset
11587
11588 B
11589 \end_layout
11590
11591 \begin_layout Standard
11592 \begin_inset VSpace bigskip
11593 \end_inset
11594
11595 Spaces are needed for physical units, because the space between the value
11596  and the unit is the smallest one and not a normal space.
11597  For units in text, the smallest space is inserted via the menu 
11598 \family sans
11599 Insert\SpecialChar \menuseparator
11600 Formatting\SpecialChar \menuseparator
11601 Thin
11602 \begin_inset space ~
11603 \end_inset
11604
11605 Space
11606 \family default
11607  (shortcut 
11608 \family sans
11609 Ctrl-Shift-Space
11610 \family default
11611 ).
11612 \end_layout
11613
11614 \begin_layout Standard
11615 An example to visualize the difference:
11616 \end_layout
11617
11618 \begin_layout Standard
11619 \begin_inset Tabular
11620 <lyxtabular version="3" rows="2" columns="2">
11621 <features>
11622 <column alignment="left" valignment="top" width="0">
11623 <column alignment="left" valignment="top" width="0">
11624 <row>
11625 <cell alignment="center" valignment="top" usebox="none">
11626 \begin_inset Text
11627
11628 \begin_layout Plain Layout
11629 24 kW
11630 \begin_inset Formula $\cdot$
11631 \end_inset
11632
11633 h
11634 \end_layout
11635
11636 \end_inset
11637 </cell>
11638 <cell alignment="center" valignment="top" usebox="none">
11639 \begin_inset Text
11640
11641 \begin_layout Plain Layout
11642 space between value and unit
11643 \end_layout
11644
11645 \end_inset
11646 </cell>
11647 </row>
11648 <row>
11649 <cell alignment="center" valignment="top" usebox="none">
11650 \begin_inset Text
11651
11652 \begin_layout Plain Layout
11653 24
11654 \begin_inset space \thinspace{}
11655 \end_inset
11656
11657 kW
11658 \begin_inset Formula $\cdot$
11659 \end_inset
11660
11661 h
11662 \end_layout
11663
11664 \end_inset
11665 </cell>
11666 <cell alignment="center" valignment="top" usebox="none">
11667 \begin_inset Text
11668
11669 \begin_layout Plain Layout
11670 smallest space between value and unit
11671 \end_layout
11672
11673 \end_inset
11674 </cell>
11675 </row>
11676 </lyxtabular>
11677
11678 \end_inset
11679
11680
11681 \end_layout
11682
11683 \begin_layout Subsection
11684 Variable Space
11685 \begin_inset ERT
11686 status collapsed
11687
11688 \begin_layout Plain Layout
11689
11690
11691 \backslash
11692 texorpdfstring{
11693 \end_layout
11694
11695 \end_inset
11696
11697
11698 \begin_inset Foot
11699 status collapsed
11700
11701 \begin_layout Plain Layout
11702 for vertical space in formulas see 
11703 \begin_inset CommandInset ref
11704 LatexCommand ref
11705 reference "sub:Line-Separation"
11706
11707 \end_inset
11708
11709
11710 \end_layout
11711
11712 \end_inset
11713
11714
11715 \begin_inset ERT
11716 status collapsed
11717
11718 \begin_layout Plain Layout
11719
11720 }{}
11721 \end_layout
11722
11723 \end_inset
11724
11725
11726 \begin_inset Note Note
11727 status collapsed
11728
11729 \begin_layout Plain Layout
11730
11731 \backslash
11732 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11733 \end_layout
11734
11735 \begin_layout Plain Layout
11736 More about 
11737 \backslash
11738 texorpdfstring is in section 
11739 \begin_inset CommandInset ref
11740 LatexCommand ref
11741 reference "sub:Formulas-in-Section"
11742
11743 \end_inset
11744
11745 .
11746 \end_layout
11747
11748 \end_inset
11749
11750
11751 \begin_inset CommandInset label
11752 LatexCommand label
11753 name "sub:Variable-Space"
11754
11755 \end_inset
11756
11757
11758 \begin_inset Index
11759 status collapsed
11760
11761 \begin_layout Plain Layout
11762 Space ! horizontal ! variable
11763 \end_layout
11764
11765 \end_inset
11766
11767
11768 \end_layout
11769
11770 \begin_layout Standard
11771 Space with a defined length can be inserted in LyX with the command
11772 \begin_inset Newline newline
11773 \end_inset
11774
11775
11776 \series bold
11777
11778 \backslash
11779 hspace{length}
11780 \series default
11781
11782 \begin_inset Index
11783 status collapsed
11784
11785 \begin_layout Plain Layout
11786 Commands ! H ! 
11787 \backslash
11788 hspace
11789 \end_layout
11790
11791 \end_inset
11792
11793 .
11794  For the length all units listed in 
11795 \begin_inset CommandInset ref
11796 LatexCommand ref
11797 reference "tab:Available-units"
11798
11799 \end_inset
11800
11801  are allowed, except of the unit 
11802 \begin_inset Quotes eld
11803 \end_inset
11804
11805 mu
11806 \begin_inset Quotes erd
11807 \end_inset
11808
11809 .
11810  The length may also be negative.
11811  To insert so many space that the formula uses all available space, the
11812  command 
11813 \series bold
11814
11815 \backslash
11816 hfill
11817 \series default
11818
11819 \begin_inset Index
11820 status collapsed
11821
11822 \begin_layout Plain Layout
11823 Commands ! H ! 
11824 \backslash
11825 hfill
11826 \end_layout
11827
11828 \end_inset
11829
11830  is used.
11831 \end_layout
11832
11833 \begin_layout Standard
11834 \begin_inset VSpace -1mm
11835 \end_inset
11836
11837
11838 \end_layout
11839
11840 \begin_layout Standard
11841 \align center
11842 \begin_inset Tabular
11843 <lyxtabular version="3" rows="4" columns="2">
11844 <features>
11845 <column alignment="center" valignment="top" width="0">
11846 <column alignment="center" valignment="top" width="0">
11847 <row>
11848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11849 \begin_inset Text
11850
11851 \begin_layout Plain Layout
11852 Command
11853 \end_layout
11854
11855 \end_inset
11856 </cell>
11857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11858 \begin_inset Text
11859
11860 \begin_layout Plain Layout
11861 Result
11862 \end_layout
11863
11864 \end_inset
11865 </cell>
11866 </row>
11867 <row>
11868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11869 \begin_inset Text
11870
11871 \begin_layout Plain Layout
11872 A=B
11873 \backslash
11874 hspace{3cm
11875 \begin_inset Formula $\to$
11876 \end_inset
11877
11878 A
11879 \backslash
11880 not=C
11881 \end_layout
11882
11883 \end_inset
11884 </cell>
11885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11886 \begin_inset Text
11887
11888 \begin_layout Plain Layout
11889 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11890 \end_inset
11891
11892
11893 \end_layout
11894
11895 \end_inset
11896 </cell>
11897 </row>
11898 <row>
11899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11900 \begin_inset Text
11901
11902 \begin_layout Plain Layout
11903 A
11904 \backslash
11905 hspace{-1mm
11906 \begin_inset Formula $\to$
11907 \end_inset
11908
11909 A
11910 \backslash
11911 not=A
11912 \end_layout
11913
11914 \end_inset
11915 </cell>
11916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11917 \begin_inset Text
11918
11919 \begin_layout Plain Layout
11920 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11921 \end_inset
11922
11923
11924 \end_layout
11925
11926 \end_inset
11927 </cell>
11928 </row>
11929 <row>
11930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11931 \begin_inset Text
11932
11933 \begin_layout Plain Layout
11934 A=A
11935 \backslash
11936 hfill
11937 \begin_inset ERT
11938 status collapsed
11939
11940 \begin_layout Plain Layout
11941
11942
11943 \backslash
11944 spce 
11945 \end_layout
11946
11947 \end_inset
11948
11949 B=B
11950 \end_layout
11951
11952 \end_inset
11953 </cell>
11954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11955 \begin_inset Text
11956
11957 \begin_layout Plain Layout
11958 \begin_inset Formula $A=A\hfill B=B$
11959 \end_inset
11960
11961
11962 \end_layout
11963
11964 \end_inset
11965 </cell>
11966 </row>
11967 </lyxtabular>
11968
11969 \end_inset
11970
11971
11972 \end_layout
11973
11974 \begin_layout Standard
11975 In the last example the available space is given by the longest column entry
11976  of the table.
11977  In an inline formula the space depends on the length of the line in which
11978  
11979 \series bold
11980
11981 \backslash
11982 hfill
11983 \series default
11984  is inserted.
11985  Thus, when the line uses the full width, no space will be created.
11986  
11987 \series bold
11988
11989 \backslash
11990 hfill
11991 \series default
11992  only has an effect on displayed formulas when the formula style 
11993 \series bold
11994 Indented
11995 \series default
11996  is used.
11997  (Formula styles are explained in 
11998 \begin_inset CommandInset ref
11999 LatexCommand ref
12000 reference "sec:Formula-Styles"
12001
12002 \end_inset
12003
12004 .)
12005 \end_layout
12006
12007 \begin_layout Standard
12008 Besides 
12009 \series bold
12010
12011 \backslash
12012 hfill
12013 \series default
12014 , there are the commands 
12015 \series bold
12016
12017 \backslash
12018 dotfill
12019 \series default
12020  and 
12021 \series bold
12022
12023 \backslash
12024 hrulefill
12025 \series default
12026  that fill the space with a pattern, see 
12027 \begin_inset CommandInset ref
12028 LatexCommand ref
12029 reference "sub:Ellipses"
12030
12031 \end_inset
12032
12033  for an example.
12034 \end_layout
12035
12036 \begin_layout Standard
12037 For text, variable space can be inserted via the menu 
12038 \family sans
12039 Insert\SpecialChar \menuseparator
12040 Formatting\SpecialChar \menuseparator
12041 Horizontal
12042 \begin_inset space ~
12043 \end_inset
12044
12045 Space
12046 \family default
12047 , what is not possible in formulas:
12048 \end_layout
12049
12050 \begin_layout Standard
12051 This is a line with
12052 \begin_inset space \hspace{}
12053 \length 2cm
12054 \end_inset
12055
12056 2
12057 \begin_inset space \thinspace{}
12058 \end_inset
12059
12060 cm space.
12061 \end_layout
12062
12063 \begin_layout Standard
12064 This is a line with
12065 \begin_inset space \hfill{}
12066 \end_inset
12067
12068 maximum space.
12069 \end_layout
12070
12071 \begin_layout Subsection
12072 Space besides inline Formulas
12073 \begin_inset Index
12074 status collapsed
12075
12076 \begin_layout Plain Layout
12077 Space ! besides inline formulas
12078 \end_layout
12079
12080 \end_inset
12081
12082
12083 \end_layout
12084
12085 \begin_layout Standard
12086 The space that surrounds inline formulas can be adjusted with the length
12087  
12088 \series bold
12089
12090 \backslash
12091 mathsurround
12092 \begin_inset Index
12093 status collapsed
12094
12095 \begin_layout Plain Layout
12096 Commands ! M ! 
12097 \backslash
12098 mathsurround
12099 \end_layout
12100
12101 \end_inset
12102
12103
12104 \series default
12105 .
12106  The value of a length is set with the command 
12107 \series bold
12108
12109 \backslash
12110 setlength
12111 \begin_inset Index
12112 status collapsed
12113
12114 \begin_layout Plain Layout
12115 Commands ! S ! 
12116 \backslash
12117 setlength
12118 \end_layout
12119
12120 \end_inset
12121
12122
12123 \series default
12124  that has the following scheme:
12125 \end_layout
12126
12127 \begin_layout Standard
12128
12129 \series bold
12130
12131 \backslash
12132 setlength{length name}{value}
12133 \end_layout
12134
12135 \begin_layout Standard
12136 To set 
12137 \series bold
12138
12139 \backslash
12140 mathsurround
12141 \series default
12142  to the value 5
12143 \begin_inset space \thinspace{}
12144 \end_inset
12145
12146 mm, the command
12147 \end_layout
12148
12149 \begin_layout Standard
12150
12151 \series bold
12152
12153 \backslash
12154 setlength{
12155 \backslash
12156 mathsurround}{5mm}
12157 \end_layout
12158
12159 \begin_layout Standard
12160 is inserted in TeX-mode.
12161  5
12162 \begin_inset space \thinspace{}
12163 \end_inset
12164
12165 mm space will now be set around all inline formulas:
12166 \begin_inset ERT
12167 status collapsed
12168
12169 \begin_layout Plain Layout
12170
12171
12172 \backslash
12173 setlength{
12174 \backslash
12175 mathsurround}{5mm}
12176 \end_layout
12177
12178 \end_inset
12179
12180
12181 \end_layout
12182
12183 \begin_layout Standard
12184 This is a line with an inline formula 
12185 \begin_inset Formula $A=B$
12186 \end_inset
12187
12188  with 5
12189 \begin_inset space \thinspace{}
12190 \end_inset
12191
12192 mm surrounding space.
12193 \begin_inset ERT
12194 status collapsed
12195
12196 \begin_layout Plain Layout
12197
12198
12199 \backslash
12200 setlength{
12201 \backslash
12202 mathsurround}{0pt}
12203 \end_layout
12204
12205 \end_inset
12206
12207
12208 \end_layout
12209
12210 \begin_layout Standard
12211 To return to the predefined value, 
12212 \series bold
12213
12214 \backslash
12215 mathsurround
12216 \series default
12217  is set to the value 0
12218 \begin_inset space \thinspace{}
12219 \end_inset
12220
12221 pt.
12222 \end_layout
12223
12224 \begin_layout Section
12225 Boxes and Frames
12226 \begin_inset Index
12227 status collapsed
12228
12229 \begin_layout Plain Layout
12230 Boxes
12231 \end_layout
12232
12233 \end_inset
12234
12235
12236 \begin_inset Index
12237 status collapsed
12238
12239 \begin_layout Plain Layout
12240 Frames | see
12241 \begin_inset ERT
12242 status collapsed
12243
12244 \begin_layout Plain Layout
12245
12246 {
12247 \end_layout
12248
12249 \end_inset
12250
12251 Boxes
12252 \begin_inset ERT
12253 status collapsed
12254
12255 \begin_layout Plain Layout
12256
12257 }
12258 \end_layout
12259
12260 \end_inset
12261
12262
12263 \end_layout
12264
12265 \end_inset
12266
12267
12268 \end_layout
12269
12270 \begin_layout Standard
12271 Boxes for text are described in chapter 
12272 \family typewriter
12273 Boxes
12274 \family default
12275  in the 
12276 \family typewriter
12277 Embedded
12278 \begin_inset space ~
12279 \end_inset
12280
12281 Objects
12282 \family default
12283  manual.
12284 \end_layout
12285
12286 \begin_layout Subsection
12287 Boxes with Frame
12288 \begin_inset CommandInset label
12289 LatexCommand label
12290 name "sub:Boxes-with-Frame"
12291
12292 \end_inset
12293
12294
12295 \begin_inset Index
12296 status collapsed
12297
12298 \begin_layout Plain Layout
12299 Boxes ! with frame
12300 \end_layout
12301
12302 \end_inset
12303
12304
12305 \end_layout
12306
12307 \begin_layout Standard
12308 It is possible to frame formulas or parts of it with the commands 
12309 \series bold
12310
12311 \backslash
12312 fbox
12313 \series default
12314
12315 \begin_inset Index
12316 status collapsed
12317
12318 \begin_layout Plain Layout
12319 Commands ! F ! 
12320 \backslash
12321 fbox
12322 \end_layout
12323
12324 \end_inset
12325
12326  and 
12327 \series bold
12328
12329 \backslash
12330 boxed
12331 \series default
12332
12333 \begin_inset Index
12334 status collapsed
12335
12336 \begin_layout Plain Layout
12337 Commands ! B ! 
12338 \backslash
12339 boxed
12340 \end_layout
12341
12342 \end_inset
12343
12344 .
12345 \end_layout
12346
12347 \begin_layout Standard
12348 When one of these commands is inserted to a formula, a blue box appears
12349  within a frame to enter formula parts.
12350  For 
12351 \series bold
12352
12353 \backslash
12354 fbox
12355 \series default
12356  an additional formula has to be created by 
12357 \family sans
12358 Ctrl-m
12359 \family default
12360  within this box
12361 \begin_inset Foot
12362 status collapsed
12363
12364 \begin_layout Plain Layout
12365 Due to a bug in LyX it is not possible to create a new formula with 
12366 \family sans
12367 Ctrl-m
12368 \family default
12369 , see 
12370 \begin_inset CommandInset href
12371 LatexCommand href
12372 name "LyX-bug #1435"
12373 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12374
12375 \end_inset
12376
12377 .
12378 \end_layout
12379
12380 \end_inset
12381
12382 , because the box content will otherwise be treated as mathematical text.
12383  When 
12384 \series bold
12385
12386 \backslash
12387 boxed
12388 \series default
12389  is used, a new formula is automatically created inside the frame.
12390 \end_layout
12391
12392 \begin_layout Standard
12393 The command 
12394 \series bold
12395
12396 \backslash
12397 fbox
12398 \series default
12399  is not suitable to frame displayed formulas, because the formula will always
12400  be set in the size of the text.
12401  
12402 \series bold
12403
12404 \backslash
12405 boxed
12406 \series default
12407  is in contrary not suitable to frame inline formulas, because the formula
12408  will always be set in the size of a displayed formula.
12409 \end_layout
12410
12411 \begin_layout Standard
12412 As extension to 
12413 \series bold
12414
12415 \backslash
12416 fbox
12417 \series default
12418  there is the command 
12419 \series bold
12420
12421 \backslash
12422 framebox
12423 \series default
12424
12425 \begin_inset Index
12426 status collapsed
12427
12428 \begin_layout Plain Layout
12429 Commands ! F ! 
12430 \backslash
12431 framebox
12432 \end_layout
12433
12434 \end_inset
12435
12436  where additionally the frame width and the alignment can be specified.
12437  
12438 \series bold
12439
12440 \backslash
12441 framebox
12442 \series default
12443  is used in the following scheme:
12444 \end_layout
12445
12446 \begin_layout Standard
12447
12448 \series bold
12449
12450 \backslash
12451 framebox[frame width][position]{box content}
12452 \end_layout
12453
12454 \begin_layout Standard
12455 The position can either be 
12456 \emph on
12457 l
12458 \emph default
12459  or 
12460 \emph on
12461 r
12462 \emph default
12463 .
12464  
12465 \emph on
12466 l
12467 \emph default
12468  left aligns, 
12469 \emph on
12470 r
12471 \emph default
12472  right aligns the formula in the box.
12473  When no position is given, the formula will be centered.
12474 \begin_inset Newline newline
12475 \end_inset
12476
12477 Is no width given, also no position can be given.
12478  In this case the frame width is adjusted to the box content like for 
12479 \series bold
12480
12481 \backslash
12482 fbox
12483 \series default
12484 .
12485 \end_layout
12486
12487 \begin_layout Standard
12488 When the command 
12489 \series bold
12490
12491 \backslash
12492 framebox
12493 \series default
12494  is inserted, a box appears containing three blue boxes.
12495  The first two boxes are surrounded by brackets and denote the two optional
12496  arguments.
12497  The third box is for formula parts like for 
12498 \series bold
12499
12500 \backslash
12501 fbox
12502 \series default
12503 .
12504 \end_layout
12505
12506 \begin_layout Standard
12507 \align center
12508 \begin_inset Note Note
12509 status open
12510
12511 \begin_layout Plain Layout
12512 The table has been set into a minipage to make the footnote appearing.
12513  Otherwise the footnote text would not be displayed.
12514 \end_layout
12515
12516 \end_inset
12517
12518
12519 \begin_inset Box Frameless
12520 position "c"
12521 hor_pos "c"
12522 has_inner_box 1
12523 inner_pos "c"
12524 use_parbox 0
12525 width "100col%"
12526 special "none"
12527 height "1in"
12528 height_special "totalheight"
12529 status open
12530
12531 \begin_layout Plain Layout
12532 \align center
12533 \begin_inset Tabular
12534 <lyxtabular version="3" rows="5" columns="2">
12535 <features>
12536 <column alignment="center" valignment="top" width="0">
12537 <column alignment="center" valignment="top" width="0">
12538 <row>
12539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12540 \begin_inset Text
12541
12542 \begin_layout Plain Layout
12543 Command
12544 \begin_inset Foot
12545 status collapsed
12546
12547 \begin_layout Plain Layout
12548 Due to a bug in LyX it is not possible to create a new formula with 
12549 \family sans
12550 Ctrl-m
12551 \family default
12552 , see 
12553 \begin_inset CommandInset href
12554 LatexCommand href
12555 name "LyX-bug #1435"
12556 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12557
12558 \end_inset
12559
12560 .
12561 \end_layout
12562
12563 \end_inset
12564
12565
12566 \end_layout
12567
12568 \end_inset
12569 </cell>
12570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12571 \begin_inset Text
12572
12573 \begin_layout Plain Layout
12574 Result
12575 \begin_inset Note Note
12576 status collapsed
12577
12578 \begin_layout Plain Layout
12579
12580 \series bold
12581
12582 \backslash
12583 raisebox
12584 \series default
12585  is only used as spacer.
12586 \end_layout
12587
12588 \end_inset
12589
12590
12591 \end_layout
12592
12593 \end_inset
12594 </cell>
12595 </row>
12596 <row>
12597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12598 \begin_inset Text
12599
12600 \begin_layout Plain Layout
12601
12602 \backslash
12603 fbox
12604 \begin_inset ERT
12605 status collapsed
12606
12607 \begin_layout Plain Layout
12608
12609
12610 \backslash
12611 spce 
12612 \end_layout
12613
12614 \end_inset
12615
12616
12617 \family sans
12618 Ctrl-m
12619 \family default
12620  
12621 \backslash
12622 int
12623 \begin_inset ERT
12624 status collapsed
12625
12626 \begin_layout Plain Layout
12627
12628
12629 \backslash
12630 spce 
12631 \end_layout
12632
12633 \end_inset
12634
12635 A=B
12636 \end_layout
12637
12638 \end_inset
12639 </cell>
12640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12641 \begin_inset Text
12642
12643 \begin_layout Plain Layout
12644 \begin_inset Formula $\raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}$
12645 \end_inset
12646
12647
12648 \end_layout
12649
12650 \end_inset
12651 </cell>
12652 </row>
12653 <row>
12654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12655 \begin_inset Text
12656
12657 \begin_layout Plain Layout
12658
12659 \backslash
12660 boxed
12661 \begin_inset ERT
12662 status collapsed
12663
12664 \begin_layout Plain Layout
12665
12666
12667 \backslash
12668 spce 
12669 \end_layout
12670
12671 \end_inset
12672
12673
12674 \backslash
12675 int
12676 \begin_inset ERT
12677 status collapsed
12678
12679 \begin_layout Plain Layout
12680
12681
12682 \backslash
12683 spce 
12684 \end_layout
12685
12686 \end_inset
12687
12688 A=B
12689 \end_layout
12690
12691 \end_inset
12692 </cell>
12693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12694 \begin_inset Text
12695
12696 \begin_layout Plain Layout
12697 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12698 \end_inset
12699
12700
12701 \end_layout
12702
12703 \end_inset
12704 </cell>
12705 </row>
12706 <row>
12707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12708 \begin_inset Text
12709
12710 \begin_layout Plain Layout
12711 A+
12712 \backslash
12713 fbox
12714 \begin_inset ERT
12715 status collapsed
12716
12717 \begin_layout Plain Layout
12718
12719
12720 \backslash
12721 spce 
12722 \end_layout
12723
12724 \end_inset
12725
12726 B
12727 \end_layout
12728
12729 \end_inset
12730 </cell>
12731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12732 \begin_inset Text
12733
12734 \begin_layout Plain Layout
12735 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12736 \end_inset
12737
12738
12739 \end_layout
12740
12741 \end_inset
12742 </cell>
12743 </row>
12744 <row>
12745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12746 \begin_inset Text
12747
12748 \begin_layout Plain Layout
12749
12750 \backslash
12751 framebox
12752 \begin_inset ERT
12753 status collapsed
12754
12755 \begin_layout Plain Layout
12756
12757
12758 \backslash
12759 spce 
12760 \end_layout
12761
12762 \end_inset
12763
12764 20mm
12765 \begin_inset Formula $\to$
12766 \end_inset
12767
12768
12769 \begin_inset Formula $\to$
12770 \end_inset
12771
12772
12773 \family sans
12774 Ctrl-m
12775 \family default
12776  
12777 \backslash
12778 frac
12779 \begin_inset ERT
12780 status collapsed
12781
12782 \begin_layout Plain Layout
12783
12784
12785 \backslash
12786 spce 
12787 \end_layout
12788
12789 \end_inset
12790
12791 A
12792 \begin_inset Formula $\downarrow$
12793 \end_inset
12794
12795 B
12796 \end_layout
12797
12798 \end_inset
12799 </cell>
12800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12801 \begin_inset Text
12802
12803 \begin_layout Plain Layout
12804 \begin_inset Formula $\raisebox{6mm}{}$
12805 \end_inset
12806
12807
12808 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12809 \end_inset
12810
12811
12812 \begin_inset Formula $\raisebox{-4mm}{}$
12813 \end_inset
12814
12815
12816 \end_layout
12817
12818 \end_inset
12819 </cell>
12820 </row>
12821 </lyxtabular>
12822
12823 \end_inset
12824
12825
12826 \end_layout
12827
12828 \end_inset
12829
12830
12831 \end_layout
12832
12833 \begin_layout Standard
12834 The frame thickness can also be adjusted.
12835  To do this the following commands have to be inserted in TeX-mode before
12836  the formula
12837 \end_layout
12838
12839 \begin_layout Standard
12840
12841 \series bold
12842
12843 \backslash
12844 fboxrule
12845 \series default
12846  
12847 \series bold
12848
12849 \begin_inset Quotes eld
12850 \end_inset
12851
12852 thickness
12853 \begin_inset Quotes erd
12854 \end_inset
12855
12856
12857 \series default
12858  
12859 \series bold
12860
12861 \backslash
12862 fboxsep
12863 \series default
12864  
12865 \series bold
12866
12867 \begin_inset Quotes eld
12868 \end_inset
12869
12870 distance
12871 \begin_inset Quotes erd
12872 \end_inset
12873
12874
12875 \end_layout
12876
12877 \begin_layout Standard
12878 \begin_inset Quotes eld
12879 \end_inset
12880
12881 distance
12882 \begin_inset Quotes erd
12883 \end_inset
12884
12885  specifies the minimal distance between the frame and the first character
12886  in the box.
12887  An example for this is the following framed formula:
12888 \begin_inset ERT
12889 status collapsed
12890
12891 \begin_layout Plain Layout
12892
12893
12894 \backslash
12895 fboxrule 2mm 
12896 \backslash
12897 fboxsep 3mm
12898 \end_layout
12899
12900 \end_inset
12901
12902
12903 \begin_inset Formula \[
12904 \boxed{A+B=C}\]
12905
12906 \end_inset
12907
12908 Before this formula the commands
12909 \end_layout
12910
12911 \begin_layout Standard
12912
12913 \series bold
12914
12915 \backslash
12916 fboxrule
12917 \series default
12918  
12919 \series bold
12920 2mm
12921 \series default
12922  
12923 \series bold
12924
12925 \backslash
12926 fboxsep
12927 \series default
12928  
12929 \series bold
12930 3mm
12931 \end_layout
12932
12933 \begin_layout Standard
12934 were inserted in TeX-mode.
12935  The given values are used for all following boxes.
12936 \end_layout
12937
12938 \begin_layout Standard
12939 To return to the standard frame size, the command
12940 \end_layout
12941
12942 \begin_layout Standard
12943
12944 \series bold
12945
12946 \backslash
12947 fboxrule
12948 \series default
12949  
12950 \series bold
12951 0.4pt
12952 \series default
12953  
12954 \series bold
12955
12956 \backslash
12957 fboxsep
12958 \series default
12959  
12960 \series bold
12961 3pt
12962 \series default
12963
12964 \begin_inset ERT
12965 status collapsed
12966
12967 \begin_layout Plain Layout
12968
12969
12970 \backslash
12971 fboxrule 0.4pt 
12972 \backslash
12973 fboxsep 3pt
12974 \end_layout
12975
12976 \end_inset
12977
12978
12979 \end_layout
12980
12981 \begin_layout Standard
12982 is inserted in TeX-mode before the next formula.
12983 \end_layout
12984
12985 \begin_layout Subsection
12986 Boxes without Frame
12987 \begin_inset CommandInset label
12988 LatexCommand label
12989 name "sub:Boxes-without-Frame"
12990
12991 \end_inset
12992
12993
12994 \begin_inset Index
12995 status collapsed
12996
12997 \begin_layout Plain Layout
12998 Boxes ! without frame
12999 \end_layout
13000
13001 \end_inset
13002
13003
13004 \end_layout
13005
13006 \begin_layout Standard
13007 For boxes without a frame there are the following box commands: 
13008 \series bold
13009
13010 \backslash
13011 mbox
13012 \series default
13013
13014 \begin_inset Index
13015 status collapsed
13016
13017 \begin_layout Plain Layout
13018 Commands ! M ! 
13019 \backslash
13020 mbox
13021 \end_layout
13022
13023 \end_inset
13024
13025
13026 \series bold
13027
13028 \backslash
13029 makebox
13030 \series default
13031
13032 \begin_inset Index
13033 status collapsed
13034
13035 \begin_layout Plain Layout
13036 Commands ! M ! 
13037 \backslash
13038 makebox
13039 \end_layout
13040
13041 \end_inset
13042
13043 , and 
13044 \series bold
13045
13046 \backslash
13047 raisebox
13048 \series default
13049
13050 \begin_inset Index
13051 status collapsed
13052
13053 \begin_layout Plain Layout
13054 Commands ! R ! 
13055 \backslash
13056 raisebox
13057 \end_layout
13058
13059 \end_inset
13060
13061
13062 \end_layout
13063
13064 \begin_layout Standard
13065 With 
13066 \series bold
13067
13068 \backslash
13069 raisebox
13070 \series default
13071  a box can be super- or subscripted.
13072  But in contrary to normal super- and subscripting, the characters in the
13073  box keep their font size.
13074  
13075 \series bold
13076
13077 \backslash
13078 raisebox
13079 \series default
13080  is used in the following scheme:
13081 \end_layout
13082
13083 \begin_layout Standard
13084
13085 \series bold
13086
13087 \backslash
13088 raisebox{height}{box content}
13089 \end_layout
13090
13091 \begin_layout Standard
13092 When the box should contain a formula, an extra formula is needed like for
13093  
13094 \series bold
13095
13096 \backslash
13097 fbox
13098 \series default
13099 .
13100 \end_layout
13101
13102 \begin_layout Standard
13103 \align center
13104 \begin_inset Tabular
13105 <lyxtabular version="3" rows="4" columns="2">
13106 <features>
13107 <column alignment="center" valignment="top" width="0">
13108 <column alignment="center" valignment="top" width="0">
13109 <row>
13110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13111 \begin_inset Text
13112
13113 \begin_layout Plain Layout
13114 Command
13115 \end_layout
13116
13117 \end_inset
13118 </cell>
13119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13120 \begin_inset Text
13121
13122 \begin_layout Plain Layout
13123 Result
13124 \end_layout
13125
13126 \end_inset
13127 </cell>
13128 </row>
13129 <row>
13130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13131 \begin_inset Text
13132
13133 \begin_layout Plain Layout
13134 H
13135 \backslash
13136 raisebox{2mm
13137 \begin_inset Formula $\to$
13138 \end_inset
13139
13140
13141 \backslash
13142 {al
13143 \begin_inset Formula $\to$
13144 \end_inset
13145
13146  lo
13147 \end_layout
13148
13149 \end_inset
13150 </cell>
13151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13152 \begin_inset Text
13153
13154 \begin_layout Plain Layout
13155 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13156 \end_inset
13157
13158
13159 \end_layout
13160
13161 \end_inset
13162 </cell>
13163 </row>
13164 <row>
13165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13166 \begin_inset Text
13167
13168 \begin_layout Plain Layout
13169 H
13170 \backslash
13171 raisebox{-2mm
13172 \begin_inset Formula $\to$
13173 \end_inset
13174
13175
13176 \backslash
13177 {al
13178 \begin_inset Formula $\to$
13179 \end_inset
13180
13181 lo
13182 \end_layout
13183
13184 \end_inset
13185 </cell>
13186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13187 \begin_inset Text
13188
13189 \begin_layout Plain Layout
13190 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13191 \end_inset
13192
13193
13194 \end_layout
13195
13196 \end_inset
13197 </cell>
13198 </row>
13199 <row>
13200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13201 \begin_inset Text
13202
13203 \begin_layout Plain Layout
13204 A=
13205 \backslash
13206 raisebox{-2mm
13207 \begin_inset Formula $\to$
13208 \end_inset
13209
13210
13211 \backslash
13212 {
13213 \family sans
13214 Ctrl-m
13215 \family default
13216  
13217 \backslash
13218 sqrt
13219 \begin_inset ERT
13220 status collapsed
13221
13222 \begin_layout Plain Layout
13223
13224
13225 \backslash
13226 spce 
13227 \end_layout
13228
13229 \end_inset
13230
13231
13232 \end_layout
13233
13234 \end_inset
13235 </cell>
13236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13237 \begin_inset Text
13238
13239 \begin_layout Plain Layout
13240 \begin_inset ERT
13241 status collapsed
13242
13243 \begin_layout Plain Layout
13244
13245 $A=
13246 \backslash
13247 raisebox{-2mm}{$
13248 \backslash
13249 sqrt{B}$}$
13250 \end_layout
13251
13252 \end_inset
13253
13254
13255 \end_layout
13256
13257 \end_inset
13258 </cell>
13259 </row>
13260 </lyxtabular>
13261
13262 \end_inset
13263
13264
13265 \end_layout
13266
13267 \begin_layout Standard
13268 The last formula can currently only be created using TeX-mode because LyX
13269  inserts a box instead of the needed extra formula.
13270 \begin_inset Foot
13271 status collapsed
13272
13273 \begin_layout Plain Layout
13274 see 
13275 \begin_inset CommandInset href
13276 LatexCommand href
13277 name "LyX-bug #1435"
13278 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13279
13280 \end_inset
13281
13282
13283 \end_layout
13284
13285 \end_inset
13286
13287
13288 \end_layout
13289
13290 \begin_layout Standard
13291 The command 
13292 \series bold
13293
13294 \backslash
13295 mbox
13296 \series default
13297  is equivalent to 
13298 \series bold
13299
13300 \backslash
13301 fbox
13302 \series default
13303  and 
13304 \series bold
13305
13306 \backslash
13307 makebox
13308 \series default
13309  is equivalent to 
13310 \series bold
13311
13312 \backslash
13313 framebox
13314 \series default
13315 , with the difference that there is no frame.
13316 \end_layout
13317
13318 \begin_layout Subsection
13319 Colored Boxes
13320 \begin_inset CommandInset label
13321 LatexCommand label
13322 name "sub:Colored-Boxes"
13323
13324 \end_inset
13325
13326
13327 \begin_inset Index
13328 status collapsed
13329
13330 \begin_layout Plain Layout
13331 Boxes ! colored
13332 \end_layout
13333
13334 \end_inset
13335
13336
13337 \end_layout
13338
13339 \begin_layout Standard
13340 To be able to use all commands explained in this section, the LaTeX-package
13341  
13342 \series bold
13343 color
13344 \series default
13345
13346 \begin_inset Foot
13347 status collapsed
13348
13349 \begin_layout Plain Layout
13350 The LaTeX-package 
13351 \series bold
13352 color
13353 \series default
13354  is part of every LaTeX standard installation.
13355 \end_layout
13356
13357 \end_inset
13358
13359
13360 \begin_inset Index
13361 status collapsed
13362
13363 \begin_layout Plain Layout
13364 Packages ! color
13365 \end_layout
13366
13367 \end_inset
13368
13369  has to be loaded in the LaTeX-preamble with the line
13370 \begin_inset Foot
13371 status collapsed
13372
13373 \begin_layout Plain Layout
13374 When text is colored somewhere in the document with a predefined color,
13375  LyX loads the LaTeX-package 
13376 \series bold
13377 color
13378 \series default
13379  automatically.
13380  Thus it is possible that the package is loaded twice, but this doesn't
13381  arise problems.
13382 \end_layout
13383
13384 \end_inset
13385
13386
13387 \begin_inset Note Note
13388 status collapsed
13389
13390 \begin_layout Plain Layout
13391 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13392 amble.
13393 \end_layout
13394
13395 \end_inset
13396
13397
13398 \end_layout
13399
13400 \begin_layout Standard
13401
13402 \series bold
13403
13404 \backslash
13405 usepackage{color}
13406 \end_layout
13407
13408 \begin_layout Standard
13409 \begin_inset VSpace medskip
13410 \end_inset
13411
13412 To color boxes, the command 
13413 \series bold
13414
13415 \backslash
13416 colorbox
13417 \series default
13418
13419 \begin_inset Index
13420 status collapsed
13421
13422 \begin_layout Plain Layout
13423 Commands ! C ! 
13424 \backslash
13425 colorbox
13426 \end_layout
13427
13428 \end_inset
13429
13430  is used in the following scheme:
13431 \end_layout
13432
13433 \begin_layout Standard
13434
13435 \series bold
13436
13437 \backslash
13438 colorbox{color}{box content}
13439 \end_layout
13440
13441 \begin_layout Standard
13442 The box content can also be a box and a 
13443 \series bold
13444
13445 \backslash
13446 colorbox
13447 \series default
13448  can also be part of another box (see the 2nd and 3rd example).
13449  When the box should contain a formula, an extra formula has to be created,
13450  the same as for 
13451 \series bold
13452
13453 \backslash
13454 fbox
13455 \series default
13456 .
13457 \begin_inset Foot
13458 status collapsed
13459
13460 \begin_layout Plain Layout
13461 This also applies for the command 
13462 \series bold
13463
13464 \backslash
13465 fcolorbox
13466 \series default
13467 .
13468  Thereby note 
13469 \begin_inset CommandInset href
13470 LatexCommand href
13471 name "LyX-bug #1435"
13472 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13473
13474 \end_inset
13475
13476 .
13477 \end_layout
13478
13479 \end_inset
13480
13481
13482 \end_layout
13483
13484 \begin_layout Standard
13485 One of the following predefined colors can be chosen:
13486 \end_layout
13487
13488 \begin_layout Standard
13489
13490 \series bold
13491 black
13492 \series default
13493
13494 \series bold
13495 blue
13496 \series default
13497
13498 \series bold
13499 cyan
13500 \series default
13501
13502 \series bold
13503 green
13504 \series default
13505
13506 \series bold
13507 magenta
13508 \series default
13509
13510 \series bold
13511 red
13512 \series default
13513
13514 \series bold
13515 white
13516 \series default
13517 , and 
13518 \series bold
13519 yellow
13520 \end_layout
13521
13522 \begin_layout Standard
13523 \align center
13524 \begin_inset Tabular
13525 <lyxtabular version="3" rows="4" columns="2">
13526 <features>
13527 <column alignment="center" valignment="top" width="0">
13528 <column alignment="center" valignment="top" width="0">
13529 <row>
13530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13531 \begin_inset Text
13532
13533 \begin_layout Plain Layout
13534 Command
13535 \end_layout
13536
13537 \end_inset
13538 </cell>
13539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13540 \begin_inset Text
13541
13542 \begin_layout Plain Layout
13543 Result
13544 \begin_inset Note Note
13545 status collapsed
13546
13547 \begin_layout Plain Layout
13548
13549 \series bold
13550
13551 \backslash
13552 raisebox
13553 \series default
13554  is only used as spacer.
13555 \end_layout
13556
13557 \end_inset
13558
13559
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 </row>
13565 <row>
13566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13567 \begin_inset Text
13568
13569 \begin_layout Plain Layout
13570
13571 \backslash
13572 colorbox{yellow
13573 \begin_inset Formula $\to$
13574 \end_inset
13575
13576
13577 \backslash
13578 {A=B
13579 \end_layout
13580
13581 \end_inset
13582 </cell>
13583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13584 \begin_inset Text
13585
13586 \begin_layout Plain Layout
13587 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13588 \end_inset
13589
13590
13591 \end_layout
13592
13593 \end_inset
13594 </cell>
13595 </row>
13596 <row>
13597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13598 \begin_inset Text
13599
13600 \begin_layout Plain Layout
13601
13602 \backslash
13603 colorbox{green
13604 \begin_inset Formula $\to$
13605 \end_inset
13606
13607
13608 \backslash
13609 {
13610 \backslash
13611 fbox
13612 \begin_inset ERT
13613 status collapsed
13614
13615 \begin_layout Plain Layout
13616
13617
13618 \backslash
13619 spce 
13620 \end_layout
13621
13622 \end_inset
13623
13624 A=B
13625 \end_layout
13626
13627 \end_inset
13628 </cell>
13629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13630 \begin_inset Text
13631
13632 \begin_layout Plain Layout
13633 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13634 \end_inset
13635
13636
13637 \end_layout
13638
13639 \end_inset
13640 </cell>
13641 </row>
13642 <row>
13643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13644 \begin_inset Text
13645
13646 \begin_layout Plain Layout
13647
13648 \backslash
13649 fbox
13650 \begin_inset ERT
13651 status collapsed
13652
13653 \begin_layout Plain Layout
13654
13655
13656 \backslash
13657 spce 
13658 \end_layout
13659
13660 \end_inset
13661
13662
13663 \backslash
13664 colorbox{green
13665 \begin_inset Formula $\to$
13666 \end_inset
13667
13668
13669 \backslash
13670 {A=B
13671 \end_layout
13672
13673 \end_inset
13674 </cell>
13675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13676 \begin_inset Text
13677
13678 \begin_layout Plain Layout
13679 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13680 \end_inset
13681
13682
13683 \end_layout
13684
13685 \end_inset
13686 </cell>
13687 </row>
13688 </lyxtabular>
13689
13690 \end_inset
13691
13692
13693 \end_layout
13694
13695 \begin_layout Standard
13696
13697 \series bold
13698
13699 \backslash
13700 colorbox
13701 \series default
13702  only colors the box but not the characters in the box.
13703  To color all characters, the whole formula is highlighted and the wanted
13704  color is chosen in the 
13705 \family sans
13706 Text
13707 \begin_inset space ~
13708 \end_inset
13709
13710 Style
13711 \family default
13712  dialog.
13713  The dialog can be called with the toolbar button 
13714 \begin_inset Graphics
13715         filename ../images/dialog-show_character.png
13716         scale 85
13717
13718 \end_inset
13719
13720  or the menu 
13721 \family sans
13722 Edit\SpecialChar \menuseparator
13723 Text
13724 \begin_inset space ~
13725 \end_inset
13726
13727 Style\SpecialChar \menuseparator
13728 Customized
13729 \family default
13730 .
13731  The formula number has then the same color as the formula.
13732  When the formula number should get another color than the formula characters,
13733  the color must be changed within the formula.
13734 \end_layout
13735
13736 \begin_layout Standard
13737 An example:
13738 \end_layout
13739
13740 \begin_layout Standard
13741
13742 \color red
13743 \begin_inset Formula \begin{equation}
13744 \int A=B\label{eq:red}\end{equation}
13745
13746 \end_inset
13747
13748
13749 \color green
13750
13751 \begin_inset Formula \begin{equation}
13752 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13753
13754 \end_inset
13755
13756
13757 \end_layout
13758
13759 \begin_layout Standard
13760 Formula 
13761 \begin_inset CommandInset ref
13762 LatexCommand eqref
13763 reference "eq:red"
13764
13765 \end_inset
13766
13767  is completely colored red.
13768 \begin_inset Newline newline
13769 \end_inset
13770
13771 Formula 
13772 \begin_inset CommandInset ref
13773 LatexCommand eqref
13774 reference "eq:redgreen"
13775
13776 \end_inset
13777
13778  was first completely colored green to set the color for the formula number.
13779  Subsequently the formula characters were colored red.
13780 \end_layout
13781
13782 \begin_layout Standard
13783 \begin_inset VSpace bigskip
13784 \end_inset
13785
13786 To color the frame different than the rest of the box, the command 
13787 \series bold
13788
13789 \backslash
13790 fcolorbox
13791 \series default
13792
13793 \begin_inset Index
13794 status collapsed
13795
13796 \begin_layout Plain Layout
13797 Commands ! F ! 
13798 \backslash
13799 fcolorbox
13800 \end_layout
13801
13802 \end_inset
13803
13804  is used in the following scheme:
13805 \end_layout
13806
13807 \begin_layout Standard
13808
13809 \series bold
13810
13811 \backslash
13812 fcolorbox{frame color}{color}{box content}
13813 \end_layout
13814
13815 \begin_layout Standard
13816 So 
13817 \series bold
13818
13819 \backslash
13820 fcolorbox
13821 \series default
13822  is an extension of the command 
13823 \series bold
13824
13825 \backslash
13826 colorbox
13827 \series default
13828 .
13829  The frame width is set, like for 
13830 \series bold
13831
13832 \backslash
13833 framebox
13834 \series default
13835 , with 
13836 \series bold
13837
13838 \backslash
13839 fboxrule
13840 \series default
13841  and 
13842 \series bold
13843
13844 \backslash
13845 fboxsep
13846 \series default
13847 .
13848  An example:
13849 \begin_inset ERT
13850 status collapsed
13851
13852 \begin_layout Plain Layout
13853
13854
13855 \backslash
13856 fboxrule 1mm 
13857 \backslash
13858 fboxsep 1mm
13859 \end_layout
13860
13861 \end_inset
13862
13863
13864 \begin_inset Formula \[
13865 \fcolorbox{cyan}{magenta}{A=B}\]
13866
13867 \end_inset
13868
13869
13870 \begin_inset ERT
13871 status collapsed
13872
13873 \begin_layout Plain Layout
13874
13875
13876 \backslash
13877 fboxrule 0.4pt 
13878 \backslash
13879 fboxsep 3pt
13880 \end_layout
13881
13882 \end_inset
13883
13884
13885 \end_layout
13886
13887 \begin_layout Standard
13888 This formula was created with the command
13889 \begin_inset Newline newline
13890 \end_inset
13891
13892
13893 \series bold
13894
13895 \backslash
13896 fcolorbox{cyan
13897 \begin_inset Formula $\to$
13898 \end_inset
13899
13900
13901 \backslash
13902 {magenta
13903 \begin_inset Formula $\to$
13904 \end_inset
13905
13906
13907 \backslash
13908 {A=B
13909 \series default
13910 .
13911 \end_layout
13912
13913 \begin_layout Standard
13914 \begin_inset VSpace bigskip
13915 \end_inset
13916
13917 To use other colors than the predefined ones, they have to be defined first.
13918 \end_layout
13919
13920 \begin_layout Standard
13921 One can for example define the color 
13922 \begin_inset Quotes eld
13923 \end_inset
13924
13925
13926 \series bold
13927 darkgreen
13928 \series default
13929
13930 \begin_inset Quotes erd
13931 \end_inset
13932
13933  with the LaTeX-preamble line:
13934 \end_layout
13935
13936 \begin_layout Standard
13937
13938 \series bold
13939
13940 \backslash
13941 definecolor{darkgreen}{cmyk}{0.5,
13942 \series default
13943  
13944 \series bold
13945 0,
13946 \series default
13947  
13948 \series bold
13949 1,
13950 \series default
13951  
13952 \series bold
13953 0.5}
13954 \series default
13955
13956 \begin_inset Index
13957 status collapsed
13958
13959 \begin_layout Plain Layout
13960 Commands ! D ! 
13961 \backslash
13962 definecolor
13963 \end_layout
13964
13965 \end_inset
13966
13967
13968 \end_layout
13969
13970 \begin_layout Standard
13971
13972 \series bold
13973 cmyk
13974 \series default
13975  is the color space that denotes the colors 
13976 \series bold
13977 cyan
13978 \series default
13979
13980 \series bold
13981 magenta
13982 \series default
13983
13984 \series bold
13985 yellow
13986 \series default
13987 , and 
13988 \series bold
13989 black
13990 \series default
13991 .
13992  The four comma separated numbers are the portion factor for the corresponding
13993  colors of the color space.
13994  The factors can be in the range of 0
13995 \begin_inset space \thinspace{}
13996 \end_inset
13997
13998 -
13999 \begin_inset space \thinspace{}
14000 \end_inset
14001
14002 1.
14003  Instead of 
14004 \series bold
14005 cmyk
14006 \series default
14007  also the color space 
14008 \series bold
14009 rgb
14010 \series default
14011  can be used for definitions.
14012  
14013 \series bold
14014 rgb
14015 \series default
14016  denotes 
14017 \series bold
14018 red
14019 \series default
14020
14021 \series bold
14022 green
14023 \series default
14024 , and 
14025 \series bold
14026 blue
14027 \series default
14028 , so that there are in this case three portion factors for the corresponding
14029  colors.
14030  Furthermore there is the color space 
14031 \series bold
14032 gray
14033 \series default
14034  with one portion factor for the gray value.
14035 \end_layout
14036
14037 \begin_layout Standard
14038 As example a framed box with the new defined color 
14039 \series bold
14040 darkgreen
14041 \series default
14042  where the characters have been colored 
14043 \series bold
14044 yellow
14045 \series default
14046 :
14047 \begin_inset Formula \begin{equation}
14048 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14049
14050 \end_inset
14051
14052
14053 \end_layout
14054
14055 \begin_layout Standard
14056 Self-defined colors can also be used for text with the help of the command
14057  
14058 \series bold
14059
14060 \backslash
14061 textcolor
14062 \series default
14063 :
14064 \begin_inset Index
14065 status collapsed
14066
14067 \begin_layout Plain Layout
14068 Text ! colored
14069 \end_layout
14070
14071 \end_inset
14072
14073
14074 \end_layout
14075
14076 \begin_layout Standard
14077 \begin_inset ERT
14078 status collapsed
14079
14080 \begin_layout Plain Layout
14081
14082
14083 \backslash
14084 textcolor{darkgreen}{
14085 \end_layout
14086
14087 \end_inset
14088
14089 This sentence is 
14090 \begin_inset Quotes eld
14091 \end_inset
14092
14093 darkgreen
14094 \begin_inset Quotes erd
14095 \end_inset
14096
14097 .
14098 \begin_inset ERT
14099 status collapsed
14100
14101 \begin_layout Plain Layout
14102
14103 }
14104 \end_layout
14105
14106 \end_inset
14107
14108
14109 \end_layout
14110
14111 \begin_layout Standard
14112
14113 \series bold
14114
14115 \backslash
14116 textcolor
14117 \series default
14118
14119 \begin_inset Index
14120 status collapsed
14121
14122 \begin_layout Plain Layout
14123 Commands ! T ! 
14124 \backslash
14125 textcolor
14126 \end_layout
14127
14128 \end_inset
14129
14130  is used in the scheme 
14131 \series bold
14132
14133 \backslash
14134 textcolor{color}{characters to color}
14135 \series default
14136 .
14137 \end_layout
14138
14139 \begin_layout Subsection
14140 Paragraph Boxes
14141 \begin_inset CommandInset label
14142 LatexCommand label
14143 name "sub:Paragraph-Boxes"
14144
14145 \end_inset
14146
14147
14148 \begin_inset Index
14149 status collapsed
14150
14151 \begin_layout Plain Layout
14152 Boxes ! as paragraph
14153 \end_layout
14154
14155 \end_inset
14156
14157
14158 \end_layout
14159
14160 \begin_layout Standard
14161 A box that can contain several lines and paragraphs, a so called paragraph
14162  box (parbox), can be created with the menu 
14163 \family sans
14164 Insert\SpecialChar \menuseparator
14165 Box
14166 \family default
14167  or the toolbar button 
14168 \begin_inset Graphics
14169         filename ../images/box-insert.png
14170         scale 85
14171
14172 \end_inset
14173
14174 .
14175 \end_layout
14176
14177 \begin_layout Standard
14178 The following example shows a framed parbox in a line:
14179 \end_layout
14180
14181 \begin_layout Standard
14182 \begin_inset VSpace medskip
14183 \end_inset
14184
14185 This is a line 
14186 \begin_inset Box Boxed
14187 position "c"
14188 hor_pos "c"
14189 has_inner_box 1
14190 inner_pos "t"
14191 use_parbox 1
14192 width "5cm"
14193 special "none"
14194 height "1in"
14195 height_special "totalheight"
14196 status open
14197
14198 \begin_layout Plain Layout
14199 This is a paragraph box.
14200  It is exactly 5
14201 \begin_inset space \thinspace{}
14202 \end_inset
14203
14204 cm long and can also contain formulas: 
14205 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14206 \end_inset
14207
14208
14209 \end_layout
14210
14211 \end_inset
14212
14213  with a parbox.
14214 \end_layout
14215
14216 \begin_layout Standard
14217 \begin_inset VSpace medskip
14218 \end_inset
14219
14220
14221 \end_layout
14222
14223 \begin_layout Standard
14224 Such a box is created by right-clicking on the gray box inset.
14225  A dialog pops up showing the box properties.
14226  In our case set: 
14227 \emph on
14228 Decoration
14229 \emph default
14230 : Recangular box, 
14231 \emph on
14232 Inner Box
14233 \emph default
14234 : Parbox, 
14235 \emph on
14236 Width
14237 \emph default
14238 : 5
14239 \begin_inset space \thinspace{}
14240 \end_inset
14241
14242 cm, 
14243 \emph on
14244 Vertical Box Alignment
14245 \emph default
14246 : Middle
14247 \end_layout
14248
14249 \begin_layout Standard
14250 \begin_inset VSpace medskip
14251 \end_inset
14252
14253 In LaTeX a parbox is created with the command 
14254 \series bold
14255
14256 \backslash
14257 parbox
14258 \series default
14259
14260 \begin_inset Index
14261 status collapsed
14262
14263 \begin_layout Plain Layout
14264 Commands ! P ! 
14265 \backslash
14266 parbox
14267 \end_layout
14268
14269 \end_inset
14270
14271  that has the following scheme:
14272 \end_layout
14273
14274 \begin_layout Standard
14275
14276 \series bold
14277
14278 \backslash
14279 parbox[position]{width}{box content}
14280 \end_layout
14281
14282 \begin_layout Standard
14283 The positions 
14284 \emph on
14285 b
14286 \emph default
14287  and 
14288 \emph on
14289 t
14290 \emph default
14291  are possible.
14292  
14293 \emph on
14294 b
14295 \emph default
14296  for bottom means that the box is aligned within the surrounding text with
14297  its last line.
14298  With 
14299 \emph on
14300 t
14301 \emph default
14302  for top this is done with the first line.
14303  When no position is given, the box will be vertically centered, see section
14304  
14305 \emph on
14306 Boxes
14307 \emph default
14308  of the 
14309 \emph on
14310 Embedded
14311 \begin_inset space ~
14312 \end_inset
14313
14314 Objects
14315 \emph default
14316  manual for examples.
14317 \end_layout
14318
14319 \begin_layout Standard
14320 \begin_inset VSpace bigskip
14321 \end_inset
14322
14323 To frame formulas completely, including the formula number, the formula
14324  must be set into a parbox.
14325  To do this, the command 
14326 \series bold
14327
14328 \backslash
14329 fbox{
14330 \backslash
14331 parbox{
14332 \backslash
14333 linewidth-2
14334 \backslash
14335 fboxsep-2
14336 \backslash
14337 fboxrule}{
14338 \series default
14339  is inserted in TeX-mode before the formula.
14340  
14341 \series bold
14342
14343 \backslash
14344 linewidth
14345 \begin_inset Index
14346 status collapsed
14347
14348 \begin_layout Plain Layout
14349 Commands ! L ! 
14350 \backslash
14351 linewidth
14352 \end_layout
14353
14354 \end_inset
14355
14356
14357 \series default
14358  is hereby the line width set for the document.
14359  Because the frame is outside the parbox, 2
14360 \begin_inset space \thinspace{}
14361 \end_inset
14362
14363 times the frame separation and the frame thickness must be subtracted from
14364  the line width.
14365  As this is not automatically done by LyX due to a bug
14366 \begin_inset Foot
14367 status collapsed
14368
14369 \begin_layout Plain Layout
14370 \begin_inset CommandInset href
14371 LatexCommand href
14372 name "LyX-bug #4483"
14373 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14374
14375 \end_inset
14376
14377
14378 \end_layout
14379
14380 \end_inset
14381
14382 , TeX-mode has to be used.
14383  To be able to multiply and subtract in arguments, the LaTeX-package 
14384 \series bold
14385 calc
14386 \series default
14387
14388 \begin_inset Foot
14389 status collapsed
14390
14391 \begin_layout Plain Layout
14392
14393 \series bold
14394 calc
14395 \series default
14396  is part of every LaTeX standard installation.
14397 \end_layout
14398
14399 \end_inset
14400
14401
14402 \begin_inset Index
14403 status collapsed
14404
14405 \begin_layout Plain Layout
14406 Packages ! calc
14407 \end_layout
14408
14409 \end_inset
14410
14411  must be loaded in the LaTeX-preamble with the line
14412 \end_layout
14413
14414 \begin_layout Standard
14415
14416 \series bold
14417
14418 \backslash
14419 usepackage{calc}
14420 \end_layout
14421
14422 \begin_layout Standard
14423 Behind the formula both boxes are closed by entering 
14424 \series bold
14425 }}
14426 \series default
14427  in TeX-mode.
14428  Here is an example:
14429 \begin_inset ERT
14430 status collapsed
14431
14432 \begin_layout Plain Layout
14433
14434
14435 \backslash
14436 fboxsep 5mm 
14437 \backslash
14438 fboxrule 5mm
14439 \end_layout
14440
14441 \end_inset
14442
14443
14444 \end_layout
14445
14446 \begin_layout Standard
14447 \begin_inset ERT
14448 status collapsed
14449
14450 \begin_layout Plain Layout
14451
14452
14453 \backslash
14454 fbox{
14455 \backslash
14456 parbox{
14457 \backslash
14458 linewidth-2
14459 \backslash
14460 fboxsep-2
14461 \backslash
14462 fboxrule}{
14463 \end_layout
14464
14465 \end_inset
14466
14467
14468 \begin_inset Formula \begin{equation}
14469 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14470
14471 \end_inset
14472
14473
14474 \begin_inset ERT
14475 status collapsed
14476
14477 \begin_layout Plain Layout
14478
14479 }}
14480 \end_layout
14481
14482 \end_inset
14483
14484
14485 \begin_inset ERT
14486 status collapsed
14487
14488 \begin_layout Plain Layout
14489
14490
14491 \backslash
14492 fboxrule 0.4pt 
14493 \backslash
14494 fboxsep 3pt
14495 \end_layout
14496
14497 \end_inset
14498
14499
14500 \end_layout
14501
14502 \begin_layout Standard
14503 \begin_inset VSpace medskip
14504 \end_inset
14505
14506 As a parbox is used as argument of 
14507 \series bold
14508
14509 \backslash
14510 fbox
14511 \series default
14512 , there is in this case no difference between 
14513 \series bold
14514
14515 \backslash
14516 fbox
14517 \series default
14518  and 
14519 \series bold
14520
14521 \backslash
14522 boxed
14523 \series default
14524 .
14525 \end_layout
14526
14527 \begin_layout Standard
14528 \begin_inset VSpace bigskip
14529 \end_inset
14530
14531 Paragraph boxes are very useful to comment formulas directly.
14532  To do this, 
14533 \series bold
14534
14535 \backslash
14536 parbox
14537 \series default
14538  is used in combination with the command 
14539 \series bold
14540
14541 \backslash
14542 tag
14543 \series default
14544 .
14545  (more about 
14546 \series bold
14547
14548 \backslash
14549 tag
14550 \series default
14551  see 
14552 \begin_inset CommandInset ref
14553 LatexCommand ref
14554 reference "sub:User-defined-Numbering"
14555
14556 \end_inset
14557
14558 )
14559 \end_layout
14560
14561 \begin_layout Standard
14562 An example of a formula commented with 
14563 \series bold
14564
14565 \backslash
14566 parbox
14567 \series default
14568 :
14569 \end_layout
14570
14571 \begin_layout Standard
14572 \begin_inset ERT
14573 status collapsed
14574
14575 \begin_layout Plain Layout
14576
14577
14578 \backslash
14579 [5x-7b=3b
14580 \backslash
14581 tag*{
14582 \backslash
14583 parbox{5cm}{
14584 \end_layout
14585
14586 \end_inset
14587
14588 This is a description.
14589  It is distinctly separated from the formula and multiline.
14590 \begin_inset ERT
14591 status collapsed
14592
14593 \begin_layout Plain Layout
14594
14595 }}
14596 \backslash
14597 ]
14598 \end_layout
14599
14600 \end_inset
14601
14602
14603 \end_layout
14604
14605 \begin_layout Standard
14606 Such a formula must be inserted completely in TeX-mode because LyX does
14607  not yet support the command 
14608 \series bold
14609
14610 \backslash
14611 parbox
14612 \series default
14613  in formulas.
14614  The formula is created with the following command sequence:
14615 \end_layout
14616
14617 \begin_layout Standard
14618 The command 
14619 \series bold
14620
14621 \backslash
14622 [5x-7b=3b
14623 \backslash
14624 tag*
14625 \backslash
14626 {
14627 \backslash
14628 parbox{5cm}{
14629 \series default
14630  is inserted in TeX-mode.
14631 \begin_inset Foot
14632 status collapsed
14633
14634 \begin_layout Plain Layout
14635 When the formula style 
14636 \series bold
14637 Indented
14638 \series default
14639  is used, 
14640 \series bold
14641
14642 \backslash
14643 tag*
14644 \backslash
14645 {
14646 \series default
14647  can also be replaced by 
14648 \series bold
14649
14650 \backslash
14651 hfill
14652 \series default
14653 .
14654  (formula styles see 
14655 \begin_inset CommandInset ref
14656 LatexCommand ref
14657 reference "sec:Formula-Styles"
14658
14659 \end_inset
14660
14661 )
14662 \end_layout
14663
14664 \end_inset
14665
14666  Then the description follows as normal text, and finally 
14667 \series bold
14668 }}
14669 \backslash
14670 ]
14671 \series default
14672  is inserted in TeX-mode.
14673  The commands 
14674 \series bold
14675
14676 \backslash
14677 [
14678 \series default
14679  and 
14680 \series bold
14681
14682 \backslash
14683 ]
14684 \series default
14685  hereby create a displayed formula.
14686 \end_layout
14687
14688 \begin_layout Standard
14689 The advantages of 
14690 \series bold
14691
14692 \backslash
14693 parbox
14694 \series default
14695  can be seen in this example that was 
14696 \begin_inset Quotes eld
14697 \end_inset
14698
14699 commented
14700 \begin_inset Quotes erd
14701 \end_inset
14702
14703  using the mathematical textmode:
14704 \begin_inset Formula \[
14705 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14706
14707 \end_inset
14708
14709
14710 \end_layout
14711
14712 \begin_layout Section
14713 Operators
14714 \begin_inset Index
14715 status collapsed
14716
14717 \begin_layout Plain Layout
14718 Operators
14719 \end_layout
14720
14721 \end_inset
14722
14723
14724 \end_layout
14725
14726 \begin_layout Subsection
14727 Big Operators
14728 \begin_inset CommandInset label
14729 LatexCommand label
14730 name "sub:Big-Operators"
14731
14732 \end_inset
14733
14734
14735 \begin_inset Index
14736 status collapsed
14737
14738 \begin_layout Plain Layout
14739 Operators ! big
14740 \end_layout
14741
14742 \end_inset
14743
14744
14745 \begin_inset Index
14746 status collapsed
14747
14748 \begin_layout Plain Layout
14749 Sums
14750 \end_layout
14751
14752 \end_inset
14753
14754
14755 \begin_inset Index
14756 status collapsed
14757
14758 \begin_layout Plain Layout
14759 Integrals
14760 \end_layout
14761
14762 \end_inset
14763
14764
14765 \end_layout
14766
14767 \begin_layout Standard
14768 To be able to use all integral operators listed here, the option 
14769 \family sans
14770 Use esint package automatically
14771 \family default
14772  must be set in the document settings under 
14773 \family sans
14774 Math
14775 \begin_inset space ~
14776 \end_inset
14777
14778 Options
14779 \family default
14780 .
14781 \end_layout
14782
14783 \begin_layout Standard
14784 \begin_inset space \hfill{}
14785 \end_inset
14786
14787
14788 \begin_inset Tabular
14789 <lyxtabular version="3" rows="11" columns="2">
14790 <features>
14791 <column alignment="center" valignment="top" width="0pt">
14792 <column alignment="center" valignment="top" width="0pt">
14793 <row>
14794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14795 \begin_inset Text
14796
14797 \begin_layout Plain Layout
14798 Command
14799 \end_layout
14800
14801 \end_inset
14802 </cell>
14803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14804 \begin_inset Text
14805
14806 \begin_layout Plain Layout
14807 Result
14808 \end_layout
14809
14810 \end_inset
14811 </cell>
14812 </row>
14813 <row>
14814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14815 \begin_inset Text
14816
14817 \begin_layout Plain Layout
14818
14819 \backslash
14820 sum
14821 \begin_inset Index
14822 status collapsed
14823
14824 \begin_layout Plain Layout
14825 Commands ! S ! 
14826 \backslash
14827 sum
14828 \end_layout
14829
14830 \end_inset
14831
14832
14833 \end_layout
14834
14835 \end_inset
14836 </cell>
14837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14838 \begin_inset Text
14839
14840 \begin_layout Plain Layout
14841 \begin_inset Formula $\sum$
14842 \end_inset
14843
14844
14845 \end_layout
14846
14847 \end_inset
14848 </cell>
14849 </row>
14850 <row>
14851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14852 \begin_inset Text
14853
14854 \begin_layout Plain Layout
14855
14856 \backslash
14857 int
14858 \begin_inset Index
14859 status collapsed
14860
14861 \begin_layout Plain Layout
14862 Commands ! I ! 
14863 \backslash
14864 int
14865 \end_layout
14866
14867 \end_inset
14868
14869
14870 \end_layout
14871
14872 \end_inset
14873 </cell>
14874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14875 \begin_inset Text
14876
14877 \begin_layout Plain Layout
14878 \begin_inset Formula $\int$
14879 \end_inset
14880
14881
14882 \end_layout
14883
14884 \end_inset
14885 </cell>
14886 </row>
14887 <row>
14888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14889 \begin_inset Text
14890
14891 \begin_layout Plain Layout
14892
14893 \backslash
14894 intop
14895 \end_layout
14896
14897 \end_inset
14898 </cell>
14899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14900 \begin_inset Text
14901
14902 \begin_layout Plain Layout
14903 \begin_inset Formula $\intop$
14904 \end_inset
14905
14906
14907 \end_layout
14908
14909 \end_inset
14910 </cell>
14911 </row>
14912 <row>
14913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14914 \begin_inset Text
14915
14916 \begin_layout Plain Layout
14917
14918 \backslash
14919 oint
14920 \end_layout
14921
14922 \end_inset
14923 </cell>
14924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14925 \begin_inset Text
14926
14927 \begin_layout Plain Layout
14928 \begin_inset Formula $\oint$
14929 \end_inset
14930
14931
14932 \end_layout
14933
14934 \end_inset
14935 </cell>
14936 </row>
14937 <row>
14938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Plain Layout
14942
14943 \backslash
14944 ointop
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14950 \begin_inset Text
14951
14952 \begin_layout Plain Layout
14953 \begin_inset Formula $\ointop$
14954 \end_inset
14955
14956
14957 \end_layout
14958
14959 \end_inset
14960 </cell>
14961 </row>
14962 <row>
14963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14964 \begin_inset Text
14965
14966 \begin_layout Plain Layout
14967
14968 \backslash
14969 ointctrclockwise
14970 \end_layout
14971
14972 \end_inset
14973 </cell>
14974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14975 \begin_inset Text
14976
14977 \begin_layout Plain Layout
14978 \begin_inset Formula $\ointctrclockwise$
14979 \end_inset
14980
14981
14982 \end_layout
14983
14984 \end_inset
14985 </cell>
14986 </row>
14987 <row>
14988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Plain Layout
14992
14993 \backslash
14994 ointclockwise
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003 \begin_inset Formula $\ointclockwise$
15004 \end_inset
15005
15006
15007 \end_layout
15008
15009 \end_inset
15010 </cell>
15011 </row>
15012 <row>
15013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15014 \begin_inset Text
15015
15016 \begin_layout Plain Layout
15017
15018 \backslash
15019 sqint
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15025 \begin_inset Text
15026
15027 \begin_layout Plain Layout
15028 \begin_inset Formula $\sqint$
15029 \end_inset
15030
15031
15032 \end_layout
15033
15034 \end_inset
15035 </cell>
15036 </row>
15037 <row>
15038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15039 \begin_inset Text
15040
15041 \begin_layout Plain Layout
15042
15043 \backslash
15044 bigcap
15045 \end_layout
15046
15047 \end_inset
15048 </cell>
15049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15050 \begin_inset Text
15051
15052 \begin_layout Plain Layout
15053 \begin_inset Formula $\bigcap$
15054 \end_inset
15055
15056
15057 \end_layout
15058
15059 \end_inset
15060 </cell>
15061 </row>
15062 <row>
15063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15064 \begin_inset Text
15065
15066 \begin_layout Plain Layout
15067
15068 \backslash
15069 bigcup
15070 \end_layout
15071
15072 \end_inset
15073 </cell>
15074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15075 \begin_inset Text
15076
15077 \begin_layout Plain Layout
15078 \begin_inset Formula $\bigcup$
15079 \end_inset
15080
15081
15082 \end_layout
15083
15084 \end_inset
15085 </cell>
15086 </row>
15087 </lyxtabular>
15088
15089 \end_inset
15090
15091
15092 \begin_inset space \hfill{}
15093 \end_inset
15094
15095
15096 \begin_inset Tabular
15097 <lyxtabular version="3" rows="10" columns="2">
15098 <features>
15099 <column alignment="center" valignment="top" width="0pt">
15100 <column alignment="center" valignment="top" width="0pt">
15101 <row>
15102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15103 \begin_inset Text
15104
15105 \begin_layout Plain Layout
15106 Command
15107 \end_layout
15108
15109 \end_inset
15110 </cell>
15111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15112 \begin_inset Text
15113
15114 \begin_layout Plain Layout
15115 Result
15116 \end_layout
15117
15118 \end_inset
15119 </cell>
15120 </row>
15121 <row>
15122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15123 \begin_inset Text
15124
15125 \begin_layout Plain Layout
15126
15127 \backslash
15128 prod
15129 \begin_inset Index
15130 status collapsed
15131
15132 \begin_layout Plain Layout
15133 Commands ! P ! 
15134 \backslash
15135 prod
15136 \end_layout
15137
15138 \end_inset
15139
15140
15141 \end_layout
15142
15143 \end_inset
15144 </cell>
15145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Plain Layout
15149 \begin_inset Formula $\prod$
15150 \end_inset
15151
15152
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 </row>
15158 <row>
15159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163
15164 \backslash
15165 coprod
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174 \begin_inset Formula $\coprod$
15175 \end_inset
15176
15177
15178 \end_layout
15179
15180 \end_inset
15181 </cell>
15182 </row>
15183 <row>
15184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188
15189 \backslash
15190 bigodot
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199 \begin_inset Formula $\bigodot$
15200 \end_inset
15201
15202
15203 \end_layout
15204
15205 \end_inset
15206 </cell>
15207 </row>
15208 <row>
15209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15210 \begin_inset Text
15211
15212 \begin_layout Plain Layout
15213
15214 \backslash
15215 bigotimes
15216 \end_layout
15217
15218 \end_inset
15219 </cell>
15220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15221 \begin_inset Text
15222
15223 \begin_layout Plain Layout
15224 \begin_inset Formula $\bigotimes$
15225 \end_inset
15226
15227
15228 \end_layout
15229
15230 \end_inset
15231 </cell>
15232 </row>
15233 <row>
15234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15235 \begin_inset Text
15236
15237 \begin_layout Plain Layout
15238
15239 \backslash
15240 bigoplus
15241 \end_layout
15242
15243 \end_inset
15244 </cell>
15245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15246 \begin_inset Text
15247
15248 \begin_layout Plain Layout
15249 \begin_inset Formula $\bigoplus$
15250 \end_inset
15251
15252
15253 \end_layout
15254
15255 \end_inset
15256 </cell>
15257 </row>
15258 <row>
15259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15260 \begin_inset Text
15261
15262 \begin_layout Plain Layout
15263
15264 \backslash
15265 bigwedge
15266 \end_layout
15267
15268 \end_inset
15269 </cell>
15270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15271 \begin_inset Text
15272
15273 \begin_layout Plain Layout
15274 \begin_inset Formula $\bigwedge$
15275 \end_inset
15276
15277
15278 \end_layout
15279
15280 \end_inset
15281 </cell>
15282 </row>
15283 <row>
15284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15285 \begin_inset Text
15286
15287 \begin_layout Plain Layout
15288
15289 \backslash
15290 bigvee
15291 \end_layout
15292
15293 \end_inset
15294 </cell>
15295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15296 \begin_inset Text
15297
15298 \begin_layout Plain Layout
15299 \begin_inset Formula $\bigvee$
15300 \end_inset
15301
15302
15303 \end_layout
15304
15305 \end_inset
15306 </cell>
15307 </row>
15308 <row>
15309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15310 \begin_inset Text
15311
15312 \begin_layout Plain Layout
15313
15314 \backslash
15315 bigsqcup
15316 \end_layout
15317
15318 \end_inset
15319 </cell>
15320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15321 \begin_inset Text
15322
15323 \begin_layout Plain Layout
15324 \begin_inset Formula $\bigsqcup$
15325 \end_inset
15326
15327
15328 \end_layout
15329
15330 \end_inset
15331 </cell>
15332 </row>
15333 <row>
15334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15335 \begin_inset Text
15336
15337 \begin_layout Plain Layout
15338
15339 \backslash
15340 biguplus
15341 \end_layout
15342
15343 \end_inset
15344 </cell>
15345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15346 \begin_inset Text
15347
15348 \begin_layout Plain Layout
15349 \begin_inset Formula $\biguplus$
15350 \end_inset
15351
15352
15353 \end_layout
15354
15355 \end_inset
15356 </cell>
15357 </row>
15358 </lyxtabular>
15359
15360 \end_inset
15361
15362
15363 \begin_inset space \hfill{}
15364 \end_inset
15365
15366
15367 \end_layout
15368
15369 \begin_layout Standard
15370 All big operators can also be inserted via the math toolbar button 
15371 \begin_inset Graphics
15372         filename ../images/math/intop.png
15373         scale 85
15374
15375 \end_inset
15376
15377 .
15378 \end_layout
15379
15380 \begin_layout Standard
15381 The operators are called big because they are bigger than the sometimes
15382  equal looking binary operators.
15383  All big operators can have limits as described in the next subsection.
15384 \end_layout
15385
15386 \begin_layout Standard
15387 The operators 
15388 \series bold
15389
15390 \backslash
15391 intop
15392 \series default
15393  and 
15394 \series bold
15395
15396 \backslash
15397 ointop
15398 \series default
15399  are different from 
15400 \series bold
15401
15402 \backslash
15403 int
15404 \series default
15405  and 
15406 \series bold
15407
15408 \backslash
15409 oint
15410 \series default
15411 , resp.
15412 \begin_inset space ~
15413 \end_inset
15414
15415 in the style the operator limits are displayed, see 
15416 \begin_inset CommandInset ref
15417 LatexCommand ref
15418 reference "sub:Operator-Limits"
15419
15420 \end_inset
15421
15422 .
15423  
15424 \end_layout
15425
15426 \begin_layout Subsubsection*
15427 Advices for Integrals
15428 \end_layout
15429
15430 \begin_layout Standard
15431 The letter 
15432 \emph on
15433 d
15434 \emph default
15435  in an integral is an operator, that therefore has to be set upright.
15436  This is done by highlighting the 
15437 \emph on
15438 d
15439 \emph default
15440  and using the keyboard shortcut 
15441 \family sans
15442 Alt-c
15443 \begin_inset space ~
15444 \end_inset
15445
15446 r
15447 \family default
15448
15449 \begin_inset Foot
15450 status collapsed
15451
15452 \begin_layout Plain Layout
15453 Font styles
15454 \series bold
15455  
15456 \series default
15457 see 
15458 \begin_inset CommandInset ref
15459 LatexCommand ref
15460 reference "sub:Font-Styles"
15461
15462 \end_inset
15463
15464
15465 \end_layout
15466
15467 \end_inset
15468
15469 .
15470  Finally the smallest space is inserted before the 
15471 \emph on
15472 d
15473 \emph default
15474 , as this is usual for operators.
15475  An example:
15476 \end_layout
15477
15478 \begin_layout Standard
15479 incorrect: 
15480 \begin_inset Formula $\int A(x)dx$
15481 \end_inset
15482
15483
15484 \begin_inset Newline newline
15485 \end_inset
15486
15487
15488 \begin_inset ERT
15489 status collapsed
15490
15491 \begin_layout Plain Layout
15492
15493
15494 \backslash
15495 hphantom{in}
15496 \end_layout
15497
15498 \end_inset
15499
15500 correct: 
15501 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15502 \end_inset
15503
15504
15505 \end_layout
15506
15507 \begin_layout Standard
15508 For multiple integrals there are the following commands:
15509 \begin_inset VSpace medskip
15510 \end_inset
15511
15512
15513 \end_layout
15514
15515 \begin_layout Standard
15516 \begin_inset space \hfill{}
15517 \end_inset
15518
15519
15520 \begin_inset Tabular
15521 <lyxtabular version="3" rows="4" columns="2">
15522 <features>
15523 <column alignment="center" valignment="top" width="0">
15524 <column alignment="center" valignment="top" width="0">
15525 <row>
15526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15527 \begin_inset Text
15528
15529 \begin_layout Plain Layout
15530 Command
15531 \end_layout
15532
15533 \end_inset
15534 </cell>
15535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15536 \begin_inset Text
15537
15538 \begin_layout Plain Layout
15539 Result
15540 \begin_inset Note Note
15541 status collapsed
15542
15543 \begin_layout Plain Layout
15544
15545 \series bold
15546
15547 \backslash
15548 raisebox
15549 \series default
15550  is only used as spacer.
15551 \end_layout
15552
15553 \end_inset
15554
15555
15556 \end_layout
15557
15558 \end_inset
15559 </cell>
15560 </row>
15561 <row>
15562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15563 \begin_inset Text
15564
15565 \begin_layout Plain Layout
15566
15567 \backslash
15568 iint
15569 \end_layout
15570
15571 \end_inset
15572 </cell>
15573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15574 \begin_inset Text
15575
15576 \begin_layout Plain Layout
15577 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15578 \end_inset
15579
15580
15581 \end_layout
15582
15583 \end_inset
15584 </cell>
15585 </row>
15586 <row>
15587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15588 \begin_inset Text
15589
15590 \begin_layout Plain Layout
15591
15592 \backslash
15593 oiint
15594 \end_layout
15595
15596 \end_inset
15597 </cell>
15598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15599 \begin_inset Text
15600
15601 \begin_layout Plain Layout
15602 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15603 \end_inset
15604
15605
15606 \end_layout
15607
15608 \end_inset
15609 </cell>
15610 </row>
15611 <row>
15612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15613 \begin_inset Text
15614
15615 \begin_layout Plain Layout
15616
15617 \backslash
15618 sqiint
15619 \end_layout
15620
15621 \end_inset
15622 </cell>
15623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15624 \begin_inset Text
15625
15626 \begin_layout Plain Layout
15627 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15628 \end_inset
15629
15630
15631 \end_layout
15632
15633 \end_inset
15634 </cell>
15635 </row>
15636 </lyxtabular>
15637
15638 \end_inset
15639
15640
15641 \begin_inset space \hfill{}
15642 \end_inset
15643
15644
15645 \begin_inset Tabular
15646 <lyxtabular version="3" rows="4" columns="2">
15647 <features>
15648 <column alignment="center" valignment="top" width="0">
15649 <column alignment="center" valignment="top" width="0">
15650 <row>
15651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15652 \begin_inset Text
15653
15654 \begin_layout Plain Layout
15655 Command
15656 \end_layout
15657
15658 \end_inset
15659 </cell>
15660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15661 \begin_inset Text
15662
15663 \begin_layout Plain Layout
15664 Result
15665 \end_layout
15666
15667 \end_inset
15668 </cell>
15669 </row>
15670 <row>
15671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15672 \begin_inset Text
15673
15674 \begin_layout Plain Layout
15675
15676 \backslash
15677 iiint
15678 \end_layout
15679
15680 \end_inset
15681 </cell>
15682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15683 \begin_inset Text
15684
15685 \begin_layout Plain Layout
15686 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15687 \end_inset
15688
15689
15690 \end_layout
15691
15692 \end_inset
15693 </cell>
15694 </row>
15695 <row>
15696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15697 \begin_inset Text
15698
15699 \begin_layout Plain Layout
15700
15701 \backslash
15702 iiiint
15703 \end_layout
15704
15705 \end_inset
15706 </cell>
15707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15708 \begin_inset Text
15709
15710 \begin_layout Plain Layout
15711 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15712 \end_inset
15713
15714
15715 \end_layout
15716
15717 \end_inset
15718 </cell>
15719 </row>
15720 <row>
15721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15722 \begin_inset Text
15723
15724 \begin_layout Plain Layout
15725
15726 \backslash
15727 dotsint
15728 \end_layout
15729
15730 \end_inset
15731 </cell>
15732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15733 \begin_inset Text
15734
15735 \begin_layout Plain Layout
15736 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15737 \end_inset
15738
15739
15740 \end_layout
15741
15742 \end_inset
15743 </cell>
15744 </row>
15745 </lyxtabular>
15746
15747 \end_inset
15748
15749
15750 \begin_inset space \hfill{}
15751 \end_inset
15752
15753
15754 \end_layout
15755
15756 \begin_layout Subsection
15757 Operator Limits
15758 \begin_inset CommandInset label
15759 LatexCommand label
15760 name "sub:Operator-Limits"
15761
15762 \end_inset
15763
15764
15765 \begin_inset Index
15766 status collapsed
15767
15768 \begin_layout Plain Layout
15769 Operators ! Limits
15770 \end_layout
15771
15772 \end_inset
15773
15774
15775 \end_layout
15776
15777 \begin_layout Standard
15778 Limits are created by super- and subscripts:
15779 \end_layout
15780
15781 \begin_layout Standard
15782 \align center
15783 \begin_inset Tabular
15784 <lyxtabular version="3" rows="2" columns="2">
15785 <features>
15786 <column alignment="center" valignment="top" width="0pt">
15787 <column alignment="center" valignment="top" width="0pt">
15788 <row>
15789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15790 \begin_inset Text
15791
15792 \begin_layout Plain Layout
15793 Command
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802 Result
15803 \begin_inset Note Note
15804 status collapsed
15805
15806 \begin_layout Plain Layout
15807
15808 \series bold
15809
15810 \backslash
15811 raisebox
15812 \series default
15813  is only used as spacer.
15814 \end_layout
15815
15816 \end_inset
15817
15818
15819 \end_layout
15820
15821 \end_inset
15822 </cell>
15823 </row>
15824 <row>
15825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15826 \begin_inset Text
15827
15828 \begin_layout Plain Layout
15829
15830 \backslash
15831 prod^
15832 \backslash
15833 infty
15834 \begin_inset ERT
15835 status collapsed
15836
15837 \begin_layout Plain Layout
15838
15839
15840 \backslash
15841 spce 
15842 \end_layout
15843
15844 \end_inset
15845
15846
15847 \begin_inset Formula $\to$
15848 \end_inset
15849
15850 _0
15851 \begin_inset Formula $\to$
15852 \end_inset
15853
15854 A(x)
15855 \end_layout
15856
15857 \end_inset
15858 </cell>
15859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15860 \begin_inset Text
15861
15862 \begin_layout Plain Layout
15863 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15864 \end_inset
15865
15866
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 </row>
15872 </lyxtabular>
15873
15874 \end_inset
15875
15876
15877 \end_layout
15878
15879 \begin_layout Standard
15880 Limits of inline formulas are set right beside the operator.
15881  Limits in displayed formulas are set above or below the operator, except
15882  of integral limits.
15883 \end_layout
15884
15885 \begin_layout Standard
15886 To force that the limits are set beside the operator, the cursor is set
15887  directly behind the operator and the limits type is changed with the menu
15888  
15889 \family sans
15890 Edit\SpecialChar \menuseparator
15891 Math\SpecialChar \menuseparator
15892 Change Limits Type
15893 \family default
15894  to 
15895 \family sans
15896 \series bold
15897 Inline
15898 \family default
15899 \series default
15900  (shortcut 
15901 \family sans
15902 Alt-m
15903 \begin_inset space ~
15904 \end_inset
15905
15906 l
15907 \family default
15908 ).
15909  An example:
15910 \end_layout
15911
15912 \begin_layout Standard
15913 The default limits type is this:
15914 \begin_inset Formula \[
15915 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15916
15917 \end_inset
15918
15919 This is how it looks when the limits type was changed to 
15920 \family sans
15921 \series bold
15922 Inline
15923 \family default
15924 \series default
15925 :
15926 \begin_inset Formula \[
15927 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15928
15929 \end_inset
15930
15931 For integrals, except of 
15932 \series bold
15933
15934 \backslash
15935 intop
15936 \series default
15937  and 
15938 \series bold
15939
15940 \backslash
15941 ointop
15942 \series default
15943 , the limits are by default set beside the operator.
15944  But for multiple integrals the limits are often set below the operator.
15945  In the following example the limits type was therefore set to 
15946 \series bold
15947 Display
15948 \series default
15949  and so set below the integrals:
15950 \begin_inset Formula \begin{equation}
15951 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15952
15953 \end_inset
15954
15955
15956 \end_layout
15957
15958 \begin_layout Standard
15959 \begin_inset VSpace medskip
15960 \end_inset
15961
15962 To specify conditions for limits, the commands 
15963 \series bold
15964
15965 \backslash
15966 subarray
15967 \series default
15968
15969 \begin_inset Index
15970 status collapsed
15971
15972 \begin_layout Plain Layout
15973 Commands ! S ! 
15974 \backslash
15975 subarray
15976 \end_layout
15977
15978 \end_inset
15979
15980  and 
15981 \series bold
15982
15983 \backslash
15984 substack
15985 \series default
15986
15987 \begin_inset Index
15988 status collapsed
15989
15990 \begin_layout Plain Layout
15991 Commands ! S ! 
15992 \backslash
15993 substack
15994 \end_layout
15995
15996 \end_inset
15997
15998  are used.
15999  To create for example this expression 
16000 \begin_inset Formula \begin{equation}
16001 \sum_{\begin{subarray}{c}
16002 0<k<1000\\
16003 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16004
16005 \end_inset
16006
16007
16008 \end_layout
16009
16010 \begin_layout Standard
16011 the following has to be done:
16012 \begin_inset Newline newline
16013 \end_inset
16014
16015 First the command 
16016 \series bold
16017
16018 \backslash
16019 sum
16020 \series default
16021 ^
16022 \series bold
16023 n
16024 \begin_inset ERT
16025 status collapsed
16026
16027 \begin_layout Plain Layout
16028
16029
16030 \backslash
16031 spce 
16032 \end_layout
16033
16034 \end_inset
16035
16036 _
16037 \series default
16038  is typed in.
16039  One is now in a blue box under the summation operator and insert there
16040  the command 
16041 \series bold
16042
16043 \backslash
16044 subarray
16045 \begin_inset ERT
16046 status collapsed
16047
16048 \begin_layout Plain Layout
16049
16050
16051 \backslash
16052 spce 
16053 \end_layout
16054
16055 \end_inset
16056
16057
16058 \series default
16059 .
16060  The blue box is now within a purple box and now several lines can be written
16061  among each other.
16062  A new line is created by inserting a line break (
16063 \family sans
16064 Ctrl-Return
16065 \family default
16066 ).
16067  When now
16068 \begin_inset Newline newline
16069 \end_inset
16070
16071
16072 \series bold
16073 0<k<1000 Ctrl-Return
16074 \begin_inset Newline newline
16075 \end_inset
16076
16077
16078 \series default
16079 is typed in, a new box appears below for the new line.
16080 \end_layout
16081
16082 \begin_layout Standard
16083 The alignment of the lines can be changed to left aligned with the 
16084 \family sans
16085 table
16086 \family default
16087  
16088 \family sans
16089 toolbar
16090 \family default
16091  or the menu 
16092 \family sans
16093 Edit\SpecialChar \menuseparator
16094 Rows &Columns
16095 \family default
16096 .
16097  To get right alignment, 
16098 \series bold
16099
16100 \backslash
16101 hfill
16102 \begin_inset ERT
16103 status collapsed
16104
16105 \begin_layout Plain Layout
16106
16107
16108 \backslash
16109 spce 
16110 \end_layout
16111
16112 \end_inset
16113
16114
16115 \series default
16116  is inserted at the beginning of the line.
16117 \end_layout
16118
16119 \begin_layout Standard
16120 The command 
16121 \series bold
16122
16123 \backslash
16124 substack
16125 \series default
16126  is equivalent to 
16127 \series bold
16128
16129 \backslash
16130 subarray
16131 \series default
16132  with the difference that the lines are always centered.
16133 \end_layout
16134
16135 \begin_layout Standard
16136 \begin_inset VSpace bigskip
16137 \end_inset
16138
16139 Like in formula 
16140 \begin_inset CommandInset ref
16141 LatexCommand eqref
16142 reference "eq:substack"
16143
16144 \end_inset
16145
16146  there can be too much space beside an operator, because the characters
16147  following the operator are set beside the limits.
16148 \end_layout
16149
16150 \begin_layout Standard
16151 To avoid this, the following macro can be used in the LaTeX-preamble:
16152 \end_layout
16153
16154 \begin_layout Standard
16155
16156 \series bold
16157
16158 \backslash
16159 def
16160 \backslash
16161 clap#1{
16162 \backslash
16163 hbox to 0pt{
16164 \backslash
16165 hss #1
16166 \backslash
16167 hss}}
16168 \begin_inset Newline newline
16169 \end_inset
16170
16171
16172 \backslash
16173 def
16174 \backslash
16175 mathclap {
16176 \backslash
16177 mathpalette 
16178 \backslash
16179 mathclapinternal}
16180 \begin_inset Newline newline
16181 \end_inset
16182
16183
16184 \backslash
16185 def
16186 \backslash
16187 mathclapinternal #1#2{
16188 \backslash
16189 clap{$
16190 \backslash
16191 mathsurround =0pt #1{#2}$}}
16192 \end_layout
16193
16194 \begin_layout Standard
16195 This defines the command 
16196 \series bold
16197
16198 \backslash
16199 mathclap
16200 \series default
16201
16202 \begin_inset Index
16203 status collapsed
16204
16205 \begin_layout Plain Layout
16206 Commands ! M ! 
16207 \backslash
16208 mathclap
16209 \end_layout
16210
16211 \end_inset
16212
16213  that sets the width of the limit to 0
16214 \begin_inset space \thinspace{}
16215 \end_inset
16216
16217 pt.
16218  The command scheme is
16219 \end_layout
16220
16221 \begin_layout Standard
16222
16223 \series bold
16224
16225 \backslash
16226 mathclap{limit}
16227 \end_layout
16228
16229 \begin_layout Standard
16230 where the limit can consist of several conditions.
16231 \end_layout
16232
16233 \begin_layout Standard
16234 Applied on formula 
16235 \begin_inset CommandInset ref
16236 LatexCommand eqref
16237 reference "eq:substack"
16238
16239 \end_inset
16240
16241 , one uses the command
16242 \end_layout
16243
16244 \begin_layout Standard
16245
16246 \series bold
16247
16248 \backslash
16249 sum_
16250 \backslash
16251 mathclap{
16252 \backslash
16253 substack
16254 \begin_inset ERT
16255 status collapsed
16256
16257 \begin_layout Plain Layout
16258
16259
16260 \backslash
16261 spce 
16262 \end_layout
16263
16264 \end_inset
16265
16266 0<k<1000 Ctrl-Enter
16267 \end_layout
16268
16269 \begin_layout Standard
16270 to create the lower limit.
16271  The summand is now directly behind the summation operator:
16272 \begin_inset Formula \[
16273 \sum_{\mathclap{\substack{0<k<1000\\
16274 \\k\,\in\,\mathbb{N}}
16275 }}^{n}k^{-2}\]
16276
16277 \end_inset
16278
16279
16280 \end_layout
16281
16282 \begin_layout Standard
16283 \begin_inset VSpace bigskip
16284 \end_inset
16285
16286 How to use one limit for several operators is described in 
16287 \begin_inset CommandInset ref
16288 LatexCommand ref
16289 reference "sub:Self-defined-Operators"
16290
16291 \end_inset
16292
16293 .
16294 \end_layout
16295
16296 \begin_layout Standard
16297 \begin_inset Newpage newpage
16298 \end_inset
16299
16300
16301 \end_layout
16302
16303 \begin_layout Subsection
16304 Binary Operators
16305 \begin_inset CommandInset label
16306 LatexCommand label
16307 name "sub:Binary-Operators"
16308
16309 \end_inset
16310
16311
16312 \begin_inset Index
16313 status collapsed
16314
16315 \begin_layout Plain Layout
16316 Operators ! binary
16317 \end_layout
16318
16319 \end_inset
16320
16321
16322 \end_layout
16323
16324 \begin_layout Standard
16325 Binary operators are surrounded by space when there is a character before
16326  and behind them.
16327 \begin_inset VSpace medskip
16328 \end_inset
16329
16330
16331 \end_layout
16332
16333 \begin_layout Standard
16334 \begin_inset space \hfill{}
16335 \end_inset
16336
16337
16338 \begin_inset Tabular
16339 <lyxtabular version="3" rows="13" columns="2">
16340 <features>
16341 <column alignment="center" valignment="top" width="0pt">
16342 <column alignment="center" valignment="top" width="0pt">
16343 <row>
16344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16345 \begin_inset Text
16346
16347 \begin_layout Plain Layout
16348 Command
16349 \begin_inset Note Note
16350 status collapsed
16351
16352 \begin_layout Plain Layout
16353
16354 \series bold
16355
16356 \backslash
16357 raisebox
16358 \series default
16359  is only used as spacer.
16360 \end_layout
16361
16362 \end_inset
16363
16364
16365 \end_layout
16366
16367 \end_inset
16368 </cell>
16369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16370 \begin_inset Text
16371
16372 \begin_layout Plain Layout
16373 Result
16374 \end_layout
16375
16376 \end_inset
16377 </cell>
16378 </row>
16379 <row>
16380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16381 \begin_inset Text
16382
16383 \begin_layout Plain Layout
16384 +
16385 \end_layout
16386
16387 \end_inset
16388 </cell>
16389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16390 \begin_inset Text
16391
16392 \begin_layout Plain Layout
16393 \begin_inset Formula $+$
16394 \end_inset
16395
16396
16397 \end_layout
16398
16399 \end_inset
16400 </cell>
16401 </row>
16402 <row>
16403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16404 \begin_inset Text
16405
16406 \begin_layout Plain Layout
16407 -
16408 \end_layout
16409
16410 \end_inset
16411 </cell>
16412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16413 \begin_inset Text
16414
16415 \begin_layout Plain Layout
16416 \begin_inset Formula $-$
16417 \end_inset
16418
16419
16420 \end_layout
16421
16422 \end_inset
16423 </cell>
16424 </row>
16425 <row>
16426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16427 \begin_inset Text
16428
16429 \begin_layout Plain Layout
16430
16431 \backslash
16432 pm
16433 \end_layout
16434
16435 \end_inset
16436 </cell>
16437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16438 \begin_inset Text
16439
16440 \begin_layout Plain Layout
16441 \begin_inset Formula $\pm$
16442 \end_inset
16443
16444
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 </row>
16450 <row>
16451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16452 \begin_inset Text
16453
16454 \begin_layout Plain Layout
16455
16456 \backslash
16457 mp
16458 \end_layout
16459
16460 \end_inset
16461 </cell>
16462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16463 \begin_inset Text
16464
16465 \begin_layout Plain Layout
16466 \begin_inset Formula $\mp$
16467 \end_inset
16468
16469
16470 \end_layout
16471
16472 \end_inset
16473 </cell>
16474 </row>
16475 <row>
16476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16477 \begin_inset Text
16478
16479 \begin_layout Plain Layout
16480
16481 \backslash
16482 cdot
16483 \end_layout
16484
16485 \end_inset
16486 </cell>
16487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491 \begin_inset Formula $\cdot$
16492 \end_inset
16493
16494
16495 \end_layout
16496
16497 \end_inset
16498 </cell>
16499 </row>
16500 <row>
16501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16502 \begin_inset Text
16503
16504 \begin_layout Plain Layout
16505
16506 \backslash
16507 times
16508 \end_layout
16509
16510 \end_inset
16511 </cell>
16512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16513 \begin_inset Text
16514
16515 \begin_layout Plain Layout
16516 \begin_inset Formula $\times$
16517 \end_inset
16518
16519
16520 \end_layout
16521
16522 \end_inset
16523 </cell>
16524 </row>
16525 <row>
16526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16527 \begin_inset Text
16528
16529 \begin_layout Plain Layout
16530
16531 \backslash
16532 div
16533 \end_layout
16534
16535 \end_inset
16536 </cell>
16537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16538 \begin_inset Text
16539
16540 \begin_layout Plain Layout
16541 \begin_inset Formula $\div$
16542 \end_inset
16543
16544
16545 \end_layout
16546
16547 \end_inset
16548 </cell>
16549 </row>
16550 <row>
16551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16552 \begin_inset Text
16553
16554 \begin_layout Plain Layout
16555 \begin_inset ERT
16556 status collapsed
16557
16558 \begin_layout Plain Layout
16559
16560
16561 \backslash
16562 raisebox{-1.2mm}{
16563 \end_layout
16564
16565 \end_inset
16566
16567 *
16568 \begin_inset ERT
16569 status collapsed
16570
16571 \begin_layout Plain Layout
16572
16573 }
16574 \end_layout
16575
16576 \end_inset
16577
16578
16579 \end_layout
16580
16581 \end_inset
16582 </cell>
16583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16584 \begin_inset Text
16585
16586 \begin_layout Plain Layout
16587 \begin_inset Formula $*$
16588 \end_inset
16589
16590
16591 \end_layout
16592
16593 \end_inset
16594 </cell>
16595 </row>
16596 <row>
16597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16598 \begin_inset Text
16599
16600 \begin_layout Plain Layout
16601
16602 \backslash
16603 star
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16609 \begin_inset Text
16610
16611 \begin_layout Plain Layout
16612 \begin_inset Formula $\star$
16613 \end_inset
16614
16615
16616 \end_layout
16617
16618 \end_inset
16619 </cell>
16620 </row>
16621 <row>
16622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16623 \begin_inset Text
16624
16625 \begin_layout Plain Layout
16626
16627 \backslash
16628 circ
16629 \end_layout
16630
16631 \end_inset
16632 </cell>
16633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16634 \begin_inset Text
16635
16636 \begin_layout Plain Layout
16637 \begin_inset Formula $\circ$
16638 \end_inset
16639
16640
16641 \end_layout
16642
16643 \end_inset
16644 </cell>
16645 </row>
16646 <row>
16647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16648 \begin_inset Text
16649
16650 \begin_layout Plain Layout
16651
16652 \backslash
16653 diamond
16654 \end_layout
16655
16656 \end_inset
16657 </cell>
16658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16659 \begin_inset Text
16660
16661 \begin_layout Plain Layout
16662 \begin_inset Formula $\diamond$
16663 \end_inset
16664
16665
16666 \end_layout
16667
16668 \end_inset
16669 </cell>
16670 </row>
16671 <row>
16672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16673 \begin_inset Text
16674
16675 \begin_layout Plain Layout
16676
16677 \backslash
16678 bullet
16679 \end_layout
16680
16681 \end_inset
16682 </cell>
16683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16684 \begin_inset Text
16685
16686 \begin_layout Plain Layout
16687 \begin_inset Formula $\bullet$
16688 \end_inset
16689
16690
16691 \end_layout
16692
16693 \end_inset
16694 </cell>
16695 </row>
16696 </lyxtabular>
16697
16698 \end_inset
16699
16700
16701 \begin_inset space \hfill{}
16702 \end_inset
16703
16704
16705 \begin_inset Tabular
16706 <lyxtabular version="3" rows="13" columns="2">
16707 <features>
16708 <column alignment="center" valignment="top" width="0pt">
16709 <column alignment="center" valignment="top" width="0pt">
16710 <row>
16711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16712 \begin_inset Text
16713
16714 \begin_layout Plain Layout
16715 Command
16716 \end_layout
16717
16718 \end_inset
16719 </cell>
16720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16721 \begin_inset Text
16722
16723 \begin_layout Plain Layout
16724 Result
16725 \end_layout
16726
16727 \end_inset
16728 </cell>
16729 </row>
16730 <row>
16731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Plain Layout
16735
16736 \backslash
16737 nabla
16738 \end_layout
16739
16740 \end_inset
16741 </cell>
16742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16743 \begin_inset Text
16744
16745 \begin_layout Plain Layout
16746 \begin_inset Formula $\nabla$
16747 \end_inset
16748
16749
16750 \end_layout
16751
16752 \end_inset
16753 </cell>
16754 </row>
16755 <row>
16756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16757 \begin_inset Text
16758
16759 \begin_layout Plain Layout
16760
16761 \backslash
16762 bigtriangledown
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16768 \begin_inset Text
16769
16770 \begin_layout Plain Layout
16771 \begin_inset Formula $\bigtriangledown$
16772 \end_inset
16773
16774
16775 \end_layout
16776
16777 \end_inset
16778 </cell>
16779 </row>
16780 <row>
16781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Plain Layout
16785
16786 \backslash
16787 bigtriangleup
16788 \end_layout
16789
16790 \end_inset
16791 </cell>
16792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16793 \begin_inset Text
16794
16795 \begin_layout Plain Layout
16796 \begin_inset Formula $\bigtriangleup$
16797 \end_inset
16798
16799
16800 \end_layout
16801
16802 \end_inset
16803 </cell>
16804 </row>
16805 <row>
16806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16807 \begin_inset Text
16808
16809 \begin_layout Plain Layout
16810
16811 \backslash
16812 Box
16813 \end_layout
16814
16815 \end_inset
16816 </cell>
16817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821 \begin_inset Formula $\Box$
16822 \end_inset
16823
16824
16825 \end_layout
16826
16827 \end_inset
16828 </cell>
16829 </row>
16830 <row>
16831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16832 \begin_inset Text
16833
16834 \begin_layout Plain Layout
16835
16836 \backslash
16837 cap 
16838 \end_layout
16839
16840 \end_inset
16841 </cell>
16842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16843 \begin_inset Text
16844
16845 \begin_layout Plain Layout
16846 \begin_inset Formula $\cap$
16847 \end_inset
16848
16849
16850 \end_layout
16851
16852 \end_inset
16853 </cell>
16854 </row>
16855 <row>
16856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16857 \begin_inset Text
16858
16859 \begin_layout Plain Layout
16860
16861 \backslash
16862 cup
16863 \end_layout
16864
16865 \end_inset
16866 </cell>
16867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16868 \begin_inset Text
16869
16870 \begin_layout Plain Layout
16871 \begin_inset Formula $\cup$
16872 \end_inset
16873
16874
16875 \end_layout
16876
16877 \end_inset
16878 </cell>
16879 </row>
16880 <row>
16881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16882 \begin_inset Text
16883
16884 \begin_layout Plain Layout
16885
16886 \backslash
16887 dagger
16888 \end_layout
16889
16890 \end_inset
16891 </cell>
16892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16893 \begin_inset Text
16894
16895 \begin_layout Plain Layout
16896 \begin_inset Formula $\dagger$
16897 \end_inset
16898
16899
16900 \end_layout
16901
16902 \end_inset
16903 </cell>
16904 </row>
16905 <row>
16906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Plain Layout
16910
16911 \backslash
16912 ddagger
16913 \end_layout
16914
16915 \end_inset
16916 </cell>
16917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16918 \begin_inset Text
16919
16920 \begin_layout Plain Layout
16921 \begin_inset Formula $\ddagger$
16922 \end_inset
16923
16924
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 </row>
16930 <row>
16931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935
16936 \backslash
16937 wr
16938 \end_layout
16939
16940 \end_inset
16941 </cell>
16942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16943 \begin_inset Text
16944
16945 \begin_layout Plain Layout
16946 \begin_inset Formula $\wr$
16947 \end_inset
16948
16949
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 </row>
16955 <row>
16956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16957 \begin_inset Text
16958
16959 \begin_layout Plain Layout
16960
16961 \backslash
16962 bigcirc
16963 \end_layout
16964
16965 \end_inset
16966 </cell>
16967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971 \begin_inset Formula $\bigcirc$
16972 \end_inset
16973
16974
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 </row>
16980 <row>
16981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16982 \begin_inset Text
16983
16984 \begin_layout Plain Layout
16985
16986 \backslash
16987 wedge
16988 \end_layout
16989
16990 \end_inset
16991 </cell>
16992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16993 \begin_inset Text
16994
16995 \begin_layout Plain Layout
16996 \begin_inset Formula $\wedge$
16997 \end_inset
16998
16999
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 </row>
17005 <row>
17006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17007 \begin_inset Text
17008
17009 \begin_layout Plain Layout
17010
17011 \backslash
17012 vee
17013 \end_layout
17014
17015 \end_inset
17016 </cell>
17017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17018 \begin_inset Text
17019
17020 \begin_layout Plain Layout
17021 \begin_inset Formula $\vee$
17022 \end_inset
17023
17024
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 </row>
17030 </lyxtabular>
17031
17032 \end_inset
17033
17034
17035 \begin_inset space \hfill{}
17036 \end_inset
17037
17038
17039 \begin_inset Tabular
17040 <lyxtabular version="3" rows="13" columns="2">
17041 <features>
17042 <column alignment="center" valignment="top" width="0pt">
17043 <column alignment="center" valignment="top" width="0pt">
17044 <row>
17045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17046 \begin_inset Text
17047
17048 \begin_layout Plain Layout
17049 Command
17050 \end_layout
17051
17052 \end_inset
17053 </cell>
17054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17055 \begin_inset Text
17056
17057 \begin_layout Plain Layout
17058 Result
17059 \end_layout
17060
17061 \end_inset
17062 </cell>
17063 </row>
17064 <row>
17065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17066 \begin_inset Text
17067
17068 \begin_layout Plain Layout
17069
17070 \backslash
17071 oplus
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Plain Layout
17080 \begin_inset Formula $\oplus$
17081 \end_inset
17082
17083
17084 \end_layout
17085
17086 \end_inset
17087 </cell>
17088 </row>
17089 <row>
17090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17091 \begin_inset Text
17092
17093 \begin_layout Plain Layout
17094
17095 \backslash
17096 ominus
17097 \end_layout
17098
17099 \end_inset
17100 </cell>
17101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17102 \begin_inset Text
17103
17104 \begin_layout Plain Layout
17105 \begin_inset Formula $\ominus$
17106 \end_inset
17107
17108
17109 \end_layout
17110
17111 \end_inset
17112 </cell>
17113 </row>
17114 <row>
17115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17116 \begin_inset Text
17117
17118 \begin_layout Plain Layout
17119
17120 \backslash
17121 otimes
17122 \end_layout
17123
17124 \end_inset
17125 </cell>
17126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17127 \begin_inset Text
17128
17129 \begin_layout Plain Layout
17130 \begin_inset Formula $\otimes$
17131 \end_inset
17132
17133
17134 \end_layout
17135
17136 \end_inset
17137 </cell>
17138 </row>
17139 <row>
17140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17141 \begin_inset Text
17142
17143 \begin_layout Plain Layout
17144
17145 \backslash
17146 oslash
17147 \end_layout
17148
17149 \end_inset
17150 </cell>
17151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17152 \begin_inset Text
17153
17154 \begin_layout Plain Layout
17155 \begin_inset Formula $\oslash$
17156 \end_inset
17157
17158
17159 \end_layout
17160
17161 \end_inset
17162 </cell>
17163 </row>
17164 <row>
17165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17166 \begin_inset Text
17167
17168 \begin_layout Plain Layout
17169
17170 \backslash
17171 odot
17172 \end_layout
17173
17174 \end_inset
17175 </cell>
17176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17177 \begin_inset Text
17178
17179 \begin_layout Plain Layout
17180 \begin_inset Formula $\odot$
17181 \end_inset
17182
17183
17184 \end_layout
17185
17186 \end_inset
17187 </cell>
17188 </row>
17189 <row>
17190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17191 \begin_inset Text
17192
17193 \begin_layout Plain Layout
17194
17195 \backslash
17196 amalg
17197 \end_layout
17198
17199 \end_inset
17200 </cell>
17201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17202 \begin_inset Text
17203
17204 \begin_layout Plain Layout
17205 \begin_inset Formula $\amalg$
17206 \end_inset
17207
17208
17209 \end_layout
17210
17211 \end_inset
17212 </cell>
17213 </row>
17214 <row>
17215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17216 \begin_inset Text
17217
17218 \begin_layout Plain Layout
17219
17220 \backslash
17221 uplus
17222 \end_layout
17223
17224 \end_inset
17225 </cell>
17226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17227 \begin_inset Text
17228
17229 \begin_layout Plain Layout
17230 \begin_inset Formula $\uplus$
17231 \end_inset
17232
17233
17234 \end_layout
17235
17236 \end_inset
17237 </cell>
17238 </row>
17239 <row>
17240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17241 \begin_inset Text
17242
17243 \begin_layout Plain Layout
17244
17245 \backslash
17246 setminus
17247 \end_layout
17248
17249 \end_inset
17250 </cell>
17251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17252 \begin_inset Text
17253
17254 \begin_layout Plain Layout
17255 \begin_inset Formula $\setminus$
17256 \end_inset
17257
17258
17259 \end_layout
17260
17261 \end_inset
17262 </cell>
17263 </row>
17264 <row>
17265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17266 \begin_inset Text
17267
17268 \begin_layout Plain Layout
17269
17270 \backslash
17271 sqcap
17272 \end_layout
17273
17274 \end_inset
17275 </cell>
17276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17277 \begin_inset Text
17278
17279 \begin_layout Plain Layout
17280 \begin_inset Formula $\sqcap$
17281 \end_inset
17282
17283
17284 \end_layout
17285
17286 \end_inset
17287 </cell>
17288 </row>
17289 <row>
17290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17291 \begin_inset Text
17292
17293 \begin_layout Plain Layout
17294
17295 \backslash
17296 sqcup
17297 \end_layout
17298
17299 \end_inset
17300 </cell>
17301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17302 \begin_inset Text
17303
17304 \begin_layout Plain Layout
17305 \begin_inset Formula $\sqcup$
17306 \end_inset
17307
17308
17309 \end_layout
17310
17311 \end_inset
17312 </cell>
17313 </row>
17314 <row>
17315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17316 \begin_inset Text
17317
17318 \begin_layout Plain Layout
17319
17320 \backslash
17321 triangleleft
17322 \end_layout
17323
17324 \end_inset
17325 </cell>
17326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17327 \begin_inset Text
17328
17329 \begin_layout Plain Layout
17330 \begin_inset Formula $\triangleleft$
17331 \end_inset
17332
17333
17334 \end_layout
17335
17336 \end_inset
17337 </cell>
17338 </row>
17339 <row>
17340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17341 \begin_inset Text
17342
17343 \begin_layout Plain Layout
17344
17345 \backslash
17346 triangleright
17347 \end_layout
17348
17349 \end_inset
17350 </cell>
17351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17352 \begin_inset Text
17353
17354 \begin_layout Plain Layout
17355 \begin_inset Formula $\triangleright$
17356 \end_inset
17357
17358
17359 \end_layout
17360
17361 \end_inset
17362 </cell>
17363 </row>
17364 </lyxtabular>
17365
17366 \end_inset
17367
17368
17369 \begin_inset space \hfill{}
17370 \end_inset
17371
17372
17373 \end_layout
17374
17375 \begin_layout Standard
17376 All binary operators can also be inserted via the math toolbar button 
17377 \begin_inset Graphics
17378         filename ../images/math/pm.png
17379         scale 85
17380
17381 \end_inset
17382
17383 .
17384 \end_layout
17385
17386 \begin_layout Standard
17387 To typeset the Laplace operator also 
17388 \series bold
17389
17390 \backslash
17391 Delta
17392 \series default
17393  or 
17394 \series bold
17395
17396 \backslash
17397 nabla
17398 \series default
17399 ^
17400 \series bold
17401 2
17402 \series default
17403  (
17404 \begin_inset Formula $\nabla^{2}$
17405 \end_inset
17406
17407 ) can be used instead of 
17408 \series bold
17409
17410 \backslash
17411 bigtriangleup
17412 \series default
17413  .
17414 \end_layout
17415
17416 \begin_layout Standard
17417 The character 
17418 \family sans
17419 Menu Separator
17420 \family default
17421  from the menu 
17422 \family sans
17423 Insert\SpecialChar \menuseparator
17424 Special Character
17425 \family default
17426  is the operator 
17427 \series bold
17428
17429 \backslash
17430 triangleright
17431 \series default
17432 .
17433 \end_layout
17434
17435 \begin_layout Subsection
17436 Self-defined Operators
17437 \begin_inset CommandInset label
17438 LatexCommand label
17439 name "sub:Self-defined-Operators"
17440
17441 \end_inset
17442
17443
17444 \begin_inset Index
17445 status collapsed
17446
17447 \begin_layout Plain Layout
17448 Operators ! self-defined
17449 \end_layout
17450
17451 \end_inset
17452
17453
17454 \end_layout
17455
17456 \begin_layout Standard
17457 With the help of the command 
17458 \series bold
17459
17460 \backslash
17461 DeclareMathOperator
17462 \series default
17463
17464 \begin_inset Index
17465 status collapsed
17466
17467 \begin_layout Plain Layout
17468 Commands ! D ! 
17469 \backslash
17470 dbinom@
17471 \backslash
17472 DeclareMathOperator
17473 \end_layout
17474
17475 \end_inset
17476
17477  custom operators can be defined in the LaTeX-preamble.
17478  Its command scheme is:
17479 \end_layout
17480
17481 \begin_layout Standard
17482
17483 \series bold
17484
17485 \backslash
17486 DeclareMathOperator{new command}{display}
17487 \end_layout
17488
17489 \begin_layout Standard
17490 Display can be characters or symbols that define how the operator looks
17491  in the output.
17492  To define a big operator a * is set behind the command.
17493  All self-defined big operators can have limits as described in 
17494 \begin_inset CommandInset ref
17495 LatexCommand ref
17496 reference "sub:Operator-Limits"
17497
17498 \end_inset
17499
17500 .
17501 \end_layout
17502
17503 \begin_layout Standard
17504 For example the LaTeX-preamble line
17505 \end_layout
17506
17507 \begin_layout Standard
17508
17509 \series bold
17510
17511 \backslash
17512 DeclareMathOperator*{
17513 \backslash
17514 Lozenge}{
17515 \backslash
17516 blacklozenge}
17517 \end_layout
17518
17519 \begin_layout Standard
17520 defines the command 
17521 \series bold
17522
17523 \backslash
17524 Lozenge
17525 \series default
17526 , that inserts a big operator consisting of the lozenge symbol from 
17527 \begin_inset CommandInset ref
17528 LatexCommand ref
17529 reference "sub:Miscellaneous-Symbols"
17530
17531 \end_inset
17532
17533 :
17534 \begin_inset Formula \[
17535 \Lozenge_{n=1}^{\infty}\]
17536
17537 \end_inset
17538
17539 The command for this formula is: 
17540 \series bold
17541
17542 \backslash
17543 Lozenge
17544 \series default
17545 ^
17546 \series bold
17547
17548 \backslash
17549 infty
17550 \begin_inset Formula $\to$
17551 \end_inset
17552
17553 _n=1
17554 \end_layout
17555
17556 \begin_layout Standard
17557 \begin_inset VSpace bigskip
17558 \end_inset
17559
17560 When self-defined operators are not used several times in the document,
17561  they can also be defined with the commands 
17562 \series bold
17563
17564 \backslash
17565 mathop
17566 \series default
17567
17568 \begin_inset Index
17569 status collapsed
17570
17571 \begin_layout Plain Layout
17572 Commands ! M ! 
17573 \backslash
17574 mathop
17575 \end_layout
17576
17577 \end_inset
17578
17579  and 
17580 \series bold
17581
17582 \backslash
17583 mathbin
17584 \series default
17585
17586 \begin_inset Index
17587 status collapsed
17588
17589 \begin_layout Plain Layout
17590 Commands ! M ! 
17591 \backslash
17592 mathbin
17593 \end_layout
17594
17595 \end_inset
17596
17597 , which have the following scheme:
17598 \end_layout
17599
17600 \begin_layout Standard
17601
17602 \series bold
17603
17604 \backslash
17605 mathop{display}
17606 \series default
17607  and 
17608 \series bold
17609
17610 \backslash
17611 mathbin{display}
17612 \end_layout
17613
17614 \begin_layout Standard
17615
17616 \series bold
17617
17618 \backslash
17619 mathop
17620 \series default
17621  defines big operators, 
17622 \series bold
17623
17624 \backslash
17625 mathbin
17626 \series default
17627  binary operators.
17628 \end_layout
17629
17630 \begin_layout Standard
17631
17632 \series bold
17633
17634 \backslash
17635 mathop
17636 \series default
17637  can e.
17638 \begin_inset space \thinspace{}
17639 \end_inset
17640
17641 g.
17642 \begin_inset space ~
17643 \end_inset
17644
17645 be used to use one limit for several operators:
17646 \end_layout
17647
17648 \begin_layout Standard
17649 \begin_inset Formula \[
17650 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17651
17652 \end_inset
17653
17654
17655 \end_layout
17656
17657 \begin_layout Standard
17658 The command for the formula above is:
17659 \begin_inset Newline newline
17660 \end_inset
17661
17662
17663 \series bold
17664
17665 \backslash
17666 mathop{
17667 \backslash
17668 sum
17669 \backslash
17670 negmedspace
17671 \backslash
17672 sum
17673 \series default
17674
17675 \begin_inset ERT
17676 status collapsed
17677
17678 \begin_layout Plain Layout
17679
17680
17681 \backslash
17682 spce 
17683 \end_layout
17684
17685 \end_inset
17686
17687
17688 \series bold
17689
17690 \begin_inset Formula $\to$
17691 \end_inset
17692
17693 ^N
17694 \series default
17695
17696 \begin_inset ERT
17697 status collapsed
17698
17699 \begin_layout Plain Layout
17700
17701
17702 \backslash
17703 spce 
17704 \end_layout
17705
17706 \end_inset
17707
17708
17709 \series bold
17710 _i,j=1
17711 \end_layout
17712
17713 \begin_layout Section
17714 Fonts
17715 \begin_inset Index
17716 status collapsed
17717
17718 \begin_layout Plain Layout
17719 Fonts
17720 \end_layout
17721
17722 \end_inset
17723
17724
17725 \end_layout
17726
17727 \begin_layout Subsection
17728 Font Styles
17729 \begin_inset CommandInset label
17730 LatexCommand label
17731 name "sub:Font-Styles"
17732
17733 \end_inset
17734
17735
17736 \begin_inset Index
17737 status collapsed
17738
17739 \begin_layout Plain Layout
17740 Font ! style
17741 \end_layout
17742
17743 \end_inset
17744
17745
17746 \end_layout
17747
17748 \begin_layout Standard
17749 Latin letters in formulas can be set in one of the following font styles:
17750 \begin_inset VSpace -2mm
17751 \end_inset
17752
17753
17754 \end_layout
17755
17756 \begin_layout Standard
17757 \align center
17758 \begin_inset Tabular
17759 <lyxtabular version="3" rows="6" columns="3">
17760 <features>
17761 <column alignment="center" valignment="top" width="0">
17762 <column alignment="center" valignment="top" width="0">
17763 <column alignment="center" valignment="top" width="0">
17764 <row>
17765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17766 \begin_inset Text
17767
17768 \begin_layout Plain Layout
17769 Command
17770 \end_layout
17771
17772 \end_inset
17773 </cell>
17774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17775 \begin_inset Text
17776
17777 \begin_layout Plain Layout
17778 Result
17779 \end_layout
17780
17781 \end_inset
17782 </cell>
17783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17784 \begin_inset Text
17785
17786 \begin_layout Plain Layout
17787 shortcut
17788 \end_layout
17789
17790 \end_inset
17791 </cell>
17792 </row>
17793 <row>
17794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17795 \begin_inset Text
17796
17797 \begin_layout Plain Layout
17798
17799 \backslash
17800 mathbb
17801 \series bold
17802
17803 \begin_inset ERT
17804 status collapsed
17805
17806 \begin_layout Plain Layout
17807
17808
17809 \backslash
17810 spce 
17811 \end_layout
17812
17813 \end_inset
17814
17815
17816 \series default
17817 ABC
17818 \end_layout
17819
17820 \end_inset
17821 </cell>
17822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17823 \begin_inset Text
17824
17825 \begin_layout Plain Layout
17826 \begin_inset Formula $\mathbb{ABC}$
17827 \end_inset
17828
17829
17830 \end_layout
17831
17832 \end_inset
17833 </cell>
17834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17835 \begin_inset Text
17836
17837 \begin_layout Plain Layout
17838 Alt-c c
17839 \end_layout
17840
17841 \end_inset
17842 </cell>
17843 </row>
17844 <row>
17845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17846 \begin_inset Text
17847
17848 \begin_layout Plain Layout
17849
17850 \backslash
17851 mathbf
17852 \series bold
17853
17854 \begin_inset ERT
17855 status collapsed
17856
17857 \begin_layout Plain Layout
17858
17859
17860 \backslash
17861 spce 
17862 \end_layout
17863
17864 \end_inset
17865
17866
17867 \series default
17868 AbC
17869 \end_layout
17870
17871 \end_inset
17872 </cell>
17873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17874 \begin_inset Text
17875
17876 \begin_layout Plain Layout
17877 \begin_inset Formula $\mathbf{AbC}$
17878 \end_inset
17879
17880
17881 \end_layout
17882
17883 \end_inset
17884 </cell>
17885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17886 \begin_inset Text
17887
17888 \begin_layout Plain Layout
17889 -
17890 \end_layout
17891
17892 \end_inset
17893 </cell>
17894 </row>
17895 <row>
17896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17897 \begin_inset Text
17898
17899 \begin_layout Plain Layout
17900
17901 \backslash
17902 boldsymbol
17903 \series bold
17904
17905 \begin_inset ERT
17906 status collapsed
17907
17908 \begin_layout Plain Layout
17909
17910
17911 \backslash
17912 spce 
17913 \end_layout
17914
17915 \end_inset
17916
17917
17918 \series default
17919 AbC
17920 \end_layout
17921
17922 \end_inset
17923 </cell>
17924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17925 \begin_inset Text
17926
17927 \begin_layout Plain Layout
17928 \begin_inset Formula $\boldsymbol{AbC}$
17929 \end_inset
17930
17931
17932 \end_layout
17933
17934 \end_inset
17935 </cell>
17936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17937 \begin_inset Text
17938
17939 \begin_layout Plain Layout
17940 Alt-c b
17941 \end_layout
17942
17943 \end_inset
17944 </cell>
17945 </row>
17946 <row>
17947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17948 \begin_inset Text
17949
17950 \begin_layout Plain Layout
17951
17952 \backslash
17953 mathcal
17954 \series bold
17955
17956 \begin_inset ERT
17957 status collapsed
17958
17959 \begin_layout Plain Layout
17960
17961
17962 \backslash
17963 spce 
17964 \end_layout
17965
17966 \end_inset
17967
17968
17969 \series default
17970 ABC
17971 \end_layout
17972
17973 \end_inset
17974 </cell>
17975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17976 \begin_inset Text
17977
17978 \begin_layout Plain Layout
17979 \begin_inset Formula $\mathcal{ABC}$
17980 \end_inset
17981
17982
17983 \end_layout
17984
17985 \end_inset
17986 </cell>
17987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17988 \begin_inset Text
17989
17990 \begin_layout Plain Layout
17991 Alt-c e
17992 \end_layout
17993
17994 \end_inset
17995 </cell>
17996 </row>
17997 <row>
17998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17999 \begin_inset Text
18000
18001 \begin_layout Plain Layout
18002
18003 \backslash
18004 mathfrak
18005 \series bold
18006
18007 \begin_inset ERT
18008 status collapsed
18009
18010 \begin_layout Plain Layout
18011
18012
18013 \backslash
18014 spce 
18015 \end_layout
18016
18017 \end_inset
18018
18019
18020 \series default
18021 AbC
18022 \end_layout
18023
18024 \end_inset
18025 </cell>
18026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18027 \begin_inset Text
18028
18029 \begin_layout Plain Layout
18030 \begin_inset Formula $\mathfrak{AbC}$
18031 \end_inset
18032
18033
18034 \end_layout
18035
18036 \end_inset
18037 </cell>
18038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18039 \begin_inset Text
18040
18041 \begin_layout Plain Layout
18042 -
18043 \end_layout
18044
18045 \end_inset
18046 </cell>
18047 </row>
18048 </lyxtabular>
18049
18050 \end_inset
18051
18052
18053 \end_layout
18054
18055 \begin_layout Standard
18056 \align center
18057 \begin_inset Tabular
18058 <lyxtabular version="3" rows="5" columns="3">
18059 <features>
18060 <column alignment="center" valignment="top" width="0">
18061 <column alignment="center" valignment="top" width="0">
18062 <column alignment="center" valignment="top" width="0">
18063 <row>
18064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18065 \begin_inset Text
18066
18067 \begin_layout Plain Layout
18068 Command
18069 \end_layout
18070
18071 \end_inset
18072 </cell>
18073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18074 \begin_inset Text
18075
18076 \begin_layout Plain Layout
18077 Result
18078 \end_layout
18079
18080 \end_inset
18081 </cell>
18082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18083 \begin_inset Text
18084
18085 \begin_layout Plain Layout
18086 shortcut
18087 \end_layout
18088
18089 \end_inset
18090 </cell>
18091 </row>
18092 <row>
18093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18094 \begin_inset Text
18095
18096 \begin_layout Plain Layout
18097
18098 \backslash
18099 mathit
18100 \series bold
18101
18102 \begin_inset ERT
18103 status collapsed
18104
18105 \begin_layout Plain Layout
18106
18107
18108 \backslash
18109 spce 
18110 \end_layout
18111
18112 \end_inset
18113
18114
18115 \series default
18116 AbC
18117 \end_layout
18118
18119 \end_inset
18120 </cell>
18121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18122 \begin_inset Text
18123
18124 \begin_layout Plain Layout
18125 \begin_inset Formula $\mathit{AbC}$
18126 \end_inset
18127
18128
18129 \end_layout
18130
18131 \end_inset
18132 </cell>
18133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18134 \begin_inset Text
18135
18136 \begin_layout Plain Layout
18137 -
18138 \end_layout
18139
18140 \end_inset
18141 </cell>
18142 </row>
18143 <row>
18144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18145 \begin_inset Text
18146
18147 \begin_layout Plain Layout
18148
18149 \backslash
18150 mathrm
18151 \series bold
18152
18153 \begin_inset ERT
18154 status collapsed
18155
18156 \begin_layout Plain Layout
18157
18158
18159 \backslash
18160 spce 
18161 \end_layout
18162
18163 \end_inset
18164
18165
18166 \series default
18167 AbC
18168 \end_layout
18169
18170 \end_inset
18171 </cell>
18172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18173 \begin_inset Text
18174
18175 \begin_layout Plain Layout
18176 \begin_inset Formula $\mathrm{AbC}$
18177 \end_inset
18178
18179
18180 \end_layout
18181
18182 \end_inset
18183 </cell>
18184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18185 \begin_inset Text
18186
18187 \begin_layout Plain Layout
18188 Alt-c r
18189 \end_layout
18190
18191 \end_inset
18192 </cell>
18193 </row>
18194 <row>
18195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18196 \begin_inset Text
18197
18198 \begin_layout Plain Layout
18199
18200 \backslash
18201 mathsf
18202 \series bold
18203
18204 \begin_inset ERT
18205 status collapsed
18206
18207 \begin_layout Plain Layout
18208
18209
18210 \backslash
18211 spce 
18212 \end_layout
18213
18214 \end_inset
18215
18216
18217 \series default
18218 AbC
18219 \end_layout
18220
18221 \end_inset
18222 </cell>
18223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18224 \begin_inset Text
18225
18226 \begin_layout Plain Layout
18227 \begin_inset Formula $\mathsf{AbC}$
18228 \end_inset
18229
18230
18231 \end_layout
18232
18233 \end_inset
18234 </cell>
18235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18236 \begin_inset Text
18237
18238 \begin_layout Plain Layout
18239 Alt-c s
18240 \end_layout
18241
18242 \end_inset
18243 </cell>
18244 </row>
18245 <row>
18246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250
18251 \backslash
18252 mathtt
18253 \series bold
18254
18255 \begin_inset ERT
18256 status collapsed
18257
18258 \begin_layout Plain Layout
18259
18260
18261 \backslash
18262 spce 
18263 \end_layout
18264
18265 \end_inset
18266
18267
18268 \series default
18269 AbC
18270 \end_layout
18271
18272 \end_inset
18273 </cell>
18274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18275 \begin_inset Text
18276
18277 \begin_layout Plain Layout
18278 \begin_inset Formula $\mathtt{AbC}$
18279 \end_inset
18280
18281
18282 \end_layout
18283
18284 \end_inset
18285 </cell>
18286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18287 \begin_inset Text
18288
18289 \begin_layout Plain Layout
18290 Alt-c p
18291 \end_layout
18292
18293 \end_inset
18294 </cell>
18295 </row>
18296 </lyxtabular>
18297
18298 \end_inset
18299
18300
18301 \end_layout
18302
18303 \begin_layout Standard
18304 \begin_inset Note Greyedout
18305 status open
18306
18307 \begin_layout Plain Layout
18308
18309 \series bold
18310 Note:
18311 \series default
18312  The styles 
18313 \series bold
18314
18315 \backslash
18316 mathbb
18317 \series default
18318  and 
18319 \series bold
18320
18321 \backslash
18322 mathcal
18323 \series default
18324  can only be used for big letters.
18325 \end_layout
18326
18327 \end_inset
18328
18329
18330 \end_layout
18331
18332 \begin_layout Standard
18333 Predefined is the style 
18334 \series bold
18335
18336 \backslash
18337 mathnormal
18338 \series default
18339 .
18340 \end_layout
18341
18342 \begin_layout Standard
18343 The style commands work also for letters in mathematical constructs:
18344 \begin_inset Formula \[
18345 \mathfrak{A=\frac{b}{C}}\]
18346
18347 \end_inset
18348
18349
18350 \end_layout
18351
18352 \begin_layout Standard
18353 Characters in mathematical text don't appear in a math font style but in
18354  the text font style 
18355 \series bold
18356
18357 \backslash
18358 textrm
18359 \series default
18360 .
18361  That their style can't be set correctly via the text style dialog is a
18362  bug in LyX.
18363 \begin_inset Foot
18364 status collapsed
18365
18366 \begin_layout Plain Layout
18367 \begin_inset CommandInset href
18368 LatexCommand href
18369 name "LyX-bug #4091"
18370 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18371
18372 \end_inset
18373
18374
18375 \end_layout
18376
18377 \end_inset
18378
18379
18380 \end_layout
18381
18382 \begin_layout Standard
18383 Instead of the style commands the dialog 
18384 \family sans
18385 Edit\SpecialChar \menuseparator
18386 Math\SpecialChar \menuseparator
18387 Text Style
18388 \family default
18389  or the toolbar button 
18390 \begin_inset Graphics
18391         filename ../images/math/font.png
18392         scale 85
18393
18394 \end_inset
18395
18396  can be used.
18397 \end_layout
18398
18399 \begin_layout Subsection
18400 Bold Formulas
18401 \begin_inset CommandInset label
18402 LatexCommand label
18403 name "sub:Bold-Formulas"
18404
18405 \end_inset
18406
18407
18408 \begin_inset Index
18409 status collapsed
18410
18411 \begin_layout Plain Layout
18412 Formula ! bold
18413 \end_layout
18414
18415 \end_inset
18416
18417
18418 \end_layout
18419
18420 \begin_layout Standard
18421 To make a complete formula bold, the command 
18422 \series bold
18423
18424 \backslash
18425 mathbf
18426 \series default
18427  from the previous subsection cannot be used, because it doesn't work for
18428  small Greek letters.
18429  Furthermore it prints Latin letters always upright, like in the following
18430  equation:
18431 \end_layout
18432
18433 \begin_layout Standard
18434 \begin_inset Formula \[
18435 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
18436
18437 \end_inset
18438
18439
18440 \end_layout
18441
18442 \begin_layout Standard
18443 To display the formula correctly, the command 
18444 \series bold
18445
18446 \backslash
18447 boldsymbol
18448 \series default
18449  is used:
18450 \begin_inset Formula \[
18451 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
18452
18453 \end_inset
18454
18455 It is also possible to set the formula in a 
18456 \series bold
18457 boldmath environment
18458 \series default
18459 .
18460  This environment is created by inserting the command 
18461 \series bold
18462
18463 \backslash
18464 boldmath
18465 \begin_inset Index
18466 status collapsed
18467
18468 \begin_layout Plain Layout
18469 Commands ! B ! 
18470 \backslash
18471 boldmath
18472 \end_layout
18473
18474 \end_inset
18475
18476
18477 \series default
18478  in TeX-mode.
18479  To end the environment, the command 
18480 \series bold
18481
18482 \backslash
18483 unboldmath
18484 \begin_inset Index
18485 status collapsed
18486
18487 \begin_layout Plain Layout
18488 Commands ! U ! 
18489 \backslash
18490 unboldmath
18491 \end_layout
18492
18493 \end_inset
18494
18495
18496 \series default
18497  is inserted in TeX-mode.
18498 \begin_inset ERT
18499 status collapsed
18500
18501 \begin_layout Plain Layout
18502
18503
18504 \backslash
18505 boldmath 
18506 \end_layout
18507
18508 \end_inset
18509
18510
18511 \begin_inset Formula \[
18512 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18513
18514 \end_inset
18515
18516
18517 \begin_inset ERT
18518 status collapsed
18519
18520 \begin_layout Plain Layout
18521
18522
18523 \backslash
18524 unboldmath 
18525 \end_layout
18526
18527 \end_inset
18528
18529
18530 \end_layout
18531
18532 \begin_layout Subsection
18533 Font Sizes
18534 \begin_inset CommandInset label
18535 LatexCommand label
18536 name "sub:Font-Sizes"
18537
18538 \end_inset
18539
18540
18541 \begin_inset Index
18542 status collapsed
18543
18544 \begin_layout Plain Layout
18545 Font ! size
18546 \end_layout
18547
18548 \end_inset
18549
18550
18551 \end_layout
18552
18553 \begin_layout Standard
18554 For characters in formulas there are, analog to characters in text, the
18555  following size commands:
18556 \end_layout
18557
18558 \begin_layout Standard
18559
18560 \series bold
18561
18562 \backslash
18563 Huge
18564 \series default
18565
18566 \series bold
18567
18568 \backslash
18569 huge
18570 \series default
18571
18572 \series bold
18573
18574 \backslash
18575 LARGE
18576 \series default
18577
18578 \series bold
18579
18580 \backslash
18581 Large
18582 \series default
18583
18584 \series bold
18585
18586 \backslash
18587 large
18588 \series default
18589
18590 \series bold
18591
18592 \backslash
18593 normalsize
18594 \series default
18595
18596 \series bold
18597
18598 \backslash
18599 small
18600 \series default
18601 ,
18602 \begin_inset Newline newline
18603 \end_inset
18604
18605
18606 \series bold
18607
18608 \backslash
18609 footnotesize
18610 \series default
18611
18612 \series bold
18613
18614 \backslash
18615 scriptsize
18616 \series default
18617 , and 
18618 \series bold
18619
18620 \backslash
18621 tiny
18622 \end_layout
18623
18624 \begin_layout Standard
18625 The size produced by the commands depends on the document font size, that
18626  corresponds with the command 
18627 \series bold
18628
18629 \backslash
18630 normalsize
18631 \series default
18632 .
18633  The other commands produce smaller or larger sizes than 
18634 \series bold
18635
18636 \backslash
18637 normalsize
18638 \series default
18639 .
18640  The font size can however not exceed a certain value.
18641  Is for example the document font size 12
18642 \begin_inset space \thinspace{}
18643 \end_inset
18644
18645 pt, the command 
18646 \series bold
18647
18648 \backslash
18649 Huge
18650 \series default
18651  switches to the same size as 
18652 \series bold
18653
18654 \backslash
18655 huge
18656 \series default
18657 .
18658  
18659 \end_layout
18660
18661 \begin_layout Standard
18662 A size command is inserted in TeX-mode before the formula and sets the size
18663  for all following formula and text characters.
18664  To switch back to the initial size, the command 
18665 \series bold
18666
18667 \backslash
18668 normalsize
18669 \series default
18670  is inserted behind the formula in TeX-mode.
18671 \end_layout
18672
18673 \begin_layout Standard
18674 Within a formula the size can only be changed for symbols or letters in
18675  mathematical text.
18676  To do this, the size command is inserted in mathematical text.
18677  All following characters until the end of the mathematical text or until
18678  another size command will have the selected size.
18679  Two examples:
18680 \begin_inset VSpace -2mm
18681 \end_inset
18682
18683
18684 \end_layout
18685
18686 \begin_layout Standard
18687 \begin_inset ERT
18688 status collapsed
18689
18690 \begin_layout Plain Layout
18691
18692
18693 \backslash
18694 huge 
18695 \end_layout
18696
18697 \end_inset
18698
18699
18700 \begin_inset Formula \[
18701 A=\frac{B}{c}\cdot\maltese\]
18702
18703 \end_inset
18704
18705
18706 \begin_inset Formula \[
18707 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18708
18709 \end_inset
18710
18711
18712 \begin_inset ERT
18713 status collapsed
18714
18715 \begin_layout Plain Layout
18716
18717
18718 \backslash
18719 normalsize 
18720 \end_layout
18721
18722 \end_inset
18723
18724
18725 \end_layout
18726
18727 \begin_layout Standard
18728 \begin_inset VSpace medskip
18729 \end_inset
18730
18731 Before both formulas the command 
18732 \series bold
18733
18734 \backslash
18735 huge
18736 \series default
18737  was inserted.
18738  The command for the second formula is:
18739 \begin_inset Newline newline
18740 \end_inset
18741
18742
18743 \series bold
18744
18745 \backslash
18746 maltese
18747 \begin_inset ERT
18748 status collapsed
18749
18750 \begin_layout Plain Layout
18751
18752
18753 \backslash
18754 spce 
18755 \end_layout
18756
18757 \end_inset
18758
18759 A Alt-m m 
18760 \backslash
18761 Large
18762 \begin_inset ERT
18763 status collapsed
18764
18765 \begin_layout Plain Layout
18766
18767
18768 \backslash
18769 spce 
18770 \end_layout
18771
18772 \end_inset
18773
18774
18775 \backslash
18776 maltese
18777 \begin_inset ERT
18778 status collapsed
18779
18780 \begin_layout Plain Layout
18781
18782
18783 \backslash
18784 spce 
18785 \end_layout
18786
18787 \end_inset
18788
18789
18790 \backslash
18791 textit
18792 \begin_inset ERT
18793 status collapsed
18794
18795 \begin_layout Plain Layout
18796
18797
18798 \backslash
18799 spce 
18800 \end_layout
18801
18802 \end_inset
18803
18804 A
18805 \begin_inset Formula $\to$
18806 \end_inset
18807
18808
18809 \begin_inset Formula $\to$
18810 \end_inset
18811
18812
18813 \begin_inset Newline newline
18814 \end_inset
18815
18816
18817 \begin_inset space \hspace*{}
18818 \length 1cm
18819 \end_inset
18820
18821 Alt-m
18822 \series default
18823  
18824 \series bold
18825
18826 \backslash
18827 tiny
18828 \begin_inset ERT
18829 status collapsed
18830
18831 \begin_layout Plain Layout
18832
18833
18834 \backslash
18835 spce 
18836 \end_layout
18837
18838 \end_inset
18839
18840
18841 \backslash
18842 maltese
18843 \begin_inset ERT
18844 status collapsed
18845
18846 \begin_layout Plain Layout
18847
18848
18849 \backslash
18850 spce 
18851 \end_layout
18852
18853 \end_inset
18854
18855
18856 \backslash
18857 textit
18858 \begin_inset ERT
18859 status collapsed
18860
18861 \begin_layout Plain Layout
18862
18863
18864 \backslash
18865 spce 
18866 \end_layout
18867
18868 \end_inset
18869
18870 A
18871 \end_layout
18872
18873 \begin_layout Standard
18874 If a symbol cannot be displayed in different sizes, it will always be displayed
18875  in the default size.
18876 \end_layout
18877
18878 \begin_layout Section
18879 Greek Letters
18880 \begin_inset Index
18881 status collapsed
18882
18883 \begin_layout Plain Layout
18884 Greek letters
18885 \end_layout
18886
18887 \end_inset
18888
18889
18890 \end_layout
18891
18892 \begin_layout Standard
18893 All Greek letters can also be inserted via the toolbar button 
18894 \begin_inset Graphics
18895         filename ../images/math/alpha.png
18896         scale 85
18897
18898 \end_inset
18899
18900 .
18901 \end_layout
18902
18903 \begin_layout Subsection
18904 Small Letters
18905 \begin_inset CommandInset label
18906 LatexCommand label
18907 name "sub:Small-Letters"
18908
18909 \end_inset
18910
18911
18912 \begin_inset Index
18913 status collapsed
18914
18915 \begin_layout Plain Layout
18916 Greek letters ! small
18917 \end_layout
18918
18919 \end_inset
18920
18921
18922 \end_layout
18923
18924 \begin_layout Standard
18925 \begin_inset space \hfill{}
18926 \end_inset
18927
18928
18929 \begin_inset Tabular
18930 <lyxtabular version="3" rows="11" columns="2">
18931 <features>
18932 <column alignment="center" valignment="top" width="0pt">
18933 <column alignment="center" valignment="top" width="0pt">
18934 <row>
18935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18936 \begin_inset Text
18937
18938 \begin_layout Plain Layout
18939 Command
18940 \end_layout
18941
18942 \end_inset
18943 </cell>
18944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18945 \begin_inset Text
18946
18947 \begin_layout Plain Layout
18948 Result
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 </row>
18954 <row>
18955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18956 \begin_inset Text
18957
18958 \begin_layout Plain Layout
18959
18960 \backslash
18961 alpha
18962 \end_layout
18963
18964 \end_inset
18965 </cell>
18966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18967 \begin_inset Text
18968
18969 \begin_layout Plain Layout
18970 \begin_inset Formula $\alpha$
18971 \end_inset
18972
18973
18974 \end_layout
18975
18976 \end_inset
18977 </cell>
18978 </row>
18979 <row>
18980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18981 \begin_inset Text
18982
18983 \begin_layout Plain Layout
18984
18985 \backslash
18986 beta
18987 \end_layout
18988
18989 \end_inset
18990 </cell>
18991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18992 \begin_inset Text
18993
18994 \begin_layout Plain Layout
18995 \begin_inset Formula $\beta$
18996 \end_inset
18997
18998
18999 \end_layout
19000
19001 \end_inset
19002 </cell>
19003 </row>
19004 <row>
19005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19006 \begin_inset Text
19007
19008 \begin_layout Plain Layout
19009
19010 \backslash
19011 gamma
19012 \end_layout
19013
19014 \end_inset
19015 </cell>
19016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19017 \begin_inset Text
19018
19019 \begin_layout Plain Layout
19020 \begin_inset Formula $\gamma$
19021 \end_inset
19022
19023
19024 \end_layout
19025
19026 \end_inset
19027 </cell>
19028 </row>
19029 <row>
19030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19031 \begin_inset Text
19032
19033 \begin_layout Plain Layout
19034
19035 \backslash
19036 delta
19037 \end_layout
19038
19039 \end_inset
19040 </cell>
19041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19042 \begin_inset Text
19043
19044 \begin_layout Plain Layout
19045 \begin_inset Formula $\delta$
19046 \end_inset
19047
19048
19049 \end_layout
19050
19051 \end_inset
19052 </cell>
19053 </row>
19054 <row>
19055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19056 \begin_inset Text
19057
19058 \begin_layout Plain Layout
19059
19060 \backslash
19061 epsilon
19062 \end_layout
19063
19064 \end_inset
19065 </cell>
19066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19067 \begin_inset Text
19068
19069 \begin_layout Plain Layout
19070 \begin_inset Formula $\epsilon$
19071 \end_inset
19072
19073
19074 \end_layout
19075
19076 \end_inset
19077 </cell>
19078 </row>
19079 <row>
19080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19081 \begin_inset Text
19082
19083 \begin_layout Plain Layout
19084
19085 \backslash
19086 varepsilon
19087 \end_layout
19088
19089 \end_inset
19090 </cell>
19091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19092 \begin_inset Text
19093
19094 \begin_layout Plain Layout
19095 \begin_inset Formula $\varepsilon$
19096 \end_inset
19097
19098
19099 \end_layout
19100
19101 \end_inset
19102 </cell>
19103 </row>
19104 <row>
19105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19106 \begin_inset Text
19107
19108 \begin_layout Plain Layout
19109
19110 \backslash
19111 zeta
19112 \end_layout
19113
19114 \end_inset
19115 </cell>
19116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19117 \begin_inset Text
19118
19119 \begin_layout Plain Layout
19120 \begin_inset Formula $\zeta$
19121 \end_inset
19122
19123
19124 \end_layout
19125
19126 \end_inset
19127 </cell>
19128 </row>
19129 <row>
19130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19131 \begin_inset Text
19132
19133 \begin_layout Plain Layout
19134
19135 \backslash
19136 eta
19137 \end_layout
19138
19139 \end_inset
19140 </cell>
19141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19142 \begin_inset Text
19143
19144 \begin_layout Plain Layout
19145 \begin_inset Formula $\eta$
19146 \end_inset
19147
19148
19149 \end_layout
19150
19151 \end_inset
19152 </cell>
19153 </row>
19154 <row>
19155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19156 \begin_inset Text
19157
19158 \begin_layout Plain Layout
19159
19160 \backslash
19161 theta
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19167 \begin_inset Text
19168
19169 \begin_layout Plain Layout
19170 \begin_inset Formula $\theta$
19171 \end_inset
19172
19173
19174 \end_layout
19175
19176 \end_inset
19177 </cell>
19178 </row>
19179 <row>
19180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19181 \begin_inset Text
19182
19183 \begin_layout Plain Layout
19184
19185 \backslash
19186 vartheta
19187 \end_layout
19188
19189 \end_inset
19190 </cell>
19191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19192 \begin_inset Text
19193
19194 \begin_layout Plain Layout
19195 \begin_inset Formula $\vartheta$
19196 \end_inset
19197
19198
19199 \end_layout
19200
19201 \end_inset
19202 </cell>
19203 </row>
19204 </lyxtabular>
19205
19206 \end_inset
19207
19208
19209 \begin_inset space \hfill{}
19210 \end_inset
19211
19212
19213 \begin_inset Tabular
19214 <lyxtabular version="3" rows="12" columns="2">
19215 <features>
19216 <column alignment="center" valignment="top" width="0pt">
19217 <column alignment="center" valignment="top" width="0pt">
19218 <row>
19219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19220 \begin_inset Text
19221
19222 \begin_layout Plain Layout
19223 Command
19224 \end_layout
19225
19226 \end_inset
19227 </cell>
19228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19229 \begin_inset Text
19230
19231 \begin_layout Plain Layout
19232 Result
19233 \end_layout
19234
19235 \end_inset
19236 </cell>
19237 </row>
19238 <row>
19239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19240 \begin_inset Text
19241
19242 \begin_layout Plain Layout
19243
19244 \backslash
19245 iota
19246 \end_layout
19247
19248 \end_inset
19249 </cell>
19250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19251 \begin_inset Text
19252
19253 \begin_layout Plain Layout
19254 \begin_inset Formula $\iota$
19255 \end_inset
19256
19257
19258 \end_layout
19259
19260 \end_inset
19261 </cell>
19262 </row>
19263 <row>
19264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19265 \begin_inset Text
19266
19267 \begin_layout Plain Layout
19268
19269 \backslash
19270 kappa
19271 \end_layout
19272
19273 \end_inset
19274 </cell>
19275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19276 \begin_inset Text
19277
19278 \begin_layout Plain Layout
19279 \begin_inset Formula $\kappa$
19280 \end_inset
19281
19282
19283 \end_layout
19284
19285 \end_inset
19286 </cell>
19287 </row>
19288 <row>
19289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19290 \begin_inset Text
19291
19292 \begin_layout Plain Layout
19293
19294 \backslash
19295 varkappa
19296 \end_layout
19297
19298 \end_inset
19299 </cell>
19300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19301 \begin_inset Text
19302
19303 \begin_layout Plain Layout
19304 \begin_inset Formula $\varkappa$
19305 \end_inset
19306
19307
19308 \end_layout
19309
19310 \end_inset
19311 </cell>
19312 </row>
19313 <row>
19314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19315 \begin_inset Text
19316
19317 \begin_layout Plain Layout
19318
19319 \backslash
19320 lambda
19321 \end_layout
19322
19323 \end_inset
19324 </cell>
19325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19326 \begin_inset Text
19327
19328 \begin_layout Plain Layout
19329 \begin_inset Formula $\lambda$
19330 \end_inset
19331
19332
19333 \end_layout
19334
19335 \end_inset
19336 </cell>
19337 </row>
19338 <row>
19339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19340 \begin_inset Text
19341
19342 \begin_layout Plain Layout
19343
19344 \backslash
19345 mu
19346 \end_layout
19347
19348 \end_inset
19349 </cell>
19350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19351 \begin_inset Text
19352
19353 \begin_layout Plain Layout
19354 \begin_inset Formula $\mu$
19355 \end_inset
19356
19357
19358 \end_layout
19359
19360 \end_inset
19361 </cell>
19362 </row>
19363 <row>
19364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19365 \begin_inset Text
19366
19367 \begin_layout Plain Layout
19368
19369 \backslash
19370 nu
19371 \end_layout
19372
19373 \end_inset
19374 </cell>
19375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19376 \begin_inset Text
19377
19378 \begin_layout Plain Layout
19379 \begin_inset Formula $\nu$
19380 \end_inset
19381
19382
19383 \end_layout
19384
19385 \end_inset
19386 </cell>
19387 </row>
19388 <row>
19389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19390 \begin_inset Text
19391
19392 \begin_layout Plain Layout
19393
19394 \backslash
19395 xi
19396 \end_layout
19397
19398 \end_inset
19399 </cell>
19400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19401 \begin_inset Text
19402
19403 \begin_layout Plain Layout
19404 \begin_inset Formula $\xi$
19405 \end_inset
19406
19407
19408 \end_layout
19409
19410 \end_inset
19411 </cell>
19412 </row>
19413 <row>
19414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19415 \begin_inset Text
19416
19417 \begin_layout Plain Layout
19418 o
19419 \end_layout
19420
19421 \end_inset
19422 </cell>
19423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19424 \begin_inset Text
19425
19426 \begin_layout Plain Layout
19427 \begin_inset Formula $o$
19428 \end_inset
19429
19430
19431 \end_layout
19432
19433 \end_inset
19434 </cell>
19435 </row>
19436 <row>
19437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19438 \begin_inset Text
19439
19440 \begin_layout Plain Layout
19441
19442 \backslash
19443 pi
19444 \end_layout
19445
19446 \end_inset
19447 </cell>
19448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19449 \begin_inset Text
19450
19451 \begin_layout Plain Layout
19452 \begin_inset Formula $\pi$
19453 \end_inset
19454
19455
19456 \end_layout
19457
19458 \end_inset
19459 </cell>
19460 </row>
19461 <row>
19462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19463 \begin_inset Text
19464
19465 \begin_layout Plain Layout
19466
19467 \backslash
19468 varpi
19469 \end_layout
19470
19471 \end_inset
19472 </cell>
19473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19474 \begin_inset Text
19475
19476 \begin_layout Plain Layout
19477 \begin_inset Formula $\varpi$
19478 \end_inset
19479
19480
19481 \end_layout
19482
19483 \end_inset
19484 </cell>
19485 </row>
19486 <row>
19487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19488 \begin_inset Text
19489
19490 \begin_layout Plain Layout
19491
19492 \backslash
19493 rho
19494 \end_layout
19495
19496 \end_inset
19497 </cell>
19498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19499 \begin_inset Text
19500
19501 \begin_layout Plain Layout
19502 \begin_inset Formula $\rho$
19503 \end_inset
19504
19505
19506 \end_layout
19507
19508 \end_inset
19509 </cell>
19510 </row>
19511 </lyxtabular>
19512
19513 \end_inset
19514
19515
19516 \begin_inset space \hfill{}
19517 \end_inset
19518
19519
19520 \begin_inset Tabular
19521 <lyxtabular version="3" rows="11" columns="2">
19522 <features>
19523 <column alignment="center" valignment="top" width="0pt">
19524 <column alignment="center" valignment="top" width="0pt">
19525 <row>
19526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19527 \begin_inset Text
19528
19529 \begin_layout Plain Layout
19530 Command
19531 \end_layout
19532
19533 \end_inset
19534 </cell>
19535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19536 \begin_inset Text
19537
19538 \begin_layout Plain Layout
19539 Result
19540 \end_layout
19541
19542 \end_inset
19543 </cell>
19544 </row>
19545 <row>
19546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19547 \begin_inset Text
19548
19549 \begin_layout Plain Layout
19550
19551 \backslash
19552 varrho
19553 \end_layout
19554
19555 \end_inset
19556 </cell>
19557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19558 \begin_inset Text
19559
19560 \begin_layout Plain Layout
19561 \begin_inset Formula $\varrho$
19562 \end_inset
19563
19564
19565 \end_layout
19566
19567 \end_inset
19568 </cell>
19569 </row>
19570 <row>
19571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19572 \begin_inset Text
19573
19574 \begin_layout Plain Layout
19575
19576 \backslash
19577 sigma
19578 \end_layout
19579
19580 \end_inset
19581 </cell>
19582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19583 \begin_inset Text
19584
19585 \begin_layout Plain Layout
19586 \begin_inset Formula $\sigma$
19587 \end_inset
19588
19589
19590 \end_layout
19591
19592 \end_inset
19593 </cell>
19594 </row>
19595 <row>
19596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19597 \begin_inset Text
19598
19599 \begin_layout Plain Layout
19600
19601 \backslash
19602 varsigma
19603 \end_layout
19604
19605 \end_inset
19606 </cell>
19607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19608 \begin_inset Text
19609
19610 \begin_layout Plain Layout
19611 \begin_inset Formula $\varsigma$
19612 \end_inset
19613
19614
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 </row>
19620 <row>
19621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19622 \begin_inset Text
19623
19624 \begin_layout Plain Layout
19625
19626 \backslash
19627 tau
19628 \end_layout
19629
19630 \end_inset
19631 </cell>
19632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19633 \begin_inset Text
19634
19635 \begin_layout Plain Layout
19636 \begin_inset Formula $\tau$
19637 \end_inset
19638
19639
19640 \end_layout
19641
19642 \end_inset
19643 </cell>
19644 </row>
19645 <row>
19646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19647 \begin_inset Text
19648
19649 \begin_layout Plain Layout
19650
19651 \backslash
19652 upsilon
19653 \end_layout
19654
19655 \end_inset
19656 </cell>
19657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19658 \begin_inset Text
19659
19660 \begin_layout Plain Layout
19661 \begin_inset Formula $\upsilon$
19662 \end_inset
19663
19664
19665 \end_layout
19666
19667 \end_inset
19668 </cell>
19669 </row>
19670 <row>
19671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19672 \begin_inset Text
19673
19674 \begin_layout Plain Layout
19675
19676 \backslash
19677 phi
19678 \end_layout
19679
19680 \end_inset
19681 </cell>
19682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19683 \begin_inset Text
19684
19685 \begin_layout Plain Layout
19686 \begin_inset Formula $\phi$
19687 \end_inset
19688
19689
19690 \end_layout
19691
19692 \end_inset
19693 </cell>
19694 </row>
19695 <row>
19696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19697 \begin_inset Text
19698
19699 \begin_layout Plain Layout
19700
19701 \backslash
19702 varphi
19703 \end_layout
19704
19705 \end_inset
19706 </cell>
19707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19708 \begin_inset Text
19709
19710 \begin_layout Plain Layout
19711 \begin_inset Formula $\varphi$
19712 \end_inset
19713
19714
19715 \end_layout
19716
19717 \end_inset
19718 </cell>
19719 </row>
19720 <row>
19721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19722 \begin_inset Text
19723
19724 \begin_layout Plain Layout
19725
19726 \backslash
19727 chi
19728 \end_layout
19729
19730 \end_inset
19731 </cell>
19732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19733 \begin_inset Text
19734
19735 \begin_layout Plain Layout
19736 \begin_inset Formula $\chi$
19737 \end_inset
19738
19739
19740 \end_layout
19741
19742 \end_inset
19743 </cell>
19744 </row>
19745 <row>
19746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19747 \begin_inset Text
19748
19749 \begin_layout Plain Layout
19750
19751 \backslash
19752 psi
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19758 \begin_inset Text
19759
19760 \begin_layout Plain Layout
19761 \begin_inset Formula $\psi$
19762 \end_inset
19763
19764
19765 \end_layout
19766
19767 \end_inset
19768 </cell>
19769 </row>
19770 <row>
19771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19772 \begin_inset Text
19773
19774 \begin_layout Plain Layout
19775
19776 \backslash
19777 omega
19778 \end_layout
19779
19780 \end_inset
19781 </cell>
19782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19783 \begin_inset Text
19784
19785 \begin_layout Plain Layout
19786 \begin_inset Formula $\omega$
19787 \end_inset
19788
19789
19790 \end_layout
19791
19792 \end_inset
19793 </cell>
19794 </row>
19795 </lyxtabular>
19796
19797 \end_inset
19798
19799
19800 \begin_inset space \hfill{}
19801 \end_inset
19802
19803
19804 \end_layout
19805
19806 \begin_layout Standard
19807 \begin_inset VSpace medskip
19808 \end_inset
19809
19810
19811 \end_layout
19812
19813 \begin_layout Standard
19814 How to create upright Greek letters is explained in 
19815 \begin_inset CommandInset ref
19816 LatexCommand ref
19817 reference "sub:Upright-small-Greek"
19818
19819 \end_inset
19820
19821 .
19822 \end_layout
19823
19824 \begin_layout Subsection
19825 Big Letters
19826 \begin_inset Index
19827 status collapsed
19828
19829 \begin_layout Plain Layout
19830 Greek letters ! big
19831 \end_layout
19832
19833 \end_inset
19834
19835
19836 \end_layout
19837
19838 \begin_layout Standard
19839 \begin_inset space \hfill{}
19840 \end_inset
19841
19842
19843 \begin_inset Tabular
19844 <lyxtabular version="3" rows="7" columns="2">
19845 <features>
19846 <column alignment="center" valignment="top" width="0pt">
19847 <column alignment="center" valignment="top" width="0pt">
19848 <row>
19849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19850 \begin_inset Text
19851
19852 \begin_layout Plain Layout
19853 Command
19854 \end_layout
19855
19856 \end_inset
19857 </cell>
19858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19859 \begin_inset Text
19860
19861 \begin_layout Plain Layout
19862 Result
19863 \end_layout
19864
19865 \end_inset
19866 </cell>
19867 </row>
19868 <row>
19869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19870 \begin_inset Text
19871
19872 \begin_layout Plain Layout
19873
19874 \backslash
19875 Gamma
19876 \end_layout
19877
19878 \end_inset
19879 </cell>
19880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19881 \begin_inset Text
19882
19883 \begin_layout Plain Layout
19884 \begin_inset Formula $\Gamma$
19885 \end_inset
19886
19887
19888 \end_layout
19889
19890 \end_inset
19891 </cell>
19892 </row>
19893 <row>
19894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898
19899 \backslash
19900 Delta
19901 \end_layout
19902
19903 \end_inset
19904 </cell>
19905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19906 \begin_inset Text
19907
19908 \begin_layout Plain Layout
19909 \begin_inset Formula $\Delta$
19910 \end_inset
19911
19912
19913 \end_layout
19914
19915 \end_inset
19916 </cell>
19917 </row>
19918 <row>
19919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923
19924 \backslash
19925 Theta
19926 \end_layout
19927
19928 \end_inset
19929 </cell>
19930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19931 \begin_inset Text
19932
19933 \begin_layout Plain Layout
19934 \begin_inset Formula $\Theta$
19935 \end_inset
19936
19937
19938 \end_layout
19939
19940 \end_inset
19941 </cell>
19942 </row>
19943 <row>
19944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19945 \begin_inset Text
19946
19947 \begin_layout Plain Layout
19948
19949 \backslash
19950 Lambda
19951 \end_layout
19952
19953 \end_inset
19954 </cell>
19955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19956 \begin_inset Text
19957
19958 \begin_layout Plain Layout
19959 \begin_inset Formula $\Lambda$
19960 \end_inset
19961
19962
19963 \end_layout
19964
19965 \end_inset
19966 </cell>
19967 </row>
19968 <row>
19969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19970 \begin_inset Text
19971
19972 \begin_layout Plain Layout
19973
19974 \backslash
19975 Xi
19976 \end_layout
19977
19978 \end_inset
19979 </cell>
19980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19981 \begin_inset Text
19982
19983 \begin_layout Plain Layout
19984 \begin_inset Formula $\Xi$
19985 \end_inset
19986
19987
19988 \end_layout
19989
19990 \end_inset
19991 </cell>
19992 </row>
19993 <row>
19994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19995 \begin_inset Text
19996
19997 \begin_layout Plain Layout
19998
19999 \backslash
20000 Pi
20001 \end_layout
20002
20003 \end_inset
20004 </cell>
20005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20006 \begin_inset Text
20007
20008 \begin_layout Plain Layout
20009 \begin_inset Formula $\Pi$
20010 \end_inset
20011
20012
20013 \end_layout
20014
20015 \end_inset
20016 </cell>
20017 </row>
20018 </lyxtabular>
20019
20020 \end_inset
20021
20022
20023 \begin_inset space \hfill{}
20024 \end_inset
20025
20026
20027 \begin_inset Tabular
20028 <lyxtabular version="3" rows="6" columns="2">
20029 <features>
20030 <column alignment="center" valignment="top" width="0pt">
20031 <column alignment="center" valignment="top" width="0pt">
20032 <row>
20033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20034 \begin_inset Text
20035
20036 \begin_layout Plain Layout
20037 Command
20038 \end_layout
20039
20040 \end_inset
20041 </cell>
20042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20043 \begin_inset Text
20044
20045 \begin_layout Plain Layout
20046 Result
20047 \end_layout
20048
20049 \end_inset
20050 </cell>
20051 </row>
20052 <row>
20053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20054 \begin_inset Text
20055
20056 \begin_layout Plain Layout
20057
20058 \backslash
20059 Sigma
20060 \end_layout
20061
20062 \end_inset
20063 </cell>
20064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20065 \begin_inset Text
20066
20067 \begin_layout Plain Layout
20068 \begin_inset Formula $\Sigma$
20069 \end_inset
20070
20071
20072 \end_layout
20073
20074 \end_inset
20075 </cell>
20076 </row>
20077 <row>
20078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20079 \begin_inset Text
20080
20081 \begin_layout Plain Layout
20082
20083 \backslash
20084 Upsilon
20085 \end_layout
20086
20087 \end_inset
20088 </cell>
20089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20090 \begin_inset Text
20091
20092 \begin_layout Plain Layout
20093 \begin_inset Formula $\Upsilon$
20094 \end_inset
20095
20096
20097 \end_layout
20098
20099 \end_inset
20100 </cell>
20101 </row>
20102 <row>
20103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20104 \begin_inset Text
20105
20106 \begin_layout Plain Layout
20107
20108 \backslash
20109 Phi
20110 \end_layout
20111
20112 \end_inset
20113 </cell>
20114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20115 \begin_inset Text
20116
20117 \begin_layout Plain Layout
20118 \begin_inset Formula $\Phi$
20119 \end_inset
20120
20121
20122 \end_layout
20123
20124 \end_inset
20125 </cell>
20126 </row>
20127 <row>
20128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20129 \begin_inset Text
20130
20131 \begin_layout Plain Layout
20132
20133 \backslash
20134 Psi
20135 \end_layout
20136
20137 \end_inset
20138 </cell>
20139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20140 \begin_inset Text
20141
20142 \begin_layout Plain Layout
20143 \begin_inset Formula $\Psi$
20144 \end_inset
20145
20146
20147 \end_layout
20148
20149 \end_inset
20150 </cell>
20151 </row>
20152 <row>
20153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20154 \begin_inset Text
20155
20156 \begin_layout Plain Layout
20157
20158 \backslash
20159 Omega
20160 \end_layout
20161
20162 \end_inset
20163 </cell>
20164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20165 \begin_inset Text
20166
20167 \begin_layout Plain Layout
20168 \begin_inset Formula $\Omega$
20169 \end_inset
20170
20171
20172 \end_layout
20173
20174 \end_inset
20175 </cell>
20176 </row>
20177 </lyxtabular>
20178
20179 \end_inset
20180
20181
20182 \begin_inset space \hfill{}
20183 \end_inset
20184
20185
20186 \end_layout
20187
20188 \begin_layout Standard
20189 \begin_inset VSpace medskip
20190 \end_inset
20191
20192 That the big Greek letters appear upright is caused by a design bug when
20193  TeX was developed.
20194  To get correct italic big letters, begin every command with 
20195 \series bold
20196 var
20197 \series default
20198 .
20199  For example the command 
20200 \series bold
20201
20202 \backslash
20203 varGamma
20204 \series default
20205  produces: 
20206 \begin_inset Formula $\varGamma$
20207 \end_inset
20208
20209
20210 \end_layout
20211
20212 \begin_layout Subsection
20213 Bold Letters
20214 \begin_inset Index
20215 status collapsed
20216
20217 \begin_layout Plain Layout
20218 Greek letters ! bold
20219 \end_layout
20220
20221 \end_inset
20222
20223
20224 \end_layout
20225
20226 \begin_layout Standard
20227 Greek letters cannot be set with different font styles like Latin letters.
20228  They can only be made bold with the command 
20229 \series bold
20230
20231 \backslash
20232 boldsymbol
20233 \series default
20234
20235 \begin_inset Index
20236 status collapsed
20237
20238 \begin_layout Plain Layout
20239 Commands ! B ! 
20240 \backslash
20241 boldsymbol
20242 \end_layout
20243
20244 \end_inset
20245
20246 .
20247 \end_layout
20248
20249 \begin_layout Standard
20250 \align center
20251 \begin_inset Tabular
20252 <lyxtabular version="3" rows="3" columns="2">
20253 <features>
20254 <column alignment="center" valignment="top" width="0">
20255 <column alignment="center" valignment="top" width="0">
20256 <row>
20257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20258 \begin_inset Text
20259
20260 \begin_layout Plain Layout
20261 Command
20262 \end_layout
20263
20264 \end_inset
20265 </cell>
20266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20267 \begin_inset Text
20268
20269 \begin_layout Plain Layout
20270 Result
20271 \end_layout
20272
20273 \end_inset
20274 </cell>
20275 </row>
20276 <row>
20277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20278 \begin_inset Text
20279
20280 \begin_layout Plain Layout
20281
20282 \backslash
20283 Upsilon
20284 \backslash
20285 boldsymbol
20286 \backslash
20287 Upsilon
20288 \end_layout
20289
20290 \end_inset
20291 </cell>
20292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20293 \begin_inset Text
20294
20295 \begin_layout Plain Layout
20296 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20297 \end_inset
20298
20299
20300 \end_layout
20301
20302 \end_inset
20303 </cell>
20304 </row>
20305 <row>
20306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20307 \begin_inset Text
20308
20309 \begin_layout Plain Layout
20310
20311 \backslash
20312 theta
20313 \backslash
20314 boldsymbol
20315 \backslash
20316 theta
20317 \end_layout
20318
20319 \end_inset
20320 </cell>
20321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20322 \begin_inset Text
20323
20324 \begin_layout Plain Layout
20325 \begin_inset Formula $\theta\boldsymbol{\theta}$
20326 \end_inset
20327
20328
20329 \end_layout
20330
20331 \end_inset
20332 </cell>
20333 </row>
20334 </lyxtabular>
20335
20336 \end_inset
20337
20338
20339 \end_layout
20340
20341 \begin_layout Section
20342 Symbols
20343 \begin_inset ERT
20344 status collapsed
20345
20346 \begin_layout Plain Layout
20347
20348
20349 \backslash
20350 texorpdfstring{
20351 \end_layout
20352
20353 \end_inset
20354
20355
20356 \begin_inset Foot
20357 status collapsed
20358
20359 \begin_layout Plain Layout
20360 A list with all symbols of most of the LaTeX-packages can be found in 
20361 \begin_inset CommandInset citation
20362 LatexCommand cite
20363 key "Symbole"
20364
20365 \end_inset
20366
20367 .
20368 \end_layout
20369
20370 \end_inset
20371
20372
20373 \begin_inset ERT
20374 status collapsed
20375
20376 \begin_layout Plain Layout
20377
20378 }{}
20379 \end_layout
20380
20381 \end_inset
20382
20383
20384 \begin_inset Note Note
20385 status collapsed
20386
20387 \begin_layout Plain Layout
20388
20389 \backslash
20390 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20391 \end_layout
20392
20393 \begin_layout Plain Layout
20394 More about 
20395 \backslash
20396 texorpdfstring is in section 
20397 \begin_inset CommandInset ref
20398 LatexCommand ref
20399 reference "sub:Formulas-in-Section"
20400
20401 \end_inset
20402
20403 .
20404 \end_layout
20405
20406 \end_inset
20407
20408
20409 \begin_inset Index
20410 status collapsed
20411
20412 \begin_layout Plain Layout
20413 Symbols
20414 \end_layout
20415
20416 \end_inset
20417
20418
20419 \end_layout
20420
20421 \begin_layout Standard
20422 Many of the symbols listed in this section can also be inserted via the
20423  toolbar buttons 
20424 \begin_inset Graphics
20425         filename ../images/math/nabla.png
20426         scale 85
20427
20428 \end_inset
20429
20430  and 
20431 \begin_inset Graphics
20432         filename ../images/math/digamma.png
20433         scale 85
20434
20435 \end_inset
20436
20437 .
20438 \end_layout
20439
20440 \begin_layout Subsection
20441 Mathematical Symbols
20442 \begin_inset CommandInset label
20443 LatexCommand label
20444 name "sub:Mathematical-Symbols"
20445
20446 \end_inset
20447
20448
20449 \begin_inset Index
20450 status collapsed
20451
20452 \begin_layout Plain Layout
20453 Symbols ! mathematical
20454 \end_layout
20455
20456 \end_inset
20457
20458
20459 \end_layout
20460
20461 \begin_layout Standard
20462 \begin_inset space \hfill{}
20463 \end_inset
20464
20465
20466 \begin_inset Tabular
20467 <lyxtabular version="3" rows="10" columns="2">
20468 <features>
20469 <column alignment="center" valignment="top" width="0pt">
20470 <column alignment="center" valignment="top" width="0pt">
20471 <row>
20472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20473 \begin_inset Text
20474
20475 \begin_layout Plain Layout
20476 Command
20477 \end_layout
20478
20479 \end_inset
20480 </cell>
20481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20482 \begin_inset Text
20483
20484 \begin_layout Plain Layout
20485 Result
20486 \end_layout
20487
20488 \end_inset
20489 </cell>
20490 </row>
20491 <row>
20492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20493 \begin_inset Text
20494
20495 \begin_layout Plain Layout
20496
20497 \backslash
20498 neg
20499 \end_layout
20500
20501 \end_inset
20502 </cell>
20503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20504 \begin_inset Text
20505
20506 \begin_layout Plain Layout
20507 \begin_inset Formula $\neg$
20508 \end_inset
20509
20510
20511 \end_layout
20512
20513 \end_inset
20514 </cell>
20515 </row>
20516 <row>
20517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20518 \begin_inset Text
20519
20520 \begin_layout Plain Layout
20521
20522 \backslash
20523 Im
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20529 \begin_inset Text
20530
20531 \begin_layout Plain Layout
20532 \begin_inset Formula $\Im$
20533 \end_inset
20534
20535
20536 \end_layout
20537
20538 \end_inset
20539 </cell>
20540 </row>
20541 <row>
20542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20543 \begin_inset Text
20544
20545 \begin_layout Plain Layout
20546
20547 \backslash
20548 Re
20549 \end_layout
20550
20551 \end_inset
20552 </cell>
20553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20554 \begin_inset Text
20555
20556 \begin_layout Plain Layout
20557 \begin_inset Formula $\Re$
20558 \end_inset
20559
20560
20561 \end_layout
20562
20563 \end_inset
20564 </cell>
20565 </row>
20566 <row>
20567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20568 \begin_inset Text
20569
20570 \begin_layout Plain Layout
20571
20572 \backslash
20573 aleph
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20579 \begin_inset Text
20580
20581 \begin_layout Plain Layout
20582 \begin_inset Formula $\aleph$
20583 \end_inset
20584
20585
20586 \end_layout
20587
20588 \end_inset
20589 </cell>
20590 </row>
20591 <row>
20592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20593 \begin_inset Text
20594
20595 \begin_layout Plain Layout
20596
20597 \backslash
20598 partial
20599 \end_layout
20600
20601 \end_inset
20602 </cell>
20603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20604 \begin_inset Text
20605
20606 \begin_layout Plain Layout
20607 \begin_inset Formula $\partial$
20608 \end_inset
20609
20610
20611 \end_layout
20612
20613 \end_inset
20614 </cell>
20615 </row>
20616 <row>
20617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20618 \begin_inset Text
20619
20620 \begin_layout Plain Layout
20621
20622 \backslash
20623 infty
20624 \end_layout
20625
20626 \end_inset
20627 </cell>
20628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20629 \begin_inset Text
20630
20631 \begin_layout Plain Layout
20632 \begin_inset Formula $\infty$
20633 \end_inset
20634
20635
20636 \end_layout
20637
20638 \end_inset
20639 </cell>
20640 </row>
20641 <row>
20642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20643 \begin_inset Text
20644
20645 \begin_layout Plain Layout
20646
20647 \backslash
20648 wp
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 \begin_inset Formula $\wp$
20658 \end_inset
20659
20660
20661 \end_layout
20662
20663 \end_inset
20664 </cell>
20665 </row>
20666 <row>
20667 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20668 \begin_inset Text
20669
20670 \begin_layout Plain Layout
20671
20672 \backslash
20673 imath
20674 \end_layout
20675
20676 \end_inset
20677 </cell>
20678 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20679 \begin_inset Text
20680
20681 \begin_layout Plain Layout
20682 \begin_inset Formula $\imath$
20683 \end_inset
20684
20685
20686 \end_layout
20687
20688 \end_inset
20689 </cell>
20690 </row>
20691 <row>
20692 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20693 \begin_inset Text
20694
20695 \begin_layout Plain Layout
20696
20697 \backslash
20698 jmath
20699 \end_layout
20700
20701 \end_inset
20702 </cell>
20703 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20704 \begin_inset Text
20705
20706 \begin_layout Plain Layout
20707 \begin_inset Formula $\jmath$
20708 \end_inset
20709
20710
20711 \end_layout
20712
20713 \end_inset
20714 </cell>
20715 </row>
20716 </lyxtabular>
20717
20718 \end_inset
20719
20720
20721 \begin_inset space \hfill{}
20722 \end_inset
20723
20724
20725 \begin_inset Tabular
20726 <lyxtabular version="3" rows="10" columns="2">
20727 <features>
20728 <column alignment="center" valignment="top" width="0pt">
20729 <column alignment="center" valignment="top" width="0pt">
20730 <row>
20731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20732 \begin_inset Text
20733
20734 \begin_layout Plain Layout
20735 Command
20736 \end_layout
20737
20738 \end_inset
20739 </cell>
20740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20741 \begin_inset Text
20742
20743 \begin_layout Plain Layout
20744 Result
20745 \begin_inset Note Note
20746 status collapsed
20747
20748 \begin_layout Plain Layout
20749
20750 \series bold
20751
20752 \backslash
20753 raisebox
20754 \series default
20755  is only used as spacer.
20756 \end_layout
20757
20758 \end_inset
20759
20760
20761 \end_layout
20762
20763 \end_inset
20764 </cell>
20765 </row>
20766 <row>
20767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20768 \begin_inset Text
20769
20770 \begin_layout Plain Layout
20771
20772 \backslash
20773 forall
20774 \end_layout
20775
20776 \end_inset
20777 </cell>
20778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20779 \begin_inset Text
20780
20781 \begin_layout Plain Layout
20782 \begin_inset Formula $\forall$
20783 \end_inset
20784
20785
20786 \end_layout
20787
20788 \end_inset
20789 </cell>
20790 </row>
20791 <row>
20792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20793 \begin_inset Text
20794
20795 \begin_layout Plain Layout
20796
20797 \backslash
20798 exists
20799 \end_layout
20800
20801 \end_inset
20802 </cell>
20803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20804 \begin_inset Text
20805
20806 \begin_layout Plain Layout
20807 \begin_inset Formula $\exists$
20808 \end_inset
20809
20810
20811 \end_layout
20812
20813 \end_inset
20814 </cell>
20815 </row>
20816 <row>
20817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20818 \begin_inset Text
20819
20820 \begin_layout Plain Layout
20821
20822 \backslash
20823 nexists
20824 \end_layout
20825
20826 \end_inset
20827 </cell>
20828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20829 \begin_inset Text
20830
20831 \begin_layout Plain Layout
20832 \begin_inset Formula $\nexists$
20833 \end_inset
20834
20835
20836 \end_layout
20837
20838 \end_inset
20839 </cell>
20840 </row>
20841 <row>
20842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20843 \begin_inset Text
20844
20845 \begin_layout Plain Layout
20846
20847 \backslash
20848 emptyset
20849 \end_layout
20850
20851 \end_inset
20852 </cell>
20853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20854 \begin_inset Text
20855
20856 \begin_layout Plain Layout
20857 \begin_inset Formula $\emptyset$
20858 \end_inset
20859
20860
20861 \end_layout
20862
20863 \end_inset
20864 </cell>
20865 </row>
20866 <row>
20867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20868 \begin_inset Text
20869
20870 \begin_layout Plain Layout
20871
20872 \backslash
20873 varnothing
20874 \end_layout
20875
20876 \end_inset
20877 </cell>
20878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20879 \begin_inset Text
20880
20881 \begin_layout Plain Layout
20882 \begin_inset Formula $\varnothing$
20883 \end_inset
20884
20885
20886 \end_layout
20887
20888 \end_inset
20889 </cell>
20890 </row>
20891 <row>
20892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20893 \begin_inset Text
20894
20895 \begin_layout Plain Layout
20896
20897 \backslash
20898 dag
20899 \end_layout
20900
20901 \end_inset
20902 </cell>
20903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20904 \begin_inset Text
20905
20906 \begin_layout Plain Layout
20907 \begin_inset Formula $\dag$
20908 \end_inset
20909
20910
20911 \end_layout
20912
20913 \end_inset
20914 </cell>
20915 </row>
20916 <row>
20917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20918 \begin_inset Text
20919
20920 \begin_layout Plain Layout
20921
20922 \backslash
20923 ddag
20924 \end_layout
20925
20926 \end_inset
20927 </cell>
20928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20929 \begin_inset Text
20930
20931 \begin_layout Plain Layout
20932 \begin_inset Formula $\ddag$
20933 \end_inset
20934
20935
20936 \end_layout
20937
20938 \end_inset
20939 </cell>
20940 </row>
20941 <row>
20942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20943 \begin_inset Text
20944
20945 \begin_layout Plain Layout
20946
20947 \backslash
20948 complement
20949 \end_layout
20950
20951 \end_inset
20952 </cell>
20953 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20954 \begin_inset Text
20955
20956 \begin_layout Plain Layout
20957 \begin_inset ERT
20958 status collapsed
20959
20960 \begin_layout Plain Layout
20961
20962
20963 \backslash
20964 raisebox{-0.8mm}{
20965 \end_layout
20966
20967 \end_inset
20968
20969
20970 \begin_inset Formula $\complement$
20971 \end_inset
20972
20973
20974 \begin_inset ERT
20975 status collapsed
20976
20977 \begin_layout Plain Layout
20978
20979 }
20980 \end_layout
20981
20982 \end_inset
20983
20984
20985 \end_layout
20986
20987 \end_inset
20988 </cell>
20989 </row>
20990 <row>
20991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20992 \begin_inset Text
20993
20994 \begin_layout Plain Layout
20995
20996 \backslash
20997 Bbbk
20998 \end_layout
20999
21000 \end_inset
21001 </cell>
21002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21003 \begin_inset Text
21004
21005 \begin_layout Plain Layout
21006 \begin_inset Formula $\Bbbk$
21007 \end_inset
21008
21009
21010 \end_layout
21011
21012 \end_inset
21013 </cell>
21014 </row>
21015 </lyxtabular>
21016
21017 \end_inset
21018
21019
21020 \begin_inset space \hfill{}
21021 \end_inset
21022
21023
21024 \begin_inset Tabular
21025 <lyxtabular version="3" rows="10" columns="2">
21026 <features>
21027 <column alignment="center" valignment="top" width="0pt">
21028 <column alignment="center" valignment="top" width="0pt">
21029 <row>
21030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21031 \begin_inset Text
21032
21033 \begin_layout Plain Layout
21034 Command
21035 \end_layout
21036
21037 \end_inset
21038 </cell>
21039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21040 \begin_inset Text
21041
21042 \begin_layout Plain Layout
21043 Result
21044 \end_layout
21045
21046 \end_inset
21047 </cell>
21048 </row>
21049 <row>
21050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21051 \begin_inset Text
21052
21053 \begin_layout Plain Layout
21054
21055 \backslash
21056 prime
21057 \end_layout
21058
21059 \end_inset
21060 </cell>
21061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21062 \begin_inset Text
21063
21064 \begin_layout Plain Layout
21065 \begin_inset Formula $\prime$
21066 \end_inset
21067
21068
21069 \end_layout
21070
21071 \end_inset
21072 </cell>
21073 </row>
21074 <row>
21075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079
21080 \backslash
21081 backprime
21082 \end_layout
21083
21084 \end_inset
21085 </cell>
21086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21087 \begin_inset Text
21088
21089 \begin_layout Plain Layout
21090 \begin_inset Formula $\backprime$
21091 \end_inset
21092
21093
21094 \end_layout
21095
21096 \end_inset
21097 </cell>
21098 </row>
21099 <row>
21100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21101 \begin_inset Text
21102
21103 \begin_layout Plain Layout
21104
21105 \backslash
21106 mho
21107 \end_layout
21108
21109 \end_inset
21110 </cell>
21111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21112 \begin_inset Text
21113
21114 \begin_layout Plain Layout
21115 \begin_inset Formula $\mho$
21116 \end_inset
21117
21118
21119 \end_layout
21120
21121 \end_inset
21122 </cell>
21123 </row>
21124 <row>
21125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21126 \begin_inset Text
21127
21128 \begin_layout Plain Layout
21129
21130 \backslash
21131 triangle
21132 \end_layout
21133
21134 \end_inset
21135 </cell>
21136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21137 \begin_inset Text
21138
21139 \begin_layout Plain Layout
21140 \begin_inset Formula $\triangle$
21141 \end_inset
21142
21143
21144 \end_layout
21145
21146 \end_inset
21147 </cell>
21148 </row>
21149 <row>
21150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21151 \begin_inset Text
21152
21153 \begin_layout Plain Layout
21154
21155 \backslash
21156 angle
21157 \end_layout
21158
21159 \end_inset
21160 </cell>
21161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21162 \begin_inset Text
21163
21164 \begin_layout Plain Layout
21165 \begin_inset Formula $\angle$
21166 \end_inset
21167
21168
21169 \end_layout
21170
21171 \end_inset
21172 </cell>
21173 </row>
21174 <row>
21175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21176 \begin_inset Text
21177
21178 \begin_layout Plain Layout
21179
21180 \backslash
21181 measuredangle
21182 \end_layout
21183
21184 \end_inset
21185 </cell>
21186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21187 \begin_inset Text
21188
21189 \begin_layout Plain Layout
21190 \begin_inset Formula $\measuredangle$
21191 \end_inset
21192
21193
21194 \end_layout
21195
21196 \end_inset
21197 </cell>
21198 </row>
21199 <row>
21200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21201 \begin_inset Text
21202
21203 \begin_layout Plain Layout
21204
21205 \backslash
21206 sphericalangle
21207 \end_layout
21208
21209 \end_inset
21210 </cell>
21211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21212 \begin_inset Text
21213
21214 \begin_layout Plain Layout
21215 \begin_inset Formula $\sphericalangle$
21216 \end_inset
21217
21218
21219 \end_layout
21220
21221 \end_inset
21222 </cell>
21223 </row>
21224 <row>
21225 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21226 \begin_inset Text
21227
21228 \begin_layout Plain Layout
21229
21230 \backslash
21231 top
21232 \end_layout
21233
21234 \end_inset
21235 </cell>
21236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21237 \begin_inset Text
21238
21239 \begin_layout Plain Layout
21240 \begin_inset Formula $\top$
21241 \end_inset
21242
21243
21244 \end_layout
21245
21246 \end_inset
21247 </cell>
21248 </row>
21249 <row>
21250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21251 \begin_inset Text
21252
21253 \begin_layout Plain Layout
21254
21255 \backslash
21256 bot
21257 \end_layout
21258
21259 \end_inset
21260 </cell>
21261 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21262 \begin_inset Text
21263
21264 \begin_layout Plain Layout
21265 \begin_inset Formula $\bot$
21266 \end_inset
21267
21268
21269 \end_layout
21270
21271 \end_inset
21272 </cell>
21273 </row>
21274 </lyxtabular>
21275
21276 \end_inset
21277
21278
21279 \begin_inset space \hfill{}
21280 \end_inset
21281
21282
21283 \end_layout
21284
21285 \begin_layout Standard
21286 \begin_inset Newpage newpage
21287 \end_inset
21288
21289
21290 \end_layout
21291
21292 \begin_layout Subsection
21293 Miscellaneous Symbols
21294 \begin_inset CommandInset label
21295 LatexCommand label
21296 name "sub:Miscellaneous-Symbols"
21297
21298 \end_inset
21299
21300
21301 \begin_inset Index
21302 status collapsed
21303
21304 \begin_layout Plain Layout
21305 Symbols ! miscellaneous
21306 \end_layout
21307
21308 \end_inset
21309
21310
21311 \end_layout
21312
21313 \begin_layout Standard
21314 \noindent
21315 \align center
21316 \begin_inset Tabular
21317 <lyxtabular version="3" rows="10" columns="2">
21318 <features>
21319 <column alignment="center" valignment="top" width="0pt">
21320 <column alignment="center" valignment="top" width="0pt">
21321 <row>
21322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21323 \begin_inset Text
21324
21325 \begin_layout Plain Layout
21326 Command
21327 \end_layout
21328
21329 \end_inset
21330 </cell>
21331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21332 \begin_inset Text
21333
21334 \begin_layout Plain Layout
21335 Result
21336 \end_layout
21337
21338 \end_inset
21339 </cell>
21340 </row>
21341 <row>
21342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21343 \begin_inset Text
21344
21345 \begin_layout Plain Layout
21346
21347 \backslash
21348 flat
21349 \end_layout
21350
21351 \end_inset
21352 </cell>
21353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21354 \begin_inset Text
21355
21356 \begin_layout Plain Layout
21357 \begin_inset Formula $\flat$
21358 \end_inset
21359
21360
21361 \end_layout
21362
21363 \end_inset
21364 </cell>
21365 </row>
21366 <row>
21367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21368 \begin_inset Text
21369
21370 \begin_layout Plain Layout
21371
21372 \backslash
21373 natural
21374 \end_layout
21375
21376 \end_inset
21377 </cell>
21378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21379 \begin_inset Text
21380
21381 \begin_layout Plain Layout
21382 \begin_inset Formula $\natural$
21383 \end_inset
21384
21385
21386 \end_layout
21387
21388 \end_inset
21389 </cell>
21390 </row>
21391 <row>
21392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21393 \begin_inset Text
21394
21395 \begin_layout Plain Layout
21396
21397 \backslash
21398 sharp
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21404 \begin_inset Text
21405
21406 \begin_layout Plain Layout
21407 \begin_inset Formula $\sharp$
21408 \end_inset
21409
21410
21411 \end_layout
21412
21413 \end_inset
21414 </cell>
21415 </row>
21416 <row>
21417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21418 \begin_inset Text
21419
21420 \begin_layout Plain Layout
21421
21422 \backslash
21423 surd
21424 \end_layout
21425
21426 \end_inset
21427 </cell>
21428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21429 \begin_inset Text
21430
21431 \begin_layout Plain Layout
21432 \begin_inset Formula $\surd$
21433 \end_inset
21434
21435
21436 \end_layout
21437
21438 \end_inset
21439 </cell>
21440 </row>
21441 <row>
21442 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21443 \begin_inset Text
21444
21445 \begin_layout Plain Layout
21446
21447 \backslash
21448 checkmark
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21454 \begin_inset Text
21455
21456 \begin_layout Plain Layout
21457 \begin_inset Formula $\checkmark$
21458 \end_inset
21459
21460
21461 \end_layout
21462
21463 \end_inset
21464 </cell>
21465 </row>
21466 <row>
21467 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21468 \begin_inset Text
21469
21470 \begin_layout Plain Layout
21471
21472 \backslash
21473 yen
21474 \end_layout
21475
21476 \end_inset
21477 </cell>
21478 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21479 \begin_inset Text
21480
21481 \begin_layout Plain Layout
21482 \begin_inset Formula $\yen$
21483 \end_inset
21484
21485
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 </row>
21491 <row>
21492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21493 \begin_inset Text
21494
21495 \begin_layout Plain Layout
21496
21497 \backslash
21498 pounds
21499 \end_layout
21500
21501 \end_inset
21502 </cell>
21503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21504 \begin_inset Text
21505
21506 \begin_layout Plain Layout
21507 \begin_inset Formula $\pounds$
21508 \end_inset
21509
21510
21511 \end_layout
21512
21513 \end_inset
21514 </cell>
21515 </row>
21516 <row>
21517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21518 \begin_inset Text
21519
21520 \begin_layout Plain Layout
21521 $
21522 \end_layout
21523
21524 \end_inset
21525 </cell>
21526 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21527 \begin_inset Text
21528
21529 \begin_layout Plain Layout
21530 \begin_inset Formula $\$$
21531 \end_inset
21532
21533
21534 \end_layout
21535
21536 \end_inset
21537 </cell>
21538 </row>
21539 <row>
21540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21541 \begin_inset Text
21542
21543 \begin_layout Plain Layout
21544 §
21545 \end_layout
21546
21547 \end_inset
21548 </cell>
21549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21550 \begin_inset Text
21551
21552 \begin_layout Plain Layout
21553 \begin_inset Formula $§$
21554 \end_inset
21555
21556
21557 \end_layout
21558
21559 \end_inset
21560 </cell>
21561 </row>
21562 </lyxtabular>
21563
21564 \end_inset
21565
21566
21567 \begin_inset Tabular
21568 <lyxtabular version="3" rows="10" columns="2">
21569 <features>
21570 <column alignment="center" valignment="top" width="0">
21571 <column alignment="center" valignment="top" width="0">
21572 <row>
21573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21574 \begin_inset Text
21575
21576 \begin_layout Plain Layout
21577 Command
21578 \end_layout
21579
21580 \end_inset
21581 </cell>
21582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21583 \begin_inset Text
21584
21585 \begin_layout Plain Layout
21586 Result
21587 \end_layout
21588
21589 \end_inset
21590 </cell>
21591 </row>
21592 <row>
21593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21594 \begin_inset Text
21595
21596 \begin_layout Plain Layout
21597
21598 \backslash
21599 hbar
21600 \end_layout
21601
21602 \end_inset
21603 </cell>
21604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21605 \begin_inset Text
21606
21607 \begin_layout Plain Layout
21608 \begin_inset Formula $\hbar$
21609 \end_inset
21610
21611
21612 \end_layout
21613
21614 \end_inset
21615 </cell>
21616 </row>
21617 <row>
21618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21619 \begin_inset Text
21620
21621 \begin_layout Plain Layout
21622
21623 \backslash
21624 hslash
21625 \end_layout
21626
21627 \end_inset
21628 </cell>
21629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21630 \begin_inset Text
21631
21632 \begin_layout Plain Layout
21633 \begin_inset Formula $\hslash$
21634 \end_inset
21635
21636
21637 \end_layout
21638
21639 \end_inset
21640 </cell>
21641 </row>
21642 <row>
21643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21644 \begin_inset Text
21645
21646 \begin_layout Plain Layout
21647
21648 \backslash
21649 clubsuit
21650 \end_layout
21651
21652 \end_inset
21653 </cell>
21654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658 \begin_inset Formula $\clubsuit$
21659 \end_inset
21660
21661
21662 \end_layout
21663
21664 \end_inset
21665 </cell>
21666 </row>
21667 <row>
21668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21669 \begin_inset Text
21670
21671 \begin_layout Plain Layout
21672
21673 \backslash
21674 spadesuit
21675 \end_layout
21676
21677 \end_inset
21678 </cell>
21679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21680 \begin_inset Text
21681
21682 \begin_layout Plain Layout
21683 \begin_inset Formula $\spadesuit$
21684 \end_inset
21685
21686
21687 \end_layout
21688
21689 \end_inset
21690 </cell>
21691 </row>
21692 <row>
21693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21694 \begin_inset Text
21695
21696 \begin_layout Plain Layout
21697
21698 \backslash
21699 bigstar
21700 \end_layout
21701
21702 \end_inset
21703 </cell>
21704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21705 \begin_inset Text
21706
21707 \begin_layout Plain Layout
21708 \begin_inset Formula $\bigstar$
21709 \end_inset
21710
21711
21712 \end_layout
21713
21714 \end_inset
21715 </cell>
21716 </row>
21717 <row>
21718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21719 \begin_inset Text
21720
21721 \begin_layout Plain Layout
21722
21723 \backslash
21724 blacklozenge
21725 \end_layout
21726
21727 \end_inset
21728 </cell>
21729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21730 \begin_inset Text
21731
21732 \begin_layout Plain Layout
21733 \begin_inset Formula $\blacklozenge$
21734 \end_inset
21735
21736
21737 \end_layout
21738
21739 \end_inset
21740 </cell>
21741 </row>
21742 <row>
21743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21744 \begin_inset Text
21745
21746 \begin_layout Plain Layout
21747
21748 \backslash
21749 blacktriangle
21750 \end_layout
21751
21752 \end_inset
21753 </cell>
21754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21755 \begin_inset Text
21756
21757 \begin_layout Plain Layout
21758 \begin_inset Formula $\blacktriangle$
21759 \end_inset
21760
21761
21762 \end_layout
21763
21764 \end_inset
21765 </cell>
21766 </row>
21767 <row>
21768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21769 \begin_inset Text
21770
21771 \begin_layout Plain Layout
21772
21773 \backslash
21774 blacktiangledown
21775 \end_layout
21776
21777 \end_inset
21778 </cell>
21779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21780 \begin_inset Text
21781
21782 \begin_layout Plain Layout
21783 \begin_inset Formula $\blacktriangledown$
21784 \end_inset
21785
21786
21787 \end_layout
21788
21789 \end_inset
21790 </cell>
21791 </row>
21792 <row>
21793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21794 \begin_inset Text
21795
21796 \begin_layout Plain Layout
21797
21798 \backslash
21799 bullet
21800 \end_layout
21801
21802 \end_inset
21803 </cell>
21804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21805 \begin_inset Text
21806
21807 \begin_layout Plain Layout
21808 \begin_inset Formula $\bullet$
21809 \end_inset
21810
21811
21812 \end_layout
21813
21814 \end_inset
21815 </cell>
21816 </row>
21817 </lyxtabular>
21818
21819 \end_inset
21820
21821
21822 \begin_inset Tabular
21823 <lyxtabular version="3" rows="10" columns="2">
21824 <features>
21825 <column alignment="center" valignment="top" width="0pt">
21826 <column alignment="center" valignment="top" width="0pt">
21827 <row>
21828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21829 \begin_inset Text
21830
21831 \begin_layout Plain Layout
21832 Command
21833 \end_layout
21834
21835 \end_inset
21836 </cell>
21837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21838 \begin_inset Text
21839
21840 \begin_layout Plain Layout
21841 Result
21842 \end_layout
21843
21844 \end_inset
21845 </cell>
21846 </row>
21847 <row>
21848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21849 \begin_inset Text
21850
21851 \begin_layout Plain Layout
21852
21853 \backslash
21854 diamondsuit
21855 \end_layout
21856
21857 \end_inset
21858 </cell>
21859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21860 \begin_inset Text
21861
21862 \begin_layout Plain Layout
21863 \begin_inset Formula $\diamondsuit$
21864 \end_inset
21865
21866
21867 \end_layout
21868
21869 \end_inset
21870 </cell>
21871 </row>
21872 <row>
21873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21874 \begin_inset Text
21875
21876 \begin_layout Plain Layout
21877
21878 \backslash
21879 Diamond
21880 \end_layout
21881
21882 \end_inset
21883 </cell>
21884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888 \begin_inset Formula $\Diamond$
21889 \end_inset
21890
21891
21892 \end_layout
21893
21894 \end_inset
21895 </cell>
21896 </row>
21897 <row>
21898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902
21903 \backslash
21904 heartsuit
21905 \end_layout
21906
21907 \end_inset
21908 </cell>
21909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21910 \begin_inset Text
21911
21912 \begin_layout Plain Layout
21913 \begin_inset Formula $\heartsuit$
21914 \end_inset
21915
21916
21917 \end_layout
21918
21919 \end_inset
21920 </cell>
21921 </row>
21922 <row>
21923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21924 \begin_inset Text
21925
21926 \begin_layout Plain Layout
21927
21928 \backslash
21929 P
21930 \end_layout
21931
21932 \end_inset
21933 </cell>
21934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938 \begin_inset Formula $\P$
21939 \end_inset
21940
21941
21942 \end_layout
21943
21944 \end_inset
21945 </cell>
21946 </row>
21947 <row>
21948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952
21953 \backslash
21954 copyright
21955 \end_layout
21956
21957 \end_inset
21958 </cell>
21959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21960 \begin_inset Text
21961
21962 \begin_layout Plain Layout
21963 \begin_inset Formula $\copyright$
21964 \end_inset
21965
21966
21967 \end_layout
21968
21969 \end_inset
21970 </cell>
21971 </row>
21972 <row>
21973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21974 \begin_inset Text
21975
21976 \begin_layout Plain Layout
21977
21978 \backslash
21979 circledR
21980 \end_layout
21981
21982 \end_inset
21983 </cell>
21984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21985 \begin_inset Text
21986
21987 \begin_layout Plain Layout
21988 \begin_inset Formula $\circledR$
21989 \end_inset
21990
21991
21992 \end_layout
21993
21994 \end_inset
21995 </cell>
21996 </row>
21997 <row>
21998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21999 \begin_inset Text
22000
22001 \begin_layout Plain Layout
22002
22003 \backslash
22004 maltese
22005 \end_layout
22006
22007 \end_inset
22008 </cell>
22009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22010 \begin_inset Text
22011
22012 \begin_layout Plain Layout
22013 \begin_inset Formula $\maltese$
22014 \end_inset
22015
22016
22017 \end_layout
22018
22019 \end_inset
22020 </cell>
22021 </row>
22022 <row>
22023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22024 \begin_inset Text
22025
22026 \begin_layout Plain Layout
22027
22028 \backslash
22029 diagup
22030 \end_layout
22031
22032 \end_inset
22033 </cell>
22034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22035 \begin_inset Text
22036
22037 \begin_layout Plain Layout
22038 \begin_inset Formula $\diagup$
22039 \end_inset
22040
22041
22042 \end_layout
22043
22044 \end_inset
22045 </cell>
22046 </row>
22047 <row>
22048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22049 \begin_inset Text
22050
22051 \begin_layout Plain Layout
22052
22053 \backslash
22054 diagdown
22055 \end_layout
22056
22057 \end_inset
22058 </cell>
22059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22060 \begin_inset Text
22061
22062 \begin_layout Plain Layout
22063 \begin_inset Formula $\diagdown$
22064 \end_inset
22065
22066
22067 \end_layout
22068
22069 \end_inset
22070 </cell>
22071 </row>
22072 </lyxtabular>
22073
22074 \end_inset
22075
22076
22077 \end_layout
22078
22079 \begin_layout Standard
22080 \begin_inset VSpace medskip
22081 \end_inset
22082
22083 More symbols are listed in 
22084 \begin_inset CommandInset ref
22085 LatexCommand ref
22086 reference "sub:Miscellaneous-special-Characters"
22087
22088 \end_inset
22089
22090 .
22091 \end_layout
22092
22093 \begin_layout Standard
22094 Some symbols can be displayed in different sizes, see 
22095 \begin_inset CommandInset ref
22096 LatexCommand ref
22097 reference "sub:Font-Sizes"
22098
22099 \end_inset
22100
22101 .
22102 \end_layout
22103
22104 \begin_layout Subsection
22105 The Euro-Symbol €
22106 \begin_inset Index
22107 status collapsed
22108
22109 \begin_layout Plain Layout
22110 Symbols ! Euro-symbol
22111 \end_layout
22112
22113 \end_inset
22114
22115
22116 \begin_inset Index
22117 status collapsed
22118
22119 \begin_layout Plain Layout
22120
22121 \backslash
22122 @
22123 \begin_inset ERT
22124 status collapsed
22125
22126 \begin_layout Plain Layout
22127
22128
22129 \backslash
22130 officialeuro
22131 \end_layout
22132
22133 \end_inset
22134
22135
22136 \end_layout
22137
22138 \end_inset
22139
22140
22141 \end_layout
22142
22143 \begin_layout Standard
22144 To use the Euro symbol in formulas, the LaTeX-package 
22145 \series bold
22146 eurosym
22147 \series default
22148
22149 \begin_inset Index
22150 status collapsed
22151
22152 \begin_layout Plain Layout
22153 Packages ! eurosym
22154 \end_layout
22155
22156 \end_inset
22157
22158  must be installed and loaded with the LaTeX-preamble line
22159 \end_layout
22160
22161 \begin_layout Standard
22162
22163 \series bold
22164
22165 \backslash
22166 usepackage[gennarrow]{eurosym}
22167 \end_layout
22168
22169 \begin_layout Standard
22170 The Euro symbol can now be inserted with the command 
22171 \series bold
22172
22173 \backslash
22174 euro
22175 \series default
22176
22177 \begin_inset Index
22178 status collapsed
22179
22180 \begin_layout Plain Layout
22181 Commands ! E ! 
22182 \backslash
22183 euro
22184 \end_layout
22185
22186 \end_inset
22187
22188 .
22189 \end_layout
22190
22191 \begin_layout Standard
22192 The Euro symbol can directly be inserted with the € key in mathematical
22193  text, without having 
22194 \series bold
22195 eurosym
22196 \series default
22197  installed.
22198  When 
22199 \series bold
22200 eurosym
22201 \series default
22202  is installed, 
22203 \series bold
22204
22205 \backslash
22206 euro
22207 \series default
22208  can also be inserted in TeX-mode.
22209  The official currency symbol can then be inserted with the command 
22210 \series bold
22211
22212 \backslash
22213 officialeuro
22214 \series default
22215
22216 \begin_inset Index
22217 status collapsed
22218
22219 \begin_layout Plain Layout
22220 Commands ! O ! 
22221 \backslash
22222 officialeuro
22223 \end_layout
22224
22225 \end_inset
22226
22227 , that is only available in TeX-mode.
22228 \end_layout
22229
22230 \begin_layout Standard
22231 \begin_inset ERT
22232 status collapsed
22233
22234 \begin_layout Plain Layout
22235
22236
22237 \backslash
22238 ifeurosym 
22239 \end_layout
22240
22241 \end_inset
22242
22243
22244 \begin_inset Note Note
22245 status open
22246
22247 \begin_layout Plain Layout
22248 The following table will only be displayed when the LaTeX-package 
22249 \series bold
22250 eurosym
22251 \series default
22252  is installed.
22253 \end_layout
22254
22255 \end_inset
22256
22257
22258 \end_layout
22259
22260 \begin_layout Standard
22261 An overview about the different Euro symbols:
22262 \end_layout
22263
22264 \begin_layout Standard
22265 \align center
22266 \begin_inset Tabular
22267 <lyxtabular version="3" rows="4" columns="3">
22268 <features>
22269 <column alignment="center" valignment="top" width="0pt">
22270 <column alignment="center" valignment="top" width="0pt">
22271 <column alignment="center" valignment="top" width="0pt">
22272 <row>
22273 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22274 \begin_inset Text
22275
22276 \begin_layout Plain Layout
22277
22278 \end_layout
22279
22280 \end_inset
22281 </cell>
22282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22283 \begin_inset Text
22284
22285 \begin_layout Plain Layout
22286 Command 
22287 \end_layout
22288
22289 \end_inset
22290 </cell>
22291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22292 \begin_inset Text
22293
22294 \begin_layout Plain Layout
22295 Result
22296 \end_layout
22297
22298 \end_inset
22299 </cell>
22300 </row>
22301 <row>
22302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22303 \begin_inset Text
22304
22305 \begin_layout Plain Layout
22306 formula
22307 \end_layout
22308
22309 \end_inset
22310 </cell>
22311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22312 \begin_inset Text
22313
22314 \begin_layout Plain Layout
22315
22316 \backslash
22317 euro
22318 \end_layout
22319
22320 \end_inset
22321 </cell>
22322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326 \begin_inset Formula $\euro$
22327 \end_inset
22328
22329
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 </row>
22335 <row>
22336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22337 \begin_inset Text
22338
22339 \begin_layout Plain Layout
22340 mathematical text
22341 \end_layout
22342
22343 \end_inset
22344 </cell>
22345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22346 \begin_inset Text
22347
22348 \begin_layout Plain Layout
22349
22350 \end_layout
22351
22352 \end_inset
22353 </cell>
22354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Plain Layout
22358 \begin_inset Formula $\mbox{€}$
22359 \end_inset
22360
22361
22362 \end_layout
22363
22364 \end_inset
22365 </cell>
22366 </row>
22367 <row>
22368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372 TeX-mode
22373 \end_layout
22374
22375 \end_inset
22376 </cell>
22377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22378 \begin_inset Text
22379
22380 \begin_layout Plain Layout
22381
22382 \backslash
22383 officialeuro
22384 \end_layout
22385
22386 \end_inset
22387 </cell>
22388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22389 \begin_inset Text
22390
22391 \begin_layout Plain Layout
22392 \begin_inset ERT
22393 status collapsed
22394
22395 \begin_layout Plain Layout
22396
22397
22398 \backslash
22399 officialeuro
22400 \end_layout
22401
22402 \end_inset
22403
22404
22405 \end_layout
22406
22407 \end_inset
22408 </cell>
22409 </row>
22410 </lyxtabular>
22411
22412 \end_inset
22413
22414
22415 \end_layout
22416
22417 \begin_layout Standard
22418 \begin_inset ERT
22419 status collapsed
22420
22421 \begin_layout Plain Layout
22422
22423
22424 \backslash
22425 else 
22426 \end_layout
22427
22428 \end_inset
22429
22430
22431 \begin_inset Note Note
22432 status open
22433
22434 \begin_layout Plain Layout
22435 The following will be displayed when the LaTeX-package 
22436 \series bold
22437 eurosym
22438 \series default
22439  is not installed:
22440 \end_layout
22441
22442 \end_inset
22443
22444
22445 \end_layout
22446
22447 \begin_layout Standard
22448 You need to install the LaTeX-package 
22449 \series bold
22450 eurosym
22451 \series default
22452  to see the rest of this subsection in the output.
22453 \end_layout
22454
22455 \begin_layout Standard
22456 \begin_inset ERT
22457 status collapsed
22458
22459 \begin_layout Plain Layout
22460
22461
22462 \backslash
22463 fi 
22464 \end_layout
22465
22466 \end_inset
22467
22468
22469 \end_layout
22470
22471 \begin_layout Section
22472 Relations
22473 \begin_inset CommandInset label
22474 LatexCommand label
22475 name "sec:Relations"
22476
22477 \end_inset
22478
22479
22480 \begin_inset Index
22481 status collapsed
22482
22483 \begin_layout Plain Layout
22484 Relations
22485 \end_layout
22486
22487 \end_inset
22488
22489
22490 \begin_inset Index
22491 status collapsed
22492
22493 \begin_layout Plain Layout
22494 Comparisons|see
22495 \begin_inset ERT
22496 status collapsed
22497
22498 \begin_layout Plain Layout
22499
22500 {
22501 \end_layout
22502
22503 \end_inset
22504
22505 Relations
22506 \begin_inset ERT
22507 status collapsed
22508
22509 \begin_layout Plain Layout
22510
22511 }
22512 \end_layout
22513
22514 \end_inset
22515
22516
22517 \end_layout
22518
22519 \end_inset
22520
22521
22522 \end_layout
22523
22524 \begin_layout Standard
22525 All relations can also be inserted via the toolbar button 
22526 \begin_inset Graphics
22527         filename ../images/math/leq.png
22528         scale 85
22529
22530 \end_inset
22531
22532 .
22533 \end_layout
22534
22535 \begin_layout Standard
22536 \begin_inset space \hfill{}
22537 \end_inset
22538
22539
22540 \begin_inset Tabular
22541 <lyxtabular version="3" rows="17" columns="2">
22542 <features>
22543 <column alignment="center" valignment="top" width="0pt">
22544 <column alignment="center" valignment="top" width="0pt">
22545 <row>
22546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550 Command
22551 \end_layout
22552
22553 \end_inset
22554 </cell>
22555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22556 \begin_inset Text
22557
22558 \begin_layout Plain Layout
22559 Result
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
22564 </row>
22565 <row>
22566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22567 \begin_inset Text
22568
22569 \begin_layout Plain Layout
22570 <
22571 \end_layout
22572
22573 \end_inset
22574 </cell>
22575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22576 \begin_inset Text
22577
22578 \begin_layout Plain Layout
22579 \begin_inset Formula $<$
22580 \end_inset
22581
22582
22583 \end_layout
22584
22585 \end_inset
22586 </cell>
22587 </row>
22588 <row>
22589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22590 \begin_inset Text
22591
22592 \begin_layout Plain Layout
22593
22594 \backslash
22595 le
22596 \end_layout
22597
22598 \end_inset
22599 </cell>
22600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22601 \begin_inset Text
22602
22603 \begin_layout Plain Layout
22604 \begin_inset Formula $\le$
22605 \end_inset
22606
22607
22608 \end_layout
22609
22610 \end_inset
22611 </cell>
22612 </row>
22613 <row>
22614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22615 \begin_inset Text
22616
22617 \begin_layout Plain Layout
22618
22619 \backslash
22620 ll
22621 \end_layout
22622
22623 \end_inset
22624 </cell>
22625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22626 \begin_inset Text
22627
22628 \begin_layout Plain Layout
22629 \begin_inset Formula $\ll$
22630 \end_inset
22631
22632
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 </row>
22638 <row>
22639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22640 \begin_inset Text
22641
22642 \begin_layout Plain Layout
22643
22644 \backslash
22645 prec
22646 \end_layout
22647
22648 \end_inset
22649 </cell>
22650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22651 \begin_inset Text
22652
22653 \begin_layout Plain Layout
22654 \begin_inset Formula $\prec$
22655 \end_inset
22656
22657
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 </row>
22663 <row>
22664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22665 \begin_inset Text
22666
22667 \begin_layout Plain Layout
22668
22669 \backslash
22670 preceq
22671 \end_layout
22672
22673 \end_inset
22674 </cell>
22675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22676 \begin_inset Text
22677
22678 \begin_layout Plain Layout
22679 \begin_inset Formula $\preceq$
22680 \end_inset
22681
22682
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 </row>
22688 <row>
22689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22690 \begin_inset Text
22691
22692 \begin_layout Plain Layout
22693
22694 \backslash
22695 subset
22696 \end_layout
22697
22698 \end_inset
22699 </cell>
22700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22701 \begin_inset Text
22702
22703 \begin_layout Plain Layout
22704 \begin_inset Formula $\subset$
22705 \end_inset
22706
22707
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 </row>
22713 <row>
22714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22715 \begin_inset Text
22716
22717 \begin_layout Plain Layout
22718
22719 \backslash
22720 subseteq
22721 \end_layout
22722
22723 \end_inset
22724 </cell>
22725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22726 \begin_inset Text
22727
22728 \begin_layout Plain Layout
22729 \begin_inset Formula $\subseteq$
22730 \end_inset
22731
22732
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 </row>
22738 <row>
22739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743
22744 \backslash
22745 sqsubseteq
22746 \end_layout
22747
22748 \end_inset
22749 </cell>
22750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22751 \begin_inset Text
22752
22753 \begin_layout Plain Layout
22754 \begin_inset Formula $\sqsubseteq$
22755 \end_inset
22756
22757
22758 \end_layout
22759
22760 \end_inset
22761 </cell>
22762 </row>
22763 <row>
22764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22765 \begin_inset Text
22766
22767 \begin_layout Plain Layout
22768
22769 \backslash
22770 in
22771 \end_layout
22772
22773 \end_inset
22774 </cell>
22775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22776 \begin_inset Text
22777
22778 \begin_layout Plain Layout
22779 \begin_inset Formula $\in$
22780 \end_inset
22781
22782
22783 \end_layout
22784
22785 \end_inset
22786 </cell>
22787 </row>
22788 <row>
22789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22790 \begin_inset Text
22791
22792 \begin_layout Plain Layout
22793
22794 \backslash
22795 vdash
22796 \end_layout
22797
22798 \end_inset
22799 </cell>
22800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22801 \begin_inset Text
22802
22803 \begin_layout Plain Layout
22804 \begin_inset Formula $\vdash$
22805 \end_inset
22806
22807
22808 \end_layout
22809
22810 \end_inset
22811 </cell>
22812 </row>
22813 <row>
22814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22815 \begin_inset Text
22816
22817 \begin_layout Plain Layout
22818
22819 \backslash
22820 smile
22821 \end_layout
22822
22823 \end_inset
22824 </cell>
22825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22826 \begin_inset Text
22827
22828 \begin_layout Plain Layout
22829 \begin_inset Formula $\smile$
22830 \end_inset
22831
22832
22833 \end_layout
22834
22835 \end_inset
22836 </cell>
22837 </row>
22838 <row>
22839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22840 \begin_inset Text
22841
22842 \begin_layout Plain Layout
22843
22844 \backslash
22845 lhd
22846 \end_layout
22847
22848 \end_inset
22849 </cell>
22850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22851 \begin_inset Text
22852
22853 \begin_layout Plain Layout
22854 \begin_inset Formula $\lhd$
22855 \end_inset
22856
22857
22858 \end_layout
22859
22860 \end_inset
22861 </cell>
22862 </row>
22863 <row>
22864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22865 \begin_inset Text
22866
22867 \begin_layout Plain Layout
22868
22869 \backslash
22870 unlhd
22871 \end_layout
22872
22873 \end_inset
22874 </cell>
22875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22876 \begin_inset Text
22877
22878 \begin_layout Plain Layout
22879 \begin_inset Formula $\unlhd$
22880 \end_inset
22881
22882
22883 \end_layout
22884
22885 \end_inset
22886 </cell>
22887 </row>
22888 <row>
22889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22890 \begin_inset Text
22891
22892 \begin_layout Plain Layout
22893
22894 \backslash
22895 gtrless
22896 \end_layout
22897
22898 \end_inset
22899 </cell>
22900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22901 \begin_inset Text
22902
22903 \begin_layout Plain Layout
22904 \begin_inset Formula $\gtrless$
22905 \end_inset
22906
22907
22908 \end_layout
22909
22910 \end_inset
22911 </cell>
22912 </row>
22913 <row>
22914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22915 \begin_inset Text
22916
22917 \begin_layout Plain Layout
22918
22919 \backslash
22920 mid
22921 \end_layout
22922
22923 \end_inset
22924 </cell>
22925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22926 \begin_inset Text
22927
22928 \begin_layout Plain Layout
22929 \begin_inset Formula $\mid$
22930 \end_inset
22931
22932
22933 \end_layout
22934
22935 \end_inset
22936 </cell>
22937 </row>
22938 <row>
22939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22940 \begin_inset Text
22941
22942 \begin_layout Plain Layout
22943
22944 \backslash
22945 nmid
22946 \end_layout
22947
22948 \end_inset
22949 </cell>
22950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22951 \begin_inset Text
22952
22953 \begin_layout Plain Layout
22954 \begin_inset Formula $\nmid$
22955 \end_inset
22956
22957
22958 \end_layout
22959
22960 \end_inset
22961 </cell>
22962 </row>
22963 </lyxtabular>
22964
22965 \end_inset
22966
22967
22968 \begin_inset space \hfill{}
22969 \end_inset
22970
22971
22972 \begin_inset Tabular
22973 <lyxtabular version="3" rows="17" columns="2">
22974 <features>
22975 <column alignment="center" valignment="top" width="0pt">
22976 <column alignment="center" valignment="top" width="0pt">
22977 <row>
22978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22979 \begin_inset Text
22980
22981 \begin_layout Plain Layout
22982 Command
22983 \end_layout
22984
22985 \end_inset
22986 </cell>
22987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22988 \begin_inset Text
22989
22990 \begin_layout Plain Layout
22991 Result
22992 \end_layout
22993
22994 \end_inset
22995 </cell>
22996 </row>
22997 <row>
22998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22999 \begin_inset Text
23000
23001 \begin_layout Plain Layout
23002 =
23003 \end_layout
23004
23005 \end_inset
23006 </cell>
23007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23008 \begin_inset Text
23009
23010 \begin_layout Plain Layout
23011 \begin_inset Formula $=$
23012 \end_inset
23013
23014
23015 \end_layout
23016
23017 \end_inset
23018 </cell>
23019 </row>
23020 <row>
23021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23022 \begin_inset Text
23023
23024 \begin_layout Plain Layout
23025
23026 \backslash
23027 not=
23028 \end_layout
23029
23030 \end_inset
23031 </cell>
23032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23033 \begin_inset Text
23034
23035 \begin_layout Plain Layout
23036 \begin_inset Formula $\not=$
23037 \end_inset
23038
23039
23040 \end_layout
23041
23042 \end_inset
23043 </cell>
23044 </row>
23045 <row>
23046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23047 \begin_inset Text
23048
23049 \begin_layout Plain Layout
23050
23051 \backslash
23052 equiv
23053 \end_layout
23054
23055 \end_inset
23056 </cell>
23057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23058 \begin_inset Text
23059
23060 \begin_layout Plain Layout
23061 \begin_inset Formula $\equiv$
23062 \end_inset
23063
23064
23065 \end_layout
23066
23067 \end_inset
23068 </cell>
23069 </row>
23070 <row>
23071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23072 \begin_inset Text
23073
23074 \begin_layout Plain Layout
23075
23076 \backslash
23077 sim
23078 \end_layout
23079
23080 \end_inset
23081 </cell>
23082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23083 \begin_inset Text
23084
23085 \begin_layout Plain Layout
23086 \begin_inset Formula $\sim$
23087 \end_inset
23088
23089
23090 \end_layout
23091
23092 \end_inset
23093 </cell>
23094 </row>
23095 <row>
23096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23097 \begin_inset Text
23098
23099 \begin_layout Plain Layout
23100
23101 \backslash
23102 simeq
23103 \end_layout
23104
23105 \end_inset
23106 </cell>
23107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23108 \begin_inset Text
23109
23110 \begin_layout Plain Layout
23111 \begin_inset Formula $\simeq$
23112 \end_inset
23113
23114
23115 \end_layout
23116
23117 \end_inset
23118 </cell>
23119 </row>
23120 <row>
23121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23122 \begin_inset Text
23123
23124 \begin_layout Plain Layout
23125
23126 \backslash
23127 approx
23128 \end_layout
23129
23130 \end_inset
23131 </cell>
23132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23133 \begin_inset Text
23134
23135 \begin_layout Plain Layout
23136 \begin_inset Formula $\approx$
23137 \end_inset
23138
23139
23140 \end_layout
23141
23142 \end_inset
23143 </cell>
23144 </row>
23145 <row>
23146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23147 \begin_inset Text
23148
23149 \begin_layout Plain Layout
23150
23151 \backslash
23152 cong
23153 \end_layout
23154
23155 \end_inset
23156 </cell>
23157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23158 \begin_inset Text
23159
23160 \begin_layout Plain Layout
23161 \begin_inset Formula $\cong$
23162 \end_inset
23163
23164
23165 \end_layout
23166
23167 \end_inset
23168 </cell>
23169 </row>
23170 <row>
23171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23172 \begin_inset Text
23173
23174 \begin_layout Plain Layout
23175
23176 \backslash
23177 bowtie
23178 \end_layout
23179
23180 \end_inset
23181 </cell>
23182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23183 \begin_inset Text
23184
23185 \begin_layout Plain Layout
23186 \begin_inset Formula $\bowtie$
23187 \end_inset
23188
23189
23190 \end_layout
23191
23192 \end_inset
23193 </cell>
23194 </row>
23195 <row>
23196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23197 \begin_inset Text
23198
23199 \begin_layout Plain Layout
23200
23201 \backslash
23202 notin
23203 \end_layout
23204
23205 \end_inset
23206 </cell>
23207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23208 \begin_inset Text
23209
23210 \begin_layout Plain Layout
23211 \begin_inset Formula $\notin$
23212 \end_inset
23213
23214
23215 \end_layout
23216
23217 \end_inset
23218 </cell>
23219 </row>
23220 <row>
23221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23222 \begin_inset Text
23223
23224 \begin_layout Plain Layout
23225
23226 \backslash
23227 perp
23228 \end_layout
23229
23230 \end_inset
23231 </cell>
23232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23233 \begin_inset Text
23234
23235 \begin_layout Plain Layout
23236 \begin_inset Formula $\perp$
23237 \end_inset
23238
23239
23240 \end_layout
23241
23242 \end_inset
23243 </cell>
23244 </row>
23245 <row>
23246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23247 \begin_inset Text
23248
23249 \begin_layout Plain Layout
23250
23251 \backslash
23252 propto
23253 \end_layout
23254
23255 \end_inset
23256 </cell>
23257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23258 \begin_inset Text
23259
23260 \begin_layout Plain Layout
23261 \begin_inset Formula $\propto$
23262 \end_inset
23263
23264
23265 \end_layout
23266
23267 \end_inset
23268 </cell>
23269 </row>
23270 <row>
23271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23272 \begin_inset Text
23273
23274 \begin_layout Plain Layout
23275
23276 \backslash
23277 asymp
23278 \end_layout
23279
23280 \end_inset
23281 </cell>
23282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23283 \begin_inset Text
23284
23285 \begin_layout Plain Layout
23286 \begin_inset Formula $\asymp$
23287 \end_inset
23288
23289
23290 \end_layout
23291
23292 \end_inset
23293 </cell>
23294 </row>
23295 <row>
23296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23297 \begin_inset Text
23298
23299 \begin_layout Plain Layout
23300
23301 \backslash
23302 doteq
23303 \end_layout
23304
23305 \end_inset
23306 </cell>
23307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23308 \begin_inset Text
23309
23310 \begin_layout Plain Layout
23311 \begin_inset Formula $\doteq$
23312 \end_inset
23313
23314
23315 \end_layout
23316
23317 \end_inset
23318 </cell>
23319 </row>
23320 <row>
23321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23322 \begin_inset Text
23323
23324 \begin_layout Plain Layout
23325
23326 \backslash
23327 circeq
23328 \end_layout
23329
23330 \end_inset
23331 </cell>
23332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23333 \begin_inset Text
23334
23335 \begin_layout Plain Layout
23336 \begin_inset Formula $\circeq$
23337 \end_inset
23338
23339
23340 \end_layout
23341
23342 \end_inset
23343 </cell>
23344 </row>
23345 <row>
23346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23347 \begin_inset Text
23348
23349 \begin_layout Plain Layout
23350
23351 \backslash
23352 models
23353 \end_layout
23354
23355 \end_inset
23356 </cell>
23357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23358 \begin_inset Text
23359
23360 \begin_layout Plain Layout
23361 \begin_inset Formula $\models$
23362 \end_inset
23363
23364
23365 \end_layout
23366
23367 \end_inset
23368 </cell>
23369 </row>
23370 <row>
23371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23372 \begin_inset Text
23373
23374 \begin_layout Plain Layout
23375
23376 \backslash
23377 widehat=
23378 \end_layout
23379
23380 \end_inset
23381 </cell>
23382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23383 \begin_inset Text
23384
23385 \begin_layout Plain Layout
23386 \begin_inset Formula $\widehat{=}$
23387 \end_inset
23388
23389
23390 \end_layout
23391
23392 \end_inset
23393 </cell>
23394 </row>
23395 </lyxtabular>
23396
23397 \end_inset
23398
23399
23400 \begin_inset space \hfill{}
23401 \end_inset
23402
23403
23404 \begin_inset Tabular
23405 <lyxtabular version="3" rows="17" columns="2">
23406 <features>
23407 <column alignment="center" valignment="top" width="0pt">
23408 <column alignment="center" valignment="top" width="0pt">
23409 <row>
23410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23411 \begin_inset Text
23412
23413 \begin_layout Plain Layout
23414 Command
23415 \end_layout
23416
23417 \end_inset
23418 </cell>
23419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23420 \begin_inset Text
23421
23422 \begin_layout Plain Layout
23423 Result
23424 \end_layout
23425
23426 \end_inset
23427 </cell>
23428 </row>
23429 <row>
23430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23431 \begin_inset Text
23432
23433 \begin_layout Plain Layout
23434 >
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23440 \begin_inset Text
23441
23442 \begin_layout Plain Layout
23443 \begin_inset Formula $>$
23444 \end_inset
23445
23446
23447 \end_layout
23448
23449 \end_inset
23450 </cell>
23451 </row>
23452 <row>
23453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23454 \begin_inset Text
23455
23456 \begin_layout Plain Layout
23457
23458 \backslash
23459 ge
23460 \end_layout
23461
23462 \end_inset
23463 </cell>
23464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23465 \begin_inset Text
23466
23467 \begin_layout Plain Layout
23468 \begin_inset Formula $\ge$
23469 \end_inset
23470
23471
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 </row>
23477 <row>
23478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23479 \begin_inset Text
23480
23481 \begin_layout Plain Layout
23482
23483 \backslash
23484 gg
23485 \end_layout
23486
23487 \end_inset
23488 </cell>
23489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23490 \begin_inset Text
23491
23492 \begin_layout Plain Layout
23493 \begin_inset Formula $\gg$
23494 \end_inset
23495
23496
23497 \end_layout
23498
23499 \end_inset
23500 </cell>
23501 </row>
23502 <row>
23503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23504 \begin_inset Text
23505
23506 \begin_layout Plain Layout
23507
23508 \backslash
23509 succ
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518 \begin_inset Formula $\succ$
23519 \end_inset
23520
23521
23522 \end_layout
23523
23524 \end_inset
23525 </cell>
23526 </row>
23527 <row>
23528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23529 \begin_inset Text
23530
23531 \begin_layout Plain Layout
23532
23533 \backslash
23534 succeq
23535 \end_layout
23536
23537 \end_inset
23538 </cell>
23539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23540 \begin_inset Text
23541
23542 \begin_layout Plain Layout
23543 \begin_inset Formula $\succeq$
23544 \end_inset
23545
23546
23547 \end_layout
23548
23549 \end_inset
23550 </cell>
23551 </row>
23552 <row>
23553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23554 \begin_inset Text
23555
23556 \begin_layout Plain Layout
23557
23558 \backslash
23559 supset
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568 \begin_inset Formula $\supset$
23569 \end_inset
23570
23571
23572 \end_layout
23573
23574 \end_inset
23575 </cell>
23576 </row>
23577 <row>
23578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23579 \begin_inset Text
23580
23581 \begin_layout Plain Layout
23582
23583 \backslash
23584 supseteq
23585 \end_layout
23586
23587 \end_inset
23588 </cell>
23589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23590 \begin_inset Text
23591
23592 \begin_layout Plain Layout
23593 \begin_inset Formula $\supseteq$
23594 \end_inset
23595
23596
23597 \end_layout
23598
23599 \end_inset
23600 </cell>
23601 </row>
23602 <row>
23603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23604 \begin_inset Text
23605
23606 \begin_layout Plain Layout
23607
23608 \backslash
23609 sqsupseteq
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618 \begin_inset Formula $\sqsupseteq$
23619 \end_inset
23620
23621
23622 \end_layout
23623
23624 \end_inset
23625 </cell>
23626 </row>
23627 <row>
23628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23629 \begin_inset Text
23630
23631 \begin_layout Plain Layout
23632
23633 \backslash
23634 ni
23635 \end_layout
23636
23637 \end_inset
23638 </cell>
23639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23640 \begin_inset Text
23641
23642 \begin_layout Plain Layout
23643 \begin_inset Formula $\ni$
23644 \end_inset
23645
23646
23647 \end_layout
23648
23649 \end_inset
23650 </cell>
23651 </row>
23652 <row>
23653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23654 \begin_inset Text
23655
23656 \begin_layout Plain Layout
23657
23658 \backslash
23659 dashv
23660 \end_layout
23661
23662 \end_inset
23663 </cell>
23664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23665 \begin_inset Text
23666
23667 \begin_layout Plain Layout
23668 \begin_inset Formula $\dashv$
23669 \end_inset
23670
23671
23672 \end_layout
23673
23674 \end_inset
23675 </cell>
23676 </row>
23677 <row>
23678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23679 \begin_inset Text
23680
23681 \begin_layout Plain Layout
23682
23683 \backslash
23684 frown
23685 \end_layout
23686
23687 \end_inset
23688 </cell>
23689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23690 \begin_inset Text
23691
23692 \begin_layout Plain Layout
23693 \begin_inset Formula $\frown$
23694 \end_inset
23695
23696
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 </row>
23702 <row>
23703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23704 \begin_inset Text
23705
23706 \begin_layout Plain Layout
23707
23708 \backslash
23709 rhd
23710 \end_layout
23711
23712 \end_inset
23713 </cell>
23714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23715 \begin_inset Text
23716
23717 \begin_layout Plain Layout
23718 \begin_inset Formula $\rhd$
23719 \end_inset
23720
23721
23722 \end_layout
23723
23724 \end_inset
23725 </cell>
23726 </row>
23727 <row>
23728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23729 \begin_inset Text
23730
23731 \begin_layout Plain Layout
23732
23733 \backslash
23734 unrhd
23735 \end_layout
23736
23737 \end_inset
23738 </cell>
23739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743 \begin_inset Formula $\unrhd$
23744 \end_inset
23745
23746
23747 \end_layout
23748
23749 \end_inset
23750 </cell>
23751 </row>
23752 <row>
23753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23754 \begin_inset Text
23755
23756 \begin_layout Plain Layout
23757
23758 \backslash
23759 lessgtr
23760 \end_layout
23761
23762 \end_inset
23763 </cell>
23764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23765 \begin_inset Text
23766
23767 \begin_layout Plain Layout
23768 \begin_inset Formula $\lessgtr$
23769 \end_inset
23770
23771
23772 \end_layout
23773
23774 \end_inset
23775 </cell>
23776 </row>
23777 <row>
23778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23779 \begin_inset Text
23780
23781 \begin_layout Plain Layout
23782
23783 \backslash
23784 parallel
23785 \end_layout
23786
23787 \end_inset
23788 </cell>
23789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23790 \begin_inset Text
23791
23792 \begin_layout Plain Layout
23793 \begin_inset Formula $\parallel$
23794 \end_inset
23795
23796
23797 \end_layout
23798
23799 \end_inset
23800 </cell>
23801 </row>
23802 <row>
23803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23804 \begin_inset Text
23805
23806 \begin_layout Plain Layout
23807
23808 \backslash
23809 nparallel
23810 \end_layout
23811
23812 \end_inset
23813 </cell>
23814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23815 \begin_inset Text
23816
23817 \begin_layout Plain Layout
23818 \begin_inset Formula $\nparallel$
23819 \end_inset
23820
23821
23822 \end_layout
23823
23824 \end_inset
23825 </cell>
23826 </row>
23827 </lyxtabular>
23828
23829 \end_inset
23830
23831
23832 \begin_inset space \hfill{}
23833 \end_inset
23834
23835
23836 \end_layout
23837
23838 \begin_layout Standard
23839 \begin_inset VSpace medskip
23840 \end_inset
23841
23842 The characters 
23843 \series bold
23844
23845 \backslash
23846 lhd
23847 \series default
23848  and 
23849 \series bold
23850
23851 \backslash
23852 rhd
23853 \series default
23854  are bigger than the equal looking operators 
23855 \series bold
23856
23857 \backslash
23858 triangleleft
23859 \series default
23860  and 
23861 \series bold
23862
23863 \backslash
23864 triangleright
23865 \series default
23866 , respectively.
23867 \end_layout
23868
23869 \begin_layout Standard
23870 Relations are, in contrary to symbols, always surrounded by space.
23871 \end_layout
23872
23873 \begin_layout Standard
23874 Relations with labels can be created with the command 
23875 \series bold
23876
23877 \backslash
23878 stackrel
23879 \series default
23880
23881 \begin_inset Index
23882 status collapsed
23883
23884 \begin_layout Plain Layout
23885 Commands ! S ! 
23886 \backslash
23887 stackrel
23888 \end_layout
23889
23890 \end_inset
23891
23892 :
23893 \end_layout
23894
23895 \begin_layout Standard
23896 \align center
23897 \begin_inset Tabular
23898 <lyxtabular version="3" rows="2" columns="2">
23899 <features>
23900 <column alignment="center" valignment="top" width="0">
23901 <column alignment="center" valignment="top" width="0">
23902 <row>
23903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23904 \begin_inset Text
23905
23906 \begin_layout Plain Layout
23907 Command
23908 \end_layout
23909
23910 \end_inset
23911 </cell>
23912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23913 \begin_inset Text
23914
23915 \begin_layout Plain Layout
23916 Result
23917 \begin_inset Note Note
23918 status collapsed
23919
23920 \begin_layout Plain Layout
23921
23922 \series bold
23923
23924 \backslash
23925 raisebox
23926 \series default
23927  is only used as spacer.
23928 \end_layout
23929
23930 \end_inset
23931
23932
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 </row>
23938 <row>
23939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23940 \begin_inset Text
23941
23942 \begin_layout Plain Layout
23943 A(r)
23944 \backslash
23945 stackrel
23946 \begin_inset ERT
23947 status collapsed
23948
23949 \begin_layout Plain Layout
23950
23951
23952 \backslash
23953 spce 
23954 \end_layout
23955
23956 \end_inset
23957
23958 r
23959 \backslash
23960 to
23961 \backslash
23962 infty
23963 \begin_inset ERT
23964 status collapsed
23965
23966 \begin_layout Plain Layout
23967
23968
23969 \backslash
23970 spce 
23971 \end_layout
23972
23973 \end_inset
23974
23975
23976 \begin_inset Formula $\downarrow$
23977 \end_inset
23978
23979
23980 \backslash
23981 approx
23982 \begin_inset ERT
23983 status collapsed
23984
23985 \begin_layout Plain Layout
23986
23987
23988 \backslash
23989 spce 
23990 \end_layout
23991
23992 \end_inset
23993
23994
23995 \begin_inset ERT
23996 status collapsed
23997
23998 \begin_layout Plain Layout
23999
24000
24001 \backslash
24002 spce 
24003 \end_layout
24004
24005 \end_inset
24006
24007 B
24008 \end_layout
24009
24010 \end_inset
24011 </cell>
24012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24013 \begin_inset Text
24014
24015 \begin_layout Plain Layout
24016 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24017 \end_inset
24018
24019
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 </row>
24025 </lyxtabular>
24026
24027 \end_inset
24028
24029
24030 \end_layout
24031
24032 \begin_layout Section
24033 Functions
24034 \end_layout
24035
24036 \begin_layout Subsection
24037 Predefined Functions
24038 \begin_inset CommandInset label
24039 LatexCommand label
24040 name "sub:Predefined-Functions"
24041
24042 \end_inset
24043
24044
24045 \begin_inset Index
24046 status collapsed
24047
24048 \begin_layout Plain Layout
24049 Functions ! predefined
24050 \end_layout
24051
24052 \end_inset
24053
24054
24055 \end_layout
24056
24057 \begin_layout Standard
24058 In general, variables are set 
24059 \emph on
24060 italic
24061 \emph default
24062  in mathematical expressions, but not function names, because 
24063 \begin_inset Formula $sin$
24064 \end_inset
24065
24066  could be misunderstood as 
24067 \begin_inset Formula $s\cdot i\cdot n$
24068 \end_inset
24069
24070 .
24071  Therefore there are predefined functions, that are additionally a bit separated
24072  from prefactors.
24073  They are inserted as commands starting with a backslash before their name.
24074 \end_layout
24075
24076 \begin_layout Standard
24077 \align center
24078 \begin_inset Tabular
24079 <lyxtabular version="3" rows="2" columns="4">
24080 <features>
24081 <column alignment="center" valignment="top" width="0pt">
24082 <column alignment="center" valignment="top" width="0pt">
24083 <column alignment="center" valignment="top" width="0pt">
24084 <column alignment="center" valignment="top" width="0pt">
24085 <row>
24086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24087 \begin_inset Text
24088
24089 \begin_layout Plain Layout
24090 Command
24091 \end_layout
24092
24093 \end_inset
24094 </cell>
24095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24096 \begin_inset Text
24097
24098 \begin_layout Plain Layout
24099 Result
24100 \end_layout
24101
24102 \end_inset
24103 </cell>
24104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24105 \begin_inset Text
24106
24107 \begin_layout Plain Layout
24108 Command
24109 \end_layout
24110
24111 \end_inset
24112 </cell>
24113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24114 \begin_inset Text
24115
24116 \begin_layout Plain Layout
24117 Result
24118 \end_layout
24119
24120 \end_inset
24121 </cell>
24122 </row>
24123 <row>
24124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24125 \begin_inset Text
24126
24127 \begin_layout Plain Layout
24128 Asin(x)+B
24129 \end_layout
24130
24131 \end_inset
24132 </cell>
24133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24134 \begin_inset Text
24135
24136 \begin_layout Plain Layout
24137 \begin_inset Formula $Asin(x)+B$
24138 \end_inset
24139
24140
24141 \end_layout
24142
24143 \end_inset
24144 </cell>
24145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24146 \begin_inset Text
24147
24148 \begin_layout Plain Layout
24149 A
24150 \backslash
24151 sin(x)+B
24152 \end_layout
24153
24154 \end_inset
24155 </cell>
24156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24157 \begin_inset Text
24158
24159 \begin_layout Plain Layout
24160 \begin_inset Formula $A\sin(x)+B$
24161 \end_inset
24162
24163
24164 \end_layout
24165
24166 \end_inset
24167 </cell>
24168 </row>
24169 </lyxtabular>
24170
24171 \end_inset
24172
24173
24174 \begin_inset Newpage pagebreak
24175 \end_inset
24176
24177
24178 \end_layout
24179
24180 \begin_layout Standard
24181 The following functions are predefined:
24182 \end_layout
24183
24184 \begin_layout Standard
24185 \begin_inset VSpace -2mm
24186 \end_inset
24187
24188
24189 \end_layout
24190
24191 \begin_layout Standard
24192 \align center
24193 \begin_inset Tabular
24194 <lyxtabular version="3" rows="9" columns="4">
24195 <features>
24196 <column alignment="center" valignment="top" width="0pt">
24197 <column alignment="center" valignment="top" width="0pt">
24198 <column alignment="center" valignment="top" width="0pt">
24199 <column alignment="center" valignment="top" width="0pt">
24200 <row>
24201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24202 \begin_inset Text
24203
24204 \begin_layout Plain Layout
24205 Command
24206 \end_layout
24207
24208 \end_inset
24209 </cell>
24210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24211 \begin_inset Text
24212
24213 \begin_layout Plain Layout
24214 Command
24215 \end_layout
24216
24217 \end_inset
24218 </cell>
24219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24220 \begin_inset Text
24221
24222 \begin_layout Plain Layout
24223 Command
24224 \end_layout
24225
24226 \end_inset
24227 </cell>
24228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24229 \begin_inset Text
24230
24231 \begin_layout Plain Layout
24232 Command
24233 \end_layout
24234
24235 \end_inset
24236 </cell>
24237 </row>
24238 <row>
24239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24240 \begin_inset Text
24241
24242 \begin_layout Plain Layout
24243
24244 \backslash
24245 sin
24246 \end_layout
24247
24248 \end_inset
24249 </cell>
24250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24251 \begin_inset Text
24252
24253 \begin_layout Plain Layout
24254
24255 \backslash
24256 sinh
24257 \end_layout
24258
24259 \end_inset
24260 </cell>
24261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24262 \begin_inset Text
24263
24264 \begin_layout Plain Layout
24265
24266 \backslash
24267 arcsin
24268 \end_layout
24269
24270 \end_inset
24271 </cell>
24272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24273 \begin_inset Text
24274
24275 \begin_layout Plain Layout
24276
24277 \backslash
24278 sup
24279 \end_layout
24280
24281 \end_inset
24282 </cell>
24283 </row>
24284 <row>
24285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24286 \begin_inset Text
24287
24288 \begin_layout Plain Layout
24289
24290 \backslash
24291 cos
24292 \end_layout
24293
24294 \end_inset
24295 </cell>
24296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24297 \begin_inset Text
24298
24299 \begin_layout Plain Layout
24300
24301 \backslash
24302 cosh
24303 \end_layout
24304
24305 \end_inset
24306 </cell>
24307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24308 \begin_inset Text
24309
24310 \begin_layout Plain Layout
24311
24312 \backslash
24313 arccos
24314 \end_layout
24315
24316 \end_inset
24317 </cell>
24318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24319 \begin_inset Text
24320
24321 \begin_layout Plain Layout
24322
24323 \backslash
24324 inf
24325 \end_layout
24326
24327 \end_inset
24328 </cell>
24329 </row>
24330 <row>
24331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24332 \begin_inset Text
24333
24334 \begin_layout Plain Layout
24335
24336 \backslash
24337 tan
24338 \end_layout
24339
24340 \end_inset
24341 </cell>
24342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24343 \begin_inset Text
24344
24345 \begin_layout Plain Layout
24346
24347 \backslash
24348 tanh
24349 \end_layout
24350
24351 \end_inset
24352 </cell>
24353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24354 \begin_inset Text
24355
24356 \begin_layout Plain Layout
24357
24358 \backslash
24359 arctan
24360 \end_layout
24361
24362 \end_inset
24363 </cell>
24364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24365 \begin_inset Text
24366
24367 \begin_layout Plain Layout
24368
24369 \backslash
24370 lim
24371 \end_layout
24372
24373 \end_inset
24374 </cell>
24375 </row>
24376 <row>
24377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24378 \begin_inset Text
24379
24380 \begin_layout Plain Layout
24381
24382 \backslash
24383 cot
24384 \end_layout
24385
24386 \end_inset
24387 </cell>
24388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24389 \begin_inset Text
24390
24391 \begin_layout Plain Layout
24392
24393 \backslash
24394 coth
24395 \end_layout
24396
24397 \end_inset
24398 </cell>
24399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24400 \begin_inset Text
24401
24402 \begin_layout Plain Layout
24403
24404 \backslash
24405 arg
24406 \end_layout
24407
24408 \end_inset
24409 </cell>
24410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24411 \begin_inset Text
24412
24413 \begin_layout Plain Layout
24414
24415 \backslash
24416 liminf
24417 \end_layout
24418
24419 \end_inset
24420 </cell>
24421 </row>
24422 <row>
24423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24424 \begin_inset Text
24425
24426 \begin_layout Plain Layout
24427
24428 \backslash
24429 sec
24430 \end_layout
24431
24432 \end_inset
24433 </cell>
24434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24435 \begin_inset Text
24436
24437 \begin_layout Plain Layout
24438
24439 \backslash
24440 min
24441 \end_layout
24442
24443 \end_inset
24444 </cell>
24445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24446 \begin_inset Text
24447
24448 \begin_layout Plain Layout
24449
24450 \backslash
24451 deg
24452 \end_layout
24453
24454 \end_inset
24455 </cell>
24456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24457 \begin_inset Text
24458
24459 \begin_layout Plain Layout
24460
24461 \backslash
24462 limsup
24463 \end_layout
24464
24465 \end_inset
24466 </cell>
24467 </row>
24468 <row>
24469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24470 \begin_inset Text
24471
24472 \begin_layout Plain Layout
24473
24474 \backslash
24475 csc
24476 \end_layout
24477
24478 \end_inset
24479 </cell>
24480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24481 \begin_inset Text
24482
24483 \begin_layout Plain Layout
24484
24485 \backslash
24486 max
24487 \end_layout
24488
24489 \end_inset
24490 </cell>
24491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24492 \begin_inset Text
24493
24494 \begin_layout Plain Layout
24495
24496 \backslash
24497 det
24498 \end_layout
24499
24500 \end_inset
24501 </cell>
24502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24503 \begin_inset Text
24504
24505 \begin_layout Plain Layout
24506
24507 \backslash
24508 Pr
24509 \end_layout
24510
24511 \end_inset
24512 </cell>
24513 </row>
24514 <row>
24515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24516 \begin_inset Text
24517
24518 \begin_layout Plain Layout
24519
24520 \backslash
24521 ln
24522 \end_layout
24523
24524 \end_inset
24525 </cell>
24526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24527 \begin_inset Text
24528
24529 \begin_layout Plain Layout
24530
24531 \backslash
24532 exp
24533 \end_layout
24534
24535 \end_inset
24536 </cell>
24537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24538 \begin_inset Text
24539
24540 \begin_layout Plain Layout
24541
24542 \backslash
24543 dim
24544 \end_layout
24545
24546 \end_inset
24547 </cell>
24548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24549 \begin_inset Text
24550
24551 \begin_layout Plain Layout
24552
24553 \backslash
24554 hom
24555 \end_layout
24556
24557 \end_inset
24558 </cell>
24559 </row>
24560 <row>
24561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24562 \begin_inset Text
24563
24564 \begin_layout Plain Layout
24565
24566 \backslash
24567 lg
24568 \end_layout
24569
24570 \end_inset
24571 </cell>
24572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24573 \begin_inset Text
24574
24575 \begin_layout Plain Layout
24576
24577 \backslash
24578 log
24579 \end_layout
24580
24581 \end_inset
24582 </cell>
24583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24584 \begin_inset Text
24585
24586 \begin_layout Plain Layout
24587
24588 \backslash
24589 ker
24590 \end_layout
24591
24592 \end_inset
24593 </cell>
24594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24595 \begin_inset Text
24596
24597 \begin_layout Plain Layout
24598
24599 \backslash
24600 gcd
24601 \end_layout
24602
24603 \end_inset
24604 </cell>
24605 </row>
24606 </lyxtabular>
24607
24608 \end_inset
24609
24610
24611 \end_layout
24612
24613 \begin_layout Standard
24614 They can also be inserted with the math toolbar button 
24615 \begin_inset Graphics
24616         filename ../images/math/functions.png
24617         scale 85
24618
24619 \end_inset
24620
24621 .
24622 \end_layout
24623
24624 \begin_layout Subsection
24625 Self-defined Functions
24626 \begin_inset Index
24627 status collapsed
24628
24629 \begin_layout Plain Layout
24630 Functions ! self-defined
24631 \end_layout
24632
24633 \end_inset
24634
24635
24636 \end_layout
24637
24638 \begin_layout Standard
24639 To use a function that is not predefined, like for example the sign function
24640  sgn(x), there are two possibilities:
24641 \end_layout
24642
24643 \begin_layout Itemize
24644 Define the function by inserting the following line to the LaTeX-preamble
24645 \begin_inset Foot
24646 status collapsed
24647
24648 \begin_layout Plain Layout
24649 For more about 
24650 \series bold
24651
24652 \backslash
24653 DeclareMathOperator
24654 \series default
24655  see 
24656 \begin_inset CommandInset ref
24657 LatexCommand ref
24658 reference "sub:Self-defined-Operators"
24659
24660 \end_inset
24661
24662 .
24663 \end_layout
24664
24665 \end_inset
24666
24667
24668 \begin_inset Newline newline
24669 \end_inset
24670
24671
24672 \begin_inset VSpace -3mm
24673 \end_inset
24674
24675
24676 \begin_inset Newline newline
24677 \end_inset
24678
24679
24680 \series bold
24681
24682 \backslash
24683 DeclareMathOperator{
24684 \backslash
24685 sgn}{sgn}
24686 \series default
24687
24688 \begin_inset Index
24689 status collapsed
24690
24691 \begin_layout Plain Layout
24692 Commands ! D ! 
24693 \backslash
24694 dbinom@
24695 \backslash
24696 DeclareMathOperator
24697 \end_layout
24698
24699 \end_inset
24700
24701
24702 \begin_inset Newline newline
24703 \end_inset
24704
24705
24706 \begin_inset VSpace -2mm
24707 \end_inset
24708
24709
24710 \begin_inset Newline newline
24711 \end_inset
24712
24713 Now the new defined function can be called with the command 
24714 \series bold
24715
24716 \backslash
24717 sgn
24718 \series default
24719 .
24720 \end_layout
24721
24722 \begin_layout Itemize
24723 Write the the formula as usual, mark the formula name, in our example the
24724  letters 
24725 \emph on
24726 sgn
24727 \emph default
24728 , and change it to mathematical text.
24729  At last a space is inserted between prefactor and function.
24730 \end_layout
24731
24732 \begin_layout Standard
24733 The result is the same with both methods as with a predefined function
24734 \begin_inset Foot
24735 status collapsed
24736
24737 \begin_layout Plain Layout
24738 In LyX self-defined functions are displayed red, predefined ones black.
24739 \end_layout
24740
24741 \end_inset
24742
24743 :
24744 \end_layout
24745
24746 \begin_layout Standard
24747 \align center
24748 \begin_inset Tabular
24749 <lyxtabular version="3" rows="3" columns="2">
24750 <features>
24751 <column alignment="center" valignment="top" width="0pt">
24752 <column alignment="center" valignment="top" width="0pt">
24753 <row>
24754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24755 \begin_inset Text
24756
24757 \begin_layout Plain Layout
24758 Command
24759 \end_layout
24760
24761 \end_inset
24762 </cell>
24763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24764 \begin_inset Text
24765
24766 \begin_layout Plain Layout
24767 Result
24768 \end_layout
24769
24770 \end_inset
24771 </cell>
24772 </row>
24773 <row>
24774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24775 \begin_inset Text
24776
24777 \begin_layout Plain Layout
24778 A
24779 \backslash
24780 sgn(x)+B
24781 \end_layout
24782
24783 \end_inset
24784 </cell>
24785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24786 \begin_inset Text
24787
24788 \begin_layout Plain Layout
24789 \begin_inset Formula $A\sgn(x)+B$
24790 \end_inset
24791
24792
24793 \end_layout
24794
24795 \end_inset
24796 </cell>
24797 </row>
24798 <row>
24799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24800 \begin_inset Text
24801
24802 \begin_layout Plain Layout
24803 A
24804 \backslash
24805 ,
24806 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24807 \end_inset
24808
24809 (x)+B
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 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24819 \end_inset
24820
24821
24822 \end_layout
24823
24824 \end_inset
24825 </cell>
24826 </row>
24827 </lyxtabular>
24828
24829 \end_inset
24830
24831
24832 \end_layout
24833
24834 \begin_layout Standard
24835 The first method is more suitable when the self-defined function should
24836  be used several times.
24837 \end_layout
24838
24839 \begin_layout Subsection
24840 Limits
24841 \begin_inset Index
24842 status collapsed
24843
24844 \begin_layout Plain Layout
24845 Limits
24846 \end_layout
24847
24848 \end_inset
24849
24850
24851 \end_layout
24852
24853 \begin_layout Standard
24854 For limits there are defined besides 
24855 \series bold
24856
24857 \backslash
24858 lim
24859 \series default
24860
24861 \begin_inset Index
24862 status collapsed
24863
24864 \begin_layout Plain Layout
24865 Commands ! L ! 
24866 \backslash
24867 lim
24868 \end_layout
24869
24870 \end_inset
24871
24872
24873 \series bold
24874
24875 \backslash
24876 liminf
24877 \series default
24878  and 
24879 \series bold
24880
24881 \backslash
24882 limsup
24883 \series default
24884  furthermore the following functions:
24885 \end_layout
24886
24887 \begin_layout Standard
24888 \align center
24889 \begin_inset Tabular
24890 <lyxtabular version="3" rows="5" columns="2">
24891 <features>
24892 <column alignment="center" valignment="top" width="0">
24893 <column alignment="center" valignment="top" width="0">
24894 <row>
24895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24896 \begin_inset Text
24897
24898 \begin_layout Plain Layout
24899 Command
24900 \end_layout
24901
24902 \end_inset
24903 </cell>
24904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24905 \begin_inset Text
24906
24907 \begin_layout Plain Layout
24908 Result
24909 \begin_inset Note Note
24910 status collapsed
24911
24912 \begin_layout Plain Layout
24913
24914 \series bold
24915
24916 \backslash
24917 raisebox
24918 \series default
24919  is only used as spacer.
24920 \end_layout
24921
24922 \end_inset
24923
24924
24925 \end_layout
24926
24927 \end_inset
24928 </cell>
24929 </row>
24930 <row>
24931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24932 \begin_inset Text
24933
24934 \begin_layout Plain Layout
24935
24936 \backslash
24937 varliminf
24938 \end_layout
24939
24940 \end_inset
24941 </cell>
24942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24943 \begin_inset Text
24944
24945 \begin_layout Plain Layout
24946 \begin_inset Formula $\varliminf$
24947 \end_inset
24948
24949
24950 \end_layout
24951
24952 \end_inset
24953 </cell>
24954 </row>
24955 <row>
24956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24957 \begin_inset Text
24958
24959 \begin_layout Plain Layout
24960
24961 \backslash
24962 varlimsup
24963 \end_layout
24964
24965 \end_inset
24966 </cell>
24967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24968 \begin_inset Text
24969
24970 \begin_layout Plain Layout
24971 \begin_inset Formula $\varlimsup$
24972 \end_inset
24973
24974
24975 \end_layout
24976
24977 \end_inset
24978 </cell>
24979 </row>
24980 <row>
24981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24982 \begin_inset Text
24983
24984 \begin_layout Plain Layout
24985
24986 \backslash
24987 varprojlim
24988 \end_layout
24989
24990 \end_inset
24991 </cell>
24992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24993 \begin_inset Text
24994
24995 \begin_layout Plain Layout
24996 \begin_inset Formula $\varprojlim$
24997 \end_inset
24998
24999
25000 \end_layout
25001
25002 \end_inset
25003 </cell>
25004 </row>
25005 <row>
25006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25007 \begin_inset Text
25008
25009 \begin_layout Plain Layout
25010
25011 \backslash
25012 varinjlim
25013 \end_layout
25014
25015 \end_inset
25016 </cell>
25017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25018 \begin_inset Text
25019
25020 \begin_layout Plain Layout
25021 \begin_inset Formula $\varinjlim$
25022 \end_inset
25023
25024
25025 \begin_inset Formula $\raisebox{-2.5mm}{}$
25026 \end_inset
25027
25028
25029 \end_layout
25030
25031 \end_inset
25032 </cell>
25033 </row>
25034 </lyxtabular>
25035
25036 \end_inset
25037
25038
25039 \end_layout
25040
25041 \begin_layout Standard
25042 \begin_inset VSpace medskip
25043 \end_inset
25044
25045 The limit is created by inserting a subscript.
25046  It is set right beside the function in an inline formula:
25047 \end_layout
25048
25049 \begin_layout Standard
25050 \align center
25051 \begin_inset Tabular
25052 <lyxtabular version="3" rows="2" columns="2">
25053 <features>
25054 <column alignment="center" valignment="top" width="0pt">
25055 <column alignment="center" valignment="top" width="0pt">
25056 <row>
25057 <cell alignment="center" valignment="top" usebox="none">
25058 \begin_inset Text
25059
25060 \begin_layout Plain Layout
25061 Command
25062 \end_layout
25063
25064 \end_inset
25065 </cell>
25066 <cell alignment="center" valignment="top" usebox="none">
25067 \begin_inset Text
25068
25069 \begin_layout Plain Layout
25070 \begin_inset space \hspace{}
25071 \length 1cm
25072 \end_inset
25073
25074 Result
25075 \begin_inset Note Note
25076 status collapsed
25077
25078 \begin_layout Plain Layout
25079
25080 \series bold
25081
25082 \backslash
25083 hspace
25084 \series default
25085  and
25086 \series bold
25087  
25088 \backslash
25089 raisebox
25090 \series default
25091  are used here as spacer.
25092 \end_layout
25093
25094 \end_inset
25095
25096
25097 \end_layout
25098
25099 \end_inset
25100 </cell>
25101 </row>
25102 <row>
25103 <cell alignment="center" valignment="top" usebox="none">
25104 \begin_inset Text
25105
25106 \begin_layout Plain Layout
25107
25108 \backslash
25109 lim_x
25110 \backslash
25111 to
25112 \begin_inset ERT
25113 status collapsed
25114
25115 \begin_layout Plain Layout
25116
25117
25118 \backslash
25119 spce 
25120 \end_layout
25121
25122 \end_inset
25123
25124 A
25125 \begin_inset ERT
25126 status collapsed
25127
25128 \begin_layout Plain Layout
25129
25130
25131 \backslash
25132 spce 
25133 \end_layout
25134
25135 \end_inset
25136
25137 x=B
25138 \end_layout
25139
25140 \end_inset
25141 </cell>
25142 <cell alignment="center" valignment="top" usebox="none">
25143 \begin_inset Text
25144
25145 \begin_layout Plain Layout
25146 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25147 \end_inset
25148
25149
25150 \end_layout
25151
25152 \end_inset
25153 </cell>
25154 </row>
25155 </lyxtabular>
25156
25157 \end_inset
25158
25159
25160 \end_layout
25161
25162 \begin_layout Standard
25163 In a displayed formula the limit is set below the formula, as usual:
25164 \begin_inset Formula \[
25165 \lim_{x\to A}x=B\]
25166
25167 \end_inset
25168
25169
25170 \end_layout
25171
25172 \begin_layout Subsection
25173 Modulo-Functions
25174 \begin_inset Index
25175 status collapsed
25176
25177 \begin_layout Plain Layout
25178 Functions ! modulo-
25179 \end_layout
25180
25181 \end_inset
25182
25183
25184 \end_layout
25185
25186 \begin_layout Standard
25187 The modulo-function is special, because it exists in four variants.
25188 \end_layout
25189
25190 \begin_layout Standard
25191 The variants in a displayed formula:
25192 \begin_inset Formula \begin{align*}
25193 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25194 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25195 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25196 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25197 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25198
25199 \end_inset
25200
25201
25202 \end_layout
25203
25204 \begin_layout Standard
25205 In an inline formula less space is set before the function names for all
25206  variants.
25207 \end_layout
25208
25209 \begin_layout Section
25210 Special Characters
25211 \begin_inset Index
25212 status collapsed
25213
25214 \begin_layout Plain Layout
25215 Special characters
25216 \end_layout
25217
25218 \end_inset
25219
25220
25221 \end_layout
25222
25223 \begin_layout Subsection
25224 Special Characters in Mathematical Text
25225 \end_layout
25226
25227 \begin_layout Standard
25228 The following commands can only be used in mathematical text or in TeX-mode:
25229 \end_layout
25230
25231 \begin_layout Standard
25232 \begin_inset space \hfill{}
25233 \end_inset
25234
25235
25236 \begin_inset Tabular
25237 <lyxtabular version="3" rows="8" columns="2">
25238 <features>
25239 <column alignment="block" valignment="top" width="0">
25240 <column alignment="block" valignment="top" width="0">
25241 <row>
25242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25243 \begin_inset Text
25244
25245 \begin_layout Plain Layout
25246 Command
25247 \end_layout
25248
25249 \end_inset
25250 </cell>
25251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25252 \begin_inset Text
25253
25254 \begin_layout Plain Layout
25255 Result
25256 \end_layout
25257
25258 \end_inset
25259 </cell>
25260 </row>
25261 <row>
25262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25263 \begin_inset Text
25264
25265 \begin_layout Plain Layout
25266
25267 \backslash
25268 oe
25269 \end_layout
25270
25271 \end_inset
25272 </cell>
25273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25274 \begin_inset Text
25275
25276 \begin_layout Plain Layout
25277 \begin_inset Formula $\textrm{œ}$
25278 \end_inset
25279
25280
25281 \end_layout
25282
25283 \end_inset
25284 </cell>
25285 </row>
25286 <row>
25287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25288 \begin_inset Text
25289
25290 \begin_layout Plain Layout
25291
25292 \backslash
25293 OE
25294 \end_layout
25295
25296 \end_inset
25297 </cell>
25298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25299 \begin_inset Text
25300
25301 \begin_layout Plain Layout
25302 \begin_inset Formula $\textrm{Œ}$
25303 \end_inset
25304
25305
25306 \end_layout
25307
25308 \end_inset
25309 </cell>
25310 </row>
25311 <row>
25312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25313 \begin_inset Text
25314
25315 \begin_layout Plain Layout
25316
25317 \backslash
25318 ae
25319 \end_layout
25320
25321 \end_inset
25322 </cell>
25323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25324 \begin_inset Text
25325
25326 \begin_layout Plain Layout
25327 \begin_inset Formula $\textrm{æ}$
25328 \end_inset
25329
25330
25331 \end_layout
25332
25333 \end_inset
25334 </cell>
25335 </row>
25336 <row>
25337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25338 \begin_inset Text
25339
25340 \begin_layout Plain Layout
25341
25342 \backslash
25343 AE
25344 \end_layout
25345
25346 \end_inset
25347 </cell>
25348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25349 \begin_inset Text
25350
25351 \begin_layout Plain Layout
25352 \begin_inset Formula $\textrm{Æ}$
25353 \end_inset
25354
25355
25356 \end_layout
25357
25358 \end_inset
25359 </cell>
25360 </row>
25361 <row>
25362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25363 \begin_inset Text
25364
25365 \begin_layout Plain Layout
25366
25367 \backslash
25368 aa
25369 \end_layout
25370
25371 \end_inset
25372 </cell>
25373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25374 \begin_inset Text
25375
25376 \begin_layout Plain Layout
25377 \begin_inset Formula $\textrm{\aa}$
25378 \end_inset
25379
25380
25381 \end_layout
25382
25383 \end_inset
25384 </cell>
25385 </row>
25386 <row>
25387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25388 \begin_inset Text
25389
25390 \begin_layout Plain Layout
25391
25392 \backslash
25393 AA
25394 \begin_inset Index
25395 status collapsed
25396
25397 \begin_layout Plain Layout
25398
25399 \backslash
25400 @
25401 \begin_inset ERT
25402 status collapsed
25403
25404 \begin_layout Plain Layout
25405
25406
25407 \backslash
25408 textrm{
25409 \backslash
25410 AA}
25411 \end_layout
25412
25413 \end_inset
25414
25415
25416 \end_layout
25417
25418 \end_inset
25419
25420
25421 \end_layout
25422
25423 \end_inset
25424 </cell>
25425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25426 \begin_inset Text
25427
25428 \begin_layout Plain Layout
25429 \begin_inset Formula $\textrm{Å}$
25430 \end_inset
25431
25432
25433 \end_layout
25434
25435 \end_inset
25436 </cell>
25437 </row>
25438 <row>
25439 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25440 \begin_inset Text
25441
25442 \begin_layout Plain Layout
25443
25444 \backslash
25445 i
25446 \end_layout
25447
25448 \end_inset
25449 </cell>
25450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25451 \begin_inset Text
25452
25453 \begin_layout Plain Layout
25454 \begin_inset Formula $\textrm{ı}$
25455 \end_inset
25456
25457
25458 \end_layout
25459
25460 \end_inset
25461 </cell>
25462 </row>
25463 </lyxtabular>
25464
25465 \end_inset
25466
25467
25468 \begin_inset space \hfill{}
25469 \end_inset
25470
25471
25472 \begin_inset Tabular
25473 <lyxtabular version="3" rows="8" columns="2">
25474 <features>
25475 <column alignment="block" valignment="top" width="0">
25476 <column alignment="center" valignment="top" width="0">
25477 <row>
25478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25479 \begin_inset Text
25480
25481 \begin_layout Plain Layout
25482 command
25483 \begin_inset Note Note
25484 status collapsed
25485
25486 \begin_layout Plain Layout
25487
25488 \series bold
25489
25490 \backslash
25491 hspace{0mm}
25492 \series default
25493  is used for separation, because otherwise the output will be ¡ and ¿ respective
25494 ly.
25495 \end_layout
25496
25497 \end_inset
25498
25499
25500 \end_layout
25501
25502 \end_inset
25503 </cell>
25504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25505 \begin_inset Text
25506
25507 \begin_layout Plain Layout
25508 Result
25509 \end_layout
25510
25511 \end_inset
25512 </cell>
25513 </row>
25514 <row>
25515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25516 \begin_inset Text
25517
25518 \begin_layout Plain Layout
25519
25520 \backslash
25521 o
25522 \end_layout
25523
25524 \end_inset
25525 </cell>
25526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25527 \begin_inset Text
25528
25529 \begin_layout Plain Layout
25530 \begin_inset Formula $\textrm{ø}$
25531 \end_inset
25532
25533
25534 \end_layout
25535
25536 \end_inset
25537 </cell>
25538 </row>
25539 <row>
25540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25541 \begin_inset Text
25542
25543 \begin_layout Plain Layout
25544
25545 \backslash
25546 O
25547 \end_layout
25548
25549 \end_inset
25550 </cell>
25551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25552 \begin_inset Text
25553
25554 \begin_layout Plain Layout
25555 \begin_inset Formula $\textrm{Ø}$
25556 \end_inset
25557
25558
25559 \end_layout
25560
25561 \end_inset
25562 </cell>
25563 </row>
25564 <row>
25565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25566 \begin_inset Text
25567
25568 \begin_layout Plain Layout
25569
25570 \backslash
25571 l
25572 \end_layout
25573
25574 \end_inset
25575 </cell>
25576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25577 \begin_inset Text
25578
25579 \begin_layout Plain Layout
25580 \begin_inset Formula $\textrm{ł}$
25581 \end_inset
25582
25583
25584 \end_layout
25585
25586 \end_inset
25587 </cell>
25588 </row>
25589 <row>
25590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25591 \begin_inset Text
25592
25593 \begin_layout Plain Layout
25594
25595 \backslash
25596 L
25597 \end_layout
25598
25599 \end_inset
25600 </cell>
25601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25602 \begin_inset Text
25603
25604 \begin_layout Plain Layout
25605 \begin_inset Formula $\textrm{Ł}$
25606 \end_inset
25607
25608
25609 \end_layout
25610
25611 \end_inset
25612 </cell>
25613 </row>
25614 <row>
25615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25616 \begin_inset Text
25617
25618 \begin_layout Plain Layout
25619 !
25620 \begin_inset space \hspace{}
25621 \length 0mm
25622 \end_inset
25623
25624 `
25625 \begin_inset ERT
25626 status collapsed
25627
25628 \begin_layout Plain Layout
25629
25630
25631 \backslash
25632 spce 
25633 \end_layout
25634
25635 \end_inset
25636
25637
25638 \end_layout
25639
25640 \end_inset
25641 </cell>
25642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25643 \begin_inset Text
25644
25645 \begin_layout Plain Layout
25646 \begin_inset Formula $\textrm{!`}$
25647 \end_inset
25648
25649
25650 \end_layout
25651
25652 \end_inset
25653 </cell>
25654 </row>
25655 <row>
25656 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25657 \begin_inset Text
25658
25659 \begin_layout Plain Layout
25660 ?
25661 \begin_inset space \hspace{}
25662 \length 0mm
25663 \end_inset
25664
25665 `
25666 \begin_inset ERT
25667 status collapsed
25668
25669 \begin_layout Plain Layout
25670
25671
25672 \backslash
25673 spce 
25674 \end_layout
25675
25676 \end_inset
25677
25678
25679 \end_layout
25680
25681 \end_inset
25682 </cell>
25683 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25684 \begin_inset Text
25685
25686 \begin_layout Plain Layout
25687 \begin_inset Formula $\textrm{?`}$
25688 \end_inset
25689
25690
25691 \end_layout
25692
25693 \end_inset
25694 </cell>
25695 </row>
25696 <row>
25697 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25698 \begin_inset Text
25699
25700 \begin_layout Plain Layout
25701
25702 \backslash
25703 j
25704 \end_layout
25705
25706 \end_inset
25707 </cell>
25708 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25709 \begin_inset Text
25710
25711 \begin_layout Plain Layout
25712 \begin_inset Formula $\textrm{ȷ}$
25713 \end_inset
25714
25715
25716 \end_layout
25717
25718 \end_inset
25719 </cell>
25720 </row>
25721 </lyxtabular>
25722
25723 \end_inset
25724
25725
25726 \begin_inset space \hfill{}
25727 \end_inset
25728
25729
25730 \end_layout
25731
25732 \begin_layout Standard
25733 The characters 
25734 \begin_inset Formula $\textrm{\textrm{Å}}$
25735 \end_inset
25736
25737  and 
25738 \begin_inset Formula $\textrm{\textrm{Ø}}$
25739 \end_inset
25740
25741  can also be inserted via the math toolbar button 
25742 \begin_inset Graphics
25743         filename ../images/math/digamma.png
25744         scale 85
25745
25746 \end_inset
25747
25748 .
25749 \end_layout
25750
25751 \begin_layout Standard
25752 An exception are the commands 
25753 \series bold
25754 !
25755 \begin_inset space \hspace{}
25756 \length 0mm
25757 \end_inset
25758
25759 `
25760 \series default
25761  and 
25762 \series bold
25763 ?
25764 \begin_inset space \hspace{}
25765 \length 0mm
25766 \end_inset
25767
25768 `
25769 \series default
25770 , because they can be inserted in LyX directly to text.
25771 \end_layout
25772
25773 \begin_layout Subsection
25774 Accents in Text
25775 \begin_inset CommandInset label
25776 LatexCommand label
25777 name "sub:Accents-in-Text"
25778
25779 \end_inset
25780
25781
25782 \begin_inset Index
25783 status collapsed
25784
25785 \begin_layout Plain Layout
25786 Accents ! in text
25787 \end_layout
25788
25789 \end_inset
25790
25791
25792 \end_layout
25793
25794 \begin_layout Standard
25795 With the following commands all letters can be accented.
25796  The commands must be inserted in TeX-mode.
25797 \end_layout
25798
25799 \begin_layout Standard
25800 \begin_inset space \hfill{}
25801 \end_inset
25802
25803
25804 \begin_inset Tabular
25805 <lyxtabular version="3" rows="8" columns="2">
25806 <features>
25807 <column alignment="block" valignment="top" width="0">
25808 <column alignment="block" valignment="top" width="0">
25809 <row>
25810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25811 \begin_inset Text
25812
25813 \begin_layout Plain Layout
25814 Command
25815 \end_layout
25816
25817 \end_inset
25818 </cell>
25819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25820 \begin_inset Text
25821
25822 \begin_layout Plain Layout
25823 Result
25824 \end_layout
25825
25826 \end_inset
25827 </cell>
25828 </row>
25829 <row>
25830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25831 \begin_inset Text
25832
25833 \begin_layout Plain Layout
25834
25835 \backslash
25836
25837 \begin_inset Quotes grd
25838 \end_inset
25839
25840 e
25841 \end_layout
25842
25843 \end_inset
25844 </cell>
25845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25846 \begin_inset Text
25847
25848 \begin_layout Plain Layout
25849 \begin_inset ERT
25850 status collapsed
25851
25852 \begin_layout Plain Layout
25853
25854
25855 \backslash
25856 "e
25857 \end_layout
25858
25859 \end_inset
25860
25861
25862 \end_layout
25863
25864 \end_inset
25865 </cell>
25866 </row>
25867 <row>
25868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25869 \begin_inset Text
25870
25871 \begin_layout Plain Layout
25872
25873 \backslash
25874 `e
25875 \end_layout
25876
25877 \end_inset
25878 </cell>
25879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25880 \begin_inset Text
25881
25882 \begin_layout Plain Layout
25883 \begin_inset ERT
25884 status collapsed
25885
25886 \begin_layout Plain Layout
25887
25888
25889 \backslash
25890 `e
25891 \end_layout
25892
25893 \end_inset
25894
25895
25896 \end_layout
25897
25898 \end_inset
25899 </cell>
25900 </row>
25901 <row>
25902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25903 \begin_inset Text
25904
25905 \begin_layout Plain Layout
25906
25907 \backslash
25908 ^
25909 \begin_inset ERT
25910 status collapsed
25911
25912 \begin_layout Plain Layout
25913
25914
25915 \backslash
25916 spce 
25917 \end_layout
25918
25919 \end_inset
25920
25921 e
25922 \end_layout
25923
25924 \end_inset
25925 </cell>
25926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25927 \begin_inset Text
25928
25929 \begin_layout Plain Layout
25930 \begin_inset ERT
25931 status collapsed
25932
25933 \begin_layout Plain Layout
25934
25935
25936 \backslash
25937 ^e
25938 \end_layout
25939
25940 \end_inset
25941
25942
25943 \end_layout
25944
25945 \end_inset
25946 </cell>
25947 </row>
25948 <row>
25949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25950 \begin_inset Text
25951
25952 \begin_layout Plain Layout
25953
25954 \backslash
25955 =e
25956 \end_layout
25957
25958 \end_inset
25959 </cell>
25960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25961 \begin_inset Text
25962
25963 \begin_layout Plain Layout
25964 \begin_inset ERT
25965 status collapsed
25966
25967 \begin_layout Plain Layout
25968
25969
25970 \backslash
25971 =e
25972 \end_layout
25973
25974 \end_inset
25975
25976
25977 \end_layout
25978
25979 \end_inset
25980 </cell>
25981 </row>
25982 <row>
25983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25984 \begin_inset Text
25985
25986 \begin_layout Plain Layout
25987
25988 \backslash
25989 u
25990 \begin_inset ERT
25991 status collapsed
25992
25993 \begin_layout Plain Layout
25994
25995
25996 \backslash
25997 spce 
25998 \end_layout
25999
26000 \end_inset
26001
26002 e
26003 \end_layout
26004
26005 \end_inset
26006 </cell>
26007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26008 \begin_inset Text
26009
26010 \begin_layout Plain Layout
26011 \begin_inset ERT
26012 status collapsed
26013
26014 \begin_layout Plain Layout
26015
26016
26017 \backslash
26018 u e
26019 \end_layout
26020
26021 \end_inset
26022
26023
26024 \end_layout
26025
26026 \end_inset
26027 </cell>
26028 </row>
26029 <row>
26030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26031 \begin_inset Text
26032
26033 \begin_layout Plain Layout
26034
26035 \backslash
26036 b
26037 \begin_inset ERT
26038 status collapsed
26039
26040 \begin_layout Plain Layout
26041
26042
26043 \backslash
26044 spce 
26045 \end_layout
26046
26047 \end_inset
26048
26049 e
26050 \end_layout
26051
26052 \end_inset
26053 </cell>
26054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26055 \begin_inset Text
26056
26057 \begin_layout Plain Layout
26058 \begin_inset ERT
26059 status collapsed
26060
26061 \begin_layout Plain Layout
26062
26063
26064 \backslash
26065 b e
26066 \end_layout
26067
26068 \end_inset
26069
26070
26071 \end_layout
26072
26073 \end_inset
26074 </cell>
26075 </row>
26076 <row>
26077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26078 \begin_inset Text
26079
26080 \begin_layout Plain Layout
26081
26082 \backslash
26083 t
26084 \begin_inset ERT
26085 status collapsed
26086
26087 \begin_layout Plain Layout
26088
26089
26090 \backslash
26091 spce 
26092 \end_layout
26093
26094 \end_inset
26095
26096 ee
26097 \end_layout
26098
26099 \end_inset
26100 </cell>
26101 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26102 \begin_inset Text
26103
26104 \begin_layout Plain Layout
26105 \begin_inset ERT
26106 status collapsed
26107
26108 \begin_layout Plain Layout
26109
26110
26111 \backslash
26112 t ee
26113 \end_layout
26114
26115 \end_inset
26116
26117
26118 \end_layout
26119
26120 \end_inset
26121 </cell>
26122 </row>
26123 </lyxtabular>
26124
26125 \end_inset
26126
26127
26128 \begin_inset space \hfill{}
26129 \end_inset
26130
26131
26132 \begin_inset Tabular
26133 <lyxtabular version="3" rows="8" columns="2">
26134 <features>
26135 <column alignment="block" valignment="top" width="0">
26136 <column alignment="center" valignment="top" width="0">
26137 <row>
26138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26139 \begin_inset Text
26140
26141 \begin_layout Plain Layout
26142 Command
26143 \end_layout
26144
26145 \end_inset
26146 </cell>
26147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26148 \begin_inset Text
26149
26150 \begin_layout Plain Layout
26151 Result
26152 \end_layout
26153
26154 \end_inset
26155 </cell>
26156 </row>
26157 <row>
26158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26159 \begin_inset Text
26160
26161 \begin_layout Plain Layout
26162
26163 \backslash
26164 H
26165 \begin_inset ERT
26166 status collapsed
26167
26168 \begin_layout Plain Layout
26169
26170
26171 \backslash
26172 spce 
26173 \end_layout
26174
26175 \end_inset
26176
26177 e
26178 \end_layout
26179
26180 \end_inset
26181 </cell>
26182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26183 \begin_inset Text
26184
26185 \begin_layout Plain Layout
26186 \begin_inset ERT
26187 status collapsed
26188
26189 \begin_layout Plain Layout
26190
26191
26192 \backslash
26193 H e
26194 \end_layout
26195
26196 \end_inset
26197
26198
26199 \end_layout
26200
26201 \end_inset
26202 </cell>
26203 </row>
26204 <row>
26205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26206 \begin_inset Text
26207
26208 \begin_layout Plain Layout
26209
26210 \backslash
26211 'e
26212 \end_layout
26213
26214 \end_inset
26215 </cell>
26216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26217 \begin_inset Text
26218
26219 \begin_layout Plain Layout
26220 \begin_inset ERT
26221 status collapsed
26222
26223 \begin_layout Plain Layout
26224
26225
26226 \backslash
26227 'e
26228 \end_layout
26229
26230 \end_inset
26231
26232
26233 \end_layout
26234
26235 \end_inset
26236 </cell>
26237 </row>
26238 <row>
26239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26240 \begin_inset Text
26241
26242 \begin_layout Plain Layout
26243
26244 \backslash
26245 ~e
26246 \begin_inset Index
26247 status collapsed
26248
26249 \begin_layout Plain Layout
26250 Tilde
26251 \end_layout
26252
26253 \end_inset
26254
26255
26256 \end_layout
26257
26258 \end_inset
26259 </cell>
26260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26261 \begin_inset Text
26262
26263 \begin_layout Plain Layout
26264 \begin_inset ERT
26265 status collapsed
26266
26267 \begin_layout Plain Layout
26268
26269
26270 \backslash
26271 ~e
26272 \end_layout
26273
26274 \end_inset
26275
26276
26277 \end_layout
26278
26279 \end_inset
26280 </cell>
26281 </row>
26282 <row>
26283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26284 \begin_inset Text
26285
26286 \begin_layout Plain Layout
26287
26288 \backslash
26289 .e
26290 \end_layout
26291
26292 \end_inset
26293 </cell>
26294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26295 \begin_inset Text
26296
26297 \begin_layout Plain Layout
26298 \begin_inset ERT
26299 status collapsed
26300
26301 \begin_layout Plain Layout
26302
26303
26304 \backslash
26305 .e
26306 \end_layout
26307
26308 \end_inset
26309
26310
26311 \end_layout
26312
26313 \end_inset
26314 </cell>
26315 </row>
26316 <row>
26317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26318 \begin_inset Text
26319
26320 \begin_layout Plain Layout
26321
26322 \backslash
26323 v
26324 \begin_inset ERT
26325 status collapsed
26326
26327 \begin_layout Plain Layout
26328
26329
26330 \backslash
26331 spce 
26332 \end_layout
26333
26334 \end_inset
26335
26336 e
26337 \end_layout
26338
26339 \end_inset
26340 </cell>
26341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26342 \begin_inset Text
26343
26344 \begin_layout Plain Layout
26345 \begin_inset ERT
26346 status collapsed
26347
26348 \begin_layout Plain Layout
26349
26350
26351 \backslash
26352 v e
26353 \end_layout
26354
26355 \end_inset
26356
26357
26358 \end_layout
26359
26360 \end_inset
26361 </cell>
26362 </row>
26363 <row>
26364 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26365 \begin_inset Text
26366
26367 \begin_layout Plain Layout
26368
26369 \backslash
26370 d
26371 \begin_inset ERT
26372 status collapsed
26373
26374 \begin_layout Plain Layout
26375
26376
26377 \backslash
26378 spce 
26379 \end_layout
26380
26381 \end_inset
26382
26383 e
26384 \end_layout
26385
26386 \end_inset
26387 </cell>
26388 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26389 \begin_inset Text
26390
26391 \begin_layout Plain Layout
26392 \begin_inset ERT
26393 status collapsed
26394
26395 \begin_layout Plain Layout
26396
26397
26398 \backslash
26399 d e
26400 \end_layout
26401
26402 \end_inset
26403
26404
26405 \end_layout
26406
26407 \end_inset
26408 </cell>
26409 </row>
26410 <row>
26411 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26412 \begin_inset Text
26413
26414 \begin_layout Plain Layout
26415
26416 \backslash
26417 c
26418 \begin_inset ERT
26419 status collapsed
26420
26421 \begin_layout Plain Layout
26422
26423
26424 \backslash
26425 spce 
26426 \end_layout
26427
26428 \end_inset
26429
26430 e
26431 \end_layout
26432
26433 \end_inset
26434 </cell>
26435 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26436 \begin_inset Text
26437
26438 \begin_layout Plain Layout
26439 \begin_inset ERT
26440 status collapsed
26441
26442 \begin_layout Plain Layout
26443
26444
26445 \backslash
26446 c e
26447 \end_layout
26448
26449 \end_inset
26450
26451
26452 \end_layout
26453
26454 \end_inset
26455 </cell>
26456 </row>
26457 </lyxtabular>
26458
26459 \end_inset
26460
26461
26462 \begin_inset space \hfill{}
26463 \end_inset
26464
26465
26466 \end_layout
26467
26468 \begin_layout Standard
26469 \begin_inset VSpace medskip
26470 \end_inset
26471
26472 With the command 
26473 \series bold
26474
26475 \backslash
26476 t
26477 \series default
26478  also two different characters can be accented.
26479  The command 
26480 \series bold
26481
26482 \backslash
26483 t
26484 \begin_inset ERT
26485 status collapsed
26486
26487 \begin_layout Plain Layout
26488
26489
26490 \backslash
26491 spce 
26492 \end_layout
26493
26494 \end_inset
26495
26496 sz
26497 \series default
26498  creates: 
26499 \begin_inset ERT
26500 status collapsed
26501
26502 \begin_layout Plain Layout
26503
26504
26505 \backslash
26506 t sz
26507 \end_layout
26508
26509 \end_inset
26510
26511
26512 \end_layout
26513
26514 \begin_layout Standard
26515 The accents 
26516 \series bold
26517 `
26518 \series default
26519  , 
26520 \series bold
26521 '
26522 \series default
26523  , and 
26524 \series bold
26525 ^
26526 \series default
26527  can in combination with vowels directly be inserted with the keyboard without
26528  using TeX-mode.
26529  The same applies for the tilde
26530 \begin_inset Foot
26531 status collapsed
26532
26533 \begin_layout Plain Layout
26534 This only applies for keyboards where the tilde is defined as accent.
26535 \end_layout
26536
26537 \end_inset
26538
26539  
26540 \series bold
26541 ~
26542 \series default
26543  in combination with 
26544 \emph on
26545 a
26546 \emph default
26547  , 
26548 \emph on
26549 n
26550 \emph default
26551  , or 
26552 \emph on
26553 o
26554 \emph default
26555 .
26556 \end_layout
26557
26558 \begin_layout Standard
26559 The commands 
26560 \series bold
26561
26562 \backslash
26563 b
26564 \series default
26565  , 
26566 \series bold
26567
26568 \backslash
26569 c
26570 \series default
26571  , 
26572 \series bold
26573
26574 \backslash
26575 d
26576 \series default
26577  , 
26578 \series bold
26579
26580 \backslash
26581 H
26582 \series default
26583  , 
26584 \series bold
26585
26586 \backslash
26587 t
26588 \series default
26589  , 
26590 \series bold
26591
26592 \backslash
26593 u
26594 \series default
26595  , 
26596 \series bold
26597
26598 \backslash
26599 v
26600 \series default
26601 , and accents inserted directly with the keyboard are also available in
26602  mathematical text.
26603  For the other accents there are special math commands to be used in formulas,
26604  see 
26605 \begin_inset CommandInset ref
26606 LatexCommand ref
26607 reference "sub:Accents-for-one"
26608
26609 \end_inset
26610
26611 .
26612 \end_layout
26613
26614 \begin_layout Standard
26615 \begin_inset VSpace bigskip
26616 \end_inset
26617
26618 Furthermore, with the command 
26619 \series bold
26620
26621 \backslash
26622 textcircled
26623 \series default
26624
26625 \begin_inset Index
26626 status collapsed
26627
26628 \begin_layout Plain Layout
26629 Commands ! T ! 
26630 \backslash
26631 textcircled
26632 \end_layout
26633
26634 \end_inset
26635
26636  all numbers and letters can be set into a circle, quasi accented with a
26637  circle, similar to the the copyright symbol.
26638 \end_layout
26639
26640 \begin_layout Standard
26641 \align center
26642 \begin_inset Tabular
26643 <lyxtabular version="3" rows="3" columns="2">
26644 <features>
26645 <column alignment="center" valignment="top" width="0">
26646 <column alignment="center" valignment="top" width="0">
26647 <row>
26648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26649 \begin_inset Text
26650
26651 \begin_layout Plain Layout
26652 Command
26653 \end_layout
26654
26655 \end_inset
26656 </cell>
26657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26658 \begin_inset Text
26659
26660 \begin_layout Plain Layout
26661 Result
26662 \begin_inset Note Note
26663 status collapsed
26664
26665 \begin_layout Plain Layout
26666
26667 \series bold
26668
26669 \backslash
26670 raisebox
26671 \series default
26672  is only used as spacer.
26673 \end_layout
26674
26675 \end_inset
26676
26677
26678 \end_layout
26679
26680 \end_inset
26681 </cell>
26682 </row>
26683 <row>
26684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26685 \begin_inset Text
26686
26687 \begin_layout Plain Layout
26688
26689 \backslash
26690 textcircled{w}
26691 \end_layout
26692
26693 \end_inset
26694 </cell>
26695 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26696 \begin_inset Text
26697
26698 \begin_layout Plain Layout
26699 \begin_inset ERT
26700 status collapsed
26701
26702 \begin_layout Plain Layout
26703
26704
26705 \backslash
26706 textcircled{w}
26707 \end_layout
26708
26709 \end_inset
26710
26711
26712 \end_layout
26713
26714 \end_inset
26715 </cell>
26716 </row>
26717 <row>
26718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26719 \begin_inset Text
26720
26721 \begin_layout Plain Layout
26722
26723 \backslash
26724 Large 
26725 \backslash
26726 textcircled{
26727 \backslash
26728 normalsize
26729 \backslash
26730 protect
26731 \backslash
26732 raisebox{-1.5pt}{W}}
26733 \end_layout
26734
26735 \end_inset
26736 </cell>
26737 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26738 \begin_inset Text
26739
26740 \begin_layout Plain Layout
26741 \begin_inset Formula $\raisebox{4.5mm}{}$
26742 \end_inset
26743
26744
26745 \begin_inset ERT
26746 status collapsed
26747
26748 \begin_layout Plain Layout
26749
26750
26751 \backslash
26752 Large 
26753 \backslash
26754 textcircled{
26755 \backslash
26756 normalsize
26757 \backslash
26758 protect
26759 \backslash
26760 raisebox{-1.5pt}W}
26761 \end_layout
26762
26763 \end_inset
26764
26765
26766 \begin_inset Formula $\raisebox{-2mm}{}$
26767 \end_inset
26768
26769
26770 \end_layout
26771
26772 \end_inset
26773 </cell>
26774 </row>
26775 </lyxtabular>
26776
26777 \end_inset
26778
26779
26780 \end_layout
26781
26782 \begin_layout Standard
26783 One has to take care that the character fits in the circle.
26784  
26785 \series bold
26786
26787 \backslash
26788 Large
26789 \series default
26790
26791 \begin_inset Foot
26792 status collapsed
26793
26794 \begin_layout Plain Layout
26795 see 
26796 \begin_inset CommandInset ref
26797 LatexCommand ref
26798 reference "sub:Font-Sizes"
26799
26800 \end_inset
26801
26802
26803 \end_layout
26804
26805 \end_inset
26806
26807  specifies thereby the size of the circle.
26808  With the help of 
26809 \series bold
26810
26811 \backslash
26812 raisebox
26813 \series default
26814
26815 \begin_inset Foot
26816 status collapsed
26817
26818 \begin_layout Plain Layout
26819 see 
26820 \begin_inset CommandInset ref
26821 LatexCommand ref
26822 reference "sub:Boxes-without-Frame"
26823
26824 \end_inset
26825
26826
26827 \end_layout
26828
26829 \end_inset
26830
26831  the character can be centered.
26832 \end_layout
26833
26834 \begin_layout Subsection
26835 Minuscule Numbers
26836 \begin_inset Index
26837 status collapsed
26838
26839 \begin_layout Plain Layout
26840 Minuscule numbers
26841 \end_layout
26842
26843 \end_inset
26844
26845
26846 \end_layout
26847
26848 \begin_layout Standard
26849 Minuscule numbers are created with the command 
26850 \series bold
26851
26852 \backslash
26853 oldstylenums
26854 \series default
26855
26856 \begin_inset Index
26857 status collapsed
26858
26859 \begin_layout Plain Layout
26860 Commands ! O ! 
26861 \backslash
26862 oldstylenums
26863 \end_layout
26864
26865 \end_inset
26866
26867 .
26868  The command can be used in formulas and in TeX-mode.
26869  The command scheme is:
26870 \end_layout
26871
26872 \begin_layout Standard
26873
26874 \series bold
26875
26876 \backslash
26877 oldstylenums{number}
26878 \end_layout
26879
26880 \begin_layout Standard
26881 The command 
26882 \series bold
26883
26884 \backslash
26885 oldstylenums{0123456789
26886 \series default
26887  produces: 
26888 \begin_inset Formula $\oldstylenums{0123456789}$
26889 \end_inset
26890
26891
26892 \end_layout
26893
26894 \begin_layout Subsection
26895 Miscellaneous special Characters
26896 \begin_inset CommandInset label
26897 LatexCommand label
26898 name "sub:Miscellaneous-special-Characters"
26899
26900 \end_inset
26901
26902
26903 \begin_inset Index
26904 status collapsed
26905
26906 \begin_layout Plain Layout
26907 Special characters ! miscellaneous
26908 \end_layout
26909
26910 \end_inset
26911
26912
26913 \end_layout
26914
26915 \begin_layout Standard
26916 The following characters can only be inserted to formulas by using commands:
26917 \end_layout
26918
26919 \begin_layout Standard
26920 \align center
26921 \begin_inset Tabular
26922 <lyxtabular version="3" rows="4" columns="2">
26923 <features>
26924 <column alignment="center" valignment="top" width="0">
26925 <column alignment="center" valignment="top" width="0">
26926 <row>
26927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26928 \begin_inset Text
26929
26930 \begin_layout Plain Layout
26931 Command
26932 \end_layout
26933
26934 \end_inset
26935 </cell>
26936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26937 \begin_inset Text
26938
26939 \begin_layout Plain Layout
26940 Result
26941 \end_layout
26942
26943 \end_inset
26944 </cell>
26945 </row>
26946 <row>
26947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26948 \begin_inset Text
26949
26950 \begin_layout Plain Layout
26951
26952 \backslash
26953 ^
26954 \begin_inset ERT
26955 status collapsed
26956
26957 \begin_layout Plain Layout
26958
26959
26960 \backslash
26961 spce 
26962 \end_layout
26963
26964 \end_inset
26965
26966
26967 \end_layout
26968
26969 \end_inset
26970 </cell>
26971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26972 \begin_inset Text
26973
26974 \begin_layout Plain Layout
26975 \begin_inset Formula $\mathcircumflex$
26976 \end_inset
26977
26978
26979 \end_layout
26980
26981 \end_inset
26982 </cell>
26983 </row>
26984 <row>
26985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26986 \begin_inset Text
26987
26988 \begin_layout Plain Layout
26989
26990 \backslash
26991 _
26992 \end_layout
26993
26994 \end_inset
26995 </cell>
26996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26997 \begin_inset Text
26998
26999 \begin_layout Plain Layout
27000 \begin_inset Formula $\_$
27001 \end_inset
27002
27003
27004 \end_layout
27005
27006 \end_inset
27007 </cell>
27008 </row>
27009 <row>
27010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27011 \begin_inset Text
27012
27013 \begin_layout Plain Layout
27014 ^
27015 \begin_inset ERT
27016 status collapsed
27017
27018 \begin_layout Plain Layout
27019
27020
27021 \backslash
27022 spce 
27023 \end_layout
27024
27025 \end_inset
27026
27027
27028 \backslash
27029 circ
27030 \begin_inset Index
27031 status collapsed
27032
27033 \begin_layout Plain Layout
27034 °
27035 \end_layout
27036
27037 \end_inset
27038
27039
27040 \end_layout
27041
27042 \end_inset
27043 </cell>
27044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27045 \begin_inset Text
27046
27047 \begin_layout Plain Layout
27048 \begin_inset Formula $^{\circ}$
27049 \end_inset
27050
27051
27052 \end_layout
27053
27054 \end_inset
27055 </cell>
27056 </row>
27057 </lyxtabular>
27058
27059 \end_inset
27060
27061
27062 \end_layout
27063
27064 \begin_layout Standard
27065 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27066  contains the following line
27067 \begin_inset Foot
27068 status collapsed
27069
27070 \begin_layout Plain Layout
27071 More about this is described in 
27072 \begin_inset CommandInset ref
27073 LatexCommand ref
27074 reference "sub:Text-Characters-in"
27075
27076 \end_inset
27077
27078 .
27079 \end_layout
27080
27081 \end_inset
27082
27083 :
27084 \end_layout
27085
27086 \begin_layout Standard
27087
27088 \series bold
27089
27090 \backslash
27091 DeclareInputtext{176}{
27092 \backslash
27093 ifmmode^
27094 \backslash
27095 circ
27096 \backslash
27097 else
27098 \backslash
27099 textdegree
27100 \backslash
27101 fi}
27102 \end_layout
27103
27104 \begin_layout Section
27105 Formula Styles
27106 \begin_inset CommandInset label
27107 LatexCommand label
27108 name "sec:Formula-Styles"
27109
27110 \end_inset
27111
27112
27113 \begin_inset Index
27114 status collapsed
27115
27116 \begin_layout Plain Layout
27117 Formula ! styles
27118 \end_layout
27119
27120 \end_inset
27121
27122
27123 \end_layout
27124
27125 \begin_layout Itemize
27126 There are two different alignment styles:
27127 \end_layout
27128
27129 \begin_deeper
27130 \begin_layout Description
27131 Centered is the predefined standard
27132 \end_layout
27133
27134 \begin_layout Description
27135 Indented for this the option 
27136 \series bold
27137 fleqn
27138 \series default
27139  must be inserted in the menu 
27140 \family sans
27141 Document\SpecialChar \menuseparator
27142 Settings
27143 \family default
27144  under 
27145 \family sans
27146 Document
27147 \begin_inset space ~
27148 \end_inset
27149
27150 Class
27151 \end_layout
27152
27153 \begin_layout Standard
27154 When 
27155 \series bold
27156 Indented
27157 \series default
27158  is used, the indentation can be adjusted with the length 
27159 \series bold
27160
27161 \backslash
27162 mathindent
27163 \series default
27164
27165 \begin_inset Index
27166 status collapsed
27167
27168 \begin_layout Plain Layout
27169 Commands ! M ! 
27170 \backslash
27171 mathindent
27172 \end_layout
27173
27174 \end_inset
27175
27176 .
27177  Should the distance be 15
27178 \begin_inset space \thinspace{}
27179 \end_inset
27180
27181 mm, the following command line is inserted in the LaTeX-preamble
27182 \end_layout
27183
27184 \begin_layout Standard
27185
27186 \series bold
27187
27188 \backslash
27189 setlength{
27190 \backslash
27191 mathindent}{15mm}
27192 \end_layout
27193
27194 \begin_layout Standard
27195 When no length is specified, the predefined value of 30
27196 \begin_inset space \thinspace{}
27197 \end_inset
27198
27199 pt will be used.
27200 \end_layout
27201
27202 \end_deeper
27203 \begin_layout Itemize
27204 And two different numbering styles:
27205 \end_layout
27206
27207 \begin_deeper
27208 \begin_layout Description
27209 Right is the predefined standard
27210 \end_layout
27211
27212 \begin_layout Description
27213 Left for this the option 
27214 \series bold
27215 leqno
27216 \series default
27217  must be inserted in the menu 
27218 \family sans
27219 Document\SpecialChar \menuseparator
27220 Settings
27221 \family default
27222  under 
27223 \family sans
27224 Document
27225 \begin_inset space ~
27226 \end_inset
27227
27228 Class
27229 \end_layout
27230
27231 \end_deeper
27232 \begin_layout Standard
27233
27234 \series bold
27235 fleqn
27236 \series default
27237  and 
27238 \series bold
27239 leqno
27240 \series default
27241  can also be used together.
27242  In this case both options are inserted, separated by a comma.
27243 \end_layout
27244
27245 \begin_layout Standard
27246 The chosen styles are used for all displayed formulas of the document.
27247  When both, centered and indented formulas should be created in a document,
27248  the style 
27249 \series bold
27250 Centered
27251 \series default
27252  is used.
27253  The indented formulas are then set in a flalign environment, see 
27254 \begin_inset CommandInset ref
27255 LatexCommand ref
27256 reference "sub:Flalign-Environment"
27257
27258 \end_inset
27259
27260 .
27261 \end_layout
27262
27263 \begin_layout Section
27264 Multiline Formulas
27265 \begin_inset CommandInset label
27266 LatexCommand label
27267 name "sec:Multiline-Formulas"
27268
27269 \end_inset
27270
27271
27272 \begin_inset Index
27273 status collapsed
27274
27275 \begin_layout Plain Layout
27276 Formula ! multiline
27277 \end_layout
27278
27279 \end_inset
27280
27281
27282 \end_layout
27283
27284 \begin_layout Subsection
27285 General
27286 \end_layout
27287
27288 \begin_layout Standard
27289 In LyX multiline formulas are created by pressing 
27290 \family sans
27291 \series bold
27292 Ctrl-Return
27293 \family default
27294 \series default
27295  inside a formula.
27296  This creates either an 
27297 \series bold
27298 eqnarray environment
27299 \series default
27300  that is described in 
27301 \begin_inset CommandInset ref
27302 LatexCommand ref
27303 reference "sub:Eqnarray-Environment"
27304
27305 \end_inset
27306
27307  or, when the option 
27308 \family sans
27309 Use AMS math package
27310 \family default
27311  in the document settings is selected, an 
27312 \series bold
27313 align environment
27314 \series default
27315  that is described in 
27316 \begin_inset CommandInset ref
27317 LatexCommand ref
27318 reference "sub:Standard-align-Environment"
27319
27320 \end_inset
27321
27322 .
27323 \end_layout
27324
27325 \begin_layout Standard
27326 There are other multiline formula environments that can be created via the
27327  menu 
27328 \family sans
27329 Insert\SpecialChar \menuseparator
27330 Math
27331 \family default
27332 .
27333  These environments are described in the following sections.
27334 \end_layout
27335
27336 \begin_layout Standard
27337 In all multiline formula environments a new line is created by pressing
27338  
27339 \family sans
27340 Ctrl-Return
27341 \family default
27342 .
27343  To add or delete lines, the math toolbar buttons 
27344 \begin_inset Graphics
27345         filename ../images/tabular-feature_append-row.png
27346         scale 85
27347
27348 \end_inset
27349
27350  or 
27351 \begin_inset Graphics
27352         filename ../images/tabular-feature_delete-row.png
27353         scale 85
27354
27355 \end_inset
27356
27357 , respectively, or the menu 
27358 \family sans
27359 Edit\SpecialChar \menuseparator
27360 Rows & Columns
27361 \family default
27362  can be used.
27363 \end_layout
27364
27365 \begin_layout Subsubsection
27366 Line Separation
27367 \begin_inset CommandInset label
27368 LatexCommand label
27369 name "sub:Line-Separation"
27370
27371 \end_inset
27372
27373
27374 \begin_inset Index
27375 status collapsed
27376
27377 \begin_layout Plain Layout
27378 Formula ! multiline ! Line separation
27379 \end_layout
27380
27381 \end_inset
27382
27383
27384 \end_layout
27385
27386 \begin_layout Standard
27387 There is sometimes not enough space in multiline formulas between the lines:
27388 \begin_inset Formula \begin{eqnarray*}
27389 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}\\
27390 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*}
27391
27392 \end_inset
27393
27394
27395 \end_layout
27396
27397 \begin_layout Standard
27398 In LaTeX additional line space is specified as optional argument of the
27399  new line command.
27400  This is not yet possible in LyX
27401 \begin_inset Foot
27402 status collapsed
27403
27404 \begin_layout Plain Layout
27405 see 
27406 \begin_inset CommandInset href
27407 LatexCommand href
27408 name "LyX-bug #1505"
27409 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27410
27411 \end_inset
27412
27413
27414 \end_layout
27415
27416 \end_inset
27417
27418 , therefore the whole formula must be inserted in TeX-mode.
27419  To add in our example space, the command 
27420 \series bold
27421
27422 \backslash
27423
27424 \backslash
27425 [3mm]
27426 \series default
27427  is inserted at the end of the first line.
27428  One gets: 
27429 \begin_inset ERT
27430 status collapsed
27431
27432 \begin_layout Plain Layout
27433
27434
27435 \backslash
27436 begin{eqnarray*}
27437 \end_layout
27438
27439 \begin_layout Plain Layout
27440
27441 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27442  = & 
27443 \backslash
27444 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27445 \backslash
27446
27447 \backslash
27448 [3mm]
27449 \end_layout
27450
27451 \begin_layout Plain Layout
27452
27453 4x^{2}
27454 \backslash
27455 left(B^{2}+x_{0}^{2}
27456 \backslash
27457 right)+4x_{0}x
27458 \backslash
27459 left(D-B^{2}
27460 \backslash
27461 right)+B^{2}
27462 \backslash
27463 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27464 \backslash
27465 right) & = & 0
27466 \end_layout
27467
27468 \begin_layout Plain Layout
27469
27470
27471 \backslash
27472 end{eqnarray*}
27473 \end_layout
27474
27475 \end_inset
27476
27477
27478 \end_layout
27479
27480 \begin_layout Standard
27481 \begin_inset VSpace bigskip
27482 \end_inset
27483
27484 To set the the line separation for all lines in a formula, the length 
27485 \series bold
27486
27487 \backslash
27488 jot
27489 \series default
27490
27491 \begin_inset Index
27492 status collapsed
27493
27494 \begin_layout Plain Layout
27495 Commands ! J ! 
27496 \backslash
27497 jot
27498 \end_layout
27499
27500 \end_inset
27501
27502  is changed.
27503  The definition is: 
27504 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
27505 \end_inset
27506
27507 .
27508  Predefined for 
27509 \series bold
27510
27511 \backslash
27512 jot
27513 \series default
27514  is the value 3
27515 \begin_inset space \thinspace{}
27516 \end_inset
27517
27518 pt.
27519  To create 3
27520 \begin_inset space \thinspace{}
27521 \end_inset
27522
27523 mm additional line separation as in the previous example, the command
27524 \end_layout
27525
27526 \begin_layout Standard
27527
27528 \series bold
27529
27530 \backslash
27531 setlength{
27532 \backslash
27533 jot}{3mm+3pt}
27534 \end_layout
27535
27536 \begin_layout Standard
27537 is inserted in TeX-mode before the formula.
27538  This requires that the LaTeX-package 
27539 \series bold
27540 calc
27541 \series default
27542
27543 \begin_inset Foot
27544 status collapsed
27545
27546 \begin_layout Plain Layout
27547
27548 \series bold
27549 calc
27550 \series default
27551  is part of every LaTeX standard installation.
27552 \end_layout
27553
27554 \end_inset
27555
27556
27557 \begin_inset Index
27558 status collapsed
27559
27560 \begin_layout Plain Layout
27561 Packages ! calc
27562 \end_layout
27563
27564 \end_inset
27565
27566  was loaded in LaTeX-preamble with the line
27567 \end_layout
27568
27569 \begin_layout Standard
27570
27571 \series bold
27572
27573 \backslash
27574 usepackage{calc}
27575 \end_layout
27576
27577 \begin_layout Standard
27578 One gets: 
27579 \begin_inset ERT
27580 status collapsed
27581
27582 \begin_layout Plain Layout
27583
27584
27585 \backslash
27586 setlength{
27587 \backslash
27588 jot}{3mm+3pt}
27589 \end_layout
27590
27591 \end_inset
27592
27593
27594 \begin_inset Formula \begin{eqnarray*}
27595 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}\\
27596 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*}
27597
27598 \end_inset
27599
27600
27601 \end_layout
27602
27603 \begin_layout Standard
27604 \begin_inset ERT
27605 status collapsed
27606
27607 \begin_layout Plain Layout
27608
27609
27610 \backslash
27611 setlength{
27612 \backslash
27613 jot}{3pt}
27614 \end_layout
27615
27616 \end_inset
27617
27618  To get back to the predefined distance, 
27619 \series bold
27620
27621 \backslash
27622 jot
27623 \series default
27624  is set to the value 3
27625 \begin_inset space \thinspace{}
27626 \end_inset
27627
27628 pt.
27629 \end_layout
27630
27631 \begin_layout Subsubsection
27632 Column Separation
27633 \begin_inset CommandInset label
27634 LatexCommand label
27635 name "sub:Column-Separation"
27636
27637 \end_inset
27638
27639
27640 \begin_inset Index
27641 status collapsed
27642
27643 \begin_layout Plain Layout
27644 Formula ! multiline ! Column separation
27645 \end_layout
27646
27647 \end_inset
27648
27649
27650 \end_layout
27651
27652 \begin_layout Standard
27653 Multiline formulas form a matrix.
27654  A formula in the eqnarray environment is for example a matrix with three
27655  columns.
27656  By changing the column separation in this environment, the space beside
27657  the relation sign can be changed.
27658 \end_layout
27659
27660 \begin_layout Standard
27661 The column separation is specified with the length 
27662 \series bold
27663
27664 \backslash
27665 arraycolsep
27666 \series default
27667
27668 \begin_inset Index
27669 status collapsed
27670
27671 \begin_layout Plain Layout
27672 Commands ! A ! 
27673 \backslash
27674 arraycolsep
27675 \end_layout
27676
27677 \end_inset
27678
27679  according to:
27680 \begin_inset Newline newline
27681 \end_inset
27682
27683 column separation = 2
27684 \begin_inset space \thinspace{}
27685 \end_inset
27686
27687
27688 \series bold
27689
27690 \backslash
27691 arraycolsep
27692 \series default
27693
27694 \begin_inset Newline newline
27695 \end_inset
27696
27697 Thus, the command
27698 \end_layout
27699
27700 \begin_layout Standard
27701
27702 \series bold
27703
27704 \backslash
27705 setlength{
27706 \backslash
27707 arraycolsep}{1cm}
27708 \end_layout
27709
27710 \begin_layout Standard
27711 inserted in TeX-mode, sets for all following formulas a column separation
27712  of 2
27713 \begin_inset space \thinspace{}
27714 \end_inset
27715
27716 cm.
27717  To get back to the predefined distance, 
27718 \series bold
27719
27720 \backslash
27721 arraycolsep
27722 \series default
27723  is set to 5
27724 \begin_inset space \thinspace{}
27725 \end_inset
27726
27727 pt.
27728 \end_layout
27729
27730 \begin_layout Standard
27731 A formula with 2
27732 \begin_inset space \thinspace{}
27733 \end_inset
27734
27735 cm column separation:
27736 \begin_inset ERT
27737 status collapsed
27738
27739 \begin_layout Plain Layout
27740
27741
27742 \backslash
27743 setlength{
27744 \backslash
27745 arraycolsep}{1cm}
27746 \end_layout
27747
27748 \end_inset
27749
27750
27751 \begin_inset Formula \begin{eqnarray*}
27752 A & = & B\\
27753 C & \ne & A\end{eqnarray*}
27754
27755 \end_inset
27756
27757 A formula with the predefined column separation for matrices of 10
27758 \begin_inset space \thinspace{}
27759 \end_inset
27760
27761 pt:
27762 \begin_inset ERT
27763 status collapsed
27764
27765 \begin_layout Plain Layout
27766
27767
27768 \backslash
27769 setlength{
27770 \backslash
27771 arraycolsep}{5pt}
27772 \end_layout
27773
27774 \end_inset
27775
27776
27777 \begin_inset Formula \begin{eqnarray*}
27778 A & = & B\\
27779 C & \ne & A\end{eqnarray*}
27780
27781 \end_inset
27782
27783
27784 \end_layout
27785
27786 \begin_layout Subsubsection
27787 Long Formulas
27788 \begin_inset Index
27789 status collapsed
27790
27791 \begin_layout Plain Layout
27792 Formula ! long
27793 \end_layout
27794
27795 \end_inset
27796
27797
27798 \end_layout
27799
27800 \begin_layout Standard
27801 Long formulas can be typeset using these methods:
27802 \end_layout
27803
27804 \begin_layout Itemize
27805 When one side of the equation is much shorther than the line width, this
27806  one is chosen for the left side and the right side is typeset over two
27807  lines:
27808 \begin_inset ERT
27809 status collapsed
27810
27811 \begin_layout Plain Layout
27812
27813
27814 \backslash
27815 medskip
27816 \end_layout
27817
27818 \end_inset
27819
27820  
27821 \begin_inset Formula \begin{eqnarray}
27822 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 \\
27823  &  & -\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}
27824
27825 \end_inset
27826
27827
27828 \begin_inset ERT
27829 status collapsed
27830
27831 \begin_layout Plain Layout
27832
27833
27834 \backslash
27835 smallskip
27836 \end_layout
27837
27838 \end_inset
27839
27840
27841 \begin_inset Newline newline
27842 \end_inset
27843
27844 The minus sign at the beginning of the second line does normally not appear
27845  as operator because it is the first character of the line.
27846  Thus it would not be surrounded by space and could not be distinguished
27847  from the fraction bar.
27848  To avoid this, space was inserted behind the minus sign with the command
27849  
27850 \series bold
27851
27852 \backslash
27853 hspace{3pt}
27854 \series default
27855
27856 \begin_inset Foot
27857 status collapsed
27858
27859 \begin_layout Plain Layout
27860 more about 
27861 \series bold
27862
27863 \backslash
27864 hspace
27865 \series default
27866  see 
27867 \begin_inset CommandInset ref
27868 LatexCommand ref
27869 reference "sub:Variable-Space"
27870
27871 \end_inset
27872
27873
27874 \end_layout
27875
27876 \end_inset
27877
27878
27879 \begin_inset Index
27880 status collapsed
27881
27882 \begin_layout Plain Layout
27883 Commands ! H ! 
27884 \backslash
27885 hspace
27886 \end_layout
27887
27888 \end_inset
27889
27890 .
27891 \end_layout
27892
27893 \begin_layout Itemize
27894 When both sides of the equation are too long, the command 
27895 \series bold
27896
27897 \backslash
27898 lefteqn
27899 \series default
27900
27901 \begin_inset Index
27902 status collapsed
27903
27904 \begin_layout Plain Layout
27905 Commands ! L ! 
27906 \backslash
27907 lefteqn
27908 \end_layout
27909
27910 \end_inset
27911
27912  is used.
27913  It is inserted to the first column of the first line and effects that all
27914  further insertions overwrite the following columns:
27915 \begin_inset ERT
27916 status collapsed
27917
27918 \begin_layout Plain Layout
27919
27920
27921 \backslash
27922 medskip
27923 \end_layout
27924
27925 \end_inset
27926
27927
27928 \begin_inset Formula \begin{eqnarray}
27929 \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 \\
27930  &  & -\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 \\
27931  &  & =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}
27932
27933 \end_inset
27934
27935
27936 \begin_inset ERT
27937 status collapsed
27938
27939 \begin_layout Plain Layout
27940
27941
27942 \backslash
27943 smallskip
27944 \end_layout
27945
27946 \end_inset
27947
27948
27949 \begin_inset Newline newline
27950 \end_inset
27951
27952 After the insertion of 
27953 \series bold
27954
27955 \backslash
27956 lefteqn
27957 \series default
27958 , the cursor is in a purple box that is a bit shifted to the left from the
27959  blue one.
27960  In this the formula is inserted.
27961 \begin_inset ERT
27962 status collapsed
27963
27964 \begin_layout Plain Layout
27965
27966
27967 \backslash
27968 medskip
27969 \end_layout
27970
27971 \end_inset
27972
27973
27974 \begin_inset Newline newline
27975 \end_inset
27976
27977 The content of the further lines is inserted to the second or another formula
27978  column.
27979  The greater the column number where it was inserted, the larger the indentation.
27980 \begin_inset ERT
27981 status collapsed
27982
27983 \begin_layout Plain Layout
27984
27985
27986 \backslash
27987 medskip
27988 \end_layout
27989
27990 \end_inset
27991
27992
27993 \begin_inset Newline newline
27994 \end_inset
27995
27996
27997 \begin_inset Note Greyedout
27998 status open
27999
28000 \begin_layout Plain Layout
28001 Note the following when using 
28002 \series bold
28003
28004 \backslash
28005 lefteqn
28006 \series default
28007 :
28008 \end_layout
28009
28010 \begin_layout Itemize
28011 The formula doesn't use the full page width.
28012  When e.
28013 \begin_inset space \thinspace{}
28014 \end_inset
28015
28016 g.
28017 \begin_inset space ~
28018 \end_inset
28019
28020 the term 
28021 \begin_inset Formula $-B^{2}$
28022 \end_inset
28023
28024  is added to the first line in the above example, it would have been outside
28025  the page margin.
28026  To better use the width, negative space can be inserted at the beginning
28027  of the first line.
28028 \end_layout
28029
28030 \begin_layout Itemize
28031 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28032  line.
28033 \begin_inset Foot
28034 status collapsed
28035
28036 \begin_layout Plain Layout
28037 \begin_inset CommandInset href
28038 LatexCommand href
28039 name "LyX-bug #1429"
28040 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28041
28042 \end_inset
28043
28044
28045 \end_layout
28046
28047 \end_inset
28048
28049  One can only set the cursor at the beginning of the line and move it with
28050  the arrow keys.
28051 \end_layout
28052
28053 \end_inset
28054
28055
28056 \end_layout
28057
28058 \begin_layout Itemize
28059 Other methods to set long formulas are offered by the environments described
28060  in 
28061 \begin_inset CommandInset ref
28062 LatexCommand ref
28063 reference "sub:Multline-Environment"
28064
28065 \end_inset
28066
28067  and 
28068 \begin_inset CommandInset ref
28069 LatexCommand ref
28070 reference "sub:Multiline-Formula-Parts"
28071
28072 \end_inset
28073
28074 .
28075 \end_layout
28076
28077 \begin_layout Subsubsection
28078 Multiline Brackets
28079 \begin_inset CommandInset label
28080 LatexCommand label
28081 name "sub:Multiline-Brackets"
28082
28083 \end_inset
28084
28085
28086 \begin_inset Index
28087 status collapsed
28088
28089 \begin_layout Plain Layout
28090 Brackets ! for multiline expressions
28091 \end_layout
28092
28093 \end_inset
28094
28095
28096 \end_layout
28097
28098 \begin_layout Standard
28099 For brackets spanning multiple lines the following problem occurs:
28100 \begin_inset Formula \begin{eqnarray*}
28101 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28102  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28103
28104 \end_inset
28105
28106
28107 \end_layout
28108
28109 \begin_layout Standard
28110 The closing bracket is smaller than the opening bracket because brackets
28111  with variable size may not span multiple lines.
28112 \end_layout
28113
28114 \begin_layout Standard
28115 To set the bracket size for the second line correctly, the first line is
28116  ended with 
28117 \series bold
28118
28119 \backslash
28120 right.
28121 \series default
28122
28123 \begin_inset Index
28124 status collapsed
28125
28126 \begin_layout Plain Layout
28127 Commands ! R ! 
28128 \backslash
28129 right
28130 \end_layout
28131
28132 \end_inset
28133
28134  and the second line with 
28135 \series bold
28136
28137 \backslash
28138 left.
28139 \begin_inset Foot
28140 status collapsed
28141
28142 \begin_layout Plain Layout
28143 for more about 
28144 \series bold
28145
28146 \backslash
28147 left
28148 \series default
28149  and 
28150 \series bold
28151
28152 \backslash
28153 right
28154 \series default
28155  see 
28156 \begin_inset CommandInset ref
28157 LatexCommand ref
28158 reference "sub:Automatic-Bracket-Size"
28159
28160 \end_inset
28161
28162
28163 \end_layout
28164
28165 \end_inset
28166
28167
28168 \series default
28169
28170 \begin_inset Index
28171 status collapsed
28172
28173 \begin_layout Plain Layout
28174 Commands ! L ! 
28175 \backslash
28176 left
28177 \end_layout
28178
28179 \end_inset
28180
28181 .
28182  After 
28183 \series bold
28184
28185 \backslash
28186 left.
28187
28188 \series default
28189  the command 
28190 \series bold
28191
28192 \backslash
28193 vphantom
28194 \series default
28195
28196 \begin_inset ERT
28197 status collapsed
28198
28199 \begin_layout Plain Layout
28200
28201
28202 \backslash
28203 spce 
28204 \end_layout
28205
28206 \end_inset
28207
28208
28209 \series bold
28210
28211 \backslash
28212 prod
28213 \series default
28214 ^
28215 \begin_inset ERT
28216 status collapsed
28217
28218 \begin_layout Plain Layout
28219
28220
28221 \backslash
28222 spce 
28223 \end_layout
28224
28225 \end_inset
28226
28227
28228 \series bold
28229
28230 \backslash
28231 infty
28232 \series default
28233
28234 \begin_inset ERT
28235 status collapsed
28236
28237 \begin_layout Plain Layout
28238
28239
28240 \backslash
28241 spce 
28242 \end_layout
28243
28244 \end_inset
28245
28246
28247 \series bold
28248
28249 \begin_inset Formula $\downarrow$
28250 \end_inset
28251
28252 _R=1}
28253 \series default
28254
28255 \begin_inset Index
28256 status collapsed
28257
28258 \begin_layout Plain Layout
28259 Commands ! V ! 
28260 \backslash
28261 vphantom
28262 \end_layout
28263
28264 \end_inset
28265
28266  is inserted, because the multiplication operator with its limits is the
28267  largest symbol in the first line and this should be the size for the bracket
28268  in the second line.
28269 \end_layout
28270
28271 \begin_layout Standard
28272 The result is this:
28273 \begin_inset Formula \begin{eqnarray*}
28274 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28275  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28276
28277 \end_inset
28278
28279
28280 \end_layout
28281
28282 \begin_layout Subsection
28283 Align Environments
28284 \end_layout
28285
28286 \begin_layout Standard
28287 Align environments can be used for every kind of multiline formulas.
28288  They are specially useful to set several formulas side by side.
28289 \end_layout
28290
28291 \begin_layout Standard
28292 Align environments consist of columns.
28293  The odd columns are right aligned, the even ones left aligned.
28294  Every line in an Align environment can be numbered.
28295 \end_layout
28296
28297 \begin_layout Standard
28298 Align environments are created via the menu 
28299 \family sans
28300 Insert\SpecialChar \menuseparator
28301 Math
28302 \family default
28303 .
28304  With the menu 
28305 \family sans
28306 Edit\SpecialChar \menuseparator
28307 Math\SpecialChar \menuseparator
28308 Change Formula Type
28309 \family default
28310  already existing formulas can be converted to Align environments.
28311 \end_layout
28312
28313 \begin_layout Standard
28314 To add or delete columns, the math toolbar buttons 
28315 \begin_inset Graphics
28316         filename ../images/tabular-feature_append-column.png
28317         scale 85
28318
28319 \end_inset
28320
28321  or 
28322 \begin_inset Graphics
28323         filename ../images/tabular-feature_delete-column.png
28324         scale 85
28325
28326 \end_inset
28327
28328 , respectively, or the menu 
28329 \family sans
28330 Edit\SpecialChar \menuseparator
28331 Rows & Columns
28332 \family default
28333  can be used.
28334 \end_layout
28335
28336 \begin_layout Subsubsection
28337 Standard align Environment
28338 \begin_inset CommandInset label
28339 LatexCommand label
28340 name "sub:Standard-align-Environment"
28341
28342 \end_inset
28343
28344
28345 \begin_inset Index
28346 status collapsed
28347
28348 \begin_layout Plain Layout
28349 Formula ! multiline ! align environment
28350 \end_layout
28351
28352 \end_inset
28353
28354
28355 \end_layout
28356
28357 \begin_layout Standard
28358 This Align environment is created by presssing 
28359 \family sans
28360 Ctrl-Return
28361 \family default
28362  in a formula or by the menu 
28363 \family sans
28364 Insert\SpecialChar \menuseparator
28365 Math\SpecialChar \menuseparator
28366 AMS align Environment
28367 \family default
28368 .
28369 \end_layout
28370
28371 \begin_layout Standard
28372 An example for two formulas set side by side, that are created with a four
28373  column align environment:
28374 \begin_inset Formula \begin{align*}
28375 A & =\sin(B) & C & =D\\
28376 C & \ne A & B & \ne D\end{align*}
28377
28378 \end_inset
28379
28380 As it can be seen, the formulas in this environment are placed so as if
28381  there would be a 
28382 \series bold
28383
28384 \backslash
28385 hfill
28386 \begin_inset Foot
28387 status collapsed
28388
28389 \begin_layout Plain Layout
28390 more about 
28391 \series bold
28392
28393 \backslash
28394 hfill
28395 \series default
28396  see 
28397 \begin_inset CommandInset ref
28398 LatexCommand ref
28399 reference "sub:Variable-Space"
28400
28401 \end_inset
28402
28403
28404 \end_layout
28405
28406 \end_inset
28407
28408
28409 \series default
28410  before the first and after every even column.
28411  When the formula style 
28412 \series bold
28413 Indented
28414 \begin_inset Foot
28415 status collapsed
28416
28417 \begin_layout Plain Layout
28418 formula styles see 
28419 \begin_inset CommandInset ref
28420 LatexCommand ref
28421 reference "sec:Formula-Styles"
28422
28423 \end_inset
28424
28425
28426 \end_layout
28427
28428 \end_inset
28429
28430
28431 \series default
28432  is used, the formula is set without the 
28433 \series bold
28434
28435 \backslash
28436 hfill
28437 \series default
28438  before the first column.
28439 \end_layout
28440
28441 \begin_layout Subsubsection
28442 Alignat Environment
28443 \begin_inset Index
28444 status collapsed
28445
28446 \begin_layout Plain Layout
28447 Formula ! multiline ! alignat environment
28448 \end_layout
28449
28450 \end_inset
28451
28452
28453 \end_layout
28454
28455 \begin_layout Standard
28456 The alignat environment has no predefined column separation.
28457  It can be inserted manually with the spaces that are described 
28458 \begin_inset CommandInset ref
28459 LatexCommand ref
28460 reference "sub:Space"
28461
28462 \end_inset
28463
28464 .
28465 \end_layout
28466
28467 \begin_layout Standard
28468 The above example in the alignat environment where 1
28469 \begin_inset space \thinspace{}
28470 \end_inset
28471
28472 cm space was inserted at the beginning of the second formula:
28473 \begin_inset Formula \begin{alignat*}{2}
28474 A & =\sin(B) & \hspace{1cm}C & =D\\
28475 C & \ne A & B & \ne D\end{alignat*}
28476
28477 \end_inset
28478
28479 Because the column separation can be set separately for every column, this
28480  environment is especially suitable to set three and more formulas side
28481  by side.
28482 \end_layout
28483
28484 \begin_layout Subsubsection
28485 Flalign Environment
28486 \begin_inset CommandInset label
28487 LatexCommand label
28488 name "sub:Flalign-Environment"
28489
28490 \end_inset
28491
28492
28493 \begin_inset Index
28494 status collapsed
28495
28496 \begin_layout Plain Layout
28497 Formula ! multiline ! flalign environment
28498 \end_layout
28499
28500 \end_inset
28501
28502
28503 \end_layout
28504
28505 \begin_layout Standard
28506 In this environment the first two columns are always set as much as possible
28507  to the left and the last two ones to the right.
28508  An example:
28509 \begin_inset Formula \begin{flalign*}
28510 A & =1 & B & =2 & C & =3\\
28511 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28512
28513 \end_inset
28514
28515
28516 \end_layout
28517
28518 \begin_layout Standard
28519 By creating a flalign environment with an odd number of columns where an
28520  empty TeX-brace is inserted to the last column, several formulas in a document
28521  can be set to the left, although the formula style 
28522 \series bold
28523 Centered
28524 \series default
28525  is used.
28526  As example the indented formula 
28527 \begin_inset CommandInset ref
28528 LatexCommand eqref
28529 reference "eq:VolInt"
28530
28531 \end_inset
28532
28533 :
28534 \begin_inset Formula \begin{flalign}
28535 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28536
28537 \end_inset
28538
28539 The first two columns contain the formula.
28540  To indent it as with the formula style 
28541 \series bold
28542 Indented
28543 \series default
28544 , 30
28545 \begin_inset space \thinspace{}
28546 \end_inset
28547
28548 pt space was inserted at the beginning of the first column.
28549 \end_layout
28550
28551 \begin_layout Subsection
28552 Eqnarray Environment
28553 \begin_inset CommandInset label
28554 LatexCommand label
28555 name "sub:Eqnarray-Environment"
28556
28557 \end_inset
28558
28559
28560 \begin_inset Index
28561 status collapsed
28562
28563 \begin_layout Plain Layout
28564 Formula ! multiline ! eqnarray environment
28565 \end_layout
28566
28567 \end_inset
28568
28569
28570 \end_layout
28571
28572 \begin_layout Standard
28573 When this environment has been created, three blue boxes appear.
28574  The content of the first box is right aligned, the content of the last
28575  one left aligned.
28576  The content of the middle box appears centered and a bit smaller, because
28577  it is designed to insert there only relation characters.
28578 \begin_inset Formula \begin{eqnarray*}
28579 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28580 AB & AB & AB\\
28581 A & = & A\end{eqnarray*}
28582
28583 \end_inset
28584
28585
28586 \end_layout
28587
28588 \begin_layout Subsection
28589 Gather Environment
28590 \begin_inset Index
28591 status collapsed
28592
28593 \begin_layout Plain Layout
28594 Formula ! multiline ! gather environment
28595 \end_layout
28596
28597 \end_inset
28598
28599
28600 \end_layout
28601
28602 \begin_layout Standard
28603 This environment consists of only one centered column.
28604  Every line can be numbered.
28605 \begin_inset Formula \begin{gather}
28606 A=1\\
28607 X=\textrm{-}1\end{gather}
28608
28609 \end_inset
28610
28611
28612 \end_layout
28613
28614 \begin_layout Subsection
28615 Multline Environment
28616 \begin_inset CommandInset label
28617 LatexCommand label
28618 name "sub:Multline-Environment"
28619
28620 \end_inset
28621
28622
28623 \begin_inset Index
28624 status collapsed
28625
28626 \begin_layout Plain Layout
28627 Formula ! multiline ! multline environment
28628 \end_layout
28629
28630 \end_inset
28631
28632
28633 \end_layout
28634
28635 \begin_layout Standard
28636 The multline environment consists, like the gather environment, of only
28637  one column.
28638  But the first line is left aligned, the last one right aligned.
28639  All other lines are centered.
28640  Therefore this environment is suitable for long formulas.
28641  As example formula 
28642 \begin_inset CommandInset ref
28643 LatexCommand eqref
28644 reference "eq:lefteqn"
28645
28646 \end_inset
28647
28648  in the multline environment:
28649 \begin_inset Formula \begin{multline}
28650 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}\\
28651 -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}\\
28652 =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}
28653
28654 \end_inset
28655
28656
28657 \end_layout
28658
28659 \begin_layout Standard
28660 In the output only the last (first) line of a multline environment appears
28661  numbered when the document numbering is right (left).
28662 \begin_inset Foot
28663 status collapsed
28664
28665 \begin_layout Plain Layout
28666 numbering styles see 
28667 \begin_inset CommandInset ref
28668 LatexCommand ref
28669 reference "sec:Formula-Styles"
28670
28671 \end_inset
28672
28673
28674 \end_layout
28675
28676 \end_inset
28677
28678
28679 \end_layout
28680
28681 \begin_layout Standard
28682 With the commands 
28683 \series bold
28684
28685 \backslash
28686 shoveright
28687 \begin_inset Index
28688 status collapsed
28689
28690 \begin_layout Plain Layout
28691 Commands ! S ! 
28692 \backslash
28693 shoveright
28694 \end_layout
28695
28696 \end_inset
28697
28698
28699 \series default
28700  and 
28701 \series bold
28702
28703 \backslash
28704 shoveleft
28705 \begin_inset Index
28706 status collapsed
28707
28708 \begin_layout Plain Layout
28709 Commands ! S ! 
28710 \backslash
28711 shoveleft
28712 \end_layout
28713
28714 \end_inset
28715
28716
28717 \series default
28718  a centered line can be right or left aligned, respectively.
28719  The commands are used as follows:
28720 \end_layout
28721
28722 \begin_layout Standard
28723
28724 \series bold
28725
28726 \backslash
28727 shoveright{line content}
28728 \series default
28729  and 
28730 \series bold
28731
28732 \backslash
28733 shoveleft{line content}
28734 \end_layout
28735
28736 \begin_layout Standard
28737 \begin_inset VSpace medskip
28738 \end_inset
28739
28740 The length 
28741 \series bold
28742
28743 \backslash
28744 multlinegap
28745 \begin_inset Index
28746 status collapsed
28747
28748 \begin_layout Plain Layout
28749 Commands ! M ! 
28750 \backslash
28751 multlinegap
28752 \end_layout
28753
28754 \end_inset
28755
28756
28757 \series default
28758  specifies the distance of the first line from the left page margin.
28759  Predefined is the length 0
28760 \begin_inset space \thinspace{}
28761 \end_inset
28762
28763 pt.
28764 \end_layout
28765
28766 \begin_layout Standard
28767 As example the above formula where the command
28768 \end_layout
28769
28770 \begin_layout Standard
28771
28772 \series bold
28773
28774 \backslash
28775 setlength{
28776 \backslash
28777 multlinegap}{2cm}
28778 \end_layout
28779
28780 \begin_layout Standard
28781 was inserted in TeX-mode before:
28782 \begin_inset ERT
28783 status collapsed
28784
28785 \begin_layout Plain Layout
28786
28787
28788 \backslash
28789 setlength{
28790 \backslash
28791 multlinegap}{2cm}
28792 \end_layout
28793
28794 \end_inset
28795
28796
28797 \begin_inset Formula \begin{multline}
28798 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}\\
28799 \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}}\\
28800 =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}
28801
28802 \end_inset
28803
28804
28805 \begin_inset ERT
28806 status collapsed
28807
28808 \begin_layout Plain Layout
28809
28810
28811 \backslash
28812 setlength{
28813 \backslash
28814 multlinegap}{0pt}
28815 \end_layout
28816
28817 \end_inset
28818
28819 The second line was left aligned using 
28820 \series bold
28821
28822 \backslash
28823 shoveleft
28824 \series default
28825 .
28826 \end_layout
28827
28828 \begin_layout Subsection
28829 Multiline Formula Parts
28830 \begin_inset CommandInset label
28831 LatexCommand label
28832 name "sub:Multiline-Formula-Parts"
28833
28834 \end_inset
28835
28836
28837 \begin_inset Index
28838 status collapsed
28839
28840 \begin_layout Plain Layout
28841 Formula ! multiline ! formula parts
28842 \end_layout
28843
28844 \end_inset
28845
28846
28847 \end_layout
28848
28849 \begin_layout Standard
28850 To display only parts of a formula with multiple lines, one of the following
28851  environments are used: 
28852 \series bold
28853 aligned
28854 \series default
28855
28856 \series bold
28857 alignedat
28858 \series default
28859
28860 \series bold
28861 gathered
28862 \series default
28863  or 
28864 \series bold
28865 split
28866 \series default
28867 .
28868  They can be inserted via the menu 
28869 \family sans
28870 Insert\SpecialChar \menuseparator
28871 Math
28872 \family default
28873  or by using the commands described in this section.
28874 \end_layout
28875
28876 \begin_layout Standard
28877 The first three have the same properties as the corresponding multiline
28878  formula environments, but it is possible to set further formula parts beside
28879  them.
28880  An example:
28881 \begin_inset Formula \[
28882 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28883 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28884 \right\} \textrm{Uncertainty relations}\]
28885
28886 \end_inset
28887
28888
28889 \end_layout
28890
28891 \begin_layout Standard
28892 To get this formula, a displayed formula is created where the command 
28893 \series bold
28894
28895 \backslash
28896 aligned
28897 \begin_inset Index
28898 status collapsed
28899
28900 \begin_layout Plain Layout
28901 Commands ! A ! 
28902 \backslash
28903 aligned
28904 \end_layout
28905
28906 \end_inset
28907
28908
28909 \series default
28910  is inserted.
28911  A purple box appears around the blue formula box where now columns and
28912  lines can be added.
28913  Outside the multiline environment other formula parts can be set, like
28914  the brace.
28915 \end_layout
28916
28917 \begin_layout Standard
28918 The aligned environment is also suitable for long formulas whose lines are
28919  horizontally aligned.
28920  Using aligned in a displayed formula has the advantage that the formula
28921  number is vertically centered behind the lines.
28922  As example formula 
28923 \begin_inset CommandInset ref
28924 LatexCommand eqref
28925 reference "eq:kurzlang"
28926
28927 \end_inset
28928
28929  in the aligned environment:
28930 \begin_inset Formula \begin{equation}
28931 \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}|}\\
28932  & -\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}
28933 \end{equation}
28934
28935 \end_inset
28936
28937
28938 \end_layout
28939
28940 \begin_layout Standard
28941 To use the environments 
28942 \series bold
28943 alignedat
28944 \series default
28945
28946 \series bold
28947 gathered
28948 \series default
28949 , or 
28950 \series bold
28951 split
28952 \series default
28953 , the command 
28954 \series bold
28955
28956 \backslash
28957 alignedat
28958 \series default
28959 ,
28960 \begin_inset Index
28961 status collapsed
28962
28963 \begin_layout Plain Layout
28964 Commands ! A ! 
28965 \backslash
28966 alignedat
28967 \end_layout
28968
28969 \end_inset
28970
28971  
28972 \series bold
28973
28974 \backslash
28975 gathered
28976 \series default
28977
28978 \begin_inset Index
28979 status collapsed
28980
28981 \begin_layout Plain Layout
28982 Commands ! G ! 
28983 \backslash
28984 gathered
28985 \end_layout
28986
28987 \end_inset
28988
28989 , or 
28990 \series bold
28991
28992 \backslash
28993 split
28994 \series default
28995
28996 \begin_inset Index
28997 status collapsed
28998
28999 \begin_layout Plain Layout
29000 Commands ! S ! 
29001 \backslash
29002 split
29003 \end_layout
29004
29005 \end_inset
29006
29007  are inserted, respectively.
29008  The split environment has the same properties as the aligned environment
29009  but it can only have two columns.
29010 \end_layout
29011
29012 \begin_layout Subsection
29013 Text in multiline Formulas
29014 \begin_inset CommandInset label
29015 LatexCommand label
29016 name "sub:Text-in-multiline"
29017
29018 \end_inset
29019
29020
29021 \begin_inset Index
29022 status collapsed
29023
29024 \begin_layout Plain Layout
29025 Text ! in formulas
29026 \end_layout
29027
29028 \end_inset
29029
29030
29031 \begin_inset Index
29032 status collapsed
29033
29034 \begin_layout Plain Layout
29035 Formula ! multiline ! text
29036 \end_layout
29037
29038 \end_inset
29039
29040
29041 \end_layout
29042
29043 \begin_layout Standard
29044 In the Align environments, and the multline and gather environment, text
29045  can be inserted that will appear in a separate line and doesn't affect
29046  the column alignment.
29047  To do this, the command 
29048 \series bold
29049
29050 \backslash
29051 intertext
29052 \begin_inset Index
29053 status collapsed
29054
29055 \begin_layout Plain Layout
29056 Commands ! I ! 
29057 \backslash
29058 intertext
29059 \end_layout
29060
29061 \end_inset
29062
29063
29064 \series default
29065  is used in the following scheme:
29066 \end_layout
29067
29068 \begin_layout Standard
29069
29070 \series bold
29071
29072 \backslash
29073 intertext{text}
29074 \end_layout
29075
29076 \begin_layout Standard
29077 The text should not be longer than a line because it cannot be hyphenated.
29078  As LyX doesn't yet support 
29079 \series bold
29080
29081 \backslash
29082 intertext
29083 \series default
29084  directly, the text is written as mathematical text.
29085  
29086 \series bold
29087
29088 \backslash
29089 intertext
29090 \series default
29091  must hereby be at the beginning of a line and appears in the output above
29092  this line.
29093  An example where the text was inserted at the beginning of the second line:
29094 \begin_inset Formula \begin{align}
29095 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29096 \intertext{\text{integrand is symmetric to $\phi=\pi$, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29097
29098 \end_inset
29099
29100
29101 \end_layout
29102
29103 \begin_layout Section
29104 Formula Numbering
29105 \begin_inset Index
29106 status collapsed
29107
29108 \begin_layout Plain Layout
29109 Formula numbering
29110 \end_layout
29111
29112 \end_inset
29113
29114
29115 \begin_inset Index
29116 status collapsed
29117
29118 \begin_layout Plain Layout
29119 Formula ! numbering|see
29120 \begin_inset ERT
29121 status collapsed
29122
29123 \begin_layout Plain Layout
29124
29125 {
29126 \end_layout
29127
29128 \end_inset
29129
29130 Formula numbering
29131 \begin_inset ERT
29132 status collapsed
29133
29134 \begin_layout Plain Layout
29135
29136 }
29137 \end_layout
29138
29139 \end_inset
29140
29141
29142 \end_layout
29143
29144 \end_inset
29145
29146
29147 \end_layout
29148
29149 \begin_layout Subsection
29150 General
29151 \end_layout
29152
29153 \begin_layout Standard
29154 Numbered formulas can be created with the menu 
29155 \family sans
29156 Insert\SpecialChar \menuseparator
29157 Math\SpecialChar \menuseparator
29158 Numbered
29159 \begin_inset space ~
29160 \end_inset
29161
29162 Formula
29163 \family default
29164  (shortcut 
29165 \family sans
29166 Ctrl-Alt
29167 \begin_inset space ~
29168 \end_inset
29169
29170 n
29171 \family default
29172 ).
29173  Existing formulas can be numbered with the menu 
29174 \family sans
29175 Edit\SpecialChar \menuseparator
29176 Math\SpecialChar \menuseparator
29177 Toggle
29178 \begin_inset space ~
29179 \end_inset
29180
29181 Numbering
29182 \family default
29183  (shortcut 
29184 \family sans
29185 Alt-m
29186 \begin_inset space ~
29187 \end_inset
29188
29189 n
29190 \family default
29191 ).
29192  The formula number is displayed in LyX behind the formula as number sign
29193  in parentheses.
29194  The number sign is replaced in the output by the formula number.
29195 \end_layout
29196
29197 \begin_layout Standard
29198 When numbering is turned on in multiline formulas, all lines will be numbered.
29199  But the numbering can be controlled with the menu 
29200 \family sans
29201 Edit\SpecialChar \menuseparator
29202 Math\SpecialChar \menuseparator
29203 Toggle
29204 \begin_inset space ~
29205 \end_inset
29206
29207 Numbering
29208 \begin_inset space ~
29209 \end_inset
29210
29211 of
29212 \begin_inset space ~
29213 \end_inset
29214
29215 Line
29216 \family default
29217  (shortcut 
29218 \family sans
29219 Alt-m
29220 \begin_inset space ~
29221 \end_inset
29222
29223 N
29224 \family default
29225 ) for every line.
29226 \end_layout
29227
29228 \begin_layout Standard
29229 Except of inline formulas, all formulas can be numbered with two different
29230  styles, see 
29231 \begin_inset CommandInset ref
29232 LatexCommand ref
29233 reference "sec:Formula-Styles"
29234
29235 \end_inset
29236
29237 .
29238 \end_layout
29239
29240 \begin_layout Subsection
29241 Cross-References
29242 \begin_inset CommandInset label
29243 LatexCommand label
29244 name "sub:Cross-References"
29245
29246 \end_inset
29247
29248
29249 \begin_inset Index
29250 status collapsed
29251
29252 \begin_layout Plain Layout
29253 Cross-references ! to formulas
29254 \end_layout
29255
29256 \end_inset
29257
29258
29259 \end_layout
29260
29261 \begin_layout Standard
29262 All labeled formulas can be cross-referenced.
29263  A label is added by the menu 
29264 \family sans
29265 Insert\SpecialChar \menuseparator
29266 Label
29267 \family default
29268  or the toolbar button 
29269 \begin_inset Graphics
29270         filename ../images/label-insert.png
29271         scale 85
29272
29273 \end_inset
29274
29275 .
29276  The cursor must hereby be inside a displayed formula.
29277  A dialog pops up displaying the prefix 
29278 \series bold
29279 eq:
29280 \series default
29281  in a text field.
29282  The label is inserted there behind the prefix.
29283  The predefined prefix means 
29284 \begin_inset Quotes eld
29285 \end_inset
29286
29287 equation
29288 \begin_inset Quotes erd
29289 \end_inset
29290
29291  and makes it easier to find labels in large documents because it marks
29292  it as formula label to divide it from e.
29293 \begin_inset space \thinspace{}
29294 \end_inset
29295
29296 g.
29297 \begin_inset space ~
29298 \end_inset
29299
29300 section labels.
29301  To change a label, the menu 
29302 \family sans
29303 Insert\SpecialChar \menuseparator
29304 Label
29305 \family default
29306  is used again.
29307 \end_layout
29308
29309 \begin_layout Standard
29310 The name of the label is displayed in LyX within two parentheses behind
29311  formula.
29312  A formula with a label is always numbered.
29313 \end_layout
29314
29315 \begin_layout Standard
29316 Cross-references are inserted via the menu 
29317 \family sans
29318 Insert\SpecialChar \menuseparator
29319 Cross-Reference
29320 \family default
29321  or with the toolbar button 
29322 \begin_inset Graphics
29323         filename ../images/dialog-show-new-inset_ref.png
29324         scale 85
29325
29326 \end_inset
29327
29328 .
29329  A formula cross-reference appears in the output as formula number.
29330  When in the cross-reference dialog window the format 
29331 \series bold
29332 (<reference>)
29333 \series default
29334  is chosen, the cross-reference appears in the output as formula number
29335  in parentheses.
29336 \begin_inset Newline newline
29337 \end_inset
29338
29339 By right-clicking on a cross-reference in LyX, one jumps to the formula
29340  that is referenced.
29341 \end_layout
29342
29343 \begin_layout Standard
29344 Here are as examples cross-references to formulas of the following subsections:
29345 \begin_inset Note Note
29346 status open
29347
29348 \begin_layout Plain Layout
29349 Note the different cross-reference types.
29350 \end_layout
29351
29352 \end_inset
29353
29354
29355 \end_layout
29356
29357 \begin_layout Standard
29358 The equations 
29359 \begin_inset CommandInset ref
29360 LatexCommand eqref
29361 reference "eq:tag"
29362
29363 \end_inset
29364
29365  and 
29366 \begin_inset CommandInset ref
29367 LatexCommand eqref
29368 reference "eq:c"
29369
29370 \end_inset
29371
29372  are equivalent.
29373  In (
29374 \begin_inset CommandInset ref
29375 LatexCommand ref
29376 reference "eq:Lat"
29377
29378 \end_inset
29379
29380 ) big Latin letters are used for the numbering in contrary to (
29381 \begin_inset CommandInset ref
29382 LatexCommand ref
29383 reference "eq:Rom"
29384
29385 \end_inset
29386
29387 ).
29388 \end_layout
29389
29390 \begin_layout Standard
29391 \begin_inset VSpace medskip
29392 \end_inset
29393
29394 When the argument of 
29395 \series bold
29396
29397 \backslash
29398 tag
29399 \begin_inset Foot
29400 status collapsed
29401
29402 \begin_layout Plain Layout
29403
29404 \series bold
29405
29406 \backslash
29407 tag
29408 \series default
29409  is described in 
29410 \begin_inset CommandInset ref
29411 LatexCommand ref
29412 reference "sub:User-defined-Numbering"
29413
29414 \end_inset
29415
29416 .
29417 \end_layout
29418
29419 \end_inset
29420
29421
29422 \series default
29423  contains a box like in 
29424 \begin_inset CommandInset ref
29425 LatexCommand ref
29426 reference "sub:Paragraph-Boxes"
29427
29428 \end_inset
29429
29430 , the formula cannot be referenced.
29431 \end_layout
29432
29433 \begin_layout Subsection
29434 Subnumbering
29435 \begin_inset Index
29436 status collapsed
29437
29438 \begin_layout Plain Layout
29439 Formula numbering ! subnumbering
29440 \end_layout
29441
29442 \end_inset
29443
29444
29445 \end_layout
29446
29447 \begin_layout Standard
29448 With the help of the commands 
29449 \series bold
29450
29451 \backslash
29452 begin{subequations}
29453 \series default
29454  and 
29455 \series bold
29456
29457 \backslash
29458 end{subequations}
29459 \series default
29460  formulas can be subnumbered.
29461  Both commands are inserted in TeX-mode.
29462 \end_layout
29463
29464 \begin_layout Standard
29465 An example:
29466 \begin_inset Formula \begin{equation}
29467 A=C-B\label{eq:a}\end{equation}
29468
29469 \end_inset
29470
29471
29472 \begin_inset ERT
29473 status collapsed
29474
29475 \begin_layout Plain Layout
29476
29477
29478 \backslash
29479 addtocounter{equation}{-1}
29480 \end_layout
29481
29482 \end_inset
29483
29484
29485 \begin_inset ERT
29486 status collapsed
29487
29488 \begin_layout Plain Layout
29489
29490
29491 \backslash
29492 begin{subequations}
29493 \end_layout
29494
29495 \end_inset
29496
29497
29498 \begin_inset VSpace -5mm
29499 \end_inset
29500
29501
29502 \begin_inset Formula \begin{equation}
29503 B=C-A\label{eq:b}\end{equation}
29504
29505 \end_inset
29506
29507
29508 \begin_inset Formula \begin{equation}
29509 C=A+B\label{eq:c}\end{equation}
29510
29511 \end_inset
29512
29513
29514 \end_layout
29515
29516 \begin_layout Standard
29517 \begin_inset ERT
29518 status collapsed
29519
29520 \begin_layout Plain Layout
29521
29522
29523 \backslash
29524 end{subequations}
29525 \end_layout
29526
29527 \end_inset
29528
29529
29530 \end_layout
29531
29532 \begin_layout Standard
29533 To create the example, the following is done:
29534 \end_layout
29535
29536 \begin_layout Enumerate
29537 first formula is inserted
29538 \end_layout
29539
29540 \begin_layout Enumerate
29541
29542 \series bold
29543
29544 \backslash
29545 addtocounter{equation}{-1} 
29546 \backslash
29547 begin{subequations}
29548 \begin_inset Index
29549 status collapsed
29550
29551 \begin_layout Plain Layout
29552 Commands ! A ! 
29553 \backslash
29554 addtocounter
29555 \end_layout
29556
29557 \end_inset
29558
29559
29560 \begin_inset Newline newline
29561 \end_inset
29562
29563
29564 \series default
29565 is inserted after the first formula
29566 \end_layout
29567
29568 \begin_layout Enumerate
29569 second formula is inserted
29570 \end_layout
29571
29572 \begin_layout Enumerate
29573 third formula is inserted
29574 \end_layout
29575
29576 \begin_layout Enumerate
29577
29578 \series bold
29579
29580 \backslash
29581 end{subequations}
29582 \series default
29583  is inserted after the third formula
29584 \end_layout
29585
29586 \begin_layout Standard
29587 Every formula between the commands 
29588 \series bold
29589
29590 \backslash
29591 begin
29592 \series default
29593  and 
29594 \series bold
29595
29596 \backslash
29597 end
29598 \series default
29599  is subnumbered as a, b, 
29600 \begin_inset Newline linebreak
29601 \end_inset
29602
29603 c, \SpecialChar \ldots{}
29604  For multiline formulas every line will be subnumbered.
29605  All subnumbered formulas are treated as 
29606 \emph on
29607 one
29608 \emph default
29609  numbered formula.
29610  But as every numbered formula increases the counter 
29611 \series bold
29612 equation
29613 \series default
29614  by one, the command 
29615 \series bold
29616
29617 \backslash
29618 addtocounter
29619 \series default
29620  is needed to decrease it.
29621  Otherwise the formulas 
29622 \begin_inset CommandInset ref
29623 LatexCommand eqref
29624 reference "eq:a"
29625
29626 \end_inset
29627
29628
29629 \begin_inset CommandInset ref
29630 LatexCommand eqref
29631 reference "eq:b"
29632
29633 \end_inset
29634
29635
29636 \begin_inset CommandInset ref
29637 LatexCommand eqref
29638 reference "eq:c"
29639
29640 \end_inset
29641
29642  would be numbered as 
29643 \begin_inset CommandInset ref
29644 LatexCommand eqref
29645 reference "eq:a"
29646
29647 \end_inset
29648
29649
29650 \begin_inset CommandInset ref
29651 LatexCommand eqref
29652 reference "eq:d"
29653
29654 \end_inset
29655
29656
29657 \begin_inset CommandInset ref
29658 LatexCommand eqref
29659 reference "eq:f"
29660
29661 \end_inset
29662
29663 .
29664 \end_layout
29665
29666 \begin_layout Standard
29667 By inserting the commands in TeX-mode, a space is created between the first
29668  two formulas.
29669  To revert this -5
29670 \begin_inset space \thinspace{}
29671 \end_inset
29672
29673 mm vertical space is inserted after the command 
29674 \series bold
29675
29676 \backslash
29677 begin{subequations}
29678 \series default
29679 .
29680  When the formula style 
29681 \series bold
29682 Indented
29683 \begin_inset Foot
29684 status collapsed
29685
29686 \begin_layout Plain Layout
29687 formula styles see 
29688 \begin_inset CommandInset ref
29689 LatexCommand ref
29690 reference "sec:Formula-Styles"
29691
29692 \end_inset
29693
29694
29695 \end_layout
29696
29697 \end_inset
29698
29699
29700 \series default
29701  is used, -7
29702 \begin_inset space \thinspace{}
29703 \end_inset
29704
29705 mm space is inserted instead.
29706 \end_layout
29707
29708 \begin_layout Standard
29709 Here is an example for a multiline formula where the numbering was turned
29710  off for the second line:
29711 \begin_inset ERT
29712 status collapsed
29713
29714 \begin_layout Plain Layout
29715
29716
29717 \backslash
29718 begin{subequations}
29719 \end_layout
29720
29721 \end_inset
29722
29723
29724 \begin_inset Formula \begin{eqnarray}
29725 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29726  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29727  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29728
29729 \end_inset
29730
29731
29732 \begin_inset ERT
29733 status collapsed
29734
29735 \begin_layout Plain Layout
29736
29737
29738 \backslash
29739 end{subequations}
29740 \end_layout
29741
29742 \end_inset
29743
29744
29745 \end_layout
29746
29747 \begin_layout Subsection
29748 User-defined Numbering
29749 \begin_inset CommandInset label
29750 LatexCommand label
29751 name "sub:User-defined-Numbering"
29752
29753 \end_inset
29754
29755
29756 \begin_inset Index
29757 status collapsed
29758
29759 \begin_layout Plain Layout
29760 Formula numbering ! user-defined
29761 \end_layout
29762
29763 \end_inset
29764
29765
29766 \end_layout
29767
29768 \begin_layout Standard
29769 \begin_inset Index
29770 status collapsed
29771
29772 \begin_layout Plain Layout
29773 Formula numbering ! self-defined delimiters
29774 \end_layout
29775
29776 \end_inset
29777
29778 With the standard numbering parentheses are set around the formula number.
29779  To replace the parentheses for example by vertical bars, the following
29780  line is added to the LaTeX-preamble:
29781 \end_layout
29782
29783 \begin_layout Standard
29784
29785 \series bold
29786
29787 \backslash
29788 def
29789 \backslash
29790 tagform@#1{
29791 \backslash
29792 maketag@@@{|#1|}}
29793 \series default
29794
29795 \begin_inset Note Note
29796 status collapsed
29797
29798 \begin_layout Plain Layout
29799 This macro is already declared in the LaTeX-preamble for testing.
29800  To activate it, remove the percent sign at the beginning.
29801 \end_layout
29802
29803 \end_inset
29804
29805
29806 \end_layout
29807
29808 \begin_layout Standard
29809 To use other characters, the vertical bars besides the 
29810 \series bold
29811 #1
29812 \series default
29813  are replaced by one ore more characters.
29814  To get only the formula number the vertical bars are omitted.
29815 \end_layout
29816
29817 \begin_layout Standard
29818 \begin_inset VSpace bigskip
29819 \end_inset
29820
29821 When there should be an expression of your choice instead of the consecutive
29822  formula number in parentheses behind the formula, the command 
29823 \series bold
29824
29825 \backslash
29826 tag
29827 \series default
29828
29829 \begin_inset Index
29830 status collapsed
29831
29832 \begin_layout Plain Layout
29833 Commands ! T ! 
29834 \backslash
29835 tag
29836 \end_layout
29837
29838 \end_inset
29839
29840  is used:
29841 \begin_inset Formula \begin{equation}
29842 A+B=C\tag{something}\label{eq:tag}\end{equation}
29843
29844 \end_inset
29845
29846 In this example the command 
29847 \series bold
29848
29849 \backslash
29850 tag
29851 \begin_inset ERT
29852 status collapsed
29853
29854 \begin_layout Plain Layout
29855
29856
29857 \backslash
29858 spce 
29859 \end_layout
29860
29861 \end_inset
29862
29863 something
29864 \series default
29865  was inserted to the formula.
29866 \end_layout
29867
29868 \begin_layout Standard
29869 When the command 
29870 \series bold
29871
29872 \backslash
29873 tag*
29874 \begin_inset ERT
29875 status collapsed
29876
29877 \begin_layout Plain Layout
29878
29879
29880 \backslash
29881 spce 
29882 \end_layout
29883
29884 \end_inset
29885
29886 something
29887 \series default
29888  is inserted instead, the star prevents the parentheses around the expression:
29889 \begin_inset Formula \[
29890 A+B=C\tag*{something}\]
29891
29892 \end_inset
29893
29894
29895 \end_layout
29896
29897 \begin_layout Standard
29898 \begin_inset VSpace bigskip
29899 \end_inset
29900
29901 To restart the formula numbering with new document parts or sections, the
29902  following command is used:
29903 \end_layout
29904
29905 \begin_layout Standard
29906
29907 \series bold
29908
29909 \backslash
29910 @addtoreset{equation}{part}
29911 \series default
29912
29913 \begin_inset Index
29914 status collapsed
29915
29916 \begin_layout Plain Layout
29917 Commands ! 
29918 \begin_inset ERT
29919 status collapsed
29920
29921 \begin_layout Plain Layout
29922
29923 "
29924 \end_layout
29925
29926 \end_inset
29927
29928 @
29929 \begin_inset ERT
29930 status collapsed
29931
29932 \begin_layout Plain Layout
29933
29934 "
29935 \end_layout
29936
29937 \end_inset
29938
29939  ! 
29940 \backslash
29941
29942 \begin_inset ERT
29943 status collapsed
29944
29945 \begin_layout Plain Layout
29946
29947 "
29948 \end_layout
29949
29950 \end_inset
29951
29952 @
29953 \begin_inset ERT
29954 status collapsed
29955
29956 \begin_layout Plain Layout
29957
29958 "
29959 \end_layout
29960
29961 \end_inset
29962
29963 addtoreset
29964 \end_layout
29965
29966 \end_inset
29967
29968
29969 \begin_inset Newline newline
29970 \end_inset
29971
29972 resp.
29973 \begin_inset Newline newline
29974 \end_inset
29975
29976
29977 \series bold
29978
29979 \backslash
29980 @addtoreset{equation}{section}
29981 \end_layout
29982
29983 \begin_layout Standard
29984 To be able to use these commands in TeX-mode, the 
29985 \begin_inset Quotes eld
29986 \end_inset
29987
29988 @
29989 \begin_inset Quotes erd
29990 \end_inset
29991
29992  character has to be made 
29993 \begin_inset Quotes eld
29994 \end_inset
29995
29996 active
29997 \begin_inset Quotes erd
29998 \end_inset
29999
30000  for LaTeX using the command 
30001 \series bold
30002
30003 \backslash
30004 makeatletter.
30005
30006 \series default
30007  The command 
30008 \series bold
30009
30010 \backslash
30011 makeatother
30012 \series default
30013  reverts this.
30014  So the command sequence in TeX-mode is:
30015 \end_layout
30016
30017 \begin_layout Standard
30018
30019 \series bold
30020
30021 \backslash
30022 makeatletter
30023 \begin_inset Newline newline
30024 \end_inset
30025
30026
30027 \backslash
30028 @addtoreset{equation}{section}
30029 \begin_inset Newline newline
30030 \end_inset
30031
30032
30033 \backslash
30034 makeatother
30035 \end_layout
30036
30037 \begin_layout Standard
30038 In the LaTeX-preamble 
30039 \series bold
30040
30041 \backslash
30042 makeatletter
30043 \series default
30044  and 
30045 \series bold
30046
30047 \backslash
30048 makeatother
30049 \series default
30050  can be omitted as they are automatically internally inserted by LyX.
30051 \end_layout
30052
30053 \begin_layout Standard
30054 To revert 
30055 \series bold
30056
30057 \backslash
30058 @addtoreset
30059 \series default
30060 , the file 
30061 \series bold
30062 remreset.sty
30063 \series default
30064
30065 \begin_inset Foot
30066 status collapsed
30067
30068 \begin_layout Plain Layout
30069
30070 \series bold
30071 remreset
30072 \series default
30073  is part of the LaTeX-package 
30074 \series bold
30075 carlisle
30076 \series default
30077
30078 \begin_inset Index
30079 status collapsed
30080
30081 \begin_layout Plain Layout
30082 Packages ! carlisle
30083 \end_layout
30084
30085 \end_inset
30086
30087  that is part of every LaTeX standard installation.
30088 \end_layout
30089
30090 \end_inset
30091
30092
30093 \begin_inset Index
30094 status collapsed
30095
30096 \begin_layout Plain Layout
30097 Packages ! remreset
30098 \end_layout
30099
30100 \end_inset
30101
30102  has to be loaded in the LaTeX-preamble with the line
30103 \end_layout
30104
30105 \begin_layout Standard
30106
30107 \series bold
30108
30109 \backslash
30110 usepackage{remreset}
30111 \end_layout
30112
30113 \begin_layout Standard
30114 Then the command 
30115 \series bold
30116
30117 \backslash
30118 @removefromreset
30119 \series default
30120
30121 \begin_inset Index
30122 status collapsed
30123
30124 \begin_layout Plain Layout
30125 Commands ! 
30126 \begin_inset ERT
30127 status collapsed
30128
30129 \begin_layout Plain Layout
30130
30131 "
30132 \end_layout
30133
30134 \end_inset
30135
30136 @
30137 \begin_inset ERT
30138 status collapsed
30139
30140 \begin_layout Plain Layout
30141
30142 "
30143 \end_layout
30144
30145 \end_inset
30146
30147  ! 
30148 \backslash
30149
30150 \begin_inset ERT
30151 status collapsed
30152
30153 \begin_layout Plain Layout
30154
30155 "
30156 \end_layout
30157
30158 \end_inset
30159
30160 @
30161 \begin_inset ERT
30162 status collapsed
30163
30164 \begin_layout Plain Layout
30165
30166 "
30167 \end_layout
30168
30169 \end_inset
30170
30171 removefromreset
30172 \end_layout
30173
30174 \end_inset
30175
30176  can be used with the same scheme as 
30177 \series bold
30178
30179 \backslash
30180 @addtoreset
30181 \series default
30182 .
30183 \end_layout
30184
30185 \begin_layout Standard
30186 \begin_inset VSpace bigskip
30187 \end_inset
30188
30189 Sometimes formulas should be numbered in the following form:
30190 \end_layout
30191
30192 \begin_layout Standard
30193
30194 \family typewriter
30195 (section number.formula number)
30196 \end_layout
30197
30198 \begin_layout Standard
30199 The formula number should start with every section with 
30200 \begin_inset Quotes eld
30201 \end_inset
30202
30203 1
30204 \begin_inset Quotes erd
30205 \end_inset
30206
30207 .
30208 \end_layout
30209
30210 \begin_layout Standard
30211 For this case there is the command 
30212 \series bold
30213
30214 \backslash
30215 numberwithin
30216 \series default
30217
30218 \begin_inset Index
30219 status collapsed
30220
30221 \begin_layout Plain Layout
30222 Commands ! N ! 
30223 \backslash
30224 numberwithin
30225 \end_layout
30226
30227 \end_inset
30228
30229 , which is used with the following scheme:
30230 \end_layout
30231
30232 \begin_layout Standard
30233
30234 \series bold
30235
30236 \backslash
30237 numberwithin{counter}{sectioning}
30238 \end_layout
30239
30240 \begin_layout Standard
30241 Counter denotes what kind of numbering is affected, sectioning denotes what
30242  number is before the dot.
30243 \end_layout
30244
30245 \begin_layout Standard
30246 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30247 \end_layout
30248
30249 \begin_layout Standard
30250
30251 \series bold
30252
30253 \backslash
30254 numberwithin{equation}{section}
30255 \end_layout
30256
30257 \begin_layout Standard
30258 This is the result:
30259 \begin_inset ERT
30260 status collapsed
30261
30262 \begin_layout Plain Layout
30263
30264
30265 \backslash
30266 numberwithin{equation}{section}
30267 \end_layout
30268
30269 \end_inset
30270
30271
30272 \begin_inset Formula \begin{equation}
30273 A+B=C\end{equation}
30274
30275 \end_inset
30276
30277
30278 \end_layout
30279
30280 \begin_layout Standard
30281 To number e.
30282 \begin_inset space \thinspace{}
30283 \end_inset
30284
30285 g.
30286 \begin_inset space ~
30287 \end_inset
30288
30289 tables so that the number of the part is the sectioning,
30290 \begin_inset Newline newline
30291 \end_inset
30292
30293
30294 \series bold
30295
30296 \backslash
30297 numberwithin{table}{part}
30298 \series default
30299  is used.
30300 \end_layout
30301
30302 \begin_layout Standard
30303 To go back to the standard numbering or to prevent this kind of numbering
30304  when it is defined by the document class, the following command is inserted
30305  as TeX-Code or to the LaTeX-preamble:
30306 \end_layout
30307
30308 \begin_layout Standard
30309
30310 \series bold
30311
30312 \backslash
30313 renewcommand{
30314 \backslash
30315 theequation}{
30316 \backslash
30317 arabic{equation}}
30318 \begin_inset Index
30319 status collapsed
30320
30321 \begin_layout Plain Layout
30322 Commands ! A ! 
30323 \backslash
30324 arabic
30325 \end_layout
30326
30327 \end_inset
30328
30329
30330 \series default
30331
30332 \begin_inset ERT
30333 status collapsed
30334
30335 \begin_layout Plain Layout
30336
30337
30338 \backslash
30339 renewcommand{
30340 \backslash
30341 theequation}{
30342 \backslash
30343 arabic{equation}}
30344 \end_layout
30345
30346 \end_inset
30347
30348
30349 \series bold
30350
30351 \begin_inset Newline newline
30352 \end_inset
30353
30354
30355 \series default
30356 or
30357 \series bold
30358
30359 \begin_inset Newline newline
30360 \end_inset
30361
30362
30363 \backslash
30364 renewcommand{
30365 \backslash
30366 thetable}{
30367 \backslash
30368 arabic{table}}
30369 \end_layout
30370
30371 \begin_layout Standard
30372
30373 \series bold
30374
30375 \backslash
30376 numberwithin
30377 \series default
30378  uses internally the command 
30379 \series bold
30380
30381 \backslash
30382 @addtoreset
30383 \series default
30384 , described above, that also needs to be reverted.
30385 \begin_inset ERT
30386 status collapsed
30387
30388 \begin_layout Plain Layout
30389
30390
30391 \backslash
30392 makeatletter
30393 \end_layout
30394
30395 \begin_layout Plain Layout
30396
30397
30398 \backslash
30399 @removefromreset{equation}{section}
30400 \end_layout
30401
30402 \begin_layout Plain Layout
30403
30404
30405 \backslash
30406 makeatother
30407 \end_layout
30408
30409 \end_inset
30410
30411
30412 \end_layout
30413
30414 \begin_layout Subsection
30415 Numbering with Roman Numbers and Letters
30416 \begin_inset CommandInset label
30417 LatexCommand label
30418 name "sub:Numbering-with-Roman"
30419
30420 \end_inset
30421
30422
30423 \begin_inset Index
30424 status collapsed
30425
30426 \begin_layout Plain Layout
30427 Formula numbering ! with letters
30428 \end_layout
30429
30430 \end_inset
30431
30432
30433 \begin_inset Index
30434 status collapsed
30435
30436 \begin_layout Plain Layout
30437 Formula numbering ! with Roman numbers
30438 \end_layout
30439
30440 \end_inset
30441
30442
30443 \end_layout
30444
30445 \begin_layout Standard
30446 Formulas can also be numbered with Roman numbers and Latin letters.
30447  To number for example with small Roman numbers, the command
30448 \end_layout
30449
30450 \begin_layout Standard
30451
30452 \series bold
30453
30454 \backslash
30455 renewcommand{
30456 \backslash
30457 theequation}{
30458 \backslash
30459 roman{equation}}
30460 \end_layout
30461
30462 \begin_layout Standard
30463 is inserted before the formula in TeX-mode.
30464  
30465 \series bold
30466
30467 \backslash
30468 renewcommand
30469 \series default
30470
30471 \begin_inset Index
30472 status collapsed
30473
30474 \begin_layout Plain Layout
30475 Commands ! R ! 
30476 \backslash
30477 renewcommand
30478 \end_layout
30479
30480 \end_inset
30481
30482  redefines the predefined command 
30483 \series bold
30484
30485 \backslash
30486 theequation
30487 \series default
30488  to the command 
30489 \series bold
30490
30491 \backslash
30492 roman{equation}
30493 \series default
30494
30495 \begin_inset Foot
30496 status collapsed
30497
30498 \begin_layout Plain Layout
30499 The command 
30500 \series bold
30501
30502 \backslash
30503 renewcommand
30504 \series default
30505  has the same scheme like the command 
30506 \series bold
30507
30508 \backslash
30509 newcommand
30510 \series default
30511  that is described in 
30512 \begin_inset CommandInset ref
30513 LatexCommand ref
30514 reference "sec:User-defined-Commands"
30515
30516 \end_inset
30517
30518 .
30519 \end_layout
30520
30521 \end_inset
30522
30523 .
30524  
30525 \series bold
30526 equation
30527 \series default
30528  is the formula counter.
30529  When the command 
30530 \series bold
30531
30532 \backslash
30533 the
30534 \series default
30535  is used as prefix for a counter, the value of the counter is output as
30536  Arabic number.
30537  When a formula is numbered, LaTeX sets internally the command 
30538 \series bold
30539
30540 \backslash
30541 theequation
30542 \series default
30543  behind the formula.
30544  
30545 \series bold
30546
30547 \backslash
30548 roman{equation}
30549 \begin_inset Index
30550 status collapsed
30551
30552 \begin_layout Plain Layout
30553 Commands ! R ! 
30554 \backslash
30555 roman
30556 \end_layout
30557
30558 \end_inset
30559
30560
30561 \series default
30562  outputs the counter as small Roman number.
30563 \end_layout
30564
30565 \begin_layout Standard
30566 All formulas behind the command 
30567 \series bold
30568
30569 \backslash
30570 renew
30571 \series default
30572 c
30573 \series bold
30574 ommand
30575 \series default
30576  are now numbered Roman.
30577  To switch to numbering with big Roman numbers, the command is inserted
30578  again, but 
30579 \series bold
30580
30581 \backslash
30582 roman
30583 \series default
30584  is replaced by 
30585 \series bold
30586
30587 \backslash
30588 Roman
30589 \series default
30590
30591 \begin_inset Index
30592 status collapsed
30593
30594 \begin_layout Plain Layout
30595 Commands ! R ! 
30596 \backslash
30597 roman@
30598 \backslash
30599 Roman
30600 \end_layout
30601
30602 \end_inset
30603
30604 .
30605  To 
30606 \begin_inset Quotes eld
30607 \end_inset
30608
30609 number
30610 \begin_inset Quotes erd
30611 \end_inset
30612
30613  with small Latin letters there is the command 
30614 \series bold
30615
30616 \backslash
30617 alph
30618 \series default
30619
30620 \begin_inset Index
30621 status collapsed
30622
30623 \begin_layout Plain Layout
30624 Commands ! A ! 
30625 \backslash
30626 alph
30627 \end_layout
30628
30629 \end_inset
30630
30631 , for big ones there is the command 
30632 \series bold
30633
30634 \backslash
30635 Alph
30636 \series default
30637
30638 \begin_inset Index
30639 status open
30640
30641 \begin_layout Plain Layout
30642 Commands ! A ! 
30643 \backslash
30644 alph@
30645 \backslash
30646 Alph
30647 \end_layout
30648
30649 \end_inset
30650
30651 .
30652 \end_layout
30653
30654 \begin_layout Standard
30655 \begin_inset Note Greyedout
30656 status open
30657
30658 \begin_layout Plain Layout
30659
30660 \series bold
30661 Note:
30662 \series default
30663  Only maximal 26 formulas can be numbered with Latin letters in one document.
30664 \end_layout
30665
30666 \end_inset
30667
30668
30669 \end_layout
30670
30671 \begin_layout Standard
30672 \begin_inset ERT
30673 status collapsed
30674
30675 \begin_layout Plain Layout
30676
30677
30678 \backslash
30679 renewcommand{
30680 \backslash
30681 theequation}{
30682 \backslash
30683 roman{equation}}
30684 \end_layout
30685
30686 \end_inset
30687
30688
30689 \end_layout
30690
30691 \begin_layout Standard
30692 \begin_inset Formula \begin{equation}
30693 A=\textrm{small roman}\label{eq:rom}\end{equation}
30694
30695 \end_inset
30696
30697
30698 \begin_inset ERT
30699 status collapsed
30700
30701 \begin_layout Plain Layout
30702
30703
30704 \backslash
30705 renewcommand{
30706 \backslash
30707 theequation}{
30708 \backslash
30709 Roman{equation}}
30710 \end_layout
30711
30712 \end_inset
30713
30714
30715 \begin_inset Formula \begin{equation}
30716 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
30717
30718 \end_inset
30719
30720
30721 \begin_inset ERT
30722 status collapsed
30723
30724 \begin_layout Plain Layout
30725
30726
30727 \backslash
30728 renewcommand{
30729 \backslash
30730 theequation}{
30731 \backslash
30732 alph{equation}}
30733 \end_layout
30734
30735 \end_inset
30736
30737
30738 \begin_inset Formula \begin{equation}
30739 C=\textrm{small Latin}\label{eq:lat}\end{equation}
30740
30741 \end_inset
30742
30743
30744 \begin_inset ERT
30745 status collapsed
30746
30747 \begin_layout Plain Layout
30748
30749
30750 \backslash
30751 renewcommand{
30752 \backslash
30753 theequation}{
30754 \backslash
30755 Alph{equation}}
30756 \end_layout
30757
30758 \end_inset
30759
30760
30761 \begin_inset Formula \begin{equation}
30762 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
30763
30764 \end_inset
30765
30766
30767 \end_layout
30768
30769 \begin_layout Standard
30770 To switch back to the default numbering, insert the command:
30771 \end_layout
30772
30773 \begin_layout Standard
30774
30775 \series bold
30776
30777 \backslash
30778 renewcommand{
30779 \backslash
30780 theequation}{
30781 \backslash
30782 arabic{equation}}
30783 \begin_inset Index
30784 status collapsed
30785
30786 \begin_layout Plain Layout
30787 Commands ! A ! 
30788 \backslash
30789 arabic
30790 \end_layout
30791
30792 \end_inset
30793
30794
30795 \end_layout
30796
30797 \begin_layout Standard
30798 \begin_inset ERT
30799 status collapsed
30800
30801 \begin_layout Plain Layout
30802
30803
30804 \backslash
30805 renewcommand{
30806 \backslash
30807 theequation}{
30808 \backslash
30809 arabic{equation}}
30810 \end_layout
30811
30812 \end_inset
30813
30814
30815 \begin_inset Formula \begin{equation}
30816 E=\textrm{Arabic}\label{eq:arab}\end{equation}
30817
30818 \end_inset
30819
30820
30821 \end_layout
30822
30823 \begin_layout Standard
30824 \begin_inset VSpace medskip
30825 \end_inset
30826
30827 As you see, formulas are numbered serially independent from the numbering
30828  style.
30829  When then numbering should start with 
30830 \begin_inset Quotes eld
30831 \end_inset
30832
30833 1
30834 \begin_inset Quotes erd
30835 \end_inset
30836
30837  when the style is changed, new equation counters have to be defined.
30838  A description about this can be found in the file 
30839 \begin_inset CommandInset href
30840 LatexCommand href
30841 target "Formula-numbering.lyx"
30842
30843 \end_inset
30844
30845 .
30846 \end_layout
30847
30848 \begin_layout Section
30849 User-defined Commands
30850 \begin_inset CommandInset label
30851 LatexCommand label
30852 name "sec:User-defined-Commands"
30853
30854 \end_inset
30855
30856
30857 \begin_inset Index
30858 status collapsed
30859
30860 \begin_layout Plain Layout
30861 User-defined commands
30862 \end_layout
30863
30864 \end_inset
30865
30866
30867 \end_layout
30868
30869 \begin_layout Standard
30870 Many LaTeX-commands are too long to be used frequently.
30871  But it is possible to define with the command 
30872 \series bold
30873
30874 \backslash
30875 newcommand
30876 \series default
30877
30878 \begin_inset Index
30879 status collapsed
30880
30881 \begin_layout Plain Layout
30882 Commands ! N ! 
30883 \backslash
30884 newcommand
30885 \end_layout
30886
30887 \end_inset
30888
30889  new shorter commands.
30890 \end_layout
30891
30892 \begin_layout Standard
30893 The command scheme of 
30894 \series bold
30895
30896 \backslash
30897 newcommand
30898 \series default
30899  is:
30900 \end_layout
30901
30902 \begin_layout Standard
30903
30904 \series bold
30905
30906 \backslash
30907 newcommand{new command name}[number of arguments][optional
30908 \series default
30909  
30910 \series bold
30911 value]
30912 \begin_inset Newline newline
30913 \end_inset
30914
30915
30916 \begin_inset ERT
30917 status collapsed
30918
30919 \begin_layout Plain Layout
30920
30921
30922 \backslash
30923 phantom{
30924 \end_layout
30925
30926 \end_inset
30927
30928
30929 \backslash
30930 newcommand
30931 \begin_inset ERT
30932 status collapsed
30933
30934 \begin_layout Plain Layout
30935
30936 }
30937 \end_layout
30938
30939 \end_inset
30940
30941 {command definition}
30942 \end_layout
30943
30944 \begin_layout Standard
30945 \begin_inset Note Greyedout
30946 status open
30947
30948 \begin_layout Plain Layout
30949
30950 \series bold
30951 Note:
30952 \series default
30953  Assure that the name of the new command is not already used in your document
30954  or by LaTeX-packages that you use.
30955  When you for example define the command 
30956 \series bold
30957
30958 \backslash
30959 le
30960 \series default
30961  for 
30962 \series bold
30963
30964 \backslash
30965 Leftarrow
30966 \series default
30967 , you get an error message because 
30968 \series bold
30969
30970 \backslash
30971 le
30972 \series default
30973  is already defined as command for 
30974 \begin_inset Quotes eld
30975 \end_inset
30976
30977
30978 \begin_inset Formula $\le$
30979 \end_inset
30980
30981
30982 \begin_inset Quotes erd
30983 \end_inset
30984
30985 .
30986 \end_layout
30987
30988 \end_inset
30989
30990
30991 \end_layout
30992
30993 \begin_layout Standard
30994 \begin_inset Note Greyedout
30995 status open
30996
30997 \begin_layout Plain Layout
30998
30999 \series bold
31000 Note:
31001 \series default
31002  The names of user-defined commands may only consist of Latin letters.
31003 \end_layout
31004
31005 \end_inset
31006
31007
31008 \end_layout
31009
31010 \begin_layout Standard
31011 The number of arguments is an integer in the range 0
31012 \begin_inset space \thinspace{}
31013 \end_inset
31014
31015 -
31016 \begin_inset space \thinspace{}
31017 \end_inset
31018
31019 9 and specifies how many arguments the new command should have.
31020  With the optional value a value for an optional argument can be predefined.
31021  When this is done, the 
31022 \emph on
31023 first
31024 \emph default
31025  
31026 \emph on
31027 a
31028 \emph default
31029 rgument of the new command is automatically an optional one.
31030 \end_layout
31031
31032 \begin_layout Standard
31033 Here are some examples:
31034 \end_layout
31035
31036 \begin_layout Itemize
31037 To define the command 
31038 \series bold
31039
31040 \backslash
31041 gr
31042 \series default
31043  for 
31044 \series bold
31045
31046 \backslash
31047 Longrightarrow
31048 \series default
31049 , the LaTeX-preamble line is:
31050 \begin_inset ERT
31051 status collapsed
31052
31053 \begin_layout Plain Layout
31054
31055
31056 \backslash
31057 medskip
31058 \end_layout
31059
31060 \end_inset
31061
31062
31063 \series bold
31064
31065 \begin_inset Newline newline
31066 \end_inset
31067
31068
31069 \backslash
31070 newcommand{
31071 \backslash
31072 gr}{
31073 \backslash
31074 Longrightarrow}
31075 \end_layout
31076
31077 \begin_layout Itemize
31078 To define the command 
31079 \series bold
31080
31081 \backslash
31082 us
31083 \series default
31084  for 
31085 \series bold
31086
31087 \backslash
31088 underline
31089 \series default
31090 , the argument (that should be underlined) must be taken into account.
31091  For this the preamble line is:
31092 \begin_inset ERT
31093 status collapsed
31094
31095 \begin_layout Plain Layout
31096
31097
31098 \backslash
31099 medskip
31100 \end_layout
31101
31102 \end_inset
31103
31104
31105 \series bold
31106
31107 \begin_inset Newline newline
31108 \end_inset
31109
31110
31111 \backslash
31112 newcommand{
31113 \backslash
31114 us}[1]{
31115 \backslash
31116 underline{#1}}
31117 \series default
31118
31119 \begin_inset ERT
31120 status collapsed
31121
31122 \begin_layout Plain Layout
31123
31124
31125 \backslash
31126 medskip
31127 \end_layout
31128
31129 \end_inset
31130
31131
31132 \series bold
31133
31134 \begin_inset Newline newline
31135 \end_inset
31136
31137
31138 \series default
31139 The character 
31140 \series bold
31141 #
31142 \series default
31143  acts as argument placeholder, the 
31144 \series bold
31145 1
31146 \series default
31147  behind it denotes that it is the placeholder for the first argument.
31148 \end_layout
31149
31150 \begin_layout Itemize
31151 For 
31152 \series bold
31153
31154 \backslash
31155 framebox
31156 \series default
31157  one can e.
31158 \begin_inset space \thinspace{}
31159 \end_inset
31160
31161 g.
31162 \begin_inset space ~
31163 \end_inset
31164
31165 define the command 
31166 \series bold
31167
31168 \backslash
31169 fb
31170 \series default
31171 :
31172 \begin_inset ERT
31173 status collapsed
31174
31175 \begin_layout Plain Layout
31176
31177
31178 \backslash
31179 medskip
31180 \end_layout
31181
31182 \end_inset
31183
31184
31185 \series bold
31186
31187 \begin_inset Newline newline
31188 \end_inset
31189
31190
31191 \backslash
31192 newcommand{
31193 \backslash
31194 fb}[3]{
31195 \backslash
31196 framebox#1#2{$#3$}}
31197 \series default
31198
31199 \begin_inset ERT
31200 status collapsed
31201
31202 \begin_layout Plain Layout
31203
31204
31205 \backslash
31206 medskip
31207 \end_layout
31208
31209 \end_inset
31210
31211
31212 \series bold
31213
31214 \begin_inset Newline newline
31215 \end_inset
31216
31217
31218 \series default
31219 The two Dollar signs creates the extra formula needed for 
31220 \series bold
31221
31222 \backslash
31223 framebox
31224 \series default
31225 , see 
31226 \begin_inset CommandInset ref
31227 LatexCommand ref
31228 reference "sub:Boxes-with-Frame"
31229
31230 \end_inset
31231
31232 .
31233 \end_layout
31234
31235 \begin_layout Itemize
31236 To create a new command for 
31237 \series bold
31238
31239 \backslash
31240 fcolorbox
31241 \series default
31242  where the color for the box needn't to be specified, the argument for the
31243  color is defined optional:
31244 \begin_inset ERT
31245 status collapsed
31246
31247 \begin_layout Plain Layout
31248
31249
31250 \backslash
31251 medskip
31252 \end_layout
31253
31254 \end_inset
31255
31256
31257 \series bold
31258
31259 \begin_inset Newline newline
31260 \end_inset
31261
31262
31263 \backslash
31264 newcommand{
31265 \backslash
31266 cb}[3][white]{
31267 \backslash
31268 fcolorbox{#2}{#1}{$#3$}}
31269 \series default
31270
31271 \begin_inset ERT
31272 status collapsed
31273
31274 \begin_layout Plain Layout
31275
31276
31277 \backslash
31278 medskip
31279 \end_layout
31280
31281 \end_inset
31282
31283
31284 \begin_inset Newline newline
31285 \end_inset
31286
31287 When the color is not specified when using 
31288 \series bold
31289
31290 \backslash
31291 cb
31292 \series default
31293 , the predefined color 
31294 \series bold
31295 white
31296 \series default
31297  will be used.
31298 \end_layout
31299
31300 \begin_layout Standard
31301 A test of the new defined commands:
31302 \end_layout
31303
31304 \begin_layout Standard
31305 \align center
31306 \begin_inset Tabular
31307 <lyxtabular version="3" rows="6" columns="2">
31308 <features>
31309 <column alignment="center" valignment="top" width="0">
31310 <column alignment="center" valignment="top" width="0">
31311 <row>
31312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31313 \begin_inset Text
31314
31315 \begin_layout Plain Layout
31316 Command
31317 \end_layout
31318
31319 \end_inset
31320 </cell>
31321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31322 \begin_inset Text
31323
31324 \begin_layout Plain Layout
31325 Result
31326 \begin_inset Note Note
31327 status collapsed
31328
31329 \begin_layout Plain Layout
31330
31331 \series bold
31332
31333 \backslash
31334 raisebox
31335 \series default
31336  is only used as spacer.
31337 \end_layout
31338
31339 \end_inset
31340
31341
31342 \end_layout
31343
31344 \end_inset
31345 </cell>
31346 </row>
31347 <row>
31348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31349 \begin_inset Text
31350
31351 \begin_layout Plain Layout
31352 A
31353 \backslash
31354 gr
31355 \begin_inset ERT
31356 status collapsed
31357
31358 \begin_layout Plain Layout
31359
31360
31361 \backslash
31362 spce 
31363 \end_layout
31364
31365 \end_inset
31366
31367 B
31368 \end_layout
31369
31370 \end_inset
31371 </cell>
31372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31373 \begin_inset Text
31374
31375 \begin_layout Plain Layout
31376 \begin_inset Formula $A\gr B$
31377 \end_inset
31378
31379
31380 \end_layout
31381
31382 \end_inset
31383 </cell>
31384 </row>
31385 <row>
31386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31387 \begin_inset Text
31388
31389 \begin_layout Plain Layout
31390
31391 \backslash
31392 us{ABcd
31393 \end_layout
31394
31395 \end_inset
31396 </cell>
31397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31398 \begin_inset Text
31399
31400 \begin_layout Plain Layout
31401 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31402 \end_inset
31403
31404
31405 \end_layout
31406
31407 \end_inset
31408 </cell>
31409 </row>
31410 <row>
31411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31412 \begin_inset Text
31413
31414 \begin_layout Plain Layout
31415
31416 \backslash
31417 fb{[2cm]
31418 \begin_inset Formula $\to$
31419 \end_inset
31420
31421
31422 \backslash
31423 {
31424 \begin_inset Formula $\to$
31425 \end_inset
31426
31427
31428 \backslash
31429 {
31430 \backslash
31431 int
31432 \begin_inset ERT
31433 status collapsed
31434
31435 \begin_layout Plain Layout
31436
31437
31438 \backslash
31439 spce 
31440 \end_layout
31441
31442 \end_inset
31443
31444 A=B
31445 \end_layout
31446
31447 \end_inset
31448 </cell>
31449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31450 \begin_inset Text
31451
31452 \begin_layout Plain Layout
31453 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31454 \end_inset
31455
31456
31457 \end_layout
31458
31459 \end_inset
31460 </cell>
31461 </row>
31462 <row>
31463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31464 \begin_inset Text
31465
31466 \begin_layout Plain Layout
31467
31468 \backslash
31469 cb{red
31470 \begin_inset Formula $\to$
31471 \end_inset
31472
31473
31474 \backslash
31475 {
31476 \backslash
31477 int
31478 \begin_inset ERT
31479 status collapsed
31480
31481 \begin_layout Plain Layout
31482
31483
31484 \backslash
31485 spce 
31486 \end_layout
31487
31488 \end_inset
31489
31490 A=B
31491 \end_layout
31492
31493 \end_inset
31494 </cell>
31495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31496 \begin_inset Text
31497
31498 \begin_layout Plain Layout
31499 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31500 \end_inset
31501
31502
31503 \end_layout
31504
31505 \end_inset
31506 </cell>
31507 </row>
31508 <row>
31509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31510 \begin_inset Text
31511
31512 \begin_layout Plain Layout
31513
31514 \backslash
31515 cb[green]
31516 \backslash
31517 {red
31518 \begin_inset Formula $\to$
31519 \end_inset
31520
31521
31522 \backslash
31523 {
31524 \backslash
31525 int
31526 \begin_inset ERT
31527 status collapsed
31528
31529 \begin_layout Plain Layout
31530
31531
31532 \backslash
31533 spce 
31534 \end_layout
31535
31536 \end_inset
31537
31538 A=B
31539 \end_layout
31540
31541 \end_inset
31542 </cell>
31543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31544 \begin_inset Text
31545
31546 \begin_layout Plain Layout
31547 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31548 \end_inset
31549
31550
31551 \end_layout
31552
31553 \end_inset
31554 </cell>
31555 </row>
31556 </lyxtabular>
31557
31558 \end_inset
31559
31560
31561 \end_layout
31562
31563 \begin_layout Section
31564 Diagrams
31565 \end_layout
31566
31567 \begin_layout Standard
31568 LyX supports two types of commutative diagrams: 
31569 \series bold
31570 amscd
31571 \series default
31572  and 
31573 \series bold
31574 xymatrix
31575 \series default
31576  that are explained in the following.
31577 \end_layout
31578
31579 \begin_layout Subsection
31580 Amscd Diagrams
31581 \begin_inset Index
31582 status collapsed
31583
31584 \begin_layout Plain Layout
31585 Diagrams ! amscd
31586 \end_layout
31587
31588 \end_inset
31589
31590
31591 \end_layout
31592
31593 \begin_layout Standard
31594 Diagrams of this type visualize relations by vertical and horizontal lines
31595  or arrows:
31596 \begin_inset Formula \[
31597 \begin{CD}A@>>>B@>>>C\\
31598 @AAA@.@VVV\\
31599 F@<<<E@<<<D\end{CD}\]
31600
31601 \end_inset
31602
31603
31604 \end_layout
31605
31606 \begin_layout Standard
31607 To get them, the command 
31608 \series bold
31609
31610 \backslash
31611 CD
31612 \begin_inset Index
31613 status collapsed
31614
31615 \begin_layout Plain Layout
31616 Commands ! C ! 
31617 \backslash
31618 CD
31619 \end_layout
31620
31621 \end_inset
31622
31623
31624 \series default
31625  is inserted to a formula.
31626  A blue box appears with two dashed lines where further commands can be
31627  inserted.
31628  With 
31629 \family sans
31630 Ctrl-Return
31631 \family default
31632  a new line is created.
31633  Horizontal relations are inserted in odd, vertical in even formula lines.
31634 \end_layout
31635
31636 \begin_layout Standard
31637 To create the relations there are the following commands:
31638 \end_layout
31639
31640 \begin_layout Itemize
31641
31642 \series bold
31643 @<<<
31644 \series default
31645  creates a left arrow, 
31646 \series bold
31647 @>>>
31648 \series default
31649  a right arrow, and 
31650 \series bold
31651 @=
31652 \series default
31653  a long equal sign
31654 \end_layout
31655
31656 \begin_layout Itemize
31657
31658 \series bold
31659 @AAA
31660 \series default
31661  creates an up arrow, 
31662 \series bold
31663 @VVV
31664 \series default
31665  an down arrow, and 
31666 \series bold
31667 @|
31668 \series default
31669  a vertical equal sign
31670 \end_layout
31671
31672 \begin_layout Itemize
31673
31674 \series bold
31675 @.
31676
31677 \series default
31678  is a placeholder for non-existent relations
31679 \end_layout
31680
31681 \begin_layout Standard
31682 All arrows can be labeled as follows:
31683 \end_layout
31684
31685 \begin_layout Itemize
31686 Is text inserted between the first and second < or >, resp., it is placed
31687  above the arrow.
31688  When it is inserted between the second and third one, it appears under
31689  the arrow.
31690 \end_layout
31691
31692 \begin_layout Itemize
31693 When text for vertical arrows is inserted between the first and second A
31694  or V, resp., it is placed left beside the arrow.
31695  When it is inserted between the second and third one, it appears right
31696  beside the arrow.
31697  If the text contains an A or V, these letters must be set into a TeX-brace.
31698 \end_layout
31699
31700 \begin_layout Standard
31701 As example a diagram with all possible relations:
31702 \end_layout
31703
31704 \begin_layout Standard
31705 \begin_inset Formula \[
31706 \begin{CD}A@>j>>B@>>k>C@=F\\
31707 @AmAA@.@VV{V}V@|\\
31708 D@<<j<E@>k>>F@=C\end{CD}\]
31709
31710 \end_inset
31711
31712
31713 \end_layout
31714
31715 \begin_layout Standard
31716 The command for this is:
31717 \begin_inset Newline newline
31718 \end_inset
31719
31720
31721 \series bold
31722
31723 \backslash
31724 CD
31725 \begin_inset ERT
31726 status collapsed
31727
31728 \begin_layout Plain Layout
31729
31730
31731 \backslash
31732 spce 
31733 \end_layout
31734
31735 \end_inset
31736
31737 A@>j>>B@>>k>C@=F Ctrl-Enter
31738 \begin_inset Newline newline
31739 \end_inset
31740
31741
31742 \begin_inset ERT
31743 status collapsed
31744
31745 \begin_layout Plain Layout
31746
31747
31748 \backslash
31749 hphantom{
31750 \end_layout
31751
31752 \end_inset
31753
31754
31755 \backslash
31756 CD
31757 \begin_inset ERT
31758 status collapsed
31759
31760 \begin_layout Plain Layout
31761
31762
31763 \backslash
31764 spce 
31765 \end_layout
31766
31767 \end_inset
31768
31769
31770 \begin_inset ERT
31771 status collapsed
31772
31773 \begin_layout Plain Layout
31774
31775 }
31776 \end_layout
31777
31778 \end_inset
31779
31780 @AmAA@.@VV
31781 \backslash
31782 {V
31783 \series default
31784
31785 \begin_inset Formula $\to$
31786 \end_inset
31787
31788
31789 \series bold
31790 V@| Ctrl-Enter
31791 \begin_inset Newline newline
31792 \end_inset
31793
31794
31795 \begin_inset ERT
31796 status collapsed
31797
31798 \begin_layout Plain Layout
31799
31800
31801 \backslash
31802 hphantom{
31803 \end_layout
31804
31805 \end_inset
31806
31807
31808 \backslash
31809 CD
31810 \begin_inset ERT
31811 status collapsed
31812
31813 \begin_layout Plain Layout
31814
31815
31816 \backslash
31817 spce 
31818 \end_layout
31819
31820 \end_inset
31821
31822
31823 \begin_inset ERT
31824 status collapsed
31825
31826 \begin_layout Plain Layout
31827
31828 }
31829 \end_layout
31830
31831 \end_inset
31832
31833 D@<<j<E@>k>>F@=C
31834 \end_layout
31835
31836 \begin_layout Subsection
31837 Xymatrix Diagrams
31838 \begin_inset Index
31839 status collapsed
31840
31841 \begin_layout Plain Layout
31842 Diagrams ! xymatrix
31843 \end_layout
31844
31845 \end_inset
31846
31847
31848 \end_layout
31849
31850 \begin_layout Standard
31851 To be able to use xymatrices, the LaTeX-package 
31852 \series bold
31853 xypic
31854 \series default
31855  must be installed.
31856  A xymatrix is created by inserting the command 
31857 \series bold
31858
31859 \backslash
31860 xymatrix
31861 \series default
31862  in a formula.
31863  Then you are able to add new matrix columns and rows like for normal matrices,
31864  see 
31865 \begin_inset CommandInset ref
31866 LatexCommand ref
31867 reference "sec:Matrices"
31868
31869 \end_inset
31870
31871 .
31872 \end_layout
31873
31874 \begin_layout Standard
31875 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
31876  and much more.
31877  All possibilities to create commutative diagrams and decorations are explained
31878  in detail in this manual: 
31879 \begin_inset CommandInset href
31880 LatexCommand href
31881 target "http://wiki.lyx.org/LyX/XY-pic#xy-manual"
31882
31883 \end_inset
31884
31885 .
31886 \end_layout
31887
31888 \begin_layout Standard
31889 \begin_inset Newpage newpage
31890 \end_inset
31891
31892
31893 \end_layout
31894
31895 \begin_layout Section
31896 Tips
31897 \begin_inset ERT
31898 status collapsed
31899
31900 \begin_layout Plain Layout
31901
31902
31903 \backslash
31904 texorpdfstring{
31905 \end_layout
31906
31907 \end_inset
31908
31909
31910 \begin_inset Foot
31911 status collapsed
31912
31913 \begin_layout Plain Layout
31914 Other useful math tips can be found in 
31915 \begin_inset CommandInset citation
31916 LatexCommand cite
31917 key "Voss"
31918
31919 \end_inset
31920
31921 .
31922 \end_layout
31923
31924 \end_inset
31925
31926
31927 \begin_inset ERT
31928 status collapsed
31929
31930 \begin_layout Plain Layout
31931
31932 }{}
31933 \end_layout
31934
31935 \end_inset
31936
31937
31938 \begin_inset Note Note
31939 status collapsed
31940
31941 \begin_layout Plain Layout
31942
31943 \backslash
31944 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
31945 \end_layout
31946
31947 \begin_layout Plain Layout
31948 More about 
31949 \backslash
31950 texorpdfstring is in section 
31951 \begin_inset CommandInset ref
31952 LatexCommand ref
31953 reference "sub:Formulas-in-Section"
31954
31955 \end_inset
31956
31957 .
31958 \end_layout
31959
31960 \end_inset
31961
31962
31963 \begin_inset Index
31964 status collapsed
31965
31966 \begin_layout Plain Layout
31967 Tips
31968 \end_layout
31969
31970 \end_inset
31971
31972
31973 \begin_inset Index
31974 status collapsed
31975
31976 \begin_layout Plain Layout
31977 Ions|see
31978 \begin_inset ERT
31979 status collapsed
31980
31981 \begin_layout Plain Layout
31982
31983 {
31984 \end_layout
31985
31986 \end_inset
31987
31988 Chemical characters
31989 \begin_inset ERT
31990 status collapsed
31991
31992 \begin_layout Plain Layout
31993
31994 }
31995 \end_layout
31996
31997 \end_inset
31998
31999
32000 \end_layout
32001
32002 \end_inset
32003
32004
32005 \end_layout
32006
32007 \begin_layout Subsection
32008 Chemical Symbols and Equations
32009 \begin_inset CommandInset label
32010 LatexCommand label
32011 name "sub:Chemical-Symbols-and"
32012
32013 \end_inset
32014
32015
32016 \begin_inset Index
32017 status collapsed
32018
32019 \begin_layout Plain Layout
32020 Chemical characters ! Symbols
32021 \end_layout
32022
32023 \end_inset
32024
32025
32026 \begin_inset Index
32027 status collapsed
32028
32029 \begin_layout Plain Layout
32030 Chemical equations
32031 \end_layout
32032
32033 \end_inset
32034
32035
32036 \begin_inset Index
32037 status collapsed
32038
32039 \begin_layout Plain Layout
32040 Symbols ! chemical
32041 \end_layout
32042
32043 \end_inset
32044
32045
32046 \end_layout
32047
32048 \begin_layout Standard
32049 An example text from chemistry:
32050 \end_layout
32051
32052 \begin_layout Quote
32053 The 
32054 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32055 \end_inset
32056
32057 -ion reacts with two 
32058 \begin_inset Formula $\mathrm{Na^{+}}$
32059 \end_inset
32060
32061 -ions to sodium sulfate 
32062 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32063 \end_inset
32064
32065 .
32066  The chemical equation for this is:
32067 \begin_inset Formula \[
32068 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32069
32070 \end_inset
32071
32072
32073 \end_layout
32074
32075 \begin_layout Standard
32076 This chemical equation can directly be created as formula.
32077  To avoid that the symbols appear italic, everything is highlighted and
32078  changed by the shortcut 
32079 \family sans
32080 Alt-c
32081 \begin_inset space ~
32082 \end_inset
32083
32084 r
32085 \family default
32086  to the upright font style.
32087 \begin_inset Foot
32088 status collapsed
32089
32090 \begin_layout Plain Layout
32091 font styles
32092 \series bold
32093  
32094 \series default
32095 see 
32096 \begin_inset CommandInset ref
32097 LatexCommand ref
32098 reference "sub:Font-Styles"
32099
32100 \end_inset
32101
32102
32103 \end_layout
32104
32105 \end_inset
32106
32107
32108 \end_layout
32109
32110 \begin_layout Subsection
32111 Negative Numbers
32112 \begin_inset Index
32113 status collapsed
32114
32115 \begin_layout Plain Layout
32116 Numbers ! negative
32117 \end_layout
32118
32119 \end_inset
32120
32121
32122 \end_layout
32123
32124 \begin_layout Standard
32125 Negative numbers often look ugly in formulas because the minus sign before
32126  the number is set with the same length as the minus operator sign.
32127  When writing the negative number in normal text, the minus sign appears
32128  correctly.
32129 \end_layout
32130
32131 \begin_layout Standard
32132 Thus, the problem disappears when converting the minus sign to mathematical
32133  text.
32134 \end_layout
32135
32136 \begin_layout Standard
32137 An example to visualize the problem:
32138 \end_layout
32139
32140 \begin_layout Standard
32141 \align center
32142 \begin_inset Tabular
32143 <lyxtabular version="3" rows="3" columns="2">
32144 <features>
32145 <column alignment="right" valignment="top" width="0">
32146 <column alignment="left" valignment="top" width="0">
32147 <row>
32148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32149 \begin_inset Text
32150
32151 \begin_layout Plain Layout
32152 normal text:
32153 \end_layout
32154
32155 \end_inset
32156 </cell>
32157 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32158 \begin_inset Text
32159
32160 \begin_layout Plain Layout
32161 x = -2
32162 \end_layout
32163
32164 \end_inset
32165 </cell>
32166 </row>
32167 <row>
32168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32169 \begin_inset Text
32170
32171 \begin_layout Plain Layout
32172 formula:
32173 \end_layout
32174
32175 \end_inset
32176 </cell>
32177 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32178 \begin_inset Text
32179
32180 \begin_layout Plain Layout
32181 \begin_inset Formula $x=-2$
32182 \end_inset
32183
32184
32185 \end_layout
32186
32187 \end_inset
32188 </cell>
32189 </row>
32190 <row>
32191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32192 \begin_inset Text
32193
32194 \begin_layout Plain Layout
32195 solution:
32196 \end_layout
32197
32198 \end_inset
32199 </cell>
32200 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32201 \begin_inset Text
32202
32203 \begin_layout Plain Layout
32204 \begin_inset Formula $x=\textrm{-}2$
32205 \end_inset
32206
32207
32208 \end_layout
32209
32210 \end_inset
32211 </cell>
32212 </row>
32213 </lyxtabular>
32214
32215 \end_inset
32216
32217
32218 \end_layout
32219
32220 \begin_layout Subsection
32221 Comma as decimal Separator
32222 \begin_inset Index
32223 status collapsed
32224
32225 \begin_layout Plain Layout
32226 Comma
32227 \end_layout
32228
32229 \end_inset
32230
32231
32232 \end_layout
32233
32234 \begin_layout Standard
32235 In LaTeX a comma inside a formula is used, according to the English convention,
32236  as number group separator.
32237  So there will be space added behind all commas in formulas.
32238 \end_layout
32239
32240 \begin_layout Standard
32241 To avoid this, the comma is highlighted and changed to mathematical text
32242  (shortcut 
32243 \family sans
32244 Alt-m
32245 \begin_inset space ~
32246 \end_inset
32247
32248 m
32249 \family default
32250 ).
32251 \end_layout
32252
32253 \begin_layout Standard
32254 To use all formula commas in the document as decimal separator, the file
32255  
32256 \series bold
32257 icomma.sty
32258 \series default
32259
32260 \begin_inset Foot
32261 status collapsed
32262
32263 \begin_layout Plain Layout
32264
32265 \series bold
32266 icomma
32267 \series default
32268  is part of the LaTeX-package 
32269 \series bold
32270 was
32271 \series default
32272
32273 \begin_inset Index
32274 status collapsed
32275
32276 \begin_layout Plain Layout
32277 Packages ! was
32278 \begin_inset ERT
32279 status collapsed
32280
32281 \begin_layout Plain Layout
32282
32283
32284 \backslash
32285 vspace{4mm}
32286 \end_layout
32287
32288 \end_inset
32289
32290
32291 \end_layout
32292
32293 \end_inset
32294
32295 .
32296 \end_layout
32297
32298 \end_inset
32299
32300
32301 \begin_inset Index
32302 status collapsed
32303
32304 \begin_layout Plain Layout
32305 Packages ! icomma
32306 \end_layout
32307
32308 \end_inset
32309
32310  is loaded with the LaTeX-preamble line
32311 \end_layout
32312
32313 \begin_layout Standard
32314
32315 \series bold
32316
32317 \backslash
32318 usepackage{icomma}
32319 \end_layout
32320
32321 \begin_layout Subsection
32322 Physical Vectors
32323 \begin_inset CommandInset label
32324 LatexCommand label
32325 name "sub:Physical-Vectors"
32326
32327 \end_inset
32328
32329
32330 \begin_inset Index
32331 status collapsed
32332
32333 \begin_layout Plain Layout
32334 Vectors ! physical
32335 \end_layout
32336
32337 \end_inset
32338
32339
32340 \end_layout
32341
32342 \begin_layout Standard
32343 Predefined vectors are offered by the LaTeX-package 
32344 \series bold
32345 braket
32346 \series default
32347
32348 \begin_inset Foot
32349 status collapsed
32350
32351 \begin_layout Plain Layout
32352
32353 \series bold
32354 braket
32355 \series default
32356  should be part of every LaTeX standard installation.
32357 \end_layout
32358
32359 \end_inset
32360
32361
32362 \begin_inset Index
32363 status collapsed
32364
32365 \begin_layout Plain Layout
32366 Packages ! braket
32367 \end_layout
32368
32369 \end_inset
32370
32371  that is loaded with the LaTeX-preamble line
32372 \end_layout
32373
32374 \begin_layout Standard
32375
32376 \series bold
32377
32378 \backslash
32379 usepackage{braket}
32380 \end_layout
32381
32382 \begin_layout Standard
32383 \begin_inset ERT
32384 status collapsed
32385
32386 \begin_layout Plain Layout
32387
32388
32389 \backslash
32390 ifbraket 
32391 \end_layout
32392
32393 \end_inset
32394
32395
32396 \begin_inset Note Note
32397 status open
32398
32399 \begin_layout Plain Layout
32400 The following table will only be displayed when the LaTeX-package 
32401 \series bold
32402 braket
32403 \series default
32404  is installed.
32405 \end_layout
32406
32407 \end_inset
32408
32409 The following commands are defined:
32410 \end_layout
32411
32412 \begin_layout Standard
32413 \align center
32414 \begin_inset Tabular
32415 <lyxtabular version="3" rows="4" columns="2">
32416 <features>
32417 <column alignment="center" valignment="top" width="0">
32418 <column alignment="center" valignment="top" width="0">
32419 <row>
32420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32421 \begin_inset Text
32422
32423 \begin_layout Plain Layout
32424 Command
32425 \end_layout
32426
32427 \end_inset
32428 </cell>
32429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32430 \begin_inset Text
32431
32432 \begin_layout Plain Layout
32433 Result
32434 \end_layout
32435
32436 \end_inset
32437 </cell>
32438 </row>
32439 <row>
32440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32441 \begin_inset Text
32442
32443 \begin_layout Plain Layout
32444
32445 \backslash
32446 Bra{
32447 \backslash
32448 psi
32449 \end_layout
32450
32451 \end_inset
32452 </cell>
32453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32454 \begin_inset Text
32455
32456 \begin_layout Plain Layout
32457 \begin_inset Formula $\Bra{\psi}$
32458 \end_inset
32459
32460
32461 \end_layout
32462
32463 \end_inset
32464 </cell>
32465 </row>
32466 <row>
32467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32468 \begin_inset Text
32469
32470 \begin_layout Plain Layout
32471
32472 \backslash
32473 Ket{
32474 \backslash
32475 psi
32476 \end_layout
32477
32478 \end_inset
32479 </cell>
32480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32481 \begin_inset Text
32482
32483 \begin_layout Plain Layout
32484 \begin_inset Formula $\Ket{\psi}$
32485 \end_inset
32486
32487
32488 \end_layout
32489
32490 \end_inset
32491 </cell>
32492 </row>
32493 <row>
32494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32495 \begin_inset Text
32496
32497 \begin_layout Plain Layout
32498
32499 \backslash
32500 Braket{
32501 \backslash
32502 psi|
32503 \backslash
32504 phi
32505 \end_layout
32506
32507 \end_inset
32508 </cell>
32509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32510 \begin_inset Text
32511
32512 \begin_layout Plain Layout
32513 \begin_inset Formula $\Braket{\psi|\phi}$
32514 \end_inset
32515
32516
32517 \end_layout
32518
32519 \end_inset
32520 </cell>
32521 </row>
32522 </lyxtabular>
32523
32524 \end_inset
32525
32526
32527 \end_layout
32528
32529 \begin_layout Standard
32530 The command 
32531 \series bold
32532
32533 \backslash
32534 Braket
32535 \series default
32536  assures that all vertical bars are set in the size of the surrounding brackets:
32537 \begin_inset Formula \[
32538 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32539
32540 \end_inset
32541
32542
32543 \begin_inset ERT
32544 status collapsed
32545
32546 \begin_layout Plain Layout
32547
32548
32549 \backslash
32550 else 
32551 \end_layout
32552
32553 \end_inset
32554
32555
32556 \begin_inset Note Note
32557 status open
32558
32559 \begin_layout Plain Layout
32560 The following will be displayed when the LaTeX-package 
32561 \series bold
32562 braket
32563 \series default
32564  is not installed:
32565 \end_layout
32566
32567 \end_inset
32568
32569
32570 \end_layout
32571
32572 \begin_layout Standard
32573 You need to install the LaTeX-package 
32574 \series bold
32575 braket
32576 \series default
32577  to see the rest of this subsection in the output.
32578 \end_layout
32579
32580 \begin_layout Standard
32581 \begin_inset ERT
32582 status collapsed
32583
32584 \begin_layout Plain Layout
32585
32586
32587 \backslash
32588 fi 
32589 \end_layout
32590
32591 \end_inset
32592
32593
32594 \end_layout
32595
32596 \begin_layout Standard
32597 The effect of 
32598 \series bold
32599
32600 \backslash
32601 Braket
32602 \series default
32603  can also be achieved using the command 
32604 \series bold
32605
32606 \backslash
32607 middle
32608 \series default
32609 , that is described in 
32610 \begin_inset CommandInset ref
32611 LatexCommand ref
32612 reference "sub:Automatic-Bracket-Size"
32613
32614 \end_inset
32615
32616 .
32617 \end_layout
32618
32619 \begin_layout Subsection
32620 Self-defined Fractions
32621 \begin_inset CommandInset label
32622 LatexCommand label
32623 name "sub:Self-defined-Fractions"
32624
32625 \end_inset
32626
32627
32628 \begin_inset Index
32629 status collapsed
32630
32631 \begin_layout Plain Layout
32632 Fractions ! self-defined
32633 \end_layout
32634
32635 \end_inset
32636
32637
32638 \end_layout
32639
32640 \begin_layout Standard
32641 To define custom commands for fractions, the command 
32642 \series bold
32643
32644 \backslash
32645 genfrac
32646 \series default
32647
32648 \begin_inset Index
32649 status collapsed
32650
32651 \begin_layout Plain Layout
32652 Commands ! G ! 
32653 \backslash
32654 genfrac
32655 \end_layout
32656
32657 \end_inset
32658
32659  is used in the following scheme:
32660 \end_layout
32661
32662 \begin_layout Standard
32663
32664 \series bold
32665
32666 \backslash
32667 genfrac{left
32668 \series default
32669  
32670 \series bold
32671 bracket}{right
32672 \series default
32673  
32674 \series bold
32675 bracket}{fraction bar thickness}{style}
32676 \begin_inset Newline newline
32677 \end_inset
32678
32679
32680 \begin_inset ERT
32681 status collapsed
32682
32683 \begin_layout Plain Layout
32684
32685
32686 \backslash
32687 phantom{
32688 \end_layout
32689
32690 \end_inset
32691
32692
32693 \backslash
32694 genfrac
32695 \begin_inset ERT
32696 status collapsed
32697
32698 \begin_layout Plain Layout
32699
32700 }
32701 \end_layout
32702
32703 \end_inset
32704
32705 {numerator}{denominator}
32706 \end_layout
32707
32708 \begin_layout Standard
32709 The style is a number in the range of 0
32710 \begin_inset space \thinspace{}
32711 \end_inset
32712
32713 -
32714 \begin_inset space \thinspace{}
32715 \end_inset
32716
32717 3.
32718 \end_layout
32719
32720 \begin_layout Standard
32721 \align center
32722 \begin_inset Tabular
32723 <lyxtabular version="3" rows="5" columns="2">
32724 <features>
32725 <column alignment="center" valignment="top" width="0">
32726 <column alignment="center" valignment="top" width="0">
32727 <row>
32728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32729 \begin_inset Text
32730
32731 \begin_layout Plain Layout
32732 Number
32733 \end_layout
32734
32735 \end_inset
32736 </cell>
32737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32738 \begin_inset Text
32739
32740 \begin_layout Plain Layout
32741 Style (Size)
32742 \end_layout
32743
32744 \end_inset
32745 </cell>
32746 </row>
32747 <row>
32748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32749 \begin_inset Text
32750
32751 \begin_layout Plain Layout
32752 0
32753 \end_layout
32754
32755 \end_inset
32756 </cell>
32757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32758 \begin_inset Text
32759
32760 \begin_layout Plain Layout
32761 display style formula
32762 \end_layout
32763
32764 \end_inset
32765 </cell>
32766 </row>
32767 <row>
32768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32769 \begin_inset Text
32770
32771 \begin_layout Plain Layout
32772 1
32773 \end_layout
32774
32775 \end_inset
32776 </cell>
32777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32778 \begin_inset Text
32779
32780 \begin_layout Plain Layout
32781 inline formula
32782 \end_layout
32783
32784 \end_inset
32785 </cell>
32786 </row>
32787 <row>
32788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32789 \begin_inset Text
32790
32791 \begin_layout Plain Layout
32792 2
32793 \end_layout
32794
32795 \end_inset
32796 </cell>
32797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32798 \begin_inset Text
32799
32800 \begin_layout Plain Layout
32801 small
32802 \end_layout
32803
32804 \end_inset
32805 </cell>
32806 </row>
32807 <row>
32808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32809 \begin_inset Text
32810
32811 \begin_layout Plain Layout
32812 3
32813 \end_layout
32814
32815 \end_inset
32816 </cell>
32817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32818 \begin_inset Text
32819
32820 \begin_layout Plain Layout
32821 tiny
32822 \end_layout
32823
32824 \end_inset
32825 </cell>
32826 </row>
32827 </lyxtabular>
32828
32829 \end_inset
32830
32831
32832 \end_layout
32833
32834 \begin_layout Standard
32835 When no style is given, the size is adjusted to the surrounding environment
32836  like for the command 
32837 \series bold
32838
32839 \backslash
32840 frac
32841 \series default
32842 .
32843 \end_layout
32844
32845 \begin_layout Standard
32846 When no fraction bar thickness is given, the predefined value of 0.4
32847 \begin_inset space \thinspace{}
32848 \end_inset
32849
32850 pt will be used.
32851 \end_layout
32852
32853 \begin_layout Standard
32854 \begin_inset VSpace medskip
32855 \end_inset
32856
32857 For example, the commands 
32858 \series bold
32859
32860 \backslash
32861 dfrac
32862 \series default
32863  and 
32864 \series bold
32865
32866 \backslash
32867 tbinom
32868 \series default
32869  from 
32870 \begin_inset CommandInset ref
32871 LatexCommand ref
32872 reference "sub:Fractions"
32873
32874 \end_inset
32875
32876  are defined with the commands
32877 \end_layout
32878
32879 \begin_layout Standard
32880
32881 \series bold
32882
32883 \backslash
32884 newcommand{
32885 \backslash
32886 dfrac}[2]{
32887 \backslash
32888 genfrac{}{}{}{0}{#1}{#2}}
32889 \end_layout
32890
32891 \begin_layout Standard
32892 and
32893 \end_layout
32894
32895 \begin_layout Standard
32896
32897 \series bold
32898
32899 \backslash
32900 newcommand{
32901 \backslash
32902 tbinom}[2]{
32903 \backslash
32904 genfrac{(}{)}{0pt}{1}{#1}{#2}}
32905 \end_layout
32906
32907 \begin_layout Standard
32908 \begin_inset VSpace medskip
32909 \end_inset
32910
32911 To define a fraction where the fraction bar thickness can be given as optional
32912  argument, the following line is inserted to the LaTeX-preamble:
32913 \end_layout
32914
32915 \begin_layout Standard
32916
32917 \series bold
32918
32919 \backslash
32920 newcommand{
32921 \backslash
32922 fracS}[3][]{
32923 \backslash
32924 genfrac{}{}{#1}{}{#2}{#3}}
32925 \end_layout
32926
32927 \begin_layout Standard
32928 A test:
32929 \begin_inset Formula \begin{align*}
32930 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
32931 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
32932
32933 \end_inset
32934
32935 As one can see, the distance of the numerator and the denominator to the
32936  fraction bar is round about three times the bar thickness.
32937 \end_layout
32938
32939 \begin_layout Subsection
32940 Canceled Formulas
32941 \begin_inset CommandInset label
32942 LatexCommand label
32943 name "sub:Canceled-Formulas"
32944
32945 \end_inset
32946
32947
32948 \begin_inset Index
32949 status collapsed
32950
32951 \begin_layout Plain Layout
32952 Formula ! canceled
32953 \end_layout
32954
32955 \end_inset
32956
32957
32958 \end_layout
32959
32960 \begin_layout Standard
32961 To cancel formulas or formula parts, the LaTeX-package 
32962 \series bold
32963 cancel
32964 \series default
32965
32966 \begin_inset Foot
32967 status collapsed
32968
32969 \begin_layout Plain Layout
32970
32971 \series bold
32972 cancel
32973 \series default
32974  is part of every LaTeX standard installation.
32975 \end_layout
32976
32977 \end_inset
32978
32979
32980 \begin_inset Index
32981 status collapsed
32982
32983 \begin_layout Plain Layout
32984 Packages ! cancel
32985 \end_layout
32986
32987 \end_inset
32988
32989  has to be loaded with the LaTeX-preamble line
32990 \end_layout
32991
32992 \begin_layout Standard
32993
32994 \series bold
32995
32996 \backslash
32997 usepackage[samesize]{cancel}
32998 \end_layout
32999
33000 \begin_layout Standard
33001 There are four ways to cancel formulas:
33002 \end_layout
33003
33004 \begin_layout Standard
33005 \align center
33006 \begin_inset Tabular
33007 <lyxtabular version="3" rows="5" columns="2">
33008 <features>
33009 <column alignment="center" valignment="top" width="0">
33010 <column alignment="center" valignment="top" width="0">
33011 <row>
33012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33013 \begin_inset Text
33014
33015 \begin_layout Plain Layout
33016 Command
33017 \end_layout
33018
33019 \end_inset
33020 </cell>
33021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33022 \begin_inset Text
33023
33024 \begin_layout Plain Layout
33025 Result
33026 \begin_inset Note Note
33027 status collapsed
33028
33029 \begin_layout Plain Layout
33030
33031 \series bold
33032
33033 \backslash
33034 hspace
33035 \series default
33036  and
33037 \series bold
33038  
33039 \backslash
33040 raisebox
33041 \series default
33042  are used here as spacer.
33043 \end_layout
33044
33045 \end_inset
33046
33047
33048 \end_layout
33049
33050 \end_inset
33051 </cell>
33052 </row>
33053 <row>
33054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33055 \begin_inset Text
33056
33057 \begin_layout Plain Layout
33058
33059 \backslash
33060 cancel{
33061 \backslash
33062 int
33063 \begin_inset ERT
33064 status collapsed
33065
33066 \begin_layout Plain Layout
33067
33068
33069 \backslash
33070 spce 
33071 \end_layout
33072
33073 \end_inset
33074
33075 A=B
33076 \end_layout
33077
33078 \end_inset
33079 </cell>
33080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33081 \begin_inset Text
33082
33083 \begin_layout Plain Layout
33084 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33085 \end_inset
33086
33087
33088 \end_layout
33089
33090 \end_inset
33091 </cell>
33092 </row>
33093 <row>
33094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33095 \begin_inset Text
33096
33097 \begin_layout Plain Layout
33098
33099 \backslash
33100 bcancel{
33101 \backslash
33102 int
33103 \begin_inset ERT
33104 status collapsed
33105
33106 \begin_layout Plain Layout
33107
33108
33109 \backslash
33110 spce 
33111 \end_layout
33112
33113 \end_inset
33114
33115 A=B
33116 \end_layout
33117
33118 \end_inset
33119 </cell>
33120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33121 \begin_inset Text
33122
33123 \begin_layout Plain Layout
33124 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33125 \end_inset
33126
33127
33128 \end_layout
33129
33130 \end_inset
33131 </cell>
33132 </row>
33133 <row>
33134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33135 \begin_inset Text
33136
33137 \begin_layout Plain Layout
33138
33139 \backslash
33140 xcancel{
33141 \backslash
33142 int
33143 \begin_inset ERT
33144 status collapsed
33145
33146 \begin_layout Plain Layout
33147
33148
33149 \backslash
33150 spce 
33151 \end_layout
33152
33153 \end_inset
33154
33155 A=B
33156 \end_layout
33157
33158 \end_inset
33159 </cell>
33160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33161 \begin_inset Text
33162
33163 \begin_layout Plain Layout
33164 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33165 \end_inset
33166
33167
33168 \end_layout
33169
33170 \end_inset
33171 </cell>
33172 </row>
33173 <row>
33174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33175 \begin_inset Text
33176
33177 \begin_layout Plain Layout
33178
33179 \backslash
33180 cancelto{1
33181 \begin_inset Formula $\to$
33182 \end_inset
33183
33184
33185 \backslash
33186 {
33187 \backslash
33188 int
33189 \begin_inset ERT
33190 status collapsed
33191
33192 \begin_layout Plain Layout
33193
33194
33195 \backslash
33196 spce 
33197 \end_layout
33198
33199 \end_inset
33200
33201 A=B
33202 \end_layout
33203
33204 \end_inset
33205 </cell>
33206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33207 \begin_inset Text
33208
33209 \begin_layout Plain Layout
33210 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33211 \end_inset
33212
33213
33214 \end_layout
33215
33216 \end_inset
33217 </cell>
33218 </row>
33219 </lyxtabular>
33220
33221 \end_inset
33222
33223
33224 \end_layout
33225
33226 \begin_layout Standard
33227
33228 \series bold
33229
33230 \backslash
33231 cancelto
33232 \series default
33233  is especially suitable to visualize the reduction of fractions within formulas:
33234 \begin_inset Formula \[
33235 \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}}}\]
33236
33237 \end_inset
33238
33239
33240 \end_layout
33241
33242 \begin_layout Subsection
33243 Formulas in Section Headings
33244 \begin_inset CommandInset label
33245 LatexCommand label
33246 name "sub:Formulas-in-Section"
33247
33248 \end_inset
33249
33250
33251 \begin_inset Index
33252 status collapsed
33253
33254 \begin_layout Plain Layout
33255 Formula ! in section headings
33256 \end_layout
33257
33258 \end_inset
33259
33260
33261 \end_layout
33262
33263 \begin_layout Standard
33264 When formulas are used in section headings, the following has to be taken
33265  into account:
33266 \end_layout
33267
33268 \begin_layout Standard
33269 \begin_inset Note Greyedout
33270 status open
33271
33272 \begin_layout Plain Layout
33273 When 
33274 \series bold
33275 hyperref
33276 \series default
33277
33278 \begin_inset Index
33279 status collapsed
33280
33281 \begin_layout Plain Layout
33282 Packages ! hyperref
33283 \end_layout
33284
33285 \end_inset
33286
33287  support is enabled in the document settings dialog under 
33288 \family sans
33289 PDF
33290 \begin_inset space ~
33291 \end_inset
33292
33293 Properties
33294 \family default
33295 , PDF-bookmarks are created for every section heading in the table of contents.
33296  If a section heading contains formulas, they are incorrectly displayed
33297  in the bookmark text, because formulas in bookmarks infringe the PDF convention
33298 s.
33299 \end_layout
33300
33301 \end_inset
33302
33303
33304 \end_layout
33305
33306 \begin_layout Standard
33307 Both problems can be solved by inserting at the end of the section heading
33308  a short title with the menu 
33309 \family sans
33310 Insert\SpecialChar \menuseparator
33311 Short
33312 \begin_inset space ~
33313 \end_inset
33314
33315 Title
33316 \family default
33317 .
33318  Short titles are used as alternative for multiline section headings to
33319  keep the table of contents clearly arranged.
33320  Only the short title appears in the table of contents and therefore also
33321  in the PDF-bookmark.
33322 \end_layout
33323
33324 \begin_layout Standard
33325 When formulas should be used in the table of contents but 
33326 \series bold
33327 hyperref
33328 \series default
33329  is used, one can use the following command in TeX-mode:
33330 \end_layout
33331
33332 \begin_layout Standard
33333
33334 \series bold
33335
33336 \backslash
33337 texorpdfstring{part}{alternative}
33338 \begin_inset Index
33339 status collapsed
33340
33341 \begin_layout Plain Layout
33342 Commands ! T ! 
33343 \backslash
33344 texorpdfstring
33345 \end_layout
33346
33347 \end_inset
33348
33349
33350 \end_layout
33351
33352 \begin_layout Standard
33353 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
33354  This can be characters, formulas, footnotes, but also cross-references.
33355  The alternative is used instead of the part for the bookmark.
33356 \end_layout
33357
33358 \begin_layout Standard
33359 Here are two example headings:
33360 \begin_inset VSpace -3mm
33361 \end_inset
33362
33363
33364 \begin_inset ERT
33365 status collapsed
33366
33367 \begin_layout Plain Layout
33368
33369
33370 \backslash
33371 boldmath 
33372 \end_layout
33373
33374 \end_inset
33375
33376
33377 \end_layout
33378
33379 \begin_layout Subsubsection
33380 Heading without formula in table of contents 
33381 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33382 \end_inset
33383
33384
33385 \begin_inset OptArg
33386 status collapsed
33387
33388 \begin_layout Plain Layout
33389 Heading without formula in table of contents
33390 \end_layout
33391
33392 \end_inset
33393
33394
33395 \end_layout
33396
33397 \begin_layout Subsubsection
33398 Heading with formula in table of contents
33399 \begin_inset ERT
33400 status collapsed
33401
33402 \begin_layout Plain Layout
33403
33404
33405 \backslash
33406 texorpdfstring{
33407 \end_layout
33408
33409 \end_inset
33410
33411  
33412 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33413 \end_inset
33414
33415
33416 \begin_inset ERT
33417 status collapsed
33418
33419 \begin_layout Plain Layout
33420
33421 }{}
33422 \end_layout
33423
33424 \end_inset
33425
33426
33427 \end_layout
33428
33429 \begin_layout Standard
33430 \begin_inset ERT
33431 status collapsed
33432
33433 \begin_layout Plain Layout
33434
33435
33436 \backslash
33437 unboldmath 
33438 \end_layout
33439
33440 \end_inset
33441
33442 In the first heading a short title was used, in the second one 
33443 \series bold
33444
33445 \backslash
33446 texorpdfstring
33447 \series default
33448 .
33449 \end_layout
33450
33451 \begin_layout Standard
33452 To get the same formatting as for the other headings, the complete heading
33453  was set into a 
33454 \series bold
33455 boldmath
33456 \series default
33457  environment
33458 \begin_inset Foot
33459 status collapsed
33460
33461 \begin_layout Plain Layout
33462 see 
33463 \begin_inset CommandInset ref
33464 LatexCommand ref
33465 reference "sub:Bold-Formulas"
33466
33467 \end_inset
33468
33469
33470 \end_layout
33471
33472 \end_inset
33473
33474 .
33475 \end_layout
33476
33477 \begin_layout Subsection
33478 Formulas in multi-column Text
33479 \begin_inset Index
33480 status collapsed
33481
33482 \begin_layout Plain Layout
33483 Formula ! in multi-column text
33484 \end_layout
33485
33486 \end_inset
33487
33488
33489 \end_layout
33490
33491 \begin_layout Standard
33492 Formulas in multi-column text are often too wide to fit into a column and
33493  thus need to be set over the whole page width.
33494  This is done by using the LaTeX-package 
33495 \series bold
33496 multicol
33497 \series default
33498
33499 \begin_inset Foot
33500 status collapsed
33501
33502 \begin_layout Plain Layout
33503
33504 \series bold
33505 multicol
33506 \series default
33507  is part of every LaTeX standard installation.
33508 \end_layout
33509
33510 \end_inset
33511
33512
33513 \begin_inset Index
33514 status collapsed
33515
33516 \begin_layout Plain Layout
33517 Packages ! multicol
33518 \end_layout
33519
33520 \end_inset
33521
33522 , that is loaded with the LaTeX-preamble line
33523 \end_layout
33524
33525 \begin_layout Standard
33526
33527 \series bold
33528
33529 \backslash
33530 usepackage{multicol}
33531 \end_layout
33532
33533 \begin_layout Standard
33534 \begin_inset Note Greyedout
33535 status open
33536
33537 \begin_layout Plain Layout
33538 Note herby that the setting 
33539 \family sans
33540 Two-column
33541 \begin_inset space ~
33542 \end_inset
33543
33544 document
33545 \family default
33546  in the menu 
33547 \family sans
33548 Document\SpecialChar \menuseparator
33549 Settings
33550 \family default
33551  under 
33552 \family sans
33553 Text
33554 \begin_inset space ~
33555 \end_inset
33556
33557 Layout
33558 \family default
33559 \emph on
33560  
33561 \emph default
33562 must 
33563 \emph on
33564 not
33565 \emph default
33566  be selected.
33567 \end_layout
33568
33569 \end_inset
33570
33571
33572 \end_layout
33573
33574 \begin_layout Standard
33575 Before the multi-column text the command
33576 \end_layout
33577
33578 \begin_layout Standard
33579
33580 \series bold
33581
33582 \backslash
33583 begin{multicols}{column number}
33584 \end_layout
33585
33586 \begin_layout Standard
33587 is written in TeX-mode.
33588  The column number is a number in the range of 2
33589 \begin_inset space \thinspace{}
33590 \end_inset
33591
33592 -
33593 \begin_inset space \thinspace{}
33594 \end_inset
33595
33596 10.
33597  Before the formula the multi-column text is ended by inserting the command
33598 \end_layout
33599
33600 \begin_layout Standard
33601
33602 \series bold
33603
33604 \backslash
33605 end{multicols}
33606 \end_layout
33607
33608 \begin_layout Standard
33609 in TeX-mode.
33610 \end_layout
33611
33612 \begin_layout Standard
33613 Due to the command some space is automatically added before the formula.
33614  To revert this, -6
33615 \begin_inset space \thinspace{}
33616 \end_inset
33617
33618 mm vertical space is inserted before the formula.
33619  When the formula style 
33620 \series bold
33621 Indented
33622 \begin_inset Foot
33623 status collapsed
33624
33625 \begin_layout Plain Layout
33626 formula styles see 
33627 \begin_inset CommandInset ref
33628 LatexCommand ref
33629 reference "sec:Formula-Styles"
33630
33631 \end_inset
33632
33633
33634 \end_layout
33635
33636 \end_inset
33637
33638
33639 \series default
33640  is used, -9
33641 \begin_inset space \thinspace{}
33642 \end_inset
33643
33644 mm space is inserted instead.
33645 \end_layout
33646
33647 \begin_layout Standard
33648 As example a multi-column text with a displayed formula:
33649 \end_layout
33650
33651 \begin_layout Standard
33652 \begin_inset ERT
33653 status collapsed
33654
33655 \begin_layout Plain Layout
33656
33657
33658 \backslash
33659 begin{multicols}{2}
33660 \end_layout
33661
33662 \end_inset
33663
33664 Das Spektrum wird fouriertransformiert.
33665  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
33666 , Lösungsmittel) zu trennen.
33667  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
33668  nun das Aussehen des Ausgangssignals.
33669  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
33670  über alle Phasen integrieren muss.
33671  Sei nun 
33672 \begin_inset Formula $S$
33673 \end_inset
33674
33675  unser normiertes Ausgangssignal and 
33676 \begin_inset Formula $P$
33677 \end_inset
33678
33679  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
33680 \begin_inset ERT
33681 status collapsed
33682
33683 \begin_layout Plain Layout
33684
33685
33686 \backslash
33687 end{multicols}
33688 \end_layout
33689
33690 \end_inset
33691
33692
33693 \begin_inset VSpace -6mm
33694 \end_inset
33695
33696
33697 \begin_inset Formula \begin{equation}
33698 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33699
33700 \end_inset
33701
33702
33703 \begin_inset ERT
33704 status collapsed
33705
33706 \begin_layout Plain Layout
33707
33708
33709 \backslash
33710 begin{multicols}{2}
33711 \end_layout
33712
33713 \end_inset
33714
33715 wobei 
33716 \begin_inset Formula $S_{0}$
33717 \end_inset
33718
33719  das Signal ohne Gradient ist and the Normierungsbedingung 
33720 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33721 \end_inset
33722
33723  gilt.
33724  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
33725  Direkt nach the 
33726 \begin_inset Formula $\nicefrac{\pi}{2}$
33727 \end_inset
33728
33729
33730 \begin_inset space \thinspace{}
33731 \end_inset
33732
33733 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
33734  das Signal zusätzlich abschwächt.
33735  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
33736  
33737 \begin_inset Formula $T_{2}$
33738 \end_inset
33739
33740 -Zeit.
33741 \end_layout
33742
33743 \begin_layout Standard
33744 \begin_inset ERT
33745 status collapsed
33746
33747 \begin_layout Plain Layout
33748
33749
33750 \backslash
33751 end{multicols}
33752 \end_layout
33753
33754 \end_inset
33755
33756  
33757 \end_layout
33758
33759 \begin_layout Subsection
33760 Formulas with Description of Variables
33761 \begin_inset Index
33762 status collapsed
33763
33764 \begin_layout Plain Layout
33765 Formula ! with description of variables
33766 \end_layout
33767
33768 \end_inset
33769
33770
33771 \end_layout
33772
33773 \begin_layout Standard
33774 To describe variables within a formula, like in formula 
33775 \begin_inset CommandInset ref
33776 LatexCommand eqref
33777 reference "eq:within"
33778
33779 \end_inset
33780
33781 , a 2
33782 \series bold
33783 ×
33784 \series default
33785
33786 \begin_inset Formula $n$
33787 \end_inset
33788
33789
33790 \begin_inset space ~
33791 \end_inset
33792
33793 matrix is used with left aligned columns for the 
33794 \begin_inset Formula $n$
33795 \end_inset
33796
33797  used variables.
33798 \begin_inset Foot
33799 status collapsed
33800
33801 \begin_layout Plain Layout
33802 matrices see 
33803 \begin_inset CommandInset ref
33804 LatexCommand ref
33805 reference "sec:Matrices"
33806
33807 \end_inset
33808
33809
33810 \end_layout
33811
33812 \end_inset
33813
33814  To set the description in a smaller size, before the matrix e.
33815 \begin_inset space \thinspace{}
33816 \end_inset
33817
33818 g.
33819 \begin_inset space ~
33820 \end_inset
33821
33822 the command 
33823 \series bold
33824
33825 \backslash
33826 footnotesize
33827 \series default
33828  is inserted.
33829 \begin_inset Foot
33830 status collapsed
33831
33832 \begin_layout Plain Layout
33833 font sizes see 
33834 \begin_inset CommandInset ref
33835 LatexCommand ref
33836 reference "sub:Font-Sizes"
33837
33838 \end_inset
33839
33840
33841 \end_layout
33842
33843 \end_inset
33844
33845
33846 \end_layout
33847
33848 \begin_layout Standard
33849 When the formula style 
33850 \series bold
33851 Indented
33852 \begin_inset Foot
33853 status collapsed
33854
33855 \begin_layout Plain Layout
33856 formula styles see 
33857 \begin_inset CommandInset ref
33858 LatexCommand ref
33859 reference "sec:Formula-Styles"
33860
33861 \end_inset
33862
33863
33864 \end_layout
33865
33866 \end_inset
33867
33868
33869 \series default
33870  is used, a 
33871 \series bold
33872
33873 \backslash
33874 hfill
33875 \series default
33876
33877 \begin_inset Foot
33878 status collapsed
33879
33880 \begin_layout Plain Layout
33881
33882 \series bold
33883
33884 \backslash
33885 hfill
33886 \series default
33887  only works in formulas with the style 
33888 \series bold
33889 Indented
33890 \series default
33891 , see 
33892 \begin_inset CommandInset ref
33893 LatexCommand ref
33894 reference "sub:Variable-Space"
33895
33896 \end_inset
33897
33898 .
33899 \end_layout
33900
33901 \end_inset
33902
33903  is inserted before and after the matrix to have the same separation of
33904  the matrix from the equation and the side margin.
33905 \end_layout
33906
33907 \begin_layout Standard
33908 When the formula style 
33909 \series bold
33910 Centered
33911 \series default
33912  is used, the method described in 
33913 \begin_inset CommandInset ref
33914 LatexCommand ref
33915 reference "sub:Flalign-Environment"
33916
33917 \end_inset
33918
33919  is used to indent formulas.
33920  Formula 
33921 \begin_inset CommandInset ref
33922 LatexCommand eqref
33923 reference "eq:within"
33924
33925 \end_inset
33926
33927  consists of five columns whereas in the first two columns contain the equation,
33928  the third the matrix, and the last one an empty TeX-brace.
33929 \begin_inset Formula \begin{flalign}
33930 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
33931 \rho & \textrm{density}\\
33932 V & \textrm{volume}\\
33933 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
33934
33935 \end_inset
33936
33937
33938 \end_layout
33939
33940 \begin_layout Subsection
33941 Upright small Greek Letters
33942 \begin_inset CommandInset label
33943 LatexCommand label
33944 name "sub:Upright-small-Greek"
33945
33946 \end_inset
33947
33948
33949 \begin_inset Index
33950 status collapsed
33951
33952 \begin_layout Plain Layout
33953 Greek letters ! upright
33954 \end_layout
33955
33956 \end_inset
33957
33958
33959 \end_layout
33960
33961 \begin_layout Standard
33962 Most of the math fonts only provide italic small Greek letters.
33963  But for symbols of elementary particles like pions and neutrinos, upright
33964  Greek letters are needed.
33965  The file 
33966 \series bold
33967 upgreek.sty
33968 \series default
33969
33970 \begin_inset Foot
33971 status collapsed
33972
33973 \begin_layout Plain Layout
33974
33975 \series bold
33976 upgreek
33977 \series default
33978  is part of the LaTeX-package 
33979 \series bold
33980 was
33981 \series default
33982
33983 \begin_inset Index
33984 status collapsed
33985
33986 \begin_layout Plain Layout
33987 Packages ! was
33988 \begin_inset ERT
33989 status collapsed
33990
33991 \begin_layout Plain Layout
33992
33993
33994 \backslash
33995 vspace{4mm}
33996 \end_layout
33997
33998 \end_inset
33999
34000
34001 \end_layout
34002
34003 \end_inset
34004
34005 .
34006 \end_layout
34007
34008 \end_inset
34009
34010
34011 \begin_inset Index
34012 status collapsed
34013
34014 \begin_layout Plain Layout
34015 Packages ! upgreek
34016 \end_layout
34017
34018 \end_inset
34019
34020  that is loaded with the LaTeX-preamble line
34021 \end_layout
34022
34023 \begin_layout Standard
34024
34025 \series bold
34026
34027 \backslash
34028 usepackage{upgreek}
34029 \end_layout
34030
34031 \begin_layout Standard
34032 provides them.
34033  
34034 \begin_inset ERT
34035 status collapsed
34036
34037 \begin_layout Plain Layout
34038
34039
34040 \backslash
34041 ifupgreek 
34042 \end_layout
34043
34044 \end_inset
34045
34046
34047 \begin_inset Note Note
34048 status open
34049
34050 \begin_layout Plain Layout
34051 The following table will only be displayed when the LaTeX-package 
34052 \series bold
34053 upgreek
34054 \series default
34055  is installed.
34056 \end_layout
34057
34058 \end_inset
34059
34060  They are created when the command for a small Greek letters is started
34061  with 
34062 \series bold
34063 up
34064 \series default
34065 .
34066  For example the command 
34067 \series bold
34068
34069 \backslash
34070 uptau
34071 \series default
34072  creates this: 
34073 \begin_inset Formula $\uptau$
34074 \end_inset
34075
34076
34077 \end_layout
34078
34079 \begin_layout Standard
34080 With these commands reactions of elementary particles can be typeset:
34081 \begin_inset Formula \[
34082 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
34083
34084 \end_inset
34085
34086
34087 \end_layout
34088
34089 \begin_layout Standard
34090 The upright letters are more bold and wider than the italic ones.
34091  They should therefore not be used for units like 
34092 \begin_inset Quotes eld
34093 \end_inset
34094
34095 µm
34096 \begin_inset Quotes erd
34097 \end_inset
34098
34099 .
34100 \end_layout
34101
34102 \begin_layout Standard
34103 \begin_inset ERT
34104 status collapsed
34105
34106 \begin_layout Plain Layout
34107
34108
34109 \backslash
34110 else 
34111 \end_layout
34112
34113 \end_inset
34114
34115
34116 \begin_inset Note Note
34117 status open
34118
34119 \begin_layout Plain Layout
34120 The following will be displayed when the LaTeX-package 
34121 \series bold
34122 upgreek
34123 \series default
34124  is not installed:
34125 \end_layout
34126
34127 \end_inset
34128
34129
34130 \end_layout
34131
34132 \begin_layout Standard
34133 You need to install the LaTeX-package 
34134 \series bold
34135 upgreek
34136 \series default
34137  to see the rest of this subsection in the output.
34138 \end_layout
34139
34140 \begin_layout Standard
34141 \begin_inset ERT
34142 status collapsed
34143
34144 \begin_layout Plain Layout
34145
34146
34147 \backslash
34148 fi 
34149 \end_layout
34150
34151 \end_inset
34152
34153
34154 \end_layout
34155
34156 \begin_layout Subsection
34157 Text Characters in Formulas
34158 \begin_inset CommandInset label
34159 LatexCommand label
34160 name "sub:Text-Characters-in"
34161
34162 \end_inset
34163
34164
34165 \begin_inset Index
34166 status collapsed
34167
34168 \begin_layout Plain Layout
34169 Text ! in formulas
34170 \end_layout
34171
34172 \end_inset
34173
34174
34175 \end_layout
34176
34177 \begin_layout Standard
34178 In some cases you might want to insert text characters directly into formulas.
34179  When for example the centered dot · is often used in formulas like 
34180 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34181 \end_inset
34182
34183 , one would have to insert the command 
34184 \series bold
34185
34186 \backslash
34187 cdot
34188 \series default
34189
34190 \begin_inset Foot
34191 status collapsed
34192
34193 \begin_layout Plain Layout
34194 see 
34195 \begin_inset CommandInset ref
34196 LatexCommand ref
34197 reference "sub:Binary-Operators"
34198
34199 \end_inset
34200
34201
34202 \end_layout
34203
34204 \end_inset
34205
34206  all the time, because this character is defined in all encodings as text
34207  character.
34208  But the encoding can be changed by this LaTeX-preamble line:
34209 \end_layout
34210
34211 \begin_layout Standard
34212
34213 \series bold
34214
34215 \backslash
34216 Declare Inputtext{183}{
34217 \backslash
34218 ifmmode
34219 \backslash
34220 cdot
34221 \backslash
34222 else
34223 \backslash
34224 textperiodcentered
34225 \backslash
34226 f\SpecialChar \textcompwordmark{}
34227 i}
34228 \end_layout
34229
34230 \begin_layout Standard
34231 The character encoding (menu 
34232 \family sans
34233 Document\SpecialChar \menuseparator
34234 Settings\SpecialChar \menuseparator
34235 Language
34236 \family default
34237 ) specifies what character appears when a keyboard key is pressed.
34238  When the key for the character '·' is pressed, internally the command 
34239 \series bold
34240
34241 \backslash
34242 textperiodcentered
34243 \series default
34244  is used.
34245  But this command is not available in a formula so that you would get LaTeX-erro
34246 rs.
34247  With the changed encoding the right command is chosen automatically, depending
34248  on if the character was inserted into a formula or not.
34249 \end_layout
34250
34251 \begin_layout Standard
34252 The encoding of several characters is saved in definition files.
34253  Fore example the encoding 
34254 \series bold
34255 latin9
34256 \series default
34257  is defined in the file 
34258 \series bold
34259 latin9.def
34260 \series default
34261  that is in the installation folder of LaTeX.
34262  Encodings should only be changed via the LaTeX-preamble and not in the
34263  definition files.
34264  Otherwise own documents could not be edited by other LyX users working
34265  on other computers.
34266 \end_layout
34267
34268 \begin_layout Standard
34269 \begin_inset VSpace medskip
34270 \end_inset
34271
34272 Besides the centered dot, in this document the degree sign ° is defined
34273  with the following LaTeX-preamble line so that it can directly be inserted
34274  to a formula:
34275 \end_layout
34276
34277 \begin_layout Standard
34278
34279 \series bold
34280
34281 \backslash
34282 DeclareInputtext{176}{
34283 \backslash
34284 ifmmode^
34285 \backslash
34286 circ
34287 \backslash
34288 else
34289 \backslash
34290 textdegree
34291 \backslash
34292 f\SpecialChar \textcompwordmark{}
34293 i}
34294 \end_layout
34295
34296 \begin_layout Standard
34297 \begin_inset Newpage newpage
34298 \end_inset
34299
34300
34301 \end_layout
34302
34303 \begin_layout Section
34304 \start_of_appendix
34305 Typographic Advice
34306 \begin_inset Index
34307 status collapsed
34308
34309 \begin_layout Plain Layout
34310 Typographic advice
34311 \end_layout
34312
34313 \end_inset
34314
34315
34316 \end_layout
34317
34318 \begin_layout Standard
34319 This section is a summary of the most important typographic rules, listed
34320  in ISO norms.
34321 \begin_inset Foot
34322 status collapsed
34323
34324 \begin_layout Plain Layout
34325 This collection was partly taken from the German semi-official dictionary
34326  called 
34327 \begin_inset Quotes eld
34328 \end_inset
34329
34330 Duden
34331 \begin_inset Quotes erd
34332 \end_inset
34333
34334  
34335 \begin_inset CommandInset citation
34336 LatexCommand cite
34337 key "Duden"
34338
34339 \end_inset
34340
34341  that lists some of the ISO rules.
34342 \end_layout
34343
34344 \end_inset
34345
34346
34347 \end_layout
34348
34349 \begin_layout Itemize
34350 Physical units are 
34351 \emph on
34352 always
34353 \emph default
34354  set upright
34355 \begin_inset Foot
34356 status collapsed
34357
34358 \begin_layout Plain Layout
34359 done with font styles, see 
34360 \begin_inset CommandInset ref
34361 LatexCommand ref
34362 reference "sub:Font-Styles"
34363
34364 \end_inset
34365
34366
34367 \end_layout
34368
34369 \end_inset
34370
34371 : 30
34372 \begin_inset space \thinspace{}
34373 \end_inset
34374
34375 km/h
34376 \begin_inset Newline newline
34377 \end_inset
34378
34379 Between the value and the unit is the smallest space, see 
34380 \begin_inset CommandInset ref
34381 LatexCommand ref
34382 reference "sub:Predefined-Space"
34383
34384 \end_inset
34385
34386 .
34387 \begin_inset Newline newline
34388 \end_inset
34389
34390 This convention is automatically fulfilled when the command 
34391 \series bold
34392
34393 \backslash
34394 unittwo
34395 \series default
34396  is used.
34397  When it is entered to a formula, two boxes appear.
34398  In the first one the value is inserted, in the second one the unit, and
34399  one gets as above: 
34400 \begin_inset Formula $\unit[30]{km/h}$
34401 \end_inset
34402
34403
34404 \begin_inset space \thinspace{}
34405 \end_inset
34406
34407 .
34408  Note that 
34409 \series bold
34410
34411 \backslash
34412 unittwo
34413 \series default
34414  is not a real LaTeX command but the command 
34415 \series bold
34416
34417 \backslash
34418 unit[value]{unit}
34419 \series default
34420 , therefore you cannot use it in TeX code.
34421 \end_layout
34422
34423 \begin_layout Itemize
34424 Percent and perthousand signs are set like physical units:
34425 \begin_inset Newline newline
34426 \end_inset
34427
34428 1,2
34429 \begin_inset space \thinspace{}
34430 \end_inset
34431
34432 ‰ alcohol in blood
34433 \end_layout
34434
34435 \begin_layout Itemize
34436 The degree sign follows directly on the value: 15°, but not when it is used
34437  in units: 15
34438 \begin_inset space \thinspace{}
34439 \end_inset
34440
34441 °C
34442 \end_layout
34443
34444 \begin_layout Itemize
34445 In numbers with more than four digits the smallest space is inserted before
34446  every third digit to group them: 
34447 \family roman
34448 \series medium
34449 \shape up
34450 \size normal
34451 \emph off
34452 \bar no
34453 \noun off
34454 \color none
34455 18
34456 \begin_inset space \thinspace{}
34457 \end_inset
34458
34459 473
34460 \begin_inset space \thinspace{}
34461 \end_inset
34462
34463 588
34464 \end_layout
34465
34466 \begin_layout Itemize
34467 For dimensions like 120×90×40
34468 \begin_inset space \thinspace{}
34469 \end_inset
34470
34471 cm the multiplication sign 
34472 \begin_inset Quotes eld
34473 \end_inset
34474
34475 ×
34476 \begin_inset Quotes erd
34477 \end_inset
34478
34479  is used.
34480  It is available with the LaTeX-command 
34481 \series bold
34482
34483 \backslash
34484 texttimes
34485 \series default
34486 , but can also directly be inserted with some keyboard definitions.
34487 \end_layout
34488
34489 \begin_layout Itemize
34490 Functions with names consisting of several letters are set upright to avoid
34491  confusions, see 
34492 \begin_inset CommandInset ref
34493 LatexCommand ref
34494 reference "sub:Predefined-Functions"
34495
34496 \end_inset
34497
34498 .
34499 \end_layout
34500
34501 \begin_layout Itemize
34502 Indices consisting of several letters, are set upright: 
34503 \begin_inset Formula $E_{\mathrm{kin}}$
34504 \end_inset
34505
34506
34507 \begin_inset Newline newline
34508 \end_inset
34509
34510 Components of matrices are set italic: 
34511 \begin_inset Formula $\hat{H}_{kl}$
34512 \end_inset
34513
34514
34515 \end_layout
34516
34517 \begin_layout Itemize
34518 The differentiation/integration operator 'd', the Euler's number 'e', and
34519  the imaginary unit 'i' should be set upright, to avoid mixing them up with
34520  other variables.
34521 \end_layout
34522
34523 \begin_layout Standard
34524 \begin_inset Newpage newpage
34525 \end_inset
34526
34527
34528 \end_layout
34529
34530 \begin_layout Section
34531 Synonyms
34532 \begin_inset Index
34533 status collapsed
34534
34535 \begin_layout Plain Layout
34536 Synonyms
34537 \end_layout
34538
34539 \end_inset
34540
34541
34542 \end_layout
34543
34544 \begin_layout Standard
34545 Some characters and symbols can be created with several commands.
34546  Here is a list of the synonym commands:
34547 \end_layout
34548
34549 \begin_layout Standard
34550 \begin_inset VSpace bigskip
34551 \end_inset
34552
34553
34554 \begin_inset space \hfill{}
34555 \end_inset
34556
34557
34558 \begin_inset Tabular
34559 <lyxtabular version="3" rows="12" columns="2">
34560 <features>
34561 <column alignment="center" valignment="top" width="0pt">
34562 <column alignment="center" valignment="top" width="0pt">
34563 <row>
34564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34565 \begin_inset Text
34566
34567 \begin_layout Plain Layout
34568 Command
34569 \end_layout
34570
34571 \end_inset
34572 </cell>
34573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34574 \begin_inset Text
34575
34576 \begin_layout Plain Layout
34577 equivalent to
34578 \begin_inset Note Note
34579 status collapsed
34580
34581 \begin_layout Plain Layout
34582
34583 \series bold
34584
34585 \backslash
34586 raisebox
34587 \series default
34588  is only used as spacer.
34589 \end_layout
34590
34591 \end_inset
34592
34593
34594 \end_layout
34595
34596 \end_inset
34597 </cell>
34598 </row>
34599 <row>
34600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34601 \begin_inset Text
34602
34603 \begin_layout Plain Layout
34604
34605 \backslash
34606 ast
34607 \end_layout
34608
34609 \end_inset
34610 </cell>
34611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34612 \begin_inset Text
34613
34614 \begin_layout Plain Layout
34615 \begin_inset ERT
34616 status collapsed
34617
34618 \begin_layout Plain Layout
34619
34620
34621 \backslash
34622 raisebox{-1.2mm}{
34623 \end_layout
34624
34625 \end_inset
34626
34627 *
34628 \begin_inset ERT
34629 status collapsed
34630
34631 \begin_layout Plain Layout
34632
34633 }
34634 \end_layout
34635
34636 \end_inset
34637
34638
34639 \end_layout
34640
34641 \end_inset
34642 </cell>
34643 </row>
34644 <row>
34645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34646 \begin_inset Text
34647
34648 \begin_layout Plain Layout
34649
34650 \backslash
34651 choose
34652 \end_layout
34653
34654 \end_inset
34655 </cell>
34656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34657 \begin_inset Text
34658
34659 \begin_layout Plain Layout
34660
34661 \backslash
34662 binom
34663 \end_layout
34664
34665 \end_inset
34666 </cell>
34667 </row>
34668 <row>
34669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34670 \begin_inset Text
34671
34672 \begin_layout Plain Layout
34673
34674 \backslash
34675 geq
34676 \end_layout
34677
34678 \end_inset
34679 </cell>
34680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34681 \begin_inset Text
34682
34683 \begin_layout Plain Layout
34684
34685 \backslash
34686 ge
34687 \end_layout
34688
34689 \end_inset
34690 </cell>
34691 </row>
34692 <row>
34693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34694 \begin_inset Text
34695
34696 \begin_layout Plain Layout
34697
34698 \backslash
34699 lbrace
34700 \end_layout
34701
34702 \end_inset
34703 </cell>
34704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34705 \begin_inset Text
34706
34707 \begin_layout Plain Layout
34708 {
34709 \end_layout
34710
34711 \end_inset
34712 </cell>
34713 </row>
34714 <row>
34715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34716 \begin_inset Text
34717
34718 \begin_layout Plain Layout
34719
34720 \backslash
34721 lbracket
34722 \end_layout
34723
34724 \end_inset
34725 </cell>
34726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34727 \begin_inset Text
34728
34729 \begin_layout Plain Layout
34730 [
34731 \end_layout
34732
34733 \end_inset
34734 </cell>
34735 </row>
34736 <row>
34737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34738 \begin_inset Text
34739
34740 \begin_layout Plain Layout
34741
34742 \backslash
34743 leftarrow
34744 \end_layout
34745
34746 \end_inset
34747 </cell>
34748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34749 \begin_inset Text
34750
34751 \begin_layout Plain Layout
34752
34753 \backslash
34754 gets
34755 \end_layout
34756
34757 \end_inset
34758 </cell>
34759 </row>
34760 <row>
34761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34762 \begin_inset Text
34763
34764 \begin_layout Plain Layout
34765
34766 \backslash
34767 leq
34768 \end_layout
34769
34770 \end_inset
34771 </cell>
34772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34773 \begin_inset Text
34774
34775 \begin_layout Plain Layout
34776
34777 \backslash
34778 le
34779 \end_layout
34780
34781 \end_inset
34782 </cell>
34783 </row>
34784 <row>
34785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34786 \begin_inset Text
34787
34788 \begin_layout Plain Layout
34789
34790 \backslash
34791 lor
34792 \end_layout
34793
34794 \end_inset
34795 </cell>
34796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34797 \begin_inset Text
34798
34799 \begin_layout Plain Layout
34800
34801 \backslash
34802 vee
34803 \end_layout
34804
34805 \end_inset
34806 </cell>
34807 </row>
34808 <row>
34809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34810 \begin_inset Text
34811
34812 \begin_layout Plain Layout
34813
34814 \backslash
34815 neq
34816 \end_layout
34817
34818 \end_inset
34819 </cell>
34820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34821 \begin_inset Text
34822
34823 \begin_layout Plain Layout
34824
34825 \backslash
34826 not=
34827 \end_layout
34828
34829 \end_inset
34830 </cell>
34831 </row>
34832 <row>
34833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34834 \begin_inset Text
34835
34836 \begin_layout Plain Layout
34837
34838 \backslash
34839 slash
34840 \end_layout
34841
34842 \end_inset
34843 </cell>
34844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34845 \begin_inset Text
34846
34847 \begin_layout Plain Layout
34848 /
34849 \end_layout
34850
34851 \end_inset
34852 </cell>
34853 </row>
34854 <row>
34855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34856 \begin_inset Text
34857
34858 \begin_layout Plain Layout
34859
34860 \backslash
34861 vert
34862 \end_layout
34863
34864 \end_inset
34865 </cell>
34866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34867 \begin_inset Text
34868
34869 \begin_layout Plain Layout
34870 |
34871 \end_layout
34872
34873 \end_inset
34874 </cell>
34875 </row>
34876 </lyxtabular>
34877
34878 \end_inset
34879
34880
34881 \begin_inset space \hfill{}
34882 \end_inset
34883
34884
34885 \begin_inset Tabular
34886 <lyxtabular version="3" rows="12" columns="2">
34887 <features>
34888 <column alignment="center" valignment="top" width="0pt">
34889 <column alignment="center" valignment="top" width="0pt">
34890 <row>
34891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34892 \begin_inset Text
34893
34894 \begin_layout Plain Layout
34895 Command
34896 \end_layout
34897
34898 \end_inset
34899 </cell>
34900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34901 \begin_inset Text
34902
34903 \begin_layout Plain Layout
34904 equivalent to
34905 \end_layout
34906
34907 \end_inset
34908 </cell>
34909 </row>
34910 <row>
34911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34912 \begin_inset Text
34913
34914 \begin_layout Plain Layout
34915
34916 \backslash
34917 backslash
34918 \end_layout
34919
34920 \end_inset
34921 </cell>
34922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34923 \begin_inset Text
34924
34925 \begin_layout Plain Layout
34926
34927 \backslash
34928
34929 \backslash
34930
34931 \end_layout
34932
34933 \end_inset
34934 </cell>
34935 </row>
34936 <row>
34937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34938 \begin_inset Text
34939
34940 \begin_layout Plain Layout
34941
34942 \backslash
34943 dasharrow
34944 \end_layout
34945
34946 \end_inset
34947 </cell>
34948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34949 \begin_inset Text
34950
34951 \begin_layout Plain Layout
34952
34953 \backslash
34954 dashrightarrow
34955 \end_layout
34956
34957 \end_inset
34958 </cell>
34959 </row>
34960 <row>
34961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34962 \begin_inset Text
34963
34964 \begin_layout Plain Layout
34965
34966 \backslash
34967 land
34968 \end_layout
34969
34970 \end_inset
34971 </cell>
34972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34973 \begin_inset Text
34974
34975 \begin_layout Plain Layout
34976
34977 \backslash
34978 wedge
34979 \end_layout
34980
34981 \end_inset
34982 </cell>
34983 </row>
34984 <row>
34985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34986 \begin_inset Text
34987
34988 \begin_layout Plain Layout
34989
34990 \backslash
34991 rbrace
34992 \end_layout
34993
34994 \end_inset
34995 </cell>
34996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34997 \begin_inset Text
34998
34999 \begin_layout Plain Layout
35000 }
35001 \end_layout
35002
35003 \end_inset
35004 </cell>
35005 </row>
35006 <row>
35007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35008 \begin_inset Text
35009
35010 \begin_layout Plain Layout
35011
35012 \backslash
35013 rbracket
35014 \end_layout
35015
35016 \end_inset
35017 </cell>
35018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35019 \begin_inset Text
35020
35021 \begin_layout Plain Layout
35022 ]
35023 \end_layout
35024
35025 \end_inset
35026 </cell>
35027 </row>
35028 <row>
35029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35030 \begin_inset Text
35031
35032 \begin_layout Plain Layout
35033
35034 \backslash
35035 rightarrow
35036 \end_layout
35037
35038 \end_inset
35039 </cell>
35040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35041 \begin_inset Text
35042
35043 \begin_layout Plain Layout
35044
35045 \backslash
35046 to
35047 \end_layout
35048
35049 \end_inset
35050 </cell>
35051 </row>
35052 <row>
35053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35054 \begin_inset Text
35055
35056 \begin_layout Plain Layout
35057
35058 \backslash
35059 lnot
35060 \end_layout
35061
35062 \end_inset
35063 </cell>
35064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35065 \begin_inset Text
35066
35067 \begin_layout Plain Layout
35068
35069 \backslash
35070 neg
35071 \end_layout
35072
35073 \end_inset
35074 </cell>
35075 </row>
35076 <row>
35077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35078 \begin_inset Text
35079
35080 \begin_layout Plain Layout
35081
35082 \backslash
35083 ne
35084 \end_layout
35085
35086 \end_inset
35087 </cell>
35088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35089 \begin_inset Text
35090
35091 \begin_layout Plain Layout
35092
35093 \backslash
35094 not=
35095 \end_layout
35096
35097 \end_inset
35098 </cell>
35099 </row>
35100 <row>
35101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35102 \begin_inset Text
35103
35104 \begin_layout Plain Layout
35105
35106 \backslash
35107 owns
35108 \end_layout
35109
35110 \end_inset
35111 </cell>
35112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35113 \begin_inset Text
35114
35115 \begin_layout Plain Layout
35116
35117 \backslash
35118 ni
35119 \end_layout
35120
35121 \end_inset
35122 </cell>
35123 </row>
35124 <row>
35125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35126 \begin_inset Text
35127
35128 \begin_layout Plain Layout
35129
35130 \backslash
35131 square
35132 \end_layout
35133
35134 \end_inset
35135 </cell>
35136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35137 \begin_inset Text
35138
35139 \begin_layout Plain Layout
35140
35141 \backslash
35142 Box
35143 \end_layout
35144
35145 \end_inset
35146 </cell>
35147 </row>
35148 <row>
35149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35150 \begin_inset Text
35151
35152 \begin_layout Plain Layout
35153
35154 \backslash
35155 Vert
35156 \end_layout
35157
35158 \end_inset
35159 </cell>
35160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35161 \begin_inset Text
35162
35163 \begin_layout Plain Layout
35164
35165 \backslash
35166 |
35167 \end_layout
35168
35169 \end_inset
35170 </cell>
35171 </row>
35172 </lyxtabular>
35173
35174 \end_inset
35175
35176
35177 \begin_inset space \hfill{}
35178 \end_inset
35179
35180
35181 \end_layout
35182
35183 \begin_layout Standard
35184 \begin_inset Newpage newpage
35185 \end_inset
35186
35187
35188 \end_layout
35189
35190 \begin_layout Bibliography
35191 \begin_inset CommandInset bibitem
35192 LatexCommand bibitem
35193 key "TLC2"
35194
35195 \end_inset
35196
35197
35198 \shape smallcaps
35199 Mittelbach, F.
35200  ; Goossens, M.
35201 \shape default
35202
35203 \shape italic
35204 The LaTeX Companion
35205 \shape default
35206 .
35207  Addison Wesley, 2004
35208 \end_layout
35209
35210 \begin_layout Bibliography
35211 \begin_inset CommandInset bibitem
35212 LatexCommand bibitem
35213 key "Mathmode"
35214
35215 \end_inset
35216
35217
35218 \begin_inset CommandInset href
35219 LatexCommand href
35220 name "Description"
35221 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35222
35223 \end_inset
35224
35225  of LaTeX's math abilities
35226 \end_layout
35227
35228 \begin_layout Bibliography
35229 \begin_inset CommandInset bibitem
35230 LatexCommand bibitem
35231 key "Voss"
35232
35233 \end_inset
35234
35235 LaTeX tips and tricks-
35236 \begin_inset CommandInset href
35237 LatexCommand href
35238 name "page"
35239 target "http://tug.org/TeXnik/"
35240
35241 \end_inset
35242
35243
35244 \end_layout
35245
35246 \begin_layout Bibliography
35247 \begin_inset CommandInset bibitem
35248 LatexCommand bibitem
35249 key "AMS"
35250
35251 \end_inset
35252
35253
35254 \begin_inset CommandInset href
35255 LatexCommand href
35256 name "Description"
35257 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35258
35259 \end_inset
35260
35261  of 
35262 \begin_inset ERT
35263 status collapsed
35264
35265 \begin_layout Plain Layout
35266
35267
35268 \backslash
35269 AmS
35270 \end_layout
35271
35272 \end_inset
35273
35274 -LaTeX
35275 \end_layout
35276
35277 \begin_layout Bibliography
35278 \begin_inset CommandInset bibitem
35279 LatexCommand bibitem
35280 key "Symbole"
35281
35282 \end_inset
35283
35284
35285 \begin_inset CommandInset href
35286 LatexCommand href
35287 name "List"
35288 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35289
35290 \end_inset
35291
35292  of all symbols available with LaTeX-packages
35293 \end_layout
35294
35295 \begin_layout Bibliography
35296 \begin_inset CommandInset bibitem
35297 LatexCommand bibitem
35298 key "hyperref"
35299
35300 \end_inset
35301
35302
35303 \begin_inset CommandInset href
35304 LatexCommand href
35305 name "Documentation"
35306 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35307
35308 \end_inset
35309
35310  of the LaTeX-package 
35311 \series bold
35312 hyperref
35313 \series default
35314
35315 \begin_inset Index
35316 status collapsed
35317
35318 \begin_layout Plain Layout
35319 Packages ! hyperref
35320 \end_layout
35321
35322 \end_inset
35323
35324
35325 \end_layout
35326
35327 \begin_layout Bibliography
35328 \begin_inset CommandInset bibitem
35329 LatexCommand bibitem
35330 key "Mathclap"
35331
35332 \end_inset
35333
35334
35335 \begin_inset CommandInset href
35336 LatexCommand href
35337 name "Description"
35338 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35339
35340 \end_inset
35341
35342  of the command 
35343 \series bold
35344
35345 \backslash
35346 mathclap
35347 \series default
35348 , described in 
35349 \begin_inset CommandInset ref
35350 LatexCommand ref
35351 reference "sub:Operator-Limits"
35352
35353 \end_inset
35354
35355
35356 \begin_inset Index
35357 status collapsed
35358
35359 \begin_layout Plain Layout
35360 Commands ! M ! 
35361 \backslash
35362 mathclap
35363 \end_layout
35364
35365 \end_inset
35366
35367
35368 \end_layout
35369
35370 \begin_layout Bibliography
35371 \begin_inset CommandInset bibitem
35372 LatexCommand bibitem
35373 key "Duden"
35374
35375 \end_inset
35376
35377
35378 \emph on
35379 Duden Band 1
35380 \emph default
35381 .
35382  22.
35383  Auflage, Duden 2001
35384 \end_layout
35385
35386 \begin_layout Subsubsection*
35387 \begin_inset CommandInset index_print
35388 LatexCommand printindex
35389
35390 \end_inset
35391
35392
35393 \end_layout
35394
35395 \end_body
35396 \end_document