]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
French EmbeddedObjects.lyx: updates for LyX 1.6 by Siegfried
[lyx.git] / lib / doc / Math.lyx
1 #LyX 1.6.0rc1 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 \begin_inset ERT
22122 status collapsed
22123
22124 \begin_layout Plain Layout
22125
22126
22127 \backslash
22128 officialeuro
22129 \end_layout
22130
22131 \end_inset
22132
22133
22134 \end_layout
22135
22136 \end_inset
22137
22138
22139 \end_layout
22140
22141 \begin_layout Standard
22142 To use the Euro symbol in formulas, the LaTeX-package 
22143 \series bold
22144 eurosym
22145 \series default
22146
22147 \begin_inset Index
22148 status collapsed
22149
22150 \begin_layout Plain Layout
22151 Packages ! eurosym
22152 \end_layout
22153
22154 \end_inset
22155
22156  must be installed and loaded with the LaTeX-preamble line
22157 \end_layout
22158
22159 \begin_layout Standard
22160
22161 \series bold
22162
22163 \backslash
22164 usepackage[gennarrow]{eurosym}
22165 \end_layout
22166
22167 \begin_layout Standard
22168 The Euro symbol can now be inserted with the command 
22169 \series bold
22170
22171 \backslash
22172 euro
22173 \series default
22174
22175 \begin_inset Index
22176 status collapsed
22177
22178 \begin_layout Plain Layout
22179 Commands ! E ! 
22180 \backslash
22181 euro
22182 \end_layout
22183
22184 \end_inset
22185
22186 .
22187 \end_layout
22188
22189 \begin_layout Standard
22190 The Euro symbol can directly be inserted with the € key in mathematical
22191  text, without having 
22192 \series bold
22193 eurosym
22194 \series default
22195  installed.
22196  When 
22197 \series bold
22198 eurosym
22199 \series default
22200  is installed, 
22201 \series bold
22202
22203 \backslash
22204 euro
22205 \series default
22206  can also be inserted in TeX-mode.
22207  The official currency symbol can then be inserted with the command 
22208 \series bold
22209
22210 \backslash
22211 officialeuro
22212 \series default
22213
22214 \begin_inset Index
22215 status collapsed
22216
22217 \begin_layout Plain Layout
22218 Commands ! O ! 
22219 \backslash
22220 officialeuro
22221 \end_layout
22222
22223 \end_inset
22224
22225 , that is only available in TeX-mode.
22226 \end_layout
22227
22228 \begin_layout Standard
22229 \begin_inset ERT
22230 status collapsed
22231
22232 \begin_layout Plain Layout
22233
22234
22235 \backslash
22236 ifeurosym 
22237 \end_layout
22238
22239 \end_inset
22240
22241
22242 \begin_inset Note Note
22243 status open
22244
22245 \begin_layout Plain Layout
22246 The following table will only be displayed when the LaTeX-package 
22247 \series bold
22248 eurosym
22249 \series default
22250  is installed.
22251 \end_layout
22252
22253 \end_inset
22254
22255
22256 \end_layout
22257
22258 \begin_layout Standard
22259 An overview about the different Euro symbols:
22260 \end_layout
22261
22262 \begin_layout Standard
22263 \align center
22264 \begin_inset Tabular
22265 <lyxtabular version="3" rows="4" columns="3">
22266 <features>
22267 <column alignment="center" valignment="top" width="0pt">
22268 <column alignment="center" valignment="top" width="0pt">
22269 <column alignment="center" valignment="top" width="0pt">
22270 <row>
22271 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22272 \begin_inset Text
22273
22274 \begin_layout Plain Layout
22275
22276 \end_layout
22277
22278 \end_inset
22279 </cell>
22280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22281 \begin_inset Text
22282
22283 \begin_layout Plain Layout
22284 Command 
22285 \end_layout
22286
22287 \end_inset
22288 </cell>
22289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22290 \begin_inset Text
22291
22292 \begin_layout Plain Layout
22293 Result
22294 \end_layout
22295
22296 \end_inset
22297 </cell>
22298 </row>
22299 <row>
22300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22301 \begin_inset Text
22302
22303 \begin_layout Plain Layout
22304 formula
22305 \end_layout
22306
22307 \end_inset
22308 </cell>
22309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22310 \begin_inset Text
22311
22312 \begin_layout Plain Layout
22313
22314 \backslash
22315 euro
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22321 \begin_inset Text
22322
22323 \begin_layout Plain Layout
22324 \begin_inset Formula $\euro$
22325 \end_inset
22326
22327
22328 \end_layout
22329
22330 \end_inset
22331 </cell>
22332 </row>
22333 <row>
22334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22335 \begin_inset Text
22336
22337 \begin_layout Plain Layout
22338 mathematical text
22339 \end_layout
22340
22341 \end_inset
22342 </cell>
22343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22344 \begin_inset Text
22345
22346 \begin_layout Plain Layout
22347
22348 \end_layout
22349
22350 \end_inset
22351 </cell>
22352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22353 \begin_inset Text
22354
22355 \begin_layout Plain Layout
22356 \begin_inset Formula $\mbox{€}$
22357 \end_inset
22358
22359
22360 \end_layout
22361
22362 \end_inset
22363 </cell>
22364 </row>
22365 <row>
22366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22367 \begin_inset Text
22368
22369 \begin_layout Plain Layout
22370 TeX-mode
22371 \end_layout
22372
22373 \end_inset
22374 </cell>
22375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22376 \begin_inset Text
22377
22378 \begin_layout Plain Layout
22379
22380 \backslash
22381 officialeuro
22382 \end_layout
22383
22384 \end_inset
22385 </cell>
22386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22387 \begin_inset Text
22388
22389 \begin_layout Plain Layout
22390 \begin_inset ERT
22391 status collapsed
22392
22393 \begin_layout Plain Layout
22394
22395
22396 \backslash
22397 officialeuro
22398 \end_layout
22399
22400 \end_inset
22401
22402
22403 \end_layout
22404
22405 \end_inset
22406 </cell>
22407 </row>
22408 </lyxtabular>
22409
22410 \end_inset
22411
22412
22413 \end_layout
22414
22415 \begin_layout Standard
22416 \begin_inset ERT
22417 status collapsed
22418
22419 \begin_layout Plain Layout
22420
22421
22422 \backslash
22423 else 
22424 \end_layout
22425
22426 \end_inset
22427
22428
22429 \begin_inset Note Note
22430 status open
22431
22432 \begin_layout Plain Layout
22433 The following will be displayed when the LaTeX-package 
22434 \series bold
22435 eurosym
22436 \series default
22437  is not installed:
22438 \end_layout
22439
22440 \end_inset
22441
22442
22443 \end_layout
22444
22445 \begin_layout Standard
22446 You need to install the LaTeX-package 
22447 \series bold
22448 eurosym
22449 \series default
22450  to see the rest of this subsection in the output.
22451 \end_layout
22452
22453 \begin_layout Standard
22454 \begin_inset ERT
22455 status collapsed
22456
22457 \begin_layout Plain Layout
22458
22459
22460 \backslash
22461 fi 
22462 \end_layout
22463
22464 \end_inset
22465
22466
22467 \end_layout
22468
22469 \begin_layout Section
22470 Relations
22471 \begin_inset CommandInset label
22472 LatexCommand label
22473 name "sec:Relations"
22474
22475 \end_inset
22476
22477
22478 \begin_inset Index
22479 status collapsed
22480
22481 \begin_layout Plain Layout
22482 Relations
22483 \end_layout
22484
22485 \end_inset
22486
22487
22488 \begin_inset Index
22489 status collapsed
22490
22491 \begin_layout Plain Layout
22492 Comparisons|see
22493 \begin_inset ERT
22494 status collapsed
22495
22496 \begin_layout Plain Layout
22497
22498 {
22499 \end_layout
22500
22501 \end_inset
22502
22503 Relations
22504 \begin_inset ERT
22505 status collapsed
22506
22507 \begin_layout Plain Layout
22508
22509 }
22510 \end_layout
22511
22512 \end_inset
22513
22514
22515 \end_layout
22516
22517 \end_inset
22518
22519
22520 \end_layout
22521
22522 \begin_layout Standard
22523 All relations can also be inserted via the toolbar button 
22524 \begin_inset Graphics
22525         filename ../images/math/leq.png
22526         scale 85
22527
22528 \end_inset
22529
22530 .
22531 \end_layout
22532
22533 \begin_layout Standard
22534 \begin_inset space \hfill{}
22535 \end_inset
22536
22537
22538 \begin_inset Tabular
22539 <lyxtabular version="3" rows="17" columns="2">
22540 <features>
22541 <column alignment="center" valignment="top" width="0pt">
22542 <column alignment="center" valignment="top" width="0pt">
22543 <row>
22544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22545 \begin_inset Text
22546
22547 \begin_layout Plain Layout
22548 Command
22549 \end_layout
22550
22551 \end_inset
22552 </cell>
22553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22554 \begin_inset Text
22555
22556 \begin_layout Plain Layout
22557 Result
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 </row>
22563 <row>
22564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22565 \begin_inset Text
22566
22567 \begin_layout Plain Layout
22568 <
22569 \end_layout
22570
22571 \end_inset
22572 </cell>
22573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22574 \begin_inset Text
22575
22576 \begin_layout Plain Layout
22577 \begin_inset Formula $<$
22578 \end_inset
22579
22580
22581 \end_layout
22582
22583 \end_inset
22584 </cell>
22585 </row>
22586 <row>
22587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22588 \begin_inset Text
22589
22590 \begin_layout Plain Layout
22591
22592 \backslash
22593 le
22594 \end_layout
22595
22596 \end_inset
22597 </cell>
22598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22599 \begin_inset Text
22600
22601 \begin_layout Plain Layout
22602 \begin_inset Formula $\le$
22603 \end_inset
22604
22605
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 </row>
22611 <row>
22612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Plain Layout
22616
22617 \backslash
22618 ll
22619 \end_layout
22620
22621 \end_inset
22622 </cell>
22623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22624 \begin_inset Text
22625
22626 \begin_layout Plain Layout
22627 \begin_inset Formula $\ll$
22628 \end_inset
22629
22630
22631 \end_layout
22632
22633 \end_inset
22634 </cell>
22635 </row>
22636 <row>
22637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641
22642 \backslash
22643 prec
22644 \end_layout
22645
22646 \end_inset
22647 </cell>
22648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22649 \begin_inset Text
22650
22651 \begin_layout Plain Layout
22652 \begin_inset Formula $\prec$
22653 \end_inset
22654
22655
22656 \end_layout
22657
22658 \end_inset
22659 </cell>
22660 </row>
22661 <row>
22662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22663 \begin_inset Text
22664
22665 \begin_layout Plain Layout
22666
22667 \backslash
22668 preceq
22669 \end_layout
22670
22671 \end_inset
22672 </cell>
22673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22674 \begin_inset Text
22675
22676 \begin_layout Plain Layout
22677 \begin_inset Formula $\preceq$
22678 \end_inset
22679
22680
22681 \end_layout
22682
22683 \end_inset
22684 </cell>
22685 </row>
22686 <row>
22687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691
22692 \backslash
22693 subset
22694 \end_layout
22695
22696 \end_inset
22697 </cell>
22698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22699 \begin_inset Text
22700
22701 \begin_layout Plain Layout
22702 \begin_inset Formula $\subset$
22703 \end_inset
22704
22705
22706 \end_layout
22707
22708 \end_inset
22709 </cell>
22710 </row>
22711 <row>
22712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716
22717 \backslash
22718 subseteq
22719 \end_layout
22720
22721 \end_inset
22722 </cell>
22723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22724 \begin_inset Text
22725
22726 \begin_layout Plain Layout
22727 \begin_inset Formula $\subseteq$
22728 \end_inset
22729
22730
22731 \end_layout
22732
22733 \end_inset
22734 </cell>
22735 </row>
22736 <row>
22737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741
22742 \backslash
22743 sqsubseteq
22744 \end_layout
22745
22746 \end_inset
22747 </cell>
22748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22749 \begin_inset Text
22750
22751 \begin_layout Plain Layout
22752 \begin_inset Formula $\sqsubseteq$
22753 \end_inset
22754
22755
22756 \end_layout
22757
22758 \end_inset
22759 </cell>
22760 </row>
22761 <row>
22762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22763 \begin_inset Text
22764
22765 \begin_layout Plain Layout
22766
22767 \backslash
22768 in
22769 \end_layout
22770
22771 \end_inset
22772 </cell>
22773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22774 \begin_inset Text
22775
22776 \begin_layout Plain Layout
22777 \begin_inset Formula $\in$
22778 \end_inset
22779
22780
22781 \end_layout
22782
22783 \end_inset
22784 </cell>
22785 </row>
22786 <row>
22787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22788 \begin_inset Text
22789
22790 \begin_layout Plain Layout
22791
22792 \backslash
22793 vdash
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22799 \begin_inset Text
22800
22801 \begin_layout Plain Layout
22802 \begin_inset Formula $\vdash$
22803 \end_inset
22804
22805
22806 \end_layout
22807
22808 \end_inset
22809 </cell>
22810 </row>
22811 <row>
22812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22813 \begin_inset Text
22814
22815 \begin_layout Plain Layout
22816
22817 \backslash
22818 smile
22819 \end_layout
22820
22821 \end_inset
22822 </cell>
22823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22824 \begin_inset Text
22825
22826 \begin_layout Plain Layout
22827 \begin_inset Formula $\smile$
22828 \end_inset
22829
22830
22831 \end_layout
22832
22833 \end_inset
22834 </cell>
22835 </row>
22836 <row>
22837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22838 \begin_inset Text
22839
22840 \begin_layout Plain Layout
22841
22842 \backslash
22843 lhd
22844 \end_layout
22845
22846 \end_inset
22847 </cell>
22848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22849 \begin_inset Text
22850
22851 \begin_layout Plain Layout
22852 \begin_inset Formula $\lhd$
22853 \end_inset
22854
22855
22856 \end_layout
22857
22858 \end_inset
22859 </cell>
22860 </row>
22861 <row>
22862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22863 \begin_inset Text
22864
22865 \begin_layout Plain Layout
22866
22867 \backslash
22868 unlhd
22869 \end_layout
22870
22871 \end_inset
22872 </cell>
22873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22874 \begin_inset Text
22875
22876 \begin_layout Plain Layout
22877 \begin_inset Formula $\unlhd$
22878 \end_inset
22879
22880
22881 \end_layout
22882
22883 \end_inset
22884 </cell>
22885 </row>
22886 <row>
22887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22888 \begin_inset Text
22889
22890 \begin_layout Plain Layout
22891
22892 \backslash
22893 gtrless
22894 \end_layout
22895
22896 \end_inset
22897 </cell>
22898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22899 \begin_inset Text
22900
22901 \begin_layout Plain Layout
22902 \begin_inset Formula $\gtrless$
22903 \end_inset
22904
22905
22906 \end_layout
22907
22908 \end_inset
22909 </cell>
22910 </row>
22911 <row>
22912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22913 \begin_inset Text
22914
22915 \begin_layout Plain Layout
22916
22917 \backslash
22918 mid
22919 \end_layout
22920
22921 \end_inset
22922 </cell>
22923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22924 \begin_inset Text
22925
22926 \begin_layout Plain Layout
22927 \begin_inset Formula $\mid$
22928 \end_inset
22929
22930
22931 \end_layout
22932
22933 \end_inset
22934 </cell>
22935 </row>
22936 <row>
22937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22938 \begin_inset Text
22939
22940 \begin_layout Plain Layout
22941
22942 \backslash
22943 nmid
22944 \end_layout
22945
22946 \end_inset
22947 </cell>
22948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22949 \begin_inset Text
22950
22951 \begin_layout Plain Layout
22952 \begin_inset Formula $\nmid$
22953 \end_inset
22954
22955
22956 \end_layout
22957
22958 \end_inset
22959 </cell>
22960 </row>
22961 </lyxtabular>
22962
22963 \end_inset
22964
22965
22966 \begin_inset space \hfill{}
22967 \end_inset
22968
22969
22970 \begin_inset Tabular
22971 <lyxtabular version="3" rows="17" columns="2">
22972 <features>
22973 <column alignment="center" valignment="top" width="0pt">
22974 <column alignment="center" valignment="top" width="0pt">
22975 <row>
22976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22977 \begin_inset Text
22978
22979 \begin_layout Plain Layout
22980 Command
22981 \end_layout
22982
22983 \end_inset
22984 </cell>
22985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22986 \begin_inset Text
22987
22988 \begin_layout Plain Layout
22989 Result
22990 \end_layout
22991
22992 \end_inset
22993 </cell>
22994 </row>
22995 <row>
22996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22997 \begin_inset Text
22998
22999 \begin_layout Plain Layout
23000 =
23001 \end_layout
23002
23003 \end_inset
23004 </cell>
23005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23006 \begin_inset Text
23007
23008 \begin_layout Plain Layout
23009 \begin_inset Formula $=$
23010 \end_inset
23011
23012
23013 \end_layout
23014
23015 \end_inset
23016 </cell>
23017 </row>
23018 <row>
23019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23020 \begin_inset Text
23021
23022 \begin_layout Plain Layout
23023
23024 \backslash
23025 not=
23026 \end_layout
23027
23028 \end_inset
23029 </cell>
23030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23031 \begin_inset Text
23032
23033 \begin_layout Plain Layout
23034 \begin_inset Formula $\not=$
23035 \end_inset
23036
23037
23038 \end_layout
23039
23040 \end_inset
23041 </cell>
23042 </row>
23043 <row>
23044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23045 \begin_inset Text
23046
23047 \begin_layout Plain Layout
23048
23049 \backslash
23050 equiv
23051 \end_layout
23052
23053 \end_inset
23054 </cell>
23055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23056 \begin_inset Text
23057
23058 \begin_layout Plain Layout
23059 \begin_inset Formula $\equiv$
23060 \end_inset
23061
23062
23063 \end_layout
23064
23065 \end_inset
23066 </cell>
23067 </row>
23068 <row>
23069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23070 \begin_inset Text
23071
23072 \begin_layout Plain Layout
23073
23074 \backslash
23075 sim
23076 \end_layout
23077
23078 \end_inset
23079 </cell>
23080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23081 \begin_inset Text
23082
23083 \begin_layout Plain Layout
23084 \begin_inset Formula $\sim$
23085 \end_inset
23086
23087
23088 \end_layout
23089
23090 \end_inset
23091 </cell>
23092 </row>
23093 <row>
23094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23095 \begin_inset Text
23096
23097 \begin_layout Plain Layout
23098
23099 \backslash
23100 simeq
23101 \end_layout
23102
23103 \end_inset
23104 </cell>
23105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23106 \begin_inset Text
23107
23108 \begin_layout Plain Layout
23109 \begin_inset Formula $\simeq$
23110 \end_inset
23111
23112
23113 \end_layout
23114
23115 \end_inset
23116 </cell>
23117 </row>
23118 <row>
23119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23120 \begin_inset Text
23121
23122 \begin_layout Plain Layout
23123
23124 \backslash
23125 approx
23126 \end_layout
23127
23128 \end_inset
23129 </cell>
23130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23131 \begin_inset Text
23132
23133 \begin_layout Plain Layout
23134 \begin_inset Formula $\approx$
23135 \end_inset
23136
23137
23138 \end_layout
23139
23140 \end_inset
23141 </cell>
23142 </row>
23143 <row>
23144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23145 \begin_inset Text
23146
23147 \begin_layout Plain Layout
23148
23149 \backslash
23150 cong
23151 \end_layout
23152
23153 \end_inset
23154 </cell>
23155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23156 \begin_inset Text
23157
23158 \begin_layout Plain Layout
23159 \begin_inset Formula $\cong$
23160 \end_inset
23161
23162
23163 \end_layout
23164
23165 \end_inset
23166 </cell>
23167 </row>
23168 <row>
23169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23170 \begin_inset Text
23171
23172 \begin_layout Plain Layout
23173
23174 \backslash
23175 bowtie
23176 \end_layout
23177
23178 \end_inset
23179 </cell>
23180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23181 \begin_inset Text
23182
23183 \begin_layout Plain Layout
23184 \begin_inset Formula $\bowtie$
23185 \end_inset
23186
23187
23188 \end_layout
23189
23190 \end_inset
23191 </cell>
23192 </row>
23193 <row>
23194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23195 \begin_inset Text
23196
23197 \begin_layout Plain Layout
23198
23199 \backslash
23200 notin
23201 \end_layout
23202
23203 \end_inset
23204 </cell>
23205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23206 \begin_inset Text
23207
23208 \begin_layout Plain Layout
23209 \begin_inset Formula $\notin$
23210 \end_inset
23211
23212
23213 \end_layout
23214
23215 \end_inset
23216 </cell>
23217 </row>
23218 <row>
23219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23220 \begin_inset Text
23221
23222 \begin_layout Plain Layout
23223
23224 \backslash
23225 perp
23226 \end_layout
23227
23228 \end_inset
23229 </cell>
23230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23231 \begin_inset Text
23232
23233 \begin_layout Plain Layout
23234 \begin_inset Formula $\perp$
23235 \end_inset
23236
23237
23238 \end_layout
23239
23240 \end_inset
23241 </cell>
23242 </row>
23243 <row>
23244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23245 \begin_inset Text
23246
23247 \begin_layout Plain Layout
23248
23249 \backslash
23250 propto
23251 \end_layout
23252
23253 \end_inset
23254 </cell>
23255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23256 \begin_inset Text
23257
23258 \begin_layout Plain Layout
23259 \begin_inset Formula $\propto$
23260 \end_inset
23261
23262
23263 \end_layout
23264
23265 \end_inset
23266 </cell>
23267 </row>
23268 <row>
23269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23270 \begin_inset Text
23271
23272 \begin_layout Plain Layout
23273
23274 \backslash
23275 asymp
23276 \end_layout
23277
23278 \end_inset
23279 </cell>
23280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23281 \begin_inset Text
23282
23283 \begin_layout Plain Layout
23284 \begin_inset Formula $\asymp$
23285 \end_inset
23286
23287
23288 \end_layout
23289
23290 \end_inset
23291 </cell>
23292 </row>
23293 <row>
23294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23295 \begin_inset Text
23296
23297 \begin_layout Plain Layout
23298
23299 \backslash
23300 doteq
23301 \end_layout
23302
23303 \end_inset
23304 </cell>
23305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23306 \begin_inset Text
23307
23308 \begin_layout Plain Layout
23309 \begin_inset Formula $\doteq$
23310 \end_inset
23311
23312
23313 \end_layout
23314
23315 \end_inset
23316 </cell>
23317 </row>
23318 <row>
23319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23320 \begin_inset Text
23321
23322 \begin_layout Plain Layout
23323
23324 \backslash
23325 circeq
23326 \end_layout
23327
23328 \end_inset
23329 </cell>
23330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23331 \begin_inset Text
23332
23333 \begin_layout Plain Layout
23334 \begin_inset Formula $\circeq$
23335 \end_inset
23336
23337
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 </row>
23343 <row>
23344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23345 \begin_inset Text
23346
23347 \begin_layout Plain Layout
23348
23349 \backslash
23350 models
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23356 \begin_inset Text
23357
23358 \begin_layout Plain Layout
23359 \begin_inset Formula $\models$
23360 \end_inset
23361
23362
23363 \end_layout
23364
23365 \end_inset
23366 </cell>
23367 </row>
23368 <row>
23369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23370 \begin_inset Text
23371
23372 \begin_layout Plain Layout
23373
23374 \backslash
23375 widehat=
23376 \end_layout
23377
23378 \end_inset
23379 </cell>
23380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23381 \begin_inset Text
23382
23383 \begin_layout Plain Layout
23384 \begin_inset Formula $\widehat{=}$
23385 \end_inset
23386
23387
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 </row>
23393 </lyxtabular>
23394
23395 \end_inset
23396
23397
23398 \begin_inset space \hfill{}
23399 \end_inset
23400
23401
23402 \begin_inset Tabular
23403 <lyxtabular version="3" rows="17" columns="2">
23404 <features>
23405 <column alignment="center" valignment="top" width="0pt">
23406 <column alignment="center" valignment="top" width="0pt">
23407 <row>
23408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23409 \begin_inset Text
23410
23411 \begin_layout Plain Layout
23412 Command
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23418 \begin_inset Text
23419
23420 \begin_layout Plain Layout
23421 Result
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 </row>
23427 <row>
23428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23429 \begin_inset Text
23430
23431 \begin_layout Plain Layout
23432 >
23433 \end_layout
23434
23435 \end_inset
23436 </cell>
23437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23438 \begin_inset Text
23439
23440 \begin_layout Plain Layout
23441 \begin_inset Formula $>$
23442 \end_inset
23443
23444
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 </row>
23450 <row>
23451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23452 \begin_inset Text
23453
23454 \begin_layout Plain Layout
23455
23456 \backslash
23457 ge
23458 \end_layout
23459
23460 \end_inset
23461 </cell>
23462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23463 \begin_inset Text
23464
23465 \begin_layout Plain Layout
23466 \begin_inset Formula $\ge$
23467 \end_inset
23468
23469
23470 \end_layout
23471
23472 \end_inset
23473 </cell>
23474 </row>
23475 <row>
23476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23477 \begin_inset Text
23478
23479 \begin_layout Plain Layout
23480
23481 \backslash
23482 gg
23483 \end_layout
23484
23485 \end_inset
23486 </cell>
23487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23488 \begin_inset Text
23489
23490 \begin_layout Plain Layout
23491 \begin_inset Formula $\gg$
23492 \end_inset
23493
23494
23495 \end_layout
23496
23497 \end_inset
23498 </cell>
23499 </row>
23500 <row>
23501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23502 \begin_inset Text
23503
23504 \begin_layout Plain Layout
23505
23506 \backslash
23507 succ
23508 \end_layout
23509
23510 \end_inset
23511 </cell>
23512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23513 \begin_inset Text
23514
23515 \begin_layout Plain Layout
23516 \begin_inset Formula $\succ$
23517 \end_inset
23518
23519
23520 \end_layout
23521
23522 \end_inset
23523 </cell>
23524 </row>
23525 <row>
23526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23527 \begin_inset Text
23528
23529 \begin_layout Plain Layout
23530
23531 \backslash
23532 succeq
23533 \end_layout
23534
23535 \end_inset
23536 </cell>
23537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23538 \begin_inset Text
23539
23540 \begin_layout Plain Layout
23541 \begin_inset Formula $\succeq$
23542 \end_inset
23543
23544
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 </row>
23550 <row>
23551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23552 \begin_inset Text
23553
23554 \begin_layout Plain Layout
23555
23556 \backslash
23557 supset
23558 \end_layout
23559
23560 \end_inset
23561 </cell>
23562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23563 \begin_inset Text
23564
23565 \begin_layout Plain Layout
23566 \begin_inset Formula $\supset$
23567 \end_inset
23568
23569
23570 \end_layout
23571
23572 \end_inset
23573 </cell>
23574 </row>
23575 <row>
23576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23577 \begin_inset Text
23578
23579 \begin_layout Plain Layout
23580
23581 \backslash
23582 supseteq
23583 \end_layout
23584
23585 \end_inset
23586 </cell>
23587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23588 \begin_inset Text
23589
23590 \begin_layout Plain Layout
23591 \begin_inset Formula $\supseteq$
23592 \end_inset
23593
23594
23595 \end_layout
23596
23597 \end_inset
23598 </cell>
23599 </row>
23600 <row>
23601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23602 \begin_inset Text
23603
23604 \begin_layout Plain Layout
23605
23606 \backslash
23607 sqsupseteq
23608 \end_layout
23609
23610 \end_inset
23611 </cell>
23612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23613 \begin_inset Text
23614
23615 \begin_layout Plain Layout
23616 \begin_inset Formula $\sqsupseteq$
23617 \end_inset
23618
23619
23620 \end_layout
23621
23622 \end_inset
23623 </cell>
23624 </row>
23625 <row>
23626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23627 \begin_inset Text
23628
23629 \begin_layout Plain Layout
23630
23631 \backslash
23632 ni
23633 \end_layout
23634
23635 \end_inset
23636 </cell>
23637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23638 \begin_inset Text
23639
23640 \begin_layout Plain Layout
23641 \begin_inset Formula $\ni$
23642 \end_inset
23643
23644
23645 \end_layout
23646
23647 \end_inset
23648 </cell>
23649 </row>
23650 <row>
23651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23652 \begin_inset Text
23653
23654 \begin_layout Plain Layout
23655
23656 \backslash
23657 dashv
23658 \end_layout
23659
23660 \end_inset
23661 </cell>
23662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23663 \begin_inset Text
23664
23665 \begin_layout Plain Layout
23666 \begin_inset Formula $\dashv$
23667 \end_inset
23668
23669
23670 \end_layout
23671
23672 \end_inset
23673 </cell>
23674 </row>
23675 <row>
23676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23677 \begin_inset Text
23678
23679 \begin_layout Plain Layout
23680
23681 \backslash
23682 frown
23683 \end_layout
23684
23685 \end_inset
23686 </cell>
23687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23688 \begin_inset Text
23689
23690 \begin_layout Plain Layout
23691 \begin_inset Formula $\frown$
23692 \end_inset
23693
23694
23695 \end_layout
23696
23697 \end_inset
23698 </cell>
23699 </row>
23700 <row>
23701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23702 \begin_inset Text
23703
23704 \begin_layout Plain Layout
23705
23706 \backslash
23707 rhd
23708 \end_layout
23709
23710 \end_inset
23711 </cell>
23712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23713 \begin_inset Text
23714
23715 \begin_layout Plain Layout
23716 \begin_inset Formula $\rhd$
23717 \end_inset
23718
23719
23720 \end_layout
23721
23722 \end_inset
23723 </cell>
23724 </row>
23725 <row>
23726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23727 \begin_inset Text
23728
23729 \begin_layout Plain Layout
23730
23731 \backslash
23732 unrhd
23733 \end_layout
23734
23735 \end_inset
23736 </cell>
23737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23738 \begin_inset Text
23739
23740 \begin_layout Plain Layout
23741 \begin_inset Formula $\unrhd$
23742 \end_inset
23743
23744
23745 \end_layout
23746
23747 \end_inset
23748 </cell>
23749 </row>
23750 <row>
23751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23752 \begin_inset Text
23753
23754 \begin_layout Plain Layout
23755
23756 \backslash
23757 lessgtr
23758 \end_layout
23759
23760 \end_inset
23761 </cell>
23762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23763 \begin_inset Text
23764
23765 \begin_layout Plain Layout
23766 \begin_inset Formula $\lessgtr$
23767 \end_inset
23768
23769
23770 \end_layout
23771
23772 \end_inset
23773 </cell>
23774 </row>
23775 <row>
23776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23777 \begin_inset Text
23778
23779 \begin_layout Plain Layout
23780
23781 \backslash
23782 parallel
23783 \end_layout
23784
23785 \end_inset
23786 </cell>
23787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23788 \begin_inset Text
23789
23790 \begin_layout Plain Layout
23791 \begin_inset Formula $\parallel$
23792 \end_inset
23793
23794
23795 \end_layout
23796
23797 \end_inset
23798 </cell>
23799 </row>
23800 <row>
23801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23802 \begin_inset Text
23803
23804 \begin_layout Plain Layout
23805
23806 \backslash
23807 nparallel
23808 \end_layout
23809
23810 \end_inset
23811 </cell>
23812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23813 \begin_inset Text
23814
23815 \begin_layout Plain Layout
23816 \begin_inset Formula $\nparallel$
23817 \end_inset
23818
23819
23820 \end_layout
23821
23822 \end_inset
23823 </cell>
23824 </row>
23825 </lyxtabular>
23826
23827 \end_inset
23828
23829
23830 \begin_inset space \hfill{}
23831 \end_inset
23832
23833
23834 \end_layout
23835
23836 \begin_layout Standard
23837 \begin_inset VSpace medskip
23838 \end_inset
23839
23840 The characters 
23841 \series bold
23842
23843 \backslash
23844 lhd
23845 \series default
23846  and 
23847 \series bold
23848
23849 \backslash
23850 rhd
23851 \series default
23852  are bigger than the equal looking operators 
23853 \series bold
23854
23855 \backslash
23856 triangleleft
23857 \series default
23858  and 
23859 \series bold
23860
23861 \backslash
23862 triangleright
23863 \series default
23864 , respectively.
23865 \end_layout
23866
23867 \begin_layout Standard
23868 Relations are, in contrary to symbols, always surrounded by space.
23869 \end_layout
23870
23871 \begin_layout Standard
23872 Relations with labels can be created with the command 
23873 \series bold
23874
23875 \backslash
23876 stackrel
23877 \series default
23878
23879 \begin_inset Index
23880 status collapsed
23881
23882 \begin_layout Plain Layout
23883 Commands ! S ! 
23884 \backslash
23885 stackrel
23886 \end_layout
23887
23888 \end_inset
23889
23890 :
23891 \end_layout
23892
23893 \begin_layout Standard
23894 \align center
23895 \begin_inset Tabular
23896 <lyxtabular version="3" rows="2" columns="2">
23897 <features>
23898 <column alignment="center" valignment="top" width="0">
23899 <column alignment="center" valignment="top" width="0">
23900 <row>
23901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23902 \begin_inset Text
23903
23904 \begin_layout Plain Layout
23905 Command
23906 \end_layout
23907
23908 \end_inset
23909 </cell>
23910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23911 \begin_inset Text
23912
23913 \begin_layout Plain Layout
23914 Result
23915 \begin_inset Note Note
23916 status collapsed
23917
23918 \begin_layout Plain Layout
23919
23920 \series bold
23921
23922 \backslash
23923 raisebox
23924 \series default
23925  is only used as spacer.
23926 \end_layout
23927
23928 \end_inset
23929
23930
23931 \end_layout
23932
23933 \end_inset
23934 </cell>
23935 </row>
23936 <row>
23937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23938 \begin_inset Text
23939
23940 \begin_layout Plain Layout
23941 A(r)
23942 \backslash
23943 stackrel
23944 \begin_inset ERT
23945 status collapsed
23946
23947 \begin_layout Plain Layout
23948
23949
23950 \backslash
23951 spce 
23952 \end_layout
23953
23954 \end_inset
23955
23956 r
23957 \backslash
23958 to
23959 \backslash
23960 infty
23961 \begin_inset ERT
23962 status collapsed
23963
23964 \begin_layout Plain Layout
23965
23966
23967 \backslash
23968 spce 
23969 \end_layout
23970
23971 \end_inset
23972
23973
23974 \begin_inset Formula $\downarrow$
23975 \end_inset
23976
23977
23978 \backslash
23979 approx
23980 \begin_inset ERT
23981 status collapsed
23982
23983 \begin_layout Plain Layout
23984
23985
23986 \backslash
23987 spce 
23988 \end_layout
23989
23990 \end_inset
23991
23992
23993 \begin_inset ERT
23994 status collapsed
23995
23996 \begin_layout Plain Layout
23997
23998
23999 \backslash
24000 spce 
24001 \end_layout
24002
24003 \end_inset
24004
24005 B
24006 \end_layout
24007
24008 \end_inset
24009 </cell>
24010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24011 \begin_inset Text
24012
24013 \begin_layout Plain Layout
24014 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24015 \end_inset
24016
24017
24018 \end_layout
24019
24020 \end_inset
24021 </cell>
24022 </row>
24023 </lyxtabular>
24024
24025 \end_inset
24026
24027
24028 \end_layout
24029
24030 \begin_layout Section
24031 Functions
24032 \end_layout
24033
24034 \begin_layout Subsection
24035 Predefined Functions
24036 \begin_inset CommandInset label
24037 LatexCommand label
24038 name "sub:Predefined-Functions"
24039
24040 \end_inset
24041
24042
24043 \begin_inset Index
24044 status collapsed
24045
24046 \begin_layout Plain Layout
24047 Functions ! predefined
24048 \end_layout
24049
24050 \end_inset
24051
24052
24053 \end_layout
24054
24055 \begin_layout Standard
24056 In general, variables are set 
24057 \emph on
24058 italic
24059 \emph default
24060  in mathematical expressions, but not function names, because 
24061 \begin_inset Formula $sin$
24062 \end_inset
24063
24064  could be misunderstood as 
24065 \begin_inset Formula $s\cdot i\cdot n$
24066 \end_inset
24067
24068 .
24069  Therefore there are predefined functions, that are additionally a bit separated
24070  from prefactors.
24071  They are inserted as commands starting with a backslash before their name.
24072 \end_layout
24073
24074 \begin_layout Standard
24075 \align center
24076 \begin_inset Tabular
24077 <lyxtabular version="3" rows="2" columns="4">
24078 <features>
24079 <column alignment="center" valignment="top" width="0pt">
24080 <column alignment="center" valignment="top" width="0pt">
24081 <column alignment="center" valignment="top" width="0pt">
24082 <column alignment="center" valignment="top" width="0pt">
24083 <row>
24084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24085 \begin_inset Text
24086
24087 \begin_layout Plain Layout
24088 Command
24089 \end_layout
24090
24091 \end_inset
24092 </cell>
24093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24094 \begin_inset Text
24095
24096 \begin_layout Plain Layout
24097 Result
24098 \end_layout
24099
24100 \end_inset
24101 </cell>
24102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24103 \begin_inset Text
24104
24105 \begin_layout Plain Layout
24106 Command
24107 \end_layout
24108
24109 \end_inset
24110 </cell>
24111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24112 \begin_inset Text
24113
24114 \begin_layout Plain Layout
24115 Result
24116 \end_layout
24117
24118 \end_inset
24119 </cell>
24120 </row>
24121 <row>
24122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24123 \begin_inset Text
24124
24125 \begin_layout Plain Layout
24126 Asin(x)+B
24127 \end_layout
24128
24129 \end_inset
24130 </cell>
24131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24132 \begin_inset Text
24133
24134 \begin_layout Plain Layout
24135 \begin_inset Formula $Asin(x)+B$
24136 \end_inset
24137
24138
24139 \end_layout
24140
24141 \end_inset
24142 </cell>
24143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24144 \begin_inset Text
24145
24146 \begin_layout Plain Layout
24147 A
24148 \backslash
24149 sin(x)+B
24150 \end_layout
24151
24152 \end_inset
24153 </cell>
24154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24155 \begin_inset Text
24156
24157 \begin_layout Plain Layout
24158 \begin_inset Formula $A\sin(x)+B$
24159 \end_inset
24160
24161
24162 \end_layout
24163
24164 \end_inset
24165 </cell>
24166 </row>
24167 </lyxtabular>
24168
24169 \end_inset
24170
24171
24172 \begin_inset Newpage pagebreak
24173 \end_inset
24174
24175
24176 \end_layout
24177
24178 \begin_layout Standard
24179 The following functions are predefined:
24180 \end_layout
24181
24182 \begin_layout Standard
24183 \begin_inset VSpace -2mm
24184 \end_inset
24185
24186
24187 \end_layout
24188
24189 \begin_layout Standard
24190 \align center
24191 \begin_inset Tabular
24192 <lyxtabular version="3" rows="9" columns="4">
24193 <features>
24194 <column alignment="center" valignment="top" width="0pt">
24195 <column alignment="center" valignment="top" width="0pt">
24196 <column alignment="center" valignment="top" width="0pt">
24197 <column alignment="center" valignment="top" width="0pt">
24198 <row>
24199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24200 \begin_inset Text
24201
24202 \begin_layout Plain Layout
24203 Command
24204 \end_layout
24205
24206 \end_inset
24207 </cell>
24208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24209 \begin_inset Text
24210
24211 \begin_layout Plain Layout
24212 Command
24213 \end_layout
24214
24215 \end_inset
24216 </cell>
24217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24218 \begin_inset Text
24219
24220 \begin_layout Plain Layout
24221 Command
24222 \end_layout
24223
24224 \end_inset
24225 </cell>
24226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24227 \begin_inset Text
24228
24229 \begin_layout Plain Layout
24230 Command
24231 \end_layout
24232
24233 \end_inset
24234 </cell>
24235 </row>
24236 <row>
24237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24238 \begin_inset Text
24239
24240 \begin_layout Plain Layout
24241
24242 \backslash
24243 sin
24244 \end_layout
24245
24246 \end_inset
24247 </cell>
24248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24249 \begin_inset Text
24250
24251 \begin_layout Plain Layout
24252
24253 \backslash
24254 sinh
24255 \end_layout
24256
24257 \end_inset
24258 </cell>
24259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24260 \begin_inset Text
24261
24262 \begin_layout Plain Layout
24263
24264 \backslash
24265 arcsin
24266 \end_layout
24267
24268 \end_inset
24269 </cell>
24270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24271 \begin_inset Text
24272
24273 \begin_layout Plain Layout
24274
24275 \backslash
24276 sup
24277 \end_layout
24278
24279 \end_inset
24280 </cell>
24281 </row>
24282 <row>
24283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24284 \begin_inset Text
24285
24286 \begin_layout Plain Layout
24287
24288 \backslash
24289 cos
24290 \end_layout
24291
24292 \end_inset
24293 </cell>
24294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24295 \begin_inset Text
24296
24297 \begin_layout Plain Layout
24298
24299 \backslash
24300 cosh
24301 \end_layout
24302
24303 \end_inset
24304 </cell>
24305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24306 \begin_inset Text
24307
24308 \begin_layout Plain Layout
24309
24310 \backslash
24311 arccos
24312 \end_layout
24313
24314 \end_inset
24315 </cell>
24316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24317 \begin_inset Text
24318
24319 \begin_layout Plain Layout
24320
24321 \backslash
24322 inf
24323 \end_layout
24324
24325 \end_inset
24326 </cell>
24327 </row>
24328 <row>
24329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24330 \begin_inset Text
24331
24332 \begin_layout Plain Layout
24333
24334 \backslash
24335 tan
24336 \end_layout
24337
24338 \end_inset
24339 </cell>
24340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Plain Layout
24344
24345 \backslash
24346 tanh
24347 \end_layout
24348
24349 \end_inset
24350 </cell>
24351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24352 \begin_inset Text
24353
24354 \begin_layout Plain Layout
24355
24356 \backslash
24357 arctan
24358 \end_layout
24359
24360 \end_inset
24361 </cell>
24362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24363 \begin_inset Text
24364
24365 \begin_layout Plain Layout
24366
24367 \backslash
24368 lim
24369 \end_layout
24370
24371 \end_inset
24372 </cell>
24373 </row>
24374 <row>
24375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24376 \begin_inset Text
24377
24378 \begin_layout Plain Layout
24379
24380 \backslash
24381 cot
24382 \end_layout
24383
24384 \end_inset
24385 </cell>
24386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24387 \begin_inset Text
24388
24389 \begin_layout Plain Layout
24390
24391 \backslash
24392 coth
24393 \end_layout
24394
24395 \end_inset
24396 </cell>
24397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24398 \begin_inset Text
24399
24400 \begin_layout Plain Layout
24401
24402 \backslash
24403 arg
24404 \end_layout
24405
24406 \end_inset
24407 </cell>
24408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24409 \begin_inset Text
24410
24411 \begin_layout Plain Layout
24412
24413 \backslash
24414 liminf
24415 \end_layout
24416
24417 \end_inset
24418 </cell>
24419 </row>
24420 <row>
24421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24422 \begin_inset Text
24423
24424 \begin_layout Plain Layout
24425
24426 \backslash
24427 sec
24428 \end_layout
24429
24430 \end_inset
24431 </cell>
24432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24433 \begin_inset Text
24434
24435 \begin_layout Plain Layout
24436
24437 \backslash
24438 min
24439 \end_layout
24440
24441 \end_inset
24442 </cell>
24443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24444 \begin_inset Text
24445
24446 \begin_layout Plain Layout
24447
24448 \backslash
24449 deg
24450 \end_layout
24451
24452 \end_inset
24453 </cell>
24454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24455 \begin_inset Text
24456
24457 \begin_layout Plain Layout
24458
24459 \backslash
24460 limsup
24461 \end_layout
24462
24463 \end_inset
24464 </cell>
24465 </row>
24466 <row>
24467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24468 \begin_inset Text
24469
24470 \begin_layout Plain Layout
24471
24472 \backslash
24473 csc
24474 \end_layout
24475
24476 \end_inset
24477 </cell>
24478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24479 \begin_inset Text
24480
24481 \begin_layout Plain Layout
24482
24483 \backslash
24484 max
24485 \end_layout
24486
24487 \end_inset
24488 </cell>
24489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24490 \begin_inset Text
24491
24492 \begin_layout Plain Layout
24493
24494 \backslash
24495 det
24496 \end_layout
24497
24498 \end_inset
24499 </cell>
24500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24501 \begin_inset Text
24502
24503 \begin_layout Plain Layout
24504
24505 \backslash
24506 Pr
24507 \end_layout
24508
24509 \end_inset
24510 </cell>
24511 </row>
24512 <row>
24513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24514 \begin_inset Text
24515
24516 \begin_layout Plain Layout
24517
24518 \backslash
24519 ln
24520 \end_layout
24521
24522 \end_inset
24523 </cell>
24524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24525 \begin_inset Text
24526
24527 \begin_layout Plain Layout
24528
24529 \backslash
24530 exp
24531 \end_layout
24532
24533 \end_inset
24534 </cell>
24535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24536 \begin_inset Text
24537
24538 \begin_layout Plain Layout
24539
24540 \backslash
24541 dim
24542 \end_layout
24543
24544 \end_inset
24545 </cell>
24546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24547 \begin_inset Text
24548
24549 \begin_layout Plain Layout
24550
24551 \backslash
24552 hom
24553 \end_layout
24554
24555 \end_inset
24556 </cell>
24557 </row>
24558 <row>
24559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24560 \begin_inset Text
24561
24562 \begin_layout Plain Layout
24563
24564 \backslash
24565 lg
24566 \end_layout
24567
24568 \end_inset
24569 </cell>
24570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24571 \begin_inset Text
24572
24573 \begin_layout Plain Layout
24574
24575 \backslash
24576 log
24577 \end_layout
24578
24579 \end_inset
24580 </cell>
24581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24582 \begin_inset Text
24583
24584 \begin_layout Plain Layout
24585
24586 \backslash
24587 ker
24588 \end_layout
24589
24590 \end_inset
24591 </cell>
24592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24593 \begin_inset Text
24594
24595 \begin_layout Plain Layout
24596
24597 \backslash
24598 gcd
24599 \end_layout
24600
24601 \end_inset
24602 </cell>
24603 </row>
24604 </lyxtabular>
24605
24606 \end_inset
24607
24608
24609 \end_layout
24610
24611 \begin_layout Standard
24612 They can also be inserted with the math toolbar button 
24613 \begin_inset Graphics
24614         filename ../images/math/functions.png
24615         scale 85
24616
24617 \end_inset
24618
24619 .
24620 \end_layout
24621
24622 \begin_layout Subsection
24623 Self-defined Functions
24624 \begin_inset Index
24625 status collapsed
24626
24627 \begin_layout Plain Layout
24628 Functions ! self-defined
24629 \end_layout
24630
24631 \end_inset
24632
24633
24634 \end_layout
24635
24636 \begin_layout Standard
24637 To use a function that is not predefined, like for example the sign function
24638  sgn(x), there are two possibilities:
24639 \end_layout
24640
24641 \begin_layout Itemize
24642 Define the function by inserting the following line to the LaTeX-preamble
24643 \begin_inset Foot
24644 status collapsed
24645
24646 \begin_layout Plain Layout
24647 For more about 
24648 \series bold
24649
24650 \backslash
24651 DeclareMathOperator
24652 \series default
24653  see 
24654 \begin_inset CommandInset ref
24655 LatexCommand ref
24656 reference "sub:Self-defined-Operators"
24657
24658 \end_inset
24659
24660 .
24661 \end_layout
24662
24663 \end_inset
24664
24665
24666 \begin_inset Newline newline
24667 \end_inset
24668
24669
24670 \begin_inset VSpace -3mm
24671 \end_inset
24672
24673
24674 \begin_inset Newline newline
24675 \end_inset
24676
24677
24678 \series bold
24679
24680 \backslash
24681 DeclareMathOperator{
24682 \backslash
24683 sgn}{sgn}
24684 \series default
24685
24686 \begin_inset Index
24687 status collapsed
24688
24689 \begin_layout Plain Layout
24690 Commands ! D ! 
24691 \backslash
24692 dbinom@
24693 \backslash
24694 DeclareMathOperator
24695 \end_layout
24696
24697 \end_inset
24698
24699
24700 \begin_inset Newline newline
24701 \end_inset
24702
24703
24704 \begin_inset VSpace -2mm
24705 \end_inset
24706
24707
24708 \begin_inset Newline newline
24709 \end_inset
24710
24711 Now the new defined function can be called with the command 
24712 \series bold
24713
24714 \backslash
24715 sgn
24716 \series default
24717 .
24718 \end_layout
24719
24720 \begin_layout Itemize
24721 Write the the formula as usual, mark the formula name, in our example the
24722  letters 
24723 \emph on
24724 sgn
24725 \emph default
24726 , and change it to mathematical text.
24727  At last a space is inserted between prefactor and function.
24728 \end_layout
24729
24730 \begin_layout Standard
24731 The result is the same with both methods as with a predefined function
24732 \begin_inset Foot
24733 status collapsed
24734
24735 \begin_layout Plain Layout
24736 In LyX self-defined functions are displayed red, predefined ones black.
24737 \end_layout
24738
24739 \end_inset
24740
24741 :
24742 \end_layout
24743
24744 \begin_layout Standard
24745 \align center
24746 \begin_inset Tabular
24747 <lyxtabular version="3" rows="3" columns="2">
24748 <features>
24749 <column alignment="center" valignment="top" width="0pt">
24750 <column alignment="center" valignment="top" width="0pt">
24751 <row>
24752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24753 \begin_inset Text
24754
24755 \begin_layout Plain Layout
24756 Command
24757 \end_layout
24758
24759 \end_inset
24760 </cell>
24761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24762 \begin_inset Text
24763
24764 \begin_layout Plain Layout
24765 Result
24766 \end_layout
24767
24768 \end_inset
24769 </cell>
24770 </row>
24771 <row>
24772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24773 \begin_inset Text
24774
24775 \begin_layout Plain Layout
24776 A
24777 \backslash
24778 sgn(x)+B
24779 \end_layout
24780
24781 \end_inset
24782 </cell>
24783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24784 \begin_inset Text
24785
24786 \begin_layout Plain Layout
24787 \begin_inset Formula $A\sgn(x)+B$
24788 \end_inset
24789
24790
24791 \end_layout
24792
24793 \end_inset
24794 </cell>
24795 </row>
24796 <row>
24797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24798 \begin_inset Text
24799
24800 \begin_layout Plain Layout
24801 A
24802 \backslash
24803 ,
24804 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24805 \end_inset
24806
24807 (x)+B
24808 \end_layout
24809
24810 \end_inset
24811 </cell>
24812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24813 \begin_inset Text
24814
24815 \begin_layout Plain Layout
24816 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24817 \end_inset
24818
24819
24820 \end_layout
24821
24822 \end_inset
24823 </cell>
24824 </row>
24825 </lyxtabular>
24826
24827 \end_inset
24828
24829
24830 \end_layout
24831
24832 \begin_layout Standard
24833 The first method is more suitable when the self-defined function should
24834  be used several times.
24835 \end_layout
24836
24837 \begin_layout Subsection
24838 Limits
24839 \begin_inset Index
24840 status collapsed
24841
24842 \begin_layout Plain Layout
24843 Limits
24844 \end_layout
24845
24846 \end_inset
24847
24848
24849 \end_layout
24850
24851 \begin_layout Standard
24852 For limits there are defined besides 
24853 \series bold
24854
24855 \backslash
24856 lim
24857 \series default
24858
24859 \begin_inset Index
24860 status collapsed
24861
24862 \begin_layout Plain Layout
24863 Commands ! L ! 
24864 \backslash
24865 lim
24866 \end_layout
24867
24868 \end_inset
24869
24870
24871 \series bold
24872
24873 \backslash
24874 liminf
24875 \series default
24876  and 
24877 \series bold
24878
24879 \backslash
24880 limsup
24881 \series default
24882  furthermore the following functions:
24883 \end_layout
24884
24885 \begin_layout Standard
24886 \align center
24887 \begin_inset Tabular
24888 <lyxtabular version="3" rows="5" columns="2">
24889 <features>
24890 <column alignment="center" valignment="top" width="0">
24891 <column alignment="center" valignment="top" width="0">
24892 <row>
24893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24894 \begin_inset Text
24895
24896 \begin_layout Plain Layout
24897 Command
24898 \end_layout
24899
24900 \end_inset
24901 </cell>
24902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24903 \begin_inset Text
24904
24905 \begin_layout Plain Layout
24906 Result
24907 \begin_inset Note Note
24908 status collapsed
24909
24910 \begin_layout Plain Layout
24911
24912 \series bold
24913
24914 \backslash
24915 raisebox
24916 \series default
24917  is only used as spacer.
24918 \end_layout
24919
24920 \end_inset
24921
24922
24923 \end_layout
24924
24925 \end_inset
24926 </cell>
24927 </row>
24928 <row>
24929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24930 \begin_inset Text
24931
24932 \begin_layout Plain Layout
24933
24934 \backslash
24935 varliminf
24936 \end_layout
24937
24938 \end_inset
24939 </cell>
24940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24941 \begin_inset Text
24942
24943 \begin_layout Plain Layout
24944 \begin_inset Formula $\varliminf$
24945 \end_inset
24946
24947
24948 \end_layout
24949
24950 \end_inset
24951 </cell>
24952 </row>
24953 <row>
24954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24955 \begin_inset Text
24956
24957 \begin_layout Plain Layout
24958
24959 \backslash
24960 varlimsup
24961 \end_layout
24962
24963 \end_inset
24964 </cell>
24965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24966 \begin_inset Text
24967
24968 \begin_layout Plain Layout
24969 \begin_inset Formula $\varlimsup$
24970 \end_inset
24971
24972
24973 \end_layout
24974
24975 \end_inset
24976 </cell>
24977 </row>
24978 <row>
24979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24980 \begin_inset Text
24981
24982 \begin_layout Plain Layout
24983
24984 \backslash
24985 varprojlim
24986 \end_layout
24987
24988 \end_inset
24989 </cell>
24990 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24991 \begin_inset Text
24992
24993 \begin_layout Plain Layout
24994 \begin_inset Formula $\varprojlim$
24995 \end_inset
24996
24997
24998 \end_layout
24999
25000 \end_inset
25001 </cell>
25002 </row>
25003 <row>
25004 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25005 \begin_inset Text
25006
25007 \begin_layout Plain Layout
25008
25009 \backslash
25010 varinjlim
25011 \end_layout
25012
25013 \end_inset
25014 </cell>
25015 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25016 \begin_inset Text
25017
25018 \begin_layout Plain Layout
25019 \begin_inset Formula $\varinjlim$
25020 \end_inset
25021
25022
25023 \begin_inset Formula $\raisebox{-2.5mm}{}$
25024 \end_inset
25025
25026
25027 \end_layout
25028
25029 \end_inset
25030 </cell>
25031 </row>
25032 </lyxtabular>
25033
25034 \end_inset
25035
25036
25037 \end_layout
25038
25039 \begin_layout Standard
25040 \begin_inset VSpace medskip
25041 \end_inset
25042
25043 The limit is created by inserting a subscript.
25044  It is set right beside the function in an inline formula:
25045 \end_layout
25046
25047 \begin_layout Standard
25048 \align center
25049 \begin_inset Tabular
25050 <lyxtabular version="3" rows="2" columns="2">
25051 <features>
25052 <column alignment="center" valignment="top" width="0pt">
25053 <column alignment="center" valignment="top" width="0pt">
25054 <row>
25055 <cell alignment="center" valignment="top" usebox="none">
25056 \begin_inset Text
25057
25058 \begin_layout Plain Layout
25059 Command
25060 \end_layout
25061
25062 \end_inset
25063 </cell>
25064 <cell alignment="center" valignment="top" usebox="none">
25065 \begin_inset Text
25066
25067 \begin_layout Plain Layout
25068 \begin_inset space \hspace{}
25069 \length 1cm
25070 \end_inset
25071
25072 Result
25073 \begin_inset Note Note
25074 status collapsed
25075
25076 \begin_layout Plain Layout
25077
25078 \series bold
25079
25080 \backslash
25081 hspace
25082 \series default
25083  and
25084 \series bold
25085  
25086 \backslash
25087 raisebox
25088 \series default
25089  are used here as spacer.
25090 \end_layout
25091
25092 \end_inset
25093
25094
25095 \end_layout
25096
25097 \end_inset
25098 </cell>
25099 </row>
25100 <row>
25101 <cell alignment="center" valignment="top" usebox="none">
25102 \begin_inset Text
25103
25104 \begin_layout Plain Layout
25105
25106 \backslash
25107 lim_x
25108 \backslash
25109 to
25110 \begin_inset ERT
25111 status collapsed
25112
25113 \begin_layout Plain Layout
25114
25115
25116 \backslash
25117 spce 
25118 \end_layout
25119
25120 \end_inset
25121
25122 A
25123 \begin_inset ERT
25124 status collapsed
25125
25126 \begin_layout Plain Layout
25127
25128
25129 \backslash
25130 spce 
25131 \end_layout
25132
25133 \end_inset
25134
25135 x=B
25136 \end_layout
25137
25138 \end_inset
25139 </cell>
25140 <cell alignment="center" valignment="top" usebox="none">
25141 \begin_inset Text
25142
25143 \begin_layout Plain Layout
25144 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25145 \end_inset
25146
25147
25148 \end_layout
25149
25150 \end_inset
25151 </cell>
25152 </row>
25153 </lyxtabular>
25154
25155 \end_inset
25156
25157
25158 \end_layout
25159
25160 \begin_layout Standard
25161 In a displayed formula the limit is set below the formula, as usual:
25162 \begin_inset Formula \[
25163 \lim_{x\to A}x=B\]
25164
25165 \end_inset
25166
25167
25168 \end_layout
25169
25170 \begin_layout Subsection
25171 Modulo-Functions
25172 \begin_inset Index
25173 status collapsed
25174
25175 \begin_layout Plain Layout
25176 Functions ! modulo-
25177 \end_layout
25178
25179 \end_inset
25180
25181
25182 \end_layout
25183
25184 \begin_layout Standard
25185 The modulo-function is special, because it exists in four variants.
25186 \end_layout
25187
25188 \begin_layout Standard
25189 The variants in a displayed formula:
25190 \begin_inset Formula \begin{align*}
25191 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25192 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25193 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25194 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25195 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25196
25197 \end_inset
25198
25199
25200 \end_layout
25201
25202 \begin_layout Standard
25203 In an inline formula less space is set before the function names for all
25204  variants.
25205 \end_layout
25206
25207 \begin_layout Section
25208 Special Characters
25209 \begin_inset Index
25210 status collapsed
25211
25212 \begin_layout Plain Layout
25213 Special characters
25214 \end_layout
25215
25216 \end_inset
25217
25218
25219 \end_layout
25220
25221 \begin_layout Subsection
25222 Special Characters in Mathematical Text
25223 \end_layout
25224
25225 \begin_layout Standard
25226 The following commands can only be used in mathematical text or in TeX-mode:
25227 \end_layout
25228
25229 \begin_layout Standard
25230 \begin_inset space \hfill{}
25231 \end_inset
25232
25233
25234 \begin_inset Tabular
25235 <lyxtabular version="3" rows="8" columns="2">
25236 <features>
25237 <column alignment="block" valignment="top" width="0">
25238 <column alignment="block" valignment="top" width="0">
25239 <row>
25240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25241 \begin_inset Text
25242
25243 \begin_layout Plain Layout
25244 Command
25245 \end_layout
25246
25247 \end_inset
25248 </cell>
25249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25250 \begin_inset Text
25251
25252 \begin_layout Plain Layout
25253 Result
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 </row>
25259 <row>
25260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25261 \begin_inset Text
25262
25263 \begin_layout Plain Layout
25264
25265 \backslash
25266 oe
25267 \end_layout
25268
25269 \end_inset
25270 </cell>
25271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25272 \begin_inset Text
25273
25274 \begin_layout Plain Layout
25275 \begin_inset Formula $\textrm{œ}$
25276 \end_inset
25277
25278
25279 \end_layout
25280
25281 \end_inset
25282 </cell>
25283 </row>
25284 <row>
25285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25286 \begin_inset Text
25287
25288 \begin_layout Plain Layout
25289
25290 \backslash
25291 OE
25292 \end_layout
25293
25294 \end_inset
25295 </cell>
25296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25297 \begin_inset Text
25298
25299 \begin_layout Plain Layout
25300 \begin_inset Formula $\textrm{Œ}$
25301 \end_inset
25302
25303
25304 \end_layout
25305
25306 \end_inset
25307 </cell>
25308 </row>
25309 <row>
25310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25311 \begin_inset Text
25312
25313 \begin_layout Plain Layout
25314
25315 \backslash
25316 ae
25317 \end_layout
25318
25319 \end_inset
25320 </cell>
25321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25322 \begin_inset Text
25323
25324 \begin_layout Plain Layout
25325 \begin_inset Formula $\textrm{æ}$
25326 \end_inset
25327
25328
25329 \end_layout
25330
25331 \end_inset
25332 </cell>
25333 </row>
25334 <row>
25335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25336 \begin_inset Text
25337
25338 \begin_layout Plain Layout
25339
25340 \backslash
25341 AE
25342 \end_layout
25343
25344 \end_inset
25345 </cell>
25346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25347 \begin_inset Text
25348
25349 \begin_layout Plain Layout
25350 \begin_inset Formula $\textrm{Æ}$
25351 \end_inset
25352
25353
25354 \end_layout
25355
25356 \end_inset
25357 </cell>
25358 </row>
25359 <row>
25360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25361 \begin_inset Text
25362
25363 \begin_layout Plain Layout
25364
25365 \backslash
25366 aa
25367 \end_layout
25368
25369 \end_inset
25370 </cell>
25371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25372 \begin_inset Text
25373
25374 \begin_layout Plain Layout
25375 \begin_inset Formula $\textrm{\aa}$
25376 \end_inset
25377
25378
25379 \end_layout
25380
25381 \end_inset
25382 </cell>
25383 </row>
25384 <row>
25385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25386 \begin_inset Text
25387
25388 \begin_layout Plain Layout
25389
25390 \backslash
25391 AA
25392 \begin_inset Index
25393 status collapsed
25394
25395 \begin_layout Plain Layout
25396 \begin_inset ERT
25397 status collapsed
25398
25399 \begin_layout Plain Layout
25400
25401
25402 \backslash
25403 @
25404 \backslash
25405 textrm{
25406 \backslash
25407 AA}
25408 \end_layout
25409
25410 \end_inset
25411
25412
25413 \end_layout
25414
25415 \end_inset
25416
25417
25418 \end_layout
25419
25420 \end_inset
25421 </cell>
25422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25423 \begin_inset Text
25424
25425 \begin_layout Plain Layout
25426 \begin_inset Formula $\textrm{Å}$
25427 \end_inset
25428
25429
25430 \end_layout
25431
25432 \end_inset
25433 </cell>
25434 </row>
25435 <row>
25436 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25437 \begin_inset Text
25438
25439 \begin_layout Plain Layout
25440
25441 \backslash
25442 i
25443 \end_layout
25444
25445 \end_inset
25446 </cell>
25447 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25448 \begin_inset Text
25449
25450 \begin_layout Plain Layout
25451 \begin_inset Formula $\textrm{ı}$
25452 \end_inset
25453
25454
25455 \end_layout
25456
25457 \end_inset
25458 </cell>
25459 </row>
25460 </lyxtabular>
25461
25462 \end_inset
25463
25464
25465 \begin_inset space \hfill{}
25466 \end_inset
25467
25468
25469 \begin_inset Tabular
25470 <lyxtabular version="3" rows="8" columns="2">
25471 <features>
25472 <column alignment="block" valignment="top" width="0">
25473 <column alignment="center" valignment="top" width="0">
25474 <row>
25475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25476 \begin_inset Text
25477
25478 \begin_layout Plain Layout
25479 command
25480 \begin_inset Note Note
25481 status collapsed
25482
25483 \begin_layout Plain Layout
25484
25485 \series bold
25486
25487 \backslash
25488 hspace{0mm}
25489 \series default
25490  is used for separation, because otherwise the output will be ¡ and ¿ respective
25491 ly.
25492 \end_layout
25493
25494 \end_inset
25495
25496
25497 \end_layout
25498
25499 \end_inset
25500 </cell>
25501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25502 \begin_inset Text
25503
25504 \begin_layout Plain Layout
25505 Result
25506 \end_layout
25507
25508 \end_inset
25509 </cell>
25510 </row>
25511 <row>
25512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25513 \begin_inset Text
25514
25515 \begin_layout Plain Layout
25516
25517 \backslash
25518 o
25519 \end_layout
25520
25521 \end_inset
25522 </cell>
25523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25524 \begin_inset Text
25525
25526 \begin_layout Plain Layout
25527 \begin_inset Formula $\textrm{ø}$
25528 \end_inset
25529
25530
25531 \end_layout
25532
25533 \end_inset
25534 </cell>
25535 </row>
25536 <row>
25537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25538 \begin_inset Text
25539
25540 \begin_layout Plain Layout
25541
25542 \backslash
25543 O
25544 \end_layout
25545
25546 \end_inset
25547 </cell>
25548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25549 \begin_inset Text
25550
25551 \begin_layout Plain Layout
25552 \begin_inset Formula $\textrm{Ø}$
25553 \end_inset
25554
25555
25556 \end_layout
25557
25558 \end_inset
25559 </cell>
25560 </row>
25561 <row>
25562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25563 \begin_inset Text
25564
25565 \begin_layout Plain Layout
25566
25567 \backslash
25568 l
25569 \end_layout
25570
25571 \end_inset
25572 </cell>
25573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25574 \begin_inset Text
25575
25576 \begin_layout Plain Layout
25577 \begin_inset Formula $\textrm{ł}$
25578 \end_inset
25579
25580
25581 \end_layout
25582
25583 \end_inset
25584 </cell>
25585 </row>
25586 <row>
25587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25588 \begin_inset Text
25589
25590 \begin_layout Plain Layout
25591
25592 \backslash
25593 L
25594 \end_layout
25595
25596 \end_inset
25597 </cell>
25598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25599 \begin_inset Text
25600
25601 \begin_layout Plain Layout
25602 \begin_inset Formula $\textrm{Ł}$
25603 \end_inset
25604
25605
25606 \end_layout
25607
25608 \end_inset
25609 </cell>
25610 </row>
25611 <row>
25612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25613 \begin_inset Text
25614
25615 \begin_layout Plain Layout
25616 !
25617 \begin_inset space \hspace{}
25618 \length 0mm
25619 \end_inset
25620
25621 `
25622 \begin_inset ERT
25623 status collapsed
25624
25625 \begin_layout Plain Layout
25626
25627
25628 \backslash
25629 spce 
25630 \end_layout
25631
25632 \end_inset
25633
25634
25635 \end_layout
25636
25637 \end_inset
25638 </cell>
25639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25640 \begin_inset Text
25641
25642 \begin_layout Plain Layout
25643 \begin_inset Formula $\textrm{!`}$
25644 \end_inset
25645
25646
25647 \end_layout
25648
25649 \end_inset
25650 </cell>
25651 </row>
25652 <row>
25653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25654 \begin_inset Text
25655
25656 \begin_layout Plain Layout
25657 ?
25658 \begin_inset space \hspace{}
25659 \length 0mm
25660 \end_inset
25661
25662 `
25663 \begin_inset ERT
25664 status collapsed
25665
25666 \begin_layout Plain Layout
25667
25668
25669 \backslash
25670 spce 
25671 \end_layout
25672
25673 \end_inset
25674
25675
25676 \end_layout
25677
25678 \end_inset
25679 </cell>
25680 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25681 \begin_inset Text
25682
25683 \begin_layout Plain Layout
25684 \begin_inset Formula $\textrm{?`}$
25685 \end_inset
25686
25687
25688 \end_layout
25689
25690 \end_inset
25691 </cell>
25692 </row>
25693 <row>
25694 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25695 \begin_inset Text
25696
25697 \begin_layout Plain Layout
25698
25699 \backslash
25700 j
25701 \end_layout
25702
25703 \end_inset
25704 </cell>
25705 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25706 \begin_inset Text
25707
25708 \begin_layout Plain Layout
25709 \begin_inset Formula $\textrm{ȷ}$
25710 \end_inset
25711
25712
25713 \end_layout
25714
25715 \end_inset
25716 </cell>
25717 </row>
25718 </lyxtabular>
25719
25720 \end_inset
25721
25722
25723 \begin_inset space \hfill{}
25724 \end_inset
25725
25726
25727 \end_layout
25728
25729 \begin_layout Standard
25730 The characters 
25731 \begin_inset Formula $\textrm{\textrm{Å}}$
25732 \end_inset
25733
25734  and 
25735 \begin_inset Formula $\textrm{\textrm{Ø}}$
25736 \end_inset
25737
25738  can also be inserted via the math toolbar button 
25739 \begin_inset Graphics
25740         filename ../images/math/digamma.png
25741         scale 85
25742
25743 \end_inset
25744
25745 .
25746 \end_layout
25747
25748 \begin_layout Standard
25749 An exception are the commands 
25750 \series bold
25751 !
25752 \begin_inset space \hspace{}
25753 \length 0mm
25754 \end_inset
25755
25756 `
25757 \series default
25758  and 
25759 \series bold
25760 ?
25761 \begin_inset space \hspace{}
25762 \length 0mm
25763 \end_inset
25764
25765 `
25766 \series default
25767 , because they can be inserted in LyX directly to text.
25768 \end_layout
25769
25770 \begin_layout Subsection
25771 Accents in Text
25772 \begin_inset CommandInset label
25773 LatexCommand label
25774 name "sub:Accents-in-Text"
25775
25776 \end_inset
25777
25778
25779 \begin_inset Index
25780 status collapsed
25781
25782 \begin_layout Plain Layout
25783 Accents ! in text
25784 \end_layout
25785
25786 \end_inset
25787
25788
25789 \end_layout
25790
25791 \begin_layout Standard
25792 With the following commands all letters can be accented.
25793  The commands must be inserted in TeX-mode.
25794 \end_layout
25795
25796 \begin_layout Standard
25797 \begin_inset space \hfill{}
25798 \end_inset
25799
25800
25801 \begin_inset Tabular
25802 <lyxtabular version="3" rows="8" columns="2">
25803 <features>
25804 <column alignment="block" valignment="top" width="0">
25805 <column alignment="block" valignment="top" width="0">
25806 <row>
25807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25808 \begin_inset Text
25809
25810 \begin_layout Plain Layout
25811 Command
25812 \end_layout
25813
25814 \end_inset
25815 </cell>
25816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25817 \begin_inset Text
25818
25819 \begin_layout Plain Layout
25820 Result
25821 \end_layout
25822
25823 \end_inset
25824 </cell>
25825 </row>
25826 <row>
25827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25828 \begin_inset Text
25829
25830 \begin_layout Plain Layout
25831
25832 \backslash
25833
25834 \begin_inset Quotes grd
25835 \end_inset
25836
25837 e
25838 \end_layout
25839
25840 \end_inset
25841 </cell>
25842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25843 \begin_inset Text
25844
25845 \begin_layout Plain Layout
25846 \begin_inset ERT
25847 status collapsed
25848
25849 \begin_layout Plain Layout
25850
25851
25852 \backslash
25853 "e
25854 \end_layout
25855
25856 \end_inset
25857
25858
25859 \end_layout
25860
25861 \end_inset
25862 </cell>
25863 </row>
25864 <row>
25865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25866 \begin_inset Text
25867
25868 \begin_layout Plain Layout
25869
25870 \backslash
25871 `e
25872 \end_layout
25873
25874 \end_inset
25875 </cell>
25876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25877 \begin_inset Text
25878
25879 \begin_layout Plain Layout
25880 \begin_inset ERT
25881 status collapsed
25882
25883 \begin_layout Plain Layout
25884
25885
25886 \backslash
25887 `e
25888 \end_layout
25889
25890 \end_inset
25891
25892
25893 \end_layout
25894
25895 \end_inset
25896 </cell>
25897 </row>
25898 <row>
25899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25900 \begin_inset Text
25901
25902 \begin_layout Plain Layout
25903
25904 \backslash
25905 ^
25906 \begin_inset ERT
25907 status collapsed
25908
25909 \begin_layout Plain Layout
25910
25911
25912 \backslash
25913 spce 
25914 \end_layout
25915
25916 \end_inset
25917
25918 e
25919 \end_layout
25920
25921 \end_inset
25922 </cell>
25923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25924 \begin_inset Text
25925
25926 \begin_layout Plain Layout
25927 \begin_inset ERT
25928 status collapsed
25929
25930 \begin_layout Plain Layout
25931
25932
25933 \backslash
25934 ^e
25935 \end_layout
25936
25937 \end_inset
25938
25939
25940 \end_layout
25941
25942 \end_inset
25943 </cell>
25944 </row>
25945 <row>
25946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25947 \begin_inset Text
25948
25949 \begin_layout Plain Layout
25950
25951 \backslash
25952 =e
25953 \end_layout
25954
25955 \end_inset
25956 </cell>
25957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25958 \begin_inset Text
25959
25960 \begin_layout Plain Layout
25961 \begin_inset ERT
25962 status collapsed
25963
25964 \begin_layout Plain Layout
25965
25966
25967 \backslash
25968 =e
25969 \end_layout
25970
25971 \end_inset
25972
25973
25974 \end_layout
25975
25976 \end_inset
25977 </cell>
25978 </row>
25979 <row>
25980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25981 \begin_inset Text
25982
25983 \begin_layout Plain Layout
25984
25985 \backslash
25986 u
25987 \begin_inset ERT
25988 status collapsed
25989
25990 \begin_layout Plain Layout
25991
25992
25993 \backslash
25994 spce 
25995 \end_layout
25996
25997 \end_inset
25998
25999 e
26000 \end_layout
26001
26002 \end_inset
26003 </cell>
26004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26005 \begin_inset Text
26006
26007 \begin_layout Plain Layout
26008 \begin_inset ERT
26009 status collapsed
26010
26011 \begin_layout Plain Layout
26012
26013
26014 \backslash
26015 u e
26016 \end_layout
26017
26018 \end_inset
26019
26020
26021 \end_layout
26022
26023 \end_inset
26024 </cell>
26025 </row>
26026 <row>
26027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26028 \begin_inset Text
26029
26030 \begin_layout Plain Layout
26031
26032 \backslash
26033 b
26034 \begin_inset ERT
26035 status collapsed
26036
26037 \begin_layout Plain Layout
26038
26039
26040 \backslash
26041 spce 
26042 \end_layout
26043
26044 \end_inset
26045
26046 e
26047 \end_layout
26048
26049 \end_inset
26050 </cell>
26051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26052 \begin_inset Text
26053
26054 \begin_layout Plain Layout
26055 \begin_inset ERT
26056 status collapsed
26057
26058 \begin_layout Plain Layout
26059
26060
26061 \backslash
26062 b e
26063 \end_layout
26064
26065 \end_inset
26066
26067
26068 \end_layout
26069
26070 \end_inset
26071 </cell>
26072 </row>
26073 <row>
26074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26075 \begin_inset Text
26076
26077 \begin_layout Plain Layout
26078
26079 \backslash
26080 t
26081 \begin_inset ERT
26082 status collapsed
26083
26084 \begin_layout Plain Layout
26085
26086
26087 \backslash
26088 spce 
26089 \end_layout
26090
26091 \end_inset
26092
26093 ee
26094 \end_layout
26095
26096 \end_inset
26097 </cell>
26098 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26099 \begin_inset Text
26100
26101 \begin_layout Plain Layout
26102 \begin_inset ERT
26103 status collapsed
26104
26105 \begin_layout Plain Layout
26106
26107
26108 \backslash
26109 t ee
26110 \end_layout
26111
26112 \end_inset
26113
26114
26115 \end_layout
26116
26117 \end_inset
26118 </cell>
26119 </row>
26120 </lyxtabular>
26121
26122 \end_inset
26123
26124
26125 \begin_inset space \hfill{}
26126 \end_inset
26127
26128
26129 \begin_inset Tabular
26130 <lyxtabular version="3" rows="8" columns="2">
26131 <features>
26132 <column alignment="block" valignment="top" width="0">
26133 <column alignment="center" valignment="top" width="0">
26134 <row>
26135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26136 \begin_inset Text
26137
26138 \begin_layout Plain Layout
26139 Command
26140 \end_layout
26141
26142 \end_inset
26143 </cell>
26144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26145 \begin_inset Text
26146
26147 \begin_layout Plain Layout
26148 Result
26149 \end_layout
26150
26151 \end_inset
26152 </cell>
26153 </row>
26154 <row>
26155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26156 \begin_inset Text
26157
26158 \begin_layout Plain Layout
26159
26160 \backslash
26161 H
26162 \begin_inset ERT
26163 status collapsed
26164
26165 \begin_layout Plain Layout
26166
26167
26168 \backslash
26169 spce 
26170 \end_layout
26171
26172 \end_inset
26173
26174 e
26175 \end_layout
26176
26177 \end_inset
26178 </cell>
26179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26180 \begin_inset Text
26181
26182 \begin_layout Plain Layout
26183 \begin_inset ERT
26184 status collapsed
26185
26186 \begin_layout Plain Layout
26187
26188
26189 \backslash
26190 H e
26191 \end_layout
26192
26193 \end_inset
26194
26195
26196 \end_layout
26197
26198 \end_inset
26199 </cell>
26200 </row>
26201 <row>
26202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26203 \begin_inset Text
26204
26205 \begin_layout Plain Layout
26206
26207 \backslash
26208 'e
26209 \end_layout
26210
26211 \end_inset
26212 </cell>
26213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26214 \begin_inset Text
26215
26216 \begin_layout Plain Layout
26217 \begin_inset ERT
26218 status collapsed
26219
26220 \begin_layout Plain Layout
26221
26222
26223 \backslash
26224 'e
26225 \end_layout
26226
26227 \end_inset
26228
26229
26230 \end_layout
26231
26232 \end_inset
26233 </cell>
26234 </row>
26235 <row>
26236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26237 \begin_inset Text
26238
26239 \begin_layout Plain Layout
26240
26241 \backslash
26242 ~e
26243 \begin_inset Index
26244 status collapsed
26245
26246 \begin_layout Plain Layout
26247 Tilde
26248 \end_layout
26249
26250 \end_inset
26251
26252
26253 \end_layout
26254
26255 \end_inset
26256 </cell>
26257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26258 \begin_inset Text
26259
26260 \begin_layout Plain Layout
26261 \begin_inset ERT
26262 status collapsed
26263
26264 \begin_layout Plain Layout
26265
26266
26267 \backslash
26268 ~e
26269 \end_layout
26270
26271 \end_inset
26272
26273
26274 \end_layout
26275
26276 \end_inset
26277 </cell>
26278 </row>
26279 <row>
26280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26281 \begin_inset Text
26282
26283 \begin_layout Plain Layout
26284
26285 \backslash
26286 .e
26287 \end_layout
26288
26289 \end_inset
26290 </cell>
26291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26292 \begin_inset Text
26293
26294 \begin_layout Plain Layout
26295 \begin_inset ERT
26296 status collapsed
26297
26298 \begin_layout Plain Layout
26299
26300
26301 \backslash
26302 .e
26303 \end_layout
26304
26305 \end_inset
26306
26307
26308 \end_layout
26309
26310 \end_inset
26311 </cell>
26312 </row>
26313 <row>
26314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26315 \begin_inset Text
26316
26317 \begin_layout Plain Layout
26318
26319 \backslash
26320 v
26321 \begin_inset ERT
26322 status collapsed
26323
26324 \begin_layout Plain Layout
26325
26326
26327 \backslash
26328 spce 
26329 \end_layout
26330
26331 \end_inset
26332
26333 e
26334 \end_layout
26335
26336 \end_inset
26337 </cell>
26338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26339 \begin_inset Text
26340
26341 \begin_layout Plain Layout
26342 \begin_inset ERT
26343 status collapsed
26344
26345 \begin_layout Plain Layout
26346
26347
26348 \backslash
26349 v e
26350 \end_layout
26351
26352 \end_inset
26353
26354
26355 \end_layout
26356
26357 \end_inset
26358 </cell>
26359 </row>
26360 <row>
26361 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26362 \begin_inset Text
26363
26364 \begin_layout Plain Layout
26365
26366 \backslash
26367 d
26368 \begin_inset ERT
26369 status collapsed
26370
26371 \begin_layout Plain Layout
26372
26373
26374 \backslash
26375 spce 
26376 \end_layout
26377
26378 \end_inset
26379
26380 e
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26386 \begin_inset Text
26387
26388 \begin_layout Plain Layout
26389 \begin_inset ERT
26390 status collapsed
26391
26392 \begin_layout Plain Layout
26393
26394
26395 \backslash
26396 d e
26397 \end_layout
26398
26399 \end_inset
26400
26401
26402 \end_layout
26403
26404 \end_inset
26405 </cell>
26406 </row>
26407 <row>
26408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26409 \begin_inset Text
26410
26411 \begin_layout Plain Layout
26412
26413 \backslash
26414 c
26415 \begin_inset ERT
26416 status collapsed
26417
26418 \begin_layout Plain Layout
26419
26420
26421 \backslash
26422 spce 
26423 \end_layout
26424
26425 \end_inset
26426
26427 e
26428 \end_layout
26429
26430 \end_inset
26431 </cell>
26432 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26433 \begin_inset Text
26434
26435 \begin_layout Plain Layout
26436 \begin_inset ERT
26437 status collapsed
26438
26439 \begin_layout Plain Layout
26440
26441
26442 \backslash
26443 c e
26444 \end_layout
26445
26446 \end_inset
26447
26448
26449 \end_layout
26450
26451 \end_inset
26452 </cell>
26453 </row>
26454 </lyxtabular>
26455
26456 \end_inset
26457
26458
26459 \begin_inset space \hfill{}
26460 \end_inset
26461
26462
26463 \end_layout
26464
26465 \begin_layout Standard
26466 \begin_inset VSpace medskip
26467 \end_inset
26468
26469 With the command 
26470 \series bold
26471
26472 \backslash
26473 t
26474 \series default
26475  also two different characters can be accented.
26476  The command 
26477 \series bold
26478
26479 \backslash
26480 t
26481 \begin_inset ERT
26482 status collapsed
26483
26484 \begin_layout Plain Layout
26485
26486
26487 \backslash
26488 spce 
26489 \end_layout
26490
26491 \end_inset
26492
26493 sz
26494 \series default
26495  creates: 
26496 \begin_inset ERT
26497 status collapsed
26498
26499 \begin_layout Plain Layout
26500
26501
26502 \backslash
26503 t sz
26504 \end_layout
26505
26506 \end_inset
26507
26508
26509 \end_layout
26510
26511 \begin_layout Standard
26512 The accents 
26513 \series bold
26514 `
26515 \series default
26516  , 
26517 \series bold
26518 '
26519 \series default
26520  , and 
26521 \series bold
26522 ^
26523 \series default
26524  can in combination with vowels directly be inserted with the keyboard without
26525  using TeX-mode.
26526  The same applies for the tilde
26527 \begin_inset Foot
26528 status collapsed
26529
26530 \begin_layout Plain Layout
26531 This only applies for keyboards where the tilde is defined as accent.
26532 \end_layout
26533
26534 \end_inset
26535
26536  
26537 \series bold
26538 ~
26539 \series default
26540  in combination with 
26541 \emph on
26542 a
26543 \emph default
26544  , 
26545 \emph on
26546 n
26547 \emph default
26548  , or 
26549 \emph on
26550 o
26551 \emph default
26552 .
26553 \end_layout
26554
26555 \begin_layout Standard
26556 The commands 
26557 \series bold
26558
26559 \backslash
26560 b
26561 \series default
26562  , 
26563 \series bold
26564
26565 \backslash
26566 c
26567 \series default
26568  , 
26569 \series bold
26570
26571 \backslash
26572 d
26573 \series default
26574  , 
26575 \series bold
26576
26577 \backslash
26578 H
26579 \series default
26580  , 
26581 \series bold
26582
26583 \backslash
26584 t
26585 \series default
26586  , 
26587 \series bold
26588
26589 \backslash
26590 u
26591 \series default
26592  , 
26593 \series bold
26594
26595 \backslash
26596 v
26597 \series default
26598 , and accents inserted directly with the keyboard are also available in
26599  mathematical text.
26600  For the other accents there are special math commands to be used in formulas,
26601  see 
26602 \begin_inset CommandInset ref
26603 LatexCommand ref
26604 reference "sub:Accents-for-one"
26605
26606 \end_inset
26607
26608 .
26609 \end_layout
26610
26611 \begin_layout Standard
26612 \begin_inset VSpace bigskip
26613 \end_inset
26614
26615 Furthermore, with the command 
26616 \series bold
26617
26618 \backslash
26619 textcircled
26620 \series default
26621
26622 \begin_inset Index
26623 status collapsed
26624
26625 \begin_layout Plain Layout
26626 Commands ! T ! 
26627 \backslash
26628 textcircled
26629 \end_layout
26630
26631 \end_inset
26632
26633  all numbers and letters can be set into a circle, quasi accented with a
26634  circle, similar to the the copyright symbol.
26635 \end_layout
26636
26637 \begin_layout Standard
26638 \align center
26639 \begin_inset Tabular
26640 <lyxtabular version="3" rows="3" columns="2">
26641 <features>
26642 <column alignment="center" valignment="top" width="0">
26643 <column alignment="center" valignment="top" width="0">
26644 <row>
26645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26646 \begin_inset Text
26647
26648 \begin_layout Plain Layout
26649 Command
26650 \end_layout
26651
26652 \end_inset
26653 </cell>
26654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26655 \begin_inset Text
26656
26657 \begin_layout Plain Layout
26658 Result
26659 \begin_inset Note Note
26660 status collapsed
26661
26662 \begin_layout Plain Layout
26663
26664 \series bold
26665
26666 \backslash
26667 raisebox
26668 \series default
26669  is only used as spacer.
26670 \end_layout
26671
26672 \end_inset
26673
26674
26675 \end_layout
26676
26677 \end_inset
26678 </cell>
26679 </row>
26680 <row>
26681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26682 \begin_inset Text
26683
26684 \begin_layout Plain Layout
26685
26686 \backslash
26687 textcircled{w}
26688 \end_layout
26689
26690 \end_inset
26691 </cell>
26692 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26693 \begin_inset Text
26694
26695 \begin_layout Plain Layout
26696 \begin_inset ERT
26697 status collapsed
26698
26699 \begin_layout Plain Layout
26700
26701
26702 \backslash
26703 textcircled{w}
26704 \end_layout
26705
26706 \end_inset
26707
26708
26709 \end_layout
26710
26711 \end_inset
26712 </cell>
26713 </row>
26714 <row>
26715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26716 \begin_inset Text
26717
26718 \begin_layout Plain Layout
26719
26720 \backslash
26721 Large 
26722 \backslash
26723 textcircled{
26724 \backslash
26725 normalsize
26726 \backslash
26727 protect
26728 \backslash
26729 raisebox{-1.5pt}{W}}
26730 \end_layout
26731
26732 \end_inset
26733 </cell>
26734 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26735 \begin_inset Text
26736
26737 \begin_layout Plain Layout
26738 \begin_inset Formula $\raisebox{4.5mm}{}$
26739 \end_inset
26740
26741
26742 \begin_inset ERT
26743 status collapsed
26744
26745 \begin_layout Plain Layout
26746
26747
26748 \backslash
26749 Large 
26750 \backslash
26751 textcircled{
26752 \backslash
26753 normalsize
26754 \backslash
26755 protect
26756 \backslash
26757 raisebox{-1.5pt}W}
26758 \end_layout
26759
26760 \end_inset
26761
26762
26763 \begin_inset Formula $\raisebox{-2mm}{}$
26764 \end_inset
26765
26766
26767 \end_layout
26768
26769 \end_inset
26770 </cell>
26771 </row>
26772 </lyxtabular>
26773
26774 \end_inset
26775
26776
26777 \end_layout
26778
26779 \begin_layout Standard
26780 One has to take care that the character fits in the circle.
26781  
26782 \series bold
26783
26784 \backslash
26785 Large
26786 \series default
26787
26788 \begin_inset Foot
26789 status collapsed
26790
26791 \begin_layout Plain Layout
26792 see 
26793 \begin_inset CommandInset ref
26794 LatexCommand ref
26795 reference "sub:Font-Sizes"
26796
26797 \end_inset
26798
26799
26800 \end_layout
26801
26802 \end_inset
26803
26804  specifies thereby the size of the circle.
26805  With the help of 
26806 \series bold
26807
26808 \backslash
26809 raisebox
26810 \series default
26811
26812 \begin_inset Foot
26813 status collapsed
26814
26815 \begin_layout Plain Layout
26816 see 
26817 \begin_inset CommandInset ref
26818 LatexCommand ref
26819 reference "sub:Boxes-without-Frame"
26820
26821 \end_inset
26822
26823
26824 \end_layout
26825
26826 \end_inset
26827
26828  the character can be centered.
26829 \end_layout
26830
26831 \begin_layout Subsection
26832 Minuscule Numbers
26833 \begin_inset Index
26834 status collapsed
26835
26836 \begin_layout Plain Layout
26837 Minuscule numbers
26838 \end_layout
26839
26840 \end_inset
26841
26842
26843 \end_layout
26844
26845 \begin_layout Standard
26846 Minuscule numbers are created with the command 
26847 \series bold
26848
26849 \backslash
26850 oldstylenums
26851 \series default
26852
26853 \begin_inset Index
26854 status collapsed
26855
26856 \begin_layout Plain Layout
26857 Commands ! O ! 
26858 \backslash
26859 oldstylenums
26860 \end_layout
26861
26862 \end_inset
26863
26864 .
26865  The command can be used in formulas and in TeX-mode.
26866  The command scheme is:
26867 \end_layout
26868
26869 \begin_layout Standard
26870
26871 \series bold
26872
26873 \backslash
26874 oldstylenums{number}
26875 \end_layout
26876
26877 \begin_layout Standard
26878 The command 
26879 \series bold
26880
26881 \backslash
26882 oldstylenums{0123456789
26883 \series default
26884  produces: 
26885 \begin_inset Formula $\oldstylenums{0123456789}$
26886 \end_inset
26887
26888
26889 \end_layout
26890
26891 \begin_layout Subsection
26892 Miscellaneous special Characters
26893 \begin_inset CommandInset label
26894 LatexCommand label
26895 name "sub:Miscellaneous-special-Characters"
26896
26897 \end_inset
26898
26899
26900 \begin_inset Index
26901 status collapsed
26902
26903 \begin_layout Plain Layout
26904 Special characters ! miscellaneous
26905 \end_layout
26906
26907 \end_inset
26908
26909
26910 \end_layout
26911
26912 \begin_layout Standard
26913 The following characters can only be inserted to formulas by using commands:
26914 \end_layout
26915
26916 \begin_layout Standard
26917 \align center
26918 \begin_inset Tabular
26919 <lyxtabular version="3" rows="4" columns="2">
26920 <features>
26921 <column alignment="center" valignment="top" width="0">
26922 <column alignment="center" valignment="top" width="0">
26923 <row>
26924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26925 \begin_inset Text
26926
26927 \begin_layout Plain Layout
26928 Command
26929 \end_layout
26930
26931 \end_inset
26932 </cell>
26933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26934 \begin_inset Text
26935
26936 \begin_layout Plain Layout
26937 Result
26938 \end_layout
26939
26940 \end_inset
26941 </cell>
26942 </row>
26943 <row>
26944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26945 \begin_inset Text
26946
26947 \begin_layout Plain Layout
26948
26949 \backslash
26950 ^
26951 \begin_inset ERT
26952 status collapsed
26953
26954 \begin_layout Plain Layout
26955
26956
26957 \backslash
26958 spce 
26959 \end_layout
26960
26961 \end_inset
26962
26963
26964 \end_layout
26965
26966 \end_inset
26967 </cell>
26968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26969 \begin_inset Text
26970
26971 \begin_layout Plain Layout
26972 \begin_inset Formula $\mathcircumflex$
26973 \end_inset
26974
26975
26976 \end_layout
26977
26978 \end_inset
26979 </cell>
26980 </row>
26981 <row>
26982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26983 \begin_inset Text
26984
26985 \begin_layout Plain Layout
26986
26987 \backslash
26988 _
26989 \end_layout
26990
26991 \end_inset
26992 </cell>
26993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26994 \begin_inset Text
26995
26996 \begin_layout Plain Layout
26997 \begin_inset Formula $\_$
26998 \end_inset
26999
27000
27001 \end_layout
27002
27003 \end_inset
27004 </cell>
27005 </row>
27006 <row>
27007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27008 \begin_inset Text
27009
27010 \begin_layout Plain Layout
27011 ^
27012 \begin_inset ERT
27013 status collapsed
27014
27015 \begin_layout Plain Layout
27016
27017
27018 \backslash
27019 spce 
27020 \end_layout
27021
27022 \end_inset
27023
27024
27025 \backslash
27026 circ
27027 \begin_inset Index
27028 status collapsed
27029
27030 \begin_layout Plain Layout
27031 °
27032 \end_layout
27033
27034 \end_inset
27035
27036
27037 \end_layout
27038
27039 \end_inset
27040 </cell>
27041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27042 \begin_inset Text
27043
27044 \begin_layout Plain Layout
27045 \begin_inset Formula $^{\circ}$
27046 \end_inset
27047
27048
27049 \end_layout
27050
27051 \end_inset
27052 </cell>
27053 </row>
27054 </lyxtabular>
27055
27056 \end_inset
27057
27058
27059 \end_layout
27060
27061 \begin_layout Standard
27062 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27063  contains the following line
27064 \begin_inset Foot
27065 status collapsed
27066
27067 \begin_layout Plain Layout
27068 More about this is described in 
27069 \begin_inset CommandInset ref
27070 LatexCommand ref
27071 reference "sub:Text-Characters-in"
27072
27073 \end_inset
27074
27075 .
27076 \end_layout
27077
27078 \end_inset
27079
27080 :
27081 \end_layout
27082
27083 \begin_layout Standard
27084
27085 \series bold
27086
27087 \backslash
27088 DeclareInputtext{176}{
27089 \backslash
27090 ifmmode^
27091 \backslash
27092 circ
27093 \backslash
27094 else
27095 \backslash
27096 textdegree
27097 \backslash
27098 fi}
27099 \end_layout
27100
27101 \begin_layout Section
27102 Formula Styles
27103 \begin_inset CommandInset label
27104 LatexCommand label
27105 name "sec:Formula-Styles"
27106
27107 \end_inset
27108
27109
27110 \begin_inset Index
27111 status collapsed
27112
27113 \begin_layout Plain Layout
27114 Formula ! styles
27115 \end_layout
27116
27117 \end_inset
27118
27119
27120 \end_layout
27121
27122 \begin_layout Itemize
27123 There are two different alignment styles:
27124 \end_layout
27125
27126 \begin_deeper
27127 \begin_layout Description
27128 Centered is the predefined standard
27129 \end_layout
27130
27131 \begin_layout Description
27132 Indented for this the option 
27133 \series bold
27134 fleqn
27135 \series default
27136  must be inserted in the menu 
27137 \family sans
27138 Document\SpecialChar \menuseparator
27139 Settings
27140 \family default
27141  under 
27142 \family sans
27143 Document
27144 \begin_inset space ~
27145 \end_inset
27146
27147 Class
27148 \end_layout
27149
27150 \begin_layout Standard
27151 When 
27152 \series bold
27153 Indented
27154 \series default
27155  is used, the indentation can be adjusted with the length 
27156 \series bold
27157
27158 \backslash
27159 mathindent
27160 \series default
27161
27162 \begin_inset Index
27163 status collapsed
27164
27165 \begin_layout Plain Layout
27166 Commands ! M ! 
27167 \backslash
27168 mathindent
27169 \end_layout
27170
27171 \end_inset
27172
27173 .
27174  Should the distance be 15
27175 \begin_inset space \thinspace{}
27176 \end_inset
27177
27178 mm, the following command line is inserted in the LaTeX-preamble
27179 \end_layout
27180
27181 \begin_layout Standard
27182
27183 \series bold
27184
27185 \backslash
27186 setlength{
27187 \backslash
27188 mathindent}{15mm}
27189 \end_layout
27190
27191 \begin_layout Standard
27192 When no length is specified, the predefined value of 30
27193 \begin_inset space \thinspace{}
27194 \end_inset
27195
27196 pt will be used.
27197 \end_layout
27198
27199 \end_deeper
27200 \begin_layout Itemize
27201 And two different numbering styles:
27202 \end_layout
27203
27204 \begin_deeper
27205 \begin_layout Description
27206 Right is the predefined standard
27207 \end_layout
27208
27209 \begin_layout Description
27210 Left for this the option 
27211 \series bold
27212 leqno
27213 \series default
27214  must be inserted in the menu 
27215 \family sans
27216 Document\SpecialChar \menuseparator
27217 Settings
27218 \family default
27219  under 
27220 \family sans
27221 Document
27222 \begin_inset space ~
27223 \end_inset
27224
27225 Class
27226 \end_layout
27227
27228 \end_deeper
27229 \begin_layout Standard
27230
27231 \series bold
27232 fleqn
27233 \series default
27234  and 
27235 \series bold
27236 leqno
27237 \series default
27238  can also be used together.
27239  In this case both options are inserted, separated by a comma.
27240 \end_layout
27241
27242 \begin_layout Standard
27243 The chosen styles are used for all displayed formulas of the document.
27244  When both, centered and indented formulas should be created in a document,
27245  the style 
27246 \series bold
27247 Centered
27248 \series default
27249  is used.
27250  The indented formulas are then set in a flalign environment, see 
27251 \begin_inset CommandInset ref
27252 LatexCommand ref
27253 reference "sub:Flalign-Environment"
27254
27255 \end_inset
27256
27257 .
27258 \end_layout
27259
27260 \begin_layout Section
27261 Multiline Formulas
27262 \begin_inset CommandInset label
27263 LatexCommand label
27264 name "sec:Multiline-Formulas"
27265
27266 \end_inset
27267
27268
27269 \begin_inset Index
27270 status collapsed
27271
27272 \begin_layout Plain Layout
27273 Formula ! multiline
27274 \end_layout
27275
27276 \end_inset
27277
27278
27279 \end_layout
27280
27281 \begin_layout Subsection
27282 General
27283 \end_layout
27284
27285 \begin_layout Standard
27286 In LyX multiline formulas are created by pressing 
27287 \family sans
27288 \series bold
27289 Ctrl-Return
27290 \family default
27291 \series default
27292  inside a formula.
27293  This creates either an 
27294 \series bold
27295 eqnarray environment
27296 \series default
27297  that is described in 
27298 \begin_inset CommandInset ref
27299 LatexCommand ref
27300 reference "sub:Eqnarray-Environment"
27301
27302 \end_inset
27303
27304  or, when the option 
27305 \family sans
27306 Use AMS math package
27307 \family default
27308  in the document settings is selected, an 
27309 \series bold
27310 align environment
27311 \series default
27312  that is described in 
27313 \begin_inset CommandInset ref
27314 LatexCommand ref
27315 reference "sub:Standard-align-Environment"
27316
27317 \end_inset
27318
27319 .
27320 \end_layout
27321
27322 \begin_layout Standard
27323 There are other multiline formula environments that can be created via the
27324  menu 
27325 \family sans
27326 Insert\SpecialChar \menuseparator
27327 Math
27328 \family default
27329 .
27330  These environments are described in the following sections.
27331 \end_layout
27332
27333 \begin_layout Standard
27334 In all multiline formula environments a new line is created by pressing
27335  
27336 \family sans
27337 Ctrl-Return
27338 \family default
27339 .
27340  To add or delete lines, the math toolbar buttons 
27341 \begin_inset Graphics
27342         filename ../images/tabular-feature_append-row.png
27343         scale 85
27344
27345 \end_inset
27346
27347  or 
27348 \begin_inset Graphics
27349         filename ../images/tabular-feature_delete-row.png
27350         scale 85
27351
27352 \end_inset
27353
27354 , respectively, or the menu 
27355 \family sans
27356 Edit\SpecialChar \menuseparator
27357 Rows & Columns
27358 \family default
27359  can be used.
27360 \end_layout
27361
27362 \begin_layout Subsubsection
27363 Line Separation
27364 \begin_inset CommandInset label
27365 LatexCommand label
27366 name "sub:Line-Separation"
27367
27368 \end_inset
27369
27370
27371 \begin_inset Index
27372 status collapsed
27373
27374 \begin_layout Plain Layout
27375 Formula ! multiline ! Line separation
27376 \end_layout
27377
27378 \end_inset
27379
27380
27381 \end_layout
27382
27383 \begin_layout Standard
27384 There is sometimes not enough space in multiline formulas between the lines:
27385 \begin_inset Formula \begin{eqnarray*}
27386 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}\\
27387 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*}
27388
27389 \end_inset
27390
27391
27392 \end_layout
27393
27394 \begin_layout Standard
27395 In LaTeX additional line space is specified as optional argument of the
27396  new line command.
27397  This is not yet possible in LyX
27398 \begin_inset Foot
27399 status collapsed
27400
27401 \begin_layout Plain Layout
27402 see 
27403 \begin_inset CommandInset href
27404 LatexCommand href
27405 name "LyX-bug #1505"
27406 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27407
27408 \end_inset
27409
27410
27411 \end_layout
27412
27413 \end_inset
27414
27415 , therefore the whole formula must be inserted in TeX-mode.
27416  To add in our example space, the command 
27417 \series bold
27418
27419 \backslash
27420
27421 \backslash
27422 [3mm]
27423 \series default
27424  is inserted at the end of the first line.
27425  One gets: 
27426 \begin_inset ERT
27427 status collapsed
27428
27429 \begin_layout Plain Layout
27430
27431
27432 \backslash
27433 begin{eqnarray*}
27434 \end_layout
27435
27436 \begin_layout Plain Layout
27437
27438 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27439  = & 
27440 \backslash
27441 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27442 \backslash
27443
27444 \backslash
27445 [3mm]
27446 \end_layout
27447
27448 \begin_layout Plain Layout
27449
27450 4x^{2}
27451 \backslash
27452 left(B^{2}+x_{0}^{2}
27453 \backslash
27454 right)+4x_{0}x
27455 \backslash
27456 left(D-B^{2}
27457 \backslash
27458 right)+B^{2}
27459 \backslash
27460 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27461 \backslash
27462 right) & = & 0
27463 \end_layout
27464
27465 \begin_layout Plain Layout
27466
27467
27468 \backslash
27469 end{eqnarray*}
27470 \end_layout
27471
27472 \end_inset
27473
27474
27475 \end_layout
27476
27477 \begin_layout Standard
27478 \begin_inset VSpace bigskip
27479 \end_inset
27480
27481 To set the the line separation for all lines in a formula, the length 
27482 \series bold
27483
27484 \backslash
27485 jot
27486 \series default
27487
27488 \begin_inset Index
27489 status collapsed
27490
27491 \begin_layout Plain Layout
27492 Commands ! J ! 
27493 \backslash
27494 jot
27495 \end_layout
27496
27497 \end_inset
27498
27499  is changed.
27500  The definition is: 
27501 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
27502 \end_inset
27503
27504 .
27505  Predefined for 
27506 \series bold
27507
27508 \backslash
27509 jot
27510 \series default
27511  is the value 3
27512 \begin_inset space \thinspace{}
27513 \end_inset
27514
27515 pt.
27516  To create 3
27517 \begin_inset space \thinspace{}
27518 \end_inset
27519
27520 mm additional line separation as in the previous example, the command
27521 \end_layout
27522
27523 \begin_layout Standard
27524
27525 \series bold
27526
27527 \backslash
27528 setlength{
27529 \backslash
27530 jot}{3mm+3pt}
27531 \end_layout
27532
27533 \begin_layout Standard
27534 is inserted in TeX-mode before the formula.
27535  This requires that the LaTeX-package 
27536 \series bold
27537 calc
27538 \series default
27539
27540 \begin_inset Foot
27541 status collapsed
27542
27543 \begin_layout Plain Layout
27544
27545 \series bold
27546 calc
27547 \series default
27548  is part of every LaTeX standard installation.
27549 \end_layout
27550
27551 \end_inset
27552
27553
27554 \begin_inset Index
27555 status collapsed
27556
27557 \begin_layout Plain Layout
27558 Packages ! calc
27559 \end_layout
27560
27561 \end_inset
27562
27563  was loaded in LaTeX-preamble with the line
27564 \end_layout
27565
27566 \begin_layout Standard
27567
27568 \series bold
27569
27570 \backslash
27571 usepackage{calc}
27572 \end_layout
27573
27574 \begin_layout Standard
27575 One gets: 
27576 \begin_inset ERT
27577 status collapsed
27578
27579 \begin_layout Plain Layout
27580
27581
27582 \backslash
27583 setlength{
27584 \backslash
27585 jot}{3mm+3pt}
27586 \end_layout
27587
27588 \end_inset
27589
27590
27591 \begin_inset Formula \begin{eqnarray*}
27592 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}\\
27593 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*}
27594
27595 \end_inset
27596
27597
27598 \end_layout
27599
27600 \begin_layout Standard
27601 \begin_inset ERT
27602 status collapsed
27603
27604 \begin_layout Plain Layout
27605
27606
27607 \backslash
27608 setlength{
27609 \backslash
27610 jot}{3pt}
27611 \end_layout
27612
27613 \end_inset
27614
27615  To get back to the predefined distance, 
27616 \series bold
27617
27618 \backslash
27619 jot
27620 \series default
27621  is set to the value 3
27622 \begin_inset space \thinspace{}
27623 \end_inset
27624
27625 pt.
27626 \end_layout
27627
27628 \begin_layout Subsubsection
27629 Column Separation
27630 \begin_inset CommandInset label
27631 LatexCommand label
27632 name "sub:Column-Separation"
27633
27634 \end_inset
27635
27636
27637 \begin_inset Index
27638 status collapsed
27639
27640 \begin_layout Plain Layout
27641 Formula ! multiline ! Column separation
27642 \end_layout
27643
27644 \end_inset
27645
27646
27647 \end_layout
27648
27649 \begin_layout Standard
27650 Multiline formulas form a matrix.
27651  A formula in the eqnarray environment is for example a matrix with three
27652  columns.
27653  By changing the column separation in this environment, the space beside
27654  the relation sign can be changed.
27655 \end_layout
27656
27657 \begin_layout Standard
27658 The column separation is specified with the length 
27659 \series bold
27660
27661 \backslash
27662 arraycolsep
27663 \series default
27664
27665 \begin_inset Index
27666 status collapsed
27667
27668 \begin_layout Plain Layout
27669 Commands ! A ! 
27670 \backslash
27671 arraycolsep
27672 \end_layout
27673
27674 \end_inset
27675
27676  according to:
27677 \begin_inset Newline newline
27678 \end_inset
27679
27680 column separation = 2
27681 \begin_inset space \thinspace{}
27682 \end_inset
27683
27684
27685 \series bold
27686
27687 \backslash
27688 arraycolsep
27689 \series default
27690
27691 \begin_inset Newline newline
27692 \end_inset
27693
27694 Thus, the command
27695 \end_layout
27696
27697 \begin_layout Standard
27698
27699 \series bold
27700
27701 \backslash
27702 setlength{
27703 \backslash
27704 arraycolsep}{1cm}
27705 \end_layout
27706
27707 \begin_layout Standard
27708 inserted in TeX-mode, sets for all following formulas a column separation
27709  of 2
27710 \begin_inset space \thinspace{}
27711 \end_inset
27712
27713 cm.
27714  To get back to the predefined distance, 
27715 \series bold
27716
27717 \backslash
27718 arraycolsep
27719 \series default
27720  is set to 5
27721 \begin_inset space \thinspace{}
27722 \end_inset
27723
27724 pt.
27725 \end_layout
27726
27727 \begin_layout Standard
27728 A formula with 2
27729 \begin_inset space \thinspace{}
27730 \end_inset
27731
27732 cm column separation:
27733 \begin_inset ERT
27734 status collapsed
27735
27736 \begin_layout Plain Layout
27737
27738
27739 \backslash
27740 setlength{
27741 \backslash
27742 arraycolsep}{1cm}
27743 \end_layout
27744
27745 \end_inset
27746
27747
27748 \begin_inset Formula \begin{eqnarray*}
27749 A & = & B\\
27750 C & \ne & A\end{eqnarray*}
27751
27752 \end_inset
27753
27754 A formula with the predefined column separation for matrices of 10
27755 \begin_inset space \thinspace{}
27756 \end_inset
27757
27758 pt:
27759 \begin_inset ERT
27760 status collapsed
27761
27762 \begin_layout Plain Layout
27763
27764
27765 \backslash
27766 setlength{
27767 \backslash
27768 arraycolsep}{5pt}
27769 \end_layout
27770
27771 \end_inset
27772
27773
27774 \begin_inset Formula \begin{eqnarray*}
27775 A & = & B\\
27776 C & \ne & A\end{eqnarray*}
27777
27778 \end_inset
27779
27780
27781 \end_layout
27782
27783 \begin_layout Subsubsection
27784 Long Formulas
27785 \begin_inset Index
27786 status collapsed
27787
27788 \begin_layout Plain Layout
27789 Formula ! long
27790 \end_layout
27791
27792 \end_inset
27793
27794
27795 \end_layout
27796
27797 \begin_layout Standard
27798 Long formulas can be typeset using these methods:
27799 \end_layout
27800
27801 \begin_layout Itemize
27802 When one side of the equation is much shorther than the line width, this
27803  one is chosen for the left side and the right side is typeset over two
27804  lines:
27805 \begin_inset ERT
27806 status collapsed
27807
27808 \begin_layout Plain Layout
27809
27810
27811 \backslash
27812 medskip
27813 \end_layout
27814
27815 \end_inset
27816
27817  
27818 \begin_inset Formula \begin{eqnarray}
27819 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 \\
27820  &  & -\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}
27821
27822 \end_inset
27823
27824
27825 \begin_inset ERT
27826 status collapsed
27827
27828 \begin_layout Plain Layout
27829
27830
27831 \backslash
27832 smallskip
27833 \end_layout
27834
27835 \end_inset
27836
27837
27838 \begin_inset Newline newline
27839 \end_inset
27840
27841 The minus sign at the beginning of the second line does normally not appear
27842  as operator because it is the first character of the line.
27843  Thus it would not be surrounded by space and could not be distinguished
27844  from the fraction bar.
27845  To avoid this, space was inserted behind the minus sign with the command
27846  
27847 \series bold
27848
27849 \backslash
27850 hspace{3pt}
27851 \series default
27852
27853 \begin_inset Foot
27854 status collapsed
27855
27856 \begin_layout Plain Layout
27857 more about 
27858 \series bold
27859
27860 \backslash
27861 hspace
27862 \series default
27863  see 
27864 \begin_inset CommandInset ref
27865 LatexCommand ref
27866 reference "sub:Variable-Space"
27867
27868 \end_inset
27869
27870
27871 \end_layout
27872
27873 \end_inset
27874
27875
27876 \begin_inset Index
27877 status collapsed
27878
27879 \begin_layout Plain Layout
27880 Commands ! H ! 
27881 \backslash
27882 hspace
27883 \end_layout
27884
27885 \end_inset
27886
27887 .
27888 \end_layout
27889
27890 \begin_layout Itemize
27891 When both sides of the equation are too long, the command 
27892 \series bold
27893
27894 \backslash
27895 lefteqn
27896 \series default
27897
27898 \begin_inset Index
27899 status collapsed
27900
27901 \begin_layout Plain Layout
27902 Commands ! L ! 
27903 \backslash
27904 lefteqn
27905 \end_layout
27906
27907 \end_inset
27908
27909  is used.
27910  It is inserted to the first column of the first line and effects that all
27911  further insertions overwrite the following columns:
27912 \begin_inset ERT
27913 status collapsed
27914
27915 \begin_layout Plain Layout
27916
27917
27918 \backslash
27919 medskip
27920 \end_layout
27921
27922 \end_inset
27923
27924
27925 \begin_inset Formula \begin{eqnarray}
27926 \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 \\
27927  &  & -\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 \\
27928  &  & =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}
27929
27930 \end_inset
27931
27932
27933 \begin_inset ERT
27934 status collapsed
27935
27936 \begin_layout Plain Layout
27937
27938
27939 \backslash
27940 smallskip
27941 \end_layout
27942
27943 \end_inset
27944
27945
27946 \begin_inset Newline newline
27947 \end_inset
27948
27949 After the insertion of 
27950 \series bold
27951
27952 \backslash
27953 lefteqn
27954 \series default
27955 , the cursor is in a purple box that is a bit shifted to the left from the
27956  blue one.
27957  In this the formula is inserted.
27958 \begin_inset ERT
27959 status collapsed
27960
27961 \begin_layout Plain Layout
27962
27963
27964 \backslash
27965 medskip
27966 \end_layout
27967
27968 \end_inset
27969
27970
27971 \begin_inset Newline newline
27972 \end_inset
27973
27974 The content of the further lines is inserted to the second or another formula
27975  column.
27976  The greater the column number where it was inserted, the larger the indentation.
27977 \begin_inset ERT
27978 status collapsed
27979
27980 \begin_layout Plain Layout
27981
27982
27983 \backslash
27984 medskip
27985 \end_layout
27986
27987 \end_inset
27988
27989
27990 \begin_inset Newline newline
27991 \end_inset
27992
27993
27994 \begin_inset Note Greyedout
27995 status open
27996
27997 \begin_layout Plain Layout
27998 Note the following when using 
27999 \series bold
28000
28001 \backslash
28002 lefteqn
28003 \series default
28004 :
28005 \end_layout
28006
28007 \begin_layout Itemize
28008 The formula doesn't use the full page width.
28009  When e.
28010 \begin_inset space \thinspace{}
28011 \end_inset
28012
28013 g.
28014 \begin_inset space ~
28015 \end_inset
28016
28017 the term 
28018 \begin_inset Formula $-B^{2}$
28019 \end_inset
28020
28021  is added to the first line in the above example, it would have been outside
28022  the page margin.
28023  To better use the width, negative space can be inserted at the beginning
28024  of the first line.
28025 \end_layout
28026
28027 \begin_layout Itemize
28028 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28029  line.
28030 \begin_inset Foot
28031 status collapsed
28032
28033 \begin_layout Plain Layout
28034 \begin_inset CommandInset href
28035 LatexCommand href
28036 name "LyX-bug #1429"
28037 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28038
28039 \end_inset
28040
28041
28042 \end_layout
28043
28044 \end_inset
28045
28046  One can only set the cursor at the beginning of the line and move it with
28047  the arrow keys.
28048 \end_layout
28049
28050 \end_inset
28051
28052
28053 \end_layout
28054
28055 \begin_layout Itemize
28056 Other methods to set long formulas are offered by the environments described
28057  in 
28058 \begin_inset CommandInset ref
28059 LatexCommand ref
28060 reference "sub:Multline-Environment"
28061
28062 \end_inset
28063
28064  and 
28065 \begin_inset CommandInset ref
28066 LatexCommand ref
28067 reference "sub:Multiline-Formula-Parts"
28068
28069 \end_inset
28070
28071 .
28072 \end_layout
28073
28074 \begin_layout Subsubsection
28075 Multiline Brackets
28076 \begin_inset CommandInset label
28077 LatexCommand label
28078 name "sub:Multiline-Brackets"
28079
28080 \end_inset
28081
28082
28083 \begin_inset Index
28084 status collapsed
28085
28086 \begin_layout Plain Layout
28087 Brackets ! for multiline expressions
28088 \end_layout
28089
28090 \end_inset
28091
28092
28093 \end_layout
28094
28095 \begin_layout Standard
28096 For brackets spanning multiple lines the following problem occurs:
28097 \begin_inset Formula \begin{eqnarray*}
28098 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28099  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28100
28101 \end_inset
28102
28103
28104 \end_layout
28105
28106 \begin_layout Standard
28107 The closing bracket is smaller than the opening bracket because brackets
28108  with variable size may not span multiple lines.
28109 \end_layout
28110
28111 \begin_layout Standard
28112 To set the bracket size for the second line correctly, the first line is
28113  ended with 
28114 \series bold
28115
28116 \backslash
28117 right.
28118 \series default
28119
28120 \begin_inset Index
28121 status collapsed
28122
28123 \begin_layout Plain Layout
28124 Commands ! R ! 
28125 \backslash
28126 right
28127 \end_layout
28128
28129 \end_inset
28130
28131  and the second line with 
28132 \series bold
28133
28134 \backslash
28135 left.
28136 \begin_inset Foot
28137 status collapsed
28138
28139 \begin_layout Plain Layout
28140 for more about 
28141 \series bold
28142
28143 \backslash
28144 left
28145 \series default
28146  and 
28147 \series bold
28148
28149 \backslash
28150 right
28151 \series default
28152  see 
28153 \begin_inset CommandInset ref
28154 LatexCommand ref
28155 reference "sub:Automatic-Bracket-Size"
28156
28157 \end_inset
28158
28159
28160 \end_layout
28161
28162 \end_inset
28163
28164
28165 \series default
28166
28167 \begin_inset Index
28168 status collapsed
28169
28170 \begin_layout Plain Layout
28171 Commands ! L ! 
28172 \backslash
28173 left
28174 \end_layout
28175
28176 \end_inset
28177
28178 .
28179  After 
28180 \series bold
28181
28182 \backslash
28183 left.
28184
28185 \series default
28186  the command 
28187 \series bold
28188
28189 \backslash
28190 vphantom
28191 \series default
28192
28193 \begin_inset ERT
28194 status collapsed
28195
28196 \begin_layout Plain Layout
28197
28198
28199 \backslash
28200 spce 
28201 \end_layout
28202
28203 \end_inset
28204
28205
28206 \series bold
28207
28208 \backslash
28209 prod
28210 \series default
28211 ^
28212 \begin_inset ERT
28213 status collapsed
28214
28215 \begin_layout Plain Layout
28216
28217
28218 \backslash
28219 spce 
28220 \end_layout
28221
28222 \end_inset
28223
28224
28225 \series bold
28226
28227 \backslash
28228 infty
28229 \series default
28230
28231 \begin_inset ERT
28232 status collapsed
28233
28234 \begin_layout Plain Layout
28235
28236
28237 \backslash
28238 spce 
28239 \end_layout
28240
28241 \end_inset
28242
28243
28244 \series bold
28245
28246 \begin_inset Formula $\downarrow$
28247 \end_inset
28248
28249 _R=1}
28250 \series default
28251
28252 \begin_inset Index
28253 status collapsed
28254
28255 \begin_layout Plain Layout
28256 Commands ! V ! 
28257 \backslash
28258 vphantom
28259 \end_layout
28260
28261 \end_inset
28262
28263  is inserted, because the multiplication operator with its limits is the
28264  largest symbol in the first line and this should be the size for the bracket
28265  in the second line.
28266 \end_layout
28267
28268 \begin_layout Standard
28269 The result is this:
28270 \begin_inset Formula \begin{eqnarray*}
28271 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28272  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28273
28274 \end_inset
28275
28276
28277 \end_layout
28278
28279 \begin_layout Subsection
28280 Align Environments
28281 \end_layout
28282
28283 \begin_layout Standard
28284 Align environments can be used for every kind of multiline formulas.
28285  They are specially useful to set several formulas side by side.
28286 \end_layout
28287
28288 \begin_layout Standard
28289 Align environments consist of columns.
28290  The odd columns are right aligned, the even ones left aligned.
28291  Every line in an Align environment can be numbered.
28292 \end_layout
28293
28294 \begin_layout Standard
28295 Align environments are created via the menu 
28296 \family sans
28297 Insert\SpecialChar \menuseparator
28298 Math
28299 \family default
28300 .
28301  With the menu 
28302 \family sans
28303 Edit\SpecialChar \menuseparator
28304 Math\SpecialChar \menuseparator
28305 Change Formula Type
28306 \family default
28307  already existing formulas can be converted to Align environments.
28308 \end_layout
28309
28310 \begin_layout Standard
28311 To add or delete columns, the math toolbar buttons 
28312 \begin_inset Graphics
28313         filename ../images/tabular-feature_append-column.png
28314         scale 85
28315
28316 \end_inset
28317
28318  or 
28319 \begin_inset Graphics
28320         filename ../images/tabular-feature_delete-column.png
28321         scale 85
28322
28323 \end_inset
28324
28325 , respectively, or the menu 
28326 \family sans
28327 Edit\SpecialChar \menuseparator
28328 Rows & Columns
28329 \family default
28330  can be used.
28331 \end_layout
28332
28333 \begin_layout Subsubsection
28334 Standard align Environment
28335 \begin_inset CommandInset label
28336 LatexCommand label
28337 name "sub:Standard-align-Environment"
28338
28339 \end_inset
28340
28341
28342 \begin_inset Index
28343 status collapsed
28344
28345 \begin_layout Plain Layout
28346 Formula ! multiline ! align environment
28347 \end_layout
28348
28349 \end_inset
28350
28351
28352 \end_layout
28353
28354 \begin_layout Standard
28355 This Align environment is created by presssing 
28356 \family sans
28357 Ctrl-Return
28358 \family default
28359  in a formula or by the menu 
28360 \family sans
28361 Insert\SpecialChar \menuseparator
28362 Math\SpecialChar \menuseparator
28363 AMS align Environment
28364 \family default
28365 .
28366 \end_layout
28367
28368 \begin_layout Standard
28369 An example for two formulas set side by side, that are created with a four
28370  column align environment:
28371 \begin_inset Formula \begin{align*}
28372 A & =\sin(B) & C & =D\\
28373 C & \ne A & B & \ne D\end{align*}
28374
28375 \end_inset
28376
28377 As it can be seen, the formulas in this environment are placed so as if
28378  there would be a 
28379 \series bold
28380
28381 \backslash
28382 hfill
28383 \begin_inset Foot
28384 status collapsed
28385
28386 \begin_layout Plain Layout
28387 more about 
28388 \series bold
28389
28390 \backslash
28391 hfill
28392 \series default
28393  see 
28394 \begin_inset CommandInset ref
28395 LatexCommand ref
28396 reference "sub:Variable-Space"
28397
28398 \end_inset
28399
28400
28401 \end_layout
28402
28403 \end_inset
28404
28405
28406 \series default
28407  before the first and after every even column.
28408  When the formula style 
28409 \series bold
28410 Indented
28411 \begin_inset Foot
28412 status collapsed
28413
28414 \begin_layout Plain Layout
28415 formula styles see 
28416 \begin_inset CommandInset ref
28417 LatexCommand ref
28418 reference "sec:Formula-Styles"
28419
28420 \end_inset
28421
28422
28423 \end_layout
28424
28425 \end_inset
28426
28427
28428 \series default
28429  is used, the formula is set without the 
28430 \series bold
28431
28432 \backslash
28433 hfill
28434 \series default
28435  before the first column.
28436 \end_layout
28437
28438 \begin_layout Subsubsection
28439 Alignat Environment
28440 \begin_inset Index
28441 status collapsed
28442
28443 \begin_layout Plain Layout
28444 Formula ! multiline ! alignat environment
28445 \end_layout
28446
28447 \end_inset
28448
28449
28450 \end_layout
28451
28452 \begin_layout Standard
28453 The alignat environment has no predefined column separation.
28454  It can be inserted manually with the spaces that are described 
28455 \begin_inset CommandInset ref
28456 LatexCommand ref
28457 reference "sub:Space"
28458
28459 \end_inset
28460
28461 .
28462 \end_layout
28463
28464 \begin_layout Standard
28465 The above example in the alignat environment where 1
28466 \begin_inset space \thinspace{}
28467 \end_inset
28468
28469 cm space was inserted at the beginning of the second formula:
28470 \begin_inset Formula \begin{alignat*}{2}
28471 A & =\sin(B) & \hspace{1cm}C & =D\\
28472 C & \ne A & B & \ne D\end{alignat*}
28473
28474 \end_inset
28475
28476 Because the column separation can be set separately for every column, this
28477  environment is especially suitable to set three and more formulas side
28478  by side.
28479 \end_layout
28480
28481 \begin_layout Subsubsection
28482 Flalign Environment
28483 \begin_inset CommandInset label
28484 LatexCommand label
28485 name "sub:Flalign-Environment"
28486
28487 \end_inset
28488
28489
28490 \begin_inset Index
28491 status collapsed
28492
28493 \begin_layout Plain Layout
28494 Formula ! multiline ! flalign environment
28495 \end_layout
28496
28497 \end_inset
28498
28499
28500 \end_layout
28501
28502 \begin_layout Standard
28503 In this environment the first two columns are always set as much as possible
28504  to the left and the last two ones to the right.
28505  An example:
28506 \begin_inset Formula \begin{flalign*}
28507 A & =1 & B & =2 & C & =3\\
28508 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28509
28510 \end_inset
28511
28512
28513 \end_layout
28514
28515 \begin_layout Standard
28516 By creating a flalign environment with an odd number of columns where an
28517  empty TeX-brace is inserted to the last column, several formulas in a document
28518  can be set to the left, although the formula style 
28519 \series bold
28520 Centered
28521 \series default
28522  is used.
28523  As example the indented formula 
28524 \begin_inset CommandInset ref
28525 LatexCommand eqref
28526 reference "eq:VolInt"
28527
28528 \end_inset
28529
28530 :
28531 \begin_inset Formula \begin{flalign}
28532 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28533
28534 \end_inset
28535
28536 The first two columns contain the formula.
28537  To indent it as with the formula style 
28538 \series bold
28539 Indented
28540 \series default
28541 , 30
28542 \begin_inset space \thinspace{}
28543 \end_inset
28544
28545 pt space was inserted at the beginning of the first column.
28546 \end_layout
28547
28548 \begin_layout Subsection
28549 Eqnarray Environment
28550 \begin_inset CommandInset label
28551 LatexCommand label
28552 name "sub:Eqnarray-Environment"
28553
28554 \end_inset
28555
28556
28557 \begin_inset Index
28558 status collapsed
28559
28560 \begin_layout Plain Layout
28561 Formula ! multiline ! eqnarray environment
28562 \end_layout
28563
28564 \end_inset
28565
28566
28567 \end_layout
28568
28569 \begin_layout Standard
28570 When this environment has been created, three blue boxes appear.
28571  The content of the first box is right aligned, the content of the last
28572  one left aligned.
28573  The content of the middle box appears centered and a bit smaller, because
28574  it is designed to insert there only relation characters.
28575 \begin_inset Formula \begin{eqnarray*}
28576 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28577 AB & AB & AB\\
28578 A & = & A\end{eqnarray*}
28579
28580 \end_inset
28581
28582
28583 \end_layout
28584
28585 \begin_layout Subsection
28586 Gather Environment
28587 \begin_inset Index
28588 status collapsed
28589
28590 \begin_layout Plain Layout
28591 Formula ! multiline ! gather environment
28592 \end_layout
28593
28594 \end_inset
28595
28596
28597 \end_layout
28598
28599 \begin_layout Standard
28600 This environment consists of only one centered column.
28601  Every line can be numbered.
28602 \begin_inset Formula \begin{gather}
28603 A=1\\
28604 X=\textrm{-}1\end{gather}
28605
28606 \end_inset
28607
28608
28609 \end_layout
28610
28611 \begin_layout Subsection
28612 Multline Environment
28613 \begin_inset CommandInset label
28614 LatexCommand label
28615 name "sub:Multline-Environment"
28616
28617 \end_inset
28618
28619
28620 \begin_inset Index
28621 status collapsed
28622
28623 \begin_layout Plain Layout
28624 Formula ! multiline ! multline environment
28625 \end_layout
28626
28627 \end_inset
28628
28629
28630 \end_layout
28631
28632 \begin_layout Standard
28633 The multline environment consists, like the gather environment, of only
28634  one column.
28635  But the first line is left aligned, the last one right aligned.
28636  All other lines are centered.
28637  Therefore this environment is suitable for long formulas.
28638  As example formula 
28639 \begin_inset CommandInset ref
28640 LatexCommand eqref
28641 reference "eq:lefteqn"
28642
28643 \end_inset
28644
28645  in the multline environment:
28646 \begin_inset Formula \begin{multline}
28647 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right)+D^{2}\\
28648 -B^{2}-2B\sqrt{r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}}+r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}\\
28649 =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\end{multline}
28650
28651 \end_inset
28652
28653
28654 \end_layout
28655
28656 \begin_layout Standard
28657 In the output only the last (first) line of a multline environment appears
28658  numbered when the document numbering is right (left).
28659 \begin_inset Foot
28660 status collapsed
28661
28662 \begin_layout Plain Layout
28663 numbering styles see 
28664 \begin_inset CommandInset ref
28665 LatexCommand ref
28666 reference "sec:Formula-Styles"
28667
28668 \end_inset
28669
28670
28671 \end_layout
28672
28673 \end_inset
28674
28675
28676 \end_layout
28677
28678 \begin_layout Standard
28679 With the commands 
28680 \series bold
28681
28682 \backslash
28683 shoveright
28684 \begin_inset Index
28685 status collapsed
28686
28687 \begin_layout Plain Layout
28688 Commands ! S ! 
28689 \backslash
28690 shoveright
28691 \end_layout
28692
28693 \end_inset
28694
28695
28696 \series default
28697  and 
28698 \series bold
28699
28700 \backslash
28701 shoveleft
28702 \begin_inset Index
28703 status collapsed
28704
28705 \begin_layout Plain Layout
28706 Commands ! S ! 
28707 \backslash
28708 shoveleft
28709 \end_layout
28710
28711 \end_inset
28712
28713
28714 \series default
28715  a centered line can be right or left aligned, respectively.
28716  The commands are used as follows:
28717 \end_layout
28718
28719 \begin_layout Standard
28720
28721 \series bold
28722
28723 \backslash
28724 shoveright{line content}
28725 \series default
28726  and 
28727 \series bold
28728
28729 \backslash
28730 shoveleft{line content}
28731 \end_layout
28732
28733 \begin_layout Standard
28734 \begin_inset VSpace medskip
28735 \end_inset
28736
28737 The length 
28738 \series bold
28739
28740 \backslash
28741 multlinegap
28742 \begin_inset Index
28743 status collapsed
28744
28745 \begin_layout Plain Layout
28746 Commands ! M ! 
28747 \backslash
28748 multlinegap
28749 \end_layout
28750
28751 \end_inset
28752
28753
28754 \series default
28755  specifies the distance of the first line from the left page margin.
28756  Predefined is the length 0
28757 \begin_inset space \thinspace{}
28758 \end_inset
28759
28760 pt.
28761 \end_layout
28762
28763 \begin_layout Standard
28764 As example the above formula where the command
28765 \end_layout
28766
28767 \begin_layout Standard
28768
28769 \series bold
28770
28771 \backslash
28772 setlength{
28773 \backslash
28774 multlinegap}{2cm}
28775 \end_layout
28776
28777 \begin_layout Standard
28778 was inserted in TeX-mode before:
28779 \begin_inset ERT
28780 status collapsed
28781
28782 \begin_layout Plain Layout
28783
28784
28785 \backslash
28786 setlength{
28787 \backslash
28788 multlinegap}{2cm}
28789 \end_layout
28790
28791 \end_inset
28792
28793
28794 \begin_inset Formula \begin{multline}
28795 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right)+D^{2}\\
28796 \shoveleft{-B^{2}-2B\sqrt{r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}}+r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}}\\
28797 =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\end{multline}
28798
28799 \end_inset
28800
28801
28802 \begin_inset ERT
28803 status collapsed
28804
28805 \begin_layout Plain Layout
28806
28807
28808 \backslash
28809 setlength{
28810 \backslash
28811 multlinegap}{0pt}
28812 \end_layout
28813
28814 \end_inset
28815
28816 The second line was left aligned using 
28817 \series bold
28818
28819 \backslash
28820 shoveleft
28821 \series default
28822 .
28823 \end_layout
28824
28825 \begin_layout Subsection
28826 Multiline Formula Parts
28827 \begin_inset CommandInset label
28828 LatexCommand label
28829 name "sub:Multiline-Formula-Parts"
28830
28831 \end_inset
28832
28833
28834 \begin_inset Index
28835 status collapsed
28836
28837 \begin_layout Plain Layout
28838 Formula ! multiline ! formula parts
28839 \end_layout
28840
28841 \end_inset
28842
28843
28844 \end_layout
28845
28846 \begin_layout Standard
28847 To display only parts of a formula with multiple lines, one of the following
28848  environments are used: 
28849 \series bold
28850 aligned
28851 \series default
28852
28853 \series bold
28854 alignedat
28855 \series default
28856
28857 \series bold
28858 gathered
28859 \series default
28860  or 
28861 \series bold
28862 split
28863 \series default
28864 .
28865  They can be inserted via the menu 
28866 \family sans
28867 Insert\SpecialChar \menuseparator
28868 Math
28869 \family default
28870  or by using the commands described in this section.
28871 \end_layout
28872
28873 \begin_layout Standard
28874 The first three have the same properties as the corresponding multiline
28875  formula environments, but it is possible to set further formula parts beside
28876  them.
28877  An example:
28878 \begin_inset Formula \[
28879 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28880 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28881 \right\} \textrm{Uncertainty relations}\]
28882
28883 \end_inset
28884
28885
28886 \end_layout
28887
28888 \begin_layout Standard
28889 To get this formula, a displayed formula is created where the command 
28890 \series bold
28891
28892 \backslash
28893 aligned
28894 \begin_inset Index
28895 status collapsed
28896
28897 \begin_layout Plain Layout
28898 Commands ! A ! 
28899 \backslash
28900 aligned
28901 \end_layout
28902
28903 \end_inset
28904
28905
28906 \series default
28907  is inserted.
28908  A purple box appears around the blue formula box where now columns and
28909  lines can be added.
28910  Outside the multiline environment other formula parts can be set, like
28911  the brace.
28912 \end_layout
28913
28914 \begin_layout Standard
28915 The aligned environment is also suitable for long formulas whose lines are
28916  horizontally aligned.
28917  Using aligned in a displayed formula has the advantage that the formula
28918  number is vertically centered behind the lines.
28919  As example formula 
28920 \begin_inset CommandInset ref
28921 LatexCommand eqref
28922 reference "eq:kurzlang"
28923
28924 \end_inset
28925
28926  in the aligned environment:
28927 \begin_inset Formula \begin{equation}
28928 \begin{aligned}H=\; & W_{SB}+W_{mv}+W_{D}-\frac{\hbar^{2}}{2m_{0}}\Delta-\frac{\hbar^{2}}{2m_{1}}\Delta_{1}-\frac{\hbar^{2}}{2m_{2}}\Delta_{2}-\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{1}|}\\
28929  & -\hspace{3pt}\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{2}|}+\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{R}_{1}-\mathbf{R}_{2}|}\end{aligned}
28930 \end{equation}
28931
28932 \end_inset
28933
28934
28935 \end_layout
28936
28937 \begin_layout Standard
28938 To use the environments 
28939 \series bold
28940 alignedat
28941 \series default
28942
28943 \series bold
28944 gathered
28945 \series default
28946 , or 
28947 \series bold
28948 split
28949 \series default
28950 , the command 
28951 \series bold
28952
28953 \backslash
28954 alignedat
28955 \series default
28956 ,
28957 \begin_inset Index
28958 status collapsed
28959
28960 \begin_layout Plain Layout
28961 Commands ! A ! 
28962 \backslash
28963 alignedat
28964 \end_layout
28965
28966 \end_inset
28967
28968  
28969 \series bold
28970
28971 \backslash
28972 gathered
28973 \series default
28974
28975 \begin_inset Index
28976 status collapsed
28977
28978 \begin_layout Plain Layout
28979 Commands ! G ! 
28980 \backslash
28981 gathered
28982 \end_layout
28983
28984 \end_inset
28985
28986 , or 
28987 \series bold
28988
28989 \backslash
28990 split
28991 \series default
28992
28993 \begin_inset Index
28994 status collapsed
28995
28996 \begin_layout Plain Layout
28997 Commands ! S ! 
28998 \backslash
28999 split
29000 \end_layout
29001
29002 \end_inset
29003
29004  are inserted, respectively.
29005  The split environment has the same properties as the aligned environment
29006  but it can only have two columns.
29007 \end_layout
29008
29009 \begin_layout Subsection
29010 Text in multiline Formulas
29011 \begin_inset CommandInset label
29012 LatexCommand label
29013 name "sub:Text-in-multiline"
29014
29015 \end_inset
29016
29017
29018 \begin_inset Index
29019 status collapsed
29020
29021 \begin_layout Plain Layout
29022 Text ! in formulas
29023 \end_layout
29024
29025 \end_inset
29026
29027
29028 \begin_inset Index
29029 status collapsed
29030
29031 \begin_layout Plain Layout
29032 Formula ! multiline ! text
29033 \end_layout
29034
29035 \end_inset
29036
29037
29038 \end_layout
29039
29040 \begin_layout Standard
29041 In the Align environments, and the multline and gather environment, text
29042  can be inserted that will appear in a separate line and doesn't affect
29043  the column alignment.
29044  To do this, the command 
29045 \series bold
29046
29047 \backslash
29048 intertext
29049 \begin_inset Index
29050 status collapsed
29051
29052 \begin_layout Plain Layout
29053 Commands ! I ! 
29054 \backslash
29055 intertext
29056 \end_layout
29057
29058 \end_inset
29059
29060
29061 \series default
29062  is used in the following scheme:
29063 \end_layout
29064
29065 \begin_layout Standard
29066
29067 \series bold
29068
29069 \backslash
29070 intertext{text}
29071 \end_layout
29072
29073 \begin_layout Standard
29074 The text should not be longer than a line because it cannot be hyphenated.
29075  As LyX doesn't yet support 
29076 \series bold
29077
29078 \backslash
29079 intertext
29080 \series default
29081  directly, the text is written as mathematical text.
29082  
29083 \series bold
29084
29085 \backslash
29086 intertext
29087 \series default
29088  must hereby be at the beginning of a line and appears in the output above
29089  this line.
29090  An example where the text was inserted at the beginning of the second line:
29091 \begin_inset Formula \begin{align}
29092 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29093 \intertext{\text{integrand is symmetric to $\phi=\pi$, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29094
29095 \end_inset
29096
29097
29098 \end_layout
29099
29100 \begin_layout Section
29101 Formula Numbering
29102 \begin_inset Index
29103 status collapsed
29104
29105 \begin_layout Plain Layout
29106 Formula numbering
29107 \end_layout
29108
29109 \end_inset
29110
29111
29112 \begin_inset Index
29113 status collapsed
29114
29115 \begin_layout Plain Layout
29116 Formula ! numbering|see
29117 \begin_inset ERT
29118 status collapsed
29119
29120 \begin_layout Plain Layout
29121
29122 {
29123 \end_layout
29124
29125 \end_inset
29126
29127 Formula numbering
29128 \begin_inset ERT
29129 status collapsed
29130
29131 \begin_layout Plain Layout
29132
29133 }
29134 \end_layout
29135
29136 \end_inset
29137
29138
29139 \end_layout
29140
29141 \end_inset
29142
29143
29144 \end_layout
29145
29146 \begin_layout Subsection
29147 General
29148 \end_layout
29149
29150 \begin_layout Standard
29151 Numbered formulas can be created with the menu 
29152 \family sans
29153 Insert\SpecialChar \menuseparator
29154 Math\SpecialChar \menuseparator
29155 Numbered
29156 \begin_inset space ~
29157 \end_inset
29158
29159 Formula
29160 \family default
29161  (shortcut 
29162 \family sans
29163 Ctrl-Alt
29164 \begin_inset space ~
29165 \end_inset
29166
29167 n
29168 \family default
29169 ).
29170  Existing formulas can be numbered with the menu 
29171 \family sans
29172 Edit\SpecialChar \menuseparator
29173 Math\SpecialChar \menuseparator
29174 Toggle
29175 \begin_inset space ~
29176 \end_inset
29177
29178 Numbering
29179 \family default
29180  (shortcut 
29181 \family sans
29182 Alt-m
29183 \begin_inset space ~
29184 \end_inset
29185
29186 n
29187 \family default
29188 ).
29189  The formula number is displayed in LyX behind the formula as number sign
29190  in parentheses.
29191  The number sign is replaced in the output by the formula number.
29192 \end_layout
29193
29194 \begin_layout Standard
29195 When numbering is turned on in multiline formulas, all lines will be numbered.
29196  But the numbering can be controlled with the menu 
29197 \family sans
29198 Edit\SpecialChar \menuseparator
29199 Math\SpecialChar \menuseparator
29200 Toggle
29201 \begin_inset space ~
29202 \end_inset
29203
29204 Numbering
29205 \begin_inset space ~
29206 \end_inset
29207
29208 of
29209 \begin_inset space ~
29210 \end_inset
29211
29212 Line
29213 \family default
29214  (shortcut 
29215 \family sans
29216 Alt-m
29217 \begin_inset space ~
29218 \end_inset
29219
29220 N
29221 \family default
29222 ) for every line.
29223 \end_layout
29224
29225 \begin_layout Standard
29226 Except of inline formulas, all formulas can be numbered with two different
29227  styles, see 
29228 \begin_inset CommandInset ref
29229 LatexCommand ref
29230 reference "sec:Formula-Styles"
29231
29232 \end_inset
29233
29234 .
29235 \end_layout
29236
29237 \begin_layout Subsection
29238 Cross-References
29239 \begin_inset CommandInset label
29240 LatexCommand label
29241 name "sub:Cross-References"
29242
29243 \end_inset
29244
29245
29246 \begin_inset Index
29247 status collapsed
29248
29249 \begin_layout Plain Layout
29250 Cross-references ! to formulas
29251 \end_layout
29252
29253 \end_inset
29254
29255
29256 \end_layout
29257
29258 \begin_layout Standard
29259 All labeled formulas can be cross-referenced.
29260  A label is added by the menu 
29261 \family sans
29262 Insert\SpecialChar \menuseparator
29263 Label
29264 \family default
29265  or the toolbar button 
29266 \begin_inset Graphics
29267         filename ../images/label-insert.png
29268         scale 85
29269
29270 \end_inset
29271
29272 .
29273  The cursor must hereby be inside a displayed formula.
29274  A dialog pops up displaying the prefix 
29275 \series bold
29276 eq:
29277 \series default
29278  in a text field.
29279  The label is inserted there behind the prefix.
29280  The predefined prefix means 
29281 \begin_inset Quotes eld
29282 \end_inset
29283
29284 equation
29285 \begin_inset Quotes erd
29286 \end_inset
29287
29288  and makes it easier to find labels in large documents because it marks
29289  it as formula label to divide it from e.
29290 \begin_inset space \thinspace{}
29291 \end_inset
29292
29293 g.
29294 \begin_inset space ~
29295 \end_inset
29296
29297 section labels.
29298  To change a label, the menu 
29299 \family sans
29300 Insert\SpecialChar \menuseparator
29301 Label
29302 \family default
29303  is used again.
29304 \end_layout
29305
29306 \begin_layout Standard
29307 The name of the label is displayed in LyX within two parentheses behind
29308  formula.
29309  A formula with a label is always numbered.
29310 \end_layout
29311
29312 \begin_layout Standard
29313 Cross-references are inserted via the menu 
29314 \family sans
29315 Insert\SpecialChar \menuseparator
29316 Cross-Reference
29317 \family default
29318  or with the toolbar button 
29319 \begin_inset Graphics
29320         filename ../images/dialog-show-new-inset_ref.png
29321         scale 85
29322
29323 \end_inset
29324
29325 .
29326  A formula cross-reference appears in the output as formula number.
29327  When in the cross-reference dialog window the format 
29328 \series bold
29329 (<reference>)
29330 \series default
29331  is chosen, the cross-reference appears in the output as formula number
29332  in parentheses.
29333 \begin_inset Newline newline
29334 \end_inset
29335
29336 By right-clicking on a cross-reference in LyX, one jumps to the formula
29337  that is referenced.
29338 \end_layout
29339
29340 \begin_layout Standard
29341 Here are as examples cross-references to formulas of the following subsections:
29342 \begin_inset Note Note
29343 status open
29344
29345 \begin_layout Plain Layout
29346 Note the different cross-reference types.
29347 \end_layout
29348
29349 \end_inset
29350
29351
29352 \end_layout
29353
29354 \begin_layout Standard
29355 The equations 
29356 \begin_inset CommandInset ref
29357 LatexCommand eqref
29358 reference "eq:tag"
29359
29360 \end_inset
29361
29362  and 
29363 \begin_inset CommandInset ref
29364 LatexCommand eqref
29365 reference "eq:c"
29366
29367 \end_inset
29368
29369  are equivalent.
29370  In (
29371 \begin_inset CommandInset ref
29372 LatexCommand ref
29373 reference "eq:Lat"
29374
29375 \end_inset
29376
29377 ) big Latin letters are used for the numbering in contrary to (
29378 \begin_inset CommandInset ref
29379 LatexCommand ref
29380 reference "eq:Rom"
29381
29382 \end_inset
29383
29384 ).
29385 \end_layout
29386
29387 \begin_layout Standard
29388 \begin_inset VSpace medskip
29389 \end_inset
29390
29391 When the argument of 
29392 \series bold
29393
29394 \backslash
29395 tag
29396 \begin_inset Foot
29397 status collapsed
29398
29399 \begin_layout Plain Layout
29400
29401 \series bold
29402
29403 \backslash
29404 tag
29405 \series default
29406  is described in 
29407 \begin_inset CommandInset ref
29408 LatexCommand ref
29409 reference "sub:User-defined-Numbering"
29410
29411 \end_inset
29412
29413 .
29414 \end_layout
29415
29416 \end_inset
29417
29418
29419 \series default
29420  contains a box like in 
29421 \begin_inset CommandInset ref
29422 LatexCommand ref
29423 reference "sub:Paragraph-Boxes"
29424
29425 \end_inset
29426
29427 , the formula cannot be referenced.
29428 \end_layout
29429
29430 \begin_layout Subsection
29431 Subnumbering
29432 \begin_inset Index
29433 status collapsed
29434
29435 \begin_layout Plain Layout
29436 Formula numbering ! subnumbering
29437 \end_layout
29438
29439 \end_inset
29440
29441
29442 \end_layout
29443
29444 \begin_layout Standard
29445 With the help of the commands 
29446 \series bold
29447
29448 \backslash
29449 begin{subequations}
29450 \series default
29451  and 
29452 \series bold
29453
29454 \backslash
29455 end{subequations}
29456 \series default
29457  formulas can be subnumbered.
29458  Both commands are inserted in TeX-mode.
29459 \end_layout
29460
29461 \begin_layout Standard
29462 An example:
29463 \begin_inset Formula \begin{equation}
29464 A=C-B\label{eq:a}\end{equation}
29465
29466 \end_inset
29467
29468
29469 \begin_inset ERT
29470 status collapsed
29471
29472 \begin_layout Plain Layout
29473
29474
29475 \backslash
29476 addtocounter{equation}{-1}
29477 \end_layout
29478
29479 \end_inset
29480
29481
29482 \begin_inset ERT
29483 status collapsed
29484
29485 \begin_layout Plain Layout
29486
29487
29488 \backslash
29489 begin{subequations}
29490 \end_layout
29491
29492 \end_inset
29493
29494
29495 \begin_inset VSpace -5mm
29496 \end_inset
29497
29498
29499 \begin_inset Formula \begin{equation}
29500 B=C-A\label{eq:b}\end{equation}
29501
29502 \end_inset
29503
29504
29505 \begin_inset Formula \begin{equation}
29506 C=A+B\label{eq:c}\end{equation}
29507
29508 \end_inset
29509
29510
29511 \end_layout
29512
29513 \begin_layout Standard
29514 \begin_inset ERT
29515 status collapsed
29516
29517 \begin_layout Plain Layout
29518
29519
29520 \backslash
29521 end{subequations}
29522 \end_layout
29523
29524 \end_inset
29525
29526
29527 \end_layout
29528
29529 \begin_layout Standard
29530 To create the example, the following is done:
29531 \end_layout
29532
29533 \begin_layout Enumerate
29534 first formula is inserted
29535 \end_layout
29536
29537 \begin_layout Enumerate
29538
29539 \series bold
29540
29541 \backslash
29542 addtocounter{equation}{-1} 
29543 \backslash
29544 begin{subequations}
29545 \begin_inset Index
29546 status collapsed
29547
29548 \begin_layout Plain Layout
29549 Commands ! A ! 
29550 \backslash
29551 addtocounter
29552 \end_layout
29553
29554 \end_inset
29555
29556
29557 \begin_inset Newline newline
29558 \end_inset
29559
29560
29561 \series default
29562 is inserted after the first formula
29563 \end_layout
29564
29565 \begin_layout Enumerate
29566 second formula is inserted
29567 \end_layout
29568
29569 \begin_layout Enumerate
29570 third formula is inserted
29571 \end_layout
29572
29573 \begin_layout Enumerate
29574
29575 \series bold
29576
29577 \backslash
29578 end{subequations}
29579 \series default
29580  is inserted after the third formula
29581 \end_layout
29582
29583 \begin_layout Standard
29584 Every formula between the commands 
29585 \series bold
29586
29587 \backslash
29588 begin
29589 \series default
29590  and 
29591 \series bold
29592
29593 \backslash
29594 end
29595 \series default
29596  is subnumbered as a, b, 
29597 \begin_inset Newline linebreak
29598 \end_inset
29599
29600 c, \SpecialChar \ldots{}
29601  For multiline formulas every line will be subnumbered.
29602  All subnumbered formulas are treated as 
29603 \emph on
29604 one
29605 \emph default
29606  numbered formula.
29607  But as every numbered formula increases the counter 
29608 \series bold
29609 equation
29610 \series default
29611  by one, the command 
29612 \series bold
29613
29614 \backslash
29615 addtocounter
29616 \series default
29617  is needed to decrease it.
29618  Otherwise the formulas 
29619 \begin_inset CommandInset ref
29620 LatexCommand eqref
29621 reference "eq:a"
29622
29623 \end_inset
29624
29625
29626 \begin_inset CommandInset ref
29627 LatexCommand eqref
29628 reference "eq:b"
29629
29630 \end_inset
29631
29632
29633 \begin_inset CommandInset ref
29634 LatexCommand eqref
29635 reference "eq:c"
29636
29637 \end_inset
29638
29639  would be numbered as 
29640 \begin_inset CommandInset ref
29641 LatexCommand eqref
29642 reference "eq:a"
29643
29644 \end_inset
29645
29646
29647 \begin_inset CommandInset ref
29648 LatexCommand eqref
29649 reference "eq:d"
29650
29651 \end_inset
29652
29653
29654 \begin_inset CommandInset ref
29655 LatexCommand eqref
29656 reference "eq:f"
29657
29658 \end_inset
29659
29660 .
29661 \end_layout
29662
29663 \begin_layout Standard
29664 By inserting the commands in TeX-mode, a space is created between the first
29665  two formulas.
29666  To revert this -5
29667 \begin_inset space \thinspace{}
29668 \end_inset
29669
29670 mm vertical space is inserted after the command 
29671 \series bold
29672
29673 \backslash
29674 begin{subequations}
29675 \series default
29676 .
29677  When the formula style 
29678 \series bold
29679 Indented
29680 \begin_inset Foot
29681 status collapsed
29682
29683 \begin_layout Plain Layout
29684 formula styles see 
29685 \begin_inset CommandInset ref
29686 LatexCommand ref
29687 reference "sec:Formula-Styles"
29688
29689 \end_inset
29690
29691
29692 \end_layout
29693
29694 \end_inset
29695
29696
29697 \series default
29698  is used, -7
29699 \begin_inset space \thinspace{}
29700 \end_inset
29701
29702 mm space is inserted instead.
29703 \end_layout
29704
29705 \begin_layout Standard
29706 Here is an example for a multiline formula where the numbering was turned
29707  off for the second line:
29708 \begin_inset ERT
29709 status collapsed
29710
29711 \begin_layout Plain Layout
29712
29713
29714 \backslash
29715 begin{subequations}
29716 \end_layout
29717
29718 \end_inset
29719
29720
29721 \begin_inset Formula \begin{eqnarray}
29722 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29723  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29724  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29725
29726 \end_inset
29727
29728
29729 \begin_inset ERT
29730 status collapsed
29731
29732 \begin_layout Plain Layout
29733
29734
29735 \backslash
29736 end{subequations}
29737 \end_layout
29738
29739 \end_inset
29740
29741
29742 \end_layout
29743
29744 \begin_layout Subsection
29745 User-defined Numbering
29746 \begin_inset CommandInset label
29747 LatexCommand label
29748 name "sub:User-defined-Numbering"
29749
29750 \end_inset
29751
29752
29753 \begin_inset Index
29754 status collapsed
29755
29756 \begin_layout Plain Layout
29757 Formula numbering ! user-defined
29758 \end_layout
29759
29760 \end_inset
29761
29762
29763 \end_layout
29764
29765 \begin_layout Standard
29766 \begin_inset Index
29767 status collapsed
29768
29769 \begin_layout Plain Layout
29770 Formula numbering ! self-defined delimiters
29771 \end_layout
29772
29773 \end_inset
29774
29775 With the standard numbering parentheses are set around the formula number.
29776  To replace the parentheses for example by vertical bars, the following
29777  line is added to the LaTeX-preamble:
29778 \end_layout
29779
29780 \begin_layout Standard
29781
29782 \series bold
29783
29784 \backslash
29785 def
29786 \backslash
29787 tagform@#1{
29788 \backslash
29789 maketag@@@{|#1|}}
29790 \series default
29791
29792 \begin_inset Note Note
29793 status collapsed
29794
29795 \begin_layout Plain Layout
29796 This macro is already declared in the LaTeX-preamble for testing.
29797  To activate it, remove the percent sign at the beginning.
29798 \end_layout
29799
29800 \end_inset
29801
29802
29803 \end_layout
29804
29805 \begin_layout Standard
29806 To use other characters, the vertical bars besides the 
29807 \series bold
29808 #1
29809 \series default
29810  are replaced by one ore more characters.
29811  To get only the formula number the vertical bars are omitted.
29812 \end_layout
29813
29814 \begin_layout Standard
29815 \begin_inset VSpace bigskip
29816 \end_inset
29817
29818 When there should be an expression of your choice instead of the consecutive
29819  formula number in parentheses behind the formula, the command 
29820 \series bold
29821
29822 \backslash
29823 tag
29824 \series default
29825
29826 \begin_inset Index
29827 status collapsed
29828
29829 \begin_layout Plain Layout
29830 Commands ! T ! 
29831 \backslash
29832 tag
29833 \end_layout
29834
29835 \end_inset
29836
29837  is used:
29838 \begin_inset Formula \begin{equation}
29839 A+B=C\tag{something}\label{eq:tag}\end{equation}
29840
29841 \end_inset
29842
29843 In this example the command 
29844 \series bold
29845
29846 \backslash
29847 tag
29848 \begin_inset ERT
29849 status collapsed
29850
29851 \begin_layout Plain Layout
29852
29853
29854 \backslash
29855 spce 
29856 \end_layout
29857
29858 \end_inset
29859
29860 something
29861 \series default
29862  was inserted to the formula.
29863 \end_layout
29864
29865 \begin_layout Standard
29866 When the command 
29867 \series bold
29868
29869 \backslash
29870 tag*
29871 \begin_inset ERT
29872 status collapsed
29873
29874 \begin_layout Plain Layout
29875
29876
29877 \backslash
29878 spce 
29879 \end_layout
29880
29881 \end_inset
29882
29883 something
29884 \series default
29885  is inserted instead, the star prevents the parentheses around the expression:
29886 \begin_inset Formula \[
29887 A+B=C\tag*{something}\]
29888
29889 \end_inset
29890
29891
29892 \end_layout
29893
29894 \begin_layout Standard
29895 \begin_inset VSpace bigskip
29896 \end_inset
29897
29898 To restart the formula numbering with new document parts or sections, the
29899  following command is used:
29900 \end_layout
29901
29902 \begin_layout Standard
29903
29904 \series bold
29905
29906 \backslash
29907 @addtoreset{equation}{part}
29908 \series default
29909
29910 \begin_inset Index
29911 status collapsed
29912
29913 \begin_layout Plain Layout
29914 Commands ! 
29915 \begin_inset ERT
29916 status collapsed
29917
29918 \begin_layout Plain Layout
29919
29920 "
29921 \end_layout
29922
29923 \end_inset
29924
29925 @
29926 \begin_inset ERT
29927 status collapsed
29928
29929 \begin_layout Plain Layout
29930
29931 "
29932 \end_layout
29933
29934 \end_inset
29935
29936  ! 
29937 \backslash
29938
29939 \begin_inset ERT
29940 status collapsed
29941
29942 \begin_layout Plain Layout
29943
29944 "
29945 \end_layout
29946
29947 \end_inset
29948
29949 @
29950 \begin_inset ERT
29951 status collapsed
29952
29953 \begin_layout Plain Layout
29954
29955 "
29956 \end_layout
29957
29958 \end_inset
29959
29960 addtoreset
29961 \end_layout
29962
29963 \end_inset
29964
29965
29966 \begin_inset Newline newline
29967 \end_inset
29968
29969 resp.
29970 \begin_inset Newline newline
29971 \end_inset
29972
29973
29974 \series bold
29975
29976 \backslash
29977 @addtoreset{equation}{section}
29978 \end_layout
29979
29980 \begin_layout Standard
29981 To be able to use these commands in TeX-mode, the 
29982 \begin_inset Quotes eld
29983 \end_inset
29984
29985 @
29986 \begin_inset Quotes erd
29987 \end_inset
29988
29989  character has to be made 
29990 \begin_inset Quotes eld
29991 \end_inset
29992
29993 active
29994 \begin_inset Quotes erd
29995 \end_inset
29996
29997  for LaTeX using the command 
29998 \series bold
29999
30000 \backslash
30001 makeatletter.
30002
30003 \series default
30004  The command 
30005 \series bold
30006
30007 \backslash
30008 makeatother
30009 \series default
30010  reverts this.
30011  So the command sequence in TeX-mode is:
30012 \end_layout
30013
30014 \begin_layout Standard
30015
30016 \series bold
30017
30018 \backslash
30019 makeatletter
30020 \begin_inset Newline newline
30021 \end_inset
30022
30023
30024 \backslash
30025 @addtoreset{equation}{section}
30026 \begin_inset Newline newline
30027 \end_inset
30028
30029
30030 \backslash
30031 makeatother
30032 \end_layout
30033
30034 \begin_layout Standard
30035 In the LaTeX-preamble 
30036 \series bold
30037
30038 \backslash
30039 makeatletter
30040 \series default
30041  and 
30042 \series bold
30043
30044 \backslash
30045 makeatother
30046 \series default
30047  can be omitted as they are automatically internally inserted by LyX.
30048 \end_layout
30049
30050 \begin_layout Standard
30051 To revert 
30052 \series bold
30053
30054 \backslash
30055 @addtoreset
30056 \series default
30057 , the file 
30058 \series bold
30059 remreset.sty
30060 \series default
30061
30062 \begin_inset Foot
30063 status collapsed
30064
30065 \begin_layout Plain Layout
30066
30067 \series bold
30068 remreset
30069 \series default
30070  is part of the LaTeX-package 
30071 \series bold
30072 carlisle
30073 \series default
30074
30075 \begin_inset Index
30076 status collapsed
30077
30078 \begin_layout Plain Layout
30079 Packages ! carlisle
30080 \end_layout
30081
30082 \end_inset
30083
30084  that is part of every LaTeX standard installation.
30085 \end_layout
30086
30087 \end_inset
30088
30089
30090 \begin_inset Index
30091 status collapsed
30092
30093 \begin_layout Plain Layout
30094 Packages ! remreset
30095 \end_layout
30096
30097 \end_inset
30098
30099  has to be loaded in the LaTeX-preamble with the line
30100 \end_layout
30101
30102 \begin_layout Standard
30103
30104 \series bold
30105
30106 \backslash
30107 usepackage{remreset}
30108 \end_layout
30109
30110 \begin_layout Standard
30111 Then the command 
30112 \series bold
30113
30114 \backslash
30115 @removefromreset
30116 \series default
30117
30118 \begin_inset Index
30119 status collapsed
30120
30121 \begin_layout Plain Layout
30122 Commands ! 
30123 \begin_inset ERT
30124 status collapsed
30125
30126 \begin_layout Plain Layout
30127
30128 "
30129 \end_layout
30130
30131 \end_inset
30132
30133 @
30134 \begin_inset ERT
30135 status collapsed
30136
30137 \begin_layout Plain Layout
30138
30139 "
30140 \end_layout
30141
30142 \end_inset
30143
30144  ! 
30145 \backslash
30146
30147 \begin_inset ERT
30148 status collapsed
30149
30150 \begin_layout Plain Layout
30151
30152 "
30153 \end_layout
30154
30155 \end_inset
30156
30157 @
30158 \begin_inset ERT
30159 status collapsed
30160
30161 \begin_layout Plain Layout
30162
30163 "
30164 \end_layout
30165
30166 \end_inset
30167
30168 removefromreset
30169 \end_layout
30170
30171 \end_inset
30172
30173  can be used with the same scheme as 
30174 \series bold
30175
30176 \backslash
30177 @addtoreset
30178 \series default
30179 .
30180 \end_layout
30181
30182 \begin_layout Standard
30183 \begin_inset VSpace bigskip
30184 \end_inset
30185
30186 Sometimes formulas should be numbered in the following form:
30187 \end_layout
30188
30189 \begin_layout Standard
30190
30191 \family typewriter
30192 (section number.formula number)
30193 \end_layout
30194
30195 \begin_layout Standard
30196 The formula number should start with every section with 
30197 \begin_inset Quotes eld
30198 \end_inset
30199
30200 1
30201 \begin_inset Quotes erd
30202 \end_inset
30203
30204 .
30205 \end_layout
30206
30207 \begin_layout Standard
30208 For this case there is the command 
30209 \series bold
30210
30211 \backslash
30212 numberwithin
30213 \series default
30214
30215 \begin_inset Index
30216 status collapsed
30217
30218 \begin_layout Plain Layout
30219 Commands ! N ! 
30220 \backslash
30221 numberwithin
30222 \end_layout
30223
30224 \end_inset
30225
30226 , which is used with the following scheme:
30227 \end_layout
30228
30229 \begin_layout Standard
30230
30231 \series bold
30232
30233 \backslash
30234 numberwithin{counter}{sectioning}
30235 \end_layout
30236
30237 \begin_layout Standard
30238 Counter denotes what kind of numbering is affected, sectioning denotes what
30239  number is before the dot.
30240 \end_layout
30241
30242 \begin_layout Standard
30243 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30244 \end_layout
30245
30246 \begin_layout Standard
30247
30248 \series bold
30249
30250 \backslash
30251 numberwithin{equation}{section}
30252 \end_layout
30253
30254 \begin_layout Standard
30255 This is the result:
30256 \begin_inset ERT
30257 status collapsed
30258
30259 \begin_layout Plain Layout
30260
30261
30262 \backslash
30263 numberwithin{equation}{section}
30264 \end_layout
30265
30266 \end_inset
30267
30268
30269 \begin_inset Formula \begin{equation}
30270 A+B=C\end{equation}
30271
30272 \end_inset
30273
30274
30275 \end_layout
30276
30277 \begin_layout Standard
30278 To number e.
30279 \begin_inset space \thinspace{}
30280 \end_inset
30281
30282 g.
30283 \begin_inset space ~
30284 \end_inset
30285
30286 tables so that the number of the part is the sectioning,
30287 \begin_inset Newline newline
30288 \end_inset
30289
30290
30291 \series bold
30292
30293 \backslash
30294 numberwithin{table}{part}
30295 \series default
30296  is used.
30297 \end_layout
30298
30299 \begin_layout Standard
30300 To go back to the standard numbering or to prevent this kind of numbering
30301  when it is defined by the document class, the following command is inserted
30302  as TeX-Code or to the LaTeX-preamble:
30303 \end_layout
30304
30305 \begin_layout Standard
30306
30307 \series bold
30308
30309 \backslash
30310 renewcommand{
30311 \backslash
30312 theequation}{
30313 \backslash
30314 arabic{equation}}
30315 \begin_inset Index
30316 status collapsed
30317
30318 \begin_layout Plain Layout
30319 Commands ! A ! 
30320 \backslash
30321 arabic
30322 \end_layout
30323
30324 \end_inset
30325
30326
30327 \series default
30328
30329 \begin_inset ERT
30330 status collapsed
30331
30332 \begin_layout Plain Layout
30333
30334
30335 \backslash
30336 renewcommand{
30337 \backslash
30338 theequation}{
30339 \backslash
30340 arabic{equation}}
30341 \end_layout
30342
30343 \end_inset
30344
30345
30346 \series bold
30347
30348 \begin_inset Newline newline
30349 \end_inset
30350
30351
30352 \series default
30353 or
30354 \series bold
30355
30356 \begin_inset Newline newline
30357 \end_inset
30358
30359
30360 \backslash
30361 renewcommand{
30362 \backslash
30363 thetable}{
30364 \backslash
30365 arabic{table}}
30366 \end_layout
30367
30368 \begin_layout Standard
30369
30370 \series bold
30371
30372 \backslash
30373 numberwithin
30374 \series default
30375  uses internally the command 
30376 \series bold
30377
30378 \backslash
30379 @addtoreset
30380 \series default
30381 , described above, that also needs to be reverted.
30382 \begin_inset ERT
30383 status collapsed
30384
30385 \begin_layout Plain Layout
30386
30387
30388 \backslash
30389 makeatletter
30390 \end_layout
30391
30392 \begin_layout Plain Layout
30393
30394
30395 \backslash
30396 @removefromreset{equation}{section}
30397 \end_layout
30398
30399 \begin_layout Plain Layout
30400
30401
30402 \backslash
30403 makeatother
30404 \end_layout
30405
30406 \end_inset
30407
30408
30409 \end_layout
30410
30411 \begin_layout Subsection
30412 Numbering with Roman Numbers and Letters
30413 \begin_inset CommandInset label
30414 LatexCommand label
30415 name "sub:Numbering-with-Roman"
30416
30417 \end_inset
30418
30419
30420 \begin_inset Index
30421 status collapsed
30422
30423 \begin_layout Plain Layout
30424 Formula numbering ! with letters
30425 \end_layout
30426
30427 \end_inset
30428
30429
30430 \begin_inset Index
30431 status collapsed
30432
30433 \begin_layout Plain Layout
30434 Formula numbering ! with Roman numbers
30435 \end_layout
30436
30437 \end_inset
30438
30439
30440 \end_layout
30441
30442 \begin_layout Standard
30443 Formulas can also be numbered with Roman numbers and Latin letters.
30444  To number for example with small Roman numbers, the command
30445 \end_layout
30446
30447 \begin_layout Standard
30448
30449 \series bold
30450
30451 \backslash
30452 renewcommand{
30453 \backslash
30454 theequation}{
30455 \backslash
30456 roman{equation}}
30457 \end_layout
30458
30459 \begin_layout Standard
30460 is inserted before the formula in TeX-mode.
30461  
30462 \series bold
30463
30464 \backslash
30465 renewcommand
30466 \series default
30467
30468 \begin_inset Index
30469 status collapsed
30470
30471 \begin_layout Plain Layout
30472 Commands ! R ! 
30473 \backslash
30474 renewcommand
30475 \end_layout
30476
30477 \end_inset
30478
30479  redefines the predefined command 
30480 \series bold
30481
30482 \backslash
30483 theequation
30484 \series default
30485  to the command 
30486 \series bold
30487
30488 \backslash
30489 roman{equation}
30490 \series default
30491
30492 \begin_inset Foot
30493 status collapsed
30494
30495 \begin_layout Plain Layout
30496 The command 
30497 \series bold
30498
30499 \backslash
30500 renewcommand
30501 \series default
30502  has the same scheme like the command 
30503 \series bold
30504
30505 \backslash
30506 newcommand
30507 \series default
30508  that is described in 
30509 \begin_inset CommandInset ref
30510 LatexCommand ref
30511 reference "sec:User-defined-Commands"
30512
30513 \end_inset
30514
30515 .
30516 \end_layout
30517
30518 \end_inset
30519
30520 .
30521  
30522 \series bold
30523 equation
30524 \series default
30525  is the formula counter.
30526  When the command 
30527 \series bold
30528
30529 \backslash
30530 the
30531 \series default
30532  is used as prefix for a counter, the value of the counter is output as
30533  Arabic number.
30534  When a formula is numbered, LaTeX sets internally the command 
30535 \series bold
30536
30537 \backslash
30538 theequation
30539 \series default
30540  behind the formula.
30541  
30542 \series bold
30543
30544 \backslash
30545 roman{equation}
30546 \begin_inset Index
30547 status collapsed
30548
30549 \begin_layout Plain Layout
30550 Commands ! R ! 
30551 \backslash
30552 roman
30553 \end_layout
30554
30555 \end_inset
30556
30557
30558 \series default
30559  outputs the counter as small Roman number.
30560 \end_layout
30561
30562 \begin_layout Standard
30563 All formulas behind the command 
30564 \series bold
30565
30566 \backslash
30567 renew
30568 \series default
30569 c
30570 \series bold
30571 ommand
30572 \series default
30573  are now numbered Roman.
30574  To switch to numbering with big Roman numbers, the command is inserted
30575  again, but 
30576 \series bold
30577
30578 \backslash
30579 roman
30580 \series default
30581  is replaced by 
30582 \series bold
30583
30584 \backslash
30585 Roman
30586 \series default
30587
30588 \begin_inset Index
30589 status collapsed
30590
30591 \begin_layout Plain Layout
30592 Commands ! R ! 
30593 \backslash
30594 roman@
30595 \backslash
30596 Roman
30597 \end_layout
30598
30599 \end_inset
30600
30601 .
30602  To 
30603 \begin_inset Quotes eld
30604 \end_inset
30605
30606 number
30607 \begin_inset Quotes erd
30608 \end_inset
30609
30610  with small Latin letters there is the command 
30611 \series bold
30612
30613 \backslash
30614 alph
30615 \series default
30616
30617 \begin_inset Index
30618 status collapsed
30619
30620 \begin_layout Plain Layout
30621 Commands ! A ! 
30622 \backslash
30623 alph
30624 \end_layout
30625
30626 \end_inset
30627
30628 , for big ones there is the command 
30629 \series bold
30630
30631 \backslash
30632 Alph
30633 \series default
30634
30635 \begin_inset Index
30636 status open
30637
30638 \begin_layout Plain Layout
30639 Commands ! A ! 
30640 \backslash
30641 alph@
30642 \backslash
30643 Alph
30644 \end_layout
30645
30646 \end_inset
30647
30648 .
30649 \end_layout
30650
30651 \begin_layout Standard
30652 \begin_inset Note Greyedout
30653 status open
30654
30655 \begin_layout Plain Layout
30656
30657 \series bold
30658 Note:
30659 \series default
30660  Only maximal 26 formulas can be numbered with Latin letters in one document.
30661 \end_layout
30662
30663 \end_inset
30664
30665
30666 \end_layout
30667
30668 \begin_layout Standard
30669 \begin_inset ERT
30670 status collapsed
30671
30672 \begin_layout Plain Layout
30673
30674
30675 \backslash
30676 renewcommand{
30677 \backslash
30678 theequation}{
30679 \backslash
30680 roman{equation}}
30681 \end_layout
30682
30683 \end_inset
30684
30685
30686 \end_layout
30687
30688 \begin_layout Standard
30689 \begin_inset Formula \begin{equation}
30690 A=\textrm{small roman}\label{eq:rom}\end{equation}
30691
30692 \end_inset
30693
30694
30695 \begin_inset ERT
30696 status collapsed
30697
30698 \begin_layout Plain Layout
30699
30700
30701 \backslash
30702 renewcommand{
30703 \backslash
30704 theequation}{
30705 \backslash
30706 Roman{equation}}
30707 \end_layout
30708
30709 \end_inset
30710
30711
30712 \begin_inset Formula \begin{equation}
30713 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
30714
30715 \end_inset
30716
30717
30718 \begin_inset ERT
30719 status collapsed
30720
30721 \begin_layout Plain Layout
30722
30723
30724 \backslash
30725 renewcommand{
30726 \backslash
30727 theequation}{
30728 \backslash
30729 alph{equation}}
30730 \end_layout
30731
30732 \end_inset
30733
30734
30735 \begin_inset Formula \begin{equation}
30736 C=\textrm{small Latin}\label{eq:lat}\end{equation}
30737
30738 \end_inset
30739
30740
30741 \begin_inset ERT
30742 status collapsed
30743
30744 \begin_layout Plain Layout
30745
30746
30747 \backslash
30748 renewcommand{
30749 \backslash
30750 theequation}{
30751 \backslash
30752 Alph{equation}}
30753 \end_layout
30754
30755 \end_inset
30756
30757
30758 \begin_inset Formula \begin{equation}
30759 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
30760
30761 \end_inset
30762
30763
30764 \end_layout
30765
30766 \begin_layout Standard
30767 To switch back to the default numbering, insert the command:
30768 \end_layout
30769
30770 \begin_layout Standard
30771
30772 \series bold
30773
30774 \backslash
30775 renewcommand{
30776 \backslash
30777 theequation}{
30778 \backslash
30779 arabic{equation}}
30780 \begin_inset Index
30781 status collapsed
30782
30783 \begin_layout Plain Layout
30784 Commands ! A ! 
30785 \backslash
30786 arabic
30787 \end_layout
30788
30789 \end_inset
30790
30791
30792 \end_layout
30793
30794 \begin_layout Standard
30795 \begin_inset ERT
30796 status collapsed
30797
30798 \begin_layout Plain Layout
30799
30800
30801 \backslash
30802 renewcommand{
30803 \backslash
30804 theequation}{
30805 \backslash
30806 arabic{equation}}
30807 \end_layout
30808
30809 \end_inset
30810
30811
30812 \begin_inset Formula \begin{equation}
30813 E=\textrm{Arabic}\label{eq:arab}\end{equation}
30814
30815 \end_inset
30816
30817
30818 \end_layout
30819
30820 \begin_layout Standard
30821 \begin_inset VSpace medskip
30822 \end_inset
30823
30824 As you see, formulas are numbered serially independent from the numbering
30825  style.
30826  When then numbering should start with 
30827 \begin_inset Quotes eld
30828 \end_inset
30829
30830 1
30831 \begin_inset Quotes erd
30832 \end_inset
30833
30834  when the style is changed, new equation counters have to be defined.
30835  A description about this can be found in the file 
30836 \begin_inset CommandInset href
30837 LatexCommand href
30838 target "Formula-numbering.lyx"
30839
30840 \end_inset
30841
30842 .
30843 \end_layout
30844
30845 \begin_layout Section
30846 User-defined Commands
30847 \begin_inset CommandInset label
30848 LatexCommand label
30849 name "sec:User-defined-Commands"
30850
30851 \end_inset
30852
30853
30854 \begin_inset Index
30855 status collapsed
30856
30857 \begin_layout Plain Layout
30858 User-defined commands
30859 \end_layout
30860
30861 \end_inset
30862
30863
30864 \end_layout
30865
30866 \begin_layout Standard
30867 Many LaTeX-commands are too long to be used frequently.
30868  But it is possible to define with the command 
30869 \series bold
30870
30871 \backslash
30872 newcommand
30873 \series default
30874
30875 \begin_inset Index
30876 status collapsed
30877
30878 \begin_layout Plain Layout
30879 Commands ! N ! 
30880 \backslash
30881 newcommand
30882 \end_layout
30883
30884 \end_inset
30885
30886  new shorter commands.
30887 \end_layout
30888
30889 \begin_layout Standard
30890 The command scheme of 
30891 \series bold
30892
30893 \backslash
30894 newcommand
30895 \series default
30896  is:
30897 \end_layout
30898
30899 \begin_layout Standard
30900
30901 \series bold
30902
30903 \backslash
30904 newcommand{new command name}[number of arguments][optional
30905 \series default
30906  
30907 \series bold
30908 value]
30909 \begin_inset Newline newline
30910 \end_inset
30911
30912
30913 \begin_inset ERT
30914 status collapsed
30915
30916 \begin_layout Plain Layout
30917
30918
30919 \backslash
30920 phantom{
30921 \end_layout
30922
30923 \end_inset
30924
30925
30926 \backslash
30927 newcommand
30928 \begin_inset ERT
30929 status collapsed
30930
30931 \begin_layout Plain Layout
30932
30933 }
30934 \end_layout
30935
30936 \end_inset
30937
30938 {command definition}
30939 \end_layout
30940
30941 \begin_layout Standard
30942 \begin_inset Note Greyedout
30943 status open
30944
30945 \begin_layout Plain Layout
30946
30947 \series bold
30948 Note:
30949 \series default
30950  Assure that the name of the new command is not already used in your document
30951  or by LaTeX-packages that you use.
30952  When you for example define the command 
30953 \series bold
30954
30955 \backslash
30956 le
30957 \series default
30958  for 
30959 \series bold
30960
30961 \backslash
30962 Leftarrow
30963 \series default
30964 , you get an error message because 
30965 \series bold
30966
30967 \backslash
30968 le
30969 \series default
30970  is already defined as command for 
30971 \begin_inset Quotes eld
30972 \end_inset
30973
30974
30975 \begin_inset Formula $\le$
30976 \end_inset
30977
30978
30979 \begin_inset Quotes erd
30980 \end_inset
30981
30982 .
30983 \end_layout
30984
30985 \end_inset
30986
30987
30988 \end_layout
30989
30990 \begin_layout Standard
30991 \begin_inset Note Greyedout
30992 status open
30993
30994 \begin_layout Plain Layout
30995
30996 \series bold
30997 Note:
30998 \series default
30999  The names of user-defined commands may only consist of Latin letters.
31000 \end_layout
31001
31002 \end_inset
31003
31004
31005 \end_layout
31006
31007 \begin_layout Standard
31008 The number of arguments is an integer in the range 0
31009 \begin_inset space \thinspace{}
31010 \end_inset
31011
31012 -
31013 \begin_inset space \thinspace{}
31014 \end_inset
31015
31016 9 and specifies how many arguments the new command should have.
31017  With the optional value a value for an optional argument can be predefined.
31018  When this is done, the 
31019 \emph on
31020 first
31021 \emph default
31022  
31023 \emph on
31024 a
31025 \emph default
31026 rgument of the new command is automatically an optional one.
31027 \end_layout
31028
31029 \begin_layout Standard
31030 Here are some examples:
31031 \end_layout
31032
31033 \begin_layout Itemize
31034 To define the command 
31035 \series bold
31036
31037 \backslash
31038 gr
31039 \series default
31040  for 
31041 \series bold
31042
31043 \backslash
31044 Longrightarrow
31045 \series default
31046 , the LaTeX-preamble line is:
31047 \begin_inset ERT
31048 status collapsed
31049
31050 \begin_layout Plain Layout
31051
31052
31053 \backslash
31054 medskip
31055 \end_layout
31056
31057 \end_inset
31058
31059
31060 \series bold
31061
31062 \begin_inset Newline newline
31063 \end_inset
31064
31065
31066 \backslash
31067 newcommand{
31068 \backslash
31069 gr}{
31070 \backslash
31071 Longrightarrow}
31072 \end_layout
31073
31074 \begin_layout Itemize
31075 To define the command 
31076 \series bold
31077
31078 \backslash
31079 us
31080 \series default
31081  for 
31082 \series bold
31083
31084 \backslash
31085 underline
31086 \series default
31087 , the argument (that should be underlined) must be taken into account.
31088  For this the preamble line is:
31089 \begin_inset ERT
31090 status collapsed
31091
31092 \begin_layout Plain Layout
31093
31094
31095 \backslash
31096 medskip
31097 \end_layout
31098
31099 \end_inset
31100
31101
31102 \series bold
31103
31104 \begin_inset Newline newline
31105 \end_inset
31106
31107
31108 \backslash
31109 newcommand{
31110 \backslash
31111 us}[1]{
31112 \backslash
31113 underline{#1}}
31114 \series default
31115
31116 \begin_inset ERT
31117 status collapsed
31118
31119 \begin_layout Plain Layout
31120
31121
31122 \backslash
31123 medskip
31124 \end_layout
31125
31126 \end_inset
31127
31128
31129 \series bold
31130
31131 \begin_inset Newline newline
31132 \end_inset
31133
31134
31135 \series default
31136 The character 
31137 \series bold
31138 #
31139 \series default
31140  acts as argument placeholder, the 
31141 \series bold
31142 1
31143 \series default
31144  behind it denotes that it is the placeholder for the first argument.
31145 \end_layout
31146
31147 \begin_layout Itemize
31148 For 
31149 \series bold
31150
31151 \backslash
31152 framebox
31153 \series default
31154  one can e.
31155 \begin_inset space \thinspace{}
31156 \end_inset
31157
31158 g.
31159 \begin_inset space ~
31160 \end_inset
31161
31162 define the command 
31163 \series bold
31164
31165 \backslash
31166 fb
31167 \series default
31168 :
31169 \begin_inset ERT
31170 status collapsed
31171
31172 \begin_layout Plain Layout
31173
31174
31175 \backslash
31176 medskip
31177 \end_layout
31178
31179 \end_inset
31180
31181
31182 \series bold
31183
31184 \begin_inset Newline newline
31185 \end_inset
31186
31187
31188 \backslash
31189 newcommand{
31190 \backslash
31191 fb}[3]{
31192 \backslash
31193 framebox#1#2{$#3$}}
31194 \series default
31195
31196 \begin_inset ERT
31197 status collapsed
31198
31199 \begin_layout Plain Layout
31200
31201
31202 \backslash
31203 medskip
31204 \end_layout
31205
31206 \end_inset
31207
31208
31209 \series bold
31210
31211 \begin_inset Newline newline
31212 \end_inset
31213
31214
31215 \series default
31216 The two Dollar signs creates the extra formula needed for 
31217 \series bold
31218
31219 \backslash
31220 framebox
31221 \series default
31222 , see 
31223 \begin_inset CommandInset ref
31224 LatexCommand ref
31225 reference "sub:Boxes-with-Frame"
31226
31227 \end_inset
31228
31229 .
31230 \end_layout
31231
31232 \begin_layout Itemize
31233 To create a new command for 
31234 \series bold
31235
31236 \backslash
31237 fcolorbox
31238 \series default
31239  where the color for the box needn't to be specified, the argument for the
31240  color is defined optional:
31241 \begin_inset ERT
31242 status collapsed
31243
31244 \begin_layout Plain Layout
31245
31246
31247 \backslash
31248 medskip
31249 \end_layout
31250
31251 \end_inset
31252
31253
31254 \series bold
31255
31256 \begin_inset Newline newline
31257 \end_inset
31258
31259
31260 \backslash
31261 newcommand{
31262 \backslash
31263 cb}[3][white]{
31264 \backslash
31265 fcolorbox{#2}{#1}{$#3$}}
31266 \series default
31267
31268 \begin_inset ERT
31269 status collapsed
31270
31271 \begin_layout Plain Layout
31272
31273
31274 \backslash
31275 medskip
31276 \end_layout
31277
31278 \end_inset
31279
31280
31281 \begin_inset Newline newline
31282 \end_inset
31283
31284 When the color is not specified when using 
31285 \series bold
31286
31287 \backslash
31288 cb
31289 \series default
31290 , the predefined color 
31291 \series bold
31292 white
31293 \series default
31294  will be used.
31295 \end_layout
31296
31297 \begin_layout Standard
31298 A test of the new defined commands:
31299 \end_layout
31300
31301 \begin_layout Standard
31302 \align center
31303 \begin_inset Tabular
31304 <lyxtabular version="3" rows="6" columns="2">
31305 <features>
31306 <column alignment="center" valignment="top" width="0">
31307 <column alignment="center" valignment="top" width="0">
31308 <row>
31309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31310 \begin_inset Text
31311
31312 \begin_layout Plain Layout
31313 Command
31314 \end_layout
31315
31316 \end_inset
31317 </cell>
31318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31319 \begin_inset Text
31320
31321 \begin_layout Plain Layout
31322 Result
31323 \begin_inset Note Note
31324 status collapsed
31325
31326 \begin_layout Plain Layout
31327
31328 \series bold
31329
31330 \backslash
31331 raisebox
31332 \series default
31333  is only used as spacer.
31334 \end_layout
31335
31336 \end_inset
31337
31338
31339 \end_layout
31340
31341 \end_inset
31342 </cell>
31343 </row>
31344 <row>
31345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31346 \begin_inset Text
31347
31348 \begin_layout Plain Layout
31349 A
31350 \backslash
31351 gr
31352 \begin_inset ERT
31353 status collapsed
31354
31355 \begin_layout Plain Layout
31356
31357
31358 \backslash
31359 spce 
31360 \end_layout
31361
31362 \end_inset
31363
31364 B
31365 \end_layout
31366
31367 \end_inset
31368 </cell>
31369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31370 \begin_inset Text
31371
31372 \begin_layout Plain Layout
31373 \begin_inset Formula $A\gr B$
31374 \end_inset
31375
31376
31377 \end_layout
31378
31379 \end_inset
31380 </cell>
31381 </row>
31382 <row>
31383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31384 \begin_inset Text
31385
31386 \begin_layout Plain Layout
31387
31388 \backslash
31389 us{ABcd
31390 \end_layout
31391
31392 \end_inset
31393 </cell>
31394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31395 \begin_inset Text
31396
31397 \begin_layout Plain Layout
31398 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31399 \end_inset
31400
31401
31402 \end_layout
31403
31404 \end_inset
31405 </cell>
31406 </row>
31407 <row>
31408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31409 \begin_inset Text
31410
31411 \begin_layout Plain Layout
31412
31413 \backslash
31414 fb{[2cm]
31415 \begin_inset Formula $\to$
31416 \end_inset
31417
31418
31419 \backslash
31420 {
31421 \begin_inset Formula $\to$
31422 \end_inset
31423
31424
31425 \backslash
31426 {
31427 \backslash
31428 int
31429 \begin_inset ERT
31430 status collapsed
31431
31432 \begin_layout Plain Layout
31433
31434
31435 \backslash
31436 spce 
31437 \end_layout
31438
31439 \end_inset
31440
31441 A=B
31442 \end_layout
31443
31444 \end_inset
31445 </cell>
31446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31447 \begin_inset Text
31448
31449 \begin_layout Plain Layout
31450 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31451 \end_inset
31452
31453
31454 \end_layout
31455
31456 \end_inset
31457 </cell>
31458 </row>
31459 <row>
31460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31461 \begin_inset Text
31462
31463 \begin_layout Plain Layout
31464
31465 \backslash
31466 cb{red
31467 \begin_inset Formula $\to$
31468 \end_inset
31469
31470
31471 \backslash
31472 {
31473 \backslash
31474 int
31475 \begin_inset ERT
31476 status collapsed
31477
31478 \begin_layout Plain Layout
31479
31480
31481 \backslash
31482 spce 
31483 \end_layout
31484
31485 \end_inset
31486
31487 A=B
31488 \end_layout
31489
31490 \end_inset
31491 </cell>
31492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31493 \begin_inset Text
31494
31495 \begin_layout Plain Layout
31496 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31497 \end_inset
31498
31499
31500 \end_layout
31501
31502 \end_inset
31503 </cell>
31504 </row>
31505 <row>
31506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31507 \begin_inset Text
31508
31509 \begin_layout Plain Layout
31510
31511 \backslash
31512 cb[green]
31513 \backslash
31514 {red
31515 \begin_inset Formula $\to$
31516 \end_inset
31517
31518
31519 \backslash
31520 {
31521 \backslash
31522 int
31523 \begin_inset ERT
31524 status collapsed
31525
31526 \begin_layout Plain Layout
31527
31528
31529 \backslash
31530 spce 
31531 \end_layout
31532
31533 \end_inset
31534
31535 A=B
31536 \end_layout
31537
31538 \end_inset
31539 </cell>
31540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31541 \begin_inset Text
31542
31543 \begin_layout Plain Layout
31544 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31545 \end_inset
31546
31547
31548 \end_layout
31549
31550 \end_inset
31551 </cell>
31552 </row>
31553 </lyxtabular>
31554
31555 \end_inset
31556
31557
31558 \end_layout
31559
31560 \begin_layout Section
31561 Diagrams
31562 \end_layout
31563
31564 \begin_layout Standard
31565 LyX supports two types of commutative diagrams: 
31566 \series bold
31567 amscd
31568 \series default
31569  and 
31570 \series bold
31571 xymatrix
31572 \series default
31573  that are explained in the following.
31574 \end_layout
31575
31576 \begin_layout Subsection
31577 Amscd Diagrams
31578 \begin_inset Index
31579 status collapsed
31580
31581 \begin_layout Plain Layout
31582 Diagrams ! amscd
31583 \end_layout
31584
31585 \end_inset
31586
31587
31588 \end_layout
31589
31590 \begin_layout Standard
31591 Diagrams of this type visualize relations by vertical and horizontal lines
31592  or arrows:
31593 \begin_inset Formula \[
31594 \begin{CD}A@>>>B@>>>C\\
31595 @AAA@.@VVV\\
31596 F@<<<E@<<<D\end{CD}\]
31597
31598 \end_inset
31599
31600
31601 \end_layout
31602
31603 \begin_layout Standard
31604 To get them, the command 
31605 \series bold
31606
31607 \backslash
31608 CD
31609 \begin_inset Index
31610 status collapsed
31611
31612 \begin_layout Plain Layout
31613 Commands ! C ! 
31614 \backslash
31615 CD
31616 \end_layout
31617
31618 \end_inset
31619
31620
31621 \series default
31622  is inserted to a formula.
31623  A blue box appears with two dashed lines where further commands can be
31624  inserted.
31625  With 
31626 \family sans
31627 Ctrl-Return
31628 \family default
31629  a new line is created.
31630  Horizontal relations are inserted in odd, vertical in even formula lines.
31631 \end_layout
31632
31633 \begin_layout Standard
31634 To create the relations there are the following commands:
31635 \end_layout
31636
31637 \begin_layout Itemize
31638
31639 \series bold
31640 @<<<
31641 \series default
31642  creates a left arrow, 
31643 \series bold
31644 @>>>
31645 \series default
31646  a right arrow, and 
31647 \series bold
31648 @=
31649 \series default
31650  a long equal sign
31651 \end_layout
31652
31653 \begin_layout Itemize
31654
31655 \series bold
31656 @AAA
31657 \series default
31658  creates an up arrow, 
31659 \series bold
31660 @VVV
31661 \series default
31662  an down arrow, and 
31663 \series bold
31664 @|
31665 \series default
31666  a vertical equal sign
31667 \end_layout
31668
31669 \begin_layout Itemize
31670
31671 \series bold
31672 @.
31673
31674 \series default
31675  is a placeholder for non-existent relations
31676 \end_layout
31677
31678 \begin_layout Standard
31679 All arrows can be labeled as follows:
31680 \end_layout
31681
31682 \begin_layout Itemize
31683 Is text inserted between the first and second < or >, resp., it is placed
31684  above the arrow.
31685  When it is inserted between the second and third one, it appears under
31686  the arrow.
31687 \end_layout
31688
31689 \begin_layout Itemize
31690 When text for vertical arrows is inserted between the first and second A
31691  or V, resp., it is placed left beside the arrow.
31692  When it is inserted between the second and third one, it appears right
31693  beside the arrow.
31694  If the text contains an A or V, these letters must be set into a TeX-brace.
31695 \end_layout
31696
31697 \begin_layout Standard
31698 As example a diagram with all possible relations:
31699 \end_layout
31700
31701 \begin_layout Standard
31702 \begin_inset Formula \[
31703 \begin{CD}A@>j>>B@>>k>C@=F\\
31704 @AmAA@.@VV{V}V@|\\
31705 D@<<j<E@>k>>F@=C\end{CD}\]
31706
31707 \end_inset
31708
31709
31710 \end_layout
31711
31712 \begin_layout Standard
31713 The command for this is:
31714 \begin_inset Newline newline
31715 \end_inset
31716
31717
31718 \series bold
31719
31720 \backslash
31721 CD
31722 \begin_inset ERT
31723 status collapsed
31724
31725 \begin_layout Plain Layout
31726
31727
31728 \backslash
31729 spce 
31730 \end_layout
31731
31732 \end_inset
31733
31734 A@>j>>B@>>k>C@=F Ctrl-Enter
31735 \begin_inset Newline newline
31736 \end_inset
31737
31738
31739 \begin_inset ERT
31740 status collapsed
31741
31742 \begin_layout Plain Layout
31743
31744
31745 \backslash
31746 hphantom{
31747 \end_layout
31748
31749 \end_inset
31750
31751
31752 \backslash
31753 CD
31754 \begin_inset ERT
31755 status collapsed
31756
31757 \begin_layout Plain Layout
31758
31759
31760 \backslash
31761 spce 
31762 \end_layout
31763
31764 \end_inset
31765
31766
31767 \begin_inset ERT
31768 status collapsed
31769
31770 \begin_layout Plain Layout
31771
31772 }
31773 \end_layout
31774
31775 \end_inset
31776
31777 @AmAA@.@VV
31778 \backslash
31779 {V
31780 \series default
31781
31782 \begin_inset Formula $\to$
31783 \end_inset
31784
31785
31786 \series bold
31787 V@| Ctrl-Enter
31788 \begin_inset Newline newline
31789 \end_inset
31790
31791
31792 \begin_inset ERT
31793 status collapsed
31794
31795 \begin_layout Plain Layout
31796
31797
31798 \backslash
31799 hphantom{
31800 \end_layout
31801
31802 \end_inset
31803
31804
31805 \backslash
31806 CD
31807 \begin_inset ERT
31808 status collapsed
31809
31810 \begin_layout Plain Layout
31811
31812
31813 \backslash
31814 spce 
31815 \end_layout
31816
31817 \end_inset
31818
31819
31820 \begin_inset ERT
31821 status collapsed
31822
31823 \begin_layout Plain Layout
31824
31825 }
31826 \end_layout
31827
31828 \end_inset
31829
31830 D@<<j<E@>k>>F@=C
31831 \end_layout
31832
31833 \begin_layout Subsection
31834 Xymatrix Diagrams
31835 \begin_inset Index
31836 status collapsed
31837
31838 \begin_layout Plain Layout
31839 Diagrams ! xymatrix
31840 \end_layout
31841
31842 \end_inset
31843
31844
31845 \end_layout
31846
31847 \begin_layout Standard
31848 To be able to use xymatrices, the LaTeX-package 
31849 \series bold
31850 xypic
31851 \series default
31852  must be installed.
31853  A xymatrix is created by inserting the command 
31854 \series bold
31855
31856 \backslash
31857 xymatrix
31858 \series default
31859  in a formula.
31860  Then you are able to add new matrix columns and rows like for normal matrices,
31861  see 
31862 \begin_inset CommandInset ref
31863 LatexCommand ref
31864 reference "sec:Matrices"
31865
31866 \end_inset
31867
31868 .
31869 \end_layout
31870
31871 \begin_layout Standard
31872 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
31873  and much more.
31874  All possibilities to create commutative diagrams and decorations are explained
31875  in detail in this manual: 
31876 \begin_inset CommandInset href
31877 LatexCommand href
31878 target "http://wiki.lyx.org/LyX/XY-pic#xy-manual"
31879
31880 \end_inset
31881
31882 .
31883 \end_layout
31884
31885 \begin_layout Standard
31886 \begin_inset Newpage newpage
31887 \end_inset
31888
31889
31890 \end_layout
31891
31892 \begin_layout Section
31893 Tips
31894 \begin_inset ERT
31895 status collapsed
31896
31897 \begin_layout Plain Layout
31898
31899
31900 \backslash
31901 texorpdfstring{
31902 \end_layout
31903
31904 \end_inset
31905
31906
31907 \begin_inset Foot
31908 status collapsed
31909
31910 \begin_layout Plain Layout
31911 Other useful math tips can be found in 
31912 \begin_inset CommandInset citation
31913 LatexCommand cite
31914 key "Voss"
31915
31916 \end_inset
31917
31918 .
31919 \end_layout
31920
31921 \end_inset
31922
31923
31924 \begin_inset ERT
31925 status collapsed
31926
31927 \begin_layout Plain Layout
31928
31929 }{}
31930 \end_layout
31931
31932 \end_inset
31933
31934
31935 \begin_inset Note Note
31936 status collapsed
31937
31938 \begin_layout Plain Layout
31939
31940 \backslash
31941 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
31942 \end_layout
31943
31944 \begin_layout Plain Layout
31945 More about 
31946 \backslash
31947 texorpdfstring is in section 
31948 \begin_inset CommandInset ref
31949 LatexCommand ref
31950 reference "sub:Formulas-in-Section"
31951
31952 \end_inset
31953
31954 .
31955 \end_layout
31956
31957 \end_inset
31958
31959
31960 \begin_inset Index
31961 status collapsed
31962
31963 \begin_layout Plain Layout
31964 Tips
31965 \end_layout
31966
31967 \end_inset
31968
31969
31970 \begin_inset Index
31971 status collapsed
31972
31973 \begin_layout Plain Layout
31974 Ions|see
31975 \begin_inset ERT
31976 status collapsed
31977
31978 \begin_layout Plain Layout
31979
31980 {
31981 \end_layout
31982
31983 \end_inset
31984
31985 Chemical characters
31986 \begin_inset ERT
31987 status collapsed
31988
31989 \begin_layout Plain Layout
31990
31991 }
31992 \end_layout
31993
31994 \end_inset
31995
31996
31997 \end_layout
31998
31999 \end_inset
32000
32001
32002 \end_layout
32003
32004 \begin_layout Subsection
32005 Chemical Symbols and Equations
32006 \begin_inset CommandInset label
32007 LatexCommand label
32008 name "sub:Chemical-Symbols-and"
32009
32010 \end_inset
32011
32012
32013 \begin_inset Index
32014 status collapsed
32015
32016 \begin_layout Plain Layout
32017 Chemical characters ! Symbols
32018 \end_layout
32019
32020 \end_inset
32021
32022
32023 \begin_inset Index
32024 status collapsed
32025
32026 \begin_layout Plain Layout
32027 Chemical equations
32028 \end_layout
32029
32030 \end_inset
32031
32032
32033 \begin_inset Index
32034 status collapsed
32035
32036 \begin_layout Plain Layout
32037 Symbols ! chemical
32038 \end_layout
32039
32040 \end_inset
32041
32042
32043 \end_layout
32044
32045 \begin_layout Standard
32046 An example text from chemistry:
32047 \end_layout
32048
32049 \begin_layout Quote
32050 The 
32051 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32052 \end_inset
32053
32054 -ion reacts with two 
32055 \begin_inset Formula $\mathrm{Na^{+}}$
32056 \end_inset
32057
32058 -ions to sodium sulfate 
32059 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32060 \end_inset
32061
32062 .
32063  The chemical equation for this is:
32064 \begin_inset Formula \[
32065 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32066
32067 \end_inset
32068
32069
32070 \end_layout
32071
32072 \begin_layout Standard
32073 This chemical equation can directly be created as formula.
32074  To avoid that the symbols appear italic, everything is highlighted and
32075  changed by the shortcut 
32076 \family sans
32077 Alt-c
32078 \begin_inset space ~
32079 \end_inset
32080
32081 r
32082 \family default
32083  to the upright font style.
32084 \begin_inset Foot
32085 status collapsed
32086
32087 \begin_layout Plain Layout
32088 font styles
32089 \series bold
32090  
32091 \series default
32092 see 
32093 \begin_inset CommandInset ref
32094 LatexCommand ref
32095 reference "sub:Font-Styles"
32096
32097 \end_inset
32098
32099
32100 \end_layout
32101
32102 \end_inset
32103
32104
32105 \end_layout
32106
32107 \begin_layout Subsection
32108 Negative Numbers
32109 \begin_inset Index
32110 status collapsed
32111
32112 \begin_layout Plain Layout
32113 Numbers ! negative
32114 \end_layout
32115
32116 \end_inset
32117
32118
32119 \end_layout
32120
32121 \begin_layout Standard
32122 Negative numbers often look ugly in formulas because the minus sign before
32123  the number is set with the same length as the minus operator sign.
32124  When writing the negative number in normal text, the minus sign appears
32125  correctly.
32126 \end_layout
32127
32128 \begin_layout Standard
32129 Thus, the problem disappears when converting the minus sign to mathematical
32130  text.
32131 \end_layout
32132
32133 \begin_layout Standard
32134 An example to visualize the problem:
32135 \end_layout
32136
32137 \begin_layout Standard
32138 \align center
32139 \begin_inset Tabular
32140 <lyxtabular version="3" rows="3" columns="2">
32141 <features>
32142 <column alignment="right" valignment="top" width="0">
32143 <column alignment="left" valignment="top" width="0">
32144 <row>
32145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32146 \begin_inset Text
32147
32148 \begin_layout Plain Layout
32149 normal text:
32150 \end_layout
32151
32152 \end_inset
32153 </cell>
32154 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32155 \begin_inset Text
32156
32157 \begin_layout Plain Layout
32158 x = -2
32159 \end_layout
32160
32161 \end_inset
32162 </cell>
32163 </row>
32164 <row>
32165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32166 \begin_inset Text
32167
32168 \begin_layout Plain Layout
32169 formula:
32170 \end_layout
32171
32172 \end_inset
32173 </cell>
32174 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32175 \begin_inset Text
32176
32177 \begin_layout Plain Layout
32178 \begin_inset Formula $x=-2$
32179 \end_inset
32180
32181
32182 \end_layout
32183
32184 \end_inset
32185 </cell>
32186 </row>
32187 <row>
32188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32189 \begin_inset Text
32190
32191 \begin_layout Plain Layout
32192 solution:
32193 \end_layout
32194
32195 \end_inset
32196 </cell>
32197 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32198 \begin_inset Text
32199
32200 \begin_layout Plain Layout
32201 \begin_inset Formula $x=\textrm{-}2$
32202 \end_inset
32203
32204
32205 \end_layout
32206
32207 \end_inset
32208 </cell>
32209 </row>
32210 </lyxtabular>
32211
32212 \end_inset
32213
32214
32215 \end_layout
32216
32217 \begin_layout Subsection
32218 Comma as decimal Separator
32219 \begin_inset Index
32220 status collapsed
32221
32222 \begin_layout Plain Layout
32223 Comma
32224 \end_layout
32225
32226 \end_inset
32227
32228
32229 \end_layout
32230
32231 \begin_layout Standard
32232 In LaTeX a comma inside a formula is used, according to the English convention,
32233  as number group separator.
32234  So there will be space added behind all commas in formulas.
32235 \end_layout
32236
32237 \begin_layout Standard
32238 To avoid this, the comma is highlighted and changed to mathematical text
32239  (shortcut 
32240 \family sans
32241 Alt-m
32242 \begin_inset space ~
32243 \end_inset
32244
32245 m
32246 \family default
32247 ).
32248 \end_layout
32249
32250 \begin_layout Standard
32251 To use all formula commas in the document as decimal separator, the file
32252  
32253 \series bold
32254 icomma.sty
32255 \series default
32256
32257 \begin_inset Foot
32258 status collapsed
32259
32260 \begin_layout Plain Layout
32261
32262 \series bold
32263 icomma
32264 \series default
32265  is part of the LaTeX-package 
32266 \series bold
32267 was
32268 \series default
32269
32270 \begin_inset Index
32271 status collapsed
32272
32273 \begin_layout Plain Layout
32274 Packages ! was
32275 \begin_inset ERT
32276 status collapsed
32277
32278 \begin_layout Plain Layout
32279
32280
32281 \backslash
32282 vspace{4mm}
32283 \end_layout
32284
32285 \end_inset
32286
32287
32288 \end_layout
32289
32290 \end_inset
32291
32292 .
32293 \end_layout
32294
32295 \end_inset
32296
32297
32298 \begin_inset Index
32299 status collapsed
32300
32301 \begin_layout Plain Layout
32302 Packages ! icomma
32303 \end_layout
32304
32305 \end_inset
32306
32307  is loaded with the LaTeX-preamble line
32308 \end_layout
32309
32310 \begin_layout Standard
32311
32312 \series bold
32313
32314 \backslash
32315 usepackage{icomma}
32316 \end_layout
32317
32318 \begin_layout Subsection
32319 Physical Vectors
32320 \begin_inset CommandInset label
32321 LatexCommand label
32322 name "sub:Physical-Vectors"
32323
32324 \end_inset
32325
32326
32327 \begin_inset Index
32328 status collapsed
32329
32330 \begin_layout Plain Layout
32331 Vectors ! physical
32332 \end_layout
32333
32334 \end_inset
32335
32336
32337 \end_layout
32338
32339 \begin_layout Standard
32340 Predefined vectors are offered by the LaTeX-package 
32341 \series bold
32342 braket
32343 \series default
32344
32345 \begin_inset Foot
32346 status collapsed
32347
32348 \begin_layout Plain Layout
32349
32350 \series bold
32351 braket
32352 \series default
32353  should be part of every LaTeX standard installation.
32354 \end_layout
32355
32356 \end_inset
32357
32358
32359 \begin_inset Index
32360 status collapsed
32361
32362 \begin_layout Plain Layout
32363 Packages ! braket
32364 \end_layout
32365
32366 \end_inset
32367
32368  that is loaded with the LaTeX-preamble line
32369 \end_layout
32370
32371 \begin_layout Standard
32372
32373 \series bold
32374
32375 \backslash
32376 usepackage{braket}
32377 \end_layout
32378
32379 \begin_layout Standard
32380 \begin_inset ERT
32381 status collapsed
32382
32383 \begin_layout Plain Layout
32384
32385
32386 \backslash
32387 ifbraket 
32388 \end_layout
32389
32390 \end_inset
32391
32392
32393 \begin_inset Note Note
32394 status open
32395
32396 \begin_layout Plain Layout
32397 The following table will only be displayed when the LaTeX-package 
32398 \series bold
32399 braket
32400 \series default
32401  is installed.
32402 \end_layout
32403
32404 \end_inset
32405
32406 The following commands are defined:
32407 \end_layout
32408
32409 \begin_layout Standard
32410 \align center
32411 \begin_inset Tabular
32412 <lyxtabular version="3" rows="4" columns="2">
32413 <features>
32414 <column alignment="center" valignment="top" width="0">
32415 <column alignment="center" valignment="top" width="0">
32416 <row>
32417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32418 \begin_inset Text
32419
32420 \begin_layout Plain Layout
32421 Command
32422 \end_layout
32423
32424 \end_inset
32425 </cell>
32426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32427 \begin_inset Text
32428
32429 \begin_layout Plain Layout
32430 Result
32431 \end_layout
32432
32433 \end_inset
32434 </cell>
32435 </row>
32436 <row>
32437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32438 \begin_inset Text
32439
32440 \begin_layout Plain Layout
32441
32442 \backslash
32443 Bra{
32444 \backslash
32445 psi
32446 \end_layout
32447
32448 \end_inset
32449 </cell>
32450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32451 \begin_inset Text
32452
32453 \begin_layout Plain Layout
32454 \begin_inset Formula $\Bra{\psi}$
32455 \end_inset
32456
32457
32458 \end_layout
32459
32460 \end_inset
32461 </cell>
32462 </row>
32463 <row>
32464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32465 \begin_inset Text
32466
32467 \begin_layout Plain Layout
32468
32469 \backslash
32470 Ket{
32471 \backslash
32472 psi
32473 \end_layout
32474
32475 \end_inset
32476 </cell>
32477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32478 \begin_inset Text
32479
32480 \begin_layout Plain Layout
32481 \begin_inset Formula $\Ket{\psi}$
32482 \end_inset
32483
32484
32485 \end_layout
32486
32487 \end_inset
32488 </cell>
32489 </row>
32490 <row>
32491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32492 \begin_inset Text
32493
32494 \begin_layout Plain Layout
32495
32496 \backslash
32497 Braket{
32498 \backslash
32499 psi|
32500 \backslash
32501 phi
32502 \end_layout
32503
32504 \end_inset
32505 </cell>
32506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32507 \begin_inset Text
32508
32509 \begin_layout Plain Layout
32510 \begin_inset Formula $\Braket{\psi|\phi}$
32511 \end_inset
32512
32513
32514 \end_layout
32515
32516 \end_inset
32517 </cell>
32518 </row>
32519 </lyxtabular>
32520
32521 \end_inset
32522
32523
32524 \end_layout
32525
32526 \begin_layout Standard
32527 The command 
32528 \series bold
32529
32530 \backslash
32531 Braket
32532 \series default
32533  assures that all vertical bars are set in the size of the surrounding brackets:
32534 \begin_inset Formula \[
32535 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32536
32537 \end_inset
32538
32539
32540 \begin_inset ERT
32541 status collapsed
32542
32543 \begin_layout Plain Layout
32544
32545
32546 \backslash
32547 else 
32548 \end_layout
32549
32550 \end_inset
32551
32552
32553 \begin_inset Note Note
32554 status open
32555
32556 \begin_layout Plain Layout
32557 The following will be displayed when the LaTeX-package 
32558 \series bold
32559 braket
32560 \series default
32561  is not installed:
32562 \end_layout
32563
32564 \end_inset
32565
32566
32567 \end_layout
32568
32569 \begin_layout Standard
32570 You need to install the LaTeX-package 
32571 \series bold
32572 braket
32573 \series default
32574  to see the rest of this subsection in the output.
32575 \end_layout
32576
32577 \begin_layout Standard
32578 \begin_inset ERT
32579 status collapsed
32580
32581 \begin_layout Plain Layout
32582
32583
32584 \backslash
32585 fi 
32586 \end_layout
32587
32588 \end_inset
32589
32590
32591 \end_layout
32592
32593 \begin_layout Standard
32594 The effect of 
32595 \series bold
32596
32597 \backslash
32598 Braket
32599 \series default
32600  can also be achieved using the command 
32601 \series bold
32602
32603 \backslash
32604 middle
32605 \series default
32606 , that is described in 
32607 \begin_inset CommandInset ref
32608 LatexCommand ref
32609 reference "sub:Automatic-Bracket-Size"
32610
32611 \end_inset
32612
32613 .
32614 \end_layout
32615
32616 \begin_layout Subsection
32617 Self-defined Fractions
32618 \begin_inset CommandInset label
32619 LatexCommand label
32620 name "sub:Self-defined-Fractions"
32621
32622 \end_inset
32623
32624
32625 \begin_inset Index
32626 status collapsed
32627
32628 \begin_layout Plain Layout
32629 Fractions ! self-defined
32630 \end_layout
32631
32632 \end_inset
32633
32634
32635 \end_layout
32636
32637 \begin_layout Standard
32638 To define custom commands for fractions, the command 
32639 \series bold
32640
32641 \backslash
32642 genfrac
32643 \series default
32644
32645 \begin_inset Index
32646 status collapsed
32647
32648 \begin_layout Plain Layout
32649 Commands ! G ! 
32650 \backslash
32651 genfrac
32652 \end_layout
32653
32654 \end_inset
32655
32656  is used in the following scheme:
32657 \end_layout
32658
32659 \begin_layout Standard
32660
32661 \series bold
32662
32663 \backslash
32664 genfrac{left
32665 \series default
32666  
32667 \series bold
32668 bracket}{right
32669 \series default
32670  
32671 \series bold
32672 bracket}{fraction bar thickness}{style}
32673 \begin_inset Newline newline
32674 \end_inset
32675
32676
32677 \begin_inset ERT
32678 status collapsed
32679
32680 \begin_layout Plain Layout
32681
32682
32683 \backslash
32684 phantom{
32685 \end_layout
32686
32687 \end_inset
32688
32689
32690 \backslash
32691 genfrac
32692 \begin_inset ERT
32693 status collapsed
32694
32695 \begin_layout Plain Layout
32696
32697 }
32698 \end_layout
32699
32700 \end_inset
32701
32702 {numerator}{denominator}
32703 \end_layout
32704
32705 \begin_layout Standard
32706 The style is a number in the range of 0
32707 \begin_inset space \thinspace{}
32708 \end_inset
32709
32710 -
32711 \begin_inset space \thinspace{}
32712 \end_inset
32713
32714 3.
32715 \end_layout
32716
32717 \begin_layout Standard
32718 \align center
32719 \begin_inset Tabular
32720 <lyxtabular version="3" rows="5" columns="2">
32721 <features>
32722 <column alignment="center" valignment="top" width="0">
32723 <column alignment="center" valignment="top" width="0">
32724 <row>
32725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32726 \begin_inset Text
32727
32728 \begin_layout Plain Layout
32729 Number
32730 \end_layout
32731
32732 \end_inset
32733 </cell>
32734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32735 \begin_inset Text
32736
32737 \begin_layout Plain Layout
32738 Style (Size)
32739 \end_layout
32740
32741 \end_inset
32742 </cell>
32743 </row>
32744 <row>
32745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32746 \begin_inset Text
32747
32748 \begin_layout Plain Layout
32749 0
32750 \end_layout
32751
32752 \end_inset
32753 </cell>
32754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32755 \begin_inset Text
32756
32757 \begin_layout Plain Layout
32758 display style formula
32759 \end_layout
32760
32761 \end_inset
32762 </cell>
32763 </row>
32764 <row>
32765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32766 \begin_inset Text
32767
32768 \begin_layout Plain Layout
32769 1
32770 \end_layout
32771
32772 \end_inset
32773 </cell>
32774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32775 \begin_inset Text
32776
32777 \begin_layout Plain Layout
32778 inline formula
32779 \end_layout
32780
32781 \end_inset
32782 </cell>
32783 </row>
32784 <row>
32785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32786 \begin_inset Text
32787
32788 \begin_layout Plain Layout
32789 2
32790 \end_layout
32791
32792 \end_inset
32793 </cell>
32794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32795 \begin_inset Text
32796
32797 \begin_layout Plain Layout
32798 small
32799 \end_layout
32800
32801 \end_inset
32802 </cell>
32803 </row>
32804 <row>
32805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32806 \begin_inset Text
32807
32808 \begin_layout Plain Layout
32809 3
32810 \end_layout
32811
32812 \end_inset
32813 </cell>
32814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32815 \begin_inset Text
32816
32817 \begin_layout Plain Layout
32818 tiny
32819 \end_layout
32820
32821 \end_inset
32822 </cell>
32823 </row>
32824 </lyxtabular>
32825
32826 \end_inset
32827
32828
32829 \end_layout
32830
32831 \begin_layout Standard
32832 When no style is given, the size is adjusted to the surrounding environment
32833  like for the command 
32834 \series bold
32835
32836 \backslash
32837 frac
32838 \series default
32839 .
32840 \end_layout
32841
32842 \begin_layout Standard
32843 When no fraction bar thickness is given, the predefined value of 0.4
32844 \begin_inset space \thinspace{}
32845 \end_inset
32846
32847 pt will be used.
32848 \end_layout
32849
32850 \begin_layout Standard
32851 \begin_inset VSpace medskip
32852 \end_inset
32853
32854 For example, the commands 
32855 \series bold
32856
32857 \backslash
32858 dfrac
32859 \series default
32860  and 
32861 \series bold
32862
32863 \backslash
32864 tbinom
32865 \series default
32866  from 
32867 \begin_inset CommandInset ref
32868 LatexCommand ref
32869 reference "sub:Fractions"
32870
32871 \end_inset
32872
32873  are defined with the commands
32874 \end_layout
32875
32876 \begin_layout Standard
32877
32878 \series bold
32879
32880 \backslash
32881 newcommand{
32882 \backslash
32883 dfrac}[2]{
32884 \backslash
32885 genfrac{}{}{}{0}{#1}{#2}}
32886 \end_layout
32887
32888 \begin_layout Standard
32889 and
32890 \end_layout
32891
32892 \begin_layout Standard
32893
32894 \series bold
32895
32896 \backslash
32897 newcommand{
32898 \backslash
32899 tbinom}[2]{
32900 \backslash
32901 genfrac{(}{)}{0pt}{1}{#1}{#2}}
32902 \end_layout
32903
32904 \begin_layout Standard
32905 \begin_inset VSpace medskip
32906 \end_inset
32907
32908 To define a fraction where the fraction bar thickness can be given as optional
32909  argument, the following line is inserted to the LaTeX-preamble:
32910 \end_layout
32911
32912 \begin_layout Standard
32913
32914 \series bold
32915
32916 \backslash
32917 newcommand{
32918 \backslash
32919 fracS}[3][]{
32920 \backslash
32921 genfrac{}{}{#1}{}{#2}{#3}}
32922 \end_layout
32923
32924 \begin_layout Standard
32925 A test:
32926 \begin_inset Formula \begin{align*}
32927 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
32928 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
32929
32930 \end_inset
32931
32932 As one can see, the distance of the numerator and the denominator to the
32933  fraction bar is round about three times the bar thickness.
32934 \end_layout
32935
32936 \begin_layout Subsection
32937 Canceled Formulas
32938 \begin_inset CommandInset label
32939 LatexCommand label
32940 name "sub:Canceled-Formulas"
32941
32942 \end_inset
32943
32944
32945 \begin_inset Index
32946 status collapsed
32947
32948 \begin_layout Plain Layout
32949 Formula ! canceled
32950 \end_layout
32951
32952 \end_inset
32953
32954
32955 \end_layout
32956
32957 \begin_layout Standard
32958 To cancel formulas or formula parts, the LaTeX-package 
32959 \series bold
32960 cancel
32961 \series default
32962
32963 \begin_inset Foot
32964 status collapsed
32965
32966 \begin_layout Plain Layout
32967
32968 \series bold
32969 cancel
32970 \series default
32971  is part of every LaTeX standard installation.
32972 \end_layout
32973
32974 \end_inset
32975
32976
32977 \begin_inset Index
32978 status collapsed
32979
32980 \begin_layout Plain Layout
32981 Packages ! cancel
32982 \end_layout
32983
32984 \end_inset
32985
32986  has to be loaded with the LaTeX-preamble line
32987 \end_layout
32988
32989 \begin_layout Standard
32990
32991 \series bold
32992
32993 \backslash
32994 usepackage[samesize]{cancel}
32995 \end_layout
32996
32997 \begin_layout Standard
32998 There are four ways to cancel formulas:
32999 \end_layout
33000
33001 \begin_layout Standard
33002 \align center
33003 \begin_inset Tabular
33004 <lyxtabular version="3" rows="5" columns="2">
33005 <features>
33006 <column alignment="center" valignment="top" width="0">
33007 <column alignment="center" valignment="top" width="0">
33008 <row>
33009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33010 \begin_inset Text
33011
33012 \begin_layout Plain Layout
33013 Command
33014 \end_layout
33015
33016 \end_inset
33017 </cell>
33018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33019 \begin_inset Text
33020
33021 \begin_layout Plain Layout
33022 Result
33023 \begin_inset Note Note
33024 status collapsed
33025
33026 \begin_layout Plain Layout
33027
33028 \series bold
33029
33030 \backslash
33031 hspace
33032 \series default
33033  and
33034 \series bold
33035  
33036 \backslash
33037 raisebox
33038 \series default
33039  are used here as spacer.
33040 \end_layout
33041
33042 \end_inset
33043
33044
33045 \end_layout
33046
33047 \end_inset
33048 </cell>
33049 </row>
33050 <row>
33051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33052 \begin_inset Text
33053
33054 \begin_layout Plain Layout
33055
33056 \backslash
33057 cancel{
33058 \backslash
33059 int
33060 \begin_inset ERT
33061 status collapsed
33062
33063 \begin_layout Plain Layout
33064
33065
33066 \backslash
33067 spce 
33068 \end_layout
33069
33070 \end_inset
33071
33072 A=B
33073 \end_layout
33074
33075 \end_inset
33076 </cell>
33077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33078 \begin_inset Text
33079
33080 \begin_layout Plain Layout
33081 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33082 \end_inset
33083
33084
33085 \end_layout
33086
33087 \end_inset
33088 </cell>
33089 </row>
33090 <row>
33091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33092 \begin_inset Text
33093
33094 \begin_layout Plain Layout
33095
33096 \backslash
33097 bcancel{
33098 \backslash
33099 int
33100 \begin_inset ERT
33101 status collapsed
33102
33103 \begin_layout Plain Layout
33104
33105
33106 \backslash
33107 spce 
33108 \end_layout
33109
33110 \end_inset
33111
33112 A=B
33113 \end_layout
33114
33115 \end_inset
33116 </cell>
33117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33118 \begin_inset Text
33119
33120 \begin_layout Plain Layout
33121 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33122 \end_inset
33123
33124
33125 \end_layout
33126
33127 \end_inset
33128 </cell>
33129 </row>
33130 <row>
33131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33132 \begin_inset Text
33133
33134 \begin_layout Plain Layout
33135
33136 \backslash
33137 xcancel{
33138 \backslash
33139 int
33140 \begin_inset ERT
33141 status collapsed
33142
33143 \begin_layout Plain Layout
33144
33145
33146 \backslash
33147 spce 
33148 \end_layout
33149
33150 \end_inset
33151
33152 A=B
33153 \end_layout
33154
33155 \end_inset
33156 </cell>
33157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33158 \begin_inset Text
33159
33160 \begin_layout Plain Layout
33161 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33162 \end_inset
33163
33164
33165 \end_layout
33166
33167 \end_inset
33168 </cell>
33169 </row>
33170 <row>
33171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33172 \begin_inset Text
33173
33174 \begin_layout Plain Layout
33175
33176 \backslash
33177 cancelto{1
33178 \begin_inset Formula $\to$
33179 \end_inset
33180
33181
33182 \backslash
33183 {
33184 \backslash
33185 int
33186 \begin_inset ERT
33187 status collapsed
33188
33189 \begin_layout Plain Layout
33190
33191
33192 \backslash
33193 spce 
33194 \end_layout
33195
33196 \end_inset
33197
33198 A=B
33199 \end_layout
33200
33201 \end_inset
33202 </cell>
33203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33204 \begin_inset Text
33205
33206 \begin_layout Plain Layout
33207 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33208 \end_inset
33209
33210
33211 \end_layout
33212
33213 \end_inset
33214 </cell>
33215 </row>
33216 </lyxtabular>
33217
33218 \end_inset
33219
33220
33221 \end_layout
33222
33223 \begin_layout Standard
33224
33225 \series bold
33226
33227 \backslash
33228 cancelto
33229 \series default
33230  is especially suitable to visualize the reduction of fractions within formulas:
33231 \begin_inset Formula \[
33232 \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}}}\]
33233
33234 \end_inset
33235
33236
33237 \end_layout
33238
33239 \begin_layout Subsection
33240 Formulas in Section Headings
33241 \begin_inset CommandInset label
33242 LatexCommand label
33243 name "sub:Formulas-in-Section"
33244
33245 \end_inset
33246
33247
33248 \begin_inset Index
33249 status collapsed
33250
33251 \begin_layout Plain Layout
33252 Formula ! in section headings
33253 \end_layout
33254
33255 \end_inset
33256
33257
33258 \end_layout
33259
33260 \begin_layout Standard
33261 When formulas are used in section headings, the following has to be taken
33262  into account:
33263 \end_layout
33264
33265 \begin_layout Standard
33266 \begin_inset Note Greyedout
33267 status open
33268
33269 \begin_layout Plain Layout
33270 When 
33271 \series bold
33272 hyperref
33273 \series default
33274
33275 \begin_inset Index
33276 status collapsed
33277
33278 \begin_layout Plain Layout
33279 Packages ! hyperref
33280 \end_layout
33281
33282 \end_inset
33283
33284  support is enabled in the document settings dialog under 
33285 \family sans
33286 PDF
33287 \begin_inset space ~
33288 \end_inset
33289
33290 Properties
33291 \family default
33292 , PDF-bookmarks are created for every section heading in the table of contents.
33293  If a section heading contains formulas, they are incorrectly displayed
33294  in the bookmark text, because formulas in bookmarks infringe the PDF convention
33295 s.
33296 \end_layout
33297
33298 \end_inset
33299
33300
33301 \end_layout
33302
33303 \begin_layout Standard
33304 Both problems can be solved by inserting at the end of the section heading
33305  a short title with the menu 
33306 \family sans
33307 Insert\SpecialChar \menuseparator
33308 Short
33309 \begin_inset space ~
33310 \end_inset
33311
33312 Title
33313 \family default
33314 .
33315  Short titles are used as alternative for multiline section headings to
33316  keep the table of contents clearly arranged.
33317  Only the short title appears in the table of contents and therefore also
33318  in the PDF-bookmark.
33319 \end_layout
33320
33321 \begin_layout Standard
33322 When formulas should be used in the table of contents but 
33323 \series bold
33324 hyperref
33325 \series default
33326  is used, one can use the following command in TeX-mode:
33327 \end_layout
33328
33329 \begin_layout Standard
33330
33331 \series bold
33332
33333 \backslash
33334 texorpdfstring{part}{alternative}
33335 \begin_inset Index
33336 status collapsed
33337
33338 \begin_layout Plain Layout
33339 Commands ! T ! 
33340 \backslash
33341 texorpdfstring
33342 \end_layout
33343
33344 \end_inset
33345
33346
33347 \end_layout
33348
33349 \begin_layout Standard
33350 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
33351  This can be characters, formulas, footnotes, but also cross-references.
33352  The alternative is used instead of the part for the bookmark.
33353 \end_layout
33354
33355 \begin_layout Standard
33356 Here are two example headings:
33357 \begin_inset VSpace -3mm
33358 \end_inset
33359
33360
33361 \begin_inset ERT
33362 status collapsed
33363
33364 \begin_layout Plain Layout
33365
33366
33367 \backslash
33368 boldmath 
33369 \end_layout
33370
33371 \end_inset
33372
33373
33374 \end_layout
33375
33376 \begin_layout Subsubsection
33377 Heading without formula in table of contents 
33378 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33379 \end_inset
33380
33381
33382 \begin_inset OptArg
33383 status collapsed
33384
33385 \begin_layout Plain Layout
33386 Heading without formula in table of contents
33387 \end_layout
33388
33389 \end_inset
33390
33391
33392 \end_layout
33393
33394 \begin_layout Subsubsection
33395 Heading with formula in table of contents
33396 \begin_inset ERT
33397 status collapsed
33398
33399 \begin_layout Plain Layout
33400
33401
33402 \backslash
33403 texorpdfstring{
33404 \end_layout
33405
33406 \end_inset
33407
33408  
33409 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33410 \end_inset
33411
33412
33413 \begin_inset ERT
33414 status collapsed
33415
33416 \begin_layout Plain Layout
33417
33418 }{}
33419 \end_layout
33420
33421 \end_inset
33422
33423
33424 \end_layout
33425
33426 \begin_layout Standard
33427 \begin_inset ERT
33428 status collapsed
33429
33430 \begin_layout Plain Layout
33431
33432
33433 \backslash
33434 unboldmath 
33435 \end_layout
33436
33437 \end_inset
33438
33439 In the first heading a short title was used, in the second one 
33440 \series bold
33441
33442 \backslash
33443 texorpdfstring
33444 \series default
33445 .
33446 \end_layout
33447
33448 \begin_layout Standard
33449 To get the same formatting as for the other headings, the complete heading
33450  was set into a 
33451 \series bold
33452 boldmath
33453 \series default
33454  environment
33455 \begin_inset Foot
33456 status collapsed
33457
33458 \begin_layout Plain Layout
33459 see 
33460 \begin_inset CommandInset ref
33461 LatexCommand ref
33462 reference "sub:Bold-Formulas"
33463
33464 \end_inset
33465
33466
33467 \end_layout
33468
33469 \end_inset
33470
33471 .
33472 \end_layout
33473
33474 \begin_layout Subsection
33475 Formulas in multi-column Text
33476 \begin_inset Index
33477 status collapsed
33478
33479 \begin_layout Plain Layout
33480 Formula ! in multi-column text
33481 \end_layout
33482
33483 \end_inset
33484
33485
33486 \end_layout
33487
33488 \begin_layout Standard
33489 Formulas in multi-column text are often too wide to fit into a column and
33490  thus need to be set over the whole page width.
33491  This is done by using the LaTeX-package 
33492 \series bold
33493 multicol
33494 \series default
33495
33496 \begin_inset Foot
33497 status collapsed
33498
33499 \begin_layout Plain Layout
33500
33501 \series bold
33502 multicol
33503 \series default
33504  is part of every LaTeX standard installation.
33505 \end_layout
33506
33507 \end_inset
33508
33509
33510 \begin_inset Index
33511 status collapsed
33512
33513 \begin_layout Plain Layout
33514 Packages ! multicol
33515 \end_layout
33516
33517 \end_inset
33518
33519 , that is loaded with the LaTeX-preamble line
33520 \end_layout
33521
33522 \begin_layout Standard
33523
33524 \series bold
33525
33526 \backslash
33527 usepackage{multicol}
33528 \end_layout
33529
33530 \begin_layout Standard
33531 \begin_inset Note Greyedout
33532 status open
33533
33534 \begin_layout Plain Layout
33535 Note herby that the setting 
33536 \family sans
33537 Two-column
33538 \begin_inset space ~
33539 \end_inset
33540
33541 document
33542 \family default
33543  in the menu 
33544 \family sans
33545 Document\SpecialChar \menuseparator
33546 Settings
33547 \family default
33548  under 
33549 \family sans
33550 Text
33551 \begin_inset space ~
33552 \end_inset
33553
33554 Layout
33555 \family default
33556 \emph on
33557  
33558 \emph default
33559 must 
33560 \emph on
33561 not
33562 \emph default
33563  be selected.
33564 \end_layout
33565
33566 \end_inset
33567
33568
33569 \end_layout
33570
33571 \begin_layout Standard
33572 Before the multi-column text the command
33573 \end_layout
33574
33575 \begin_layout Standard
33576
33577 \series bold
33578
33579 \backslash
33580 begin{multicols}{column number}
33581 \end_layout
33582
33583 \begin_layout Standard
33584 is written in TeX-mode.
33585  The column number is a number in the range of 2
33586 \begin_inset space \thinspace{}
33587 \end_inset
33588
33589 -
33590 \begin_inset space \thinspace{}
33591 \end_inset
33592
33593 10.
33594  Before the formula the multi-column text is ended by inserting the command
33595 \end_layout
33596
33597 \begin_layout Standard
33598
33599 \series bold
33600
33601 \backslash
33602 end{multicols}
33603 \end_layout
33604
33605 \begin_layout Standard
33606 in TeX-mode.
33607 \end_layout
33608
33609 \begin_layout Standard
33610 Due to the command some space is automatically added before the formula.
33611  To revert this, -6
33612 \begin_inset space \thinspace{}
33613 \end_inset
33614
33615 mm vertical space is inserted before the formula.
33616  When the formula style 
33617 \series bold
33618 Indented
33619 \begin_inset Foot
33620 status collapsed
33621
33622 \begin_layout Plain Layout
33623 formula styles see 
33624 \begin_inset CommandInset ref
33625 LatexCommand ref
33626 reference "sec:Formula-Styles"
33627
33628 \end_inset
33629
33630
33631 \end_layout
33632
33633 \end_inset
33634
33635
33636 \series default
33637  is used, -9
33638 \begin_inset space \thinspace{}
33639 \end_inset
33640
33641 mm space is inserted instead.
33642 \end_layout
33643
33644 \begin_layout Standard
33645 As example a multi-column text with a displayed formula:
33646 \end_layout
33647
33648 \begin_layout Standard
33649 \begin_inset ERT
33650 status collapsed
33651
33652 \begin_layout Plain Layout
33653
33654
33655 \backslash
33656 begin{multicols}{2}
33657 \end_layout
33658
33659 \end_inset
33660
33661 Das Spektrum wird fouriertransformiert.
33662  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
33663 , Lösungsmittel) zu trennen.
33664  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
33665  nun das Aussehen des Ausgangssignals.
33666  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
33667  über alle Phasen integrieren muss.
33668  Sei nun 
33669 \begin_inset Formula $S$
33670 \end_inset
33671
33672  unser normiertes Ausgangssignal and 
33673 \begin_inset Formula $P$
33674 \end_inset
33675
33676  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
33677 \begin_inset ERT
33678 status collapsed
33679
33680 \begin_layout Plain Layout
33681
33682
33683 \backslash
33684 end{multicols}
33685 \end_layout
33686
33687 \end_inset
33688
33689
33690 \begin_inset VSpace -6mm
33691 \end_inset
33692
33693
33694 \begin_inset Formula \begin{equation}
33695 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33696
33697 \end_inset
33698
33699
33700 \begin_inset ERT
33701 status collapsed
33702
33703 \begin_layout Plain Layout
33704
33705
33706 \backslash
33707 begin{multicols}{2}
33708 \end_layout
33709
33710 \end_inset
33711
33712 wobei 
33713 \begin_inset Formula $S_{0}$
33714 \end_inset
33715
33716  das Signal ohne Gradient ist and the Normierungsbedingung 
33717 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33718 \end_inset
33719
33720  gilt.
33721  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
33722  Direkt nach the 
33723 \begin_inset Formula $\nicefrac{\pi}{2}$
33724 \end_inset
33725
33726
33727 \begin_inset space \thinspace{}
33728 \end_inset
33729
33730 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
33731  das Signal zusätzlich abschwächt.
33732  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
33733  
33734 \begin_inset Formula $T_{2}$
33735 \end_inset
33736
33737 -Zeit.
33738 \end_layout
33739
33740 \begin_layout Standard
33741 \begin_inset ERT
33742 status collapsed
33743
33744 \begin_layout Plain Layout
33745
33746
33747 \backslash
33748 end{multicols}
33749 \end_layout
33750
33751 \end_inset
33752
33753  
33754 \end_layout
33755
33756 \begin_layout Subsection
33757 Formulas with Description of Variables
33758 \begin_inset Index
33759 status collapsed
33760
33761 \begin_layout Plain Layout
33762 Formula ! with description of variables
33763 \end_layout
33764
33765 \end_inset
33766
33767
33768 \end_layout
33769
33770 \begin_layout Standard
33771 To describe variables within a formula, like in formula 
33772 \begin_inset CommandInset ref
33773 LatexCommand eqref
33774 reference "eq:within"
33775
33776 \end_inset
33777
33778 , a 2
33779 \series bold
33780 ×
33781 \series default
33782
33783 \begin_inset Formula $n$
33784 \end_inset
33785
33786
33787 \begin_inset space ~
33788 \end_inset
33789
33790 matrix is used with left aligned columns for the 
33791 \begin_inset Formula $n$
33792 \end_inset
33793
33794  used variables.
33795 \begin_inset Foot
33796 status collapsed
33797
33798 \begin_layout Plain Layout
33799 matrices see 
33800 \begin_inset CommandInset ref
33801 LatexCommand ref
33802 reference "sec:Matrices"
33803
33804 \end_inset
33805
33806
33807 \end_layout
33808
33809 \end_inset
33810
33811  To set the description in a smaller size, before the matrix e.
33812 \begin_inset space \thinspace{}
33813 \end_inset
33814
33815 g.
33816 \begin_inset space ~
33817 \end_inset
33818
33819 the command 
33820 \series bold
33821
33822 \backslash
33823 footnotesize
33824 \series default
33825  is inserted.
33826 \begin_inset Foot
33827 status collapsed
33828
33829 \begin_layout Plain Layout
33830 font sizes see 
33831 \begin_inset CommandInset ref
33832 LatexCommand ref
33833 reference "sub:Font-Sizes"
33834
33835 \end_inset
33836
33837
33838 \end_layout
33839
33840 \end_inset
33841
33842
33843 \end_layout
33844
33845 \begin_layout Standard
33846 When the formula style 
33847 \series bold
33848 Indented
33849 \begin_inset Foot
33850 status collapsed
33851
33852 \begin_layout Plain Layout
33853 formula styles see 
33854 \begin_inset CommandInset ref
33855 LatexCommand ref
33856 reference "sec:Formula-Styles"
33857
33858 \end_inset
33859
33860
33861 \end_layout
33862
33863 \end_inset
33864
33865
33866 \series default
33867  is used, a 
33868 \series bold
33869
33870 \backslash
33871 hfill
33872 \series default
33873
33874 \begin_inset Foot
33875 status collapsed
33876
33877 \begin_layout Plain Layout
33878
33879 \series bold
33880
33881 \backslash
33882 hfill
33883 \series default
33884  only works in formulas with the style 
33885 \series bold
33886 Indented
33887 \series default
33888 , see 
33889 \begin_inset CommandInset ref
33890 LatexCommand ref
33891 reference "sub:Variable-Space"
33892
33893 \end_inset
33894
33895 .
33896 \end_layout
33897
33898 \end_inset
33899
33900  is inserted before and after the matrix to have the same separation of
33901  the matrix from the equation and the side margin.
33902 \end_layout
33903
33904 \begin_layout Standard
33905 When the formula style 
33906 \series bold
33907 Centered
33908 \series default
33909  is used, the method described in 
33910 \begin_inset CommandInset ref
33911 LatexCommand ref
33912 reference "sub:Flalign-Environment"
33913
33914 \end_inset
33915
33916  is used to indent formulas.
33917  Formula 
33918 \begin_inset CommandInset ref
33919 LatexCommand eqref
33920 reference "eq:within"
33921
33922 \end_inset
33923
33924  consists of five columns whereas in the first two columns contain the equation,
33925  the third the matrix, and the last one an empty TeX-brace.
33926 \begin_inset Formula \begin{flalign}
33927 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
33928 \rho & \textrm{density}\\
33929 V & \textrm{volume}\\
33930 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
33931
33932 \end_inset
33933
33934
33935 \end_layout
33936
33937 \begin_layout Subsection
33938 Upright small Greek Letters
33939 \begin_inset CommandInset label
33940 LatexCommand label
33941 name "sub:Upright-small-Greek"
33942
33943 \end_inset
33944
33945
33946 \begin_inset Index
33947 status collapsed
33948
33949 \begin_layout Plain Layout
33950 Greek letters ! upright
33951 \end_layout
33952
33953 \end_inset
33954
33955
33956 \end_layout
33957
33958 \begin_layout Standard
33959 Most of the math fonts only provide italic small Greek letters.
33960  But for symbols of elementary particles like pions and neutrinos, upright
33961  Greek letters are needed.
33962  The file 
33963 \series bold
33964 upgreek.sty
33965 \series default
33966
33967 \begin_inset Foot
33968 status collapsed
33969
33970 \begin_layout Plain Layout
33971
33972 \series bold
33973 upgreek
33974 \series default
33975  is part of the LaTeX-package 
33976 \series bold
33977 was
33978 \series default
33979
33980 \begin_inset Index
33981 status collapsed
33982
33983 \begin_layout Plain Layout
33984 Packages ! was
33985 \begin_inset ERT
33986 status collapsed
33987
33988 \begin_layout Plain Layout
33989
33990
33991 \backslash
33992 vspace{4mm}
33993 \end_layout
33994
33995 \end_inset
33996
33997
33998 \end_layout
33999
34000 \end_inset
34001
34002 .
34003 \end_layout
34004
34005 \end_inset
34006
34007
34008 \begin_inset Index
34009 status collapsed
34010
34011 \begin_layout Plain Layout
34012 Packages ! upgreek
34013 \end_layout
34014
34015 \end_inset
34016
34017  that is loaded with the LaTeX-preamble line
34018 \end_layout
34019
34020 \begin_layout Standard
34021
34022 \series bold
34023
34024 \backslash
34025 usepackage{upgreek}
34026 \end_layout
34027
34028 \begin_layout Standard
34029 provides them.
34030  
34031 \begin_inset ERT
34032 status collapsed
34033
34034 \begin_layout Plain Layout
34035
34036
34037 \backslash
34038 ifupgreek 
34039 \end_layout
34040
34041 \end_inset
34042
34043
34044 \begin_inset Note Note
34045 status open
34046
34047 \begin_layout Plain Layout
34048 The following table will only be displayed when the LaTeX-package 
34049 \series bold
34050 upgreek
34051 \series default
34052  is installed.
34053 \end_layout
34054
34055 \end_inset
34056
34057  They are created when the command for a small Greek letters is started
34058  with 
34059 \series bold
34060 up
34061 \series default
34062 .
34063  For example the command 
34064 \series bold
34065
34066 \backslash
34067 uptau
34068 \series default
34069  creates this: 
34070 \begin_inset Formula $\uptau$
34071 \end_inset
34072
34073
34074 \end_layout
34075
34076 \begin_layout Standard
34077 With these commands reactions of elementary particles can be typeset:
34078 \begin_inset Formula \[
34079 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
34080
34081 \end_inset
34082
34083
34084 \end_layout
34085
34086 \begin_layout Standard
34087 The upright letters are more bold and wider than the italic ones.
34088  They should therefore not be used for units like 
34089 \begin_inset Quotes eld
34090 \end_inset
34091
34092 µm
34093 \begin_inset Quotes erd
34094 \end_inset
34095
34096 .
34097 \end_layout
34098
34099 \begin_layout Standard
34100 \begin_inset ERT
34101 status collapsed
34102
34103 \begin_layout Plain Layout
34104
34105
34106 \backslash
34107 else 
34108 \end_layout
34109
34110 \end_inset
34111
34112
34113 \begin_inset Note Note
34114 status open
34115
34116 \begin_layout Plain Layout
34117 The following will be displayed when the LaTeX-package 
34118 \series bold
34119 upgreek
34120 \series default
34121  is not installed:
34122 \end_layout
34123
34124 \end_inset
34125
34126
34127 \end_layout
34128
34129 \begin_layout Standard
34130 You need to install the LaTeX-package 
34131 \series bold
34132 upgreek
34133 \series default
34134  to see the rest of this subsection in the output.
34135 \end_layout
34136
34137 \begin_layout Standard
34138 \begin_inset ERT
34139 status collapsed
34140
34141 \begin_layout Plain Layout
34142
34143
34144 \backslash
34145 fi 
34146 \end_layout
34147
34148 \end_inset
34149
34150
34151 \end_layout
34152
34153 \begin_layout Subsection
34154 Text Characters in Formulas
34155 \begin_inset CommandInset label
34156 LatexCommand label
34157 name "sub:Text-Characters-in"
34158
34159 \end_inset
34160
34161
34162 \begin_inset Index
34163 status collapsed
34164
34165 \begin_layout Plain Layout
34166 Text ! in formulas
34167 \end_layout
34168
34169 \end_inset
34170
34171
34172 \end_layout
34173
34174 \begin_layout Standard
34175 In some cases you might want to insert text characters directly into formulas.
34176  When for example the centered dot · is often used in formulas like 
34177 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34178 \end_inset
34179
34180 , one would have to insert the command 
34181 \series bold
34182
34183 \backslash
34184 cdot
34185 \series default
34186
34187 \begin_inset Foot
34188 status collapsed
34189
34190 \begin_layout Plain Layout
34191 see 
34192 \begin_inset CommandInset ref
34193 LatexCommand ref
34194 reference "sub:Binary-Operators"
34195
34196 \end_inset
34197
34198
34199 \end_layout
34200
34201 \end_inset
34202
34203  all the time, because this character is defined in all encodings as text
34204  character.
34205  But the encoding can be changed by this LaTeX-preamble line:
34206 \end_layout
34207
34208 \begin_layout Standard
34209
34210 \series bold
34211
34212 \backslash
34213 Declare Inputtext{183}{
34214 \backslash
34215 ifmmode
34216 \backslash
34217 cdot
34218 \backslash
34219 else
34220 \backslash
34221 textperiodcentered
34222 \backslash
34223 f\SpecialChar \textcompwordmark{}
34224 i}
34225 \end_layout
34226
34227 \begin_layout Standard
34228 The character encoding (menu 
34229 \family sans
34230 Document\SpecialChar \menuseparator
34231 Settings\SpecialChar \menuseparator
34232 Language
34233 \family default
34234 ) specifies what character appears when a keyboard key is pressed.
34235  When the key for the character '·' is pressed, internally the command 
34236 \series bold
34237
34238 \backslash
34239 textperiodcentered
34240 \series default
34241  is used.
34242  But this command is not available in a formula so that you would get LaTeX-erro
34243 rs.
34244  With the changed encoding the right command is chosen automatically, depending
34245  on if the character was inserted into a formula or not.
34246 \end_layout
34247
34248 \begin_layout Standard
34249 The encoding of several characters is saved in definition files.
34250  Fore example the encoding 
34251 \series bold
34252 latin9
34253 \series default
34254  is defined in the file 
34255 \series bold
34256 latin9.def
34257 \series default
34258  that is in the installation folder of LaTeX.
34259  Encodings should only be changed via the LaTeX-preamble and not in the
34260  definition files.
34261  Otherwise own documents could not be edited by other LyX users working
34262  on other computers.
34263 \end_layout
34264
34265 \begin_layout Standard
34266 \begin_inset VSpace medskip
34267 \end_inset
34268
34269 Besides the centered dot, in this document the degree sign ° is defined
34270  with the following LaTeX-preamble line so that it can directly be inserted
34271  to a formula:
34272 \end_layout
34273
34274 \begin_layout Standard
34275
34276 \series bold
34277
34278 \backslash
34279 DeclareInputtext{176}{
34280 \backslash
34281 ifmmode^
34282 \backslash
34283 circ
34284 \backslash
34285 else
34286 \backslash
34287 textdegree
34288 \backslash
34289 f\SpecialChar \textcompwordmark{}
34290 i}
34291 \end_layout
34292
34293 \begin_layout Standard
34294 \begin_inset Newpage newpage
34295 \end_inset
34296
34297
34298 \end_layout
34299
34300 \begin_layout Section
34301 \start_of_appendix
34302 Typographic Advice
34303 \begin_inset Index
34304 status collapsed
34305
34306 \begin_layout Plain Layout
34307 Typographic advice
34308 \end_layout
34309
34310 \end_inset
34311
34312
34313 \end_layout
34314
34315 \begin_layout Standard
34316 This section is a summary of the most important typographic rules, listed
34317  in ISO norms.
34318 \begin_inset Foot
34319 status collapsed
34320
34321 \begin_layout Plain Layout
34322 This collection was partly taken from the German semi-official dictionary
34323  called 
34324 \begin_inset Quotes eld
34325 \end_inset
34326
34327 Duden
34328 \begin_inset Quotes erd
34329 \end_inset
34330
34331  
34332 \begin_inset CommandInset citation
34333 LatexCommand cite
34334 key "Duden"
34335
34336 \end_inset
34337
34338  that lists some of the ISO rules.
34339 \end_layout
34340
34341 \end_inset
34342
34343
34344 \end_layout
34345
34346 \begin_layout Itemize
34347 Physical units are 
34348 \emph on
34349 always
34350 \emph default
34351  set upright
34352 \begin_inset Foot
34353 status collapsed
34354
34355 \begin_layout Plain Layout
34356 done with font styles, see 
34357 \begin_inset CommandInset ref
34358 LatexCommand ref
34359 reference "sub:Font-Styles"
34360
34361 \end_inset
34362
34363
34364 \end_layout
34365
34366 \end_inset
34367
34368 : 30
34369 \begin_inset space \thinspace{}
34370 \end_inset
34371
34372 km/h
34373 \begin_inset Newline newline
34374 \end_inset
34375
34376 Between the value and the unit is the smallest space, see 
34377 \begin_inset CommandInset ref
34378 LatexCommand ref
34379 reference "sub:Predefined-Space"
34380
34381 \end_inset
34382
34383 .
34384 \begin_inset Newline newline
34385 \end_inset
34386
34387 This convention is automatically fulfilled when the command 
34388 \series bold
34389
34390 \backslash
34391 unittwo
34392 \series default
34393  is used.
34394  When it is entered to a formula, two boxes appear.
34395  In the first one the value is inserted, in the second one the unit, and
34396  one gets as above: 
34397 \begin_inset Formula $\unit[30]{km/h}$
34398 \end_inset
34399
34400
34401 \begin_inset space \thinspace{}
34402 \end_inset
34403
34404 .
34405  Note that 
34406 \series bold
34407
34408 \backslash
34409 unittwo
34410 \series default
34411  is not a real LaTeX command but the command 
34412 \series bold
34413
34414 \backslash
34415 unit[value]{unit}
34416 \series default
34417 , therefore you cannot use it in TeX code.
34418 \end_layout
34419
34420 \begin_layout Itemize
34421 Percent and perthousand signs are set like physical units:
34422 \begin_inset Newline newline
34423 \end_inset
34424
34425 1,2
34426 \begin_inset space \thinspace{}
34427 \end_inset
34428
34429 ‰ alcohol in blood
34430 \end_layout
34431
34432 \begin_layout Itemize
34433 The degree sign follows directly on the value: 15°, but not when it is used
34434  in units: 15
34435 \begin_inset space \thinspace{}
34436 \end_inset
34437
34438 °C
34439 \end_layout
34440
34441 \begin_layout Itemize
34442 In numbers with more than four digits the smallest space is inserted before
34443  every third digit to group them: 
34444 \family roman
34445 \series medium
34446 \shape up
34447 \size normal
34448 \emph off
34449 \bar no
34450 \noun off
34451 \color none
34452 18
34453 \begin_inset space \thinspace{}
34454 \end_inset
34455
34456 473
34457 \begin_inset space \thinspace{}
34458 \end_inset
34459
34460 588
34461 \end_layout
34462
34463 \begin_layout Itemize
34464 For dimensions like 120×90×40
34465 \begin_inset space \thinspace{}
34466 \end_inset
34467
34468 cm the multiplication sign 
34469 \begin_inset Quotes eld
34470 \end_inset
34471
34472 ×
34473 \begin_inset Quotes erd
34474 \end_inset
34475
34476  is used.
34477  It is available with the LaTeX-command 
34478 \series bold
34479
34480 \backslash
34481 texttimes
34482 \series default
34483 , but can also directly be inserted with some keyboard definitions.
34484 \end_layout
34485
34486 \begin_layout Itemize
34487 Functions with names consisting of several letters are set upright to avoid
34488  confusions, see 
34489 \begin_inset CommandInset ref
34490 LatexCommand ref
34491 reference "sub:Predefined-Functions"
34492
34493 \end_inset
34494
34495 .
34496 \end_layout
34497
34498 \begin_layout Itemize
34499 Indices consisting of several letters, are set upright: 
34500 \begin_inset Formula $E_{\mathrm{kin}}$
34501 \end_inset
34502
34503
34504 \begin_inset Newline newline
34505 \end_inset
34506
34507 Components of matrices are set italic: 
34508 \begin_inset Formula $\hat{H}_{kl}$
34509 \end_inset
34510
34511
34512 \end_layout
34513
34514 \begin_layout Itemize
34515 The differentiation/integration operator 'd', the Euler's number 'e', and
34516  the imaginary unit 'i' should be set upright, to avoid mixing them up with
34517  other variables.
34518 \end_layout
34519
34520 \begin_layout Standard
34521 \begin_inset Newpage newpage
34522 \end_inset
34523
34524
34525 \end_layout
34526
34527 \begin_layout Section
34528 Synonyms
34529 \begin_inset Index
34530 status collapsed
34531
34532 \begin_layout Plain Layout
34533 Synonyms
34534 \end_layout
34535
34536 \end_inset
34537
34538
34539 \end_layout
34540
34541 \begin_layout Standard
34542 Some characters and symbols can be created with several commands.
34543  Here is a list of the synonym commands:
34544 \end_layout
34545
34546 \begin_layout Standard
34547 \begin_inset VSpace bigskip
34548 \end_inset
34549
34550
34551 \begin_inset space \hfill{}
34552 \end_inset
34553
34554
34555 \begin_inset Tabular
34556 <lyxtabular version="3" rows="12" columns="2">
34557 <features>
34558 <column alignment="center" valignment="top" width="0pt">
34559 <column alignment="center" valignment="top" width="0pt">
34560 <row>
34561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34562 \begin_inset Text
34563
34564 \begin_layout Plain Layout
34565 Command
34566 \end_layout
34567
34568 \end_inset
34569 </cell>
34570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34571 \begin_inset Text
34572
34573 \begin_layout Plain Layout
34574 equivalent to
34575 \begin_inset Note Note
34576 status collapsed
34577
34578 \begin_layout Plain Layout
34579
34580 \series bold
34581
34582 \backslash
34583 raisebox
34584 \series default
34585  is only used as spacer.
34586 \end_layout
34587
34588 \end_inset
34589
34590
34591 \end_layout
34592
34593 \end_inset
34594 </cell>
34595 </row>
34596 <row>
34597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34598 \begin_inset Text
34599
34600 \begin_layout Plain Layout
34601
34602 \backslash
34603 ast
34604 \end_layout
34605
34606 \end_inset
34607 </cell>
34608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34609 \begin_inset Text
34610
34611 \begin_layout Plain Layout
34612 \begin_inset ERT
34613 status collapsed
34614
34615 \begin_layout Plain Layout
34616
34617
34618 \backslash
34619 raisebox{-1.2mm}{
34620 \end_layout
34621
34622 \end_inset
34623
34624 *
34625 \begin_inset ERT
34626 status collapsed
34627
34628 \begin_layout Plain Layout
34629
34630 }
34631 \end_layout
34632
34633 \end_inset
34634
34635
34636 \end_layout
34637
34638 \end_inset
34639 </cell>
34640 </row>
34641 <row>
34642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34643 \begin_inset Text
34644
34645 \begin_layout Plain Layout
34646
34647 \backslash
34648 choose
34649 \end_layout
34650
34651 \end_inset
34652 </cell>
34653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34654 \begin_inset Text
34655
34656 \begin_layout Plain Layout
34657
34658 \backslash
34659 binom
34660 \end_layout
34661
34662 \end_inset
34663 </cell>
34664 </row>
34665 <row>
34666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34667 \begin_inset Text
34668
34669 \begin_layout Plain Layout
34670
34671 \backslash
34672 geq
34673 \end_layout
34674
34675 \end_inset
34676 </cell>
34677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34678 \begin_inset Text
34679
34680 \begin_layout Plain Layout
34681
34682 \backslash
34683 ge
34684 \end_layout
34685
34686 \end_inset
34687 </cell>
34688 </row>
34689 <row>
34690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34691 \begin_inset Text
34692
34693 \begin_layout Plain Layout
34694
34695 \backslash
34696 lbrace
34697 \end_layout
34698
34699 \end_inset
34700 </cell>
34701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34702 \begin_inset Text
34703
34704 \begin_layout Plain Layout
34705 {
34706 \end_layout
34707
34708 \end_inset
34709 </cell>
34710 </row>
34711 <row>
34712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34713 \begin_inset Text
34714
34715 \begin_layout Plain Layout
34716
34717 \backslash
34718 lbracket
34719 \end_layout
34720
34721 \end_inset
34722 </cell>
34723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34724 \begin_inset Text
34725
34726 \begin_layout Plain Layout
34727 [
34728 \end_layout
34729
34730 \end_inset
34731 </cell>
34732 </row>
34733 <row>
34734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34735 \begin_inset Text
34736
34737 \begin_layout Plain Layout
34738
34739 \backslash
34740 leftarrow
34741 \end_layout
34742
34743 \end_inset
34744 </cell>
34745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34746 \begin_inset Text
34747
34748 \begin_layout Plain Layout
34749
34750 \backslash
34751 gets
34752 \end_layout
34753
34754 \end_inset
34755 </cell>
34756 </row>
34757 <row>
34758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34759 \begin_inset Text
34760
34761 \begin_layout Plain Layout
34762
34763 \backslash
34764 leq
34765 \end_layout
34766
34767 \end_inset
34768 </cell>
34769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34770 \begin_inset Text
34771
34772 \begin_layout Plain Layout
34773
34774 \backslash
34775 le
34776 \end_layout
34777
34778 \end_inset
34779 </cell>
34780 </row>
34781 <row>
34782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34783 \begin_inset Text
34784
34785 \begin_layout Plain Layout
34786
34787 \backslash
34788 lor
34789 \end_layout
34790
34791 \end_inset
34792 </cell>
34793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34794 \begin_inset Text
34795
34796 \begin_layout Plain Layout
34797
34798 \backslash
34799 vee
34800 \end_layout
34801
34802 \end_inset
34803 </cell>
34804 </row>
34805 <row>
34806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34807 \begin_inset Text
34808
34809 \begin_layout Plain Layout
34810
34811 \backslash
34812 neq
34813 \end_layout
34814
34815 \end_inset
34816 </cell>
34817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34818 \begin_inset Text
34819
34820 \begin_layout Plain Layout
34821
34822 \backslash
34823 not=
34824 \end_layout
34825
34826 \end_inset
34827 </cell>
34828 </row>
34829 <row>
34830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34831 \begin_inset Text
34832
34833 \begin_layout Plain Layout
34834
34835 \backslash
34836 slash
34837 \end_layout
34838
34839 \end_inset
34840 </cell>
34841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34842 \begin_inset Text
34843
34844 \begin_layout Plain Layout
34845 /
34846 \end_layout
34847
34848 \end_inset
34849 </cell>
34850 </row>
34851 <row>
34852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34853 \begin_inset Text
34854
34855 \begin_layout Plain Layout
34856
34857 \backslash
34858 vert
34859 \end_layout
34860
34861 \end_inset
34862 </cell>
34863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34864 \begin_inset Text
34865
34866 \begin_layout Plain Layout
34867 |
34868 \end_layout
34869
34870 \end_inset
34871 </cell>
34872 </row>
34873 </lyxtabular>
34874
34875 \end_inset
34876
34877
34878 \begin_inset space \hfill{}
34879 \end_inset
34880
34881
34882 \begin_inset Tabular
34883 <lyxtabular version="3" rows="12" columns="2">
34884 <features>
34885 <column alignment="center" valignment="top" width="0pt">
34886 <column alignment="center" valignment="top" width="0pt">
34887 <row>
34888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34889 \begin_inset Text
34890
34891 \begin_layout Plain Layout
34892 Command
34893 \end_layout
34894
34895 \end_inset
34896 </cell>
34897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34898 \begin_inset Text
34899
34900 \begin_layout Plain Layout
34901 equivalent to
34902 \end_layout
34903
34904 \end_inset
34905 </cell>
34906 </row>
34907 <row>
34908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34909 \begin_inset Text
34910
34911 \begin_layout Plain Layout
34912
34913 \backslash
34914 backslash
34915 \end_layout
34916
34917 \end_inset
34918 </cell>
34919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34920 \begin_inset Text
34921
34922 \begin_layout Plain Layout
34923
34924 \backslash
34925
34926 \backslash
34927
34928 \end_layout
34929
34930 \end_inset
34931 </cell>
34932 </row>
34933 <row>
34934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34935 \begin_inset Text
34936
34937 \begin_layout Plain Layout
34938
34939 \backslash
34940 dasharrow
34941 \end_layout
34942
34943 \end_inset
34944 </cell>
34945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34946 \begin_inset Text
34947
34948 \begin_layout Plain Layout
34949
34950 \backslash
34951 dashrightarrow
34952 \end_layout
34953
34954 \end_inset
34955 </cell>
34956 </row>
34957 <row>
34958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34959 \begin_inset Text
34960
34961 \begin_layout Plain Layout
34962
34963 \backslash
34964 land
34965 \end_layout
34966
34967 \end_inset
34968 </cell>
34969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34970 \begin_inset Text
34971
34972 \begin_layout Plain Layout
34973
34974 \backslash
34975 wedge
34976 \end_layout
34977
34978 \end_inset
34979 </cell>
34980 </row>
34981 <row>
34982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34983 \begin_inset Text
34984
34985 \begin_layout Plain Layout
34986
34987 \backslash
34988 rbrace
34989 \end_layout
34990
34991 \end_inset
34992 </cell>
34993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34994 \begin_inset Text
34995
34996 \begin_layout Plain Layout
34997 }
34998 \end_layout
34999
35000 \end_inset
35001 </cell>
35002 </row>
35003 <row>
35004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35005 \begin_inset Text
35006
35007 \begin_layout Plain Layout
35008
35009 \backslash
35010 rbracket
35011 \end_layout
35012
35013 \end_inset
35014 </cell>
35015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35016 \begin_inset Text
35017
35018 \begin_layout Plain Layout
35019 ]
35020 \end_layout
35021
35022 \end_inset
35023 </cell>
35024 </row>
35025 <row>
35026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35027 \begin_inset Text
35028
35029 \begin_layout Plain Layout
35030
35031 \backslash
35032 rightarrow
35033 \end_layout
35034
35035 \end_inset
35036 </cell>
35037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35038 \begin_inset Text
35039
35040 \begin_layout Plain Layout
35041
35042 \backslash
35043 to
35044 \end_layout
35045
35046 \end_inset
35047 </cell>
35048 </row>
35049 <row>
35050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35051 \begin_inset Text
35052
35053 \begin_layout Plain Layout
35054
35055 \backslash
35056 lnot
35057 \end_layout
35058
35059 \end_inset
35060 </cell>
35061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35062 \begin_inset Text
35063
35064 \begin_layout Plain Layout
35065
35066 \backslash
35067 neg
35068 \end_layout
35069
35070 \end_inset
35071 </cell>
35072 </row>
35073 <row>
35074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35075 \begin_inset Text
35076
35077 \begin_layout Plain Layout
35078
35079 \backslash
35080 ne
35081 \end_layout
35082
35083 \end_inset
35084 </cell>
35085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35086 \begin_inset Text
35087
35088 \begin_layout Plain Layout
35089
35090 \backslash
35091 not=
35092 \end_layout
35093
35094 \end_inset
35095 </cell>
35096 </row>
35097 <row>
35098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35099 \begin_inset Text
35100
35101 \begin_layout Plain Layout
35102
35103 \backslash
35104 owns
35105 \end_layout
35106
35107 \end_inset
35108 </cell>
35109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35110 \begin_inset Text
35111
35112 \begin_layout Plain Layout
35113
35114 \backslash
35115 ni
35116 \end_layout
35117
35118 \end_inset
35119 </cell>
35120 </row>
35121 <row>
35122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35123 \begin_inset Text
35124
35125 \begin_layout Plain Layout
35126
35127 \backslash
35128 square
35129 \end_layout
35130
35131 \end_inset
35132 </cell>
35133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35134 \begin_inset Text
35135
35136 \begin_layout Plain Layout
35137
35138 \backslash
35139 Box
35140 \end_layout
35141
35142 \end_inset
35143 </cell>
35144 </row>
35145 <row>
35146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35147 \begin_inset Text
35148
35149 \begin_layout Plain Layout
35150
35151 \backslash
35152 Vert
35153 \end_layout
35154
35155 \end_inset
35156 </cell>
35157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35158 \begin_inset Text
35159
35160 \begin_layout Plain Layout
35161
35162 \backslash
35163 |
35164 \end_layout
35165
35166 \end_inset
35167 </cell>
35168 </row>
35169 </lyxtabular>
35170
35171 \end_inset
35172
35173
35174 \begin_inset space \hfill{}
35175 \end_inset
35176
35177
35178 \end_layout
35179
35180 \begin_layout Standard
35181 \begin_inset Newpage newpage
35182 \end_inset
35183
35184
35185 \end_layout
35186
35187 \begin_layout Bibliography
35188 \begin_inset CommandInset bibitem
35189 LatexCommand bibitem
35190 key "TLC2"
35191
35192 \end_inset
35193
35194
35195 \shape smallcaps
35196 Mittelbach, F.
35197  ; Goossens, M.
35198 \shape default
35199
35200 \shape italic
35201 The LaTeX Companion
35202 \shape default
35203 .
35204  Addison Wesley, 2004
35205 \end_layout
35206
35207 \begin_layout Bibliography
35208 \begin_inset CommandInset bibitem
35209 LatexCommand bibitem
35210 key "Mathmode"
35211
35212 \end_inset
35213
35214
35215 \begin_inset CommandInset href
35216 LatexCommand href
35217 name "Description"
35218 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35219
35220 \end_inset
35221
35222  of LaTeX's math abilities
35223 \end_layout
35224
35225 \begin_layout Bibliography
35226 \begin_inset CommandInset bibitem
35227 LatexCommand bibitem
35228 key "Voss"
35229
35230 \end_inset
35231
35232 LaTeX tips and tricks-
35233 \begin_inset CommandInset href
35234 LatexCommand href
35235 name "page"
35236 target "http://tug.org/TeXnik/"
35237
35238 \end_inset
35239
35240
35241 \end_layout
35242
35243 \begin_layout Bibliography
35244 \begin_inset CommandInset bibitem
35245 LatexCommand bibitem
35246 key "AMS"
35247
35248 \end_inset
35249
35250
35251 \begin_inset CommandInset href
35252 LatexCommand href
35253 name "Description"
35254 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35255
35256 \end_inset
35257
35258  of 
35259 \begin_inset ERT
35260 status collapsed
35261
35262 \begin_layout Plain Layout
35263
35264
35265 \backslash
35266 AmS
35267 \end_layout
35268
35269 \end_inset
35270
35271 -LaTeX
35272 \end_layout
35273
35274 \begin_layout Bibliography
35275 \begin_inset CommandInset bibitem
35276 LatexCommand bibitem
35277 key "Symbole"
35278
35279 \end_inset
35280
35281
35282 \begin_inset CommandInset href
35283 LatexCommand href
35284 name "List"
35285 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35286
35287 \end_inset
35288
35289  of all symbols available with LaTeX-packages
35290 \end_layout
35291
35292 \begin_layout Bibliography
35293 \begin_inset CommandInset bibitem
35294 LatexCommand bibitem
35295 key "hyperref"
35296
35297 \end_inset
35298
35299
35300 \begin_inset CommandInset href
35301 LatexCommand href
35302 name "Documentation"
35303 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35304
35305 \end_inset
35306
35307  of the LaTeX-package 
35308 \series bold
35309 hyperref
35310 \series default
35311
35312 \begin_inset Index
35313 status collapsed
35314
35315 \begin_layout Plain Layout
35316 Packages ! hyperref
35317 \end_layout
35318
35319 \end_inset
35320
35321
35322 \end_layout
35323
35324 \begin_layout Bibliography
35325 \begin_inset CommandInset bibitem
35326 LatexCommand bibitem
35327 key "Mathclap"
35328
35329 \end_inset
35330
35331
35332 \begin_inset CommandInset href
35333 LatexCommand href
35334 name "Description"
35335 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35336
35337 \end_inset
35338
35339  of the command 
35340 \series bold
35341
35342 \backslash
35343 mathclap
35344 \series default
35345 , described in 
35346 \begin_inset CommandInset ref
35347 LatexCommand ref
35348 reference "sub:Operator-Limits"
35349
35350 \end_inset
35351
35352
35353 \begin_inset Index
35354 status collapsed
35355
35356 \begin_layout Plain Layout
35357 Commands ! M ! 
35358 \backslash
35359 mathclap
35360 \end_layout
35361
35362 \end_inset
35363
35364
35365 \end_layout
35366
35367 \begin_layout Bibliography
35368 \begin_inset CommandInset bibitem
35369 LatexCommand bibitem
35370 key "Duden"
35371
35372 \end_inset
35373
35374
35375 \emph on
35376 Duden Band 1
35377 \emph default
35378 .
35379  22.
35380  Auflage, Duden 2001
35381 \end_layout
35382
35383 \begin_layout Subsubsection*
35384 \begin_inset CommandInset index_print
35385 LatexCommand printindex
35386
35387 \end_inset
35388
35389
35390 \end_layout
35391
35392 \end_body
35393 \end_document