]> git.lyx.org Git - features.git/blob - lib/doc/Math.lyx
- Spanish documentation updates by Ignacio
[features.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
12646 \end_inset
12647
12648
12649 \end_layout
12650
12651 \end_inset
12652 </cell>
12653 </row>
12654 <row>
12655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12656 \begin_inset Text
12657
12658 \begin_layout Plain Layout
12659
12660 \backslash
12661 boxed
12662 \begin_inset ERT
12663 status collapsed
12664
12665 \begin_layout Plain Layout
12666
12667
12668 \backslash
12669 spce 
12670 \end_layout
12671
12672 \end_inset
12673
12674
12675 \backslash
12676 int
12677 \begin_inset ERT
12678 status collapsed
12679
12680 \begin_layout Plain Layout
12681
12682
12683 \backslash
12684 spce 
12685 \end_layout
12686
12687 \end_inset
12688
12689 A=B
12690 \end_layout
12691
12692 \end_inset
12693 </cell>
12694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12695 \begin_inset Text
12696
12697 \begin_layout Plain Layout
12698 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12699 \end_inset
12700
12701
12702 \end_layout
12703
12704 \end_inset
12705 </cell>
12706 </row>
12707 <row>
12708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12709 \begin_inset Text
12710
12711 \begin_layout Plain Layout
12712 A+
12713 \backslash
12714 fbox
12715 \begin_inset ERT
12716 status collapsed
12717
12718 \begin_layout Plain Layout
12719
12720
12721 \backslash
12722 spce 
12723 \end_layout
12724
12725 \end_inset
12726
12727 B
12728 \end_layout
12729
12730 \end_inset
12731 </cell>
12732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12733 \begin_inset Text
12734
12735 \begin_layout Plain Layout
12736 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12737 \end_inset
12738
12739
12740 \end_layout
12741
12742 \end_inset
12743 </cell>
12744 </row>
12745 <row>
12746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12747 \begin_inset Text
12748
12749 \begin_layout Plain Layout
12750
12751 \backslash
12752 framebox
12753 \begin_inset ERT
12754 status collapsed
12755
12756 \begin_layout Plain Layout
12757
12758
12759 \backslash
12760 spce 
12761 \end_layout
12762
12763 \end_inset
12764
12765 20mm
12766 \begin_inset Formula $\to$
12767 \end_inset
12768
12769
12770 \begin_inset Formula $\to$
12771 \end_inset
12772
12773
12774 \family sans
12775 Ctrl-m
12776 \family default
12777  
12778 \backslash
12779 frac
12780 \begin_inset ERT
12781 status collapsed
12782
12783 \begin_layout Plain Layout
12784
12785
12786 \backslash
12787 spce 
12788 \end_layout
12789
12790 \end_inset
12791
12792 A
12793 \begin_inset Formula $\downarrow$
12794 \end_inset
12795
12796 B
12797 \end_layout
12798
12799 \end_inset
12800 </cell>
12801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12802 \begin_inset Text
12803
12804 \begin_layout Plain Layout
12805 \begin_inset Formula $\raisebox{6mm}{}$
12806 \end_inset
12807
12808
12809 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12810 \end_inset
12811
12812
12813 \begin_inset Formula $\raisebox{-4mm}{}$
12814 \end_inset
12815
12816
12817 \end_layout
12818
12819 \end_inset
12820 </cell>
12821 </row>
12822 </lyxtabular>
12823
12824 \end_inset
12825
12826
12827 \end_layout
12828
12829 \end_inset
12830
12831
12832 \end_layout
12833
12834 \begin_layout Standard
12835 The frame thickness can also be adjusted.
12836  To do this the following commands have to be inserted in TeX-mode before
12837  the formula
12838 \end_layout
12839
12840 \begin_layout Standard
12841
12842 \series bold
12843
12844 \backslash
12845 fboxrule
12846 \series default
12847  
12848 \series bold
12849
12850 \begin_inset Quotes eld
12851 \end_inset
12852
12853 thickness
12854 \begin_inset Quotes erd
12855 \end_inset
12856
12857
12858 \series default
12859  
12860 \series bold
12861
12862 \backslash
12863 fboxsep
12864 \series default
12865  
12866 \series bold
12867
12868 \begin_inset Quotes eld
12869 \end_inset
12870
12871 distance
12872 \begin_inset Quotes erd
12873 \end_inset
12874
12875
12876 \end_layout
12877
12878 \begin_layout Standard
12879 \begin_inset Quotes eld
12880 \end_inset
12881
12882 distance
12883 \begin_inset Quotes erd
12884 \end_inset
12885
12886  specifies the minimal distance between the frame and the first character
12887  in the box.
12888  An example for this is the following framed formula:
12889 \begin_inset ERT
12890 status collapsed
12891
12892 \begin_layout Plain Layout
12893
12894
12895 \backslash
12896 fboxrule 2mm 
12897 \backslash
12898 fboxsep 3mm
12899 \end_layout
12900
12901 \end_inset
12902
12903
12904 \begin_inset Formula \[
12905 \boxed{A+B=C}\]
12906
12907 \end_inset
12908
12909 Before this formula the commands
12910 \end_layout
12911
12912 \begin_layout Standard
12913
12914 \series bold
12915
12916 \backslash
12917 fboxrule
12918 \series default
12919  
12920 \series bold
12921 2mm
12922 \series default
12923  
12924 \series bold
12925
12926 \backslash
12927 fboxsep
12928 \series default
12929  
12930 \series bold
12931 3mm
12932 \end_layout
12933
12934 \begin_layout Standard
12935 were inserted in TeX-mode.
12936  The given values are used for all following boxes.
12937 \end_layout
12938
12939 \begin_layout Standard
12940 To return to the standard frame size, the command
12941 \end_layout
12942
12943 \begin_layout Standard
12944
12945 \series bold
12946
12947 \backslash
12948 fboxrule
12949 \series default
12950  
12951 \series bold
12952 0.4pt
12953 \series default
12954  
12955 \series bold
12956
12957 \backslash
12958 fboxsep
12959 \series default
12960  
12961 \series bold
12962 3pt
12963 \series default
12964
12965 \begin_inset ERT
12966 status collapsed
12967
12968 \begin_layout Plain Layout
12969
12970
12971 \backslash
12972 fboxrule 0.4pt 
12973 \backslash
12974 fboxsep 3pt
12975 \end_layout
12976
12977 \end_inset
12978
12979
12980 \end_layout
12981
12982 \begin_layout Standard
12983 is inserted in TeX-mode before the next formula.
12984 \end_layout
12985
12986 \begin_layout Subsection
12987 Boxes without Frame
12988 \begin_inset CommandInset label
12989 LatexCommand label
12990 name "sub:Boxes-without-Frame"
12991
12992 \end_inset
12993
12994
12995 \begin_inset Index
12996 status collapsed
12997
12998 \begin_layout Plain Layout
12999 Boxes ! without frame
13000 \end_layout
13001
13002 \end_inset
13003
13004
13005 \end_layout
13006
13007 \begin_layout Standard
13008 For boxes without a frame there are the following box commands: 
13009 \series bold
13010
13011 \backslash
13012 mbox
13013 \series default
13014
13015 \begin_inset Index
13016 status collapsed
13017
13018 \begin_layout Plain Layout
13019 Commands ! M ! 
13020 \backslash
13021 mbox
13022 \end_layout
13023
13024 \end_inset
13025
13026
13027 \series bold
13028
13029 \backslash
13030 makebox
13031 \series default
13032
13033 \begin_inset Index
13034 status collapsed
13035
13036 \begin_layout Plain Layout
13037 Commands ! M ! 
13038 \backslash
13039 makebox
13040 \end_layout
13041
13042 \end_inset
13043
13044 , and 
13045 \series bold
13046
13047 \backslash
13048 raisebox
13049 \series default
13050
13051 \begin_inset Index
13052 status collapsed
13053
13054 \begin_layout Plain Layout
13055 Commands ! R ! 
13056 \backslash
13057 raisebox
13058 \end_layout
13059
13060 \end_inset
13061
13062
13063 \end_layout
13064
13065 \begin_layout Standard
13066 With 
13067 \series bold
13068
13069 \backslash
13070 raisebox
13071 \series default
13072  a box can be super- or subscripted.
13073  But in contrary to normal super- and subscripting, the characters in the
13074  box keep their font size.
13075  
13076 \series bold
13077
13078 \backslash
13079 raisebox
13080 \series default
13081  is used in the following scheme:
13082 \end_layout
13083
13084 \begin_layout Standard
13085
13086 \series bold
13087
13088 \backslash
13089 raisebox{height}{box content}
13090 \end_layout
13091
13092 \begin_layout Standard
13093 When the box should contain a formula, an extra formula is needed like for
13094  
13095 \series bold
13096
13097 \backslash
13098 fbox
13099 \series default
13100 .
13101 \end_layout
13102
13103 \begin_layout Standard
13104 \align center
13105 \begin_inset Tabular
13106 <lyxtabular version="3" rows="4" columns="2">
13107 <features>
13108 <column alignment="center" valignment="top" width="0">
13109 <column alignment="center" valignment="top" width="0">
13110 <row>
13111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13112 \begin_inset Text
13113
13114 \begin_layout Plain Layout
13115 Command
13116 \end_layout
13117
13118 \end_inset
13119 </cell>
13120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13121 \begin_inset Text
13122
13123 \begin_layout Plain Layout
13124 Result
13125 \end_layout
13126
13127 \end_inset
13128 </cell>
13129 </row>
13130 <row>
13131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13132 \begin_inset Text
13133
13134 \begin_layout Plain Layout
13135 H
13136 \backslash
13137 raisebox{2mm
13138 \begin_inset Formula $\to$
13139 \end_inset
13140
13141
13142 \backslash
13143 {al
13144 \begin_inset Formula $\to$
13145 \end_inset
13146
13147  lo
13148 \end_layout
13149
13150 \end_inset
13151 </cell>
13152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13153 \begin_inset Text
13154
13155 \begin_layout Plain Layout
13156 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13157 \end_inset
13158
13159
13160 \end_layout
13161
13162 \end_inset
13163 </cell>
13164 </row>
13165 <row>
13166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13167 \begin_inset Text
13168
13169 \begin_layout Plain Layout
13170 H
13171 \backslash
13172 raisebox{-2mm
13173 \begin_inset Formula $\to$
13174 \end_inset
13175
13176
13177 \backslash
13178 {al
13179 \begin_inset Formula $\to$
13180 \end_inset
13181
13182 lo
13183 \end_layout
13184
13185 \end_inset
13186 </cell>
13187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13188 \begin_inset Text
13189
13190 \begin_layout Plain Layout
13191 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13192 \end_inset
13193
13194
13195 \end_layout
13196
13197 \end_inset
13198 </cell>
13199 </row>
13200 <row>
13201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13202 \begin_inset Text
13203
13204 \begin_layout Plain Layout
13205 A=
13206 \backslash
13207 raisebox{-2mm
13208 \begin_inset Formula $\to$
13209 \end_inset
13210
13211
13212 \backslash
13213 {
13214 \family sans
13215 Ctrl-m
13216 \family default
13217  
13218 \backslash
13219 sqrt
13220 \begin_inset ERT
13221 status collapsed
13222
13223 \begin_layout Plain Layout
13224
13225
13226 \backslash
13227 spce 
13228 \end_layout
13229
13230 \end_inset
13231
13232
13233 \end_layout
13234
13235 \end_inset
13236 </cell>
13237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13238 \begin_inset Text
13239
13240 \begin_layout Plain Layout
13241 \begin_inset ERT
13242 status collapsed
13243
13244 \begin_layout Plain Layout
13245
13246 $A=
13247 \backslash
13248 raisebox{-2mm}{$
13249 \backslash
13250 sqrt{B}$}$
13251 \end_layout
13252
13253 \end_inset
13254
13255
13256 \end_layout
13257
13258 \end_inset
13259 </cell>
13260 </row>
13261 </lyxtabular>
13262
13263 \end_inset
13264
13265
13266 \end_layout
13267
13268 \begin_layout Standard
13269 The last formula can currently only be created using TeX-mode because LyX
13270  inserts a box instead of the needed extra formula.
13271 \begin_inset Foot
13272 status collapsed
13273
13274 \begin_layout Plain Layout
13275 see 
13276 \begin_inset CommandInset href
13277 LatexCommand href
13278 name "LyX-bug #1435"
13279 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13280
13281 \end_inset
13282
13283
13284 \end_layout
13285
13286 \end_inset
13287
13288
13289 \end_layout
13290
13291 \begin_layout Standard
13292 The command 
13293 \series bold
13294
13295 \backslash
13296 mbox
13297 \series default
13298  is equivalent to 
13299 \series bold
13300
13301 \backslash
13302 fbox
13303 \series default
13304  and 
13305 \series bold
13306
13307 \backslash
13308 makebox
13309 \series default
13310  is equivalent to 
13311 \series bold
13312
13313 \backslash
13314 framebox
13315 \series default
13316 , with the difference that there is no frame.
13317 \end_layout
13318
13319 \begin_layout Subsection
13320 Colored Boxes
13321 \begin_inset CommandInset label
13322 LatexCommand label
13323 name "sub:Colored-Boxes"
13324
13325 \end_inset
13326
13327
13328 \begin_inset Index
13329 status collapsed
13330
13331 \begin_layout Plain Layout
13332 Boxes ! colored
13333 \end_layout
13334
13335 \end_inset
13336
13337
13338 \end_layout
13339
13340 \begin_layout Standard
13341 To be able to use all commands explained in this section, the LaTeX-package
13342  
13343 \series bold
13344 color
13345 \series default
13346
13347 \begin_inset Foot
13348 status collapsed
13349
13350 \begin_layout Plain Layout
13351 The LaTeX-package 
13352 \series bold
13353 color
13354 \series default
13355  is part of every LaTeX standard installation.
13356 \end_layout
13357
13358 \end_inset
13359
13360
13361 \begin_inset Index
13362 status collapsed
13363
13364 \begin_layout Plain Layout
13365 Packages ! color
13366 \end_layout
13367
13368 \end_inset
13369
13370  has to be loaded in the LaTeX-preamble with the line
13371 \begin_inset Foot
13372 status collapsed
13373
13374 \begin_layout Plain Layout
13375 When text is colored somewhere in the document with a predefined color,
13376  LyX loads the LaTeX-package 
13377 \series bold
13378 color
13379 \series default
13380  automatically.
13381  Thus it is possible that the package is loaded twice, but this doesn't
13382  arise problems.
13383 \end_layout
13384
13385 \end_inset
13386
13387
13388 \begin_inset Note Note
13389 status collapsed
13390
13391 \begin_layout Plain Layout
13392 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13393 amble.
13394 \end_layout
13395
13396 \end_inset
13397
13398
13399 \end_layout
13400
13401 \begin_layout Standard
13402
13403 \series bold
13404
13405 \backslash
13406 usepackage{color}
13407 \end_layout
13408
13409 \begin_layout Standard
13410 \begin_inset VSpace medskip
13411 \end_inset
13412
13413 To color boxes, the command 
13414 \series bold
13415
13416 \backslash
13417 colorbox
13418 \series default
13419
13420 \begin_inset Index
13421 status collapsed
13422
13423 \begin_layout Plain Layout
13424 Commands ! C ! 
13425 \backslash
13426 colorbox
13427 \end_layout
13428
13429 \end_inset
13430
13431  is used in the following scheme:
13432 \end_layout
13433
13434 \begin_layout Standard
13435
13436 \series bold
13437
13438 \backslash
13439 colorbox{color}{box content}
13440 \end_layout
13441
13442 \begin_layout Standard
13443 The box content can also be a box and a 
13444 \series bold
13445
13446 \backslash
13447 colorbox
13448 \series default
13449  can also be part of another box (see the 2nd and 3rd example).
13450  When the box should contain a formula, an extra formula has to be created,
13451  the same as for 
13452 \series bold
13453
13454 \backslash
13455 fbox
13456 \series default
13457 .
13458 \begin_inset Foot
13459 status collapsed
13460
13461 \begin_layout Plain Layout
13462 This also applies for the command 
13463 \series bold
13464
13465 \backslash
13466 fcolorbox
13467 \series default
13468 .
13469  Thereby note 
13470 \begin_inset CommandInset href
13471 LatexCommand href
13472 name "LyX-bug #1435"
13473 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13474
13475 \end_inset
13476
13477 .
13478 \end_layout
13479
13480 \end_inset
13481
13482
13483 \end_layout
13484
13485 \begin_layout Standard
13486 One of the following predefined colors can be chosen:
13487 \end_layout
13488
13489 \begin_layout Standard
13490
13491 \series bold
13492 black
13493 \series default
13494
13495 \series bold
13496 blue
13497 \series default
13498
13499 \series bold
13500 cyan
13501 \series default
13502
13503 \series bold
13504 green
13505 \series default
13506
13507 \series bold
13508 magenta
13509 \series default
13510
13511 \series bold
13512 red
13513 \series default
13514
13515 \series bold
13516 white
13517 \series default
13518 , and 
13519 \series bold
13520 yellow
13521 \end_layout
13522
13523 \begin_layout Standard
13524 \align center
13525 \begin_inset Tabular
13526 <lyxtabular version="3" rows="4" columns="2">
13527 <features>
13528 <column alignment="center" valignment="top" width="0">
13529 <column alignment="center" valignment="top" width="0">
13530 <row>
13531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13532 \begin_inset Text
13533
13534 \begin_layout Plain Layout
13535 Command
13536 \end_layout
13537
13538 \end_inset
13539 </cell>
13540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13541 \begin_inset Text
13542
13543 \begin_layout Plain Layout
13544 Result
13545 \begin_inset Note Note
13546 status collapsed
13547
13548 \begin_layout Plain Layout
13549
13550 \series bold
13551
13552 \backslash
13553 raisebox
13554 \series default
13555  is only used as spacer.
13556 \end_layout
13557
13558 \end_inset
13559
13560
13561 \end_layout
13562
13563 \end_inset
13564 </cell>
13565 </row>
13566 <row>
13567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13568 \begin_inset Text
13569
13570 \begin_layout Plain Layout
13571
13572 \backslash
13573 colorbox{yellow
13574 \begin_inset Formula $\to$
13575 \end_inset
13576
13577
13578 \backslash
13579 {A=B
13580 \end_layout
13581
13582 \end_inset
13583 </cell>
13584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13585 \begin_inset Text
13586
13587 \begin_layout Plain Layout
13588 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13589 \end_inset
13590
13591
13592 \end_layout
13593
13594 \end_inset
13595 </cell>
13596 </row>
13597 <row>
13598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13599 \begin_inset Text
13600
13601 \begin_layout Plain Layout
13602
13603 \backslash
13604 colorbox{green
13605 \begin_inset Formula $\to$
13606 \end_inset
13607
13608
13609 \backslash
13610 {
13611 \backslash
13612 fbox
13613 \begin_inset ERT
13614 status collapsed
13615
13616 \begin_layout Plain Layout
13617
13618
13619 \backslash
13620 spce 
13621 \end_layout
13622
13623 \end_inset
13624
13625 A=B
13626 \end_layout
13627
13628 \end_inset
13629 </cell>
13630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13631 \begin_inset Text
13632
13633 \begin_layout Plain Layout
13634 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13635 \end_inset
13636
13637
13638 \end_layout
13639
13640 \end_inset
13641 </cell>
13642 </row>
13643 <row>
13644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13645 \begin_inset Text
13646
13647 \begin_layout Plain Layout
13648
13649 \backslash
13650 fbox
13651 \begin_inset ERT
13652 status collapsed
13653
13654 \begin_layout Plain Layout
13655
13656
13657 \backslash
13658 spce 
13659 \end_layout
13660
13661 \end_inset
13662
13663
13664 \backslash
13665 colorbox{green
13666 \begin_inset Formula $\to$
13667 \end_inset
13668
13669
13670 \backslash
13671 {A=B
13672 \end_layout
13673
13674 \end_inset
13675 </cell>
13676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13677 \begin_inset Text
13678
13679 \begin_layout Plain Layout
13680 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13681 \end_inset
13682
13683
13684 \end_layout
13685
13686 \end_inset
13687 </cell>
13688 </row>
13689 </lyxtabular>
13690
13691 \end_inset
13692
13693
13694 \end_layout
13695
13696 \begin_layout Standard
13697
13698 \series bold
13699
13700 \backslash
13701 colorbox
13702 \series default
13703  only colors the box but not the characters in the box.
13704  To color all characters, the whole formula is highlighted and the wanted
13705  color is chosen in the 
13706 \family sans
13707 Text
13708 \begin_inset space ~
13709 \end_inset
13710
13711 Style
13712 \family default
13713  dialog.
13714  The dialog can be called with the toolbar button 
13715 \begin_inset Graphics
13716         filename ../images/dialog-show_character.png
13717         scale 85
13718
13719 \end_inset
13720
13721  or the menu 
13722 \family sans
13723 Edit\SpecialChar \menuseparator
13724 Text
13725 \begin_inset space ~
13726 \end_inset
13727
13728 Style\SpecialChar \menuseparator
13729 Customized
13730 \family default
13731 .
13732  The formula number has then the same color as the formula.
13733  When the formula number should get another color than the formula characters,
13734  the color must be changed within the formula.
13735 \end_layout
13736
13737 \begin_layout Standard
13738 An example:
13739 \end_layout
13740
13741 \begin_layout Standard
13742
13743 \color red
13744 \begin_inset Formula \begin{equation}
13745 \int A=B\label{eq:red}\end{equation}
13746
13747 \end_inset
13748
13749
13750 \color green
13751
13752 \begin_inset Formula \begin{equation}
13753 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13754
13755 \end_inset
13756
13757
13758 \end_layout
13759
13760 \begin_layout Standard
13761 Formula 
13762 \begin_inset CommandInset ref
13763 LatexCommand eqref
13764 reference "eq:red"
13765
13766 \end_inset
13767
13768  is completely colored red.
13769 \begin_inset Newline newline
13770 \end_inset
13771
13772 Formula 
13773 \begin_inset CommandInset ref
13774 LatexCommand eqref
13775 reference "eq:redgreen"
13776
13777 \end_inset
13778
13779  was first completely colored green to set the color for the formula number.
13780  Subsequently the formula characters were colored red.
13781 \end_layout
13782
13783 \begin_layout Standard
13784 \begin_inset VSpace bigskip
13785 \end_inset
13786
13787 To color the frame different than the rest of the box, the command 
13788 \series bold
13789
13790 \backslash
13791 fcolorbox
13792 \series default
13793
13794 \begin_inset Index
13795 status collapsed
13796
13797 \begin_layout Plain Layout
13798 Commands ! F ! 
13799 \backslash
13800 fcolorbox
13801 \end_layout
13802
13803 \end_inset
13804
13805  is used in the following scheme:
13806 \end_layout
13807
13808 \begin_layout Standard
13809
13810 \series bold
13811
13812 \backslash
13813 fcolorbox{frame color}{color}{box content}
13814 \end_layout
13815
13816 \begin_layout Standard
13817 So 
13818 \series bold
13819
13820 \backslash
13821 fcolorbox
13822 \series default
13823  is an extension of the command 
13824 \series bold
13825
13826 \backslash
13827 colorbox
13828 \series default
13829 .
13830  The frame width is set, like for 
13831 \series bold
13832
13833 \backslash
13834 framebox
13835 \series default
13836 , with 
13837 \series bold
13838
13839 \backslash
13840 fboxrule
13841 \series default
13842  and 
13843 \series bold
13844
13845 \backslash
13846 fboxsep
13847 \series default
13848 .
13849  An example:
13850 \begin_inset ERT
13851 status collapsed
13852
13853 \begin_layout Plain Layout
13854
13855
13856 \backslash
13857 fboxrule 1mm 
13858 \backslash
13859 fboxsep 1mm
13860 \end_layout
13861
13862 \end_inset
13863
13864
13865 \begin_inset Formula \[
13866 \fcolorbox{cyan}{magenta}{A=B}\]
13867
13868 \end_inset
13869
13870
13871 \begin_inset ERT
13872 status collapsed
13873
13874 \begin_layout Plain Layout
13875
13876
13877 \backslash
13878 fboxrule 0.4pt 
13879 \backslash
13880 fboxsep 3pt
13881 \end_layout
13882
13883 \end_inset
13884
13885
13886 \end_layout
13887
13888 \begin_layout Standard
13889 This formula was created with the command
13890 \begin_inset Newline newline
13891 \end_inset
13892
13893
13894 \series bold
13895
13896 \backslash
13897 fcolorbox{cyan
13898 \begin_inset Formula $\to$
13899 \end_inset
13900
13901
13902 \backslash
13903 {magenta
13904 \begin_inset Formula $\to$
13905 \end_inset
13906
13907
13908 \backslash
13909 {A=B
13910 \series default
13911 .
13912 \end_layout
13913
13914 \begin_layout Standard
13915 \begin_inset VSpace bigskip
13916 \end_inset
13917
13918 To use other colors than the predefined ones, they have to be defined first.
13919 \end_layout
13920
13921 \begin_layout Standard
13922 One can for example define the color 
13923 \begin_inset Quotes eld
13924 \end_inset
13925
13926
13927 \series bold
13928 darkgreen
13929 \series default
13930
13931 \begin_inset Quotes erd
13932 \end_inset
13933
13934  with the LaTeX-preamble line:
13935 \end_layout
13936
13937 \begin_layout Standard
13938
13939 \series bold
13940
13941 \backslash
13942 definecolor{darkgreen}{cmyk}{0.5,
13943 \series default
13944  
13945 \series bold
13946 0,
13947 \series default
13948  
13949 \series bold
13950 1,
13951 \series default
13952  
13953 \series bold
13954 0.5}
13955 \series default
13956
13957 \begin_inset Index
13958 status collapsed
13959
13960 \begin_layout Plain Layout
13961 Commands ! D ! 
13962 \backslash
13963 definecolor
13964 \end_layout
13965
13966 \end_inset
13967
13968
13969 \end_layout
13970
13971 \begin_layout Standard
13972
13973 \series bold
13974 cmyk
13975 \series default
13976  is the color space that denotes the colors 
13977 \series bold
13978 cyan
13979 \series default
13980
13981 \series bold
13982 magenta
13983 \series default
13984
13985 \series bold
13986 yellow
13987 \series default
13988 , and 
13989 \series bold
13990 black
13991 \series default
13992 .
13993  The four comma separated numbers are the portion factor for the corresponding
13994  colors of the color space.
13995  The factors can be in the range of 0
13996 \begin_inset space \thinspace{}
13997 \end_inset
13998
13999 -
14000 \begin_inset space \thinspace{}
14001 \end_inset
14002
14003 1.
14004  Instead of 
14005 \series bold
14006 cmyk
14007 \series default
14008  also the color space 
14009 \series bold
14010 rgb
14011 \series default
14012  can be used for definitions.
14013  
14014 \series bold
14015 rgb
14016 \series default
14017  denotes 
14018 \series bold
14019 red
14020 \series default
14021
14022 \series bold
14023 green
14024 \series default
14025 , and 
14026 \series bold
14027 blue
14028 \series default
14029 , so that there are in this case three portion factors for the corresponding
14030  colors.
14031  Furthermore there is the color space 
14032 \series bold
14033 gray
14034 \series default
14035  with one portion factor for the gray value.
14036 \end_layout
14037
14038 \begin_layout Standard
14039 As example a framed box with the new defined color 
14040 \series bold
14041 darkgreen
14042 \series default
14043  where the characters have been colored 
14044 \series bold
14045 yellow
14046 \series default
14047 :
14048 \begin_inset Formula \begin{equation}
14049 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14050
14051 \end_inset
14052
14053
14054 \end_layout
14055
14056 \begin_layout Standard
14057 Self-defined colors can also be used for text with the help of the command
14058  
14059 \series bold
14060
14061 \backslash
14062 textcolor
14063 \series default
14064 :
14065 \begin_inset Index
14066 status collapsed
14067
14068 \begin_layout Plain Layout
14069 Text ! colored
14070 \end_layout
14071
14072 \end_inset
14073
14074
14075 \end_layout
14076
14077 \begin_layout Standard
14078 \begin_inset ERT
14079 status collapsed
14080
14081 \begin_layout Plain Layout
14082
14083
14084 \backslash
14085 textcolor{darkgreen}{
14086 \end_layout
14087
14088 \end_inset
14089
14090 This sentence is 
14091 \begin_inset Quotes eld
14092 \end_inset
14093
14094 darkgreen
14095 \begin_inset Quotes erd
14096 \end_inset
14097
14098 .
14099 \begin_inset ERT
14100 status collapsed
14101
14102 \begin_layout Plain Layout
14103
14104 }
14105 \end_layout
14106
14107 \end_inset
14108
14109
14110 \end_layout
14111
14112 \begin_layout Standard
14113
14114 \series bold
14115
14116 \backslash
14117 textcolor
14118 \series default
14119
14120 \begin_inset Index
14121 status collapsed
14122
14123 \begin_layout Plain Layout
14124 Commands ! T ! 
14125 \backslash
14126 textcolor
14127 \end_layout
14128
14129 \end_inset
14130
14131  is used in the scheme 
14132 \series bold
14133
14134 \backslash
14135 textcolor{color}{characters to color}
14136 \series default
14137 .
14138 \end_layout
14139
14140 \begin_layout Subsection
14141 Paragraph Boxes
14142 \begin_inset CommandInset label
14143 LatexCommand label
14144 name "sub:Paragraph-Boxes"
14145
14146 \end_inset
14147
14148
14149 \begin_inset Index
14150 status collapsed
14151
14152 \begin_layout Plain Layout
14153 Boxes ! as paragraph
14154 \end_layout
14155
14156 \end_inset
14157
14158
14159 \end_layout
14160
14161 \begin_layout Standard
14162 A box that can contain several lines and paragraphs, a so called paragraph
14163  box (parbox), can be created with the menu 
14164 \family sans
14165 Insert\SpecialChar \menuseparator
14166 Box
14167 \family default
14168  or the toolbar button 
14169 \begin_inset Graphics
14170         filename ../images/box-insert.png
14171         scale 85
14172
14173 \end_inset
14174
14175 .
14176 \end_layout
14177
14178 \begin_layout Standard
14179 The following example shows a framed parbox in a line:
14180 \end_layout
14181
14182 \begin_layout Standard
14183 \begin_inset VSpace medskip
14184 \end_inset
14185
14186 This is a line 
14187 \begin_inset Box Boxed
14188 position "c"
14189 hor_pos "c"
14190 has_inner_box 1
14191 inner_pos "t"
14192 use_parbox 1
14193 width "5cm"
14194 special "none"
14195 height "1in"
14196 height_special "totalheight"
14197 status open
14198
14199 \begin_layout Plain Layout
14200 This is a paragraph box.
14201  It is exactly 5
14202 \begin_inset space \thinspace{}
14203 \end_inset
14204
14205 cm long and can also contain formulas: 
14206 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14207 \end_inset
14208
14209
14210 \end_layout
14211
14212 \end_inset
14213
14214  with a parbox.
14215 \end_layout
14216
14217 \begin_layout Standard
14218 \begin_inset VSpace medskip
14219 \end_inset
14220
14221
14222 \end_layout
14223
14224 \begin_layout Standard
14225 Such a box is created by right-clicking on the gray box inset.
14226  A dialog pops up showing the box properties.
14227  In our case set: 
14228 \emph on
14229 Decoration
14230 \emph default
14231 : Recangular box, 
14232 \emph on
14233 Inner Box
14234 \emph default
14235 : Parbox, 
14236 \emph on
14237 Width
14238 \emph default
14239 : 5
14240 \begin_inset space \thinspace{}
14241 \end_inset
14242
14243 cm, 
14244 \emph on
14245 Vertical Box Alignment
14246 \emph default
14247 : Middle
14248 \end_layout
14249
14250 \begin_layout Standard
14251 \begin_inset VSpace medskip
14252 \end_inset
14253
14254 In LaTeX a parbox is created with the command 
14255 \series bold
14256
14257 \backslash
14258 parbox
14259 \series default
14260
14261 \begin_inset Index
14262 status collapsed
14263
14264 \begin_layout Plain Layout
14265 Commands ! P ! 
14266 \backslash
14267 parbox
14268 \end_layout
14269
14270 \end_inset
14271
14272  that has the following scheme:
14273 \end_layout
14274
14275 \begin_layout Standard
14276
14277 \series bold
14278
14279 \backslash
14280 parbox[position]{width}{box content}
14281 \end_layout
14282
14283 \begin_layout Standard
14284 The positions 
14285 \emph on
14286 b
14287 \emph default
14288  and 
14289 \emph on
14290 t
14291 \emph default
14292  are possible.
14293  
14294 \emph on
14295 b
14296 \emph default
14297  for bottom means that the box is aligned within the surrounding text with
14298  its last line.
14299  With 
14300 \emph on
14301 t
14302 \emph default
14303  for top this is done with the first line.
14304  When no position is given, the box will be vertically centered, see section
14305  
14306 \emph on
14307 Boxes
14308 \emph default
14309  of the 
14310 \emph on
14311 Embedded
14312 \begin_inset space ~
14313 \end_inset
14314
14315 Objects
14316 \emph default
14317  manual for examples.
14318 \end_layout
14319
14320 \begin_layout Standard
14321 \begin_inset VSpace bigskip
14322 \end_inset
14323
14324 To frame formulas completely, including the formula number, the formula
14325  must be set into a parbox.
14326  To do this, the command 
14327 \series bold
14328
14329 \backslash
14330 fbox{
14331 \backslash
14332 parbox{
14333 \backslash
14334 linewidth-2
14335 \backslash
14336 fboxsep-2
14337 \backslash
14338 fboxrule}{
14339 \series default
14340  is inserted in TeX-mode before the formula.
14341  
14342 \series bold
14343
14344 \backslash
14345 linewidth
14346 \begin_inset Index
14347 status collapsed
14348
14349 \begin_layout Plain Layout
14350 Commands ! L ! 
14351 \backslash
14352 linewidth
14353 \end_layout
14354
14355 \end_inset
14356
14357
14358 \series default
14359  is hereby the line width set for the document.
14360  Because the frame is outside the parbox, 2
14361 \begin_inset space \thinspace{}
14362 \end_inset
14363
14364 times the frame separation and the frame thickness must be subtracted from
14365  the line width.
14366  As this is not automatically done by LyX due to a bug
14367 \begin_inset Foot
14368 status collapsed
14369
14370 \begin_layout Plain Layout
14371 \begin_inset CommandInset href
14372 LatexCommand href
14373 name "LyX-bug #4483"
14374 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14375
14376 \end_inset
14377
14378
14379 \end_layout
14380
14381 \end_inset
14382
14383 , TeX-mode has to be used.
14384  To be able to multiply and subtract in arguments, the LaTeX-package 
14385 \series bold
14386 calc
14387 \series default
14388
14389 \begin_inset Foot
14390 status collapsed
14391
14392 \begin_layout Plain Layout
14393
14394 \series bold
14395 calc
14396 \series default
14397  is part of every LaTeX standard installation.
14398 \end_layout
14399
14400 \end_inset
14401
14402
14403 \begin_inset Index
14404 status collapsed
14405
14406 \begin_layout Plain Layout
14407 Packages ! calc
14408 \end_layout
14409
14410 \end_inset
14411
14412  must be loaded in the LaTeX-preamble with the line
14413 \end_layout
14414
14415 \begin_layout Standard
14416
14417 \series bold
14418
14419 \backslash
14420 usepackage{calc}
14421 \end_layout
14422
14423 \begin_layout Standard
14424 Behind the formula both boxes are closed by entering 
14425 \series bold
14426 }}
14427 \series default
14428  in TeX-mode.
14429  Here is an example:
14430 \begin_inset ERT
14431 status collapsed
14432
14433 \begin_layout Plain Layout
14434
14435
14436 \backslash
14437 fboxsep 5mm 
14438 \backslash
14439 fboxrule 5mm
14440 \end_layout
14441
14442 \end_inset
14443
14444
14445 \end_layout
14446
14447 \begin_layout Standard
14448 \begin_inset ERT
14449 status collapsed
14450
14451 \begin_layout Plain Layout
14452
14453
14454 \backslash
14455 fbox{
14456 \backslash
14457 parbox{
14458 \backslash
14459 linewidth-2
14460 \backslash
14461 fboxsep-2
14462 \backslash
14463 fboxrule}{
14464 \end_layout
14465
14466 \end_inset
14467
14468
14469 \begin_inset Formula \begin{equation}
14470 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14471
14472 \end_inset
14473
14474
14475 \begin_inset ERT
14476 status collapsed
14477
14478 \begin_layout Plain Layout
14479
14480 }}
14481 \end_layout
14482
14483 \end_inset
14484
14485
14486 \begin_inset ERT
14487 status collapsed
14488
14489 \begin_layout Plain Layout
14490
14491
14492 \backslash
14493 fboxrule 0.4pt 
14494 \backslash
14495 fboxsep 3pt
14496 \end_layout
14497
14498 \end_inset
14499
14500
14501 \end_layout
14502
14503 \begin_layout Standard
14504 \begin_inset VSpace medskip
14505 \end_inset
14506
14507 As a parbox is used as argument of 
14508 \series bold
14509
14510 \backslash
14511 fbox
14512 \series default
14513 , there is in this case no difference between 
14514 \series bold
14515
14516 \backslash
14517 fbox
14518 \series default
14519  and 
14520 \series bold
14521
14522 \backslash
14523 boxed
14524 \series default
14525 .
14526 \end_layout
14527
14528 \begin_layout Standard
14529 \begin_inset VSpace bigskip
14530 \end_inset
14531
14532 Paragraph boxes are very useful to comment formulas directly.
14533  To do this, 
14534 \series bold
14535
14536 \backslash
14537 parbox
14538 \series default
14539  is used in combination with the command 
14540 \series bold
14541
14542 \backslash
14543 tag
14544 \series default
14545 .
14546  (more about 
14547 \series bold
14548
14549 \backslash
14550 tag
14551 \series default
14552  see 
14553 \begin_inset CommandInset ref
14554 LatexCommand ref
14555 reference "sub:User-defined-Numbering"
14556
14557 \end_inset
14558
14559 )
14560 \end_layout
14561
14562 \begin_layout Standard
14563 An example of a formula commented with 
14564 \series bold
14565
14566 \backslash
14567 parbox
14568 \series default
14569 :
14570 \end_layout
14571
14572 \begin_layout Standard
14573 \begin_inset ERT
14574 status collapsed
14575
14576 \begin_layout Plain Layout
14577
14578
14579 \backslash
14580 [5x-7b=3b
14581 \backslash
14582 tag*{
14583 \backslash
14584 parbox{5cm}{
14585 \end_layout
14586
14587 \end_inset
14588
14589 This is a description.
14590  It is distinctly separated from the formula and multiline.
14591 \begin_inset ERT
14592 status collapsed
14593
14594 \begin_layout Plain Layout
14595
14596 }}
14597 \backslash
14598 ]
14599 \end_layout
14600
14601 \end_inset
14602
14603
14604 \end_layout
14605
14606 \begin_layout Standard
14607 Such a formula must be inserted completely in TeX-mode because LyX does
14608  not yet support the command 
14609 \series bold
14610
14611 \backslash
14612 parbox
14613 \series default
14614  in formulas.
14615  The formula is created with the following command sequence:
14616 \end_layout
14617
14618 \begin_layout Standard
14619 The command 
14620 \series bold
14621
14622 \backslash
14623 [5x-7b=3b
14624 \backslash
14625 tag*
14626 \backslash
14627 {
14628 \backslash
14629 parbox{5cm}{
14630 \series default
14631  is inserted in TeX-mode.
14632 \begin_inset Foot
14633 status collapsed
14634
14635 \begin_layout Plain Layout
14636 When the formula style 
14637 \series bold
14638 Indented
14639 \series default
14640  is used, 
14641 \series bold
14642
14643 \backslash
14644 tag*
14645 \backslash
14646 {
14647 \series default
14648  can also be replaced by 
14649 \series bold
14650
14651 \backslash
14652 hfill
14653 \series default
14654 .
14655  (formula styles see 
14656 \begin_inset CommandInset ref
14657 LatexCommand ref
14658 reference "sec:Formula-Styles"
14659
14660 \end_inset
14661
14662 )
14663 \end_layout
14664
14665 \end_inset
14666
14667  Then the description follows as normal text, and finally 
14668 \series bold
14669 }}
14670 \backslash
14671 ]
14672 \series default
14673  is inserted in TeX-mode.
14674  The commands 
14675 \series bold
14676
14677 \backslash
14678 [
14679 \series default
14680  and 
14681 \series bold
14682
14683 \backslash
14684 ]
14685 \series default
14686  hereby create a displayed formula.
14687 \end_layout
14688
14689 \begin_layout Standard
14690 The advantages of 
14691 \series bold
14692
14693 \backslash
14694 parbox
14695 \series default
14696  can be seen in this example that was 
14697 \begin_inset Quotes eld
14698 \end_inset
14699
14700 commented
14701 \begin_inset Quotes erd
14702 \end_inset
14703
14704  using the mathematical textmode:
14705 \begin_inset Formula \[
14706 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14707
14708 \end_inset
14709
14710
14711 \end_layout
14712
14713 \begin_layout Section
14714 Operators
14715 \begin_inset Index
14716 status collapsed
14717
14718 \begin_layout Plain Layout
14719 Operators
14720 \end_layout
14721
14722 \end_inset
14723
14724
14725 \end_layout
14726
14727 \begin_layout Subsection
14728 Big Operators
14729 \begin_inset CommandInset label
14730 LatexCommand label
14731 name "sub:Big-Operators"
14732
14733 \end_inset
14734
14735
14736 \begin_inset Index
14737 status collapsed
14738
14739 \begin_layout Plain Layout
14740 Operators ! big
14741 \end_layout
14742
14743 \end_inset
14744
14745
14746 \begin_inset Index
14747 status collapsed
14748
14749 \begin_layout Plain Layout
14750 Sums
14751 \end_layout
14752
14753 \end_inset
14754
14755
14756 \begin_inset Index
14757 status collapsed
14758
14759 \begin_layout Plain Layout
14760 Integrals
14761 \end_layout
14762
14763 \end_inset
14764
14765
14766 \end_layout
14767
14768 \begin_layout Standard
14769 To be able to use all integral operators listed here, the option 
14770 \family sans
14771 Use esint package automatically
14772 \family default
14773  must be set in the document settings under 
14774 \family sans
14775 Math
14776 \begin_inset space ~
14777 \end_inset
14778
14779 Options
14780 \family default
14781 .
14782 \end_layout
14783
14784 \begin_layout Standard
14785 \begin_inset space \hfill{}
14786 \end_inset
14787
14788
14789 \begin_inset Tabular
14790 <lyxtabular version="3" rows="11" columns="2">
14791 <features>
14792 <column alignment="center" valignment="top" width="0pt">
14793 <column alignment="center" valignment="top" width="0pt">
14794 <row>
14795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14796 \begin_inset Text
14797
14798 \begin_layout Plain Layout
14799 Command
14800 \end_layout
14801
14802 \end_inset
14803 </cell>
14804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14805 \begin_inset Text
14806
14807 \begin_layout Plain Layout
14808 Result
14809 \end_layout
14810
14811 \end_inset
14812 </cell>
14813 </row>
14814 <row>
14815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14816 \begin_inset Text
14817
14818 \begin_layout Plain Layout
14819
14820 \backslash
14821 sum
14822 \begin_inset Index
14823 status collapsed
14824
14825 \begin_layout Plain Layout
14826 Commands ! S ! 
14827 \backslash
14828 sum
14829 \end_layout
14830
14831 \end_inset
14832
14833
14834 \end_layout
14835
14836 \end_inset
14837 </cell>
14838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14839 \begin_inset Text
14840
14841 \begin_layout Plain Layout
14842 \begin_inset Formula $\sum$
14843 \end_inset
14844
14845
14846 \end_layout
14847
14848 \end_inset
14849 </cell>
14850 </row>
14851 <row>
14852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14853 \begin_inset Text
14854
14855 \begin_layout Plain Layout
14856
14857 \backslash
14858 int
14859 \begin_inset Index
14860 status collapsed
14861
14862 \begin_layout Plain Layout
14863 Commands ! I ! 
14864 \backslash
14865 int
14866 \end_layout
14867
14868 \end_inset
14869
14870
14871 \end_layout
14872
14873 \end_inset
14874 </cell>
14875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14876 \begin_inset Text
14877
14878 \begin_layout Plain Layout
14879 \begin_inset Formula $\int$
14880 \end_inset
14881
14882
14883 \end_layout
14884
14885 \end_inset
14886 </cell>
14887 </row>
14888 <row>
14889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14890 \begin_inset Text
14891
14892 \begin_layout Plain Layout
14893
14894 \backslash
14895 intop
14896 \end_layout
14897
14898 \end_inset
14899 </cell>
14900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14901 \begin_inset Text
14902
14903 \begin_layout Plain Layout
14904 \begin_inset Formula $\intop$
14905 \end_inset
14906
14907
14908 \end_layout
14909
14910 \end_inset
14911 </cell>
14912 </row>
14913 <row>
14914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14915 \begin_inset Text
14916
14917 \begin_layout Plain Layout
14918
14919 \backslash
14920 oint
14921 \end_layout
14922
14923 \end_inset
14924 </cell>
14925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14926 \begin_inset Text
14927
14928 \begin_layout Plain Layout
14929 \begin_inset Formula $\oint$
14930 \end_inset
14931
14932
14933 \end_layout
14934
14935 \end_inset
14936 </cell>
14937 </row>
14938 <row>
14939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14940 \begin_inset Text
14941
14942 \begin_layout Plain Layout
14943
14944 \backslash
14945 ointop
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954 \begin_inset Formula $\ointop$
14955 \end_inset
14956
14957
14958 \end_layout
14959
14960 \end_inset
14961 </cell>
14962 </row>
14963 <row>
14964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14965 \begin_inset Text
14966
14967 \begin_layout Plain Layout
14968
14969 \backslash
14970 ointctrclockwise
14971 \end_layout
14972
14973 \end_inset
14974 </cell>
14975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14976 \begin_inset Text
14977
14978 \begin_layout Plain Layout
14979 \begin_inset Formula $\ointctrclockwise$
14980 \end_inset
14981
14982
14983 \end_layout
14984
14985 \end_inset
14986 </cell>
14987 </row>
14988 <row>
14989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14990 \begin_inset Text
14991
14992 \begin_layout Plain Layout
14993
14994 \backslash
14995 ointclockwise
14996 \end_layout
14997
14998 \end_inset
14999 </cell>
15000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15001 \begin_inset Text
15002
15003 \begin_layout Plain Layout
15004 \begin_inset Formula $\ointclockwise$
15005 \end_inset
15006
15007
15008 \end_layout
15009
15010 \end_inset
15011 </cell>
15012 </row>
15013 <row>
15014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15015 \begin_inset Text
15016
15017 \begin_layout Plain Layout
15018
15019 \backslash
15020 sqint
15021 \end_layout
15022
15023 \end_inset
15024 </cell>
15025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15026 \begin_inset Text
15027
15028 \begin_layout Plain Layout
15029 \begin_inset Formula $\sqint$
15030 \end_inset
15031
15032
15033 \end_layout
15034
15035 \end_inset
15036 </cell>
15037 </row>
15038 <row>
15039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15040 \begin_inset Text
15041
15042 \begin_layout Plain Layout
15043
15044 \backslash
15045 bigcap
15046 \end_layout
15047
15048 \end_inset
15049 </cell>
15050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15051 \begin_inset Text
15052
15053 \begin_layout Plain Layout
15054 \begin_inset Formula $\bigcap$
15055 \end_inset
15056
15057
15058 \end_layout
15059
15060 \end_inset
15061 </cell>
15062 </row>
15063 <row>
15064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15065 \begin_inset Text
15066
15067 \begin_layout Plain Layout
15068
15069 \backslash
15070 bigcup
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15076 \begin_inset Text
15077
15078 \begin_layout Plain Layout
15079 \begin_inset Formula $\bigcup$
15080 \end_inset
15081
15082
15083 \end_layout
15084
15085 \end_inset
15086 </cell>
15087 </row>
15088 </lyxtabular>
15089
15090 \end_inset
15091
15092
15093 \begin_inset space \hfill{}
15094 \end_inset
15095
15096
15097 \begin_inset Tabular
15098 <lyxtabular version="3" rows="10" columns="2">
15099 <features>
15100 <column alignment="center" valignment="top" width="0pt">
15101 <column alignment="center" valignment="top" width="0pt">
15102 <row>
15103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107 Command
15108 \end_layout
15109
15110 \end_inset
15111 </cell>
15112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116 Result
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 </row>
15122 <row>
15123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15124 \begin_inset Text
15125
15126 \begin_layout Plain Layout
15127
15128 \backslash
15129 prod
15130 \begin_inset Index
15131 status collapsed
15132
15133 \begin_layout Plain Layout
15134 Commands ! P ! 
15135 \backslash
15136 prod
15137 \end_layout
15138
15139 \end_inset
15140
15141
15142 \end_layout
15143
15144 \end_inset
15145 </cell>
15146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15147 \begin_inset Text
15148
15149 \begin_layout Plain Layout
15150 \begin_inset Formula $\prod$
15151 \end_inset
15152
15153
15154 \end_layout
15155
15156 \end_inset
15157 </cell>
15158 </row>
15159 <row>
15160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15161 \begin_inset Text
15162
15163 \begin_layout Plain Layout
15164
15165 \backslash
15166 coprod
15167 \end_layout
15168
15169 \end_inset
15170 </cell>
15171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15172 \begin_inset Text
15173
15174 \begin_layout Plain Layout
15175 \begin_inset Formula $\coprod$
15176 \end_inset
15177
15178
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 </row>
15184 <row>
15185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15186 \begin_inset Text
15187
15188 \begin_layout Plain Layout
15189
15190 \backslash
15191 bigodot
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15197 \begin_inset Text
15198
15199 \begin_layout Plain Layout
15200 \begin_inset Formula $\bigodot$
15201 \end_inset
15202
15203
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 </row>
15209 <row>
15210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15211 \begin_inset Text
15212
15213 \begin_layout Plain Layout
15214
15215 \backslash
15216 bigotimes
15217 \end_layout
15218
15219 \end_inset
15220 </cell>
15221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15222 \begin_inset Text
15223
15224 \begin_layout Plain Layout
15225 \begin_inset Formula $\bigotimes$
15226 \end_inset
15227
15228
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 </row>
15234 <row>
15235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15236 \begin_inset Text
15237
15238 \begin_layout Plain Layout
15239
15240 \backslash
15241 bigoplus
15242 \end_layout
15243
15244 \end_inset
15245 </cell>
15246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15247 \begin_inset Text
15248
15249 \begin_layout Plain Layout
15250 \begin_inset Formula $\bigoplus$
15251 \end_inset
15252
15253
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 </row>
15259 <row>
15260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15261 \begin_inset Text
15262
15263 \begin_layout Plain Layout
15264
15265 \backslash
15266 bigwedge
15267 \end_layout
15268
15269 \end_inset
15270 </cell>
15271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15272 \begin_inset Text
15273
15274 \begin_layout Plain Layout
15275 \begin_inset Formula $\bigwedge$
15276 \end_inset
15277
15278
15279 \end_layout
15280
15281 \end_inset
15282 </cell>
15283 </row>
15284 <row>
15285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15286 \begin_inset Text
15287
15288 \begin_layout Plain Layout
15289
15290 \backslash
15291 bigvee
15292 \end_layout
15293
15294 \end_inset
15295 </cell>
15296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15297 \begin_inset Text
15298
15299 \begin_layout Plain Layout
15300 \begin_inset Formula $\bigvee$
15301 \end_inset
15302
15303
15304 \end_layout
15305
15306 \end_inset
15307 </cell>
15308 </row>
15309 <row>
15310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15311 \begin_inset Text
15312
15313 \begin_layout Plain Layout
15314
15315 \backslash
15316 bigsqcup
15317 \end_layout
15318
15319 \end_inset
15320 </cell>
15321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15322 \begin_inset Text
15323
15324 \begin_layout Plain Layout
15325 \begin_inset Formula $\bigsqcup$
15326 \end_inset
15327
15328
15329 \end_layout
15330
15331 \end_inset
15332 </cell>
15333 </row>
15334 <row>
15335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15336 \begin_inset Text
15337
15338 \begin_layout Plain Layout
15339
15340 \backslash
15341 biguplus
15342 \end_layout
15343
15344 \end_inset
15345 </cell>
15346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15347 \begin_inset Text
15348
15349 \begin_layout Plain Layout
15350 \begin_inset Formula $\biguplus$
15351 \end_inset
15352
15353
15354 \end_layout
15355
15356 \end_inset
15357 </cell>
15358 </row>
15359 </lyxtabular>
15360
15361 \end_inset
15362
15363
15364 \begin_inset space \hfill{}
15365 \end_inset
15366
15367
15368 \end_layout
15369
15370 \begin_layout Standard
15371 All big operators can also be inserted via the math toolbar button 
15372 \begin_inset Graphics
15373         filename ../images/math/intop.png
15374         scale 85
15375
15376 \end_inset
15377
15378 .
15379 \end_layout
15380
15381 \begin_layout Standard
15382 The operators are called big because they are bigger than the sometimes
15383  equal looking binary operators.
15384  All big operators can have limits as described in the next subsection.
15385 \end_layout
15386
15387 \begin_layout Standard
15388 The operators 
15389 \series bold
15390
15391 \backslash
15392 intop
15393 \series default
15394  and 
15395 \series bold
15396
15397 \backslash
15398 ointop
15399 \series default
15400  are different from 
15401 \series bold
15402
15403 \backslash
15404 int
15405 \series default
15406  and 
15407 \series bold
15408
15409 \backslash
15410 oint
15411 \series default
15412 , resp.
15413 \begin_inset space ~
15414 \end_inset
15415
15416 in the style the operator limits are displayed, see 
15417 \begin_inset CommandInset ref
15418 LatexCommand ref
15419 reference "sub:Operator-Limits"
15420
15421 \end_inset
15422
15423 .
15424  
15425 \end_layout
15426
15427 \begin_layout Subsubsection*
15428 Advices for Integrals
15429 \end_layout
15430
15431 \begin_layout Standard
15432 The letter 
15433 \emph on
15434 d
15435 \emph default
15436  in an integral is an operator, that therefore has to be set upright.
15437  This is done by highlighting the 
15438 \emph on
15439 d
15440 \emph default
15441  and using the keyboard shortcut 
15442 \family sans
15443 Alt-c
15444 \begin_inset space ~
15445 \end_inset
15446
15447 r
15448 \family default
15449
15450 \begin_inset Foot
15451 status collapsed
15452
15453 \begin_layout Plain Layout
15454 Font styles
15455 \series bold
15456  
15457 \series default
15458 see 
15459 \begin_inset CommandInset ref
15460 LatexCommand ref
15461 reference "sub:Font-Styles"
15462
15463 \end_inset
15464
15465
15466 \end_layout
15467
15468 \end_inset
15469
15470 .
15471  Finally the smallest space is inserted before the 
15472 \emph on
15473 d
15474 \emph default
15475 , as this is usual for operators.
15476  An example:
15477 \end_layout
15478
15479 \begin_layout Standard
15480 incorrect: 
15481 \begin_inset Formula $\int A(x)dx$
15482 \end_inset
15483
15484
15485 \begin_inset Newline newline
15486 \end_inset
15487
15488
15489 \begin_inset ERT
15490 status collapsed
15491
15492 \begin_layout Plain Layout
15493
15494
15495 \backslash
15496 hphantom{in}
15497 \end_layout
15498
15499 \end_inset
15500
15501 correct: 
15502 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15503 \end_inset
15504
15505
15506 \end_layout
15507
15508 \begin_layout Standard
15509 For multiple integrals there are the following commands:
15510 \begin_inset VSpace medskip
15511 \end_inset
15512
15513
15514 \end_layout
15515
15516 \begin_layout Standard
15517 \begin_inset space \hfill{}
15518 \end_inset
15519
15520
15521 \begin_inset Tabular
15522 <lyxtabular version="3" rows="4" columns="2">
15523 <features>
15524 <column alignment="center" valignment="top" width="0">
15525 <column alignment="center" valignment="top" width="0">
15526 <row>
15527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15528 \begin_inset Text
15529
15530 \begin_layout Plain Layout
15531 Command
15532 \end_layout
15533
15534 \end_inset
15535 </cell>
15536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15537 \begin_inset Text
15538
15539 \begin_layout Plain Layout
15540 Result
15541 \begin_inset Note Note
15542 status collapsed
15543
15544 \begin_layout Plain Layout
15545
15546 \series bold
15547
15548 \backslash
15549 raisebox
15550 \series default
15551  is only used as spacer.
15552 \end_layout
15553
15554 \end_inset
15555
15556
15557 \end_layout
15558
15559 \end_inset
15560 </cell>
15561 </row>
15562 <row>
15563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15564 \begin_inset Text
15565
15566 \begin_layout Plain Layout
15567
15568 \backslash
15569 iint
15570 \end_layout
15571
15572 \end_inset
15573 </cell>
15574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15575 \begin_inset Text
15576
15577 \begin_layout Plain Layout
15578 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15579 \end_inset
15580
15581
15582 \end_layout
15583
15584 \end_inset
15585 </cell>
15586 </row>
15587 <row>
15588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15589 \begin_inset Text
15590
15591 \begin_layout Plain Layout
15592
15593 \backslash
15594 oiint
15595 \end_layout
15596
15597 \end_inset
15598 </cell>
15599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15600 \begin_inset Text
15601
15602 \begin_layout Plain Layout
15603 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15604 \end_inset
15605
15606
15607 \end_layout
15608
15609 \end_inset
15610 </cell>
15611 </row>
15612 <row>
15613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15614 \begin_inset Text
15615
15616 \begin_layout Plain Layout
15617
15618 \backslash
15619 sqiint
15620 \end_layout
15621
15622 \end_inset
15623 </cell>
15624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15625 \begin_inset Text
15626
15627 \begin_layout Plain Layout
15628 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15629 \end_inset
15630
15631
15632 \end_layout
15633
15634 \end_inset
15635 </cell>
15636 </row>
15637 </lyxtabular>
15638
15639 \end_inset
15640
15641
15642 \begin_inset space \hfill{}
15643 \end_inset
15644
15645
15646 \begin_inset Tabular
15647 <lyxtabular version="3" rows="4" columns="2">
15648 <features>
15649 <column alignment="center" valignment="top" width="0">
15650 <column alignment="center" valignment="top" width="0">
15651 <row>
15652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Plain Layout
15656 Command
15657 \end_layout
15658
15659 \end_inset
15660 </cell>
15661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15662 \begin_inset Text
15663
15664 \begin_layout Plain Layout
15665 Result
15666 \end_layout
15667
15668 \end_inset
15669 </cell>
15670 </row>
15671 <row>
15672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15673 \begin_inset Text
15674
15675 \begin_layout Plain Layout
15676
15677 \backslash
15678 iiint
15679 \end_layout
15680
15681 \end_inset
15682 </cell>
15683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15684 \begin_inset Text
15685
15686 \begin_layout Plain Layout
15687 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15688 \end_inset
15689
15690
15691 \end_layout
15692
15693 \end_inset
15694 </cell>
15695 </row>
15696 <row>
15697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15698 \begin_inset Text
15699
15700 \begin_layout Plain Layout
15701
15702 \backslash
15703 iiiint
15704 \end_layout
15705
15706 \end_inset
15707 </cell>
15708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15709 \begin_inset Text
15710
15711 \begin_layout Plain Layout
15712 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15713 \end_inset
15714
15715
15716 \end_layout
15717
15718 \end_inset
15719 </cell>
15720 </row>
15721 <row>
15722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15723 \begin_inset Text
15724
15725 \begin_layout Plain Layout
15726
15727 \backslash
15728 dotsint
15729 \end_layout
15730
15731 \end_inset
15732 </cell>
15733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15734 \begin_inset Text
15735
15736 \begin_layout Plain Layout
15737 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15738 \end_inset
15739
15740
15741 \end_layout
15742
15743 \end_inset
15744 </cell>
15745 </row>
15746 </lyxtabular>
15747
15748 \end_inset
15749
15750
15751 \begin_inset space \hfill{}
15752 \end_inset
15753
15754
15755 \end_layout
15756
15757 \begin_layout Subsection
15758 Operator Limits
15759 \begin_inset CommandInset label
15760 LatexCommand label
15761 name "sub:Operator-Limits"
15762
15763 \end_inset
15764
15765
15766 \begin_inset Index
15767 status collapsed
15768
15769 \begin_layout Plain Layout
15770 Operators ! Limits
15771 \end_layout
15772
15773 \end_inset
15774
15775
15776 \end_layout
15777
15778 \begin_layout Standard
15779 Limits are created by super- and subscripts:
15780 \end_layout
15781
15782 \begin_layout Standard
15783 \align center
15784 \begin_inset Tabular
15785 <lyxtabular version="3" rows="2" columns="2">
15786 <features>
15787 <column alignment="center" valignment="top" width="0pt">
15788 <column alignment="center" valignment="top" width="0pt">
15789 <row>
15790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Plain Layout
15794 Command
15795 \end_layout
15796
15797 \end_inset
15798 </cell>
15799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15800 \begin_inset Text
15801
15802 \begin_layout Plain Layout
15803 Result
15804 \begin_inset Note Note
15805 status collapsed
15806
15807 \begin_layout Plain Layout
15808
15809 \series bold
15810
15811 \backslash
15812 raisebox
15813 \series default
15814  is only used as spacer.
15815 \end_layout
15816
15817 \end_inset
15818
15819
15820 \end_layout
15821
15822 \end_inset
15823 </cell>
15824 </row>
15825 <row>
15826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15827 \begin_inset Text
15828
15829 \begin_layout Plain Layout
15830
15831 \backslash
15832 prod^
15833 \backslash
15834 infty
15835 \begin_inset ERT
15836 status collapsed
15837
15838 \begin_layout Plain Layout
15839
15840
15841 \backslash
15842 spce 
15843 \end_layout
15844
15845 \end_inset
15846
15847
15848 \begin_inset Formula $\to$
15849 \end_inset
15850
15851 _0
15852 \begin_inset Formula $\to$
15853 \end_inset
15854
15855 A(x)
15856 \end_layout
15857
15858 \end_inset
15859 </cell>
15860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15861 \begin_inset Text
15862
15863 \begin_layout Plain Layout
15864 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15865 \end_inset
15866
15867
15868 \end_layout
15869
15870 \end_inset
15871 </cell>
15872 </row>
15873 </lyxtabular>
15874
15875 \end_inset
15876
15877
15878 \end_layout
15879
15880 \begin_layout Standard
15881 Limits of inline formulas are set right beside the operator.
15882  Limits in displayed formulas are set above or below the operator, except
15883  of integral limits.
15884 \end_layout
15885
15886 \begin_layout Standard
15887 To force that the limits are set beside the operator, the cursor is set
15888  directly behind the operator and the limits type is changed with the menu
15889  
15890 \family sans
15891 Edit\SpecialChar \menuseparator
15892 Math\SpecialChar \menuseparator
15893 Change Limits Type
15894 \family default
15895  to 
15896 \family sans
15897 \series bold
15898 Inline
15899 \family default
15900 \series default
15901  (shortcut 
15902 \family sans
15903 Alt-m
15904 \begin_inset space ~
15905 \end_inset
15906
15907 l
15908 \family default
15909 ).
15910  An example:
15911 \end_layout
15912
15913 \begin_layout Standard
15914 The default limits type is this:
15915 \begin_inset Formula \[
15916 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15917
15918 \end_inset
15919
15920 This is how it looks when the limits type was changed to 
15921 \family sans
15922 \series bold
15923 Inline
15924 \family default
15925 \series default
15926 :
15927 \begin_inset Formula \[
15928 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15929
15930 \end_inset
15931
15932 For integrals, except of 
15933 \series bold
15934
15935 \backslash
15936 intop
15937 \series default
15938  and 
15939 \series bold
15940
15941 \backslash
15942 ointop
15943 \series default
15944 , the limits are by default set beside the operator.
15945  But for multiple integrals the limits are often set below the operator.
15946  In the following example the limits type was therefore set to 
15947 \series bold
15948 Display
15949 \series default
15950  and so set below the integrals:
15951 \begin_inset Formula \begin{equation}
15952 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15953
15954 \end_inset
15955
15956
15957 \end_layout
15958
15959 \begin_layout Standard
15960 \begin_inset VSpace medskip
15961 \end_inset
15962
15963 To specify conditions for limits, the commands 
15964 \series bold
15965
15966 \backslash
15967 subarray
15968 \series default
15969
15970 \begin_inset Index
15971 status collapsed
15972
15973 \begin_layout Plain Layout
15974 Commands ! S ! 
15975 \backslash
15976 subarray
15977 \end_layout
15978
15979 \end_inset
15980
15981  and 
15982 \series bold
15983
15984 \backslash
15985 substack
15986 \series default
15987
15988 \begin_inset Index
15989 status collapsed
15990
15991 \begin_layout Plain Layout
15992 Commands ! S ! 
15993 \backslash
15994 substack
15995 \end_layout
15996
15997 \end_inset
15998
15999  are used.
16000  To create for example this expression 
16001 \begin_inset Formula \begin{equation}
16002 \sum_{\begin{subarray}{c}
16003 0<k<1000\\
16004 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16005
16006 \end_inset
16007
16008
16009 \end_layout
16010
16011 \begin_layout Standard
16012 the following has to be done:
16013 \begin_inset Newline newline
16014 \end_inset
16015
16016 First the command 
16017 \series bold
16018
16019 \backslash
16020 sum
16021 \series default
16022 ^
16023 \series bold
16024 n
16025 \begin_inset ERT
16026 status collapsed
16027
16028 \begin_layout Plain Layout
16029
16030
16031 \backslash
16032 spce 
16033 \end_layout
16034
16035 \end_inset
16036
16037 _
16038 \series default
16039  is typed in.
16040  One is now in a blue box under the summation operator and insert there
16041  the command 
16042 \series bold
16043
16044 \backslash
16045 subarray
16046 \begin_inset ERT
16047 status collapsed
16048
16049 \begin_layout Plain Layout
16050
16051
16052 \backslash
16053 spce 
16054 \end_layout
16055
16056 \end_inset
16057
16058
16059 \series default
16060 .
16061  The blue box is now within a purple box and now several lines can be written
16062  among each other.
16063  A new line is created by inserting a line break (
16064 \family sans
16065 Ctrl-Return
16066 \family default
16067 ).
16068  When now
16069 \begin_inset Newline newline
16070 \end_inset
16071
16072
16073 \series bold
16074 0<k<1000 Ctrl-Return
16075 \begin_inset Newline newline
16076 \end_inset
16077
16078
16079 \series default
16080 is typed in, a new box appears below for the new line.
16081 \end_layout
16082
16083 \begin_layout Standard
16084 The alignment of the lines can be changed to left aligned with the 
16085 \family sans
16086 table
16087 \family default
16088  
16089 \family sans
16090 toolbar
16091 \family default
16092  or the menu 
16093 \family sans
16094 Edit\SpecialChar \menuseparator
16095 Rows &Columns
16096 \family default
16097 .
16098  To get right alignment, 
16099 \series bold
16100
16101 \backslash
16102 hfill
16103 \begin_inset ERT
16104 status collapsed
16105
16106 \begin_layout Plain Layout
16107
16108
16109 \backslash
16110 spce 
16111 \end_layout
16112
16113 \end_inset
16114
16115
16116 \series default
16117  is inserted at the beginning of the line.
16118 \end_layout
16119
16120 \begin_layout Standard
16121 The command 
16122 \series bold
16123
16124 \backslash
16125 substack
16126 \series default
16127  is equivalent to 
16128 \series bold
16129
16130 \backslash
16131 subarray
16132 \series default
16133  with the difference that the lines are always centered.
16134 \end_layout
16135
16136 \begin_layout Standard
16137 \begin_inset VSpace bigskip
16138 \end_inset
16139
16140 Like in formula 
16141 \begin_inset CommandInset ref
16142 LatexCommand eqref
16143 reference "eq:substack"
16144
16145 \end_inset
16146
16147  there can be too much space beside an operator, because the characters
16148  following the operator are set beside the limits.
16149 \end_layout
16150
16151 \begin_layout Standard
16152 To avoid this, the following macro can be used in the LaTeX-preamble:
16153 \end_layout
16154
16155 \begin_layout Standard
16156
16157 \series bold
16158
16159 \backslash
16160 def
16161 \backslash
16162 clap#1{
16163 \backslash
16164 hbox to 0pt{
16165 \backslash
16166 hss #1
16167 \backslash
16168 hss}}
16169 \begin_inset Newline newline
16170 \end_inset
16171
16172
16173 \backslash
16174 def
16175 \backslash
16176 mathclap {
16177 \backslash
16178 mathpalette 
16179 \backslash
16180 mathclapinternal}
16181 \begin_inset Newline newline
16182 \end_inset
16183
16184
16185 \backslash
16186 def
16187 \backslash
16188 mathclapinternal #1#2{
16189 \backslash
16190 clap{$
16191 \backslash
16192 mathsurround =0pt #1{#2}$}}
16193 \end_layout
16194
16195 \begin_layout Standard
16196 This defines the command 
16197 \series bold
16198
16199 \backslash
16200 mathclap
16201 \series default
16202
16203 \begin_inset Index
16204 status collapsed
16205
16206 \begin_layout Plain Layout
16207 Commands ! M ! 
16208 \backslash
16209 mathclap
16210 \end_layout
16211
16212 \end_inset
16213
16214  that sets the width of the limit to 0
16215 \begin_inset space \thinspace{}
16216 \end_inset
16217
16218 pt.
16219  The command scheme is
16220 \end_layout
16221
16222 \begin_layout Standard
16223
16224 \series bold
16225
16226 \backslash
16227 mathclap{limit}
16228 \end_layout
16229
16230 \begin_layout Standard
16231 where the limit can consist of several conditions.
16232 \end_layout
16233
16234 \begin_layout Standard
16235 Applied on formula 
16236 \begin_inset CommandInset ref
16237 LatexCommand eqref
16238 reference "eq:substack"
16239
16240 \end_inset
16241
16242 , one uses the command
16243 \end_layout
16244
16245 \begin_layout Standard
16246
16247 \series bold
16248
16249 \backslash
16250 sum_
16251 \backslash
16252 mathclap{
16253 \backslash
16254 substack
16255 \begin_inset ERT
16256 status collapsed
16257
16258 \begin_layout Plain Layout
16259
16260
16261 \backslash
16262 spce 
16263 \end_layout
16264
16265 \end_inset
16266
16267 0<k<1000 Ctrl-Enter
16268 \end_layout
16269
16270 \begin_layout Standard
16271 to create the lower limit.
16272  The summand is now directly behind the summation operator:
16273 \begin_inset Formula \[
16274 \sum_{\mathclap{\substack{0<k<1000\\
16275 \\k\,\in\,\mathbb{N}}
16276 }}^{n}k^{-2}\]
16277
16278 \end_inset
16279
16280
16281 \end_layout
16282
16283 \begin_layout Standard
16284 \begin_inset VSpace bigskip
16285 \end_inset
16286
16287 How to use one limit for several operators is described in 
16288 \begin_inset CommandInset ref
16289 LatexCommand ref
16290 reference "sub:Self-defined-Operators"
16291
16292 \end_inset
16293
16294 .
16295 \end_layout
16296
16297 \begin_layout Standard
16298 \begin_inset Newpage newpage
16299 \end_inset
16300
16301
16302 \end_layout
16303
16304 \begin_layout Subsection
16305 Binary Operators
16306 \begin_inset CommandInset label
16307 LatexCommand label
16308 name "sub:Binary-Operators"
16309
16310 \end_inset
16311
16312
16313 \begin_inset Index
16314 status collapsed
16315
16316 \begin_layout Plain Layout
16317 Operators ! binary
16318 \end_layout
16319
16320 \end_inset
16321
16322
16323 \end_layout
16324
16325 \begin_layout Standard
16326 Binary operators are surrounded by space when there is a character before
16327  and behind them.
16328 \begin_inset VSpace medskip
16329 \end_inset
16330
16331
16332 \end_layout
16333
16334 \begin_layout Standard
16335 \begin_inset space \hfill{}
16336 \end_inset
16337
16338
16339 \begin_inset Tabular
16340 <lyxtabular version="3" rows="13" columns="2">
16341 <features>
16342 <column alignment="center" valignment="top" width="0pt">
16343 <column alignment="center" valignment="top" width="0pt">
16344 <row>
16345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16346 \begin_inset Text
16347
16348 \begin_layout Plain Layout
16349 Command
16350 \begin_inset Note Note
16351 status collapsed
16352
16353 \begin_layout Plain Layout
16354
16355 \series bold
16356
16357 \backslash
16358 raisebox
16359 \series default
16360  is only used as spacer.
16361 \end_layout
16362
16363 \end_inset
16364
16365
16366 \end_layout
16367
16368 \end_inset
16369 </cell>
16370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16371 \begin_inset Text
16372
16373 \begin_layout Plain Layout
16374 Result
16375 \end_layout
16376
16377 \end_inset
16378 </cell>
16379 </row>
16380 <row>
16381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16382 \begin_inset Text
16383
16384 \begin_layout Plain Layout
16385 +
16386 \end_layout
16387
16388 \end_inset
16389 </cell>
16390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16391 \begin_inset Text
16392
16393 \begin_layout Plain Layout
16394 \begin_inset Formula $+$
16395 \end_inset
16396
16397
16398 \end_layout
16399
16400 \end_inset
16401 </cell>
16402 </row>
16403 <row>
16404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16405 \begin_inset Text
16406
16407 \begin_layout Plain Layout
16408 -
16409 \end_layout
16410
16411 \end_inset
16412 </cell>
16413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16414 \begin_inset Text
16415
16416 \begin_layout Plain Layout
16417 \begin_inset Formula $-$
16418 \end_inset
16419
16420
16421 \end_layout
16422
16423 \end_inset
16424 </cell>
16425 </row>
16426 <row>
16427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16428 \begin_inset Text
16429
16430 \begin_layout Plain Layout
16431
16432 \backslash
16433 pm
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16439 \begin_inset Text
16440
16441 \begin_layout Plain Layout
16442 \begin_inset Formula $\pm$
16443 \end_inset
16444
16445
16446 \end_layout
16447
16448 \end_inset
16449 </cell>
16450 </row>
16451 <row>
16452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Plain Layout
16456
16457 \backslash
16458 mp
16459 \end_layout
16460
16461 \end_inset
16462 </cell>
16463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16464 \begin_inset Text
16465
16466 \begin_layout Plain Layout
16467 \begin_inset Formula $\mp$
16468 \end_inset
16469
16470
16471 \end_layout
16472
16473 \end_inset
16474 </cell>
16475 </row>
16476 <row>
16477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16478 \begin_inset Text
16479
16480 \begin_layout Plain Layout
16481
16482 \backslash
16483 cdot
16484 \end_layout
16485
16486 \end_inset
16487 </cell>
16488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16489 \begin_inset Text
16490
16491 \begin_layout Plain Layout
16492 \begin_inset Formula $\cdot$
16493 \end_inset
16494
16495
16496 \end_layout
16497
16498 \end_inset
16499 </cell>
16500 </row>
16501 <row>
16502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16503 \begin_inset Text
16504
16505 \begin_layout Plain Layout
16506
16507 \backslash
16508 times
16509 \end_layout
16510
16511 \end_inset
16512 </cell>
16513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16514 \begin_inset Text
16515
16516 \begin_layout Plain Layout
16517 \begin_inset Formula $\times$
16518 \end_inset
16519
16520
16521 \end_layout
16522
16523 \end_inset
16524 </cell>
16525 </row>
16526 <row>
16527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16528 \begin_inset Text
16529
16530 \begin_layout Plain Layout
16531
16532 \backslash
16533 div
16534 \end_layout
16535
16536 \end_inset
16537 </cell>
16538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16539 \begin_inset Text
16540
16541 \begin_layout Plain Layout
16542 \begin_inset Formula $\div$
16543 \end_inset
16544
16545
16546 \end_layout
16547
16548 \end_inset
16549 </cell>
16550 </row>
16551 <row>
16552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16553 \begin_inset Text
16554
16555 \begin_layout Plain Layout
16556 \begin_inset ERT
16557 status collapsed
16558
16559 \begin_layout Plain Layout
16560
16561
16562 \backslash
16563 raisebox{-1.2mm}{
16564 \end_layout
16565
16566 \end_inset
16567
16568 *
16569 \begin_inset ERT
16570 status collapsed
16571
16572 \begin_layout Plain Layout
16573
16574 }
16575 \end_layout
16576
16577 \end_inset
16578
16579
16580 \end_layout
16581
16582 \end_inset
16583 </cell>
16584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16585 \begin_inset Text
16586
16587 \begin_layout Plain Layout
16588 \begin_inset Formula $*$
16589 \end_inset
16590
16591
16592 \end_layout
16593
16594 \end_inset
16595 </cell>
16596 </row>
16597 <row>
16598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16599 \begin_inset Text
16600
16601 \begin_layout Plain Layout
16602
16603 \backslash
16604 star
16605 \end_layout
16606
16607 \end_inset
16608 </cell>
16609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16610 \begin_inset Text
16611
16612 \begin_layout Plain Layout
16613 \begin_inset Formula $\star$
16614 \end_inset
16615
16616
16617 \end_layout
16618
16619 \end_inset
16620 </cell>
16621 </row>
16622 <row>
16623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627
16628 \backslash
16629 circ
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Plain Layout
16638 \begin_inset Formula $\circ$
16639 \end_inset
16640
16641
16642 \end_layout
16643
16644 \end_inset
16645 </cell>
16646 </row>
16647 <row>
16648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16649 \begin_inset Text
16650
16651 \begin_layout Plain Layout
16652
16653 \backslash
16654 diamond
16655 \end_layout
16656
16657 \end_inset
16658 </cell>
16659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16660 \begin_inset Text
16661
16662 \begin_layout Plain Layout
16663 \begin_inset Formula $\diamond$
16664 \end_inset
16665
16666
16667 \end_layout
16668
16669 \end_inset
16670 </cell>
16671 </row>
16672 <row>
16673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Plain Layout
16677
16678 \backslash
16679 bullet
16680 \end_layout
16681
16682 \end_inset
16683 </cell>
16684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16685 \begin_inset Text
16686
16687 \begin_layout Plain Layout
16688 \begin_inset Formula $\bullet$
16689 \end_inset
16690
16691
16692 \end_layout
16693
16694 \end_inset
16695 </cell>
16696 </row>
16697 </lyxtabular>
16698
16699 \end_inset
16700
16701
16702 \begin_inset space \hfill{}
16703 \end_inset
16704
16705
16706 \begin_inset Tabular
16707 <lyxtabular version="3" rows="13" columns="2">
16708 <features>
16709 <column alignment="center" valignment="top" width="0pt">
16710 <column alignment="center" valignment="top" width="0pt">
16711 <row>
16712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716 Command
16717 \end_layout
16718
16719 \end_inset
16720 </cell>
16721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16722 \begin_inset Text
16723
16724 \begin_layout Plain Layout
16725 Result
16726 \end_layout
16727
16728 \end_inset
16729 </cell>
16730 </row>
16731 <row>
16732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16733 \begin_inset Text
16734
16735 \begin_layout Plain Layout
16736
16737 \backslash
16738 nabla
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16744 \begin_inset Text
16745
16746 \begin_layout Plain Layout
16747 \begin_inset Formula $\nabla$
16748 \end_inset
16749
16750
16751 \end_layout
16752
16753 \end_inset
16754 </cell>
16755 </row>
16756 <row>
16757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761
16762 \backslash
16763 bigtriangledown
16764 \end_layout
16765
16766 \end_inset
16767 </cell>
16768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16769 \begin_inset Text
16770
16771 \begin_layout Plain Layout
16772 \begin_inset Formula $\bigtriangledown$
16773 \end_inset
16774
16775
16776 \end_layout
16777
16778 \end_inset
16779 </cell>
16780 </row>
16781 <row>
16782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Plain Layout
16786
16787 \backslash
16788 bigtriangleup
16789 \end_layout
16790
16791 \end_inset
16792 </cell>
16793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16794 \begin_inset Text
16795
16796 \begin_layout Plain Layout
16797 \begin_inset Formula $\bigtriangleup$
16798 \end_inset
16799
16800
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 </row>
16806 <row>
16807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811
16812 \backslash
16813 Box
16814 \end_layout
16815
16816 \end_inset
16817 </cell>
16818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16819 \begin_inset Text
16820
16821 \begin_layout Plain Layout
16822 \begin_inset Formula $\Box$
16823 \end_inset
16824
16825
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 </row>
16831 <row>
16832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836
16837 \backslash
16838 cap 
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847 \begin_inset Formula $\cap$
16848 \end_inset
16849
16850
16851 \end_layout
16852
16853 \end_inset
16854 </cell>
16855 </row>
16856 <row>
16857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861
16862 \backslash
16863 cup
16864 \end_layout
16865
16866 \end_inset
16867 </cell>
16868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872 \begin_inset Formula $\cup$
16873 \end_inset
16874
16875
16876 \end_layout
16877
16878 \end_inset
16879 </cell>
16880 </row>
16881 <row>
16882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886
16887 \backslash
16888 dagger
16889 \end_layout
16890
16891 \end_inset
16892 </cell>
16893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16894 \begin_inset Text
16895
16896 \begin_layout Plain Layout
16897 \begin_inset Formula $\dagger$
16898 \end_inset
16899
16900
16901 \end_layout
16902
16903 \end_inset
16904 </cell>
16905 </row>
16906 <row>
16907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911
16912 \backslash
16913 ddagger
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922 \begin_inset Formula $\ddagger$
16923 \end_inset
16924
16925
16926 \end_layout
16927
16928 \end_inset
16929 </cell>
16930 </row>
16931 <row>
16932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936
16937 \backslash
16938 wr
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947 \begin_inset Formula $\wr$
16948 \end_inset
16949
16950
16951 \end_layout
16952
16953 \end_inset
16954 </cell>
16955 </row>
16956 <row>
16957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Plain Layout
16961
16962 \backslash
16963 bigcirc
16964 \end_layout
16965
16966 \end_inset
16967 </cell>
16968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972 \begin_inset Formula $\bigcirc$
16973 \end_inset
16974
16975
16976 \end_layout
16977
16978 \end_inset
16979 </cell>
16980 </row>
16981 <row>
16982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16983 \begin_inset Text
16984
16985 \begin_layout Plain Layout
16986
16987 \backslash
16988 wedge
16989 \end_layout
16990
16991 \end_inset
16992 </cell>
16993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Plain Layout
16997 \begin_inset Formula $\wedge$
16998 \end_inset
16999
17000
17001 \end_layout
17002
17003 \end_inset
17004 </cell>
17005 </row>
17006 <row>
17007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17008 \begin_inset Text
17009
17010 \begin_layout Plain Layout
17011
17012 \backslash
17013 vee
17014 \end_layout
17015
17016 \end_inset
17017 </cell>
17018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17019 \begin_inset Text
17020
17021 \begin_layout Plain Layout
17022 \begin_inset Formula $\vee$
17023 \end_inset
17024
17025
17026 \end_layout
17027
17028 \end_inset
17029 </cell>
17030 </row>
17031 </lyxtabular>
17032
17033 \end_inset
17034
17035
17036 \begin_inset space \hfill{}
17037 \end_inset
17038
17039
17040 \begin_inset Tabular
17041 <lyxtabular version="3" rows="13" columns="2">
17042 <features>
17043 <column alignment="center" valignment="top" width="0pt">
17044 <column alignment="center" valignment="top" width="0pt">
17045 <row>
17046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050 Command
17051 \end_layout
17052
17053 \end_inset
17054 </cell>
17055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17056 \begin_inset Text
17057
17058 \begin_layout Plain Layout
17059 Result
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 </row>
17065 <row>
17066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070
17071 \backslash
17072 oplus
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17078 \begin_inset Text
17079
17080 \begin_layout Plain Layout
17081 \begin_inset Formula $\oplus$
17082 \end_inset
17083
17084
17085 \end_layout
17086
17087 \end_inset
17088 </cell>
17089 </row>
17090 <row>
17091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17092 \begin_inset Text
17093
17094 \begin_layout Plain Layout
17095
17096 \backslash
17097 ominus
17098 \end_layout
17099
17100 \end_inset
17101 </cell>
17102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17103 \begin_inset Text
17104
17105 \begin_layout Plain Layout
17106 \begin_inset Formula $\ominus$
17107 \end_inset
17108
17109
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 </row>
17115 <row>
17116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120
17121 \backslash
17122 otimes
17123 \end_layout
17124
17125 \end_inset
17126 </cell>
17127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17128 \begin_inset Text
17129
17130 \begin_layout Plain Layout
17131 \begin_inset Formula $\otimes$
17132 \end_inset
17133
17134
17135 \end_layout
17136
17137 \end_inset
17138 </cell>
17139 </row>
17140 <row>
17141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17142 \begin_inset Text
17143
17144 \begin_layout Plain Layout
17145
17146 \backslash
17147 oslash
17148 \end_layout
17149
17150 \end_inset
17151 </cell>
17152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17153 \begin_inset Text
17154
17155 \begin_layout Plain Layout
17156 \begin_inset Formula $\oslash$
17157 \end_inset
17158
17159
17160 \end_layout
17161
17162 \end_inset
17163 </cell>
17164 </row>
17165 <row>
17166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170
17171 \backslash
17172 odot
17173 \end_layout
17174
17175 \end_inset
17176 </cell>
17177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17178 \begin_inset Text
17179
17180 \begin_layout Plain Layout
17181 \begin_inset Formula $\odot$
17182 \end_inset
17183
17184
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 </row>
17190 <row>
17191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195
17196 \backslash
17197 amalg
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206 \begin_inset Formula $\amalg$
17207 \end_inset
17208
17209
17210 \end_layout
17211
17212 \end_inset
17213 </cell>
17214 </row>
17215 <row>
17216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220
17221 \backslash
17222 uplus
17223 \end_layout
17224
17225 \end_inset
17226 </cell>
17227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231 \begin_inset Formula $\uplus$
17232 \end_inset
17233
17234
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 </row>
17240 <row>
17241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17242 \begin_inset Text
17243
17244 \begin_layout Plain Layout
17245
17246 \backslash
17247 setminus
17248 \end_layout
17249
17250 \end_inset
17251 </cell>
17252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17253 \begin_inset Text
17254
17255 \begin_layout Plain Layout
17256 \begin_inset Formula $\setminus$
17257 \end_inset
17258
17259
17260 \end_layout
17261
17262 \end_inset
17263 </cell>
17264 </row>
17265 <row>
17266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17267 \begin_inset Text
17268
17269 \begin_layout Plain Layout
17270
17271 \backslash
17272 sqcap
17273 \end_layout
17274
17275 \end_inset
17276 </cell>
17277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17278 \begin_inset Text
17279
17280 \begin_layout Plain Layout
17281 \begin_inset Formula $\sqcap$
17282 \end_inset
17283
17284
17285 \end_layout
17286
17287 \end_inset
17288 </cell>
17289 </row>
17290 <row>
17291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Plain Layout
17295
17296 \backslash
17297 sqcup
17298 \end_layout
17299
17300 \end_inset
17301 </cell>
17302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17303 \begin_inset Text
17304
17305 \begin_layout Plain Layout
17306 \begin_inset Formula $\sqcup$
17307 \end_inset
17308
17309
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 </row>
17315 <row>
17316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17317 \begin_inset Text
17318
17319 \begin_layout Plain Layout
17320
17321 \backslash
17322 triangleleft
17323 \end_layout
17324
17325 \end_inset
17326 </cell>
17327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17328 \begin_inset Text
17329
17330 \begin_layout Plain Layout
17331 \begin_inset Formula $\triangleleft$
17332 \end_inset
17333
17334
17335 \end_layout
17336
17337 \end_inset
17338 </cell>
17339 </row>
17340 <row>
17341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17342 \begin_inset Text
17343
17344 \begin_layout Plain Layout
17345
17346 \backslash
17347 triangleright
17348 \end_layout
17349
17350 \end_inset
17351 </cell>
17352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17353 \begin_inset Text
17354
17355 \begin_layout Plain Layout
17356 \begin_inset Formula $\triangleright$
17357 \end_inset
17358
17359
17360 \end_layout
17361
17362 \end_inset
17363 </cell>
17364 </row>
17365 </lyxtabular>
17366
17367 \end_inset
17368
17369
17370 \begin_inset space \hfill{}
17371 \end_inset
17372
17373
17374 \end_layout
17375
17376 \begin_layout Standard
17377 All binary operators can also be inserted via the math toolbar button 
17378 \begin_inset Graphics
17379         filename ../images/math/pm.png
17380         scale 85
17381
17382 \end_inset
17383
17384 .
17385 \end_layout
17386
17387 \begin_layout Standard
17388 To typeset the Laplace operator also 
17389 \series bold
17390
17391 \backslash
17392 Delta
17393 \series default
17394  or 
17395 \series bold
17396
17397 \backslash
17398 nabla
17399 \series default
17400 ^
17401 \series bold
17402 2
17403 \series default
17404  (
17405 \begin_inset Formula $\nabla^{2}$
17406 \end_inset
17407
17408 ) can be used instead of 
17409 \series bold
17410
17411 \backslash
17412 bigtriangleup
17413 \series default
17414  .
17415 \end_layout
17416
17417 \begin_layout Standard
17418 The character 
17419 \family sans
17420 Menu Separator
17421 \family default
17422  from the menu 
17423 \family sans
17424 Insert\SpecialChar \menuseparator
17425 Special Character
17426 \family default
17427  is the operator 
17428 \series bold
17429
17430 \backslash
17431 triangleright
17432 \series default
17433 .
17434 \end_layout
17435
17436 \begin_layout Subsection
17437 Self-defined Operators
17438 \begin_inset CommandInset label
17439 LatexCommand label
17440 name "sub:Self-defined-Operators"
17441
17442 \end_inset
17443
17444
17445 \begin_inset Index
17446 status collapsed
17447
17448 \begin_layout Plain Layout
17449 Operators ! self-defined
17450 \end_layout
17451
17452 \end_inset
17453
17454
17455 \end_layout
17456
17457 \begin_layout Standard
17458 With the help of the command 
17459 \series bold
17460
17461 \backslash
17462 DeclareMathOperator
17463 \series default
17464
17465 \begin_inset Index
17466 status collapsed
17467
17468 \begin_layout Plain Layout
17469 Commands ! D ! 
17470 \backslash
17471 dbinom@
17472 \backslash
17473 DeclareMathOperator
17474 \end_layout
17475
17476 \end_inset
17477
17478  custom operators can be defined in the LaTeX-preamble.
17479  Its command scheme is:
17480 \end_layout
17481
17482 \begin_layout Standard
17483
17484 \series bold
17485
17486 \backslash
17487 DeclareMathOperator{new command}{display}
17488 \end_layout
17489
17490 \begin_layout Standard
17491 Display can be characters or symbols that define how the operator looks
17492  in the output.
17493  To define a big operator a * is set behind the command.
17494  All self-defined big operators can have limits as described in 
17495 \begin_inset CommandInset ref
17496 LatexCommand ref
17497 reference "sub:Operator-Limits"
17498
17499 \end_inset
17500
17501 .
17502 \end_layout
17503
17504 \begin_layout Standard
17505 For example the LaTeX-preamble line
17506 \end_layout
17507
17508 \begin_layout Standard
17509
17510 \series bold
17511
17512 \backslash
17513 DeclareMathOperator*{
17514 \backslash
17515 Lozenge}{
17516 \backslash
17517 blacklozenge}
17518 \end_layout
17519
17520 \begin_layout Standard
17521 defines the command 
17522 \series bold
17523
17524 \backslash
17525 Lozenge
17526 \series default
17527 , that inserts a big operator consisting of the lozenge symbol from 
17528 \begin_inset CommandInset ref
17529 LatexCommand ref
17530 reference "sub:Miscellaneous-Symbols"
17531
17532 \end_inset
17533
17534 :
17535 \begin_inset Formula \[
17536 \Lozenge_{n=1}^{\infty}\]
17537
17538 \end_inset
17539
17540 The command for this formula is: 
17541 \series bold
17542
17543 \backslash
17544 Lozenge
17545 \series default
17546 ^
17547 \series bold
17548
17549 \backslash
17550 infty
17551 \begin_inset Formula $\to$
17552 \end_inset
17553
17554 _n=1
17555 \end_layout
17556
17557 \begin_layout Standard
17558 \begin_inset VSpace bigskip
17559 \end_inset
17560
17561 When self-defined operators are not used several times in the document,
17562  they can also be defined with the commands 
17563 \series bold
17564
17565 \backslash
17566 mathop
17567 \series default
17568
17569 \begin_inset Index
17570 status collapsed
17571
17572 \begin_layout Plain Layout
17573 Commands ! M ! 
17574 \backslash
17575 mathop
17576 \end_layout
17577
17578 \end_inset
17579
17580  and 
17581 \series bold
17582
17583 \backslash
17584 mathbin
17585 \series default
17586
17587 \begin_inset Index
17588 status collapsed
17589
17590 \begin_layout Plain Layout
17591 Commands ! M ! 
17592 \backslash
17593 mathbin
17594 \end_layout
17595
17596 \end_inset
17597
17598 , which have the following scheme:
17599 \end_layout
17600
17601 \begin_layout Standard
17602
17603 \series bold
17604
17605 \backslash
17606 mathop{display}
17607 \series default
17608  and 
17609 \series bold
17610
17611 \backslash
17612 mathbin{display}
17613 \end_layout
17614
17615 \begin_layout Standard
17616
17617 \series bold
17618
17619 \backslash
17620 mathop
17621 \series default
17622  defines big operators, 
17623 \series bold
17624
17625 \backslash
17626 mathbin
17627 \series default
17628  binary operators.
17629 \end_layout
17630
17631 \begin_layout Standard
17632
17633 \series bold
17634
17635 \backslash
17636 mathop
17637 \series default
17638  can e.
17639 \begin_inset space \thinspace{}
17640 \end_inset
17641
17642 g.
17643 \begin_inset space ~
17644 \end_inset
17645
17646 be used to use one limit for several operators:
17647 \end_layout
17648
17649 \begin_layout Standard
17650 \begin_inset Formula \[
17651 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17652
17653 \end_inset
17654
17655
17656 \end_layout
17657
17658 \begin_layout Standard
17659 The command for the formula above is:
17660 \begin_inset Newline newline
17661 \end_inset
17662
17663
17664 \series bold
17665
17666 \backslash
17667 mathop{
17668 \backslash
17669 sum
17670 \backslash
17671 negmedspace
17672 \backslash
17673 sum
17674 \series default
17675
17676 \begin_inset ERT
17677 status collapsed
17678
17679 \begin_layout Plain Layout
17680
17681
17682 \backslash
17683 spce 
17684 \end_layout
17685
17686 \end_inset
17687
17688
17689 \series bold
17690
17691 \begin_inset Formula $\to$
17692 \end_inset
17693
17694 ^N
17695 \series default
17696
17697 \begin_inset ERT
17698 status collapsed
17699
17700 \begin_layout Plain Layout
17701
17702
17703 \backslash
17704 spce 
17705 \end_layout
17706
17707 \end_inset
17708
17709
17710 \series bold
17711 _i,j=1
17712 \end_layout
17713
17714 \begin_layout Section
17715 Fonts
17716 \begin_inset Index
17717 status collapsed
17718
17719 \begin_layout Plain Layout
17720 Fonts
17721 \end_layout
17722
17723 \end_inset
17724
17725
17726 \end_layout
17727
17728 \begin_layout Subsection
17729 Font Styles
17730 \begin_inset CommandInset label
17731 LatexCommand label
17732 name "sub:Font-Styles"
17733
17734 \end_inset
17735
17736
17737 \begin_inset Index
17738 status collapsed
17739
17740 \begin_layout Plain Layout
17741 Font ! style
17742 \end_layout
17743
17744 \end_inset
17745
17746
17747 \end_layout
17748
17749 \begin_layout Standard
17750 Latin letters in formulas can be set in one of the following font styles:
17751 \begin_inset VSpace -2mm
17752 \end_inset
17753
17754
17755 \end_layout
17756
17757 \begin_layout Standard
17758 \align center
17759 \begin_inset Tabular
17760 <lyxtabular version="3" rows="6" columns="3">
17761 <features>
17762 <column alignment="center" valignment="top" width="0">
17763 <column alignment="center" valignment="top" width="0">
17764 <column alignment="center" valignment="top" width="0">
17765 <row>
17766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17767 \begin_inset Text
17768
17769 \begin_layout Plain Layout
17770 Command
17771 \end_layout
17772
17773 \end_inset
17774 </cell>
17775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17776 \begin_inset Text
17777
17778 \begin_layout Plain Layout
17779 Result
17780 \end_layout
17781
17782 \end_inset
17783 </cell>
17784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17785 \begin_inset Text
17786
17787 \begin_layout Plain Layout
17788 shortcut
17789 \end_layout
17790
17791 \end_inset
17792 </cell>
17793 </row>
17794 <row>
17795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17796 \begin_inset Text
17797
17798 \begin_layout Plain Layout
17799
17800 \backslash
17801 mathbb
17802 \series bold
17803
17804 \begin_inset ERT
17805 status collapsed
17806
17807 \begin_layout Plain Layout
17808
17809
17810 \backslash
17811 spce 
17812 \end_layout
17813
17814 \end_inset
17815
17816
17817 \series default
17818 ABC
17819 \end_layout
17820
17821 \end_inset
17822 </cell>
17823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17824 \begin_inset Text
17825
17826 \begin_layout Plain Layout
17827 \begin_inset Formula $\mathbb{ABC}$
17828 \end_inset
17829
17830
17831 \end_layout
17832
17833 \end_inset
17834 </cell>
17835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17836 \begin_inset Text
17837
17838 \begin_layout Plain Layout
17839 Alt-c c
17840 \end_layout
17841
17842 \end_inset
17843 </cell>
17844 </row>
17845 <row>
17846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17847 \begin_inset Text
17848
17849 \begin_layout Plain Layout
17850
17851 \backslash
17852 mathbf
17853 \series bold
17854
17855 \begin_inset ERT
17856 status collapsed
17857
17858 \begin_layout Plain Layout
17859
17860
17861 \backslash
17862 spce 
17863 \end_layout
17864
17865 \end_inset
17866
17867
17868 \series default
17869 AbC
17870 \end_layout
17871
17872 \end_inset
17873 </cell>
17874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17875 \begin_inset Text
17876
17877 \begin_layout Plain Layout
17878 \begin_inset Formula $\mathbf{AbC}$
17879 \end_inset
17880
17881
17882 \end_layout
17883
17884 \end_inset
17885 </cell>
17886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17887 \begin_inset Text
17888
17889 \begin_layout Plain Layout
17890 -
17891 \end_layout
17892
17893 \end_inset
17894 </cell>
17895 </row>
17896 <row>
17897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17898 \begin_inset Text
17899
17900 \begin_layout Plain Layout
17901
17902 \backslash
17903 boldsymbol
17904 \series bold
17905
17906 \begin_inset ERT
17907 status collapsed
17908
17909 \begin_layout Plain Layout
17910
17911
17912 \backslash
17913 spce 
17914 \end_layout
17915
17916 \end_inset
17917
17918
17919 \series default
17920 AbC
17921 \end_layout
17922
17923 \end_inset
17924 </cell>
17925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17926 \begin_inset Text
17927
17928 \begin_layout Plain Layout
17929 \begin_inset Formula $\boldsymbol{AbC}$
17930 \end_inset
17931
17932
17933 \end_layout
17934
17935 \end_inset
17936 </cell>
17937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17938 \begin_inset Text
17939
17940 \begin_layout Plain Layout
17941 Alt-c b
17942 \end_layout
17943
17944 \end_inset
17945 </cell>
17946 </row>
17947 <row>
17948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17949 \begin_inset Text
17950
17951 \begin_layout Plain Layout
17952
17953 \backslash
17954 mathcal
17955 \series bold
17956
17957 \begin_inset ERT
17958 status collapsed
17959
17960 \begin_layout Plain Layout
17961
17962
17963 \backslash
17964 spce 
17965 \end_layout
17966
17967 \end_inset
17968
17969
17970 \series default
17971 ABC
17972 \end_layout
17973
17974 \end_inset
17975 </cell>
17976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17977 \begin_inset Text
17978
17979 \begin_layout Plain Layout
17980 \begin_inset Formula $\mathcal{ABC}$
17981 \end_inset
17982
17983
17984 \end_layout
17985
17986 \end_inset
17987 </cell>
17988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17989 \begin_inset Text
17990
17991 \begin_layout Plain Layout
17992 Alt-c e
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 </row>
17998 <row>
17999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18000 \begin_inset Text
18001
18002 \begin_layout Plain Layout
18003
18004 \backslash
18005 mathfrak
18006 \series bold
18007
18008 \begin_inset ERT
18009 status collapsed
18010
18011 \begin_layout Plain Layout
18012
18013
18014 \backslash
18015 spce 
18016 \end_layout
18017
18018 \end_inset
18019
18020
18021 \series default
18022 AbC
18023 \end_layout
18024
18025 \end_inset
18026 </cell>
18027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18028 \begin_inset Text
18029
18030 \begin_layout Plain Layout
18031 \begin_inset Formula $\mathfrak{AbC}$
18032 \end_inset
18033
18034
18035 \end_layout
18036
18037 \end_inset
18038 </cell>
18039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18040 \begin_inset Text
18041
18042 \begin_layout Plain Layout
18043 -
18044 \end_layout
18045
18046 \end_inset
18047 </cell>
18048 </row>
18049 </lyxtabular>
18050
18051 \end_inset
18052
18053
18054 \end_layout
18055
18056 \begin_layout Standard
18057 \align center
18058 \begin_inset Tabular
18059 <lyxtabular version="3" rows="5" columns="3">
18060 <features>
18061 <column alignment="center" valignment="top" width="0">
18062 <column alignment="center" valignment="top" width="0">
18063 <column alignment="center" valignment="top" width="0">
18064 <row>
18065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18066 \begin_inset Text
18067
18068 \begin_layout Plain Layout
18069 Command
18070 \end_layout
18071
18072 \end_inset
18073 </cell>
18074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18075 \begin_inset Text
18076
18077 \begin_layout Plain Layout
18078 Result
18079 \end_layout
18080
18081 \end_inset
18082 </cell>
18083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18084 \begin_inset Text
18085
18086 \begin_layout Plain Layout
18087 shortcut
18088 \end_layout
18089
18090 \end_inset
18091 </cell>
18092 </row>
18093 <row>
18094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18095 \begin_inset Text
18096
18097 \begin_layout Plain Layout
18098
18099 \backslash
18100 mathit
18101 \series bold
18102
18103 \begin_inset ERT
18104 status collapsed
18105
18106 \begin_layout Plain Layout
18107
18108
18109 \backslash
18110 spce 
18111 \end_layout
18112
18113 \end_inset
18114
18115
18116 \series default
18117 AbC
18118 \end_layout
18119
18120 \end_inset
18121 </cell>
18122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18123 \begin_inset Text
18124
18125 \begin_layout Plain Layout
18126 \begin_inset Formula $\mathit{AbC}$
18127 \end_inset
18128
18129
18130 \end_layout
18131
18132 \end_inset
18133 </cell>
18134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18135 \begin_inset Text
18136
18137 \begin_layout Plain Layout
18138 -
18139 \end_layout
18140
18141 \end_inset
18142 </cell>
18143 </row>
18144 <row>
18145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18146 \begin_inset Text
18147
18148 \begin_layout Plain Layout
18149
18150 \backslash
18151 mathrm
18152 \series bold
18153
18154 \begin_inset ERT
18155 status collapsed
18156
18157 \begin_layout Plain Layout
18158
18159
18160 \backslash
18161 spce 
18162 \end_layout
18163
18164 \end_inset
18165
18166
18167 \series default
18168 AbC
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18174 \begin_inset Text
18175
18176 \begin_layout Plain Layout
18177 \begin_inset Formula $\mathrm{AbC}$
18178 \end_inset
18179
18180
18181 \end_layout
18182
18183 \end_inset
18184 </cell>
18185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18186 \begin_inset Text
18187
18188 \begin_layout Plain Layout
18189 Alt-c r
18190 \end_layout
18191
18192 \end_inset
18193 </cell>
18194 </row>
18195 <row>
18196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18197 \begin_inset Text
18198
18199 \begin_layout Plain Layout
18200
18201 \backslash
18202 mathsf
18203 \series bold
18204
18205 \begin_inset ERT
18206 status collapsed
18207
18208 \begin_layout Plain Layout
18209
18210
18211 \backslash
18212 spce 
18213 \end_layout
18214
18215 \end_inset
18216
18217
18218 \series default
18219 AbC
18220 \end_layout
18221
18222 \end_inset
18223 </cell>
18224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18225 \begin_inset Text
18226
18227 \begin_layout Plain Layout
18228 \begin_inset Formula $\mathsf{AbC}$
18229 \end_inset
18230
18231
18232 \end_layout
18233
18234 \end_inset
18235 </cell>
18236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18237 \begin_inset Text
18238
18239 \begin_layout Plain Layout
18240 Alt-c s
18241 \end_layout
18242
18243 \end_inset
18244 </cell>
18245 </row>
18246 <row>
18247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18248 \begin_inset Text
18249
18250 \begin_layout Plain Layout
18251
18252 \backslash
18253 mathtt
18254 \series bold
18255
18256 \begin_inset ERT
18257 status collapsed
18258
18259 \begin_layout Plain Layout
18260
18261
18262 \backslash
18263 spce 
18264 \end_layout
18265
18266 \end_inset
18267
18268
18269 \series default
18270 AbC
18271 \end_layout
18272
18273 \end_inset
18274 </cell>
18275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18276 \begin_inset Text
18277
18278 \begin_layout Plain Layout
18279 \begin_inset Formula $\mathtt{AbC}$
18280 \end_inset
18281
18282
18283 \end_layout
18284
18285 \end_inset
18286 </cell>
18287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18288 \begin_inset Text
18289
18290 \begin_layout Plain Layout
18291 Alt-c p
18292 \end_layout
18293
18294 \end_inset
18295 </cell>
18296 </row>
18297 </lyxtabular>
18298
18299 \end_inset
18300
18301
18302 \end_layout
18303
18304 \begin_layout Standard
18305 \begin_inset Note Greyedout
18306 status open
18307
18308 \begin_layout Plain Layout
18309
18310 \series bold
18311 Note:
18312 \series default
18313  The styles 
18314 \series bold
18315
18316 \backslash
18317 mathbb
18318 \series default
18319  and 
18320 \series bold
18321
18322 \backslash
18323 mathcal
18324 \series default
18325  can only be used for big letters.
18326 \end_layout
18327
18328 \end_inset
18329
18330
18331 \end_layout
18332
18333 \begin_layout Standard
18334 Predefined is the style 
18335 \series bold
18336
18337 \backslash
18338 mathnormal
18339 \series default
18340 .
18341 \end_layout
18342
18343 \begin_layout Standard
18344 The style commands work also for letters in mathematical constructs:
18345 \begin_inset Formula \[
18346 \mathfrak{A=\frac{b}{C}}\]
18347
18348 \end_inset
18349
18350
18351 \end_layout
18352
18353 \begin_layout Standard
18354 Characters in mathematical text don't appear in a math font style but in
18355  the text font style 
18356 \series bold
18357
18358 \backslash
18359 textrm
18360 \series default
18361 .
18362  That their style can't be set correctly via the text style dialog is a
18363  bug in LyX.
18364 \begin_inset Foot
18365 status collapsed
18366
18367 \begin_layout Plain Layout
18368 \begin_inset CommandInset href
18369 LatexCommand href
18370 name "LyX-bug #4091"
18371 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18372
18373 \end_inset
18374
18375
18376 \end_layout
18377
18378 \end_inset
18379
18380
18381 \end_layout
18382
18383 \begin_layout Standard
18384 Instead of the style commands the dialog 
18385 \family sans
18386 Edit\SpecialChar \menuseparator
18387 Math\SpecialChar \menuseparator
18388 Text Style
18389 \family default
18390  or the toolbar button 
18391 \begin_inset Graphics
18392         filename ../images/math/font.png
18393         scale 85
18394
18395 \end_inset
18396
18397  can be used.
18398 \end_layout
18399
18400 \begin_layout Subsection
18401 Bold Formulas
18402 \begin_inset CommandInset label
18403 LatexCommand label
18404 name "sub:Bold-Formulas"
18405
18406 \end_inset
18407
18408
18409 \begin_inset Index
18410 status collapsed
18411
18412 \begin_layout Plain Layout
18413 Formula ! bold
18414 \end_layout
18415
18416 \end_inset
18417
18418
18419 \end_layout
18420
18421 \begin_layout Standard
18422 To make a complete formula bold, the command 
18423 \series bold
18424
18425 \backslash
18426 mathbf
18427 \series default
18428  from the previous subsection cannot be used, because it doesn't work for
18429  small Greek letters.
18430  Furthermore it prints Latin letters always upright, like in the following
18431  equation:
18432 \end_layout
18433
18434 \begin_layout Standard
18435 \begin_inset Formula \[
18436 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
18437
18438 \end_inset
18439
18440
18441 \end_layout
18442
18443 \begin_layout Standard
18444 To display the formula correctly, the command 
18445 \series bold
18446
18447 \backslash
18448 boldsymbol
18449 \series default
18450  is used:
18451 \begin_inset Formula \[
18452 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
18453
18454 \end_inset
18455
18456 It is also possible to set the formula in a 
18457 \series bold
18458 boldmath environment
18459 \series default
18460 .
18461  This environment is created by inserting the command 
18462 \series bold
18463
18464 \backslash
18465 boldmath
18466 \begin_inset Index
18467 status collapsed
18468
18469 \begin_layout Plain Layout
18470 Commands ! B ! 
18471 \backslash
18472 boldmath
18473 \end_layout
18474
18475 \end_inset
18476
18477
18478 \series default
18479  in TeX-mode.
18480  To end the environment, the command 
18481 \series bold
18482
18483 \backslash
18484 unboldmath
18485 \begin_inset Index
18486 status collapsed
18487
18488 \begin_layout Plain Layout
18489 Commands ! U ! 
18490 \backslash
18491 unboldmath
18492 \end_layout
18493
18494 \end_inset
18495
18496
18497 \series default
18498  is inserted in TeX-mode.
18499 \begin_inset ERT
18500 status collapsed
18501
18502 \begin_layout Plain Layout
18503
18504
18505 \backslash
18506 boldmath 
18507 \end_layout
18508
18509 \end_inset
18510
18511
18512 \begin_inset Formula \[
18513 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18514
18515 \end_inset
18516
18517
18518 \begin_inset ERT
18519 status collapsed
18520
18521 \begin_layout Plain Layout
18522
18523
18524 \backslash
18525 unboldmath 
18526 \end_layout
18527
18528 \end_inset
18529
18530
18531 \end_layout
18532
18533 \begin_layout Subsection
18534 Font Sizes
18535 \begin_inset CommandInset label
18536 LatexCommand label
18537 name "sub:Font-Sizes"
18538
18539 \end_inset
18540
18541
18542 \begin_inset Index
18543 status collapsed
18544
18545 \begin_layout Plain Layout
18546 Font ! size
18547 \end_layout
18548
18549 \end_inset
18550
18551
18552 \end_layout
18553
18554 \begin_layout Standard
18555 For characters in formulas there are, analog to characters in text, the
18556  following size commands:
18557 \end_layout
18558
18559 \begin_layout Standard
18560
18561 \series bold
18562
18563 \backslash
18564 Huge
18565 \series default
18566
18567 \series bold
18568
18569 \backslash
18570 huge
18571 \series default
18572
18573 \series bold
18574
18575 \backslash
18576 LARGE
18577 \series default
18578
18579 \series bold
18580
18581 \backslash
18582 Large
18583 \series default
18584
18585 \series bold
18586
18587 \backslash
18588 large
18589 \series default
18590
18591 \series bold
18592
18593 \backslash
18594 normalsize
18595 \series default
18596
18597 \series bold
18598
18599 \backslash
18600 small
18601 \series default
18602 ,
18603 \begin_inset Newline newline
18604 \end_inset
18605
18606
18607 \series bold
18608
18609 \backslash
18610 footnotesize
18611 \series default
18612
18613 \series bold
18614
18615 \backslash
18616 scriptsize
18617 \series default
18618 , and 
18619 \series bold
18620
18621 \backslash
18622 tiny
18623 \end_layout
18624
18625 \begin_layout Standard
18626 The size produced by the commands depends on the document font size, that
18627  corresponds with the command 
18628 \series bold
18629
18630 \backslash
18631 normalsize
18632 \series default
18633 .
18634  The other commands produce smaller or larger sizes than 
18635 \series bold
18636
18637 \backslash
18638 normalsize
18639 \series default
18640 .
18641  The font size can however not exceed a certain value.
18642  Is for example the document font size 12
18643 \begin_inset space \thinspace{}
18644 \end_inset
18645
18646 pt, the command 
18647 \series bold
18648
18649 \backslash
18650 Huge
18651 \series default
18652  switches to the same size as 
18653 \series bold
18654
18655 \backslash
18656 huge
18657 \series default
18658 .
18659  
18660 \end_layout
18661
18662 \begin_layout Standard
18663 A size command is inserted in TeX-mode before the formula and sets the size
18664  for all following formula and text characters.
18665  To switch back to the initial size, the command 
18666 \series bold
18667
18668 \backslash
18669 normalsize
18670 \series default
18671  is inserted behind the formula in TeX-mode.
18672 \end_layout
18673
18674 \begin_layout Standard
18675 Within a formula the size can only be changed for symbols or letters in
18676  mathematical text.
18677  To do this, the size command is inserted in mathematical text.
18678  All following characters until the end of the mathematical text or until
18679  another size command will have the selected size.
18680  Two examples:
18681 \begin_inset VSpace -2mm
18682 \end_inset
18683
18684
18685 \end_layout
18686
18687 \begin_layout Standard
18688 \begin_inset ERT
18689 status collapsed
18690
18691 \begin_layout Plain Layout
18692
18693
18694 \backslash
18695 huge 
18696 \end_layout
18697
18698 \end_inset
18699
18700
18701 \begin_inset Formula \[
18702 A=\frac{B}{c}\cdot\maltese\]
18703
18704 \end_inset
18705
18706
18707 \begin_inset Formula \[
18708 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18709
18710 \end_inset
18711
18712
18713 \begin_inset ERT
18714 status collapsed
18715
18716 \begin_layout Plain Layout
18717
18718
18719 \backslash
18720 normalsize 
18721 \end_layout
18722
18723 \end_inset
18724
18725
18726 \end_layout
18727
18728 \begin_layout Standard
18729 \begin_inset VSpace medskip
18730 \end_inset
18731
18732 Before both formulas the command 
18733 \series bold
18734
18735 \backslash
18736 huge
18737 \series default
18738  was inserted.
18739  The command for the second formula is:
18740 \begin_inset Newline newline
18741 \end_inset
18742
18743
18744 \series bold
18745
18746 \backslash
18747 maltese
18748 \begin_inset ERT
18749 status collapsed
18750
18751 \begin_layout Plain Layout
18752
18753
18754 \backslash
18755 spce 
18756 \end_layout
18757
18758 \end_inset
18759
18760 A Alt-m m 
18761 \backslash
18762 Large
18763 \begin_inset ERT
18764 status collapsed
18765
18766 \begin_layout Plain Layout
18767
18768
18769 \backslash
18770 spce 
18771 \end_layout
18772
18773 \end_inset
18774
18775
18776 \backslash
18777 maltese
18778 \begin_inset ERT
18779 status collapsed
18780
18781 \begin_layout Plain Layout
18782
18783
18784 \backslash
18785 spce 
18786 \end_layout
18787
18788 \end_inset
18789
18790
18791 \backslash
18792 textit
18793 \begin_inset ERT
18794 status collapsed
18795
18796 \begin_layout Plain Layout
18797
18798
18799 \backslash
18800 spce 
18801 \end_layout
18802
18803 \end_inset
18804
18805 A
18806 \begin_inset Formula $\to$
18807 \end_inset
18808
18809
18810 \begin_inset Formula $\to$
18811 \end_inset
18812
18813
18814 \begin_inset Newline newline
18815 \end_inset
18816
18817
18818 \begin_inset space \hspace*{}
18819 \length 1cm
18820 \end_inset
18821
18822 Alt-m
18823 \series default
18824  
18825 \series bold
18826
18827 \backslash
18828 tiny
18829 \begin_inset ERT
18830 status collapsed
18831
18832 \begin_layout Plain Layout
18833
18834
18835 \backslash
18836 spce 
18837 \end_layout
18838
18839 \end_inset
18840
18841
18842 \backslash
18843 maltese
18844 \begin_inset ERT
18845 status collapsed
18846
18847 \begin_layout Plain Layout
18848
18849
18850 \backslash
18851 spce 
18852 \end_layout
18853
18854 \end_inset
18855
18856
18857 \backslash
18858 textit
18859 \begin_inset ERT
18860 status collapsed
18861
18862 \begin_layout Plain Layout
18863
18864
18865 \backslash
18866 spce 
18867 \end_layout
18868
18869 \end_inset
18870
18871 A
18872 \end_layout
18873
18874 \begin_layout Standard
18875 If a symbol cannot be displayed in different sizes, it will always be displayed
18876  in the default size.
18877 \end_layout
18878
18879 \begin_layout Section
18880 Greek Letters
18881 \begin_inset Index
18882 status collapsed
18883
18884 \begin_layout Plain Layout
18885 Greek letters
18886 \end_layout
18887
18888 \end_inset
18889
18890
18891 \end_layout
18892
18893 \begin_layout Standard
18894 All Greek letters can also be inserted via the toolbar button 
18895 \begin_inset Graphics
18896         filename ../images/math/alpha.png
18897         scale 85
18898
18899 \end_inset
18900
18901 .
18902 \end_layout
18903
18904 \begin_layout Subsection
18905 Small Letters
18906 \begin_inset CommandInset label
18907 LatexCommand label
18908 name "sub:Small-Letters"
18909
18910 \end_inset
18911
18912
18913 \begin_inset Index
18914 status collapsed
18915
18916 \begin_layout Plain Layout
18917 Greek letters ! small
18918 \end_layout
18919
18920 \end_inset
18921
18922
18923 \end_layout
18924
18925 \begin_layout Standard
18926 \begin_inset space \hfill{}
18927 \end_inset
18928
18929
18930 \begin_inset Tabular
18931 <lyxtabular version="3" rows="11" columns="2">
18932 <features>
18933 <column alignment="center" valignment="top" width="0pt">
18934 <column alignment="center" valignment="top" width="0pt">
18935 <row>
18936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940 Command
18941 \end_layout
18942
18943 \end_inset
18944 </cell>
18945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18946 \begin_inset Text
18947
18948 \begin_layout Plain Layout
18949 Result
18950 \end_layout
18951
18952 \end_inset
18953 </cell>
18954 </row>
18955 <row>
18956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18957 \begin_inset Text
18958
18959 \begin_layout Plain Layout
18960
18961 \backslash
18962 alpha
18963 \end_layout
18964
18965 \end_inset
18966 </cell>
18967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18968 \begin_inset Text
18969
18970 \begin_layout Plain Layout
18971 \begin_inset Formula $\alpha$
18972 \end_inset
18973
18974
18975 \end_layout
18976
18977 \end_inset
18978 </cell>
18979 </row>
18980 <row>
18981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18982 \begin_inset Text
18983
18984 \begin_layout Plain Layout
18985
18986 \backslash
18987 beta
18988 \end_layout
18989
18990 \end_inset
18991 </cell>
18992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18993 \begin_inset Text
18994
18995 \begin_layout Plain Layout
18996 \begin_inset Formula $\beta$
18997 \end_inset
18998
18999
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 </row>
19005 <row>
19006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19007 \begin_inset Text
19008
19009 \begin_layout Plain Layout
19010
19011 \backslash
19012 gamma
19013 \end_layout
19014
19015 \end_inset
19016 </cell>
19017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19018 \begin_inset Text
19019
19020 \begin_layout Plain Layout
19021 \begin_inset Formula $\gamma$
19022 \end_inset
19023
19024
19025 \end_layout
19026
19027 \end_inset
19028 </cell>
19029 </row>
19030 <row>
19031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19032 \begin_inset Text
19033
19034 \begin_layout Plain Layout
19035
19036 \backslash
19037 delta
19038 \end_layout
19039
19040 \end_inset
19041 </cell>
19042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19043 \begin_inset Text
19044
19045 \begin_layout Plain Layout
19046 \begin_inset Formula $\delta$
19047 \end_inset
19048
19049
19050 \end_layout
19051
19052 \end_inset
19053 </cell>
19054 </row>
19055 <row>
19056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19057 \begin_inset Text
19058
19059 \begin_layout Plain Layout
19060
19061 \backslash
19062 epsilon
19063 \end_layout
19064
19065 \end_inset
19066 </cell>
19067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19068 \begin_inset Text
19069
19070 \begin_layout Plain Layout
19071 \begin_inset Formula $\epsilon$
19072 \end_inset
19073
19074
19075 \end_layout
19076
19077 \end_inset
19078 </cell>
19079 </row>
19080 <row>
19081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19082 \begin_inset Text
19083
19084 \begin_layout Plain Layout
19085
19086 \backslash
19087 varepsilon
19088 \end_layout
19089
19090 \end_inset
19091 </cell>
19092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19093 \begin_inset Text
19094
19095 \begin_layout Plain Layout
19096 \begin_inset Formula $\varepsilon$
19097 \end_inset
19098
19099
19100 \end_layout
19101
19102 \end_inset
19103 </cell>
19104 </row>
19105 <row>
19106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19107 \begin_inset Text
19108
19109 \begin_layout Plain Layout
19110
19111 \backslash
19112 zeta
19113 \end_layout
19114
19115 \end_inset
19116 </cell>
19117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19118 \begin_inset Text
19119
19120 \begin_layout Plain Layout
19121 \begin_inset Formula $\zeta$
19122 \end_inset
19123
19124
19125 \end_layout
19126
19127 \end_inset
19128 </cell>
19129 </row>
19130 <row>
19131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19132 \begin_inset Text
19133
19134 \begin_layout Plain Layout
19135
19136 \backslash
19137 eta
19138 \end_layout
19139
19140 \end_inset
19141 </cell>
19142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19143 \begin_inset Text
19144
19145 \begin_layout Plain Layout
19146 \begin_inset Formula $\eta$
19147 \end_inset
19148
19149
19150 \end_layout
19151
19152 \end_inset
19153 </cell>
19154 </row>
19155 <row>
19156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19157 \begin_inset Text
19158
19159 \begin_layout Plain Layout
19160
19161 \backslash
19162 theta
19163 \end_layout
19164
19165 \end_inset
19166 </cell>
19167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19168 \begin_inset Text
19169
19170 \begin_layout Plain Layout
19171 \begin_inset Formula $\theta$
19172 \end_inset
19173
19174
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 </row>
19180 <row>
19181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Plain Layout
19185
19186 \backslash
19187 vartheta
19188 \end_layout
19189
19190 \end_inset
19191 </cell>
19192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19193 \begin_inset Text
19194
19195 \begin_layout Plain Layout
19196 \begin_inset Formula $\vartheta$
19197 \end_inset
19198
19199
19200 \end_layout
19201
19202 \end_inset
19203 </cell>
19204 </row>
19205 </lyxtabular>
19206
19207 \end_inset
19208
19209
19210 \begin_inset space \hfill{}
19211 \end_inset
19212
19213
19214 \begin_inset Tabular
19215 <lyxtabular version="3" rows="12" columns="2">
19216 <features>
19217 <column alignment="center" valignment="top" width="0pt">
19218 <column alignment="center" valignment="top" width="0pt">
19219 <row>
19220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19221 \begin_inset Text
19222
19223 \begin_layout Plain Layout
19224 Command
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19230 \begin_inset Text
19231
19232 \begin_layout Plain Layout
19233 Result
19234 \end_layout
19235
19236 \end_inset
19237 </cell>
19238 </row>
19239 <row>
19240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19241 \begin_inset Text
19242
19243 \begin_layout Plain Layout
19244
19245 \backslash
19246 iota
19247 \end_layout
19248
19249 \end_inset
19250 </cell>
19251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19252 \begin_inset Text
19253
19254 \begin_layout Plain Layout
19255 \begin_inset Formula $\iota$
19256 \end_inset
19257
19258
19259 \end_layout
19260
19261 \end_inset
19262 </cell>
19263 </row>
19264 <row>
19265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19266 \begin_inset Text
19267
19268 \begin_layout Plain Layout
19269
19270 \backslash
19271 kappa
19272 \end_layout
19273
19274 \end_inset
19275 </cell>
19276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19277 \begin_inset Text
19278
19279 \begin_layout Plain Layout
19280 \begin_inset Formula $\kappa$
19281 \end_inset
19282
19283
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 </row>
19289 <row>
19290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19291 \begin_inset Text
19292
19293 \begin_layout Plain Layout
19294
19295 \backslash
19296 varkappa
19297 \end_layout
19298
19299 \end_inset
19300 </cell>
19301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19302 \begin_inset Text
19303
19304 \begin_layout Plain Layout
19305 \begin_inset Formula $\varkappa$
19306 \end_inset
19307
19308
19309 \end_layout
19310
19311 \end_inset
19312 </cell>
19313 </row>
19314 <row>
19315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319
19320 \backslash
19321 lambda
19322 \end_layout
19323
19324 \end_inset
19325 </cell>
19326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Plain Layout
19330 \begin_inset Formula $\lambda$
19331 \end_inset
19332
19333
19334 \end_layout
19335
19336 \end_inset
19337 </cell>
19338 </row>
19339 <row>
19340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19341 \begin_inset Text
19342
19343 \begin_layout Plain Layout
19344
19345 \backslash
19346 mu
19347 \end_layout
19348
19349 \end_inset
19350 </cell>
19351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Plain Layout
19355 \begin_inset Formula $\mu$
19356 \end_inset
19357
19358
19359 \end_layout
19360
19361 \end_inset
19362 </cell>
19363 </row>
19364 <row>
19365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19366 \begin_inset Text
19367
19368 \begin_layout Plain Layout
19369
19370 \backslash
19371 nu
19372 \end_layout
19373
19374 \end_inset
19375 </cell>
19376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19377 \begin_inset Text
19378
19379 \begin_layout Plain Layout
19380 \begin_inset Formula $\nu$
19381 \end_inset
19382
19383
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 </row>
19389 <row>
19390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394
19395 \backslash
19396 xi
19397 \end_layout
19398
19399 \end_inset
19400 </cell>
19401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19402 \begin_inset Text
19403
19404 \begin_layout Plain Layout
19405 \begin_inset Formula $\xi$
19406 \end_inset
19407
19408
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 </row>
19414 <row>
19415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19416 \begin_inset Text
19417
19418 \begin_layout Plain Layout
19419 o
19420 \end_layout
19421
19422 \end_inset
19423 </cell>
19424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19425 \begin_inset Text
19426
19427 \begin_layout Plain Layout
19428 \begin_inset Formula $o$
19429 \end_inset
19430
19431
19432 \end_layout
19433
19434 \end_inset
19435 </cell>
19436 </row>
19437 <row>
19438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19439 \begin_inset Text
19440
19441 \begin_layout Plain Layout
19442
19443 \backslash
19444 pi
19445 \end_layout
19446
19447 \end_inset
19448 </cell>
19449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19450 \begin_inset Text
19451
19452 \begin_layout Plain Layout
19453 \begin_inset Formula $\pi$
19454 \end_inset
19455
19456
19457 \end_layout
19458
19459 \end_inset
19460 </cell>
19461 </row>
19462 <row>
19463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19464 \begin_inset Text
19465
19466 \begin_layout Plain Layout
19467
19468 \backslash
19469 varpi
19470 \end_layout
19471
19472 \end_inset
19473 </cell>
19474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19475 \begin_inset Text
19476
19477 \begin_layout Plain Layout
19478 \begin_inset Formula $\varpi$
19479 \end_inset
19480
19481
19482 \end_layout
19483
19484 \end_inset
19485 </cell>
19486 </row>
19487 <row>
19488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19489 \begin_inset Text
19490
19491 \begin_layout Plain Layout
19492
19493 \backslash
19494 rho
19495 \end_layout
19496
19497 \end_inset
19498 </cell>
19499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19500 \begin_inset Text
19501
19502 \begin_layout Plain Layout
19503 \begin_inset Formula $\rho$
19504 \end_inset
19505
19506
19507 \end_layout
19508
19509 \end_inset
19510 </cell>
19511 </row>
19512 </lyxtabular>
19513
19514 \end_inset
19515
19516
19517 \begin_inset space \hfill{}
19518 \end_inset
19519
19520
19521 \begin_inset Tabular
19522 <lyxtabular version="3" rows="11" columns="2">
19523 <features>
19524 <column alignment="center" valignment="top" width="0pt">
19525 <column alignment="center" valignment="top" width="0pt">
19526 <row>
19527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19528 \begin_inset Text
19529
19530 \begin_layout Plain Layout
19531 Command
19532 \end_layout
19533
19534 \end_inset
19535 </cell>
19536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19537 \begin_inset Text
19538
19539 \begin_layout Plain Layout
19540 Result
19541 \end_layout
19542
19543 \end_inset
19544 </cell>
19545 </row>
19546 <row>
19547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19548 \begin_inset Text
19549
19550 \begin_layout Plain Layout
19551
19552 \backslash
19553 varrho
19554 \end_layout
19555
19556 \end_inset
19557 </cell>
19558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19559 \begin_inset Text
19560
19561 \begin_layout Plain Layout
19562 \begin_inset Formula $\varrho$
19563 \end_inset
19564
19565
19566 \end_layout
19567
19568 \end_inset
19569 </cell>
19570 </row>
19571 <row>
19572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19573 \begin_inset Text
19574
19575 \begin_layout Plain Layout
19576
19577 \backslash
19578 sigma
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587 \begin_inset Formula $\sigma$
19588 \end_inset
19589
19590
19591 \end_layout
19592
19593 \end_inset
19594 </cell>
19595 </row>
19596 <row>
19597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19598 \begin_inset Text
19599
19600 \begin_layout Plain Layout
19601
19602 \backslash
19603 varsigma
19604 \end_layout
19605
19606 \end_inset
19607 </cell>
19608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19609 \begin_inset Text
19610
19611 \begin_layout Plain Layout
19612 \begin_inset Formula $\varsigma$
19613 \end_inset
19614
19615
19616 \end_layout
19617
19618 \end_inset
19619 </cell>
19620 </row>
19621 <row>
19622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19623 \begin_inset Text
19624
19625 \begin_layout Plain Layout
19626
19627 \backslash
19628 tau
19629 \end_layout
19630
19631 \end_inset
19632 </cell>
19633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19634 \begin_inset Text
19635
19636 \begin_layout Plain Layout
19637 \begin_inset Formula $\tau$
19638 \end_inset
19639
19640
19641 \end_layout
19642
19643 \end_inset
19644 </cell>
19645 </row>
19646 <row>
19647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19648 \begin_inset Text
19649
19650 \begin_layout Plain Layout
19651
19652 \backslash
19653 upsilon
19654 \end_layout
19655
19656 \end_inset
19657 </cell>
19658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19659 \begin_inset Text
19660
19661 \begin_layout Plain Layout
19662 \begin_inset Formula $\upsilon$
19663 \end_inset
19664
19665
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 </row>
19671 <row>
19672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19673 \begin_inset Text
19674
19675 \begin_layout Plain Layout
19676
19677 \backslash
19678 phi
19679 \end_layout
19680
19681 \end_inset
19682 </cell>
19683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19684 \begin_inset Text
19685
19686 \begin_layout Plain Layout
19687 \begin_inset Formula $\phi$
19688 \end_inset
19689
19690
19691 \end_layout
19692
19693 \end_inset
19694 </cell>
19695 </row>
19696 <row>
19697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19698 \begin_inset Text
19699
19700 \begin_layout Plain Layout
19701
19702 \backslash
19703 varphi
19704 \end_layout
19705
19706 \end_inset
19707 </cell>
19708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19709 \begin_inset Text
19710
19711 \begin_layout Plain Layout
19712 \begin_inset Formula $\varphi$
19713 \end_inset
19714
19715
19716 \end_layout
19717
19718 \end_inset
19719 </cell>
19720 </row>
19721 <row>
19722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19723 \begin_inset Text
19724
19725 \begin_layout Plain Layout
19726
19727 \backslash
19728 chi
19729 \end_layout
19730
19731 \end_inset
19732 </cell>
19733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19734 \begin_inset Text
19735
19736 \begin_layout Plain Layout
19737 \begin_inset Formula $\chi$
19738 \end_inset
19739
19740
19741 \end_layout
19742
19743 \end_inset
19744 </cell>
19745 </row>
19746 <row>
19747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19748 \begin_inset Text
19749
19750 \begin_layout Plain Layout
19751
19752 \backslash
19753 psi
19754 \end_layout
19755
19756 \end_inset
19757 </cell>
19758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19759 \begin_inset Text
19760
19761 \begin_layout Plain Layout
19762 \begin_inset Formula $\psi$
19763 \end_inset
19764
19765
19766 \end_layout
19767
19768 \end_inset
19769 </cell>
19770 </row>
19771 <row>
19772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19773 \begin_inset Text
19774
19775 \begin_layout Plain Layout
19776
19777 \backslash
19778 omega
19779 \end_layout
19780
19781 \end_inset
19782 </cell>
19783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19784 \begin_inset Text
19785
19786 \begin_layout Plain Layout
19787 \begin_inset Formula $\omega$
19788 \end_inset
19789
19790
19791 \end_layout
19792
19793 \end_inset
19794 </cell>
19795 </row>
19796 </lyxtabular>
19797
19798 \end_inset
19799
19800
19801 \begin_inset space \hfill{}
19802 \end_inset
19803
19804
19805 \end_layout
19806
19807 \begin_layout Standard
19808 \begin_inset VSpace medskip
19809 \end_inset
19810
19811
19812 \end_layout
19813
19814 \begin_layout Standard
19815 How to create upright Greek letters is explained in 
19816 \begin_inset CommandInset ref
19817 LatexCommand ref
19818 reference "sub:Upright-small-Greek"
19819
19820 \end_inset
19821
19822 .
19823 \end_layout
19824
19825 \begin_layout Subsection
19826 Big Letters
19827 \begin_inset Index
19828 status collapsed
19829
19830 \begin_layout Plain Layout
19831 Greek letters ! big
19832 \end_layout
19833
19834 \end_inset
19835
19836
19837 \end_layout
19838
19839 \begin_layout Standard
19840 \begin_inset space \hfill{}
19841 \end_inset
19842
19843
19844 \begin_inset Tabular
19845 <lyxtabular version="3" rows="7" columns="2">
19846 <features>
19847 <column alignment="center" valignment="top" width="0pt">
19848 <column alignment="center" valignment="top" width="0pt">
19849 <row>
19850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19851 \begin_inset Text
19852
19853 \begin_layout Plain Layout
19854 Command
19855 \end_layout
19856
19857 \end_inset
19858 </cell>
19859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19860 \begin_inset Text
19861
19862 \begin_layout Plain Layout
19863 Result
19864 \end_layout
19865
19866 \end_inset
19867 </cell>
19868 </row>
19869 <row>
19870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19871 \begin_inset Text
19872
19873 \begin_layout Plain Layout
19874
19875 \backslash
19876 Gamma
19877 \end_layout
19878
19879 \end_inset
19880 </cell>
19881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19882 \begin_inset Text
19883
19884 \begin_layout Plain Layout
19885 \begin_inset Formula $\Gamma$
19886 \end_inset
19887
19888
19889 \end_layout
19890
19891 \end_inset
19892 </cell>
19893 </row>
19894 <row>
19895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19896 \begin_inset Text
19897
19898 \begin_layout Plain Layout
19899
19900 \backslash
19901 Delta
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19907 \begin_inset Text
19908
19909 \begin_layout Plain Layout
19910 \begin_inset Formula $\Delta$
19911 \end_inset
19912
19913
19914 \end_layout
19915
19916 \end_inset
19917 </cell>
19918 </row>
19919 <row>
19920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Plain Layout
19924
19925 \backslash
19926 Theta
19927 \end_layout
19928
19929 \end_inset
19930 </cell>
19931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19932 \begin_inset Text
19933
19934 \begin_layout Plain Layout
19935 \begin_inset Formula $\Theta$
19936 \end_inset
19937
19938
19939 \end_layout
19940
19941 \end_inset
19942 </cell>
19943 </row>
19944 <row>
19945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19946 \begin_inset Text
19947
19948 \begin_layout Plain Layout
19949
19950 \backslash
19951 Lambda
19952 \end_layout
19953
19954 \end_inset
19955 </cell>
19956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19957 \begin_inset Text
19958
19959 \begin_layout Plain Layout
19960 \begin_inset Formula $\Lambda$
19961 \end_inset
19962
19963
19964 \end_layout
19965
19966 \end_inset
19967 </cell>
19968 </row>
19969 <row>
19970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19971 \begin_inset Text
19972
19973 \begin_layout Plain Layout
19974
19975 \backslash
19976 Xi
19977 \end_layout
19978
19979 \end_inset
19980 </cell>
19981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19982 \begin_inset Text
19983
19984 \begin_layout Plain Layout
19985 \begin_inset Formula $\Xi$
19986 \end_inset
19987
19988
19989 \end_layout
19990
19991 \end_inset
19992 </cell>
19993 </row>
19994 <row>
19995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19996 \begin_inset Text
19997
19998 \begin_layout Plain Layout
19999
20000 \backslash
20001 Pi
20002 \end_layout
20003
20004 \end_inset
20005 </cell>
20006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20007 \begin_inset Text
20008
20009 \begin_layout Plain Layout
20010 \begin_inset Formula $\Pi$
20011 \end_inset
20012
20013
20014 \end_layout
20015
20016 \end_inset
20017 </cell>
20018 </row>
20019 </lyxtabular>
20020
20021 \end_inset
20022
20023
20024 \begin_inset space \hfill{}
20025 \end_inset
20026
20027
20028 \begin_inset Tabular
20029 <lyxtabular version="3" rows="6" columns="2">
20030 <features>
20031 <column alignment="center" valignment="top" width="0pt">
20032 <column alignment="center" valignment="top" width="0pt">
20033 <row>
20034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20035 \begin_inset Text
20036
20037 \begin_layout Plain Layout
20038 Command
20039 \end_layout
20040
20041 \end_inset
20042 </cell>
20043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20044 \begin_inset Text
20045
20046 \begin_layout Plain Layout
20047 Result
20048 \end_layout
20049
20050 \end_inset
20051 </cell>
20052 </row>
20053 <row>
20054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20055 \begin_inset Text
20056
20057 \begin_layout Plain Layout
20058
20059 \backslash
20060 Sigma
20061 \end_layout
20062
20063 \end_inset
20064 </cell>
20065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20066 \begin_inset Text
20067
20068 \begin_layout Plain Layout
20069 \begin_inset Formula $\Sigma$
20070 \end_inset
20071
20072
20073 \end_layout
20074
20075 \end_inset
20076 </cell>
20077 </row>
20078 <row>
20079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20080 \begin_inset Text
20081
20082 \begin_layout Plain Layout
20083
20084 \backslash
20085 Upsilon
20086 \end_layout
20087
20088 \end_inset
20089 </cell>
20090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20091 \begin_inset Text
20092
20093 \begin_layout Plain Layout
20094 \begin_inset Formula $\Upsilon$
20095 \end_inset
20096
20097
20098 \end_layout
20099
20100 \end_inset
20101 </cell>
20102 </row>
20103 <row>
20104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20105 \begin_inset Text
20106
20107 \begin_layout Plain Layout
20108
20109 \backslash
20110 Phi
20111 \end_layout
20112
20113 \end_inset
20114 </cell>
20115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20116 \begin_inset Text
20117
20118 \begin_layout Plain Layout
20119 \begin_inset Formula $\Phi$
20120 \end_inset
20121
20122
20123 \end_layout
20124
20125 \end_inset
20126 </cell>
20127 </row>
20128 <row>
20129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20130 \begin_inset Text
20131
20132 \begin_layout Plain Layout
20133
20134 \backslash
20135 Psi
20136 \end_layout
20137
20138 \end_inset
20139 </cell>
20140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20141 \begin_inset Text
20142
20143 \begin_layout Plain Layout
20144 \begin_inset Formula $\Psi$
20145 \end_inset
20146
20147
20148 \end_layout
20149
20150 \end_inset
20151 </cell>
20152 </row>
20153 <row>
20154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20155 \begin_inset Text
20156
20157 \begin_layout Plain Layout
20158
20159 \backslash
20160 Omega
20161 \end_layout
20162
20163 \end_inset
20164 </cell>
20165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20166 \begin_inset Text
20167
20168 \begin_layout Plain Layout
20169 \begin_inset Formula $\Omega$
20170 \end_inset
20171
20172
20173 \end_layout
20174
20175 \end_inset
20176 </cell>
20177 </row>
20178 </lyxtabular>
20179
20180 \end_inset
20181
20182
20183 \begin_inset space \hfill{}
20184 \end_inset
20185
20186
20187 \end_layout
20188
20189 \begin_layout Standard
20190 \begin_inset VSpace medskip
20191 \end_inset
20192
20193 That the big Greek letters appear upright is caused by a design bug when
20194  TeX was developed.
20195  To get correct italic big letters, begin every command with 
20196 \series bold
20197 var
20198 \series default
20199 .
20200  For example the command 
20201 \series bold
20202
20203 \backslash
20204 varGamma
20205 \series default
20206  produces: 
20207 \begin_inset Formula $\varGamma$
20208 \end_inset
20209
20210
20211 \end_layout
20212
20213 \begin_layout Subsection
20214 Bold Letters
20215 \begin_inset Index
20216 status collapsed
20217
20218 \begin_layout Plain Layout
20219 Greek letters ! bold
20220 \end_layout
20221
20222 \end_inset
20223
20224
20225 \end_layout
20226
20227 \begin_layout Standard
20228 Greek letters cannot be set with different font styles like Latin letters.
20229  They can only be made bold with the command 
20230 \series bold
20231
20232 \backslash
20233 boldsymbol
20234 \series default
20235
20236 \begin_inset Index
20237 status collapsed
20238
20239 \begin_layout Plain Layout
20240 Commands ! B ! 
20241 \backslash
20242 boldsymbol
20243 \end_layout
20244
20245 \end_inset
20246
20247 .
20248 \end_layout
20249
20250 \begin_layout Standard
20251 \align center
20252 \begin_inset Tabular
20253 <lyxtabular version="3" rows="3" columns="2">
20254 <features>
20255 <column alignment="center" valignment="top" width="0">
20256 <column alignment="center" valignment="top" width="0">
20257 <row>
20258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20259 \begin_inset Text
20260
20261 \begin_layout Plain Layout
20262 Command
20263 \end_layout
20264
20265 \end_inset
20266 </cell>
20267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20268 \begin_inset Text
20269
20270 \begin_layout Plain Layout
20271 Result
20272 \end_layout
20273
20274 \end_inset
20275 </cell>
20276 </row>
20277 <row>
20278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20279 \begin_inset Text
20280
20281 \begin_layout Plain Layout
20282
20283 \backslash
20284 Upsilon
20285 \backslash
20286 boldsymbol
20287 \backslash
20288 Upsilon
20289 \end_layout
20290
20291 \end_inset
20292 </cell>
20293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20294 \begin_inset Text
20295
20296 \begin_layout Plain Layout
20297 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20298 \end_inset
20299
20300
20301 \end_layout
20302
20303 \end_inset
20304 </cell>
20305 </row>
20306 <row>
20307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20308 \begin_inset Text
20309
20310 \begin_layout Plain Layout
20311
20312 \backslash
20313 theta
20314 \backslash
20315 boldsymbol
20316 \backslash
20317 theta
20318 \end_layout
20319
20320 \end_inset
20321 </cell>
20322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20323 \begin_inset Text
20324
20325 \begin_layout Plain Layout
20326 \begin_inset Formula $\theta\boldsymbol{\theta}$
20327 \end_inset
20328
20329
20330 \end_layout
20331
20332 \end_inset
20333 </cell>
20334 </row>
20335 </lyxtabular>
20336
20337 \end_inset
20338
20339
20340 \end_layout
20341
20342 \begin_layout Section
20343 Symbols
20344 \begin_inset ERT
20345 status collapsed
20346
20347 \begin_layout Plain Layout
20348
20349
20350 \backslash
20351 texorpdfstring{
20352 \end_layout
20353
20354 \end_inset
20355
20356
20357 \begin_inset Foot
20358 status collapsed
20359
20360 \begin_layout Plain Layout
20361 A list with all symbols of most of the LaTeX-packages can be found in 
20362 \begin_inset CommandInset citation
20363 LatexCommand cite
20364 key "Symbole"
20365
20366 \end_inset
20367
20368 .
20369 \end_layout
20370
20371 \end_inset
20372
20373
20374 \begin_inset ERT
20375 status collapsed
20376
20377 \begin_layout Plain Layout
20378
20379 }{}
20380 \end_layout
20381
20382 \end_inset
20383
20384
20385 \begin_inset Note Note
20386 status collapsed
20387
20388 \begin_layout Plain Layout
20389
20390 \backslash
20391 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20392 \end_layout
20393
20394 \begin_layout Plain Layout
20395 More about 
20396 \backslash
20397 texorpdfstring is in section 
20398 \begin_inset CommandInset ref
20399 LatexCommand ref
20400 reference "sub:Formulas-in-Section"
20401
20402 \end_inset
20403
20404 .
20405 \end_layout
20406
20407 \end_inset
20408
20409
20410 \begin_inset Index
20411 status collapsed
20412
20413 \begin_layout Plain Layout
20414 Symbols
20415 \end_layout
20416
20417 \end_inset
20418
20419
20420 \end_layout
20421
20422 \begin_layout Standard
20423 Many of the symbols listed in this section can also be inserted via the
20424  toolbar buttons 
20425 \begin_inset Graphics
20426         filename ../images/math/nabla.png
20427         scale 85
20428
20429 \end_inset
20430
20431  and 
20432 \begin_inset Graphics
20433         filename ../images/math/digamma.png
20434         scale 85
20435
20436 \end_inset
20437
20438 .
20439 \end_layout
20440
20441 \begin_layout Subsection
20442 Mathematical Symbols
20443 \begin_inset CommandInset label
20444 LatexCommand label
20445 name "sub:Mathematical-Symbols"
20446
20447 \end_inset
20448
20449
20450 \begin_inset Index
20451 status collapsed
20452
20453 \begin_layout Plain Layout
20454 Symbols ! mathematical
20455 \end_layout
20456
20457 \end_inset
20458
20459
20460 \end_layout
20461
20462 \begin_layout Standard
20463 \begin_inset space \hfill{}
20464 \end_inset
20465
20466
20467 \begin_inset Tabular
20468 <lyxtabular version="3" rows="10" columns="2">
20469 <features>
20470 <column alignment="center" valignment="top" width="0pt">
20471 <column alignment="center" valignment="top" width="0pt">
20472 <row>
20473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20474 \begin_inset Text
20475
20476 \begin_layout Plain Layout
20477 Command
20478 \end_layout
20479
20480 \end_inset
20481 </cell>
20482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20483 \begin_inset Text
20484
20485 \begin_layout Plain Layout
20486 Result
20487 \end_layout
20488
20489 \end_inset
20490 </cell>
20491 </row>
20492 <row>
20493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20494 \begin_inset Text
20495
20496 \begin_layout Plain Layout
20497
20498 \backslash
20499 neg
20500 \end_layout
20501
20502 \end_inset
20503 </cell>
20504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20505 \begin_inset Text
20506
20507 \begin_layout Plain Layout
20508 \begin_inset Formula $\neg$
20509 \end_inset
20510
20511
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 </row>
20517 <row>
20518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20519 \begin_inset Text
20520
20521 \begin_layout Plain Layout
20522
20523 \backslash
20524 Im
20525 \end_layout
20526
20527 \end_inset
20528 </cell>
20529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20530 \begin_inset Text
20531
20532 \begin_layout Plain Layout
20533 \begin_inset Formula $\Im$
20534 \end_inset
20535
20536
20537 \end_layout
20538
20539 \end_inset
20540 </cell>
20541 </row>
20542 <row>
20543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20544 \begin_inset Text
20545
20546 \begin_layout Plain Layout
20547
20548 \backslash
20549 Re
20550 \end_layout
20551
20552 \end_inset
20553 </cell>
20554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20555 \begin_inset Text
20556
20557 \begin_layout Plain Layout
20558 \begin_inset Formula $\Re$
20559 \end_inset
20560
20561
20562 \end_layout
20563
20564 \end_inset
20565 </cell>
20566 </row>
20567 <row>
20568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20569 \begin_inset Text
20570
20571 \begin_layout Plain Layout
20572
20573 \backslash
20574 aleph
20575 \end_layout
20576
20577 \end_inset
20578 </cell>
20579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20580 \begin_inset Text
20581
20582 \begin_layout Plain Layout
20583 \begin_inset Formula $\aleph$
20584 \end_inset
20585
20586
20587 \end_layout
20588
20589 \end_inset
20590 </cell>
20591 </row>
20592 <row>
20593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20594 \begin_inset Text
20595
20596 \begin_layout Plain Layout
20597
20598 \backslash
20599 partial
20600 \end_layout
20601
20602 \end_inset
20603 </cell>
20604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20605 \begin_inset Text
20606
20607 \begin_layout Plain Layout
20608 \begin_inset Formula $\partial$
20609 \end_inset
20610
20611
20612 \end_layout
20613
20614 \end_inset
20615 </cell>
20616 </row>
20617 <row>
20618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20619 \begin_inset Text
20620
20621 \begin_layout Plain Layout
20622
20623 \backslash
20624 infty
20625 \end_layout
20626
20627 \end_inset
20628 </cell>
20629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20630 \begin_inset Text
20631
20632 \begin_layout Plain Layout
20633 \begin_inset Formula $\infty$
20634 \end_inset
20635
20636
20637 \end_layout
20638
20639 \end_inset
20640 </cell>
20641 </row>
20642 <row>
20643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20644 \begin_inset Text
20645
20646 \begin_layout Plain Layout
20647
20648 \backslash
20649 wp
20650 \end_layout
20651
20652 \end_inset
20653 </cell>
20654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20655 \begin_inset Text
20656
20657 \begin_layout Plain Layout
20658 \begin_inset Formula $\wp$
20659 \end_inset
20660
20661
20662 \end_layout
20663
20664 \end_inset
20665 </cell>
20666 </row>
20667 <row>
20668 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20669 \begin_inset Text
20670
20671 \begin_layout Plain Layout
20672
20673 \backslash
20674 imath
20675 \end_layout
20676
20677 \end_inset
20678 </cell>
20679 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20680 \begin_inset Text
20681
20682 \begin_layout Plain Layout
20683 \begin_inset Formula $\imath$
20684 \end_inset
20685
20686
20687 \end_layout
20688
20689 \end_inset
20690 </cell>
20691 </row>
20692 <row>
20693 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20694 \begin_inset Text
20695
20696 \begin_layout Plain Layout
20697
20698 \backslash
20699 jmath
20700 \end_layout
20701
20702 \end_inset
20703 </cell>
20704 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20705 \begin_inset Text
20706
20707 \begin_layout Plain Layout
20708 \begin_inset Formula $\jmath$
20709 \end_inset
20710
20711
20712 \end_layout
20713
20714 \end_inset
20715 </cell>
20716 </row>
20717 </lyxtabular>
20718
20719 \end_inset
20720
20721
20722 \begin_inset space \hfill{}
20723 \end_inset
20724
20725
20726 \begin_inset Tabular
20727 <lyxtabular version="3" rows="10" columns="2">
20728 <features>
20729 <column alignment="center" valignment="top" width="0pt">
20730 <column alignment="center" valignment="top" width="0pt">
20731 <row>
20732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20733 \begin_inset Text
20734
20735 \begin_layout Plain Layout
20736 Command
20737 \end_layout
20738
20739 \end_inset
20740 </cell>
20741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20742 \begin_inset Text
20743
20744 \begin_layout Plain Layout
20745 Result
20746 \begin_inset Note Note
20747 status collapsed
20748
20749 \begin_layout Plain Layout
20750
20751 \series bold
20752
20753 \backslash
20754 raisebox
20755 \series default
20756  is only used as spacer.
20757 \end_layout
20758
20759 \end_inset
20760
20761
20762 \end_layout
20763
20764 \end_inset
20765 </cell>
20766 </row>
20767 <row>
20768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20769 \begin_inset Text
20770
20771 \begin_layout Plain Layout
20772
20773 \backslash
20774 forall
20775 \end_layout
20776
20777 \end_inset
20778 </cell>
20779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20780 \begin_inset Text
20781
20782 \begin_layout Plain Layout
20783 \begin_inset Formula $\forall$
20784 \end_inset
20785
20786
20787 \end_layout
20788
20789 \end_inset
20790 </cell>
20791 </row>
20792 <row>
20793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20794 \begin_inset Text
20795
20796 \begin_layout Plain Layout
20797
20798 \backslash
20799 exists
20800 \end_layout
20801
20802 \end_inset
20803 </cell>
20804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20805 \begin_inset Text
20806
20807 \begin_layout Plain Layout
20808 \begin_inset Formula $\exists$
20809 \end_inset
20810
20811
20812 \end_layout
20813
20814 \end_inset
20815 </cell>
20816 </row>
20817 <row>
20818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20819 \begin_inset Text
20820
20821 \begin_layout Plain Layout
20822
20823 \backslash
20824 nexists
20825 \end_layout
20826
20827 \end_inset
20828 </cell>
20829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20830 \begin_inset Text
20831
20832 \begin_layout Plain Layout
20833 \begin_inset Formula $\nexists$
20834 \end_inset
20835
20836
20837 \end_layout
20838
20839 \end_inset
20840 </cell>
20841 </row>
20842 <row>
20843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20844 \begin_inset Text
20845
20846 \begin_layout Plain Layout
20847
20848 \backslash
20849 emptyset
20850 \end_layout
20851
20852 \end_inset
20853 </cell>
20854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20855 \begin_inset Text
20856
20857 \begin_layout Plain Layout
20858 \begin_inset Formula $\emptyset$
20859 \end_inset
20860
20861
20862 \end_layout
20863
20864 \end_inset
20865 </cell>
20866 </row>
20867 <row>
20868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20869 \begin_inset Text
20870
20871 \begin_layout Plain Layout
20872
20873 \backslash
20874 varnothing
20875 \end_layout
20876
20877 \end_inset
20878 </cell>
20879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20880 \begin_inset Text
20881
20882 \begin_layout Plain Layout
20883 \begin_inset Formula $\varnothing$
20884 \end_inset
20885
20886
20887 \end_layout
20888
20889 \end_inset
20890 </cell>
20891 </row>
20892 <row>
20893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20894 \begin_inset Text
20895
20896 \begin_layout Plain Layout
20897
20898 \backslash
20899 dag
20900 \end_layout
20901
20902 \end_inset
20903 </cell>
20904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20905 \begin_inset Text
20906
20907 \begin_layout Plain Layout
20908 \begin_inset Formula $\dag$
20909 \end_inset
20910
20911
20912 \end_layout
20913
20914 \end_inset
20915 </cell>
20916 </row>
20917 <row>
20918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20919 \begin_inset Text
20920
20921 \begin_layout Plain Layout
20922
20923 \backslash
20924 ddag
20925 \end_layout
20926
20927 \end_inset
20928 </cell>
20929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20930 \begin_inset Text
20931
20932 \begin_layout Plain Layout
20933 \begin_inset Formula $\ddag$
20934 \end_inset
20935
20936
20937 \end_layout
20938
20939 \end_inset
20940 </cell>
20941 </row>
20942 <row>
20943 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20944 \begin_inset Text
20945
20946 \begin_layout Plain Layout
20947
20948 \backslash
20949 complement
20950 \end_layout
20951
20952 \end_inset
20953 </cell>
20954 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20955 \begin_inset Text
20956
20957 \begin_layout Plain Layout
20958 \begin_inset ERT
20959 status collapsed
20960
20961 \begin_layout Plain Layout
20962
20963
20964 \backslash
20965 raisebox{-0.8mm}{
20966 \end_layout
20967
20968 \end_inset
20969
20970
20971 \begin_inset Formula $\complement$
20972 \end_inset
20973
20974
20975 \begin_inset ERT
20976 status collapsed
20977
20978 \begin_layout Plain Layout
20979
20980 }
20981 \end_layout
20982
20983 \end_inset
20984
20985
20986 \end_layout
20987
20988 \end_inset
20989 </cell>
20990 </row>
20991 <row>
20992 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20993 \begin_inset Text
20994
20995 \begin_layout Plain Layout
20996
20997 \backslash
20998 Bbbk
20999 \end_layout
21000
21001 \end_inset
21002 </cell>
21003 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21004 \begin_inset Text
21005
21006 \begin_layout Plain Layout
21007 \begin_inset Formula $\Bbbk$
21008 \end_inset
21009
21010
21011 \end_layout
21012
21013 \end_inset
21014 </cell>
21015 </row>
21016 </lyxtabular>
21017
21018 \end_inset
21019
21020
21021 \begin_inset space \hfill{}
21022 \end_inset
21023
21024
21025 \begin_inset Tabular
21026 <lyxtabular version="3" rows="10" columns="2">
21027 <features>
21028 <column alignment="center" valignment="top" width="0pt">
21029 <column alignment="center" valignment="top" width="0pt">
21030 <row>
21031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21032 \begin_inset Text
21033
21034 \begin_layout Plain Layout
21035 Command
21036 \end_layout
21037
21038 \end_inset
21039 </cell>
21040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21041 \begin_inset Text
21042
21043 \begin_layout Plain Layout
21044 Result
21045 \end_layout
21046
21047 \end_inset
21048 </cell>
21049 </row>
21050 <row>
21051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21052 \begin_inset Text
21053
21054 \begin_layout Plain Layout
21055
21056 \backslash
21057 prime
21058 \end_layout
21059
21060 \end_inset
21061 </cell>
21062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21063 \begin_inset Text
21064
21065 \begin_layout Plain Layout
21066 \begin_inset Formula $\prime$
21067 \end_inset
21068
21069
21070 \end_layout
21071
21072 \end_inset
21073 </cell>
21074 </row>
21075 <row>
21076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21077 \begin_inset Text
21078
21079 \begin_layout Plain Layout
21080
21081 \backslash
21082 backprime
21083 \end_layout
21084
21085 \end_inset
21086 </cell>
21087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21088 \begin_inset Text
21089
21090 \begin_layout Plain Layout
21091 \begin_inset Formula $\backprime$
21092 \end_inset
21093
21094
21095 \end_layout
21096
21097 \end_inset
21098 </cell>
21099 </row>
21100 <row>
21101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21102 \begin_inset Text
21103
21104 \begin_layout Plain Layout
21105
21106 \backslash
21107 mho
21108 \end_layout
21109
21110 \end_inset
21111 </cell>
21112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21113 \begin_inset Text
21114
21115 \begin_layout Plain Layout
21116 \begin_inset Formula $\mho$
21117 \end_inset
21118
21119
21120 \end_layout
21121
21122 \end_inset
21123 </cell>
21124 </row>
21125 <row>
21126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21127 \begin_inset Text
21128
21129 \begin_layout Plain Layout
21130
21131 \backslash
21132 triangle
21133 \end_layout
21134
21135 \end_inset
21136 </cell>
21137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21138 \begin_inset Text
21139
21140 \begin_layout Plain Layout
21141 \begin_inset Formula $\triangle$
21142 \end_inset
21143
21144
21145 \end_layout
21146
21147 \end_inset
21148 </cell>
21149 </row>
21150 <row>
21151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21152 \begin_inset Text
21153
21154 \begin_layout Plain Layout
21155
21156 \backslash
21157 angle
21158 \end_layout
21159
21160 \end_inset
21161 </cell>
21162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21163 \begin_inset Text
21164
21165 \begin_layout Plain Layout
21166 \begin_inset Formula $\angle$
21167 \end_inset
21168
21169
21170 \end_layout
21171
21172 \end_inset
21173 </cell>
21174 </row>
21175 <row>
21176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21177 \begin_inset Text
21178
21179 \begin_layout Plain Layout
21180
21181 \backslash
21182 measuredangle
21183 \end_layout
21184
21185 \end_inset
21186 </cell>
21187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21188 \begin_inset Text
21189
21190 \begin_layout Plain Layout
21191 \begin_inset Formula $\measuredangle$
21192 \end_inset
21193
21194
21195 \end_layout
21196
21197 \end_inset
21198 </cell>
21199 </row>
21200 <row>
21201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21202 \begin_inset Text
21203
21204 \begin_layout Plain Layout
21205
21206 \backslash
21207 sphericalangle
21208 \end_layout
21209
21210 \end_inset
21211 </cell>
21212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21213 \begin_inset Text
21214
21215 \begin_layout Plain Layout
21216 \begin_inset Formula $\sphericalangle$
21217 \end_inset
21218
21219
21220 \end_layout
21221
21222 \end_inset
21223 </cell>
21224 </row>
21225 <row>
21226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21227 \begin_inset Text
21228
21229 \begin_layout Plain Layout
21230
21231 \backslash
21232 top
21233 \end_layout
21234
21235 \end_inset
21236 </cell>
21237 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21238 \begin_inset Text
21239
21240 \begin_layout Plain Layout
21241 \begin_inset Formula $\top$
21242 \end_inset
21243
21244
21245 \end_layout
21246
21247 \end_inset
21248 </cell>
21249 </row>
21250 <row>
21251 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21252 \begin_inset Text
21253
21254 \begin_layout Plain Layout
21255
21256 \backslash
21257 bot
21258 \end_layout
21259
21260 \end_inset
21261 </cell>
21262 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21263 \begin_inset Text
21264
21265 \begin_layout Plain Layout
21266 \begin_inset Formula $\bot$
21267 \end_inset
21268
21269
21270 \end_layout
21271
21272 \end_inset
21273 </cell>
21274 </row>
21275 </lyxtabular>
21276
21277 \end_inset
21278
21279
21280 \begin_inset space \hfill{}
21281 \end_inset
21282
21283
21284 \end_layout
21285
21286 \begin_layout Standard
21287 \begin_inset Newpage newpage
21288 \end_inset
21289
21290
21291 \end_layout
21292
21293 \begin_layout Subsection
21294 Miscellaneous Symbols
21295 \begin_inset CommandInset label
21296 LatexCommand label
21297 name "sub:Miscellaneous-Symbols"
21298
21299 \end_inset
21300
21301
21302 \begin_inset Index
21303 status collapsed
21304
21305 \begin_layout Plain Layout
21306 Symbols ! miscellaneous
21307 \end_layout
21308
21309 \end_inset
21310
21311
21312 \end_layout
21313
21314 \begin_layout Standard
21315 \noindent
21316 \align center
21317 \begin_inset Tabular
21318 <lyxtabular version="3" rows="10" columns="2">
21319 <features>
21320 <column alignment="center" valignment="top" width="0pt">
21321 <column alignment="center" valignment="top" width="0pt">
21322 <row>
21323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21324 \begin_inset Text
21325
21326 \begin_layout Plain Layout
21327 Command
21328 \end_layout
21329
21330 \end_inset
21331 </cell>
21332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21333 \begin_inset Text
21334
21335 \begin_layout Plain Layout
21336 Result
21337 \end_layout
21338
21339 \end_inset
21340 </cell>
21341 </row>
21342 <row>
21343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21344 \begin_inset Text
21345
21346 \begin_layout Plain Layout
21347
21348 \backslash
21349 flat
21350 \end_layout
21351
21352 \end_inset
21353 </cell>
21354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21355 \begin_inset Text
21356
21357 \begin_layout Plain Layout
21358 \begin_inset Formula $\flat$
21359 \end_inset
21360
21361
21362 \end_layout
21363
21364 \end_inset
21365 </cell>
21366 </row>
21367 <row>
21368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21369 \begin_inset Text
21370
21371 \begin_layout Plain Layout
21372
21373 \backslash
21374 natural
21375 \end_layout
21376
21377 \end_inset
21378 </cell>
21379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21380 \begin_inset Text
21381
21382 \begin_layout Plain Layout
21383 \begin_inset Formula $\natural$
21384 \end_inset
21385
21386
21387 \end_layout
21388
21389 \end_inset
21390 </cell>
21391 </row>
21392 <row>
21393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21394 \begin_inset Text
21395
21396 \begin_layout Plain Layout
21397
21398 \backslash
21399 sharp
21400 \end_layout
21401
21402 \end_inset
21403 </cell>
21404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21405 \begin_inset Text
21406
21407 \begin_layout Plain Layout
21408 \begin_inset Formula $\sharp$
21409 \end_inset
21410
21411
21412 \end_layout
21413
21414 \end_inset
21415 </cell>
21416 </row>
21417 <row>
21418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21419 \begin_inset Text
21420
21421 \begin_layout Plain Layout
21422
21423 \backslash
21424 surd
21425 \end_layout
21426
21427 \end_inset
21428 </cell>
21429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21430 \begin_inset Text
21431
21432 \begin_layout Plain Layout
21433 \begin_inset Formula $\surd$
21434 \end_inset
21435
21436
21437 \end_layout
21438
21439 \end_inset
21440 </cell>
21441 </row>
21442 <row>
21443 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21444 \begin_inset Text
21445
21446 \begin_layout Plain Layout
21447
21448 \backslash
21449 checkmark
21450 \end_layout
21451
21452 \end_inset
21453 </cell>
21454 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21455 \begin_inset Text
21456
21457 \begin_layout Plain Layout
21458 \begin_inset Formula $\checkmark$
21459 \end_inset
21460
21461
21462 \end_layout
21463
21464 \end_inset
21465 </cell>
21466 </row>
21467 <row>
21468 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21469 \begin_inset Text
21470
21471 \begin_layout Plain Layout
21472
21473 \backslash
21474 yen
21475 \end_layout
21476
21477 \end_inset
21478 </cell>
21479 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21480 \begin_inset Text
21481
21482 \begin_layout Plain Layout
21483 \begin_inset Formula $\yen$
21484 \end_inset
21485
21486
21487 \end_layout
21488
21489 \end_inset
21490 </cell>
21491 </row>
21492 <row>
21493 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21494 \begin_inset Text
21495
21496 \begin_layout Plain Layout
21497
21498 \backslash
21499 pounds
21500 \end_layout
21501
21502 \end_inset
21503 </cell>
21504 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21505 \begin_inset Text
21506
21507 \begin_layout Plain Layout
21508 \begin_inset Formula $\pounds$
21509 \end_inset
21510
21511
21512 \end_layout
21513
21514 \end_inset
21515 </cell>
21516 </row>
21517 <row>
21518 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21519 \begin_inset Text
21520
21521 \begin_layout Plain Layout
21522 $
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21528 \begin_inset Text
21529
21530 \begin_layout Plain Layout
21531 \begin_inset Formula $\$$
21532 \end_inset
21533
21534
21535 \end_layout
21536
21537 \end_inset
21538 </cell>
21539 </row>
21540 <row>
21541 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21542 \begin_inset Text
21543
21544 \begin_layout Plain Layout
21545 §
21546 \end_layout
21547
21548 \end_inset
21549 </cell>
21550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21551 \begin_inset Text
21552
21553 \begin_layout Plain Layout
21554 \begin_inset Formula $§$
21555 \end_inset
21556
21557
21558 \end_layout
21559
21560 \end_inset
21561 </cell>
21562 </row>
21563 </lyxtabular>
21564
21565 \end_inset
21566
21567
21568 \begin_inset Tabular
21569 <lyxtabular version="3" rows="10" columns="2">
21570 <features>
21571 <column alignment="center" valignment="top" width="0">
21572 <column alignment="center" valignment="top" width="0">
21573 <row>
21574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21575 \begin_inset Text
21576
21577 \begin_layout Plain Layout
21578 Command
21579 \end_layout
21580
21581 \end_inset
21582 </cell>
21583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21584 \begin_inset Text
21585
21586 \begin_layout Plain Layout
21587 Result
21588 \end_layout
21589
21590 \end_inset
21591 </cell>
21592 </row>
21593 <row>
21594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21595 \begin_inset Text
21596
21597 \begin_layout Plain Layout
21598
21599 \backslash
21600 hbar
21601 \end_layout
21602
21603 \end_inset
21604 </cell>
21605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21606 \begin_inset Text
21607
21608 \begin_layout Plain Layout
21609 \begin_inset Formula $\hbar$
21610 \end_inset
21611
21612
21613 \end_layout
21614
21615 \end_inset
21616 </cell>
21617 </row>
21618 <row>
21619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21620 \begin_inset Text
21621
21622 \begin_layout Plain Layout
21623
21624 \backslash
21625 hslash
21626 \end_layout
21627
21628 \end_inset
21629 </cell>
21630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21631 \begin_inset Text
21632
21633 \begin_layout Plain Layout
21634 \begin_inset Formula $\hslash$
21635 \end_inset
21636
21637
21638 \end_layout
21639
21640 \end_inset
21641 </cell>
21642 </row>
21643 <row>
21644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21645 \begin_inset Text
21646
21647 \begin_layout Plain Layout
21648
21649 \backslash
21650 clubsuit
21651 \end_layout
21652
21653 \end_inset
21654 </cell>
21655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21656 \begin_inset Text
21657
21658 \begin_layout Plain Layout
21659 \begin_inset Formula $\clubsuit$
21660 \end_inset
21661
21662
21663 \end_layout
21664
21665 \end_inset
21666 </cell>
21667 </row>
21668 <row>
21669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21670 \begin_inset Text
21671
21672 \begin_layout Plain Layout
21673
21674 \backslash
21675 spadesuit
21676 \end_layout
21677
21678 \end_inset
21679 </cell>
21680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21681 \begin_inset Text
21682
21683 \begin_layout Plain Layout
21684 \begin_inset Formula $\spadesuit$
21685 \end_inset
21686
21687
21688 \end_layout
21689
21690 \end_inset
21691 </cell>
21692 </row>
21693 <row>
21694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21695 \begin_inset Text
21696
21697 \begin_layout Plain Layout
21698
21699 \backslash
21700 bigstar
21701 \end_layout
21702
21703 \end_inset
21704 </cell>
21705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21706 \begin_inset Text
21707
21708 \begin_layout Plain Layout
21709 \begin_inset Formula $\bigstar$
21710 \end_inset
21711
21712
21713 \end_layout
21714
21715 \end_inset
21716 </cell>
21717 </row>
21718 <row>
21719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723
21724 \backslash
21725 blacklozenge
21726 \end_layout
21727
21728 \end_inset
21729 </cell>
21730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21731 \begin_inset Text
21732
21733 \begin_layout Plain Layout
21734 \begin_inset Formula $\blacklozenge$
21735 \end_inset
21736
21737
21738 \end_layout
21739
21740 \end_inset
21741 </cell>
21742 </row>
21743 <row>
21744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21745 \begin_inset Text
21746
21747 \begin_layout Plain Layout
21748
21749 \backslash
21750 blacktriangle
21751 \end_layout
21752
21753 \end_inset
21754 </cell>
21755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21756 \begin_inset Text
21757
21758 \begin_layout Plain Layout
21759 \begin_inset Formula $\blacktriangle$
21760 \end_inset
21761
21762
21763 \end_layout
21764
21765 \end_inset
21766 </cell>
21767 </row>
21768 <row>
21769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21770 \begin_inset Text
21771
21772 \begin_layout Plain Layout
21773
21774 \backslash
21775 blacktiangledown
21776 \end_layout
21777
21778 \end_inset
21779 </cell>
21780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21781 \begin_inset Text
21782
21783 \begin_layout Plain Layout
21784 \begin_inset Formula $\blacktriangledown$
21785 \end_inset
21786
21787
21788 \end_layout
21789
21790 \end_inset
21791 </cell>
21792 </row>
21793 <row>
21794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21795 \begin_inset Text
21796
21797 \begin_layout Plain Layout
21798
21799 \backslash
21800 bullet
21801 \end_layout
21802
21803 \end_inset
21804 </cell>
21805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21806 \begin_inset Text
21807
21808 \begin_layout Plain Layout
21809 \begin_inset Formula $\bullet$
21810 \end_inset
21811
21812
21813 \end_layout
21814
21815 \end_inset
21816 </cell>
21817 </row>
21818 </lyxtabular>
21819
21820 \end_inset
21821
21822
21823 \begin_inset Tabular
21824 <lyxtabular version="3" rows="10" columns="2">
21825 <features>
21826 <column alignment="center" valignment="top" width="0pt">
21827 <column alignment="center" valignment="top" width="0pt">
21828 <row>
21829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21830 \begin_inset Text
21831
21832 \begin_layout Plain Layout
21833 Command
21834 \end_layout
21835
21836 \end_inset
21837 </cell>
21838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21839 \begin_inset Text
21840
21841 \begin_layout Plain Layout
21842 Result
21843 \end_layout
21844
21845 \end_inset
21846 </cell>
21847 </row>
21848 <row>
21849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21850 \begin_inset Text
21851
21852 \begin_layout Plain Layout
21853
21854 \backslash
21855 diamondsuit
21856 \end_layout
21857
21858 \end_inset
21859 </cell>
21860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21861 \begin_inset Text
21862
21863 \begin_layout Plain Layout
21864 \begin_inset Formula $\diamondsuit$
21865 \end_inset
21866
21867
21868 \end_layout
21869
21870 \end_inset
21871 </cell>
21872 </row>
21873 <row>
21874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21875 \begin_inset Text
21876
21877 \begin_layout Plain Layout
21878
21879 \backslash
21880 Diamond
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21886 \begin_inset Text
21887
21888 \begin_layout Plain Layout
21889 \begin_inset Formula $\Diamond$
21890 \end_inset
21891
21892
21893 \end_layout
21894
21895 \end_inset
21896 </cell>
21897 </row>
21898 <row>
21899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21900 \begin_inset Text
21901
21902 \begin_layout Plain Layout
21903
21904 \backslash
21905 heartsuit
21906 \end_layout
21907
21908 \end_inset
21909 </cell>
21910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21911 \begin_inset Text
21912
21913 \begin_layout Plain Layout
21914 \begin_inset Formula $\heartsuit$
21915 \end_inset
21916
21917
21918 \end_layout
21919
21920 \end_inset
21921 </cell>
21922 </row>
21923 <row>
21924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21925 \begin_inset Text
21926
21927 \begin_layout Plain Layout
21928
21929 \backslash
21930 P
21931 \end_layout
21932
21933 \end_inset
21934 </cell>
21935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21936 \begin_inset Text
21937
21938 \begin_layout Plain Layout
21939 \begin_inset Formula $\P$
21940 \end_inset
21941
21942
21943 \end_layout
21944
21945 \end_inset
21946 </cell>
21947 </row>
21948 <row>
21949 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21950 \begin_inset Text
21951
21952 \begin_layout Plain Layout
21953
21954 \backslash
21955 copyright
21956 \end_layout
21957
21958 \end_inset
21959 </cell>
21960 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21961 \begin_inset Text
21962
21963 \begin_layout Plain Layout
21964 \begin_inset Formula $\copyright$
21965 \end_inset
21966
21967
21968 \end_layout
21969
21970 \end_inset
21971 </cell>
21972 </row>
21973 <row>
21974 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21975 \begin_inset Text
21976
21977 \begin_layout Plain Layout
21978
21979 \backslash
21980 circledR
21981 \end_layout
21982
21983 \end_inset
21984 </cell>
21985 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21986 \begin_inset Text
21987
21988 \begin_layout Plain Layout
21989 \begin_inset Formula $\circledR$
21990 \end_inset
21991
21992
21993 \end_layout
21994
21995 \end_inset
21996 </cell>
21997 </row>
21998 <row>
21999 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22000 \begin_inset Text
22001
22002 \begin_layout Plain Layout
22003
22004 \backslash
22005 maltese
22006 \end_layout
22007
22008 \end_inset
22009 </cell>
22010 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22011 \begin_inset Text
22012
22013 \begin_layout Plain Layout
22014 \begin_inset Formula $\maltese$
22015 \end_inset
22016
22017
22018 \end_layout
22019
22020 \end_inset
22021 </cell>
22022 </row>
22023 <row>
22024 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22025 \begin_inset Text
22026
22027 \begin_layout Plain Layout
22028
22029 \backslash
22030 diagup
22031 \end_layout
22032
22033 \end_inset
22034 </cell>
22035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22036 \begin_inset Text
22037
22038 \begin_layout Plain Layout
22039 \begin_inset Formula $\diagup$
22040 \end_inset
22041
22042
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 </row>
22048 <row>
22049 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22050 \begin_inset Text
22051
22052 \begin_layout Plain Layout
22053
22054 \backslash
22055 diagdown
22056 \end_layout
22057
22058 \end_inset
22059 </cell>
22060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22061 \begin_inset Text
22062
22063 \begin_layout Plain Layout
22064 \begin_inset Formula $\diagdown$
22065 \end_inset
22066
22067
22068 \end_layout
22069
22070 \end_inset
22071 </cell>
22072 </row>
22073 </lyxtabular>
22074
22075 \end_inset
22076
22077
22078 \end_layout
22079
22080 \begin_layout Standard
22081 \begin_inset VSpace medskip
22082 \end_inset
22083
22084 More symbols are listed in 
22085 \begin_inset CommandInset ref
22086 LatexCommand ref
22087 reference "sub:Miscellaneous-special-Characters"
22088
22089 \end_inset
22090
22091 .
22092 \end_layout
22093
22094 \begin_layout Standard
22095 Some symbols can be displayed in different sizes, see 
22096 \begin_inset CommandInset ref
22097 LatexCommand ref
22098 reference "sub:Font-Sizes"
22099
22100 \end_inset
22101
22102 .
22103 \end_layout
22104
22105 \begin_layout Subsection
22106 The Euro-Symbol €
22107 \begin_inset Index
22108 status collapsed
22109
22110 \begin_layout Plain Layout
22111 Symbols ! Euro-symbol
22112 \end_layout
22113
22114 \end_inset
22115
22116
22117 \begin_inset Index
22118 status collapsed
22119
22120 \begin_layout Plain Layout
22121
22122 \backslash
22123 @
22124 \begin_inset ERT
22125 status collapsed
22126
22127 \begin_layout Plain Layout
22128
22129
22130 \backslash
22131 officialeuro
22132 \end_layout
22133
22134 \end_inset
22135
22136
22137 \end_layout
22138
22139 \end_inset
22140
22141
22142 \end_layout
22143
22144 \begin_layout Standard
22145 To use the Euro symbol in formulas, the LaTeX-package 
22146 \series bold
22147 eurosym
22148 \series default
22149
22150 \begin_inset Index
22151 status collapsed
22152
22153 \begin_layout Plain Layout
22154 Packages ! eurosym
22155 \end_layout
22156
22157 \end_inset
22158
22159  must be installed and loaded with the LaTeX-preamble line
22160 \end_layout
22161
22162 \begin_layout Standard
22163
22164 \series bold
22165
22166 \backslash
22167 usepackage[gennarrow]{eurosym}
22168 \end_layout
22169
22170 \begin_layout Standard
22171 The Euro symbol can now be inserted with the command 
22172 \series bold
22173
22174 \backslash
22175 euro
22176 \series default
22177
22178 \begin_inset Index
22179 status collapsed
22180
22181 \begin_layout Plain Layout
22182 Commands ! E ! 
22183 \backslash
22184 euro
22185 \end_layout
22186
22187 \end_inset
22188
22189 .
22190 \end_layout
22191
22192 \begin_layout Standard
22193 The Euro symbol can directly be inserted with the € key in mathematical
22194  text, without having 
22195 \series bold
22196 eurosym
22197 \series default
22198  installed.
22199  When 
22200 \series bold
22201 eurosym
22202 \series default
22203  is installed, 
22204 \series bold
22205
22206 \backslash
22207 euro
22208 \series default
22209  can also be inserted in TeX-mode.
22210  The official currency symbol can then be inserted with the command 
22211 \series bold
22212
22213 \backslash
22214 officialeuro
22215 \series default
22216
22217 \begin_inset Index
22218 status collapsed
22219
22220 \begin_layout Plain Layout
22221 Commands ! O ! 
22222 \backslash
22223 officialeuro
22224 \end_layout
22225
22226 \end_inset
22227
22228 , that is only available in TeX-mode.
22229 \end_layout
22230
22231 \begin_layout Standard
22232 \begin_inset ERT
22233 status collapsed
22234
22235 \begin_layout Plain Layout
22236
22237
22238 \backslash
22239 ifeurosym 
22240 \end_layout
22241
22242 \end_inset
22243
22244
22245 \begin_inset Note Note
22246 status open
22247
22248 \begin_layout Plain Layout
22249 The following table will only be displayed when the LaTeX-package 
22250 \series bold
22251 eurosym
22252 \series default
22253  is installed.
22254 \end_layout
22255
22256 \end_inset
22257
22258
22259 \end_layout
22260
22261 \begin_layout Standard
22262 An overview about the different Euro symbols:
22263 \end_layout
22264
22265 \begin_layout Standard
22266 \align center
22267 \begin_inset Tabular
22268 <lyxtabular version="3" rows="4" columns="3">
22269 <features>
22270 <column alignment="center" valignment="top" width="0pt">
22271 <column alignment="center" valignment="top" width="0pt">
22272 <column alignment="center" valignment="top" width="0pt">
22273 <row>
22274 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22275 \begin_inset Text
22276
22277 \begin_layout Plain Layout
22278
22279 \end_layout
22280
22281 \end_inset
22282 </cell>
22283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22284 \begin_inset Text
22285
22286 \begin_layout Plain Layout
22287 Command 
22288 \end_layout
22289
22290 \end_inset
22291 </cell>
22292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22293 \begin_inset Text
22294
22295 \begin_layout Plain Layout
22296 Result
22297 \end_layout
22298
22299 \end_inset
22300 </cell>
22301 </row>
22302 <row>
22303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22304 \begin_inset Text
22305
22306 \begin_layout Plain Layout
22307 formula
22308 \end_layout
22309
22310 \end_inset
22311 </cell>
22312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22313 \begin_inset Text
22314
22315 \begin_layout Plain Layout
22316
22317 \backslash
22318 euro
22319 \end_layout
22320
22321 \end_inset
22322 </cell>
22323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22324 \begin_inset Text
22325
22326 \begin_layout Plain Layout
22327 \begin_inset Formula $\euro$
22328 \end_inset
22329
22330
22331 \end_layout
22332
22333 \end_inset
22334 </cell>
22335 </row>
22336 <row>
22337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22338 \begin_inset Text
22339
22340 \begin_layout Plain Layout
22341 mathematical text
22342 \end_layout
22343
22344 \end_inset
22345 </cell>
22346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22347 \begin_inset Text
22348
22349 \begin_layout Plain Layout
22350
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22356 \begin_inset Text
22357
22358 \begin_layout Plain Layout
22359 \begin_inset Formula $\mbox{€}$
22360 \end_inset
22361
22362
22363 \end_layout
22364
22365 \end_inset
22366 </cell>
22367 </row>
22368 <row>
22369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22370 \begin_inset Text
22371
22372 \begin_layout Plain Layout
22373 TeX-mode
22374 \end_layout
22375
22376 \end_inset
22377 </cell>
22378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22379 \begin_inset Text
22380
22381 \begin_layout Plain Layout
22382
22383 \backslash
22384 officialeuro
22385 \end_layout
22386
22387 \end_inset
22388 </cell>
22389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22390 \begin_inset Text
22391
22392 \begin_layout Plain Layout
22393 \begin_inset ERT
22394 status collapsed
22395
22396 \begin_layout Plain Layout
22397
22398
22399 \backslash
22400 officialeuro
22401 \end_layout
22402
22403 \end_inset
22404
22405
22406 \end_layout
22407
22408 \end_inset
22409 </cell>
22410 </row>
22411 </lyxtabular>
22412
22413 \end_inset
22414
22415
22416 \end_layout
22417
22418 \begin_layout Standard
22419 \begin_inset ERT
22420 status collapsed
22421
22422 \begin_layout Plain Layout
22423
22424
22425 \backslash
22426 else 
22427 \end_layout
22428
22429 \end_inset
22430
22431
22432 \begin_inset Note Note
22433 status open
22434
22435 \begin_layout Plain Layout
22436 The following will be displayed when the LaTeX-package 
22437 \series bold
22438 eurosym
22439 \series default
22440  is not installed:
22441 \end_layout
22442
22443 \end_inset
22444
22445
22446 \end_layout
22447
22448 \begin_layout Standard
22449 You need to install the LaTeX-package 
22450 \series bold
22451 eurosym
22452 \series default
22453  to see the rest of this subsection in the output.
22454 \end_layout
22455
22456 \begin_layout Standard
22457 \begin_inset ERT
22458 status collapsed
22459
22460 \begin_layout Plain Layout
22461
22462
22463 \backslash
22464 fi 
22465 \end_layout
22466
22467 \end_inset
22468
22469
22470 \end_layout
22471
22472 \begin_layout Section
22473 Relations
22474 \begin_inset CommandInset label
22475 LatexCommand label
22476 name "sec:Relations"
22477
22478 \end_inset
22479
22480
22481 \begin_inset Index
22482 status collapsed
22483
22484 \begin_layout Plain Layout
22485 Relations
22486 \end_layout
22487
22488 \end_inset
22489
22490
22491 \begin_inset Index
22492 status collapsed
22493
22494 \begin_layout Plain Layout
22495 Comparisons|see
22496 \begin_inset ERT
22497 status collapsed
22498
22499 \begin_layout Plain Layout
22500
22501 {
22502 \end_layout
22503
22504 \end_inset
22505
22506 Relations
22507 \begin_inset ERT
22508 status collapsed
22509
22510 \begin_layout Plain Layout
22511
22512 }
22513 \end_layout
22514
22515 \end_inset
22516
22517
22518 \end_layout
22519
22520 \end_inset
22521
22522
22523 \end_layout
22524
22525 \begin_layout Standard
22526 All relations can also be inserted via the toolbar button 
22527 \begin_inset Graphics
22528         filename ../images/math/leq.png
22529         scale 85
22530
22531 \end_inset
22532
22533 .
22534 \end_layout
22535
22536 \begin_layout Standard
22537 \begin_inset space \hfill{}
22538 \end_inset
22539
22540
22541 \begin_inset Tabular
22542 <lyxtabular version="3" rows="17" columns="2">
22543 <features>
22544 <column alignment="center" valignment="top" width="0pt">
22545 <column alignment="center" valignment="top" width="0pt">
22546 <row>
22547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22548 \begin_inset Text
22549
22550 \begin_layout Plain Layout
22551 Command
22552 \end_layout
22553
22554 \end_inset
22555 </cell>
22556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22557 \begin_inset Text
22558
22559 \begin_layout Plain Layout
22560 Result
22561 \end_layout
22562
22563 \end_inset
22564 </cell>
22565 </row>
22566 <row>
22567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22568 \begin_inset Text
22569
22570 \begin_layout Plain Layout
22571 <
22572 \end_layout
22573
22574 \end_inset
22575 </cell>
22576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22577 \begin_inset Text
22578
22579 \begin_layout Plain Layout
22580 \begin_inset Formula $<$
22581 \end_inset
22582
22583
22584 \end_layout
22585
22586 \end_inset
22587 </cell>
22588 </row>
22589 <row>
22590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22591 \begin_inset Text
22592
22593 \begin_layout Plain Layout
22594
22595 \backslash
22596 le
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605 \begin_inset Formula $\le$
22606 \end_inset
22607
22608
22609 \end_layout
22610
22611 \end_inset
22612 </cell>
22613 </row>
22614 <row>
22615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22616 \begin_inset Text
22617
22618 \begin_layout Plain Layout
22619
22620 \backslash
22621 ll
22622 \end_layout
22623
22624 \end_inset
22625 </cell>
22626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22627 \begin_inset Text
22628
22629 \begin_layout Plain Layout
22630 \begin_inset Formula $\ll$
22631 \end_inset
22632
22633
22634 \end_layout
22635
22636 \end_inset
22637 </cell>
22638 </row>
22639 <row>
22640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22641 \begin_inset Text
22642
22643 \begin_layout Plain Layout
22644
22645 \backslash
22646 prec
22647 \end_layout
22648
22649 \end_inset
22650 </cell>
22651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22652 \begin_inset Text
22653
22654 \begin_layout Plain Layout
22655 \begin_inset Formula $\prec$
22656 \end_inset
22657
22658
22659 \end_layout
22660
22661 \end_inset
22662 </cell>
22663 </row>
22664 <row>
22665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22666 \begin_inset Text
22667
22668 \begin_layout Plain Layout
22669
22670 \backslash
22671 preceq
22672 \end_layout
22673
22674 \end_inset
22675 </cell>
22676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680 \begin_inset Formula $\preceq$
22681 \end_inset
22682
22683
22684 \end_layout
22685
22686 \end_inset
22687 </cell>
22688 </row>
22689 <row>
22690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22691 \begin_inset Text
22692
22693 \begin_layout Plain Layout
22694
22695 \backslash
22696 subset
22697 \end_layout
22698
22699 \end_inset
22700 </cell>
22701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705 \begin_inset Formula $\subset$
22706 \end_inset
22707
22708
22709 \end_layout
22710
22711 \end_inset
22712 </cell>
22713 </row>
22714 <row>
22715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22716 \begin_inset Text
22717
22718 \begin_layout Plain Layout
22719
22720 \backslash
22721 subseteq
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22727 \begin_inset Text
22728
22729 \begin_layout Plain Layout
22730 \begin_inset Formula $\subseteq$
22731 \end_inset
22732
22733
22734 \end_layout
22735
22736 \end_inset
22737 </cell>
22738 </row>
22739 <row>
22740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22741 \begin_inset Text
22742
22743 \begin_layout Plain Layout
22744
22745 \backslash
22746 sqsubseteq
22747 \end_layout
22748
22749 \end_inset
22750 </cell>
22751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22752 \begin_inset Text
22753
22754 \begin_layout Plain Layout
22755 \begin_inset Formula $\sqsubseteq$
22756 \end_inset
22757
22758
22759 \end_layout
22760
22761 \end_inset
22762 </cell>
22763 </row>
22764 <row>
22765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22766 \begin_inset Text
22767
22768 \begin_layout Plain Layout
22769
22770 \backslash
22771 in
22772 \end_layout
22773
22774 \end_inset
22775 </cell>
22776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22777 \begin_inset Text
22778
22779 \begin_layout Plain Layout
22780 \begin_inset Formula $\in$
22781 \end_inset
22782
22783
22784 \end_layout
22785
22786 \end_inset
22787 </cell>
22788 </row>
22789 <row>
22790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22791 \begin_inset Text
22792
22793 \begin_layout Plain Layout
22794
22795 \backslash
22796 vdash
22797 \end_layout
22798
22799 \end_inset
22800 </cell>
22801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22802 \begin_inset Text
22803
22804 \begin_layout Plain Layout
22805 \begin_inset Formula $\vdash$
22806 \end_inset
22807
22808
22809 \end_layout
22810
22811 \end_inset
22812 </cell>
22813 </row>
22814 <row>
22815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22816 \begin_inset Text
22817
22818 \begin_layout Plain Layout
22819
22820 \backslash
22821 smile
22822 \end_layout
22823
22824 \end_inset
22825 </cell>
22826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22827 \begin_inset Text
22828
22829 \begin_layout Plain Layout
22830 \begin_inset Formula $\smile$
22831 \end_inset
22832
22833
22834 \end_layout
22835
22836 \end_inset
22837 </cell>
22838 </row>
22839 <row>
22840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22841 \begin_inset Text
22842
22843 \begin_layout Plain Layout
22844
22845 \backslash
22846 lhd
22847 \end_layout
22848
22849 \end_inset
22850 </cell>
22851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22852 \begin_inset Text
22853
22854 \begin_layout Plain Layout
22855 \begin_inset Formula $\lhd$
22856 \end_inset
22857
22858
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 </row>
22864 <row>
22865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22866 \begin_inset Text
22867
22868 \begin_layout Plain Layout
22869
22870 \backslash
22871 unlhd
22872 \end_layout
22873
22874 \end_inset
22875 </cell>
22876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22877 \begin_inset Text
22878
22879 \begin_layout Plain Layout
22880 \begin_inset Formula $\unlhd$
22881 \end_inset
22882
22883
22884 \end_layout
22885
22886 \end_inset
22887 </cell>
22888 </row>
22889 <row>
22890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22891 \begin_inset Text
22892
22893 \begin_layout Plain Layout
22894
22895 \backslash
22896 gtrless
22897 \end_layout
22898
22899 \end_inset
22900 </cell>
22901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22902 \begin_inset Text
22903
22904 \begin_layout Plain Layout
22905 \begin_inset Formula $\gtrless$
22906 \end_inset
22907
22908
22909 \end_layout
22910
22911 \end_inset
22912 </cell>
22913 </row>
22914 <row>
22915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22916 \begin_inset Text
22917
22918 \begin_layout Plain Layout
22919
22920 \backslash
22921 mid
22922 \end_layout
22923
22924 \end_inset
22925 </cell>
22926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22927 \begin_inset Text
22928
22929 \begin_layout Plain Layout
22930 \begin_inset Formula $\mid$
22931 \end_inset
22932
22933
22934 \end_layout
22935
22936 \end_inset
22937 </cell>
22938 </row>
22939 <row>
22940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22941 \begin_inset Text
22942
22943 \begin_layout Plain Layout
22944
22945 \backslash
22946 nmid
22947 \end_layout
22948
22949 \end_inset
22950 </cell>
22951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22952 \begin_inset Text
22953
22954 \begin_layout Plain Layout
22955 \begin_inset Formula $\nmid$
22956 \end_inset
22957
22958
22959 \end_layout
22960
22961 \end_inset
22962 </cell>
22963 </row>
22964 </lyxtabular>
22965
22966 \end_inset
22967
22968
22969 \begin_inset space \hfill{}
22970 \end_inset
22971
22972
22973 \begin_inset Tabular
22974 <lyxtabular version="3" rows="17" columns="2">
22975 <features>
22976 <column alignment="center" valignment="top" width="0pt">
22977 <column alignment="center" valignment="top" width="0pt">
22978 <row>
22979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22980 \begin_inset Text
22981
22982 \begin_layout Plain Layout
22983 Command
22984 \end_layout
22985
22986 \end_inset
22987 </cell>
22988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22989 \begin_inset Text
22990
22991 \begin_layout Plain Layout
22992 Result
22993 \end_layout
22994
22995 \end_inset
22996 </cell>
22997 </row>
22998 <row>
22999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23000 \begin_inset Text
23001
23002 \begin_layout Plain Layout
23003 =
23004 \end_layout
23005
23006 \end_inset
23007 </cell>
23008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23009 \begin_inset Text
23010
23011 \begin_layout Plain Layout
23012 \begin_inset Formula $=$
23013 \end_inset
23014
23015
23016 \end_layout
23017
23018 \end_inset
23019 </cell>
23020 </row>
23021 <row>
23022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23023 \begin_inset Text
23024
23025 \begin_layout Plain Layout
23026
23027 \backslash
23028 not=
23029 \end_layout
23030
23031 \end_inset
23032 </cell>
23033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23034 \begin_inset Text
23035
23036 \begin_layout Plain Layout
23037 \begin_inset Formula $\not=$
23038 \end_inset
23039
23040
23041 \end_layout
23042
23043 \end_inset
23044 </cell>
23045 </row>
23046 <row>
23047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23048 \begin_inset Text
23049
23050 \begin_layout Plain Layout
23051
23052 \backslash
23053 equiv
23054 \end_layout
23055
23056 \end_inset
23057 </cell>
23058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23059 \begin_inset Text
23060
23061 \begin_layout Plain Layout
23062 \begin_inset Formula $\equiv$
23063 \end_inset
23064
23065
23066 \end_layout
23067
23068 \end_inset
23069 </cell>
23070 </row>
23071 <row>
23072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23073 \begin_inset Text
23074
23075 \begin_layout Plain Layout
23076
23077 \backslash
23078 sim
23079 \end_layout
23080
23081 \end_inset
23082 </cell>
23083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23084 \begin_inset Text
23085
23086 \begin_layout Plain Layout
23087 \begin_inset Formula $\sim$
23088 \end_inset
23089
23090
23091 \end_layout
23092
23093 \end_inset
23094 </cell>
23095 </row>
23096 <row>
23097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23098 \begin_inset Text
23099
23100 \begin_layout Plain Layout
23101
23102 \backslash
23103 simeq
23104 \end_layout
23105
23106 \end_inset
23107 </cell>
23108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23109 \begin_inset Text
23110
23111 \begin_layout Plain Layout
23112 \begin_inset Formula $\simeq$
23113 \end_inset
23114
23115
23116 \end_layout
23117
23118 \end_inset
23119 </cell>
23120 </row>
23121 <row>
23122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23123 \begin_inset Text
23124
23125 \begin_layout Plain Layout
23126
23127 \backslash
23128 approx
23129 \end_layout
23130
23131 \end_inset
23132 </cell>
23133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137 \begin_inset Formula $\approx$
23138 \end_inset
23139
23140
23141 \end_layout
23142
23143 \end_inset
23144 </cell>
23145 </row>
23146 <row>
23147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23148 \begin_inset Text
23149
23150 \begin_layout Plain Layout
23151
23152 \backslash
23153 cong
23154 \end_layout
23155
23156 \end_inset
23157 </cell>
23158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23159 \begin_inset Text
23160
23161 \begin_layout Plain Layout
23162 \begin_inset Formula $\cong$
23163 \end_inset
23164
23165
23166 \end_layout
23167
23168 \end_inset
23169 </cell>
23170 </row>
23171 <row>
23172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23173 \begin_inset Text
23174
23175 \begin_layout Plain Layout
23176
23177 \backslash
23178 bowtie
23179 \end_layout
23180
23181 \end_inset
23182 </cell>
23183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23184 \begin_inset Text
23185
23186 \begin_layout Plain Layout
23187 \begin_inset Formula $\bowtie$
23188 \end_inset
23189
23190
23191 \end_layout
23192
23193 \end_inset
23194 </cell>
23195 </row>
23196 <row>
23197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23198 \begin_inset Text
23199
23200 \begin_layout Plain Layout
23201
23202 \backslash
23203 notin
23204 \end_layout
23205
23206 \end_inset
23207 </cell>
23208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23209 \begin_inset Text
23210
23211 \begin_layout Plain Layout
23212 \begin_inset Formula $\notin$
23213 \end_inset
23214
23215
23216 \end_layout
23217
23218 \end_inset
23219 </cell>
23220 </row>
23221 <row>
23222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23223 \begin_inset Text
23224
23225 \begin_layout Plain Layout
23226
23227 \backslash
23228 perp
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237 \begin_inset Formula $\perp$
23238 \end_inset
23239
23240
23241 \end_layout
23242
23243 \end_inset
23244 </cell>
23245 </row>
23246 <row>
23247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23248 \begin_inset Text
23249
23250 \begin_layout Plain Layout
23251
23252 \backslash
23253 propto
23254 \end_layout
23255
23256 \end_inset
23257 </cell>
23258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23259 \begin_inset Text
23260
23261 \begin_layout Plain Layout
23262 \begin_inset Formula $\propto$
23263 \end_inset
23264
23265
23266 \end_layout
23267
23268 \end_inset
23269 </cell>
23270 </row>
23271 <row>
23272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23273 \begin_inset Text
23274
23275 \begin_layout Plain Layout
23276
23277 \backslash
23278 asymp
23279 \end_layout
23280
23281 \end_inset
23282 </cell>
23283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23284 \begin_inset Text
23285
23286 \begin_layout Plain Layout
23287 \begin_inset Formula $\asymp$
23288 \end_inset
23289
23290
23291 \end_layout
23292
23293 \end_inset
23294 </cell>
23295 </row>
23296 <row>
23297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23298 \begin_inset Text
23299
23300 \begin_layout Plain Layout
23301
23302 \backslash
23303 doteq
23304 \end_layout
23305
23306 \end_inset
23307 </cell>
23308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23309 \begin_inset Text
23310
23311 \begin_layout Plain Layout
23312 \begin_inset Formula $\doteq$
23313 \end_inset
23314
23315
23316 \end_layout
23317
23318 \end_inset
23319 </cell>
23320 </row>
23321 <row>
23322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23323 \begin_inset Text
23324
23325 \begin_layout Plain Layout
23326
23327 \backslash
23328 circeq
23329 \end_layout
23330
23331 \end_inset
23332 </cell>
23333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23334 \begin_inset Text
23335
23336 \begin_layout Plain Layout
23337 \begin_inset Formula $\circeq$
23338 \end_inset
23339
23340
23341 \end_layout
23342
23343 \end_inset
23344 </cell>
23345 </row>
23346 <row>
23347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23348 \begin_inset Text
23349
23350 \begin_layout Plain Layout
23351
23352 \backslash
23353 models
23354 \end_layout
23355
23356 \end_inset
23357 </cell>
23358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23359 \begin_inset Text
23360
23361 \begin_layout Plain Layout
23362 \begin_inset Formula $\models$
23363 \end_inset
23364
23365
23366 \end_layout
23367
23368 \end_inset
23369 </cell>
23370 </row>
23371 <row>
23372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23373 \begin_inset Text
23374
23375 \begin_layout Plain Layout
23376
23377 \backslash
23378 widehat=
23379 \end_layout
23380
23381 \end_inset
23382 </cell>
23383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23384 \begin_inset Text
23385
23386 \begin_layout Plain Layout
23387 \begin_inset Formula $\widehat{=}$
23388 \end_inset
23389
23390
23391 \end_layout
23392
23393 \end_inset
23394 </cell>
23395 </row>
23396 </lyxtabular>
23397
23398 \end_inset
23399
23400
23401 \begin_inset space \hfill{}
23402 \end_inset
23403
23404
23405 \begin_inset Tabular
23406 <lyxtabular version="3" rows="17" columns="2">
23407 <features>
23408 <column alignment="center" valignment="top" width="0pt">
23409 <column alignment="center" valignment="top" width="0pt">
23410 <row>
23411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415 Command
23416 \end_layout
23417
23418 \end_inset
23419 </cell>
23420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23421 \begin_inset Text
23422
23423 \begin_layout Plain Layout
23424 Result
23425 \end_layout
23426
23427 \end_inset
23428 </cell>
23429 </row>
23430 <row>
23431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23432 \begin_inset Text
23433
23434 \begin_layout Plain Layout
23435 >
23436 \end_layout
23437
23438 \end_inset
23439 </cell>
23440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444 \begin_inset Formula $>$
23445 \end_inset
23446
23447
23448 \end_layout
23449
23450 \end_inset
23451 </cell>
23452 </row>
23453 <row>
23454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23455 \begin_inset Text
23456
23457 \begin_layout Plain Layout
23458
23459 \backslash
23460 ge
23461 \end_layout
23462
23463 \end_inset
23464 </cell>
23465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23466 \begin_inset Text
23467
23468 \begin_layout Plain Layout
23469 \begin_inset Formula $\ge$
23470 \end_inset
23471
23472
23473 \end_layout
23474
23475 \end_inset
23476 </cell>
23477 </row>
23478 <row>
23479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23480 \begin_inset Text
23481
23482 \begin_layout Plain Layout
23483
23484 \backslash
23485 gg
23486 \end_layout
23487
23488 \end_inset
23489 </cell>
23490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23491 \begin_inset Text
23492
23493 \begin_layout Plain Layout
23494 \begin_inset Formula $\gg$
23495 \end_inset
23496
23497
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 </row>
23503 <row>
23504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23505 \begin_inset Text
23506
23507 \begin_layout Plain Layout
23508
23509 \backslash
23510 succ
23511 \end_layout
23512
23513 \end_inset
23514 </cell>
23515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23516 \begin_inset Text
23517
23518 \begin_layout Plain Layout
23519 \begin_inset Formula $\succ$
23520 \end_inset
23521
23522
23523 \end_layout
23524
23525 \end_inset
23526 </cell>
23527 </row>
23528 <row>
23529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23530 \begin_inset Text
23531
23532 \begin_layout Plain Layout
23533
23534 \backslash
23535 succeq
23536 \end_layout
23537
23538 \end_inset
23539 </cell>
23540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544 \begin_inset Formula $\succeq$
23545 \end_inset
23546
23547
23548 \end_layout
23549
23550 \end_inset
23551 </cell>
23552 </row>
23553 <row>
23554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23555 \begin_inset Text
23556
23557 \begin_layout Plain Layout
23558
23559 \backslash
23560 supset
23561 \end_layout
23562
23563 \end_inset
23564 </cell>
23565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23566 \begin_inset Text
23567
23568 \begin_layout Plain Layout
23569 \begin_inset Formula $\supset$
23570 \end_inset
23571
23572
23573 \end_layout
23574
23575 \end_inset
23576 </cell>
23577 </row>
23578 <row>
23579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23580 \begin_inset Text
23581
23582 \begin_layout Plain Layout
23583
23584 \backslash
23585 supseteq
23586 \end_layout
23587
23588 \end_inset
23589 </cell>
23590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23591 \begin_inset Text
23592
23593 \begin_layout Plain Layout
23594 \begin_inset Formula $\supseteq$
23595 \end_inset
23596
23597
23598 \end_layout
23599
23600 \end_inset
23601 </cell>
23602 </row>
23603 <row>
23604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23605 \begin_inset Text
23606
23607 \begin_layout Plain Layout
23608
23609 \backslash
23610 sqsupseteq
23611 \end_layout
23612
23613 \end_inset
23614 </cell>
23615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23616 \begin_inset Text
23617
23618 \begin_layout Plain Layout
23619 \begin_inset Formula $\sqsupseteq$
23620 \end_inset
23621
23622
23623 \end_layout
23624
23625 \end_inset
23626 </cell>
23627 </row>
23628 <row>
23629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23630 \begin_inset Text
23631
23632 \begin_layout Plain Layout
23633
23634 \backslash
23635 ni
23636 \end_layout
23637
23638 \end_inset
23639 </cell>
23640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23641 \begin_inset Text
23642
23643 \begin_layout Plain Layout
23644 \begin_inset Formula $\ni$
23645 \end_inset
23646
23647
23648 \end_layout
23649
23650 \end_inset
23651 </cell>
23652 </row>
23653 <row>
23654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23655 \begin_inset Text
23656
23657 \begin_layout Plain Layout
23658
23659 \backslash
23660 dashv
23661 \end_layout
23662
23663 \end_inset
23664 </cell>
23665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23666 \begin_inset Text
23667
23668 \begin_layout Plain Layout
23669 \begin_inset Formula $\dashv$
23670 \end_inset
23671
23672
23673 \end_layout
23674
23675 \end_inset
23676 </cell>
23677 </row>
23678 <row>
23679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23680 \begin_inset Text
23681
23682 \begin_layout Plain Layout
23683
23684 \backslash
23685 frown
23686 \end_layout
23687
23688 \end_inset
23689 </cell>
23690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23691 \begin_inset Text
23692
23693 \begin_layout Plain Layout
23694 \begin_inset Formula $\frown$
23695 \end_inset
23696
23697
23698 \end_layout
23699
23700 \end_inset
23701 </cell>
23702 </row>
23703 <row>
23704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23705 \begin_inset Text
23706
23707 \begin_layout Plain Layout
23708
23709 \backslash
23710 rhd
23711 \end_layout
23712
23713 \end_inset
23714 </cell>
23715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23716 \begin_inset Text
23717
23718 \begin_layout Plain Layout
23719 \begin_inset Formula $\rhd$
23720 \end_inset
23721
23722
23723 \end_layout
23724
23725 \end_inset
23726 </cell>
23727 </row>
23728 <row>
23729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23730 \begin_inset Text
23731
23732 \begin_layout Plain Layout
23733
23734 \backslash
23735 unrhd
23736 \end_layout
23737
23738 \end_inset
23739 </cell>
23740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23741 \begin_inset Text
23742
23743 \begin_layout Plain Layout
23744 \begin_inset Formula $\unrhd$
23745 \end_inset
23746
23747
23748 \end_layout
23749
23750 \end_inset
23751 </cell>
23752 </row>
23753 <row>
23754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23755 \begin_inset Text
23756
23757 \begin_layout Plain Layout
23758
23759 \backslash
23760 lessgtr
23761 \end_layout
23762
23763 \end_inset
23764 </cell>
23765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23766 \begin_inset Text
23767
23768 \begin_layout Plain Layout
23769 \begin_inset Formula $\lessgtr$
23770 \end_inset
23771
23772
23773 \end_layout
23774
23775 \end_inset
23776 </cell>
23777 </row>
23778 <row>
23779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23780 \begin_inset Text
23781
23782 \begin_layout Plain Layout
23783
23784 \backslash
23785 parallel
23786 \end_layout
23787
23788 \end_inset
23789 </cell>
23790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23791 \begin_inset Text
23792
23793 \begin_layout Plain Layout
23794 \begin_inset Formula $\parallel$
23795 \end_inset
23796
23797
23798 \end_layout
23799
23800 \end_inset
23801 </cell>
23802 </row>
23803 <row>
23804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23805 \begin_inset Text
23806
23807 \begin_layout Plain Layout
23808
23809 \backslash
23810 nparallel
23811 \end_layout
23812
23813 \end_inset
23814 </cell>
23815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23816 \begin_inset Text
23817
23818 \begin_layout Plain Layout
23819 \begin_inset Formula $\nparallel$
23820 \end_inset
23821
23822
23823 \end_layout
23824
23825 \end_inset
23826 </cell>
23827 </row>
23828 </lyxtabular>
23829
23830 \end_inset
23831
23832
23833 \begin_inset space \hfill{}
23834 \end_inset
23835
23836
23837 \end_layout
23838
23839 \begin_layout Standard
23840 \begin_inset VSpace medskip
23841 \end_inset
23842
23843 The characters 
23844 \series bold
23845
23846 \backslash
23847 lhd
23848 \series default
23849  and 
23850 \series bold
23851
23852 \backslash
23853 rhd
23854 \series default
23855  are bigger than the equal looking operators 
23856 \series bold
23857
23858 \backslash
23859 triangleleft
23860 \series default
23861  and 
23862 \series bold
23863
23864 \backslash
23865 triangleright
23866 \series default
23867 , respectively.
23868 \end_layout
23869
23870 \begin_layout Standard
23871 Relations are, in contrary to symbols, always surrounded by space.
23872 \end_layout
23873
23874 \begin_layout Standard
23875 Relations with labels can be created with the command 
23876 \series bold
23877
23878 \backslash
23879 stackrel
23880 \series default
23881
23882 \begin_inset Index
23883 status collapsed
23884
23885 \begin_layout Plain Layout
23886 Commands ! S ! 
23887 \backslash
23888 stackrel
23889 \end_layout
23890
23891 \end_inset
23892
23893 :
23894 \end_layout
23895
23896 \begin_layout Standard
23897 \align center
23898 \begin_inset Tabular
23899 <lyxtabular version="3" rows="2" columns="2">
23900 <features>
23901 <column alignment="center" valignment="top" width="0">
23902 <column alignment="center" valignment="top" width="0">
23903 <row>
23904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23905 \begin_inset Text
23906
23907 \begin_layout Plain Layout
23908 Command
23909 \end_layout
23910
23911 \end_inset
23912 </cell>
23913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23914 \begin_inset Text
23915
23916 \begin_layout Plain Layout
23917 Result
23918 \begin_inset Note Note
23919 status collapsed
23920
23921 \begin_layout Plain Layout
23922
23923 \series bold
23924
23925 \backslash
23926 raisebox
23927 \series default
23928  is only used as spacer.
23929 \end_layout
23930
23931 \end_inset
23932
23933
23934 \end_layout
23935
23936 \end_inset
23937 </cell>
23938 </row>
23939 <row>
23940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23941 \begin_inset Text
23942
23943 \begin_layout Plain Layout
23944 A(r)
23945 \backslash
23946 stackrel
23947 \begin_inset ERT
23948 status collapsed
23949
23950 \begin_layout Plain Layout
23951
23952
23953 \backslash
23954 spce 
23955 \end_layout
23956
23957 \end_inset
23958
23959 r
23960 \backslash
23961 to
23962 \backslash
23963 infty
23964 \begin_inset ERT
23965 status collapsed
23966
23967 \begin_layout Plain Layout
23968
23969
23970 \backslash
23971 spce 
23972 \end_layout
23973
23974 \end_inset
23975
23976
23977 \begin_inset Formula $\downarrow$
23978 \end_inset
23979
23980
23981 \backslash
23982 approx
23983 \begin_inset ERT
23984 status collapsed
23985
23986 \begin_layout Plain Layout
23987
23988
23989 \backslash
23990 spce 
23991 \end_layout
23992
23993 \end_inset
23994
23995
23996 \begin_inset ERT
23997 status collapsed
23998
23999 \begin_layout Plain Layout
24000
24001
24002 \backslash
24003 spce 
24004 \end_layout
24005
24006 \end_inset
24007
24008 B
24009 \end_layout
24010
24011 \end_inset
24012 </cell>
24013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24014 \begin_inset Text
24015
24016 \begin_layout Plain Layout
24017 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24018 \end_inset
24019
24020
24021 \end_layout
24022
24023 \end_inset
24024 </cell>
24025 </row>
24026 </lyxtabular>
24027
24028 \end_inset
24029
24030
24031 \end_layout
24032
24033 \begin_layout Section
24034 Functions
24035 \end_layout
24036
24037 \begin_layout Subsection
24038 Predefined Functions
24039 \begin_inset CommandInset label
24040 LatexCommand label
24041 name "sub:Predefined-Functions"
24042
24043 \end_inset
24044
24045
24046 \begin_inset Index
24047 status collapsed
24048
24049 \begin_layout Plain Layout
24050 Functions ! predefined
24051 \end_layout
24052
24053 \end_inset
24054
24055
24056 \end_layout
24057
24058 \begin_layout Standard
24059 In general, variables are set 
24060 \emph on
24061 italic
24062 \emph default
24063  in mathematical expressions, but not function names, because 
24064 \begin_inset Formula $sin$
24065 \end_inset
24066
24067  could be misunderstood as 
24068 \begin_inset Formula $s\cdot i\cdot n$
24069 \end_inset
24070
24071 .
24072  Therefore there are predefined functions, that are additionally a bit separated
24073  from prefactors.
24074  They are inserted as commands starting with a backslash before their name.
24075 \end_layout
24076
24077 \begin_layout Standard
24078 \align center
24079 \begin_inset Tabular
24080 <lyxtabular version="3" rows="2" columns="4">
24081 <features>
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 <column alignment="center" valignment="top" width="0pt">
24086 <row>
24087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24088 \begin_inset Text
24089
24090 \begin_layout Plain Layout
24091 Command
24092 \end_layout
24093
24094 \end_inset
24095 </cell>
24096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24097 \begin_inset Text
24098
24099 \begin_layout Plain Layout
24100 Result
24101 \end_layout
24102
24103 \end_inset
24104 </cell>
24105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24106 \begin_inset Text
24107
24108 \begin_layout Plain Layout
24109 Command
24110 \end_layout
24111
24112 \end_inset
24113 </cell>
24114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24115 \begin_inset Text
24116
24117 \begin_layout Plain Layout
24118 Result
24119 \end_layout
24120
24121 \end_inset
24122 </cell>
24123 </row>
24124 <row>
24125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24126 \begin_inset Text
24127
24128 \begin_layout Plain Layout
24129 Asin(x)+B
24130 \end_layout
24131
24132 \end_inset
24133 </cell>
24134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24135 \begin_inset Text
24136
24137 \begin_layout Plain Layout
24138 \begin_inset Formula $Asin(x)+B$
24139 \end_inset
24140
24141
24142 \end_layout
24143
24144 \end_inset
24145 </cell>
24146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24147 \begin_inset Text
24148
24149 \begin_layout Plain Layout
24150 A
24151 \backslash
24152 sin(x)+B
24153 \end_layout
24154
24155 \end_inset
24156 </cell>
24157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24158 \begin_inset Text
24159
24160 \begin_layout Plain Layout
24161 \begin_inset Formula $A\sin(x)+B$
24162 \end_inset
24163
24164
24165 \end_layout
24166
24167 \end_inset
24168 </cell>
24169 </row>
24170 </lyxtabular>
24171
24172 \end_inset
24173
24174
24175 \begin_inset Newpage pagebreak
24176 \end_inset
24177
24178
24179 \end_layout
24180
24181 \begin_layout Standard
24182 The following functions are predefined:
24183 \end_layout
24184
24185 \begin_layout Standard
24186 \begin_inset VSpace -2mm
24187 \end_inset
24188
24189
24190 \end_layout
24191
24192 \begin_layout Standard
24193 \align center
24194 \begin_inset Tabular
24195 <lyxtabular version="3" rows="9" columns="4">
24196 <features>
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 <column alignment="center" valignment="top" width="0pt">
24201 <row>
24202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24203 \begin_inset Text
24204
24205 \begin_layout Plain Layout
24206 Command
24207 \end_layout
24208
24209 \end_inset
24210 </cell>
24211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24212 \begin_inset Text
24213
24214 \begin_layout Plain Layout
24215 Command
24216 \end_layout
24217
24218 \end_inset
24219 </cell>
24220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24221 \begin_inset Text
24222
24223 \begin_layout Plain Layout
24224 Command
24225 \end_layout
24226
24227 \end_inset
24228 </cell>
24229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24230 \begin_inset Text
24231
24232 \begin_layout Plain Layout
24233 Command
24234 \end_layout
24235
24236 \end_inset
24237 </cell>
24238 </row>
24239 <row>
24240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24241 \begin_inset Text
24242
24243 \begin_layout Plain Layout
24244
24245 \backslash
24246 sin
24247 \end_layout
24248
24249 \end_inset
24250 </cell>
24251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24252 \begin_inset Text
24253
24254 \begin_layout Plain Layout
24255
24256 \backslash
24257 sinh
24258 \end_layout
24259
24260 \end_inset
24261 </cell>
24262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24263 \begin_inset Text
24264
24265 \begin_layout Plain Layout
24266
24267 \backslash
24268 arcsin
24269 \end_layout
24270
24271 \end_inset
24272 </cell>
24273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24274 \begin_inset Text
24275
24276 \begin_layout Plain Layout
24277
24278 \backslash
24279 sup
24280 \end_layout
24281
24282 \end_inset
24283 </cell>
24284 </row>
24285 <row>
24286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24287 \begin_inset Text
24288
24289 \begin_layout Plain Layout
24290
24291 \backslash
24292 cos
24293 \end_layout
24294
24295 \end_inset
24296 </cell>
24297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24298 \begin_inset Text
24299
24300 \begin_layout Plain Layout
24301
24302 \backslash
24303 cosh
24304 \end_layout
24305
24306 \end_inset
24307 </cell>
24308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24309 \begin_inset Text
24310
24311 \begin_layout Plain Layout
24312
24313 \backslash
24314 arccos
24315 \end_layout
24316
24317 \end_inset
24318 </cell>
24319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24320 \begin_inset Text
24321
24322 \begin_layout Plain Layout
24323
24324 \backslash
24325 inf
24326 \end_layout
24327
24328 \end_inset
24329 </cell>
24330 </row>
24331 <row>
24332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24333 \begin_inset Text
24334
24335 \begin_layout Plain Layout
24336
24337 \backslash
24338 tan
24339 \end_layout
24340
24341 \end_inset
24342 </cell>
24343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24344 \begin_inset Text
24345
24346 \begin_layout Plain Layout
24347
24348 \backslash
24349 tanh
24350 \end_layout
24351
24352 \end_inset
24353 </cell>
24354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24355 \begin_inset Text
24356
24357 \begin_layout Plain Layout
24358
24359 \backslash
24360 arctan
24361 \end_layout
24362
24363 \end_inset
24364 </cell>
24365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24366 \begin_inset Text
24367
24368 \begin_layout Plain Layout
24369
24370 \backslash
24371 lim
24372 \end_layout
24373
24374 \end_inset
24375 </cell>
24376 </row>
24377 <row>
24378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24379 \begin_inset Text
24380
24381 \begin_layout Plain Layout
24382
24383 \backslash
24384 cot
24385 \end_layout
24386
24387 \end_inset
24388 </cell>
24389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24390 \begin_inset Text
24391
24392 \begin_layout Plain Layout
24393
24394 \backslash
24395 coth
24396 \end_layout
24397
24398 \end_inset
24399 </cell>
24400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24401 \begin_inset Text
24402
24403 \begin_layout Plain Layout
24404
24405 \backslash
24406 arg
24407 \end_layout
24408
24409 \end_inset
24410 </cell>
24411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24412 \begin_inset Text
24413
24414 \begin_layout Plain Layout
24415
24416 \backslash
24417 liminf
24418 \end_layout
24419
24420 \end_inset
24421 </cell>
24422 </row>
24423 <row>
24424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24425 \begin_inset Text
24426
24427 \begin_layout Plain Layout
24428
24429 \backslash
24430 sec
24431 \end_layout
24432
24433 \end_inset
24434 </cell>
24435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24436 \begin_inset Text
24437
24438 \begin_layout Plain Layout
24439
24440 \backslash
24441 min
24442 \end_layout
24443
24444 \end_inset
24445 </cell>
24446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24447 \begin_inset Text
24448
24449 \begin_layout Plain Layout
24450
24451 \backslash
24452 deg
24453 \end_layout
24454
24455 \end_inset
24456 </cell>
24457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24458 \begin_inset Text
24459
24460 \begin_layout Plain Layout
24461
24462 \backslash
24463 limsup
24464 \end_layout
24465
24466 \end_inset
24467 </cell>
24468 </row>
24469 <row>
24470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24471 \begin_inset Text
24472
24473 \begin_layout Plain Layout
24474
24475 \backslash
24476 csc
24477 \end_layout
24478
24479 \end_inset
24480 </cell>
24481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24482 \begin_inset Text
24483
24484 \begin_layout Plain Layout
24485
24486 \backslash
24487 max
24488 \end_layout
24489
24490 \end_inset
24491 </cell>
24492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24493 \begin_inset Text
24494
24495 \begin_layout Plain Layout
24496
24497 \backslash
24498 det
24499 \end_layout
24500
24501 \end_inset
24502 </cell>
24503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24504 \begin_inset Text
24505
24506 \begin_layout Plain Layout
24507
24508 \backslash
24509 Pr
24510 \end_layout
24511
24512 \end_inset
24513 </cell>
24514 </row>
24515 <row>
24516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24517 \begin_inset Text
24518
24519 \begin_layout Plain Layout
24520
24521 \backslash
24522 ln
24523 \end_layout
24524
24525 \end_inset
24526 </cell>
24527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24528 \begin_inset Text
24529
24530 \begin_layout Plain Layout
24531
24532 \backslash
24533 exp
24534 \end_layout
24535
24536 \end_inset
24537 </cell>
24538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24539 \begin_inset Text
24540
24541 \begin_layout Plain Layout
24542
24543 \backslash
24544 dim
24545 \end_layout
24546
24547 \end_inset
24548 </cell>
24549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24550 \begin_inset Text
24551
24552 \begin_layout Plain Layout
24553
24554 \backslash
24555 hom
24556 \end_layout
24557
24558 \end_inset
24559 </cell>
24560 </row>
24561 <row>
24562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24563 \begin_inset Text
24564
24565 \begin_layout Plain Layout
24566
24567 \backslash
24568 lg
24569 \end_layout
24570
24571 \end_inset
24572 </cell>
24573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24574 \begin_inset Text
24575
24576 \begin_layout Plain Layout
24577
24578 \backslash
24579 log
24580 \end_layout
24581
24582 \end_inset
24583 </cell>
24584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24585 \begin_inset Text
24586
24587 \begin_layout Plain Layout
24588
24589 \backslash
24590 ker
24591 \end_layout
24592
24593 \end_inset
24594 </cell>
24595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24596 \begin_inset Text
24597
24598 \begin_layout Plain Layout
24599
24600 \backslash
24601 gcd
24602 \end_layout
24603
24604 \end_inset
24605 </cell>
24606 </row>
24607 </lyxtabular>
24608
24609 \end_inset
24610
24611
24612 \end_layout
24613
24614 \begin_layout Standard
24615 They can also be inserted with the math toolbar button 
24616 \begin_inset Graphics
24617         filename ../images/math/functions.png
24618         scale 85
24619
24620 \end_inset
24621
24622 .
24623 \end_layout
24624
24625 \begin_layout Subsection
24626 Self-defined Functions
24627 \begin_inset Index
24628 status collapsed
24629
24630 \begin_layout Plain Layout
24631 Functions ! self-defined
24632 \end_layout
24633
24634 \end_inset
24635
24636
24637 \end_layout
24638
24639 \begin_layout Standard
24640 To use a function that is not predefined, like for example the sign function
24641  sgn(x), there are two possibilities:
24642 \end_layout
24643
24644 \begin_layout Itemize
24645 Define the function by inserting the following line to the LaTeX-preamble
24646 \begin_inset Foot
24647 status collapsed
24648
24649 \begin_layout Plain Layout
24650 For more about 
24651 \series bold
24652
24653 \backslash
24654 DeclareMathOperator
24655 \series default
24656  see 
24657 \begin_inset CommandInset ref
24658 LatexCommand ref
24659 reference "sub:Self-defined-Operators"
24660
24661 \end_inset
24662
24663 .
24664 \end_layout
24665
24666 \end_inset
24667
24668
24669 \begin_inset Newline newline
24670 \end_inset
24671
24672
24673 \begin_inset VSpace -3mm
24674 \end_inset
24675
24676
24677 \begin_inset Newline newline
24678 \end_inset
24679
24680
24681 \series bold
24682
24683 \backslash
24684 DeclareMathOperator{
24685 \backslash
24686 sgn}{sgn}
24687 \series default
24688
24689 \begin_inset Index
24690 status collapsed
24691
24692 \begin_layout Plain Layout
24693 Commands ! D ! 
24694 \backslash
24695 dbinom@
24696 \backslash
24697 DeclareMathOperator
24698 \end_layout
24699
24700 \end_inset
24701
24702
24703 \begin_inset Newline newline
24704 \end_inset
24705
24706
24707 \begin_inset VSpace -2mm
24708 \end_inset
24709
24710
24711 \begin_inset Newline newline
24712 \end_inset
24713
24714 Now the new defined function can be called with the command 
24715 \series bold
24716
24717 \backslash
24718 sgn
24719 \series default
24720 .
24721 \end_layout
24722
24723 \begin_layout Itemize
24724 Write the the formula as usual, mark the formula name, in our example the
24725  letters 
24726 \emph on
24727 sgn
24728 \emph default
24729 , and change it to mathematical text.
24730  At last a space is inserted between prefactor and function.
24731 \end_layout
24732
24733 \begin_layout Standard
24734 The result is the same with both methods as with a predefined function
24735 \begin_inset Foot
24736 status collapsed
24737
24738 \begin_layout Plain Layout
24739 In LyX self-defined functions are displayed red, predefined ones black.
24740 \end_layout
24741
24742 \end_inset
24743
24744 :
24745 \end_layout
24746
24747 \begin_layout Standard
24748 \align center
24749 \begin_inset Tabular
24750 <lyxtabular version="3" rows="3" columns="2">
24751 <features>
24752 <column alignment="center" valignment="top" width="0pt">
24753 <column alignment="center" valignment="top" width="0pt">
24754 <row>
24755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24756 \begin_inset Text
24757
24758 \begin_layout Plain Layout
24759 Command
24760 \end_layout
24761
24762 \end_inset
24763 </cell>
24764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24765 \begin_inset Text
24766
24767 \begin_layout Plain Layout
24768 Result
24769 \end_layout
24770
24771 \end_inset
24772 </cell>
24773 </row>
24774 <row>
24775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24776 \begin_inset Text
24777
24778 \begin_layout Plain Layout
24779 A
24780 \backslash
24781 sgn(x)+B
24782 \end_layout
24783
24784 \end_inset
24785 </cell>
24786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24787 \begin_inset Text
24788
24789 \begin_layout Plain Layout
24790 \begin_inset Formula $A\sgn(x)+B$
24791 \end_inset
24792
24793
24794 \end_layout
24795
24796 \end_inset
24797 </cell>
24798 </row>
24799 <row>
24800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24801 \begin_inset Text
24802
24803 \begin_layout Plain Layout
24804 A
24805 \backslash
24806 ,
24807 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24808 \end_inset
24809
24810 (x)+B
24811 \end_layout
24812
24813 \end_inset
24814 </cell>
24815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24816 \begin_inset Text
24817
24818 \begin_layout Plain Layout
24819 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24820 \end_inset
24821
24822
24823 \end_layout
24824
24825 \end_inset
24826 </cell>
24827 </row>
24828 </lyxtabular>
24829
24830 \end_inset
24831
24832
24833 \end_layout
24834
24835 \begin_layout Standard
24836 The first method is more suitable when the self-defined function should
24837  be used several times.
24838 \end_layout
24839
24840 \begin_layout Subsection
24841 Limits
24842 \begin_inset Index
24843 status collapsed
24844
24845 \begin_layout Plain Layout
24846 Limits
24847 \end_layout
24848
24849 \end_inset
24850
24851
24852 \end_layout
24853
24854 \begin_layout Standard
24855 For limits there are defined besides 
24856 \series bold
24857
24858 \backslash
24859 lim
24860 \series default
24861
24862 \begin_inset Index
24863 status collapsed
24864
24865 \begin_layout Plain Layout
24866 Commands ! L ! 
24867 \backslash
24868 lim
24869 \end_layout
24870
24871 \end_inset
24872
24873
24874 \series bold
24875
24876 \backslash
24877 liminf
24878 \series default
24879  and 
24880 \series bold
24881
24882 \backslash
24883 limsup
24884 \series default
24885  furthermore the following functions:
24886 \end_layout
24887
24888 \begin_layout Standard
24889 \align center
24890 \begin_inset Tabular
24891 <lyxtabular version="3" rows="5" columns="2">
24892 <features>
24893 <column alignment="center" valignment="top" width="0">
24894 <column alignment="center" valignment="top" width="0">
24895 <row>
24896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24897 \begin_inset Text
24898
24899 \begin_layout Plain Layout
24900 Command
24901 \end_layout
24902
24903 \end_inset
24904 </cell>
24905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24906 \begin_inset Text
24907
24908 \begin_layout Plain Layout
24909 Result
24910 \begin_inset Note Note
24911 status collapsed
24912
24913 \begin_layout Plain Layout
24914
24915 \series bold
24916
24917 \backslash
24918 raisebox
24919 \series default
24920  is only used as spacer.
24921 \end_layout
24922
24923 \end_inset
24924
24925
24926 \end_layout
24927
24928 \end_inset
24929 </cell>
24930 </row>
24931 <row>
24932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24933 \begin_inset Text
24934
24935 \begin_layout Plain Layout
24936
24937 \backslash
24938 varliminf
24939 \end_layout
24940
24941 \end_inset
24942 </cell>
24943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24944 \begin_inset Text
24945
24946 \begin_layout Plain Layout
24947 \begin_inset Formula $\varliminf$
24948 \end_inset
24949
24950
24951 \end_layout
24952
24953 \end_inset
24954 </cell>
24955 </row>
24956 <row>
24957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24958 \begin_inset Text
24959
24960 \begin_layout Plain Layout
24961
24962 \backslash
24963 varlimsup
24964 \end_layout
24965
24966 \end_inset
24967 </cell>
24968 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24969 \begin_inset Text
24970
24971 \begin_layout Plain Layout
24972 \begin_inset Formula $\varlimsup$
24973 \end_inset
24974
24975
24976 \end_layout
24977
24978 \end_inset
24979 </cell>
24980 </row>
24981 <row>
24982 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24983 \begin_inset Text
24984
24985 \begin_layout Plain Layout
24986
24987 \backslash
24988 varprojlim
24989 \end_layout
24990
24991 \end_inset
24992 </cell>
24993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24994 \begin_inset Text
24995
24996 \begin_layout Plain Layout
24997 \begin_inset Formula $\varprojlim$
24998 \end_inset
24999
25000
25001 \end_layout
25002
25003 \end_inset
25004 </cell>
25005 </row>
25006 <row>
25007 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25008 \begin_inset Text
25009
25010 \begin_layout Plain Layout
25011
25012 \backslash
25013 varinjlim
25014 \end_layout
25015
25016 \end_inset
25017 </cell>
25018 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25019 \begin_inset Text
25020
25021 \begin_layout Plain Layout
25022 \begin_inset Formula $\varinjlim$
25023 \end_inset
25024
25025
25026 \begin_inset Formula $\raisebox{-2.5mm}{}$
25027 \end_inset
25028
25029
25030 \end_layout
25031
25032 \end_inset
25033 </cell>
25034 </row>
25035 </lyxtabular>
25036
25037 \end_inset
25038
25039
25040 \end_layout
25041
25042 \begin_layout Standard
25043 \begin_inset VSpace medskip
25044 \end_inset
25045
25046 The limit is created by inserting a subscript.
25047  It is set right beside the function in an inline formula:
25048 \end_layout
25049
25050 \begin_layout Standard
25051 \align center
25052 \begin_inset Tabular
25053 <lyxtabular version="3" rows="2" columns="2">
25054 <features>
25055 <column alignment="center" valignment="top" width="0pt">
25056 <column alignment="center" valignment="top" width="0pt">
25057 <row>
25058 <cell alignment="center" valignment="top" usebox="none">
25059 \begin_inset Text
25060
25061 \begin_layout Plain Layout
25062 Command
25063 \end_layout
25064
25065 \end_inset
25066 </cell>
25067 <cell alignment="center" valignment="top" usebox="none">
25068 \begin_inset Text
25069
25070 \begin_layout Plain Layout
25071 \begin_inset space \hspace{}
25072 \length 1cm
25073 \end_inset
25074
25075 Result
25076 \begin_inset Note Note
25077 status collapsed
25078
25079 \begin_layout Plain Layout
25080
25081 \series bold
25082
25083 \backslash
25084 hspace
25085 \series default
25086  and
25087 \series bold
25088  
25089 \backslash
25090 raisebox
25091 \series default
25092  are used here as spacer.
25093 \end_layout
25094
25095 \end_inset
25096
25097
25098 \end_layout
25099
25100 \end_inset
25101 </cell>
25102 </row>
25103 <row>
25104 <cell alignment="center" valignment="top" usebox="none">
25105 \begin_inset Text
25106
25107 \begin_layout Plain Layout
25108
25109 \backslash
25110 lim_x
25111 \backslash
25112 to
25113 \begin_inset ERT
25114 status collapsed
25115
25116 \begin_layout Plain Layout
25117
25118
25119 \backslash
25120 spce 
25121 \end_layout
25122
25123 \end_inset
25124
25125 A
25126 \begin_inset ERT
25127 status collapsed
25128
25129 \begin_layout Plain Layout
25130
25131
25132 \backslash
25133 spce 
25134 \end_layout
25135
25136 \end_inset
25137
25138 x=B
25139 \end_layout
25140
25141 \end_inset
25142 </cell>
25143 <cell alignment="center" valignment="top" usebox="none">
25144 \begin_inset Text
25145
25146 \begin_layout Plain Layout
25147 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25148 \end_inset
25149
25150
25151 \end_layout
25152
25153 \end_inset
25154 </cell>
25155 </row>
25156 </lyxtabular>
25157
25158 \end_inset
25159
25160
25161 \end_layout
25162
25163 \begin_layout Standard
25164 In a displayed formula the limit is set below the formula, as usual:
25165 \begin_inset Formula \[
25166 \lim_{x\to A}x=B\]
25167
25168 \end_inset
25169
25170
25171 \end_layout
25172
25173 \begin_layout Subsection
25174 Modulo-Functions
25175 \begin_inset Index
25176 status collapsed
25177
25178 \begin_layout Plain Layout
25179 Functions ! modulo-
25180 \end_layout
25181
25182 \end_inset
25183
25184
25185 \end_layout
25186
25187 \begin_layout Standard
25188 The modulo-function is special, because it exists in four variants.
25189 \end_layout
25190
25191 \begin_layout Standard
25192 The variants in a displayed formula:
25193 \begin_inset Formula \begin{align*}
25194 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25195 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25196 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25197 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25198 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25199
25200 \end_inset
25201
25202
25203 \end_layout
25204
25205 \begin_layout Standard
25206 In an inline formula less space is set before the function names for all
25207  variants.
25208 \end_layout
25209
25210 \begin_layout Section
25211 Special Characters
25212 \begin_inset Index
25213 status collapsed
25214
25215 \begin_layout Plain Layout
25216 Special characters
25217 \end_layout
25218
25219 \end_inset
25220
25221
25222 \end_layout
25223
25224 \begin_layout Subsection
25225 Special Characters in Mathematical Text
25226 \end_layout
25227
25228 \begin_layout Standard
25229 The following commands can only be used in mathematical text or in TeX-mode:
25230 \end_layout
25231
25232 \begin_layout Standard
25233 \begin_inset space \hfill{}
25234 \end_inset
25235
25236
25237 \begin_inset Tabular
25238 <lyxtabular version="3" rows="8" columns="2">
25239 <features>
25240 <column alignment="block" valignment="top" width="0">
25241 <column alignment="block" valignment="top" width="0">
25242 <row>
25243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25244 \begin_inset Text
25245
25246 \begin_layout Plain Layout
25247 Command
25248 \end_layout
25249
25250 \end_inset
25251 </cell>
25252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25253 \begin_inset Text
25254
25255 \begin_layout Plain Layout
25256 Result
25257 \end_layout
25258
25259 \end_inset
25260 </cell>
25261 </row>
25262 <row>
25263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25264 \begin_inset Text
25265
25266 \begin_layout Plain Layout
25267
25268 \backslash
25269 oe
25270 \end_layout
25271
25272 \end_inset
25273 </cell>
25274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25275 \begin_inset Text
25276
25277 \begin_layout Plain Layout
25278 \begin_inset Formula $\textrm{œ}$
25279 \end_inset
25280
25281
25282 \end_layout
25283
25284 \end_inset
25285 </cell>
25286 </row>
25287 <row>
25288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25289 \begin_inset Text
25290
25291 \begin_layout Plain Layout
25292
25293 \backslash
25294 OE
25295 \end_layout
25296
25297 \end_inset
25298 </cell>
25299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25300 \begin_inset Text
25301
25302 \begin_layout Plain Layout
25303 \begin_inset Formula $\textrm{Œ}$
25304 \end_inset
25305
25306
25307 \end_layout
25308
25309 \end_inset
25310 </cell>
25311 </row>
25312 <row>
25313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25314 \begin_inset Text
25315
25316 \begin_layout Plain Layout
25317
25318 \backslash
25319 ae
25320 \end_layout
25321
25322 \end_inset
25323 </cell>
25324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25325 \begin_inset Text
25326
25327 \begin_layout Plain Layout
25328 \begin_inset Formula $\textrm{æ}$
25329 \end_inset
25330
25331
25332 \end_layout
25333
25334 \end_inset
25335 </cell>
25336 </row>
25337 <row>
25338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25339 \begin_inset Text
25340
25341 \begin_layout Plain Layout
25342
25343 \backslash
25344 AE
25345 \end_layout
25346
25347 \end_inset
25348 </cell>
25349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25350 \begin_inset Text
25351
25352 \begin_layout Plain Layout
25353 \begin_inset Formula $\textrm{Æ}$
25354 \end_inset
25355
25356
25357 \end_layout
25358
25359 \end_inset
25360 </cell>
25361 </row>
25362 <row>
25363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25364 \begin_inset Text
25365
25366 \begin_layout Plain Layout
25367
25368 \backslash
25369 aa
25370 \end_layout
25371
25372 \end_inset
25373 </cell>
25374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25375 \begin_inset Text
25376
25377 \begin_layout Plain Layout
25378 \begin_inset Formula $\textrm{\aa}$
25379 \end_inset
25380
25381
25382 \end_layout
25383
25384 \end_inset
25385 </cell>
25386 </row>
25387 <row>
25388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25389 \begin_inset Text
25390
25391 \begin_layout Plain Layout
25392
25393 \backslash
25394 AA
25395 \begin_inset Index
25396 status collapsed
25397
25398 \begin_layout Plain Layout
25399
25400 \backslash
25401 @
25402 \begin_inset ERT
25403 status collapsed
25404
25405 \begin_layout Plain Layout
25406
25407
25408 \backslash
25409 textrm{
25410 \backslash
25411 AA}
25412 \end_layout
25413
25414 \end_inset
25415
25416
25417 \end_layout
25418
25419 \end_inset
25420
25421
25422 \end_layout
25423
25424 \end_inset
25425 </cell>
25426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25427 \begin_inset Text
25428
25429 \begin_layout Plain Layout
25430 \begin_inset Formula $\textrm{Å}$
25431 \end_inset
25432
25433
25434 \end_layout
25435
25436 \end_inset
25437 </cell>
25438 </row>
25439 <row>
25440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25441 \begin_inset Text
25442
25443 \begin_layout Plain Layout
25444
25445 \backslash
25446 i
25447 \end_layout
25448
25449 \end_inset
25450 </cell>
25451 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25452 \begin_inset Text
25453
25454 \begin_layout Plain Layout
25455 \begin_inset Formula $\textrm{ı}$
25456 \end_inset
25457
25458
25459 \end_layout
25460
25461 \end_inset
25462 </cell>
25463 </row>
25464 </lyxtabular>
25465
25466 \end_inset
25467
25468
25469 \begin_inset space \hfill{}
25470 \end_inset
25471
25472
25473 \begin_inset Tabular
25474 <lyxtabular version="3" rows="8" columns="2">
25475 <features>
25476 <column alignment="block" valignment="top" width="0">
25477 <column alignment="center" valignment="top" width="0">
25478 <row>
25479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25480 \begin_inset Text
25481
25482 \begin_layout Plain Layout
25483 command
25484 \begin_inset Note Note
25485 status collapsed
25486
25487 \begin_layout Plain Layout
25488
25489 \series bold
25490
25491 \backslash
25492 hspace{0mm}
25493 \series default
25494  is used for separation, because otherwise the output will be ¡ and ¿ respective
25495 ly.
25496 \end_layout
25497
25498 \end_inset
25499
25500
25501 \end_layout
25502
25503 \end_inset
25504 </cell>
25505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25506 \begin_inset Text
25507
25508 \begin_layout Plain Layout
25509 Result
25510 \end_layout
25511
25512 \end_inset
25513 </cell>
25514 </row>
25515 <row>
25516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25517 \begin_inset Text
25518
25519 \begin_layout Plain Layout
25520
25521 \backslash
25522 o
25523 \end_layout
25524
25525 \end_inset
25526 </cell>
25527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25528 \begin_inset Text
25529
25530 \begin_layout Plain Layout
25531 \begin_inset Formula $\textrm{ø}$
25532 \end_inset
25533
25534
25535 \end_layout
25536
25537 \end_inset
25538 </cell>
25539 </row>
25540 <row>
25541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25542 \begin_inset Text
25543
25544 \begin_layout Plain Layout
25545
25546 \backslash
25547 O
25548 \end_layout
25549
25550 \end_inset
25551 </cell>
25552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25553 \begin_inset Text
25554
25555 \begin_layout Plain Layout
25556 \begin_inset Formula $\textrm{Ø}$
25557 \end_inset
25558
25559
25560 \end_layout
25561
25562 \end_inset
25563 </cell>
25564 </row>
25565 <row>
25566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25567 \begin_inset Text
25568
25569 \begin_layout Plain Layout
25570
25571 \backslash
25572 l
25573 \end_layout
25574
25575 \end_inset
25576 </cell>
25577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25578 \begin_inset Text
25579
25580 \begin_layout Plain Layout
25581 \begin_inset Formula $\textrm{ł}$
25582 \end_inset
25583
25584
25585 \end_layout
25586
25587 \end_inset
25588 </cell>
25589 </row>
25590 <row>
25591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25592 \begin_inset Text
25593
25594 \begin_layout Plain Layout
25595
25596 \backslash
25597 L
25598 \end_layout
25599
25600 \end_inset
25601 </cell>
25602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25603 \begin_inset Text
25604
25605 \begin_layout Plain Layout
25606 \begin_inset Formula $\textrm{Ł}$
25607 \end_inset
25608
25609
25610 \end_layout
25611
25612 \end_inset
25613 </cell>
25614 </row>
25615 <row>
25616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25617 \begin_inset Text
25618
25619 \begin_layout Plain Layout
25620 !
25621 \begin_inset space \hspace{}
25622 \length 0mm
25623 \end_inset
25624
25625 `
25626 \begin_inset ERT
25627 status collapsed
25628
25629 \begin_layout Plain Layout
25630
25631
25632 \backslash
25633 spce 
25634 \end_layout
25635
25636 \end_inset
25637
25638
25639 \end_layout
25640
25641 \end_inset
25642 </cell>
25643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25644 \begin_inset Text
25645
25646 \begin_layout Plain Layout
25647 \begin_inset Formula $\textrm{!`}$
25648 \end_inset
25649
25650
25651 \end_layout
25652
25653 \end_inset
25654 </cell>
25655 </row>
25656 <row>
25657 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25658 \begin_inset Text
25659
25660 \begin_layout Plain Layout
25661 ?
25662 \begin_inset space \hspace{}
25663 \length 0mm
25664 \end_inset
25665
25666 `
25667 \begin_inset ERT
25668 status collapsed
25669
25670 \begin_layout Plain Layout
25671
25672
25673 \backslash
25674 spce 
25675 \end_layout
25676
25677 \end_inset
25678
25679
25680 \end_layout
25681
25682 \end_inset
25683 </cell>
25684 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25685 \begin_inset Text
25686
25687 \begin_layout Plain Layout
25688 \begin_inset Formula $\textrm{?`}$
25689 \end_inset
25690
25691
25692 \end_layout
25693
25694 \end_inset
25695 </cell>
25696 </row>
25697 <row>
25698 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25699 \begin_inset Text
25700
25701 \begin_layout Plain Layout
25702
25703 \backslash
25704 j
25705 \end_layout
25706
25707 \end_inset
25708 </cell>
25709 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25710 \begin_inset Text
25711
25712 \begin_layout Plain Layout
25713 \begin_inset Formula $\textrm{ȷ}$
25714 \end_inset
25715
25716
25717 \end_layout
25718
25719 \end_inset
25720 </cell>
25721 </row>
25722 </lyxtabular>
25723
25724 \end_inset
25725
25726
25727 \begin_inset space \hfill{}
25728 \end_inset
25729
25730
25731 \end_layout
25732
25733 \begin_layout Standard
25734 The characters 
25735 \begin_inset Formula $\textrm{\textrm{Å}}$
25736 \end_inset
25737
25738  and 
25739 \begin_inset Formula $\textrm{\textrm{Ø}}$
25740 \end_inset
25741
25742  can also be inserted via the math toolbar button 
25743 \begin_inset Graphics
25744         filename ../images/math/digamma.png
25745         scale 85
25746
25747 \end_inset
25748
25749 .
25750 \end_layout
25751
25752 \begin_layout Standard
25753 An exception are the commands 
25754 \series bold
25755 !
25756 \begin_inset space \hspace{}
25757 \length 0mm
25758 \end_inset
25759
25760 `
25761 \series default
25762  and 
25763 \series bold
25764 ?
25765 \begin_inset space \hspace{}
25766 \length 0mm
25767 \end_inset
25768
25769 `
25770 \series default
25771 , because they can be inserted in LyX directly to text.
25772 \end_layout
25773
25774 \begin_layout Subsection
25775 Accents in Text
25776 \begin_inset CommandInset label
25777 LatexCommand label
25778 name "sub:Accents-in-Text"
25779
25780 \end_inset
25781
25782
25783 \begin_inset Index
25784 status collapsed
25785
25786 \begin_layout Plain Layout
25787 Accents ! in text
25788 \end_layout
25789
25790 \end_inset
25791
25792
25793 \end_layout
25794
25795 \begin_layout Standard
25796 With the following commands all letters can be accented.
25797  The commands must be inserted in TeX-mode.
25798 \end_layout
25799
25800 \begin_layout Standard
25801 \begin_inset space \hfill{}
25802 \end_inset
25803
25804
25805 \begin_inset Tabular
25806 <lyxtabular version="3" rows="8" columns="2">
25807 <features>
25808 <column alignment="block" valignment="top" width="0">
25809 <column alignment="block" valignment="top" width="0">
25810 <row>
25811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25812 \begin_inset Text
25813
25814 \begin_layout Plain Layout
25815 Command
25816 \end_layout
25817
25818 \end_inset
25819 </cell>
25820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25821 \begin_inset Text
25822
25823 \begin_layout Plain Layout
25824 Result
25825 \end_layout
25826
25827 \end_inset
25828 </cell>
25829 </row>
25830 <row>
25831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25832 \begin_inset Text
25833
25834 \begin_layout Plain Layout
25835
25836 \backslash
25837
25838 \begin_inset Quotes grd
25839 \end_inset
25840
25841 e
25842 \end_layout
25843
25844 \end_inset
25845 </cell>
25846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25847 \begin_inset Text
25848
25849 \begin_layout Plain Layout
25850 \begin_inset ERT
25851 status collapsed
25852
25853 \begin_layout Plain Layout
25854
25855
25856 \backslash
25857 "e
25858 \end_layout
25859
25860 \end_inset
25861
25862
25863 \end_layout
25864
25865 \end_inset
25866 </cell>
25867 </row>
25868 <row>
25869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25870 \begin_inset Text
25871
25872 \begin_layout Plain Layout
25873
25874 \backslash
25875 `e
25876 \end_layout
25877
25878 \end_inset
25879 </cell>
25880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25881 \begin_inset Text
25882
25883 \begin_layout Plain Layout
25884 \begin_inset ERT
25885 status collapsed
25886
25887 \begin_layout Plain Layout
25888
25889
25890 \backslash
25891 `e
25892 \end_layout
25893
25894 \end_inset
25895
25896
25897 \end_layout
25898
25899 \end_inset
25900 </cell>
25901 </row>
25902 <row>
25903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25904 \begin_inset Text
25905
25906 \begin_layout Plain Layout
25907
25908 \backslash
25909 ^
25910 \begin_inset ERT
25911 status collapsed
25912
25913 \begin_layout Plain Layout
25914
25915
25916 \backslash
25917 spce 
25918 \end_layout
25919
25920 \end_inset
25921
25922 e
25923 \end_layout
25924
25925 \end_inset
25926 </cell>
25927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25928 \begin_inset Text
25929
25930 \begin_layout Plain Layout
25931 \begin_inset ERT
25932 status collapsed
25933
25934 \begin_layout Plain Layout
25935
25936
25937 \backslash
25938 ^e
25939 \end_layout
25940
25941 \end_inset
25942
25943
25944 \end_layout
25945
25946 \end_inset
25947 </cell>
25948 </row>
25949 <row>
25950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25951 \begin_inset Text
25952
25953 \begin_layout Plain Layout
25954
25955 \backslash
25956 =e
25957 \end_layout
25958
25959 \end_inset
25960 </cell>
25961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25962 \begin_inset Text
25963
25964 \begin_layout Plain Layout
25965 \begin_inset ERT
25966 status collapsed
25967
25968 \begin_layout Plain Layout
25969
25970
25971 \backslash
25972 =e
25973 \end_layout
25974
25975 \end_inset
25976
25977
25978 \end_layout
25979
25980 \end_inset
25981 </cell>
25982 </row>
25983 <row>
25984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25985 \begin_inset Text
25986
25987 \begin_layout Plain Layout
25988
25989 \backslash
25990 u
25991 \begin_inset ERT
25992 status collapsed
25993
25994 \begin_layout Plain Layout
25995
25996
25997 \backslash
25998 spce 
25999 \end_layout
26000
26001 \end_inset
26002
26003 e
26004 \end_layout
26005
26006 \end_inset
26007 </cell>
26008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26009 \begin_inset Text
26010
26011 \begin_layout Plain Layout
26012 \begin_inset ERT
26013 status collapsed
26014
26015 \begin_layout Plain Layout
26016
26017
26018 \backslash
26019 u e
26020 \end_layout
26021
26022 \end_inset
26023
26024
26025 \end_layout
26026
26027 \end_inset
26028 </cell>
26029 </row>
26030 <row>
26031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26032 \begin_inset Text
26033
26034 \begin_layout Plain Layout
26035
26036 \backslash
26037 b
26038 \begin_inset ERT
26039 status collapsed
26040
26041 \begin_layout Plain Layout
26042
26043
26044 \backslash
26045 spce 
26046 \end_layout
26047
26048 \end_inset
26049
26050 e
26051 \end_layout
26052
26053 \end_inset
26054 </cell>
26055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26056 \begin_inset Text
26057
26058 \begin_layout Plain Layout
26059 \begin_inset ERT
26060 status collapsed
26061
26062 \begin_layout Plain Layout
26063
26064
26065 \backslash
26066 b e
26067 \end_layout
26068
26069 \end_inset
26070
26071
26072 \end_layout
26073
26074 \end_inset
26075 </cell>
26076 </row>
26077 <row>
26078 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26079 \begin_inset Text
26080
26081 \begin_layout Plain Layout
26082
26083 \backslash
26084 t
26085 \begin_inset ERT
26086 status collapsed
26087
26088 \begin_layout Plain Layout
26089
26090
26091 \backslash
26092 spce 
26093 \end_layout
26094
26095 \end_inset
26096
26097 ee
26098 \end_layout
26099
26100 \end_inset
26101 </cell>
26102 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26103 \begin_inset Text
26104
26105 \begin_layout Plain Layout
26106 \begin_inset ERT
26107 status collapsed
26108
26109 \begin_layout Plain Layout
26110
26111
26112 \backslash
26113 t ee
26114 \end_layout
26115
26116 \end_inset
26117
26118
26119 \end_layout
26120
26121 \end_inset
26122 </cell>
26123 </row>
26124 </lyxtabular>
26125
26126 \end_inset
26127
26128
26129 \begin_inset space \hfill{}
26130 \end_inset
26131
26132
26133 \begin_inset Tabular
26134 <lyxtabular version="3" rows="8" columns="2">
26135 <features>
26136 <column alignment="block" valignment="top" width="0">
26137 <column alignment="center" valignment="top" width="0">
26138 <row>
26139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26140 \begin_inset Text
26141
26142 \begin_layout Plain Layout
26143 Command
26144 \end_layout
26145
26146 \end_inset
26147 </cell>
26148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26149 \begin_inset Text
26150
26151 \begin_layout Plain Layout
26152 Result
26153 \end_layout
26154
26155 \end_inset
26156 </cell>
26157 </row>
26158 <row>
26159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26160 \begin_inset Text
26161
26162 \begin_layout Plain Layout
26163
26164 \backslash
26165 H
26166 \begin_inset ERT
26167 status collapsed
26168
26169 \begin_layout Plain Layout
26170
26171
26172 \backslash
26173 spce 
26174 \end_layout
26175
26176 \end_inset
26177
26178 e
26179 \end_layout
26180
26181 \end_inset
26182 </cell>
26183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26184 \begin_inset Text
26185
26186 \begin_layout Plain Layout
26187 \begin_inset ERT
26188 status collapsed
26189
26190 \begin_layout Plain Layout
26191
26192
26193 \backslash
26194 H e
26195 \end_layout
26196
26197 \end_inset
26198
26199
26200 \end_layout
26201
26202 \end_inset
26203 </cell>
26204 </row>
26205 <row>
26206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26207 \begin_inset Text
26208
26209 \begin_layout Plain Layout
26210
26211 \backslash
26212 'e
26213 \end_layout
26214
26215 \end_inset
26216 </cell>
26217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26218 \begin_inset Text
26219
26220 \begin_layout Plain Layout
26221 \begin_inset ERT
26222 status collapsed
26223
26224 \begin_layout Plain Layout
26225
26226
26227 \backslash
26228 'e
26229 \end_layout
26230
26231 \end_inset
26232
26233
26234 \end_layout
26235
26236 \end_inset
26237 </cell>
26238 </row>
26239 <row>
26240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26241 \begin_inset Text
26242
26243 \begin_layout Plain Layout
26244
26245 \backslash
26246 ~e
26247 \begin_inset Index
26248 status collapsed
26249
26250 \begin_layout Plain Layout
26251 Tilde
26252 \end_layout
26253
26254 \end_inset
26255
26256
26257 \end_layout
26258
26259 \end_inset
26260 </cell>
26261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26262 \begin_inset Text
26263
26264 \begin_layout Plain Layout
26265 \begin_inset ERT
26266 status collapsed
26267
26268 \begin_layout Plain Layout
26269
26270
26271 \backslash
26272 ~e
26273 \end_layout
26274
26275 \end_inset
26276
26277
26278 \end_layout
26279
26280 \end_inset
26281 </cell>
26282 </row>
26283 <row>
26284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26285 \begin_inset Text
26286
26287 \begin_layout Plain Layout
26288
26289 \backslash
26290 .e
26291 \end_layout
26292
26293 \end_inset
26294 </cell>
26295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26296 \begin_inset Text
26297
26298 \begin_layout Plain Layout
26299 \begin_inset ERT
26300 status collapsed
26301
26302 \begin_layout Plain Layout
26303
26304
26305 \backslash
26306 .e
26307 \end_layout
26308
26309 \end_inset
26310
26311
26312 \end_layout
26313
26314 \end_inset
26315 </cell>
26316 </row>
26317 <row>
26318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26319 \begin_inset Text
26320
26321 \begin_layout Plain Layout
26322
26323 \backslash
26324 v
26325 \begin_inset ERT
26326 status collapsed
26327
26328 \begin_layout Plain Layout
26329
26330
26331 \backslash
26332 spce 
26333 \end_layout
26334
26335 \end_inset
26336
26337 e
26338 \end_layout
26339
26340 \end_inset
26341 </cell>
26342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26343 \begin_inset Text
26344
26345 \begin_layout Plain Layout
26346 \begin_inset ERT
26347 status collapsed
26348
26349 \begin_layout Plain Layout
26350
26351
26352 \backslash
26353 v e
26354 \end_layout
26355
26356 \end_inset
26357
26358
26359 \end_layout
26360
26361 \end_inset
26362 </cell>
26363 </row>
26364 <row>
26365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26366 \begin_inset Text
26367
26368 \begin_layout Plain Layout
26369
26370 \backslash
26371 d
26372 \begin_inset ERT
26373 status collapsed
26374
26375 \begin_layout Plain Layout
26376
26377
26378 \backslash
26379 spce 
26380 \end_layout
26381
26382 \end_inset
26383
26384 e
26385 \end_layout
26386
26387 \end_inset
26388 </cell>
26389 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26390 \begin_inset Text
26391
26392 \begin_layout Plain Layout
26393 \begin_inset ERT
26394 status collapsed
26395
26396 \begin_layout Plain Layout
26397
26398
26399 \backslash
26400 d e
26401 \end_layout
26402
26403 \end_inset
26404
26405
26406 \end_layout
26407
26408 \end_inset
26409 </cell>
26410 </row>
26411 <row>
26412 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26413 \begin_inset Text
26414
26415 \begin_layout Plain Layout
26416
26417 \backslash
26418 c
26419 \begin_inset ERT
26420 status collapsed
26421
26422 \begin_layout Plain Layout
26423
26424
26425 \backslash
26426 spce 
26427 \end_layout
26428
26429 \end_inset
26430
26431 e
26432 \end_layout
26433
26434 \end_inset
26435 </cell>
26436 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26437 \begin_inset Text
26438
26439 \begin_layout Plain Layout
26440 \begin_inset ERT
26441 status collapsed
26442
26443 \begin_layout Plain Layout
26444
26445
26446 \backslash
26447 c e
26448 \end_layout
26449
26450 \end_inset
26451
26452
26453 \end_layout
26454
26455 \end_inset
26456 </cell>
26457 </row>
26458 </lyxtabular>
26459
26460 \end_inset
26461
26462
26463 \begin_inset space \hfill{}
26464 \end_inset
26465
26466
26467 \end_layout
26468
26469 \begin_layout Standard
26470 \begin_inset VSpace medskip
26471 \end_inset
26472
26473 With the command 
26474 \series bold
26475
26476 \backslash
26477 t
26478 \series default
26479  also two different characters can be accented.
26480  The command 
26481 \series bold
26482
26483 \backslash
26484 t
26485 \begin_inset ERT
26486 status collapsed
26487
26488 \begin_layout Plain Layout
26489
26490
26491 \backslash
26492 spce 
26493 \end_layout
26494
26495 \end_inset
26496
26497 sz
26498 \series default
26499  creates: 
26500 \begin_inset ERT
26501 status collapsed
26502
26503 \begin_layout Plain Layout
26504
26505
26506 \backslash
26507 t sz
26508 \end_layout
26509
26510 \end_inset
26511
26512
26513 \end_layout
26514
26515 \begin_layout Standard
26516 The accents 
26517 \series bold
26518 `
26519 \series default
26520  , 
26521 \series bold
26522 '
26523 \series default
26524  , and 
26525 \series bold
26526 ^
26527 \series default
26528  can in combination with vowels directly be inserted with the keyboard without
26529  using TeX-mode.
26530  The same applies for the tilde
26531 \begin_inset Foot
26532 status collapsed
26533
26534 \begin_layout Plain Layout
26535 This only applies for keyboards where the tilde is defined as accent.
26536 \end_layout
26537
26538 \end_inset
26539
26540  
26541 \series bold
26542 ~
26543 \series default
26544  in combination with 
26545 \emph on
26546 a
26547 \emph default
26548  , 
26549 \emph on
26550 n
26551 \emph default
26552  , or 
26553 \emph on
26554 o
26555 \emph default
26556 .
26557 \end_layout
26558
26559 \begin_layout Standard
26560 The commands 
26561 \series bold
26562
26563 \backslash
26564 b
26565 \series default
26566  , 
26567 \series bold
26568
26569 \backslash
26570 c
26571 \series default
26572  , 
26573 \series bold
26574
26575 \backslash
26576 d
26577 \series default
26578  , 
26579 \series bold
26580
26581 \backslash
26582 H
26583 \series default
26584  , 
26585 \series bold
26586
26587 \backslash
26588 t
26589 \series default
26590  , 
26591 \series bold
26592
26593 \backslash
26594 u
26595 \series default
26596  , 
26597 \series bold
26598
26599 \backslash
26600 v
26601 \series default
26602 , and accents inserted directly with the keyboard are also available in
26603  mathematical text.
26604  For the other accents there are special math commands to be used in formulas,
26605  see 
26606 \begin_inset CommandInset ref
26607 LatexCommand ref
26608 reference "sub:Accents-for-one"
26609
26610 \end_inset
26611
26612 .
26613 \end_layout
26614
26615 \begin_layout Standard
26616 \begin_inset VSpace bigskip
26617 \end_inset
26618
26619 Furthermore, with the command 
26620 \series bold
26621
26622 \backslash
26623 textcircled
26624 \series default
26625
26626 \begin_inset Index
26627 status collapsed
26628
26629 \begin_layout Plain Layout
26630 Commands ! T ! 
26631 \backslash
26632 textcircled
26633 \end_layout
26634
26635 \end_inset
26636
26637  all numbers and letters can be set into a circle, quasi accented with a
26638  circle, similar to the the copyright symbol.
26639 \end_layout
26640
26641 \begin_layout Standard
26642 \align center
26643 \begin_inset Tabular
26644 <lyxtabular version="3" rows="3" columns="2">
26645 <features>
26646 <column alignment="center" valignment="top" width="0">
26647 <column alignment="center" valignment="top" width="0">
26648 <row>
26649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26650 \begin_inset Text
26651
26652 \begin_layout Plain Layout
26653 Command
26654 \end_layout
26655
26656 \end_inset
26657 </cell>
26658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26659 \begin_inset Text
26660
26661 \begin_layout Plain Layout
26662 Result
26663 \begin_inset Note Note
26664 status collapsed
26665
26666 \begin_layout Plain Layout
26667
26668 \series bold
26669
26670 \backslash
26671 raisebox
26672 \series default
26673  is only used as spacer.
26674 \end_layout
26675
26676 \end_inset
26677
26678
26679 \end_layout
26680
26681 \end_inset
26682 </cell>
26683 </row>
26684 <row>
26685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26686 \begin_inset Text
26687
26688 \begin_layout Plain Layout
26689
26690 \backslash
26691 textcircled{w}
26692 \end_layout
26693
26694 \end_inset
26695 </cell>
26696 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26697 \begin_inset Text
26698
26699 \begin_layout Plain Layout
26700 \begin_inset ERT
26701 status collapsed
26702
26703 \begin_layout Plain Layout
26704
26705
26706 \backslash
26707 textcircled{w}
26708 \end_layout
26709
26710 \end_inset
26711
26712
26713 \end_layout
26714
26715 \end_inset
26716 </cell>
26717 </row>
26718 <row>
26719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26720 \begin_inset Text
26721
26722 \begin_layout Plain Layout
26723
26724 \backslash
26725 Large 
26726 \backslash
26727 textcircled{
26728 \backslash
26729 normalsize
26730 \backslash
26731 protect
26732 \backslash
26733 raisebox{-1.5pt}{W}}
26734 \end_layout
26735
26736 \end_inset
26737 </cell>
26738 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26739 \begin_inset Text
26740
26741 \begin_layout Plain Layout
26742 \begin_inset Formula $\raisebox{4.5mm}{}$
26743 \end_inset
26744
26745
26746 \begin_inset ERT
26747 status collapsed
26748
26749 \begin_layout Plain Layout
26750
26751
26752 \backslash
26753 Large 
26754 \backslash
26755 textcircled{
26756 \backslash
26757 normalsize
26758 \backslash
26759 protect
26760 \backslash
26761 raisebox{-1.5pt}W}
26762 \end_layout
26763
26764 \end_inset
26765
26766
26767 \begin_inset Formula $\raisebox{-2mm}{}$
26768 \end_inset
26769
26770
26771 \end_layout
26772
26773 \end_inset
26774 </cell>
26775 </row>
26776 </lyxtabular>
26777
26778 \end_inset
26779
26780
26781 \end_layout
26782
26783 \begin_layout Standard
26784 One has to take care that the character fits in the circle.
26785  
26786 \series bold
26787
26788 \backslash
26789 Large
26790 \series default
26791
26792 \begin_inset Foot
26793 status collapsed
26794
26795 \begin_layout Plain Layout
26796 see 
26797 \begin_inset CommandInset ref
26798 LatexCommand ref
26799 reference "sub:Font-Sizes"
26800
26801 \end_inset
26802
26803
26804 \end_layout
26805
26806 \end_inset
26807
26808  specifies thereby the size of the circle.
26809  With the help of 
26810 \series bold
26811
26812 \backslash
26813 raisebox
26814 \series default
26815
26816 \begin_inset Foot
26817 status collapsed
26818
26819 \begin_layout Plain Layout
26820 see 
26821 \begin_inset CommandInset ref
26822 LatexCommand ref
26823 reference "sub:Boxes-without-Frame"
26824
26825 \end_inset
26826
26827
26828 \end_layout
26829
26830 \end_inset
26831
26832  the character can be centered.
26833 \end_layout
26834
26835 \begin_layout Subsection
26836 Minuscule Numbers
26837 \begin_inset Index
26838 status collapsed
26839
26840 \begin_layout Plain Layout
26841 Minuscule numbers
26842 \end_layout
26843
26844 \end_inset
26845
26846
26847 \end_layout
26848
26849 \begin_layout Standard
26850 Minuscule numbers are created with the command 
26851 \series bold
26852
26853 \backslash
26854 oldstylenums
26855 \series default
26856
26857 \begin_inset Index
26858 status collapsed
26859
26860 \begin_layout Plain Layout
26861 Commands ! O ! 
26862 \backslash
26863 oldstylenums
26864 \end_layout
26865
26866 \end_inset
26867
26868 .
26869  The command can be used in formulas and in TeX-mode.
26870  The command scheme is:
26871 \end_layout
26872
26873 \begin_layout Standard
26874
26875 \series bold
26876
26877 \backslash
26878 oldstylenums{number}
26879 \end_layout
26880
26881 \begin_layout Standard
26882 The command 
26883 \series bold
26884
26885 \backslash
26886 oldstylenums{0123456789
26887 \series default
26888  produces: 
26889 \begin_inset Formula $\oldstylenums{0123456789}$
26890 \end_inset
26891
26892
26893 \end_layout
26894
26895 \begin_layout Subsection
26896 Miscellaneous special Characters
26897 \begin_inset CommandInset label
26898 LatexCommand label
26899 name "sub:Miscellaneous-special-Characters"
26900
26901 \end_inset
26902
26903
26904 \begin_inset Index
26905 status collapsed
26906
26907 \begin_layout Plain Layout
26908 Special characters ! miscellaneous
26909 \end_layout
26910
26911 \end_inset
26912
26913
26914 \end_layout
26915
26916 \begin_layout Standard
26917 The following characters can only be inserted to formulas by using commands:
26918 \end_layout
26919
26920 \begin_layout Standard
26921 \align center
26922 \begin_inset Tabular
26923 <lyxtabular version="3" rows="4" columns="2">
26924 <features>
26925 <column alignment="center" valignment="top" width="0">
26926 <column alignment="center" valignment="top" width="0">
26927 <row>
26928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26929 \begin_inset Text
26930
26931 \begin_layout Plain Layout
26932 Command
26933 \end_layout
26934
26935 \end_inset
26936 </cell>
26937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26938 \begin_inset Text
26939
26940 \begin_layout Plain Layout
26941 Result
26942 \end_layout
26943
26944 \end_inset
26945 </cell>
26946 </row>
26947 <row>
26948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26949 \begin_inset Text
26950
26951 \begin_layout Plain Layout
26952
26953 \backslash
26954 ^
26955 \begin_inset ERT
26956 status collapsed
26957
26958 \begin_layout Plain Layout
26959
26960
26961 \backslash
26962 spce 
26963 \end_layout
26964
26965 \end_inset
26966
26967
26968 \end_layout
26969
26970 \end_inset
26971 </cell>
26972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26973 \begin_inset Text
26974
26975 \begin_layout Plain Layout
26976 \begin_inset Formula $\mathcircumflex$
26977 \end_inset
26978
26979
26980 \end_layout
26981
26982 \end_inset
26983 </cell>
26984 </row>
26985 <row>
26986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26987 \begin_inset Text
26988
26989 \begin_layout Plain Layout
26990
26991 \backslash
26992 _
26993 \end_layout
26994
26995 \end_inset
26996 </cell>
26997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26998 \begin_inset Text
26999
27000 \begin_layout Plain Layout
27001 \begin_inset Formula $\_$
27002 \end_inset
27003
27004
27005 \end_layout
27006
27007 \end_inset
27008 </cell>
27009 </row>
27010 <row>
27011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27012 \begin_inset Text
27013
27014 \begin_layout Plain Layout
27015 ^
27016 \begin_inset ERT
27017 status collapsed
27018
27019 \begin_layout Plain Layout
27020
27021
27022 \backslash
27023 spce 
27024 \end_layout
27025
27026 \end_inset
27027
27028
27029 \backslash
27030 circ
27031 \begin_inset Index
27032 status collapsed
27033
27034 \begin_layout Plain Layout
27035 °
27036 \end_layout
27037
27038 \end_inset
27039
27040
27041 \end_layout
27042
27043 \end_inset
27044 </cell>
27045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27046 \begin_inset Text
27047
27048 \begin_layout Plain Layout
27049 \begin_inset Formula $^{\circ}$
27050 \end_inset
27051
27052
27053 \end_layout
27054
27055 \end_inset
27056 </cell>
27057 </row>
27058 </lyxtabular>
27059
27060 \end_inset
27061
27062
27063 \end_layout
27064
27065 \begin_layout Standard
27066 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27067  contains the following line
27068 \begin_inset Foot
27069 status collapsed
27070
27071 \begin_layout Plain Layout
27072 More about this is described in 
27073 \begin_inset CommandInset ref
27074 LatexCommand ref
27075 reference "sub:Text-Characters-in"
27076
27077 \end_inset
27078
27079 .
27080 \end_layout
27081
27082 \end_inset
27083
27084 :
27085 \end_layout
27086
27087 \begin_layout Standard
27088
27089 \series bold
27090
27091 \backslash
27092 DeclareInputtext{176}{
27093 \backslash
27094 ifmmode^
27095 \backslash
27096 circ
27097 \backslash
27098 else
27099 \backslash
27100 textdegree
27101 \backslash
27102 fi}
27103 \end_layout
27104
27105 \begin_layout Section
27106 Formula Styles
27107 \begin_inset CommandInset label
27108 LatexCommand label
27109 name "sec:Formula-Styles"
27110
27111 \end_inset
27112
27113
27114 \begin_inset Index
27115 status collapsed
27116
27117 \begin_layout Plain Layout
27118 Formula ! styles
27119 \end_layout
27120
27121 \end_inset
27122
27123
27124 \end_layout
27125
27126 \begin_layout Itemize
27127 There are two different alignment styles:
27128 \end_layout
27129
27130 \begin_deeper
27131 \begin_layout Description
27132 Centered is the predefined standard
27133 \end_layout
27134
27135 \begin_layout Description
27136 Indented for this the option 
27137 \series bold
27138 fleqn
27139 \series default
27140  must be inserted in the menu 
27141 \family sans
27142 Document\SpecialChar \menuseparator
27143 Settings
27144 \family default
27145  under 
27146 \family sans
27147 Document
27148 \begin_inset space ~
27149 \end_inset
27150
27151 Class
27152 \end_layout
27153
27154 \begin_layout Standard
27155 When 
27156 \series bold
27157 Indented
27158 \series default
27159  is used, the indentation can be adjusted with the length 
27160 \series bold
27161
27162 \backslash
27163 mathindent
27164 \series default
27165
27166 \begin_inset Index
27167 status collapsed
27168
27169 \begin_layout Plain Layout
27170 Commands ! M ! 
27171 \backslash
27172 mathindent
27173 \end_layout
27174
27175 \end_inset
27176
27177 .
27178  Should the distance be 15
27179 \begin_inset space \thinspace{}
27180 \end_inset
27181
27182 mm, the following command line is inserted in the LaTeX-preamble
27183 \end_layout
27184
27185 \begin_layout Standard
27186
27187 \series bold
27188
27189 \backslash
27190 setlength{
27191 \backslash
27192 mathindent}{15mm}
27193 \end_layout
27194
27195 \begin_layout Standard
27196 When no length is specified, the predefined value of 30
27197 \begin_inset space \thinspace{}
27198 \end_inset
27199
27200 pt will be used.
27201 \end_layout
27202
27203 \end_deeper
27204 \begin_layout Itemize
27205 And two different numbering styles:
27206 \end_layout
27207
27208 \begin_deeper
27209 \begin_layout Description
27210 Right is the predefined standard
27211 \end_layout
27212
27213 \begin_layout Description
27214 Left for this the option 
27215 \series bold
27216 leqno
27217 \series default
27218  must be inserted in the menu 
27219 \family sans
27220 Document\SpecialChar \menuseparator
27221 Settings
27222 \family default
27223  under 
27224 \family sans
27225 Document
27226 \begin_inset space ~
27227 \end_inset
27228
27229 Class
27230 \end_layout
27231
27232 \end_deeper
27233 \begin_layout Standard
27234
27235 \series bold
27236 fleqn
27237 \series default
27238  and 
27239 \series bold
27240 leqno
27241 \series default
27242  can also be used together.
27243  In this case both options are inserted, separated by a comma.
27244 \end_layout
27245
27246 \begin_layout Standard
27247 The chosen styles are used for all displayed formulas of the document.
27248  When both, centered and indented formulas should be created in a document,
27249  the style 
27250 \series bold
27251 Centered
27252 \series default
27253  is used.
27254  The indented formulas are then set in a flalign environment, see 
27255 \begin_inset CommandInset ref
27256 LatexCommand ref
27257 reference "sub:Flalign-Environment"
27258
27259 \end_inset
27260
27261 .
27262 \end_layout
27263
27264 \begin_layout Section
27265 Multiline Formulas
27266 \begin_inset CommandInset label
27267 LatexCommand label
27268 name "sec:Multiline-Formulas"
27269
27270 \end_inset
27271
27272
27273 \begin_inset Index
27274 status collapsed
27275
27276 \begin_layout Plain Layout
27277 Formula ! multiline
27278 \end_layout
27279
27280 \end_inset
27281
27282
27283 \end_layout
27284
27285 \begin_layout Subsection
27286 General
27287 \end_layout
27288
27289 \begin_layout Standard
27290 In LyX multiline formulas are created by pressing 
27291 \family sans
27292 \series bold
27293 Ctrl-Return
27294 \family default
27295 \series default
27296  inside a formula.
27297  This creates either an 
27298 \series bold
27299 eqnarray environment
27300 \series default
27301  that is described in 
27302 \begin_inset CommandInset ref
27303 LatexCommand ref
27304 reference "sub:Eqnarray-Environment"
27305
27306 \end_inset
27307
27308  or, when the option 
27309 \family sans
27310 Use AMS math package
27311 \family default
27312  in the document settings is selected, an 
27313 \series bold
27314 align environment
27315 \series default
27316  that is described in 
27317 \begin_inset CommandInset ref
27318 LatexCommand ref
27319 reference "sub:Standard-align-Environment"
27320
27321 \end_inset
27322
27323 .
27324 \end_layout
27325
27326 \begin_layout Standard
27327 There are other multiline formula environments that can be created via the
27328  menu 
27329 \family sans
27330 Insert\SpecialChar \menuseparator
27331 Math
27332 \family default
27333 .
27334  These environments are described in the following sections.
27335 \end_layout
27336
27337 \begin_layout Standard
27338 In all multiline formula environments a new line is created by pressing
27339  
27340 \family sans
27341 Ctrl-Return
27342 \family default
27343 .
27344  To add or delete lines, the math toolbar buttons 
27345 \begin_inset Graphics
27346         filename ../images/tabular-feature_append-row.png
27347         scale 85
27348
27349 \end_inset
27350
27351  or 
27352 \begin_inset Graphics
27353         filename ../images/tabular-feature_delete-row.png
27354         scale 85
27355
27356 \end_inset
27357
27358 , respectively, or the menu 
27359 \family sans
27360 Edit\SpecialChar \menuseparator
27361 Rows & Columns
27362 \family default
27363  can be used.
27364 \end_layout
27365
27366 \begin_layout Subsubsection
27367 Line Separation
27368 \begin_inset CommandInset label
27369 LatexCommand label
27370 name "sub:Line-Separation"
27371
27372 \end_inset
27373
27374
27375 \begin_inset Index
27376 status collapsed
27377
27378 \begin_layout Plain Layout
27379 Formula ! multiline ! Line separation
27380 \end_layout
27381
27382 \end_inset
27383
27384
27385 \end_layout
27386
27387 \begin_layout Standard
27388 There is sometimes not enough space in multiline formulas between the lines:
27389 \begin_inset Formula \begin{eqnarray*}
27390 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}\\
27391 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*}
27392
27393 \end_inset
27394
27395
27396 \end_layout
27397
27398 \begin_layout Standard
27399 In LaTeX additional line space is specified as optional argument of the
27400  new line command.
27401  This is not yet possible in LyX
27402 \begin_inset Foot
27403 status collapsed
27404
27405 \begin_layout Plain Layout
27406 see 
27407 \begin_inset CommandInset href
27408 LatexCommand href
27409 name "LyX-bug #1505"
27410 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27411
27412 \end_inset
27413
27414
27415 \end_layout
27416
27417 \end_inset
27418
27419 , therefore the whole formula must be inserted in TeX-mode.
27420  To add in our example space, the command 
27421 \series bold
27422
27423 \backslash
27424
27425 \backslash
27426 [3mm]
27427 \series default
27428  is inserted at the end of the first line.
27429  One gets: 
27430 \begin_inset ERT
27431 status collapsed
27432
27433 \begin_layout Plain Layout
27434
27435
27436 \backslash
27437 begin{eqnarray*}
27438 \end_layout
27439
27440 \begin_layout Plain Layout
27441
27442 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27443  = & 
27444 \backslash
27445 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27446 \backslash
27447
27448 \backslash
27449 [3mm]
27450 \end_layout
27451
27452 \begin_layout Plain Layout
27453
27454 4x^{2}
27455 \backslash
27456 left(B^{2}+x_{0}^{2}
27457 \backslash
27458 right)+4x_{0}x
27459 \backslash
27460 left(D-B^{2}
27461 \backslash
27462 right)+B^{2}
27463 \backslash
27464 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27465 \backslash
27466 right) & = & 0
27467 \end_layout
27468
27469 \begin_layout Plain Layout
27470
27471
27472 \backslash
27473 end{eqnarray*}
27474 \end_layout
27475
27476 \end_inset
27477
27478
27479 \end_layout
27480
27481 \begin_layout Standard
27482 \begin_inset VSpace bigskip
27483 \end_inset
27484
27485 To set the the line separation for all lines in a formula, the length 
27486 \series bold
27487
27488 \backslash
27489 jot
27490 \series default
27491
27492 \begin_inset Index
27493 status collapsed
27494
27495 \begin_layout Plain Layout
27496 Commands ! J ! 
27497 \backslash
27498 jot
27499 \end_layout
27500
27501 \end_inset
27502
27503  is changed.
27504  The definition is: 
27505 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
27506 \end_inset
27507
27508 .
27509  Predefined for 
27510 \series bold
27511
27512 \backslash
27513 jot
27514 \series default
27515  is the value 3
27516 \begin_inset space \thinspace{}
27517 \end_inset
27518
27519 pt.
27520  To create 3
27521 \begin_inset space \thinspace{}
27522 \end_inset
27523
27524 mm additional line separation as in the previous example, the command
27525 \end_layout
27526
27527 \begin_layout Standard
27528
27529 \series bold
27530
27531 \backslash
27532 setlength{
27533 \backslash
27534 jot}{3mm+3pt}
27535 \end_layout
27536
27537 \begin_layout Standard
27538 is inserted in TeX-mode before the formula.
27539  This requires that the LaTeX-package 
27540 \series bold
27541 calc
27542 \series default
27543
27544 \begin_inset Foot
27545 status collapsed
27546
27547 \begin_layout Plain Layout
27548
27549 \series bold
27550 calc
27551 \series default
27552  is part of every LaTeX standard installation.
27553 \end_layout
27554
27555 \end_inset
27556
27557
27558 \begin_inset Index
27559 status collapsed
27560
27561 \begin_layout Plain Layout
27562 Packages ! calc
27563 \end_layout
27564
27565 \end_inset
27566
27567  was loaded in LaTeX-preamble with the line
27568 \end_layout
27569
27570 \begin_layout Standard
27571
27572 \series bold
27573
27574 \backslash
27575 usepackage{calc}
27576 \end_layout
27577
27578 \begin_layout Standard
27579 One gets: 
27580 \begin_inset ERT
27581 status collapsed
27582
27583 \begin_layout Plain Layout
27584
27585
27586 \backslash
27587 setlength{
27588 \backslash
27589 jot}{3mm+3pt}
27590 \end_layout
27591
27592 \end_inset
27593
27594
27595 \begin_inset Formula \begin{eqnarray*}
27596 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}\\
27597 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*}
27598
27599 \end_inset
27600
27601
27602 \end_layout
27603
27604 \begin_layout Standard
27605 \begin_inset ERT
27606 status collapsed
27607
27608 \begin_layout Plain Layout
27609
27610
27611 \backslash
27612 setlength{
27613 \backslash
27614 jot}{3pt}
27615 \end_layout
27616
27617 \end_inset
27618
27619  To get back to the predefined distance, 
27620 \series bold
27621
27622 \backslash
27623 jot
27624 \series default
27625  is set to the value 3
27626 \begin_inset space \thinspace{}
27627 \end_inset
27628
27629 pt.
27630 \end_layout
27631
27632 \begin_layout Subsubsection
27633 Column Separation
27634 \begin_inset CommandInset label
27635 LatexCommand label
27636 name "sub:Column-Separation"
27637
27638 \end_inset
27639
27640
27641 \begin_inset Index
27642 status collapsed
27643
27644 \begin_layout Plain Layout
27645 Formula ! multiline ! Column separation
27646 \end_layout
27647
27648 \end_inset
27649
27650
27651 \end_layout
27652
27653 \begin_layout Standard
27654 Multiline formulas form a matrix.
27655  A formula in the eqnarray environment is for example a matrix with three
27656  columns.
27657  By changing the column separation in this environment, the space beside
27658  the relation sign can be changed.
27659 \end_layout
27660
27661 \begin_layout Standard
27662 The column separation is specified with the length 
27663 \series bold
27664
27665 \backslash
27666 arraycolsep
27667 \series default
27668
27669 \begin_inset Index
27670 status collapsed
27671
27672 \begin_layout Plain Layout
27673 Commands ! A ! 
27674 \backslash
27675 arraycolsep
27676 \end_layout
27677
27678 \end_inset
27679
27680  according to:
27681 \begin_inset Newline newline
27682 \end_inset
27683
27684 column separation = 2
27685 \begin_inset space \thinspace{}
27686 \end_inset
27687
27688
27689 \series bold
27690
27691 \backslash
27692 arraycolsep
27693 \series default
27694
27695 \begin_inset Newline newline
27696 \end_inset
27697
27698 Thus, the command
27699 \end_layout
27700
27701 \begin_layout Standard
27702
27703 \series bold
27704
27705 \backslash
27706 setlength{
27707 \backslash
27708 arraycolsep}{1cm}
27709 \end_layout
27710
27711 \begin_layout Standard
27712 inserted in TeX-mode, sets for all following formulas a column separation
27713  of 2
27714 \begin_inset space \thinspace{}
27715 \end_inset
27716
27717 cm.
27718  To get back to the predefined distance, 
27719 \series bold
27720
27721 \backslash
27722 arraycolsep
27723 \series default
27724  is set to 5
27725 \begin_inset space \thinspace{}
27726 \end_inset
27727
27728 pt.
27729 \end_layout
27730
27731 \begin_layout Standard
27732 A formula with 2
27733 \begin_inset space \thinspace{}
27734 \end_inset
27735
27736 cm column separation:
27737 \begin_inset ERT
27738 status collapsed
27739
27740 \begin_layout Plain Layout
27741
27742
27743 \backslash
27744 setlength{
27745 \backslash
27746 arraycolsep}{1cm}
27747 \end_layout
27748
27749 \end_inset
27750
27751
27752 \begin_inset Formula \begin{eqnarray*}
27753 A & = & B\\
27754 C & \ne & A\end{eqnarray*}
27755
27756 \end_inset
27757
27758 A formula with the predefined column separation for matrices of 10
27759 \begin_inset space \thinspace{}
27760 \end_inset
27761
27762 pt:
27763 \begin_inset ERT
27764 status collapsed
27765
27766 \begin_layout Plain Layout
27767
27768
27769 \backslash
27770 setlength{
27771 \backslash
27772 arraycolsep}{5pt}
27773 \end_layout
27774
27775 \end_inset
27776
27777
27778 \begin_inset Formula \begin{eqnarray*}
27779 A & = & B\\
27780 C & \ne & A\end{eqnarray*}
27781
27782 \end_inset
27783
27784
27785 \end_layout
27786
27787 \begin_layout Subsubsection
27788 Long Formulas
27789 \begin_inset Index
27790 status collapsed
27791
27792 \begin_layout Plain Layout
27793 Formula ! long
27794 \end_layout
27795
27796 \end_inset
27797
27798
27799 \end_layout
27800
27801 \begin_layout Standard
27802 Long formulas can be typeset using these methods:
27803 \end_layout
27804
27805 \begin_layout Itemize
27806 When one side of the equation is much shorther than the line width, this
27807  one is chosen for the left side and the right side is typeset over two
27808  lines:
27809 \begin_inset ERT
27810 status collapsed
27811
27812 \begin_layout Plain Layout
27813
27814
27815 \backslash
27816 medskip
27817 \end_layout
27818
27819 \end_inset
27820
27821  
27822 \begin_inset Formula \begin{eqnarray}
27823 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 \\
27824  &  & -\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}
27825
27826 \end_inset
27827
27828
27829 \begin_inset ERT
27830 status collapsed
27831
27832 \begin_layout Plain Layout
27833
27834
27835 \backslash
27836 smallskip
27837 \end_layout
27838
27839 \end_inset
27840
27841
27842 \begin_inset Newline newline
27843 \end_inset
27844
27845 The minus sign at the beginning of the second line does normally not appear
27846  as operator because it is the first character of the line.
27847  Thus it would not be surrounded by space and could not be distinguished
27848  from the fraction bar.
27849  To avoid this, space was inserted behind the minus sign with the command
27850  
27851 \series bold
27852
27853 \backslash
27854 hspace{3pt}
27855 \series default
27856
27857 \begin_inset Foot
27858 status collapsed
27859
27860 \begin_layout Plain Layout
27861 more about 
27862 \series bold
27863
27864 \backslash
27865 hspace
27866 \series default
27867  see 
27868 \begin_inset CommandInset ref
27869 LatexCommand ref
27870 reference "sub:Variable-Space"
27871
27872 \end_inset
27873
27874
27875 \end_layout
27876
27877 \end_inset
27878
27879
27880 \begin_inset Index
27881 status collapsed
27882
27883 \begin_layout Plain Layout
27884 Commands ! H ! 
27885 \backslash
27886 hspace
27887 \end_layout
27888
27889 \end_inset
27890
27891 .
27892 \end_layout
27893
27894 \begin_layout Itemize
27895 When both sides of the equation are too long, the command 
27896 \series bold
27897
27898 \backslash
27899 lefteqn
27900 \series default
27901
27902 \begin_inset Index
27903 status collapsed
27904
27905 \begin_layout Plain Layout
27906 Commands ! L ! 
27907 \backslash
27908 lefteqn
27909 \end_layout
27910
27911 \end_inset
27912
27913  is used.
27914  It is inserted to the first column of the first line and effects that all
27915  further insertions overwrite the following columns:
27916 \begin_inset ERT
27917 status collapsed
27918
27919 \begin_layout Plain Layout
27920
27921
27922 \backslash
27923 medskip
27924 \end_layout
27925
27926 \end_inset
27927
27928
27929 \begin_inset Formula \begin{eqnarray}
27930 \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 \\
27931  &  & -\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 \\
27932  &  & =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}
27933
27934 \end_inset
27935
27936
27937 \begin_inset ERT
27938 status collapsed
27939
27940 \begin_layout Plain Layout
27941
27942
27943 \backslash
27944 smallskip
27945 \end_layout
27946
27947 \end_inset
27948
27949
27950 \begin_inset Newline newline
27951 \end_inset
27952
27953 After the insertion of 
27954 \series bold
27955
27956 \backslash
27957 lefteqn
27958 \series default
27959 , the cursor is in a purple box that is a bit shifted to the left from the
27960  blue one.
27961  In this the formula is inserted.
27962 \begin_inset ERT
27963 status collapsed
27964
27965 \begin_layout Plain Layout
27966
27967
27968 \backslash
27969 medskip
27970 \end_layout
27971
27972 \end_inset
27973
27974
27975 \begin_inset Newline newline
27976 \end_inset
27977
27978 The content of the further lines is inserted to the second or another formula
27979  column.
27980  The greater the column number where it was inserted, the larger the indentation.
27981 \begin_inset ERT
27982 status collapsed
27983
27984 \begin_layout Plain Layout
27985
27986
27987 \backslash
27988 medskip
27989 \end_layout
27990
27991 \end_inset
27992
27993
27994 \begin_inset Newline newline
27995 \end_inset
27996
27997
27998 \begin_inset Note Greyedout
27999 status open
28000
28001 \begin_layout Plain Layout
28002 Note the following when using 
28003 \series bold
28004
28005 \backslash
28006 lefteqn
28007 \series default
28008 :
28009 \end_layout
28010
28011 \begin_layout Itemize
28012 The formula doesn't use the full page width.
28013  When e.
28014 \begin_inset space \thinspace{}
28015 \end_inset
28016
28017 g.
28018 \begin_inset space ~
28019 \end_inset
28020
28021 the term 
28022 \begin_inset Formula $-B^{2}$
28023 \end_inset
28024
28025  is added to the first line in the above example, it would have been outside
28026  the page margin.
28027  To better use the width, negative space can be inserted at the beginning
28028  of the first line.
28029 \end_layout
28030
28031 \begin_layout Itemize
28032 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28033  line.
28034 \begin_inset Foot
28035 status collapsed
28036
28037 \begin_layout Plain Layout
28038 \begin_inset CommandInset href
28039 LatexCommand href
28040 name "LyX-bug #1429"
28041 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28042
28043 \end_inset
28044
28045
28046 \end_layout
28047
28048 \end_inset
28049
28050  One can only set the cursor at the beginning of the line and move it with
28051  the arrow keys.
28052 \end_layout
28053
28054 \end_inset
28055
28056
28057 \end_layout
28058
28059 \begin_layout Itemize
28060 Other methods to set long formulas are offered by the environments described
28061  in 
28062 \begin_inset CommandInset ref
28063 LatexCommand ref
28064 reference "sub:Multline-Environment"
28065
28066 \end_inset
28067
28068  and 
28069 \begin_inset CommandInset ref
28070 LatexCommand ref
28071 reference "sub:Multiline-Formula-Parts"
28072
28073 \end_inset
28074
28075 .
28076 \end_layout
28077
28078 \begin_layout Subsubsection
28079 Multiline Brackets
28080 \begin_inset CommandInset label
28081 LatexCommand label
28082 name "sub:Multiline-Brackets"
28083
28084 \end_inset
28085
28086
28087 \begin_inset Index
28088 status collapsed
28089
28090 \begin_layout Plain Layout
28091 Brackets ! for multiline expressions
28092 \end_layout
28093
28094 \end_inset
28095
28096
28097 \end_layout
28098
28099 \begin_layout Standard
28100 For brackets spanning multiple lines the following problem occurs:
28101 \begin_inset Formula \begin{eqnarray*}
28102 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28103  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28104
28105 \end_inset
28106
28107
28108 \end_layout
28109
28110 \begin_layout Standard
28111 The closing bracket is smaller than the opening bracket because brackets
28112  with variable size may not span multiple lines.
28113 \end_layout
28114
28115 \begin_layout Standard
28116 To set the bracket size for the second line correctly, the first line is
28117  ended with 
28118 \series bold
28119
28120 \backslash
28121 right.
28122 \series default
28123
28124 \begin_inset Index
28125 status collapsed
28126
28127 \begin_layout Plain Layout
28128 Commands ! R ! 
28129 \backslash
28130 right
28131 \end_layout
28132
28133 \end_inset
28134
28135  and the second line with 
28136 \series bold
28137
28138 \backslash
28139 left.
28140 \begin_inset Foot
28141 status collapsed
28142
28143 \begin_layout Plain Layout
28144 for more about 
28145 \series bold
28146
28147 \backslash
28148 left
28149 \series default
28150  and 
28151 \series bold
28152
28153 \backslash
28154 right
28155 \series default
28156  see 
28157 \begin_inset CommandInset ref
28158 LatexCommand ref
28159 reference "sub:Automatic-Bracket-Size"
28160
28161 \end_inset
28162
28163
28164 \end_layout
28165
28166 \end_inset
28167
28168
28169 \series default
28170
28171 \begin_inset Index
28172 status collapsed
28173
28174 \begin_layout Plain Layout
28175 Commands ! L ! 
28176 \backslash
28177 left
28178 \end_layout
28179
28180 \end_inset
28181
28182 .
28183  After 
28184 \series bold
28185
28186 \backslash
28187 left.
28188
28189 \series default
28190  the command 
28191 \series bold
28192
28193 \backslash
28194 vphantom
28195 \series default
28196
28197 \begin_inset ERT
28198 status collapsed
28199
28200 \begin_layout Plain Layout
28201
28202
28203 \backslash
28204 spce 
28205 \end_layout
28206
28207 \end_inset
28208
28209
28210 \series bold
28211
28212 \backslash
28213 prod
28214 \series default
28215 ^
28216 \begin_inset ERT
28217 status collapsed
28218
28219 \begin_layout Plain Layout
28220
28221
28222 \backslash
28223 spce 
28224 \end_layout
28225
28226 \end_inset
28227
28228
28229 \series bold
28230
28231 \backslash
28232 infty
28233 \series default
28234
28235 \begin_inset ERT
28236 status collapsed
28237
28238 \begin_layout Plain Layout
28239
28240
28241 \backslash
28242 spce 
28243 \end_layout
28244
28245 \end_inset
28246
28247
28248 \series bold
28249
28250 \begin_inset Formula $\downarrow$
28251 \end_inset
28252
28253 _R=1}
28254 \series default
28255
28256 \begin_inset Index
28257 status collapsed
28258
28259 \begin_layout Plain Layout
28260 Commands ! V ! 
28261 \backslash
28262 vphantom
28263 \end_layout
28264
28265 \end_inset
28266
28267  is inserted, because the multiplication operator with its limits is the
28268  largest symbol in the first line and this should be the size for the bracket
28269  in the second line.
28270 \end_layout
28271
28272 \begin_layout Standard
28273 The result is this:
28274 \begin_inset Formula \begin{eqnarray*}
28275 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28276  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28277
28278 \end_inset
28279
28280
28281 \end_layout
28282
28283 \begin_layout Subsection
28284 Align Environments
28285 \end_layout
28286
28287 \begin_layout Standard
28288 Align environments can be used for every kind of multiline formulas.
28289  They are specially useful to set several formulas side by side.
28290 \end_layout
28291
28292 \begin_layout Standard
28293 Align environments consist of columns.
28294  The odd columns are right aligned, the even ones left aligned.
28295  Every line in an Align environment can be numbered.
28296 \end_layout
28297
28298 \begin_layout Standard
28299 Align environments are created via the menu 
28300 \family sans
28301 Insert\SpecialChar \menuseparator
28302 Math
28303 \family default
28304 .
28305  With the menu 
28306 \family sans
28307 Edit\SpecialChar \menuseparator
28308 Math\SpecialChar \menuseparator
28309 Change Formula Type
28310 \family default
28311  already existing formulas can be converted to Align environments.
28312 \end_layout
28313
28314 \begin_layout Standard
28315 To add or delete columns, the math toolbar buttons 
28316 \begin_inset Graphics
28317         filename ../images/tabular-feature_append-column.png
28318         scale 85
28319
28320 \end_inset
28321
28322  or 
28323 \begin_inset Graphics
28324         filename ../images/tabular-feature_delete-column.png
28325         scale 85
28326
28327 \end_inset
28328
28329 , respectively, or the menu 
28330 \family sans
28331 Edit\SpecialChar \menuseparator
28332 Rows & Columns
28333 \family default
28334  can be used.
28335 \end_layout
28336
28337 \begin_layout Subsubsection
28338 Standard align Environment
28339 \begin_inset CommandInset label
28340 LatexCommand label
28341 name "sub:Standard-align-Environment"
28342
28343 \end_inset
28344
28345
28346 \begin_inset Index
28347 status collapsed
28348
28349 \begin_layout Plain Layout
28350 Formula ! multiline ! align environment
28351 \end_layout
28352
28353 \end_inset
28354
28355
28356 \end_layout
28357
28358 \begin_layout Standard
28359 This Align environment is created by presssing 
28360 \family sans
28361 Ctrl-Return
28362 \family default
28363  in a formula or by the menu 
28364 \family sans
28365 Insert\SpecialChar \menuseparator
28366 Math\SpecialChar \menuseparator
28367 AMS align Environment
28368 \family default
28369 .
28370 \end_layout
28371
28372 \begin_layout Standard
28373 An example for two formulas set side by side, that are created with a four
28374  column align environment:
28375 \begin_inset Formula \begin{align*}
28376 A & =\sin(B) & C & =D\\
28377 C & \ne A & B & \ne D\end{align*}
28378
28379 \end_inset
28380
28381 As it can be seen, the formulas in this environment are placed so as if
28382  there would be a 
28383 \series bold
28384
28385 \backslash
28386 hfill
28387 \begin_inset Foot
28388 status collapsed
28389
28390 \begin_layout Plain Layout
28391 more about 
28392 \series bold
28393
28394 \backslash
28395 hfill
28396 \series default
28397  see 
28398 \begin_inset CommandInset ref
28399 LatexCommand ref
28400 reference "sub:Variable-Space"
28401
28402 \end_inset
28403
28404
28405 \end_layout
28406
28407 \end_inset
28408
28409
28410 \series default
28411  before the first and after every even column.
28412  When the formula style 
28413 \series bold
28414 Indented
28415 \begin_inset Foot
28416 status collapsed
28417
28418 \begin_layout Plain Layout
28419 formula styles see 
28420 \begin_inset CommandInset ref
28421 LatexCommand ref
28422 reference "sec:Formula-Styles"
28423
28424 \end_inset
28425
28426
28427 \end_layout
28428
28429 \end_inset
28430
28431
28432 \series default
28433  is used, the formula is set without the 
28434 \series bold
28435
28436 \backslash
28437 hfill
28438 \series default
28439  before the first column.
28440 \end_layout
28441
28442 \begin_layout Subsubsection
28443 Alignat Environment
28444 \begin_inset Index
28445 status collapsed
28446
28447 \begin_layout Plain Layout
28448 Formula ! multiline ! alignat environment
28449 \end_layout
28450
28451 \end_inset
28452
28453
28454 \end_layout
28455
28456 \begin_layout Standard
28457 The alignat environment has no predefined column separation.
28458  It can be inserted manually with the spaces that are described 
28459 \begin_inset CommandInset ref
28460 LatexCommand ref
28461 reference "sub:Space"
28462
28463 \end_inset
28464
28465 .
28466 \end_layout
28467
28468 \begin_layout Standard
28469 The above example in the alignat environment where 1
28470 \begin_inset space \thinspace{}
28471 \end_inset
28472
28473 cm space was inserted at the beginning of the second formula:
28474 \begin_inset Formula \begin{alignat*}{2}
28475 A & =\sin(B) & \hspace{1cm}C & =D\\
28476 C & \ne A & B & \ne D\end{alignat*}
28477
28478 \end_inset
28479
28480 Because the column separation can be set separately for every column, this
28481  environment is especially suitable to set three and more formulas side
28482  by side.
28483 \end_layout
28484
28485 \begin_layout Subsubsection
28486 Flalign Environment
28487 \begin_inset CommandInset label
28488 LatexCommand label
28489 name "sub:Flalign-Environment"
28490
28491 \end_inset
28492
28493
28494 \begin_inset Index
28495 status collapsed
28496
28497 \begin_layout Plain Layout
28498 Formula ! multiline ! flalign environment
28499 \end_layout
28500
28501 \end_inset
28502
28503
28504 \end_layout
28505
28506 \begin_layout Standard
28507 In this environment the first two columns are always set as much as possible
28508  to the left and the last two ones to the right.
28509  An example:
28510 \begin_inset Formula \begin{flalign*}
28511 A & =1 & B & =2 & C & =3\\
28512 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28513
28514 \end_inset
28515
28516
28517 \end_layout
28518
28519 \begin_layout Standard
28520 By creating a flalign environment with an odd number of columns where an
28521  empty TeX-brace is inserted to the last column, several formulas in a document
28522  can be set to the left, although the formula style 
28523 \series bold
28524 Centered
28525 \series default
28526  is used.
28527  As example the indented formula 
28528 \begin_inset CommandInset ref
28529 LatexCommand eqref
28530 reference "eq:VolInt"
28531
28532 \end_inset
28533
28534 :
28535 \begin_inset Formula \begin{flalign}
28536 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28537
28538 \end_inset
28539
28540 The first two columns contain the formula.
28541  To indent it as with the formula style 
28542 \series bold
28543 Indented
28544 \series default
28545 , 30
28546 \begin_inset space \thinspace{}
28547 \end_inset
28548
28549 pt space was inserted at the beginning of the first column.
28550 \end_layout
28551
28552 \begin_layout Subsection
28553 Eqnarray Environment
28554 \begin_inset CommandInset label
28555 LatexCommand label
28556 name "sub:Eqnarray-Environment"
28557
28558 \end_inset
28559
28560
28561 \begin_inset Index
28562 status collapsed
28563
28564 \begin_layout Plain Layout
28565 Formula ! multiline ! eqnarray environment
28566 \end_layout
28567
28568 \end_inset
28569
28570
28571 \end_layout
28572
28573 \begin_layout Standard
28574 When this environment has been created, three blue boxes appear.
28575  The content of the first box is right aligned, the content of the last
28576  one left aligned.
28577  The content of the middle box appears centered and a bit smaller, because
28578  it is designed to insert there only relation characters.
28579 \begin_inset Formula \begin{eqnarray*}
28580 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28581 AB & AB & AB\\
28582 A & = & A\end{eqnarray*}
28583
28584 \end_inset
28585
28586
28587 \end_layout
28588
28589 \begin_layout Subsection
28590 Gather Environment
28591 \begin_inset Index
28592 status collapsed
28593
28594 \begin_layout Plain Layout
28595 Formula ! multiline ! gather environment
28596 \end_layout
28597
28598 \end_inset
28599
28600
28601 \end_layout
28602
28603 \begin_layout Standard
28604 This environment consists of only one centered column.
28605  Every line can be numbered.
28606 \begin_inset Formula \begin{gather}
28607 A=1\\
28608 X=\textrm{-}1\end{gather}
28609
28610 \end_inset
28611
28612
28613 \end_layout
28614
28615 \begin_layout Subsection
28616 Multline Environment
28617 \begin_inset CommandInset label
28618 LatexCommand label
28619 name "sub:Multline-Environment"
28620
28621 \end_inset
28622
28623
28624 \begin_inset Index
28625 status collapsed
28626
28627 \begin_layout Plain Layout
28628 Formula ! multiline ! multline environment
28629 \end_layout
28630
28631 \end_inset
28632
28633
28634 \end_layout
28635
28636 \begin_layout Standard
28637 The multline environment consists, like the gather environment, of only
28638  one column.
28639  But the first line is left aligned, the last one right aligned.
28640  All other lines are centered.
28641  Therefore this environment is suitable for long formulas.
28642  As example formula 
28643 \begin_inset CommandInset ref
28644 LatexCommand eqref
28645 reference "eq:lefteqn"
28646
28647 \end_inset
28648
28649  in the multline environment:
28650 \begin_inset Formula \begin{multline}
28651 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}\\
28652 -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}\\
28653 =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}
28654
28655 \end_inset
28656
28657
28658 \end_layout
28659
28660 \begin_layout Standard
28661 In the output only the last (first) line of a multline environment appears
28662  numbered when the document numbering is right (left).
28663 \begin_inset Foot
28664 status collapsed
28665
28666 \begin_layout Plain Layout
28667 numbering styles see 
28668 \begin_inset CommandInset ref
28669 LatexCommand ref
28670 reference "sec:Formula-Styles"
28671
28672 \end_inset
28673
28674
28675 \end_layout
28676
28677 \end_inset
28678
28679
28680 \end_layout
28681
28682 \begin_layout Standard
28683 With the commands 
28684 \series bold
28685
28686 \backslash
28687 shoveright
28688 \begin_inset Index
28689 status collapsed
28690
28691 \begin_layout Plain Layout
28692 Commands ! S ! 
28693 \backslash
28694 shoveright
28695 \end_layout
28696
28697 \end_inset
28698
28699
28700 \series default
28701  and 
28702 \series bold
28703
28704 \backslash
28705 shoveleft
28706 \begin_inset Index
28707 status collapsed
28708
28709 \begin_layout Plain Layout
28710 Commands ! S ! 
28711 \backslash
28712 shoveleft
28713 \end_layout
28714
28715 \end_inset
28716
28717
28718 \series default
28719  a centered line can be right or left aligned, respectively.
28720  The commands are used as follows:
28721 \end_layout
28722
28723 \begin_layout Standard
28724
28725 \series bold
28726
28727 \backslash
28728 shoveright{line content}
28729 \series default
28730  and 
28731 \series bold
28732
28733 \backslash
28734 shoveleft{line content}
28735 \end_layout
28736
28737 \begin_layout Standard
28738 \begin_inset VSpace medskip
28739 \end_inset
28740
28741 The length 
28742 \series bold
28743
28744 \backslash
28745 multlinegap
28746 \begin_inset Index
28747 status collapsed
28748
28749 \begin_layout Plain Layout
28750 Commands ! M ! 
28751 \backslash
28752 multlinegap
28753 \end_layout
28754
28755 \end_inset
28756
28757
28758 \series default
28759  specifies the distance of the first line from the left page margin.
28760  Predefined is the length 0
28761 \begin_inset space \thinspace{}
28762 \end_inset
28763
28764 pt.
28765 \end_layout
28766
28767 \begin_layout Standard
28768 As example the above formula where the command
28769 \end_layout
28770
28771 \begin_layout Standard
28772
28773 \series bold
28774
28775 \backslash
28776 setlength{
28777 \backslash
28778 multlinegap}{2cm}
28779 \end_layout
28780
28781 \begin_layout Standard
28782 was inserted in TeX-mode before:
28783 \begin_inset ERT
28784 status collapsed
28785
28786 \begin_layout Plain Layout
28787
28788
28789 \backslash
28790 setlength{
28791 \backslash
28792 multlinegap}{2cm}
28793 \end_layout
28794
28795 \end_inset
28796
28797
28798 \begin_inset Formula \begin{multline}
28799 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}\\
28800 \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}}\\
28801 =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}
28802
28803 \end_inset
28804
28805
28806 \begin_inset ERT
28807 status collapsed
28808
28809 \begin_layout Plain Layout
28810
28811
28812 \backslash
28813 setlength{
28814 \backslash
28815 multlinegap}{0pt}
28816 \end_layout
28817
28818 \end_inset
28819
28820 The second line was left aligned using 
28821 \series bold
28822
28823 \backslash
28824 shoveleft
28825 \series default
28826 .
28827 \end_layout
28828
28829 \begin_layout Subsection
28830 Multiline Formula Parts
28831 \begin_inset CommandInset label
28832 LatexCommand label
28833 name "sub:Multiline-Formula-Parts"
28834
28835 \end_inset
28836
28837
28838 \begin_inset Index
28839 status collapsed
28840
28841 \begin_layout Plain Layout
28842 Formula ! multiline ! formula parts
28843 \end_layout
28844
28845 \end_inset
28846
28847
28848 \end_layout
28849
28850 \begin_layout Standard
28851 To display only parts of a formula with multiple lines, one of the following
28852  environments are used: 
28853 \series bold
28854 aligned
28855 \series default
28856
28857 \series bold
28858 alignedat
28859 \series default
28860
28861 \series bold
28862 gathered
28863 \series default
28864  or 
28865 \series bold
28866 split
28867 \series default
28868 .
28869  They can be inserted via the menu 
28870 \family sans
28871 Insert\SpecialChar \menuseparator
28872 Math
28873 \family default
28874  or by using the commands described in this section.
28875 \end_layout
28876
28877 \begin_layout Standard
28878 The first three have the same properties as the corresponding multiline
28879  formula environments, but it is possible to set further formula parts beside
28880  them.
28881  An example:
28882 \begin_inset Formula \[
28883 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28884 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28885 \right\} \textrm{Uncertainty relations}\]
28886
28887 \end_inset
28888
28889
28890 \end_layout
28891
28892 \begin_layout Standard
28893 To get this formula, a displayed formula is created where the command 
28894 \series bold
28895
28896 \backslash
28897 aligned
28898 \begin_inset Index
28899 status collapsed
28900
28901 \begin_layout Plain Layout
28902 Commands ! A ! 
28903 \backslash
28904 aligned
28905 \end_layout
28906
28907 \end_inset
28908
28909
28910 \series default
28911  is inserted.
28912  A purple box appears around the blue formula box where now columns and
28913  lines can be added.
28914  Outside the multiline environment other formula parts can be set, like
28915  the brace.
28916 \end_layout
28917
28918 \begin_layout Standard
28919 The aligned environment is also suitable for long formulas whose lines are
28920  horizontally aligned.
28921  Using aligned in a displayed formula has the advantage that the formula
28922  number is vertically centered behind the lines.
28923  As example formula 
28924 \begin_inset CommandInset ref
28925 LatexCommand eqref
28926 reference "eq:kurzlang"
28927
28928 \end_inset
28929
28930  in the aligned environment:
28931 \begin_inset Formula \begin{equation}
28932 \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}|}\\
28933  & -\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}
28934 \end{equation}
28935
28936 \end_inset
28937
28938
28939 \end_layout
28940
28941 \begin_layout Standard
28942 To use the environments 
28943 \series bold
28944 alignedat
28945 \series default
28946
28947 \series bold
28948 gathered
28949 \series default
28950 , or 
28951 \series bold
28952 split
28953 \series default
28954 , the command 
28955 \series bold
28956
28957 \backslash
28958 alignedat
28959 \series default
28960 ,
28961 \begin_inset Index
28962 status collapsed
28963
28964 \begin_layout Plain Layout
28965 Commands ! A ! 
28966 \backslash
28967 alignedat
28968 \end_layout
28969
28970 \end_inset
28971
28972  
28973 \series bold
28974
28975 \backslash
28976 gathered
28977 \series default
28978
28979 \begin_inset Index
28980 status collapsed
28981
28982 \begin_layout Plain Layout
28983 Commands ! G ! 
28984 \backslash
28985 gathered
28986 \end_layout
28987
28988 \end_inset
28989
28990 , or 
28991 \series bold
28992
28993 \backslash
28994 split
28995 \series default
28996
28997 \begin_inset Index
28998 status collapsed
28999
29000 \begin_layout Plain Layout
29001 Commands ! S ! 
29002 \backslash
29003 split
29004 \end_layout
29005
29006 \end_inset
29007
29008  are inserted, respectively.
29009  The split environment has the same properties as the aligned environment
29010  but it can only have two columns.
29011 \end_layout
29012
29013 \begin_layout Subsection
29014 Text in multiline Formulas
29015 \begin_inset CommandInset label
29016 LatexCommand label
29017 name "sub:Text-in-multiline"
29018
29019 \end_inset
29020
29021
29022 \begin_inset Index
29023 status collapsed
29024
29025 \begin_layout Plain Layout
29026 Text ! in formulas
29027 \end_layout
29028
29029 \end_inset
29030
29031
29032 \begin_inset Index
29033 status collapsed
29034
29035 \begin_layout Plain Layout
29036 Formula ! multiline ! text
29037 \end_layout
29038
29039 \end_inset
29040
29041
29042 \end_layout
29043
29044 \begin_layout Standard
29045 In the Align environments, and the multline and gather environment, text
29046  can be inserted that will appear in a separate line and doesn't affect
29047  the column alignment.
29048  To do this, the command 
29049 \series bold
29050
29051 \backslash
29052 intertext
29053 \begin_inset Index
29054 status collapsed
29055
29056 \begin_layout Plain Layout
29057 Commands ! I ! 
29058 \backslash
29059 intertext
29060 \end_layout
29061
29062 \end_inset
29063
29064
29065 \series default
29066  is used in the following scheme:
29067 \end_layout
29068
29069 \begin_layout Standard
29070
29071 \series bold
29072
29073 \backslash
29074 intertext{text}
29075 \end_layout
29076
29077 \begin_layout Standard
29078 The text should not be longer than a line because it cannot be hyphenated.
29079  As LyX doesn't yet support 
29080 \series bold
29081
29082 \backslash
29083 intertext
29084 \series default
29085  directly, the text is written as mathematical text.
29086  
29087 \series bold
29088
29089 \backslash
29090 intertext
29091 \series default
29092  must hereby be at the beginning of a line and appears in the output above
29093  this line.
29094  An example where the text was inserted at the beginning of the second line:
29095 \begin_inset Formula \begin{align}
29096 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29097 \intertext{\text{integrand is symmetric to $\phi=\pi$, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29098
29099 \end_inset
29100
29101
29102 \end_layout
29103
29104 \begin_layout Section
29105 Formula Numbering
29106 \begin_inset Index
29107 status collapsed
29108
29109 \begin_layout Plain Layout
29110 Formula numbering
29111 \end_layout
29112
29113 \end_inset
29114
29115
29116 \begin_inset Index
29117 status collapsed
29118
29119 \begin_layout Plain Layout
29120 Formula ! numbering|see
29121 \begin_inset ERT
29122 status collapsed
29123
29124 \begin_layout Plain Layout
29125
29126 {
29127 \end_layout
29128
29129 \end_inset
29130
29131 Formula numbering
29132 \begin_inset ERT
29133 status collapsed
29134
29135 \begin_layout Plain Layout
29136
29137 }
29138 \end_layout
29139
29140 \end_inset
29141
29142
29143 \end_layout
29144
29145 \end_inset
29146
29147
29148 \end_layout
29149
29150 \begin_layout Subsection
29151 General
29152 \end_layout
29153
29154 \begin_layout Standard
29155 Numbered formulas can be created with the menu 
29156 \family sans
29157 Insert\SpecialChar \menuseparator
29158 Math\SpecialChar \menuseparator
29159 Numbered
29160 \begin_inset space ~
29161 \end_inset
29162
29163 Formula
29164 \family default
29165  (shortcut 
29166 \family sans
29167 Ctrl-Alt
29168 \begin_inset space ~
29169 \end_inset
29170
29171 n
29172 \family default
29173 ).
29174  Existing formulas can be numbered with the menu 
29175 \family sans
29176 Edit\SpecialChar \menuseparator
29177 Math\SpecialChar \menuseparator
29178 Toggle
29179 \begin_inset space ~
29180 \end_inset
29181
29182 Numbering
29183 \family default
29184  (shortcut 
29185 \family sans
29186 Alt-m
29187 \begin_inset space ~
29188 \end_inset
29189
29190 n
29191 \family default
29192 ).
29193  The formula number is displayed in LyX behind the formula as number sign
29194  in parentheses.
29195  The number sign is replaced in the output by the formula number.
29196 \end_layout
29197
29198 \begin_layout Standard
29199 When numbering is turned on in multiline formulas, all lines will be numbered.
29200  But the numbering can be controlled with the menu 
29201 \family sans
29202 Edit\SpecialChar \menuseparator
29203 Math\SpecialChar \menuseparator
29204 Toggle
29205 \begin_inset space ~
29206 \end_inset
29207
29208 Numbering
29209 \begin_inset space ~
29210 \end_inset
29211
29212 of
29213 \begin_inset space ~
29214 \end_inset
29215
29216 Line
29217 \family default
29218  (shortcut 
29219 \family sans
29220 Alt-m
29221 \begin_inset space ~
29222 \end_inset
29223
29224 N
29225 \family default
29226 ) for every line.
29227 \end_layout
29228
29229 \begin_layout Standard
29230 Except of inline formulas, all formulas can be numbered with two different
29231  styles, see 
29232 \begin_inset CommandInset ref
29233 LatexCommand ref
29234 reference "sec:Formula-Styles"
29235
29236 \end_inset
29237
29238 .
29239 \end_layout
29240
29241 \begin_layout Subsection
29242 Cross-References
29243 \begin_inset CommandInset label
29244 LatexCommand label
29245 name "sub:Cross-References"
29246
29247 \end_inset
29248
29249
29250 \begin_inset Index
29251 status collapsed
29252
29253 \begin_layout Plain Layout
29254 Cross-references ! to formulas
29255 \end_layout
29256
29257 \end_inset
29258
29259
29260 \end_layout
29261
29262 \begin_layout Standard
29263 All labeled formulas can be cross-referenced.
29264  A label is added by the menu 
29265 \family sans
29266 Insert\SpecialChar \menuseparator
29267 Label
29268 \family default
29269  or the toolbar button 
29270 \begin_inset Graphics
29271         filename ../images/label-insert.png
29272         scale 85
29273
29274 \end_inset
29275
29276 .
29277  The cursor must hereby be inside a displayed formula.
29278  A dialog pops up displaying the prefix 
29279 \series bold
29280 eq:
29281 \series default
29282  in a text field.
29283  The label is inserted there behind the prefix.
29284  The predefined prefix means 
29285 \begin_inset Quotes eld
29286 \end_inset
29287
29288 equation
29289 \begin_inset Quotes erd
29290 \end_inset
29291
29292  and makes it easier to find labels in large documents because it marks
29293  it as formula label to divide it from e.
29294 \begin_inset space \thinspace{}
29295 \end_inset
29296
29297 g.
29298 \begin_inset space ~
29299 \end_inset
29300
29301 section labels.
29302  To change a label, the menu 
29303 \family sans
29304 Insert\SpecialChar \menuseparator
29305 Label
29306 \family default
29307  is used again.
29308 \end_layout
29309
29310 \begin_layout Standard
29311 The name of the label is displayed in LyX within two parentheses behind
29312  formula.
29313  A formula with a label is always numbered.
29314 \end_layout
29315
29316 \begin_layout Standard
29317 Cross-references are inserted via the menu 
29318 \family sans
29319 Insert\SpecialChar \menuseparator
29320 Cross-Reference
29321 \family default
29322  or with the toolbar button 
29323 \begin_inset Graphics
29324         filename ../images/dialog-show-new-inset_ref.png
29325         scale 85
29326
29327 \end_inset
29328
29329 .
29330  A formula cross-reference appears in the output as formula number.
29331  When in the cross-reference dialog window the format 
29332 \series bold
29333 (<reference>)
29334 \series default
29335  is chosen, the cross-reference appears in the output as formula number
29336  in parentheses.
29337 \begin_inset Newline newline
29338 \end_inset
29339
29340 By right-clicking on a cross-reference in LyX, one jumps to the formula
29341  that is referenced.
29342 \end_layout
29343
29344 \begin_layout Standard
29345 Here are as examples cross-references to formulas of the following subsections:
29346 \begin_inset Note Note
29347 status open
29348
29349 \begin_layout Plain Layout
29350 Note the different cross-reference types.
29351 \end_layout
29352
29353 \end_inset
29354
29355
29356 \end_layout
29357
29358 \begin_layout Standard
29359 The equations 
29360 \begin_inset CommandInset ref
29361 LatexCommand eqref
29362 reference "eq:tag"
29363
29364 \end_inset
29365
29366  and 
29367 \begin_inset CommandInset ref
29368 LatexCommand eqref
29369 reference "eq:c"
29370
29371 \end_inset
29372
29373  are equivalent.
29374  In (
29375 \begin_inset CommandInset ref
29376 LatexCommand ref
29377 reference "eq:Lat"
29378
29379 \end_inset
29380
29381 ) big Latin letters are used for the numbering in contrary to (
29382 \begin_inset CommandInset ref
29383 LatexCommand ref
29384 reference "eq:Rom"
29385
29386 \end_inset
29387
29388 ).
29389 \end_layout
29390
29391 \begin_layout Standard
29392 \begin_inset VSpace medskip
29393 \end_inset
29394
29395 When the argument of 
29396 \series bold
29397
29398 \backslash
29399 tag
29400 \begin_inset Foot
29401 status collapsed
29402
29403 \begin_layout Plain Layout
29404
29405 \series bold
29406
29407 \backslash
29408 tag
29409 \series default
29410  is described in 
29411 \begin_inset CommandInset ref
29412 LatexCommand ref
29413 reference "sub:User-defined-Numbering"
29414
29415 \end_inset
29416
29417 .
29418 \end_layout
29419
29420 \end_inset
29421
29422
29423 \series default
29424  contains a box like in 
29425 \begin_inset CommandInset ref
29426 LatexCommand ref
29427 reference "sub:Paragraph-Boxes"
29428
29429 \end_inset
29430
29431 , the formula cannot be referenced.
29432 \end_layout
29433
29434 \begin_layout Subsection
29435 Subnumbering
29436 \begin_inset Index
29437 status collapsed
29438
29439 \begin_layout Plain Layout
29440 Formula numbering ! subnumbering
29441 \end_layout
29442
29443 \end_inset
29444
29445
29446 \end_layout
29447
29448 \begin_layout Standard
29449 With the help of the commands 
29450 \series bold
29451
29452 \backslash
29453 begin{subequations}
29454 \series default
29455  and 
29456 \series bold
29457
29458 \backslash
29459 end{subequations}
29460 \series default
29461  formulas can be subnumbered.
29462  Both commands are inserted in TeX-mode.
29463 \end_layout
29464
29465 \begin_layout Standard
29466 An example:
29467 \begin_inset Formula \begin{equation}
29468 A=C-B\label{eq:a}\end{equation}
29469
29470 \end_inset
29471
29472
29473 \begin_inset ERT
29474 status collapsed
29475
29476 \begin_layout Plain Layout
29477
29478
29479 \backslash
29480 addtocounter{equation}{-1}
29481 \end_layout
29482
29483 \end_inset
29484
29485
29486 \begin_inset ERT
29487 status collapsed
29488
29489 \begin_layout Plain Layout
29490
29491
29492 \backslash
29493 begin{subequations}
29494 \end_layout
29495
29496 \end_inset
29497
29498
29499 \begin_inset VSpace -5mm
29500 \end_inset
29501
29502
29503 \begin_inset Formula \begin{equation}
29504 B=C-A\label{eq:b}\end{equation}
29505
29506 \end_inset
29507
29508
29509 \begin_inset Formula \begin{equation}
29510 C=A+B\label{eq:c}\end{equation}
29511
29512 \end_inset
29513
29514
29515 \end_layout
29516
29517 \begin_layout Standard
29518 \begin_inset ERT
29519 status collapsed
29520
29521 \begin_layout Plain Layout
29522
29523
29524 \backslash
29525 end{subequations}
29526 \end_layout
29527
29528 \end_inset
29529
29530
29531 \end_layout
29532
29533 \begin_layout Standard
29534 To create the example, the following is done:
29535 \end_layout
29536
29537 \begin_layout Enumerate
29538 first formula is inserted
29539 \end_layout
29540
29541 \begin_layout Enumerate
29542
29543 \series bold
29544
29545 \backslash
29546 addtocounter{equation}{-1} 
29547 \backslash
29548 begin{subequations}
29549 \begin_inset Index
29550 status collapsed
29551
29552 \begin_layout Plain Layout
29553 Commands ! A ! 
29554 \backslash
29555 addtocounter
29556 \end_layout
29557
29558 \end_inset
29559
29560
29561 \begin_inset Newline newline
29562 \end_inset
29563
29564
29565 \series default
29566 is inserted after the first formula
29567 \end_layout
29568
29569 \begin_layout Enumerate
29570 second formula is inserted
29571 \end_layout
29572
29573 \begin_layout Enumerate
29574 third formula is inserted
29575 \end_layout
29576
29577 \begin_layout Enumerate
29578
29579 \series bold
29580
29581 \backslash
29582 end{subequations}
29583 \series default
29584  is inserted after the third formula
29585 \end_layout
29586
29587 \begin_layout Standard
29588 Every formula between the commands 
29589 \series bold
29590
29591 \backslash
29592 begin
29593 \series default
29594  and 
29595 \series bold
29596
29597 \backslash
29598 end
29599 \series default
29600  is subnumbered as a, b, 
29601 \begin_inset Newline linebreak
29602 \end_inset
29603
29604 c, \SpecialChar \ldots{}
29605  For multiline formulas every line will be subnumbered.
29606  All subnumbered formulas are treated as 
29607 \emph on
29608 one
29609 \emph default
29610  numbered formula.
29611  But as every numbered formula increases the counter 
29612 \series bold
29613 equation
29614 \series default
29615  by one, the command 
29616 \series bold
29617
29618 \backslash
29619 addtocounter
29620 \series default
29621  is needed to decrease it.
29622  Otherwise the formulas 
29623 \begin_inset CommandInset ref
29624 LatexCommand eqref
29625 reference "eq:a"
29626
29627 \end_inset
29628
29629
29630 \begin_inset CommandInset ref
29631 LatexCommand eqref
29632 reference "eq:b"
29633
29634 \end_inset
29635
29636
29637 \begin_inset CommandInset ref
29638 LatexCommand eqref
29639 reference "eq:c"
29640
29641 \end_inset
29642
29643  would be numbered as 
29644 \begin_inset CommandInset ref
29645 LatexCommand eqref
29646 reference "eq:a"
29647
29648 \end_inset
29649
29650
29651 \begin_inset CommandInset ref
29652 LatexCommand eqref
29653 reference "eq:d"
29654
29655 \end_inset
29656
29657
29658 \begin_inset CommandInset ref
29659 LatexCommand eqref
29660 reference "eq:f"
29661
29662 \end_inset
29663
29664 .
29665 \end_layout
29666
29667 \begin_layout Standard
29668 By inserting the commands in TeX-mode, a space is created between the first
29669  two formulas.
29670  To revert this -5
29671 \begin_inset space \thinspace{}
29672 \end_inset
29673
29674 mm vertical space is inserted after the command 
29675 \series bold
29676
29677 \backslash
29678 begin{subequations}
29679 \series default
29680 .
29681  When the formula style 
29682 \series bold
29683 Indented
29684 \begin_inset Foot
29685 status collapsed
29686
29687 \begin_layout Plain Layout
29688 formula styles see 
29689 \begin_inset CommandInset ref
29690 LatexCommand ref
29691 reference "sec:Formula-Styles"
29692
29693 \end_inset
29694
29695
29696 \end_layout
29697
29698 \end_inset
29699
29700
29701 \series default
29702  is used, -7
29703 \begin_inset space \thinspace{}
29704 \end_inset
29705
29706 mm space is inserted instead.
29707 \end_layout
29708
29709 \begin_layout Standard
29710 Here is an example for a multiline formula where the numbering was turned
29711  off for the second line:
29712 \begin_inset ERT
29713 status collapsed
29714
29715 \begin_layout Plain Layout
29716
29717
29718 \backslash
29719 begin{subequations}
29720 \end_layout
29721
29722 \end_inset
29723
29724
29725 \begin_inset Formula \begin{eqnarray}
29726 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29727  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29728  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29729
29730 \end_inset
29731
29732
29733 \begin_inset ERT
29734 status collapsed
29735
29736 \begin_layout Plain Layout
29737
29738
29739 \backslash
29740 end{subequations}
29741 \end_layout
29742
29743 \end_inset
29744
29745
29746 \end_layout
29747
29748 \begin_layout Subsection
29749 User-defined Numbering
29750 \begin_inset CommandInset label
29751 LatexCommand label
29752 name "sub:User-defined-Numbering"
29753
29754 \end_inset
29755
29756
29757 \begin_inset Index
29758 status collapsed
29759
29760 \begin_layout Plain Layout
29761 Formula numbering ! user-defined
29762 \end_layout
29763
29764 \end_inset
29765
29766
29767 \end_layout
29768
29769 \begin_layout Standard
29770 \begin_inset Index
29771 status collapsed
29772
29773 \begin_layout Plain Layout
29774 Formula numbering ! self-defined delimiters
29775 \end_layout
29776
29777 \end_inset
29778
29779 With the standard numbering parentheses are set around the formula number.
29780  To replace the parentheses for example by vertical bars, the following
29781  line is added to the LaTeX-preamble:
29782 \end_layout
29783
29784 \begin_layout Standard
29785
29786 \series bold
29787
29788 \backslash
29789 def
29790 \backslash
29791 tagform@#1{
29792 \backslash
29793 maketag@@@{|#1|}}
29794 \series default
29795
29796 \begin_inset Note Note
29797 status collapsed
29798
29799 \begin_layout Plain Layout
29800 This macro is already declared in the LaTeX-preamble for testing.
29801  To activate it, remove the percent sign at the beginning.
29802 \end_layout
29803
29804 \end_inset
29805
29806
29807 \end_layout
29808
29809 \begin_layout Standard
29810 To use other characters, the vertical bars besides the 
29811 \series bold
29812 #1
29813 \series default
29814  are replaced by one ore more characters.
29815  To get only the formula number the vertical bars are omitted.
29816 \end_layout
29817
29818 \begin_layout Standard
29819 \begin_inset VSpace bigskip
29820 \end_inset
29821
29822 When there should be an expression of your choice instead of the consecutive
29823  formula number in parentheses behind the formula, the command 
29824 \series bold
29825
29826 \backslash
29827 tag
29828 \series default
29829
29830 \begin_inset Index
29831 status collapsed
29832
29833 \begin_layout Plain Layout
29834 Commands ! T ! 
29835 \backslash
29836 tag
29837 \end_layout
29838
29839 \end_inset
29840
29841  is used:
29842 \begin_inset Formula \begin{equation}
29843 A+B=C\tag{something}\label{eq:tag}\end{equation}
29844
29845 \end_inset
29846
29847 In this example the command 
29848 \series bold
29849
29850 \backslash
29851 tag
29852 \begin_inset ERT
29853 status collapsed
29854
29855 \begin_layout Plain Layout
29856
29857
29858 \backslash
29859 spce 
29860 \end_layout
29861
29862 \end_inset
29863
29864 something
29865 \series default
29866  was inserted to the formula.
29867 \end_layout
29868
29869 \begin_layout Standard
29870 When the command 
29871 \series bold
29872
29873 \backslash
29874 tag*
29875 \begin_inset ERT
29876 status collapsed
29877
29878 \begin_layout Plain Layout
29879
29880
29881 \backslash
29882 spce 
29883 \end_layout
29884
29885 \end_inset
29886
29887 something
29888 \series default
29889  is inserted instead, the star prevents the parentheses around the expression:
29890 \begin_inset Formula \[
29891 A+B=C\tag*{something}\]
29892
29893 \end_inset
29894
29895
29896 \end_layout
29897
29898 \begin_layout Standard
29899 \begin_inset VSpace bigskip
29900 \end_inset
29901
29902 To restart the formula numbering with new document parts or sections, the
29903  following command is used:
29904 \end_layout
29905
29906 \begin_layout Standard
29907
29908 \series bold
29909
29910 \backslash
29911 @addtoreset{equation}{part}
29912 \series default
29913
29914 \begin_inset Index
29915 status collapsed
29916
29917 \begin_layout Plain Layout
29918 Commands ! 
29919 \begin_inset ERT
29920 status collapsed
29921
29922 \begin_layout Plain Layout
29923
29924 "
29925 \end_layout
29926
29927 \end_inset
29928
29929 @
29930 \begin_inset ERT
29931 status collapsed
29932
29933 \begin_layout Plain Layout
29934
29935 "
29936 \end_layout
29937
29938 \end_inset
29939
29940  ! 
29941 \backslash
29942
29943 \begin_inset ERT
29944 status collapsed
29945
29946 \begin_layout Plain Layout
29947
29948 "
29949 \end_layout
29950
29951 \end_inset
29952
29953 @
29954 \begin_inset ERT
29955 status collapsed
29956
29957 \begin_layout Plain Layout
29958
29959 "
29960 \end_layout
29961
29962 \end_inset
29963
29964 addtoreset
29965 \end_layout
29966
29967 \end_inset
29968
29969
29970 \begin_inset Newline newline
29971 \end_inset
29972
29973 resp.
29974 \begin_inset Newline newline
29975 \end_inset
29976
29977
29978 \series bold
29979
29980 \backslash
29981 @addtoreset{equation}{section}
29982 \end_layout
29983
29984 \begin_layout Standard
29985 To be able to use these commands in TeX-mode, the 
29986 \begin_inset Quotes eld
29987 \end_inset
29988
29989 @
29990 \begin_inset Quotes erd
29991 \end_inset
29992
29993  character has to be made 
29994 \begin_inset Quotes eld
29995 \end_inset
29996
29997 active
29998 \begin_inset Quotes erd
29999 \end_inset
30000
30001  for LaTeX using the command 
30002 \series bold
30003
30004 \backslash
30005 makeatletter.
30006
30007 \series default
30008  The command 
30009 \series bold
30010
30011 \backslash
30012 makeatother
30013 \series default
30014  reverts this.
30015  So the command sequence in TeX-mode is:
30016 \end_layout
30017
30018 \begin_layout Standard
30019
30020 \series bold
30021
30022 \backslash
30023 makeatletter
30024 \begin_inset Newline newline
30025 \end_inset
30026
30027
30028 \backslash
30029 @addtoreset{equation}{section}
30030 \begin_inset Newline newline
30031 \end_inset
30032
30033
30034 \backslash
30035 makeatother
30036 \end_layout
30037
30038 \begin_layout Standard
30039 In the LaTeX-preamble 
30040 \series bold
30041
30042 \backslash
30043 makeatletter
30044 \series default
30045  and 
30046 \series bold
30047
30048 \backslash
30049 makeatother
30050 \series default
30051  can be omitted as they are automatically internally inserted by LyX.
30052 \end_layout
30053
30054 \begin_layout Standard
30055 To revert 
30056 \series bold
30057
30058 \backslash
30059 @addtoreset
30060 \series default
30061 , the file 
30062 \series bold
30063 remreset.sty
30064 \series default
30065
30066 \begin_inset Foot
30067 status collapsed
30068
30069 \begin_layout Plain Layout
30070
30071 \series bold
30072 remreset
30073 \series default
30074  is part of the LaTeX-package 
30075 \series bold
30076 carlisle
30077 \series default
30078
30079 \begin_inset Index
30080 status collapsed
30081
30082 \begin_layout Plain Layout
30083 Packages ! carlisle
30084 \end_layout
30085
30086 \end_inset
30087
30088  that is part of every LaTeX standard installation.
30089 \end_layout
30090
30091 \end_inset
30092
30093
30094 \begin_inset Index
30095 status collapsed
30096
30097 \begin_layout Plain Layout
30098 Packages ! remreset
30099 \end_layout
30100
30101 \end_inset
30102
30103  has to be loaded in the LaTeX-preamble with the line
30104 \end_layout
30105
30106 \begin_layout Standard
30107
30108 \series bold
30109
30110 \backslash
30111 usepackage{remreset}
30112 \end_layout
30113
30114 \begin_layout Standard
30115 Then the command 
30116 \series bold
30117
30118 \backslash
30119 @removefromreset
30120 \series default
30121
30122 \begin_inset Index
30123 status collapsed
30124
30125 \begin_layout Plain Layout
30126 Commands ! 
30127 \begin_inset ERT
30128 status collapsed
30129
30130 \begin_layout Plain Layout
30131
30132 "
30133 \end_layout
30134
30135 \end_inset
30136
30137 @
30138 \begin_inset ERT
30139 status collapsed
30140
30141 \begin_layout Plain Layout
30142
30143 "
30144 \end_layout
30145
30146 \end_inset
30147
30148  ! 
30149 \backslash
30150
30151 \begin_inset ERT
30152 status collapsed
30153
30154 \begin_layout Plain Layout
30155
30156 "
30157 \end_layout
30158
30159 \end_inset
30160
30161 @
30162 \begin_inset ERT
30163 status collapsed
30164
30165 \begin_layout Plain Layout
30166
30167 "
30168 \end_layout
30169
30170 \end_inset
30171
30172 removefromreset
30173 \end_layout
30174
30175 \end_inset
30176
30177  can be used with the same scheme as 
30178 \series bold
30179
30180 \backslash
30181 @addtoreset
30182 \series default
30183 .
30184 \end_layout
30185
30186 \begin_layout Standard
30187 \begin_inset VSpace bigskip
30188 \end_inset
30189
30190 Sometimes formulas should be numbered in the following form:
30191 \end_layout
30192
30193 \begin_layout Standard
30194
30195 \family typewriter
30196 (section number.formula number)
30197 \end_layout
30198
30199 \begin_layout Standard
30200 The formula number should start with every section with 
30201 \begin_inset Quotes eld
30202 \end_inset
30203
30204 1
30205 \begin_inset Quotes erd
30206 \end_inset
30207
30208 .
30209 \end_layout
30210
30211 \begin_layout Standard
30212 For this case there is the command 
30213 \series bold
30214
30215 \backslash
30216 numberwithin
30217 \series default
30218
30219 \begin_inset Index
30220 status collapsed
30221
30222 \begin_layout Plain Layout
30223 Commands ! N ! 
30224 \backslash
30225 numberwithin
30226 \end_layout
30227
30228 \end_inset
30229
30230 , which is used with the following scheme:
30231 \end_layout
30232
30233 \begin_layout Standard
30234
30235 \series bold
30236
30237 \backslash
30238 numberwithin{counter}{sectioning}
30239 \end_layout
30240
30241 \begin_layout Standard
30242 Counter denotes what kind of numbering is affected, sectioning denotes what
30243  number is before the dot.
30244 \end_layout
30245
30246 \begin_layout Standard
30247 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30248 \end_layout
30249
30250 \begin_layout Standard
30251
30252 \series bold
30253
30254 \backslash
30255 numberwithin{equation}{section}
30256 \end_layout
30257
30258 \begin_layout Standard
30259 This is the result:
30260 \begin_inset ERT
30261 status collapsed
30262
30263 \begin_layout Plain Layout
30264
30265
30266 \backslash
30267 numberwithin{equation}{section}
30268 \end_layout
30269
30270 \end_inset
30271
30272
30273 \begin_inset Formula \begin{equation}
30274 A+B=C\end{equation}
30275
30276 \end_inset
30277
30278
30279 \end_layout
30280
30281 \begin_layout Standard
30282 To number e.
30283 \begin_inset space \thinspace{}
30284 \end_inset
30285
30286 g.
30287 \begin_inset space ~
30288 \end_inset
30289
30290 tables so that the number of the part is the sectioning,
30291 \begin_inset Newline newline
30292 \end_inset
30293
30294
30295 \series bold
30296
30297 \backslash
30298 numberwithin{table}{part}
30299 \series default
30300  is used.
30301 \end_layout
30302
30303 \begin_layout Standard
30304 To go back to the standard numbering or to prevent this kind of numbering
30305  when it is defined by the document class, the following command is inserted
30306  as TeX-Code or to the LaTeX-preamble:
30307 \end_layout
30308
30309 \begin_layout Standard
30310
30311 \series bold
30312
30313 \backslash
30314 renewcommand{
30315 \backslash
30316 theequation}{
30317 \backslash
30318 arabic{equation}}
30319 \begin_inset Index
30320 status collapsed
30321
30322 \begin_layout Plain Layout
30323 Commands ! A ! 
30324 \backslash
30325 arabic
30326 \end_layout
30327
30328 \end_inset
30329
30330
30331 \series default
30332
30333 \begin_inset ERT
30334 status collapsed
30335
30336 \begin_layout Plain Layout
30337
30338
30339 \backslash
30340 renewcommand{
30341 \backslash
30342 theequation}{
30343 \backslash
30344 arabic{equation}}
30345 \end_layout
30346
30347 \end_inset
30348
30349
30350 \series bold
30351
30352 \begin_inset Newline newline
30353 \end_inset
30354
30355
30356 \series default
30357 or
30358 \series bold
30359
30360 \begin_inset Newline newline
30361 \end_inset
30362
30363
30364 \backslash
30365 renewcommand{
30366 \backslash
30367 thetable}{
30368 \backslash
30369 arabic{table}}
30370 \end_layout
30371
30372 \begin_layout Standard
30373
30374 \series bold
30375
30376 \backslash
30377 numberwithin
30378 \series default
30379  uses internally the command 
30380 \series bold
30381
30382 \backslash
30383 @addtoreset
30384 \series default
30385 , described above, that also needs to be reverted.
30386 \begin_inset ERT
30387 status collapsed
30388
30389 \begin_layout Plain Layout
30390
30391
30392 \backslash
30393 makeatletter
30394 \end_layout
30395
30396 \begin_layout Plain Layout
30397
30398
30399 \backslash
30400 @removefromreset{equation}{section}
30401 \end_layout
30402
30403 \begin_layout Plain Layout
30404
30405
30406 \backslash
30407 makeatother
30408 \end_layout
30409
30410 \end_inset
30411
30412
30413 \end_layout
30414
30415 \begin_layout Subsection
30416 Numbering with Roman Numbers and Letters
30417 \begin_inset CommandInset label
30418 LatexCommand label
30419 name "sub:Numbering-with-Roman"
30420
30421 \end_inset
30422
30423
30424 \begin_inset Index
30425 status collapsed
30426
30427 \begin_layout Plain Layout
30428 Formula numbering ! with letters
30429 \end_layout
30430
30431 \end_inset
30432
30433
30434 \begin_inset Index
30435 status collapsed
30436
30437 \begin_layout Plain Layout
30438 Formula numbering ! with Roman numbers
30439 \end_layout
30440
30441 \end_inset
30442
30443
30444 \end_layout
30445
30446 \begin_layout Standard
30447 Formulas can also be numbered with Roman numbers and Latin letters.
30448  To number for example with small Roman numbers, the command
30449 \end_layout
30450
30451 \begin_layout Standard
30452
30453 \series bold
30454
30455 \backslash
30456 renewcommand{
30457 \backslash
30458 theequation}{
30459 \backslash
30460 roman{equation}}
30461 \end_layout
30462
30463 \begin_layout Standard
30464 is inserted before the formula in TeX-mode.
30465  
30466 \series bold
30467
30468 \backslash
30469 renewcommand
30470 \series default
30471
30472 \begin_inset Index
30473 status collapsed
30474
30475 \begin_layout Plain Layout
30476 Commands ! R ! 
30477 \backslash
30478 renewcommand
30479 \end_layout
30480
30481 \end_inset
30482
30483  redefines the predefined command 
30484 \series bold
30485
30486 \backslash
30487 theequation
30488 \series default
30489  to the command 
30490 \series bold
30491
30492 \backslash
30493 roman{equation}
30494 \series default
30495
30496 \begin_inset Foot
30497 status collapsed
30498
30499 \begin_layout Plain Layout
30500 The command 
30501 \series bold
30502
30503 \backslash
30504 renewcommand
30505 \series default
30506  has the same scheme like the command 
30507 \series bold
30508
30509 \backslash
30510 newcommand
30511 \series default
30512  that is described in 
30513 \begin_inset CommandInset ref
30514 LatexCommand ref
30515 reference "sec:User-defined-Commands"
30516
30517 \end_inset
30518
30519 .
30520 \end_layout
30521
30522 \end_inset
30523
30524 .
30525  
30526 \series bold
30527 equation
30528 \series default
30529  is the formula counter.
30530  When the command 
30531 \series bold
30532
30533 \backslash
30534 the
30535 \series default
30536  is used as prefix for a counter, the value of the counter is output as
30537  Arabic number.
30538  When a formula is numbered, LaTeX sets internally the command 
30539 \series bold
30540
30541 \backslash
30542 theequation
30543 \series default
30544  behind the formula.
30545  
30546 \series bold
30547
30548 \backslash
30549 roman{equation}
30550 \begin_inset Index
30551 status collapsed
30552
30553 \begin_layout Plain Layout
30554 Commands ! R ! 
30555 \backslash
30556 roman
30557 \end_layout
30558
30559 \end_inset
30560
30561
30562 \series default
30563  outputs the counter as small Roman number.
30564 \end_layout
30565
30566 \begin_layout Standard
30567 All formulas behind the command 
30568 \series bold
30569
30570 \backslash
30571 renew
30572 \series default
30573 c
30574 \series bold
30575 ommand
30576 \series default
30577  are now numbered Roman.
30578  To switch to numbering with big Roman numbers, the command is inserted
30579  again, but 
30580 \series bold
30581
30582 \backslash
30583 roman
30584 \series default
30585  is replaced by 
30586 \series bold
30587
30588 \backslash
30589 Roman
30590 \series default
30591
30592 \begin_inset Index
30593 status collapsed
30594
30595 \begin_layout Plain Layout
30596 Commands ! R ! 
30597 \backslash
30598 roman@
30599 \backslash
30600 Roman
30601 \end_layout
30602
30603 \end_inset
30604
30605 .
30606  To 
30607 \begin_inset Quotes eld
30608 \end_inset
30609
30610 number
30611 \begin_inset Quotes erd
30612 \end_inset
30613
30614  with small Latin letters there is the command 
30615 \series bold
30616
30617 \backslash
30618 alph
30619 \series default
30620
30621 \begin_inset Index
30622 status collapsed
30623
30624 \begin_layout Plain Layout
30625 Commands ! A ! 
30626 \backslash
30627 alph
30628 \end_layout
30629
30630 \end_inset
30631
30632 , for big ones there is the command 
30633 \series bold
30634
30635 \backslash
30636 Alph
30637 \series default
30638
30639 \begin_inset Index
30640 status open
30641
30642 \begin_layout Plain Layout
30643 Commands ! A ! 
30644 \backslash
30645 alph@
30646 \backslash
30647 Alph
30648 \end_layout
30649
30650 \end_inset
30651
30652 .
30653 \end_layout
30654
30655 \begin_layout Standard
30656 \begin_inset Note Greyedout
30657 status open
30658
30659 \begin_layout Plain Layout
30660
30661 \series bold
30662 Note:
30663 \series default
30664  Only maximal 26 formulas can be numbered with Latin letters in one document.
30665 \end_layout
30666
30667 \end_inset
30668
30669
30670 \end_layout
30671
30672 \begin_layout Standard
30673 \begin_inset ERT
30674 status collapsed
30675
30676 \begin_layout Plain Layout
30677
30678
30679 \backslash
30680 renewcommand{
30681 \backslash
30682 theequation}{
30683 \backslash
30684 roman{equation}}
30685 \end_layout
30686
30687 \end_inset
30688
30689
30690 \end_layout
30691
30692 \begin_layout Standard
30693 \begin_inset Formula \begin{equation}
30694 A=\textrm{small roman}\label{eq:rom}\end{equation}
30695
30696 \end_inset
30697
30698
30699 \begin_inset ERT
30700 status collapsed
30701
30702 \begin_layout Plain Layout
30703
30704
30705 \backslash
30706 renewcommand{
30707 \backslash
30708 theequation}{
30709 \backslash
30710 Roman{equation}}
30711 \end_layout
30712
30713 \end_inset
30714
30715
30716 \begin_inset Formula \begin{equation}
30717 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
30718
30719 \end_inset
30720
30721
30722 \begin_inset ERT
30723 status collapsed
30724
30725 \begin_layout Plain Layout
30726
30727
30728 \backslash
30729 renewcommand{
30730 \backslash
30731 theequation}{
30732 \backslash
30733 alph{equation}}
30734 \end_layout
30735
30736 \end_inset
30737
30738
30739 \begin_inset Formula \begin{equation}
30740 C=\textrm{small Latin}\label{eq:lat}\end{equation}
30741
30742 \end_inset
30743
30744
30745 \begin_inset ERT
30746 status collapsed
30747
30748 \begin_layout Plain Layout
30749
30750
30751 \backslash
30752 renewcommand{
30753 \backslash
30754 theequation}{
30755 \backslash
30756 Alph{equation}}
30757 \end_layout
30758
30759 \end_inset
30760
30761
30762 \begin_inset Formula \begin{equation}
30763 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
30764
30765 \end_inset
30766
30767
30768 \end_layout
30769
30770 \begin_layout Standard
30771 To switch back to the default numbering, insert the command:
30772 \end_layout
30773
30774 \begin_layout Standard
30775
30776 \series bold
30777
30778 \backslash
30779 renewcommand{
30780 \backslash
30781 theequation}{
30782 \backslash
30783 arabic{equation}}
30784 \begin_inset Index
30785 status collapsed
30786
30787 \begin_layout Plain Layout
30788 Commands ! A ! 
30789 \backslash
30790 arabic
30791 \end_layout
30792
30793 \end_inset
30794
30795
30796 \end_layout
30797
30798 \begin_layout Standard
30799 \begin_inset ERT
30800 status collapsed
30801
30802 \begin_layout Plain Layout
30803
30804
30805 \backslash
30806 renewcommand{
30807 \backslash
30808 theequation}{
30809 \backslash
30810 arabic{equation}}
30811 \end_layout
30812
30813 \end_inset
30814
30815
30816 \begin_inset Formula \begin{equation}
30817 E=\textrm{Arabic}\label{eq:arab}\end{equation}
30818
30819 \end_inset
30820
30821
30822 \end_layout
30823
30824 \begin_layout Standard
30825 \begin_inset VSpace medskip
30826 \end_inset
30827
30828 As you see, formulas are numbered serially independent from the numbering
30829  style.
30830  When then numbering should start with 
30831 \begin_inset Quotes eld
30832 \end_inset
30833
30834 1
30835 \begin_inset Quotes erd
30836 \end_inset
30837
30838  when the style is changed, new equation counters have to be defined.
30839  A description about this can be found in the file 
30840 \begin_inset CommandInset href
30841 LatexCommand href
30842 target "Formula-numbering.lyx"
30843
30844 \end_inset
30845
30846 .
30847 \end_layout
30848
30849 \begin_layout Section
30850 User-defined Commands
30851 \begin_inset CommandInset label
30852 LatexCommand label
30853 name "sec:User-defined-Commands"
30854
30855 \end_inset
30856
30857
30858 \begin_inset Index
30859 status collapsed
30860
30861 \begin_layout Plain Layout
30862 User-defined commands
30863 \end_layout
30864
30865 \end_inset
30866
30867
30868 \end_layout
30869
30870 \begin_layout Standard
30871 Many LaTeX-commands are too long to be used frequently.
30872  But it is possible to define with the command 
30873 \series bold
30874
30875 \backslash
30876 newcommand
30877 \series default
30878
30879 \begin_inset Index
30880 status collapsed
30881
30882 \begin_layout Plain Layout
30883 Commands ! N ! 
30884 \backslash
30885 newcommand
30886 \end_layout
30887
30888 \end_inset
30889
30890  new shorter commands.
30891 \end_layout
30892
30893 \begin_layout Standard
30894 The command scheme of 
30895 \series bold
30896
30897 \backslash
30898 newcommand
30899 \series default
30900  is:
30901 \end_layout
30902
30903 \begin_layout Standard
30904
30905 \series bold
30906
30907 \backslash
30908 newcommand{new command name}[number of arguments][optional
30909 \series default
30910  
30911 \series bold
30912 value]
30913 \begin_inset Newline newline
30914 \end_inset
30915
30916
30917 \begin_inset ERT
30918 status collapsed
30919
30920 \begin_layout Plain Layout
30921
30922
30923 \backslash
30924 phantom{
30925 \end_layout
30926
30927 \end_inset
30928
30929
30930 \backslash
30931 newcommand
30932 \begin_inset ERT
30933 status collapsed
30934
30935 \begin_layout Plain Layout
30936
30937 }
30938 \end_layout
30939
30940 \end_inset
30941
30942 {command definition}
30943 \end_layout
30944
30945 \begin_layout Standard
30946 \begin_inset Note Greyedout
30947 status open
30948
30949 \begin_layout Plain Layout
30950
30951 \series bold
30952 Note:
30953 \series default
30954  Assure that the name of the new command is not already used in your document
30955  or by LaTeX-packages that you use.
30956  When you for example define the command 
30957 \series bold
30958
30959 \backslash
30960 le
30961 \series default
30962  for 
30963 \series bold
30964
30965 \backslash
30966 Leftarrow
30967 \series default
30968 , you get an error message because 
30969 \series bold
30970
30971 \backslash
30972 le
30973 \series default
30974  is already defined as command for 
30975 \begin_inset Quotes eld
30976 \end_inset
30977
30978
30979 \begin_inset Formula $\le$
30980 \end_inset
30981
30982
30983 \begin_inset Quotes erd
30984 \end_inset
30985
30986 .
30987 \end_layout
30988
30989 \end_inset
30990
30991
30992 \end_layout
30993
30994 \begin_layout Standard
30995 \begin_inset Note Greyedout
30996 status open
30997
30998 \begin_layout Plain Layout
30999
31000 \series bold
31001 Note:
31002 \series default
31003  The names of user-defined commands may only consist of Latin letters.
31004 \end_layout
31005
31006 \end_inset
31007
31008
31009 \end_layout
31010
31011 \begin_layout Standard
31012 The number of arguments is an integer in the range 0
31013 \begin_inset space \thinspace{}
31014 \end_inset
31015
31016 -
31017 \begin_inset space \thinspace{}
31018 \end_inset
31019
31020 9 and specifies how many arguments the new command should have.
31021  With the optional value a value for an optional argument can be predefined.
31022  When this is done, the 
31023 \emph on
31024 first
31025 \emph default
31026  
31027 \emph on
31028 a
31029 \emph default
31030 rgument of the new command is automatically an optional one.
31031 \end_layout
31032
31033 \begin_layout Standard
31034 Here are some examples:
31035 \end_layout
31036
31037 \begin_layout Itemize
31038 To define the command 
31039 \series bold
31040
31041 \backslash
31042 gr
31043 \series default
31044  for 
31045 \series bold
31046
31047 \backslash
31048 Longrightarrow
31049 \series default
31050 , the LaTeX-preamble line is:
31051 \begin_inset ERT
31052 status collapsed
31053
31054 \begin_layout Plain Layout
31055
31056
31057 \backslash
31058 medskip
31059 \end_layout
31060
31061 \end_inset
31062
31063
31064 \series bold
31065
31066 \begin_inset Newline newline
31067 \end_inset
31068
31069
31070 \backslash
31071 newcommand{
31072 \backslash
31073 gr}{
31074 \backslash
31075 Longrightarrow}
31076 \end_layout
31077
31078 \begin_layout Itemize
31079 To define the command 
31080 \series bold
31081
31082 \backslash
31083 us
31084 \series default
31085  for 
31086 \series bold
31087
31088 \backslash
31089 underline
31090 \series default
31091 , the argument (that should be underlined) must be taken into account.
31092  For this the preamble line is:
31093 \begin_inset ERT
31094 status collapsed
31095
31096 \begin_layout Plain Layout
31097
31098
31099 \backslash
31100 medskip
31101 \end_layout
31102
31103 \end_inset
31104
31105
31106 \series bold
31107
31108 \begin_inset Newline newline
31109 \end_inset
31110
31111
31112 \backslash
31113 newcommand{
31114 \backslash
31115 us}[1]{
31116 \backslash
31117 underline{#1}}
31118 \series default
31119
31120 \begin_inset ERT
31121 status collapsed
31122
31123 \begin_layout Plain Layout
31124
31125
31126 \backslash
31127 medskip
31128 \end_layout
31129
31130 \end_inset
31131
31132
31133 \series bold
31134
31135 \begin_inset Newline newline
31136 \end_inset
31137
31138
31139 \series default
31140 The character 
31141 \series bold
31142 #
31143 \series default
31144  acts as argument placeholder, the 
31145 \series bold
31146 1
31147 \series default
31148  behind it denotes that it is the placeholder for the first argument.
31149 \end_layout
31150
31151 \begin_layout Itemize
31152 For 
31153 \series bold
31154
31155 \backslash
31156 framebox
31157 \series default
31158  one can e.
31159 \begin_inset space \thinspace{}
31160 \end_inset
31161
31162 g.
31163 \begin_inset space ~
31164 \end_inset
31165
31166 define the command 
31167 \series bold
31168
31169 \backslash
31170 fb
31171 \series default
31172 :
31173 \begin_inset ERT
31174 status collapsed
31175
31176 \begin_layout Plain Layout
31177
31178
31179 \backslash
31180 medskip
31181 \end_layout
31182
31183 \end_inset
31184
31185
31186 \series bold
31187
31188 \begin_inset Newline newline
31189 \end_inset
31190
31191
31192 \backslash
31193 newcommand{
31194 \backslash
31195 fb}[3]{
31196 \backslash
31197 framebox#1#2{$#3$}}
31198 \series default
31199
31200 \begin_inset ERT
31201 status collapsed
31202
31203 \begin_layout Plain Layout
31204
31205
31206 \backslash
31207 medskip
31208 \end_layout
31209
31210 \end_inset
31211
31212
31213 \series bold
31214
31215 \begin_inset Newline newline
31216 \end_inset
31217
31218
31219 \series default
31220 The two Dollar signs creates the extra formula needed for 
31221 \series bold
31222
31223 \backslash
31224 framebox
31225 \series default
31226 , see 
31227 \begin_inset CommandInset ref
31228 LatexCommand ref
31229 reference "sub:Boxes-with-Frame"
31230
31231 \end_inset
31232
31233 .
31234 \end_layout
31235
31236 \begin_layout Itemize
31237 To create a new command for 
31238 \series bold
31239
31240 \backslash
31241 fcolorbox
31242 \series default
31243  where the color for the box needn't to be specified, the argument for the
31244  color is defined optional:
31245 \begin_inset ERT
31246 status collapsed
31247
31248 \begin_layout Plain Layout
31249
31250
31251 \backslash
31252 medskip
31253 \end_layout
31254
31255 \end_inset
31256
31257
31258 \series bold
31259
31260 \begin_inset Newline newline
31261 \end_inset
31262
31263
31264 \backslash
31265 newcommand{
31266 \backslash
31267 cb}[3][white]{
31268 \backslash
31269 fcolorbox{#2}{#1}{$#3$}}
31270 \series default
31271
31272 \begin_inset ERT
31273 status collapsed
31274
31275 \begin_layout Plain Layout
31276
31277
31278 \backslash
31279 medskip
31280 \end_layout
31281
31282 \end_inset
31283
31284
31285 \begin_inset Newline newline
31286 \end_inset
31287
31288 When the color is not specified when using 
31289 \series bold
31290
31291 \backslash
31292 cb
31293 \series default
31294 , the predefined color 
31295 \series bold
31296 white
31297 \series default
31298  will be used.
31299 \end_layout
31300
31301 \begin_layout Standard
31302 A test of the new defined commands:
31303 \end_layout
31304
31305 \begin_layout Standard
31306 \align center
31307 \begin_inset Tabular
31308 <lyxtabular version="3" rows="6" columns="2">
31309 <features>
31310 <column alignment="center" valignment="top" width="0">
31311 <column alignment="center" valignment="top" width="0">
31312 <row>
31313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31314 \begin_inset Text
31315
31316 \begin_layout Plain Layout
31317 Command
31318 \end_layout
31319
31320 \end_inset
31321 </cell>
31322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31323 \begin_inset Text
31324
31325 \begin_layout Plain Layout
31326 Result
31327 \begin_inset Note Note
31328 status collapsed
31329
31330 \begin_layout Plain Layout
31331
31332 \series bold
31333
31334 \backslash
31335 raisebox
31336 \series default
31337  is only used as spacer.
31338 \end_layout
31339
31340 \end_inset
31341
31342
31343 \end_layout
31344
31345 \end_inset
31346 </cell>
31347 </row>
31348 <row>
31349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31350 \begin_inset Text
31351
31352 \begin_layout Plain Layout
31353 A
31354 \backslash
31355 gr
31356 \begin_inset ERT
31357 status collapsed
31358
31359 \begin_layout Plain Layout
31360
31361
31362 \backslash
31363 spce 
31364 \end_layout
31365
31366 \end_inset
31367
31368 B
31369 \end_layout
31370
31371 \end_inset
31372 </cell>
31373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31374 \begin_inset Text
31375
31376 \begin_layout Plain Layout
31377 \begin_inset Formula $A\gr B$
31378 \end_inset
31379
31380
31381 \end_layout
31382
31383 \end_inset
31384 </cell>
31385 </row>
31386 <row>
31387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31388 \begin_inset Text
31389
31390 \begin_layout Plain Layout
31391
31392 \backslash
31393 us{ABcd
31394 \end_layout
31395
31396 \end_inset
31397 </cell>
31398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31399 \begin_inset Text
31400
31401 \begin_layout Plain Layout
31402 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31403 \end_inset
31404
31405
31406 \end_layout
31407
31408 \end_inset
31409 </cell>
31410 </row>
31411 <row>
31412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31413 \begin_inset Text
31414
31415 \begin_layout Plain Layout
31416
31417 \backslash
31418 fb{[2cm]
31419 \begin_inset Formula $\to$
31420 \end_inset
31421
31422
31423 \backslash
31424 {
31425 \begin_inset Formula $\to$
31426 \end_inset
31427
31428
31429 \backslash
31430 {
31431 \backslash
31432 int
31433 \begin_inset ERT
31434 status collapsed
31435
31436 \begin_layout Plain Layout
31437
31438
31439 \backslash
31440 spce 
31441 \end_layout
31442
31443 \end_inset
31444
31445 A=B
31446 \end_layout
31447
31448 \end_inset
31449 </cell>
31450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31451 \begin_inset Text
31452
31453 \begin_layout Plain Layout
31454 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31455 \end_inset
31456
31457
31458 \end_layout
31459
31460 \end_inset
31461 </cell>
31462 </row>
31463 <row>
31464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31465 \begin_inset Text
31466
31467 \begin_layout Plain Layout
31468
31469 \backslash
31470 cb{red
31471 \begin_inset Formula $\to$
31472 \end_inset
31473
31474
31475 \backslash
31476 {
31477 \backslash
31478 int
31479 \begin_inset ERT
31480 status collapsed
31481
31482 \begin_layout Plain Layout
31483
31484
31485 \backslash
31486 spce 
31487 \end_layout
31488
31489 \end_inset
31490
31491 A=B
31492 \end_layout
31493
31494 \end_inset
31495 </cell>
31496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31497 \begin_inset Text
31498
31499 \begin_layout Plain Layout
31500 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31501 \end_inset
31502
31503
31504 \end_layout
31505
31506 \end_inset
31507 </cell>
31508 </row>
31509 <row>
31510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31511 \begin_inset Text
31512
31513 \begin_layout Plain Layout
31514
31515 \backslash
31516 cb[green]
31517 \backslash
31518 {red
31519 \begin_inset Formula $\to$
31520 \end_inset
31521
31522
31523 \backslash
31524 {
31525 \backslash
31526 int
31527 \begin_inset ERT
31528 status collapsed
31529
31530 \begin_layout Plain Layout
31531
31532
31533 \backslash
31534 spce 
31535 \end_layout
31536
31537 \end_inset
31538
31539 A=B
31540 \end_layout
31541
31542 \end_inset
31543 </cell>
31544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31545 \begin_inset Text
31546
31547 \begin_layout Plain Layout
31548 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31549 \end_inset
31550
31551
31552 \end_layout
31553
31554 \end_inset
31555 </cell>
31556 </row>
31557 </lyxtabular>
31558
31559 \end_inset
31560
31561
31562 \end_layout
31563
31564 \begin_layout Section
31565 Diagrams
31566 \end_layout
31567
31568 \begin_layout Standard
31569 LyX supports two types of commutative diagrams: 
31570 \series bold
31571 amscd
31572 \series default
31573  and 
31574 \series bold
31575 xymatrix
31576 \series default
31577  that are explained in the following.
31578 \end_layout
31579
31580 \begin_layout Subsection
31581 Amscd Diagrams
31582 \begin_inset Index
31583 status collapsed
31584
31585 \begin_layout Plain Layout
31586 Diagrams ! amscd
31587 \end_layout
31588
31589 \end_inset
31590
31591
31592 \end_layout
31593
31594 \begin_layout Standard
31595 Diagrams of this type visualize relations by vertical and horizontal lines
31596  or arrows:
31597 \begin_inset Formula \[
31598 \begin{CD}A@>>>B@>>>C\\
31599 @AAA@.@VVV\\
31600 F@<<<E@<<<D\end{CD}\]
31601
31602 \end_inset
31603
31604
31605 \end_layout
31606
31607 \begin_layout Standard
31608 To get them, the command 
31609 \series bold
31610
31611 \backslash
31612 CD
31613 \begin_inset Index
31614 status collapsed
31615
31616 \begin_layout Plain Layout
31617 Commands ! C ! 
31618 \backslash
31619 CD
31620 \end_layout
31621
31622 \end_inset
31623
31624
31625 \series default
31626  is inserted to a formula.
31627  A blue box appears with two dashed lines where further commands can be
31628  inserted.
31629  With 
31630 \family sans
31631 Ctrl-Return
31632 \family default
31633  a new line is created.
31634  Horizontal relations are inserted in odd, vertical in even formula lines.
31635 \end_layout
31636
31637 \begin_layout Standard
31638 To create the relations there are the following commands:
31639 \end_layout
31640
31641 \begin_layout Itemize
31642
31643 \series bold
31644 @<<<
31645 \series default
31646  creates a left arrow, 
31647 \series bold
31648 @>>>
31649 \series default
31650  a right arrow, and 
31651 \series bold
31652 @=
31653 \series default
31654  a long equal sign
31655 \end_layout
31656
31657 \begin_layout Itemize
31658
31659 \series bold
31660 @AAA
31661 \series default
31662  creates an up arrow, 
31663 \series bold
31664 @VVV
31665 \series default
31666  an down arrow, and 
31667 \series bold
31668 @|
31669 \series default
31670  a vertical equal sign
31671 \end_layout
31672
31673 \begin_layout Itemize
31674
31675 \series bold
31676 @.
31677
31678 \series default
31679  is a placeholder for non-existent relations
31680 \end_layout
31681
31682 \begin_layout Standard
31683 All arrows can be labeled as follows:
31684 \end_layout
31685
31686 \begin_layout Itemize
31687 Is text inserted between the first and second < or >, resp., it is placed
31688  above the arrow.
31689  When it is inserted between the second and third one, it appears under
31690  the arrow.
31691 \end_layout
31692
31693 \begin_layout Itemize
31694 When text for vertical arrows is inserted between the first and second A
31695  or V, resp., it is placed left beside the arrow.
31696  When it is inserted between the second and third one, it appears right
31697  beside the arrow.
31698  If the text contains an A or V, these letters must be set into a TeX-brace.
31699 \end_layout
31700
31701 \begin_layout Standard
31702 As example a diagram with all possible relations:
31703 \end_layout
31704
31705 \begin_layout Standard
31706 \begin_inset Formula \[
31707 \begin{CD}A@>j>>B@>>k>C@=F\\
31708 @AmAA@.@VV{V}V@|\\
31709 D@<<j<E@>k>>F@=C\end{CD}\]
31710
31711 \end_inset
31712
31713
31714 \end_layout
31715
31716 \begin_layout Standard
31717 The command for this is:
31718 \begin_inset Newline newline
31719 \end_inset
31720
31721
31722 \series bold
31723
31724 \backslash
31725 CD
31726 \begin_inset ERT
31727 status collapsed
31728
31729 \begin_layout Plain Layout
31730
31731
31732 \backslash
31733 spce 
31734 \end_layout
31735
31736 \end_inset
31737
31738 A@>j>>B@>>k>C@=F Ctrl-Enter
31739 \begin_inset Newline newline
31740 \end_inset
31741
31742
31743 \begin_inset ERT
31744 status collapsed
31745
31746 \begin_layout Plain Layout
31747
31748
31749 \backslash
31750 hphantom{
31751 \end_layout
31752
31753 \end_inset
31754
31755
31756 \backslash
31757 CD
31758 \begin_inset ERT
31759 status collapsed
31760
31761 \begin_layout Plain Layout
31762
31763
31764 \backslash
31765 spce 
31766 \end_layout
31767
31768 \end_inset
31769
31770
31771 \begin_inset ERT
31772 status collapsed
31773
31774 \begin_layout Plain Layout
31775
31776 }
31777 \end_layout
31778
31779 \end_inset
31780
31781 @AmAA@.@VV
31782 \backslash
31783 {V
31784 \series default
31785
31786 \begin_inset Formula $\to$
31787 \end_inset
31788
31789
31790 \series bold
31791 V@| Ctrl-Enter
31792 \begin_inset Newline newline
31793 \end_inset
31794
31795
31796 \begin_inset ERT
31797 status collapsed
31798
31799 \begin_layout Plain Layout
31800
31801
31802 \backslash
31803 hphantom{
31804 \end_layout
31805
31806 \end_inset
31807
31808
31809 \backslash
31810 CD
31811 \begin_inset ERT
31812 status collapsed
31813
31814 \begin_layout Plain Layout
31815
31816
31817 \backslash
31818 spce 
31819 \end_layout
31820
31821 \end_inset
31822
31823
31824 \begin_inset ERT
31825 status collapsed
31826
31827 \begin_layout Plain Layout
31828
31829 }
31830 \end_layout
31831
31832 \end_inset
31833
31834 D@<<j<E@>k>>F@=C
31835 \end_layout
31836
31837 \begin_layout Subsection
31838 Xymatrix Diagrams
31839 \begin_inset Index
31840 status collapsed
31841
31842 \begin_layout Plain Layout
31843 Diagrams ! xymatrix
31844 \end_layout
31845
31846 \end_inset
31847
31848
31849 \end_layout
31850
31851 \begin_layout Standard
31852 To be able to use xymatrices, the LaTeX-package 
31853 \series bold
31854 xypic
31855 \series default
31856  must be installed.
31857  A xymatrix is created by inserting the command 
31858 \series bold
31859
31860 \backslash
31861 xymatrix
31862 \series default
31863  in a formula.
31864  Then you are able to add new matrix columns and rows like for normal matrices,
31865  see 
31866 \begin_inset CommandInset ref
31867 LatexCommand ref
31868 reference "sec:Matrices"
31869
31870 \end_inset
31871
31872 .
31873 \end_layout
31874
31875 \begin_layout Standard
31876 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
31877  and much more.
31878  All possibilities to create commutative diagrams and decorations are explained
31879  in detail in this manual: 
31880 \begin_inset CommandInset href
31881 LatexCommand href
31882 target "http://wiki.lyx.org/LyX/XY-pic#xy-manual"
31883
31884 \end_inset
31885
31886 .
31887 \end_layout
31888
31889 \begin_layout Standard
31890 \begin_inset Newpage newpage
31891 \end_inset
31892
31893
31894 \end_layout
31895
31896 \begin_layout Section
31897 Tips
31898 \begin_inset ERT
31899 status collapsed
31900
31901 \begin_layout Plain Layout
31902
31903
31904 \backslash
31905 texorpdfstring{
31906 \end_layout
31907
31908 \end_inset
31909
31910
31911 \begin_inset Foot
31912 status collapsed
31913
31914 \begin_layout Plain Layout
31915 Other useful math tips can be found in 
31916 \begin_inset CommandInset citation
31917 LatexCommand cite
31918 key "Voss"
31919
31920 \end_inset
31921
31922 .
31923 \end_layout
31924
31925 \end_inset
31926
31927
31928 \begin_inset ERT
31929 status collapsed
31930
31931 \begin_layout Plain Layout
31932
31933 }{}
31934 \end_layout
31935
31936 \end_inset
31937
31938
31939 \begin_inset Note Note
31940 status collapsed
31941
31942 \begin_layout Plain Layout
31943
31944 \backslash
31945 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
31946 \end_layout
31947
31948 \begin_layout Plain Layout
31949 More about 
31950 \backslash
31951 texorpdfstring is in section 
31952 \begin_inset CommandInset ref
31953 LatexCommand ref
31954 reference "sub:Formulas-in-Section"
31955
31956 \end_inset
31957
31958 .
31959 \end_layout
31960
31961 \end_inset
31962
31963
31964 \begin_inset Index
31965 status collapsed
31966
31967 \begin_layout Plain Layout
31968 Tips
31969 \end_layout
31970
31971 \end_inset
31972
31973
31974 \begin_inset Index
31975 status collapsed
31976
31977 \begin_layout Plain Layout
31978 Ions|see
31979 \begin_inset ERT
31980 status collapsed
31981
31982 \begin_layout Plain Layout
31983
31984 {
31985 \end_layout
31986
31987 \end_inset
31988
31989 Chemical characters
31990 \begin_inset ERT
31991 status collapsed
31992
31993 \begin_layout Plain Layout
31994
31995 }
31996 \end_layout
31997
31998 \end_inset
31999
32000
32001 \end_layout
32002
32003 \end_inset
32004
32005
32006 \end_layout
32007
32008 \begin_layout Subsection
32009 Chemical Symbols and Equations
32010 \begin_inset CommandInset label
32011 LatexCommand label
32012 name "sub:Chemical-Symbols-and"
32013
32014 \end_inset
32015
32016
32017 \begin_inset Index
32018 status collapsed
32019
32020 \begin_layout Plain Layout
32021 Chemical characters ! Symbols
32022 \end_layout
32023
32024 \end_inset
32025
32026
32027 \begin_inset Index
32028 status collapsed
32029
32030 \begin_layout Plain Layout
32031 Chemical equations
32032 \end_layout
32033
32034 \end_inset
32035
32036
32037 \begin_inset Index
32038 status collapsed
32039
32040 \begin_layout Plain Layout
32041 Symbols ! chemical
32042 \end_layout
32043
32044 \end_inset
32045
32046
32047 \end_layout
32048
32049 \begin_layout Standard
32050 An example text from chemistry:
32051 \end_layout
32052
32053 \begin_layout Quote
32054 The 
32055 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32056 \end_inset
32057
32058 -ion reacts with two 
32059 \begin_inset Formula $\mathrm{Na^{+}}$
32060 \end_inset
32061
32062 -ions to sodium sulfate 
32063 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32064 \end_inset
32065
32066 .
32067  The chemical equation for this is:
32068 \begin_inset Formula \[
32069 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32070
32071 \end_inset
32072
32073
32074 \end_layout
32075
32076 \begin_layout Standard
32077 This chemical equation can directly be created as formula.
32078  To avoid that the symbols appear italic, everything is highlighted and
32079  changed by the shortcut 
32080 \family sans
32081 Alt-c
32082 \begin_inset space ~
32083 \end_inset
32084
32085 r
32086 \family default
32087  to the upright font style.
32088 \begin_inset Foot
32089 status collapsed
32090
32091 \begin_layout Plain Layout
32092 font styles
32093 \series bold
32094  
32095 \series default
32096 see 
32097 \begin_inset CommandInset ref
32098 LatexCommand ref
32099 reference "sub:Font-Styles"
32100
32101 \end_inset
32102
32103
32104 \end_layout
32105
32106 \end_inset
32107
32108
32109 \end_layout
32110
32111 \begin_layout Subsection
32112 Negative Numbers
32113 \begin_inset Index
32114 status collapsed
32115
32116 \begin_layout Plain Layout
32117 Numbers ! negative
32118 \end_layout
32119
32120 \end_inset
32121
32122
32123 \end_layout
32124
32125 \begin_layout Standard
32126 Negative numbers often look ugly in formulas because the minus sign before
32127  the number is set with the same length as the minus operator sign.
32128  When writing the negative number in normal text, the minus sign appears
32129  correctly.
32130 \end_layout
32131
32132 \begin_layout Standard
32133 Thus, the problem disappears when converting the minus sign to mathematical
32134  text.
32135 \end_layout
32136
32137 \begin_layout Standard
32138 An example to visualize the problem:
32139 \end_layout
32140
32141 \begin_layout Standard
32142 \align center
32143 \begin_inset Tabular
32144 <lyxtabular version="3" rows="3" columns="2">
32145 <features>
32146 <column alignment="right" valignment="top" width="0">
32147 <column alignment="left" valignment="top" width="0">
32148 <row>
32149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32150 \begin_inset Text
32151
32152 \begin_layout Plain Layout
32153 normal text:
32154 \end_layout
32155
32156 \end_inset
32157 </cell>
32158 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32159 \begin_inset Text
32160
32161 \begin_layout Plain Layout
32162 x = -2
32163 \end_layout
32164
32165 \end_inset
32166 </cell>
32167 </row>
32168 <row>
32169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32170 \begin_inset Text
32171
32172 \begin_layout Plain Layout
32173 formula:
32174 \end_layout
32175
32176 \end_inset
32177 </cell>
32178 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32179 \begin_inset Text
32180
32181 \begin_layout Plain Layout
32182 \begin_inset Formula $x=-2$
32183 \end_inset
32184
32185
32186 \end_layout
32187
32188 \end_inset
32189 </cell>
32190 </row>
32191 <row>
32192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32193 \begin_inset Text
32194
32195 \begin_layout Plain Layout
32196 solution:
32197 \end_layout
32198
32199 \end_inset
32200 </cell>
32201 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32202 \begin_inset Text
32203
32204 \begin_layout Plain Layout
32205 \begin_inset Formula $x=\textrm{-}2$
32206 \end_inset
32207
32208
32209 \end_layout
32210
32211 \end_inset
32212 </cell>
32213 </row>
32214 </lyxtabular>
32215
32216 \end_inset
32217
32218
32219 \end_layout
32220
32221 \begin_layout Subsection
32222 Comma as decimal Separator
32223 \begin_inset Index
32224 status collapsed
32225
32226 \begin_layout Plain Layout
32227 Comma
32228 \end_layout
32229
32230 \end_inset
32231
32232
32233 \end_layout
32234
32235 \begin_layout Standard
32236 In LaTeX a comma inside a formula is used, according to the English convention,
32237  as number group separator.
32238  So there will be space added behind all commas in formulas.
32239 \end_layout
32240
32241 \begin_layout Standard
32242 To avoid this, the comma is highlighted and changed to mathematical text
32243  (shortcut 
32244 \family sans
32245 Alt-m
32246 \begin_inset space ~
32247 \end_inset
32248
32249 m
32250 \family default
32251 ).
32252 \end_layout
32253
32254 \begin_layout Standard
32255 To use all formula commas in the document as decimal separator, the file
32256  
32257 \series bold
32258 icomma.sty
32259 \series default
32260
32261 \begin_inset Foot
32262 status collapsed
32263
32264 \begin_layout Plain Layout
32265
32266 \series bold
32267 icomma
32268 \series default
32269  is part of the LaTeX-package 
32270 \series bold
32271 was
32272 \series default
32273
32274 \begin_inset Index
32275 status collapsed
32276
32277 \begin_layout Plain Layout
32278 Packages ! was
32279 \begin_inset ERT
32280 status collapsed
32281
32282 \begin_layout Plain Layout
32283
32284
32285 \backslash
32286 vspace{4mm}
32287 \end_layout
32288
32289 \end_inset
32290
32291
32292 \end_layout
32293
32294 \end_inset
32295
32296 .
32297 \end_layout
32298
32299 \end_inset
32300
32301
32302 \begin_inset Index
32303 status collapsed
32304
32305 \begin_layout Plain Layout
32306 Packages ! icomma
32307 \end_layout
32308
32309 \end_inset
32310
32311  is loaded with the LaTeX-preamble line
32312 \end_layout
32313
32314 \begin_layout Standard
32315
32316 \series bold
32317
32318 \backslash
32319 usepackage{icomma}
32320 \end_layout
32321
32322 \begin_layout Subsection
32323 Physical Vectors
32324 \begin_inset CommandInset label
32325 LatexCommand label
32326 name "sub:Physical-Vectors"
32327
32328 \end_inset
32329
32330
32331 \begin_inset Index
32332 status collapsed
32333
32334 \begin_layout Plain Layout
32335 Vectors ! physical
32336 \end_layout
32337
32338 \end_inset
32339
32340
32341 \end_layout
32342
32343 \begin_layout Standard
32344 Predefined vectors are offered by the LaTeX-package 
32345 \series bold
32346 braket
32347 \series default
32348
32349 \begin_inset Foot
32350 status collapsed
32351
32352 \begin_layout Plain Layout
32353
32354 \series bold
32355 braket
32356 \series default
32357  should be part of every LaTeX standard installation.
32358 \end_layout
32359
32360 \end_inset
32361
32362
32363 \begin_inset Index
32364 status collapsed
32365
32366 \begin_layout Plain Layout
32367 Packages ! braket
32368 \end_layout
32369
32370 \end_inset
32371
32372  that is loaded with the LaTeX-preamble line
32373 \end_layout
32374
32375 \begin_layout Standard
32376
32377 \series bold
32378
32379 \backslash
32380 usepackage{braket}
32381 \end_layout
32382
32383 \begin_layout Standard
32384 \begin_inset ERT
32385 status collapsed
32386
32387 \begin_layout Plain Layout
32388
32389
32390 \backslash
32391 ifbraket 
32392 \end_layout
32393
32394 \end_inset
32395
32396
32397 \begin_inset Note Note
32398 status open
32399
32400 \begin_layout Plain Layout
32401 The following table will only be displayed when the LaTeX-package 
32402 \series bold
32403 braket
32404 \series default
32405  is installed.
32406 \end_layout
32407
32408 \end_inset
32409
32410 The following commands are defined:
32411 \end_layout
32412
32413 \begin_layout Standard
32414 \align center
32415 \begin_inset Tabular
32416 <lyxtabular version="3" rows="4" columns="2">
32417 <features>
32418 <column alignment="center" valignment="top" width="0">
32419 <column alignment="center" valignment="top" width="0">
32420 <row>
32421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32422 \begin_inset Text
32423
32424 \begin_layout Plain Layout
32425 Command
32426 \end_layout
32427
32428 \end_inset
32429 </cell>
32430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32431 \begin_inset Text
32432
32433 \begin_layout Plain Layout
32434 Result
32435 \end_layout
32436
32437 \end_inset
32438 </cell>
32439 </row>
32440 <row>
32441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32442 \begin_inset Text
32443
32444 \begin_layout Plain Layout
32445
32446 \backslash
32447 Bra{
32448 \backslash
32449 psi
32450 \end_layout
32451
32452 \end_inset
32453 </cell>
32454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32455 \begin_inset Text
32456
32457 \begin_layout Plain Layout
32458 \begin_inset Formula $\Bra{\psi}$
32459 \end_inset
32460
32461
32462 \end_layout
32463
32464 \end_inset
32465 </cell>
32466 </row>
32467 <row>
32468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32469 \begin_inset Text
32470
32471 \begin_layout Plain Layout
32472
32473 \backslash
32474 Ket{
32475 \backslash
32476 psi
32477 \end_layout
32478
32479 \end_inset
32480 </cell>
32481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32482 \begin_inset Text
32483
32484 \begin_layout Plain Layout
32485 \begin_inset Formula $\Ket{\psi}$
32486 \end_inset
32487
32488
32489 \end_layout
32490
32491 \end_inset
32492 </cell>
32493 </row>
32494 <row>
32495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32496 \begin_inset Text
32497
32498 \begin_layout Plain Layout
32499
32500 \backslash
32501 Braket{
32502 \backslash
32503 psi|
32504 \backslash
32505 phi
32506 \end_layout
32507
32508 \end_inset
32509 </cell>
32510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32511 \begin_inset Text
32512
32513 \begin_layout Plain Layout
32514 \begin_inset Formula $\Braket{\psi|\phi}$
32515 \end_inset
32516
32517
32518 \end_layout
32519
32520 \end_inset
32521 </cell>
32522 </row>
32523 </lyxtabular>
32524
32525 \end_inset
32526
32527
32528 \end_layout
32529
32530 \begin_layout Standard
32531 The command 
32532 \series bold
32533
32534 \backslash
32535 Braket
32536 \series default
32537  assures that all vertical bars are set in the size of the surrounding brackets:
32538 \begin_inset Formula \[
32539 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32540
32541 \end_inset
32542
32543
32544 \begin_inset ERT
32545 status collapsed
32546
32547 \begin_layout Plain Layout
32548
32549
32550 \backslash
32551 else 
32552 \end_layout
32553
32554 \end_inset
32555
32556
32557 \begin_inset Note Note
32558 status open
32559
32560 \begin_layout Plain Layout
32561 The following will be displayed when the LaTeX-package 
32562 \series bold
32563 braket
32564 \series default
32565  is not installed:
32566 \end_layout
32567
32568 \end_inset
32569
32570
32571 \end_layout
32572
32573 \begin_layout Standard
32574 You need to install the LaTeX-package 
32575 \series bold
32576 braket
32577 \series default
32578  to see the rest of this subsection in the output.
32579 \end_layout
32580
32581 \begin_layout Standard
32582 \begin_inset ERT
32583 status collapsed
32584
32585 \begin_layout Plain Layout
32586
32587
32588 \backslash
32589 fi 
32590 \end_layout
32591
32592 \end_inset
32593
32594
32595 \end_layout
32596
32597 \begin_layout Standard
32598 The effect of 
32599 \series bold
32600
32601 \backslash
32602 Braket
32603 \series default
32604  can also be achieved using the command 
32605 \series bold
32606
32607 \backslash
32608 middle
32609 \series default
32610 , that is described in 
32611 \begin_inset CommandInset ref
32612 LatexCommand ref
32613 reference "sub:Automatic-Bracket-Size"
32614
32615 \end_inset
32616
32617 .
32618 \end_layout
32619
32620 \begin_layout Subsection
32621 Self-defined Fractions
32622 \begin_inset CommandInset label
32623 LatexCommand label
32624 name "sub:Self-defined-Fractions"
32625
32626 \end_inset
32627
32628
32629 \begin_inset Index
32630 status collapsed
32631
32632 \begin_layout Plain Layout
32633 Fractions ! self-defined
32634 \end_layout
32635
32636 \end_inset
32637
32638
32639 \end_layout
32640
32641 \begin_layout Standard
32642 To define custom commands for fractions, the command 
32643 \series bold
32644
32645 \backslash
32646 genfrac
32647 \series default
32648
32649 \begin_inset Index
32650 status collapsed
32651
32652 \begin_layout Plain Layout
32653 Commands ! G ! 
32654 \backslash
32655 genfrac
32656 \end_layout
32657
32658 \end_inset
32659
32660  is used in the following scheme:
32661 \end_layout
32662
32663 \begin_layout Standard
32664
32665 \series bold
32666
32667 \backslash
32668 genfrac{left
32669 \series default
32670  
32671 \series bold
32672 bracket}{right
32673 \series default
32674  
32675 \series bold
32676 bracket}{fraction bar thickness}{style}
32677 \begin_inset Newline newline
32678 \end_inset
32679
32680
32681 \begin_inset ERT
32682 status collapsed
32683
32684 \begin_layout Plain Layout
32685
32686
32687 \backslash
32688 phantom{
32689 \end_layout
32690
32691 \end_inset
32692
32693
32694 \backslash
32695 genfrac
32696 \begin_inset ERT
32697 status collapsed
32698
32699 \begin_layout Plain Layout
32700
32701 }
32702 \end_layout
32703
32704 \end_inset
32705
32706 {numerator}{denominator}
32707 \end_layout
32708
32709 \begin_layout Standard
32710 The style is a number in the range of 0
32711 \begin_inset space \thinspace{}
32712 \end_inset
32713
32714 -
32715 \begin_inset space \thinspace{}
32716 \end_inset
32717
32718 3.
32719 \end_layout
32720
32721 \begin_layout Standard
32722 \align center
32723 \begin_inset Tabular
32724 <lyxtabular version="3" rows="5" columns="2">
32725 <features>
32726 <column alignment="center" valignment="top" width="0">
32727 <column alignment="center" valignment="top" width="0">
32728 <row>
32729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32730 \begin_inset Text
32731
32732 \begin_layout Plain Layout
32733 Number
32734 \end_layout
32735
32736 \end_inset
32737 </cell>
32738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32739 \begin_inset Text
32740
32741 \begin_layout Plain Layout
32742 Style (Size)
32743 \end_layout
32744
32745 \end_inset
32746 </cell>
32747 </row>
32748 <row>
32749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32750 \begin_inset Text
32751
32752 \begin_layout Plain Layout
32753 0
32754 \end_layout
32755
32756 \end_inset
32757 </cell>
32758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32759 \begin_inset Text
32760
32761 \begin_layout Plain Layout
32762 display style formula
32763 \end_layout
32764
32765 \end_inset
32766 </cell>
32767 </row>
32768 <row>
32769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32770 \begin_inset Text
32771
32772 \begin_layout Plain Layout
32773 1
32774 \end_layout
32775
32776 \end_inset
32777 </cell>
32778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32779 \begin_inset Text
32780
32781 \begin_layout Plain Layout
32782 inline formula
32783 \end_layout
32784
32785 \end_inset
32786 </cell>
32787 </row>
32788 <row>
32789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32790 \begin_inset Text
32791
32792 \begin_layout Plain Layout
32793 2
32794 \end_layout
32795
32796 \end_inset
32797 </cell>
32798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32799 \begin_inset Text
32800
32801 \begin_layout Plain Layout
32802 small
32803 \end_layout
32804
32805 \end_inset
32806 </cell>
32807 </row>
32808 <row>
32809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32810 \begin_inset Text
32811
32812 \begin_layout Plain Layout
32813 3
32814 \end_layout
32815
32816 \end_inset
32817 </cell>
32818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32819 \begin_inset Text
32820
32821 \begin_layout Plain Layout
32822 tiny
32823 \end_layout
32824
32825 \end_inset
32826 </cell>
32827 </row>
32828 </lyxtabular>
32829
32830 \end_inset
32831
32832
32833 \end_layout
32834
32835 \begin_layout Standard
32836 When no style is given, the size is adjusted to the surrounding environment
32837  like for the command 
32838 \series bold
32839
32840 \backslash
32841 frac
32842 \series default
32843 .
32844 \end_layout
32845
32846 \begin_layout Standard
32847 When no fraction bar thickness is given, the predefined value of 0.4
32848 \begin_inset space \thinspace{}
32849 \end_inset
32850
32851 pt will be used.
32852 \end_layout
32853
32854 \begin_layout Standard
32855 \begin_inset VSpace medskip
32856 \end_inset
32857
32858 For example, the commands 
32859 \series bold
32860
32861 \backslash
32862 dfrac
32863 \series default
32864  and 
32865 \series bold
32866
32867 \backslash
32868 tbinom
32869 \series default
32870  from 
32871 \begin_inset CommandInset ref
32872 LatexCommand ref
32873 reference "sub:Fractions"
32874
32875 \end_inset
32876
32877  are defined with the commands
32878 \end_layout
32879
32880 \begin_layout Standard
32881
32882 \series bold
32883
32884 \backslash
32885 newcommand{
32886 \backslash
32887 dfrac}[2]{
32888 \backslash
32889 genfrac{}{}{}{0}{#1}{#2}}
32890 \end_layout
32891
32892 \begin_layout Standard
32893 and
32894 \end_layout
32895
32896 \begin_layout Standard
32897
32898 \series bold
32899
32900 \backslash
32901 newcommand{
32902 \backslash
32903 tbinom}[2]{
32904 \backslash
32905 genfrac{(}{)}{0pt}{1}{#1}{#2}}
32906 \end_layout
32907
32908 \begin_layout Standard
32909 \begin_inset VSpace medskip
32910 \end_inset
32911
32912 To define a fraction where the fraction bar thickness can be given as optional
32913  argument, the following line is inserted to the LaTeX-preamble:
32914 \end_layout
32915
32916 \begin_layout Standard
32917
32918 \series bold
32919
32920 \backslash
32921 newcommand{
32922 \backslash
32923 fracS}[3][]{
32924 \backslash
32925 genfrac{}{}{#1}{}{#2}{#3}}
32926 \end_layout
32927
32928 \begin_layout Standard
32929 A test:
32930 \begin_inset Formula \begin{align*}
32931 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
32932 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
32933
32934 \end_inset
32935
32936 As one can see, the distance of the numerator and the denominator to the
32937  fraction bar is round about three times the bar thickness.
32938 \end_layout
32939
32940 \begin_layout Subsection
32941 Canceled Formulas
32942 \begin_inset CommandInset label
32943 LatexCommand label
32944 name "sub:Canceled-Formulas"
32945
32946 \end_inset
32947
32948
32949 \begin_inset Index
32950 status collapsed
32951
32952 \begin_layout Plain Layout
32953 Formula ! canceled
32954 \end_layout
32955
32956 \end_inset
32957
32958
32959 \end_layout
32960
32961 \begin_layout Standard
32962 To cancel formulas or formula parts, the LaTeX-package 
32963 \series bold
32964 cancel
32965 \series default
32966
32967 \begin_inset Foot
32968 status collapsed
32969
32970 \begin_layout Plain Layout
32971
32972 \series bold
32973 cancel
32974 \series default
32975  is part of every LaTeX standard installation.
32976 \end_layout
32977
32978 \end_inset
32979
32980
32981 \begin_inset Index
32982 status collapsed
32983
32984 \begin_layout Plain Layout
32985 Packages ! cancel
32986 \end_layout
32987
32988 \end_inset
32989
32990  has to be loaded with the LaTeX-preamble line
32991 \end_layout
32992
32993 \begin_layout Standard
32994
32995 \series bold
32996
32997 \backslash
32998 usepackage[samesize]{cancel}
32999 \end_layout
33000
33001 \begin_layout Standard
33002 There are four ways to cancel formulas:
33003 \end_layout
33004
33005 \begin_layout Standard
33006 \align center
33007 \begin_inset Tabular
33008 <lyxtabular version="3" rows="5" columns="2">
33009 <features>
33010 <column alignment="center" valignment="top" width="0">
33011 <column alignment="center" valignment="top" width="0">
33012 <row>
33013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33014 \begin_inset Text
33015
33016 \begin_layout Plain Layout
33017 Command
33018 \end_layout
33019
33020 \end_inset
33021 </cell>
33022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33023 \begin_inset Text
33024
33025 \begin_layout Plain Layout
33026 Result
33027 \begin_inset Note Note
33028 status collapsed
33029
33030 \begin_layout Plain Layout
33031
33032 \series bold
33033
33034 \backslash
33035 hspace
33036 \series default
33037  and
33038 \series bold
33039  
33040 \backslash
33041 raisebox
33042 \series default
33043  are used here as spacer.
33044 \end_layout
33045
33046 \end_inset
33047
33048
33049 \end_layout
33050
33051 \end_inset
33052 </cell>
33053 </row>
33054 <row>
33055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33056 \begin_inset Text
33057
33058 \begin_layout Plain Layout
33059
33060 \backslash
33061 cancel{
33062 \backslash
33063 int
33064 \begin_inset ERT
33065 status collapsed
33066
33067 \begin_layout Plain Layout
33068
33069
33070 \backslash
33071 spce 
33072 \end_layout
33073
33074 \end_inset
33075
33076 A=B
33077 \end_layout
33078
33079 \end_inset
33080 </cell>
33081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33082 \begin_inset Text
33083
33084 \begin_layout Plain Layout
33085 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33086 \end_inset
33087
33088
33089 \end_layout
33090
33091 \end_inset
33092 </cell>
33093 </row>
33094 <row>
33095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33096 \begin_inset Text
33097
33098 \begin_layout Plain Layout
33099
33100 \backslash
33101 bcancel{
33102 \backslash
33103 int
33104 \begin_inset ERT
33105 status collapsed
33106
33107 \begin_layout Plain Layout
33108
33109
33110 \backslash
33111 spce 
33112 \end_layout
33113
33114 \end_inset
33115
33116 A=B
33117 \end_layout
33118
33119 \end_inset
33120 </cell>
33121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33122 \begin_inset Text
33123
33124 \begin_layout Plain Layout
33125 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33126 \end_inset
33127
33128
33129 \end_layout
33130
33131 \end_inset
33132 </cell>
33133 </row>
33134 <row>
33135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33136 \begin_inset Text
33137
33138 \begin_layout Plain Layout
33139
33140 \backslash
33141 xcancel{
33142 \backslash
33143 int
33144 \begin_inset ERT
33145 status collapsed
33146
33147 \begin_layout Plain Layout
33148
33149
33150 \backslash
33151 spce 
33152 \end_layout
33153
33154 \end_inset
33155
33156 A=B
33157 \end_layout
33158
33159 \end_inset
33160 </cell>
33161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33162 \begin_inset Text
33163
33164 \begin_layout Plain Layout
33165 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33166 \end_inset
33167
33168
33169 \end_layout
33170
33171 \end_inset
33172 </cell>
33173 </row>
33174 <row>
33175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33176 \begin_inset Text
33177
33178 \begin_layout Plain Layout
33179
33180 \backslash
33181 cancelto{1
33182 \begin_inset Formula $\to$
33183 \end_inset
33184
33185
33186 \backslash
33187 {
33188 \backslash
33189 int
33190 \begin_inset ERT
33191 status collapsed
33192
33193 \begin_layout Plain Layout
33194
33195
33196 \backslash
33197 spce 
33198 \end_layout
33199
33200 \end_inset
33201
33202 A=B
33203 \end_layout
33204
33205 \end_inset
33206 </cell>
33207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33208 \begin_inset Text
33209
33210 \begin_layout Plain Layout
33211 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33212 \end_inset
33213
33214
33215 \end_layout
33216
33217 \end_inset
33218 </cell>
33219 </row>
33220 </lyxtabular>
33221
33222 \end_inset
33223
33224
33225 \end_layout
33226
33227 \begin_layout Standard
33228
33229 \series bold
33230
33231 \backslash
33232 cancelto
33233 \series default
33234  is especially suitable to visualize the reduction of fractions within formulas:
33235 \begin_inset Formula \[
33236 \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}}}\]
33237
33238 \end_inset
33239
33240
33241 \end_layout
33242
33243 \begin_layout Subsection
33244 Formulas in Section Headings
33245 \begin_inset CommandInset label
33246 LatexCommand label
33247 name "sub:Formulas-in-Section"
33248
33249 \end_inset
33250
33251
33252 \begin_inset Index
33253 status collapsed
33254
33255 \begin_layout Plain Layout
33256 Formula ! in section headings
33257 \end_layout
33258
33259 \end_inset
33260
33261
33262 \end_layout
33263
33264 \begin_layout Standard
33265 When formulas are used in section headings, the following has to be taken
33266  into account:
33267 \end_layout
33268
33269 \begin_layout Standard
33270 \begin_inset Note Greyedout
33271 status open
33272
33273 \begin_layout Plain Layout
33274 When 
33275 \series bold
33276 hyperref
33277 \series default
33278
33279 \begin_inset Index
33280 status collapsed
33281
33282 \begin_layout Plain Layout
33283 Packages ! hyperref
33284 \end_layout
33285
33286 \end_inset
33287
33288  support is enabled in the document settings dialog under 
33289 \family sans
33290 PDF
33291 \begin_inset space ~
33292 \end_inset
33293
33294 Properties
33295 \family default
33296 , PDF-bookmarks are created for every section heading in the table of contents.
33297  If a section heading contains formulas, they are incorrectly displayed
33298  in the bookmark text, because formulas in bookmarks infringe the PDF convention
33299 s.
33300 \end_layout
33301
33302 \end_inset
33303
33304
33305 \end_layout
33306
33307 \begin_layout Standard
33308 Both problems can be solved by inserting at the end of the section heading
33309  a short title with the menu 
33310 \family sans
33311 Insert\SpecialChar \menuseparator
33312 Short
33313 \begin_inset space ~
33314 \end_inset
33315
33316 Title
33317 \family default
33318 .
33319  Short titles are used as alternative for multiline section headings to
33320  keep the table of contents clearly arranged.
33321  Only the short title appears in the table of contents and therefore also
33322  in the PDF-bookmark.
33323 \end_layout
33324
33325 \begin_layout Standard
33326 When formulas should be used in the table of contents but 
33327 \series bold
33328 hyperref
33329 \series default
33330  is used, one can use the following command in TeX-mode:
33331 \end_layout
33332
33333 \begin_layout Standard
33334
33335 \series bold
33336
33337 \backslash
33338 texorpdfstring{part}{alternative}
33339 \begin_inset Index
33340 status collapsed
33341
33342 \begin_layout Plain Layout
33343 Commands ! T ! 
33344 \backslash
33345 texorpdfstring
33346 \end_layout
33347
33348 \end_inset
33349
33350
33351 \end_layout
33352
33353 \begin_layout Standard
33354 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
33355  This can be characters, formulas, footnotes, but also cross-references.
33356  The alternative is used instead of the part for the bookmark.
33357 \end_layout
33358
33359 \begin_layout Standard
33360 Here are two example headings:
33361 \begin_inset VSpace -3mm
33362 \end_inset
33363
33364
33365 \begin_inset ERT
33366 status collapsed
33367
33368 \begin_layout Plain Layout
33369
33370
33371 \backslash
33372 boldmath 
33373 \end_layout
33374
33375 \end_inset
33376
33377
33378 \end_layout
33379
33380 \begin_layout Subsubsection
33381 Heading without formula in table of contents 
33382 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33383 \end_inset
33384
33385
33386 \begin_inset OptArg
33387 status collapsed
33388
33389 \begin_layout Plain Layout
33390 Heading without formula in table of contents
33391 \end_layout
33392
33393 \end_inset
33394
33395
33396 \end_layout
33397
33398 \begin_layout Subsubsection
33399 Heading with formula in table of contents
33400 \begin_inset ERT
33401 status collapsed
33402
33403 \begin_layout Plain Layout
33404
33405
33406 \backslash
33407 texorpdfstring{
33408 \end_layout
33409
33410 \end_inset
33411
33412  
33413 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33414 \end_inset
33415
33416
33417 \begin_inset ERT
33418 status collapsed
33419
33420 \begin_layout Plain Layout
33421
33422 }{}
33423 \end_layout
33424
33425 \end_inset
33426
33427
33428 \end_layout
33429
33430 \begin_layout Standard
33431 \begin_inset ERT
33432 status collapsed
33433
33434 \begin_layout Plain Layout
33435
33436
33437 \backslash
33438 unboldmath 
33439 \end_layout
33440
33441 \end_inset
33442
33443 In the first heading a short title was used, in the second one 
33444 \series bold
33445
33446 \backslash
33447 texorpdfstring
33448 \series default
33449 .
33450 \end_layout
33451
33452 \begin_layout Standard
33453 To get the same formatting as for the other headings, the complete heading
33454  was set into a 
33455 \series bold
33456 boldmath
33457 \series default
33458  environment
33459 \begin_inset Foot
33460 status collapsed
33461
33462 \begin_layout Plain Layout
33463 see 
33464 \begin_inset CommandInset ref
33465 LatexCommand ref
33466 reference "sub:Bold-Formulas"
33467
33468 \end_inset
33469
33470
33471 \end_layout
33472
33473 \end_inset
33474
33475 .
33476 \end_layout
33477
33478 \begin_layout Subsection
33479 Formulas in multi-column Text
33480 \begin_inset Index
33481 status collapsed
33482
33483 \begin_layout Plain Layout
33484 Formula ! in multi-column text
33485 \end_layout
33486
33487 \end_inset
33488
33489
33490 \end_layout
33491
33492 \begin_layout Standard
33493 Formulas in multi-column text are often too wide to fit into a column and
33494  thus need to be set over the whole page width.
33495  This is done by using the LaTeX-package 
33496 \series bold
33497 multicol
33498 \series default
33499
33500 \begin_inset Foot
33501 status collapsed
33502
33503 \begin_layout Plain Layout
33504
33505 \series bold
33506 multicol
33507 \series default
33508  is part of every LaTeX standard installation.
33509 \end_layout
33510
33511 \end_inset
33512
33513
33514 \begin_inset Index
33515 status collapsed
33516
33517 \begin_layout Plain Layout
33518 Packages ! multicol
33519 \end_layout
33520
33521 \end_inset
33522
33523 , that is loaded with the LaTeX-preamble line
33524 \end_layout
33525
33526 \begin_layout Standard
33527
33528 \series bold
33529
33530 \backslash
33531 usepackage{multicol}
33532 \end_layout
33533
33534 \begin_layout Standard
33535 \begin_inset Note Greyedout
33536 status open
33537
33538 \begin_layout Plain Layout
33539 Note herby that the setting 
33540 \family sans
33541 Two-column
33542 \begin_inset space ~
33543 \end_inset
33544
33545 document
33546 \family default
33547  in the menu 
33548 \family sans
33549 Document\SpecialChar \menuseparator
33550 Settings
33551 \family default
33552  under 
33553 \family sans
33554 Text
33555 \begin_inset space ~
33556 \end_inset
33557
33558 Layout
33559 \family default
33560 \emph on
33561  
33562 \emph default
33563 must 
33564 \emph on
33565 not
33566 \emph default
33567  be selected.
33568 \end_layout
33569
33570 \end_inset
33571
33572
33573 \end_layout
33574
33575 \begin_layout Standard
33576 Before the multi-column text the command
33577 \end_layout
33578
33579 \begin_layout Standard
33580
33581 \series bold
33582
33583 \backslash
33584 begin{multicols}{column number}
33585 \end_layout
33586
33587 \begin_layout Standard
33588 is written in TeX-mode.
33589  The column number is a number in the range of 2
33590 \begin_inset space \thinspace{}
33591 \end_inset
33592
33593 -
33594 \begin_inset space \thinspace{}
33595 \end_inset
33596
33597 10.
33598  Before the formula the multi-column text is ended by inserting the command
33599 \end_layout
33600
33601 \begin_layout Standard
33602
33603 \series bold
33604
33605 \backslash
33606 end{multicols}
33607 \end_layout
33608
33609 \begin_layout Standard
33610 in TeX-mode.
33611 \end_layout
33612
33613 \begin_layout Standard
33614 Due to the command some space is automatically added before the formula.
33615  To revert this, -6
33616 \begin_inset space \thinspace{}
33617 \end_inset
33618
33619 mm vertical space is inserted before the formula.
33620  When the formula style 
33621 \series bold
33622 Indented
33623 \begin_inset Foot
33624 status collapsed
33625
33626 \begin_layout Plain Layout
33627 formula styles see 
33628 \begin_inset CommandInset ref
33629 LatexCommand ref
33630 reference "sec:Formula-Styles"
33631
33632 \end_inset
33633
33634
33635 \end_layout
33636
33637 \end_inset
33638
33639
33640 \series default
33641  is used, -9
33642 \begin_inset space \thinspace{}
33643 \end_inset
33644
33645 mm space is inserted instead.
33646 \end_layout
33647
33648 \begin_layout Standard
33649 As example a multi-column text with a displayed formula:
33650 \end_layout
33651
33652 \begin_layout Standard
33653 \begin_inset ERT
33654 status collapsed
33655
33656 \begin_layout Plain Layout
33657
33658
33659 \backslash
33660 begin{multicols}{2}
33661 \end_layout
33662
33663 \end_inset
33664
33665 Das Spektrum wird fouriertransformiert.
33666  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
33667 , Lösungsmittel) zu trennen.
33668  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
33669  nun das Aussehen des Ausgangssignals.
33670  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
33671  über alle Phasen integrieren muss.
33672  Sei nun 
33673 \begin_inset Formula $S$
33674 \end_inset
33675
33676  unser normiertes Ausgangssignal and 
33677 \begin_inset Formula $P$
33678 \end_inset
33679
33680  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
33681 \begin_inset ERT
33682 status collapsed
33683
33684 \begin_layout Plain Layout
33685
33686
33687 \backslash
33688 end{multicols}
33689 \end_layout
33690
33691 \end_inset
33692
33693
33694 \begin_inset VSpace -6mm
33695 \end_inset
33696
33697
33698 \begin_inset Formula \begin{equation}
33699 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33700
33701 \end_inset
33702
33703
33704 \begin_inset ERT
33705 status collapsed
33706
33707 \begin_layout Plain Layout
33708
33709
33710 \backslash
33711 begin{multicols}{2}
33712 \end_layout
33713
33714 \end_inset
33715
33716 wobei 
33717 \begin_inset Formula $S_{0}$
33718 \end_inset
33719
33720  das Signal ohne Gradient ist and the Normierungsbedingung 
33721 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33722 \end_inset
33723
33724  gilt.
33725  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
33726  Direkt nach the 
33727 \begin_inset Formula $\nicefrac{\pi}{2}$
33728 \end_inset
33729
33730
33731 \begin_inset space \thinspace{}
33732 \end_inset
33733
33734 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
33735  das Signal zusätzlich abschwächt.
33736  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
33737  
33738 \begin_inset Formula $T_{2}$
33739 \end_inset
33740
33741 -Zeit.
33742 \end_layout
33743
33744 \begin_layout Standard
33745 \begin_inset ERT
33746 status collapsed
33747
33748 \begin_layout Plain Layout
33749
33750
33751 \backslash
33752 end{multicols}
33753 \end_layout
33754
33755 \end_inset
33756
33757  
33758 \end_layout
33759
33760 \begin_layout Subsection
33761 Formulas with Description of Variables
33762 \begin_inset Index
33763 status collapsed
33764
33765 \begin_layout Plain Layout
33766 Formula ! with description of variables
33767 \end_layout
33768
33769 \end_inset
33770
33771
33772 \end_layout
33773
33774 \begin_layout Standard
33775 To describe variables within a formula, like in formula 
33776 \begin_inset CommandInset ref
33777 LatexCommand eqref
33778 reference "eq:within"
33779
33780 \end_inset
33781
33782 , a 2
33783 \series bold
33784 ×
33785 \series default
33786
33787 \begin_inset Formula $n$
33788 \end_inset
33789
33790
33791 \begin_inset space ~
33792 \end_inset
33793
33794 matrix is used with left aligned columns for the 
33795 \begin_inset Formula $n$
33796 \end_inset
33797
33798  used variables.
33799 \begin_inset Foot
33800 status collapsed
33801
33802 \begin_layout Plain Layout
33803 matrices see 
33804 \begin_inset CommandInset ref
33805 LatexCommand ref
33806 reference "sec:Matrices"
33807
33808 \end_inset
33809
33810
33811 \end_layout
33812
33813 \end_inset
33814
33815  To set the description in a smaller size, before the matrix e.
33816 \begin_inset space \thinspace{}
33817 \end_inset
33818
33819 g.
33820 \begin_inset space ~
33821 \end_inset
33822
33823 the command 
33824 \series bold
33825
33826 \backslash
33827 footnotesize
33828 \series default
33829  is inserted.
33830 \begin_inset Foot
33831 status collapsed
33832
33833 \begin_layout Plain Layout
33834 font sizes see 
33835 \begin_inset CommandInset ref
33836 LatexCommand ref
33837 reference "sub:Font-Sizes"
33838
33839 \end_inset
33840
33841
33842 \end_layout
33843
33844 \end_inset
33845
33846
33847 \end_layout
33848
33849 \begin_layout Standard
33850 When the formula style 
33851 \series bold
33852 Indented
33853 \begin_inset Foot
33854 status collapsed
33855
33856 \begin_layout Plain Layout
33857 formula styles see 
33858 \begin_inset CommandInset ref
33859 LatexCommand ref
33860 reference "sec:Formula-Styles"
33861
33862 \end_inset
33863
33864
33865 \end_layout
33866
33867 \end_inset
33868
33869
33870 \series default
33871  is used, a 
33872 \series bold
33873
33874 \backslash
33875 hfill
33876 \series default
33877
33878 \begin_inset Foot
33879 status collapsed
33880
33881 \begin_layout Plain Layout
33882
33883 \series bold
33884
33885 \backslash
33886 hfill
33887 \series default
33888  only works in formulas with the style 
33889 \series bold
33890 Indented
33891 \series default
33892 , see 
33893 \begin_inset CommandInset ref
33894 LatexCommand ref
33895 reference "sub:Variable-Space"
33896
33897 \end_inset
33898
33899 .
33900 \end_layout
33901
33902 \end_inset
33903
33904  is inserted before and after the matrix to have the same separation of
33905  the matrix from the equation and the side margin.
33906 \end_layout
33907
33908 \begin_layout Standard
33909 When the formula style 
33910 \series bold
33911 Centered
33912 \series default
33913  is used, the method described in 
33914 \begin_inset CommandInset ref
33915 LatexCommand ref
33916 reference "sub:Flalign-Environment"
33917
33918 \end_inset
33919
33920  is used to indent formulas.
33921  Formula 
33922 \begin_inset CommandInset ref
33923 LatexCommand eqref
33924 reference "eq:within"
33925
33926 \end_inset
33927
33928  consists of five columns whereas in the first two columns contain the equation,
33929  the third the matrix, and the last one an empty TeX-brace.
33930 \begin_inset Formula \begin{flalign}
33931 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
33932 \rho & \textrm{density}\\
33933 V & \textrm{volume}\\
33934 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
33935
33936 \end_inset
33937
33938
33939 \end_layout
33940
33941 \begin_layout Subsection
33942 Upright small Greek Letters
33943 \begin_inset CommandInset label
33944 LatexCommand label
33945 name "sub:Upright-small-Greek"
33946
33947 \end_inset
33948
33949
33950 \begin_inset Index
33951 status collapsed
33952
33953 \begin_layout Plain Layout
33954 Greek letters ! upright
33955 \end_layout
33956
33957 \end_inset
33958
33959
33960 \end_layout
33961
33962 \begin_layout Standard
33963 Most of the math fonts only provide italic small Greek letters.
33964  But for symbols of elementary particles like pions and neutrinos, upright
33965  Greek letters are needed.
33966  The file 
33967 \series bold
33968 upgreek.sty
33969 \series default
33970
33971 \begin_inset Foot
33972 status collapsed
33973
33974 \begin_layout Plain Layout
33975
33976 \series bold
33977 upgreek
33978 \series default
33979  is part of the LaTeX-package 
33980 \series bold
33981 was
33982 \series default
33983
33984 \begin_inset Index
33985 status collapsed
33986
33987 \begin_layout Plain Layout
33988 Packages ! was
33989 \begin_inset ERT
33990 status collapsed
33991
33992 \begin_layout Plain Layout
33993
33994
33995 \backslash
33996 vspace{4mm}
33997 \end_layout
33998
33999 \end_inset
34000
34001
34002 \end_layout
34003
34004 \end_inset
34005
34006 .
34007 \end_layout
34008
34009 \end_inset
34010
34011
34012 \begin_inset Index
34013 status collapsed
34014
34015 \begin_layout Plain Layout
34016 Packages ! upgreek
34017 \end_layout
34018
34019 \end_inset
34020
34021  that is loaded with the LaTeX-preamble line
34022 \end_layout
34023
34024 \begin_layout Standard
34025
34026 \series bold
34027
34028 \backslash
34029 usepackage{upgreek}
34030 \end_layout
34031
34032 \begin_layout Standard
34033 provides them.
34034  
34035 \begin_inset ERT
34036 status collapsed
34037
34038 \begin_layout Plain Layout
34039
34040
34041 \backslash
34042 ifupgreek 
34043 \end_layout
34044
34045 \end_inset
34046
34047
34048 \begin_inset Note Note
34049 status open
34050
34051 \begin_layout Plain Layout
34052 The following table will only be displayed when the LaTeX-package 
34053 \series bold
34054 upgreek
34055 \series default
34056  is installed.
34057 \end_layout
34058
34059 \end_inset
34060
34061  They are created when the command for a small Greek letters is started
34062  with 
34063 \series bold
34064 up
34065 \series default
34066 .
34067  For example the command 
34068 \series bold
34069
34070 \backslash
34071 uptau
34072 \series default
34073  creates this: 
34074 \begin_inset Formula $\uptau$
34075 \end_inset
34076
34077
34078 \end_layout
34079
34080 \begin_layout Standard
34081 With these commands reactions of elementary particles can be typeset:
34082 \begin_inset Formula \[
34083 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
34084
34085 \end_inset
34086
34087
34088 \end_layout
34089
34090 \begin_layout Standard
34091 The upright letters are more bold and wider than the italic ones.
34092  They should therefore not be used for units like 
34093 \begin_inset Quotes eld
34094 \end_inset
34095
34096 µm
34097 \begin_inset Quotes erd
34098 \end_inset
34099
34100 .
34101 \end_layout
34102
34103 \begin_layout Standard
34104 \begin_inset ERT
34105 status collapsed
34106
34107 \begin_layout Plain Layout
34108
34109
34110 \backslash
34111 else 
34112 \end_layout
34113
34114 \end_inset
34115
34116
34117 \begin_inset Note Note
34118 status open
34119
34120 \begin_layout Plain Layout
34121 The following will be displayed when the LaTeX-package 
34122 \series bold
34123 upgreek
34124 \series default
34125  is not installed:
34126 \end_layout
34127
34128 \end_inset
34129
34130
34131 \end_layout
34132
34133 \begin_layout Standard
34134 You need to install the LaTeX-package 
34135 \series bold
34136 upgreek
34137 \series default
34138  to see the rest of this subsection in the output.
34139 \end_layout
34140
34141 \begin_layout Standard
34142 \begin_inset ERT
34143 status collapsed
34144
34145 \begin_layout Plain Layout
34146
34147
34148 \backslash
34149 fi 
34150 \end_layout
34151
34152 \end_inset
34153
34154
34155 \end_layout
34156
34157 \begin_layout Subsection
34158 Text Characters in Formulas
34159 \begin_inset CommandInset label
34160 LatexCommand label
34161 name "sub:Text-Characters-in"
34162
34163 \end_inset
34164
34165
34166 \begin_inset Index
34167 status collapsed
34168
34169 \begin_layout Plain Layout
34170 Text ! in formulas
34171 \end_layout
34172
34173 \end_inset
34174
34175
34176 \end_layout
34177
34178 \begin_layout Standard
34179 In some cases you might want to insert text characters directly into formulas.
34180  When for example the centered dot · is often used in formulas like 
34181 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34182 \end_inset
34183
34184 , one would have to insert the command 
34185 \series bold
34186
34187 \backslash
34188 cdot
34189 \series default
34190
34191 \begin_inset Foot
34192 status collapsed
34193
34194 \begin_layout Plain Layout
34195 see 
34196 \begin_inset CommandInset ref
34197 LatexCommand ref
34198 reference "sub:Binary-Operators"
34199
34200 \end_inset
34201
34202
34203 \end_layout
34204
34205 \end_inset
34206
34207  all the time, because this character is defined in all encodings as text
34208  character.
34209  But the encoding can be changed by this LaTeX-preamble line:
34210 \end_layout
34211
34212 \begin_layout Standard
34213
34214 \series bold
34215
34216 \backslash
34217 Declare Inputtext{183}{
34218 \backslash
34219 ifmmode
34220 \backslash
34221 cdot
34222 \backslash
34223 else
34224 \backslash
34225 textperiodcentered
34226 \backslash
34227 f\SpecialChar \textcompwordmark{}
34228 i}
34229 \end_layout
34230
34231 \begin_layout Standard
34232 The character encoding (menu 
34233 \family sans
34234 Document\SpecialChar \menuseparator
34235 Settings\SpecialChar \menuseparator
34236 Language
34237 \family default
34238 ) specifies what character appears when a keyboard key is pressed.
34239  When the key for the character '·' is pressed, internally the command 
34240 \series bold
34241
34242 \backslash
34243 textperiodcentered
34244 \series default
34245  is used.
34246  But this command is not available in a formula so that you would get LaTeX-erro
34247 rs.
34248  With the changed encoding the right command is chosen automatically, depending
34249  on if the character was inserted into a formula or not.
34250 \end_layout
34251
34252 \begin_layout Standard
34253 The encoding of several characters is saved in definition files.
34254  Fore example the encoding 
34255 \series bold
34256 latin9
34257 \series default
34258  is defined in the file 
34259 \series bold
34260 latin9.def
34261 \series default
34262  that is in the installation folder of LaTeX.
34263  Encodings should only be changed via the LaTeX-preamble and not in the
34264  definition files.
34265  Otherwise own documents could not be edited by other LyX users working
34266  on other computers.
34267 \end_layout
34268
34269 \begin_layout Standard
34270 \begin_inset VSpace medskip
34271 \end_inset
34272
34273 Besides the centered dot, in this document the degree sign ° is defined
34274  with the following LaTeX-preamble line so that it can directly be inserted
34275  to a formula:
34276 \end_layout
34277
34278 \begin_layout Standard
34279
34280 \series bold
34281
34282 \backslash
34283 DeclareInputtext{176}{
34284 \backslash
34285 ifmmode^
34286 \backslash
34287 circ
34288 \backslash
34289 else
34290 \backslash
34291 textdegree
34292 \backslash
34293 f\SpecialChar \textcompwordmark{}
34294 i}
34295 \end_layout
34296
34297 \begin_layout Standard
34298 \begin_inset Newpage newpage
34299 \end_inset
34300
34301
34302 \end_layout
34303
34304 \begin_layout Section
34305 \start_of_appendix
34306 Typographic Advice
34307 \begin_inset Index
34308 status collapsed
34309
34310 \begin_layout Plain Layout
34311 Typographic advice
34312 \end_layout
34313
34314 \end_inset
34315
34316
34317 \end_layout
34318
34319 \begin_layout Standard
34320 This section is a summary of the most important typographic rules, listed
34321  in ISO norms.
34322 \begin_inset Foot
34323 status collapsed
34324
34325 \begin_layout Plain Layout
34326 This collection was partly taken from the German semi-official dictionary
34327  called 
34328 \begin_inset Quotes eld
34329 \end_inset
34330
34331 Duden
34332 \begin_inset Quotes erd
34333 \end_inset
34334
34335  
34336 \begin_inset CommandInset citation
34337 LatexCommand cite
34338 key "Duden"
34339
34340 \end_inset
34341
34342  that lists some of the ISO rules.
34343 \end_layout
34344
34345 \end_inset
34346
34347
34348 \end_layout
34349
34350 \begin_layout Itemize
34351 Physical units are 
34352 \emph on
34353 always
34354 \emph default
34355  set upright
34356 \begin_inset Foot
34357 status collapsed
34358
34359 \begin_layout Plain Layout
34360 done with font styles, see 
34361 \begin_inset CommandInset ref
34362 LatexCommand ref
34363 reference "sub:Font-Styles"
34364
34365 \end_inset
34366
34367
34368 \end_layout
34369
34370 \end_inset
34371
34372 : 30
34373 \begin_inset space \thinspace{}
34374 \end_inset
34375
34376 km/h
34377 \begin_inset Newline newline
34378 \end_inset
34379
34380 Between the value and the unit is the smallest space, see 
34381 \begin_inset CommandInset ref
34382 LatexCommand ref
34383 reference "sub:Predefined-Space"
34384
34385 \end_inset
34386
34387 .
34388 \begin_inset Newline newline
34389 \end_inset
34390
34391 This convention is automatically fulfilled when the command 
34392 \series bold
34393
34394 \backslash
34395 unittwo
34396 \series default
34397  is used.
34398  When it is entered to a formula, two boxes appear.
34399  In the first one the value is inserted, in the second one the unit, and
34400  one gets as above: 
34401 \begin_inset Formula $\unit[30]{km/h}$
34402 \end_inset
34403
34404
34405 \begin_inset space \thinspace{}
34406 \end_inset
34407
34408 .
34409  Note that 
34410 \series bold
34411
34412 \backslash
34413 unittwo
34414 \series default
34415  is not a real LaTeX command but the command 
34416 \series bold
34417
34418 \backslash
34419 unit[value]{unit}
34420 \series default
34421 , therefore you cannot use it in TeX code.
34422 \end_layout
34423
34424 \begin_layout Itemize
34425 Percent and perthousand signs are set like physical units:
34426 \begin_inset Newline newline
34427 \end_inset
34428
34429 1,2
34430 \begin_inset space \thinspace{}
34431 \end_inset
34432
34433 ‰ alcohol in blood
34434 \end_layout
34435
34436 \begin_layout Itemize
34437 The degree sign follows directly on the value: 15°, but not when it is used
34438  in units: 15
34439 \begin_inset space \thinspace{}
34440 \end_inset
34441
34442 °C
34443 \end_layout
34444
34445 \begin_layout Itemize
34446 In numbers with more than four digits the smallest space is inserted before
34447  every third digit to group them: 
34448 \family roman
34449 \series medium
34450 \shape up
34451 \size normal
34452 \emph off
34453 \bar no
34454 \noun off
34455 \color none
34456 18
34457 \begin_inset space \thinspace{}
34458 \end_inset
34459
34460 473
34461 \begin_inset space \thinspace{}
34462 \end_inset
34463
34464 588
34465 \end_layout
34466
34467 \begin_layout Itemize
34468 For dimensions like 120×90×40
34469 \begin_inset space \thinspace{}
34470 \end_inset
34471
34472 cm the multiplication sign 
34473 \begin_inset Quotes eld
34474 \end_inset
34475
34476 ×
34477 \begin_inset Quotes erd
34478 \end_inset
34479
34480  is used.
34481  It is available with the LaTeX-command 
34482 \series bold
34483
34484 \backslash
34485 texttimes
34486 \series default
34487 , but can also directly be inserted with some keyboard definitions.
34488 \end_layout
34489
34490 \begin_layout Itemize
34491 Functions with names consisting of several letters are set upright to avoid
34492  confusions, see 
34493 \begin_inset CommandInset ref
34494 LatexCommand ref
34495 reference "sub:Predefined-Functions"
34496
34497 \end_inset
34498
34499 .
34500 \end_layout
34501
34502 \begin_layout Itemize
34503 Indices consisting of several letters, are set upright: 
34504 \begin_inset Formula $E_{\mathrm{kin}}$
34505 \end_inset
34506
34507
34508 \begin_inset Newline newline
34509 \end_inset
34510
34511 Components of matrices are set italic: 
34512 \begin_inset Formula $\hat{H}_{kl}$
34513 \end_inset
34514
34515
34516 \end_layout
34517
34518 \begin_layout Itemize
34519 The differentiation/integration operator 'd', the Euler's number 'e', and
34520  the imaginary unit 'i' should be set upright, to avoid mixing them up with
34521  other variables.
34522 \end_layout
34523
34524 \begin_layout Standard
34525 \begin_inset Newpage newpage
34526 \end_inset
34527
34528
34529 \end_layout
34530
34531 \begin_layout Section
34532 Synonyms
34533 \begin_inset Index
34534 status collapsed
34535
34536 \begin_layout Plain Layout
34537 Synonyms
34538 \end_layout
34539
34540 \end_inset
34541
34542
34543 \end_layout
34544
34545 \begin_layout Standard
34546 Some characters and symbols can be created with several commands.
34547  Here is a list of the synonym commands:
34548 \end_layout
34549
34550 \begin_layout Standard
34551 \begin_inset VSpace bigskip
34552 \end_inset
34553
34554
34555 \begin_inset space \hfill{}
34556 \end_inset
34557
34558
34559 \begin_inset Tabular
34560 <lyxtabular version="3" rows="12" columns="2">
34561 <features>
34562 <column alignment="center" valignment="top" width="0pt">
34563 <column alignment="center" valignment="top" width="0pt">
34564 <row>
34565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34566 \begin_inset Text
34567
34568 \begin_layout Plain Layout
34569 Command
34570 \end_layout
34571
34572 \end_inset
34573 </cell>
34574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34575 \begin_inset Text
34576
34577 \begin_layout Plain Layout
34578 equivalent to
34579 \begin_inset Note Note
34580 status collapsed
34581
34582 \begin_layout Plain Layout
34583
34584 \series bold
34585
34586 \backslash
34587 raisebox
34588 \series default
34589  is only used as spacer.
34590 \end_layout
34591
34592 \end_inset
34593
34594
34595 \end_layout
34596
34597 \end_inset
34598 </cell>
34599 </row>
34600 <row>
34601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34602 \begin_inset Text
34603
34604 \begin_layout Plain Layout
34605
34606 \backslash
34607 ast
34608 \end_layout
34609
34610 \end_inset
34611 </cell>
34612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34613 \begin_inset Text
34614
34615 \begin_layout Plain Layout
34616 \begin_inset ERT
34617 status collapsed
34618
34619 \begin_layout Plain Layout
34620
34621
34622 \backslash
34623 raisebox{-1.2mm}{
34624 \end_layout
34625
34626 \end_inset
34627
34628 *
34629 \begin_inset ERT
34630 status collapsed
34631
34632 \begin_layout Plain Layout
34633
34634 }
34635 \end_layout
34636
34637 \end_inset
34638
34639
34640 \end_layout
34641
34642 \end_inset
34643 </cell>
34644 </row>
34645 <row>
34646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34647 \begin_inset Text
34648
34649 \begin_layout Plain Layout
34650
34651 \backslash
34652 choose
34653 \end_layout
34654
34655 \end_inset
34656 </cell>
34657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34658 \begin_inset Text
34659
34660 \begin_layout Plain Layout
34661
34662 \backslash
34663 binom
34664 \end_layout
34665
34666 \end_inset
34667 </cell>
34668 </row>
34669 <row>
34670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34671 \begin_inset Text
34672
34673 \begin_layout Plain Layout
34674
34675 \backslash
34676 geq
34677 \end_layout
34678
34679 \end_inset
34680 </cell>
34681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34682 \begin_inset Text
34683
34684 \begin_layout Plain Layout
34685
34686 \backslash
34687 ge
34688 \end_layout
34689
34690 \end_inset
34691 </cell>
34692 </row>
34693 <row>
34694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34695 \begin_inset Text
34696
34697 \begin_layout Plain Layout
34698
34699 \backslash
34700 lbrace
34701 \end_layout
34702
34703 \end_inset
34704 </cell>
34705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34706 \begin_inset Text
34707
34708 \begin_layout Plain Layout
34709 {
34710 \end_layout
34711
34712 \end_inset
34713 </cell>
34714 </row>
34715 <row>
34716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34717 \begin_inset Text
34718
34719 \begin_layout Plain Layout
34720
34721 \backslash
34722 lbracket
34723 \end_layout
34724
34725 \end_inset
34726 </cell>
34727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34728 \begin_inset Text
34729
34730 \begin_layout Plain Layout
34731 [
34732 \end_layout
34733
34734 \end_inset
34735 </cell>
34736 </row>
34737 <row>
34738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34739 \begin_inset Text
34740
34741 \begin_layout Plain Layout
34742
34743 \backslash
34744 leftarrow
34745 \end_layout
34746
34747 \end_inset
34748 </cell>
34749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34750 \begin_inset Text
34751
34752 \begin_layout Plain Layout
34753
34754 \backslash
34755 gets
34756 \end_layout
34757
34758 \end_inset
34759 </cell>
34760 </row>
34761 <row>
34762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34763 \begin_inset Text
34764
34765 \begin_layout Plain Layout
34766
34767 \backslash
34768 leq
34769 \end_layout
34770
34771 \end_inset
34772 </cell>
34773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34774 \begin_inset Text
34775
34776 \begin_layout Plain Layout
34777
34778 \backslash
34779 le
34780 \end_layout
34781
34782 \end_inset
34783 </cell>
34784 </row>
34785 <row>
34786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34787 \begin_inset Text
34788
34789 \begin_layout Plain Layout
34790
34791 \backslash
34792 lor
34793 \end_layout
34794
34795 \end_inset
34796 </cell>
34797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34798 \begin_inset Text
34799
34800 \begin_layout Plain Layout
34801
34802 \backslash
34803 vee
34804 \end_layout
34805
34806 \end_inset
34807 </cell>
34808 </row>
34809 <row>
34810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34811 \begin_inset Text
34812
34813 \begin_layout Plain Layout
34814
34815 \backslash
34816 neq
34817 \end_layout
34818
34819 \end_inset
34820 </cell>
34821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34822 \begin_inset Text
34823
34824 \begin_layout Plain Layout
34825
34826 \backslash
34827 not=
34828 \end_layout
34829
34830 \end_inset
34831 </cell>
34832 </row>
34833 <row>
34834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34835 \begin_inset Text
34836
34837 \begin_layout Plain Layout
34838
34839 \backslash
34840 slash
34841 \end_layout
34842
34843 \end_inset
34844 </cell>
34845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34846 \begin_inset Text
34847
34848 \begin_layout Plain Layout
34849 /
34850 \end_layout
34851
34852 \end_inset
34853 </cell>
34854 </row>
34855 <row>
34856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34857 \begin_inset Text
34858
34859 \begin_layout Plain Layout
34860
34861 \backslash
34862 vert
34863 \end_layout
34864
34865 \end_inset
34866 </cell>
34867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34868 \begin_inset Text
34869
34870 \begin_layout Plain Layout
34871 |
34872 \end_layout
34873
34874 \end_inset
34875 </cell>
34876 </row>
34877 </lyxtabular>
34878
34879 \end_inset
34880
34881
34882 \begin_inset space \hfill{}
34883 \end_inset
34884
34885
34886 \begin_inset Tabular
34887 <lyxtabular version="3" rows="12" columns="2">
34888 <features>
34889 <column alignment="center" valignment="top" width="0pt">
34890 <column alignment="center" valignment="top" width="0pt">
34891 <row>
34892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34893 \begin_inset Text
34894
34895 \begin_layout Plain Layout
34896 Command
34897 \end_layout
34898
34899 \end_inset
34900 </cell>
34901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34902 \begin_inset Text
34903
34904 \begin_layout Plain Layout
34905 equivalent to
34906 \end_layout
34907
34908 \end_inset
34909 </cell>
34910 </row>
34911 <row>
34912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34913 \begin_inset Text
34914
34915 \begin_layout Plain Layout
34916
34917 \backslash
34918 backslash
34919 \end_layout
34920
34921 \end_inset
34922 </cell>
34923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34924 \begin_inset Text
34925
34926 \begin_layout Plain Layout
34927
34928 \backslash
34929
34930 \backslash
34931
34932 \end_layout
34933
34934 \end_inset
34935 </cell>
34936 </row>
34937 <row>
34938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34939 \begin_inset Text
34940
34941 \begin_layout Plain Layout
34942
34943 \backslash
34944 dasharrow
34945 \end_layout
34946
34947 \end_inset
34948 </cell>
34949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34950 \begin_inset Text
34951
34952 \begin_layout Plain Layout
34953
34954 \backslash
34955 dashrightarrow
34956 \end_layout
34957
34958 \end_inset
34959 </cell>
34960 </row>
34961 <row>
34962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34963 \begin_inset Text
34964
34965 \begin_layout Plain Layout
34966
34967 \backslash
34968 land
34969 \end_layout
34970
34971 \end_inset
34972 </cell>
34973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34974 \begin_inset Text
34975
34976 \begin_layout Plain Layout
34977
34978 \backslash
34979 wedge
34980 \end_layout
34981
34982 \end_inset
34983 </cell>
34984 </row>
34985 <row>
34986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34987 \begin_inset Text
34988
34989 \begin_layout Plain Layout
34990
34991 \backslash
34992 rbrace
34993 \end_layout
34994
34995 \end_inset
34996 </cell>
34997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34998 \begin_inset Text
34999
35000 \begin_layout Plain Layout
35001 }
35002 \end_layout
35003
35004 \end_inset
35005 </cell>
35006 </row>
35007 <row>
35008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35009 \begin_inset Text
35010
35011 \begin_layout Plain Layout
35012
35013 \backslash
35014 rbracket
35015 \end_layout
35016
35017 \end_inset
35018 </cell>
35019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35020 \begin_inset Text
35021
35022 \begin_layout Plain Layout
35023 ]
35024 \end_layout
35025
35026 \end_inset
35027 </cell>
35028 </row>
35029 <row>
35030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35031 \begin_inset Text
35032
35033 \begin_layout Plain Layout
35034
35035 \backslash
35036 rightarrow
35037 \end_layout
35038
35039 \end_inset
35040 </cell>
35041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35042 \begin_inset Text
35043
35044 \begin_layout Plain Layout
35045
35046 \backslash
35047 to
35048 \end_layout
35049
35050 \end_inset
35051 </cell>
35052 </row>
35053 <row>
35054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35055 \begin_inset Text
35056
35057 \begin_layout Plain Layout
35058
35059 \backslash
35060 lnot
35061 \end_layout
35062
35063 \end_inset
35064 </cell>
35065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35066 \begin_inset Text
35067
35068 \begin_layout Plain Layout
35069
35070 \backslash
35071 neg
35072 \end_layout
35073
35074 \end_inset
35075 </cell>
35076 </row>
35077 <row>
35078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35079 \begin_inset Text
35080
35081 \begin_layout Plain Layout
35082
35083 \backslash
35084 ne
35085 \end_layout
35086
35087 \end_inset
35088 </cell>
35089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35090 \begin_inset Text
35091
35092 \begin_layout Plain Layout
35093
35094 \backslash
35095 not=
35096 \end_layout
35097
35098 \end_inset
35099 </cell>
35100 </row>
35101 <row>
35102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35103 \begin_inset Text
35104
35105 \begin_layout Plain Layout
35106
35107 \backslash
35108 owns
35109 \end_layout
35110
35111 \end_inset
35112 </cell>
35113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35114 \begin_inset Text
35115
35116 \begin_layout Plain Layout
35117
35118 \backslash
35119 ni
35120 \end_layout
35121
35122 \end_inset
35123 </cell>
35124 </row>
35125 <row>
35126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35127 \begin_inset Text
35128
35129 \begin_layout Plain Layout
35130
35131 \backslash
35132 square
35133 \end_layout
35134
35135 \end_inset
35136 </cell>
35137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35138 \begin_inset Text
35139
35140 \begin_layout Plain Layout
35141
35142 \backslash
35143 Box
35144 \end_layout
35145
35146 \end_inset
35147 </cell>
35148 </row>
35149 <row>
35150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35151 \begin_inset Text
35152
35153 \begin_layout Plain Layout
35154
35155 \backslash
35156 Vert
35157 \end_layout
35158
35159 \end_inset
35160 </cell>
35161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35162 \begin_inset Text
35163
35164 \begin_layout Plain Layout
35165
35166 \backslash
35167 |
35168 \end_layout
35169
35170 \end_inset
35171 </cell>
35172 </row>
35173 </lyxtabular>
35174
35175 \end_inset
35176
35177
35178 \begin_inset space \hfill{}
35179 \end_inset
35180
35181
35182 \end_layout
35183
35184 \begin_layout Standard
35185 \begin_inset Newpage newpage
35186 \end_inset
35187
35188
35189 \end_layout
35190
35191 \begin_layout Bibliography
35192 \begin_inset CommandInset bibitem
35193 LatexCommand bibitem
35194 key "TLC2"
35195
35196 \end_inset
35197
35198
35199 \shape smallcaps
35200 Mittelbach, F.
35201  ; Goossens, M.
35202 \shape default
35203
35204 \shape italic
35205 The LaTeX Companion
35206 \shape default
35207 .
35208  Addison Wesley, 2004
35209 \end_layout
35210
35211 \begin_layout Bibliography
35212 \begin_inset CommandInset bibitem
35213 LatexCommand bibitem
35214 key "Mathmode"
35215
35216 \end_inset
35217
35218
35219 \begin_inset CommandInset href
35220 LatexCommand href
35221 name "Description"
35222 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35223
35224 \end_inset
35225
35226  of LaTeX's math abilities
35227 \end_layout
35228
35229 \begin_layout Bibliography
35230 \begin_inset CommandInset bibitem
35231 LatexCommand bibitem
35232 key "Voss"
35233
35234 \end_inset
35235
35236 LaTeX tips and tricks-
35237 \begin_inset CommandInset href
35238 LatexCommand href
35239 name "page"
35240 target "http://tug.org/TeXnik/"
35241
35242 \end_inset
35243
35244
35245 \end_layout
35246
35247 \begin_layout Bibliography
35248 \begin_inset CommandInset bibitem
35249 LatexCommand bibitem
35250 key "AMS"
35251
35252 \end_inset
35253
35254
35255 \begin_inset CommandInset href
35256 LatexCommand href
35257 name "Description"
35258 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35259
35260 \end_inset
35261
35262  of 
35263 \begin_inset ERT
35264 status collapsed
35265
35266 \begin_layout Plain Layout
35267
35268
35269 \backslash
35270 AmS
35271 \end_layout
35272
35273 \end_inset
35274
35275 -LaTeX
35276 \end_layout
35277
35278 \begin_layout Bibliography
35279 \begin_inset CommandInset bibitem
35280 LatexCommand bibitem
35281 key "Symbole"
35282
35283 \end_inset
35284
35285
35286 \begin_inset CommandInset href
35287 LatexCommand href
35288 name "List"
35289 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35290
35291 \end_inset
35292
35293  of all symbols available with LaTeX-packages
35294 \end_layout
35295
35296 \begin_layout Bibliography
35297 \begin_inset CommandInset bibitem
35298 LatexCommand bibitem
35299 key "hyperref"
35300
35301 \end_inset
35302
35303
35304 \begin_inset CommandInset href
35305 LatexCommand href
35306 name "Documentation"
35307 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35308
35309 \end_inset
35310
35311  of the LaTeX-package 
35312 \series bold
35313 hyperref
35314 \series default
35315
35316 \begin_inset Index
35317 status collapsed
35318
35319 \begin_layout Plain Layout
35320 Packages ! hyperref
35321 \end_layout
35322
35323 \end_inset
35324
35325
35326 \end_layout
35327
35328 \begin_layout Bibliography
35329 \begin_inset CommandInset bibitem
35330 LatexCommand bibitem
35331 key "Mathclap"
35332
35333 \end_inset
35334
35335
35336 \begin_inset CommandInset href
35337 LatexCommand href
35338 name "Description"
35339 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35340
35341 \end_inset
35342
35343  of the command 
35344 \series bold
35345
35346 \backslash
35347 mathclap
35348 \series default
35349 , described in 
35350 \begin_inset CommandInset ref
35351 LatexCommand ref
35352 reference "sub:Operator-Limits"
35353
35354 \end_inset
35355
35356
35357 \begin_inset Index
35358 status collapsed
35359
35360 \begin_layout Plain Layout
35361 Commands ! M ! 
35362 \backslash
35363 mathclap
35364 \end_layout
35365
35366 \end_inset
35367
35368
35369 \end_layout
35370
35371 \begin_layout Bibliography
35372 \begin_inset CommandInset bibitem
35373 LatexCommand bibitem
35374 key "Duden"
35375
35376 \end_inset
35377
35378
35379 \emph on
35380 Duden Band 1
35381 \emph default
35382 .
35383  22.
35384  Auflage, Duden 2001
35385 \end_layout
35386
35387 \begin_layout Subsubsection*
35388 \begin_inset CommandInset index_print
35389 LatexCommand printindex
35390
35391 \end_inset
35392
35393
35394 \end_layout
35395
35396 \end_body
35397 \end_document